01M014EM73DJQEXN73ZQE4RNWE: 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: 01M014F149YKRXXPHA6DC0N3HB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T21:58:08.801Zjob assigned to worker 01M014F5CP4YVR3F1BT49V6RAN [factory aws, i-02e0b0fe5f92d8e0a] (queued for 52 s)
 
22026-08-14T21:58:15.774Zstarting task 0: "setup"
32026-08-14T21:58:15.778Z++ uname -s
42026-08-14T21:58:15.781Z+ kern=SunOS
52026-08-14T21:58:15.781Z+ build_user=build
62026-08-14T21:58:15.781Z+ build_uid=12345
72026-08-14T21:58:15.781Z+ work_dir=/work
82026-08-14T21:58:15.781Z+ input_dir=/input
92026-08-14T21:58:15.781Z+ [[ 0 == 12345 ]]
102026-08-14T21:58:15.781Z+ case "$kern" in
112026-08-14T21:58:15.781Z+ groupadd -g 12345 build
122026-08-14T21:58:15.785Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T21:58:17.790Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T21:58:17.887Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T21:58:17.890Z+ home_fs=zfs
162026-08-14T21:58:17.890Z+ [[ zfs == autofs ]]
172026-08-14T21:58:17.890Z+ mkdir -p /home/build
182026-08-14T21:58:17.890Z+ chown build:build /home/build /work
192026-08-14T21:58:19.893Z+ chmod 0700 /home/build /work
202026-08-14T21:58:19.896Zprocess exited: duration 4124 ms, exit code 0
 
212026-08-14T21:58:19.903Zstarting task 1: "rust-toolchain"
222026-08-14T21:58:19.908Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-14T21:58:19.908Z * rust toolchain channel = "1.97.1"
242026-08-14T21:58:19.908Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-14T21:58:19.908Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-14T21:58:19.908Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T21:58:19.908Z * rust toolchain profile = "default"
282026-08-14T21:58:19.913Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T21:58:19.913Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-14T21:58:19.972Zinfo: downloading installer
312026-08-14T21:58:21.682Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T21:58:21.682Zwarn: /home/build/.rustup/settings.toml
332026-08-14T21:58:21.682Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T21:58:21.682Zwarn: instead of the one inferred from the default host triple.
352026-08-14T21:58:21.694Zinfo: profile set to default
362026-08-14T21:58:21.694Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T21:58:21.698Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-14T21:58:21.848Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-14T21:58:21.851Zinfo: downloading 6 components
402026-08-14T21:58:38.041Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-14T21:58:38.041Z
422026-08-14T21:58:38.070Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-14T21:58:38.070Z
442026-08-14T21:58:38.070Z
452026-08-14T21:58:38.070ZRust is installed now. Great!
462026-08-14T21:58:38.070Z
472026-08-14T21:58:38.070ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T21:58:38.070Zenvironment variable. This has not been done automatically.
492026-08-14T21:58:38.070Z
502026-08-14T21:58:38.070ZTo configure your current shell, you need to source
512026-08-14T21:58:38.070Zthe corresponding env file under $HOME/.cargo.
522026-08-14T21:58:38.070Z
532026-08-14T21:58:38.070ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T21:58:38.070Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T21:58:38.070Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T21:58:38.070Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T21:58:38.070Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T21:58:38.070Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T21:58:38.070Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T21:58:38.074Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T21:58:38.074Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T21:58:38.171Z+ rustup --version
632026-08-14T21:58:38.177Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T21:58:38.181Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T21:58:38.199Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-14T21:58:38.202Z+ cargo --version
672026-08-14T21:58:38.210Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-14T21:58:38.213Z+ rustc --version
692026-08-14T21:58:38.233Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-14T21:58:38.237Zprocess exited: duration 18332 ms, exit code 0
 
712026-08-14T21:58:38.243Zstarting task 2: "authentication"
722026-08-14T21:58:38.261Zprocess exited: duration 17 ms, exit code 0
 
732026-08-14T21:58:38.268Zstarting task 3: "clone repository"
742026-08-14T21:58:38.272Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-14T21:58:38.275Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-14T21:58:38.307ZCloning into '/work/oxidecomputer/omicron'...
772026-08-14T21:58:49.397Z+ cd /work/oxidecomputer/omicron
782026-08-14T21:58:49.397Z+ git fetch origin 0f84ff4f0a9085b6d733e62274104d9743f337b6
792026-08-14T21:58:49.760ZFrom https://github.com/oxidecomputer/omicron
802026-08-14T21:58:49.760Z * branch 0f84ff4f0a9085b6d733e62274104d9743f337b6 -> FETCH_HEAD
812026-08-14T21:58:49.773Z+ [[ -n ben/opte-setup-for-ipv6 ]]
822026-08-14T21:58:49.777Z++ git branch --show-current
832026-08-14T21:58:49.777Z+ current=main
842026-08-14T21:58:49.777Z+ [[ main != ben/opte-setup-for-ipv6 ]]
852026-08-14T21:58:49.777Z+ git branch -f ben/opte-setup-for-ipv6 0f84ff4f0a9085b6d733e62274104d9743f337b6
862026-08-14T21:58:49.781Z+ git checkout -f ben/opte-setup-for-ipv6
872026-08-14T21:58:50.035ZSwitched to branch 'ben/opte-setup-for-ipv6'
882026-08-14T21:58:50.039Z+ git reset --hard 0f84ff4f0a9085b6d733e62274104d9743f337b6
892026-08-14T21:58:50.052ZHEAD is now at 0f84ff4f0 Support IPv6 addresses in the OPTE zone setup service
902026-08-14T21:58:50.056Zprocess exited: duration 11785 ms, exit code 0
 
912026-08-14T21:58:50.063Zstarting task 4: "build"
922026-08-14T21:58:50.068Z+ source .github/buildomat/ci-env.sh
932026-08-14T21:58:50.068Z++ export CARGO_TERM_COLOR=always
942026-08-14T21:58:50.068Z++ CARGO_TERM_COLOR=always
952026-08-14T21:58:50.071Z+++ uname -s
962026-08-14T21:58:50.071Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-14T21:58:50.071Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-14T21:58:50.075Z+ cargo --version
992026-08-14T21:58:50.083Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-14T21:58:50.086Z+ rustc --version
1012026-08-14T21:58:50.106Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-14T21:58:50.109Z+ cargo tree --locked
1032026-08-14T21:58:50.274Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-14T21:58:50.618Z Updating crates.io index
1052026-08-14T21:58:50.621Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-14T21:58:50.889Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-14T21:58:51.286Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-14T21:58:52.421Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-14T21:58:53.050Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-14T21:58:55.236Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-14T21:58:56.305Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-14T21:58:56.628Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-14T21:58:57.021Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-14T21:58:58.353Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-14T21:58:58.910Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-14T21:58:59.298Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-14T21:58:59.651Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-14T21:59:00.174Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-14T21:59:00.474Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-14T21:59:00.794Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-14T21:59:01.101Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-14T21:59:01.410Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-14T21:59:01.830Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-14T21:59:02.364Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-14T21:59:02.812Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-14T21:59:03.322Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-14T21:59:03.646Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-14T21:59:04.235Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-14T21:59:04.608Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-14T21:59:04.904Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-14T21:59:05.402Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-14T21:59:05.693Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-14T21:59:06.132Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-14T21:59:06.508Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-14T21:59:06.783Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-14T21:59:07.124Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-14T21:59:07.533Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-14T21:59:08.218Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-14T21:59:08.817Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-14T21:59:09.140Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-14T21:59:09.464Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-14T21:59:10.077Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-14T21:59:10.379Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-14T21:59:10.685Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-14T21:59:10.996Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-14T21:59:11.303Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-14T21:59:14.447Z Downloading crates ...
1482026-08-14T21:59:14.501Z Downloaded addr2line v0.25.1
1492026-08-14T21:59:14.505Z Downloaded compact_str v0.8.1
1502026-08-14T21:59:14.510Z Downloaded crypto-common v0.2.2
1512026-08-14T21:59:14.514Z Downloaded crossbeam-utils v0.8.21
1522026-08-14T21:59:14.517Z Downloaded crossbeam-channel v0.5.15
1532026-08-14T21:59:14.520Z Downloaded crossbeam-deque v0.8.6
1542026-08-14T21:59:14.520Z Downloaded const_format_proc_macros v0.2.34
1552026-08-14T21:59:14.524Z Downloaded cipher v0.4.4
1562026-08-14T21:59:14.528Z Downloaded colorchoice v1.0.4
1572026-08-14T21:59:14.528Z Downloaded console v0.16.2
1582026-08-14T21:59:14.531Z Downloaded compression-codecs v0.4.37
1592026-08-14T21:59:14.531Z Downloaded constant_time_eq v0.3.1
1602026-08-14T21:59:14.534Z Downloaded cpubits v0.1.1
1612026-08-14T21:59:14.538Z Downloaded hostname v0.4.2
1622026-08-14T21:59:14.538Z Downloaded git-stub v1.0.0
1632026-08-14T21:59:14.538Z Downloaded const-oid v0.9.6
1642026-08-14T21:59:14.547Z Downloaded corncobs v0.1.4
1652026-08-14T21:59:14.553Z Downloaded hash32 v0.3.1
1662026-08-14T21:59:14.556Z Downloaded convert_case v0.4.0
1672026-08-14T21:59:14.560Z Downloaded ciborium-io v0.2.2
1682026-08-14T21:59:14.563Z Downloaded guppy-workspace-hack v0.1.0
1692026-08-14T21:59:14.563Z Downloaded hex v0.4.3
1702026-08-14T21:59:14.563Z Downloaded ciborium-ll v0.2.2
1712026-08-14T21:59:14.567Z Downloaded compression-core v0.4.31
1722026-08-14T21:59:14.568Z Downloaded crc-catalog v2.4.0
1732026-08-14T21:59:14.568Z Downloaded glob v0.3.3
1742026-08-14T21:59:14.571Z Downloaded hash32 v0.2.1
1752026-08-14T21:59:14.575Z Downloaded headers-core v0.3.0
1762026-08-14T21:59:14.575Z Downloaded criterion-plot v0.6.0
1772026-08-14T21:59:14.575Z Downloaded hex-literal v0.4.1
1782026-08-14T21:59:14.575Z Downloaded hostname v0.3.1
1792026-08-14T21:59:14.578Z Downloaded cmake v0.1.57
1802026-08-14T21:59:14.582Z Downloaded heck v0.4.1
1812026-08-14T21:59:14.582Z Downloaded cpufeatures v0.3.0
1822026-08-14T21:59:14.585Z Downloaded heck v0.5.0
1832026-08-14T21:59:14.586Z Downloaded http-body v1.0.1
1842026-08-14T21:59:14.586Z Downloaded httpdate v1.0.3
1852026-08-14T21:59:14.586Z Downloaded defmt v0.3.100
1862026-08-14T21:59:14.586Z Downloaded cobs v0.3.0
1872026-08-14T21:59:14.586Z Downloaded crypto-common v0.1.7
1882026-08-14T21:59:14.589Z Downloaded globwalk v0.9.1
1892026-08-14T21:59:14.592Z Downloaded darling_macro v0.20.11
1902026-08-14T21:59:14.596Z Downloaded cpufeatures v0.2.17
1912026-08-14T21:59:14.599Z Downloaded group v0.13.0
1922026-08-14T21:59:14.602Z Downloaded globset v0.4.18
1932026-08-14T21:59:14.602Z Downloaded crc8 v0.1.1
1942026-08-14T21:59:14.606Z Downloaded curve25519-dalek-derive v0.1.1
1952026-08-14T21:59:14.606Z Downloaded hyper-tls v0.6.0
1962026-08-14T21:59:14.609Z Downloaded cstr-argument v0.1.2
1972026-08-14T21:59:14.609Z Downloaded indoc v1.0.9
1982026-08-14T21:59:14.613Z Downloaded crucible-workspace-hack v0.1.0
1992026-08-14T21:59:14.613Z Downloaded darling_macro v0.23.0
2002026-08-14T21:59:14.613Z Downloaded hubpack_derive v0.1.1
2012026-08-14T21:59:14.613Z Downloaded idna_adapter v1.2.1
2022026-08-14T21:59:14.613Z Downloaded illumos-nvpair-sys v0.2.0
2032026-08-14T21:59:14.613Z Downloaded instant v0.1.13
2042026-08-14T21:59:14.616Z Downloaded is-terminal v0.4.17
2052026-08-14T21:59:14.616Z Downloaded crc v3.4.0
2062026-08-14T21:59:14.619Z Downloaded home v0.5.12
2072026-08-14T21:59:14.623Z Downloaded debug-ignore v1.0.5
2082026-08-14T21:59:14.626Z Downloaded hex-literal v1.1.0
2092026-08-14T21:59:14.626Z Downloaded defmt-parser v1.0.0
2102026-08-14T21:59:14.626Z Downloaded derive_builder_macro v0.20.2
2112026-08-14T21:59:14.626Z Downloaded ident_case v1.0.1
2122026-08-14T21:59:14.626Z Downloaded inout v0.1.4
2132026-08-14T21:59:14.630Z Downloaded darling_macro v0.13.4
2142026-08-14T21:59:14.633Z Downloaded adler2 v2.0.1
2152026-08-14T21:59:14.634Z Downloaded http-range v0.1.5
2162026-08-14T21:59:14.637Z Downloaded indent_write v2.2.0
2172026-08-14T21:59:14.637Z Downloaded base16ct v1.0.0
2182026-08-14T21:59:14.642Z Downloaded crunchy v0.2.4
2192026-08-14T21:59:14.642Z Downloaded constant_time_eq v0.4.2
2202026-08-14T21:59:14.642Z Downloaded hubpack v0.1.2
2212026-08-14T21:59:14.642Z Downloaded instability v0.3.11
2222026-08-14T21:59:14.642Z Downloaded clap_lex v1.0.0
2232026-08-14T21:59:14.646Z Downloaded illumos-nvpair v0.3.0
2242026-08-14T21:59:14.646Z Downloaded critical-section v1.2.0
2252026-08-14T21:59:14.646Z Downloaded data-encoding v2.10.0
2262026-08-14T21:59:14.646Z Downloaded internet-checksum v0.2.1
2272026-08-14T21:59:14.646Z Downloaded clap_derive v4.6.1
2282026-08-14T21:59:14.649Z Downloaded crossbeam-epoch v0.9.18
2292026-08-14T21:59:14.653Z Downloaded approx v0.5.1
2302026-08-14T21:59:14.657Z Downloaded assert-json-diff v2.0.2
2312026-08-14T21:59:14.657Z Downloaded ascii-canvas v3.0.0
2322026-08-14T21:59:14.661Z Downloaded atomicwrites v0.4.4
2332026-08-14T21:59:14.664Z Downloaded bit-set v0.8.0
2342026-08-14T21:59:14.665Z Downloaded bitfield-macros v0.19.4
2352026-08-14T21:59:14.665Z Downloaded cargo-platform v0.3.2
2362026-08-14T21:59:14.665Z Downloaded bcrypt-pbkdf v0.11.0
2372026-08-14T21:59:14.668Z Downloaded highway v1.3.0
2382026-08-14T21:59:14.672Z Downloaded der_derive v0.7.3
2392026-08-14T21:59:14.675Z Downloaded half v1.8.3
2402026-08-14T21:59:14.678Z Downloaded derive_builder_core v0.20.2
2412026-08-14T21:59:14.682Z Downloaded derive-ex v0.1.8
2422026-08-14T21:59:14.685Z Downloaded git-stub-vcs v0.1.0
2432026-08-14T21:59:14.685Z Downloaded cmov v0.5.4
2442026-08-14T21:59:14.688Z Downloaded derive_more v0.99.20
2452026-08-14T21:59:14.688Z Downloaded darling_macro v0.21.3
2462026-08-14T21:59:14.688Z Downloaded delegate v0.13.5
2472026-08-14T21:59:14.692Z Downloaded concurrent-queue v2.5.0
2482026-08-14T21:59:14.692Z Downloaded openssl-probe v0.2.1
2492026-08-14T21:59:14.692Z Downloaded opaque-debug v0.3.1
2502026-08-14T21:59:14.692Z Downloaded csv-core v0.1.13
2512026-08-14T21:59:14.698Z Downloaded deranged v0.5.8
2522026-08-14T21:59:14.701Z Downloaded indoc v2.0.7
2532026-08-14T21:59:14.705Z Downloaded ipnetwork v0.21.1
2542026-08-14T21:59:14.705Z Downloaded daft v0.1.7
2552026-08-14T21:59:14.705Z Downloaded darling v0.13.4
2562026-08-14T21:59:14.708Z Downloaded ingot v0.2.1
2572026-08-14T21:59:14.708Z Downloaded openssl-probe v0.1.6
2582026-08-14T21:59:14.712Z Downloaded ciborium v0.2.2
2592026-08-14T21:59:14.712Z Downloaded cookie_store v0.22.1
2602026-08-14T21:59:14.712Z Downloaded daft-derive v0.1.7
2612026-08-14T21:59:14.715Z Downloaded humantime v2.3.0
2622026-08-14T21:59:14.715Z Downloaded inout v0.2.2
2632026-08-14T21:59:14.715Z Downloaded ipnet v2.11.0
2642026-08-14T21:59:14.715Z Downloaded group v0.14.0
2652026-08-14T21:59:14.719Z Downloaded defmt-macros v1.0.1
2662026-08-14T21:59:14.719Z Downloaded defmt v1.0.1
2672026-08-14T21:59:14.722Z Downloaded console v0.15.11
2682026-08-14T21:59:14.722Z Downloaded http-body-util v0.1.3
2692026-08-14T21:59:14.722Z Downloaded datatest-stable v0.3.3
2702026-08-14T21:59:14.725Z Downloaded parse-display v0.10.0
2712026-08-14T21:59:14.725Z Downloaded hickory-client v0.25.2
2722026-08-14T21:59:14.725Z Downloaded impl-trait-for-tuples v0.2.3
2732026-08-14T21:59:14.729Z Downloaded plotters-svg v0.3.7
2742026-08-14T21:59:14.733Z Downloaded anes v0.1.6
2752026-08-14T21:59:14.736Z Downloaded ingot-types v0.2.0
2762026-08-14T21:59:14.736Z Downloaded argon2 v0.5.3
2772026-08-14T21:59:14.736Z Downloaded atomic-waker v1.1.2
2782026-08-14T21:59:14.740Z Downloaded assert_cmd v2.1.2
2792026-08-14T21:59:14.740Z Downloaded blowfish v0.10.0
2802026-08-14T21:59:14.740Z Downloaded radium v0.7.0
2812026-08-14T21:59:14.743Z Downloaded predicates-tree v1.0.13
2822026-08-14T21:59:14.743Z Downloaded proc-macro-error-attr v1.0.4
2832026-08-14T21:59:14.743Z Downloaded cargo_metadata v0.23.1
2842026-08-14T21:59:14.747Z Downloaded proc-macro-crate v3.4.0
2852026-08-14T21:59:14.747Z Downloaded rand_xorshift v0.4.0
2862026-08-14T21:59:14.750Z Downloaded half v2.7.1
2872026-08-14T21:59:14.751Z Downloaded httparse v1.10.1
2882026-08-14T21:59:14.754Z Downloaded secrecy v0.10.3
2892026-08-14T21:59:14.757Z Downloaded clang-sys v1.8.1
2902026-08-14T21:59:14.760Z Downloaded convert_case v0.10.0
2912026-08-14T21:59:14.764Z Downloaded recursive v0.1.1
2922026-08-14T21:59:14.767Z Downloaded colored v2.2.0
2932026-08-14T21:59:14.767Z Downloaded rfc6979 v0.6.0
2942026-08-14T21:59:14.770Z Downloaded ctr v0.10.1
2952026-08-14T21:59:14.770Z Downloaded ctutils v0.4.2
2962026-08-14T21:59:14.770Z Downloaded darling v0.20.11
2972026-08-14T21:59:14.774Z Downloaded colored v3.1.1
2982026-08-14T21:59:14.774Z Downloaded darling v0.21.3
2992026-08-14T21:59:14.778Z Downloaded cipher v0.5.2
3002026-08-14T21:59:14.778Z Downloaded darling v0.23.0
3012026-08-14T21:59:14.781Z Downloaded packed_struct v0.10.1
3022026-08-14T21:59:14.781Z Downloaded derive_builder v0.20.2
3032026-08-14T21:59:14.784Z Downloaded byte-wrapper v0.1.0
3042026-08-14T21:59:14.784Z Downloaded oxide-update-engine-display v0.1.2
3052026-08-14T21:59:14.788Z Downloaded semver v0.1.20
3062026-08-14T21:59:14.788Z Downloaded serde_repr v0.1.20
3072026-08-14T21:59:14.788Z Downloaded hmac v0.12.1
3082026-08-14T21:59:14.788Z Downloaded iana-time-zone v0.1.65
3092026-08-14T21:59:14.791Z Downloaded parse-display-derive v0.10.0
3102026-08-14T21:59:14.792Z Downloaded serde_urlencoded v0.7.1
3112026-08-14T21:59:14.792Z Downloaded hyper-staticfile v0.10.1
3122026-08-14T21:59:14.796Z Downloaded peg v0.8.5
3132026-08-14T21:59:14.800Z Downloaded pem-rfc7468 v0.7.0
3142026-08-14T21:59:14.800Z Downloaded pem v3.0.6
3152026-08-14T21:59:14.803Z Downloaded phf v0.13.1
3162026-08-14T21:59:14.803Z Downloaded signature v2.2.0
3172026-08-14T21:59:14.803Z Downloaded ppv-lite86 v0.2.21
3182026-08-14T21:59:14.806Z Downloaded httptest v0.16.4
3192026-08-14T21:59:14.810Z Downloaded hmac v0.13.0
3202026-08-14T21:59:14.810Z Downloaded pkg-config v0.3.32
3212026-08-14T21:59:14.810Z Downloaded stable_deref_trait v1.2.1
3222026-08-14T21:59:14.814Z Downloaded anstyle-parse v0.2.7
3232026-08-14T21:59:14.817Z Downloaded hybrid-array v0.4.13
3242026-08-14T21:59:14.817Z Downloaded primeorder v0.14.0
3252026-08-14T21:59:14.820Z Downloaded icu_properties v2.1.2
3262026-08-14T21:59:14.820Z Downloaded icu_provider v2.1.1
3272026-08-14T21:59:14.820Z Downloaded camino v1.2.2
3282026-08-14T21:59:14.824Z Downloaded postgres-protocol v0.6.10
3292026-08-14T21:59:14.824Z Downloaded proc-macro-crate v1.3.1
3302026-08-14T21:59:14.824Z Downloaded proc-macro-error v1.0.4
3312026-08-14T21:59:14.827Z Downloaded rand_seeder v0.4.0
3322026-08-14T21:59:14.828Z Downloaded smawk v0.3.2
3332026-08-14T21:59:14.828Z Downloaded structmeta v0.3.0
3342026-08-14T21:59:14.828Z Downloaded supports-hyperlinks v2.1.0
3352026-08-14T21:59:14.828Z Downloaded rustc_version v0.4.1
3362026-08-14T21:59:14.828Z Downloaded ingot-macros v0.2.0
3372026-08-14T21:59:14.831Z Downloaded rustc-demangle v0.1.27
3382026-08-14T21:59:14.831Z Downloaded schemars_derive v0.8.22
3392026-08-14T21:59:14.831Z Downloaded rand_core v0.9.5
3402026-08-14T21:59:14.831Z Downloaded subtle v2.6.1
3412026-08-14T21:59:14.831Z Downloaded tokio-macros v2.7.0
3422026-08-14T21:59:14.836Z Downloaded terminal_size v0.4.3
3432026-08-14T21:59:14.839Z Downloaded termtree v0.5.1
3442026-08-14T21:59:14.839Z Downloaded heapless v0.7.17
3452026-08-14T21:59:14.842Z Downloaded const-oid v0.10.2
3462026-08-14T21:59:14.842Z Downloaded supports-unicode v2.1.0
3472026-08-14T21:59:14.846Z Downloaded thread-id v4.2.2
3482026-08-14T21:59:14.846Z Downloaded cookie v0.18.1
3492026-08-14T21:59:14.849Z Downloaded derive-where v1.6.0
3502026-08-14T21:59:14.849Z Downloaded toml_datetime v0.6.11
3512026-08-14T21:59:14.852Z Downloaded rustls-pemfile v2.2.0
3522026-08-14T21:59:14.852Z Downloaded clap v4.6.1
3532026-08-14T21:59:14.856Z Downloaded crc32fast v1.5.0
3542026-08-14T21:59:14.859Z Downloaded crc-any v2.5.0
3552026-08-14T21:59:14.859Z Downloaded hyper-rustls v0.27.7
3562026-08-14T21:59:14.859Z Downloaded cfg-expr v0.20.6
3572026-08-14T21:59:14.862Z Downloaded chacha20 v0.9.1
3582026-08-14T21:59:14.866Z Downloaded untrusted v0.7.1
3592026-08-14T21:59:14.866Z Downloaded darling_core v0.20.11
3602026-08-14T21:59:14.866Z Downloaded indexmap v1.9.3
3612026-08-14T21:59:14.869Z Downloaded parking_lot_core v0.9.12
3622026-08-14T21:59:14.869Z Downloaded serde_with_macros v1.5.2
3632026-08-14T21:59:14.869Z Downloaded chumsky v0.9.3
3642026-08-14T21:59:14.880Z Downloaded usdt v0.6.0
3652026-08-14T21:59:14.883Z Downloaded slog-dtrace v0.3.0
3662026-08-14T21:59:14.883Z Downloaded strum_macros v0.24.3
3672026-08-14T21:59:14.887Z Downloaded heapless v0.8.0
3682026-08-14T21:59:14.893Z Downloaded xattr v1.6.1
3692026-08-14T21:59:14.893Z Downloaded wnaf v0.14.0
3702026-08-14T21:59:14.893Z Downloaded diesel_table_macro_syntax v0.3.0
3712026-08-14T21:59:14.893Z Downloaded pkcs1 v0.8.0-rc.4
3722026-08-14T21:59:14.893Z Downloaded zeroize_derive v1.5.0
3732026-08-14T21:59:14.897Z Downloaded stringprep v0.1.5
3742026-08-14T21:59:14.897Z Downloaded slog-stdlog v4.1.1
3752026-08-14T21:59:14.900Z Downloaded dof v0.4.0
3762026-08-14T21:59:14.900Z Downloaded thread-id v5.1.0
3772026-08-14T21:59:14.900Z Downloaded embedded-io v0.4.0
3782026-08-14T21:59:14.904Z Downloaded env_filter v1.0.0
3792026-08-14T21:59:14.911Z Downloaded salsa20 v0.11.0
3802026-08-14T21:59:14.915Z Downloaded ignore v0.4.25
3812026-08-14T21:59:14.919Z Downloaded termios v0.3.3
3822026-08-14T21:59:14.919Z Downloaded target-lexicon v0.13.3
3832026-08-14T21:59:14.922Z Downloaded thiserror-no-std v2.0.2
3842026-08-14T21:59:14.922Z Downloaded tinytemplate v1.2.1
3852026-08-14T21:59:14.922Z Downloaded tokio-tungstenite v0.23.1
3862026-08-14T21:59:14.925Z Downloaded dunce v1.0.5
3872026-08-14T21:59:14.925Z Downloaded float-cmp v0.10.0
3882026-08-14T21:59:14.925Z Downloaded futures-sink v0.3.32
3892026-08-14T21:59:14.925Z Downloaded dtrace-parser v0.2.0
3902026-08-14T21:59:14.925Z Downloaded errno v0.3.14
3912026-08-14T21:59:14.926Z Downloaded dtrace-parser v0.3.0
3922026-08-14T21:59:14.929Z Downloaded foreign-types-shared v0.3.1
3932026-08-14T21:59:14.929Z Downloaded toml_writer v1.1.1+spec-1.1.0
3942026-08-14T21:59:14.929Z Downloaded hickory-server v0.25.2
3952026-08-14T21:59:14.932Z Downloaded darling_core v0.23.0
3962026-08-14T21:59:14.932Z Downloaded rustls-pki-types v1.14.0
3972026-08-14T21:59:14.939Z Downloaded futures-core v0.3.32
3982026-08-14T21:59:14.939Z Downloaded darling_core v0.13.4
3992026-08-14T21:59:14.942Z Downloaded fd-lock v4.0.4
4002026-08-14T21:59:14.943Z Downloaded is_ci v1.2.0
4012026-08-14T21:59:14.943Z Downloaded lazy_static v1.5.0
4022026-08-14T21:59:14.943Z Downloaded fxhash v0.2.1
4032026-08-14T21:59:14.946Z Downloaded icu_normalizer v2.1.1
4042026-08-14T21:59:14.950Z Downloaded libscf-sys v1.2.0
4052026-08-14T21:59:14.950Z Downloaded lru v0.12.5
4062026-08-14T21:59:14.954Z Downloaded utf8_iter v1.0.4
4072026-08-14T21:59:14.954Z Downloaded indicatif v0.18.4
4082026-08-14T21:59:14.958Z Downloaded miette-derive v5.10.0
4092026-08-14T21:59:14.961Z Downloaded match_cfg v0.1.0
4102026-08-14T21:59:14.961Z Downloaded num-derive v0.4.2
4112026-08-14T21:59:14.964Z Downloaded papergrid v0.18.0
4122026-08-14T21:59:14.968Z Downloaded pin-project v1.1.11
4132026-08-14T21:59:14.971Z Downloaded usdt-impl v0.6.0
4142026-08-14T21:59:14.975Z Downloaded walkdir v2.5.0
4152026-08-14T21:59:14.975Z Downloaded icu_locale_core v2.1.1
4162026-08-14T21:59:14.978Z Downloaded vsss-rs v3.3.4
4172026-08-14T21:59:14.978Z Downloaded unicase v2.9.0
4182026-08-14T21:59:14.978Z Downloaded vergen-lib v0.1.6
4192026-08-14T21:59:14.978Z Downloaded spin v0.9.8
4202026-08-14T21:59:14.982Z Downloaded whoami v2.1.0
4212026-08-14T21:59:14.982Z Downloaded hickory-resolver v0.24.4
4222026-08-14T21:59:14.985Z Downloaded hickory-resolver v0.25.2
4232026-08-14T21:59:14.985Z Downloaded zstd-safe v7.2.4
4242026-08-14T21:59:14.989Z Downloaded display-error-chain v0.2.2
4252026-08-14T21:59:14.989Z Downloaded nibble_vec v0.1.0
4262026-08-14T21:59:14.989Z Downloaded num_enum_derive v0.5.11
4272026-08-14T21:59:14.989Z Downloaded block-buffer v0.10.4
4282026-08-14T21:59:14.989Z Downloaded async-recursion v1.1.1
4292026-08-14T21:59:14.992Z Downloaded sqlformat v0.3.5
4302026-08-14T21:59:14.995Z Downloaded digest v0.11.3
4312026-08-14T21:59:15.006Z Downloaded term v0.7.0
4322026-08-14T21:59:15.009Z Downloaded rstest v0.25.0
4332026-08-14T21:59:15.012Z Downloaded tracing-attributes v0.1.31
4342026-08-14T21:59:15.012Z Downloaded block-buffer v0.12.1
4352026-08-14T21:59:15.016Z Downloaded openssl-sys v0.9.117
4362026-08-14T21:59:15.016Z Downloaded fs_extra v1.3.0
4372026-08-14T21:59:15.019Z Downloaded const_format v0.2.35
4382026-08-14T21:59:15.022Z Downloaded parking v2.2.1
4392026-08-14T21:59:15.022Z Downloaded crypto-bigint v0.5.5
4402026-08-14T21:59:15.026Z Downloaded trybuild v1.0.116
4412026-08-14T21:59:15.029Z Downloaded darling_core v0.21.3
4422026-08-14T21:59:15.032Z Downloaded der v0.7.10
4432026-08-14T21:59:15.032Z Downloaded flagset v0.4.7
4442026-08-14T21:59:15.035Z Downloaded libloading v0.8.9
4452026-08-14T21:59:15.035Z Downloaded cfg_aliases v0.2.1
4462026-08-14T21:59:15.035Z Downloaded openssl-macros v0.1.1
4472026-08-14T21:59:15.035Z Downloaded icu_normalizer_data v2.1.1
4482026-08-14T21:59:15.039Z Downloaded icu_collections v2.1.1
4492026-08-14T21:59:15.042Z Downloaded serde_cbor v0.11.2
4502026-08-14T21:59:15.042Z Downloaded twox-hash v2.1.2
4512026-08-14T21:59:15.042Z Downloaded knuffel-derive v3.2.0
4522026-08-14T21:59:15.046Z Downloaded module-lattice v0.2.3
4532026-08-14T21:59:15.046Z Downloaded atty v0.2.14
4542026-08-14T21:59:15.046Z Downloaded yasna v0.5.2
4552026-08-14T21:59:15.046Z Downloaded native-tls v0.2.18
4562026-08-14T21:59:15.049Z Downloaded parse-size v1.1.0
4572026-08-14T21:59:15.049Z Downloaded plotters-backend v0.3.7
4582026-08-14T21:59:15.049Z Downloaded predicates-core v1.0.10
4592026-08-14T21:59:15.049Z Downloaded progenitor-macro v0.14.0
4602026-08-14T21:59:15.053Z Downloaded rand_chacha v0.3.1
4612026-08-14T21:59:15.056Z Downloaded ref-cast-impl v1.0.25
4622026-08-14T21:59:15.056Z Downloaded headers v0.4.1
4632026-08-14T21:59:15.060Z Downloaded hashbrown v0.12.3
4642026-08-14T21:59:15.060Z Downloaded nanorand v0.7.0
4652026-08-14T21:59:15.063Z Downloaded hashbrown v0.13.2
4662026-08-14T21:59:15.063Z Downloaded num_enum v0.5.11
4672026-08-14T21:59:15.066Z Downloaded anstyle v1.0.14
4682026-08-14T21:59:15.066Z Downloaded anstream v1.0.0
4692026-08-14T21:59:15.070Z Downloaded progenitor-macro v0.13.0
4702026-08-14T21:59:15.070Z Downloaded russh-cryptovec v0.62.0
4712026-08-14T21:59:15.073Z Downloaded hyper-util v0.1.20
4722026-08-14T21:59:15.076Z Downloaded num_enum v0.7.6
4732026-08-14T21:59:15.080Z Downloaded prettyplease v0.2.37
4742026-08-14T21:59:15.083Z Downloaded anstyle-parse v1.0.0
4752026-08-14T21:59:15.083Z Downloaded backoff v0.4.0
4762026-08-14T21:59:15.083Z Downloaded rcgen v0.12.1
4772026-08-14T21:59:15.086Z Downloaded http v1.4.2
4782026-08-14T21:59:15.086Z Downloaded backtrace v0.3.76
4792026-08-14T21:59:15.090Z Downloaded tokio-stream v0.1.18
4802026-08-14T21:59:15.093Z Downloaded bcs v0.1.6
4812026-08-14T21:59:15.093Z Downloaded seq-macro v0.3.6
4822026-08-14T21:59:15.096Z Downloaded signal-hook-tokio v0.3.1
4832026-08-14T21:59:15.096Z Downloaded serde_spanned v1.1.1
4842026-08-14T21:59:15.096Z Downloaded camino-tempfile v1.4.1
4852026-08-14T21:59:15.100Z Downloaded camino-tempfile-ext v0.3.3
4862026-08-14T21:59:15.100Z Downloaded oxide-update-engine v0.1.2
4872026-08-14T21:59:15.100Z Downloaded bumpalo v3.20.2
4882026-08-14T21:59:15.103Z Downloaded guppy v0.17.25
4892026-08-14T21:59:15.106Z Downloaded cexpr v0.6.0
4902026-08-14T21:59:15.107Z Downloaded serde_bytes v0.11.19
4912026-08-14T21:59:15.110Z Downloaded sqlparser_derive v0.5.0
4922026-08-14T21:59:15.114Z Downloaded sponge-cursor v0.1.0
4932026-08-14T21:59:15.114Z Downloaded strsim v0.11.1
4942026-08-14T21:59:15.117Z Downloaded supports-color v2.1.0
4952026-08-14T21:59:15.117Z Downloaded internal-russh-num-bigint v0.5.0
4962026-08-14T21:59:15.117Z Downloaded tabled_derive v0.7.0
4972026-08-14T21:59:15.130Z Downloaded unicode-bidi v0.3.18
4982026-08-14T21:59:15.130Z Downloaded pbkdf2 v0.13.0
4992026-08-14T21:59:15.130Z Downloaded scuffle v0.1.0
5002026-08-14T21:59:15.130Z Downloaded getrandom v0.2.17
5012026-08-14T21:59:15.130Z Downloaded partial-io v0.5.4
5022026-08-14T21:59:15.130Z Downloaded phf v0.12.1
5032026-08-14T21:59:15.130Z Downloaded tap v1.0.1
5042026-08-14T21:59:15.131Z Downloaded ahash v0.8.12
5052026-08-14T21:59:15.135Z Downloaded similar v2.7.0
5062026-08-14T21:59:15.135Z Downloaded pin-project-internal v1.1.11
5072026-08-14T21:59:15.140Z Downloaded progenitor v0.13.0
5082026-08-14T21:59:15.144Z Downloaded async-bb8-diesel v0.2.1
5092026-08-14T21:59:15.149Z Downloaded rustversion v1.0.22
5102026-08-14T21:59:15.152Z Downloaded tokio-test v0.4.5
5112026-08-14T21:59:15.152Z Downloaded tinyvec_macros v0.1.1
5122026-08-14T21:59:15.156Z Downloaded topological-sort v0.2.2
5132026-08-14T21:59:15.160Z Downloaded unit-prefix v0.5.2
5142026-08-14T21:59:15.160Z Downloaded usdt-macro v0.5.0
5152026-08-14T21:59:15.160Z Downloaded usdt-macro v0.6.0
5162026-08-14T21:59:15.160Z Downloaded sec1 v0.7.3
5172026-08-14T21:59:15.164Z Downloaded qorb v0.4.1
5182026-08-14T21:59:15.164Z Downloaded resolv-conf v0.7.6
5192026-08-14T21:59:15.168Z Downloaded rpassword v7.5.4
5202026-08-14T21:59:15.168Z Downloaded bitflags v2.11.0
5212026-08-14T21:59:15.171Z Downloaded schemars v1.2.1
5222026-08-14T21:59:15.176Z Downloaded rusty-fork v0.3.1
5232026-08-14T21:59:15.180Z Downloaded usdt v0.5.0
5242026-08-14T21:59:15.180Z Downloaded wait-timeout v0.2.1
5252026-08-14T21:59:15.180Z Downloaded scroll v0.13.0
5262026-08-14T21:59:15.180Z Downloaded slog-bunyan v2.5.0
5272026-08-14T21:59:15.180Z Downloaded yoke-derive v0.8.1
5282026-08-14T21:59:15.183Z Downloaded downcast-rs v2.0.2
5292026-08-14T21:59:15.183Z Downloaded dirs-sys-next v0.1.2
5302026-08-14T21:59:15.183Z Downloaded serde_path_to_error v0.1.20
5312026-08-14T21:59:15.187Z Downloaded simd-adler32 v0.3.8
5322026-08-14T21:59:15.190Z Downloaded peg-macros v0.8.5
5332026-08-14T21:59:15.193Z Downloaded serdect v0.4.3
5342026-08-14T21:59:15.193Z Downloaded slog-async v2.8.0
5352026-08-14T21:59:15.196Z Downloaded string_cache v0.8.9
5362026-08-14T21:59:15.196Z Downloaded difflib v0.4.0
5372026-08-14T21:59:15.196Z Downloaded escape8259 v0.5.3
5382026-08-14T21:59:15.199Z Downloaded criterion v0.7.0
5392026-08-14T21:59:15.202Z Downloaded smf v0.2.3
5402026-08-14T21:59:15.202Z Downloaded foreign-types v0.3.2
5412026-08-14T21:59:15.202Z Downloaded foreign-types v0.5.0
5422026-08-14T21:59:15.207Z Downloaded float-ord v0.3.2
5432026-08-14T21:59:15.210Z Downloaded poly1305 v0.9.0
5442026-08-14T21:59:15.214Z Downloaded futures-io v0.3.32
5452026-08-14T21:59:15.214Z Downloaded poly1305 v0.8.0
5462026-08-14T21:59:15.217Z Downloaded itoa v1.0.17
5472026-08-14T21:59:15.217Z Downloaded pkcs8 v0.10.2
5482026-08-14T21:59:15.222Z Downloaded zerotrie v0.2.3
5492026-08-14T21:59:15.225Z Downloaded elliptic-curve v0.14.1
5502026-08-14T21:59:15.228Z Downloaded quinn-udp v0.5.14
5512026-08-14T21:59:15.228Z Downloaded time-macros v0.2.27
5522026-08-14T21:59:15.231Z Downloaded tokio-dtrace v0.1.1
5532026-08-14T21:59:15.235Z Downloaded multimap v0.10.1
5542026-08-14T21:59:15.238Z Downloaded md-5 v0.10.6
5552026-08-14T21:59:15.238Z Downloaded num v0.4.3
5562026-08-14T21:59:15.242Z Downloaded macaddr v1.0.1
5572026-08-14T21:59:15.242Z Downloaded iri-string v0.7.10
5582026-08-14T21:59:15.245Z Downloaded nested v0.1.1
5592026-08-14T21:59:15.245Z Downloaded nonempty v0.12.0
5602026-08-14T21:59:15.245Z Downloaded memoffset v0.9.1
5612026-08-14T21:59:15.248Z Downloaded num-iter v0.1.45
5622026-08-14T21:59:15.248Z Downloaded snafu v0.8.9
5632026-08-14T21:59:15.251Z Downloaded idna v1.1.0
5642026-08-14T21:59:15.254Z Downloaded toml_edit v0.22.27
5652026-08-14T21:59:15.257Z Downloaded vergen-gitcl v1.0.8
5662026-08-14T21:59:15.257Z Downloaded xshell v0.2.7
5672026-08-14T21:59:15.260Z Downloaded zerovec-derive v0.11.2
5682026-08-14T21:59:15.260Z Downloaded num_threads v0.1.7
5692026-08-14T21:59:15.260Z Downloaded async-stream-impl v0.3.6
5702026-08-14T21:59:15.260Z Downloaded rsa v0.10.0-rc.18
5712026-08-14T21:59:15.263Z Downloaded sha2 v0.11.0
5722026-08-14T21:59:15.267Z Downloaded zstd v0.13.3
5732026-08-14T21:59:15.267Z Downloaded fatfs v0.3.6
5742026-08-14T21:59:15.270Z Downloaded log v0.4.29
5752026-08-14T21:59:15.270Z Downloaded clap_builder v4.6.0
5762026-08-14T21:59:15.273Z Downloaded foldhash v0.2.0
5772026-08-14T21:59:15.273Z Downloaded strum_macros v0.26.4
5782026-08-14T21:59:15.276Z Downloaded block-padding v0.4.2
5792026-08-14T21:59:15.276Z Downloaded percent-encoding v2.3.2
5802026-08-14T21:59:15.281Z Downloaded ena v0.14.4
5812026-08-14T21:59:15.285Z Downloaded keccak v0.2.0
5822026-08-14T21:59:15.288Z Downloaded proc-macro2 v1.0.106
5832026-08-14T21:59:15.289Z Downloaded thiserror-impl v2.0.18
5842026-08-14T21:59:15.289Z Downloaded enum_dispatch v0.3.13
5852026-08-14T21:59:15.292Z Downloaded filetime v0.2.27
5862026-08-14T21:59:15.292Z Downloaded tempfile v3.25.0
5872026-08-14T21:59:15.292Z Downloaded cfg_aliases v0.1.1
5882026-08-14T21:59:15.295Z Downloaded phf_shared v0.12.1
5892026-08-14T21:59:15.295Z Downloaded castaway v0.2.4
5902026-08-14T21:59:15.295Z Downloaded zerocopy-derive v0.8.40
5912026-08-14T21:59:15.299Z Downloaded password-hash v0.6.1
5922026-08-14T21:59:15.303Z Downloaded linkme v0.3.35
5932026-08-14T21:59:15.306Z Downloaded hashbrown v0.15.5
5942026-08-14T21:59:15.310Z Downloaded toml v0.8.23
5952026-08-14T21:59:15.313Z Downloaded prefix-trie v0.7.0
5962026-08-14T21:59:15.313Z Downloaded rfc6979 v0.4.0
5972026-08-14T21:59:15.316Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5982026-08-14T21:59:15.321Z Downloaded backon v1.6.0
5992026-08-14T21:59:15.324Z Downloaded unicode-properties v0.1.4
6002026-08-14T21:59:15.324Z Downloaded libefi-sys v0.1.0
6012026-08-14T21:59:15.324Z Downloaded libsw v3.5.0
6022026-08-14T21:59:15.324Z Downloaded potential_utf v0.1.4
6032026-08-14T21:59:15.328Z Downloaded multer v3.1.0
6042026-08-14T21:59:15.328Z Downloaded zerocopy-derive v0.7.35
6052026-08-14T21:59:15.332Z Downloaded secrecy v0.8.0
6062026-08-14T21:59:15.336Z Downloaded tower v0.5.3
6072026-08-14T21:59:15.341Z Downloaded bytes v1.11.1
6082026-08-14T21:59:15.344Z Downloaded pest_meta v2.8.6
6092026-08-14T21:59:15.347Z Downloaded indexmap v2.14.0
6102026-08-14T21:59:15.347Z Downloaded scroll_derive v0.12.1
6112026-08-14T21:59:15.347Z Downloaded der v0.8.0
6122026-08-14T21:59:15.351Z Downloaded ed25519 v2.2.3
6132026-08-14T21:59:15.354Z Downloaded flate2 v1.1.9
6142026-08-14T21:59:15.354Z Downloaded sigpipe v0.1.3
6152026-08-14T21:59:15.354Z Downloaded strum v0.27.2
6162026-08-14T21:59:15.357Z Downloaded ecdsa v0.17.0
6172026-08-14T21:59:15.357Z Downloaded crossterm v0.29.0
6182026-08-14T21:59:15.360Z Downloaded supports-color v3.0.2
6192026-08-14T21:59:15.360Z Downloaded socket2 v0.5.10
6202026-08-14T21:59:15.360Z Downloaded bit-vec v0.6.3
6212026-08-14T21:59:15.363Z Downloaded thiserror-impl-no-std v2.0.2
6222026-08-14T21:59:15.366Z Downloaded lock_api v0.4.14
6232026-08-14T21:59:15.370Z Downloaded bitflags v1.3.2
6242026-08-14T21:59:15.373Z Downloaded swrite v0.1.0
6252026-08-14T21:59:15.379Z Downloaded miette v5.10.0
6262026-08-14T21:59:15.382Z Downloaded hashbrown v0.16.1
6272026-08-14T21:59:15.382Z Downloaded textwrap v0.16.2
6282026-08-14T21:59:15.382Z Downloaded bytecount v0.6.9
6292026-08-14T21:59:15.386Z Downloaded proc-macro-error-attr2 v2.0.0
6302026-08-14T21:59:15.386Z Downloaded password-hash v0.5.0
6312026-08-14T21:59:15.389Z Downloaded ucd-trie v0.1.7
6322026-08-14T21:59:15.389Z Downloaded r2d2 v0.8.10
6332026-08-14T21:59:15.389Z Downloaded rand_core v0.6.4
6342026-08-14T21:59:15.392Z Downloaded trait-variant v0.1.2
6352026-08-14T21:59:15.392Z Downloaded unicode-linebreak v0.1.5
6362026-08-14T21:59:15.392Z Downloaded version_check v0.9.5
6372026-08-14T21:59:15.392Z Downloaded h2 v0.4.15
6382026-08-14T21:59:15.395Z Downloaded untrusted v0.9.0
6392026-08-14T21:59:15.398Z Downloaded hashbrown v0.17.0
6402026-08-14T21:59:15.401Z Downloaded rayon-core v1.13.0
6412026-08-14T21:59:15.404Z Downloaded serde_with v1.14.0
6422026-08-14T21:59:15.407Z Downloaded vte v0.14.1
6432026-08-14T21:59:15.408Z Downloaded test-strategy v0.4.5
6442026-08-14T21:59:15.411Z Downloaded rustls-native-certs v0.8.3
6452026-08-14T21:59:15.411Z Downloaded primeorder v0.13.6
6462026-08-14T21:59:15.414Z Downloaded rustc-hash v2.1.1
6472026-08-14T21:59:15.419Z Downloaded crossterm v0.28.1
6482026-08-14T21:59:15.423Z Downloaded anyhow v1.0.102
6492026-08-14T21:59:15.426Z Downloaded rand v0.10.1
6502026-08-14T21:59:15.429Z Downloaded serde-hex v0.1.0
6512026-08-14T21:59:15.429Z Downloaded dropshot_endpoint v0.17.1
6522026-08-14T21:59:15.432Z Downloaded foreign-types-macros v0.2.3
6532026-08-14T21:59:15.432Z Downloaded spki v0.8.0
6542026-08-14T21:59:15.432Z Downloaded generic-array v0.14.7
6552026-08-14T21:59:15.435Z Downloaded lru-slab v0.1.2
6562026-08-14T21:59:15.435Z Downloaded support-bundle-viewer v0.1.2
6572026-08-14T21:59:15.435Z Downloaded dirs-next v2.0.0
6582026-08-14T21:59:15.438Z Downloaded enum-as-inner v0.6.1
6592026-08-14T21:59:15.442Z Downloaded hyper v1.10.1
6602026-08-14T21:59:15.445Z Downloaded icu_properties_data v2.1.2
6612026-08-14T21:59:15.450Z Downloaded hashbrown v0.14.5
6622026-08-14T21:59:15.453Z Downloaded memchr v2.8.0
6632026-08-14T21:59:15.457Z Downloaded p384 v0.14.0
6642026-08-14T21:59:15.460Z Downloaded tiny-keccak v2.0.2
6652026-08-14T21:59:15.463Z Downloaded polyval v0.7.1
6662026-08-14T21:59:15.463Z Downloaded slab v0.4.12
6672026-08-14T21:59:15.463Z Downloaded ghash v0.6.0
6682026-08-14T21:59:15.466Z Downloaded kem v0.3.0
6692026-08-14T21:59:15.466Z Downloaded lzss v0.8.2
6702026-08-14T21:59:15.466Z Downloaded termcolor v1.4.1
6712026-08-14T21:59:15.466Z Downloaded hkdf v0.12.4
6722026-08-14T21:59:15.469Z Downloaded hkdf v0.13.0
6732026-08-14T21:59:15.469Z Downloaded aes-gcm v0.11.0
6742026-08-14T21:59:15.472Z Downloaded newtype_derive v0.1.6
6752026-08-14T21:59:15.472Z Downloaded usdt-impl v0.5.0
6762026-08-14T21:59:15.472Z Downloaded newtype-uuid-macros v0.1.0
6772026-08-14T21:59:15.476Z Downloaded getrandom v0.3.4
6782026-08-14T21:59:15.476Z Downloaded assert_matches v1.5.0
6792026-08-14T21:59:15.476Z Downloaded postgres-types v0.2.12
6802026-08-14T21:59:15.479Z Downloaded cfg-if v1.0.4
6812026-08-14T21:59:15.479Z Downloaded tls_codec_derive v0.4.2
6822026-08-14T21:59:15.479Z Downloaded tokio-tungstenite v0.21.0
6832026-08-14T21:59:15.482Z Downloaded writeable v0.6.2
6842026-08-14T21:59:15.486Z Downloaded zmij v1.0.21
6852026-08-14T21:59:15.490Z Downloaded fixedbitset v0.5.7
6862026-08-14T21:59:15.499Z Downloaded stacker v0.1.23
6872026-08-14T21:59:15.502Z Downloaded uzers v0.12.2
6882026-08-14T21:59:15.502Z Downloaded whoami v1.6.1
6892026-08-14T21:59:15.506Z Downloaded fs-err v3.3.0
6902026-08-14T21:59:15.506Z Downloaded peg-runtime v0.8.5
6912026-08-14T21:59:15.506Z Downloaded oso-derive v0.27.3
6922026-08-14T21:59:15.506Z Downloaded pretty-hex v0.4.1
6932026-08-14T21:59:15.509Z Downloaded packed_struct_codegen v0.10.1
6942026-08-14T21:59:15.512Z Downloaded quick-error v1.2.3
6952026-08-14T21:59:15.512Z Downloaded papergrid v0.11.0
6962026-08-14T21:59:15.517Z Downloaded zip v0.6.6
6972026-08-14T21:59:15.520Z Downloaded digest-io v0.1.0
6982026-08-14T21:59:15.520Z Downloaded pkcs5 v0.8.1
6992026-08-14T21:59:15.523Z Downloaded digest v0.10.7
7002026-08-14T21:59:15.526Z Downloaded phf_shared v0.13.1
7012026-08-14T21:59:15.526Z Downloaded plain v0.2.3
7022026-08-14T21:59:15.526Z Downloaded mime v0.3.17
7032026-08-14T21:59:15.526Z Downloaded rand v0.9.2
7042026-08-14T21:59:15.530Z Downloaded scroll_derive v0.13.1
7052026-08-14T21:59:15.530Z Downloaded progenitor-impl v0.14.0
7062026-08-14T21:59:15.533Z Downloaded newtype-uuid v1.3.2
7072026-08-14T21:59:15.533Z Downloaded miniz_oxide v0.8.9
7082026-08-14T21:59:15.536Z Downloaded ff v0.13.1
7092026-08-14T21:59:15.536Z Downloaded futures-executor v0.3.32
7102026-08-14T21:59:15.539Z Downloaded arrayvec v0.7.6
7112026-08-14T21:59:15.542Z Downloaded bitfield v0.19.4
7122026-08-14T21:59:15.542Z Downloaded serde_plain v1.0.2
7132026-08-14T21:59:15.542Z Downloaded sha1 v0.10.6
7142026-08-14T21:59:15.542Z Downloaded slog-term v2.9.2
7152026-08-14T21:59:15.545Z Downloaded term v1.2.1
7162026-08-14T21:59:15.545Z Downloaded oso v0.27.3
7172026-08-14T21:59:15.548Z Downloaded goblin v0.8.2
7182026-08-14T21:59:15.551Z Downloaded rustls-platform-verifier v0.6.2
7192026-08-14T21:59:15.554Z Downloaded libsw-core v0.3.2
7202026-08-14T21:59:15.554Z Downloaded slog-envlogger v2.2.0
7212026-08-14T21:59:15.558Z Downloaded sha1 v0.11.0
7222026-08-14T21:59:15.558Z Downloaded chrono v0.4.45
7232026-08-14T21:59:15.561Z Downloaded typify-macro v0.6.2
7242026-08-14T21:59:15.561Z Downloaded tabwriter v1.4.1
7252026-08-14T21:59:15.564Z Downloaded structmeta-derive v0.3.0
7262026-08-14T21:59:15.564Z Downloaded num-rational v0.4.2
7272026-08-14T21:59:15.564Z Downloaded zerovec v0.11.5
7282026-08-14T21:59:15.567Z Downloaded num-integer v0.1.46
7292026-08-14T21:59:15.567Z Downloaded quinn v0.11.11
7302026-08-14T21:59:15.571Z Downloaded unarray v0.1.4
7312026-08-14T21:59:15.571Z Downloaded utf-8 v0.7.6
7322026-08-14T21:59:15.571Z Downloaded ed25519 v3.0.0
7332026-08-14T21:59:15.574Z Downloaded event-listener v5.4.1
7342026-08-14T21:59:15.574Z Downloaded serde_core v1.0.228
7352026-08-14T21:59:15.574Z Downloaded jiff-core v0.1.0
7362026-08-14T21:59:15.577Z Downloaded cassowary v0.3.0
7372026-08-14T21:59:15.580Z Downloaded tower-layer v0.3.3
7382026-08-14T21:59:15.580Z Downloaded usdt-attr-macro v0.6.0
7392026-08-14T21:59:15.580Z Downloaded want v0.3.1
7402026-08-14T21:59:15.580Z Downloaded paste v1.0.15
7412026-08-14T21:59:15.583Z Downloaded relative-path v1.9.3
7422026-08-14T21:59:15.584Z Downloaded endian-type v0.1.2
7432026-08-14T21:59:15.587Z Downloaded dyn-clone v1.0.20
7442026-08-14T21:59:15.590Z Downloaded dof v0.3.0
7452026-08-14T21:59:15.590Z Downloaded fastrand v2.3.0
7462026-08-14T21:59:15.593Z Downloaded arc-swap v1.8.2
7472026-08-14T21:59:15.596Z Downloaded iddqd v0.4.2
7482026-08-14T21:59:15.601Z Downloaded p256 v0.14.0
7492026-08-14T21:59:15.604Z Downloaded serde_json v1.0.151
7502026-08-14T21:59:15.607Z Downloaded serde_with_macros v3.21.0
7512026-08-14T21:59:15.610Z Downloaded crypto-primes v0.7.2
7522026-08-14T21:59:15.613Z Downloaded signal-hook v0.3.18
7532026-08-14T21:59:15.613Z Downloaded tracing-core v0.1.36
7542026-08-14T21:59:15.617Z Downloaded ml-kem v0.3.2
7552026-08-14T21:59:15.617Z Downloaded dropshot-api-manager v0.7.2
7562026-08-14T21:59:15.620Z Downloaded funty v2.0.0
7572026-08-14T21:59:15.620Z Downloaded jiff-static v0.2.34
7582026-08-14T21:59:15.620Z Downloaded nodrop v0.1.14
7592026-08-14T21:59:15.620Z Downloaded rust-argon2 v2.1.0
7602026-08-14T21:59:15.623Z Downloaded futures-task v0.3.32
7612026-08-14T21:59:15.623Z Downloaded maplit v1.0.2
7622026-08-14T21:59:15.623Z Downloaded keccak v0.1.6
7632026-08-14T21:59:15.623Z Downloaded byteorder v1.5.0
7642026-08-14T21:59:15.624Z Downloaded rustyline v14.0.0
7652026-08-14T21:59:15.627Z Downloaded git2 v0.20.4
7662026-08-14T21:59:15.630Z Downloaded expectorate v1.2.0
7672026-08-14T21:59:15.633Z Downloaded num_enum_derive v0.7.6
7682026-08-14T21:59:15.633Z Downloaded signature v3.0.0
7692026-08-14T21:59:15.633Z Downloaded tokio-rustls v0.26.4
7702026-08-14T21:59:15.637Z Downloaded spki v0.7.3
7712026-08-14T21:59:15.637Z Downloaded ssh-cipher v0.3.0
7722026-08-14T21:59:15.637Z Downloaded tinystr v0.8.2
7732026-08-14T21:59:15.640Z Downloaded anstyle-query v1.1.5
7742026-08-14T21:59:15.640Z Downloaded psl-types v2.0.11
7752026-08-14T21:59:15.640Z Downloaded tokio-native-tls v0.3.1
7762026-08-14T21:59:15.640Z Downloaded olpc-cjson v0.1.4
7772026-08-14T21:59:15.640Z Downloaded bit-set v0.5.3
7782026-08-14T21:59:15.644Z Downloaded cast v0.3.0
7792026-08-14T21:59:15.644Z Downloaded path-slash v0.1.5
7802026-08-14T21:59:15.644Z Downloaded typed-path v0.9.3
7812026-08-14T21:59:15.647Z Downloaded elliptic-curve v0.13.8
7822026-08-14T21:59:15.647Z Downloaded base64 v0.22.1
7832026-08-14T21:59:15.650Z Downloaded blake2b_simd v1.0.4
7842026-08-14T21:59:15.651Z Downloaded postcard v1.1.3
7852026-08-14T21:59:15.654Z Downloaded primefield v0.14.0
7862026-08-14T21:59:15.654Z Downloaded quote v1.0.45
7872026-08-14T21:59:15.654Z Downloaded dsl_auto_type v0.2.0
7882026-08-14T21:59:15.657Z Downloaded bb8 v0.8.6
7892026-08-14T21:59:15.657Z Downloaded zeroize v1.9.0
7902026-08-14T21:59:15.660Z Downloaded reqwest v0.13.2
7912026-08-14T21:59:15.667Z Downloaded event-listener-strategy v0.5.4
7922026-08-14T21:59:15.671Z Downloaded fallible-iterator v0.2.0
7932026-08-14T21:59:15.674Z Downloaded rustc_version v0.1.7
7942026-08-14T21:59:15.678Z Downloaded scopeguard v1.2.0
7952026-08-14T21:59:15.681Z Downloaded mime_guess v2.0.5
7962026-08-14T21:59:15.684Z Downloaded try-lock v0.2.5
7972026-08-14T21:59:15.684Z Downloaded target-triple v1.0.0
7982026-08-14T21:59:15.687Z Downloaded same-file v1.0.6
7992026-08-14T21:59:15.690Z Downloaded serde-big-array v0.5.1
8002026-08-14T21:59:15.690Z Downloaded smallvec v0.6.14
8012026-08-14T21:59:15.694Z Downloaded serde_yaml v0.9.34+deprecated
8022026-08-14T21:59:15.697Z Downloaded yansi v1.0.1
8032026-08-14T21:59:15.700Z Downloaded oxide-update-engine-types v0.1.2
8042026-08-14T21:59:15.700Z Downloaded jobserver v0.1.34
8052026-08-14T21:59:15.703Z Downloaded nu-ansi-term v0.50.3
8062026-08-14T21:59:15.706Z Downloaded wyz v0.5.1
8072026-08-14T21:59:15.706Z Downloaded document-features v0.2.12
8082026-08-14T21:59:15.706Z Downloaded equivalent v1.0.2
8092026-08-14T21:59:15.706Z Downloaded fixedbitset v0.4.2
8102026-08-14T21:59:15.709Z Downloaded libbz2-rs-sys v0.2.2
8112026-08-14T21:59:15.709Z Downloaded salty v0.3.0
8122026-08-14T21:59:15.712Z Downloaded port-file v0.1.0
8132026-08-14T21:59:15.716Z Downloaded usdt-attr-macro v0.5.0
8142026-08-14T21:59:15.719Z Downloaded zerofrom-derive v0.1.6
8152026-08-14T21:59:15.719Z Downloaded form_urlencoded v1.2.2
8162026-08-14T21:59:15.719Z Downloaded aead v0.6.1
8172026-08-14T21:59:15.722Z Downloaded owo-colors v4.3.0
8182026-08-14T21:59:15.722Z Downloaded zerocopy v0.7.35
8192026-08-14T21:59:15.730Z Downloaded num-bigint-dig v0.8.6
8202026-08-14T21:59:15.733Z Downloaded maybe-uninit v2.0.0
8212026-08-14T21:59:15.736Z Downloaded num-traits v0.2.19
8222026-08-14T21:59:15.736Z Downloaded arrayref v0.3.9
8232026-08-14T21:59:15.739Z Downloaded foreign-types-shared v0.1.1
8242026-08-14T21:59:15.739Z Downloaded libm v0.2.16
8252026-08-14T21:59:15.743Z Downloaded kstat-rs v0.2.5
8262026-08-14T21:59:15.747Z Downloaded publicsuffix v2.3.0
8272026-08-14T21:59:15.747Z Downloaded async-trait v0.1.89
8282026-08-14T21:59:15.750Z Downloaded ar_archive_writer v0.5.1
8292026-08-14T21:59:15.750Z Downloaded precomputed-hash v0.1.1
8302026-08-14T21:59:15.750Z Downloaded powerfmt v0.2.0
8312026-08-14T21:59:15.753Z Downloaded base64ct v1.8.3
8322026-08-14T21:59:15.753Z Downloaded scheduled-thread-pool v0.2.7
8332026-08-14T21:59:15.770Z Downloaded sapling-renderdag v0.1.0
8342026-08-14T21:59:15.779Z Downloaded pathdiff v0.2.3
8352026-08-14T21:59:15.779Z Downloaded pem-rfc7468 v1.0.0
8362026-08-14T21:59:15.784Z Downloaded progenitor-client v0.13.0
8372026-08-14T21:59:15.784Z Downloaded psm v0.1.30
8382026-08-14T21:59:15.784Z Downloaded rand_pcg v0.10.2
8392026-08-14T21:59:15.784Z Downloaded schemars v0.8.22
8402026-08-14T21:59:15.787Z Downloaded sha2 v0.10.9
8412026-08-14T21:59:15.787Z Downloaded signal-hook-registry v1.4.8
8422026-08-14T21:59:15.787Z Downloaded slog-json v2.6.1
8432026-08-14T21:59:15.787Z Downloaded sync-ptr v0.1.4
8442026-08-14T21:59:15.790Z Downloaded target-spec v3.5.7
8452026-08-14T21:59:15.790Z Downloaded time-core v0.1.8
8462026-08-14T21:59:15.790Z Downloaded take_mut v0.2.2
8472026-08-14T21:59:15.790Z Downloaded terminal_size v0.1.17
8482026-08-14T21:59:15.790Z Downloaded rsa v0.9.10
8492026-08-14T21:59:15.794Z Downloaded sync_wrapper v1.0.2
8502026-08-14T21:59:15.794Z Downloaded strsim v0.10.0
8512026-08-14T21:59:15.797Z Downloaded static_assertions v1.1.0
8522026-08-14T21:59:15.797Z Downloaded yoke v0.8.1
8532026-08-14T21:59:15.797Z Downloaded itertools v0.13.0
8542026-08-14T21:59:15.800Z Downloaded thread_local v1.1.9
8552026-08-14T21:59:15.803Z Downloaded tungstenite v0.21.0
8562026-08-14T21:59:15.803Z Downloaded xshell-macros v0.2.7
8572026-08-14T21:59:15.803Z Downloaded fancy-regex v0.14.0
8582026-08-14T21:59:15.806Z Downloaded cancel-safe-futures v0.1.5
8592026-08-14T21:59:15.809Z Downloaded textwrap v0.15.2
8602026-08-14T21:59:15.809Z Downloaded pretty_assertions v1.4.1
8612026-08-14T21:59:15.809Z Downloaded utf8parse v0.2.2
8622026-08-14T21:59:15.809Z Downloaded memmap2 v0.9.10
8632026-08-14T21:59:15.813Z Downloaded unicode-xid v0.2.6
8642026-08-14T21:59:15.813Z Downloaded void v1.0.2
8652026-08-14T21:59:15.813Z Downloaded md5 v0.8.0
8662026-08-14T21:59:15.813Z Downloaded displaydoc v0.2.5
8672026-08-14T21:59:15.816Z Downloaded dropshot-api-manager-types v0.7.2
8682026-08-14T21:59:15.816Z Downloaded either v1.15.0
8692026-08-14T21:59:15.816Z Downloaded embedded-io v0.6.1
8702026-08-14T21:59:15.816Z Downloaded autocfg v1.5.0
8712026-08-14T21:59:15.816Z Downloaded unsafe-libyaml v0.2.11
8722026-08-14T21:59:15.819Z Downloaded unicode_categories v0.1.1
8732026-08-14T21:59:15.819Z Downloaded fs-err v2.11.0
8742026-08-14T21:59:15.822Z Downloaded newline-converter v0.3.0
8752026-08-14T21:59:15.825Z Downloaded pest_generator v2.8.6
8762026-08-14T21:59:15.825Z Downloaded blake3 v1.8.5
8772026-08-14T21:59:15.829Z Downloaded path-tree v0.8.3
8782026-08-14T21:59:15.832Z Downloaded getrandom v0.4.1
8792026-08-14T21:59:15.835Z Downloaded gimli v0.32.3
8802026-08-14T21:59:15.838Z Downloaded snafu-derive v0.8.9
8812026-08-14T21:59:15.841Z Downloaded goblin v0.10.5
8822026-08-14T21:59:15.844Z Downloaded slog-scope v4.4.1
8832026-08-14T21:59:15.844Z Downloaded phf_shared v0.11.3
8842026-08-14T21:59:15.844Z Downloaded semver v1.0.28
8852026-08-14T21:59:15.847Z Downloaded rtoolbox v0.0.3
8862026-08-14T21:59:15.848Z Downloaded rustls-webpki v0.103.13
8872026-08-14T21:59:15.848Z Downloaded rstest_macros v0.25.0
8882026-08-14T21:59:15.851Z Downloaded siphasher v1.0.2
8892026-08-14T21:59:15.851Z Downloaded tui-tree-widget v0.23.1
8902026-08-14T21:59:15.851Z Downloaded tls_codec v0.4.2
8912026-08-14T21:59:15.854Z Downloaded testing_table v0.3.0
8922026-08-14T21:59:15.858Z Downloaded tar v0.4.46
8932026-08-14T21:59:15.868Z Downloaded litemap v0.8.1
8942026-08-14T21:59:15.871Z Downloaded des v0.9.0
8952026-08-14T21:59:15.871Z Downloaded serde_with v3.21.0
8962026-08-14T21:59:15.879Z Downloaded tough v0.22.0
8972026-08-14T21:59:15.884Z Downloaded universal-hash v0.5.1
8982026-08-14T21:59:15.887Z Downloaded tower-http v0.6.8
8992026-08-14T21:59:15.890Z Downloaded unicode-normalization v0.1.25
9002026-08-14T21:59:15.893Z Downloaded zone_cfg_derive v0.3.1
9012026-08-14T21:59:15.893Z Downloaded base64 v0.21.7
9022026-08-14T21:59:15.896Z Downloaded foldhash v0.1.5
9032026-08-14T21:59:15.896Z Downloaded futures-timer v3.0.3
9042026-08-14T21:59:15.896Z Downloaded anstream v0.6.21
9052026-08-14T21:59:15.899Z Downloaded blake2 v0.10.6
9062026-08-14T21:59:15.899Z Downloaded once_cell v1.21.3
9072026-08-14T21:59:15.902Z Downloaded oorandom v11.1.5
9082026-08-14T21:59:15.906Z Downloaded parking_lot v0.11.2
9092026-08-14T21:59:15.909Z Downloaded signal-hook-mio v0.2.5
9102026-08-14T21:59:15.912Z Downloaded strum v0.26.3
9112026-08-14T21:59:15.912Z Downloaded shlex v1.3.0
9122026-08-14T21:59:15.917Z Downloaded cbc v0.2.1
9132026-08-14T21:59:15.920Z Downloaded tinyvec v1.10.0
9142026-08-14T21:59:15.920Z Downloaded oxide-tokio-rt v0.1.4
9152026-08-14T21:59:15.923Z Downloaded pin-project-lite v0.2.17
9162026-08-14T21:59:15.926Z Downloaded shell-words v1.1.1
9172026-08-14T21:59:15.926Z Downloaded strum_macros v0.27.2
9182026-08-14T21:59:15.929Z Downloaded universal-hash v0.6.1
9192026-08-14T21:59:15.929Z Downloaded zerofrom v0.1.6
9202026-08-14T21:59:15.929Z Downloaded knuffel v3.2.0
9212026-08-14T21:59:15.930Z Downloaded linked-hash-map v0.5.6
9222026-08-14T21:59:15.933Z Downloaded rand_core v0.10.0
9232026-08-14T21:59:15.933Z Downloaded futures-macro v0.3.32
9242026-08-14T21:59:15.933Z Downloaded winnow v0.6.26
9252026-08-14T21:59:15.938Z Downloaded num-conv v0.2.0
9262026-08-14T21:59:15.941Z Downloaded serde v1.0.228
9272026-08-14T21:59:15.941Z Downloaded scroll v0.12.0
9282026-08-14T21:59:15.941Z Downloaded serde_tokenstream v0.2.3
9292026-08-14T21:59:15.944Z Downloaded serde_derive_internals v0.29.1
9302026-08-14T21:59:15.944Z Downloaded toml_parser v1.1.2+spec-1.1.0
9312026-08-14T21:59:15.944Z Downloaded new_debug_unreachable v1.0.6
9322026-08-14T21:59:15.948Z Downloaded bitvec v1.0.1
9332026-08-14T21:59:15.953Z Downloaded base16ct v0.2.0
9342026-08-14T21:59:15.956Z Downloaded typify v0.6.2
9352026-08-14T21:59:15.956Z Downloaded unicode-ident v1.0.24
9362026-08-14T21:59:15.959Z Downloaded itertools v0.10.5
9372026-08-14T21:59:15.962Z Downloaded vergen-git2 v9.1.0
9382026-08-14T21:59:15.962Z Downloaded derive_more v2.1.1
9392026-08-14T21:59:15.967Z Downloaded progenitor-client v0.14.0
9402026-08-14T21:59:15.970Z Downloaded ref-cast v1.0.25
9412026-08-14T21:59:15.970Z Downloaded zerocopy v0.6.6
9422026-08-14T21:59:15.970Z Downloaded ff v0.14.0
9432026-08-14T21:59:15.973Z Downloaded find-msvc-tools v0.1.9
9442026-08-14T21:59:15.973Z Downloaded owo-colors v3.5.0
9452026-08-14T21:59:15.973Z Downloaded predicates v3.1.4
9462026-08-14T21:59:15.977Z Downloaded similar-asserts v1.7.0
9472026-08-14T21:59:15.977Z Downloaded ecdsa v0.16.9
9482026-08-14T21:59:15.977Z Downloaded samael v0.0.19
9492026-08-14T21:59:15.980Z Downloaded env_logger v0.11.9
9502026-08-14T21:59:15.983Z Downloaded erased-serde v0.3.31
9512026-08-14T21:59:15.983Z Downloaded waitgroup v0.1.2
9522026-08-14T21:59:15.983Z Downloaded blake2 v0.11.0-rc.6
9532026-08-14T21:59:15.987Z Downloaded gethostname v0.5.0
9542026-08-14T21:59:15.987Z Downloaded litrs v1.0.0
9552026-08-14T21:59:15.987Z Downloaded argon2 v0.6.0-rc.8
9562026-08-14T21:59:15.994Z Downloaded rand_chacha v0.9.0
9572026-08-14T21:59:15.997Z Downloaded slog v2.8.2
9582026-08-14T21:59:16.000Z Downloaded synstructure v0.13.2
9592026-08-14T21:59:16.000Z Downloaded memmap v0.7.0
9602026-08-14T21:59:16.000Z Downloaded tagptr v0.2.0
9612026-08-14T21:59:16.004Z Downloaded toml_edit v0.19.15
9622026-08-14T21:59:16.014Z Downloaded zip v4.6.1
9632026-08-14T21:59:16.017Z Downloaded linear-map v1.2.0
9642026-08-14T21:59:16.020Z Downloaded pkcs1 v0.7.5
9652026-08-14T21:59:16.020Z Downloaded tower-service v0.3.3
9662026-08-14T21:59:16.020Z Downloaded bitfield-struct v0.6.2
9672026-08-14T21:59:16.020Z Downloaded progenitor-extras v0.2.0
9682026-08-14T21:59:16.020Z Downloaded serde_regex v1.1.0
9692026-08-14T21:59:16.023Z Downloaded vergen-lib v9.1.0
9702026-08-14T21:59:16.023Z Downloaded zone v0.3.1
9712026-08-14T21:59:16.023Z Downloaded aead v0.5.2
9722026-08-14T21:59:16.023Z Downloaded strip-ansi-escapes v0.2.1
9732026-08-14T21:59:16.023Z Downloaded toml_write v0.1.2
9742026-08-14T21:59:16.027Z Downloaded is_terminal_polyfill v1.70.2
9752026-08-14T21:59:16.027Z Downloaded oxnet v0.1.6
9762026-08-14T21:59:16.027Z Downloaded ssh-key v0.7.0-rc.11
9772026-08-14T21:59:16.030Z Downloaded derive_more-impl v2.1.1
9782026-08-14T21:59:16.034Z Downloaded buf-list v1.1.2
9792026-08-14T21:59:16.037Z Downloaded fnv v1.0.7
9802026-08-14T21:59:16.040Z Downloaded russh-util v0.52.0
9812026-08-14T21:59:16.040Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9822026-08-14T21:59:16.046Z Downloaded lru-cache v0.1.2
9832026-08-14T21:59:16.050Z Downloaded recursive-proc-macro-impl v0.1.1
9842026-08-14T21:59:16.053Z Downloaded async-object-pool v0.2.0
9852026-08-14T21:59:16.058Z Downloaded thiserror v2.0.18
9862026-08-14T21:59:16.061Z Downloaded vcpkg v0.2.15
9872026-08-14T21:59:16.085Z Downloaded quinn-proto v0.11.16
9882026-08-14T21:59:16.089Z Downloaded allocator-api2 v0.2.21
9892026-08-14T21:59:16.092Z Downloaded pkcs8 v0.11.0
9902026-08-14T21:59:16.092Z Downloaded managed v0.8.0
9912026-08-14T21:59:16.095Z Downloaded schemars v0.9.0
9922026-08-14T21:59:16.099Z Downloaded toml_edit v0.23.10+spec-1.0.0
9932026-08-14T21:59:16.102Z Downloaded rand_distr v0.5.1
9942026-08-14T21:59:16.105Z Downloaded tabled v0.15.0
9952026-08-14T21:59:16.112Z Downloaded unicode-truncate v1.1.0
9962026-08-14T21:59:16.115Z Downloaded bit-vec v0.8.0
9972026-08-14T21:59:16.115Z Downloaded serde_spanned v0.6.9
9982026-08-14T21:59:16.115Z Downloaded lalrpop-util v0.19.12
9992026-08-14T21:59:16.115Z Downloaded linkme-impl v0.3.35
10002026-08-14T21:59:16.118Z Downloaded normalize-line-endings v0.3.0
10012026-08-14T21:59:16.118Z Downloaded socket2 v0.6.3
10022026-08-14T21:59:16.118Z Downloaded async-lock v3.4.2
10032026-08-14T21:59:16.119Z Downloaded parking_lot_core v0.8.6
10042026-08-14T21:59:16.122Z Downloaded scrypt v0.12.0
10052026-08-14T21:59:16.122Z Downloaded tabled v0.21.0
10062026-08-14T21:59:16.130Z Downloaded progenitor v0.14.0
10072026-08-14T21:59:16.133Z Downloaded futures-channel v0.3.32
10082026-08-14T21:59:16.133Z Downloaded x509-cert v0.2.5
10092026-08-14T21:59:16.136Z Downloaded async-stream v0.3.6
10102026-08-14T21:59:16.136Z Downloaded tungstenite v0.23.0
10112026-08-14T21:59:16.140Z Downloaded futures v0.3.32
10122026-08-14T21:59:16.143Z Downloaded smallvec v1.15.1
10132026-08-14T21:59:16.143Z Downloaded uuid v1.23.4
10142026-08-14T21:59:16.146Z Downloaded futures-util v0.3.32
10152026-08-14T21:59:16.150Z Downloaded libtest-mimic v0.8.1
10162026-08-14T21:59:16.153Z Downloaded proc-macro-error2 v2.0.1
10172026-08-14T21:59:16.153Z Downloaded tokio-util v0.7.18
10182026-08-14T21:59:16.157Z Downloaded thiserror-impl v1.0.69
10192026-08-14T21:59:16.160Z Downloaded cc v1.2.56
10202026-08-14T21:59:16.160Z Downloaded sec1 v0.8.1
10212026-08-14T21:59:16.163Z Downloaded drift v0.2.0
10222026-08-14T21:59:16.166Z Downloaded bzip2 v0.6.1
10232026-08-14T21:59:16.169Z Downloaded subprocess v0.2.15
10242026-08-14T21:59:16.169Z Downloaded num-complex v0.4.6
10252026-08-14T21:59:16.172Z Downloaded serde_derive v1.0.228
10262026-08-14T21:59:16.172Z Downloaded async-compression v0.4.41
10272026-08-14T21:59:16.175Z Downloaded phc v0.6.1
10282026-08-14T21:59:16.175Z Downloaded aho-corasick v1.1.4
10292026-08-14T21:59:16.179Z Downloaded ssh-encoding v0.3.0
10302026-08-14T21:59:16.182Z Downloaded thiserror v1.0.69
10312026-08-14T21:59:16.185Z Downloaded vergen v9.1.0
10322026-08-14T21:59:16.185Z Downloaded diesel-dtrace v0.5.0
10332026-08-14T21:59:16.185Z Downloaded p521 v0.14.0
10342026-08-14T21:59:16.191Z Downloaded toml v0.7.8
10352026-08-14T21:59:16.191Z Downloaded flume v0.11.1
10362026-08-14T21:59:16.195Z Downloaded backtrace-ext v0.2.1
10372026-08-14T21:59:16.195Z Downloaded stringmetrics v2.2.2
10382026-08-14T21:59:16.195Z Downloaded bzip2 v0.4.4
10392026-08-14T21:59:16.195Z Downloaded steno v0.4.1
10402026-08-14T21:59:16.195Z Downloaded itertools v0.15.0
10412026-08-14T21:59:16.200Z Downloaded chacha20poly1305 v0.10.1
10422026-08-14T21:59:16.203Z Downloaded toml v1.1.2+spec-1.1.0
10432026-08-14T21:59:16.203Z Downloaded parking_lot v0.12.5
10442026-08-14T21:59:16.206Z Downloaded bs58 v0.5.1
10452026-08-14T21:59:16.206Z Downloaded bindgen v0.71.1
10462026-08-14T21:59:16.210Z Downloaded progenitor-impl v0.13.0
10472026-08-14T21:59:16.213Z Downloaded rawzip v0.4.4
10482026-08-14T21:59:16.216Z Downloaded rayon v1.11.0
10492026-08-14T21:59:16.219Z Downloaded array-init v0.0.4
10502026-08-14T21:59:16.222Z Downloaded chacha20 v0.10.0
10512026-08-14T21:59:16.225Z Downloaded ron v0.8.1
10522026-08-14T21:59:16.229Z Downloaded pest_derive v2.8.6
10532026-08-14T21:59:16.232Z Downloaded diff v0.1.13
10542026-08-14T21:59:16.235Z Downloaded russh v0.62.4
10552026-08-14T21:59:16.240Z Downloaded zopfli v0.8.3
10562026-08-14T21:59:16.249Z Downloaded plotters v0.3.7
10572026-08-14T21:59:16.254Z Downloaded generic-array v1.4.3
10582026-08-14T21:59:16.257Z Downloaded diesel_derives v2.3.7
10592026-08-14T21:59:16.260Z Downloaded polar-core v0.27.3
10602026-08-14T21:59:16.263Z Downloaded omicron-zone-package v0.12.3
10612026-08-14T21:59:16.269Z Downloaded minimal-lexical v0.2.1
10622026-08-14T21:59:16.274Z Downloaded nom v7.1.3
10632026-08-14T21:59:16.281Z Downloaded pest v2.8.6
10642026-08-14T21:59:16.291Z Downloaded regex v1.12.3
10652026-08-14T21:59:16.294Z Downloaded curve25519-dalek v4.1.3
10662026-08-14T21:59:16.298Z Downloaded ryu v1.0.23
10672026-08-14T21:59:16.308Z Downloaded unicode-width v0.2.0
10682026-08-14T21:59:16.308Z Downloaded rand v0.8.6
10692026-08-14T21:59:16.313Z Downloaded crypto-bigint v0.7.5
10702026-08-14T21:59:16.322Z Downloaded ed25519-dalek v2.2.0
10712026-08-14T21:59:16.326Z Downloaded aes v0.9.1
10722026-08-14T21:59:16.329Z Downloaded zlib-rs v0.6.2
10732026-08-14T21:59:16.332Z Downloaded quick-xml v0.37.5
10742026-08-14T21:59:16.335Z Downloaded tokio-postgres v0.7.16
10752026-08-14T21:59:16.340Z Downloaded url v2.5.8
10762026-08-14T21:59:16.348Z Downloaded nom v8.0.0
10772026-08-14T21:59:16.354Z Downloaded num-bigint v0.4.6
10782026-08-14T21:59:16.358Z Downloaded ed25519-dalek v3.0.0
10792026-08-14T21:59:16.361Z Downloaded winnow v0.5.40
10802026-08-14T21:59:16.382Z Downloaded unicode-width v0.1.14
10812026-08-14T21:59:16.388Z Downloaded nix v0.28.0
10822026-08-14T21:59:16.397Z Downloaded nix v0.27.1
10832026-08-14T21:59:16.403Z Downloaded lalrpop v0.19.12
10842026-08-14T21:59:16.409Z Downloaded itertools v0.12.1
10852026-08-14T21:59:16.413Z Downloaded typenum v1.20.1
10862026-08-14T21:59:16.416Z Downloaded object v0.30.4
10872026-08-14T21:59:16.420Z Downloaded hickory-proto v0.24.4
10882026-08-14T21:59:16.428Z Downloaded object v0.37.3
10892026-08-14T21:59:16.434Z Downloaded reqwest v0.12.28
10902026-08-14T21:59:16.437Z Downloaded libxml v0.3.3
10912026-08-14T21:59:16.440Z Downloaded curve25519-dalek v5.0.0
10922026-08-14T21:59:16.445Z Downloaded reedline v0.40.0
10932026-08-14T21:59:16.449Z Downloaded unicode-segmentation v1.12.0
10942026-08-14T21:59:16.452Z Downloaded portable-atomic v1.13.1
10952026-08-14T21:59:16.455Z Downloaded mio v1.2.0
10962026-08-14T21:59:16.460Z Downloaded winnow v1.0.3
10972026-08-14T21:59:16.464Z Downloaded aws-lc-rs v1.16.3
10982026-08-14T21:59:16.469Z Downloaded p384 v0.13.1
10992026-08-14T21:59:16.473Z Downloaded hickory-proto v0.25.2
11002026-08-14T21:59:16.490Z Downloaded regress v0.10.5
11012026-08-14T21:59:16.495Z Downloaded sha3 v0.12.0
11022026-08-14T21:59:16.502Z Downloaded openssl v0.10.80
11032026-08-14T21:59:16.508Z Downloaded smoltcp v0.11.0
11042026-08-14T21:59:16.515Z Downloaded regex-syntax v0.8.10
11052026-08-14T21:59:16.520Z Downloaded syn v1.0.109
11062026-08-14T21:59:16.530Z Downloaded syn v2.0.117
11072026-08-14T21:59:16.542Z Downloaded regex-syntax v0.6.29
11082026-08-14T21:59:16.547Z Downloaded proptest v1.11.0
11092026-08-14T21:59:16.553Z Downloaded itertools v0.14.0
11102026-08-14T21:59:16.557Z Downloaded typify-impl v0.6.2
11112026-08-14T21:59:16.566Z Downloaded radix_trie v0.2.1
11122026-08-14T21:59:16.569Z Downloaded winnow v0.7.14
11132026-08-14T21:59:16.574Z Downloaded sled v0.34.7
11142026-08-14T21:59:16.580Z Downloaded zerocopy v0.8.40
11152026-08-14T21:59:16.586Z Downloaded diesel v2.3.7
11162026-08-14T21:59:16.605Z Downloaded time v0.3.47
11172026-08-14T21:59:16.612Z Downloaded rustls v0.23.41
11182026-08-14T21:59:16.619Z Downloaded sha3 v0.11.0
11192026-08-14T21:59:16.621Z Downloaded rustix v0.38.44
11202026-08-14T21:59:16.635Z Downloaded sqlparser v0.61.0
11212026-08-14T21:59:16.640Z Downloaded tracing v0.1.44
11222026-08-14T21:59:16.674Z Downloaded openapiv3 v2.2.0
11232026-08-14T21:59:16.681Z Downloaded petname v2.0.2
11242026-08-14T21:59:16.684Z Downloaded moka v0.12.13
11252026-08-14T21:59:16.689Z Downloaded smoltcp v0.9.1
11262026-08-14T21:59:16.695Z Downloaded rustix v1.1.3
11272026-08-14T21:59:16.708Z Downloaded nix v0.31.2
11282026-08-14T21:59:16.715Z Downloaded jiff v0.2.34
11292026-08-14T21:59:16.725Z Downloaded bzip2-sys v0.1.13+1.0.8
11302026-08-14T21:59:16.733Z Downloaded bstr v1.12.1
11312026-08-14T21:59:16.737Z Downloaded petgraph v0.8.3
11322026-08-14T21:59:16.753Z Downloaded dropshot v0.17.1
11332026-08-14T21:59:16.764Z Downloaded regress v0.11.1
11342026-08-14T21:59:16.769Z Downloaded sha3 v0.10.8
11352026-08-14T21:59:16.777Z Downloaded libz-sys v1.1.24
11362026-08-14T21:59:16.792Z Downloaded ratatui v0.29.0
11372026-08-14T21:59:16.813Z Downloaded zerocopy-derive v0.6.6
11382026-08-14T21:59:16.864Z Downloaded ring v0.17.14
11392026-08-14T21:59:16.890Z Downloaded httpmock v0.8.3
11402026-08-14T21:59:16.903Z Downloaded chrono-tz v0.10.4
11412026-08-14T21:59:16.914Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11422026-08-14T21:59:16.925Z Downloaded petgraph v0.6.5
11432026-08-14T21:59:16.937Z Downloaded regex-automata v0.4.14
11442026-08-14T21:59:16.946Z Downloaded csv v1.4.0
11452026-08-14T21:59:16.968Z Downloaded libc v0.2.185
11462026-08-14T21:59:17.027Z Downloaded tokio v1.52.1
11472026-08-14T21:59:17.112Z Downloaded encoding_rs v0.8.35
11482026-08-14T21:59:17.171Z Downloaded libgit2-sys v0.18.3+1.9.2
11492026-08-14T21:59:17.717Z Downloaded aws-lc-sys v0.40.0
11502026-08-14T21:59:18.129Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11512026-08-14T21:59:20.458Z Startup: Refreshing catalog 'helios' ... Done
11522026-08-14T21:59:20.786Z Startup: Caching catalogs ... Done
11532026-08-14T21:59:22.523ZPlanning: Solver setup ... Done (1.631s)
11542026-08-14T21:59:22.576ZPlanning: Running solver ... Done (0.053s)
11552026-08-14T21:59:22.615ZPlanning: Finding local manifests ... Done (0.003s)
11562026-08-14T21:59:22.629ZPlanning: Fetching manifests: 0/2 0% complete
11572026-08-14T21:59:22.653ZPlanning: Fetching manifests: 2/2 100% complete
11582026-08-14T21:59:22.667ZPlanning: Package planning ... Done (0.014s)
11592026-08-14T21:59:22.670ZPlanning: Merging actions ... Done (0.002s)
11602026-08-14T21:59:22.838ZPlanning: Checking for conflicting actions ... Done (0.169s)
11612026-08-14T21:59:22.841ZPlanning: Consolidating action changes ... Done (0.001s)
11622026-08-14T21:59:23.717ZPlanning: Evaluating mediators ... Done (0.878s)
11632026-08-14T21:59:23.721ZPlanning: Planning completed in 2.90 seconds
11642026-08-14T21:59:23.727Z Packages to install: 2
11652026-08-14T21:59:23.727Z Estimated space available: 155.73 GB
11662026-08-14T21:59:23.727ZEstimated space to be consumed: 67.96 MB
11672026-08-14T21:59:23.727Z Create boot environment: No
11682026-08-14T21:59:23.727ZCreate backup boot environment: No
11692026-08-14T21:59:23.727Z Rebuild boot archive: No
11702026-08-14T21:59:23.731Z
11712026-08-14T21:59:23.731ZChanged packages:
11722026-08-14T21:59:23.731Zhelios
11732026-08-14T21:59:23.731Z developer/build-essential
11742026-08-14T21:59:23.731Z None -> 11-3.0
11752026-08-14T21:59:23.731Z library/libxmlsec1
11762026-08-14T21:59:23.731Z None -> 1.2.35-3.0
11772026-08-14T21:59:23.754Z
11782026-08-14T21:59:23.754ZDownload: 0/214 items 0.0/1.3MB 0% complete
11792026-08-14T21:59:23.826ZDownload: Completed 1.28 MB in 0.07 seconds (17.8M/s)
11802026-08-14T21:59:23.914Z Actions: 1/268 actions (Installing new actions)
11812026-08-14T21:59:23.953Z Actions: Completed 268 actions in 0.04 seconds.
11822026-08-14T21:59:23.986ZFinalize: Updating package state database ... Done (0.031s)
11832026-08-14T21:59:23.990ZFinalize: Updating package cache ... Done (0.000s)
11842026-08-14T21:59:24.067ZFinalize: Updating image state ... Done (0.082s)
11852026-08-14T21:59:26.708ZFinalize: Creating fast lookup database ... Done (2.596s)
11862026-08-14T21:59:26.779ZFinalize: Reading search index ... Done (0.012s)
11872026-08-14T21:59:26.782ZFinalize: Updating search index ... Done (0.000s)
11882026-08-14T21:59:26.854ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-14T21:59:27.221ZPlanning: Evaluating mediator changes ... Done
11902026-08-14T21:59:27.327ZPlanning: Checking for conflicting actions ... Done
11912026-08-14T21:59:27.331ZPlanning: Consolidating action changes ... Done
11922026-08-14T21:59:27.489ZPlanning: Evaluating mediators ... Done
11932026-08-14T21:59:27.492ZPlanning: Planning completed in 0.27 seconds
11942026-08-14T21:59:27.512Z Mediators to change: 2
11952026-08-14T21:59:27.512Z Create boot environment: No
11962026-08-14T21:59:27.512ZCreate backup boot environment: No
11972026-08-14T21:59:27.585ZFinalize: Updating package state database ... Done
11982026-08-14T21:59:27.585ZFinalize: Updating package cache ... Done
11992026-08-14T21:59:27.633ZFinalize: Updating image state ... Done
12002026-08-14T21:59:29.613ZFinalize: Creating fast lookup database ... Done
12012026-08-14T21:59:29.660ZFinalize: Reading search index ... Done
12022026-08-14T21:59:29.671ZFinalize: Updating search index ... Done
12032026-08-14T21:59:29.735ZFinalize: Updating package cache ... Done
12042026-08-14T21:59:30.042ZPlanning: Evaluating mediator changes ... Done
12052026-08-14T21:59:30.150ZPlanning: Checking for conflicting actions ... Done
12062026-08-14T21:59:30.193ZPlanning: Consolidating action changes ... Done
12072026-08-14T21:59:30.306ZPlanning: Evaluating mediators ... Done
12082026-08-14T21:59:30.336ZPlanning: Planning completed in 0.26 seconds
12092026-08-14T21:59:30.336Z Mediators to change: 1
12102026-08-14T21:59:30.336Z Create boot environment: No
12112026-08-14T21:59:30.336ZCreate backup boot environment: No
12122026-08-14T21:59:30.404ZFinalize: Updating package state database ... Done
12132026-08-14T21:59:30.404ZFinalize: Updating package cache ... Done
12142026-08-14T21:59:30.464ZFinalize: Updating image state ... Done
12152026-08-14T21:59:32.368ZFinalize: Creating fast lookup database ... Done
12162026-08-14T21:59:32.449ZFinalize: Reading search index ... Done
12172026-08-14T21:59:32.481ZFinalize: Updating search index ... Done
12182026-08-14T21:59:32.522ZFinalize: Updating package cache ... Done
12192026-08-14T21:59:32.871ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12202026-08-14T21:59:32.871Zapache system 2.4 system
12212026-08-14T21:59:32.872Zclang system 15 system
12222026-08-14T21:59:32.872Zcsh system system illumos
12232026-08-14T21:59:32.872Zctags system system illumos
12242026-08-14T21:59:32.872Zfile vendor vendor darwinsys
12252026-08-14T21:59:32.872Zfile system system illumos
12262026-08-14T21:59:32.872Zgcc vendor 14 vendor
12272026-08-14T21:59:32.872Zgcc system 13 system
12282026-08-14T21:59:32.872Zgcc system 10 system
12292026-08-14T21:59:32.872Zgo system 1.25 system
12302026-08-14T21:59:32.872Zllvm system 15 system
12312026-08-14T21:59:32.872Zmariadb system 11.4 system
12322026-08-14T21:59:32.873Zmta vendor vendor dma
12332026-08-14T21:59:32.873Zopenjdk system 17 system
12342026-08-14T21:59:32.873Zopenjdk system 11 system
12352026-08-14T21:59:32.873Zopenssl vendor 3 vendor
12362026-08-14T21:59:32.873Zperl system 5.40 system
12372026-08-14T21:59:32.873Zpostgresql system 18 system
12382026-08-14T21:59:32.873Zpostgresql system 17 system
12392026-08-14T21:59:32.873Zpython vendor 3 vendor
12402026-08-14T21:59:32.873Zpython system 2 system
12412026-08-14T21:59:32.873Zpython3 vendor 3.13 vendor
12422026-08-14T21:59:32.874Zruby system 3.4 system
12432026-08-14T21:59:32.874Zruby system 3.0 system
12442026-08-14T21:59:32.874Zwords vendor vendor american-english
12452026-08-14T21:59:32.874Zwords system system australian-english
12462026-08-14T21:59:32.874Zwords system system british-english
12472026-08-14T21:59:32.874Zwords system system canadian-english
12482026-08-14T21:59:32.874Zwords system system french
12492026-08-14T21:59:32.874Zwords system system italian
12502026-08-14T21:59:32.874Zwords system system ngerman
12512026-08-14T21:59:32.874Zwords system system ogerman
12522026-08-14T21:59:32.874Zwords system system spanish
12532026-08-14T21:59:33.086ZPUBLISHER TYPE STATUS P LOCATION
12542026-08-14T21:59:33.086Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12552026-08-14T21:59:33.527ZFMRI IFO
12562026-08-14T21:59:33.527Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12572026-08-14T21:59:33.527Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12582026-08-14T21:59:33.527Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12592026-08-14T21:59:33.527Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12602026-08-14T21:59:33.527Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12612026-08-14T21:59:33.527Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12622026-08-14T21:59:33.527Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12632026-08-14T21:59:33.527Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12642026-08-14T21:59:33.527Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12652026-08-14T21:59:34.136Z Downloading crates ...
12662026-08-14T21:59:34.183Z Downloaded cargo_toml v0.21.0
12672026-08-14T21:59:34.223Z Compiling proc-macro2 v1.0.106
12682026-08-14T21:59:34.223Z Compiling quote v1.0.45
12692026-08-14T21:59:34.227Z Compiling unicode-ident v1.0.24
12702026-08-14T21:59:34.227Z Compiling serde_core v1.0.228
12712026-08-14T21:59:34.227Z Compiling libc v0.2.185
12722026-08-14T21:59:34.227Z Compiling version_check v0.9.5
12732026-08-14T21:59:34.227Z Compiling memchr v2.8.0
12742026-08-14T21:59:34.227Z Compiling serde v1.0.228
12752026-08-14T21:59:34.227Z Compiling zmij v1.0.21
12762026-08-14T21:59:34.305Z Compiling itoa v1.0.17
12772026-08-14T21:59:34.311Z Compiling ucd-trie v0.1.7
12782026-08-14T21:59:34.315Z Compiling thiserror v1.0.69
12792026-08-14T21:59:34.321Z Compiling byteorder v1.5.0
12802026-08-14T21:59:34.338Z Compiling rustix v1.1.3
12812026-08-14T21:59:34.468Z Compiling serde_json v1.0.151
12822026-08-14T21:59:34.580Z Compiling bitflags v2.11.0
12832026-08-14T21:59:34.787Z Compiling usdt-impl v0.5.0
12842026-08-14T21:59:34.803Z Compiling proc-macro-error-attr v1.0.4
12852026-08-14T21:59:34.897Z Compiling camino v1.2.2
12862026-08-14T21:59:34.901Z Compiling syn v1.0.109
12872026-08-14T21:59:34.901Z Compiling proc-macro-error v1.0.4
12882026-08-14T21:59:34.901Z Compiling pest v2.8.6
12892026-08-14T21:59:34.987Z Compiling getrandom v0.4.1
12902026-08-14T21:59:34.997Z Compiling plain v0.2.3
12912026-08-14T21:59:35.009Z Compiling hashbrown v0.17.0
12922026-08-14T21:59:35.070Z Compiling log v0.4.29
12932026-08-14T21:59:35.091Z Compiling utf8parse v0.2.2
12942026-08-14T21:59:35.115Z Compiling equivalent v1.0.2
12952026-08-14T21:59:35.149Z Compiling colorchoice v1.0.4
12962026-08-14T21:59:35.170Z Compiling pretty-hex v0.4.1
12972026-08-14T21:59:35.214Z Compiling anstyle-parse v1.0.0
12982026-08-14T21:59:35.226Z Compiling thiserror v2.0.18
12992026-08-14T21:59:35.243Z Compiling anstyle v1.0.14
13002026-08-14T21:59:35.243Z Compiling cfg-if v1.0.4
13012026-08-14T21:59:35.278Z Compiling errno v0.3.14
13022026-08-14T21:59:35.278Z Compiling thread-id v4.2.2
13032026-08-14T21:59:35.291Z Compiling toml_write v0.1.2
13042026-08-14T21:59:35.324Z Compiling anstyle-query v1.1.5
13052026-08-14T21:59:35.337Z Compiling winnow v0.7.14
13062026-08-14T21:59:35.344Z Compiling autocfg v1.5.0
13072026-08-14T21:59:35.384Z Compiling is_terminal_polyfill v1.70.2
13082026-08-14T21:59:35.447Z Compiling unicode-width v0.1.14
13092026-08-14T21:59:35.458Z Compiling anstream v1.0.0
13102026-08-14T21:59:35.512Z Compiling once_cell v1.21.3
13112026-08-14T21:59:35.519Z Compiling fastrand v2.3.0
13122026-08-14T21:59:35.519Z Compiling anyhow v1.0.102
13132026-08-14T21:59:35.576Z Compiling indexmap v2.14.0
13142026-08-14T21:59:35.599Z Compiling fnv v1.0.7
13152026-08-14T21:59:35.711Z Compiling syn v2.0.117
13162026-08-14T21:59:35.735Z Compiling heck v0.5.0
13172026-08-14T21:59:35.780Z Compiling clap_lex v1.0.0
13182026-08-14T21:59:35.804Z Compiling heck v0.4.1
13192026-08-14T21:59:35.804Z Compiling strsim v0.11.1
13202026-08-14T21:59:35.807Z Compiling fs-err v3.3.0
13212026-08-14T21:59:35.830Z Compiling bytecount v0.6.9
13222026-08-14T21:59:35.998Z Compiling papergrid v0.11.0
13232026-08-14T21:59:36.017Z Compiling pest_meta v2.8.6
13242026-08-14T21:59:36.047Z Compiling memmap v0.7.0
13252026-08-14T21:59:36.060Z Compiling unicode-linebreak v0.1.5
13262026-08-14T21:59:36.102Z Compiling unicode-width v0.2.0
13272026-08-14T21:59:36.160Z Compiling smawk v0.3.2
13282026-08-14T21:59:36.249Z Compiling swrite v0.1.0
13292026-08-14T21:59:36.283Z Compiling terminal_size v0.4.3
13302026-08-14T21:59:36.283Z Compiling tempfile v3.25.0
13312026-08-14T21:59:36.390Z Compiling clap_builder v4.6.0
13322026-08-14T21:59:36.394Z Compiling textwrap v0.16.2
13332026-08-14T21:59:36.693Z Compiling semver v1.0.28
13342026-08-14T21:59:36.697Z Compiling cargo-platform v0.3.2
13352026-08-14T21:59:36.959Z Compiling camino-tempfile v1.4.1
13362026-08-14T21:59:37.225Z Compiling tabled_derive v0.7.0
13372026-08-14T21:59:37.892Z Compiling pest_generator v2.8.6
13382026-08-14T21:59:37.942Z Compiling tabled v0.15.0
13392026-08-14T21:59:38.433Z Compiling serde_derive v1.0.228
13402026-08-14T21:59:38.437Z Compiling thiserror-impl v1.0.69
13412026-08-14T21:59:38.437Z Compiling zerocopy-derive v0.7.35
13422026-08-14T21:59:38.437Z Compiling pest_derive v2.8.6
13432026-08-14T21:59:38.437Z Compiling scroll_derive v0.12.1
13442026-08-14T21:59:38.437Z Compiling thiserror-impl v2.0.18
13452026-08-14T21:59:38.437Z Compiling clap_derive v4.6.1
13462026-08-14T21:59:39.036Z Compiling scroll v0.12.0
13472026-08-14T21:59:39.124Z Compiling zerocopy v0.7.35
13482026-08-14T21:59:39.236Z Compiling goblin v0.8.2
13492026-08-14T21:59:39.411Z Compiling dtrace-parser v0.2.0
13502026-08-14T21:59:39.729Z Compiling clap v4.6.1
13512026-08-14T21:59:40.766Z Compiling toml_datetime v0.6.11
13522026-08-14T21:59:40.766Z Compiling serde_spanned v0.6.9
13532026-08-14T21:59:40.770Z Compiling macaddr v1.0.1
13542026-08-14T21:59:40.770Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13552026-08-14T21:59:40.770Z Compiling cargo_metadata v0.23.1
13562026-08-14T21:59:40.778Z Compiling dof v0.3.0
13572026-08-14T21:59:40.778Z Compiling serde_tokenstream v0.2.3
13582026-08-14T21:59:40.942Z Compiling toml_edit v0.22.27
13592026-08-14T21:59:41.444Z Compiling usdt-attr-macro v0.5.0
13602026-08-14T21:59:41.444Z Compiling usdt-macro v0.5.0
13612026-08-14T21:59:42.047Z Compiling usdt v0.5.0
13622026-08-14T21:59:42.182Z Compiling toml v0.8.23
13632026-08-14T21:59:42.493Z Compiling cargo_toml v0.21.0
13642026-08-14T21:59:43.793Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13652026-08-14T21:59:45.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.18s
13662026-08-14T21:59:45.902Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13672026-08-14T21:59:46.659Z Compiling libc v0.2.185
13682026-08-14T21:59:46.659Z Compiling serde_core v1.0.228
13692026-08-14T21:59:46.659Z Compiling serde v1.0.228
13702026-08-14T21:59:46.663Z Compiling log v0.4.29
13712026-08-14T21:59:46.663Z Compiling smallvec v1.15.1
13722026-08-14T21:59:46.663Z Compiling find-msvc-tools v0.1.9
13732026-08-14T21:59:46.663Z Compiling shlex v1.3.0
13742026-08-14T21:59:46.663Z Compiling subtle v2.6.1
13752026-08-14T21:59:46.801Z Compiling scopeguard v1.2.0
13762026-08-14T21:59:46.805Z Compiling stable_deref_trait v1.2.1
13772026-08-14T21:59:46.809Z Compiling typenum v1.20.1
13782026-08-14T21:59:46.809Z Compiling zerocopy v0.8.40
13792026-08-14T21:59:46.809Z Compiling portable-atomic v1.13.1
13802026-08-14T21:59:46.859Z Compiling serde_json v1.0.151
13812026-08-14T21:59:46.887Z Compiling syn v2.0.117
13822026-08-14T21:59:46.911Z Compiling critical-section v1.2.0
13832026-08-14T21:59:46.974Z Compiling lock_api v0.4.14
13842026-08-14T21:59:46.988Z Compiling libm v0.2.16
13852026-08-14T21:59:46.988Z Compiling num-traits v0.2.19
13862026-08-14T21:59:47.024Z Compiling pkg-config v0.3.32
13872026-08-14T21:59:47.039Z Compiling generic-array v0.14.7
13882026-08-14T21:59:47.056Z Compiling parking_lot_core v0.9.12
13892026-08-14T21:59:47.069Z Compiling pin-project-lite v0.2.17
13902026-08-14T21:59:47.073Z Compiling getrandom v0.4.1
13912026-08-14T21:59:47.158Z Compiling const-oid v0.9.6
13922026-08-14T21:59:47.162Z Compiling rand_core v0.10.0
13932026-08-14T21:59:47.204Z Compiling percent-encoding v2.3.2
13942026-08-14T21:59:47.245Z Compiling litemap v0.8.1
13952026-08-14T21:59:47.314Z Compiling writeable v0.6.2
13962026-08-14T21:59:47.369Z Compiling futures-core v0.3.32
13972026-08-14T21:59:47.373Z Compiling icu_normalizer_data v2.1.1
13982026-08-14T21:59:47.412Z Compiling icu_properties_data v2.1.2
13992026-08-14T21:59:47.412Z Compiling getrandom v0.3.4
14002026-08-14T21:59:47.427Z Compiling futures-sink v0.3.32
14012026-08-14T21:59:47.481Z Compiling slab v0.4.12
14022026-08-14T21:59:47.528Z Compiling utf8_iter v1.0.4
14032026-08-14T21:59:47.543Z Compiling futures-channel v0.3.32
14042026-08-14T21:59:47.556Z Compiling rustix v1.1.3
14052026-08-14T21:59:47.572Z Compiling futures-task v0.3.32
14062026-08-14T21:59:47.629Z Compiling futures-io v0.3.32
14072026-08-14T21:59:47.644Z Compiling jobserver v0.1.34
14082026-08-14T21:59:47.658Z Compiling errno v0.3.14
14092026-08-14T21:59:47.676Z Compiling getrandom v0.2.17
14102026-08-14T21:59:47.720Z Compiling mio v1.2.0
14112026-08-14T21:59:47.783Z Compiling signal-hook-registry v1.4.8
14122026-08-14T21:59:47.827Z Compiling rand_core v0.6.4
14132026-08-14T21:59:47.893Z Compiling cc v1.2.56
14142026-08-14T21:59:47.932Z Compiling once_cell v1.21.3
14152026-08-14T21:59:47.948Z Compiling parking_lot v0.12.5
14162026-08-14T21:59:47.951Z Compiling socket2 v0.6.3
14172026-08-14T21:59:47.951Z Compiling form_urlencoded v1.2.2
14182026-08-14T21:59:48.030Z Compiling rustversion v1.0.22
14192026-08-14T21:59:48.046Z Compiling iana-time-zone v0.1.65
14202026-08-14T21:59:48.074Z Compiling base64ct v1.8.3
14212026-08-14T21:59:48.090Z Compiling fs_extra v1.3.0
14222026-08-14T21:59:48.181Z Compiling ident_case v1.0.1
14232026-08-14T21:59:48.210Z Compiling regex-syntax v0.8.10
14242026-08-14T21:59:48.225Z Compiling dunce v1.0.5
14252026-08-14T21:59:48.252Z Compiling flagset v0.4.7
14262026-08-14T21:59:48.286Z Compiling rand_core v0.9.5
14272026-08-14T21:59:48.321Z Compiling base64 v0.22.1
14282026-08-14T21:59:48.356Z Compiling pem-rfc7468 v0.7.0
14292026-08-14T21:59:48.402Z Compiling syn v1.0.109
14302026-08-14T21:59:48.421Z Compiling vcpkg v0.2.15
14312026-08-14T21:59:48.436Z Compiling tracing-core v0.1.36
14322026-08-14T21:59:48.439Z Compiling aws-lc-rs v1.16.3
14332026-08-14T21:59:48.439Z Compiling dyn-clone v1.0.20
14342026-08-14T21:59:48.493Z Compiling schemars v0.8.22
14352026-08-14T21:59:48.521Z Compiling cpufeatures v0.2.17
14362026-08-14T21:59:48.609Z Compiling spin v0.9.8
14372026-08-14T21:59:48.623Z Compiling cmov v0.5.4
14382026-08-14T21:59:48.623Z Compiling openssl-probe v0.2.1
14392026-08-14T21:59:48.681Z Compiling cmake v0.1.57
14402026-08-14T21:59:48.685Z Compiling crc32fast v1.5.0
14412026-08-14T21:59:48.750Z Compiling httparse v1.10.1
14422026-08-14T21:59:48.765Z Compiling tinyvec_macros v0.1.1
14432026-08-14T21:59:48.826Z Compiling ctutils v0.4.2
14442026-08-14T21:59:48.842Z Compiling tinyvec v1.10.0
14452026-08-14T21:59:48.846Z Compiling aho-corasick v1.1.4
14462026-08-14T21:59:48.871Z Compiling radium v0.7.0
14472026-08-14T21:59:48.884Z Compiling tower-layer v0.3.3
14482026-08-14T21:59:48.983Z Compiling bitflags v2.11.0
14492026-08-14T21:59:49.054Z Compiling semver v1.0.28
14502026-08-14T21:59:49.095Z Compiling indexmap v2.14.0
14512026-08-14T21:59:49.101Z Compiling uuid v1.23.4
14522026-08-14T21:59:49.178Z Compiling untrusted v0.7.1
14532026-08-14T21:59:49.182Z Compiling try-lock v0.2.5
14542026-08-14T21:59:49.210Z Compiling atomic-waker v1.1.2
14552026-08-14T21:59:49.223Z Compiling tower-service v0.3.3
14562026-08-14T21:59:49.318Z Compiling rustc_version v0.4.1
14572026-08-14T21:59:49.332Z Compiling want v0.3.1
14582026-08-14T21:59:49.361Z Compiling foreign-types-shared v0.1.1
14592026-08-14T21:59:49.380Z Compiling untrusted v0.9.0
14602026-08-14T21:59:49.393Z Compiling rustls v0.23.41
14612026-08-14T21:59:49.444Z Compiling maybe-uninit v2.0.0
14622026-08-14T21:59:49.460Z Compiling openssl v0.10.80
14632026-08-14T21:59:49.492Z Compiling aws-lc-sys v0.40.0
14642026-08-14T21:59:49.512Z Compiling openssl-sys v0.9.117
14652026-08-14T21:59:49.527Z Compiling httpdate v1.0.3
14662026-08-14T21:59:49.571Z Compiling simd-adler32 v0.3.8
14672026-08-14T21:59:49.586Z Compiling tap v1.0.1
14682026-08-14T21:59:49.655Z Compiling bzip2-sys v0.1.13+1.0.8
14692026-08-14T21:59:49.707Z Compiling regex-automata v0.4.14
14702026-08-14T21:59:49.721Z Compiling wyz v0.5.1
14712026-08-14T21:59:49.736Z Compiling synstructure v0.13.2
14722026-08-14T21:59:49.756Z Compiling serde_derive_internals v0.29.1
14732026-08-14T21:59:49.772Z Compiling pest_generator v2.8.6
14742026-08-14T21:59:49.793Z Compiling darling_core v0.20.11
14752026-08-14T21:59:49.894Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-08-14T21:59:49.926Z Compiling foreign-types v0.3.2
14772026-08-14T21:59:50.011Z Compiling unicode-normalization v0.1.25
14782026-08-14T21:59:50.156Z Compiling tempfile v3.25.0
14792026-08-14T21:59:50.185Z Compiling terminal_size v0.4.3
14802026-08-14T21:59:50.350Z Compiling num-integer v0.1.46
14812026-08-14T21:59:50.366Z Compiling wait-timeout v0.2.1
14822026-08-14T21:59:50.371Z Compiling socket2 v0.5.10
14832026-08-14T21:59:50.371Z Compiling ahash v0.8.12
14842026-08-14T21:59:50.512Z Compiling adler2 v2.0.1
14852026-08-14T21:59:50.515Z Compiling num-conv v0.2.0
14862026-08-14T21:59:50.564Z Compiling time-core v0.1.8
14872026-08-14T21:59:50.581Z Compiling num-bigint-dig v0.8.6
14882026-08-14T21:59:50.614Z Compiling bit-vec v0.8.0
14892026-08-14T21:59:50.630Z Compiling quick-error v1.2.3
14902026-08-14T21:59:50.659Z Compiling native-tls v0.2.18
14912026-08-14T21:59:50.674Z Compiling packed_struct v0.10.1
14922026-08-14T21:59:50.688Z Compiling funty v2.0.0
14932026-08-14T21:59:50.692Z Compiling powerfmt v0.2.0
14942026-08-14T21:59:50.717Z Compiling miniz_oxide v0.8.9
14952026-08-14T21:59:50.732Z Compiling time-macros v0.2.27
14962026-08-14T21:59:50.757Z Compiling rusty-fork v0.3.1
14972026-08-14T21:59:50.785Z Compiling clap_builder v4.6.0
14982026-08-14T21:59:50.814Z Compiling bit-set v0.8.0
14992026-08-14T21:59:50.868Z Compiling deranged v0.5.8
15002026-08-14T21:59:50.883Z Compiling num-iter v0.1.45
15012026-08-14T21:59:50.996Z Compiling lazy_static v1.5.0
15022026-08-14T21:59:51.014Z Compiling rand_xorshift v0.4.0
15032026-08-14T21:59:51.047Z Compiling bitvec v1.0.1
15042026-08-14T21:59:51.087Z Compiling anstyle-parse v0.2.7
15052026-08-14T21:59:51.104Z Compiling sync_wrapper v1.0.2
15062026-08-14T21:59:51.196Z Compiling indexmap v1.9.3
15072026-08-14T21:59:51.222Z Compiling siphasher v1.0.2
15082026-08-14T21:59:51.283Z Compiling zlib-rs v0.6.2
15092026-08-14T21:59:51.297Z Compiling unicode-segmentation v1.12.0
15102026-08-14T21:59:51.338Z Compiling unarray v0.1.4
15112026-08-14T21:59:51.405Z Compiling nodrop v0.1.14
15122026-08-14T21:59:51.430Z Compiling paste v1.0.15
15132026-08-14T21:59:51.461Z Compiling crossbeam-utils v0.8.21
15142026-08-14T21:59:51.477Z Compiling serde_derive v1.0.228
15152026-08-14T21:59:51.513Z Compiling zeroize_derive v1.5.0
15162026-08-14T21:59:51.692Z Compiling zerocopy-derive v0.8.40
15172026-08-14T21:59:51.722Z Compiling zerofrom-derive v0.1.6
15182026-08-14T21:59:51.772Z Compiling yoke-derive v0.8.1
15192026-08-14T21:59:51.833Z Compiling zerovec-derive v0.11.2
15202026-08-14T21:59:51.874Z Compiling displaydoc v0.2.5
15212026-08-14T21:59:51.899Z Compiling tokio-macros v2.7.0
15222026-08-14T21:59:52.120Z Compiling futures-macro v0.3.32
15232026-08-14T21:59:52.184Z Compiling zeroize v1.9.0
15242026-08-14T21:59:52.504Z Compiling thiserror-impl v2.0.18
15252026-08-14T21:59:52.666Z Compiling der_derive v0.7.3
15262026-08-14T21:59:52.713Z Compiling tracing-attributes v0.1.31
15272026-08-14T21:59:52.728Z Compiling rustls-pki-types v1.14.0
15282026-08-14T21:59:52.983Z Compiling schemars_derive v0.8.22
15292026-08-14T21:59:53.028Z Compiling crypto-common v0.1.7
15302026-08-14T21:59:53.043Z Compiling block-buffer v0.10.4
15312026-08-14T21:59:53.081Z Compiling futures-util v0.3.32
15322026-08-14T21:59:53.157Z Compiling zerofrom v0.1.6
15332026-08-14T21:59:53.201Z Compiling digest v0.10.7
15342026-08-14T21:59:53.215Z Compiling hybrid-array v0.4.13
15352026-08-14T21:59:53.233Z Compiling pest_derive v2.8.6
15362026-08-14T21:59:53.301Z Compiling yoke v0.8.1
15372026-08-14T21:59:53.475Z Compiling zerovec v0.11.5
15382026-08-14T21:59:53.509Z Compiling zerotrie v0.2.3
15392026-08-14T21:59:53.689Z Compiling der v0.7.10
15402026-08-14T21:59:53.726Z Compiling sha2 v0.10.9
15412026-08-14T21:59:53.840Z Compiling scroll_derive v0.13.1
15422026-08-14T21:59:53.855Z Compiling signature v2.2.0
15432026-08-14T21:59:53.910Z Compiling thiserror v2.0.18
15442026-08-14T21:59:53.943Z Compiling darling_macro v0.20.11
15452026-08-14T21:59:54.022Z Compiling tinystr v0.8.2
15462026-08-14T21:59:54.038Z Compiling potential_utf v0.1.4
15472026-08-14T21:59:54.052Z Compiling openssl-macros v0.1.1
15482026-08-14T21:59:54.066Z Compiling thiserror-impl v1.0.69
15492026-08-14T21:59:54.105Z Compiling tracing v0.1.44
15502026-08-14T21:59:54.230Z Compiling icu_locale_core v2.1.1
15512026-08-14T21:59:54.255Z Compiling icu_collections v2.1.1
15522026-08-14T21:59:54.312Z Compiling hmac v0.12.1
15532026-08-14T21:59:54.401Z Compiling packed_struct_codegen v0.10.1
15542026-08-14T21:59:54.490Z Compiling darling v0.20.11
15552026-08-14T21:59:54.504Z Compiling clap_derive v4.6.1
15562026-08-14T21:59:54.590Z Compiling spki v0.7.3
15572026-08-14T21:59:54.594Z Compiling zerocopy-derive v0.6.6
15582026-08-14T21:59:54.696Z Compiling scroll v0.13.0
15592026-08-14T21:59:54.759Z Compiling pkcs8 v0.10.2
15602026-08-14T21:59:54.824Z Compiling bitfield-macros v0.19.4
15612026-08-14T21:59:54.960Z Compiling icu_provider v2.1.1
15622026-08-14T21:59:54.983Z Compiling goblin v0.10.5
15632026-08-14T21:59:55.038Z Compiling bytes v1.11.1
15642026-08-14T21:59:55.076Z Compiling chrono v0.4.45
15652026-08-14T21:59:55.126Z Compiling ipnet v2.11.0
15662026-08-14T21:59:55.153Z Compiling hex v0.4.3
15672026-08-14T21:59:55.282Z Compiling icu_properties v2.1.2
15682026-08-14T21:59:55.339Z Compiling icu_normalizer v2.1.1
15692026-08-14T21:59:55.445Z Compiling thiserror v1.0.69
15702026-08-14T21:59:55.482Z Compiling serde_spanned v0.6.9
15712026-08-14T21:59:55.507Z Compiling toml_datetime v0.6.11
15722026-08-14T21:59:55.555Z Compiling tokio v1.52.1
15732026-08-14T21:59:55.570Z Compiling http v1.4.2
15742026-08-14T21:59:55.586Z Compiling usdt-impl v0.6.0
15752026-08-14T21:59:55.636Z Compiling num_threads v0.1.7
15762026-08-14T21:59:55.650Z Compiling crc-catalog v2.4.0
15772026-08-14T21:59:55.681Z Compiling bitfield v0.19.4
15782026-08-14T21:59:55.750Z Compiling crc v3.4.0
15792026-08-14T21:59:55.764Z Compiling time v0.3.47
15802026-08-14T21:59:55.829Z Compiling zerocopy v0.6.6
15812026-08-14T21:59:55.905Z Compiling pkcs1 v0.7.5
15822026-08-14T21:59:55.959Z Compiling derive_builder_core v0.20.2
15832026-08-14T21:59:55.990Z Compiling flate2 v1.1.9
15842026-08-14T21:59:56.173Z Compiling idna_adapter v1.2.1
15852026-08-14T21:59:56.309Z Compiling ppv-lite86 v0.2.21
15862026-08-14T21:59:56.324Z Compiling idna v1.1.0
15872026-08-14T21:59:56.324Z Compiling http-body v1.0.1
15882026-08-14T21:59:56.352Z Compiling clap v4.6.1
15892026-08-14T21:59:56.426Z Compiling dtrace-parser v0.3.0
15902026-08-14T21:59:56.480Z Compiling http-body-util v0.1.3
15912026-08-14T21:59:56.529Z Compiling array-init v0.0.4
15922026-08-14T21:59:56.555Z Compiling structmeta-derive v0.3.0
15932026-08-14T21:59:56.569Z Compiling scroll_derive v0.12.1
15942026-08-14T21:59:56.650Z Compiling url v2.5.8
15952026-08-14T21:59:56.663Z Compiling rand_chacha v0.9.0
15962026-08-14T21:59:56.740Z Compiling rand_chacha v0.3.1
15972026-08-14T21:59:56.886Z Compiling rand v0.9.2
15982026-08-14T21:59:56.991Z Compiling rand v0.8.6
15992026-08-14T21:59:57.125Z Compiling anstream v0.6.21
16002026-08-14T21:59:57.175Z Compiling smallvec v0.6.14
16012026-08-14T21:59:57.262Z Compiling darling_core v0.23.0
16022026-08-14T21:59:57.335Z Compiling heapless v0.7.17
16032026-08-14T21:59:57.374Z Compiling slog v2.8.2
16042026-08-14T21:59:57.396Z Compiling thread-id v5.1.0
16052026-08-14T21:59:57.450Z Compiling proptest v1.11.0
16062026-08-14T21:59:57.548Z Compiling env_filter v1.0.0
16072026-08-14T21:59:57.554Z Compiling cookie v0.18.1
16082026-08-14T21:59:57.578Z Compiling signal-hook v0.3.18
16092026-08-14T21:59:57.591Z Compiling winnow v0.5.40
16102026-08-14T21:59:57.635Z Compiling anyhow v1.0.102
16112026-08-14T21:59:57.668Z Compiling allocator-api2 v0.2.21
16122026-08-14T21:59:57.736Z Compiling dof v0.4.0
16132026-08-14T21:59:57.770Z Compiling unicode-bidi v0.3.18
16142026-08-14T21:59:57.785Z Compiling hashbrown v0.12.3
16152026-08-14T21:59:57.876Z Compiling iri-string v0.7.10
16162026-08-14T21:59:57.897Z Compiling zstd-safe v7.2.4
16172026-08-14T21:59:57.964Z Compiling ryu v1.0.23
16182026-08-14T21:59:57.990Z Compiling ipnetwork v0.21.1
16192026-08-14T21:59:58.019Z Compiling base64 v0.21.7
16202026-08-14T21:59:58.109Z Compiling unicode-properties v0.1.4
16212026-08-14T21:59:58.184Z Compiling serde_urlencoded v0.7.1
16222026-08-14T21:59:58.269Z Compiling ron v0.8.1
16232026-08-14T21:59:58.324Z Compiling stringprep v0.1.5
16242026-08-14T21:59:58.339Z Compiling oxnet v0.1.6
16252026-08-14T21:59:58.624Z Compiling structmeta v0.3.0
16262026-08-14T21:59:58.678Z Compiling env_logger v0.11.9
16272026-08-14T21:59:58.779Z Compiling rsa v0.9.10
16282026-08-14T21:59:58.845Z Compiling serde-hex v0.1.0
16292026-08-14T21:59:58.865Z Compiling scroll v0.12.0
16302026-08-14T21:59:58.883Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-14T21:59:58.961Z Compiling toml_edit v0.19.15
16322026-08-14T21:59:59.079Z Compiling derive_builder_macro v0.20.2
16332026-08-14T21:59:59.092Z Compiling hashbrown v0.13.2
16342026-08-14T21:59:59.266Z Compiling bzip2 v0.4.4
16352026-08-14T21:59:59.280Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-14T21:59:59.460Z Compiling tokio-util v0.7.18
16372026-08-14T21:59:59.480Z Compiling tower v0.5.3
16382026-08-14T21:59:59.494Z Compiling tokio-native-tls v0.3.1
16392026-08-14T21:59:59.585Z Compiling camino v1.2.2
16402026-08-14T21:59:59.607Z Compiling serde_tokenstream v0.2.3
16412026-08-14T21:59:59.687Z Compiling erased-serde v0.3.31
16422026-08-14T21:59:59.705Z Compiling x509-cert v0.2.5
16432026-08-14T21:59:59.720Z Compiling block-buffer v0.12.1
16442026-08-14T21:59:59.908Z Compiling darling_macro v0.23.0
16452026-08-14T21:59:59.939Z Compiling tower-http v0.6.8
16462026-08-14T21:59:59.966Z Compiling block-padding v0.4.2
16472026-08-14T21:59:59.993Z Compiling crypto-common v0.2.2
16482026-08-14T22:00:00.016Z Compiling newtype-uuid v1.3.2
16492026-08-14T22:00:00.152Z Compiling md-5 v0.10.6
16502026-08-14T22:00:00.216Z Compiling h2 v0.4.15
16512026-08-14T22:00:00.348Z Compiling rustls-native-certs v0.8.3
16522026-08-14T22:00:00.378Z Compiling bstr v1.12.1
16532026-08-14T22:00:00.382Z Compiling heck v0.4.1
16542026-08-14T22:00:00.430Z Compiling pin-project-internal v1.1.11
16552026-08-14T22:00:00.548Z Compiling zerocopy-derive v0.7.35
16562026-08-14T22:00:00.621Z Compiling daft-derive v0.1.7
16572026-08-14T22:00:00.636Z Compiling async-trait v0.1.89
16582026-08-14T22:00:00.654Z Compiling curve25519-dalek v4.1.3
16592026-08-14T22:00:01.003Z Compiling vergen-lib v9.1.0
16602026-08-14T22:00:01.053Z Compiling hash32 v0.2.1
16612026-08-14T22:00:01.197Z Compiling memoffset v0.9.1
16622026-08-14T22:00:01.262Z Compiling encoding_rs v0.8.35
16632026-08-14T22:00:01.330Z Compiling psl-types v2.0.11
16642026-08-14T22:00:01.377Z Compiling mime v0.3.17
16652026-08-14T22:00:01.407Z Compiling crc-any v2.5.0
16662026-08-14T22:00:01.434Z Compiling ref-cast v1.0.25
16672026-08-14T22:00:01.470Z Compiling smoltcp v0.9.1
16682026-08-14T22:00:01.486Z Compiling cfg_aliases v0.2.1
16692026-08-14T22:00:01.566Z Compiling litrs v1.0.0
16702026-08-14T22:00:01.580Z Compiling fallible-iterator v0.2.0
16712026-08-14T22:00:01.632Z Compiling rustix v0.38.44
16722026-08-14T22:00:01.654Z Compiling nix v0.31.2
16732026-08-14T22:00:01.669Z Compiling pin-project v1.1.11
16742026-08-14T22:00:01.688Z Compiling publicsuffix v2.3.0
16752026-08-14T22:00:01.751Z Compiling zerocopy v0.7.35
16762026-08-14T22:00:01.824Z Compiling daft v0.1.7
16772026-08-14T22:00:01.862Z Compiling postgres-protocol v0.6.10
16782026-08-14T22:00:01.915Z Compiling snafu-derive v0.8.9
16792026-08-14T22:00:01.941Z Compiling darling v0.23.0
16802026-08-14T22:00:02.001Z Compiling toml v0.7.8
16812026-08-14T22:00:02.054Z Compiling inout v0.2.2
16822026-08-14T22:00:02.110Z Compiling document-features v0.2.12
16832026-08-14T22:00:02.124Z Compiling derive_builder v0.20.2
16842026-08-14T22:00:02.139Z Compiling object v0.30.4
16852026-08-14T22:00:02.251Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16862026-08-14T22:00:02.271Z Compiling zip v0.6.6
16872026-08-14T22:00:02.335Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16882026-08-14T22:00:02.376Z Compiling goblin v0.8.2
16892026-08-14T22:00:02.436Z Compiling derive-ex v0.1.8
16902026-08-14T22:00:02.841Z Compiling futures-executor v0.3.32
16912026-08-14T22:00:02.871Z Compiling hubpack_derive v0.1.1
16922026-08-14T22:00:02.899Z Compiling regex v1.12.3
16932026-08-14T22:00:03.007Z Compiling strum_macros v0.27.2
16942026-08-14T22:00:03.023Z Compiling ref-cast-impl v1.0.25
16952026-08-14T22:00:03.132Z Compiling curve25519-dalek-derive v0.1.1
16962026-08-14T22:00:03.226Z Compiling phf_shared v0.13.1
16972026-08-14T22:00:03.334Z Compiling vergen v9.1.0
16982026-08-14T22:00:03.365Z Compiling cargo-platform v0.3.2
16992026-08-14T22:00:03.369Z Compiling ff v0.13.1
17002026-08-14T22:00:03.489Z Compiling hyper v1.10.1
17012026-08-14T22:00:03.545Z Compiling fs-err v3.3.0
17022026-08-14T22:00:03.574Z Compiling path-slash v0.1.5
17032026-08-14T22:00:03.617Z Compiling base16ct v0.2.0
17042026-08-14T22:00:03.632Z Compiling foldhash v0.1.5
17052026-08-14T22:00:03.663Z Compiling object v0.37.3
17062026-08-14T22:00:03.734Z Compiling foldhash v0.2.0
17072026-08-14T22:00:03.770Z Compiling bitflags v1.3.2
17082026-08-14T22:00:03.818Z Compiling same-file v1.0.6
17092026-08-14T22:00:03.831Z Compiling libbz2-rs-sys v0.2.2
17102026-08-14T22:00:03.847Z Compiling managed v0.8.0
17112026-08-14T22:00:03.862Z Compiling bumpalo v3.20.2
17122026-08-14T22:00:03.958Z Compiling jiff-core v0.1.0
17132026-08-14T22:00:03.980Z Compiling snafu v0.8.9
17142026-08-14T22:00:04.009Z Compiling walkdir v2.5.0
17152026-08-14T22:00:04.091Z Compiling zopfli v0.8.3
17162026-08-14T22:00:04.134Z Compiling hashbrown v0.16.1
17172026-08-14T22:00:04.212Z Compiling test-strategy v0.4.5
17182026-08-14T22:00:04.348Z Compiling bzip2 v0.6.1
17192026-08-14T22:00:04.560Z Compiling hashbrown v0.15.5
17202026-08-14T22:00:04.579Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17212026-08-14T22:00:04.617Z Compiling sec1 v0.7.3
17222026-08-14T22:00:04.764Z Compiling hyper-util v0.1.20
17232026-08-14T22:00:04.795Z Compiling jiff v0.2.34
17242026-08-14T22:00:04.866Z Compiling dof v0.3.0
17252026-08-14T22:00:05.030Z Compiling cargo_metadata v0.23.1
17262026-08-14T22:00:05.050Z Compiling strum v0.27.2
17272026-08-14T22:00:05.085Z Compiling group v0.13.0
17282026-08-14T22:00:05.142Z Compiling phf v0.13.1
17292026-08-14T22:00:05.176Z Compiling hubpack v0.1.2
17302026-08-14T22:00:05.198Z Compiling futures v0.3.32
17312026-08-14T22:00:05.212Z Compiling cookie_store v0.22.1
17322026-08-14T22:00:05.289Z Compiling zstd v0.13.3
17332026-08-14T22:00:05.304Z Compiling signal-hook-mio v0.2.5
17342026-08-14T22:00:05.414Z Compiling postgres-types v0.2.12
17352026-08-14T22:00:05.442Z Compiling cipher v0.5.2
17362026-08-14T22:00:05.627Z Compiling serde_with_macros v3.21.0
17372026-08-14T22:00:05.735Z Compiling globset v0.4.18
17382026-08-14T22:00:05.768Z Compiling usdt-macro v0.6.0
17392026-08-14T22:00:05.802Z Compiling usdt-attr-macro v0.6.0
17402026-08-14T22:00:05.892Z Compiling byte-wrapper v0.1.0
17412026-08-14T22:00:05.970Z Compiling dtrace-parser v0.2.0
17422026-08-14T22:00:06.005Z Compiling serde-big-array v0.5.1
17432026-08-14T22:00:06.027Z Compiling serde_plain v1.0.2
17442026-08-14T22:00:06.170Z Compiling hyper-tls v0.6.0
17452026-08-14T22:00:06.248Z Compiling olpc-cjson v0.1.4
17462026-08-14T22:00:06.251Z Compiling ed25519 v2.2.3
17472026-08-14T22:00:06.435Z Compiling reqwest v0.12.28
17482026-08-14T22:00:06.439Z Compiling hkdf v0.12.4
17492026-08-14T22:00:06.439Z Compiling crypto-bigint v0.5.5
17502026-08-14T22:00:06.465Z Compiling async-recursion v1.1.1
17512026-08-14T22:00:06.565Z Compiling serde_repr v0.1.20
17522026-08-14T22:00:06.591Z Compiling enum-as-inner v0.6.1
17532026-08-14T22:00:06.628Z Compiling strum_macros v0.26.4
17542026-08-14T22:00:06.669Z Compiling phf_shared v0.11.3
17552026-08-14T22:00:06.705Z Compiling float-cmp v0.10.0
17562026-08-14T22:00:06.731Z Compiling pem v3.0.6
17572026-08-14T22:00:06.814Z Compiling thread-id v4.2.2
17582026-08-14T22:00:06.868Z Compiling memmap2 v0.9.10
17592026-08-14T22:00:06.868Z Compiling keccak v0.1.6
17602026-08-14T22:00:06.919Z Compiling whoami v2.1.0
17612026-08-14T22:00:07.080Z Compiling predicates-core v1.0.10
17622026-08-14T22:00:07.121Z Compiling precomputed-hash v0.1.1
17632026-08-14T22:00:07.148Z Compiling data-encoding v2.10.0
17642026-08-14T22:00:07.163Z Compiling typed-path v0.9.3
17652026-08-14T22:00:07.178Z Compiling cpufeatures v0.3.0
17662026-08-14T22:00:07.195Z Compiling either v1.15.0
17672026-08-14T22:00:07.222Z Compiling static_assertions v1.1.0
17682026-08-14T22:00:07.267Z Compiling new_debug_unreachable v1.0.6
17692026-08-14T22:00:07.280Z Compiling fixedbitset v0.4.2
17702026-08-14T22:00:07.308Z Compiling const-oid v0.10.2
17712026-08-14T22:00:07.324Z Compiling difflib v0.4.0
17722026-08-14T22:00:07.351Z Compiling winnow v1.0.3
17732026-08-14T22:00:07.417Z Compiling normalize-line-endings v0.3.0
17742026-08-14T22:00:07.432Z Compiling fixedbitset v0.5.7
17752026-08-14T22:00:07.564Z Compiling digest v0.11.3
17762026-08-14T22:00:07.568Z Compiling hickory-proto v0.25.2
17772026-08-14T22:00:07.594Z Compiling predicates v3.1.4
17782026-08-14T22:00:07.684Z Compiling petgraph v0.8.3
17792026-08-14T22:00:07.799Z Compiling petgraph v0.6.5
17802026-08-14T22:00:07.815Z Compiling elliptic-curve v0.13.8
17812026-08-14T22:00:07.933Z Compiling toml_edit v0.22.27
17822026-08-14T22:00:07.948Z Compiling itertools v0.13.0
17832026-08-14T22:00:08.252Z Compiling string_cache v0.8.9
17842026-08-14T22:00:08.276Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-14T22:00:08.465Z Compiling toml_parser v1.1.2+spec-1.1.0
17862026-08-14T22:00:08.481Z Compiling chacha20 v0.10.0
17872026-08-14T22:00:08.537Z Compiling strum v0.26.3
17882026-08-14T22:00:08.560Z Compiling tokio-postgres v0.7.16
17892026-08-14T22:00:08.575Z Compiling sha3 v0.10.8
17902026-08-14T22:00:08.645Z Compiling usdt v0.6.0
17912026-08-14T22:00:08.687Z Compiling zip v4.6.1
17922026-08-14T22:00:08.887Z Compiling usdt-impl v0.5.0
17932026-08-14T22:00:08.891Z Compiling serde_with v3.21.0
17942026-08-14T22:00:08.936Z Compiling ed25519-dalek v2.2.0
17952026-08-14T22:00:09.053Z Compiling crossterm v0.28.1
17962026-08-14T22:00:09.118Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17972026-08-14T22:00:09.496Z Compiling iddqd v0.4.2
17982026-08-14T22:00:09.705Z Compiling similar v2.7.0
17992026-08-14T22:00:09.769Z Compiling tokio-stream v0.1.18
18002026-08-14T22:00:09.938Z Compiling crossbeam-epoch v0.9.18
18012026-08-14T22:00:10.246Z Compiling buf-list v1.1.2
18022026-08-14T22:00:10.287Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18032026-08-14T22:00:10.351Z Compiling openapiv3 v2.2.0
18042026-08-14T22:00:10.367Z Compiling peg-runtime v0.8.5
18052026-08-14T22:00:10.538Z Compiling lalrpop-util v0.19.12
18062026-08-14T22:00:10.572Z Compiling thread_local v1.1.9
18072026-08-14T22:00:10.611Z Compiling slog-async v2.8.0
18082026-08-14T22:00:10.662Z Compiling crossbeam-channel v0.5.15
18092026-08-14T22:00:10.677Z Compiling filetime v0.2.27
18102026-08-14T22:00:10.742Z Compiling is-terminal v0.4.17
18112026-08-14T22:00:10.756Z Compiling xattr v1.6.1
18122026-08-14T22:00:10.781Z Compiling take_mut v0.2.2
18132026-08-14T22:00:10.802Z Compiling term v1.2.1
18142026-08-14T22:00:10.828Z Compiling camino-tempfile v1.4.1
18152026-08-14T22:00:10.907Z Compiling tar v0.4.46
18162026-08-14T22:00:11.074Z Compiling slog-term v2.9.2
18172026-08-14T22:00:28.461Z Compiling rustls-webpki v0.103.13
18182026-08-14T22:00:31.170Z Compiling tokio-rustls v0.26.4
18192026-08-14T22:00:31.170Z Compiling rustls-platform-verifier v0.6.2
18202026-08-14T22:00:31.188Z Compiling tough v0.22.0
18212026-08-14T22:00:31.366Z Compiling hyper-rustls v0.27.7
18222026-08-14T22:00:31.556Z Compiling reqwest v0.13.2
18232026-08-14T22:00:33.736Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18242026-08-14T22:00:33.976Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18252026-08-14T22:00:36.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.96s
18262026-08-14T22:00:37.036Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18272026-08-14T22:00:37.095ZAug 14 22:00:36.054 INFO Starting download, target: Console
18282026-08-14T22:00:37.095ZAug 14 22:00:36.055 INFO Starting download, target: Cockroach
18292026-08-14T22:00:37.095ZAug 14 22:00:36.055 INFO Starting download, target: Clickhouse
18302026-08-14T22:00:37.102ZAug 14 22:00:36.055 INFO Starting download, target: DendriteStub
18312026-08-14T22:00:37.103ZAug 14 22:00:36.055 INFO Starting download, target: MaghemiteMgd
18322026-08-14T22:00:37.103ZAug 14 22:00:36.055 INFO Starting download, target: MaghemiteDdmd
18332026-08-14T22:00:37.103ZAug 14 22:00:36.055 INFO Starting download, target: TransceiverControl
18342026-08-14T22:00:37.103ZAug 14 22:00:36.056 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18352026-08-14T22:00:37.103ZAug 14 22:00:36.056 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18362026-08-14T22:00:37.103ZAug 14 22:00:36.056 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18372026-08-14T22:00:37.103ZAug 14 22:00:36.056 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18382026-08-14T22:00:37.103ZAug 14 22:00:36.056 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18392026-08-14T22:00:37.103ZAug 14 22:00:36.056 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18402026-08-14T22:00:37.103ZAug 14 22:00:36.056 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18412026-08-14T22:00:37.582ZAug 14 22:00:36.544 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18422026-08-14T22:00:37.793ZAug 14 22:00:36.747 INFO Download complete, target: TransceiverControl
18432026-08-14T22:00:39.215ZAug 14 22:00:38.177 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18442026-08-14T22:00:39.451ZAug 14 22:00:38.414 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18452026-08-14T22:00:39.504ZAug 14 22:00:38.470 INFO Download complete, target: Console
18462026-08-14T22:00:39.607ZAug 14 22:00:38.562 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18472026-08-14T22:00:40.553ZAug 14 22:00:39.519 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18482026-08-14T22:00:41.275ZAug 14 22:00:40.239 INFO Download complete, target: MaghemiteDdmd
18492026-08-14T22:00:41.870ZAug 14 22:00:40.836 INFO Download complete, target: DendriteStub
18502026-08-14T22:00:42.887ZAug 14 22:00:41.808 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18512026-08-14T22:00:44.400ZAug 14 22:00:43.314 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18522026-08-14T22:00:44.400ZAug 14 22:00:43.314 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18532026-08-14T22:00:45.410ZAug 14 22:00:44.344 INFO Download complete, target: MaghemiteMgd
18542026-08-14T22:00:47.171ZAug 14 22:00:46.123 INFO Checking that binary works, target: Clickhouse
18552026-08-14T22:00:47.259ZAug 14 22:00:46.213 INFO Download complete, target: Clickhouse
18562026-08-14T22:00:48.817ZAug 14 22:00:47.777 INFO Checking that binary works, target: Cockroach
18572026-08-14T22:00:48.949ZAug 14 22:00:47.907 INFO Download complete, target: Cockroach
18582026-08-14T22:00:48.965ZAll prerequisites installed successfully
18592026-08-14T22:00:48.965Z
18602026-08-14T22:00:48.965Zreal 1:30.814755475
18612026-08-14T22:00:48.965Zuser 7:07.443515326
18622026-08-14T22:00:48.965Zsys 1:41.657179838
18632026-08-14T22:00:48.965Ztrap 0.248596035
18642026-08-14T22:00:48.965Ztflt 0.986424100
18652026-08-14T22:00:48.965Zdflt 1.724682651
18662026-08-14T22:00:48.965Zkflt 0.023654894
18672026-08-14T22:00:48.965Zlock 28:01.154965323
18682026-08-14T22:00:48.965Zslp 19:19.450185522
18692026-08-14T22:00:48.965Zlat 25.190509957
18702026-08-14T22:00:48.965Zstop 2:53.028154653
18712026-08-14T22:00:48.965Z+ source ./tools/include/force-git-over-https.sh
18722026-08-14T22:00:48.965Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18732026-08-14T22:00:48.965Z++ (( i = 0 ))
18742026-08-14T22:00:48.965Z++ (( i < 5 ))
18752026-08-14T22:00:48.966Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18762026-08-14T22:00:48.966Z++ (( i++ ))
18772026-08-14T22:00:48.966Z++ (( i < 5 ))
18782026-08-14T22:00:48.966Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18792026-08-14T22:00:48.966Z++ (( i++ ))
18802026-08-14T22:00:48.966Z++ (( i < 5 ))
18812026-08-14T22:00:48.966Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18822026-08-14T22:00:48.966Z++ (( i++ ))
18832026-08-14T22:00:48.966Z++ (( i < 5 ))
18842026-08-14T22:00:48.966Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18852026-08-14T22:00:48.990Z++ (( i++ ))
18862026-08-14T22:00:48.990Z++ (( i < 5 ))
18872026-08-14T22:00:48.990Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18882026-08-14T22:00:48.990Z++ (( i++ ))
18892026-08-14T22:00:48.990Z++ (( i < 5 ))
18902026-08-14T22:00:48.990Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18912026-08-14T22:00:48.990Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-14T22:00:48.990Z+ rc=0
18932026-08-14T22:00:48.990Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18942026-08-14T22:00:57.212Z+ case $rc in
18952026-08-14T22:00:57.212Z+ pfexec zfs create -p rpool/images/build/host
18962026-08-14T22:00:57.529Z+ pfexec zfs create -p rpool/images/build/recovery
18972026-08-14T22:00:57.608Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18982026-08-14T22:00:58.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18992026-08-14T22:00:58.070Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19002026-08-14T22:00:58.912Z Compiling proc-macro2 v1.0.106
19012026-08-14T22:00:58.912Z Compiling quote v1.0.45
19022026-08-14T22:00:58.912Z Compiling unicode-ident v1.0.24
19032026-08-14T22:00:58.912Z Compiling libc v0.2.185
19042026-08-14T22:00:58.921Z Compiling serde_core v1.0.228
19052026-08-14T22:00:58.921Z Compiling serde v1.0.228
19062026-08-14T22:00:58.921Z Compiling cfg-if v1.0.4
19072026-08-14T22:00:58.921Z Compiling find-msvc-tools v0.1.9
19082026-08-14T22:00:58.921Z Compiling shlex v1.3.0
19092026-08-14T22:00:58.921Z Compiling autocfg v1.5.0
19102026-08-14T22:00:58.921Z Compiling version_check v0.9.5
19112026-08-14T22:00:58.921Z Compiling zerocopy v0.8.40
19122026-08-14T22:00:59.045Z Compiling portable-atomic v1.13.1
19132026-08-14T22:00:59.049Z Compiling zmij v1.0.21
19142026-08-14T22:00:59.049Z Compiling memchr v2.8.0
19152026-08-14T22:00:59.230Z Compiling serde_json v1.0.151
19162026-08-14T22:00:59.259Z Compiling libm v0.2.16
19172026-08-14T22:00:59.274Z Compiling getrandom v0.4.1
19182026-08-14T22:00:59.363Z Compiling parking_lot_core v0.9.12
19192026-08-14T22:00:59.481Z Compiling generic-array v0.14.7
19202026-08-14T22:00:59.485Z Compiling num-traits v0.2.19
19212026-08-14T22:00:59.596Z Compiling pkg-config v0.3.32
19222026-08-14T22:00:59.610Z Compiling icu_normalizer_data v2.1.1
19232026-08-14T22:00:59.626Z Compiling icu_properties_data v2.1.2
19242026-08-14T22:00:59.626Z Compiling smallvec v1.15.1
19252026-08-14T22:00:59.647Z Compiling log v0.4.29
19262026-08-14T22:00:59.684Z Compiling itoa v1.0.17
19272026-08-14T22:00:59.719Z Compiling getrandom v0.3.4
19282026-08-14T22:00:59.735Z Compiling rustix v1.1.3
19292026-08-14T22:00:59.791Z Compiling subtle v2.6.1
19302026-08-14T22:00:59.909Z Compiling stable_deref_trait v1.2.1
19312026-08-14T22:00:59.938Z Compiling scopeguard v1.2.0
19322026-08-14T22:00:59.959Z Compiling typenum v1.20.1
19332026-08-14T22:00:59.986Z Compiling jobserver v0.1.34
19342026-08-14T22:01:00.004Z Compiling errno v0.3.14
19352026-08-14T22:01:00.048Z Compiling lock_api v0.4.14
19362026-08-14T22:01:00.102Z Compiling critical-section v1.2.0
19372026-08-14T22:01:00.170Z Compiling rand_core v0.10.0
19382026-08-14T22:01:00.176Z Compiling thiserror v2.0.18
19392026-08-14T22:01:00.242Z Compiling cc v1.2.56
19402026-08-14T22:01:00.397Z Compiling getrandom v0.2.17
19412026-08-14T22:01:00.411Z Compiling syn v2.0.117
19422026-08-14T22:01:00.485Z Compiling heck v0.5.0
19432026-08-14T22:01:00.500Z Compiling dunce v1.0.5
19442026-08-14T22:01:00.515Z Compiling fs_extra v1.3.0
19452026-08-14T22:01:00.562Z Compiling rand_core v0.6.4
19462026-08-14T22:01:00.600Z Compiling litemap v0.8.1
19472026-08-14T22:01:00.617Z Compiling percent-encoding v2.3.2
19482026-08-14T22:01:00.642Z Compiling writeable v0.6.2
19492026-08-14T22:01:00.706Z Compiling once_cell v1.21.3
19502026-08-14T22:01:00.724Z Compiling const-oid v0.9.6
19512026-08-14T22:01:00.883Z Compiling schemars v0.8.22
19522026-08-14T22:01:00.917Z Compiling pin-project-lite v0.2.17
19532026-08-14T22:01:00.990Z Compiling cmake v0.1.57
19542026-08-14T22:01:01.040Z Compiling equivalent v1.0.2
19552026-08-14T22:01:01.054Z Compiling signal-hook-registry v1.4.8
19562026-08-14T22:01:01.152Z Compiling rustversion v1.0.22
19572026-08-14T22:01:01.153Z Compiling futures-core v0.3.32
19582026-08-14T22:01:01.337Z Compiling semver v1.0.28
19592026-08-14T22:01:01.348Z Compiling bitflags v2.11.0
19602026-08-14T22:01:01.377Z Compiling aws-lc-rs v1.16.3
19612026-08-14T22:01:01.449Z Compiling parking_lot v0.12.5
19622026-08-14T22:01:01.575Z Compiling aws-lc-sys v0.40.0
19632026-08-14T22:01:01.594Z Compiling mio v1.2.0
19642026-08-14T22:01:01.687Z Compiling crc32fast v1.5.0
19652026-08-14T22:01:01.699Z Compiling utf8_iter v1.0.4
19662026-08-14T22:01:01.908Z Compiling form_urlencoded v1.2.2
19672026-08-14T22:01:01.981Z Compiling hashbrown v0.17.0
19682026-08-14T22:01:02.120Z Compiling strsim v0.11.1
19692026-08-14T22:01:02.175Z Compiling fnv v1.0.7
19702026-08-14T22:01:02.189Z Compiling vcpkg v0.2.15
19712026-08-14T22:01:02.212Z Compiling syn v1.0.109
19722026-08-14T22:01:02.247Z Compiling byteorder v1.5.0
19732026-08-14T22:01:02.414Z Compiling socket2 v0.6.3
19742026-08-14T22:01:02.582Z Compiling futures-sink v0.3.32
19752026-08-14T22:01:02.587Z Compiling radium v0.7.0
19762026-08-14T22:01:02.587Z Compiling httparse v1.10.1
19772026-08-14T22:01:02.674Z Compiling indexmap v2.14.0
19782026-08-14T22:01:02.740Z Compiling futures-channel v0.3.32
19792026-08-14T22:01:02.768Z Compiling iana-time-zone v0.1.65
19802026-08-14T22:01:02.802Z Compiling slab v0.4.12
19812026-08-14T22:01:02.827Z Compiling openssl-sys v0.9.117
19822026-08-14T22:01:02.857Z Compiling thiserror v1.0.69
19832026-08-14T22:01:02.894Z Compiling futures-task v0.3.32
19842026-08-14T22:01:02.915Z Compiling futures-io v0.3.32
19852026-08-14T22:01:02.969Z Compiling maybe-uninit v2.0.0
19862026-08-14T22:01:03.059Z Compiling rustls v0.23.41
19872026-08-14T22:01:03.101Z Compiling base64 v0.22.1
19882026-08-14T22:01:03.152Z Compiling rustc_version v0.4.1
19892026-08-14T22:01:03.311Z Compiling synstructure v0.13.2
19902026-08-14T22:01:03.336Z Compiling serde_derive_internals v0.29.1
19912026-08-14T22:01:03.395Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-08-14T22:01:03.408Z Compiling uuid v1.23.4
19932026-08-14T22:01:03.425Z Compiling ahash v0.8.12
19942026-08-14T22:01:03.428Z Compiling base64ct v1.8.3
19952026-08-14T22:01:03.479Z Compiling regex-syntax v0.8.10
19962026-08-14T22:01:03.494Z Compiling packed_struct v0.10.1
19972026-08-14T22:01:03.571Z Compiling ident_case v1.0.1
19982026-08-14T22:01:03.600Z Compiling num-bigint-dig v0.8.6
19992026-08-14T22:01:03.681Z Compiling ucd-trie v0.1.7
20002026-08-14T22:01:03.697Z Compiling rand_core v0.9.5
20012026-08-14T22:01:03.817Z Compiling pem-rfc7468 v0.7.0
20022026-08-14T22:01:03.817Z Compiling fastrand v2.3.0
20032026-08-14T22:01:03.859Z Compiling pest v2.8.6
20042026-08-14T22:01:03.893Z Compiling openssl v0.10.80
20052026-08-14T22:01:03.946Z Compiling flagset v0.4.7
20062026-08-14T22:01:03.981Z Compiling dyn-clone v1.0.20
20072026-08-14T22:01:04.085Z Compiling tempfile v3.25.0
20082026-08-14T22:01:04.131Z Compiling indexmap v1.9.3
20092026-08-14T22:01:04.159Z Compiling utf8parse v0.2.2
20102026-08-14T22:01:04.236Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20112026-08-14T22:01:04.303Z Compiling paste v1.0.15
20122026-08-14T22:01:04.349Z Compiling anstyle v1.0.14
20132026-08-14T22:01:04.401Z Compiling cpufeatures v0.2.17
20142026-08-14T22:01:04.505Z Compiling native-tls v0.2.18
20152026-08-14T22:01:04.574Z Compiling serde_derive v1.0.228
20162026-08-14T22:01:04.601Z Compiling zeroize_derive v1.5.0
20172026-08-14T22:01:04.637Z Compiling zerocopy-derive v0.8.40
20182026-08-14T22:01:04.653Z Compiling zerofrom-derive v0.1.6
20192026-08-14T22:01:04.746Z Compiling yoke-derive v0.8.1
20202026-08-14T22:01:04.760Z Compiling zerovec-derive v0.11.2
20212026-08-14T22:01:04.775Z Compiling displaydoc v0.2.5
20222026-08-14T22:01:04.872Z Compiling tokio-macros v2.7.0
20232026-08-14T22:01:04.910Z Compiling futures-macro v0.3.32
20242026-08-14T22:01:04.940Z Compiling der_derive v0.7.3
20252026-08-14T22:01:05.107Z Compiling thiserror-impl v2.0.18
20262026-08-14T22:01:05.143Z Compiling schemars_derive v0.8.22
20272026-08-14T22:01:05.228Z Compiling zeroize v1.9.0
20282026-08-14T22:01:05.602Z Compiling tracing-attributes v0.1.31
20292026-08-14T22:01:05.735Z Compiling futures-util v0.3.32
20302026-08-14T22:01:05.752Z Compiling thiserror-impl v1.0.69
20312026-08-14T22:01:05.848Z Compiling zerofrom v0.1.6
20322026-08-14T22:01:05.992Z Compiling yoke v0.8.1
20332026-08-14T22:01:06.206Z Compiling zerovec v0.11.5
20342026-08-14T22:01:06.212Z Compiling zerotrie v0.2.3
20352026-08-14T22:01:06.237Z Compiling crypto-common v0.1.7
20362026-08-14T22:01:06.323Z Compiling block-buffer v0.10.4
20372026-08-14T22:01:06.484Z Compiling digest v0.10.7
20382026-08-14T22:01:06.586Z Compiling clap_derive v4.6.1
20392026-08-14T22:01:06.688Z Compiling packed_struct_codegen v0.10.1
20402026-08-14T22:01:06.768Z Compiling tinystr v0.8.2
20412026-08-14T22:01:06.785Z Compiling potential_utf v0.1.4
20422026-08-14T22:01:06.844Z Compiling der v0.7.10
20432026-08-14T22:01:06.887Z Compiling pest_meta v2.8.6
20442026-08-14T22:01:06.901Z Compiling zerocopy-derive v0.6.6
20452026-08-14T22:01:07.003Z Compiling icu_locale_core v2.1.1
20462026-08-14T22:01:07.019Z Compiling icu_collections v2.1.1
20472026-08-14T22:01:07.667Z Compiling bitfield-macros v0.19.4
20482026-08-14T22:01:07.710Z Compiling pest_generator v2.8.6
20492026-08-14T22:01:07.776Z Compiling icu_provider v2.1.1
20502026-08-14T22:01:07.969Z Compiling bytes v1.11.1
20512026-08-14T22:01:08.223Z Compiling icu_properties v2.1.2
20522026-08-14T22:01:08.238Z Compiling icu_normalizer v2.1.1
20532026-08-14T22:01:08.310Z Compiling chrono v0.4.45
20542026-08-14T22:01:08.405Z Compiling hex v0.4.3
20552026-08-14T22:01:08.410Z Compiling spki v0.7.3
20562026-08-14T22:01:08.592Z Compiling tokio v1.52.1
20572026-08-14T22:01:08.756Z Compiling openssl-macros v0.1.1
20582026-08-14T22:01:08.759Z Compiling pest_derive v2.8.6
20592026-08-14T22:01:09.203Z Compiling idna_adapter v1.2.1
20602026-08-14T22:01:09.218Z Compiling ppv-lite86 v0.2.21
20612026-08-14T22:01:09.354Z Compiling idna v1.1.0
20622026-08-14T22:01:09.431Z Compiling scroll_derive v0.13.1
20632026-08-14T22:01:09.448Z Compiling is_terminal_polyfill v1.70.2
20642026-08-14T22:01:09.466Z Compiling camino v1.2.2
20652026-08-14T22:01:09.565Z Compiling crossbeam-utils v0.8.21
20662026-08-14T22:01:09.607Z Compiling rand_chacha v0.9.0
20672026-08-14T22:01:09.668Z Compiling anstyle-query v1.1.5
20682026-08-14T22:01:09.736Z Compiling url v2.5.8
20692026-08-14T22:01:09.786Z Compiling colorchoice v1.0.4
20702026-08-14T22:01:09.880Z Compiling rand v0.9.2
20712026-08-14T22:01:09.935Z Compiling pkcs8 v0.10.2
20722026-08-14T22:01:10.036Z Compiling http v1.4.2
20732026-08-14T22:01:10.088Z Compiling sha2 v0.10.9
20742026-08-14T22:01:10.197Z Compiling rustls-pki-types v1.14.0
20752026-08-14T22:01:10.211Z Compiling daft-derive v0.1.7
20762026-08-14T22:01:10.545Z Compiling spin v0.9.8
20772026-08-14T22:01:10.777Z Compiling time-core v0.1.8
20782026-08-14T22:01:10.789Z Compiling tinyvec_macros v0.1.1
20792026-08-14T22:01:10.805Z Compiling num-conv v0.2.0
20802026-08-14T22:01:10.884Z Compiling tinyvec v1.10.0
20812026-08-14T22:01:10.944Z Compiling structmeta-derive v0.3.0
20822026-08-14T22:01:10.972Z Compiling time-macros v0.2.27
20832026-08-14T22:01:11.052Z Compiling async-trait v0.1.89
20842026-08-14T22:01:11.199Z Compiling anstyle-parse v1.0.0
20852026-08-14T22:01:11.338Z Compiling tracing-core v0.1.36
20862026-08-14T22:01:11.407Z Compiling unicode-segmentation v1.12.0
20872026-08-14T22:01:11.457Z Compiling plain v0.2.3
20882026-08-14T22:01:11.462Z Compiling simd-adler32 v0.3.8
20892026-08-14T22:01:11.595Z Compiling cmov v0.5.4
20902026-08-14T22:01:11.766Z Compiling untrusted v0.7.1
20912026-08-14T22:01:11.908Z Compiling ctutils v0.4.2
20922026-08-14T22:01:11.926Z Compiling tracing v0.1.44
20932026-08-14T22:01:11.930Z Compiling structmeta v0.3.0
20942026-08-14T22:01:11.952Z Compiling anstream v1.0.0
20952026-08-14T22:01:12.036Z Compiling http-body v1.0.1
20962026-08-14T22:01:12.164Z Compiling serde_spanned v0.6.9
20972026-08-14T22:01:12.180Z Compiling toml_datetime v0.6.11
20982026-08-14T22:01:12.223Z Compiling pin-project-internal v1.1.11
20992026-08-14T22:01:12.343Z Compiling terminal_size v0.4.3
21002026-08-14T22:01:12.357Z Compiling slog v2.8.2
21012026-08-14T22:01:12.410Z Compiling wait-timeout v0.2.1
21022026-08-14T22:01:12.416Z Compiling cookie v0.18.1
21032026-08-14T22:01:12.480Z Compiling tokio-util v0.7.18
21042026-08-14T22:01:12.607Z Compiling adler2 v2.0.1
21052026-08-14T22:01:12.646Z Compiling tap v1.0.1
21062026-08-14T22:01:12.680Z Compiling untrusted v0.9.0
21072026-08-14T22:01:12.684Z Compiling openssl-probe v0.2.1
21082026-08-14T22:01:12.788Z Compiling bit-vec v0.8.0
21092026-08-14T22:01:12.809Z Compiling clap_lex v1.0.0
21102026-08-14T22:01:12.854Z Compiling quick-error v1.2.3
21112026-08-14T22:01:12.876Z Compiling zstd-safe v7.2.4
21122026-08-14T22:01:12.964Z Compiling rusty-fork v0.3.1
21132026-08-14T22:01:13.005Z Compiling wyz v0.5.1
21142026-08-14T22:01:13.096Z Compiling bit-set v0.8.0
21152026-08-14T22:01:13.120Z Compiling clap_builder v4.6.0
21162026-08-14T22:01:13.152Z Compiling miniz_oxide v0.8.9
21172026-08-14T22:01:13.338Z Compiling derive-ex v0.1.8
21182026-08-14T22:01:13.345Z Compiling hybrid-array v0.4.13
21192026-08-14T22:01:13.368Z Compiling heck v0.4.1
21202026-08-14T22:01:13.520Z Compiling unicode-normalization v0.1.25
21212026-08-14T22:01:13.562Z Compiling rand_chacha v0.3.1
21222026-08-14T22:01:13.605Z Compiling signature v2.2.0
21232026-08-14T22:01:13.729Z Compiling scroll_derive v0.12.1
21242026-08-14T22:01:13.758Z Compiling rand_xorshift v0.4.0
21252026-08-14T22:01:13.816Z Compiling heapless v0.7.17
21262026-08-14T22:01:14.065Z Compiling num-integer v0.1.46
21272026-08-14T22:01:14.081Z Compiling aho-corasick v1.1.4
21282026-08-14T22:01:14.114Z Compiling signal-hook v0.3.18
21292026-08-14T22:01:14.170Z Compiling rustix v0.38.44
21302026-08-14T22:01:14.196Z Compiling pretty-hex v0.4.1
21312026-08-14T22:01:14.320Z Compiling usdt-impl v0.6.0
21322026-08-14T22:01:14.360Z Compiling tower-layer v0.3.3
21332026-08-14T22:01:14.388Z Compiling tower-service v0.3.3
21342026-08-14T22:01:14.521Z Compiling anyhow v1.0.102
21352026-08-14T22:01:14.547Z Compiling atomic-waker v1.1.2
21362026-08-14T22:01:14.580Z Compiling zlib-rs v0.6.2
21372026-08-14T22:01:14.584Z Compiling funty v2.0.0
21382026-08-14T22:01:14.584Z Compiling try-lock v0.2.5
21392026-08-14T22:01:14.745Z Compiling unarray v0.1.4
21402026-08-14T22:01:14.776Z Compiling h2 v0.4.15
21412026-08-14T22:01:14.821Z Compiling want v0.3.1
21422026-08-14T22:01:14.849Z Compiling test-strategy v0.4.5
21432026-08-14T22:01:14.879Z Compiling proptest v1.11.0
21442026-08-14T22:01:14.992Z Compiling bitvec v1.0.1
21452026-08-14T22:01:15.035Z Compiling regex-automata v0.4.14
21462026-08-14T22:01:15.052Z Compiling num-iter v0.1.45
21472026-08-14T22:01:15.189Z Compiling clap v4.6.1
21482026-08-14T22:01:15.614Z Compiling rand v0.8.6
21492026-08-14T22:01:15.795Z Compiling snafu-derive v0.8.9
21502026-08-14T22:01:16.183Z Compiling ipnetwork v0.21.1
21512026-08-14T22:01:16.593Z Compiling lazy_static v1.5.0
21522026-08-14T22:01:16.708Z Compiling flate2 v1.1.9
21532026-08-14T22:01:16.763Z Compiling scroll v0.13.0
21542026-08-14T22:01:16.830Z Compiling ipnet v2.11.0
21552026-08-14T22:01:17.282Z Compiling strum_macros v0.26.4
21562026-08-14T22:01:17.296Z Compiling anstyle-parse v0.2.7
21572026-08-14T22:01:17.618Z Compiling darling_core v0.23.0
21582026-08-14T22:01:17.785Z Compiling darling_core v0.20.11
21592026-08-14T22:01:18.338Z Compiling nodrop v0.1.14
21602026-08-14T22:01:18.563Z Compiling httpdate v1.0.3
21612026-08-14T22:01:18.627Z Compiling crc-catalog v2.4.0
21622026-08-14T22:01:18.813Z Compiling foreign-types-shared v0.1.1
21632026-08-14T22:01:18.848Z Compiling winnow v0.5.40
21642026-08-14T22:01:18.933Z Compiling foreign-types v0.3.2
21652026-08-14T22:01:18.947Z Compiling hyper v1.10.1
21662026-08-14T22:01:19.018Z Compiling crc v3.4.0
21672026-08-14T22:01:19.199Z Compiling array-init v0.0.4
21682026-08-14T22:01:19.707Z Compiling anstream v0.6.21
21692026-08-14T22:01:19.796Z Compiling darling_macro v0.23.0
21702026-08-14T22:01:19.856Z Compiling darling_macro v0.20.11
21712026-08-14T22:01:20.252Z Compiling newtype-uuid v1.3.2
21722026-08-14T22:01:20.328Z Compiling goblin v0.10.5
21732026-08-14T22:01:20.542Z Compiling toml_edit v0.19.15
21742026-08-14T22:01:20.640Z Compiling oxnet v0.1.6
21752026-08-14T22:01:20.656Z Compiling smallvec v0.6.14
21762026-08-14T22:01:20.996Z Compiling pkcs1 v0.7.5
21772026-08-14T22:01:21.188Z Compiling bitfield v0.19.4
21782026-08-14T22:01:21.369Z Compiling zerocopy v0.6.6
21792026-08-14T22:01:21.554Z Compiling zerocopy-derive v0.7.35
21802026-08-14T22:01:21.694Z Compiling curve25519-dalek v4.1.3
21812026-08-14T22:01:21.930Z Compiling socket2 v0.5.10
21822026-08-14T22:01:22.204Z Compiling env_filter v1.0.0
21832026-08-14T22:01:22.225Z Compiling memoffset v0.9.1
21842026-08-14T22:01:22.343Z Compiling ref-cast v1.0.25
21852026-08-14T22:01:22.570Z Compiling hashbrown v0.12.3
21862026-08-14T22:01:22.644Z Compiling smoltcp v0.9.1
21872026-08-14T22:01:22.662Z Compiling litrs v1.0.0
21882026-08-14T22:01:22.693Z Compiling base64 v0.21.7
21892026-08-14T22:01:23.031Z Compiling ron v0.8.1
21902026-08-14T22:01:23.141Z Compiling document-features v0.2.12
21912026-08-14T22:01:23.230Z Compiling dof v0.4.0
21922026-08-14T22:01:23.276Z Compiling env_logger v0.11.9
21932026-08-14T22:01:23.280Z Compiling hyper-util v0.1.20
21942026-08-14T22:01:23.653Z Compiling toml v0.7.8
21952026-08-14T22:01:23.894Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21962026-08-14T22:01:23.909Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21972026-08-14T22:01:24.104Z Compiling rsa v0.9.10
21982026-08-14T22:01:24.265Z Compiling daft v0.1.7
21992026-08-14T22:01:24.532Z Compiling serde-hex v0.1.0
22002026-08-14T22:01:24.582Z Compiling bzip2 v0.4.4
22012026-08-14T22:01:24.645Z Compiling darling v0.20.11
22022026-08-14T22:01:24.746Z Compiling darling v0.23.0
22032026-08-14T22:01:24.822Z Compiling hashbrown v0.13.2
22042026-08-14T22:01:25.070Z Compiling dtrace-parser v0.3.0
22052026-08-14T22:01:25.165Z Compiling x509-cert v0.2.5
22062026-08-14T22:01:25.423Z Compiling hmac v0.12.1
22072026-08-14T22:01:25.580Z Compiling async-recursion v1.1.1
22082026-08-14T22:01:25.668Z Compiling sync_wrapper v1.0.2
22092026-08-14T22:01:25.721Z Compiling thread-id v5.1.0
22102026-08-14T22:01:25.788Z Compiling cfg_aliases v0.2.1
22112026-08-14T22:01:25.874Z Compiling siphasher v1.0.2
22122026-08-14T22:01:25.922Z Compiling powerfmt v0.2.0
22132026-08-14T22:01:26.192Z Compiling crc-any v2.5.0
22142026-08-14T22:01:26.502Z Compiling deranged v0.5.8
22152026-08-14T22:01:26.681Z Compiling nix v0.31.2
22162026-08-14T22:01:26.744Z Compiling tower v0.5.3
22172026-08-14T22:01:27.231Z Compiling object v0.30.4
22182026-08-14T22:01:27.650Z Compiling serde_with_macros v3.21.0
22192026-08-14T22:01:27.688Z Compiling zip v0.6.6
22202026-08-14T22:01:28.118Z Compiling derive_builder_core v0.20.2
22212026-08-14T22:01:28.318Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22222026-08-14T22:01:28.525Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22232026-08-14T22:01:28.619Z Compiling bstr v1.12.1
22242026-08-14T22:01:28.710Z Compiling crypto-common v0.2.2
22252026-08-14T22:01:28.882Z Compiling block-buffer v0.12.1
22262026-08-14T22:01:29.100Z Compiling http-body-util v0.1.3
22272026-08-14T22:01:29.360Z Compiling futures-executor v0.3.32
22282026-08-14T22:01:29.401Z Compiling serde_tokenstream v0.2.3
22292026-08-14T22:01:29.474Z Compiling erased-serde v0.3.31
22302026-08-14T22:01:29.580Z Compiling hubpack_derive v0.1.1
22312026-08-14T22:01:29.708Z Compiling ref-cast-impl v1.0.25
22322026-08-14T22:01:29.852Z Compiling curve25519-dalek-derive v0.1.1
22332026-08-14T22:01:29.909Z Compiling strum_macros v0.27.2
22342026-08-14T22:01:30.036Z Compiling fs-err v3.3.0
22352026-08-14T22:01:30.051Z Compiling usdt-impl v0.5.0
22362026-08-14T22:01:30.087Z Compiling iri-string v0.7.10
22372026-08-14T22:01:30.269Z Compiling unicode-properties v0.1.4
22382026-08-14T22:01:30.285Z Compiling object v0.37.3
22392026-08-14T22:01:30.299Z Compiling ryu v1.0.23
22402026-08-14T22:01:30.423Z Compiling same-file v1.0.6
22412026-08-14T22:01:30.472Z Compiling allocator-api2 v0.2.21
22422026-08-14T22:01:30.495Z Compiling path-slash v0.1.5
22432026-08-14T22:01:30.661Z Compiling unicode-bidi v0.3.18
22442026-08-14T22:01:30.810Z Compiling num_threads v0.1.7
22452026-08-14T22:01:31.096Z Compiling serde_urlencoded v0.7.1
22462026-08-14T22:01:31.126Z Compiling stringprep v0.1.5
22472026-08-14T22:01:31.140Z Compiling time v0.3.47
22482026-08-14T22:01:31.485Z Compiling tower-http v0.6.8
22492026-08-14T22:01:32.187Z Compiling walkdir v2.5.0
22502026-08-14T22:01:32.874Z Compiling futures v0.3.32
22512026-08-14T22:01:33.069Z Compiling derive_builder_macro v0.20.2
22522026-08-14T22:01:33.439Z Compiling tokio-native-tls v0.3.1
22532026-08-14T22:01:33.580Z Compiling strum v0.26.3
22542026-08-14T22:01:33.637Z Compiling block-padding v0.4.2
22552026-08-14T22:01:33.818Z Compiling scroll v0.12.0
22562026-08-14T22:01:33.919Z Compiling pin-project v1.1.11
22572026-08-14T22:01:33.934Z Compiling rustls-native-certs v0.8.3
22582026-08-14T22:01:34.037Z Compiling md-5 v0.10.6
22592026-08-14T22:01:34.074Z Compiling hash32 v0.2.1
22602026-08-14T22:01:34.100Z Compiling vergen-lib v9.1.0
22612026-08-14T22:01:34.202Z Compiling encoding_rs v0.8.35
22622026-08-14T22:01:34.255Z Compiling jiff-core v0.1.0
22632026-08-14T22:01:34.259Z Compiling mime v0.3.17
22642026-08-14T22:01:34.292Z Compiling cpufeatures v0.3.0
22652026-08-14T22:01:34.309Z Compiling psl-types v2.0.11
22662026-08-14T22:01:34.397Z Compiling fallible-iterator v0.2.0
22672026-08-14T22:01:34.535Z Compiling publicsuffix v2.3.0
22682026-08-14T22:01:34.708Z Compiling postgres-protocol v0.6.10
22692026-08-14T22:01:34.723Z Compiling goblin v0.8.2
22702026-08-14T22:01:34.771Z Compiling snafu v0.8.9
22712026-08-14T22:01:35.082Z Compiling jiff v0.2.34
22722026-08-14T22:01:35.334Z Compiling inout v0.2.2
22732026-08-14T22:01:35.424Z Compiling hyper-tls v0.6.0
22742026-08-14T22:01:35.519Z Compiling derive_builder v0.20.2
22752026-08-14T22:01:35.676Z Compiling usdt-attr-macro v0.6.0
22762026-08-14T22:01:35.735Z Compiling usdt-macro v0.6.0
22772026-08-14T22:01:35.750Z Compiling globset v0.4.18
22782026-08-14T22:01:35.767Z Compiling phf_shared v0.13.1
22792026-08-14T22:01:35.819Z Compiling crossbeam-epoch v0.9.18
22802026-08-14T22:01:35.937Z Compiling zerocopy v0.7.35
22812026-08-14T22:01:36.024Z Compiling regex v1.12.3
22822026-08-14T22:01:36.505Z Compiling serde_plain v1.0.2
22832026-08-14T22:01:36.521Z Compiling enum-as-inner v0.6.1
22842026-08-14T22:01:36.525Z Compiling serde_repr v0.1.20
22852026-08-14T22:01:36.705Z Compiling pem v3.0.6
22862026-08-14T22:01:36.743Z Compiling vergen v9.1.0
22872026-08-14T22:01:36.804Z Compiling cargo-platform v0.3.2
22882026-08-14T22:01:36.952Z Compiling ff v0.13.1
22892026-08-14T22:01:37.028Z Compiling filetime v0.2.27
22902026-08-14T22:01:37.070Z Compiling typed-path v0.9.3
22912026-08-14T22:01:37.074Z Compiling libbz2-rs-sys v0.2.2
22922026-08-14T22:01:37.102Z Compiling xattr v1.6.1
22932026-08-14T22:01:37.248Z Compiling const-oid v0.10.2
22942026-08-14T22:01:37.466Z Compiling base16ct v0.2.0
22952026-08-14T22:01:37.516Z Compiling foldhash v0.1.5
22962026-08-14T22:01:37.545Z Compiling foldhash v0.2.0
22972026-08-14T22:01:37.594Z Compiling managed v0.8.0
22982026-08-14T22:01:37.671Z Compiling bitflags v1.3.2
22992026-08-14T22:01:37.719Z Compiling bumpalo v3.20.2
23002026-08-14T22:01:37.860Z Compiling hashbrown v0.16.1
23012026-08-14T22:01:37.911Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23022026-08-14T22:01:37.936Z Compiling hashbrown v0.15.5
23032026-08-14T22:01:37.987Z Compiling zopfli v0.8.3
23042026-08-14T22:01:38.317Z Compiling sec1 v0.7.3
23052026-08-14T22:01:38.470Z Compiling bzip2 v0.6.1
23062026-08-14T22:01:38.519Z Compiling digest v0.11.3
23072026-08-14T22:01:38.525Z Compiling tar v0.4.46
23082026-08-14T22:01:38.570Z Compiling group v0.13.0
23092026-08-14T22:01:38.602Z Compiling cargo_metadata v0.23.1
23102026-08-14T22:01:38.629Z Compiling dof v0.3.0
23112026-08-14T22:01:39.248Z Compiling phf v0.13.1
23122026-08-14T22:01:39.377Z Compiling zstd v0.13.3
23132026-08-14T22:01:39.689Z Compiling reqwest v0.12.28
23142026-08-14T22:01:39.767Z Compiling cipher v0.5.2
23152026-08-14T22:01:39.836Z Compiling signal-hook-mio v0.2.5
23162026-08-14T22:01:39.916Z Compiling postgres-types v0.2.12
23172026-08-14T22:01:39.962Z Compiling cookie_store v0.22.1
23182026-08-14T22:01:40.112Z Compiling strum v0.27.2
23192026-08-14T22:01:40.340Z Compiling hubpack v0.1.2
23202026-08-14T22:01:40.397Z Compiling phf_shared v0.11.3
23212026-08-14T22:01:40.438Z Compiling hkdf v0.12.4
23222026-08-14T22:01:40.561Z Compiling dtrace-parser v0.2.0
23232026-08-14T22:01:40.578Z Compiling ed25519 v2.2.3
23242026-08-14T22:01:40.582Z Compiling byte-wrapper v0.1.0
23252026-08-14T22:01:40.606Z Compiling olpc-cjson v0.1.4
23262026-08-14T22:01:40.960Z Compiling serde-big-array v0.5.1
23272026-08-14T22:01:41.025Z Compiling crypto-bigint v0.5.5
23282026-08-14T22:01:41.130Z Compiling float-cmp v0.10.0
23292026-08-14T22:01:41.184Z Compiling memmap2 v0.9.10
23302026-08-14T22:01:41.304Z Compiling thread-id v4.2.2
23312026-08-14T22:01:41.369Z Compiling rayon-core v1.13.0
23322026-08-14T22:01:41.401Z Compiling data-encoding v2.10.0
23332026-08-14T22:01:41.416Z Compiling toml_write v0.1.2
23342026-08-14T22:01:41.432Z Compiling winnow v1.0.3
23352026-08-14T22:01:41.493Z Compiling static_assertions v1.1.0
23362026-08-14T22:01:41.512Z Compiling fixedbitset v0.4.2
23372026-08-14T22:01:41.574Z Compiling winnow v0.7.14
23382026-08-14T22:01:41.720Z Compiling new_debug_unreachable v1.0.6
23392026-08-14T22:01:41.735Z Compiling difflib v0.4.0
23402026-08-14T22:01:41.764Z Compiling fixedbitset v0.5.7
23412026-08-14T22:01:41.805Z Compiling either v1.15.0
23422026-08-14T22:01:41.937Z Compiling predicates-core v1.0.10
23432026-08-14T22:01:42.029Z Compiling keccak v0.1.6
23442026-08-14T22:01:42.053Z Compiling normalize-line-endings v0.3.0
23452026-08-14T22:01:42.163Z Compiling whoami v2.1.0
23462026-08-14T22:01:42.193Z Compiling precomputed-hash v0.1.1
23472026-08-14T22:01:42.451Z Compiling tokio-postgres v0.7.16
23482026-08-14T22:01:42.477Z Compiling toml_parser v1.1.2+spec-1.1.0
23492026-08-14T22:01:42.504Z Compiling string_cache v0.8.9
23502026-08-14T22:01:42.763Z Compiling sha3 v0.10.8
23512026-08-14T22:01:42.888Z Compiling predicates v3.1.4
23522026-08-14T22:01:43.046Z Compiling toml_edit v0.22.27
23532026-08-14T22:01:43.108Z Compiling itertools v0.13.0
23542026-08-14T22:01:43.297Z Compiling petgraph v0.8.3
23552026-08-14T22:01:43.315Z Compiling elliptic-curve v0.13.8
23562026-08-14T22:01:43.682Z Compiling chacha20 v0.10.0
23572026-08-14T22:01:44.245Z Compiling hickory-proto v0.25.2
23582026-08-14T22:01:44.260Z Compiling petgraph v0.6.5
23592026-08-14T22:01:44.338Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23602026-08-14T22:01:44.377Z Compiling usdt v0.6.0
23612026-08-14T22:01:45.014Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23622026-08-14T22:01:45.673Z Compiling ed25519-dalek v2.2.0
23632026-08-14T22:01:45.991Z Compiling zip v4.6.1
23642026-08-14T22:01:46.354Z Compiling crossterm v0.28.1
23652026-08-14T22:01:46.953Z Compiling iddqd v0.4.2
23662026-08-14T22:01:47.373Z Compiling similar v2.7.0
23672026-08-14T22:01:47.672Z Compiling serde_with v3.21.0
23682026-08-14T22:01:48.941Z Compiling tokio-stream v0.1.18
23692026-08-14T22:01:48.988Z Compiling buf-list v1.1.2
23702026-08-14T22:01:49.004Z Compiling half v2.7.1
23712026-08-14T22:01:49.136Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23722026-08-14T22:01:49.253Z Compiling openapiv3 v2.2.0
23732026-08-14T22:01:49.452Z Compiling lalrpop-util v0.19.12
23742026-08-14T22:01:49.537Z Compiling ciborium-io v0.2.2
23752026-08-14T22:01:49.818Z Compiling peg-runtime v0.8.5
23762026-08-14T22:01:50.172Z Compiling ciborium-ll v0.2.2
23772026-08-14T22:01:50.968Z Compiling crossbeam-deque v0.8.6
23782026-08-14T22:01:51.373Z Compiling camino-tempfile v1.4.1
23792026-08-14T22:01:51.774Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23802026-08-14T22:01:52.344Z Compiling blake3 v1.8.5
23812026-08-14T22:01:52.498Z Compiling fs-err v2.11.0
23822026-08-14T22:01:55.074Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23832026-08-14T22:01:55.948Z Compiling rustls-webpki v0.103.13
23842026-08-14T22:01:56.746Z Compiling ciborium v0.2.2
23852026-08-14T22:01:56.846Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23862026-08-14T22:01:57.657Z Compiling thread_local v1.1.9
23872026-08-14T22:01:57.687Z Compiling slog-async v2.8.0
23882026-08-14T22:01:57.966Z Compiling arrayref v0.3.9
23892026-08-14T22:01:58.058Z Compiling arrayvec v0.7.6
23902026-08-14T22:01:58.091Z Compiling constant_time_eq v0.4.2
23912026-08-14T22:01:58.337Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-08-14T22:01:58.408Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23932026-08-14T22:01:58.701Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23942026-08-14T22:01:58.718Z Compiling toml v0.8.23
23952026-08-14T22:01:58.731Z Compiling atomicwrites v0.4.4
23962026-08-14T22:01:58.926Z Compiling sha2 v0.11.0
23972026-08-14T22:01:58.951Z Compiling digest-io v0.1.0
23982026-08-14T22:01:59.037Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23992026-08-14T22:01:59.049Z Compiling crossbeam-channel v0.5.15
24002026-08-14T22:01:59.067Z Compiling serde_path_to_error v0.1.20
24012026-08-14T22:01:59.106Z Compiling is-terminal v0.4.17
24022026-08-14T22:01:59.224Z Compiling rawzip v0.4.4
24032026-08-14T22:01:59.295Z Compiling take_mut v0.2.2
24042026-08-14T22:01:59.434Z Compiling tokio-rustls v0.26.4
24052026-08-14T22:01:59.450Z Compiling rustls-platform-verifier v0.6.2
24062026-08-14T22:01:59.463Z Compiling tough v0.22.0
24072026-08-14T22:01:59.527Z Compiling indent_write v2.2.0
24082026-08-14T22:01:59.665Z Compiling hyper-rustls v0.27.7
24092026-08-14T22:01:59.704Z Compiling term v1.2.1
24102026-08-14T22:01:59.718Z Compiling debug-ignore v1.0.5
24112026-08-14T22:01:59.754Z Compiling topological-sort v0.2.2
24122026-08-14T22:01:59.853Z Compiling parse-size v1.1.0
24132026-08-14T22:01:59.944Z Compiling reqwest v0.13.2
24142026-08-14T22:02:00.053Z Compiling slog-term v2.9.2
24152026-08-14T22:02:00.271Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24162026-08-14T22:02:00.479Z Compiling shell-words v1.1.1
24172026-08-14T22:02:02.875Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24182026-08-14T22:02:08.168Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24192026-08-14T22:02:10.225Z Compiling omicron-zone-package v0.12.3
24202026-08-14T22:02:10.904Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24212026-08-14T22:02:10.922Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24222026-08-14T22:02:10.975Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24232026-08-14T22:02:15.531Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24242026-08-14T22:02:27.885Z Finished `release` profile [optimized] target(s) in 1m 29s
24252026-08-14T22:02:28.028Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24262026-08-14T22:02:28.086ZAug 14 22:02:27.051 DEBG changing working directory to /work/oxidecomputer/omicron
24272026-08-14T22:02:28.180ZAug 14 22:02:27.146 DEBG running: git rev-parse HEAD
24282026-08-14T22:02:28.184ZAug 14 22:02:27.148 DEBG process exited with exit status: 0 (2.469042ms)
24292026-08-14T22:02:28.184ZAug 14 22:02:27.148 INFO version: 23.0.0-0.ci+git0f84ff4f0a9
24302026-08-14T22:02:28.192ZAug 14 22:02:27.157 INFO cloning helios to /work/oxidecomputer/helios
24312026-08-14T22:02:28.192ZAug 14 22:02:27.157 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24322026-08-14T22:02:28.195ZCloning into '/work/oxidecomputer/helios'...
24332026-08-14T22:02:28.809ZAug 14 22:02:27.774 DEBG process exited with exit status: 0 (617.319726ms)
24342026-08-14T22:02:28.809ZAug 14 22:02:27.774 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24352026-08-14T22:02:28.813ZAug 14 22:02:27.777 DEBG process exited with exit status: 0 (2.434332ms)
24362026-08-14T22:02:28.813ZAug 14 22:02:27.777 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24372026-08-14T22:02:29.172ZAug 14 22:02:28.138 DEBG process exited with exit status: 0 (360.761381ms)
24382026-08-14T22:02:29.172ZAug 14 22:02:28.138 DEBG running: zfs list rpool/images/build/host
24392026-08-14T22:02:29.176ZNAME USED AVAIL REFER MOUNTPOINT
24402026-08-14T22:02:29.176Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24412026-08-14T22:02:29.180ZAug 14 22:02:28.142 DEBG process exited with exit status: 0 (4.479673ms)
24422026-08-14T22:02:29.180ZAug 14 22:02:28.142 DEBG running: zfs list rpool/images/build/recovery
24432026-08-14T22:02:29.183ZNAME USED AVAIL REFER MOUNTPOINT
24442026-08-14T22:02:29.183Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24452026-08-14T22:02:29.183ZAug 14 22:02:28.146 DEBG process exited with exit status: 0 (3.514043ms)
24462026-08-14T22:02:29.183ZAug 14 22:02:28.146 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24472026-08-14T22:02:29.193ZAug 14 22:02:28.159 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026073100.0.0, but the current nexus API version is 2026081400.0.0; the console needs a client regen and tools/console_version needs a bump
24482026-08-14T22:02:29.197ZAug 14 22:02:28.160 INFO [incorp-manifest] running task
24492026-08-14T22:02:29.197ZAug 14 22:02:28.160 INFO [hubris-production] running task
24502026-08-14T22:02:29.197ZAug 14 22:02:28.160 INFO [hubris-staging] running task
24512026-08-14T22:02:29.197ZAug 14 22:02:28.160 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24522026-08-14T22:02:29.197ZAug 14 22:02:28.160 INFO [incorp-create] running: pkgrepo create /work/incorporation
24532026-08-14T22:02:29.197ZAug 14 22:02:28.161 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24542026-08-14T22:02:29.197ZAug 14 22:02:28.162 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
24552026-08-14T22:02:29.225Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24562026-08-14T22:02:29.301Z[ omicron-package] Blocking waiting for file lock on package cache
24572026-08-14T22:02:29.454ZAug 14 22:02:28.419 INFO [incorp-create] process exited with exit status: 0 (259.223485ms)
24582026-08-14T22:02:29.458ZAug 14 22:02:28.420 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24592026-08-14T22:02:29.773ZAug 14 22:02:28.739 INFO [incorp-publisher] process exited with exit status: 0 (318.893841ms)
24602026-08-14T22:02:30.003Z[ omicron-package] Blocking waiting for file lock on package cache
24612026-08-14T22:02:30.529ZAug 14 22:02:29.494 INFO [hubris-production] task succeeded (1.334761386s)
24622026-08-14T22:02:30.849ZAug 14 22:02:29.814 DEBG process exited with exit status: 0 (1.654701026s)
24632026-08-14T22:02:30.849ZAug 14 22:02:29.814 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24642026-08-14T22:02:31.218Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24652026-08-14T22:02:31.222Z[ omicron-package] Compiling macaddr v1.0.1
24662026-08-14T22:02:31.222Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24672026-08-14T22:02:31.222Z[ omicron-package] Compiling itertools v0.15.0
24682026-08-14T22:02:31.222Z[ omicron-package] Compiling secrecy v0.10.3
24692026-08-14T22:02:31.222Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24702026-08-14T22:02:31.222Z[ omicron-package] Compiling heapless v0.8.0
24712026-08-14T22:02:31.222Z[ omicron-package] Compiling hash32 v0.3.1
24722026-08-14T22:02:31.844Z[ omicron-package] Compiling inout v0.1.4
24732026-08-14T22:02:31.848Z[ omicron-package] Compiling multer v3.1.0
24742026-08-14T22:02:31.848Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24752026-08-14T22:02:31.852Z[ omicron-package] Compiling smoltcp v0.11.0
24762026-08-14T22:02:31.861Z[ omicron-package] Compiling compression-core v0.4.31
24772026-08-14T22:02:31.865Z[ omicron-package] Compiling match_cfg v0.1.0
24782026-08-14T22:02:31.865Z[ omicron-package] Compiling unicode-width v0.2.0
24792026-08-14T22:02:31.868Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24802026-08-14T22:02:32.128Z[ omicron-package] Compiling slog-json v2.6.1
24812026-08-14T22:02:32.131Z[ omicron-package] Compiling cipher v0.4.4
24822026-08-14T22:02:32.131Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24832026-08-14T22:02:32.131Z[ omicron-package] Compiling cobs v0.3.0
24842026-08-14T22:02:32.131Z[ omicron-package] Compiling universal-hash v0.5.1
24852026-08-14T22:02:32.268Z[ omicron-package] Compiling compression-codecs v0.4.37
24862026-08-14T22:02:32.624Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24872026-08-14T22:02:32.656Z[ omicron-package] Compiling hostname v0.3.1
24882026-08-14T22:02:32.698Z[ omicron-package] Compiling async-stream-impl v0.3.6
24892026-08-14T22:02:32.703Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24902026-08-14T22:02:32.755Z[ omicron-package] Compiling serde_spanned v1.1.1
24912026-08-14T22:02:32.807Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24922026-08-14T22:02:32.861Z[ omicron-package] Compiling dropshot v0.17.1
24932026-08-14T22:02:32.865Z[ omicron-package] Compiling convert_case v0.4.0
24942026-08-14T22:02:32.865Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24952026-08-14T22:02:32.865Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24962026-08-14T22:02:32.909Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24972026-08-14T22:02:32.913Z[ omicron-package] Compiling opaque-debug v0.3.1
24982026-08-14T22:02:33.122Z[ omicron-package] Compiling slog-bunyan v2.5.0
24992026-08-14T22:02:33.122Z[ omicron-package] Compiling poly1305 v0.8.0
25002026-08-14T22:02:33.122Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25012026-08-14T22:02:33.126Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25022026-08-14T22:02:33.154Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25032026-08-14T22:02:33.215ZAug 14 22:02:32.180 DEBG process exited with exit status: 0 (2.365880103s)
25042026-08-14T22:02:33.220ZAug 14 22:02:32.181 INFO [incorp-manifest] task succeeded (4.02193283s)
25052026-08-14T22:02:33.234ZAug 14 22:02:32.199 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25062026-08-14T22:02:33.385Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25072026-08-14T22:02:33.423Z[ omicron-package] Compiling derive_more v0.99.20
25082026-08-14T22:02:33.473ZAug 14 22:02:32.430 INFO [incorp-fmt] process exited with exit status: 0 (248.396347ms)
25092026-08-14T22:02:33.473ZAug 14 22:02:32.430 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25102026-08-14T22:02:33.477Z[ omicron-package] Compiling async-compression v0.4.41
25112026-08-14T22:02:33.557Z[ omicron-package] Compiling async-stream v0.3.6
25122026-08-14T22:02:33.652Z[ omicron-package] Compiling postcard v1.1.3
25132026-08-14T22:02:33.656Z[ omicron-package] Compiling chacha20 v0.9.1
25142026-08-14T22:02:33.754Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260814T220232Z
25152026-08-14T22:02:33.754Z[ incorp-pkgsend] PUBLISHED
25162026-08-14T22:02:33.803Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25172026-08-14T22:02:33.811Z[ omicron-package] Compiling ingot-macros v0.2.0
25182026-08-14T22:02:33.815ZAug 14 22:02:32.775 INFO [incorp-pkgsend] process exited with exit status: 0 (344.38677ms)
25192026-08-14T22:02:33.815ZAug 14 22:02:32.775 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25202026-08-14T22:02:33.974Z[ omicron-package] Compiling num_enum_derive v0.7.6
25212026-08-14T22:02:33.996Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25222026-08-14T22:02:34.017Z[ omicron-package] Compiling sha1 v0.11.0
25232026-08-14T22:02:34.031Z[ omicron-package] Compiling progenitor-client v0.14.0
25242026-08-14T22:02:34.035Z[ omicron-package] Compiling parse-display-derive v0.10.0
25252026-08-14T22:02:34.035Z[ omicron-package] Compiling waitgroup v0.1.2
25262026-08-14T22:02:34.040Z[ helios-incorp] Retrieving packages for publisher helios ...
25272026-08-14T22:02:34.058Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25282026-08-14T22:02:34.063Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25292026-08-14T22:02:34.067Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25302026-08-14T22:02:34.075Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25312026-08-14T22:02:34.075Z[ helios-incorp]
25322026-08-14T22:02:34.075Z[ helios-incorp] Archiving packages ...
25332026-08-14T22:02:34.075Z[ helios-incorp] Packages to add: 1
25342026-08-14T22:02:34.079Z[ helios-incorp] Files to retrieve: 0
25352026-08-14T22:02:34.079Z[ helios-incorp] Estimated transfer size: 0.00 B
25362026-08-14T22:02:34.079Z[ helios-incorp]
25372026-08-14T22:02:34.079Z[ helios-incorp] Packages to archive:
25382026-08-14T22:02:34.079Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260814T220232Z
25392026-08-14T22:02:34.079Z[ helios-incorp]
25402026-08-14T22:02:34.079Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25412026-08-14T22:02:34.079Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25422026-08-14T22:02:34.105Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25432026-08-14T22:02:34.110Z[ omicron-package] Compiling backon v1.6.0
25442026-08-14T22:02:34.110Z[ omicron-package] Compiling password-hash v0.5.0
25452026-08-14T22:02:34.127ZAug 14 22:02:33.092 INFO [helios-incorp] process exited with exit status: 0 (316.801078ms)
25462026-08-14T22:02:34.300Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25472026-08-14T22:02:34.304Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25482026-08-14T22:02:34.397Z[ omicron-package] Compiling blake2 v0.10.6
25492026-08-14T22:02:34.535Z[ omicron-package] Compiling aead v0.5.2
25502026-08-14T22:02:34.590Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25512026-08-14T22:02:34.650Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25522026-08-14T22:02:34.836Z[ omicron-package] Compiling hostname v0.4.2
25532026-08-14T22:02:35.074Z[ omicron-package] Compiling proc-macro-error v1.0.4
25542026-08-14T22:02:35.107Z[ omicron-package] Compiling instant v0.1.13
25552026-08-14T22:02:35.107Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25562026-08-14T22:02:35.184Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25572026-08-14T22:02:35.184Z[ omicron-package] Compiling num_enum v0.7.6
25582026-08-14T22:02:35.293Z[ omicron-package] Compiling backoff v0.4.0
25592026-08-14T22:02:35.332Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25602026-08-14T22:02:35.356Z[ omicron-package] Compiling foreign-types v0.5.0
25612026-08-14T22:02:35.374Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25622026-08-14T22:02:35.394Z[ omicron-package] Compiling argon2 v0.5.3
25632026-08-14T22:02:35.436Z[ omicron-package] Compiling progenitor-extras v0.2.0
25642026-08-14T22:02:35.440Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25652026-08-14T22:02:35.525Z[ omicron-package] Compiling vsss-rs v3.3.4
25662026-08-14T22:02:35.614Z[ omicron-package] Compiling tabwriter v1.4.1
25672026-08-14T22:02:35.665Z[ omicron-package] Compiling num_enum_derive v0.5.11
25682026-08-14T22:02:35.708Z[ omicron-package] Compiling parse-display v0.10.0
25692026-08-14T22:02:35.750Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25702026-08-14T22:02:35.799Z[ omicron-package] Compiling regress v0.10.5
25712026-08-14T22:02:35.854Z[ omicron-package] Compiling itertools v0.14.0
25722026-08-14T22:02:36.045Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25732026-08-14T22:02:36.080Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25742026-08-14T22:02:36.156Z[ omicron-package] Compiling cstr-argument v0.1.2
25752026-08-14T22:02:36.180Z[ omicron-package] Compiling humantime v2.3.0
25762026-08-14T22:02:36.522Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25772026-08-14T22:02:36.572Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25782026-08-14T22:02:36.656Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25792026-08-14T22:02:36.771Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25802026-08-14T22:02:36.887Z[ omicron-package] Compiling num_enum v0.5.11
25812026-08-14T22:02:36.891Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25822026-08-14T22:02:36.891Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25832026-08-14T22:02:36.948Z[ omicron-package] Compiling rayon v1.11.0
25842026-08-14T22:02:36.968Z[ omicron-package] Compiling rand v0.10.1
25852026-08-14T22:02:36.993Z[ omicron-package] Compiling ingot-types v0.2.0
25862026-08-14T22:02:36.993Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25872026-08-14T22:02:37.047Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25882026-08-14T22:02:37.105Z[ omicron-package] Compiling libefi-sys v0.1.0
25892026-08-14T22:02:37.163Z[ omicron-package] Compiling colored v3.1.1
25902026-08-14T22:02:37.218Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25912026-08-14T22:02:37.265Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25922026-08-14T22:02:37.511Z[ omicron-package] Compiling ingot v0.2.1
25932026-08-14T22:02:37.609Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25942026-08-14T22:02:37.639Z[ omicron-package] Compiling itertools v0.12.1
25952026-08-14T22:02:37.772Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25962026-08-14T22:02:37.896Z[ omicron-package] Compiling usdt-macro v0.5.0
25972026-08-14T22:02:37.937Z[ omicron-package] Compiling num-derive v0.4.2
25982026-08-14T22:02:37.951Z[ omicron-package] Compiling bitfield-struct v0.6.2
25992026-08-14T22:02:37.968Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26002026-08-14T22:02:37.968Z[ omicron-package] Compiling memmap v0.7.0
26012026-08-14T22:02:38.094Z[ omicron-package] Compiling sigpipe v0.1.3
26022026-08-14T22:02:38.150Z[ omicron-package] Compiling glob v0.3.3
26032026-08-14T22:02:38.359Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26042026-08-14T22:02:38.612Z[ omicron-package] Compiling swrite v0.1.0
26052026-08-14T22:02:38.730Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26062026-08-14T22:02:38.733Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26072026-08-14T22:02:38.737Z[ omicron-package] Compiling usdt v0.5.0
26082026-08-14T22:02:39.033Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26092026-08-14T22:02:39.101Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26102026-08-14T22:02:39.184Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26112026-08-14T22:02:39.185Z[ omicron-package] Compiling smf v0.2.3
26122026-08-14T22:02:39.371Z[ omicron-package] Compiling zone v0.3.1
26132026-08-14T22:02:39.427Z[ omicron-package] Compiling whoami v1.6.1
26142026-08-14T22:02:39.428Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26152026-08-14T22:02:39.541Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26162026-08-14T22:02:39.594Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26172026-08-14T22:02:39.682Z[ omicron-package] Compiling console v0.16.2
26182026-08-14T22:02:39.886Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26192026-08-14T22:02:40.022Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202026-08-14T22:02:40.139Z[ omicron-package] Compiling gethostname v0.5.0
26212026-08-14T22:02:40.143Z[ omicron-package] Compiling unit-prefix v0.5.2
26222026-08-14T22:02:40.173Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26232026-08-14T22:02:40.306Z[ omicron-package] Compiling indicatif v0.18.4
26242026-08-14T22:02:40.754Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26252026-08-14T22:02:41.967Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26262026-08-14T22:02:43.382Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26272026-08-14T22:02:44.870Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26282026-08-14T22:02:45.346Z[ helios-setup] Aug 14 22:02:44.311 INFO helios repository root is: /work/oxidecomputer/helios
26292026-08-14T22:02:45.350Z[ helios-setup] Aug 14 22:02:44.312 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26302026-08-14T22:02:45.350Z[ helios-setup] Aug 14 22:02:44.312 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
26312026-08-14T22:02:45.350Z[ helios-setup] Aug 14 22:02:44.312 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26322026-08-14T22:02:45.350Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26332026-08-14T22:02:46.104ZAug 14 22:02:45.070 INFO [hubris-staging] task succeeded (16.909962387s)
26342026-08-14T22:02:51.902Z[ helios-setup] Aug 14 22:02:50.866 INFO clone ok!, project: amd-firmware
26352026-08-14T22:02:51.905Z[ helios-setup] Aug 14 22:02:50.866 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
26362026-08-14T22:02:51.905Z[ helios-setup] Aug 14 22:02:50.866 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26372026-08-14T22:02:51.905Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26382026-08-14T22:02:52.794Z[ helios-setup] Aug 14 22:02:51.758 INFO clone ok!, project: chelsio-t6-roms
26392026-08-14T22:02:52.797Z[ helios-setup] Aug 14 22:02:51.759 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
26402026-08-14T22:02:52.797Z[ helios-setup] Aug 14 22:02:51.759 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26412026-08-14T22:02:52.797Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26422026-08-14T22:02:53.166Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26432026-08-14T22:02:53.612Z[ helios-setup] Aug 14 22:02:52.577 INFO clone ok!, project: dmar-report
26442026-08-14T22:02:53.616Z[ helios-setup] Aug 14 22:02:52.577 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26452026-08-14T22:02:53.616Z[ helios-setup] Aug 14 22:02:52.577 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26462026-08-14T22:02:53.616Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26472026-08-14T22:02:54.593Z[ helios-setup] Aug 14 22:02:53.558 INFO clone ok!, project: pilot
26482026-08-14T22:02:54.597Z[ helios-setup] Aug 14 22:02:53.558 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
26492026-08-14T22:02:54.597Z[ helios-setup] Aug 14 22:02:53.558 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26502026-08-14T22:02:54.597Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26512026-08-14T22:02:55.141Z[ helios-setup] Aug 14 22:02:54.106 INFO clone ok!, project: bootserver
26522026-08-14T22:02:55.144Z[ helios-setup] Aug 14 22:02:54.106 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
26532026-08-14T22:02:55.144Z[ helios-setup] Aug 14 22:02:54.106 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26542026-08-14T22:02:55.145Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26552026-08-14T22:02:56.217Z[ helios-setup] Aug 14 22:02:55.182 INFO clone ok!, project: phbl
26562026-08-14T22:02:56.221Z[ helios-setup] Aug 14 22:02:55.182 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
26572026-08-14T22:02:56.221Z[ helios-setup] Aug 14 22:02:55.182 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
26582026-08-14T22:02:56.221Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26592026-08-14T22:02:56.528Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26602026-08-14T22:02:57.321Z[ helios-setup] Aug 14 22:02:56.286 INFO clone ok!, project: amd-host-image-builder
26612026-08-14T22:02:57.325Z[ helios-setup] Aug 14 22:02:56.286 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26622026-08-14T22:02:57.325Z[ helios-setup] Aug 14 22:02:56.286 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26632026-08-14T22:02:57.325Z[ helios-setup] Aug 14 22:02:56.286 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
26642026-08-14T22:02:57.325Z[ helios-setup] Aug 14 22:02:56.286 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26652026-08-14T22:02:57.325Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26662026-08-14T22:02:57.676Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26672026-08-14T22:02:57.857Z[ helios-setup] Aug 14 22:02:56.822 INFO clone ok!, project: pinprick
26682026-08-14T22:02:57.860Z[ helios-setup] Aug 14 22:02:56.822 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
26692026-08-14T22:02:57.860Z[ helios-setup] Aug 14 22:02:56.822 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26702026-08-14T22:02:57.860Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26712026-08-14T22:02:58.908Z[ helios-setup] Aug 14 22:02:57.873 INFO clone ok!, project: image-builder
26722026-08-14T22:02:58.912Z[ helios-setup] Aug 14 22:02:57.874 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26732026-08-14T22:02:59.151Z[ helios-setup] Aug 14 22:02:58.116 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26742026-08-14T22:02:59.406Z[ helios-setup] Aug 14 22:02:58.371 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26752026-08-14T22:02:59.406Z[ helios-setup] Aug 14 22:02:58.371 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26762026-08-14T22:02:59.637Z[ helios-setup] Aug 14 22:02:58.602 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26772026-08-14T22:02:59.847Z[ helios-setup] Aug 14 22:02:58.812 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26782026-08-14T22:02:59.847Z[ helios-setup] Aug 14 22:02:58.812 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26792026-08-14T22:03:00.054Z[ helios-setup] Aug 14 22:02:59.019 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26802026-08-14T22:03:00.267Z[ helios-setup] Aug 14 22:02:59.232 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26812026-08-14T22:03:00.271Z[ helios-setup] Aug 14 22:02:59.233 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26822026-08-14T22:03:00.271Z[ helios-setup] Aug 14 22:02:59.233 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26832026-08-14T22:03:00.271Z[ helios-setup] Aug 14 22:02:59.233 INFO ok!
26842026-08-14T22:03:00.271Z[ helios-setup] Aug 14 22:02:59.233 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26852026-08-14T22:03:00.271Z[ helios-setup] Aug 14 22:02:59.233 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26862026-08-14T22:03:00.271Z[ helios-setup] Aug 14 22:02:59.233 INFO ok!
26872026-08-14T22:03:00.271Z[ helios-setup] Aug 14 22:02:59.233 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26882026-08-14T22:03:00.271Z[ helios-setup] Aug 14 22:02:59.233 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26892026-08-14T22:03:00.271Z[ helios-setup] Aug 14 22:02:59.233 INFO ok!
26902026-08-14T22:03:00.271Z[ helios-setup] Aug 14 22:02:59.233 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26912026-08-14T22:03:00.275Z[ helios-setup] Aug 14 22:02:59.240 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
26922026-08-14T22:03:00.275Z[ helios-setup] Aug 14 22:02:59.240 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26932026-08-14T22:03:00.275Z[ helios-setup] Aug 14 22:02:59.240 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26942026-08-14T22:03:00.360Z[ helios-setup] Aug 14 22:02:59.325 INFO E| Updating crates.io index
26952026-08-14T22:03:00.433Z[ helios-setup] Aug 14 22:02:59.398 INFO E| Downloading crates ...
26962026-08-14T22:03:00.477Z[ helios-setup] Aug 14 22:02:59.442 INFO E| Downloaded iana-time-zone v0.1.63
26972026-08-14T22:03:00.484Z[ helios-setup] Aug 14 22:02:59.449 INFO E| Downloaded bitflags v2.9.1
26982026-08-14T22:03:00.490Z[ helios-setup] Aug 14 22:02:59.455 INFO E| Downloaded proc-macro2 v1.0.95
26992026-08-14T22:03:00.493Z[ helios-setup] Aug 14 22:02:59.457 INFO E| Downloaded deranged v0.4.0
27002026-08-14T22:03:00.493Z[ helios-setup] Aug 14 22:02:59.457 INFO E| Downloaded itoa v1.0.15
27012026-08-14T22:03:00.493Z[ helios-setup] Aug 14 22:02:59.458 INFO E| Downloaded autocfg v1.4.0
27022026-08-14T22:03:00.502Z[ helios-setup] Aug 14 22:02:59.467 INFO E| Downloaded serde_json v1.0.140
27032026-08-14T22:03:00.521Z[ helios-setup] Aug 14 22:02:59.487 INFO E| Downloaded time-core v0.1.4
27042026-08-14T22:03:00.525Z[ helios-setup] Aug 14 22:02:59.487 INFO E| Downloaded errno v0.3.12
27052026-08-14T22:03:00.525Z[ helios-setup] Aug 14 22:02:59.490 INFO E| Downloaded time-macros v0.2.22
27062026-08-14T22:03:00.538Z[ helios-setup] Aug 14 22:02:59.503 INFO E| Downloaded thiserror-impl v2.0.12
27072026-08-14T22:03:00.541Z[ helios-setup] Aug 14 22:02:59.504 INFO E| Downloaded quote v1.0.40
27082026-08-14T22:03:00.545Z[ helios-setup] Aug 14 22:02:59.509 INFO E| Downloaded tempfile v3.20.0
27092026-08-14T22:03:00.548Z[ helios-setup] Aug 14 22:02:59.510 INFO E| Downloaded unicode-ident v1.0.18
27102026-08-14T22:03:00.555Z[ helios-setup] Aug 14 22:02:59.520 INFO E| Downloaded ryu v1.0.20
27112026-08-14T22:03:00.560Z[ helios-setup] Aug 14 22:02:59.525 INFO E| Downloaded anyhow v1.0.98
27122026-08-14T22:03:00.566Z[ helios-setup] Aug 14 22:02:59.532 INFO E| Downloaded thiserror v2.0.12
27132026-08-14T22:03:00.570Z[ helios-setup] Aug 14 22:02:59.535 INFO E| Downloaded serde_with_macros v3.12.0
27142026-08-14T22:03:00.573Z[ helios-setup] Aug 14 22:02:59.536 INFO E| Downloaded serde_derive v1.0.219
27152026-08-14T22:03:00.585Z[ helios-setup] Aug 14 22:02:59.550 INFO E| Downloaded serde v1.0.219
27162026-08-14T22:03:00.588Z[ helios-setup] Aug 14 22:02:59.552 INFO E| Downloaded memchr v2.7.4
27172026-08-14T22:03:00.592Z[ helios-setup] Aug 14 22:02:59.558 INFO E| Downloaded getrandom v0.3.3
27182026-08-14T22:03:00.600Z[ helios-setup] Aug 14 22:02:59.566 INFO E| Downloaded indexmap v2.9.0
27192026-08-14T22:03:00.626Z[ helios-setup] Aug 14 22:02:59.592 INFO E| Downloaded time v0.3.41
27202026-08-14T22:03:00.637Z[ helios-setup] Aug 14 22:02:59.603 INFO E| Downloaded hashbrown v0.15.3
27212026-08-14T22:03:00.641Z[ helios-setup] Aug 14 22:02:59.606 INFO E| Downloaded serde_with v3.12.0
27222026-08-14T22:03:00.660Z[ helios-setup] Aug 14 22:02:59.625 INFO E| Downloaded chrono v0.4.41
27232026-08-14T22:03:00.663Z[ helios-setup] Aug 14 22:02:59.629 INFO E| Downloaded syn v2.0.101
27242026-08-14T22:03:00.686Z[ helios-setup] Aug 14 22:02:59.651 INFO E| Downloaded rustix v1.0.7
27252026-08-14T22:03:00.714Z[ helios-setup] Aug 14 22:02:59.679 INFO E| Downloaded libc v0.2.172
27262026-08-14T22:03:00.762Z[ helios-setup] Aug 14 22:02:59.727 INFO E| Compiling proc-macro2 v1.0.95
27272026-08-14T22:03:00.762Z[ helios-setup] Aug 14 22:02:59.727 INFO E| Compiling unicode-ident v1.0.18
27282026-08-14T22:03:00.762Z[ helios-setup] Aug 14 22:02:59.727 INFO E| Compiling libc v0.2.172
27292026-08-14T22:03:00.766Z[ helios-setup] Aug 14 22:02:59.727 INFO E| Compiling strsim v0.11.1
27302026-08-14T22:03:00.766Z[ helios-setup] Aug 14 22:02:59.727 INFO E| Compiling ident_case v1.0.1
27312026-08-14T22:03:00.766Z[ helios-setup] Aug 14 22:02:59.728 INFO E| Compiling fnv v1.0.7
27322026-08-14T22:03:00.766Z[ helios-setup] Aug 14 22:02:59.728 INFO E| Compiling serde v1.0.219
27332026-08-14T22:03:00.766Z[ helios-setup] Aug 14 22:02:59.728 INFO E| Compiling rustix v1.0.7
27342026-08-14T22:03:00.778Z[ helios-setup] Aug 14 22:02:59.742 INFO E| Compiling getrandom v0.3.3
27352026-08-14T22:03:00.781Z[ helios-setup] Aug 14 22:02:59.745 INFO E| Compiling serde_json v1.0.140
27362026-08-14T22:03:00.781Z[ helios-setup] Aug 14 22:02:59.745 INFO E| Compiling bitflags v2.9.1
27372026-08-14T22:03:00.781Z[ helios-setup] Aug 14 22:02:59.746 INFO E| Compiling thiserror v2.0.12
27382026-08-14T22:03:00.781Z[ helios-setup] Aug 14 22:02:59.746 INFO E| Compiling anyhow v1.0.98
27392026-08-14T22:03:00.781Z[ helios-setup] Aug 14 22:02:59.746 INFO E| Compiling cfg-if v1.0.0
27402026-08-14T22:03:00.785Z[ helios-setup] Aug 14 22:02:59.749 INFO E| Compiling fastrand v2.3.0
27412026-08-14T22:03:00.785Z[ helios-setup] Aug 14 22:02:59.749 INFO E| Compiling itoa v1.0.15
27422026-08-14T22:03:00.876Z[ helios-setup] Aug 14 22:02:59.840 INFO E| Compiling once_cell v1.21.3
27432026-08-14T22:03:00.906Z[ helios-setup] Aug 14 22:02:59.870 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27442026-08-14T22:03:00.915Z[ helios-setup] Aug 14 22:02:59.880 INFO E| Compiling memchr v2.7.4
27452026-08-14T22:03:00.933Z[ helios-setup] Aug 14 22:02:59.898 INFO E| Compiling ryu v1.0.20
27462026-08-14T22:03:01.365Z[ helios-setup] Aug 14 22:03:00.330 INFO E| Compiling errno v0.3.12
27472026-08-14T22:03:01.614Z[ helios-setup] Aug 14 22:03:00.578 INFO E| Compiling quote v1.0.40
27482026-08-14T22:03:01.770Z[ helios-setup] Aug 14 22:03:00.735 INFO E| Compiling syn v2.0.101
27492026-08-14T22:03:02.100Z[ helios-setup] Aug 14 22:03:01.065 INFO E| Compiling tempfile v3.20.0
27502026-08-14T22:03:03.656Z[ helios-setup] Aug 14 22:03:02.621 INFO E| Compiling darling_core v0.20.11
27512026-08-14T22:03:04.006Z[ helios-setup] Aug 14 22:03:02.972 INFO E| Compiling serde_derive v1.0.219
27522026-08-14T22:03:04.007Z[ helios-setup] Aug 14 22:03:02.972 INFO E| Compiling thiserror-impl v2.0.12
27532026-08-14T22:03:05.012Z[ helios-setup] Aug 14 22:03:03.976 INFO E| Compiling darling_macro v0.20.11
27542026-08-14T22:03:05.673Z[ helios-setup] Aug 14 22:03:04.638 INFO E| Compiling darling v0.20.11
27552026-08-14T22:03:05.745Z[ helios-setup] Aug 14 22:03:04.710 INFO E| Compiling serde_with_macros v3.12.0
27562026-08-14T22:03:07.550Z[ omicron-package] Finished `release` profile [optimized] target(s) in 38.34s
27572026-08-14T22:03:07.774Z[ omicron-package]
27582026-08-14T22:03:07.774Z[ omicron-package] real 38.519197621
27592026-08-14T22:03:07.778Z[ omicron-package] user 3:49.186181458
27602026-08-14T22:03:07.778Z[ omicron-package] sys 27.311698966
27612026-08-14T22:03:07.778Z[ omicron-package] trap 0.432817107
27622026-08-14T22:03:07.778Z[ omicron-package] tflt 0.740315019
27632026-08-14T22:03:07.778Z[ omicron-package] dflt 2.455518970
27642026-08-14T22:03:07.778Z[ omicron-package] kflt 0.000163610
27652026-08-14T22:03:07.778Z[ omicron-package] lock 11:00.031194437
27662026-08-14T22:03:07.778Z[ omicron-package] slp 5:56.623652400
27672026-08-14T22:03:07.778Z[ omicron-package] lat 45.884645009
27682026-08-14T22:03:07.778Z[ omicron-package] stop 1:41.844141700
27692026-08-14T22:03:07.778ZAug 14 22:03:06.740 INFO [omicron-package] process exited with exit status: 0 (38.577905586s)
27702026-08-14T22:03:07.778ZAug 14 22:03:06.740 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27712026-08-14T22:03:07.778ZAug 14 22:03:06.741 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27722026-08-14T22:03:07.785Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27732026-08-14T22:03:07.785Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27742026-08-14T22:03:07.789Z[ host-target] Created new build target 'host' and set it as active
27752026-08-14T22:03:07.789Z[ recovery-target] Created new build target 'recovery' and set it as active
27762026-08-14T22:03:07.792ZAug 14 22:03:06.754 INFO [recovery-target] process exited with exit status: 0 (14.260421ms)
27772026-08-14T22:03:07.792ZAug 14 22:03:06.754 INFO [host-target] process exited with exit status: 0 (13.867691ms)
27782026-08-14T22:03:07.792ZAug 14 22:03:06.754 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27792026-08-14T22:03:07.795Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27802026-08-14T22:03:08.173Z[ helios-setup] Aug 14 22:03:07.137 INFO E| Compiling serde_with v3.12.0
27812026-08-14T22:03:09.311Z[ host-package] Compiling heck v0.5.0
27822026-08-14T22:03:09.311Z[ host-package] Compiling regress v0.11.1
27832026-08-14T22:03:09.537Z[ host-package] Compiling unsafe-libyaml v0.2.11
27842026-08-14T22:03:09.581Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27852026-08-14T22:03:09.611Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27862026-08-14T22:03:09.634Z[ host-package] Compiling derive-where v1.6.0
27872026-08-14T22:03:09.635Z[ host-package] Compiling bytecount v0.6.9
27882026-08-14T22:03:09.679Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27892026-08-14T22:03:09.679Z[ host-package] Compiling atomicwrites v0.4.4
27902026-08-14T22:03:09.683Z[ host-package] Compiling is-terminal v0.4.17
27912026-08-14T22:03:09.683Z[ host-package] Compiling prettyplease v0.2.37
27922026-08-14T22:03:09.683Z[ host-package] Compiling console v0.15.11
27932026-08-14T22:03:09.683Z[ host-package] Compiling newline-converter v0.3.0
27942026-08-14T22:03:09.700Z[ host-package] Compiling slog-dtrace v0.3.0
27952026-08-14T22:03:09.763Z[ host-package] Compiling resolv-conf v0.7.6
27962026-08-14T22:03:09.830Z[ host-package] Compiling num-rational v0.4.2
27972026-08-14T22:03:09.887Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27982026-08-14T22:03:09.909Z[ host-package] Compiling num-complex v0.4.6
27992026-08-14T22:03:09.945Z[ host-package] Compiling thread_local v1.1.9
28002026-08-14T22:03:10.044Z[ host-package] Compiling unicode-width v0.1.14
28012026-08-14T22:03:10.085Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28022026-08-14T22:03:10.230Z[ host-package] Compiling expectorate v1.2.0
28032026-08-14T22:03:10.373Z[ host-package] Compiling cancel-safe-futures v0.1.5
28042026-08-14T22:03:10.410Z[ host-package] Compiling compression-core v0.4.31
28052026-08-14T22:03:10.413Z[ host-package] Compiling match_cfg v0.1.0
28062026-08-14T22:03:10.413Z[ host-package] Compiling num v0.4.3
28072026-08-14T22:03:10.516Z[ host-package] Compiling multer v3.1.0
28082026-08-14T22:03:10.569Z[ host-package] Compiling compression-codecs v0.4.37
28092026-08-14T22:03:10.634Z[ host-package] Compiling hostname v0.3.1
28102026-08-14T22:03:10.689Z[ host-package] Compiling slog-async v2.8.0
28112026-08-14T22:03:10.693Z[ host-package] Compiling crossbeam-channel v0.5.15
28122026-08-14T22:03:10.798Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28132026-08-14T22:03:10.801Z[ host-package] Compiling slog-json v2.6.1
28142026-08-14T22:03:11.041Z[ host-package] Compiling serde_spanned v1.1.1
28152026-08-14T22:03:11.049Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28162026-08-14T22:03:11.049Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28172026-08-14T22:03:11.049Z[ host-package] Compiling take_mut v0.2.2
28182026-08-14T22:03:11.049Z[ host-package] Compiling linked-hash-map v0.5.6
28192026-08-14T22:03:11.079Z[ host-package] Compiling term v1.2.1
28202026-08-14T22:03:11.146Z[ host-package] Compiling typify-impl v0.6.2
28212026-08-14T22:03:11.149Z[ host-package] Compiling float-ord v0.3.2
28222026-08-14T22:03:11.149Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28232026-08-14T22:03:11.274Z[ host-package] Compiling slog-bunyan v2.5.0
28242026-08-14T22:03:11.409Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28252026-08-14T22:03:11.442Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28262026-08-14T22:03:11.475Z[ host-package] Compiling slog-term v2.9.2
28272026-08-14T22:03:11.497Z[ host-package] Compiling lru-cache v0.1.2
28282026-08-14T22:03:11.530Z[ host-package] Compiling async-compression v0.4.41
28292026-08-14T22:03:11.714Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28302026-08-14T22:03:11.753Z[ host-package] Compiling dropshot v0.17.1
28312026-08-14T22:03:11.797Z[ host-package] Compiling async-stream v0.3.6
28322026-08-14T22:03:11.823Z[ helios-setup] Aug 14 22:03:10.788 INFO E| Finished `release` profile [optimized] target(s) in 11.53s
28332026-08-14T22:03:11.850Z[ helios-setup] Aug 14 22:03:10.815 INFO building project "dmar-report" ok (11 seconds)
28342026-08-14T22:03:11.850Z[ helios-setup] Aug 14 22:03:10.815 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
28352026-08-14T22:03:11.854Z[ host-package] Compiling sha1 v0.11.0
28362026-08-14T22:03:11.859Z[ helios-setup] Aug 14 22:03:10.824 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
28372026-08-14T22:03:11.859Z[ helios-setup] Aug 14 22:03:10.824 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28382026-08-14T22:03:11.863Z[ helios-setup] Aug 14 22:03:10.824 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28392026-08-14T22:03:11.900Z[ host-package] Compiling progenitor-client v0.14.0
28402026-08-14T22:03:11.949Z[ host-package] Compiling waitgroup v0.1.2
28412026-08-14T22:03:11.971Z[ helios-setup] Aug 14 22:03:10.936 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28422026-08-14T22:03:12.012Z[ host-package] Compiling rustls-pemfile v2.2.0
28432026-08-14T22:03:12.037Z[ host-package] Compiling backon v1.6.0
28442026-08-14T22:03:12.097Z[ host-package] Compiling serde_path_to_error v0.1.20
28452026-08-14T22:03:12.160Z[ host-package] Compiling hostname v0.4.2
28462026-08-14T22:03:12.181Z[ host-package] Compiling instant v0.1.13
28472026-08-14T22:03:12.239Z[ host-package] Compiling linear-map v1.2.0
28482026-08-14T22:03:12.242Z[ host-package] Compiling debug-ignore v1.0.5
28492026-08-14T22:03:12.281Z[ host-package] Compiling minimal-lexical v0.2.1
28502026-08-14T22:03:12.314Z[ helios-setup] Aug 14 22:03:11.279 INFO E| From https://github.com/jclulow/hiercmd
28512026-08-14T22:03:12.314Z[ helios-setup] Aug 14 22:03:11.279 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
28522026-08-14T22:03:12.328Z[ helios-setup] Aug 14 22:03:11.293 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
28532026-08-14T22:03:12.331Z[ host-package] Compiling backoff v0.4.0
28542026-08-14T22:03:12.355Z[ host-package] Compiling progenitor-extras v0.2.0
28552026-08-14T22:03:12.394Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28562026-08-14T22:03:12.476Z[ host-package] Compiling oxide-update-engine v0.1.2
28572026-08-14T22:03:12.498Z[ host-package] Compiling nom v7.1.3
28582026-08-14T22:03:12.583Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28592026-08-14T22:03:12.607Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28602026-08-14T22:03:12.654Z[ helios-setup] Aug 14 22:03:11.619 INFO E| From https://github.com/oxidecomputer/network-interface
28612026-08-14T22:03:12.654Z[ helios-setup] Aug 14 22:03:11.619 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
28622026-08-14T22:03:12.666Z[ helios-setup] Aug 14 22:03:11.630 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28632026-08-14T22:03:12.670Z[ host-package] Compiling parse-display v0.10.0
28642026-08-14T22:03:12.725Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28652026-08-14T22:03:12.762Z[ host-package] Compiling hickory-proto v0.24.4
28662026-08-14T22:03:13.001Z[ helios-setup] Aug 14 22:03:11.961 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28672026-08-14T22:03:13.001Z[ helios-setup] Aug 14 22:03:11.961 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28682026-08-14T22:03:13.014Z[ helios-setup] Aug 14 22:03:11.979 INFO E| Updating crates.io index
28692026-08-14T22:03:13.151Z[ host-package] Compiling regress v0.10.5
28702026-08-14T22:03:13.330Z[ helios-setup] Aug 14 22:03:12.295 INFO E| Downloading crates ...
28712026-08-14T22:03:13.377Z[ helios-setup] Aug 14 22:03:12.341 INFO E| Downloaded crc v3.3.0
28722026-08-14T22:03:13.382Z[ helios-setup] Aug 14 22:03:12.347 INFO E| Downloaded iana-time-zone v0.1.64
28732026-08-14T22:03:13.385Z[ helios-setup] Aug 14 22:03:12.350 INFO E| Downloaded unicode-ident v1.0.22
28742026-08-14T22:03:13.398Z[ helios-setup] Aug 14 22:03:12.363 INFO E| Downloaded futures-sink v0.3.31
28752026-08-14T22:03:13.402Z[ helios-setup] Aug 14 22:03:12.365 INFO E| Downloaded winnow v0.7.13
28762026-08-14T22:03:13.405Z[ helios-setup] Aug 14 22:03:12.370 INFO E| Downloaded num_enum v0.7.5
28772026-08-14T22:03:13.409Z[ helios-setup] Aug 14 22:03:12.373 INFO E| Downloaded anstyle v1.0.13
28782026-08-14T22:03:13.409Z[ helios-setup] Aug 14 22:03:12.374 INFO E| Downloaded env_logger v0.11.8
28792026-08-14T22:03:13.413Z[ helios-setup] Aug 14 22:03:12.376 INFO E| Downloaded futures-core v0.3.31
28802026-08-14T22:03:13.416Z[ host-package] Compiling itertools v0.14.0
28812026-08-14T22:03:13.419Z[ helios-setup] Aug 14 22:03:12.384 INFO E| Downloaded clap v4.5.51
28822026-08-14T22:03:13.425Z[ helios-setup] Aug 14 22:03:12.390 INFO E| Downloaded clap_lex v0.7.6
28832026-08-14T22:03:13.428Z[ helios-setup] Aug 14 22:03:12.390 INFO E| Downloaded futures-io v0.3.31
28842026-08-14T22:03:13.428Z[ helios-setup] Aug 14 22:03:12.391 INFO E| Downloaded devinfo v0.1.0
28852026-08-14T22:03:13.437Z[ helios-setup] Aug 14 22:03:12.402 INFO E| Downloaded iddqd v0.3.14
28862026-08-14T22:03:13.441Z[ helios-setup] Aug 14 22:03:12.406 INFO E| Downloaded generic-array v0.14.9
28872026-08-14T22:03:13.444Z[ helios-setup] Aug 14 22:03:12.407 INFO E| Downloaded env_filter v0.1.4
28882026-08-14T22:03:13.444Z[ helios-setup] Aug 14 22:03:12.408 INFO E| Downloaded futures-task v0.3.31
28892026-08-14T22:03:13.451Z[ helios-setup] Aug 14 22:03:12.416 INFO E| Downloaded time-core v0.1.6
28902026-08-14T22:03:13.467Z[ helios-setup] Aug 14 22:03:12.432 INFO E| Downloaded bitfield-macros v0.19.3
28912026-08-14T22:03:13.471Z[ helios-setup] Aug 14 22:03:12.434 INFO E| Downloaded pin-utils v0.1.0
28922026-08-14T22:03:13.474Z[ helios-setup] Aug 14 22:03:12.437 INFO E| Downloaded serde_spanned v1.0.3
28932026-08-14T22:03:13.474Z[ helios-setup] Aug 14 22:03:12.438 INFO E| Downloaded zeroize_derive v1.4.2
28942026-08-14T22:03:13.478Z[ helios-setup] Aug 14 22:03:12.441 INFO E| Downloaded futures-macro v0.3.31
28952026-08-14T22:03:13.481Z[ helios-setup] Aug 14 22:03:12.444 INFO E| Downloaded bitfield v0.19.3
28962026-08-14T22:03:13.481Z[ helios-setup] Aug 14 22:03:12.445 INFO E| Downloaded find-msvc-tools v0.1.4
28972026-08-14T22:03:13.481Z[ helios-setup] Aug 14 22:03:12.446 INFO E| Downloaded num_enum_derive v0.7.5
28982026-08-14T22:03:13.487Z[ helios-setup] Aug 14 22:03:12.452 INFO E| Downloaded tokio-macros v2.6.0
28992026-08-14T22:03:13.493Z[ helios-setup] Aug 14 22:03:12.458 INFO E| Downloaded libdevinfo-sys v1.1.0
29002026-08-14T22:03:13.502Z[ helios-setup] Aug 14 22:03:12.467 INFO E| Downloaded toml_writer v1.0.4
29012026-08-14T22:03:13.507Z[ helios-setup] Aug 14 22:03:12.472 INFO E| Downloaded futures-executor v0.3.31
29022026-08-14T22:03:13.511Z[ helios-setup] Aug 14 22:03:12.473 INFO E| Downloaded deranged v0.5.5
29032026-08-14T22:03:13.511Z[ helios-setup] Aug 14 22:03:12.474 INFO E| Downloaded futures-channel v0.3.31
29042026-08-14T22:03:13.511Z[ helios-setup] Aug 14 22:03:12.476 INFO E| Downloaded thiserror v2.0.17
29052026-08-14T22:03:13.514Z[ helios-setup] Aug 14 22:03:12.479 INFO E| Downloaded time-macros v0.2.24
29062026-08-14T22:03:13.517Z[ helios-setup] Aug 14 22:03:12.481 INFO E| Downloaded anstyle-query v1.1.4
29072026-08-14T22:03:13.517Z[ helios-setup] Aug 14 22:03:12.481 INFO E| Downloaded getopts v0.2.24
29082026-08-14T22:03:13.518Z[ helios-setup] Aug 14 22:03:12.482 INFO E| Downloaded slab v0.4.11
29092026-08-14T22:03:13.521Z[ helios-setup] Aug 14 22:03:12.483 INFO E| Downloaded toml_datetime v0.7.3
29102026-08-14T22:03:13.530Z[ helios-setup] Aug 14 22:03:12.495 INFO E| Downloaded signal-hook-registry v1.4.6
29112026-08-14T22:03:13.533Z[ helios-setup] Aug 14 22:03:12.496 INFO E| Downloaded base64ct v1.8.0
29122026-08-14T22:03:13.533Z[ helios-setup] Aug 14 22:03:12.498 INFO E| Downloaded quote v1.0.41
29132026-08-14T22:03:13.537Z[ helios-setup] Aug 14 22:03:12.500 INFO E| Downloaded getrandom v0.2.16
29142026-08-14T22:03:13.537Z[ helios-setup] Aug 14 22:03:12.501 INFO E| Downloaded pin-project-lite v0.2.16
29152026-08-14T22:03:13.540Z[ helios-setup] Aug 14 22:03:12.505 INFO E| Downloaded log v0.4.28
29162026-08-14T22:03:13.544Z[ helios-setup] Aug 14 22:03:12.506 INFO E| Downloaded simd-adler32 v0.3.7
29172026-08-14T22:03:13.544Z[ helios-setup] Aug 14 22:03:12.507 INFO E| Downloaded thiserror-impl v2.0.17
29182026-08-14T22:03:13.544Z[ helios-setup] Aug 14 22:03:12.508 INFO E| Downloaded zeroize v1.8.2
29192026-08-14T22:03:13.551Z[ helios-setup] Aug 14 22:03:12.517 INFO E| Downloaded toml_parser v1.0.4
29202026-08-14T22:03:13.555Z[ helios-setup] Aug 14 22:03:12.518 INFO E| Downloaded term v1.2.0
29212026-08-14T22:03:13.570Z[ helios-setup] Aug 14 22:03:12.535 INFO E| Downloaded clap_derive v4.5.49
29222026-08-14T22:03:13.573Z[ helios-setup] Aug 14 22:03:12.537 INFO E| Downloaded flate2 v1.1.5
29232026-08-14T22:03:13.610Z[ helios-setup] Aug 14 22:03:12.575 INFO E| Downloaded bitflags v2.10.0
29242026-08-14T22:03:13.614Z[ helios-setup] Aug 14 22:03:12.577 INFO E| Downloaded futures v0.3.31
29252026-08-14T22:03:13.618Z[ helios-setup] Aug 14 22:03:12.581 INFO E| Downloaded anyhow v1.0.100
29262026-08-14T22:03:13.618Z[ helios-setup] Aug 14 22:03:12.583 INFO E| Downloaded uuid v1.18.1
29272026-08-14T22:03:13.621Z[ helios-setup] Aug 14 22:03:12.585 INFO E| Downloaded socket2 v0.6.1
29282026-08-14T22:03:13.621Z[ helios-setup] Aug 14 22:03:12.586 INFO E| Downloaded toml v0.9.8
29292026-08-14T22:03:13.625Z[ helios-setup] Aug 14 22:03:12.589 INFO E| Downloaded proc-macro2 v1.0.103
29302026-08-14T22:03:13.628Z[ helios-setup] Aug 14 22:03:12.591 INFO E| Downloaded bytes v1.10.1
29312026-08-14T22:03:13.628Z[ helios-setup] Aug 14 22:03:12.593 INFO E| Downloaded cc v1.2.44
29322026-08-14T22:03:13.631Z[ helios-setup] Aug 14 22:03:12.595 INFO E| Downloaded toml_edit v0.23.7
29332026-08-14T22:03:13.636Z[ helios-setup] Aug 14 22:03:12.598 INFO E| Downloaded typenum v1.19.0
29342026-08-14T22:03:13.636Z[ helios-setup] Aug 14 22:03:12.600 INFO E| Downloaded mio v1.1.0
29352026-08-14T22:03:13.639Z[ helios-setup] Aug 14 22:03:12.603 INFO E| Downloaded rand v0.8.5
29362026-08-14T22:03:13.642Z[ helios-setup] Aug 14 22:03:12.605 INFO E| Downloaded rsa v0.9.8
29372026-08-14T22:03:13.645Z[ helios-setup] Aug 14 22:03:12.608 INFO E| Downloaded indexmap v2.12.0
29382026-08-14T22:03:13.649Z[ helios-setup] Aug 14 22:03:12.611 INFO E| Downloaded memchr v2.7.6
29392026-08-14T22:03:13.652Z[ helios-setup] Aug 14 22:03:12.614 INFO E| Downloaded zerocopy-derive v0.8.27
29402026-08-14T22:03:13.672Z[ helios-setup] Aug 14 22:03:12.637 INFO E| Downloaded num-bigint-dig v0.8.4
29412026-08-14T22:03:13.675Z[ helios-setup] Aug 14 22:03:12.640 INFO E| Downloaded time v0.3.44
29422026-08-14T22:03:13.679Z[ helios-setup] Aug 14 22:03:12.645 INFO E| Downloaded futures-util v0.3.31
29432026-08-14T22:03:13.692Z[ helios-setup] Aug 14 22:03:12.657 INFO E| Downloaded hashbrown v0.16.0
29442026-08-14T22:03:13.695Z[ helios-setup] Aug 14 22:03:12.660 INFO E| Downloaded serde_json v1.0.145
29452026-08-14T22:03:13.699Z[ helios-setup] Aug 14 22:03:12.664 INFO E| Downloaded clap_builder v4.5.51
29462026-08-14T22:03:13.709Z[ helios-setup] Aug 14 22:03:12.674 INFO E| Downloaded libm v0.2.15
29472026-08-14T22:03:13.745Z[ helios-setup] Aug 14 22:03:12.710 INFO E| Downloaded zerocopy v0.8.27
29482026-08-14T22:03:13.759Z[ helios-setup] Aug 14 22:03:12.724 INFO E| Downloaded chrono v0.4.42
29492026-08-14T22:03:13.763Z[ helios-setup] Aug 14 22:03:12.729 INFO E| Downloaded unicode-width v0.2.2
29502026-08-14T22:03:13.767Z[ helios-setup] Aug 14 22:03:12.732 INFO E| Downloaded syn v2.0.108
29512026-08-14T22:03:13.803Z[ helios-setup] Aug 14 22:03:12.768 INFO E| Downloaded rustix v1.1.2
29522026-08-14T22:03:13.810Z[ host-package] Compiling macaddr v1.0.1
29532026-08-14T22:03:13.847Z[ helios-setup] Aug 14 22:03:12.812 INFO E| Downloaded libc v0.2.177
29542026-08-14T22:03:13.856Z[ helios-setup] Aug 14 22:03:12.821 INFO E| Downloaded tokio v1.48.0
29552026-08-14T22:03:13.962Z[ helios-setup] Aug 14 22:03:12.926 INFO E| Compiling proc-macro2 v1.0.103
29562026-08-14T22:03:13.962Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling quote v1.0.41
29572026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling unicode-ident v1.0.22
29582026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling libc v0.2.177
29592026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling serde_core v1.0.228
29602026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling cfg-if v1.0.4
29612026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling serde v1.0.228
29622026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling version_check v0.9.5
29632026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling autocfg v1.5.0
29642026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling typenum v1.19.0
29652026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling const-oid v0.9.6
29662026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling libm v0.2.15
29672026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling zerocopy v0.8.27
29682026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling rustversion v1.0.22
29692026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling base64ct v1.8.0
29702026-08-14T22:03:13.963Z[ helios-setup] Aug 14 22:03:12.927 INFO E| Compiling zeroize v1.8.2
29712026-08-14T22:03:14.006Z[ host-package] Compiling unicode-xid v0.2.6
29722026-08-14T22:03:14.044Z[ host-package] Compiling humantime v2.3.0
29732026-08-14T22:03:14.118Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29742026-08-14T22:03:14.217Z[ helios-setup] Aug 14 22:03:13.182 INFO E| Compiling smallvec v1.15.1
29752026-08-14T22:03:14.347Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29762026-08-14T22:03:14.414Z[ helios-setup] Aug 14 22:03:13.379 INFO E| Compiling flagset v0.4.7
29772026-08-14T22:03:14.511Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29782026-08-14T22:03:14.589Z[ helios-setup] Aug 14 22:03:13.554 INFO E| Compiling pem-rfc7468 v0.7.0
29792026-08-14T22:03:14.629Z[ host-package] Compiling convert_case v0.10.0
29802026-08-14T22:03:14.710Z[ helios-setup] Aug 14 22:03:13.675 INFO E| Compiling memchr v2.7.6
29812026-08-14T22:03:14.731Z[ helios-setup] Aug 14 22:03:13.696 INFO E| Compiling equivalent v1.0.2
29822026-08-14T22:03:14.741Z[ helios-setup] Aug 14 22:03:13.706 INFO E| Compiling generic-array v0.14.9
29832026-08-14T22:03:14.762Z[ helios-setup] Aug 14 22:03:13.727 INFO E| Compiling num-traits v0.2.19
29842026-08-14T22:03:14.899Z[ helios-setup] Aug 14 22:03:13.864 INFO E| Compiling rustix v1.1.2
29852026-08-14T22:03:14.924Z[ helios-setup] Aug 14 22:03:13.888 INFO E| Compiling crc32fast v1.5.0
29862026-08-14T22:03:14.966Z[ host-package] Compiling owo-colors v4.3.0
29872026-08-14T22:03:15.050Z[ host-package] Compiling typify-macro v0.6.2
29882026-08-14T22:03:15.058Z[ helios-setup] Aug 14 22:03:14.023 INFO E| Compiling winnow v0.7.13
29892026-08-14T22:03:15.151Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29902026-08-14T22:03:15.198Z[ helios-setup] Aug 14 22:03:14.161 INFO E| Compiling byteorder v1.5.0
29912026-08-14T22:03:15.223Z[ helios-setup] Aug 14 22:03:14.188 INFO E| Compiling hashbrown v0.16.0
29922026-08-14T22:03:15.339Z[ host-package] Compiling derive_more-impl v2.1.1
29932026-08-14T22:03:15.343Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29942026-08-14T22:03:15.450Z[ helios-setup] Aug 14 22:03:14.410 INFO E| Compiling utf8parse v0.2.2
29952026-08-14T22:03:15.584Z[ helios-setup] Aug 14 22:03:14.549 INFO E| Compiling getrandom v0.2.16
29962026-08-14T22:03:15.594Z[ host-package] Compiling toml v0.8.23
29972026-08-14T22:03:15.656Z[ helios-setup] Aug 14 22:03:14.621 INFO E| Compiling anyhow v1.0.100
29982026-08-14T22:03:15.850Z[ helios-setup] Aug 14 22:03:14.814 INFO E| Compiling rand_core v0.6.4
29992026-08-14T22:03:15.891Z[ helios-setup] Aug 14 22:03:14.856 INFO E| Compiling anstyle-parse v0.2.7
30002026-08-14T22:03:15.897Z[ helios-setup] Aug 14 22:03:14.862 INFO E| Compiling errno v0.3.14
30012026-08-14T22:03:15.983Z[ helios-setup] Aug 14 22:03:14.948 INFO E| Compiling colorchoice v1.0.4
30022026-08-14T22:03:16.140Z[ helios-setup] Aug 14 22:03:15.105 INFO E| Compiling indexmap v2.12.0
30032026-08-14T22:03:16.147Z[ helios-setup] Aug 14 22:03:15.112 INFO E| Compiling radium v0.7.0
30042026-08-14T22:03:16.152Z[ helios-setup] Aug 14 22:03:15.112 INFO E| Compiling syn v1.0.109
30052026-08-14T22:03:16.152Z[ helios-setup] Aug 14 22:03:15.113 INFO E| Compiling toml_datetime v0.7.3
30062026-08-14T22:03:16.166Z[ helios-setup] Aug 14 22:03:15.131 INFO E| Compiling anstyle v1.0.13
30072026-08-14T22:03:16.184Z[ helios-setup] Aug 14 22:03:15.149 INFO E| Compiling find-msvc-tools v0.1.4
30082026-08-14T22:03:16.317Z[ helios-setup] Aug 14 22:03:15.282 INFO E| Compiling anstyle-query v1.1.4
30092026-08-14T22:03:16.345Z[ helios-setup] Aug 14 22:03:15.310 INFO E| Compiling is_terminal_polyfill v1.70.2
30102026-08-14T22:03:16.375Z[ host-package] Compiling hickory-resolver v0.24.4
30112026-08-14T22:03:16.468Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30122026-08-14T22:03:16.472Z[ helios-setup] Aug 14 22:03:15.434 INFO E| Compiling cpufeatures v0.2.17
30132026-08-14T22:03:16.555Z[ helios-setup] Aug 14 22:03:15.520 INFO E| Compiling syn v2.0.108
30142026-08-14T22:03:16.668Z[ host-package] Compiling papergrid v0.11.0
30152026-08-14T22:03:16.706Z[ helios-setup] Aug 14 22:03:15.671 INFO E| Compiling allocator-api2 v0.2.21
30162026-08-14T22:03:16.738Z[ helios-setup] Aug 14 22:03:15.702 INFO E| Compiling shlex v1.3.0
30172026-08-14T22:03:16.810Z[ helios-setup] Aug 14 22:03:15.774 INFO E| Compiling anstream v0.6.21
30182026-08-14T22:03:16.821Z[ helios-setup] Aug 14 22:03:15.785 INFO E| Compiling slog v2.8.2
30192026-08-14T22:03:16.860Z[ host-package] Compiling tabled_derive v0.7.0
30202026-08-14T22:03:16.911Z[ helios-setup] Aug 14 22:03:15.875 INFO E| Compiling maybe-uninit v2.0.0
30212026-08-14T22:03:17.033Z[ helios-setup] Aug 14 22:03:15.998 INFO E| Compiling crypto-common v0.1.6
30222026-08-14T22:03:17.062Z[ host-package] Compiling derive_more v2.1.1
30232026-08-14T22:03:17.109Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30242026-08-14T22:03:17.164Z[ helios-setup] Aug 14 22:03:16.129 INFO E| Compiling block-buffer v0.10.4
30252026-08-14T22:03:17.289Z[ helios-setup] Aug 14 22:03:16.253 INFO E| Compiling cc v1.2.44
30262026-08-14T22:03:17.293Z[ helios-setup] Aug 14 22:03:16.254 INFO E| Compiling pkg-config v0.3.32
30272026-08-14T22:03:17.338Z[ helios-setup] Aug 14 22:03:16.303 INFO E| Compiling digest v0.10.7
30282026-08-14T22:03:17.365Z[ host-package] Compiling termtree v0.5.1
30292026-08-14T22:03:17.399Z[ helios-setup] Aug 14 22:03:16.364 INFO E| Compiling unicode-width v0.2.2
30302026-08-14T22:03:17.498Z[ helios-setup] Aug 14 22:03:16.461 INFO E| Compiling futures-sink v0.3.31
30312026-08-14T22:03:17.698Z[ helios-setup] Aug 14 22:03:16.663 INFO E| Compiling toml_parser v1.0.4
30322026-08-14T22:03:17.718Z[ helios-setup] Aug 14 22:03:16.683 INFO E| Compiling sha2 v0.10.9
30332026-08-14T22:03:17.745Z[ helios-setup] Aug 14 22:03:16.709 INFO E| Compiling futures-core v0.3.31
30342026-08-14T22:03:17.867Z[ helios-setup] Aug 14 22:03:16.831 INFO E| Compiling pin-project-lite v0.2.16
30352026-08-14T22:03:17.981Z[ helios-setup] Aug 14 22:03:16.946 INFO E| Compiling tap v1.0.1
30362026-08-14T22:03:18.006Z[ helios-setup] Aug 14 22:03:16.965 INFO E| Compiling parking_lot_core v0.9.12
30372026-08-14T22:03:18.031Z[ helios-setup] Aug 14 22:03:16.995 INFO E| Compiling getopts v0.2.24
30382026-08-14T22:03:18.059Z[ helios-setup] Aug 14 22:03:17.024 INFO E| Compiling futures-channel v0.3.31
30392026-08-14T22:03:18.077Z[ helios-setup] Aug 14 22:03:17.040 INFO E| Compiling num-integer v0.1.46
30402026-08-14T22:03:18.131Z[ helios-setup] Aug 14 22:03:17.096 INFO E| Compiling wyz v0.5.1
30412026-08-14T22:03:18.136Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30422026-08-14T22:03:18.280Z[ helios-setup] Aug 14 22:03:17.245 INFO E| Compiling ahash v0.8.12
30432026-08-14T22:03:18.300Z[ host-package] Compiling typify v0.6.2
30442026-08-14T22:03:18.389Z[ helios-setup] Aug 14 22:03:17.348 INFO E| Compiling powerfmt v0.2.0
30452026-08-14T22:03:18.477Z[ helios-setup] Aug 14 22:03:17.442 INFO E| Compiling heck v0.5.0
30462026-08-14T22:03:18.565Z[ helios-setup] Aug 14 22:03:17.529 INFO E| Compiling time-core v0.1.6
30472026-08-14T22:03:18.617Z[ helios-setup] Aug 14 22:03:17.582 INFO E| Compiling toml_edit v0.23.7
30482026-08-14T22:03:18.754Z[ helios-setup] Aug 14 22:03:17.719 INFO E| Compiling pin-utils v0.1.0
30492026-08-14T22:03:18.776Z[ host-package] Compiling progenitor-impl v0.14.0
30502026-08-14T22:03:18.783Z[ helios-setup] Aug 14 22:03:17.747 INFO E| Compiling num-bigint-dig v0.8.4
30512026-08-14T22:03:18.817Z[ helios-setup] Aug 14 22:03:17.782 INFO E| Compiling scopeguard v1.2.0
30522026-08-14T22:03:18.862Z[ helios-setup] Aug 14 22:03:17.827 INFO E| Compiling spin v0.9.8
30532026-08-14T22:03:18.869Z[ helios-setup] Aug 14 22:03:17.833 INFO E| Compiling thiserror v1.0.69
30542026-08-14T22:03:18.903Z[ helios-setup] Aug 14 22:03:17.868 INFO E| Compiling num-conv v0.1.0
30552026-08-14T22:03:18.947Z[ helios-setup] Aug 14 22:03:17.906 INFO E| Compiling clap_lex v0.7.6
30562026-08-14T22:03:18.971Z[ host-package] Compiling crossterm v0.29.0
30572026-08-14T22:03:18.991Z[ helios-setup] Aug 14 22:03:17.956 INFO E| Compiling itoa v1.0.15
30582026-08-14T22:03:19.048Z[ helios-setup] Aug 14 22:03:18.013 INFO E| Compiling slab v0.4.11
30592026-08-14T22:03:19.087Z[ helios-setup] Aug 14 22:03:18.051 INFO E| Compiling funty v2.0.0
30602026-08-14T22:03:19.124Z[ helios-setup] Aug 14 22:03:18.088 INFO E| Compiling strsim v0.11.1
30612026-08-14T22:03:19.130Z[ helios-setup] Aug 14 22:03:18.095 INFO E| Compiling getrandom v0.3.4
30622026-08-14T22:03:19.200Z[ host-package] Compiling tabled v0.15.0
30632026-08-14T22:03:19.204Z[ helios-setup] Aug 14 22:03:18.168 INFO E| Compiling bytes v1.10.1
30642026-08-14T22:03:19.225Z[ helios-setup] Aug 14 22:03:18.190 INFO E| Compiling futures-io v0.3.31
30652026-08-14T22:03:19.284Z[ helios-setup] Aug 14 22:03:18.249 INFO E| Compiling futures-task v0.3.31
30662026-08-14T22:03:19.362Z[ helios-setup] Aug 14 22:03:18.327 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
30672026-08-14T22:03:19.545Z[ helios-setup] Aug 14 22:03:18.509 INFO E| Compiling bitflags v2.10.0
30682026-08-14T22:03:19.664Z[ host-package] Compiling qorb v0.4.1
30692026-08-14T22:03:19.701Z[ helios-setup] Aug 14 22:03:18.649 INFO E| Compiling proc-macro-crate v3.4.0
30702026-08-14T22:03:19.717Z[ helios-setup] Aug 14 22:03:18.682 INFO E| Compiling packed_struct v0.10.1
30712026-08-14T22:03:19.733Z[ helios-setup] Aug 14 22:03:18.698 INFO E| Compiling bitvec v1.0.1
30722026-08-14T22:03:20.136Z[ helios-setup] Aug 14 22:03:19.101 INFO E| Compiling time-macros v0.2.24
30732026-08-14T22:03:20.274Z[ helios-setup] Aug 14 22:03:19.238 INFO E| Compiling lazy_static v1.5.0
30742026-08-14T22:03:20.333Z[ helios-setup] Aug 14 22:03:19.297 INFO E| Compiling lock_api v0.4.14
30752026-08-14T22:03:20.388Z[ helios-setup] Aug 14 22:03:19.353 INFO E| Compiling deranged v0.5.5
30762026-08-14T22:03:20.430Z[ helios-setup] Aug 14 22:03:19.395 INFO E| Compiling num-iter v0.1.45
30772026-08-14T22:03:20.486Z[ helios-setup] Aug 14 22:03:19.451 INFO E| Compiling indexmap v1.9.3
30782026-08-14T22:03:20.549Z[ helios-setup] Aug 14 22:03:19.513 INFO E| Compiling iana-time-zone v0.1.64
30792026-08-14T22:03:20.581Z[ helios-setup] Aug 14 22:03:19.545 INFO E| Compiling once_cell v1.21.3
30802026-08-14T22:03:20.639Z[ helios-setup] Aug 14 22:03:19.604 INFO E| Compiling thiserror v2.0.17
30812026-08-14T22:03:20.649Z[ helios-setup] Aug 14 22:03:19.614 INFO E| Compiling crc-catalog v2.4.0
30822026-08-14T22:03:20.755Z[ helios-setup] Aug 14 22:03:19.720 INFO E| Compiling terminal_size v0.4.3
30832026-08-14T22:03:20.927Z[ helios-setup] Aug 14 22:03:19.891 INFO E| Compiling adler2 v2.0.1
30842026-08-14T22:03:21.130Z[ helios-setup] Aug 14 22:03:20.095 INFO E| Compiling clap_builder v4.5.51
30852026-08-14T22:03:21.138Z[ helios-setup] Aug 14 22:03:20.103 INFO E| Compiling simd-adler32 v0.3.7
30862026-08-14T22:03:21.162Z[ helios-setup] Aug 14 22:03:20.127 INFO E| Compiling nodrop v0.1.14
30872026-08-14T22:03:21.198Z[ helios-setup] Aug 14 22:03:20.163 INFO E| Compiling log v0.4.28
30882026-08-14T22:03:21.287Z[ helios-setup] Aug 14 22:03:20.252 INFO E| Compiling serde_json v1.0.145
30892026-08-14T22:03:21.308Z[ host-package] Compiling phf_shared v0.12.1
30902026-08-14T22:03:21.336Z[ helios-setup] Aug 14 22:03:20.301 INFO E| Compiling array-init v0.0.4
30912026-08-14T22:03:21.374Z[ helios-setup] Aug 14 22:03:20.339 INFO E| Compiling chrono v0.4.42
30922026-08-14T22:03:21.466Z[ helios-setup] Aug 14 22:03:20.431 INFO E| Compiling crc v3.3.0
30932026-08-14T22:03:21.519Z[ helios-setup] Aug 14 22:03:20.484 INFO E| Compiling miniz_oxide v0.8.9
30942026-08-14T22:03:21.719Z[ helios-setup] Aug 14 22:03:20.683 INFO E| Compiling env_filter v0.1.4
30952026-08-14T22:03:21.862Z[ helios-setup] Aug 14 22:03:20.827 INFO E| Compiling parking_lot v0.12.5
30962026-08-14T22:03:21.869Z[ helios-setup] Aug 14 22:03:20.834 INFO E| Compiling smallvec v0.6.14
30972026-08-14T22:03:22.010Z[ helios-setup] Aug 14 22:03:20.975 INFO E| Compiling serde_spanned v1.0.3
30982026-08-14T22:03:22.057Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30992026-08-14T22:03:22.232Z[ helios-setup] Aug 14 22:03:21.197 INFO E| Compiling signature v2.2.0
31002026-08-14T22:03:22.604Z[ helios-setup] Aug 14 22:03:21.569 INFO E| Compiling socket2 v0.6.1
31012026-08-14T22:03:22.815Z[ helios-setup] Aug 14 22:03:21.780 INFO E| Compiling is-terminal v0.4.17
31022026-08-14T22:03:22.868Z[ helios-setup] Aug 14 22:03:21.833 INFO E| Compiling mio v1.1.0
31032026-08-14T22:03:22.940Z[ helios-setup] Aug 14 22:03:21.904 INFO E| Compiling signal-hook-registry v1.4.6
31042026-08-14T22:03:23.057Z[ host-package] Compiling progenitor-macro v0.14.0
31052026-08-14T22:03:23.062Z[ helios-setup] Aug 14 22:03:22.022 INFO E| Compiling thread_local v1.1.9
31062026-08-14T22:03:23.118Z[ helios-setup] Aug 14 22:03:22.083 INFO E| Compiling time v0.3.44
31072026-08-14T22:03:23.279Z[ helios-setup] Aug 14 22:03:22.244 INFO E| Compiling subtle v2.6.1
31082026-08-14T22:03:23.292Z[ helios-setup] Aug 14 22:03:22.256 INFO E| Compiling libdevinfo-sys v1.1.0
31092026-08-14T22:03:23.470Z[ helios-setup] Aug 14 22:03:22.435 INFO E| Compiling packed_struct_codegen v0.10.1
31102026-08-14T22:03:23.551Z[ helios-setup] Aug 14 22:03:22.516 INFO E| Compiling hashbrown v0.12.3
31112026-08-14T22:03:23.675Z[ helios-setup] Aug 14 22:03:22.640 INFO E| Compiling serde_derive v1.0.228
31122026-08-14T22:03:23.773Z[ host-package] Compiling vte v0.14.1
31132026-08-14T22:03:23.821Z[ helios-setup] Aug 14 22:03:22.783 INFO E| Compiling zerocopy-derive v0.8.27
31142026-08-14T22:03:23.937Z[ helios-setup] Aug 14 22:03:22.902 INFO E| Compiling der_derive v0.7.3
31152026-08-14T22:03:24.065Z[ helios-setup] Aug 14 22:03:23.029 INFO E| Compiling futures-macro v0.3.31
31162026-08-14T22:03:24.088Z[ helios-setup] Aug 14 22:03:23.053 INFO E| Compiling clap_derive v4.5.49
31172026-08-14T22:03:24.160Z[ helios-setup] Aug 14 22:03:23.125 INFO E| Compiling zerocopy-derive v0.6.6
31182026-08-14T22:03:24.218Z[ host-package] Compiling csv-core v0.1.13
31192026-08-14T22:03:24.246Z[ helios-setup] Aug 14 22:03:23.211 INFO E| Compiling num_enum_derive v0.7.5
31202026-08-14T22:03:24.311Z[ helios-setup] Aug 14 22:03:23.276 INFO E| Compiling thiserror-impl v1.0.69
31212026-08-14T22:03:24.373Z[ host-package] Compiling chrono-tz v0.10.4
31222026-08-14T22:03:24.491Z[ helios-setup] Aug 14 22:03:23.456 INFO E| Compiling bitfield-macros v0.19.3
31232026-08-14T22:03:24.891Z[ host-package] Compiling highway v1.3.0
31242026-08-14T22:03:25.096Z[ helios-setup] Aug 14 22:03:24.061 INFO E| Compiling tokio-macros v2.6.0
31252026-08-14T22:03:25.225Z[ helios-setup] Aug 14 22:03:24.190 INFO E| Compiling thiserror-impl v2.0.17
31262026-08-14T22:03:25.237Z[ host-package] Compiling csv v1.4.0
31272026-08-14T22:03:25.811Z[ helios-setup] Aug 14 22:03:24.776 INFO E| Compiling zerocopy v0.6.6
31282026-08-14T22:03:25.983Z[ helios-setup] Aug 14 22:03:24.947 INFO E| Compiling der v0.7.10
31292026-08-14T22:03:25.998Z[ helios-setup] Aug 14 22:03:24.963 INFO E| Compiling bitfield v0.19.3
31302026-08-14T22:03:26.196Z[ helios-setup] Aug 14 22:03:25.160 INFO E| Compiling futures-util v0.3.31
31312026-08-14T22:03:26.460Z[ helios-setup] Aug 14 22:03:25.393 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31322026-08-14T22:03:26.460Z[ helios-setup] Aug 14 22:03:25.415 INFO E| Compiling winnow v0.5.40
31332026-08-14T22:03:26.563Z[ helios-setup] Aug 14 22:03:25.527 INFO E| Compiling num_enum v0.7.5
31342026-08-14T22:03:26.693Z[ helios-setup] Aug 14 22:03:25.658 INFO E| Compiling base64 v0.21.7
31352026-08-14T22:03:26.733Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31362026-08-14T22:03:26.791Z[ helios-setup] Aug 14 22:03:25.755 INFO E| Compiling ryu v1.0.20
31372026-08-14T22:03:26.811Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31382026-08-14T22:03:26.836Z[ helios-setup] Aug 14 22:03:25.801 INFO E| Compiling term v1.2.0
31392026-08-14T22:03:26.914Z[ host-package] Compiling phf v0.12.1
31402026-08-14T22:03:26.941Z[ helios-setup] Aug 14 22:03:25.905 INFO E| Compiling toml_writer v1.0.4
31412026-08-14T22:03:27.034Z[ host-package] Compiling const_format_proc_macros v0.2.34
31422026-08-14T22:03:27.086Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31432026-08-14T22:03:27.335Z[ helios-setup] Aug 14 22:03:26.300 INFO E| Compiling tokio v1.48.0
31442026-08-14T22:03:27.403Z[ helios-setup] Aug 14 22:03:26.367 INFO E| Compiling clap v4.5.51
31452026-08-14T22:03:27.437Z[ helios-setup] Aug 14 22:03:26.400 INFO E| Compiling toml v0.9.8
31462026-08-14T22:03:27.518Z[ helios-setup] Aug 14 22:03:26.481 INFO E| Compiling devinfo v0.1.0
31472026-08-14T22:03:27.567Z[ helios-setup] Aug 14 22:03:26.531 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31482026-08-14T22:03:27.575Z[ host-package] Compiling fd-lock v4.0.4
31492026-08-14T22:03:27.637Z[ host-package] Compiling peg-macros v0.8.5
31502026-08-14T22:03:27.697Z[ helios-setup] Aug 14 22:03:26.661 INFO E| Compiling bzip2 v0.4.4
31512026-08-14T22:03:28.096Z[ host-package] Compiling nu-ansi-term v0.50.3
31522026-08-14T22:03:28.155Z[ helios-setup] Aug 14 22:03:27.120 INFO E| Compiling spki v0.7.3
31532026-08-14T22:03:28.218Z[ helios-setup] Aug 14 22:03:27.182 INFO E| Compiling flate2 v1.1.5
31542026-08-14T22:03:28.513Z[ helios-setup] Aug 14 22:03:27.478 INFO E| Compiling pkcs8 v0.10.2
31552026-08-14T22:03:28.532Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31562026-08-14T22:03:28.543Z[ helios-setup] Aug 14 22:03:27.508 INFO E| Compiling x509-cert v0.2.5
31572026-08-14T22:03:28.640Z[ helios-setup] Aug 14 22:03:27.605 INFO E| Compiling env_logger v0.11.8
31582026-08-14T22:03:28.678Z[ helios-setup] Aug 14 22:03:27.643 INFO E| Compiling uuid v1.18.1
31592026-08-14T22:03:28.883Z[ helios-setup] Aug 14 22:03:27.847 INFO E| Compiling pkcs1 v0.7.5
31602026-08-14T22:03:29.435Z[ helios-setup] Aug 14 22:03:28.400 INFO E| Compiling bitflags v1.3.2
31612026-08-14T22:03:29.440Z[ host-package] Compiling reedline v0.40.0
31622026-08-14T22:03:29.523Z[ helios-setup] Aug 14 22:03:28.488 INFO E| Compiling crc-any v2.5.0
31632026-08-14T22:03:29.624Z[ host-package] Compiling const_format v0.2.35
31642026-08-14T22:03:29.867Z[ helios-setup] Aug 14 22:03:28.831 INFO E| Compiling hex v0.4.3
31652026-08-14T22:03:30.049Z[ helios-setup] Aug 14 22:03:29.014 INFO E| Compiling rustc-hash v2.1.1
31662026-08-14T22:03:30.130Z[ helios-setup] Aug 14 22:03:29.094 INFO E| Compiling foldhash v0.2.0
31672026-08-14T22:03:30.142Z[ helios-setup] Aug 14 22:03:29.106 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31682026-08-14T22:03:30.172Z[ helios-setup] Aug 14 22:03:29.137 INFO E| Compiling zip v0.6.6
31692026-08-14T22:03:30.190Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31702026-08-14T22:03:30.278Z[ helios-setup] Aug 14 22:03:29.242 INFO E| Compiling erased-serde v0.3.31
31712026-08-14T22:03:30.368Z[ helios-setup] Aug 14 22:03:29.332 INFO E| Compiling ppv-lite86 v0.2.21
31722026-08-14T22:03:30.555Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31732026-08-14T22:03:30.589Z[ helios-setup] Aug 14 22:03:29.553 INFO E| Compiling toml_datetime v0.6.11
31742026-08-14T22:03:30.943Z[ helios-setup] Aug 14 22:03:29.908 INFO E| Compiling rand_chacha v0.3.1
31752026-08-14T22:03:30.984Z[ helios-setup] Aug 14 22:03:29.949 INFO E| Compiling serde_spanned v0.6.9
31762026-08-14T22:03:31.170Z[ helios-setup] Aug 14 22:03:30.135 INFO E| Compiling toml_edit v0.19.15
31772026-08-14T22:03:31.224Z[ helios-setup] Aug 14 22:03:30.189 INFO E| Compiling hashbrown v0.13.2
31782026-08-14T22:03:31.381Z[ helios-setup] Aug 14 22:03:30.346 INFO E| Compiling rand v0.8.5
31792026-08-14T22:03:31.395Z[ helios-setup] Aug 14 22:03:30.360 INFO E| Compiling ron v0.8.1
31802026-08-14T22:03:31.545Z[ helios-setup] Aug 14 22:03:30.510 INFO E| Compiling futures-executor v0.3.31
31812026-08-14T22:03:31.579Z[ host-package] Compiling progenitor v0.14.0
31822026-08-14T22:03:31.747Z[ helios-setup] Aug 14 22:03:30.712 INFO E| Compiling futures v0.3.31
31832026-08-14T22:03:31.846Z[ helios-setup] Aug 14 22:03:30.811 INFO E| Compiling serde-hex v0.1.0
31842026-08-14T22:03:32.111Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31852026-08-14T22:03:32.310Z[ helios-setup] Aug 14 22:03:31.275 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31862026-08-14T22:03:32.329Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31872026-08-14T22:03:32.350Z[ helios-setup] Aug 14 22:03:31.315 INFO E| Compiling slog-term v2.9.2
31882026-08-14T22:03:32.578Z[ helios-setup] Aug 14 22:03:31.542 INFO E| Compiling object v0.30.4
31892026-08-14T22:03:32.715Z[ helios-setup] Aug 14 22:03:31.679 INFO E| Compiling iddqd v0.3.14
31902026-08-14T22:03:32.874Z[ host-package] Compiling peg v0.8.5
31912026-08-14T22:03:32.950Z[ helios-setup] Aug 14 22:03:31.915 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31922026-08-14T22:03:33.123Z[ helios-setup] Aug 14 22:03:32.088 INFO E| Compiling path-slash v0.1.5
31932026-08-14T22:03:33.130Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31942026-08-14T22:03:33.526Z[ helios-setup] Aug 14 22:03:32.491 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31952026-08-14T22:03:34.024Z[ helios-setup] Aug 14 22:03:32.988 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31962026-08-14T22:03:34.076Z[ host-package] Compiling bcs v0.1.6
31972026-08-14T22:03:34.359Z[ host-package] Compiling nom v8.0.0
31982026-08-14T22:03:34.781Z[ helios-setup] Aug 14 22:03:33.746 INFO E| Compiling rsa v0.9.8
31992026-08-14T22:03:35.081Z[ host-package] Compiling semver v0.1.20
32002026-08-14T22:03:35.180Z[ helios-setup] Aug 14 22:03:34.145 INFO E| Compiling toml v0.7.8
32012026-08-14T22:03:35.184Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32022026-08-14T22:03:35.886Z[ host-package] Compiling rustc_version v0.1.7
32032026-08-14T22:03:36.119Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32042026-08-14T22:03:36.147Z[ helios-setup] Aug 14 22:03:35.112 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32052026-08-14T22:03:36.211Z[ helios-setup] Aug 14 22:03:35.176 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32062026-08-14T22:03:36.518Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32072026-08-14T22:03:36.684Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32082026-08-14T22:03:36.774Z[ host-package] Compiling newtype_derive v0.1.6
32092026-08-14T22:03:36.928Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32102026-08-14T22:03:37.106Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32112026-08-14T22:03:37.536Z[ host-package] Compiling unicode-linebreak v0.1.5
32122026-08-14T22:03:37.750Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32132026-08-14T22:03:38.377Z[ host-package] Compiling smawk v0.3.2
32142026-08-14T22:03:38.920Z[ host-package] Compiling textwrap v0.16.2
32152026-08-14T22:03:39.035Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32162026-08-14T22:03:39.423Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32172026-08-14T22:03:39.654Z[ host-package] Compiling steno v0.4.1
32182026-08-14T22:03:40.990Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
32192026-08-14T22:03:41.387Z[ host-package] Compiling sha1 v0.10.6
32202026-08-14T22:03:41.716Z[ host-package] Compiling utf-8 v0.7.6
32212026-08-14T22:03:41.931Z[ host-package] Compiling tagptr v0.2.0
32222026-08-14T22:03:42.014Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32232026-08-14T22:03:42.210Z[ host-package] Compiling moka v0.12.13
32242026-08-14T22:03:42.322Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32252026-08-14T22:03:42.569Z[ host-package] Compiling tungstenite v0.21.0
32262026-08-14T22:03:42.588Z[ helios-setup] Aug 14 22:03:41.552 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32272026-08-14T22:03:42.742Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32282026-08-14T22:03:43.279Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32292026-08-14T22:03:43.764Z[ host-package] Compiling hickory-resolver v0.25.2
32302026-08-14T22:03:43.851Z[ helios-setup] Aug 14 22:03:42.816 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
32312026-08-14T22:03:44.148Z[ host-package] Compiling tokio-tungstenite v0.21.0
32322026-08-14T22:03:44.840Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32332026-08-14T22:03:45.409Z[ host-package] Compiling darling_core v0.21.3
32342026-08-14T22:03:46.846Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32352026-08-14T22:03:46.974Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32362026-08-14T22:03:47.050Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32372026-08-14T22:03:47.154Z[ host-package] Compiling display-error-chain v0.2.2
32382026-08-14T22:03:47.340Z[ host-package] Compiling libscf-sys v1.2.0
32392026-08-14T22:03:47.528Z[ host-package] Compiling vergen-lib v0.1.6
32402026-08-14T22:03:47.628Z[ host-package] Compiling diesel_derives v2.3.7
32412026-08-14T22:03:47.948Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32422026-08-14T22:03:47.998Z[ host-package] Compiling vergen-gitcl v1.0.8
32432026-08-14T22:03:48.113Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32442026-08-14T22:03:48.274Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32452026-08-14T22:03:48.351Z[ host-package] Compiling darling_macro v0.21.3
32462026-08-14T22:03:48.514Z[ helios-setup] Aug 14 22:03:47.478 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32472026-08-14T22:03:48.536Z[ host-package] Compiling dirs-sys-next v0.1.2
32482026-08-14T22:03:48.673Z[ host-package] Compiling crunchy v0.2.4
32492026-08-14T22:03:48.857Z[ host-package] Compiling maplit v1.0.2
32502026-08-14T22:03:48.957Z[ host-package] Compiling glob v0.3.3
32512026-08-14T22:03:49.028Z[ host-package] Compiling darling v0.21.3
32522026-08-14T22:03:49.051Z[ host-package] Compiling dirs-next v2.0.0
32532026-08-14T22:03:49.175Z[ host-package] Compiling dsl_auto_type v0.2.0
32542026-08-14T22:03:49.212Z[ host-package] Compiling r2d2 v0.8.10
32552026-08-14T22:03:49.373Z[ host-package] Compiling clang-sys v1.8.1
32562026-08-14T22:03:49.537Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32572026-08-14T22:03:49.714Z[ host-package] Compiling papergrid v0.18.0
32582026-08-14T22:03:49.836Z[ host-package] Compiling downcast-rs v2.0.2
32592026-08-14T22:03:50.029Z[ host-package] Compiling tiny-keccak v2.0.2
32602026-08-14T22:03:50.294Z[ host-package] Compiling term v0.7.0
32612026-08-14T22:03:50.537Z[ host-package] Compiling itertools v0.15.0
32622026-08-14T22:03:50.576Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32632026-08-14T22:03:50.607Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32642026-08-14T22:03:50.732Z[ host-package] Compiling bit-vec v0.6.3
32652026-08-14T22:03:50.780Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32662026-08-14T22:03:50.850Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32672026-08-14T22:03:50.963Z[ host-package] Compiling tabled v0.21.0
32682026-08-14T22:03:51.114Z[ host-package] Compiling bit-set v0.5.3
32692026-08-14T22:03:51.402Z[ host-package] Compiling ascii-canvas v3.0.0
32702026-08-14T22:03:51.739Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32712026-08-14T22:03:51.784Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32722026-08-14T22:03:51.856Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32732026-08-14T22:03:52.328Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32742026-08-14T22:03:52.363Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32752026-08-14T22:03:52.505Z[ host-package] Compiling itertools v0.10.5
32762026-08-14T22:03:52.768Z[ host-package] Compiling ena v0.14.4
32772026-08-14T22:03:52.824Z[ host-package] Compiling libloading v0.8.9
32782026-08-14T22:03:52.987Z[ host-package] Compiling regex-syntax v0.6.29
32792026-08-14T22:03:53.126Z[ host-package] Compiling unicase v2.9.0
32802026-08-14T22:03:53.159Z[ host-package] Compiling bindgen v0.71.1
32812026-08-14T22:03:53.632Z[ host-package] Compiling xshell-macros v0.2.7
32822026-08-14T22:03:53.674Z[ host-package] Compiling diff v0.1.13
32832026-08-14T22:03:54.166Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32842026-08-14T22:03:54.207Z[ host-package] Compiling xshell v0.2.7
32852026-08-14T22:03:55.710Z[ host-package] Compiling lalrpop v0.19.12
32862026-08-14T22:03:55.773Z[ host-package] Compiling diesel v2.3.7
32872026-08-14T22:03:56.238Z[ host-package] Compiling cexpr v0.6.0
32882026-08-14T22:03:56.265Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32892026-08-14T22:03:56.367Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32902026-08-14T22:03:56.898Z[ host-package] Compiling crc8 v0.1.1
32912026-08-14T22:03:57.083Z[ host-package] Compiling rustc-hash v2.1.1
32922026-08-14T22:03:57.205Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32932026-08-14T22:03:57.670Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32942026-08-14T22:03:57.770Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32952026-08-14T22:03:57.855Z[ host-package] Compiling headers-core v0.3.0
32962026-08-14T22:03:57.993Z[ host-package] Compiling libxml v0.3.3
32972026-08-14T22:03:58.066Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32982026-08-14T22:03:58.173Z[ host-package] Compiling headers v0.4.1
32992026-08-14T22:03:58.428Z[ host-package] Compiling strum_macros v0.24.3
33002026-08-14T22:03:58.508Z[ host-package] Compiling indoc v1.0.9
33012026-08-14T22:03:58.723Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33022026-08-14T22:03:59.005Z[ host-package] Compiling derive_builder v0.20.2
33032026-08-14T22:03:59.117Z[ host-package] Compiling quick-xml v0.37.5
33042026-08-14T22:03:59.213Z[ host-package] Compiling oso-derive v0.27.3
33052026-08-14T22:03:59.254Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33062026-08-14T22:03:59.349Z[ host-package] Compiling openssl-probe v0.1.6
33072026-08-14T22:03:59.851Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33082026-08-14T22:03:59.872Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33092026-08-14T22:03:59.892Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33102026-08-14T22:03:59.896Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33112026-08-14T22:04:00.100Z[ helios-setup] Aug 14 22:03:59.065 INFO E| Finished `release` profile [optimized] target(s) in 48.22s
33122026-08-14T22:04:00.104Z[ helios-setup] Aug 14 22:03:59.067 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33132026-08-14T22:04:00.105Z[ helios-setup] Aug 14 22:03:59.067 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33142026-08-14T22:04:00.159Z[ helios-setup] Aug 14 22:03:59.123 INFO building project "pilot" ok (48 seconds)
33152026-08-14T22:04:00.159Z[ helios-setup] Aug 14 22:03:59.123 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33162026-08-14T22:04:00.163Z[ host-package] Compiling bb8 v0.8.6
33172026-08-14T22:04:00.167Z[ helios-setup] Aug 14 22:03:59.132 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
33182026-08-14T22:04:00.168Z[ helios-setup] Aug 14 22:03:59.132 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33192026-08-14T22:04:00.174Z[ helios-setup] Aug 14 22:03:59.132 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33202026-08-14T22:04:00.280Z[ helios-setup] Aug 14 22:03:59.244 INFO E| Downloading crates ...
33212026-08-14T22:04:00.332Z[ helios-setup] Aug 14 22:03:59.297 INFO E| Downloaded bytes v1.2.1
33222026-08-14T22:04:00.336Z[ helios-setup] Aug 14 22:03:59.300 INFO E| Downloaded block-buffer v0.10.3
33232026-08-14T22:04:00.336Z[ helios-setup] Aug 14 22:03:59.300 INFO E| Downloaded generic-array v0.14.6
33242026-08-14T22:04:00.341Z[ helios-setup] Aug 14 22:03:59.306 INFO E| Downloaded anyhow v1.0.62
33252026-08-14T22:04:00.347Z[ helios-setup] Aug 14 22:03:59.312 INFO E| Downloaded cpufeatures v0.2.5
33262026-08-14T22:04:00.350Z[ helios-setup] Aug 14 22:03:59.313 INFO E| Downloaded unicode-width v0.1.10
33272026-08-14T22:04:00.350Z[ helios-setup] Aug 14 22:03:59.314 INFO E| Downloaded flate2 v1.0.25
33282026-08-14T22:04:00.353Z[ helios-setup] Aug 14 22:03:59.317 INFO E| Downloaded sha2 v0.10.5
33292026-08-14T22:04:00.353Z[ helios-setup] Aug 14 22:03:59.318 INFO E| Downloaded digest v0.10.3
33302026-08-14T22:04:00.357Z[ helios-setup] Aug 14 22:03:59.319 INFO E| Downloaded miniz_oxide v0.6.2
33312026-08-14T22:04:00.357Z[ helios-setup] Aug 14 22:03:59.320 INFO E| Downloaded typenum v1.15.0
33322026-08-14T22:04:00.401Z[ helios-setup] Aug 14 22:03:59.366 INFO E| Compiling version_check v0.9.4
33332026-08-14T22:04:00.401Z[ helios-setup] Aug 14 22:03:59.366 INFO E| Compiling typenum v1.15.0
33342026-08-14T22:04:00.404Z[ helios-setup] Aug 14 22:03:59.366 INFO E| Compiling cfg-if v1.0.0
33352026-08-14T22:04:00.405Z[ helios-setup] Aug 14 22:03:59.366 INFO E| Compiling crc32fast v1.3.2
33362026-08-14T22:04:00.405Z[ helios-setup] Aug 14 22:03:59.366 INFO E| Compiling adler v1.0.2
33372026-08-14T22:04:00.405Z[ helios-setup] Aug 14 22:03:59.366 INFO E| Compiling anyhow v1.0.62
33382026-08-14T22:04:00.405Z[ helios-setup] Aug 14 22:03:59.366 INFO E| Compiling unicode-width v0.1.10
33392026-08-14T22:04:00.405Z[ helios-setup] Aug 14 22:03:59.366 INFO E| Compiling cpufeatures v0.2.5
33402026-08-14T22:04:00.405Z[ helios-setup] Aug 14 22:03:59.366 INFO E| Compiling bytes v1.2.1
33412026-08-14T22:04:00.408Z[ helios-setup] Aug 14 22:03:59.372 INFO E| Compiling bitflags v1.3.2
33422026-08-14T22:04:00.610Z[ helios-setup] Aug 14 22:03:59.575 INFO E| Compiling getopts v0.2.21
33432026-08-14T22:04:00.644Z[ host-package] Compiling trait-variant v0.1.2
33442026-08-14T22:04:00.653Z[ helios-setup] Aug 14 22:03:59.618 INFO E| Compiling miniz_oxide v0.6.2
33452026-08-14T22:04:00.707Z[ host-package] Compiling half v1.8.3
33462026-08-14T22:04:00.751Z[ helios-setup] Aug 14 22:03:59.715 INFO E| Compiling generic-array v0.14.6
33472026-08-14T22:04:00.805Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-08-14T22:04:00.953Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33492026-08-14T22:04:00.978Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33502026-08-14T22:04:01.285Z[ helios-setup] Aug 14 22:04:00.250 INFO E| Compiling flate2 v1.0.25
33512026-08-14T22:04:01.380Z[ host-package] Compiling serde_cbor v0.11.2
33522026-08-14T22:04:01.535Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33532026-08-14T22:04:01.617Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33542026-08-14T22:04:02.384Z[ host-package] Compiling progenitor-impl v0.13.0
33552026-08-14T22:04:02.420Z[ helios-setup] Aug 14 22:04:01.385 INFO E| Compiling crypto-common v0.1.6
33562026-08-14T22:04:02.420Z[ helios-setup] Aug 14 22:04:01.385 INFO E| Compiling block-buffer v0.10.3
33572026-08-14T22:04:02.485Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33582026-08-14T22:04:02.522Z[ host-package] Compiling nonempty v0.12.0
33592026-08-14T22:04:02.526Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33602026-08-14T22:04:02.535Z[ helios-setup] Aug 14 22:04:01.499 INFO E| Compiling digest v0.10.3
33612026-08-14T22:04:02.712Z[ helios-setup] Aug 14 22:04:01.677 INFO E| Compiling sha2 v0.10.5
33622026-08-14T22:04:02.736Z[ host-package] Compiling samael v0.0.19
33632026-08-14T22:04:02.948Z[ host-package] Compiling progenitor-client v0.13.0
33642026-08-14T22:04:02.969Z[ helios-setup] Aug 14 22:04:01.933 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33652026-08-14T22:04:03.722Z[ host-package] Compiling fxhash v0.2.1
33662026-08-14T22:04:03.794Z[ host-package] Compiling libz-sys v1.1.24
33672026-08-14T22:04:03.901Z[ host-package] Compiling salty v0.3.0
33682026-08-14T22:04:04.218Z[ host-package] Compiling polar-core v0.27.3
33692026-08-14T22:04:04.320Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33702026-08-14T22:04:04.455Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33712026-08-14T22:04:04.492Z[ host-package] Compiling kstat-rs v0.2.5
33722026-08-14T22:04:04.751Z[ host-package] Compiling progenitor-macro v0.13.0
33732026-08-14T22:04:05.412Z[ host-package] Compiling mime_guess v2.0.5
33742026-08-14T22:04:05.544Z[ helios-setup] Aug 14 22:04:04.508 INFO E| Finished `release` profile [optimized] target(s) in 5.36s
33752026-08-14T22:04:05.557Z[ helios-setup] Aug 14 22:04:04.522 INFO building project "bootserver" ok (5 seconds)
33762026-08-14T22:04:05.557Z[ helios-setup] Aug 14 22:04:04.522 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
33772026-08-14T22:04:05.969Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33782026-08-14T22:04:06.118Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33792026-08-14T22:04:06.723Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33802026-08-14T22:04:07.667Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33812026-08-14T22:04:07.805Z[ host-package] Compiling rfc6979 v0.4.0
33822026-08-14T22:04:08.005Z[ host-package] Compiling nanorand v0.7.0
33832026-08-14T22:04:08.052Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33842026-08-14T22:04:08.402Z[ host-package] Compiling parking_lot_core v0.8.6
33852026-08-14T22:04:08.538Z[ host-package] Compiling flume v0.11.1
33862026-08-14T22:04:08.860Z[ host-package] Compiling ecdsa v0.16.9
33872026-08-14T22:04:09.021Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33882026-08-14T22:04:09.208Z[ host-package] Compiling progenitor v0.13.0
33892026-08-14T22:04:09.578Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33902026-08-14T22:04:09.611Z[ host-package] Compiling primeorder v0.13.6
33912026-08-14T22:04:09.774Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33922026-08-14T22:04:09.996Z[ host-package] Compiling git-stub v1.0.0
33932026-08-14T22:04:10.347Z[ host-package] Compiling http-range v0.1.5
33942026-08-14T22:04:10.769Z[ host-package] Compiling strsim v0.10.0
33952026-08-14T22:04:10.857Z[ host-package] Compiling instability v0.3.11
33962026-08-14T22:04:11.125Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33972026-08-14T22:04:11.187Z[ host-package] Compiling darling_core v0.13.4
33982026-08-14T22:04:11.437Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33992026-08-14T22:04:11.523Z[ host-package] Compiling git-stub-vcs v0.1.0
34002026-08-14T22:04:12.124Z[ host-package] Compiling p384 v0.13.1
34012026-08-14T22:04:13.239Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34022026-08-14T22:04:13.622Z[ host-package] Compiling ignore v0.4.25
34032026-08-14T22:04:13.849Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34042026-08-14T22:04:14.563Z[ host-package] Compiling oso v0.27.3
34052026-08-14T22:04:15.519Z[ host-package] Compiling castaway v0.2.4
34062026-08-14T22:04:15.766Z[ host-package] Compiling vergen-git2 v9.1.0
34072026-08-14T22:04:17.104Z[ host-package] Compiling async-bb8-diesel v0.2.1
34082026-08-14T22:04:17.128Z[ host-package] Compiling diesel-dtrace v0.5.0
34092026-08-14T22:04:17.501Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34102026-08-14T22:04:17.840Z[ host-package] Compiling indoc v2.0.7
34112026-08-14T22:04:18.091Z[ host-package] Compiling compact_str v0.8.1
34122026-08-14T22:04:19.139Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34132026-08-14T22:04:19.231Z[ host-package] Compiling globwalk v0.9.1
34142026-08-14T22:04:19.449Z[ host-package] Compiling parking_lot v0.11.2
34152026-08-14T22:04:19.815Z[ host-package] Compiling hyper-staticfile v0.10.1
34162026-08-14T22:04:19.962Z[ host-package] Compiling darling_macro v0.13.4
34172026-08-14T22:04:20.116Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34182026-08-14T22:04:20.409Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34192026-08-14T22:04:20.636Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34202026-08-14T22:04:20.758Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34212026-08-14T22:04:20.862Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34222026-08-14T22:04:21.068Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34232026-08-14T22:04:21.244Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34242026-08-14T22:04:21.372Z[ host-package] Compiling predicates-tree v1.0.13
34252026-08-14T22:04:21.754Z[ host-package] Compiling unicode-truncate v1.1.0
34262026-08-14T22:04:21.820Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34272026-08-14T22:04:22.026Z[ host-package] Compiling lru v0.12.5
34282026-08-14T22:04:22.055Z[ host-package] Compiling prefix-trie v0.7.0
34292026-08-14T22:04:22.088Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34302026-08-14T22:04:22.390Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34312026-08-14T22:04:22.503Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34322026-08-14T22:04:22.599Z[ host-package] Compiling rand_seeder v0.4.0
34332026-08-14T22:04:22.913Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34342026-08-14T22:04:23.074Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34352026-08-14T22:04:23.385Z[ host-package] Compiling corncobs v0.1.4
34362026-08-14T22:04:23.450Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34372026-08-14T22:04:23.603Z[ host-package] Compiling cassowary v0.3.0
34382026-08-14T22:04:23.646Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34392026-08-14T22:04:23.811Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34402026-08-14T22:04:23.942Z[ host-package] Compiling hickory-server v0.25.2
34412026-08-14T22:04:24.033Z[ host-package] Compiling ratatui v0.29.0
34422026-08-14T22:04:24.424Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-08-14T22:04:24.647Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34442026-08-14T22:04:25.290Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34452026-08-14T22:04:25.314Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34462026-08-14T22:04:25.807Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34472026-08-14T22:04:26.325Z[ helios-setup] Aug 14 22:04:25.290 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')"
34482026-08-14T22:04:26.325Z[ helios-setup] Aug 14 22:04:25.290 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
34492026-08-14T22:04:26.360Z[ helios-setup] Aug 14 22:04:25.324 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')"
34502026-08-14T22:04:26.360Z[ helios-setup] Aug 14 22:04:25.324 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
34512026-08-14T22:04:26.363Z[ helios-setup] Aug 14 22:04:25.324 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
34522026-08-14T22:04:26.549Z[ helios-setup] Aug 14 22:04:25.514 INFO E| Updating crates.io index
34532026-08-14T22:04:26.553Z[ helios-setup] Aug 14 22:04:25.515 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34542026-08-14T22:04:26.628Z[ host-package] Compiling darling v0.13.4
34552026-08-14T22:04:27.030Z[ host-package] Compiling sled v0.34.7
34562026-08-14T22:04:27.075Z[ helios-setup] Aug 14 22:04:26.039 INFO E| From https://github.com/oxidecomputer/amd-apcb
34572026-08-14T22:04:27.075Z[ helios-setup] Aug 14 22:04:26.039 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34582026-08-14T22:04:27.105Z[ helios-setup] Aug 14 22:04:26.070 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34592026-08-14T22:04:27.474Z[ helios-setup] Aug 14 22:04:26.438 INFO E| From https://github.com/oxidecomputer/amd-efs
34602026-08-14T22:04:27.474Z[ helios-setup] Aug 14 22:04:26.438 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34612026-08-14T22:04:27.717Z[ helios-setup] Aug 14 22:04:26.681 INFO E| Downloading crates ...
34622026-08-14T22:04:27.758Z[ helios-setup] Aug 14 22:04:26.722 INFO E| Downloaded heck v0.3.3
34632026-08-14T22:04:27.773Z[ helios-setup] Aug 14 22:04:26.738 INFO E| Downloaded modular-bitfield v0.13.1
34642026-08-14T22:04:27.778Z[ helios-setup] Aug 14 22:04:26.743 INFO E| Downloaded structopt v0.3.26
34652026-08-14T22:04:27.782Z[ helios-setup] Aug 14 22:04:26.747 INFO E| Downloaded strsim v0.8.0
34662026-08-14T22:04:27.786Z[ helios-setup] Aug 14 22:04:26.748 INFO E| Downloaded four-cc v0.4.0
34672026-08-14T22:04:27.786Z[ helios-setup] Aug 14 22:04:26.749 INFO E| Downloaded strum v0.27.1
34682026-08-14T22:04:27.786Z[ helios-setup] Aug 14 22:04:26.749 INFO E| Downloaded ansi_term v0.12.1
34692026-08-14T22:04:27.786Z[ helios-setup] Aug 14 22:04:26.750 INFO E| Downloaded parse_int v0.9.0
34702026-08-14T22:04:27.786Z[ helios-setup] Aug 14 22:04:26.751 INFO E| Downloaded unic-ucd-version v0.9.0
34712026-08-14T22:04:27.790Z[ helios-setup] Aug 14 22:04:26.751 INFO E| Downloaded unic-char-range v0.9.0
34722026-08-14T22:04:27.790Z[ helios-setup] Aug 14 22:04:26.752 INFO E| Downloaded vec_map v0.8.2
34732026-08-14T22:04:27.790Z[ helios-setup] Aug 14 22:04:26.753 INFO E| Downloaded dyn-clone v1.0.19
34742026-08-14T22:04:27.790Z[ helios-setup] Aug 14 22:04:26.753 INFO E| Downloaded unic-char-property v0.9.0
34752026-08-14T22:04:27.790Z[ helios-setup] Aug 14 22:04:26.754 INFO E| Downloaded fletcher v1.0.0
34762026-08-14T22:04:27.817Z[ helios-setup] Aug 14 22:04:26.781 INFO E| Downloaded unic-common v0.9.0
34772026-08-14T22:04:27.821Z[ helios-setup] Aug 14 22:04:26.782 INFO E| Downloaded rustversion v1.0.20
34782026-08-14T22:04:27.821Z[ helios-setup] Aug 14 22:04:26.784 INFO E| Downloaded bytesize v2.0.1
34792026-08-14T22:04:27.821Z[ helios-setup] Aug 14 22:04:26.785 INFO E| Downloaded unic-ucd-ident v0.9.0
34802026-08-14T22:04:27.824Z[ helios-setup] Aug 14 22:04:26.786 INFO E| Downloaded strum_macros v0.27.1
34812026-08-14T22:04:27.824Z[ helios-setup] Aug 14 22:04:26.787 INFO E| Downloaded pest_generator v2.8.0
34822026-08-14T22:04:27.824Z[ helios-setup] Aug 14 22:04:26.788 INFO E| Downloaded modular-bitfield-impl v0.11.2
34832026-08-14T22:04:27.824Z[ helios-setup] Aug 14 22:04:26.789 INFO E| Downloaded structopt-derive v0.4.18
34842026-08-14T22:04:27.828Z[ helios-setup] Aug 14 22:04:26.789 INFO E| Downloaded log v0.4.27
34852026-08-14T22:04:27.828Z[ helios-setup] Aug 14 22:04:26.790 INFO E| Downloaded modular-bitfield-impl v0.13.1
34862026-08-14T22:04:27.828Z[ helios-setup] Aug 14 22:04:26.791 INFO E| Downloaded textwrap v0.11.0
34872026-08-14T22:04:27.828Z[ helios-setup] Aug 14 22:04:26.792 INFO E| Downloaded pest_derive v2.8.0
34882026-08-14T22:04:27.831Z[ helios-setup] Aug 14 22:04:26.794 INFO E| Downloaded pest_meta v2.8.0
34892026-08-14T22:04:27.831Z[ helios-setup] Aug 14 22:04:26.795 INFO E| Downloaded modular-bitfield v0.11.2
34902026-08-14T22:04:27.836Z[ helios-setup] Aug 14 22:04:26.801 INFO E| Downloaded typenum v1.18.0
34912026-08-14T22:04:27.840Z[ helios-setup] Aug 14 22:04:26.803 INFO E| Downloaded zerocopy-derive v0.8.25
34922026-08-14T22:04:27.851Z[ helios-setup] Aug 14 22:04:26.815 INFO E| Downloaded pest v2.8.0
34932026-08-14T22:04:27.887Z[ helios-setup] Aug 14 22:04:26.852 INFO E| Downloaded goblin v0.9.3
34942026-08-14T22:04:27.891Z[ helios-setup] Aug 14 22:04:26.856 INFO E| Downloaded clap v2.34.0
34952026-08-14T22:04:27.895Z[ helios-setup] Aug 14 22:04:26.860 INFO E| Downloaded zerocopy v0.8.25
34962026-08-14T22:04:28.042Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling proc-macro2 v1.0.95
34972026-08-14T22:04:28.042Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling unicode-ident v1.0.18
34982026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling memchr v2.7.4
34992026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling autocfg v1.4.0
35002026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling thiserror v2.0.12
35012026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling syn v1.0.109
35022026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling serde v1.0.219
35032026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling version_check v0.9.5
35042026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling serde_json v1.0.140
35052026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling schemars v0.8.22
35062026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling itoa v1.0.15
35072026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling ryu v1.0.20
35082026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling static_assertions v1.1.0
35092026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling dyn-clone v1.0.19
35102026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling libc v0.2.172
35112026-08-14T22:04:28.046Z[ helios-setup] Aug 14 22:04:27.007 INFO E| Compiling ucd-trie v0.1.7
35122026-08-14T22:04:28.245Z[ helios-setup] Aug 14 22:04:27.210 INFO E| Compiling rustversion v1.0.20
35132026-08-14T22:04:28.335Z[ helios-setup] Aug 14 22:04:27.300 INFO E| Compiling zerocopy v0.8.25
35142026-08-14T22:04:28.376Z[ helios-setup] Aug 14 22:04:27.341 INFO E| Compiling paste v1.0.15
35152026-08-14T22:04:28.442Z[ helios-setup] Aug 14 22:04:27.406 INFO E| Compiling once_cell v1.21.3
35162026-08-14T22:04:28.491Z[ helios-setup] Aug 14 22:04:27.455 INFO E| Compiling heck v0.5.0
35172026-08-14T22:04:28.577Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35182026-08-14T22:04:28.726Z[ helios-setup] Aug 14 22:04:27.690 INFO E| Compiling unicode-segmentation v1.12.0
35192026-08-14T22:04:28.894Z[ helios-setup] Aug 14 22:04:27.859 INFO E| Compiling unicode-width v0.1.14
35202026-08-14T22:04:28.947Z[ helios-setup] Aug 14 22:04:27.911 INFO E| Compiling ansi_term v0.12.1
35212026-08-14T22:04:29.028Z[ helios-setup] Aug 14 22:04:27.993 INFO E| Compiling unic-common v0.9.0
35222026-08-14T22:04:29.038Z[ helios-setup] Aug 14 22:04:28.003 INFO E| Compiling fletcher v1.0.0
35232026-08-14T22:04:29.065Z[ helios-setup] Aug 14 22:04:28.030 INFO E| Compiling proc-macro-error-attr v1.0.4
35242026-08-14T22:04:29.099Z[ helios-setup] Aug 14 22:04:28.064 INFO E| Compiling proc-macro-error v1.0.4
35252026-08-14T22:04:29.116Z[ helios-setup] Aug 14 22:04:28.081 INFO E| Compiling strsim v0.8.0
35262026-08-14T22:04:29.208Z[ helios-setup] Aug 14 22:04:28.173 INFO E| Compiling num-traits v0.2.19
35272026-08-14T22:04:29.212Z[ helios-setup] Aug 14 22:04:28.174 INFO E| Compiling memoffset v0.9.1
35282026-08-14T22:04:29.294Z[ helios-setup] Aug 14 22:04:28.259 INFO E| Compiling byteorder v1.5.0
35292026-08-14T22:04:29.336Z[ helios-setup] Aug 14 22:04:28.300 INFO E| Compiling unic-char-range v0.9.0
35302026-08-14T22:04:29.395Z[ helios-setup] Aug 14 22:04:28.360 INFO E| Compiling textwrap v0.11.0
35312026-08-14T22:04:29.526Z[ helios-setup] Aug 14 22:04:28.490 INFO E| Compiling atty v0.2.14
35322026-08-14T22:04:29.531Z[ helios-setup] Aug 14 22:04:28.496 INFO E| Compiling strum v0.27.1
35332026-08-14T22:04:29.531Z[ helios-setup] Aug 14 22:04:28.496 INFO E| Compiling vec_map v0.8.2
35342026-08-14T22:04:29.565Z[ helios-setup] Aug 14 22:04:28.530 INFO E| Compiling bitflags v1.3.2
35352026-08-14T22:04:29.596Z[ helios-setup] Aug 14 22:04:28.560 INFO E| Compiling heck v0.3.3
35362026-08-14T22:04:29.647Z[ helios-setup] Aug 14 22:04:28.612 INFO E| Compiling unic-char-property v0.9.0
35372026-08-14T22:04:29.656Z[ helios-setup] Aug 14 22:04:28.620 INFO E| Compiling unic-ucd-version v0.9.0
35382026-08-14T22:04:29.675Z[ helios-setup] Aug 14 22:04:28.640 INFO E| Compiling lazy_static v1.5.0
35392026-08-14T22:04:29.755Z[ helios-setup] Aug 14 22:04:28.720 INFO E| Compiling plain v0.2.3
35402026-08-14T22:04:29.764Z[ helios-setup] Aug 14 22:04:28.729 INFO E| Compiling log v0.4.27
35412026-08-14T22:04:29.768Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35422026-08-14T22:04:29.805Z[ helios-setup] Aug 14 22:04:28.762 INFO E| Compiling unic-ucd-ident v0.9.0
35432026-08-14T22:04:29.856Z[ helios-setup] Aug 14 22:04:28.820 INFO E| Compiling clap v2.34.0
35442026-08-14T22:04:29.866Z[ helios-setup] Aug 14 22:04:28.829 INFO E| Compiling bytesize v2.0.1
35452026-08-14T22:04:29.957Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35462026-08-14T22:04:29.983Z[ helios-setup] Aug 14 22:04:28.948 INFO E| Compiling quote v1.0.40
35472026-08-14T22:04:30.099Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35482026-08-14T22:04:30.210Z[ helios-setup] Aug 14 22:04:29.175 INFO E| Compiling syn v2.0.101
35492026-08-14T22:04:30.214Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35502026-08-14T22:04:30.717Z[ helios-setup] Aug 14 22:04:29.682 INFO E| Compiling parse_int v0.9.0
35512026-08-14T22:04:30.779Z[ host-package] Compiling secrecy v0.8.0
35522026-08-14T22:04:30.848Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35532026-08-14T22:04:31.302Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35542026-08-14T22:04:32.218Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35552026-08-14T22:04:32.592Z[ host-package] Compiling serde_with_macros v1.5.2
35562026-08-14T22:04:32.940Z[ helios-setup] Aug 14 22:04:31.904 INFO E| Compiling serde_derive_internals v0.29.1
35572026-08-14T22:04:33.402Z[ helios-setup] Aug 14 22:04:32.366 INFO E| Compiling modular-bitfield-impl v0.11.2
35582026-08-14T22:04:33.402Z[ helios-setup] Aug 14 22:04:32.366 INFO E| Compiling structopt-derive v0.4.18
35592026-08-14T22:04:33.417Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35602026-08-14T22:04:33.729Z[ helios-setup] Aug 14 22:04:32.693 INFO E| Compiling thiserror-impl v2.0.12
35612026-08-14T22:04:33.729Z[ helios-setup] Aug 14 22:04:32.693 INFO E| Compiling serde_derive v1.0.219
35622026-08-14T22:04:33.729Z[ helios-setup] Aug 14 22:04:32.693 INFO E| Compiling zerocopy-derive v0.8.25
35632026-08-14T22:04:33.733Z[ helios-setup] Aug 14 22:04:32.694 INFO E| Compiling num-derive v0.4.2
35642026-08-14T22:04:33.733Z[ helios-setup] Aug 14 22:04:32.694 INFO E| Compiling modular-bitfield-impl v0.13.1
35652026-08-14T22:04:33.733Z[ helios-setup] Aug 14 22:04:32.694 INFO E| Compiling strum_macros v0.27.1
35662026-08-14T22:04:33.733Z[ helios-setup] Aug 14 22:04:32.694 INFO E| Compiling scroll_derive v0.12.1
35672026-08-14T22:04:33.738Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35682026-08-14T22:04:34.299Z[ helios-setup] Aug 14 22:04:33.264 INFO E| Compiling schemars_derive v0.8.22
35692026-08-14T22:04:34.481Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35702026-08-14T22:04:34.740Z[ helios-setup] Aug 14 22:04:33.704 INFO E| Compiling structopt v0.3.26
35712026-08-14T22:04:35.040Z[ helios-setup] Aug 14 22:04:34.004 INFO E| Compiling scroll v0.12.0
35722026-08-14T22:04:35.064Z[ host-package] Compiling git2 v0.20.4
35732026-08-14T22:04:35.178Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35742026-08-14T22:04:35.354Z[ helios-setup] Aug 14 22:04:34.318 INFO E| Compiling goblin v0.9.3
35752026-08-14T22:04:35.679Z[ helios-setup] Aug 14 22:04:34.634 INFO E| Compiling modular-bitfield v0.13.1
35762026-08-14T22:04:35.683Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35772026-08-14T22:04:35.731Z[ helios-setup] Aug 14 22:04:34.695 INFO E| Compiling modular-bitfield v0.11.2
35782026-08-14T22:04:35.842Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35792026-08-14T22:04:36.120Z[ helios-setup] Aug 14 22:04:35.077 INFO E| Compiling pest v2.8.0
35802026-08-14T22:04:36.282Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35812026-08-14T22:04:36.348Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35822026-08-14T22:04:36.720Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35832026-08-14T22:04:36.846Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35842026-08-14T22:04:36.891Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35852026-08-14T22:04:37.115Z[ host-package] Compiling arc-swap v1.8.2
35862026-08-14T22:04:37.173Z[ host-package] Compiling void v1.0.2
35872026-08-14T22:04:37.433Z[ helios-setup] Aug 14 22:04:36.398 INFO E| Compiling pest_meta v2.8.0
35882026-08-14T22:04:37.614Z[ host-package] Compiling lzss v0.8.2
35892026-08-14T22:04:37.659Z[ host-package] Compiling slog-scope v4.4.1
35902026-08-14T22:04:38.059Z[ helios-setup] Aug 14 22:04:37.023 INFO E| Compiling pest_generator v2.8.0
35912026-08-14T22:04:38.202Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35922026-08-14T22:04:38.218Z[ host-package] Compiling illumos-nvpair v0.3.0
35932026-08-14T22:04:38.269Z[ host-package] Compiling serde_with v1.14.0
35942026-08-14T22:04:38.999Z[ helios-setup] Aug 14 22:04:37.963 INFO E| Compiling pest_derive v2.8.0
35952026-08-14T22:04:39.087Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35962026-08-14T22:04:39.410Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35972026-08-14T22:04:39.552Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35982026-08-14T22:04:39.692Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35992026-08-14T22:04:39.705Z[ helios-setup] Aug 14 22:04:38.669 INFO E| Compiling json5 v0.4.1
36002026-08-14T22:04:40.813Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36012026-08-14T22:04:41.358Z[ helios-setup] Aug 14 22:04:40.323 INFO E| Compiling four-cc v0.4.0
36022026-08-14T22:04:41.358Z[ helios-setup] Aug 14 22:04:40.323 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36032026-08-14T22:04:41.507Z[ helios-setup] Aug 14 22:04:40.472 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36042026-08-14T22:04:41.591Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36052026-08-14T22:04:43.873Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36062026-08-14T22:04:44.938Z[ host-package] Compiling scuffle v0.1.0
36072026-08-14T22:04:46.475Z[ host-package] Compiling tungstenite v0.23.0
36082026-08-14T22:04:46.529Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36092026-08-14T22:04:47.069Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36102026-08-14T22:04:47.102Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36112026-08-14T22:04:47.351Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36122026-08-14T22:04:47.584Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36132026-08-14T22:04:47.934Z[ host-package] Compiling nix v0.27.1
36142026-08-14T22:04:48.261Z[ host-package] Compiling twox-hash v2.1.2
36152026-08-14T22:04:48.648Z[ host-package] Compiling libsw-core v0.3.2
36162026-08-14T22:04:48.845Z[ host-package] Compiling atty v0.2.14
36172026-08-14T22:04:48.881Z[ host-package] Compiling serde_bytes v0.11.19
36182026-08-14T22:04:49.007Z[ host-package] Compiling libsw v3.5.0
36192026-08-14T22:04:49.132Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36202026-08-14T22:04:49.240Z[ host-package] Compiling tokio-tungstenite v0.23.1
36212026-08-14T22:04:49.275Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36222026-08-14T22:04:49.315Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36232026-08-14T22:04:49.411Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36242026-08-14T22:04:49.769Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36252026-08-14T22:04:50.822Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36262026-08-14T22:04:51.020Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36272026-08-14T22:04:51.716Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36282026-08-14T22:04:51.783Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36292026-08-14T22:04:52.602Z[ host-package] Compiling slog-stdlog v4.1.1
36302026-08-14T22:04:52.818Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36312026-08-14T22:04:53.008Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36322026-08-14T22:04:53.171Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36332026-08-14T22:04:53.700Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36342026-08-14T22:04:53.700Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36352026-08-14T22:04:53.849Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36362026-08-14T22:04:55.684Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36372026-08-14T22:04:55.800Z[ helios-setup] Aug 14 22:04:54.765 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36382026-08-14T22:04:56.113Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36392026-08-14T22:04:56.736Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36402026-08-14T22:04:57.054Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36412026-08-14T22:04:59.186Z[ helios-setup] Aug 14 22:04:58.151 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36422026-08-14T22:04:59.908Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36432026-08-14T22:05:01.429Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36442026-08-14T22:05:01.627Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36452026-08-14T22:05:01.943Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36462026-08-14T22:05:02.021Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36472026-08-14T22:05:03.020Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36482026-08-14T22:05:03.263Z[ host-package] Compiling signal-hook-tokio v0.3.1
36492026-08-14T22:05:03.409Z[ host-package] Compiling fatfs v0.3.6
36502026-08-14T22:05:03.737Z[ host-package] Compiling yasna v0.5.2
36512026-08-14T22:05:04.179Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36522026-08-14T22:05:04.876Z[ host-package] Compiling assert_matches v1.5.0
36532026-08-14T22:05:05.114Z[ host-package] Compiling is_ci v1.2.0
36542026-08-14T22:05:05.369Z[ host-package] Compiling seq-macro v0.3.6
36552026-08-14T22:05:05.437Z[ host-package] Compiling supports-color v3.0.2
36562026-08-14T22:05:05.483Z[ host-package] Compiling rcgen v0.12.1
36572026-08-14T22:05:05.620Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36582026-08-14T22:05:06.206Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36592026-08-14T22:05:07.227Z[ host-package] Compiling slog-envlogger v2.2.0
36602026-08-14T22:05:08.657Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36612026-08-14T22:05:08.867Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36622026-08-14T22:05:09.692Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36632026-08-14T22:05:09.805Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36642026-08-14T22:05:10.059Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36652026-08-14T22:05:10.222Z[ host-package] Compiling port-file v0.1.0
36662026-08-14T22:05:10.614Z[ host-package] Compiling rtoolbox v0.0.3
36672026-08-14T22:05:10.643Z[ host-package] Compiling subprocess v0.2.15
36682026-08-14T22:05:10.839Z[ host-package] Compiling rpassword v7.5.4
36692026-08-14T22:05:10.899Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36702026-08-14T22:05:11.475Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36712026-08-14T22:05:11.509Z[ helios-setup] Aug 14 22:05:10.473 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.11s
36722026-08-14T22:05:11.546Z[ helios-setup] Aug 14 22:05:10.510 INFO building project "amd-host-image-builder" ok (45 seconds)
36732026-08-14T22:05:11.546Z[ helios-setup] Aug 14 22:05:10.510 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36742026-08-14T22:05:11.555Z[ helios-setup] Aug 14 22:05:10.519 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
36752026-08-14T22:05:11.555Z[ helios-setup] Aug 14 22:05:10.519 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36762026-08-14T22:05:11.555Z[ helios-setup] Aug 14 22:05:10.519 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36772026-08-14T22:05:11.753Z[ helios-setup] Aug 14 22:05:10.717 INFO E| Downloading crates ...
36782026-08-14T22:05:11.793Z[ helios-setup] Aug 14 22:05:10.757 INFO E| Downloaded adler2 v2.0.0
36792026-08-14T22:05:11.800Z[ helios-setup] Aug 14 22:05:10.765 INFO E| Downloaded miniz_oxide v0.8.8
36802026-08-14T22:05:11.844Z[ helios-setup] Aug 14 22:05:10.809 INFO E| Compiling adler2 v2.0.0
36812026-08-14T22:05:11.943Z[ helios-setup] Aug 14 22:05:10.907 INFO E| Compiling miniz_oxide v0.8.8
36822026-08-14T22:05:12.762Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36832026-08-14T22:05:13.014Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36842026-08-14T22:05:13.184Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36852026-08-14T22:05:13.304Z[ helios-setup] Aug 14 22:05:12.269 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36862026-08-14T22:05:13.840Z[ helios-setup] Aug 14 22:05:12.805 INFO E| Finished `release` profile [optimized] target(s) in 2.27s
36872026-08-14T22:05:13.852Z[ helios-setup] Aug 14 22:05:12.816 INFO building project "pinprick" ok (2 seconds)
36882026-08-14T22:05:13.852Z[ helios-setup] Aug 14 22:05:12.817 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36892026-08-14T22:05:13.863Z[ helios-setup] Aug 14 22:05:12.827 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36902026-08-14T22:05:13.863Z[ helios-setup] Aug 14 22:05:12.827 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36912026-08-14T22:05:13.863Z[ helios-setup] Aug 14 22:05:12.827 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36922026-08-14T22:05:13.980Z[ helios-setup] Aug 14 22:05:12.944 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36932026-08-14T22:05:14.295Z[ helios-setup] Aug 14 22:05:13.259 INFO E| From https://github.com/jclulow/rust-jmclib
36942026-08-14T22:05:14.295Z[ helios-setup] Aug 14 22:05:13.259 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36952026-08-14T22:05:14.306Z[ helios-setup] Aug 14 22:05:13.270 INFO E| Updating crates.io index
36962026-08-14T22:05:14.351Z[ helios-setup] Aug 14 22:05:13.315 INFO E| Downloading crates ...
36972026-08-14T22:05:14.395Z[ helios-setup] Aug 14 22:05:13.359 INFO E| Downloaded bitflags v2.3.3
36982026-08-14T22:05:14.399Z[ helios-setup] Aug 14 22:05:13.363 INFO E| Downloaded block-buffer v0.9.0
36992026-08-14T22:05:14.413Z[ helios-setup] Aug 14 22:05:13.378 INFO E| Downloaded serde_json v1.0.103
37002026-08-14T22:05:14.418Z[ helios-setup] Aug 14 22:05:13.383 INFO E| Downloaded digest v0.9.0
37012026-08-14T22:05:14.425Z[ helios-setup] Aug 14 22:05:13.389 INFO E| Downloaded cpufeatures v0.2.9
37022026-08-14T22:05:14.428Z[ helios-setup] Aug 14 22:05:13.392 INFO E| Downloaded errno v0.3.1
37032026-08-14T22:05:14.431Z[ helios-setup] Aug 14 22:05:13.394 INFO E| Downloaded sha-1 v0.9.8
37042026-08-14T22:05:14.435Z[ helios-setup] Aug 14 22:05:13.399 INFO E| Downloaded fastrand v2.0.0
37052026-08-14T22:05:14.439Z[ helios-setup] Aug 14 22:05:13.403 INFO E| Downloaded md-5 v0.9.1
37062026-08-14T22:05:14.446Z[ helios-setup] Aug 14 22:05:13.410 INFO E| Downloaded libdevinfo-sys v1.0.0
37072026-08-14T22:05:14.449Z[ helios-setup] Aug 14 22:05:13.411 INFO E| Downloaded anyhow v1.0.72
37082026-08-14T22:05:14.450Z[ helios-setup] Aug 14 22:05:13.413 INFO E| Downloaded once_cell v1.18.0
37092026-08-14T22:05:14.453Z[ helios-setup] Aug 14 22:05:13.415 INFO E| Downloaded tempfile v3.7.0
37102026-08-14T22:05:14.453Z[ helios-setup] Aug 14 22:05:13.416 INFO E| Downloaded walkdir v2.3.3
37112026-08-14T22:05:14.453Z[ helios-setup] Aug 14 22:05:13.417 INFO E| Downloaded getrandom v0.2.10
37122026-08-14T22:05:14.456Z[ helios-setup] Aug 14 22:05:13.419 INFO E| Downloaded uuid v0.8.2
37132026-08-14T22:05:14.456Z[ helios-setup] Aug 14 22:05:13.421 INFO E| Downloaded proc-macro2 v1.0.66
37142026-08-14T22:05:14.460Z[ helios-setup] Aug 14 22:05:13.422 INFO E| Downloaded glob v0.3.1
37152026-08-14T22:05:14.460Z[ helios-setup] Aug 14 22:05:13.423 INFO E| Downloaded typenum v1.16.0
37162026-08-14T22:05:14.460Z[ helios-setup] Aug 14 22:05:13.424 INFO E| Downloaded toml v0.5.11
37172026-08-14T22:05:14.463Z[ helios-setup] Aug 14 22:05:13.425 INFO E| Downloaded unicode-ident v1.0.11
37182026-08-14T22:05:14.466Z[ helios-setup] Aug 14 22:05:13.429 INFO E| Downloaded serde_derive v1.0.193
37192026-08-14T22:05:14.469Z[ helios-setup] Aug 14 22:05:13.431 INFO E| Downloaded quote v1.0.31
37202026-08-14T22:05:14.479Z[ helios-setup] Aug 14 22:05:13.443 INFO E| Downloaded serde v1.0.193
37212026-08-14T22:05:14.503Z[ helios-setup] Aug 14 22:05:13.467 INFO E| Downloaded syn v2.0.32
37222026-08-14T22:05:14.520Z[ helios-setup] Aug 14 22:05:13.485 INFO E| Downloaded rustix v0.38.4
37232026-08-14T22:05:14.545Z[ helios-setup] Aug 14 22:05:13.509 INFO E| Downloaded libc v0.2.147
37242026-08-14T22:05:14.622Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling libc v0.2.147
37252026-08-14T22:05:14.622Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling proc-macro2 v1.0.66
37262026-08-14T22:05:14.622Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling cfg-if v1.0.0
37272026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling unicode-ident v1.0.11
37282026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling typenum v1.16.0
37292026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling version_check v0.9.4
37302026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling serde v1.0.193
37312026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling powerfmt v0.2.0
37322026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling itoa v1.0.9
37332026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling slog v2.7.0
37342026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling num-conv v0.1.0
37352026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling rustix v0.38.4
37362026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling time-core v0.1.2
37372026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling num_threads v0.1.6
37382026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling once_cell v1.18.0
37392026-08-14T22:05:14.626Z[ helios-setup] Aug 14 22:05:13.586 INFO E| Compiling bitflags v2.3.3
37402026-08-14T22:05:15.066Z[ host-package] Compiling tui-tree-widget v0.23.1
37412026-08-14T22:05:15.225Z[ helios-setup] Aug 14 22:05:14.189 INFO E| Compiling serde_json v1.0.103
37422026-08-14T22:05:15.313Z[ helios-setup] Aug 14 22:05:14.277 INFO E| Compiling opaque-debug v0.3.0
37432026-08-14T22:05:15.334Z[ helios-setup] Aug 14 22:05:14.298 INFO E| Compiling fastrand v2.0.0
37442026-08-14T22:05:15.363Z[ helios-setup] Aug 14 22:05:14.327 INFO E| Compiling anyhow v1.0.72
37452026-08-14T22:05:15.396Z[ helios-setup] Aug 14 22:05:14.360 INFO E| Compiling unicode-width v0.1.10
37462026-08-14T22:05:15.662Z[ helios-setup] Aug 14 22:05:14.625 INFO E| Compiling deranged v0.3.11
37472026-08-14T22:05:15.697Z[ helios-setup] Aug 14 22:05:14.661 INFO E| Compiling generic-array v0.14.7
37482026-08-14T22:05:15.730Z[ helios-setup] Aug 14 22:05:14.694 INFO E| Compiling time-macros v0.2.18
37492026-08-14T22:05:15.750Z[ helios-setup] Aug 14 22:05:14.714 INFO E| Compiling thread_local v1.1.7
37502026-08-14T22:05:15.757Z[ helios-setup] Aug 14 22:05:14.721 INFO E| Compiling cpufeatures v0.2.9
37512026-08-14T22:05:15.828Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37522026-08-14T22:05:15.832Z[ helios-setup] Aug 14 22:05:14.793 INFO E| Compiling ryu v1.0.15
37532026-08-14T22:05:15.842Z[ helios-setup] Aug 14 22:05:14.806 INFO E| Compiling same-file v1.0.6
37542026-08-14T22:05:15.910Z[ helios-setup] Aug 14 22:05:14.874 INFO E| Compiling quote v1.0.31
37552026-08-14T22:05:15.952Z[ helios-setup] Aug 14 22:05:14.916 INFO E| Compiling getopts v0.2.21
37562026-08-14T22:05:16.066Z[ helios-setup] Aug 14 22:05:15.030 INFO E| Compiling glob v0.3.1
37572026-08-14T22:05:16.139Z[ helios-setup] Aug 14 22:05:15.103 INFO E| Compiling walkdir v2.3.3
37582026-08-14T22:05:16.150Z[ helios-setup] Aug 14 22:05:15.114 INFO E| Compiling libdevinfo-sys v1.0.0
37592026-08-14T22:05:16.226Z[ helios-setup] Aug 14 22:05:15.187 INFO E| Compiling syn v2.0.32
37602026-08-14T22:05:16.628Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37612026-08-14T22:05:16.769Z[ helios-setup] Aug 14 22:05:15.733 INFO E| Compiling dirs-sys-next v0.1.2
37622026-08-14T22:05:16.769Z[ helios-setup] Aug 14 22:05:15.733 INFO E| Compiling errno v0.3.1
37632026-08-14T22:05:16.773Z[ helios-setup] Aug 14 22:05:15.733 INFO E| Compiling atty v0.2.14
37642026-08-14T22:05:16.773Z[ helios-setup] Aug 14 22:05:15.733 INFO E| Compiling getrandom v0.2.10
37652026-08-14T22:05:16.926Z[ helios-setup] Aug 14 22:05:15.890 INFO E| Compiling dirs-next v2.0.0
37662026-08-14T22:05:17.007Z[ helios-setup] Aug 14 22:05:15.971 INFO E| Compiling term v0.7.0
37672026-08-14T22:05:17.073Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37682026-08-14T22:05:17.582Z[ helios-setup] Aug 14 22:05:16.546 INFO E| Compiling time v0.3.36
37692026-08-14T22:05:17.662Z[ helios-setup] Aug 14 22:05:16.626 INFO E| Compiling digest v0.9.0
37702026-08-14T22:05:17.662Z[ helios-setup] Aug 14 22:05:16.626 INFO E| Compiling block-buffer v0.9.0
37712026-08-14T22:05:17.680Z[ helios-setup] Aug 14 22:05:16.644 INFO E| Compiling tempfile v3.7.0
37722026-08-14T22:05:17.785Z[ helios-setup] Aug 14 22:05:16.750 INFO E| Compiling sha-1 v0.9.8
37732026-08-14T22:05:17.788Z[ helios-setup] Aug 14 22:05:16.750 INFO E| Compiling md-5 v0.9.1
37742026-08-14T22:05:17.894Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37752026-08-14T22:05:18.312Z[ helios-setup] Aug 14 22:05:17.276 INFO E| Compiling serde_derive v1.0.193
37762026-08-14T22:05:18.800Z[ helios-setup] Aug 14 22:05:17.764 INFO E| Compiling slog-term v2.9.0
37772026-08-14T22:05:19.776Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37782026-08-14T22:05:20.046Z[ host-package] Compiling uzers v0.12.2
37792026-08-14T22:05:20.086Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37802026-08-14T22:05:21.746Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37812026-08-14T22:05:22.134Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37822026-08-14T22:05:22.965Z[ helios-setup] Aug 14 22:05:21.929 INFO E| Compiling toml v0.5.11
37832026-08-14T22:05:22.965Z[ helios-setup] Aug 14 22:05:21.929 INFO E| Compiling uuid v0.8.2
37842026-08-14T22:05:23.148Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37852026-08-14T22:05:23.454Z[ host-package] Compiling support-bundle-viewer v0.1.2
37862026-08-14T22:05:23.868Z[ helios-setup] Aug 14 22:05:22.832 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37872026-08-14T22:05:23.883Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37882026-08-14T22:05:24.567Z[ helios-setup] Aug 14 22:05:23.531 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37892026-08-14T22:05:25.442Z[ host-package] Compiling multimap v0.10.1
37902026-08-14T22:05:29.346Z[ helios-setup] Aug 14 22:05:28.310 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.47s
37912026-08-14T22:05:29.371Z[ helios-setup] Aug 14 22:05:28.335 INFO building project "image-builder" ok (15 seconds)
37922026-08-14T22:05:29.375Z[ helios-setup] rm -f helios-build
37932026-08-14T22:05:29.378Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37942026-08-14T22:05:29.378Z[ helios-setup]
37952026-08-14T22:05:29.381Z[ helios-setup] Setup complete! ./helios-build is now available.
37962026-08-14T22:05:29.381Z[ helios-setup]
37972026-08-14T22:05:29.381Z[ helios-setup]
37982026-08-14T22:05:29.381Z[ helios-setup] real 3:00.181245803
37992026-08-14T22:05:29.381Z[ helios-setup] user 7:05.708895724
38002026-08-14T22:05:29.381Z[ helios-setup] sys 1:18.692594665
38012026-08-14T22:05:29.382Z[ helios-setup] trap 0.508611534
38022026-08-14T22:05:29.382Z[ helios-setup] tflt 2.547370872
38032026-08-14T22:05:29.382Z[ helios-setup] dflt 8.090330081
38042026-08-14T22:05:29.382Z[ helios-setup] kflt 0.012210278
38052026-08-14T22:05:29.382Z[ helios-setup] lock 57:45.199742098
38062026-08-14T22:05:29.382Z[ helios-setup] slp 38:17.448799850
38072026-08-14T22:05:29.382Z[ helios-setup] lat 7:21.623627460
38082026-08-14T22:05:29.382Z[ helios-setup] stop 1:27.531932162
38092026-08-14T22:05:29.382ZAug 14 22:05:28.346 INFO [helios-setup] process exited with exit status: 0 (180.184203426s)
38102026-08-14T22:05:29.382ZAug 14 22:05:28.346 INFO [helios-record] running task
38112026-08-14T22:05:29.382ZAug 14 22:05:28.346 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38122026-08-14T22:05:29.386ZAug 14 22:05:28.350 DEBG process exited with exit status: 0 (4.600573ms)
38132026-08-14T22:05:29.386ZAug 14 22:05:28.350 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38142026-08-14T22:05:29.390ZAug 14 22:05:28.354 DEBG process exited with exit status: 0 (3.881983ms)
38152026-08-14T22:05:29.390ZAug 14 22:05:28.354 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38162026-08-14T22:05:29.393ZAug 14 22:05:28.358 DEBG process exited with exit status: 0 (3.452383ms)
38172026-08-14T22:05:29.393ZAug 14 22:05:28.358 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38182026-08-14T22:05:29.397ZAug 14 22:05:28.361 DEBG process exited with exit status: 0 (3.286912ms)
38192026-08-14T22:05:29.397ZAug 14 22:05:28.361 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38202026-08-14T22:05:29.400ZAug 14 22:05:28.365 DEBG process exited with exit status: 0 (3.417843ms)
38212026-08-14T22:05:29.400ZAug 14 22:05:28.365 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38222026-08-14T22:05:29.403ZAug 14 22:05:28.368 DEBG process exited with exit status: 0 (3.270392ms)
38232026-08-14T22:05:29.403ZAug 14 22:05:28.368 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38242026-08-14T22:05:29.407ZAug 14 22:05:28.371 DEBG process exited with exit status: 0 (3.308153ms)
38252026-08-14T22:05:29.407ZAug 14 22:05:28.371 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38262026-08-14T22:05:29.410ZAug 14 22:05:28.375 DEBG process exited with exit status: 0 (3.404212ms)
38272026-08-14T22:05:29.410ZAug 14 22:05:28.375 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38282026-08-14T22:05:29.414ZAug 14 22:05:28.378 DEBG process exited with exit status: 0 (3.591533ms)
38292026-08-14T22:05:29.417ZAug 14 22:05:28.379 INFO [helios-record] task succeeded (32.835354ms)
38302026-08-14T22:05:32.753Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38312026-08-14T22:05:38.710Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38322026-08-14T22:05:39.141Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38332026-08-14T22:05:45.988Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38342026-08-14T22:05:48.196Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38352026-08-14T22:12:43.185Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 35s
38362026-08-14T22:13:36.934ZAug 14 22:13:35.896 INFO [host-package] process exited with exit status: 0 (629.141227642s)
38372026-08-14T22:13:36.934ZAug 14 22:13:35.896 INFO [host-libraries] running task
38382026-08-14T22:13:36.934ZAug 14 22:13:35.896 INFO [host-stamp] running task
38392026-08-14T22:13:36.939ZAug 14 22:13:35.898 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+git0f84ff4f0a9
38402026-08-14T22:13:36.940ZAug 14 22:13:35.898 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+git0f84ff4f0a9
38412026-08-14T22:13:36.940ZAug 14 22:13:35.899 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+git0f84ff4f0a9
38422026-08-14T22:13:36.940ZAug 14 22:13:35.899 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+git0f84ff4f0a9
38432026-08-14T22:13:36.940ZAug 14 22:13:35.899 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+git0f84ff4f0a9
38442026-08-14T22:13:36.940ZAug 14 22:13:35.899 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+git0f84ff4f0a9
38452026-08-14T22:13:36.943ZAug 14 22:13:35.900 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+git0f84ff4f0a9
38462026-08-14T22:13:36.943ZAug 14 22:13:35.900 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+git0f84ff4f0a9
38472026-08-14T22:13:36.947Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-08-14T22:13:36.947Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-08-14T22:13:36.947Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-08-14T22:13:36.947Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-08-14T22:13:36.947Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-08-14T22:13:36.947Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38532026-08-14T22:13:36.947Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-08-14T22:13:36.947Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-14T22:13:36.951Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38562026-08-14T22:13:36.951ZAug 14 22:13:35.912 INFO [stamp-overlay] process exited with exit status: 0 (14.062911ms)
38572026-08-14T22:13:36.957Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38582026-08-14T22:13:36.961ZAug 14 22:13:35.922 INFO [stamp-oxlog] process exited with exit status: 0 (23.443557ms)
38592026-08-14T22:13:36.990Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38602026-08-14T22:13:36.993ZAug 14 22:13:35.955 INFO [stamp-crucible-utils] process exited with exit status: 0 (56.573903ms)
38612026-08-14T22:13:37.008Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38622026-08-14T22:13:37.012ZAug 14 22:13:35.973 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (73.635276ms)
38632026-08-14T22:13:37.124Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38642026-08-14T22:13:37.128ZAug 14 22:13:36.089 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (189.426122ms)
38652026-08-14T22:13:37.515Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38662026-08-14T22:13:37.519ZAug 14 22:13:36.480 INFO [stamp-propolis-server] process exited with exit status: 0 (580.572738ms)
38672026-08-14T22:13:37.529Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38682026-08-14T22:13:37.532ZAug 14 22:13:36.493 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (594.035818ms)
38692026-08-14T22:13:38.695ZAug 14 22:13:37.656 INFO [host-libraries] task succeeded (1.760449387s)
38702026-08-14T22:13:38.700ZAug 14 22:13:37.656 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38712026-08-14T22:13:38.703Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38722026-08-14T22:13:39.664Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38732026-08-14T22:13:40.506Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38742026-08-14T22:13:44.005Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38752026-08-14T22:13:44.013ZAug 14 22:13:42.965 INFO [stamp-switch-asic] process exited with exit status: 0 (7.066158343s)
38762026-08-14T22:13:44.013ZAug 14 22:13:42.965 INFO [host-stamp] task succeeded (7.069880396s)
38772026-08-14T22:13:44.013ZAug 14 22:13:42.965 INFO [host-proto] running task
38782026-08-14T22:13:44.491ZAug 14 22:13:43.451 INFO [host-proto] task succeeded (485.384196ms)
38792026-08-14T22:13:44.491ZAug 14 22:13:43.451 INFO [host-profile] running task
38802026-08-14T22:13:44.497ZAug 14 22:13:43.451 INFO [host-profile] task succeeded (207.14µs)
38812026-08-14T22:13:44.497ZAug 14 22:13:43.451 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmpFcfgkw/proto/host/root -N 'ci 0f84ff4/${os_short_commit} 2026-08-14 22:02' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38822026-08-14T22:13:44.505Z[ host-image] Aug 14 22:13:43.457 INFO Checking files for board 'gimlet'
38832026-08-14T22:13:44.505Z[ host-image] Aug 14 22:13:43.457 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38842026-08-14T22:13:44.505Z[ host-image] Aug 14 22:13:43.457 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38852026-08-14T22:13:44.505Z[ host-image] Aug 14 22:13:43.457 INFO Checking files for board 'cosmo'
38862026-08-14T22:13:44.505Z[ host-image] Aug 14 22:13:43.457 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38872026-08-14T22:13:44.505Z[ host-image] Aug 14 22:13:43.457 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38882026-08-14T22:13:44.505Z[ host-image] Aug 14 22:13:43.457 INFO Checking files for board 'cosmo-mbist-noaggr'
38892026-08-14T22:13:44.505Z[ host-image] Aug 14 22:13:43.457 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38902026-08-14T22:13:44.505Z[ host-image] Aug 14 22:13:43.457 INFO Checking files for board 'cosmo-mbist'
38912026-08-14T22:13:44.505Z[ host-image] Aug 14 22:13:43.457 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38922026-08-14T22:13:44.509Z[ host-image] Aug 14 22:13:43.466 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpFcfgkw/proto/host/root"
38932026-08-14T22:13:44.509Z[ host-image] Aug 14 22:13:43.466 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38942026-08-14T22:13:44.509Z[ host-image] Aug 14 22:13:43.466 INFO image builder template: ramdisk-01-os...
38952026-08-14T22:13:44.509Z[ host-image] Aug 14 22:13:43.466 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/.tmpFcfgkw/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38962026-08-14T22:13:44.517Z[ host-image] Aug 14 22:13:43.479 INFO O| Aug 14 22:13:43.478 INFO CREATE DATASET: rpool/images/build/host/output
38972026-08-14T22:13:45.687Z[ host-image] Aug 14 22:13:44.636 INFO O| Aug 14 22:13:44.636 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38982026-08-14T22:13:45.713Z[ host-image] Aug 14 22:13:44.639 INFO O| Aug 14 22:13:44.639 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38992026-08-14T22:13:45.879Z[ host-image] Aug 14 22:13:44.839 INFO O| Aug 14 22:13:44.839 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39002026-08-14T22:13:45.923Z[ host-image] Aug 14 22:13:44.883 INFO O| Aug 14 22:13:44.883 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39012026-08-14T22:13:45.923Z[ host-image] Aug 14 22:13:44.883 INFO O| Aug 14 22:13:44.883 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39022026-08-14T22:13:45.932Z[ host-image] Aug 14 22:13:44.883 INFO O| Aug 14 22:13:44.883 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39032026-08-14T22:13:45.932Z[ host-image] Aug 14 22:13:44.883 INFO O| Aug 14 22:13:44.883 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39042026-08-14T22:13:45.937Z[ host-image] Aug 14 22:13:44.890 INFO O| Aug 14 22:13:44.889 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39052026-08-14T22:13:46.150Z[ host-image] Aug 14 22:13:45.111 INFO O| Aug 14 22:13:45.111 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-08-14T22:13:46.157Z[ host-image] Aug 14 22:13:45.118 INFO O| Aug 14 22:13:45.118 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39072026-08-14T22:13:46.450Z[ host-image] Aug 14 22:13:45.409 INFO O| Aug 14 22:13:45.409 INFO O| Caching catalogs ... Done
39082026-08-14T22:13:46.520Z[ host-image] Aug 14 22:13:45.480 INFO O| Aug 14 22:13:45.480 INFO STEP 0 (pkg_image_create) COMPLETE
39092026-08-14T22:13:46.520Z[ host-image] Aug 14 22:13:45.480 INFO O| Aug 14 22:13:45.480 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-08-14T22:13:46.528Z[ host-image] Aug 14 22:13:45.487 INFO O| Aug 14 22:13:45.487 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"]
39112026-08-14T22:13:46.789Z[ host-image] Aug 14 22:13:45.749 INFO O| Aug 14 22:13:45.748 INFO STEP 1 (pkg_set_publisher) COMPLETE
39122026-08-14T22:13:46.789Z[ host-image] Aug 14 22:13:45.749 INFO O| Aug 14 22:13:45.749 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-14T22:13:46.789Z[ host-image] Aug 14 22:13:45.749 INFO O| Aug 14 22:13:45.749 INFO skip step because feature "publisher_1_name" is not enabled
39142026-08-14T22:13:46.802Z[ host-image] Aug 14 22:13:45.749 INFO O| Aug 14 22:13:45.749 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-08-14T22:13:46.802Z[ host-image] Aug 14 22:13:45.749 INFO O| Aug 14 22:13:45.749 INFO skip step because feature "publisher_2_name" is not enabled
39162026-08-14T22:13:46.802Z[ host-image] Aug 14 22:13:45.749 INFO O| Aug 14 22:13:45.749 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-14T22:13:46.802Z[ host-image] Aug 14 22:13:45.749 INFO O| Aug 14 22:13:45.749 INFO skip step because feature "publisher_3_name" is not enabled
39182026-08-14T22:13:46.802Z[ host-image] Aug 14 22:13:45.749 INFO O| Aug 14 22:13:45.749 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-08-14T22:13:47.055Z[ host-image] Aug 14 22:13:46.011 INFO O| Aug 14 22:13:46.011 INFO variant opensolaris.zone is already global
39202026-08-14T22:13:47.055Z[ host-image] Aug 14 22:13:46.011 INFO O| Aug 14 22:13:46.011 INFO STEP 5 (pkg_change_variant) COMPLETE
39212026-08-14T22:13:47.059Z[ host-image] Aug 14 22:13:46.011 INFO O| Aug 14 22:13:46.011 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-08-14T22:13:47.300Z[ host-image] Aug 14 22:13:46.258 INFO O| Aug 14 22:13:46.258 INFO variant opensolaris.imagetype is full; changing to partial
39232026-08-14T22:13:47.300Z[ host-image] Aug 14 22:13:46.258 INFO O| Aug 14 22:13:46.258 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39242026-08-14T22:13:49.032Z[ host-image] Aug 14 22:13:47.993 INFO O| Aug 14 22:13:47.993 INFO O| Startup: Refreshing catalog 'helios' ... Done
39252026-08-14T22:13:49.378Z[ host-image] Aug 14 22:13:48.339 INFO O| Aug 14 22:13:48.339 INFO O| Startup: Caching catalogs ... Done
39262026-08-14T22:13:49.389Z[ host-image] Aug 14 22:13:48.351 INFO O| Aug 14 22:13:48.351 INFO O| Planning: Planning completed in 0.00 seconds
39272026-08-14T22:13:49.393Z[ host-image] Aug 14 22:13:48.351 INFO O| Aug 14 22:13:48.351 INFO O| Planning: Consolidating action changes ... Done
39282026-08-14T22:13:49.393Z[ host-image] Aug 14 22:13:48.351 INFO O| Aug 14 22:13:48.351 INFO O| Planning: Evaluating mediators ... Done
39292026-08-14T22:13:49.393Z[ host-image] Aug 14 22:13:48.352 INFO O| Aug 14 22:13:48.352 INFO O| Planning: Planning completed in 0.00 seconds
39302026-08-14T22:13:49.393Z[ host-image] Aug 14 22:13:48.352 INFO O| Aug 14 22:13:48.352 INFO O| Variants/Facets to change: 1
39312026-08-14T22:13:49.398Z[ host-image] Aug 14 22:13:48.360 INFO O| Aug 14 22:13:48.360 INFO O| Finalize: Updating package state database ... Done
39322026-08-14T22:13:49.398Z[ host-image] Aug 14 22:13:48.360 INFO O| Aug 14 22:13:48.360 INFO O| Finalize: Updating package cache ... Done
39332026-08-14T22:13:49.453Z[ host-image] Aug 14 22:13:48.414 INFO O| Aug 14 22:13:48.414 INFO O| Finalize: Updating image state ... Done
39342026-08-14T22:13:49.461Z[ host-image] Aug 14 22:13:48.422 INFO O| Aug 14 22:13:48.422 INFO O| Finalize: Creating fast lookup database ... Done
39352026-08-14T22:13:49.464Z[ host-image] Aug 14 22:13:48.423 INFO O| Aug 14 22:13:48.423 INFO O| Finalize: Reading search index ... Done
39362026-08-14T22:13:49.464Z[ host-image] Aug 14 22:13:48.423 INFO O| Aug 14 22:13:48.423 INFO O| Finalize: Updating search index ... Done
39372026-08-14T22:13:49.464Z[ host-image] Aug 14 22:13:48.424 INFO O| Aug 14 22:13:48.424 INFO O| Finalize: Updating package cache ... Done
39382026-08-14T22:13:49.618Z[ host-image] Aug 14 22:13:48.578 INFO O| Aug 14 22:13:48.578 INFO STEP 6 (pkg_change_variant) COMPLETE
39392026-08-14T22:13:49.618Z[ host-image] Aug 14 22:13:48.578 INFO O| Aug 14 22:13:48.578 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-08-14T22:13:49.618Z[ host-image] Aug 14 22:13:48.578 INFO O| Aug 14 22:13:48.578 INFO skip step because feature "debug_variant" is not enabled
39412026-08-14T22:13:49.621Z[ host-image] Aug 14 22:13:48.578 INFO O| Aug 14 22:13:48.578 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-08-14T22:13:49.857Z[ host-image] Aug 14 22:13:48.818 INFO O| Aug 14 22:13:48.818 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39432026-08-14T22:13:51.236Z[ host-image] Aug 14 22:13:50.197 INFO O| Aug 14 22:13:50.197 INFO O| Startup: Refreshing catalog 'helios' ... Done
39442026-08-14T22:13:51.593Z[ host-image] Aug 14 22:13:50.555 INFO O| Aug 14 22:13:50.555 INFO O| Startup: Caching catalogs ... Done
39452026-08-14T22:13:51.605Z[ host-image] Aug 14 22:13:50.567 INFO O| Aug 14 22:13:50.567 INFO O| Planning: Planning completed in 0.00 seconds
39462026-08-14T22:13:51.609Z[ host-image] Aug 14 22:13:50.567 INFO O| Aug 14 22:13:50.567 INFO O| Planning: Consolidating action changes ... Done
39472026-08-14T22:13:51.609Z[ host-image] Aug 14 22:13:50.567 INFO O| Aug 14 22:13:50.567 INFO O| Planning: Evaluating mediators ... Done
39482026-08-14T22:13:51.609Z[ host-image] Aug 14 22:13:50.568 INFO O| Aug 14 22:13:50.568 INFO O| Planning: Planning completed in 0.00 seconds
39492026-08-14T22:13:51.609Z[ host-image] Aug 14 22:13:50.568 INFO O| Aug 14 22:13:50.568 INFO O| Variants/Facets to change: 1
39502026-08-14T22:13:51.615Z[ host-image] Aug 14 22:13:50.576 INFO O| Aug 14 22:13:50.576 INFO O| Finalize: Updating package state database ... Done
39512026-08-14T22:13:51.615Z[ host-image] Aug 14 22:13:50.576 INFO O| Aug 14 22:13:50.576 INFO O| Finalize: Updating package cache ... Done
39522026-08-14T22:13:51.670Z[ host-image] Aug 14 22:13:50.631 INFO O| Aug 14 22:13:50.631 INFO O| Finalize: Updating image state ... Done
39532026-08-14T22:13:51.679Z[ host-image] Aug 14 22:13:50.641 INFO O| Aug 14 22:13:50.641 INFO O| Finalize: Creating fast lookup database ... Done
39542026-08-14T22:13:51.682Z[ host-image] Aug 14 22:13:50.641 INFO O| Aug 14 22:13:50.641 INFO O| Finalize: Reading search index ... Done
39552026-08-14T22:13:51.682Z[ host-image] Aug 14 22:13:50.641 INFO O| Aug 14 22:13:50.641 INFO O| Finalize: Updating search index ... Done
39562026-08-14T22:13:51.682Z[ host-image] Aug 14 22:13:50.642 INFO O| Aug 14 22:13:50.642 INFO O| Finalize: Updating package cache ... Done
39572026-08-14T22:13:51.768Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.94s
39582026-08-14T22:13:51.851Z[ host-image] Aug 14 22:13:50.812 INFO O| Aug 14 22:13:50.812 INFO STEP 8 (pkg_change_facet) COMPLETE
39592026-08-14T22:13:51.851Z[ host-image] Aug 14 22:13:50.812 INFO O| Aug 14 22:13:50.812 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-08-14T22:13:51.854Z[ host-image] Aug 14 22:13:50.812 INFO O| Aug 14 22:13:50.812 INFO skip step because feature "recovery" is not enabled
39612026-08-14T22:13:51.854Z[ host-image] Aug 14 22:13:50.812 INFO O| Aug 14 22:13:50.812 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-08-14T22:13:51.854Z[ host-image] Aug 14 22:13:50.812 INFO O| Aug 14 22:13:50.812 INFO skip step because feature "recovery" is not enabled
39632026-08-14T22:13:51.854Z[ host-image] Aug 14 22:13:50.812 INFO O| Aug 14 22:13:50.812 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-08-14T22:13:51.859Z[ host-image] Aug 14 22:13:50.819 INFO O| Aug 14 22:13:50.819 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
39652026-08-14T22:13:53.267Z[ host-image] Aug 14 22:13:52.229 INFO O| Aug 14 22:13:52.229 INFO O| Startup: Refreshing catalog 'helios' ... Done
39662026-08-14T22:13:53.612Z[ host-image] Aug 14 22:13:52.574 INFO O| Aug 14 22:13:52.574 INFO O| Startup: Caching catalogs ... Done
39672026-08-14T22:13:55.145ZAug 14 22:13:54.106 INFO [recovery-package] process exited with exit status: 0 (16.449361728s)
39682026-08-14T22:13:55.145ZAug 14 22:13:54.106 INFO [recovery-libraries] running task
39692026-08-14T22:13:55.145ZAug 14 22:13:54.106 INFO [recovery-stamp] running task
39702026-08-14T22:13:55.149ZAug 14 22:13:54.106 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+git0f84ff4f0a9
39712026-08-14T22:13:55.149ZAug 14 22:13:54.106 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git0f84ff4f0a9
39722026-08-14T22:13:55.152Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39732026-08-14T22:13:55.155Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39742026-08-14T22:13:55.193ZAug 14 22:13:54.155 INFO [recovery-libraries] task succeeded (49.508477ms)
39752026-08-14T22:13:55.198ZAug 14 22:13:54.155 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39762026-08-14T22:13:55.267Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39772026-08-14T22:13:55.271ZAug 14 22:13:54.232 INFO [stamp-installinator] process exited with exit status: 0 (126.002775ms)
39782026-08-14T22:13:55.296Z[ host-image] Aug 14 22:13:54.257 INFO O| Aug 14 22:13:54.257 INFO O| Planning: Solver setup ... Done
39792026-08-14T22:13:55.330Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39802026-08-14T22:13:55.333ZAug 14 22:13:54.294 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (188.650552ms)
39812026-08-14T22:13:55.333ZAug 14 22:13:54.294 INFO [recovery-stamp] task succeeded (188.820562ms)
39822026-08-14T22:13:55.333ZAug 14 22:13:54.294 INFO [recovery-proto] running task
39832026-08-14T22:13:55.333ZAug 14 22:13:54.294 INFO [tuf-stamp] running task
39842026-08-14T22:13:55.337ZAug 14 22:13:54.295 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+git0f84ff4f0a9
39852026-08-14T22:13:55.337ZAug 14 22:13:54.296 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+git0f84ff4f0a9
39862026-08-14T22:13:55.337ZAug 14 22:13:54.296 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+git0f84ff4f0a9
39872026-08-14T22:13:55.337ZAug 14 22:13:54.296 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+git0f84ff4f0a9
39882026-08-14T22:13:55.337ZAug 14 22:13:54.297 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+git0f84ff4f0a9
39892026-08-14T22:13:55.337ZAug 14 22:13:54.297 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+git0f84ff4f0a9
39902026-08-14T22:13:55.337ZAug 14 22:13:54.298 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+git0f84ff4f0a9
39912026-08-14T22:13:55.337ZAug 14 22:13:54.298 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+git0f84ff4f0a9
39922026-08-14T22:13:55.337ZAug 14 22:13:54.298 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+git0f84ff4f0a9
39932026-08-14T22:13:55.337ZAug 14 22:13:54.298 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+git0f84ff4f0a9
39942026-08-14T22:13:55.340ZAug 14 22:13:54.299 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+git0f84ff4f0a9
39952026-08-14T22:13:55.340ZAug 14 22:13:54.299 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+git0f84ff4f0a9
39962026-08-14T22:13:55.343Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-08-14T22:13:55.344Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-14T22:13:55.344Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-14T22:13:55.344Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-14T22:13:55.347Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-14T22:13:55.347Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-08-14T22:13:55.347Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-08-14T22:13:55.347Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-14T22:13:55.347Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-14T22:13:55.347Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-08-14T22:13:55.347Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-08-14T22:13:55.347Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-08-14T22:13:55.389Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40092026-08-14T22:13:55.392ZAug 14 22:13:54.354 INFO [stamp-probe] process exited with exit status: 0 (58.998575ms)
40102026-08-14T22:13:55.448Z[ host-image] Aug 14 22:13:54.409 INFO O| Aug 14 22:13:54.409 INFO O| Planning: Running solver ... Done
40112026-08-14T22:13:55.452ZAug 14 22:13:54.414 INFO [recovery-proto] task succeeded (119.12368ms)
40122026-08-14T22:13:55.455ZAug 14 22:13:54.414 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmpFcfgkw/proto/recovery/root -N 'recovery 0f84ff4/${os_short_commit} 2026-08-14 22:02' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40132026-08-14T22:13:55.458Z[ recovery-image] Aug 14 22:13:54.420 INFO Checking files for board 'cosmo'
40142026-08-14T22:13:55.458Z[ recovery-image] Aug 14 22:13:54.420 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40152026-08-14T22:13:55.458Z[ recovery-image] Aug 14 22:13:54.420 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40162026-08-14T22:13:55.462Z[ recovery-image] Aug 14 22:13:54.420 INFO Checking files for board 'gimlet'
40172026-08-14T22:13:55.462Z[ recovery-image] Aug 14 22:13:54.420 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40182026-08-14T22:13:55.462Z[ recovery-image] Aug 14 22:13:54.420 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40192026-08-14T22:13:55.462Z[ recovery-image] Aug 14 22:13:54.420 INFO Checking files for board 'cosmo-mbist-noaggr'
40202026-08-14T22:13:55.462Z[ recovery-image] Aug 14 22:13:54.420 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40212026-08-14T22:13:55.462Z[ recovery-image] Aug 14 22:13:54.420 INFO Checking files for board 'cosmo-mbist'
40222026-08-14T22:13:55.462Z[ recovery-image] Aug 14 22:13:54.420 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40232026-08-14T22:13:55.467Z[ recovery-image] Aug 14 22:13:54.429 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpFcfgkw/proto/recovery/root"
40242026-08-14T22:13:55.467Z[ recovery-image] Aug 14 22:13:54.429 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40252026-08-14T22:13:55.472Z[ recovery-image] Aug 14 22:13:54.429 INFO image builder template: ramdisk-01-os...
40262026-08-14T22:13:55.472Z[ recovery-image] Aug 14 22:13:54.429 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/.tmpFcfgkw/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40272026-08-14T22:13:55.484Z[ recovery-image] Aug 14 22:13:54.445 INFO O| Aug 14 22:13:54.444 INFO CREATE DATASET: rpool/images/build/recovery/output
40282026-08-14T22:13:55.491Z[ host-image] Aug 14 22:13:54.453 INFO O| Aug 14 22:13:54.453 INFO O| Planning: Finding local manifests ... Done
40292026-08-14T22:13:55.566Z[ host-image] Aug 14 22:13:54.527 INFO O| Aug 14 22:13:54.527 INFO O| Planning: Fetching manifests: 0/130 0% complete
40302026-08-14T22:13:55.782Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40312026-08-14T22:13:55.809Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40322026-08-14T22:13:55.838Z[ recovery-image] Aug 14 22:13:54.798 INFO O| Aug 14 22:13:54.798 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40332026-08-14T22:13:55.842Z[ recovery-image] Aug 14 22:13:54.802 INFO O| Aug 14 22:13:54.802 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40342026-08-14T22:13:55.869Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40352026-08-14T22:13:55.874ZAug 14 22:13:54.833 INFO [stamp-ntp] process exited with exit status: 0 (534.361592ms)
40362026-08-14T22:13:55.954Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40372026-08-14T22:13:55.958ZAug 14 22:13:54.920 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (622.486108ms)
40382026-08-14T22:13:56.181Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40392026-08-14T22:13:56.185ZAug 14 22:13:55.146 INFO [stamp-external-dns] process exited with exit status: 0 (848.362619ms)
40402026-08-14T22:13:56.185Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40412026-08-14T22:13:56.189ZAug 14 22:13:55.150 INFO [stamp-crucible-zone] process exited with exit status: 0 (854.160553ms)
40422026-08-14T22:13:56.201Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40432026-08-14T22:13:56.205ZAug 14 22:13:55.166 INFO [stamp-internal-dns] process exited with exit status: 0 (868.620994ms)
40442026-08-14T22:13:56.365Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40452026-08-14T22:13:56.368ZAug 14 22:13:55.329 INFO [stamp-oximeter] process exited with exit status: 0 (1.031414596s)
40462026-08-14T22:13:56.945Z[ recovery-image] Aug 14 22:13:55.905 INFO O| Aug 14 22:13:55.905 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40472026-08-14T22:13:57.424Z[ host-image] Aug 14 22:13:56.385 INFO O| Aug 14 22:13:56.385 INFO O| Planning: Fetching manifests: 130/130 100% complete
40482026-08-14T22:13:57.781Z[ host-image] Aug 14 22:13:56.742 INFO O| Aug 14 22:13:56.742 INFO O| Planning: Package planning ... Done
40492026-08-14T22:13:57.846Z[ recovery-image] Aug 14 22:13:56.808 INFO O| Aug 14 22:13:56.808 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40502026-08-14T22:13:57.850Z[ recovery-image] Aug 14 22:13:56.808 INFO O| Aug 14 22:13:56.808 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40512026-08-14T22:13:57.850Z[ recovery-image] Aug 14 22:13:56.808 INFO O| Aug 14 22:13:56.808 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40522026-08-14T22:13:57.850Z[ recovery-image] Aug 14 22:13:56.808 INFO O| Aug 14 22:13:56.808 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40532026-08-14T22:13:57.854Z[ recovery-image] Aug 14 22:13:56.813 INFO O| Aug 14 22:13:56.813 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40542026-08-14T22:13:58.002Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40552026-08-14T22:13:58.006ZAug 14 22:13:56.964 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.66828677s)
40562026-08-14T22:13:58.227Z[ host-image] Aug 14 22:13:57.187 INFO O| Aug 14 22:13:57.187 INFO O| Planning: Merging actions ... Done
40572026-08-14T22:13:58.333Z[ host-image] Aug 14 22:13:57.295 INFO O| Aug 14 22:13:57.295 INFO O| Planning: Checking for conflicting actions ... Done
40582026-08-14T22:13:58.435Z[ host-image] Aug 14 22:13:57.396 INFO O| Aug 14 22:13:57.396 INFO O| Planning: Consolidating action changes ... Done
40592026-08-14T22:13:58.607Z[ host-image] Aug 14 22:13:57.568 INFO O| Aug 14 22:13:57.568 INFO O| Planning: Evaluating mediators ... Done
40602026-08-14T22:13:59.973Z[ host-image] Aug 14 22:13:58.934 INFO O| Aug 14 22:13:58.934 INFO O| Planning: Planning completed in 6.35 seconds
40612026-08-14T22:13:59.976Z[ host-image] Aug 14 22:13:58.936 INFO O| Aug 14 22:13:58.936 INFO O| Packages to install: 130
40622026-08-14T22:13:59.976Z[ host-image] Aug 14 22:13:58.936 INFO O| Aug 14 22:13:58.936 INFO O| Mediators to change: 5
40632026-08-14T22:13:59.976Z[ host-image] Aug 14 22:13:58.936 INFO O| Aug 14 22:13:58.936 INFO O| Services to change: 6
40642026-08-14T22:13:59.981Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40652026-08-14T22:13:59.984ZAug 14 22:13:58.946 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.64749389s)
40662026-08-14T22:14:00.003Z[ host-image] Aug 14 22:13:58.965 INFO O| Aug 14 22:13:58.965 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
40672026-08-14T22:14:00.212Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40682026-08-14T22:14:00.216ZAug 14 22:13:59.177 INFO [stamp-clickhouse] process exited with exit status: 0 (4.881011787s)
40692026-08-14T22:14:00.259Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40702026-08-14T22:14:00.263ZAug 14 22:13:59.224 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.926801001s)
40712026-08-14T22:14:00.621Z[verify-libraries] Compiling match_cfg v0.1.0
40722026-08-14T22:14:00.621Z[verify-libraries] Compiling slog-json v2.6.1
40732026-08-14T22:14:00.621Z[verify-libraries] Compiling debug-ignore v1.0.5
40742026-08-14T22:14:00.625Z[verify-libraries] Compiling progenitor-client v0.14.0
40752026-08-14T22:14:00.625Z[verify-libraries] Compiling sha1 v0.11.0
40762026-08-14T22:14:00.625Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40772026-08-14T22:14:00.625Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40782026-08-14T22:14:00.625Z[verify-libraries] Compiling multer v3.1.0
40792026-08-14T22:14:00.661Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40802026-08-14T22:14:00.665ZAug 14 22:13:59.626 INFO [stamp-nexus] process exited with exit status: 0 (5.329440274s)
40812026-08-14T22:14:00.665ZAug 14 22:13:59.626 INFO [tuf-stamp] task succeeded (5.331735156s)
40822026-08-14T22:14:00.665ZAug 14 22:13:59.626 INFO [tuf-v2-zones] running task
40832026-08-14T22:14:00.775ZAug 14 22:13:59.737 INFO [tuf-v2-zones] task succeeded (110.558633ms)
40842026-08-14T22:14:00.886Z[verify-libraries] Compiling compression-core v0.4.31
40852026-08-14T22:14:00.886Z[verify-libraries] Compiling async-stream-impl v0.3.6
40862026-08-14T22:14:00.902Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40872026-08-14T22:14:00.902Z[verify-libraries] Compiling serde_spanned v1.1.1
40882026-08-14T22:14:00.905Z[verify-libraries] Compiling dropshot v0.17.1
40892026-08-14T22:14:01.064Z[verify-libraries] Compiling hostname v0.3.1
40902026-08-14T22:14:01.065Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40912026-08-14T22:14:01.087Z[verify-libraries] Compiling waitgroup v0.1.2
40922026-08-14T22:14:01.140Z[verify-libraries] Compiling compression-codecs v0.4.37
40932026-08-14T22:14:01.140Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40942026-08-14T22:14:01.140Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40952026-08-14T22:14:01.220Z[verify-libraries] Compiling slog-bunyan v2.5.0
40962026-08-14T22:14:01.220Z[verify-libraries] Compiling hostname v0.4.2
40972026-08-14T22:14:01.224Z[verify-libraries] Compiling atomicwrites v0.4.4
40982026-08-14T22:14:01.302Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40992026-08-14T22:14:01.307Z[verify-libraries] Compiling macaddr v1.0.1
41002026-08-14T22:14:01.322Z[verify-libraries] Compiling regress v0.10.5
41012026-08-14T22:14:01.341Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41022026-08-14T22:14:01.344Z[verify-libraries] Compiling instant v0.1.13
41032026-08-14T22:14:01.422Z[verify-libraries] Compiling async-compression v0.4.41
41042026-08-14T22:14:01.426Z[verify-libraries] Compiling parse-display-derive v0.10.0
41052026-08-14T22:14:01.461Z[verify-libraries] Compiling itertools v0.14.0
41062026-08-14T22:14:01.481Z[verify-libraries] Compiling backon v1.6.0
41072026-08-14T22:14:01.484Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41082026-08-14T22:14:01.526Z[verify-libraries] Compiling backoff v0.4.0
41092026-08-14T22:14:01.531Z[verify-libraries] Compiling humantime v2.3.0
41102026-08-14T22:14:01.570Z[verify-libraries] Compiling convert_case v0.4.0
41112026-08-14T22:14:01.631Z[verify-libraries] Compiling half v2.7.1
41122026-08-14T22:14:01.702Z[verify-libraries] Compiling async-stream v0.3.6
41132026-08-14T22:14:01.740Z[verify-libraries] Compiling progenitor-extras v0.2.0
41142026-08-14T22:14:01.780Z[verify-libraries] Compiling ciborium-io v0.2.2
41152026-08-14T22:14:01.780Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41162026-08-14T22:14:01.821Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41172026-08-14T22:14:01.825Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41182026-08-14T22:14:01.865Z[verify-libraries] Compiling indent_write v2.2.0
41192026-08-14T22:14:01.865Z[verify-libraries] Compiling regress v0.11.1
41202026-08-14T22:14:01.909Z[verify-libraries] Compiling secrecy v0.10.3
41212026-08-14T22:14:01.953Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41222026-08-14T22:14:02.003Z[verify-libraries] Compiling ciborium-ll v0.2.2
41232026-08-14T22:14:02.027Z[verify-libraries] Compiling derive_more v0.99.20
41242026-08-14T22:14:02.050Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41252026-08-14T22:14:02.050Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41262026-08-14T22:14:02.097Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41272026-08-14T22:14:02.119Z[verify-libraries] Compiling inout v0.1.4
41282026-08-14T22:14:02.198Z[verify-libraries] Compiling universal-hash v0.5.1
41292026-08-14T22:14:02.297Z[verify-libraries] Compiling ciborium v0.2.2
41302026-08-14T22:14:02.321Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41312026-08-14T22:14:02.398Z[verify-libraries] Compiling cipher v0.4.4
41322026-08-14T22:14:02.423Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41332026-08-14T22:14:02.426Z[verify-libraries] Compiling opaque-debug v0.3.1
41342026-08-14T22:14:02.538Z[verify-libraries] Compiling poly1305 v0.8.0
41352026-08-14T22:14:02.568Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41362026-08-14T22:14:02.657Z[verify-libraries] Compiling chacha20 v0.9.1
41372026-08-14T22:14:02.686Z[verify-libraries] Compiling blake2 v0.10.6
41382026-08-14T22:14:02.724Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41392026-08-14T22:14:02.900Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41402026-08-14T22:14:02.924Z[verify-libraries] Compiling aead v0.5.2
41412026-08-14T22:14:02.949Z[verify-libraries] Compiling password-hash v0.5.0
41422026-08-14T22:14:02.974Z[verify-libraries] Compiling itertools v0.15.0
41432026-08-14T22:14:02.978Z[verify-libraries] Compiling num-derive v0.4.2
41442026-08-14T22:14:03.115Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41452026-08-14T22:14:03.196Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41462026-08-14T22:14:03.310Z[verify-libraries] Compiling argon2 v0.5.3
41472026-08-14T22:14:03.338Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41482026-08-14T22:14:03.373Z[verify-libraries] Compiling rayon-core v1.13.0
41492026-08-14T22:14:03.446Z[verify-libraries] Compiling parse-display v0.10.0
41502026-08-14T22:14:03.494Z[verify-libraries] Compiling glob v0.3.3
41512026-08-14T22:14:03.534Z[verify-libraries] Compiling usdt-macro v0.5.0
41522026-08-14T22:14:03.643Z[verify-libraries] Compiling typify-impl v0.6.2
41532026-08-14T22:14:03.744Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41542026-08-14T22:14:03.832Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41552026-08-14T22:14:03.901Z[verify-libraries] Compiling vsss-rs v3.3.4
41562026-08-14T22:14:03.972Z[verify-libraries] Compiling num_enum_derive v0.7.6
41572026-08-14T22:14:04.070Z[ recovery-image] Aug 14 22:14:03.031 INFO O| Aug 14 22:14:03.031 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41582026-08-14T22:14:04.080Z[ recovery-image] Aug 14 22:14:03.042 INFO O| Aug 14 22:14:03.042 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41592026-08-14T22:14:04.109Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41602026-08-14T22:14:04.268Z[verify-libraries] Compiling memmap v0.7.0
41612026-08-14T22:14:04.436Z[verify-libraries] Compiling heapless v0.8.0
41622026-08-14T22:14:04.463Z[verify-libraries] Compiling proc-macro-error v1.0.4
41632026-08-14T22:14:04.471Z[ recovery-image] Aug 14 22:14:03.433 INFO O| Aug 14 22:14:03.433 INFO O| Caching catalogs ... Done
41642026-08-14T22:14:04.502Z[verify-libraries] Compiling ingot-macros v0.2.0
41652026-08-14T22:14:04.566Z[ recovery-image] Aug 14 22:14:03.527 INFO O| Aug 14 22:14:03.527 INFO STEP 0 (pkg_image_create) COMPLETE
41662026-08-14T22:14:04.566Z[ recovery-image] Aug 14 22:14:03.527 INFO O| Aug 14 22:14:03.527 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41672026-08-14T22:14:04.579Z[ recovery-image] Aug 14 22:14:03.540 INFO O| Aug 14 22:14:03.540 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"]
41682026-08-14T22:14:04.592Z[verify-libraries] Compiling tabwriter v1.4.1
41692026-08-14T22:14:04.646Z[verify-libraries] Compiling hash32 v0.3.1
41702026-08-14T22:14:04.733Z[verify-libraries] Compiling smoltcp v0.11.0
41712026-08-14T22:14:04.813Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41722026-08-14T22:14:04.840Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41732026-08-14T22:14:04.889Z[verify-libraries] Compiling cobs v0.3.0
41742026-08-14T22:14:04.893Z[ recovery-image] Aug 14 22:14:03.854 INFO O| Aug 14 22:14:03.854 INFO STEP 1 (pkg_set_publisher) COMPLETE
41752026-08-14T22:14:04.893Z[ recovery-image] Aug 14 22:14:03.854 INFO O| Aug 14 22:14:03.854 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41762026-08-14T22:14:04.893Z[ recovery-image] Aug 14 22:14:03.854 INFO O| Aug 14 22:14:03.854 INFO skip step because feature "publisher_1_name" is not enabled
41772026-08-14T22:14:04.893Z[ recovery-image] Aug 14 22:14:03.854 INFO O| Aug 14 22:14:03.854 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41782026-08-14T22:14:04.893Z[ recovery-image] Aug 14 22:14:03.854 INFO O| Aug 14 22:14:03.854 INFO skip step because feature "publisher_2_name" is not enabled
41792026-08-14T22:14:04.893Z[ recovery-image] Aug 14 22:14:03.854 INFO O| Aug 14 22:14:03.854 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41802026-08-14T22:14:04.893Z[ recovery-image] Aug 14 22:14:03.854 INFO O| Aug 14 22:14:03.854 INFO skip step because feature "publisher_3_name" is not enabled
41812026-08-14T22:14:04.893Z[ recovery-image] Aug 14 22:14:03.854 INFO O| Aug 14 22:14:03.854 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41822026-08-14T22:14:04.912Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
41832026-08-14T22:14:04.960Z[verify-libraries] Compiling colored v3.1.1
41842026-08-14T22:14:04.997Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41852026-08-14T22:14:05.004Z[ host-image] Aug 14 22:14:03.966 INFO O| Aug 14 22:14:03.966 INFO O| Download: 13008/23887 items 116.8/222.8MB 52% complete (22.9M/s)
41862026-08-14T22:14:05.046Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41872026-08-14T22:14:05.094Z[verify-libraries] Compiling usdt v0.5.0
41882026-08-14T22:14:05.159Z[verify-libraries] Compiling postcard v1.1.3
41892026-08-14T22:14:05.222Z[verify-libraries] Compiling rayon v1.11.0
41902026-08-14T22:14:05.226Z[verify-libraries] Compiling rand v0.10.1
41912026-08-14T22:14:05.232Z[ recovery-image] Aug 14 22:14:04.194 INFO O| Aug 14 22:14:04.194 INFO variant opensolaris.zone is already global
41922026-08-14T22:14:05.232Z[ recovery-image] Aug 14 22:14:04.194 INFO O| Aug 14 22:14:04.194 INFO STEP 5 (pkg_change_variant) COMPLETE
41932026-08-14T22:14:05.236Z[ recovery-image] Aug 14 22:14:04.194 INFO O| Aug 14 22:14:04.194 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41942026-08-14T22:14:05.287Z[verify-libraries] Compiling num_enum v0.7.6
41952026-08-14T22:14:05.287Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41962026-08-14T22:14:05.290Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
41972026-08-14T22:14:05.411Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41982026-08-14T22:14:05.445Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
41992026-08-14T22:14:05.487Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42002026-08-14T22:14:05.568Z[ recovery-image] Aug 14 22:14:04.529 INFO O| Aug 14 22:14:04.529 INFO variant opensolaris.imagetype is full; changing to partial
42012026-08-14T22:14:05.568Z[ recovery-image] Aug 14 22:14:04.529 INFO O| Aug 14 22:14:04.529 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42022026-08-14T22:14:05.664Z[verify-libraries] Compiling num_enum_derive v0.5.11
42032026-08-14T22:14:05.691Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42042026-08-14T22:14:05.695Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42052026-08-14T22:14:05.740Z[verify-libraries] Compiling cstr-argument v0.1.2
42062026-08-14T22:14:05.809Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42072026-08-14T22:14:05.878Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42082026-08-14T22:14:05.932Z[verify-libraries] Compiling itertools v0.12.1
42092026-08-14T22:14:06.095Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42102026-08-14T22:14:06.117Z[verify-libraries] Compiling sigpipe v0.1.3
42112026-08-14T22:14:06.165Z[verify-libraries] Compiling foreign-types v0.5.0
42122026-08-14T22:14:06.200Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42132026-08-14T22:14:06.223Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42142026-08-14T22:14:06.248Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42152026-08-14T22:14:06.274Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42162026-08-14T22:14:06.303Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42172026-08-14T22:14:06.303Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42182026-08-14T22:14:06.427Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42192026-08-14T22:14:06.461Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42202026-08-14T22:14:06.619Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42212026-08-14T22:14:06.645Z[verify-libraries] Compiling toml v0.8.23
42222026-08-14T22:14:06.648Z[verify-libraries] Compiling smf v0.2.3
42232026-08-14T22:14:06.712Z[verify-libraries] Compiling whoami v1.6.1
42242026-08-14T22:14:06.834Z[verify-libraries] Compiling num_enum v0.5.11
42252026-08-14T22:14:06.916Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42262026-08-14T22:14:06.944Z[verify-libraries] Compiling derive-where v1.6.0
42272026-08-14T22:14:06.991Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42282026-08-14T22:14:07.094Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42292026-08-14T22:14:07.129Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42302026-08-14T22:14:07.191Z[verify-libraries] Compiling zone v0.3.1
42312026-08-14T22:14:07.291Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42322026-08-14T22:14:07.322Z[verify-libraries] Compiling gethostname v0.5.0
42332026-08-14T22:14:07.470Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42342026-08-14T22:14:07.501Z[ recovery-image] Aug 14 22:14:06.462 INFO O| Aug 14 22:14:06.460 INFO O| Startup: Refreshing catalog 'helios' ... Done
42352026-08-14T22:14:07.528Z[verify-libraries] Compiling console v0.15.11
42362026-08-14T22:14:07.552Z[verify-libraries] Compiling newline-converter v0.3.0
42372026-08-14T22:14:07.552Z[verify-libraries] Compiling resolv-conf v0.7.6
42382026-08-14T22:14:07.690Z[verify-libraries] Compiling ingot-types v0.2.0
42392026-08-14T22:14:07.742Z[verify-libraries] Compiling num-rational v0.4.2
42402026-08-14T22:14:07.774Z[verify-libraries] Compiling num-complex v0.4.6
42412026-08-14T22:14:07.808Z[verify-libraries] Compiling slog-dtrace v0.3.0
42422026-08-14T22:14:08.027Z[verify-libraries] Compiling expectorate v1.2.0
42432026-08-14T22:14:08.106Z[ recovery-image] Aug 14 22:14:07.064 INFO O| Aug 14 22:14:07.064 INFO O| Startup: Caching catalogs ... Done
42442026-08-14T22:14:08.118Z[verify-libraries] Compiling ingot v0.2.1
42452026-08-14T22:14:08.118Z[ recovery-image] Aug 14 22:14:07.079 INFO O| Aug 14 22:14:07.079 INFO O| Planning: Planning completed in 0.00 seconds
42462026-08-14T22:14:08.121Z[ recovery-image] Aug 14 22:14:07.080 INFO O| Aug 14 22:14:07.080 INFO O| Planning: Consolidating action changes ... Done
42472026-08-14T22:14:08.121Z[ recovery-image] Aug 14 22:14:07.080 INFO O| Aug 14 22:14:07.080 INFO O| Planning: Evaluating mediators ... Done
42482026-08-14T22:14:08.121Z[ recovery-image] Aug 14 22:14:07.080 INFO O| Aug 14 22:14:07.080 INFO O| Planning: Planning completed in 0.00 seconds
42492026-08-14T22:14:08.121Z[ recovery-image] Aug 14 22:14:07.080 INFO O| Aug 14 22:14:07.080 INFO O| Variants/Facets to change: 1
42502026-08-14T22:14:08.134Z[ recovery-image] Aug 14 22:14:07.095 INFO O| Aug 14 22:14:07.095 INFO O| Finalize: Updating package state database ... Done
42512026-08-14T22:14:08.134Z[ recovery-image] Aug 14 22:14:07.095 INFO O| Aug 14 22:14:07.095 INFO O| Finalize: Updating package cache ... Done
42522026-08-14T22:14:08.137Z[verify-libraries] Compiling linear-map v1.2.0
42532026-08-14T22:14:08.168Z[verify-libraries] Compiling prettyplease v0.2.37
42542026-08-14T22:14:08.193Z[ recovery-image] Aug 14 22:14:07.154 INFO O| Aug 14 22:14:07.154 INFO O| Finalize: Updating image state ... Done
42552026-08-14T22:14:08.210Z[ recovery-image] Aug 14 22:14:07.171 INFO O| Aug 14 22:14:07.171 INFO O| Finalize: Creating fast lookup database ... Done
42562026-08-14T22:14:08.213Z[ recovery-image] Aug 14 22:14:07.172 INFO O| Aug 14 22:14:07.172 INFO O| Finalize: Reading search index ... Done
42572026-08-14T22:14:08.213Z[ recovery-image] Aug 14 22:14:07.172 INFO O| Aug 14 22:14:07.172 INFO O| Finalize: Updating search index ... Done
42582026-08-14T22:14:08.213Z[ recovery-image] Aug 14 22:14:07.173 INFO O| Aug 14 22:14:07.173 INFO O| Finalize: Updating package cache ... Done
42592026-08-14T22:14:08.219Z[verify-libraries] Compiling num v0.4.3
42602026-08-14T22:14:08.275Z[verify-libraries] Compiling float-ord v0.3.2
42612026-08-14T22:14:08.278Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42622026-08-14T22:14:08.342Z[verify-libraries] Compiling linked-hash-map v0.5.6
42632026-08-14T22:14:08.401Z[verify-libraries] Compiling hickory-proto v0.24.4
42642026-08-14T22:14:08.428Z[verify-libraries] Compiling convert_case v0.10.0
42652026-08-14T22:14:08.432Z[verify-libraries] Compiling owo-colors v4.3.0
42662026-08-14T22:14:08.463Z[ recovery-image] Aug 14 22:14:07.424 INFO O| Aug 14 22:14:07.424 INFO STEP 6 (pkg_change_variant) COMPLETE
42672026-08-14T22:14:08.463Z[ recovery-image] Aug 14 22:14:07.424 INFO O| Aug 14 22:14:07.424 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42682026-08-14T22:14:08.463Z[ recovery-image] Aug 14 22:14:07.424 INFO O| Aug 14 22:14:07.424 INFO skip step because feature "debug_variant" is not enabled
42692026-08-14T22:14:08.463Z[ recovery-image] Aug 14 22:14:07.424 INFO O| Aug 14 22:14:07.424 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42702026-08-14T22:14:08.476Z[verify-libraries] Compiling minimal-lexical v0.2.1
42712026-08-14T22:14:08.547Z[verify-libraries] Compiling lru-cache v0.1.2
42722026-08-14T22:14:08.584Z[verify-libraries] Compiling unicode-xid v0.2.6
42732026-08-14T22:14:08.625Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42742026-08-14T22:14:08.688Z[verify-libraries] Compiling typify-macro v0.6.2
42752026-08-14T22:14:08.741Z[verify-libraries] Compiling nom v7.1.3
42762026-08-14T22:14:08.772Z[verify-libraries] Compiling tabled_derive v0.7.0
42772026-08-14T22:14:08.776Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42782026-08-14T22:14:08.776Z[verify-libraries] Compiling fd-lock v4.0.4
42792026-08-14T22:14:08.780Z[ recovery-image] Aug 14 22:14:07.738 INFO O| Aug 14 22:14:07.738 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42802026-08-14T22:14:08.872Z[verify-libraries] Compiling derive_more-impl v2.1.1
42812026-08-14T22:14:09.005Z[verify-libraries] Compiling vte v0.14.1
42822026-08-14T22:14:09.222Z[verify-libraries] Compiling display-error-chain v0.2.2
42832026-08-14T22:14:09.281Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42842026-08-14T22:14:09.391Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42852026-08-14T22:14:09.412Z[verify-libraries] Compiling stacker v0.1.23
42862026-08-14T22:14:09.552Z[verify-libraries] Compiling cfg_aliases v0.1.1
42872026-08-14T22:14:09.721Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42882026-08-14T22:14:09.809Z[ host-image] Aug 14 22:14:08.771 INFO O| Aug 14 22:14:08.770 INFO O| Download: Completed 222.83 MB in 9.81 seconds (22.7M/s)
42892026-08-14T22:14:09.813Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42902026-08-14T22:14:09.844Z[verify-libraries] Compiling psm v0.1.30
42912026-08-14T22:14:09.844Z[verify-libraries] Compiling reedline v0.40.0
42922026-08-14T22:14:09.901Z[verify-libraries] Compiling derive_more v2.1.1
42932026-08-14T22:14:09.904Z[verify-libraries] Compiling nix v0.28.0
42942026-08-14T22:14:10.015Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42952026-08-14T22:14:10.015Z[verify-libraries] Compiling tabled v0.15.0
42962026-08-14T22:14:10.060Z[verify-libraries] Compiling crossterm v0.29.0
42972026-08-14T22:14:10.085Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42982026-08-14T22:14:10.159Z[verify-libraries] Compiling termtree v0.5.1
42992026-08-14T22:14:10.204Z[verify-libraries] Compiling semver v0.1.20
43002026-08-14T22:14:10.208Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43012026-08-14T22:14:10.368Z[verify-libraries] Compiling phf_shared v0.12.1
43022026-08-14T22:14:10.399Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43032026-08-14T22:14:10.408Z[ host-image] Aug 14 22:14:09.369 INFO O| Aug 14 22:14:09.369 INFO O| Actions: 1/54180 actions (Installing new actions)
43042026-08-14T22:14:10.427Z[verify-libraries] Compiling rustc_version v0.1.7
43052026-08-14T22:14:10.453Z[verify-libraries] Compiling nibble_vec v0.1.0
43062026-08-14T22:14:10.481Z[verify-libraries] Compiling highway v1.3.0
43072026-08-14T22:14:10.602Z[verify-libraries] Compiling hickory-resolver v0.24.4
43082026-08-14T22:14:10.625Z[verify-libraries] Compiling endian-type v0.1.2
43092026-08-14T22:14:10.629Z[verify-libraries] Compiling chrono-tz v0.10.4
43102026-08-14T22:14:10.650Z[ recovery-image] Aug 14 22:14:09.611 INFO O| Aug 14 22:14:09.611 INFO O| Startup: Refreshing catalog 'helios' ... Done
43112026-08-14T22:14:10.673Z[verify-libraries] Compiling typify v0.6.2
43122026-08-14T22:14:10.753Z[verify-libraries] Compiling newtype_derive v0.1.6
43132026-08-14T22:14:10.820Z[verify-libraries] Compiling progenitor-impl v0.14.0
43142026-08-14T22:14:10.910Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43152026-08-14T22:14:10.911Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43162026-08-14T22:14:10.966Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43172026-08-14T22:14:11.004Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43182026-08-14T22:14:11.045Z[ recovery-image] Aug 14 22:14:10.006 INFO O| Aug 14 22:14:10.006 INFO O| Startup: Caching catalogs ... Done
43192026-08-14T22:14:11.059Z[ recovery-image] Aug 14 22:14:10.020 INFO O| Aug 14 22:14:10.020 INFO O| Planning: Planning completed in 0.00 seconds
43202026-08-14T22:14:11.064Z[ recovery-image] Aug 14 22:14:10.021 INFO O| Aug 14 22:14:10.021 INFO O| Planning: Consolidating action changes ... Done
43212026-08-14T22:14:11.065Z[ recovery-image] Aug 14 22:14:10.021 INFO O| Aug 14 22:14:10.021 INFO O| Planning: Evaluating mediators ... Done
43222026-08-14T22:14:11.065Z[ recovery-image] Aug 14 22:14:10.021 INFO O| Aug 14 22:14:10.021 INFO O| Planning: Planning completed in 0.00 seconds
43232026-08-14T22:14:11.065Z[ recovery-image] Aug 14 22:14:10.021 INFO O| Aug 14 22:14:10.021 INFO O| Variants/Facets to change: 1
43242026-08-14T22:14:11.075Z[verify-libraries] Compiling recursive v0.1.1
43252026-08-14T22:14:11.078Z[ recovery-image] Aug 14 22:14:10.036 INFO O| Aug 14 22:14:10.035 INFO O| Finalize: Updating package state database ... Done
43262026-08-14T22:14:11.078Z[ recovery-image] Aug 14 22:14:10.036 INFO O| Aug 14 22:14:10.035 INFO O| Finalize: Updating package cache ... Done
43272026-08-14T22:14:11.140Z[ recovery-image] Aug 14 22:14:10.100 INFO O| Aug 14 22:14:10.100 INFO O| Finalize: Updating image state ... Done
43282026-08-14T22:14:11.155Z[ recovery-image] Aug 14 22:14:10.116 INFO O| Aug 14 22:14:10.116 INFO O| Finalize: Creating fast lookup database ... Done
43292026-08-14T22:14:11.158Z[ recovery-image] Aug 14 22:14:10.116 INFO O| Aug 14 22:14:10.116 INFO O| Finalize: Reading search index ... Done
43302026-08-14T22:14:11.159Z[ recovery-image] Aug 14 22:14:10.116 INFO O| Aug 14 22:14:10.116 INFO O| Finalize: Updating search index ... Done
43312026-08-14T22:14:11.159Z[ recovery-image] Aug 14 22:14:10.117 INFO O| Aug 14 22:14:10.117 INFO O| Finalize: Updating package cache ... Done
43322026-08-14T22:14:11.179Z[verify-libraries] Compiling radix_trie v0.2.1
43332026-08-14T22:14:11.240Z[verify-libraries] Compiling phf v0.12.1
43342026-08-14T22:14:11.298Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43352026-08-14T22:14:11.419Z[ recovery-image] Aug 14 22:14:10.380 INFO O| Aug 14 22:14:10.380 INFO STEP 8 (pkg_change_facet) COMPLETE
43362026-08-14T22:14:11.419Z[ recovery-image] Aug 14 22:14:10.380 INFO O| Aug 14 22:14:10.380 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43372026-08-14T22:14:11.465Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43382026-08-14T22:14:11.666Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43392026-08-14T22:14:11.721Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43402026-08-14T22:14:11.854Z[verify-libraries] Compiling qorb v0.4.1
43412026-08-14T22:14:11.902Z[ recovery-image] Aug 14 22:14:10.863 INFO O| Aug 14 22:14:10.863 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43422026-08-14T22:14:12.382Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43432026-08-14T22:14:12.672Z[verify-libraries] Compiling peg-macros v0.8.5
43442026-08-14T22:14:12.738Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43452026-08-14T22:14:12.947Z[verify-libraries] Compiling csv-core v0.1.13
43462026-08-14T22:14:12.978Z[verify-libraries] Compiling winnow v0.6.26
43472026-08-14T22:14:13.043Z[verify-libraries] Compiling home v0.5.12
43482026-08-14T22:14:13.250Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43492026-08-14T22:14:13.274Z[verify-libraries] Compiling unicode_categories v0.1.1
43502026-08-14T22:14:13.274Z[verify-libraries] Compiling rustyline v14.0.0
43512026-08-14T22:14:13.277Z[verify-libraries] Compiling textwrap v0.16.2
43522026-08-14T22:14:13.378Z[verify-libraries] Compiling csv v1.4.0
43532026-08-14T22:14:13.571Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43542026-08-14T22:14:13.665Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43552026-08-14T22:14:13.698Z[verify-libraries] Compiling sqlparser v0.61.0
43562026-08-14T22:14:13.851Z[verify-libraries] Compiling const_format v0.2.35
43572026-08-14T22:14:13.969Z[verify-libraries] Compiling progenitor-macro v0.14.0
43582026-08-14T22:14:14.039Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43592026-08-14T22:14:14.042Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43602026-08-14T22:14:14.165Z[ recovery-image] Aug 14 22:14:13.126 INFO O| Aug 14 22:14:13.126 INFO O| Startup: Refreshing catalog 'helios' ... Done
43612026-08-14T22:14:14.211Z[verify-libraries] Compiling peg v0.8.5
43622026-08-14T22:14:14.238Z[verify-libraries] Compiling bcs v0.1.6
43632026-08-14T22:14:14.238Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43642026-08-14T22:14:14.341Z[verify-libraries] Compiling nom v8.0.0
43652026-08-14T22:14:14.380Z[verify-libraries] Compiling sqlformat v0.3.5
43662026-08-14T22:14:14.422Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43672026-08-14T22:14:14.585Z[ recovery-image] Aug 14 22:14:13.546 INFO O| Aug 14 22:14:13.546 INFO O| Startup: Caching catalogs ... Done
43682026-08-14T22:14:14.589Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43692026-08-14T22:14:14.599Z[ recovery-image] Aug 14 22:14:13.560 INFO O| Aug 14 22:14:13.560 INFO O| Planning: Planning completed in 0.00 seconds
43702026-08-14T22:14:14.602Z[ recovery-image] Aug 14 22:14:13.560 INFO O| Aug 14 22:14:13.560 INFO O| Planning: Consolidating action changes ... Done
43712026-08-14T22:14:14.602Z[ recovery-image] Aug 14 22:14:13.560 INFO O| Aug 14 22:14:13.560 INFO O| Planning: Evaluating mediators ... Done
43722026-08-14T22:14:14.602Z[ recovery-image] Aug 14 22:14:13.561 INFO O| Aug 14 22:14:13.561 INFO O| Planning: Planning completed in 0.00 seconds
43732026-08-14T22:14:14.602Z[ recovery-image] Aug 14 22:14:13.561 INFO O| Aug 14 22:14:13.561 INFO O| Variants/Facets to change: 1
43742026-08-14T22:14:14.614Z[ recovery-image] Aug 14 22:14:13.574 INFO O| Aug 14 22:14:13.574 INFO O| Finalize: Updating package state database ... Done
43752026-08-14T22:14:14.614Z[ recovery-image] Aug 14 22:14:13.574 INFO O| Aug 14 22:14:13.574 INFO O| Finalize: Updating package cache ... Done
43762026-08-14T22:14:14.649Z[verify-libraries] Compiling steno v0.4.1
43772026-08-14T22:14:14.690Z[ recovery-image] Aug 14 22:14:13.651 INFO O| Aug 14 22:14:13.651 INFO O| Finalize: Updating image state ... Done
43782026-08-14T22:14:14.704Z[ recovery-image] Aug 14 22:14:13.665 INFO O| Aug 14 22:14:13.665 INFO O| Finalize: Creating fast lookup database ... Done
43792026-08-14T22:14:14.708Z[ recovery-image] Aug 14 22:14:13.666 INFO O| Aug 14 22:14:13.666 INFO O| Finalize: Reading search index ... Done
43802026-08-14T22:14:14.708Z[ recovery-image] Aug 14 22:14:13.666 INFO O| Aug 14 22:14:13.666 INFO O| Finalize: Updating search index ... Done
43812026-08-14T22:14:14.708Z[ recovery-image] Aug 14 22:14:13.667 INFO O| Aug 14 22:14:13.667 INFO O| Finalize: Updating package cache ... Done
43822026-08-14T22:14:14.737Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43832026-08-14T22:14:14.815Z[verify-libraries] Compiling sha1 v0.10.6
43842026-08-14T22:14:14.978Z[ recovery-image] Aug 14 22:14:13.939 INFO O| Aug 14 22:14:13.939 INFO STEP 9 (pkg_change_facet) COMPLETE
43852026-08-14T22:14:14.978Z[ recovery-image] Aug 14 22:14:13.940 INFO O| Aug 14 22:14:13.939 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43862026-08-14T22:14:15.051Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43872026-08-14T22:14:15.109Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43882026-08-14T22:14:15.408Z[ host-image] Aug 14 22:14:14.369 INFO O| Aug 14 22:14:14.369 INFO O| Actions: 21262/54180 actions (Installing new actions)
43892026-08-14T22:14:15.419Z[verify-libraries] Compiling tagptr v0.2.0
43902026-08-14T22:14:15.454Z[verify-libraries] Compiling utf-8 v0.7.6
43912026-08-14T22:14:15.481Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43922026-08-14T22:14:15.488Z[ recovery-image] Aug 14 22:14:14.449 INFO O| Aug 14 22:14:14.449 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43932026-08-14T22:14:15.546Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43942026-08-14T22:14:15.613Z[verify-libraries] Compiling libefi-sys v0.1.0
43952026-08-14T22:14:15.647Z[verify-libraries] Compiling tungstenite v0.21.0
43962026-08-14T22:14:15.676Z[verify-libraries] Compiling bitfield-struct v0.6.2
43972026-08-14T22:14:15.708Z[verify-libraries] Compiling moka v0.12.13
43982026-08-14T22:14:15.751Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
43992026-08-14T22:14:15.977Z[verify-libraries] Compiling libscf-sys v1.2.0
44002026-08-14T22:14:16.098Z[verify-libraries] Compiling xshell-macros v0.2.7
44012026-08-14T22:14:16.133Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44022026-08-14T22:14:16.185Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44032026-08-14T22:14:16.274Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44042026-08-14T22:14:16.282Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44052026-08-14T22:14:16.427Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44062026-08-14T22:14:16.582Z[verify-libraries] Compiling hickory-resolver v0.25.2
44072026-08-14T22:14:16.647Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44082026-08-14T22:14:16.676Z[verify-libraries] Compiling xshell v0.2.7
44092026-08-14T22:14:16.759Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44102026-08-14T22:14:16.792Z[verify-libraries] Compiling papergrid v0.18.0
44112026-08-14T22:14:16.838Z[verify-libraries] Compiling sha2 v0.11.0
44122026-08-14T22:14:16.860Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44132026-08-14T22:14:16.929Z[verify-libraries] Compiling subprocess v0.2.15
44142026-08-14T22:14:17.039Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44152026-08-14T22:14:17.092Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44162026-08-14T22:14:17.239Z[verify-libraries] Compiling headers-core v0.3.0
44172026-08-14T22:14:17.287Z[verify-libraries] Compiling unicase v2.9.0
44182026-08-14T22:14:17.321Z[ recovery-image] Aug 14 22:14:16.282 INFO O| Aug 14 22:14:16.282 INFO O| Startup: Refreshing catalog 'helios' ... Done
44192026-08-14T22:14:17.466Z[verify-libraries] Compiling headers v0.4.1
44202026-08-14T22:14:17.581Z[verify-libraries] Compiling darling_core v0.21.3
44212026-08-14T22:14:17.680Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44222026-08-14T22:14:17.777Z[ recovery-image] Aug 14 22:14:16.738 INFO O| Aug 14 22:14:16.738 INFO O| Startup: Caching catalogs ... Done
44232026-08-14T22:14:17.792Z[ recovery-image] Aug 14 22:14:16.753 INFO O| Aug 14 22:14:16.753 INFO O| Planning: Planning completed in 0.00 seconds
44242026-08-14T22:14:17.796Z[ recovery-image] Aug 14 22:14:16.753 INFO O| Aug 14 22:14:16.753 INFO O| Planning: Consolidating action changes ... Done
44252026-08-14T22:14:17.796Z[ recovery-image] Aug 14 22:14:16.753 INFO O| Aug 14 22:14:16.753 INFO O| Planning: Evaluating mediators ... Done
44262026-08-14T22:14:17.796Z[ recovery-image] Aug 14 22:14:16.754 INFO O| Aug 14 22:14:16.754 INFO O| Planning: Planning completed in 0.00 seconds
44272026-08-14T22:14:17.796Z[ recovery-image] Aug 14 22:14:16.754 INFO O| Aug 14 22:14:16.754 INFO O| Variants/Facets to change: 1
44282026-08-14T22:14:17.809Z[ recovery-image] Aug 14 22:14:16.770 INFO O| Aug 14 22:14:16.770 INFO O| Finalize: Updating package state database ... Done
44292026-08-14T22:14:17.809Z[ recovery-image] Aug 14 22:14:16.770 INFO O| Aug 14 22:14:16.770 INFO O| Finalize: Updating package cache ... Done
44302026-08-14T22:14:17.813Z[verify-libraries] Compiling maplit v1.0.2
44312026-08-14T22:14:17.872Z[verify-libraries] Compiling tabled v0.21.0
44322026-08-14T22:14:17.878Z[ recovery-image] Aug 14 22:14:16.839 INFO O| Aug 14 22:14:16.839 INFO O| Finalize: Updating image state ... Done
44332026-08-14T22:14:17.892Z[ recovery-image] Aug 14 22:14:16.853 INFO O| Aug 14 22:14:16.853 INFO O| Finalize: Creating fast lookup database ... Done
44342026-08-14T22:14:17.895Z[ recovery-image] Aug 14 22:14:16.854 INFO O| Aug 14 22:14:16.854 INFO O| Finalize: Reading search index ... Done
44352026-08-14T22:14:17.895Z[ recovery-image] Aug 14 22:14:16.854 INFO O| Aug 14 22:14:16.854 INFO O| Finalize: Updating search index ... Done
44362026-08-14T22:14:17.895Z[ recovery-image] Aug 14 22:14:16.855 INFO O| Aug 14 22:14:16.855 INFO O| Finalize: Updating package cache ... Done
44372026-08-14T22:14:18.011Z[verify-libraries] Compiling crc8 v0.1.1
44382026-08-14T22:14:18.188Z[ recovery-image] Aug 14 22:14:17.143 INFO O| Aug 14 22:14:17.143 INFO STEP 10 (pkg_change_facet) COMPLETE
44392026-08-14T22:14:18.188Z[ recovery-image] Aug 14 22:14:17.144 INFO O| Aug 14 22:14:17.143 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44402026-08-14T22:14:18.193Z[ recovery-image] Aug 14 22:14:17.154 INFO O| Aug 14 22:14:17.154 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
44412026-08-14T22:14:18.209Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44422026-08-14T22:14:18.262Z[verify-libraries] Compiling yasna v0.5.2
44432026-08-14T22:14:18.346Z[verify-libraries] Compiling vergen-lib v0.1.6
44442026-08-14T22:14:18.627Z[ host-image] Aug 14 22:14:17.588 INFO O| Aug 14 22:14:17.588 INFO O| Actions: Completed 54180 actions in 8.21 seconds.
44452026-08-14T22:14:18.670Z[verify-libraries] Compiling diesel_derives v2.3.7
44462026-08-14T22:14:18.715Z[ host-image] Aug 14 22:14:17.676 INFO O| Aug 14 22:14:17.676 INFO O| Finalize: Updating package state database ... Done
44472026-08-14T22:14:18.715Z[ host-image] Aug 14 22:14:17.676 INFO O| Aug 14 22:14:17.676 INFO O| Finalize: Updating package cache ... Done
44482026-08-14T22:14:18.769Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44492026-08-14T22:14:18.836Z[verify-libraries] Compiling rcgen v0.12.1
44502026-08-14T22:14:18.853Z[ host-image] Aug 14 22:14:17.814 INFO O| Aug 14 22:14:17.814 INFO O| Finalize: Updating image state ... Done
44512026-08-14T22:14:18.882Z[verify-libraries] Compiling port-file v0.1.0
44522026-08-14T22:14:19.023Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44532026-08-14T22:14:19.116Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44542026-08-14T22:14:19.318Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44552026-08-14T22:14:19.343Z[verify-libraries] Compiling half v1.8.3
44562026-08-14T22:14:19.405Z[verify-libraries] Compiling r2d2 v0.8.10
44572026-08-14T22:14:19.548Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44582026-08-14T22:14:19.668Z[verify-libraries] Compiling serde_cbor v0.11.2
44592026-08-14T22:14:19.708Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44602026-08-14T22:14:19.757Z[verify-libraries] Compiling progenitor v0.14.0
44612026-08-14T22:14:19.824Z[verify-libraries] Compiling downcast-rs v2.0.2
44622026-08-14T22:14:19.974Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44632026-08-14T22:14:20.018Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44642026-08-14T22:14:20.022Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44652026-08-14T22:14:20.047Z[ host-image] Aug 14 22:14:19.008 INFO O| Aug 14 22:14:19.008 INFO O| Finalize: Creating fast lookup database ... Done
44662026-08-14T22:14:20.075Z[ host-image] Aug 14 22:14:19.036 INFO O| Aug 14 22:14:19.036 INFO O| Finalize: Reading search index ... Done
44672026-08-14T22:14:20.110Z[verify-libraries] Compiling cpubits v0.1.1
44682026-08-14T22:14:20.113Z[verify-libraries] Compiling crunchy v0.2.4
44692026-08-14T22:14:20.310Z[verify-libraries] Compiling dirs-next v2.0.0
44702026-08-14T22:14:20.317Z[ recovery-image] Aug 14 22:14:19.278 INFO O| Aug 14 22:14:19.278 INFO O| Startup: Refreshing catalog 'helios' ... Done
44712026-08-14T22:14:20.352Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44722026-08-14T22:14:20.635Z[verify-libraries] Compiling darling_macro v0.21.3
44732026-08-14T22:14:20.741Z[ recovery-image] Aug 14 22:14:19.702 INFO O| Aug 14 22:14:19.702 INFO O| Startup: Caching catalogs ... Done
44742026-08-14T22:14:20.789Z[verify-libraries] Compiling clang-sys v1.8.1
44752026-08-14T22:14:20.853Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44762026-08-14T22:14:20.894Z[verify-libraries] Compiling tiny-keccak v2.0.2
44772026-08-14T22:14:20.981Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44782026-08-14T22:14:21.242Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44792026-08-14T22:14:21.305Z[verify-libraries] Compiling darling v0.21.3
44802026-08-14T22:14:21.309Z[verify-libraries] Compiling term v0.7.0
44812026-08-14T22:14:21.366Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44822026-08-14T22:14:21.370Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44832026-08-14T22:14:21.418Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44842026-08-14T22:14:21.418Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44852026-08-14T22:14:21.526Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44862026-08-14T22:14:21.580Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44872026-08-14T22:14:21.583Z[verify-libraries] Compiling diff v0.1.13
44882026-08-14T22:14:21.660Z[verify-libraries] Compiling bit-vec v0.6.3
44892026-08-14T22:14:21.825Z[verify-libraries] Compiling ascii-canvas v3.0.0
44902026-08-14T22:14:21.980Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44912026-08-14T22:14:21.984Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44922026-08-14T22:14:22.056Z[verify-libraries] Compiling bit-set v0.5.3
44932026-08-14T22:14:22.091Z[verify-libraries] Compiling itertools v0.10.5
44942026-08-14T22:14:22.146Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44952026-08-14T22:14:22.177Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44962026-08-14T22:14:22.181Z[verify-libraries] Compiling libloading v0.8.9
44972026-08-14T22:14:22.204Z[verify-libraries] Compiling ena v0.14.4
44982026-08-14T22:14:22.294Z[verify-libraries] Compiling regex-syntax v0.6.29
44992026-08-14T22:14:22.355Z[verify-libraries] Compiling bindgen v0.71.1
45002026-08-14T22:14:22.565Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45012026-08-14T22:14:22.623Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45022026-08-14T22:14:22.659Z[ recovery-image] Aug 14 22:14:21.621 INFO O| Aug 14 22:14:21.621 INFO O| Planning: Solver setup ... Done
45032026-08-14T22:14:22.793Z[verify-libraries] Compiling cexpr v0.6.0
45042026-08-14T22:14:22.816Z[ recovery-image] Aug 14 22:14:21.777 INFO O| Aug 14 22:14:21.777 INFO O| Planning: Running solver ... Done
45052026-08-14T22:14:22.854Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45062026-08-14T22:14:22.858Z[ recovery-image] Aug 14 22:14:21.819 INFO O| Aug 14 22:14:21.819 INFO O| Planning: Finding local manifests ... Done
45072026-08-14T22:14:22.896Z[ host-image] Aug 14 22:14:21.853 INFO O| Aug 14 22:14:21.853 INFO O| Finalize: Building new search index ... Done
45082026-08-14T22:14:22.909Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45092026-08-14T22:14:22.939Z[ recovery-image] Aug 14 22:14:21.876 INFO O| Aug 14 22:14:21.876 INFO O| Planning: Fetching manifests: 0/130 0% complete
45102026-08-14T22:14:22.957Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45112026-08-14T22:14:23.248Z[verify-libraries] Compiling rustc-hash v2.1.1
45122026-08-14T22:14:23.283Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45132026-08-14T22:14:23.372Z[ host-image] Aug 14 22:14:22.331 INFO O| Aug 14 22:14:22.331 INFO O| Finalize: Updating package cache ... Done
45142026-08-14T22:14:23.394Z[verify-libraries] Compiling libxml v0.3.3
45152026-08-14T22:14:23.453Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45162026-08-14T22:14:23.548Z[verify-libraries] Compiling strum_macros v0.24.3
45172026-08-14T22:14:23.572Z[verify-libraries] Compiling hmac v0.13.0
45182026-08-14T22:14:23.729Z[ host-image] Aug 14 22:14:22.690 INFO O| Aug 14 22:14:22.690 INFO STEP 11 (pkg_install) COMPLETE
45192026-08-14T22:14:23.729Z[ host-image] Aug 14 22:14:22.690 INFO O| Aug 14 22:14:22.690 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45202026-08-14T22:14:23.742Z[ host-image] Aug 14 22:14:22.703 INFO O| Aug 14 22:14:22.703 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"]
45212026-08-14T22:14:24.021Z[verify-libraries] Compiling lalrpop v0.19.12
45222026-08-14T22:14:24.098Z[verify-libraries] Compiling universal-hash v0.6.1
45232026-08-14T22:14:24.112Z[verify-libraries] Compiling fxhash v0.2.1
45242026-08-14T22:14:24.176Z[verify-libraries] Compiling indoc v1.0.9
45252026-08-14T22:14:24.826Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45262026-08-14T22:14:24.943Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45272026-08-14T22:14:25.117Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45282026-08-14T22:14:25.373Z[verify-libraries] Compiling progenitor-impl v0.13.0
45292026-08-14T22:14:25.698Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45302026-08-14T22:14:26.002Z[verify-libraries] Compiling oso-derive v0.27.3
45312026-08-14T22:14:26.340Z[ host-image] Aug 14 22:14:25.300 INFO O| Aug 14 22:14:25.300 INFO O| Startup: Refreshing catalog 'helios' ... Done
45322026-08-14T22:14:26.407Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45332026-08-14T22:14:26.624Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45342026-08-14T22:14:26.675Z[verify-libraries] Compiling quick-xml v0.37.5
45352026-08-14T22:14:26.712Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45362026-08-14T22:14:26.822Z[ host-image] Aug 14 22:14:25.739 INFO O| Aug 14 22:14:25.739 INFO O| Startup: Caching catalogs ... Done
45372026-08-14T22:14:27.037Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45382026-08-14T22:14:27.069Z[ recovery-image] Aug 14 22:14:26.003 INFO O| Aug 14 22:14:26.003 INFO O| Planning: Fetching manifests: 130/130 100% complete
45392026-08-14T22:14:27.280Z[ host-image] Aug 14 22:14:26.219 INFO O| Aug 14 22:14:26.219 INFO O| Planning: Solver setup ... Done
45402026-08-14T22:14:27.310Z[ host-image] Aug 14 22:14:26.224 INFO O| Aug 14 22:14:26.224 INFO O| Planning: Running solver ... Done
45412026-08-14T22:14:27.310Z[ host-image] Aug 14 22:14:26.238 INFO O| Aug 14 22:14:26.238 INFO O| Planning: Finding local manifests ... Done
45422026-08-14T22:14:27.351Z[ host-image] Aug 14 22:14:26.259 INFO O| Aug 14 22:14:26.259 INFO O| Planning: Fetching manifests: 0/6 0% complete
45432026-08-14T22:14:27.391Z[ host-image] Aug 14 22:14:26.340 INFO O| Aug 14 22:14:26.340 INFO O| Planning: Fetching manifests: 6/6 100% complete
45442026-08-14T22:14:27.421Z[ host-image] Aug 14 22:14:26.361 INFO O| Aug 14 22:14:26.361 INFO O| Planning: Package planning ... Done
45452026-08-14T22:14:27.421Z[ host-image] Aug 14 22:14:26.363 INFO O| Aug 14 22:14:26.363 INFO O| Planning: Merging actions ... Done
45462026-08-14T22:14:27.544Z[ recovery-image] Aug 14 22:14:26.476 INFO O| Aug 14 22:14:26.476 INFO O| Planning: Package planning ... Done
45472026-08-14T22:14:27.597Z[ host-image] Aug 14 22:14:26.548 INFO O| Aug 14 22:14:26.548 INFO O| Planning: Checking for conflicting actions ... Done
45482026-08-14T22:14:27.617Z[ host-image] Aug 14 22:14:26.549 INFO O| Aug 14 22:14:26.549 INFO O| Planning: Consolidating action changes ... Done
45492026-08-14T22:14:27.689Z[ recovery-image] Aug 14 22:14:26.638 INFO O| Aug 14 22:14:26.638 INFO O| Planning: Merging actions ... Done
45502026-08-14T22:14:27.739Z[ host-image] Aug 14 22:14:26.687 INFO O| Aug 14 22:14:26.687 INFO O| Planning: Evaluating mediators ... Done
45512026-08-14T22:14:27.755Z[ host-image] Aug 14 22:14:26.688 INFO O| Aug 14 22:14:26.688 INFO O| Planning: Planning completed in 0.93 seconds
45522026-08-14T22:14:27.755Z[ host-image] Aug 14 22:14:26.689 INFO O| Aug 14 22:14:26.689 INFO O| Packages to install: 6
45532026-08-14T22:14:27.755Z[ host-image] Aug 14 22:14:26.689 INFO O| Aug 14 22:14:26.689 INFO O| Services to change: 2
45542026-08-14T22:14:27.755Z[ host-image] Aug 14 22:14:26.699 INFO O| Aug 14 22:14:26.699 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45552026-08-14T22:14:27.755Z[ recovery-image] Aug 14 22:14:26.706 INFO O| Aug 14 22:14:26.706 INFO O| Planning: Checking for conflicting actions ... Done
45562026-08-14T22:14:27.812Z[ recovery-image] Aug 14 22:14:26.769 INFO O| Aug 14 22:14:26.769 INFO O| Planning: Consolidating action changes ... Done
45572026-08-14T22:14:27.903Z[ host-image] Aug 14 22:14:26.864 INFO O| Aug 14 22:14:26.864 INFO O| Download: Completed 1.75 MB in 0.16 seconds (10.6M/s)
45582026-08-14T22:14:27.929Z[ host-image] Aug 14 22:14:26.890 INFO O| Aug 14 22:14:26.890 INFO O| Actions: 1/390 actions (Installing new actions)
45592026-08-14T22:14:27.945Z[ recovery-image] Aug 14 22:14:26.905 INFO O| Aug 14 22:14:26.905 INFO O| Planning: Evaluating mediators ... Done
45602026-08-14T22:14:28.103Z[ host-image] Aug 14 22:14:27.064 INFO O| Aug 14 22:14:27.064 INFO O| Actions: Completed 390 actions in 0.17 seconds.
45612026-08-14T22:14:28.118Z[verify-libraries] Compiling openssl-probe v0.1.6
45622026-08-14T22:14:28.139Z[ host-image] Aug 14 22:14:27.100 INFO O| Aug 14 22:14:27.100 INFO O| Finalize: Updating package state database ... Done
45632026-08-14T22:14:28.139Z[ host-image] Aug 14 22:14:27.100 INFO O| Aug 14 22:14:27.100 INFO O| Finalize: Updating package cache ... Done
45642026-08-14T22:14:28.189Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45652026-08-14T22:14:28.225Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45662026-08-14T22:14:28.231Z[ host-image] Aug 14 22:14:27.193 INFO O| Aug 14 22:14:27.193 INFO O| Finalize: Updating image state ... Done
45672026-08-14T22:14:28.362Z[verify-libraries] Compiling progenitor-macro v0.13.0
45682026-08-14T22:14:28.366Z[verify-libraries] Compiling diesel v2.3.7
45692026-08-14T22:14:28.471Z[verify-libraries] Compiling polyval v0.7.1
45702026-08-14T22:14:28.588Z[verify-libraries] Compiling der v0.8.0
45712026-08-14T22:14:28.986Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45722026-08-14T22:14:29.069Z[verify-libraries] Compiling progenitor-client v0.13.0
45732026-08-14T22:14:29.296Z[ host-image] Aug 14 22:14:28.255 INFO O| Aug 14 22:14:28.255 INFO O| Finalize: Creating fast lookup database ... Done
45742026-08-14T22:14:29.324Z[ host-image] Aug 14 22:14:28.284 INFO O| Aug 14 22:14:28.284 INFO O| Finalize: Reading search index ... Done
45752026-08-14T22:14:29.324Z[ host-image] Aug 14 22:14:28.284 INFO O| Aug 14 22:14:28.284 INFO O| Finalize: Updating search index ... Done
45762026-08-14T22:14:29.339Z[ host-image] Aug 14 22:14:28.300 INFO O| Aug 14 22:14:28.299 INFO O| Finalize: Updating package cache ... Done
45772026-08-14T22:14:29.491Z[ recovery-image] Aug 14 22:14:28.452 INFO O| Aug 14 22:14:28.452 INFO O| Planning: Planning completed in 8.74 seconds
45782026-08-14T22:14:29.497Z[ recovery-image] Aug 14 22:14:28.458 INFO O| Aug 14 22:14:28.457 INFO O| Packages to install: 130
45792026-08-14T22:14:29.497Z[ recovery-image] Aug 14 22:14:28.458 INFO O| Aug 14 22:14:28.457 INFO O| Mediators to change: 5
45802026-08-14T22:14:29.501Z[ recovery-image] Aug 14 22:14:28.458 INFO O| Aug 14 22:14:28.457 INFO O| Services to change: 5
45812026-08-14T22:14:29.526Z[ recovery-image] Aug 14 22:14:28.487 INFO O| Aug 14 22:14:28.487 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45822026-08-14T22:14:29.552Z[verify-libraries] Compiling git-stub v1.0.0
45832026-08-14T22:14:29.613Z[ host-image] Aug 14 22:14:28.574 INFO O| Aug 14 22:14:28.574 INFO STEP 12 (pkg_install) COMPLETE
45842026-08-14T22:14:29.613Z[ host-image] Aug 14 22:14:28.574 INFO O| Aug 14 22:14:28.574 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45852026-08-14T22:14:29.623Z[ host-image] Aug 14 22:14:28.583 INFO O| Aug 14 22:14:28.583 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45862026-08-14T22:14:29.681Z[verify-libraries] Compiling kstat-rs v0.2.5
45872026-08-14T22:14:29.926Z[verify-libraries] Compiling trait-variant v0.1.2
45882026-08-14T22:14:29.962Z[verify-libraries] Compiling salty v0.3.0
45892026-08-14T22:14:30.052Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45902026-08-14T22:14:30.159Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45912026-08-14T22:14:30.197Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45922026-08-14T22:14:30.386Z[verify-libraries] Compiling ghash v0.6.0
45932026-08-14T22:14:30.583Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45942026-08-14T22:14:30.630Z[verify-libraries] Compiling pbkdf2 v0.13.0
45952026-08-14T22:14:30.630Z[verify-libraries] Compiling aes v0.9.1
45962026-08-14T22:14:30.806Z[verify-libraries] Compiling crypto-bigint v0.7.5
45972026-08-14T22:14:30.844Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45982026-08-14T22:14:31.320Z[ host-image] Aug 14 22:14:30.280 INFO O| Aug 14 22:14:30.280 INFO O| Startup: Refreshing catalog 'helios' ... Done
45992026-08-14T22:14:31.457Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46002026-08-14T22:14:31.500Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46012026-08-14T22:14:31.552Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46022026-08-14T22:14:31.575Z[verify-libraries] Compiling ctr v0.10.1
46032026-08-14T22:14:31.766Z[ host-image] Aug 14 22:14:30.727 INFO O| Aug 14 22:14:30.727 INFO O| Startup: Caching catalogs ... Done
46042026-08-14T22:14:31.848Z[verify-libraries] Compiling aead v0.6.1
46052026-08-14T22:14:31.884Z[verify-libraries] Compiling bb8 v0.8.6
46062026-08-14T22:14:31.920Z[verify-libraries] Compiling parking_lot_core v0.8.6
46072026-08-14T22:14:32.119Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46082026-08-14T22:14:32.151Z[ host-image] Aug 14 22:14:31.112 INFO O| Aug 14 22:14:31.112 INFO O| Planning: Solver setup ... Done
46092026-08-14T22:14:32.156Z[ host-image] Aug 14 22:14:31.117 INFO O| Aug 14 22:14:31.117 INFO O| Planning: Running solver ... Done
46102026-08-14T22:14:32.168Z[ host-image] Aug 14 22:14:31.129 INFO O| Aug 14 22:14:31.129 INFO O| Planning: Finding local manifests ... Done
46112026-08-14T22:14:32.196Z[ host-image] Aug 14 22:14:31.157 INFO O| Aug 14 22:14:31.157 INFO O| Planning: Fetching manifests: 0/6 0% complete
46122026-08-14T22:14:32.290Z[verify-libraries] Compiling aes-gcm v0.11.0
46132026-08-14T22:14:32.355Z[ host-image] Aug 14 22:14:31.311 INFO O| Aug 14 22:14:31.311 INFO O| Planning: Fetching manifests: 6/6 100% complete
46142026-08-14T22:14:32.383Z[ host-image] Aug 14 22:14:31.343 INFO O| Aug 14 22:14:31.343 INFO O| Planning: Package planning ... Done
46152026-08-14T22:14:32.386Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46162026-08-14T22:14:32.392Z[ host-image] Aug 14 22:14:31.353 INFO O| Aug 14 22:14:31.353 INFO O| Planning: Merging actions ... Done
46172026-08-14T22:14:32.460Z[verify-libraries] Compiling spki v0.8.0
46182026-08-14T22:14:32.486Z[verify-libraries] Compiling mime_guess v2.0.5
46192026-08-14T22:14:32.557Z[ host-image] Aug 14 22:14:31.518 INFO O| Aug 14 22:14:31.518 INFO O| Planning: Checking for conflicting actions ... Done
46202026-08-14T22:14:32.561Z[ host-image] Aug 14 22:14:31.521 INFO O| Aug 14 22:14:31.521 INFO O| Planning: Consolidating action changes ... Done
46212026-08-14T22:14:32.582Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46222026-08-14T22:14:32.702Z[ host-image] Aug 14 22:14:31.661 INFO O| Aug 14 22:14:31.661 INFO O| Planning: Evaluating mediators ... Done
46232026-08-14T22:14:32.706Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46242026-08-14T22:14:32.706Z[ host-image] Aug 14 22:14:31.664 INFO O| Aug 14 22:14:31.664 INFO O| Planning: Planning completed in 0.92 seconds
46252026-08-14T22:14:32.706Z[ host-image] Aug 14 22:14:31.664 INFO O| Aug 14 22:14:31.664 INFO O| Packages to install: 6
46262026-08-14T22:14:32.706Z[ host-image] Aug 14 22:14:31.664 INFO O| Aug 14 22:14:31.664 INFO O| Mediators to change: 1
46272026-08-14T22:14:32.706Z[ host-image] Aug 14 22:14:31.664 INFO O| Aug 14 22:14:31.664 INFO O| Services to change: 1
46282026-08-14T22:14:32.715Z[ host-image] Aug 14 22:14:31.676 INFO O| Aug 14 22:14:31.676 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46292026-08-14T22:14:32.741Z[verify-libraries] Compiling rfc6979 v0.4.0
46302026-08-14T22:14:32.912Z[verify-libraries] Compiling salsa20 v0.11.0
46312026-08-14T22:14:32.916Z[verify-libraries] Compiling nanorand v0.7.0
46322026-08-14T22:14:32.997Z[verify-libraries] Compiling ecdsa v0.16.9
46332026-08-14T22:14:33.136Z[verify-libraries] Compiling scrypt v0.12.0
46342026-08-14T22:14:33.195Z[verify-libraries] Compiling flume v0.11.1
46352026-08-14T22:14:33.307Z[ host-image] Aug 14 22:14:32.268 INFO O| Aug 14 22:14:32.268 INFO O| Download: Completed 7.84 MB in 0.59 seconds (13.2M/s)
46362026-08-14T22:14:33.351Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46372026-08-14T22:14:33.354Z[ host-image] Aug 14 22:14:32.313 INFO O| Aug 14 22:14:32.313 INFO O| Actions: 1/1366 actions (Installing new actions)
46382026-08-14T22:14:33.488Z[verify-libraries] Compiling primeorder v0.13.6
46392026-08-14T22:14:33.555Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46402026-08-14T22:14:33.620Z[ host-image] Aug 14 22:14:32.581 INFO O| Aug 14 22:14:32.581 INFO O| Actions: Completed 1366 actions in 0.27 seconds.
46412026-08-14T22:14:33.625Z[verify-libraries] Compiling cbc v0.2.1
46422026-08-14T22:14:33.761Z[ host-image] Aug 14 22:14:32.722 INFO O| Aug 14 22:14:32.722 INFO O| Finalize: Updating package state database ... Done
46432026-08-14T22:14:33.761Z[ host-image] Aug 14 22:14:32.722 INFO O| Aug 14 22:14:32.722 INFO O| Finalize: Updating package cache ... Done
46442026-08-14T22:14:33.785Z[verify-libraries] Compiling progenitor v0.13.0
46452026-08-14T22:14:33.857Z[ host-image] Aug 14 22:14:32.818 INFO O| Aug 14 22:14:32.818 INFO O| Finalize: Updating image state ... Done
46462026-08-14T22:14:33.890Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46472026-08-14T22:14:33.911Z[verify-libraries] Compiling nonempty v0.12.0
46482026-08-14T22:14:33.935Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46492026-08-14T22:14:33.959Z[verify-libraries] Compiling http-range v0.1.5
46502026-08-14T22:14:34.022Z[verify-libraries] Compiling p384 v0.13.1
46512026-08-14T22:14:34.211Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46522026-08-14T22:14:34.275Z[verify-libraries] Compiling pkcs5 v0.8.1
46532026-08-14T22:14:34.312Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46542026-08-14T22:14:34.392Z[verify-libraries] Compiling parking_lot v0.11.2
46552026-08-14T22:14:34.527Z[ recovery-image] Aug 14 22:14:33.488 INFO O| Aug 14 22:14:33.488 INFO O| Download: 7652/16682 items 82.4/200.0MB 41% complete (16.5M/s)
46562026-08-14T22:14:34.815Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46572026-08-14T22:14:34.873Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46582026-08-14T22:14:34.878Z[ host-image] Aug 14 22:14:33.839 INFO O| Aug 14 22:14:33.839 INFO O| Finalize: Creating fast lookup database ... Done
46592026-08-14T22:14:34.907Z[ host-image] Aug 14 22:14:33.868 INFO O| Aug 14 22:14:33.868 INFO O| Finalize: Reading search index ... Done
46602026-08-14T22:14:34.907Z[ host-image] Aug 14 22:14:33.868 INFO O| Aug 14 22:14:33.868 INFO O| Finalize: Updating search index ... Done
46612026-08-14T22:14:34.918Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46622026-08-14T22:14:34.941Z[ host-image] Aug 14 22:14:33.902 INFO O| Aug 14 22:14:33.902 INFO O| Finalize: Updating package cache ... Done
46632026-08-14T22:14:34.951Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46642026-08-14T22:14:35.050Z[verify-libraries] Compiling prefix-trie v0.7.0
46652026-08-14T22:14:35.233Z[verify-libraries] Compiling digest-io v0.1.0
46662026-08-14T22:14:35.237Z[ host-image] Aug 14 22:14:34.196 INFO O| Aug 14 22:14:34.195 INFO STEP 13 (pkg_install) COMPLETE
46672026-08-14T22:14:35.237Z[ host-image] Aug 14 22:14:34.196 INFO O| Aug 14 22:14:34.195 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46682026-08-14T22:14:35.245Z[ host-image] Aug 14 22:14:34.206 INFO O| Aug 14 22:14:34.206 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
46692026-08-14T22:14:35.352Z[verify-libraries] Compiling rawzip v0.4.4
46702026-08-14T22:14:35.457Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46712026-08-14T22:14:35.575Z[verify-libraries] Compiling hickory-server v0.25.2
46722026-08-14T22:14:35.601Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46732026-08-14T22:14:35.628Z[verify-libraries] Compiling sled v0.34.7
46742026-08-14T22:14:36.175Z[verify-libraries] Compiling pkcs8 v0.11.0
46752026-08-14T22:14:36.255Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46762026-08-14T22:14:36.545Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46772026-08-14T22:14:36.617Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46782026-08-14T22:14:36.840Z[verify-libraries] Compiling ignore v0.4.25
46792026-08-14T22:14:36.908Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46802026-08-14T22:14:36.970Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46812026-08-14T22:14:37.157Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46822026-08-14T22:14:37.221Z[verify-libraries] Compiling ff v0.14.0
46832026-08-14T22:14:37.226Z[ host-image] Aug 14 22:14:36.184 INFO O| Aug 14 22:14:36.184 INFO O| Startup: Refreshing catalog 'helios' ... Done
46842026-08-14T22:14:37.350Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46852026-08-14T22:14:37.417Z[verify-libraries] Compiling corncobs v0.1.4
46862026-08-14T22:14:37.502Z[verify-libraries] Compiling globwalk v0.9.1
46872026-08-14T22:14:37.653Z[ host-image] Aug 14 22:14:36.614 INFO O| Aug 14 22:14:36.614 INFO O| Startup: Caching catalogs ... Done
46882026-08-14T22:14:37.687Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46892026-08-14T22:14:37.761Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46902026-08-14T22:14:37.873Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46912026-08-14T22:14:37.909Z[verify-libraries] Compiling predicates-tree v1.0.13
46922026-08-14T22:14:38.078Z[ host-image] Aug 14 22:14:37.036 INFO O| Aug 14 22:14:37.036 INFO O| Planning: Solver setup ... Done
46932026-08-14T22:14:38.081Z[ host-image] Aug 14 22:14:37.042 INFO O| Aug 14 22:14:37.042 INFO O| Planning: Running solver ... Done
46942026-08-14T22:14:38.095Z[ host-image] Aug 14 22:14:37.056 INFO O| Aug 14 22:14:37.056 INFO O| Planning: Finding local manifests ... Done
46952026-08-14T22:14:38.132Z[ host-image] Aug 14 22:14:37.091 INFO O| Aug 14 22:14:37.091 INFO O| Planning: Fetching manifests: 0/1 0% complete
46962026-08-14T22:14:38.136Z[ host-image] Aug 14 22:14:37.097 INFO O| Aug 14 22:14:37.097 INFO O| Planning: Fetching manifests: 1/1 100% complete
46972026-08-14T22:14:38.153Z[ host-image] Aug 14 22:14:37.113 INFO O| Aug 14 22:14:37.113 INFO O| Planning: Package planning ... Done
46982026-08-14T22:14:38.153Z[ host-image] Aug 14 22:14:37.113 INFO O| Aug 14 22:14:37.113 INFO O| Planning: Merging actions ... Done
46992026-08-14T22:14:38.212Z[verify-libraries] Compiling libz-sys v1.1.24
47002026-08-14T22:14:38.242Z[verify-libraries] Compiling rand_seeder v0.4.0
47012026-08-14T22:14:38.293Z[ host-image] Aug 14 22:14:37.250 INFO O| Aug 14 22:14:37.250 INFO O| Planning: Checking for conflicting actions ... Done
47022026-08-14T22:14:38.293Z[ host-image] Aug 14 22:14:37.250 INFO O| Aug 14 22:14:37.250 INFO O| Planning: Consolidating action changes ... Done
47032026-08-14T22:14:38.407Z[verify-libraries] Compiling secrecy v0.8.0
47042026-08-14T22:14:38.464Z[ host-image] Aug 14 22:14:37.424 INFO O| Aug 14 22:14:37.423 INFO O| Planning: Evaluating mediators ... Done
47052026-08-14T22:14:38.464Z[ host-image] Aug 14 22:14:37.424 INFO O| Aug 14 22:14:37.424 INFO O| Planning: Planning completed in 0.80 seconds
47062026-08-14T22:14:38.469Z[ host-image] Aug 14 22:14:37.424 INFO O| Aug 14 22:14:37.424 INFO O| Packages to install: 1
47072026-08-14T22:14:38.474Z[ host-image] Aug 14 22:14:37.435 INFO O| Aug 14 22:14:37.435 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47082026-08-14T22:14:38.512Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47092026-08-14T22:14:38.567Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47102026-08-14T22:14:38.795Z[ host-image] Aug 14 22:14:37.756 INFO O| Aug 14 22:14:37.756 INFO O| Download: Completed 13.27 MB in 0.32 seconds (41.4M/s)
47112026-08-14T22:14:38.833Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47122026-08-14T22:14:38.941Z[verify-libraries] Compiling group v0.14.0
47132026-08-14T22:14:39.060Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47142026-08-14T22:14:39.071Z[ host-image] Aug 14 22:14:38.029 INFO O| Aug 14 22:14:38.029 INFO O| Actions: 1/22 actions (Installing new actions)
47152026-08-14T22:14:39.152Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47162026-08-14T22:14:39.188Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47172026-08-14T22:14:39.223Z[verify-libraries] Compiling signature v3.0.0
47182026-08-14T22:14:39.344Z[ host-image] Aug 14 22:14:38.283 INFO O| Aug 14 22:14:38.283 INFO O| Actions: Completed 22 actions in 0.25 seconds.
47192026-08-14T22:14:39.378Z[ host-image] Aug 14 22:14:38.319 INFO O| Aug 14 22:14:38.319 INFO O| Finalize: Updating package state database ... Done
47202026-08-14T22:14:39.378Z[ host-image] Aug 14 22:14:38.319 INFO O| Aug 14 22:14:38.319 INFO O| Finalize: Updating package cache ... Done
47212026-08-14T22:14:39.449Z[ host-image] Aug 14 22:14:38.407 INFO O| Aug 14 22:14:38.407 INFO O| Finalize: Updating image state ... Done
47222026-08-14T22:14:39.475Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47232026-08-14T22:14:39.504Z[verify-libraries] Compiling base16ct v1.0.0
47242026-08-14T22:14:39.527Z[ recovery-image] Aug 14 22:14:38.488 INFO O| Aug 14 22:14:38.488 INFO O| Download: 15417/16682 items 164.2/200.0MB 82% complete (16.4M/s)
47252026-08-14T22:14:39.676Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47262026-08-14T22:14:39.776Z[verify-libraries] Compiling instability v0.3.11
47272026-08-14T22:14:39.897Z[verify-libraries] Compiling sec1 v0.8.1
47282026-08-14T22:14:40.035Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47292026-08-14T22:14:40.121Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47302026-08-14T22:14:40.165Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47312026-08-14T22:14:40.240Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47322026-08-14T22:14:40.318Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47332026-08-14T22:14:40.350Z[verify-libraries] Compiling hkdf v0.13.0
47342026-08-14T22:14:40.421Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47352026-08-14T22:14:40.464Z[ host-image] Aug 14 22:14:39.423 INFO O| Aug 14 22:14:39.423 INFO O| Finalize: Creating fast lookup database ... Done
47362026-08-14T22:14:40.502Z[ host-image] Aug 14 22:14:39.463 INFO O| Aug 14 22:14:39.463 INFO O| Finalize: Reading search index ... Done
47372026-08-14T22:14:40.502Z[ host-image] Aug 14 22:14:39.463 INFO O| Aug 14 22:14:39.463 INFO O| Finalize: Updating search index ... Done
47382026-08-14T22:14:40.514Z[ host-image] Aug 14 22:14:39.475 INFO O| Aug 14 22:14:39.475 INFO O| Finalize: Updating package cache ... Done
47392026-08-14T22:14:40.570Z[verify-libraries] Compiling scuffle v0.1.0
47402026-08-14T22:14:40.639Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47412026-08-14T22:14:40.701Z[ recovery-image] Aug 14 22:14:39.661 INFO O| Aug 14 22:14:39.661 INFO O| Download: Completed 200.00 MB in 11.17 seconds (17.9M/s)
47422026-08-14T22:14:40.761Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47432026-08-14T22:14:40.795Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO STEP 14 (pkg_install) COMPLETE
47442026-08-14T22:14:40.795Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47452026-08-14T22:14:40.803Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO skip step because feature "mbist" is not enabled
47462026-08-14T22:14:40.803Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47472026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO skip step because feature "mfg" is not enabled
47482026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47492026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO skip step because feature "compliance" is not enabled
47502026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47512026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO skip step because feature "stress" is not enabled
47522026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47532026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO skip step because feature "compliance" is not enabled
47542026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47552026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO skip step because feature "nfs" is not enabled
47562026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47572026-08-14T22:14:40.804Z[ host-image] Aug 14 22:14:39.754 INFO O| Aug 14 22:14:39.754 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47582026-08-14T22:14:40.953Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47592026-08-14T22:14:41.006Z[verify-libraries] Compiling castaway v0.2.4
47602026-08-14T22:14:41.016Z[ recovery-image] Aug 14 22:14:39.977 INFO O| Aug 14 22:14:39.977 INFO O| Actions: 1/27580 actions (Installing new actions)
47612026-08-14T22:14:41.093Z[ host-image] Aug 14 22:14:40.053 INFO O| Aug 14 22:14:40.053 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47622026-08-14T22:14:41.212Z[verify-libraries] Compiling indoc v2.0.7
47632026-08-14T22:14:41.275Z[ host-image] Aug 14 22:14:40.236 INFO O| Aug 14 22:14:40.235 INFO completed processing sled/ramdisk-01-os
47642026-08-14T22:14:41.280Z[ host-image] Aug 14 22:14:40.238 INFO omicron1 baseline generation...
47652026-08-14T22:14:41.280Z[ host-image] Aug 14 22:14:40.238 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47662026-08-14T22:14:41.553Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47672026-08-14T22:14:41.658Z[verify-libraries] Compiling compact_str v0.8.1
47682026-08-14T22:14:41.662Z[ host-image] Aug 14 22:14:40.620 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
47692026-08-14T22:14:41.796Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47702026-08-14T22:14:41.889Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47712026-08-14T22:14:42.002Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47722026-08-14T22:14:42.318Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47732026-08-14T22:14:42.344Z[verify-libraries] Compiling elliptic-curve v0.14.1
47742026-08-14T22:14:42.707Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47752026-08-14T22:14:42.738Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47762026-08-14T22:14:42.962Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47772026-08-14T22:14:43.014Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47782026-08-14T22:14:43.132Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47792026-08-14T22:14:43.281Z[verify-libraries] Compiling unicode-truncate v1.1.0
47802026-08-14T22:14:43.425Z[verify-libraries] Compiling lru v0.12.5
47812026-08-14T22:14:43.496Z[verify-libraries] Compiling arc-swap v1.8.2
47822026-08-14T22:14:43.592Z[verify-libraries] Compiling cassowary v0.3.0
47832026-08-14T22:14:43.659Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47842026-08-14T22:14:43.802Z[verify-libraries] Compiling slog-scope v4.4.1
47852026-08-14T22:14:43.873Z[verify-libraries] Compiling wnaf v0.14.0
47862026-08-14T22:14:44.110Z[verify-libraries] Compiling ratatui v0.29.0
47872026-08-14T22:14:44.133Z[verify-libraries] Compiling primefield v0.14.0
47882026-08-14T22:14:44.161Z[verify-libraries] Compiling rfc6979 v0.6.0
47892026-08-14T22:14:44.215Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47902026-08-14T22:14:44.274Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47912026-08-14T22:14:44.386Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47922026-08-14T22:14:44.555Z[verify-libraries] Compiling vergen-git2 v9.1.0
47932026-08-14T22:14:44.660Z[verify-libraries] Compiling is_ci v1.2.0
47942026-08-14T22:14:44.713Z[verify-libraries] Compiling strsim v0.10.0
47952026-08-14T22:14:44.974Z[verify-libraries] Compiling darling_core v0.13.4
47962026-08-14T22:14:45.053Z[verify-libraries] Compiling supports-color v3.0.2
47972026-08-14T22:14:45.243Z[verify-libraries] Compiling primeorder v0.14.0
47982026-08-14T22:14:45.313Z[verify-libraries] Compiling ecdsa v0.17.0
47992026-08-14T22:14:45.887Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48002026-08-14T22:14:45.998Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48012026-08-14T22:14:46.025Z[ recovery-image] Aug 14 22:14:44.986 INFO O| Aug 14 22:14:44.986 INFO O| Actions: 20937/27580 actions (Installing new actions)
48022026-08-14T22:14:46.252Z[verify-libraries] Compiling slog-stdlog v4.1.1
48032026-08-14T22:14:46.539Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48042026-08-14T22:14:46.700Z[verify-libraries] Compiling tungstenite v0.23.0
48052026-08-14T22:14:46.855Z[verify-libraries] Compiling console v0.16.2
48062026-08-14T22:14:46.943Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48072026-08-14T22:14:46.996Z[verify-libraries] Compiling libsw-core v0.3.2
48082026-08-14T22:14:47.212Z[ recovery-image] Aug 14 22:14:46.173 INFO O| Aug 14 22:14:46.173 INFO O| Actions: Completed 27580 actions in 6.19 seconds.
48092026-08-14T22:14:47.237Z[verify-libraries] Compiling void v1.0.2
48102026-08-14T22:14:47.285Z[verify-libraries] Compiling unit-prefix v0.5.2
48112026-08-14T22:14:47.293Z[ recovery-image] Aug 14 22:14:46.254 INFO O| Aug 14 22:14:46.253 INFO O| Finalize: Updating package state database ... Done
48122026-08-14T22:14:47.294Z[ recovery-image] Aug 14 22:14:46.254 INFO O| Aug 14 22:14:46.253 INFO O| Finalize: Updating package cache ... Done
48132026-08-14T22:14:47.340Z[verify-libraries] Compiling assert_matches v1.5.0
48142026-08-14T22:14:47.410Z[ recovery-image] Aug 14 22:14:46.371 INFO O| Aug 14 22:14:46.371 INFO O| Finalize: Updating image state ... Done
48152026-08-14T22:14:47.421Z[verify-libraries] Compiling lzss v0.8.2
48162026-08-14T22:14:47.519Z[verify-libraries] Compiling indicatif v0.18.4
48172026-08-14T22:14:47.522Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48182026-08-14T22:14:47.583Z[verify-libraries] Compiling libsw v3.5.0
48192026-08-14T22:14:47.621Z[verify-libraries] Compiling darling_macro v0.13.4
48202026-08-14T22:14:47.650Z[verify-libraries] Compiling slog-envlogger v2.2.0
48212026-08-14T22:14:47.695Z[verify-libraries] Compiling ssh-encoding v0.3.0
48222026-08-14T22:14:47.820Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48232026-08-14T22:14:47.897Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48242026-08-14T22:14:47.996Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48252026-08-14T22:14:48.093Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48262026-08-14T22:14:48.118Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48272026-08-14T22:14:48.189Z[ recovery-image] Aug 14 22:14:47.149 INFO O| Aug 14 22:14:47.149 INFO O| Finalize: Creating fast lookup database ... Done
48282026-08-14T22:14:48.230Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48292026-08-14T22:14:48.236Z[ recovery-image] Aug 14 22:14:47.197 INFO O| Aug 14 22:14:47.197 INFO O| Finalize: Reading search index ... Done
48302026-08-14T22:14:48.339Z[verify-libraries] Compiling nix v0.27.1
48312026-08-14T22:14:48.364Z[verify-libraries] Compiling colored v2.2.0
48322026-08-14T22:14:48.494Z[verify-libraries] Compiling blake3 v1.8.5
48332026-08-14T22:14:48.526Z[verify-libraries] Compiling serde_bytes v0.11.19
48342026-08-14T22:14:48.550Z[verify-libraries] Compiling keccak v0.2.0
48352026-08-14T22:14:48.828Z[verify-libraries] Compiling shell-words v1.1.1
48362026-08-14T22:14:49.046Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48372026-08-14T22:14:49.141Z[verify-libraries] Compiling darling v0.13.4
48382026-08-14T22:14:49.174Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48392026-08-14T22:14:49.224Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48402026-08-14T22:14:49.577Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48412026-08-14T22:14:49.607Z[verify-libraries] Compiling ed25519 v3.0.0
48422026-08-14T22:14:49.718Z[verify-libraries] Compiling crypto-primes v0.7.2
48432026-08-14T22:14:50.218Z[ recovery-image] Aug 14 22:14:49.179 INFO O| Aug 14 22:14:49.179 INFO O| Finalize: Building new search index ... Done
48442026-08-14T22:14:50.270Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48452026-08-14T22:14:50.587Z[ recovery-image] Aug 14 22:14:49.548 INFO O| Aug 14 22:14:49.548 INFO O| Finalize: Updating package cache ... Done
48462026-08-14T22:14:50.714Z[verify-libraries] Compiling poly1305 v0.9.0
48472026-08-14T22:14:50.846Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48482026-08-14T22:14:50.904Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48492026-08-14T22:14:50.915Z[ recovery-image] Aug 14 22:14:49.876 INFO O| Aug 14 22:14:49.876 INFO STEP 11 (pkg_install) COMPLETE
48502026-08-14T22:14:50.915Z[ recovery-image] Aug 14 22:14:49.876 INFO O| Aug 14 22:14:49.876 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48512026-08-14T22:14:50.915Z[ recovery-image] Aug 14 22:14:49.876 INFO O| Aug 14 22:14:49.876 INFO skip step because feature "recovery" is enabled
48522026-08-14T22:14:50.918Z[ recovery-image] Aug 14 22:14:49.876 INFO O| Aug 14 22:14:49.876 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48532026-08-14T22:14:50.918Z[ recovery-image] Aug 14 22:14:49.876 INFO O| Aug 14 22:14:49.876 INFO skip step because feature "omicron1" is not enabled
48542026-08-14T22:14:50.918Z[ recovery-image] Aug 14 22:14:49.876 INFO O| Aug 14 22:14:49.876 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48552026-08-14T22:14:50.927Z[ recovery-image] Aug 14 22:14:49.888 INFO O| Aug 14 22:14:49.887 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48562026-08-14T22:14:51.048Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48572026-08-14T22:14:51.192Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48582026-08-14T22:14:51.323Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48592026-08-14T22:14:51.438Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48602026-08-14T22:14:51.494Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48612026-08-14T22:14:51.544Z[verify-libraries] Compiling blowfish v0.10.0
48622026-08-14T22:14:51.587Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48632026-08-14T22:14:51.691Z[verify-libraries] Compiling petname v2.0.2
48642026-08-14T22:14:51.769Z[verify-libraries] Compiling constant_time_eq v0.4.2
48652026-08-14T22:14:51.846Z[verify-libraries] Compiling arrayref v0.3.9
48662026-08-14T22:14:51.868Z[verify-libraries] Compiling arrayvec v0.7.6
48672026-08-14T22:14:51.949Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48682026-08-14T22:14:52.114Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48692026-08-14T22:14:52.290Z[verify-libraries] Compiling ssh-cipher v0.3.0
48702026-08-14T22:14:52.317Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48712026-08-14T22:14:52.541Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48722026-08-14T22:14:52.572Z[verify-libraries] Compiling serde_with_macros v1.5.2
48732026-08-14T22:14:52.716Z[verify-libraries] Compiling sha3 v0.11.0
48742026-08-14T22:14:52.881Z[verify-libraries] Compiling p384 v0.14.0
48752026-08-14T22:14:52.936Z[verify-libraries] Compiling p521 v0.14.0
48762026-08-14T22:14:52.958Z[verify-libraries] Compiling p256 v0.14.0
48772026-08-14T22:14:53.171Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48782026-08-14T22:14:53.206Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48792026-08-14T22:14:53.343Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48802026-08-14T22:14:53.511Z[verify-libraries] Compiling twox-hash v2.1.2
48812026-08-14T22:14:53.627Z[verify-libraries] Compiling kem v0.3.0
48822026-08-14T22:14:53.814Z[verify-libraries] Compiling module-lattice v0.2.3
48832026-08-14T22:14:53.927Z[verify-libraries] Compiling atty v0.2.14
48842026-08-14T22:14:54.076Z[verify-libraries] Compiling rtoolbox v0.0.3
48852026-08-14T22:14:54.111Z[verify-libraries] Compiling sponge-cursor v0.1.0
48862026-08-14T22:14:54.149Z[verify-libraries] Compiling topological-sort v0.2.2
48872026-08-14T22:14:54.282Z[verify-libraries] Compiling ml-kem v0.3.2
48882026-08-14T22:14:54.432Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48892026-08-14T22:14:54.497Z[verify-libraries] Compiling sha3 v0.12.0
48902026-08-14T22:14:54.541Z[verify-libraries] Compiling rpassword v7.5.4
48912026-08-14T22:14:55.099Z[verify-libraries] Compiling serde_with v1.14.0
48922026-08-14T22:14:55.175Z[verify-libraries] Compiling russh-cryptovec v0.62.0
48932026-08-14T22:14:55.255Z[ recovery-image] Aug 14 22:14:54.216 INFO O| Aug 14 22:14:54.216 INFO O| Startup: Refreshing catalog 'helios' ... Done
48942026-08-14T22:14:55.510Z[verify-libraries] Compiling tui-tree-widget v0.23.1
48952026-08-14T22:14:55.634Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
48962026-08-14T22:14:55.662Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48972026-08-14T22:14:55.688Z[ recovery-image] Aug 14 22:14:54.649 INFO O| Aug 14 22:14:54.649 INFO O| Startup: Caching catalogs ... Done
48982026-08-14T22:14:55.851Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48992026-08-14T22:14:56.092Z[ recovery-image] Aug 14 22:14:55.052 INFO O| Aug 14 22:14:55.052 INFO O| Planning: Solver setup ... Done
49002026-08-14T22:14:56.097Z[ recovery-image] Aug 14 22:14:55.057 INFO O| Aug 14 22:14:55.057 INFO O| Planning: Running solver ... Done
49012026-08-14T22:14:56.123Z[ recovery-image] Aug 14 22:14:55.084 INFO O| Aug 14 22:14:55.084 INFO O| Planning: Finding local manifests ... Done
49022026-08-14T22:14:56.130Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49032026-08-14T22:14:56.138Z[ recovery-image] Aug 14 22:14:55.098 INFO O| Aug 14 22:14:55.098 INFO O| Planning: Fetching manifests: 0/1 0% complete
49042026-08-14T22:14:56.142Z[ recovery-image] Aug 14 22:14:55.103 INFO O| Aug 14 22:14:55.102 INFO O| Planning: Fetching manifests: 1/1 100% complete
49052026-08-14T22:14:56.159Z[ recovery-image] Aug 14 22:14:55.120 INFO O| Aug 14 22:14:55.119 INFO O| Planning: Package planning ... Done
49062026-08-14T22:14:56.159Z[ recovery-image] Aug 14 22:14:55.120 INFO O| Aug 14 22:14:55.119 INFO O| Planning: Merging actions ... Done
49072026-08-14T22:14:56.180Z[ recovery-image] Aug 14 22:14:55.140 INFO O| Aug 14 22:14:55.140 INFO O| Planning: Checking for conflicting actions ... Done
49082026-08-14T22:14:56.184Z[ recovery-image] Aug 14 22:14:55.140 INFO O| Aug 14 22:14:55.140 INFO O| Planning: Consolidating action changes ... Done
49092026-08-14T22:14:56.308Z[ recovery-image] Aug 14 22:14:55.235 INFO O| Aug 14 22:14:55.235 INFO O| Planning: Evaluating mediators ... Done
49102026-08-14T22:14:56.313Z[ recovery-image] Aug 14 22:14:55.236 INFO O| Aug 14 22:14:55.236 INFO O| Planning: Planning completed in 0.57 seconds
49112026-08-14T22:14:56.313Z[ recovery-image] Aug 14 22:14:55.236 INFO O| Aug 14 22:14:55.236 INFO O| Packages to install: 1
49122026-08-14T22:14:56.313Z[ recovery-image] Aug 14 22:14:55.249 INFO O| Aug 14 22:14:55.248 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49132026-08-14T22:14:56.339Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49142026-08-14T22:14:56.577Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49152026-08-14T22:14:56.611Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49162026-08-14T22:14:56.778Z[ recovery-image] Aug 14 22:14:55.729 INFO O| Aug 14 22:14:55.729 INFO O| Download: Completed 13.27 MB in 0.48 seconds (27.6M/s)
49172026-08-14T22:14:56.791Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49182026-08-14T22:14:56.797Z[ recovery-image] Aug 14 22:14:55.757 INFO O| Aug 14 22:14:55.757 INFO O| Actions: 1/22 actions (Installing new actions)
49192026-08-14T22:14:57.112Z[ recovery-image] Aug 14 22:14:56.073 INFO O| Aug 14 22:14:56.073 INFO O| Actions: Completed 22 actions in 0.32 seconds.
49202026-08-14T22:14:57.144Z[ recovery-image] Aug 14 22:14:56.105 INFO O| Aug 14 22:14:56.105 INFO O| Finalize: Updating package state database ... Done
49212026-08-14T22:14:57.144Z[ recovery-image] Aug 14 22:14:56.105 INFO O| Aug 14 22:14:56.105 INFO O| Finalize: Updating package cache ... Done
49222026-08-14T22:14:57.284Z[ recovery-image] Aug 14 22:14:56.244 INFO O| Aug 14 22:14:56.244 INFO O| Finalize: Updating image state ... Done
49232026-08-14T22:14:57.373Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49242026-08-14T22:14:57.431Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49252026-08-14T22:14:57.543Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49262026-08-14T22:14:57.889Z[ recovery-image] Aug 14 22:14:56.846 INFO O| Aug 14 22:14:56.846 INFO O| Finalize: Creating fast lookup database ... Done
49272026-08-14T22:14:57.901Z[ recovery-image] Aug 14 22:14:56.862 INFO O| Aug 14 22:14:56.862 INFO O| Finalize: Reading search index ... Done
49282026-08-14T22:14:57.901Z[ recovery-image] Aug 14 22:14:56.862 INFO O| Aug 14 22:14:56.862 INFO O| Finalize: Updating search index ... Done
49292026-08-14T22:14:57.912Z[ recovery-image] Aug 14 22:14:56.873 INFO O| Aug 14 22:14:56.872 INFO O| Finalize: Updating package cache ... Done
49302026-08-14T22:14:58.052Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
49312026-08-14T22:14:58.205Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO STEP 14 (pkg_install) COMPLETE
49322026-08-14T22:14:58.205Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49332026-08-14T22:14:58.205Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO skip step because feature "mbist" is not enabled
49342026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49352026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO skip step because feature "mfg" is not enabled
49362026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49372026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO skip step because feature "compliance" is not enabled
49382026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49392026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO skip step because feature "stress" is not enabled
49402026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49412026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO skip step because feature "compliance" is not enabled
49422026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49432026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO skip step because feature "nfs" is not enabled
49442026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49452026-08-14T22:14:58.210Z[ recovery-image] Aug 14 22:14:57.166 INFO O| Aug 14 22:14:57.166 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49462026-08-14T22:14:58.392Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
49472026-08-14T22:14:58.647Z[ recovery-image] Aug 14 22:14:57.606 INFO O| Aug 14 22:14:57.606 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49482026-08-14T22:14:58.789Z[ recovery-image] Aug 14 22:14:57.750 INFO O| Aug 14 22:14:57.750 INFO completed processing sled/ramdisk-01-os
49492026-08-14T22:14:58.792Z[ recovery-image] Aug 14 22:14:57.753 INFO image builder template: ramdisk-02-trim...
49502026-08-14T22:14:58.792Z[ recovery-image] Aug 14 22:14:57.753 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/.tmpFcfgkw/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49512026-08-14T22:14:58.813Z[ recovery-image] Aug 14 22:14:57.774 INFO O| Aug 14 22:14:57.774 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49522026-08-14T22:14:58.820Z[ recovery-image] Aug 14 22:14:57.779 INFO O| Aug 14 22:14:57.779 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49532026-08-14T22:14:58.904Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
49542026-08-14T22:14:58.993Z[ recovery-image] Aug 14 22:14:57.953 INFO O| Aug 14 22:14:57.953 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49552026-08-14T22:14:59.094Z[ recovery-image] Aug 14 22:14:58.055 INFO O| Aug 14 22:14:58.055 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49562026-08-14T22:14:59.094Z[ recovery-image] Aug 14 22:14:58.055 INFO O| Aug 14 22:14:58.055 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49572026-08-14T22:14:59.101Z[ recovery-image] Aug 14 22:14:58.061 INFO O| Aug 14 22:14:58.061 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49582026-08-14T22:14:59.104Z[ recovery-image] Aug 14 22:14:58.064 INFO O| Aug 14 22:14:58.064 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49592026-08-14T22:14:59.109Z[ recovery-image] Aug 14 22:14:58.068 INFO O| Aug 14 22:14:58.068 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49602026-08-14T22:14:59.653Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
49612026-08-14T22:14:59.677Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
49622026-08-14T22:14:59.975Z[ recovery-image] Aug 14 22:14:58.936 INFO O| Aug 14 22:14:58.936 INFO rolled back to input snapshot; work may begin
49632026-08-14T22:14:59.975Z[ recovery-image] Aug 14 22:14:58.936 INFO O| Aug 14 22:14:58.936 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49642026-08-14T22:14:59.980Z[ recovery-image] Aug 14 22:14:58.941 INFO O| Aug 14 22:14:58.941 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49652026-08-14T22:14:59.991Z[ recovery-image] Aug 14 22:14:58.952 INFO O| Aug 14 22:14:58.952 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49662026-08-14T22:15:00.035Z[ recovery-image] Aug 14 22:14:58.996 INFO O| Aug 14 22:14:58.996 INFO STEP 0 (remove_files) COMPLETE
49672026-08-14T22:15:00.038Z[ recovery-image] Aug 14 22:14:58.996 INFO O| Aug 14 22:14:58.996 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49682026-08-14T22:15:00.046Z[ recovery-image] Aug 14 22:14:59.006 INFO O| Aug 14 22:14:59.006 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49692026-08-14T22:15:00.049Z[ recovery-image] Aug 14 22:14:59.007 INFO O| Aug 14 22:14:59.007 INFO STEP 1 (remove_files) COMPLETE
49702026-08-14T22:15:00.049Z[ recovery-image] Aug 14 22:14:59.008 INFO O| Aug 14 22:14:59.007 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49712026-08-14T22:15:00.056Z[ recovery-image] Aug 14 22:14:59.017 INFO O| Aug 14 22:14:59.017 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49722026-08-14T22:15:00.070Z[ recovery-image] Aug 14 22:14:59.031 INFO O| Aug 14 22:14:59.031 INFO STEP 2 (remove_files) COMPLETE
49732026-08-14T22:15:00.070Z[ recovery-image] Aug 14 22:14:59.031 INFO O| Aug 14 22:14:59.031 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49742026-08-14T22:15:00.081Z[ recovery-image] Aug 14 22:14:59.042 INFO O| Aug 14 22:14:59.042 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49752026-08-14T22:15:00.092Z[ recovery-image] Aug 14 22:14:59.043 INFO O| Aug 14 22:14:59.043 INFO STEP 3 (remove_files) COMPLETE
49762026-08-14T22:15:00.092Z[ recovery-image] Aug 14 22:14:59.043 INFO O| Aug 14 22:14:59.043 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49772026-08-14T22:15:00.097Z[ recovery-image] Aug 14 22:14:59.053 INFO O| Aug 14 22:14:59.053 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49782026-08-14T22:15:00.097Z[ recovery-image] Aug 14 22:14:59.057 INFO O| Aug 14 22:14:59.057 INFO STEP 4 (remove_files) COMPLETE
49792026-08-14T22:15:00.097Z[ recovery-image] Aug 14 22:14:59.057 INFO O| Aug 14 22:14:59.057 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49802026-08-14T22:15:00.106Z[ recovery-image] Aug 14 22:14:59.067 INFO O| Aug 14 22:14:59.067 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49812026-08-14T22:15:00.106Z[ recovery-image] Aug 14 22:14:59.067 INFO O| Aug 14 22:14:59.067 INFO STEP 5 (remove_files) COMPLETE
49822026-08-14T22:15:00.106Z[ recovery-image] Aug 14 22:14:59.067 INFO O| Aug 14 22:14:59.067 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-14T22:15:00.116Z[ recovery-image] Aug 14 22:14:59.077 INFO O| Aug 14 22:14:59.076 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49842026-08-14T22:15:00.128Z[ recovery-image] Aug 14 22:14:59.089 INFO O| Aug 14 22:14:59.089 INFO STEP 6 (remove_files) COMPLETE
49852026-08-14T22:15:00.128Z[ recovery-image] Aug 14 22:14:59.089 INFO O| Aug 14 22:14:59.089 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49862026-08-14T22:15:00.128Z[ recovery-image] Aug 14 22:14:59.089 INFO O| Aug 14 22:14:59.089 INFO skip step because feature "heliosv2" is not enabled
49872026-08-14T22:15:00.128Z[ recovery-image] Aug 14 22:14:59.089 INFO O| Aug 14 22:14:59.089 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-08-14T22:15:00.128Z[ recovery-image] Aug 14 22:14:59.089 INFO O| Aug 14 22:14:59.089 INFO skip step because feature "recovery" is enabled
49892026-08-14T22:15:00.131Z[ recovery-image] Aug 14 22:14:59.089 INFO O| Aug 14 22:14:59.089 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-14T22:15:00.131Z[ recovery-image] Aug 14 22:14:59.089 INFO O| Aug 14 22:14:59.089 INFO skip step because feature "recovery" is enabled
49912026-08-14T22:15:00.131Z[ recovery-image] Aug 14 22:14:59.089 INFO O| Aug 14 22:14:59.089 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-08-14T22:15:00.131Z[ recovery-image] Aug 14 22:14:59.089 INFO O| Aug 14 22:14:59.089 INFO skip step because feature "recovery" is enabled
49932026-08-14T22:15:00.131Z[ recovery-image] Aug 14 22:14:59.089 INFO O| Aug 14 22:14:59.089 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-14T22:15:00.140Z[ recovery-image] Aug 14 22:14:59.099 INFO O| Aug 14 22:14:59.099 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49952026-08-14T22:15:00.144Z[ recovery-image] Aug 14 22:14:59.102 INFO O| Aug 14 22:14:59.102 INFO STEP 11 (remove_files) COMPLETE
49962026-08-14T22:15:00.144Z[ recovery-image] Aug 14 22:14:59.102 INFO O| Aug 14 22:14:59.102 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-14T22:15:00.151Z[ recovery-image] Aug 14 22:14:59.112 INFO O| Aug 14 22:14:59.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49982026-08-14T22:15:00.155Z[ recovery-image] Aug 14 22:14:59.113 INFO O| Aug 14 22:14:59.113 INFO STEP 12 (remove_files) COMPLETE
49992026-08-14T22:15:00.155Z[ recovery-image] Aug 14 22:14:59.113 INFO O| Aug 14 22:14:59.113 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-14T22:15:00.163Z[ recovery-image] Aug 14 22:14:59.124 INFO O| Aug 14 22:14:59.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50012026-08-14T22:15:00.167Z[ recovery-image] Aug 14 22:14:59.125 INFO O| Aug 14 22:14:59.125 INFO STEP 13 (remove_files) COMPLETE
50022026-08-14T22:15:00.167Z[ recovery-image] Aug 14 22:14:59.125 INFO O| Aug 14 22:14:59.125 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-14T22:15:00.258Z[ recovery-image] Aug 14 22:14:59.219 INFO O| Aug 14 22:14:59.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50042026-08-14T22:15:00.262Z[ recovery-image] Aug 14 22:14:59.221 INFO O| Aug 14 22:14:59.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50052026-08-14T22:15:00.346Z[ recovery-image] Aug 14 22:14:59.307 INFO O| Aug 14 22:14:59.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50062026-08-14T22:15:00.346Z[ recovery-image] Aug 14 22:14:59.307 INFO O| Aug 14 22:14:59.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50072026-08-14T22:15:00.350Z[ recovery-image] Aug 14 22:14:59.308 INFO O| Aug 14 22:14:59.308 INFO STEP 14 (remove_files) COMPLETE
50082026-08-14T22:15:00.350Z[ recovery-image] Aug 14 22:14:59.308 INFO O| Aug 14 22:14:59.308 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-14T22:15:00.355Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50102026-08-14T22:15:00.358Z[ recovery-image] Aug 14 22:14:59.317 INFO O| Aug 14 22:14:59.317 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50112026-08-14T22:15:00.358Z[ recovery-image] Aug 14 22:14:59.319 INFO O| Aug 14 22:14:59.319 INFO STEP 15 (remove_files) COMPLETE
50122026-08-14T22:15:00.358Z[ recovery-image] Aug 14 22:14:59.319 INFO O| Aug 14 22:14:59.319 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-14T22:15:00.368Z[ recovery-image] Aug 14 22:14:59.329 INFO O| Aug 14 22:14:59.329 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50142026-08-14T22:15:00.377Z[ recovery-image] Aug 14 22:14:59.338 INFO O| Aug 14 22:14:59.338 INFO STEP 16 (remove_files) COMPLETE
50152026-08-14T22:15:00.377Z[ recovery-image] Aug 14 22:14:59.338 INFO O| Aug 14 22:14:59.338 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-14T22:15:00.406Z[ recovery-image] Aug 14 22:14:59.367 INFO O| Aug 14 22:14:59.367 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50172026-08-14T22:15:00.411Z[ recovery-image] Aug 14 22:14:59.367 INFO O| Aug 14 22:14:59.367 INFO STEP 17 (remove_files) COMPLETE
50182026-08-14T22:15:00.411Z[ recovery-image] Aug 14 22:14:59.367 INFO O| Aug 14 22:14:59.367 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-14T22:15:00.421Z[ recovery-image] Aug 14 22:14:59.382 INFO O| Aug 14 22:14:59.382 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50202026-08-14T22:15:00.424Z[ recovery-image] Aug 14 22:14:59.383 INFO O| Aug 14 22:14:59.383 INFO STEP 18 (remove_files) COMPLETE
50212026-08-14T22:15:00.424Z[ recovery-image] Aug 14 22:14:59.383 INFO O| Aug 14 22:14:59.383 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-14T22:15:00.433Z[ recovery-image] Aug 14 22:14:59.394 INFO O| Aug 14 22:14:59.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50232026-08-14T22:15:00.433Z[ recovery-image] Aug 14 22:14:59.394 INFO O| Aug 14 22:14:59.394 INFO STEP 19 (remove_files) COMPLETE
50242026-08-14T22:15:00.433Z[ recovery-image] Aug 14 22:14:59.394 INFO O| Aug 14 22:14:59.394 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-14T22:15:00.444Z[ recovery-image] Aug 14 22:14:59.405 INFO O| Aug 14 22:14:59.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50262026-08-14T22:15:00.444Z[ recovery-image] Aug 14 22:14:59.405 INFO O| Aug 14 22:14:59.405 INFO STEP 20 (remove_files) COMPLETE
50272026-08-14T22:15:00.449Z[ recovery-image] Aug 14 22:14:59.405 INFO O| Aug 14 22:14:59.405 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-14T22:15:00.454Z[ recovery-image] Aug 14 22:14:59.415 INFO O| Aug 14 22:14:59.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50292026-08-14T22:15:00.454Z[ recovery-image] Aug 14 22:14:59.415 INFO O| Aug 14 22:14:59.415 INFO STEP 21 (remove_files) COMPLETE
50302026-08-14T22:15:00.454Z[ recovery-image] Aug 14 22:14:59.415 INFO O| Aug 14 22:14:59.415 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-14T22:15:00.475Z[ recovery-image] Aug 14 22:14:59.435 INFO O| Aug 14 22:14:59.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50322026-08-14T22:15:00.478Z[ recovery-image] Aug 14 22:14:59.435 INFO O| Aug 14 22:14:59.435 INFO STEP 22 (remove_files) COMPLETE
50332026-08-14T22:15:00.478Z[ recovery-image] Aug 14 22:14:59.435 INFO O| Aug 14 22:14:59.435 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-14T22:15:00.485Z[ recovery-image] Aug 14 22:14:59.446 INFO O| Aug 14 22:14:59.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50352026-08-14T22:15:00.485Z[ recovery-image] Aug 14 22:14:59.446 INFO O| Aug 14 22:14:59.446 INFO STEP 23 (remove_files) COMPLETE
50362026-08-14T22:15:00.485Z[ recovery-image] Aug 14 22:14:59.446 INFO O| Aug 14 22:14:59.446 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-14T22:15:00.494Z[ recovery-image] Aug 14 22:14:59.455 INFO O| Aug 14 22:14:59.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50382026-08-14T22:15:00.494Z[ recovery-image] Aug 14 22:14:59.455 INFO O| Aug 14 22:14:59.455 INFO STEP 24 (remove_files) COMPLETE
50392026-08-14T22:15:00.494Z[ recovery-image] Aug 14 22:14:59.455 INFO O| Aug 14 22:14:59.455 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-14T22:15:00.502Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
50412026-08-14T22:15:00.506Z[ recovery-image] Aug 14 22:14:59.466 INFO O| Aug 14 22:14:59.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50422026-08-14T22:15:00.506Z[ recovery-image] Aug 14 22:14:59.466 INFO O| Aug 14 22:14:59.466 INFO STEP 25 (remove_files) COMPLETE
50432026-08-14T22:15:00.506Z[ recovery-image] Aug 14 22:14:59.466 INFO O| Aug 14 22:14:59.466 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-14T22:15:00.518Z[ recovery-image] Aug 14 22:14:59.478 INFO O| Aug 14 22:14:59.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50452026-08-14T22:15:00.518Z[ recovery-image] Aug 14 22:14:59.478 INFO O| Aug 14 22:14:59.478 INFO STEP 26 (remove_files) COMPLETE
50462026-08-14T22:15:00.518Z[ recovery-image] Aug 14 22:14:59.478 INFO O| Aug 14 22:14:59.478 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-14T22:15:00.531Z[ recovery-image] Aug 14 22:14:59.491 INFO O| Aug 14 22:14:59.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50482026-08-14T22:15:00.531Z[ recovery-image] Aug 14 22:14:59.491 INFO O| Aug 14 22:14:59.491 INFO STEP 27 (remove_files) COMPLETE
50492026-08-14T22:15:00.531Z[ recovery-image] Aug 14 22:14:59.491 INFO O| Aug 14 22:14:59.491 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-14T22:15:00.541Z[ recovery-image] Aug 14 22:14:59.502 INFO O| Aug 14 22:14:59.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50512026-08-14T22:15:00.541Z[ recovery-image] Aug 14 22:14:59.502 INFO O| Aug 14 22:14:59.502 INFO STEP 28 (remove_files) COMPLETE
50522026-08-14T22:15:00.545Z[ recovery-image] Aug 14 22:14:59.502 INFO O| Aug 14 22:14:59.502 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-14T22:15:00.550Z[ recovery-image] Aug 14 22:14:59.511 INFO O| Aug 14 22:14:59.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50542026-08-14T22:15:00.550Z[ recovery-image] Aug 14 22:14:59.511 INFO O| Aug 14 22:14:59.511 INFO STEP 29 (remove_files) COMPLETE
50552026-08-14T22:15:00.550Z[ recovery-image] Aug 14 22:14:59.511 INFO O| Aug 14 22:14:59.511 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-14T22:15:00.573Z[ recovery-image] Aug 14 22:14:59.534 INFO O| Aug 14 22:14:59.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50572026-08-14T22:15:00.573Z[ recovery-image] Aug 14 22:14:59.534 INFO O| Aug 14 22:14:59.534 INFO STEP 30 (remove_files) COMPLETE
50582026-08-14T22:15:00.573Z[ recovery-image] Aug 14 22:14:59.534 INFO O| Aug 14 22:14:59.534 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-14T22:15:00.594Z[ recovery-image] Aug 14 22:14:59.555 INFO O| Aug 14 22:14:59.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50602026-08-14T22:15:00.594Z[ recovery-image] Aug 14 22:14:59.556 INFO O| Aug 14 22:14:59.556 INFO STEP 31 (remove_files) COMPLETE
50612026-08-14T22:15:00.597Z[ recovery-image] Aug 14 22:14:59.556 INFO O| Aug 14 22:14:59.556 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-14T22:15:00.605Z[ recovery-image] Aug 14 22:14:59.566 INFO O| Aug 14 22:14:59.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50632026-08-14T22:15:00.605Z[ recovery-image] Aug 14 22:14:59.566 INFO O| Aug 14 22:14:59.566 INFO STEP 32 (remove_files) COMPLETE
50642026-08-14T22:15:00.605Z[ recovery-image] Aug 14 22:14:59.566 INFO O| Aug 14 22:14:59.566 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-14T22:15:00.614Z[ recovery-image] Aug 14 22:14:59.575 INFO O| Aug 14 22:14:59.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50662026-08-14T22:15:00.615Z[ recovery-image] Aug 14 22:14:59.576 INFO O| Aug 14 22:14:59.576 INFO STEP 33 (remove_files) COMPLETE
50672026-08-14T22:15:00.615Z[ recovery-image] Aug 14 22:14:59.576 INFO O| Aug 14 22:14:59.576 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-14T22:15:00.624Z[ recovery-image] Aug 14 22:14:59.584 INFO O| Aug 14 22:14:59.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50692026-08-14T22:15:00.624Z[ recovery-image] Aug 14 22:14:59.585 INFO O| Aug 14 22:14:59.585 INFO STEP 34 (remove_files) COMPLETE
50702026-08-14T22:15:00.624Z[ recovery-image] Aug 14 22:14:59.585 INFO O| Aug 14 22:14:59.585 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-14T22:15:00.636Z[ recovery-image] Aug 14 22:14:59.595 INFO O| Aug 14 22:14:59.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50722026-08-14T22:15:00.636Z[ recovery-image] Aug 14 22:14:59.595 INFO O| Aug 14 22:14:59.595 INFO STEP 35 (remove_files) COMPLETE
50732026-08-14T22:15:00.636Z[ recovery-image] Aug 14 22:14:59.595 INFO O| Aug 14 22:14:59.595 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-14T22:15:00.666Z[ recovery-image] Aug 14 22:14:59.627 INFO O| Aug 14 22:14:59.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50752026-08-14T22:15:00.666Z[ recovery-image] Aug 14 22:14:59.627 INFO O| Aug 14 22:14:59.627 INFO STEP 36 (remove_files) COMPLETE
50762026-08-14T22:15:00.666Z[ recovery-image] Aug 14 22:14:59.627 INFO O| Aug 14 22:14:59.627 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-14T22:15:00.674Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50782026-08-14T22:15:00.687Z[ recovery-image] Aug 14 22:14:59.648 INFO O| Aug 14 22:14:59.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50792026-08-14T22:15:00.687Z[ recovery-image] Aug 14 22:14:59.648 INFO O| Aug 14 22:14:59.648 INFO STEP 37 (remove_files) COMPLETE
50802026-08-14T22:15:00.687Z[ recovery-image] Aug 14 22:14:59.648 INFO O| Aug 14 22:14:59.648 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-14T22:15:00.698Z[ recovery-image] Aug 14 22:14:59.658 INFO O| Aug 14 22:14:59.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50822026-08-14T22:15:00.698Z[ recovery-image] Aug 14 22:14:59.658 INFO O| Aug 14 22:14:59.658 INFO STEP 38 (remove_files) COMPLETE
50832026-08-14T22:15:00.698Z[ recovery-image] Aug 14 22:14:59.658 INFO O| Aug 14 22:14:59.658 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-14T22:15:00.704Z[ recovery-image] Aug 14 22:14:59.666 INFO O| Aug 14 22:14:59.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50852026-08-14T22:15:00.704Z[ recovery-image] Aug 14 22:14:59.666 INFO O| Aug 14 22:14:59.666 INFO STEP 39 (remove_files) COMPLETE
50862026-08-14T22:15:00.709Z[ recovery-image] Aug 14 22:14:59.666 INFO O| Aug 14 22:14:59.666 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-14T22:15:00.712Z[ recovery-image] Aug 14 22:14:59.673 INFO O| Aug 14 22:14:59.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50882026-08-14T22:15:00.712Z[ recovery-image] Aug 14 22:14:59.673 INFO O| Aug 14 22:14:59.673 INFO STEP 40 (remove_files) COMPLETE
50892026-08-14T22:15:00.712Z[ recovery-image] Aug 14 22:14:59.673 INFO O| Aug 14 22:14:59.673 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-14T22:15:00.721Z[ recovery-image] Aug 14 22:14:59.681 INFO O| Aug 14 22:14:59.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50912026-08-14T22:15:00.721Z[ recovery-image] Aug 14 22:14:59.681 INFO O| Aug 14 22:14:59.681 INFO STEP 41 (remove_files) COMPLETE
50922026-08-14T22:15:00.721Z[ recovery-image] Aug 14 22:14:59.681 INFO O| Aug 14 22:14:59.681 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-14T22:15:00.736Z[ recovery-image] Aug 14 22:14:59.697 INFO O| Aug 14 22:14:59.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50942026-08-14T22:15:00.736Z[ recovery-image] Aug 14 22:14:59.697 INFO O| Aug 14 22:14:59.697 INFO STEP 42 (remove_files) COMPLETE
50952026-08-14T22:15:00.740Z[ recovery-image] Aug 14 22:14:59.697 INFO O| Aug 14 22:14:59.697 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-14T22:15:00.747Z[ recovery-image] Aug 14 22:14:59.708 INFO O| Aug 14 22:14:59.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50972026-08-14T22:15:00.747Z[ recovery-image] Aug 14 22:14:59.708 INFO O| Aug 14 22:14:59.708 INFO STEP 43 (remove_files) COMPLETE
50982026-08-14T22:15:00.747Z[ recovery-image] Aug 14 22:14:59.708 INFO O| Aug 14 22:14:59.708 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-14T22:15:00.761Z[ recovery-image] Aug 14 22:14:59.722 INFO O| Aug 14 22:14:59.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51002026-08-14T22:15:00.761Z[ recovery-image] Aug 14 22:14:59.722 INFO O| Aug 14 22:14:59.722 INFO STEP 44 (remove_files) COMPLETE
51012026-08-14T22:15:00.761Z[ recovery-image] Aug 14 22:14:59.722 INFO O| Aug 14 22:14:59.722 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-14T22:15:00.774Z[ recovery-image] Aug 14 22:14:59.736 INFO O| Aug 14 22:14:59.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51032026-08-14T22:15:00.775Z[ recovery-image] Aug 14 22:14:59.736 INFO O| Aug 14 22:14:59.736 INFO STEP 45 (remove_files) COMPLETE
51042026-08-14T22:15:00.775Z[ recovery-image] Aug 14 22:14:59.736 INFO O| Aug 14 22:14:59.736 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-14T22:15:00.785Z[ recovery-image] Aug 14 22:14:59.746 INFO O| Aug 14 22:14:59.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51062026-08-14T22:15:00.785Z[ recovery-image] Aug 14 22:14:59.746 INFO O| Aug 14 22:14:59.746 INFO STEP 46 (remove_files) COMPLETE
51072026-08-14T22:15:00.788Z[ recovery-image] Aug 14 22:14:59.746 INFO O| Aug 14 22:14:59.746 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-14T22:15:00.799Z[ recovery-image] Aug 14 22:14:59.756 INFO O| Aug 14 22:14:59.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51092026-08-14T22:15:00.799Z[ recovery-image] Aug 14 22:14:59.757 INFO O| Aug 14 22:14:59.757 INFO STEP 47 (remove_files) COMPLETE
51102026-08-14T22:15:00.799Z[ recovery-image] Aug 14 22:14:59.757 INFO O| Aug 14 22:14:59.757 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-14T22:15:00.806Z[ recovery-image] Aug 14 22:14:59.767 INFO O| Aug 14 22:14:59.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51122026-08-14T22:15:00.806Z[ recovery-image] Aug 14 22:14:59.767 INFO O| Aug 14 22:14:59.767 INFO STEP 48 (remove_files) COMPLETE
51132026-08-14T22:15:00.806Z[ recovery-image] Aug 14 22:14:59.767 INFO O| Aug 14 22:14:59.767 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-14T22:15:00.820Z[ recovery-image] Aug 14 22:14:59.778 INFO O| Aug 14 22:14:59.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51152026-08-14T22:15:00.820Z[ recovery-image] Aug 14 22:14:59.778 INFO O| Aug 14 22:14:59.778 INFO STEP 49 (remove_files) COMPLETE
51162026-08-14T22:15:00.820Z[ recovery-image] Aug 14 22:14:59.778 INFO O| Aug 14 22:14:59.778 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-14T22:15:00.827Z[ recovery-image] Aug 14 22:14:59.788 INFO O| Aug 14 22:14:59.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51182026-08-14T22:15:00.827Z[ recovery-image] Aug 14 22:14:59.788 INFO O| Aug 14 22:14:59.788 INFO STEP 50 (remove_files) COMPLETE
51192026-08-14T22:15:00.827Z[ recovery-image] Aug 14 22:14:59.788 INFO O| Aug 14 22:14:59.788 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-14T22:15:00.862Z[ recovery-image] Aug 14 22:14:59.823 INFO O| Aug 14 22:14:59.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51212026-08-14T22:15:00.862Z[ recovery-image] Aug 14 22:14:59.823 INFO O| Aug 14 22:14:59.823 INFO STEP 51 (remove_files) COMPLETE
51222026-08-14T22:15:00.862Z[ recovery-image] Aug 14 22:14:59.823 INFO O| Aug 14 22:14:59.823 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-14T22:15:00.892Z[ recovery-image] Aug 14 22:14:59.852 INFO O| Aug 14 22:14:59.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51242026-08-14T22:15:00.892Z[ recovery-image] Aug 14 22:14:59.852 INFO O| Aug 14 22:14:59.852 INFO STEP 52 (remove_files) COMPLETE
51252026-08-14T22:15:00.892Z[ recovery-image] Aug 14 22:14:59.852 INFO O| Aug 14 22:14:59.852 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-14T22:15:00.900Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
51272026-08-14T22:15:00.904Z[ recovery-image] Aug 14 22:14:59.866 INFO O| Aug 14 22:14:59.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51282026-08-14T22:15:00.904Z[ recovery-image] Aug 14 22:14:59.866 INFO O| Aug 14 22:14:59.866 INFO STEP 53 (remove_files) COMPLETE
51292026-08-14T22:15:00.904Z[ recovery-image] Aug 14 22:14:59.866 INFO O| Aug 14 22:14:59.866 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-14T22:15:00.927Z[ recovery-image] Aug 14 22:14:59.887 INFO O| Aug 14 22:14:59.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51312026-08-14T22:15:00.927Z[ recovery-image] Aug 14 22:14:59.888 INFO O| Aug 14 22:14:59.888 INFO STEP 54 (remove_files) COMPLETE
51322026-08-14T22:15:00.927Z[ recovery-image] Aug 14 22:14:59.888 INFO O| Aug 14 22:14:59.888 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-14T22:15:00.940Z[ recovery-image] Aug 14 22:14:59.901 INFO O| Aug 14 22:14:59.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51342026-08-14T22:15:00.940Z[ recovery-image] Aug 14 22:14:59.901 INFO O| Aug 14 22:14:59.901 INFO STEP 55 (remove_files) COMPLETE
51352026-08-14T22:15:00.940Z[ recovery-image] Aug 14 22:14:59.901 INFO O| Aug 14 22:14:59.901 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-14T22:15:00.950Z[ recovery-image] Aug 14 22:14:59.911 INFO O| Aug 14 22:14:59.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51372026-08-14T22:15:00.950Z[ recovery-image] Aug 14 22:14:59.911 INFO O| Aug 14 22:14:59.911 INFO STEP 56 (remove_files) COMPLETE
51382026-08-14T22:15:00.950Z[ recovery-image] Aug 14 22:14:59.911 INFO O| Aug 14 22:14:59.911 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-14T22:15:00.969Z[ recovery-image] Aug 14 22:14:59.930 INFO O| Aug 14 22:14:59.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51402026-08-14T22:15:00.969Z[ recovery-image] Aug 14 22:14:59.930 INFO O| Aug 14 22:14:59.930 INFO STEP 57 (remove_files) COMPLETE
51412026-08-14T22:15:00.972Z[ recovery-image] Aug 14 22:14:59.930 INFO O| Aug 14 22:14:59.930 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-14T22:15:00.981Z[ recovery-image] Aug 14 22:14:59.942 INFO O| Aug 14 22:14:59.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51432026-08-14T22:15:00.981Z[ recovery-image] Aug 14 22:14:59.942 INFO O| Aug 14 22:14:59.942 INFO STEP 58 (remove_files) COMPLETE
51442026-08-14T22:15:00.981Z[ recovery-image] Aug 14 22:14:59.942 INFO O| Aug 14 22:14:59.942 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-14T22:15:00.990Z[ recovery-image] Aug 14 22:14:59.951 INFO O| Aug 14 22:14:59.951 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51462026-08-14T22:15:00.990Z[ recovery-image] Aug 14 22:14:59.951 INFO O| Aug 14 22:14:59.951 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51472026-08-14T22:15:00.995Z[ recovery-image] Aug 14 22:14:59.951 INFO O| Aug 14 22:14:59.951 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51482026-08-14T22:15:00.995Z[ recovery-image] Aug 14 22:14:59.951 INFO O| Aug 14 22:14:59.951 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51492026-08-14T22:15:00.995Z[ recovery-image] Aug 14 22:14:59.951 INFO O| Aug 14 22:14:59.951 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51502026-08-14T22:15:00.995Z[ recovery-image] Aug 14 22:14:59.952 INFO O| Aug 14 22:14:59.952 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51512026-08-14T22:15:00.995Z[ recovery-image] Aug 14 22:14:59.952 INFO O| Aug 14 22:14:59.952 INFO ok!
51522026-08-14T22:15:00.995Z[ recovery-image] Aug 14 22:14:59.952 INFO O| Aug 14 22:14:59.952 INFO STEP 59 (ensure_file) COMPLETE
51532026-08-14T22:15:00.995Z[ recovery-image] Aug 14 22:14:59.952 INFO O| Aug 14 22:14:59.952 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-14T22:15:01.016Z[ recovery-image] Aug 14 22:14:59.976 INFO O| Aug 14 22:14:59.976 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51552026-08-14T22:15:01.016Z[ recovery-image] Aug 14 22:14:59.976 INFO O| Aug 14 22:14:59.976 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51562026-08-14T22:15:01.019Z[ recovery-image] Aug 14 22:14:59.976 INFO O| Aug 14 22:14:59.976 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51572026-08-14T22:15:01.019Z[ recovery-image] Aug 14 22:14:59.976 INFO O| Aug 14 22:14:59.976 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51582026-08-14T22:15:01.019Z[ recovery-image] Aug 14 22:14:59.976 INFO O| Aug 14 22:14:59.976 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51592026-08-14T22:15:01.019Z[ recovery-image] Aug 14 22:14:59.976 INFO O| Aug 14 22:14:59.976 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51602026-08-14T22:15:01.019Z[ recovery-image] Aug 14 22:14:59.976 INFO O| Aug 14 22:14:59.976 INFO ok!
51612026-08-14T22:15:01.019Z[ recovery-image] Aug 14 22:14:59.976 INFO O| Aug 14 22:14:59.976 INFO STEP 60 (ensure_file) COMPLETE
51622026-08-14T22:15:01.019Z[ recovery-image] Aug 14 22:14:59.976 INFO O| Aug 14 22:14:59.976 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-14T22:15:01.024Z[ recovery-image] Aug 14 22:14:59.985 INFO O| Aug 14 22:14:59.985 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51642026-08-14T22:15:01.024Z[ recovery-image] Aug 14 22:14:59.985 INFO O| Aug 14 22:14:59.985 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51652026-08-14T22:15:01.028Z[ recovery-image] Aug 14 22:14:59.985 INFO O| Aug 14 22:14:59.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51662026-08-14T22:15:01.028Z[ recovery-image] Aug 14 22:14:59.985 INFO O| Aug 14 22:14:59.985 INFO ok!
51672026-08-14T22:15:01.028Z[ recovery-image] Aug 14 22:14:59.986 INFO O| Aug 14 22:14:59.985 INFO STEP 61 (ensure_file) COMPLETE
51682026-08-14T22:15:01.028Z[ recovery-image] Aug 14 22:14:59.986 INFO O| Aug 14 22:14:59.986 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-14T22:15:01.035Z[ recovery-image] Aug 14 22:14:59.996 INFO O| Aug 14 22:14:59.996 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51702026-08-14T22:15:01.035Z[ recovery-image] Aug 14 22:14:59.996 INFO O| Aug 14 22:14:59.996 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51712026-08-14T22:15:01.035Z[ recovery-image] Aug 14 22:14:59.996 INFO O| Aug 14 22:14:59.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51722026-08-14T22:15:01.038Z[ recovery-image] Aug 14 22:14:59.996 INFO O| Aug 14 22:14:59.996 INFO ok!
51732026-08-14T22:15:01.038Z[ recovery-image] Aug 14 22:14:59.996 INFO O| Aug 14 22:14:59.996 INFO STEP 62 (ensure_file) COMPLETE
51742026-08-14T22:15:01.038Z[ recovery-image] Aug 14 22:14:59.996 INFO O| Aug 14 22:14:59.996 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-14T22:15:01.082Z[ recovery-image] Aug 14 22:15:00.043 INFO O| Aug 14 22:15:00.043 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51762026-08-14T22:15:01.082Z[ recovery-image] Aug 14 22:15:00.043 INFO O| Aug 14 22:15:00.043 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51772026-08-14T22:15:01.082Z[ recovery-image] Aug 14 22:15:00.043 INFO O| Aug 14 22:15:00.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51782026-08-14T22:15:01.086Z[ recovery-image] Aug 14 22:15:00.043 INFO O| Aug 14 22:15:00.043 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51792026-08-14T22:15:01.086Z[ recovery-image] Aug 14 22:15:00.043 INFO O| Aug 14 22:15:00.043 INFO ok!
51802026-08-14T22:15:01.086Z[ recovery-image] Aug 14 22:15:00.043 INFO O| Aug 14 22:15:00.043 INFO STEP 63 (ensure_file) COMPLETE
51812026-08-14T22:15:01.086Z[ recovery-image] Aug 14 22:15:00.043 INFO O| Aug 14 22:15:00.043 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-14T22:15:01.093Z[ recovery-image] Aug 14 22:15:00.053 INFO O| Aug 14 22:15:00.053 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51832026-08-14T22:15:01.094Z[ recovery-image] Aug 14 22:15:00.053 INFO O| Aug 14 22:15:00.053 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51842026-08-14T22:15:01.094Z[ recovery-image] Aug 14 22:15:00.053 INFO O| Aug 14 22:15:00.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51852026-08-14T22:15:01.097Z[ recovery-image] Aug 14 22:15:00.053 INFO O| Aug 14 22:15:00.053 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51862026-08-14T22:15:01.097Z[ recovery-image] Aug 14 22:15:00.053 INFO O| Aug 14 22:15:00.053 INFO ok!
51872026-08-14T22:15:01.097Z[ recovery-image] Aug 14 22:15:00.053 INFO O| Aug 14 22:15:00.053 INFO STEP 64 (ensure_file) COMPLETE
51882026-08-14T22:15:01.097Z[ recovery-image] Aug 14 22:15:00.053 INFO O| Aug 14 22:15:00.053 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-08-14T22:15:01.103Z[ recovery-image] Aug 14 22:15:00.064 INFO O| Aug 14 22:15:00.064 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51902026-08-14T22:15:01.103Z[ recovery-image] Aug 14 22:15:00.064 INFO O| Aug 14 22:15:00.064 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51912026-08-14T22:15:01.103Z[ recovery-image] Aug 14 22:15:00.064 INFO O| Aug 14 22:15:00.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51922026-08-14T22:15:01.107Z[ recovery-image] Aug 14 22:15:00.064 INFO O| Aug 14 22:15:00.064 INFO ok!
51932026-08-14T22:15:01.107Z[ recovery-image] Aug 14 22:15:00.064 INFO O| Aug 14 22:15:00.064 INFO STEP 65 (assemble_files) COMPLETE
51942026-08-14T22:15:01.107Z[ recovery-image] Aug 14 22:15:00.064 INFO O| Aug 14 22:15:00.064 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-08-14T22:15:01.113Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51962026-08-14T22:15:01.113Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51972026-08-14T22:15:01.113Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51982026-08-14T22:15:01.117Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51992026-08-14T22:15:01.117Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO ok!
52002026-08-14T22:15:01.117Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO STEP 66 (ensure_file) COMPLETE
52012026-08-14T22:15:01.117Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-08-14T22:15:01.117Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO skip step because feature "omicron1" is not enabled
52032026-08-14T22:15:01.117Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-14T22:15:01.117Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO skip step because feature "omicron1" is not enabled
52052026-08-14T22:15:01.117Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-14T22:15:01.117Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO skip step because feature "omicron1" is not enabled
52072026-08-14T22:15:01.117Z[ recovery-image] Aug 14 22:15:00.074 INFO O| Aug 14 22:15:00.074 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-08-14T22:15:01.127Z[ recovery-image] Aug 14 22:15:00.087 INFO O| Aug 14 22:15:00.087 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52092026-08-14T22:15:01.127Z[ recovery-image] Aug 14 22:15:00.087 INFO O| Aug 14 22:15:00.087 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52102026-08-14T22:15:01.131Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52112026-08-14T22:15:01.391Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52122026-08-14T22:15:01.944Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52132026-08-14T22:15:02.281Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52142026-08-14T22:15:02.567Z[ recovery-image] Aug 14 22:15:01.528 INFO O| Aug 14 22:15:01.528 INFO STEP 70 (pack_tar) COMPLETE
52152026-08-14T22:15:02.567Z[ recovery-image] Aug 14 22:15:01.528 INFO O| Aug 14 22:15:01.528 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52162026-08-14T22:15:02.571Z[ recovery-image] Aug 14 22:15:01.528 INFO O| Aug 14 22:15:01.528 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52172026-08-14T22:15:02.643Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52182026-08-14T22:15:02.762Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52192026-08-14T22:15:02.790Z[ recovery-image] Aug 14 22:15:01.749 INFO O| Aug 14 22:15:01.749 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52202026-08-14T22:15:02.912Z[ recovery-image] Aug 14 22:15:01.873 INFO O| Aug 14 22:15:01.873 INFO completed processing sled/ramdisk-02-trim
52212026-08-14T22:15:02.916Z[ recovery-image] Aug 14 22:15:01.875 INFO image builder template: ramdisk-03-recovery-trim...
52222026-08-14T22:15:02.916Z[ recovery-image] Aug 14 22:15:01.875 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/.tmpFcfgkw/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52232026-08-14T22:15:02.920Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52242026-08-14T22:15:02.920Z[ recovery-image] Aug 14 22:15:01.880 INFO O| Aug 14 22:15:01.880 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52252026-08-14T22:15:02.994Z[ recovery-image] Aug 14 22:15:01.955 INFO O| Aug 14 22:15:01.955 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52262026-08-14T22:15:03.000Z[ recovery-image] Aug 14 22:15:01.959 INFO O| Aug 14 22:15:01.959 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52272026-08-14T22:15:03.004Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52282026-08-14T22:15:03.039Z[verify-libraries] Compiling fatfs v0.3.6
52292026-08-14T22:15:03.116Z[ recovery-image] Aug 14 22:15:02.075 INFO O| Aug 14 22:15:02.075 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52302026-08-14T22:15:03.195Z[verify-libraries] Compiling num-bigint v0.4.6
52312026-08-14T22:15:03.209Z[ recovery-image] Aug 14 22:15:02.170 INFO O| Aug 14 22:15:02.170 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52322026-08-14T22:15:03.209Z[ recovery-image] Aug 14 22:15:02.170 INFO O| Aug 14 22:15:02.170 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52332026-08-14T22:15:03.217Z[ recovery-image] Aug 14 22:15:02.177 INFO O| Aug 14 22:15:02.177 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52342026-08-14T22:15:03.221Z[ recovery-image] Aug 14 22:15:02.182 INFO O| Aug 14 22:15:02.182 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52352026-08-14T22:15:03.226Z[ recovery-image] Aug 14 22:15:02.187 INFO O| Aug 14 22:15:02.187 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52362026-08-14T22:15:03.440Z[verify-libraries] Compiling generic-array v1.4.3
52372026-08-14T22:15:03.844Z[verify-libraries] Compiling russh-util v0.52.0
52382026-08-14T22:15:03.899Z[verify-libraries] Compiling enum_dispatch v0.3.13
52392026-08-14T22:15:03.990Z[ recovery-image] Aug 14 22:15:02.951 INFO O| Aug 14 22:15:02.951 INFO rolled back to input snapshot; work may begin
52402026-08-14T22:15:03.990Z[ recovery-image] Aug 14 22:15:02.951 INFO O| Aug 14 22:15:02.951 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52412026-08-14T22:15:03.995Z[ recovery-image] Aug 14 22:15:02.956 INFO O| Aug 14 22:15:02.956 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-08-14T22:15:04.006Z[ recovery-image] Aug 14 22:15:02.966 INFO O| Aug 14 22:15:02.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52432026-08-14T22:15:04.009Z[ recovery-image] Aug 14 22:15:02.969 INFO O| Aug 14 22:15:02.969 INFO STEP 0 (remove_files) COMPLETE
52442026-08-14T22:15:04.009Z[ recovery-image] Aug 14 22:15:02.969 INFO O| Aug 14 22:15:02.969 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-08-14T22:15:04.018Z[ recovery-image] Aug 14 22:15:02.978 INFO O| Aug 14 22:15:02.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52462026-08-14T22:15:04.021Z[ recovery-image] Aug 14 22:15:02.980 INFO O| Aug 14 22:15:02.979 INFO STEP 1 (remove_files) COMPLETE
52472026-08-14T22:15:04.021Z[ recovery-image] Aug 14 22:15:02.980 INFO O| Aug 14 22:15:02.979 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-08-14T22:15:04.026Z[ recovery-image] Aug 14 22:15:02.987 INFO O| Aug 14 22:15:02.987 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52492026-08-14T22:15:04.033Z[ recovery-image] Aug 14 22:15:02.993 INFO O| Aug 14 22:15:02.993 INFO STEP 2 (remove_files) COMPLETE
52502026-08-14T22:15:04.033Z[ recovery-image] Aug 14 22:15:02.993 INFO O| Aug 14 22:15:02.993 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-08-14T22:15:04.038Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
52522026-08-14T22:15:04.042Z[ recovery-image] Aug 14 22:15:03.003 INFO O| Aug 14 22:15:03.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52532026-08-14T22:15:04.061Z[verify-libraries] Compiling delegate v0.13.5
52542026-08-14T22:15:04.099Z[verify-libraries] Compiling sapling-renderdag v0.1.0
52552026-08-14T22:15:04.102Z[ recovery-image] Aug 14 22:15:03.062 INFO O| Aug 14 22:15:03.062 INFO STEP 3 (remove_files) COMPLETE
52562026-08-14T22:15:04.102Z[ recovery-image] Aug 14 22:15:03.062 INFO O| Aug 14 22:15:03.062 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-14T22:15:04.110Z[ recovery-image] Aug 14 22:15:03.071 INFO O| Aug 14 22:15:03.071 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52582026-08-14T22:15:04.114Z[ recovery-image] Aug 14 22:15:03.073 INFO O| Aug 14 22:15:03.073 INFO STEP 4 (remove_files) COMPLETE
52592026-08-14T22:15:04.114Z[ recovery-image] Aug 14 22:15:03.073 INFO O| Aug 14 22:15:03.073 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-08-14T22:15:04.123Z[ recovery-image] Aug 14 22:15:03.084 INFO O| Aug 14 22:15:03.084 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52612026-08-14T22:15:04.127Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52622026-08-14T22:15:04.167Z[ recovery-image] Aug 14 22:15:03.128 INFO O| Aug 14 22:15:03.128 INFO STEP 5 (remove_files) COMPLETE
52632026-08-14T22:15:04.167Z[ recovery-image] Aug 14 22:15:03.128 INFO O| Aug 14 22:15:03.128 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-14T22:15:04.179Z[ recovery-image] Aug 14 22:15:03.140 INFO O| Aug 14 22:15:03.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52652026-08-14T22:15:04.189Z[ recovery-image] Aug 14 22:15:03.150 INFO O| Aug 14 22:15:03.150 INFO STEP 6 (remove_files) COMPLETE
52662026-08-14T22:15:04.189Z[ recovery-image] Aug 14 22:15:03.150 INFO O| Aug 14 22:15:03.150 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-14T22:15:04.200Z[ recovery-image] Aug 14 22:15:03.161 INFO O| Aug 14 22:15:03.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52682026-08-14T22:15:04.204Z[ recovery-image] Aug 14 22:15:03.163 INFO O| Aug 14 22:15:03.163 INFO STEP 7 (remove_files) COMPLETE
52692026-08-14T22:15:04.204Z[ recovery-image] Aug 14 22:15:03.163 INFO O| Aug 14 22:15:03.163 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-14T22:15:04.212Z[ recovery-image] Aug 14 22:15:03.173 INFO O| Aug 14 22:15:03.173 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52712026-08-14T22:15:04.215Z[ recovery-image] Aug 14 22:15:03.175 INFO O| Aug 14 22:15:03.175 INFO STEP 8 (remove_files) COMPLETE
52722026-08-14T22:15:04.215Z[ recovery-image] Aug 14 22:15:03.175 INFO O| Aug 14 22:15:03.175 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-14T22:15:04.225Z[ recovery-image] Aug 14 22:15:03.186 INFO O| Aug 14 22:15:03.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52742026-08-14T22:15:04.229Z[ recovery-image] Aug 14 22:15:03.190 INFO O| Aug 14 22:15:03.190 INFO STEP 9 (remove_files) COMPLETE
52752026-08-14T22:15:04.230Z[ recovery-image] Aug 14 22:15:03.190 INFO O| Aug 14 22:15:03.190 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-14T22:15:04.240Z[ recovery-image] Aug 14 22:15:03.201 INFO O| Aug 14 22:15:03.201 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52772026-08-14T22:15:04.247Z[ recovery-image] Aug 14 22:15:03.202 INFO O| Aug 14 22:15:03.202 INFO STEP 10 (remove_files) COMPLETE
52782026-08-14T22:15:04.247Z[ recovery-image] Aug 14 22:15:03.202 INFO O| Aug 14 22:15:03.202 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-14T22:15:04.251Z[ recovery-image] Aug 14 22:15:03.212 INFO O| Aug 14 22:15:03.212 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52802026-08-14T22:15:04.255Z[ recovery-image] Aug 14 22:15:03.214 INFO O| Aug 14 22:15:03.214 INFO STEP 11 (remove_files) COMPLETE
52812026-08-14T22:15:04.255Z[ recovery-image] Aug 14 22:15:03.214 INFO O| Aug 14 22:15:03.214 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-14T22:15:04.263Z[ recovery-image] Aug 14 22:15:03.224 INFO O| Aug 14 22:15:03.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52832026-08-14T22:15:04.379Z[ recovery-image] Aug 14 22:15:03.340 INFO O| Aug 14 22:15:03.340 INFO STEP 12 (remove_files) COMPLETE
52842026-08-14T22:15:04.379Z[ recovery-image] Aug 14 22:15:03.340 INFO O| Aug 14 22:15:03.340 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-14T22:15:04.440Z[ recovery-image] Aug 14 22:15:03.401 INFO O| Aug 14 22:15:03.401 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52862026-08-14T22:15:04.471Z[ recovery-image] Aug 14 22:15:03.432 INFO O| Aug 14 22:15:03.431 INFO STEP 13 (remove_files) COMPLETE
52872026-08-14T22:15:04.471Z[ recovery-image] Aug 14 22:15:03.432 INFO O| Aug 14 22:15:03.431 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-14T22:15:04.481Z[ recovery-image] Aug 14 22:15:03.442 INFO O| Aug 14 22:15:03.442 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52892026-08-14T22:15:04.484Z[ recovery-image] Aug 14 22:15:03.443 INFO O| Aug 14 22:15:03.443 INFO STEP 14 (remove_files) COMPLETE
52902026-08-14T22:15:04.484Z[ recovery-image] Aug 14 22:15:03.443 INFO O| Aug 14 22:15:03.443 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-14T22:15:04.492Z[ recovery-image] Aug 14 22:15:03.453 INFO O| Aug 14 22:15:03.453 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52922026-08-14T22:15:04.492Z[ recovery-image] Aug 14 22:15:03.453 INFO O| Aug 14 22:15:03.453 INFO STEP 15 (remove_files) COMPLETE
52932026-08-14T22:15:04.495Z[ recovery-image] Aug 14 22:15:03.453 INFO O| Aug 14 22:15:03.453 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-14T22:15:04.503Z[ recovery-image] Aug 14 22:15:03.464 INFO O| Aug 14 22:15:03.464 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52952026-08-14T22:15:04.513Z[ recovery-image] Aug 14 22:15:03.474 INFO O| Aug 14 22:15:03.474 INFO STEP 16 (remove_files) COMPLETE
52962026-08-14T22:15:04.513Z[ recovery-image] Aug 14 22:15:03.474 INFO O| Aug 14 22:15:03.474 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-14T22:15:04.524Z[ recovery-image] Aug 14 22:15:03.485 INFO O| Aug 14 22:15:03.485 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52982026-08-14T22:15:04.539Z[verify-libraries] Compiling hex-literal v1.1.0
52992026-08-14T22:15:04.571Z[verify-libraries] Compiling md5 v0.8.0
53002026-08-14T22:15:04.631Z[ recovery-image] Aug 14 22:15:03.592 INFO O| Aug 14 22:15:03.592 INFO STEP 17 (remove_files) COMPLETE
53012026-08-14T22:15:04.631Z[ recovery-image] Aug 14 22:15:03.592 INFO O| Aug 14 22:15:03.592 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-08-14T22:15:04.642Z[ recovery-image] Aug 14 22:15:03.603 INFO O| Aug 14 22:15:03.603 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53032026-08-14T22:15:04.642Z[ recovery-image] Aug 14 22:15:03.603 INFO O| Aug 14 22:15:03.603 INFO STEP 18 (remove_files) COMPLETE
53042026-08-14T22:15:04.643Z[ recovery-image] Aug 14 22:15:03.603 INFO O| Aug 14 22:15:03.603 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-08-14T22:15:04.653Z[ recovery-image] Aug 14 22:15:03.614 INFO O| Aug 14 22:15:03.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53062026-08-14T22:15:04.653Z[ recovery-image] Aug 14 22:15:03.614 INFO O| Aug 14 22:15:03.614 INFO STEP 19 (remove_files) COMPLETE
53072026-08-14T22:15:04.657Z[ recovery-image] Aug 14 22:15:03.614 INFO O| Aug 14 22:15:03.614 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-14T22:15:04.665Z[ recovery-image] Aug 14 22:15:03.625 INFO O| Aug 14 22:15:03.625 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53092026-08-14T22:15:04.708Z[verify-libraries] Compiling sync-ptr v0.1.4
53102026-08-14T22:15:04.757Z[verify-libraries] Compiling seq-macro v0.3.6
53112026-08-14T22:15:04.864Z[ recovery-image] Aug 14 22:15:03.825 INFO O| Aug 14 22:15:03.825 INFO STEP 20 (remove_files) COMPLETE
53122026-08-14T22:15:04.864Z[ recovery-image] Aug 14 22:15:03.825 INFO O| Aug 14 22:15:03.825 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-14T22:15:04.874Z[ recovery-image] Aug 14 22:15:03.835 INFO O| Aug 14 22:15:03.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53142026-08-14T22:15:04.891Z[ recovery-image] Aug 14 22:15:03.852 INFO O| Aug 14 22:15:03.852 INFO STEP 21 (remove_files) COMPLETE
53152026-08-14T22:15:04.891Z[ recovery-image] Aug 14 22:15:03.852 INFO O| Aug 14 22:15:03.852 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-14T22:15:04.896Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53172026-08-14T22:15:04.921Z[ recovery-image] Aug 14 22:15:03.882 INFO O| Aug 14 22:15:03.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53182026-08-14T22:15:04.925Z[ recovery-image] Aug 14 22:15:03.882 INFO O| Aug 14 22:15:03.881 INFO STEP 22 (remove_files) COMPLETE
53192026-08-14T22:15:04.925Z[ recovery-image] Aug 14 22:15:03.882 INFO O| Aug 14 22:15:03.881 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-14T22:15:04.947Z[ recovery-image] Aug 14 22:15:03.891 INFO O| Aug 14 22:15:03.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53212026-08-14T22:15:04.947Z[ recovery-image] Aug 14 22:15:03.892 INFO O| Aug 14 22:15:03.892 INFO STEP 23 (remove_files) COMPLETE
53222026-08-14T22:15:04.951Z[ recovery-image] Aug 14 22:15:03.892 INFO O| Aug 14 22:15:03.892 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-14T22:15:04.951Z[ recovery-image] Aug 14 22:15:03.908 INFO O| Aug 14 22:15:03.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53242026-08-14T22:15:04.951Z[ recovery-image] Aug 14 22:15:03.908 INFO O| Aug 14 22:15:03.902 INFO STEP 24 (remove_files) COMPLETE
53252026-08-14T22:15:04.951Z[ recovery-image] Aug 14 22:15:03.908 INFO O| Aug 14 22:15:03.902 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-14T22:15:04.955Z[ recovery-image] Aug 14 22:15:03.913 INFO O| Aug 14 22:15:03.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53272026-08-14T22:15:04.955Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53282026-08-14T22:15:04.955Z[ recovery-image] Aug 14 22:15:03.914 INFO O| Aug 14 22:15:03.914 INFO STEP 25 (remove_files) COMPLETE
53292026-08-14T22:15:04.955Z[ recovery-image] Aug 14 22:15:03.914 INFO O| Aug 14 22:15:03.914 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-14T22:15:04.964Z[ recovery-image] Aug 14 22:15:03.924 INFO O| Aug 14 22:15:03.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53312026-08-14T22:15:04.964Z[ recovery-image] Aug 14 22:15:03.924 INFO O| Aug 14 22:15:03.924 INFO STEP 26 (remove_files) COMPLETE
53322026-08-14T22:15:04.964Z[ recovery-image] Aug 14 22:15:03.924 INFO O| Aug 14 22:15:03.924 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-14T22:15:04.972Z[ recovery-image] Aug 14 22:15:03.933 INFO O| Aug 14 22:15:03.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53342026-08-14T22:15:04.972Z[ recovery-image] Aug 14 22:15:03.933 INFO O| Aug 14 22:15:03.933 INFO STEP 27 (remove_files) COMPLETE
53352026-08-14T22:15:04.976Z[ recovery-image] Aug 14 22:15:03.933 INFO O| Aug 14 22:15:03.933 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-14T22:15:04.982Z[ recovery-image] Aug 14 22:15:03.943 INFO O| Aug 14 22:15:03.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53372026-08-14T22:15:04.982Z[ recovery-image] Aug 14 22:15:03.943 INFO O| Aug 14 22:15:03.943 INFO STEP 28 (remove_files) COMPLETE
53382026-08-14T22:15:04.982Z[ recovery-image] Aug 14 22:15:03.943 INFO O| Aug 14 22:15:03.943 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-14T22:15:04.993Z[ recovery-image] Aug 14 22:15:03.954 INFO O| Aug 14 22:15:03.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53402026-08-14T22:15:04.993Z[ recovery-image] Aug 14 22:15:03.954 INFO O| Aug 14 22:15:03.954 INFO STEP 29 (remove_files) COMPLETE
53412026-08-14T22:15:04.993Z[ recovery-image] Aug 14 22:15:03.954 INFO O| Aug 14 22:15:03.954 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-14T22:15:05.004Z[ recovery-image] Aug 14 22:15:03.965 INFO O| Aug 14 22:15:03.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53432026-08-14T22:15:05.004Z[ recovery-image] Aug 14 22:15:03.965 INFO O| Aug 14 22:15:03.965 INFO STEP 30 (remove_files) COMPLETE
53442026-08-14T22:15:05.004Z[ recovery-image] Aug 14 22:15:03.965 INFO O| Aug 14 22:15:03.965 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-14T22:15:05.015Z[ recovery-image] Aug 14 22:15:03.976 INFO O| Aug 14 22:15:03.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53462026-08-14T22:15:05.015Z[ recovery-image] Aug 14 22:15:03.976 INFO O| Aug 14 22:15:03.976 INFO STEP 31 (remove_files) COMPLETE
53472026-08-14T22:15:05.015Z[ recovery-image] Aug 14 22:15:03.976 INFO O| Aug 14 22:15:03.976 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-14T22:15:05.025Z[ recovery-image] Aug 14 22:15:03.986 INFO O| Aug 14 22:15:03.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53492026-08-14T22:15:05.029Z[ recovery-image] Aug 14 22:15:03.988 INFO O| Aug 14 22:15:03.988 INFO STEP 32 (remove_files) COMPLETE
53502026-08-14T22:15:05.029Z[ recovery-image] Aug 14 22:15:03.988 INFO O| Aug 14 22:15:03.988 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-14T22:15:05.038Z[ recovery-image] Aug 14 22:15:03.999 INFO O| Aug 14 22:15:03.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53522026-08-14T22:15:05.038Z[ recovery-image] Aug 14 22:15:03.999 INFO O| Aug 14 22:15:03.999 INFO STEP 33 (remove_files) COMPLETE
53532026-08-14T22:15:05.041Z[ recovery-image] Aug 14 22:15:03.999 INFO O| Aug 14 22:15:03.999 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-14T22:15:05.047Z[ recovery-image] Aug 14 22:15:04.007 INFO O| Aug 14 22:15:04.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53552026-08-14T22:15:05.070Z[ recovery-image] Aug 14 22:15:04.029 INFO O| Aug 14 22:15:04.029 INFO STEP 34 (remove_files) COMPLETE
53562026-08-14T22:15:05.070Z[ recovery-image] Aug 14 22:15:04.029 INFO O| Aug 14 22:15:04.029 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-14T22:15:05.078Z[ recovery-image] Aug 14 22:15:04.039 INFO O| Aug 14 22:15:04.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53582026-08-14T22:15:05.082Z[ recovery-image] Aug 14 22:15:04.040 INFO O| Aug 14 22:15:04.040 INFO STEP 35 (remove_files) COMPLETE
53592026-08-14T22:15:05.082Z[ recovery-image] Aug 14 22:15:04.040 INFO O| Aug 14 22:15:04.040 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-14T22:15:05.089Z[ recovery-image] Aug 14 22:15:04.050 INFO O| Aug 14 22:15:04.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53612026-08-14T22:15:05.093Z[ recovery-image] Aug 14 22:15:04.052 INFO O| Aug 14 22:15:04.052 INFO STEP 36 (remove_files) COMPLETE
53622026-08-14T22:15:05.093Z[ recovery-image] Aug 14 22:15:04.052 INFO O| Aug 14 22:15:04.052 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-14T22:15:05.104Z[ recovery-image] Aug 14 22:15:04.064 INFO O| Aug 14 22:15:04.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53642026-08-14T22:15:05.104Z[ recovery-image] Aug 14 22:15:04.064 INFO O| Aug 14 22:15:04.062 INFO STEP 37 (remove_files) COMPLETE
53652026-08-14T22:15:05.104Z[ recovery-image] Aug 14 22:15:04.064 INFO O| Aug 14 22:15:04.062 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-14T22:15:05.114Z[ recovery-image] Aug 14 22:15:04.075 INFO O| Aug 14 22:15:04.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53672026-08-14T22:15:05.114Z[ recovery-image] Aug 14 22:15:04.075 INFO O| Aug 14 22:15:04.075 INFO STEP 38 (remove_files) COMPLETE
53682026-08-14T22:15:05.118Z[ recovery-image] Aug 14 22:15:04.075 INFO O| Aug 14 22:15:04.075 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-14T22:15:05.123Z[ recovery-image] Aug 14 22:15:04.084 INFO O| Aug 14 22:15:04.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53702026-08-14T22:15:05.123Z[ recovery-image] Aug 14 22:15:04.084 INFO O| Aug 14 22:15:04.084 INFO STEP 39 (remove_files) COMPLETE
53712026-08-14T22:15:05.127Z[ recovery-image] Aug 14 22:15:04.084 INFO O| Aug 14 22:15:04.084 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-14T22:15:05.132Z[ recovery-image] Aug 14 22:15:04.093 INFO O| Aug 14 22:15:04.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53732026-08-14T22:15:05.132Z[ recovery-image] Aug 14 22:15:04.093 INFO O| Aug 14 22:15:04.093 INFO STEP 40 (remove_files) COMPLETE
53742026-08-14T22:15:05.132Z[ recovery-image] Aug 14 22:15:04.093 INFO O| Aug 14 22:15:04.093 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-14T22:15:05.142Z[ recovery-image] Aug 14 22:15:04.103 INFO O| Aug 14 22:15:04.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53762026-08-14T22:15:05.142Z[ recovery-image] Aug 14 22:15:04.103 INFO O| Aug 14 22:15:04.103 INFO STEP 41 (remove_files) COMPLETE
53772026-08-14T22:15:05.146Z[ recovery-image] Aug 14 22:15:04.103 INFO O| Aug 14 22:15:04.103 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-14T22:15:05.152Z[ recovery-image] Aug 14 22:15:04.113 INFO O| Aug 14 22:15:04.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53792026-08-14T22:15:05.155Z[ recovery-image] Aug 14 22:15:04.113 INFO O| Aug 14 22:15:04.113 INFO STEP 42 (remove_files) COMPLETE
53802026-08-14T22:15:05.155Z[ recovery-image] Aug 14 22:15:04.113 INFO O| Aug 14 22:15:04.113 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-14T22:15:05.162Z[ recovery-image] Aug 14 22:15:04.123 INFO O| Aug 14 22:15:04.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53822026-08-14T22:15:05.162Z[ recovery-image] Aug 14 22:15:04.123 INFO O| Aug 14 22:15:04.123 INFO STEP 43 (remove_files) COMPLETE
53832026-08-14T22:15:05.165Z[ recovery-image] Aug 14 22:15:04.123 INFO O| Aug 14 22:15:04.123 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-14T22:15:05.173Z[ recovery-image] Aug 14 22:15:04.134 INFO O| Aug 14 22:15:04.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53852026-08-14T22:15:05.176Z[ recovery-image] Aug 14 22:15:04.134 INFO O| Aug 14 22:15:04.134 INFO STEP 44 (remove_files) COMPLETE
53862026-08-14T22:15:05.176Z[ recovery-image] Aug 14 22:15:04.134 INFO O| Aug 14 22:15:04.134 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-14T22:15:05.183Z[ recovery-image] Aug 14 22:15:04.144 INFO O| Aug 14 22:15:04.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53882026-08-14T22:15:05.183Z[ recovery-image] Aug 14 22:15:04.144 INFO O| Aug 14 22:15:04.144 INFO STEP 45 (remove_files) COMPLETE
53892026-08-14T22:15:05.183Z[ recovery-image] Aug 14 22:15:04.144 INFO O| Aug 14 22:15:04.144 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-14T22:15:05.194Z[ recovery-image] Aug 14 22:15:04.155 INFO O| Aug 14 22:15:04.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53912026-08-14T22:15:05.194Z[ recovery-image] Aug 14 22:15:04.155 INFO O| Aug 14 22:15:04.155 INFO STEP 46 (remove_files) COMPLETE
53922026-08-14T22:15:05.194Z[ recovery-image] Aug 14 22:15:04.155 INFO O| Aug 14 22:15:04.155 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-14T22:15:05.204Z[ recovery-image] Aug 14 22:15:04.165 INFO O| Aug 14 22:15:04.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53942026-08-14T22:15:05.204Z[ recovery-image] Aug 14 22:15:04.165 INFO O| Aug 14 22:15:04.165 INFO STEP 47 (remove_files) COMPLETE
53952026-08-14T22:15:05.207Z[ recovery-image] Aug 14 22:15:04.165 INFO O| Aug 14 22:15:04.165 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-14T22:15:05.214Z[ recovery-image] Aug 14 22:15:04.175 INFO O| Aug 14 22:15:04.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53972026-08-14T22:15:05.214Z[ recovery-image] Aug 14 22:15:04.175 INFO O| Aug 14 22:15:04.175 INFO STEP 48 (remove_files) COMPLETE
53982026-08-14T22:15:05.218Z[ recovery-image] Aug 14 22:15:04.175 INFO O| Aug 14 22:15:04.175 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-14T22:15:05.221Z[verify-libraries] Compiling russh v0.62.4
54002026-08-14T22:15:05.225Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
54012026-08-14T22:15:05.225Z[ recovery-image] Aug 14 22:15:04.185 INFO O| Aug 14 22:15:04.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54022026-08-14T22:15:05.225Z[ recovery-image] Aug 14 22:15:04.185 INFO O| Aug 14 22:15:04.185 INFO STEP 49 (remove_files) COMPLETE
54032026-08-14T22:15:05.225Z[ recovery-image] Aug 14 22:15:04.185 INFO O| Aug 14 22:15:04.185 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-14T22:15:05.233Z[ recovery-image] Aug 14 22:15:04.194 INFO O| Aug 14 22:15:04.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54052026-08-14T22:15:05.233Z[ recovery-image] Aug 14 22:15:04.194 INFO O| Aug 14 22:15:04.194 INFO STEP 50 (remove_files) COMPLETE
54062026-08-14T22:15:05.233Z[ recovery-image] Aug 14 22:15:04.194 INFO O| Aug 14 22:15:04.194 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-14T22:15:05.243Z[ recovery-image] Aug 14 22:15:04.204 INFO O| Aug 14 22:15:04.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54082026-08-14T22:15:05.243Z[ recovery-image] Aug 14 22:15:04.205 INFO O| Aug 14 22:15:04.204 INFO STEP 51 (remove_files) COMPLETE
54092026-08-14T22:15:05.243Z[ recovery-image] Aug 14 22:15:04.205 INFO O| Aug 14 22:15:04.204 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-14T22:15:05.256Z[ recovery-image] Aug 14 22:15:04.217 INFO O| Aug 14 22:15:04.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54112026-08-14T22:15:05.256Z[ recovery-image] Aug 14 22:15:04.217 INFO O| Aug 14 22:15:04.217 INFO STEP 52 (remove_files) COMPLETE
54122026-08-14T22:15:05.259Z[ recovery-image] Aug 14 22:15:04.217 INFO O| Aug 14 22:15:04.217 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-14T22:15:05.265Z[ recovery-image] Aug 14 22:15:04.226 INFO O| Aug 14 22:15:04.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54142026-08-14T22:15:05.265Z[ recovery-image] Aug 14 22:15:04.226 INFO O| Aug 14 22:15:04.226 INFO STEP 53 (remove_files) COMPLETE
54152026-08-14T22:15:05.265Z[ recovery-image] Aug 14 22:15:04.226 INFO O| Aug 14 22:15:04.226 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-14T22:15:05.275Z[ recovery-image] Aug 14 22:15:04.235 INFO O| Aug 14 22:15:04.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54172026-08-14T22:15:05.275Z[ recovery-image] Aug 14 22:15:04.235 INFO O| Aug 14 22:15:04.235 INFO STEP 54 (remove_files) COMPLETE
54182026-08-14T22:15:05.275Z[ recovery-image] Aug 14 22:15:04.235 INFO O| Aug 14 22:15:04.235 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-14T22:15:05.285Z[ recovery-image] Aug 14 22:15:04.245 INFO O| Aug 14 22:15:04.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54202026-08-14T22:15:05.285Z[ recovery-image] Aug 14 22:15:04.245 INFO O| Aug 14 22:15:04.244 INFO STEP 55 (remove_files) COMPLETE
54212026-08-14T22:15:05.285Z[ recovery-image] Aug 14 22:15:04.245 INFO O| Aug 14 22:15:04.244 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-14T22:15:05.293Z[ recovery-image] Aug 14 22:15:04.254 INFO O| Aug 14 22:15:04.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54232026-08-14T22:15:05.293Z[ recovery-image] Aug 14 22:15:04.254 INFO O| Aug 14 22:15:04.254 INFO STEP 56 (remove_files) COMPLETE
54242026-08-14T22:15:05.293Z[ recovery-image] Aug 14 22:15:04.254 INFO O| Aug 14 22:15:04.254 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-14T22:15:05.296Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
54262026-08-14T22:15:05.301Z[ recovery-image] Aug 14 22:15:04.262 INFO O| Aug 14 22:15:04.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54272026-08-14T22:15:05.301Z[ recovery-image] Aug 14 22:15:04.262 INFO O| Aug 14 22:15:04.262 INFO STEP 57 (remove_files) COMPLETE
54282026-08-14T22:15:05.301Z[ recovery-image] Aug 14 22:15:04.262 INFO O| Aug 14 22:15:04.262 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-14T22:15:05.311Z[ recovery-image] Aug 14 22:15:04.272 INFO O| Aug 14 22:15:04.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54302026-08-14T22:15:05.312Z[ recovery-image] Aug 14 22:15:04.273 INFO O| Aug 14 22:15:04.272 INFO STEP 58 (remove_files) COMPLETE
54312026-08-14T22:15:05.316Z[ recovery-image] Aug 14 22:15:04.273 INFO O| Aug 14 22:15:04.273 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-14T22:15:05.322Z[ recovery-image] Aug 14 22:15:04.282 INFO O| Aug 14 22:15:04.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54332026-08-14T22:15:05.322Z[ recovery-image] Aug 14 22:15:04.282 INFO O| Aug 14 22:15:04.282 INFO STEP 59 (remove_files) COMPLETE
54342026-08-14T22:15:05.322Z[ recovery-image] Aug 14 22:15:04.282 INFO O| Aug 14 22:15:04.282 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-14T22:15:05.332Z[ recovery-image] Aug 14 22:15:04.291 INFO O| Aug 14 22:15:04.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54362026-08-14T22:15:05.332Z[ recovery-image] Aug 14 22:15:04.291 INFO O| Aug 14 22:15:04.291 INFO STEP 60 (remove_files) COMPLETE
54372026-08-14T22:15:05.332Z[ recovery-image] Aug 14 22:15:04.291 INFO O| Aug 14 22:15:04.291 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-14T22:15:05.340Z[ recovery-image] Aug 14 22:15:04.301 INFO O| Aug 14 22:15:04.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54392026-08-14T22:15:05.340Z[ recovery-image] Aug 14 22:15:04.301 INFO O| Aug 14 22:15:04.301 INFO STEP 61 (remove_files) COMPLETE
54402026-08-14T22:15:05.340Z[ recovery-image] Aug 14 22:15:04.301 INFO O| Aug 14 22:15:04.301 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-14T22:15:05.349Z[ recovery-image] Aug 14 22:15:04.309 INFO O| Aug 14 22:15:04.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54422026-08-14T22:15:05.349Z[ recovery-image] Aug 14 22:15:04.310 INFO O| Aug 14 22:15:04.309 INFO STEP 62 (remove_files) COMPLETE
54432026-08-14T22:15:05.352Z[ recovery-image] Aug 14 22:15:04.310 INFO O| Aug 14 22:15:04.309 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-14T22:15:05.355Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
54452026-08-14T22:15:05.359Z[ recovery-image] Aug 14 22:15:04.318 INFO O| Aug 14 22:15:04.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54462026-08-14T22:15:05.359Z[ recovery-image] Aug 14 22:15:04.318 INFO O| Aug 14 22:15:04.318 INFO STEP 63 (remove_files) COMPLETE
54472026-08-14T22:15:05.359Z[ recovery-image] Aug 14 22:15:04.318 INFO O| Aug 14 22:15:04.318 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-14T22:15:05.365Z[ recovery-image] Aug 14 22:15:04.326 INFO O| Aug 14 22:15:04.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54492026-08-14T22:15:05.365Z[ recovery-image] Aug 14 22:15:04.326 INFO O| Aug 14 22:15:04.326 INFO STEP 64 (remove_files) COMPLETE
54502026-08-14T22:15:05.365Z[ recovery-image] Aug 14 22:15:04.326 INFO O| Aug 14 22:15:04.326 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-14T22:15:05.374Z[ recovery-image] Aug 14 22:15:04.335 INFO O| Aug 14 22:15:04.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54522026-08-14T22:15:05.378Z[ recovery-image] Aug 14 22:15:04.336 INFO O| Aug 14 22:15:04.336 INFO STEP 65 (remove_files) COMPLETE
54532026-08-14T22:15:05.378Z[ recovery-image] Aug 14 22:15:04.336 INFO O| Aug 14 22:15:04.336 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-14T22:15:05.385Z[ recovery-image] Aug 14 22:15:04.346 INFO O| Aug 14 22:15:04.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54552026-08-14T22:15:05.386Z[ recovery-image] Aug 14 22:15:04.346 INFO O| Aug 14 22:15:04.346 INFO STEP 66 (remove_files) COMPLETE
54562026-08-14T22:15:05.389Z[ recovery-image] Aug 14 22:15:04.346 INFO O| Aug 14 22:15:04.346 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-14T22:15:05.395Z[ recovery-image] Aug 14 22:15:04.356 INFO O| Aug 14 22:15:04.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54582026-08-14T22:15:05.395Z[ recovery-image] Aug 14 22:15:04.356 INFO O| Aug 14 22:15:04.356 INFO STEP 67 (remove_files) COMPLETE
54592026-08-14T22:15:05.395Z[ recovery-image] Aug 14 22:15:04.356 INFO O| Aug 14 22:15:04.356 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-14T22:15:05.404Z[ recovery-image] Aug 14 22:15:04.365 INFO O| Aug 14 22:15:04.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54612026-08-14T22:15:05.404Z[ recovery-image] Aug 14 22:15:04.365 INFO O| Aug 14 22:15:04.365 INFO STEP 68 (remove_files) COMPLETE
54622026-08-14T22:15:05.404Z[ recovery-image] Aug 14 22:15:04.365 INFO O| Aug 14 22:15:04.365 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-14T22:15:05.418Z[ recovery-image] Aug 14 22:15:04.379 INFO O| Aug 14 22:15:04.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54642026-08-14T22:15:05.418Z[ recovery-image] Aug 14 22:15:04.379 INFO O| Aug 14 22:15:04.379 INFO STEP 69 (remove_files) COMPLETE
54652026-08-14T22:15:05.421Z[ recovery-image] Aug 14 22:15:04.379 INFO O| Aug 14 22:15:04.379 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-14T22:15:05.427Z[ recovery-image] Aug 14 22:15:04.388 INFO O| Aug 14 22:15:04.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54672026-08-14T22:15:05.427Z[ recovery-image] Aug 14 22:15:04.388 INFO O| Aug 14 22:15:04.388 INFO STEP 70 (remove_files) COMPLETE
54682026-08-14T22:15:05.430Z[ recovery-image] Aug 14 22:15:04.388 INFO O| Aug 14 22:15:04.388 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-14T22:15:05.436Z[ recovery-image] Aug 14 22:15:04.397 INFO O| Aug 14 22:15:04.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54702026-08-14T22:15:05.436Z[ recovery-image] Aug 14 22:15:04.397 INFO O| Aug 14 22:15:04.397 INFO STEP 71 (remove_files) COMPLETE
54712026-08-14T22:15:05.436Z[ recovery-image] Aug 14 22:15:04.397 INFO O| Aug 14 22:15:04.397 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-14T22:15:05.445Z[ recovery-image] Aug 14 22:15:04.406 INFO O| Aug 14 22:15:04.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54732026-08-14T22:15:05.445Z[ recovery-image] Aug 14 22:15:04.406 INFO O| Aug 14 22:15:04.406 INFO STEP 72 (remove_files) COMPLETE
54742026-08-14T22:15:05.445Z[ recovery-image] Aug 14 22:15:04.406 INFO O| Aug 14 22:15:04.406 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-14T22:15:05.453Z[ recovery-image] Aug 14 22:15:04.414 INFO O| Aug 14 22:15:04.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54762026-08-14T22:15:05.453Z[ recovery-image] Aug 14 22:15:04.414 INFO O| Aug 14 22:15:04.414 INFO STEP 73 (remove_files) COMPLETE
54772026-08-14T22:15:05.457Z[ recovery-image] Aug 14 22:15:04.414 INFO O| Aug 14 22:15:04.414 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-14T22:15:05.464Z[ recovery-image] Aug 14 22:15:04.425 INFO O| Aug 14 22:15:04.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54792026-08-14T22:15:05.464Z[ recovery-image] Aug 14 22:15:04.425 INFO O| Aug 14 22:15:04.425 INFO STEP 74 (remove_files) COMPLETE
54802026-08-14T22:15:05.467Z[ recovery-image] Aug 14 22:15:04.425 INFO O| Aug 14 22:15:04.425 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-14T22:15:05.474Z[ recovery-image] Aug 14 22:15:04.435 INFO O| Aug 14 22:15:04.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54822026-08-14T22:15:05.474Z[ recovery-image] Aug 14 22:15:04.435 INFO O| Aug 14 22:15:04.435 INFO STEP 75 (remove_files) COMPLETE
54832026-08-14T22:15:05.477Z[ recovery-image] Aug 14 22:15:04.435 INFO O| Aug 14 22:15:04.435 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-14T22:15:05.489Z[ recovery-image] Aug 14 22:15:04.445 INFO O| Aug 14 22:15:04.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54852026-08-14T22:15:05.489Z[ recovery-image] Aug 14 22:15:04.445 INFO O| Aug 14 22:15:04.445 INFO STEP 76 (remove_files) COMPLETE
54862026-08-14T22:15:05.489Z[ recovery-image] Aug 14 22:15:04.445 INFO O| Aug 14 22:15:04.445 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-14T22:15:05.493Z[ recovery-image] Aug 14 22:15:04.454 INFO O| Aug 14 22:15:04.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54882026-08-14T22:15:05.493Z[ recovery-image] Aug 14 22:15:04.454 INFO O| Aug 14 22:15:04.454 INFO STEP 77 (remove_files) COMPLETE
54892026-08-14T22:15:05.496Z[ recovery-image] Aug 14 22:15:04.454 INFO O| Aug 14 22:15:04.454 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-14T22:15:05.501Z[ recovery-image] Aug 14 22:15:04.462 INFO O| Aug 14 22:15:04.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54912026-08-14T22:15:05.501Z[ recovery-image] Aug 14 22:15:04.463 INFO O| Aug 14 22:15:04.463 INFO STEP 78 (remove_files) COMPLETE
54922026-08-14T22:15:05.505Z[ recovery-image] Aug 14 22:15:04.463 INFO O| Aug 14 22:15:04.463 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-14T22:15:05.510Z[ recovery-image] Aug 14 22:15:04.471 INFO O| Aug 14 22:15:04.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54942026-08-14T22:15:05.510Z[ recovery-image] Aug 14 22:15:04.471 INFO O| Aug 14 22:15:04.471 INFO STEP 79 (remove_files) COMPLETE
54952026-08-14T22:15:05.514Z[ recovery-image] Aug 14 22:15:04.471 INFO O| Aug 14 22:15:04.471 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-14T22:15:05.519Z[ recovery-image] Aug 14 22:15:04.480 INFO O| Aug 14 22:15:04.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54972026-08-14T22:15:05.522Z[ recovery-image] Aug 14 22:15:04.480 INFO O| Aug 14 22:15:04.480 INFO STEP 80 (remove_files) COMPLETE
54982026-08-14T22:15:05.522Z[ recovery-image] Aug 14 22:15:04.480 INFO O| Aug 14 22:15:04.480 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-14T22:15:05.528Z[ recovery-image] Aug 14 22:15:04.489 INFO O| Aug 14 22:15:04.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55002026-08-14T22:15:05.528Z[ recovery-image] Aug 14 22:15:04.489 INFO O| Aug 14 22:15:04.489 INFO STEP 81 (remove_files) COMPLETE
55012026-08-14T22:15:05.531Z[ recovery-image] Aug 14 22:15:04.489 INFO O| Aug 14 22:15:04.489 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-14T22:15:05.537Z[ recovery-image] Aug 14 22:15:04.498 INFO O| Aug 14 22:15:04.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55032026-08-14T22:15:05.537Z[ recovery-image] Aug 14 22:15:04.498 INFO O| Aug 14 22:15:04.498 INFO STEP 82 (remove_files) COMPLETE
55042026-08-14T22:15:05.541Z[ recovery-image] Aug 14 22:15:04.498 INFO O| Aug 14 22:15:04.498 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-14T22:15:05.547Z[ recovery-image] Aug 14 22:15:04.508 INFO O| Aug 14 22:15:04.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55062026-08-14T22:15:05.547Z[ recovery-image] Aug 14 22:15:04.508 INFO O| Aug 14 22:15:04.508 INFO STEP 83 (remove_files) COMPLETE
55072026-08-14T22:15:05.547Z[ recovery-image] Aug 14 22:15:04.508 INFO O| Aug 14 22:15:04.508 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-14T22:15:05.559Z[ recovery-image] Aug 14 22:15:04.520 INFO O| Aug 14 22:15:04.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55092026-08-14T22:15:05.559Z[ recovery-image] Aug 14 22:15:04.520 INFO O| Aug 14 22:15:04.520 INFO STEP 84 (remove_files) COMPLETE
55102026-08-14T22:15:05.559Z[ recovery-image] Aug 14 22:15:04.520 INFO O| Aug 14 22:15:04.520 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-14T22:15:05.569Z[ recovery-image] Aug 14 22:15:04.530 INFO O| Aug 14 22:15:04.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55122026-08-14T22:15:05.569Z[ recovery-image] Aug 14 22:15:04.530 INFO O| Aug 14 22:15:04.530 INFO STEP 85 (remove_files) COMPLETE
55132026-08-14T22:15:05.572Z[ recovery-image] Aug 14 22:15:04.530 INFO O| Aug 14 22:15:04.530 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-14T22:15:05.579Z[ recovery-image] Aug 14 22:15:04.540 INFO O| Aug 14 22:15:04.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55152026-08-14T22:15:05.579Z[ recovery-image] Aug 14 22:15:04.540 INFO O| Aug 14 22:15:04.540 INFO STEP 86 (remove_files) COMPLETE
55162026-08-14T22:15:05.579Z[ recovery-image] Aug 14 22:15:04.540 INFO O| Aug 14 22:15:04.540 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-14T22:15:05.591Z[ recovery-image] Aug 14 22:15:04.551 INFO O| Aug 14 22:15:04.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55182026-08-14T22:15:05.591Z[ recovery-image] Aug 14 22:15:04.551 INFO O| Aug 14 22:15:04.551 INFO STEP 87 (remove_files) COMPLETE
55192026-08-14T22:15:05.591Z[ recovery-image] Aug 14 22:15:04.551 INFO O| Aug 14 22:15:04.551 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-14T22:15:05.601Z[ recovery-image] Aug 14 22:15:04.562 INFO O| Aug 14 22:15:04.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55212026-08-14T22:15:05.601Z[ recovery-image] Aug 14 22:15:04.562 INFO O| Aug 14 22:15:04.562 INFO STEP 88 (remove_files) COMPLETE
55222026-08-14T22:15:05.601Z[ recovery-image] Aug 14 22:15:04.562 INFO O| Aug 14 22:15:04.562 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-14T22:15:05.611Z[ recovery-image] Aug 14 22:15:04.572 INFO O| Aug 14 22:15:04.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55242026-08-14T22:15:05.611Z[ recovery-image] Aug 14 22:15:04.572 INFO O| Aug 14 22:15:04.572 INFO STEP 89 (remove_files) COMPLETE
55252026-08-14T22:15:05.611Z[ recovery-image] Aug 14 22:15:04.572 INFO O| Aug 14 22:15:04.572 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-14T22:15:05.621Z[ recovery-image] Aug 14 22:15:04.581 INFO O| Aug 14 22:15:04.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55272026-08-14T22:15:05.621Z[ recovery-image] Aug 14 22:15:04.581 INFO O| Aug 14 22:15:04.581 INFO STEP 90 (remove_files) COMPLETE
55282026-08-14T22:15:05.621Z[ recovery-image] Aug 14 22:15:04.581 INFO O| Aug 14 22:15:04.581 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-14T22:15:05.633Z[ recovery-image] Aug 14 22:15:04.592 INFO O| Aug 14 22:15:04.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55302026-08-14T22:15:05.634Z[ recovery-image] Aug 14 22:15:04.592 INFO O| Aug 14 22:15:04.592 INFO STEP 91 (remove_files) COMPLETE
55312026-08-14T22:15:05.634Z[ recovery-image] Aug 14 22:15:04.592 INFO O| Aug 14 22:15:04.592 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-14T22:15:05.639Z[ recovery-image] Aug 14 22:15:04.600 INFO O| Aug 14 22:15:04.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55332026-08-14T22:15:05.639Z[ recovery-image] Aug 14 22:15:04.600 INFO O| Aug 14 22:15:04.600 INFO STEP 92 (remove_files) COMPLETE
55342026-08-14T22:15:05.643Z[ recovery-image] Aug 14 22:15:04.600 INFO O| Aug 14 22:15:04.600 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-14T22:15:05.649Z[ recovery-image] Aug 14 22:15:04.610 INFO O| Aug 14 22:15:04.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55362026-08-14T22:15:05.652Z[ recovery-image] Aug 14 22:15:04.610 INFO O| Aug 14 22:15:04.610 INFO STEP 93 (remove_files) COMPLETE
55372026-08-14T22:15:05.652Z[ recovery-image] Aug 14 22:15:04.610 INFO O| Aug 14 22:15:04.610 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-14T22:15:05.658Z[ recovery-image] Aug 14 22:15:04.619 INFO O| Aug 14 22:15:04.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55392026-08-14T22:15:05.658Z[ recovery-image] Aug 14 22:15:04.619 INFO O| Aug 14 22:15:04.619 INFO STEP 94 (remove_files) COMPLETE
55402026-08-14T22:15:05.662Z[ recovery-image] Aug 14 22:15:04.619 INFO O| Aug 14 22:15:04.619 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-14T22:15:05.667Z[ recovery-image] Aug 14 22:15:04.628 INFO O| Aug 14 22:15:04.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55422026-08-14T22:15:05.667Z[ recovery-image] Aug 14 22:15:04.628 INFO O| Aug 14 22:15:04.628 INFO STEP 95 (remove_files) COMPLETE
55432026-08-14T22:15:05.670Z[ recovery-image] Aug 14 22:15:04.628 INFO O| Aug 14 22:15:04.628 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-14T22:15:05.676Z[ recovery-image] Aug 14 22:15:04.637 INFO O| Aug 14 22:15:04.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55452026-08-14T22:15:05.676Z[ recovery-image] Aug 14 22:15:04.637 INFO O| Aug 14 22:15:04.637 INFO STEP 96 (remove_files) COMPLETE
55462026-08-14T22:15:05.676Z[ recovery-image] Aug 14 22:15:04.637 INFO O| Aug 14 22:15:04.637 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-14T22:15:05.685Z[ recovery-image] Aug 14 22:15:04.646 INFO O| Aug 14 22:15:04.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55482026-08-14T22:15:05.685Z[ recovery-image] Aug 14 22:15:04.646 INFO O| Aug 14 22:15:04.646 INFO STEP 97 (remove_files) COMPLETE
55492026-08-14T22:15:05.689Z[ recovery-image] Aug 14 22:15:04.646 INFO O| Aug 14 22:15:04.646 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-14T22:15:05.695Z[ recovery-image] Aug 14 22:15:04.656 INFO O| Aug 14 22:15:04.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55512026-08-14T22:15:05.695Z[ recovery-image] Aug 14 22:15:04.656 INFO O| Aug 14 22:15:04.656 INFO STEP 98 (remove_files) COMPLETE
55522026-08-14T22:15:05.695Z[ recovery-image] Aug 14 22:15:04.656 INFO O| Aug 14 22:15:04.656 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-14T22:15:05.704Z[ recovery-image] Aug 14 22:15:04.665 INFO O| Aug 14 22:15:04.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55542026-08-14T22:15:05.704Z[ recovery-image] Aug 14 22:15:04.665 INFO O| Aug 14 22:15:04.665 INFO STEP 99 (remove_files) COMPLETE
55552026-08-14T22:15:05.708Z[ recovery-image] Aug 14 22:15:04.665 INFO O| Aug 14 22:15:04.665 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-14T22:15:05.714Z[ recovery-image] Aug 14 22:15:04.674 INFO O| Aug 14 22:15:04.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55572026-08-14T22:15:05.714Z[ recovery-image] Aug 14 22:15:04.674 INFO O| Aug 14 22:15:04.674 INFO STEP 100 (remove_files) COMPLETE
55582026-08-14T22:15:05.714Z[ recovery-image] Aug 14 22:15:04.674 INFO O| Aug 14 22:15:04.674 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-14T22:15:05.723Z[ recovery-image] Aug 14 22:15:04.684 INFO O| Aug 14 22:15:04.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55602026-08-14T22:15:05.723Z[ recovery-image] Aug 14 22:15:04.684 INFO O| Aug 14 22:15:04.684 INFO STEP 101 (remove_files) COMPLETE
55612026-08-14T22:15:05.727Z[ recovery-image] Aug 14 22:15:04.684 INFO O| Aug 14 22:15:04.684 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-14T22:15:05.731Z[ recovery-image] Aug 14 22:15:04.692 INFO O| Aug 14 22:15:04.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55632026-08-14T22:15:05.731Z[ recovery-image] Aug 14 22:15:04.692 INFO O| Aug 14 22:15:04.692 INFO STEP 102 (remove_files) COMPLETE
55642026-08-14T22:15:05.735Z[ recovery-image] Aug 14 22:15:04.692 INFO O| Aug 14 22:15:04.692 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-14T22:15:05.741Z[ recovery-image] Aug 14 22:15:04.702 INFO O| Aug 14 22:15:04.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55662026-08-14T22:15:05.741Z[ recovery-image] Aug 14 22:15:04.702 INFO O| Aug 14 22:15:04.702 INFO STEP 103 (remove_files) COMPLETE
55672026-08-14T22:15:05.745Z[ recovery-image] Aug 14 22:15:04.702 INFO O| Aug 14 22:15:04.702 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-14T22:15:05.750Z[ recovery-image] Aug 14 22:15:04.711 INFO O| Aug 14 22:15:04.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55692026-08-14T22:15:05.750Z[ recovery-image] Aug 14 22:15:04.711 INFO O| Aug 14 22:15:04.711 INFO STEP 104 (remove_files) COMPLETE
55702026-08-14T22:15:05.750Z[ recovery-image] Aug 14 22:15:04.711 INFO O| Aug 14 22:15:04.711 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-14T22:15:05.760Z[ recovery-image] Aug 14 22:15:04.721 INFO O| Aug 14 22:15:04.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55722026-08-14T22:15:05.760Z[ recovery-image] Aug 14 22:15:04.721 INFO O| Aug 14 22:15:04.721 INFO STEP 105 (remove_files) COMPLETE
55732026-08-14T22:15:05.760Z[ recovery-image] Aug 14 22:15:04.721 INFO O| Aug 14 22:15:04.721 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-14T22:15:05.769Z[ recovery-image] Aug 14 22:15:04.730 INFO O| Aug 14 22:15:04.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55752026-08-14T22:15:05.769Z[ recovery-image] Aug 14 22:15:04.730 INFO O| Aug 14 22:15:04.730 INFO STEP 106 (remove_files) COMPLETE
55762026-08-14T22:15:05.769Z[ recovery-image] Aug 14 22:15:04.730 INFO O| Aug 14 22:15:04.730 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-14T22:15:05.782Z[ recovery-image] Aug 14 22:15:04.740 INFO O| Aug 14 22:15:04.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55782026-08-14T22:15:05.794Z[ recovery-image] Aug 14 22:15:04.740 INFO O| Aug 14 22:15:04.740 INFO STEP 107 (remove_files) COMPLETE
55792026-08-14T22:15:05.794Z[ recovery-image] Aug 14 22:15:04.740 INFO O| Aug 14 22:15:04.740 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-14T22:15:05.794Z[ recovery-image] Aug 14 22:15:04.750 INFO O| Aug 14 22:15:04.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55812026-08-14T22:15:05.798Z[ recovery-image] Aug 14 22:15:04.750 INFO O| Aug 14 22:15:04.750 INFO STEP 108 (remove_files) COMPLETE
55822026-08-14T22:15:05.798Z[ recovery-image] Aug 14 22:15:04.750 INFO O| Aug 14 22:15:04.750 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-14T22:15:05.801Z[ recovery-image] Aug 14 22:15:04.759 INFO O| Aug 14 22:15:04.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55842026-08-14T22:15:05.801Z[ recovery-image] Aug 14 22:15:04.759 INFO O| Aug 14 22:15:04.759 INFO STEP 109 (remove_files) COMPLETE
55852026-08-14T22:15:05.801Z[ recovery-image] Aug 14 22:15:04.759 INFO O| Aug 14 22:15:04.759 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-14T22:15:05.807Z[ recovery-image] Aug 14 22:15:04.768 INFO O| Aug 14 22:15:04.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55872026-08-14T22:15:05.808Z[ recovery-image] Aug 14 22:15:04.769 INFO O| Aug 14 22:15:04.768 INFO STEP 110 (remove_files) COMPLETE
55882026-08-14T22:15:05.811Z[ recovery-image] Aug 14 22:15:04.769 INFO O| Aug 14 22:15:04.768 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-14T22:15:05.816Z[ recovery-image] Aug 14 22:15:04.777 INFO O| Aug 14 22:15:04.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55902026-08-14T22:15:05.816Z[ recovery-image] Aug 14 22:15:04.777 INFO O| Aug 14 22:15:04.777 INFO STEP 111 (remove_files) COMPLETE
55912026-08-14T22:15:05.816Z[ recovery-image] Aug 14 22:15:04.777 INFO O| Aug 14 22:15:04.777 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-14T22:15:05.826Z[ recovery-image] Aug 14 22:15:04.786 INFO O| Aug 14 22:15:04.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55932026-08-14T22:15:05.826Z[ recovery-image] Aug 14 22:15:04.786 INFO O| Aug 14 22:15:04.786 INFO STEP 112 (remove_files) COMPLETE
55942026-08-14T22:15:05.826Z[ recovery-image] Aug 14 22:15:04.786 INFO O| Aug 14 22:15:04.786 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-14T22:15:05.858Z[ recovery-image] Aug 14 22:15:04.819 INFO O| Aug 14 22:15:04.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55962026-08-14T22:15:05.858Z[ recovery-image] Aug 14 22:15:04.819 INFO O| Aug 14 22:15:04.819 INFO STEP 113 (remove_files) COMPLETE
55972026-08-14T22:15:05.858Z[ recovery-image] Aug 14 22:15:04.819 INFO O| Aug 14 22:15:04.819 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-14T22:15:05.869Z[ recovery-image] Aug 14 22:15:04.830 INFO O| Aug 14 22:15:04.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55992026-08-14T22:15:05.869Z[ recovery-image] Aug 14 22:15:04.830 INFO O| Aug 14 22:15:04.830 INFO STEP 114 (remove_files) COMPLETE
56002026-08-14T22:15:05.873Z[ recovery-image] Aug 14 22:15:04.830 INFO O| Aug 14 22:15:04.830 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-14T22:15:05.880Z[ recovery-image] Aug 14 22:15:04.840 INFO O| Aug 14 22:15:04.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56022026-08-14T22:15:05.880Z[ recovery-image] Aug 14 22:15:04.840 INFO O| Aug 14 22:15:04.840 INFO STEP 115 (remove_files) COMPLETE
56032026-08-14T22:15:05.880Z[ recovery-image] Aug 14 22:15:04.840 INFO O| Aug 14 22:15:04.840 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-14T22:15:05.888Z[ recovery-image] Aug 14 22:15:04.849 INFO O| Aug 14 22:15:04.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56052026-08-14T22:15:05.888Z[ recovery-image] Aug 14 22:15:04.849 INFO O| Aug 14 22:15:04.849 INFO STEP 116 (remove_files) COMPLETE
56062026-08-14T22:15:05.889Z[ recovery-image] Aug 14 22:15:04.849 INFO O| Aug 14 22:15:04.849 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-14T22:15:05.899Z[ recovery-image] Aug 14 22:15:04.860 INFO O| Aug 14 22:15:04.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56082026-08-14T22:15:05.899Z[ recovery-image] Aug 14 22:15:04.860 INFO O| Aug 14 22:15:04.860 INFO STEP 117 (remove_files) COMPLETE
56092026-08-14T22:15:05.899Z[ recovery-image] Aug 14 22:15:04.860 INFO O| Aug 14 22:15:04.860 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-14T22:15:05.911Z[ recovery-image] Aug 14 22:15:04.871 INFO O| Aug 14 22:15:04.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56112026-08-14T22:15:05.911Z[ recovery-image] Aug 14 22:15:04.872 INFO O| Aug 14 22:15:04.872 INFO STEP 118 (remove_files) COMPLETE
56122026-08-14T22:15:05.911Z[ recovery-image] Aug 14 22:15:04.872 INFO O| Aug 14 22:15:04.872 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-14T22:15:05.920Z[ recovery-image] Aug 14 22:15:04.881 INFO O| Aug 14 22:15:04.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56142026-08-14T22:15:05.920Z[ recovery-image] Aug 14 22:15:04.881 INFO O| Aug 14 22:15:04.881 INFO STEP 119 (remove_files) COMPLETE
56152026-08-14T22:15:05.920Z[ recovery-image] Aug 14 22:15:04.881 INFO O| Aug 14 22:15:04.881 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-14T22:15:05.930Z[ recovery-image] Aug 14 22:15:04.890 INFO O| Aug 14 22:15:04.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56172026-08-14T22:15:05.930Z[ recovery-image] Aug 14 22:15:04.891 INFO O| Aug 14 22:15:04.891 INFO STEP 120 (remove_files) COMPLETE
56182026-08-14T22:15:05.934Z[ recovery-image] Aug 14 22:15:04.891 INFO O| Aug 14 22:15:04.891 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-14T22:15:05.941Z[ recovery-image] Aug 14 22:15:04.902 INFO O| Aug 14 22:15:04.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56202026-08-14T22:15:05.941Z[ recovery-image] Aug 14 22:15:04.902 INFO O| Aug 14 22:15:04.902 INFO STEP 121 (remove_files) COMPLETE
56212026-08-14T22:15:05.946Z[ recovery-image] Aug 14 22:15:04.902 INFO O| Aug 14 22:15:04.902 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-14T22:15:05.950Z[ recovery-image] Aug 14 22:15:04.911 INFO O| Aug 14 22:15:04.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56232026-08-14T22:15:05.950Z[ recovery-image] Aug 14 22:15:04.911 INFO O| Aug 14 22:15:04.911 INFO STEP 122 (remove_files) COMPLETE
56242026-08-14T22:15:05.950Z[ recovery-image] Aug 14 22:15:04.911 INFO O| Aug 14 22:15:04.911 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-14T22:15:05.963Z[ recovery-image] Aug 14 22:15:04.922 INFO O| Aug 14 22:15:04.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56262026-08-14T22:15:05.963Z[ recovery-image] Aug 14 22:15:04.922 INFO O| Aug 14 22:15:04.922 INFO STEP 123 (remove_files) COMPLETE
56272026-08-14T22:15:05.966Z[ recovery-image] Aug 14 22:15:04.923 INFO O| Aug 14 22:15:04.922 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-14T22:15:05.973Z[ recovery-image] Aug 14 22:15:04.932 INFO O| Aug 14 22:15:04.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56292026-08-14T22:15:05.973Z[ recovery-image] Aug 14 22:15:04.932 INFO O| Aug 14 22:15:04.932 INFO STEP 124 (remove_files) COMPLETE
56302026-08-14T22:15:05.973Z[ recovery-image] Aug 14 22:15:04.932 INFO O| Aug 14 22:15:04.932 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-14T22:15:05.985Z[ recovery-image] Aug 14 22:15:04.941 INFO O| Aug 14 22:15:04.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56322026-08-14T22:15:05.986Z[ recovery-image] Aug 14 22:15:04.941 INFO O| Aug 14 22:15:04.941 INFO STEP 125 (remove_files) COMPLETE
56332026-08-14T22:15:05.992Z[ recovery-image] Aug 14 22:15:04.941 INFO O| Aug 14 22:15:04.941 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-14T22:15:05.992Z[ recovery-image] Aug 14 22:15:04.950 INFO O| Aug 14 22:15:04.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56352026-08-14T22:15:05.992Z[ recovery-image] Aug 14 22:15:04.950 INFO O| Aug 14 22:15:04.950 INFO STEP 126 (remove_files) COMPLETE
56362026-08-14T22:15:05.992Z[ recovery-image] Aug 14 22:15:04.950 INFO O| Aug 14 22:15:04.950 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-14T22:15:05.997Z[ recovery-image] Aug 14 22:15:04.958 INFO O| Aug 14 22:15:04.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56382026-08-14T22:15:05.997Z[ recovery-image] Aug 14 22:15:04.958 INFO O| Aug 14 22:15:04.958 INFO STEP 127 (remove_files) COMPLETE
56392026-08-14T22:15:05.997Z[ recovery-image] Aug 14 22:15:04.958 INFO O| Aug 14 22:15:04.958 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-14T22:15:06.006Z[ recovery-image] Aug 14 22:15:04.967 INFO O| Aug 14 22:15:04.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56412026-08-14T22:15:06.006Z[ recovery-image] Aug 14 22:15:04.967 INFO O| Aug 14 22:15:04.967 INFO STEP 128 (remove_files) COMPLETE
56422026-08-14T22:15:06.009Z[ recovery-image] Aug 14 22:15:04.967 INFO O| Aug 14 22:15:04.967 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-14T22:15:06.014Z[ recovery-image] Aug 14 22:15:04.975 INFO O| Aug 14 22:15:04.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56442026-08-14T22:15:06.014Z[ recovery-image] Aug 14 22:15:04.975 INFO O| Aug 14 22:15:04.975 INFO STEP 129 (remove_files) COMPLETE
56452026-08-14T22:15:06.017Z[ recovery-image] Aug 14 22:15:04.975 INFO O| Aug 14 22:15:04.975 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-14T22:15:06.022Z[ recovery-image] Aug 14 22:15:04.983 INFO O| Aug 14 22:15:04.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56472026-08-14T22:15:06.022Z[ recovery-image] Aug 14 22:15:04.983 INFO O| Aug 14 22:15:04.983 INFO STEP 130 (remove_files) COMPLETE
56482026-08-14T22:15:06.025Z[ recovery-image] Aug 14 22:15:04.983 INFO O| Aug 14 22:15:04.983 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-14T22:15:06.030Z[ recovery-image] Aug 14 22:15:04.991 INFO O| Aug 14 22:15:04.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56502026-08-14T22:15:06.031Z[ recovery-image] Aug 14 22:15:04.991 INFO O| Aug 14 22:15:04.991 INFO STEP 131 (remove_files) COMPLETE
56512026-08-14T22:15:06.032Z[ recovery-image] Aug 14 22:15:04.991 INFO O| Aug 14 22:15:04.991 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-14T22:15:06.038Z[ recovery-image] Aug 14 22:15:04.999 INFO O| Aug 14 22:15:04.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56532026-08-14T22:15:06.038Z[ recovery-image] Aug 14 22:15:04.999 INFO O| Aug 14 22:15:04.999 INFO STEP 132 (remove_files) COMPLETE
56542026-08-14T22:15:06.042Z[ recovery-image] Aug 14 22:15:04.999 INFO O| Aug 14 22:15:04.999 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-14T22:15:06.047Z[ recovery-image] Aug 14 22:15:05.008 INFO O| Aug 14 22:15:05.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56562026-08-14T22:15:06.047Z[ recovery-image] Aug 14 22:15:05.008 INFO O| Aug 14 22:15:05.008 INFO STEP 133 (remove_files) COMPLETE
56572026-08-14T22:15:06.050Z[ recovery-image] Aug 14 22:15:05.008 INFO O| Aug 14 22:15:05.008 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-14T22:15:06.055Z[ recovery-image] Aug 14 22:15:05.016 INFO O| Aug 14 22:15:05.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56592026-08-14T22:15:06.055Z[ recovery-image] Aug 14 22:15:05.017 INFO O| Aug 14 22:15:05.016 INFO STEP 134 (remove_files) COMPLETE
56602026-08-14T22:15:06.060Z[ recovery-image] Aug 14 22:15:05.017 INFO O| Aug 14 22:15:05.016 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-14T22:15:06.064Z[ recovery-image] Aug 14 22:15:05.025 INFO O| Aug 14 22:15:05.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56622026-08-14T22:15:06.064Z[ recovery-image] Aug 14 22:15:05.025 INFO O| Aug 14 22:15:05.025 INFO STEP 135 (remove_files) COMPLETE
56632026-08-14T22:15:06.064Z[ recovery-image] Aug 14 22:15:05.025 INFO O| Aug 14 22:15:05.025 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-14T22:15:06.073Z[ recovery-image] Aug 14 22:15:05.034 INFO O| Aug 14 22:15:05.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56652026-08-14T22:15:06.073Z[ recovery-image] Aug 14 22:15:05.034 INFO O| Aug 14 22:15:05.034 INFO STEP 136 (remove_files) COMPLETE
56662026-08-14T22:15:06.073Z[ recovery-image] Aug 14 22:15:05.034 INFO O| Aug 14 22:15:05.034 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-14T22:15:06.082Z[ recovery-image] Aug 14 22:15:05.043 INFO O| Aug 14 22:15:05.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56682026-08-14T22:15:06.082Z[ recovery-image] Aug 14 22:15:05.043 INFO O| Aug 14 22:15:05.043 INFO STEP 137 (remove_files) COMPLETE
56692026-08-14T22:15:06.082Z[ recovery-image] Aug 14 22:15:05.043 INFO O| Aug 14 22:15:05.043 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-14T22:15:06.092Z[ recovery-image] Aug 14 22:15:05.053 INFO O| Aug 14 22:15:05.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56712026-08-14T22:15:06.092Z[ recovery-image] Aug 14 22:15:05.053 INFO O| Aug 14 22:15:05.053 INFO STEP 138 (remove_files) COMPLETE
56722026-08-14T22:15:06.092Z[ recovery-image] Aug 14 22:15:05.053 INFO O| Aug 14 22:15:05.053 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-14T22:15:06.104Z[ recovery-image] Aug 14 22:15:05.064 INFO O| Aug 14 22:15:05.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56742026-08-14T22:15:06.120Z[ recovery-image] Aug 14 22:15:05.064 INFO O| Aug 14 22:15:05.064 INFO STEP 139 (remove_files) COMPLETE
56752026-08-14T22:15:06.120Z[ recovery-image] Aug 14 22:15:05.064 INFO O| Aug 14 22:15:05.064 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-14T22:15:06.120Z[ recovery-image] Aug 14 22:15:05.075 INFO O| Aug 14 22:15:05.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56772026-08-14T22:15:06.120Z[ recovery-image] Aug 14 22:15:05.075 INFO O| Aug 14 22:15:05.075 INFO STEP 140 (remove_files) COMPLETE
56782026-08-14T22:15:06.120Z[ recovery-image] Aug 14 22:15:05.075 INFO O| Aug 14 22:15:05.075 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-14T22:15:06.124Z[ recovery-image] Aug 14 22:15:05.086 INFO O| Aug 14 22:15:05.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56802026-08-14T22:15:06.125Z[ recovery-image] Aug 14 22:15:05.086 INFO O| Aug 14 22:15:05.086 INFO STEP 141 (remove_files) COMPLETE
56812026-08-14T22:15:06.128Z[ recovery-image] Aug 14 22:15:05.086 INFO O| Aug 14 22:15:05.086 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-14T22:15:06.135Z[ recovery-image] Aug 14 22:15:05.096 INFO O| Aug 14 22:15:05.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56832026-08-14T22:15:06.135Z[ recovery-image] Aug 14 22:15:05.097 INFO O| Aug 14 22:15:05.096 INFO STEP 142 (remove_files) COMPLETE
56842026-08-14T22:15:06.135Z[ recovery-image] Aug 14 22:15:05.097 INFO O| Aug 14 22:15:05.097 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-14T22:15:06.146Z[ recovery-image] Aug 14 22:15:05.107 INFO O| Aug 14 22:15:05.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56862026-08-14T22:15:06.146Z[ recovery-image] Aug 14 22:15:05.107 INFO O| Aug 14 22:15:05.107 INFO STEP 143 (remove_files) COMPLETE
56872026-08-14T22:15:06.146Z[ recovery-image] Aug 14 22:15:05.107 INFO O| Aug 14 22:15:05.107 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-14T22:15:06.157Z[ recovery-image] Aug 14 22:15:05.118 INFO O| Aug 14 22:15:05.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56892026-08-14T22:15:06.158Z[ recovery-image] Aug 14 22:15:05.118 INFO O| Aug 14 22:15:05.118 INFO STEP 144 (remove_files) COMPLETE
56902026-08-14T22:15:06.161Z[ recovery-image] Aug 14 22:15:05.118 INFO O| Aug 14 22:15:05.118 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-14T22:15:06.167Z[ recovery-image] Aug 14 22:15:05.128 INFO O| Aug 14 22:15:05.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56922026-08-14T22:15:06.167Z[ recovery-image] Aug 14 22:15:05.128 INFO O| Aug 14 22:15:05.128 INFO STEP 145 (remove_files) COMPLETE
56932026-08-14T22:15:06.167Z[ recovery-image] Aug 14 22:15:05.128 INFO O| Aug 14 22:15:05.128 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-14T22:15:06.176Z[ recovery-image] Aug 14 22:15:05.137 INFO O| Aug 14 22:15:05.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56952026-08-14T22:15:06.176Z[ recovery-image] Aug 14 22:15:05.137 INFO O| Aug 14 22:15:05.137 INFO STEP 146 (remove_files) COMPLETE
56962026-08-14T22:15:06.176Z[ recovery-image] Aug 14 22:15:05.137 INFO O| Aug 14 22:15:05.137 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-14T22:15:06.187Z[ recovery-image] Aug 14 22:15:05.148 INFO O| Aug 14 22:15:05.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56982026-08-14T22:15:06.187Z[ recovery-image] Aug 14 22:15:05.148 INFO O| Aug 14 22:15:05.148 INFO STEP 147 (remove_files) COMPLETE
56992026-08-14T22:15:06.187Z[ recovery-image] Aug 14 22:15:05.148 INFO O| Aug 14 22:15:05.148 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-14T22:15:06.197Z[ recovery-image] Aug 14 22:15:05.158 INFO O| Aug 14 22:15:05.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57012026-08-14T22:15:06.197Z[ recovery-image] Aug 14 22:15:05.158 INFO O| Aug 14 22:15:05.158 INFO STEP 148 (remove_files) COMPLETE
57022026-08-14T22:15:06.197Z[ recovery-image] Aug 14 22:15:05.158 INFO O| Aug 14 22:15:05.158 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-14T22:15:06.207Z[ recovery-image] Aug 14 22:15:05.168 INFO O| Aug 14 22:15:05.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57042026-08-14T22:15:06.207Z[ recovery-image] Aug 14 22:15:05.168 INFO O| Aug 14 22:15:05.168 INFO STEP 149 (remove_files) COMPLETE
57052026-08-14T22:15:06.207Z[ recovery-image] Aug 14 22:15:05.168 INFO O| Aug 14 22:15:05.168 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-14T22:15:06.216Z[ recovery-image] Aug 14 22:15:05.177 INFO O| Aug 14 22:15:05.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57072026-08-14T22:15:06.216Z[ recovery-image] Aug 14 22:15:05.177 INFO O| Aug 14 22:15:05.177 INFO STEP 150 (remove_files) COMPLETE
57082026-08-14T22:15:06.216Z[ recovery-image] Aug 14 22:15:05.177 INFO O| Aug 14 22:15:05.177 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-14T22:15:06.225Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
57102026-08-14T22:15:06.229Z[ recovery-image] Aug 14 22:15:05.187 INFO O| Aug 14 22:15:05.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57112026-08-14T22:15:06.229Z[ recovery-image] Aug 14 22:15:05.187 INFO O| Aug 14 22:15:05.187 INFO STEP 151 (remove_files) COMPLETE
57122026-08-14T22:15:06.229Z[ recovery-image] Aug 14 22:15:05.187 INFO O| Aug 14 22:15:05.187 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-14T22:15:06.235Z[ recovery-image] Aug 14 22:15:05.196 INFO O| Aug 14 22:15:05.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57142026-08-14T22:15:06.235Z[ recovery-image] Aug 14 22:15:05.196 INFO O| Aug 14 22:15:05.196 INFO STEP 152 (remove_files) COMPLETE
57152026-08-14T22:15:06.235Z[ recovery-image] Aug 14 22:15:05.196 INFO O| Aug 14 22:15:05.196 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-14T22:15:06.247Z[ recovery-image] Aug 14 22:15:05.207 INFO O| Aug 14 22:15:05.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57172026-08-14T22:15:06.247Z[ recovery-image] Aug 14 22:15:05.207 INFO O| Aug 14 22:15:05.207 INFO STEP 153 (remove_files) COMPLETE
57182026-08-14T22:15:06.250Z[ recovery-image] Aug 14 22:15:05.207 INFO O| Aug 14 22:15:05.207 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-14T22:15:06.258Z[ recovery-image] Aug 14 22:15:05.217 INFO O| Aug 14 22:15:05.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57202026-08-14T22:15:06.258Z[ recovery-image] Aug 14 22:15:05.218 INFO O| Aug 14 22:15:05.218 INFO STEP 154 (remove_files) COMPLETE
57212026-08-14T22:15:06.261Z[ recovery-image] Aug 14 22:15:05.218 INFO O| Aug 14 22:15:05.218 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-14T22:15:06.267Z[ recovery-image] Aug 14 22:15:05.228 INFO O| Aug 14 22:15:05.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57232026-08-14T22:15:06.267Z[ recovery-image] Aug 14 22:15:05.228 INFO O| Aug 14 22:15:05.228 INFO STEP 155 (remove_files) COMPLETE
57242026-08-14T22:15:06.270Z[ recovery-image] Aug 14 22:15:05.228 INFO O| Aug 14 22:15:05.228 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-14T22:15:06.276Z[ recovery-image] Aug 14 22:15:05.237 INFO O| Aug 14 22:15:05.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57262026-08-14T22:15:06.276Z[ recovery-image] Aug 14 22:15:05.237 INFO O| Aug 14 22:15:05.237 INFO STEP 156 (remove_files) COMPLETE
57272026-08-14T22:15:06.280Z[ recovery-image] Aug 14 22:15:05.237 INFO O| Aug 14 22:15:05.237 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-14T22:15:06.288Z[ recovery-image] Aug 14 22:15:05.249 INFO O| Aug 14 22:15:05.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57292026-08-14T22:15:06.288Z[ recovery-image] Aug 14 22:15:05.249 INFO O| Aug 14 22:15:05.249 INFO STEP 157 (remove_files) COMPLETE
57302026-08-14T22:15:06.288Z[ recovery-image] Aug 14 22:15:05.249 INFO O| Aug 14 22:15:05.249 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-14T22:15:06.298Z[ recovery-image] Aug 14 22:15:05.259 INFO O| Aug 14 22:15:05.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57322026-08-14T22:15:06.298Z[ recovery-image] Aug 14 22:15:05.259 INFO O| Aug 14 22:15:05.259 INFO STEP 158 (remove_files) COMPLETE
57332026-08-14T22:15:06.298Z[ recovery-image] Aug 14 22:15:05.259 INFO O| Aug 14 22:15:05.259 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-14T22:15:06.307Z[ recovery-image] Aug 14 22:15:05.268 INFO O| Aug 14 22:15:05.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57352026-08-14T22:15:06.307Z[ recovery-image] Aug 14 22:15:05.268 INFO O| Aug 14 22:15:05.268 INFO STEP 159 (remove_files) COMPLETE
57362026-08-14T22:15:06.307Z[ recovery-image] Aug 14 22:15:05.268 INFO O| Aug 14 22:15:05.268 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-14T22:15:06.317Z[ recovery-image] Aug 14 22:15:05.277 INFO O| Aug 14 22:15:05.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57382026-08-14T22:15:06.320Z[ recovery-image] Aug 14 22:15:05.278 INFO O| Aug 14 22:15:05.278 INFO STEP 160 (remove_files) COMPLETE
57392026-08-14T22:15:06.320Z[ recovery-image] Aug 14 22:15:05.278 INFO O| Aug 14 22:15:05.278 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-14T22:15:06.327Z[ recovery-image] Aug 14 22:15:05.288 INFO O| Aug 14 22:15:05.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57412026-08-14T22:15:06.327Z[ recovery-image] Aug 14 22:15:05.288 INFO O| Aug 14 22:15:05.288 INFO STEP 161 (remove_files) COMPLETE
57422026-08-14T22:15:06.327Z[ recovery-image] Aug 14 22:15:05.288 INFO O| Aug 14 22:15:05.288 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-14T22:15:06.337Z[ recovery-image] Aug 14 22:15:05.298 INFO O| Aug 14 22:15:05.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57442026-08-14T22:15:06.337Z[ recovery-image] Aug 14 22:15:05.298 INFO O| Aug 14 22:15:05.298 INFO STEP 162 (remove_files) COMPLETE
57452026-08-14T22:15:06.343Z[ recovery-image] Aug 14 22:15:05.298 INFO O| Aug 14 22:15:05.298 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-14T22:15:06.343Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
57472026-08-14T22:15:06.348Z[ recovery-image] Aug 14 22:15:05.308 INFO O| Aug 14 22:15:05.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57482026-08-14T22:15:06.348Z[ recovery-image] Aug 14 22:15:05.308 INFO O| Aug 14 22:15:05.308 INFO STEP 163 (remove_files) COMPLETE
57492026-08-14T22:15:06.348Z[ recovery-image] Aug 14 22:15:05.308 INFO O| Aug 14 22:15:05.308 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-14T22:15:06.358Z[ recovery-image] Aug 14 22:15:05.318 INFO O| Aug 14 22:15:05.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57512026-08-14T22:15:06.358Z[ recovery-image] Aug 14 22:15:05.318 INFO O| Aug 14 22:15:05.318 INFO STEP 164 (remove_files) COMPLETE
57522026-08-14T22:15:06.363Z[ recovery-image] Aug 14 22:15:05.318 INFO O| Aug 14 22:15:05.318 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-14T22:15:06.367Z[ recovery-image] Aug 14 22:15:05.328 INFO O| Aug 14 22:15:05.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57542026-08-14T22:15:06.371Z[ recovery-image] Aug 14 22:15:05.329 INFO O| Aug 14 22:15:05.329 INFO STEP 165 (remove_files) COMPLETE
57552026-08-14T22:15:06.371Z[ recovery-image] Aug 14 22:15:05.329 INFO O| Aug 14 22:15:05.329 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-14T22:15:06.378Z[ recovery-image] Aug 14 22:15:05.339 INFO O| Aug 14 22:15:05.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57572026-08-14T22:15:06.378Z[ recovery-image] Aug 14 22:15:05.339 INFO O| Aug 14 22:15:05.339 INFO STEP 166 (remove_files) COMPLETE
57582026-08-14T22:15:06.378Z[ recovery-image] Aug 14 22:15:05.339 INFO O| Aug 14 22:15:05.339 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-14T22:15:06.388Z[ recovery-image] Aug 14 22:15:05.349 INFO O| Aug 14 22:15:05.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57602026-08-14T22:15:06.388Z[ recovery-image] Aug 14 22:15:05.349 INFO O| Aug 14 22:15:05.349 INFO STEP 167 (remove_files) COMPLETE
57612026-08-14T22:15:06.388Z[ recovery-image] Aug 14 22:15:05.349 INFO O| Aug 14 22:15:05.349 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-14T22:15:06.397Z[ recovery-image] Aug 14 22:15:05.358 INFO O| Aug 14 22:15:05.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57632026-08-14T22:15:06.397Z[ recovery-image] Aug 14 22:15:05.358 INFO O| Aug 14 22:15:05.358 INFO STEP 168 (remove_files) COMPLETE
57642026-08-14T22:15:06.397Z[ recovery-image] Aug 14 22:15:05.358 INFO O| Aug 14 22:15:05.358 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-14T22:15:06.406Z[ recovery-image] Aug 14 22:15:05.367 INFO O| Aug 14 22:15:05.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57662026-08-14T22:15:06.406Z[ recovery-image] Aug 14 22:15:05.367 INFO O| Aug 14 22:15:05.367 INFO STEP 169 (remove_files) COMPLETE
57672026-08-14T22:15:06.406Z[ recovery-image] Aug 14 22:15:05.367 INFO O| Aug 14 22:15:05.367 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-14T22:15:06.414Z[ recovery-image] Aug 14 22:15:05.376 INFO O| Aug 14 22:15:05.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57692026-08-14T22:15:06.415Z[ recovery-image] Aug 14 22:15:05.376 INFO O| Aug 14 22:15:05.376 INFO STEP 170 (remove_files) COMPLETE
57702026-08-14T22:15:06.415Z[ recovery-image] Aug 14 22:15:05.376 INFO O| Aug 14 22:15:05.376 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-14T22:15:06.423Z[ recovery-image] Aug 14 22:15:05.384 INFO O| Aug 14 22:15:05.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57722026-08-14T22:15:06.423Z[ recovery-image] Aug 14 22:15:05.384 INFO O| Aug 14 22:15:05.384 INFO STEP 171 (remove_files) COMPLETE
57732026-08-14T22:15:06.423Z[ recovery-image] Aug 14 22:15:05.384 INFO O| Aug 14 22:15:05.384 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-14T22:15:06.432Z[ recovery-image] Aug 14 22:15:05.392 INFO O| Aug 14 22:15:05.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57752026-08-14T22:15:06.432Z[ recovery-image] Aug 14 22:15:05.392 INFO O| Aug 14 22:15:05.392 INFO STEP 172 (remove_files) COMPLETE
57762026-08-14T22:15:06.435Z[ recovery-image] Aug 14 22:15:05.392 INFO O| Aug 14 22:15:05.392 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-14T22:15:06.444Z[ recovery-image] Aug 14 22:15:05.404 INFO O| Aug 14 22:15:05.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57782026-08-14T22:15:06.444Z[ recovery-image] Aug 14 22:15:05.404 INFO O| Aug 14 22:15:05.404 INFO STEP 173 (remove_files) COMPLETE
57792026-08-14T22:15:06.447Z[ recovery-image] Aug 14 22:15:05.404 INFO O| Aug 14 22:15:05.404 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-14T22:15:06.476Z[ recovery-image] Aug 14 22:15:05.415 INFO O| Aug 14 22:15:05.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57812026-08-14T22:15:06.476Z[ recovery-image] Aug 14 22:15:05.416 INFO O| Aug 14 22:15:05.416 INFO STEP 174 (remove_files) COMPLETE
57822026-08-14T22:15:06.476Z[ recovery-image] Aug 14 22:15:05.416 INFO O| Aug 14 22:15:05.416 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-14T22:15:06.476Z[ recovery-image] Aug 14 22:15:05.425 INFO O| Aug 14 22:15:05.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57842026-08-14T22:15:06.476Z[ recovery-image] Aug 14 22:15:05.425 INFO O| Aug 14 22:15:05.425 INFO STEP 175 (remove_files) COMPLETE
57852026-08-14T22:15:06.476Z[ recovery-image] Aug 14 22:15:05.425 INFO O| Aug 14 22:15:05.425 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-14T22:15:06.476Z[ recovery-image] Aug 14 22:15:05.434 INFO O| Aug 14 22:15:05.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57872026-08-14T22:15:06.476Z[ recovery-image] Aug 14 22:15:05.435 INFO O| Aug 14 22:15:05.435 INFO STEP 176 (remove_files) COMPLETE
57882026-08-14T22:15:06.477Z[ recovery-image] Aug 14 22:15:05.435 INFO O| Aug 14 22:15:05.435 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-14T22:15:06.484Z[ recovery-image] Aug 14 22:15:05.445 INFO O| Aug 14 22:15:05.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57902026-08-14T22:15:06.484Z[ recovery-image] Aug 14 22:15:05.446 INFO O| Aug 14 22:15:05.446 INFO STEP 177 (remove_files) COMPLETE
57912026-08-14T22:15:06.485Z[ recovery-image] Aug 14 22:15:05.446 INFO O| Aug 14 22:15:05.446 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-14T22:15:06.495Z[ recovery-image] Aug 14 22:15:05.456 INFO O| Aug 14 22:15:05.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57932026-08-14T22:15:06.495Z[ recovery-image] Aug 14 22:15:05.456 INFO O| Aug 14 22:15:05.456 INFO STEP 178 (remove_files) COMPLETE
57942026-08-14T22:15:06.495Z[ recovery-image] Aug 14 22:15:05.456 INFO O| Aug 14 22:15:05.456 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-14T22:15:06.505Z[ recovery-image] Aug 14 22:15:05.466 INFO O| Aug 14 22:15:05.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57962026-08-14T22:15:06.505Z[ recovery-image] Aug 14 22:15:05.466 INFO O| Aug 14 22:15:05.466 INFO STEP 179 (remove_files) COMPLETE
57972026-08-14T22:15:06.505Z[ recovery-image] Aug 14 22:15:05.466 INFO O| Aug 14 22:15:05.466 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-14T22:15:06.529Z[ recovery-image] Aug 14 22:15:05.490 INFO O| Aug 14 22:15:05.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57992026-08-14T22:15:06.533Z[ recovery-image] Aug 14 22:15:05.491 INFO O| Aug 14 22:15:05.491 INFO STEP 180 (remove_files) COMPLETE
58002026-08-14T22:15:06.533Z[ recovery-image] Aug 14 22:15:05.491 INFO O| Aug 14 22:15:05.491 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-14T22:15:06.540Z[ recovery-image] Aug 14 22:15:05.501 INFO O| Aug 14 22:15:05.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58022026-08-14T22:15:06.540Z[ recovery-image] Aug 14 22:15:05.501 INFO O| Aug 14 22:15:05.501 INFO STEP 181 (remove_files) COMPLETE
58032026-08-14T22:15:06.540Z[ recovery-image] Aug 14 22:15:05.501 INFO O| Aug 14 22:15:05.501 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-14T22:15:06.552Z[ recovery-image] Aug 14 22:15:05.509 INFO O| Aug 14 22:15:05.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58052026-08-14T22:15:06.552Z[ recovery-image] Aug 14 22:15:05.510 INFO O| Aug 14 22:15:05.509 INFO STEP 182 (remove_files) COMPLETE
58062026-08-14T22:15:06.552Z[ recovery-image] Aug 14 22:15:05.510 INFO O| Aug 14 22:15:05.510 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-14T22:15:06.557Z[ recovery-image] Aug 14 22:15:05.518 INFO O| Aug 14 22:15:05.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58082026-08-14T22:15:06.557Z[ recovery-image] Aug 14 22:15:05.518 INFO O| Aug 14 22:15:05.518 INFO STEP 183 (remove_files) COMPLETE
58092026-08-14T22:15:06.557Z[ recovery-image] Aug 14 22:15:05.518 INFO O| Aug 14 22:15:05.518 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-14T22:15:06.565Z[ recovery-image] Aug 14 22:15:05.526 INFO O| Aug 14 22:15:05.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58112026-08-14T22:15:06.565Z[ recovery-image] Aug 14 22:15:05.526 INFO O| Aug 14 22:15:05.526 INFO STEP 184 (remove_files) COMPLETE
58122026-08-14T22:15:06.568Z[ recovery-image] Aug 14 22:15:05.526 INFO O| Aug 14 22:15:05.526 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-14T22:15:06.573Z[ recovery-image] Aug 14 22:15:05.534 INFO O| Aug 14 22:15:05.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58142026-08-14T22:15:06.573Z[ recovery-image] Aug 14 22:15:05.534 INFO O| Aug 14 22:15:05.534 INFO STEP 185 (remove_files) COMPLETE
58152026-08-14T22:15:06.573Z[ recovery-image] Aug 14 22:15:05.534 INFO O| Aug 14 22:15:05.534 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-14T22:15:06.582Z[ recovery-image] Aug 14 22:15:05.543 INFO O| Aug 14 22:15:05.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58172026-08-14T22:15:06.582Z[ recovery-image] Aug 14 22:15:05.543 INFO O| Aug 14 22:15:05.543 INFO STEP 186 (remove_files) COMPLETE
58182026-08-14T22:15:06.582Z[ recovery-image] Aug 14 22:15:05.543 INFO O| Aug 14 22:15:05.543 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-14T22:15:06.590Z[ recovery-image] Aug 14 22:15:05.551 INFO O| Aug 14 22:15:05.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58202026-08-14T22:15:06.590Z[ recovery-image] Aug 14 22:15:05.551 INFO O| Aug 14 22:15:05.551 INFO STEP 187 (remove_files) COMPLETE
58212026-08-14T22:15:06.593Z[ recovery-image] Aug 14 22:15:05.551 INFO O| Aug 14 22:15:05.551 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-14T22:15:06.598Z[ recovery-image] Aug 14 22:15:05.559 INFO O| Aug 14 22:15:05.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58232026-08-14T22:15:06.598Z[ recovery-image] Aug 14 22:15:05.559 INFO O| Aug 14 22:15:05.559 INFO STEP 188 (remove_files) COMPLETE
58242026-08-14T22:15:06.602Z[ recovery-image] Aug 14 22:15:05.559 INFO O| Aug 14 22:15:05.559 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-14T22:15:06.606Z[ recovery-image] Aug 14 22:15:05.567 INFO O| Aug 14 22:15:05.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58262026-08-14T22:15:06.606Z[ recovery-image] Aug 14 22:15:05.567 INFO O| Aug 14 22:15:05.567 INFO STEP 189 (remove_files) COMPLETE
58272026-08-14T22:15:06.610Z[ recovery-image] Aug 14 22:15:05.567 INFO O| Aug 14 22:15:05.567 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-14T22:15:06.615Z[ recovery-image] Aug 14 22:15:05.576 INFO O| Aug 14 22:15:05.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58292026-08-14T22:15:06.615Z[ recovery-image] Aug 14 22:15:05.576 INFO O| Aug 14 22:15:05.576 INFO STEP 190 (remove_files) COMPLETE
58302026-08-14T22:15:06.615Z[ recovery-image] Aug 14 22:15:05.576 INFO O| Aug 14 22:15:05.576 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-14T22:15:06.626Z[ recovery-image] Aug 14 22:15:05.587 INFO O| Aug 14 22:15:05.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58322026-08-14T22:15:06.626Z[ recovery-image] Aug 14 22:15:05.587 INFO O| Aug 14 22:15:05.587 INFO STEP 191 (remove_files) COMPLETE
58332026-08-14T22:15:06.626Z[ recovery-image] Aug 14 22:15:05.587 INFO O| Aug 14 22:15:05.587 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-14T22:15:06.636Z[ recovery-image] Aug 14 22:15:05.597 INFO O| Aug 14 22:15:05.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58352026-08-14T22:15:06.636Z[ recovery-image] Aug 14 22:15:05.597 INFO O| Aug 14 22:15:05.597 INFO STEP 192 (remove_files) COMPLETE
58362026-08-14T22:15:06.636Z[ recovery-image] Aug 14 22:15:05.597 INFO O| Aug 14 22:15:05.597 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-14T22:15:06.644Z[ recovery-image] Aug 14 22:15:05.605 INFO O| Aug 14 22:15:05.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58382026-08-14T22:15:06.644Z[ recovery-image] Aug 14 22:15:05.605 INFO O| Aug 14 22:15:05.605 INFO STEP 193 (remove_files) COMPLETE
58392026-08-14T22:15:06.644Z[ recovery-image] Aug 14 22:15:05.605 INFO O| Aug 14 22:15:05.605 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-14T22:15:06.654Z[ recovery-image] Aug 14 22:15:05.615 INFO O| Aug 14 22:15:05.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58412026-08-14T22:15:06.654Z[ recovery-image] Aug 14 22:15:05.615 INFO O| Aug 14 22:15:05.615 INFO STEP 194 (remove_files) COMPLETE
58422026-08-14T22:15:06.655Z[ recovery-image] Aug 14 22:15:05.615 INFO O| Aug 14 22:15:05.615 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-14T22:15:06.668Z[ recovery-image] Aug 14 22:15:05.625 INFO O| Aug 14 22:15:05.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58442026-08-14T22:15:06.668Z[ recovery-image] Aug 14 22:15:05.625 INFO O| Aug 14 22:15:05.625 INFO STEP 195 (remove_files) COMPLETE
58452026-08-14T22:15:06.672Z[ recovery-image] Aug 14 22:15:05.625 INFO O| Aug 14 22:15:05.625 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-14T22:15:06.676Z[ recovery-image] Aug 14 22:15:05.634 INFO O| Aug 14 22:15:05.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58472026-08-14T22:15:06.676Z[ recovery-image] Aug 14 22:15:05.634 INFO O| Aug 14 22:15:05.634 INFO STEP 196 (remove_files) COMPLETE
58482026-08-14T22:15:06.677Z[ recovery-image] Aug 14 22:15:05.634 INFO O| Aug 14 22:15:05.634 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-14T22:15:06.694Z[ recovery-image] Aug 14 22:15:05.655 INFO O| Aug 14 22:15:05.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58502026-08-14T22:15:06.694Z[ recovery-image] Aug 14 22:15:05.655 INFO O| Aug 14 22:15:05.655 INFO STEP 197 (remove_files) COMPLETE
58512026-08-14T22:15:06.694Z[ recovery-image] Aug 14 22:15:05.655 INFO O| Aug 14 22:15:05.655 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-14T22:15:06.705Z[ recovery-image] Aug 14 22:15:05.666 INFO O| Aug 14 22:15:05.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58532026-08-14T22:15:06.705Z[ recovery-image] Aug 14 22:15:05.666 INFO O| Aug 14 22:15:05.666 INFO STEP 198 (remove_files) COMPLETE
58542026-08-14T22:15:06.705Z[ recovery-image] Aug 14 22:15:05.666 INFO O| Aug 14 22:15:05.666 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-14T22:15:06.716Z[ recovery-image] Aug 14 22:15:05.676 INFO O| Aug 14 22:15:05.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58562026-08-14T22:15:06.716Z[ recovery-image] Aug 14 22:15:05.676 INFO O| Aug 14 22:15:05.676 INFO STEP 199 (remove_files) COMPLETE
58572026-08-14T22:15:06.716Z[ recovery-image] Aug 14 22:15:05.676 INFO O| Aug 14 22:15:05.676 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-14T22:15:06.720Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
58592026-08-14T22:15:06.724Z[ recovery-image] Aug 14 22:15:05.685 INFO O| Aug 14 22:15:05.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58602026-08-14T22:15:06.724Z[ recovery-image] Aug 14 22:15:05.685 INFO O| Aug 14 22:15:05.685 INFO STEP 200 (remove_files) COMPLETE
58612026-08-14T22:15:06.727Z[ recovery-image] Aug 14 22:15:05.685 INFO O| Aug 14 22:15:05.685 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-14T22:15:06.735Z[ recovery-image] Aug 14 22:15:05.695 INFO O| Aug 14 22:15:05.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58632026-08-14T22:15:06.735Z[ recovery-image] Aug 14 22:15:05.696 INFO O| Aug 14 22:15:05.696 INFO STEP 201 (remove_files) COMPLETE
58642026-08-14T22:15:06.735Z[ recovery-image] Aug 14 22:15:05.696 INFO O| Aug 14 22:15:05.696 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-14T22:15:06.745Z[ recovery-image] Aug 14 22:15:05.705 INFO O| Aug 14 22:15:05.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58662026-08-14T22:15:06.745Z[ recovery-image] Aug 14 22:15:05.705 INFO O| Aug 14 22:15:05.705 INFO STEP 202 (remove_files) COMPLETE
58672026-08-14T22:15:06.745Z[ recovery-image] Aug 14 22:15:05.705 INFO O| Aug 14 22:15:05.705 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-14T22:15:06.754Z[ recovery-image] Aug 14 22:15:05.715 INFO O| Aug 14 22:15:05.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58692026-08-14T22:15:06.754Z[ recovery-image] Aug 14 22:15:05.715 INFO O| Aug 14 22:15:05.715 INFO STEP 203 (remove_files) COMPLETE
58702026-08-14T22:15:06.754Z[ recovery-image] Aug 14 22:15:05.715 INFO O| Aug 14 22:15:05.715 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-14T22:15:06.774Z[ recovery-image] Aug 14 22:15:05.735 INFO O| Aug 14 22:15:05.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58722026-08-14T22:15:06.774Z[ recovery-image] Aug 14 22:15:05.735 INFO O| Aug 14 22:15:05.735 INFO STEP 204 (remove_files) COMPLETE
58732026-08-14T22:15:06.774Z[ recovery-image] Aug 14 22:15:05.735 INFO O| Aug 14 22:15:05.735 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-14T22:15:06.784Z[ recovery-image] Aug 14 22:15:05.745 INFO O| Aug 14 22:15:05.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58752026-08-14T22:15:06.784Z[ recovery-image] Aug 14 22:15:05.745 INFO O| Aug 14 22:15:05.745 INFO STEP 205 (remove_files) COMPLETE
58762026-08-14T22:15:06.788Z[ recovery-image] Aug 14 22:15:05.745 INFO O| Aug 14 22:15:05.745 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-14T22:15:06.793Z[ recovery-image] Aug 14 22:15:05.754 INFO O| Aug 14 22:15:05.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58782026-08-14T22:15:06.793Z[ recovery-image] Aug 14 22:15:05.754 INFO O| Aug 14 22:15:05.754 INFO STEP 206 (remove_files) COMPLETE
58792026-08-14T22:15:06.793Z[ recovery-image] Aug 14 22:15:05.754 INFO O| Aug 14 22:15:05.754 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-14T22:15:06.801Z[ recovery-image] Aug 14 22:15:05.763 INFO O| Aug 14 22:15:05.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58812026-08-14T22:15:06.801Z[ recovery-image] Aug 14 22:15:05.763 INFO O| Aug 14 22:15:05.763 INFO STEP 207 (remove_files) COMPLETE
58822026-08-14T22:15:06.805Z[ recovery-image] Aug 14 22:15:05.763 INFO O| Aug 14 22:15:05.763 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-14T22:15:06.810Z[ recovery-image] Aug 14 22:15:05.771 INFO O| Aug 14 22:15:05.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58842026-08-14T22:15:06.810Z[ recovery-image] Aug 14 22:15:05.771 INFO O| Aug 14 22:15:05.771 INFO STEP 208 (remove_files) COMPLETE
58852026-08-14T22:15:06.814Z[ recovery-image] Aug 14 22:15:05.771 INFO O| Aug 14 22:15:05.771 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-14T22:15:06.820Z[ recovery-image] Aug 14 22:15:05.780 INFO O| Aug 14 22:15:05.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58872026-08-14T22:15:06.820Z[ recovery-image] Aug 14 22:15:05.780 INFO O| Aug 14 22:15:05.780 INFO STEP 209 (remove_files) COMPLETE
58882026-08-14T22:15:06.825Z[ recovery-image] Aug 14 22:15:05.780 INFO O| Aug 14 22:15:05.780 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-14T22:15:06.829Z[ recovery-image] Aug 14 22:15:05.789 INFO O| Aug 14 22:15:05.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58902026-08-14T22:15:06.829Z[ recovery-image] Aug 14 22:15:05.789 INFO O| Aug 14 22:15:05.789 INFO STEP 210 (remove_files) COMPLETE
58912026-08-14T22:15:06.829Z[ recovery-image] Aug 14 22:15:05.789 INFO O| Aug 14 22:15:05.789 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-14T22:15:06.837Z[ recovery-image] Aug 14 22:15:05.797 INFO O| Aug 14 22:15:05.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58932026-08-14T22:15:06.837Z[ recovery-image] Aug 14 22:15:05.797 INFO O| Aug 14 22:15:05.797 INFO STEP 211 (remove_files) COMPLETE
58942026-08-14T22:15:06.837Z[ recovery-image] Aug 14 22:15:05.797 INFO O| Aug 14 22:15:05.797 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-14T22:15:06.843Z[ recovery-image] Aug 14 22:15:05.804 INFO O| Aug 14 22:15:05.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58962026-08-14T22:15:06.843Z[ recovery-image] Aug 14 22:15:05.805 INFO O| Aug 14 22:15:05.804 INFO STEP 212 (remove_files) COMPLETE
58972026-08-14T22:15:06.843Z[ recovery-image] Aug 14 22:15:05.805 INFO O| Aug 14 22:15:05.804 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-14T22:15:06.852Z[ recovery-image] Aug 14 22:15:05.813 INFO O| Aug 14 22:15:05.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58992026-08-14T22:15:06.852Z[ recovery-image] Aug 14 22:15:05.813 INFO O| Aug 14 22:15:05.813 INFO STEP 213 (remove_files) COMPLETE
59002026-08-14T22:15:06.856Z[ recovery-image] Aug 14 22:15:05.813 INFO O| Aug 14 22:15:05.813 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-14T22:15:06.861Z[ recovery-image] Aug 14 22:15:05.822 INFO O| Aug 14 22:15:05.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59022026-08-14T22:15:06.861Z[ recovery-image] Aug 14 22:15:05.822 INFO O| Aug 14 22:15:05.822 INFO STEP 214 (remove_files) COMPLETE
59032026-08-14T22:15:06.861Z[ recovery-image] Aug 14 22:15:05.822 INFO O| Aug 14 22:15:05.822 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-14T22:15:06.869Z[ recovery-image] Aug 14 22:15:05.830 INFO O| Aug 14 22:15:05.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59052026-08-14T22:15:06.869Z[ recovery-image] Aug 14 22:15:05.830 INFO O| Aug 14 22:15:05.830 INFO STEP 215 (remove_files) COMPLETE
59062026-08-14T22:15:06.869Z[ recovery-image] Aug 14 22:15:05.830 INFO O| Aug 14 22:15:05.830 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-14T22:15:06.880Z[ recovery-image] Aug 14 22:15:05.841 INFO O| Aug 14 22:15:05.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59082026-08-14T22:15:06.880Z[ recovery-image] Aug 14 22:15:05.841 INFO O| Aug 14 22:15:05.841 INFO STEP 216 (remove_files) COMPLETE
59092026-08-14T22:15:06.880Z[ recovery-image] Aug 14 22:15:05.841 INFO O| Aug 14 22:15:05.841 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-14T22:15:06.889Z[ recovery-image] Aug 14 22:15:05.850 INFO O| Aug 14 22:15:05.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59112026-08-14T22:15:06.893Z[ recovery-image] Aug 14 22:15:05.851 INFO O| Aug 14 22:15:05.851 INFO STEP 217 (remove_files) COMPLETE
59122026-08-14T22:15:06.893Z[ recovery-image] Aug 14 22:15:05.851 INFO O| Aug 14 22:15:05.851 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-14T22:15:06.900Z[ recovery-image] Aug 14 22:15:05.861 INFO O| Aug 14 22:15:05.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59142026-08-14T22:15:06.900Z[ recovery-image] Aug 14 22:15:05.861 INFO O| Aug 14 22:15:05.861 INFO STEP 218 (remove_files) COMPLETE
59152026-08-14T22:15:06.900Z[ recovery-image] Aug 14 22:15:05.861 INFO O| Aug 14 22:15:05.861 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-14T22:15:06.909Z[ recovery-image] Aug 14 22:15:05.869 INFO O| Aug 14 22:15:05.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59172026-08-14T22:15:06.909Z[ recovery-image] Aug 14 22:15:05.870 INFO O| Aug 14 22:15:05.870 INFO STEP 219 (remove_files) COMPLETE
59182026-08-14T22:15:06.909Z[ recovery-image] Aug 14 22:15:05.870 INFO O| Aug 14 22:15:05.870 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-14T22:15:06.917Z[ recovery-image] Aug 14 22:15:05.878 INFO O| Aug 14 22:15:05.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59202026-08-14T22:15:06.917Z[ recovery-image] Aug 14 22:15:05.878 INFO O| Aug 14 22:15:05.878 INFO STEP 220 (remove_files) COMPLETE
59212026-08-14T22:15:06.917Z[ recovery-image] Aug 14 22:15:05.878 INFO O| Aug 14 22:15:05.878 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-14T22:15:06.926Z[ recovery-image] Aug 14 22:15:05.887 INFO O| Aug 14 22:15:05.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59232026-08-14T22:15:06.926Z[ recovery-image] Aug 14 22:15:05.887 INFO O| Aug 14 22:15:05.887 INFO STEP 221 (remove_files) COMPLETE
59242026-08-14T22:15:06.926Z[ recovery-image] Aug 14 22:15:05.887 INFO O| Aug 14 22:15:05.887 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-14T22:15:06.935Z[ recovery-image] Aug 14 22:15:05.896 INFO O| Aug 14 22:15:05.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59262026-08-14T22:15:06.935Z[ recovery-image] Aug 14 22:15:05.896 INFO O| Aug 14 22:15:05.896 INFO STEP 222 (remove_files) COMPLETE
59272026-08-14T22:15:06.935Z[ recovery-image] Aug 14 22:15:05.896 INFO O| Aug 14 22:15:05.896 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-14T22:15:06.944Z[ recovery-image] Aug 14 22:15:05.905 INFO O| Aug 14 22:15:05.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59292026-08-14T22:15:06.944Z[ recovery-image] Aug 14 22:15:05.905 INFO O| Aug 14 22:15:05.905 INFO STEP 223 (remove_files) COMPLETE
59302026-08-14T22:15:06.944Z[ recovery-image] Aug 14 22:15:05.905 INFO O| Aug 14 22:15:05.905 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-14T22:15:06.952Z[ recovery-image] Aug 14 22:15:05.913 INFO O| Aug 14 22:15:05.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59322026-08-14T22:15:06.952Z[ recovery-image] Aug 14 22:15:05.913 INFO O| Aug 14 22:15:05.913 INFO STEP 224 (remove_files) COMPLETE
59332026-08-14T22:15:06.952Z[ recovery-image] Aug 14 22:15:05.913 INFO O| Aug 14 22:15:05.913 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-14T22:15:06.961Z[ recovery-image] Aug 14 22:15:05.922 INFO O| Aug 14 22:15:05.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59352026-08-14T22:15:06.961Z[ recovery-image] Aug 14 22:15:05.922 INFO O| Aug 14 22:15:05.922 INFO STEP 225 (remove_files) COMPLETE
59362026-08-14T22:15:06.961Z[ recovery-image] Aug 14 22:15:05.922 INFO O| Aug 14 22:15:05.922 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-14T22:15:06.970Z[ recovery-image] Aug 14 22:15:05.931 INFO O| Aug 14 22:15:05.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59382026-08-14T22:15:06.970Z[ recovery-image] Aug 14 22:15:05.931 INFO O| Aug 14 22:15:05.931 INFO STEP 226 (remove_files) COMPLETE
59392026-08-14T22:15:06.970Z[ recovery-image] Aug 14 22:15:05.931 INFO O| Aug 14 22:15:05.931 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-14T22:15:06.979Z[ recovery-image] Aug 14 22:15:05.940 INFO O| Aug 14 22:15:05.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59412026-08-14T22:15:06.979Z[ recovery-image] Aug 14 22:15:05.940 INFO O| Aug 14 22:15:05.940 INFO STEP 227 (remove_files) COMPLETE
59422026-08-14T22:15:06.979Z[ recovery-image] Aug 14 22:15:05.940 INFO O| Aug 14 22:15:05.940 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-14T22:15:06.989Z[ recovery-image] Aug 14 22:15:05.949 INFO O| Aug 14 22:15:05.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59442026-08-14T22:15:06.989Z[ recovery-image] Aug 14 22:15:05.949 INFO O| Aug 14 22:15:05.949 INFO STEP 228 (remove_files) COMPLETE
59452026-08-14T22:15:06.989Z[ recovery-image] Aug 14 22:15:05.949 INFO O| Aug 14 22:15:05.949 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-14T22:15:06.996Z[ recovery-image] Aug 14 22:15:05.957 INFO O| Aug 14 22:15:05.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59472026-08-14T22:15:06.996Z[ recovery-image] Aug 14 22:15:05.957 INFO O| Aug 14 22:15:05.957 INFO STEP 229 (remove_files) COMPLETE
59482026-08-14T22:15:06.996Z[ recovery-image] Aug 14 22:15:05.957 INFO O| Aug 14 22:15:05.957 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-14T22:15:07.005Z[ recovery-image] Aug 14 22:15:05.966 INFO O| Aug 14 22:15:05.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59502026-08-14T22:15:07.005Z[ recovery-image] Aug 14 22:15:05.966 INFO O| Aug 14 22:15:05.966 INFO STEP 230 (remove_files) COMPLETE
59512026-08-14T22:15:07.005Z[ recovery-image] Aug 14 22:15:05.966 INFO O| Aug 14 22:15:05.966 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-14T22:15:07.013Z[ recovery-image] Aug 14 22:15:05.974 INFO O| Aug 14 22:15:05.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59532026-08-14T22:15:07.013Z[ recovery-image] Aug 14 22:15:05.974 INFO O| Aug 14 22:15:05.974 INFO STEP 231 (remove_files) COMPLETE
59542026-08-14T22:15:07.014Z[ recovery-image] Aug 14 22:15:05.974 INFO O| Aug 14 22:15:05.974 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-14T22:15:07.023Z[ recovery-image] Aug 14 22:15:05.983 INFO O| Aug 14 22:15:05.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59562026-08-14T22:15:07.023Z[ recovery-image] Aug 14 22:15:05.983 INFO O| Aug 14 22:15:05.983 INFO STEP 232 (remove_files) COMPLETE
59572026-08-14T22:15:07.023Z[ recovery-image] Aug 14 22:15:05.983 INFO O| Aug 14 22:15:05.983 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-14T22:15:07.032Z[ recovery-image] Aug 14 22:15:05.993 INFO O| Aug 14 22:15:05.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59592026-08-14T22:15:07.032Z[ recovery-image] Aug 14 22:15:05.993 INFO O| Aug 14 22:15:05.993 INFO STEP 233 (remove_files) COMPLETE
59602026-08-14T22:15:07.032Z[ recovery-image] Aug 14 22:15:05.993 INFO O| Aug 14 22:15:05.993 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-14T22:15:07.042Z[ recovery-image] Aug 14 22:15:06.002 INFO O| Aug 14 22:15:06.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59622026-08-14T22:15:07.045Z[ recovery-image] Aug 14 22:15:06.003 INFO O| Aug 14 22:15:06.003 INFO STEP 234 (remove_files) COMPLETE
59632026-08-14T22:15:07.045Z[ recovery-image] Aug 14 22:15:06.003 INFO O| Aug 14 22:15:06.003 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-14T22:15:07.054Z[ recovery-image] Aug 14 22:15:06.014 INFO O| Aug 14 22:15:06.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59652026-08-14T22:15:07.054Z[ recovery-image] Aug 14 22:15:06.014 INFO O| Aug 14 22:15:06.014 INFO STEP 235 (remove_files) COMPLETE
59662026-08-14T22:15:07.054Z[ recovery-image] Aug 14 22:15:06.014 INFO O| Aug 14 22:15:06.014 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-14T22:15:07.062Z[ recovery-image] Aug 14 22:15:06.023 INFO O| Aug 14 22:15:06.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59682026-08-14T22:15:07.062Z[ recovery-image] Aug 14 22:15:06.023 INFO O| Aug 14 22:15:06.023 INFO STEP 236 (remove_files) COMPLETE
59692026-08-14T22:15:07.072Z[ recovery-image] Aug 14 22:15:06.023 INFO O| Aug 14 22:15:06.023 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-14T22:15:07.072Z[ recovery-image] Aug 14 22:15:06.032 INFO O| Aug 14 22:15:06.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59712026-08-14T22:15:07.072Z[ recovery-image] Aug 14 22:15:06.032 INFO O| Aug 14 22:15:06.032 INFO STEP 237 (remove_files) COMPLETE
59722026-08-14T22:15:07.072Z[ recovery-image] Aug 14 22:15:06.032 INFO O| Aug 14 22:15:06.032 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-14T22:15:07.080Z[ recovery-image] Aug 14 22:15:06.040 INFO O| Aug 14 22:15:06.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59742026-08-14T22:15:07.080Z[ recovery-image] Aug 14 22:15:06.040 INFO O| Aug 14 22:15:06.040 INFO STEP 238 (remove_files) COMPLETE
59752026-08-14T22:15:07.080Z[ recovery-image] Aug 14 22:15:06.040 INFO O| Aug 14 22:15:06.040 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-14T22:15:07.092Z[ recovery-image] Aug 14 22:15:06.053 INFO O| Aug 14 22:15:06.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59772026-08-14T22:15:07.092Z[ recovery-image] Aug 14 22:15:06.053 INFO O| Aug 14 22:15:06.053 INFO STEP 239 (remove_files) COMPLETE
59782026-08-14T22:15:07.092Z[ recovery-image] Aug 14 22:15:06.053 INFO O| Aug 14 22:15:06.053 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-14T22:15:07.101Z[ recovery-image] Aug 14 22:15:06.062 INFO O| Aug 14 22:15:06.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59802026-08-14T22:15:07.101Z[ recovery-image] Aug 14 22:15:06.062 INFO O| Aug 14 22:15:06.062 INFO STEP 240 (remove_files) COMPLETE
59812026-08-14T22:15:07.101Z[ recovery-image] Aug 14 22:15:06.062 INFO O| Aug 14 22:15:06.062 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-14T22:15:07.111Z[ recovery-image] Aug 14 22:15:06.072 INFO O| Aug 14 22:15:06.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59832026-08-14T22:15:07.111Z[ recovery-image] Aug 14 22:15:06.072 INFO O| Aug 14 22:15:06.072 INFO STEP 241 (remove_files) COMPLETE
59842026-08-14T22:15:07.111Z[ recovery-image] Aug 14 22:15:06.072 INFO O| Aug 14 22:15:06.072 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-14T22:15:07.122Z[ recovery-image] Aug 14 22:15:06.083 INFO O| Aug 14 22:15:06.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59862026-08-14T22:15:07.122Z[ recovery-image] Aug 14 22:15:06.083 INFO O| Aug 14 22:15:06.083 INFO STEP 242 (remove_files) COMPLETE
59872026-08-14T22:15:07.122Z[ recovery-image] Aug 14 22:15:06.083 INFO O| Aug 14 22:15:06.083 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-14T22:15:07.132Z[ recovery-image] Aug 14 22:15:06.093 INFO O| Aug 14 22:15:06.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59892026-08-14T22:15:07.132Z[ recovery-image] Aug 14 22:15:06.093 INFO O| Aug 14 22:15:06.093 INFO STEP 243 (remove_files) COMPLETE
59902026-08-14T22:15:07.136Z[ recovery-image] Aug 14 22:15:06.093 INFO O| Aug 14 22:15:06.093 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-14T22:15:07.141Z[ recovery-image] Aug 14 22:15:06.103 INFO O| Aug 14 22:15:06.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59922026-08-14T22:15:07.142Z[ recovery-image] Aug 14 22:15:06.103 INFO O| Aug 14 22:15:06.103 INFO STEP 244 (remove_files) COMPLETE
59932026-08-14T22:15:07.145Z[ recovery-image] Aug 14 22:15:06.103 INFO O| Aug 14 22:15:06.103 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-14T22:15:07.153Z[ recovery-image] Aug 14 22:15:06.114 INFO O| Aug 14 22:15:06.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59952026-08-14T22:15:07.153Z[ recovery-image] Aug 14 22:15:06.114 INFO O| Aug 14 22:15:06.114 INFO STEP 245 (remove_files) COMPLETE
59962026-08-14T22:15:07.156Z[ recovery-image] Aug 14 22:15:06.114 INFO O| Aug 14 22:15:06.114 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-14T22:15:07.163Z[ recovery-image] Aug 14 22:15:06.124 INFO O| Aug 14 22:15:06.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59982026-08-14T22:15:07.163Z[ recovery-image] Aug 14 22:15:06.124 INFO O| Aug 14 22:15:06.124 INFO STEP 246 (remove_files) COMPLETE
59992026-08-14T22:15:07.166Z[ recovery-image] Aug 14 22:15:06.124 INFO O| Aug 14 22:15:06.124 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-14T22:15:07.174Z[ recovery-image] Aug 14 22:15:06.134 INFO O| Aug 14 22:15:06.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60012026-08-14T22:15:07.174Z[ recovery-image] Aug 14 22:15:06.134 INFO O| Aug 14 22:15:06.134 INFO STEP 247 (remove_files) COMPLETE
60022026-08-14T22:15:07.174Z[ recovery-image] Aug 14 22:15:06.134 INFO O| Aug 14 22:15:06.134 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-14T22:15:07.184Z[ recovery-image] Aug 14 22:15:06.144 INFO O| Aug 14 22:15:06.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60042026-08-14T22:15:07.184Z[ recovery-image] Aug 14 22:15:06.145 INFO O| Aug 14 22:15:06.145 INFO STEP 248 (remove_files) COMPLETE
60052026-08-14T22:15:07.187Z[ recovery-image] Aug 14 22:15:06.145 INFO O| Aug 14 22:15:06.145 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-14T22:15:07.192Z[ recovery-image] Aug 14 22:15:06.153 INFO O| Aug 14 22:15:06.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60072026-08-14T22:15:07.192Z[ recovery-image] Aug 14 22:15:06.153 INFO O| Aug 14 22:15:06.153 INFO STEP 249 (remove_files) COMPLETE
60082026-08-14T22:15:07.196Z[ recovery-image] Aug 14 22:15:06.153 INFO O| Aug 14 22:15:06.153 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-14T22:15:07.220Z[ recovery-image] Aug 14 22:15:06.181 INFO O| Aug 14 22:15:06.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60102026-08-14T22:15:07.220Z[ recovery-image] Aug 14 22:15:06.181 INFO O| Aug 14 22:15:06.181 INFO STEP 250 (remove_files) COMPLETE
60112026-08-14T22:15:07.220Z[ recovery-image] Aug 14 22:15:06.181 INFO O| Aug 14 22:15:06.181 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-14T22:15:07.230Z[ recovery-image] Aug 14 22:15:06.191 INFO O| Aug 14 22:15:06.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60132026-08-14T22:15:07.230Z[ recovery-image] Aug 14 22:15:06.191 INFO O| Aug 14 22:15:06.191 INFO STEP 251 (remove_files) COMPLETE
60142026-08-14T22:15:07.234Z[ recovery-image] Aug 14 22:15:06.191 INFO O| Aug 14 22:15:06.191 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-14T22:15:07.243Z[ recovery-image] Aug 14 22:15:06.201 INFO O| Aug 14 22:15:06.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60162026-08-14T22:15:07.243Z[ recovery-image] Aug 14 22:15:06.201 INFO O| Aug 14 22:15:06.201 INFO STEP 252 (remove_files) COMPLETE
60172026-08-14T22:15:07.243Z[ recovery-image] Aug 14 22:15:06.201 INFO O| Aug 14 22:15:06.201 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-14T22:15:07.250Z[ recovery-image] Aug 14 22:15:06.211 INFO O| Aug 14 22:15:06.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60192026-08-14T22:15:07.250Z[ recovery-image] Aug 14 22:15:06.211 INFO O| Aug 14 22:15:06.211 INFO STEP 253 (remove_files) COMPLETE
60202026-08-14T22:15:07.251Z[ recovery-image] Aug 14 22:15:06.211 INFO O| Aug 14 22:15:06.211 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-14T22:15:07.260Z[ recovery-image] Aug 14 22:15:06.221 INFO O| Aug 14 22:15:06.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60222026-08-14T22:15:07.260Z[ recovery-image] Aug 14 22:15:06.221 INFO O| Aug 14 22:15:06.221 INFO STEP 254 (remove_files) COMPLETE
60232026-08-14T22:15:07.260Z[ recovery-image] Aug 14 22:15:06.221 INFO O| Aug 14 22:15:06.221 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-14T22:15:07.271Z[ recovery-image] Aug 14 22:15:06.231 INFO O| Aug 14 22:15:06.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60252026-08-14T22:15:07.271Z[ recovery-image] Aug 14 22:15:06.231 INFO O| Aug 14 22:15:06.231 INFO STEP 255 (remove_files) COMPLETE
60262026-08-14T22:15:07.271Z[ recovery-image] Aug 14 22:15:06.231 INFO O| Aug 14 22:15:06.231 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-14T22:15:07.281Z[ recovery-image] Aug 14 22:15:06.242 INFO O| Aug 14 22:15:06.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60282026-08-14T22:15:07.281Z[ recovery-image] Aug 14 22:15:06.242 INFO O| Aug 14 22:15:06.242 INFO STEP 256 (remove_files) COMPLETE
60292026-08-14T22:15:07.281Z[ recovery-image] Aug 14 22:15:06.242 INFO O| Aug 14 22:15:06.242 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-14T22:15:07.290Z[ recovery-image] Aug 14 22:15:06.251 INFO O| Aug 14 22:15:06.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60312026-08-14T22:15:07.290Z[ recovery-image] Aug 14 22:15:06.251 INFO O| Aug 14 22:15:06.251 INFO STEP 257 (remove_files) COMPLETE
60322026-08-14T22:15:07.290Z[ recovery-image] Aug 14 22:15:06.251 INFO O| Aug 14 22:15:06.251 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-14T22:15:07.300Z[ recovery-image] Aug 14 22:15:06.260 INFO O| Aug 14 22:15:06.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60342026-08-14T22:15:07.300Z[ recovery-image] Aug 14 22:15:06.261 INFO O| Aug 14 22:15:06.261 INFO STEP 258 (remove_files) COMPLETE
60352026-08-14T22:15:07.300Z[ recovery-image] Aug 14 22:15:06.261 INFO O| Aug 14 22:15:06.261 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-14T22:15:07.308Z[ recovery-image] Aug 14 22:15:06.269 INFO O| Aug 14 22:15:06.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60372026-08-14T22:15:07.309Z[ recovery-image] Aug 14 22:15:06.270 INFO O| Aug 14 22:15:06.270 INFO STEP 259 (remove_files) COMPLETE
60382026-08-14T22:15:07.309Z[ recovery-image] Aug 14 22:15:06.270 INFO O| Aug 14 22:15:06.270 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-14T22:15:07.317Z[ recovery-image] Aug 14 22:15:06.278 INFO O| Aug 14 22:15:06.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60402026-08-14T22:15:07.318Z[ recovery-image] Aug 14 22:15:06.279 INFO O| Aug 14 22:15:06.279 INFO STEP 260 (remove_files) COMPLETE
60412026-08-14T22:15:07.318Z[ recovery-image] Aug 14 22:15:06.279 INFO O| Aug 14 22:15:06.279 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-14T22:15:07.327Z[ recovery-image] Aug 14 22:15:06.288 INFO O| Aug 14 22:15:06.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60432026-08-14T22:15:07.327Z[ recovery-image] Aug 14 22:15:06.288 INFO O| Aug 14 22:15:06.288 INFO STEP 261 (remove_files) COMPLETE
60442026-08-14T22:15:07.327Z[ recovery-image] Aug 14 22:15:06.288 INFO O| Aug 14 22:15:06.288 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-14T22:15:07.340Z[ recovery-image] Aug 14 22:15:06.297 INFO O| Aug 14 22:15:06.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60462026-08-14T22:15:07.341Z[ recovery-image] Aug 14 22:15:06.297 INFO O| Aug 14 22:15:06.297 INFO STEP 262 (remove_files) COMPLETE
60472026-08-14T22:15:07.341Z[ recovery-image] Aug 14 22:15:06.297 INFO O| Aug 14 22:15:06.297 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-14T22:15:07.345Z[ recovery-image] Aug 14 22:15:06.306 INFO O| Aug 14 22:15:06.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60492026-08-14T22:15:07.345Z[ recovery-image] Aug 14 22:15:06.306 INFO O| Aug 14 22:15:06.306 INFO STEP 263 (remove_files) COMPLETE
60502026-08-14T22:15:07.351Z[ recovery-image] Aug 14 22:15:06.306 INFO O| Aug 14 22:15:06.306 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-14T22:15:07.360Z[ recovery-image] Aug 14 22:15:06.315 INFO O| Aug 14 22:15:06.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60522026-08-14T22:15:07.360Z[ recovery-image] Aug 14 22:15:06.315 INFO O| Aug 14 22:15:06.315 INFO STEP 264 (remove_files) COMPLETE
60532026-08-14T22:15:07.360Z[ recovery-image] Aug 14 22:15:06.315 INFO O| Aug 14 22:15:06.315 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-14T22:15:07.365Z[ recovery-image] Aug 14 22:15:06.325 INFO O| Aug 14 22:15:06.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60552026-08-14T22:15:07.365Z[ recovery-image] Aug 14 22:15:06.325 INFO O| Aug 14 22:15:06.325 INFO STEP 265 (remove_files) COMPLETE
60562026-08-14T22:15:07.365Z[ recovery-image] Aug 14 22:15:06.325 INFO O| Aug 14 22:15:06.325 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-14T22:15:07.372Z[ recovery-image] Aug 14 22:15:06.333 INFO O| Aug 14 22:15:06.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60582026-08-14T22:15:07.373Z[ recovery-image] Aug 14 22:15:06.334 INFO O| Aug 14 22:15:06.334 INFO STEP 266 (remove_files) COMPLETE
60592026-08-14T22:15:07.373Z[ recovery-image] Aug 14 22:15:06.334 INFO O| Aug 14 22:15:06.334 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-14T22:15:07.382Z[ recovery-image] Aug 14 22:15:06.343 INFO O| Aug 14 22:15:06.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60612026-08-14T22:15:07.382Z[ recovery-image] Aug 14 22:15:06.343 INFO O| Aug 14 22:15:06.343 INFO STEP 267 (remove_files) COMPLETE
60622026-08-14T22:15:07.382Z[ recovery-image] Aug 14 22:15:06.343 INFO O| Aug 14 22:15:06.343 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-14T22:15:07.391Z[ recovery-image] Aug 14 22:15:06.352 INFO O| Aug 14 22:15:06.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60642026-08-14T22:15:07.391Z[ recovery-image] Aug 14 22:15:06.352 INFO O| Aug 14 22:15:06.352 INFO STEP 268 (remove_files) COMPLETE
60652026-08-14T22:15:07.394Z[ recovery-image] Aug 14 22:15:06.352 INFO O| Aug 14 22:15:06.352 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-14T22:15:07.402Z[ recovery-image] Aug 14 22:15:06.363 INFO O| Aug 14 22:15:06.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60672026-08-14T22:15:07.402Z[ recovery-image] Aug 14 22:15:06.363 INFO O| Aug 14 22:15:06.363 INFO STEP 269 (remove_files) COMPLETE
60682026-08-14T22:15:07.405Z[ recovery-image] Aug 14 22:15:06.363 INFO O| Aug 14 22:15:06.363 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-14T22:15:07.412Z[ recovery-image] Aug 14 22:15:06.373 INFO O| Aug 14 22:15:06.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60702026-08-14T22:15:07.412Z[ recovery-image] Aug 14 22:15:06.373 INFO O| Aug 14 22:15:06.373 INFO STEP 270 (remove_files) COMPLETE
60712026-08-14T22:15:07.412Z[ recovery-image] Aug 14 22:15:06.373 INFO O| Aug 14 22:15:06.373 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-14T22:15:07.422Z[ recovery-image] Aug 14 22:15:06.383 INFO O| Aug 14 22:15:06.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60732026-08-14T22:15:07.422Z[ recovery-image] Aug 14 22:15:06.383 INFO O| Aug 14 22:15:06.383 INFO STEP 271 (remove_files) COMPLETE
60742026-08-14T22:15:07.422Z[ recovery-image] Aug 14 22:15:06.383 INFO O| Aug 14 22:15:06.383 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-14T22:15:07.434Z[ recovery-image] Aug 14 22:15:06.395 INFO O| Aug 14 22:15:06.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60762026-08-14T22:15:07.434Z[ recovery-image] Aug 14 22:15:06.395 INFO O| Aug 14 22:15:06.395 INFO STEP 272 (remove_files) COMPLETE
60772026-08-14T22:15:07.434Z[ recovery-image] Aug 14 22:15:06.395 INFO O| Aug 14 22:15:06.395 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-14T22:15:07.441Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
60792026-08-14T22:15:07.444Z[ recovery-image] Aug 14 22:15:06.405 INFO O| Aug 14 22:15:06.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60802026-08-14T22:15:07.445Z[ recovery-image] Aug 14 22:15:06.405 INFO O| Aug 14 22:15:06.405 INFO STEP 273 (remove_files) COMPLETE
60812026-08-14T22:15:07.445Z[ recovery-image] Aug 14 22:15:06.405 INFO O| Aug 14 22:15:06.405 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-14T22:15:07.453Z[ recovery-image] Aug 14 22:15:06.414 INFO O| Aug 14 22:15:06.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60832026-08-14T22:15:07.453Z[ recovery-image] Aug 14 22:15:06.414 INFO O| Aug 14 22:15:06.414 INFO STEP 274 (remove_files) COMPLETE
60842026-08-14T22:15:07.453Z[ recovery-image] Aug 14 22:15:06.414 INFO O| Aug 14 22:15:06.414 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-14T22:15:07.463Z[ recovery-image] Aug 14 22:15:06.424 INFO O| Aug 14 22:15:06.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60862026-08-14T22:15:07.463Z[ recovery-image] Aug 14 22:15:06.424 INFO O| Aug 14 22:15:06.424 INFO STEP 275 (remove_files) COMPLETE
60872026-08-14T22:15:07.463Z[ recovery-image] Aug 14 22:15:06.424 INFO O| Aug 14 22:15:06.424 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-14T22:15:07.475Z[ recovery-image] Aug 14 22:15:06.434 INFO O| Aug 14 22:15:06.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60892026-08-14T22:15:07.475Z[ recovery-image] Aug 14 22:15:06.434 INFO O| Aug 14 22:15:06.434 INFO STEP 276 (remove_files) COMPLETE
60902026-08-14T22:15:07.475Z[ recovery-image] Aug 14 22:15:06.434 INFO O| Aug 14 22:15:06.434 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-14T22:15:07.484Z[ recovery-image] Aug 14 22:15:06.445 INFO O| Aug 14 22:15:06.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60922026-08-14T22:15:07.484Z[ recovery-image] Aug 14 22:15:06.445 INFO O| Aug 14 22:15:06.445 INFO STEP 277 (remove_files) COMPLETE
60932026-08-14T22:15:07.484Z[ recovery-image] Aug 14 22:15:06.445 INFO O| Aug 14 22:15:06.445 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-14T22:15:07.496Z[ recovery-image] Aug 14 22:15:06.455 INFO O| Aug 14 22:15:06.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60952026-08-14T22:15:07.496Z[ recovery-image] Aug 14 22:15:06.456 INFO O| Aug 14 22:15:06.456 INFO STEP 278 (remove_files) COMPLETE
60962026-08-14T22:15:07.500Z[ recovery-image] Aug 14 22:15:06.456 INFO O| Aug 14 22:15:06.456 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-14T22:15:07.505Z[ recovery-image] Aug 14 22:15:06.466 INFO O| Aug 14 22:15:06.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60982026-08-14T22:15:07.505Z[ recovery-image] Aug 14 22:15:06.466 INFO O| Aug 14 22:15:06.466 INFO STEP 279 (remove_files) COMPLETE
60992026-08-14T22:15:07.505Z[ recovery-image] Aug 14 22:15:06.466 INFO O| Aug 14 22:15:06.466 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-14T22:15:07.515Z[ recovery-image] Aug 14 22:15:06.476 INFO O| Aug 14 22:15:06.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61012026-08-14T22:15:07.515Z[ recovery-image] Aug 14 22:15:06.476 INFO O| Aug 14 22:15:06.476 INFO STEP 280 (remove_files) COMPLETE
61022026-08-14T22:15:07.519Z[ recovery-image] Aug 14 22:15:06.476 INFO O| Aug 14 22:15:06.476 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-14T22:15:07.525Z[ recovery-image] Aug 14 22:15:06.486 INFO O| Aug 14 22:15:06.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61042026-08-14T22:15:07.525Z[ recovery-image] Aug 14 22:15:06.486 INFO O| Aug 14 22:15:06.486 INFO STEP 281 (remove_files) COMPLETE
61052026-08-14T22:15:07.528Z[ recovery-image] Aug 14 22:15:06.486 INFO O| Aug 14 22:15:06.486 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-14T22:15:07.535Z[ recovery-image] Aug 14 22:15:06.496 INFO O| Aug 14 22:15:06.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61072026-08-14T22:15:07.535Z[ recovery-image] Aug 14 22:15:06.496 INFO O| Aug 14 22:15:06.496 INFO STEP 282 (remove_files) COMPLETE
61082026-08-14T22:15:07.535Z[ recovery-image] Aug 14 22:15:06.496 INFO O| Aug 14 22:15:06.496 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-14T22:15:07.546Z[ recovery-image] Aug 14 22:15:06.507 INFO O| Aug 14 22:15:06.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61102026-08-14T22:15:07.546Z[ recovery-image] Aug 14 22:15:06.507 INFO O| Aug 14 22:15:06.507 INFO STEP 283 (remove_files) COMPLETE
61112026-08-14T22:15:07.546Z[ recovery-image] Aug 14 22:15:06.507 INFO O| Aug 14 22:15:06.507 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-14T22:15:07.557Z[ recovery-image] Aug 14 22:15:06.517 INFO O| Aug 14 22:15:06.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61132026-08-14T22:15:07.558Z[ recovery-image] Aug 14 22:15:06.517 INFO O| Aug 14 22:15:06.517 INFO STEP 284 (remove_files) COMPLETE
61142026-08-14T22:15:07.558Z[ recovery-image] Aug 14 22:15:06.517 INFO O| Aug 14 22:15:06.517 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-14T22:15:07.566Z[ recovery-image] Aug 14 22:15:06.527 INFO O| Aug 14 22:15:06.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61162026-08-14T22:15:07.566Z[ recovery-image] Aug 14 22:15:06.527 INFO O| Aug 14 22:15:06.527 INFO STEP 285 (remove_files) COMPLETE
61172026-08-14T22:15:07.566Z[ recovery-image] Aug 14 22:15:06.527 INFO O| Aug 14 22:15:06.527 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-14T22:15:07.577Z[ recovery-image] Aug 14 22:15:06.538 INFO O| Aug 14 22:15:06.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61192026-08-14T22:15:07.577Z[ recovery-image] Aug 14 22:15:06.538 INFO O| Aug 14 22:15:06.538 INFO STEP 286 (remove_files) COMPLETE
61202026-08-14T22:15:07.581Z[ recovery-image] Aug 14 22:15:06.538 INFO O| Aug 14 22:15:06.538 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-14T22:15:07.588Z[ recovery-image] Aug 14 22:15:06.549 INFO O| Aug 14 22:15:06.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61222026-08-14T22:15:07.588Z[ recovery-image] Aug 14 22:15:06.549 INFO O| Aug 14 22:15:06.549 INFO STEP 287 (remove_files) COMPLETE
61232026-08-14T22:15:07.588Z[ recovery-image] Aug 14 22:15:06.549 INFO O| Aug 14 22:15:06.549 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-14T22:15:07.598Z[ recovery-image] Aug 14 22:15:06.559 INFO O| Aug 14 22:15:06.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61252026-08-14T22:15:07.598Z[ recovery-image] Aug 14 22:15:06.559 INFO O| Aug 14 22:15:06.559 INFO STEP 288 (remove_files) COMPLETE
61262026-08-14T22:15:07.598Z[ recovery-image] Aug 14 22:15:06.559 INFO O| Aug 14 22:15:06.559 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-14T22:15:07.607Z[ recovery-image] Aug 14 22:15:06.568 INFO O| Aug 14 22:15:06.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61282026-08-14T22:15:07.607Z[ recovery-image] Aug 14 22:15:06.568 INFO O| Aug 14 22:15:06.568 INFO STEP 289 (remove_files) COMPLETE
61292026-08-14T22:15:07.607Z[ recovery-image] Aug 14 22:15:06.568 INFO O| Aug 14 22:15:06.568 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-14T22:15:07.617Z[ recovery-image] Aug 14 22:15:06.577 INFO O| Aug 14 22:15:06.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61312026-08-14T22:15:07.617Z[ recovery-image] Aug 14 22:15:06.577 INFO O| Aug 14 22:15:06.577 INFO STEP 290 (remove_files) COMPLETE
61322026-08-14T22:15:07.617Z[ recovery-image] Aug 14 22:15:06.577 INFO O| Aug 14 22:15:06.577 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-14T22:15:07.625Z[ recovery-image] Aug 14 22:15:06.586 INFO O| Aug 14 22:15:06.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61342026-08-14T22:15:07.625Z[ recovery-image] Aug 14 22:15:06.586 INFO O| Aug 14 22:15:06.586 INFO STEP 291 (remove_files) COMPLETE
61352026-08-14T22:15:07.625Z[ recovery-image] Aug 14 22:15:06.586 INFO O| Aug 14 22:15:06.586 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-14T22:15:07.634Z[ recovery-image] Aug 14 22:15:06.595 INFO O| Aug 14 22:15:06.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61372026-08-14T22:15:07.634Z[ recovery-image] Aug 14 22:15:06.595 INFO O| Aug 14 22:15:06.595 INFO STEP 292 (remove_files) COMPLETE
61382026-08-14T22:15:07.634Z[ recovery-image] Aug 14 22:15:06.595 INFO O| Aug 14 22:15:06.595 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-14T22:15:07.643Z[ recovery-image] Aug 14 22:15:06.603 INFO O| Aug 14 22:15:06.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61402026-08-14T22:15:07.643Z[ recovery-image] Aug 14 22:15:06.603 INFO O| Aug 14 22:15:06.603 INFO STEP 293 (remove_files) COMPLETE
61412026-08-14T22:15:07.643Z[ recovery-image] Aug 14 22:15:06.603 INFO O| Aug 14 22:15:06.603 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-14T22:15:07.667Z[ recovery-image] Aug 14 22:15:06.612 INFO O| Aug 14 22:15:06.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61432026-08-14T22:15:07.667Z[ recovery-image] Aug 14 22:15:06.612 INFO O| Aug 14 22:15:06.612 INFO STEP 294 (remove_files) COMPLETE
61442026-08-14T22:15:07.667Z[ recovery-image] Aug 14 22:15:06.612 INFO O| Aug 14 22:15:06.612 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-14T22:15:07.673Z[ recovery-image] Aug 14 22:15:06.620 INFO O| Aug 14 22:15:06.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61462026-08-14T22:15:07.673Z[ recovery-image] Aug 14 22:15:06.620 INFO O| Aug 14 22:15:06.620 INFO STEP 295 (remove_files) COMPLETE
61472026-08-14T22:15:07.673Z[ recovery-image] Aug 14 22:15:06.620 INFO O| Aug 14 22:15:06.620 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-14T22:15:07.673Z[ recovery-image] Aug 14 22:15:06.628 INFO O| Aug 14 22:15:06.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61492026-08-14T22:15:07.673Z[ recovery-image] Aug 14 22:15:06.629 INFO O| Aug 14 22:15:06.629 INFO STEP 296 (remove_files) COMPLETE
61502026-08-14T22:15:07.673Z[ recovery-image] Aug 14 22:15:06.629 INFO O| Aug 14 22:15:06.629 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-14T22:15:07.678Z[ recovery-image] Aug 14 22:15:06.637 INFO O| Aug 14 22:15:06.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61522026-08-14T22:15:07.678Z[ recovery-image] Aug 14 22:15:06.637 INFO O| Aug 14 22:15:06.637 INFO STEP 297 (remove_files) COMPLETE
61532026-08-14T22:15:07.679Z[ recovery-image] Aug 14 22:15:06.637 INFO O| Aug 14 22:15:06.637 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-14T22:15:07.686Z[ recovery-image] Aug 14 22:15:06.646 INFO O| Aug 14 22:15:06.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61552026-08-14T22:15:07.690Z[ recovery-image] Aug 14 22:15:06.646 INFO O| Aug 14 22:15:06.646 INFO STEP 298 (remove_files) COMPLETE
61562026-08-14T22:15:07.690Z[ recovery-image] Aug 14 22:15:06.646 INFO O| Aug 14 22:15:06.646 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-14T22:15:07.696Z[ recovery-image] Aug 14 22:15:06.656 INFO O| Aug 14 22:15:06.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61582026-08-14T22:15:07.696Z[ recovery-image] Aug 14 22:15:06.656 INFO O| Aug 14 22:15:06.656 INFO STEP 299 (remove_files) COMPLETE
61592026-08-14T22:15:07.699Z[ recovery-image] Aug 14 22:15:06.656 INFO O| Aug 14 22:15:06.656 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-14T22:15:07.708Z[ recovery-image] Aug 14 22:15:06.666 INFO O| Aug 14 22:15:06.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61612026-08-14T22:15:07.708Z[ recovery-image] Aug 14 22:15:06.666 INFO O| Aug 14 22:15:06.666 INFO STEP 300 (remove_files) COMPLETE
61622026-08-14T22:15:07.709Z[ recovery-image] Aug 14 22:15:06.666 INFO O| Aug 14 22:15:06.666 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-14T22:15:07.715Z[ recovery-image] Aug 14 22:15:06.675 INFO O| Aug 14 22:15:06.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61642026-08-14T22:15:07.715Z[ recovery-image] Aug 14 22:15:06.675 INFO O| Aug 14 22:15:06.675 INFO STEP 301 (remove_files) COMPLETE
61652026-08-14T22:15:07.715Z[ recovery-image] Aug 14 22:15:06.675 INFO O| Aug 14 22:15:06.675 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-14T22:15:07.723Z[ recovery-image] Aug 14 22:15:06.684 INFO O| Aug 14 22:15:06.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61672026-08-14T22:15:07.723Z[ recovery-image] Aug 14 22:15:06.684 INFO O| Aug 14 22:15:06.684 INFO STEP 302 (remove_files) COMPLETE
61682026-08-14T22:15:07.724Z[ recovery-image] Aug 14 22:15:06.684 INFO O| Aug 14 22:15:06.684 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-14T22:15:07.732Z[ recovery-image] Aug 14 22:15:06.692 INFO O| Aug 14 22:15:06.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61702026-08-14T22:15:07.732Z[ recovery-image] Aug 14 22:15:06.693 INFO O| Aug 14 22:15:06.693 INFO STEP 303 (remove_files) COMPLETE
61712026-08-14T22:15:07.732Z[ recovery-image] Aug 14 22:15:06.693 INFO O| Aug 14 22:15:06.693 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-14T22:15:07.736Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
61732026-08-14T22:15:07.739Z[ recovery-image] Aug 14 22:15:06.700 INFO O| Aug 14 22:15:06.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61742026-08-14T22:15:07.739Z[ recovery-image] Aug 14 22:15:06.700 INFO O| Aug 14 22:15:06.700 INFO STEP 304 (remove_files) COMPLETE
61752026-08-14T22:15:07.739Z[ recovery-image] Aug 14 22:15:06.700 INFO O| Aug 14 22:15:06.700 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-14T22:15:07.748Z[ recovery-image] Aug 14 22:15:06.709 INFO O| Aug 14 22:15:06.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61772026-08-14T22:15:07.748Z[ recovery-image] Aug 14 22:15:06.709 INFO O| Aug 14 22:15:06.709 INFO STEP 305 (remove_files) COMPLETE
61782026-08-14T22:15:07.753Z[ recovery-image] Aug 14 22:15:06.709 INFO O| Aug 14 22:15:06.709 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-14T22:15:07.757Z[ recovery-image] Aug 14 22:15:06.718 INFO O| Aug 14 22:15:06.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61802026-08-14T22:15:07.757Z[ recovery-image] Aug 14 22:15:06.718 INFO O| Aug 14 22:15:06.718 INFO STEP 306 (remove_files) COMPLETE
61812026-08-14T22:15:07.757Z[ recovery-image] Aug 14 22:15:06.718 INFO O| Aug 14 22:15:06.718 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-14T22:15:07.768Z[ recovery-image] Aug 14 22:15:06.728 INFO O| Aug 14 22:15:06.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61832026-08-14T22:15:07.768Z[ recovery-image] Aug 14 22:15:06.728 INFO O| Aug 14 22:15:06.728 INFO STEP 307 (remove_files) COMPLETE
61842026-08-14T22:15:07.768Z[ recovery-image] Aug 14 22:15:06.728 INFO O| Aug 14 22:15:06.728 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-14T22:15:07.779Z[ recovery-image] Aug 14 22:15:06.738 INFO O| Aug 14 22:15:06.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61862026-08-14T22:15:07.779Z[ recovery-image] Aug 14 22:15:06.738 INFO O| Aug 14 22:15:06.738 INFO STEP 308 (remove_files) COMPLETE
61872026-08-14T22:15:07.779Z[ recovery-image] Aug 14 22:15:06.738 INFO O| Aug 14 22:15:06.738 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-14T22:15:07.786Z[ recovery-image] Aug 14 22:15:06.747 INFO O| Aug 14 22:15:06.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61892026-08-14T22:15:07.786Z[ recovery-image] Aug 14 22:15:06.747 INFO O| Aug 14 22:15:06.747 INFO STEP 309 (remove_files) COMPLETE
61902026-08-14T22:15:07.790Z[ recovery-image] Aug 14 22:15:06.747 INFO O| Aug 14 22:15:06.747 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-14T22:15:07.796Z[ recovery-image] Aug 14 22:15:06.757 INFO O| Aug 14 22:15:06.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61922026-08-14T22:15:07.796Z[ recovery-image] Aug 14 22:15:06.757 INFO O| Aug 14 22:15:06.757 INFO STEP 310 (remove_files) COMPLETE
61932026-08-14T22:15:07.796Z[ recovery-image] Aug 14 22:15:06.757 INFO O| Aug 14 22:15:06.757 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-14T22:15:07.806Z[ recovery-image] Aug 14 22:15:06.767 INFO O| Aug 14 22:15:06.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61952026-08-14T22:15:07.806Z[ recovery-image] Aug 14 22:15:06.767 INFO O| Aug 14 22:15:06.767 INFO STEP 311 (remove_files) COMPLETE
61962026-08-14T22:15:07.806Z[ recovery-image] Aug 14 22:15:06.767 INFO O| Aug 14 22:15:06.767 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-14T22:15:07.817Z[ recovery-image] Aug 14 22:15:06.777 INFO O| Aug 14 22:15:06.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61982026-08-14T22:15:07.817Z[ recovery-image] Aug 14 22:15:06.777 INFO O| Aug 14 22:15:06.777 INFO STEP 312 (remove_files) COMPLETE
61992026-08-14T22:15:07.817Z[ recovery-image] Aug 14 22:15:06.777 INFO O| Aug 14 22:15:06.777 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-14T22:15:07.828Z[ recovery-image] Aug 14 22:15:06.788 INFO O| Aug 14 22:15:06.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62012026-08-14T22:15:07.828Z[ recovery-image] Aug 14 22:15:06.788 INFO O| Aug 14 22:15:06.788 INFO STEP 313 (remove_files) COMPLETE
62022026-08-14T22:15:07.828Z[ recovery-image] Aug 14 22:15:06.788 INFO O| Aug 14 22:15:06.788 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-14T22:15:07.837Z[ recovery-image] Aug 14 22:15:06.797 INFO O| Aug 14 22:15:06.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62042026-08-14T22:15:07.837Z[ recovery-image] Aug 14 22:15:06.797 INFO O| Aug 14 22:15:06.797 INFO STEP 314 (remove_files) COMPLETE
62052026-08-14T22:15:07.841Z[ recovery-image] Aug 14 22:15:06.797 INFO O| Aug 14 22:15:06.797 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-14T22:15:07.847Z[ recovery-image] Aug 14 22:15:06.808 INFO O| Aug 14 22:15:06.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62072026-08-14T22:15:07.847Z[ recovery-image] Aug 14 22:15:06.808 INFO O| Aug 14 22:15:06.808 INFO STEP 315 (remove_files) COMPLETE
62082026-08-14T22:15:07.847Z[ recovery-image] Aug 14 22:15:06.808 INFO O| Aug 14 22:15:06.808 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-14T22:15:07.857Z[ recovery-image] Aug 14 22:15:06.817 INFO O| Aug 14 22:15:06.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62102026-08-14T22:15:07.860Z[ recovery-image] Aug 14 22:15:06.818 INFO O| Aug 14 22:15:06.818 INFO STEP 316 (remove_files) COMPLETE
62112026-08-14T22:15:07.860Z[ recovery-image] Aug 14 22:15:06.818 INFO O| Aug 14 22:15:06.818 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-14T22:15:07.868Z[ recovery-image] Aug 14 22:15:06.828 INFO O| Aug 14 22:15:06.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62132026-08-14T22:15:07.868Z[ recovery-image] Aug 14 22:15:06.828 INFO O| Aug 14 22:15:06.828 INFO STEP 317 (remove_files) COMPLETE
62142026-08-14T22:15:07.872Z[ recovery-image] Aug 14 22:15:06.828 INFO O| Aug 14 22:15:06.828 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-14T22:15:07.876Z[ recovery-image] Aug 14 22:15:06.837 INFO O| Aug 14 22:15:06.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62162026-08-14T22:15:07.876Z[ recovery-image] Aug 14 22:15:06.837 INFO O| Aug 14 22:15:06.837 INFO STEP 318 (remove_files) COMPLETE
62172026-08-14T22:15:07.877Z[ recovery-image] Aug 14 22:15:06.837 INFO O| Aug 14 22:15:06.837 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-14T22:15:07.887Z[ recovery-image] Aug 14 22:15:06.847 INFO O| Aug 14 22:15:06.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62192026-08-14T22:15:07.888Z[ recovery-image] Aug 14 22:15:06.847 INFO O| Aug 14 22:15:06.847 INFO STEP 319 (remove_files) COMPLETE
62202026-08-14T22:15:07.888Z[ recovery-image] Aug 14 22:15:06.847 INFO O| Aug 14 22:15:06.847 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-14T22:15:07.895Z[ recovery-image] Aug 14 22:15:06.856 INFO O| Aug 14 22:15:06.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62222026-08-14T22:15:07.896Z[ recovery-image] Aug 14 22:15:06.856 INFO O| Aug 14 22:15:06.856 INFO STEP 320 (remove_files) COMPLETE
62232026-08-14T22:15:07.896Z[ recovery-image] Aug 14 22:15:06.856 INFO O| Aug 14 22:15:06.856 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-14T22:15:07.906Z[ recovery-image] Aug 14 22:15:06.866 INFO O| Aug 14 22:15:06.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62252026-08-14T22:15:07.906Z[ recovery-image] Aug 14 22:15:06.867 INFO O| Aug 14 22:15:06.866 INFO STEP 321 (remove_files) COMPLETE
62262026-08-14T22:15:07.906Z[ recovery-image] Aug 14 22:15:06.867 INFO O| Aug 14 22:15:06.867 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-14T22:15:07.916Z[ recovery-image] Aug 14 22:15:06.877 INFO O| Aug 14 22:15:06.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62282026-08-14T22:15:07.916Z[ recovery-image] Aug 14 22:15:06.877 INFO O| Aug 14 22:15:06.877 INFO STEP 322 (remove_files) COMPLETE
62292026-08-14T22:15:07.916Z[ recovery-image] Aug 14 22:15:06.877 INFO O| Aug 14 22:15:06.877 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-14T22:15:07.927Z[ recovery-image] Aug 14 22:15:06.888 INFO O| Aug 14 22:15:06.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62312026-08-14T22:15:07.927Z[ recovery-image] Aug 14 22:15:06.888 INFO O| Aug 14 22:15:06.888 INFO STEP 323 (remove_files) COMPLETE
62322026-08-14T22:15:07.927Z[ recovery-image] Aug 14 22:15:06.888 INFO O| Aug 14 22:15:06.888 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-14T22:15:07.938Z[ recovery-image] Aug 14 22:15:06.898 INFO O| Aug 14 22:15:06.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62342026-08-14T22:15:07.938Z[ recovery-image] Aug 14 22:15:06.898 INFO O| Aug 14 22:15:06.898 INFO STEP 324 (remove_files) COMPLETE
62352026-08-14T22:15:07.938Z[ recovery-image] Aug 14 22:15:06.898 INFO O| Aug 14 22:15:06.898 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-14T22:15:07.947Z[ recovery-image] Aug 14 22:15:06.907 INFO O| Aug 14 22:15:06.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62372026-08-14T22:15:07.947Z[ recovery-image] Aug 14 22:15:06.907 INFO O| Aug 14 22:15:06.907 INFO STEP 325 (remove_files) COMPLETE
62382026-08-14T22:15:07.947Z[ recovery-image] Aug 14 22:15:06.907 INFO O| Aug 14 22:15:06.907 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-14T22:15:07.958Z[ recovery-image] Aug 14 22:15:06.916 INFO O| Aug 14 22:15:06.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62402026-08-14T22:15:07.958Z[ recovery-image] Aug 14 22:15:06.916 INFO O| Aug 14 22:15:06.916 INFO STEP 326 (remove_files) COMPLETE
62412026-08-14T22:15:07.958Z[ recovery-image] Aug 14 22:15:06.916 INFO O| Aug 14 22:15:06.916 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-14T22:15:07.966Z[ recovery-image] Aug 14 22:15:06.927 INFO O| Aug 14 22:15:06.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62432026-08-14T22:15:07.966Z[ recovery-image] Aug 14 22:15:06.927 INFO O| Aug 14 22:15:06.927 INFO STEP 327 (remove_files) COMPLETE
62442026-08-14T22:15:07.969Z[ recovery-image] Aug 14 22:15:06.927 INFO O| Aug 14 22:15:06.927 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-14T22:15:07.976Z[ recovery-image] Aug 14 22:15:06.937 INFO O| Aug 14 22:15:06.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62462026-08-14T22:15:07.976Z[ recovery-image] Aug 14 22:15:06.937 INFO O| Aug 14 22:15:06.937 INFO STEP 328 (remove_files) COMPLETE
62472026-08-14T22:15:07.980Z[ recovery-image] Aug 14 22:15:06.937 INFO O| Aug 14 22:15:06.937 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-14T22:15:07.991Z[ recovery-image] Aug 14 22:15:06.947 INFO O| Aug 14 22:15:06.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62492026-08-14T22:15:07.991Z[ recovery-image] Aug 14 22:15:06.947 INFO O| Aug 14 22:15:06.947 INFO STEP 329 (remove_files) COMPLETE
62502026-08-14T22:15:07.991Z[ recovery-image] Aug 14 22:15:06.947 INFO O| Aug 14 22:15:06.947 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-14T22:15:07.996Z[ recovery-image] Aug 14 22:15:06.957 INFO O| Aug 14 22:15:06.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62522026-08-14T22:15:07.996Z[ recovery-image] Aug 14 22:15:06.957 INFO O| Aug 14 22:15:06.957 INFO STEP 330 (remove_files) COMPLETE
62532026-08-14T22:15:07.996Z[ recovery-image] Aug 14 22:15:06.957 INFO O| Aug 14 22:15:06.957 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-14T22:15:08.006Z[ recovery-image] Aug 14 22:15:06.965 INFO O| Aug 14 22:15:06.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62552026-08-14T22:15:08.006Z[ recovery-image] Aug 14 22:15:06.965 INFO O| Aug 14 22:15:06.965 INFO STEP 331 (remove_files) COMPLETE
62562026-08-14T22:15:08.007Z[ recovery-image] Aug 14 22:15:06.965 INFO O| Aug 14 22:15:06.965 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-14T22:15:08.015Z[ recovery-image] Aug 14 22:15:06.975 INFO O| Aug 14 22:15:06.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62582026-08-14T22:15:08.015Z[ recovery-image] Aug 14 22:15:06.976 INFO O| Aug 14 22:15:06.975 INFO STEP 332 (remove_files) COMPLETE
62592026-08-14T22:15:08.015Z[ recovery-image] Aug 14 22:15:06.976 INFO O| Aug 14 22:15:06.975 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-14T22:15:08.023Z[ recovery-image] Aug 14 22:15:06.984 INFO O| Aug 14 22:15:06.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62612026-08-14T22:15:08.023Z[ recovery-image] Aug 14 22:15:06.984 INFO O| Aug 14 22:15:06.984 INFO STEP 333 (remove_files) COMPLETE
62622026-08-14T22:15:08.023Z[ recovery-image] Aug 14 22:15:06.984 INFO O| Aug 14 22:15:06.984 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-14T22:15:08.033Z[ recovery-image] Aug 14 22:15:06.994 INFO O| Aug 14 22:15:06.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62642026-08-14T22:15:08.033Z[ recovery-image] Aug 14 22:15:06.994 INFO O| Aug 14 22:15:06.994 INFO STEP 334 (remove_files) COMPLETE
62652026-08-14T22:15:08.033Z[ recovery-image] Aug 14 22:15:06.994 INFO O| Aug 14 22:15:06.994 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-14T22:15:08.044Z[ recovery-image] Aug 14 22:15:07.004 INFO O| Aug 14 22:15:07.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62672026-08-14T22:15:08.044Z[ recovery-image] Aug 14 22:15:07.005 INFO O| Aug 14 22:15:07.004 INFO STEP 335 (remove_files) COMPLETE
62682026-08-14T22:15:08.044Z[ recovery-image] Aug 14 22:15:07.005 INFO O| Aug 14 22:15:07.005 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-14T22:15:08.048Z[verify-libraries] Compiling fs-err v2.11.0
62702026-08-14T22:15:08.054Z[ recovery-image] Aug 14 22:15:07.014 INFO O| Aug 14 22:15:07.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62712026-08-14T22:15:08.054Z[ recovery-image] Aug 14 22:15:07.014 INFO O| Aug 14 22:15:07.014 INFO STEP 336 (remove_files) COMPLETE
62722026-08-14T22:15:08.060Z[ recovery-image] Aug 14 22:15:07.014 INFO O| Aug 14 22:15:07.014 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-14T22:15:08.066Z[ recovery-image] Aug 14 22:15:07.024 INFO O| Aug 14 22:15:07.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62742026-08-14T22:15:08.066Z[ recovery-image] Aug 14 22:15:07.024 INFO O| Aug 14 22:15:07.024 INFO STEP 337 (remove_files) COMPLETE
62752026-08-14T22:15:08.066Z[ recovery-image] Aug 14 22:15:07.024 INFO O| Aug 14 22:15:07.024 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-14T22:15:08.074Z[ recovery-image] Aug 14 22:15:07.033 INFO O| Aug 14 22:15:07.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62772026-08-14T22:15:08.074Z[ recovery-image] Aug 14 22:15:07.033 INFO O| Aug 14 22:15:07.033 INFO STEP 338 (remove_files) COMPLETE
62782026-08-14T22:15:08.078Z[ recovery-image] Aug 14 22:15:07.033 INFO O| Aug 14 22:15:07.033 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-14T22:15:08.082Z[ recovery-image] Aug 14 22:15:07.042 INFO O| Aug 14 22:15:07.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62802026-08-14T22:15:08.082Z[ recovery-image] Aug 14 22:15:07.042 INFO O| Aug 14 22:15:07.042 INFO STEP 339 (remove_files) COMPLETE
62812026-08-14T22:15:08.082Z[ recovery-image] Aug 14 22:15:07.042 INFO O| Aug 14 22:15:07.042 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-14T22:15:08.091Z[ recovery-image] Aug 14 22:15:07.052 INFO O| Aug 14 22:15:07.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62832026-08-14T22:15:08.091Z[ recovery-image] Aug 14 22:15:07.052 INFO O| Aug 14 22:15:07.052 INFO STEP 340 (remove_files) COMPLETE
62842026-08-14T22:15:08.091Z[ recovery-image] Aug 14 22:15:07.052 INFO O| Aug 14 22:15:07.052 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-14T22:15:08.102Z[ recovery-image] Aug 14 22:15:07.062 INFO O| Aug 14 22:15:07.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62862026-08-14T22:15:08.102Z[ recovery-image] Aug 14 22:15:07.062 INFO O| Aug 14 22:15:07.062 INFO STEP 341 (remove_files) COMPLETE
62872026-08-14T22:15:08.106Z[ recovery-image] Aug 14 22:15:07.062 INFO O| Aug 14 22:15:07.062 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-14T22:15:08.110Z[ recovery-image] Aug 14 22:15:07.071 INFO O| Aug 14 22:15:07.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62892026-08-14T22:15:08.110Z[ recovery-image] Aug 14 22:15:07.071 INFO O| Aug 14 22:15:07.071 INFO STEP 342 (remove_files) COMPLETE
62902026-08-14T22:15:08.110Z[ recovery-image] Aug 14 22:15:07.071 INFO O| Aug 14 22:15:07.071 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-14T22:15:08.119Z[ recovery-image] Aug 14 22:15:07.080 INFO O| Aug 14 22:15:07.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62922026-08-14T22:15:08.119Z[ recovery-image] Aug 14 22:15:07.080 INFO O| Aug 14 22:15:07.080 INFO STEP 343 (remove_files) COMPLETE
62932026-08-14T22:15:08.119Z[ recovery-image] Aug 14 22:15:07.080 INFO O| Aug 14 22:15:07.080 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-14T22:15:08.129Z[ recovery-image] Aug 14 22:15:07.089 INFO O| Aug 14 22:15:07.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62952026-08-14T22:15:08.129Z[ recovery-image] Aug 14 22:15:07.089 INFO O| Aug 14 22:15:07.089 INFO STEP 344 (remove_files) COMPLETE
62962026-08-14T22:15:08.129Z[ recovery-image] Aug 14 22:15:07.089 INFO O| Aug 14 22:15:07.089 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-14T22:15:08.141Z[ recovery-image] Aug 14 22:15:07.101 INFO O| Aug 14 22:15:07.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62982026-08-14T22:15:08.141Z[ recovery-image] Aug 14 22:15:07.101 INFO O| Aug 14 22:15:07.101 INFO STEP 345 (remove_files) COMPLETE
62992026-08-14T22:15:08.141Z[ recovery-image] Aug 14 22:15:07.101 INFO O| Aug 14 22:15:07.101 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-14T22:15:08.174Z[ recovery-image] Aug 14 22:15:07.111 INFO O| Aug 14 22:15:07.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63012026-08-14T22:15:08.174Z[ recovery-image] Aug 14 22:15:07.111 INFO O| Aug 14 22:15:07.111 INFO STEP 346 (remove_files) COMPLETE
63022026-08-14T22:15:08.174Z[ recovery-image] Aug 14 22:15:07.111 INFO O| Aug 14 22:15:07.111 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-14T22:15:08.174Z[ recovery-image] Aug 14 22:15:07.121 INFO O| Aug 14 22:15:07.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63042026-08-14T22:15:08.175Z[ recovery-image] Aug 14 22:15:07.121 INFO O| Aug 14 22:15:07.121 INFO STEP 347 (remove_files) COMPLETE
63052026-08-14T22:15:08.175Z[ recovery-image] Aug 14 22:15:07.121 INFO O| Aug 14 22:15:07.121 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-14T22:15:08.175Z[ recovery-image] Aug 14 22:15:07.131 INFO O| Aug 14 22:15:07.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63072026-08-14T22:15:08.175Z[ recovery-image] Aug 14 22:15:07.131 INFO O| Aug 14 22:15:07.131 INFO STEP 348 (remove_files) COMPLETE
63082026-08-14T22:15:08.175Z[ recovery-image] Aug 14 22:15:07.131 INFO O| Aug 14 22:15:07.131 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-14T22:15:08.180Z[ recovery-image] Aug 14 22:15:07.140 INFO O| Aug 14 22:15:07.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63102026-08-14T22:15:08.180Z[ recovery-image] Aug 14 22:15:07.140 INFO O| Aug 14 22:15:07.140 INFO STEP 349 (remove_files) COMPLETE
63112026-08-14T22:15:08.180Z[ recovery-image] Aug 14 22:15:07.140 INFO O| Aug 14 22:15:07.140 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-14T22:15:08.189Z[ recovery-image] Aug 14 22:15:07.150 INFO O| Aug 14 22:15:07.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63132026-08-14T22:15:08.190Z[ recovery-image] Aug 14 22:15:07.150 INFO O| Aug 14 22:15:07.150 INFO STEP 350 (remove_files) COMPLETE
63142026-08-14T22:15:08.190Z[ recovery-image] Aug 14 22:15:07.150 INFO O| Aug 14 22:15:07.150 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-14T22:15:08.201Z[ recovery-image] Aug 14 22:15:07.161 INFO O| Aug 14 22:15:07.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63162026-08-14T22:15:08.201Z[ recovery-image] Aug 14 22:15:07.161 INFO O| Aug 14 22:15:07.161 INFO STEP 351 (remove_files) COMPLETE
63172026-08-14T22:15:08.201Z[ recovery-image] Aug 14 22:15:07.161 INFO O| Aug 14 22:15:07.161 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-14T22:15:08.212Z[ recovery-image] Aug 14 22:15:07.172 INFO O| Aug 14 22:15:07.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63192026-08-14T22:15:08.212Z[ recovery-image] Aug 14 22:15:07.172 INFO O| Aug 14 22:15:07.172 INFO STEP 352 (remove_files) COMPLETE
63202026-08-14T22:15:08.212Z[ recovery-image] Aug 14 22:15:07.172 INFO O| Aug 14 22:15:07.172 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-14T22:15:08.222Z[ recovery-image] Aug 14 22:15:07.183 INFO O| Aug 14 22:15:07.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63222026-08-14T22:15:08.222Z[ recovery-image] Aug 14 22:15:07.183 INFO O| Aug 14 22:15:07.183 INFO STEP 353 (remove_files) COMPLETE
63232026-08-14T22:15:08.222Z[ recovery-image] Aug 14 22:15:07.183 INFO O| Aug 14 22:15:07.183 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-14T22:15:08.233Z[ recovery-image] Aug 14 22:15:07.193 INFO O| Aug 14 22:15:07.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63252026-08-14T22:15:08.233Z[ recovery-image] Aug 14 22:15:07.193 INFO O| Aug 14 22:15:07.193 INFO STEP 354 (remove_files) COMPLETE
63262026-08-14T22:15:08.233Z[ recovery-image] Aug 14 22:15:07.193 INFO O| Aug 14 22:15:07.193 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-14T22:15:08.243Z[ recovery-image] Aug 14 22:15:07.204 INFO O| Aug 14 22:15:07.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63282026-08-14T22:15:08.243Z[ recovery-image] Aug 14 22:15:07.204 INFO O| Aug 14 22:15:07.204 INFO STEP 355 (remove_files) COMPLETE
63292026-08-14T22:15:08.243Z[ recovery-image] Aug 14 22:15:07.204 INFO O| Aug 14 22:15:07.204 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-14T22:15:08.254Z[ recovery-image] Aug 14 22:15:07.215 INFO O| Aug 14 22:15:07.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63312026-08-14T22:15:08.254Z[ recovery-image] Aug 14 22:15:07.215 INFO O| Aug 14 22:15:07.215 INFO STEP 356 (remove_files) COMPLETE
63322026-08-14T22:15:08.260Z[ recovery-image] Aug 14 22:15:07.215 INFO O| Aug 14 22:15:07.215 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-14T22:15:08.265Z[ recovery-image] Aug 14 22:15:07.226 INFO O| Aug 14 22:15:07.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63342026-08-14T22:15:08.265Z[ recovery-image] Aug 14 22:15:07.226 INFO O| Aug 14 22:15:07.226 INFO STEP 357 (remove_files) COMPLETE
63352026-08-14T22:15:08.265Z[ recovery-image] Aug 14 22:15:07.226 INFO O| Aug 14 22:15:07.226 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-14T22:15:08.276Z[ recovery-image] Aug 14 22:15:07.236 INFO O| Aug 14 22:15:07.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63372026-08-14T22:15:08.276Z[ recovery-image] Aug 14 22:15:07.236 INFO O| Aug 14 22:15:07.236 INFO STEP 358 (remove_files) COMPLETE
63382026-08-14T22:15:08.279Z[ recovery-image] Aug 14 22:15:07.236 INFO O| Aug 14 22:15:07.236 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-14T22:15:08.286Z[ recovery-image] Aug 14 22:15:07.246 INFO O| Aug 14 22:15:07.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63402026-08-14T22:15:08.286Z[ recovery-image] Aug 14 22:15:07.246 INFO O| Aug 14 22:15:07.246 INFO STEP 359 (remove_files) COMPLETE
63412026-08-14T22:15:08.290Z[ recovery-image] Aug 14 22:15:07.246 INFO O| Aug 14 22:15:07.246 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-14T22:15:08.295Z[ recovery-image] Aug 14 22:15:07.256 INFO O| Aug 14 22:15:07.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63432026-08-14T22:15:08.295Z[ recovery-image] Aug 14 22:15:07.256 INFO O| Aug 14 22:15:07.256 INFO STEP 360 (remove_files) COMPLETE
63442026-08-14T22:15:08.298Z[ recovery-image] Aug 14 22:15:07.256 INFO O| Aug 14 22:15:07.256 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-14T22:15:08.304Z[ recovery-image] Aug 14 22:15:07.264 INFO O| Aug 14 22:15:07.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63462026-08-14T22:15:08.304Z[ recovery-image] Aug 14 22:15:07.264 INFO O| Aug 14 22:15:07.264 INFO STEP 361 (remove_files) COMPLETE
63472026-08-14T22:15:08.309Z[ recovery-image] Aug 14 22:15:07.264 INFO O| Aug 14 22:15:07.264 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-14T22:15:08.314Z[ recovery-image] Aug 14 22:15:07.275 INFO O| Aug 14 22:15:07.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63492026-08-14T22:15:08.314Z[ recovery-image] Aug 14 22:15:07.275 INFO O| Aug 14 22:15:07.275 INFO STEP 362 (remove_files) COMPLETE
63502026-08-14T22:15:08.314Z[ recovery-image] Aug 14 22:15:07.275 INFO O| Aug 14 22:15:07.275 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-14T22:15:08.327Z[ recovery-image] Aug 14 22:15:07.285 INFO O| Aug 14 22:15:07.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63522026-08-14T22:15:08.331Z[ recovery-image] Aug 14 22:15:07.286 INFO O| Aug 14 22:15:07.286 INFO STEP 363 (remove_files) COMPLETE
63532026-08-14T22:15:08.331Z[ recovery-image] Aug 14 22:15:07.286 INFO O| Aug 14 22:15:07.286 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-14T22:15:08.336Z[ recovery-image] Aug 14 22:15:07.295 INFO O| Aug 14 22:15:07.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63552026-08-14T22:15:08.336Z[ recovery-image] Aug 14 22:15:07.295 INFO O| Aug 14 22:15:07.295 INFO STEP 364 (remove_files) COMPLETE
63562026-08-14T22:15:08.336Z[ recovery-image] Aug 14 22:15:07.295 INFO O| Aug 14 22:15:07.295 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-14T22:15:08.343Z[ recovery-image] Aug 14 22:15:07.304 INFO O| Aug 14 22:15:07.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63582026-08-14T22:15:08.343Z[ recovery-image] Aug 14 22:15:07.304 INFO O| Aug 14 22:15:07.304 INFO STEP 365 (remove_files) COMPLETE
63592026-08-14T22:15:08.347Z[ recovery-image] Aug 14 22:15:07.304 INFO O| Aug 14 22:15:07.304 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-14T22:15:08.353Z[ recovery-image] Aug 14 22:15:07.314 INFO O| Aug 14 22:15:07.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63612026-08-14T22:15:08.353Z[ recovery-image] Aug 14 22:15:07.314 INFO O| Aug 14 22:15:07.314 INFO STEP 366 (remove_files) COMPLETE
63622026-08-14T22:15:08.353Z[ recovery-image] Aug 14 22:15:07.314 INFO O| Aug 14 22:15:07.314 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-14T22:15:08.363Z[ recovery-image] Aug 14 22:15:07.323 INFO O| Aug 14 22:15:07.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63642026-08-14T22:15:08.363Z[ recovery-image] Aug 14 22:15:07.323 INFO O| Aug 14 22:15:07.323 INFO STEP 367 (remove_files) COMPLETE
63652026-08-14T22:15:08.363Z[ recovery-image] Aug 14 22:15:07.323 INFO O| Aug 14 22:15:07.323 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-14T22:15:08.370Z[ recovery-image] Aug 14 22:15:07.331 INFO O| Aug 14 22:15:07.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63672026-08-14T22:15:08.370Z[ recovery-image] Aug 14 22:15:07.331 INFO O| Aug 14 22:15:07.331 INFO STEP 368 (remove_files) COMPLETE
63682026-08-14T22:15:08.370Z[ recovery-image] Aug 14 22:15:07.331 INFO O| Aug 14 22:15:07.331 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-14T22:15:08.385Z[ recovery-image] Aug 14 22:15:07.339 INFO O| Aug 14 22:15:07.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63702026-08-14T22:15:08.385Z[ recovery-image] Aug 14 22:15:07.339 INFO O| Aug 14 22:15:07.339 INFO STEP 369 (remove_files) COMPLETE
63712026-08-14T22:15:08.390Z[ recovery-image] Aug 14 22:15:07.339 INFO O| Aug 14 22:15:07.339 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-14T22:15:08.390Z[verify-libraries] Compiling internet-checksum v0.2.1
63732026-08-14T22:15:08.390Z[ recovery-image] Aug 14 22:15:07.347 INFO O| Aug 14 22:15:07.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63742026-08-14T22:15:08.390Z[ recovery-image] Aug 14 22:15:07.347 INFO O| Aug 14 22:15:07.347 INFO STEP 370 (remove_files) COMPLETE
63752026-08-14T22:15:08.390Z[ recovery-image] Aug 14 22:15:07.347 INFO O| Aug 14 22:15:07.347 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-14T22:15:08.398Z[ recovery-image] Aug 14 22:15:07.357 INFO O| Aug 14 22:15:07.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63772026-08-14T22:15:08.398Z[ recovery-image] Aug 14 22:15:07.357 INFO O| Aug 14 22:15:07.357 INFO STEP 371 (remove_files) COMPLETE
63782026-08-14T22:15:08.398Z[ recovery-image] Aug 14 22:15:07.357 INFO O| Aug 14 22:15:07.357 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-14T22:15:08.408Z[ recovery-image] Aug 14 22:15:07.367 INFO O| Aug 14 22:15:07.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63802026-08-14T22:15:08.409Z[ recovery-image] Aug 14 22:15:07.367 INFO O| Aug 14 22:15:07.367 INFO STEP 372 (remove_files) COMPLETE
63812026-08-14T22:15:08.414Z[ recovery-image] Aug 14 22:15:07.368 INFO O| Aug 14 22:15:07.367 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-14T22:15:08.418Z[ recovery-image] Aug 14 22:15:07.377 INFO O| Aug 14 22:15:07.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63832026-08-14T22:15:08.418Z[ recovery-image] Aug 14 22:15:07.377 INFO O| Aug 14 22:15:07.377 INFO STEP 373 (remove_files) COMPLETE
63842026-08-14T22:15:08.418Z[ recovery-image] Aug 14 22:15:07.377 INFO O| Aug 14 22:15:07.377 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-14T22:15:08.425Z[ recovery-image] Aug 14 22:15:07.386 INFO O| Aug 14 22:15:07.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63862026-08-14T22:15:08.425Z[ recovery-image] Aug 14 22:15:07.386 INFO O| Aug 14 22:15:07.386 INFO STEP 374 (remove_files) COMPLETE
63872026-08-14T22:15:08.425Z[ recovery-image] Aug 14 22:15:07.386 INFO O| Aug 14 22:15:07.386 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-14T22:15:08.434Z[ recovery-image] Aug 14 22:15:07.395 INFO O| Aug 14 22:15:07.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63892026-08-14T22:15:08.434Z[ recovery-image] Aug 14 22:15:07.395 INFO O| Aug 14 22:15:07.395 INFO STEP 375 (remove_files) COMPLETE
63902026-08-14T22:15:08.434Z[ recovery-image] Aug 14 22:15:07.395 INFO O| Aug 14 22:15:07.395 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-14T22:15:08.445Z[ recovery-image] Aug 14 22:15:07.406 INFO O| Aug 14 22:15:07.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63922026-08-14T22:15:08.445Z[ recovery-image] Aug 14 22:15:07.406 INFO O| Aug 14 22:15:07.406 INFO STEP 376 (remove_files) COMPLETE
63932026-08-14T22:15:08.445Z[ recovery-image] Aug 14 22:15:07.406 INFO O| Aug 14 22:15:07.406 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-14T22:15:08.456Z[ recovery-image] Aug 14 22:15:07.417 INFO O| Aug 14 22:15:07.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63952026-08-14T22:15:08.461Z[ recovery-image] Aug 14 22:15:07.418 INFO O| Aug 14 22:15:07.418 INFO STEP 377 (remove_files) COMPLETE
63962026-08-14T22:15:08.461Z[ recovery-image] Aug 14 22:15:07.418 INFO O| Aug 14 22:15:07.418 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-14T22:15:08.473Z[ recovery-image] Aug 14 22:15:07.430 INFO O| Aug 14 22:15:07.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63982026-08-14T22:15:08.473Z[ recovery-image] Aug 14 22:15:07.430 INFO O| Aug 14 22:15:07.430 INFO STEP 378 (remove_files) COMPLETE
63992026-08-14T22:15:08.473Z[ recovery-image] Aug 14 22:15:07.430 INFO O| Aug 14 22:15:07.430 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-14T22:15:08.487Z[ recovery-image] Aug 14 22:15:07.441 INFO O| Aug 14 22:15:07.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64012026-08-14T22:15:08.487Z[ recovery-image] Aug 14 22:15:07.441 INFO O| Aug 14 22:15:07.441 INFO STEP 379 (remove_files) COMPLETE
64022026-08-14T22:15:08.487Z[ recovery-image] Aug 14 22:15:07.441 INFO O| Aug 14 22:15:07.441 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-14T22:15:08.493Z[ recovery-image] Aug 14 22:15:07.453 INFO O| Aug 14 22:15:07.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64042026-08-14T22:15:08.493Z[ recovery-image] Aug 14 22:15:07.453 INFO O| Aug 14 22:15:07.453 INFO STEP 380 (remove_files) COMPLETE
64052026-08-14T22:15:08.498Z[ recovery-image] Aug 14 22:15:07.453 INFO O| Aug 14 22:15:07.453 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-14T22:15:08.503Z[ recovery-image] Aug 14 22:15:07.464 INFO O| Aug 14 22:15:07.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64072026-08-14T22:15:08.503Z[ recovery-image] Aug 14 22:15:07.464 INFO O| Aug 14 22:15:07.464 INFO STEP 381 (remove_files) COMPLETE
64082026-08-14T22:15:08.503Z[ recovery-image] Aug 14 22:15:07.464 INFO O| Aug 14 22:15:07.464 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-14T22:15:08.515Z[ recovery-image] Aug 14 22:15:07.475 INFO O| Aug 14 22:15:07.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64102026-08-14T22:15:08.515Z[ recovery-image] Aug 14 22:15:07.475 INFO O| Aug 14 22:15:07.475 INFO STEP 382 (remove_files) COMPLETE
64112026-08-14T22:15:08.515Z[ recovery-image] Aug 14 22:15:07.475 INFO O| Aug 14 22:15:07.475 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-14T22:15:08.524Z[ recovery-image] Aug 14 22:15:07.485 INFO O| Aug 14 22:15:07.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64132026-08-14T22:15:08.524Z[ recovery-image] Aug 14 22:15:07.485 INFO O| Aug 14 22:15:07.485 INFO STEP 383 (remove_files) COMPLETE
64142026-08-14T22:15:08.524Z[ recovery-image] Aug 14 22:15:07.485 INFO O| Aug 14 22:15:07.485 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-14T22:15:08.534Z[ recovery-image] Aug 14 22:15:07.495 INFO O| Aug 14 22:15:07.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64162026-08-14T22:15:08.535Z[ recovery-image] Aug 14 22:15:07.495 INFO O| Aug 14 22:15:07.495 INFO STEP 384 (remove_files) COMPLETE
64172026-08-14T22:15:08.535Z[ recovery-image] Aug 14 22:15:07.495 INFO O| Aug 14 22:15:07.495 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-14T22:15:08.545Z[ recovery-image] Aug 14 22:15:07.506 INFO O| Aug 14 22:15:07.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64192026-08-14T22:15:08.545Z[ recovery-image] Aug 14 22:15:07.506 INFO O| Aug 14 22:15:07.506 INFO STEP 385 (remove_files) COMPLETE
64202026-08-14T22:15:08.545Z[ recovery-image] Aug 14 22:15:07.506 INFO O| Aug 14 22:15:07.506 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-14T22:15:08.557Z[ recovery-image] Aug 14 22:15:07.516 INFO O| Aug 14 22:15:07.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64222026-08-14T22:15:08.557Z[ recovery-image] Aug 14 22:15:07.516 INFO O| Aug 14 22:15:07.516 INFO STEP 386 (remove_files) COMPLETE
64232026-08-14T22:15:08.557Z[ recovery-image] Aug 14 22:15:07.516 INFO O| Aug 14 22:15:07.516 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-14T22:15:08.565Z[ recovery-image] Aug 14 22:15:07.526 INFO O| Aug 14 22:15:07.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64252026-08-14T22:15:08.565Z[ recovery-image] Aug 14 22:15:07.526 INFO O| Aug 14 22:15:07.526 INFO STEP 387 (remove_files) COMPLETE
64262026-08-14T22:15:08.565Z[ recovery-image] Aug 14 22:15:07.526 INFO O| Aug 14 22:15:07.526 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-14T22:15:08.586Z[ recovery-image] Aug 14 22:15:07.541 INFO O| Aug 14 22:15:07.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64282026-08-14T22:15:08.587Z[ recovery-image] Aug 14 22:15:07.541 INFO O| Aug 14 22:15:07.541 INFO STEP 388 (remove_files) COMPLETE
64292026-08-14T22:15:08.587Z[ recovery-image] Aug 14 22:15:07.541 INFO O| Aug 14 22:15:07.541 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-14T22:15:08.590Z[ recovery-image] Aug 14 22:15:07.550 INFO O| Aug 14 22:15:07.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64312026-08-14T22:15:08.591Z[ recovery-image] Aug 14 22:15:07.550 INFO O| Aug 14 22:15:07.550 INFO STEP 389 (remove_files) COMPLETE
64322026-08-14T22:15:08.591Z[ recovery-image] Aug 14 22:15:07.550 INFO O| Aug 14 22:15:07.550 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-14T22:15:08.599Z[ recovery-image] Aug 14 22:15:07.560 INFO O| Aug 14 22:15:07.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64342026-08-14T22:15:08.600Z[ recovery-image] Aug 14 22:15:07.560 INFO O| Aug 14 22:15:07.560 INFO STEP 390 (remove_files) COMPLETE
64352026-08-14T22:15:08.600Z[ recovery-image] Aug 14 22:15:07.560 INFO O| Aug 14 22:15:07.560 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-14T22:15:08.609Z[ recovery-image] Aug 14 22:15:07.570 INFO O| Aug 14 22:15:07.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64372026-08-14T22:15:08.609Z[ recovery-image] Aug 14 22:15:07.570 INFO O| Aug 14 22:15:07.570 INFO STEP 391 (remove_files) COMPLETE
64382026-08-14T22:15:08.615Z[ recovery-image] Aug 14 22:15:07.570 INFO O| Aug 14 22:15:07.570 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-14T22:15:08.619Z[ recovery-image] Aug 14 22:15:07.580 INFO O| Aug 14 22:15:07.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64402026-08-14T22:15:08.619Z[ recovery-image] Aug 14 22:15:07.580 INFO O| Aug 14 22:15:07.580 INFO STEP 392 (remove_files) COMPLETE
64412026-08-14T22:15:08.623Z[ recovery-image] Aug 14 22:15:07.580 INFO O| Aug 14 22:15:07.580 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-14T22:15:08.629Z[ recovery-image] Aug 14 22:15:07.590 INFO O| Aug 14 22:15:07.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64432026-08-14T22:15:08.629Z[ recovery-image] Aug 14 22:15:07.590 INFO O| Aug 14 22:15:07.590 INFO STEP 393 (remove_files) COMPLETE
64442026-08-14T22:15:08.629Z[ recovery-image] Aug 14 22:15:07.590 INFO O| Aug 14 22:15:07.590 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-14T22:15:08.639Z[ recovery-image] Aug 14 22:15:07.600 INFO O| Aug 14 22:15:07.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64462026-08-14T22:15:08.639Z[ recovery-image] Aug 14 22:15:07.600 INFO O| Aug 14 22:15:07.600 INFO STEP 394 (remove_files) COMPLETE
64472026-08-14T22:15:08.639Z[ recovery-image] Aug 14 22:15:07.600 INFO O| Aug 14 22:15:07.600 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-14T22:15:08.650Z[ recovery-image] Aug 14 22:15:07.610 INFO O| Aug 14 22:15:07.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64492026-08-14T22:15:08.650Z[ recovery-image] Aug 14 22:15:07.610 INFO O| Aug 14 22:15:07.610 INFO STEP 395 (remove_files) COMPLETE
64502026-08-14T22:15:08.650Z[ recovery-image] Aug 14 22:15:07.610 INFO O| Aug 14 22:15:07.610 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-14T22:15:08.661Z[ recovery-image] Aug 14 22:15:07.621 INFO O| Aug 14 22:15:07.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64522026-08-14T22:15:08.661Z[ recovery-image] Aug 14 22:15:07.621 INFO O| Aug 14 22:15:07.621 INFO STEP 396 (remove_files) COMPLETE
64532026-08-14T22:15:08.677Z[ recovery-image] Aug 14 22:15:07.621 INFO O| Aug 14 22:15:07.621 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-14T22:15:08.685Z[ recovery-image] Aug 14 22:15:07.632 INFO O| Aug 14 22:15:07.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64552026-08-14T22:15:08.685Z[ recovery-image] Aug 14 22:15:07.632 INFO O| Aug 14 22:15:07.632 INFO STEP 397 (remove_files) COMPLETE
64562026-08-14T22:15:08.685Z[ recovery-image] Aug 14 22:15:07.632 INFO O| Aug 14 22:15:07.632 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-14T22:15:08.685Z[ recovery-image] Aug 14 22:15:07.642 INFO O| Aug 14 22:15:07.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64582026-08-14T22:15:08.685Z[ recovery-image] Aug 14 22:15:07.642 INFO O| Aug 14 22:15:07.642 INFO STEP 398 (remove_files) COMPLETE
64592026-08-14T22:15:08.685Z[ recovery-image] Aug 14 22:15:07.642 INFO O| Aug 14 22:15:07.642 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-14T22:15:08.692Z[ recovery-image] Aug 14 22:15:07.652 INFO O| Aug 14 22:15:07.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64612026-08-14T22:15:08.703Z[ recovery-image] Aug 14 22:15:07.652 INFO O| Aug 14 22:15:07.652 INFO STEP 399 (remove_files) COMPLETE
64622026-08-14T22:15:08.703Z[ recovery-image] Aug 14 22:15:07.652 INFO O| Aug 14 22:15:07.652 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-14T22:15:08.703Z[ recovery-image] Aug 14 22:15:07.664 INFO O| Aug 14 22:15:07.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64642026-08-14T22:15:08.703Z[ recovery-image] Aug 14 22:15:07.664 INFO O| Aug 14 22:15:07.664 INFO STEP 400 (remove_files) COMPLETE
64652026-08-14T22:15:08.703Z[ recovery-image] Aug 14 22:15:07.664 INFO O| Aug 14 22:15:07.664 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-14T22:15:08.715Z[ recovery-image] Aug 14 22:15:07.674 INFO O| Aug 14 22:15:07.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64672026-08-14T22:15:08.715Z[ recovery-image] Aug 14 22:15:07.674 INFO O| Aug 14 22:15:07.674 INFO STEP 401 (remove_files) COMPLETE
64682026-08-14T22:15:08.715Z[ recovery-image] Aug 14 22:15:07.674 INFO O| Aug 14 22:15:07.674 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-14T22:15:08.724Z[ recovery-image] Aug 14 22:15:07.684 INFO O| Aug 14 22:15:07.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64702026-08-14T22:15:08.725Z[ recovery-image] Aug 14 22:15:07.684 INFO O| Aug 14 22:15:07.684 INFO STEP 402 (remove_files) COMPLETE
64712026-08-14T22:15:08.729Z[ recovery-image] Aug 14 22:15:07.684 INFO O| Aug 14 22:15:07.684 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-14T22:15:08.733Z[ recovery-image] Aug 14 22:15:07.693 INFO O| Aug 14 22:15:07.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64732026-08-14T22:15:08.733Z[ recovery-image] Aug 14 22:15:07.693 INFO O| Aug 14 22:15:07.693 INFO STEP 403 (remove_files) COMPLETE
64742026-08-14T22:15:08.733Z[ recovery-image] Aug 14 22:15:07.693 INFO O| Aug 14 22:15:07.693 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-14T22:15:08.742Z[ recovery-image] Aug 14 22:15:07.702 INFO O| Aug 14 22:15:07.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64762026-08-14T22:15:08.742Z[ recovery-image] Aug 14 22:15:07.702 INFO O| Aug 14 22:15:07.702 INFO STEP 404 (remove_files) COMPLETE
64772026-08-14T22:15:08.742Z[ recovery-image] Aug 14 22:15:07.702 INFO O| Aug 14 22:15:07.702 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-14T22:15:08.751Z[ recovery-image] Aug 14 22:15:07.712 INFO O| Aug 14 22:15:07.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64792026-08-14T22:15:08.751Z[ recovery-image] Aug 14 22:15:07.712 INFO O| Aug 14 22:15:07.712 INFO STEP 405 (remove_files) COMPLETE
64802026-08-14T22:15:08.751Z[ recovery-image] Aug 14 22:15:07.712 INFO O| Aug 14 22:15:07.712 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-14T22:15:08.761Z[ recovery-image] Aug 14 22:15:07.721 INFO O| Aug 14 22:15:07.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64822026-08-14T22:15:08.761Z[ recovery-image] Aug 14 22:15:07.722 INFO O| Aug 14 22:15:07.722 INFO STEP 406 (remove_files) COMPLETE
64832026-08-14T22:15:08.761Z[ recovery-image] Aug 14 22:15:07.722 INFO O| Aug 14 22:15:07.722 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-14T22:15:08.772Z[ recovery-image] Aug 14 22:15:07.732 INFO O| Aug 14 22:15:07.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64852026-08-14T22:15:08.772Z[ recovery-image] Aug 14 22:15:07.733 INFO O| Aug 14 22:15:07.733 INFO STEP 407 (remove_files) COMPLETE
64862026-08-14T22:15:08.772Z[ recovery-image] Aug 14 22:15:07.733 INFO O| Aug 14 22:15:07.733 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-14T22:15:08.782Z[ recovery-image] Aug 14 22:15:07.742 INFO O| Aug 14 22:15:07.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64882026-08-14T22:15:08.782Z[ recovery-image] Aug 14 22:15:07.742 INFO O| Aug 14 22:15:07.742 INFO STEP 408 (remove_files) COMPLETE
64892026-08-14T22:15:08.782Z[ recovery-image] Aug 14 22:15:07.742 INFO O| Aug 14 22:15:07.742 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-14T22:15:08.791Z[ recovery-image] Aug 14 22:15:07.752 INFO O| Aug 14 22:15:07.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64912026-08-14T22:15:08.791Z[ recovery-image] Aug 14 22:15:07.752 INFO O| Aug 14 22:15:07.752 INFO STEP 409 (remove_files) COMPLETE
64922026-08-14T22:15:08.795Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
64932026-08-14T22:15:08.795Z[ recovery-image] Aug 14 22:15:07.752 INFO O| Aug 14 22:15:07.752 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-14T22:15:08.800Z[ recovery-image] Aug 14 22:15:07.761 INFO O| Aug 14 22:15:07.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64952026-08-14T22:15:08.800Z[ recovery-image] Aug 14 22:15:07.761 INFO O| Aug 14 22:15:07.761 INFO STEP 410 (remove_files) COMPLETE
64962026-08-14T22:15:08.804Z[ recovery-image] Aug 14 22:15:07.761 INFO O| Aug 14 22:15:07.761 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-14T22:15:08.809Z[ recovery-image] Aug 14 22:15:07.770 INFO O| Aug 14 22:15:07.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64982026-08-14T22:15:08.809Z[ recovery-image] Aug 14 22:15:07.770 INFO O| Aug 14 22:15:07.770 INFO STEP 411 (remove_files) COMPLETE
64992026-08-14T22:15:08.809Z[ recovery-image] Aug 14 22:15:07.770 INFO O| Aug 14 22:15:07.770 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-14T22:15:08.820Z[ recovery-image] Aug 14 22:15:07.779 INFO O| Aug 14 22:15:07.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65012026-08-14T22:15:08.820Z[ recovery-image] Aug 14 22:15:07.779 INFO O| Aug 14 22:15:07.779 INFO STEP 412 (remove_files) COMPLETE
65022026-08-14T22:15:08.820Z[ recovery-image] Aug 14 22:15:07.779 INFO O| Aug 14 22:15:07.779 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-14T22:15:08.828Z[ recovery-image] Aug 14 22:15:07.789 INFO O| Aug 14 22:15:07.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65042026-08-14T22:15:08.828Z[ recovery-image] Aug 14 22:15:07.789 INFO O| Aug 14 22:15:07.789 INFO STEP 413 (remove_files) COMPLETE
65052026-08-14T22:15:08.828Z[ recovery-image] Aug 14 22:15:07.789 INFO O| Aug 14 22:15:07.789 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-14T22:15:08.839Z[ recovery-image] Aug 14 22:15:07.800 INFO O| Aug 14 22:15:07.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65072026-08-14T22:15:08.839Z[ recovery-image] Aug 14 22:15:07.800 INFO O| Aug 14 22:15:07.800 INFO STEP 414 (remove_files) COMPLETE
65082026-08-14T22:15:08.839Z[ recovery-image] Aug 14 22:15:07.800 INFO O| Aug 14 22:15:07.800 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-14T22:15:08.851Z[ recovery-image] Aug 14 22:15:07.811 INFO O| Aug 14 22:15:07.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65102026-08-14T22:15:08.851Z[ recovery-image] Aug 14 22:15:07.811 INFO O| Aug 14 22:15:07.811 INFO STEP 415 (remove_files) COMPLETE
65112026-08-14T22:15:08.851Z[ recovery-image] Aug 14 22:15:07.811 INFO O| Aug 14 22:15:07.811 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-14T22:15:08.863Z[ recovery-image] Aug 14 22:15:07.823 INFO O| Aug 14 22:15:07.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65132026-08-14T22:15:08.886Z[ recovery-image] Aug 14 22:15:07.824 INFO O| Aug 14 22:15:07.823 INFO STEP 416 (remove_files) COMPLETE
65142026-08-14T22:15:08.886Z[ recovery-image] Aug 14 22:15:07.824 INFO O| Aug 14 22:15:07.823 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-14T22:15:08.886Z[ recovery-image] Aug 14 22:15:07.836 INFO O| Aug 14 22:15:07.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65162026-08-14T22:15:08.886Z[ recovery-image] Aug 14 22:15:07.836 INFO O| Aug 14 22:15:07.836 INFO STEP 417 (remove_files) COMPLETE
65172026-08-14T22:15:08.886Z[ recovery-image] Aug 14 22:15:07.836 INFO O| Aug 14 22:15:07.836 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-14T22:15:08.891Z[ recovery-image] Aug 14 22:15:07.846 INFO O| Aug 14 22:15:07.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65192026-08-14T22:15:08.891Z[ recovery-image] Aug 14 22:15:07.847 INFO O| Aug 14 22:15:07.847 INFO STEP 418 (remove_files) COMPLETE
65202026-08-14T22:15:08.891Z[ recovery-image] Aug 14 22:15:07.847 INFO O| Aug 14 22:15:07.847 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-14T22:15:08.896Z[ recovery-image] Aug 14 22:15:07.856 INFO O| Aug 14 22:15:07.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65222026-08-14T22:15:08.896Z[ recovery-image] Aug 14 22:15:07.856 INFO O| Aug 14 22:15:07.856 INFO STEP 419 (remove_files) COMPLETE
65232026-08-14T22:15:08.896Z[ recovery-image] Aug 14 22:15:07.856 INFO O| Aug 14 22:15:07.856 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-14T22:15:08.911Z[ recovery-image] Aug 14 22:15:07.870 INFO O| Aug 14 22:15:07.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65252026-08-14T22:15:08.911Z[ recovery-image] Aug 14 22:15:07.870 INFO O| Aug 14 22:15:07.870 INFO STEP 420 (remove_files) COMPLETE
65262026-08-14T22:15:08.911Z[ recovery-image] Aug 14 22:15:07.870 INFO O| Aug 14 22:15:07.870 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-14T22:15:08.924Z[ recovery-image] Aug 14 22:15:07.880 INFO O| Aug 14 22:15:07.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65282026-08-14T22:15:08.930Z[ recovery-image] Aug 14 22:15:07.880 INFO O| Aug 14 22:15:07.880 INFO STEP 421 (remove_files) COMPLETE
65292026-08-14T22:15:08.930Z[ recovery-image] Aug 14 22:15:07.881 INFO O| Aug 14 22:15:07.880 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-14T22:15:08.945Z[ recovery-image] Aug 14 22:15:07.906 INFO O| Aug 14 22:15:07.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65312026-08-14T22:15:08.945Z[ recovery-image] Aug 14 22:15:07.906 INFO O| Aug 14 22:15:07.906 INFO STEP 422 (remove_files) COMPLETE
65322026-08-14T22:15:08.945Z[ recovery-image] Aug 14 22:15:07.906 INFO O| Aug 14 22:15:07.906 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-14T22:15:08.957Z[ recovery-image] Aug 14 22:15:07.918 INFO O| Aug 14 22:15:07.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65342026-08-14T22:15:08.957Z[ recovery-image] Aug 14 22:15:07.918 INFO O| Aug 14 22:15:07.918 INFO STEP 423 (remove_files) COMPLETE
65352026-08-14T22:15:08.957Z[ recovery-image] Aug 14 22:15:07.918 INFO O| Aug 14 22:15:07.918 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-14T22:15:08.969Z[ recovery-image] Aug 14 22:15:07.930 INFO O| Aug 14 22:15:07.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65372026-08-14T22:15:08.969Z[ recovery-image] Aug 14 22:15:07.930 INFO O| Aug 14 22:15:07.930 INFO STEP 424 (remove_files) COMPLETE
65382026-08-14T22:15:08.974Z[ recovery-image] Aug 14 22:15:07.930 INFO O| Aug 14 22:15:07.930 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-14T22:15:08.980Z[ recovery-image] Aug 14 22:15:07.941 INFO O| Aug 14 22:15:07.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65402026-08-14T22:15:08.980Z[ recovery-image] Aug 14 22:15:07.941 INFO O| Aug 14 22:15:07.941 INFO STEP 425 (remove_files) COMPLETE
65412026-08-14T22:15:08.984Z[ recovery-image] Aug 14 22:15:07.941 INFO O| Aug 14 22:15:07.941 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-14T22:15:08.992Z[ recovery-image] Aug 14 22:15:07.953 INFO O| Aug 14 22:15:07.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65432026-08-14T22:15:08.996Z[ recovery-image] Aug 14 22:15:07.953 INFO O| Aug 14 22:15:07.953 INFO STEP 426 (remove_files) COMPLETE
65442026-08-14T22:15:08.996Z[ recovery-image] Aug 14 22:15:07.953 INFO O| Aug 14 22:15:07.953 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-14T22:15:09.007Z[ recovery-image] Aug 14 22:15:07.967 INFO O| Aug 14 22:15:07.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65462026-08-14T22:15:09.007Z[ recovery-image] Aug 14 22:15:07.967 INFO O| Aug 14 22:15:07.967 INFO STEP 427 (remove_files) COMPLETE
65472026-08-14T22:15:09.007Z[ recovery-image] Aug 14 22:15:07.967 INFO O| Aug 14 22:15:07.967 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-14T22:15:09.018Z[ recovery-image] Aug 14 22:15:07.979 INFO O| Aug 14 22:15:07.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65492026-08-14T22:15:09.019Z[ recovery-image] Aug 14 22:15:07.979 INFO O| Aug 14 22:15:07.979 INFO STEP 428 (remove_files) COMPLETE
65502026-08-14T22:15:09.026Z[ recovery-image] Aug 14 22:15:07.979 INFO O| Aug 14 22:15:07.979 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-14T22:15:09.032Z[ recovery-image] Aug 14 22:15:07.991 INFO O| Aug 14 22:15:07.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65522026-08-14T22:15:09.032Z[ recovery-image] Aug 14 22:15:07.991 INFO O| Aug 14 22:15:07.991 INFO STEP 429 (remove_files) COMPLETE
65532026-08-14T22:15:09.041Z[ recovery-image] Aug 14 22:15:07.991 INFO O| Aug 14 22:15:07.991 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-14T22:15:09.045Z[ recovery-image] Aug 14 22:15:08.003 INFO O| Aug 14 22:15:08.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65552026-08-14T22:15:09.045Z[ recovery-image] Aug 14 22:15:08.004 INFO O| Aug 14 22:15:08.004 INFO STEP 430 (remove_files) COMPLETE
65562026-08-14T22:15:09.045Z[ recovery-image] Aug 14 22:15:08.004 INFO O| Aug 14 22:15:08.004 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-14T22:15:09.055Z[ recovery-image] Aug 14 22:15:08.015 INFO O| Aug 14 22:15:08.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65582026-08-14T22:15:09.055Z[ recovery-image] Aug 14 22:15:08.015 INFO O| Aug 14 22:15:08.015 INFO STEP 431 (remove_files) COMPLETE
65592026-08-14T22:15:09.055Z[ recovery-image] Aug 14 22:15:08.015 INFO O| Aug 14 22:15:08.015 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-14T22:15:09.067Z[ recovery-image] Aug 14 22:15:08.028 INFO O| Aug 14 22:15:08.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65612026-08-14T22:15:09.067Z[ recovery-image] Aug 14 22:15:08.028 INFO O| Aug 14 22:15:08.028 INFO STEP 432 (remove_files) COMPLETE
65622026-08-14T22:15:09.067Z[ recovery-image] Aug 14 22:15:08.028 INFO O| Aug 14 22:15:08.028 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-14T22:15:09.079Z[ recovery-image] Aug 14 22:15:08.040 INFO O| Aug 14 22:15:08.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65642026-08-14T22:15:09.080Z[ recovery-image] Aug 14 22:15:08.040 INFO O| Aug 14 22:15:08.040 INFO STEP 433 (remove_files) COMPLETE
65652026-08-14T22:15:09.083Z[ recovery-image] Aug 14 22:15:08.040 INFO O| Aug 14 22:15:08.040 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-14T22:15:09.092Z[ recovery-image] Aug 14 22:15:08.052 INFO O| Aug 14 22:15:08.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65672026-08-14T22:15:09.097Z[ recovery-image] Aug 14 22:15:08.054 INFO O| Aug 14 22:15:08.053 INFO STEP 434 (remove_files) COMPLETE
65682026-08-14T22:15:09.097Z[ recovery-image] Aug 14 22:15:08.054 INFO O| Aug 14 22:15:08.054 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-14T22:15:09.106Z[ recovery-image] Aug 14 22:15:08.066 INFO O| Aug 14 22:15:08.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65702026-08-14T22:15:09.106Z[ recovery-image] Aug 14 22:15:08.066 INFO O| Aug 14 22:15:08.066 INFO STEP 435 (remove_files) COMPLETE
65712026-08-14T22:15:09.106Z[ recovery-image] Aug 14 22:15:08.066 INFO O| Aug 14 22:15:08.066 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-14T22:15:09.117Z[ recovery-image] Aug 14 22:15:08.077 INFO O| Aug 14 22:15:08.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65732026-08-14T22:15:09.117Z[ recovery-image] Aug 14 22:15:08.077 INFO O| Aug 14 22:15:08.077 INFO STEP 436 (remove_files) COMPLETE
65742026-08-14T22:15:09.121Z[ recovery-image] Aug 14 22:15:08.077 INFO O| Aug 14 22:15:08.077 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-14T22:15:09.128Z[ recovery-image] Aug 14 22:15:08.089 INFO O| Aug 14 22:15:08.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65762026-08-14T22:15:09.128Z[ recovery-image] Aug 14 22:15:08.089 INFO O| Aug 14 22:15:08.089 INFO STEP 437 (remove_files) COMPLETE
65772026-08-14T22:15:09.132Z[ recovery-image] Aug 14 22:15:08.089 INFO O| Aug 14 22:15:08.089 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-14T22:15:09.140Z[ recovery-image] Aug 14 22:15:08.101 INFO O| Aug 14 22:15:08.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65792026-08-14T22:15:09.140Z[ recovery-image] Aug 14 22:15:08.101 INFO O| Aug 14 22:15:08.101 INFO STEP 438 (remove_files) COMPLETE
65802026-08-14T22:15:09.145Z[ recovery-image] Aug 14 22:15:08.101 INFO O| Aug 14 22:15:08.101 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-14T22:15:09.153Z[ recovery-image] Aug 14 22:15:08.113 INFO O| Aug 14 22:15:08.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65822026-08-14T22:15:09.153Z[ recovery-image] Aug 14 22:15:08.113 INFO O| Aug 14 22:15:08.113 INFO STEP 439 (remove_files) COMPLETE
65832026-08-14T22:15:09.158Z[ recovery-image] Aug 14 22:15:08.113 INFO O| Aug 14 22:15:08.113 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-14T22:15:09.163Z[ recovery-image] Aug 14 22:15:08.124 INFO O| Aug 14 22:15:08.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65852026-08-14T22:15:09.163Z[ recovery-image] Aug 14 22:15:08.124 INFO O| Aug 14 22:15:08.124 INFO STEP 440 (remove_files) COMPLETE
65862026-08-14T22:15:09.167Z[ recovery-image] Aug 14 22:15:08.124 INFO O| Aug 14 22:15:08.124 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-14T22:15:09.174Z[ recovery-image] Aug 14 22:15:08.135 INFO O| Aug 14 22:15:08.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65882026-08-14T22:15:09.174Z[ recovery-image] Aug 14 22:15:08.135 INFO O| Aug 14 22:15:08.135 INFO STEP 441 (remove_files) COMPLETE
65892026-08-14T22:15:09.174Z[ recovery-image] Aug 14 22:15:08.135 INFO O| Aug 14 22:15:08.135 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-14T22:15:09.186Z[ recovery-image] Aug 14 22:15:08.147 INFO O| Aug 14 22:15:08.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65912026-08-14T22:15:09.186Z[ recovery-image] Aug 14 22:15:08.147 INFO O| Aug 14 22:15:08.147 INFO STEP 442 (remove_files) COMPLETE
65922026-08-14T22:15:09.190Z[ recovery-image] Aug 14 22:15:08.147 INFO O| Aug 14 22:15:08.147 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-14T22:15:09.198Z[ recovery-image] Aug 14 22:15:08.159 INFO O| Aug 14 22:15:08.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65942026-08-14T22:15:09.198Z[ recovery-image] Aug 14 22:15:08.159 INFO O| Aug 14 22:15:08.159 INFO STEP 443 (remove_files) COMPLETE
65952026-08-14T22:15:09.198Z[ recovery-image] Aug 14 22:15:08.159 INFO O| Aug 14 22:15:08.159 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-14T22:15:09.209Z[ recovery-image] Aug 14 22:15:08.169 INFO O| Aug 14 22:15:08.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65972026-08-14T22:15:09.209Z[ recovery-image] Aug 14 22:15:08.169 INFO O| Aug 14 22:15:08.169 INFO STEP 444 (remove_files) COMPLETE
65982026-08-14T22:15:09.209Z[ recovery-image] Aug 14 22:15:08.169 INFO O| Aug 14 22:15:08.169 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-14T22:15:09.221Z[ recovery-image] Aug 14 22:15:08.181 INFO O| Aug 14 22:15:08.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66002026-08-14T22:15:09.221Z[ recovery-image] Aug 14 22:15:08.181 INFO O| Aug 14 22:15:08.181 INFO STEP 445 (remove_files) COMPLETE
66012026-08-14T22:15:09.226Z[ recovery-image] Aug 14 22:15:08.181 INFO O| Aug 14 22:15:08.181 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-14T22:15:09.233Z[ recovery-image] Aug 14 22:15:08.194 INFO O| Aug 14 22:15:08.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66032026-08-14T22:15:09.233Z[ recovery-image] Aug 14 22:15:08.194 INFO O| Aug 14 22:15:08.194 INFO STEP 446 (remove_files) COMPLETE
66042026-08-14T22:15:09.234Z[ recovery-image] Aug 14 22:15:08.194 INFO O| Aug 14 22:15:08.194 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-14T22:15:09.245Z[ recovery-image] Aug 14 22:15:08.206 INFO O| Aug 14 22:15:08.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66062026-08-14T22:15:09.249Z[ recovery-image] Aug 14 22:15:08.207 INFO O| Aug 14 22:15:08.207 INFO STEP 447 (remove_files) COMPLETE
66072026-08-14T22:15:09.249Z[ recovery-image] Aug 14 22:15:08.207 INFO O| Aug 14 22:15:08.207 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-14T22:15:09.257Z[ recovery-image] Aug 14 22:15:08.218 INFO O| Aug 14 22:15:08.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66092026-08-14T22:15:09.257Z[ recovery-image] Aug 14 22:15:08.218 INFO O| Aug 14 22:15:08.218 INFO STEP 448 (remove_files) COMPLETE
66102026-08-14T22:15:09.257Z[ recovery-image] Aug 14 22:15:08.218 INFO O| Aug 14 22:15:08.218 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-14T22:15:09.267Z[ recovery-image] Aug 14 22:15:08.228 INFO O| Aug 14 22:15:08.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66122026-08-14T22:15:09.267Z[ recovery-image] Aug 14 22:15:08.228 INFO O| Aug 14 22:15:08.228 INFO STEP 449 (remove_files) COMPLETE
66132026-08-14T22:15:09.271Z[ recovery-image] Aug 14 22:15:08.228 INFO O| Aug 14 22:15:08.228 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-14T22:15:09.276Z[ recovery-image] Aug 14 22:15:08.237 INFO O| Aug 14 22:15:08.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66152026-08-14T22:15:09.277Z[ recovery-image] Aug 14 22:15:08.237 INFO O| Aug 14 22:15:08.237 INFO STEP 450 (remove_files) COMPLETE
66162026-08-14T22:15:09.277Z[ recovery-image] Aug 14 22:15:08.237 INFO O| Aug 14 22:15:08.237 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-14T22:15:09.287Z[ recovery-image] Aug 14 22:15:08.247 INFO O| Aug 14 22:15:08.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66182026-08-14T22:15:09.290Z[ recovery-image] Aug 14 22:15:08.247 INFO O| Aug 14 22:15:08.247 INFO STEP 451 (remove_files) COMPLETE
66192026-08-14T22:15:09.291Z[ recovery-image] Aug 14 22:15:08.247 INFO O| Aug 14 22:15:08.247 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-14T22:15:09.298Z[ recovery-image] Aug 14 22:15:08.259 INFO O| Aug 14 22:15:08.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66212026-08-14T22:15:09.298Z[ recovery-image] Aug 14 22:15:08.259 INFO O| Aug 14 22:15:08.259 INFO STEP 452 (remove_files) COMPLETE
66222026-08-14T22:15:09.298Z[ recovery-image] Aug 14 22:15:08.259 INFO O| Aug 14 22:15:08.259 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-14T22:15:09.308Z[ recovery-image] Aug 14 22:15:08.268 INFO O| Aug 14 22:15:08.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66242026-08-14T22:15:09.308Z[ recovery-image] Aug 14 22:15:08.268 INFO O| Aug 14 22:15:08.268 INFO STEP 453 (remove_files) COMPLETE
66252026-08-14T22:15:09.312Z[ recovery-image] Aug 14 22:15:08.268 INFO O| Aug 14 22:15:08.268 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-14T22:15:09.317Z[ recovery-image] Aug 14 22:15:08.277 INFO O| Aug 14 22:15:08.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66272026-08-14T22:15:09.317Z[ recovery-image] Aug 14 22:15:08.277 INFO O| Aug 14 22:15:08.277 INFO STEP 454 (remove_files) COMPLETE
66282026-08-14T22:15:09.317Z[ recovery-image] Aug 14 22:15:08.277 INFO O| Aug 14 22:15:08.277 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-14T22:15:09.325Z[ recovery-image] Aug 14 22:15:08.286 INFO O| Aug 14 22:15:08.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66302026-08-14T22:15:09.325Z[ recovery-image] Aug 14 22:15:08.286 INFO O| Aug 14 22:15:08.286 INFO STEP 455 (remove_files) COMPLETE
66312026-08-14T22:15:09.325Z[ recovery-image] Aug 14 22:15:08.286 INFO O| Aug 14 22:15:08.286 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-14T22:15:09.342Z[ recovery-image] Aug 14 22:15:08.297 INFO O| Aug 14 22:15:08.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66332026-08-14T22:15:09.342Z[ recovery-image] Aug 14 22:15:08.297 INFO O| Aug 14 22:15:08.297 INFO STEP 456 (remove_files) COMPLETE
66342026-08-14T22:15:09.342Z[ recovery-image] Aug 14 22:15:08.297 INFO O| Aug 14 22:15:08.297 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-14T22:15:09.351Z[ recovery-image] Aug 14 22:15:08.307 INFO O| Aug 14 22:15:08.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66362026-08-14T22:15:09.351Z[ recovery-image] Aug 14 22:15:08.307 INFO O| Aug 14 22:15:08.307 INFO STEP 457 (remove_files) COMPLETE
66372026-08-14T22:15:09.352Z[ recovery-image] Aug 14 22:15:08.307 INFO O| Aug 14 22:15:08.307 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-14T22:15:09.363Z[ recovery-image] Aug 14 22:15:08.316 INFO O| Aug 14 22:15:08.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66392026-08-14T22:15:09.363Z[ recovery-image] Aug 14 22:15:08.317 INFO O| Aug 14 22:15:08.316 INFO STEP 458 (remove_files) COMPLETE
66402026-08-14T22:15:09.364Z[ recovery-image] Aug 14 22:15:08.317 INFO O| Aug 14 22:15:08.317 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-14T22:15:09.374Z[verify-libraries] Compiling samael v0.0.19
66422026-08-14T22:15:09.374Z[ recovery-image] Aug 14 22:15:08.327 INFO O| Aug 14 22:15:08.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66432026-08-14T22:15:09.374Z[ recovery-image] Aug 14 22:15:08.327 INFO O| Aug 14 22:15:08.327 INFO STEP 459 (remove_files) COMPLETE
66442026-08-14T22:15:09.374Z[ recovery-image] Aug 14 22:15:08.327 INFO O| Aug 14 22:15:08.327 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-14T22:15:09.379Z[ recovery-image] Aug 14 22:15:08.337 INFO O| Aug 14 22:15:08.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66462026-08-14T22:15:09.379Z[ recovery-image] Aug 14 22:15:08.337 INFO O| Aug 14 22:15:08.337 INFO STEP 460 (remove_files) COMPLETE
66472026-08-14T22:15:09.379Z[ recovery-image] Aug 14 22:15:08.337 INFO O| Aug 14 22:15:08.337 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-14T22:15:09.387Z[ recovery-image] Aug 14 22:15:08.347 INFO O| Aug 14 22:15:08.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66492026-08-14T22:15:09.387Z[ recovery-image] Aug 14 22:15:08.347 INFO O| Aug 14 22:15:08.347 INFO STEP 461 (remove_files) COMPLETE
66502026-08-14T22:15:09.387Z[ recovery-image] Aug 14 22:15:08.347 INFO O| Aug 14 22:15:08.347 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-14T22:15:09.398Z[ recovery-image] Aug 14 22:15:08.358 INFO O| Aug 14 22:15:08.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66522026-08-14T22:15:09.398Z[ recovery-image] Aug 14 22:15:08.358 INFO O| Aug 14 22:15:08.358 INFO STEP 462 (remove_files) COMPLETE
66532026-08-14T22:15:09.398Z[ recovery-image] Aug 14 22:15:08.358 INFO O| Aug 14 22:15:08.358 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-14T22:15:09.407Z[ recovery-image] Aug 14 22:15:08.368 INFO O| Aug 14 22:15:08.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66552026-08-14T22:15:09.407Z[ recovery-image] Aug 14 22:15:08.368 INFO O| Aug 14 22:15:08.368 INFO STEP 463 (remove_files) COMPLETE
66562026-08-14T22:15:09.408Z[ recovery-image] Aug 14 22:15:08.368 INFO O| Aug 14 22:15:08.368 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-14T22:15:09.418Z[ recovery-image] Aug 14 22:15:08.379 INFO O| Aug 14 22:15:08.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66582026-08-14T22:15:09.419Z[ recovery-image] Aug 14 22:15:08.379 INFO O| Aug 14 22:15:08.379 INFO STEP 464 (remove_files) COMPLETE
66592026-08-14T22:15:09.423Z[ recovery-image] Aug 14 22:15:08.379 INFO O| Aug 14 22:15:08.379 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-14T22:15:09.428Z[ recovery-image] Aug 14 22:15:08.388 INFO O| Aug 14 22:15:08.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66612026-08-14T22:15:09.428Z[ recovery-image] Aug 14 22:15:08.388 INFO O| Aug 14 22:15:08.388 INFO STEP 465 (remove_files) COMPLETE
66622026-08-14T22:15:09.428Z[ recovery-image] Aug 14 22:15:08.388 INFO O| Aug 14 22:15:08.388 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-14T22:15:09.437Z[ recovery-image] Aug 14 22:15:08.398 INFO O| Aug 14 22:15:08.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66642026-08-14T22:15:09.437Z[ recovery-image] Aug 14 22:15:08.398 INFO O| Aug 14 22:15:08.398 INFO STEP 466 (remove_files) COMPLETE
66652026-08-14T22:15:09.437Z[ recovery-image] Aug 14 22:15:08.398 INFO O| Aug 14 22:15:08.398 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-14T22:15:09.446Z[ recovery-image] Aug 14 22:15:08.407 INFO O| Aug 14 22:15:08.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66672026-08-14T22:15:09.446Z[ recovery-image] Aug 14 22:15:08.407 INFO O| Aug 14 22:15:08.407 INFO STEP 467 (remove_files) COMPLETE
66682026-08-14T22:15:09.446Z[ recovery-image] Aug 14 22:15:08.407 INFO O| Aug 14 22:15:08.407 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-14T22:15:09.454Z[ recovery-image] Aug 14 22:15:08.415 INFO O| Aug 14 22:15:08.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66702026-08-14T22:15:09.454Z[ recovery-image] Aug 14 22:15:08.415 INFO O| Aug 14 22:15:08.415 INFO STEP 468 (remove_files) COMPLETE
66712026-08-14T22:15:09.458Z[ recovery-image] Aug 14 22:15:08.415 INFO O| Aug 14 22:15:08.415 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-14T22:15:09.463Z[ recovery-image] Aug 14 22:15:08.423 INFO O| Aug 14 22:15:08.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66732026-08-14T22:15:09.463Z[ recovery-image] Aug 14 22:15:08.423 INFO O| Aug 14 22:15:08.423 INFO STEP 469 (remove_files) COMPLETE
66742026-08-14T22:15:09.463Z[ recovery-image] Aug 14 22:15:08.423 INFO O| Aug 14 22:15:08.423 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-14T22:15:09.472Z[ recovery-image] Aug 14 22:15:08.431 INFO O| Aug 14 22:15:08.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66762026-08-14T22:15:09.472Z[ recovery-image] Aug 14 22:15:08.432 INFO O| Aug 14 22:15:08.432 INFO STEP 470 (remove_files) COMPLETE
66772026-08-14T22:15:09.472Z[ recovery-image] Aug 14 22:15:08.432 INFO O| Aug 14 22:15:08.432 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-14T22:15:09.480Z[ recovery-image] Aug 14 22:15:08.441 INFO O| Aug 14 22:15:08.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66792026-08-14T22:15:09.480Z[ recovery-image] Aug 14 22:15:08.441 INFO O| Aug 14 22:15:08.441 INFO STEP 471 (remove_files) COMPLETE
66802026-08-14T22:15:09.480Z[ recovery-image] Aug 14 22:15:08.441 INFO O| Aug 14 22:15:08.441 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-14T22:15:09.489Z[ recovery-image] Aug 14 22:15:08.450 INFO O| Aug 14 22:15:08.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66822026-08-14T22:15:09.489Z[ recovery-image] Aug 14 22:15:08.450 INFO O| Aug 14 22:15:08.450 INFO STEP 472 (remove_files) COMPLETE
66832026-08-14T22:15:09.489Z[ recovery-image] Aug 14 22:15:08.450 INFO O| Aug 14 22:15:08.450 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-14T22:15:09.498Z[ recovery-image] Aug 14 22:15:08.459 INFO O| Aug 14 22:15:08.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66852026-08-14T22:15:09.499Z[ recovery-image] Aug 14 22:15:08.459 INFO O| Aug 14 22:15:08.459 INFO STEP 473 (remove_files) COMPLETE
66862026-08-14T22:15:09.502Z[ recovery-image] Aug 14 22:15:08.459 INFO O| Aug 14 22:15:08.459 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-14T22:15:09.509Z[ recovery-image] Aug 14 22:15:08.470 INFO O| Aug 14 22:15:08.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66882026-08-14T22:15:09.509Z[ recovery-image] Aug 14 22:15:08.470 INFO O| Aug 14 22:15:08.470 INFO STEP 474 (remove_files) COMPLETE
66892026-08-14T22:15:09.509Z[ recovery-image] Aug 14 22:15:08.470 INFO O| Aug 14 22:15:08.470 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-14T22:15:09.520Z[ recovery-image] Aug 14 22:15:08.481 INFO O| Aug 14 22:15:08.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66912026-08-14T22:15:09.520Z[ recovery-image] Aug 14 22:15:08.481 INFO O| Aug 14 22:15:08.481 INFO STEP 475 (remove_files) COMPLETE
66922026-08-14T22:15:09.520Z[ recovery-image] Aug 14 22:15:08.481 INFO O| Aug 14 22:15:08.481 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-14T22:15:09.530Z[ recovery-image] Aug 14 22:15:08.491 INFO O| Aug 14 22:15:08.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66942026-08-14T22:15:09.530Z[ recovery-image] Aug 14 22:15:08.491 INFO O| Aug 14 22:15:08.491 INFO STEP 476 (remove_files) COMPLETE
66952026-08-14T22:15:09.530Z[ recovery-image] Aug 14 22:15:08.491 INFO O| Aug 14 22:15:08.491 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-14T22:15:09.538Z[ recovery-image] Aug 14 22:15:08.499 INFO O| Aug 14 22:15:08.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66972026-08-14T22:15:09.538Z[ recovery-image] Aug 14 22:15:08.499 INFO O| Aug 14 22:15:08.499 INFO STEP 477 (remove_files) COMPLETE
66982026-08-14T22:15:09.542Z[ recovery-image] Aug 14 22:15:08.499 INFO O| Aug 14 22:15:08.499 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-14T22:15:09.547Z[ recovery-image] Aug 14 22:15:08.507 INFO O| Aug 14 22:15:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67002026-08-14T22:15:09.547Z[ recovery-image] Aug 14 22:15:08.507 INFO O| Aug 14 22:15:08.507 INFO STEP 478 (remove_files) COMPLETE
67012026-08-14T22:15:09.547Z[ recovery-image] Aug 14 22:15:08.507 INFO O| Aug 14 22:15:08.507 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-14T22:15:09.559Z[ recovery-image] Aug 14 22:15:08.518 INFO O| Aug 14 22:15:08.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67032026-08-14T22:15:09.559Z[ recovery-image] Aug 14 22:15:08.518 INFO O| Aug 14 22:15:08.518 INFO STEP 479 (remove_files) COMPLETE
67042026-08-14T22:15:09.560Z[ recovery-image] Aug 14 22:15:08.518 INFO O| Aug 14 22:15:08.518 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-14T22:15:09.567Z[ recovery-image] Aug 14 22:15:08.528 INFO O| Aug 14 22:15:08.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67062026-08-14T22:15:09.568Z[ recovery-image] Aug 14 22:15:08.528 INFO O| Aug 14 22:15:08.528 INFO STEP 480 (remove_files) COMPLETE
67072026-08-14T22:15:09.568Z[ recovery-image] Aug 14 22:15:08.528 INFO O| Aug 14 22:15:08.528 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-14T22:15:09.578Z[ recovery-image] Aug 14 22:15:08.539 INFO O| Aug 14 22:15:08.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67092026-08-14T22:15:09.578Z[ recovery-image] Aug 14 22:15:08.539 INFO O| Aug 14 22:15:08.539 INFO STEP 481 (remove_files) COMPLETE
67102026-08-14T22:15:09.578Z[ recovery-image] Aug 14 22:15:08.539 INFO O| Aug 14 22:15:08.539 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-14T22:15:09.591Z[ recovery-image] Aug 14 22:15:08.549 INFO O| Aug 14 22:15:08.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67122026-08-14T22:15:09.591Z[ recovery-image] Aug 14 22:15:08.549 INFO O| Aug 14 22:15:08.549 INFO STEP 482 (remove_files) COMPLETE
67132026-08-14T22:15:09.591Z[ recovery-image] Aug 14 22:15:08.549 INFO O| Aug 14 22:15:08.549 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-14T22:15:09.597Z[ recovery-image] Aug 14 22:15:08.558 INFO O| Aug 14 22:15:08.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67152026-08-14T22:15:09.597Z[ recovery-image] Aug 14 22:15:08.558 INFO O| Aug 14 22:15:08.558 INFO STEP 483 (remove_files) COMPLETE
67162026-08-14T22:15:09.601Z[ recovery-image] Aug 14 22:15:08.558 INFO O| Aug 14 22:15:08.558 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-14T22:15:09.605Z[ recovery-image] Aug 14 22:15:08.566 INFO O| Aug 14 22:15:08.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67182026-08-14T22:15:09.605Z[ recovery-image] Aug 14 22:15:08.566 INFO O| Aug 14 22:15:08.566 INFO STEP 484 (remove_files) COMPLETE
67192026-08-14T22:15:09.609Z[ recovery-image] Aug 14 22:15:08.566 INFO O| Aug 14 22:15:08.566 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-14T22:15:09.613Z[ recovery-image] Aug 14 22:15:08.574 INFO O| Aug 14 22:15:08.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67212026-08-14T22:15:09.613Z[ recovery-image] Aug 14 22:15:08.574 INFO O| Aug 14 22:15:08.574 INFO STEP 485 (remove_files) COMPLETE
67222026-08-14T22:15:09.613Z[ recovery-image] Aug 14 22:15:08.574 INFO O| Aug 14 22:15:08.574 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-14T22:15:09.622Z[ recovery-image] Aug 14 22:15:08.582 INFO O| Aug 14 22:15:08.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67242026-08-14T22:15:09.622Z[ recovery-image] Aug 14 22:15:08.582 INFO O| Aug 14 22:15:08.582 INFO STEP 486 (remove_files) COMPLETE
67252026-08-14T22:15:09.626Z[ recovery-image] Aug 14 22:15:08.582 INFO O| Aug 14 22:15:08.582 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-14T22:15:09.630Z[ recovery-image] Aug 14 22:15:08.591 INFO O| Aug 14 22:15:08.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67272026-08-14T22:15:09.630Z[ recovery-image] Aug 14 22:15:08.591 INFO O| Aug 14 22:15:08.591 INFO STEP 487 (remove_files) COMPLETE
67282026-08-14T22:15:09.634Z[ recovery-image] Aug 14 22:15:08.591 INFO O| Aug 14 22:15:08.591 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-14T22:15:09.641Z[ recovery-image] Aug 14 22:15:08.602 INFO O| Aug 14 22:15:08.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67302026-08-14T22:15:09.641Z[ recovery-image] Aug 14 22:15:08.602 INFO O| Aug 14 22:15:08.602 INFO STEP 488 (remove_files) COMPLETE
67312026-08-14T22:15:09.645Z[ recovery-image] Aug 14 22:15:08.602 INFO O| Aug 14 22:15:08.602 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-14T22:15:09.652Z[ recovery-image] Aug 14 22:15:08.612 INFO O| Aug 14 22:15:08.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67332026-08-14T22:15:09.652Z[ recovery-image] Aug 14 22:15:08.613 INFO O| Aug 14 22:15:08.613 INFO STEP 489 (remove_files) COMPLETE
67342026-08-14T22:15:09.653Z[ recovery-image] Aug 14 22:15:08.613 INFO O| Aug 14 22:15:08.613 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-14T22:15:09.666Z[ recovery-image] Aug 14 22:15:08.623 INFO O| Aug 14 22:15:08.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67362026-08-14T22:15:09.666Z[ recovery-image] Aug 14 22:15:08.623 INFO O| Aug 14 22:15:08.623 INFO STEP 490 (remove_files) COMPLETE
67372026-08-14T22:15:09.666Z[ recovery-image] Aug 14 22:15:08.623 INFO O| Aug 14 22:15:08.623 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-14T22:15:09.674Z[ recovery-image] Aug 14 22:15:08.633 INFO O| Aug 14 22:15:08.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67392026-08-14T22:15:09.674Z[ recovery-image] Aug 14 22:15:08.633 INFO O| Aug 14 22:15:08.633 INFO STEP 491 (remove_files) COMPLETE
67402026-08-14T22:15:09.674Z[ recovery-image] Aug 14 22:15:08.633 INFO O| Aug 14 22:15:08.633 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-14T22:15:09.684Z[ recovery-image] Aug 14 22:15:08.643 INFO O| Aug 14 22:15:08.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67422026-08-14T22:15:09.684Z[ recovery-image] Aug 14 22:15:08.644 INFO O| Aug 14 22:15:08.644 INFO STEP 492 (remove_files) COMPLETE
67432026-08-14T22:15:09.685Z[ recovery-image] Aug 14 22:15:08.644 INFO O| Aug 14 22:15:08.644 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-14T22:15:09.697Z[ recovery-image] Aug 14 22:15:08.653 INFO O| Aug 14 22:15:08.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67452026-08-14T22:15:09.697Z[ recovery-image] Aug 14 22:15:08.653 INFO O| Aug 14 22:15:08.653 INFO STEP 493 (remove_files) COMPLETE
67462026-08-14T22:15:09.697Z[ recovery-image] Aug 14 22:15:08.653 INFO O| Aug 14 22:15:08.653 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-14T22:15:09.705Z[ recovery-image] Aug 14 22:15:08.662 INFO O| Aug 14 22:15:08.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67482026-08-14T22:15:09.705Z[ recovery-image] Aug 14 22:15:08.663 INFO O| Aug 14 22:15:08.662 INFO STEP 494 (remove_files) COMPLETE
67492026-08-14T22:15:09.705Z[ recovery-image] Aug 14 22:15:08.663 INFO O| Aug 14 22:15:08.662 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-14T22:15:09.714Z[ recovery-image] Aug 14 22:15:08.673 INFO O| Aug 14 22:15:08.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67512026-08-14T22:15:09.714Z[ recovery-image] Aug 14 22:15:08.673 INFO O| Aug 14 22:15:08.673 INFO STEP 495 (remove_files) COMPLETE
67522026-08-14T22:15:09.714Z[ recovery-image] Aug 14 22:15:08.673 INFO O| Aug 14 22:15:08.673 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-14T22:15:09.721Z[ recovery-image] Aug 14 22:15:08.682 INFO O| Aug 14 22:15:08.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67542026-08-14T22:15:09.725Z[ recovery-image] Aug 14 22:15:08.682 INFO O| Aug 14 22:15:08.682 INFO STEP 496 (remove_files) COMPLETE
67552026-08-14T22:15:09.725Z[ recovery-image] Aug 14 22:15:08.682 INFO O| Aug 14 22:15:08.682 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-14T22:15:09.735Z[ recovery-image] Aug 14 22:15:08.692 INFO O| Aug 14 22:15:08.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67572026-08-14T22:15:09.735Z[ recovery-image] Aug 14 22:15:08.692 INFO O| Aug 14 22:15:08.692 INFO STEP 497 (remove_files) COMPLETE
67582026-08-14T22:15:09.742Z[ recovery-image] Aug 14 22:15:08.692 INFO O| Aug 14 22:15:08.692 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-14T22:15:09.742Z[ recovery-image] Aug 14 22:15:08.700 INFO O| Aug 14 22:15:08.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67602026-08-14T22:15:09.743Z[ recovery-image] Aug 14 22:15:08.700 INFO O| Aug 14 22:15:08.700 INFO STEP 498 (remove_files) COMPLETE
67612026-08-14T22:15:09.743Z[ recovery-image] Aug 14 22:15:08.700 INFO O| Aug 14 22:15:08.700 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-14T22:15:09.749Z[ recovery-image] Aug 14 22:15:08.709 INFO O| Aug 14 22:15:08.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67632026-08-14T22:15:09.749Z[ recovery-image] Aug 14 22:15:08.709 INFO O| Aug 14 22:15:08.709 INFO STEP 499 (remove_files) COMPLETE
67642026-08-14T22:15:09.754Z[ recovery-image] Aug 14 22:15:08.709 INFO O| Aug 14 22:15:08.709 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-14T22:15:09.759Z[ recovery-image] Aug 14 22:15:08.717 INFO O| Aug 14 22:15:08.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67662026-08-14T22:15:09.759Z[ recovery-image] Aug 14 22:15:08.718 INFO O| Aug 14 22:15:08.718 INFO STEP 500 (remove_files) COMPLETE
67672026-08-14T22:15:09.759Z[ recovery-image] Aug 14 22:15:08.718 INFO O| Aug 14 22:15:08.718 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-14T22:15:09.769Z[ recovery-image] Aug 14 22:15:08.729 INFO O| Aug 14 22:15:08.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67692026-08-14T22:15:09.773Z[ recovery-image] Aug 14 22:15:08.730 INFO O| Aug 14 22:15:08.730 INFO STEP 501 (remove_files) COMPLETE
67702026-08-14T22:15:09.773Z[ recovery-image] Aug 14 22:15:08.730 INFO O| Aug 14 22:15:08.730 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-14T22:15:09.779Z[ recovery-image] Aug 14 22:15:08.740 INFO O| Aug 14 22:15:08.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67722026-08-14T22:15:09.780Z[ recovery-image] Aug 14 22:15:08.740 INFO O| Aug 14 22:15:08.740 INFO STEP 502 (remove_files) COMPLETE
67732026-08-14T22:15:09.791Z[ recovery-image] Aug 14 22:15:08.740 INFO O| Aug 14 22:15:08.740 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-14T22:15:09.796Z[ recovery-image] Aug 14 22:15:08.750 INFO O| Aug 14 22:15:08.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67752026-08-14T22:15:09.796Z[ recovery-image] Aug 14 22:15:08.750 INFO O| Aug 14 22:15:08.750 INFO STEP 503 (remove_files) COMPLETE
67762026-08-14T22:15:09.796Z[ recovery-image] Aug 14 22:15:08.750 INFO O| Aug 14 22:15:08.750 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-14T22:15:09.801Z[ recovery-image] Aug 14 22:15:08.760 INFO O| Aug 14 22:15:08.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67782026-08-14T22:15:09.801Z[ recovery-image] Aug 14 22:15:08.760 INFO O| Aug 14 22:15:08.760 INFO STEP 504 (remove_files) COMPLETE
67792026-08-14T22:15:09.801Z[ recovery-image] Aug 14 22:15:08.760 INFO O| Aug 14 22:15:08.760 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-14T22:15:09.810Z[ recovery-image] Aug 14 22:15:08.770 INFO O| Aug 14 22:15:08.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67812026-08-14T22:15:09.810Z[ recovery-image] Aug 14 22:15:08.770 INFO O| Aug 14 22:15:08.770 INFO STEP 505 (remove_files) COMPLETE
67822026-08-14T22:15:09.810Z[ recovery-image] Aug 14 22:15:08.770 INFO O| Aug 14 22:15:08.770 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-14T22:15:09.820Z[ recovery-image] Aug 14 22:15:08.780 INFO O| Aug 14 22:15:08.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67842026-08-14T22:15:09.820Z[ recovery-image] Aug 14 22:15:08.780 INFO O| Aug 14 22:15:08.780 INFO STEP 506 (remove_files) COMPLETE
67852026-08-14T22:15:09.820Z[ recovery-image] Aug 14 22:15:08.780 INFO O| Aug 14 22:15:08.780 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-14T22:15:09.830Z[ recovery-image] Aug 14 22:15:08.791 INFO O| Aug 14 22:15:08.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67872026-08-14T22:15:09.830Z[ recovery-image] Aug 14 22:15:08.791 INFO O| Aug 14 22:15:08.791 INFO STEP 507 (remove_files) COMPLETE
67882026-08-14T22:15:09.830Z[ recovery-image] Aug 14 22:15:08.791 INFO O| Aug 14 22:15:08.791 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-14T22:15:09.840Z[ recovery-image] Aug 14 22:15:08.801 INFO O| Aug 14 22:15:08.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67902026-08-14T22:15:09.840Z[ recovery-image] Aug 14 22:15:08.801 INFO O| Aug 14 22:15:08.801 INFO STEP 508 (remove_files) COMPLETE
67912026-08-14T22:15:09.840Z[ recovery-image] Aug 14 22:15:08.801 INFO O| Aug 14 22:15:08.801 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-14T22:15:09.851Z[ recovery-image] Aug 14 22:15:08.811 INFO O| Aug 14 22:15:08.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67932026-08-14T22:15:09.851Z[ recovery-image] Aug 14 22:15:08.811 INFO O| Aug 14 22:15:08.811 INFO STEP 509 (remove_files) COMPLETE
67942026-08-14T22:15:09.851Z[ recovery-image] Aug 14 22:15:08.811 INFO O| Aug 14 22:15:08.811 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-14T22:15:09.863Z[ recovery-image] Aug 14 22:15:08.823 INFO O| Aug 14 22:15:08.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67962026-08-14T22:15:09.863Z[ recovery-image] Aug 14 22:15:08.823 INFO O| Aug 14 22:15:08.823 INFO STEP 510 (remove_files) COMPLETE
67972026-08-14T22:15:09.863Z[ recovery-image] Aug 14 22:15:08.823 INFO O| Aug 14 22:15:08.823 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-14T22:15:09.873Z[ recovery-image] Aug 14 22:15:08.833 INFO O| Aug 14 22:15:08.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67992026-08-14T22:15:09.873Z[ recovery-image] Aug 14 22:15:08.833 INFO O| Aug 14 22:15:08.833 INFO STEP 511 (remove_files) COMPLETE
68002026-08-14T22:15:09.873Z[ recovery-image] Aug 14 22:15:08.833 INFO O| Aug 14 22:15:08.833 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-14T22:15:09.888Z[ recovery-image] Aug 14 22:15:08.845 INFO O| Aug 14 22:15:08.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68022026-08-14T22:15:09.888Z[ recovery-image] Aug 14 22:15:08.845 INFO O| Aug 14 22:15:08.845 INFO STEP 512 (remove_files) COMPLETE
68032026-08-14T22:15:09.888Z[ recovery-image] Aug 14 22:15:08.845 INFO O| Aug 14 22:15:08.845 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-14T22:15:09.895Z[ recovery-image] Aug 14 22:15:08.856 INFO O| Aug 14 22:15:08.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68052026-08-14T22:15:09.899Z[ recovery-image] Aug 14 22:15:08.857 INFO O| Aug 14 22:15:08.857 INFO STEP 513 (remove_files) COMPLETE
68062026-08-14T22:15:09.899Z[ recovery-image] Aug 14 22:15:08.857 INFO O| Aug 14 22:15:08.857 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-14T22:15:09.910Z[ recovery-image] Aug 14 22:15:08.868 INFO O| Aug 14 22:15:08.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68082026-08-14T22:15:09.910Z[ recovery-image] Aug 14 22:15:08.868 INFO O| Aug 14 22:15:08.868 INFO STEP 514 (remove_files) COMPLETE
68092026-08-14T22:15:09.910Z[ recovery-image] Aug 14 22:15:08.868 INFO O| Aug 14 22:15:08.868 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-14T22:15:09.918Z[ recovery-image] Aug 14 22:15:08.878 INFO O| Aug 14 22:15:08.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68112026-08-14T22:15:09.918Z[ recovery-image] Aug 14 22:15:08.878 INFO O| Aug 14 22:15:08.878 INFO STEP 515 (remove_files) COMPLETE
68122026-08-14T22:15:09.918Z[ recovery-image] Aug 14 22:15:08.878 INFO O| Aug 14 22:15:08.878 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-14T22:15:09.929Z[ recovery-image] Aug 14 22:15:08.889 INFO O| Aug 14 22:15:08.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68142026-08-14T22:15:09.929Z[ recovery-image] Aug 14 22:15:08.889 INFO O| Aug 14 22:15:08.889 INFO STEP 516 (remove_files) COMPLETE
68152026-08-14T22:15:09.929Z[ recovery-image] Aug 14 22:15:08.889 INFO O| Aug 14 22:15:08.889 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-14T22:15:09.939Z[ recovery-image] Aug 14 22:15:08.900 INFO O| Aug 14 22:15:08.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68172026-08-14T22:15:09.939Z[ recovery-image] Aug 14 22:15:08.900 INFO O| Aug 14 22:15:08.900 INFO STEP 517 (remove_files) COMPLETE
68182026-08-14T22:15:09.943Z[ recovery-image] Aug 14 22:15:08.900 INFO O| Aug 14 22:15:08.900 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-14T22:15:09.950Z[ recovery-image] Aug 14 22:15:08.910 INFO O| Aug 14 22:15:08.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68202026-08-14T22:15:09.950Z[ recovery-image] Aug 14 22:15:08.910 INFO O| Aug 14 22:15:08.910 INFO STEP 518 (remove_files) COMPLETE
68212026-08-14T22:15:09.950Z[ recovery-image] Aug 14 22:15:08.910 INFO O| Aug 14 22:15:08.910 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-14T22:15:09.959Z[ recovery-image] Aug 14 22:15:08.919 INFO O| Aug 14 22:15:08.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68232026-08-14T22:15:09.959Z[ recovery-image] Aug 14 22:15:08.920 INFO O| Aug 14 22:15:08.920 INFO STEP 519 (remove_files) COMPLETE
68242026-08-14T22:15:09.959Z[ recovery-image] Aug 14 22:15:08.920 INFO O| Aug 14 22:15:08.920 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-14T22:15:09.968Z[ recovery-image] Aug 14 22:15:08.928 INFO O| Aug 14 22:15:08.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68262026-08-14T22:15:09.968Z[ recovery-image] Aug 14 22:15:08.928 INFO O| Aug 14 22:15:08.928 INFO STEP 520 (remove_files) COMPLETE
68272026-08-14T22:15:09.968Z[ recovery-image] Aug 14 22:15:08.928 INFO O| Aug 14 22:15:08.928 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-14T22:15:09.976Z[ recovery-image] Aug 14 22:15:08.937 INFO O| Aug 14 22:15:08.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68292026-08-14T22:15:09.976Z[ recovery-image] Aug 14 22:15:08.937 INFO O| Aug 14 22:15:08.937 INFO STEP 521 (remove_files) COMPLETE
68302026-08-14T22:15:09.976Z[ recovery-image] Aug 14 22:15:08.937 INFO O| Aug 14 22:15:08.937 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-14T22:15:09.985Z[ recovery-image] Aug 14 22:15:08.945 INFO O| Aug 14 22:15:08.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68322026-08-14T22:15:09.985Z[ recovery-image] Aug 14 22:15:08.946 INFO O| Aug 14 22:15:08.946 INFO STEP 522 (remove_files) COMPLETE
68332026-08-14T22:15:10.006Z[ recovery-image] Aug 14 22:15:08.946 INFO O| Aug 14 22:15:08.946 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-14T22:15:10.006Z[ recovery-image] Aug 14 22:15:08.956 INFO O| Aug 14 22:15:08.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68352026-08-14T22:15:10.006Z[ recovery-image] Aug 14 22:15:08.956 INFO O| Aug 14 22:15:08.956 INFO STEP 523 (remove_files) COMPLETE
68362026-08-14T22:15:10.006Z[ recovery-image] Aug 14 22:15:08.956 INFO O| Aug 14 22:15:08.956 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-14T22:15:10.011Z[ recovery-image] Aug 14 22:15:08.969 INFO O| Aug 14 22:15:08.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68382026-08-14T22:15:10.011Z[ recovery-image] Aug 14 22:15:08.969 INFO O| Aug 14 22:15:08.967 INFO STEP 524 (remove_files) COMPLETE
68392026-08-14T22:15:10.011Z[ recovery-image] Aug 14 22:15:08.969 INFO O| Aug 14 22:15:08.967 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-14T22:15:10.016Z[ recovery-image] Aug 14 22:15:08.976 INFO O| Aug 14 22:15:08.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68412026-08-14T22:15:10.017Z[ recovery-image] Aug 14 22:15:08.976 INFO O| Aug 14 22:15:08.976 INFO STEP 525 (remove_files) COMPLETE
68422026-08-14T22:15:10.022Z[ recovery-image] Aug 14 22:15:08.976 INFO O| Aug 14 22:15:08.976 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-14T22:15:10.027Z[ recovery-image] Aug 14 22:15:08.987 INFO O| Aug 14 22:15:08.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68442026-08-14T22:15:10.031Z[ recovery-image] Aug 14 22:15:08.988 INFO O| Aug 14 22:15:08.988 INFO STEP 526 (remove_files) COMPLETE
68452026-08-14T22:15:10.031Z[ recovery-image] Aug 14 22:15:08.988 INFO O| Aug 14 22:15:08.988 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-14T22:15:10.036Z[ recovery-image] Aug 14 22:15:08.997 INFO O| Aug 14 22:15:08.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68472026-08-14T22:15:10.036Z[ recovery-image] Aug 14 22:15:08.997 INFO O| Aug 14 22:15:08.997 INFO STEP 527 (remove_files) COMPLETE
68482026-08-14T22:15:10.036Z[ recovery-image] Aug 14 22:15:08.997 INFO O| Aug 14 22:15:08.997 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-14T22:15:10.046Z[ recovery-image] Aug 14 22:15:09.007 INFO O| Aug 14 22:15:09.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68502026-08-14T22:15:10.046Z[ recovery-image] Aug 14 22:15:09.007 INFO O| Aug 14 22:15:09.007 INFO STEP 528 (remove_files) COMPLETE
68512026-08-14T22:15:10.046Z[ recovery-image] Aug 14 22:15:09.007 INFO O| Aug 14 22:15:09.007 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-14T22:15:10.056Z[ recovery-image] Aug 14 22:15:09.017 INFO O| Aug 14 22:15:09.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68532026-08-14T22:15:10.056Z[ recovery-image] Aug 14 22:15:09.017 INFO O| Aug 14 22:15:09.017 INFO STEP 529 (remove_files) COMPLETE
68542026-08-14T22:15:10.060Z[ recovery-image] Aug 14 22:15:09.017 INFO O| Aug 14 22:15:09.017 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-14T22:15:10.070Z[ recovery-image] Aug 14 22:15:09.031 INFO O| Aug 14 22:15:09.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68562026-08-14T22:15:10.075Z[ recovery-image] Aug 14 22:15:09.031 INFO O| Aug 14 22:15:09.031 INFO STEP 530 (remove_files) COMPLETE
68572026-08-14T22:15:10.075Z[ recovery-image] Aug 14 22:15:09.031 INFO O| Aug 14 22:15:09.031 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-14T22:15:10.110Z[ recovery-image] Aug 14 22:15:09.045 INFO O| Aug 14 22:15:09.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68592026-08-14T22:15:10.110Z[ recovery-image] Aug 14 22:15:09.045 INFO O| Aug 14 22:15:09.045 INFO STEP 531 (remove_files) COMPLETE
68602026-08-14T22:15:10.110Z[ recovery-image] Aug 14 22:15:09.045 INFO O| Aug 14 22:15:09.045 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-14T22:15:10.120Z[ recovery-image] Aug 14 22:15:09.080 INFO O| Aug 14 22:15:09.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68622026-08-14T22:15:10.120Z[ recovery-image] Aug 14 22:15:09.080 INFO O| Aug 14 22:15:09.080 INFO STEP 532 (remove_files) COMPLETE
68632026-08-14T22:15:10.120Z[ recovery-image] Aug 14 22:15:09.080 INFO O| Aug 14 22:15:09.080 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-14T22:15:10.128Z[ recovery-image] Aug 14 22:15:09.089 INFO O| Aug 14 22:15:09.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68652026-08-14T22:15:10.128Z[ recovery-image] Aug 14 22:15:09.089 INFO O| Aug 14 22:15:09.089 INFO STEP 533 (remove_files) COMPLETE
68662026-08-14T22:15:10.128Z[ recovery-image] Aug 14 22:15:09.089 INFO O| Aug 14 22:15:09.089 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-14T22:15:10.139Z[ recovery-image] Aug 14 22:15:09.099 INFO O| Aug 14 22:15:09.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68682026-08-14T22:15:10.139Z[ recovery-image] Aug 14 22:15:09.099 INFO O| Aug 14 22:15:09.099 INFO STEP 534 (remove_files) COMPLETE
68692026-08-14T22:15:10.139Z[ recovery-image] Aug 14 22:15:09.099 INFO O| Aug 14 22:15:09.099 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-14T22:15:10.149Z[ recovery-image] Aug 14 22:15:09.110 INFO O| Aug 14 22:15:09.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68712026-08-14T22:15:10.149Z[ recovery-image] Aug 14 22:15:09.110 INFO O| Aug 14 22:15:09.110 INFO STEP 535 (remove_files) COMPLETE
68722026-08-14T22:15:10.149Z[ recovery-image] Aug 14 22:15:09.110 INFO O| Aug 14 22:15:09.110 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-14T22:15:10.160Z[ recovery-image] Aug 14 22:15:09.120 INFO O| Aug 14 22:15:09.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68742026-08-14T22:15:10.164Z[ recovery-image] Aug 14 22:15:09.120 INFO O| Aug 14 22:15:09.120 INFO STEP 536 (remove_files) COMPLETE
68752026-08-14T22:15:10.164Z[ recovery-image] Aug 14 22:15:09.120 INFO O| Aug 14 22:15:09.120 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-14T22:15:10.171Z[ recovery-image] Aug 14 22:15:09.132 INFO O| Aug 14 22:15:09.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68772026-08-14T22:15:10.172Z[ recovery-image] Aug 14 22:15:09.132 INFO O| Aug 14 22:15:09.132 INFO STEP 537 (remove_files) COMPLETE
68782026-08-14T22:15:10.172Z[ recovery-image] Aug 14 22:15:09.132 INFO O| Aug 14 22:15:09.132 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-14T22:15:10.182Z[ recovery-image] Aug 14 22:15:09.142 INFO O| Aug 14 22:15:09.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68802026-08-14T22:15:10.182Z[ recovery-image] Aug 14 22:15:09.142 INFO O| Aug 14 22:15:09.142 INFO STEP 538 (remove_files) COMPLETE
68812026-08-14T22:15:10.182Z[ recovery-image] Aug 14 22:15:09.142 INFO O| Aug 14 22:15:09.142 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-14T22:15:10.193Z[ recovery-image] Aug 14 22:15:09.152 INFO O| Aug 14 22:15:09.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68832026-08-14T22:15:10.193Z[ recovery-image] Aug 14 22:15:09.152 INFO O| Aug 14 22:15:09.152 INFO STEP 539 (remove_files) COMPLETE
68842026-08-14T22:15:10.193Z[ recovery-image] Aug 14 22:15:09.152 INFO O| Aug 14 22:15:09.152 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-14T22:15:10.203Z[ recovery-image] Aug 14 22:15:09.163 INFO O| Aug 14 22:15:09.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68862026-08-14T22:15:10.203Z[ recovery-image] Aug 14 22:15:09.163 INFO O| Aug 14 22:15:09.163 INFO STEP 540 (remove_files) COMPLETE
68872026-08-14T22:15:10.203Z[ recovery-image] Aug 14 22:15:09.163 INFO O| Aug 14 22:15:09.163 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-14T22:15:10.213Z[ recovery-image] Aug 14 22:15:09.174 INFO O| Aug 14 22:15:09.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68892026-08-14T22:15:10.213Z[ recovery-image] Aug 14 22:15:09.174 INFO O| Aug 14 22:15:09.174 INFO STEP 541 (remove_files) COMPLETE
68902026-08-14T22:15:10.213Z[ recovery-image] Aug 14 22:15:09.174 INFO O| Aug 14 22:15:09.174 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-14T22:15:10.223Z[ recovery-image] Aug 14 22:15:09.183 INFO O| Aug 14 22:15:09.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68922026-08-14T22:15:10.223Z[ recovery-image] Aug 14 22:15:09.183 INFO O| Aug 14 22:15:09.183 INFO STEP 542 (remove_files) COMPLETE
68932026-08-14T22:15:10.223Z[ recovery-image] Aug 14 22:15:09.183 INFO O| Aug 14 22:15:09.183 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-14T22:15:10.232Z[ recovery-image] Aug 14 22:15:09.193 INFO O| Aug 14 22:15:09.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68952026-08-14T22:15:10.232Z[ recovery-image] Aug 14 22:15:09.193 INFO O| Aug 14 22:15:09.193 INFO STEP 543 (remove_files) COMPLETE
68962026-08-14T22:15:10.233Z[ recovery-image] Aug 14 22:15:09.193 INFO O| Aug 14 22:15:09.193 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-14T22:15:10.242Z[ recovery-image] Aug 14 22:15:09.203 INFO O| Aug 14 22:15:09.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68982026-08-14T22:15:10.242Z[ recovery-image] Aug 14 22:15:09.203 INFO O| Aug 14 22:15:09.203 INFO STEP 544 (remove_files) COMPLETE
68992026-08-14T22:15:10.242Z[ recovery-image] Aug 14 22:15:09.203 INFO O| Aug 14 22:15:09.203 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-14T22:15:10.253Z[ recovery-image] Aug 14 22:15:09.213 INFO O| Aug 14 22:15:09.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69012026-08-14T22:15:10.253Z[ recovery-image] Aug 14 22:15:09.213 INFO O| Aug 14 22:15:09.213 INFO STEP 545 (remove_files) COMPLETE
69022026-08-14T22:15:10.253Z[ recovery-image] Aug 14 22:15:09.214 INFO O| Aug 14 22:15:09.213 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-14T22:15:10.262Z[ recovery-image] Aug 14 22:15:09.223 INFO O| Aug 14 22:15:09.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69042026-08-14T22:15:10.262Z[ recovery-image] Aug 14 22:15:09.223 INFO O| Aug 14 22:15:09.223 INFO STEP 546 (remove_files) COMPLETE
69052026-08-14T22:15:10.266Z[ recovery-image] Aug 14 22:15:09.223 INFO O| Aug 14 22:15:09.223 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-14T22:15:10.271Z[ recovery-image] Aug 14 22:15:09.232 INFO O| Aug 14 22:15:09.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69072026-08-14T22:15:10.272Z[ recovery-image] Aug 14 22:15:09.232 INFO O| Aug 14 22:15:09.232 INFO STEP 547 (remove_files) COMPLETE
69082026-08-14T22:15:10.272Z[ recovery-image] Aug 14 22:15:09.232 INFO O| Aug 14 22:15:09.232 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-14T22:15:10.283Z[ recovery-image] Aug 14 22:15:09.244 INFO O| Aug 14 22:15:09.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69102026-08-14T22:15:10.283Z[ recovery-image] Aug 14 22:15:09.244 INFO O| Aug 14 22:15:09.243 INFO STEP 548 (remove_files) COMPLETE
69112026-08-14T22:15:10.283Z[ recovery-image] Aug 14 22:15:09.244 INFO O| Aug 14 22:15:09.243 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-14T22:15:10.295Z[ recovery-image] Aug 14 22:15:09.253 INFO O| Aug 14 22:15:09.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69132026-08-14T22:15:10.295Z[ recovery-image] Aug 14 22:15:09.253 INFO O| Aug 14 22:15:09.253 INFO STEP 549 (remove_files) COMPLETE
69142026-08-14T22:15:10.299Z[ recovery-image] Aug 14 22:15:09.253 INFO O| Aug 14 22:15:09.253 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-14T22:15:10.303Z[ recovery-image] Aug 14 22:15:09.262 INFO O| Aug 14 22:15:09.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69162026-08-14T22:15:10.303Z[ recovery-image] Aug 14 22:15:09.262 INFO O| Aug 14 22:15:09.262 INFO STEP 550 (remove_files) COMPLETE
69172026-08-14T22:15:10.303Z[ recovery-image] Aug 14 22:15:09.262 INFO O| Aug 14 22:15:09.262 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-14T22:15:10.310Z[ recovery-image] Aug 14 22:15:09.270 INFO O| Aug 14 22:15:09.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69192026-08-14T22:15:10.310Z[ recovery-image] Aug 14 22:15:09.270 INFO O| Aug 14 22:15:09.270 INFO STEP 551 (remove_files) COMPLETE
69202026-08-14T22:15:10.310Z[ recovery-image] Aug 14 22:15:09.270 INFO O| Aug 14 22:15:09.270 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-14T22:15:10.323Z[ recovery-image] Aug 14 22:15:09.280 INFO O| Aug 14 22:15:09.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69222026-08-14T22:15:10.323Z[ recovery-image] Aug 14 22:15:09.280 INFO O| Aug 14 22:15:09.280 INFO STEP 552 (remove_files) COMPLETE
69232026-08-14T22:15:10.323Z[ recovery-image] Aug 14 22:15:09.280 INFO O| Aug 14 22:15:09.280 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-14T22:15:10.328Z[ recovery-image] Aug 14 22:15:09.289 INFO O| Aug 14 22:15:09.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69252026-08-14T22:15:10.329Z[ recovery-image] Aug 14 22:15:09.289 INFO O| Aug 14 22:15:09.289 INFO STEP 553 (remove_files) COMPLETE
69262026-08-14T22:15:10.329Z[ recovery-image] Aug 14 22:15:09.289 INFO O| Aug 14 22:15:09.289 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-14T22:15:10.338Z[ recovery-image] Aug 14 22:15:09.299 INFO O| Aug 14 22:15:09.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69282026-08-14T22:15:10.338Z[ recovery-image] Aug 14 22:15:09.299 INFO O| Aug 14 22:15:09.299 INFO STEP 554 (remove_files) COMPLETE
69292026-08-14T22:15:10.338Z[ recovery-image] Aug 14 22:15:09.299 INFO O| Aug 14 22:15:09.299 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-14T22:15:10.348Z[ recovery-image] Aug 14 22:15:09.308 INFO O| Aug 14 22:15:09.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69312026-08-14T22:15:10.348Z[ recovery-image] Aug 14 22:15:09.308 INFO O| Aug 14 22:15:09.308 INFO STEP 555 (remove_files) COMPLETE
69322026-08-14T22:15:10.348Z[ recovery-image] Aug 14 22:15:09.308 INFO O| Aug 14 22:15:09.308 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-14T22:15:10.357Z[ recovery-image] Aug 14 22:15:09.317 INFO O| Aug 14 22:15:09.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69342026-08-14T22:15:10.357Z[ recovery-image] Aug 14 22:15:09.317 INFO O| Aug 14 22:15:09.317 INFO STEP 556 (remove_files) COMPLETE
69352026-08-14T22:15:10.358Z[ recovery-image] Aug 14 22:15:09.317 INFO O| Aug 14 22:15:09.317 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-14T22:15:10.367Z[ recovery-image] Aug 14 22:15:09.326 INFO O| Aug 14 22:15:09.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69372026-08-14T22:15:10.367Z[ recovery-image] Aug 14 22:15:09.326 INFO O| Aug 14 22:15:09.326 INFO STEP 557 (remove_files) COMPLETE
69382026-08-14T22:15:10.368Z[ recovery-image] Aug 14 22:15:09.326 INFO O| Aug 14 22:15:09.326 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-14T22:15:10.376Z[ recovery-image] Aug 14 22:15:09.336 INFO O| Aug 14 22:15:09.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69402026-08-14T22:15:10.376Z[ recovery-image] Aug 14 22:15:09.336 INFO O| Aug 14 22:15:09.336 INFO STEP 558 (remove_files) COMPLETE
69412026-08-14T22:15:10.380Z[ recovery-image] Aug 14 22:15:09.336 INFO O| Aug 14 22:15:09.336 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-14T22:15:10.386Z[ recovery-image] Aug 14 22:15:09.346 INFO O| Aug 14 22:15:09.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69432026-08-14T22:15:10.386Z[ recovery-image] Aug 14 22:15:09.346 INFO O| Aug 14 22:15:09.346 INFO STEP 559 (remove_files) COMPLETE
69442026-08-14T22:15:10.390Z[ recovery-image] Aug 14 22:15:09.346 INFO O| Aug 14 22:15:09.346 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-14T22:15:10.397Z[ recovery-image] Aug 14 22:15:09.356 INFO O| Aug 14 22:15:09.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69462026-08-14T22:15:10.397Z[ recovery-image] Aug 14 22:15:09.356 INFO O| Aug 14 22:15:09.356 INFO STEP 560 (remove_files) COMPLETE
69472026-08-14T22:15:10.397Z[ recovery-image] Aug 14 22:15:09.356 INFO O| Aug 14 22:15:09.356 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-14T22:15:10.407Z[ recovery-image] Aug 14 22:15:09.366 INFO O| Aug 14 22:15:09.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69492026-08-14T22:15:10.407Z[ recovery-image] Aug 14 22:15:09.366 INFO O| Aug 14 22:15:09.366 INFO STEP 561 (remove_files) COMPLETE
69502026-08-14T22:15:10.407Z[ recovery-image] Aug 14 22:15:09.366 INFO O| Aug 14 22:15:09.366 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-14T22:15:10.418Z[ recovery-image] Aug 14 22:15:09.377 INFO O| Aug 14 22:15:09.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69522026-08-14T22:15:10.418Z[ recovery-image] Aug 14 22:15:09.377 INFO O| Aug 14 22:15:09.377 INFO STEP 562 (remove_files) COMPLETE
69532026-08-14T22:15:10.422Z[ recovery-image] Aug 14 22:15:09.377 INFO O| Aug 14 22:15:09.377 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-14T22:15:10.428Z[ recovery-image] Aug 14 22:15:09.387 INFO O| Aug 14 22:15:09.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69552026-08-14T22:15:10.428Z[ recovery-image] Aug 14 22:15:09.387 INFO O| Aug 14 22:15:09.387 INFO STEP 563 (remove_files) COMPLETE
69562026-08-14T22:15:10.428Z[ recovery-image] Aug 14 22:15:09.387 INFO O| Aug 14 22:15:09.387 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-14T22:15:10.438Z[ recovery-image] Aug 14 22:15:09.396 INFO O| Aug 14 22:15:09.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69582026-08-14T22:15:10.438Z[ recovery-image] Aug 14 22:15:09.396 INFO O| Aug 14 22:15:09.396 INFO STEP 564 (remove_files) COMPLETE
69592026-08-14T22:15:10.438Z[ recovery-image] Aug 14 22:15:09.396 INFO O| Aug 14 22:15:09.396 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-14T22:15:10.444Z[ recovery-image] Aug 14 22:15:09.405 INFO O| Aug 14 22:15:09.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69612026-08-14T22:15:10.444Z[ recovery-image] Aug 14 22:15:09.405 INFO O| Aug 14 22:15:09.405 INFO STEP 565 (remove_files) COMPLETE
69622026-08-14T22:15:10.448Z[ recovery-image] Aug 14 22:15:09.405 INFO O| Aug 14 22:15:09.405 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-14T22:15:10.453Z[ recovery-image] Aug 14 22:15:09.414 INFO O| Aug 14 22:15:09.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69642026-08-14T22:15:10.453Z[ recovery-image] Aug 14 22:15:09.414 INFO O| Aug 14 22:15:09.414 INFO STEP 566 (remove_files) COMPLETE
69652026-08-14T22:15:10.453Z[ recovery-image] Aug 14 22:15:09.414 INFO O| Aug 14 22:15:09.414 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-14T22:15:10.464Z[ recovery-image] Aug 14 22:15:09.422 INFO O| Aug 14 22:15:09.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69672026-08-14T22:15:10.464Z[ recovery-image] Aug 14 22:15:09.423 INFO O| Aug 14 22:15:09.423 INFO STEP 567 (remove_files) COMPLETE
69682026-08-14T22:15:10.464Z[ recovery-image] Aug 14 22:15:09.423 INFO O| Aug 14 22:15:09.423 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-14T22:15:10.476Z[ recovery-image] Aug 14 22:15:09.435 INFO O| Aug 14 22:15:09.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69702026-08-14T22:15:10.476Z[ recovery-image] Aug 14 22:15:09.435 INFO O| Aug 14 22:15:09.435 INFO STEP 568 (remove_files) COMPLETE
69712026-08-14T22:15:10.476Z[ recovery-image] Aug 14 22:15:09.435 INFO O| Aug 14 22:15:09.435 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-14T22:15:10.486Z[ recovery-image] Aug 14 22:15:09.446 INFO O| Aug 14 22:15:09.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69732026-08-14T22:15:10.486Z[ recovery-image] Aug 14 22:15:09.446 INFO O| Aug 14 22:15:09.446 INFO STEP 569 (remove_files) COMPLETE
69742026-08-14T22:15:10.490Z[ recovery-image] Aug 14 22:15:09.446 INFO O| Aug 14 22:15:09.446 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-14T22:15:10.496Z[ recovery-image] Aug 14 22:15:09.456 INFO O| Aug 14 22:15:09.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69762026-08-14T22:15:10.496Z[ recovery-image] Aug 14 22:15:09.456 INFO O| Aug 14 22:15:09.456 INFO STEP 570 (remove_files) COMPLETE
69772026-08-14T22:15:10.496Z[ recovery-image] Aug 14 22:15:09.456 INFO O| Aug 14 22:15:09.456 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-14T22:15:10.505Z[ recovery-image] Aug 14 22:15:09.465 INFO O| Aug 14 22:15:09.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69792026-08-14T22:15:10.505Z[ recovery-image] Aug 14 22:15:09.465 INFO O| Aug 14 22:15:09.465 INFO STEP 571 (remove_files) COMPLETE
69802026-08-14T22:15:10.505Z[ recovery-image] Aug 14 22:15:09.465 INFO O| Aug 14 22:15:09.465 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-14T22:15:10.514Z[ recovery-image] Aug 14 22:15:09.474 INFO O| Aug 14 22:15:09.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69822026-08-14T22:15:10.514Z[ recovery-image] Aug 14 22:15:09.474 INFO O| Aug 14 22:15:09.474 INFO STEP 572 (remove_files) COMPLETE
69832026-08-14T22:15:10.514Z[ recovery-image] Aug 14 22:15:09.474 INFO O| Aug 14 22:15:09.474 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-14T22:15:10.524Z[ recovery-image] Aug 14 22:15:09.484 INFO O| Aug 14 22:15:09.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69852026-08-14T22:15:10.524Z[ recovery-image] Aug 14 22:15:09.484 INFO O| Aug 14 22:15:09.484 INFO STEP 573 (remove_files) COMPLETE
69862026-08-14T22:15:10.524Z[ recovery-image] Aug 14 22:15:09.484 INFO O| Aug 14 22:15:09.484 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-14T22:15:10.533Z[ recovery-image] Aug 14 22:15:09.493 INFO O| Aug 14 22:15:09.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69882026-08-14T22:15:10.533Z[ recovery-image] Aug 14 22:15:09.494 INFO O| Aug 14 22:15:09.494 INFO STEP 574 (remove_files) COMPLETE
69892026-08-14T22:15:10.533Z[ recovery-image] Aug 14 22:15:09.494 INFO O| Aug 14 22:15:09.494 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-14T22:15:10.542Z[ recovery-image] Aug 14 22:15:09.503 INFO O| Aug 14 22:15:09.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69912026-08-14T22:15:10.542Z[ recovery-image] Aug 14 22:15:09.503 INFO O| Aug 14 22:15:09.503 INFO STEP 575 (remove_files) COMPLETE
69922026-08-14T22:15:10.542Z[ recovery-image] Aug 14 22:15:09.503 INFO O| Aug 14 22:15:09.503 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-14T22:15:10.553Z[ recovery-image] Aug 14 22:15:09.513 INFO O| Aug 14 22:15:09.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69942026-08-14T22:15:10.553Z[ recovery-image] Aug 14 22:15:09.513 INFO O| Aug 14 22:15:09.513 INFO STEP 576 (remove_files) COMPLETE
69952026-08-14T22:15:10.553Z[ recovery-image] Aug 14 22:15:09.513 INFO O| Aug 14 22:15:09.513 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-14T22:15:10.564Z[ recovery-image] Aug 14 22:15:09.524 INFO O| Aug 14 22:15:09.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69972026-08-14T22:15:10.565Z[ recovery-image] Aug 14 22:15:09.524 INFO O| Aug 14 22:15:09.524 INFO STEP 577 (remove_files) COMPLETE
69982026-08-14T22:15:10.565Z[ recovery-image] Aug 14 22:15:09.524 INFO O| Aug 14 22:15:09.524 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-14T22:15:10.574Z[ recovery-image] Aug 14 22:15:09.534 INFO O| Aug 14 22:15:09.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70002026-08-14T22:15:10.578Z[ recovery-image] Aug 14 22:15:09.535 INFO O| Aug 14 22:15:09.535 INFO STEP 578 (remove_files) COMPLETE
70012026-08-14T22:15:10.578Z[ recovery-image] Aug 14 22:15:09.535 INFO O| Aug 14 22:15:09.535 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-14T22:15:10.584Z[ recovery-image] Aug 14 22:15:09.545 INFO O| Aug 14 22:15:09.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70032026-08-14T22:15:10.588Z[ recovery-image] Aug 14 22:15:09.546 INFO O| Aug 14 22:15:09.546 INFO STEP 579 (remove_files) COMPLETE
70042026-08-14T22:15:10.588Z[ recovery-image] Aug 14 22:15:09.546 INFO O| Aug 14 22:15:09.546 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-14T22:15:10.593Z[ recovery-image] Aug 14 22:15:09.554 INFO O| Aug 14 22:15:09.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70062026-08-14T22:15:10.593Z[ recovery-image] Aug 14 22:15:09.554 INFO O| Aug 14 22:15:09.554 INFO STEP 580 (remove_files) COMPLETE
70072026-08-14T22:15:10.593Z[ recovery-image] Aug 14 22:15:09.554 INFO O| Aug 14 22:15:09.554 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-14T22:15:10.604Z[ recovery-image] Aug 14 22:15:09.565 INFO O| Aug 14 22:15:09.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70092026-08-14T22:15:10.604Z[ recovery-image] Aug 14 22:15:09.565 INFO O| Aug 14 22:15:09.565 INFO STEP 581 (remove_files) COMPLETE
70102026-08-14T22:15:10.604Z[ recovery-image] Aug 14 22:15:09.565 INFO O| Aug 14 22:15:09.565 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-14T22:15:10.613Z[ recovery-image] Aug 14 22:15:09.573 INFO O| Aug 14 22:15:09.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70122026-08-14T22:15:10.613Z[ recovery-image] Aug 14 22:15:09.573 INFO O| Aug 14 22:15:09.573 INFO STEP 582 (remove_files) COMPLETE
70132026-08-14T22:15:10.613Z[ recovery-image] Aug 14 22:15:09.573 INFO O| Aug 14 22:15:09.573 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-14T22:15:10.617Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
70152026-08-14T22:15:10.621Z[ recovery-image] Aug 14 22:15:09.581 INFO O| Aug 14 22:15:09.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70162026-08-14T22:15:10.621Z[ recovery-image] Aug 14 22:15:09.581 INFO O| Aug 14 22:15:09.581 INFO STEP 583 (remove_files) COMPLETE
70172026-08-14T22:15:10.621Z[ recovery-image] Aug 14 22:15:09.581 INFO O| Aug 14 22:15:09.581 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-14T22:15:10.630Z[ recovery-image] Aug 14 22:15:09.591 INFO O| Aug 14 22:15:09.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70192026-08-14T22:15:10.630Z[ recovery-image] Aug 14 22:15:09.591 INFO O| Aug 14 22:15:09.591 INFO STEP 584 (remove_files) COMPLETE
70202026-08-14T22:15:10.630Z[ recovery-image] Aug 14 22:15:09.591 INFO O| Aug 14 22:15:09.591 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-14T22:15:10.641Z[ recovery-image] Aug 14 22:15:09.602 INFO O| Aug 14 22:15:09.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70222026-08-14T22:15:10.641Z[ recovery-image] Aug 14 22:15:09.602 INFO O| Aug 14 22:15:09.602 INFO STEP 585 (remove_files) COMPLETE
70232026-08-14T22:15:10.641Z[ recovery-image] Aug 14 22:15:09.602 INFO O| Aug 14 22:15:09.602 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-14T22:15:10.653Z[ recovery-image] Aug 14 22:15:09.613 INFO O| Aug 14 22:15:09.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70252026-08-14T22:15:10.653Z[ recovery-image] Aug 14 22:15:09.613 INFO O| Aug 14 22:15:09.613 INFO STEP 586 (remove_files) COMPLETE
70262026-08-14T22:15:10.653Z[ recovery-image] Aug 14 22:15:09.613 INFO O| Aug 14 22:15:09.613 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-14T22:15:10.663Z[ recovery-image] Aug 14 22:15:09.624 INFO O| Aug 14 22:15:09.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70282026-08-14T22:15:10.663Z[ recovery-image] Aug 14 22:15:09.624 INFO O| Aug 14 22:15:09.624 INFO STEP 587 (remove_files) COMPLETE
70292026-08-14T22:15:10.668Z[ recovery-image] Aug 14 22:15:09.624 INFO O| Aug 14 22:15:09.624 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-14T22:15:10.674Z[ recovery-image] Aug 14 22:15:09.634 INFO O| Aug 14 22:15:09.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70312026-08-14T22:15:10.674Z[ recovery-image] Aug 14 22:15:09.635 INFO O| Aug 14 22:15:09.634 INFO STEP 588 (remove_files) COMPLETE
70322026-08-14T22:15:10.678Z[ recovery-image] Aug 14 22:15:09.635 INFO O| Aug 14 22:15:09.635 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-14T22:15:10.688Z[ recovery-image] Aug 14 22:15:09.648 INFO O| Aug 14 22:15:09.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70342026-08-14T22:15:10.688Z[ recovery-image] Aug 14 22:15:09.648 INFO O| Aug 14 22:15:09.648 INFO STEP 589 (remove_files) COMPLETE
70352026-08-14T22:15:10.692Z[ recovery-image] Aug 14 22:15:09.648 INFO O| Aug 14 22:15:09.648 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-14T22:15:10.697Z[ recovery-image] Aug 14 22:15:09.658 INFO O| Aug 14 22:15:09.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70372026-08-14T22:15:10.698Z[ recovery-image] Aug 14 22:15:09.658 INFO O| Aug 14 22:15:09.658 INFO STEP 590 (remove_files) COMPLETE
70382026-08-14T22:15:10.701Z[ recovery-image] Aug 14 22:15:09.658 INFO O| Aug 14 22:15:09.658 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-14T22:15:10.707Z[ recovery-image] Aug 14 22:15:09.668 INFO O| Aug 14 22:15:09.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70402026-08-14T22:15:10.707Z[ recovery-image] Aug 14 22:15:09.668 INFO O| Aug 14 22:15:09.668 INFO STEP 591 (remove_files) COMPLETE
70412026-08-14T22:15:10.707Z[ recovery-image] Aug 14 22:15:09.668 INFO O| Aug 14 22:15:09.668 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-14T22:15:10.717Z[ recovery-image] Aug 14 22:15:09.677 INFO O| Aug 14 22:15:09.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70432026-08-14T22:15:10.717Z[ recovery-image] Aug 14 22:15:09.677 INFO O| Aug 14 22:15:09.677 INFO STEP 592 (remove_files) COMPLETE
70442026-08-14T22:15:10.717Z[ recovery-image] Aug 14 22:15:09.677 INFO O| Aug 14 22:15:09.677 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-14T22:15:10.728Z[ recovery-image] Aug 14 22:15:09.689 INFO O| Aug 14 22:15:09.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70462026-08-14T22:15:10.728Z[ recovery-image] Aug 14 22:15:09.689 INFO O| Aug 14 22:15:09.689 INFO STEP 593 (remove_files) COMPLETE
70472026-08-14T22:15:10.728Z[ recovery-image] Aug 14 22:15:09.689 INFO O| Aug 14 22:15:09.689 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-14T22:15:10.740Z[ recovery-image] Aug 14 22:15:09.700 INFO O| Aug 14 22:15:09.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70492026-08-14T22:15:10.744Z[ recovery-image] Aug 14 22:15:09.701 INFO O| Aug 14 22:15:09.701 INFO STEP 594 (remove_files) COMPLETE
70502026-08-14T22:15:10.744Z[ recovery-image] Aug 14 22:15:09.701 INFO O| Aug 14 22:15:09.701 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-14T22:15:10.754Z[ recovery-image] Aug 14 22:15:09.713 INFO O| Aug 14 22:15:09.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70522026-08-14T22:15:10.754Z[ recovery-image] Aug 14 22:15:09.713 INFO O| Aug 14 22:15:09.713 INFO STEP 595 (remove_files) COMPLETE
70532026-08-14T22:15:10.754Z[ recovery-image] Aug 14 22:15:09.713 INFO O| Aug 14 22:15:09.713 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-14T22:15:10.762Z[ recovery-image] Aug 14 22:15:09.723 INFO O| Aug 14 22:15:09.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70552026-08-14T22:15:10.762Z[ recovery-image] Aug 14 22:15:09.723 INFO O| Aug 14 22:15:09.723 INFO STEP 596 (remove_files) COMPLETE
70562026-08-14T22:15:10.762Z[ recovery-image] Aug 14 22:15:09.723 INFO O| Aug 14 22:15:09.723 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-14T22:15:10.775Z[ recovery-image] Aug 14 22:15:09.735 INFO O| Aug 14 22:15:09.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70582026-08-14T22:15:10.775Z[ recovery-image] Aug 14 22:15:09.736 INFO O| Aug 14 22:15:09.736 INFO STEP 597 (remove_files) COMPLETE
70592026-08-14T22:15:10.779Z[ recovery-image] Aug 14 22:15:09.736 INFO O| Aug 14 22:15:09.736 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-14T22:15:10.791Z[ recovery-image] Aug 14 22:15:09.746 INFO O| Aug 14 22:15:09.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70612026-08-14T22:15:10.791Z[ recovery-image] Aug 14 22:15:09.746 INFO O| Aug 14 22:15:09.746 INFO STEP 598 (remove_files) COMPLETE
70622026-08-14T22:15:10.791Z[ recovery-image] Aug 14 22:15:09.746 INFO O| Aug 14 22:15:09.746 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-14T22:15:10.796Z[ recovery-image] Aug 14 22:15:09.756 INFO O| Aug 14 22:15:09.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70642026-08-14T22:15:10.796Z[ recovery-image] Aug 14 22:15:09.756 INFO O| Aug 14 22:15:09.756 INFO STEP 599 (remove_files) COMPLETE
70652026-08-14T22:15:10.796Z[ recovery-image] Aug 14 22:15:09.756 INFO O| Aug 14 22:15:09.756 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-14T22:15:10.807Z[ recovery-image] Aug 14 22:15:09.766 INFO O| Aug 14 22:15:09.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70672026-08-14T22:15:10.807Z[ recovery-image] Aug 14 22:15:09.766 INFO O| Aug 14 22:15:09.766 INFO STEP 600 (remove_files) COMPLETE
70682026-08-14T22:15:10.807Z[ recovery-image] Aug 14 22:15:09.766 INFO O| Aug 14 22:15:09.766 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-14T22:15:10.815Z[ recovery-image] Aug 14 22:15:09.776 INFO O| Aug 14 22:15:09.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70702026-08-14T22:15:10.815Z[ recovery-image] Aug 14 22:15:09.776 INFO O| Aug 14 22:15:09.776 INFO STEP 601 (remove_files) COMPLETE
70712026-08-14T22:15:10.819Z[ recovery-image] Aug 14 22:15:09.776 INFO O| Aug 14 22:15:09.776 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-14T22:15:10.825Z[ recovery-image] Aug 14 22:15:09.785 INFO O| Aug 14 22:15:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70732026-08-14T22:15:10.825Z[ recovery-image] Aug 14 22:15:09.785 INFO O| Aug 14 22:15:09.785 INFO STEP 602 (remove_files) COMPLETE
70742026-08-14T22:15:10.825Z[ recovery-image] Aug 14 22:15:09.785 INFO O| Aug 14 22:15:09.785 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-14T22:15:10.834Z[ recovery-image] Aug 14 22:15:09.795 INFO O| Aug 14 22:15:09.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70762026-08-14T22:15:10.834Z[ recovery-image] Aug 14 22:15:09.795 INFO O| Aug 14 22:15:09.795 INFO STEP 603 (remove_files) COMPLETE
70772026-08-14T22:15:10.834Z[ recovery-image] Aug 14 22:15:09.795 INFO O| Aug 14 22:15:09.795 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-14T22:15:10.840Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
70792026-08-14T22:15:10.844Z[ recovery-image] Aug 14 22:15:09.804 INFO O| Aug 14 22:15:09.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70802026-08-14T22:15:10.844Z[ recovery-image] Aug 14 22:15:09.804 INFO O| Aug 14 22:15:09.804 INFO STEP 604 (remove_files) COMPLETE
70812026-08-14T22:15:10.844Z[ recovery-image] Aug 14 22:15:09.804 INFO O| Aug 14 22:15:09.804 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-14T22:15:10.853Z[ recovery-image] Aug 14 22:15:09.814 INFO O| Aug 14 22:15:09.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70832026-08-14T22:15:10.853Z[ recovery-image] Aug 14 22:15:09.814 INFO O| Aug 14 22:15:09.814 INFO STEP 605 (remove_files) COMPLETE
70842026-08-14T22:15:10.857Z[ recovery-image] Aug 14 22:15:09.814 INFO O| Aug 14 22:15:09.814 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-14T22:15:10.861Z[ recovery-image] Aug 14 22:15:09.822 INFO O| Aug 14 22:15:09.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70862026-08-14T22:15:10.861Z[ recovery-image] Aug 14 22:15:09.822 INFO O| Aug 14 22:15:09.822 INFO STEP 606 (remove_files) COMPLETE
70872026-08-14T22:15:10.861Z[ recovery-image] Aug 14 22:15:09.822 INFO O| Aug 14 22:15:09.822 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-14T22:15:10.871Z[ recovery-image] Aug 14 22:15:09.831 INFO O| Aug 14 22:15:09.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70892026-08-14T22:15:10.871Z[ recovery-image] Aug 14 22:15:09.831 INFO O| Aug 14 22:15:09.831 INFO STEP 607 (remove_files) COMPLETE
70902026-08-14T22:15:10.871Z[ recovery-image] Aug 14 22:15:09.831 INFO O| Aug 14 22:15:09.831 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-14T22:15:10.881Z[ recovery-image] Aug 14 22:15:09.841 INFO O| Aug 14 22:15:09.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70922026-08-14T22:15:10.881Z[ recovery-image] Aug 14 22:15:09.841 INFO O| Aug 14 22:15:09.841 INFO STEP 608 (remove_files) COMPLETE
70932026-08-14T22:15:10.885Z[ recovery-image] Aug 14 22:15:09.841 INFO O| Aug 14 22:15:09.841 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-14T22:15:10.891Z[ recovery-image] Aug 14 22:15:09.852 INFO O| Aug 14 22:15:09.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70952026-08-14T22:15:10.891Z[ recovery-image] Aug 14 22:15:09.852 INFO O| Aug 14 22:15:09.852 INFO STEP 609 (remove_files) COMPLETE
70962026-08-14T22:15:10.891Z[ recovery-image] Aug 14 22:15:09.852 INFO O| Aug 14 22:15:09.852 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-14T22:15:10.902Z[ recovery-image] Aug 14 22:15:09.862 INFO O| Aug 14 22:15:09.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70982026-08-14T22:15:10.902Z[ recovery-image] Aug 14 22:15:09.863 INFO O| Aug 14 22:15:09.863 INFO STEP 610 (remove_files) COMPLETE
70992026-08-14T22:15:10.902Z[ recovery-image] Aug 14 22:15:09.863 INFO O| Aug 14 22:15:09.863 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-14T22:15:10.913Z[ recovery-image] Aug 14 22:15:09.873 INFO O| Aug 14 22:15:09.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71012026-08-14T22:15:10.913Z[ recovery-image] Aug 14 22:15:09.873 INFO O| Aug 14 22:15:09.873 INFO STEP 611 (remove_files) COMPLETE
71022026-08-14T22:15:10.913Z[ recovery-image] Aug 14 22:15:09.873 INFO O| Aug 14 22:15:09.873 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-14T22:15:10.928Z[ recovery-image] Aug 14 22:15:09.884 INFO O| Aug 14 22:15:09.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71042026-08-14T22:15:10.928Z[ recovery-image] Aug 14 22:15:09.884 INFO O| Aug 14 22:15:09.884 INFO STEP 612 (remove_files) COMPLETE
71052026-08-14T22:15:10.928Z[ recovery-image] Aug 14 22:15:09.884 INFO O| Aug 14 22:15:09.884 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-14T22:15:10.933Z[ recovery-image] Aug 14 22:15:09.893 INFO O| Aug 14 22:15:09.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71072026-08-14T22:15:10.933Z[ recovery-image] Aug 14 22:15:09.893 INFO O| Aug 14 22:15:09.893 INFO STEP 613 (remove_files) COMPLETE
71082026-08-14T22:15:10.933Z[ recovery-image] Aug 14 22:15:09.893 INFO O| Aug 14 22:15:09.893 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-14T22:15:10.942Z[ recovery-image] Aug 14 22:15:09.903 INFO O| Aug 14 22:15:09.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71102026-08-14T22:15:10.947Z[ recovery-image] Aug 14 22:15:09.903 INFO O| Aug 14 22:15:09.903 INFO STEP 614 (remove_files) COMPLETE
71112026-08-14T22:15:10.947Z[ recovery-image] Aug 14 22:15:09.903 INFO O| Aug 14 22:15:09.903 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-14T22:15:10.952Z[ recovery-image] Aug 14 22:15:09.913 INFO O| Aug 14 22:15:09.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71132026-08-14T22:15:10.952Z[ recovery-image] Aug 14 22:15:09.913 INFO O| Aug 14 22:15:09.913 INFO STEP 615 (remove_files) COMPLETE
71142026-08-14T22:15:10.952Z[ recovery-image] Aug 14 22:15:09.913 INFO O| Aug 14 22:15:09.913 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-14T22:15:10.963Z[ recovery-image] Aug 14 22:15:09.923 INFO O| Aug 14 22:15:09.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71162026-08-14T22:15:10.966Z[ recovery-image] Aug 14 22:15:09.924 INFO O| Aug 14 22:15:09.924 INFO STEP 616 (remove_files) COMPLETE
71172026-08-14T22:15:10.967Z[ recovery-image] Aug 14 22:15:09.924 INFO O| Aug 14 22:15:09.924 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-14T22:15:10.974Z[ recovery-image] Aug 14 22:15:09.934 INFO O| Aug 14 22:15:09.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71192026-08-14T22:15:10.974Z[ recovery-image] Aug 14 22:15:09.935 INFO O| Aug 14 22:15:09.935 INFO STEP 617 (remove_files) COMPLETE
71202026-08-14T22:15:10.974Z[ recovery-image] Aug 14 22:15:09.935 INFO O| Aug 14 22:15:09.935 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-14T22:15:10.984Z[ recovery-image] Aug 14 22:15:09.945 INFO O| Aug 14 22:15:09.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71222026-08-14T22:15:10.984Z[ recovery-image] Aug 14 22:15:09.945 INFO O| Aug 14 22:15:09.945 INFO STEP 618 (remove_files) COMPLETE
71232026-08-14T22:15:10.988Z[ recovery-image] Aug 14 22:15:09.945 INFO O| Aug 14 22:15:09.945 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-14T22:15:10.995Z[ recovery-image] Aug 14 22:15:09.955 INFO O| Aug 14 22:15:09.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71252026-08-14T22:15:10.995Z[ recovery-image] Aug 14 22:15:09.955 INFO O| Aug 14 22:15:09.955 INFO STEP 619 (remove_files) COMPLETE
71262026-08-14T22:15:10.995Z[ recovery-image] Aug 14 22:15:09.955 INFO O| Aug 14 22:15:09.955 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-14T22:15:11.004Z[ recovery-image] Aug 14 22:15:09.964 INFO O| Aug 14 22:15:09.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71282026-08-14T22:15:11.004Z[ recovery-image] Aug 14 22:15:09.964 INFO O| Aug 14 22:15:09.964 INFO STEP 620 (remove_files) COMPLETE
71292026-08-14T22:15:11.008Z[ recovery-image] Aug 14 22:15:09.964 INFO O| Aug 14 22:15:09.964 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-14T22:15:11.014Z[ recovery-image] Aug 14 22:15:09.974 INFO O| Aug 14 22:15:09.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71312026-08-14T22:15:11.014Z[ recovery-image] Aug 14 22:15:09.974 INFO O| Aug 14 22:15:09.974 INFO STEP 621 (remove_files) COMPLETE
71322026-08-14T22:15:11.019Z[ recovery-image] Aug 14 22:15:09.974 INFO O| Aug 14 22:15:09.974 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-14T22:15:11.025Z[ recovery-image] Aug 14 22:15:09.983 INFO O| Aug 14 22:15:09.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71342026-08-14T22:15:11.025Z[ recovery-image] Aug 14 22:15:09.983 INFO O| Aug 14 22:15:09.983 INFO STEP 622 (remove_files) COMPLETE
71352026-08-14T22:15:11.025Z[ recovery-image] Aug 14 22:15:09.983 INFO O| Aug 14 22:15:09.983 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-14T22:15:11.034Z[ recovery-image] Aug 14 22:15:09.994 INFO O| Aug 14 22:15:09.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71372026-08-14T22:15:11.034Z[ recovery-image] Aug 14 22:15:09.995 INFO O| Aug 14 22:15:09.995 INFO STEP 623 (remove_files) COMPLETE
71382026-08-14T22:15:11.039Z[ recovery-image] Aug 14 22:15:09.995 INFO O| Aug 14 22:15:09.995 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-14T22:15:11.045Z[ recovery-image] Aug 14 22:15:10.005 INFO O| Aug 14 22:15:10.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71402026-08-14T22:15:11.045Z[ recovery-image] Aug 14 22:15:10.005 INFO O| Aug 14 22:15:10.005 INFO STEP 624 (remove_files) COMPLETE
71412026-08-14T22:15:11.045Z[ recovery-image] Aug 14 22:15:10.005 INFO O| Aug 14 22:15:10.005 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-14T22:15:11.055Z[ recovery-image] Aug 14 22:15:10.016 INFO O| Aug 14 22:15:10.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71432026-08-14T22:15:11.055Z[ recovery-image] Aug 14 22:15:10.016 INFO O| Aug 14 22:15:10.016 INFO STEP 625 (remove_files) COMPLETE
71442026-08-14T22:15:11.055Z[ recovery-image] Aug 14 22:15:10.016 INFO O| Aug 14 22:15:10.016 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-14T22:15:11.065Z[ recovery-image] Aug 14 22:15:10.026 INFO O| Aug 14 22:15:10.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71462026-08-14T22:15:11.065Z[ recovery-image] Aug 14 22:15:10.026 INFO O| Aug 14 22:15:10.026 INFO STEP 626 (remove_files) COMPLETE
71472026-08-14T22:15:11.065Z[ recovery-image] Aug 14 22:15:10.026 INFO O| Aug 14 22:15:10.026 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-14T22:15:11.075Z[ recovery-image] Aug 14 22:15:10.035 INFO O| Aug 14 22:15:10.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71492026-08-14T22:15:11.075Z[ recovery-image] Aug 14 22:15:10.035 INFO O| Aug 14 22:15:10.035 INFO STEP 627 (remove_files) COMPLETE
71502026-08-14T22:15:11.079Z[ recovery-image] Aug 14 22:15:10.035 INFO O| Aug 14 22:15:10.035 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-14T22:15:11.083Z[ recovery-image] Aug 14 22:15:10.044 INFO O| Aug 14 22:15:10.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71522026-08-14T22:15:11.083Z[ recovery-image] Aug 14 22:15:10.044 INFO O| Aug 14 22:15:10.044 INFO STEP 628 (remove_files) COMPLETE
71532026-08-14T22:15:11.083Z[ recovery-image] Aug 14 22:15:10.044 INFO O| Aug 14 22:15:10.044 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-14T22:15:11.093Z[ recovery-image] Aug 14 22:15:10.054 INFO O| Aug 14 22:15:10.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71552026-08-14T22:15:11.093Z[ recovery-image] Aug 14 22:15:10.054 INFO O| Aug 14 22:15:10.054 INFO STEP 629 (remove_files) COMPLETE
71562026-08-14T22:15:11.093Z[ recovery-image] Aug 14 22:15:10.054 INFO O| Aug 14 22:15:10.054 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-14T22:15:11.102Z[ recovery-image] Aug 14 22:15:10.063 INFO O| Aug 14 22:15:10.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71582026-08-14T22:15:11.103Z[ recovery-image] Aug 14 22:15:10.063 INFO O| Aug 14 22:15:10.063 INFO STEP 630 (remove_files) COMPLETE
71592026-08-14T22:15:11.103Z[ recovery-image] Aug 14 22:15:10.063 INFO O| Aug 14 22:15:10.063 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-14T22:15:11.113Z[ recovery-image] Aug 14 22:15:10.073 INFO O| Aug 14 22:15:10.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71612026-08-14T22:15:11.113Z[ recovery-image] Aug 14 22:15:10.073 INFO O| Aug 14 22:15:10.073 INFO STEP 631 (remove_files) COMPLETE
71622026-08-14T22:15:11.117Z[ recovery-image] Aug 14 22:15:10.073 INFO O| Aug 14 22:15:10.073 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-14T22:15:11.123Z[ recovery-image] Aug 14 22:15:10.083 INFO O| Aug 14 22:15:10.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71642026-08-14T22:15:11.123Z[ recovery-image] Aug 14 22:15:10.084 INFO O| Aug 14 22:15:10.084 INFO STEP 632 (remove_files) COMPLETE
71652026-08-14T22:15:11.127Z[ recovery-image] Aug 14 22:15:10.084 INFO O| Aug 14 22:15:10.084 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-14T22:15:11.133Z[ recovery-image] Aug 14 22:15:10.094 INFO O| Aug 14 22:15:10.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71672026-08-14T22:15:11.133Z[ recovery-image] Aug 14 22:15:10.094 INFO O| Aug 14 22:15:10.094 INFO STEP 633 (remove_files) COMPLETE
71682026-08-14T22:15:11.134Z[ recovery-image] Aug 14 22:15:10.094 INFO O| Aug 14 22:15:10.094 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-14T22:15:11.144Z[ recovery-image] Aug 14 22:15:10.104 INFO O| Aug 14 22:15:10.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71702026-08-14T22:15:11.144Z[ recovery-image] Aug 14 22:15:10.104 INFO O| Aug 14 22:15:10.104 INFO STEP 634 (remove_files) COMPLETE
71712026-08-14T22:15:11.148Z[ recovery-image] Aug 14 22:15:10.104 INFO O| Aug 14 22:15:10.104 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-14T22:15:11.155Z[ recovery-image] Aug 14 22:15:10.115 INFO O| Aug 14 22:15:10.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71732026-08-14T22:15:11.155Z[ recovery-image] Aug 14 22:15:10.115 INFO O| Aug 14 22:15:10.115 INFO STEP 635 (remove_files) COMPLETE
71742026-08-14T22:15:11.155Z[ recovery-image] Aug 14 22:15:10.115 INFO O| Aug 14 22:15:10.115 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-14T22:15:11.164Z[ recovery-image] Aug 14 22:15:10.124 INFO O| Aug 14 22:15:10.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71762026-08-14T22:15:11.164Z[ recovery-image] Aug 14 22:15:10.124 INFO O| Aug 14 22:15:10.124 INFO STEP 636 (remove_files) COMPLETE
71772026-08-14T22:15:11.164Z[ recovery-image] Aug 14 22:15:10.124 INFO O| Aug 14 22:15:10.124 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-14T22:15:11.172Z[ recovery-image] Aug 14 22:15:10.133 INFO O| Aug 14 22:15:10.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71792026-08-14T22:15:11.173Z[ recovery-image] Aug 14 22:15:10.133 INFO O| Aug 14 22:15:10.133 INFO STEP 637 (remove_files) COMPLETE
71802026-08-14T22:15:11.176Z[ recovery-image] Aug 14 22:15:10.133 INFO O| Aug 14 22:15:10.133 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-14T22:15:11.184Z[ recovery-image] Aug 14 22:15:10.144 INFO O| Aug 14 22:15:10.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71822026-08-14T22:15:11.184Z[ recovery-image] Aug 14 22:15:10.144 INFO O| Aug 14 22:15:10.144 INFO STEP 638 (remove_files) COMPLETE
71832026-08-14T22:15:11.184Z[ recovery-image] Aug 14 22:15:10.144 INFO O| Aug 14 22:15:10.144 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-14T22:15:11.193Z[ recovery-image] Aug 14 22:15:10.153 INFO O| Aug 14 22:15:10.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71852026-08-14T22:15:11.193Z[ recovery-image] Aug 14 22:15:10.154 INFO O| Aug 14 22:15:10.154 INFO STEP 639 (remove_files) COMPLETE
71862026-08-14T22:15:11.193Z[ recovery-image] Aug 14 22:15:10.154 INFO O| Aug 14 22:15:10.154 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-14T22:15:11.202Z[ recovery-image] Aug 14 22:15:10.162 INFO O| Aug 14 22:15:10.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71882026-08-14T22:15:11.202Z[ recovery-image] Aug 14 22:15:10.162 INFO O| Aug 14 22:15:10.162 INFO STEP 640 (remove_files) COMPLETE
71892026-08-14T22:15:11.202Z[ recovery-image] Aug 14 22:15:10.162 INFO O| Aug 14 22:15:10.162 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-14T22:15:11.212Z[ recovery-image] Aug 14 22:15:10.173 INFO O| Aug 14 22:15:10.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71912026-08-14T22:15:11.212Z[ recovery-image] Aug 14 22:15:10.173 INFO O| Aug 14 22:15:10.173 INFO STEP 641 (remove_files) COMPLETE
71922026-08-14T22:15:11.212Z[ recovery-image] Aug 14 22:15:10.173 INFO O| Aug 14 22:15:10.173 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-14T22:15:11.223Z[ recovery-image] Aug 14 22:15:10.183 INFO O| Aug 14 22:15:10.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71942026-08-14T22:15:11.223Z[ recovery-image] Aug 14 22:15:10.183 INFO O| Aug 14 22:15:10.183 INFO STEP 642 (remove_files) COMPLETE
71952026-08-14T22:15:11.223Z[ recovery-image] Aug 14 22:15:10.183 INFO O| Aug 14 22:15:10.183 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-14T22:15:11.232Z[ recovery-image] Aug 14 22:15:10.193 INFO O| Aug 14 22:15:10.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71972026-08-14T22:15:11.232Z[ recovery-image] Aug 14 22:15:10.193 INFO O| Aug 14 22:15:10.193 INFO STEP 643 (remove_files) COMPLETE
71982026-08-14T22:15:11.232Z[ recovery-image] Aug 14 22:15:10.193 INFO O| Aug 14 22:15:10.193 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-14T22:15:11.241Z[ recovery-image] Aug 14 22:15:10.202 INFO O| Aug 14 22:15:10.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72002026-08-14T22:15:11.241Z[ recovery-image] Aug 14 22:15:10.202 INFO O| Aug 14 22:15:10.202 INFO STEP 644 (remove_files) COMPLETE
72012026-08-14T22:15:11.242Z[ recovery-image] Aug 14 22:15:10.202 INFO O| Aug 14 22:15:10.202 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-14T22:15:11.250Z[ recovery-image] Aug 14 22:15:10.211 INFO O| Aug 14 22:15:10.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72032026-08-14T22:15:11.250Z[ recovery-image] Aug 14 22:15:10.211 INFO O| Aug 14 22:15:10.211 INFO STEP 645 (remove_files) COMPLETE
72042026-08-14T22:15:11.250Z[ recovery-image] Aug 14 22:15:10.211 INFO O| Aug 14 22:15:10.211 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-14T22:15:11.261Z[ recovery-image] Aug 14 22:15:10.221 INFO O| Aug 14 22:15:10.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72062026-08-14T22:15:11.261Z[ recovery-image] Aug 14 22:15:10.221 INFO O| Aug 14 22:15:10.221 INFO STEP 646 (remove_files) COMPLETE
72072026-08-14T22:15:11.261Z[ recovery-image] Aug 14 22:15:10.221 INFO O| Aug 14 22:15:10.221 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-14T22:15:11.272Z[ recovery-image] Aug 14 22:15:10.233 INFO O| Aug 14 22:15:10.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72092026-08-14T22:15:11.272Z[ recovery-image] Aug 14 22:15:10.233 INFO O| Aug 14 22:15:10.233 INFO STEP 647 (remove_files) COMPLETE
72102026-08-14T22:15:11.277Z[ recovery-image] Aug 14 22:15:10.233 INFO O| Aug 14 22:15:10.233 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-14T22:15:11.282Z[ recovery-image] Aug 14 22:15:10.243 INFO O| Aug 14 22:15:10.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72122026-08-14T22:15:11.282Z[ recovery-image] Aug 14 22:15:10.243 INFO O| Aug 14 22:15:10.243 INFO STEP 648 (remove_files) COMPLETE
72132026-08-14T22:15:11.286Z[ recovery-image] Aug 14 22:15:10.243 INFO O| Aug 14 22:15:10.243 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-14T22:15:11.291Z[ recovery-image] Aug 14 22:15:10.252 INFO O| Aug 14 22:15:10.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72152026-08-14T22:15:11.291Z[ recovery-image] Aug 14 22:15:10.252 INFO O| Aug 14 22:15:10.252 INFO STEP 649 (remove_files) COMPLETE
72162026-08-14T22:15:11.291Z[ recovery-image] Aug 14 22:15:10.252 INFO O| Aug 14 22:15:10.252 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-14T22:15:11.301Z[ recovery-image] Aug 14 22:15:10.262 INFO O| Aug 14 22:15:10.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72182026-08-14T22:15:11.301Z[ recovery-image] Aug 14 22:15:10.262 INFO O| Aug 14 22:15:10.262 INFO STEP 650 (remove_files) COMPLETE
72192026-08-14T22:15:11.301Z[ recovery-image] Aug 14 22:15:10.262 INFO O| Aug 14 22:15:10.262 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-14T22:15:11.311Z[ recovery-image] Aug 14 22:15:10.271 INFO O| Aug 14 22:15:10.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72212026-08-14T22:15:11.311Z[ recovery-image] Aug 14 22:15:10.271 INFO O| Aug 14 22:15:10.271 INFO STEP 651 (remove_files) COMPLETE
72222026-08-14T22:15:11.311Z[ recovery-image] Aug 14 22:15:10.272 INFO O| Aug 14 22:15:10.271 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-14T22:15:11.321Z[ recovery-image] Aug 14 22:15:10.281 INFO O| Aug 14 22:15:10.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72242026-08-14T22:15:11.321Z[ recovery-image] Aug 14 22:15:10.281 INFO O| Aug 14 22:15:10.281 INFO STEP 652 (remove_files) COMPLETE
72252026-08-14T22:15:11.321Z[ recovery-image] Aug 14 22:15:10.281 INFO O| Aug 14 22:15:10.281 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-14T22:15:11.331Z[ recovery-image] Aug 14 22:15:10.291 INFO O| Aug 14 22:15:10.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72272026-08-14T22:15:11.331Z[ recovery-image] Aug 14 22:15:10.291 INFO O| Aug 14 22:15:10.291 INFO STEP 653 (remove_files) COMPLETE
72282026-08-14T22:15:11.331Z[ recovery-image] Aug 14 22:15:10.291 INFO O| Aug 14 22:15:10.291 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-14T22:15:11.342Z[ recovery-image] Aug 14 22:15:10.302 INFO O| Aug 14 22:15:10.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72302026-08-14T22:15:11.342Z[ recovery-image] Aug 14 22:15:10.302 INFO O| Aug 14 22:15:10.302 INFO STEP 654 (remove_files) COMPLETE
72312026-08-14T22:15:11.342Z[ recovery-image] Aug 14 22:15:10.302 INFO O| Aug 14 22:15:10.302 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-14T22:15:11.352Z[ recovery-image] Aug 14 22:15:10.312 INFO O| Aug 14 22:15:10.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72332026-08-14T22:15:11.356Z[ recovery-image] Aug 14 22:15:10.314 INFO O| Aug 14 22:15:10.314 INFO STEP 655 (remove_files) COMPLETE
72342026-08-14T22:15:11.356Z[ recovery-image] Aug 14 22:15:10.314 INFO O| Aug 14 22:15:10.314 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-14T22:15:11.364Z[ recovery-image] Aug 14 22:15:10.325 INFO O| Aug 14 22:15:10.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72362026-08-14T22:15:11.364Z[ recovery-image] Aug 14 22:15:10.325 INFO O| Aug 14 22:15:10.325 INFO STEP 656 (remove_files) COMPLETE
72372026-08-14T22:15:11.368Z[ recovery-image] Aug 14 22:15:10.325 INFO O| Aug 14 22:15:10.325 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-14T22:15:11.374Z[ recovery-image] Aug 14 22:15:10.334 INFO O| Aug 14 22:15:10.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72392026-08-14T22:15:11.374Z[ recovery-image] Aug 14 22:15:10.334 INFO O| Aug 14 22:15:10.334 INFO STEP 657 (remove_files) COMPLETE
72402026-08-14T22:15:11.374Z[ recovery-image] Aug 14 22:15:10.334 INFO O| Aug 14 22:15:10.334 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-14T22:15:11.385Z[ recovery-image] Aug 14 22:15:10.346 INFO O| Aug 14 22:15:10.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72422026-08-14T22:15:11.385Z[ recovery-image] Aug 14 22:15:10.346 INFO O| Aug 14 22:15:10.346 INFO STEP 658 (remove_files) COMPLETE
72432026-08-14T22:15:11.385Z[ recovery-image] Aug 14 22:15:10.346 INFO O| Aug 14 22:15:10.346 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-14T22:15:11.396Z[ recovery-image] Aug 14 22:15:10.357 INFO O| Aug 14 22:15:10.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72452026-08-14T22:15:11.396Z[ recovery-image] Aug 14 22:15:10.357 INFO O| Aug 14 22:15:10.357 INFO STEP 659 (remove_files) COMPLETE
72462026-08-14T22:15:11.400Z[ recovery-image] Aug 14 22:15:10.357 INFO O| Aug 14 22:15:10.357 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-14T22:15:11.407Z[ recovery-image] Aug 14 22:15:10.367 INFO O| Aug 14 22:15:10.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72482026-08-14T22:15:11.407Z[ recovery-image] Aug 14 22:15:10.367 INFO O| Aug 14 22:15:10.367 INFO STEP 660 (remove_files) COMPLETE
72492026-08-14T22:15:11.407Z[ recovery-image] Aug 14 22:15:10.367 INFO O| Aug 14 22:15:10.367 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-14T22:15:11.419Z[ recovery-image] Aug 14 22:15:10.380 INFO O| Aug 14 22:15:10.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72512026-08-14T22:15:11.419Z[ recovery-image] Aug 14 22:15:10.380 INFO O| Aug 14 22:15:10.380 INFO STEP 661 (remove_files) COMPLETE
72522026-08-14T22:15:11.419Z[ recovery-image] Aug 14 22:15:10.380 INFO O| Aug 14 22:15:10.380 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-14T22:15:11.431Z[ recovery-image] Aug 14 22:15:10.391 INFO O| Aug 14 22:15:10.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72542026-08-14T22:15:11.431Z[ recovery-image] Aug 14 22:15:10.391 INFO O| Aug 14 22:15:10.391 INFO STEP 662 (remove_files) COMPLETE
72552026-08-14T22:15:11.431Z[ recovery-image] Aug 14 22:15:10.391 INFO O| Aug 14 22:15:10.391 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-14T22:15:11.441Z[ recovery-image] Aug 14 22:15:10.402 INFO O| Aug 14 22:15:10.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72572026-08-14T22:15:11.441Z[ recovery-image] Aug 14 22:15:10.402 INFO O| Aug 14 22:15:10.402 INFO STEP 663 (remove_files) COMPLETE
72582026-08-14T22:15:11.441Z[ recovery-image] Aug 14 22:15:10.402 INFO O| Aug 14 22:15:10.402 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-14T22:15:11.450Z[ recovery-image] Aug 14 22:15:10.411 INFO O| Aug 14 22:15:10.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72602026-08-14T22:15:11.450Z[ recovery-image] Aug 14 22:15:10.411 INFO O| Aug 14 22:15:10.411 INFO STEP 664 (remove_files) COMPLETE
72612026-08-14T22:15:11.450Z[ recovery-image] Aug 14 22:15:10.411 INFO O| Aug 14 22:15:10.411 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-14T22:15:11.460Z[ recovery-image] Aug 14 22:15:10.419 INFO O| Aug 14 22:15:10.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72632026-08-14T22:15:11.460Z[ recovery-image] Aug 14 22:15:10.419 INFO O| Aug 14 22:15:10.419 INFO STEP 665 (remove_files) COMPLETE
72642026-08-14T22:15:11.464Z[ recovery-image] Aug 14 22:15:10.420 INFO O| Aug 14 22:15:10.419 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-14T22:15:11.467Z[ recovery-image] Aug 14 22:15:10.428 INFO O| Aug 14 22:15:10.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72662026-08-14T22:15:11.467Z[ recovery-image] Aug 14 22:15:10.428 INFO O| Aug 14 22:15:10.428 INFO STEP 666 (remove_files) COMPLETE
72672026-08-14T22:15:11.467Z[ recovery-image] Aug 14 22:15:10.428 INFO O| Aug 14 22:15:10.428 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-14T22:15:11.476Z[ recovery-image] Aug 14 22:15:10.436 INFO O| Aug 14 22:15:10.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72692026-08-14T22:15:11.476Z[ recovery-image] Aug 14 22:15:10.436 INFO O| Aug 14 22:15:10.436 INFO STEP 667 (remove_files) COMPLETE
72702026-08-14T22:15:11.481Z[ recovery-image] Aug 14 22:15:10.436 INFO O| Aug 14 22:15:10.436 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-14T22:15:11.489Z[ recovery-image] Aug 14 22:15:10.450 INFO O| Aug 14 22:15:10.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72722026-08-14T22:15:11.489Z[ recovery-image] Aug 14 22:15:10.450 INFO O| Aug 14 22:15:10.450 INFO STEP 668 (remove_files) COMPLETE
72732026-08-14T22:15:11.489Z[ recovery-image] Aug 14 22:15:10.450 INFO O| Aug 14 22:15:10.450 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-14T22:15:11.520Z[ recovery-image] Aug 14 22:15:10.480 INFO O| Aug 14 22:15:10.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72752026-08-14T22:15:11.520Z[ recovery-image] Aug 14 22:15:10.480 INFO O| Aug 14 22:15:10.480 INFO STEP 669 (remove_files) COMPLETE
72762026-08-14T22:15:11.520Z[ recovery-image] Aug 14 22:15:10.480 INFO O| Aug 14 22:15:10.480 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-14T22:15:11.530Z[ recovery-image] Aug 14 22:15:10.491 INFO O| Aug 14 22:15:10.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72782026-08-14T22:15:11.531Z[ recovery-image] Aug 14 22:15:10.491 INFO O| Aug 14 22:15:10.491 INFO STEP 670 (remove_files) COMPLETE
72792026-08-14T22:15:11.535Z[ recovery-image] Aug 14 22:15:10.491 INFO O| Aug 14 22:15:10.491 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-14T22:15:11.541Z[ recovery-image] Aug 14 22:15:10.501 INFO O| Aug 14 22:15:10.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72812026-08-14T22:15:11.541Z[ recovery-image] Aug 14 22:15:10.501 INFO O| Aug 14 22:15:10.501 INFO STEP 671 (remove_files) COMPLETE
72822026-08-14T22:15:11.541Z[ recovery-image] Aug 14 22:15:10.501 INFO O| Aug 14 22:15:10.501 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-14T22:15:11.549Z[ recovery-image] Aug 14 22:15:10.510 INFO O| Aug 14 22:15:10.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72842026-08-14T22:15:11.549Z[ recovery-image] Aug 14 22:15:10.510 INFO O| Aug 14 22:15:10.510 INFO STEP 672 (remove_files) COMPLETE
72852026-08-14T22:15:11.549Z[ recovery-image] Aug 14 22:15:10.510 INFO O| Aug 14 22:15:10.510 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-14T22:15:11.557Z[ recovery-image] Aug 14 22:15:10.518 INFO O| Aug 14 22:15:10.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72872026-08-14T22:15:11.557Z[ recovery-image] Aug 14 22:15:10.518 INFO O| Aug 14 22:15:10.518 INFO STEP 673 (remove_files) COMPLETE
72882026-08-14T22:15:11.558Z[ recovery-image] Aug 14 22:15:10.518 INFO O| Aug 14 22:15:10.518 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-14T22:15:11.565Z[ recovery-image] Aug 14 22:15:10.525 INFO O| Aug 14 22:15:10.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72902026-08-14T22:15:11.570Z[ recovery-image] Aug 14 22:15:10.526 INFO O| Aug 14 22:15:10.525 INFO STEP 674 (remove_files) COMPLETE
72912026-08-14T22:15:11.570Z[ recovery-image] Aug 14 22:15:10.526 INFO O| Aug 14 22:15:10.526 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-14T22:15:11.574Z[ recovery-image] Aug 14 22:15:10.534 INFO O| Aug 14 22:15:10.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72932026-08-14T22:15:11.574Z[ recovery-image] Aug 14 22:15:10.534 INFO O| Aug 14 22:15:10.534 INFO STEP 675 (remove_files) COMPLETE
72942026-08-14T22:15:11.574Z[ recovery-image] Aug 14 22:15:10.534 INFO O| Aug 14 22:15:10.534 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-14T22:15:11.583Z[ recovery-image] Aug 14 22:15:10.543 INFO O| Aug 14 22:15:10.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72962026-08-14T22:15:11.583Z[ recovery-image] Aug 14 22:15:10.543 INFO O| Aug 14 22:15:10.543 INFO STEP 676 (remove_files) COMPLETE
72972026-08-14T22:15:11.583Z[ recovery-image] Aug 14 22:15:10.543 INFO O| Aug 14 22:15:10.543 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-14T22:15:11.591Z[ recovery-image] Aug 14 22:15:10.551 INFO O| Aug 14 22:15:10.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72992026-08-14T22:15:11.595Z[ recovery-image] Aug 14 22:15:10.551 INFO O| Aug 14 22:15:10.551 INFO STEP 677 (remove_files) COMPLETE
73002026-08-14T22:15:11.595Z[ recovery-image] Aug 14 22:15:10.551 INFO O| Aug 14 22:15:10.551 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-14T22:15:11.599Z[ recovery-image] Aug 14 22:15:10.560 INFO O| Aug 14 22:15:10.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73022026-08-14T22:15:11.599Z[ recovery-image] Aug 14 22:15:10.560 INFO O| Aug 14 22:15:10.560 INFO STEP 678 (remove_files) COMPLETE
73032026-08-14T22:15:11.599Z[ recovery-image] Aug 14 22:15:10.560 INFO O| Aug 14 22:15:10.560 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-14T22:15:11.603Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
73052026-08-14T22:15:11.608Z[ recovery-image] Aug 14 22:15:10.568 INFO O| Aug 14 22:15:10.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73062026-08-14T22:15:11.611Z[ recovery-image] Aug 14 22:15:10.569 INFO O| Aug 14 22:15:10.569 INFO STEP 679 (remove_files) COMPLETE
73072026-08-14T22:15:11.611Z[ recovery-image] Aug 14 22:15:10.569 INFO O| Aug 14 22:15:10.569 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-14T22:15:11.619Z[ recovery-image] Aug 14 22:15:10.580 INFO O| Aug 14 22:15:10.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73092026-08-14T22:15:11.619Z[ recovery-image] Aug 14 22:15:10.580 INFO O| Aug 14 22:15:10.580 INFO STEP 680 (remove_files) COMPLETE
73102026-08-14T22:15:11.619Z[ recovery-image] Aug 14 22:15:10.580 INFO O| Aug 14 22:15:10.580 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-14T22:15:11.635Z[ recovery-image] Aug 14 22:15:10.590 INFO O| Aug 14 22:15:10.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73122026-08-14T22:15:11.635Z[ recovery-image] Aug 14 22:15:10.590 INFO O| Aug 14 22:15:10.590 INFO STEP 681 (remove_files) COMPLETE
73132026-08-14T22:15:11.635Z[ recovery-image] Aug 14 22:15:10.590 INFO O| Aug 14 22:15:10.590 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-14T22:15:11.640Z[ recovery-image] Aug 14 22:15:10.599 INFO O| Aug 14 22:15:10.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73152026-08-14T22:15:11.640Z[ recovery-image] Aug 14 22:15:10.599 INFO O| Aug 14 22:15:10.599 INFO STEP 682 (remove_files) COMPLETE
73162026-08-14T22:15:11.640Z[ recovery-image] Aug 14 22:15:10.599 INFO O| Aug 14 22:15:10.599 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-14T22:15:11.648Z[ recovery-image] Aug 14 22:15:10.608 INFO O| Aug 14 22:15:10.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73182026-08-14T22:15:11.648Z[ recovery-image] Aug 14 22:15:10.608 INFO O| Aug 14 22:15:10.608 INFO STEP 683 (remove_files) COMPLETE
73192026-08-14T22:15:11.652Z[ recovery-image] Aug 14 22:15:10.608 INFO O| Aug 14 22:15:10.608 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-14T22:15:11.657Z[ recovery-image] Aug 14 22:15:10.618 INFO O| Aug 14 22:15:10.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73212026-08-14T22:15:11.657Z[ recovery-image] Aug 14 22:15:10.618 INFO O| Aug 14 22:15:10.618 INFO STEP 684 (remove_files) COMPLETE
73222026-08-14T22:15:11.662Z[ recovery-image] Aug 14 22:15:10.618 INFO O| Aug 14 22:15:10.618 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-14T22:15:11.663Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
73242026-08-14T22:15:11.667Z[ recovery-image] Aug 14 22:15:10.628 INFO O| Aug 14 22:15:10.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73252026-08-14T22:15:11.667Z[ recovery-image] Aug 14 22:15:10.628 INFO O| Aug 14 22:15:10.628 INFO STEP 685 (remove_files) COMPLETE
73262026-08-14T22:15:11.667Z[ recovery-image] Aug 14 22:15:10.628 INFO O| Aug 14 22:15:10.628 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-14T22:15:11.682Z[ recovery-image] Aug 14 22:15:10.642 INFO O| Aug 14 22:15:10.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73282026-08-14T22:15:11.682Z[ recovery-image] Aug 14 22:15:10.642 INFO O| Aug 14 22:15:10.642 INFO STEP 686 (remove_files) COMPLETE
73292026-08-14T22:15:11.687Z[ recovery-image] Aug 14 22:15:10.642 INFO O| Aug 14 22:15:10.642 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-14T22:15:11.691Z[ recovery-image] Aug 14 22:15:10.652 INFO O| Aug 14 22:15:10.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73312026-08-14T22:15:11.691Z[ recovery-image] Aug 14 22:15:10.652 INFO O| Aug 14 22:15:10.652 INFO STEP 687 (remove_files) COMPLETE
73322026-08-14T22:15:11.695Z[ recovery-image] Aug 14 22:15:10.652 INFO O| Aug 14 22:15:10.652 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-14T22:15:11.701Z[ recovery-image] Aug 14 22:15:10.662 INFO O| Aug 14 22:15:10.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73342026-08-14T22:15:11.701Z[ recovery-image] Aug 14 22:15:10.662 INFO O| Aug 14 22:15:10.662 INFO STEP 688 (remove_files) COMPLETE
73352026-08-14T22:15:11.705Z[ recovery-image] Aug 14 22:15:10.662 INFO O| Aug 14 22:15:10.662 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-14T22:15:11.711Z[ recovery-image] Aug 14 22:15:10.672 INFO O| Aug 14 22:15:10.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73372026-08-14T22:15:11.711Z[ recovery-image] Aug 14 22:15:10.672 INFO O| Aug 14 22:15:10.672 INFO STEP 689 (remove_files) COMPLETE
73382026-08-14T22:15:11.711Z[ recovery-image] Aug 14 22:15:10.672 INFO O| Aug 14 22:15:10.672 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-14T22:15:11.738Z[ recovery-image] Aug 14 22:15:10.698 INFO O| Aug 14 22:15:10.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73402026-08-14T22:15:11.738Z[ recovery-image] Aug 14 22:15:10.698 INFO O| Aug 14 22:15:10.698 INFO STEP 690 (remove_files) COMPLETE
73412026-08-14T22:15:11.738Z[ recovery-image] Aug 14 22:15:10.698 INFO O| Aug 14 22:15:10.698 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-14T22:15:11.749Z[ recovery-image] Aug 14 22:15:10.709 INFO O| Aug 14 22:15:10.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73432026-08-14T22:15:11.749Z[ recovery-image] Aug 14 22:15:10.709 INFO O| Aug 14 22:15:10.709 INFO STEP 691 (remove_files) COMPLETE
73442026-08-14T22:15:11.753Z[ recovery-image] Aug 14 22:15:10.709 INFO O| Aug 14 22:15:10.709 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-14T22:15:11.757Z[verify-libraries] Compiling git2 v0.20.4
73462026-08-14T22:15:11.761Z[ recovery-image] Aug 14 22:15:10.719 INFO O| Aug 14 22:15:10.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73472026-08-14T22:15:11.761Z[ recovery-image] Aug 14 22:15:10.719 INFO O| Aug 14 22:15:10.719 INFO STEP 692 (remove_files) COMPLETE
73482026-08-14T22:15:11.761Z[ recovery-image] Aug 14 22:15:10.719 INFO O| Aug 14 22:15:10.719 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-14T22:15:11.769Z[ recovery-image] Aug 14 22:15:10.730 INFO O| Aug 14 22:15:10.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73502026-08-14T22:15:11.769Z[ recovery-image] Aug 14 22:15:10.730 INFO O| Aug 14 22:15:10.730 INFO STEP 693 (remove_files) COMPLETE
73512026-08-14T22:15:11.773Z[ recovery-image] Aug 14 22:15:10.730 INFO O| Aug 14 22:15:10.730 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-14T22:15:11.779Z[ recovery-image] Aug 14 22:15:10.740 INFO O| Aug 14 22:15:10.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73532026-08-14T22:15:11.779Z[ recovery-image] Aug 14 22:15:10.740 INFO O| Aug 14 22:15:10.740 INFO STEP 694 (remove_files) COMPLETE
73542026-08-14T22:15:11.779Z[ recovery-image] Aug 14 22:15:10.740 INFO O| Aug 14 22:15:10.740 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-14T22:15:11.790Z[ recovery-image] Aug 14 22:15:10.750 INFO O| Aug 14 22:15:10.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73562026-08-14T22:15:11.790Z[ recovery-image] Aug 14 22:15:10.750 INFO O| Aug 14 22:15:10.750 INFO STEP 695 (remove_files) COMPLETE
73572026-08-14T22:15:11.794Z[ recovery-image] Aug 14 22:15:10.750 INFO O| Aug 14 22:15:10.750 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-14T22:15:11.800Z[ recovery-image] Aug 14 22:15:10.760 INFO O| Aug 14 22:15:10.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73592026-08-14T22:15:11.800Z[ recovery-image] Aug 14 22:15:10.760 INFO O| Aug 14 22:15:10.760 INFO STEP 696 (remove_files) COMPLETE
73602026-08-14T22:15:11.804Z[ recovery-image] Aug 14 22:15:10.760 INFO O| Aug 14 22:15:10.760 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-14T22:15:11.810Z[ recovery-image] Aug 14 22:15:10.771 INFO O| Aug 14 22:15:10.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73622026-08-14T22:15:11.810Z[ recovery-image] Aug 14 22:15:10.771 INFO O| Aug 14 22:15:10.771 INFO STEP 697 (remove_files) COMPLETE
73632026-08-14T22:15:11.814Z[ recovery-image] Aug 14 22:15:10.771 INFO O| Aug 14 22:15:10.771 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-14T22:15:11.831Z[ recovery-image] Aug 14 22:15:10.781 INFO O| Aug 14 22:15:10.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73652026-08-14T22:15:11.831Z[ recovery-image] Aug 14 22:15:10.781 INFO O| Aug 14 22:15:10.781 INFO STEP 698 (remove_files) COMPLETE
73662026-08-14T22:15:11.831Z[ recovery-image] Aug 14 22:15:10.781 INFO O| Aug 14 22:15:10.781 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-14T22:15:11.835Z[ recovery-image] Aug 14 22:15:10.792 INFO O| Aug 14 22:15:10.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73682026-08-14T22:15:11.835Z[ recovery-image] Aug 14 22:15:10.792 INFO O| Aug 14 22:15:10.792 INFO STEP 699 (remove_files) COMPLETE
73692026-08-14T22:15:11.835Z[ recovery-image] Aug 14 22:15:10.792 INFO O| Aug 14 22:15:10.792 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-14T22:15:11.841Z[ recovery-image] Aug 14 22:15:10.802 INFO O| Aug 14 22:15:10.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73712026-08-14T22:15:11.843Z[ recovery-image] Aug 14 22:15:10.802 INFO O| Aug 14 22:15:10.802 INFO STEP 700 (remove_files) COMPLETE
73722026-08-14T22:15:11.843Z[ recovery-image] Aug 14 22:15:10.802 INFO O| Aug 14 22:15:10.802 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-14T22:15:11.855Z[ recovery-image] Aug 14 22:15:10.810 INFO O| Aug 14 22:15:10.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73742026-08-14T22:15:11.855Z[ recovery-image] Aug 14 22:15:10.810 INFO O| Aug 14 22:15:10.810 INFO STEP 701 (remove_files) COMPLETE
73752026-08-14T22:15:11.855Z[ recovery-image] Aug 14 22:15:10.810 INFO O| Aug 14 22:15:10.810 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-14T22:15:11.859Z[ recovery-image] Aug 14 22:15:10.818 INFO O| Aug 14 22:15:10.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73772026-08-14T22:15:11.860Z[ recovery-image] Aug 14 22:15:10.818 INFO O| Aug 14 22:15:10.818 INFO STEP 702 (remove_files) COMPLETE
73782026-08-14T22:15:11.860Z[ recovery-image] Aug 14 22:15:10.818 INFO O| Aug 14 22:15:10.818 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-14T22:15:11.865Z[ recovery-image] Aug 14 22:15:10.826 INFO O| Aug 14 22:15:10.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73802026-08-14T22:15:11.869Z[ recovery-image] Aug 14 22:15:10.826 INFO O| Aug 14 22:15:10.826 INFO STEP 703 (remove_files) COMPLETE
73812026-08-14T22:15:11.869Z[ recovery-image] Aug 14 22:15:10.826 INFO O| Aug 14 22:15:10.826 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-14T22:15:11.874Z[ recovery-image] Aug 14 22:15:10.834 INFO O| Aug 14 22:15:10.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73832026-08-14T22:15:11.874Z[ recovery-image] Aug 14 22:15:10.834 INFO O| Aug 14 22:15:10.834 INFO STEP 704 (remove_files) COMPLETE
73842026-08-14T22:15:11.878Z[ recovery-image] Aug 14 22:15:10.834 INFO O| Aug 14 22:15:10.834 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-14T22:15:11.882Z[ recovery-image] Aug 14 22:15:10.841 INFO O| Aug 14 22:15:10.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73862026-08-14T22:15:11.882Z[ recovery-image] Aug 14 22:15:10.841 INFO O| Aug 14 22:15:10.841 INFO STEP 705 (remove_files) COMPLETE
73872026-08-14T22:15:11.882Z[ recovery-image] Aug 14 22:15:10.841 INFO O| Aug 14 22:15:10.841 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-14T22:15:11.888Z[ recovery-image] Aug 14 22:15:10.849 INFO O| Aug 14 22:15:10.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73892026-08-14T22:15:11.889Z[ recovery-image] Aug 14 22:15:10.849 INFO O| Aug 14 22:15:10.849 INFO STEP 706 (remove_files) COMPLETE
73902026-08-14T22:15:11.889Z[ recovery-image] Aug 14 22:15:10.849 INFO O| Aug 14 22:15:10.849 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-14T22:15:11.917Z[ recovery-image] Aug 14 22:15:10.857 INFO O| Aug 14 22:15:10.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73922026-08-14T22:15:11.917Z[ recovery-image] Aug 14 22:15:10.857 INFO O| Aug 14 22:15:10.857 INFO STEP 707 (remove_files) COMPLETE
73932026-08-14T22:15:11.917Z[ recovery-image] Aug 14 22:15:10.857 INFO O| Aug 14 22:15:10.857 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-14T22:15:11.917Z[ recovery-image] Aug 14 22:15:10.865 INFO O| Aug 14 22:15:10.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73952026-08-14T22:15:11.917Z[ recovery-image] Aug 14 22:15:10.865 INFO O| Aug 14 22:15:10.865 INFO STEP 708 (remove_files) COMPLETE
73962026-08-14T22:15:11.917Z[ recovery-image] Aug 14 22:15:10.865 INFO O| Aug 14 22:15:10.865 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-14T22:15:11.917Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
73982026-08-14T22:15:11.917Z[ recovery-image] Aug 14 22:15:10.875 INFO O| Aug 14 22:15:10.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73992026-08-14T22:15:11.917Z[ recovery-image] Aug 14 22:15:10.875 INFO O| Aug 14 22:15:10.875 INFO STEP 709 (remove_files) COMPLETE
74002026-08-14T22:15:11.917Z[ recovery-image] Aug 14 22:15:10.875 INFO O| Aug 14 22:15:10.875 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-14T22:15:11.924Z[ recovery-image] Aug 14 22:15:10.885 INFO O| Aug 14 22:15:10.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74022026-08-14T22:15:11.924Z[ recovery-image] Aug 14 22:15:10.885 INFO O| Aug 14 22:15:10.885 INFO STEP 710 (remove_files) COMPLETE
74032026-08-14T22:15:11.924Z[ recovery-image] Aug 14 22:15:10.885 INFO O| Aug 14 22:15:10.885 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-14T22:15:11.934Z[ recovery-image] Aug 14 22:15:10.895 INFO O| Aug 14 22:15:10.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74052026-08-14T22:15:11.934Z[ recovery-image] Aug 14 22:15:10.895 INFO O| Aug 14 22:15:10.895 INFO STEP 711 (remove_files) COMPLETE
74062026-08-14T22:15:11.935Z[ recovery-image] Aug 14 22:15:10.895 INFO O| Aug 14 22:15:10.895 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-14T22:15:11.945Z[ recovery-image] Aug 14 22:15:10.905 INFO O| Aug 14 22:15:10.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74082026-08-14T22:15:11.945Z[ recovery-image] Aug 14 22:15:10.905 INFO O| Aug 14 22:15:10.905 INFO STEP 712 (remove_files) COMPLETE
74092026-08-14T22:15:11.945Z[ recovery-image] Aug 14 22:15:10.905 INFO O| Aug 14 22:15:10.905 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-14T22:15:11.954Z[ recovery-image] Aug 14 22:15:10.915 INFO O| Aug 14 22:15:10.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74112026-08-14T22:15:11.955Z[ recovery-image] Aug 14 22:15:10.915 INFO O| Aug 14 22:15:10.915 INFO STEP 713 (remove_files) COMPLETE
74122026-08-14T22:15:11.955Z[ recovery-image] Aug 14 22:15:10.915 INFO O| Aug 14 22:15:10.915 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-14T22:15:11.964Z[ recovery-image] Aug 14 22:15:10.925 INFO O| Aug 14 22:15:10.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74142026-08-14T22:15:11.964Z[ recovery-image] Aug 14 22:15:10.925 INFO O| Aug 14 22:15:10.925 INFO STEP 714 (remove_files) COMPLETE
74152026-08-14T22:15:11.965Z[ recovery-image] Aug 14 22:15:10.925 INFO O| Aug 14 22:15:10.925 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-14T22:15:11.975Z[ recovery-image] Aug 14 22:15:10.935 INFO O| Aug 14 22:15:10.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74172026-08-14T22:15:11.975Z[ recovery-image] Aug 14 22:15:10.935 INFO O| Aug 14 22:15:10.935 INFO STEP 715 (remove_files) COMPLETE
74182026-08-14T22:15:11.975Z[ recovery-image] Aug 14 22:15:10.935 INFO O| Aug 14 22:15:10.935 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-14T22:15:11.985Z[ recovery-image] Aug 14 22:15:10.946 INFO O| Aug 14 22:15:10.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74202026-08-14T22:15:11.986Z[ recovery-image] Aug 14 22:15:10.946 INFO O| Aug 14 22:15:10.946 INFO STEP 716 (remove_files) COMPLETE
74212026-08-14T22:15:11.986Z[ recovery-image] Aug 14 22:15:10.946 INFO O| Aug 14 22:15:10.946 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-14T22:15:11.995Z[ recovery-image] Aug 14 22:15:10.956 INFO O| Aug 14 22:15:10.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74232026-08-14T22:15:11.995Z[ recovery-image] Aug 14 22:15:10.956 INFO O| Aug 14 22:15:10.956 INFO STEP 717 (remove_files) COMPLETE
74242026-08-14T22:15:11.999Z[ recovery-image] Aug 14 22:15:10.956 INFO O| Aug 14 22:15:10.956 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-14T22:15:12.005Z[ recovery-image] Aug 14 22:15:10.965 INFO O| Aug 14 22:15:10.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74262026-08-14T22:15:12.005Z[ recovery-image] Aug 14 22:15:10.966 INFO O| Aug 14 22:15:10.965 INFO STEP 718 (remove_files) COMPLETE
74272026-08-14T22:15:12.005Z[ recovery-image] Aug 14 22:15:10.966 INFO O| Aug 14 22:15:10.965 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-14T22:15:12.015Z[ recovery-image] Aug 14 22:15:10.976 INFO O| Aug 14 22:15:10.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74292026-08-14T22:15:12.015Z[ recovery-image] Aug 14 22:15:10.976 INFO O| Aug 14 22:15:10.976 INFO STEP 719 (remove_files) COMPLETE
74302026-08-14T22:15:12.015Z[ recovery-image] Aug 14 22:15:10.976 INFO O| Aug 14 22:15:10.976 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-14T22:15:12.025Z[ recovery-image] Aug 14 22:15:10.986 INFO O| Aug 14 22:15:10.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74322026-08-14T22:15:12.026Z[ recovery-image] Aug 14 22:15:10.986 INFO O| Aug 14 22:15:10.986 INFO STEP 720 (remove_files) COMPLETE
74332026-08-14T22:15:12.030Z[ recovery-image] Aug 14 22:15:10.986 INFO O| Aug 14 22:15:10.986 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-14T22:15:12.036Z[ recovery-image] Aug 14 22:15:10.997 INFO O| Aug 14 22:15:10.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74352026-08-14T22:15:12.036Z[ recovery-image] Aug 14 22:15:10.997 INFO O| Aug 14 22:15:10.997 INFO STEP 721 (remove_files) COMPLETE
74362026-08-14T22:15:12.036Z[ recovery-image] Aug 14 22:15:10.997 INFO O| Aug 14 22:15:10.997 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-14T22:15:12.046Z[ recovery-image] Aug 14 22:15:11.007 INFO O| Aug 14 22:15:11.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74382026-08-14T22:15:12.046Z[ recovery-image] Aug 14 22:15:11.007 INFO O| Aug 14 22:15:11.007 INFO STEP 722 (remove_files) COMPLETE
74392026-08-14T22:15:12.046Z[ recovery-image] Aug 14 22:15:11.007 INFO O| Aug 14 22:15:11.007 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-14T22:15:12.057Z[ recovery-image] Aug 14 22:15:11.016 INFO O| Aug 14 22:15:11.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74412026-08-14T22:15:12.057Z[ recovery-image] Aug 14 22:15:11.016 INFO O| Aug 14 22:15:11.016 INFO STEP 723 (remove_files) COMPLETE
74422026-08-14T22:15:12.057Z[ recovery-image] Aug 14 22:15:11.016 INFO O| Aug 14 22:15:11.016 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-14T22:15:12.061Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
74442026-08-14T22:15:12.065Z[ recovery-image] Aug 14 22:15:11.025 INFO O| Aug 14 22:15:11.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74452026-08-14T22:15:12.065Z[ recovery-image] Aug 14 22:15:11.025 INFO O| Aug 14 22:15:11.025 INFO STEP 724 (remove_files) COMPLETE
74462026-08-14T22:15:12.065Z[ recovery-image] Aug 14 22:15:11.025 INFO O| Aug 14 22:15:11.025 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-14T22:15:12.075Z[ recovery-image] Aug 14 22:15:11.035 INFO O| Aug 14 22:15:11.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74482026-08-14T22:15:12.075Z[ recovery-image] Aug 14 22:15:11.035 INFO O| Aug 14 22:15:11.035 INFO STEP 725 (remove_files) COMPLETE
74492026-08-14T22:15:12.079Z[ recovery-image] Aug 14 22:15:11.035 INFO O| Aug 14 22:15:11.035 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-14T22:15:12.084Z[ recovery-image] Aug 14 22:15:11.045 INFO O| Aug 14 22:15:11.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74512026-08-14T22:15:12.088Z[ recovery-image] Aug 14 22:15:11.045 INFO O| Aug 14 22:15:11.045 INFO STEP 726 (remove_files) COMPLETE
74522026-08-14T22:15:12.088Z[ recovery-image] Aug 14 22:15:11.045 INFO O| Aug 14 22:15:11.045 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-14T22:15:12.093Z[ recovery-image] Aug 14 22:15:11.054 INFO O| Aug 14 22:15:11.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74542026-08-14T22:15:12.093Z[ recovery-image] Aug 14 22:15:11.054 INFO O| Aug 14 22:15:11.054 INFO STEP 727 (remove_files) COMPLETE
74552026-08-14T22:15:12.093Z[ recovery-image] Aug 14 22:15:11.054 INFO O| Aug 14 22:15:11.054 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-14T22:15:12.104Z[ recovery-image] Aug 14 22:15:11.065 INFO O| Aug 14 22:15:11.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74572026-08-14T22:15:12.104Z[ recovery-image] Aug 14 22:15:11.065 INFO O| Aug 14 22:15:11.065 INFO STEP 728 (remove_files) COMPLETE
74582026-08-14T22:15:12.104Z[ recovery-image] Aug 14 22:15:11.065 INFO O| Aug 14 22:15:11.065 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-14T22:15:12.114Z[ recovery-image] Aug 14 22:15:11.074 INFO O| Aug 14 22:15:11.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74602026-08-14T22:15:12.114Z[ recovery-image] Aug 14 22:15:11.074 INFO O| Aug 14 22:15:11.074 INFO STEP 729 (remove_files) COMPLETE
74612026-08-14T22:15:12.118Z[ recovery-image] Aug 14 22:15:11.074 INFO O| Aug 14 22:15:11.074 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-14T22:15:12.125Z[ recovery-image] Aug 14 22:15:11.085 INFO O| Aug 14 22:15:11.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74632026-08-14T22:15:12.125Z[ recovery-image] Aug 14 22:15:11.085 INFO O| Aug 14 22:15:11.085 INFO STEP 730 (remove_files) COMPLETE
74642026-08-14T22:15:12.125Z[ recovery-image] Aug 14 22:15:11.085 INFO O| Aug 14 22:15:11.085 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-14T22:15:12.134Z[ recovery-image] Aug 14 22:15:11.095 INFO O| Aug 14 22:15:11.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74662026-08-14T22:15:12.134Z[ recovery-image] Aug 14 22:15:11.095 INFO O| Aug 14 22:15:11.095 INFO STEP 731 (remove_files) COMPLETE
74672026-08-14T22:15:12.135Z[ recovery-image] Aug 14 22:15:11.095 INFO O| Aug 14 22:15:11.095 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-14T22:15:12.152Z[ recovery-image] Aug 14 22:15:11.106 INFO O| Aug 14 22:15:11.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74692026-08-14T22:15:12.152Z[ recovery-image] Aug 14 22:15:11.106 INFO O| Aug 14 22:15:11.106 INFO STEP 732 (remove_files) COMPLETE
74702026-08-14T22:15:12.152Z[ recovery-image] Aug 14 22:15:11.106 INFO O| Aug 14 22:15:11.106 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-14T22:15:12.157Z[ recovery-image] Aug 14 22:15:11.116 INFO O| Aug 14 22:15:11.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74722026-08-14T22:15:12.157Z[ recovery-image] Aug 14 22:15:11.116 INFO O| Aug 14 22:15:11.116 INFO STEP 733 (remove_files) COMPLETE
74732026-08-14T22:15:12.157Z[ recovery-image] Aug 14 22:15:11.116 INFO O| Aug 14 22:15:11.116 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-14T22:15:12.202Z[ recovery-image] Aug 14 22:15:11.127 INFO O| Aug 14 22:15:11.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74752026-08-14T22:15:12.202Z[ recovery-image] Aug 14 22:15:11.127 INFO O| Aug 14 22:15:11.127 INFO STEP 734 (remove_files) COMPLETE
74762026-08-14T22:15:12.202Z[ recovery-image] Aug 14 22:15:11.127 INFO O| Aug 14 22:15:11.127 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-14T22:15:12.202Z[ recovery-image] Aug 14 22:15:11.135 INFO O| Aug 14 22:15:11.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74782026-08-14T22:15:12.202Z[ recovery-image] Aug 14 22:15:11.135 INFO O| Aug 14 22:15:11.135 INFO STEP 735 (remove_files) COMPLETE
74792026-08-14T22:15:12.202Z[ recovery-image] Aug 14 22:15:11.135 INFO O| Aug 14 22:15:11.135 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-14T22:15:12.202Z[ recovery-image] Aug 14 22:15:11.144 INFO O| Aug 14 22:15:11.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74812026-08-14T22:15:12.202Z[ recovery-image] Aug 14 22:15:11.144 INFO O| Aug 14 22:15:11.144 INFO STEP 736 (remove_files) COMPLETE
74822026-08-14T22:15:12.202Z[ recovery-image] Aug 14 22:15:11.144 INFO O| Aug 14 22:15:11.144 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-14T22:15:12.242Z[ recovery-image] Aug 14 22:15:11.154 INFO O| Aug 14 22:15:11.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74842026-08-14T22:15:12.242Z[ recovery-image] Aug 14 22:15:11.154 INFO O| Aug 14 22:15:11.154 INFO STEP 737 (remove_files) COMPLETE
74852026-08-14T22:15:12.242Z[ recovery-image] Aug 14 22:15:11.154 INFO O| Aug 14 22:15:11.154 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-14T22:15:12.242Z[ recovery-image] Aug 14 22:15:11.165 INFO O| Aug 14 22:15:11.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74872026-08-14T22:15:12.242Z[ recovery-image] Aug 14 22:15:11.165 INFO O| Aug 14 22:15:11.165 INFO STEP 738 (remove_files) COMPLETE
74882026-08-14T22:15:12.242Z[ recovery-image] Aug 14 22:15:11.165 INFO O| Aug 14 22:15:11.165 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-14T22:15:12.242Z[ recovery-image] Aug 14 22:15:11.174 INFO O| Aug 14 22:15:11.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74902026-08-14T22:15:12.242Z[ recovery-image] Aug 14 22:15:11.174 INFO O| Aug 14 22:15:11.174 INFO STEP 739 (remove_files) COMPLETE
74912026-08-14T22:15:12.243Z[ recovery-image] Aug 14 22:15:11.174 INFO O| Aug 14 22:15:11.174 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-14T22:15:12.243Z[ recovery-image] Aug 14 22:15:11.184 INFO O| Aug 14 22:15:11.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74932026-08-14T22:15:12.243Z[ recovery-image] Aug 14 22:15:11.184 INFO O| Aug 14 22:15:11.184 INFO STEP 740 (remove_files) COMPLETE
74942026-08-14T22:15:12.243Z[ recovery-image] Aug 14 22:15:11.184 INFO O| Aug 14 22:15:11.184 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-14T22:15:12.249Z[ recovery-image] Aug 14 22:15:11.193 INFO O| Aug 14 22:15:11.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74962026-08-14T22:15:12.249Z[ recovery-image] Aug 14 22:15:11.193 INFO O| Aug 14 22:15:11.193 INFO STEP 741 (remove_files) COMPLETE
74972026-08-14T22:15:12.249Z[ recovery-image] Aug 14 22:15:11.193 INFO O| Aug 14 22:15:11.193 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-14T22:15:12.249Z[ recovery-image] Aug 14 22:15:11.203 INFO O| Aug 14 22:15:11.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74992026-08-14T22:15:12.249Z[ recovery-image] Aug 14 22:15:11.203 INFO O| Aug 14 22:15:11.203 INFO STEP 742 (remove_files) COMPLETE
75002026-08-14T22:15:12.249Z[ recovery-image] Aug 14 22:15:11.203 INFO O| Aug 14 22:15:11.203 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-14T22:15:12.254Z[ recovery-image] Aug 14 22:15:11.213 INFO O| Aug 14 22:15:11.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75022026-08-14T22:15:12.254Z[ recovery-image] Aug 14 22:15:11.213 INFO O| Aug 14 22:15:11.213 INFO STEP 743 (remove_files) COMPLETE
75032026-08-14T22:15:12.255Z[ recovery-image] Aug 14 22:15:11.213 INFO O| Aug 14 22:15:11.213 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-14T22:15:12.263Z[ recovery-image] Aug 14 22:15:11.224 INFO O| Aug 14 22:15:11.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75052026-08-14T22:15:12.263Z[ recovery-image] Aug 14 22:15:11.224 INFO O| Aug 14 22:15:11.224 INFO STEP 744 (remove_files) COMPLETE
75062026-08-14T22:15:12.263Z[ recovery-image] Aug 14 22:15:11.224 INFO O| Aug 14 22:15:11.224 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-14T22:15:12.274Z[ recovery-image] Aug 14 22:15:11.234 INFO O| Aug 14 22:15:11.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75082026-08-14T22:15:12.274Z[ recovery-image] Aug 14 22:15:11.234 INFO O| Aug 14 22:15:11.234 INFO STEP 745 (remove_files) COMPLETE
75092026-08-14T22:15:12.274Z[ recovery-image] Aug 14 22:15:11.234 INFO O| Aug 14 22:15:11.234 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-14T22:15:12.284Z[ recovery-image] Aug 14 22:15:11.243 INFO O| Aug 14 22:15:11.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75112026-08-14T22:15:12.284Z[ recovery-image] Aug 14 22:15:11.243 INFO O| Aug 14 22:15:11.243 INFO STEP 746 (remove_files) COMPLETE
75122026-08-14T22:15:12.284Z[ recovery-image] Aug 14 22:15:11.243 INFO O| Aug 14 22:15:11.243 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-14T22:15:12.292Z[ recovery-image] Aug 14 22:15:11.252 INFO O| Aug 14 22:15:11.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75142026-08-14T22:15:12.292Z[ recovery-image] Aug 14 22:15:11.252 INFO O| Aug 14 22:15:11.252 INFO STEP 747 (remove_files) COMPLETE
75152026-08-14T22:15:12.293Z[ recovery-image] Aug 14 22:15:11.252 INFO O| Aug 14 22:15:11.252 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-14T22:15:12.302Z[ recovery-image] Aug 14 22:15:11.262 INFO O| Aug 14 22:15:11.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75172026-08-14T22:15:12.302Z[ recovery-image] Aug 14 22:15:11.262 INFO O| Aug 14 22:15:11.262 INFO STEP 748 (remove_files) COMPLETE
75182026-08-14T22:15:12.302Z[ recovery-image] Aug 14 22:15:11.262 INFO O| Aug 14 22:15:11.262 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-14T22:15:12.313Z[ recovery-image] Aug 14 22:15:11.271 INFO O| Aug 14 22:15:11.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75202026-08-14T22:15:12.314Z[ recovery-image] Aug 14 22:15:11.272 INFO O| Aug 14 22:15:11.272 INFO STEP 749 (remove_files) COMPLETE
75212026-08-14T22:15:12.314Z[ recovery-image] Aug 14 22:15:11.272 INFO O| Aug 14 22:15:11.272 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-14T22:15:12.327Z[ recovery-image] Aug 14 22:15:11.281 INFO O| Aug 14 22:15:11.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75232026-08-14T22:15:12.327Z[ recovery-image] Aug 14 22:15:11.281 INFO O| Aug 14 22:15:11.281 INFO STEP 750 (remove_files) COMPLETE
75242026-08-14T22:15:12.327Z[ recovery-image] Aug 14 22:15:11.281 INFO O| Aug 14 22:15:11.281 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-14T22:15:12.335Z[ recovery-image] Aug 14 22:15:11.290 INFO O| Aug 14 22:15:11.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75262026-08-14T22:15:12.335Z[ recovery-image] Aug 14 22:15:11.290 INFO O| Aug 14 22:15:11.290 INFO STEP 751 (remove_files) COMPLETE
75272026-08-14T22:15:12.335Z[ recovery-image] Aug 14 22:15:11.290 INFO O| Aug 14 22:15:11.290 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-14T22:15:12.345Z[ recovery-image] Aug 14 22:15:11.300 INFO O| Aug 14 22:15:11.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75292026-08-14T22:15:12.345Z[ recovery-image] Aug 14 22:15:11.300 INFO O| Aug 14 22:15:11.300 INFO STEP 752 (remove_files) COMPLETE
75302026-08-14T22:15:12.345Z[ recovery-image] Aug 14 22:15:11.300 INFO O| Aug 14 22:15:11.300 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-14T22:15:12.354Z[ recovery-image] Aug 14 22:15:11.310 INFO O| Aug 14 22:15:11.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75322026-08-14T22:15:12.354Z[ recovery-image] Aug 14 22:15:11.310 INFO O| Aug 14 22:15:11.310 INFO STEP 753 (remove_files) COMPLETE
75332026-08-14T22:15:12.354Z[ recovery-image] Aug 14 22:15:11.310 INFO O| Aug 14 22:15:11.310 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-14T22:15:12.362Z[ recovery-image] Aug 14 22:15:11.320 INFO O| Aug 14 22:15:11.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75352026-08-14T22:15:12.362Z[ recovery-image] Aug 14 22:15:11.320 INFO O| Aug 14 22:15:11.320 INFO STEP 754 (remove_files) COMPLETE
75362026-08-14T22:15:12.362Z[ recovery-image] Aug 14 22:15:11.320 INFO O| Aug 14 22:15:11.320 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-14T22:15:12.370Z[ recovery-image] Aug 14 22:15:11.330 INFO O| Aug 14 22:15:11.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75382026-08-14T22:15:12.370Z[ recovery-image] Aug 14 22:15:11.330 INFO O| Aug 14 22:15:11.330 INFO STEP 755 (remove_files) COMPLETE
75392026-08-14T22:15:12.370Z[ recovery-image] Aug 14 22:15:11.330 INFO O| Aug 14 22:15:11.330 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-14T22:15:12.380Z[ recovery-image] Aug 14 22:15:11.339 INFO O| Aug 14 22:15:11.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75412026-08-14T22:15:12.380Z[ recovery-image] Aug 14 22:15:11.339 INFO O| Aug 14 22:15:11.339 INFO STEP 756 (remove_files) COMPLETE
75422026-08-14T22:15:12.386Z[ recovery-image] Aug 14 22:15:11.339 INFO O| Aug 14 22:15:11.339 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-14T22:15:12.395Z[ recovery-image] Aug 14 22:15:11.349 INFO O| Aug 14 22:15:11.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75442026-08-14T22:15:12.395Z[ recovery-image] Aug 14 22:15:11.349 INFO O| Aug 14 22:15:11.349 INFO STEP 757 (remove_files) COMPLETE
75452026-08-14T22:15:12.395Z[ recovery-image] Aug 14 22:15:11.350 INFO O| Aug 14 22:15:11.349 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-14T22:15:12.400Z[ recovery-image] Aug 14 22:15:11.360 INFO O| Aug 14 22:15:11.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75472026-08-14T22:15:12.400Z[ recovery-image] Aug 14 22:15:11.360 INFO O| Aug 14 22:15:11.360 INFO STEP 758 (remove_files) COMPLETE
75482026-08-14T22:15:12.400Z[ recovery-image] Aug 14 22:15:11.360 INFO O| Aug 14 22:15:11.360 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-14T22:15:12.437Z[ recovery-image] Aug 14 22:15:11.369 INFO O| Aug 14 22:15:11.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75502026-08-14T22:15:12.437Z[ recovery-image] Aug 14 22:15:11.369 INFO O| Aug 14 22:15:11.369 INFO STEP 759 (remove_files) COMPLETE
75512026-08-14T22:15:12.437Z[ recovery-image] Aug 14 22:15:11.369 INFO O| Aug 14 22:15:11.369 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-14T22:15:12.446Z[ recovery-image] Aug 14 22:15:11.379 INFO O| Aug 14 22:15:11.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75532026-08-14T22:15:12.446Z[ recovery-image] Aug 14 22:15:11.379 INFO O| Aug 14 22:15:11.379 INFO STEP 760 (remove_files) COMPLETE
75542026-08-14T22:15:12.446Z[ recovery-image] Aug 14 22:15:11.379 INFO O| Aug 14 22:15:11.379 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-14T22:15:12.446Z[ recovery-image] Aug 14 22:15:11.388 INFO O| Aug 14 22:15:11.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75562026-08-14T22:15:12.446Z[ recovery-image] Aug 14 22:15:11.388 INFO O| Aug 14 22:15:11.388 INFO STEP 761 (remove_files) COMPLETE
75572026-08-14T22:15:12.446Z[ recovery-image] Aug 14 22:15:11.388 INFO O| Aug 14 22:15:11.388 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-14T22:15:12.446Z[ recovery-image] Aug 14 22:15:11.398 INFO O| Aug 14 22:15:11.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75592026-08-14T22:15:12.446Z[ recovery-image] Aug 14 22:15:11.398 INFO O| Aug 14 22:15:11.398 INFO STEP 762 (remove_files) COMPLETE
75602026-08-14T22:15:12.446Z[ recovery-image] Aug 14 22:15:11.398 INFO O| Aug 14 22:15:11.398 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-14T22:15:12.453Z[ recovery-image] Aug 14 22:15:11.407 INFO O| Aug 14 22:15:11.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75622026-08-14T22:15:12.453Z[ recovery-image] Aug 14 22:15:11.407 INFO O| Aug 14 22:15:11.407 INFO STEP 763 (remove_files) COMPLETE
75632026-08-14T22:15:12.453Z[ recovery-image] Aug 14 22:15:11.407 INFO O| Aug 14 22:15:11.407 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-14T22:15:12.457Z[ recovery-image] Aug 14 22:15:11.417 INFO O| Aug 14 22:15:11.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75652026-08-14T22:15:12.457Z[ recovery-image] Aug 14 22:15:11.417 INFO O| Aug 14 22:15:11.417 INFO STEP 764 (remove_files) COMPLETE
75662026-08-14T22:15:12.457Z[ recovery-image] Aug 14 22:15:11.417 INFO O| Aug 14 22:15:11.417 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-14T22:15:12.466Z[ recovery-image] Aug 14 22:15:11.427 INFO O| Aug 14 22:15:11.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75682026-08-14T22:15:12.470Z[ recovery-image] Aug 14 22:15:11.428 INFO O| Aug 14 22:15:11.428 INFO STEP 765 (remove_files) COMPLETE
75692026-08-14T22:15:12.470Z[ recovery-image] Aug 14 22:15:11.428 INFO O| Aug 14 22:15:11.428 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-14T22:15:12.477Z[ recovery-image] Aug 14 22:15:11.438 INFO O| Aug 14 22:15:11.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75712026-08-14T22:15:12.477Z[ recovery-image] Aug 14 22:15:11.438 INFO O| Aug 14 22:15:11.438 INFO STEP 766 (remove_files) COMPLETE
75722026-08-14T22:15:12.477Z[ recovery-image] Aug 14 22:15:11.438 INFO O| Aug 14 22:15:11.438 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-14T22:15:12.489Z[ recovery-image] Aug 14 22:15:11.449 INFO O| Aug 14 22:15:11.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75742026-08-14T22:15:12.489Z[ recovery-image] Aug 14 22:15:11.450 INFO O| Aug 14 22:15:11.449 INFO STEP 767 (remove_files) COMPLETE
75752026-08-14T22:15:12.493Z[ recovery-image] Aug 14 22:15:11.450 INFO O| Aug 14 22:15:11.450 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-14T22:15:12.499Z[ recovery-image] Aug 14 22:15:11.460 INFO O| Aug 14 22:15:11.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75772026-08-14T22:15:12.500Z[ recovery-image] Aug 14 22:15:11.460 INFO O| Aug 14 22:15:11.460 INFO STEP 768 (remove_files) COMPLETE
75782026-08-14T22:15:12.500Z[ recovery-image] Aug 14 22:15:11.460 INFO O| Aug 14 22:15:11.460 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-14T22:15:12.509Z[ recovery-image] Aug 14 22:15:11.469 INFO O| Aug 14 22:15:11.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75802026-08-14T22:15:12.509Z[ recovery-image] Aug 14 22:15:11.469 INFO O| Aug 14 22:15:11.469 INFO STEP 769 (remove_files) COMPLETE
75812026-08-14T22:15:12.509Z[ recovery-image] Aug 14 22:15:11.469 INFO O| Aug 14 22:15:11.469 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-14T22:15:12.522Z[ recovery-image] Aug 14 22:15:11.478 INFO O| Aug 14 22:15:11.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75832026-08-14T22:15:12.522Z[ recovery-image] Aug 14 22:15:11.479 INFO O| Aug 14 22:15:11.478 INFO STEP 770 (remove_files) COMPLETE
75842026-08-14T22:15:12.522Z[ recovery-image] Aug 14 22:15:11.479 INFO O| Aug 14 22:15:11.478 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-14T22:15:12.529Z[ recovery-image] Aug 14 22:15:11.489 INFO O| Aug 14 22:15:11.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75862026-08-14T22:15:12.529Z[ recovery-image] Aug 14 22:15:11.489 INFO O| Aug 14 22:15:11.489 INFO STEP 771 (remove_files) COMPLETE
75872026-08-14T22:15:12.534Z[ recovery-image] Aug 14 22:15:11.489 INFO O| Aug 14 22:15:11.489 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-14T22:15:12.538Z[ recovery-image] Aug 14 22:15:11.497 INFO O| Aug 14 22:15:11.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75892026-08-14T22:15:12.538Z[ recovery-image] Aug 14 22:15:11.497 INFO O| Aug 14 22:15:11.497 INFO STEP 772 (remove_files) COMPLETE
75902026-08-14T22:15:12.538Z[ recovery-image] Aug 14 22:15:11.497 INFO O| Aug 14 22:15:11.497 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-14T22:15:12.545Z[ recovery-image] Aug 14 22:15:11.506 INFO O| Aug 14 22:15:11.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75922026-08-14T22:15:12.545Z[ recovery-image] Aug 14 22:15:11.506 INFO O| Aug 14 22:15:11.506 INFO STEP 773 (remove_files) COMPLETE
75932026-08-14T22:15:12.545Z[ recovery-image] Aug 14 22:15:11.506 INFO O| Aug 14 22:15:11.506 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-14T22:15:12.556Z[ recovery-image] Aug 14 22:15:11.516 INFO O| Aug 14 22:15:11.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75952026-08-14T22:15:12.556Z[ recovery-image] Aug 14 22:15:11.516 INFO O| Aug 14 22:15:11.516 INFO STEP 774 (remove_files) COMPLETE
75962026-08-14T22:15:12.556Z[ recovery-image] Aug 14 22:15:11.516 INFO O| Aug 14 22:15:11.516 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-14T22:15:12.565Z[ recovery-image] Aug 14 22:15:11.525 INFO O| Aug 14 22:15:11.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75982026-08-14T22:15:12.566Z[ recovery-image] Aug 14 22:15:11.525 INFO O| Aug 14 22:15:11.525 INFO STEP 775 (remove_files) COMPLETE
75992026-08-14T22:15:12.575Z[ recovery-image] Aug 14 22:15:11.525 INFO O| Aug 14 22:15:11.525 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-14T22:15:12.581Z[ recovery-image] Aug 14 22:15:11.534 INFO O| Aug 14 22:15:11.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76012026-08-14T22:15:12.581Z[ recovery-image] Aug 14 22:15:11.534 INFO O| Aug 14 22:15:11.534 INFO STEP 776 (remove_files) COMPLETE
76022026-08-14T22:15:12.581Z[ recovery-image] Aug 14 22:15:11.534 INFO O| Aug 14 22:15:11.534 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-14T22:15:12.587Z[ recovery-image] Aug 14 22:15:11.543 INFO O| Aug 14 22:15:11.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76042026-08-14T22:15:12.588Z[ recovery-image] Aug 14 22:15:11.543 INFO O| Aug 14 22:15:11.543 INFO STEP 777 (remove_files) COMPLETE
76052026-08-14T22:15:12.588Z[ recovery-image] Aug 14 22:15:11.543 INFO O| Aug 14 22:15:11.543 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-14T22:15:12.593Z[ recovery-image] Aug 14 22:15:11.552 INFO O| Aug 14 22:15:11.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76072026-08-14T22:15:12.593Z[ recovery-image] Aug 14 22:15:11.552 INFO O| Aug 14 22:15:11.552 INFO STEP 778 (remove_files) COMPLETE
76082026-08-14T22:15:12.593Z[ recovery-image] Aug 14 22:15:11.552 INFO O| Aug 14 22:15:11.552 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-14T22:15:12.602Z[ recovery-image] Aug 14 22:15:11.560 INFO O| Aug 14 22:15:11.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76102026-08-14T22:15:12.602Z[ recovery-image] Aug 14 22:15:11.560 INFO O| Aug 14 22:15:11.560 INFO STEP 779 (remove_files) COMPLETE
76112026-08-14T22:15:12.602Z[ recovery-image] Aug 14 22:15:11.560 INFO O| Aug 14 22:15:11.560 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-14T22:15:12.608Z[ recovery-image] Aug 14 22:15:11.568 INFO O| Aug 14 22:15:11.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76132026-08-14T22:15:12.608Z[ recovery-image] Aug 14 22:15:11.568 INFO O| Aug 14 22:15:11.568 INFO STEP 780 (remove_files) COMPLETE
76142026-08-14T22:15:12.609Z[ recovery-image] Aug 14 22:15:11.568 INFO O| Aug 14 22:15:11.568 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-14T22:15:12.616Z[ recovery-image] Aug 14 22:15:11.577 INFO O| Aug 14 22:15:11.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76162026-08-14T22:15:12.616Z[ recovery-image] Aug 14 22:15:11.577 INFO O| Aug 14 22:15:11.577 INFO STEP 781 (remove_files) COMPLETE
76172026-08-14T22:15:12.616Z[ recovery-image] Aug 14 22:15:11.577 INFO O| Aug 14 22:15:11.577 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-14T22:15:12.626Z[ recovery-image] Aug 14 22:15:11.585 INFO O| Aug 14 22:15:11.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76192026-08-14T22:15:12.626Z[ recovery-image] Aug 14 22:15:11.585 INFO O| Aug 14 22:15:11.585 INFO STEP 782 (remove_files) COMPLETE
76202026-08-14T22:15:12.631Z[ recovery-image] Aug 14 22:15:11.585 INFO O| Aug 14 22:15:11.585 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-14T22:15:12.635Z[ recovery-image] Aug 14 22:15:11.595 INFO O| Aug 14 22:15:11.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76222026-08-14T22:15:12.635Z[ recovery-image] Aug 14 22:15:11.596 INFO O| Aug 14 22:15:11.596 INFO STEP 783 (remove_files) COMPLETE
76232026-08-14T22:15:12.635Z[ recovery-image] Aug 14 22:15:11.596 INFO O| Aug 14 22:15:11.596 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-14T22:15:12.644Z[ recovery-image] Aug 14 22:15:11.605 INFO O| Aug 14 22:15:11.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76252026-08-14T22:15:12.644Z[ recovery-image] Aug 14 22:15:11.605 INFO O| Aug 14 22:15:11.605 INFO STEP 784 (remove_files) COMPLETE
76262026-08-14T22:15:12.644Z[ recovery-image] Aug 14 22:15:11.605 INFO O| Aug 14 22:15:11.605 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-14T22:15:12.657Z[ recovery-image] Aug 14 22:15:11.615 INFO O| Aug 14 22:15:11.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76282026-08-14T22:15:12.657Z[ recovery-image] Aug 14 22:15:11.615 INFO O| Aug 14 22:15:11.615 INFO STEP 785 (remove_files) COMPLETE
76292026-08-14T22:15:12.657Z[ recovery-image] Aug 14 22:15:11.615 INFO O| Aug 14 22:15:11.615 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-14T22:15:12.664Z[ recovery-image] Aug 14 22:15:11.624 INFO O| Aug 14 22:15:11.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76312026-08-14T22:15:12.664Z[ recovery-image] Aug 14 22:15:11.624 INFO O| Aug 14 22:15:11.624 INFO STEP 786 (remove_files) COMPLETE
76322026-08-14T22:15:12.664Z[ recovery-image] Aug 14 22:15:11.624 INFO O| Aug 14 22:15:11.624 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-14T22:15:12.671Z[ recovery-image] Aug 14 22:15:11.632 INFO O| Aug 14 22:15:11.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76342026-08-14T22:15:12.671Z[ recovery-image] Aug 14 22:15:11.632 INFO O| Aug 14 22:15:11.632 INFO STEP 787 (remove_files) COMPLETE
76352026-08-14T22:15:12.672Z[ recovery-image] Aug 14 22:15:11.632 INFO O| Aug 14 22:15:11.632 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-14T22:15:12.680Z[ recovery-image] Aug 14 22:15:11.641 INFO O| Aug 14 22:15:11.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76372026-08-14T22:15:12.680Z[ recovery-image] Aug 14 22:15:11.641 INFO O| Aug 14 22:15:11.641 INFO STEP 788 (remove_files) COMPLETE
76382026-08-14T22:15:12.684Z[ recovery-image] Aug 14 22:15:11.641 INFO O| Aug 14 22:15:11.641 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-14T22:15:12.690Z[ recovery-image] Aug 14 22:15:11.650 INFO O| Aug 14 22:15:11.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76402026-08-14T22:15:12.690Z[ recovery-image] Aug 14 22:15:11.650 INFO O| Aug 14 22:15:11.650 INFO STEP 789 (remove_files) COMPLETE
76412026-08-14T22:15:12.690Z[ recovery-image] Aug 14 22:15:11.650 INFO O| Aug 14 22:15:11.650 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-14T22:15:12.698Z[ recovery-image] Aug 14 22:15:11.659 INFO O| Aug 14 22:15:11.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76432026-08-14T22:15:12.698Z[ recovery-image] Aug 14 22:15:11.659 INFO O| Aug 14 22:15:11.659 INFO STEP 790 (remove_files) COMPLETE
76442026-08-14T22:15:12.698Z[ recovery-image] Aug 14 22:15:11.659 INFO O| Aug 14 22:15:11.659 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-14T22:15:12.707Z[ recovery-image] Aug 14 22:15:11.668 INFO O| Aug 14 22:15:11.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76462026-08-14T22:15:12.707Z[ recovery-image] Aug 14 22:15:11.668 INFO O| Aug 14 22:15:11.668 INFO STEP 791 (remove_files) COMPLETE
76472026-08-14T22:15:12.707Z[ recovery-image] Aug 14 22:15:11.668 INFO O| Aug 14 22:15:11.668 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-14T22:15:12.715Z[ recovery-image] Aug 14 22:15:11.676 INFO O| Aug 14 22:15:11.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76492026-08-14T22:15:12.715Z[ recovery-image] Aug 14 22:15:11.676 INFO O| Aug 14 22:15:11.676 INFO STEP 792 (remove_files) COMPLETE
76502026-08-14T22:15:12.715Z[ recovery-image] Aug 14 22:15:11.676 INFO O| Aug 14 22:15:11.676 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-14T22:15:12.723Z[ recovery-image] Aug 14 22:15:11.684 INFO O| Aug 14 22:15:11.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76522026-08-14T22:15:12.723Z[ recovery-image] Aug 14 22:15:11.684 INFO O| Aug 14 22:15:11.684 INFO STEP 793 (remove_files) COMPLETE
76532026-08-14T22:15:12.723Z[ recovery-image] Aug 14 22:15:11.684 INFO O| Aug 14 22:15:11.684 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-14T22:15:12.733Z[ recovery-image] Aug 14 22:15:11.694 INFO O| Aug 14 22:15:11.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76552026-08-14T22:15:12.733Z[ recovery-image] Aug 14 22:15:11.694 INFO O| Aug 14 22:15:11.694 INFO STEP 794 (remove_files) COMPLETE
76562026-08-14T22:15:12.733Z[ recovery-image] Aug 14 22:15:11.694 INFO O| Aug 14 22:15:11.694 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-14T22:15:12.743Z[ recovery-image] Aug 14 22:15:11.703 INFO O| Aug 14 22:15:11.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76582026-08-14T22:15:12.743Z[ recovery-image] Aug 14 22:15:11.703 INFO O| Aug 14 22:15:11.703 INFO STEP 795 (remove_files) COMPLETE
76592026-08-14T22:15:12.743Z[ recovery-image] Aug 14 22:15:11.703 INFO O| Aug 14 22:15:11.703 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-14T22:15:12.757Z[ recovery-image] Aug 14 22:15:11.716 INFO O| Aug 14 22:15:11.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76612026-08-14T22:15:12.757Z[ recovery-image] Aug 14 22:15:11.716 INFO O| Aug 14 22:15:11.716 INFO STEP 796 (remove_files) COMPLETE
76622026-08-14T22:15:12.757Z[ recovery-image] Aug 14 22:15:11.716 INFO O| Aug 14 22:15:11.716 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-14T22:15:12.824Z[ recovery-image] Aug 14 22:15:11.780 INFO O| Aug 14 22:15:11.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76642026-08-14T22:15:12.824Z[ recovery-image] Aug 14 22:15:11.780 INFO O| Aug 14 22:15:11.734 INFO STEP 797 (remove_files) COMPLETE
76652026-08-14T22:15:12.824Z[ recovery-image] Aug 14 22:15:11.780 INFO O| Aug 14 22:15:11.734 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-14T22:15:12.829Z[ recovery-image] Aug 14 22:15:11.790 INFO O| Aug 14 22:15:11.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76672026-08-14T22:15:12.829Z[ recovery-image] Aug 14 22:15:11.790 INFO O| Aug 14 22:15:11.790 INFO STEP 798 (remove_files) COMPLETE
76682026-08-14T22:15:12.829Z[ recovery-image] Aug 14 22:15:11.790 INFO O| Aug 14 22:15:11.790 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-14T22:15:12.840Z[ recovery-image] Aug 14 22:15:11.799 INFO O| Aug 14 22:15:11.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76702026-08-14T22:15:12.840Z[ recovery-image] Aug 14 22:15:11.799 INFO O| Aug 14 22:15:11.799 INFO STEP 799 (remove_files) COMPLETE
76712026-08-14T22:15:12.840Z[ recovery-image] Aug 14 22:15:11.799 INFO O| Aug 14 22:15:11.799 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-14T22:15:12.848Z[ recovery-image] Aug 14 22:15:11.808 INFO O| Aug 14 22:15:11.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76732026-08-14T22:15:12.848Z[ recovery-image] Aug 14 22:15:11.808 INFO O| Aug 14 22:15:11.808 INFO STEP 800 (remove_files) COMPLETE
76742026-08-14T22:15:12.848Z[ recovery-image] Aug 14 22:15:11.808 INFO O| Aug 14 22:15:11.808 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-14T22:15:12.857Z[ recovery-image] Aug 14 22:15:11.818 INFO O| Aug 14 22:15:11.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76762026-08-14T22:15:12.858Z[ recovery-image] Aug 14 22:15:11.818 INFO O| Aug 14 22:15:11.818 INFO STEP 801 (remove_files) COMPLETE
76772026-08-14T22:15:12.858Z[ recovery-image] Aug 14 22:15:11.818 INFO O| Aug 14 22:15:11.818 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-14T22:15:12.869Z[ recovery-image] Aug 14 22:15:11.828 INFO O| Aug 14 22:15:11.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76792026-08-14T22:15:12.869Z[ recovery-image] Aug 14 22:15:11.829 INFO O| Aug 14 22:15:11.829 INFO STEP 802 (remove_files) COMPLETE
76802026-08-14T22:15:12.869Z[ recovery-image] Aug 14 22:15:11.829 INFO O| Aug 14 22:15:11.829 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-14T22:15:12.876Z[ recovery-image] Aug 14 22:15:11.837 INFO O| Aug 14 22:15:11.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76822026-08-14T22:15:12.876Z[ recovery-image] Aug 14 22:15:11.837 INFO O| Aug 14 22:15:11.837 INFO STEP 803 (remove_files) COMPLETE
76832026-08-14T22:15:12.880Z[ recovery-image] Aug 14 22:15:11.837 INFO O| Aug 14 22:15:11.837 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-14T22:15:12.886Z[ recovery-image] Aug 14 22:15:11.847 INFO O| Aug 14 22:15:11.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76852026-08-14T22:15:12.886Z[ recovery-image] Aug 14 22:15:11.847 INFO O| Aug 14 22:15:11.847 INFO STEP 804 (remove_files) COMPLETE
76862026-08-14T22:15:12.886Z[ recovery-image] Aug 14 22:15:11.847 INFO O| Aug 14 22:15:11.847 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-14T22:15:12.896Z[ recovery-image] Aug 14 22:15:11.856 INFO O| Aug 14 22:15:11.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76882026-08-14T22:15:12.896Z[ recovery-image] Aug 14 22:15:11.856 INFO O| Aug 14 22:15:11.856 INFO STEP 805 (remove_files) COMPLETE
76892026-08-14T22:15:12.900Z[ recovery-image] Aug 14 22:15:11.856 INFO O| Aug 14 22:15:11.856 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-14T22:15:12.905Z[ recovery-image] Aug 14 22:15:11.866 INFO O| Aug 14 22:15:11.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76912026-08-14T22:15:12.905Z[ recovery-image] Aug 14 22:15:11.866 INFO O| Aug 14 22:15:11.866 INFO STEP 806 (remove_files) COMPLETE
76922026-08-14T22:15:12.905Z[ recovery-image] Aug 14 22:15:11.866 INFO O| Aug 14 22:15:11.866 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-14T22:15:12.915Z[ recovery-image] Aug 14 22:15:11.876 INFO O| Aug 14 22:15:11.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76942026-08-14T22:15:12.915Z[ recovery-image] Aug 14 22:15:11.876 INFO O| Aug 14 22:15:11.876 INFO STEP 807 (remove_files) COMPLETE
76952026-08-14T22:15:12.915Z[ recovery-image] Aug 14 22:15:11.876 INFO O| Aug 14 22:15:11.876 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-14T22:15:12.925Z[ recovery-image] Aug 14 22:15:11.886 INFO O| Aug 14 22:15:11.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76972026-08-14T22:15:12.925Z[ recovery-image] Aug 14 22:15:11.886 INFO O| Aug 14 22:15:11.886 INFO STEP 808 (remove_files) COMPLETE
76982026-08-14T22:15:12.925Z[ recovery-image] Aug 14 22:15:11.886 INFO O| Aug 14 22:15:11.886 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-14T22:15:12.937Z[ recovery-image] Aug 14 22:15:11.896 INFO O| Aug 14 22:15:11.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77002026-08-14T22:15:12.941Z[ recovery-image] Aug 14 22:15:11.898 INFO O| Aug 14 22:15:11.898 INFO STEP 809 (remove_files) COMPLETE
77012026-08-14T22:15:12.941Z[ recovery-image] Aug 14 22:15:11.898 INFO O| Aug 14 22:15:11.898 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-14T22:15:12.948Z[ recovery-image] Aug 14 22:15:11.909 INFO O| Aug 14 22:15:11.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77032026-08-14T22:15:12.948Z[ recovery-image] Aug 14 22:15:11.909 INFO O| Aug 14 22:15:11.909 INFO STEP 810 (remove_files) COMPLETE
77042026-08-14T22:15:12.948Z[ recovery-image] Aug 14 22:15:11.909 INFO O| Aug 14 22:15:11.909 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-14T22:15:12.957Z[ recovery-image] Aug 14 22:15:11.918 INFO O| Aug 14 22:15:11.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77062026-08-14T22:15:12.957Z[ recovery-image] Aug 14 22:15:11.918 INFO O| Aug 14 22:15:11.918 INFO STEP 811 (remove_files) COMPLETE
77072026-08-14T22:15:12.957Z[ recovery-image] Aug 14 22:15:11.918 INFO O| Aug 14 22:15:11.918 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-14T22:15:12.967Z[ recovery-image] Aug 14 22:15:11.927 INFO O| Aug 14 22:15:11.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77092026-08-14T22:15:12.967Z[ recovery-image] Aug 14 22:15:11.927 INFO O| Aug 14 22:15:11.927 INFO STEP 812 (remove_files) COMPLETE
77102026-08-14T22:15:12.967Z[ recovery-image] Aug 14 22:15:11.927 INFO O| Aug 14 22:15:11.927 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-14T22:15:12.978Z[ recovery-image] Aug 14 22:15:11.937 INFO O| Aug 14 22:15:11.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77122026-08-14T22:15:12.978Z[ recovery-image] Aug 14 22:15:11.937 INFO O| Aug 14 22:15:11.937 INFO STEP 813 (remove_files) COMPLETE
77132026-08-14T22:15:12.982Z[ recovery-image] Aug 14 22:15:11.937 INFO O| Aug 14 22:15:11.937 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-14T22:15:12.988Z[ recovery-image] Aug 14 22:15:11.948 INFO O| Aug 14 22:15:11.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77152026-08-14T22:15:12.988Z[ recovery-image] Aug 14 22:15:11.948 INFO O| Aug 14 22:15:11.948 INFO STEP 814 (remove_files) COMPLETE
77162026-08-14T22:15:12.988Z[ recovery-image] Aug 14 22:15:11.948 INFO O| Aug 14 22:15:11.948 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-14T22:15:12.997Z[ recovery-image] Aug 14 22:15:11.958 INFO O| Aug 14 22:15:11.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77182026-08-14T22:15:12.997Z[ recovery-image] Aug 14 22:15:11.958 INFO O| Aug 14 22:15:11.958 INFO STEP 815 (remove_files) COMPLETE
77192026-08-14T22:15:12.997Z[ recovery-image] Aug 14 22:15:11.958 INFO O| Aug 14 22:15:11.958 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-14T22:15:13.009Z[ recovery-image] Aug 14 22:15:11.970 INFO O| Aug 14 22:15:11.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77212026-08-14T22:15:13.009Z[ recovery-image] Aug 14 22:15:11.970 INFO O| Aug 14 22:15:11.970 INFO STEP 816 (remove_files) COMPLETE
77222026-08-14T22:15:13.009Z[ recovery-image] Aug 14 22:15:11.970 INFO O| Aug 14 22:15:11.970 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-14T22:15:13.020Z[ recovery-image] Aug 14 22:15:11.980 INFO O| Aug 14 22:15:11.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77242026-08-14T22:15:13.021Z[ recovery-image] Aug 14 22:15:11.980 INFO O| Aug 14 22:15:11.980 INFO STEP 817 (remove_files) COMPLETE
77252026-08-14T22:15:13.024Z[ recovery-image] Aug 14 22:15:11.980 INFO O| Aug 14 22:15:11.980 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-14T22:15:13.028Z[ recovery-image] Aug 14 22:15:11.989 INFO O| Aug 14 22:15:11.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77272026-08-14T22:15:13.028Z[ recovery-image] Aug 14 22:15:11.990 INFO O| Aug 14 22:15:11.989 INFO STEP 818 (remove_files) COMPLETE
77282026-08-14T22:15:13.032Z[ recovery-image] Aug 14 22:15:11.990 INFO O| Aug 14 22:15:11.989 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-14T22:15:13.038Z[ recovery-image] Aug 14 22:15:11.998 INFO O| Aug 14 22:15:11.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77302026-08-14T22:15:13.038Z[ recovery-image] Aug 14 22:15:11.999 INFO O| Aug 14 22:15:11.998 INFO STEP 819 (remove_files) COMPLETE
77312026-08-14T22:15:13.041Z[ recovery-image] Aug 14 22:15:11.999 INFO O| Aug 14 22:15:11.998 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-14T22:15:13.048Z[ recovery-image] Aug 14 22:15:12.008 INFO O| Aug 14 22:15:12.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77332026-08-14T22:15:13.048Z[ recovery-image] Aug 14 22:15:12.008 INFO O| Aug 14 22:15:12.008 INFO STEP 820 (remove_files) COMPLETE
77342026-08-14T22:15:13.053Z[ recovery-image] Aug 14 22:15:12.008 INFO O| Aug 14 22:15:12.008 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-14T22:15:13.056Z[ recovery-image] Aug 14 22:15:12.017 INFO O| Aug 14 22:15:12.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77362026-08-14T22:15:13.056Z[ recovery-image] Aug 14 22:15:12.017 INFO O| Aug 14 22:15:12.017 INFO STEP 821 (remove_files) COMPLETE
77372026-08-14T22:15:13.056Z[ recovery-image] Aug 14 22:15:12.017 INFO O| Aug 14 22:15:12.017 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-14T22:15:13.066Z[ recovery-image] Aug 14 22:15:12.027 INFO O| Aug 14 22:15:12.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77392026-08-14T22:15:13.066Z[ recovery-image] Aug 14 22:15:12.027 INFO O| Aug 14 22:15:12.027 INFO STEP 822 (remove_files) COMPLETE
77402026-08-14T22:15:13.069Z[ recovery-image] Aug 14 22:15:12.027 INFO O| Aug 14 22:15:12.027 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-14T22:15:13.075Z[ recovery-image] Aug 14 22:15:12.036 INFO O| Aug 14 22:15:12.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77422026-08-14T22:15:13.075Z[ recovery-image] Aug 14 22:15:12.036 INFO O| Aug 14 22:15:12.036 INFO STEP 823 (remove_files) COMPLETE
77432026-08-14T22:15:13.079Z[ recovery-image] Aug 14 22:15:12.036 INFO O| Aug 14 22:15:12.036 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-14T22:15:13.089Z[ recovery-image] Aug 14 22:15:12.050 INFO O| Aug 14 22:15:12.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77452026-08-14T22:15:13.093Z[ recovery-image] Aug 14 22:15:12.050 INFO O| Aug 14 22:15:12.050 INFO STEP 824 (remove_files) COMPLETE
77462026-08-14T22:15:13.093Z[ recovery-image] Aug 14 22:15:12.050 INFO O| Aug 14 22:15:12.050 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-14T22:15:13.104Z[ recovery-image] Aug 14 22:15:12.064 INFO O| Aug 14 22:15:12.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77482026-08-14T22:15:13.104Z[ recovery-image] Aug 14 22:15:12.064 INFO O| Aug 14 22:15:12.064 INFO STEP 825 (remove_files) COMPLETE
77492026-08-14T22:15:13.108Z[ recovery-image] Aug 14 22:15:12.064 INFO O| Aug 14 22:15:12.064 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-14T22:15:13.114Z[ recovery-image] Aug 14 22:15:12.074 INFO O| Aug 14 22:15:12.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77512026-08-14T22:15:13.114Z[ recovery-image] Aug 14 22:15:12.074 INFO O| Aug 14 22:15:12.074 INFO STEP 826 (remove_files) COMPLETE
77522026-08-14T22:15:13.114Z[ recovery-image] Aug 14 22:15:12.074 INFO O| Aug 14 22:15:12.074 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-14T22:15:13.125Z[ recovery-image] Aug 14 22:15:12.083 INFO O| Aug 14 22:15:12.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77542026-08-14T22:15:13.125Z[ recovery-image] Aug 14 22:15:12.083 INFO O| Aug 14 22:15:12.083 INFO STEP 827 (remove_files) COMPLETE
77552026-08-14T22:15:13.125Z[ recovery-image] Aug 14 22:15:12.083 INFO O| Aug 14 22:15:12.083 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-14T22:15:13.135Z[ recovery-image] Aug 14 22:15:12.093 INFO O| Aug 14 22:15:12.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77572026-08-14T22:15:13.135Z[ recovery-image] Aug 14 22:15:12.093 INFO O| Aug 14 22:15:12.093 INFO STEP 828 (remove_files) COMPLETE
77582026-08-14T22:15:13.135Z[ recovery-image] Aug 14 22:15:12.093 INFO O| Aug 14 22:15:12.093 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-14T22:15:13.143Z[ recovery-image] Aug 14 22:15:12.104 INFO O| Aug 14 22:15:12.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77602026-08-14T22:15:13.143Z[ recovery-image] Aug 14 22:15:12.104 INFO O| Aug 14 22:15:12.104 INFO STEP 829 (remove_files) COMPLETE
77612026-08-14T22:15:13.143Z[ recovery-image] Aug 14 22:15:12.104 INFO O| Aug 14 22:15:12.104 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-14T22:15:13.152Z[ recovery-image] Aug 14 22:15:12.113 INFO O| Aug 14 22:15:12.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77632026-08-14T22:15:13.152Z[ recovery-image] Aug 14 22:15:12.113 INFO O| Aug 14 22:15:12.113 INFO STEP 830 (remove_files) COMPLETE
77642026-08-14T22:15:13.152Z[ recovery-image] Aug 14 22:15:12.113 INFO O| Aug 14 22:15:12.113 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-14T22:15:13.162Z[ recovery-image] Aug 14 22:15:12.123 INFO O| Aug 14 22:15:12.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77662026-08-14T22:15:13.162Z[ recovery-image] Aug 14 22:15:12.123 INFO O| Aug 14 22:15:12.123 INFO STEP 831 (remove_files) COMPLETE
77672026-08-14T22:15:13.162Z[ recovery-image] Aug 14 22:15:12.123 INFO O| Aug 14 22:15:12.123 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-14T22:15:13.172Z[ recovery-image] Aug 14 22:15:12.133 INFO O| Aug 14 22:15:12.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77692026-08-14T22:15:13.172Z[ recovery-image] Aug 14 22:15:12.133 INFO O| Aug 14 22:15:12.133 INFO STEP 832 (remove_files) COMPLETE
77702026-08-14T22:15:13.172Z[ recovery-image] Aug 14 22:15:12.133 INFO O| Aug 14 22:15:12.133 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-14T22:15:13.195Z[ recovery-image] Aug 14 22:15:12.142 INFO O| Aug 14 22:15:12.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77722026-08-14T22:15:13.195Z[ recovery-image] Aug 14 22:15:12.142 INFO O| Aug 14 22:15:12.142 INFO STEP 833 (remove_files) COMPLETE
77732026-08-14T22:15:13.195Z[ recovery-image] Aug 14 22:15:12.142 INFO O| Aug 14 22:15:12.142 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-14T22:15:13.195Z[ recovery-image] Aug 14 22:15:12.151 INFO O| Aug 14 22:15:12.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77752026-08-14T22:15:13.195Z[ recovery-image] Aug 14 22:15:12.151 INFO O| Aug 14 22:15:12.151 INFO STEP 834 (remove_files) COMPLETE
77762026-08-14T22:15:13.195Z[ recovery-image] Aug 14 22:15:12.151 INFO O| Aug 14 22:15:12.151 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-14T22:15:13.200Z[ recovery-image] Aug 14 22:15:12.161 INFO O| Aug 14 22:15:12.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77782026-08-14T22:15:13.200Z[ recovery-image] Aug 14 22:15:12.161 INFO O| Aug 14 22:15:12.161 INFO STEP 835 (remove_files) COMPLETE
77792026-08-14T22:15:13.200Z[ recovery-image] Aug 14 22:15:12.161 INFO O| Aug 14 22:15:12.161 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-14T22:15:13.208Z[ recovery-image] Aug 14 22:15:12.169 INFO O| Aug 14 22:15:12.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77812026-08-14T22:15:13.208Z[ recovery-image] Aug 14 22:15:12.169 INFO O| Aug 14 22:15:12.169 INFO STEP 836 (remove_files) COMPLETE
77822026-08-14T22:15:13.208Z[ recovery-image] Aug 14 22:15:12.169 INFO O| Aug 14 22:15:12.169 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-14T22:15:13.217Z[ recovery-image] Aug 14 22:15:12.178 INFO O| Aug 14 22:15:12.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77842026-08-14T22:15:13.217Z[ recovery-image] Aug 14 22:15:12.178 INFO O| Aug 14 22:15:12.178 INFO STEP 837 (remove_files) COMPLETE
77852026-08-14T22:15:13.217Z[ recovery-image] Aug 14 22:15:12.178 INFO O| Aug 14 22:15:12.178 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-14T22:15:13.228Z[ recovery-image] Aug 14 22:15:12.188 INFO O| Aug 14 22:15:12.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77872026-08-14T22:15:13.228Z[ recovery-image] Aug 14 22:15:12.188 INFO O| Aug 14 22:15:12.188 INFO STEP 838 (remove_files) COMPLETE
77882026-08-14T22:15:13.228Z[ recovery-image] Aug 14 22:15:12.188 INFO O| Aug 14 22:15:12.188 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-14T22:15:13.237Z[ recovery-image] Aug 14 22:15:12.198 INFO O| Aug 14 22:15:12.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77902026-08-14T22:15:13.237Z[ recovery-image] Aug 14 22:15:12.198 INFO O| Aug 14 22:15:12.198 INFO STEP 839 (remove_files) COMPLETE
77912026-08-14T22:15:13.241Z[ recovery-image] Aug 14 22:15:12.198 INFO O| Aug 14 22:15:12.198 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-14T22:15:13.248Z[ recovery-image] Aug 14 22:15:12.208 INFO O| Aug 14 22:15:12.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77932026-08-14T22:15:13.248Z[ recovery-image] Aug 14 22:15:12.208 INFO O| Aug 14 22:15:12.208 INFO STEP 840 (remove_files) COMPLETE
77942026-08-14T22:15:13.248Z[ recovery-image] Aug 14 22:15:12.208 INFO O| Aug 14 22:15:12.208 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-14T22:15:13.257Z[ recovery-image] Aug 14 22:15:12.218 INFO O| Aug 14 22:15:12.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77962026-08-14T22:15:13.257Z[ recovery-image] Aug 14 22:15:12.218 INFO O| Aug 14 22:15:12.218 INFO STEP 841 (remove_files) COMPLETE
77972026-08-14T22:15:13.257Z[ recovery-image] Aug 14 22:15:12.218 INFO O| Aug 14 22:15:12.218 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-14T22:15:13.269Z[ recovery-image] Aug 14 22:15:12.230 INFO O| Aug 14 22:15:12.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77992026-08-14T22:15:13.269Z[ recovery-image] Aug 14 22:15:12.230 INFO O| Aug 14 22:15:12.230 INFO STEP 842 (remove_files) COMPLETE
78002026-08-14T22:15:13.269Z[ recovery-image] Aug 14 22:15:12.230 INFO O| Aug 14 22:15:12.230 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-14T22:15:13.279Z[ recovery-image] Aug 14 22:15:12.239 INFO O| Aug 14 22:15:12.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78022026-08-14T22:15:13.279Z[ recovery-image] Aug 14 22:15:12.240 INFO O| Aug 14 22:15:12.240 INFO STEP 843 (remove_files) COMPLETE
78032026-08-14T22:15:13.279Z[ recovery-image] Aug 14 22:15:12.240 INFO O| Aug 14 22:15:12.240 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-14T22:15:13.291Z[ recovery-image] Aug 14 22:15:12.251 INFO O| Aug 14 22:15:12.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78052026-08-14T22:15:13.291Z[ recovery-image] Aug 14 22:15:12.251 INFO O| Aug 14 22:15:12.251 INFO STEP 844 (remove_files) COMPLETE
78062026-08-14T22:15:13.291Z[ recovery-image] Aug 14 22:15:12.251 INFO O| Aug 14 22:15:12.251 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-14T22:15:13.301Z[ recovery-image] Aug 14 22:15:12.262 INFO O| Aug 14 22:15:12.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78082026-08-14T22:15:13.301Z[ recovery-image] Aug 14 22:15:12.262 INFO O| Aug 14 22:15:12.262 INFO STEP 845 (remove_files) COMPLETE
78092026-08-14T22:15:13.301Z[ recovery-image] Aug 14 22:15:12.262 INFO O| Aug 14 22:15:12.262 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-14T22:15:13.310Z[ recovery-image] Aug 14 22:15:12.271 INFO O| Aug 14 22:15:12.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78112026-08-14T22:15:13.310Z[ recovery-image] Aug 14 22:15:12.271 INFO O| Aug 14 22:15:12.271 INFO STEP 846 (remove_files) COMPLETE
78122026-08-14T22:15:13.310Z[ recovery-image] Aug 14 22:15:12.271 INFO O| Aug 14 22:15:12.271 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-14T22:15:13.321Z[ recovery-image] Aug 14 22:15:12.281 INFO O| Aug 14 22:15:12.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78142026-08-14T22:15:13.321Z[ recovery-image] Aug 14 22:15:12.281 INFO O| Aug 14 22:15:12.281 INFO STEP 847 (remove_files) COMPLETE
78152026-08-14T22:15:13.321Z[ recovery-image] Aug 14 22:15:12.281 INFO O| Aug 14 22:15:12.281 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-14T22:15:13.332Z[ recovery-image] Aug 14 22:15:12.292 INFO O| Aug 14 22:15:12.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78172026-08-14T22:15:13.332Z[ recovery-image] Aug 14 22:15:12.292 INFO O| Aug 14 22:15:12.292 INFO STEP 848 (remove_files) COMPLETE
78182026-08-14T22:15:13.332Z[ recovery-image] Aug 14 22:15:12.292 INFO O| Aug 14 22:15:12.292 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-14T22:15:13.342Z[ recovery-image] Aug 14 22:15:12.303 INFO O| Aug 14 22:15:12.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78202026-08-14T22:15:13.342Z[ recovery-image] Aug 14 22:15:12.303 INFO O| Aug 14 22:15:12.303 INFO STEP 849 (remove_files) COMPLETE
78212026-08-14T22:15:13.346Z[ recovery-image] Aug 14 22:15:12.303 INFO O| Aug 14 22:15:12.303 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-14T22:15:13.353Z[ recovery-image] Aug 14 22:15:12.313 INFO O| Aug 14 22:15:12.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78232026-08-14T22:15:13.353Z[ recovery-image] Aug 14 22:15:12.313 INFO O| Aug 14 22:15:12.313 INFO STEP 850 (remove_files) COMPLETE
78242026-08-14T22:15:13.353Z[ recovery-image] Aug 14 22:15:12.313 INFO O| Aug 14 22:15:12.313 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-14T22:15:13.362Z[ recovery-image] Aug 14 22:15:12.322 INFO O| Aug 14 22:15:12.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78262026-08-14T22:15:13.362Z[ recovery-image] Aug 14 22:15:12.322 INFO O| Aug 14 22:15:12.322 INFO STEP 851 (remove_files) COMPLETE
78272026-08-14T22:15:13.365Z[ recovery-image] Aug 14 22:15:12.322 INFO O| Aug 14 22:15:12.322 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-14T22:15:13.370Z[ recovery-image] Aug 14 22:15:12.330 INFO O| Aug 14 22:15:12.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78292026-08-14T22:15:13.370Z[ recovery-image] Aug 14 22:15:12.330 INFO O| Aug 14 22:15:12.330 INFO STEP 852 (remove_files) COMPLETE
78302026-08-14T22:15:13.374Z[ recovery-image] Aug 14 22:15:12.330 INFO O| Aug 14 22:15:12.330 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-14T22:15:13.380Z[ recovery-image] Aug 14 22:15:12.340 INFO O| Aug 14 22:15:12.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78322026-08-14T22:15:13.380Z[ recovery-image] Aug 14 22:15:12.340 INFO O| Aug 14 22:15:12.340 INFO STEP 853 (remove_files) COMPLETE
78332026-08-14T22:15:13.380Z[ recovery-image] Aug 14 22:15:12.340 INFO O| Aug 14 22:15:12.340 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-14T22:15:13.391Z[ recovery-image] Aug 14 22:15:12.352 INFO O| Aug 14 22:15:12.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78352026-08-14T22:15:13.391Z[ recovery-image] Aug 14 22:15:12.352 INFO O| Aug 14 22:15:12.352 INFO STEP 854 (remove_files) COMPLETE
78362026-08-14T22:15:13.391Z[ recovery-image] Aug 14 22:15:12.352 INFO O| Aug 14 22:15:12.352 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-14T22:15:13.402Z[ recovery-image] Aug 14 22:15:12.362 INFO O| Aug 14 22:15:12.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78382026-08-14T22:15:13.402Z[ recovery-image] Aug 14 22:15:12.362 INFO O| Aug 14 22:15:12.362 INFO STEP 855 (remove_files) COMPLETE
78392026-08-14T22:15:13.406Z[ recovery-image] Aug 14 22:15:12.362 INFO O| Aug 14 22:15:12.362 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-14T22:15:13.411Z[ recovery-image] Aug 14 22:15:12.372 INFO O| Aug 14 22:15:12.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78412026-08-14T22:15:13.411Z[ recovery-image] Aug 14 22:15:12.372 INFO O| Aug 14 22:15:12.372 INFO STEP 856 (remove_files) COMPLETE
78422026-08-14T22:15:13.411Z[ recovery-image] Aug 14 22:15:12.372 INFO O| Aug 14 22:15:12.372 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-14T22:15:13.421Z[ recovery-image] Aug 14 22:15:12.382 INFO O| Aug 14 22:15:12.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78442026-08-14T22:15:13.421Z[ recovery-image] Aug 14 22:15:12.382 INFO O| Aug 14 22:15:12.382 INFO STEP 857 (remove_files) COMPLETE
78452026-08-14T22:15:13.421Z[ recovery-image] Aug 14 22:15:12.382 INFO O| Aug 14 22:15:12.382 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-14T22:15:13.431Z[ recovery-image] Aug 14 22:15:12.392 INFO O| Aug 14 22:15:12.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78472026-08-14T22:15:13.431Z[ recovery-image] Aug 14 22:15:12.392 INFO O| Aug 14 22:15:12.392 INFO STEP 858 (remove_files) COMPLETE
78482026-08-14T22:15:13.435Z[ recovery-image] Aug 14 22:15:12.392 INFO O| Aug 14 22:15:12.392 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-14T22:15:13.441Z[ recovery-image] Aug 14 22:15:12.402 INFO O| Aug 14 22:15:12.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78502026-08-14T22:15:13.441Z[ recovery-image] Aug 14 22:15:12.402 INFO O| Aug 14 22:15:12.402 INFO STEP 859 (remove_files) COMPLETE
78512026-08-14T22:15:13.445Z[ recovery-image] Aug 14 22:15:12.402 INFO O| Aug 14 22:15:12.402 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-14T22:15:13.452Z[ recovery-image] Aug 14 22:15:12.411 INFO O| Aug 14 22:15:12.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78532026-08-14T22:15:13.452Z[ recovery-image] Aug 14 22:15:12.411 INFO O| Aug 14 22:15:12.411 INFO STEP 860 (remove_files) COMPLETE
78542026-08-14T22:15:13.456Z[ recovery-image] Aug 14 22:15:12.411 INFO O| Aug 14 22:15:12.411 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-14T22:15:13.459Z[ recovery-image] Aug 14 22:15:12.419 INFO O| Aug 14 22:15:12.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78562026-08-14T22:15:13.463Z[ recovery-image] Aug 14 22:15:12.421 INFO O| Aug 14 22:15:12.421 INFO STEP 861 (remove_files) COMPLETE
78572026-08-14T22:15:13.463Z[ recovery-image] Aug 14 22:15:12.421 INFO O| Aug 14 22:15:12.421 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-14T22:15:13.469Z[ recovery-image] Aug 14 22:15:12.430 INFO O| Aug 14 22:15:12.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78592026-08-14T22:15:13.469Z[ recovery-image] Aug 14 22:15:12.430 INFO O| Aug 14 22:15:12.430 INFO STEP 862 (remove_files) COMPLETE
78602026-08-14T22:15:13.473Z[ recovery-image] Aug 14 22:15:12.430 INFO O| Aug 14 22:15:12.430 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-14T22:15:13.477Z[ recovery-image] Aug 14 22:15:12.438 INFO O| Aug 14 22:15:12.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78622026-08-14T22:15:13.477Z[ recovery-image] Aug 14 22:15:12.438 INFO O| Aug 14 22:15:12.438 INFO STEP 863 (remove_files) COMPLETE
78632026-08-14T22:15:13.481Z[ recovery-image] Aug 14 22:15:12.438 INFO O| Aug 14 22:15:12.438 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-14T22:15:13.485Z[ recovery-image] Aug 14 22:15:12.446 INFO O| Aug 14 22:15:12.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78652026-08-14T22:15:13.485Z[ recovery-image] Aug 14 22:15:12.446 INFO O| Aug 14 22:15:12.446 INFO STEP 864 (remove_files) COMPLETE
78662026-08-14T22:15:13.485Z[ recovery-image] Aug 14 22:15:12.446 INFO O| Aug 14 22:15:12.446 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-14T22:15:13.494Z[ recovery-image] Aug 14 22:15:12.455 INFO O| Aug 14 22:15:12.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78682026-08-14T22:15:13.494Z[ recovery-image] Aug 14 22:15:12.455 INFO O| Aug 14 22:15:12.455 INFO STEP 865 (remove_files) COMPLETE
78692026-08-14T22:15:13.495Z[ recovery-image] Aug 14 22:15:12.455 INFO O| Aug 14 22:15:12.455 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-14T22:15:13.503Z[ recovery-image] Aug 14 22:15:12.464 INFO O| Aug 14 22:15:12.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78712026-08-14T22:15:13.503Z[ recovery-image] Aug 14 22:15:12.464 INFO O| Aug 14 22:15:12.464 INFO STEP 866 (remove_files) COMPLETE
78722026-08-14T22:15:13.503Z[ recovery-image] Aug 14 22:15:12.464 INFO O| Aug 14 22:15:12.464 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-14T22:15:13.515Z[ recovery-image] Aug 14 22:15:12.475 INFO O| Aug 14 22:15:12.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78742026-08-14T22:15:13.515Z[ recovery-image] Aug 14 22:15:12.475 INFO O| Aug 14 22:15:12.475 INFO STEP 867 (remove_files) COMPLETE
78752026-08-14T22:15:13.519Z[ recovery-image] Aug 14 22:15:12.475 INFO O| Aug 14 22:15:12.475 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-14T22:15:13.524Z[ recovery-image] Aug 14 22:15:12.485 INFO O| Aug 14 22:15:12.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78772026-08-14T22:15:13.524Z[ recovery-image] Aug 14 22:15:12.485 INFO O| Aug 14 22:15:12.485 INFO STEP 868 (remove_files) COMPLETE
78782026-08-14T22:15:13.524Z[ recovery-image] Aug 14 22:15:12.485 INFO O| Aug 14 22:15:12.485 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-14T22:15:13.533Z[ recovery-image] Aug 14 22:15:12.494 INFO O| Aug 14 22:15:12.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78802026-08-14T22:15:13.533Z[ recovery-image] Aug 14 22:15:12.494 INFO O| Aug 14 22:15:12.494 INFO STEP 869 (remove_files) COMPLETE
78812026-08-14T22:15:13.533Z[ recovery-image] Aug 14 22:15:12.494 INFO O| Aug 14 22:15:12.494 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-14T22:15:13.545Z[ recovery-image] Aug 14 22:15:12.505 INFO O| Aug 14 22:15:12.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78832026-08-14T22:15:13.545Z[ recovery-image] Aug 14 22:15:12.505 INFO O| Aug 14 22:15:12.505 INFO STEP 870 (remove_files) COMPLETE
78842026-08-14T22:15:13.545Z[ recovery-image] Aug 14 22:15:12.505 INFO O| Aug 14 22:15:12.505 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-14T22:15:13.559Z[ recovery-image] Aug 14 22:15:12.518 INFO O| Aug 14 22:15:12.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78862026-08-14T22:15:13.559Z[ recovery-image] Aug 14 22:15:12.519 INFO O| Aug 14 22:15:12.519 INFO STEP 871 (remove_files) COMPLETE
78872026-08-14T22:15:13.559Z[ recovery-image] Aug 14 22:15:12.519 INFO O| Aug 14 22:15:12.519 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-14T22:15:13.568Z[ recovery-image] Aug 14 22:15:12.528 INFO O| Aug 14 22:15:12.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78892026-08-14T22:15:13.568Z[ recovery-image] Aug 14 22:15:12.528 INFO O| Aug 14 22:15:12.528 INFO STEP 872 (remove_files) COMPLETE
78902026-08-14T22:15:13.568Z[ recovery-image] Aug 14 22:15:12.528 INFO O| Aug 14 22:15:12.528 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-14T22:15:13.578Z[ recovery-image] Aug 14 22:15:12.537 INFO O| Aug 14 22:15:12.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78922026-08-14T22:15:13.578Z[ recovery-image] Aug 14 22:15:12.537 INFO O| Aug 14 22:15:12.537 INFO STEP 873 (remove_files) COMPLETE
78932026-08-14T22:15:13.582Z[ recovery-image] Aug 14 22:15:12.537 INFO O| Aug 14 22:15:12.537 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-14T22:15:13.586Z[ recovery-image] Aug 14 22:15:12.546 INFO O| Aug 14 22:15:12.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78952026-08-14T22:15:13.586Z[ recovery-image] Aug 14 22:15:12.546 INFO O| Aug 14 22:15:12.546 INFO STEP 874 (remove_files) COMPLETE
78962026-08-14T22:15:13.586Z[ recovery-image] Aug 14 22:15:12.546 INFO O| Aug 14 22:15:12.546 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-14T22:15:13.595Z[ recovery-image] Aug 14 22:15:12.556 INFO O| Aug 14 22:15:12.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78982026-08-14T22:15:13.595Z[ recovery-image] Aug 14 22:15:12.556 INFO O| Aug 14 22:15:12.556 INFO STEP 875 (remove_files) COMPLETE
78992026-08-14T22:15:13.595Z[ recovery-image] Aug 14 22:15:12.556 INFO O| Aug 14 22:15:12.556 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-14T22:15:13.606Z[ recovery-image] Aug 14 22:15:12.566 INFO O| Aug 14 22:15:12.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79012026-08-14T22:15:13.606Z[ recovery-image] Aug 14 22:15:12.566 INFO O| Aug 14 22:15:12.566 INFO STEP 876 (remove_files) COMPLETE
79022026-08-14T22:15:13.606Z[ recovery-image] Aug 14 22:15:12.566 INFO O| Aug 14 22:15:12.566 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-14T22:15:13.616Z[ recovery-image] Aug 14 22:15:12.576 INFO O| Aug 14 22:15:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79042026-08-14T22:15:13.616Z[ recovery-image] Aug 14 22:15:12.576 INFO O| Aug 14 22:15:12.576 INFO STEP 877 (remove_files) COMPLETE
79052026-08-14T22:15:13.619Z[ recovery-image] Aug 14 22:15:12.576 INFO O| Aug 14 22:15:12.576 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-14T22:15:13.624Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
79072026-08-14T22:15:13.628Z[ recovery-image] Aug 14 22:15:12.586 INFO O| Aug 14 22:15:12.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79082026-08-14T22:15:13.628Z[ recovery-image] Aug 14 22:15:12.586 INFO O| Aug 14 22:15:12.586 INFO STEP 878 (remove_files) COMPLETE
79092026-08-14T22:15:13.628Z[ recovery-image] Aug 14 22:15:12.586 INFO O| Aug 14 22:15:12.586 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-14T22:15:13.635Z[ recovery-image] Aug 14 22:15:12.596 INFO O| Aug 14 22:15:12.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79112026-08-14T22:15:13.635Z[ recovery-image] Aug 14 22:15:12.596 INFO O| Aug 14 22:15:12.596 INFO STEP 879 (remove_files) COMPLETE
79122026-08-14T22:15:13.639Z[ recovery-image] Aug 14 22:15:12.596 INFO O| Aug 14 22:15:12.596 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-14T22:15:13.645Z[ recovery-image] Aug 14 22:15:12.606 INFO O| Aug 14 22:15:12.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79142026-08-14T22:15:13.645Z[ recovery-image] Aug 14 22:15:12.606 INFO O| Aug 14 22:15:12.606 INFO STEP 880 (remove_files) COMPLETE
79152026-08-14T22:15:13.645Z[ recovery-image] Aug 14 22:15:12.606 INFO O| Aug 14 22:15:12.606 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-14T22:15:13.655Z[ recovery-image] Aug 14 22:15:12.616 INFO O| Aug 14 22:15:12.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79172026-08-14T22:15:13.656Z[ recovery-image] Aug 14 22:15:12.616 INFO O| Aug 14 22:15:12.616 INFO STEP 881 (remove_files) COMPLETE
79182026-08-14T22:15:13.656Z[ recovery-image] Aug 14 22:15:12.616 INFO O| Aug 14 22:15:12.616 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-14T22:15:13.667Z[ recovery-image] Aug 14 22:15:12.627 INFO O| Aug 14 22:15:12.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79202026-08-14T22:15:13.667Z[ recovery-image] Aug 14 22:15:12.627 INFO O| Aug 14 22:15:12.627 INFO STEP 882 (remove_files) COMPLETE
79212026-08-14T22:15:13.671Z[ recovery-image] Aug 14 22:15:12.627 INFO O| Aug 14 22:15:12.627 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-14T22:15:13.677Z[ recovery-image] Aug 14 22:15:12.638 INFO O| Aug 14 22:15:12.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79232026-08-14T22:15:13.677Z[ recovery-image] Aug 14 22:15:12.638 INFO O| Aug 14 22:15:12.638 INFO STEP 883 (remove_files) COMPLETE
79242026-08-14T22:15:13.681Z[ recovery-image] Aug 14 22:15:12.638 INFO O| Aug 14 22:15:12.638 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-14T22:15:13.687Z[ recovery-image] Aug 14 22:15:12.648 INFO O| Aug 14 22:15:12.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79262026-08-14T22:15:13.691Z[ recovery-image] Aug 14 22:15:12.648 INFO O| Aug 14 22:15:12.648 INFO STEP 884 (remove_files) COMPLETE
79272026-08-14T22:15:13.691Z[ recovery-image] Aug 14 22:15:12.648 INFO O| Aug 14 22:15:12.648 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-14T22:15:13.698Z[ recovery-image] Aug 14 22:15:12.658 INFO O| Aug 14 22:15:12.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79292026-08-14T22:15:13.698Z[ recovery-image] Aug 14 22:15:12.658 INFO O| Aug 14 22:15:12.658 INFO STEP 885 (remove_files) COMPLETE
79302026-08-14T22:15:13.698Z[ recovery-image] Aug 14 22:15:12.658 INFO O| Aug 14 22:15:12.658 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-14T22:15:13.708Z[ recovery-image] Aug 14 22:15:12.669 INFO O| Aug 14 22:15:12.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79322026-08-14T22:15:13.708Z[ recovery-image] Aug 14 22:15:12.669 INFO O| Aug 14 22:15:12.669 INFO STEP 886 (remove_files) COMPLETE
79332026-08-14T22:15:13.708Z[ recovery-image] Aug 14 22:15:12.669 INFO O| Aug 14 22:15:12.669 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-14T22:15:13.719Z[ recovery-image] Aug 14 22:15:12.680 INFO O| Aug 14 22:15:12.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79352026-08-14T22:15:13.719Z[ recovery-image] Aug 14 22:15:12.680 INFO O| Aug 14 22:15:12.680 INFO STEP 887 (remove_files) COMPLETE
79362026-08-14T22:15:13.719Z[ recovery-image] Aug 14 22:15:12.680 INFO O| Aug 14 22:15:12.680 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-14T22:15:13.729Z[ recovery-image] Aug 14 22:15:12.690 INFO O| Aug 14 22:15:12.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79382026-08-14T22:15:13.729Z[ recovery-image] Aug 14 22:15:12.690 INFO O| Aug 14 22:15:12.690 INFO STEP 888 (remove_files) COMPLETE
79392026-08-14T22:15:13.733Z[ recovery-image] Aug 14 22:15:12.690 INFO O| Aug 14 22:15:12.690 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-14T22:15:13.741Z[ recovery-image] Aug 14 22:15:12.699 INFO O| Aug 14 22:15:12.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79412026-08-14T22:15:13.741Z[ recovery-image] Aug 14 22:15:12.699 INFO O| Aug 14 22:15:12.699 INFO STEP 889 (remove_files) COMPLETE
79422026-08-14T22:15:13.750Z[ recovery-image] Aug 14 22:15:12.699 INFO O| Aug 14 22:15:12.699 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-14T22:15:13.754Z[ recovery-image] Aug 14 22:15:12.711 INFO O| Aug 14 22:15:12.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79442026-08-14T22:15:13.754Z[ recovery-image] Aug 14 22:15:12.711 INFO O| Aug 14 22:15:12.711 INFO STEP 890 (remove_files) COMPLETE
79452026-08-14T22:15:13.754Z[ recovery-image] Aug 14 22:15:12.711 INFO O| Aug 14 22:15:12.711 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-14T22:15:13.761Z[ recovery-image] Aug 14 22:15:12.721 INFO O| Aug 14 22:15:12.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79472026-08-14T22:15:13.761Z[ recovery-image] Aug 14 22:15:12.721 INFO O| Aug 14 22:15:12.721 INFO STEP 891 (remove_files) COMPLETE
79482026-08-14T22:15:13.761Z[ recovery-image] Aug 14 22:15:12.721 INFO O| Aug 14 22:15:12.721 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-14T22:15:13.773Z[ recovery-image] Aug 14 22:15:12.732 INFO O| Aug 14 22:15:12.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79502026-08-14T22:15:13.773Z[ recovery-image] Aug 14 22:15:12.732 INFO O| Aug 14 22:15:12.732 INFO STEP 892 (remove_files) COMPLETE
79512026-08-14T22:15:13.773Z[ recovery-image] Aug 14 22:15:12.732 INFO O| Aug 14 22:15:12.732 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-14T22:15:13.781Z[ recovery-image] Aug 14 22:15:12.742 INFO O| Aug 14 22:15:12.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79532026-08-14T22:15:13.782Z[ recovery-image] Aug 14 22:15:12.742 INFO O| Aug 14 22:15:12.742 INFO STEP 893 (remove_files) COMPLETE
79542026-08-14T22:15:13.782Z[ recovery-image] Aug 14 22:15:12.742 INFO O| Aug 14 22:15:12.742 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-14T22:15:13.793Z[ recovery-image] Aug 14 22:15:12.753 INFO O| Aug 14 22:15:12.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79562026-08-14T22:15:13.793Z[ recovery-image] Aug 14 22:15:12.753 INFO O| Aug 14 22:15:12.753 INFO STEP 894 (remove_files) COMPLETE
79572026-08-14T22:15:13.797Z[ recovery-image] Aug 14 22:15:12.753 INFO O| Aug 14 22:15:12.753 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-14T22:15:13.806Z[ recovery-image] Aug 14 22:15:12.762 INFO O| Aug 14 22:15:12.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79592026-08-14T22:15:13.806Z[ recovery-image] Aug 14 22:15:12.762 INFO O| Aug 14 22:15:12.762 INFO STEP 895 (remove_files) COMPLETE
79602026-08-14T22:15:13.806Z[ recovery-image] Aug 14 22:15:12.762 INFO O| Aug 14 22:15:12.762 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-14T22:15:13.811Z[ recovery-image] Aug 14 22:15:12.770 INFO O| Aug 14 22:15:12.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79622026-08-14T22:15:13.811Z[ recovery-image] Aug 14 22:15:12.770 INFO O| Aug 14 22:15:12.770 INFO STEP 896 (remove_files) COMPLETE
79632026-08-14T22:15:13.811Z[ recovery-image] Aug 14 22:15:12.770 INFO O| Aug 14 22:15:12.770 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-14T22:15:13.820Z[ recovery-image] Aug 14 22:15:12.780 INFO O| Aug 14 22:15:12.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79652026-08-14T22:15:13.820Z[ recovery-image] Aug 14 22:15:12.780 INFO O| Aug 14 22:15:12.780 INFO STEP 897 (remove_files) COMPLETE
79662026-08-14T22:15:13.820Z[ recovery-image] Aug 14 22:15:12.780 INFO O| Aug 14 22:15:12.780 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-14T22:15:13.831Z[ recovery-image] Aug 14 22:15:12.791 INFO O| Aug 14 22:15:12.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79682026-08-14T22:15:13.831Z[ recovery-image] Aug 14 22:15:12.791 INFO O| Aug 14 22:15:12.791 INFO STEP 898 (remove_files) COMPLETE
79692026-08-14T22:15:13.831Z[ recovery-image] Aug 14 22:15:12.791 INFO O| Aug 14 22:15:12.791 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-14T22:15:13.842Z[ recovery-image] Aug 14 22:15:12.803 INFO O| Aug 14 22:15:12.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79712026-08-14T22:15:13.842Z[ recovery-image] Aug 14 22:15:12.803 INFO O| Aug 14 22:15:12.803 INFO STEP 899 (remove_files) COMPLETE
79722026-08-14T22:15:13.842Z[ recovery-image] Aug 14 22:15:12.803 INFO O| Aug 14 22:15:12.803 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-14T22:15:13.853Z[ recovery-image] Aug 14 22:15:12.814 INFO O| Aug 14 22:15:12.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79742026-08-14T22:15:13.853Z[ recovery-image] Aug 14 22:15:12.814 INFO O| Aug 14 22:15:12.814 INFO STEP 900 (remove_files) COMPLETE
79752026-08-14T22:15:13.853Z[ recovery-image] Aug 14 22:15:12.814 INFO O| Aug 14 22:15:12.814 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-14T22:15:13.890Z[ recovery-image] Aug 14 22:15:12.847 INFO O| Aug 14 22:15:12.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79772026-08-14T22:15:13.890Z[ recovery-image] Aug 14 22:15:12.847 INFO O| Aug 14 22:15:12.845 INFO STEP 901 (remove_files) COMPLETE
79782026-08-14T22:15:13.890Z[ recovery-image] Aug 14 22:15:12.847 INFO O| Aug 14 22:15:12.845 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-14T22:15:13.900Z[ recovery-image] Aug 14 22:15:12.857 INFO O| Aug 14 22:15:12.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79802026-08-14T22:15:13.900Z[ recovery-image] Aug 14 22:15:12.857 INFO O| Aug 14 22:15:12.855 INFO STEP 902 (remove_files) COMPLETE
79812026-08-14T22:15:13.900Z[ recovery-image] Aug 14 22:15:12.857 INFO O| Aug 14 22:15:12.855 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-14T22:15:13.905Z[ recovery-image] Aug 14 22:15:12.863 INFO O| Aug 14 22:15:12.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79832026-08-14T22:15:13.905Z[ recovery-image] Aug 14 22:15:12.865 INFO O| Aug 14 22:15:12.863 INFO STEP 903 (remove_files) COMPLETE
79842026-08-14T22:15:13.905Z[ recovery-image] Aug 14 22:15:12.865 INFO O| Aug 14 22:15:12.863 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-14T22:15:13.912Z[ recovery-image] Aug 14 22:15:12.873 INFO O| Aug 14 22:15:12.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79862026-08-14T22:15:13.912Z[ recovery-image] Aug 14 22:15:12.873 INFO O| Aug 14 22:15:12.873 INFO STEP 904 (remove_files) COMPLETE
79872026-08-14T22:15:13.916Z[ recovery-image] Aug 14 22:15:12.873 INFO O| Aug 14 22:15:12.873 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-14T22:15:13.923Z[ recovery-image] Aug 14 22:15:12.884 INFO O| Aug 14 22:15:12.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79892026-08-14T22:15:13.923Z[ recovery-image] Aug 14 22:15:12.884 INFO O| Aug 14 22:15:12.884 INFO STEP 905 (remove_files) COMPLETE
79902026-08-14T22:15:13.923Z[ recovery-image] Aug 14 22:15:12.884 INFO O| Aug 14 22:15:12.884 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-14T22:15:13.932Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
79922026-08-14T22:15:13.938Z[ recovery-image] Aug 14 22:15:12.893 INFO O| Aug 14 22:15:12.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79932026-08-14T22:15:13.938Z[ recovery-image] Aug 14 22:15:12.893 INFO O| Aug 14 22:15:12.893 INFO STEP 906 (remove_files) COMPLETE
79942026-08-14T22:15:13.938Z[ recovery-image] Aug 14 22:15:12.893 INFO O| Aug 14 22:15:12.893 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-14T22:15:13.943Z[ recovery-image] Aug 14 22:15:12.903 INFO O| Aug 14 22:15:12.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79962026-08-14T22:15:13.943Z[ recovery-image] Aug 14 22:15:12.903 INFO O| Aug 14 22:15:12.903 INFO STEP 907 (remove_files) COMPLETE
79972026-08-14T22:15:13.943Z[ recovery-image] Aug 14 22:15:12.903 INFO O| Aug 14 22:15:12.903 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-14T22:15:13.957Z[ recovery-image] Aug 14 22:15:12.913 INFO O| Aug 14 22:15:12.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79992026-08-14T22:15:13.957Z[ recovery-image] Aug 14 22:15:12.913 INFO O| Aug 14 22:15:12.913 INFO STEP 908 (remove_files) COMPLETE
80002026-08-14T22:15:13.957Z[ recovery-image] Aug 14 22:15:12.913 INFO O| Aug 14 22:15:12.913 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-14T22:15:13.962Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
80022026-08-14T22:15:13.966Z[ recovery-image] Aug 14 22:15:12.924 INFO O| Aug 14 22:15:12.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80032026-08-14T22:15:13.966Z[ recovery-image] Aug 14 22:15:12.924 INFO O| Aug 14 22:15:12.924 INFO STEP 909 (remove_files) COMPLETE
80042026-08-14T22:15:13.966Z[ recovery-image] Aug 14 22:15:12.924 INFO O| Aug 14 22:15:12.924 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-14T22:15:13.973Z[ recovery-image] Aug 14 22:15:12.934 INFO O| Aug 14 22:15:12.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80062026-08-14T22:15:13.973Z[ recovery-image] Aug 14 22:15:12.934 INFO O| Aug 14 22:15:12.934 INFO STEP 910 (remove_files) COMPLETE
80072026-08-14T22:15:13.977Z[ recovery-image] Aug 14 22:15:12.934 INFO O| Aug 14 22:15:12.934 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-14T22:15:13.983Z[ recovery-image] Aug 14 22:15:12.944 INFO O| Aug 14 22:15:12.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80092026-08-14T22:15:13.984Z[verify-libraries] Compiling yansi v1.0.1
80102026-08-14T22:15:13.984Z[ recovery-image] Aug 14 22:15:12.944 INFO O| Aug 14 22:15:12.944 INFO STEP 911 (remove_files) COMPLETE
80112026-08-14T22:15:13.984Z[ recovery-image] Aug 14 22:15:12.944 INFO O| Aug 14 22:15:12.944 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-14T22:15:13.993Z[ recovery-image] Aug 14 22:15:12.954 INFO O| Aug 14 22:15:12.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80132026-08-14T22:15:13.993Z[ recovery-image] Aug 14 22:15:12.954 INFO O| Aug 14 22:15:12.954 INFO STEP 912 (remove_files) COMPLETE
80142026-08-14T22:15:13.993Z[ recovery-image] Aug 14 22:15:12.954 INFO O| Aug 14 22:15:12.954 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-14T22:15:14.005Z[ recovery-image] Aug 14 22:15:12.965 INFO O| Aug 14 22:15:12.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80162026-08-14T22:15:14.006Z[ recovery-image] Aug 14 22:15:12.965 INFO O| Aug 14 22:15:12.965 INFO STEP 913 (remove_files) COMPLETE
80172026-08-14T22:15:14.006Z[ recovery-image] Aug 14 22:15:12.965 INFO O| Aug 14 22:15:12.965 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-14T22:15:14.016Z[ recovery-image] Aug 14 22:15:12.976 INFO O| Aug 14 22:15:12.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80192026-08-14T22:15:14.016Z[ recovery-image] Aug 14 22:15:12.976 INFO O| Aug 14 22:15:12.976 INFO STEP 914 (remove_files) COMPLETE
80202026-08-14T22:15:14.019Z[ recovery-image] Aug 14 22:15:12.976 INFO O| Aug 14 22:15:12.976 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-14T22:15:14.026Z[ recovery-image] Aug 14 22:15:12.986 INFO O| Aug 14 22:15:12.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80222026-08-14T22:15:14.026Z[ recovery-image] Aug 14 22:15:12.987 INFO O| Aug 14 22:15:12.986 INFO STEP 915 (remove_files) COMPLETE
80232026-08-14T22:15:14.026Z[ recovery-image] Aug 14 22:15:12.987 INFO O| Aug 14 22:15:12.986 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-14T22:15:14.036Z[ recovery-image] Aug 14 22:15:12.996 INFO O| Aug 14 22:15:12.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80252026-08-14T22:15:14.037Z[ recovery-image] Aug 14 22:15:12.996 INFO O| Aug 14 22:15:12.996 INFO STEP 916 (remove_files) COMPLETE
80262026-08-14T22:15:14.037Z[ recovery-image] Aug 14 22:15:12.996 INFO O| Aug 14 22:15:12.996 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-14T22:15:14.046Z[ recovery-image] Aug 14 22:15:13.006 INFO O| Aug 14 22:15:13.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80282026-08-14T22:15:14.046Z[ recovery-image] Aug 14 22:15:13.006 INFO O| Aug 14 22:15:13.006 INFO STEP 917 (remove_files) COMPLETE
80292026-08-14T22:15:14.050Z[ recovery-image] Aug 14 22:15:13.006 INFO O| Aug 14 22:15:13.006 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-14T22:15:14.054Z[ recovery-image] Aug 14 22:15:13.015 INFO O| Aug 14 22:15:13.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80312026-08-14T22:15:14.055Z[ recovery-image] Aug 14 22:15:13.015 INFO O| Aug 14 22:15:13.015 INFO STEP 918 (remove_files) COMPLETE
80322026-08-14T22:15:14.058Z[ recovery-image] Aug 14 22:15:13.015 INFO O| Aug 14 22:15:13.015 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-14T22:15:14.065Z[ recovery-image] Aug 14 22:15:13.026 INFO O| Aug 14 22:15:13.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80342026-08-14T22:15:14.066Z[ recovery-image] Aug 14 22:15:13.026 INFO O| Aug 14 22:15:13.026 INFO STEP 919 (remove_files) COMPLETE
80352026-08-14T22:15:14.069Z[ recovery-image] Aug 14 22:15:13.026 INFO O| Aug 14 22:15:13.026 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-14T22:15:14.076Z[ recovery-image] Aug 14 22:15:13.037 INFO O| Aug 14 22:15:13.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80372026-08-14T22:15:14.076Z[ recovery-image] Aug 14 22:15:13.037 INFO O| Aug 14 22:15:13.037 INFO STEP 920 (remove_files) COMPLETE
80382026-08-14T22:15:14.076Z[ recovery-image] Aug 14 22:15:13.037 INFO O| Aug 14 22:15:13.037 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-14T22:15:14.086Z[ recovery-image] Aug 14 22:15:13.047 INFO O| Aug 14 22:15:13.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80402026-08-14T22:15:14.086Z[ recovery-image] Aug 14 22:15:13.047 INFO O| Aug 14 22:15:13.047 INFO STEP 921 (remove_files) COMPLETE
80412026-08-14T22:15:14.086Z[ recovery-image] Aug 14 22:15:13.047 INFO O| Aug 14 22:15:13.047 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-14T22:15:14.095Z[ recovery-image] Aug 14 22:15:13.056 INFO O| Aug 14 22:15:13.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80432026-08-14T22:15:14.095Z[ recovery-image] Aug 14 22:15:13.056 INFO O| Aug 14 22:15:13.056 INFO STEP 922 (remove_files) COMPLETE
80442026-08-14T22:15:14.095Z[ recovery-image] Aug 14 22:15:13.056 INFO O| Aug 14 22:15:13.056 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-14T22:15:14.107Z[ recovery-image] Aug 14 22:15:13.068 INFO O| Aug 14 22:15:13.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80462026-08-14T22:15:14.107Z[ recovery-image] Aug 14 22:15:13.068 INFO O| Aug 14 22:15:13.068 INFO STEP 923 (remove_files) COMPLETE
80472026-08-14T22:15:14.111Z[ recovery-image] Aug 14 22:15:13.068 INFO O| Aug 14 22:15:13.068 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-14T22:15:14.117Z[ recovery-image] Aug 14 22:15:13.078 INFO O| Aug 14 22:15:13.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80492026-08-14T22:15:14.117Z[ recovery-image] Aug 14 22:15:13.078 INFO O| Aug 14 22:15:13.078 INFO STEP 924 (remove_files) COMPLETE
80502026-08-14T22:15:14.117Z[ recovery-image] Aug 14 22:15:13.078 INFO O| Aug 14 22:15:13.078 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-14T22:15:14.127Z[ recovery-image] Aug 14 22:15:13.088 INFO O| Aug 14 22:15:13.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80522026-08-14T22:15:14.127Z[ recovery-image] Aug 14 22:15:13.088 INFO O| Aug 14 22:15:13.088 INFO STEP 925 (remove_files) COMPLETE
80532026-08-14T22:15:14.127Z[ recovery-image] Aug 14 22:15:13.088 INFO O| Aug 14 22:15:13.088 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-14T22:15:14.136Z[ recovery-image] Aug 14 22:15:13.097 INFO O| Aug 14 22:15:13.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80552026-08-14T22:15:14.136Z[ recovery-image] Aug 14 22:15:13.097 INFO O| Aug 14 22:15:13.097 INFO STEP 926 (remove_files) COMPLETE
80562026-08-14T22:15:14.136Z[ recovery-image] Aug 14 22:15:13.097 INFO O| Aug 14 22:15:13.097 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-14T22:15:14.148Z[ recovery-image] Aug 14 22:15:13.108 INFO O| Aug 14 22:15:13.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80582026-08-14T22:15:14.148Z[ recovery-image] Aug 14 22:15:13.108 INFO O| Aug 14 22:15:13.108 INFO STEP 927 (remove_files) COMPLETE
80592026-08-14T22:15:14.148Z[ recovery-image] Aug 14 22:15:13.108 INFO O| Aug 14 22:15:13.108 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-14T22:15:14.158Z[ recovery-image] Aug 14 22:15:13.119 INFO O| Aug 14 22:15:13.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80612026-08-14T22:15:14.158Z[ recovery-image] Aug 14 22:15:13.119 INFO O| Aug 14 22:15:13.119 INFO STEP 928 (remove_files) COMPLETE
80622026-08-14T22:15:14.158Z[ recovery-image] Aug 14 22:15:13.119 INFO O| Aug 14 22:15:13.119 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-14T22:15:14.167Z[ recovery-image] Aug 14 22:15:13.128 INFO O| Aug 14 22:15:13.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80642026-08-14T22:15:14.167Z[ recovery-image] Aug 14 22:15:13.128 INFO O| Aug 14 22:15:13.128 INFO STEP 929 (remove_files) COMPLETE
80652026-08-14T22:15:14.171Z[ recovery-image] Aug 14 22:15:13.128 INFO O| Aug 14 22:15:13.128 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-14T22:15:14.176Z[ recovery-image] Aug 14 22:15:13.137 INFO O| Aug 14 22:15:13.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80672026-08-14T22:15:14.176Z[ recovery-image] Aug 14 22:15:13.137 INFO O| Aug 14 22:15:13.137 INFO STEP 930 (remove_files) COMPLETE
80682026-08-14T22:15:14.176Z[ recovery-image] Aug 14 22:15:13.137 INFO O| Aug 14 22:15:13.137 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-14T22:15:14.189Z[ recovery-image] Aug 14 22:15:13.148 INFO O| Aug 14 22:15:13.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80702026-08-14T22:15:14.189Z[ recovery-image] Aug 14 22:15:13.148 INFO O| Aug 14 22:15:13.148 INFO STEP 931 (remove_files) COMPLETE
80712026-08-14T22:15:14.189Z[ recovery-image] Aug 14 22:15:13.148 INFO O| Aug 14 22:15:13.148 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-14T22:15:14.199Z[ recovery-image] Aug 14 22:15:13.159 INFO O| Aug 14 22:15:13.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80732026-08-14T22:15:14.199Z[ recovery-image] Aug 14 22:15:13.159 INFO O| Aug 14 22:15:13.159 INFO STEP 932 (remove_files) COMPLETE
80742026-08-14T22:15:14.202Z[ recovery-image] Aug 14 22:15:13.159 INFO O| Aug 14 22:15:13.159 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-14T22:15:14.208Z[ recovery-image] Aug 14 22:15:13.169 INFO O| Aug 14 22:15:13.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80762026-08-14T22:15:14.208Z[ recovery-image] Aug 14 22:15:13.169 INFO O| Aug 14 22:15:13.169 INFO STEP 933 (remove_files) COMPLETE
80772026-08-14T22:15:14.208Z[ recovery-image] Aug 14 22:15:13.169 INFO O| Aug 14 22:15:13.169 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-14T22:15:14.217Z[ recovery-image] Aug 14 22:15:13.178 INFO O| Aug 14 22:15:13.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80792026-08-14T22:15:14.217Z[ recovery-image] Aug 14 22:15:13.178 INFO O| Aug 14 22:15:13.178 INFO STEP 934 (remove_files) COMPLETE
80802026-08-14T22:15:14.217Z[ recovery-image] Aug 14 22:15:13.178 INFO O| Aug 14 22:15:13.178 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-14T22:15:14.226Z[ recovery-image] Aug 14 22:15:13.186 INFO O| Aug 14 22:15:13.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80822026-08-14T22:15:14.230Z[ recovery-image] Aug 14 22:15:13.187 INFO O| Aug 14 22:15:13.186 INFO STEP 935 (remove_files) COMPLETE
80832026-08-14T22:15:14.230Z[ recovery-image] Aug 14 22:15:13.187 INFO O| Aug 14 22:15:13.186 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-14T22:15:14.235Z[ recovery-image] Aug 14 22:15:13.195 INFO O| Aug 14 22:15:13.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80852026-08-14T22:15:14.236Z[ recovery-image] Aug 14 22:15:13.195 INFO O| Aug 14 22:15:13.195 INFO STEP 936 (remove_files) COMPLETE
80862026-08-14T22:15:14.236Z[ recovery-image] Aug 14 22:15:13.195 INFO O| Aug 14 22:15:13.195 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-14T22:15:14.244Z[ recovery-image] Aug 14 22:15:13.205 INFO O| Aug 14 22:15:13.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80882026-08-14T22:15:14.244Z[ recovery-image] Aug 14 22:15:13.205 INFO O| Aug 14 22:15:13.205 INFO STEP 937 (remove_files) COMPLETE
80892026-08-14T22:15:14.244Z[ recovery-image] Aug 14 22:15:13.205 INFO O| Aug 14 22:15:13.205 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-14T22:15:14.253Z[ recovery-image] Aug 14 22:15:13.213 INFO O| Aug 14 22:15:13.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80912026-08-14T22:15:14.253Z[ recovery-image] Aug 14 22:15:13.213 INFO O| Aug 14 22:15:13.213 INFO STEP 938 (remove_files) COMPLETE
80922026-08-14T22:15:14.253Z[ recovery-image] Aug 14 22:15:13.213 INFO O| Aug 14 22:15:13.213 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-14T22:15:14.262Z[ recovery-image] Aug 14 22:15:13.223 INFO O| Aug 14 22:15:13.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80942026-08-14T22:15:14.262Z[ recovery-image] Aug 14 22:15:13.223 INFO O| Aug 14 22:15:13.223 INFO STEP 939 (remove_files) COMPLETE
80952026-08-14T22:15:14.267Z[ recovery-image] Aug 14 22:15:13.223 INFO O| Aug 14 22:15:13.223 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-14T22:15:14.277Z[ recovery-image] Aug 14 22:15:13.238 INFO O| Aug 14 22:15:13.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80972026-08-14T22:15:14.277Z[ recovery-image] Aug 14 22:15:13.238 INFO O| Aug 14 22:15:13.238 INFO STEP 940 (remove_files) COMPLETE
80982026-08-14T22:15:14.277Z[ recovery-image] Aug 14 22:15:13.238 INFO O| Aug 14 22:15:13.238 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-14T22:15:14.297Z[ recovery-image] Aug 14 22:15:13.250 INFO O| Aug 14 22:15:13.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81002026-08-14T22:15:14.303Z[ recovery-image] Aug 14 22:15:13.251 INFO O| Aug 14 22:15:13.251 INFO STEP 941 (remove_files) COMPLETE
81012026-08-14T22:15:14.303Z[ recovery-image] Aug 14 22:15:13.251 INFO O| Aug 14 22:15:13.251 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-14T22:15:14.303Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
81032026-08-14T22:15:14.303Z[ recovery-image] Aug 14 22:15:13.262 INFO O| Aug 14 22:15:13.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81042026-08-14T22:15:14.303Z[ recovery-image] Aug 14 22:15:13.262 INFO O| Aug 14 22:15:13.262 INFO STEP 942 (remove_files) COMPLETE
81052026-08-14T22:15:14.303Z[ recovery-image] Aug 14 22:15:13.262 INFO O| Aug 14 22:15:13.262 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-14T22:15:14.318Z[ recovery-image] Aug 14 22:15:13.274 INFO O| Aug 14 22:15:13.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81072026-08-14T22:15:14.318Z[ recovery-image] Aug 14 22:15:13.274 INFO O| Aug 14 22:15:13.273 INFO STEP 943 (remove_files) COMPLETE
81082026-08-14T22:15:14.318Z[ recovery-image] Aug 14 22:15:13.274 INFO O| Aug 14 22:15:13.273 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-14T22:15:14.322Z[ recovery-image] Aug 14 22:15:13.282 INFO O| Aug 14 22:15:13.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81102026-08-14T22:15:14.322Z[ recovery-image] Aug 14 22:15:13.282 INFO O| Aug 14 22:15:13.282 INFO STEP 944 (remove_files) COMPLETE
81112026-08-14T22:15:14.322Z[ recovery-image] Aug 14 22:15:13.282 INFO O| Aug 14 22:15:13.282 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-14T22:15:14.333Z[ recovery-image] Aug 14 22:15:13.291 INFO O| Aug 14 22:15:13.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81132026-08-14T22:15:14.334Z[ recovery-image] Aug 14 22:15:13.291 INFO O| Aug 14 22:15:13.291 INFO STEP 945 (remove_files) COMPLETE
81142026-08-14T22:15:14.337Z[ recovery-image] Aug 14 22:15:13.291 INFO O| Aug 14 22:15:13.291 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-14T22:15:14.342Z[ recovery-image] Aug 14 22:15:13.302 INFO O| Aug 14 22:15:13.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81162026-08-14T22:15:14.342Z[ recovery-image] Aug 14 22:15:13.302 INFO O| Aug 14 22:15:13.302 INFO STEP 946 (remove_files) COMPLETE
81172026-08-14T22:15:14.345Z[ recovery-image] Aug 14 22:15:13.302 INFO O| Aug 14 22:15:13.302 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-14T22:15:14.351Z[verify-libraries] Compiling pretty_assertions v1.4.1
81192026-08-14T22:15:14.354Z[ recovery-image] Aug 14 22:15:13.314 INFO O| Aug 14 22:15:13.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81202026-08-14T22:15:14.354Z[ recovery-image] Aug 14 22:15:13.314 INFO O| Aug 14 22:15:13.313 INFO STEP 947 (remove_files) COMPLETE
81212026-08-14T22:15:14.354Z[ recovery-image] Aug 14 22:15:13.314 INFO O| Aug 14 22:15:13.313 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-14T22:15:14.362Z[ recovery-image] Aug 14 22:15:13.323 INFO O| Aug 14 22:15:13.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81232026-08-14T22:15:14.366Z[ recovery-image] Aug 14 22:15:13.323 INFO O| Aug 14 22:15:13.323 INFO STEP 948 (remove_files) COMPLETE
81242026-08-14T22:15:14.366Z[ recovery-image] Aug 14 22:15:13.323 INFO O| Aug 14 22:15:13.323 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-14T22:15:14.372Z[ recovery-image] Aug 14 22:15:13.333 INFO O| Aug 14 22:15:13.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81262026-08-14T22:15:14.372Z[ recovery-image] Aug 14 22:15:13.333 INFO O| Aug 14 22:15:13.333 INFO STEP 949 (remove_files) COMPLETE
81272026-08-14T22:15:14.372Z[ recovery-image] Aug 14 22:15:13.333 INFO O| Aug 14 22:15:13.333 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-14T22:15:14.383Z[ recovery-image] Aug 14 22:15:13.343 INFO O| Aug 14 22:15:13.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81292026-08-14T22:15:14.383Z[ recovery-image] Aug 14 22:15:13.343 INFO O| Aug 14 22:15:13.343 INFO STEP 950 (remove_files) COMPLETE
81302026-08-14T22:15:14.383Z[ recovery-image] Aug 14 22:15:13.343 INFO O| Aug 14 22:15:13.343 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-14T22:15:14.398Z[ recovery-image] Aug 14 22:15:13.353 INFO O| Aug 14 22:15:13.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81322026-08-14T22:15:14.398Z[ recovery-image] Aug 14 22:15:13.353 INFO O| Aug 14 22:15:13.353 INFO STEP 951 (remove_files) COMPLETE
81332026-08-14T22:15:14.398Z[ recovery-image] Aug 14 22:15:13.353 INFO O| Aug 14 22:15:13.353 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-14T22:15:14.403Z[ recovery-image] Aug 14 22:15:13.364 INFO O| Aug 14 22:15:13.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81352026-08-14T22:15:14.403Z[ recovery-image] Aug 14 22:15:13.364 INFO O| Aug 14 22:15:13.364 INFO STEP 952 (remove_files) COMPLETE
81362026-08-14T22:15:14.409Z[ recovery-image] Aug 14 22:15:13.364 INFO O| Aug 14 22:15:13.364 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-14T22:15:14.409Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
81382026-08-14T22:15:14.413Z[ recovery-image] Aug 14 22:15:13.374 INFO O| Aug 14 22:15:13.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81392026-08-14T22:15:14.414Z[ recovery-image] Aug 14 22:15:13.374 INFO O| Aug 14 22:15:13.374 INFO STEP 953 (remove_files) COMPLETE
81402026-08-14T22:15:14.414Z[ recovery-image] Aug 14 22:15:13.374 INFO O| Aug 14 22:15:13.374 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-14T22:15:14.423Z[ recovery-image] Aug 14 22:15:13.384 INFO O| Aug 14 22:15:13.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81422026-08-14T22:15:14.423Z[ recovery-image] Aug 14 22:15:13.384 INFO O| Aug 14 22:15:13.384 INFO STEP 954 (remove_files) COMPLETE
81432026-08-14T22:15:14.423Z[ recovery-image] Aug 14 22:15:13.384 INFO O| Aug 14 22:15:13.384 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-14T22:15:14.434Z[ recovery-image] Aug 14 22:15:13.394 INFO O| Aug 14 22:15:13.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81452026-08-14T22:15:14.437Z[ recovery-image] Aug 14 22:15:13.395 INFO O| Aug 14 22:15:13.395 INFO STEP 955 (remove_files) COMPLETE
81462026-08-14T22:15:14.437Z[ recovery-image] Aug 14 22:15:13.395 INFO O| Aug 14 22:15:13.395 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-14T22:15:14.444Z[ recovery-image] Aug 14 22:15:13.405 INFO O| Aug 14 22:15:13.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81482026-08-14T22:15:14.445Z[ recovery-image] Aug 14 22:15:13.405 INFO O| Aug 14 22:15:13.405 INFO STEP 956 (remove_files) COMPLETE
81492026-08-14T22:15:14.445Z[ recovery-image] Aug 14 22:15:13.405 INFO O| Aug 14 22:15:13.405 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-14T22:15:14.455Z[ recovery-image] Aug 14 22:15:13.415 INFO O| Aug 14 22:15:13.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81512026-08-14T22:15:14.455Z[ recovery-image] Aug 14 22:15:13.415 INFO O| Aug 14 22:15:13.415 INFO STEP 957 (remove_files) COMPLETE
81522026-08-14T22:15:14.455Z[ recovery-image] Aug 14 22:15:13.415 INFO O| Aug 14 22:15:13.415 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-14T22:15:14.470Z[ recovery-image] Aug 14 22:15:13.429 INFO O| Aug 14 22:15:13.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81542026-08-14T22:15:14.470Z[ recovery-image] Aug 14 22:15:13.429 INFO O| Aug 14 22:15:13.429 INFO STEP 958 (remove_files) COMPLETE
81552026-08-14T22:15:14.474Z[ recovery-image] Aug 14 22:15:13.429 INFO O| Aug 14 22:15:13.429 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-14T22:15:14.479Z[ recovery-image] Aug 14 22:15:13.439 INFO O| Aug 14 22:15:13.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81572026-08-14T22:15:14.479Z[ recovery-image] Aug 14 22:15:13.439 INFO O| Aug 14 22:15:13.439 INFO STEP 959 (remove_files) COMPLETE
81582026-08-14T22:15:14.482Z[ recovery-image] Aug 14 22:15:13.439 INFO O| Aug 14 22:15:13.439 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-14T22:15:14.490Z[ recovery-image] Aug 14 22:15:13.448 INFO O| Aug 14 22:15:13.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81602026-08-14T22:15:14.490Z[ recovery-image] Aug 14 22:15:13.449 INFO O| Aug 14 22:15:13.449 INFO STEP 960 (remove_files) COMPLETE
81612026-08-14T22:15:14.490Z[ recovery-image] Aug 14 22:15:13.449 INFO O| Aug 14 22:15:13.449 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-14T22:15:14.500Z[ recovery-image] Aug 14 22:15:13.460 INFO O| Aug 14 22:15:13.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81632026-08-14T22:15:14.500Z[ recovery-image] Aug 14 22:15:13.460 INFO O| Aug 14 22:15:13.460 INFO STEP 961 (remove_files) COMPLETE
81642026-08-14T22:15:14.500Z[ recovery-image] Aug 14 22:15:13.460 INFO O| Aug 14 22:15:13.460 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-14T22:15:14.511Z[ recovery-image] Aug 14 22:15:13.471 INFO O| Aug 14 22:15:13.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81662026-08-14T22:15:14.511Z[ recovery-image] Aug 14 22:15:13.471 INFO O| Aug 14 22:15:13.471 INFO STEP 962 (remove_files) COMPLETE
81672026-08-14T22:15:14.515Z[ recovery-image] Aug 14 22:15:13.471 INFO O| Aug 14 22:15:13.471 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-14T22:15:14.521Z[ recovery-image] Aug 14 22:15:13.482 INFO O| Aug 14 22:15:13.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81692026-08-14T22:15:14.521Z[ recovery-image] Aug 14 22:15:13.482 INFO O| Aug 14 22:15:13.482 INFO STEP 963 (remove_files) COMPLETE
81702026-08-14T22:15:14.521Z[ recovery-image] Aug 14 22:15:13.482 INFO O| Aug 14 22:15:13.482 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-14T22:15:14.530Z[ recovery-image] Aug 14 22:15:13.491 INFO O| Aug 14 22:15:13.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81722026-08-14T22:15:14.530Z[ recovery-image] Aug 14 22:15:13.491 INFO O| Aug 14 22:15:13.491 INFO STEP 964 (remove_files) COMPLETE
81732026-08-14T22:15:14.534Z[ recovery-image] Aug 14 22:15:13.491 INFO O| Aug 14 22:15:13.491 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-14T22:15:14.543Z[ recovery-image] Aug 14 22:15:13.503 INFO O| Aug 14 22:15:13.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81752026-08-14T22:15:14.543Z[ recovery-image] Aug 14 22:15:13.503 INFO O| Aug 14 22:15:13.503 INFO STEP 965 (remove_files) COMPLETE
81762026-08-14T22:15:14.543Z[ recovery-image] Aug 14 22:15:13.503 INFO O| Aug 14 22:15:13.503 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-14T22:15:14.556Z[ recovery-image] Aug 14 22:15:13.515 INFO O| Aug 14 22:15:13.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81782026-08-14T22:15:14.556Z[ recovery-image] Aug 14 22:15:13.515 INFO O| Aug 14 22:15:13.515 INFO STEP 966 (remove_files) COMPLETE
81792026-08-14T22:15:14.556Z[ recovery-image] Aug 14 22:15:13.515 INFO O| Aug 14 22:15:13.515 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-14T22:15:14.565Z[ recovery-image] Aug 14 22:15:13.525 INFO O| Aug 14 22:15:13.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81812026-08-14T22:15:14.565Z[ recovery-image] Aug 14 22:15:13.525 INFO O| Aug 14 22:15:13.525 INFO STEP 967 (remove_files) COMPLETE
81822026-08-14T22:15:14.568Z[ recovery-image] Aug 14 22:15:13.525 INFO O| Aug 14 22:15:13.525 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-14T22:15:14.576Z[ recovery-image] Aug 14 22:15:13.535 INFO O| Aug 14 22:15:13.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81842026-08-14T22:15:14.576Z[ recovery-image] Aug 14 22:15:13.535 INFO O| Aug 14 22:15:13.535 INFO STEP 968 (remove_files) COMPLETE
81852026-08-14T22:15:14.576Z[ recovery-image] Aug 14 22:15:13.535 INFO O| Aug 14 22:15:13.535 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-14T22:15:14.584Z[ recovery-image] Aug 14 22:15:13.544 INFO O| Aug 14 22:15:13.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81872026-08-14T22:15:14.584Z[ recovery-image] Aug 14 22:15:13.544 INFO O| Aug 14 22:15:13.544 INFO STEP 969 (remove_files) COMPLETE
81882026-08-14T22:15:14.587Z[ recovery-image] Aug 14 22:15:13.544 INFO O| Aug 14 22:15:13.544 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-14T22:15:14.595Z[ recovery-image] Aug 14 22:15:13.554 INFO O| Aug 14 22:15:13.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81902026-08-14T22:15:14.599Z[ recovery-image] Aug 14 22:15:13.555 INFO O| Aug 14 22:15:13.555 INFO STEP 970 (remove_files) COMPLETE
81912026-08-14T22:15:14.599Z[ recovery-image] Aug 14 22:15:13.555 INFO O| Aug 14 22:15:13.555 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-14T22:15:14.603Z[ recovery-image] Aug 14 22:15:13.563 INFO O| Aug 14 22:15:13.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81932026-08-14T22:15:14.603Z[ recovery-image] Aug 14 22:15:13.563 INFO O| Aug 14 22:15:13.563 INFO STEP 971 (remove_files) COMPLETE
81942026-08-14T22:15:14.603Z[ recovery-image] Aug 14 22:15:13.563 INFO O| Aug 14 22:15:13.563 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-14T22:15:14.615Z[ recovery-image] Aug 14 22:15:13.572 INFO O| Aug 14 22:15:13.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81962026-08-14T22:15:14.615Z[ recovery-image] Aug 14 22:15:13.572 INFO O| Aug 14 22:15:13.572 INFO STEP 972 (remove_files) COMPLETE
81972026-08-14T22:15:14.619Z[ recovery-image] Aug 14 22:15:13.572 INFO O| Aug 14 22:15:13.572 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-14T22:15:14.623Z[ recovery-image] Aug 14 22:15:13.581 INFO O| Aug 14 22:15:13.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81992026-08-14T22:15:14.623Z[ recovery-image] Aug 14 22:15:13.581 INFO O| Aug 14 22:15:13.581 INFO STEP 973 (remove_files) COMPLETE
82002026-08-14T22:15:14.623Z[ recovery-image] Aug 14 22:15:13.581 INFO O| Aug 14 22:15:13.581 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-14T22:15:14.629Z[ recovery-image] Aug 14 22:15:13.589 INFO O| Aug 14 22:15:13.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82022026-08-14T22:15:14.629Z[ recovery-image] Aug 14 22:15:13.589 INFO O| Aug 14 22:15:13.589 INFO STEP 974 (remove_files) COMPLETE
82032026-08-14T22:15:14.633Z[ recovery-image] Aug 14 22:15:13.589 INFO O| Aug 14 22:15:13.589 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-14T22:15:14.639Z[ recovery-image] Aug 14 22:15:13.600 INFO O| Aug 14 22:15:13.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82052026-08-14T22:15:14.639Z[ recovery-image] Aug 14 22:15:13.600 INFO O| Aug 14 22:15:13.600 INFO STEP 975 (remove_files) COMPLETE
82062026-08-14T22:15:14.639Z[ recovery-image] Aug 14 22:15:13.600 INFO O| Aug 14 22:15:13.600 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-14T22:15:14.651Z[ recovery-image] Aug 14 22:15:13.610 INFO O| Aug 14 22:15:13.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82082026-08-14T22:15:14.651Z[ recovery-image] Aug 14 22:15:13.610 INFO O| Aug 14 22:15:13.610 INFO STEP 976 (remove_files) COMPLETE
82092026-08-14T22:15:14.656Z[ recovery-image] Aug 14 22:15:13.610 INFO O| Aug 14 22:15:13.610 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-14T22:15:14.662Z[ recovery-image] Aug 14 22:15:13.620 INFO O| Aug 14 22:15:13.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82112026-08-14T22:15:14.662Z[ recovery-image] Aug 14 22:15:13.620 INFO O| Aug 14 22:15:13.620 INFO STEP 977 (remove_files) COMPLETE
82122026-08-14T22:15:14.662Z[ recovery-image] Aug 14 22:15:13.620 INFO O| Aug 14 22:15:13.620 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-14T22:15:14.669Z[ recovery-image] Aug 14 22:15:13.629 INFO O| Aug 14 22:15:13.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82142026-08-14T22:15:14.669Z[ recovery-image] Aug 14 22:15:13.629 INFO O| Aug 14 22:15:13.629 INFO STEP 978 (remove_files) COMPLETE
82152026-08-14T22:15:14.673Z[ recovery-image] Aug 14 22:15:13.629 INFO O| Aug 14 22:15:13.629 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-14T22:15:14.679Z[ recovery-image] Aug 14 22:15:13.638 INFO O| Aug 14 22:15:13.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82172026-08-14T22:15:14.679Z[ recovery-image] Aug 14 22:15:13.638 INFO O| Aug 14 22:15:13.638 INFO STEP 979 (remove_files) COMPLETE
82182026-08-14T22:15:14.680Z[ recovery-image] Aug 14 22:15:13.638 INFO O| Aug 14 22:15:13.638 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-14T22:15:14.688Z[ recovery-image] Aug 14 22:15:13.648 INFO O| Aug 14 22:15:13.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82202026-08-14T22:15:14.688Z[ recovery-image] Aug 14 22:15:13.648 INFO O| Aug 14 22:15:13.648 INFO STEP 980 (remove_files) COMPLETE
82212026-08-14T22:15:14.693Z[ recovery-image] Aug 14 22:15:13.648 INFO O| Aug 14 22:15:13.648 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-14T22:15:14.701Z[ recovery-image] Aug 14 22:15:13.659 INFO O| Aug 14 22:15:13.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82232026-08-14T22:15:14.701Z[ recovery-image] Aug 14 22:15:13.659 INFO O| Aug 14 22:15:13.659 INFO STEP 981 (remove_files) COMPLETE
82242026-08-14T22:15:14.701Z[ recovery-image] Aug 14 22:15:13.659 INFO O| Aug 14 22:15:13.659 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-14T22:15:14.712Z[ recovery-image] Aug 14 22:15:13.670 INFO O| Aug 14 22:15:13.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82262026-08-14T22:15:14.712Z[ recovery-image] Aug 14 22:15:13.670 INFO O| Aug 14 22:15:13.670 INFO STEP 982 (remove_files) COMPLETE
82272026-08-14T22:15:14.712Z[ recovery-image] Aug 14 22:15:13.670 INFO O| Aug 14 22:15:13.670 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-14T22:15:14.721Z[ recovery-image] Aug 14 22:15:13.682 INFO O| Aug 14 22:15:13.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82292026-08-14T22:15:14.721Z[ recovery-image] Aug 14 22:15:13.682 INFO O| Aug 14 22:15:13.682 INFO STEP 983 (remove_files) COMPLETE
82302026-08-14T22:15:14.721Z[ recovery-image] Aug 14 22:15:13.682 INFO O| Aug 14 22:15:13.682 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-14T22:15:14.732Z[ recovery-image] Aug 14 22:15:13.693 INFO O| Aug 14 22:15:13.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82322026-08-14T22:15:14.732Z[ recovery-image] Aug 14 22:15:13.693 INFO O| Aug 14 22:15:13.693 INFO STEP 984 (remove_files) COMPLETE
82332026-08-14T22:15:14.732Z[ recovery-image] Aug 14 22:15:13.693 INFO O| Aug 14 22:15:13.693 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-14T22:15:14.742Z[ recovery-image] Aug 14 22:15:13.703 INFO O| Aug 14 22:15:13.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82352026-08-14T22:15:14.742Z[ recovery-image] Aug 14 22:15:13.703 INFO O| Aug 14 22:15:13.703 INFO STEP 985 (remove_files) COMPLETE
82362026-08-14T22:15:14.742Z[ recovery-image] Aug 14 22:15:13.703 INFO O| Aug 14 22:15:13.703 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-14T22:15:14.754Z[ recovery-image] Aug 14 22:15:13.713 INFO O| Aug 14 22:15:13.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82382026-08-14T22:15:14.754Z[ recovery-image] Aug 14 22:15:13.713 INFO O| Aug 14 22:15:13.713 INFO STEP 986 (remove_files) COMPLETE
82392026-08-14T22:15:14.754Z[ recovery-image] Aug 14 22:15:13.713 INFO O| Aug 14 22:15:13.713 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-14T22:15:14.762Z[ recovery-image] Aug 14 22:15:13.723 INFO O| Aug 14 22:15:13.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82412026-08-14T22:15:14.762Z[ recovery-image] Aug 14 22:15:13.723 INFO O| Aug 14 22:15:13.723 INFO STEP 987 (remove_files) COMPLETE
82422026-08-14T22:15:14.766Z[ recovery-image] Aug 14 22:15:13.723 INFO O| Aug 14 22:15:13.723 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-14T22:15:14.771Z[ recovery-image] Aug 14 22:15:13.732 INFO O| Aug 14 22:15:13.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82442026-08-14T22:15:14.771Z[ recovery-image] Aug 14 22:15:13.732 INFO O| Aug 14 22:15:13.732 INFO STEP 988 (remove_files) COMPLETE
82452026-08-14T22:15:14.777Z[ recovery-image] Aug 14 22:15:13.732 INFO O| Aug 14 22:15:13.732 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-14T22:15:14.780Z[ recovery-image] Aug 14 22:15:13.740 INFO O| Aug 14 22:15:13.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82472026-08-14T22:15:14.780Z[ recovery-image] Aug 14 22:15:13.740 INFO O| Aug 14 22:15:13.740 INFO STEP 989 (remove_files) COMPLETE
82482026-08-14T22:15:14.780Z[ recovery-image] Aug 14 22:15:13.741 INFO O| Aug 14 22:15:13.740 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-14T22:15:14.791Z[ recovery-image] Aug 14 22:15:13.751 INFO O| Aug 14 22:15:13.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82502026-08-14T22:15:14.791Z[ recovery-image] Aug 14 22:15:13.751 INFO O| Aug 14 22:15:13.751 INFO STEP 990 (remove_files) COMPLETE
82512026-08-14T22:15:14.791Z[ recovery-image] Aug 14 22:15:13.751 INFO O| Aug 14 22:15:13.751 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-14T22:15:14.801Z[ recovery-image] Aug 14 22:15:13.762 INFO O| Aug 14 22:15:13.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82532026-08-14T22:15:14.801Z[ recovery-image] Aug 14 22:15:13.762 INFO O| Aug 14 22:15:13.762 INFO STEP 991 (remove_files) COMPLETE
82542026-08-14T22:15:14.801Z[ recovery-image] Aug 14 22:15:13.762 INFO O| Aug 14 22:15:13.762 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-14T22:15:14.812Z[ recovery-image] Aug 14 22:15:13.772 INFO O| Aug 14 22:15:13.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82562026-08-14T22:15:14.812Z[ recovery-image] Aug 14 22:15:13.772 INFO O| Aug 14 22:15:13.772 INFO STEP 992 (remove_files) COMPLETE
82572026-08-14T22:15:14.812Z[ recovery-image] Aug 14 22:15:13.772 INFO O| Aug 14 22:15:13.772 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-14T22:15:14.821Z[ recovery-image] Aug 14 22:15:13.782 INFO O| Aug 14 22:15:13.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82592026-08-14T22:15:14.821Z[ recovery-image] Aug 14 22:15:13.782 INFO O| Aug 14 22:15:13.782 INFO STEP 993 (remove_files) COMPLETE
82602026-08-14T22:15:14.827Z[ recovery-image] Aug 14 22:15:13.782 INFO O| Aug 14 22:15:13.782 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-14T22:15:14.831Z[ recovery-image] Aug 14 22:15:13.792 INFO O| Aug 14 22:15:13.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82622026-08-14T22:15:14.831Z[ recovery-image] Aug 14 22:15:13.792 INFO O| Aug 14 22:15:13.792 INFO STEP 994 (remove_files) COMPLETE
82632026-08-14T22:15:14.831Z[ recovery-image] Aug 14 22:15:13.792 INFO O| Aug 14 22:15:13.792 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-08-14T22:15:14.840Z[ recovery-image] Aug 14 22:15:13.801 INFO O| Aug 14 22:15:13.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82652026-08-14T22:15:14.840Z[ recovery-image] Aug 14 22:15:13.801 INFO O| Aug 14 22:15:13.801 INFO STEP 995 (remove_files) COMPLETE
82662026-08-14T22:15:14.840Z[ recovery-image] Aug 14 22:15:13.801 INFO O| Aug 14 22:15:13.801 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-08-14T22:15:14.849Z[ recovery-image] Aug 14 22:15:13.810 INFO O| Aug 14 22:15:13.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82682026-08-14T22:15:14.849Z[ recovery-image] Aug 14 22:15:13.810 INFO O| Aug 14 22:15:13.810 INFO STEP 996 (remove_files) COMPLETE
82692026-08-14T22:15:14.854Z[ recovery-image] Aug 14 22:15:13.810 INFO O| Aug 14 22:15:13.810 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-08-14T22:15:14.862Z[ recovery-image] Aug 14 22:15:13.822 INFO O| Aug 14 22:15:13.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82712026-08-14T22:15:14.862Z[ recovery-image] Aug 14 22:15:13.822 INFO O| Aug 14 22:15:13.822 INFO STEP 997 (remove_files) COMPLETE
82722026-08-14T22:15:14.862Z[ recovery-image] Aug 14 22:15:13.822 INFO O| Aug 14 22:15:13.822 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-08-14T22:15:14.874Z[ recovery-image] Aug 14 22:15:13.835 INFO O| Aug 14 22:15:13.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82742026-08-14T22:15:14.874Z[ recovery-image] Aug 14 22:15:13.835 INFO O| Aug 14 22:15:13.835 INFO STEP 998 (remove_files) COMPLETE
82752026-08-14T22:15:14.878Z[ recovery-image] Aug 14 22:15:13.835 INFO O| Aug 14 22:15:13.835 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-14T22:15:14.887Z[ recovery-image] Aug 14 22:15:13.846 INFO O| Aug 14 22:15:13.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82772026-08-14T22:15:14.887Z[ recovery-image] Aug 14 22:15:13.846 INFO O| Aug 14 22:15:13.846 INFO STEP 999 (remove_files) COMPLETE
82782026-08-14T22:15:14.892Z[ recovery-image] Aug 14 22:15:13.846 INFO O| Aug 14 22:15:13.846 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-14T22:15:14.896Z[ recovery-image] Aug 14 22:15:13.856 INFO O| Aug 14 22:15:13.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82802026-08-14T22:15:14.896Z[ recovery-image] Aug 14 22:15:13.857 INFO O| Aug 14 22:15:13.857 INFO STEP 1000 (remove_files) COMPLETE
82812026-08-14T22:15:14.896Z[ recovery-image] Aug 14 22:15:13.857 INFO O| Aug 14 22:15:13.857 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-14T22:15:14.906Z[ recovery-image] Aug 14 22:15:13.867 INFO O| Aug 14 22:15:13.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82832026-08-14T22:15:14.906Z[ recovery-image] Aug 14 22:15:13.867 INFO O| Aug 14 22:15:13.867 INFO STEP 1001 (remove_files) COMPLETE
82842026-08-14T22:15:14.907Z[ recovery-image] Aug 14 22:15:13.867 INFO O| Aug 14 22:15:13.867 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-08-14T22:15:14.918Z[ recovery-image] Aug 14 22:15:13.878 INFO O| Aug 14 22:15:13.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82862026-08-14T22:15:14.918Z[ recovery-image] Aug 14 22:15:13.878 INFO O| Aug 14 22:15:13.878 INFO STEP 1002 (remove_files) COMPLETE
82872026-08-14T22:15:14.918Z[ recovery-image] Aug 14 22:15:13.878 INFO O| Aug 14 22:15:13.878 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-08-14T22:15:14.929Z[ recovery-image] Aug 14 22:15:13.890 INFO O| Aug 14 22:15:13.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82892026-08-14T22:15:14.929Z[ recovery-image] Aug 14 22:15:13.890 INFO O| Aug 14 22:15:13.888 INFO STEP 1003 (remove_files) COMPLETE
82902026-08-14T22:15:14.929Z[ recovery-image] Aug 14 22:15:13.890 INFO O| Aug 14 22:15:13.888 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-08-14T22:15:14.939Z[ recovery-image] Aug 14 22:15:13.896 INFO O| Aug 14 22:15:13.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82922026-08-14T22:15:14.939Z[ recovery-image] Aug 14 22:15:13.896 INFO O| Aug 14 22:15:13.896 INFO STEP 1004 (remove_files) COMPLETE
82932026-08-14T22:15:14.939Z[ recovery-image] Aug 14 22:15:13.896 INFO O| Aug 14 22:15:13.896 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-08-14T22:15:14.944Z[ recovery-image] Aug 14 22:15:13.905 INFO O| Aug 14 22:15:13.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82952026-08-14T22:15:14.944Z[ recovery-image] Aug 14 22:15:13.905 INFO O| Aug 14 22:15:13.905 INFO STEP 1005 (remove_files) COMPLETE
82962026-08-14T22:15:14.944Z[ recovery-image] Aug 14 22:15:13.905 INFO O| Aug 14 22:15:13.905 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-08-14T22:15:14.952Z[ recovery-image] Aug 14 22:15:13.913 INFO O| Aug 14 22:15:13.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82982026-08-14T22:15:14.952Z[ recovery-image] Aug 14 22:15:13.913 INFO O| Aug 14 22:15:13.913 INFO STEP 1006 (remove_files) COMPLETE
82992026-08-14T22:15:14.952Z[ recovery-image] Aug 14 22:15:13.913 INFO O| Aug 14 22:15:13.913 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-08-14T22:15:14.960Z[ recovery-image] Aug 14 22:15:13.921 INFO O| Aug 14 22:15:13.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83012026-08-14T22:15:14.961Z[ recovery-image] Aug 14 22:15:13.921 INFO O| Aug 14 22:15:13.921 INFO STEP 1007 (remove_files) COMPLETE
83022026-08-14T22:15:14.961Z[ recovery-image] Aug 14 22:15:13.921 INFO O| Aug 14 22:15:13.921 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-08-14T22:15:14.970Z[ recovery-image] Aug 14 22:15:13.930 INFO O| Aug 14 22:15:13.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83042026-08-14T22:15:14.970Z[ recovery-image] Aug 14 22:15:13.930 INFO O| Aug 14 22:15:13.930 INFO STEP 1008 (remove_files) COMPLETE
83052026-08-14T22:15:14.976Z[ recovery-image] Aug 14 22:15:13.930 INFO O| Aug 14 22:15:13.930 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-08-14T22:15:14.982Z[ recovery-image] Aug 14 22:15:13.941 INFO O| Aug 14 22:15:13.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83072026-08-14T22:15:14.982Z[ recovery-image] Aug 14 22:15:13.941 INFO O| Aug 14 22:15:13.941 INFO STEP 1009 (remove_files) COMPLETE
83082026-08-14T22:15:14.987Z[ recovery-image] Aug 14 22:15:13.941 INFO O| Aug 14 22:15:13.941 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-08-14T22:15:15.003Z[ recovery-image] Aug 14 22:15:13.964 INFO O| Aug 14 22:15:13.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83102026-08-14T22:15:15.003Z[ recovery-image] Aug 14 22:15:13.964 INFO O| Aug 14 22:15:13.964 INFO STEP 1010 (remove_files) COMPLETE
83112026-08-14T22:15:15.003Z[ recovery-image] Aug 14 22:15:13.964 INFO O| Aug 14 22:15:13.964 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-08-14T22:15:15.018Z[ recovery-image] Aug 14 22:15:13.976 INFO O| Aug 14 22:15:13.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83132026-08-14T22:15:15.018Z[ recovery-image] Aug 14 22:15:13.976 INFO O| Aug 14 22:15:13.976 INFO STEP 1011 (remove_files) COMPLETE
83142026-08-14T22:15:15.018Z[ recovery-image] Aug 14 22:15:13.976 INFO O| Aug 14 22:15:13.976 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-08-14T22:15:15.034Z[ recovery-image] Aug 14 22:15:13.990 INFO O| Aug 14 22:15:13.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83162026-08-14T22:15:15.034Z[ recovery-image] Aug 14 22:15:13.990 INFO O| Aug 14 22:15:13.990 INFO STEP 1012 (remove_files) COMPLETE
83172026-08-14T22:15:15.039Z[ recovery-image] Aug 14 22:15:13.990 INFO O| Aug 14 22:15:13.990 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-08-14T22:15:15.039Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
83192026-08-14T22:15:15.070Z[ recovery-image] Aug 14 22:15:14.029 INFO O| Aug 14 22:15:14.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83202026-08-14T22:15:15.070Z[ recovery-image] Aug 14 22:15:14.029 INFO O| Aug 14 22:15:14.029 INFO STEP 1013 (remove_files) COMPLETE
83212026-08-14T22:15:15.074Z[ recovery-image] Aug 14 22:15:14.029 INFO O| Aug 14 22:15:14.029 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-14T22:15:15.078Z[ recovery-image] Aug 14 22:15:14.039 INFO O| Aug 14 22:15:14.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83232026-08-14T22:15:15.078Z[ recovery-image] Aug 14 22:15:14.039 INFO O| Aug 14 22:15:14.039 INFO STEP 1014 (remove_files) COMPLETE
83242026-08-14T22:15:15.079Z[ recovery-image] Aug 14 22:15:14.039 INFO O| Aug 14 22:15:14.039 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-14T22:15:15.115Z[ recovery-image] Aug 14 22:15:14.073 INFO O| Aug 14 22:15:14.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83262026-08-14T22:15:15.115Z[ recovery-image] Aug 14 22:15:14.073 INFO O| Aug 14 22:15:14.073 INFO STEP 1015 (remove_files) COMPLETE
83272026-08-14T22:15:15.115Z[ recovery-image] Aug 14 22:15:14.073 INFO O| Aug 14 22:15:14.073 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-14T22:15:15.126Z[ recovery-image] Aug 14 22:15:14.085 INFO O| Aug 14 22:15:14.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83292026-08-14T22:15:15.126Z[ recovery-image] Aug 14 22:15:14.085 INFO O| Aug 14 22:15:14.085 INFO STEP 1016 (remove_files) COMPLETE
83302026-08-14T22:15:15.126Z[ recovery-image] Aug 14 22:15:14.085 INFO O| Aug 14 22:15:14.085 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-14T22:15:15.135Z[ recovery-image] Aug 14 22:15:14.095 INFO O| Aug 14 22:15:14.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83322026-08-14T22:15:15.135Z[ recovery-image] Aug 14 22:15:14.095 INFO O| Aug 14 22:15:14.095 INFO STEP 1017 (remove_files) COMPLETE
83332026-08-14T22:15:15.138Z[ recovery-image] Aug 14 22:15:14.095 INFO O| Aug 14 22:15:14.095 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-14T22:15:15.144Z[ recovery-image] Aug 14 22:15:14.105 INFO O| Aug 14 22:15:14.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83352026-08-14T22:15:15.144Z[ recovery-image] Aug 14 22:15:14.105 INFO O| Aug 14 22:15:14.105 INFO STEP 1018 (remove_files) COMPLETE
83362026-08-14T22:15:15.144Z[ recovery-image] Aug 14 22:15:14.105 INFO O| Aug 14 22:15:14.105 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-14T22:15:15.153Z[ recovery-image] Aug 14 22:15:14.114 INFO O| Aug 14 22:15:14.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83382026-08-14T22:15:15.153Z[ recovery-image] Aug 14 22:15:14.114 INFO O| Aug 14 22:15:14.114 INFO STEP 1019 (remove_files) COMPLETE
83392026-08-14T22:15:15.153Z[ recovery-image] Aug 14 22:15:14.114 INFO O| Aug 14 22:15:14.114 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-14T22:15:15.164Z[ recovery-image] Aug 14 22:15:14.125 INFO O| Aug 14 22:15:14.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83412026-08-14T22:15:15.164Z[ recovery-image] Aug 14 22:15:14.125 INFO O| Aug 14 22:15:14.125 INFO STEP 1020 (remove_files) COMPLETE
83422026-08-14T22:15:15.164Z[ recovery-image] Aug 14 22:15:14.125 INFO O| Aug 14 22:15:14.125 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-14T22:15:15.175Z[ recovery-image] Aug 14 22:15:14.136 INFO O| Aug 14 22:15:14.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83442026-08-14T22:15:15.175Z[ recovery-image] Aug 14 22:15:14.136 INFO O| Aug 14 22:15:14.136 INFO STEP 1021 (remove_files) COMPLETE
83452026-08-14T22:15:15.175Z[ recovery-image] Aug 14 22:15:14.136 INFO O| Aug 14 22:15:14.136 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-14T22:15:15.185Z[ recovery-image] Aug 14 22:15:14.146 INFO O| Aug 14 22:15:14.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83472026-08-14T22:15:15.185Z[ recovery-image] Aug 14 22:15:14.146 INFO O| Aug 14 22:15:14.146 INFO STEP 1022 (remove_files) COMPLETE
83482026-08-14T22:15:15.185Z[ recovery-image] Aug 14 22:15:14.146 INFO O| Aug 14 22:15:14.146 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-14T22:15:15.197Z[ recovery-image] Aug 14 22:15:14.157 INFO O| Aug 14 22:15:14.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83502026-08-14T22:15:15.197Z[ recovery-image] Aug 14 22:15:14.157 INFO O| Aug 14 22:15:14.157 INFO STEP 1023 (remove_files) COMPLETE
83512026-08-14T22:15:15.200Z[ recovery-image] Aug 14 22:15:14.157 INFO O| Aug 14 22:15:14.157 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-14T22:15:15.207Z[ recovery-image] Aug 14 22:15:14.167 INFO O| Aug 14 22:15:14.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83532026-08-14T22:15:15.207Z[ recovery-image] Aug 14 22:15:14.167 INFO O| Aug 14 22:15:14.167 INFO STEP 1024 (remove_files) COMPLETE
83542026-08-14T22:15:15.207Z[ recovery-image] Aug 14 22:15:14.167 INFO O| Aug 14 22:15:14.167 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-14T22:15:15.221Z[ recovery-image] Aug 14 22:15:14.177 INFO O| Aug 14 22:15:14.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83562026-08-14T22:15:15.221Z[ recovery-image] Aug 14 22:15:14.177 INFO O| Aug 14 22:15:14.177 INFO STEP 1025 (remove_files) COMPLETE
83572026-08-14T22:15:15.221Z[ recovery-image] Aug 14 22:15:14.177 INFO O| Aug 14 22:15:14.177 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-14T22:15:15.228Z[ recovery-image] Aug 14 22:15:14.188 INFO O| Aug 14 22:15:14.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83592026-08-14T22:15:15.228Z[ recovery-image] Aug 14 22:15:14.188 INFO O| Aug 14 22:15:14.188 INFO STEP 1026 (remove_files) COMPLETE
83602026-08-14T22:15:15.228Z[ recovery-image] Aug 14 22:15:14.188 INFO O| Aug 14 22:15:14.188 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-14T22:15:15.235Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
83622026-08-14T22:15:15.239Z[ recovery-image] Aug 14 22:15:14.197 INFO O| Aug 14 22:15:14.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83632026-08-14T22:15:15.239Z[ recovery-image] Aug 14 22:15:14.197 INFO O| Aug 14 22:15:14.197 INFO STEP 1027 (remove_files) COMPLETE
83642026-08-14T22:15:15.239Z[ recovery-image] Aug 14 22:15:14.197 INFO O| Aug 14 22:15:14.197 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-14T22:15:15.245Z[ recovery-image] Aug 14 22:15:14.206 INFO O| Aug 14 22:15:14.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83662026-08-14T22:15:15.245Z[ recovery-image] Aug 14 22:15:14.206 INFO O| Aug 14 22:15:14.206 INFO STEP 1028 (remove_files) COMPLETE
83672026-08-14T22:15:15.250Z[ recovery-image] Aug 14 22:15:14.206 INFO O| Aug 14 22:15:14.206 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-14T22:15:15.255Z[ recovery-image] Aug 14 22:15:14.215 INFO O| Aug 14 22:15:14.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83692026-08-14T22:15:15.255Z[ recovery-image] Aug 14 22:15:14.215 INFO O| Aug 14 22:15:14.215 INFO STEP 1029 (remove_files) COMPLETE
83702026-08-14T22:15:15.259Z[ recovery-image] Aug 14 22:15:14.215 INFO O| Aug 14 22:15:14.215 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-14T22:15:15.264Z[ recovery-image] Aug 14 22:15:14.225 INFO O| Aug 14 22:15:14.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83722026-08-14T22:15:15.264Z[ recovery-image] Aug 14 22:15:14.225 INFO O| Aug 14 22:15:14.225 INFO STEP 1030 (remove_files) COMPLETE
83732026-08-14T22:15:15.264Z[ recovery-image] Aug 14 22:15:14.225 INFO O| Aug 14 22:15:14.225 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-14T22:15:15.275Z[ recovery-image] Aug 14 22:15:14.236 INFO O| Aug 14 22:15:14.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83752026-08-14T22:15:15.275Z[ recovery-image] Aug 14 22:15:14.236 INFO O| Aug 14 22:15:14.236 INFO STEP 1031 (remove_files) COMPLETE
83762026-08-14T22:15:15.279Z[ recovery-image] Aug 14 22:15:14.236 INFO O| Aug 14 22:15:14.236 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-14T22:15:15.285Z[ recovery-image] Aug 14 22:15:14.246 INFO O| Aug 14 22:15:14.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83782026-08-14T22:15:15.285Z[ recovery-image] Aug 14 22:15:14.246 INFO O| Aug 14 22:15:14.246 INFO STEP 1032 (remove_files) COMPLETE
83792026-08-14T22:15:15.289Z[ recovery-image] Aug 14 22:15:14.246 INFO O| Aug 14 22:15:14.246 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-14T22:15:15.298Z[ recovery-image] Aug 14 22:15:14.256 INFO O| Aug 14 22:15:14.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83812026-08-14T22:15:15.299Z[ recovery-image] Aug 14 22:15:14.256 INFO O| Aug 14 22:15:14.256 INFO STEP 1033 (remove_files) COMPLETE
83822026-08-14T22:15:15.299Z[ recovery-image] Aug 14 22:15:14.256 INFO O| Aug 14 22:15:14.256 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-14T22:15:15.304Z[ recovery-image] Aug 14 22:15:14.265 INFO O| Aug 14 22:15:14.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83842026-08-14T22:15:15.309Z[ recovery-image] Aug 14 22:15:14.265 INFO O| Aug 14 22:15:14.265 INFO STEP 1034 (remove_files) COMPLETE
83852026-08-14T22:15:15.310Z[ recovery-image] Aug 14 22:15:14.265 INFO O| Aug 14 22:15:14.265 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-14T22:15:15.321Z[ recovery-image] Aug 14 22:15:14.277 INFO O| Aug 14 22:15:14.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83872026-08-14T22:15:15.321Z[ recovery-image] Aug 14 22:15:14.277 INFO O| Aug 14 22:15:14.277 INFO STEP 1035 (remove_files) COMPLETE
83882026-08-14T22:15:15.321Z[ recovery-image] Aug 14 22:15:14.277 INFO O| Aug 14 22:15:14.277 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-14T22:15:15.327Z[ recovery-image] Aug 14 22:15:14.287 INFO O| Aug 14 22:15:14.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83902026-08-14T22:15:15.328Z[ recovery-image] Aug 14 22:15:14.287 INFO O| Aug 14 22:15:14.287 INFO STEP 1036 (remove_files) COMPLETE
83912026-08-14T22:15:15.337Z[ recovery-image] Aug 14 22:15:14.287 INFO O| Aug 14 22:15:14.287 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-14T22:15:15.337Z[ recovery-image] Aug 14 22:15:14.296 INFO O| Aug 14 22:15:14.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83932026-08-14T22:15:15.337Z[ recovery-image] Aug 14 22:15:14.296 INFO O| Aug 14 22:15:14.296 INFO STEP 1037 (remove_files) COMPLETE
83942026-08-14T22:15:15.337Z[ recovery-image] Aug 14 22:15:14.296 INFO O| Aug 14 22:15:14.296 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-14T22:15:15.345Z[ recovery-image] Aug 14 22:15:14.305 INFO O| Aug 14 22:15:14.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83962026-08-14T22:15:15.345Z[ recovery-image] Aug 14 22:15:14.305 INFO O| Aug 14 22:15:14.305 INFO STEP 1038 (remove_files) COMPLETE
83972026-08-14T22:15:15.345Z[ recovery-image] Aug 14 22:15:14.305 INFO O| Aug 14 22:15:14.305 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-14T22:15:15.356Z[ recovery-image] Aug 14 22:15:14.315 INFO O| Aug 14 22:15:14.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83992026-08-14T22:15:15.356Z[ recovery-image] Aug 14 22:15:14.315 INFO O| Aug 14 22:15:14.315 INFO STEP 1039 (remove_files) COMPLETE
84002026-08-14T22:15:15.356Z[ recovery-image] Aug 14 22:15:14.315 INFO O| Aug 14 22:15:14.315 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-14T22:15:15.363Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
84022026-08-14T22:15:15.368Z[ recovery-image] Aug 14 22:15:14.325 INFO O| Aug 14 22:15:14.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84032026-08-14T22:15:15.368Z[ recovery-image] Aug 14 22:15:14.325 INFO O| Aug 14 22:15:14.325 INFO STEP 1040 (remove_files) COMPLETE
84042026-08-14T22:15:15.368Z[ recovery-image] Aug 14 22:15:14.325 INFO O| Aug 14 22:15:14.325 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-14T22:15:15.373Z[ recovery-image] Aug 14 22:15:14.334 INFO O| Aug 14 22:15:14.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84062026-08-14T22:15:15.373Z[ recovery-image] Aug 14 22:15:14.334 INFO O| Aug 14 22:15:14.334 INFO STEP 1041 (remove_files) COMPLETE
84072026-08-14T22:15:15.373Z[ recovery-image] Aug 14 22:15:14.334 INFO O| Aug 14 22:15:14.334 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-14T22:15:15.383Z[ recovery-image] Aug 14 22:15:14.343 INFO O| Aug 14 22:15:14.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84092026-08-14T22:15:15.383Z[ recovery-image] Aug 14 22:15:14.343 INFO O| Aug 14 22:15:14.343 INFO STEP 1042 (remove_files) COMPLETE
84102026-08-14T22:15:15.387Z[ recovery-image] Aug 14 22:15:14.343 INFO O| Aug 14 22:15:14.343 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-14T22:15:15.392Z[ recovery-image] Aug 14 22:15:14.353 INFO O| Aug 14 22:15:14.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84122026-08-14T22:15:15.392Z[ recovery-image] Aug 14 22:15:14.353 INFO O| Aug 14 22:15:14.353 INFO STEP 1043 (remove_files) COMPLETE
84132026-08-14T22:15:15.392Z[ recovery-image] Aug 14 22:15:14.353 INFO O| Aug 14 22:15:14.353 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-14T22:15:15.402Z[ recovery-image] Aug 14 22:15:14.362 INFO O| Aug 14 22:15:14.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84152026-08-14T22:15:15.402Z[ recovery-image] Aug 14 22:15:14.362 INFO O| Aug 14 22:15:14.362 INFO STEP 1044 (remove_files) COMPLETE
84162026-08-14T22:15:15.402Z[ recovery-image] Aug 14 22:15:14.362 INFO O| Aug 14 22:15:14.362 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-14T22:15:15.411Z[ recovery-image] Aug 14 22:15:14.372 INFO O| Aug 14 22:15:14.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84182026-08-14T22:15:15.411Z[ recovery-image] Aug 14 22:15:14.372 INFO O| Aug 14 22:15:14.372 INFO STEP 1045 (remove_files) COMPLETE
84192026-08-14T22:15:15.415Z[ recovery-image] Aug 14 22:15:14.372 INFO O| Aug 14 22:15:14.372 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-14T22:15:15.420Z[ recovery-image] Aug 14 22:15:14.381 INFO O| Aug 14 22:15:14.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84212026-08-14T22:15:15.420Z[ recovery-image] Aug 14 22:15:14.381 INFO O| Aug 14 22:15:14.381 INFO STEP 1046 (remove_files) COMPLETE
84222026-08-14T22:15:15.420Z[ recovery-image] Aug 14 22:15:14.381 INFO O| Aug 14 22:15:14.381 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-14T22:15:15.432Z[ recovery-image] Aug 14 22:15:14.393 INFO O| Aug 14 22:15:14.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84242026-08-14T22:15:15.432Z[ recovery-image] Aug 14 22:15:14.393 INFO O| Aug 14 22:15:14.393 INFO STEP 1047 (remove_files) COMPLETE
84252026-08-14T22:15:15.432Z[ recovery-image] Aug 14 22:15:14.393 INFO O| Aug 14 22:15:14.393 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-14T22:15:15.442Z[ recovery-image] Aug 14 22:15:14.403 INFO O| Aug 14 22:15:14.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84272026-08-14T22:15:15.442Z[ recovery-image] Aug 14 22:15:14.403 INFO O| Aug 14 22:15:14.403 INFO STEP 1048 (remove_files) COMPLETE
84282026-08-14T22:15:15.442Z[ recovery-image] Aug 14 22:15:14.403 INFO O| Aug 14 22:15:14.403 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-14T22:15:15.451Z[ recovery-image] Aug 14 22:15:14.412 INFO O| Aug 14 22:15:14.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84302026-08-14T22:15:15.451Z[ recovery-image] Aug 14 22:15:14.412 INFO O| Aug 14 22:15:14.412 INFO STEP 1049 (remove_files) COMPLETE
84312026-08-14T22:15:15.455Z[ recovery-image] Aug 14 22:15:14.412 INFO O| Aug 14 22:15:14.412 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-14T22:15:15.460Z[ recovery-image] Aug 14 22:15:14.421 INFO O| Aug 14 22:15:14.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84332026-08-14T22:15:15.464Z[ recovery-image] Aug 14 22:15:14.421 INFO O| Aug 14 22:15:14.421 INFO STEP 1050 (remove_files) COMPLETE
84342026-08-14T22:15:15.464Z[ recovery-image] Aug 14 22:15:14.421 INFO O| Aug 14 22:15:14.421 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-14T22:15:15.470Z[ recovery-image] Aug 14 22:15:14.430 INFO O| Aug 14 22:15:14.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84362026-08-14T22:15:15.470Z[ recovery-image] Aug 14 22:15:14.430 INFO O| Aug 14 22:15:14.430 INFO STEP 1051 (remove_files) COMPLETE
84372026-08-14T22:15:15.470Z[ recovery-image] Aug 14 22:15:14.430 INFO O| Aug 14 22:15:14.430 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-14T22:15:15.480Z[ recovery-image] Aug 14 22:15:14.441 INFO O| Aug 14 22:15:14.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84392026-08-14T22:15:15.480Z[ recovery-image] Aug 14 22:15:14.441 INFO O| Aug 14 22:15:14.441 INFO STEP 1052 (remove_files) COMPLETE
84402026-08-14T22:15:15.480Z[ recovery-image] Aug 14 22:15:14.441 INFO O| Aug 14 22:15:14.441 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-14T22:15:15.492Z[ recovery-image] Aug 14 22:15:14.452 INFO O| Aug 14 22:15:14.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84422026-08-14T22:15:15.492Z[ recovery-image] Aug 14 22:15:14.452 INFO O| Aug 14 22:15:14.452 INFO STEP 1053 (remove_files) COMPLETE
84432026-08-14T22:15:15.492Z[ recovery-image] Aug 14 22:15:14.452 INFO O| Aug 14 22:15:14.452 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-14T22:15:15.502Z[ recovery-image] Aug 14 22:15:14.463 INFO O| Aug 14 22:15:14.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84452026-08-14T22:15:15.502Z[ recovery-image] Aug 14 22:15:14.463 INFO O| Aug 14 22:15:14.463 INFO STEP 1054 (remove_files) COMPLETE
84462026-08-14T22:15:15.506Z[ recovery-image] Aug 14 22:15:14.463 INFO O| Aug 14 22:15:14.463 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-14T22:15:15.513Z[ recovery-image] Aug 14 22:15:14.473 INFO O| Aug 14 22:15:14.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84482026-08-14T22:15:15.513Z[ recovery-image] Aug 14 22:15:14.473 INFO O| Aug 14 22:15:14.473 INFO STEP 1055 (remove_files) COMPLETE
84492026-08-14T22:15:15.516Z[ recovery-image] Aug 14 22:15:14.473 INFO O| Aug 14 22:15:14.473 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-14T22:15:15.524Z[ recovery-image] Aug 14 22:15:14.484 INFO O| Aug 14 22:15:14.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84512026-08-14T22:15:15.524Z[ recovery-image] Aug 14 22:15:14.484 INFO O| Aug 14 22:15:14.484 INFO STEP 1056 (remove_files) COMPLETE
84522026-08-14T22:15:15.528Z[ recovery-image] Aug 14 22:15:14.484 INFO O| Aug 14 22:15:14.484 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-14T22:15:15.533Z[ recovery-image] Aug 14 22:15:14.494 INFO O| Aug 14 22:15:14.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84542026-08-14T22:15:15.533Z[ recovery-image] Aug 14 22:15:14.494 INFO O| Aug 14 22:15:14.494 INFO STEP 1057 (remove_files) COMPLETE
84552026-08-14T22:15:15.533Z[ recovery-image] Aug 14 22:15:14.494 INFO O| Aug 14 22:15:14.494 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-14T22:15:15.543Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
84572026-08-14T22:15:15.547Z[ recovery-image] Aug 14 22:15:14.504 INFO O| Aug 14 22:15:14.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84582026-08-14T22:15:15.547Z[ recovery-image] Aug 14 22:15:14.504 INFO O| Aug 14 22:15:14.504 INFO STEP 1058 (remove_files) COMPLETE
84592026-08-14T22:15:15.547Z[ recovery-image] Aug 14 22:15:14.504 INFO O| Aug 14 22:15:14.504 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-14T22:15:15.555Z[ recovery-image] Aug 14 22:15:14.513 INFO O| Aug 14 22:15:14.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84612026-08-14T22:15:15.555Z[ recovery-image] Aug 14 22:15:14.513 INFO O| Aug 14 22:15:14.513 INFO STEP 1059 (remove_files) COMPLETE
84622026-08-14T22:15:15.565Z[ recovery-image] Aug 14 22:15:14.513 INFO O| Aug 14 22:15:14.513 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-14T22:15:15.565Z[ recovery-image] Aug 14 22:15:14.521 INFO O| Aug 14 22:15:14.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84642026-08-14T22:15:15.565Z[ recovery-image] Aug 14 22:15:14.521 INFO O| Aug 14 22:15:14.521 INFO STEP 1060 (remove_files) COMPLETE
84652026-08-14T22:15:15.565Z[ recovery-image] Aug 14 22:15:14.522 INFO O| Aug 14 22:15:14.521 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-14T22:15:15.572Z[ recovery-image] Aug 14 22:15:14.530 INFO O| Aug 14 22:15:14.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84672026-08-14T22:15:15.572Z[ recovery-image] Aug 14 22:15:14.530 INFO O| Aug 14 22:15:14.530 INFO STEP 1061 (remove_files) COMPLETE
84682026-08-14T22:15:15.572Z[ recovery-image] Aug 14 22:15:14.530 INFO O| Aug 14 22:15:14.530 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-14T22:15:15.593Z[ recovery-image] Aug 14 22:15:14.539 INFO O| Aug 14 22:15:14.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84702026-08-14T22:15:15.593Z[ recovery-image] Aug 14 22:15:14.539 INFO O| Aug 14 22:15:14.539 INFO STEP 1062 (remove_files) COMPLETE
84712026-08-14T22:15:15.593Z[ recovery-image] Aug 14 22:15:14.539 INFO O| Aug 14 22:15:14.539 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-14T22:15:15.593Z[ recovery-image] Aug 14 22:15:14.548 INFO O| Aug 14 22:15:14.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84732026-08-14T22:15:15.593Z[ recovery-image] Aug 14 22:15:14.548 INFO O| Aug 14 22:15:14.548 INFO STEP 1063 (remove_files) COMPLETE
84742026-08-14T22:15:15.593Z[ recovery-image] Aug 14 22:15:14.548 INFO O| Aug 14 22:15:14.548 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-14T22:15:15.599Z[ recovery-image] Aug 14 22:15:14.557 INFO O| Aug 14 22:15:14.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84762026-08-14T22:15:15.599Z[ recovery-image] Aug 14 22:15:14.557 INFO O| Aug 14 22:15:14.557 INFO STEP 1064 (remove_files) COMPLETE
84772026-08-14T22:15:15.599Z[ recovery-image] Aug 14 22:15:14.557 INFO O| Aug 14 22:15:14.557 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-14T22:15:15.608Z[ recovery-image] Aug 14 22:15:14.568 INFO O| Aug 14 22:15:14.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84792026-08-14T22:15:15.608Z[ recovery-image] Aug 14 22:15:14.568 INFO O| Aug 14 22:15:14.568 INFO STEP 1065 (remove_files) COMPLETE
84802026-08-14T22:15:15.608Z[ recovery-image] Aug 14 22:15:14.569 INFO O| Aug 14 22:15:14.568 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-14T22:15:15.619Z[ recovery-image] Aug 14 22:15:14.579 INFO O| Aug 14 22:15:14.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84822026-08-14T22:15:15.620Z[ recovery-image] Aug 14 22:15:14.579 INFO O| Aug 14 22:15:14.579 INFO STEP 1066 (remove_files) COMPLETE
84832026-08-14T22:15:15.620Z[ recovery-image] Aug 14 22:15:14.579 INFO O| Aug 14 22:15:14.579 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-14T22:15:15.628Z[ recovery-image] Aug 14 22:15:14.588 INFO O| Aug 14 22:15:14.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84852026-08-14T22:15:15.628Z[ recovery-image] Aug 14 22:15:14.588 INFO O| Aug 14 22:15:14.588 INFO STEP 1067 (remove_files) COMPLETE
84862026-08-14T22:15:15.628Z[ recovery-image] Aug 14 22:15:14.588 INFO O| Aug 14 22:15:14.588 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-14T22:15:15.637Z[ recovery-image] Aug 14 22:15:14.598 INFO O| Aug 14 22:15:14.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84882026-08-14T22:15:15.637Z[ recovery-image] Aug 14 22:15:14.598 INFO O| Aug 14 22:15:14.598 INFO STEP 1068 (remove_files) COMPLETE
84892026-08-14T22:15:15.641Z[ recovery-image] Aug 14 22:15:14.598 INFO O| Aug 14 22:15:14.598 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-14T22:15:15.647Z[ recovery-image] Aug 14 22:15:14.607 INFO O| Aug 14 22:15:14.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84912026-08-14T22:15:15.647Z[ recovery-image] Aug 14 22:15:14.608 INFO O| Aug 14 22:15:14.608 INFO STEP 1069 (remove_files) COMPLETE
84922026-08-14T22:15:15.647Z[ recovery-image] Aug 14 22:15:14.608 INFO O| Aug 14 22:15:14.608 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-14T22:15:15.654Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
84942026-08-14T22:15:15.657Z[ recovery-image] Aug 14 22:15:14.617 INFO O| Aug 14 22:15:14.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84952026-08-14T22:15:15.657Z[ recovery-image] Aug 14 22:15:14.617 INFO O| Aug 14 22:15:14.617 INFO STEP 1070 (remove_files) COMPLETE
84962026-08-14T22:15:15.657Z[ recovery-image] Aug 14 22:15:14.617 INFO O| Aug 14 22:15:14.617 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-14T22:15:15.664Z[ recovery-image] Aug 14 22:15:14.625 INFO O| Aug 14 22:15:14.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84982026-08-14T22:15:15.664Z[ recovery-image] Aug 14 22:15:14.625 INFO O| Aug 14 22:15:14.625 INFO STEP 1071 (remove_files) COMPLETE
84992026-08-14T22:15:15.667Z[ recovery-image] Aug 14 22:15:14.625 INFO O| Aug 14 22:15:14.625 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-14T22:15:15.672Z[ recovery-image] Aug 14 22:15:14.633 INFO O| Aug 14 22:15:14.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85012026-08-14T22:15:15.682Z[ recovery-image] Aug 14 22:15:14.633 INFO O| Aug 14 22:15:14.633 INFO STEP 1072 (remove_files) COMPLETE
85022026-08-14T22:15:15.682Z[ recovery-image] Aug 14 22:15:14.633 INFO O| Aug 14 22:15:14.633 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-14T22:15:15.685Z[ recovery-image] Aug 14 22:15:14.643 INFO O| Aug 14 22:15:14.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85042026-08-14T22:15:15.685Z[ recovery-image] Aug 14 22:15:14.643 INFO O| Aug 14 22:15:14.643 INFO STEP 1073 (remove_files) COMPLETE
85052026-08-14T22:15:15.685Z[ recovery-image] Aug 14 22:15:14.643 INFO O| Aug 14 22:15:14.643 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-14T22:15:15.699Z[ recovery-image] Aug 14 22:15:14.655 INFO O| Aug 14 22:15:14.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85072026-08-14T22:15:15.699Z[ recovery-image] Aug 14 22:15:14.655 INFO O| Aug 14 22:15:14.655 INFO STEP 1074 (remove_files) COMPLETE
85082026-08-14T22:15:15.699Z[ recovery-image] Aug 14 22:15:14.655 INFO O| Aug 14 22:15:14.655 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-14T22:15:15.706Z[ recovery-image] Aug 14 22:15:14.665 INFO O| Aug 14 22:15:14.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85102026-08-14T22:15:15.706Z[ recovery-image] Aug 14 22:15:14.665 INFO O| Aug 14 22:15:14.665 INFO STEP 1075 (remove_files) COMPLETE
85112026-08-14T22:15:15.706Z[ recovery-image] Aug 14 22:15:14.665 INFO O| Aug 14 22:15:14.665 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-14T22:15:15.713Z[ recovery-image] Aug 14 22:15:14.674 INFO O| Aug 14 22:15:14.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85132026-08-14T22:15:15.713Z[ recovery-image] Aug 14 22:15:14.674 INFO O| Aug 14 22:15:14.674 INFO STEP 1076 (remove_files) COMPLETE
85142026-08-14T22:15:15.713Z[ recovery-image] Aug 14 22:15:14.674 INFO O| Aug 14 22:15:14.674 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-14T22:15:15.722Z[ recovery-image] Aug 14 22:15:14.683 INFO O| Aug 14 22:15:14.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85162026-08-14T22:15:15.722Z[ recovery-image] Aug 14 22:15:14.683 INFO O| Aug 14 22:15:14.683 INFO STEP 1077 (remove_files) COMPLETE
85172026-08-14T22:15:15.725Z[ recovery-image] Aug 14 22:15:14.683 INFO O| Aug 14 22:15:14.683 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-14T22:15:15.730Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
85192026-08-14T22:15:15.733Z[ recovery-image] Aug 14 22:15:14.693 INFO O| Aug 14 22:15:14.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85202026-08-14T22:15:15.733Z[ recovery-image] Aug 14 22:15:14.693 INFO O| Aug 14 22:15:14.693 INFO STEP 1078 (remove_files) COMPLETE
85212026-08-14T22:15:15.733Z[ recovery-image] Aug 14 22:15:14.693 INFO O| Aug 14 22:15:14.693 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-14T22:15:15.742Z[ recovery-image] Aug 14 22:15:14.703 INFO O| Aug 14 22:15:14.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85232026-08-14T22:15:15.742Z[ recovery-image] Aug 14 22:15:14.703 INFO O| Aug 14 22:15:14.703 INFO STEP 1079 (remove_files) COMPLETE
85242026-08-14T22:15:15.742Z[ recovery-image] Aug 14 22:15:14.703 INFO O| Aug 14 22:15:14.703 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-14T22:15:15.752Z[ recovery-image] Aug 14 22:15:14.713 INFO O| Aug 14 22:15:14.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85262026-08-14T22:15:15.752Z[ recovery-image] Aug 14 22:15:14.713 INFO O| Aug 14 22:15:14.713 INFO STEP 1080 (remove_files) COMPLETE
85272026-08-14T22:15:15.752Z[ recovery-image] Aug 14 22:15:14.713 INFO O| Aug 14 22:15:14.713 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-14T22:15:15.761Z[ recovery-image] Aug 14 22:15:14.722 INFO O| Aug 14 22:15:14.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85292026-08-14T22:15:15.761Z[ recovery-image] Aug 14 22:15:14.722 INFO O| Aug 14 22:15:14.722 INFO STEP 1081 (remove_files) COMPLETE
85302026-08-14T22:15:15.764Z[ recovery-image] Aug 14 22:15:14.722 INFO O| Aug 14 22:15:14.722 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-14T22:15:15.771Z[ recovery-image] Aug 14 22:15:14.731 INFO O| Aug 14 22:15:14.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85322026-08-14T22:15:15.771Z[ recovery-image] Aug 14 22:15:14.731 INFO O| Aug 14 22:15:14.731 INFO STEP 1082 (remove_files) COMPLETE
85332026-08-14T22:15:15.774Z[ recovery-image] Aug 14 22:15:14.731 INFO O| Aug 14 22:15:14.731 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-14T22:15:15.790Z[ recovery-image] Aug 14 22:15:14.741 INFO O| Aug 14 22:15:14.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85352026-08-14T22:15:15.790Z[ recovery-image] Aug 14 22:15:14.741 INFO O| Aug 14 22:15:14.741 INFO STEP 1083 (remove_files) COMPLETE
85362026-08-14T22:15:15.790Z[ recovery-image] Aug 14 22:15:14.741 INFO O| Aug 14 22:15:14.741 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-14T22:15:15.793Z[ recovery-image] Aug 14 22:15:14.750 INFO O| Aug 14 22:15:14.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85382026-08-14T22:15:15.794Z[ recovery-image] Aug 14 22:15:14.750 INFO O| Aug 14 22:15:14.750 INFO STEP 1084 (remove_files) COMPLETE
85392026-08-14T22:15:15.794Z[ recovery-image] Aug 14 22:15:14.750 INFO O| Aug 14 22:15:14.750 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-14T22:15:15.798Z[ recovery-image] Aug 14 22:15:14.758 INFO O| Aug 14 22:15:14.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85412026-08-14T22:15:15.798Z[ recovery-image] Aug 14 22:15:14.759 INFO O| Aug 14 22:15:14.758 INFO STEP 1085 (remove_files) COMPLETE
85422026-08-14T22:15:15.801Z[ recovery-image] Aug 14 22:15:14.759 INFO O| Aug 14 22:15:14.758 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-14T22:15:15.809Z[ recovery-image] Aug 14 22:15:14.770 INFO O| Aug 14 22:15:14.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85442026-08-14T22:15:15.809Z[ recovery-image] Aug 14 22:15:14.770 INFO O| Aug 14 22:15:14.770 INFO STEP 1086 (remove_files) COMPLETE
85452026-08-14T22:15:15.812Z[ recovery-image] Aug 14 22:15:14.770 INFO O| Aug 14 22:15:14.770 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-14T22:15:15.819Z[ recovery-image] Aug 14 22:15:14.780 INFO O| Aug 14 22:15:14.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85472026-08-14T22:15:15.823Z[ recovery-image] Aug 14 22:15:14.781 INFO O| Aug 14 22:15:14.780 INFO STEP 1087 (remove_files) COMPLETE
85482026-08-14T22:15:15.823Z[ recovery-image] Aug 14 22:15:14.781 INFO O| Aug 14 22:15:14.781 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-14T22:15:15.829Z[ recovery-image] Aug 14 22:15:14.790 INFO O| Aug 14 22:15:14.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85502026-08-14T22:15:15.829Z[ recovery-image] Aug 14 22:15:14.790 INFO O| Aug 14 22:15:14.790 INFO STEP 1088 (remove_files) COMPLETE
85512026-08-14T22:15:15.829Z[ recovery-image] Aug 14 22:15:14.790 INFO O| Aug 14 22:15:14.790 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-14T22:15:15.837Z[ recovery-image] Aug 14 22:15:14.799 INFO O| Aug 14 22:15:14.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85532026-08-14T22:15:15.837Z[ recovery-image] Aug 14 22:15:14.799 INFO O| Aug 14 22:15:14.799 INFO STEP 1089 (remove_files) COMPLETE
85542026-08-14T22:15:15.838Z[ recovery-image] Aug 14 22:15:14.799 INFO O| Aug 14 22:15:14.799 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-14T22:15:15.846Z[ recovery-image] Aug 14 22:15:14.807 INFO O| Aug 14 22:15:14.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85562026-08-14T22:15:15.846Z[ recovery-image] Aug 14 22:15:14.807 INFO O| Aug 14 22:15:14.807 INFO STEP 1090 (remove_files) COMPLETE
85572026-08-14T22:15:15.850Z[ recovery-image] Aug 14 22:15:14.807 INFO O| Aug 14 22:15:14.807 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-14T22:15:15.855Z[ recovery-image] Aug 14 22:15:14.816 INFO O| Aug 14 22:15:14.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85592026-08-14T22:15:15.855Z[ recovery-image] Aug 14 22:15:14.816 INFO O| Aug 14 22:15:14.816 INFO STEP 1091 (remove_files) COMPLETE
85602026-08-14T22:15:15.858Z[ recovery-image] Aug 14 22:15:14.816 INFO O| Aug 14 22:15:14.816 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-14T22:15:15.864Z[ recovery-image] Aug 14 22:15:14.824 INFO O| Aug 14 22:15:14.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85622026-08-14T22:15:15.864Z[ recovery-image] Aug 14 22:15:14.824 INFO O| Aug 14 22:15:14.824 INFO STEP 1092 (remove_files) COMPLETE
85632026-08-14T22:15:15.868Z[ recovery-image] Aug 14 22:15:14.824 INFO O| Aug 14 22:15:14.824 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-14T22:15:15.871Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
85652026-08-14T22:15:15.875Z[ recovery-image] Aug 14 22:15:14.834 INFO O| Aug 14 22:15:14.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85662026-08-14T22:15:15.875Z[ recovery-image] Aug 14 22:15:14.834 INFO O| Aug 14 22:15:14.834 INFO STEP 1093 (remove_files) COMPLETE
85672026-08-14T22:15:15.875Z[ recovery-image] Aug 14 22:15:14.834 INFO O| Aug 14 22:15:14.834 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-14T22:15:15.883Z[ recovery-image] Aug 14 22:15:14.843 INFO O| Aug 14 22:15:14.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85692026-08-14T22:15:15.883Z[ recovery-image] Aug 14 22:15:14.843 INFO O| Aug 14 22:15:14.843 INFO STEP 1094 (remove_files) COMPLETE
85702026-08-14T22:15:15.884Z[ recovery-image] Aug 14 22:15:14.843 INFO O| Aug 14 22:15:14.843 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-14T22:15:15.893Z[ recovery-image] Aug 14 22:15:14.853 INFO O| Aug 14 22:15:14.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85722026-08-14T22:15:15.893Z[ recovery-image] Aug 14 22:15:14.853 INFO O| Aug 14 22:15:14.853 INFO STEP 1095 (remove_files) COMPLETE
85732026-08-14T22:15:15.893Z[ recovery-image] Aug 14 22:15:14.853 INFO O| Aug 14 22:15:14.853 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-14T22:15:15.902Z[ recovery-image] Aug 14 22:15:14.862 INFO O| Aug 14 22:15:14.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85752026-08-14T22:15:15.902Z[ recovery-image] Aug 14 22:15:14.862 INFO O| Aug 14 22:15:14.862 INFO STEP 1096 (remove_files) COMPLETE
85762026-08-14T22:15:15.906Z[ recovery-image] Aug 14 22:15:14.862 INFO O| Aug 14 22:15:14.862 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-14T22:15:15.912Z[ recovery-image] Aug 14 22:15:14.873 INFO O| Aug 14 22:15:14.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85782026-08-14T22:15:15.912Z[ recovery-image] Aug 14 22:15:14.873 INFO O| Aug 14 22:15:14.873 INFO STEP 1097 (remove_files) COMPLETE
85792026-08-14T22:15:15.915Z[ recovery-image] Aug 14 22:15:14.873 INFO O| Aug 14 22:15:14.873 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-14T22:15:15.915Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
85812026-08-14T22:15:15.921Z[ recovery-image] Aug 14 22:15:14.882 INFO O| Aug 14 22:15:14.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85822026-08-14T22:15:15.921Z[ recovery-image] Aug 14 22:15:14.882 INFO O| Aug 14 22:15:14.882 INFO STEP 1098 (remove_files) COMPLETE
85832026-08-14T22:15:15.921Z[ recovery-image] Aug 14 22:15:14.882 INFO O| Aug 14 22:15:14.882 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-14T22:15:15.937Z[ recovery-image] Aug 14 22:15:14.898 INFO O| Aug 14 22:15:14.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85852026-08-14T22:15:15.937Z[ recovery-image] Aug 14 22:15:14.898 INFO O| Aug 14 22:15:14.898 INFO STEP 1099 (remove_files) COMPLETE
85862026-08-14T22:15:15.940Z[ recovery-image] Aug 14 22:15:14.898 INFO O| Aug 14 22:15:14.898 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-14T22:15:15.947Z[ recovery-image] Aug 14 22:15:14.908 INFO O| Aug 14 22:15:14.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85882026-08-14T22:15:15.947Z[ recovery-image] Aug 14 22:15:14.908 INFO O| Aug 14 22:15:14.908 INFO STEP 1100 (remove_files) COMPLETE
85892026-08-14T22:15:15.947Z[ recovery-image] Aug 14 22:15:14.908 INFO O| Aug 14 22:15:14.908 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-14T22:15:15.957Z[ recovery-image] Aug 14 22:15:14.919 INFO O| Aug 14 22:15:14.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85912026-08-14T22:15:15.958Z[ recovery-image] Aug 14 22:15:14.919 INFO O| Aug 14 22:15:14.919 INFO STEP 1101 (remove_files) COMPLETE
85922026-08-14T22:15:15.958Z[ recovery-image] Aug 14 22:15:14.919 INFO O| Aug 14 22:15:14.919 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-14T22:15:15.968Z[ recovery-image] Aug 14 22:15:14.928 INFO O| Aug 14 22:15:14.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85942026-08-14T22:15:15.968Z[ recovery-image] Aug 14 22:15:14.928 INFO O| Aug 14 22:15:14.928 INFO STEP 1102 (remove_files) COMPLETE
85952026-08-14T22:15:15.968Z[ recovery-image] Aug 14 22:15:14.928 INFO O| Aug 14 22:15:14.928 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-14T22:15:15.977Z[ recovery-image] Aug 14 22:15:14.938 INFO O| Aug 14 22:15:14.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85972026-08-14T22:15:15.977Z[ recovery-image] Aug 14 22:15:14.938 INFO O| Aug 14 22:15:14.938 INFO STEP 1103 (remove_files) COMPLETE
85982026-08-14T22:15:15.977Z[ recovery-image] Aug 14 22:15:14.938 INFO O| Aug 14 22:15:14.938 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-14T22:15:15.986Z[ recovery-image] Aug 14 22:15:14.947 INFO O| Aug 14 22:15:14.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86002026-08-14T22:15:15.986Z[ recovery-image] Aug 14 22:15:14.947 INFO O| Aug 14 22:15:14.947 INFO STEP 1104 (remove_files) COMPLETE
86012026-08-14T22:15:15.991Z[ recovery-image] Aug 14 22:15:14.947 INFO O| Aug 14 22:15:14.947 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-14T22:15:15.995Z[ recovery-image] Aug 14 22:15:14.957 INFO O| Aug 14 22:15:14.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86032026-08-14T22:15:15.995Z[ recovery-image] Aug 14 22:15:14.957 INFO O| Aug 14 22:15:14.957 INFO STEP 1105 (remove_files) COMPLETE
86042026-08-14T22:15:15.995Z[ recovery-image] Aug 14 22:15:14.957 INFO O| Aug 14 22:15:14.957 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-14T22:15:16.002Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86062026-08-14T22:15:16.006Z[ recovery-image] Aug 14 22:15:14.966 INFO O| Aug 14 22:15:14.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86072026-08-14T22:15:16.006Z[ recovery-image] Aug 14 22:15:14.966 INFO O| Aug 14 22:15:14.966 INFO STEP 1106 (remove_files) COMPLETE
86082026-08-14T22:15:16.006Z[ recovery-image] Aug 14 22:15:14.966 INFO O| Aug 14 22:15:14.966 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-14T22:15:16.015Z[ recovery-image] Aug 14 22:15:14.976 INFO O| Aug 14 22:15:14.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86102026-08-14T22:15:16.015Z[ recovery-image] Aug 14 22:15:14.976 INFO O| Aug 14 22:15:14.976 INFO STEP 1107 (remove_files) COMPLETE
86112026-08-14T22:15:16.018Z[ recovery-image] Aug 14 22:15:14.976 INFO O| Aug 14 22:15:14.976 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-14T22:15:16.029Z[ recovery-image] Aug 14 22:15:14.990 INFO O| Aug 14 22:15:14.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86132026-08-14T22:15:16.029Z[ recovery-image] Aug 14 22:15:14.990 INFO O| Aug 14 22:15:14.990 INFO STEP 1108 (remove_files) COMPLETE
86142026-08-14T22:15:16.029Z[ recovery-image] Aug 14 22:15:14.990 INFO O| Aug 14 22:15:14.990 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-14T22:15:16.041Z[ recovery-image] Aug 14 22:15:15.002 INFO O| Aug 14 22:15:15.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86162026-08-14T22:15:16.041Z[ recovery-image] Aug 14 22:15:15.002 INFO O| Aug 14 22:15:15.002 INFO STEP 1109 (remove_files) COMPLETE
86172026-08-14T22:15:16.041Z[ recovery-image] Aug 14 22:15:15.002 INFO O| Aug 14 22:15:15.002 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-14T22:15:16.057Z[ recovery-image] Aug 14 22:15:15.012 INFO O| Aug 14 22:15:15.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86192026-08-14T22:15:16.057Z[ recovery-image] Aug 14 22:15:15.013 INFO O| Aug 14 22:15:15.012 INFO STEP 1110 (remove_files) COMPLETE
86202026-08-14T22:15:16.058Z[ recovery-image] Aug 14 22:15:15.013 INFO O| Aug 14 22:15:15.012 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-14T22:15:16.067Z[ recovery-image] Aug 14 22:15:15.023 INFO O| Aug 14 22:15:15.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86222026-08-14T22:15:16.067Z[ recovery-image] Aug 14 22:15:15.023 INFO O| Aug 14 22:15:15.023 INFO STEP 1111 (remove_files) COMPLETE
86232026-08-14T22:15:16.067Z[ recovery-image] Aug 14 22:15:15.023 INFO O| Aug 14 22:15:15.023 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-14T22:15:16.072Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86252026-08-14T22:15:16.077Z[ recovery-image] Aug 14 22:15:15.034 INFO O| Aug 14 22:15:15.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86262026-08-14T22:15:16.077Z[ recovery-image] Aug 14 22:15:15.034 INFO O| Aug 14 22:15:15.034 INFO STEP 1112 (remove_files) COMPLETE
86272026-08-14T22:15:16.077Z[ recovery-image] Aug 14 22:15:15.034 INFO O| Aug 14 22:15:15.034 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-14T22:15:16.083Z[ recovery-image] Aug 14 22:15:15.044 INFO O| Aug 14 22:15:15.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86292026-08-14T22:15:16.084Z[ recovery-image] Aug 14 22:15:15.044 INFO O| Aug 14 22:15:15.044 INFO STEP 1113 (remove_files) COMPLETE
86302026-08-14T22:15:16.087Z[ recovery-image] Aug 14 22:15:15.044 INFO O| Aug 14 22:15:15.044 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-14T22:15:16.097Z[ recovery-image] Aug 14 22:15:15.055 INFO O| Aug 14 22:15:15.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86322026-08-14T22:15:16.097Z[ recovery-image] Aug 14 22:15:15.055 INFO O| Aug 14 22:15:15.055 INFO STEP 1114 (remove_files) COMPLETE
86332026-08-14T22:15:16.101Z[ recovery-image] Aug 14 22:15:15.055 INFO O| Aug 14 22:15:15.055 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-14T22:15:16.104Z[ recovery-image] Aug 14 22:15:15.065 INFO O| Aug 14 22:15:15.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86352026-08-14T22:15:16.104Z[ recovery-image] Aug 14 22:15:15.065 INFO O| Aug 14 22:15:15.065 INFO STEP 1115 (remove_files) COMPLETE
86362026-08-14T22:15:16.104Z[ recovery-image] Aug 14 22:15:15.065 INFO O| Aug 14 22:15:15.065 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-14T22:15:16.113Z[ recovery-image] Aug 14 22:15:15.074 INFO O| Aug 14 22:15:15.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86382026-08-14T22:15:16.113Z[ recovery-image] Aug 14 22:15:15.074 INFO O| Aug 14 22:15:15.074 INFO STEP 1116 (remove_files) COMPLETE
86392026-08-14T22:15:16.117Z[ recovery-image] Aug 14 22:15:15.074 INFO O| Aug 14 22:15:15.074 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-14T22:15:16.127Z[ recovery-image] Aug 14 22:15:15.085 INFO O| Aug 14 22:15:15.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86412026-08-14T22:15:16.127Z[ recovery-image] Aug 14 22:15:15.085 INFO O| Aug 14 22:15:15.085 INFO STEP 1117 (remove_files) COMPLETE
86422026-08-14T22:15:16.127Z[ recovery-image] Aug 14 22:15:15.085 INFO O| Aug 14 22:15:15.085 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86432026-08-14T22:15:16.139Z[ recovery-image] Aug 14 22:15:15.100 INFO O| Aug 14 22:15:15.100 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86442026-08-14T22:15:16.139Z[ recovery-image] Aug 14 22:15:15.100 INFO O| Aug 14 22:15:15.100 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86452026-08-14T22:15:16.294Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86462026-08-14T22:15:16.294Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86472026-08-14T22:15:16.416Z[verify-libraries] Compiling drift v0.2.0
86482026-08-14T22:15:16.598Z[verify-libraries] Compiling uzers v0.12.2
86492026-08-14T22:15:17.028Z[verify-libraries] Compiling parse-size v1.1.0
86502026-08-14T22:15:17.102Z[ recovery-image] Aug 14 22:15:16.063 INFO O| Aug 14 22:15:16.062 INFO STEP 1118 (pack_tar) COMPLETE
86512026-08-14T22:15:17.102Z[ recovery-image] Aug 14 22:15:16.063 INFO O| Aug 14 22:15:16.063 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86522026-08-14T22:15:17.106Z[ recovery-image] Aug 14 22:15:16.063 INFO O| Aug 14 22:15:16.063 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86532026-08-14T22:15:17.387Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86542026-08-14T22:15:17.437Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86552026-08-14T22:15:17.999Z[ recovery-image] Aug 14 22:15:16.958 INFO O| Aug 14 22:15:16.958 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86562026-08-14T22:15:18.175Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86572026-08-14T22:15:18.192Z[ recovery-image] Aug 14 22:15:17.153 INFO O| Aug 14 22:15:17.153 INFO completed processing sled/ramdisk-03-recovery-trim
86582026-08-14T22:15:18.199Z[ recovery-image] Aug 14 22:15:17.157 INFO image builder template: zfs-recovery...
86592026-08-14T22:15:18.199Z[ recovery-image] Aug 14 22:15:17.157 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/.tmpFcfgkw/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86602026-08-14T22:15:18.223Z[ recovery-image] Aug 14 22:15:17.184 INFO O| Aug 14 22:15:17.184 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86612026-08-14T22:15:18.227Z[ recovery-image] Aug 14 22:15:17.187 INFO O| Aug 14 22:15:17.187 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86622026-08-14T22:15:18.339Z[ recovery-image] Aug 14 22:15:17.297 INFO O| Aug 14 22:15:17.297 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86632026-08-14T22:15:18.465Z[ recovery-image] Aug 14 22:15:17.426 INFO O| Aug 14 22:15:17.426 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86642026-08-14T22:15:18.465Z[ recovery-image] Aug 14 22:15:17.426 INFO O| Aug 14 22:15:17.426 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86652026-08-14T22:15:18.469Z[ recovery-image] Aug 14 22:15:17.430 INFO O| Aug 14 22:15:17.430 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86662026-08-14T22:15:18.504Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86672026-08-14T22:15:18.592Z[ recovery-image] Aug 14 22:15:17.553 INFO O| Aug 14 22:15:17.553 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86682026-08-14T22:15:18.681Z[ recovery-image] Aug 14 22:15:17.642 INFO O| Aug 14 22:15:17.641 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86692026-08-14T22:15:18.691Z[ recovery-image] Aug 14 22:15:17.651 INFO O| Aug 14 22:15:17.651 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86702026-08-14T22:15:18.696Z[ recovery-image] Aug 14 22:15:17.656 INFO O| Aug 14 22:15:17.656 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86712026-08-14T22:15:18.706Z[ recovery-image] Aug 14 22:15:17.657 INFO O| Aug 14 22:15:17.657 INFO no lofi found
86722026-08-14T22:15:18.706Z[ recovery-image] Aug 14 22:15:17.657 INFO O| Aug 14 22:15:17.657 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86732026-08-14T22:15:18.706Z[ recovery-image] Aug 14 22:15:17.657 INFO O| Aug 14 22:15:17.657 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86742026-08-14T22:15:18.954Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86752026-08-14T22:15:19.753Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86762026-08-14T22:15:20.040Z[ recovery-image] Aug 14 22:15:19.001 INFO O| Aug 14 22:15:19.001 INFO lofi device = /dev/dsk/c2t1d0p0
86772026-08-14T22:15:20.040Z[ recovery-image] Aug 14 22:15:19.001 INFO O| Aug 14 22:15:19.001 INFO pool device = /dev/dsk/c2t1d0p0
86782026-08-14T22:15:20.040Z[ recovery-image] Aug 14 22:15:19.001 INFO O| Aug 14 22:15:19.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86792026-08-14T22:15:20.226Z[ recovery-image] Aug 14 22:15:19.186 INFO O| Aug 14 22:15:19.186 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86802026-08-14T22:15:20.226Z[ recovery-image] Aug 14 22:15:19.186 INFO O| Aug 14 22:15:19.186 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86812026-08-14T22:15:20.260Z[ recovery-image] Aug 14 22:15:19.214 INFO O| Aug 14 22:15:19.214 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86822026-08-14T22:15:20.385Z[ recovery-image] Aug 14 22:15:19.346 INFO O| Aug 14 22:15:19.346 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86832026-08-14T22:15:20.424Z[ recovery-image] Aug 14 22:15:19.381 INFO O| Aug 14 22:15:19.381 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86842026-08-14T22:15:20.443Z[ recovery-image] Aug 14 22:15:19.402 INFO O| Aug 14 22:15:19.402 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86852026-08-14T22:15:20.447Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86862026-08-14T22:15:20.458Z[ recovery-image] Aug 14 22:15:19.418 INFO O| Aug 14 22:15:19.418 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86872026-08-14T22:15:20.470Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
86882026-08-14T22:15:20.508Z[ recovery-image] Aug 14 22:15:19.468 INFO O| Aug 14 22:15:19.468 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86892026-08-14T22:15:20.508Z[ recovery-image] Aug 14 22:15:19.469 INFO O| Aug 14 22:15:19.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86902026-08-14T22:15:20.508Z[ recovery-image] Aug 14 22:15:19.469 INFO O| Aug 14 22:15:19.469 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86912026-08-14T22:15:20.516Z[ recovery-image] Aug 14 22:15:19.477 INFO O| Aug 14 22:15:19.477 INFO boot environment UUID: 3e4bea74-6aad-41b5-a641-fac024fa0360
86922026-08-14T22:15:20.516Z[ recovery-image] Aug 14 22:15:19.477 INFO O| Aug 14 22:15:19.477 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3e4bea74-6aad-41b5-a641-fac024fa0360
86932026-08-14T22:15:20.559Z[ recovery-image] Aug 14 22:15:19.494 INFO O| Aug 14 22:15:19.494 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86942026-08-14T22:15:20.564Z[ recovery-image] Aug 14 22:15:19.512 INFO O| Aug 14 22:15:19.512 INFO STEP 0 (create_be) COMPLETE
86952026-08-14T22:15:20.564Z[ recovery-image] Aug 14 22:15:19.512 INFO O| Aug 14 22:15:19.512 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86962026-08-14T22:15:20.569Z[ recovery-image] Aug 14 22:15:19.526 INFO O| Aug 14 22:15:19.526 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"]
86972026-08-14T22:15:21.877Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
86982026-08-14T22:15:22.930Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
86992026-08-14T22:15:23.438Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87002026-08-14T22:15:23.815Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87012026-08-14T22:15:23.873Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87022026-08-14T22:15:24.470Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87032026-08-14T22:15:24.516Z[verify-libraries] Compiling multimap v0.10.1
87042026-08-14T22:15:24.604Z[verify-libraries] Compiling termios v0.3.3
87052026-08-14T22:15:24.685Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87062026-08-14T22:15:24.924Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87072026-08-14T22:15:25.362Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87082026-08-14T22:15:29.461Z[ recovery-image] Aug 14 22:15:28.422 INFO O| Aug 14 22:15:28.422 INFO STEP 1 (unpack_tar) COMPLETE
87092026-08-14T22:15:29.461Z[ recovery-image] Aug 14 22:15:28.422 INFO O| Aug 14 22:15:28.422 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87102026-08-14T22:15:29.474Z[ recovery-image] Aug 14 22:15:28.435 INFO O| Aug 14 22:15:28.434 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87112026-08-14T22:15:30.395Z[verify-libraries] Compiling polar-core v0.27.3
87122026-08-14T22:15:30.958Z[ recovery-image] Aug 14 22:15:29.900 INFO O| Aug 14 22:15:29.900 INFO STEP 2 (devfsadm) COMPLETE
87132026-08-14T22:15:30.959Z[ recovery-image] Aug 14 22:15:29.900 INFO O| Aug 14 22:15:29.900 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87142026-08-14T22:15:30.976Z[ recovery-image] Aug 14 22:15:29.910 INFO O| Aug 14 22:15:29.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87152026-08-14T22:15:30.976Z[ recovery-image] Aug 14 22:15:29.910 INFO O| Aug 14 22:15:29.910 INFO STEP 3 (ensure_dir) COMPLETE
87162026-08-14T22:15:30.976Z[ recovery-image] Aug 14 22:15:29.910 INFO O| Aug 14 22:15:29.910 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87172026-08-14T22:15:30.976Z[ recovery-image] Aug 14 22:15:29.920 INFO O| Aug 14 22:15:29.920 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87182026-08-14T22:15:30.976Z[ recovery-image] Aug 14 22:15:29.920 INFO O| Aug 14 22:15:29.920 INFO STEP 4 (ensure_dir) COMPLETE
87192026-08-14T22:15:30.976Z[ recovery-image] Aug 14 22:15:29.920 INFO O| Aug 14 22:15:29.920 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87202026-08-14T22:15:31.002Z[ recovery-image] Aug 14 22:15:29.929 INFO O| Aug 14 22:15:29.929 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87212026-08-14T22:15:31.002Z[ recovery-image] Aug 14 22:15:29.929 INFO O| Aug 14 22:15:29.929 INFO STEP 5 (ensure_dir) COMPLETE
87222026-08-14T22:15:31.002Z[ recovery-image] Aug 14 22:15:29.929 INFO O| Aug 14 22:15:29.929 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87232026-08-14T22:15:31.002Z[ recovery-image] Aug 14 22:15:29.938 INFO O| Aug 14 22:15:29.938 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87242026-08-14T22:15:31.002Z[ recovery-image] Aug 14 22:15:29.938 INFO O| Aug 14 22:15:29.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87252026-08-14T22:15:31.002Z[ recovery-image] Aug 14 22:15:29.938 INFO O| Aug 14 22:15:29.938 INFO STEP 6 (ensure_dir) COMPLETE
87262026-08-14T22:15:31.002Z[ recovery-image] Aug 14 22:15:29.938 INFO O| Aug 14 22:15:29.938 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87272026-08-14T22:15:31.003Z[ recovery-image] Aug 14 22:15:29.947 INFO O| Aug 14 22:15:29.947 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87282026-08-14T22:15:31.003Z[ recovery-image] Aug 14 22:15:29.947 INFO O| Aug 14 22:15:29.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87292026-08-14T22:15:31.003Z[ recovery-image] Aug 14 22:15:29.947 INFO O| Aug 14 22:15:29.947 INFO STEP 7 (ensure_dir) COMPLETE
87302026-08-14T22:15:31.003Z[ recovery-image] Aug 14 22:15:29.947 INFO O| Aug 14 22:15:29.947 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87312026-08-14T22:15:31.023Z[ recovery-image] Aug 14 22:15:29.956 INFO O| Aug 14 22:15:29.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87322026-08-14T22:15:31.023Z[ recovery-image] Aug 14 22:15:29.957 INFO O| Aug 14 22:15:29.957 INFO STEP 8 (remove_files) COMPLETE
87332026-08-14T22:15:31.023Z[ recovery-image] Aug 14 22:15:29.957 INFO O| Aug 14 22:15:29.957 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342026-08-14T22:15:31.023Z[ recovery-image] Aug 14 22:15:29.965 INFO O| Aug 14 22:15:29.965 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87352026-08-14T22:15:31.023Z[ recovery-image] Aug 14 22:15:29.966 INFO O| Aug 14 22:15:29.966 INFO STEP 9 (remove_files) COMPLETE
87362026-08-14T22:15:31.023Z[ recovery-image] Aug 14 22:15:29.966 INFO O| Aug 14 22:15:29.966 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87372026-08-14T22:15:31.040Z[ recovery-image] Aug 14 22:15:29.975 INFO O| Aug 14 22:15:29.975 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87382026-08-14T22:15:31.040Z[ recovery-image] Aug 14 22:15:29.976 INFO O| Aug 14 22:15:29.976 INFO STEP 10 (remove_files) COMPLETE
87392026-08-14T22:15:31.040Z[ recovery-image] Aug 14 22:15:29.976 INFO O| Aug 14 22:15:29.976 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87402026-08-14T22:15:31.040Z[ recovery-image] Aug 14 22:15:29.986 INFO O| Aug 14 22:15:29.986 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87412026-08-14T22:15:31.040Z[ recovery-image] Aug 14 22:15:29.986 INFO O| Aug 14 22:15:29.986 INFO STEP 11 (remove_files) COMPLETE
87422026-08-14T22:15:31.041Z[ recovery-image] Aug 14 22:15:29.986 INFO O| Aug 14 22:15:29.986 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87432026-08-14T22:15:31.057Z[ recovery-image] Aug 14 22:15:29.996 INFO O| Aug 14 22:15:29.996 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87442026-08-14T22:15:31.057Z[ recovery-image] Aug 14 22:15:29.996 INFO O| Aug 14 22:15:29.996 INFO STEP 12 (remove_files) COMPLETE
87452026-08-14T22:15:31.057Z[ recovery-image] Aug 14 22:15:29.996 INFO O| Aug 14 22:15:29.996 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462026-08-14T22:15:31.057Z[ recovery-image] Aug 14 22:15:30.006 INFO O| Aug 14 22:15:30.006 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87472026-08-14T22:15:31.057Z[ recovery-image] Aug 14 22:15:30.006 INFO O| Aug 14 22:15:30.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87482026-08-14T22:15:31.057Z[ recovery-image] Aug 14 22:15:30.006 INFO O| Aug 14 22:15:30.006 INFO STEP 13 (ensure_dir) COMPLETE
87492026-08-14T22:15:31.057Z[ recovery-image] Aug 14 22:15:30.006 INFO O| Aug 14 22:15:30.006 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502026-08-14T22:15:31.077Z[ recovery-image] Aug 14 22:15:30.017 INFO O| Aug 14 22:15:30.017 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87512026-08-14T22:15:31.077Z[ recovery-image] Aug 14 22:15:30.017 INFO O| Aug 14 22:15:30.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87522026-08-14T22:15:31.077Z[ recovery-image] Aug 14 22:15:30.017 INFO O| Aug 14 22:15:30.017 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87532026-08-14T22:15:31.077Z[ recovery-image] Aug 14 22:15:30.017 INFO O| Aug 14 22:15:30.017 INFO STEP 14 (ensure_dir) COMPLETE
87542026-08-14T22:15:31.077Z[ recovery-image] Aug 14 22:15:30.017 INFO O| Aug 14 22:15:30.017 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87552026-08-14T22:15:31.093Z[ recovery-image] Aug 14 22:15:30.028 INFO O| Aug 14 22:15:30.027 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87562026-08-14T22:15:31.093Z[ recovery-image] Aug 14 22:15:30.028 INFO O| Aug 14 22:15:30.028 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87572026-08-14T22:15:31.093Z[ recovery-image] Aug 14 22:15:30.028 INFO O| Aug 14 22:15:30.028 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87582026-08-14T22:15:31.093Z[ recovery-image] Aug 14 22:15:30.028 INFO O| Aug 14 22:15:30.028 INFO STEP 15 (ensure_dir) COMPLETE
87592026-08-14T22:15:31.094Z[ recovery-image] Aug 14 22:15:30.028 INFO O| Aug 14 22:15:30.028 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87602026-08-14T22:15:31.094Z[ recovery-image] Aug 14 22:15:30.040 INFO O| Aug 14 22:15:30.040 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87612026-08-14T22:15:31.094Z[ recovery-image] Aug 14 22:15:30.040 INFO O| Aug 14 22:15:30.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87622026-08-14T22:15:31.094Z[ recovery-image] Aug 14 22:15:30.040 INFO O| Aug 14 22:15:30.040 INFO STEP 16 (ensure_dir) COMPLETE
87632026-08-14T22:15:31.094Z[ recovery-image] Aug 14 22:15:30.040 INFO O| Aug 14 22:15:30.040 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87642026-08-14T22:15:31.114Z[ recovery-image] Aug 14 22:15:30.055 INFO O| Aug 14 22:15:30.055 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87652026-08-14T22:15:31.114Z[ recovery-image] Aug 14 22:15:30.055 INFO O| Aug 14 22:15:30.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87662026-08-14T22:15:31.114Z[ recovery-image] Aug 14 22:15:30.055 INFO O| Aug 14 22:15:30.055 INFO STEP 17 (ensure_dir) COMPLETE
87672026-08-14T22:15:31.114Z[ recovery-image] Aug 14 22:15:30.055 INFO O| Aug 14 22:15:30.055 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-14T22:15:31.130Z[ recovery-image] Aug 14 22:15:30.067 INFO O| Aug 14 22:15:30.067 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87692026-08-14T22:15:31.130Z[ recovery-image] Aug 14 22:15:30.067 INFO O| Aug 14 22:15:30.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87702026-08-14T22:15:31.130Z[ recovery-image] Aug 14 22:15:30.067 INFO O| Aug 14 22:15:30.067 INFO ok!
87712026-08-14T22:15:31.130Z[ recovery-image] Aug 14 22:15:30.067 INFO O| Aug 14 22:15:30.067 INFO STEP 18 (ensure_symlink) COMPLETE
87722026-08-14T22:15:31.130Z[ recovery-image] Aug 14 22:15:30.067 INFO O| Aug 14 22:15:30.067 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732026-08-14T22:15:31.130Z[ recovery-image] Aug 14 22:15:30.082 INFO O| Aug 14 22:15:30.082 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87742026-08-14T22:15:31.130Z[ recovery-image] Aug 14 22:15:30.082 INFO O| Aug 14 22:15:30.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87752026-08-14T22:15:31.131Z[ recovery-image] Aug 14 22:15:30.082 INFO O| Aug 14 22:15:30.082 INFO ok!
87762026-08-14T22:15:31.131Z[ recovery-image] Aug 14 22:15:30.082 INFO O| Aug 14 22:15:30.082 INFO STEP 19 (ensure_file) COMPLETE
87772026-08-14T22:15:31.131Z[ recovery-image] Aug 14 22:15:30.082 INFO O| Aug 14 22:15:30.082 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87782026-08-14T22:15:31.147Z[ recovery-image] Aug 14 22:15:30.093 INFO O| Aug 14 22:15:30.093 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87792026-08-14T22:15:31.148Z[ recovery-image] Aug 14 22:15:30.093 INFO O| Aug 14 22:15:30.093 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87802026-08-14T22:15:31.148Z[ recovery-image] Aug 14 22:15:30.093 INFO O| Aug 14 22:15:30.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87812026-08-14T22:15:31.148Z[ recovery-image] Aug 14 22:15:30.093 INFO O| Aug 14 22:15:30.093 INFO ok!
87822026-08-14T22:15:31.148Z[ recovery-image] Aug 14 22:15:30.093 INFO O| Aug 14 22:15:30.093 INFO STEP 20 (ensure_symlink) COMPLETE
87832026-08-14T22:15:31.148Z[ recovery-image] Aug 14 22:15:30.093 INFO O| Aug 14 22:15:30.093 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87842026-08-14T22:15:31.154Z[ recovery-image] Aug 14 22:15:30.105 INFO O| Aug 14 22:15:30.105 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87852026-08-14T22:15:31.154Z[ recovery-image] Aug 14 22:15:30.105 INFO O| Aug 14 22:15:30.105 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87862026-08-14T22:15:31.155Z[ recovery-image] Aug 14 22:15:30.105 INFO O| Aug 14 22:15:30.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87872026-08-14T22:15:31.155Z[ recovery-image] Aug 14 22:15:30.105 INFO O| Aug 14 22:15:30.105 INFO ok!
87882026-08-14T22:15:31.155Z[ recovery-image] Aug 14 22:15:30.105 INFO O| Aug 14 22:15:30.105 INFO STEP 21 (ensure_symlink) COMPLETE
87892026-08-14T22:15:31.155Z[ recovery-image] Aug 14 22:15:30.105 INFO O| Aug 14 22:15:30.105 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87902026-08-14T22:15:31.170Z[ recovery-image] Aug 14 22:15:30.115 INFO O| Aug 14 22:15:30.115 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87912026-08-14T22:15:31.170Z[ recovery-image] Aug 14 22:15:30.115 INFO O| Aug 14 22:15:30.115 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87922026-08-14T22:15:31.170Z[ recovery-image] Aug 14 22:15:30.115 INFO O| Aug 14 22:15:30.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87932026-08-14T22:15:31.170Z[ recovery-image] Aug 14 22:15:30.115 INFO O| Aug 14 22:15:30.115 INFO ok!
87942026-08-14T22:15:31.170Z[ recovery-image] Aug 14 22:15:30.115 INFO O| Aug 14 22:15:30.115 INFO STEP 22 (ensure_symlink) COMPLETE
87952026-08-14T22:15:31.170Z[ recovery-image] Aug 14 22:15:30.115 INFO O| Aug 14 22:15:30.115 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87962026-08-14T22:15:31.183Z[ recovery-image] Aug 14 22:15:30.126 INFO O| Aug 14 22:15:30.126 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87972026-08-14T22:15:31.183Z[ recovery-image] Aug 14 22:15:30.126 INFO O| Aug 14 22:15:30.126 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87982026-08-14T22:15:31.183Z[ recovery-image] Aug 14 22:15:30.126 INFO O| Aug 14 22:15:30.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87992026-08-14T22:15:31.183Z[ recovery-image] Aug 14 22:15:30.126 INFO O| Aug 14 22:15:30.126 INFO ok!
88002026-08-14T22:15:31.183Z[ recovery-image] Aug 14 22:15:30.126 INFO O| Aug 14 22:15:30.126 INFO STEP 23 (ensure_symlink) COMPLETE
88012026-08-14T22:15:31.183Z[ recovery-image] Aug 14 22:15:30.126 INFO O| Aug 14 22:15:30.126 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88022026-08-14T22:15:31.196Z[ recovery-image] Aug 14 22:15:30.139 INFO O| Aug 14 22:15:30.139 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88032026-08-14T22:15:31.196Z[ recovery-image] Aug 14 22:15:30.139 INFO O| Aug 14 22:15:30.139 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 ...
88042026-08-14T22:15:31.196Z[ recovery-image] Aug 14 22:15:30.139 INFO O| Aug 14 22:15:30.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88052026-08-14T22:15:31.196Z[ recovery-image] Aug 14 22:15:30.139 INFO O| Aug 14 22:15:30.139 INFO ok!
88062026-08-14T22:15:31.196Z[ recovery-image] Aug 14 22:15:30.139 INFO O| Aug 14 22:15:30.139 INFO STEP 24 (ensure_file) COMPLETE
88072026-08-14T22:15:31.196Z[ recovery-image] Aug 14 22:15:30.139 INFO O| Aug 14 22:15:30.139 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88082026-08-14T22:15:31.205Z[ recovery-image] Aug 14 22:15:30.150 INFO O| Aug 14 22:15:30.150 INFO updating shadow file
88092026-08-14T22:15:31.205Z[ recovery-image] Aug 14 22:15:30.151 INFO O| Aug 14 22:15:30.151 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88102026-08-14T22:15:31.206Z[ recovery-image] Aug 14 22:15:30.151 INFO O| Aug 14 22:15:30.151 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88112026-08-14T22:15:31.206Z[ recovery-image] Aug 14 22:15:30.151 INFO O| Aug 14 22:15:30.151 INFO STEP 25 (shadow) COMPLETE
88122026-08-14T22:15:31.206Z[ recovery-image] Aug 14 22:15:30.151 INFO O| Aug 14 22:15:30.151 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88132026-08-14T22:15:31.206Z[ recovery-image] Aug 14 22:15:30.162 INFO O| Aug 14 22:15:30.162 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88142026-08-14T22:15:31.206Z[ recovery-image] Aug 14 22:15:30.162 INFO O| Aug 14 22:15:30.162 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88152026-08-14T22:15:31.206Z[ recovery-image] Aug 14 22:15:30.163 INFO O| Aug 14 22:15:30.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88162026-08-14T22:15:31.206Z[ recovery-image] Aug 14 22:15:30.163 INFO O| Aug 14 22:15:30.163 INFO ok!
88172026-08-14T22:15:31.206Z[ recovery-image] Aug 14 22:15:30.163 INFO O| Aug 14 22:15:30.163 INFO STEP 26 (ensure_file) COMPLETE
88182026-08-14T22:15:31.206Z[ recovery-image] Aug 14 22:15:30.163 INFO O| Aug 14 22:15:30.163 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88192026-08-14T22:15:31.216Z[ recovery-image] Aug 14 22:15:30.174 INFO O| Aug 14 22:15:30.174 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88202026-08-14T22:15:31.216Z[ recovery-image] Aug 14 22:15:30.174 INFO O| Aug 14 22:15:30.174 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88212026-08-14T22:15:31.216Z[ recovery-image] Aug 14 22:15:30.174 INFO O| Aug 14 22:15:30.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88222026-08-14T22:15:31.222Z[ recovery-image] Aug 14 22:15:30.174 INFO O| Aug 14 22:15:30.174 INFO ok!
88232026-08-14T22:15:31.222Z[ recovery-image] Aug 14 22:15:30.174 INFO O| Aug 14 22:15:30.174 INFO STEP 27 (ensure_file) COMPLETE
88242026-08-14T22:15:31.222Z[ recovery-image] Aug 14 22:15:30.174 INFO O| Aug 14 22:15:30.174 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88252026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.185 INFO O| Aug 14 22:15:30.185 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88262026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.185 INFO O| Aug 14 22:15:30.185 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88272026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.185 INFO O| Aug 14 22:15:30.185 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88282026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.185 INFO O| Aug 14 22:15:30.185 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88292026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.185 INFO O| Aug 14 22:15:30.185 INFO ok!
88302026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.185 INFO O| Aug 14 22:15:30.185 INFO STEP 28 (ensure_file) COMPLETE
88312026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.185 INFO O| Aug 14 22:15:30.185 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.196 INFO O| Aug 14 22:15:30.196 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88332026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.196 INFO O| Aug 14 22:15:30.196 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88342026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.196 INFO O| Aug 14 22:15:30.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88352026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.196 INFO O| Aug 14 22:15:30.196 INFO ok!
88362026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.196 INFO O| Aug 14 22:15:30.196 INFO STEP 29 (ensure_file) COMPLETE
88372026-08-14T22:15:31.244Z[ recovery-image] Aug 14 22:15:30.196 INFO O| Aug 14 22:15:30.196 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-14T22:15:31.253Z[ recovery-image] Aug 14 22:15:30.208 INFO O| Aug 14 22:15:30.206 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88392026-08-14T22:15:31.253Z[ recovery-image] Aug 14 22:15:30.208 INFO O| Aug 14 22:15:30.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88402026-08-14T22:15:31.253Z[ recovery-image] Aug 14 22:15:30.208 INFO O| Aug 14 22:15:30.207 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88412026-08-14T22:15:31.253Z[ recovery-image] Aug 14 22:15:30.208 INFO O| Aug 14 22:15:30.207 INFO STEP 30 (ensure_dir) COMPLETE
88422026-08-14T22:15:31.253Z[ recovery-image] Aug 14 22:15:30.208 INFO O| Aug 14 22:15:30.207 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88432026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.217 INFO O| Aug 14 22:15:30.217 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88442026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.217 INFO O| Aug 14 22:15:30.217 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 ...
88452026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.217 INFO O| Aug 14 22:15:30.217 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
88462026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.217 INFO O| Aug 14 22:15:30.217 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88472026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.217 INFO O| Aug 14 22:15:30.217 INFO ok!
88482026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.217 INFO O| Aug 14 22:15:30.217 INFO STEP 31 (ensure_file) COMPLETE
88492026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.217 INFO O| Aug 14 22:15:30.217 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.227 INFO O| Aug 14 22:15:30.227 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88512026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.227 INFO O| Aug 14 22:15:30.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88522026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.227 INFO O| Aug 14 22:15:30.227 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88532026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.227 INFO O| Aug 14 22:15:30.227 INFO STEP 32 (ensure_dir) COMPLETE
88542026-08-14T22:15:31.275Z[ recovery-image] Aug 14 22:15:30.227 INFO O| Aug 14 22:15:30.227 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-08-14T22:15:31.302Z[ recovery-image] Aug 14 22:15:30.237 INFO O| Aug 14 22:15:30.237 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88562026-08-14T22:15:31.302Z[ recovery-image] Aug 14 22:15:30.237 INFO O| Aug 14 22:15:30.237 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 ...
88572026-08-14T22:15:31.302Z[ recovery-image] Aug 14 22:15:30.237 INFO O| Aug 14 22:15:30.237 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
88582026-08-14T22:15:31.302Z[ recovery-image] Aug 14 22:15:30.237 INFO O| Aug 14 22:15:30.237 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88592026-08-14T22:15:31.302Z[ recovery-image] Aug 14 22:15:30.237 INFO O| Aug 14 22:15:30.237 INFO ok!
88602026-08-14T22:15:31.302Z[ recovery-image] Aug 14 22:15:30.237 INFO O| Aug 14 22:15:30.237 INFO STEP 33 (ensure_file) COMPLETE
88612026-08-14T22:15:31.302Z[ recovery-image] Aug 14 22:15:30.237 INFO O| Aug 14 22:15:30.237 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88622026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.249 INFO O| Aug 14 22:15:30.249 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88632026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.249 INFO O| Aug 14 22:15:30.249 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88642026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.249 INFO O| Aug 14 22:15:30.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88652026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.249 INFO O| Aug 14 22:15:30.249 INFO ok!
88662026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.249 INFO O| Aug 14 22:15:30.249 INFO STEP 34 (ensure_file) COMPLETE
88672026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.249 INFO O| Aug 14 22:15:30.249 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88682026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.259 INFO O| Aug 14 22:15:30.259 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88692026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.259 INFO O| Aug 14 22:15:30.259 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88702026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.259 INFO O| Aug 14 22:15:30.259 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88712026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.259 INFO O| Aug 14 22:15:30.259 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88722026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.259 INFO O| Aug 14 22:15:30.259 INFO ok!
88732026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.259 INFO O| Aug 14 22:15:30.259 INFO STEP 35 (ensure_file) COMPLETE
88742026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.259 INFO O| Aug 14 22:15:30.259 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88752026-08-14T22:15:31.318Z[ recovery-image] Aug 14 22:15:30.269 INFO O| Aug 14 22:15:30.269 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88762026-08-14T22:15:31.319Z[ recovery-image] Aug 14 22:15:30.269 INFO O| Aug 14 22:15:30.269 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88772026-08-14T22:15:31.319Z[ recovery-image] Aug 14 22:15:30.269 INFO O| Aug 14 22:15:30.269 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88782026-08-14T22:15:31.319Z[ recovery-image] Aug 14 22:15:30.269 INFO O| Aug 14 22:15:30.269 INFO ok!
88792026-08-14T22:15:31.319Z[ recovery-image] Aug 14 22:15:30.269 INFO O| Aug 14 22:15:30.269 INFO STEP 36 (ensure_file) COMPLETE
88802026-08-14T22:15:31.325Z[ recovery-image] Aug 14 22:15:30.269 INFO O| Aug 14 22:15:30.269 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88812026-08-14T22:15:31.325Z[ recovery-image] Aug 14 22:15:30.279 INFO O| Aug 14 22:15:30.279 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88822026-08-14T22:15:31.325Z[ recovery-image] Aug 14 22:15:30.279 INFO O| Aug 14 22:15:30.279 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88832026-08-14T22:15:31.326Z[ recovery-image] Aug 14 22:15:30.279 INFO O| Aug 14 22:15:30.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88842026-08-14T22:15:31.326Z[ recovery-image] Aug 14 22:15:30.279 INFO O| Aug 14 22:15:30.279 INFO ok!
88852026-08-14T22:15:31.326Z[ recovery-image] Aug 14 22:15:30.279 INFO O| Aug 14 22:15:30.279 INFO STEP 37 (ensure_file) COMPLETE
88862026-08-14T22:15:31.326Z[ recovery-image] Aug 14 22:15:30.279 INFO O| Aug 14 22:15:30.279 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88872026-08-14T22:15:31.334Z[ recovery-image] Aug 14 22:15:30.290 INFO O| Aug 14 22:15:30.290 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88882026-08-14T22:15:31.334Z[ recovery-image] Aug 14 22:15:30.290 INFO O| Aug 14 22:15:30.290 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88892026-08-14T22:15:31.374Z[ recovery-image] Aug 14 22:15:30.290 INFO O| Aug 14 22:15:30.290 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88902026-08-14T22:15:31.374Z[ recovery-image] Aug 14 22:15:30.290 INFO O| Aug 14 22:15:30.290 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88912026-08-14T22:15:31.374Z[ recovery-image] Aug 14 22:15:30.290 INFO O| Aug 14 22:15:30.290 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88922026-08-14T22:15:31.374Z[ recovery-image] Aug 14 22:15:30.290 INFO O| Aug 14 22:15:30.290 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88932026-08-14T22:15:31.374Z[ recovery-image] Aug 14 22:15:30.290 INFO O| Aug 14 22:15:30.290 INFO ok!
88942026-08-14T22:15:31.374Z[ recovery-image] Aug 14 22:15:30.290 INFO O| Aug 14 22:15:30.290 INFO STEP 38 (ensure_file) COMPLETE
88952026-08-14T22:15:31.374Z[ recovery-image] Aug 14 22:15:30.290 INFO O| Aug 14 22:15:30.290 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88962026-08-14T22:15:31.374Z[ recovery-image] Aug 14 22:15:30.300 INFO O| Aug 14 22:15:30.300 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88972026-08-14T22:15:31.374Z[ recovery-image] Aug 14 22:15:30.300 INFO O| Aug 14 22:15:30.300 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88982026-08-14T22:15:31.374Z[ recovery-image] Aug 14 22:15:30.300 INFO O| Aug 14 22:15:30.300 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88992026-08-14T22:15:31.375Z[ recovery-image] Aug 14 22:15:30.300 INFO O| Aug 14 22:15:30.300 INFO STEP 39 (ensure_dir) COMPLETE
89002026-08-14T22:15:31.375Z[ recovery-image] Aug 14 22:15:30.300 INFO O| Aug 14 22:15:30.300 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89012026-08-14T22:15:31.392Z[ recovery-image] Aug 14 22:15:30.309 INFO O| Aug 14 22:15:30.309 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
89022026-08-14T22:15:31.392Z[ recovery-image] Aug 14 22:15:30.310 INFO O| Aug 14 22:15:30.309 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 ...
89032026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.310 INFO O| Aug 14 22:15:30.310 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
89042026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.310 INFO O| Aug 14 22:15:30.310 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
89052026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.310 INFO O| Aug 14 22:15:30.310 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
89062026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.310 INFO O| Aug 14 22:15:30.310 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
89072026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.310 INFO O| Aug 14 22:15:30.310 INFO ok!
89082026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.310 INFO O| Aug 14 22:15:30.310 INFO STEP 40 (ensure_file) COMPLETE
89092026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.310 INFO O| Aug 14 22:15:30.310 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89102026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.320 INFO O| Aug 14 22:15:30.319 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89112026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.320 INFO O| Aug 14 22:15:30.320 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 ...
89122026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.320 INFO O| Aug 14 22:15:30.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89132026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.320 INFO O| Aug 14 22:15:30.320 INFO ok!
89142026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.320 INFO O| Aug 14 22:15:30.320 INFO STEP 41 (ensure_symlink) COMPLETE
89152026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.320 INFO O| Aug 14 22:15:30.320 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89162026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.329 INFO O| Aug 14 22:15:30.329 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89172026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.329 INFO O| Aug 14 22:15:30.329 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89182026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.329 INFO O| Aug 14 22:15:30.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89192026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.329 INFO O| Aug 14 22:15:30.329 INFO ok!
89202026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.329 INFO O| Aug 14 22:15:30.329 INFO STEP 42 (ensure_symlink) COMPLETE
89212026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.329 INFO O| Aug 14 22:15:30.329 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89222026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.338 INFO O| Aug 14 22:15:30.338 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89232026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.338 INFO O| Aug 14 22:15:30.338 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89242026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.338 INFO O| Aug 14 22:15:30.338 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89252026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.338 INFO O| Aug 14 22:15:30.338 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89262026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.338 INFO O| Aug 14 22:15:30.338 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89272026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.338 INFO O| Aug 14 22:15:30.338 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89282026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.338 INFO O| Aug 14 22:15:30.338 INFO ok!
89292026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.338 INFO O| Aug 14 22:15:30.338 INFO STEP 43 (ensure_file) COMPLETE
89302026-08-14T22:15:31.393Z[ recovery-image] Aug 14 22:15:30.338 INFO O| Aug 14 22:15:30.338 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89312026-08-14T22:15:31.426Z[ recovery-image] Aug 14 22:15:30.348 INFO O| Aug 14 22:15:30.347 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89322026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.348 INFO O| Aug 14 22:15:30.348 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 ...
89332026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.348 INFO O| Aug 14 22:15:30.348 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
89342026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.348 INFO O| Aug 14 22:15:30.348 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89352026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.348 INFO O| Aug 14 22:15:30.348 INFO ok!
89362026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.348 INFO O| Aug 14 22:15:30.348 INFO STEP 44 (ensure_file) COMPLETE
89372026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.348 INFO O| Aug 14 22:15:30.348 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89382026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.358 INFO O| Aug 14 22:15:30.358 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89392026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.358 INFO O| Aug 14 22:15:30.358 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89402026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.358 INFO O| Aug 14 22:15:30.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89412026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.358 INFO O| Aug 14 22:15:30.358 INFO ok!
89422026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.358 INFO O| Aug 14 22:15:30.358 INFO STEP 45 (ensure_file) COMPLETE
89432026-08-14T22:15:31.427Z[ recovery-image] Aug 14 22:15:30.358 INFO O| Aug 14 22:15:30.358 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89442026-08-14T22:15:31.480Z[ recovery-image] Aug 14 22:15:30.371 INFO O| Aug 14 22:15:30.370 INFO updating shadow file
89452026-08-14T22:15:31.480Z[ recovery-image] Aug 14 22:15:30.371 INFO O| Aug 14 22:15:30.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89462026-08-14T22:15:31.480Z[ recovery-image] Aug 14 22:15:30.371 INFO O| Aug 14 22:15:30.371 INFO STEP 46 (shadow) COMPLETE
89472026-08-14T22:15:31.480Z[ recovery-image] Aug 14 22:15:30.371 INFO O| Aug 14 22:15:30.371 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89482026-08-14T22:15:31.480Z[ recovery-image] Aug 14 22:15:30.383 INFO O| Aug 14 22:15:30.383 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89492026-08-14T22:15:31.480Z[ recovery-image] Aug 14 22:15:30.383 INFO O| Aug 14 22:15:30.383 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89502026-08-14T22:15:31.480Z[ recovery-image] Aug 14 22:15:30.383 INFO O| Aug 14 22:15:30.383 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89512026-08-14T22:15:31.480Z[ recovery-image] Aug 14 22:15:30.383 INFO O| Aug 14 22:15:30.383 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89522026-08-14T22:15:31.481Z[ recovery-image] Aug 14 22:15:30.383 INFO O| Aug 14 22:15:30.383 INFO ok!
89532026-08-14T22:15:31.481Z[ recovery-image] Aug 14 22:15:30.383 INFO O| Aug 14 22:15:30.383 INFO STEP 47 (ensure_file) COMPLETE
89542026-08-14T22:15:31.481Z[ recovery-image] Aug 14 22:15:30.383 INFO O| Aug 14 22:15:30.383 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89552026-08-14T22:15:31.481Z[ recovery-image] Aug 14 22:15:30.394 INFO O| Aug 14 22:15:30.394 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89562026-08-14T22:15:31.481Z[ recovery-image] Aug 14 22:15:30.394 INFO O| Aug 14 22:15:30.394 INFO STEP 48 (ensure_dir) COMPLETE
89572026-08-14T22:15:31.481Z[ recovery-image] Aug 14 22:15:30.394 INFO O| Aug 14 22:15:30.394 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89582026-08-14T22:15:31.494Z[ recovery-image] Aug 14 22:15:30.405 INFO O| Aug 14 22:15:30.405 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89592026-08-14T22:15:31.495Z[ recovery-image] Aug 14 22:15:30.405 INFO O| Aug 14 22:15:30.405 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89602026-08-14T22:15:31.495Z[ recovery-image] Aug 14 22:15:30.405 INFO O| Aug 14 22:15:30.405 INFO STEP 49 (ensure_dir) COMPLETE
89612026-08-14T22:15:31.495Z[ recovery-image] Aug 14 22:15:30.405 INFO O| Aug 14 22:15:30.405 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89622026-08-14T22:15:31.495Z[ recovery-image] Aug 14 22:15:30.416 INFO O| Aug 14 22:15:30.416 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89632026-08-14T22:15:31.495Z[ recovery-image] Aug 14 22:15:30.416 INFO O| Aug 14 22:15:30.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89642026-08-14T22:15:31.495Z[ recovery-image] Aug 14 22:15:30.416 INFO O| Aug 14 22:15:30.416 INFO STEP 50 (ensure_dir) COMPLETE
89652026-08-14T22:15:31.495Z[ recovery-image] Aug 14 22:15:30.416 INFO O| Aug 14 22:15:30.416 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89662026-08-14T22:15:31.495Z[ recovery-image] Aug 14 22:15:30.428 INFO O| Aug 14 22:15:30.427 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89672026-08-14T22:15:31.495Z[ recovery-image] Aug 14 22:15:30.428 INFO O| Aug 14 22:15:30.428 INFO copying /tmp/.tmpFcfgkw/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89682026-08-14T22:15:31.548Z[ recovery-image] Aug 14 22:15:30.475 INFO O| Aug 14 22:15:30.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89692026-08-14T22:15:31.548Z[ recovery-image] Aug 14 22:15:30.475 INFO O| Aug 14 22:15:30.475 INFO ok!
89702026-08-14T22:15:31.583Z[ recovery-image] Aug 14 22:15:30.475 INFO O| Aug 14 22:15:30.475 INFO STEP 51 (ensure_file) COMPLETE
89712026-08-14T22:15:31.583Z[ recovery-image] Aug 14 22:15:30.475 INFO O| Aug 14 22:15:30.475 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89722026-08-14T22:15:31.583Z[ recovery-image] Aug 14 22:15:30.487 INFO O| Aug 14 22:15:30.487 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89732026-08-14T22:15:31.583Z[ recovery-image] Aug 14 22:15:30.487 INFO O| Aug 14 22:15:30.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89742026-08-14T22:15:31.583Z[ recovery-image] Aug 14 22:15:30.487 INFO O| Aug 14 22:15:30.487 INFO STEP 52 (ensure_dir) COMPLETE
89752026-08-14T22:15:31.583Z[ recovery-image] Aug 14 22:15:30.487 INFO O| Aug 14 22:15:30.487 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89762026-08-14T22:15:31.583Z[ recovery-image] Aug 14 22:15:30.498 INFO O| Aug 14 22:15:30.498 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89772026-08-14T22:15:31.583Z[ recovery-image] Aug 14 22:15:30.498 INFO O| Aug 14 22:15:30.498 INFO copying /tmp/.tmpFcfgkw/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89782026-08-14T22:15:31.583Z[ recovery-image] Aug 14 22:15:30.498 INFO O| Aug 14 22:15:30.498 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89792026-08-14T22:15:31.583Z[ recovery-image] Aug 14 22:15:30.498 INFO O| Aug 14 22:15:30.498 INFO ok!
89802026-08-14T22:15:31.584Z[ recovery-image] Aug 14 22:15:30.498 INFO O| Aug 14 22:15:30.498 INFO STEP 53 (ensure_file) COMPLETE
89812026-08-14T22:15:31.584Z[ recovery-image] Aug 14 22:15:30.498 INFO O| Aug 14 22:15:30.498 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89822026-08-14T22:15:31.584Z[ recovery-image] Aug 14 22:15:30.509 INFO O| Aug 14 22:15:30.509 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89832026-08-14T22:15:31.584Z[ recovery-image] Aug 14 22:15:30.509 INFO O| Aug 14 22:15:30.509 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89842026-08-14T22:15:31.584Z[ recovery-image] Aug 14 22:15:30.509 INFO O| Aug 14 22:15:30.509 INFO STEP 54 (ensure_dir) COMPLETE
89852026-08-14T22:15:31.584Z[ recovery-image] Aug 14 22:15:30.509 INFO O| Aug 14 22:15:30.509 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89862026-08-14T22:15:31.584Z[ recovery-image] Aug 14 22:15:30.520 INFO O| Aug 14 22:15:30.520 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89872026-08-14T22:15:31.584Z[ recovery-image] Aug 14 22:15:30.520 INFO O| Aug 14 22:15:30.520 INFO copying /tmp/.tmpFcfgkw/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89882026-08-14T22:15:33.630Z[ recovery-image] Aug 14 22:15:32.575 INFO O| Aug 14 22:15:32.575 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89892026-08-14T22:15:33.631Z[ recovery-image] Aug 14 22:15:32.576 INFO O| Aug 14 22:15:32.575 INFO ok!
89902026-08-14T22:15:33.647Z[ recovery-image] Aug 14 22:15:32.576 INFO O| Aug 14 22:15:32.575 INFO STEP 55 (ensure_file) COMPLETE
89912026-08-14T22:15:33.647Z[ recovery-image] Aug 14 22:15:32.576 INFO O| Aug 14 22:15:32.575 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89922026-08-14T22:15:33.647Z[ recovery-image] Aug 14 22:15:32.586 INFO O| Aug 14 22:15:32.585 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89932026-08-14T22:15:33.647Z[ recovery-image] Aug 14 22:15:32.586 INFO O| Aug 14 22:15:32.586 INFO copying /tmp/.tmpFcfgkw/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89942026-08-14T22:15:35.691Z[ recovery-image] Aug 14 22:15:34.617 INFO O| Aug 14 22:15:34.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89952026-08-14T22:15:35.753Z[ recovery-image] Aug 14 22:15:34.617 INFO O| Aug 14 22:15:34.617 INFO ok!
89962026-08-14T22:15:35.753Z[ recovery-image] Aug 14 22:15:34.618 INFO O| Aug 14 22:15:34.617 INFO STEP 56 (ensure_file) COMPLETE
89972026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.618 INFO O| Aug 14 22:15:34.617 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89982026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.628 INFO O| Aug 14 22:15:34.628 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89992026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.628 INFO O| Aug 14 22:15:34.628 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90002026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.628 INFO O| Aug 14 22:15:34.628 INFO STEP 57 (ensure_dir) COMPLETE
90012026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.628 INFO O| Aug 14 22:15:34.628 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90022026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.637 INFO O| Aug 14 22:15:34.637 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90032026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.637 INFO O| Aug 14 22:15:34.637 INFO copying /tmp/.tmpFcfgkw/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 ...
90042026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.637 INFO O| Aug 14 22:15:34.637 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
90052026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.637 INFO O| Aug 14 22:15:34.637 INFO ok!
90062026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.637 INFO O| Aug 14 22:15:34.637 INFO STEP 58 (ensure_file) COMPLETE
90072026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.637 INFO O| Aug 14 22:15:34.637 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90082026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.646 INFO O| Aug 14 22:15:34.645 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90092026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.646 INFO O| Aug 14 22:15:34.645 INFO copying /tmp/.tmpFcfgkw/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 ...
90102026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.646 INFO O| Aug 14 22:15:34.646 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
90112026-08-14T22:15:35.754Z[ recovery-image] Aug 14 22:15:34.646 INFO O| Aug 14 22:15:34.646 INFO ok!
90122026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.646 INFO O| Aug 14 22:15:34.646 INFO STEP 59 (ensure_file) COMPLETE
90132026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.646 INFO O| Aug 14 22:15:34.646 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90142026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.654 INFO O| Aug 14 22:15:34.654 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90152026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.654 INFO O| Aug 14 22:15:34.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90162026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.654 INFO O| Aug 14 22:15:34.654 INFO STEP 60 (ensure_dir) COMPLETE
90172026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.654 INFO O| Aug 14 22:15:34.654 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90182026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.663 INFO O| Aug 14 22:15:34.663 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90192026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.663 INFO O| Aug 14 22:15:34.663 INFO copying /tmp/.tmpFcfgkw/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 ...
90202026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.663 INFO O| Aug 14 22:15:34.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90212026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.663 INFO O| Aug 14 22:15:34.663 INFO ok!
90222026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.663 INFO O| Aug 14 22:15:34.663 INFO STEP 61 (ensure_file) COMPLETE
90232026-08-14T22:15:35.755Z[ recovery-image] Aug 14 22:15:34.663 INFO O| Aug 14 22:15:34.663 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-14T22:15:35.809Z[ recovery-image] Aug 14 22:15:34.672 INFO O| Aug 14 22:15:34.672 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90252026-08-14T22:15:35.809Z[ recovery-image] Aug 14 22:15:34.672 INFO O| Aug 14 22:15:34.672 INFO copying /tmp/.tmpFcfgkw/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 ...
90262026-08-14T22:15:35.809Z[ recovery-image] Aug 14 22:15:34.672 INFO O| Aug 14 22:15:34.672 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
90272026-08-14T22:15:35.809Z[ recovery-image] Aug 14 22:15:34.672 INFO O| Aug 14 22:15:34.672 INFO ok!
90282026-08-14T22:15:35.809Z[ recovery-image] Aug 14 22:15:34.672 INFO O| Aug 14 22:15:34.672 INFO STEP 62 (ensure_file) COMPLETE
90292026-08-14T22:15:35.809Z[ recovery-image] Aug 14 22:15:34.672 INFO O| Aug 14 22:15:34.672 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-08-14T22:15:35.809Z[ recovery-image] Aug 14 22:15:34.681 INFO O| Aug 14 22:15:34.681 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90312026-08-14T22:15:35.809Z[ recovery-image] Aug 14 22:15:34.681 INFO O| Aug 14 22:15:34.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90322026-08-14T22:15:35.809Z[ recovery-image] Aug 14 22:15:34.681 INFO O| Aug 14 22:15:34.681 INFO STEP 63 (ensure_dir) COMPLETE
90332026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.681 INFO O| Aug 14 22:15:34.681 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90342026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.692 INFO O| Aug 14 22:15:34.692 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90352026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.692 INFO O| Aug 14 22:15:34.692 INFO copying /tmp/.tmpFcfgkw/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 ...
90362026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.692 INFO O| Aug 14 22:15:34.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90372026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.692 INFO O| Aug 14 22:15:34.692 INFO ok!
90382026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.692 INFO O| Aug 14 22:15:34.692 INFO STEP 64 (ensure_file) COMPLETE
90392026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.692 INFO O| Aug 14 22:15:34.692 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.702 INFO O| Aug 14 22:15:34.702 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90412026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.702 INFO O| Aug 14 22:15:34.702 INFO copying /tmp/.tmpFcfgkw/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90422026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.702 INFO O| Aug 14 22:15:34.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90432026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.702 INFO O| Aug 14 22:15:34.702 INFO ok!
90442026-08-14T22:15:35.810Z[ recovery-image] Aug 14 22:15:34.702 INFO O| Aug 14 22:15:34.702 INFO STEP 65 (ensure_file) COMPLETE
90452026-08-14T22:15:35.811Z[ recovery-image] Aug 14 22:15:34.702 INFO O| Aug 14 22:15:34.702 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-08-14T22:15:35.811Z[ recovery-image] Aug 14 22:15:34.724 INFO O| Aug 14 22:15:34.724 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90472026-08-14T22:15:35.811Z[ recovery-image] Aug 14 22:15:34.724 INFO O| Aug 14 22:15:34.724 INFO STEP 66 (ensure_dir) COMPLETE
90482026-08-14T22:15:35.811Z[ recovery-image] Aug 14 22:15:34.724 INFO O| Aug 14 22:15:34.724 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-08-14T22:15:35.811Z[ recovery-image] Aug 14 22:15:34.736 INFO O| Aug 14 22:15:34.736 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90502026-08-14T22:15:35.811Z[ recovery-image] Aug 14 22:15:34.736 INFO O| Aug 14 22:15:34.736 INFO STEP 67 (ensure_dir) COMPLETE
90512026-08-14T22:15:35.811Z[ recovery-image] Aug 14 22:15:34.736 INFO O| Aug 14 22:15:34.736 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.748 INFO O| Aug 14 22:15:34.747 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90532026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.748 INFO O| Aug 14 22:15:34.748 INFO STEP 68 (ensure_dir) COMPLETE
90542026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.748 INFO O| Aug 14 22:15:34.748 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.759 INFO O| Aug 14 22:15:34.759 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90562026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.759 INFO O| Aug 14 22:15:34.759 INFO STEP 69 (ensure_dir) COMPLETE
90572026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.759 INFO O| Aug 14 22:15:34.759 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90582026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.780 INFO O| Aug 14 22:15:34.779 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90592026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.780 INFO O| Aug 14 22:15:34.780 INFO copying /tmp/.tmpFcfgkw/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90602026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.780 INFO O| Aug 14 22:15:34.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90612026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.780 INFO O| Aug 14 22:15:34.780 INFO ok!
90622026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.780 INFO O| Aug 14 22:15:34.780 INFO STEP 70 (ensure_file) COMPLETE
90632026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.780 INFO O| Aug 14 22:15:34.780 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90642026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.794 INFO O| Aug 14 22:15:34.794 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90652026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.794 INFO O| Aug 14 22:15:34.794 INFO STEP 71 (remove_files) COMPLETE
90662026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.794 INFO O| Aug 14 22:15:34.794 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90672026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.805 INFO O| Aug 14 22:15:34.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90682026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.805 INFO O| Aug 14 22:15:34.805 INFO STEP 72 (remove_files) COMPLETE
90692026-08-14T22:15:35.884Z[ recovery-image] Aug 14 22:15:34.805 INFO O| Aug 14 22:15:34.805 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90702026-08-14T22:15:35.898Z[ recovery-image] Aug 14 22:15:34.814 INFO O| Aug 14 22:15:34.814 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90712026-08-14T22:15:35.898Z[ recovery-image] Aug 14 22:15:34.815 INFO O| Aug 14 22:15:34.815 INFO STEP 73 (remove_files) COMPLETE
90722026-08-14T22:15:35.898Z[ recovery-image] Aug 14 22:15:34.815 INFO O| Aug 14 22:15:34.815 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90732026-08-14T22:15:35.899Z[ recovery-image] Aug 14 22:15:34.850 INFO O| Aug 14 22:15:34.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90742026-08-14T22:15:35.899Z[ recovery-image] Aug 14 22:15:34.850 INFO O| Aug 14 22:15:34.850 INFO STEP 74 (remove_files) COMPLETE
90752026-08-14T22:15:35.899Z[ recovery-image] Aug 14 22:15:34.850 INFO O| Aug 14 22:15:34.850 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90762026-08-14T22:15:35.919Z[ recovery-image] Aug 14 22:15:34.860 INFO O| Aug 14 22:15:34.860 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90772026-08-14T22:15:35.919Z[ recovery-image] Aug 14 22:15:34.860 INFO O| Aug 14 22:15:34.860 INFO STEP 75 (remove_files) COMPLETE
90782026-08-14T22:15:35.919Z[ recovery-image] Aug 14 22:15:34.860 INFO O| Aug 14 22:15:34.860 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90792026-08-14T22:15:35.940Z[ recovery-image] Aug 14 22:15:34.871 INFO O| Aug 14 22:15:34.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90802026-08-14T22:15:35.940Z[ recovery-image] Aug 14 22:15:34.871 INFO O| Aug 14 22:15:34.871 INFO STEP 76 (remove_files) COMPLETE
90812026-08-14T22:15:35.940Z[ recovery-image] Aug 14 22:15:34.871 INFO O| Aug 14 22:15:34.871 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90822026-08-14T22:15:35.940Z[ recovery-image] Aug 14 22:15:34.881 INFO O| Aug 14 22:15:34.881 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90832026-08-14T22:15:35.940Z[ recovery-image] Aug 14 22:15:34.881 INFO O| Aug 14 22:15:34.881 INFO STEP 77 (remove_files) COMPLETE
90842026-08-14T22:15:35.940Z[ recovery-image] Aug 14 22:15:34.881 INFO O| Aug 14 22:15:34.881 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90852026-08-14T22:15:35.980Z[ recovery-image] Aug 14 22:15:34.892 INFO O| Aug 14 22:15:34.892 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90862026-08-14T22:15:35.980Z[ recovery-image] Aug 14 22:15:34.892 INFO O| Aug 14 22:15:34.892 INFO STEP 78 (remove_files) COMPLETE
90872026-08-14T22:15:35.980Z[ recovery-image] Aug 14 22:15:34.892 INFO O| Aug 14 22:15:34.892 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90882026-08-14T22:15:35.980Z[ recovery-image] Aug 14 22:15:34.903 INFO O| Aug 14 22:15:34.903 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90892026-08-14T22:15:35.980Z[ recovery-image] Aug 14 22:15:34.903 INFO O| Aug 14 22:15:34.903 INFO STEP 79 (remove_files) COMPLETE
90902026-08-14T22:15:35.980Z[ recovery-image] Aug 14 22:15:34.903 INFO O| Aug 14 22:15:34.903 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90912026-08-14T22:15:36.026Z[ recovery-image] Aug 14 22:15:34.914 INFO O| Aug 14 22:15:34.914 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90922026-08-14T22:15:36.027Z[ recovery-image] Aug 14 22:15:34.914 INFO O| Aug 14 22:15:34.914 INFO STEP 80 (remove_files) COMPLETE
90932026-08-14T22:15:36.028Z[ recovery-image] Aug 14 22:15:34.914 INFO O| Aug 14 22:15:34.914 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90942026-08-14T22:15:36.028Z[ recovery-image] Aug 14 22:15:34.926 INFO O| Aug 14 22:15:34.926 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90952026-08-14T22:15:36.028Z[ recovery-image] Aug 14 22:15:34.926 INFO O| Aug 14 22:15:34.926 INFO STEP 81 (remove_files) COMPLETE
90962026-08-14T22:15:36.029Z[ recovery-image] Aug 14 22:15:34.926 INFO O| Aug 14 22:15:34.926 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90972026-08-14T22:15:36.029Z[ recovery-image] Aug 14 22:15:34.938 INFO O| Aug 14 22:15:34.938 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90982026-08-14T22:15:36.029Z[ recovery-image] Aug 14 22:15:34.938 INFO O| Aug 14 22:15:34.938 INFO STEP 82 (remove_files) COMPLETE
90992026-08-14T22:15:36.029Z[ recovery-image] Aug 14 22:15:34.938 INFO O| Aug 14 22:15:34.938 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91002026-08-14T22:15:36.040Z[ recovery-image] Aug 14 22:15:34.951 INFO O| Aug 14 22:15:34.950 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91012026-08-14T22:15:36.040Z[ recovery-image] Aug 14 22:15:34.951 INFO O| Aug 14 22:15:34.951 INFO STEP 83 (remove_files) COMPLETE
91022026-08-14T22:15:36.040Z[ recovery-image] Aug 14 22:15:34.951 INFO O| Aug 14 22:15:34.951 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91032026-08-14T22:15:36.040Z[ recovery-image] Aug 14 22:15:34.962 INFO O| Aug 14 22:15:34.962 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91042026-08-14T22:15:36.040Z[ recovery-image] Aug 14 22:15:34.962 INFO O| Aug 14 22:15:34.962 INFO STEP 84 (remove_files) COMPLETE
91052026-08-14T22:15:36.040Z[ recovery-image] Aug 14 22:15:34.962 INFO O| Aug 14 22:15:34.962 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91062026-08-14T22:15:36.040Z[ recovery-image] Aug 14 22:15:34.973 INFO O| Aug 14 22:15:34.973 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91072026-08-14T22:15:36.041Z[ recovery-image] Aug 14 22:15:34.973 INFO O| Aug 14 22:15:34.973 INFO STEP 85 (remove_files) COMPLETE
91082026-08-14T22:15:36.041Z[ recovery-image] Aug 14 22:15:34.973 INFO O| Aug 14 22:15:34.973 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91092026-08-14T22:15:36.041Z[ recovery-image] Aug 14 22:15:34.984 INFO O| Aug 14 22:15:34.984 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91102026-08-14T22:15:36.041Z[ recovery-image] Aug 14 22:15:34.984 INFO O| Aug 14 22:15:34.984 INFO STEP 86 (remove_files) COMPLETE
91112026-08-14T22:15:36.041Z[ recovery-image] Aug 14 22:15:34.984 INFO O| Aug 14 22:15:34.984 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91122026-08-14T22:15:36.041Z[ recovery-image] Aug 14 22:15:34.995 INFO O| Aug 14 22:15:34.994 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91132026-08-14T22:15:36.041Z[ recovery-image] Aug 14 22:15:34.995 INFO O| Aug 14 22:15:34.995 INFO STEP 87 (remove_files) COMPLETE
91142026-08-14T22:15:36.041Z[ recovery-image] Aug 14 22:15:34.995 INFO O| Aug 14 22:15:34.995 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91152026-08-14T22:15:36.055Z[ recovery-image] Aug 14 22:15:35.005 INFO O| Aug 14 22:15:35.005 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91162026-08-14T22:15:36.056Z[ recovery-image] Aug 14 22:15:35.005 INFO O| Aug 14 22:15:35.005 INFO STEP 88 (remove_files) COMPLETE
91172026-08-14T22:15:36.056Z[ recovery-image] Aug 14 22:15:35.005 INFO O| Aug 14 22:15:35.005 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91182026-08-14T22:15:36.074Z[ recovery-image] Aug 14 22:15:35.015 INFO O| Aug 14 22:15:35.015 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91192026-08-14T22:15:36.074Z[ recovery-image] Aug 14 22:15:35.015 INFO O| Aug 14 22:15:35.015 INFO STEP 89 (remove_files) COMPLETE
91202026-08-14T22:15:36.074Z[ recovery-image] Aug 14 22:15:35.015 INFO O| Aug 14 22:15:35.015 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-08-14T22:15:36.120Z[ recovery-image] Aug 14 22:15:35.026 INFO O| Aug 14 22:15:35.026 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91222026-08-14T22:15:36.120Z[ recovery-image] Aug 14 22:15:35.026 INFO O| Aug 14 22:15:35.026 INFO STEP 90 (remove_files) COMPLETE
91232026-08-14T22:15:36.121Z[ recovery-image] Aug 14 22:15:35.026 INFO O| Aug 14 22:15:35.026 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-08-14T22:15:36.121Z[ recovery-image] Aug 14 22:15:35.038 INFO O| Aug 14 22:15:35.038 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91252026-08-14T22:15:36.121Z[ recovery-image] Aug 14 22:15:35.038 INFO O| Aug 14 22:15:35.038 INFO STEP 91 (remove_files) COMPLETE
91262026-08-14T22:15:36.121Z[ recovery-image] Aug 14 22:15:35.038 INFO O| Aug 14 22:15:35.038 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-08-14T22:15:36.166Z[ recovery-image] Aug 14 22:15:35.051 INFO O| Aug 14 22:15:35.051 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91282026-08-14T22:15:36.166Z[ recovery-image] Aug 14 22:15:35.051 INFO O| Aug 14 22:15:35.051 INFO STEP 92 (remove_files) COMPLETE
91292026-08-14T22:15:36.167Z[ recovery-image] Aug 14 22:15:35.051 INFO O| Aug 14 22:15:35.051 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-08-14T22:15:36.167Z[ recovery-image] Aug 14 22:15:35.071 INFO O| Aug 14 22:15:35.071 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91312026-08-14T22:15:36.167Z[ recovery-image] Aug 14 22:15:35.071 INFO O| Aug 14 22:15:35.071 INFO STEP 93 (remove_files) COMPLETE
91322026-08-14T22:15:36.167Z[ recovery-image] Aug 14 22:15:35.071 INFO O| Aug 14 22:15:35.071 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-08-14T22:15:36.167Z[ recovery-image] Aug 14 22:15:35.085 INFO O| Aug 14 22:15:35.083 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91342026-08-14T22:15:36.167Z[ recovery-image] Aug 14 22:15:35.085 INFO O| Aug 14 22:15:35.084 INFO STEP 94 (remove_files) COMPLETE
91352026-08-14T22:15:36.167Z[ recovery-image] Aug 14 22:15:35.085 INFO O| Aug 14 22:15:35.084 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-14T22:15:36.167Z[ recovery-image] Aug 14 22:15:35.094 INFO O| Aug 14 22:15:35.094 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91372026-08-14T22:15:36.167Z[ recovery-image] Aug 14 22:15:35.094 INFO O| Aug 14 22:15:35.094 INFO STEP 95 (remove_files) COMPLETE
91382026-08-14T22:15:36.167Z[ recovery-image] Aug 14 22:15:35.094 INFO O| Aug 14 22:15:35.094 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-14T22:15:36.198Z[ recovery-image] Aug 14 22:15:35.106 INFO O| Aug 14 22:15:35.106 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91402026-08-14T22:15:36.198Z[ recovery-image] Aug 14 22:15:35.106 INFO O| Aug 14 22:15:35.106 INFO STEP 96 (remove_files) COMPLETE
91412026-08-14T22:15:36.198Z[ recovery-image] Aug 14 22:15:35.106 INFO O| Aug 14 22:15:35.106 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-08-14T22:15:36.198Z[ recovery-image] Aug 14 22:15:35.118 INFO O| Aug 14 22:15:35.118 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91432026-08-14T22:15:36.198Z[ recovery-image] Aug 14 22:15:35.118 INFO O| Aug 14 22:15:35.118 INFO STEP 97 (remove_files) COMPLETE
91442026-08-14T22:15:36.198Z[ recovery-image] Aug 14 22:15:35.118 INFO O| Aug 14 22:15:35.118 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-08-14T22:15:36.199Z[ recovery-image] Aug 14 22:15:35.130 INFO O| Aug 14 22:15:35.130 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91462026-08-14T22:15:36.199Z[ recovery-image] Aug 14 22:15:35.130 INFO O| Aug 14 22:15:35.130 INFO STEP 98 (remove_files) COMPLETE
91472026-08-14T22:15:36.199Z[ recovery-image] Aug 14 22:15:35.130 INFO O| Aug 14 22:15:35.130 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-08-14T22:15:36.215Z[ recovery-image] Aug 14 22:15:35.148 INFO O| Aug 14 22:15:35.148 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91492026-08-14T22:15:36.215Z[ recovery-image] Aug 14 22:15:35.148 INFO O| Aug 14 22:15:35.148 INFO STEP 99 (remove_files) COMPLETE
91502026-08-14T22:15:36.215Z[ recovery-image] Aug 14 22:15:35.148 INFO O| Aug 14 22:15:35.148 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91512026-08-14T22:15:36.215Z[ recovery-image] Aug 14 22:15:35.165 INFO O| Aug 14 22:15:35.165 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91522026-08-14T22:15:36.215Z[ recovery-image] Aug 14 22:15:35.165 INFO O| Aug 14 22:15:35.165 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91532026-08-14T22:15:36.676Z[ host-image] Aug 14 22:15:35.628 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91542026-08-14T22:15:36.676Z[ host-image] Aug 14 22:15:35.628 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91552026-08-14T22:15:36.687Z[ host-image] Aug 14 22:15:35.628 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91562026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.628 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91572026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.628 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91582026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.628 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91592026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.628 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91602026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.628 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91612026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.629 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260814T220232Z
91622026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.629 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91632026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.629 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91642026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.629 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
91652026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.629 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
91662026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.630 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
91672026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.630 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
91682026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.630 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91692026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.630 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
91702026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.630 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
91712026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.630 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
91722026-08-14T22:15:36.688Z[ host-image] Aug 14 22:15:35.630 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
91732026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.630 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
91742026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.630 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
91752026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.630 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91762026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
91772026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91782026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
91792026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
91802026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
91812026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
91822026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
91832026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
91842026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
91852026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
91862026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
91872026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
91882026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
91892026-08-14T22:15:36.689Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
91902026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
91912026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.631 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
91922026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.634 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
91932026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.634 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
91942026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.634 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
91952026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.634 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
91962026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.635 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
91972026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.635 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
91982026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.635 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
91992026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.635 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92002026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.635 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92012026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.635 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92022026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.635 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92032026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.639 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92042026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.639 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92052026-08-14T22:15:36.690Z[ host-image] Aug 14 22:15:35.639 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92062026-08-14T22:15:36.711Z[ host-image] Aug 14 22:15:35.639 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92072026-08-14T22:15:36.711Z[ host-image] Aug 14 22:15:35.639 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92082026-08-14T22:15:36.711Z[ host-image] Aug 14 22:15:35.639 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92092026-08-14T22:15:36.711Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92102026-08-14T22:15:36.711Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92112026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92122026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92132026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92142026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92152026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92162026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92172026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92182026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92192026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92202026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92212026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.652 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92222026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.654 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92232026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.654 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92242026-08-14T22:15:36.712Z[ host-image] Aug 14 22:15:35.654 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92252026-08-14T22:15:36.727Z[ host-image] Aug 14 22:15:35.654 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92262026-08-14T22:15:36.727Z[ host-image] Aug 14 22:15:35.654 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92272026-08-14T22:15:36.727Z[ host-image] Aug 14 22:15:35.658 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92282026-08-14T22:15:36.727Z[ host-image] Aug 14 22:15:35.658 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92292026-08-14T22:15:36.727Z[ host-image] Aug 14 22:15:35.659 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92302026-08-14T22:15:36.728Z[ host-image] Aug 14 22:15:35.659 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92312026-08-14T22:15:36.728Z[ host-image] Aug 14 22:15:35.659 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92322026-08-14T22:15:36.728Z[ host-image] Aug 14 22:15:35.659 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92332026-08-14T22:15:36.728Z[ host-image] Aug 14 22:15:35.659 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92342026-08-14T22:15:36.728Z[ host-image] Aug 14 22:15:35.659 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92352026-08-14T22:15:36.728Z[ host-image] Aug 14 22:15:35.659 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92362026-08-14T22:15:36.728Z[ host-image] Aug 14 22:15:35.660 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92372026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.660 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92382026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.661 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92392026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.661 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92402026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.661 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92412026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.661 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92422026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.661 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92432026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.661 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92442026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.663 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92452026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.663 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92462026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.663 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92472026-08-14T22:15:36.729Z[ host-image] Aug 14 22:15:35.663 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92482026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.664 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92492026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.664 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92502026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.664 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92512026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.664 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92522026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.664 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92532026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.664 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92542026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.668 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92552026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.668 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92562026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.668 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92572026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.668 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
92582026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.668 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
92592026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.674 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
92602026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.674 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
92612026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.674 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
92622026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.674 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92632026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.674 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92642026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.683 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
92652026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.683 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92662026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.683 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
92672026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.683 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
92682026-08-14T22:15:36.730Z[ host-image] Aug 14 22:15:35.684 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
92692026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.684 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92702026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.684 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
92712026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.684 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
92722026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.684 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
92732026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.684 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
92742026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.684 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
92752026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.685 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
92762026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.685 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
92772026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.685 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
92782026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.685 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
92792026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
92802026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
92812026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
92822026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
92832026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
92842026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
92852026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
92862026-08-14T22:15:36.731Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
92872026-08-14T22:15:36.732Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
92882026-08-14T22:15:36.732Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
92892026-08-14T22:15:36.732Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
92902026-08-14T22:15:36.732Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
92912026-08-14T22:15:36.732Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
92922026-08-14T22:15:36.732Z[ host-image] Aug 14 22:15:35.686 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
92932026-08-14T22:15:36.732Z[ host-image] Aug 14 22:15:35.687 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
92942026-08-14T22:15:36.739Z[ host-image] Aug 14 22:15:35.687 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
92952026-08-14T22:15:36.739Z[ host-image] Aug 14 22:15:35.688 INFO O| tempdir @ "/tmp/.tmpB3vOh1/tmp"
92962026-08-14T22:15:36.739Z[ host-image] Aug 14 22:15:35.688 INFO O| image root @ "/tmp/.tmpB3vOh1/tmp/root"
92972026-08-14T22:15:36.739Z[ host-image] Aug 14 22:15:35.688 INFO O| creating image...
92982026-08-14T22:15:38.535Z[ host-image] Aug 14 22:15:37.490 INFO O| copying publishers...
92992026-08-14T22:15:40.516Z[verify-libraries] Compiling oso v0.27.3
93002026-08-14T22:15:41.301Z[ host-image] Aug 14 22:15:40.253 INFO O| adding properties...
93012026-08-14T22:15:41.928Z[ recovery-image] Aug 14 22:15:40.889 INFO O| Aug 14 22:15:40.888 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
93022026-08-14T22:15:41.928Z[ recovery-image] Aug 14 22:15:40.889 INFO O| Aug 14 22:15:40.888 INFO E| svccfg: Loaded 69 smf(7) service descriptions
93032026-08-14T22:15:41.962Z[ recovery-image] Aug 14 22:15:40.922 INFO O| Aug 14 22:15:40.922 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"}
93042026-08-14T22:15:42.057Z[ recovery-image] Aug 14 22:15:41.017 INFO O| Aug 14 22:15:41.017 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
93052026-08-14T22:15:42.116Z[ recovery-image] Aug 14 22:15:41.073 INFO O| Aug 14 22:15:41.073 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
93062026-08-14T22:15:42.190Z[ recovery-image] Aug 14 22:15:41.150 INFO O| Aug 14 22:15:41.150 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93072026-08-14T22:15:42.190Z[ recovery-image] Aug 14 22:15:41.150 INFO O| Aug 14 22:15:41.150 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 ...
93082026-08-14T22:15:42.194Z[ recovery-image] Aug 14 22:15:41.152 INFO O| Aug 14 22:15:41.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93092026-08-14T22:15:42.194Z[ recovery-image] Aug 14 22:15:41.152 INFO O| Aug 14 22:15:41.152 INFO ok!
93102026-08-14T22:15:42.194Z[ recovery-image] Aug 14 22:15:41.152 INFO O| Aug 14 22:15:41.152 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93112026-08-14T22:15:42.194Z[ recovery-image] Aug 14 22:15:41.152 INFO O| Aug 14 22:15:41.152 INFO STEP 100 (seed_smf) COMPLETE
93122026-08-14T22:15:42.194Z[ recovery-image] Aug 14 22:15:41.152 INFO O| Aug 14 22:15:41.152 INFO steps complete; finalising image!
93132026-08-14T22:15:42.194Z[ recovery-image] Aug 14 22:15:41.152 INFO O| Aug 14 22:15:41.152 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93142026-08-14T22:15:42.263Z[ recovery-image] Aug 14 22:15:41.222 INFO O| Aug 14 22:15:41.222 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Aug 14 22:15:41 2026)
93152026-08-14T22:15:42.366Z[ host-image] Aug 14 22:15:41.326 INFO O| installing packages...
93162026-08-14T22:15:42.472Z[ recovery-image] Aug 14 22:15:41.432 INFO O| Aug 14 22:15:41.432 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Fri Aug 14 22:15:41 2026)
93172026-08-14T22:15:42.680Z[ recovery-image] Aug 14 22:15:41.640 INFO O| Aug 14 22:15:41.640 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Fri Aug 14 22:15:41 2026)
93182026-08-14T22:15:43.029Z[ recovery-image] Aug 14 22:15:41.986 INFO O| Aug 14 22:15:41.985 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Fri Aug 14 22:15:41 2026)
93192026-08-14T22:15:43.136Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93202026-08-14T22:15:43.152Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93212026-08-14T22:15:43.250Z[ recovery-image] Aug 14 22:15:42.209 INFO O| Aug 14 22:15:42.209 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
93222026-08-14T22:15:43.250Z[ recovery-image] Aug 14 22:15:42.209 INFO O| Aug 14 22:15:42.209 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93232026-08-14T22:15:43.622Z[ recovery-image] Aug 14 22:15:42.573 INFO O| Aug 14 22:15:42.573 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
93242026-08-14T22:15:43.622Z[ recovery-image] Aug 14 22:15:42.573 INFO O| Aug 14 22:15:42.573 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93252026-08-14T22:15:46.354Z[ recovery-image] Aug 14 22:15:45.313 INFO O| Aug 14 22:15:45.313 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93262026-08-14T22:15:46.354Z[ recovery-image] Aug 14 22:15:45.313 INFO O| Aug 14 22:15:45.313 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93272026-08-14T22:15:46.358Z[ recovery-image] Aug 14 22:15:45.313 INFO O| Aug 14 22:15:45.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93282026-08-14T22:15:46.359Z[ recovery-image] Aug 14 22:15:45.313 INFO O| Aug 14 22:15:45.313 INFO completed processing sled/zfs-recovery
93292026-08-14T22:15:46.359Z[ recovery-image] Aug 14 22:15:45.313 INFO O| Aug 14 22:15:45.313 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93302026-08-14T22:15:52.289Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93312026-08-14T22:15:54.552Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93322026-08-14T22:15:54.758Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93332026-08-14T22:15:56.213Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93342026-08-14T22:15:56.298Z[ host-image] Aug 14 22:15:55.257 INFO O| seeding SMF database...
93352026-08-14T22:15:57.063Z[ recovery-image] Aug 14 22:15:56.024 INFO O| Aug 14 22:15:56.020 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93362026-08-14T22:15:57.523Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93372026-08-14T22:15:57.622Z[ recovery-image] Aug 14 22:15:56.582 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93382026-08-14T22:15:57.622Z[ recovery-image] Aug 14 22:15:56.582 INFO expanded image name: "recovery 0f84ff4/${os_short_commit} 2026-08-14 22:02" -> "recovery 0f84ff4/aaf8e74 2026-08-14 22:02"
93392026-08-14T22:15:57.622Z[ recovery-image] Aug 14 22:15:56.582 INFO output artefacts stored in: "/work/os-recovery"
93402026-08-14T22:15:57.622Z[ recovery-image] Aug 14 22:15:56.582 INFO collecting git info from project "pilot"...
93412026-08-14T22:15:57.633Z[ recovery-image] Aug 14 22:15:56.592 INFO collecting git info from project "chelsio-t6-roms"...
93422026-08-14T22:15:57.653Z[ recovery-image] Aug 14 22:15:56.611 INFO collecting git info from project "amd-host-image-builder"...
93432026-08-14T22:15:57.692Z[ recovery-image] Aug 14 22:15:56.653 INFO collecting git info from project "pinprick"...
93442026-08-14T22:15:57.699Z[ recovery-image] Aug 14 22:15:56.660 INFO collecting git info from project "dmar-report"...
93452026-08-14T22:15:57.711Z[ recovery-image] Aug 14 22:15:56.671 INFO collecting git info from project "amd-firmware"...
93462026-08-14T22:15:58.149Z[ recovery-image] Aug 14 22:15:57.109 INFO collecting git info from project "bootserver"...
93472026-08-14T22:15:58.157Z[ recovery-image] Aug 14 22:15:57.116 INFO collecting git info from project "phbl"...
93482026-08-14T22:15:58.167Z[ recovery-image] Aug 14 22:15:57.126 INFO collecting git info from project "image-builder"...
93492026-08-14T22:15:58.176Z[ recovery-image] Aug 14 22:15:57.134 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93502026-08-14T22:15:58.911Z[ recovery-image] Aug 14 22:15:57.871 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93512026-08-14T22:15:59.327Z[ recovery-image] Aug 14 22:15:58.288 INFO creating Oxide boot image...
93522026-08-14T22:15:59.327Z[ recovery-image] Aug 14 22:15:58.288 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 0f84ff4/aaf8e74 2026-08-14 22:02", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93532026-08-14T22:15:59.454Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93542026-08-14T22:16:01.053Z[ host-image] Aug 14 22:16:00.013 INFO O| configuring SMF profile...
93552026-08-14T22:16:01.053Z[ host-image] Aug 14 22:16:00.013 INFO O| modifying shadow(5)...
93562026-08-14T22:16:01.056Z[ host-image] Aug 14 22:16:00.013 INFO O| loading user and group database...
93572026-08-14T22:16:01.056Z[ host-image] Aug 14 22:16:00.013 INFO O| loading facet selections...
93582026-08-14T22:16:01.479Z[ host-image] Aug 14 22:16:00.438 INFO O| devel -> true
93592026-08-14T22:16:01.479Z[ host-image] Aug 14 22:16:00.438 INFO O| doc.man -> true
93602026-08-14T22:16:01.479Z[ host-image] Aug 14 22:16:00.438 INFO O| version-lock.shell/ksh93 -> true
93612026-08-14T22:16:01.479Z[ host-image] Aug 14 22:16:00.438 INFO O| version-lock.system/data/hardware-registry -> true
93622026-08-14T22:16:01.484Z[ host-image] Aug 14 22:16:00.438 INFO O| version-lock.system/data/zoneinfo -> true
93632026-08-14T22:16:01.484Z[ host-image] Aug 14 22:16:00.438 INFO O| version-lock.system/microcode/amd -> true
93642026-08-14T22:16:01.485Z[ host-image] Aug 14 22:16:00.438 INFO O| version-lock.system/microcode/intel -> true
93652026-08-14T22:16:01.485Z[ host-image] Aug 14 22:16:00.438 INFO O| version-lock.system/microcode/oxide -> true
93662026-08-14T22:16:01.485Z[ host-image] Aug 14 22:16:00.438 INFO O| assessing packaged files...
93672026-08-14T22:16:03.393Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93682026-08-14T22:16:03.599Z[ host-image] Aug 14 22:16:02.556 INFO O| creating archive...
93692026-08-14T22:16:03.618Z[ host-image] Aug 14 22:16:02.578 INFO O| missing from packaging:
93702026-08-14T22:16:03.618Z[ host-image] Aug 14 22:16:02.578 INFO O| "etc/.pwd.lock"
93712026-08-14T22:16:03.621Z[ host-image] Aug 14 22:16:02.578 INFO O| "etc/bash"
93722026-08-14T22:16:03.624Z[ host-image] Aug 14 22:16:02.582 INFO O| "etc/svc/profile/generic.xml"
93732026-08-14T22:16:03.624Z[ host-image] Aug 14 22:16:02.582 INFO O| "etc/svc/profile/inetd_services.xml"
93742026-08-14T22:16:03.625Z[ host-image] Aug 14 22:16:02.582 INFO O| "etc/svc/profile/name_service.xml"
93752026-08-14T22:16:03.625Z[ host-image] Aug 14 22:16:02.582 INFO O| "etc/svc/profile/platform.xml"
93762026-08-14T22:16:03.625Z[ host-image] Aug 14 22:16:02.582 INFO O| "etc/svc/profile/platform_omicron1.xml"
93772026-08-14T22:16:03.625Z[ host-image] Aug 14 22:16:02.582 INFO O| "etc/svc/repository.db"
93782026-08-14T22:16:03.630Z[ host-image] Aug 14 22:16:02.589 INFO O| "opt/ooce/share"
93792026-08-14T22:16:03.630Z[ host-image] Aug 14 22:16:02.589 INFO O| "opt/ooce/share/man"
93802026-08-14T22:16:03.630Z[ host-image] Aug 14 22:16:02.589 INFO O| "opt/ooce/share/man/man1"
93812026-08-14T22:16:03.639Z[ host-image] Aug 14 22:16:02.598 INFO O| finishing archive...
93822026-08-14T22:16:04.050Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93832026-08-14T22:16:05.512Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93842026-08-14T22:16:06.383Z[ host-image] Aug 14 22:16:05.343 INFO O| creating gzonly manifest...
93852026-08-14T22:16:06.390Z[ host-image] Aug 14 22:16:05.351 INFO O| ok
93862026-08-14T22:16:06.541Z[ host-image] Aug 14 22:16:05.501 INFO image builder template: ramdisk-02-trim...
93872026-08-14T22:16:06.541Z[ host-image] Aug 14 22:16:05.501 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/.tmpFcfgkw/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
93882026-08-14T22:16:06.563Z[ host-image] Aug 14 22:16:05.523 INFO O| Aug 14 22:16:05.523 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93892026-08-14T22:16:06.568Z[ host-image] Aug 14 22:16:05.527 INFO O| Aug 14 22:16:05.527 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93902026-08-14T22:16:08.277Z[ host-image] Aug 14 22:16:07.237 INFO O| Aug 14 22:16:07.237 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93912026-08-14T22:16:09.165Z[ host-image] Aug 14 22:16:08.125 INFO O| Aug 14 22:16:08.125 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93922026-08-14T22:16:09.165Z[ host-image] Aug 14 22:16:08.125 INFO O| Aug 14 22:16:08.125 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93932026-08-14T22:16:09.170Z[ host-image] Aug 14 22:16:08.130 INFO O| Aug 14 22:16:08.130 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93942026-08-14T22:16:09.174Z[ host-image] Aug 14 22:16:08.134 INFO O| Aug 14 22:16:08.134 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93952026-08-14T22:16:09.179Z[ host-image] Aug 14 22:16:08.140 INFO O| Aug 14 22:16:08.140 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93962026-08-14T22:16:13.150Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
93972026-08-14T22:16:14.850Z[ host-image] Aug 14 22:16:13.810 INFO O| Aug 14 22:16:13.810 INFO rolled back to input snapshot; work may begin
93982026-08-14T22:16:14.850Z[ host-image] Aug 14 22:16:13.810 INFO O| Aug 14 22:16:13.810 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93992026-08-14T22:16:14.855Z[ host-image] Aug 14 22:16:13.815 INFO O| Aug 14 22:16:13.815 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94002026-08-14T22:16:14.865Z[ host-image] Aug 14 22:16:13.824 INFO O| Aug 14 22:16:13.824 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94012026-08-14T22:16:14.907Z[ host-image] Aug 14 22:16:13.867 INFO O| Aug 14 22:16:13.867 INFO STEP 0 (remove_files) COMPLETE
94022026-08-14T22:16:14.907Z[ host-image] Aug 14 22:16:13.867 INFO O| Aug 14 22:16:13.867 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94032026-08-14T22:16:14.915Z[ host-image] Aug 14 22:16:13.876 INFO O| Aug 14 22:16:13.876 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94042026-08-14T22:16:14.919Z[ host-image] Aug 14 22:16:13.877 INFO O| Aug 14 22:16:13.877 INFO STEP 1 (remove_files) COMPLETE
94052026-08-14T22:16:14.919Z[ host-image] Aug 14 22:16:13.877 INFO O| Aug 14 22:16:13.877 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94062026-08-14T22:16:14.926Z[ host-image] Aug 14 22:16:13.887 INFO O| Aug 14 22:16:13.887 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94072026-08-14T22:16:14.941Z[ host-image] Aug 14 22:16:13.901 INFO O| Aug 14 22:16:13.901 INFO STEP 2 (remove_files) COMPLETE
94082026-08-14T22:16:14.941Z[ host-image] Aug 14 22:16:13.901 INFO O| Aug 14 22:16:13.901 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092026-08-14T22:16:14.952Z[ host-image] Aug 14 22:16:13.910 INFO O| Aug 14 22:16:13.910 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94102026-08-14T22:16:14.958Z[ host-image] Aug 14 22:16:13.911 INFO O| Aug 14 22:16:13.911 INFO STEP 3 (remove_files) COMPLETE
94112026-08-14T22:16:14.958Z[ host-image] Aug 14 22:16:13.911 INFO O| Aug 14 22:16:13.911 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94122026-08-14T22:16:14.962Z[ host-image] Aug 14 22:16:13.920 INFO O| Aug 14 22:16:13.920 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94132026-08-14T22:16:14.966Z[ host-image] Aug 14 22:16:13.923 INFO O| Aug 14 22:16:13.923 INFO STEP 4 (remove_files) COMPLETE
94142026-08-14T22:16:14.966Z[ host-image] Aug 14 22:16:13.923 INFO O| Aug 14 22:16:13.923 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94152026-08-14T22:16:14.974Z[ host-image] Aug 14 22:16:13.933 INFO O| Aug 14 22:16:13.933 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94162026-08-14T22:16:14.977Z[ host-image] Aug 14 22:16:13.936 INFO O| Aug 14 22:16:13.936 INFO STEP 5 (remove_files) COMPLETE
94172026-08-14T22:16:14.977Z[ host-image] Aug 14 22:16:13.936 INFO O| Aug 14 22:16:13.936 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94182026-08-14T22:16:14.983Z[ host-image] Aug 14 22:16:13.943 INFO O| Aug 14 22:16:13.943 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94192026-08-14T22:16:14.992Z[ host-image] Aug 14 22:16:13.953 INFO O| Aug 14 22:16:13.953 INFO STEP 6 (remove_files) COMPLETE
94202026-08-14T22:16:14.992Z[ host-image] Aug 14 22:16:13.953 INFO O| Aug 14 22:16:13.953 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-08-14T22:16:14.995Z[ host-image] Aug 14 22:16:13.953 INFO O| Aug 14 22:16:13.953 INFO skip step because feature "heliosv2" is not enabled
94222026-08-14T22:16:14.995Z[ host-image] Aug 14 22:16:13.953 INFO O| Aug 14 22:16:13.953 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-08-14T22:16:15.001Z[ host-image] Aug 14 22:16:13.961 INFO O| Aug 14 22:16:13.961 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94242026-08-14T22:16:15.012Z[ host-image] Aug 14 22:16:13.972 INFO O| Aug 14 22:16:13.972 INFO STEP 8 (remove_files) COMPLETE
94252026-08-14T22:16:15.012Z[ host-image] Aug 14 22:16:13.972 INFO O| Aug 14 22:16:13.972 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94262026-08-14T22:16:15.025Z[ host-image] Aug 14 22:16:13.981 INFO O| Aug 14 22:16:13.981 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94272026-08-14T22:16:15.090Z[ host-image] Aug 14 22:16:14.050 INFO O| Aug 14 22:16:14.050 INFO STEP 9 (remove_files) COMPLETE
94282026-08-14T22:16:15.090Z[ host-image] Aug 14 22:16:14.050 INFO O| Aug 14 22:16:14.050 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-08-14T22:16:15.097Z[ host-image] Aug 14 22:16:14.058 INFO O| Aug 14 22:16:14.058 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94302026-08-14T22:16:15.179Z[ host-image] Aug 14 22:16:14.139 INFO O| Aug 14 22:16:14.139 INFO STEP 10 (remove_files) COMPLETE
94312026-08-14T22:16:15.179Z[ host-image] Aug 14 22:16:14.139 INFO O| Aug 14 22:16:14.139 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94322026-08-14T22:16:15.188Z[ host-image] Aug 14 22:16:14.149 INFO O| Aug 14 22:16:14.149 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94332026-08-14T22:16:15.193Z[ host-image] Aug 14 22:16:14.151 INFO O| Aug 14 22:16:14.151 INFO STEP 11 (remove_files) COMPLETE
94342026-08-14T22:16:15.193Z[ host-image] Aug 14 22:16:14.152 INFO O| Aug 14 22:16:14.151 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352026-08-14T22:16:15.200Z[ host-image] Aug 14 22:16:14.161 INFO O| Aug 14 22:16:14.161 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94362026-08-14T22:16:15.205Z[ host-image] Aug 14 22:16:14.162 INFO O| Aug 14 22:16:14.162 INFO STEP 12 (remove_files) COMPLETE
94372026-08-14T22:16:15.205Z[ host-image] Aug 14 22:16:14.162 INFO O| Aug 14 22:16:14.162 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94382026-08-14T22:16:15.210Z[ host-image] Aug 14 22:16:14.170 INFO O| Aug 14 22:16:14.170 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94392026-08-14T22:16:15.214Z[ host-image] Aug 14 22:16:14.171 INFO O| Aug 14 22:16:14.171 INFO STEP 13 (remove_files) COMPLETE
94402026-08-14T22:16:15.214Z[ host-image] Aug 14 22:16:14.171 INFO O| Aug 14 22:16:14.171 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412026-08-14T22:16:15.220Z[ host-image] Aug 14 22:16:14.181 INFO O| Aug 14 22:16:14.181 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94422026-08-14T22:16:15.220Z[ host-image] Aug 14 22:16:14.181 INFO O| Aug 14 22:16:14.181 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94432026-08-14T22:16:15.228Z[ host-image] Aug 14 22:16:14.189 INFO O| Aug 14 22:16:14.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94442026-08-14T22:16:15.231Z[ host-image] Aug 14 22:16:14.189 INFO O| Aug 14 22:16:14.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94452026-08-14T22:16:15.231Z[ host-image] Aug 14 22:16:14.189 INFO O| Aug 14 22:16:14.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94462026-08-14T22:16:15.231Z[ host-image] Aug 14 22:16:14.189 INFO O| Aug 14 22:16:14.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94472026-08-14T22:16:15.231Z[ host-image] Aug 14 22:16:14.189 INFO O| Aug 14 22:16:14.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94482026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.189 INFO O| Aug 14 22:16:14.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94492026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.189 INFO O| Aug 14 22:16:14.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94502026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.189 INFO O| Aug 14 22:16:14.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94512026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.189 INFO O| Aug 14 22:16:14.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94522026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.190 INFO O| Aug 14 22:16:14.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94532026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.190 INFO O| Aug 14 22:16:14.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94542026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.190 INFO O| Aug 14 22:16:14.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94552026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.190 INFO O| Aug 14 22:16:14.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94562026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.190 INFO O| Aug 14 22:16:14.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94572026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.190 INFO O| Aug 14 22:16:14.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94582026-08-14T22:16:15.232Z[ host-image] Aug 14 22:16:14.190 INFO O| Aug 14 22:16:14.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94592026-08-14T22:16:15.312Z[ host-image] Aug 14 22:16:14.270 INFO O| Aug 14 22:16:14.270 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94602026-08-14T22:16:15.319Z[ host-image] Aug 14 22:16:14.276 INFO O| Aug 14 22:16:14.276 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94612026-08-14T22:16:15.469Z[ host-image] Aug 14 22:16:14.429 INFO O| Aug 14 22:16:14.429 INFO STEP 14 (remove_files) COMPLETE
94622026-08-14T22:16:15.469Z[ host-image] Aug 14 22:16:14.429 INFO O| Aug 14 22:16:14.429 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-08-14T22:16:15.478Z[ host-image] Aug 14 22:16:14.439 INFO O| Aug 14 22:16:14.439 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94642026-08-14T22:16:15.484Z[ host-image] Aug 14 22:16:14.440 INFO O| Aug 14 22:16:14.440 INFO STEP 15 (remove_files) COMPLETE
94652026-08-14T22:16:15.485Z[ host-image] Aug 14 22:16:14.440 INFO O| Aug 14 22:16:14.440 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-08-14T22:16:15.488Z[ host-image] Aug 14 22:16:14.447 INFO O| Aug 14 22:16:14.447 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94672026-08-14T22:16:15.492Z[ host-image] Aug 14 22:16:14.453 INFO O| Aug 14 22:16:14.453 INFO STEP 16 (remove_files) COMPLETE
94682026-08-14T22:16:15.492Z[ host-image] Aug 14 22:16:14.453 INFO O| Aug 14 22:16:14.453 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-08-14T22:16:15.500Z[ host-image] Aug 14 22:16:14.461 INFO O| Aug 14 22:16:14.461 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94702026-08-14T22:16:15.503Z[ host-image] Aug 14 22:16:14.461 INFO O| Aug 14 22:16:14.461 INFO STEP 17 (remove_files) COMPLETE
94712026-08-14T22:16:15.504Z[ host-image] Aug 14 22:16:14.461 INFO O| Aug 14 22:16:14.461 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-08-14T22:16:15.509Z[ host-image] Aug 14 22:16:14.470 INFO O| Aug 14 22:16:14.470 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94732026-08-14T22:16:15.513Z[ host-image] Aug 14 22:16:14.471 INFO O| Aug 14 22:16:14.471 INFO STEP 18 (remove_files) COMPLETE
94742026-08-14T22:16:15.513Z[ host-image] Aug 14 22:16:14.471 INFO O| Aug 14 22:16:14.471 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-08-14T22:16:15.518Z[ host-image] Aug 14 22:16:14.479 INFO O| Aug 14 22:16:14.479 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94762026-08-14T22:16:15.522Z[ host-image] Aug 14 22:16:14.479 INFO O| Aug 14 22:16:14.479 INFO STEP 19 (remove_files) COMPLETE
94772026-08-14T22:16:15.522Z[ host-image] Aug 14 22:16:14.479 INFO O| Aug 14 22:16:14.479 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-08-14T22:16:15.527Z[ host-image] Aug 14 22:16:14.486 INFO O| Aug 14 22:16:14.486 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94792026-08-14T22:16:15.527Z[ host-image] Aug 14 22:16:14.487 INFO O| Aug 14 22:16:14.486 INFO STEP 20 (remove_files) COMPLETE
94802026-08-14T22:16:15.533Z[ host-image] Aug 14 22:16:14.487 INFO O| Aug 14 22:16:14.486 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-14T22:16:15.536Z[ host-image] Aug 14 22:16:14.493 INFO O| Aug 14 22:16:14.493 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94822026-08-14T22:16:15.536Z[ host-image] Aug 14 22:16:14.493 INFO O| Aug 14 22:16:14.493 INFO STEP 21 (remove_files) COMPLETE
94832026-08-14T22:16:15.536Z[ host-image] Aug 14 22:16:14.493 INFO O| Aug 14 22:16:14.493 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-14T22:16:15.541Z[ host-image] Aug 14 22:16:14.502 INFO O| Aug 14 22:16:14.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94852026-08-14T22:16:15.541Z[ host-image] Aug 14 22:16:14.502 INFO O| Aug 14 22:16:14.502 INFO STEP 22 (remove_files) COMPLETE
94862026-08-14T22:16:15.546Z[ host-image] Aug 14 22:16:14.502 INFO O| Aug 14 22:16:14.502 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-14T22:16:15.550Z[ host-image] Aug 14 22:16:14.510 INFO O| Aug 14 22:16:14.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94882026-08-14T22:16:15.550Z[ host-image] Aug 14 22:16:14.510 INFO O| Aug 14 22:16:14.510 INFO STEP 23 (remove_files) COMPLETE
94892026-08-14T22:16:15.553Z[ host-image] Aug 14 22:16:14.510 INFO O| Aug 14 22:16:14.510 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-14T22:16:15.558Z[ host-image] Aug 14 22:16:14.519 INFO O| Aug 14 22:16:14.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94912026-08-14T22:16:15.558Z[ host-image] Aug 14 22:16:14.519 INFO O| Aug 14 22:16:14.519 INFO STEP 24 (remove_files) COMPLETE
94922026-08-14T22:16:15.558Z[ host-image] Aug 14 22:16:14.519 INFO O| Aug 14 22:16:14.519 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-14T22:16:15.567Z[ host-image] Aug 14 22:16:14.528 INFO O| Aug 14 22:16:14.528 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94942026-08-14T22:16:15.567Z[ host-image] Aug 14 22:16:14.528 INFO O| Aug 14 22:16:14.528 INFO STEP 25 (remove_files) COMPLETE
94952026-08-14T22:16:15.570Z[ host-image] Aug 14 22:16:14.528 INFO O| Aug 14 22:16:14.528 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-14T22:16:15.575Z[ host-image] Aug 14 22:16:14.536 INFO O| Aug 14 22:16:14.536 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94972026-08-14T22:16:15.575Z[ host-image] Aug 14 22:16:14.536 INFO O| Aug 14 22:16:14.536 INFO STEP 26 (remove_files) COMPLETE
94982026-08-14T22:16:15.575Z[ host-image] Aug 14 22:16:14.536 INFO O| Aug 14 22:16:14.536 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-14T22:16:15.584Z[ host-image] Aug 14 22:16:14.545 INFO O| Aug 14 22:16:14.545 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95002026-08-14T22:16:15.585Z[ host-image] Aug 14 22:16:14.545 INFO O| Aug 14 22:16:14.545 INFO STEP 27 (remove_files) COMPLETE
95012026-08-14T22:16:15.585Z[ host-image] Aug 14 22:16:14.545 INFO O| Aug 14 22:16:14.545 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-14T22:16:15.593Z[ host-image] Aug 14 22:16:14.554 INFO O| Aug 14 22:16:14.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95032026-08-14T22:16:15.593Z[ host-image] Aug 14 22:16:14.554 INFO O| Aug 14 22:16:14.554 INFO STEP 28 (remove_files) COMPLETE
95042026-08-14T22:16:15.597Z[ host-image] Aug 14 22:16:14.554 INFO O| Aug 14 22:16:14.554 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-14T22:16:15.601Z[ host-image] Aug 14 22:16:14.561 INFO O| Aug 14 22:16:14.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95062026-08-14T22:16:15.601Z[ host-image] Aug 14 22:16:14.561 INFO O| Aug 14 22:16:14.561 INFO STEP 29 (remove_files) COMPLETE
95072026-08-14T22:16:15.601Z[ host-image] Aug 14 22:16:14.561 INFO O| Aug 14 22:16:14.561 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-14T22:16:15.609Z[ host-image] Aug 14 22:16:14.569 INFO O| Aug 14 22:16:14.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95092026-08-14T22:16:15.617Z[ host-image] Aug 14 22:16:14.569 INFO O| Aug 14 22:16:14.569 INFO STEP 30 (remove_files) COMPLETE
95102026-08-14T22:16:15.617Z[ host-image] Aug 14 22:16:14.569 INFO O| Aug 14 22:16:14.569 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-14T22:16:15.617Z[ host-image] Aug 14 22:16:14.577 INFO O| Aug 14 22:16:14.577 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95122026-08-14T22:16:15.617Z[ host-image] Aug 14 22:16:14.577 INFO O| Aug 14 22:16:14.577 INFO STEP 31 (remove_files) COMPLETE
95132026-08-14T22:16:15.617Z[ host-image] Aug 14 22:16:14.577 INFO O| Aug 14 22:16:14.577 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-14T22:16:15.625Z[ host-image] Aug 14 22:16:14.586 INFO O| Aug 14 22:16:14.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95152026-08-14T22:16:15.625Z[ host-image] Aug 14 22:16:14.586 INFO O| Aug 14 22:16:14.586 INFO STEP 32 (remove_files) COMPLETE
95162026-08-14T22:16:15.629Z[ host-image] Aug 14 22:16:14.586 INFO O| Aug 14 22:16:14.586 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-14T22:16:15.633Z[ host-image] Aug 14 22:16:14.593 INFO O| Aug 14 22:16:14.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95182026-08-14T22:16:15.633Z[ host-image] Aug 14 22:16:14.593 INFO O| Aug 14 22:16:14.593 INFO STEP 33 (remove_files) COMPLETE
95192026-08-14T22:16:15.633Z[ host-image] Aug 14 22:16:14.593 INFO O| Aug 14 22:16:14.593 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-14T22:16:15.639Z[ host-image] Aug 14 22:16:14.600 INFO O| Aug 14 22:16:14.600 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95212026-08-14T22:16:15.639Z[ host-image] Aug 14 22:16:14.600 INFO O| Aug 14 22:16:14.600 INFO STEP 34 (remove_files) COMPLETE
95222026-08-14T22:16:15.642Z[ host-image] Aug 14 22:16:14.600 INFO O| Aug 14 22:16:14.600 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-14T22:16:15.648Z[ host-image] Aug 14 22:16:14.608 INFO O| Aug 14 22:16:14.607 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95242026-08-14T22:16:15.648Z[ host-image] Aug 14 22:16:14.608 INFO O| Aug 14 22:16:14.608 INFO STEP 35 (remove_files) COMPLETE
95252026-08-14T22:16:15.651Z[ host-image] Aug 14 22:16:14.608 INFO O| Aug 14 22:16:14.608 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-14T22:16:15.655Z[ host-image] Aug 14 22:16:14.615 INFO O| Aug 14 22:16:14.615 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95272026-08-14T22:16:15.655Z[ host-image] Aug 14 22:16:14.615 INFO O| Aug 14 22:16:14.615 INFO STEP 36 (remove_files) COMPLETE
95282026-08-14T22:16:15.655Z[ host-image] Aug 14 22:16:14.615 INFO O| Aug 14 22:16:14.615 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-14T22:16:15.662Z[ host-image] Aug 14 22:16:14.623 INFO O| Aug 14 22:16:14.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95302026-08-14T22:16:15.662Z[ host-image] Aug 14 22:16:14.623 INFO O| Aug 14 22:16:14.623 INFO STEP 37 (remove_files) COMPLETE
95312026-08-14T22:16:15.675Z[ host-image] Aug 14 22:16:14.623 INFO O| Aug 14 22:16:14.623 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-14T22:16:15.675Z[ host-image] Aug 14 22:16:14.630 INFO O| Aug 14 22:16:14.630 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95332026-08-14T22:16:15.675Z[ host-image] Aug 14 22:16:14.630 INFO O| Aug 14 22:16:14.630 INFO STEP 38 (remove_files) COMPLETE
95342026-08-14T22:16:15.675Z[ host-image] Aug 14 22:16:14.630 INFO O| Aug 14 22:16:14.630 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-14T22:16:15.682Z[ host-image] Aug 14 22:16:14.637 INFO O| Aug 14 22:16:14.637 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95362026-08-14T22:16:15.682Z[ host-image] Aug 14 22:16:14.637 INFO O| Aug 14 22:16:14.637 INFO STEP 39 (remove_files) COMPLETE
95372026-08-14T22:16:15.682Z[ host-image] Aug 14 22:16:14.638 INFO O| Aug 14 22:16:14.637 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-14T22:16:15.691Z[ host-image] Aug 14 22:16:14.647 INFO O| Aug 14 22:16:14.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95392026-08-14T22:16:15.691Z[ host-image] Aug 14 22:16:14.647 INFO O| Aug 14 22:16:14.647 INFO STEP 40 (remove_files) COMPLETE
95402026-08-14T22:16:15.691Z[ host-image] Aug 14 22:16:14.647 INFO O| Aug 14 22:16:14.647 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-14T22:16:15.697Z[ host-image] Aug 14 22:16:14.654 INFO O| Aug 14 22:16:14.654 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95422026-08-14T22:16:15.697Z[ host-image] Aug 14 22:16:14.654 INFO O| Aug 14 22:16:14.654 INFO STEP 41 (remove_files) COMPLETE
95432026-08-14T22:16:15.697Z[ host-image] Aug 14 22:16:14.654 INFO O| Aug 14 22:16:14.654 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-14T22:16:15.703Z[ host-image] Aug 14 22:16:14.664 INFO O| Aug 14 22:16:14.664 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95452026-08-14T22:16:15.703Z[ host-image] Aug 14 22:16:14.664 INFO O| Aug 14 22:16:14.664 INFO STEP 42 (remove_files) COMPLETE
95462026-08-14T22:16:15.707Z[ host-image] Aug 14 22:16:14.664 INFO O| Aug 14 22:16:14.664 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-14T22:16:15.711Z[ host-image] Aug 14 22:16:14.672 INFO O| Aug 14 22:16:14.672 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95482026-08-14T22:16:15.716Z[ host-image] Aug 14 22:16:14.672 INFO O| Aug 14 22:16:14.672 INFO STEP 43 (remove_files) COMPLETE
95492026-08-14T22:16:15.716Z[ host-image] Aug 14 22:16:14.672 INFO O| Aug 14 22:16:14.672 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-14T22:16:15.722Z[ host-image] Aug 14 22:16:14.683 INFO O| Aug 14 22:16:14.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95512026-08-14T22:16:15.722Z[ host-image] Aug 14 22:16:14.683 INFO O| Aug 14 22:16:14.683 INFO STEP 44 (remove_files) COMPLETE
95522026-08-14T22:16:15.726Z[ host-image] Aug 14 22:16:14.683 INFO O| Aug 14 22:16:14.683 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-14T22:16:15.731Z[ host-image] Aug 14 22:16:14.691 INFO O| Aug 14 22:16:14.691 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95542026-08-14T22:16:15.731Z[ host-image] Aug 14 22:16:14.691 INFO O| Aug 14 22:16:14.691 INFO STEP 45 (remove_files) COMPLETE
95552026-08-14T22:16:15.735Z[ host-image] Aug 14 22:16:14.691 INFO O| Aug 14 22:16:14.691 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-14T22:16:15.738Z[ host-image] Aug 14 22:16:14.698 INFO O| Aug 14 22:16:14.698 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95572026-08-14T22:16:15.738Z[ host-image] Aug 14 22:16:14.698 INFO O| Aug 14 22:16:14.698 INFO STEP 46 (remove_files) COMPLETE
95582026-08-14T22:16:15.738Z[ host-image] Aug 14 22:16:14.698 INFO O| Aug 14 22:16:14.698 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-14T22:16:15.744Z[ host-image] Aug 14 22:16:14.704 INFO O| Aug 14 22:16:14.704 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95602026-08-14T22:16:15.744Z[ host-image] Aug 14 22:16:14.704 INFO O| Aug 14 22:16:14.704 INFO STEP 47 (remove_files) COMPLETE
95612026-08-14T22:16:15.744Z[ host-image] Aug 14 22:16:14.704 INFO O| Aug 14 22:16:14.704 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-14T22:16:15.751Z[ host-image] Aug 14 22:16:14.712 INFO O| Aug 14 22:16:14.712 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95632026-08-14T22:16:15.751Z[ host-image] Aug 14 22:16:14.712 INFO O| Aug 14 22:16:14.712 INFO STEP 48 (remove_files) COMPLETE
95642026-08-14T22:16:15.755Z[ host-image] Aug 14 22:16:14.712 INFO O| Aug 14 22:16:14.712 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-14T22:16:15.760Z[ host-image] Aug 14 22:16:14.721 INFO O| Aug 14 22:16:14.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95662026-08-14T22:16:15.764Z[ host-image] Aug 14 22:16:14.721 INFO O| Aug 14 22:16:14.721 INFO STEP 49 (remove_files) COMPLETE
95672026-08-14T22:16:15.764Z[ host-image] Aug 14 22:16:14.721 INFO O| Aug 14 22:16:14.721 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-14T22:16:15.769Z[ host-image] Aug 14 22:16:14.729 INFO O| Aug 14 22:16:14.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95692026-08-14T22:16:15.769Z[ host-image] Aug 14 22:16:14.729 INFO O| Aug 14 22:16:14.729 INFO STEP 50 (remove_files) COMPLETE
95702026-08-14T22:16:15.773Z[ host-image] Aug 14 22:16:14.729 INFO O| Aug 14 22:16:14.729 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-14T22:16:15.782Z[ host-image] Aug 14 22:16:14.738 INFO O| Aug 14 22:16:14.738 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95722026-08-14T22:16:15.782Z[ host-image] Aug 14 22:16:14.738 INFO O| Aug 14 22:16:14.738 INFO STEP 51 (remove_files) COMPLETE
95732026-08-14T22:16:15.782Z[ host-image] Aug 14 22:16:14.738 INFO O| Aug 14 22:16:14.738 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-14T22:16:15.786Z[ host-image] Aug 14 22:16:14.747 INFO O| Aug 14 22:16:14.747 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95752026-08-14T22:16:15.790Z[ host-image] Aug 14 22:16:14.747 INFO O| Aug 14 22:16:14.747 INFO STEP 52 (remove_files) COMPLETE
95762026-08-14T22:16:15.790Z[ host-image] Aug 14 22:16:14.747 INFO O| Aug 14 22:16:14.747 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-14T22:16:15.795Z[ host-image] Aug 14 22:16:14.754 INFO O| Aug 14 22:16:14.754 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95782026-08-14T22:16:15.798Z[ host-image] Aug 14 22:16:14.754 INFO O| Aug 14 22:16:14.754 INFO STEP 53 (remove_files) COMPLETE
95792026-08-14T22:16:15.798Z[ host-image] Aug 14 22:16:14.754 INFO O| Aug 14 22:16:14.754 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-14T22:16:15.807Z[ host-image] Aug 14 22:16:14.763 INFO O| Aug 14 22:16:14.763 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95812026-08-14T22:16:15.807Z[ host-image] Aug 14 22:16:14.763 INFO O| Aug 14 22:16:14.763 INFO STEP 54 (remove_files) COMPLETE
95822026-08-14T22:16:15.807Z[ host-image] Aug 14 22:16:14.763 INFO O| Aug 14 22:16:14.763 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-14T22:16:15.814Z[ host-image] Aug 14 22:16:14.773 INFO O| Aug 14 22:16:14.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95842026-08-14T22:16:15.814Z[ host-image] Aug 14 22:16:14.773 INFO O| Aug 14 22:16:14.773 INFO STEP 55 (remove_files) COMPLETE
95852026-08-14T22:16:15.818Z[ host-image] Aug 14 22:16:14.773 INFO O| Aug 14 22:16:14.773 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-14T22:16:15.823Z[ host-image] Aug 14 22:16:14.782 INFO O| Aug 14 22:16:14.782 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95872026-08-14T22:16:15.823Z[ host-image] Aug 14 22:16:14.782 INFO O| Aug 14 22:16:14.782 INFO STEP 56 (remove_files) COMPLETE
95882026-08-14T22:16:15.823Z[ host-image] Aug 14 22:16:14.782 INFO O| Aug 14 22:16:14.782 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-14T22:16:15.830Z[ host-image] Aug 14 22:16:14.790 INFO O| Aug 14 22:16:14.790 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95902026-08-14T22:16:15.830Z[ host-image] Aug 14 22:16:14.790 INFO O| Aug 14 22:16:14.790 INFO STEP 57 (remove_files) COMPLETE
95912026-08-14T22:16:15.830Z[ host-image] Aug 14 22:16:14.790 INFO O| Aug 14 22:16:14.790 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-14T22:16:15.839Z[ host-image] Aug 14 22:16:14.799 INFO O| Aug 14 22:16:14.799 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95932026-08-14T22:16:15.839Z[ host-image] Aug 14 22:16:14.800 INFO O| Aug 14 22:16:14.800 INFO STEP 58 (remove_files) COMPLETE
95942026-08-14T22:16:15.839Z[ host-image] Aug 14 22:16:14.800 INFO O| Aug 14 22:16:14.800 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-14T22:16:15.848Z[ host-image] Aug 14 22:16:14.808 INFO O| Aug 14 22:16:14.808 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95962026-08-14T22:16:15.848Z[ host-image] Aug 14 22:16:14.808 INFO O| Aug 14 22:16:14.808 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95972026-08-14T22:16:15.854Z[ host-image] Aug 14 22:16:14.808 INFO O| Aug 14 22:16:14.808 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95982026-08-14T22:16:15.854Z[ host-image] Aug 14 22:16:14.808 INFO O| Aug 14 22:16:14.808 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95992026-08-14T22:16:15.854Z[ host-image] Aug 14 22:16:14.808 INFO O| Aug 14 22:16:14.808 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96002026-08-14T22:16:15.854Z[ host-image] Aug 14 22:16:14.808 INFO O| Aug 14 22:16:14.808 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96012026-08-14T22:16:15.854Z[ host-image] Aug 14 22:16:14.808 INFO O| Aug 14 22:16:14.808 INFO ok!
96022026-08-14T22:16:15.854Z[ host-image] Aug 14 22:16:14.808 INFO O| Aug 14 22:16:14.808 INFO STEP 59 (ensure_file) COMPLETE
96032026-08-14T22:16:15.854Z[ host-image] Aug 14 22:16:14.808 INFO O| Aug 14 22:16:14.808 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-14T22:16:15.858Z[ host-image] Aug 14 22:16:14.816 INFO O| Aug 14 22:16:14.816 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96052026-08-14T22:16:15.858Z[ host-image] Aug 14 22:16:14.817 INFO O| Aug 14 22:16:14.817 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96062026-08-14T22:16:15.858Z[ host-image] Aug 14 22:16:14.817 INFO O| Aug 14 22:16:14.817 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96072026-08-14T22:16:15.858Z[ host-image] Aug 14 22:16:14.817 INFO O| Aug 14 22:16:14.817 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96082026-08-14T22:16:15.858Z[ host-image] Aug 14 22:16:14.817 INFO O| Aug 14 22:16:14.817 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96092026-08-14T22:16:15.858Z[ host-image] Aug 14 22:16:14.817 INFO O| Aug 14 22:16:14.817 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96102026-08-14T22:16:15.858Z[ host-image] Aug 14 22:16:14.817 INFO O| Aug 14 22:16:14.817 INFO ok!
96112026-08-14T22:16:15.858Z[ host-image] Aug 14 22:16:14.817 INFO O| Aug 14 22:16:14.817 INFO STEP 60 (ensure_file) COMPLETE
96122026-08-14T22:16:15.858Z[ host-image] Aug 14 22:16:14.817 INFO O| Aug 14 22:16:14.817 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-14T22:16:15.864Z[ host-image] Aug 14 22:16:14.825 INFO O| Aug 14 22:16:14.825 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96142026-08-14T22:16:15.864Z[ host-image] Aug 14 22:16:14.825 INFO O| Aug 14 22:16:14.825 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96152026-08-14T22:16:15.873Z[ host-image] Aug 14 22:16:14.825 INFO O| Aug 14 22:16:14.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96162026-08-14T22:16:15.873Z[ host-image] Aug 14 22:16:14.825 INFO O| Aug 14 22:16:14.825 INFO ok!
96172026-08-14T22:16:15.873Z[ host-image] Aug 14 22:16:14.825 INFO O| Aug 14 22:16:14.825 INFO STEP 61 (ensure_file) COMPLETE
96182026-08-14T22:16:15.873Z[ host-image] Aug 14 22:16:14.825 INFO O| Aug 14 22:16:14.825 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-14T22:16:15.877Z[ host-image] Aug 14 22:16:14.834 INFO O| Aug 14 22:16:14.834 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96202026-08-14T22:16:15.877Z[ host-image] Aug 14 22:16:14.834 INFO O| Aug 14 22:16:14.834 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96212026-08-14T22:16:15.877Z[ host-image] Aug 14 22:16:14.834 INFO O| Aug 14 22:16:14.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96222026-08-14T22:16:15.877Z[ host-image] Aug 14 22:16:14.834 INFO O| Aug 14 22:16:14.834 INFO ok!
96232026-08-14T22:16:15.877Z[ host-image] Aug 14 22:16:14.834 INFO O| Aug 14 22:16:14.834 INFO STEP 62 (ensure_file) COMPLETE
96242026-08-14T22:16:15.877Z[ host-image] Aug 14 22:16:14.834 INFO O| Aug 14 22:16:14.834 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-14T22:16:15.881Z[ host-image] Aug 14 22:16:14.842 INFO O| Aug 14 22:16:14.842 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96262026-08-14T22:16:15.889Z[ host-image] Aug 14 22:16:14.842 INFO O| Aug 14 22:16:14.842 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96272026-08-14T22:16:15.889Z[ host-image] Aug 14 22:16:14.842 INFO O| Aug 14 22:16:14.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96282026-08-14T22:16:15.889Z[ host-image] Aug 14 22:16:14.842 INFO O| Aug 14 22:16:14.842 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96292026-08-14T22:16:15.889Z[ host-image] Aug 14 22:16:14.842 INFO O| Aug 14 22:16:14.842 INFO ok!
96302026-08-14T22:16:15.889Z[ host-image] Aug 14 22:16:14.842 INFO O| Aug 14 22:16:14.842 INFO STEP 63 (ensure_file) COMPLETE
96312026-08-14T22:16:15.889Z[ host-image] Aug 14 22:16:14.842 INFO O| Aug 14 22:16:14.842 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-14T22:16:15.894Z[ host-image] Aug 14 22:16:14.850 INFO O| Aug 14 22:16:14.850 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96332026-08-14T22:16:15.894Z[ host-image] Aug 14 22:16:14.850 INFO O| Aug 14 22:16:14.850 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96342026-08-14T22:16:15.894Z[ host-image] Aug 14 22:16:14.850 INFO O| Aug 14 22:16:14.850 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96352026-08-14T22:16:15.894Z[ host-image] Aug 14 22:16:14.850 INFO O| Aug 14 22:16:14.850 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96362026-08-14T22:16:15.894Z[ host-image] Aug 14 22:16:14.850 INFO O| Aug 14 22:16:14.850 INFO ok!
96372026-08-14T22:16:15.894Z[ host-image] Aug 14 22:16:14.850 INFO O| Aug 14 22:16:14.850 INFO STEP 64 (ensure_file) COMPLETE
96382026-08-14T22:16:15.894Z[ host-image] Aug 14 22:16:14.850 INFO O| Aug 14 22:16:14.850 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-14T22:16:15.898Z[ host-image] Aug 14 22:16:14.857 INFO O| Aug 14 22:16:14.857 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96402026-08-14T22:16:15.898Z[ host-image] Aug 14 22:16:14.857 INFO O| Aug 14 22:16:14.857 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96412026-08-14T22:16:15.898Z[ host-image] Aug 14 22:16:14.857 INFO O| Aug 14 22:16:14.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96422026-08-14T22:16:15.898Z[ host-image] Aug 14 22:16:14.857 INFO O| Aug 14 22:16:14.857 INFO ok!
96432026-08-14T22:16:15.898Z[ host-image] Aug 14 22:16:14.857 INFO O| Aug 14 22:16:14.857 INFO STEP 65 (assemble_files) COMPLETE
96442026-08-14T22:16:15.898Z[ host-image] Aug 14 22:16:14.857 INFO O| Aug 14 22:16:14.857 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-14T22:16:15.906Z[ host-image] Aug 14 22:16:14.867 INFO O| Aug 14 22:16:14.867 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96462026-08-14T22:16:15.906Z[ host-image] Aug 14 22:16:14.867 INFO O| Aug 14 22:16:14.867 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96472026-08-14T22:16:15.906Z[ host-image] Aug 14 22:16:14.867 INFO O| Aug 14 22:16:14.867 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96482026-08-14T22:16:15.910Z[ host-image] Aug 14 22:16:14.867 INFO O| Aug 14 22:16:14.867 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96492026-08-14T22:16:15.910Z[ host-image] Aug 14 22:16:14.867 INFO O| Aug 14 22:16:14.867 INFO ok!
96502026-08-14T22:16:15.910Z[ host-image] Aug 14 22:16:14.867 INFO O| Aug 14 22:16:14.867 INFO STEP 66 (ensure_file) COMPLETE
96512026-08-14T22:16:15.910Z[ host-image] Aug 14 22:16:14.867 INFO O| Aug 14 22:16:14.867 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-14T22:16:15.915Z[ host-image] Aug 14 22:16:14.876 INFO O| Aug 14 22:16:14.876 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96532026-08-14T22:16:15.915Z[ host-image] Aug 14 22:16:14.876 INFO O| Aug 14 22:16:14.876 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96542026-08-14T22:16:15.915Z[ host-image] Aug 14 22:16:14.876 INFO O| Aug 14 22:16:14.876 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96552026-08-14T22:16:15.915Z[ host-image] Aug 14 22:16:14.876 INFO O| Aug 14 22:16:14.876 INFO STEP 67 (ensure_dir) COMPLETE
96562026-08-14T22:16:15.918Z[ host-image] Aug 14 22:16:14.876 INFO O| Aug 14 22:16:14.876 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-14T22:16:15.925Z[ host-image] Aug 14 22:16:14.885 INFO O| Aug 14 22:16:14.885 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96582026-08-14T22:16:15.925Z[ host-image] Aug 14 22:16:14.885 INFO O| Aug 14 22:16:14.885 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 ...
96592026-08-14T22:16:15.932Z[ host-image] Aug 14 22:16:14.892 INFO O| Aug 14 22:16:14.892 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
96602026-08-14T22:16:15.937Z[ host-image] Aug 14 22:16:14.892 INFO O| Aug 14 22:16:14.892 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96612026-08-14T22:16:15.937Z[ host-image] Aug 14 22:16:14.892 INFO O| Aug 14 22:16:14.892 INFO ok!
96622026-08-14T22:16:15.937Z[ host-image] Aug 14 22:16:14.892 INFO O| Aug 14 22:16:14.892 INFO STEP 68 (ensure_file) COMPLETE
96632026-08-14T22:16:15.937Z[ host-image] Aug 14 22:16:14.892 INFO O| Aug 14 22:16:14.892 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-14T22:16:15.942Z[ host-image] Aug 14 22:16:14.903 INFO O| Aug 14 22:16:14.902 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96652026-08-14T22:16:15.946Z[ host-image] Aug 14 22:16:14.903 INFO O| Aug 14 22:16:14.903 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 ...
96662026-08-14T22:16:15.946Z[ host-image] Aug 14 22:16:14.903 INFO O| Aug 14 22:16:14.903 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
96672026-08-14T22:16:15.946Z[ host-image] Aug 14 22:16:14.903 INFO O| Aug 14 22:16:14.903 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96682026-08-14T22:16:15.946Z[ host-image] Aug 14 22:16:14.903 INFO O| Aug 14 22:16:14.903 INFO ok!
96692026-08-14T22:16:15.946Z[ host-image] Aug 14 22:16:14.903 INFO O| Aug 14 22:16:14.903 INFO STEP 69 (ensure_file) COMPLETE
96702026-08-14T22:16:15.946Z[ host-image] Aug 14 22:16:14.903 INFO O| Aug 14 22:16:14.903 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96712026-08-14T22:16:15.957Z[ host-image] Aug 14 22:16:14.917 INFO O| Aug 14 22:16:14.917 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96722026-08-14T22:16:15.957Z[ host-image] Aug 14 22:16:14.917 INFO O| Aug 14 22:16:14.917 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96732026-08-14T22:16:17.531Z[ host-image] Aug 14 22:16:16.489 INFO O| Aug 14 22:16:16.489 INFO STEP 70 (pack_tar) COMPLETE
96742026-08-14T22:16:17.531Z[ host-image] Aug 14 22:16:16.489 INFO O| Aug 14 22:16:16.489 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96752026-08-14T22:16:17.531Z[ host-image] Aug 14 22:16:16.489 INFO O| Aug 14 22:16:16.489 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96762026-08-14T22:16:17.982Z[ host-image] Aug 14 22:16:16.942 INFO O| Aug 14 22:16:16.942 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96772026-08-14T22:16:18.204Z[ host-image] Aug 14 22:16:17.165 INFO O| Aug 14 22:16:17.165 INFO completed processing sled/ramdisk-02-trim
96782026-08-14T22:16:18.208Z[ host-image] Aug 14 22:16:17.167 INFO image builder template: zfs...
96792026-08-14T22:16:18.208Z[ host-image] Aug 14 22:16:17.167 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/.tmpFcfgkw/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
96802026-08-14T22:16:18.219Z[ host-image] Aug 14 22:16:17.179 INFO O| Aug 14 22:16:17.179 INFO skip include "stress" because feature "stress" is not enabled
96812026-08-14T22:16:18.219Z[ host-image] Aug 14 22:16:17.180 INFO O| Aug 14 22:16:17.179 INFO skip include "stress" because feature "compliance" is not enabled
96822026-08-14T22:16:18.249Z[ host-image] Aug 14 22:16:17.209 INFO O| Aug 14 22:16:17.209 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96832026-08-14T22:16:18.253Z[ host-image] Aug 14 22:16:17.213 INFO O| Aug 14 22:16:17.213 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96842026-08-14T22:16:18.368Z[ host-image] Aug 14 22:16:17.328 INFO O| Aug 14 22:16:17.328 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96852026-08-14T22:16:18.462Z[ host-image] Aug 14 22:16:17.417 INFO O| Aug 14 22:16:17.417 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96862026-08-14T22:16:18.462Z[ host-image] Aug 14 22:16:17.418 INFO O| Aug 14 22:16:17.417 INFO work dataset: rpool/images/build/host/work/sled/zfs
96872026-08-14T22:16:18.466Z[ host-image] Aug 14 22:16:17.422 INFO O| Aug 14 22:16:17.422 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96882026-08-14T22:16:18.592Z[ host-image] Aug 14 22:16:17.552 INFO O| Aug 14 22:16:17.552 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96892026-08-14T22:16:18.663Z[ host-image] Aug 14 22:16:17.623 INFO O| Aug 14 22:16:17.623 INFO DESTROY POOL: TEMPORARY-sled-zfs
96902026-08-14T22:16:18.673Z[ host-image] Aug 14 22:16:17.633 INFO O| Aug 14 22:16:17.633 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96912026-08-14T22:16:18.677Z[ host-image] Aug 14 22:16:17.637 INFO O| Aug 14 22:16:17.637 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96922026-08-14T22:16:18.677Z[ host-image] Aug 14 22:16:17.637 INFO O| Aug 14 22:16:17.637 INFO no lofi found
96932026-08-14T22:16:18.677Z[ host-image] Aug 14 22:16:17.637 INFO O| Aug 14 22:16:17.637 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96942026-08-14T22:16:18.677Z[ host-image] Aug 14 22:16:17.637 INFO O| Aug 14 22:16:17.637 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96952026-08-14T22:16:19.249Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
96962026-08-14T22:16:20.041Z[ host-image] Aug 14 22:16:19.001 INFO O| Aug 14 22:16:19.001 INFO lofi device = /dev/dsk/c2t1d0p0
96972026-08-14T22:16:20.041Z[ host-image] Aug 14 22:16:19.001 INFO O| Aug 14 22:16:19.001 INFO pool device = /dev/dsk/c2t1d0p0
96982026-08-14T22:16:20.044Z[ host-image] Aug 14 22:16:19.001 INFO O| Aug 14 22:16:19.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"]
96992026-08-14T22:16:20.125Z[ host-image] Aug 14 22:16:19.085 INFO O| Aug 14 22:16:19.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97002026-08-14T22:16:20.125Z[ host-image] Aug 14 22:16:19.085 INFO O| Aug 14 22:16:19.085 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97012026-08-14T22:16:20.145Z[ host-image] Aug 14 22:16:19.106 INFO O| Aug 14 22:16:19.106 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97022026-08-14T22:16:20.198Z[ host-image] Aug 14 22:16:19.159 INFO O| Aug 14 22:16:19.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97032026-08-14T22:16:20.229Z[ host-image] Aug 14 22:16:19.190 INFO O| Aug 14 22:16:19.189 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97042026-08-14T22:16:20.244Z[ host-image] Aug 14 22:16:19.204 INFO O| Aug 14 22:16:19.204 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97052026-08-14T22:16:20.255Z[ host-image] Aug 14 22:16:19.216 INFO O| Aug 14 22:16:19.216 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97062026-08-14T22:16:20.293Z[ host-image] Aug 14 22:16:19.254 INFO O| Aug 14 22:16:19.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97072026-08-14T22:16:20.293Z[ host-image] Aug 14 22:16:19.254 INFO O| Aug 14 22:16:19.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97082026-08-14T22:16:20.296Z[ host-image] Aug 14 22:16:19.254 INFO O| Aug 14 22:16:19.254 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97092026-08-14T22:16:20.305Z[ host-image] Aug 14 22:16:19.266 INFO O| Aug 14 22:16:19.266 INFO boot environment UUID: 5ec11e91-ed7a-43d4-bfb6-56464d424573
97102026-08-14T22:16:20.305Z[ host-image] Aug 14 22:16:19.266 INFO O| Aug 14 22:16:19.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5ec11e91-ed7a-43d4-bfb6-56464d424573
97112026-08-14T22:16:20.381Z[ host-image] Aug 14 22:16:19.342 INFO O| Aug 14 22:16:19.342 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97122026-08-14T22:16:20.396Z[ host-image] Aug 14 22:16:19.357 INFO O| Aug 14 22:16:19.356 INFO STEP 0 (create_be) COMPLETE
97132026-08-14T22:16:20.396Z[ host-image] Aug 14 22:16:19.357 INFO O| Aug 14 22:16:19.357 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97142026-08-14T22:16:20.414Z[ host-image] Aug 14 22:16:19.374 INFO O| Aug 14 22:16:19.374 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97152026-08-14T22:16:30.264Z[ host-image] Aug 14 22:16:29.224 INFO O| Aug 14 22:16:29.224 INFO STEP 1 (unpack_tar) COMPLETE
97162026-08-14T22:16:30.264Z[ host-image] Aug 14 22:16:29.224 INFO O| Aug 14 22:16:29.224 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97172026-08-14T22:16:30.273Z[ host-image] Aug 14 22:16:29.234 INFO O| Aug 14 22:16:29.234 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97182026-08-14T22:16:30.579Z[ host-image] Aug 14 22:16:29.539 INFO O| Aug 14 22:16:29.539 INFO STEP 2 (devfsadm) COMPLETE
97192026-08-14T22:16:30.579Z[ host-image] Aug 14 22:16:29.539 INFO O| Aug 14 22:16:29.539 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97202026-08-14T22:16:30.588Z[ host-image] Aug 14 22:16:29.549 INFO O| Aug 14 22:16:29.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97212026-08-14T22:16:30.588Z[ host-image] Aug 14 22:16:29.549 INFO O| Aug 14 22:16:29.549 INFO STEP 3 (ensure_dir) COMPLETE
97222026-08-14T22:16:30.591Z[ host-image] Aug 14 22:16:29.549 INFO O| Aug 14 22:16:29.549 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97232026-08-14T22:16:30.596Z[ host-image] Aug 14 22:16:29.557 INFO O| Aug 14 22:16:29.557 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97242026-08-14T22:16:30.596Z[ host-image] Aug 14 22:16:29.557 INFO O| Aug 14 22:16:29.557 INFO STEP 4 (ensure_dir) COMPLETE
97252026-08-14T22:16:30.599Z[ host-image] Aug 14 22:16:29.557 INFO O| Aug 14 22:16:29.557 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97262026-08-14T22:16:30.607Z[ host-image] Aug 14 22:16:29.567 INFO O| Aug 14 22:16:29.567 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97272026-08-14T22:16:30.607Z[ host-image] Aug 14 22:16:29.567 INFO O| Aug 14 22:16:29.567 INFO STEP 5 (ensure_dir) COMPLETE
97282026-08-14T22:16:30.610Z[ host-image] Aug 14 22:16:29.567 INFO O| Aug 14 22:16:29.567 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97292026-08-14T22:16:30.616Z[ host-image] Aug 14 22:16:29.577 INFO O| Aug 14 22:16:29.577 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97302026-08-14T22:16:30.616Z[ host-image] Aug 14 22:16:29.577 INFO O| Aug 14 22:16:29.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97312026-08-14T22:16:30.616Z[ host-image] Aug 14 22:16:29.577 INFO O| Aug 14 22:16:29.577 INFO STEP 6 (ensure_dir) COMPLETE
97322026-08-14T22:16:30.619Z[ host-image] Aug 14 22:16:29.577 INFO O| Aug 14 22:16:29.577 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97332026-08-14T22:16:30.625Z[ host-image] Aug 14 22:16:29.586 INFO O| Aug 14 22:16:29.586 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97342026-08-14T22:16:30.625Z[ host-image] Aug 14 22:16:29.586 INFO O| Aug 14 22:16:29.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97352026-08-14T22:16:30.629Z[ host-image] Aug 14 22:16:29.586 INFO O| Aug 14 22:16:29.586 INFO STEP 7 (ensure_dir) COMPLETE
97362026-08-14T22:16:30.629Z[ host-image] Aug 14 22:16:29.586 INFO O| Aug 14 22:16:29.586 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97372026-08-14T22:16:30.633Z[ host-image] Aug 14 22:16:29.594 INFO O| Aug 14 22:16:29.594 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97382026-08-14T22:16:30.636Z[ host-image] Aug 14 22:16:29.595 INFO O| Aug 14 22:16:29.595 INFO STEP 8 (remove_files) COMPLETE
97392026-08-14T22:16:30.636Z[ host-image] Aug 14 22:16:29.595 INFO O| Aug 14 22:16:29.595 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97402026-08-14T22:16:30.642Z[ host-image] Aug 14 22:16:29.603 INFO O| Aug 14 22:16:29.603 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97412026-08-14T22:16:30.645Z[ host-image] Aug 14 22:16:29.603 INFO O| Aug 14 22:16:29.603 INFO STEP 9 (remove_files) COMPLETE
97422026-08-14T22:16:30.645Z[ host-image] Aug 14 22:16:29.603 INFO O| Aug 14 22:16:29.603 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97432026-08-14T22:16:30.650Z[ host-image] Aug 14 22:16:29.610 INFO O| Aug 14 22:16:29.610 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97442026-08-14T22:16:30.653Z[ host-image] Aug 14 22:16:29.611 INFO O| Aug 14 22:16:29.611 INFO STEP 10 (remove_files) COMPLETE
97452026-08-14T22:16:30.653Z[ host-image] Aug 14 22:16:29.611 INFO O| Aug 14 22:16:29.611 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97462026-08-14T22:16:30.658Z[ host-image] Aug 14 22:16:29.618 INFO O| Aug 14 22:16:29.618 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97472026-08-14T22:16:30.661Z[ host-image] Aug 14 22:16:29.618 INFO O| Aug 14 22:16:29.618 INFO STEP 11 (remove_files) COMPLETE
97482026-08-14T22:16:30.661Z[ host-image] Aug 14 22:16:29.618 INFO O| Aug 14 22:16:29.618 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97492026-08-14T22:16:30.665Z[ host-image] Aug 14 22:16:29.626 INFO O| Aug 14 22:16:29.626 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97502026-08-14T22:16:30.665Z[ host-image] Aug 14 22:16:29.626 INFO O| Aug 14 22:16:29.626 INFO STEP 12 (remove_files) COMPLETE
97512026-08-14T22:16:30.665Z[ host-image] Aug 14 22:16:29.626 INFO O| Aug 14 22:16:29.626 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97522026-08-14T22:16:30.673Z[ host-image] Aug 14 22:16:29.633 INFO O| Aug 14 22:16:29.633 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97532026-08-14T22:16:30.673Z[ host-image] Aug 14 22:16:29.633 INFO O| Aug 14 22:16:29.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97542026-08-14T22:16:30.676Z[ host-image] Aug 14 22:16:29.633 INFO O| Aug 14 22:16:29.633 INFO STEP 13 (ensure_dir) COMPLETE
97552026-08-14T22:16:30.676Z[ host-image] Aug 14 22:16:29.633 INFO O| Aug 14 22:16:29.633 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97562026-08-14T22:16:30.681Z[ host-image] Aug 14 22:16:29.641 INFO O| Aug 14 22:16:29.641 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97572026-08-14T22:16:30.684Z[ host-image] Aug 14 22:16:29.641 INFO O| Aug 14 22:16:29.641 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97582026-08-14T22:16:30.684Z[ host-image] Aug 14 22:16:29.641 INFO O| Aug 14 22:16:29.641 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97592026-08-14T22:16:30.684Z[ host-image] Aug 14 22:16:29.641 INFO O| Aug 14 22:16:29.641 INFO STEP 14 (ensure_dir) COMPLETE
97602026-08-14T22:16:30.684Z[ host-image] Aug 14 22:16:29.641 INFO O| Aug 14 22:16:29.641 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97612026-08-14T22:16:30.690Z[ host-image] Aug 14 22:16:29.651 INFO O| Aug 14 22:16:29.651 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97622026-08-14T22:16:30.690Z[ host-image] Aug 14 22:16:29.651 INFO O| Aug 14 22:16:29.651 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97632026-08-14T22:16:30.690Z[ host-image] Aug 14 22:16:29.651 INFO O| Aug 14 22:16:29.651 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97642026-08-14T22:16:30.694Z[ host-image] Aug 14 22:16:29.651 INFO O| Aug 14 22:16:29.651 INFO STEP 15 (ensure_dir) COMPLETE
97652026-08-14T22:16:30.694Z[ host-image] Aug 14 22:16:29.651 INFO O| Aug 14 22:16:29.651 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-08-14T22:16:30.701Z[ host-image] Aug 14 22:16:29.662 INFO O| Aug 14 22:16:29.662 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97672026-08-14T22:16:30.701Z[ host-image] Aug 14 22:16:29.662 INFO O| Aug 14 22:16:29.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97682026-08-14T22:16:30.705Z[ host-image] Aug 14 22:16:29.662 INFO O| Aug 14 22:16:29.662 INFO STEP 16 (ensure_dir) COMPLETE
97692026-08-14T22:16:30.705Z[ host-image] Aug 14 22:16:29.662 INFO O| Aug 14 22:16:29.662 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97702026-08-14T22:16:30.711Z[ host-image] Aug 14 22:16:29.672 INFO O| Aug 14 22:16:29.672 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97712026-08-14T22:16:30.715Z[ host-image] Aug 14 22:16:29.672 INFO O| Aug 14 22:16:29.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97722026-08-14T22:16:30.715Z[ host-image] Aug 14 22:16:29.672 INFO O| Aug 14 22:16:29.672 INFO STEP 17 (ensure_dir) COMPLETE
97732026-08-14T22:16:30.715Z[ host-image] Aug 14 22:16:29.672 INFO O| Aug 14 22:16:29.672 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97742026-08-14T22:16:30.721Z[ host-image] Aug 14 22:16:29.682 INFO O| Aug 14 22:16:29.682 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97752026-08-14T22:16:30.721Z[ host-image] Aug 14 22:16:29.682 INFO O| Aug 14 22:16:29.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97762026-08-14T22:16:30.721Z[ host-image] Aug 14 22:16:29.682 INFO O| Aug 14 22:16:29.682 INFO ok!
97772026-08-14T22:16:30.725Z[ host-image] Aug 14 22:16:29.682 INFO O| Aug 14 22:16:29.682 INFO STEP 18 (ensure_symlink) COMPLETE
97782026-08-14T22:16:30.725Z[ host-image] Aug 14 22:16:29.682 INFO O| Aug 14 22:16:29.682 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-08-14T22:16:30.731Z[ host-image] Aug 14 22:16:29.691 INFO O| Aug 14 22:16:29.691 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97802026-08-14T22:16:30.731Z[ host-image] Aug 14 22:16:29.691 INFO O| Aug 14 22:16:29.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97812026-08-14T22:16:30.734Z[ host-image] Aug 14 22:16:29.691 INFO O| Aug 14 22:16:29.691 INFO ok!
97822026-08-14T22:16:30.734Z[ host-image] Aug 14 22:16:29.691 INFO O| Aug 14 22:16:29.691 INFO STEP 19 (ensure_file) COMPLETE
97832026-08-14T22:16:30.734Z[ host-image] Aug 14 22:16:29.691 INFO O| Aug 14 22:16:29.691 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97842026-08-14T22:16:30.740Z[ host-image] Aug 14 22:16:29.700 INFO O| Aug 14 22:16:29.700 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97852026-08-14T22:16:30.740Z[ host-image] Aug 14 22:16:29.700 INFO O| Aug 14 22:16:29.700 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97862026-08-14T22:16:30.743Z[ host-image] Aug 14 22:16:29.700 INFO O| Aug 14 22:16:29.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97872026-08-14T22:16:30.743Z[ host-image] Aug 14 22:16:29.700 INFO O| Aug 14 22:16:29.700 INFO ok!
97882026-08-14T22:16:30.743Z[ host-image] Aug 14 22:16:29.700 INFO O| Aug 14 22:16:29.700 INFO STEP 20 (ensure_symlink) COMPLETE
97892026-08-14T22:16:30.743Z[ host-image] Aug 14 22:16:29.700 INFO O| Aug 14 22:16:29.700 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97902026-08-14T22:16:30.749Z[ host-image] Aug 14 22:16:29.709 INFO O| Aug 14 22:16:29.709 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97912026-08-14T22:16:30.749Z[ host-image] Aug 14 22:16:29.709 INFO O| Aug 14 22:16:29.709 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97922026-08-14T22:16:30.752Z[ host-image] Aug 14 22:16:29.709 INFO O| Aug 14 22:16:29.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97932026-08-14T22:16:30.752Z[ host-image] Aug 14 22:16:29.709 INFO O| Aug 14 22:16:29.709 INFO ok!
97942026-08-14T22:16:30.752Z[ host-image] Aug 14 22:16:29.709 INFO O| Aug 14 22:16:29.709 INFO STEP 21 (ensure_symlink) COMPLETE
97952026-08-14T22:16:30.752Z[ host-image] Aug 14 22:16:29.709 INFO O| Aug 14 22:16:29.709 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97962026-08-14T22:16:30.757Z[ host-image] Aug 14 22:16:29.717 INFO O| Aug 14 22:16:29.717 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97972026-08-14T22:16:30.760Z[ host-image] Aug 14 22:16:29.717 INFO O| Aug 14 22:16:29.717 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97982026-08-14T22:16:30.760Z[ host-image] Aug 14 22:16:29.717 INFO O| Aug 14 22:16:29.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97992026-08-14T22:16:30.760Z[ host-image] Aug 14 22:16:29.717 INFO O| Aug 14 22:16:29.717 INFO ok!
98002026-08-14T22:16:30.760Z[ host-image] Aug 14 22:16:29.717 INFO O| Aug 14 22:16:29.717 INFO STEP 22 (ensure_symlink) COMPLETE
98012026-08-14T22:16:30.760Z[ host-image] Aug 14 22:16:29.717 INFO O| Aug 14 22:16:29.717 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98022026-08-14T22:16:30.765Z[ host-image] Aug 14 22:16:29.726 INFO O| Aug 14 22:16:29.726 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98032026-08-14T22:16:30.765Z[ host-image] Aug 14 22:16:29.726 INFO O| Aug 14 22:16:29.726 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98042026-08-14T22:16:30.770Z[ host-image] Aug 14 22:16:29.726 INFO O| Aug 14 22:16:29.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98052026-08-14T22:16:30.770Z[ host-image] Aug 14 22:16:29.726 INFO O| Aug 14 22:16:29.726 INFO ok!
98062026-08-14T22:16:30.770Z[ host-image] Aug 14 22:16:29.726 INFO O| Aug 14 22:16:29.726 INFO STEP 23 (ensure_symlink) COMPLETE
98072026-08-14T22:16:30.770Z[ host-image] Aug 14 22:16:29.726 INFO O| Aug 14 22:16:29.726 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98082026-08-14T22:16:30.774Z[ host-image] Aug 14 22:16:29.735 INFO O| Aug 14 22:16:29.735 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98092026-08-14T22:16:30.774Z[ host-image] Aug 14 22:16:29.735 INFO O| Aug 14 22:16:29.735 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98102026-08-14T22:16:30.779Z[ host-image] Aug 14 22:16:29.735 INFO O| Aug 14 22:16:29.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98112026-08-14T22:16:30.779Z[ host-image] Aug 14 22:16:29.735 INFO O| Aug 14 22:16:29.735 INFO ok!
98122026-08-14T22:16:30.779Z[ host-image] Aug 14 22:16:29.735 INFO O| Aug 14 22:16:29.735 INFO STEP 24 (ensure_file) COMPLETE
98132026-08-14T22:16:30.779Z[ host-image] Aug 14 22:16:29.735 INFO O| Aug 14 22:16:29.735 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98142026-08-14T22:16:30.783Z[ host-image] Aug 14 22:16:29.743 INFO O| Aug 14 22:16:29.743 INFO updating shadow file
98152026-08-14T22:16:30.786Z[ host-image] Aug 14 22:16:29.744 INFO O| Aug 14 22:16:29.744 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98162026-08-14T22:16:30.786Z[ host-image] Aug 14 22:16:29.744 INFO O| Aug 14 22:16:29.744 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98172026-08-14T22:16:30.786Z[ host-image] Aug 14 22:16:29.744 INFO O| Aug 14 22:16:29.744 INFO STEP 25 (shadow) COMPLETE
98182026-08-14T22:16:30.786Z[ host-image] Aug 14 22:16:29.744 INFO O| Aug 14 22:16:29.744 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98192026-08-14T22:16:30.791Z[ host-image] Aug 14 22:16:29.752 INFO O| Aug 14 22:16:29.752 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98202026-08-14T22:16:30.791Z[ host-image] Aug 14 22:16:29.752 INFO O| Aug 14 22:16:29.752 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98212026-08-14T22:16:30.794Z[ host-image] Aug 14 22:16:29.752 INFO O| Aug 14 22:16:29.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98222026-08-14T22:16:30.794Z[ host-image] Aug 14 22:16:29.752 INFO O| Aug 14 22:16:29.752 INFO ok!
98232026-08-14T22:16:30.794Z[ host-image] Aug 14 22:16:29.752 INFO O| Aug 14 22:16:29.752 INFO STEP 26 (ensure_file) COMPLETE
98242026-08-14T22:16:30.794Z[ host-image] Aug 14 22:16:29.752 INFO O| Aug 14 22:16:29.752 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98252026-08-14T22:16:30.799Z[ host-image] Aug 14 22:16:29.760 INFO O| Aug 14 22:16:29.760 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98262026-08-14T22:16:30.802Z[ host-image] Aug 14 22:16:29.760 INFO O| Aug 14 22:16:29.760 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98272026-08-14T22:16:30.802Z[ host-image] Aug 14 22:16:29.760 INFO O| Aug 14 22:16:29.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98282026-08-14T22:16:30.802Z[ host-image] Aug 14 22:16:29.760 INFO O| Aug 14 22:16:29.760 INFO ok!
98292026-08-14T22:16:30.802Z[ host-image] Aug 14 22:16:29.760 INFO O| Aug 14 22:16:29.760 INFO STEP 27 (ensure_file) COMPLETE
98302026-08-14T22:16:30.802Z[ host-image] Aug 14 22:16:29.760 INFO O| Aug 14 22:16:29.760 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98312026-08-14T22:16:30.807Z[ host-image] Aug 14 22:16:29.768 INFO O| Aug 14 22:16:29.768 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98322026-08-14T22:16:30.807Z[ host-image] Aug 14 22:16:29.768 INFO O| Aug 14 22:16:29.768 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98332026-08-14T22:16:30.810Z[ host-image] Aug 14 22:16:29.768 INFO O| Aug 14 22:16:29.768 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98342026-08-14T22:16:30.810Z[ host-image] Aug 14 22:16:29.768 INFO O| Aug 14 22:16:29.768 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98352026-08-14T22:16:30.810Z[ host-image] Aug 14 22:16:29.768 INFO O| Aug 14 22:16:29.768 INFO ok!
98362026-08-14T22:16:30.810Z[ host-image] Aug 14 22:16:29.768 INFO O| Aug 14 22:16:29.768 INFO STEP 28 (ensure_file) COMPLETE
98372026-08-14T22:16:30.810Z[ host-image] Aug 14 22:16:29.768 INFO O| Aug 14 22:16:29.768 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98382026-08-14T22:16:30.814Z[ host-image] Aug 14 22:16:29.775 INFO O| Aug 14 22:16:29.775 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98392026-08-14T22:16:30.814Z[ host-image] Aug 14 22:16:29.775 INFO O| Aug 14 22:16:29.775 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98402026-08-14T22:16:30.818Z[ host-image] Aug 14 22:16:29.775 INFO O| Aug 14 22:16:29.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98412026-08-14T22:16:30.818Z[ host-image] Aug 14 22:16:29.775 INFO O| Aug 14 22:16:29.775 INFO ok!
98422026-08-14T22:16:30.818Z[ host-image] Aug 14 22:16:29.775 INFO O| Aug 14 22:16:29.775 INFO STEP 29 (ensure_file) COMPLETE
98432026-08-14T22:16:30.818Z[ host-image] Aug 14 22:16:29.775 INFO O| Aug 14 22:16:29.775 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98442026-08-14T22:16:30.822Z[ host-image] Aug 14 22:16:29.783 INFO O| Aug 14 22:16:29.783 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98452026-08-14T22:16:30.822Z[ host-image] Aug 14 22:16:29.783 INFO O| Aug 14 22:16:29.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98462026-08-14T22:16:30.822Z[ host-image] Aug 14 22:16:29.783 INFO O| Aug 14 22:16:29.783 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98472026-08-14T22:16:30.825Z[ host-image] Aug 14 22:16:29.783 INFO O| Aug 14 22:16:29.783 INFO STEP 30 (ensure_dir) COMPLETE
98482026-08-14T22:16:30.825Z[ host-image] Aug 14 22:16:29.783 INFO O| Aug 14 22:16:29.783 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98492026-08-14T22:16:30.830Z[ host-image] Aug 14 22:16:29.791 INFO O| Aug 14 22:16:29.790 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98502026-08-14T22:16:30.835Z[ host-image] Aug 14 22:16:29.791 INFO O| Aug 14 22:16:29.791 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98512026-08-14T22:16:30.835Z[ host-image] Aug 14 22:16:29.791 INFO O| Aug 14 22:16:29.791 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98522026-08-14T22:16:30.835Z[ host-image] Aug 14 22:16:29.791 INFO O| Aug 14 22:16:29.791 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98532026-08-14T22:16:30.835Z[ host-image] Aug 14 22:16:29.791 INFO O| Aug 14 22:16:29.791 INFO ok!
98542026-08-14T22:16:30.835Z[ host-image] Aug 14 22:16:29.791 INFO O| Aug 14 22:16:29.791 INFO STEP 31 (ensure_file) COMPLETE
98552026-08-14T22:16:30.835Z[ host-image] Aug 14 22:16:29.791 INFO O| Aug 14 22:16:29.791 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98562026-08-14T22:16:30.838Z[ host-image] Aug 14 22:16:29.798 INFO O| Aug 14 22:16:29.798 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98572026-08-14T22:16:30.838Z[ host-image] Aug 14 22:16:29.799 INFO O| Aug 14 22:16:29.798 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98582026-08-14T22:16:30.838Z[ host-image] Aug 14 22:16:29.799 INFO O| Aug 14 22:16:29.799 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98592026-08-14T22:16:30.839Z[ host-image] Aug 14 22:16:29.799 INFO O| Aug 14 22:16:29.799 INFO STEP 32 (ensure_dir) COMPLETE
98602026-08-14T22:16:30.839Z[ host-image] Aug 14 22:16:29.799 INFO O| Aug 14 22:16:29.799 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98612026-08-14T22:16:30.846Z[ host-image] Aug 14 22:16:29.807 INFO O| Aug 14 22:16:29.807 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98622026-08-14T22:16:30.846Z[ host-image] Aug 14 22:16:29.807 INFO O| Aug 14 22:16:29.807 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 ...
98632026-08-14T22:16:30.849Z[ host-image] Aug 14 22:16:29.807 INFO O| Aug 14 22:16:29.807 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
98642026-08-14T22:16:30.849Z[ host-image] Aug 14 22:16:29.807 INFO O| Aug 14 22:16:29.807 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98652026-08-14T22:16:30.850Z[ host-image] Aug 14 22:16:29.807 INFO O| Aug 14 22:16:29.807 INFO ok!
98662026-08-14T22:16:30.850Z[ host-image] Aug 14 22:16:29.807 INFO O| Aug 14 22:16:29.807 INFO STEP 33 (ensure_file) COMPLETE
98672026-08-14T22:16:30.850Z[ host-image] Aug 14 22:16:29.807 INFO O| Aug 14 22:16:29.807 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98682026-08-14T22:16:30.855Z[ host-image] Aug 14 22:16:29.815 INFO O| Aug 14 22:16:29.815 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98692026-08-14T22:16:30.855Z[ host-image] Aug 14 22:16:29.815 INFO O| Aug 14 22:16:29.815 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98702026-08-14T22:16:30.858Z[ host-image] Aug 14 22:16:29.815 INFO O| Aug 14 22:16:29.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98712026-08-14T22:16:30.858Z[ host-image] Aug 14 22:16:29.815 INFO O| Aug 14 22:16:29.815 INFO ok!
98722026-08-14T22:16:30.858Z[ host-image] Aug 14 22:16:29.815 INFO O| Aug 14 22:16:29.815 INFO STEP 34 (ensure_file) COMPLETE
98732026-08-14T22:16:30.858Z[ host-image] Aug 14 22:16:29.815 INFO O| Aug 14 22:16:29.815 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98742026-08-14T22:16:30.863Z[ host-image] Aug 14 22:16:29.823 INFO O| Aug 14 22:16:29.823 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98752026-08-14T22:16:30.863Z[ host-image] Aug 14 22:16:29.823 INFO O| Aug 14 22:16:29.823 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98762026-08-14T22:16:30.866Z[ host-image] Aug 14 22:16:29.824 INFO O| Aug 14 22:16:29.824 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98772026-08-14T22:16:30.866Z[ host-image] Aug 14 22:16:29.824 INFO O| Aug 14 22:16:29.824 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98782026-08-14T22:16:30.866Z[ host-image] Aug 14 22:16:29.824 INFO O| Aug 14 22:16:29.824 INFO ok!
98792026-08-14T22:16:30.866Z[ host-image] Aug 14 22:16:29.824 INFO O| Aug 14 22:16:29.824 INFO STEP 35 (ensure_file) COMPLETE
98802026-08-14T22:16:30.866Z[ host-image] Aug 14 22:16:29.824 INFO O| Aug 14 22:16:29.824 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98812026-08-14T22:16:30.871Z[ host-image] Aug 14 22:16:29.832 INFO O| Aug 14 22:16:29.832 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98822026-08-14T22:16:30.871Z[ host-image] Aug 14 22:16:29.832 INFO O| Aug 14 22:16:29.832 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98832026-08-14T22:16:30.875Z[ host-image] Aug 14 22:16:29.832 INFO O| Aug 14 22:16:29.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98842026-08-14T22:16:30.875Z[ host-image] Aug 14 22:16:29.832 INFO O| Aug 14 22:16:29.832 INFO ok!
98852026-08-14T22:16:30.875Z[ host-image] Aug 14 22:16:29.832 INFO O| Aug 14 22:16:29.832 INFO STEP 36 (ensure_file) COMPLETE
98862026-08-14T22:16:30.875Z[ host-image] Aug 14 22:16:29.832 INFO O| Aug 14 22:16:29.832 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98872026-08-14T22:16:30.881Z[ host-image] Aug 14 22:16:29.841 INFO O| Aug 14 22:16:29.841 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98882026-08-14T22:16:30.884Z[ host-image] Aug 14 22:16:29.841 INFO O| Aug 14 22:16:29.841 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98892026-08-14T22:16:30.884Z[ host-image] Aug 14 22:16:29.841 INFO O| Aug 14 22:16:29.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98902026-08-14T22:16:30.884Z[ host-image] Aug 14 22:16:29.841 INFO O| Aug 14 22:16:29.841 INFO ok!
98912026-08-14T22:16:30.884Z[ host-image] Aug 14 22:16:29.841 INFO O| Aug 14 22:16:29.841 INFO STEP 37 (ensure_file) COMPLETE
98922026-08-14T22:16:30.884Z[ host-image] Aug 14 22:16:29.841 INFO O| Aug 14 22:16:29.841 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98932026-08-14T22:16:30.889Z[ host-image] Aug 14 22:16:29.849 INFO O| Aug 14 22:16:29.849 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98942026-08-14T22:16:30.889Z[ host-image] Aug 14 22:16:29.849 INFO O| Aug 14 22:16:29.849 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98952026-08-14T22:16:30.892Z[ host-image] Aug 14 22:16:29.850 INFO O| Aug 14 22:16:29.849 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98962026-08-14T22:16:30.892Z[ host-image] Aug 14 22:16:29.850 INFO O| Aug 14 22:16:29.850 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98972026-08-14T22:16:30.892Z[ host-image] Aug 14 22:16:29.850 INFO O| Aug 14 22:16:29.850 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98982026-08-14T22:16:30.892Z[ host-image] Aug 14 22:16:29.850 INFO O| Aug 14 22:16:29.850 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98992026-08-14T22:16:30.892Z[ host-image] Aug 14 22:16:29.850 INFO O| Aug 14 22:16:29.850 INFO ok!
99002026-08-14T22:16:30.893Z[ host-image] Aug 14 22:16:29.850 INFO O| Aug 14 22:16:29.850 INFO STEP 38 (ensure_file) COMPLETE
99012026-08-14T22:16:30.893Z[ host-image] Aug 14 22:16:29.850 INFO O| Aug 14 22:16:29.850 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99022026-08-14T22:16:30.896Z[ host-image] Aug 14 22:16:29.857 INFO O| Aug 14 22:16:29.857 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99032026-08-14T22:16:30.899Z[ host-image] Aug 14 22:16:29.857 INFO O| Aug 14 22:16:29.857 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99042026-08-14T22:16:30.899Z[ host-image] Aug 14 22:16:29.857 INFO O| Aug 14 22:16:29.857 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99052026-08-14T22:16:30.900Z[ host-image] Aug 14 22:16:29.857 INFO O| Aug 14 22:16:29.857 INFO STEP 39 (ensure_dir) COMPLETE
99062026-08-14T22:16:30.900Z[ host-image] Aug 14 22:16:29.857 INFO O| Aug 14 22:16:29.857 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99072026-08-14T22:16:30.905Z[ host-image] Aug 14 22:16:29.866 INFO O| Aug 14 22:16:29.866 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
99082026-08-14T22:16:30.905Z[ host-image] Aug 14 22:16:29.866 INFO O| Aug 14 22:16:29.866 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 ...
99092026-08-14T22:16:30.909Z[ host-image] Aug 14 22:16:29.866 INFO O| Aug 14 22:16:29.866 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
99102026-08-14T22:16:30.909Z[ host-image] Aug 14 22:16:29.866 INFO O| Aug 14 22:16:29.866 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
99112026-08-14T22:16:30.909Z[ host-image] Aug 14 22:16:29.866 INFO O| Aug 14 22:16:29.866 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
99122026-08-14T22:16:30.909Z[ host-image] Aug 14 22:16:29.866 INFO O| Aug 14 22:16:29.866 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
99132026-08-14T22:16:30.909Z[ host-image] Aug 14 22:16:29.866 INFO O| Aug 14 22:16:29.866 INFO ok!
99142026-08-14T22:16:30.909Z[ host-image] Aug 14 22:16:29.866 INFO O| Aug 14 22:16:29.866 INFO STEP 40 (ensure_file) COMPLETE
99152026-08-14T22:16:30.909Z[ host-image] Aug 14 22:16:29.866 INFO O| Aug 14 22:16:29.866 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99162026-08-14T22:16:30.913Z[ host-image] Aug 14 22:16:29.874 INFO O| Aug 14 22:16:29.874 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99172026-08-14T22:16:30.913Z[ host-image] Aug 14 22:16:29.874 INFO O| Aug 14 22:16:29.874 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 ...
99182026-08-14T22:16:30.918Z[ host-image] Aug 14 22:16:29.874 INFO O| Aug 14 22:16:29.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99192026-08-14T22:16:30.918Z[ host-image] Aug 14 22:16:29.874 INFO O| Aug 14 22:16:29.874 INFO ok!
99202026-08-14T22:16:30.918Z[ host-image] Aug 14 22:16:29.874 INFO O| Aug 14 22:16:29.874 INFO STEP 41 (ensure_symlink) COMPLETE
99212026-08-14T22:16:30.918Z[ host-image] Aug 14 22:16:29.874 INFO O| Aug 14 22:16:29.874 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99222026-08-14T22:16:30.922Z[ host-image] Aug 14 22:16:29.882 INFO O| Aug 14 22:16:29.882 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99232026-08-14T22:16:30.922Z[ host-image] Aug 14 22:16:29.882 INFO O| Aug 14 22:16:29.882 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99242026-08-14T22:16:30.922Z[ host-image] Aug 14 22:16:29.882 INFO O| Aug 14 22:16:29.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99252026-08-14T22:16:30.925Z[ host-image] Aug 14 22:16:29.882 INFO O| Aug 14 22:16:29.882 INFO ok!
99262026-08-14T22:16:30.926Z[ host-image] Aug 14 22:16:29.883 INFO O| Aug 14 22:16:29.882 INFO STEP 42 (ensure_symlink) COMPLETE
99272026-08-14T22:16:30.926Z[ host-image] Aug 14 22:16:29.883 INFO O| Aug 14 22:16:29.883 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99282026-08-14T22:16:30.931Z[ host-image] Aug 14 22:16:29.891 INFO O| Aug 14 22:16:29.891 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99292026-08-14T22:16:30.934Z[ host-image] Aug 14 22:16:29.891 INFO O| Aug 14 22:16:29.891 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99302026-08-14T22:16:30.934Z[ host-image] Aug 14 22:16:29.891 INFO O| Aug 14 22:16:29.891 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99312026-08-14T22:16:30.934Z[ host-image] Aug 14 22:16:29.891 INFO O| Aug 14 22:16:29.891 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99322026-08-14T22:16:30.934Z[ host-image] Aug 14 22:16:29.891 INFO O| Aug 14 22:16:29.891 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99332026-08-14T22:16:30.934Z[ host-image] Aug 14 22:16:29.891 INFO O| Aug 14 22:16:29.891 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99342026-08-14T22:16:30.934Z[ host-image] Aug 14 22:16:29.891 INFO O| Aug 14 22:16:29.891 INFO ok!
99352026-08-14T22:16:30.934Z[ host-image] Aug 14 22:16:29.891 INFO O| Aug 14 22:16:29.891 INFO STEP 43 (ensure_file) COMPLETE
99362026-08-14T22:16:30.935Z[ host-image] Aug 14 22:16:29.891 INFO O| Aug 14 22:16:29.891 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99372026-08-14T22:16:30.938Z[ host-image] Aug 14 22:16:29.898 INFO O| Aug 14 22:16:29.898 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99382026-08-14T22:16:30.938Z[ host-image] Aug 14 22:16:29.898 INFO O| Aug 14 22:16:29.898 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 ...
99392026-08-14T22:16:30.938Z[ host-image] Aug 14 22:16:29.898 INFO O| Aug 14 22:16:29.898 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
99402026-08-14T22:16:30.938Z[ host-image] Aug 14 22:16:29.898 INFO O| Aug 14 22:16:29.898 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99412026-08-14T22:16:30.938Z[ host-image] Aug 14 22:16:29.898 INFO O| Aug 14 22:16:29.898 INFO ok!
99422026-08-14T22:16:30.938Z[ host-image] Aug 14 22:16:29.898 INFO O| Aug 14 22:16:29.898 INFO STEP 44 (ensure_file) COMPLETE
99432026-08-14T22:16:30.938Z[ host-image] Aug 14 22:16:29.898 INFO O| Aug 14 22:16:29.898 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99442026-08-14T22:16:30.945Z[ host-image] Aug 14 22:16:29.905 INFO O| Aug 14 22:16:29.905 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99452026-08-14T22:16:30.948Z[ host-image] Aug 14 22:16:29.905 INFO O| Aug 14 22:16:29.905 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99462026-08-14T22:16:30.948Z[ host-image] Aug 14 22:16:29.905 INFO O| Aug 14 22:16:29.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99472026-08-14T22:16:30.948Z[ host-image] Aug 14 22:16:29.905 INFO O| Aug 14 22:16:29.905 INFO ok!
99482026-08-14T22:16:30.948Z[ host-image] Aug 14 22:16:29.905 INFO O| Aug 14 22:16:29.905 INFO STEP 45 (ensure_file) COMPLETE
99492026-08-14T22:16:30.948Z[ host-image] Aug 14 22:16:29.905 INFO O| Aug 14 22:16:29.905 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99502026-08-14T22:16:30.952Z[ host-image] Aug 14 22:16:29.912 INFO O| Aug 14 22:16:29.912 INFO updating shadow file
99512026-08-14T22:16:30.952Z[ host-image] Aug 14 22:16:29.912 INFO O| Aug 14 22:16:29.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99522026-08-14T22:16:30.952Z[ host-image] Aug 14 22:16:29.912 INFO O| Aug 14 22:16:29.912 INFO STEP 46 (shadow) COMPLETE
99532026-08-14T22:16:30.952Z[ host-image] Aug 14 22:16:29.912 INFO O| Aug 14 22:16:29.912 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99542026-08-14T22:16:30.959Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.919 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99552026-08-14T22:16:30.959Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.920 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99562026-08-14T22:16:30.962Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.920 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99572026-08-14T22:16:30.962Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.920 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99582026-08-14T22:16:30.962Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.920 INFO ok!
99592026-08-14T22:16:30.962Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.920 INFO STEP 47 (ensure_file) COMPLETE
99602026-08-14T22:16:30.962Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.920 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99612026-08-14T22:16:30.962Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.920 INFO skip step because feature "mfg" is not enabled
99622026-08-14T22:16:30.962Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.920 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99632026-08-14T22:16:30.962Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.920 INFO skip step because feature "mfg" is not enabled
99642026-08-14T22:16:30.962Z[ host-image] Aug 14 22:16:29.920 INFO O| Aug 14 22:16:29.920 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99652026-08-14T22:16:30.966Z[ host-image] Aug 14 22:16:29.927 INFO O| Aug 14 22:16:29.927 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99662026-08-14T22:16:30.966Z[ host-image] Aug 14 22:16:29.927 INFO O| Aug 14 22:16:29.927 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99672026-08-14T22:16:30.989Z[ host-image] Aug 14 22:16:29.950 INFO O| Aug 14 22:16:29.950 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99682026-08-14T22:16:30.989Z[ host-image] Aug 14 22:16:29.950 INFO O| Aug 14 22:16:29.950 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99692026-08-14T22:16:30.993Z[ host-image] Aug 14 22:16:29.950 INFO O| Aug 14 22:16:29.950 INFO ok!
99702026-08-14T22:16:30.993Z[ host-image] Aug 14 22:16:29.950 INFO O| Aug 14 22:16:29.950 INFO STEP 50 (ensure_file) COMPLETE
99712026-08-14T22:16:30.993Z[ host-image] Aug 14 22:16:29.950 INFO O| Aug 14 22:16:29.950 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99722026-08-14T22:16:30.993Z[ host-image] Aug 14 22:16:29.950 INFO O| Aug 14 22:16:29.950 INFO skip step because feature "compliance" is not enabled
99732026-08-14T22:16:30.993Z[ host-image] Aug 14 22:16:29.950 INFO O| Aug 14 22:16:29.950 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99742026-08-14T22:16:31.001Z[ host-image] Aug 14 22:16:29.960 INFO O| Aug 14 22:16:29.960 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99752026-08-14T22:16:31.001Z[ host-image] Aug 14 22:16:29.960 INFO O| Aug 14 22:16:29.960 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99762026-08-14T22:16:31.005Z[ host-image] Aug 14 22:16:29.961 INFO O| Aug 14 22:16:29.961 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99772026-08-14T22:16:31.005Z[ host-image] Aug 14 22:16:29.961 INFO O| Aug 14 22:16:29.961 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99782026-08-14T22:16:31.005Z[ host-image] Aug 14 22:16:29.961 INFO O| Aug 14 22:16:29.961 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99792026-08-14T22:16:31.005Z[ host-image] Aug 14 22:16:29.961 INFO O| Aug 14 22:16:29.961 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99802026-08-14T22:16:31.005Z[ host-image] Aug 14 22:16:29.961 INFO O| Aug 14 22:16:29.961 INFO ok!
99812026-08-14T22:16:31.005Z[ host-image] Aug 14 22:16:29.961 INFO O| Aug 14 22:16:29.961 INFO STEP 52 (ensure_file) COMPLETE
99822026-08-14T22:16:31.005Z[ host-image] Aug 14 22:16:29.961 INFO O| Aug 14 22:16:29.961 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99832026-08-14T22:16:31.008Z[ host-image] Aug 14 22:16:29.969 INFO O| Aug 14 22:16:29.969 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99842026-08-14T22:16:31.008Z[ host-image] Aug 14 22:16:29.969 INFO O| Aug 14 22:16:29.969 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 ...
99852026-08-14T22:16:31.008Z[ host-image] Aug 14 22:16:29.969 INFO O| Aug 14 22:16:29.969 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
99862026-08-14T22:16:31.009Z[ host-image] Aug 14 22:16:29.969 INFO O| Aug 14 22:16:29.969 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99872026-08-14T22:16:31.009Z[ host-image] Aug 14 22:16:29.969 INFO O| Aug 14 22:16:29.969 INFO ok!
99882026-08-14T22:16:31.012Z[ host-image] Aug 14 22:16:29.969 INFO O| Aug 14 22:16:29.969 INFO STEP 53 (ensure_file) COMPLETE
99892026-08-14T22:16:31.012Z[ host-image] Aug 14 22:16:29.969 INFO O| Aug 14 22:16:29.969 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99902026-08-14T22:16:31.017Z[ host-image] Aug 14 22:16:29.978 INFO O| Aug 14 22:16:29.978 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99912026-08-14T22:16:31.017Z[ host-image] Aug 14 22:16:29.978 INFO O| Aug 14 22:16:29.978 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 ...
99922026-08-14T22:16:31.020Z[ host-image] Aug 14 22:16:29.978 INFO O| Aug 14 22:16:29.978 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99932026-08-14T22:16:31.020Z[ host-image] Aug 14 22:16:29.978 INFO O| Aug 14 22:16:29.978 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99942026-08-14T22:16:31.020Z[ host-image] Aug 14 22:16:29.978 INFO O| Aug 14 22:16:29.978 INFO ok!
99952026-08-14T22:16:31.020Z[ host-image] Aug 14 22:16:29.978 INFO O| Aug 14 22:16:29.978 INFO STEP 54 (ensure_file) COMPLETE
99962026-08-14T22:16:31.021Z[ host-image] Aug 14 22:16:29.978 INFO O| Aug 14 22:16:29.978 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99972026-08-14T22:16:31.025Z[ host-image] Aug 14 22:16:29.986 INFO O| Aug 14 22:16:29.985 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99982026-08-14T22:16:31.025Z[ host-image] Aug 14 22:16:29.986 INFO O| Aug 14 22:16:29.986 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 ...
99992026-08-14T22:16:31.028Z[ host-image] Aug 14 22:16:29.986 INFO O| Aug 14 22:16:29.986 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
100002026-08-14T22:16:31.028Z[ host-image] Aug 14 22:16:29.986 INFO O| Aug 14 22:16:29.986 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100012026-08-14T22:16:31.028Z[ host-image] Aug 14 22:16:29.986 INFO O| Aug 14 22:16:29.986 INFO ok!
100022026-08-14T22:16:31.028Z[ host-image] Aug 14 22:16:29.986 INFO O| Aug 14 22:16:29.986 INFO STEP 55 (ensure_file) COMPLETE
100032026-08-14T22:16:31.028Z[ host-image] Aug 14 22:16:29.986 INFO O| Aug 14 22:16:29.986 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100042026-08-14T22:16:31.032Z[ host-image] Aug 14 22:16:29.993 INFO O| Aug 14 22:16:29.993 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100052026-08-14T22:16:31.035Z[ host-image] Aug 14 22:16:29.993 INFO O| Aug 14 22:16:29.993 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 ...
100062026-08-14T22:16:31.035Z[ host-image] Aug 14 22:16:29.993 INFO O| Aug 14 22:16:29.993 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100072026-08-14T22:16:31.035Z[ host-image] Aug 14 22:16:29.993 INFO O| Aug 14 22:16:29.993 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100082026-08-14T22:16:31.035Z[ host-image] Aug 14 22:16:29.993 INFO O| Aug 14 22:16:29.993 INFO ok!
100092026-08-14T22:16:31.035Z[ host-image] Aug 14 22:16:29.993 INFO O| Aug 14 22:16:29.993 INFO STEP 56 (ensure_file) COMPLETE
100102026-08-14T22:16:31.035Z[ host-image] Aug 14 22:16:29.993 INFO O| Aug 14 22:16:29.993 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100112026-08-14T22:16:31.042Z[ host-image] Aug 14 22:16:30.002 INFO O| Aug 14 22:16:30.002 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100122026-08-14T22:16:31.046Z[ host-image] Aug 14 22:16:30.002 INFO O| Aug 14 22:16:30.002 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 ...
100132026-08-14T22:16:31.046Z[ host-image] Aug 14 22:16:30.002 INFO O| Aug 14 22:16:30.002 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
100142026-08-14T22:16:31.046Z[ host-image] Aug 14 22:16:30.002 INFO O| Aug 14 22:16:30.002 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100152026-08-14T22:16:31.046Z[ host-image] Aug 14 22:16:30.002 INFO O| Aug 14 22:16:30.002 INFO ok!
100162026-08-14T22:16:31.046Z[ host-image] Aug 14 22:16:30.002 INFO O| Aug 14 22:16:30.002 INFO STEP 57 (ensure_file) COMPLETE
100172026-08-14T22:16:31.046Z[ host-image] Aug 14 22:16:30.002 INFO O| Aug 14 22:16:30.002 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100182026-08-14T22:16:31.050Z[ host-image] Aug 14 22:16:30.011 INFO O| Aug 14 22:16:30.011 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100192026-08-14T22:16:31.053Z[ host-image] Aug 14 22:16:30.011 INFO O| Aug 14 22:16:30.011 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 ...
100202026-08-14T22:16:31.053Z[ host-image] Aug 14 22:16:30.011 INFO O| Aug 14 22:16:30.011 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100212026-08-14T22:16:31.053Z[ host-image] Aug 14 22:16:30.011 INFO O| Aug 14 22:16:30.011 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100222026-08-14T22:16:31.053Z[ host-image] Aug 14 22:16:30.011 INFO O| Aug 14 22:16:30.011 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100232026-08-14T22:16:31.053Z[ host-image] Aug 14 22:16:30.011 INFO O| Aug 14 22:16:30.011 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100242026-08-14T22:16:31.054Z[ host-image] Aug 14 22:16:30.011 INFO O| Aug 14 22:16:30.011 INFO ok!
100252026-08-14T22:16:31.054Z[ host-image] Aug 14 22:16:30.011 INFO O| Aug 14 22:16:30.011 INFO STEP 58 (ensure_file) COMPLETE
100262026-08-14T22:16:31.054Z[ host-image] Aug 14 22:16:30.011 INFO O| Aug 14 22:16:30.011 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100272026-08-14T22:16:31.059Z[ host-image] Aug 14 22:16:30.019 INFO O| Aug 14 22:16:30.019 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100282026-08-14T22:16:31.062Z[ host-image] Aug 14 22:16:30.019 INFO O| Aug 14 22:16:30.019 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 ...
100292026-08-14T22:16:31.062Z[ host-image] Aug 14 22:16:30.019 INFO O| Aug 14 22:16:30.019 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
100302026-08-14T22:16:31.062Z[ host-image] Aug 14 22:16:30.019 INFO O| Aug 14 22:16:30.019 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100312026-08-14T22:16:31.062Z[ host-image] Aug 14 22:16:30.019 INFO O| Aug 14 22:16:30.019 INFO ok!
100322026-08-14T22:16:31.062Z[ host-image] Aug 14 22:16:30.019 INFO O| Aug 14 22:16:30.019 INFO STEP 59 (ensure_file) COMPLETE
100332026-08-14T22:16:31.062Z[ host-image] Aug 14 22:16:30.019 INFO O| Aug 14 22:16:30.019 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100342026-08-14T22:16:31.067Z[ host-image] Aug 14 22:16:30.027 INFO O| Aug 14 22:16:30.027 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100352026-08-14T22:16:31.067Z[ host-image] Aug 14 22:16:30.027 INFO O| Aug 14 22:16:30.027 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100362026-08-14T22:16:31.071Z[ host-image] Aug 14 22:16:30.027 INFO O| Aug 14 22:16:30.027 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100372026-08-14T22:16:31.071Z[ host-image] Aug 14 22:16:30.028 INFO O| Aug 14 22:16:30.027 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100382026-08-14T22:16:31.071Z[ host-image] Aug 14 22:16:30.028 INFO O| Aug 14 22:16:30.028 INFO ok!
100392026-08-14T22:16:31.071Z[ host-image] Aug 14 22:16:30.028 INFO O| Aug 14 22:16:30.028 INFO STEP 60 (ensure_file) COMPLETE
100402026-08-14T22:16:31.071Z[ host-image] Aug 14 22:16:30.028 INFO O| Aug 14 22:16:30.028 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100412026-08-14T22:16:31.080Z[ host-image] Aug 14 22:16:30.037 INFO O| Aug 14 22:16:30.037 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100422026-08-14T22:16:31.080Z[ host-image] Aug 14 22:16:30.037 INFO O| Aug 14 22:16:30.037 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 ...
100432026-08-14T22:16:31.080Z[ host-image] Aug 14 22:16:30.037 INFO O| Aug 14 22:16:30.037 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
100442026-08-14T22:16:31.080Z[ host-image] Aug 14 22:16:30.037 INFO O| Aug 14 22:16:30.037 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100452026-08-14T22:16:31.080Z[ host-image] Aug 14 22:16:30.037 INFO O| Aug 14 22:16:30.037 INFO ok!
100462026-08-14T22:16:31.080Z[ host-image] Aug 14 22:16:30.037 INFO O| Aug 14 22:16:30.037 INFO STEP 61 (ensure_file) COMPLETE
100472026-08-14T22:16:31.080Z[ host-image] Aug 14 22:16:30.037 INFO O| Aug 14 22:16:30.037 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100482026-08-14T22:16:31.086Z[ host-image] Aug 14 22:16:30.047 INFO O| Aug 14 22:16:30.047 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100492026-08-14T22:16:31.086Z[ host-image] Aug 14 22:16:30.047 INFO O| Aug 14 22:16:30.047 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100502026-08-14T22:16:31.089Z[ host-image] Aug 14 22:16:30.047 INFO O| Aug 14 22:16:30.047 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100512026-08-14T22:16:31.089Z[ host-image] Aug 14 22:16:30.047 INFO O| Aug 14 22:16:30.047 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100522026-08-14T22:16:31.089Z[ host-image] Aug 14 22:16:30.047 INFO O| Aug 14 22:16:30.047 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100532026-08-14T22:16:31.089Z[ host-image] Aug 14 22:16:30.047 INFO O| Aug 14 22:16:30.047 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100542026-08-14T22:16:31.089Z[ host-image] Aug 14 22:16:30.047 INFO O| Aug 14 22:16:30.047 INFO ok!
100552026-08-14T22:16:31.090Z[ host-image] Aug 14 22:16:30.047 INFO O| Aug 14 22:16:30.047 INFO STEP 62 (ensure_file) COMPLETE
100562026-08-14T22:16:31.090Z[ host-image] Aug 14 22:16:30.047 INFO O| Aug 14 22:16:30.047 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100572026-08-14T22:16:31.094Z[ host-image] Aug 14 22:16:30.055 INFO O| Aug 14 22:16:30.055 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100582026-08-14T22:16:31.094Z[ host-image] Aug 14 22:16:30.055 INFO O| Aug 14 22:16:30.055 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 ...
100592026-08-14T22:16:31.098Z[ host-image] Aug 14 22:16:30.055 INFO O| Aug 14 22:16:30.055 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
100602026-08-14T22:16:31.098Z[ host-image] Aug 14 22:16:30.055 INFO O| Aug 14 22:16:30.055 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100612026-08-14T22:16:31.098Z[ host-image] Aug 14 22:16:30.055 INFO O| Aug 14 22:16:30.055 INFO ok!
100622026-08-14T22:16:31.098Z[ host-image] Aug 14 22:16:30.055 INFO O| Aug 14 22:16:30.055 INFO STEP 63 (ensure_file) COMPLETE
100632026-08-14T22:16:31.098Z[ host-image] Aug 14 22:16:30.055 INFO O| Aug 14 22:16:30.055 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100642026-08-14T22:16:31.102Z[ host-image] Aug 14 22:16:30.063 INFO O| Aug 14 22:16:30.063 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100652026-08-14T22:16:31.106Z[ host-image] Aug 14 22:16:30.063 INFO O| Aug 14 22:16:30.063 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 ...
100662026-08-14T22:16:31.106Z[ host-image] Aug 14 22:16:30.063 INFO O| Aug 14 22:16:30.063 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
100672026-08-14T22:16:31.106Z[ host-image] Aug 14 22:16:30.063 INFO O| Aug 14 22:16:30.063 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100682026-08-14T22:16:31.106Z[ host-image] Aug 14 22:16:30.063 INFO O| Aug 14 22:16:30.063 INFO ok!
100692026-08-14T22:16:31.106Z[ host-image] Aug 14 22:16:30.063 INFO O| Aug 14 22:16:30.063 INFO STEP 64 (ensure_file) COMPLETE
100702026-08-14T22:16:31.106Z[ host-image] Aug 14 22:16:30.063 INFO O| Aug 14 22:16:30.063 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100712026-08-14T22:16:31.111Z[ host-image] Aug 14 22:16:30.072 INFO O| Aug 14 22:16:30.072 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100722026-08-14T22:16:31.116Z[ host-image] Aug 14 22:16:30.072 INFO O| Aug 14 22:16:30.072 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 ...
100732026-08-14T22:16:31.116Z[ host-image] Aug 14 22:16:30.072 INFO O| Aug 14 22:16:30.072 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
100742026-08-14T22:16:31.116Z[ host-image] Aug 14 22:16:30.072 INFO O| Aug 14 22:16:30.072 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100752026-08-14T22:16:31.116Z[ host-image] Aug 14 22:16:30.072 INFO O| Aug 14 22:16:30.072 INFO ok!
100762026-08-14T22:16:31.116Z[ host-image] Aug 14 22:16:30.072 INFO O| Aug 14 22:16:30.072 INFO STEP 65 (ensure_file) COMPLETE
100772026-08-14T22:16:31.116Z[ host-image] Aug 14 22:16:30.072 INFO O| Aug 14 22:16:30.072 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100782026-08-14T22:16:31.116Z[ host-image] Aug 14 22:16:30.072 INFO O| Aug 14 22:16:30.072 INFO skip step because feature "mbist" is not enabled
100792026-08-14T22:16:31.116Z[ host-image] Aug 14 22:16:30.072 INFO O| Aug 14 22:16:30.072 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100802026-08-14T22:16:31.120Z[ host-image] Aug 14 22:16:30.080 INFO O| Aug 14 22:16:30.079 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100812026-08-14T22:16:31.120Z[ host-image] Aug 14 22:16:30.080 INFO O| Aug 14 22:16:30.079 INFO STEP 67 (ensure_dir) COMPLETE
100822026-08-14T22:16:31.120Z[ host-image] Aug 14 22:16:30.080 INFO O| Aug 14 22:16:30.080 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-08-14T22:16:31.126Z[ host-image] Aug 14 22:16:30.087 INFO O| Aug 14 22:16:30.087 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100842026-08-14T22:16:31.130Z[ host-image] Aug 14 22:16:30.087 INFO O| Aug 14 22:16:30.087 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100852026-08-14T22:16:31.130Z[ host-image] Aug 14 22:16:30.087 INFO O| Aug 14 22:16:30.087 INFO STEP 68 (ensure_dir) COMPLETE
100862026-08-14T22:16:31.130Z[ host-image] Aug 14 22:16:30.087 INFO O| Aug 14 22:16:30.087 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100872026-08-14T22:16:31.135Z[ host-image] Aug 14 22:16:30.096 INFO O| Aug 14 22:16:30.096 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100882026-08-14T22:16:31.135Z[ host-image] Aug 14 22:16:30.096 INFO O| Aug 14 22:16:30.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100892026-08-14T22:16:31.138Z[ host-image] Aug 14 22:16:30.096 INFO O| Aug 14 22:16:30.096 INFO STEP 69 (ensure_dir) COMPLETE
100902026-08-14T22:16:31.139Z[ host-image] Aug 14 22:16:30.096 INFO O| Aug 14 22:16:30.096 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100912026-08-14T22:16:31.143Z[ host-image] Aug 14 22:16:30.104 INFO O| Aug 14 22:16:30.104 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100922026-08-14T22:16:31.143Z[ host-image] Aug 14 22:16:30.104 INFO O| Aug 14 22:16:30.104 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100932026-08-14T22:16:31.495Z[ host-image] Aug 14 22:16:30.456 INFO O| Aug 14 22:16:30.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100942026-08-14T22:16:31.495Z[ host-image] Aug 14 22:16:30.456 INFO O| Aug 14 22:16:30.456 INFO ok!
100952026-08-14T22:16:31.500Z[ host-image] Aug 14 22:16:30.456 INFO O| Aug 14 22:16:30.456 INFO STEP 70 (ensure_file) COMPLETE
100962026-08-14T22:16:31.500Z[ host-image] Aug 14 22:16:30.456 INFO O| Aug 14 22:16:30.456 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-08-14T22:16:31.506Z[ host-image] Aug 14 22:16:30.467 INFO O| Aug 14 22:16:30.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100982026-08-14T22:16:31.506Z[ host-image] Aug 14 22:16:30.467 INFO O| Aug 14 22:16:30.467 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100992026-08-14T22:16:32.071Z[ host-image] Aug 14 22:16:31.031 INFO O| Aug 14 22:16:31.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101002026-08-14T22:16:32.071Z[ host-image] Aug 14 22:16:31.031 INFO O| Aug 14 22:16:31.031 INFO ok!
101012026-08-14T22:16:32.071Z[ host-image] Aug 14 22:16:31.031 INFO O| Aug 14 22:16:31.031 INFO STEP 71 (ensure_file) COMPLETE
101022026-08-14T22:16:32.074Z[ host-image] Aug 14 22:16:31.031 INFO O| Aug 14 22:16:31.031 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-08-14T22:16:32.081Z[ host-image] Aug 14 22:16:31.042 INFO O| Aug 14 22:16:31.042 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101042026-08-14T22:16:32.085Z[ host-image] Aug 14 22:16:31.042 INFO O| Aug 14 22:16:31.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101052026-08-14T22:16:32.085Z[ host-image] Aug 14 22:16:31.042 INFO O| Aug 14 22:16:31.042 INFO STEP 72 (ensure_dir) COMPLETE
101062026-08-14T22:16:32.085Z[ host-image] Aug 14 22:16:31.042 INFO O| Aug 14 22:16:31.042 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072026-08-14T22:16:32.089Z[ host-image] Aug 14 22:16:31.050 INFO O| Aug 14 22:16:31.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101082026-08-14T22:16:32.092Z[ host-image] Aug 14 22:16:31.050 INFO O| Aug 14 22:16:31.050 INFO copying /tmp/.tmpFcfgkw/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 ...
101092026-08-14T22:16:32.092Z[ host-image] Aug 14 22:16:31.050 INFO O| Aug 14 22:16:31.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101102026-08-14T22:16:32.092Z[ host-image] Aug 14 22:16:31.050 INFO O| Aug 14 22:16:31.050 INFO ok!
101112026-08-14T22:16:32.092Z[ host-image] Aug 14 22:16:31.050 INFO O| Aug 14 22:16:31.050 INFO STEP 73 (ensure_file) COMPLETE
101122026-08-14T22:16:32.093Z[ host-image] Aug 14 22:16:31.050 INFO O| Aug 14 22:16:31.050 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-08-14T22:16:32.098Z[ host-image] Aug 14 22:16:31.059 INFO O| Aug 14 22:16:31.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101142026-08-14T22:16:32.102Z[ host-image] Aug 14 22:16:31.059 INFO O| Aug 14 22:16:31.059 INFO copying /tmp/.tmpFcfgkw/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 ...
101152026-08-14T22:16:32.102Z[ host-image] Aug 14 22:16:31.059 INFO O| Aug 14 22:16:31.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101162026-08-14T22:16:32.102Z[ host-image] Aug 14 22:16:31.059 INFO O| Aug 14 22:16:31.059 INFO ok!
101172026-08-14T22:16:32.102Z[ host-image] Aug 14 22:16:31.059 INFO O| Aug 14 22:16:31.059 INFO STEP 74 (ensure_file) COMPLETE
101182026-08-14T22:16:32.102Z[ host-image] Aug 14 22:16:31.059 INFO O| Aug 14 22:16:31.059 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-08-14T22:16:32.107Z[ host-image] Aug 14 22:16:31.067 INFO O| Aug 14 22:16:31.067 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101202026-08-14T22:16:32.110Z[ host-image] Aug 14 22:16:31.067 INFO O| Aug 14 22:16:31.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101212026-08-14T22:16:32.110Z[ host-image] Aug 14 22:16:31.067 INFO O| Aug 14 22:16:31.067 INFO STEP 75 (ensure_dir) COMPLETE
101222026-08-14T22:16:32.110Z[ host-image] Aug 14 22:16:31.067 INFO O| Aug 14 22:16:31.067 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101232026-08-14T22:16:32.114Z[ host-image] Aug 14 22:16:31.075 INFO O| Aug 14 22:16:31.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101242026-08-14T22:16:32.114Z[ host-image] Aug 14 22:16:31.075 INFO O| Aug 14 22:16:31.075 INFO copying /tmp/.tmpFcfgkw/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 ...
101252026-08-14T22:16:32.117Z[ host-image] Aug 14 22:16:31.075 INFO O| Aug 14 22:16:31.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101262026-08-14T22:16:32.117Z[ host-image] Aug 14 22:16:31.075 INFO O| Aug 14 22:16:31.075 INFO ok!
101272026-08-14T22:16:32.117Z[ host-image] Aug 14 22:16:31.075 INFO O| Aug 14 22:16:31.075 INFO STEP 76 (ensure_file) COMPLETE
101282026-08-14T22:16:32.117Z[ host-image] Aug 14 22:16:31.075 INFO O| Aug 14 22:16:31.075 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-08-14T22:16:32.123Z[ host-image] Aug 14 22:16:31.084 INFO O| Aug 14 22:16:31.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101302026-08-14T22:16:32.123Z[ host-image] Aug 14 22:16:31.084 INFO O| Aug 14 22:16:31.084 INFO copying /tmp/.tmpFcfgkw/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 ...
101312026-08-14T22:16:32.127Z[ host-image] Aug 14 22:16:31.084 INFO O| Aug 14 22:16:31.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101322026-08-14T22:16:32.127Z[ host-image] Aug 14 22:16:31.084 INFO O| Aug 14 22:16:31.084 INFO ok!
101332026-08-14T22:16:32.127Z[ host-image] Aug 14 22:16:31.084 INFO O| Aug 14 22:16:31.084 INFO STEP 77 (ensure_file) COMPLETE
101342026-08-14T22:16:32.127Z[ host-image] Aug 14 22:16:31.084 INFO O| Aug 14 22:16:31.084 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-08-14T22:16:32.131Z[ host-image] Aug 14 22:16:31.092 INFO O| Aug 14 22:16:31.092 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101362026-08-14T22:16:32.134Z[ host-image] Aug 14 22:16:31.092 INFO O| Aug 14 22:16:31.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101372026-08-14T22:16:32.134Z[ host-image] Aug 14 22:16:31.092 INFO O| Aug 14 22:16:31.092 INFO STEP 78 (ensure_dir) COMPLETE
101382026-08-14T22:16:32.134Z[ host-image] Aug 14 22:16:31.092 INFO O| Aug 14 22:16:31.092 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392026-08-14T22:16:32.139Z[ host-image] Aug 14 22:16:31.099 INFO O| Aug 14 22:16:31.099 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101402026-08-14T22:16:32.139Z[ host-image] Aug 14 22:16:31.099 INFO O| Aug 14 22:16:31.099 INFO copying /tmp/.tmpFcfgkw/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 ...
101412026-08-14T22:16:32.143Z[ host-image] Aug 14 22:16:31.099 INFO O| Aug 14 22:16:31.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101422026-08-14T22:16:32.143Z[ host-image] Aug 14 22:16:31.099 INFO O| Aug 14 22:16:31.099 INFO ok!
101432026-08-14T22:16:32.143Z[ host-image] Aug 14 22:16:31.099 INFO O| Aug 14 22:16:31.099 INFO STEP 79 (ensure_file) COMPLETE
101442026-08-14T22:16:32.143Z[ host-image] Aug 14 22:16:31.099 INFO O| Aug 14 22:16:31.099 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-08-14T22:16:32.147Z[ host-image] Aug 14 22:16:31.106 INFO O| Aug 14 22:16:31.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101462026-08-14T22:16:32.148Z[ host-image] Aug 14 22:16:31.106 INFO O| Aug 14 22:16:31.106 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101472026-08-14T22:16:32.148Z[ host-image] Aug 14 22:16:31.106 INFO O| Aug 14 22:16:31.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101482026-08-14T22:16:32.148Z[ host-image] Aug 14 22:16:31.106 INFO O| Aug 14 22:16:31.106 INFO ok!
101492026-08-14T22:16:32.148Z[ host-image] Aug 14 22:16:31.106 INFO O| Aug 14 22:16:31.106 INFO STEP 80 (ensure_file) COMPLETE
101502026-08-14T22:16:32.148Z[ host-image] Aug 14 22:16:31.106 INFO O| Aug 14 22:16:31.106 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-08-14T22:16:32.153Z[ host-image] Aug 14 22:16:31.114 INFO O| Aug 14 22:16:31.114 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101522026-08-14T22:16:32.157Z[ host-image] Aug 14 22:16:31.114 INFO O| Aug 14 22:16:31.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101532026-08-14T22:16:32.158Z[ host-image] Aug 14 22:16:31.114 INFO O| Aug 14 22:16:31.114 INFO STEP 81 (ensure_dir) COMPLETE
101542026-08-14T22:16:32.158Z[ host-image] Aug 14 22:16:31.114 INFO O| Aug 14 22:16:31.114 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-08-14T22:16:32.162Z[ host-image] Aug 14 22:16:31.121 INFO O| Aug 14 22:16:31.121 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101562026-08-14T22:16:32.162Z[ host-image] Aug 14 22:16:31.121 INFO O| Aug 14 22:16:31.121 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101572026-08-14T22:16:32.728Z[ host-image] Aug 14 22:16:31.688 INFO O| Aug 14 22:16:31.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101582026-08-14T22:16:32.728Z[ host-image] Aug 14 22:16:31.688 INFO O| Aug 14 22:16:31.688 INFO ok!
101592026-08-14T22:16:32.728Z[ host-image] Aug 14 22:16:31.688 INFO O| Aug 14 22:16:31.688 INFO STEP 82 (ensure_file) COMPLETE
101602026-08-14T22:16:32.732Z[ host-image] Aug 14 22:16:31.688 INFO O| Aug 14 22:16:31.688 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-08-14T22:16:32.737Z[ host-image] Aug 14 22:16:31.698 INFO O| Aug 14 22:16:31.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101622026-08-14T22:16:32.737Z[ host-image] Aug 14 22:16:31.698 INFO O| Aug 14 22:16:31.698 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101632026-08-14T22:16:33.030Z[ host-image] Aug 14 22:16:31.989 INFO O| Aug 14 22:16:31.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101642026-08-14T22:16:33.030Z[ host-image] Aug 14 22:16:31.989 INFO O| Aug 14 22:16:31.989 INFO ok!
101652026-08-14T22:16:33.030Z[ host-image] Aug 14 22:16:31.989 INFO O| Aug 14 22:16:31.989 INFO STEP 83 (ensure_file) COMPLETE
101662026-08-14T22:16:33.030Z[ host-image] Aug 14 22:16:31.989 INFO O| Aug 14 22:16:31.989 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-08-14T22:16:33.040Z[ host-image] Aug 14 22:16:32.001 INFO O| Aug 14 22:16:32.001 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101682026-08-14T22:16:33.040Z[ host-image] Aug 14 22:16:32.001 INFO O| Aug 14 22:16:32.001 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101692026-08-14T22:16:34.506Z[ host-image] Aug 14 22:16:33.466 INFO O| Aug 14 22:16:33.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101702026-08-14T22:16:34.507Z[ host-image] Aug 14 22:16:33.466 INFO O| Aug 14 22:16:33.466 INFO ok!
101712026-08-14T22:16:34.507Z[ host-image] Aug 14 22:16:33.466 INFO O| Aug 14 22:16:33.466 INFO STEP 84 (ensure_file) COMPLETE
101722026-08-14T22:16:34.511Z[ host-image] Aug 14 22:16:33.466 INFO O| Aug 14 22:16:33.466 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-14T22:16:34.515Z[ host-image] Aug 14 22:16:33.476 INFO O| Aug 14 22:16:33.476 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101742026-08-14T22:16:34.515Z[ host-image] Aug 14 22:16:33.476 INFO O| Aug 14 22:16:33.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101752026-08-14T22:16:34.519Z[ host-image] Aug 14 22:16:33.476 INFO O| Aug 14 22:16:33.476 INFO STEP 85 (ensure_dir) COMPLETE
101762026-08-14T22:16:34.519Z[ host-image] Aug 14 22:16:33.476 INFO O| Aug 14 22:16:33.476 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-08-14T22:16:34.526Z[ host-image] Aug 14 22:16:33.487 INFO O| Aug 14 22:16:33.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101782026-08-14T22:16:34.526Z[ host-image] Aug 14 22:16:33.487 INFO O| Aug 14 22:16:33.487 INFO copying /tmp/.tmpFcfgkw/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 ...
101792026-08-14T22:16:34.526Z[ host-image] Aug 14 22:16:33.487 INFO O| Aug 14 22:16:33.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101802026-08-14T22:16:34.531Z[ host-image] Aug 14 22:16:33.487 INFO O| Aug 14 22:16:33.487 INFO ok!
101812026-08-14T22:16:34.531Z[ host-image] Aug 14 22:16:33.487 INFO O| Aug 14 22:16:33.487 INFO STEP 86 (ensure_file) COMPLETE
101822026-08-14T22:16:34.532Z[ host-image] Aug 14 22:16:33.487 INFO O| Aug 14 22:16:33.487 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-14T22:16:34.536Z[ host-image] Aug 14 22:16:33.497 INFO O| Aug 14 22:16:33.497 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101842026-08-14T22:16:34.536Z[ host-image] Aug 14 22:16:33.497 INFO O| Aug 14 22:16:33.497 INFO copying /tmp/.tmpFcfgkw/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 ...
101852026-08-14T22:16:34.540Z[ host-image] Aug 14 22:16:33.497 INFO O| Aug 14 22:16:33.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101862026-08-14T22:16:34.540Z[ host-image] Aug 14 22:16:33.497 INFO O| Aug 14 22:16:33.497 INFO ok!
101872026-08-14T22:16:34.540Z[ host-image] Aug 14 22:16:33.497 INFO O| Aug 14 22:16:33.497 INFO STEP 87 (ensure_file) COMPLETE
101882026-08-14T22:16:34.540Z[ host-image] Aug 14 22:16:33.497 INFO O| Aug 14 22:16:33.497 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-14T22:16:34.545Z[ host-image] Aug 14 22:16:33.506 INFO O| Aug 14 22:16:33.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101902026-08-14T22:16:34.545Z[ host-image] Aug 14 22:16:33.506 INFO O| Aug 14 22:16:33.506 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101912026-08-14T22:16:34.548Z[ host-image] Aug 14 22:16:33.506 INFO O| Aug 14 22:16:33.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101922026-08-14T22:16:34.548Z[ host-image] Aug 14 22:16:33.506 INFO O| Aug 14 22:16:33.506 INFO ok!
101932026-08-14T22:16:34.548Z[ host-image] Aug 14 22:16:33.506 INFO O| Aug 14 22:16:33.506 INFO STEP 88 (ensure_file) COMPLETE
101942026-08-14T22:16:34.548Z[ host-image] Aug 14 22:16:33.506 INFO O| Aug 14 22:16:33.506 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-08-14T22:16:34.554Z[ host-image] Aug 14 22:16:33.514 INFO O| Aug 14 22:16:33.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101962026-08-14T22:16:34.554Z[ host-image] Aug 14 22:16:33.514 INFO O| Aug 14 22:16:33.514 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101972026-08-14T22:16:34.557Z[ host-image] Aug 14 22:16:33.514 INFO O| Aug 14 22:16:33.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101982026-08-14T22:16:34.557Z[ host-image] Aug 14 22:16:33.514 INFO O| Aug 14 22:16:33.514 INFO ok!
101992026-08-14T22:16:34.557Z[ host-image] Aug 14 22:16:33.514 INFO O| Aug 14 22:16:33.514 INFO STEP 89 (ensure_file) COMPLETE
102002026-08-14T22:16:34.557Z[ host-image] Aug 14 22:16:33.514 INFO O| Aug 14 22:16:33.514 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-14T22:16:34.561Z[ host-image] Aug 14 22:16:33.522 INFO O| Aug 14 22:16:33.522 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102022026-08-14T22:16:34.565Z[ host-image] Aug 14 22:16:33.522 INFO O| Aug 14 22:16:33.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102032026-08-14T22:16:34.565Z[ host-image] Aug 14 22:16:33.522 INFO O| Aug 14 22:16:33.522 INFO STEP 90 (ensure_dir) COMPLETE
102042026-08-14T22:16:34.565Z[ host-image] Aug 14 22:16:33.522 INFO O| Aug 14 22:16:33.522 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-14T22:16:34.570Z[ host-image] Aug 14 22:16:33.530 INFO O| Aug 14 22:16:33.530 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102062026-08-14T22:16:34.570Z[ host-image] Aug 14 22:16:33.530 INFO O| Aug 14 22:16:33.530 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102072026-08-14T22:16:34.573Z[ host-image] Aug 14 22:16:33.532 INFO O| Aug 14 22:16:33.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102082026-08-14T22:16:34.573Z[ host-image] Aug 14 22:16:33.532 INFO O| Aug 14 22:16:33.532 INFO ok!
102092026-08-14T22:16:34.573Z[ host-image] Aug 14 22:16:33.532 INFO O| Aug 14 22:16:33.532 INFO STEP 91 (ensure_file) COMPLETE
102102026-08-14T22:16:34.573Z[ host-image] Aug 14 22:16:33.532 INFO O| Aug 14 22:16:33.532 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-08-14T22:16:34.580Z[ host-image] Aug 14 22:16:33.540 INFO O| Aug 14 22:16:33.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102122026-08-14T22:16:34.580Z[ host-image] Aug 14 22:16:33.540 INFO O| Aug 14 22:16:33.540 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102132026-08-14T22:16:34.580Z[ host-image] Aug 14 22:16:33.540 INFO O| Aug 14 22:16:33.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102142026-08-14T22:16:34.580Z[ host-image] Aug 14 22:16:33.540 INFO O| Aug 14 22:16:33.540 INFO ok!
102152026-08-14T22:16:34.580Z[ host-image] Aug 14 22:16:33.540 INFO O| Aug 14 22:16:33.540 INFO STEP 92 (ensure_file) COMPLETE
102162026-08-14T22:16:34.584Z[ host-image] Aug 14 22:16:33.540 INFO O| Aug 14 22:16:33.540 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-08-14T22:16:34.589Z[ host-image] Aug 14 22:16:33.550 INFO O| Aug 14 22:16:33.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102182026-08-14T22:16:34.589Z[ host-image] Aug 14 22:16:33.550 INFO O| Aug 14 22:16:33.550 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102192026-08-14T22:16:35.150Z[ host-image] Aug 14 22:16:34.110 INFO O| Aug 14 22:16:34.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102202026-08-14T22:16:35.150Z[ host-image] Aug 14 22:16:34.110 INFO O| Aug 14 22:16:34.110 INFO ok!
102212026-08-14T22:16:35.150Z[ host-image] Aug 14 22:16:34.110 INFO O| Aug 14 22:16:34.110 INFO STEP 93 (ensure_file) COMPLETE
102222026-08-14T22:16:35.150Z[ host-image] Aug 14 22:16:34.110 INFO O| Aug 14 22:16:34.110 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-08-14T22:16:35.159Z[ host-image] Aug 14 22:16:34.120 INFO O| Aug 14 22:16:34.120 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102242026-08-14T22:16:35.163Z[ host-image] Aug 14 22:16:34.120 INFO O| Aug 14 22:16:34.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102252026-08-14T22:16:35.163Z[ host-image] Aug 14 22:16:34.120 INFO O| Aug 14 22:16:34.120 INFO STEP 94 (ensure_dir) COMPLETE
102262026-08-14T22:16:35.163Z[ host-image] Aug 14 22:16:34.120 INFO O| Aug 14 22:16:34.120 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-14T22:16:35.166Z[ host-image] Aug 14 22:16:34.127 INFO O| Aug 14 22:16:34.127 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102282026-08-14T22:16:35.167Z[ host-image] Aug 14 22:16:34.127 INFO O| Aug 14 22:16:34.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102292026-08-14T22:16:35.167Z[ host-image] Aug 14 22:16:34.127 INFO O| Aug 14 22:16:34.127 INFO STEP 95 (ensure_dir) COMPLETE
102302026-08-14T22:16:35.170Z[ host-image] Aug 14 22:16:34.127 INFO O| Aug 14 22:16:34.127 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-14T22:16:35.174Z[ host-image] Aug 14 22:16:34.133 INFO O| Aug 14 22:16:34.133 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102322026-08-14T22:16:35.174Z[ host-image] Aug 14 22:16:34.133 INFO O| Aug 14 22:16:34.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102332026-08-14T22:16:35.174Z[ host-image] Aug 14 22:16:34.133 INFO O| Aug 14 22:16:34.133 INFO STEP 96 (ensure_dir) COMPLETE
102342026-08-14T22:16:35.174Z[ host-image] Aug 14 22:16:34.133 INFO O| Aug 14 22:16:34.133 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-08-14T22:16:35.178Z[ host-image] Aug 14 22:16:34.139 INFO O| Aug 14 22:16:34.139 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102362026-08-14T22:16:35.182Z[ host-image] Aug 14 22:16:34.139 INFO O| Aug 14 22:16:34.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102372026-08-14T22:16:35.182Z[ host-image] Aug 14 22:16:34.139 INFO O| Aug 14 22:16:34.139 INFO STEP 97 (ensure_dir) COMPLETE
102382026-08-14T22:16:35.182Z[ host-image] Aug 14 22:16:34.139 INFO O| Aug 14 22:16:34.139 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-08-14T22:16:35.185Z[ host-image] Aug 14 22:16:34.145 INFO O| Aug 14 22:16:34.145 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102402026-08-14T22:16:35.185Z[ host-image] Aug 14 22:16:34.145 INFO O| Aug 14 22:16:34.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102412026-08-14T22:16:35.185Z[ host-image] Aug 14 22:16:34.145 INFO O| Aug 14 22:16:34.145 INFO STEP 98 (ensure_dir) COMPLETE
102422026-08-14T22:16:35.185Z[ host-image] Aug 14 22:16:34.145 INFO O| Aug 14 22:16:34.145 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-14T22:16:35.192Z[ host-image] Aug 14 22:16:34.153 INFO O| Aug 14 22:16:34.153 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102442026-08-14T22:16:35.196Z[ host-image] Aug 14 22:16:34.153 INFO O| Aug 14 22:16:34.153 INFO copying /tmp/.tmpFcfgkw/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 ...
102452026-08-14T22:16:35.196Z[ host-image] Aug 14 22:16:34.153 INFO O| Aug 14 22:16:34.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102462026-08-14T22:16:35.196Z[ host-image] Aug 14 22:16:34.153 INFO O| Aug 14 22:16:34.153 INFO ok!
102472026-08-14T22:16:35.196Z[ host-image] Aug 14 22:16:34.153 INFO O| Aug 14 22:16:34.153 INFO STEP 99 (ensure_file) COMPLETE
102482026-08-14T22:16:35.196Z[ host-image] Aug 14 22:16:34.153 INFO O| Aug 14 22:16:34.153 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-14T22:16:35.201Z[ host-image] Aug 14 22:16:34.162 INFO O| Aug 14 22:16:34.162 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102502026-08-14T22:16:35.201Z[ host-image] Aug 14 22:16:34.162 INFO O| Aug 14 22:16:34.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102512026-08-14T22:16:35.205Z[ host-image] Aug 14 22:16:34.162 INFO O| Aug 14 22:16:34.162 INFO STEP 100 (ensure_dir) COMPLETE
102522026-08-14T22:16:35.205Z[ host-image] Aug 14 22:16:34.162 INFO O| Aug 14 22:16:34.162 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-14T22:16:35.209Z[ host-image] Aug 14 22:16:34.170 INFO O| Aug 14 22:16:34.170 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102542026-08-14T22:16:35.213Z[ host-image] Aug 14 22:16:34.170 INFO O| Aug 14 22:16:34.170 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102552026-08-14T22:16:35.219Z[ host-image] Aug 14 22:16:34.179 INFO O| Aug 14 22:16:34.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102562026-08-14T22:16:35.219Z[ host-image] Aug 14 22:16:34.179 INFO O| Aug 14 22:16:34.179 INFO ok!
102572026-08-14T22:16:35.222Z[ host-image] Aug 14 22:16:34.179 INFO O| Aug 14 22:16:34.179 INFO STEP 101 (ensure_file) COMPLETE
102582026-08-14T22:16:35.222Z[ host-image] Aug 14 22:16:34.179 INFO O| Aug 14 22:16:34.179 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-14T22:16:35.227Z[ host-image] Aug 14 22:16:34.188 INFO O| Aug 14 22:16:34.188 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102602026-08-14T22:16:35.227Z[ host-image] Aug 14 22:16:34.188 INFO O| Aug 14 22:16:34.188 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102612026-08-14T22:16:35.231Z[ host-image] Aug 14 22:16:34.188 INFO O| Aug 14 22:16:34.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102622026-08-14T22:16:35.231Z[ host-image] Aug 14 22:16:34.188 INFO O| Aug 14 22:16:34.188 INFO ok!
102632026-08-14T22:16:35.231Z[ host-image] Aug 14 22:16:34.188 INFO O| Aug 14 22:16:34.188 INFO STEP 102 (ensure_file) COMPLETE
102642026-08-14T22:16:35.231Z[ host-image] Aug 14 22:16:34.188 INFO O| Aug 14 22:16:34.188 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-08-14T22:16:35.234Z[ host-image] Aug 14 22:16:34.195 INFO O| Aug 14 22:16:34.195 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102662026-08-14T22:16:35.234Z[ host-image] Aug 14 22:16:34.195 INFO O| Aug 14 22:16:34.195 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102672026-08-14T22:16:35.506Z[ host-image] Aug 14 22:16:34.467 INFO O| Aug 14 22:16:34.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102682026-08-14T22:16:35.507Z[ host-image] Aug 14 22:16:34.467 INFO O| Aug 14 22:16:34.467 INFO ok!
102692026-08-14T22:16:35.511Z[ host-image] Aug 14 22:16:34.467 INFO O| Aug 14 22:16:34.467 INFO STEP 103 (ensure_file) COMPLETE
102702026-08-14T22:16:35.511Z[ host-image] Aug 14 22:16:34.467 INFO O| Aug 14 22:16:34.467 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-08-14T22:16:35.515Z[ host-image] Aug 14 22:16:34.475 INFO O| Aug 14 22:16:34.475 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102722026-08-14T22:16:35.515Z[ host-image] Aug 14 22:16:34.475 INFO O| Aug 14 22:16:34.475 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102732026-08-14T22:16:35.519Z[ host-image] Aug 14 22:16:34.475 INFO O| Aug 14 22:16:34.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102742026-08-14T22:16:35.519Z[ host-image] Aug 14 22:16:34.475 INFO O| Aug 14 22:16:34.475 INFO ok!
102752026-08-14T22:16:35.519Z[ host-image] Aug 14 22:16:34.475 INFO O| Aug 14 22:16:34.475 INFO STEP 104 (ensure_file) COMPLETE
102762026-08-14T22:16:35.519Z[ host-image] Aug 14 22:16:34.475 INFO O| Aug 14 22:16:34.475 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-14T22:16:35.525Z[ host-image] Aug 14 22:16:34.485 INFO O| Aug 14 22:16:34.485 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102782026-08-14T22:16:35.525Z[ host-image] Aug 14 22:16:34.485 INFO O| Aug 14 22:16:34.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102792026-08-14T22:16:35.525Z[ host-image] Aug 14 22:16:34.485 INFO O| Aug 14 22:16:34.485 INFO STEP 105 (ensure_dir) COMPLETE
102802026-08-14T22:16:35.528Z[ host-image] Aug 14 22:16:34.485 INFO O| Aug 14 22:16:34.485 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-08-14T22:16:35.533Z[ host-image] Aug 14 22:16:34.494 INFO O| Aug 14 22:16:34.494 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102822026-08-14T22:16:35.533Z[ host-image] Aug 14 22:16:34.494 INFO O| Aug 14 22:16:34.494 INFO copying /tmp/.tmpFcfgkw/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 ...
102832026-08-14T22:16:35.544Z[ host-image] Aug 14 22:16:34.505 INFO O| Aug 14 22:16:34.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102842026-08-14T22:16:35.545Z[ host-image] Aug 14 22:16:34.505 INFO O| Aug 14 22:16:34.505 INFO ok!
102852026-08-14T22:16:35.548Z[ host-image] Aug 14 22:16:34.505 INFO O| Aug 14 22:16:34.505 INFO STEP 106 (ensure_file) COMPLETE
102862026-08-14T22:16:35.548Z[ host-image] Aug 14 22:16:34.505 INFO O| Aug 14 22:16:34.505 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-14T22:16:35.553Z[ host-image] Aug 14 22:16:34.514 INFO O| Aug 14 22:16:34.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102882026-08-14T22:16:35.553Z[ host-image] Aug 14 22:16:34.514 INFO O| Aug 14 22:16:34.514 INFO copying /tmp/.tmpFcfgkw/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 ...
102892026-08-14T22:16:35.557Z[ host-image] Aug 14 22:16:34.514 INFO O| Aug 14 22:16:34.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102902026-08-14T22:16:35.557Z[ host-image] Aug 14 22:16:34.514 INFO O| Aug 14 22:16:34.514 INFO ok!
102912026-08-14T22:16:35.557Z[ host-image] Aug 14 22:16:34.514 INFO O| Aug 14 22:16:34.514 INFO STEP 107 (ensure_file) COMPLETE
102922026-08-14T22:16:35.557Z[ host-image] Aug 14 22:16:34.514 INFO O| Aug 14 22:16:34.514 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-14T22:16:35.562Z[ host-image] Aug 14 22:16:34.523 INFO O| Aug 14 22:16:34.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102942026-08-14T22:16:35.562Z[ host-image] Aug 14 22:16:34.523 INFO O| Aug 14 22:16:34.523 INFO copying /tmp/.tmpFcfgkw/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 ...
102952026-08-14T22:16:35.565Z[ host-image] Aug 14 22:16:34.523 INFO O| Aug 14 22:16:34.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102962026-08-14T22:16:35.565Z[ host-image] Aug 14 22:16:34.523 INFO O| Aug 14 22:16:34.523 INFO ok!
102972026-08-14T22:16:35.565Z[ host-image] Aug 14 22:16:34.523 INFO O| Aug 14 22:16:34.523 INFO STEP 108 (ensure_file) COMPLETE
102982026-08-14T22:16:35.565Z[ host-image] Aug 14 22:16:34.523 INFO O| Aug 14 22:16:34.523 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-08-14T22:16:35.569Z[ host-image] Aug 14 22:16:34.529 INFO O| Aug 14 22:16:34.529 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103002026-08-14T22:16:35.569Z[ host-image] Aug 14 22:16:34.529 INFO O| Aug 14 22:16:34.529 INFO copying /tmp/.tmpFcfgkw/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 ...
103012026-08-14T22:16:35.569Z[ host-image] Aug 14 22:16:34.529 INFO O| Aug 14 22:16:34.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103022026-08-14T22:16:35.569Z[ host-image] Aug 14 22:16:34.529 INFO O| Aug 14 22:16:34.529 INFO ok!
103032026-08-14T22:16:35.569Z[ host-image] Aug 14 22:16:34.529 INFO O| Aug 14 22:16:34.529 INFO STEP 109 (ensure_file) COMPLETE
103042026-08-14T22:16:35.569Z[ host-image] Aug 14 22:16:34.529 INFO O| Aug 14 22:16:34.529 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-08-14T22:16:35.575Z[ host-image] Aug 14 22:16:34.536 INFO O| Aug 14 22:16:34.536 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103062026-08-14T22:16:35.578Z[ host-image] Aug 14 22:16:34.536 INFO O| Aug 14 22:16:34.536 INFO copying /tmp/.tmpFcfgkw/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 ...
103072026-08-14T22:16:35.578Z[ host-image] Aug 14 22:16:34.536 INFO O| Aug 14 22:16:34.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103082026-08-14T22:16:35.578Z[ host-image] Aug 14 22:16:34.536 INFO O| Aug 14 22:16:34.536 INFO ok!
103092026-08-14T22:16:35.578Z[ host-image] Aug 14 22:16:34.536 INFO O| Aug 14 22:16:34.536 INFO STEP 110 (ensure_file) COMPLETE
103102026-08-14T22:16:35.578Z[ host-image] Aug 14 22:16:34.536 INFO O| Aug 14 22:16:34.536 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-08-14T22:16:35.582Z[ host-image] Aug 14 22:16:34.542 INFO O| Aug 14 22:16:34.542 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103122026-08-14T22:16:35.582Z[ host-image] Aug 14 22:16:34.542 INFO O| Aug 14 22:16:34.542 INFO copying /tmp/.tmpFcfgkw/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 ...
103132026-08-14T22:16:35.582Z[ host-image] Aug 14 22:16:34.542 INFO O| Aug 14 22:16:34.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103142026-08-14T22:16:35.582Z[ host-image] Aug 14 22:16:34.542 INFO O| Aug 14 22:16:34.542 INFO ok!
103152026-08-14T22:16:35.582Z[ host-image] Aug 14 22:16:34.542 INFO O| Aug 14 22:16:34.542 INFO STEP 111 (ensure_file) COMPLETE
103162026-08-14T22:16:35.582Z[ host-image] Aug 14 22:16:34.542 INFO O| Aug 14 22:16:34.542 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-08-14T22:16:35.591Z[ host-image] Aug 14 22:16:34.551 INFO O| Aug 14 22:16:34.551 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103182026-08-14T22:16:35.591Z[ host-image] Aug 14 22:16:34.551 INFO O| Aug 14 22:16:34.551 INFO copying /tmp/.tmpFcfgkw/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 ...
103192026-08-14T22:16:35.595Z[ host-image] Aug 14 22:16:34.551 INFO O| Aug 14 22:16:34.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103202026-08-14T22:16:35.595Z[ host-image] Aug 14 22:16:34.551 INFO O| Aug 14 22:16:34.551 INFO ok!
103212026-08-14T22:16:35.595Z[ host-image] Aug 14 22:16:34.551 INFO O| Aug 14 22:16:34.551 INFO STEP 112 (ensure_file) COMPLETE
103222026-08-14T22:16:35.595Z[ host-image] Aug 14 22:16:34.551 INFO O| Aug 14 22:16:34.551 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-08-14T22:16:35.599Z[ host-image] Aug 14 22:16:34.560 INFO O| Aug 14 22:16:34.560 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103242026-08-14T22:16:35.602Z[ host-image] Aug 14 22:16:34.560 INFO O| Aug 14 22:16:34.560 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103252026-08-14T22:16:35.602Z[ host-image] Aug 14 22:16:34.560 INFO O| Aug 14 22:16:34.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103262026-08-14T22:16:35.602Z[ host-image] Aug 14 22:16:34.560 INFO O| Aug 14 22:16:34.560 INFO ok!
103272026-08-14T22:16:35.602Z[ host-image] Aug 14 22:16:34.560 INFO O| Aug 14 22:16:34.560 INFO STEP 113 (ensure_file) COMPLETE
103282026-08-14T22:16:35.602Z[ host-image] Aug 14 22:16:34.560 INFO O| Aug 14 22:16:34.560 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-08-14T22:16:35.607Z[ host-image] Aug 14 22:16:34.568 INFO O| Aug 14 22:16:34.568 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103302026-08-14T22:16:35.607Z[ host-image] Aug 14 22:16:34.568 INFO O| Aug 14 22:16:34.568 INFO copying /tmp/.tmpFcfgkw/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 ...
103312026-08-14T22:16:35.610Z[ host-image] Aug 14 22:16:34.568 INFO O| Aug 14 22:16:34.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103322026-08-14T22:16:35.610Z[ host-image] Aug 14 22:16:34.568 INFO O| Aug 14 22:16:34.568 INFO ok!
103332026-08-14T22:16:35.610Z[ host-image] Aug 14 22:16:34.568 INFO O| Aug 14 22:16:34.568 INFO STEP 114 (ensure_file) COMPLETE
103342026-08-14T22:16:35.611Z[ host-image] Aug 14 22:16:34.568 INFO O| Aug 14 22:16:34.568 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352026-08-14T22:16:35.616Z[ host-image] Aug 14 22:16:34.577 INFO O| Aug 14 22:16:34.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103362026-08-14T22:16:35.616Z[ host-image] Aug 14 22:16:34.577 INFO O| Aug 14 22:16:34.577 INFO copying /tmp/.tmpFcfgkw/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 ...
103372026-08-14T22:16:35.619Z[ host-image] Aug 14 22:16:34.577 INFO O| Aug 14 22:16:34.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103382026-08-14T22:16:35.619Z[ host-image] Aug 14 22:16:34.577 INFO O| Aug 14 22:16:34.577 INFO ok!
103392026-08-14T22:16:35.619Z[ host-image] Aug 14 22:16:34.577 INFO O| Aug 14 22:16:34.577 INFO STEP 115 (ensure_file) COMPLETE
103402026-08-14T22:16:35.619Z[ host-image] Aug 14 22:16:34.577 INFO O| Aug 14 22:16:34.577 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-08-14T22:16:35.623Z[ host-image] Aug 14 22:16:34.583 INFO O| Aug 14 22:16:34.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103422026-08-14T22:16:35.623Z[ host-image] Aug 14 22:16:34.583 INFO O| Aug 14 22:16:34.583 INFO copying /tmp/.tmpFcfgkw/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 ...
103432026-08-14T22:16:35.623Z[ host-image] Aug 14 22:16:34.583 INFO O| Aug 14 22:16:34.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103442026-08-14T22:16:35.623Z[ host-image] Aug 14 22:16:34.583 INFO O| Aug 14 22:16:34.583 INFO ok!
103452026-08-14T22:16:35.623Z[ host-image] Aug 14 22:16:34.583 INFO O| Aug 14 22:16:34.583 INFO STEP 116 (ensure_file) COMPLETE
103462026-08-14T22:16:35.623Z[ host-image] Aug 14 22:16:34.583 INFO O| Aug 14 22:16:34.583 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-08-14T22:16:35.632Z[ host-image] Aug 14 22:16:34.593 INFO O| Aug 14 22:16:34.593 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103482026-08-14T22:16:35.632Z[ host-image] Aug 14 22:16:34.593 INFO O| Aug 14 22:16:34.593 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103492026-08-14T22:16:35.635Z[ host-image] Aug 14 22:16:34.593 INFO O| Aug 14 22:16:34.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103502026-08-14T22:16:35.636Z[ host-image] Aug 14 22:16:34.593 INFO O| Aug 14 22:16:34.593 INFO ok!
103512026-08-14T22:16:35.636Z[ host-image] Aug 14 22:16:34.593 INFO O| Aug 14 22:16:34.593 INFO STEP 117 (ensure_file) COMPLETE
103522026-08-14T22:16:35.636Z[ host-image] Aug 14 22:16:34.593 INFO O| Aug 14 22:16:34.593 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-08-14T22:16:35.640Z[ host-image] Aug 14 22:16:34.601 INFO O| Aug 14 22:16:34.601 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103542026-08-14T22:16:35.641Z[ host-image] Aug 14 22:16:34.601 INFO O| Aug 14 22:16:34.601 INFO copying /tmp/.tmpFcfgkw/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 ...
103552026-08-14T22:16:35.644Z[ host-image] Aug 14 22:16:34.601 INFO O| Aug 14 22:16:34.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103562026-08-14T22:16:35.644Z[ host-image] Aug 14 22:16:34.601 INFO O| Aug 14 22:16:34.601 INFO ok!
103572026-08-14T22:16:35.644Z[ host-image] Aug 14 22:16:34.601 INFO O| Aug 14 22:16:34.601 INFO STEP 118 (ensure_file) COMPLETE
103582026-08-14T22:16:35.644Z[ host-image] Aug 14 22:16:34.601 INFO O| Aug 14 22:16:34.601 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-08-14T22:16:35.648Z[ host-image] Aug 14 22:16:34.609 INFO O| Aug 14 22:16:34.609 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103602026-08-14T22:16:35.649Z[ host-image] Aug 14 22:16:34.609 INFO O| Aug 14 22:16:34.609 INFO copying /tmp/.tmpFcfgkw/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 ...
103612026-08-14T22:16:35.652Z[ host-image] Aug 14 22:16:34.609 INFO O| Aug 14 22:16:34.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103622026-08-14T22:16:35.652Z[ host-image] Aug 14 22:16:34.609 INFO O| Aug 14 22:16:34.609 INFO ok!
103632026-08-14T22:16:35.652Z[ host-image] Aug 14 22:16:34.609 INFO O| Aug 14 22:16:34.609 INFO STEP 119 (ensure_file) COMPLETE
103642026-08-14T22:16:35.652Z[ host-image] Aug 14 22:16:34.609 INFO O| Aug 14 22:16:34.609 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-08-14T22:16:35.657Z[ host-image] Aug 14 22:16:34.617 INFO O| Aug 14 22:16:34.617 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103662026-08-14T22:16:35.660Z[ host-image] Aug 14 22:16:34.617 INFO O| Aug 14 22:16:34.617 INFO copying /tmp/.tmpFcfgkw/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 ...
103672026-08-14T22:16:35.660Z[ host-image] Aug 14 22:16:34.617 INFO O| Aug 14 22:16:34.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103682026-08-14T22:16:35.660Z[ host-image] Aug 14 22:16:34.617 INFO O| Aug 14 22:16:34.617 INFO ok!
103692026-08-14T22:16:35.660Z[ host-image] Aug 14 22:16:34.617 INFO O| Aug 14 22:16:34.617 INFO STEP 120 (ensure_file) COMPLETE
103702026-08-14T22:16:35.660Z[ host-image] Aug 14 22:16:34.617 INFO O| Aug 14 22:16:34.617 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-14T22:16:35.663Z[ host-image] Aug 14 22:16:34.624 INFO O| Aug 14 22:16:34.624 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103722026-08-14T22:16:35.664Z[ host-image] Aug 14 22:16:34.624 INFO O| Aug 14 22:16:34.624 INFO copying /tmp/.tmpFcfgkw/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 ...
103732026-08-14T22:16:35.664Z[ host-image] Aug 14 22:16:34.624 INFO O| Aug 14 22:16:34.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103742026-08-14T22:16:35.664Z[ host-image] Aug 14 22:16:34.624 INFO O| Aug 14 22:16:34.624 INFO ok!
103752026-08-14T22:16:35.664Z[ host-image] Aug 14 22:16:34.624 INFO O| Aug 14 22:16:34.624 INFO STEP 121 (ensure_file) COMPLETE
103762026-08-14T22:16:35.664Z[ host-image] Aug 14 22:16:34.624 INFO O| Aug 14 22:16:34.624 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-14T22:16:35.688Z[ host-image] Aug 14 22:16:34.631 INFO O| Aug 14 22:16:34.631 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103782026-08-14T22:16:35.688Z[ host-image] Aug 14 22:16:34.631 INFO O| Aug 14 22:16:34.631 INFO copying /tmp/.tmpFcfgkw/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 ...
103792026-08-14T22:16:35.688Z[ host-image] Aug 14 22:16:34.631 INFO O| Aug 14 22:16:34.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103802026-08-14T22:16:35.688Z[ host-image] Aug 14 22:16:34.631 INFO O| Aug 14 22:16:34.631 INFO ok!
103812026-08-14T22:16:35.688Z[ host-image] Aug 14 22:16:34.631 INFO O| Aug 14 22:16:34.631 INFO STEP 122 (ensure_file) COMPLETE
103822026-08-14T22:16:35.688Z[ host-image] Aug 14 22:16:34.631 INFO O| Aug 14 22:16:34.631 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-14T22:16:35.688Z[ host-image] Aug 14 22:16:34.640 INFO O| Aug 14 22:16:34.640 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103842026-08-14T22:16:35.688Z[ host-image] Aug 14 22:16:34.640 INFO O| Aug 14 22:16:34.640 INFO copying /tmp/.tmpFcfgkw/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 ...
103852026-08-14T22:16:35.689Z[ host-image] Aug 14 22:16:34.640 INFO O| Aug 14 22:16:34.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103862026-08-14T22:16:35.689Z[ host-image] Aug 14 22:16:34.640 INFO O| Aug 14 22:16:34.640 INFO ok!
103872026-08-14T22:16:35.689Z[ host-image] Aug 14 22:16:34.640 INFO O| Aug 14 22:16:34.640 INFO STEP 123 (ensure_file) COMPLETE
103882026-08-14T22:16:35.689Z[ host-image] Aug 14 22:16:34.640 INFO O| Aug 14 22:16:34.640 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-14T22:16:35.689Z[ host-image] Aug 14 22:16:34.647 INFO O| Aug 14 22:16:34.647 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103902026-08-14T22:16:35.689Z[ host-image] Aug 14 22:16:34.647 INFO O| Aug 14 22:16:34.647 INFO copying /tmp/.tmpFcfgkw/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 ...
103912026-08-14T22:16:35.689Z[ host-image] Aug 14 22:16:34.647 INFO O| Aug 14 22:16:34.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103922026-08-14T22:16:35.689Z[ host-image] Aug 14 22:16:34.647 INFO O| Aug 14 22:16:34.647 INFO ok!
103932026-08-14T22:16:35.689Z[ host-image] Aug 14 22:16:34.647 INFO O| Aug 14 22:16:34.647 INFO STEP 124 (ensure_file) COMPLETE
103942026-08-14T22:16:35.689Z[ host-image] Aug 14 22:16:34.647 INFO O| Aug 14 22:16:34.647 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-08-14T22:16:35.693Z[ host-image] Aug 14 22:16:34.654 INFO O| Aug 14 22:16:34.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103962026-08-14T22:16:35.693Z[ host-image] Aug 14 22:16:34.654 INFO O| Aug 14 22:16:34.654 INFO copying /tmp/.tmpFcfgkw/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 ...
103972026-08-14T22:16:35.693Z[ host-image] Aug 14 22:16:34.654 INFO O| Aug 14 22:16:34.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103982026-08-14T22:16:35.697Z[ host-image] Aug 14 22:16:34.654 INFO O| Aug 14 22:16:34.654 INFO ok!
103992026-08-14T22:16:35.697Z[ host-image] Aug 14 22:16:34.654 INFO O| Aug 14 22:16:34.654 INFO STEP 125 (ensure_file) COMPLETE
104002026-08-14T22:16:35.697Z[ host-image] Aug 14 22:16:34.654 INFO O| Aug 14 22:16:34.654 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-08-14T22:16:35.701Z[ host-image] Aug 14 22:16:34.662 INFO O| Aug 14 22:16:34.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104022026-08-14T22:16:35.701Z[ host-image] Aug 14 22:16:34.662 INFO O| Aug 14 22:16:34.662 INFO copying /tmp/.tmpFcfgkw/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 ...
104032026-08-14T22:16:35.701Z[ host-image] Aug 14 22:16:34.662 INFO O| Aug 14 22:16:34.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104042026-08-14T22:16:35.701Z[ host-image] Aug 14 22:16:34.662 INFO O| Aug 14 22:16:34.662 INFO ok!
104052026-08-14T22:16:35.705Z[ host-image] Aug 14 22:16:34.662 INFO O| Aug 14 22:16:34.662 INFO STEP 126 (ensure_file) COMPLETE
104062026-08-14T22:16:35.705Z[ host-image] Aug 14 22:16:34.662 INFO O| Aug 14 22:16:34.662 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-08-14T22:16:35.710Z[ host-image] Aug 14 22:16:34.671 INFO O| Aug 14 22:16:34.671 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104082026-08-14T22:16:35.710Z[ host-image] Aug 14 22:16:34.671 INFO O| Aug 14 22:16:34.671 INFO copying /tmp/.tmpFcfgkw/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 ...
104092026-08-14T22:16:35.714Z[ host-image] Aug 14 22:16:34.671 INFO O| Aug 14 22:16:34.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104102026-08-14T22:16:35.714Z[ host-image] Aug 14 22:16:34.671 INFO O| Aug 14 22:16:34.671 INFO ok!
104112026-08-14T22:16:35.714Z[ host-image] Aug 14 22:16:34.671 INFO O| Aug 14 22:16:34.671 INFO STEP 127 (ensure_file) COMPLETE
104122026-08-14T22:16:35.714Z[ host-image] Aug 14 22:16:34.671 INFO O| Aug 14 22:16:34.671 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-08-14T22:16:35.718Z[ host-image] Aug 14 22:16:34.679 INFO O| Aug 14 22:16:34.679 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104142026-08-14T22:16:35.718Z[ host-image] Aug 14 22:16:34.679 INFO O| Aug 14 22:16:34.679 INFO copying /tmp/.tmpFcfgkw/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 ...
104152026-08-14T22:16:35.723Z[ host-image] Aug 14 22:16:34.679 INFO O| Aug 14 22:16:34.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104162026-08-14T22:16:35.723Z[ host-image] Aug 14 22:16:34.679 INFO O| Aug 14 22:16:34.679 INFO ok!
104172026-08-14T22:16:35.723Z[ host-image] Aug 14 22:16:34.679 INFO O| Aug 14 22:16:34.679 INFO STEP 128 (ensure_file) COMPLETE
104182026-08-14T22:16:35.723Z[ host-image] Aug 14 22:16:34.679 INFO O| Aug 14 22:16:34.679 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-08-14T22:16:35.726Z[ host-image] Aug 14 22:16:34.685 INFO O| Aug 14 22:16:34.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104202026-08-14T22:16:35.726Z[ host-image] Aug 14 22:16:34.685 INFO O| Aug 14 22:16:34.685 INFO copying /tmp/.tmpFcfgkw/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 ...
104212026-08-14T22:16:35.726Z[ host-image] Aug 14 22:16:34.685 INFO O| Aug 14 22:16:34.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104222026-08-14T22:16:35.726Z[ host-image] Aug 14 22:16:34.685 INFO O| Aug 14 22:16:34.685 INFO ok!
104232026-08-14T22:16:35.726Z[ host-image] Aug 14 22:16:34.685 INFO O| Aug 14 22:16:34.685 INFO STEP 129 (ensure_file) COMPLETE
104242026-08-14T22:16:35.726Z[ host-image] Aug 14 22:16:34.685 INFO O| Aug 14 22:16:34.685 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-08-14T22:16:35.734Z[ host-image] Aug 14 22:16:34.694 INFO O| Aug 14 22:16:34.694 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104262026-08-14T22:16:35.734Z[ host-image] Aug 14 22:16:34.694 INFO O| Aug 14 22:16:34.694 INFO copying /tmp/.tmpFcfgkw/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 ...
104272026-08-14T22:16:35.737Z[ host-image] Aug 14 22:16:34.694 INFO O| Aug 14 22:16:34.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104282026-08-14T22:16:35.737Z[ host-image] Aug 14 22:16:34.694 INFO O| Aug 14 22:16:34.694 INFO ok!
104292026-08-14T22:16:35.737Z[ host-image] Aug 14 22:16:34.694 INFO O| Aug 14 22:16:34.694 INFO STEP 130 (ensure_file) COMPLETE
104302026-08-14T22:16:35.737Z[ host-image] Aug 14 22:16:34.694 INFO O| Aug 14 22:16:34.694 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-08-14T22:16:35.741Z[ host-image] Aug 14 22:16:34.702 INFO O| Aug 14 22:16:34.702 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104322026-08-14T22:16:35.741Z[ host-image] Aug 14 22:16:34.702 INFO O| Aug 14 22:16:34.702 INFO copying /tmp/.tmpFcfgkw/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 ...
104332026-08-14T22:16:35.741Z[ host-image] Aug 14 22:16:34.702 INFO O| Aug 14 22:16:34.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104342026-08-14T22:16:35.741Z[ host-image] Aug 14 22:16:34.702 INFO O| Aug 14 22:16:34.702 INFO ok!
104352026-08-14T22:16:35.745Z[ host-image] Aug 14 22:16:34.702 INFO O| Aug 14 22:16:34.702 INFO STEP 131 (ensure_file) COMPLETE
104362026-08-14T22:16:35.745Z[ host-image] Aug 14 22:16:34.702 INFO O| Aug 14 22:16:34.702 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-08-14T22:16:35.748Z[ host-image] Aug 14 22:16:34.709 INFO O| Aug 14 22:16:34.709 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104382026-08-14T22:16:35.748Z[ host-image] Aug 14 22:16:34.709 INFO O| Aug 14 22:16:34.709 INFO copying /tmp/.tmpFcfgkw/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 ...
104392026-08-14T22:16:35.748Z[ host-image] Aug 14 22:16:34.709 INFO O| Aug 14 22:16:34.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104402026-08-14T22:16:35.748Z[ host-image] Aug 14 22:16:34.709 INFO O| Aug 14 22:16:34.709 INFO ok!
104412026-08-14T22:16:35.748Z[ host-image] Aug 14 22:16:34.709 INFO O| Aug 14 22:16:34.709 INFO STEP 132 (ensure_file) COMPLETE
104422026-08-14T22:16:35.748Z[ host-image] Aug 14 22:16:34.709 INFO O| Aug 14 22:16:34.709 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-14T22:16:35.756Z[ host-image] Aug 14 22:16:34.717 INFO O| Aug 14 22:16:34.717 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104442026-08-14T22:16:35.756Z[ host-image] Aug 14 22:16:34.717 INFO O| Aug 14 22:16:34.717 INFO copying /tmp/.tmpFcfgkw/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 ...
104452026-08-14T22:16:35.759Z[ host-image] Aug 14 22:16:34.717 INFO O| Aug 14 22:16:34.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104462026-08-14T22:16:35.760Z[ host-image] Aug 14 22:16:34.717 INFO O| Aug 14 22:16:34.717 INFO ok!
104472026-08-14T22:16:35.760Z[ host-image] Aug 14 22:16:34.717 INFO O| Aug 14 22:16:34.717 INFO STEP 133 (ensure_file) COMPLETE
104482026-08-14T22:16:35.760Z[ host-image] Aug 14 22:16:34.717 INFO O| Aug 14 22:16:34.717 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-14T22:16:35.765Z[ host-image] Aug 14 22:16:34.726 INFO O| Aug 14 22:16:34.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104502026-08-14T22:16:35.765Z[ host-image] Aug 14 22:16:34.726 INFO O| Aug 14 22:16:34.726 INFO copying /tmp/.tmpFcfgkw/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 ...
104512026-08-14T22:16:35.765Z[ host-image] Aug 14 22:16:34.726 INFO O| Aug 14 22:16:34.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104522026-08-14T22:16:35.765Z[ host-image] Aug 14 22:16:34.726 INFO O| Aug 14 22:16:34.726 INFO ok!
104532026-08-14T22:16:35.769Z[ host-image] Aug 14 22:16:34.726 INFO O| Aug 14 22:16:34.726 INFO STEP 134 (ensure_file) COMPLETE
104542026-08-14T22:16:35.769Z[ host-image] Aug 14 22:16:34.726 INFO O| Aug 14 22:16:34.726 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-08-14T22:16:35.773Z[ host-image] Aug 14 22:16:34.734 INFO O| Aug 14 22:16:34.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104562026-08-14T22:16:35.773Z[ host-image] Aug 14 22:16:34.734 INFO O| Aug 14 22:16:34.734 INFO copying /tmp/.tmpFcfgkw/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 ...
104572026-08-14T22:16:35.773Z[ host-image] Aug 14 22:16:34.734 INFO O| Aug 14 22:16:34.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104582026-08-14T22:16:35.773Z[ host-image] Aug 14 22:16:34.734 INFO O| Aug 14 22:16:34.734 INFO ok!
104592026-08-14T22:16:35.777Z[ host-image] Aug 14 22:16:34.734 INFO O| Aug 14 22:16:34.734 INFO STEP 135 (ensure_file) COMPLETE
104602026-08-14T22:16:35.777Z[ host-image] Aug 14 22:16:34.734 INFO O| Aug 14 22:16:34.734 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-08-14T22:16:35.785Z[ host-image] Aug 14 22:16:34.742 INFO O| Aug 14 22:16:34.742 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104622026-08-14T22:16:35.785Z[ host-image] Aug 14 22:16:34.742 INFO O| Aug 14 22:16:34.742 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104632026-08-14T22:16:35.785Z[ host-image] Aug 14 22:16:34.742 INFO O| Aug 14 22:16:34.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104642026-08-14T22:16:35.785Z[ host-image] Aug 14 22:16:34.742 INFO O| Aug 14 22:16:34.742 INFO ok!
104652026-08-14T22:16:35.785Z[ host-image] Aug 14 22:16:34.742 INFO O| Aug 14 22:16:34.742 INFO STEP 136 (ensure_file) COMPLETE
104662026-08-14T22:16:35.785Z[ host-image] Aug 14 22:16:34.742 INFO O| Aug 14 22:16:34.742 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-08-14T22:16:35.788Z[ host-image] Aug 14 22:16:34.749 INFO O| Aug 14 22:16:34.749 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104682026-08-14T22:16:35.788Z[ host-image] Aug 14 22:16:34.749 INFO O| Aug 14 22:16:34.749 INFO copying /tmp/.tmpFcfgkw/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 ...
104692026-08-14T22:16:35.788Z[ host-image] Aug 14 22:16:34.749 INFO O| Aug 14 22:16:34.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104702026-08-14T22:16:35.788Z[ host-image] Aug 14 22:16:34.749 INFO O| Aug 14 22:16:34.749 INFO ok!
104712026-08-14T22:16:35.788Z[ host-image] Aug 14 22:16:34.749 INFO O| Aug 14 22:16:34.749 INFO STEP 137 (ensure_file) COMPLETE
104722026-08-14T22:16:35.792Z[ host-image] Aug 14 22:16:34.749 INFO O| Aug 14 22:16:34.749 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-08-14T22:16:35.795Z[ host-image] Aug 14 22:16:34.756 INFO O| Aug 14 22:16:34.756 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104742026-08-14T22:16:35.795Z[ host-image] Aug 14 22:16:34.756 INFO O| Aug 14 22:16:34.756 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104752026-08-14T22:16:35.795Z[ host-image] Aug 14 22:16:34.756 INFO O| Aug 14 22:16:34.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104762026-08-14T22:16:35.795Z[ host-image] Aug 14 22:16:34.756 INFO O| Aug 14 22:16:34.756 INFO ok!
104772026-08-14T22:16:35.798Z[ host-image] Aug 14 22:16:34.756 INFO O| Aug 14 22:16:34.756 INFO STEP 138 (ensure_file) COMPLETE
104782026-08-14T22:16:35.798Z[ host-image] Aug 14 22:16:34.756 INFO O| Aug 14 22:16:34.756 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-08-14T22:16:35.804Z[ host-image] Aug 14 22:16:34.765 INFO O| Aug 14 22:16:34.765 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104802026-08-14T22:16:35.804Z[ host-image] Aug 14 22:16:34.765 INFO O| Aug 14 22:16:34.765 INFO copying /tmp/.tmpFcfgkw/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104812026-08-14T22:16:42.536Z[ host-image] Aug 14 22:16:41.497 INFO O| Aug 14 22:16:41.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
104822026-08-14T22:16:42.536Z[ host-image] Aug 14 22:16:41.497 INFO O| Aug 14 22:16:41.497 INFO ok!
104832026-08-14T22:16:42.539Z[ host-image] Aug 14 22:16:41.497 INFO O| Aug 14 22:16:41.497 INFO STEP 139 (ensure_file) COMPLETE
104842026-08-14T22:16:42.539Z[ host-image] Aug 14 22:16:41.497 INFO O| Aug 14 22:16:41.497 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-08-14T22:16:42.545Z[ host-image] Aug 14 22:16:41.506 INFO O| Aug 14 22:16:41.506 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104862026-08-14T22:16:42.545Z[ host-image] Aug 14 22:16:41.506 INFO O| Aug 14 22:16:41.506 INFO STEP 140 (ensure_dir) COMPLETE
104872026-08-14T22:16:42.545Z[ host-image] Aug 14 22:16:41.506 INFO O| Aug 14 22:16:41.506 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-08-14T22:16:42.552Z[ host-image] Aug 14 22:16:41.512 INFO O| Aug 14 22:16:41.512 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104892026-08-14T22:16:42.552Z[ host-image] Aug 14 22:16:41.512 INFO O| Aug 14 22:16:41.512 INFO STEP 141 (ensure_dir) COMPLETE
104902026-08-14T22:16:42.552Z[ host-image] Aug 14 22:16:41.512 INFO O| Aug 14 22:16:41.512 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104912026-08-14T22:16:42.558Z[ host-image] Aug 14 22:16:41.519 INFO O| Aug 14 22:16:41.519 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104922026-08-14T22:16:42.561Z[ host-image] Aug 14 22:16:41.519 INFO O| Aug 14 22:16:41.519 INFO STEP 142 (ensure_dir) COMPLETE
104932026-08-14T22:16:42.561Z[ host-image] Aug 14 22:16:41.519 INFO O| Aug 14 22:16:41.519 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-08-14T22:16:42.565Z[ host-image] Aug 14 22:16:41.526 INFO O| Aug 14 22:16:41.526 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104952026-08-14T22:16:42.565Z[ host-image] Aug 14 22:16:41.526 INFO O| Aug 14 22:16:41.526 INFO STEP 143 (ensure_dir) COMPLETE
104962026-08-14T22:16:42.568Z[ host-image] Aug 14 22:16:41.526 INFO O| Aug 14 22:16:41.526 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-08-14T22:16:42.571Z[ host-image] Aug 14 22:16:41.532 INFO O| Aug 14 22:16:41.532 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
104982026-08-14T22:16:42.574Z[ host-image] Aug 14 22:16:41.532 INFO O| Aug 14 22:16:41.532 INFO copying /tmp/.tmpFcfgkw/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 ...
104992026-08-14T22:16:42.574Z[ host-image] Aug 14 22:16:41.532 INFO O| Aug 14 22:16:41.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105002026-08-14T22:16:42.574Z[ host-image] Aug 14 22:16:41.532 INFO O| Aug 14 22:16:41.532 INFO ok!
105012026-08-14T22:16:42.574Z[ host-image] Aug 14 22:16:41.532 INFO O| Aug 14 22:16:41.532 INFO STEP 144 (ensure_file) COMPLETE
105022026-08-14T22:16:42.574Z[ host-image] Aug 14 22:16:41.532 INFO O| Aug 14 22:16:41.532 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-08-14T22:16:42.578Z[ host-image] Aug 14 22:16:41.539 INFO O| Aug 14 22:16:41.539 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105042026-08-14T22:16:42.578Z[ host-image] Aug 14 22:16:41.539 INFO O| Aug 14 22:16:41.539 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105052026-08-14T22:16:42.578Z[ host-image] Aug 14 22:16:41.539 INFO O| Aug 14 22:16:41.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105062026-08-14T22:16:42.581Z[ host-image] Aug 14 22:16:41.539 INFO O| Aug 14 22:16:41.539 INFO STEP 145 (ensure_dir) COMPLETE
105072026-08-14T22:16:42.581Z[ host-image] Aug 14 22:16:41.539 INFO O| Aug 14 22:16:41.539 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-14T22:16:42.584Z[ host-image] Aug 14 22:16:41.545 INFO O| Aug 14 22:16:41.545 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105092026-08-14T22:16:42.584Z[ host-image] Aug 14 22:16:41.545 INFO O| Aug 14 22:16:41.545 INFO copying /tmp/.tmpFcfgkw/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105102026-08-14T22:16:42.584Z[ host-image] Aug 14 22:16:41.545 INFO O| Aug 14 22:16:41.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105112026-08-14T22:16:42.584Z[ host-image] Aug 14 22:16:41.545 INFO O| Aug 14 22:16:41.545 INFO ok!
105122026-08-14T22:16:42.584Z[ host-image] Aug 14 22:16:41.545 INFO O| Aug 14 22:16:41.545 INFO STEP 146 (ensure_file) COMPLETE
105132026-08-14T22:16:42.584Z[ host-image] Aug 14 22:16:41.545 INFO O| Aug 14 22:16:41.545 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105142026-08-14T22:16:42.591Z[ host-image] Aug 14 22:16:41.552 INFO O| Aug 14 22:16:41.552 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105152026-08-14T22:16:42.594Z[ host-image] Aug 14 22:16:41.552 INFO O| Aug 14 22:16:41.552 INFO STEP 147 (remove_files) COMPLETE
105162026-08-14T22:16:42.594Z[ host-image] Aug 14 22:16:41.552 INFO O| Aug 14 22:16:41.552 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105172026-08-14T22:16:42.597Z[ host-image] Aug 14 22:16:41.557 INFO O| Aug 14 22:16:41.557 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105182026-08-14T22:16:42.597Z[ host-image] Aug 14 22:16:41.557 INFO O| Aug 14 22:16:41.557 INFO STEP 148 (remove_files) COMPLETE
105192026-08-14T22:16:42.597Z[ host-image] Aug 14 22:16:41.557 INFO O| Aug 14 22:16:41.557 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105202026-08-14T22:16:42.602Z[ host-image] Aug 14 22:16:41.563 INFO O| Aug 14 22:16:41.563 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105212026-08-14T22:16:42.605Z[ host-image] Aug 14 22:16:41.563 INFO O| Aug 14 22:16:41.563 INFO STEP 149 (remove_files) COMPLETE
105222026-08-14T22:16:42.605Z[ host-image] Aug 14 22:16:41.563 INFO O| Aug 14 22:16:41.563 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105232026-08-14T22:16:42.608Z[ host-image] Aug 14 22:16:41.568 INFO O| Aug 14 22:16:41.568 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105242026-08-14T22:16:42.608Z[ host-image] Aug 14 22:16:41.568 INFO O| Aug 14 22:16:41.568 INFO STEP 150 (remove_files) COMPLETE
105252026-08-14T22:16:42.608Z[ host-image] Aug 14 22:16:41.568 INFO O| Aug 14 22:16:41.568 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105262026-08-14T22:16:42.612Z[ host-image] Aug 14 22:16:41.573 INFO O| Aug 14 22:16:41.573 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105272026-08-14T22:16:42.612Z[ host-image] Aug 14 22:16:41.573 INFO O| Aug 14 22:16:41.573 INFO STEP 151 (remove_files) COMPLETE
105282026-08-14T22:16:42.615Z[ host-image] Aug 14 22:16:41.573 INFO O| Aug 14 22:16:41.573 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105292026-08-14T22:16:42.618Z[ host-image] Aug 14 22:16:41.579 INFO O| Aug 14 22:16:41.579 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105302026-08-14T22:16:42.618Z[ host-image] Aug 14 22:16:41.579 INFO O| Aug 14 22:16:41.579 INFO STEP 152 (remove_files) COMPLETE
105312026-08-14T22:16:42.618Z[ host-image] Aug 14 22:16:41.579 INFO O| Aug 14 22:16:41.579 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105322026-08-14T22:16:42.624Z[ host-image] Aug 14 22:16:41.585 INFO O| Aug 14 22:16:41.585 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105332026-08-14T22:16:42.624Z[ host-image] Aug 14 22:16:41.585 INFO O| Aug 14 22:16:41.585 INFO STEP 153 (remove_files) COMPLETE
105342026-08-14T22:16:42.627Z[ host-image] Aug 14 22:16:41.585 INFO O| Aug 14 22:16:41.585 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105352026-08-14T22:16:42.630Z[ host-image] Aug 14 22:16:41.591 INFO O| Aug 14 22:16:41.591 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105362026-08-14T22:16:42.630Z[ host-image] Aug 14 22:16:41.591 INFO O| Aug 14 22:16:41.591 INFO STEP 154 (remove_files) COMPLETE
105372026-08-14T22:16:42.630Z[ host-image] Aug 14 22:16:41.591 INFO O| Aug 14 22:16:41.591 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105382026-08-14T22:16:42.635Z[ host-image] Aug 14 22:16:41.596 INFO O| Aug 14 22:16:41.596 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105392026-08-14T22:16:42.638Z[ host-image] Aug 14 22:16:41.596 INFO O| Aug 14 22:16:41.596 INFO STEP 155 (remove_files) COMPLETE
105402026-08-14T22:16:42.638Z[ host-image] Aug 14 22:16:41.596 INFO O| Aug 14 22:16:41.596 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105412026-08-14T22:16:42.643Z[ host-image] Aug 14 22:16:41.604 INFO O| Aug 14 22:16:41.604 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105422026-08-14T22:16:42.646Z[ host-image] Aug 14 22:16:41.604 INFO O| Aug 14 22:16:41.604 INFO STEP 156 (remove_files) COMPLETE
105432026-08-14T22:16:42.646Z[ host-image] Aug 14 22:16:41.604 INFO O| Aug 14 22:16:41.604 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105442026-08-14T22:16:42.650Z[ host-image] Aug 14 22:16:41.611 INFO O| Aug 14 22:16:41.611 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105452026-08-14T22:16:42.650Z[ host-image] Aug 14 22:16:41.611 INFO O| Aug 14 22:16:41.611 INFO STEP 157 (remove_files) COMPLETE
105462026-08-14T22:16:42.653Z[ host-image] Aug 14 22:16:41.611 INFO O| Aug 14 22:16:41.611 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105472026-08-14T22:16:42.658Z[ host-image] Aug 14 22:16:41.619 INFO O| Aug 14 22:16:41.619 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105482026-08-14T22:16:42.661Z[ host-image] Aug 14 22:16:41.619 INFO O| Aug 14 22:16:41.619 INFO STEP 158 (remove_files) COMPLETE
105492026-08-14T22:16:42.661Z[ host-image] Aug 14 22:16:41.619 INFO O| Aug 14 22:16:41.619 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105502026-08-14T22:16:42.665Z[ host-image] Aug 14 22:16:41.626 INFO O| Aug 14 22:16:41.626 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105512026-08-14T22:16:42.665Z[ host-image] Aug 14 22:16:41.626 INFO O| Aug 14 22:16:41.626 INFO STEP 159 (remove_files) COMPLETE
105522026-08-14T22:16:42.668Z[ host-image] Aug 14 22:16:41.626 INFO O| Aug 14 22:16:41.626 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105532026-08-14T22:16:42.673Z[ host-image] Aug 14 22:16:41.633 INFO O| Aug 14 22:16:41.633 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105542026-08-14T22:16:42.673Z[ host-image] Aug 14 22:16:41.633 INFO O| Aug 14 22:16:41.633 INFO STEP 160 (remove_files) COMPLETE
105552026-08-14T22:16:42.676Z[ host-image] Aug 14 22:16:41.633 INFO O| Aug 14 22:16:41.633 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105562026-08-14T22:16:42.679Z[ host-image] Aug 14 22:16:41.640 INFO O| Aug 14 22:16:41.640 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105572026-08-14T22:16:42.679Z[ host-image] Aug 14 22:16:41.640 INFO O| Aug 14 22:16:41.640 INFO STEP 161 (remove_files) COMPLETE
105582026-08-14T22:16:42.679Z[ host-image] Aug 14 22:16:41.640 INFO O| Aug 14 22:16:41.640 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105592026-08-14T22:16:42.686Z[ host-image] Aug 14 22:16:41.647 INFO O| Aug 14 22:16:41.647 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105602026-08-14T22:16:42.686Z[ host-image] Aug 14 22:16:41.647 INFO O| Aug 14 22:16:41.647 INFO STEP 162 (remove_files) COMPLETE
105612026-08-14T22:16:42.689Z[ host-image] Aug 14 22:16:41.647 INFO O| Aug 14 22:16:41.647 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105622026-08-14T22:16:42.692Z[ host-image] Aug 14 22:16:41.653 INFO O| Aug 14 22:16:41.653 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
105632026-08-14T22:16:42.693Z[ host-image] Aug 14 22:16:41.653 INFO O| Aug 14 22:16:41.653 INFO STEP 163 (remove_files) COMPLETE
105642026-08-14T22:16:42.693Z[ host-image] Aug 14 22:16:41.653 INFO O| Aug 14 22:16:41.653 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105652026-08-14T22:16:42.700Z[ host-image] Aug 14 22:16:41.660 INFO O| Aug 14 22:16:41.660 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
105662026-08-14T22:16:42.700Z[ host-image] Aug 14 22:16:41.660 INFO O| Aug 14 22:16:41.660 INFO STEP 164 (remove_files) COMPLETE
105672026-08-14T22:16:42.700Z[ host-image] Aug 14 22:16:41.660 INFO O| Aug 14 22:16:41.660 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105682026-08-14T22:16:42.706Z[ host-image] Aug 14 22:16:41.667 INFO O| Aug 14 22:16:41.667 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105692026-08-14T22:16:42.709Z[ host-image] Aug 14 22:16:41.667 INFO O| Aug 14 22:16:41.667 INFO STEP 165 (remove_files) COMPLETE
105702026-08-14T22:16:42.710Z[ host-image] Aug 14 22:16:41.667 INFO O| Aug 14 22:16:41.667 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105712026-08-14T22:16:42.714Z[ host-image] Aug 14 22:16:41.675 INFO O| Aug 14 22:16:41.675 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105722026-08-14T22:16:42.714Z[ host-image] Aug 14 22:16:41.675 INFO O| Aug 14 22:16:41.675 INFO STEP 166 (remove_files) COMPLETE
105732026-08-14T22:16:42.717Z[ host-image] Aug 14 22:16:41.675 INFO O| Aug 14 22:16:41.675 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105742026-08-14T22:16:42.721Z[ host-image] Aug 14 22:16:41.682 INFO O| Aug 14 22:16:41.682 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
105752026-08-14T22:16:42.721Z[ host-image] Aug 14 22:16:41.682 INFO O| Aug 14 22:16:41.682 INFO STEP 167 (remove_files) COMPLETE
105762026-08-14T22:16:42.724Z[ host-image] Aug 14 22:16:41.682 INFO O| Aug 14 22:16:41.682 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105772026-08-14T22:16:42.728Z[ host-image] Aug 14 22:16:41.689 INFO O| Aug 14 22:16:41.689 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
105782026-08-14T22:16:42.728Z[ host-image] Aug 14 22:16:41.689 INFO O| Aug 14 22:16:41.689 INFO STEP 168 (remove_files) COMPLETE
105792026-08-14T22:16:42.731Z[ host-image] Aug 14 22:16:41.689 INFO O| Aug 14 22:16:41.689 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105802026-08-14T22:16:42.736Z[ host-image] Aug 14 22:16:41.694 INFO O| Aug 14 22:16:41.694 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
105812026-08-14T22:16:42.736Z[ host-image] Aug 14 22:16:41.694 INFO O| Aug 14 22:16:41.694 INFO STEP 169 (remove_files) COMPLETE
105822026-08-14T22:16:42.736Z[ host-image] Aug 14 22:16:41.694 INFO O| Aug 14 22:16:41.694 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105832026-08-14T22:16:42.740Z[ host-image] Aug 14 22:16:41.700 INFO O| Aug 14 22:16:41.700 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105842026-08-14T22:16:42.740Z[ host-image] Aug 14 22:16:41.700 INFO O| Aug 14 22:16:41.700 INFO STEP 170 (remove_files) COMPLETE
105852026-08-14T22:16:42.740Z[ host-image] Aug 14 22:16:41.700 INFO O| Aug 14 22:16:41.700 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105862026-08-14T22:16:42.746Z[ host-image] Aug 14 22:16:41.707 INFO O| Aug 14 22:16:41.707 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105872026-08-14T22:16:42.746Z[ host-image] Aug 14 22:16:41.707 INFO O| Aug 14 22:16:41.707 INFO STEP 171 (remove_files) COMPLETE
105882026-08-14T22:16:42.746Z[ host-image] Aug 14 22:16:41.707 INFO O| Aug 14 22:16:41.707 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105892026-08-14T22:16:42.752Z[ host-image] Aug 14 22:16:41.713 INFO O| Aug 14 22:16:41.713 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105902026-08-14T22:16:42.755Z[ host-image] Aug 14 22:16:41.713 INFO O| Aug 14 22:16:41.713 INFO STEP 172 (remove_files) COMPLETE
105912026-08-14T22:16:42.755Z[ host-image] Aug 14 22:16:41.713 INFO O| Aug 14 22:16:41.713 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105922026-08-14T22:16:42.758Z[ host-image] Aug 14 22:16:41.719 INFO O| Aug 14 22:16:41.719 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105932026-08-14T22:16:42.758Z[ host-image] Aug 14 22:16:41.719 INFO O| Aug 14 22:16:41.719 INFO STEP 173 (remove_files) COMPLETE
105942026-08-14T22:16:42.758Z[ host-image] Aug 14 22:16:41.719 INFO O| Aug 14 22:16:41.719 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105952026-08-14T22:16:42.763Z[ host-image] Aug 14 22:16:41.724 INFO O| Aug 14 22:16:41.724 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
105962026-08-14T22:16:42.763Z[ host-image] Aug 14 22:16:41.724 INFO O| Aug 14 22:16:41.724 INFO STEP 174 (remove_files) COMPLETE
105972026-08-14T22:16:42.763Z[ host-image] Aug 14 22:16:41.724 INFO O| Aug 14 22:16:41.724 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105982026-08-14T22:16:42.769Z[ host-image] Aug 14 22:16:41.729 INFO O| Aug 14 22:16:41.729 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
105992026-08-14T22:16:42.769Z[ host-image] Aug 14 22:16:41.729 INFO O| Aug 14 22:16:41.729 INFO STEP 175 (remove_files) COMPLETE
106002026-08-14T22:16:42.772Z[ host-image] Aug 14 22:16:41.729 INFO O| Aug 14 22:16:41.729 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106012026-08-14T22:16:42.779Z[ host-image] Aug 14 22:16:41.739 INFO O| Aug 14 22:16:41.739 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106022026-08-14T22:16:42.779Z[ host-image] Aug 14 22:16:41.739 INFO O| Aug 14 22:16:41.739 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106032026-08-14T22:16:45.267Z[ recovery-image] Aug 14 22:16:44.227 INFO O| ok, image written!
106042026-08-14T22:16:45.268Z[ recovery-image] Aug 14 22:16:44.227 INFO O| ok, boot_image_csum file written!
106052026-08-14T22:16:45.271Z[ recovery-image] Aug 14 22:16:44.229 INFO creating boot archive (CPIO)...
106062026-08-14T22:16:45.271Z[ recovery-image] Aug 14 22:16:44.229 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
106072026-08-14T22:16:45.274Z[ recovery-image] Aug 14 22:16:44.233 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
106082026-08-14T22:16:45.275Z[ recovery-image] Aug 14 22:16:44.233 INFO E| + outfile=/work/os-recovery/cpio
106092026-08-14T22:16:45.275Z[ recovery-image] Aug 14 22:16:44.233 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
106102026-08-14T22:16:45.275Z[ recovery-image] Aug 14 22:16:44.235 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
106112026-08-14T22:16:45.275Z[ recovery-image] Aug 14 22:16:44.235 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
106122026-08-14T22:16:45.301Z[ recovery-image] Aug 14 22:16:44.261 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
106132026-08-14T22:16:45.301Z[ recovery-image] Aug 14 22:16:44.261 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
106142026-08-14T22:16:45.308Z[ recovery-image] Aug 14 22:16:44.267 INFO creating compressed cpio/unix for dev loaders...
106152026-08-14T22:16:45.308Z[ recovery-image] Aug 14 22:16:44.267 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
106162026-08-14T22:16:45.532Z[ recovery-image] Aug 14 22:16:44.492 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
106172026-08-14T22:16:46.052Z[ host-image] Aug 14 22:16:45.012 INFO O| Aug 14 22:16:45.012 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
106182026-08-14T22:16:46.052Z[ host-image] Aug 14 22:16:45.012 INFO O| Aug 14 22:16:45.012 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106192026-08-14T22:16:46.063Z[ host-image] Aug 14 22:16:45.023 INFO O| Aug 14 22:16:45.023 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
106202026-08-14T22:16:46.158Z[ host-image] Aug 14 22:16:45.118 INFO O| Aug 14 22:16:45.118 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106212026-08-14T22:16:46.209Z[ host-image] Aug 14 22:16:45.170 INFO O| Aug 14 22:16:45.169 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106222026-08-14T22:16:46.269Z[ host-image] Aug 14 22:16:45.229 INFO O| Aug 14 22:16:45.229 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106232026-08-14T22:16:46.269Z[ host-image] Aug 14 22:16:45.229 INFO O| Aug 14 22:16:45.229 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106242026-08-14T22:16:46.319Z[ host-image] Aug 14 22:16:45.280 INFO O| Aug 14 22:16:45.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106252026-08-14T22:16:46.320Z[ host-image] Aug 14 22:16:45.280 INFO O| Aug 14 22:16:45.280 INFO ok!
106262026-08-14T22:16:46.320Z[ host-image] Aug 14 22:16:45.280 INFO O| Aug 14 22:16:45.280 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106272026-08-14T22:16:46.327Z[ host-image] Aug 14 22:16:45.280 INFO O| Aug 14 22:16:45.280 INFO STEP 176 (seed_smf) COMPLETE
106282026-08-14T22:16:46.327Z[ host-image] Aug 14 22:16:45.280 INFO O| Aug 14 22:16:45.280 INFO steps complete; finalising image!
106292026-08-14T22:16:46.327Z[ host-image] Aug 14 22:16:45.280 INFO O| Aug 14 22:16:45.280 INFO TRIM POOL: TEMPORARY-sled-zfs
106302026-08-14T22:16:46.393Z[ host-image] Aug 14 22:16:45.353 INFO O| Aug 14 22:16:45.353 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Fri Aug 14 22:16:45 2026)
106312026-08-14T22:16:46.605Z[ host-image] Aug 14 22:16:45.565 INFO O| Aug 14 22:16:45.565 INFO temporary pool has 906M used, 118M avail, 1.81x compressratio
106322026-08-14T22:16:46.605Z[ host-image] Aug 14 22:16:45.565 INFO O| Aug 14 22:16:45.565 INFO EXPORT POOL: TEMPORARY-sled-zfs
106332026-08-14T22:16:46.938Z[ host-image] Aug 14 22:16:45.898 INFO O| Aug 14 22:16:45.898 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106342026-08-14T22:16:46.938Z[ host-image] Aug 14 22:16:45.898 INFO O| Aug 14 22:16:45.898 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106352026-08-14T22:16:47.751Z[ host-image] Aug 14 22:16:46.711 INFO O| Aug 14 22:16:46.711 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106362026-08-14T22:16:47.751Z[ host-image] Aug 14 22:16:46.711 INFO O| Aug 14 22:16:46.711 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106372026-08-14T22:16:47.751Z[ host-image] Aug 14 22:16:46.711 INFO O| Aug 14 22:16:46.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106382026-08-14T22:16:47.755Z[ host-image] Aug 14 22:16:46.711 INFO O| Aug 14 22:16:46.711 INFO completed processing sled/zfs
106392026-08-14T22:16:47.755Z[ host-image] Aug 14 22:16:46.711 INFO O| Aug 14 22:16:46.711 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106402026-08-14T22:16:48.824Z[ recovery-image] Aug 14 22:16:47.784 INFO creating reset image...
106412026-08-14T22:16:48.824Z[ recovery-image] Aug 14 22:16:47.784 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")
106422026-08-14T22:16:49.031Z[ recovery-image] Aug 14 22:16:47.991 INFO E| Updating crates.io index
106432026-08-14T22:16:49.242Z[ recovery-image] Aug 14 22:16:48.202 INFO E| Downloading crates ...
106442026-08-14T22:16:49.281Z[ recovery-image] Aug 14 22:16:48.241 INFO E| Downloaded colorchoice v1.0.5
106452026-08-14T22:16:49.286Z[ recovery-image] Aug 14 22:16:48.242 INFO E| Downloaded clap_lex v1.1.0
106462026-08-14T22:16:49.287Z[ recovery-image] Aug 14 22:16:48.244 INFO E| Downloaded os_pipe v1.2.3
106472026-08-14T22:16:49.294Z[ recovery-image] Aug 14 22:16:48.247 INFO E| Downloaded shared_child v1.1.1
106482026-08-14T22:16:49.294Z[ recovery-image] Aug 14 22:16:48.249 INFO E| Downloaded sigchld v0.2.4
106492026-08-14T22:16:49.294Z[ recovery-image] Aug 14 22:16:48.250 INFO E| Downloaded shared_thread v0.2.0
106502026-08-14T22:16:49.294Z[ recovery-image] Aug 14 22:16:48.251 INFO E| Downloaded duct v1.1.1
106512026-08-14T22:16:49.328Z[ recovery-image] Aug 14 22:16:48.281 INFO E| Compiling libc v0.2.186
106522026-08-14T22:16:49.328Z[ recovery-image] Aug 14 22:16:48.281 INFO E| Compiling proc-macro2 v1.0.106
106532026-08-14T22:16:49.340Z[ recovery-image] Aug 14 22:16:48.281 INFO E| Compiling quote v1.0.45
106542026-08-14T22:16:49.340Z[ recovery-image] Aug 14 22:16:48.281 INFO E| Compiling unicode-ident v1.0.24
106552026-08-14T22:16:49.340Z[ recovery-image] Aug 14 22:16:48.281 INFO E| Compiling signal-hook v0.3.18
106562026-08-14T22:16:49.340Z[ recovery-image] Aug 14 22:16:48.281 INFO E| Compiling utf8parse v0.2.2
106572026-08-14T22:16:49.340Z[ recovery-image] Aug 14 22:16:48.281 INFO E| Compiling anstyle v1.0.14
106582026-08-14T22:16:49.340Z[ recovery-image] Aug 14 22:16:48.281 INFO E| Compiling anstyle-query v1.1.5
106592026-08-14T22:16:49.344Z[ recovery-image] Aug 14 22:16:48.292 INFO E| Compiling is_terminal_polyfill v1.70.2
106602026-08-14T22:16:49.344Z[ recovery-image] Aug 14 22:16:48.293 INFO E| Compiling colorchoice v1.0.5
106612026-08-14T22:16:49.344Z[ recovery-image] Aug 14 22:16:48.293 INFO E| Compiling strsim v0.11.1
106622026-08-14T22:16:49.344Z[ recovery-image] Aug 14 22:16:48.293 INFO E| Compiling clap_lex v1.1.0
106632026-08-14T22:16:49.344Z[ recovery-image] Aug 14 22:16:48.293 INFO E| Compiling heck v0.5.0
106642026-08-14T22:16:49.344Z[ recovery-image] Aug 14 22:16:48.293 INFO E| Compiling shared_thread v0.2.0
106652026-08-14T22:16:49.434Z[ recovery-image] Aug 14 22:16:48.393 INFO E| Compiling anstyle-parse v1.0.0
106662026-08-14T22:16:49.571Z[ recovery-image] Aug 14 22:16:48.532 INFO E| Compiling anstream v1.0.0
106672026-08-14T22:16:49.765Z[ recovery-image] Aug 14 22:16:48.726 INFO E| Compiling clap_builder v4.6.0
106682026-08-14T22:16:50.009Z[ recovery-image] Aug 14 22:16:48.969 INFO E| Compiling errno v0.3.14
106692026-08-14T22:16:50.009Z[ recovery-image] Aug 14 22:16:48.970 INFO E| Compiling os_pipe v1.2.3
106702026-08-14T22:16:50.101Z[ recovery-image] Aug 14 22:16:49.061 INFO E| Compiling signal-hook-registry v1.4.8
106712026-08-14T22:16:50.308Z[ recovery-image] Aug 14 22:16:49.268 INFO E| Compiling syn v2.0.117
106722026-08-14T22:16:50.348Z[ recovery-image] Aug 14 22:16:49.309 INFO E| Compiling sigchld v0.2.4
106732026-08-14T22:16:50.436Z[ recovery-image] Aug 14 22:16:49.396 INFO E| Compiling shared_child v1.1.1
106742026-08-14T22:16:50.541Z[ recovery-image] Aug 14 22:16:49.501 INFO E| Compiling duct v1.1.1
106752026-08-14T22:16:52.196Z[ recovery-image] Aug 14 22:16:51.156 INFO E| Compiling clap_derive v4.6.1
106762026-08-14T22:16:53.328Z[ recovery-image] Aug 14 22:16:52.288 INFO E| Compiling clap v4.6.1
106772026-08-14T22:16:53.378Z[ recovery-image] Aug 14 22:16:52.338 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106782026-08-14T22:16:54.126Z[ recovery-image] Aug 14 22:16:53.087 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
106792026-08-14T22:16:54.133Z[ recovery-image] Aug 14 22:16:53.092 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106802026-08-14T22:16:54.335Z[ recovery-image] Aug 14 22:16:53.295 INFO E| Downloading crates ...
106812026-08-14T22:16:54.385Z[ recovery-image] Aug 14 22:16:53.346 INFO E| Downloaded log v0.4.32
106822026-08-14T22:16:54.388Z[ recovery-image] Aug 14 22:16:53.347 INFO E| Downloaded bit_field v0.10.3
106832026-08-14T22:16:54.392Z[ recovery-image] Aug 14 22:16:53.352 INFO E| Downloaded bitstruct v0.1.1
106842026-08-14T22:16:54.400Z[ recovery-image] Aug 14 22:16:53.361 INFO E| Downloaded cpio_reader v0.1.2
106852026-08-14T22:16:54.402Z[ recovery-image] Aug 14 22:16:53.362 INFO E| Downloaded bitstruct_derive v0.1.0
106862026-08-14T22:16:54.402Z[ recovery-image] Aug 14 22:16:53.362 INFO E| Downloaded miniz_oxide v0.9.1
106872026-08-14T22:16:54.414Z[ recovery-image] Aug 14 22:16:53.375 INFO E| Downloaded bitflags v2.13.0
106882026-08-14T22:16:54.417Z[ recovery-image] Aug 14 22:16:53.377 INFO E| Downloaded raw-cpuid v10.7.0
106892026-08-14T22:16:54.439Z[ recovery-image] Aug 14 22:16:53.399 INFO E| Downloaded goblin v0.10.7
106902026-08-14T22:16:54.554Z[ recovery-image] Aug 14 22:16:53.514 INFO E| Downloaded x86 v0.52.0
106912026-08-14T22:16:54.587Z[ recovery-image] Aug 14 22:16:53.546 INFO E| Updating crates.io index
106922026-08-14T22:16:54.629Z[ recovery-image] Aug 14 22:16:53.590 INFO E| Downloading crates ...
106932026-08-14T22:16:54.652Z[ recovery-image] Aug 14 22:16:53.612 INFO E| Downloaded hashbrown v0.17.1
106942026-08-14T22:16:54.655Z[ recovery-image] Aug 14 22:16:53.615 INFO E| Downloaded rustc-literal-escaper v0.0.7
106952026-08-14T22:16:54.691Z[ recovery-image] Aug 14 22:16:53.652 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)
106962026-08-14T22:16:54.691Z[ recovery-image] Aug 14 22:16:53.652 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)
106972026-08-14T22:16:54.691Z[ recovery-image] Aug 14 22:16:53.652 INFO E| Compiling proc-macro2 v1.0.106
106982026-08-14T22:16:54.694Z[ recovery-image] Aug 14 22:16:53.652 INFO E| Compiling quote v1.0.45
106992026-08-14T22:16:54.694Z[ recovery-image] Aug 14 22:16:53.652 INFO E| Compiling unicode-ident v1.0.24
107002026-08-14T22:16:54.695Z[ recovery-image] Aug 14 22:16:53.652 INFO E| Compiling syn v1.0.109
107012026-08-14T22:16:54.695Z[ recovery-image] Aug 14 22:16:53.652 INFO E| Compiling x86 v0.52.0
107022026-08-14T22:16:54.703Z[ recovery-image] Aug 14 22:16:53.663 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107032026-08-14T22:16:54.706Z[ recovery-image] Aug 14 22:16:53.663 INFO E| Compiling seq-macro v0.3.6
107042026-08-14T22:16:55.590Z[ recovery-image] Aug 14 22:16:54.551 INFO E| Compiling syn v2.0.117
107052026-08-14T22:16:56.856Z[ recovery-image] Aug 14 22:16:55.816 INFO E| Compiling scroll_derive v0.13.1
107062026-08-14T22:16:57.837Z[ recovery-image] Aug 14 22:16:56.797 INFO E| Compiling bitstruct_derive v0.1.0
107072026-08-14T22:17:03.147Z[ host-image] Aug 14 22:17:02.107 INFO O| Aug 14 22:17:02.107 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107082026-08-14T22:17:03.226Z[ host-image] Aug 14 22:17:02.187 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
107092026-08-14T22:17:03.226Z[ host-image] Aug 14 22:17:02.187 INFO expanded image name: "ci 0f84ff4/${os_short_commit} 2026-08-14 22:02" -> "ci 0f84ff4/aaf8e74 2026-08-14 22:02"
107102026-08-14T22:17:03.230Z[ host-image] Aug 14 22:17:02.187 INFO output artefacts stored in: "/work/os-host"
107112026-08-14T22:17:03.230Z[ host-image] Aug 14 22:17:02.187 INFO collecting git info from project "pilot"...
107122026-08-14T22:17:03.233Z[ host-image] Aug 14 22:17:02.193 INFO collecting git info from project "chelsio-t6-roms"...
107132026-08-14T22:17:03.237Z[ host-image] Aug 14 22:17:02.197 INFO collecting git info from project "amd-host-image-builder"...
107142026-08-14T22:17:03.241Z[ host-image] Aug 14 22:17:02.202 INFO collecting git info from project "pinprick"...
107152026-08-14T22:17:03.245Z[ host-image] Aug 14 22:17:02.206 INFO collecting git info from project "dmar-report"...
107162026-08-14T22:17:03.249Z[ host-image] Aug 14 22:17:02.210 INFO collecting git info from project "amd-firmware"...
107172026-08-14T22:17:03.260Z[ host-image] Aug 14 22:17:02.220 INFO collecting git info from project "bootserver"...
107182026-08-14T22:17:03.263Z[ host-image] Aug 14 22:17:02.224 INFO collecting git info from project "phbl"...
107192026-08-14T22:17:03.267Z[ host-image] Aug 14 22:17:02.228 INFO collecting git info from project "image-builder"...
107202026-08-14T22:17:03.271Z[ host-image] Aug 14 22:17:02.232 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107212026-08-14T22:17:03.578Z[ host-image] Aug 14 22:17:02.538 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107222026-08-14T22:17:03.869Z[ host-image] Aug 14 22:17:02.829 INFO creating Oxide boot image...
107232026-08-14T22:17:03.869Z[ host-image] Aug 14 22:17:02.829 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 0f84ff4/aaf8e74 2026-08-14 22:02", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107242026-08-14T22:17:04.648Z[ host-image] Aug 14 22:17:03.608 INFO O| ok, image written!
107252026-08-14T22:17:04.648Z[ host-image] Aug 14 22:17:03.608 INFO O| ok, boot_image_csum file written!
107262026-08-14T22:17:04.652Z[ host-image] Aug 14 22:17:03.610 INFO creating boot archive (CPIO)...
107272026-08-14T22:17:04.652Z[ host-image] Aug 14 22:17:03.610 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
107282026-08-14T22:17:04.655Z[ host-image] Aug 14 22:17:03.613 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107292026-08-14T22:17:04.655Z[ host-image] Aug 14 22:17:03.613 INFO E| + outfile=/work/os-host/cpio
107302026-08-14T22:17:04.655Z[ host-image] Aug 14 22:17:03.613 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107312026-08-14T22:17:04.655Z[ host-image] Aug 14 22:17:03.615 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107322026-08-14T22:17:04.655Z[ host-image] Aug 14 22:17:03.616 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107332026-08-14T22:17:04.681Z[ host-image] Aug 14 22:17:03.642 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107342026-08-14T22:17:04.681Z[ host-image] Aug 14 22:17:03.642 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107352026-08-14T22:17:04.687Z[ host-image] Aug 14 22:17:03.647 INFO creating compressed cpio/unix for dev loaders...
107362026-08-14T22:17:04.690Z[ host-image] Aug 14 22:17:03.647 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
107372026-08-14T22:17:04.911Z[ host-image] Aug 14 22:17:03.871 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107382026-08-14T22:17:07.001Z[ recovery-image] Aug 14 22:17:05.961 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)
107392026-08-14T22:17:08.220Z[ host-image] Aug 14 22:17:07.180 INFO creating reset image...
107402026-08-14T22:17:08.220Z[ host-image] Aug 14 22:17:07.180 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")
107412026-08-14T22:17:08.301Z[ host-image] Aug 14 22:17:07.261 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
107422026-08-14T22:17:08.304Z[ host-image] Aug 14 22:17:07.263 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107432026-08-14T22:17:08.696Z[ host-image] Aug 14 22:17:07.656 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)
107442026-08-14T22:17:08.696Z[ host-image] Aug 14 22:17:07.656 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)
107452026-08-14T22:17:08.696Z[ host-image] Aug 14 22:17:07.656 INFO E| Compiling proc-macro2 v1.0.106
107462026-08-14T22:17:08.696Z[ host-image] Aug 14 22:17:07.656 INFO E| Compiling unicode-ident v1.0.24
107472026-08-14T22:17:08.700Z[ host-image] Aug 14 22:17:07.656 INFO E| Compiling quote v1.0.45
107482026-08-14T22:17:08.705Z[ host-image] Aug 14 22:17:07.665 INFO E| Compiling syn v1.0.109
107492026-08-14T22:17:08.708Z[ host-image] Aug 14 22:17:07.665 INFO E| Compiling x86 v0.52.0
107502026-08-14T22:17:08.708Z[ host-image] Aug 14 22:17:07.666 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107512026-08-14T22:17:08.708Z[ host-image] Aug 14 22:17:07.666 INFO E| Compiling seq-macro v0.3.6
107522026-08-14T22:17:09.393Z[ recovery-image] Aug 14 22:17:08.353 INFO E| Compiling bitflags v1.3.2
107532026-08-14T22:17:09.393Z[ recovery-image] Aug 14 22:17:08.353 INFO E| Compiling adler2 v2.0.1
107542026-08-14T22:17:09.393Z[ recovery-image] Aug 14 22:17:08.353 INFO E| Compiling bitflags v2.13.0
107552026-08-14T22:17:09.397Z[ recovery-image] Aug 14 22:17:08.353 INFO E| Compiling bit_field v0.10.3
107562026-08-14T22:17:09.397Z[ recovery-image] Aug 14 22:17:08.353 INFO E| Compiling plain v0.2.3
107572026-08-14T22:17:09.397Z[ recovery-image] Aug 14 22:17:08.353 INFO E| Compiling scroll v0.13.0
107582026-08-14T22:17:09.397Z[ recovery-image] Aug 14 22:17:08.353 INFO E| Compiling log v0.4.32
107592026-08-14T22:17:09.397Z[ recovery-image] Aug 14 22:17:08.353 INFO E| Compiling bitstruct v0.1.1
107602026-08-14T22:17:09.397Z[ recovery-image] Aug 14 22:17:08.353 INFO E| Compiling static_assertions v1.1.0
107612026-08-14T22:17:09.455Z[ recovery-image] Aug 14 22:17:08.415 INFO E| Compiling raw-cpuid v10.7.0
107622026-08-14T22:17:09.531Z[ recovery-image] Aug 14 22:17:08.488 INFO E| Compiling miniz_oxide v0.9.1
107632026-08-14T22:17:09.635Z[ recovery-image] Aug 14 22:17:08.595 INFO E| Compiling cpio_reader v0.1.2
107642026-08-14T22:17:09.746Z[ recovery-image] Aug 14 22:17:08.706 INFO E| Compiling goblin v0.10.7
107652026-08-14T22:17:10.005Z[ host-image] Aug 14 22:17:08.964 INFO E| Compiling syn v2.0.117
107662026-08-14T22:17:12.075Z[ host-image] Aug 14 22:17:11.035 INFO E| Compiling scroll_derive v0.13.1
107672026-08-14T22:17:13.007Z[ host-image] Aug 14 22:17:11.967 INFO E| Compiling bitstruct_derive v0.1.0
107682026-08-14T22:17:13.451Z[ recovery-image] Aug 14 22:17:12.411 INFO E| Finished `release` profile [optimized] target(s) in 19.30s
107692026-08-14T22:17:13.474Z[ recovery-image] Aug 14 22:17:12.434 INFO building ROM for cosmo
107702026-08-14T22:17:13.477Z[ recovery-image] Aug 14 22:17:12.434 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")
107712026-08-14T22:17:13.561Z[ recovery-image] Aug 14 22:17:12.522 INFO E| Downloading crates ...
107722026-08-14T22:17:13.604Z[ recovery-image] Aug 14 22:17:12.564 INFO E| Downloaded anstream v0.6.18
107732026-08-14T22:17:13.614Z[ recovery-image] Aug 14 22:17:12.574 INFO E| Downloaded serde_spanned v0.6.8
107742026-08-14T22:17:13.617Z[ recovery-image] Aug 14 22:17:12.575 INFO E| Downloaded clap_lex v0.7.4
107752026-08-14T22:17:13.617Z[ recovery-image] Aug 14 22:17:12.576 INFO E| Downloaded colorchoice v1.0.3
107762026-08-14T22:17:13.620Z[ recovery-image] Aug 14 22:17:12.578 INFO E| Downloaded shared_child v1.0.1
107772026-08-14T22:17:13.620Z[ recovery-image] Aug 14 22:17:12.579 INFO E| Downloaded toml_datetime v0.6.9
107782026-08-14T22:17:13.623Z[ recovery-image] Aug 14 22:17:12.581 INFO E| Downloaded is_terminal_polyfill v1.70.1
107792026-08-14T22:17:13.631Z[ recovery-image] Aug 14 22:17:12.592 INFO E| Downloaded anstyle v1.0.10
107802026-08-14T22:17:13.635Z[ recovery-image] Aug 14 22:17:12.595 INFO E| Downloaded os_pipe v1.2.1
107812026-08-14T22:17:13.638Z[ recovery-image] Aug 14 22:17:12.599 INFO E| Downloaded anstyle-parse v0.2.6
107822026-08-14T22:17:13.642Z[ recovery-image] Aug 14 22:17:12.602 INFO E| Downloaded toml_write v0.1.1
107832026-08-14T22:17:13.645Z[ recovery-image] Aug 14 22:17:12.605 INFO E| Downloaded anstyle-query v1.1.2
107842026-08-14T22:17:13.648Z[ recovery-image] Aug 14 22:17:12.609 INFO E| Downloaded clap_derive v4.5.32
107852026-08-14T22:17:13.652Z[ recovery-image] Aug 14 22:17:12.611 INFO E| Downloaded winnow v0.7.7
107862026-08-14T22:17:13.676Z[ recovery-image] Aug 14 22:17:12.617 INFO E| Downloaded duct v0.13.7
107872026-08-14T22:17:13.680Z[ recovery-image] Aug 14 22:17:12.619 INFO E| Downloaded clap v4.5.37
107882026-08-14T22:17:13.680Z[ recovery-image] Aug 14 22:17:12.624 INFO E| Downloaded toml v0.8.22
107892026-08-14T22:17:13.685Z[ recovery-image] Aug 14 22:17:12.645 INFO E| Downloaded cc v1.2.20
107902026-08-14T22:17:13.688Z[ recovery-image] Aug 14 22:17:12.648 INFO E| Downloaded clap_builder v4.5.37
107912026-08-14T22:17:13.694Z[ recovery-image] Aug 14 22:17:12.654 INFO E| Downloaded toml_edit v0.22.26
107922026-08-14T22:17:13.729Z[ recovery-image] Aug 14 22:17:12.690 INFO E| Compiling syn v2.0.101
107932026-08-14T22:17:13.729Z[ recovery-image] Aug 14 22:17:12.690 INFO E| Compiling libc v0.2.172
107942026-08-14T22:17:13.730Z[ recovery-image] Aug 14 22:17:12.690 INFO E| Compiling utf8parse v0.2.2
107952026-08-14T22:17:13.733Z[ recovery-image] Aug 14 22:17:12.690 INFO E| Compiling equivalent v1.0.2
107962026-08-14T22:17:13.733Z[ recovery-image] Aug 14 22:17:12.690 INFO E| Compiling anstyle-query v1.1.2
107972026-08-14T22:17:13.733Z[ recovery-image] Aug 14 22:17:12.690 INFO E| Compiling anstyle v1.0.10
107982026-08-14T22:17:13.733Z[ recovery-image] Aug 14 22:17:12.690 INFO E| Compiling is_terminal_polyfill v1.70.1
107992026-08-14T22:17:13.733Z[ recovery-image] Aug 14 22:17:12.690 INFO E| Compiling hashbrown v0.15.2
108002026-08-14T22:17:13.733Z[ recovery-image] Aug 14 22:17:12.690 INFO E| Compiling once_cell v1.21.3
108012026-08-14T22:17:13.733Z[ recovery-image] Aug 14 22:17:12.690 INFO E| Compiling shlex v1.3.0
108022026-08-14T22:17:13.748Z[ recovery-image] Aug 14 22:17:12.708 INFO E| Compiling colorchoice v1.0.3
108032026-08-14T22:17:13.751Z[ recovery-image] Aug 14 22:17:12.708 INFO E| Compiling winnow v0.7.7
108042026-08-14T22:17:13.751Z[ recovery-image] Aug 14 22:17:12.708 INFO E| Compiling strsim v0.11.1
108052026-08-14T22:17:13.751Z[ recovery-image] Aug 14 22:17:12.709 INFO E| Compiling toml_write v0.1.1
108062026-08-14T22:17:13.751Z[ recovery-image] Aug 14 22:17:12.709 INFO E| Compiling anyhow v1.0.98
108072026-08-14T22:17:13.754Z[ recovery-image] Aug 14 22:17:12.713 INFO E| Compiling clap_lex v0.7.4
108082026-08-14T22:17:13.941Z[ recovery-image] Aug 14 22:17:12.901 INFO E| Compiling anstyle-parse v0.2.6
108092026-08-14T22:17:14.021Z[ recovery-image] Aug 14 22:17:12.981 INFO E| Compiling cc v1.2.20
108102026-08-14T22:17:14.211Z[ recovery-image] Aug 14 22:17:13.172 INFO E| Compiling anstream v0.6.18
108112026-08-14T22:17:14.435Z[ recovery-image] Aug 14 22:17:13.395 INFO E| Compiling clap_builder v4.5.37
108122026-08-14T22:17:14.548Z[ recovery-image] Aug 14 22:17:13.508 INFO E| Compiling os_pipe v1.2.1
108132026-08-14T22:17:14.548Z[ recovery-image] Aug 14 22:17:13.508 INFO E| Compiling shared_child v1.0.1
108142026-08-14T22:17:14.601Z[ recovery-image] Aug 14 22:17:13.561 INFO E| Compiling indexmap v2.9.0
108152026-08-14T22:17:14.791Z[ recovery-image] Aug 14 22:17:13.751 INFO E| Compiling duct v0.13.7
108162026-08-14T22:17:15.371Z[ recovery-image] Aug 14 22:17:14.332 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108172026-08-14T22:17:16.222Z[ recovery-image] Aug 14 22:17:15.183 INFO E| Compiling serde_derive v1.0.219
108182026-08-14T22:17:16.222Z[ recovery-image] Aug 14 22:17:15.183 INFO E| Compiling clap_derive v4.5.32
108192026-08-14T22:17:17.655Z[ recovery-image] Aug 14 22:17:16.613 INFO E| Compiling clap v4.5.37
108202026-08-14T22:17:18.422Z[ recovery-image] Aug 14 22:17:17.383 INFO E| Compiling serde v1.0.219
108212026-08-14T22:17:20.280Z[ recovery-image] Aug 14 22:17:19.240 INFO E| Compiling toml_datetime v0.6.9
108222026-08-14T22:17:20.280Z[ recovery-image] Aug 14 22:17:19.240 INFO E| Compiling serde_spanned v0.6.8
108232026-08-14T22:17:20.429Z[ recovery-image] Aug 14 22:17:19.389 INFO E| Compiling toml_edit v0.22.26
108242026-08-14T22:17:21.650Z[ recovery-image] Aug 14 22:17:20.609 INFO E| Compiling toml v0.8.22
108252026-08-14T22:17:22.989Z[ host-image] Aug 14 22:17:21.948 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)
108262026-08-14T22:17:23.901Z[ recovery-image] Aug 14 22:17:22.861 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.38s
108272026-08-14T22:17:23.911Z[ recovery-image] Aug 14 22:17:22.871 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`
108282026-08-14T22:17:23.927Z[ recovery-image] Aug 14 22:17:22.887 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108292026-08-14T22:17:24.005Z[ recovery-image] Aug 14 22:17:22.965 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108302026-08-14T22:17:24.009Z[ recovery-image] Aug 14 22:17:22.969 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`
108312026-08-14T22:17:24.221Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108322026-08-14T22:17:24.221Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108332026-08-14T22:17:24.221Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108342026-08-14T22:17:24.221Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108352026-08-14T22:17:24.225Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108362026-08-14T22:17:24.225Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108372026-08-14T22:17:24.225Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108382026-08-14T22:17:24.225Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108392026-08-14T22:17:24.225Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108402026-08-14T22:17:24.225Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108412026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108422026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108432026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108442026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108452026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108462026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108472026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108482026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108492026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108502026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108512026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108522026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108532026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108542026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108552026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108562026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108572026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108582026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108592026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108602026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108612026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108622026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108632026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108642026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108652026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108662026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108672026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108682026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108692026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108702026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108712026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108722026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108732026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108742026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108752026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108762026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108772026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108782026-08-14T22:17:24.226Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108792026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
108802026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
108812026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
108822026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
108832026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
108842026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO O| Info: ABL version: 0x100af010
108852026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
108862026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
108872026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
108882026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108892026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108902026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108912026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108922026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108932026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108942026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108952026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108962026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108972026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
108982026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
108992026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109002026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109012026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109022026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109032026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109042026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109052026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109062026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109072026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109082026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109092026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109102026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109112026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109122026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109132026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109142026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109152026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109162026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109172026-08-14T22:17:24.227Z[ recovery-image] Aug 14 22:17:23.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109182026-08-14T22:17:24.259Z[ recovery-image] Aug 14 22:17:23.220 INFO building ROM for gimlet
109192026-08-14T22:17:24.263Z[ recovery-image] Aug 14 22:17:23.220 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")
109202026-08-14T22:17:24.350Z[ recovery-image] Aug 14 22:17:23.311 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109212026-08-14T22:17:24.354Z[ recovery-image] Aug 14 22:17:23.313 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`
109222026-08-14T22:17:24.367Z[ recovery-image] Aug 14 22:17:23.326 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109232026-08-14T22:17:24.436Z[ recovery-image] Aug 14 22:17:23.395 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109242026-08-14T22:17:24.441Z[ recovery-image] Aug 14 22:17:23.399 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`
109252026-08-14T22:17:24.555Z[ recovery-image] Aug 14 22:17:23.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109262026-08-14T22:17:24.555Z[ recovery-image] Aug 14 22:17:23.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109272026-08-14T22:17:24.555Z[ recovery-image] Aug 14 22:17:23.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109282026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109292026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109302026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109312026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109322026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109332026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109342026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109352026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109362026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109372026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109382026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109392026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109402026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO O| Info: ABL version: 0x100f5010
109412026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109422026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109432026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109442026-08-14T22:17:24.560Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109452026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109462026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109472026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109482026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109492026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109502026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109512026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109522026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109532026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109542026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109552026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109562026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109572026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109582026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109592026-08-14T22:17:24.561Z[ recovery-image] Aug 14 22:17:23.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109602026-08-14T22:17:24.590Z[ recovery-image] Aug 14 22:17:23.551 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109612026-08-14T22:17:24.590Z[ recovery-image] Aug 14 22:17:23.551 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109622026-08-14T22:17:24.590Z[ recovery-image] Aug 14 22:17:23.551 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109632026-08-14T22:17:25.178Z[ host-image] Aug 14 22:17:24.138 INFO E| Compiling bitflags v1.3.2
109642026-08-14T22:17:25.178Z[ host-image] Aug 14 22:17:24.138 INFO E| Compiling bitflags v2.13.0
109652026-08-14T22:17:25.178Z[ host-image] Aug 14 22:17:24.138 INFO E| Compiling adler2 v2.0.1
109662026-08-14T22:17:25.178Z[ host-image] Aug 14 22:17:24.138 INFO E| Compiling scroll v0.13.0
109672026-08-14T22:17:25.182Z[ host-image] Aug 14 22:17:24.138 INFO E| Compiling bit_field v0.10.3
109682026-08-14T22:17:25.182Z[ host-image] Aug 14 22:17:24.138 INFO E| Compiling log v0.4.32
109692026-08-14T22:17:25.182Z[ host-image] Aug 14 22:17:24.138 INFO E| Compiling plain v0.2.3
109702026-08-14T22:17:25.182Z[ host-image] Aug 14 22:17:24.138 INFO E| Compiling bitstruct v0.1.1
109712026-08-14T22:17:25.182Z[ host-image] Aug 14 22:17:24.138 INFO E| Compiling static_assertions v1.1.0
109722026-08-14T22:17:25.232Z[ host-image] Aug 14 22:17:24.191 INFO E| Compiling raw-cpuid v10.7.0
109732026-08-14T22:17:25.279Z[ host-image] Aug 14 22:17:24.239 INFO E| Compiling miniz_oxide v0.9.1
109742026-08-14T22:17:25.346Z[ host-image] Aug 14 22:17:24.306 INFO E| Compiling cpio_reader v0.1.2
109752026-08-14T22:17:25.408Z[ host-image] Aug 14 22:17:24.367 INFO E| Compiling goblin v0.10.7
109762026-08-14T22:17:25.919Z[ recovery-image] Aug 14 22:17:24.877 INFO image complete! materials are in "/work/os-recovery"
109772026-08-14T22:17:25.923Z[ recovery-image]
109782026-08-14T22:17:25.923Z[ recovery-image] real 3:30.461886084
109792026-08-14T22:17:25.923Z[ recovery-image] user 2:35.837743708
109802026-08-14T22:17:25.923Z[ recovery-image] sys 38.785609568
109812026-08-14T22:17:25.923Z[ recovery-image] trap 0.129383668
109822026-08-14T22:17:25.923Z[ recovery-image] tflt 0.705160009
109832026-08-14T22:17:25.923Z[ recovery-image] dflt 0.860358477
109842026-08-14T22:17:25.923Z[ recovery-image] kflt 0.005488734
109852026-08-14T22:17:25.923Z[ recovery-image] lock 8:21.984256131
109862026-08-14T22:17:25.923Z[ recovery-image] slp 18:42.003767790
109872026-08-14T22:17:25.923Z[ recovery-image] lat 39.057908786
109882026-08-14T22:17:25.923Z[ recovery-image] stop 8.884682713
109892026-08-14T22:17:25.923ZAug 14 22:17:24.881 INFO [recovery-image] process exited with exit status: 0 (210.467371838s)
109902026-08-14T22:17:25.923ZAug 14 22:17:24.881 INFO [tuf-v2-recovery] running task
109912026-08-14T22:17:25.923ZAug 14 22:17:24.882 INFO [tuf-v2-recovery] task succeeded (774.211µs)
109922026-08-14T22:17:28.280Z[ host-image] Aug 14 22:17:27.240 INFO E| Finished `release` profile [optimized] target(s) in 19.96s
109932026-08-14T22:17:28.295Z[ host-image] Aug 14 22:17:27.256 INFO building ROM for gimlet
109942026-08-14T22:17:28.295Z[ host-image] Aug 14 22:17:27.256 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")
109952026-08-14T22:17:28.385Z[ host-image] Aug 14 22:17:27.346 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109962026-08-14T22:17:28.389Z[ host-image] Aug 14 22:17:27.349 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`
109972026-08-14T22:17:28.401Z[ host-image] Aug 14 22:17:27.362 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109982026-08-14T22:17:28.471Z[ host-image] Aug 14 22:17:27.431 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109992026-08-14T22:17:28.474Z[ host-image] Aug 14 22:17:27.434 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`
110002026-08-14T22:17:28.584Z[ host-image] Aug 14 22:17:27.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110012026-08-14T22:17:28.584Z[ host-image] Aug 14 22:17:27.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110022026-08-14T22:17:28.584Z[ host-image] Aug 14 22:17:27.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110032026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110042026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110052026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110062026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110072026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110082026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110092026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110102026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110112026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110122026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110132026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110142026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110152026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO O| Info: ABL version: 0x100f5010
110162026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110172026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110182026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110192026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110202026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110212026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110222026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110232026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110242026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110252026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110262026-08-14T22:17:28.588Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110272026-08-14T22:17:28.589Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110282026-08-14T22:17:28.589Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110292026-08-14T22:17:28.589Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110302026-08-14T22:17:28.589Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110312026-08-14T22:17:28.589Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110322026-08-14T22:17:28.589Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110332026-08-14T22:17:28.589Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110342026-08-14T22:17:28.589Z[ host-image] Aug 14 22:17:27.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110352026-08-14T22:17:28.619Z[ host-image] Aug 14 22:17:27.579 INFO building ROM for cosmo
110362026-08-14T22:17:28.619Z[ host-image] Aug 14 22:17:27.579 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")
110372026-08-14T22:17:28.709Z[ host-image] Aug 14 22:17:27.669 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110382026-08-14T22:17:28.712Z[ host-image] Aug 14 22:17:27.672 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`
110392026-08-14T22:17:28.724Z[ host-image] Aug 14 22:17:27.685 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110402026-08-14T22:17:28.796Z[ host-image] Aug 14 22:17:27.756 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110412026-08-14T22:17:28.801Z[ host-image] Aug 14 22:17:27.762 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`
110422026-08-14T22:17:29.008Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110432026-08-14T22:17:29.008Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110442026-08-14T22:17:29.008Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110452026-08-14T22:17:29.008Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110462026-08-14T22:17:29.008Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110472026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110482026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110492026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110502026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110512026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110522026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110532026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110542026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110552026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110562026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110572026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110582026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110592026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110602026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110612026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110622026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110632026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110642026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110652026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110662026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110672026-08-14T22:17:29.012Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110682026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110692026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110702026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110712026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110722026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110732026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110742026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110752026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110762026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110772026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110782026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110792026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110802026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110812026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110822026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110832026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110842026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110852026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110862026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110872026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110882026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110892026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110902026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110912026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110922026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110932026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110942026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110952026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO O| Info: ABL version: 0x100af010
110962026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110972026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.969 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110982026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110992026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111002026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111012026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111022026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111032026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111042026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111052026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111062026-08-14T22:17:29.013Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111072026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111082026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111092026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111102026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111112026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111122026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111132026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111142026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111152026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111162026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111172026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111182026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111192026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111202026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111212026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111222026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111232026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111242026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111252026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111262026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111272026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111282026-08-14T22:17:29.014Z[ host-image] Aug 14 22:17:27.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111292026-08-14T22:17:29.043Z[ host-image] Aug 14 22:17:28.003 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111302026-08-14T22:17:29.043Z[ host-image] Aug 14 22:17:28.003 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111312026-08-14T22:17:29.043Z[ host-image] Aug 14 22:17:28.003 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111322026-08-14T22:17:40.028Z[ host-image] Aug 14 22:17:38.987 INFO image complete! materials are in "/work/os-host"
111332026-08-14T22:17:40.033Z[ host-image]
111342026-08-14T22:17:40.033Z[ host-image] real 3:55.535031044
111352026-08-14T22:17:40.033Z[ host-image] user 2:48.251247833
111362026-08-14T22:17:40.033Z[ host-image] sys 35.464872739
111372026-08-14T22:17:40.033Z[ host-image] trap 0.156673594
111382026-08-14T22:17:40.033Z[ host-image] tflt 0.338610272
111392026-08-14T22:17:40.033Z[ host-image] dflt 0.337228390
111402026-08-14T22:17:40.033Z[ host-image] kflt 0.000043600
111412026-08-14T22:17:40.033Z[ host-image] lock 4:55.197289181
111422026-08-14T22:17:40.033Z[ host-image] slp 19:52.841472969
111432026-08-14T22:17:40.033Z[ host-image] lat 29.142849924
111442026-08-14T22:17:40.033Z[ host-image] stop 4.102967427
111452026-08-14T22:17:40.033ZAug 14 22:17:38.992 INFO [host-image] process exited with exit status: 0 (235.540788019s)
111462026-08-14T22:17:40.033ZAug 14 22:17:38.992 INFO [tuf-v2-host] running task
111472026-08-14T22:17:40.033ZAug 14 22:17:38.992 INFO [tuf-repo] running task
111482026-08-14T22:17:40.039ZAug 14 22:17:38.993 INFO [tuf-v2-host] task succeeded (730.341µs)
111492026-08-14T22:17:40.039ZAug 14 22:17:38.993 INFO [tuf-v2-repo] running task
111502026-08-14T22:18:01.369ZAug 14 22:18:00.289 INFO assembling repository in `/tmp/tufaceousBZzZ9L`, component: OmicronRepoAssembler
111512026-08-14T22:18:01.622ZAug 14 22:18:00.582 INFO [tuf-v2-repo] task succeeded (21.589078377s)
111522026-08-14T22:18:14.605ZAug 14 22:18:09.069 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111532026-08-14T22:18:14.704ZAug 14 22:18:09.323 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111542026-08-14T22:18:14.704ZAug 14 22:18:11.429 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111552026-08-14T22:18:14.704ZAug 14 22:18:11.481 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111562026-08-14T22:18:14.704ZAug 14 22:18:11.531 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111572026-08-14T22:18:14.704ZAug 14 22:18:11.586 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111582026-08-14T22:18:14.704ZAug 14 22:18:11.636 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111592026-08-14T22:18:14.704ZAug 14 22:18:11.687 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111602026-08-14T22:18:14.704ZAug 14 22:18:11.737 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111612026-08-14T22:18:23.113ZAug 14 22:18:22.073 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
111622026-08-14T22:18:23.118ZAug 14 22:18:22.079 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
111632026-08-14T22:18:23.141ZAug 14 22:18:22.101 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
111642026-08-14T22:18:23.197ZAug 14 22:18:22.157 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111652026-08-14T22:18:23.252ZAug 14 22:18:22.211 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111662026-08-14T22:18:23.310ZAug 14 22:18:22.270 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111672026-08-14T22:18:23.371ZAug 14 22:18:22.331 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
111682026-08-14T22:18:23.377ZAug 14 22:18:22.337 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
111692026-08-14T22:18:23.401ZAug 14 22:18:22.361 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
111702026-08-14T22:18:25.122ZAug 14 22:18:24.081 INFO [tuf-repo] task succeeded (45.089289063s)
111712026-08-14T22:21:02.546Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s
111722026-08-14T22:21:05.168ZAug 14 22:21:04.127 INFO [verify-libraries] process exited with exit status: 0 (429.971598035s)
111732026-08-14T22:21:05.168ZAug 14 22:21:04.127 INFO all jobs completed in 1115.967492318s
111742026-08-14T22:21:06.389Zprocess exited: duration 1336318 ms, exit code 0
 
111752026-08-14T22:21:06.404Zfound 41 output files
111762026-08-14T22:21:06.404Zuploading: /work/manifest.toml (17334 bytes)
111772026-08-14T22:21:07.419Zuploaded: /work/manifest.toml
111782026-08-14T22:21:07.419Zuploading: /work/repo.zip (3278822731 bytes)
111792026-08-14T22:21:50.898Zuploaded: /work/repo.zip
111802026-08-14T22:21:50.898Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111812026-08-14T22:21:51.930Zuploaded: /work/repo.zip.sha256.txt
111822026-08-14T22:21:51.930Zuploading: /work/helios.json (647 bytes)
111832026-08-14T22:21:52.943Zuploaded: /work/helios.json
111842026-08-14T22:21:52.943Zuploading: /work/incorporation.p5m (113590 bytes)
111852026-08-14T22:21:53.967Zuploaded: /work/incorporation.p5m
111862026-08-14T22:21:53.967Zuploading: /work/incorporation.p5p (133120 bytes)
111872026-08-14T22:21:54.986Zuploaded: /work/incorporation.p5p
111882026-08-14T22:21:54.986Zuploading: /work/helios-incorp.log (522 bytes)
111892026-08-14T22:21:55.998Zuploaded: /work/helios-incorp.log
111902026-08-14T22:21:55.998Zuploading: /work/helios-setup.log (56977 bytes)
111912026-08-14T22:21:57.018Zuploaded: /work/helios-setup.log
111922026-08-14T22:21:57.018Zuploading: /work/host-image.log (233226 bytes)
111932026-08-14T22:21:58.043Zuploaded: /work/host-image.log
111942026-08-14T22:21:58.046Zuploading: /work/host-package.log (33172 bytes)
111952026-08-14T22:21:59.062Zuploaded: /work/host-package.log
111962026-08-14T22:21:59.062Zuploading: /work/host-target.log (101 bytes)
111972026-08-14T22:22:01.079Zuploaded: /work/host-target.log
111982026-08-14T22:22:01.079Zuploading: /work/incorp-create.log (0 bytes)
111992026-08-14T22:22:02.089Zuploaded: /work/incorp-create.log
112002026-08-14T22:22:02.090Zuploading: /work/incorp-fmt.log (0 bytes)
112012026-08-14T22:22:03.097Zuploaded: /work/incorp-fmt.log
112022026-08-14T22:22:03.098Zuploading: /work/incorp-pkgsend.log (108 bytes)
112032026-08-14T22:22:04.108Zuploaded: /work/incorp-pkgsend.log
112042026-08-14T22:22:04.109Zuploading: /work/incorp-publisher.log (0 bytes)
112052026-08-14T22:22:05.117Zuploaded: /work/incorp-publisher.log
112062026-08-14T22:22:05.117Zuploading: /work/omicron-package.log (9994 bytes)
112072026-08-14T22:22:06.129Zuploaded: /work/omicron-package.log
112082026-08-14T22:22:06.129Zuploading: /work/recovery-image.log (589163 bytes)
112092026-08-14T22:22:07.152Zuploaded: /work/recovery-image.log
112102026-08-14T22:22:07.152Zuploading: /work/recovery-package.log (321 bytes)
112112026-08-14T22:22:08.163Zuploaded: /work/recovery-package.log
112122026-08-14T22:22:08.167Zuploading: /work/recovery-target.log (98 bytes)
112132026-08-14T22:22:09.175Zuploaded: /work/recovery-target.log
112142026-08-14T22:22:09.175Zuploading: /work/stamp-clickhouse.log (117 bytes)
112152026-08-14T22:22:10.185Zuploaded: /work/stamp-clickhouse.log
112162026-08-14T22:22:10.185Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112172026-08-14T22:22:11.198Zuploaded: /work/stamp-clickhouse_keeper.log
112182026-08-14T22:22:11.198Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112192026-08-14T22:22:12.209Zuploaded: /work/stamp-clickhouse_server.log
112202026-08-14T22:22:12.209Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112212026-08-14T22:22:13.220Zuploaded: /work/stamp-cockroachdb.log
112222026-08-14T22:22:13.220Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112232026-08-14T22:22:14.230Zuploaded: /work/stamp-crucible-pantry-zone.log
112242026-08-14T22:22:14.230Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112252026-08-14T22:22:15.241Zuploaded: /work/stamp-crucible-utils.log
112262026-08-14T22:22:15.241Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112272026-08-14T22:22:16.251Zuploaded: /work/stamp-crucible-zone.log
112282026-08-14T22:22:16.251Zuploading: /work/stamp-external-dns.log (119 bytes)
112292026-08-14T22:22:17.262Zuploaded: /work/stamp-external-dns.log
112302026-08-14T22:22:17.262Zuploading: /work/stamp-installinator.log (103 bytes)
112312026-08-14T22:22:18.273Zuploaded: /work/stamp-installinator.log
112322026-08-14T22:22:18.273Zuploading: /work/stamp-internal-dns.log (119 bytes)
112332026-08-14T22:22:19.284Zuploaded: /work/stamp-internal-dns.log
112342026-08-14T22:22:19.284Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112352026-08-14T22:22:20.294Zuploaded: /work/stamp-mg-ddm-gz.log
112362026-08-14T22:22:20.294Zuploading: /work/stamp-nexus.log (112 bytes)
112372026-08-14T22:22:21.306Zuploaded: /work/stamp-nexus.log
112382026-08-14T22:22:21.306Zuploading: /work/stamp-ntp.log (110 bytes)
112392026-08-14T22:22:22.317Zuploaded: /work/stamp-ntp.log
112402026-08-14T22:22:22.317Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112412026-08-14T22:22:23.329Zuploaded: /work/stamp-omicron-sled-agent.log
112422026-08-14T22:22:23.329Zuploading: /work/stamp-overlay.log (114 bytes)
112432026-08-14T22:22:24.343Zuploaded: /work/stamp-overlay.log
112442026-08-14T22:22:24.343Zuploading: /work/stamp-oximeter.log (115 bytes)
112452026-08-14T22:22:25.353Zuploaded: /work/stamp-oximeter.log
112462026-08-14T22:22:25.353Zuploading: /work/stamp-oxlog.log (109 bytes)
112472026-08-14T22:22:26.365Zuploaded: /work/stamp-oxlog.log
112482026-08-14T22:22:26.365Zuploading: /work/stamp-probe.log (112 bytes)
112492026-08-14T22:22:27.378Zuploaded: /work/stamp-probe.log
112502026-08-14T22:22:27.378Zuploading: /work/stamp-propolis-server.log (122 bytes)
112512026-08-14T22:22:28.389Zuploaded: /work/stamp-propolis-server.log
112522026-08-14T22:22:28.389Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112532026-08-14T22:22:29.401Zuploaded: /work/stamp-pumpkind-gz.log
112542026-08-14T22:22:29.401Zuploading: /work/stamp-switch-asic.log (118 bytes)
112552026-08-14T22:22:30.414Zuploaded: /work/stamp-switch-asic.log
112562026-08-14T22:22:30.414Zuploading: /work/verify-libraries.log (49568 bytes)
112572026-08-14T22:22:31.430Zuploaded: /work/verify-libraries.log