01M0C0NXS46NV5WACRCD907QBP: 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: 01M0C0PGQCP1Y8TPN17HJ7Z346

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T03:24:09.890Zjob assigned to worker 01M0C0PTN8390WCZXE4FGHXEMP [factory aws, i-0f2e268876698683a] (queued for 1 m 3 s)
 
22026-08-19T03:24:16.699Zstarting task 0: "setup"
32026-08-19T03:24:16.705Z++ uname -s
42026-08-19T03:24:16.705Z+ kern=SunOS
52026-08-19T03:24:16.705Z+ build_user=build
62026-08-19T03:24:16.705Z+ build_uid=12345
72026-08-19T03:24:16.705Z+ work_dir=/work
82026-08-19T03:24:16.705Z+ input_dir=/input
92026-08-19T03:24:16.705Z+ [[ 0 == 12345 ]]
102026-08-19T03:24:16.713Z+ case "$kern" in
112026-08-19T03:24:16.713Z+ groupadd -g 12345 build
122026-08-19T03:24:16.728Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T03:24:22.398Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T03:24:22.566Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T03:24:22.566Z+ home_fs=zfs
162026-08-19T03:24:22.566Z+ [[ zfs == autofs ]]
172026-08-19T03:24:22.566Z+ mkdir -p /home/build
182026-08-19T03:24:22.566Z+ chown build:build /home/build /work
192026-08-19T03:24:22.566Z+ chmod 0700 /home/build /work
202026-08-19T03:24:22.566Zprocess exited: duration 4135 ms, exit code 0
 
212026-08-19T03:24:22.690Zstarting task 1: "rust-toolchain"
222026-08-19T03:24:22.698Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T03:24:22.699Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-19T03:24:22.699Z * rust toolchain channel = "1.97.1"
252026-08-19T03:24:22.699Z * rust toolchain profile = "default"
262026-08-19T03:24:22.699Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-19T03:24:22.699Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T03:24:22.699Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T03:24:22.699Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T03:24:22.778Zinfo: downloading installer
312026-08-19T03:24:24.470Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T03:24:24.470Zwarn: /home/build/.rustup/settings.toml
332026-08-19T03:24:24.470Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T03:24:24.470Zwarn: instead of the one inferred from the default host triple.
352026-08-19T03:24:24.481Zinfo: profile set to default
362026-08-19T03:24:24.482Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T03:24:24.488Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T03:24:24.644Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T03:24:24.647Zinfo: downloading 6 components
402026-08-19T03:24:39.940Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-19T03:24:39.940Z
422026-08-19T03:24:39.969Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T03:24:39.969Z
442026-08-19T03:24:39.969Z
452026-08-19T03:24:39.969ZRust is installed now. Great!
462026-08-19T03:24:39.969Z
472026-08-19T03:24:39.969ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T03:24:39.969Zenvironment variable. This has not been done automatically.
492026-08-19T03:24:39.969Z
502026-08-19T03:24:39.969ZTo configure your current shell, you need to source
512026-08-19T03:24:39.969Zthe corresponding env file under $HOME/.cargo.
522026-08-19T03:24:39.969Z
532026-08-19T03:24:39.969ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T03:24:39.970Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T03:24:39.970Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T03:24:39.970Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T03:24:39.970Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T03:24:39.970Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T03:24:39.970Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T03:24:39.973Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T03:24:39.973Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T03:24:40.065Z+ rustup --version
632026-08-19T03:24:40.075Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T03:24:40.078Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T03:24:40.092Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T03:24:40.095Z+ cargo --version
672026-08-19T03:24:40.104Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T03:24:40.108Z+ rustc --version
692026-08-19T03:24:40.126Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T03:24:40.130Zprocess exited: duration 17466 ms, exit code 0
 
712026-08-19T03:24:40.137Zstarting task 2: "authentication"
722026-08-19T03:24:40.205ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-19T03:24:58.232Zprocess exited: duration 18081 ms, exit code 0
 
742026-08-19T03:24:58.267Zstarting task 3: "clone repository"
752026-08-19T03:24:58.277Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-19T03:24:58.277Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-19T03:24:58.312ZCloning into '/work/oxidecomputer/omicron'...
782026-08-19T03:25:09.606Z+ cd /work/oxidecomputer/omicron
792026-08-19T03:25:09.606Z+ git fetch origin 2e55f4ddac2fe51fc37e9a70e0619a013509750f
802026-08-19T03:25:09.940ZFrom https://github.com/oxidecomputer/omicron
812026-08-19T03:25:09.940Z * branch 2e55f4ddac2fe51fc37e9a70e0619a013509750f -> FETCH_HEAD
822026-08-19T03:25:09.955Z+ [[ -n ben/opte-setup-for-ipv6 ]]
832026-08-19T03:25:09.958Z++ git branch --show-current
842026-08-19T03:25:09.958Z+ current=main
852026-08-19T03:25:09.958Z+ [[ main != ben/opte-setup-for-ipv6 ]]
862026-08-19T03:25:09.958Z+ git branch -f ben/opte-setup-for-ipv6 2e55f4ddac2fe51fc37e9a70e0619a013509750f
872026-08-19T03:25:09.961Z+ git checkout -f ben/opte-setup-for-ipv6
882026-08-19T03:25:10.219ZSwitched to branch 'ben/opte-setup-for-ipv6'
892026-08-19T03:25:10.224Z+ git reset --hard 2e55f4ddac2fe51fc37e9a70e0619a013509750f
902026-08-19T03:25:10.240ZHEAD is now at 2e55f4dda Support IPv6 addresses in the OPTE zone setup service
912026-08-19T03:25:10.243Zprocess exited: duration 11975 ms, exit code 0
 
922026-08-19T03:25:10.250Zstarting task 4: "build"
932026-08-19T03:25:10.255Z+ source .github/buildomat/ci-env.sh
942026-08-19T03:25:10.258Z++ export CARGO_TERM_COLOR=always
952026-08-19T03:25:10.258Z++ CARGO_TERM_COLOR=always
962026-08-19T03:25:10.259Z+++ uname -s
972026-08-19T03:25:10.259Z++ [[ SunOS == \S\u\n\O\S ]]
982026-08-19T03:25:10.259Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-08-19T03:25:10.262Z+ cargo --version
1002026-08-19T03:25:10.268Zcargo 1.97.1 (c980f4866 2026-06-30)
1012026-08-19T03:25:10.271Z+ rustc --version
1022026-08-19T03:25:10.291Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-19T03:25:10.294Z+ cargo tree --locked
1042026-08-19T03:25:10.458Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1052026-08-19T03:25:10.799Z Updating crates.io index
1062026-08-19T03:25:10.803Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1072026-08-19T03:25:11.118Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1082026-08-19T03:25:11.489Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-08-19T03:25:12.509Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-08-19T03:25:14.526Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-08-19T03:25:16.439Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-08-19T03:25:17.355Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-08-19T03:25:17.625Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-08-19T03:25:17.984Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-08-19T03:25:19.611Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-08-19T03:25:19.908Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-19T03:25:20.264Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1182026-08-19T03:25:20.540Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1192026-08-19T03:25:20.821Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1202026-08-19T03:25:21.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1212026-08-19T03:25:21.379Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-19T03:25:21.666Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-19T03:25:21.998Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-08-19T03:25:22.410Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-19T03:25:23.168Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262026-08-19T03:25:23.514Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1272026-08-19T03:25:24.006Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1282026-08-19T03:25:24.389Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-08-19T03:26:26.184Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1302026-08-19T03:26:26.411Z Updating git repository `https://github.com/oxidecomputer/erebor`
1312026-08-19T03:26:26.411Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1322026-08-19T03:26:26.411Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1332026-08-19T03:26:26.411Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1342026-08-19T03:26:26.411Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1352026-08-19T03:26:26.411Z Updating git repository `https://github.com/oxidecomputer/ispf`
1362026-08-19T03:26:26.595Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1372026-08-19T03:26:26.595Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382026-08-19T03:26:26.595Z Updating git repository `https://github.com/oxidecomputer/tough`
1392026-08-19T03:26:26.595Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402026-08-19T03:26:26.595Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1412026-08-19T03:26:26.595Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-08-19T03:26:26.595Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-08-19T03:26:26.595Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1442026-08-19T03:26:26.595Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-08-19T03:26:26.595Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-08-19T03:26:26.595Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-08-19T03:26:26.595Z Updating git repository `https://github.com/illumos/smf-rs`
1482026-08-19T03:26:26.595Z Downloading crates ...
1492026-08-19T03:26:26.595Z Downloaded crossbeam-epoch v0.9.18
1502026-08-19T03:26:26.596Z Downloaded ciborium v0.2.2
1512026-08-19T03:26:26.596Z Downloaded crc-any v2.5.0
1522026-08-19T03:26:26.596Z Downloaded crunchy v0.2.4
1532026-08-19T03:26:26.596Z Downloaded addr2line v0.25.1
1542026-08-19T03:26:26.596Z Downloaded globwalk v0.9.1
1552026-08-19T03:26:26.596Z Downloaded concurrent-queue v2.5.0
1562026-08-19T03:26:26.596Z Downloaded globset v0.4.18
1572026-08-19T03:26:26.596Z Downloaded constant_time_eq v0.3.1
1582026-08-19T03:26:26.596Z Downloaded heck v0.4.1
1592026-08-19T03:26:26.596Z Downloaded home v0.5.12
1602026-08-19T03:26:26.596Z Downloaded ciborium-ll v0.2.2
1612026-08-19T03:26:26.596Z Downloaded crc v3.4.0
1622026-08-19T03:26:26.596Z Downloaded clap v4.6.1
1632026-08-19T03:26:26.596Z Downloaded crc-catalog v2.4.0
1642026-08-19T03:26:26.596Z Downloaded hostname v0.4.2
1652026-08-19T03:26:26.596Z Downloaded hex-literal v0.4.1
1662026-08-19T03:26:26.597Z Downloaded cobs v0.3.0
1672026-08-19T03:26:26.597Z Downloaded hex-literal v1.1.0
1682026-08-19T03:26:26.597Z Downloaded hash32 v0.2.1
1692026-08-19T03:26:26.597Z Downloaded criterion-plot v0.6.0
1702026-08-19T03:26:26.597Z Downloaded guppy-workspace-hack v0.1.0
1712026-08-19T03:26:26.597Z Downloaded colored v3.1.1
1722026-08-19T03:26:26.597Z Downloaded hostname v0.3.1
1732026-08-19T03:26:26.597Z Downloaded crc8 v0.1.1
1742026-08-19T03:26:26.597Z Downloaded hash32 v0.3.1
1752026-08-19T03:26:26.597Z Downloaded cpubits v0.1.1
1762026-08-19T03:26:26.597Z Downloaded heck v0.5.0
1772026-08-19T03:26:26.597Z Downloaded cpufeatures v0.2.17
1782026-08-19T03:26:26.597Z Downloaded const_format_proc_macros v0.2.34
1792026-08-19T03:26:26.597Z Downloaded glob v0.3.3
1802026-08-19T03:26:26.597Z Downloaded hex v0.4.3
1812026-08-19T03:26:26.597Z Downloaded headers-core v0.3.0
1822026-08-19T03:26:26.597Z Downloaded console v0.16.2
1832026-08-19T03:26:26.597Z Downloaded const-oid v0.9.6
1842026-08-19T03:26:26.597Z Downloaded cpufeatures v0.3.0
1852026-08-19T03:26:26.597Z Downloaded curve25519-dalek-derive v0.1.1
1862026-08-19T03:26:26.597Z Downloaded defmt v0.3.100
1872026-08-19T03:26:26.597Z Downloaded crypto-common v0.2.2
1882026-08-19T03:26:26.598Z Downloaded http-body v1.0.1
1892026-08-19T03:26:26.598Z Downloaded group v0.14.0
1902026-08-19T03:26:26.598Z Downloaded crypto-common v0.1.7
1912026-08-19T03:26:26.598Z Downloaded compression-core v0.4.31
1922026-08-19T03:26:26.598Z Downloaded ciborium-io v0.2.2
1932026-08-19T03:26:26.598Z Downloaded colorchoice v1.0.4
1942026-08-19T03:26:26.598Z Downloaded crucible-workspace-hack v0.1.0
1952026-08-19T03:26:26.598Z Downloaded git-stub-vcs v0.1.0
1962026-08-19T03:26:26.598Z Downloaded crossbeam-channel v0.5.15
1972026-08-19T03:26:26.598Z Downloaded highway v1.3.0
1982026-08-19T03:26:26.598Z Downloaded cmov v0.5.4
1992026-08-19T03:26:26.598Z Downloaded compression-codecs v0.4.37
2002026-08-19T03:26:26.598Z Downloaded convert_case v0.10.0
2012026-08-19T03:26:26.598Z Downloaded crossbeam-deque v0.8.6
2022026-08-19T03:26:26.598Z Downloaded git-stub v1.0.0
2032026-08-19T03:26:26.598Z Downloaded is-terminal v0.4.17
2042026-08-19T03:26:26.598Z Downloaded idna_adapter v1.2.1
2052026-08-19T03:26:26.598Z Downloaded darling_macro v0.20.11
2062026-08-19T03:26:26.598Z Downloaded aead v0.5.2
2072026-08-19T03:26:26.599Z Downloaded httpdate v1.0.3
2082026-08-19T03:26:26.599Z Downloaded indent_write v2.2.0
2092026-08-19T03:26:26.599Z Downloaded internet-checksum v0.2.1
2102026-08-19T03:26:26.599Z Downloaded approx v0.5.1
2112026-08-19T03:26:26.599Z Downloaded derive_builder_macro v0.20.2
2122026-08-19T03:26:26.599Z Downloaded hubpack v0.1.2
2132026-08-19T03:26:26.599Z Downloaded cstr-argument v0.1.2
2142026-08-19T03:26:26.599Z Downloaded darling_macro v0.13.4
2152026-08-19T03:26:26.599Z Downloaded darling_macro v0.21.3
2162026-08-19T03:26:26.599Z Downloaded indoc v1.0.9
2172026-08-19T03:26:26.599Z Downloaded instant v0.1.13
2182026-08-19T03:26:26.599Z Downloaded convert_case v0.4.0
2192026-08-19T03:26:26.599Z Downloaded debug-ignore v1.0.5
2202026-08-19T03:26:26.599Z Downloaded clap_lex v1.0.0
2212026-08-19T03:26:26.599Z Downloaded constant_time_eq v0.4.2
2222026-08-19T03:26:26.599Z Downloaded critical-section v1.2.0
2232026-08-19T03:26:26.599Z Downloaded colored v2.2.0
2242026-08-19T03:26:26.600Z Downloaded illumos-nvpair v0.3.0
2252026-08-19T03:26:26.600Z Downloaded http-body-util v0.1.3
2262026-08-19T03:26:26.600Z Downloaded http-range v0.1.5
2272026-08-19T03:26:26.600Z Downloaded adler2 v2.0.1
2282026-08-19T03:26:26.600Z Downloaded darling_macro v0.23.0
2292026-08-19T03:26:26.600Z Downloaded inout v0.2.2
2302026-08-19T03:26:26.600Z Downloaded hyper-tls v0.6.0
2312026-08-19T03:26:26.600Z Downloaded instability v0.3.11
2322026-08-19T03:26:26.600Z Downloaded ident_case v1.0.1
2332026-08-19T03:26:26.600Z Downloaded illumos-nvpair-sys v0.2.0
2342026-08-19T03:26:26.600Z Downloaded der_derive v0.7.3
2352026-08-19T03:26:26.600Z Downloaded async-recursion v1.1.1
2362026-08-19T03:26:26.724Z Downloaded hubpack_derive v0.1.1
2372026-08-19T03:26:26.724Z Downloaded cmake v0.1.57
2382026-08-19T03:26:26.724Z Downloaded csv-core v0.1.13
2392026-08-19T03:26:26.724Z Downloaded cipher v0.4.4
2402026-08-19T03:26:26.724Z Downloaded derive-ex v0.1.8
2412026-08-19T03:26:26.724Z Downloaded ascii-canvas v3.0.0
2422026-08-19T03:26:26.724Z Downloaded async-stream v0.3.6
2432026-08-19T03:26:26.724Z Downloaded bit-set v0.8.0
2442026-08-19T03:26:26.724Z Downloaded atty v0.2.14
2452026-08-19T03:26:26.724Z Downloaded cast v0.3.0
2462026-08-19T03:26:26.724Z Downloaded cfg_aliases v0.2.1
2472026-08-19T03:26:26.724Z Downloaded data-encoding v2.10.0
2482026-08-19T03:26:26.724Z Downloaded group v0.13.0
2492026-08-19T03:26:26.724Z Downloaded hickory-client v0.25.2
2502026-08-19T03:26:26.724Z Downloaded hmac v0.12.1
2512026-08-19T03:26:26.724Z Downloaded hmac v0.13.0
2522026-08-19T03:26:26.725Z Downloaded cipher v0.5.2
2532026-08-19T03:26:26.725Z Downloaded daft v0.1.7
2542026-08-19T03:26:26.725Z Downloaded darling v0.13.4
2552026-08-19T03:26:26.725Z Downloaded derive_more v0.99.20
2562026-08-19T03:26:26.725Z Downloaded deranged v0.5.8
2572026-08-19T03:26:26.725Z Downloaded openssl-probe v0.1.6
2582026-08-19T03:26:26.725Z Downloaded oso-derive v0.27.3
2592026-08-19T03:26:26.725Z Downloaded daft-derive v0.1.7
2602026-08-19T03:26:26.725Z Downloaded defmt v1.0.1
2612026-08-19T03:26:26.725Z Downloaded opaque-debug v0.3.1
2622026-08-19T03:26:26.725Z Downloaded clang-sys v1.8.1
2632026-08-19T03:26:26.725Z Downloaded inout v0.1.4
2642026-08-19T03:26:26.725Z Downloaded parking v2.2.1
2652026-08-19T03:26:26.725Z Downloaded path-slash v0.1.5
2662026-08-19T03:26:26.725Z Downloaded delegate v0.13.5
2672026-08-19T03:26:26.725Z Downloaded ctr v0.10.1
2682026-08-19T03:26:26.725Z Downloaded defmt-parser v1.0.0
2692026-08-19T03:26:26.725Z Downloaded impl-trait-for-tuples v0.2.3
2702026-08-19T03:26:26.725Z Downloaded defmt-macros v1.0.1
2712026-08-19T03:26:26.725Z Downloaded ipnet v2.11.0
2722026-08-19T03:26:26.725Z Downloaded anstyle-parse v0.2.7
2732026-08-19T03:26:26.725Z Downloaded anes v0.1.6
2742026-08-19T03:26:26.725Z Downloaded plotters-svg v0.3.7
2752026-08-19T03:26:26.725Z Downloaded proc-macro-error-attr2 v2.0.0
2762026-08-19T03:26:26.725Z Downloaded clap_derive v4.6.1
2772026-08-19T03:26:26.726Z Downloaded console v0.15.11
2782026-08-19T03:26:26.726Z Downloaded darling v0.20.11
2792026-08-19T03:26:26.726Z Downloaded derive_builder_core v0.20.2
2802026-08-19T03:26:26.726Z Downloaded cookie v0.18.1
2812026-08-19T03:26:26.726Z Downloaded darling v0.23.0
2822026-08-19T03:26:26.726Z Downloaded ipnetwork v0.21.1
2832026-08-19T03:26:26.726Z Downloaded predicates-tree v1.0.13
2842026-08-19T03:26:26.726Z Downloaded humantime v2.3.0
2852026-08-19T03:26:26.726Z Downloaded ingot-types v0.2.0
2862026-08-19T03:26:26.726Z Downloaded pretty-hex v0.4.1
2872026-08-19T03:26:26.726Z Downloaded hyper-staticfile v0.10.1
2882026-08-19T03:26:26.726Z Downloaded ingot v0.2.1
2892026-08-19T03:26:26.726Z Downloaded bitfield-macros v0.19.4
2902026-08-19T03:26:26.726Z Downloaded radium v0.7.0
2912026-08-19T03:26:26.726Z Downloaded recursive-proc-macro-impl v0.1.1
2922026-08-19T03:26:26.726Z Downloaded rustc_version v0.4.1
2932026-08-19T03:26:26.726Z Downloaded cookie_store v0.22.1
2942026-08-19T03:26:26.726Z Downloaded crc32fast v1.5.0
2952026-08-19T03:26:26.726Z Downloaded darling v0.21.3
2962026-08-19T03:26:26.726Z Downloaded httparse v1.10.1
2972026-08-19T03:26:26.726Z Downloaded crossbeam-utils v0.8.21
2982026-08-19T03:26:26.726Z Downloaded secrecy v0.8.0
2992026-08-19T03:26:26.726Z Downloaded datatest-stable v0.3.3
3002026-08-19T03:26:26.726Z Downloaded sapling-renderdag v0.1.0
3012026-08-19T03:26:26.726Z Downloaded signal-hook-mio v0.2.5
3022026-08-19T03:26:26.726Z Downloaded blowfish v0.10.0
3032026-08-19T03:26:26.726Z Downloaded similar-asserts v1.7.0
3042026-08-19T03:26:26.726Z Downloaded derive_builder v0.20.2
3052026-08-19T03:26:26.727Z Downloaded oxnet v0.1.6
3062026-08-19T03:26:26.727Z Downloaded argon2 v0.6.0-rc.8
3072026-08-19T03:26:26.727Z Downloaded async-bb8-diesel v0.2.1
3082026-08-19T03:26:26.727Z Downloaded autocfg v1.5.0
3092026-08-19T03:26:26.727Z Downloaded peg v0.8.5
3102026-08-19T03:26:26.727Z Downloaded hyper-rustls v0.27.7
3112026-08-19T03:26:26.727Z Downloaded ingot-macros v0.2.0
3122026-08-19T03:26:26.727Z Downloaded oxide-update-engine v0.1.2
3132026-08-19T03:26:26.727Z Downloaded hybrid-array v0.4.13
3142026-08-19T03:26:26.727Z Downloaded subtle v2.6.1
3152026-08-19T03:26:26.727Z Downloaded supports-hyperlinks v2.1.0
3162026-08-19T03:26:26.727Z Downloaded take_mut v0.2.2
3172026-08-19T03:26:26.727Z Downloaded tap v1.0.1
3182026-08-19T03:26:26.727Z Downloaded serde_repr v0.1.20
3192026-08-19T03:26:26.727Z Downloaded sha1 v0.11.0
3202026-08-19T03:26:26.727Z Downloaded siphasher v1.0.2
3212026-08-19T03:26:26.727Z Downloaded partial-io v0.5.4
3222026-08-19T03:26:26.727Z Downloaded phf v0.12.1
3232026-08-19T03:26:26.727Z Downloaded camino v1.2.2
3242026-08-19T03:26:26.727Z Downloaded ctutils v0.4.2
3252026-08-19T03:26:26.727Z Downloaded indoc v2.0.7
3262026-08-19T03:26:26.727Z Downloaded polyval v0.7.1
3272026-08-19T03:26:26.727Z Downloaded postgres-protocol v0.6.10
3282026-08-19T03:26:26.727Z Downloaded progenitor v0.14.0
3292026-08-19T03:26:26.727Z Downloaded tagptr v0.2.0
3302026-08-19T03:26:26.728Z Downloaded terminal_size v0.4.3
3312026-08-19T03:26:26.728Z Downloaded testing_table v0.3.0
3322026-08-19T03:26:26.728Z Downloaded thiserror-impl-no-std v2.0.2
3332026-08-19T03:26:26.728Z Downloaded httptest v0.16.4
3342026-08-19T03:26:26.728Z Downloaded tokio-macros v2.7.0
3352026-08-19T03:26:26.728Z Downloaded tokio-test v0.4.5
3362026-08-19T03:26:26.834Z Downloaded iana-time-zone v0.1.65
3372026-08-19T03:26:26.834Z Downloaded rustc-demangle v0.1.27
3382026-08-19T03:26:26.834Z Downloaded progenitor-client v0.13.0
3392026-08-19T03:26:26.834Z Downloaded rand_seeder v0.4.0
3402026-08-19T03:26:26.834Z Downloaded corncobs v0.1.4
3412026-08-19T03:26:26.834Z Downloaded darling_core v0.13.4
3422026-08-19T03:26:26.834Z Downloaded rustls-pemfile v2.2.0
3432026-08-19T03:26:26.834Z Downloaded toml_datetime v0.6.11
3442026-08-19T03:26:26.834Z Downloaded heapless v0.7.17
3452026-08-19T03:26:26.834Z Downloaded typify-macro v0.6.2
3462026-08-19T03:26:26.835Z Downloaded unit-prefix v0.5.2
3472026-08-19T03:26:26.835Z Downloaded untrusted v0.7.1
3482026-08-19T03:26:26.835Z Downloaded half v1.8.3
3492026-08-19T03:26:26.835Z Downloaded parking_lot v0.11.2
3502026-08-19T03:26:26.835Z Downloaded cancel-safe-futures v0.1.5
3512026-08-19T03:26:26.835Z Downloaded spki v0.7.3
3522026-08-19T03:26:26.835Z Downloaded pem-rfc7468 v0.7.0
3532026-08-19T03:26:26.835Z Downloaded cfg-expr v0.20.6
3542026-08-19T03:26:26.835Z Downloaded packed_struct v0.10.1
3552026-08-19T03:26:26.835Z Downloaded scroll v0.13.0
3562026-08-19T03:26:26.835Z Downloaded serde_spanned v0.6.9
3572026-08-19T03:26:26.835Z Downloaded hashbrown v0.12.3
3582026-08-19T03:26:26.835Z Downloaded ssh-encoding v0.3.0
3592026-08-19T03:26:26.835Z Downloaded unicode-truncate v1.1.0
3602026-08-19T03:26:26.835Z Downloaded icu_properties v2.1.2
3612026-08-19T03:26:26.835Z Downloaded wnaf v0.14.0
3622026-08-19T03:26:26.835Z Downloaded pest_derive v2.8.6
3632026-08-19T03:26:26.835Z Downloaded chumsky v0.9.3
3642026-08-19T03:26:26.835Z Downloaded const_format v0.2.35
3652026-08-19T03:26:26.835Z Downloaded slog-stdlog v4.1.1
3662026-08-19T03:26:26.835Z Downloaded slog-term v2.9.2
3672026-08-19T03:26:26.835Z Downloaded utf8_iter v1.0.4
3682026-08-19T03:26:26.836Z Downloaded utf8parse v0.2.2
3692026-08-19T03:26:26.836Z Downloaded want v0.3.1
3702026-08-19T03:26:26.836Z Downloaded pkcs1 v0.7.5
3712026-08-19T03:26:26.836Z Downloaded display-error-chain v0.2.2
3722026-08-19T03:26:26.836Z Downloaded diesel_table_macro_syntax v0.3.0
3732026-08-19T03:26:26.836Z Downloaded dtrace-parser v0.2.0
3742026-08-19T03:26:26.836Z Downloaded heapless v0.8.0
3752026-08-19T03:26:26.836Z Downloaded string_cache v0.8.9
3762026-08-19T03:26:26.836Z Downloaded stringmetrics v2.2.2
3772026-08-19T03:26:26.836Z Downloaded time-macros v0.2.27
3782026-08-19T03:26:26.836Z Downloaded tiny-keccak v2.0.2
3792026-08-19T03:26:26.836Z Downloaded zone v0.3.1
3802026-08-19T03:26:26.836Z Downloaded dof v0.4.0
3812026-08-19T03:26:26.836Z Downloaded icu_locale_core v2.1.1
3822026-08-19T03:26:26.836Z Downloaded indexmap v1.9.3
3832026-08-19T03:26:26.836Z Downloaded icu_provider v2.1.1
3842026-08-19T03:26:26.836Z Downloaded float-cmp v0.10.0
3852026-08-19T03:26:26.836Z Downloaded salsa20 v0.11.0
3862026-08-19T03:26:26.836Z Downloaded const-oid v0.10.2
3872026-08-19T03:26:26.836Z Downloaded ignore v0.4.25
3882026-08-19T03:26:26.836Z Downloaded postgres-types v0.2.12
3892026-08-19T03:26:26.836Z Downloaded thiserror-no-std v2.0.2
3902026-08-19T03:26:26.836Z Downloaded env_filter v1.0.0
3912026-08-19T03:26:26.836Z Downloaded form_urlencoded v1.2.2
3922026-08-19T03:26:26.836Z Downloaded rustls-pki-types v1.14.0
3932026-08-19T03:26:26.836Z Downloaded foreign-types-shared v0.3.1
3942026-08-19T03:26:26.836Z Downloaded flagset v0.4.7
3952026-08-19T03:26:26.836Z Downloaded toml_writer v1.1.1+spec-1.1.0
3962026-08-19T03:26:26.836Z Downloaded futures-sink v0.3.32
3972026-08-19T03:26:26.837Z Downloaded derive-where v1.6.0
3982026-08-19T03:26:26.837Z Downloaded half v2.7.1
3992026-08-19T03:26:26.837Z Downloaded hickory-resolver v0.25.2
4002026-08-19T03:26:26.837Z Downloaded serde_with_macros v3.21.0
4012026-08-19T03:26:26.837Z Downloaded futures-task v0.3.32
4022026-08-19T03:26:26.837Z Downloaded itoa v1.0.17
4032026-08-19T03:26:26.837Z Downloaded usdt v0.6.0
4042026-08-19T03:26:26.837Z Downloaded lazy_static v1.5.0
4052026-08-19T03:26:26.837Z Downloaded darling_core v0.21.3
4062026-08-19T03:26:26.837Z Downloaded linkme-impl v0.3.35
4072026-08-19T03:26:26.837Z Downloaded match_cfg v0.1.0
4082026-08-19T03:26:26.837Z Downloaded usdt-impl v0.6.0
4092026-08-19T03:26:26.837Z Downloaded serde_cbor v0.11.2
4102026-08-19T03:26:26.837Z Downloaded vergen-git2 v9.1.0
4112026-08-19T03:26:26.837Z Downloaded static_assertions v1.1.0
4122026-08-19T03:26:26.837Z Downloaded vsss-rs v3.3.4
4132026-08-19T03:26:26.837Z Downloaded walkdir v2.5.0
4142026-08-19T03:26:26.837Z Downloaded writeable v0.6.2
4152026-08-19T03:26:26.837Z Downloaded wyz v0.5.1
4162026-08-19T03:26:26.837Z Downloaded lru v0.12.5
4172026-08-19T03:26:26.837Z Downloaded new_debug_unreachable v1.0.6
4182026-08-19T03:26:26.837Z Downloaded normalize-line-endings v0.3.0
4192026-08-19T03:26:26.837Z Downloaded nibble_vec v0.1.0
4202026-08-19T03:26:26.837Z Downloaded nodrop v0.1.14
4212026-08-19T03:26:26.837Z Downloaded compact_str v0.8.1
4222026-08-19T03:26:26.837Z Downloaded pkcs1 v0.8.0-rc.4
4232026-08-19T03:26:26.838Z Downloaded zeroize v1.9.0
4242026-08-19T03:26:26.838Z Downloaded thiserror v2.0.18
4252026-08-19T03:26:26.838Z Downloaded zstd-safe v7.2.4
4262026-08-19T03:26:26.838Z Downloaded der v0.7.10
4272026-08-19T03:26:26.838Z Downloaded env_logger v0.11.9
4282026-08-19T03:26:26.838Z Downloaded hickory-resolver v0.24.4
4292026-08-19T03:26:26.838Z Downloaded pin-project v1.1.11
4302026-08-19T03:26:26.838Z Downloaded icu_normalizer v2.1.1
4312026-08-19T03:26:26.838Z Downloaded prefix-trie v0.7.0
4322026-08-19T03:26:26.838Z Downloaded indicatif v0.18.4
4332026-08-19T03:26:26.838Z Downloaded digest v0.11.3
4342026-08-19T03:26:26.838Z Downloaded embedded-io v0.4.0
4352026-08-19T03:26:26.838Z Downloaded ecdsa v0.16.9
4362026-08-19T03:26:26.990Z Downloaded ron v0.8.1
4372026-08-19T03:26:26.990Z Downloaded array-init v0.0.4
4382026-08-19T03:26:26.990Z Downloaded num_threads v0.1.7
4392026-08-19T03:26:26.990Z Downloaded chrono v0.4.45
4402026-08-19T03:26:26.990Z Downloaded hyper-util v0.1.20
4412026-08-19T03:26:26.990Z Downloaded tracing-attributes v0.1.31
4422026-08-19T03:26:26.990Z Downloaded darling_core v0.20.11
4432026-08-19T03:26:26.990Z Downloaded fs-err v2.11.0
4442026-08-19T03:26:26.990Z Downloaded darling_core v0.23.0
4452026-08-19T03:26:26.990Z Downloaded filetime v0.2.27
4462026-08-19T03:26:26.990Z Downloaded block-buffer v0.10.4
4472026-08-19T03:26:26.990Z Downloaded hashbrown v0.17.0
4482026-08-19T03:26:26.990Z Downloaded bytes v1.11.1
4492026-08-19T03:26:26.990Z Downloaded trybuild v1.0.116
4502026-08-19T03:26:26.990Z Downloaded castaway v0.2.4
4512026-08-19T03:26:26.990Z Downloaded tui-tree-widget v0.23.1
4522026-08-19T03:26:26.990Z Downloaded peg-runtime v0.8.5
4532026-08-19T03:26:26.991Z Downloaded parse-display v0.10.0
4542026-08-19T03:26:26.991Z Downloaded plotters-backend v0.3.7
4552026-08-19T03:26:26.991Z Downloaded base64 v0.21.7
4562026-08-19T03:26:26.991Z Downloaded signal-hook v0.3.18
4572026-08-19T03:26:26.991Z Downloaded spin v0.9.8
4582026-08-19T03:26:26.991Z Downloaded libsw v3.5.0
4592026-08-19T03:26:26.991Z Downloaded libsw-core v0.3.2
4602026-08-19T03:26:26.991Z Downloaded module-lattice v0.2.3
4612026-08-19T03:26:26.991Z Downloaded powerfmt v0.2.0
4622026-08-19T03:26:26.991Z Downloaded num_enum v0.5.11
4632026-08-19T03:26:26.991Z Downloaded ref-cast v1.0.25
4642026-08-19T03:26:26.991Z Downloaded progenitor-client v0.14.0
4652026-08-19T03:26:26.991Z Downloaded rand_pcg v0.10.2
4662026-08-19T03:26:26.991Z Downloaded ref-cast-impl v1.0.25
4672026-08-19T03:26:26.991Z Downloaded rtoolbox v0.0.3
4682026-08-19T03:26:26.991Z Downloaded nanorand v0.7.0
4692026-08-19T03:26:26.991Z Downloaded num-integer v0.1.46
4702026-08-19T03:26:26.991Z Downloaded headers v0.4.1
4712026-08-19T03:26:26.991Z Downloaded bcs v0.1.6
4722026-08-19T03:26:26.991Z Downloaded base64 v0.22.1
4732026-08-19T03:26:26.991Z Downloaded icu_collections v2.1.1
4742026-08-19T03:26:26.991Z Downloaded icu_normalizer_data v2.1.1
4752026-08-19T03:26:26.991Z Downloaded tokio-stream v0.1.18
4762026-08-19T03:26:26.992Z Downloaded des v0.9.0
4772026-08-19T03:26:26.992Z Downloaded nu-ansi-term v0.50.3
4782026-08-19T03:26:26.992Z Downloaded anstream v1.0.0
4792026-08-19T03:26:26.992Z Downloaded rustc-hash v2.1.1
4802026-08-19T03:26:26.992Z Downloaded argon2 v0.5.3
4812026-08-19T03:26:26.992Z Downloaded serde_bytes v0.11.19
4822026-08-19T03:26:26.992Z Downloaded signature v2.2.0
4832026-08-19T03:26:26.992Z Downloaded crypto-bigint v0.5.5
4842026-08-19T03:26:26.992Z Downloaded byteorder v1.5.0
4852026-08-19T03:26:26.992Z Downloaded cassowary v0.3.0
4862026-08-19T03:26:26.992Z Downloaded http v1.4.2
4872026-08-19T03:26:26.992Z Downloaded bit-vec v0.8.0
4882026-08-19T03:26:26.992Z Downloaded hickory-server v0.25.2
4892026-08-19T03:26:26.992Z Downloaded serde_spanned v1.1.1
4902026-08-19T03:26:26.992Z Downloaded serde_regex v1.1.0
4912026-08-19T03:26:26.992Z Downloaded slog-envlogger v2.2.0
4922026-08-19T03:26:26.992Z Downloaded strum v0.27.2
4932026-08-19T03:26:26.992Z Downloaded strum v0.26.3
4942026-08-19T03:26:26.992Z Downloaded strip-ansi-escapes v0.2.1
4952026-08-19T03:26:26.992Z Downloaded openssl-macros v0.1.1
4962026-08-19T03:26:26.992Z Downloaded oxide-update-engine-display v0.1.2
4972026-08-19T03:26:26.992Z Downloaded pbkdf2 v0.13.0
4982026-08-19T03:26:26.992Z Downloaded peg-macros v0.8.5
4992026-08-19T03:26:26.993Z Downloaded phf v0.13.1
5002026-08-19T03:26:26.993Z Downloaded pin-project-lite v0.2.17
5012026-08-19T03:26:26.993Z Downloaded tinyvec_macros v0.1.1
5022026-08-19T03:26:26.993Z Downloaded primefield v0.14.0
5032026-08-19T03:26:26.993Z Downloaded structmeta-derive v0.3.0
5042026-08-19T03:26:26.993Z Downloaded time-core v0.1.8
5052026-08-19T03:26:26.993Z Downloaded proc-macro-error v1.0.4
5062026-08-19T03:26:26.993Z Downloaded serde_core v1.0.228
5072026-08-19T03:26:26.993Z Downloaded getrandom v0.2.17
5082026-08-19T03:26:26.993Z Downloaded snafu v0.8.9
5092026-08-19T03:26:26.993Z Downloaded once_cell v1.21.3
5102026-08-19T03:26:26.993Z Downloaded progenitor-extras v0.2.0
5112026-08-19T03:26:26.993Z Downloaded port-file v0.1.0
5122026-08-19T03:26:26.993Z Downloaded ppv-lite86 v0.2.21
5132026-08-19T03:26:26.993Z Downloaded rand_core v0.6.4
5142026-08-19T03:26:26.993Z Downloaded trait-variant v0.1.2
5152026-08-19T03:26:26.993Z Downloaded universal-hash v0.6.1
5162026-08-19T03:26:26.993Z Downloaded topological-sort v0.2.2
5172026-08-19T03:26:26.993Z Downloaded hashbrown v0.13.2
5182026-08-19T03:26:26.993Z Downloaded unarray v0.1.4
5192026-08-19T03:26:26.993Z Downloaded usdt v0.5.0
5202026-08-19T03:26:26.993Z Downloaded indexmap v2.14.0
5212026-08-19T03:26:26.993Z Downloaded rand v0.8.6
5222026-08-19T03:26:26.993Z Downloaded usdt-macro v0.5.0
5232026-08-19T03:26:26.993Z Downloaded ahash v0.8.12
5242026-08-19T03:26:26.994Z Downloaded rustversion v1.0.22
5252026-08-19T03:26:26.994Z Downloaded sec1 v0.7.3
5262026-08-19T03:26:26.994Z Downloaded serde_tokenstream v0.2.3
5272026-08-19T03:26:26.994Z Downloaded bzip2 v0.4.4
5282026-08-19T03:26:26.994Z Downloaded serde_plain v1.0.2
5292026-08-19T03:26:26.994Z Downloaded guppy v0.17.25
5302026-08-19T03:26:26.994Z Downloaded backon v1.6.0
5312026-08-19T03:26:26.994Z Downloaded xattr v1.6.1
5322026-08-19T03:26:26.994Z Downloaded toml_edit v0.22.27
5332026-08-19T03:26:26.994Z Downloaded bumpalo v3.20.2
5342026-08-19T03:26:26.994Z Downloaded dirs-sys-next v0.1.2
5352026-08-19T03:26:26.994Z Downloaded document-features v0.2.12
5362026-08-19T03:26:27.296Z Downloaded serde_path_to_error v0.1.20
5372026-08-19T03:26:27.296Z Downloaded slog-json v2.6.1
5382026-08-19T03:26:27.296Z Downloaded strum_macros v0.24.3
5392026-08-19T03:26:27.296Z Downloaded der v0.8.0
5402026-08-19T03:26:27.296Z Downloaded elliptic-curve v0.14.1
5412026-08-19T03:26:27.296Z Downloaded target-lexicon v0.13.3
5422026-08-19T03:26:27.296Z Downloaded difflib v0.4.0
5432026-08-19T03:26:27.296Z Downloaded schemars v0.9.0
5442026-08-19T03:26:27.297Z Downloaded chacha20 v0.10.0
5452026-08-19T03:26:27.297Z Downloaded parking_lot_core v0.9.12
5462026-08-19T03:26:27.297Z Downloaded dyn-clone v1.0.20
5472026-08-19T03:26:27.297Z Downloaded scuffle v0.1.0
5482026-08-19T03:26:27.298Z Downloaded slab v0.4.12
5492026-08-19T03:26:27.298Z Downloaded criterion v0.7.0
5502026-08-19T03:26:27.298Z Downloaded getrandom v0.3.4
5512026-08-19T03:26:27.298Z Downloaded serde v1.0.228
5522026-08-19T03:26:27.298Z Downloaded termios v0.3.3
5532026-08-19T03:26:27.298Z Downloaded tokio-dtrace v0.1.1
5542026-08-19T03:26:27.298Z Downloaded sqlparser_derive v0.5.0
5552026-08-19T03:26:27.298Z Downloaded progenitor v0.13.0
5562026-08-19T03:26:27.298Z Downloaded quinn-udp v0.5.14
5572026-08-19T03:26:27.298Z Downloaded memmap v0.7.0
5582026-08-19T03:26:27.298Z Downloaded foreign-types v0.3.2
5592026-08-19T03:26:27.298Z Downloaded futures-io v0.3.32
5602026-08-19T03:26:27.298Z Downloaded fxhash v0.2.1
5612026-08-19T03:26:27.299Z Downloaded md-5 v0.10.6
5622026-08-19T03:26:27.299Z Downloaded lalrpop-util v0.19.12
5632026-08-19T03:26:27.299Z Downloaded macaddr v1.0.1
5642026-08-19T03:26:27.299Z Downloaded md5 v0.8.0
5652026-08-19T03:26:27.299Z Downloaded newline-converter v0.3.0
5662026-08-19T03:26:27.299Z Downloaded kem v0.3.0
5672026-08-19T03:26:27.299Z Downloaded linked-hash-map v0.5.6
5682026-08-19T03:26:27.299Z Downloaded similar v2.7.0
5692026-08-19T03:26:27.299Z Downloaded whoami v2.1.0
5702026-08-19T03:26:27.299Z Downloaded thiserror v1.0.69
5712026-08-19T03:26:27.299Z Downloaded zip v0.6.6
5722026-08-19T03:26:27.299Z Downloaded internal-russh-num-bigint v0.5.0
5732026-08-19T03:26:27.300Z Downloaded libbz2-rs-sys v0.2.2
5742026-08-19T03:26:27.300Z Downloaded log v0.4.29
5752026-08-19T03:26:27.300Z Downloaded tokio-tungstenite v0.21.0
5762026-08-19T03:26:27.300Z Downloaded fatfs v0.3.6
5772026-08-19T03:26:27.300Z Downloaded anyhow v1.0.102
5782026-08-19T03:26:27.300Z Downloaded unicase v2.9.0
5792026-08-19T03:26:27.300Z Downloaded semver v1.0.28
5802026-08-19T03:26:27.300Z Downloaded num-iter v0.1.45
5812026-08-19T03:26:27.300Z Downloaded qorb v0.4.1
5822026-08-19T03:26:27.300Z Downloaded hashbrown v0.15.5
5832026-08-19T03:26:27.300Z Downloaded displaydoc v0.2.5
5842026-08-19T03:26:27.300Z Downloaded equivalent v1.0.2
5852026-08-19T03:26:27.300Z Downloaded atomic-waker v1.1.2
5862026-08-19T03:26:27.300Z Downloaded atomicwrites v0.4.4
5872026-08-19T03:26:27.300Z Downloaded block-buffer v0.12.1
5882026-08-19T03:26:27.300Z Downloaded vergen-lib v0.1.6
5892026-08-19T03:26:27.300Z Downloaded enum_dispatch v0.3.13
5902026-08-19T03:26:27.301Z Downloaded pin-project-internal v1.1.11
5912026-08-19T03:26:27.301Z Downloaded ff v0.14.0
5922026-08-19T03:26:27.301Z Downloaded percent-encoding v2.3.2
5932026-08-19T03:26:27.301Z Downloaded assert-json-diff v2.0.2
5942026-08-19T03:26:27.301Z Downloaded steno v0.4.1
5952026-08-19T03:26:27.301Z Downloaded find-msvc-tools v0.1.9
5962026-08-19T03:26:27.301Z Downloaded zerovec-derive v0.11.2
5972026-08-19T03:26:27.301Z Downloaded lock_api v0.4.14
5982026-08-19T03:26:27.301Z Downloaded crossterm v0.28.1
5992026-08-19T03:26:27.301Z Downloaded ena v0.14.4
6002026-08-19T03:26:27.301Z Downloaded foldhash v0.2.0
6012026-08-19T03:26:27.301Z Downloaded rustc_version v0.1.7
6022026-08-19T03:26:27.301Z Downloaded toml v0.8.23
6032026-08-19T03:26:27.301Z Downloaded rand_xorshift v0.4.0
6042026-08-19T03:26:27.301Z Downloaded zerocopy-derive v0.8.40
6052026-08-19T03:26:27.302Z Downloaded scroll_derive v0.12.1
6062026-08-19T03:26:27.302Z Downloaded serde-big-array v0.5.1
6072026-08-19T03:26:27.302Z Downloaded slog-bunyan v2.5.0
6082026-08-19T03:26:27.302Z Downloaded arc-swap v1.8.2
6092026-08-19T03:26:27.302Z Downloaded bitflags v2.11.0
6102026-08-19T03:26:27.302Z Downloaded uzers v0.12.2
6112026-08-19T03:26:27.302Z Downloaded schemars v0.8.22
6122026-08-19T03:26:27.302Z Downloaded hashbrown v0.14.5
6132026-08-19T03:26:27.302Z Downloaded progenitor-macro v0.13.0
6142026-08-19T03:26:27.302Z Downloaded scheduled-thread-pool v0.2.7
6152026-08-19T03:26:27.302Z Downloaded crossterm v0.29.0
6162026-08-19T03:26:27.302Z Downloaded anstyle-parse v1.0.0
6172026-08-19T03:26:27.302Z Downloaded cexpr v0.6.0
6182026-08-19T03:26:27.302Z Downloaded p384 v0.14.0
6192026-08-19T03:26:27.303Z Downloaded papergrid v0.18.0
6202026-08-19T03:26:27.303Z Downloaded bitflags v1.3.2
6212026-08-19T03:26:27.303Z Downloaded path-tree v0.8.3
6222026-08-19T03:26:27.303Z Downloaded tower-service v0.3.3
6232026-08-19T03:26:27.303Z Downloaded miette v5.10.0
6242026-08-19T03:26:27.303Z Downloaded serde_urlencoded v0.7.1
6252026-08-19T03:26:27.303Z Downloaded sha1 v0.10.6
6262026-08-19T03:26:27.303Z Downloaded sigpipe v0.1.3
6272026-08-19T03:26:27.303Z Downloaded minimal-lexical v0.2.1
6282026-08-19T03:26:27.303Z Downloaded supports-unicode v2.1.0
6292026-08-19T03:26:27.303Z Downloaded strsim v0.10.0
6302026-08-19T03:26:27.303Z Downloaded zerocopy-derive v0.7.35
6312026-08-19T03:26:27.303Z Downloaded flate2 v1.1.9
6322026-08-19T03:26:27.303Z Downloaded stable_deref_trait v1.2.1
6332026-08-19T03:26:27.304Z Downloaded termtree v0.5.1
6342026-08-19T03:26:27.304Z Downloaded unicode-linebreak v0.1.5
6352026-08-19T03:26:27.304Z Downloaded num-rational v0.4.2
6362026-08-19T03:26:27.360Z Downloaded bytecount v0.6.9
6372026-08-19T03:26:27.360Z Downloaded sync_wrapper v1.0.2
6382026-08-19T03:26:27.360Z Downloaded unicode-xid v0.2.6
6392026-08-19T03:26:27.360Z Downloaded downcast-rs v2.0.2
6402026-08-19T03:26:27.360Z Downloaded socket2 v0.5.10
6412026-08-19T03:26:27.360Z Downloaded yoke-derive v0.8.1
6422026-08-19T03:26:27.361Z Downloaded base64ct v1.8.3
6432026-08-19T03:26:27.361Z Downloaded byte-wrapper v0.1.0
6442026-08-19T03:26:27.361Z Downloaded vte v0.14.1
6452026-08-19T03:26:27.361Z Downloaded cbc v0.2.1
6462026-08-19T03:26:27.361Z Downloaded owo-colors v3.5.0
6472026-08-19T03:26:27.361Z Downloaded iri-string v0.7.10
6482026-08-19T03:26:27.361Z Downloaded expectorate v1.2.0
6492026-08-19T03:26:27.361Z Downloaded socket2 v0.6.3
6502026-08-19T03:26:27.361Z Downloaded primeorder v0.14.0
6512026-08-19T03:26:27.361Z Downloaded poly1305 v0.8.0
6522026-08-19T03:26:27.361Z Downloaded primeorder v0.13.6
6532026-08-19T03:26:27.361Z Downloaded secrecy v0.10.3
6542026-08-19T03:26:27.361Z Downloaded phf_shared v0.12.1
6552026-08-19T03:26:27.361Z Downloaded pkcs8 v0.10.2
6562026-08-19T03:26:27.361Z Downloaded enum-as-inner v0.6.1
6572026-08-19T03:26:27.361Z Downloaded term v0.7.0
6582026-08-19T03:26:27.361Z Downloaded fd-lock v4.0.4
6592026-08-19T03:26:27.361Z Downloaded foreign-types v0.5.0
6602026-08-19T03:26:27.361Z Downloaded hkdf v0.12.4
6612026-08-19T03:26:27.361Z Downloaded psm v0.1.30
6622026-08-19T03:26:27.361Z Downloaded r2d2 v0.8.10
6632026-08-19T03:26:27.361Z Downloaded smallvec v0.6.14
6642026-08-19T03:26:27.361Z Downloaded memchr v2.8.0
6652026-08-19T03:26:27.361Z Downloaded rayon-core v1.13.0
6662026-08-19T03:26:27.361Z Downloaded generic-array v0.14.7
6672026-08-19T03:26:27.361Z Downloaded float-ord v0.3.2
6682026-08-19T03:26:27.362Z Downloaded is_ci v1.2.0
6692026-08-19T03:26:27.362Z Downloaded is_terminal_polyfill v1.70.2
6702026-08-19T03:26:27.362Z Downloaded multer v3.1.0
6712026-08-19T03:26:27.362Z Downloaded rust-argon2 v2.1.0
6722026-08-19T03:26:27.362Z Downloaded icu_properties_data v2.1.2
6732026-08-19T03:26:27.362Z Downloaded hashbrown v0.16.1
6742026-08-19T03:26:27.362Z Downloaded getrandom v0.4.1
6752026-08-19T03:26:27.362Z Downloaded ed25519-dalek v2.2.0
6762026-08-19T03:26:27.362Z Downloaded curve25519-dalek v4.1.3
6772026-08-19T03:26:27.362Z Downloaded backtrace v0.3.76
6782026-08-19T03:26:27.362Z Downloaded thiserror-impl v1.0.69
6792026-08-19T03:26:27.362Z Downloaded shlex v1.3.0
6802026-08-19T03:26:27.362Z Downloaded sqlformat v0.3.5
6812026-08-19T03:26:27.362Z Downloaded zstd v0.13.3
6822026-08-19T03:26:27.362Z Downloaded lru-slab v0.1.2
6832026-08-19T03:26:27.362Z Downloaded synstructure v0.13.2
6842026-08-19T03:26:27.362Z Downloaded maybe-uninit v2.0.0
6852026-08-19T03:26:27.362Z Downloaded async-lock v3.4.2
6862026-08-19T03:26:27.362Z Downloaded mime v0.3.17
6872026-08-19T03:26:27.362Z Downloaded num-derive v0.4.2
6882026-08-19T03:26:27.362Z Downloaded nested v0.1.1
6892026-08-19T03:26:27.362Z Downloaded async-stream-impl v0.3.6
6902026-08-19T03:26:27.362Z Downloaded tokio-tungstenite v0.23.1
6912026-08-19T03:26:27.362Z Downloaded usdt-impl v0.5.0
6922026-08-19T03:26:27.363Z Downloaded num v0.4.3
6932026-08-19T03:26:27.363Z Downloaded yoke v0.8.1
6942026-08-19T03:26:27.363Z Downloaded textwrap v0.16.2
6952026-08-19T03:26:27.363Z Downloaded hyper v1.10.1
6962026-08-19T03:26:27.363Z Downloaded schemars v1.2.1
6972026-08-19T03:26:27.363Z Downloaded parking_lot v0.12.5
6982026-08-19T03:26:27.363Z Downloaded relative-path v1.9.3
6992026-08-19T03:26:27.363Z Downloaded poly1305 v0.9.0
7002026-08-19T03:26:27.363Z Downloaded openssl-probe v0.2.1
7012026-08-19T03:26:27.363Z Downloaded phf_shared v0.13.1
7022026-08-19T03:26:27.363Z Downloaded rand_chacha v0.9.0
7032026-08-19T03:26:27.363Z Downloaded smallvec v1.15.1
7042026-08-19T03:26:27.363Z Downloaded fs_extra v1.3.0
7052026-08-19T03:26:27.363Z Downloaded precomputed-hash v0.1.1
7062026-08-19T03:26:27.363Z Downloaded proc-macro-error-attr v1.0.4
7072026-08-19T03:26:27.363Z Downloaded omicron-zone-package v0.12.3
7082026-08-19T03:26:27.363Z Downloaded quick-error v1.2.3
7092026-08-19T03:26:27.363Z Downloaded rfc6979 v0.4.0
7102026-08-19T03:26:27.363Z Downloaded clap_builder v4.6.0
7112026-08-19T03:26:27.363Z Downloaded potential_utf v0.1.4
7122026-08-19T03:26:27.363Z Downloaded same-file v1.0.6
7132026-08-19T03:26:27.363Z Downloaded signature v3.0.0
7142026-08-19T03:26:27.363Z Downloaded futures-executor v0.3.32
7152026-08-19T03:26:27.363Z Downloaded idna v1.1.0
7162026-08-19T03:26:27.363Z Downloaded ar_archive_writer v0.5.1
7172026-08-19T03:26:27.363Z Downloaded linkme v0.3.35
7182026-08-19T03:26:27.364Z Downloaded scroll_derive v0.13.1
7192026-08-19T03:26:27.364Z Downloaded term v1.2.1
7202026-08-19T03:26:27.364Z Downloaded vergen v9.1.0
7212026-08-19T03:26:27.364Z Downloaded libtest-mimic v0.8.1
7222026-08-19T03:26:27.364Z Downloaded digest v0.10.7
7232026-08-19T03:26:27.364Z Downloaded mime_guess v2.0.5
7242026-08-19T03:26:27.364Z Downloaded bb8 v0.8.6
7252026-08-19T03:26:27.364Z Downloaded newtype-uuid v1.3.2
7262026-08-19T03:26:27.364Z Downloaded tokio-rustls v0.26.4
7272026-08-19T03:26:27.364Z Downloaded bitfield v0.19.4
7282026-08-19T03:26:27.364Z Downloaded sponge-cursor v0.1.0
7292026-08-19T03:26:27.364Z Downloaded supports-color v3.0.2
7302026-08-19T03:26:27.364Z Downloaded target-triple v1.0.0
7312026-08-19T03:26:27.364Z Downloaded whoami v1.6.1
7322026-08-19T03:26:27.364Z Downloaded xshell-macros v0.2.7
7332026-08-19T03:26:27.364Z Downloaded tabled_derive v0.7.0
7342026-08-19T03:26:27.364Z Downloaded version_check v0.9.5
7352026-08-19T03:26:27.364Z Downloaded h2 v0.4.15
7362026-08-19T03:26:27.415Z Downloaded zerotrie v0.2.3
7372026-08-19T03:26:27.415Z Downloaded goblin v0.8.2
7382026-08-19T03:26:27.416Z Downloaded hkdf v0.13.0
7392026-08-19T03:26:27.416Z Downloaded anstyle v1.0.14
7402026-08-19T03:26:27.416Z Downloaded unicode-normalization v0.1.25
7412026-08-19T03:26:27.416Z Downloaded rcgen v0.12.1
7422026-08-19T03:26:27.416Z Downloaded assert_cmd v2.1.2
7432026-08-19T03:26:27.416Z Downloaded chacha20 v0.9.1
7442026-08-19T03:26:27.416Z Downloaded usdt-macro v0.6.0
7452026-08-19T03:26:27.416Z Downloaded event-listener-strategy v0.5.4
7462026-08-19T03:26:27.416Z Downloaded fixedbitset v0.4.2
7472026-08-19T03:26:27.416Z Downloaded dof v0.3.0
7482026-08-19T03:26:27.416Z Downloaded futures v0.3.32
7492026-08-19T03:26:27.417Z Downloaded event-listener v5.4.1
7502026-08-19T03:26:27.417Z Downloaded zeroize_derive v1.5.0
7512026-08-19T03:26:27.417Z Downloaded funty v2.0.0
7522026-08-19T03:26:27.417Z Downloaded ecdsa v0.17.0
7532026-08-19T03:26:27.417Z Downloaded ghash v0.6.0
7542026-08-19T03:26:27.417Z Downloaded quinn v0.11.11
7552026-08-19T03:26:27.418Z Downloaded kstat-rs v0.2.5
7562026-08-19T03:26:27.418Z Downloaded rsa v0.9.10
7572026-08-19T03:26:27.418Z Downloaded pem v3.0.6
7582026-08-19T03:26:27.418Z Downloaded subprocess v0.2.15
7592026-08-19T03:26:27.418Z Downloaded rfc6979 v0.6.0
7602026-08-19T03:26:27.418Z Downloaded proc-macro-error2 v2.0.1
7612026-08-19T03:26:27.418Z Downloaded newtype_derive v0.1.6
7622026-08-19T03:26:27.418Z Downloaded serdect v0.4.3
7632026-08-19T03:26:27.419Z Downloaded regex v1.12.3
7642026-08-19T03:26:27.419Z Downloaded assert_matches v1.5.0
7652026-08-19T03:26:27.419Z Downloaded jiff-core v0.1.0
7662026-08-19T03:26:27.419Z Downloaded slog-dtrace v0.3.0
7672026-08-19T03:26:27.419Z Downloaded thiserror-impl v2.0.18
7682026-08-19T03:26:27.419Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7692026-08-19T03:26:27.419Z Downloaded scrypt v0.12.0
7702026-08-19T03:26:27.419Z Downloaded test-strategy v0.4.5
7712026-08-19T03:26:27.419Z Downloaded zopfli v0.8.3
7722026-08-19T03:26:27.419Z Downloaded base16ct v1.0.0
7732026-08-19T03:26:27.420Z Downloaded bitfield-struct v0.6.2
7742026-08-19T03:26:27.420Z Downloaded cargo-platform v0.3.2
7752026-08-19T03:26:27.420Z Downloaded stringprep v0.1.5
7762026-08-19T03:26:27.420Z Downloaded toml_edit v0.19.15
7772026-08-19T03:26:27.420Z Downloaded bzip2 v0.6.1
7782026-08-19T03:26:27.420Z Downloaded owo-colors v4.3.0
7792026-08-19T03:26:27.420Z Downloaded stacker v0.1.23
7802026-08-19T03:26:27.420Z Downloaded tls_codec v0.4.2
7812026-08-19T03:26:27.420Z Downloaded try-lock v0.2.5
7822026-08-19T03:26:27.420Z Downloaded tungstenite v0.21.0
7832026-08-19T03:26:27.420Z Downloaded iddqd v0.4.2
7842026-08-19T03:26:27.420Z Downloaded password-hash v0.6.1
7852026-08-19T03:26:27.420Z Downloaded progenitor-macro v0.14.0
7862026-08-19T03:26:27.421Z Downloaded dropshot_endpoint v0.17.1
7872026-08-19T03:26:27.421Z Downloaded proc-macro-crate v3.4.0
7882026-08-19T03:26:27.421Z Downloaded vergen-lib v9.1.0
7892026-08-19T03:26:27.421Z Downloaded fancy-regex v0.14.0
7902026-08-19T03:26:27.421Z Downloaded papergrid v0.11.0
7912026-08-19T03:26:27.421Z Downloaded ed25519 v3.0.0
7922026-08-19T03:26:27.421Z Downloaded either v1.15.0
7932026-08-19T03:26:27.421Z Downloaded scopeguard v1.2.0
7942026-08-19T03:26:27.421Z Downloaded dsl_auto_type v0.2.0
7952026-08-19T03:26:27.421Z Downloaded seq-macro v0.3.6
7962026-08-19T03:26:27.422Z Downloaded russh-util v0.52.0
7972026-08-19T03:26:27.422Z Downloaded futures-timer v3.0.3
7982026-08-19T03:26:27.422Z Downloaded structmeta v0.3.0
7992026-08-19T03:26:27.422Z Downloaded jobserver v0.1.34
8002026-08-19T03:26:27.422Z Downloaded miette-derive v5.10.0
8012026-08-19T03:26:27.422Z Downloaded p256 v0.14.0
8022026-08-19T03:26:27.422Z Downloaded libefi-sys v0.1.0
8032026-08-19T03:26:27.422Z Downloaded nonempty v0.12.0
8042026-08-19T03:26:27.422Z Downloaded num_enum v0.7.6
8052026-08-19T03:26:27.422Z Downloaded usdt-attr-macro v0.6.0
8062026-08-19T03:26:27.422Z Downloaded textwrap v0.15.2
8072026-08-19T03:26:27.422Z Downloaded rawzip v0.4.4
8082026-08-19T03:26:27.423Z Downloaded reqwest v0.13.2
8092026-08-19T03:26:27.423Z Downloaded anstream v0.6.21
8102026-08-19T03:26:27.423Z Downloaded bs58 v0.5.1
8112026-08-19T03:26:27.423Z Downloaded typify v0.6.2
8122026-08-19T03:26:27.423Z Downloaded num-traits v0.2.19
8132026-08-19T03:26:27.423Z Downloaded blake2 v0.10.6
8142026-08-19T03:26:27.423Z Downloaded olpc-cjson v0.1.4
8152026-08-19T03:26:27.423Z Downloaded ucd-trie v0.1.7
8162026-08-19T03:26:27.423Z Downloaded usdt-attr-macro v0.5.0
8172026-08-19T03:26:27.423Z Downloaded thread-id v4.2.2
8182026-08-19T03:26:27.423Z Downloaded dropshot-api-manager-types v0.7.2
8192026-08-19T03:26:27.423Z Downloaded zerofrom-derive v0.1.6
8202026-08-19T03:26:27.423Z Downloaded digest-io v0.1.0
8212026-08-19T03:26:27.424Z Downloaded embedded-io v0.6.1
8222026-08-19T03:26:27.424Z Downloaded gethostname v0.5.0
8232026-08-19T03:26:27.424Z Downloaded foreign-types-macros v0.2.3
8242026-08-19T03:26:27.424Z Downloaded keccak v0.1.6
8252026-08-19T03:26:27.424Z Downloaded newtype-uuid-macros v0.1.0
8262026-08-19T03:26:27.424Z Downloaded parking_lot_core v0.8.6
8272026-08-19T03:26:27.424Z Downloaded tower-http v0.6.8
8282026-08-19T03:26:27.424Z Downloaded maplit v1.0.2
8292026-08-19T03:26:27.424Z Downloaded quote v1.0.45
8302026-08-19T03:26:27.424Z Downloaded backtrace-ext v0.2.1
8312026-08-19T03:26:27.424Z Downloaded rusty-fork v0.3.1
8322026-08-19T03:26:27.424Z Downloaded git2 v0.20.4
8332026-08-19T03:26:27.424Z Downloaded cfg_aliases v0.1.1
8342026-08-19T03:26:27.424Z Downloaded pathdiff v0.2.3
8352026-08-19T03:26:27.424Z Downloaded cfg-if v1.0.4
8362026-08-19T03:26:27.460Z Downloaded oso v0.27.3
8372026-08-19T03:26:27.460Z Downloaded crypto-primes v0.7.2
8382026-08-19T03:26:27.460Z Downloaded serde-hex v0.1.0
8392026-08-19T03:26:27.460Z Downloaded signal-hook-registry v1.4.8
8402026-08-19T03:26:27.460Z Downloaded snafu-derive v0.8.9
8412026-08-19T03:26:27.460Z Downloaded cc v1.2.56
8422026-08-19T03:26:27.460Z Downloaded pkcs5 v0.8.1
8432026-08-19T03:26:27.460Z Downloaded litrs v1.0.0
8442026-08-19T03:26:27.460Z Downloaded slog-async v2.8.0
8452026-08-19T03:26:27.460Z Downloaded litemap v0.8.1
8462026-08-19T03:26:27.460Z Downloaded target-spec v3.5.7
8472026-08-19T03:26:27.460Z Downloaded tinytemplate v1.2.1
8482026-08-19T03:26:27.460Z Downloaded semver v0.1.20
8492026-08-19T03:26:27.460Z Downloaded strum_macros v0.26.4
8502026-08-19T03:26:27.460Z Downloaded toml_write v0.1.2
8512026-08-19T03:26:27.460Z Downloaded elliptic-curve v0.13.8
8522026-08-19T03:26:27.460Z Downloaded linear-map v1.2.0
8532026-08-19T03:26:27.460Z Downloaded dropshot-api-manager v0.7.2
8542026-08-19T03:26:27.461Z Downloaded erased-serde v0.3.31
8552026-08-19T03:26:27.461Z Downloaded wait-timeout v0.2.1
8562026-08-19T03:26:27.461Z Downloaded x509-cert v0.2.5
8572026-08-19T03:26:27.461Z Downloaded knuffel v3.2.0
8582026-08-19T03:26:27.461Z Downloaded tinyvec v1.10.0
8592026-08-19T03:26:27.461Z Downloaded num_enum_derive v0.7.6
8602026-08-19T03:26:27.461Z Downloaded futures-macro v0.3.32
8612026-08-19T03:26:27.461Z Downloaded jiff-static v0.2.34
8622026-08-19T03:26:27.461Z Downloaded memoffset v0.9.1
8632026-08-19T03:26:27.461Z Downloaded pest_generator v2.8.6
8642026-08-19T03:26:27.461Z Downloaded bit-vec v0.6.3
8652026-08-19T03:26:27.461Z Downloaded phf_shared v0.11.3
8662026-08-19T03:26:27.461Z Downloaded oorandom v11.1.5
8672026-08-19T03:26:27.461Z Downloaded buf-list v1.1.2
8682026-08-19T03:26:27.462Z Downloaded ed25519-dalek v3.0.0
8692026-08-19T03:26:27.462Z Downloaded fixedbitset v0.5.7
8702026-08-19T03:26:27.462Z Downloaded itertools v0.10.5
8712026-08-19T03:26:27.462Z Downloaded recursive v0.1.1
8722026-08-19T03:26:27.462Z Downloaded sha2 v0.11.0
8732026-08-19T03:26:27.462Z Downloaded shell-words v1.1.1
8742026-08-19T03:26:27.462Z Downloaded pest_meta v2.8.6
8752026-08-19T03:26:27.462Z Downloaded rpassword v7.5.4
8762026-08-19T03:26:27.462Z Downloaded itertools v0.13.0
8772026-08-19T03:26:27.462Z Downloaded openssl-sys v0.9.117
8782026-08-19T03:26:27.462Z Downloaded blake3 v1.8.5
8792026-08-19T03:26:27.462Z Downloaded rand_chacha v0.3.1
8802026-08-19T03:26:27.462Z Downloaded spki v0.8.0
8812026-08-19T03:26:27.462Z Downloaded thread_local v1.1.9
8822026-08-19T03:26:27.462Z Downloaded rand_distr v0.5.1
8832026-08-19T03:26:27.462Z Downloaded typed-path v0.9.3
8842026-08-19T03:26:27.462Z Downloaded swrite v0.1.0
8852026-08-19T03:26:27.462Z Downloaded rustls-native-certs v0.8.3
8862026-08-19T03:26:27.462Z Downloaded support-bundle-viewer v0.1.2
8872026-08-19T03:26:27.462Z Downloaded tokio-native-tls v0.3.1
8882026-08-19T03:26:27.462Z Downloaded strum_macros v0.27.2
8892026-08-19T03:26:27.462Z Downloaded futures-channel v0.3.32
8902026-08-19T03:26:27.462Z Downloaded untrusted v0.9.0
8912026-08-19T03:26:27.463Z Downloaded yasna v0.5.2
8922026-08-19T03:26:27.463Z Downloaded managed v0.8.0
8932026-08-19T03:26:27.463Z Downloaded ff v0.13.1
8942026-08-19T03:26:27.463Z Downloaded universal-hash v0.5.1
8952026-08-19T03:26:27.463Z Downloaded fallible-iterator v0.2.0
8962026-08-19T03:26:27.463Z Downloaded endian-type v0.1.2
8972026-08-19T03:26:27.463Z Downloaded multimap v0.10.1
8982026-08-19T03:26:27.463Z Downloaded block-padding v0.4.2
8992026-08-19T03:26:27.463Z Downloaded parse-size v1.1.0
9002026-08-19T03:26:27.463Z Downloaded unicode_categories v0.1.1
9012026-08-19T03:26:27.463Z Downloaded oxide-update-engine-types v0.1.2
9022026-08-19T03:26:27.463Z Downloaded keccak v0.2.0
9032026-08-19T03:26:27.463Z Downloaded foldhash v0.1.5
9042026-08-19T03:26:27.463Z Downloaded num-complex v0.4.6
9052026-08-19T03:26:27.463Z Downloaded num-conv v0.2.0
9062026-08-19T03:26:27.463Z Downloaded anstyle-query v1.1.5
9072026-08-19T03:26:27.463Z Downloaded num_enum_derive v0.5.11
9082026-08-19T03:26:27.463Z Downloaded arrayvec v0.7.6
9092026-08-19T03:26:27.463Z Downloaded backoff v0.4.0
9102026-08-19T03:26:27.463Z Downloaded proptest v1.11.0
9112026-08-19T03:26:27.463Z Downloaded postcard v1.1.3
9122026-08-19T03:26:27.463Z Downloaded cargo_metadata v0.23.1
9132026-08-19T03:26:27.464Z Downloaded password-hash v0.5.0
9142026-08-19T03:26:27.464Z Downloaded zerocopy v0.7.35
9152026-08-19T03:26:27.464Z Downloaded predicates v3.1.4
9162026-08-19T03:26:27.464Z Downloaded slog-scope v4.4.1
9172026-08-19T03:26:27.464Z Downloaded serde_derive_internals v0.29.1
9182026-08-19T03:26:27.464Z Downloaded tempfile v3.25.0
9192026-08-19T03:26:27.464Z Downloaded zip v4.6.1
9202026-08-19T03:26:27.464Z Downloaded tinystr v0.8.2
9212026-08-19T03:26:27.464Z Downloaded signal-hook-tokio v0.3.1
9222026-08-19T03:26:27.464Z Downloaded toml_parser v1.1.2+spec-1.1.0
9232026-08-19T03:26:27.464Z Downloaded bitvec v1.0.1
9242026-08-19T03:26:27.464Z Downloaded dirs-next v2.0.0
9252026-08-19T03:26:27.464Z Downloaded fs-err v3.3.0
9262026-08-19T03:26:27.464Z Downloaded foreign-types-shared v0.1.1
9272026-08-19T03:26:27.464Z Downloaded knuffel-derive v3.2.0
9282026-08-19T03:26:27.464Z Downloaded escape8259 v0.5.3
9292026-08-19T03:26:27.464Z Downloaded serde_with v1.14.0
9302026-08-19T03:26:27.464Z Downloaded base16ct v0.2.0
9312026-08-19T03:26:27.464Z Downloaded waitgroup v0.1.2
9322026-08-19T03:26:27.464Z Downloaded zerofrom v0.1.6
9332026-08-19T03:26:27.464Z Downloaded lru-cache v0.1.2
9342026-08-19T03:26:27.464Z Downloaded zerovec v0.11.5
9352026-08-19T03:26:27.464Z Downloaded xshell v0.2.7
9362026-08-19T03:26:27.488Z Downloaded zmij v1.0.21
9372026-08-19T03:26:27.488Z Downloaded rustyline v14.0.0
9382026-08-19T03:26:27.488Z Downloaded ed25519 v2.2.3
9392026-08-19T03:26:27.488Z Downloaded native-tls v0.2.18
9402026-08-19T03:26:27.488Z Downloaded lzss v0.8.2
9412026-08-19T03:26:27.488Z Downloaded goblin v0.10.5
9422026-08-19T03:26:27.488Z Downloaded dunce v1.0.5
9432026-08-19T03:26:27.489Z Downloaded errno v0.3.14
9442026-08-19T03:26:27.489Z Downloaded libscf-sys v1.2.0
9452026-08-19T03:26:27.489Z Downloaded bcrypt-pbkdf v0.11.0
9462026-08-19T03:26:27.489Z Downloaded camino-tempfile v1.4.1
9472026-08-19T03:26:27.489Z Downloaded void v1.0.2
9482026-08-19T03:26:27.489Z Downloaded zone_cfg_derive v0.3.1
9492026-08-19T03:26:27.489Z Downloaded blake2b_simd v1.0.4
9502026-08-19T03:26:27.489Z Downloaded allocator-api2 v0.2.21
9512026-08-19T03:26:27.489Z Downloaded phc v0.6.1
9522026-08-19T03:26:27.489Z Downloaded bit-set v0.5.3
9532026-08-19T03:26:27.489Z Downloaded ryu v1.0.23
9542026-08-19T03:26:27.489Z Downloaded toml_edit v0.23.10+spec-1.0.0
9552026-08-19T03:26:27.489Z Downloaded proc-macro-crate v1.3.1
9562026-08-19T03:26:27.489Z Downloaded rand v0.9.2
9572026-08-19T03:26:27.489Z Downloaded tough v0.22.0
9582026-08-19T03:26:27.489Z Downloaded dtrace-parser v0.3.0
9592026-08-19T03:26:27.489Z Downloaded psl-types v2.0.11
9602026-08-19T03:26:27.489Z Downloaded progenitor-impl v0.14.0
9612026-08-19T03:26:27.489Z Downloaded schemars_derive v0.8.22
9622026-08-19T03:26:27.490Z Downloaded chacha20poly1305 v0.10.1
9632026-08-19T03:26:27.490Z Downloaded serde_with_macros v1.5.2
9642026-08-19T03:26:27.490Z Downloaded tabled v0.15.0
9652026-08-19T03:26:27.490Z Downloaded simd-adler32 v0.3.8
9662026-08-19T03:26:27.490Z Downloaded packed_struct_codegen v0.10.1
9672026-08-19T03:26:27.490Z Downloaded futures-core v0.3.32
9682026-08-19T03:26:27.490Z Downloaded libloading v0.8.9
9692026-08-19T03:26:27.490Z Downloaded russh v0.62.4
9702026-08-19T03:26:27.490Z Downloaded termcolor v1.4.1
9712026-08-19T03:26:27.490Z Downloaded pkg-config v0.3.32
9722026-08-19T03:26:27.490Z Downloaded supports-color v2.1.0
9732026-08-19T03:26:27.490Z Downloaded async-trait v0.1.89
9742026-08-19T03:26:27.490Z Downloaded pem-rfc7468 v1.0.0
9752026-08-19T03:26:27.490Z Downloaded sync-ptr v0.1.4
9762026-08-19T03:26:27.490Z Downloaded unsafe-libyaml v0.2.11
9772026-08-19T03:26:27.490Z Downloaded sec1 v0.8.1
9782026-08-19T03:26:27.490Z Downloaded ssh-cipher v0.3.0
9792026-08-19T03:26:27.490Z Downloaded plain v0.2.3
9802026-08-19T03:26:27.490Z Downloaded arrayref v0.3.9
9812026-08-19T03:26:27.490Z Downloaded smawk v0.3.2
9822026-08-19T03:26:27.490Z Downloaded tabwriter v1.4.1
9832026-08-19T03:26:27.490Z Downloaded pkcs8 v0.11.0
9842026-08-19T03:26:27.490Z Downloaded tower-layer v0.3.3
9852026-08-19T03:26:27.490Z Downloaded resolv-conf v0.7.6
9862026-08-19T03:26:27.491Z Downloaded derive_more v2.1.1
9872026-08-19T03:26:27.491Z Downloaded strsim v0.11.1
9882026-08-19T03:26:27.491Z Downloaded fastrand v2.3.0
9892026-08-19T03:26:27.491Z Downloaded proc-macro2 v1.0.106
9902026-08-19T03:26:27.491Z Downloaded paste v1.0.15
9912026-08-19T03:26:27.491Z Downloaded scroll v0.12.0
9922026-08-19T03:26:27.491Z Downloaded sha2 v0.10.9
9932026-08-19T03:26:27.491Z Downloaded tls_codec_derive v0.4.2
9942026-08-19T03:26:27.491Z Downloaded async-object-pool v0.2.0
9952026-08-19T03:26:27.491Z Downloaded terminal_size v0.1.17
9962026-08-19T03:26:27.491Z Downloaded predicates-core v1.0.10
9972026-08-19T03:26:27.491Z Downloaded itertools v0.12.1
9982026-08-19T03:26:27.491Z Downloaded serde_derive v1.0.228
9992026-08-19T03:26:27.491Z Downloaded tungstenite v0.23.0
10002026-08-19T03:26:27.491Z Downloaded russh-cryptovec v0.62.0
10012026-08-19T03:26:27.491Z Downloaded oxide-tokio-rt v0.1.4
10022026-08-19T03:26:27.491Z Downloaded unicode-bidi v0.3.18
10032026-08-19T03:26:27.491Z Downloaded fnv v1.0.7
10042026-08-19T03:26:27.491Z Downloaded quinn-proto v0.11.16
10052026-08-19T03:26:27.491Z Downloaded toml v1.1.2+spec-1.1.0
10062026-08-19T03:26:27.491Z Downloaded utf-8 v0.7.6
10072026-08-19T03:26:27.491Z Downloaded gimli v0.32.3
10082026-08-19T03:26:27.491Z Downloaded smf v0.2.3
10092026-08-19T03:26:27.492Z Downloaded num-bigint-dig v0.8.6
10102026-08-19T03:26:27.492Z Downloaded thread-id v5.1.0
10112026-08-19T03:26:27.492Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10122026-08-19T03:26:27.492Z Downloaded yansi v1.0.1
10132026-08-19T03:26:27.492Z Downloaded rand v0.10.1
10142026-08-19T03:26:27.492Z Downloaded vergen-gitcl v1.0.8
10152026-08-19T03:26:27.492Z Downloaded tower v0.5.3
10162026-08-19T03:26:27.492Z Downloaded radix_trie v0.2.1
10172026-08-19T03:26:27.492Z Downloaded tokio-util v0.7.18
10182026-08-19T03:26:27.492Z Downloaded parse-display-derive v0.10.0
10192026-08-19T03:26:27.492Z Downloaded twox-hash v2.1.2
10202026-08-19T03:26:27.492Z Downloaded aes v0.9.1
10212026-08-19T03:26:27.492Z Downloaded aho-corasick v1.1.4
10222026-08-19T03:26:27.492Z Downloaded progenitor-impl v0.13.0
10232026-08-19T03:26:27.492Z Downloaded unicode-segmentation v1.12.0
10242026-08-19T03:26:27.492Z Downloaded aead v0.6.1
10252026-08-19T03:26:27.492Z Downloaded camino-tempfile-ext v0.3.3
10262026-08-19T03:26:27.492Z Downloaded rsa v0.10.0-rc.18
10272026-08-19T03:26:27.492Z Downloaded diesel-dtrace v0.5.0
10282026-08-19T03:26:27.492Z Downloaded rustls-platform-verifier v0.6.2
10292026-08-19T03:26:27.492Z Downloaded slog v2.8.2
10302026-08-19T03:26:27.492Z Downloaded rand_core v0.10.0
10312026-08-19T03:26:27.492Z Downloaded unicode-properties v0.1.4
10322026-08-19T03:26:27.492Z Downloaded memmap2 v0.9.10
10332026-08-19T03:26:27.492Z Downloaded uuid v1.23.4
10342026-08-19T03:26:27.493Z Downloaded tokio-postgres v0.7.16
10352026-08-19T03:26:27.493Z Downloaded drift v0.2.0
10362026-08-19T03:26:27.531Z Downloaded salty v0.3.0
10372026-08-19T03:26:27.531Z Downloaded derive_more-impl v2.1.1
10382026-08-19T03:26:27.531Z Downloaded winnow v1.0.3
10392026-08-19T03:26:27.531Z Downloaded diff v0.1.13
10402026-08-19T03:26:27.531Z Downloaded mio v1.2.0
10412026-08-19T03:26:27.531Z Downloaded serde_yaml v0.9.34+deprecated
10422026-08-19T03:26:27.531Z Downloaded pretty_assertions v1.4.1
10432026-08-19T03:26:27.531Z Downloaded toml v0.7.8
10442026-08-19T03:26:27.532Z Downloaded async-compression v0.4.41
10452026-08-19T03:26:27.532Z Downloaded prettyplease v0.2.37
10462026-08-19T03:26:27.532Z Downloaded reedline v0.40.0
10472026-08-19T03:26:27.532Z Downloaded tar v0.4.46
10482026-08-19T03:26:27.532Z Downloaded samael v0.0.19
10492026-08-19T03:26:27.532Z Downloaded rand_core v0.9.5
10502026-08-19T03:26:27.532Z Downloaded tracing-core v0.1.36
10512026-08-19T03:26:27.532Z Downloaded zerocopy v0.6.6
10522026-08-19T03:26:27.532Z Downloaded ml-kem v0.3.2
10532026-08-19T03:26:27.533Z Downloaded typenum v1.20.1
10542026-08-19T03:26:27.533Z Downloaded unicode-ident v1.0.24
10552026-08-19T03:26:27.533Z Downloaded num-bigint v0.4.6
10562026-08-19T03:26:27.533Z Downloaded blake2 v0.11.0-rc.6
10572026-08-19T03:26:27.533Z Downloaded pest v2.8.6
10582026-08-19T03:26:27.533Z Downloaded generic-array v1.4.3
10592026-08-19T03:26:27.533Z Downloaded serde_json v1.0.151
10602026-08-19T03:26:27.533Z Downloaded rstest v0.25.0
10612026-08-19T03:26:27.534Z Downloaded url v2.5.8
10622026-08-19T03:26:27.534Z Downloaded rstest_macros v0.25.0
10632026-08-19T03:26:27.534Z Downloaded crypto-bigint v0.7.5
10642026-08-19T03:26:27.534Z Downloaded tabled v0.21.0
10652026-08-19T03:26:27.534Z Downloaded diesel_derives v2.3.7
10662026-08-19T03:26:27.534Z Downloaded miniz_oxide v0.8.9
10672026-08-19T03:26:27.534Z Downloaded flume v0.11.1
10682026-08-19T03:26:27.535Z Downloaded winnow v0.7.14
10692026-08-19T03:26:27.535Z Downloaded lalrpop v0.19.12
10702026-08-19T03:26:27.535Z Downloaded syn v2.0.117
10712026-08-19T03:26:27.535Z Downloaded object v0.37.3
10722026-08-19T03:26:27.535Z Downloaded rustls-webpki v0.103.13
10732026-08-19T03:26:27.535Z Downloaded winnow v0.5.40
10742026-08-19T03:26:27.535Z Downloaded libm v0.2.16
10752026-08-19T03:26:27.535Z Downloaded hickory-proto v0.24.4
10762026-08-19T03:26:27.535Z Downloaded nom v7.1.3
10772026-08-19T03:26:27.535Z Downloaded plotters v0.3.7
10782026-08-19T03:26:27.536Z Downloaded sha3 v0.12.0
10792026-08-19T03:26:27.536Z Downloaded bindgen v0.71.1
10802026-08-19T03:26:27.536Z Downloaded publicsuffix v2.3.0
10812026-08-19T03:26:27.536Z Downloaded aes-gcm v0.11.0
10822026-08-19T03:26:27.536Z Downloaded curve25519-dalek v5.0.0
10832026-08-19T03:26:27.536Z Downloaded vcpkg v0.2.15
10842026-08-19T03:26:27.536Z Downloaded libxml v0.3.3
10852026-08-19T03:26:27.536Z Downloaded unicode-width v0.2.0
10862026-08-19T03:26:27.536Z Downloaded regress v0.10.5
10872026-08-19T03:26:27.537Z Downloaded openssl v0.10.80
10882026-08-19T03:26:27.537Z Downloaded p521 v0.14.0
10892026-08-19T03:26:27.537Z Downloaded aws-lc-rs v1.16.3
10902026-08-19T03:26:27.537Z Downloaded polar-core v0.27.3
10912026-08-19T03:26:27.537Z Downloaded itertools v0.14.0
10922026-08-19T03:26:27.537Z Downloaded rayon v1.11.0
10932026-08-19T03:26:27.537Z Downloaded itertools v0.15.0
10942026-08-19T03:26:27.537Z Downloaded portable-atomic v1.13.1
10952026-08-19T03:26:27.537Z Downloaded moka v0.12.13
10962026-08-19T03:26:27.537Z Downloaded winnow v0.6.26
10972026-08-19T03:26:27.537Z Downloaded futures-util v0.3.32
10982026-08-19T03:26:27.537Z Downloaded reqwest v0.12.28
10992026-08-19T03:26:27.537Z Downloaded time v0.3.47
11002026-08-19T03:26:27.537Z Downloaded serde_with v3.21.0
11012026-08-19T03:26:27.538Z Downloaded p384 v0.13.1
11022026-08-19T03:26:27.538Z Downloaded unicode-width v0.1.14
11032026-08-19T03:26:27.538Z Downloaded bstr v1.12.1
11042026-08-19T03:26:27.539Z Downloaded nix v0.28.0
11052026-08-19T03:26:27.539Z Downloaded nix v0.27.1
11062026-08-19T03:26:27.540Z Downloaded ssh-key v0.7.0-rc.11
11072026-08-19T03:26:27.540Z Downloaded nom v8.0.0
11082026-08-19T03:26:27.540Z Downloaded quick-xml v0.37.5
11092026-08-19T03:26:27.540Z Downloaded smoltcp v0.9.1
11102026-08-19T03:26:27.540Z Downloaded hickory-proto v0.25.2
11112026-08-19T03:26:27.540Z Downloaded zlib-rs v0.6.2
11122026-08-19T03:26:27.540Z Downloaded syn v1.0.109
11132026-08-19T03:26:27.540Z Downloaded zerocopy v0.8.40
11142026-08-19T03:26:27.540Z Downloaded rustls v0.23.41
11152026-08-19T03:26:27.540Z Downloaded rustix v0.38.44
11162026-08-19T03:26:27.540Z Downloaded typify-impl v0.6.2
11172026-08-19T03:26:27.540Z Downloaded regex-syntax v0.6.29
11182026-08-19T03:26:27.540Z Downloaded petname v2.0.2
11192026-08-19T03:26:27.540Z Downloaded regex-syntax v0.8.10
11202026-08-19T03:26:27.540Z Downloaded sled v0.34.7
11212026-08-19T03:26:27.540Z Downloaded rustix v1.1.3
11222026-08-19T03:26:27.541Z Downloaded dropshot v0.17.1
11232026-08-19T03:26:27.541Z Downloaded regress v0.11.1
11242026-08-19T03:26:27.541Z Downloaded object v0.30.4
11252026-08-19T03:26:27.541Z Downloaded nix v0.31.2
11262026-08-19T03:26:27.541Z Downloaded tracing v0.1.44
11272026-08-19T03:26:27.541Z Downloaded openapiv3 v2.2.0
11282026-08-19T03:26:27.541Z Downloaded smoltcp v0.11.0
11292026-08-19T03:26:27.541Z Downloaded sha3 v0.11.0
11302026-08-19T03:26:27.541Z Downloaded diesel v2.3.7
11312026-08-19T03:26:27.541Z Downloaded zerocopy-derive v0.6.6
11322026-08-19T03:26:27.541Z Downloaded chrono-tz v0.10.4
11332026-08-19T03:26:27.541Z Downloaded sqlparser v0.61.0
11342026-08-19T03:26:27.541Z Downloaded csv v1.4.0
11352026-08-19T03:26:27.541Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11362026-08-19T03:26:27.570Z Downloaded regex-automata v0.4.14
11372026-08-19T03:26:27.571Z Downloaded libz-sys v1.1.24
11382026-08-19T03:26:27.571Z Downloaded sha3 v0.10.8
11392026-08-19T03:26:27.571Z Downloaded jiff v0.2.34
11402026-08-19T03:26:27.571Z Downloaded ratatui v0.29.0
11412026-08-19T03:26:27.571Z Downloaded bzip2-sys v0.1.13+1.0.8
11422026-08-19T03:26:27.571Z Downloaded libgit2-sys v0.18.3+1.9.2
11432026-08-19T03:26:27.571Z Downloaded petgraph v0.6.5
11442026-08-19T03:26:27.571Z Downloaded petgraph v0.8.3
11452026-08-19T03:26:27.571Z Downloaded libc v0.2.185
11462026-08-19T03:26:27.571Z Downloaded tokio v1.52.1
11472026-08-19T03:26:27.572Z Downloaded ring v0.17.14
11482026-08-19T03:26:27.572Z Downloaded encoding_rs v0.8.35
11492026-08-19T03:26:27.572Z Downloaded httpmock v0.8.3
11502026-08-19T03:26:27.572Z Downloaded aws-lc-sys v0.40.0
11512026-08-19T03:26:27.840Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11522026-08-19T03:26:32.165Z Startup: Refreshing catalog 'helios' ... Done
11532026-08-19T03:26:32.486Z Startup: Caching catalogs ... Done
11542026-08-19T03:27:16.027ZPlanning: Solver setup ... Done (1.621s)
11552026-08-19T03:27:16.514ZPlanning: Running solver ... Done (0.054s)
11562026-08-19T03:27:16.514ZPlanning: Finding local manifests ... Done (0.003s)
11572026-08-19T03:27:16.514ZPlanning: Fetching manifests: 0/2 0% complete
11582026-08-19T03:27:16.514ZPlanning: Fetching manifests: 2/2 100% complete
11592026-08-19T03:27:16.514ZPlanning: Package planning ... Done (0.014s)
11602026-08-19T03:27:16.514ZPlanning: Merging actions ... Done (0.001s)
11612026-08-19T03:27:16.514ZPlanning: Checking for conflicting actions ... Done (0.166s)
11622026-08-19T03:27:16.514ZPlanning: Consolidating action changes ... Done (0.001s)
11632026-08-19T03:27:16.514ZPlanning: Evaluating mediators ... Done (0.878s)
11642026-08-19T03:27:16.514ZPlanning: Planning completed in 2.88 seconds
11652026-08-19T03:27:16.514Z Packages to install: 2
11662026-08-19T03:27:16.514Z Estimated space available: 155.73 GB
11672026-08-19T03:27:16.514ZEstimated space to be consumed: 69.36 MB
11682026-08-19T03:27:16.515Z Create boot environment: No
11692026-08-19T03:27:16.515ZCreate backup boot environment: No
11702026-08-19T03:27:16.515Z Rebuild boot archive: No
11712026-08-19T03:27:16.515Z
11722026-08-19T03:27:16.515ZChanged packages:
11732026-08-19T03:27:16.515Zhelios
11742026-08-19T03:27:16.515Z developer/build-essential
11752026-08-19T03:27:16.515Z None -> 11-3.0
11762026-08-19T03:27:16.515Z library/libxmlsec1
11772026-08-19T03:27:16.515Z None -> 1.2.35-3.0
11782026-08-19T03:27:16.515Z
11792026-08-19T03:27:16.515ZDownload: 0/214 items 0.0/1.3MB 0% complete
11802026-08-19T03:27:16.515ZDownload: Completed 1.28 MB in 0.08 seconds (16.4M/s)
11812026-08-19T03:27:16.515Z Actions: 1/268 actions (Installing new actions)
11822026-08-19T03:27:16.515Z Actions: Completed 268 actions in 0.04 seconds.
11832026-08-19T03:27:16.515ZFinalize: Updating package state database ... Done (0.029s)
11842026-08-19T03:27:16.515ZFinalize: Updating package cache ... Done (0.000s)
11852026-08-19T03:27:16.515ZFinalize: Updating image state ... Done (0.076s)
11862026-08-19T03:27:17.620ZFinalize: Creating fast lookup database ... Done (2.603s)
11872026-08-19T03:27:17.620ZFinalize: Reading search index ... Done (0.012s)
11882026-08-19T03:27:17.620ZFinalize: Updating search index ... Done (0.000s)
11892026-08-19T03:27:17.620ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-19T03:27:17.620ZPlanning: Evaluating mediator changes ... Done
11912026-08-19T03:27:17.620ZPlanning: Checking for conflicting actions ... Done
11922026-08-19T03:27:17.620ZPlanning: Consolidating action changes ... Done
11932026-08-19T03:27:17.620ZPlanning: Evaluating mediators ... Done
11942026-08-19T03:27:17.620ZPlanning: Planning completed in 0.27 seconds
11952026-08-19T03:27:17.620Z Mediators to change: 2
11962026-08-19T03:27:17.620Z Create boot environment: No
11972026-08-19T03:27:17.620ZCreate backup boot environment: No
11982026-08-19T03:27:17.620ZFinalize: Updating package state database ... Done
11992026-08-19T03:27:17.620ZFinalize: Updating package cache ... Done
12002026-08-19T03:27:17.620ZFinalize: Updating image state ... Done
12012026-08-19T03:27:17.620ZFinalize: Creating fast lookup database ... Done
12022026-08-19T03:27:17.620ZFinalize: Reading search index ... Done
12032026-08-19T03:27:17.620ZFinalize: Updating search index ... Done
12042026-08-19T03:27:17.620ZFinalize: Updating package cache ... Done
12052026-08-19T03:27:17.620ZPlanning: Evaluating mediator changes ... Done
12062026-08-19T03:27:17.621ZPlanning: Checking for conflicting actions ... Done
12072026-08-19T03:27:17.621ZPlanning: Consolidating action changes ... Done
12082026-08-19T03:27:17.621ZPlanning: Evaluating mediators ... Done
12092026-08-19T03:27:17.621ZPlanning: Planning completed in 0.26 seconds
12102026-08-19T03:27:17.621Z Mediators to change: 1
12112026-08-19T03:27:17.621Z Create boot environment: No
12122026-08-19T03:27:17.621ZCreate backup boot environment: No
12132026-08-19T03:27:17.621ZFinalize: Updating package state database ... Done
12142026-08-19T03:27:17.621ZFinalize: Updating package cache ... Done
12152026-08-19T03:27:17.621ZFinalize: Updating image state ... Done
12162026-08-19T03:27:17.621ZFinalize: Creating fast lookup database ... Done
12172026-08-19T03:27:17.621ZFinalize: Reading search index ... Done
12182026-08-19T03:27:17.621ZFinalize: Updating search index ... Done
12192026-08-19T03:27:17.621ZFinalize: Updating package cache ... Done
12202026-08-19T03:27:17.621ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12212026-08-19T03:27:17.621Zapache system 2.4 system
12222026-08-19T03:27:17.621Zclang system 15 system
12232026-08-19T03:27:17.621Zcsh system system illumos
12242026-08-19T03:27:17.621Zctags system system illumos
12252026-08-19T03:27:17.621Zfile vendor vendor darwinsys
12262026-08-19T03:27:17.621Zfile system system illumos
12272026-08-19T03:27:17.621Zgcc vendor 14 vendor
12282026-08-19T03:27:17.621Zgcc system 13 system
12292026-08-19T03:27:17.621Zgcc system 10 system
12302026-08-19T03:27:17.621Zgo system 1.25 system
12312026-08-19T03:27:17.622Zllvm system 15 system
12322026-08-19T03:27:17.622Zmariadb system 11.4 system
12332026-08-19T03:27:17.622Zmta vendor vendor dma
12342026-08-19T03:27:17.622Zopenjdk system 17 system
12352026-08-19T03:27:17.622Zopenjdk system 11 system
12362026-08-19T03:27:17.622Zopenssl vendor 3 vendor
12372026-08-19T03:27:17.622Zperl system 5.40 system
12382026-08-19T03:27:17.622Zpostgresql system 18 system
12392026-08-19T03:27:17.622Zpostgresql system 17 system
12402026-08-19T03:27:17.622Zpython vendor 3 vendor
12412026-08-19T03:27:17.622Zpython system 2 system
12422026-08-19T03:27:17.622Zpython3 vendor 3.13 vendor
12432026-08-19T03:27:17.622Zruby system 3.4 system
12442026-08-19T03:27:17.622Zruby system 3.0 system
12452026-08-19T03:27:17.622Zwords vendor vendor american-english
12462026-08-19T03:27:17.622Zwords system system australian-english
12472026-08-19T03:27:17.622Zwords system system british-english
12482026-08-19T03:27:17.622Zwords system system canadian-english
12492026-08-19T03:27:17.622Zwords system system french
12502026-08-19T03:27:17.622Zwords system system italian
12512026-08-19T03:27:17.622Zwords system system ngerman
12522026-08-19T03:27:17.622Zwords system system ogerman
12532026-08-19T03:27:17.622Zwords system system spanish
12542026-08-19T03:27:17.622ZPUBLISHER TYPE STATUS P LOCATION
12552026-08-19T03:27:17.623Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12562026-08-19T03:27:17.623ZFMRI IFO
12572026-08-19T03:27:17.623Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12582026-08-19T03:27:17.623Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12592026-08-19T03:27:17.623Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12602026-08-19T03:27:17.623Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12612026-08-19T03:27:17.623Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12622026-08-19T03:27:17.623Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12632026-08-19T03:27:17.623Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12642026-08-19T03:27:17.623Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12652026-08-19T03:27:17.623Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12662026-08-19T03:27:17.623Z Downloading crates ...
12672026-08-19T03:27:17.623Z Downloaded cargo_toml v0.21.0
12682026-08-19T03:27:17.623Z Compiling proc-macro2 v1.0.106
12692026-08-19T03:27:17.623Z Compiling quote v1.0.45
12702026-08-19T03:27:17.623Z Compiling unicode-ident v1.0.24
12712026-08-19T03:27:17.623Z Compiling serde_core v1.0.228
12722026-08-19T03:27:17.623Z Compiling libc v0.2.185
12732026-08-19T03:27:17.623Z Compiling version_check v0.9.5
12742026-08-19T03:27:17.623Z Compiling memchr v2.8.0
12752026-08-19T03:27:17.623Z Compiling serde v1.0.228
12762026-08-19T03:27:17.623Z Compiling zmij v1.0.21
12772026-08-19T03:27:17.623Z Compiling thiserror v1.0.69
12782026-08-19T03:27:17.623Z Compiling itoa v1.0.17
12792026-08-19T03:27:17.623Z Compiling ucd-trie v0.1.7
12802026-08-19T03:27:17.623Z Compiling rustix v1.1.3
12812026-08-19T03:27:17.624Z Compiling byteorder v1.5.0
12822026-08-19T03:27:17.624Z Compiling bitflags v2.11.0
12832026-08-19T03:27:17.624Z Compiling serde_json v1.0.151
12842026-08-19T03:27:17.624Z Compiling proc-macro-error-attr v1.0.4
12852026-08-19T03:27:17.624Z Compiling usdt-impl v0.5.0
12862026-08-19T03:27:17.823Z Compiling pest v2.8.6
12872026-08-19T03:27:17.823Z Compiling camino v1.2.2
12882026-08-19T03:27:17.823Z Compiling syn v1.0.109
12892026-08-19T03:27:17.823Z Compiling proc-macro-error v1.0.4
12902026-08-19T03:27:17.823Z Compiling hashbrown v0.17.0
12912026-08-19T03:27:17.823Z Compiling equivalent v1.0.2
12922026-08-19T03:27:17.823Z Compiling plain v0.2.3
12932026-08-19T03:27:17.823Z Compiling log v0.4.29
12942026-08-19T03:27:17.823Z Compiling utf8parse v0.2.2
12952026-08-19T03:27:17.823Z Compiling getrandom v0.4.1
12962026-08-19T03:27:17.823Z Compiling thiserror v2.0.18
12972026-08-19T03:27:17.823Z Compiling toml_write v0.1.2
12982026-08-19T03:27:17.823Z Compiling anstyle-parse v1.0.0
12992026-08-19T03:27:17.823Z Compiling anstyle v1.0.14
13002026-08-19T03:27:17.823Z Compiling pretty-hex v0.4.1
13012026-08-19T03:27:17.823Z Compiling winnow v0.7.14
13022026-08-19T03:27:17.823Z Compiling errno v0.3.14
13032026-08-19T03:27:17.823Z Compiling thread-id v4.2.2
13042026-08-19T03:27:17.824Z Compiling is_terminal_polyfill v1.70.2
13052026-08-19T03:27:17.824Z Compiling autocfg v1.5.0
13062026-08-19T03:27:17.824Z Compiling colorchoice v1.0.4
13072026-08-19T03:27:17.824Z Compiling anstyle-query v1.1.5
13082026-08-19T03:27:17.824Z Compiling cfg-if v1.0.4
13092026-08-19T03:27:17.824Z Compiling indexmap v2.14.0
13102026-08-19T03:27:17.824Z Compiling fastrand v2.3.0
13112026-08-19T03:27:17.824Z Compiling anstream v1.0.0
13122026-08-19T03:27:17.824Z Compiling strsim v0.11.1
13132026-08-19T03:27:17.824Z Compiling fnv v1.0.7
13142026-08-19T03:27:17.824Z Compiling heck v0.4.1
13152026-08-19T03:27:17.824Z Compiling clap_lex v1.0.0
13162026-08-19T03:27:17.824Z Compiling syn v2.0.117
13172026-08-19T03:27:17.824Z Compiling anyhow v1.0.102
13182026-08-19T03:27:17.824Z Compiling once_cell v1.21.3
13192026-08-19T03:27:17.824Z Compiling fs-err v3.3.0
13202026-08-19T03:27:17.824Z Compiling heck v0.5.0
13212026-08-19T03:27:17.824Z Compiling unicode-width v0.1.14
13222026-08-19T03:27:17.824Z Compiling bytecount v0.6.9
13232026-08-19T03:27:17.824Z Compiling memmap v0.7.0
13242026-08-19T03:27:17.824Z Compiling pest_meta v2.8.6
13252026-08-19T03:27:17.824Z Compiling papergrid v0.11.0
13262026-08-19T03:27:17.824Z Compiling unicode-width v0.2.0
13272026-08-19T03:27:17.824Z Compiling unicode-linebreak v0.1.5
13282026-08-19T03:27:17.824Z Compiling smawk v0.3.2
13292026-08-19T03:27:17.825Z Compiling swrite v0.1.0
13302026-08-19T03:27:17.825Z Compiling terminal_size v0.4.3
13312026-08-19T03:27:17.825Z Compiling tempfile v3.25.0
13322026-08-19T03:27:17.825Z Compiling clap_builder v4.6.0
13332026-08-19T03:27:17.825Z Compiling textwrap v0.16.2
13342026-08-19T03:27:17.825Z Compiling semver v1.0.28
13352026-08-19T03:27:17.825Z Compiling cargo-platform v0.3.2
13362026-08-19T03:27:17.825Z Compiling camino-tempfile v1.4.1
13372026-08-19T03:27:17.825Z Compiling tabled_derive v0.7.0
13382026-08-19T03:27:17.825Z Compiling pest_generator v2.8.6
13392026-08-19T03:27:17.825Z Compiling tabled v0.15.0
13402026-08-19T03:27:17.825Z Compiling serde_derive v1.0.228
13412026-08-19T03:27:17.825Z Compiling thiserror-impl v1.0.69
13422026-08-19T03:27:17.825Z Compiling zerocopy-derive v0.7.35
13432026-08-19T03:27:17.825Z Compiling scroll_derive v0.12.1
13442026-08-19T03:27:17.825Z Compiling thiserror-impl v2.0.18
13452026-08-19T03:27:17.825Z Compiling clap_derive v4.6.1
13462026-08-19T03:27:17.825Z Compiling pest_derive v2.8.6
13472026-08-19T03:27:17.825Z Compiling scroll v0.12.0
13482026-08-19T03:27:17.825Z Compiling zerocopy v0.7.35
13492026-08-19T03:27:17.825Z Compiling goblin v0.8.2
13502026-08-19T03:27:17.826Z Compiling dtrace-parser v0.2.0
13512026-08-19T03:27:17.826Z Compiling clap v4.6.1
13522026-08-19T03:27:17.826Z Compiling dof v0.3.0
13532026-08-19T03:27:17.826Z Compiling serde_tokenstream v0.2.3
13542026-08-19T03:27:17.826Z Compiling serde_spanned v0.6.9
13552026-08-19T03:27:17.826Z Compiling toml_datetime v0.6.11
13562026-08-19T03:27:17.826Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13572026-08-19T03:27:17.826Z Compiling macaddr v1.0.1
13582026-08-19T03:27:17.826Z Compiling cargo_metadata v0.23.1
13592026-08-19T03:27:17.826Z Compiling toml_edit v0.22.27
13602026-08-19T03:27:17.826Z Compiling usdt-attr-macro v0.5.0
13612026-08-19T03:27:17.826Z Compiling usdt-macro v0.5.0
13622026-08-19T03:27:17.826Z Compiling usdt v0.5.0
13632026-08-19T03:27:17.826Z Compiling toml v0.8.23
13642026-08-19T03:27:17.826Z Compiling cargo_toml v0.21.0
13652026-08-19T03:27:17.826Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13662026-08-19T03:27:17.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.17s
13672026-08-19T03:27:17.826Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13682026-08-19T03:27:17.826Z Compiling libc v0.2.185
13692026-08-19T03:27:17.826Z Compiling serde_core v1.0.228
13702026-08-19T03:27:17.826Z Compiling serde v1.0.228
13712026-08-19T03:27:17.826Z Compiling log v0.4.29
13722026-08-19T03:27:17.826Z Compiling smallvec v1.15.1
13732026-08-19T03:27:17.826Z Compiling find-msvc-tools v0.1.9
13742026-08-19T03:27:17.826Z Compiling shlex v1.3.0
13752026-08-19T03:27:17.827Z Compiling subtle v2.6.1
13762026-08-19T03:27:17.827Z Compiling scopeguard v1.2.0
13772026-08-19T03:27:17.827Z Compiling typenum v1.20.1
13782026-08-19T03:27:17.827Z Compiling stable_deref_trait v1.2.1
13792026-08-19T03:27:17.827Z Compiling zerocopy v0.8.40
13802026-08-19T03:27:17.827Z Compiling portable-atomic v1.13.1
13812026-08-19T03:27:17.827Z Compiling serde_json v1.0.151
13822026-08-19T03:27:17.827Z Compiling syn v2.0.117
13832026-08-19T03:27:17.827Z Compiling critical-section v1.2.0
13842026-08-19T03:27:17.827Z Compiling lock_api v0.4.14
13852026-08-19T03:27:17.827Z Compiling libm v0.2.16
13862026-08-19T03:27:18.576Z Compiling num-traits v0.2.19
13872026-08-19T03:27:18.576Z Compiling pkg-config v0.3.32
13882026-08-19T03:27:18.576Z Compiling generic-array v0.14.7
13892026-08-19T03:27:18.576Z Compiling getrandom v0.4.1
13902026-08-19T03:27:18.576Z Compiling pin-project-lite v0.2.17
13912026-08-19T03:27:18.576Z Compiling parking_lot_core v0.9.12
13922026-08-19T03:27:18.576Z Compiling const-oid v0.9.6
13932026-08-19T03:27:18.576Z Compiling rand_core v0.10.0
13942026-08-19T03:27:18.576Z Compiling writeable v0.6.2
13952026-08-19T03:27:18.577Z Compiling litemap v0.8.1
13962026-08-19T03:27:18.577Z Compiling percent-encoding v2.3.2
13972026-08-19T03:27:18.577Z Compiling futures-core v0.3.32
13982026-08-19T03:27:18.577Z Compiling icu_properties_data v2.1.2
13992026-08-19T03:27:18.577Z Compiling icu_normalizer_data v2.1.1
14002026-08-19T03:27:18.577Z Compiling getrandom v0.3.4
14012026-08-19T03:27:18.577Z Compiling futures-sink v0.3.32
14022026-08-19T03:27:18.577Z Compiling futures-task v0.3.32
14032026-08-19T03:27:18.577Z Compiling rustix v1.1.3
14042026-08-19T03:27:18.577Z Compiling slab v0.4.12
14052026-08-19T03:27:18.577Z Compiling futures-io v0.3.32
14062026-08-19T03:27:18.577Z Compiling utf8_iter v1.0.4
14072026-08-19T03:27:18.577Z Compiling futures-channel v0.3.32
14082026-08-19T03:27:18.577Z Compiling jobserver v0.1.34
14092026-08-19T03:27:18.577Z Compiling errno v0.3.14
14102026-08-19T03:27:18.577Z Compiling getrandom v0.2.17
14112026-08-19T03:27:18.577Z Compiling mio v1.2.0
14122026-08-19T03:27:18.577Z Compiling rand_core v0.6.4
14132026-08-19T03:27:18.577Z Compiling cc v1.2.56
14142026-08-19T03:27:18.577Z Compiling signal-hook-registry v1.4.8
14152026-08-19T03:27:18.577Z Compiling once_cell v1.21.3
14162026-08-19T03:27:18.578Z Compiling parking_lot v0.12.5
14172026-08-19T03:27:18.578Z Compiling socket2 v0.6.3
14182026-08-19T03:27:18.578Z Compiling form_urlencoded v1.2.2
14192026-08-19T03:27:18.578Z Compiling rustversion v1.0.22
14202026-08-19T03:27:18.578Z Compiling iana-time-zone v0.1.65
14212026-08-19T03:27:18.578Z Compiling base64ct v1.8.3
14222026-08-19T03:27:18.578Z Compiling regex-syntax v0.8.10
14232026-08-19T03:27:18.578Z Compiling fs_extra v1.3.0
14242026-08-19T03:27:18.578Z Compiling ident_case v1.0.1
14252026-08-19T03:27:18.578Z Compiling flagset v0.4.7
14262026-08-19T03:27:18.578Z Compiling dunce v1.0.5
14272026-08-19T03:27:18.578Z Compiling base64 v0.22.1
14282026-08-19T03:27:18.578Z Compiling pem-rfc7468 v0.7.0
14292026-08-19T03:27:18.578Z Compiling vcpkg v0.2.15
14302026-08-19T03:27:18.578Z Compiling syn v1.0.109
14312026-08-19T03:27:18.578Z Compiling rand_core v0.9.5
14322026-08-19T03:27:18.578Z Compiling tracing-core v0.1.36
14332026-08-19T03:27:18.578Z Compiling schemars v0.8.22
14342026-08-19T03:27:18.578Z Compiling aws-lc-rs v1.16.3
14352026-08-19T03:27:18.578Z Compiling cpufeatures v0.2.17
14362026-08-19T03:27:18.578Z Compiling dyn-clone v1.0.20
14372026-08-19T03:27:18.579Z Compiling spin v0.9.8
14382026-08-19T03:27:18.579Z Compiling httparse v1.10.1
14392026-08-19T03:27:18.579Z Compiling cmake v0.1.57
14402026-08-19T03:27:18.579Z Compiling openssl-probe v0.2.1
14412026-08-19T03:27:18.579Z Compiling cmov v0.5.4
14422026-08-19T03:27:18.579Z Compiling tinyvec_macros v0.1.1
14432026-08-19T03:27:18.579Z Compiling crc32fast v1.5.0
14442026-08-19T03:27:18.579Z Compiling tinyvec v1.10.0
14452026-08-19T03:27:18.579Z Compiling aho-corasick v1.1.4
14462026-08-19T03:27:18.579Z Compiling atomic-waker v1.1.2
14472026-08-19T03:27:18.579Z Compiling bitflags v2.11.0
14482026-08-19T03:27:18.579Z Compiling semver v1.0.28
14492026-08-19T03:27:18.579Z Compiling indexmap v2.14.0
14502026-08-19T03:27:18.579Z Compiling uuid v1.23.4
14512026-08-19T03:27:18.579Z Compiling ctutils v0.4.2
14522026-08-19T03:27:18.579Z Compiling try-lock v0.2.5
14532026-08-19T03:27:18.579Z Compiling radium v0.7.0
14542026-08-19T03:27:18.579Z Compiling tower-layer v0.3.3
14552026-08-19T03:27:18.579Z Compiling tower-service v0.3.3
14562026-08-19T03:27:18.579Z Compiling untrusted v0.7.1
14572026-08-19T03:27:18.579Z Compiling rustc_version v0.4.1
14582026-08-19T03:27:18.579Z Compiling want v0.3.1
14592026-08-19T03:27:18.579Z Compiling maybe-uninit v2.0.0
14602026-08-19T03:27:18.579Z Compiling tap v1.0.1
14612026-08-19T03:27:18.579Z Compiling simd-adler32 v0.3.8
14622026-08-19T03:27:18.579Z Compiling rustls v0.23.41
14632026-08-19T03:27:18.580Z Compiling foreign-types-shared v0.1.1
14642026-08-19T03:27:18.580Z Compiling aws-lc-sys v0.40.0
14652026-08-19T03:27:18.580Z Compiling openssl-sys v0.9.117
14662026-08-19T03:27:18.580Z Compiling openssl v0.10.80
14672026-08-19T03:27:18.580Z Compiling httpdate v1.0.3
14682026-08-19T03:27:18.580Z Compiling regex-automata v0.4.14
14692026-08-19T03:27:18.580Z Compiling untrusted v0.9.0
14702026-08-19T03:27:18.580Z Compiling foreign-types v0.3.2
14712026-08-19T03:27:18.580Z Compiling bzip2-sys v0.1.13+1.0.8
14722026-08-19T03:27:18.580Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-08-19T03:27:18.580Z Compiling synstructure v0.13.2
14742026-08-19T03:27:18.580Z Compiling serde_derive_internals v0.29.1
14752026-08-19T03:27:18.580Z Compiling pest_generator v2.8.6
14762026-08-19T03:27:18.580Z Compiling darling_core v0.20.11
14772026-08-19T03:27:18.580Z Compiling wyz v0.5.1
14782026-08-19T03:27:18.580Z Compiling tempfile v3.25.0
14792026-08-19T03:27:18.580Z Compiling terminal_size v0.4.3
14802026-08-19T03:27:18.580Z Compiling unicode-normalization v0.1.25
14812026-08-19T03:27:18.580Z Compiling num-integer v0.1.46
14822026-08-19T03:27:18.580Z Compiling socket2 v0.5.10
14832026-08-19T03:27:18.580Z Compiling wait-timeout v0.2.1
14842026-08-19T03:27:18.580Z Compiling ahash v0.8.12
14852026-08-19T03:27:18.580Z Compiling num-bigint-dig v0.8.6
14862026-08-19T03:27:18.629Z Compiling adler2 v2.0.1
14872026-08-19T03:27:18.629Z Compiling quick-error v1.2.3
14882026-08-19T03:27:18.629Z Compiling powerfmt v0.2.0
14892026-08-19T03:27:18.629Z Compiling native-tls v0.2.18
14902026-08-19T03:27:18.629Z Compiling time-core v0.1.8
14912026-08-19T03:27:18.629Z Compiling num-conv v0.2.0
14922026-08-19T03:27:18.629Z Compiling funty v2.0.0
14932026-08-19T03:27:18.629Z Compiling bit-vec v0.8.0
14942026-08-19T03:27:18.629Z Compiling packed_struct v0.10.1
14952026-08-19T03:27:18.629Z Compiling clap_builder v4.6.0
14962026-08-19T03:27:18.629Z Compiling rusty-fork v0.3.1
14972026-08-19T03:27:18.629Z Compiling deranged v0.5.8
14982026-08-19T03:27:18.629Z Compiling miniz_oxide v0.8.9
14992026-08-19T03:27:18.630Z Compiling time-macros v0.2.27
15002026-08-19T03:27:18.630Z Compiling num-iter v0.1.45
15012026-08-19T03:27:18.630Z Compiling bit-set v0.8.0
15022026-08-19T03:27:18.630Z Compiling bitvec v1.0.1
15032026-08-19T03:27:18.630Z Compiling lazy_static v1.5.0
15042026-08-19T03:27:18.630Z Compiling rand_xorshift v0.4.0
15052026-08-19T03:27:18.630Z Compiling anstyle-parse v0.2.7
15062026-08-19T03:27:18.630Z Compiling sync_wrapper v1.0.2
15072026-08-19T03:27:18.630Z Compiling indexmap v1.9.3
15082026-08-19T03:27:18.630Z Compiling siphasher v1.0.2
15092026-08-19T03:27:18.630Z Compiling crc-catalog v2.4.0
15102026-08-19T03:27:18.630Z Compiling unarray v0.1.4
15112026-08-19T03:27:18.630Z Compiling crossbeam-utils v0.8.21
15122026-08-19T03:27:18.634Z Compiling num_threads v0.1.7
15132026-08-19T03:27:18.634Z Compiling zlib-rs v0.6.2
15142026-08-19T03:27:18.634Z Compiling paste v1.0.15
15152026-08-19T03:27:18.634Z Compiling nodrop v0.1.14
15162026-08-19T03:27:18.634Z Compiling serde_derive v1.0.228
15172026-08-19T03:27:18.634Z Compiling zeroize_derive v1.5.0
15182026-08-19T03:27:18.634Z Compiling zerofrom-derive v0.1.6
15192026-08-19T03:27:18.634Z Compiling zerocopy-derive v0.8.40
15202026-08-19T03:27:18.634Z Compiling yoke-derive v0.8.1
15212026-08-19T03:27:18.634Z Compiling zerovec-derive v0.11.2
15222026-08-19T03:27:18.634Z Compiling displaydoc v0.2.5
15232026-08-19T03:27:18.634Z Compiling tokio-macros v2.7.0
15242026-08-19T03:27:18.634Z Compiling zeroize v1.9.0
15252026-08-19T03:27:18.634Z Compiling futures-macro v0.3.32
15262026-08-19T03:27:18.634Z Compiling thiserror-impl v2.0.18
15272026-08-19T03:27:18.634Z Compiling der_derive v0.7.3
15282026-08-19T03:27:18.634Z Compiling tracing-attributes v0.1.31
15292026-08-19T03:27:18.634Z Compiling rustls-pki-types v1.14.0
15302026-08-19T03:27:18.635Z Compiling schemars_derive v0.8.22
15312026-08-19T03:27:18.635Z Compiling hybrid-array v0.4.13
15322026-08-19T03:27:18.635Z Compiling zerofrom v0.1.6
15332026-08-19T03:27:18.635Z Compiling block-buffer v0.10.4
15342026-08-19T03:27:18.635Z Compiling crypto-common v0.1.7
15352026-08-19T03:27:18.635Z Compiling yoke v0.8.1
15362026-08-19T03:27:18.635Z Compiling digest v0.10.7
15372026-08-19T03:27:18.635Z Compiling futures-util v0.3.32
15382026-08-19T03:27:18.635Z Compiling pest_derive v2.8.6
15392026-08-19T03:27:18.635Z Compiling zerovec v0.11.5
15402026-08-19T03:27:18.635Z Compiling zerotrie v0.2.3
15412026-08-19T03:27:18.635Z Compiling der v0.7.10
15422026-08-19T03:27:18.635Z Compiling sha2 v0.10.9
15432026-08-19T03:27:18.635Z Compiling scroll_derive v0.13.1
15442026-08-19T03:27:18.635Z Compiling signature v2.2.0
15452026-08-19T03:27:18.635Z Compiling tinystr v0.8.2
15462026-08-19T03:27:18.636Z Compiling potential_utf v0.1.4
15472026-08-19T03:27:18.636Z Compiling thiserror v2.0.18
15482026-08-19T03:27:18.636Z Compiling darling_macro v0.20.11
15492026-08-19T03:27:18.636Z Compiling icu_locale_core v2.1.1
15502026-08-19T03:27:18.636Z Compiling icu_collections v2.1.1
15512026-08-19T03:27:18.636Z Compiling thiserror-impl v1.0.69
15522026-08-19T03:27:18.636Z Compiling openssl-macros v0.1.1
15532026-08-19T03:27:18.636Z Compiling tracing v0.1.44
15542026-08-19T03:27:18.636Z Compiling hmac v0.12.1
15552026-08-19T03:27:18.636Z Compiling packed_struct_codegen v0.10.1
15562026-08-19T03:27:18.636Z Compiling clap_derive v4.6.1
15572026-08-19T03:27:18.636Z Compiling darling v0.20.11
15582026-08-19T03:27:18.636Z Compiling bitfield-macros v0.19.4
15592026-08-19T03:27:18.636Z Compiling zerocopy-derive v0.6.6
15602026-08-19T03:27:18.636Z Compiling icu_provider v2.1.1
15612026-08-19T03:27:18.636Z Compiling spki v0.7.3
15622026-08-19T03:27:18.636Z Compiling icu_properties v2.1.2
15632026-08-19T03:27:18.636Z Compiling icu_normalizer v2.1.1
15642026-08-19T03:27:18.636Z Compiling pkcs8 v0.10.2
15652026-08-19T03:27:18.636Z Compiling scroll v0.13.0
15662026-08-19T03:27:18.636Z Compiling bytes v1.11.1
15672026-08-19T03:27:18.636Z Compiling chrono v0.4.45
15682026-08-19T03:27:18.636Z Compiling ipnet v2.11.0
15692026-08-19T03:27:18.636Z Compiling hex v0.4.3
15702026-08-19T03:27:18.636Z Compiling goblin v0.10.5
15712026-08-19T03:27:18.636Z Compiling thiserror v1.0.69
15722026-08-19T03:27:18.636Z Compiling serde_spanned v0.6.9
15732026-08-19T03:27:18.636Z Compiling toml_datetime v0.6.11
15742026-08-19T03:27:18.637Z Compiling unicode-segmentation v1.12.0
15752026-08-19T03:27:18.637Z Compiling usdt-impl v0.6.0
15762026-08-19T03:27:18.637Z Compiling tokio v1.52.1
15772026-08-19T03:27:18.637Z Compiling http v1.4.2
15782026-08-19T03:27:18.637Z Compiling zerocopy v0.6.6
15792026-08-19T03:27:18.637Z Compiling idna_adapter v1.2.1
15802026-08-19T03:27:18.637Z Compiling bitfield v0.19.4
15812026-08-19T03:27:18.637Z Compiling pkcs1 v0.7.5
15822026-08-19T03:27:18.637Z Compiling idna v1.1.0
15832026-08-19T03:27:18.637Z Compiling derive_builder_core v0.20.2
15842026-08-19T03:27:18.637Z Compiling flate2 v1.1.9
15852026-08-19T03:27:18.637Z Compiling dtrace-parser v0.3.0
15862026-08-19T03:27:18.658Z Compiling ppv-lite86 v0.2.21
15872026-08-19T03:27:18.658Z Compiling url v2.5.8
15882026-08-19T03:27:18.658Z Compiling http-body v1.0.1
15892026-08-19T03:27:18.658Z Compiling clap v4.6.1
15902026-08-19T03:27:18.659Z Compiling rand_chacha v0.9.0
15912026-08-19T03:27:18.659Z Compiling rand_chacha v0.3.1
15922026-08-19T03:27:18.659Z Compiling http-body-util v0.1.3
15932026-08-19T03:27:18.659Z Compiling time v0.3.47
15942026-08-19T03:27:18.659Z Compiling rand v0.9.2
15952026-08-19T03:27:18.659Z Compiling rand v0.8.6
15962026-08-19T03:27:18.659Z Compiling array-init v0.0.4
15972026-08-19T03:27:18.659Z Compiling scroll_derive v0.12.1
15982026-08-19T03:27:18.659Z Compiling structmeta-derive v0.3.0
15992026-08-19T03:27:18.659Z Compiling crc v3.4.0
16002026-08-19T03:27:18.659Z Compiling anstream v0.6.21
16012026-08-19T03:27:18.659Z Compiling smallvec v0.6.14
16022026-08-19T03:27:18.659Z Compiling darling_core v0.23.0
16032026-08-19T03:27:18.659Z Compiling proptest v1.11.0
16042026-08-19T03:27:18.659Z Compiling heapless v0.7.17
16052026-08-19T03:27:18.659Z Compiling slog v2.8.2
16062026-08-19T03:27:18.659Z Compiling thread-id v5.1.0
16072026-08-19T03:27:18.659Z Compiling ipnetwork v0.21.1
16082026-08-19T03:27:18.659Z Compiling env_filter v1.0.0
16092026-08-19T03:27:18.659Z Compiling cookie v0.18.1
16102026-08-19T03:27:18.659Z Compiling winnow v0.5.40
16112026-08-19T03:27:18.659Z Compiling allocator-api2 v0.2.21
16122026-08-19T03:27:18.659Z Compiling zstd-safe v7.2.4
16132026-08-19T03:27:18.659Z Compiling signal-hook v0.3.18
16142026-08-19T03:27:18.659Z Compiling anyhow v1.0.102
16152026-08-19T03:27:18.659Z Compiling base64 v0.21.7
16162026-08-19T03:27:18.659Z Compiling ryu v1.0.23
16172026-08-19T03:27:18.659Z Compiling unicode-properties v0.1.4
16182026-08-19T03:27:18.659Z Compiling iri-string v0.7.10
16192026-08-19T03:27:18.659Z Compiling hashbrown v0.12.3
16202026-08-19T03:27:18.659Z Compiling dof v0.4.0
16212026-08-19T03:27:18.659Z Compiling unicode-bidi v0.3.18
16222026-08-19T03:27:18.659Z Compiling structmeta v0.3.0
16232026-08-19T03:27:18.659Z Compiling ron v0.8.1
16242026-08-19T03:27:18.659Z Compiling serde_urlencoded v0.7.1
16252026-08-19T03:27:18.659Z Compiling oxnet v0.1.6
16262026-08-19T03:27:18.660Z Compiling rsa v0.9.10
16272026-08-19T03:27:18.660Z Compiling stringprep v0.1.5
16282026-08-19T03:27:18.660Z Compiling env_logger v0.11.9
16292026-08-19T03:27:18.660Z Compiling scroll v0.12.0
16302026-08-19T03:27:18.660Z Compiling toml_edit v0.19.15
16312026-08-19T03:27:18.660Z Compiling serde-hex v0.1.0
16322026-08-19T03:27:18.660Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16332026-08-19T03:27:18.660Z Compiling derive_builder_macro v0.20.2
16342026-08-19T03:27:18.660Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16352026-08-19T03:27:18.660Z Compiling hashbrown v0.13.2
16362026-08-19T03:27:18.660Z Compiling tokio-util v0.7.18
16372026-08-19T03:27:18.660Z Compiling tower v0.5.3
16382026-08-19T03:27:18.660Z Compiling tokio-native-tls v0.3.1
16392026-08-19T03:27:18.660Z Compiling bzip2 v0.4.4
16402026-08-19T03:27:18.660Z Compiling heck v0.4.1
16412026-08-19T03:27:18.660Z Compiling camino v1.2.2
16422026-08-19T03:27:18.660Z Compiling darling_macro v0.23.0
16432026-08-19T03:27:18.660Z Compiling newtype-uuid v1.3.2
16442026-08-19T03:27:18.660Z Compiling erased-serde v0.3.31
16452026-08-19T03:27:18.660Z Compiling serde_tokenstream v0.2.3
16462026-08-19T03:27:18.660Z Compiling x509-cert v0.2.5
16472026-08-19T03:27:18.660Z Compiling tower-http v0.6.8
16482026-08-19T03:27:18.660Z Compiling crypto-common v0.2.2
16492026-08-19T03:27:18.660Z Compiling block-buffer v0.12.1
16502026-08-19T03:27:18.660Z Compiling h2 v0.4.15
16512026-08-19T03:27:18.660Z Compiling block-padding v0.4.2
16522026-08-19T03:27:18.661Z Compiling hyper v1.10.1
16532026-08-19T03:27:18.661Z Compiling md-5 v0.10.6
16542026-08-19T03:27:18.661Z Compiling rustls-native-certs v0.8.3
16552026-08-19T03:27:18.661Z Compiling bstr v1.12.1
16562026-08-19T03:27:18.661Z Compiling pin-project-internal v1.1.11
16572026-08-19T03:27:18.661Z Compiling daft-derive v0.1.7
16582026-08-19T03:27:18.661Z Compiling zerocopy-derive v0.7.35
16592026-08-19T03:27:18.661Z Compiling async-trait v0.1.89
16602026-08-19T03:27:18.661Z Compiling curve25519-dalek v4.1.3
16612026-08-19T03:27:18.661Z Compiling vergen-lib v9.1.0
16622026-08-19T03:27:18.661Z Compiling hash32 v0.2.1
16632026-08-19T03:27:18.661Z Compiling memoffset v0.9.1
16642026-08-19T03:27:18.661Z Compiling encoding_rs v0.8.35
16652026-08-19T03:27:18.661Z Compiling smoltcp v0.9.1
16662026-08-19T03:27:18.661Z Compiling cfg_aliases v0.2.1
16672026-08-19T03:27:18.661Z Compiling psl-types v2.0.11
16682026-08-19T03:27:18.661Z Compiling litrs v1.0.0
16692026-08-19T03:27:18.661Z Compiling fallible-iterator v0.2.0
16702026-08-19T03:27:18.661Z Compiling rustix v0.38.44
16712026-08-19T03:27:18.661Z Compiling ref-cast v1.0.25
16722026-08-19T03:27:18.661Z Compiling crc-any v2.5.0
16732026-08-19T03:27:18.661Z Compiling mime v0.3.17
16742026-08-19T03:27:18.661Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16752026-08-19T03:27:18.661Z Compiling postgres-protocol v0.6.10
16762026-08-19T03:27:18.662Z Compiling publicsuffix v2.3.0
16772026-08-19T03:27:18.662Z Compiling nix v0.31.2
16782026-08-19T03:27:18.662Z Compiling document-features v0.2.12
16792026-08-19T03:27:18.662Z Compiling daft v0.1.7
16802026-08-19T03:27:18.662Z Compiling inout v0.2.2
16812026-08-19T03:27:18.662Z Compiling darling v0.23.0
16822026-08-19T03:27:18.662Z Compiling zerocopy v0.7.35
16832026-08-19T03:27:18.662Z Compiling toml v0.7.8
16842026-08-19T03:27:18.662Z Compiling snafu-derive v0.8.9
16852026-08-19T03:27:18.662Z Compiling zip v0.6.6
16862026-08-19T03:27:20.031Z Compiling hyper-util v0.1.20
16872026-08-19T03:27:20.031Z Compiling pin-project v1.1.11
16882026-08-19T03:27:20.031Z Compiling object v0.30.4
16892026-08-19T03:27:20.031Z Compiling derive_builder v0.20.2
16902026-08-19T03:27:20.031Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16912026-08-19T03:27:20.031Z Compiling goblin v0.8.2
16922026-08-19T03:27:20.031Z Compiling derive-ex v0.1.8
16932026-08-19T03:27:20.031Z Compiling futures-executor v0.3.32
16942026-08-19T03:27:20.031Z Compiling hubpack_derive v0.1.1
16952026-08-19T03:27:20.031Z Compiling regex v1.12.3
16962026-08-19T03:27:20.031Z Compiling curve25519-dalek-derive v0.1.1
16972026-08-19T03:27:20.031Z Compiling ref-cast-impl v1.0.25
16982026-08-19T03:27:20.031Z Compiling strum_macros v0.27.2
16992026-08-19T03:27:20.031Z Compiling phf_shared v0.13.1
17002026-08-19T03:27:20.031Z Compiling vergen v9.1.0
17012026-08-19T03:27:20.031Z Compiling cargo-platform v0.3.2
17022026-08-19T03:27:20.031Z Compiling ff v0.13.1
17032026-08-19T03:27:20.031Z Compiling fs-err v3.3.0
17042026-08-19T03:27:20.053Z Compiling bitflags v1.3.2
17052026-08-19T03:27:20.053Z Compiling libbz2-rs-sys v0.2.2
17062026-08-19T03:27:20.053Z Compiling jiff-core v0.1.0
17072026-08-19T03:27:20.053Z Compiling object v0.37.3
17082026-08-19T03:27:20.053Z Compiling base16ct v0.2.0
17092026-08-19T03:27:20.054Z Compiling managed v0.8.0
17102026-08-19T03:27:20.054Z Compiling foldhash v0.2.0
17112026-08-19T03:27:20.054Z Compiling same-file v1.0.6
17122026-08-19T03:27:20.054Z Compiling path-slash v0.1.5
17132026-08-19T03:27:20.054Z Compiling foldhash v0.1.5
17142026-08-19T03:27:20.054Z Compiling bumpalo v3.20.2
17152026-08-19T03:27:20.054Z Compiling walkdir v2.5.0
17162026-08-19T03:27:20.054Z Compiling hyper-tls v0.6.0
17172026-08-19T03:27:20.055Z Compiling hashbrown v0.15.5
17182026-08-19T03:27:20.055Z Compiling bzip2 v0.6.1
17192026-08-19T03:27:20.055Z Compiling reqwest v0.12.28
17202026-08-19T03:27:20.055Z Compiling zopfli v0.8.3
17212026-08-19T03:27:20.055Z Compiling hashbrown v0.16.1
17222026-08-19T03:27:20.055Z Compiling jiff v0.2.34
17232026-08-19T03:27:20.055Z Compiling snafu v0.8.9
17242026-08-19T03:27:20.055Z Compiling sec1 v0.7.3
17252026-08-19T03:27:20.055Z Compiling test-strategy v0.4.5
17262026-08-19T03:27:20.055Z Compiling group v0.13.0
17272026-08-19T03:27:20.055Z Compiling hubpack v0.1.2
17282026-08-19T03:27:20.056Z Compiling cargo_metadata v0.23.1
17292026-08-19T03:27:20.056Z Compiling phf v0.13.1
17302026-08-19T03:27:20.076Z Compiling futures v0.3.32
17312026-08-19T03:27:20.124Z Compiling zstd v0.13.3
17322026-08-19T03:27:20.170Z Compiling signal-hook-mio v0.2.5
17332026-08-19T03:27:20.206Z Compiling cookie_store v0.22.1
17342026-08-19T03:27:21.064Z Compiling dof v0.3.0
17352026-08-19T03:27:21.064Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17362026-08-19T03:27:21.096Z Compiling postgres-types v0.2.12
17372026-08-19T03:27:21.096Z Compiling cipher v0.5.2
17382026-08-19T03:27:21.096Z Compiling strum v0.27.2
17392026-08-19T03:27:21.096Z Compiling serde_with_macros v3.21.0
17402026-08-19T03:27:21.096Z Compiling globset v0.4.18
17412026-08-19T03:27:21.096Z Compiling usdt-attr-macro v0.6.0
17422026-08-19T03:27:21.096Z Compiling usdt-macro v0.6.0
17432026-08-19T03:27:21.096Z Compiling byte-wrapper v0.1.0
17442026-08-19T03:27:21.096Z Compiling dtrace-parser v0.2.0
17452026-08-19T03:27:21.254Z Compiling ed25519 v2.2.3
17462026-08-19T03:27:21.318Z Compiling olpc-cjson v0.1.4
17472026-08-19T03:27:21.517Z Compiling serde_plain v1.0.2
17482026-08-19T03:27:21.553Z Compiling serde-big-array v0.5.1
17492026-08-19T03:27:21.553Z Compiling hkdf v0.12.4
17502026-08-19T03:27:21.553Z Compiling crypto-bigint v0.5.5
17512026-08-19T03:27:21.553Z Compiling async-recursion v1.1.1
17522026-08-19T03:27:21.568Z Compiling serde_repr v0.1.20
17532026-08-19T03:27:21.619Z Compiling strum_macros v0.26.4
17542026-08-19T03:27:22.492Z Compiling enum-as-inner v0.6.1
17552026-08-19T03:27:22.669Z Compiling phf_shared v0.11.3
17562026-08-19T03:27:22.669Z Compiling float-cmp v0.10.0
17572026-08-19T03:27:22.669Z Compiling pem v3.0.6
17582026-08-19T03:27:22.692Z Compiling thread-id v4.2.2
17592026-08-19T03:27:22.692Z Compiling memmap2 v0.9.10
17602026-08-19T03:27:22.693Z Compiling predicates-core v1.0.10
17612026-08-19T03:27:22.693Z Compiling new_debug_unreachable v1.0.6
17622026-08-19T03:27:22.693Z Compiling fixedbitset v0.5.7
17632026-08-19T03:27:22.693Z Compiling fixedbitset v0.4.2
17642026-08-19T03:27:22.693Z Compiling keccak v0.1.6
17652026-08-19T03:27:22.693Z Compiling either v1.15.0
17662026-08-19T03:27:22.694Z Compiling static_assertions v1.1.0
17672026-08-19T03:27:22.694Z Compiling difflib v0.4.0
17682026-08-19T03:27:22.694Z Compiling whoami v2.1.0
17692026-08-19T03:27:22.694Z Compiling const-oid v0.10.2
17702026-08-19T03:27:22.694Z Compiling cpufeatures v0.3.0
17712026-08-19T03:27:22.694Z Compiling normalize-line-endings v0.3.0
17722026-08-19T03:27:22.694Z Compiling winnow v1.0.3
17732026-08-19T03:27:22.694Z Compiling precomputed-hash v0.1.1
17742026-08-19T03:27:22.695Z Compiling typed-path v0.9.3
17752026-08-19T03:27:22.695Z Compiling data-encoding v2.10.0
17762026-08-19T03:27:22.695Z Compiling toml_edit v0.22.27
17772026-08-19T03:27:22.695Z Compiling string_cache v0.8.9
17782026-08-19T03:27:22.695Z Compiling tokio-postgres v0.7.16
17792026-08-19T03:27:22.695Z Compiling elliptic-curve v0.13.8
17802026-08-19T03:27:22.695Z Compiling predicates v3.1.4
17812026-08-19T03:27:22.695Z Compiling hickory-proto v0.25.2
17822026-08-19T03:27:22.716Z Compiling digest v0.11.3
17832026-08-19T03:27:22.753Z Compiling chacha20 v0.10.0
17842026-08-19T03:27:23.162Z Compiling itertools v0.13.0
17852026-08-19T03:27:23.195Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17862026-08-19T03:27:23.196Z Compiling sha3 v0.10.8
17872026-08-19T03:27:23.196Z Compiling petgraph v0.8.3
17882026-08-19T03:27:23.196Z Compiling petgraph v0.6.5
17892026-08-19T03:27:23.196Z Compiling toml_parser v1.1.2+spec-1.1.0
17902026-08-19T03:27:23.310Z Compiling usdt v0.6.0
17912026-08-19T03:27:23.559Z Compiling usdt-impl v0.5.0
17922026-08-19T03:27:23.588Z Compiling strum v0.26.3
17932026-08-19T03:27:23.588Z Compiling zip v4.6.1
17942026-08-19T03:27:23.588Z Compiling serde_with v3.21.0
17952026-08-19T03:27:23.588Z Compiling crossterm v0.28.1
17962026-08-19T03:27:23.588Z Compiling ed25519-dalek v2.2.0
17972026-08-19T03:27:23.721Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17982026-08-19T03:27:24.978Z Compiling iddqd v0.4.2
17992026-08-19T03:27:25.004Z Compiling similar v2.7.0
18002026-08-19T03:27:25.006Z Compiling tokio-stream v0.1.18
18012026-08-19T03:27:25.009Z Compiling crossbeam-epoch v0.9.18
18022026-08-19T03:27:25.009Z Compiling buf-list v1.1.2
18032026-08-19T03:27:25.009Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18042026-08-19T03:27:25.037Z Compiling openapiv3 v2.2.0
18052026-08-19T03:27:25.064Z Compiling peg-runtime v0.8.5
18062026-08-19T03:27:25.127Z Compiling lalrpop-util v0.19.12
18072026-08-19T03:27:25.127Z Compiling thread_local v1.1.9
18082026-08-19T03:27:25.127Z Compiling slog-async v2.8.0
18092026-08-19T03:27:25.180Z Compiling crossbeam-channel v0.5.15
18102026-08-19T03:27:25.288Z Compiling is-terminal v0.4.17
18112026-08-19T03:27:26.092Z Compiling filetime v0.2.27
18122026-08-19T03:27:26.133Z Compiling term v1.2.1
18132026-08-19T03:27:26.133Z Compiling take_mut v0.2.2
18142026-08-19T03:27:26.133Z Compiling xattr v1.6.1
18152026-08-19T03:27:26.133Z Compiling camino-tempfile v1.4.1
18162026-08-19T03:27:26.133Z Compiling tar v0.4.46
18172026-08-19T03:27:26.133Z Compiling slog-term v2.9.2
18182026-08-19T03:27:42.806Z Compiling rustls-webpki v0.103.13
18192026-08-19T03:28:10.621Z Compiling tokio-rustls v0.26.4
18202026-08-19T03:28:10.621Z Compiling rustls-platform-verifier v0.6.2
18212026-08-19T03:28:10.621Z Compiling tough v0.22.0
18222026-08-19T03:28:10.633Z Compiling hyper-rustls v0.27.7
18232026-08-19T03:28:10.633Z Compiling reqwest v0.13.2
18242026-08-19T03:28:59.079Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18252026-08-19T03:28:59.314Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18262026-08-19T03:28:59.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.49s
18272026-08-19T03:28:59.314Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18282026-08-19T03:28:59.314ZAug 19 03:27:50.144 INFO Starting download, target: Clickhouse
18292026-08-19T03:28:59.314ZAug 19 03:27:50.144 INFO Starting download, target: Console
18302026-08-19T03:28:59.314ZAug 19 03:27:50.144 INFO Starting download, target: Cockroach
18312026-08-19T03:28:59.314ZAug 19 03:27:50.144 INFO Starting download, target: DendriteStub
18322026-08-19T03:28:59.314ZAug 19 03:27:50.144 INFO Starting download, target: MaghemiteMgd
18332026-08-19T03:28:59.314ZAug 19 03:27:50.144 INFO Starting download, target: MaghemiteDdmd
18342026-08-19T03:28:59.315ZAug 19 03:27:50.144 INFO Starting download, target: TransceiverControl
18352026-08-19T03:28:59.315ZAug 19 03:27:50.145 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18362026-08-19T03:28:59.315ZAug 19 03:27:50.145 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18372026-08-19T03:28:59.315ZAug 19 03:27:50.145 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18382026-08-19T03:28:59.315ZAug 19 03:27:50.145 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18392026-08-19T03:28:59.315ZAug 19 03:27:50.145 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18402026-08-19T03:28:59.315ZAug 19 03:27:50.145 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18412026-08-19T03:28:59.315ZAug 19 03:27:50.145 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18422026-08-19T03:28:59.315ZAug 19 03:27:52.220 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18432026-08-19T03:28:59.315ZAug 19 03:27:52.464 INFO Download complete, target: Console
18442026-08-19T03:28:59.315ZAug 19 03:27:52.904 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18452026-08-19T03:28:59.315ZAug 19 03:27:59.265 INFO Checking that binary works, target: Clickhouse
18462026-08-19T03:28:59.315ZAug 19 03:27:59.356 INFO Download complete, target: Clickhouse
18472026-08-19T03:28:59.315ZAug 19 03:28:50.330 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/03a79a895871f9eca5400fac1556ed8526e031b7/xcvradm.gz), target: TransceiverControl
18482026-08-19T03:28:59.315ZAug 19 03:28:50.330 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ce015cde17a1ebc839ae482026d522cf0e369a3b/mgd.tar.gz), target: MaghemiteMgd
18492026-08-19T03:28:59.315ZAug 19 03:28:50.330 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ce015cde17a1ebc839ae482026d522cf0e369a3b/mg-ddm.tar.gz), target: MaghemiteDdmd
18502026-08-19T03:28:59.315ZAug 19 03:28:50.330 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach
18512026-08-19T03:28:59.315ZAug 19 03:28:50.330 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/04a52a3240a26c58f03e1cf40353d67ff69d76b6/dendrite-stub.tar.gz), target: DendriteStub
18522026-08-19T03:28:59.315ZAug 19 03:28:50.330 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 2/3), target: MaghemiteDdmd
18532026-08-19T03:28:59.315ZAug 19 03:28:50.330 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
18542026-08-19T03:28:59.315ZAug 19 03:28:50.330 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach
18552026-08-19T03:28:59.315ZAug 19 03:28:50.330 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
18562026-08-19T03:28:59.315ZAug 19 03:28:50.330 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl
18572026-08-19T03:29:02.354ZAug 19 03:29:00.643 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18582026-08-19T03:29:02.354ZAug 19 03:29:00.846 INFO Download complete, target: TransceiverControl
18592026-08-19T03:29:06.886ZAug 19 03:29:05.674 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18602026-08-19T03:29:07.294ZAug 19 03:29:06.014 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18612026-08-19T03:29:08.286ZAug 19 03:29:07.086 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18622026-08-19T03:29:08.578ZAug 19 03:29:07.442 INFO Download complete, target: MaghemiteDdmd
18632026-08-19T03:29:09.532ZAug 19 03:29:08.373 INFO Download complete, target: DendriteStub
18642026-08-19T03:29:10.010ZAug 19 03:29:08.903 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18652026-08-19T03:29:10.011ZAug 19 03:29:08.903 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18662026-08-19T03:29:10.656ZAug 19 03:29:09.528 INFO Download complete, target: MaghemiteMgd
18672026-08-19T03:29:14.908ZAug 19 03:29:13.330 INFO Checking that binary works, target: Cockroach
18682026-08-19T03:29:15.101ZAug 19 03:29:13.447 INFO Download complete, target: Cockroach
18692026-08-19T03:29:15.101ZAll prerequisites installed successfully
18702026-08-19T03:29:15.101Z
18712026-08-19T03:29:15.101Zreal 2:46.748634027
18722026-08-19T03:29:15.101Zuser 7:01.953992273
18732026-08-19T03:29:15.101Zsys 1:40.182595352
18742026-08-19T03:29:15.101Ztrap 0.221318221
18752026-08-19T03:29:15.102Ztflt 0.819965874
18762026-08-19T03:29:15.102Zdflt 1.551037110
18772026-08-19T03:29:15.102Zkflt 0.022014984
18782026-08-19T03:29:15.102Zlock 50:50.937015865
18792026-08-19T03:29:15.102Zslp 21:46.216924257
18802026-08-19T03:29:15.102Zlat 24.878436511
18812026-08-19T03:29:15.102Zstop 2:51.025658294
18822026-08-19T03:29:15.102Z+ source ./tools/include/force-git-over-https.sh
18832026-08-19T03:29:15.102Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18842026-08-19T03:29:15.102Z++ (( i = 0 ))
18852026-08-19T03:29:15.102Z++ (( i < 5 ))
18862026-08-19T03:29:15.102Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18872026-08-19T03:29:15.102Z++ (( i++ ))
18882026-08-19T03:29:15.102Z++ (( i < 5 ))
18892026-08-19T03:29:15.102Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18902026-08-19T03:29:15.102Z++ (( i++ ))
18912026-08-19T03:29:15.102Z++ (( i < 5 ))
18922026-08-19T03:29:15.102Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18932026-08-19T03:29:15.103Z++ (( i++ ))
18942026-08-19T03:29:15.103Z++ (( i < 5 ))
18952026-08-19T03:29:15.103Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18962026-08-19T03:29:15.103Z++ (( i++ ))
18972026-08-19T03:29:15.103Z++ (( i < 5 ))
18982026-08-19T03:29:15.103Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18992026-08-19T03:29:15.103Z++ (( i++ ))
19002026-08-19T03:29:15.103Z++ (( i < 5 ))
19012026-08-19T03:29:15.103Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19022026-08-19T03:29:15.103Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19032026-08-19T03:29:15.103Z+ rc=0
19042026-08-19T03:29:15.103Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19052026-08-19T03:29:24.200Z+ case $rc in
19062026-08-19T03:29:24.200Z+ pfexec zfs create -p rpool/images/build/host
19072026-08-19T03:29:24.363Z+ pfexec zfs create -p rpool/images/build/recovery
19082026-08-19T03:29:24.437Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19092026-08-19T03:29:24.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19102026-08-19T03:29:25.036Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19112026-08-19T03:29:25.732Z Compiling proc-macro2 v1.0.106
19122026-08-19T03:29:25.732Z Compiling quote v1.0.45
19132026-08-19T03:29:25.732Z Compiling unicode-ident v1.0.24
19142026-08-19T03:29:25.753Z Compiling libc v0.2.185
19152026-08-19T03:29:25.753Z Compiling serde_core v1.0.228
19162026-08-19T03:29:25.753Z Compiling serde v1.0.228
19172026-08-19T03:29:25.753Z Compiling cfg-if v1.0.4
19182026-08-19T03:29:25.753Z Compiling find-msvc-tools v0.1.9
19192026-08-19T03:29:25.754Z Compiling shlex v1.3.0
19202026-08-19T03:29:25.754Z Compiling autocfg v1.5.0
19212026-08-19T03:29:25.754Z Compiling version_check v0.9.5
19222026-08-19T03:29:25.754Z Compiling zerocopy v0.8.40
19232026-08-19T03:29:25.895Z Compiling portable-atomic v1.13.1
19242026-08-19T03:29:25.933Z Compiling zmij v1.0.21
19252026-08-19T03:29:25.933Z Compiling memchr v2.8.0
19262026-08-19T03:29:26.105Z Compiling serde_json v1.0.151
19272026-08-19T03:29:26.188Z Compiling libm v0.2.16
19282026-08-19T03:29:26.203Z Compiling getrandom v0.4.1
19292026-08-19T03:29:26.232Z Compiling parking_lot_core v0.9.12
19302026-08-19T03:29:26.269Z Compiling pkg-config v0.3.32
19312026-08-19T03:29:26.288Z Compiling generic-array v0.14.7
19322026-08-19T03:29:26.347Z Compiling icu_properties_data v2.1.2
19332026-08-19T03:29:26.462Z Compiling num-traits v0.2.19
19342026-08-19T03:29:26.485Z Compiling icu_normalizer_data v2.1.1
19352026-08-19T03:29:26.486Z Compiling smallvec v1.15.1
19362026-08-19T03:29:26.486Z Compiling log v0.4.29
19372026-08-19T03:29:26.520Z Compiling itoa v1.0.17
19382026-08-19T03:29:26.543Z Compiling getrandom v0.3.4
19392026-08-19T03:29:26.573Z Compiling rustix v1.1.3
19402026-08-19T03:29:26.662Z Compiling subtle v2.6.1
19412026-08-19T03:29:26.699Z Compiling stable_deref_trait v1.2.1
19422026-08-19T03:29:26.718Z Compiling scopeguard v1.2.0
19432026-08-19T03:29:26.737Z Compiling typenum v1.20.1
19442026-08-19T03:29:26.772Z Compiling jobserver v0.1.34
19452026-08-19T03:29:26.772Z Compiling errno v0.3.14
19462026-08-19T03:29:26.802Z Compiling lock_api v0.4.14
19472026-08-19T03:29:26.855Z Compiling critical-section v1.2.0
19482026-08-19T03:29:26.936Z Compiling thiserror v2.0.18
19492026-08-19T03:29:26.952Z Compiling rand_core v0.10.0
19502026-08-19T03:29:26.952Z Compiling cc v1.2.56
19512026-08-19T03:29:27.135Z Compiling syn v2.0.117
19522026-08-19T03:29:27.259Z Compiling getrandom v0.2.17
19532026-08-19T03:29:27.291Z Compiling heck v0.5.0
19542026-08-19T03:29:27.291Z Compiling dunce v1.0.5
19552026-08-19T03:29:27.291Z Compiling fs_extra v1.3.0
19562026-08-19T03:29:27.331Z Compiling writeable v0.6.2
19572026-08-19T03:29:27.373Z Compiling percent-encoding v2.3.2
19582026-08-19T03:29:27.373Z Compiling rand_core v0.6.4
19592026-08-19T03:29:27.412Z Compiling litemap v0.8.1
19602026-08-19T03:29:27.428Z Compiling once_cell v1.21.3
19612026-08-19T03:29:27.566Z Compiling const-oid v0.9.6
19622026-08-19T03:29:27.704Z Compiling pin-project-lite v0.2.17
19632026-08-19T03:29:27.842Z Compiling schemars v0.8.22
19642026-08-19T03:29:27.842Z Compiling cmake v0.1.57
19652026-08-19T03:29:27.872Z Compiling equivalent v1.0.2
19662026-08-19T03:29:27.872Z Compiling signal-hook-registry v1.4.8
19672026-08-19T03:29:27.979Z Compiling futures-core v0.3.32
19682026-08-19T03:29:28.005Z Compiling rustversion v1.0.22
19692026-08-19T03:29:28.036Z Compiling bitflags v2.11.0
19702026-08-19T03:29:28.091Z Compiling semver v1.0.28
19712026-08-19T03:29:28.150Z Compiling aws-lc-rs v1.16.3
19722026-08-19T03:29:28.185Z Compiling parking_lot v0.12.5
19732026-08-19T03:29:28.292Z Compiling aws-lc-sys v0.40.0
19742026-08-19T03:29:28.411Z Compiling mio v1.2.0
19752026-08-19T03:29:28.487Z Compiling crc32fast v1.5.0
19762026-08-19T03:29:28.559Z Compiling utf8_iter v1.0.4
19772026-08-19T03:29:28.700Z Compiling form_urlencoded v1.2.2
19782026-08-19T03:29:28.741Z Compiling byteorder v1.5.0
19792026-08-19T03:29:28.783Z Compiling syn v1.0.109
19802026-08-19T03:29:28.830Z Compiling hashbrown v0.17.0
19812026-08-19T03:29:28.856Z Compiling strsim v0.11.1
19822026-08-19T03:29:28.946Z Compiling fnv v1.0.7
19832026-08-19T03:29:29.102Z Compiling vcpkg v0.2.15
19842026-08-19T03:29:29.150Z Compiling socket2 v0.6.3
19852026-08-19T03:29:29.376Z Compiling futures-sink v0.3.32
19862026-08-19T03:29:29.398Z Compiling httparse v1.10.1
19872026-08-19T03:29:29.398Z Compiling radium v0.7.0
19882026-08-19T03:29:29.537Z Compiling indexmap v2.14.0
19892026-08-19T03:29:29.549Z Compiling futures-channel v0.3.32
19902026-08-19T03:29:29.550Z Compiling iana-time-zone v0.1.65
19912026-08-19T03:29:29.550Z Compiling futures-task v0.3.32
19922026-08-19T03:29:29.588Z Compiling thiserror v1.0.69
19932026-08-19T03:29:29.783Z Compiling futures-io v0.3.32
19942026-08-19T03:29:29.813Z Compiling slab v0.4.12
19952026-08-19T03:29:29.813Z Compiling base64 v0.22.1
19962026-08-19T03:29:29.814Z Compiling openssl-sys v0.9.117
19972026-08-19T03:29:29.814Z Compiling rustls v0.23.41
19982026-08-19T03:29:29.814Z Compiling maybe-uninit v2.0.0
19992026-08-19T03:29:29.938Z Compiling rustc_version v0.4.1
20002026-08-19T03:29:29.979Z Compiling synstructure v0.13.2
20012026-08-19T03:29:30.011Z Compiling serde_derive_internals v0.29.1
20022026-08-19T03:29:33.056Z Compiling bzip2-sys v0.1.13+1.0.8
20032026-08-19T03:29:33.141Z Compiling uuid v1.23.4
20042026-08-19T03:29:33.141Z Compiling ahash v0.8.12
20052026-08-19T03:29:33.141Z Compiling packed_struct v0.10.1
20062026-08-19T03:29:33.141Z Compiling num-bigint-dig v0.8.6
20072026-08-19T03:29:33.141Z Compiling ucd-trie v0.1.7
20082026-08-19T03:29:33.141Z Compiling regex-syntax v0.8.10
20092026-08-19T03:29:33.141Z Compiling ident_case v1.0.1
20102026-08-19T03:29:33.141Z Compiling base64ct v1.8.3
20112026-08-19T03:29:33.141Z Compiling pest v2.8.6
20122026-08-19T03:29:33.141Z Compiling rand_core v0.9.5
20132026-08-19T03:29:33.141Z Compiling flagset v0.4.7
20142026-08-19T03:29:33.142Z Compiling openssl v0.10.80
20152026-08-19T03:29:33.142Z Compiling fastrand v2.3.0
20162026-08-19T03:29:33.142Z Compiling pem-rfc7468 v0.7.0
20172026-08-19T03:29:33.142Z Compiling dyn-clone v1.0.20
20182026-08-19T03:29:33.142Z Compiling indexmap v1.9.3
20192026-08-19T03:29:33.142Z Compiling tempfile v3.25.0
20202026-08-19T03:29:33.142Z Compiling utf8parse v0.2.2
20212026-08-19T03:29:33.142Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20222026-08-19T03:29:33.142Z Compiling native-tls v0.2.18
20232026-08-19T03:29:33.142Z Compiling paste v1.0.15
20242026-08-19T03:29:33.142Z Compiling cpufeatures v0.2.17
20252026-08-19T03:29:33.142Z Compiling anstyle v1.0.14
20262026-08-19T03:29:33.142Z Compiling serde_derive v1.0.228
20272026-08-19T03:29:33.142Z Compiling zeroize_derive v1.5.0
20282026-08-19T03:29:33.142Z Compiling zerofrom-derive v0.1.6
20292026-08-19T03:29:33.142Z Compiling zerocopy-derive v0.8.40
20302026-08-19T03:29:33.142Z Compiling yoke-derive v0.8.1
20312026-08-19T03:29:33.142Z Compiling zerovec-derive v0.11.2
20322026-08-19T03:29:33.142Z Compiling displaydoc v0.2.5
20332026-08-19T03:29:33.142Z Compiling tokio-macros v2.7.0
20342026-08-19T03:29:33.142Z Compiling futures-macro v0.3.32
20352026-08-19T03:29:33.142Z Compiling thiserror-impl v2.0.18
20362026-08-19T03:29:33.608Z Compiling der_derive v0.7.3
20372026-08-19T03:29:33.609Z Compiling zeroize v1.9.0
20382026-08-19T03:29:33.609Z Compiling schemars_derive v0.8.22
20392026-08-19T03:29:33.609Z Compiling tracing-attributes v0.1.31
20402026-08-19T03:29:33.609Z Compiling futures-util v0.3.32
20412026-08-19T03:29:33.609Z Compiling thiserror-impl v1.0.69
20422026-08-19T03:29:33.609Z Compiling zerofrom v0.1.6
20432026-08-19T03:29:33.609Z Compiling yoke v0.8.1
20442026-08-19T03:29:33.609Z Compiling crypto-common v0.1.7
20452026-08-19T03:29:33.609Z Compiling block-buffer v0.10.4
20462026-08-19T03:29:33.609Z Compiling zerovec v0.11.5
20472026-08-19T03:29:33.609Z Compiling zerotrie v0.2.3
20482026-08-19T03:29:33.609Z Compiling digest v0.10.7
20492026-08-19T03:29:33.609Z Compiling clap_derive v4.6.1
20502026-08-19T03:29:33.629Z Compiling tinystr v0.8.2
20512026-08-19T03:29:33.629Z Compiling potential_utf v0.1.4
20522026-08-19T03:29:33.629Z Compiling packed_struct_codegen v0.10.1
20532026-08-19T03:29:33.629Z Compiling der v0.7.10
20542026-08-19T03:29:33.629Z Compiling icu_locale_core v2.1.1
20552026-08-19T03:29:33.629Z Compiling icu_collections v2.1.1
20562026-08-19T03:29:33.629Z Compiling pest_meta v2.8.6
20572026-08-19T03:29:33.629Z Compiling bitfield-macros v0.19.4
20582026-08-19T03:29:34.747Z Compiling icu_provider v2.1.1
20592026-08-19T03:29:34.952Z Compiling zerocopy-derive v0.6.6
20602026-08-19T03:29:34.952Z Compiling spki v0.7.3
20612026-08-19T03:29:34.953Z Compiling bytes v1.11.1
20622026-08-19T03:29:34.953Z Compiling icu_properties v2.1.2
20632026-08-19T03:29:34.953Z Compiling icu_normalizer v2.1.1
20642026-08-19T03:29:35.002Z Compiling chrono v0.4.45
20652026-08-19T03:29:35.053Z Compiling tokio v1.52.1
20662026-08-19T03:29:35.128Z Compiling hex v0.4.3
20672026-08-19T03:29:35.221Z Compiling pest_generator v2.8.6
20682026-08-19T03:29:35.481Z Compiling openssl-macros v0.1.1
20692026-08-19T03:29:35.589Z Compiling idna_adapter v1.2.1
20702026-08-19T03:29:35.670Z Compiling idna v1.1.0
20712026-08-19T03:29:35.822Z Compiling ppv-lite86 v0.2.21
20722026-08-19T03:29:35.902Z Compiling pest_derive v2.8.6
20732026-08-19T03:29:36.221Z Compiling scroll_derive v0.13.1
20742026-08-19T03:29:36.245Z Compiling url v2.5.8
20752026-08-19T03:29:36.245Z Compiling rand_chacha v0.9.0
20762026-08-19T03:29:36.502Z Compiling crossbeam-utils v0.8.21
20772026-08-19T03:29:36.510Z Compiling rand v0.9.2
20782026-08-19T03:29:36.799Z Compiling colorchoice v1.0.4
20792026-08-19T03:29:36.842Z Compiling is_terminal_polyfill v1.70.2
20802026-08-19T03:29:36.853Z Compiling anstyle-query v1.1.5
20812026-08-19T03:29:36.853Z Compiling camino v1.2.2
20822026-08-19T03:29:36.853Z Compiling http v1.4.2
20832026-08-19T03:29:36.999Z Compiling pkcs8 v0.10.2
20842026-08-19T03:29:37.039Z Compiling sha2 v0.10.9
20852026-08-19T03:29:37.065Z Compiling rustls-pki-types v1.14.0
20862026-08-19T03:29:37.205Z Compiling daft-derive v0.1.7
20872026-08-19T03:29:37.277Z Compiling spin v0.9.8
20882026-08-19T03:29:37.351Z Compiling tinyvec_macros v0.1.1
20892026-08-19T03:29:37.580Z Compiling num-conv v0.2.0
20902026-08-19T03:29:37.677Z Compiling time-core v0.1.8
20912026-08-19T03:29:37.753Z Compiling tinyvec v1.10.0
20922026-08-19T03:29:37.793Z Compiling time-macros v0.2.27
20932026-08-19T03:29:37.801Z Compiling structmeta-derive v0.3.0
20942026-08-19T03:29:37.848Z Compiling async-trait v0.1.89
20952026-08-19T03:29:37.939Z Compiling anstyle-parse v1.0.0
20962026-08-19T03:29:38.072Z Compiling tracing-core v0.1.36
20972026-08-19T03:29:38.210Z Compiling cmov v0.5.4
20982026-08-19T03:29:38.348Z Compiling simd-adler32 v0.3.8
20992026-08-19T03:29:38.401Z Compiling unicode-segmentation v1.12.0
21002026-08-19T03:29:38.435Z Compiling untrusted v0.7.1
21012026-08-19T03:29:38.443Z Compiling plain v0.2.3
21022026-08-19T03:29:38.522Z Compiling tracing v0.1.44
21032026-08-19T03:29:38.548Z Compiling ctutils v0.4.2
21042026-08-19T03:29:38.595Z Compiling anstream v1.0.0
21052026-08-19T03:29:38.682Z Compiling http-body v1.0.1
21062026-08-19T03:29:38.831Z Compiling structmeta v0.3.0
21072026-08-19T03:29:38.893Z Compiling toml_datetime v0.6.11
21082026-08-19T03:29:38.970Z Compiling tokio-util v0.7.18
21092026-08-19T03:29:38.970Z Compiling serde_spanned v0.6.9
21102026-08-19T03:29:39.041Z Compiling pin-project-internal v1.1.11
21112026-08-19T03:29:39.069Z Compiling terminal_size v0.4.3
21122026-08-19T03:29:39.069Z Compiling slog v2.8.2
21132026-08-19T03:29:39.109Z Compiling wait-timeout v0.2.1
21142026-08-19T03:29:39.242Z Compiling cookie v0.18.1
21152026-08-19T03:29:39.262Z Compiling tap v1.0.1
21162026-08-19T03:29:39.262Z Compiling adler2 v2.0.1
21172026-08-19T03:29:39.296Z Compiling untrusted v0.9.0
21182026-08-19T03:29:39.365Z Compiling openssl-probe v0.2.1
21192026-08-19T03:29:39.399Z Compiling quick-error v1.2.3
21202026-08-19T03:29:39.429Z Compiling zstd-safe v7.2.4
21212026-08-19T03:29:39.460Z Compiling clap_lex v1.0.0
21222026-08-19T03:29:39.500Z Compiling bit-vec v0.8.0
21232026-08-19T03:29:39.566Z Compiling rusty-fork v0.3.1
21242026-08-19T03:29:39.581Z Compiling miniz_oxide v0.8.9
21252026-08-19T03:29:39.688Z Compiling clap_builder v4.6.0
21262026-08-19T03:29:39.792Z Compiling bit-set v0.8.0
21272026-08-19T03:29:39.801Z Compiling wyz v0.5.1
21282026-08-19T03:29:40.017Z Compiling derive-ex v0.1.8
21292026-08-19T03:29:40.027Z Compiling hybrid-array v0.4.13
21302026-08-19T03:29:40.101Z Compiling heck v0.4.1
21312026-08-19T03:29:40.225Z Compiling unicode-normalization v0.1.25
21322026-08-19T03:29:40.245Z Compiling rand_chacha v0.3.1
21332026-08-19T03:29:40.274Z Compiling signature v2.2.0
21342026-08-19T03:29:40.274Z Compiling scroll_derive v0.12.1
21352026-08-19T03:29:40.312Z Compiling rand_xorshift v0.4.0
21362026-08-19T03:29:40.593Z Compiling heapless v0.7.17
21372026-08-19T03:29:40.625Z Compiling num-integer v0.1.46
21382026-08-19T03:29:40.673Z Compiling aho-corasick v1.1.4
21392026-08-19T03:29:40.807Z Compiling atomic-waker v1.1.2
21402026-08-19T03:29:40.869Z Compiling tower-layer v0.3.3
21412026-08-19T03:29:40.879Z Compiling signal-hook v0.3.18
21422026-08-19T03:29:40.927Z Compiling funty v2.0.0
21432026-08-19T03:29:40.964Z Compiling pretty-hex v0.4.1
21442026-08-19T03:29:41.066Z Compiling usdt-impl v0.6.0
21452026-08-19T03:29:41.090Z Compiling rustix v0.38.44
21462026-08-19T03:29:41.096Z Compiling tower-service v0.3.3
21472026-08-19T03:29:41.154Z Compiling unarray v0.1.4
21482026-08-19T03:29:41.167Z Compiling try-lock v0.2.5
21492026-08-19T03:29:41.207Z Compiling zlib-rs v0.6.2
21502026-08-19T03:29:41.276Z Compiling anyhow v1.0.102
21512026-08-19T03:29:41.300Z Compiling bitvec v1.0.1
21522026-08-19T03:29:41.322Z Compiling want v0.3.1
21532026-08-19T03:29:41.424Z Compiling proptest v1.11.0
21542026-08-19T03:29:41.471Z Compiling h2 v0.4.15
21552026-08-19T03:29:41.523Z Compiling test-strategy v0.4.5
21562026-08-19T03:29:41.567Z Compiling regex-automata v0.4.14
21572026-08-19T03:29:41.679Z Compiling num-iter v0.1.45
21582026-08-19T03:29:41.774Z Compiling clap v4.6.1
21592026-08-19T03:29:42.194Z Compiling rand v0.8.6
21602026-08-19T03:29:42.222Z Compiling snafu-derive v0.8.9
21612026-08-19T03:29:42.826Z Compiling ipnetwork v0.21.1
21622026-08-19T03:29:43.011Z Compiling lazy_static v1.5.0
21632026-08-19T03:29:43.272Z Compiling scroll v0.13.0
21642026-08-19T03:29:43.294Z Compiling ipnet v2.11.0
21652026-08-19T03:29:43.426Z Compiling flate2 v1.1.9
21662026-08-19T03:29:43.806Z Compiling strum_macros v0.26.4
21672026-08-19T03:29:43.875Z Compiling anstyle-parse v0.2.7
21682026-08-19T03:29:44.169Z Compiling darling_core v0.23.0
21692026-08-19T03:29:44.335Z Compiling darling_core v0.20.11
21702026-08-19T03:29:44.820Z Compiling httpdate v1.0.3
21712026-08-19T03:29:45.251Z Compiling nodrop v0.1.14
21722026-08-19T03:29:45.373Z Compiling winnow v0.5.40
21732026-08-19T03:29:45.411Z Compiling crc-catalog v2.4.0
21742026-08-19T03:29:45.460Z Compiling foreign-types-shared v0.1.1
21752026-08-19T03:29:45.527Z Compiling foreign-types v0.3.2
21762026-08-19T03:29:45.540Z Compiling hyper v1.10.1
21772026-08-19T03:29:45.639Z Compiling crc v3.4.0
21782026-08-19T03:29:45.654Z Compiling array-init v0.0.4
21792026-08-19T03:29:45.915Z Compiling anstream v0.6.21
21802026-08-19T03:29:46.366Z Compiling darling_macro v0.20.11
21812026-08-19T03:29:46.389Z Compiling darling_macro v0.23.0
21822026-08-19T03:29:46.510Z Compiling newtype-uuid v1.3.2
21832026-08-19T03:29:46.928Z Compiling toml_edit v0.19.15
21842026-08-19T03:29:46.951Z Compiling goblin v0.10.5
21852026-08-19T03:29:47.033Z Compiling oxnet v0.1.6
21862026-08-19T03:29:47.182Z Compiling smallvec v0.6.14
21872026-08-19T03:29:47.613Z Compiling pkcs1 v0.7.5
21882026-08-19T03:29:47.699Z Compiling zerocopy v0.6.6
21892026-08-19T03:29:47.935Z Compiling bitfield v0.19.4
21902026-08-19T03:29:48.207Z Compiling zerocopy-derive v0.7.35
21912026-08-19T03:29:48.232Z Compiling curve25519-dalek v4.1.3
21922026-08-19T03:29:48.418Z Compiling socket2 v0.5.10
21932026-08-19T03:29:48.673Z Compiling env_filter v1.0.0
21942026-08-19T03:29:48.776Z Compiling memoffset v0.9.1
21952026-08-19T03:29:48.793Z Compiling litrs v1.0.0
21962026-08-19T03:29:48.965Z Compiling smoltcp v0.9.1
21972026-08-19T03:29:49.030Z Compiling base64 v0.21.7
21982026-08-19T03:29:49.654Z Compiling hashbrown v0.12.3
21992026-08-19T03:29:49.688Z Compiling ref-cast v1.0.25
22002026-08-19T03:29:49.688Z Compiling document-features v0.2.12
22012026-08-19T03:29:49.688Z Compiling ron v0.8.1
22022026-08-19T03:29:49.688Z Compiling dof v0.4.0
22032026-08-19T03:29:50.004Z Compiling env_logger v0.11.9
22042026-08-19T03:29:50.012Z Compiling hyper-util v0.1.20
22052026-08-19T03:29:51.675Z Compiling toml v0.7.8
22062026-08-19T03:29:51.783Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22072026-08-19T03:29:51.784Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22082026-08-19T03:29:51.784Z Compiling rsa v0.9.10
22092026-08-19T03:29:51.784Z Compiling daft v0.1.7
22102026-08-19T03:29:51.784Z Compiling serde-hex v0.1.0
22112026-08-19T03:29:51.784Z Compiling bzip2 v0.4.4
22122026-08-19T03:29:51.784Z Compiling darling v0.23.0
22132026-08-19T03:29:51.784Z Compiling darling v0.20.11
22142026-08-19T03:29:51.784Z Compiling hashbrown v0.13.2
22152026-08-19T03:29:52.913Z Compiling dtrace-parser v0.3.0
22162026-08-19T03:29:52.961Z Compiling x509-cert v0.2.5
22172026-08-19T03:29:52.961Z Compiling hmac v0.12.1
22182026-08-19T03:29:52.961Z Compiling async-recursion v1.1.1
22192026-08-19T03:29:52.961Z Compiling sync_wrapper v1.0.2
22202026-08-19T03:29:52.961Z Compiling thread-id v5.1.0
22212026-08-19T03:29:52.961Z Compiling siphasher v1.0.2
22222026-08-19T03:29:52.961Z Compiling cfg_aliases v0.2.1
22232026-08-19T03:29:52.961Z Compiling powerfmt v0.2.0
22242026-08-19T03:29:52.961Z Compiling crc-any v2.5.0
22252026-08-19T03:29:52.961Z Compiling deranged v0.5.8
22262026-08-19T03:29:53.157Z Compiling nix v0.31.2
22272026-08-19T03:29:53.199Z Compiling tower v0.5.3
22282026-08-19T03:29:54.222Z Compiling object v0.30.4
22292026-08-19T03:29:54.243Z Compiling derive_builder_core v0.20.2
22302026-08-19T03:29:54.243Z Compiling serde_with_macros v3.21.0
22312026-08-19T03:29:54.455Z Compiling zip v0.6.6
22322026-08-19T03:29:54.816Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22332026-08-19T03:29:54.909Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22342026-08-19T03:29:55.376Z Compiling bstr v1.12.1
22352026-08-19T03:29:55.437Z Compiling crypto-common v0.2.2
22362026-08-19T03:29:55.507Z Compiling block-buffer v0.12.1
22372026-08-19T03:29:55.644Z Compiling http-body-util v0.1.3
22382026-08-19T03:29:55.688Z Compiling futures-executor v0.3.32
22392026-08-19T03:29:56.946Z Compiling serde_tokenstream v0.2.3
22402026-08-19T03:29:57.011Z Compiling erased-serde v0.3.31
22412026-08-19T03:29:57.011Z Compiling hubpack_derive v0.1.1
22422026-08-19T03:29:57.011Z Compiling strum_macros v0.27.2
22432026-08-19T03:29:57.011Z Compiling ref-cast-impl v1.0.25
22442026-08-19T03:29:57.011Z Compiling curve25519-dalek-derive v0.1.1
22452026-08-19T03:29:57.011Z Compiling fs-err v3.3.0
22462026-08-19T03:29:57.011Z Compiling usdt-impl v0.5.0
22472026-08-19T03:29:57.011Z Compiling unicode-properties v0.1.4
22482026-08-19T03:29:57.011Z Compiling path-slash v0.1.5
22492026-08-19T03:29:57.055Z Compiling ryu v1.0.23
22502026-08-19T03:29:57.055Z Compiling iri-string v0.7.10
22512026-08-19T03:29:57.055Z Compiling num_threads v0.1.7
22522026-08-19T03:29:57.055Z Compiling allocator-api2 v0.2.21
22532026-08-19T03:29:57.055Z Compiling unicode-bidi v0.3.18
22542026-08-19T03:29:57.055Z Compiling same-file v1.0.6
22552026-08-19T03:29:58.040Z Compiling object v0.37.3
22562026-08-19T03:29:58.069Z Compiling time v0.3.47
22572026-08-19T03:29:58.070Z Compiling stringprep v0.1.5
22582026-08-19T03:29:58.070Z Compiling walkdir v2.5.0
22592026-08-19T03:29:58.070Z Compiling serde_urlencoded v0.7.1
22602026-08-19T03:29:58.352Z Compiling tower-http v0.6.8
22612026-08-19T03:29:59.631Z Compiling futures v0.3.32
22622026-08-19T03:29:59.651Z Compiling derive_builder_macro v0.20.2
22632026-08-19T03:29:59.902Z Compiling tokio-native-tls v0.3.1
22642026-08-19T03:30:00.115Z Compiling strum v0.26.3
22652026-08-19T03:30:00.256Z Compiling block-padding v0.4.2
22662026-08-19T03:30:00.584Z Compiling scroll v0.12.0
22672026-08-19T03:30:00.601Z Compiling pin-project v1.1.11
22682026-08-19T03:30:00.602Z Compiling rustls-native-certs v0.8.3
22692026-08-19T03:30:00.602Z Compiling md-5 v0.10.6
22702026-08-19T03:30:00.602Z Compiling vergen-lib v9.1.0
22712026-08-19T03:30:00.670Z Compiling hash32 v0.2.1
22722026-08-19T03:30:00.731Z Compiling encoding_rs v0.8.35
22732026-08-19T03:30:00.748Z Compiling mime v0.3.17
22742026-08-19T03:30:00.815Z Compiling psl-types v2.0.11
22752026-08-19T03:30:00.815Z Compiling fallible-iterator v0.2.0
22762026-08-19T03:30:00.816Z Compiling cpufeatures v0.3.0
22772026-08-19T03:30:00.830Z Compiling jiff-core v0.1.0
22782026-08-19T03:30:00.957Z Compiling publicsuffix v2.3.0
22792026-08-19T03:30:01.088Z Compiling postgres-protocol v0.6.10
22802026-08-19T03:30:01.109Z Compiling goblin v0.8.2
22812026-08-19T03:30:01.234Z Compiling snafu v0.8.9
22822026-08-19T03:30:01.491Z Compiling inout v0.2.2
22832026-08-19T03:30:01.598Z Compiling hyper-tls v0.6.0
22842026-08-19T03:30:01.659Z Compiling jiff v0.2.34
22852026-08-19T03:30:01.801Z Compiling derive_builder v0.20.2
22862026-08-19T03:30:02.222Z Compiling usdt-macro v0.6.0
22872026-08-19T03:30:02.242Z Compiling usdt-attr-macro v0.6.0
22882026-08-19T03:30:02.242Z Compiling globset v0.4.18
22892026-08-19T03:30:02.242Z Compiling phf_shared v0.13.1
22902026-08-19T03:30:02.242Z Compiling crossbeam-epoch v0.9.18
22912026-08-19T03:30:02.989Z Compiling zerocopy v0.7.35
22922026-08-19T03:30:03.028Z Compiling regex v1.12.3
22932026-08-19T03:30:03.028Z Compiling serde_plain v1.0.2
22942026-08-19T03:30:03.028Z Compiling enum-as-inner v0.6.1
22952026-08-19T03:30:03.042Z Compiling serde_repr v0.1.20
22962026-08-19T03:30:03.505Z Compiling pem v3.0.6
22972026-08-19T03:30:03.552Z Compiling vergen v9.1.0
22982026-08-19T03:30:03.552Z Compiling cargo-platform v0.3.2
22992026-08-19T03:30:03.552Z Compiling ff v0.13.1
23002026-08-19T03:30:03.552Z Compiling filetime v0.2.27
23012026-08-19T03:30:03.552Z Compiling libbz2-rs-sys v0.2.2
23022026-08-19T03:30:03.552Z Compiling base16ct v0.2.0
23032026-08-19T03:30:03.552Z Compiling bitflags v1.3.2
23042026-08-19T03:30:03.552Z Compiling typed-path v0.9.3
23052026-08-19T03:30:03.585Z Compiling foldhash v0.1.5
23062026-08-19T03:30:04.888Z Compiling bumpalo v3.20.2
23072026-08-19T03:30:04.896Z Compiling xattr v1.6.1
23082026-08-19T03:30:04.896Z Compiling foldhash v0.2.0
23092026-08-19T03:30:04.896Z Compiling const-oid v0.10.2
23102026-08-19T03:30:04.896Z Compiling managed v0.8.0
23112026-08-19T03:30:04.896Z Compiling hashbrown v0.16.1
23122026-08-19T03:30:04.896Z Compiling digest v0.11.3
23132026-08-19T03:30:04.896Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23142026-08-19T03:30:04.896Z Compiling zopfli v0.8.3
23152026-08-19T03:30:04.896Z Compiling tar v0.4.46
23162026-08-19T03:30:04.896Z Compiling bzip2 v0.6.1
23172026-08-19T03:30:04.896Z Compiling hashbrown v0.15.5
23182026-08-19T03:30:04.896Z Compiling sec1 v0.7.3
23192026-08-19T03:30:04.951Z Compiling cargo_metadata v0.23.1
23202026-08-19T03:30:04.962Z Compiling dof v0.3.0
23212026-08-19T03:30:05.716Z Compiling group v0.13.0
23222026-08-19T03:30:05.754Z Compiling phf v0.13.1
23232026-08-19T03:30:05.754Z Compiling zstd v0.13.3
23242026-08-19T03:30:06.082Z Compiling reqwest v0.12.28
23252026-08-19T03:30:06.112Z Compiling signal-hook-mio v0.2.5
23262026-08-19T03:30:06.183Z Compiling cipher v0.5.2
23272026-08-19T03:30:07.182Z Compiling cookie_store v0.22.1
23282026-08-19T03:30:07.213Z Compiling postgres-types v0.2.12
23292026-08-19T03:30:07.213Z Compiling strum v0.27.2
23302026-08-19T03:30:07.213Z Compiling hubpack v0.1.2
23312026-08-19T03:30:07.213Z Compiling phf_shared v0.11.3
23322026-08-19T03:30:07.213Z Compiling hkdf v0.12.4
23332026-08-19T03:30:07.213Z Compiling dtrace-parser v0.2.0
23342026-08-19T03:30:07.213Z Compiling ed25519 v2.2.3
23352026-08-19T03:30:07.214Z Compiling byte-wrapper v0.1.0
23362026-08-19T03:30:07.214Z Compiling olpc-cjson v0.1.4
23372026-08-19T03:30:07.304Z Compiling serde-big-array v0.5.1
23382026-08-19T03:30:07.366Z Compiling crypto-bigint v0.5.5
23392026-08-19T03:30:07.372Z Compiling float-cmp v0.10.0
23402026-08-19T03:30:07.453Z Compiling memmap2 v0.9.10
23412026-08-19T03:30:07.480Z Compiling thread-id v4.2.2
23422026-08-19T03:30:07.831Z Compiling data-encoding v2.10.0
23432026-08-19T03:30:07.860Z Compiling precomputed-hash v0.1.1
23442026-08-19T03:30:07.861Z Compiling winnow v0.7.14
23452026-08-19T03:30:07.871Z Compiling keccak v0.1.6
23462026-08-19T03:30:07.975Z Compiling toml_write v0.1.2
23472026-08-19T03:30:08.070Z Compiling either v1.15.0
23482026-08-19T03:30:08.082Z Compiling normalize-line-endings v0.3.0
23492026-08-19T03:30:08.147Z Compiling fixedbitset v0.5.7
23502026-08-19T03:30:08.231Z Compiling winnow v1.0.3
23512026-08-19T03:30:08.430Z Compiling predicates-core v1.0.10
23522026-08-19T03:30:08.547Z Compiling difflib v0.4.0
23532026-08-19T03:30:08.573Z Compiling static_assertions v1.1.0
23542026-08-19T03:30:08.573Z Compiling fixedbitset v0.4.2
23552026-08-19T03:30:08.595Z Compiling whoami v2.1.0
23562026-08-19T03:30:08.760Z Compiling rayon-core v1.13.0
23572026-08-19T03:30:09.031Z Compiling new_debug_unreachable v1.0.6
23582026-08-19T03:30:09.039Z Compiling tokio-postgres v0.7.16
23592026-08-19T03:30:09.039Z Compiling string_cache v0.8.9
23602026-08-19T03:30:09.039Z Compiling petgraph v0.6.5
23612026-08-19T03:30:09.039Z Compiling predicates v3.1.4
23622026-08-19T03:30:09.110Z Compiling toml_parser v1.1.2+spec-1.1.0
23632026-08-19T03:30:09.202Z Compiling toml_edit v0.22.27
23642026-08-19T03:30:09.274Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23652026-08-19T03:30:09.585Z Compiling petgraph v0.8.3
23662026-08-19T03:30:09.729Z Compiling elliptic-curve v0.13.8
23672026-08-19T03:30:10.106Z Compiling itertools v0.13.0
23682026-08-19T03:30:12.579Z Compiling sha3 v0.10.8
23692026-08-19T03:30:12.648Z Compiling hickory-proto v0.25.2
23702026-08-19T03:30:12.648Z Compiling chacha20 v0.10.0
23712026-08-19T03:30:12.648Z Compiling usdt v0.6.0
23722026-08-19T03:30:12.648Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23732026-08-19T03:30:12.648Z Compiling ed25519-dalek v2.2.0
23742026-08-19T03:30:12.648Z Compiling zip v4.6.1
23752026-08-19T03:30:12.731Z Compiling crossterm v0.28.1
23762026-08-19T03:30:14.232Z Compiling iddqd v0.4.2
23772026-08-19T03:30:14.677Z Compiling similar v2.7.0
23782026-08-19T03:30:14.678Z Compiling serde_with v3.21.0
23792026-08-19T03:30:15.871Z Compiling tokio-stream v0.1.18
23802026-08-19T03:30:16.030Z Compiling buf-list v1.1.2
23812026-08-19T03:30:16.030Z Compiling half v2.7.1
23822026-08-19T03:30:16.031Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23832026-08-19T03:30:16.031Z Compiling openapiv3 v2.2.0
23842026-08-19T03:30:16.031Z Compiling peg-runtime v0.8.5
23852026-08-19T03:30:16.065Z Compiling ciborium-io v0.2.2
23862026-08-19T03:30:16.070Z Compiling lalrpop-util v0.19.12
23872026-08-19T03:30:16.424Z Compiling ciborium-ll v0.2.2
23882026-08-19T03:30:18.117Z Compiling crossbeam-deque v0.8.6
23892026-08-19T03:30:18.773Z Compiling camino-tempfile v1.4.1
23902026-08-19T03:30:18.773Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23912026-08-19T03:30:18.844Z Compiling blake3 v1.8.5
23922026-08-19T03:30:18.844Z Compiling fs-err v2.11.0
23932026-08-19T03:30:23.147Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23942026-08-19T03:30:24.873Z Compiling rustls-webpki v0.103.13
23952026-08-19T03:30:24.874Z Compiling ciborium v0.2.2
23962026-08-19T03:30:24.874Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23972026-08-19T03:30:24.874Z Compiling thread_local v1.1.9
23982026-08-19T03:30:24.874Z Compiling arrayvec v0.7.6
23992026-08-19T03:30:24.874Z Compiling slog-async v2.8.0
24002026-08-19T03:30:24.874Z Compiling arrayref v0.3.9
24012026-08-19T03:30:24.874Z Compiling constant_time_eq v0.4.2
24022026-08-19T03:30:24.874Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24032026-08-19T03:30:24.874Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24042026-08-19T03:30:24.874Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24052026-08-19T03:30:24.874Z Compiling toml v0.8.23
24062026-08-19T03:30:24.874Z Compiling atomicwrites v0.4.4
24072026-08-19T03:30:25.096Z Compiling digest-io v0.1.0
24082026-08-19T03:30:25.178Z Compiling sha2 v0.11.0
24092026-08-19T03:30:25.178Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24102026-08-19T03:30:25.179Z Compiling crossbeam-channel v0.5.15
24112026-08-19T03:30:25.450Z Compiling tokio-rustls v0.26.4
24122026-08-19T03:30:26.570Z Compiling rustls-platform-verifier v0.6.2
24132026-08-19T03:30:26.570Z Compiling tough v0.22.0
24142026-08-19T03:30:26.914Z Compiling hyper-rustls v0.27.7
24152026-08-19T03:30:26.914Z Compiling serde_path_to_error v0.1.20
24162026-08-19T03:30:26.914Z Compiling is-terminal v0.4.17
24172026-08-19T03:30:26.914Z Compiling debug-ignore v1.0.5
24182026-08-19T03:30:26.914Z Compiling indent_write v2.2.0
24192026-08-19T03:30:26.914Z Compiling topological-sort v0.2.2
24202026-08-19T03:30:26.914Z Compiling reqwest v0.13.2
24212026-08-19T03:30:26.914Z Compiling parse-size v1.1.0
24222026-08-19T03:30:26.914Z Compiling take_mut v0.2.2
24232026-08-19T03:30:26.914Z Compiling rawzip v0.4.4
24242026-08-19T03:30:26.914Z Compiling term v1.2.1
24252026-08-19T03:30:26.914Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24262026-08-19T03:30:26.915Z Compiling slog-term v2.9.2
24272026-08-19T03:30:26.960Z Compiling shell-words v1.1.1
24282026-08-19T03:30:29.961Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24292026-08-19T03:30:34.316Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24302026-08-19T03:30:37.283Z Compiling omicron-zone-package v0.12.3
24312026-08-19T03:30:38.519Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24322026-08-19T03:30:39.850Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24332026-08-19T03:30:39.850Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24342026-08-19T03:30:41.890Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24352026-08-19T03:30:53.950Z Finished `release` profile [optimized] target(s) in 1m 29s
24362026-08-19T03:30:54.102Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24372026-08-19T03:30:54.145ZAug 19 03:30:53.018 DEBG changing working directory to /work/oxidecomputer/omicron
24382026-08-19T03:30:54.236ZAug 19 03:30:53.113 DEBG running: git rev-parse HEAD
24392026-08-19T03:30:54.251ZAug 19 03:30:53.116 DEBG process exited with exit status: 0 (2.327962ms)
24402026-08-19T03:30:54.252ZAug 19 03:30:53.116 INFO version: 23.0.0-0.ci+git2e55f4ddac2
24412026-08-19T03:30:54.252ZAug 19 03:30:53.124 INFO cloning helios to /work/oxidecomputer/helios
24422026-08-19T03:30:54.252ZAug 19 03:30:53.124 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24432026-08-19T03:30:54.252ZCloning into '/work/oxidecomputer/helios'...
24442026-08-19T03:30:56.090ZAug 19 03:30:53.747 DEBG process exited with exit status: 0 (622.432019ms)
24452026-08-19T03:30:56.090ZAug 19 03:30:53.747 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24462026-08-19T03:30:56.181ZAug 19 03:30:53.749 DEBG process exited with exit status: 0 (2.528822ms)
24472026-08-19T03:30:56.182ZAug 19 03:30:53.749 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24482026-08-19T03:30:56.182ZAug 19 03:30:54.110 DEBG process exited with exit status: 0 (360.353181ms)
24492026-08-19T03:30:56.182ZAug 19 03:30:54.110 DEBG running: zfs list rpool/images/build/host
24502026-08-19T03:30:56.182ZNAME USED AVAIL REFER MOUNTPOINT
24512026-08-19T03:30:56.182Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24522026-08-19T03:30:56.182ZAug 19 03:30:54.114 DEBG process exited with exit status: 0 (4.354803ms)
24532026-08-19T03:30:56.182ZAug 19 03:30:54.114 DEBG running: zfs list rpool/images/build/recovery
24542026-08-19T03:30:56.182ZNAME USED AVAIL REFER MOUNTPOINT
24552026-08-19T03:30:56.182Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24562026-08-19T03:30:56.182ZAug 19 03:30:54.117 DEBG process exited with exit status: 0 (3.259822ms)
24572026-08-19T03:30:56.182ZAug 19 03:30:54.117 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24582026-08-19T03:30:56.182ZAug 19 03:30:54.130 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
24592026-08-19T03:30:56.182ZAug 19 03:30:54.130 INFO [incorp-manifest] running task
24602026-08-19T03:30:56.182ZAug 19 03:30:54.130 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24612026-08-19T03:30:56.182ZAug 19 03:30:54.130 INFO [hubris-production] running task
24622026-08-19T03:30:56.182ZAug 19 03:30:54.130 INFO [hubris-staging] running task
24632026-08-19T03:30:56.182ZAug 19 03:30:54.131 INFO [incorp-create] running: pkgrepo create /work/incorporation
24642026-08-19T03:30:56.182ZAug 19 03:30:54.132 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
24652026-08-19T03:30:56.182ZAug 19 03:30:54.133 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24662026-08-19T03:30:56.182Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24672026-08-19T03:30:56.182Z[ omicron-package] Blocking waiting for file lock on package cache
24682026-08-19T03:30:56.182ZAug 19 03:30:54.366 INFO [incorp-create] process exited with exit status: 0 (235.156517ms)
24692026-08-19T03:30:56.182ZAug 19 03:30:54.366 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24702026-08-19T03:30:56.183ZAug 19 03:30:54.692 INFO [incorp-publisher] process exited with exit status: 0 (325.728446ms)
24712026-08-19T03:30:56.183Z[ omicron-package] Blocking waiting for file lock on package cache
24722026-08-19T03:30:56.945ZAug 19 03:30:55.230 INFO [hubris-production] task succeeded (1.099786909s)
24732026-08-19T03:30:57.178ZAug 19 03:30:55.776 DEBG process exited with exit status: 0 (1.64516649s)
24742026-08-19T03:30:57.178ZAug 19 03:30:55.776 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24752026-08-19T03:30:57.418Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24762026-08-19T03:30:57.418Z[ omicron-package] Compiling macaddr v1.0.1
24772026-08-19T03:30:57.440Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24782026-08-19T03:30:57.441Z[ omicron-package] Compiling itertools v0.15.0
24792026-08-19T03:30:57.964Z[ omicron-package] Compiling secrecy v0.10.3
24802026-08-19T03:30:57.964Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24812026-08-19T03:30:57.976Z[ omicron-package] Compiling heapless v0.8.0
24822026-08-19T03:30:57.976Z[ omicron-package] Compiling hash32 v0.3.1
24832026-08-19T03:30:57.976Z[ omicron-package] Compiling inout v0.1.4
24842026-08-19T03:30:57.976Z[ omicron-package] Compiling multer v3.1.0
24852026-08-19T03:30:57.976Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24862026-08-19T03:30:57.976Z[ omicron-package] Compiling unicode-width v0.2.0
24872026-08-19T03:30:57.976Z[ omicron-package] Compiling compression-core v0.4.31
24882026-08-19T03:30:57.976Z[ omicron-package] Compiling smoltcp v0.11.0
24892026-08-19T03:30:57.976Z[ omicron-package] Compiling match_cfg v0.1.0
24902026-08-19T03:30:57.976Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24912026-08-19T03:30:58.166Z[ omicron-package] Compiling slog-json v2.6.1
24922026-08-19T03:30:58.248Z[ omicron-package] Compiling cipher v0.4.4
24932026-08-19T03:30:58.297Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24942026-08-19T03:30:58.318Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24952026-08-19T03:30:58.825Z[ omicron-package] Compiling cobs v0.3.0
24962026-08-19T03:30:58.849Z[ omicron-package] Compiling universal-hash v0.5.1
24972026-08-19T03:30:58.849Z[ omicron-package] Compiling hostname v0.3.1
24982026-08-19T03:30:58.849Z[ omicron-package] Compiling compression-codecs v0.4.37
24992026-08-19T03:30:58.849Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25002026-08-19T03:30:58.849Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25012026-08-19T03:30:58.849Z[ omicron-package] Compiling dropshot v0.17.1
25022026-08-19T03:30:58.849Z[ omicron-package] Compiling serde_spanned v1.1.1
25032026-08-19T03:30:58.855Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25042026-08-19T03:31:01.934Z[ omicron-package] Compiling async-stream-impl v0.3.6
25052026-08-19T03:31:03.423Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25062026-08-19T03:31:03.423Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25072026-08-19T03:31:03.423Z[ omicron-package] Compiling opaque-debug v0.3.1
25082026-08-19T03:31:03.423ZAug 19 03:30:57.937 DEBG process exited with exit status: 0 (2.161743809s)
25092026-08-19T03:31:03.423ZAug 19 03:30:57.938 INFO [incorp-manifest] task succeeded (3.808028389s)
25102026-08-19T03:31:03.423ZAug 19 03:30:57.938 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25112026-08-19T03:31:03.423Z[ omicron-package] Compiling convert_case v0.4.0
25122026-08-19T03:31:03.424Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25132026-08-19T03:31:03.424Z[ omicron-package] Compiling poly1305 v0.8.0
25142026-08-19T03:31:03.424Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25152026-08-19T03:31:03.424Z[ omicron-package] Compiling async-compression v0.4.41
25162026-08-19T03:31:03.424Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25172026-08-19T03:31:03.424Z[ omicron-package] Compiling slog-bunyan v2.5.0
25182026-08-19T03:31:03.424ZAug 19 03:30:58.165 INFO [incorp-fmt] process exited with exit status: 0 (226.53071ms)
25192026-08-19T03:31:03.424ZAug 19 03:30:58.165 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25202026-08-19T03:31:03.424Z[ omicron-package] Compiling postcard v1.1.3
25212026-08-19T03:31:03.424Z[ omicron-package] Compiling chacha20 v0.9.1
25222026-08-19T03:31:03.424Z[ omicron-package] Compiling derive_more v0.99.20
25232026-08-19T03:31:03.424Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25242026-08-19T03:31:03.424Z[ omicron-package] Compiling num_enum_derive v0.7.6
25252026-08-19T03:31:03.424Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260819T033058Z
25262026-08-19T03:31:03.424Z[ incorp-pkgsend] PUBLISHED
25272026-08-19T03:31:03.425Z[ omicron-package] Compiling async-stream v0.3.6
25282026-08-19T03:31:03.425ZAug 19 03:30:58.636 INFO [incorp-pkgsend] process exited with exit status: 0 (470.358204ms)
25292026-08-19T03:31:03.425ZAug 19 03:30:58.636 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25302026-08-19T03:31:03.425Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25312026-08-19T03:31:03.425Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25322026-08-19T03:31:03.425Z[ helios-incorp] Retrieving packages for publisher helios ...
25332026-08-19T03:31:03.425Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25342026-08-19T03:31:03.425Z[ omicron-package] Compiling sha1 v0.11.0
25352026-08-19T03:31:03.425Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25362026-08-19T03:31:03.425Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25372026-08-19T03:31:03.425Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25382026-08-19T03:31:03.425Z[ helios-incorp]
25392026-08-19T03:31:03.425Z[ helios-incorp] Archiving packages ...
25402026-08-19T03:31:03.425Z[ helios-incorp] Packages to add: 1
25412026-08-19T03:31:03.425Z[ helios-incorp] Files to retrieve: 0
25422026-08-19T03:31:03.425Z[ helios-incorp] Estimated transfer size: 0.00 B
25432026-08-19T03:31:03.425Z[ helios-incorp]
25442026-08-19T03:31:03.425Z[ helios-incorp] Packages to archive:
25452026-08-19T03:31:03.426Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260819T033058Z
25462026-08-19T03:31:03.426Z[ helios-incorp]
25472026-08-19T03:31:03.426Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25482026-08-19T03:31:03.426Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25492026-08-19T03:31:03.426Z[ omicron-package] Compiling progenitor-client v0.14.0
25502026-08-19T03:31:03.426Z[ omicron-package] Compiling ingot-macros v0.2.0
25512026-08-19T03:31:03.426Z[ omicron-package] Compiling parse-display-derive v0.10.0
25522026-08-19T03:31:03.426ZAug 19 03:30:59.000 INFO [helios-incorp] process exited with exit status: 0 (364.282034ms)
25532026-08-19T03:31:03.426Z[ omicron-package] Compiling waitgroup v0.1.2
25542026-08-19T03:31:03.426Z[ omicron-package] Compiling backon v1.6.0
25552026-08-19T03:31:03.426Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25562026-08-19T03:31:03.426Z[ omicron-package] Compiling password-hash v0.5.0
25572026-08-19T03:31:03.426Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25582026-08-19T03:31:03.426Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25592026-08-19T03:31:03.426Z[ omicron-package] Compiling blake2 v0.10.6
25602026-08-19T03:31:03.426Z[ omicron-package] Compiling aead v0.5.2
25612026-08-19T03:31:03.426Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25622026-08-19T03:31:03.426Z[ omicron-package] Compiling proc-macro-error v1.0.4
25632026-08-19T03:31:03.426Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25642026-08-19T03:31:03.426Z[ omicron-package] Compiling instant v0.1.13
25652026-08-19T03:31:03.426Z[ omicron-package] Compiling hostname v0.4.2
25662026-08-19T03:31:03.427Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25672026-08-19T03:31:03.427Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25682026-08-19T03:31:03.427Z[ omicron-package] Compiling backoff v0.4.0
25692026-08-19T03:31:03.427Z[ omicron-package] Compiling num_enum v0.7.6
25702026-08-19T03:31:03.427Z[ omicron-package] Compiling argon2 v0.5.3
25712026-08-19T03:31:03.427Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25722026-08-19T03:31:03.427Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25732026-08-19T03:31:03.427Z[ omicron-package] Compiling progenitor-extras v0.2.0
25742026-08-19T03:31:03.427Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25752026-08-19T03:31:03.427Z[ omicron-package] Compiling vsss-rs v3.3.4
25762026-08-19T03:31:03.427Z[ omicron-package] Compiling tabwriter v1.4.1
25772026-08-19T03:31:03.427Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25782026-08-19T03:31:03.504Z[ omicron-package] Compiling parse-display v0.10.0
25792026-08-19T03:31:03.504Z[ omicron-package] Compiling num_enum_derive v0.5.11
25802026-08-19T03:31:03.504Z[ omicron-package] Compiling regress v0.10.5
25812026-08-19T03:31:03.504Z[ omicron-package] Compiling foreign-types v0.5.0
25822026-08-19T03:31:03.504Z[ omicron-package] Compiling itertools v0.14.0
25832026-08-19T03:31:03.504Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25842026-08-19T03:31:03.504Z[ omicron-package] Compiling cstr-argument v0.1.2
25852026-08-19T03:31:03.504Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25862026-08-19T03:31:03.504Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25872026-08-19T03:31:03.504Z[ omicron-package] Compiling humantime v2.3.0
25882026-08-19T03:31:03.504Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25892026-08-19T03:31:03.505Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25902026-08-19T03:31:03.505Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25912026-08-19T03:31:03.505Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25922026-08-19T03:31:03.505Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25932026-08-19T03:31:03.505Z[ omicron-package] Compiling rayon v1.11.0
25942026-08-19T03:31:03.505Z[ omicron-package] Compiling num_enum v0.5.11
25952026-08-19T03:31:03.505Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25962026-08-19T03:31:03.505Z[ omicron-package] Compiling rand v0.10.1
25972026-08-19T03:31:03.505Z[ omicron-package] Compiling ingot-types v0.2.0
25982026-08-19T03:31:03.505Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25992026-08-19T03:31:03.505Z[ omicron-package] Compiling libefi-sys v0.1.0
26002026-08-19T03:31:03.505Z[ omicron-package] Compiling colored v3.1.1
26012026-08-19T03:31:03.505Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26022026-08-19T03:31:03.505Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26032026-08-19T03:31:03.955Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26042026-08-19T03:31:04.009Z[ omicron-package] Compiling ingot v0.2.1
26052026-08-19T03:31:04.009Z[ omicron-package] Compiling itertools v0.12.1
26062026-08-19T03:31:04.009Z[ omicron-package] Compiling usdt-macro v0.5.0
26072026-08-19T03:31:04.009Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26082026-08-19T03:31:04.010Z[ omicron-package] Compiling memmap v0.7.0
26092026-08-19T03:31:04.048Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26102026-08-19T03:31:04.316Z[ omicron-package] Compiling sigpipe v0.1.3
26112026-08-19T03:31:04.367Z[ omicron-package] Compiling bitfield-struct v0.6.2
26122026-08-19T03:31:04.367Z[ omicron-package] Compiling num-derive v0.4.2
26132026-08-19T03:31:04.367Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26142026-08-19T03:31:04.367Z[ omicron-package] Compiling swrite v0.1.0
26152026-08-19T03:31:04.367Z[ omicron-package] Compiling glob v0.3.3
26162026-08-19T03:31:05.278Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26172026-08-19T03:31:05.315Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26182026-08-19T03:31:05.315Z[ omicron-package] Compiling usdt v0.5.0
26192026-08-19T03:31:05.315Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202026-08-19T03:31:05.315Z[ omicron-package] Compiling smf v0.2.3
26212026-08-19T03:31:05.315Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222026-08-19T03:31:05.315Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232026-08-19T03:31:05.338Z[ omicron-package] Compiling whoami v1.6.1
26242026-08-19T03:31:05.513Z[ omicron-package] Compiling zone v0.3.1
26252026-08-19T03:31:05.603Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26262026-08-19T03:31:05.603Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26272026-08-19T03:31:05.611Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26282026-08-19T03:31:05.628Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26292026-08-19T03:31:05.715Z[ omicron-package] Compiling console v0.16.2
26302026-08-19T03:31:05.987Z[ omicron-package] Compiling gethostname v0.5.0
26312026-08-19T03:31:06.067Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26322026-08-19T03:31:06.871Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26332026-08-19T03:31:07.327Z[ omicron-package] Compiling unit-prefix v0.5.2
26342026-08-19T03:31:07.327Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26352026-08-19T03:31:07.327Z[ omicron-package] Compiling indicatif v0.18.4
26362026-08-19T03:31:07.991Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26372026-08-19T03:31:10.560Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26382026-08-19T03:31:10.609Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26392026-08-19T03:31:11.925Z[ helios-setup] Aug 19 03:31:10.083 INFO helios repository root is: /work/oxidecomputer/helios
26402026-08-19T03:31:11.943Z[ helios-setup] Aug 19 03:31:10.084 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26412026-08-19T03:31:11.943Z[ helios-setup] Aug 19 03:31:10.085 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
26422026-08-19T03:31:11.943Z[ helios-setup] Aug 19 03:31:10.085 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26432026-08-19T03:31:11.943Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26442026-08-19T03:31:11.943Z[ helios-setup] Aug 19 03:31:10.584 INFO clone ok!, project: pinprick
26452026-08-19T03:31:11.943Z[ helios-setup] Aug 19 03:31:10.584 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
26462026-08-19T03:31:11.943Z[ helios-setup] Aug 19 03:31:10.584 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26472026-08-19T03:31:11.943Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26482026-08-19T03:31:13.559Z[ helios-setup] Aug 19 03:31:11.607 INFO clone ok!, project: phbl
26492026-08-19T03:31:13.588Z[ helios-setup] Aug 19 03:31:11.607 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
26502026-08-19T03:31:13.589Z[ helios-setup] Aug 19 03:31:11.607 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26512026-08-19T03:31:13.589Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26522026-08-19T03:31:13.589ZAug 19 03:31:12.057 INFO [hubris-staging] task succeeded (17.926168085s)
26532026-08-19T03:31:13.589Z[ helios-setup] Aug 19 03:31:12.140 INFO clone ok!, project: image-builder
26542026-08-19T03:31:13.589Z[ helios-setup] Aug 19 03:31:12.140 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
26552026-08-19T03:31:13.589Z[ helios-setup] Aug 19 03:31:12.140 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26562026-08-19T03:31:13.589Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26572026-08-19T03:31:13.756Z[ helios-setup] Aug 19 03:31:12.637 INFO clone ok!, project: bootserver
26582026-08-19T03:31:13.756Z[ helios-setup] Aug 19 03:31:12.638 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
26592026-08-19T03:31:13.783Z[ helios-setup] Aug 19 03:31:12.638 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
26602026-08-19T03:31:13.783Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26612026-08-19T03:31:14.551Z[ helios-setup] Aug 19 03:31:13.433 INFO clone ok!, project: amd-host-image-builder
26622026-08-19T03:31:14.571Z[ helios-setup] Aug 19 03:31:13.433 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
26632026-08-19T03:31:14.571Z[ helios-setup] Aug 19 03:31:13.433 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26642026-08-19T03:31:14.571Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26652026-08-19T03:31:19.239Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26662026-08-19T03:31:24.039Z[ helios-setup] Aug 19 03:31:19.971 INFO clone ok!, project: amd-firmware
26672026-08-19T03:31:25.782Z[ helios-setup] Aug 19 03:31:19.971 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
26682026-08-19T03:31:25.782Z[ helios-setup] Aug 19 03:31:19.971 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26692026-08-19T03:31:25.782Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26702026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:20.776 INFO clone ok!, project: chelsio-t6-roms
26712026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:20.776 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
26722026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:20.776 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26732026-08-19T03:31:25.783Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26742026-08-19T03:31:25.783Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26752026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:21.520 INFO clone ok!, project: pilot
26762026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:21.520 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
26772026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:21.520 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26782026-08-19T03:31:25.783Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26792026-08-19T03:31:25.783Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26802026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:22.181 INFO clone ok!, project: dmar-report
26812026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:22.181 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26822026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:22.181 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26832026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:22.182 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26842026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:22.443 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26852026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:22.678 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26862026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:22.678 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26872026-08-19T03:31:25.783Z[ helios-setup] Aug 19 03:31:22.909 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26882026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.152 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26892026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.152 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26902026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.383 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26912026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.638 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26922026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.638 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26932026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.638 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26942026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.638 INFO ok!
26952026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.638 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26962026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.638 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26972026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.638 INFO ok!
26982026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.638 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26992026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.638 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27002026-08-19T03:31:25.863Z[ helios-setup] Aug 19 03:31:23.638 INFO ok!
27012026-08-19T03:31:25.864Z[ helios-setup] Aug 19 03:31:23.638 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27022026-08-19T03:31:25.864Z[ helios-setup] Aug 19 03:31:23.646 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
27032026-08-19T03:31:25.864Z[ helios-setup] Aug 19 03:31:23.646 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27042026-08-19T03:31:25.864Z[ helios-setup] Aug 19 03:31:23.646 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27052026-08-19T03:31:25.864Z[ helios-setup] Aug 19 03:31:23.783 INFO E| Downloading crates ...
27062026-08-19T03:31:25.864Z[ helios-setup] Aug 19 03:31:23.828 INFO E| Downloaded adler2 v2.0.0
27072026-08-19T03:31:25.864Z[ helios-setup] Aug 19 03:31:23.837 INFO E| Downloaded miniz_oxide v0.8.8
27082026-08-19T03:31:25.864Z[ helios-setup] Aug 19 03:31:23.868 INFO E| Compiling adler2 v2.0.0
27092026-08-19T03:31:25.864Z[ helios-setup] Aug 19 03:31:23.939 INFO E| Compiling miniz_oxide v0.8.8
27102026-08-19T03:31:26.436Z[ helios-setup] Aug 19 03:31:24.730 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27112026-08-19T03:31:26.519Z[ helios-setup] Aug 19 03:31:25.087 INFO E| Finished `release` profile [optimized] target(s) in 1.43s
27122026-08-19T03:31:26.519Z[ helios-setup] Aug 19 03:31:25.095 INFO building project "pinprick" ok (1 seconds)
27132026-08-19T03:31:26.519Z[ helios-setup] Aug 19 03:31:25.095 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27142026-08-19T03:31:32.861Z[ omicron-package] Finished `release` profile [optimized] target(s) in 37.53s
27152026-08-19T03:31:33.028Z[ omicron-package]
27162026-08-19T03:31:33.028Z[ omicron-package] real 37.711503525
27172026-08-19T03:31:33.028Z[ omicron-package] user 3:46.886055626
27182026-08-19T03:31:33.028Z[ omicron-package] sys 26.490099884
27192026-08-19T03:31:33.059Z[ omicron-package] trap 0.436492914
27202026-08-19T03:31:33.059Z[ omicron-package] tflt 0.512095834
27212026-08-19T03:31:33.059Z[ omicron-package] dflt 2.335194734
27222026-08-19T03:31:33.059Z[ omicron-package] kflt 0.000314160
27232026-08-19T03:31:33.059Z[ omicron-package] lock 10:52.758641260
27242026-08-19T03:31:33.059Z[ omicron-package] slp 5:54.407046854
27252026-08-19T03:31:33.059Z[ omicron-package] lat 43.462518970
27262026-08-19T03:31:33.060Z[ omicron-package] stop 1:38.435993521
27272026-08-19T03:31:33.060ZAug 19 03:31:31.904 INFO [omicron-package] process exited with exit status: 0 (37.772137131s)
27282026-08-19T03:31:33.060ZAug 19 03:31:31.905 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27292026-08-19T03:31:33.060ZAug 19 03:31:31.905 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27302026-08-19T03:31:33.060Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27312026-08-19T03:31:33.060Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27322026-08-19T03:31:33.060Z[ recovery-target] Created new build target 'recovery' and set it as active
27332026-08-19T03:31:33.060Z[ host-target] Created new build target 'host' and set it as active
27342026-08-19T03:31:33.060ZAug 19 03:31:31.917 INFO [recovery-target] process exited with exit status: 0 (12.352489ms)
27352026-08-19T03:31:33.060ZAug 19 03:31:31.917 INFO [host-target] process exited with exit status: 0 (11.937059ms)
27362026-08-19T03:31:33.060ZAug 19 03:31:31.917 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27372026-08-19T03:31:33.060Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27382026-08-19T03:31:34.663Z[ host-package] Compiling heck v0.5.0
27392026-08-19T03:31:34.663Z[ host-package] Compiling regress v0.11.1
27402026-08-19T03:31:34.871Z[ host-package] Compiling unsafe-libyaml v0.2.11
27412026-08-19T03:31:34.902Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27422026-08-19T03:31:34.937Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27432026-08-19T03:31:34.962Z[ host-package] Compiling derive-where v1.6.0
27442026-08-19T03:31:34.962Z[ host-package] Compiling bytecount v0.6.9
27452026-08-19T03:31:35.009Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27462026-08-19T03:31:35.009Z[ host-package] Compiling atomicwrites v0.4.4
27472026-08-19T03:31:35.019Z[ host-package] Compiling is-terminal v0.4.17
27482026-08-19T03:31:35.020Z[ host-package] Compiling prettyplease v0.2.37
27492026-08-19T03:31:35.020Z[ host-package] Compiling console v0.15.11
27502026-08-19T03:31:35.020Z[ host-package] Compiling newline-converter v0.3.0
27512026-08-19T03:31:35.051Z[ host-package] Compiling slog-dtrace v0.3.0
27522026-08-19T03:31:35.103Z[ host-package] Compiling resolv-conf v0.7.6
27532026-08-19T03:31:35.166Z[ host-package] Compiling num-rational v0.4.2
27542026-08-19T03:31:35.222Z[ host-package] Compiling num-complex v0.4.6
27552026-08-19T03:31:35.251Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27562026-08-19T03:31:35.263Z[ host-package] Compiling thread_local v1.1.9
27572026-08-19T03:31:35.373Z[ host-package] Compiling cancel-safe-futures v0.1.5
27582026-08-19T03:31:35.562Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27592026-08-19T03:31:35.591Z[ host-package] Compiling expectorate v1.2.0
27602026-08-19T03:31:35.690Z[ host-package] Compiling unicode-width v0.1.14
27612026-08-19T03:31:35.735Z[ host-package] Compiling compression-core v0.4.31
27622026-08-19T03:31:35.814Z[ host-package] Compiling match_cfg v0.1.0
27632026-08-19T03:31:35.835Z[ host-package] Compiling num v0.4.3
27642026-08-19T03:31:35.904Z[ host-package] Compiling hostname v0.3.1
27652026-08-19T03:31:35.916Z[ host-package] Compiling multer v3.1.0
27662026-08-19T03:31:35.949Z[ host-package] Compiling compression-codecs v0.4.37
27672026-08-19T03:31:35.949Z[ host-package] Compiling slog-async v2.8.0
27682026-08-19T03:31:35.982Z[ host-package] Compiling crossbeam-channel v0.5.15
27692026-08-19T03:31:36.038Z[ host-package] Compiling slog-json v2.6.1
27702026-08-19T03:31:36.047Z[ host-package] Compiling serde_spanned v1.1.1
27712026-08-19T03:31:36.060Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27722026-08-19T03:31:36.077Z[ host-package] Compiling term v1.2.1
27732026-08-19T03:31:36.212Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27742026-08-19T03:31:36.226Z[ host-package] Compiling take_mut v0.2.2
27752026-08-19T03:31:36.251Z[ host-package] Compiling oxide-update-engine-types v0.1.2
27762026-08-19T03:31:36.296Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27772026-08-19T03:31:36.323Z[ host-package] Compiling linked-hash-map v0.5.6
27782026-08-19T03:31:36.323Z[ host-package] Compiling float-ord v0.3.2
27792026-08-19T03:31:36.386Z[ host-package] Compiling slog-bunyan v2.5.0
27802026-08-19T03:31:36.461Z[ host-package] Compiling slog-term v2.9.2
27812026-08-19T03:31:36.474Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27822026-08-19T03:31:36.525Z[ host-package] Compiling lru-cache v0.1.2
27832026-08-19T03:31:36.539Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27842026-08-19T03:31:36.575Z[ host-package] Compiling typify-impl v0.6.2
27852026-08-19T03:31:36.584Z[ host-package] Compiling async-compression v0.4.41
27862026-08-19T03:31:37.010Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27872026-08-19T03:31:37.061Z[ host-package] Compiling dropshot v0.17.1
27882026-08-19T03:31:37.095Z[ host-package] Compiling async-stream v0.3.6
27892026-08-19T03:31:37.136Z[ host-package] Compiling sha1 v0.11.0
27902026-08-19T03:31:37.151Z[ host-package] Compiling progenitor-client v0.14.0
27912026-08-19T03:31:37.151Z[ host-package] Compiling waitgroup v0.1.2
27922026-08-19T03:31:37.158Z[ host-package] Compiling rustls-pemfile v2.2.0
27932026-08-19T03:31:37.310Z[ host-package] Compiling backon v1.6.0
27942026-08-19T03:31:37.418Z[ host-package] Compiling serde_path_to_error v0.1.20
27952026-08-19T03:31:37.443Z[ host-package] Compiling hostname v0.4.2
27962026-08-19T03:31:37.483Z[ host-package] Compiling instant v0.1.13
27972026-08-19T03:31:37.592Z[ host-package] Compiling linear-map v1.2.0
27982026-08-19T03:31:37.611Z[ host-package] Compiling minimal-lexical v0.2.1
27992026-08-19T03:31:37.652Z[ host-package] Compiling debug-ignore v1.0.5
28002026-08-19T03:31:37.683Z[ host-package] Compiling backoff v0.4.0
28012026-08-19T03:31:37.715Z[ host-package] Compiling progenitor-extras v0.2.0
28022026-08-19T03:31:37.915Z[ host-package] Compiling oxide-update-engine v0.1.2
28032026-08-19T03:31:37.963Z[ host-package] Compiling nom v7.1.3
28042026-08-19T03:31:37.963Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28052026-08-19T03:31:37.963Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28062026-08-19T03:31:38.018Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28072026-08-19T03:31:38.056Z[ host-package] Compiling parse-display v0.10.0
28082026-08-19T03:31:38.067Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28092026-08-19T03:31:38.207Z[ host-package] Compiling hickory-proto v0.24.4
28102026-08-19T03:31:38.468Z[ host-package] Compiling regress v0.10.5
28112026-08-19T03:31:38.791Z[ host-package] Compiling itertools v0.14.0
28122026-08-19T03:31:39.075Z[ host-package] Compiling macaddr v1.0.1
28132026-08-19T03:31:40.863Z[ host-package] Compiling unicode-xid v0.2.6
28142026-08-19T03:31:51.431Z[ host-package] Compiling humantime v2.3.0
28152026-08-19T03:31:51.431Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28162026-08-19T03:31:51.431Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28172026-08-19T03:31:51.431Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28182026-08-19T03:31:51.431Z[ host-package] Compiling convert_case v0.10.0
28192026-08-19T03:31:51.431Z[ host-package] Compiling owo-colors v4.3.0
28202026-08-19T03:31:51.431Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28212026-08-19T03:31:51.431Z[ host-package] Compiling derive_more-impl v2.1.1
28222026-08-19T03:31:51.431Z[ host-package] Compiling toml v0.8.23
28232026-08-19T03:31:51.431Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28242026-08-19T03:31:51.431Z[ host-package] Compiling typify-macro v0.6.2
28252026-08-19T03:31:51.431Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28262026-08-19T03:31:51.431Z[ host-package] Compiling papergrid v0.11.0
28272026-08-19T03:31:51.431Z[ host-package] Compiling tabled_derive v0.7.0
28282026-08-19T03:31:51.432Z[ host-package] Compiling hickory-resolver v0.24.4
28292026-08-19T03:31:51.432Z[ host-package] Compiling derive_more v2.1.1
28302026-08-19T03:31:51.700Z[ host-package] Compiling termtree v0.5.1
28312026-08-19T03:31:51.700Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28322026-08-19T03:31:51.700Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28332026-08-19T03:31:51.700Z[ host-package] Compiling crossterm v0.29.0
28342026-08-19T03:32:01.868Z[ host-package] Compiling tabled v0.15.0
28352026-08-19T03:32:01.868Z[ host-package] Compiling phf_shared v0.12.1
28362026-08-19T03:32:01.868Z[ host-package] Compiling typify v0.6.2
28372026-08-19T03:32:01.868Z[ host-package] Compiling progenitor-impl v0.14.0
28382026-08-19T03:32:01.868Z[ host-package] Compiling qorb v0.4.1
28392026-08-19T03:32:01.868Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28402026-08-19T03:32:01.868Z[ host-package] Compiling csv-core v0.1.13
28412026-08-19T03:32:01.868Z[ host-package] Compiling vte v0.14.1
28422026-08-19T03:32:01.868Z[ host-package] Compiling chrono-tz v0.10.4
28432026-08-19T03:32:01.868Z[ host-package] Compiling highway v1.3.0
28442026-08-19T03:32:01.868Z[ host-package] Compiling progenitor-macro v0.14.0
28452026-08-19T03:32:01.868Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28462026-08-19T03:32:01.868Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28472026-08-19T03:32:01.868Z[ host-package] Compiling csv v1.4.0
28482026-08-19T03:32:01.868Z[ host-package] Compiling phf v0.12.1
28492026-08-19T03:32:01.868Z[ host-package] Compiling const_format_proc_macros v0.2.34
28502026-08-19T03:32:01.868Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-08-19T03:32:01.868Z[ host-package] Compiling fd-lock v4.0.4
28522026-08-19T03:32:01.868Z[ host-package] Compiling peg-macros v0.8.5
28532026-08-19T03:32:01.868Z[ host-package] Compiling nu-ansi-term v0.50.3
28542026-08-19T03:32:01.868Z[ host-package] Compiling const_format v0.2.35
28552026-08-19T03:32:01.868Z[ host-package] Compiling reedline v0.40.0
28562026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.271 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')"
28572026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.271 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28582026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.280 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
28592026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.280 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28602026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.280 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28612026-08-19T03:32:01.869Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28622026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.389 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28632026-08-19T03:32:01.869Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
28642026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.706 INFO E| From https://github.com/jclulow/rust-jmclib
28652026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.706 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28662026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.718 INFO E| Updating crates.io index
28672026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.778 INFO E| Downloading crates ...
28682026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.837 INFO E| Downloaded glob v0.3.1
28692026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.848 INFO E| Downloaded errno v0.3.1
28702026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.851 INFO E| Downloaded quote v1.0.31
28712026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.856 INFO E| Downloaded fastrand v2.0.0
28722026-08-19T03:32:01.869Z[ helios-setup] Aug 19 03:31:46.862 INFO E| Downloaded libdevinfo-sys v1.0.0
28732026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.869 INFO E| Downloaded block-buffer v0.9.0
28742026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.870 INFO E| Downloaded itoa v1.0.9
28752026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.871 INFO E| Downloaded cpufeatures v0.2.9
28762026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.877 INFO E| Downloaded digest v0.9.0
28772026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.878 INFO E| Downloaded opaque-debug v0.3.0
28782026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.879 INFO E| Downloaded md-5 v0.9.1
28792026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.885 INFO E| Downloaded walkdir v2.3.3
28802026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.886 INFO E| Downloaded proc-macro2 v1.0.66
28812026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.887 INFO E| Downloaded getrandom v0.2.10
28822026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.889 INFO E| Downloaded anyhow v1.0.72
28832026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.891 INFO E| Downloaded sha-1 v0.9.8
28842026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.892 INFO E| Downloaded unicode-width v0.1.10
28852026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.893 INFO E| Downloaded once_cell v1.18.0
28862026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.895 INFO E| Downloaded ryu v1.0.15
28872026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.900 INFO E| Downloaded uuid v0.8.2
28882026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.902 INFO E| Downloaded bitflags v2.3.3
28892026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.903 INFO E| Downloaded serde_derive v1.0.193
28902026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.910 INFO E| Downloaded tempfile v3.7.0
28912026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.912 INFO E| Downloaded typenum v1.16.0
28922026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.913 INFO E| Downloaded unicode-ident v1.0.11
28932026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.915 INFO E| Downloaded toml v0.5.11
28942026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.917 INFO E| Downloaded serde v1.0.193
28952026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.920 INFO E| Downloaded serde_json v1.0.103
28962026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.962 INFO E| Downloaded syn v2.0.32
28972026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.969 INFO E| Downloaded rustix v0.38.4
28982026-08-19T03:32:01.870Z[ helios-setup] Aug 19 03:31:46.986 INFO E| Downloaded libc v0.2.147
28992026-08-19T03:32:01.871Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29002026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling libc v0.2.147
29012026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling proc-macro2 v1.0.66
29022026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling unicode-ident v1.0.11
29032026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling cfg-if v1.0.0
29042026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling typenum v1.16.0
29052026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling version_check v0.9.4
29062026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling serde v1.0.193
29072026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling powerfmt v0.2.0
29082026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling time-core v0.1.2
29092026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling num-conv v0.1.0
29102026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling itoa v1.0.9
29112026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling slog v2.7.0
29122026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling rustix v0.38.4
29132026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling bitflags v2.3.3
29142026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.051 INFO E| Compiling num_threads v0.1.6
29152026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.052 INFO E| Compiling once_cell v1.18.0
29162026-08-19T03:32:01.871Z[ host-package] Compiling peg v0.8.5
29172026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.251 INFO E| Compiling serde_json v1.0.103
29182026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.410 INFO E| Compiling thread_local v1.1.7
29192026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.458 INFO E| Compiling deranged v0.3.11
29202026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.458 INFO E| Compiling fastrand v2.0.0
29212026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.512 INFO E| Compiling anyhow v1.0.72
29222026-08-19T03:32:01.871Z[ helios-setup] Aug 19 03:31:47.607 INFO E| Compiling opaque-debug v0.3.0
29232026-08-19T03:32:01.872Z[ helios-setup] Aug 19 03:31:47.631 INFO E| Compiling unicode-width v0.1.10
29242026-08-19T03:32:01.872Z[ helios-setup] Aug 19 03:31:47.651 INFO E| Compiling time-macros v0.2.18
29252026-08-19T03:32:01.872Z[ helios-setup] Aug 19 03:31:47.703 INFO E| Compiling cpufeatures v0.2.9
29262026-08-19T03:32:01.872Z[ helios-setup] Aug 19 03:31:47.742 INFO E| Compiling ryu v1.0.15
29272026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:47.772 INFO E| Compiling same-file v1.0.6
29282026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:47.900 INFO E| Compiling generic-array v0.14.7
29292026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:47.927 INFO E| Compiling getopts v0.2.21
29302026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.041 INFO E| Compiling walkdir v2.3.3
29312026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.060 INFO E| Compiling glob v0.3.1
29322026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.060 INFO E| Compiling libdevinfo-sys v1.0.0
29332026-08-19T03:32:05.941Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29342026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.609 INFO E| Compiling quote v1.0.31
29352026-08-19T03:32:05.941Z[ host-package] Compiling progenitor v0.14.0
29362026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.626 INFO E| Compiling dirs-sys-next v0.1.2
29372026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.626 INFO E| Compiling errno v0.3.1
29382026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.626 INFO E| Compiling atty v0.2.14
29392026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.679 INFO E| Compiling getrandom v0.2.10
29402026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.894 INFO E| Compiling dirs-next v2.0.0
29412026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.913 INFO E| Compiling syn v2.0.32
29422026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:48.990 INFO E| Compiling term v0.7.0
29432026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:49.274 INFO E| Compiling block-buffer v0.9.0
29442026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:49.274 INFO E| Compiling digest v0.9.0
29452026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:49.388 INFO E| Compiling md-5 v0.9.1
29462026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:49.388 INFO E| Compiling sha-1 v0.9.8
29472026-08-19T03:32:05.941Z[ helios-setup] Aug 19 03:31:49.573 INFO E| Compiling tempfile v3.7.0
29482026-08-19T03:32:05.942Z[ helios-setup] Aug 19 03:31:49.621 INFO E| Compiling time v0.3.36
29492026-08-19T03:32:05.942Z[ helios-setup] Aug 19 03:31:50.525 INFO E| Compiling slog-term v2.9.0
29502026-08-19T03:32:05.942Z[ helios-setup] Aug 19 03:31:51.222 INFO E| Compiling serde_derive v1.0.193
29512026-08-19T03:32:05.942Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29522026-08-19T03:32:05.942Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29532026-08-19T03:32:05.942Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29542026-08-19T03:32:05.942Z[ host-package] Compiling bcs v0.1.6
29552026-08-19T03:32:05.942Z[ host-package] Compiling nom v8.0.0
29562026-08-19T03:32:05.942Z[ host-package] Compiling semver v0.1.20
29572026-08-19T03:32:05.942Z[ host-package] Compiling rustc_version v0.1.7
29582026-08-19T03:32:05.942Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29592026-08-19T03:32:05.942Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29602026-08-19T03:32:05.942Z[ host-package] Compiling newtype_derive v0.1.6
29612026-08-19T03:32:05.942Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29622026-08-19T03:32:05.942Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29632026-08-19T03:32:05.942Z[ host-package] Compiling smawk v0.3.2
29642026-08-19T03:32:05.942Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29652026-08-19T03:32:05.942Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29662026-08-19T03:32:05.942Z[ host-package] Compiling unicode-linebreak v0.1.5
29672026-08-19T03:32:05.942Z[ host-package] Compiling textwrap v0.16.2
29682026-08-19T03:32:05.942Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29692026-08-19T03:32:05.942Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29702026-08-19T03:32:05.942Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29712026-08-19T03:32:05.942Z[ host-package] Compiling steno v0.4.1
29722026-08-19T03:32:05.942Z[ helios-setup] Aug 19 03:31:55.749 INFO E| Compiling toml v0.5.11
29732026-08-19T03:32:05.942Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29742026-08-19T03:32:05.942Z[ helios-setup] Aug 19 03:31:55.749 INFO E| Compiling uuid v0.8.2
29752026-08-19T03:32:05.942Z[ host-package] Compiling sha1 v0.10.6
29762026-08-19T03:32:05.942Z[ host-package] Compiling tagptr v0.2.0
29772026-08-19T03:32:05.942Z[ host-package] Compiling utf-8 v0.7.6
29782026-08-19T03:32:05.942Z[ host-package] Compiling moka v0.12.13
29792026-08-19T03:32:05.942Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29802026-08-19T03:32:05.942Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29812026-08-19T03:32:05.942Z[ host-package] Compiling tungstenite v0.21.0
29822026-08-19T03:32:05.943Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29832026-08-19T03:32:05.943Z[ host-package] Compiling darling_core v0.21.3
29842026-08-19T03:32:05.943Z[ helios-setup] Aug 19 03:31:56.592 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29852026-08-19T03:32:05.943Z[ host-package] Compiling hickory-resolver v0.25.2
29862026-08-19T03:32:05.943Z[ helios-setup] Aug 19 03:31:57.378 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29872026-08-19T03:32:05.943Z[ host-package] Compiling tokio-tungstenite v0.21.0
29882026-08-19T03:32:05.943Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29892026-08-19T03:32:05.943Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29902026-08-19T03:32:05.943Z[ host-package] Compiling display-error-chain v0.2.2
29912026-08-19T03:32:05.943Z[ host-package] Compiling darling_macro v0.21.3
29922026-08-19T03:32:05.943Z[ host-package] Compiling libscf-sys v1.2.0
29932026-08-19T03:32:05.943Z[ host-package] Compiling vergen-lib v0.1.6
29942026-08-19T03:32:05.943Z[ host-package] Compiling diesel_derives v2.3.7
29952026-08-19T03:32:05.943Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29962026-08-19T03:32:05.943Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29972026-08-19T03:32:05.943Z[ host-package] Compiling darling v0.21.3
29982026-08-19T03:32:05.943Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29992026-08-19T03:32:05.943Z[ host-package] Compiling vergen-gitcl v1.0.8
30002026-08-19T03:32:05.943Z[ host-package] Compiling dsl_auto_type v0.2.0
30012026-08-19T03:32:05.943Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30022026-08-19T03:32:05.943Z[ host-package] Compiling dirs-sys-next v0.1.2
30032026-08-19T03:32:05.943Z[ host-package] Compiling glob v0.3.3
30042026-08-19T03:32:05.943Z[ host-package] Compiling maplit v1.0.2
30052026-08-19T03:32:05.943Z[ host-package] Compiling crunchy v0.2.4
30062026-08-19T03:32:05.943Z[ host-package] Compiling clang-sys v1.8.1
30072026-08-19T03:32:05.943Z[ host-package] Compiling dirs-next v2.0.0
30082026-08-19T03:32:05.943Z[ host-package] Compiling r2d2 v0.8.10
30092026-08-19T03:32:05.943Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30102026-08-19T03:32:05.943Z[ host-package] Compiling papergrid v0.18.0
30112026-08-19T03:32:05.943Z[ host-package] Compiling downcast-rs v2.0.2
30122026-08-19T03:32:06.257Z[ host-package] Compiling tiny-keccak v2.0.2
30132026-08-19T03:32:06.257Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30142026-08-19T03:32:06.257Z[ host-package] Compiling term v0.7.0
30152026-08-19T03:32:06.257Z[ host-package] Compiling itertools v0.15.0
30162026-08-19T03:32:06.257Z[ host-package] Compiling tabled v0.21.0
30172026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:01.891 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.59s
30182026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:01.915 INFO building project "image-builder" ok (15 seconds)
30192026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:01.915 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
30202026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:01.924 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
30212026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:01.924 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30222026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:01.924 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30232026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.029 INFO E| Downloading crates ...
30242026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.078 INFO E| Downloaded miniz_oxide v0.6.2
30252026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.079 INFO E| Downloaded block-buffer v0.10.3
30262026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.081 INFO E| Downloaded generic-array v0.14.6
30272026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.082 INFO E| Downloaded anyhow v1.0.62
30282026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.088 INFO E| Downloaded cpufeatures v0.2.5
30292026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.095 INFO E| Downloaded digest v0.10.3
30302026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.096 INFO E| Downloaded flate2 v1.0.25
30312026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.099 INFO E| Downloaded sha2 v0.10.5
30322026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.100 INFO E| Downloaded bytes v1.2.1
30332026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.102 INFO E| Downloaded typenum v1.15.0
30342026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.144 INFO E| Compiling typenum v1.15.0
30352026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.144 INFO E| Compiling version_check v0.9.4
30362026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.144 INFO E| Compiling crc32fast v1.3.2
30372026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.144 INFO E| Compiling cfg-if v1.0.0
30382026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.144 INFO E| Compiling adler v1.0.2
30392026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.144 INFO E| Compiling anyhow v1.0.62
30402026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.144 INFO E| Compiling cpufeatures v0.2.5
30412026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.151 INFO E| Compiling unicode-width v0.1.10
30422026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.151 INFO E| Compiling bytes v1.2.1
30432026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.151 INFO E| Compiling bitflags v1.3.2
30442026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.239 INFO E| Compiling getopts v0.2.21
30452026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.303 INFO E| Compiling miniz_oxide v0.6.2
30462026-08-19T03:32:06.258Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30472026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:02.551 INFO E| Compiling generic-array v0.14.6
30482026-08-19T03:32:06.258Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30492026-08-19T03:32:06.258Z[ helios-setup] Aug 19 03:32:03.035 INFO E| Compiling flate2 v1.0.25
30502026-08-19T03:32:06.258Z[ host-package] Compiling bit-vec v0.6.3
30512026-08-19T03:32:06.259Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30522026-08-19T03:32:06.259Z[ host-package] Compiling bit-set v0.5.3
30532026-08-19T03:32:06.259Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30542026-08-19T03:32:06.259Z[ host-package] Compiling ascii-canvas v3.0.0
30552026-08-19T03:32:06.259Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30562026-08-19T03:32:06.259Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30572026-08-19T03:32:06.259Z[ helios-setup] Aug 19 03:32:04.277 INFO E| Compiling block-buffer v0.10.3
30582026-08-19T03:32:06.259Z[ helios-setup] Aug 19 03:32:04.277 INFO E| Compiling crypto-common v0.1.6
30592026-08-19T03:32:06.259Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30602026-08-19T03:32:06.259Z[ helios-setup] Aug 19 03:32:04.438 INFO E| Compiling digest v0.10.3
30612026-08-19T03:32:06.259Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30622026-08-19T03:32:06.259Z[ helios-setup] Aug 19 03:32:04.608 INFO E| Compiling sha2 v0.10.5
30632026-08-19T03:32:06.336Z[ helios-setup] Aug 19 03:32:04.846 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30642026-08-19T03:32:06.337Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30652026-08-19T03:32:06.337Z[ host-package] Compiling itertools v0.10.5
30662026-08-19T03:32:06.337Z[ host-package] Compiling ena v0.14.4
30672026-08-19T03:32:06.337Z[ host-package] Compiling libloading v0.8.9
30682026-08-19T03:32:06.541Z[ host-package] Compiling diesel v2.3.7
30692026-08-19T03:32:06.632Z[ host-package] Compiling unicase v2.9.0
30702026-08-19T03:32:06.805Z[ host-package] Compiling bindgen v0.71.1
30712026-08-19T03:32:06.923Z[ host-package] Compiling diff v0.1.13
30722026-08-19T03:32:06.924Z[ host-package] Compiling xshell-macros v0.2.7
30732026-08-19T03:32:07.043Z[ host-package] Compiling regex-syntax v0.6.29
30742026-08-19T03:32:07.397Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30752026-08-19T03:32:07.442Z[ host-package] Compiling cexpr v0.6.0
30762026-08-19T03:32:07.548Z[ host-package] Compiling xshell v0.2.7
30772026-08-19T03:32:07.661Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30782026-08-19T03:32:08.052Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30792026-08-19T03:32:08.285Z[ host-package] Compiling rustc-hash v2.1.1
30802026-08-19T03:32:08.304Z[ helios-setup] Aug 19 03:32:07.155 INFO E| Finished `release` profile [optimized] target(s) in 5.22s
30812026-08-19T03:32:08.304Z[ helios-setup] Aug 19 03:32:07.168 INFO building project "bootserver" ok (5 seconds)
30822026-08-19T03:32:08.304Z[ helios-setup] Aug 19 03:32:07.168 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
30832026-08-19T03:32:08.336Z[ helios-setup] Aug 19 03:32:07.203 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')"
30842026-08-19T03:32:08.337Z[ helios-setup] Aug 19 03:32:07.203 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30852026-08-19T03:32:08.337Z[ helios-setup] Aug 19 03:32:07.203 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30862026-08-19T03:32:08.484Z[ host-package] Compiling crc8 v0.1.1
30872026-08-19T03:32:08.533Z[ helios-setup] Aug 19 03:32:07.375 INFO E| Updating crates.io index
30882026-08-19T03:32:08.533Z[ helios-setup] Aug 19 03:32:07.375 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
30892026-08-19T03:32:08.615Z[ host-package] Compiling lalrpop v0.19.12
30902026-08-19T03:32:08.912Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30912026-08-19T03:32:09.177Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30922026-08-19T03:32:09.196Z[ helios-setup] Aug 19 03:32:08.081 INFO E| From https://github.com/oxidecomputer/amd-apcb
30932026-08-19T03:32:09.196Z[ helios-setup] Aug 19 03:32:08.081 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
30942026-08-19T03:32:09.241Z[ helios-setup] Aug 19 03:32:08.094 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
30952026-08-19T03:32:09.621Z[ helios-setup] Aug 19 03:32:08.450 INFO E| From https://github.com/oxidecomputer/amd-efs
30962026-08-19T03:32:09.622Z[ helios-setup] Aug 19 03:32:08.450 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
30972026-08-19T03:32:09.645Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30982026-08-19T03:32:09.797Z[ host-package] Compiling headers-core v0.3.0
30992026-08-19T03:32:09.917Z[ helios-setup] Aug 19 03:32:08.787 INFO E| Downloading crates ...
31002026-08-19T03:32:09.984Z[ helios-setup] Aug 19 03:32:08.838 INFO E| Downloaded heck v0.3.3
31012026-08-19T03:32:10.204Z[ helios-setup] Aug 19 03:32:08.839 INFO E| Downloaded fletcher v1.0.0
31022026-08-19T03:32:10.204Z[ host-package] Compiling libxml v0.3.3
31032026-08-19T03:32:10.204Z[ helios-setup] Aug 19 03:32:08.856 INFO E| Downloaded parse_int v0.9.0
31042026-08-19T03:32:10.204Z[ helios-setup] Aug 19 03:32:08.857 INFO E| Downloaded serde_json v1.0.140
31052026-08-19T03:32:10.204Z[ helios-setup] Aug 19 03:32:08.861 INFO E| Downloaded itoa v1.0.15
31062026-08-19T03:32:10.204Z[ helios-setup] Aug 19 03:32:08.862 INFO E| Downloaded autocfg v1.4.0
31072026-08-19T03:32:10.204Z[ helios-setup] Aug 19 03:32:08.863 INFO E| Downloaded ansi_term v0.12.1
31082026-08-19T03:32:10.204Z[ helios-setup] Aug 19 03:32:08.864 INFO E| Downloaded structopt v0.3.26
31092026-08-19T03:32:10.204Z[ helios-setup] Aug 19 03:32:08.868 INFO E| Downloaded modular-bitfield v0.13.1
31102026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.904 INFO E| Downloaded unicode-ident v1.0.18
31112026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.906 INFO E| Downloaded four-cc v0.4.0
31122026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.906 INFO E| Downloaded strsim v0.8.0
31132026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.908 INFO E| Downloaded unic-ucd-ident v0.9.0
31142026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.908 INFO E| Downloaded bytesize v2.0.1
31152026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.909 INFO E| Downloaded modular-bitfield-impl v0.11.2
31162026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.910 INFO E| Downloaded thiserror v2.0.12
31172026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.913 INFO E| Downloaded thiserror-impl v2.0.12
31182026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.914 INFO E| Downloaded modular-bitfield-impl v0.13.1
31192026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.915 INFO E| Downloaded unic-common v0.9.0
31202026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.916 INFO E| Downloaded unic-ucd-version v0.9.0
31212026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.916 INFO E| Downloaded pest_generator v2.8.0
31222026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.917 INFO E| Downloaded unic-char-property v0.9.0
31232026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.918 INFO E| Downloaded dyn-clone v1.0.19
31242026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.918 INFO E| Downloaded strum v0.27.1
31252026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.919 INFO E| Downloaded vec_map v0.8.2
31262026-08-19T03:32:10.280Z[ helios-setup] Aug 19 03:32:08.931 INFO E| Downloaded rustversion v1.0.20
31272026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.933 INFO E| Downloaded structopt-derive v0.4.18
31282026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.948 INFO E| Downloaded quote v1.0.40
31292026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.950 INFO E| Downloaded serde_derive v1.0.219
31302026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.952 INFO E| Downloaded unic-char-range v0.9.0
31312026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.952 INFO E| Downloaded pest_meta v2.8.0
31322026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.954 INFO E| Downloaded textwrap v0.11.0
31332026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.955 INFO E| Downloaded proc-macro2 v1.0.95
31342026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.956 INFO E| Downloaded strum_macros v0.27.1
31352026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.957 INFO E| Downloaded log v0.4.27
31362026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.959 INFO E| Downloaded ryu v1.0.20
31372026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.961 INFO E| Downloaded serde v1.0.219
31382026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.962 INFO E| Downloaded modular-bitfield v0.11.2
31392026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.968 INFO E| Downloaded memchr v2.7.4
31402026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.994 INFO E| Downloaded typenum v1.18.0
31412026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.996 INFO E| Downloaded pest_derive v2.8.0
31422026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:08.997 INFO E| Downloaded zerocopy-derive v0.8.25
31432026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:09.001 INFO E| Downloaded pest v2.8.0
31442026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:09.029 INFO E| Downloaded goblin v0.9.3
31452026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:09.033 INFO E| Downloaded zerocopy v0.8.25
31462026-08-19T03:32:10.281Z[ host-package] Compiling headers v0.4.1
31472026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:09.051 INFO E| Downloaded clap v2.34.0
31482026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:09.057 INFO E| Downloaded syn v2.0.101
31492026-08-19T03:32:10.281Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31502026-08-19T03:32:10.281Z[ helios-setup] Aug 19 03:32:09.079 INFO E| Downloaded libc v0.2.172
31512026-08-19T03:32:10.281Z[ host-package] Compiling strum_macros v0.24.3
31522026-08-19T03:32:10.307Z[ helios-setup] Aug 19 03:32:09.142 INFO E| Compiling proc-macro2 v1.0.95
31532026-08-19T03:32:10.307Z[ helios-setup] Aug 19 03:32:09.142 INFO E| Compiling unicode-ident v1.0.18
31542026-08-19T03:32:10.307Z[ helios-setup] Aug 19 03:32:09.142 INFO E| Compiling memchr v2.7.4
31552026-08-19T03:32:10.307Z[ helios-setup] Aug 19 03:32:09.142 INFO E| Compiling thiserror v2.0.12
31562026-08-19T03:32:10.307Z[ helios-setup] Aug 19 03:32:09.142 INFO E| Compiling autocfg v1.4.0
31572026-08-19T03:32:10.307Z[ helios-setup] Aug 19 03:32:09.142 INFO E| Compiling serde v1.0.219
31582026-08-19T03:32:10.308Z[ helios-setup] Aug 19 03:32:09.142 INFO E| Compiling syn v1.0.109
31592026-08-19T03:32:10.308Z[ helios-setup] Aug 19 03:32:09.142 INFO E| Compiling version_check v0.9.5
31602026-08-19T03:32:10.308Z[ helios-setup] Aug 19 03:32:09.142 INFO E| Compiling serde_json v1.0.140
31612026-08-19T03:32:10.373Z[ helios-setup] Aug 19 03:32:09.183 INFO E| Compiling ryu v1.0.20
31622026-08-19T03:32:10.373Z[ helios-setup] Aug 19 03:32:09.183 INFO E| Compiling schemars v0.8.22
31632026-08-19T03:32:10.373Z[ helios-setup] Aug 19 03:32:09.183 INFO E| Compiling itoa v1.0.15
31642026-08-19T03:32:10.373Z[ helios-setup] Aug 19 03:32:09.183 INFO E| Compiling zerocopy v0.8.25
31652026-08-19T03:32:10.373Z[ helios-setup] Aug 19 03:32:09.183 INFO E| Compiling static_assertions v1.1.0
31662026-08-19T03:32:10.373Z[ helios-setup] Aug 19 03:32:09.184 INFO E| Compiling ucd-trie v0.1.7
31672026-08-19T03:32:10.373Z[ helios-setup] Aug 19 03:32:09.184 INFO E| Compiling libc v0.2.172
31682026-08-19T03:32:10.373Z[ host-package] Compiling indoc v1.0.9
31692026-08-19T03:32:10.767Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31702026-08-19T03:32:10.835Z[ host-package] Compiling derive_builder v0.20.2
31712026-08-19T03:32:11.116Z[ host-package] Compiling quick-xml v0.37.5
31722026-08-19T03:32:11.227Z[ host-package] Compiling oso-derive v0.27.3
31732026-08-19T03:32:11.279Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31742026-08-19T03:32:11.279Z[ helios-setup] Aug 19 03:32:10.061 INFO E| Compiling paste v1.0.15
31752026-08-19T03:32:11.279Z[ helios-setup] Aug 19 03:32:10.081 INFO E| Compiling dyn-clone v1.0.19
31762026-08-19T03:32:11.279Z[ helios-setup] Aug 19 03:32:10.082 INFO E| Compiling rustversion v1.0.20
31772026-08-19T03:32:11.279Z[ helios-setup] Aug 19 03:32:10.084 INFO E| Compiling once_cell v1.21.3
31782026-08-19T03:32:11.279Z[ helios-setup] Aug 19 03:32:10.103 INFO E| Compiling num-traits v0.2.19
31792026-08-19T03:32:11.279Z[ helios-setup] Aug 19 03:32:10.104 INFO E| Compiling memoffset v0.9.1
31802026-08-19T03:32:11.385Z[ helios-setup] Aug 19 03:32:10.249 INFO E| Compiling proc-macro-error-attr v1.0.4
31812026-08-19T03:32:11.483Z[ helios-setup] Aug 19 03:32:10.358 INFO E| Compiling proc-macro-error v1.0.4
31822026-08-19T03:32:11.604Z[ helios-setup] Aug 19 03:32:10.469 INFO E| Compiling heck v0.5.0
31832026-08-19T03:32:11.707Z[ helios-setup] Aug 19 03:32:10.571 INFO E| Compiling unicode-segmentation v1.12.0
31842026-08-19T03:32:11.807Z[ helios-setup] Aug 19 03:32:10.671 INFO E| Compiling unicode-width v0.1.14
31852026-08-19T03:32:11.841Z[ helios-setup] Aug 19 03:32:10.717 INFO E| Compiling atty v0.2.14
31862026-08-19T03:32:11.871Z[ helios-setup] Aug 19 03:32:10.727 INFO E| Compiling strsim v0.8.0
31872026-08-19T03:32:11.871Z[ helios-setup] Aug 19 03:32:10.734 INFO E| Compiling bitflags v1.3.2
31882026-08-19T03:32:11.896Z[ helios-setup] Aug 19 03:32:10.744 INFO E| Compiling unic-char-range v0.9.0
31892026-08-19T03:32:11.980Z[ host-package] Compiling openssl-probe v0.1.6
31902026-08-19T03:32:11.981Z[ helios-setup] Aug 19 03:32:10.793 INFO E| Compiling byteorder v1.5.0
31912026-08-19T03:32:12.015Z[ helios-setup] Aug 19 03:32:10.821 INFO E| Compiling fletcher v1.0.0
31922026-08-19T03:32:12.015Z[ helios-setup] Aug 19 03:32:10.847 INFO E| Compiling vec_map v0.8.2
31932026-08-19T03:32:12.069Z[ helios-setup] Aug 19 03:32:10.920 INFO E| Compiling ansi_term v0.12.1
31942026-08-19T03:32:12.098Z[ helios-setup] Aug 19 03:32:10.955 INFO E| Compiling unic-common v0.9.0
31952026-08-19T03:32:12.098Z[ helios-setup] Aug 19 03:32:10.960 INFO E| Compiling strum v0.27.1
31962026-08-19T03:32:12.117Z[ helios-setup] Aug 19 03:32:10.983 INFO E| Compiling unic-char-property v0.9.0
31972026-08-19T03:32:12.169Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31982026-08-19T03:32:12.220Z[ helios-setup] Aug 19 03:32:11.075 INFO E| Compiling quote v1.0.40
31992026-08-19T03:32:12.245Z[ helios-setup] Aug 19 03:32:11.093 INFO E| Compiling unic-ucd-version v0.9.0
32002026-08-19T03:32:12.245Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32012026-08-19T03:32:12.245Z[ helios-setup] Aug 19 03:32:11.116 INFO E| Compiling plain v0.2.3
32022026-08-19T03:32:12.318Z[ helios-setup] Aug 19 03:32:11.144 INFO E| Compiling textwrap v0.11.0
32032026-08-19T03:32:12.318Z[ helios-setup] Aug 19 03:32:11.144 INFO E| Compiling log v0.4.27
32042026-08-19T03:32:12.318Z[ helios-setup] Aug 19 03:32:11.154 INFO E| Compiling lazy_static v1.5.0
32052026-08-19T03:32:12.350Z[ helios-setup] Aug 19 03:32:11.215 INFO E| Compiling heck v0.3.3
32062026-08-19T03:32:12.386Z[ helios-setup] Aug 19 03:32:11.238 INFO E| Compiling unic-ucd-ident v0.9.0
32072026-08-19T03:32:12.386Z[ helios-setup] Aug 19 03:32:11.238 INFO E| Compiling bytesize v2.0.1
32082026-08-19T03:32:12.480Z[ helios-setup] Aug 19 03:32:11.345 INFO E| Compiling syn v2.0.101
32092026-08-19T03:32:12.512Z[ helios-setup] Aug 19 03:32:11.373 INFO E| Compiling clap v2.34.0
32102026-08-19T03:32:12.532Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32112026-08-19T03:32:12.625Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32122026-08-19T03:32:13.087Z[ host-package] Compiling bb8 v0.8.6
32132026-08-19T03:32:13.161Z[ helios-setup] Aug 19 03:32:12.015 INFO E| Compiling parse_int v0.9.0
32142026-08-19T03:32:13.213Z[ host-package] Compiling trait-variant v0.1.2
32152026-08-19T03:32:13.532Z[ host-package] Compiling half v1.8.3
32162026-08-19T03:32:13.609Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32172026-08-19T03:32:13.609Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32182026-08-19T03:32:13.698Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32192026-08-19T03:32:14.087Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32202026-08-19T03:32:14.101Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32212026-08-19T03:32:14.108Z[ host-package] Compiling serde_cbor v0.11.2
32222026-08-19T03:32:14.892Z[ host-package] Compiling samael v0.0.19
32232026-08-19T03:32:15.044Z[ host-package] Compiling progenitor-impl v0.13.0
32242026-08-19T03:32:15.132Z[ host-package] Compiling nonempty v0.12.0
32252026-08-19T03:32:15.234Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32262026-08-19T03:32:15.288Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32272026-08-19T03:32:15.563Z[ helios-setup] Aug 19 03:32:14.421 INFO E| Compiling serde_derive_internals v0.29.1
32282026-08-19T03:32:15.707Z[ helios-setup] Aug 19 03:32:14.576 INFO E| Compiling modular-bitfield-impl v0.11.2
32292026-08-19T03:32:15.707Z[ helios-setup] Aug 19 03:32:14.576 INFO E| Compiling structopt-derive v0.4.18
32302026-08-19T03:32:15.803Z[ host-package] Compiling progenitor-client v0.13.0
32312026-08-19T03:32:16.515Z[ host-package] Compiling fxhash v0.2.1
32322026-08-19T03:32:16.584Z[ helios-setup] Aug 19 03:32:15.439 INFO E| Compiling thiserror-impl v2.0.12
32332026-08-19T03:32:16.584Z[ helios-setup] Aug 19 03:32:15.439 INFO E| Compiling serde_derive v1.0.219
32342026-08-19T03:32:16.584Z[ helios-setup] Aug 19 03:32:15.439 INFO E| Compiling schemars_derive v0.8.22
32352026-08-19T03:32:16.616Z[ helios-setup] Aug 19 03:32:15.440 INFO E| Compiling zerocopy-derive v0.8.25
32362026-08-19T03:32:16.616Z[ helios-setup] Aug 19 03:32:15.440 INFO E| Compiling num-derive v0.4.2
32372026-08-19T03:32:16.617Z[ helios-setup] Aug 19 03:32:15.440 INFO E| Compiling modular-bitfield-impl v0.13.1
32382026-08-19T03:32:16.617Z[ helios-setup] Aug 19 03:32:15.440 INFO E| Compiling scroll_derive v0.12.1
32392026-08-19T03:32:16.617Z[ helios-setup] Aug 19 03:32:15.440 INFO E| Compiling strum_macros v0.27.1
32402026-08-19T03:32:16.766Z[ host-package] Compiling libz-sys v1.1.24
32412026-08-19T03:32:16.933Z[ host-package] Compiling salty v0.3.0
32422026-08-19T03:32:17.494Z[ helios-setup] Aug 19 03:32:16.303 INFO E| Compiling modular-bitfield v0.11.2
32432026-08-19T03:32:17.556Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32442026-08-19T03:32:17.591Z[ helios-setup] Aug 19 03:32:16.412 INFO E| Compiling structopt v0.3.26
32452026-08-19T03:32:17.959Z[ host-package] Compiling progenitor-macro v0.13.0
32462026-08-19T03:32:17.998Z[ helios-setup] Aug 19 03:32:16.887 INFO E| Compiling scroll v0.12.0
32472026-08-19T03:32:18.050Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32482026-08-19T03:32:18.134Z[ host-package] Compiling kstat-rs v0.2.5
32492026-08-19T03:32:18.311Z[ helios-setup] Aug 19 03:32:17.168 INFO E| Compiling goblin v0.9.3
32502026-08-19T03:32:18.351Z[ helios-setup] Aug 19 03:32:17.236 INFO E| Compiling modular-bitfield v0.13.1
32512026-08-19T03:32:18.387Z[ host-package] Compiling polar-core v0.27.3
32522026-08-19T03:32:18.944Z[ helios-setup] Aug 19 03:32:17.803 INFO E| Compiling pest v2.8.0
32532026-08-19T03:32:19.189Z[ host-package] Compiling mime_guess v2.0.5
32542026-08-19T03:32:19.886Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32552026-08-19T03:32:19.964Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32562026-08-19T03:32:20.269Z[ helios-setup] Aug 19 03:32:19.157 INFO E| Compiling pest_meta v2.8.0
32572026-08-19T03:32:20.616Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32582026-08-19T03:32:21.057Z[ helios-setup] Aug 19 03:32:19.830 INFO E| Compiling pest_generator v2.8.0
32592026-08-19T03:32:21.316Z[ host-package] Compiling rfc6979 v0.4.0
32602026-08-19T03:32:21.559Z[ host-package] Compiling nanorand v0.7.0
32612026-08-19T03:32:21.758Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32622026-08-19T03:32:21.871Z[ helios-setup] Aug 19 03:32:20.735 INFO E| Compiling pest_derive v2.8.0
32632026-08-19T03:32:21.917Z[ host-package] Compiling parking_lot_core v0.8.6
32642026-08-19T03:32:22.147Z[ host-package] Compiling flume v0.11.1
32652026-08-19T03:32:22.327Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32662026-08-19T03:32:22.701Z[ helios-setup] Aug 19 03:32:21.546 INFO E| Compiling json5 v0.4.1
32672026-08-19T03:32:22.744Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32682026-08-19T03:32:22.847Z[ host-package] Compiling ecdsa v0.16.9
32692026-08-19T03:32:23.317Z[ host-package] Compiling progenitor v0.13.0
32702026-08-19T03:32:23.789Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32712026-08-19T03:32:23.981Z[ host-package] Compiling primeorder v0.13.6
32722026-08-19T03:32:24.144Z[ helios-setup] Aug 19 03:32:23.026 INFO E| Compiling four-cc v0.4.0
32732026-08-19T03:32:24.144Z[ helios-setup] Aug 19 03:32:23.026 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
32742026-08-19T03:32:24.202Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32752026-08-19T03:32:24.285Z[ helios-setup] Aug 19 03:32:23.176 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
32762026-08-19T03:32:24.548Z[ host-package] Compiling git-stub v1.0.0
32772026-08-19T03:32:24.867Z[ host-package] Compiling instability v0.3.11
32782026-08-19T03:32:25.075Z[ host-package] Compiling http-range v0.1.5
32792026-08-19T03:32:25.209Z[ host-package] Compiling strsim v0.10.0
32802026-08-19T03:32:25.459Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32812026-08-19T03:32:25.510Z[ host-package] Compiling darling_core v0.13.4
32822026-08-19T03:32:25.888Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32832026-08-19T03:32:26.547Z[ host-package] Compiling git-stub-vcs v0.1.0
32842026-08-19T03:32:26.893Z[ host-package] Compiling p384 v0.13.1
32852026-08-19T03:32:27.417Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32862026-08-19T03:32:27.720Z[ host-package] Compiling ignore v0.4.25
32872026-08-19T03:32:28.055Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32882026-08-19T03:32:29.607Z[ host-package] Compiling oso v0.27.3
32892026-08-19T03:32:30.902Z[ host-package] Compiling diesel-dtrace v0.5.0
32902026-08-19T03:32:31.298Z[ host-package] Compiling async-bb8-diesel v0.2.1
32912026-08-19T03:32:31.324Z[ host-package] Compiling vergen-git2 v9.1.0
32922026-08-19T03:32:31.630Z[ host-package] Compiling castaway v0.2.4
32932026-08-19T03:32:31.791Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32942026-08-19T03:32:31.813Z[ host-package] Compiling indoc v2.0.7
32952026-08-19T03:32:31.872Z[ host-package] Compiling compact_str v0.8.1
32962026-08-19T03:32:32.190Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32972026-08-19T03:32:32.808Z[ host-package] Compiling globwalk v0.9.1
32982026-08-19T03:32:32.975Z[ host-package] Compiling hyper-staticfile v0.10.1
32992026-08-19T03:32:33.018Z[ host-package] Compiling parking_lot v0.11.2
33002026-08-19T03:32:33.050Z[ host-package] Compiling darling_macro v0.13.4
33012026-08-19T03:32:33.356Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33022026-08-19T03:32:33.490Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33032026-08-19T03:32:33.974Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33042026-08-19T03:32:33.998Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33052026-08-19T03:32:34.042Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-08-19T03:32:34.140Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33072026-08-19T03:32:34.286Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33082026-08-19T03:32:34.634Z[ host-package] Compiling predicates-tree v1.0.13
33092026-08-19T03:32:34.852Z[ host-package] Compiling unicode-truncate v1.1.0
33102026-08-19T03:32:35.064Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33112026-08-19T03:32:35.145Z[ host-package] Compiling lru v0.12.5
33122026-08-19T03:32:35.744Z[ host-package] Compiling prefix-trie v0.7.0
33132026-08-19T03:32:35.786Z[ host-package] Compiling rand_seeder v0.4.0
33142026-08-19T03:32:35.786Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-08-19T03:32:35.786Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33162026-08-19T03:32:35.879Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-08-19T03:32:35.976Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33182026-08-19T03:32:36.215Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33192026-08-19T03:32:36.478Z[ host-package] Compiling corncobs v0.1.4
33202026-08-19T03:32:36.499Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33212026-08-19T03:32:36.525Z[ host-package] Compiling cassowary v0.3.0
33222026-08-19T03:32:36.722Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-08-19T03:32:36.752Z[ host-package] Compiling hickory-server v0.25.2
33242026-08-19T03:32:36.803Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33252026-08-19T03:32:37.136Z[ host-package] Compiling ratatui v0.29.0
33262026-08-19T03:32:37.298Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33272026-08-19T03:32:37.412Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33282026-08-19T03:32:37.495Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-08-19T03:32:37.860Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33302026-08-19T03:32:38.218Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33312026-08-19T03:32:38.576Z[ helios-setup] Aug 19 03:32:37.462 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33322026-08-19T03:32:38.845Z[ host-package] Compiling darling v0.13.4
33332026-08-19T03:32:40.617Z[ host-package] Compiling sled v0.34.7
33342026-08-19T03:32:41.796Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33352026-08-19T03:32:41.988Z[ helios-setup] Aug 19 03:32:40.880 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33362026-08-19T03:32:42.132Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33372026-08-19T03:32:42.213Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33382026-08-19T03:32:42.410Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33392026-08-19T03:32:42.558Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33402026-08-19T03:32:42.647Z[ host-package] Compiling secrecy v0.8.0
33412026-08-19T03:32:42.785Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-08-19T03:32:43.135Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33432026-08-19T03:32:44.922Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33442026-08-19T03:32:45.057Z[ host-package] Compiling serde_with_macros v1.5.2
33452026-08-19T03:32:45.057Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33462026-08-19T03:32:45.484Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33472026-08-19T03:32:45.750Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33482026-08-19T03:32:46.050Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33492026-08-19T03:32:46.334Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33502026-08-19T03:32:46.368Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33512026-08-19T03:32:46.580Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33522026-08-19T03:32:46.665Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33532026-08-19T03:32:46.946Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33542026-08-19T03:32:47.008Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33552026-08-19T03:32:47.220Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33562026-08-19T03:32:47.274Z[ host-package] Compiling arc-swap v1.8.2
33572026-08-19T03:32:47.479Z[ host-package] Compiling void v1.0.2
33582026-08-19T03:32:47.655Z[ host-package] Compiling slog-scope v4.4.1
33592026-08-19T03:32:47.697Z[ host-package] Compiling lzss v0.8.2
33602026-08-19T03:32:48.296Z[ host-package] Compiling illumos-nvpair v0.3.0
33612026-08-19T03:32:48.481Z[ host-package] Compiling serde_with v1.14.0
33622026-08-19T03:32:48.580Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33632026-08-19T03:32:49.321Z[ host-package] Compiling git2 v0.20.4
33642026-08-19T03:32:49.352Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33652026-08-19T03:32:49.352Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33662026-08-19T03:32:49.954Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33672026-08-19T03:32:50.525Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33682026-08-19T03:32:51.327Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33692026-08-19T03:32:52.538Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33702026-08-19T03:32:53.544Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33712026-08-19T03:32:53.829Z[ helios-setup] Aug 19 03:32:52.713 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.47s
33722026-08-19T03:32:53.858Z[ helios-setup] Aug 19 03:32:52.749 INFO building project "amd-host-image-builder" ok (45 seconds)
33732026-08-19T03:32:53.858Z[ helios-setup] Aug 19 03:32:52.749 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
33742026-08-19T03:32:53.868Z[ helios-setup] Aug 19 03:32:52.758 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
33752026-08-19T03:32:53.868Z[ helios-setup] Aug 19 03:32:52.758 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
33762026-08-19T03:32:53.868Z[ helios-setup] Aug 19 03:32:52.758 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
33772026-08-19T03:32:54.020Z[ helios-setup] Aug 19 03:32:52.912 INFO E| Blocking waiting for file lock on package cache
33782026-08-19T03:32:55.420Z[ host-package] Compiling scuffle v0.1.0
33792026-08-19T03:32:55.804Z[ host-package] Compiling tungstenite v0.23.0
33802026-08-19T03:32:56.638Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33812026-08-19T03:32:57.243Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33822026-08-19T03:32:57.488Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33832026-08-19T03:32:57.684Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33842026-08-19T03:32:57.707Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33852026-08-19T03:32:57.905Z[ host-package] Compiling nix v0.27.1
33862026-08-19T03:32:57.962Z[ host-package] Compiling twox-hash v2.1.2
33872026-08-19T03:32:58.119Z[ host-package] Compiling libsw-core v0.3.2
33882026-08-19T03:32:58.356Z[ host-package] Compiling atty v0.2.14
33892026-08-19T03:32:58.452Z[ host-package] Compiling serde_bytes v0.11.19
33902026-08-19T03:32:58.513Z[ host-package] Compiling libsw v3.5.0
33912026-08-19T03:32:58.652Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33922026-08-19T03:32:58.744Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33932026-08-19T03:32:58.768Z[ host-package] Compiling tokio-tungstenite v0.23.1
33942026-08-19T03:32:59.295Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33952026-08-19T03:32:59.362Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33962026-08-19T03:32:59.362Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33972026-08-19T03:33:00.458Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-08-19T03:33:00.594Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33992026-08-19T03:33:01.217Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34002026-08-19T03:33:01.435Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34012026-08-19T03:33:02.377Z[ host-package] Compiling slog-stdlog v4.1.1
34022026-08-19T03:33:02.601Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34032026-08-19T03:33:02.612Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34042026-08-19T03:33:02.931Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34052026-08-19T03:33:03.062Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34062026-08-19T03:33:03.198Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34072026-08-19T03:33:03.720Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34082026-08-19T03:33:04.044Z[ helios-setup] Aug 19 03:33:02.935 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34092026-08-19T03:33:04.637Z[ helios-setup] Aug 19 03:33:03.529 INFO E| From https://github.com/jclulow/hiercmd
34102026-08-19T03:33:04.638Z[ helios-setup] Aug 19 03:33:03.529 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34112026-08-19T03:33:04.650Z[ helios-setup] Aug 19 03:33:03.542 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34122026-08-19T03:33:05.423Z[ helios-setup] Aug 19 03:33:03.851 INFO E| From https://github.com/oxidecomputer/network-interface
34132026-08-19T03:33:05.423Z[ helios-setup] Aug 19 03:33:03.851 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34142026-08-19T03:33:05.451Z[ helios-setup] Aug 19 03:33:03.864 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34152026-08-19T03:33:05.451Z[ helios-setup] Aug 19 03:33:04.197 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34162026-08-19T03:33:05.451Z[ helios-setup] Aug 19 03:33:04.198 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34172026-08-19T03:33:05.451Z[ helios-setup] Aug 19 03:33:04.215 INFO E| Updating crates.io index
34182026-08-19T03:33:05.451Z[ helios-setup] Aug 19 03:33:04.278 INFO E| Blocking waiting for file lock on package cache
34192026-08-19T03:33:05.451Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34202026-08-19T03:33:05.530Z[ helios-setup] Aug 19 03:33:04.332 INFO E| Blocking waiting for file lock on package cache
34212026-08-19T03:33:05.707Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34222026-08-19T03:33:06.311Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34232026-08-19T03:33:06.356Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-08-19T03:33:08.919Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34252026-08-19T03:33:09.406Z[ helios-setup] Aug 19 03:33:08.297 INFO E| Downloading crates ...
34262026-08-19T03:33:09.463Z[ helios-setup] Aug 19 03:33:08.354 INFO E| Downloaded clap_derive v4.5.49
34272026-08-19T03:33:09.472Z[ helios-setup] Aug 19 03:33:08.359 INFO E| Downloaded anstyle v1.0.13
34282026-08-19T03:33:09.472Z[ helios-setup] Aug 19 03:33:08.361 INFO E| Downloaded clap_lex v0.7.6
34292026-08-19T03:33:09.473Z[ helios-setup] Aug 19 03:33:08.363 INFO E| Downloaded thiserror v2.0.17
34302026-08-19T03:33:09.481Z[ helios-setup] Aug 19 03:33:08.366 INFO E| Downloaded toml_datetime v0.7.3
34312026-08-19T03:33:09.481Z[ helios-setup] Aug 19 03:33:08.367 INFO E| Downloaded base64ct v1.8.0
34322026-08-19T03:33:09.492Z[ helios-setup] Aug 19 03:33:08.372 INFO E| Downloaded env_logger v0.11.8
34332026-08-19T03:33:09.492Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34342026-08-19T03:33:09.492Z[ helios-setup] Aug 19 03:33:08.378 INFO E| Downloaded futures v0.3.31
34352026-08-19T03:33:09.505Z[ helios-setup] Aug 19 03:33:08.384 INFO E| Downloaded env_filter v0.1.4
34362026-08-19T03:33:09.505Z[ helios-setup] Aug 19 03:33:08.384 INFO E| Downloaded quote v1.0.41
34372026-08-19T03:33:09.505Z[ helios-setup] Aug 19 03:33:08.386 INFO E| Downloaded bitflags v2.10.0
34382026-08-19T03:33:09.514Z[ helios-setup] Aug 19 03:33:08.392 INFO E| Downloaded pin-utils v0.1.0
34392026-08-19T03:33:09.522Z[ helios-setup] Aug 19 03:33:08.412 INFO E| Downloaded devinfo v0.1.0
34402026-08-19T03:33:09.547Z[ helios-setup] Aug 19 03:33:08.438 INFO E| Downloaded futures-channel v0.3.31
34412026-08-19T03:33:09.558Z[ helios-setup] Aug 19 03:33:08.439 INFO E| Downloaded futures-executor v0.3.31
34422026-08-19T03:33:09.558Z[ helios-setup] Aug 19 03:33:08.440 INFO E| Downloaded libdevinfo-sys v1.1.0
34432026-08-19T03:33:09.558Z[ helios-setup] Aug 19 03:33:08.441 INFO E| Downloaded tokio-macros v2.6.0
34442026-08-19T03:33:09.558Z[ helios-setup] Aug 19 03:33:08.441 INFO E| Downloaded toml_writer v1.0.4
34452026-08-19T03:33:09.558Z[ helios-setup] Aug 19 03:33:08.442 INFO E| Downloaded anstyle-query v1.1.4
34462026-08-19T03:33:09.559Z[ helios-setup] Aug 19 03:33:08.444 INFO E| Downloaded crc v3.3.0
34472026-08-19T03:33:09.559Z[ helios-setup] Aug 19 03:33:08.445 INFO E| Downloaded futures-io v0.3.31
34482026-08-19T03:33:09.559Z[ helios-setup] Aug 19 03:33:08.445 INFO E| Downloaded time-core v0.1.6
34492026-08-19T03:33:09.574Z[ helios-setup] Aug 19 03:33:08.449 INFO E| Downloaded futures-sink v0.3.31
34502026-08-19T03:33:09.574Z[ helios-setup] Aug 19 03:33:08.449 INFO E| Downloaded futures-task v0.3.31
34512026-08-19T03:33:09.574Z[ helios-setup] Aug 19 03:33:08.450 INFO E| Downloaded simd-adler32 v0.3.7
34522026-08-19T03:33:09.574Z[ helios-setup] Aug 19 03:33:08.452 INFO E| Downloaded zeroize_derive v1.4.2
34532026-08-19T03:33:09.574Z[ helios-setup] Aug 19 03:33:08.457 INFO E| Downloaded futures-macro v0.3.31
34542026-08-19T03:33:09.574Z[ helios-setup] Aug 19 03:33:08.458 INFO E| Downloaded futures-core v0.3.31
34552026-08-19T03:33:09.583Z[ helios-setup] Aug 19 03:33:08.469 INFO E| Downloaded serde_spanned v1.0.3
34562026-08-19T03:33:09.590Z[ helios-setup] Aug 19 03:33:08.477 INFO E| Downloaded generic-array v0.14.9
34572026-08-19T03:33:09.596Z[ helios-setup] Aug 19 03:33:08.482 INFO E| Downloaded find-msvc-tools v0.1.4
34582026-08-19T03:33:09.596Z[ helios-setup] Aug 19 03:33:08.483 INFO E| Downloaded num_enum v0.7.5
34592026-08-19T03:33:09.596Z[ helios-setup] Aug 19 03:33:08.486 INFO E| Downloaded pin-project-lite v0.2.16
34602026-08-19T03:33:09.608Z[ helios-setup] Aug 19 03:33:08.489 INFO E| Downloaded bitfield-macros v0.19.3
34612026-08-19T03:33:09.608Z[ helios-setup] Aug 19 03:33:08.490 INFO E| Downloaded signal-hook-registry v1.4.6
34622026-08-19T03:33:09.608Z[ helios-setup] Aug 19 03:33:08.490 INFO E| Downloaded bitfield v0.19.3
34632026-08-19T03:33:09.608Z[ helios-setup] Aug 19 03:33:08.491 INFO E| Downloaded getopts v0.2.24
34642026-08-19T03:33:09.608Z[ helios-setup] Aug 19 03:33:08.494 INFO E| Downloaded log v0.4.28
34652026-08-19T03:33:09.616Z[ helios-setup] Aug 19 03:33:08.503 INFO E| Downloaded deranged v0.5.5
34662026-08-19T03:33:09.626Z[ helios-setup] Aug 19 03:33:08.515 INFO E| Downloaded slab v0.4.11
34672026-08-19T03:33:09.636Z[ helios-setup] Aug 19 03:33:08.516 INFO E| Downloaded time-macros v0.2.24
34682026-08-19T03:33:09.642Z[ helios-setup] Aug 19 03:33:08.525 INFO E| Downloaded toml_parser v1.0.4
34692026-08-19T03:33:09.643Z[ helios-setup] Aug 19 03:33:08.527 INFO E| Downloaded getrandom v0.2.16
34702026-08-19T03:33:09.643Z[ helios-setup] Aug 19 03:33:08.529 INFO E| Downloaded socket2 v0.6.1
34712026-08-19T03:33:09.643Z[ helios-setup] Aug 19 03:33:08.533 INFO E| Downloaded unicode-ident v1.0.22
34722026-08-19T03:33:09.653Z[ helios-setup] Aug 19 03:33:08.536 INFO E| Downloaded thiserror-impl v2.0.17
34732026-08-19T03:33:09.653Z[ helios-setup] Aug 19 03:33:08.537 INFO E| Downloaded num_enum_derive v0.7.5
34742026-08-19T03:33:09.663Z[ helios-setup] Aug 19 03:33:08.553 INFO E| Downloaded anyhow v1.0.100
34752026-08-19T03:33:09.674Z[ helios-setup] Aug 19 03:33:08.565 INFO E| Downloaded proc-macro2 v1.0.103
34762026-08-19T03:33:09.680Z[ helios-setup] Aug 19 03:33:08.567 INFO E| Downloaded toml v0.9.8
34772026-08-19T03:33:09.688Z[ helios-setup] Aug 19 03:33:08.573 INFO E| Downloaded bytes v1.10.1
34782026-08-19T03:33:09.702Z[ helios-setup] Aug 19 03:33:08.593 INFO E| Downloaded clap v4.5.51
34792026-08-19T03:33:09.708Z[ helios-setup] Aug 19 03:33:08.599 INFO E| Downloaded flate2 v1.1.5
34802026-08-19T03:33:09.722Z[ helios-setup] Aug 19 03:33:08.602 INFO E| Downloaded toml_edit v0.23.7
34812026-08-19T03:33:09.734Z[ helios-setup] Aug 19 03:33:08.625 INFO E| Downloaded uuid v1.18.1
34822026-08-19T03:33:09.741Z[ helios-setup] Aug 19 03:33:08.627 INFO E| Downloaded typenum v1.19.0
34832026-08-19T03:33:09.741Z[ helios-setup] Aug 19 03:33:08.629 INFO E| Downloaded rand v0.8.5
34842026-08-19T03:33:09.741Z[ helios-setup] Aug 19 03:33:08.631 INFO E| Downloaded rsa v0.9.8
34852026-08-19T03:33:09.749Z[ helios-setup] Aug 19 03:33:08.634 INFO E| Downloaded memchr v2.7.6
34862026-08-19T03:33:09.749Z[ helios-setup] Aug 19 03:33:08.638 INFO E| Downloaded cc v1.2.44
34872026-08-19T03:33:09.749Z[ helios-setup] Aug 19 03:33:08.639 INFO E| Downloaded futures-util v0.3.31
34882026-08-19T03:33:09.762Z[ helios-setup] Aug 19 03:33:08.646 INFO E| Downloaded iddqd v0.3.14
34892026-08-19T03:33:09.770Z[ helios-setup] Aug 19 03:33:08.650 INFO E| Downloaded indexmap v2.12.0
34902026-08-19T03:33:09.783Z[ helios-setup] Aug 19 03:33:08.657 INFO E| Downloaded mio v1.1.0
34912026-08-19T03:33:09.799Z[ helios-setup] Aug 19 03:33:08.689 INFO E| Downloaded libm v0.2.15
34922026-08-19T03:33:09.804Z[ helios-setup] Aug 19 03:33:08.695 INFO E| Downloaded hashbrown v0.16.0
34932026-08-19T03:33:09.813Z[ helios-setup] Aug 19 03:33:08.698 INFO E| Downloaded num-bigint-dig v0.8.4
34942026-08-19T03:33:09.819Z[ helios-setup] Aug 19 03:33:08.701 INFO E| Downloaded time v0.3.44
34952026-08-19T03:33:09.883Z[ helios-setup] Aug 19 03:33:08.772 INFO E| Downloaded serde_json v1.0.145
34962026-08-19T03:33:09.888Z[ helios-setup] Aug 19 03:33:08.776 INFO E| Downloaded clap_builder v4.5.51
34972026-08-19T03:33:09.904Z[ helios-setup] Aug 19 03:33:08.781 INFO E| Downloaded chrono v0.4.42
34982026-08-19T03:33:09.904Z[ helios-setup] Aug 19 03:33:08.785 INFO E| Downloaded unicode-width v0.2.2
34992026-08-19T03:33:09.917Z[ helios-setup] Aug 19 03:33:08.788 INFO E| Downloaded syn v2.0.108
35002026-08-19T03:33:09.917Z[ helios-setup] Aug 19 03:33:08.795 INFO E| Downloaded rustix v1.1.2
35012026-08-19T03:33:09.971Z[ helios-setup] Aug 19 03:33:08.863 INFO E| Downloaded libc v0.2.177
35022026-08-19T03:33:10.039Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35032026-08-19T03:33:10.057Z[ helios-setup] Aug 19 03:33:08.880 INFO E| Downloaded tokio v1.48.0
35042026-08-19T03:33:10.113Z[ helios-setup] Aug 19 03:33:08.982 INFO E| Compiling proc-macro2 v1.0.103
35052026-08-19T03:33:10.114Z[ helios-setup] Aug 19 03:33:08.982 INFO E| Compiling quote v1.0.41
35062026-08-19T03:33:10.114Z[ helios-setup] Aug 19 03:33:08.982 INFO E| Compiling unicode-ident v1.0.22
35072026-08-19T03:33:10.114Z[ helios-setup] Aug 19 03:33:08.982 INFO E| Compiling libc v0.2.177
35082026-08-19T03:33:10.114Z[ helios-setup] Aug 19 03:33:08.982 INFO E| Compiling serde_core v1.0.228
35092026-08-19T03:33:10.137Z[ helios-setup] Aug 19 03:33:08.982 INFO E| Compiling cfg-if v1.0.4
35102026-08-19T03:33:10.137Z[ helios-setup] Aug 19 03:33:08.982 INFO E| Compiling serde v1.0.228
35112026-08-19T03:33:10.137Z[ helios-setup] Aug 19 03:33:08.982 INFO E| Compiling version_check v0.9.5
35122026-08-19T03:33:10.137Z[ helios-setup] Aug 19 03:33:08.983 INFO E| Compiling autocfg v1.5.0
35132026-08-19T03:33:10.137Z[ helios-setup] Aug 19 03:33:08.983 INFO E| Compiling const-oid v0.9.6
35142026-08-19T03:33:10.137Z[ helios-setup] Aug 19 03:33:08.983 INFO E| Compiling typenum v1.19.0
35152026-08-19T03:33:10.137Z[ helios-setup] Aug 19 03:33:08.983 INFO E| Compiling libm v0.2.15
35162026-08-19T03:33:10.137Z[ helios-setup] Aug 19 03:33:08.983 INFO E| Compiling zerocopy v0.8.27
35172026-08-19T03:33:10.137Z[ helios-setup] Aug 19 03:33:08.983 INFO E| Compiling rustversion v1.0.22
35182026-08-19T03:33:10.137Z[ helios-setup] Aug 19 03:33:08.983 INFO E| Compiling zeroize v1.8.2
35192026-08-19T03:33:10.138Z[ helios-setup] Aug 19 03:33:08.983 INFO E| Compiling smallvec v1.15.1
35202026-08-19T03:33:10.239Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35212026-08-19T03:33:10.417Z[ helios-setup] Aug 19 03:33:09.306 INFO E| Compiling base64ct v1.8.0
35222026-08-19T03:33:10.775Z[ helios-setup] Aug 19 03:33:09.663 INFO E| Compiling winnow v0.7.13
35232026-08-19T03:33:10.810Z[ helios-setup] Aug 19 03:33:09.701 INFO E| Compiling generic-array v0.14.9
35242026-08-19T03:33:10.919Z[ helios-setup] Aug 19 03:33:09.803 INFO E| Compiling num-traits v0.2.19
35252026-08-19T03:33:10.969Z[ helios-setup] Aug 19 03:33:09.832 INFO E| Compiling pem-rfc7468 v0.7.0
35262026-08-19T03:33:11.042Z[ helios-setup] Aug 19 03:33:09.933 INFO E| Compiling rustix v1.1.2
35272026-08-19T03:33:11.062Z[ helios-setup] Aug 19 03:33:09.945 INFO E| Compiling hashbrown v0.16.0
35282026-08-19T03:33:11.083Z[ helios-setup] Aug 19 03:33:09.972 INFO E| Compiling memchr v2.7.6
35292026-08-19T03:33:11.178Z[ helios-setup] Aug 19 03:33:10.068 INFO E| Compiling anyhow v1.0.100
35302026-08-19T03:33:11.302Z[ helios-setup] Aug 19 03:33:10.189 INFO E| Compiling byteorder v1.5.0
35312026-08-19T03:33:11.613Z[ helios-setup] Aug 19 03:33:10.504 INFO E| Compiling equivalent v1.0.2
35322026-08-19T03:33:12.152Z[ helios-setup] Aug 19 03:33:10.617 INFO E| Compiling utf8parse v0.2.2
35332026-08-19T03:33:12.152Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35342026-08-19T03:33:12.152Z[ helios-setup] Aug 19 03:33:10.834 INFO E| Compiling getrandom v0.2.16
35352026-08-19T03:33:12.152Z[ helios-setup] Aug 19 03:33:10.931 INFO E| Compiling crc32fast v1.5.0
35362026-08-19T03:33:12.198Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35372026-08-19T03:33:12.210Z[ helios-setup] Aug 19 03:33:11.086 INFO E| Compiling flagset v0.4.7
35382026-08-19T03:33:12.258Z[ helios-setup] Aug 19 03:33:11.146 INFO E| Compiling rand_core v0.6.4
35392026-08-19T03:33:12.410Z[ helios-setup] Aug 19 03:33:11.276 INFO E| Compiling anstyle-parse v0.2.7
35402026-08-19T03:33:12.428Z[ helios-setup] Aug 19 03:33:11.305 INFO E| Compiling errno v0.3.14
35412026-08-19T03:33:12.483Z[ helios-setup] Aug 19 03:33:11.367 INFO E| Compiling indexmap v2.12.0
35422026-08-19T03:33:12.607Z[ helios-setup] Aug 19 03:33:11.498 INFO E| Compiling shlex v1.3.0
35432026-08-19T03:33:12.745Z[ helios-setup] Aug 19 03:33:11.634 INFO E| Compiling syn v2.0.108
35442026-08-19T03:33:12.818Z[ helios-setup] Aug 19 03:33:11.696 INFO E| Compiling colorchoice v1.0.4
35452026-08-19T03:33:12.873Z[ helios-setup] Aug 19 03:33:11.763 INFO E| Compiling cpufeatures v0.2.17
35462026-08-19T03:33:12.892Z[ helios-setup] Aug 19 03:33:11.782 INFO E| Compiling toml_datetime v0.7.3
35472026-08-19T03:33:12.911Z[ helios-setup] Aug 19 03:33:11.801 INFO E| Compiling is_terminal_polyfill v1.70.2
35482026-08-19T03:33:12.966Z[ helios-setup] Aug 19 03:33:11.852 INFO E| Compiling find-msvc-tools v0.1.4
35492026-08-19T03:33:12.992Z[ helios-setup] Aug 19 03:33:11.864 INFO E| Compiling anstyle-query v1.1.4
35502026-08-19T03:33:13.016Z[ helios-setup] Aug 19 03:33:11.905 INFO E| Compiling anstyle v1.0.13
35512026-08-19T03:33:13.039Z[ helios-setup] Aug 19 03:33:11.930 INFO E| Compiling radium v0.7.0
35522026-08-19T03:33:13.101Z[ helios-setup] Aug 19 03:33:11.990 INFO E| Compiling toml_parser v1.0.4
35532026-08-19T03:33:13.205Z[ helios-setup] Aug 19 03:33:12.094 INFO E| Compiling syn v1.0.109
35542026-08-19T03:33:13.241Z[ helios-setup] Aug 19 03:33:12.126 INFO E| Compiling allocator-api2 v0.2.21
35552026-08-19T03:33:13.276Z[ helios-setup] Aug 19 03:33:12.167 INFO E| Compiling slog v2.8.2
35562026-08-19T03:33:13.334Z[ helios-setup] Aug 19 03:33:12.224 INFO E| Compiling cc v1.2.44
35572026-08-19T03:33:13.494Z[ helios-setup] Aug 19 03:33:12.381 INFO E| Compiling anstream v0.6.21
35582026-08-19T03:33:13.629Z[ helios-setup] Aug 19 03:33:12.518 INFO E| Compiling tap v1.0.1
35592026-08-19T03:33:13.689Z[ helios-setup] Aug 19 03:33:12.576 INFO E| Compiling maybe-uninit v2.0.0
35602026-08-19T03:33:13.803Z[ helios-setup] Aug 19 03:33:12.694 INFO E| Compiling pin-project-lite v0.2.16
35612026-08-19T03:33:13.982Z[ helios-setup] Aug 19 03:33:12.872 INFO E| Compiling crypto-common v0.1.6
35622026-08-19T03:33:14.026Z[ helios-setup] Aug 19 03:33:12.914 INFO E| Compiling block-buffer v0.10.4
35632026-08-19T03:33:14.037Z[ host-package] Compiling fatfs v0.3.6
35642026-08-19T03:33:14.092Z[ helios-setup] Aug 19 03:33:12.975 INFO E| Compiling unicode-width v0.2.2
35652026-08-19T03:33:14.166Z[ helios-setup] Aug 19 03:33:13.049 INFO E| Compiling futures-sink v0.3.31
35662026-08-19T03:33:14.181Z[ helios-setup] Aug 19 03:33:13.069 INFO E| Compiling toml_edit v0.23.7
35672026-08-19T03:33:14.307Z[ helios-setup] Aug 19 03:33:13.198 INFO E| Compiling digest v0.10.7
35682026-08-19T03:33:14.336Z[ helios-setup] Aug 19 03:33:13.227 INFO E| Compiling pkg-config v0.3.32
35692026-08-19T03:33:14.347Z[ helios-setup] Aug 19 03:33:13.228 INFO E| Compiling futures-core v0.3.31
35702026-08-19T03:33:14.356Z[ helios-setup] Aug 19 03:33:13.241 INFO E| Compiling parking_lot_core v0.9.12
35712026-08-19T03:33:14.367Z[ helios-setup] Aug 19 03:33:13.248 INFO E| Compiling wyz v0.5.1
35722026-08-19T03:33:14.880Z[ helios-setup] Aug 19 03:33:13.462 INFO E| Compiling futures-channel v0.3.31
35732026-08-19T03:33:14.924Z[ helios-setup] Aug 19 03:33:13.604 INFO E| Compiling sha2 v0.10.9
35742026-08-19T03:33:14.925Z[ helios-setup] Aug 19 03:33:13.673 INFO E| Compiling getopts v0.2.24
35752026-08-19T03:33:14.925Z[ helios-setup] Aug 19 03:33:13.689 INFO E| Compiling num-integer v0.1.46
35762026-08-19T03:33:14.925Z[ helios-setup] Aug 19 03:33:13.710 INFO E| Compiling ahash v0.8.12
35772026-08-19T03:33:14.974Z[ helios-setup] Aug 19 03:33:13.865 INFO E| Compiling funty v2.0.0
35782026-08-19T03:33:15.003Z[ helios-setup] Aug 19 03:33:13.894 INFO E| Compiling num-conv v0.1.0
35792026-08-19T03:33:15.034Z[ helios-setup] Aug 19 03:33:13.925 INFO E| Compiling thiserror v1.0.69
35802026-08-19T03:33:15.105Z[ helios-setup] Aug 19 03:33:13.991 INFO E| Compiling pin-utils v0.1.0
35812026-08-19T03:33:15.149Z[ helios-setup] Aug 19 03:33:14.040 INFO E| Compiling clap_lex v0.7.6
35822026-08-19T03:33:15.209Z[ helios-setup] Aug 19 03:33:14.099 INFO E| Compiling packed_struct v0.10.1
35832026-08-19T03:33:15.218Z[ helios-setup] Aug 19 03:33:14.106 INFO E| Compiling num-bigint-dig v0.8.4
35842026-08-19T03:33:15.289Z[ helios-setup] Aug 19 03:33:14.178 INFO E| Compiling itoa v1.0.15
35852026-08-19T03:33:15.359Z[ helios-setup] Aug 19 03:33:14.249 INFO E| Compiling futures-task v0.3.31
35862026-08-19T03:33:15.452Z[ helios-setup] Aug 19 03:33:14.342 INFO E| Compiling scopeguard v1.2.0
35872026-08-19T03:33:15.511Z[ helios-setup] Aug 19 03:33:14.382 INFO E| Compiling powerfmt v0.2.0
35882026-08-19T03:33:15.581Z[ helios-setup] Aug 19 03:33:14.464 INFO E| Compiling heck v0.5.0
35892026-08-19T03:33:15.666Z[ helios-setup] Aug 19 03:33:14.557 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35902026-08-19T03:33:15.730Z[ helios-setup] Aug 19 03:33:14.621 INFO E| Compiling proc-macro-crate v3.4.0
35912026-08-19T03:33:15.749Z[ helios-setup] Aug 19 03:33:14.631 INFO E| Compiling bytes v1.10.1
35922026-08-19T03:33:15.762Z[ host-package] Compiling signal-hook-tokio v0.3.1
35932026-08-19T03:33:15.785Z[ helios-setup] Aug 19 03:33:14.652 INFO E| Compiling time-core v0.1.6
35942026-08-19T03:33:15.785Z[ helios-setup] Aug 19 03:33:14.664 INFO E| Compiling strsim v0.11.1
35952026-08-19T03:33:15.806Z[ helios-setup] Aug 19 03:33:14.675 INFO E| Compiling slab v0.4.11
35962026-08-19T03:33:15.970Z[ helios-setup] Aug 19 03:33:14.857 INFO E| Compiling spin v0.9.8
35972026-08-19T03:33:16.033Z[ helios-setup] Aug 19 03:33:14.919 INFO E| Compiling bitflags v2.10.0
35982026-08-19T03:33:16.156Z[ helios-setup] Aug 19 03:33:15.041 INFO E| Compiling getrandom v0.3.4
35992026-08-19T03:33:16.198Z[ host-package] Compiling yasna v0.5.2
36002026-08-19T03:33:16.284Z[ helios-setup] Aug 19 03:33:15.175 INFO E| Compiling futures-io v0.3.31
36012026-08-19T03:33:16.317Z[ helios-setup] Aug 19 03:33:15.192 INFO E| Compiling lazy_static v1.5.0
36022026-08-19T03:33:16.317Z[ helios-setup] Aug 19 03:33:15.192 INFO E| Compiling time-macros v0.2.24
36032026-08-19T03:33:16.395Z[ helios-setup] Aug 19 03:33:15.278 INFO E| Compiling bitvec v1.0.1
36042026-08-19T03:33:16.421Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36052026-08-19T03:33:16.485Z[ helios-setup] Aug 19 03:33:15.376 INFO E| Compiling deranged v0.5.5
36062026-08-19T03:33:16.721Z[ host-package] Compiling is_ci v1.2.0
36072026-08-19T03:33:16.763Z[ host-package] Compiling seq-macro v0.3.6
36082026-08-19T03:33:17.009Z[ helios-setup] Aug 19 03:33:15.895 INFO E| Compiling lock_api v0.4.14
36092026-08-19T03:33:17.131Z[ helios-setup] Aug 19 03:33:16.009 INFO E| Compiling num-iter v0.1.45
36102026-08-19T03:33:17.207Z[ helios-setup] Aug 19 03:33:16.084 INFO E| Compiling indexmap v1.9.3
36112026-08-19T03:33:17.229Z[ host-package] Compiling assert_matches v1.5.0
36122026-08-19T03:33:17.243Z[ helios-setup] Aug 19 03:33:16.111 INFO E| Compiling once_cell v1.21.3
36132026-08-19T03:33:17.256Z[ helios-setup] Aug 19 03:33:16.134 INFO E| Compiling nodrop v0.1.14
36142026-08-19T03:33:17.332Z[ helios-setup] Aug 19 03:33:16.220 INFO E| Compiling simd-adler32 v0.3.7
36152026-08-19T03:33:17.717Z[ helios-setup] Aug 19 03:33:16.245 INFO E| Compiling serde_json v1.0.145
36162026-08-19T03:33:17.766Z[ helios-setup] Aug 19 03:33:16.272 INFO E| Compiling thiserror v2.0.17
36172026-08-19T03:33:17.766Z[ helios-setup] Aug 19 03:33:16.406 INFO E| Compiling iana-time-zone v0.1.64
36182026-08-19T03:33:17.766Z[ helios-setup] Aug 19 03:33:16.460 INFO E| Compiling log v0.4.28
36192026-08-19T03:33:17.766Z[ helios-setup] Aug 19 03:33:16.501 INFO E| Compiling adler2 v2.0.1
36202026-08-19T03:33:17.766Z[ host-package] Compiling supports-color v3.0.2
36212026-08-19T03:33:17.766Z[ helios-setup] Aug 19 03:33:16.575 INFO E| Compiling terminal_size v0.4.3
36222026-08-19T03:33:17.766Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36232026-08-19T03:33:17.977Z[ helios-setup] Aug 19 03:33:16.868 INFO E| Compiling clap_builder v4.5.51
36242026-08-19T03:33:18.098Z[ helios-setup] Aug 19 03:33:16.989 INFO E| Compiling crc-catalog v2.4.0
36252026-08-19T03:33:18.105Z[ helios-setup] Aug 19 03:33:16.996 INFO E| Compiling env_filter v0.1.4
36262026-08-19T03:33:18.193Z[ helios-setup] Aug 19 03:33:17.069 INFO E| Compiling chrono v0.4.42
36272026-08-19T03:33:18.205Z[ host-package] Compiling rcgen v0.12.1
36282026-08-19T03:33:18.218Z[ helios-setup] Aug 19 03:33:17.109 INFO E| Compiling crc v3.3.0
36292026-08-19T03:33:18.291Z[ helios-setup] Aug 19 03:33:17.182 INFO E| Compiling miniz_oxide v0.8.9
36302026-08-19T03:33:18.313Z[ helios-setup] Aug 19 03:33:17.204 INFO E| Compiling parking_lot v0.12.5
36312026-08-19T03:33:18.339Z[ helios-setup] Aug 19 03:33:17.230 INFO E| Compiling array-init v0.0.4
36322026-08-19T03:33:18.646Z[ helios-setup] Aug 19 03:33:17.536 INFO E| Compiling time v0.3.44
36332026-08-19T03:33:18.684Z[ helios-setup] Aug 19 03:33:17.570 INFO E| Compiling smallvec v0.6.14
36342026-08-19T03:33:18.898Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36352026-08-19T03:33:19.062Z[ helios-setup] Aug 19 03:33:17.941 INFO E| Compiling serde_spanned v1.0.3
36362026-08-19T03:33:19.228Z[ helios-setup] Aug 19 03:33:18.115 INFO E| Compiling signature v2.2.0
36372026-08-19T03:33:19.349Z[ helios-setup] Aug 19 03:33:18.231 INFO E| Compiling is-terminal v0.4.17
36382026-08-19T03:33:19.378Z[ helios-setup] Aug 19 03:33:18.268 INFO E| Compiling mio v1.1.0
36392026-08-19T03:33:19.610Z[ helios-setup] Aug 19 03:33:18.501 INFO E| Compiling signal-hook-registry v1.4.6
36402026-08-19T03:33:19.616Z[ helios-setup] Aug 19 03:33:18.508 INFO E| Compiling socket2 v0.6.1
36412026-08-19T03:33:19.645Z[ helios-setup] Aug 19 03:33:18.535 INFO E| Compiling thread_local v1.1.9
36422026-08-19T03:33:19.711Z[ host-package] Compiling slog-envlogger v2.2.0
36432026-08-19T03:33:19.783Z[ helios-setup] Aug 19 03:33:18.674 INFO E| Compiling winnow v0.5.40
36442026-08-19T03:33:19.941Z[ helios-setup] Aug 19 03:33:18.832 INFO E| Compiling packed_struct_codegen v0.10.1
36452026-08-19T03:33:20.060Z[ helios-setup] Aug 19 03:33:18.948 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36462026-08-19T03:33:20.173Z[ helios-setup] Aug 19 03:33:19.058 INFO E| Compiling term v1.2.0
36472026-08-19T03:33:20.265Z[ helios-setup] Aug 19 03:33:19.146 INFO E| Compiling toml_writer v1.0.4
36482026-08-19T03:33:20.331Z[ helios-setup] Aug 19 03:33:19.201 INFO E| Compiling serde_derive v1.0.228
36492026-08-19T03:33:20.339Z[ helios-setup] Aug 19 03:33:19.208 INFO E| Compiling zerocopy-derive v0.8.27
36502026-08-19T03:33:20.607Z[ helios-setup] Aug 19 03:33:19.480 INFO E| Compiling der_derive v0.7.3
36512026-08-19T03:33:20.806Z[ helios-setup] Aug 19 03:33:19.684 INFO E| Compiling futures-macro v0.3.31
36522026-08-19T03:33:21.335Z[ helios-setup] Aug 19 03:33:19.702 INFO E| Compiling clap_derive v4.5.49
36532026-08-19T03:33:21.336Z[ helios-setup] Aug 19 03:33:19.722 INFO E| Compiling num_enum_derive v0.7.5
36542026-08-19T03:33:21.336Z[ helios-setup] Aug 19 03:33:19.776 INFO E| Compiling thiserror-impl v1.0.69
36552026-08-19T03:33:21.336Z[ helios-setup] Aug 19 03:33:20.025 INFO E| Compiling zerocopy-derive v0.6.6
36562026-08-19T03:33:21.336Z[ helios-setup] Aug 19 03:33:20.045 INFO E| Compiling bitfield-macros v0.19.3
36572026-08-19T03:33:23.457Z[ helios-setup] Aug 19 03:33:20.816 INFO E| Compiling thiserror-impl v2.0.17
36582026-08-19T03:33:23.457Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36592026-08-19T03:33:23.458Z[ helios-setup] Aug 19 03:33:21.341 INFO E| Compiling tokio-macros v2.6.0
36602026-08-19T03:33:23.458Z[ helios-setup] Aug 19 03:33:21.549 INFO E| Compiling futures-util v0.3.31
36612026-08-19T03:33:23.458Z[ helios-setup] Aug 19 03:33:21.909 INFO E| Compiling bitfield v0.19.3
36622026-08-19T03:33:23.458Z[ helios-setup] Aug 19 03:33:21.938 INFO E| Compiling num_enum v0.7.5
36632026-08-19T03:33:23.458Z[ helios-setup] Aug 19 03:33:22.011 INFO E| Compiling zerocopy v0.6.6
36642026-08-19T03:33:23.458Z[ helios-setup] Aug 19 03:33:22.018 INFO E| Compiling subtle v2.6.1
36652026-08-19T03:33:23.458Z[ helios-setup] Aug 19 03:33:22.146 INFO E| Compiling der v0.7.10
36662026-08-19T03:33:23.458Z[ helios-setup] Aug 19 03:33:22.198 INFO E| Compiling ryu v1.0.20
36672026-08-19T03:33:23.496Z[ helios-setup] Aug 19 03:33:22.305 INFO E| Compiling libdevinfo-sys v1.1.0
36682026-08-19T03:33:23.496Z[ helios-setup] Aug 19 03:33:22.339 INFO E| Compiling hashbrown v0.12.3
36692026-08-19T03:33:23.593Z[ helios-setup] Aug 19 03:33:22.484 INFO E| Compiling base64 v0.21.7
36702026-08-19T03:33:23.710Z[ helios-setup] Aug 19 03:33:22.601 INFO E| Compiling devinfo v0.1.0
36712026-08-19T03:33:23.779Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36722026-08-19T03:33:24.014Z[ helios-setup] Aug 19 03:33:22.891 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36732026-08-19T03:33:24.103Z[ helios-setup] Aug 19 03:33:22.981 INFO E| Compiling toml v0.9.8
36742026-08-19T03:33:24.178Z[ helios-setup] Aug 19 03:33:23.067 INFO E| Compiling tokio v1.48.0
36752026-08-19T03:33:24.219Z[ helios-setup] Aug 19 03:33:23.110 INFO E| Compiling bzip2 v0.4.4
36762026-08-19T03:33:24.313Z[ helios-setup] Aug 19 03:33:23.204 INFO E| Compiling flate2 v1.1.5
36772026-08-19T03:33:24.327Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36782026-08-19T03:33:24.459Z[ helios-setup] Aug 19 03:33:23.350 INFO E| Compiling uuid v1.18.1
36792026-08-19T03:33:24.601Z[ helios-setup] Aug 19 03:33:23.487 INFO E| Compiling clap v4.5.51
36802026-08-19T03:33:24.711Z[ helios-setup] Aug 19 03:33:23.586 INFO E| Compiling env_logger v0.11.8
36812026-08-19T03:33:24.744Z[ helios-setup] Aug 19 03:33:23.634 INFO E| Compiling rustc-hash v2.1.1
36822026-08-19T03:33:24.967Z[ helios-setup] Aug 19 03:33:23.858 INFO E| Compiling hex v0.4.3
36832026-08-19T03:33:25.054Z[ helios-setup] Aug 19 03:33:23.945 INFO E| Compiling foldhash v0.2.0
36842026-08-19T03:33:25.192Z[ helios-setup] Aug 19 03:33:24.083 INFO E| Compiling spki v0.7.3
36852026-08-19T03:33:25.207Z[ helios-setup] Aug 19 03:33:24.097 INFO E| Compiling bitflags v1.3.2
36862026-08-19T03:33:25.259Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36872026-08-19T03:33:25.295Z[ helios-setup] Aug 19 03:33:24.186 INFO E| Compiling crc-any v2.5.0
36882026-08-19T03:33:25.545Z[ helios-setup] Aug 19 03:33:24.436 INFO E| Compiling iddqd v0.3.14
36892026-08-19T03:33:25.573Z[ helios-setup] Aug 19 03:33:24.462 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36902026-08-19T03:33:25.664Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36912026-08-19T03:33:25.765Z[ helios-setup] Aug 19 03:33:24.607 INFO E| Compiling pkcs8 v0.10.2
36922026-08-19T03:33:25.779Z[ host-package] Compiling port-file v0.1.0
36932026-08-19T03:33:25.836Z[ helios-setup] Aug 19 03:33:24.727 INFO E| Compiling x509-cert v0.2.5
36942026-08-19T03:33:25.950Z[ helios-setup] Aug 19 03:33:24.842 INFO E| Compiling pkcs1 v0.7.5
36952026-08-19T03:33:25.991Z[ helios-setup] Aug 19 03:33:24.883 INFO E| Compiling zip v0.6.6
36962026-08-19T03:33:28.319Z[ helios-setup] Aug 19 03:33:25.088 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36972026-08-19T03:33:28.521Z[ host-package] Compiling rtoolbox v0.0.3
36982026-08-19T03:33:28.521Z[ host-package] Compiling subprocess v0.2.15
36992026-08-19T03:33:28.521Z[ helios-setup] Aug 19 03:33:25.503 INFO E| Compiling path-slash v0.1.5
37002026-08-19T03:33:28.521Z[ host-package] Compiling rpassword v7.5.4
37012026-08-19T03:33:28.521Z[ helios-setup] Aug 19 03:33:25.767 INFO E| Compiling ppv-lite86 v0.2.21
37022026-08-19T03:33:28.521Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37032026-08-19T03:33:28.521Z[ helios-setup] Aug 19 03:33:25.956 INFO E| Compiling erased-serde v0.3.31
37042026-08-19T03:33:28.521Z[ helios-setup] Aug 19 03:33:26.004 INFO E| Compiling toml_datetime v0.6.11
37052026-08-19T03:33:28.521Z[ helios-setup] Aug 19 03:33:26.376 INFO E| Compiling serde_spanned v0.6.9
37062026-08-19T03:33:28.521Z[ helios-setup] Aug 19 03:33:26.579 INFO E| Compiling rand_chacha v0.3.1
37072026-08-19T03:33:28.522Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37082026-08-19T03:33:28.522Z[ helios-setup] Aug 19 03:33:26.619 INFO E| Compiling futures-executor v0.3.31
37092026-08-19T03:33:28.522Z[ helios-setup] Aug 19 03:33:26.979 INFO E| Compiling rand v0.8.5
37102026-08-19T03:33:28.522Z[ helios-setup] Aug 19 03:33:27.090 INFO E| Compiling hashbrown v0.13.2
37112026-08-19T03:33:28.522Z[ helios-setup] Aug 19 03:33:27.150 INFO E| Compiling futures v0.3.31
37122026-08-19T03:33:28.542Z[ helios-setup] Aug 19 03:33:27.252 INFO E| Compiling toml_edit v0.19.15
37132026-08-19T03:33:28.542Z[ helios-setup] Aug 19 03:33:27.308 INFO E| Compiling ron v0.8.1
37142026-08-19T03:33:28.543Z[ helios-setup] Aug 19 03:33:27.323 INFO E| Compiling serde-hex v0.1.0
37152026-08-19T03:33:28.701Z[ helios-setup] Aug 19 03:33:27.592 INFO E| Compiling slog-term v2.9.2
37162026-08-19T03:33:28.960Z[ helios-setup] Aug 19 03:33:27.851 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37172026-08-19T03:33:29.791Z[ helios-setup] Aug 19 03:33:28.504 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37182026-08-19T03:33:29.815Z[ helios-setup] Aug 19 03:33:28.578 INFO E| Compiling object v0.30.4
37192026-08-19T03:33:30.335Z[ helios-setup] Aug 19 03:33:29.043 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37202026-08-19T03:33:31.121Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37212026-08-19T03:33:31.236Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37222026-08-19T03:33:31.333Z[ helios-setup] Aug 19 03:33:30.224 INFO E| Compiling rsa v0.9.8
37232026-08-19T03:33:31.500Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37242026-08-19T03:33:31.633Z[ helios-setup] Aug 19 03:33:30.524 INFO E| Compiling toml v0.7.8
37252026-08-19T03:33:33.167Z[ helios-setup] Aug 19 03:33:32.058 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37262026-08-19T03:33:33.716Z[ helios-setup] Aug 19 03:33:32.607 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37272026-08-19T03:33:35.012Z[ host-package] Compiling tui-tree-widget v0.23.1
37282026-08-19T03:33:35.785Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37292026-08-19T03:33:36.254Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37302026-08-19T03:33:36.990Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37312026-08-19T03:33:37.474Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37322026-08-19T03:33:38.003Z[ helios-setup] Aug 19 03:33:36.894 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37332026-08-19T03:33:39.520Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37342026-08-19T03:33:39.591Z[ helios-setup] Aug 19 03:33:38.481 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37352026-08-19T03:33:39.806Z[ host-package] Compiling uzers v0.12.2
37362026-08-19T03:33:41.779Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37372026-08-19T03:33:41.871Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37382026-08-19T03:33:42.585Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37392026-08-19T03:33:43.664Z[ helios-setup] Aug 19 03:33:42.555 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37402026-08-19T03:33:43.838Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37412026-08-19T03:33:44.121Z[ host-package] Compiling support-bundle-viewer v0.1.2
37422026-08-19T03:33:44.531Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37432026-08-19T03:33:46.113Z[ host-package] Compiling multimap v0.10.1
37442026-08-19T03:33:55.112Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37452026-08-19T03:33:55.308Z[ helios-setup] Aug 19 03:33:53.941 INFO E| Finished `release` profile [optimized] target(s) in 1m 01s
37462026-08-19T03:33:55.308Z[ helios-setup] Aug 19 03:33:53.943 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37472026-08-19T03:33:55.309Z[ helios-setup] Aug 19 03:33:53.943 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37482026-08-19T03:33:55.309Z[ helios-setup] Aug 19 03:33:53.999 INFO building project "pilot" ok (61 seconds)
37492026-08-19T03:33:55.309Z[ helios-setup] Aug 19 03:33:53.999 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37502026-08-19T03:33:55.309Z[ helios-setup] Aug 19 03:33:54.008 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37512026-08-19T03:33:55.309Z[ helios-setup] Aug 19 03:33:54.008 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37522026-08-19T03:33:55.309Z[ helios-setup] Aug 19 03:33:54.008 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37532026-08-19T03:33:55.590Z[ helios-setup] Aug 19 03:33:54.218 INFO E| Downloading crates ...
37542026-08-19T03:33:55.590Z[ helios-setup] Aug 19 03:33:54.260 INFO E| Downloaded errno v0.3.12
37552026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.268 INFO E| Downloaded bitflags v2.9.1
37562026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.274 INFO E| Downloaded time-core v0.1.4
37572026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.291 INFO E| Downloaded iana-time-zone v0.1.63
37582026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.302 INFO E| Downloaded deranged v0.4.0
37592026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.304 INFO E| Downloaded getrandom v0.3.3
37602026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.309 INFO E| Downloaded serde_with_macros v3.12.0
37612026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.310 INFO E| Downloaded time-macros v0.2.22
37622026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.311 INFO E| Downloaded tempfile v3.20.0
37632026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.319 INFO E| Downloaded anyhow v1.0.98
37642026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.331 INFO E| Downloaded indexmap v2.9.0
37652026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.348 INFO E| Downloaded hashbrown v0.15.3
37662026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.353 INFO E| Downloaded serde_with v3.12.0
37672026-08-19T03:33:55.591Z[ helios-setup] Aug 19 03:33:54.358 INFO E| Downloaded time v0.3.41
37682026-08-19T03:33:55.592Z[ helios-setup] Aug 19 03:33:54.363 INFO E| Downloaded rustix v1.0.7
37692026-08-19T03:33:55.592Z[ helios-setup] Aug 19 03:33:54.377 INFO E| Downloaded chrono v0.4.41
37702026-08-19T03:33:55.695Z[ helios-setup] Aug 19 03:33:54.431 INFO E| Compiling proc-macro2 v1.0.95
37712026-08-19T03:33:55.695Z[ helios-setup] Aug 19 03:33:54.431 INFO E| Compiling unicode-ident v1.0.18
37722026-08-19T03:33:55.695Z[ helios-setup] Aug 19 03:33:54.431 INFO E| Compiling libc v0.2.172
37732026-08-19T03:33:55.695Z[ helios-setup] Aug 19 03:33:54.431 INFO E| Compiling ident_case v1.0.1
37742026-08-19T03:33:55.695Z[ helios-setup] Aug 19 03:33:54.431 INFO E| Compiling strsim v0.11.1
37752026-08-19T03:33:55.695Z[ helios-setup] Aug 19 03:33:54.431 INFO E| Compiling fnv v1.0.7
37762026-08-19T03:33:55.695Z[ helios-setup] Aug 19 03:33:54.431 INFO E| Compiling serde v1.0.219
37772026-08-19T03:33:55.696Z[ helios-setup] Aug 19 03:33:54.431 INFO E| Compiling rustix v1.0.7
37782026-08-19T03:33:55.696Z[ helios-setup] Aug 19 03:33:54.431 INFO E| Compiling getrandom v0.3.3
37792026-08-19T03:33:55.696Z[ helios-setup] Aug 19 03:33:54.431 INFO E| Compiling serde_json v1.0.140
37802026-08-19T03:33:55.696Z[ helios-setup] Aug 19 03:33:54.476 INFO E| Compiling bitflags v2.9.1
37812026-08-19T03:33:55.696Z[ helios-setup] Aug 19 03:33:54.501 INFO E| Compiling cfg-if v1.0.0
37822026-08-19T03:33:55.696Z[ helios-setup] Aug 19 03:33:54.521 INFO E| Compiling thiserror v2.0.12
37832026-08-19T03:33:55.846Z[ helios-setup] Aug 19 03:33:54.546 INFO E| Compiling anyhow v1.0.98
37842026-08-19T03:33:55.846Z[ helios-setup] Aug 19 03:33:54.546 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37852026-08-19T03:33:55.846Z[ helios-setup] Aug 19 03:33:54.546 INFO E| Compiling fastrand v2.3.0
37862026-08-19T03:33:56.283Z[ helios-setup] Aug 19 03:33:55.058 INFO E| Compiling memchr v2.7.4
37872026-08-19T03:33:56.402Z[ helios-setup] Aug 19 03:33:55.085 INFO E| Compiling itoa v1.0.15
37882026-08-19T03:33:56.402Z[ helios-setup] Aug 19 03:33:55.086 INFO E| Compiling ryu v1.0.20
37892026-08-19T03:33:56.402Z[ helios-setup] Aug 19 03:33:55.188 INFO E| Compiling once_cell v1.21.3
37902026-08-19T03:33:57.394Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37912026-08-19T03:33:57.541Z[ helios-setup] Aug 19 03:33:56.188 INFO E| Compiling quote v1.0.40
37922026-08-19T03:33:57.743Z[ helios-setup] Aug 19 03:33:56.396 INFO E| Compiling syn v2.0.101
37932026-08-19T03:33:57.744Z[ helios-setup] Aug 19 03:33:56.442 INFO E| Compiling errno v0.3.12
37942026-08-19T03:33:58.629Z[ helios-setup] Aug 19 03:33:57.506 INFO E| Compiling tempfile v3.20.0
37952026-08-19T03:34:00.254Z[ helios-setup] Aug 19 03:33:59.141 INFO E| Compiling darling_core v0.20.11
37962026-08-19T03:34:01.385Z[ helios-setup] Aug 19 03:34:00.213 INFO E| Compiling serde_derive v1.0.219
37972026-08-19T03:34:01.386Z[ helios-setup] Aug 19 03:34:00.213 INFO E| Compiling thiserror-impl v2.0.12
37982026-08-19T03:34:02.613Z[ helios-setup] Aug 19 03:34:01.497 INFO E| Compiling darling_macro v0.20.11
37992026-08-19T03:34:03.370Z[ helios-setup] Aug 19 03:34:02.261 INFO E| Compiling darling v0.20.11
38002026-08-19T03:34:03.500Z[ helios-setup] Aug 19 03:34:02.355 INFO E| Compiling serde_with_macros v3.12.0
38012026-08-19T03:34:04.245Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38022026-08-19T03:34:05.023Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38032026-08-19T03:34:06.431Z[ helios-setup] Aug 19 03:34:05.322 INFO E| Compiling serde_with v3.12.0
38042026-08-19T03:34:11.000Z[ helios-setup] Aug 19 03:34:09.891 INFO E| Finished `release` profile [optimized] target(s) in 15.87s
38052026-08-19T03:34:11.029Z[ helios-setup] Aug 19 03:34:09.920 INFO building project "dmar-report" ok (15 seconds)
38062026-08-19T03:34:11.033Z[ helios-setup] rm -f helios-build
38072026-08-19T03:34:11.033Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38082026-08-19T03:34:11.036Z[ helios-setup]
38092026-08-19T03:34:11.040Z[ helios-setup] Setup complete! ./helios-build is now available.
38102026-08-19T03:34:11.040Z[ helios-setup]
38112026-08-19T03:34:11.040Z[ helios-setup]
38122026-08-19T03:34:11.040Z[ helios-setup] real 3:15.795025489
38132026-08-19T03:34:11.040Z[ helios-setup] user 7:04.873676515
38142026-08-19T03:34:11.041Z[ helios-setup] sys 1:20.227239891
38152026-08-19T03:34:11.041Z[ helios-setup] trap 0.495909273
38162026-08-19T03:34:11.041Z[ helios-setup] tflt 2.949853854
38172026-08-19T03:34:11.041Z[ helios-setup] dflt 7.962547492
38182026-08-19T03:34:11.041Z[ helios-setup] kflt 0.052554047
38192026-08-19T03:34:11.041Z[ helios-setup] lock 55:24.946824401
38202026-08-19T03:34:11.041Z[ helios-setup] slp 38:35.668478430
38212026-08-19T03:34:11.041Z[ helios-setup] lat 7:12.794827664
38222026-08-19T03:34:11.041Z[ helios-setup] stop 1:47.508416830
38232026-08-19T03:34:11.041ZAug 19 03:34:09.931 INFO [helios-setup] process exited with exit status: 0 (195.798160602s)
38242026-08-19T03:34:11.041ZAug 19 03:34:09.931 INFO [helios-record] running task
38252026-08-19T03:34:11.041ZAug 19 03:34:09.931 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38262026-08-19T03:34:11.045ZAug 19 03:34:09.936 DEBG process exited with exit status: 0 (4.524773ms)
38272026-08-19T03:34:11.045ZAug 19 03:34:09.936 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38282026-08-19T03:34:11.049ZAug 19 03:34:09.940 DEBG process exited with exit status: 0 (4.139294ms)
38292026-08-19T03:34:11.049ZAug 19 03:34:09.940 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38302026-08-19T03:34:11.052ZAug 19 03:34:09.944 DEBG process exited with exit status: 0 (3.853912ms)
38312026-08-19T03:34:11.053ZAug 19 03:34:09.944 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38322026-08-19T03:34:11.056ZAug 19 03:34:09.947 DEBG process exited with exit status: 0 (3.765283ms)
38332026-08-19T03:34:11.056ZAug 19 03:34:09.947 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38342026-08-19T03:34:11.060ZAug 19 03:34:09.951 DEBG process exited with exit status: 0 (3.606233ms)
38352026-08-19T03:34:11.060ZAug 19 03:34:09.951 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38362026-08-19T03:34:11.064ZAug 19 03:34:09.955 DEBG process exited with exit status: 0 (3.589013ms)
38372026-08-19T03:34:11.064ZAug 19 03:34:09.955 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38382026-08-19T03:34:11.067ZAug 19 03:34:09.958 DEBG process exited with exit status: 0 (3.587202ms)
38392026-08-19T03:34:11.067ZAug 19 03:34:09.958 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38402026-08-19T03:34:11.072ZAug 19 03:34:09.962 DEBG process exited with exit status: 0 (3.706723ms)
38412026-08-19T03:34:11.072ZAug 19 03:34:09.962 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38422026-08-19T03:34:11.078ZAug 19 03:34:09.966 DEBG process exited with exit status: 0 (3.707503ms)
38432026-08-19T03:34:11.078ZAug 19 03:34:09.966 INFO [helios-record] task succeeded (35.072496ms)
38442026-08-19T03:34:12.575Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38452026-08-19T03:45:07.370Z[ host-package] Finished `release` profile [optimized] target(s) in 13m 34s
38462026-08-19T03:45:58.576ZAug 19 03:45:57.463 INFO [host-package] process exited with exit status: 0 (865.546100197s)
38472026-08-19T03:45:58.576ZAug 19 03:45:57.463 INFO [host-libraries] running task
38482026-08-19T03:45:58.576ZAug 19 03:45:57.463 INFO [host-stamp] running task
38492026-08-19T03:45:58.579ZAug 19 03:45:57.466 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+git2e55f4ddac2
38502026-08-19T03:45:58.579ZAug 19 03:45:57.466 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+git2e55f4ddac2
38512026-08-19T03:45:58.579ZAug 19 03:45:57.466 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+git2e55f4ddac2
38522026-08-19T03:45:58.579ZAug 19 03:45:57.467 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+git2e55f4ddac2
38532026-08-19T03:45:58.579ZAug 19 03:45:57.467 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+git2e55f4ddac2
38542026-08-19T03:45:58.583ZAug 19 03:45:57.467 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+git2e55f4ddac2
38552026-08-19T03:45:58.583ZAug 19 03:45:57.467 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+git2e55f4ddac2
38562026-08-19T03:45:58.583ZAug 19 03:45:57.468 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+git2e55f4ddac2
38572026-08-19T03:45:58.588Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-08-19T03:45:58.588Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-08-19T03:45:58.588Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-08-19T03:45:58.591Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38612026-08-19T03:45:58.591Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38622026-08-19T03:45:58.591Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38632026-08-19T03:45:58.591Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38642026-08-19T03:45:58.591Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38652026-08-19T03:45:58.591Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38662026-08-19T03:45:58.594ZAug 19 03:45:57.480 INFO [stamp-overlay] process exited with exit status: 0 (13.29323ms)
38672026-08-19T03:45:58.599Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38682026-08-19T03:45:58.602ZAug 19 03:45:57.489 INFO [stamp-oxlog] process exited with exit status: 0 (22.566877ms)
38692026-08-19T03:45:58.621Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38702026-08-19T03:45:58.624ZAug 19 03:45:57.512 INFO [stamp-crucible-utils] process exited with exit status: 0 (44.604594ms)
38712026-08-19T03:45:58.633Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38722026-08-19T03:45:58.636ZAug 19 03:45:57.523 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (56.579063ms)
38732026-08-19T03:45:58.754Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38742026-08-19T03:45:58.757ZAug 19 03:45:57.645 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (177.719174ms)
38752026-08-19T03:45:59.135Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38762026-08-19T03:45:59.138Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38772026-08-19T03:45:59.138ZAug 19 03:45:58.025 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (559.198121ms)
38782026-08-19T03:45:59.141ZAug 19 03:45:58.026 INFO [stamp-propolis-server] process exited with exit status: 0 (558.626411ms)
38792026-08-19T03:46:00.259ZAug 19 03:45:59.146 INFO [host-libraries] task succeeded (1.682598677s)
38802026-08-19T03:46:00.262ZAug 19 03:45:59.146 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38812026-08-19T03:46:00.265Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38822026-08-19T03:46:01.184Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38832026-08-19T03:46:02.072Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38842026-08-19T03:46:05.738Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38852026-08-19T03:46:05.742ZAug 19 03:46:04.630 INFO [stamp-switch-asic] process exited with exit status: 0 (7.162094054s)
38862026-08-19T03:46:05.742ZAug 19 03:46:04.630 INFO [host-stamp] task succeeded (7.166458727s)
38872026-08-19T03:46:05.742ZAug 19 03:46:04.630 INFO [host-proto] running task
38882026-08-19T03:46:06.201ZAug 19 03:46:05.089 INFO [host-proto] task succeeded (458.837795ms)
38892026-08-19T03:46:06.201ZAug 19 03:46:05.089 INFO [host-profile] running task
38902026-08-19T03:46:06.205ZAug 19 03:46:05.089 INFO [host-profile] task succeeded (234.2µs)
38912026-08-19T03:46:06.205ZAug 19 03:46:05.090 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/.tmpNiwJUs/proto/host/root -N 'ci 2e55f4d/${os_short_commit} 2026-08-19 03:30' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38922026-08-19T03:46:06.208Z[ host-image] Aug 19 03:46:05.095 INFO Checking files for board 'cosmo-mbist'
38932026-08-19T03:46:06.208Z[ host-image] Aug 19 03:46:05.095 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38942026-08-19T03:46:06.211Z[ host-image] Aug 19 03:46:05.095 INFO Checking files for board 'cosmo-mbist-noaggr'
38952026-08-19T03:46:06.211Z[ host-image] Aug 19 03:46:05.095 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38962026-08-19T03:46:06.211Z[ host-image] Aug 19 03:46:05.095 INFO Checking files for board 'gimlet'
38972026-08-19T03:46:06.211Z[ host-image] Aug 19 03:46:05.095 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38982026-08-19T03:46:06.211Z[ host-image] Aug 19 03:46:05.095 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38992026-08-19T03:46:06.211Z[ host-image] Aug 19 03:46:05.095 INFO Checking files for board 'cosmo'
39002026-08-19T03:46:06.211Z[ host-image] Aug 19 03:46:05.096 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39012026-08-19T03:46:06.211Z[ host-image] Aug 19 03:46:05.096 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39022026-08-19T03:46:06.216Z[ host-image] Aug 19 03:46:05.104 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpNiwJUs/proto/host/root"
39032026-08-19T03:46:06.219Z[ host-image] Aug 19 03:46:05.104 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39042026-08-19T03:46:06.219Z[ host-image] Aug 19 03:46:05.104 INFO image builder template: ramdisk-01-os...
39052026-08-19T03:46:06.219Z[ host-image] Aug 19 03:46:05.104 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/.tmpNiwJUs/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
39062026-08-19T03:46:06.229Z[ host-image] Aug 19 03:46:05.116 INFO O| Aug 19 03:46:05.116 INFO CREATE DATASET: rpool/images/build/host/output
39072026-08-19T03:46:07.802Z[ host-image] Aug 19 03:46:06.689 INFO O| Aug 19 03:46:06.689 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39082026-08-19T03:46:07.805Z[ host-image] Aug 19 03:46:06.692 INFO O| Aug 19 03:46:06.692 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39092026-08-19T03:46:08.039Z[ host-image] Aug 19 03:46:06.927 INFO O| Aug 19 03:46:06.927 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39102026-08-19T03:46:08.098Z[ host-image] Aug 19 03:46:06.985 INFO O| Aug 19 03:46:06.985 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39112026-08-19T03:46:08.098Z[ host-image] Aug 19 03:46:06.986 INFO O| Aug 19 03:46:06.985 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39122026-08-19T03:46:08.101Z[ host-image] Aug 19 03:46:06.986 INFO O| Aug 19 03:46:06.986 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39132026-08-19T03:46:08.101Z[ host-image] Aug 19 03:46:06.986 INFO O| Aug 19 03:46:06.986 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39142026-08-19T03:46:08.104Z[ host-image] Aug 19 03:46:06.991 INFO O| Aug 19 03:46:06.991 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39152026-08-19T03:46:08.318Z[ host-image] Aug 19 03:46:07.206 INFO O| Aug 19 03:46:07.206 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-08-19T03:46:08.325Z[ host-image] Aug 19 03:46:07.212 INFO O| Aug 19 03:46:07.212 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39172026-08-19T03:46:08.591Z[ host-image] Aug 19 03:46:07.478 INFO O| Aug 19 03:46:07.478 INFO O| Caching catalogs ... Done
39182026-08-19T03:46:08.654Z[ host-image] Aug 19 03:46:07.540 INFO O| Aug 19 03:46:07.540 INFO STEP 0 (pkg_image_create) COMPLETE
39192026-08-19T03:46:08.654Z[ host-image] Aug 19 03:46:07.540 INFO O| Aug 19 03:46:07.540 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39202026-08-19T03:46:08.658Z[ host-image] Aug 19 03:46:07.546 INFO O| Aug 19 03:46:07.546 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"]
39212026-08-19T03:46:08.898Z[ host-image] Aug 19 03:46:07.785 INFO O| Aug 19 03:46:07.785 INFO STEP 1 (pkg_set_publisher) COMPLETE
39222026-08-19T03:46:08.898Z[ host-image] Aug 19 03:46:07.785 INFO O| Aug 19 03:46:07.785 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39232026-08-19T03:46:08.901Z[ host-image] Aug 19 03:46:07.785 INFO O| Aug 19 03:46:07.785 INFO skip step because feature "publisher_1_name" is not enabled
39242026-08-19T03:46:08.901Z[ host-image] Aug 19 03:46:07.785 INFO O| Aug 19 03:46:07.785 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39252026-08-19T03:46:08.901Z[ host-image] Aug 19 03:46:07.785 INFO O| Aug 19 03:46:07.785 INFO skip step because feature "publisher_2_name" is not enabled
39262026-08-19T03:46:08.901Z[ host-image] Aug 19 03:46:07.785 INFO O| Aug 19 03:46:07.785 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39272026-08-19T03:46:08.901Z[ host-image] Aug 19 03:46:07.785 INFO O| Aug 19 03:46:07.785 INFO skip step because feature "publisher_3_name" is not enabled
39282026-08-19T03:46:08.901Z[ host-image] Aug 19 03:46:07.785 INFO O| Aug 19 03:46:07.785 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-08-19T03:46:09.141Z[ host-image] Aug 19 03:46:08.028 INFO O| Aug 19 03:46:08.028 INFO variant opensolaris.zone is already global
39302026-08-19T03:46:09.141Z[ host-image] Aug 19 03:46:08.028 INFO O| Aug 19 03:46:08.028 INFO STEP 5 (pkg_change_variant) COMPLETE
39312026-08-19T03:46:09.141Z[ host-image] Aug 19 03:46:08.028 INFO O| Aug 19 03:46:08.028 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39322026-08-19T03:46:09.518Z[ host-image] Aug 19 03:46:08.404 INFO O| Aug 19 03:46:08.404 INFO variant opensolaris.imagetype is full; changing to partial
39332026-08-19T03:46:09.518Z[ host-image] Aug 19 03:46:08.404 INFO O| Aug 19 03:46:08.404 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39342026-08-19T03:46:11.041Z[ host-image] Aug 19 03:46:09.928 INFO O| Aug 19 03:46:09.928 INFO O| Startup: Refreshing catalog 'helios' ... Done
39352026-08-19T03:46:11.389Z[ host-image] Aug 19 03:46:10.277 INFO O| Aug 19 03:46:10.276 INFO O| Startup: Caching catalogs ... Done
39362026-08-19T03:46:11.400Z[ host-image] Aug 19 03:46:10.288 INFO O| Aug 19 03:46:10.288 INFO O| Planning: Planning completed in 0.00 seconds
39372026-08-19T03:46:11.403Z[ host-image] Aug 19 03:46:10.288 INFO O| Aug 19 03:46:10.288 INFO O| Planning: Consolidating action changes ... Done
39382026-08-19T03:46:11.403Z[ host-image] Aug 19 03:46:10.288 INFO O| Aug 19 03:46:10.288 INFO O| Planning: Evaluating mediators ... Done
39392026-08-19T03:46:11.403Z[ host-image] Aug 19 03:46:10.289 INFO O| Aug 19 03:46:10.288 INFO O| Planning: Planning completed in 0.00 seconds
39402026-08-19T03:46:11.403Z[ host-image] Aug 19 03:46:10.289 INFO O| Aug 19 03:46:10.289 INFO O| Variants/Facets to change: 1
39412026-08-19T03:46:11.410Z[ host-image] Aug 19 03:46:10.297 INFO O| Aug 19 03:46:10.297 INFO O| Finalize: Updating package state database ... Done
39422026-08-19T03:46:11.410Z[ host-image] Aug 19 03:46:10.297 INFO O| Aug 19 03:46:10.297 INFO O| Finalize: Updating package cache ... Done
39432026-08-19T03:46:11.465Z[ host-image] Aug 19 03:46:10.352 INFO O| Aug 19 03:46:10.352 INFO O| Finalize: Updating image state ... Done
39442026-08-19T03:46:11.473Z[ host-image] Aug 19 03:46:10.360 INFO O| Aug 19 03:46:10.360 INFO O| Finalize: Creating fast lookup database ... Done
39452026-08-19T03:46:11.476Z[ host-image] Aug 19 03:46:10.361 INFO O| Aug 19 03:46:10.361 INFO O| Finalize: Reading search index ... Done
39462026-08-19T03:46:11.476Z[ host-image] Aug 19 03:46:10.361 INFO O| Aug 19 03:46:10.361 INFO O| Finalize: Updating search index ... Done
39472026-08-19T03:46:11.476Z[ host-image] Aug 19 03:46:10.362 INFO O| Aug 19 03:46:10.362 INFO O| Finalize: Updating package cache ... Done
39482026-08-19T03:46:11.637Z[ host-image] Aug 19 03:46:10.524 INFO O| Aug 19 03:46:10.524 INFO STEP 6 (pkg_change_variant) COMPLETE
39492026-08-19T03:46:11.637Z[ host-image] Aug 19 03:46:10.524 INFO O| Aug 19 03:46:10.524 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-08-19T03:46:11.640Z[ host-image] Aug 19 03:46:10.524 INFO O| Aug 19 03:46:10.524 INFO skip step because feature "debug_variant" is not enabled
39512026-08-19T03:46:11.640Z[ host-image] Aug 19 03:46:10.524 INFO O| Aug 19 03:46:10.524 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39522026-08-19T03:46:11.881Z[ host-image] Aug 19 03:46:10.768 INFO O| Aug 19 03:46:10.768 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39532026-08-19T03:46:13.183Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.80s
39542026-08-19T03:46:13.297Z[ host-image] Aug 19 03:46:12.184 INFO O| Aug 19 03:46:12.184 INFO O| Startup: Refreshing catalog 'helios' ... Done
39552026-08-19T03:46:13.727Z[ host-image] Aug 19 03:46:12.609 INFO O| Aug 19 03:46:12.609 INFO O| Startup: Caching catalogs ... Done
39562026-08-19T03:46:13.739Z[ host-image] Aug 19 03:46:12.622 INFO O| Aug 19 03:46:12.622 INFO O| Planning: Planning completed in 0.00 seconds
39572026-08-19T03:46:13.752Z[ host-image] Aug 19 03:46:12.622 INFO O| Aug 19 03:46:12.622 INFO O| Planning: Consolidating action changes ... Done
39582026-08-19T03:46:13.752Z[ host-image] Aug 19 03:46:12.622 INFO O| Aug 19 03:46:12.622 INFO O| Planning: Evaluating mediators ... Done
39592026-08-19T03:46:13.752Z[ host-image] Aug 19 03:46:12.622 INFO O| Aug 19 03:46:12.622 INFO O| Planning: Planning completed in 0.00 seconds
39602026-08-19T03:46:13.752Z[ host-image] Aug 19 03:46:12.623 INFO O| Aug 19 03:46:12.623 INFO O| Variants/Facets to change: 1
39612026-08-19T03:46:13.752Z[ host-image] Aug 19 03:46:12.631 INFO O| Aug 19 03:46:12.631 INFO O| Finalize: Updating package state database ... Done
39622026-08-19T03:46:13.753Z[ host-image] Aug 19 03:46:12.631 INFO O| Aug 19 03:46:12.631 INFO O| Finalize: Updating package cache ... Done
39632026-08-19T03:46:13.805Z[ host-image] Aug 19 03:46:12.693 INFO O| Aug 19 03:46:12.693 INFO O| Finalize: Updating image state ... Done
39642026-08-19T03:46:13.812Z[ host-image] Aug 19 03:46:12.700 INFO O| Aug 19 03:46:12.700 INFO O| Finalize: Creating fast lookup database ... Done
39652026-08-19T03:46:13.815Z[ host-image] Aug 19 03:46:12.701 INFO O| Aug 19 03:46:12.701 INFO O| Finalize: Reading search index ... Done
39662026-08-19T03:46:13.815Z[ host-image] Aug 19 03:46:12.701 INFO O| Aug 19 03:46:12.701 INFO O| Finalize: Updating search index ... Done
39672026-08-19T03:46:13.815Z[ host-image] Aug 19 03:46:12.701 INFO O| Aug 19 03:46:12.701 INFO O| Finalize: Updating package cache ... Done
39682026-08-19T03:46:13.982Z[ host-image] Aug 19 03:46:12.870 INFO O| Aug 19 03:46:12.869 INFO STEP 8 (pkg_change_facet) COMPLETE
39692026-08-19T03:46:13.985Z[ host-image] Aug 19 03:46:12.870 INFO O| Aug 19 03:46:12.870 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-08-19T03:46:13.985Z[ host-image] Aug 19 03:46:12.870 INFO O| Aug 19 03:46:12.870 INFO skip step because feature "recovery" is not enabled
39712026-08-19T03:46:13.986Z[ host-image] Aug 19 03:46:12.870 INFO O| Aug 19 03:46:12.870 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-08-19T03:46:13.986Z[ host-image] Aug 19 03:46:12.870 INFO O| Aug 19 03:46:12.870 INFO skip step because feature "recovery" is not enabled
39732026-08-19T03:46:13.986Z[ host-image] Aug 19 03:46:12.870 INFO O| Aug 19 03:46:12.870 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742026-08-19T03:46:13.989Z[ host-image] Aug 19 03:46:12.877 INFO O| Aug 19 03:46:12.877 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"]
39752026-08-19T03:46:15.379Z[ host-image] Aug 19 03:46:14.266 INFO O| Aug 19 03:46:14.266 INFO O| Startup: Refreshing catalog 'helios' ... Done
39762026-08-19T03:46:15.736Z[ host-image] Aug 19 03:46:14.623 INFO O| Aug 19 03:46:14.623 INFO O| Startup: Caching catalogs ... Done
39772026-08-19T03:46:17.347ZAug 19 03:46:16.235 INFO [recovery-package] process exited with exit status: 0 (17.088509309s)
39782026-08-19T03:46:17.347ZAug 19 03:46:16.235 INFO [recovery-libraries] running task
39792026-08-19T03:46:17.347ZAug 19 03:46:16.235 INFO [recovery-stamp] running task
39802026-08-19T03:46:17.351ZAug 19 03:46:16.235 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+git2e55f4ddac2
39812026-08-19T03:46:17.351ZAug 19 03:46:16.235 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git2e55f4ddac2
39822026-08-19T03:46:17.355Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39832026-08-19T03:46:17.358Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39842026-08-19T03:46:17.398Z[ host-image] Aug 19 03:46:16.285 INFO O| Aug 19 03:46:16.285 INFO O| Planning: Solver setup ... Done
39852026-08-19T03:46:17.401ZAug 19 03:46:16.287 INFO [recovery-libraries] task succeeded (52.041719ms)
39862026-08-19T03:46:17.401ZAug 19 03:46:16.287 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39872026-08-19T03:46:17.456Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39882026-08-19T03:46:17.460ZAug 19 03:46:16.346 INFO [stamp-installinator] process exited with exit status: 0 (111.027474ms)
39892026-08-19T03:46:17.527Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39902026-08-19T03:46:17.530ZAug 19 03:46:16.418 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (182.558068ms)
39912026-08-19T03:46:17.530ZAug 19 03:46:16.418 INFO [recovery-stamp] task succeeded (182.998958ms)
39922026-08-19T03:46:17.530ZAug 19 03:46:16.418 INFO [recovery-proto] running task
39932026-08-19T03:46:17.530ZAug 19 03:46:16.418 INFO [tuf-stamp] running task
39942026-08-19T03:46:17.533ZAug 19 03:46:16.418 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+git2e55f4ddac2
39952026-08-19T03:46:17.533ZAug 19 03:46:16.419 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+git2e55f4ddac2
39962026-08-19T03:46:17.533ZAug 19 03:46:16.419 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+git2e55f4ddac2
39972026-08-19T03:46:17.533ZAug 19 03:46:16.419 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+git2e55f4ddac2
39982026-08-19T03:46:17.533ZAug 19 03:46:16.420 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+git2e55f4ddac2
39992026-08-19T03:46:17.533ZAug 19 03:46:16.420 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+git2e55f4ddac2
40002026-08-19T03:46:17.533ZAug 19 03:46:16.421 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+git2e55f4ddac2
40012026-08-19T03:46:17.536ZAug 19 03:46:16.422 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+git2e55f4ddac2
40022026-08-19T03:46:17.537ZAug 19 03:46:16.422 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+git2e55f4ddac2
40032026-08-19T03:46:17.537ZAug 19 03:46:16.422 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+git2e55f4ddac2
40042026-08-19T03:46:17.537ZAug 19 03:46:16.423 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+git2e55f4ddac2
40052026-08-19T03:46:17.537ZAug 19 03:46:16.423 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+git2e55f4ddac2
40062026-08-19T03:46:17.539Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-08-19T03:46:17.540Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-08-19T03:46:17.542Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-08-19T03:46:17.543Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-08-19T03:46:17.543Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40112026-08-19T03:46:17.543Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-08-19T03:46:17.543Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40132026-08-19T03:46:17.543Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40142026-08-19T03:46:17.543Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40152026-08-19T03:46:17.543Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40162026-08-19T03:46:17.546Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40172026-08-19T03:46:17.546Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40182026-08-19T03:46:17.559Z[ host-image] Aug 19 03:46:16.446 INFO O| Aug 19 03:46:16.446 INFO O| Planning: Running solver ... Done
40192026-08-19T03:46:17.588Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40202026-08-19T03:46:17.592ZAug 19 03:46:16.480 INFO [stamp-probe] process exited with exit status: 0 (61.099326ms)
40212026-08-19T03:46:17.602Z[ host-image] Aug 19 03:46:16.490 INFO O| Aug 19 03:46:16.490 INFO O| Planning: Finding local manifests ... Done
40222026-08-19T03:46:17.620Z[ host-image] Aug 19 03:46:16.507 INFO O| Aug 19 03:46:16.507 INFO O| Planning: Fetching manifests: 0/130 0% complete
40232026-08-19T03:46:17.664ZAug 19 03:46:16.551 INFO [recovery-proto] task succeeded (133.910311ms)
40242026-08-19T03:46:17.667ZAug 19 03:46:16.552 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/.tmpNiwJUs/proto/recovery/root -N 'recovery 2e55f4d/${os_short_commit} 2026-08-19 03:30' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40252026-08-19T03:46:17.671Z[ recovery-image] Aug 19 03:46:16.559 INFO Checking files for board 'cosmo-mbist'
40262026-08-19T03:46:17.671Z[ recovery-image] Aug 19 03:46:16.559 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40272026-08-19T03:46:17.674Z[ recovery-image] Aug 19 03:46:16.559 INFO Checking files for board 'cosmo'
40282026-08-19T03:46:17.674Z[ recovery-image] Aug 19 03:46:16.559 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40292026-08-19T03:46:17.674Z[ recovery-image] Aug 19 03:46:16.559 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40302026-08-19T03:46:17.674Z[ recovery-image] Aug 19 03:46:16.559 INFO Checking files for board 'gimlet'
40312026-08-19T03:46:17.674Z[ recovery-image] Aug 19 03:46:16.559 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40322026-08-19T03:46:17.674Z[ recovery-image] Aug 19 03:46:16.559 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40332026-08-19T03:46:17.675Z[ recovery-image] Aug 19 03:46:16.559 INFO Checking files for board 'cosmo-mbist-noaggr'
40342026-08-19T03:46:17.675Z[ recovery-image] Aug 19 03:46:16.559 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40352026-08-19T03:46:17.683Z[ recovery-image] Aug 19 03:46:16.569 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpNiwJUs/proto/recovery/root"
40362026-08-19T03:46:17.686Z[ recovery-image] Aug 19 03:46:16.569 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40372026-08-19T03:46:17.687Z[ recovery-image] Aug 19 03:46:16.569 INFO image builder template: ramdisk-01-os...
40382026-08-19T03:46:17.687Z[ recovery-image] Aug 19 03:46:16.569 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/.tmpNiwJUs/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
40392026-08-19T03:46:17.699Z[ recovery-image] Aug 19 03:46:16.585 INFO O| Aug 19 03:46:16.585 INFO CREATE DATASET: rpool/images/build/recovery/output
40402026-08-19T03:46:17.981Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40412026-08-19T03:46:18.009Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40422026-08-19T03:46:18.081Z[ recovery-image] Aug 19 03:46:16.968 INFO O| Aug 19 03:46:16.968 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40432026-08-19T03:46:18.085Z[ recovery-image] Aug 19 03:46:16.972 INFO O| Aug 19 03:46:16.972 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40442026-08-19T03:46:18.126Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40452026-08-19T03:46:18.130ZAug 19 03:46:17.018 INFO [stamp-ntp] process exited with exit status: 0 (595.279488ms)
40462026-08-19T03:46:18.186Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40472026-08-19T03:46:18.189ZAug 19 03:46:17.076 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (654.691903ms)
40482026-08-19T03:46:18.321Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40492026-08-19T03:46:18.325ZAug 19 03:46:17.212 INFO [stamp-internal-dns] process exited with exit status: 0 (792.154736ms)
40502026-08-19T03:46:18.391Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40512026-08-19T03:46:18.394ZAug 19 03:46:17.282 INFO [stamp-external-dns] process exited with exit status: 0 (862.205639ms)
40522026-08-19T03:46:18.426Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40532026-08-19T03:46:18.429ZAug 19 03:46:17.316 INFO [stamp-crucible-zone] process exited with exit status: 0 (895.806885ms)
40542026-08-19T03:46:18.617Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40552026-08-19T03:46:18.622ZAug 19 03:46:17.508 INFO [stamp-oximeter] process exited with exit status: 0 (1.08895972s)
40562026-08-19T03:46:19.020Z[ recovery-image] Aug 19 03:46:17.908 INFO O| Aug 19 03:46:17.907 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40572026-08-19T03:46:19.373Z[ host-image] Aug 19 03:46:18.260 INFO O| Aug 19 03:46:18.260 INFO O| Planning: Fetching manifests: 130/130 100% complete
40582026-08-19T03:46:19.652Z[ recovery-image] Aug 19 03:46:18.538 INFO O| Aug 19 03:46:18.538 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40592026-08-19T03:46:19.652Z[ recovery-image] Aug 19 03:46:18.538 INFO O| Aug 19 03:46:18.538 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40602026-08-19T03:46:19.652Z[ recovery-image] Aug 19 03:46:18.538 INFO O| Aug 19 03:46:18.538 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40612026-08-19T03:46:19.656Z[ recovery-image] Aug 19 03:46:18.538 INFO O| Aug 19 03:46:18.538 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40622026-08-19T03:46:19.659Z[ recovery-image] Aug 19 03:46:18.544 INFO O| Aug 19 03:46:18.544 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40632026-08-19T03:46:19.774Z[ host-image] Aug 19 03:46:18.660 INFO O| Aug 19 03:46:18.660 INFO O| Planning: Package planning ... Done
40642026-08-19T03:46:20.204Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40652026-08-19T03:46:20.207ZAug 19 03:46:19.094 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.672409032s)
40662026-08-19T03:46:20.223Z[ host-image] Aug 19 03:46:19.101 INFO O| Aug 19 03:46:19.101 INFO O| Planning: Merging actions ... Done
40672026-08-19T03:46:20.321Z[ host-image] Aug 19 03:46:19.208 INFO O| Aug 19 03:46:19.208 INFO O| Planning: Checking for conflicting actions ... Done
40682026-08-19T03:46:20.427Z[ host-image] Aug 19 03:46:19.314 INFO O| Aug 19 03:46:19.314 INFO O| Planning: Consolidating action changes ... Done
40692026-08-19T03:46:20.597Z[ host-image] Aug 19 03:46:19.484 INFO O| Aug 19 03:46:19.484 INFO O| Planning: Evaluating mediators ... Done
40702026-08-19T03:46:21.968Z[ host-image] Aug 19 03:46:20.855 INFO O| Aug 19 03:46:20.855 INFO O| Planning: Planning completed in 6.22 seconds
40712026-08-19T03:46:21.971Z[ host-image] Aug 19 03:46:20.857 INFO O| Aug 19 03:46:20.857 INFO O| Packages to install: 130
40722026-08-19T03:46:21.971Z[ host-image] Aug 19 03:46:20.857 INFO O| Aug 19 03:46:20.857 INFO O| Mediators to change: 5
40732026-08-19T03:46:21.971Z[ host-image] Aug 19 03:46:20.857 INFO O| Aug 19 03:46:20.857 INFO O| Services to change: 6
40742026-08-19T03:46:21.996Z[ host-image] Aug 19 03:46:20.883 INFO O| Aug 19 03:46:20.883 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
40752026-08-19T03:46:22.237Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40762026-08-19T03:46:22.240ZAug 19 03:46:21.127 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.704674372s)
40772026-08-19T03:46:22.409Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40782026-08-19T03:46:22.412ZAug 19 03:46:21.299 INFO [stamp-clickhouse] process exited with exit status: 0 (4.876118411s)
40792026-08-19T03:46:22.451Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40802026-08-19T03:46:22.454ZAug 19 03:46:21.342 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.921323495s)
40812026-08-19T03:46:22.846Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40822026-08-19T03:46:22.851ZAug 19 03:46:21.738 INFO [stamp-nexus] process exited with exit status: 0 (5.320134977s)
40832026-08-19T03:46:22.851ZAug 19 03:46:21.738 INFO [tuf-stamp] task succeeded (5.320873867s)
40842026-08-19T03:46:22.851ZAug 19 03:46:21.738 INFO [tuf-v2-zones] running task
40852026-08-19T03:46:23.031ZAug 19 03:46:21.917 INFO [tuf-v2-zones] task succeeded (179.005854ms)
40862026-08-19T03:46:23.063Z[verify-libraries] Compiling match_cfg v0.1.0
40872026-08-19T03:46:23.063Z[verify-libraries] Compiling slog-json v2.6.1
40882026-08-19T03:46:23.066Z[verify-libraries] Compiling debug-ignore v1.0.5
40892026-08-19T03:46:23.066Z[verify-libraries] Compiling progenitor-client v0.14.0
40902026-08-19T03:46:23.066Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40912026-08-19T03:46:23.066Z[verify-libraries] Compiling sha1 v0.11.0
40922026-08-19T03:46:23.066Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40932026-08-19T03:46:23.066Z[verify-libraries] Compiling multer v3.1.0
40942026-08-19T03:46:23.367Z[verify-libraries] Compiling compression-core v0.4.31
40952026-08-19T03:46:23.388Z[verify-libraries] Compiling async-stream-impl v0.3.6
40962026-08-19T03:46:23.391Z[verify-libraries] Compiling serde_spanned v1.1.1
40972026-08-19T03:46:23.391Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40982026-08-19T03:46:23.391Z[verify-libraries] Compiling dropshot v0.17.1
40992026-08-19T03:46:23.515Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41002026-08-19T03:46:23.541Z[verify-libraries] Compiling hostname v0.3.1
41012026-08-19T03:46:23.541Z[verify-libraries] Compiling waitgroup v0.1.2
41022026-08-19T03:46:23.544Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41032026-08-19T03:46:23.612Z[verify-libraries] Compiling compression-codecs v0.4.37
41042026-08-19T03:46:23.638Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41052026-08-19T03:46:23.638Z[verify-libraries] Compiling hostname v0.4.2
41062026-08-19T03:46:23.641Z[verify-libraries] Compiling atomicwrites v0.4.4
41072026-08-19T03:46:23.641Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41082026-08-19T03:46:23.641Z[verify-libraries] Compiling macaddr v1.0.1
41092026-08-19T03:46:23.770Z[verify-libraries] Compiling slog-bunyan v2.5.0
41102026-08-19T03:46:23.774Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41112026-08-19T03:46:23.839Z[verify-libraries] Compiling async-compression v0.4.41
41122026-08-19T03:46:23.839Z[verify-libraries] Compiling regress v0.10.5
41132026-08-19T03:46:23.842Z[verify-libraries] Compiling instant v0.1.13
41142026-08-19T03:46:23.842Z[verify-libraries] Compiling parse-display-derive v0.10.0
41152026-08-19T03:46:23.862Z[verify-libraries] Compiling itertools v0.14.0
41162026-08-19T03:46:23.929Z[verify-libraries] Compiling backon v1.6.0
41172026-08-19T03:46:23.997Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41182026-08-19T03:46:24.001Z[verify-libraries] Compiling humantime v2.3.0
41192026-08-19T03:46:24.001Z[verify-libraries] Compiling convert_case v0.4.0
41202026-08-19T03:46:24.001Z[verify-libraries] Compiling half v2.7.1
41212026-08-19T03:46:24.100Z[verify-libraries] Compiling backoff v0.4.0
41222026-08-19T03:46:24.138Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41232026-08-19T03:46:24.160Z[verify-libraries] Compiling async-stream v0.3.6
41242026-08-19T03:46:24.184Z[verify-libraries] Compiling progenitor-extras v0.2.0
41252026-08-19T03:46:24.205Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41262026-08-19T03:46:24.229Z[verify-libraries] Compiling ciborium-io v0.2.2
41272026-08-19T03:46:24.309Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41282026-08-19T03:46:24.363Z[verify-libraries] Compiling ciborium-ll v0.2.2
41292026-08-19T03:46:24.363Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41302026-08-19T03:46:24.407Z[verify-libraries] Compiling indent_write v2.2.0
41312026-08-19T03:46:24.407Z[verify-libraries] Compiling regress v0.11.1
41322026-08-19T03:46:24.411Z[verify-libraries] Compiling secrecy v0.10.3
41332026-08-19T03:46:24.411Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41342026-08-19T03:46:24.470Z[verify-libraries] Compiling derive_more v0.99.20
41352026-08-19T03:46:24.517Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41362026-08-19T03:46:24.545Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41372026-08-19T03:46:24.600Z[verify-libraries] Compiling ciborium v0.2.2
41382026-08-19T03:46:24.657Z[verify-libraries] Compiling inout v0.1.4
41392026-08-19T03:46:24.660Z[verify-libraries] Compiling universal-hash v0.5.1
41402026-08-19T03:46:24.701Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41412026-08-19T03:46:24.741Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41422026-08-19T03:46:24.841Z[verify-libraries] Compiling cipher v0.4.4
41432026-08-19T03:46:24.864Z[verify-libraries] Compiling opaque-debug v0.3.1
41442026-08-19T03:46:24.929Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41452026-08-19T03:46:24.981Z[verify-libraries] Compiling poly1305 v0.8.0
41462026-08-19T03:46:25.026Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41472026-08-19T03:46:25.067Z[verify-libraries] Compiling blake2 v0.10.6
41482026-08-19T03:46:25.133Z[verify-libraries] Compiling chacha20 v0.9.1
41492026-08-19T03:46:25.216Z[verify-libraries] Compiling aead v0.5.2
41502026-08-19T03:46:25.220Z[verify-libraries] Compiling password-hash v0.5.0
41512026-08-19T03:46:25.279Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41522026-08-19T03:46:25.307Z[verify-libraries] Compiling itertools v0.15.0
41532026-08-19T03:46:25.469Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41542026-08-19T03:46:25.494Z[verify-libraries] Compiling num-derive v0.4.2
41552026-08-19T03:46:25.516Z[verify-libraries] Compiling argon2 v0.5.3
41562026-08-19T03:46:25.717Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41572026-08-19T03:46:25.717Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41582026-08-19T03:46:25.761Z[verify-libraries] Compiling rayon-core v1.13.0
41592026-08-19T03:46:25.819Z[verify-libraries] Compiling parse-display v0.10.0
41602026-08-19T03:46:25.851Z[verify-libraries] Compiling glob v0.3.3
41612026-08-19T03:46:26.012Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41622026-08-19T03:46:26.087Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41632026-08-19T03:46:26.197Z[verify-libraries] Compiling vsss-rs v3.3.4
41642026-08-19T03:46:26.224Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41652026-08-19T03:46:26.273Z[verify-libraries] Compiling typify-impl v0.6.2
41662026-08-19T03:46:26.345Z[verify-libraries] Compiling num_enum_derive v0.7.6
41672026-08-19T03:46:26.420Z[verify-libraries] Compiling usdt-macro v0.5.0
41682026-08-19T03:46:26.602Z[ recovery-image] Aug 19 03:46:25.488 INFO O| Aug 19 03:46:25.488 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41692026-08-19T03:46:26.612Z[ recovery-image] Aug 19 03:46:25.499 INFO O| Aug 19 03:46:25.499 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41702026-08-19T03:46:26.660Z[verify-libraries] Compiling memmap v0.7.0
41712026-08-19T03:46:26.719Z[verify-libraries] Compiling heapless v0.8.0
41722026-08-19T03:46:26.885Z[verify-libraries] Compiling proc-macro-error v1.0.4
41732026-08-19T03:46:26.921Z[ recovery-image] Aug 19 03:46:25.807 INFO O| Aug 19 03:46:25.807 INFO O| Caching catalogs ... Done
41742026-08-19T03:46:26.928Z[verify-libraries] Compiling tabwriter v1.4.1
41752026-08-19T03:46:26.932Z[verify-libraries] Compiling ingot-macros v0.2.0
41762026-08-19T03:46:26.932Z[verify-libraries] Compiling hash32 v0.3.1
41772026-08-19T03:46:27.015Z[ recovery-image] Aug 19 03:46:25.901 INFO O| Aug 19 03:46:25.901 INFO STEP 0 (pkg_image_create) COMPLETE
41782026-08-19T03:46:27.015Z[ recovery-image] Aug 19 03:46:25.901 INFO O| Aug 19 03:46:25.901 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41792026-08-19T03:46:27.020Z[ host-image] Aug 19 03:46:25.905 INFO O| Aug 19 03:46:25.905 INFO O| Download: 14803/23887 items 120.4/222.8MB 54% complete (24.2M/s)
41802026-08-19T03:46:27.024Z[ recovery-image] Aug 19 03:46:25.911 INFO O| Aug 19 03:46:25.911 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"]
41812026-08-19T03:46:27.195Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41822026-08-19T03:46:27.221Z[verify-libraries] Compiling smoltcp v0.11.0
41832026-08-19T03:46:27.221Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41842026-08-19T03:46:27.274Z[verify-libraries] Compiling cobs v0.3.0
41852026-08-19T03:46:27.308Z[verify-libraries] Compiling colored v3.1.1
41862026-08-19T03:46:27.337Z[verify-libraries] Compiling usdt v0.5.0
41872026-08-19T03:46:27.337Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
41882026-08-19T03:46:27.353Z[ recovery-image] Aug 19 03:46:26.240 INFO O| Aug 19 03:46:26.240 INFO STEP 1 (pkg_set_publisher) COMPLETE
41892026-08-19T03:46:27.353Z[ recovery-image] Aug 19 03:46:26.240 INFO O| Aug 19 03:46:26.240 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41902026-08-19T03:46:27.353Z[ recovery-image] Aug 19 03:46:26.240 INFO O| Aug 19 03:46:26.240 INFO skip step because feature "publisher_1_name" is not enabled
41912026-08-19T03:46:27.357Z[ recovery-image] Aug 19 03:46:26.240 INFO O| Aug 19 03:46:26.240 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41922026-08-19T03:46:27.357Z[ recovery-image] Aug 19 03:46:26.240 INFO O| Aug 19 03:46:26.240 INFO skip step because feature "publisher_2_name" is not enabled
41932026-08-19T03:46:27.357Z[ recovery-image] Aug 19 03:46:26.240 INFO O| Aug 19 03:46:26.240 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41942026-08-19T03:46:27.357Z[ recovery-image] Aug 19 03:46:26.240 INFO O| Aug 19 03:46:26.240 INFO skip step because feature "publisher_3_name" is not enabled
41952026-08-19T03:46:27.357Z[ recovery-image] Aug 19 03:46:26.240 INFO O| Aug 19 03:46:26.240 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41962026-08-19T03:46:27.454Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41972026-08-19T03:46:27.491Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41982026-08-19T03:46:27.608Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41992026-08-19T03:46:27.635Z[verify-libraries] Compiling postcard v1.1.3
42002026-08-19T03:46:27.670Z[verify-libraries] Compiling rayon v1.11.0
42012026-08-19T03:46:27.676Z[ recovery-image] Aug 19 03:46:26.563 INFO O| Aug 19 03:46:26.563 INFO variant opensolaris.zone is already global
42022026-08-19T03:46:27.676Z[ recovery-image] Aug 19 03:46:26.563 INFO O| Aug 19 03:46:26.563 INFO STEP 5 (pkg_change_variant) COMPLETE
42032026-08-19T03:46:27.676Z[ recovery-image] Aug 19 03:46:26.563 INFO O| Aug 19 03:46:26.563 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42042026-08-19T03:46:27.714Z[verify-libraries] Compiling num_enum v0.7.6
42052026-08-19T03:46:27.718Z[verify-libraries] Compiling rand v0.10.1
42062026-08-19T03:46:27.758Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42072026-08-19T03:46:27.803Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42082026-08-19T03:46:27.803Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42092026-08-19T03:46:27.893Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42102026-08-19T03:46:28.025Z[ recovery-image] Aug 19 03:46:26.912 INFO O| Aug 19 03:46:26.912 INFO variant opensolaris.imagetype is full; changing to partial
42112026-08-19T03:46:28.025Z[ recovery-image] Aug 19 03:46:26.912 INFO O| Aug 19 03:46:26.912 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42122026-08-19T03:46:28.063Z[verify-libraries] Compiling num_enum_derive v0.5.11
42132026-08-19T03:46:28.067Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42142026-08-19T03:46:28.126Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42152026-08-19T03:46:28.189Z[verify-libraries] Compiling cstr-argument v0.1.2
42162026-08-19T03:46:28.192Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42172026-08-19T03:46:28.279Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42182026-08-19T03:46:28.399Z[verify-libraries] Compiling itertools v0.12.1
42192026-08-19T03:46:28.522Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42202026-08-19T03:46:28.554Z[verify-libraries] Compiling sigpipe v0.1.3
42212026-08-19T03:46:28.558Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42222026-08-19T03:46:28.602Z[verify-libraries] Compiling foreign-types v0.5.0
42232026-08-19T03:46:28.628Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42242026-08-19T03:46:28.655Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42252026-08-19T03:46:28.703Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42262026-08-19T03:46:28.734Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42272026-08-19T03:46:28.800Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42282026-08-19T03:46:28.834Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42292026-08-19T03:46:28.866Z[verify-libraries] Compiling toml v0.8.23
42302026-08-19T03:46:28.979Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42312026-08-19T03:46:29.064Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42322026-08-19T03:46:29.067Z[verify-libraries] Compiling smf v0.2.3
42332026-08-19T03:46:29.183Z[verify-libraries] Compiling whoami v1.6.1
42342026-08-19T03:46:29.255Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42352026-08-19T03:46:29.311Z[verify-libraries] Compiling num_enum v0.5.11
42362026-08-19T03:46:29.407Z[verify-libraries] Compiling derive-where v1.6.0
42372026-08-19T03:46:29.455Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42382026-08-19T03:46:29.522Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42392026-08-19T03:46:29.571Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42402026-08-19T03:46:29.615Z[verify-libraries] Compiling zone v0.3.1
42412026-08-19T03:46:29.639Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42422026-08-19T03:46:29.681Z[verify-libraries] Compiling gethostname v0.5.0
42432026-08-19T03:46:29.707Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42442026-08-19T03:46:29.792Z[ recovery-image] Aug 19 03:46:28.679 INFO O| Aug 19 03:46:28.679 INFO O| Startup: Refreshing catalog 'helios' ... Done
42452026-08-19T03:46:29.820Z[verify-libraries] Compiling console v0.15.11
42462026-08-19T03:46:29.903Z[verify-libraries] Compiling newline-converter v0.3.0
42472026-08-19T03:46:29.936Z[verify-libraries] Compiling resolv-conf v0.7.6
42482026-08-19T03:46:29.939Z[verify-libraries] Compiling num-rational v0.4.2
42492026-08-19T03:46:30.030Z[verify-libraries] Compiling ingot-types v0.2.0
42502026-08-19T03:46:30.082Z[verify-libraries] Compiling num-complex v0.4.6
42512026-08-19T03:46:30.140Z[verify-libraries] Compiling slog-dtrace v0.3.0
42522026-08-19T03:46:30.237Z[ recovery-image] Aug 19 03:46:29.123 INFO O| Aug 19 03:46:29.123 INFO O| Startup: Caching catalogs ... Done
42532026-08-19T03:46:30.250Z[ recovery-image] Aug 19 03:46:29.137 INFO O| Aug 19 03:46:29.137 INFO O| Planning: Planning completed in 0.00 seconds
42542026-08-19T03:46:30.253Z[ recovery-image] Aug 19 03:46:29.137 INFO O| Aug 19 03:46:29.137 INFO O| Planning: Consolidating action changes ... Done
42552026-08-19T03:46:30.253Z[ recovery-image] Aug 19 03:46:29.137 INFO O| Aug 19 03:46:29.137 INFO O| Planning: Evaluating mediators ... Done
42562026-08-19T03:46:30.253Z[ recovery-image] Aug 19 03:46:29.137 INFO O| Aug 19 03:46:29.137 INFO O| Planning: Planning completed in 0.00 seconds
42572026-08-19T03:46:30.253Z[ recovery-image] Aug 19 03:46:29.137 INFO O| Aug 19 03:46:29.137 INFO O| Variants/Facets to change: 1
42582026-08-19T03:46:30.270Z[ recovery-image] Aug 19 03:46:29.157 INFO O| Aug 19 03:46:29.157 INFO O| Finalize: Updating package state database ... Done
42592026-08-19T03:46:30.271Z[ recovery-image] Aug 19 03:46:29.157 INFO O| Aug 19 03:46:29.157 INFO O| Finalize: Updating package cache ... Done
42602026-08-19T03:46:30.341Z[verify-libraries] Compiling expectorate v1.2.0
42612026-08-19T03:46:30.344Z[ recovery-image] Aug 19 03:46:29.231 INFO O| Aug 19 03:46:29.231 INFO O| Finalize: Updating image state ... Done
42622026-08-19T03:46:30.358Z[ recovery-image] Aug 19 03:46:29.245 INFO O| Aug 19 03:46:29.245 INFO O| Finalize: Creating fast lookup database ... Done
42632026-08-19T03:46:30.361Z[ recovery-image] Aug 19 03:46:29.246 INFO O| Aug 19 03:46:29.246 INFO O| Finalize: Reading search index ... Done
42642026-08-19T03:46:30.361Z[ recovery-image] Aug 19 03:46:29.246 INFO O| Aug 19 03:46:29.246 INFO O| Finalize: Updating search index ... Done
42652026-08-19T03:46:30.361Z[ recovery-image] Aug 19 03:46:29.247 INFO O| Aug 19 03:46:29.247 INFO O| Finalize: Updating package cache ... Done
42662026-08-19T03:46:30.384Z[verify-libraries] Compiling linear-map v1.2.0
42672026-08-19T03:46:30.418Z[verify-libraries] Compiling prettyplease v0.2.37
42682026-08-19T03:46:30.478Z[verify-libraries] Compiling ingot v0.2.1
42692026-08-19T03:46:30.561Z[verify-libraries] Compiling num v0.4.3
42702026-08-19T03:46:30.561Z[verify-libraries] Compiling float-ord v0.3.2
42712026-08-19T03:46:30.618Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42722026-08-19T03:46:30.619Z[verify-libraries] Compiling linked-hash-map v0.5.6
42732026-08-19T03:46:30.634Z[ recovery-image] Aug 19 03:46:29.521 INFO O| Aug 19 03:46:29.520 INFO STEP 6 (pkg_change_variant) COMPLETE
42742026-08-19T03:46:30.634Z[ recovery-image] Aug 19 03:46:29.521 INFO O| Aug 19 03:46:29.521 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42752026-08-19T03:46:30.637Z[ recovery-image] Aug 19 03:46:29.521 INFO O| Aug 19 03:46:29.521 INFO skip step because feature "debug_variant" is not enabled
42762026-08-19T03:46:30.637Z[ recovery-image] Aug 19 03:46:29.521 INFO O| Aug 19 03:46:29.521 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42772026-08-19T03:46:30.644Z[verify-libraries] Compiling hickory-proto v0.24.4
42782026-08-19T03:46:30.717Z[verify-libraries] Compiling convert_case v0.10.0
42792026-08-19T03:46:30.721Z[verify-libraries] Compiling owo-colors v4.3.0
42802026-08-19T03:46:30.840Z[verify-libraries] Compiling minimal-lexical v0.2.1
42812026-08-19T03:46:30.844Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42822026-08-19T03:46:30.926Z[verify-libraries] Compiling unicode-xid v0.2.6
42832026-08-19T03:46:30.997Z[verify-libraries] Compiling typify-macro v0.6.2
42842026-08-19T03:46:31.050Z[ recovery-image] Aug 19 03:46:29.936 INFO O| Aug 19 03:46:29.936 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42852026-08-19T03:46:31.053Z[verify-libraries] Compiling lru-cache v0.1.2
42862026-08-19T03:46:31.106Z[verify-libraries] Compiling tabled_derive v0.7.0
42872026-08-19T03:46:31.176Z[verify-libraries] Compiling nom v7.1.3
42882026-08-19T03:46:31.222Z[verify-libraries] Compiling derive_more-impl v2.1.1
42892026-08-19T03:46:31.256Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42902026-08-19T03:46:31.259Z[verify-libraries] Compiling fd-lock v4.0.4
42912026-08-19T03:46:31.306Z[ host-image] Aug 19 03:46:30.193 INFO O| Aug 19 03:46:30.193 INFO O| Download: Completed 222.83 MB in 9.31 seconds (23.9M/s)
42922026-08-19T03:46:31.506Z[verify-libraries] Compiling vte v0.14.1
42932026-08-19T03:46:31.601Z[verify-libraries] Compiling display-error-chain v0.2.2
42942026-08-19T03:46:31.762Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42952026-08-19T03:46:31.807Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42962026-08-19T03:46:31.839Z[verify-libraries] Compiling stacker v0.1.23
42972026-08-19T03:46:31.901Z[ host-image] Aug 19 03:46:30.768 INFO O| Aug 19 03:46:30.768 INFO O| Actions: 1/54180 actions (Installing new actions)
42982026-08-19T03:46:32.036Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42992026-08-19T03:46:32.155Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43002026-08-19T03:46:32.203Z[verify-libraries] Compiling derive_more v2.1.1
43012026-08-19T03:46:32.206Z[verify-libraries] Compiling psm v0.1.30
43022026-08-19T03:46:32.206Z[verify-libraries] Compiling reedline v0.40.0
43032026-08-19T03:46:32.247Z[verify-libraries] Compiling cfg_aliases v0.1.1
43042026-08-19T03:46:32.329Z[verify-libraries] Compiling tabled v0.15.0
43052026-08-19T03:46:32.365Z[verify-libraries] Compiling crossterm v0.29.0
43062026-08-19T03:46:32.368Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43072026-08-19T03:46:32.422Z[verify-libraries] Compiling nix v0.28.0
43082026-08-19T03:46:32.468Z[verify-libraries] Compiling termtree v0.5.1
43092026-08-19T03:46:32.526Z[verify-libraries] Compiling semver v0.1.20
43102026-08-19T03:46:32.591Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43112026-08-19T03:46:32.651Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43122026-08-19T03:46:32.708Z[verify-libraries] Compiling phf_shared v0.12.1
43132026-08-19T03:46:32.711Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43142026-08-19T03:46:32.818Z[verify-libraries] Compiling rustc_version v0.1.7
43152026-08-19T03:46:32.868Z[verify-libraries] Compiling nibble_vec v0.1.0
43162026-08-19T03:46:32.912Z[verify-libraries] Compiling highway v1.3.0
43172026-08-19T03:46:32.999Z[verify-libraries] Compiling hickory-resolver v0.24.4
43182026-08-19T03:46:33.002Z[verify-libraries] Compiling typify v0.6.2
43192026-08-19T03:46:33.067Z[verify-libraries] Compiling endian-type v0.1.2
43202026-08-19T03:46:33.146Z[verify-libraries] Compiling chrono-tz v0.10.4
43212026-08-19T03:46:33.149Z[verify-libraries] Compiling newtype_derive v0.1.6
43222026-08-19T03:46:33.188Z[ recovery-image] Aug 19 03:46:32.075 INFO O| Aug 19 03:46:32.075 INFO O| Startup: Refreshing catalog 'helios' ... Done
43232026-08-19T03:46:33.215Z[verify-libraries] Compiling progenitor-impl v0.14.0
43242026-08-19T03:46:33.218Z[verify-libraries] Compiling radix_trie v0.2.1
43252026-08-19T03:46:33.312Z[verify-libraries] Compiling phf v0.12.1
43262026-08-19T03:46:33.397Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43272026-08-19T03:46:33.423Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43282026-08-19T03:46:33.586Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43292026-08-19T03:46:33.589Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43302026-08-19T03:46:33.601Z[ recovery-image] Aug 19 03:46:32.488 INFO O| Aug 19 03:46:32.488 INFO O| Startup: Caching catalogs ... Done
43312026-08-19T03:46:33.616Z[ recovery-image] Aug 19 03:46:32.501 INFO O| Aug 19 03:46:32.501 INFO O| Planning: Planning completed in 0.00 seconds
43322026-08-19T03:46:33.619Z[ recovery-image] Aug 19 03:46:32.502 INFO O| Aug 19 03:46:32.502 INFO O| Planning: Consolidating action changes ... Done
43332026-08-19T03:46:33.619Z[ recovery-image] Aug 19 03:46:32.502 INFO O| Aug 19 03:46:32.502 INFO O| Planning: Evaluating mediators ... Done
43342026-08-19T03:46:33.619Z[ recovery-image] Aug 19 03:46:32.502 INFO O| Aug 19 03:46:32.502 INFO O| Planning: Planning completed in 0.00 seconds
43352026-08-19T03:46:33.619Z[ recovery-image] Aug 19 03:46:32.502 INFO O| Aug 19 03:46:32.502 INFO O| Variants/Facets to change: 1
43362026-08-19T03:46:33.653Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43372026-08-19T03:46:33.657Z[ recovery-image] Aug 19 03:46:32.541 INFO O| Aug 19 03:46:32.541 INFO O| Finalize: Updating package state database ... Done
43382026-08-19T03:46:33.657Z[ recovery-image] Aug 19 03:46:32.541 INFO O| Aug 19 03:46:32.541 INFO O| Finalize: Updating package cache ... Done
43392026-08-19T03:46:33.698Z[verify-libraries] Compiling recursive v0.1.1
43402026-08-19T03:46:33.723Z[ recovery-image] Aug 19 03:46:32.610 INFO O| Aug 19 03:46:32.610 INFO O| Finalize: Updating image state ... Done
43412026-08-19T03:46:33.737Z[ recovery-image] Aug 19 03:46:32.624 INFO O| Aug 19 03:46:32.624 INFO O| Finalize: Creating fast lookup database ... Done
43422026-08-19T03:46:33.741Z[ recovery-image] Aug 19 03:46:32.624 INFO O| Aug 19 03:46:32.624 INFO O| Finalize: Reading search index ... Done
43432026-08-19T03:46:33.741Z[ recovery-image] Aug 19 03:46:32.624 INFO O| Aug 19 03:46:32.624 INFO O| Finalize: Updating search index ... Done
43442026-08-19T03:46:33.741Z[ recovery-image] Aug 19 03:46:32.625 INFO O| Aug 19 03:46:32.625 INFO O| Finalize: Updating package cache ... Done
43452026-08-19T03:46:33.833Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43462026-08-19T03:46:33.938Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43472026-08-19T03:46:34.001Z[ recovery-image] Aug 19 03:46:32.886 INFO O| Aug 19 03:46:32.886 INFO STEP 8 (pkg_change_facet) COMPLETE
43482026-08-19T03:46:34.001Z[ recovery-image] Aug 19 03:46:32.886 INFO O| Aug 19 03:46:32.886 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43492026-08-19T03:46:34.103Z[verify-libraries] Compiling qorb v0.4.1
43502026-08-19T03:46:34.103Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43512026-08-19T03:46:34.212Z[verify-libraries] Compiling peg-macros v0.8.5
43522026-08-19T03:46:34.380Z[ recovery-image] Aug 19 03:46:33.267 INFO O| Aug 19 03:46:33.267 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43532026-08-19T03:46:34.981Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43542026-08-19T03:46:35.015Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43552026-08-19T03:46:35.039Z[verify-libraries] Compiling csv-core v0.1.13
43562026-08-19T03:46:35.063Z[verify-libraries] Compiling winnow v0.6.26
43572026-08-19T03:46:35.157Z[verify-libraries] Compiling home v0.5.12
43582026-08-19T03:46:35.376Z[verify-libraries] Compiling unicode_categories v0.1.1
43592026-08-19T03:46:35.443Z[verify-libraries] Compiling textwrap v0.16.2
43602026-08-19T03:46:35.476Z[verify-libraries] Compiling rustyline v14.0.0
43612026-08-19T03:46:35.702Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43622026-08-19T03:46:35.764Z[verify-libraries] Compiling csv v1.4.0
43632026-08-19T03:46:35.838Z[verify-libraries] Compiling const_format v0.2.35
43642026-08-19T03:46:35.916Z[verify-libraries] Compiling sqlparser v0.61.0
43652026-08-19T03:46:35.916Z[verify-libraries] Compiling peg v0.8.5
43662026-08-19T03:46:36.154Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43672026-08-19T03:46:36.195Z[verify-libraries] Compiling progenitor-macro v0.14.0
43682026-08-19T03:46:36.294Z[verify-libraries] Compiling bcs v0.1.6
43692026-08-19T03:46:36.402Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43702026-08-19T03:46:36.479Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43712026-08-19T03:46:36.546Z[verify-libraries] Compiling sqlformat v0.3.5
43722026-08-19T03:46:36.590Z[verify-libraries] Compiling nom v8.0.0
43732026-08-19T03:46:36.627Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43742026-08-19T03:46:36.710Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43752026-08-19T03:46:36.742Z[ recovery-image] Aug 19 03:46:35.629 INFO O| Aug 19 03:46:35.629 INFO O| Startup: Refreshing catalog 'helios' ... Done
43762026-08-19T03:46:36.764Z[verify-libraries] Compiling steno v0.4.1
43772026-08-19T03:46:36.810Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43782026-08-19T03:46:36.872Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43792026-08-19T03:46:36.884Z[ host-image] Aug 19 03:46:35.770 INFO O| Aug 19 03:46:35.770 INFO O| Actions: 23460/54180 actions (Installing new actions)
43802026-08-19T03:46:36.914Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43812026-08-19T03:46:37.153Z[ recovery-image] Aug 19 03:46:36.039 INFO O| Aug 19 03:46:36.039 INFO O| Startup: Caching catalogs ... Done
43822026-08-19T03:46:37.166Z[ recovery-image] Aug 19 03:46:36.053 INFO O| Aug 19 03:46:36.053 INFO O| Planning: Planning completed in 0.00 seconds
43832026-08-19T03:46:37.170Z[ recovery-image] Aug 19 03:46:36.053 INFO O| Aug 19 03:46:36.053 INFO O| Planning: Consolidating action changes ... Done
43842026-08-19T03:46:37.170Z[ recovery-image] Aug 19 03:46:36.053 INFO O| Aug 19 03:46:36.053 INFO O| Planning: Evaluating mediators ... Done
43852026-08-19T03:46:37.170Z[ recovery-image] Aug 19 03:46:36.053 INFO O| Aug 19 03:46:36.053 INFO O| Planning: Planning completed in 0.00 seconds
43862026-08-19T03:46:37.170Z[ recovery-image] Aug 19 03:46:36.054 INFO O| Aug 19 03:46:36.054 INFO O| Variants/Facets to change: 1
43872026-08-19T03:46:37.185Z[ recovery-image] Aug 19 03:46:36.071 INFO O| Aug 19 03:46:36.071 INFO O| Finalize: Updating package state database ... Done
43882026-08-19T03:46:37.185Z[ recovery-image] Aug 19 03:46:36.071 INFO O| Aug 19 03:46:36.071 INFO O| Finalize: Updating package cache ... Done
43892026-08-19T03:46:37.234Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43902026-08-19T03:46:37.298Z[ recovery-image] Aug 19 03:46:36.185 INFO O| Aug 19 03:46:36.185 INFO O| Finalize: Updating image state ... Done
43912026-08-19T03:46:37.311Z[ recovery-image] Aug 19 03:46:36.198 INFO O| Aug 19 03:46:36.198 INFO O| Finalize: Creating fast lookup database ... Done
43922026-08-19T03:46:37.316Z[ recovery-image] Aug 19 03:46:36.198 INFO O| Aug 19 03:46:36.198 INFO O| Finalize: Reading search index ... Done
43932026-08-19T03:46:37.316Z[ recovery-image] Aug 19 03:46:36.198 INFO O| Aug 19 03:46:36.198 INFO O| Finalize: Updating search index ... Done
43942026-08-19T03:46:37.316Z[ recovery-image] Aug 19 03:46:36.199 INFO O| Aug 19 03:46:36.199 INFO O| Finalize: Updating package cache ... Done
43952026-08-19T03:46:37.459Z[verify-libraries] Compiling sha1 v0.10.6
43962026-08-19T03:46:37.507Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43972026-08-19T03:46:37.617Z[verify-libraries] Compiling tagptr v0.2.0
43982026-08-19T03:46:37.684Z[ recovery-image] Aug 19 03:46:36.571 INFO O| Aug 19 03:46:36.571 INFO STEP 9 (pkg_change_facet) COMPLETE
43992026-08-19T03:46:37.684Z[ recovery-image] Aug 19 03:46:36.571 INFO O| Aug 19 03:46:36.571 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44002026-08-19T03:46:37.688Z[verify-libraries] Compiling utf-8 v0.7.6
44012026-08-19T03:46:37.797Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44022026-08-19T03:46:37.890Z[verify-libraries] Compiling moka v0.12.13
44032026-08-19T03:46:37.935Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44042026-08-19T03:46:37.978Z[verify-libraries] Compiling tungstenite v0.21.0
44052026-08-19T03:46:38.029Z[verify-libraries] Compiling libefi-sys v0.1.0
44062026-08-19T03:46:38.033Z[verify-libraries] Compiling bitfield-struct v0.6.2
44072026-08-19T03:46:38.067Z[ recovery-image] Aug 19 03:46:36.954 INFO O| Aug 19 03:46:36.954 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44082026-08-19T03:46:38.155Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44092026-08-19T03:46:38.385Z[verify-libraries] Compiling libscf-sys v1.2.0
44102026-08-19T03:46:38.481Z[verify-libraries] Compiling xshell-macros v0.2.7
44112026-08-19T03:46:38.553Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44122026-08-19T03:46:38.578Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44132026-08-19T03:46:38.635Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44142026-08-19T03:46:38.828Z[verify-libraries] Compiling hickory-resolver v0.25.2
44152026-08-19T03:46:38.856Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44162026-08-19T03:46:38.900Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44172026-08-19T03:46:38.974Z[verify-libraries] Compiling xshell v0.2.7
44182026-08-19T03:46:38.978Z[verify-libraries] Compiling papergrid v0.18.0
44192026-08-19T03:46:38.978Z[verify-libraries] Compiling sha2 v0.11.0
44202026-08-19T03:46:39.195Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44212026-08-19T03:46:39.240Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44222026-08-19T03:46:39.244Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44232026-08-19T03:46:39.348Z[verify-libraries] Compiling subprocess v0.2.15
44242026-08-19T03:46:39.400Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44252026-08-19T03:46:39.493Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44262026-08-19T03:46:39.691Z[ host-image] Aug 19 03:46:38.578 INFO O| Aug 19 03:46:38.578 INFO O| Actions: Completed 54180 actions in 7.81 seconds.
44272026-08-19T03:46:39.784Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44282026-08-19T03:46:39.788Z[ host-image] Aug 19 03:46:38.673 INFO O| Aug 19 03:46:38.673 INFO O| Finalize: Updating package state database ... Done
44292026-08-19T03:46:39.788Z[ host-image] Aug 19 03:46:38.673 INFO O| Aug 19 03:46:38.673 INFO O| Finalize: Updating package cache ... Done
44302026-08-19T03:46:39.893Z[verify-libraries] Compiling headers-core v0.3.0
44312026-08-19T03:46:39.896Z[verify-libraries] Compiling unicase v2.9.0
44322026-08-19T03:46:39.896Z[ host-image] Aug 19 03:46:38.782 INFO O| Aug 19 03:46:38.782 INFO O| Finalize: Updating image state ... Done
44332026-08-19T03:46:40.015Z[verify-libraries] Compiling tabled v0.21.0
44342026-08-19T03:46:40.025Z[ recovery-image] Aug 19 03:46:38.912 INFO O| Aug 19 03:46:38.912 INFO O| Startup: Refreshing catalog 'helios' ... Done
44352026-08-19T03:46:40.101Z[verify-libraries] Compiling headers v0.4.1
44362026-08-19T03:46:40.206Z[verify-libraries] Compiling darling_core v0.21.3
44372026-08-19T03:46:40.259Z[verify-libraries] Compiling crc8 v0.1.1
44382026-08-19T03:46:40.489Z[ recovery-image] Aug 19 03:46:39.376 INFO O| Aug 19 03:46:39.376 INFO O| Startup: Caching catalogs ... Done
44392026-08-19T03:46:40.493Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44402026-08-19T03:46:40.507Z[ recovery-image] Aug 19 03:46:39.390 INFO O| Aug 19 03:46:39.390 INFO O| Planning: Planning completed in 0.00 seconds
44412026-08-19T03:46:40.507Z[ recovery-image] Aug 19 03:46:39.390 INFO O| Aug 19 03:46:39.390 INFO O| Planning: Consolidating action changes ... Done
44422026-08-19T03:46:40.511Z[ recovery-image] Aug 19 03:46:39.390 INFO O| Aug 19 03:46:39.390 INFO O| Planning: Evaluating mediators ... Done
44432026-08-19T03:46:40.511Z[ recovery-image] Aug 19 03:46:39.391 INFO O| Aug 19 03:46:39.391 INFO O| Planning: Planning completed in 0.00 seconds
44442026-08-19T03:46:40.511Z[ recovery-image] Aug 19 03:46:39.391 INFO O| Aug 19 03:46:39.391 INFO O| Variants/Facets to change: 1
44452026-08-19T03:46:40.536Z[ recovery-image] Aug 19 03:46:39.421 INFO O| Aug 19 03:46:39.421 INFO O| Finalize: Updating package state database ... Done
44462026-08-19T03:46:40.536Z[ recovery-image] Aug 19 03:46:39.421 INFO O| Aug 19 03:46:39.421 INFO O| Finalize: Updating package cache ... Done
44472026-08-19T03:46:40.559Z[verify-libraries] Compiling maplit v1.0.2
44482026-08-19T03:46:40.601Z[ recovery-image] Aug 19 03:46:39.487 INFO O| Aug 19 03:46:39.487 INFO O| Finalize: Updating image state ... Done
44492026-08-19T03:46:40.614Z[ recovery-image] Aug 19 03:46:39.501 INFO O| Aug 19 03:46:39.501 INFO O| Finalize: Creating fast lookup database ... Done
44502026-08-19T03:46:40.617Z[ recovery-image] Aug 19 03:46:39.501 INFO O| Aug 19 03:46:39.501 INFO O| Finalize: Reading search index ... Done
44512026-08-19T03:46:40.617Z[ recovery-image] Aug 19 03:46:39.501 INFO O| Aug 19 03:46:39.501 INFO O| Finalize: Updating search index ... Done
44522026-08-19T03:46:40.617Z[ recovery-image] Aug 19 03:46:39.502 INFO O| Aug 19 03:46:39.502 INFO O| Finalize: Updating package cache ... Done
44532026-08-19T03:46:40.747Z[verify-libraries] Compiling yasna v0.5.2
44542026-08-19T03:46:40.793Z[verify-libraries] Compiling vergen-lib v0.1.6
44552026-08-19T03:46:40.871Z[ recovery-image] Aug 19 03:46:39.758 INFO O| Aug 19 03:46:39.758 INFO STEP 10 (pkg_change_facet) COMPLETE
44562026-08-19T03:46:40.871Z[ recovery-image] Aug 19 03:46:39.758 INFO O| Aug 19 03:46:39.758 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44572026-08-19T03:46:40.882Z[ recovery-image] Aug 19 03:46:39.768 INFO O| Aug 19 03:46:39.768 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"]
44582026-08-19T03:46:40.898Z[ host-image] Aug 19 03:46:39.785 INFO O| Aug 19 03:46:39.785 INFO O| Finalize: Creating fast lookup database ... Done
44592026-08-19T03:46:40.906Z[verify-libraries] Compiling diesel_derives v2.3.7
44602026-08-19T03:46:40.926Z[ host-image] Aug 19 03:46:39.813 INFO O| Aug 19 03:46:39.813 INFO O| Finalize: Reading search index ... Done
44612026-08-19T03:46:40.996Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44622026-08-19T03:46:41.170Z[verify-libraries] Compiling port-file v0.1.0
44632026-08-19T03:46:41.234Z[verify-libraries] Compiling rcgen v0.12.1
44642026-08-19T03:46:41.259Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44652026-08-19T03:46:41.397Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44662026-08-19T03:46:41.472Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44672026-08-19T03:46:41.514Z[verify-libraries] Compiling half v1.8.3
44682026-08-19T03:46:41.723Z[verify-libraries] Compiling r2d2 v0.8.10
44692026-08-19T03:46:41.829Z[verify-libraries] Compiling serde_cbor v0.11.2
44702026-08-19T03:46:41.868Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44712026-08-19T03:46:41.932Z[verify-libraries] Compiling progenitor v0.14.0
44722026-08-19T03:46:42.058Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44732026-08-19T03:46:42.098Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44742026-08-19T03:46:42.143Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44752026-08-19T03:46:42.180Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44762026-08-19T03:46:42.241Z[verify-libraries] Compiling cpubits v0.1.1
44772026-08-19T03:46:42.378Z[verify-libraries] Compiling crunchy v0.2.4
44782026-08-19T03:46:42.498Z[verify-libraries] Compiling downcast-rs v2.0.2
44792026-08-19T03:46:42.531Z[verify-libraries] Compiling dirs-next v2.0.0
44802026-08-19T03:46:42.724Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44812026-08-19T03:46:42.760Z[ recovery-image] Aug 19 03:46:41.647 INFO O| Aug 19 03:46:41.647 INFO O| Startup: Refreshing catalog 'helios' ... Done
44822026-08-19T03:46:42.794Z[verify-libraries] Compiling clang-sys v1.8.1
44832026-08-19T03:46:42.844Z[verify-libraries] Compiling tiny-keccak v2.0.2
44842026-08-19T03:46:43.053Z[verify-libraries] Compiling darling_macro v0.21.3
44852026-08-19T03:46:43.094Z[verify-libraries] Compiling term v0.7.0
44862026-08-19T03:46:43.139Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44872026-08-19T03:46:43.186Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44882026-08-19T03:46:43.343Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44892026-08-19T03:46:43.372Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44902026-08-19T03:46:43.430Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44912026-08-19T03:46:43.474Z[ recovery-image] Aug 19 03:46:42.360 INFO O| Aug 19 03:46:42.360 INFO O| Startup: Caching catalogs ... Done
44922026-08-19T03:46:43.478Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44932026-08-19T03:46:43.559Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44942026-08-19T03:46:43.665Z[verify-libraries] Compiling diff v0.1.13
44952026-08-19T03:46:43.695Z[verify-libraries] Compiling darling v0.21.3
44962026-08-19T03:46:43.746Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44972026-08-19T03:46:43.756Z[ host-image] Aug 19 03:46:42.643 INFO O| Aug 19 03:46:42.643 INFO O| Finalize: Building new search index ... Done
44982026-08-19T03:46:43.838Z[verify-libraries] Compiling bit-vec v0.6.3
44992026-08-19T03:46:43.842Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45002026-08-19T03:46:43.978Z[verify-libraries] Compiling ascii-canvas v3.0.0
45012026-08-19T03:46:44.004Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45022026-08-19T03:46:44.086Z[verify-libraries] Compiling bit-set v0.5.3
45032026-08-19T03:46:44.188Z[ host-image] Aug 19 03:46:43.075 INFO O| Aug 19 03:46:43.075 INFO O| Finalize: Updating package cache ... Done
45042026-08-19T03:46:44.202Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45052026-08-19T03:46:44.255Z[verify-libraries] Compiling itertools v0.10.5
45062026-08-19T03:46:44.285Z[verify-libraries] Compiling ena v0.14.4
45072026-08-19T03:46:44.288Z[verify-libraries] Compiling libloading v0.8.9
45082026-08-19T03:46:44.339Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45092026-08-19T03:46:44.342Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45102026-08-19T03:46:44.343Z[verify-libraries] Compiling regex-syntax v0.6.29
45112026-08-19T03:46:44.484Z[verify-libraries] Compiling bindgen v0.71.1
45122026-08-19T03:46:44.515Z[ host-image] Aug 19 03:46:43.397 INFO O| Aug 19 03:46:43.397 INFO STEP 11 (pkg_install) COMPLETE
45132026-08-19T03:46:44.515Z[ host-image] Aug 19 03:46:43.397 INFO O| Aug 19 03:46:43.397 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45142026-08-19T03:46:44.521Z[ host-image] Aug 19 03:46:43.407 INFO O| Aug 19 03:46:43.407 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"]
45152026-08-19T03:46:44.624Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45162026-08-19T03:46:44.652Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45172026-08-19T03:46:44.859Z[verify-libraries] Compiling cexpr v0.6.0
45182026-08-19T03:46:44.912Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45192026-08-19T03:46:45.027Z[verify-libraries] Compiling rustc-hash v2.1.1
45202026-08-19T03:46:45.050Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45212026-08-19T03:46:45.241Z[verify-libraries] Compiling libxml v0.3.3
45222026-08-19T03:46:45.269Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45232026-08-19T03:46:45.353Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45242026-08-19T03:46:45.483Z[ recovery-image] Aug 19 03:46:44.321 INFO O| Aug 19 03:46:44.321 INFO O| Planning: Solver setup ... Done
45252026-08-19T03:46:45.490Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45262026-08-19T03:46:45.638Z[ recovery-image] Aug 19 03:46:44.524 INFO O| Aug 19 03:46:44.524 INFO O| Planning: Running solver ... Done
45272026-08-19T03:46:45.653Z[verify-libraries] Compiling strum_macros v0.24.3
45282026-08-19T03:46:45.674Z[ recovery-image] Aug 19 03:46:44.561 INFO O| Aug 19 03:46:44.561 INFO O| Planning: Finding local manifests ... Done
45292026-08-19T03:46:45.682Z[verify-libraries] Compiling hmac v0.13.0
45302026-08-19T03:46:45.708Z[ recovery-image] Aug 19 03:46:44.595 INFO O| Aug 19 03:46:44.595 INFO O| Planning: Fetching manifests: 0/130 0% complete
45312026-08-19T03:46:45.729Z[verify-libraries] Compiling universal-hash v0.6.1
45322026-08-19T03:46:45.788Z[verify-libraries] Compiling lalrpop v0.19.12
45332026-08-19T03:46:45.893Z[verify-libraries] Compiling fxhash v0.2.1
45342026-08-19T03:46:45.953Z[verify-libraries] Compiling indoc v1.0.9
45352026-08-19T03:46:46.385Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45362026-08-19T03:46:46.425Z[ host-image] Aug 19 03:46:45.311 INFO O| Aug 19 03:46:45.311 INFO O| Startup: Refreshing catalog 'helios' ... Done
45372026-08-19T03:46:46.505Z[verify-libraries] Compiling progenitor-impl v0.13.0
45382026-08-19T03:46:47.003Z[ host-image] Aug 19 03:46:45.890 INFO O| Aug 19 03:46:45.890 INFO O| Startup: Caching catalogs ... Done
45392026-08-19T03:46:47.124Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45402026-08-19T03:46:47.285Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45412026-08-19T03:46:47.316Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45422026-08-19T03:46:47.494Z[ host-image] Aug 19 03:46:46.379 INFO O| Aug 19 03:46:46.379 INFO O| Planning: Solver setup ... Done
45432026-08-19T03:46:47.497Z[ host-image] Aug 19 03:46:46.384 INFO O| Aug 19 03:46:46.384 INFO O| Planning: Running solver ... Done
45442026-08-19T03:46:47.511Z[ host-image] Aug 19 03:46:46.398 INFO O| Aug 19 03:46:46.398 INFO O| Planning: Finding local manifests ... Done
45452026-08-19T03:46:47.558Z[ host-image] Aug 19 03:46:46.444 INFO O| Aug 19 03:46:46.444 INFO O| Planning: Fetching manifests: 0/6 0% complete
45462026-08-19T03:46:47.619Z[verify-libraries] Compiling oso-derive v0.27.3
45472026-08-19T03:46:47.651Z[ host-image] Aug 19 03:46:46.537 INFO O| Aug 19 03:46:46.537 INFO O| Planning: Fetching manifests: 6/6 100% complete
45482026-08-19T03:46:47.697Z[ host-image] Aug 19 03:46:46.584 INFO O| Aug 19 03:46:46.584 INFO O| Planning: Package planning ... Done
45492026-08-19T03:46:47.701Z[ host-image] Aug 19 03:46:46.586 INFO O| Aug 19 03:46:46.586 INFO O| Planning: Merging actions ... Done
45502026-08-19T03:46:47.731Z[verify-libraries] Compiling quick-xml v0.37.5
45512026-08-19T03:46:47.852Z[ host-image] Aug 19 03:46:46.739 INFO O| Aug 19 03:46:46.739 INFO O| Planning: Checking for conflicting actions ... Done
45522026-08-19T03:46:47.856Z[ host-image] Aug 19 03:46:46.740 INFO O| Aug 19 03:46:46.740 INFO O| Planning: Consolidating action changes ... Done
45532026-08-19T03:46:48.007Z[ host-image] Aug 19 03:46:46.894 INFO O| Aug 19 03:46:46.894 INFO O| Planning: Evaluating mediators ... Done
45542026-08-19T03:46:48.011Z[ host-image] Aug 19 03:46:46.895 INFO O| Aug 19 03:46:46.895 INFO O| Planning: Planning completed in 0.99 seconds
45552026-08-19T03:46:48.011Z[ host-image] Aug 19 03:46:46.896 INFO O| Aug 19 03:46:46.896 INFO O| Packages to install: 6
45562026-08-19T03:46:48.011Z[ host-image] Aug 19 03:46:46.896 INFO O| Aug 19 03:46:46.896 INFO O| Services to change: 2
45572026-08-19T03:46:48.022Z[ host-image] Aug 19 03:46:46.908 INFO O| Aug 19 03:46:46.908 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45582026-08-19T03:46:48.236Z[ host-image] Aug 19 03:46:47.122 INFO O| Aug 19 03:46:47.122 INFO O| Download: Completed 1.75 MB in 0.21 seconds (8.2M/s)
45592026-08-19T03:46:48.259Z[ host-image] Aug 19 03:46:47.145 INFO O| Aug 19 03:46:47.145 INFO O| Actions: 1/390 actions (Installing new actions)
45602026-08-19T03:46:48.477Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45612026-08-19T03:46:48.549Z[ host-image] Aug 19 03:46:47.435 INFO O| Aug 19 03:46:47.435 INFO O| Actions: Completed 390 actions in 0.29 seconds.
45622026-08-19T03:46:48.629Z[ host-image] Aug 19 03:46:47.516 INFO O| Aug 19 03:46:47.516 INFO O| Finalize: Updating package state database ... Done
45632026-08-19T03:46:48.629Z[ host-image] Aug 19 03:46:47.516 INFO O| Aug 19 03:46:47.516 INFO O| Finalize: Updating package cache ... Done
45642026-08-19T03:46:48.728Z[ host-image] Aug 19 03:46:47.614 INFO O| Aug 19 03:46:47.614 INFO O| Finalize: Updating image state ... Done
45652026-08-19T03:46:49.175Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45662026-08-19T03:46:49.224Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45672026-08-19T03:46:49.501Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45682026-08-19T03:46:49.627Z[verify-libraries] Compiling openssl-probe v0.1.6
45692026-08-19T03:46:49.865Z[verify-libraries] Compiling progenitor-macro v0.13.0
45702026-08-19T03:46:49.893Z[ host-image] Aug 19 03:46:48.645 INFO O| Aug 19 03:46:48.645 INFO O| Finalize: Creating fast lookup database ... Done
45712026-08-19T03:46:49.893Z[ host-image] Aug 19 03:46:48.673 INFO O| Aug 19 03:46:48.673 INFO O| Finalize: Reading search index ... Done
45722026-08-19T03:46:49.893Z[ host-image] Aug 19 03:46:48.674 INFO O| Aug 19 03:46:48.673 INFO O| Finalize: Updating search index ... Done
45732026-08-19T03:46:49.893Z[ host-image] Aug 19 03:46:48.688 INFO O| Aug 19 03:46:48.688 INFO O| Finalize: Updating package cache ... Done
45742026-08-19T03:46:49.942Z[ recovery-image] Aug 19 03:46:48.829 INFO O| Aug 19 03:46:48.829 INFO O| Planning: Fetching manifests: 130/130 100% complete
45752026-08-19T03:46:49.945Z[verify-libraries] Compiling polyval v0.7.1
45762026-08-19T03:46:50.060Z[ host-image] Aug 19 03:46:48.946 INFO O| Aug 19 03:46:48.946 INFO STEP 12 (pkg_install) COMPLETE
45772026-08-19T03:46:50.060Z[ host-image] Aug 19 03:46:48.946 INFO O| Aug 19 03:46:48.946 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45782026-08-19T03:46:50.068Z[ host-image] Aug 19 03:46:48.955 INFO O| Aug 19 03:46:48.955 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45792026-08-19T03:46:50.240Z[verify-libraries] Compiling der v0.8.0
45802026-08-19T03:46:50.409Z[ recovery-image] Aug 19 03:46:49.294 INFO O| Aug 19 03:46:49.294 INFO O| Planning: Package planning ... Done
45812026-08-19T03:46:50.563Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45822026-08-19T03:46:50.571Z[ recovery-image] Aug 19 03:46:49.458 INFO O| Aug 19 03:46:49.458 INFO O| Planning: Merging actions ... Done
45832026-08-19T03:46:50.807Z[ recovery-image] Aug 19 03:46:49.694 INFO O| Aug 19 03:46:49.694 INFO O| Planning: Checking for conflicting actions ... Done
45842026-08-19T03:46:50.844Z[verify-libraries] Compiling diesel v2.3.7
45852026-08-19T03:46:50.861Z[ recovery-image] Aug 19 03:46:49.748 INFO O| Aug 19 03:46:49.748 INFO O| Planning: Consolidating action changes ... Done
45862026-08-19T03:46:50.992Z[ recovery-image] Aug 19 03:46:49.879 INFO O| Aug 19 03:46:49.879 INFO O| Planning: Evaluating mediators ... Done
45872026-08-19T03:46:51.076Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45882026-08-19T03:46:51.315Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45892026-08-19T03:46:51.346Z[verify-libraries] Compiling progenitor-client v0.13.0
45902026-08-19T03:46:51.769Z[verify-libraries] Compiling git-stub v1.0.0
45912026-08-19T03:46:51.795Z[verify-libraries] Compiling kstat-rs v0.2.5
45922026-08-19T03:46:52.157Z[verify-libraries] Compiling trait-variant v0.1.2
45932026-08-19T03:46:52.243Z[ host-image] Aug 19 03:46:51.128 INFO O| Aug 19 03:46:51.128 INFO O| Startup: Refreshing catalog 'helios' ... Done
45942026-08-19T03:46:52.269Z[verify-libraries] Compiling salty v0.3.0
45952026-08-19T03:46:52.529Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45962026-08-19T03:46:52.587Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45972026-08-19T03:46:52.636Z[ recovery-image] Aug 19 03:46:51.523 INFO O| Aug 19 03:46:51.523 INFO O| Planning: Planning completed in 9.15 seconds
45982026-08-19T03:46:52.640Z[ recovery-image] Aug 19 03:46:51.525 INFO O| Aug 19 03:46:51.525 INFO O| Packages to install: 130
45992026-08-19T03:46:52.640Z[ recovery-image] Aug 19 03:46:51.525 INFO O| Aug 19 03:46:51.525 INFO O| Mediators to change: 5
46002026-08-19T03:46:52.640Z[ recovery-image] Aug 19 03:46:51.525 INFO O| Aug 19 03:46:51.525 INFO O| Services to change: 5
46012026-08-19T03:46:52.666Z[ recovery-image] Aug 19 03:46:51.553 INFO O| Aug 19 03:46:51.553 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46022026-08-19T03:46:52.693Z[ host-image] Aug 19 03:46:51.580 INFO O| Aug 19 03:46:51.580 INFO O| Startup: Caching catalogs ... Done
46032026-08-19T03:46:52.703Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46042026-08-19T03:46:52.706Z[verify-libraries] Compiling ghash v0.6.0
46052026-08-19T03:46:52.839Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46062026-08-19T03:46:52.867Z[verify-libraries] Compiling pbkdf2 v0.13.0
46072026-08-19T03:46:53.001Z[verify-libraries] Compiling aes v0.9.1
46082026-08-19T03:46:53.099Z[verify-libraries] Compiling crypto-bigint v0.7.5
46092026-08-19T03:46:53.104Z[ host-image] Aug 19 03:46:51.991 INFO O| Aug 19 03:46:51.991 INFO O| Planning: Solver setup ... Done
46102026-08-19T03:46:53.109Z[ host-image] Aug 19 03:46:51.996 INFO O| Aug 19 03:46:51.996 INFO O| Planning: Running solver ... Done
46112026-08-19T03:46:53.124Z[ host-image] Aug 19 03:46:52.010 INFO O| Aug 19 03:46:52.010 INFO O| Planning: Finding local manifests ... Done
46122026-08-19T03:46:53.170Z[ host-image] Aug 19 03:46:52.053 INFO O| Aug 19 03:46:52.052 INFO O| Planning: Fetching manifests: 0/6 0% complete
46132026-08-19T03:46:53.170Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46142026-08-19T03:46:53.244Z[ host-image] Aug 19 03:46:52.131 INFO O| Aug 19 03:46:52.131 INFO O| Planning: Fetching manifests: 6/6 100% complete
46152026-08-19T03:46:53.277Z[ host-image] Aug 19 03:46:52.163 INFO O| Aug 19 03:46:52.163 INFO O| Planning: Package planning ... Done
46162026-08-19T03:46:53.285Z[ host-image] Aug 19 03:46:52.172 INFO O| Aug 19 03:46:52.171 INFO O| Planning: Merging actions ... Done
46172026-08-19T03:46:53.406Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46182026-08-19T03:46:53.436Z[ host-image] Aug 19 03:46:52.322 INFO O| Aug 19 03:46:52.322 INFO O| Planning: Checking for conflicting actions ... Done
46192026-08-19T03:46:53.445Z[ host-image] Aug 19 03:46:52.332 INFO O| Aug 19 03:46:52.326 INFO O| Planning: Consolidating action changes ... Done
46202026-08-19T03:46:53.560Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46212026-08-19T03:46:53.578Z[ host-image] Aug 19 03:46:52.465 INFO O| Aug 19 03:46:52.465 INFO O| Planning: Evaluating mediators ... Done
46222026-08-19T03:46:53.582Z[ host-image] Aug 19 03:46:52.468 INFO O| Aug 19 03:46:52.468 INFO O| Planning: Planning completed in 0.87 seconds
46232026-08-19T03:46:53.582Z[ host-image] Aug 19 03:46:52.469 INFO O| Aug 19 03:46:52.469 INFO O| Packages to install: 6
46242026-08-19T03:46:53.582Z[ host-image] Aug 19 03:46:52.469 INFO O| Aug 19 03:46:52.469 INFO O| Mediators to change: 1
46252026-08-19T03:46:53.582Z[ host-image] Aug 19 03:46:52.469 INFO O| Aug 19 03:46:52.469 INFO O| Services to change: 1
46262026-08-19T03:46:53.593Z[ host-image] Aug 19 03:46:52.480 INFO O| Aug 19 03:46:52.480 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46272026-08-19T03:46:53.642Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46282026-08-19T03:46:53.673Z[verify-libraries] Compiling ctr v0.10.1
46292026-08-19T03:46:53.850Z[verify-libraries] Compiling aead v0.6.1
46302026-08-19T03:46:53.881Z[verify-libraries] Compiling bb8 v0.8.6
46312026-08-19T03:46:53.987Z[verify-libraries] Compiling parking_lot_core v0.8.6
46322026-08-19T03:46:54.200Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46332026-08-19T03:46:54.246Z[ host-image] Aug 19 03:46:53.133 INFO O| Aug 19 03:46:53.133 INFO O| Download: Completed 7.84 MB in 0.65 seconds (12.0M/s)
46342026-08-19T03:46:54.283Z[verify-libraries] Compiling aes-gcm v0.11.0
46352026-08-19T03:46:54.286Z[ host-image] Aug 19 03:46:53.170 INFO O| Aug 19 03:46:53.170 INFO O| Actions: 1/1366 actions (Installing new actions)
46362026-08-19T03:46:54.459Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46372026-08-19T03:46:54.515Z[verify-libraries] Compiling spki v0.8.0
46382026-08-19T03:46:54.558Z[ host-image] Aug 19 03:46:53.442 INFO O| Aug 19 03:46:53.442 INFO O| Actions: Completed 1366 actions in 0.27 seconds.
46392026-08-19T03:46:54.565Z[verify-libraries] Compiling mime_guess v2.0.5
46402026-08-19T03:46:54.592Z[ host-image] Aug 19 03:46:53.479 INFO O| Aug 19 03:46:53.479 INFO O| Finalize: Updating package state database ... Done
46412026-08-19T03:46:54.592Z[ host-image] Aug 19 03:46:53.479 INFO O| Aug 19 03:46:53.479 INFO O| Finalize: Updating package cache ... Done
46422026-08-19T03:46:54.631Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46432026-08-19T03:46:54.684Z[ host-image] Aug 19 03:46:53.570 INFO O| Aug 19 03:46:53.570 INFO O| Finalize: Updating image state ... Done
46442026-08-19T03:46:54.733Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46452026-08-19T03:46:54.852Z[verify-libraries] Compiling rfc6979 v0.4.0
46462026-08-19T03:46:54.923Z[verify-libraries] Compiling salsa20 v0.11.0
46472026-08-19T03:46:55.082Z[verify-libraries] Compiling nanorand v0.7.0
46482026-08-19T03:46:55.167Z[verify-libraries] Compiling scrypt v0.12.0
46492026-08-19T03:46:55.258Z[verify-libraries] Compiling ecdsa v0.16.9
46502026-08-19T03:46:55.299Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46512026-08-19T03:46:55.356Z[verify-libraries] Compiling progenitor v0.13.0
46522026-08-19T03:46:55.387Z[verify-libraries] Compiling flume v0.11.1
46532026-08-19T03:46:55.544Z[verify-libraries] Compiling primeorder v0.13.6
46542026-08-19T03:46:55.585Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46552026-08-19T03:46:55.655Z[ host-image] Aug 19 03:46:54.542 INFO O| Aug 19 03:46:54.542 INFO O| Finalize: Creating fast lookup database ... Done
46562026-08-19T03:46:55.684Z[ host-image] Aug 19 03:46:54.570 INFO O| Aug 19 03:46:54.570 INFO O| Finalize: Reading search index ... Done
46572026-08-19T03:46:55.684Z[ host-image] Aug 19 03:46:54.570 INFO O| Aug 19 03:46:54.570 INFO O| Finalize: Updating search index ... Done
46582026-08-19T03:46:55.719Z[ host-image] Aug 19 03:46:54.605 INFO O| Aug 19 03:46:54.605 INFO O| Finalize: Updating package cache ... Done
46592026-08-19T03:46:55.743Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46602026-08-19T03:46:55.811Z[verify-libraries] Compiling cbc v0.2.1
46612026-08-19T03:46:55.850Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46622026-08-19T03:46:55.916Z[verify-libraries] Compiling nonempty v0.12.0
46632026-08-19T03:46:55.947Z[verify-libraries] Compiling http-range v0.1.5
46642026-08-19T03:46:55.968Z[ host-image] Aug 19 03:46:54.855 INFO O| Aug 19 03:46:54.855 INFO STEP 13 (pkg_install) COMPLETE
46652026-08-19T03:46:55.968Z[ host-image] Aug 19 03:46:54.855 INFO O| Aug 19 03:46:54.855 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46662026-08-19T03:46:55.978Z[ host-image] Aug 19 03:46:54.865 INFO O| Aug 19 03:46:54.865 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
46672026-08-19T03:46:56.045Z[verify-libraries] Compiling pkcs5 v0.8.1
46682026-08-19T03:46:56.116Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46692026-08-19T03:46:56.163Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46702026-08-19T03:46:56.233Z[verify-libraries] Compiling p384 v0.13.1
46712026-08-19T03:46:56.256Z[verify-libraries] Compiling parking_lot v0.11.2
46722026-08-19T03:46:56.773Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46732026-08-19T03:46:56.796Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46742026-08-19T03:46:56.799Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46752026-08-19T03:46:57.044Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46762026-08-19T03:46:57.120Z[verify-libraries] Compiling prefix-trie v0.7.0
46772026-08-19T03:46:57.334Z[verify-libraries] Compiling digest-io v0.1.0
46782026-08-19T03:46:57.498Z[verify-libraries] Compiling rawzip v0.4.4
46792026-08-19T03:46:57.586Z[verify-libraries] Compiling hickory-server v0.25.2
46802026-08-19T03:46:57.615Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46812026-08-19T03:46:57.645Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46822026-08-19T03:46:57.666Z[ recovery-image] Aug 19 03:46:56.553 INFO O| Aug 19 03:46:56.553 INFO O| Download: 9304/16682 items 91.8/200.0MB 45% complete (18.3M/s)
46832026-08-19T03:46:57.982Z[verify-libraries] Compiling sled v0.34.7
46842026-08-19T03:46:58.135Z[ host-image] Aug 19 03:46:57.020 INFO O| Aug 19 03:46:57.019 INFO O| Startup: Refreshing catalog 'helios' ... Done
46852026-08-19T03:46:58.166Z[verify-libraries] Compiling pkcs8 v0.11.0
46862026-08-19T03:46:58.303Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46872026-08-19T03:46:58.479Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46882026-08-19T03:46:58.641Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46892026-08-19T03:46:58.646Z[ host-image] Aug 19 03:46:57.533 INFO O| Aug 19 03:46:57.533 INFO O| Startup: Caching catalogs ... Done
46902026-08-19T03:46:58.876Z[verify-libraries] Compiling ignore v0.4.25
46912026-08-19T03:46:58.988Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46922026-08-19T03:46:59.070Z[ host-image] Aug 19 03:46:57.957 INFO O| Aug 19 03:46:57.957 INFO O| Planning: Solver setup ... Done
46932026-08-19T03:46:59.075Z[ host-image] Aug 19 03:46:57.962 INFO O| Aug 19 03:46:57.962 INFO O| Planning: Running solver ... Done
46942026-08-19T03:46:59.089Z[ host-image] Aug 19 03:46:57.976 INFO O| Aug 19 03:46:57.976 INFO O| Planning: Finding local manifests ... Done
46952026-08-19T03:46:59.111Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46962026-08-19T03:46:59.116Z[ host-image] Aug 19 03:46:58.000 INFO O| Aug 19 03:46:58.000 INFO O| Planning: Fetching manifests: 0/1 0% complete
46972026-08-19T03:46:59.146Z[ host-image] Aug 19 03:46:58.032 INFO O| Aug 19 03:46:58.032 INFO O| Planning: Fetching manifests: 1/1 100% complete
46982026-08-19T03:46:59.160Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46992026-08-19T03:46:59.164Z[ host-image] Aug 19 03:46:58.049 INFO O| Aug 19 03:46:58.049 INFO O| Planning: Package planning ... Done
47002026-08-19T03:46:59.164Z[ host-image] Aug 19 03:46:58.049 INFO O| Aug 19 03:46:58.049 INFO O| Planning: Merging actions ... Done
47012026-08-19T03:46:59.348Z[ host-image] Aug 19 03:46:58.234 INFO O| Aug 19 03:46:58.234 INFO O| Planning: Checking for conflicting actions ... Done
47022026-08-19T03:46:59.348Z[ host-image] Aug 19 03:46:58.235 INFO O| Aug 19 03:46:58.234 INFO O| Planning: Consolidating action changes ... Done
47032026-08-19T03:46:59.352Z[verify-libraries] Compiling ff v0.14.0
47042026-08-19T03:46:59.387Z[verify-libraries] Compiling corncobs v0.1.4
47052026-08-19T03:46:59.503Z[ host-image] Aug 19 03:46:58.389 INFO O| Aug 19 03:46:58.389 INFO O| Planning: Evaluating mediators ... Done
47062026-08-19T03:46:59.506Z[ host-image] Aug 19 03:46:58.390 INFO O| Aug 19 03:46:58.390 INFO O| Planning: Planning completed in 0.84 seconds
47072026-08-19T03:46:59.506Z[ host-image] Aug 19 03:46:58.390 INFO O| Aug 19 03:46:58.390 INFO O| Packages to install: 1
47082026-08-19T03:46:59.514Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47092026-08-19T03:46:59.518Z[ host-image] Aug 19 03:46:58.401 INFO O| Aug 19 03:46:58.400 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47102026-08-19T03:46:59.560Z[verify-libraries] Compiling globwalk v0.9.1
47112026-08-19T03:46:59.590Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47122026-08-19T03:46:59.681Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47132026-08-19T03:46:59.730Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47142026-08-19T03:46:59.825Z[ host-image] Aug 19 03:46:58.712 INFO O| Aug 19 03:46:58.712 INFO O| Download: Completed 13.27 MB in 0.31 seconds (42.6M/s)
47152026-08-19T03:46:59.854Z[ host-image] Aug 19 03:46:58.740 INFO O| Aug 19 03:46:58.740 INFO O| Actions: 1/22 actions (Installing new actions)
47162026-08-19T03:46:59.945Z[verify-libraries] Compiling predicates-tree v1.0.13
47172026-08-19T03:47:00.081Z[verify-libraries] Compiling libz-sys v1.1.24
47182026-08-19T03:47:00.098Z[ host-image] Aug 19 03:46:58.984 INFO O| Aug 19 03:46:58.984 INFO O| Actions: Completed 22 actions in 0.24 seconds.
47192026-08-19T03:47:00.131Z[ host-image] Aug 19 03:46:59.018 INFO O| Aug 19 03:46:59.018 INFO O| Finalize: Updating package state database ... Done
47202026-08-19T03:47:00.131Z[ host-image] Aug 19 03:46:59.018 INFO O| Aug 19 03:46:59.018 INFO O| Finalize: Updating package cache ... Done
47212026-08-19T03:47:00.220Z[ host-image] Aug 19 03:46:59.107 INFO O| Aug 19 03:46:59.107 INFO O| Finalize: Updating image state ... Done
47222026-08-19T03:47:00.332Z[verify-libraries] Compiling rand_seeder v0.4.0
47232026-08-19T03:47:00.445Z[verify-libraries] Compiling secrecy v0.8.0
47242026-08-19T03:47:00.487Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47252026-08-19T03:47:00.711Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47262026-08-19T03:47:00.769Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47272026-08-19T03:47:00.883Z[verify-libraries] Compiling group v0.14.0
47282026-08-19T03:47:00.980Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47292026-08-19T03:47:01.031Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47302026-08-19T03:47:01.122Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47312026-08-19T03:47:01.155Z[verify-libraries] Compiling signature v3.0.0
47322026-08-19T03:47:01.234Z[ host-image] Aug 19 03:47:00.121 INFO O| Aug 19 03:47:00.121 INFO O| Finalize: Creating fast lookup database ... Done
47332026-08-19T03:47:01.267Z[ host-image] Aug 19 03:47:00.154 INFO O| Aug 19 03:47:00.150 INFO O| Finalize: Reading search index ... Done
47342026-08-19T03:47:01.267Z[ host-image] Aug 19 03:47:00.154 INFO O| Aug 19 03:47:00.150 INFO O| Finalize: Updating search index ... Done
47352026-08-19T03:47:01.275Z[ host-image] Aug 19 03:47:00.161 INFO O| Aug 19 03:47:00.161 INFO O| Finalize: Updating package cache ... Done
47362026-08-19T03:47:01.315Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47372026-08-19T03:47:01.461Z[verify-libraries] Compiling instability v0.3.11
47382026-08-19T03:47:01.544Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO STEP 14 (pkg_install) COMPLETE
47392026-08-19T03:47:01.544Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47402026-08-19T03:47:01.547Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO skip step because feature "mbist" is not enabled
47412026-08-19T03:47:01.547Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47422026-08-19T03:47:01.547Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO skip step because feature "mfg" is not enabled
47432026-08-19T03:47:01.548Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47442026-08-19T03:47:01.548Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO skip step because feature "compliance" is not enabled
47452026-08-19T03:47:01.548Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47462026-08-19T03:47:01.548Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO skip step because feature "stress" is not enabled
47472026-08-19T03:47:01.548Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47482026-08-19T03:47:01.548Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO skip step because feature "compliance" is not enabled
47492026-08-19T03:47:01.548Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47502026-08-19T03:47:01.548Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO skip step because feature "nfs" is not enabled
47512026-08-19T03:47:01.548Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47522026-08-19T03:47:01.548Z[ host-image] Aug 19 03:47:00.431 INFO O| Aug 19 03:47:00.431 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47532026-08-19T03:47:01.613Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47542026-08-19T03:47:01.682Z[verify-libraries] Compiling base16ct v1.0.0
47552026-08-19T03:47:01.925Z[verify-libraries] Compiling sec1 v0.8.1
47562026-08-19T03:47:02.041Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47572026-08-19T03:47:02.041Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47582026-08-19T03:47:02.083Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47592026-08-19T03:47:02.122Z[ host-image] Aug 19 03:47:01.009 INFO O| Aug 19 03:47:01.009 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47602026-08-19T03:47:02.297Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47612026-08-19T03:47:02.324Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47622026-08-19T03:47:02.341Z[ recovery-image] Aug 19 03:47:01.228 INFO O| Aug 19 03:47:01.227 INFO O| Download: Completed 200.00 MB in 9.67 seconds (20.6M/s)
47632026-08-19T03:47:02.352Z[ host-image] Aug 19 03:47:01.239 INFO O| Aug 19 03:47:01.239 INFO completed processing sled/ramdisk-01-os
47642026-08-19T03:47:02.357Z[ host-image] Aug 19 03:47:01.243 INFO omicron1 baseline generation...
47652026-08-19T03:47:02.357Z[ host-image] Aug 19 03:47:01.243 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-19T03:47:02.361Z[verify-libraries] Compiling hkdf v0.13.0
47672026-08-19T03:47:02.418Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47682026-08-19T03:47:02.421Z[verify-libraries] Compiling scuffle v0.1.0
47692026-08-19T03:47:02.597Z[ recovery-image] Aug 19 03:47:01.484 INFO O| Aug 19 03:47:01.483 INFO O| Actions: 1/27580 actions (Installing new actions)
47702026-08-19T03:47:02.666Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47712026-08-19T03:47:02.738Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47722026-08-19T03:47:02.746Z[ host-image] Aug 19 03:47:01.633 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24191:20260817T130448Z
47732026-08-19T03:47:02.844Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47742026-08-19T03:47:03.001Z[verify-libraries] Compiling castaway v0.2.4
47752026-08-19T03:47:03.074Z[verify-libraries] Compiling indoc v2.0.7
47762026-08-19T03:47:03.189Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47772026-08-19T03:47:03.422Z[verify-libraries] Compiling compact_str v0.8.1
47782026-08-19T03:47:03.591Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47792026-08-19T03:47:03.849Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47802026-08-19T03:47:04.052Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47812026-08-19T03:47:04.119Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47822026-08-19T03:47:04.210Z[verify-libraries] Compiling elliptic-curve v0.14.1
47832026-08-19T03:47:04.577Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47842026-08-19T03:47:04.659Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47852026-08-19T03:47:04.765Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47862026-08-19T03:47:04.897Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47872026-08-19T03:47:04.944Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47882026-08-19T03:47:04.970Z[verify-libraries] Compiling unicode-truncate v1.1.0
47892026-08-19T03:47:05.209Z[verify-libraries] Compiling lru v0.12.5
47902026-08-19T03:47:05.267Z[verify-libraries] Compiling arc-swap v1.8.2
47912026-08-19T03:47:05.444Z[verify-libraries] Compiling cassowary v0.3.0
47922026-08-19T03:47:05.630Z[verify-libraries] Compiling slog-scope v4.4.1
47932026-08-19T03:47:05.741Z[verify-libraries] Compiling ratatui v0.29.0
47942026-08-19T03:47:05.940Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47952026-08-19T03:47:06.022Z[verify-libraries] Compiling wnaf v0.14.0
47962026-08-19T03:47:06.064Z[verify-libraries] Compiling primefield v0.14.0
47972026-08-19T03:47:06.167Z[verify-libraries] Compiling rfc6979 v0.6.0
47982026-08-19T03:47:06.281Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47992026-08-19T03:47:06.342Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48002026-08-19T03:47:06.398Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48012026-08-19T03:47:06.436Z[verify-libraries] Compiling vergen-git2 v9.1.0
48022026-08-19T03:47:06.604Z[verify-libraries] Compiling is_ci v1.2.0
48032026-08-19T03:47:06.676Z[verify-libraries] Compiling strsim v0.10.0
48042026-08-19T03:47:06.835Z[verify-libraries] Compiling supports-color v3.0.2
48052026-08-19T03:47:06.923Z[verify-libraries] Compiling ecdsa v0.17.0
48062026-08-19T03:47:07.105Z[verify-libraries] Compiling darling_core v0.13.4
48072026-08-19T03:47:07.134Z[verify-libraries] Compiling primeorder v0.14.0
48082026-08-19T03:47:07.536Z[verify-libraries] Compiling slog-stdlog v4.1.1
48092026-08-19T03:47:07.613Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48102026-08-19T03:47:07.617Z[ recovery-image] Aug 19 03:47:06.500 INFO O| Aug 19 03:47:06.500 INFO O| Actions: 20978/27580 actions (Installing new actions)
48112026-08-19T03:47:07.797Z[verify-libraries] Compiling tungstenite v0.23.0
48122026-08-19T03:47:08.436Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48132026-08-19T03:47:08.701Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48142026-08-19T03:47:08.801Z[verify-libraries] Compiling console v0.16.2
48152026-08-19T03:47:08.842Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48162026-08-19T03:47:08.877Z[ recovery-image] Aug 19 03:47:07.764 INFO O| Aug 19 03:47:07.764 INFO O| Actions: Completed 27580 actions in 6.28 seconds.
48172026-08-19T03:47:08.907Z[verify-libraries] Compiling libsw-core v0.3.2
48182026-08-19T03:47:08.947Z[ recovery-image] Aug 19 03:47:07.834 INFO O| Aug 19 03:47:07.834 INFO O| Finalize: Updating package state database ... Done
48192026-08-19T03:47:08.947Z[ recovery-image] Aug 19 03:47:07.834 INFO O| Aug 19 03:47:07.834 INFO O| Finalize: Updating package cache ... Done
48202026-08-19T03:47:09.053Z[ recovery-image] Aug 19 03:47:07.939 INFO O| Aug 19 03:47:07.939 INFO O| Finalize: Updating image state ... Done
48212026-08-19T03:47:09.125Z[verify-libraries] Compiling void v1.0.2
48222026-08-19T03:47:09.168Z[verify-libraries] Compiling unit-prefix v0.5.2
48232026-08-19T03:47:09.206Z[verify-libraries] Compiling assert_matches v1.5.0
48242026-08-19T03:47:09.209Z[verify-libraries] Compiling darling_macro v0.13.4
48252026-08-19T03:47:09.284Z[verify-libraries] Compiling lzss v0.8.2
48262026-08-19T03:47:09.350Z[verify-libraries] Compiling libsw v3.5.0
48272026-08-19T03:47:09.468Z[verify-libraries] Compiling indicatif v0.18.4
48282026-08-19T03:47:09.562Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48292026-08-19T03:47:09.615Z[verify-libraries] Compiling slog-envlogger v2.2.0
48302026-08-19T03:47:09.666Z[verify-libraries] Compiling ssh-encoding v0.3.0
48312026-08-19T03:47:09.694Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48322026-08-19T03:47:09.785Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48332026-08-19T03:47:09.854Z[ recovery-image] Aug 19 03:47:08.741 INFO O| Aug 19 03:47:08.740 INFO O| Finalize: Creating fast lookup database ... Done
48342026-08-19T03:47:09.872Z[ recovery-image] Aug 19 03:47:08.759 INFO O| Aug 19 03:47:08.759 INFO O| Finalize: Reading search index ... Done
48352026-08-19T03:47:09.939Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48362026-08-19T03:47:10.012Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48372026-08-19T03:47:10.080Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48382026-08-19T03:47:10.112Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48392026-08-19T03:47:10.262Z[verify-libraries] Compiling nix v0.27.1
48402026-08-19T03:47:10.332Z[verify-libraries] Compiling colored v2.2.0
48412026-08-19T03:47:10.367Z[verify-libraries] Compiling blake3 v1.8.5
48422026-08-19T03:47:10.432Z[verify-libraries] Compiling serde_bytes v0.11.19
48432026-08-19T03:47:10.484Z[verify-libraries] Compiling keccak v0.2.0
48442026-08-19T03:47:10.750Z[verify-libraries] Compiling shell-words v1.1.1
48452026-08-19T03:47:10.890Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48462026-08-19T03:47:10.967Z[verify-libraries] Compiling darling v0.13.4
48472026-08-19T03:47:11.024Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48482026-08-19T03:47:11.134Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48492026-08-19T03:47:11.349Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48502026-08-19T03:47:11.426Z[verify-libraries] Compiling ed25519 v3.0.0
48512026-08-19T03:47:11.601Z[ recovery-image] Aug 19 03:47:10.487 INFO O| Aug 19 03:47:10.487 INFO O| Finalize: Building new search index ... Done
48522026-08-19T03:47:11.767Z[verify-libraries] Compiling crypto-primes v0.7.2
48532026-08-19T03:47:11.939Z[ recovery-image] Aug 19 03:47:10.816 INFO O| Aug 19 03:47:10.816 INFO O| Finalize: Updating package cache ... Done
48542026-08-19T03:47:11.964Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48552026-08-19T03:47:12.264Z[ recovery-image] Aug 19 03:47:11.150 INFO O| Aug 19 03:47:11.150 INFO STEP 11 (pkg_install) COMPLETE
48562026-08-19T03:47:12.264Z[ recovery-image] Aug 19 03:47:11.150 INFO O| Aug 19 03:47:11.150 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48572026-08-19T03:47:12.264Z[ recovery-image] Aug 19 03:47:11.150 INFO O| Aug 19 03:47:11.150 INFO skip step because feature "recovery" is enabled
48582026-08-19T03:47:12.264Z[ recovery-image] Aug 19 03:47:11.150 INFO O| Aug 19 03:47:11.150 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48592026-08-19T03:47:12.268Z[ recovery-image] Aug 19 03:47:11.150 INFO O| Aug 19 03:47:11.150 INFO skip step because feature "omicron1" is not enabled
48602026-08-19T03:47:12.268Z[ recovery-image] Aug 19 03:47:11.150 INFO O| Aug 19 03:47:11.150 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48612026-08-19T03:47:12.275Z[ recovery-image] Aug 19 03:47:11.162 INFO O| Aug 19 03:47:11.161 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48622026-08-19T03:47:12.433Z[verify-libraries] Compiling poly1305 v0.9.0
48632026-08-19T03:47:12.675Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48642026-08-19T03:47:12.724Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48652026-08-19T03:47:12.957Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48662026-08-19T03:47:12.986Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48672026-08-19T03:47:12.986Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48682026-08-19T03:47:13.233Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48692026-08-19T03:47:13.262Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48702026-08-19T03:47:13.265Z[verify-libraries] Compiling blowfish v0.10.0
48712026-08-19T03:47:13.304Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48722026-08-19T03:47:13.496Z[verify-libraries] Compiling petname v2.0.2
48732026-08-19T03:47:13.520Z[verify-libraries] Compiling arrayvec v0.7.6
48742026-08-19T03:47:13.613Z[verify-libraries] Compiling arrayref v0.3.9
48752026-08-19T03:47:13.636Z[verify-libraries] Compiling constant_time_eq v0.4.2
48762026-08-19T03:47:13.775Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48772026-08-19T03:47:13.965Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48782026-08-19T03:47:14.125Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48792026-08-19T03:47:14.150Z[verify-libraries] Compiling ssh-cipher v0.3.0
48802026-08-19T03:47:14.249Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48812026-08-19T03:47:14.306Z[verify-libraries] Compiling serde_with_macros v1.5.2
48822026-08-19T03:47:14.370Z[verify-libraries] Compiling sha3 v0.11.0
48832026-08-19T03:47:14.605Z[verify-libraries] Compiling p256 v0.14.0
48842026-08-19T03:47:14.942Z[verify-libraries] Compiling p384 v0.14.0
48852026-08-19T03:47:14.968Z[verify-libraries] Compiling p521 v0.14.0
48862026-08-19T03:47:14.972Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48872026-08-19T03:47:15.048Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48882026-08-19T03:47:15.089Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48892026-08-19T03:47:15.561Z[verify-libraries] Compiling twox-hash v2.1.2
48902026-08-19T03:47:15.705Z[verify-libraries] Compiling kem v0.3.0
48912026-08-19T03:47:15.722Z[ recovery-image] Aug 19 03:47:14.606 INFO O| Aug 19 03:47:14.606 INFO O| Startup: Refreshing catalog 'helios' ... Done
48922026-08-19T03:47:15.734Z[verify-libraries] Compiling module-lattice v0.2.3
48932026-08-19T03:47:15.883Z[verify-libraries] Compiling atty v0.2.14
48942026-08-19T03:47:15.925Z[verify-libraries] Compiling rtoolbox v0.0.3
48952026-08-19T03:47:16.041Z[verify-libraries] Compiling sponge-cursor v0.1.0
48962026-08-19T03:47:16.127Z[ recovery-image] Aug 19 03:47:15.013 INFO O| Aug 19 03:47:15.013 INFO O| Startup: Caching catalogs ... Done
48972026-08-19T03:47:16.130Z[verify-libraries] Compiling topological-sort v0.2.2
48982026-08-19T03:47:16.164Z[verify-libraries] Compiling ml-kem v0.3.2
48992026-08-19T03:47:16.260Z[verify-libraries] Compiling sha3 v0.12.0
49002026-08-19T03:47:16.263Z[verify-libraries] Compiling rpassword v7.5.4
49012026-08-19T03:47:16.349Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49022026-08-19T03:47:16.352Z[verify-libraries] Compiling serde_with v1.14.0
49032026-08-19T03:47:16.599Z[ recovery-image] Aug 19 03:47:15.486 INFO O| Aug 19 03:47:15.486 INFO O| Planning: Solver setup ... Done
49042026-08-19T03:47:16.604Z[ recovery-image] Aug 19 03:47:15.491 INFO O| Aug 19 03:47:15.491 INFO O| Planning: Running solver ... Done
49052026-08-19T03:47:16.617Z[ recovery-image] Aug 19 03:47:15.503 INFO O| Aug 19 03:47:15.503 INFO O| Planning: Finding local manifests ... Done
49062026-08-19T03:47:16.678Z[ recovery-image] Aug 19 03:47:15.565 INFO O| Aug 19 03:47:15.565 INFO O| Planning: Fetching manifests: 0/1 0% complete
49072026-08-19T03:47:16.688Z[ recovery-image] Aug 19 03:47:15.575 INFO O| Aug 19 03:47:15.575 INFO O| Planning: Fetching manifests: 1/1 100% complete
49082026-08-19T03:47:16.707Z[ recovery-image] Aug 19 03:47:15.591 INFO O| Aug 19 03:47:15.591 INFO O| Planning: Package planning ... Done
49092026-08-19T03:47:16.707Z[ recovery-image] Aug 19 03:47:15.591 INFO O| Aug 19 03:47:15.591 INFO O| Planning: Merging actions ... Done
49102026-08-19T03:47:16.823Z[ recovery-image] Aug 19 03:47:15.710 INFO O| Aug 19 03:47:15.710 INFO O| Planning: Checking for conflicting actions ... Done
49112026-08-19T03:47:16.826Z[ recovery-image] Aug 19 03:47:15.710 INFO O| Aug 19 03:47:15.710 INFO O| Planning: Consolidating action changes ... Done
49122026-08-19T03:47:16.920Z[ recovery-image] Aug 19 03:47:15.805 INFO O| Aug 19 03:47:15.805 INFO O| Planning: Evaluating mediators ... Done
49132026-08-19T03:47:16.923Z[ recovery-image] Aug 19 03:47:15.806 INFO O| Aug 19 03:47:15.806 INFO O| Planning: Planning completed in 0.78 seconds
49142026-08-19T03:47:16.923Z[ recovery-image] Aug 19 03:47:15.806 INFO O| Aug 19 03:47:15.806 INFO O| Packages to install: 1
49152026-08-19T03:47:16.931Z[ recovery-image] Aug 19 03:47:15.818 INFO O| Aug 19 03:47:15.818 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49162026-08-19T03:47:16.979Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49172026-08-19T03:47:17.255Z[ recovery-image] Aug 19 03:47:16.142 INFO O| Aug 19 03:47:16.139 INFO O| Download: Completed 13.27 MB in 0.32 seconds (41.3M/s)
49182026-08-19T03:47:17.261Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49192026-08-19T03:47:17.293Z[ recovery-image] Aug 19 03:47:16.179 INFO O| Aug 19 03:47:16.179 INFO O| Actions: 1/22 actions (Installing new actions)
49202026-08-19T03:47:17.315Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49212026-08-19T03:47:17.525Z[ recovery-image] Aug 19 03:47:16.402 INFO O| Aug 19 03:47:16.402 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49222026-08-19T03:47:17.535Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49232026-08-19T03:47:17.550Z[ recovery-image] Aug 19 03:47:16.436 INFO O| Aug 19 03:47:16.436 INFO O| Finalize: Updating package state database ... Done
49242026-08-19T03:47:17.550Z[ recovery-image] Aug 19 03:47:16.436 INFO O| Aug 19 03:47:16.436 INFO O| Finalize: Updating package cache ... Done
49252026-08-19T03:47:17.580Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49262026-08-19T03:47:17.631Z[ recovery-image] Aug 19 03:47:16.517 INFO O| Aug 19 03:47:16.517 INFO O| Finalize: Updating image state ... Done
49272026-08-19T03:47:17.693Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49282026-08-19T03:47:17.822Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49292026-08-19T03:47:17.866Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49302026-08-19T03:47:18.231Z[ recovery-image] Aug 19 03:47:17.117 INFO O| Aug 19 03:47:17.117 INFO O| Finalize: Creating fast lookup database ... Done
49312026-08-19T03:47:18.246Z[ recovery-image] Aug 19 03:47:17.132 INFO O| Aug 19 03:47:17.132 INFO O| Finalize: Reading search index ... Done
49322026-08-19T03:47:18.246Z[ recovery-image] Aug 19 03:47:17.132 INFO O| Aug 19 03:47:17.132 INFO O| Finalize: Updating search index ... Done
49332026-08-19T03:47:18.256Z[ recovery-image] Aug 19 03:47:17.143 INFO O| Aug 19 03:47:17.143 INFO O| Finalize: Updating package cache ... Done
49342026-08-19T03:47:18.540Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO STEP 14 (pkg_install) COMPLETE
49352026-08-19T03:47:18.540Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49362026-08-19T03:47:18.540Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO skip step because feature "mbist" is not enabled
49372026-08-19T03:47:18.544Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49382026-08-19T03:47:18.544Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO skip step because feature "mfg" is not enabled
49392026-08-19T03:47:18.544Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49402026-08-19T03:47:18.545Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO skip step because feature "compliance" is not enabled
49412026-08-19T03:47:18.545Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49422026-08-19T03:47:18.545Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO skip step because feature "stress" is not enabled
49432026-08-19T03:47:18.545Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49442026-08-19T03:47:18.545Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO skip step because feature "compliance" is not enabled
49452026-08-19T03:47:18.545Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49462026-08-19T03:47:18.545Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO skip step because feature "nfs" is not enabled
49472026-08-19T03:47:18.545Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49482026-08-19T03:47:18.545Z[ recovery-image] Aug 19 03:47:17.426 INFO O| Aug 19 03:47:17.426 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49492026-08-19T03:47:18.545Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49502026-08-19T03:47:18.655Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49512026-08-19T03:47:18.872Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49522026-08-19T03:47:18.947Z[ recovery-image] Aug 19 03:47:17.832 INFO O| Aug 19 03:47:17.832 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49532026-08-19T03:47:19.045Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49542026-08-19T03:47:19.091Z[ recovery-image] Aug 19 03:47:17.977 INFO O| Aug 19 03:47:17.977 INFO completed processing sled/ramdisk-01-os
49552026-08-19T03:47:19.099Z[ recovery-image] Aug 19 03:47:17.979 INFO image builder template: ramdisk-02-trim...
49562026-08-19T03:47:19.099Z[ recovery-image] Aug 19 03:47:17.979 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/.tmpNiwJUs/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
49572026-08-19T03:47:19.113Z[ recovery-image] Aug 19 03:47:18.000 INFO O| Aug 19 03:47:18.000 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49582026-08-19T03:47:19.117Z[ recovery-image] Aug 19 03:47:18.004 INFO O| Aug 19 03:47:18.004 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49592026-08-19T03:47:19.182Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49602026-08-19T03:47:19.246Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49612026-08-19T03:47:19.255Z[ recovery-image] Aug 19 03:47:18.141 INFO O| Aug 19 03:47:18.141 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49622026-08-19T03:47:19.337Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49632026-08-19T03:47:19.364Z[ recovery-image] Aug 19 03:47:18.251 INFO O| Aug 19 03:47:18.251 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49642026-08-19T03:47:19.364Z[ recovery-image] Aug 19 03:47:18.251 INFO O| Aug 19 03:47:18.251 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49652026-08-19T03:47:19.369Z[ recovery-image] Aug 19 03:47:18.256 INFO O| Aug 19 03:47:18.255 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49662026-08-19T03:47:19.372Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
49672026-08-19T03:47:19.375Z[ recovery-image] Aug 19 03:47:18.259 INFO O| Aug 19 03:47:18.259 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49682026-08-19T03:47:19.378Z[ recovery-image] Aug 19 03:47:18.264 INFO O| Aug 19 03:47:18.264 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49692026-08-19T03:47:20.156Z[ recovery-image] Aug 19 03:47:19.042 INFO O| Aug 19 03:47:19.042 INFO rolled back to input snapshot; work may begin
49702026-08-19T03:47:20.156Z[ recovery-image] Aug 19 03:47:19.042 INFO O| Aug 19 03:47:19.042 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49712026-08-19T03:47:20.164Z[ recovery-image] Aug 19 03:47:19.050 INFO O| Aug 19 03:47:19.050 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-19T03:47:20.173Z[ recovery-image] Aug 19 03:47:19.060 INFO O| Aug 19 03:47:19.060 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49732026-08-19T03:47:20.211Z[ recovery-image] Aug 19 03:47:19.097 INFO O| Aug 19 03:47:19.097 INFO STEP 0 (remove_files) COMPLETE
49742026-08-19T03:47:20.211Z[ recovery-image] Aug 19 03:47:19.097 INFO O| Aug 19 03:47:19.097 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49752026-08-19T03:47:20.222Z[ recovery-image] Aug 19 03:47:19.109 INFO O| Aug 19 03:47:19.109 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49762026-08-19T03:47:20.225Z[ recovery-image] Aug 19 03:47:19.110 INFO O| Aug 19 03:47:19.110 INFO STEP 1 (remove_files) COMPLETE
49772026-08-19T03:47:20.225Z[ recovery-image] Aug 19 03:47:19.110 INFO O| Aug 19 03:47:19.110 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-19T03:47:20.234Z[ recovery-image] Aug 19 03:47:19.121 INFO O| Aug 19 03:47:19.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49792026-08-19T03:47:20.247Z[ recovery-image] Aug 19 03:47:19.133 INFO O| Aug 19 03:47:19.133 INFO STEP 2 (remove_files) COMPLETE
49802026-08-19T03:47:20.247Z[ recovery-image] Aug 19 03:47:19.134 INFO O| Aug 19 03:47:19.133 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-19T03:47:20.252Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
49822026-08-19T03:47:20.258Z[ recovery-image] Aug 19 03:47:19.145 INFO O| Aug 19 03:47:19.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49832026-08-19T03:47:20.261Z[ recovery-image] Aug 19 03:47:19.146 INFO O| Aug 19 03:47:19.146 INFO STEP 3 (remove_files) COMPLETE
49842026-08-19T03:47:20.261Z[ recovery-image] Aug 19 03:47:19.146 INFO O| Aug 19 03:47:19.146 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-08-19T03:47:20.272Z[ recovery-image] Aug 19 03:47:19.157 INFO O| Aug 19 03:47:19.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49862026-08-19T03:47:20.275Z[ recovery-image] Aug 19 03:47:19.160 INFO O| Aug 19 03:47:19.160 INFO STEP 4 (remove_files) COMPLETE
49872026-08-19T03:47:20.275Z[ recovery-image] Aug 19 03:47:19.160 INFO O| Aug 19 03:47:19.160 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-08-19T03:47:20.284Z[ recovery-image] Aug 19 03:47:19.171 INFO O| Aug 19 03:47:19.171 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49892026-08-19T03:47:20.288Z[ recovery-image] Aug 19 03:47:19.172 INFO O| Aug 19 03:47:19.172 INFO STEP 5 (remove_files) COMPLETE
49902026-08-19T03:47:20.288Z[ recovery-image] Aug 19 03:47:19.172 INFO O| Aug 19 03:47:19.172 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-19T03:47:20.295Z[ recovery-image] Aug 19 03:47:19.182 INFO O| Aug 19 03:47:19.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49922026-08-19T03:47:20.306Z[ recovery-image] Aug 19 03:47:19.193 INFO O| Aug 19 03:47:19.193 INFO STEP 6 (remove_files) COMPLETE
49932026-08-19T03:47:20.306Z[ recovery-image] Aug 19 03:47:19.193 INFO O| Aug 19 03:47:19.193 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-19T03:47:20.306Z[ recovery-image] Aug 19 03:47:19.193 INFO O| Aug 19 03:47:19.193 INFO skip step because feature "heliosv2" is not enabled
49952026-08-19T03:47:20.309Z[ recovery-image] Aug 19 03:47:19.193 INFO O| Aug 19 03:47:19.193 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49962026-08-19T03:47:20.309Z[ recovery-image] Aug 19 03:47:19.193 INFO O| Aug 19 03:47:19.193 INFO skip step because feature "recovery" is enabled
49972026-08-19T03:47:20.309Z[ recovery-image] Aug 19 03:47:19.193 INFO O| Aug 19 03:47:19.193 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-08-19T03:47:20.309Z[ recovery-image] Aug 19 03:47:19.193 INFO O| Aug 19 03:47:19.193 INFO skip step because feature "recovery" is enabled
49992026-08-19T03:47:20.309Z[ recovery-image] Aug 19 03:47:19.193 INFO O| Aug 19 03:47:19.193 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-19T03:47:20.309Z[ recovery-image] Aug 19 03:47:19.193 INFO O| Aug 19 03:47:19.193 INFO skip step because feature "recovery" is enabled
50012026-08-19T03:47:20.309Z[ recovery-image] Aug 19 03:47:19.193 INFO O| Aug 19 03:47:19.193 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-08-19T03:47:20.318Z[ recovery-image] Aug 19 03:47:19.205 INFO O| Aug 19 03:47:19.205 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50032026-08-19T03:47:20.321Z[ recovery-image] Aug 19 03:47:19.208 INFO O| Aug 19 03:47:19.207 INFO STEP 11 (remove_files) COMPLETE
50042026-08-19T03:47:20.321Z[ recovery-image] Aug 19 03:47:19.208 INFO O| Aug 19 03:47:19.207 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-19T03:47:20.332Z[ recovery-image] Aug 19 03:47:19.219 INFO O| Aug 19 03:47:19.218 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50062026-08-19T03:47:20.335Z[ recovery-image] Aug 19 03:47:19.219 INFO O| Aug 19 03:47:19.219 INFO STEP 12 (remove_files) COMPLETE
50072026-08-19T03:47:20.335Z[ recovery-image] Aug 19 03:47:19.219 INFO O| Aug 19 03:47:19.219 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-19T03:47:20.343Z[ recovery-image] Aug 19 03:47:19.230 INFO O| Aug 19 03:47:19.230 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50092026-08-19T03:47:20.347Z[ recovery-image] Aug 19 03:47:19.231 INFO O| Aug 19 03:47:19.231 INFO STEP 13 (remove_files) COMPLETE
50102026-08-19T03:47:20.347Z[ recovery-image] Aug 19 03:47:19.231 INFO O| Aug 19 03:47:19.231 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-08-19T03:47:20.441Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
50122026-08-19T03:47:20.451Z[ recovery-image] Aug 19 03:47:19.338 INFO O| Aug 19 03:47:19.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50132026-08-19T03:47:20.481Z[ recovery-image] Aug 19 03:47:19.368 INFO O| Aug 19 03:47:19.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50142026-08-19T03:47:20.565Z[ recovery-image] Aug 19 03:47:19.451 INFO O| Aug 19 03:47:19.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50152026-08-19T03:47:20.565Z[ recovery-image] Aug 19 03:47:19.451 INFO O| Aug 19 03:47:19.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50162026-08-19T03:47:20.568Z[ recovery-image] Aug 19 03:47:19.452 INFO O| Aug 19 03:47:19.452 INFO STEP 14 (remove_files) COMPLETE
50172026-08-19T03:47:20.568Z[ recovery-image] Aug 19 03:47:19.452 INFO O| Aug 19 03:47:19.452 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-19T03:47:20.612Z[ recovery-image] Aug 19 03:47:19.498 INFO O| Aug 19 03:47:19.498 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50192026-08-19T03:47:20.616Z[ recovery-image] Aug 19 03:47:19.500 INFO O| Aug 19 03:47:19.500 INFO STEP 15 (remove_files) COMPLETE
50202026-08-19T03:47:20.616Z[ recovery-image] Aug 19 03:47:19.500 INFO O| Aug 19 03:47:19.500 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-19T03:47:20.693Z[ recovery-image] Aug 19 03:47:19.580 INFO O| Aug 19 03:47:19.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50222026-08-19T03:47:20.699Z[ recovery-image] Aug 19 03:47:19.586 INFO O| Aug 19 03:47:19.585 INFO STEP 16 (remove_files) COMPLETE
50232026-08-19T03:47:20.699Z[ recovery-image] Aug 19 03:47:19.586 INFO O| Aug 19 03:47:19.585 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-19T03:47:20.715Z[ recovery-image] Aug 19 03:47:19.602 INFO O| Aug 19 03:47:19.602 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50252026-08-19T03:47:20.719Z[ recovery-image] Aug 19 03:47:19.602 INFO O| Aug 19 03:47:19.602 INFO STEP 17 (remove_files) COMPLETE
50262026-08-19T03:47:20.719Z[ recovery-image] Aug 19 03:47:19.602 INFO O| Aug 19 03:47:19.602 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-19T03:47:20.732Z[ recovery-image] Aug 19 03:47:19.619 INFO O| Aug 19 03:47:19.619 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50282026-08-19T03:47:20.736Z[ recovery-image] Aug 19 03:47:19.620 INFO O| Aug 19 03:47:19.620 INFO STEP 18 (remove_files) COMPLETE
50292026-08-19T03:47:20.736Z[ recovery-image] Aug 19 03:47:19.620 INFO O| Aug 19 03:47:19.620 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-19T03:47:20.764Z[ recovery-image] Aug 19 03:47:19.650 INFO O| Aug 19 03:47:19.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50312026-08-19T03:47:20.764Z[ recovery-image] Aug 19 03:47:19.650 INFO O| Aug 19 03:47:19.650 INFO STEP 19 (remove_files) COMPLETE
50322026-08-19T03:47:20.764Z[ recovery-image] Aug 19 03:47:19.650 INFO O| Aug 19 03:47:19.650 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-19T03:47:20.773Z[ recovery-image] Aug 19 03:47:19.660 INFO O| Aug 19 03:47:19.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50342026-08-19T03:47:20.773Z[ recovery-image] Aug 19 03:47:19.660 INFO O| Aug 19 03:47:19.660 INFO STEP 20 (remove_files) COMPLETE
50352026-08-19T03:47:20.777Z[ recovery-image] Aug 19 03:47:19.660 INFO O| Aug 19 03:47:19.660 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-19T03:47:20.783Z[ recovery-image] Aug 19 03:47:19.670 INFO O| Aug 19 03:47:19.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50372026-08-19T03:47:20.784Z[ recovery-image] Aug 19 03:47:19.670 INFO O| Aug 19 03:47:19.670 INFO STEP 21 (remove_files) COMPLETE
50382026-08-19T03:47:20.784Z[ recovery-image] Aug 19 03:47:19.670 INFO O| Aug 19 03:47:19.670 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-19T03:47:20.793Z[ recovery-image] Aug 19 03:47:19.680 INFO O| Aug 19 03:47:19.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50402026-08-19T03:47:20.793Z[ recovery-image] Aug 19 03:47:19.680 INFO O| Aug 19 03:47:19.680 INFO STEP 22 (remove_files) COMPLETE
50412026-08-19T03:47:20.793Z[ recovery-image] Aug 19 03:47:19.680 INFO O| Aug 19 03:47:19.680 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-19T03:47:20.802Z[ recovery-image] Aug 19 03:47:19.689 INFO O| Aug 19 03:47:19.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50432026-08-19T03:47:20.802Z[ recovery-image] Aug 19 03:47:19.689 INFO O| Aug 19 03:47:19.689 INFO STEP 23 (remove_files) COMPLETE
50442026-08-19T03:47:20.802Z[ recovery-image] Aug 19 03:47:19.689 INFO O| Aug 19 03:47:19.689 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-19T03:47:20.811Z[ recovery-image] Aug 19 03:47:19.698 INFO O| Aug 19 03:47:19.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50462026-08-19T03:47:20.811Z[ recovery-image] Aug 19 03:47:19.698 INFO O| Aug 19 03:47:19.698 INFO STEP 24 (remove_files) COMPLETE
50472026-08-19T03:47:20.811Z[ recovery-image] Aug 19 03:47:19.698 INFO O| Aug 19 03:47:19.698 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-19T03:47:20.820Z[ recovery-image] Aug 19 03:47:19.706 INFO O| Aug 19 03:47:19.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50492026-08-19T03:47:20.820Z[ recovery-image] Aug 19 03:47:19.707 INFO O| Aug 19 03:47:19.707 INFO STEP 25 (remove_files) COMPLETE
50502026-08-19T03:47:20.820Z[ recovery-image] Aug 19 03:47:19.707 INFO O| Aug 19 03:47:19.707 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-19T03:47:20.829Z[ recovery-image] Aug 19 03:47:19.715 INFO O| Aug 19 03:47:19.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50522026-08-19T03:47:20.829Z[ recovery-image] Aug 19 03:47:19.716 INFO O| Aug 19 03:47:19.715 INFO STEP 26 (remove_files) COMPLETE
50532026-08-19T03:47:20.829Z[ recovery-image] Aug 19 03:47:19.716 INFO O| Aug 19 03:47:19.715 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-19T03:47:20.838Z[ recovery-image] Aug 19 03:47:19.725 INFO O| Aug 19 03:47:19.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50552026-08-19T03:47:20.838Z[ recovery-image] Aug 19 03:47:19.725 INFO O| Aug 19 03:47:19.725 INFO STEP 27 (remove_files) COMPLETE
50562026-08-19T03:47:20.838Z[ recovery-image] Aug 19 03:47:19.725 INFO O| Aug 19 03:47:19.725 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-19T03:47:20.915Z[ recovery-image] Aug 19 03:47:19.801 INFO O| Aug 19 03:47:19.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50582026-08-19T03:47:20.915Z[ recovery-image] Aug 19 03:47:19.801 INFO O| Aug 19 03:47:19.801 INFO STEP 28 (remove_files) COMPLETE
50592026-08-19T03:47:20.915Z[ recovery-image] Aug 19 03:47:19.801 INFO O| Aug 19 03:47:19.801 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-19T03:47:20.925Z[ recovery-image] Aug 19 03:47:19.811 INFO O| Aug 19 03:47:19.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50612026-08-19T03:47:20.925Z[ recovery-image] Aug 19 03:47:19.811 INFO O| Aug 19 03:47:19.811 INFO STEP 29 (remove_files) COMPLETE
50622026-08-19T03:47:20.925Z[ recovery-image] Aug 19 03:47:19.811 INFO O| Aug 19 03:47:19.811 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-19T03:47:20.935Z[ recovery-image] Aug 19 03:47:19.821 INFO O| Aug 19 03:47:19.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50642026-08-19T03:47:20.935Z[ recovery-image] Aug 19 03:47:19.821 INFO O| Aug 19 03:47:19.821 INFO STEP 30 (remove_files) COMPLETE
50652026-08-19T03:47:20.935Z[ recovery-image] Aug 19 03:47:19.821 INFO O| Aug 19 03:47:19.821 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-19T03:47:20.957Z[ recovery-image] Aug 19 03:47:19.843 INFO O| Aug 19 03:47:19.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50672026-08-19T03:47:20.957Z[ recovery-image] Aug 19 03:47:19.843 INFO O| Aug 19 03:47:19.843 INFO STEP 31 (remove_files) COMPLETE
50682026-08-19T03:47:20.961Z[ recovery-image] Aug 19 03:47:19.843 INFO O| Aug 19 03:47:19.843 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-19T03:47:21.007Z[ recovery-image] Aug 19 03:47:19.893 INFO O| Aug 19 03:47:19.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50702026-08-19T03:47:21.007Z[ recovery-image] Aug 19 03:47:19.893 INFO O| Aug 19 03:47:19.893 INFO STEP 32 (remove_files) COMPLETE
50712026-08-19T03:47:21.007Z[ recovery-image] Aug 19 03:47:19.893 INFO O| Aug 19 03:47:19.893 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-19T03:47:21.016Z[ recovery-image] Aug 19 03:47:19.902 INFO O| Aug 19 03:47:19.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50732026-08-19T03:47:21.016Z[ recovery-image] Aug 19 03:47:19.902 INFO O| Aug 19 03:47:19.902 INFO STEP 33 (remove_files) COMPLETE
50742026-08-19T03:47:21.019Z[ recovery-image] Aug 19 03:47:19.902 INFO O| Aug 19 03:47:19.902 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-19T03:47:21.024Z[ recovery-image] Aug 19 03:47:19.911 INFO O| Aug 19 03:47:19.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50762026-08-19T03:47:21.024Z[ recovery-image] Aug 19 03:47:19.911 INFO O| Aug 19 03:47:19.911 INFO STEP 34 (remove_files) COMPLETE
50772026-08-19T03:47:21.028Z[ recovery-image] Aug 19 03:47:19.911 INFO O| Aug 19 03:47:19.911 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-19T03:47:21.033Z[ recovery-image] Aug 19 03:47:19.920 INFO O| Aug 19 03:47:19.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50792026-08-19T03:47:21.033Z[ recovery-image] Aug 19 03:47:19.920 INFO O| Aug 19 03:47:19.920 INFO STEP 35 (remove_files) COMPLETE
50802026-08-19T03:47:21.036Z[ recovery-image] Aug 19 03:47:19.920 INFO O| Aug 19 03:47:19.920 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-19T03:47:21.105Z[ recovery-image] Aug 19 03:47:19.992 INFO O| Aug 19 03:47:19.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50822026-08-19T03:47:21.105Z[ recovery-image] Aug 19 03:47:19.992 INFO O| Aug 19 03:47:19.992 INFO STEP 36 (remove_files) COMPLETE
50832026-08-19T03:47:21.105Z[ recovery-image] Aug 19 03:47:19.992 INFO O| Aug 19 03:47:19.992 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-19T03:47:21.115Z[ recovery-image] Aug 19 03:47:20.001 INFO O| Aug 19 03:47:20.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50852026-08-19T03:47:21.115Z[ recovery-image] Aug 19 03:47:20.001 INFO O| Aug 19 03:47:20.001 INFO STEP 37 (remove_files) COMPLETE
50862026-08-19T03:47:21.115Z[ recovery-image] Aug 19 03:47:20.001 INFO O| Aug 19 03:47:20.001 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-19T03:47:21.125Z[ recovery-image] Aug 19 03:47:20.010 INFO O| Aug 19 03:47:20.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50882026-08-19T03:47:21.125Z[ recovery-image] Aug 19 03:47:20.010 INFO O| Aug 19 03:47:20.010 INFO STEP 38 (remove_files) COMPLETE
50892026-08-19T03:47:21.125Z[ recovery-image] Aug 19 03:47:20.010 INFO O| Aug 19 03:47:20.010 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-19T03:47:21.144Z[ recovery-image] Aug 19 03:47:20.030 INFO O| Aug 19 03:47:20.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50912026-08-19T03:47:21.144Z[ recovery-image] Aug 19 03:47:20.030 INFO O| Aug 19 03:47:20.030 INFO STEP 39 (remove_files) COMPLETE
50922026-08-19T03:47:21.144Z[ recovery-image] Aug 19 03:47:20.030 INFO O| Aug 19 03:47:20.030 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-19T03:47:21.153Z[ recovery-image] Aug 19 03:47:20.040 INFO O| Aug 19 03:47:20.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50942026-08-19T03:47:21.153Z[ recovery-image] Aug 19 03:47:20.040 INFO O| Aug 19 03:47:20.040 INFO STEP 40 (remove_files) COMPLETE
50952026-08-19T03:47:21.153Z[ recovery-image] Aug 19 03:47:20.040 INFO O| Aug 19 03:47:20.040 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-19T03:47:21.174Z[ recovery-image] Aug 19 03:47:20.061 INFO O| Aug 19 03:47:20.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50972026-08-19T03:47:21.174Z[ recovery-image] Aug 19 03:47:20.061 INFO O| Aug 19 03:47:20.061 INFO STEP 41 (remove_files) COMPLETE
50982026-08-19T03:47:21.174Z[ recovery-image] Aug 19 03:47:20.061 INFO O| Aug 19 03:47:20.061 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-19T03:47:21.184Z[ recovery-image] Aug 19 03:47:20.071 INFO O| Aug 19 03:47:20.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51002026-08-19T03:47:21.184Z[ recovery-image] Aug 19 03:47:20.071 INFO O| Aug 19 03:47:20.071 INFO STEP 42 (remove_files) COMPLETE
51012026-08-19T03:47:21.184Z[ recovery-image] Aug 19 03:47:20.071 INFO O| Aug 19 03:47:20.071 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-19T03:47:21.193Z[ recovery-image] Aug 19 03:47:20.079 INFO O| Aug 19 03:47:20.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51032026-08-19T03:47:21.193Z[ recovery-image] Aug 19 03:47:20.080 INFO O| Aug 19 03:47:20.080 INFO STEP 43 (remove_files) COMPLETE
51042026-08-19T03:47:21.193Z[ recovery-image] Aug 19 03:47:20.080 INFO O| Aug 19 03:47:20.080 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-19T03:47:21.203Z[ recovery-image] Aug 19 03:47:20.090 INFO O| Aug 19 03:47:20.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51062026-08-19T03:47:21.203Z[ recovery-image] Aug 19 03:47:20.090 INFO O| Aug 19 03:47:20.090 INFO STEP 44 (remove_files) COMPLETE
51072026-08-19T03:47:21.203Z[ recovery-image] Aug 19 03:47:20.090 INFO O| Aug 19 03:47:20.090 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-19T03:47:21.214Z[ recovery-image] Aug 19 03:47:20.101 INFO O| Aug 19 03:47:20.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51092026-08-19T03:47:21.214Z[ recovery-image] Aug 19 03:47:20.101 INFO O| Aug 19 03:47:20.101 INFO STEP 45 (remove_files) COMPLETE
51102026-08-19T03:47:21.214Z[ recovery-image] Aug 19 03:47:20.101 INFO O| Aug 19 03:47:20.101 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-19T03:47:21.223Z[ recovery-image] Aug 19 03:47:20.110 INFO O| Aug 19 03:47:20.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51122026-08-19T03:47:21.223Z[ recovery-image] Aug 19 03:47:20.110 INFO O| Aug 19 03:47:20.110 INFO STEP 46 (remove_files) COMPLETE
51132026-08-19T03:47:21.223Z[ recovery-image] Aug 19 03:47:20.110 INFO O| Aug 19 03:47:20.110 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-19T03:47:21.231Z[ recovery-image] Aug 19 03:47:20.118 INFO O| Aug 19 03:47:20.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51152026-08-19T03:47:21.231Z[ recovery-image] Aug 19 03:47:20.118 INFO O| Aug 19 03:47:20.118 INFO STEP 47 (remove_files) COMPLETE
51162026-08-19T03:47:21.235Z[ recovery-image] Aug 19 03:47:20.118 INFO O| Aug 19 03:47:20.118 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-19T03:47:21.241Z[ recovery-image] Aug 19 03:47:20.126 INFO O| Aug 19 03:47:20.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51182026-08-19T03:47:21.241Z[ recovery-image] Aug 19 03:47:20.126 INFO O| Aug 19 03:47:20.126 INFO STEP 48 (remove_files) COMPLETE
51192026-08-19T03:47:21.241Z[ recovery-image] Aug 19 03:47:20.126 INFO O| Aug 19 03:47:20.126 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-19T03:47:21.249Z[ recovery-image] Aug 19 03:47:20.136 INFO O| Aug 19 03:47:20.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51212026-08-19T03:47:21.249Z[ recovery-image] Aug 19 03:47:20.136 INFO O| Aug 19 03:47:20.136 INFO STEP 49 (remove_files) COMPLETE
51222026-08-19T03:47:21.249Z[ recovery-image] Aug 19 03:47:20.136 INFO O| Aug 19 03:47:20.136 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-19T03:47:21.259Z[ recovery-image] Aug 19 03:47:20.146 INFO O| Aug 19 03:47:20.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51242026-08-19T03:47:21.259Z[ recovery-image] Aug 19 03:47:20.146 INFO O| Aug 19 03:47:20.146 INFO STEP 50 (remove_files) COMPLETE
51252026-08-19T03:47:21.259Z[ recovery-image] Aug 19 03:47:20.146 INFO O| Aug 19 03:47:20.146 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-19T03:47:21.268Z[ recovery-image] Aug 19 03:47:20.155 INFO O| Aug 19 03:47:20.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51272026-08-19T03:47:21.268Z[ recovery-image] Aug 19 03:47:20.155 INFO O| Aug 19 03:47:20.155 INFO STEP 51 (remove_files) COMPLETE
51282026-08-19T03:47:21.268Z[ recovery-image] Aug 19 03:47:20.155 INFO O| Aug 19 03:47:20.155 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-19T03:47:21.279Z[ recovery-image] Aug 19 03:47:20.166 INFO O| Aug 19 03:47:20.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51302026-08-19T03:47:21.279Z[ recovery-image] Aug 19 03:47:20.166 INFO O| Aug 19 03:47:20.166 INFO STEP 52 (remove_files) COMPLETE
51312026-08-19T03:47:21.279Z[ recovery-image] Aug 19 03:47:20.166 INFO O| Aug 19 03:47:20.166 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-19T03:47:21.289Z[ recovery-image] Aug 19 03:47:20.175 INFO O| Aug 19 03:47:20.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51332026-08-19T03:47:21.289Z[ recovery-image] Aug 19 03:47:20.175 INFO O| Aug 19 03:47:20.175 INFO STEP 53 (remove_files) COMPLETE
51342026-08-19T03:47:21.296Z[ recovery-image] Aug 19 03:47:20.175 INFO O| Aug 19 03:47:20.175 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-19T03:47:21.299Z[ recovery-image] Aug 19 03:47:20.185 INFO O| Aug 19 03:47:20.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51362026-08-19T03:47:21.300Z[ recovery-image] Aug 19 03:47:20.186 INFO O| Aug 19 03:47:20.186 INFO STEP 54 (remove_files) COMPLETE
51372026-08-19T03:47:21.300Z[ recovery-image] Aug 19 03:47:20.186 INFO O| Aug 19 03:47:20.186 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-19T03:47:21.309Z[ recovery-image] Aug 19 03:47:20.195 INFO O| Aug 19 03:47:20.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51392026-08-19T03:47:21.309Z[ recovery-image] Aug 19 03:47:20.195 INFO O| Aug 19 03:47:20.195 INFO STEP 55 (remove_files) COMPLETE
51402026-08-19T03:47:21.309Z[ recovery-image] Aug 19 03:47:20.195 INFO O| Aug 19 03:47:20.195 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-08-19T03:47:21.328Z[ recovery-image] Aug 19 03:47:20.205 INFO O| Aug 19 03:47:20.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51422026-08-19T03:47:21.328Z[ recovery-image] Aug 19 03:47:20.205 INFO O| Aug 19 03:47:20.205 INFO STEP 56 (remove_files) COMPLETE
51432026-08-19T03:47:21.336Z[ recovery-image] Aug 19 03:47:20.205 INFO O| Aug 19 03:47:20.205 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-19T03:47:21.336Z[ recovery-image] Aug 19 03:47:20.215 INFO O| Aug 19 03:47:20.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51452026-08-19T03:47:21.336Z[ recovery-image] Aug 19 03:47:20.215 INFO O| Aug 19 03:47:20.215 INFO STEP 57 (remove_files) COMPLETE
51462026-08-19T03:47:21.336Z[ recovery-image] Aug 19 03:47:20.215 INFO O| Aug 19 03:47:20.215 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-19T03:47:21.352Z[ recovery-image] Aug 19 03:47:20.224 INFO O| Aug 19 03:47:20.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51482026-08-19T03:47:21.352Z[ recovery-image] Aug 19 03:47:20.224 INFO O| Aug 19 03:47:20.224 INFO STEP 58 (remove_files) COMPLETE
51492026-08-19T03:47:21.352Z[ recovery-image] Aug 19 03:47:20.224 INFO O| Aug 19 03:47:20.224 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-19T03:47:21.358Z[ recovery-image] Aug 19 03:47:20.235 INFO O| Aug 19 03:47:20.235 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51512026-08-19T03:47:21.358Z[ recovery-image] Aug 19 03:47:20.235 INFO O| Aug 19 03:47:20.235 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51522026-08-19T03:47:21.358Z[ recovery-image] Aug 19 03:47:20.235 INFO O| Aug 19 03:47:20.235 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51532026-08-19T03:47:21.358Z[ recovery-image] Aug 19 03:47:20.235 INFO O| Aug 19 03:47:20.235 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51542026-08-19T03:47:21.358Z[ recovery-image] Aug 19 03:47:20.235 INFO O| Aug 19 03:47:20.235 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51552026-08-19T03:47:21.358Z[ recovery-image] Aug 19 03:47:20.235 INFO O| Aug 19 03:47:20.235 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51562026-08-19T03:47:21.358Z[ recovery-image] Aug 19 03:47:20.235 INFO O| Aug 19 03:47:20.235 INFO ok!
51572026-08-19T03:47:21.358Z[ recovery-image] Aug 19 03:47:20.235 INFO O| Aug 19 03:47:20.235 INFO STEP 59 (ensure_file) COMPLETE
51582026-08-19T03:47:21.359Z[ recovery-image] Aug 19 03:47:20.235 INFO O| Aug 19 03:47:20.235 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-08-19T03:47:21.367Z[ recovery-image] Aug 19 03:47:20.244 INFO O| Aug 19 03:47:20.244 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51602026-08-19T03:47:21.367Z[ recovery-image] Aug 19 03:47:20.245 INFO O| Aug 19 03:47:20.244 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51612026-08-19T03:47:21.367Z[ recovery-image] Aug 19 03:47:20.245 INFO O| Aug 19 03:47:20.245 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51622026-08-19T03:47:21.367Z[ recovery-image] Aug 19 03:47:20.245 INFO O| Aug 19 03:47:20.245 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51632026-08-19T03:47:21.367Z[ recovery-image] Aug 19 03:47:20.245 INFO O| Aug 19 03:47:20.245 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51642026-08-19T03:47:21.368Z[ recovery-image] Aug 19 03:47:20.245 INFO O| Aug 19 03:47:20.245 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51652026-08-19T03:47:21.368Z[ recovery-image] Aug 19 03:47:20.245 INFO O| Aug 19 03:47:20.245 INFO ok!
51662026-08-19T03:47:21.368Z[ recovery-image] Aug 19 03:47:20.245 INFO O| Aug 19 03:47:20.245 INFO STEP 60 (ensure_file) COMPLETE
51672026-08-19T03:47:21.368Z[ recovery-image] Aug 19 03:47:20.245 INFO O| Aug 19 03:47:20.245 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-19T03:47:21.381Z[ recovery-image] Aug 19 03:47:20.254 INFO O| Aug 19 03:47:20.253 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51692026-08-19T03:47:21.381Z[ recovery-image] Aug 19 03:47:20.254 INFO O| Aug 19 03:47:20.254 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51702026-08-19T03:47:21.381Z[ recovery-image] Aug 19 03:47:20.254 INFO O| Aug 19 03:47:20.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51712026-08-19T03:47:21.381Z[ recovery-image] Aug 19 03:47:20.254 INFO O| Aug 19 03:47:20.254 INFO ok!
51722026-08-19T03:47:21.381Z[ recovery-image] Aug 19 03:47:20.254 INFO O| Aug 19 03:47:20.254 INFO STEP 61 (ensure_file) COMPLETE
51732026-08-19T03:47:21.381Z[ recovery-image] Aug 19 03:47:20.254 INFO O| Aug 19 03:47:20.254 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-08-19T03:47:21.390Z[ recovery-image] Aug 19 03:47:20.264 INFO O| Aug 19 03:47:20.264 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51752026-08-19T03:47:21.391Z[ recovery-image] Aug 19 03:47:20.264 INFO O| Aug 19 03:47:20.264 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51762026-08-19T03:47:21.391Z[ recovery-image] Aug 19 03:47:20.264 INFO O| Aug 19 03:47:20.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51772026-08-19T03:47:21.391Z[ recovery-image] Aug 19 03:47:20.264 INFO O| Aug 19 03:47:20.264 INFO ok!
51782026-08-19T03:47:21.391Z[ recovery-image] Aug 19 03:47:20.264 INFO O| Aug 19 03:47:20.264 INFO STEP 62 (ensure_file) COMPLETE
51792026-08-19T03:47:21.391Z[ recovery-image] Aug 19 03:47:20.264 INFO O| Aug 19 03:47:20.264 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-08-19T03:47:21.395Z[ recovery-image] Aug 19 03:47:20.273 INFO O| Aug 19 03:47:20.273 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51812026-08-19T03:47:21.396Z[ recovery-image] Aug 19 03:47:20.273 INFO O| Aug 19 03:47:20.273 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51822026-08-19T03:47:21.396Z[ recovery-image] Aug 19 03:47:20.273 INFO O| Aug 19 03:47:20.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51832026-08-19T03:47:21.396Z[ recovery-image] Aug 19 03:47:20.273 INFO O| Aug 19 03:47:20.273 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51842026-08-19T03:47:21.396Z[ recovery-image] Aug 19 03:47:20.273 INFO O| Aug 19 03:47:20.273 INFO ok!
51852026-08-19T03:47:21.396Z[ recovery-image] Aug 19 03:47:20.273 INFO O| Aug 19 03:47:20.273 INFO STEP 63 (ensure_file) COMPLETE
51862026-08-19T03:47:21.396Z[ recovery-image] Aug 19 03:47:20.273 INFO O| Aug 19 03:47:20.273 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-08-19T03:47:21.396Z[ recovery-image] Aug 19 03:47:20.282 INFO O| Aug 19 03:47:20.282 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51882026-08-19T03:47:21.396Z[ recovery-image] Aug 19 03:47:20.282 INFO O| Aug 19 03:47:20.282 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51892026-08-19T03:47:21.396Z[ recovery-image] Aug 19 03:47:20.282 INFO O| Aug 19 03:47:20.282 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51902026-08-19T03:47:21.400Z[ recovery-image] Aug 19 03:47:20.282 INFO O| Aug 19 03:47:20.282 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51912026-08-19T03:47:21.400Z[ recovery-image] Aug 19 03:47:20.282 INFO O| Aug 19 03:47:20.282 INFO ok!
51922026-08-19T03:47:21.400Z[ recovery-image] Aug 19 03:47:20.282 INFO O| Aug 19 03:47:20.282 INFO STEP 64 (ensure_file) COMPLETE
51932026-08-19T03:47:21.400Z[ recovery-image] Aug 19 03:47:20.282 INFO O| Aug 19 03:47:20.282 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-19T03:47:21.406Z[ recovery-image] Aug 19 03:47:20.290 INFO O| Aug 19 03:47:20.290 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51952026-08-19T03:47:21.406Z[ recovery-image] Aug 19 03:47:20.290 INFO O| Aug 19 03:47:20.290 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51962026-08-19T03:47:21.406Z[ recovery-image] Aug 19 03:47:20.290 INFO O| Aug 19 03:47:20.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51972026-08-19T03:47:21.406Z[ recovery-image] Aug 19 03:47:20.290 INFO O| Aug 19 03:47:20.290 INFO ok!
51982026-08-19T03:47:21.407Z[ recovery-image] Aug 19 03:47:20.290 INFO O| Aug 19 03:47:20.290 INFO STEP 65 (assemble_files) COMPLETE
51992026-08-19T03:47:21.407Z[ recovery-image] Aug 19 03:47:20.290 INFO O| Aug 19 03:47:20.290 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-08-19T03:47:21.416Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.299 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52012026-08-19T03:47:21.427Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52022026-08-19T03:47:21.427Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52032026-08-19T03:47:21.427Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52042026-08-19T03:47:21.427Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO ok!
52052026-08-19T03:47:21.427Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO STEP 66 (ensure_file) COMPLETE
52062026-08-19T03:47:21.427Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-08-19T03:47:21.428Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO skip step because feature "omicron1" is not enabled
52082026-08-19T03:47:21.428Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-08-19T03:47:21.428Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO skip step because feature "omicron1" is not enabled
52102026-08-19T03:47:21.428Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-08-19T03:47:21.428Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO skip step because feature "omicron1" is not enabled
52122026-08-19T03:47:21.428Z[ recovery-image] Aug 19 03:47:20.300 INFO O| Aug 19 03:47:20.300 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52132026-08-19T03:47:21.428Z[ recovery-image] Aug 19 03:47:20.312 INFO O| Aug 19 03:47:20.312 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52142026-08-19T03:47:21.428Z[ recovery-image] Aug 19 03:47:20.312 INFO O| Aug 19 03:47:20.312 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52152026-08-19T03:47:21.742Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52162026-08-19T03:47:21.774Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52172026-08-19T03:47:22.285Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52182026-08-19T03:47:22.334Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52192026-08-19T03:47:22.716Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52202026-08-19T03:47:22.832Z[ recovery-image] Aug 19 03:47:21.715 INFO O| Aug 19 03:47:21.715 INFO STEP 70 (pack_tar) COMPLETE
52212026-08-19T03:47:22.832Z[ recovery-image] Aug 19 03:47:21.715 INFO O| Aug 19 03:47:21.715 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52222026-08-19T03:47:22.832Z[ recovery-image] Aug 19 03:47:21.715 INFO O| Aug 19 03:47:21.715 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52232026-08-19T03:47:23.068Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52242026-08-19T03:47:23.211Z[ recovery-image] Aug 19 03:47:22.096 INFO O| Aug 19 03:47:22.096 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52252026-08-19T03:47:23.335Z[ recovery-image] Aug 19 03:47:22.220 INFO O| Aug 19 03:47:22.220 INFO completed processing sled/ramdisk-02-trim
52262026-08-19T03:47:23.352Z[ recovery-image] Aug 19 03:47:22.222 INFO image builder template: ramdisk-03-recovery-trim...
52272026-08-19T03:47:23.352Z[ recovery-image] Aug 19 03:47:22.222 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/.tmpNiwJUs/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
52282026-08-19T03:47:23.352Z[ recovery-image] Aug 19 03:47:22.227 INFO O| Aug 19 03:47:22.227 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52292026-08-19T03:47:23.415Z[ recovery-image] Aug 19 03:47:22.301 INFO O| Aug 19 03:47:22.301 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52302026-08-19T03:47:23.422Z[ recovery-image] Aug 19 03:47:22.305 INFO O| Aug 19 03:47:22.305 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52312026-08-19T03:47:23.446Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52322026-08-19T03:47:23.480Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52332026-08-19T03:47:23.588Z[ recovery-image] Aug 19 03:47:22.474 INFO O| Aug 19 03:47:22.474 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52342026-08-19T03:47:23.681Z[ recovery-image] Aug 19 03:47:22.567 INFO O| Aug 19 03:47:22.567 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52352026-08-19T03:47:23.681Z[ recovery-image] Aug 19 03:47:22.567 INFO O| Aug 19 03:47:22.567 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52362026-08-19T03:47:23.687Z[ recovery-image] Aug 19 03:47:22.573 INFO O| Aug 19 03:47:22.573 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52372026-08-19T03:47:23.691Z[ recovery-image] Aug 19 03:47:22.577 INFO O| Aug 19 03:47:22.577 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52382026-08-19T03:47:23.694Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52392026-08-19T03:47:23.698Z[ recovery-image] Aug 19 03:47:22.582 INFO O| Aug 19 03:47:22.582 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52402026-08-19T03:47:23.756Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52412026-08-19T03:47:23.969Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52422026-08-19T03:47:24.049Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52432026-08-19T03:47:24.448Z[verify-libraries] Compiling fatfs v0.3.6
52442026-08-19T03:47:24.865Z[ recovery-image] Aug 19 03:47:23.728 INFO O| Aug 19 03:47:23.728 INFO rolled back to input snapshot; work may begin
52452026-08-19T03:47:24.866Z[ recovery-image] Aug 19 03:47:23.728 INFO O| Aug 19 03:47:23.728 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52462026-08-19T03:47:24.866Z[ recovery-image] Aug 19 03:47:23.732 INFO O| Aug 19 03:47:23.732 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-08-19T03:47:24.927Z[ recovery-image] Aug 19 03:47:23.741 INFO O| Aug 19 03:47:23.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52482026-08-19T03:47:24.927Z[ recovery-image] Aug 19 03:47:23.744 INFO O| Aug 19 03:47:23.744 INFO STEP 0 (remove_files) COMPLETE
52492026-08-19T03:47:24.927Z[ recovery-image] Aug 19 03:47:23.744 INFO O| Aug 19 03:47:23.744 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-08-19T03:47:24.928Z[ recovery-image] Aug 19 03:47:23.752 INFO O| Aug 19 03:47:23.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52512026-08-19T03:47:24.928Z[ recovery-image] Aug 19 03:47:23.753 INFO O| Aug 19 03:47:23.753 INFO STEP 1 (remove_files) COMPLETE
52522026-08-19T03:47:24.928Z[ recovery-image] Aug 19 03:47:23.753 INFO O| Aug 19 03:47:23.753 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-08-19T03:47:24.928Z[verify-libraries] Compiling num-bigint v0.4.6
52542026-08-19T03:47:24.928Z[ recovery-image] Aug 19 03:47:23.763 INFO O| Aug 19 03:47:23.762 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52552026-08-19T03:47:24.928Z[ recovery-image] Aug 19 03:47:23.769 INFO O| Aug 19 03:47:23.769 INFO STEP 2 (remove_files) COMPLETE
52562026-08-19T03:47:24.928Z[ recovery-image] Aug 19 03:47:23.769 INFO O| Aug 19 03:47:23.769 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-19T03:47:24.955Z[ recovery-image] Aug 19 03:47:23.782 INFO O| Aug 19 03:47:23.781 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52582026-08-19T03:47:24.955Z[verify-libraries] Compiling generic-array v1.4.3
52592026-08-19T03:47:24.955Z[ recovery-image] Aug 19 03:47:23.832 INFO O| Aug 19 03:47:23.832 INFO STEP 3 (remove_files) COMPLETE
52602026-08-19T03:47:24.955Z[ recovery-image] Aug 19 03:47:23.832 INFO O| Aug 19 03:47:23.832 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-08-19T03:47:24.958Z[ recovery-image] Aug 19 03:47:23.841 INFO O| Aug 19 03:47:23.841 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52622026-08-19T03:47:24.958Z[ recovery-image] Aug 19 03:47:23.844 INFO O| Aug 19 03:47:23.843 INFO STEP 4 (remove_files) COMPLETE
52632026-08-19T03:47:24.958Z[ recovery-image] Aug 19 03:47:23.844 INFO O| Aug 19 03:47:23.843 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-19T03:47:24.968Z[ recovery-image] Aug 19 03:47:23.854 INFO O| Aug 19 03:47:23.854 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52652026-08-19T03:47:25.003Z[ recovery-image] Aug 19 03:47:23.889 INFO O| Aug 19 03:47:23.889 INFO STEP 5 (remove_files) COMPLETE
52662026-08-19T03:47:25.003Z[ recovery-image] Aug 19 03:47:23.890 INFO O| Aug 19 03:47:23.889 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-19T03:47:25.013Z[ recovery-image] Aug 19 03:47:23.899 INFO O| Aug 19 03:47:23.899 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52682026-08-19T03:47:25.027Z[ recovery-image] Aug 19 03:47:23.914 INFO O| Aug 19 03:47:23.914 INFO STEP 6 (remove_files) COMPLETE
52692026-08-19T03:47:25.027Z[ recovery-image] Aug 19 03:47:23.914 INFO O| Aug 19 03:47:23.914 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-19T03:47:25.039Z[ recovery-image] Aug 19 03:47:23.924 INFO O| Aug 19 03:47:23.923 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52712026-08-19T03:47:25.045Z[ recovery-image] Aug 19 03:47:23.926 INFO O| Aug 19 03:47:23.926 INFO STEP 7 (remove_files) COMPLETE
52722026-08-19T03:47:25.046Z[ recovery-image] Aug 19 03:47:23.926 INFO O| Aug 19 03:47:23.926 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-19T03:47:25.050Z[ recovery-image] Aug 19 03:47:23.935 INFO O| Aug 19 03:47:23.935 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52742026-08-19T03:47:25.060Z[ recovery-image] Aug 19 03:47:23.938 INFO O| Aug 19 03:47:23.938 INFO STEP 8 (remove_files) COMPLETE
52752026-08-19T03:47:25.060Z[ recovery-image] Aug 19 03:47:23.938 INFO O| Aug 19 03:47:23.938 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-19T03:47:25.073Z[ recovery-image] Aug 19 03:47:23.956 INFO O| Aug 19 03:47:23.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52772026-08-19T03:47:25.085Z[ recovery-image] Aug 19 03:47:23.970 INFO O| Aug 19 03:47:23.970 INFO STEP 9 (remove_files) COMPLETE
52782026-08-19T03:47:25.085Z[ recovery-image] Aug 19 03:47:23.970 INFO O| Aug 19 03:47:23.970 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-19T03:47:25.104Z[ recovery-image] Aug 19 03:47:23.983 INFO O| Aug 19 03:47:23.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52802026-08-19T03:47:25.104Z[ recovery-image] Aug 19 03:47:23.983 INFO O| Aug 19 03:47:23.983 INFO STEP 10 (remove_files) COMPLETE
52812026-08-19T03:47:25.104Z[ recovery-image] Aug 19 03:47:23.983 INFO O| Aug 19 03:47:23.983 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-19T03:47:25.124Z[ recovery-image] Aug 19 03:47:23.995 INFO O| Aug 19 03:47:23.995 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52832026-08-19T03:47:25.129Z[ recovery-image] Aug 19 03:47:23.996 INFO O| Aug 19 03:47:23.996 INFO STEP 11 (remove_files) COMPLETE
52842026-08-19T03:47:25.130Z[ recovery-image] Aug 19 03:47:23.996 INFO O| Aug 19 03:47:23.996 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-19T03:47:25.130Z[ recovery-image] Aug 19 03:47:24.006 INFO O| Aug 19 03:47:24.006 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52862026-08-19T03:47:25.214Z[ recovery-image] Aug 19 03:47:24.100 INFO O| Aug 19 03:47:24.100 INFO STEP 12 (remove_files) COMPLETE
52872026-08-19T03:47:25.214Z[ recovery-image] Aug 19 03:47:24.100 INFO O| Aug 19 03:47:24.100 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-19T03:47:25.226Z[ recovery-image] Aug 19 03:47:24.110 INFO O| Aug 19 03:47:24.110 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52892026-08-19T03:47:25.231Z[ recovery-image] Aug 19 03:47:24.114 INFO O| Aug 19 03:47:24.114 INFO STEP 13 (remove_files) COMPLETE
52902026-08-19T03:47:25.232Z[ recovery-image] Aug 19 03:47:24.114 INFO O| Aug 19 03:47:24.114 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-19T03:47:25.244Z[ recovery-image] Aug 19 03:47:24.125 INFO O| Aug 19 03:47:24.125 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52922026-08-19T03:47:25.252Z[ recovery-image] Aug 19 03:47:24.128 INFO O| Aug 19 03:47:24.127 INFO STEP 14 (remove_files) COMPLETE
52932026-08-19T03:47:25.252Z[ recovery-image] Aug 19 03:47:24.128 INFO O| Aug 19 03:47:24.127 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-19T03:47:25.259Z[ recovery-image] Aug 19 03:47:24.138 INFO O| Aug 19 03:47:24.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52952026-08-19T03:47:25.259Z[ recovery-image] Aug 19 03:47:24.139 INFO O| Aug 19 03:47:24.139 INFO STEP 15 (remove_files) COMPLETE
52962026-08-19T03:47:25.259Z[ recovery-image] Aug 19 03:47:24.139 INFO O| Aug 19 03:47:24.139 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-19T03:47:25.267Z[ recovery-image] Aug 19 03:47:24.149 INFO O| Aug 19 03:47:24.149 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52982026-08-19T03:47:25.267Z[ recovery-image] Aug 19 03:47:24.150 INFO O| Aug 19 03:47:24.150 INFO STEP 16 (remove_files) COMPLETE
52992026-08-19T03:47:25.267Z[ recovery-image] Aug 19 03:47:24.150 INFO O| Aug 19 03:47:24.150 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-19T03:47:25.272Z[verify-libraries] Compiling russh-util v0.52.0
53012026-08-19T03:47:25.282Z[ recovery-image] Aug 19 03:47:24.159 INFO O| Aug 19 03:47:24.159 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53022026-08-19T03:47:25.301Z[ recovery-image] Aug 19 03:47:24.170 INFO O| Aug 19 03:47:24.170 INFO STEP 17 (remove_files) COMPLETE
53032026-08-19T03:47:25.302Z[ recovery-image] Aug 19 03:47:24.170 INFO O| Aug 19 03:47:24.170 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-19T03:47:25.313Z[ recovery-image] Aug 19 03:47:24.182 INFO O| Aug 19 03:47:24.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53052026-08-19T03:47:25.313Z[ recovery-image] Aug 19 03:47:24.182 INFO O| Aug 19 03:47:24.182 INFO STEP 18 (remove_files) COMPLETE
53062026-08-19T03:47:25.314Z[ recovery-image] Aug 19 03:47:24.182 INFO O| Aug 19 03:47:24.182 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-19T03:47:25.314Z[ recovery-image] Aug 19 03:47:24.191 INFO O| Aug 19 03:47:24.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53082026-08-19T03:47:25.314Z[ recovery-image] Aug 19 03:47:24.191 INFO O| Aug 19 03:47:24.191 INFO STEP 19 (remove_files) COMPLETE
53092026-08-19T03:47:25.314Z[ recovery-image] Aug 19 03:47:24.191 INFO O| Aug 19 03:47:24.191 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-19T03:47:25.318Z[ recovery-image] Aug 19 03:47:24.200 INFO O| Aug 19 03:47:24.200 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53112026-08-19T03:47:25.358Z[ recovery-image] Aug 19 03:47:24.244 INFO O| Aug 19 03:47:24.244 INFO STEP 20 (remove_files) COMPLETE
53122026-08-19T03:47:25.358Z[ recovery-image] Aug 19 03:47:24.244 INFO O| Aug 19 03:47:24.244 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-19T03:47:25.367Z[ recovery-image] Aug 19 03:47:24.254 INFO O| Aug 19 03:47:24.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53142026-08-19T03:47:25.371Z[ recovery-image] Aug 19 03:47:24.257 INFO O| Aug 19 03:47:24.256 INFO STEP 21 (remove_files) COMPLETE
53152026-08-19T03:47:25.371Z[ recovery-image] Aug 19 03:47:24.258 INFO O| Aug 19 03:47:24.256 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-19T03:47:25.378Z[ recovery-image] Aug 19 03:47:24.265 INFO O| Aug 19 03:47:24.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53172026-08-19T03:47:25.378Z[ recovery-image] Aug 19 03:47:24.265 INFO O| Aug 19 03:47:24.265 INFO STEP 22 (remove_files) COMPLETE
53182026-08-19T03:47:25.378Z[ recovery-image] Aug 19 03:47:24.265 INFO O| Aug 19 03:47:24.265 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-19T03:47:25.387Z[ recovery-image] Aug 19 03:47:24.273 INFO O| Aug 19 03:47:24.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53202026-08-19T03:47:25.392Z[ recovery-image] Aug 19 03:47:24.275 INFO O| Aug 19 03:47:24.275 INFO STEP 23 (remove_files) COMPLETE
53212026-08-19T03:47:25.392Z[ recovery-image] Aug 19 03:47:24.275 INFO O| Aug 19 03:47:24.275 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-19T03:47:25.403Z[ recovery-image] Aug 19 03:47:24.290 INFO O| Aug 19 03:47:24.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53232026-08-19T03:47:25.403Z[ recovery-image] Aug 19 03:47:24.290 INFO O| Aug 19 03:47:24.290 INFO STEP 24 (remove_files) COMPLETE
53242026-08-19T03:47:25.403Z[ recovery-image] Aug 19 03:47:24.290 INFO O| Aug 19 03:47:24.290 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-19T03:47:25.431Z[ recovery-image] Aug 19 03:47:24.304 INFO O| Aug 19 03:47:24.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53262026-08-19T03:47:25.432Z[ recovery-image] Aug 19 03:47:24.309 INFO O| Aug 19 03:47:24.308 INFO STEP 25 (remove_files) COMPLETE
53272026-08-19T03:47:25.432Z[ recovery-image] Aug 19 03:47:24.309 INFO O| Aug 19 03:47:24.308 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-19T03:47:25.443Z[ recovery-image] Aug 19 03:47:24.319 INFO O| Aug 19 03:47:24.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53292026-08-19T03:47:25.443Z[ recovery-image] Aug 19 03:47:24.321 INFO O| Aug 19 03:47:24.321 INFO STEP 26 (remove_files) COMPLETE
53302026-08-19T03:47:25.443Z[ recovery-image] Aug 19 03:47:24.321 INFO O| Aug 19 03:47:24.321 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-19T03:47:25.455Z[ recovery-image] Aug 19 03:47:24.338 INFO O| Aug 19 03:47:24.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53322026-08-19T03:47:25.466Z[ recovery-image] Aug 19 03:47:24.340 INFO O| Aug 19 03:47:24.340 INFO STEP 27 (remove_files) COMPLETE
53332026-08-19T03:47:25.466Z[ recovery-image] Aug 19 03:47:24.340 INFO O| Aug 19 03:47:24.340 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-19T03:47:25.472Z[ recovery-image] Aug 19 03:47:24.351 INFO O| Aug 19 03:47:24.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53352026-08-19T03:47:25.472Z[ recovery-image] Aug 19 03:47:24.352 INFO O| Aug 19 03:47:24.352 INFO STEP 28 (remove_files) COMPLETE
53362026-08-19T03:47:25.472Z[ recovery-image] Aug 19 03:47:24.352 INFO O| Aug 19 03:47:24.352 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-19T03:47:25.482Z[ recovery-image] Aug 19 03:47:24.363 INFO O| Aug 19 03:47:24.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53382026-08-19T03:47:25.482Z[ recovery-image] Aug 19 03:47:24.363 INFO O| Aug 19 03:47:24.363 INFO STEP 29 (remove_files) COMPLETE
53392026-08-19T03:47:25.482Z[ recovery-image] Aug 19 03:47:24.363 INFO O| Aug 19 03:47:24.363 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-19T03:47:25.488Z[ recovery-image] Aug 19 03:47:24.373 INFO O| Aug 19 03:47:24.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53412026-08-19T03:47:25.488Z[ recovery-image] Aug 19 03:47:24.373 INFO O| Aug 19 03:47:24.373 INFO STEP 30 (remove_files) COMPLETE
53422026-08-19T03:47:25.488Z[ recovery-image] Aug 19 03:47:24.373 INFO O| Aug 19 03:47:24.373 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-19T03:47:25.495Z[verify-libraries] Compiling enum_dispatch v0.3.13
53442026-08-19T03:47:25.522Z[ recovery-image] Aug 19 03:47:24.405 INFO O| Aug 19 03:47:24.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53452026-08-19T03:47:25.522Z[ recovery-image] Aug 19 03:47:24.405 INFO O| Aug 19 03:47:24.405 INFO STEP 31 (remove_files) COMPLETE
53462026-08-19T03:47:25.522Z[ recovery-image] Aug 19 03:47:24.405 INFO O| Aug 19 03:47:24.405 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-19T03:47:25.538Z[ recovery-image] Aug 19 03:47:24.421 INFO O| Aug 19 03:47:24.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53482026-08-19T03:47:25.544Z[ recovery-image] Aug 19 03:47:24.423 INFO O| Aug 19 03:47:24.423 INFO STEP 32 (remove_files) COMPLETE
53492026-08-19T03:47:25.544Z[ recovery-image] Aug 19 03:47:24.423 INFO O| Aug 19 03:47:24.423 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-19T03:47:25.555Z[verify-libraries] Compiling delegate v0.13.5
53512026-08-19T03:47:25.560Z[ recovery-image] Aug 19 03:47:24.438 INFO O| Aug 19 03:47:24.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53522026-08-19T03:47:25.560Z[ recovery-image] Aug 19 03:47:24.438 INFO O| Aug 19 03:47:24.438 INFO STEP 33 (remove_files) COMPLETE
53532026-08-19T03:47:25.560Z[ recovery-image] Aug 19 03:47:24.438 INFO O| Aug 19 03:47:24.438 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-19T03:47:25.574Z[ recovery-image] Aug 19 03:47:24.449 INFO O| Aug 19 03:47:24.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53552026-08-19T03:47:25.574Z[ recovery-image] Aug 19 03:47:24.449 INFO O| Aug 19 03:47:24.449 INFO STEP 34 (remove_files) COMPLETE
53562026-08-19T03:47:25.574Z[ recovery-image] Aug 19 03:47:24.449 INFO O| Aug 19 03:47:24.449 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-19T03:47:25.583Z[ recovery-image] Aug 19 03:47:24.460 INFO O| Aug 19 03:47:24.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53582026-08-19T03:47:25.583Z[ recovery-image] Aug 19 03:47:24.460 INFO O| Aug 19 03:47:24.460 INFO STEP 35 (remove_files) COMPLETE
53592026-08-19T03:47:25.583Z[ recovery-image] Aug 19 03:47:24.460 INFO O| Aug 19 03:47:24.460 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-19T03:47:25.587Z[ recovery-image] Aug 19 03:47:24.467 INFO O| Aug 19 03:47:24.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53612026-08-19T03:47:25.594Z[ recovery-image] Aug 19 03:47:24.473 INFO O| Aug 19 03:47:24.473 INFO STEP 36 (remove_files) COMPLETE
53622026-08-19T03:47:25.595Z[ recovery-image] Aug 19 03:47:24.473 INFO O| Aug 19 03:47:24.473 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-19T03:47:25.602Z[ recovery-image] Aug 19 03:47:24.482 INFO O| Aug 19 03:47:24.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53642026-08-19T03:47:25.602Z[ recovery-image] Aug 19 03:47:24.482 INFO O| Aug 19 03:47:24.482 INFO STEP 37 (remove_files) COMPLETE
53652026-08-19T03:47:25.602Z[ recovery-image] Aug 19 03:47:24.482 INFO O| Aug 19 03:47:24.482 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-19T03:47:25.608Z[ recovery-image] Aug 19 03:47:24.490 INFO O| Aug 19 03:47:24.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53672026-08-19T03:47:25.608Z[ recovery-image] Aug 19 03:47:24.490 INFO O| Aug 19 03:47:24.490 INFO STEP 38 (remove_files) COMPLETE
53682026-08-19T03:47:25.608Z[ recovery-image] Aug 19 03:47:24.490 INFO O| Aug 19 03:47:24.490 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-19T03:47:25.616Z[ recovery-image] Aug 19 03:47:24.499 INFO O| Aug 19 03:47:24.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53702026-08-19T03:47:25.617Z[ recovery-image] Aug 19 03:47:24.499 INFO O| Aug 19 03:47:24.499 INFO STEP 39 (remove_files) COMPLETE
53712026-08-19T03:47:25.617Z[ recovery-image] Aug 19 03:47:24.499 INFO O| Aug 19 03:47:24.499 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-19T03:47:25.628Z[ recovery-image] Aug 19 03:47:24.512 INFO O| Aug 19 03:47:24.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53732026-08-19T03:47:25.628Z[ recovery-image] Aug 19 03:47:24.512 INFO O| Aug 19 03:47:24.512 INFO STEP 40 (remove_files) COMPLETE
53742026-08-19T03:47:25.628Z[ recovery-image] Aug 19 03:47:24.512 INFO O| Aug 19 03:47:24.512 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-19T03:47:25.638Z[ recovery-image] Aug 19 03:47:24.522 INFO O| Aug 19 03:47:24.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53762026-08-19T03:47:25.638Z[ recovery-image] Aug 19 03:47:24.523 INFO O| Aug 19 03:47:24.523 INFO STEP 41 (remove_files) COMPLETE
53772026-08-19T03:47:25.638Z[ recovery-image] Aug 19 03:47:24.523 INFO O| Aug 19 03:47:24.523 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-19T03:47:25.646Z[ recovery-image] Aug 19 03:47:24.532 INFO O| Aug 19 03:47:24.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53792026-08-19T03:47:25.646Z[ recovery-image] Aug 19 03:47:24.533 INFO O| Aug 19 03:47:24.532 INFO STEP 42 (remove_files) COMPLETE
53802026-08-19T03:47:25.649Z[ recovery-image] Aug 19 03:47:24.533 INFO O| Aug 19 03:47:24.533 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-19T03:47:25.656Z[ recovery-image] Aug 19 03:47:24.541 INFO O| Aug 19 03:47:24.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53822026-08-19T03:47:25.656Z[ recovery-image] Aug 19 03:47:24.541 INFO O| Aug 19 03:47:24.541 INFO STEP 43 (remove_files) COMPLETE
53832026-08-19T03:47:25.656Z[ recovery-image] Aug 19 03:47:24.541 INFO O| Aug 19 03:47:24.541 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-19T03:47:25.668Z[ recovery-image] Aug 19 03:47:24.550 INFO O| Aug 19 03:47:24.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53852026-08-19T03:47:25.668Z[ recovery-image] Aug 19 03:47:24.550 INFO O| Aug 19 03:47:24.550 INFO STEP 44 (remove_files) COMPLETE
53862026-08-19T03:47:25.672Z[ recovery-image] Aug 19 03:47:24.550 INFO O| Aug 19 03:47:24.550 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-19T03:47:25.682Z[ recovery-image] Aug 19 03:47:24.565 INFO O| Aug 19 03:47:24.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53882026-08-19T03:47:25.682Z[ recovery-image] Aug 19 03:47:24.565 INFO O| Aug 19 03:47:24.565 INFO STEP 45 (remove_files) COMPLETE
53892026-08-19T03:47:25.682Z[ recovery-image] Aug 19 03:47:24.565 INFO O| Aug 19 03:47:24.565 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-19T03:47:25.694Z[ recovery-image] Aug 19 03:47:24.576 INFO O| Aug 19 03:47:24.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53912026-08-19T03:47:25.699Z[ recovery-image] Aug 19 03:47:24.576 INFO O| Aug 19 03:47:24.576 INFO STEP 46 (remove_files) COMPLETE
53922026-08-19T03:47:25.699Z[ recovery-image] Aug 19 03:47:24.576 INFO O| Aug 19 03:47:24.576 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-19T03:47:25.705Z[ recovery-image] Aug 19 03:47:24.588 INFO O| Aug 19 03:47:24.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53942026-08-19T03:47:25.705Z[ recovery-image] Aug 19 03:47:24.588 INFO O| Aug 19 03:47:24.588 INFO STEP 47 (remove_files) COMPLETE
53952026-08-19T03:47:25.705Z[ recovery-image] Aug 19 03:47:24.588 INFO O| Aug 19 03:47:24.588 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-19T03:47:25.720Z[ recovery-image] Aug 19 03:47:24.605 INFO O| Aug 19 03:47:24.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53972026-08-19T03:47:25.720Z[ recovery-image] Aug 19 03:47:24.605 INFO O| Aug 19 03:47:24.605 INFO STEP 48 (remove_files) COMPLETE
53982026-08-19T03:47:25.726Z[ recovery-image] Aug 19 03:47:24.606 INFO O| Aug 19 03:47:24.605 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-19T03:47:25.735Z[ recovery-image] Aug 19 03:47:24.619 INFO O| Aug 19 03:47:24.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54002026-08-19T03:47:25.735Z[ recovery-image] Aug 19 03:47:24.619 INFO O| Aug 19 03:47:24.619 INFO STEP 49 (remove_files) COMPLETE
54012026-08-19T03:47:25.735Z[ recovery-image] Aug 19 03:47:24.619 INFO O| Aug 19 03:47:24.619 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-19T03:47:25.757Z[ recovery-image] Aug 19 03:47:24.640 INFO O| Aug 19 03:47:24.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54032026-08-19T03:47:25.758Z[ recovery-image] Aug 19 03:47:24.640 INFO O| Aug 19 03:47:24.640 INFO STEP 50 (remove_files) COMPLETE
54042026-08-19T03:47:25.758Z[ recovery-image] Aug 19 03:47:24.640 INFO O| Aug 19 03:47:24.640 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-19T03:47:25.791Z[ recovery-image] Aug 19 03:47:24.675 INFO O| Aug 19 03:47:24.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54062026-08-19T03:47:25.791Z[ recovery-image] Aug 19 03:47:24.675 INFO O| Aug 19 03:47:24.675 INFO STEP 51 (remove_files) COMPLETE
54072026-08-19T03:47:25.792Z[ recovery-image] Aug 19 03:47:24.675 INFO O| Aug 19 03:47:24.675 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-19T03:47:25.798Z[ recovery-image] Aug 19 03:47:24.684 INFO O| Aug 19 03:47:24.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54092026-08-19T03:47:25.798Z[ recovery-image] Aug 19 03:47:24.685 INFO O| Aug 19 03:47:24.684 INFO STEP 52 (remove_files) COMPLETE
54102026-08-19T03:47:25.798Z[ recovery-image] Aug 19 03:47:24.685 INFO O| Aug 19 03:47:24.685 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-19T03:47:25.809Z[ recovery-image] Aug 19 03:47:24.694 INFO O| Aug 19 03:47:24.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54122026-08-19T03:47:25.809Z[ recovery-image] Aug 19 03:47:24.694 INFO O| Aug 19 03:47:24.694 INFO STEP 53 (remove_files) COMPLETE
54132026-08-19T03:47:25.814Z[ recovery-image] Aug 19 03:47:24.694 INFO O| Aug 19 03:47:24.694 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-19T03:47:25.819Z[ recovery-image] Aug 19 03:47:24.705 INFO O| Aug 19 03:47:24.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54152026-08-19T03:47:25.820Z[ recovery-image] Aug 19 03:47:24.705 INFO O| Aug 19 03:47:24.705 INFO STEP 54 (remove_files) COMPLETE
54162026-08-19T03:47:25.820Z[ recovery-image] Aug 19 03:47:24.705 INFO O| Aug 19 03:47:24.705 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-19T03:47:25.828Z[ recovery-image] Aug 19 03:47:24.714 INFO O| Aug 19 03:47:24.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54182026-08-19T03:47:25.828Z[ recovery-image] Aug 19 03:47:24.714 INFO O| Aug 19 03:47:24.714 INFO STEP 55 (remove_files) COMPLETE
54192026-08-19T03:47:25.828Z[ recovery-image] Aug 19 03:47:24.714 INFO O| Aug 19 03:47:24.714 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-19T03:47:25.837Z[ recovery-image] Aug 19 03:47:24.724 INFO O| Aug 19 03:47:24.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54212026-08-19T03:47:25.840Z[ recovery-image] Aug 19 03:47:24.726 INFO O| Aug 19 03:47:24.726 INFO STEP 56 (remove_files) COMPLETE
54222026-08-19T03:47:25.840Z[ recovery-image] Aug 19 03:47:24.726 INFO O| Aug 19 03:47:24.726 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-19T03:47:25.849Z[ recovery-image] Aug 19 03:47:24.736 INFO O| Aug 19 03:47:24.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54242026-08-19T03:47:25.853Z[ recovery-image] Aug 19 03:47:24.737 INFO O| Aug 19 03:47:24.737 INFO STEP 57 (remove_files) COMPLETE
54252026-08-19T03:47:25.853Z[ recovery-image] Aug 19 03:47:24.737 INFO O| Aug 19 03:47:24.737 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-19T03:47:25.862Z[ recovery-image] Aug 19 03:47:24.748 INFO O| Aug 19 03:47:24.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54272026-08-19T03:47:25.862Z[ recovery-image] Aug 19 03:47:24.748 INFO O| Aug 19 03:47:24.748 INFO STEP 58 (remove_files) COMPLETE
54282026-08-19T03:47:25.865Z[ recovery-image] Aug 19 03:47:24.748 INFO O| Aug 19 03:47:24.748 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-19T03:47:25.882Z[ recovery-image] Aug 19 03:47:24.762 INFO O| Aug 19 03:47:24.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54302026-08-19T03:47:25.882Z[ recovery-image] Aug 19 03:47:24.762 INFO O| Aug 19 03:47:24.762 INFO STEP 59 (remove_files) COMPLETE
54312026-08-19T03:47:25.882Z[ recovery-image] Aug 19 03:47:24.762 INFO O| Aug 19 03:47:24.762 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-19T03:47:25.889Z[verify-libraries] Compiling sapling-renderdag v0.1.0
54332026-08-19T03:47:25.903Z[ recovery-image] Aug 19 03:47:24.787 INFO O| Aug 19 03:47:24.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54342026-08-19T03:47:25.903Z[ recovery-image] Aug 19 03:47:24.787 INFO O| Aug 19 03:47:24.787 INFO STEP 60 (remove_files) COMPLETE
54352026-08-19T03:47:25.904Z[ recovery-image] Aug 19 03:47:24.787 INFO O| Aug 19 03:47:24.787 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-19T03:47:25.918Z[ recovery-image] Aug 19 03:47:24.796 INFO O| Aug 19 03:47:24.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54372026-08-19T03:47:25.924Z[ recovery-image] Aug 19 03:47:24.796 INFO O| Aug 19 03:47:24.796 INFO STEP 61 (remove_files) COMPLETE
54382026-08-19T03:47:25.924Z[ recovery-image] Aug 19 03:47:24.796 INFO O| Aug 19 03:47:24.796 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-19T03:47:25.932Z[ recovery-image] Aug 19 03:47:24.815 INFO O| Aug 19 03:47:24.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54402026-08-19T03:47:25.932Z[ recovery-image] Aug 19 03:47:24.815 INFO O| Aug 19 03:47:24.815 INFO STEP 62 (remove_files) COMPLETE
54412026-08-19T03:47:25.932Z[ recovery-image] Aug 19 03:47:24.815 INFO O| Aug 19 03:47:24.815 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-19T03:47:25.942Z[ recovery-image] Aug 19 03:47:24.826 INFO O| Aug 19 03:47:24.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54432026-08-19T03:47:25.942Z[ recovery-image] Aug 19 03:47:24.827 INFO O| Aug 19 03:47:24.826 INFO STEP 63 (remove_files) COMPLETE
54442026-08-19T03:47:25.945Z[ recovery-image] Aug 19 03:47:24.827 INFO O| Aug 19 03:47:24.827 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-19T03:47:25.963Z[ recovery-image] Aug 19 03:47:24.846 INFO O| Aug 19 03:47:24.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54462026-08-19T03:47:25.966Z[ recovery-image] Aug 19 03:47:24.853 INFO O| Aug 19 03:47:24.853 INFO STEP 64 (remove_files) COMPLETE
54472026-08-19T03:47:25.966Z[ recovery-image] Aug 19 03:47:24.853 INFO O| Aug 19 03:47:24.853 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-19T03:47:25.976Z[ recovery-image] Aug 19 03:47:24.862 INFO O| Aug 19 03:47:24.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54492026-08-19T03:47:25.976Z[ recovery-image] Aug 19 03:47:24.863 INFO O| Aug 19 03:47:24.863 INFO STEP 65 (remove_files) COMPLETE
54502026-08-19T03:47:25.979Z[ recovery-image] Aug 19 03:47:24.863 INFO O| Aug 19 03:47:24.863 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-19T03:47:25.985Z[ recovery-image] Aug 19 03:47:24.872 INFO O| Aug 19 03:47:24.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54522026-08-19T03:47:25.985Z[ recovery-image] Aug 19 03:47:24.872 INFO O| Aug 19 03:47:24.872 INFO STEP 66 (remove_files) COMPLETE
54532026-08-19T03:47:25.989Z[ recovery-image] Aug 19 03:47:24.872 INFO O| Aug 19 03:47:24.872 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-19T03:47:25.997Z[ recovery-image] Aug 19 03:47:24.882 INFO O| Aug 19 03:47:24.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54552026-08-19T03:47:25.997Z[ recovery-image] Aug 19 03:47:24.882 INFO O| Aug 19 03:47:24.882 INFO STEP 67 (remove_files) COMPLETE
54562026-08-19T03:47:25.997Z[ recovery-image] Aug 19 03:47:24.882 INFO O| Aug 19 03:47:24.882 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-19T03:47:26.002Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
54582026-08-19T03:47:26.012Z[ recovery-image] Aug 19 03:47:24.892 INFO O| Aug 19 03:47:24.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54592026-08-19T03:47:26.012Z[ recovery-image] Aug 19 03:47:24.892 INFO O| Aug 19 03:47:24.892 INFO STEP 68 (remove_files) COMPLETE
54602026-08-19T03:47:26.012Z[ recovery-image] Aug 19 03:47:24.892 INFO O| Aug 19 03:47:24.892 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-19T03:47:26.016Z[ recovery-image] Aug 19 03:47:24.901 INFO O| Aug 19 03:47:24.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54622026-08-19T03:47:26.017Z[ recovery-image] Aug 19 03:47:24.901 INFO O| Aug 19 03:47:24.901 INFO STEP 69 (remove_files) COMPLETE
54632026-08-19T03:47:26.017Z[ recovery-image] Aug 19 03:47:24.901 INFO O| Aug 19 03:47:24.901 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-19T03:47:26.030Z[ recovery-image] Aug 19 03:47:24.911 INFO O| Aug 19 03:47:24.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54652026-08-19T03:47:26.030Z[ recovery-image] Aug 19 03:47:24.912 INFO O| Aug 19 03:47:24.911 INFO STEP 70 (remove_files) COMPLETE
54662026-08-19T03:47:26.052Z[ recovery-image] Aug 19 03:47:24.912 INFO O| Aug 19 03:47:24.911 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-19T03:47:26.052Z[ recovery-image] Aug 19 03:47:24.921 INFO O| Aug 19 03:47:24.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54682026-08-19T03:47:26.052Z[ recovery-image] Aug 19 03:47:24.922 INFO O| Aug 19 03:47:24.921 INFO STEP 71 (remove_files) COMPLETE
54692026-08-19T03:47:26.052Z[ recovery-image] Aug 19 03:47:24.922 INFO O| Aug 19 03:47:24.922 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-19T03:47:26.063Z[ recovery-image] Aug 19 03:47:24.931 INFO O| Aug 19 03:47:24.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54712026-08-19T03:47:26.063Z[ recovery-image] Aug 19 03:47:24.931 INFO O| Aug 19 03:47:24.931 INFO STEP 72 (remove_files) COMPLETE
54722026-08-19T03:47:26.063Z[ recovery-image] Aug 19 03:47:24.931 INFO O| Aug 19 03:47:24.931 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-19T03:47:26.063Z[ recovery-image] Aug 19 03:47:24.939 INFO O| Aug 19 03:47:24.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54742026-08-19T03:47:26.063Z[ recovery-image] Aug 19 03:47:24.939 INFO O| Aug 19 03:47:24.939 INFO STEP 73 (remove_files) COMPLETE
54752026-08-19T03:47:26.063Z[ recovery-image] Aug 19 03:47:24.939 INFO O| Aug 19 03:47:24.939 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-19T03:47:26.066Z[ recovery-image] Aug 19 03:47:24.948 INFO O| Aug 19 03:47:24.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54772026-08-19T03:47:26.067Z[ recovery-image] Aug 19 03:47:24.948 INFO O| Aug 19 03:47:24.948 INFO STEP 74 (remove_files) COMPLETE
54782026-08-19T03:47:26.067Z[ recovery-image] Aug 19 03:47:24.948 INFO O| Aug 19 03:47:24.948 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-19T03:47:26.086Z[ recovery-image] Aug 19 03:47:24.957 INFO O| Aug 19 03:47:24.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54802026-08-19T03:47:26.086Z[ recovery-image] Aug 19 03:47:24.957 INFO O| Aug 19 03:47:24.957 INFO STEP 75 (remove_files) COMPLETE
54812026-08-19T03:47:26.086Z[ recovery-image] Aug 19 03:47:24.957 INFO O| Aug 19 03:47:24.957 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-19T03:47:26.145Z[ recovery-image] Aug 19 03:47:24.966 INFO O| Aug 19 03:47:24.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54832026-08-19T03:47:26.145Z[ recovery-image] Aug 19 03:47:24.966 INFO O| Aug 19 03:47:24.966 INFO STEP 76 (remove_files) COMPLETE
54842026-08-19T03:47:26.145Z[ recovery-image] Aug 19 03:47:24.966 INFO O| Aug 19 03:47:24.966 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-19T03:47:26.145Z[ recovery-image] Aug 19 03:47:24.975 INFO O| Aug 19 03:47:24.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54862026-08-19T03:47:26.145Z[ recovery-image] Aug 19 03:47:24.975 INFO O| Aug 19 03:47:24.975 INFO STEP 77 (remove_files) COMPLETE
54872026-08-19T03:47:26.145Z[ recovery-image] Aug 19 03:47:24.975 INFO O| Aug 19 03:47:24.975 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:24.984 INFO O| Aug 19 03:47:24.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54892026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:24.984 INFO O| Aug 19 03:47:24.984 INFO STEP 78 (remove_files) COMPLETE
54902026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:24.984 INFO O| Aug 19 03:47:24.984 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-19T03:47:26.151Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
54922026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:24.995 INFO O| Aug 19 03:47:24.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54932026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:24.995 INFO O| Aug 19 03:47:24.995 INFO STEP 79 (remove_files) COMPLETE
54942026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:24.995 INFO O| Aug 19 03:47:24.995 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:25.013 INFO O| Aug 19 03:47:25.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54962026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:25.013 INFO O| Aug 19 03:47:25.012 INFO STEP 80 (remove_files) COMPLETE
54972026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:25.013 INFO O| Aug 19 03:47:25.012 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:25.028 INFO O| Aug 19 03:47:25.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54992026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:25.028 INFO O| Aug 19 03:47:25.028 INFO STEP 81 (remove_files) COMPLETE
55002026-08-19T03:47:26.151Z[ recovery-image] Aug 19 03:47:25.028 INFO O| Aug 19 03:47:25.028 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-19T03:47:26.158Z[ recovery-image] Aug 19 03:47:25.038 INFO O| Aug 19 03:47:25.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55022026-08-19T03:47:26.158Z[ recovery-image] Aug 19 03:47:25.038 INFO O| Aug 19 03:47:25.038 INFO STEP 82 (remove_files) COMPLETE
55032026-08-19T03:47:26.158Z[ recovery-image] Aug 19 03:47:25.038 INFO O| Aug 19 03:47:25.038 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-19T03:47:26.162Z[ recovery-image] Aug 19 03:47:25.047 INFO O| Aug 19 03:47:25.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55052026-08-19T03:47:26.162Z[ recovery-image] Aug 19 03:47:25.047 INFO O| Aug 19 03:47:25.047 INFO STEP 83 (remove_files) COMPLETE
55062026-08-19T03:47:26.162Z[ recovery-image] Aug 19 03:47:25.047 INFO O| Aug 19 03:47:25.047 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-19T03:47:26.169Z[ recovery-image] Aug 19 03:47:25.056 INFO O| Aug 19 03:47:25.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55082026-08-19T03:47:26.169Z[ recovery-image] Aug 19 03:47:25.056 INFO O| Aug 19 03:47:25.056 INFO STEP 84 (remove_files) COMPLETE
55092026-08-19T03:47:26.182Z[ recovery-image] Aug 19 03:47:25.056 INFO O| Aug 19 03:47:25.056 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-19T03:47:26.196Z[ recovery-image] Aug 19 03:47:25.066 INFO O| Aug 19 03:47:25.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55112026-08-19T03:47:26.196Z[ recovery-image] Aug 19 03:47:25.067 INFO O| Aug 19 03:47:25.067 INFO STEP 85 (remove_files) COMPLETE
55122026-08-19T03:47:26.196Z[ recovery-image] Aug 19 03:47:25.067 INFO O| Aug 19 03:47:25.067 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-19T03:47:26.196Z[ recovery-image] Aug 19 03:47:25.078 INFO O| Aug 19 03:47:25.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55142026-08-19T03:47:26.197Z[ recovery-image] Aug 19 03:47:25.078 INFO O| Aug 19 03:47:25.078 INFO STEP 86 (remove_files) COMPLETE
55152026-08-19T03:47:26.197Z[ recovery-image] Aug 19 03:47:25.078 INFO O| Aug 19 03:47:25.078 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-19T03:47:26.201Z[ recovery-image] Aug 19 03:47:25.087 INFO O| Aug 19 03:47:25.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55172026-08-19T03:47:26.201Z[ recovery-image] Aug 19 03:47:25.087 INFO O| Aug 19 03:47:25.087 INFO STEP 87 (remove_files) COMPLETE
55182026-08-19T03:47:26.206Z[ recovery-image] Aug 19 03:47:25.087 INFO O| Aug 19 03:47:25.087 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-19T03:47:26.212Z[ recovery-image] Aug 19 03:47:25.096 INFO O| Aug 19 03:47:25.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55202026-08-19T03:47:26.212Z[ recovery-image] Aug 19 03:47:25.097 INFO O| Aug 19 03:47:25.097 INFO STEP 88 (remove_files) COMPLETE
55212026-08-19T03:47:26.212Z[ recovery-image] Aug 19 03:47:25.097 INFO O| Aug 19 03:47:25.097 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-19T03:47:26.224Z[ recovery-image] Aug 19 03:47:25.106 INFO O| Aug 19 03:47:25.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55232026-08-19T03:47:26.224Z[ recovery-image] Aug 19 03:47:25.106 INFO O| Aug 19 03:47:25.106 INFO STEP 89 (remove_files) COMPLETE
55242026-08-19T03:47:26.224Z[ recovery-image] Aug 19 03:47:25.106 INFO O| Aug 19 03:47:25.106 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-19T03:47:26.231Z[ recovery-image] Aug 19 03:47:25.115 INFO O| Aug 19 03:47:25.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55262026-08-19T03:47:26.231Z[ recovery-image] Aug 19 03:47:25.115 INFO O| Aug 19 03:47:25.115 INFO STEP 90 (remove_files) COMPLETE
55272026-08-19T03:47:26.231Z[ recovery-image] Aug 19 03:47:25.115 INFO O| Aug 19 03:47:25.115 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-19T03:47:26.237Z[ recovery-image] Aug 19 03:47:25.123 INFO O| Aug 19 03:47:25.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55292026-08-19T03:47:26.240Z[ recovery-image] Aug 19 03:47:25.124 INFO O| Aug 19 03:47:25.124 INFO STEP 91 (remove_files) COMPLETE
55302026-08-19T03:47:26.240Z[ recovery-image] Aug 19 03:47:25.124 INFO O| Aug 19 03:47:25.124 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-19T03:47:26.248Z[ recovery-image] Aug 19 03:47:25.134 INFO O| Aug 19 03:47:25.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55322026-08-19T03:47:26.248Z[ recovery-image] Aug 19 03:47:25.134 INFO O| Aug 19 03:47:25.134 INFO STEP 92 (remove_files) COMPLETE
55332026-08-19T03:47:26.248Z[ recovery-image] Aug 19 03:47:25.134 INFO O| Aug 19 03:47:25.134 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-19T03:47:26.258Z[ recovery-image] Aug 19 03:47:25.145 INFO O| Aug 19 03:47:25.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55352026-08-19T03:47:26.259Z[ recovery-image] Aug 19 03:47:25.145 INFO O| Aug 19 03:47:25.145 INFO STEP 93 (remove_files) COMPLETE
55362026-08-19T03:47:26.259Z[ recovery-image] Aug 19 03:47:25.145 INFO O| Aug 19 03:47:25.145 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-19T03:47:26.269Z[ recovery-image] Aug 19 03:47:25.154 INFO O| Aug 19 03:47:25.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55382026-08-19T03:47:26.269Z[ recovery-image] Aug 19 03:47:25.154 INFO O| Aug 19 03:47:25.154 INFO STEP 94 (remove_files) COMPLETE
55392026-08-19T03:47:26.269Z[ recovery-image] Aug 19 03:47:25.154 INFO O| Aug 19 03:47:25.154 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-19T03:47:26.284Z[ recovery-image] Aug 19 03:47:25.162 INFO O| Aug 19 03:47:25.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55412026-08-19T03:47:26.284Z[ recovery-image] Aug 19 03:47:25.163 INFO O| Aug 19 03:47:25.163 INFO STEP 95 (remove_files) COMPLETE
55422026-08-19T03:47:26.284Z[ recovery-image] Aug 19 03:47:25.163 INFO O| Aug 19 03:47:25.163 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-19T03:47:26.288Z[ recovery-image] Aug 19 03:47:25.173 INFO O| Aug 19 03:47:25.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55442026-08-19T03:47:26.288Z[verify-libraries] Compiling md5 v0.8.0
55452026-08-19T03:47:26.288Z[ recovery-image] Aug 19 03:47:25.174 INFO O| Aug 19 03:47:25.174 INFO STEP 96 (remove_files) COMPLETE
55462026-08-19T03:47:26.288Z[ recovery-image] Aug 19 03:47:25.174 INFO O| Aug 19 03:47:25.174 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-19T03:47:26.302Z[ recovery-image] Aug 19 03:47:25.185 INFO O| Aug 19 03:47:25.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55482026-08-19T03:47:26.302Z[ recovery-image] Aug 19 03:47:25.185 INFO O| Aug 19 03:47:25.185 INFO STEP 97 (remove_files) COMPLETE
55492026-08-19T03:47:26.306Z[ recovery-image] Aug 19 03:47:25.185 INFO O| Aug 19 03:47:25.185 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-19T03:47:26.310Z[ recovery-image] Aug 19 03:47:25.196 INFO O| Aug 19 03:47:25.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55512026-08-19T03:47:26.311Z[ recovery-image] Aug 19 03:47:25.196 INFO O| Aug 19 03:47:25.196 INFO STEP 98 (remove_files) COMPLETE
55522026-08-19T03:47:26.311Z[ recovery-image] Aug 19 03:47:25.196 INFO O| Aug 19 03:47:25.196 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-19T03:47:26.321Z[ recovery-image] Aug 19 03:47:25.205 INFO O| Aug 19 03:47:25.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55542026-08-19T03:47:26.321Z[ recovery-image] Aug 19 03:47:25.205 INFO O| Aug 19 03:47:25.205 INFO STEP 99 (remove_files) COMPLETE
55552026-08-19T03:47:26.321Z[ recovery-image] Aug 19 03:47:25.205 INFO O| Aug 19 03:47:25.205 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-19T03:47:26.330Z[ recovery-image] Aug 19 03:47:25.214 INFO O| Aug 19 03:47:25.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55572026-08-19T03:47:26.330Z[ recovery-image] Aug 19 03:47:25.214 INFO O| Aug 19 03:47:25.214 INFO STEP 100 (remove_files) COMPLETE
55582026-08-19T03:47:26.340Z[ recovery-image] Aug 19 03:47:25.214 INFO O| Aug 19 03:47:25.214 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-19T03:47:26.349Z[ recovery-image] Aug 19 03:47:25.223 INFO O| Aug 19 03:47:25.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55602026-08-19T03:47:26.349Z[ recovery-image] Aug 19 03:47:25.223 INFO O| Aug 19 03:47:25.223 INFO STEP 101 (remove_files) COMPLETE
55612026-08-19T03:47:26.349Z[ recovery-image] Aug 19 03:47:25.223 INFO O| Aug 19 03:47:25.223 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-19T03:47:26.354Z[ recovery-image] Aug 19 03:47:25.232 INFO O| Aug 19 03:47:25.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55632026-08-19T03:47:26.354Z[ recovery-image] Aug 19 03:47:25.232 INFO O| Aug 19 03:47:25.232 INFO STEP 102 (remove_files) COMPLETE
55642026-08-19T03:47:26.355Z[ recovery-image] Aug 19 03:47:25.232 INFO O| Aug 19 03:47:25.232 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-19T03:47:26.355Z[ recovery-image] Aug 19 03:47:25.241 INFO O| Aug 19 03:47:25.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55662026-08-19T03:47:26.355Z[ recovery-image] Aug 19 03:47:25.241 INFO O| Aug 19 03:47:25.241 INFO STEP 103 (remove_files) COMPLETE
55672026-08-19T03:47:26.358Z[ recovery-image] Aug 19 03:47:25.241 INFO O| Aug 19 03:47:25.241 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-19T03:47:26.371Z[ recovery-image] Aug 19 03:47:25.250 INFO O| Aug 19 03:47:25.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55692026-08-19T03:47:26.371Z[ recovery-image] Aug 19 03:47:25.250 INFO O| Aug 19 03:47:25.250 INFO STEP 104 (remove_files) COMPLETE
55702026-08-19T03:47:26.377Z[ recovery-image] Aug 19 03:47:25.250 INFO O| Aug 19 03:47:25.250 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-19T03:47:26.377Z[ recovery-image] Aug 19 03:47:25.260 INFO O| Aug 19 03:47:25.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55722026-08-19T03:47:26.377Z[ recovery-image] Aug 19 03:47:25.260 INFO O| Aug 19 03:47:25.260 INFO STEP 105 (remove_files) COMPLETE
55732026-08-19T03:47:26.377Z[ recovery-image] Aug 19 03:47:25.260 INFO O| Aug 19 03:47:25.260 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-19T03:47:26.382Z[ recovery-image] Aug 19 03:47:25.269 INFO O| Aug 19 03:47:25.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55752026-08-19T03:47:26.382Z[ recovery-image] Aug 19 03:47:25.269 INFO O| Aug 19 03:47:25.269 INFO STEP 106 (remove_files) COMPLETE
55762026-08-19T03:47:26.382Z[ recovery-image] Aug 19 03:47:25.269 INFO O| Aug 19 03:47:25.269 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-19T03:47:26.391Z[ recovery-image] Aug 19 03:47:25.277 INFO O| Aug 19 03:47:25.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55782026-08-19T03:47:26.391Z[ recovery-image] Aug 19 03:47:25.277 INFO O| Aug 19 03:47:25.277 INFO STEP 107 (remove_files) COMPLETE
55792026-08-19T03:47:26.391Z[ recovery-image] Aug 19 03:47:25.277 INFO O| Aug 19 03:47:25.277 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-19T03:47:26.403Z[ recovery-image] Aug 19 03:47:25.285 INFO O| Aug 19 03:47:25.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55812026-08-19T03:47:26.404Z[ recovery-image] Aug 19 03:47:25.285 INFO O| Aug 19 03:47:25.285 INFO STEP 108 (remove_files) COMPLETE
55822026-08-19T03:47:26.408Z[ recovery-image] Aug 19 03:47:25.285 INFO O| Aug 19 03:47:25.285 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-19T03:47:26.408Z[ recovery-image] Aug 19 03:47:25.293 INFO O| Aug 19 03:47:25.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55842026-08-19T03:47:26.408Z[ recovery-image] Aug 19 03:47:25.293 INFO O| Aug 19 03:47:25.293 INFO STEP 109 (remove_files) COMPLETE
55852026-08-19T03:47:26.408Z[ recovery-image] Aug 19 03:47:25.293 INFO O| Aug 19 03:47:25.293 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-19T03:47:26.423Z[ recovery-image] Aug 19 03:47:25.304 INFO O| Aug 19 03:47:25.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55872026-08-19T03:47:26.423Z[ recovery-image] Aug 19 03:47:25.304 INFO O| Aug 19 03:47:25.304 INFO STEP 110 (remove_files) COMPLETE
55882026-08-19T03:47:26.423Z[ recovery-image] Aug 19 03:47:25.304 INFO O| Aug 19 03:47:25.304 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-19T03:47:26.430Z[ recovery-image] Aug 19 03:47:25.315 INFO O| Aug 19 03:47:25.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55902026-08-19T03:47:26.438Z[ recovery-image] Aug 19 03:47:25.315 INFO O| Aug 19 03:47:25.315 INFO STEP 111 (remove_files) COMPLETE
55912026-08-19T03:47:26.438Z[ recovery-image] Aug 19 03:47:25.315 INFO O| Aug 19 03:47:25.315 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-19T03:47:26.444Z[ recovery-image] Aug 19 03:47:25.325 INFO O| Aug 19 03:47:25.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55932026-08-19T03:47:26.445Z[ recovery-image] Aug 19 03:47:25.325 INFO O| Aug 19 03:47:25.325 INFO STEP 112 (remove_files) COMPLETE
55942026-08-19T03:47:26.445Z[ recovery-image] Aug 19 03:47:25.325 INFO O| Aug 19 03:47:25.325 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-19T03:47:26.457Z[ recovery-image] Aug 19 03:47:25.335 INFO O| Aug 19 03:47:25.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55962026-08-19T03:47:26.457Z[ recovery-image] Aug 19 03:47:25.335 INFO O| Aug 19 03:47:25.335 INFO STEP 113 (remove_files) COMPLETE
55972026-08-19T03:47:26.457Z[ recovery-image] Aug 19 03:47:25.335 INFO O| Aug 19 03:47:25.335 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-19T03:47:26.462Z[ recovery-image] Aug 19 03:47:25.346 INFO O| Aug 19 03:47:25.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55992026-08-19T03:47:26.463Z[ recovery-image] Aug 19 03:47:25.346 INFO O| Aug 19 03:47:25.346 INFO STEP 114 (remove_files) COMPLETE
56002026-08-19T03:47:26.463Z[ recovery-image] Aug 19 03:47:25.346 INFO O| Aug 19 03:47:25.346 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-19T03:47:26.473Z[ recovery-image] Aug 19 03:47:25.356 INFO O| Aug 19 03:47:25.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56022026-08-19T03:47:26.473Z[ recovery-image] Aug 19 03:47:25.356 INFO O| Aug 19 03:47:25.356 INFO STEP 115 (remove_files) COMPLETE
56032026-08-19T03:47:26.479Z[ recovery-image] Aug 19 03:47:25.356 INFO O| Aug 19 03:47:25.356 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-19T03:47:26.482Z[ recovery-image] Aug 19 03:47:25.367 INFO O| Aug 19 03:47:25.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56052026-08-19T03:47:26.482Z[ recovery-image] Aug 19 03:47:25.367 INFO O| Aug 19 03:47:25.367 INFO STEP 116 (remove_files) COMPLETE
56062026-08-19T03:47:26.482Z[ recovery-image] Aug 19 03:47:25.367 INFO O| Aug 19 03:47:25.367 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-19T03:47:26.489Z[ recovery-image] Aug 19 03:47:25.376 INFO O| Aug 19 03:47:25.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56082026-08-19T03:47:26.490Z[ recovery-image] Aug 19 03:47:25.376 INFO O| Aug 19 03:47:25.376 INFO STEP 117 (remove_files) COMPLETE
56092026-08-19T03:47:26.494Z[ recovery-image] Aug 19 03:47:25.376 INFO O| Aug 19 03:47:25.376 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-19T03:47:26.507Z[ recovery-image] Aug 19 03:47:25.385 INFO O| Aug 19 03:47:25.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56112026-08-19T03:47:26.507Z[ recovery-image] Aug 19 03:47:25.385 INFO O| Aug 19 03:47:25.385 INFO STEP 118 (remove_files) COMPLETE
56122026-08-19T03:47:26.507Z[ recovery-image] Aug 19 03:47:25.385 INFO O| Aug 19 03:47:25.385 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-19T03:47:26.515Z[ recovery-image] Aug 19 03:47:25.395 INFO O| Aug 19 03:47:25.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56142026-08-19T03:47:26.515Z[ recovery-image] Aug 19 03:47:25.395 INFO O| Aug 19 03:47:25.395 INFO STEP 119 (remove_files) COMPLETE
56152026-08-19T03:47:26.515Z[ recovery-image] Aug 19 03:47:25.395 INFO O| Aug 19 03:47:25.395 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-19T03:47:26.528Z[ recovery-image] Aug 19 03:47:25.405 INFO O| Aug 19 03:47:25.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56172026-08-19T03:47:26.528Z[ recovery-image] Aug 19 03:47:25.405 INFO O| Aug 19 03:47:25.405 INFO STEP 120 (remove_files) COMPLETE
56182026-08-19T03:47:26.528Z[ recovery-image] Aug 19 03:47:25.405 INFO O| Aug 19 03:47:25.405 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-19T03:47:26.534Z[ recovery-image] Aug 19 03:47:25.415 INFO O| Aug 19 03:47:25.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56202026-08-19T03:47:26.535Z[ recovery-image] Aug 19 03:47:25.415 INFO O| Aug 19 03:47:25.415 INFO STEP 121 (remove_files) COMPLETE
56212026-08-19T03:47:26.535Z[ recovery-image] Aug 19 03:47:25.415 INFO O| Aug 19 03:47:25.415 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-19T03:47:26.543Z[ recovery-image] Aug 19 03:47:25.425 INFO O| Aug 19 03:47:25.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56232026-08-19T03:47:26.543Z[ recovery-image] Aug 19 03:47:25.426 INFO O| Aug 19 03:47:25.425 INFO STEP 122 (remove_files) COMPLETE
56242026-08-19T03:47:26.544Z[ recovery-image] Aug 19 03:47:25.426 INFO O| Aug 19 03:47:25.426 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-19T03:47:26.551Z[ recovery-image] Aug 19 03:47:25.435 INFO O| Aug 19 03:47:25.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56262026-08-19T03:47:26.551Z[ recovery-image] Aug 19 03:47:25.436 INFO O| Aug 19 03:47:25.436 INFO STEP 123 (remove_files) COMPLETE
56272026-08-19T03:47:26.552Z[ recovery-image] Aug 19 03:47:25.436 INFO O| Aug 19 03:47:25.436 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-19T03:47:26.563Z[ recovery-image] Aug 19 03:47:25.447 INFO O| Aug 19 03:47:25.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56292026-08-19T03:47:26.563Z[ recovery-image] Aug 19 03:47:25.447 INFO O| Aug 19 03:47:25.447 INFO STEP 124 (remove_files) COMPLETE
56302026-08-19T03:47:26.567Z[ recovery-image] Aug 19 03:47:25.447 INFO O| Aug 19 03:47:25.447 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-19T03:47:26.575Z[ recovery-image] Aug 19 03:47:25.457 INFO O| Aug 19 03:47:25.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56322026-08-19T03:47:26.575Z[ recovery-image] Aug 19 03:47:25.457 INFO O| Aug 19 03:47:25.457 INFO STEP 125 (remove_files) COMPLETE
56332026-08-19T03:47:26.575Z[ recovery-image] Aug 19 03:47:25.457 INFO O| Aug 19 03:47:25.457 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-19T03:47:26.581Z[ recovery-image] Aug 19 03:47:25.467 INFO O| Aug 19 03:47:25.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56352026-08-19T03:47:26.581Z[ recovery-image] Aug 19 03:47:25.467 INFO O| Aug 19 03:47:25.467 INFO STEP 126 (remove_files) COMPLETE
56362026-08-19T03:47:26.581Z[ recovery-image] Aug 19 03:47:25.467 INFO O| Aug 19 03:47:25.467 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-19T03:47:26.606Z[ recovery-image] Aug 19 03:47:25.493 INFO O| Aug 19 03:47:25.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56382026-08-19T03:47:26.606Z[ recovery-image] Aug 19 03:47:25.493 INFO O| Aug 19 03:47:25.493 INFO STEP 127 (remove_files) COMPLETE
56392026-08-19T03:47:26.606Z[ recovery-image] Aug 19 03:47:25.493 INFO O| Aug 19 03:47:25.493 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-19T03:47:26.621Z[ recovery-image] Aug 19 03:47:25.502 INFO O| Aug 19 03:47:25.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56412026-08-19T03:47:26.621Z[ recovery-image] Aug 19 03:47:25.502 INFO O| Aug 19 03:47:25.502 INFO STEP 128 (remove_files) COMPLETE
56422026-08-19T03:47:26.628Z[ recovery-image] Aug 19 03:47:25.502 INFO O| Aug 19 03:47:25.502 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-19T03:47:26.632Z[ recovery-image] Aug 19 03:47:25.511 INFO O| Aug 19 03:47:25.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56442026-08-19T03:47:26.632Z[ recovery-image] Aug 19 03:47:25.512 INFO O| Aug 19 03:47:25.512 INFO STEP 129 (remove_files) COMPLETE
56452026-08-19T03:47:26.632Z[ recovery-image] Aug 19 03:47:25.512 INFO O| Aug 19 03:47:25.512 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-19T03:47:26.632Z[verify-libraries] Compiling sync-ptr v0.1.4
56472026-08-19T03:47:26.636Z[ recovery-image] Aug 19 03:47:25.521 INFO O| Aug 19 03:47:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56482026-08-19T03:47:26.636Z[ recovery-image] Aug 19 03:47:25.521 INFO O| Aug 19 03:47:25.521 INFO STEP 130 (remove_files) COMPLETE
56492026-08-19T03:47:26.637Z[ recovery-image] Aug 19 03:47:25.521 INFO O| Aug 19 03:47:25.521 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-19T03:47:26.644Z[ recovery-image] Aug 19 03:47:25.531 INFO O| Aug 19 03:47:25.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56512026-08-19T03:47:26.651Z[ recovery-image] Aug 19 03:47:25.531 INFO O| Aug 19 03:47:25.531 INFO STEP 131 (remove_files) COMPLETE
56522026-08-19T03:47:26.651Z[ recovery-image] Aug 19 03:47:25.531 INFO O| Aug 19 03:47:25.531 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-19T03:47:26.655Z[verify-libraries] Compiling seq-macro v0.3.6
56542026-08-19T03:47:26.663Z[ recovery-image] Aug 19 03:47:25.543 INFO O| Aug 19 03:47:25.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56552026-08-19T03:47:26.663Z[ recovery-image] Aug 19 03:47:25.543 INFO O| Aug 19 03:47:25.543 INFO STEP 132 (remove_files) COMPLETE
56562026-08-19T03:47:26.663Z[ recovery-image] Aug 19 03:47:25.543 INFO O| Aug 19 03:47:25.543 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-19T03:47:26.667Z[ recovery-image] Aug 19 03:47:25.553 INFO O| Aug 19 03:47:25.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56582026-08-19T03:47:26.668Z[ recovery-image] Aug 19 03:47:25.553 INFO O| Aug 19 03:47:25.553 INFO STEP 133 (remove_files) COMPLETE
56592026-08-19T03:47:26.668Z[ recovery-image] Aug 19 03:47:25.553 INFO O| Aug 19 03:47:25.553 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-19T03:47:26.678Z[ recovery-image] Aug 19 03:47:25.563 INFO O| Aug 19 03:47:25.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56612026-08-19T03:47:26.678Z[ recovery-image] Aug 19 03:47:25.563 INFO O| Aug 19 03:47:25.563 INFO STEP 134 (remove_files) COMPLETE
56622026-08-19T03:47:26.678Z[ recovery-image] Aug 19 03:47:25.563 INFO O| Aug 19 03:47:25.563 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-19T03:47:26.683Z[verify-libraries] Compiling hex-literal v1.1.0
56642026-08-19T03:47:26.691Z[ recovery-image] Aug 19 03:47:25.574 INFO O| Aug 19 03:47:25.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56652026-08-19T03:47:26.691Z[ recovery-image] Aug 19 03:47:25.574 INFO O| Aug 19 03:47:25.574 INFO STEP 135 (remove_files) COMPLETE
56662026-08-19T03:47:26.691Z[ recovery-image] Aug 19 03:47:25.574 INFO O| Aug 19 03:47:25.574 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-19T03:47:26.696Z[ recovery-image] Aug 19 03:47:25.583 INFO O| Aug 19 03:47:25.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56682026-08-19T03:47:26.696Z[ recovery-image] Aug 19 03:47:25.583 INFO O| Aug 19 03:47:25.583 INFO STEP 136 (remove_files) COMPLETE
56692026-08-19T03:47:26.696Z[ recovery-image] Aug 19 03:47:25.583 INFO O| Aug 19 03:47:25.583 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-19T03:47:26.720Z[ recovery-image] Aug 19 03:47:25.592 INFO O| Aug 19 03:47:25.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56712026-08-19T03:47:26.720Z[ recovery-image] Aug 19 03:47:25.592 INFO O| Aug 19 03:47:25.592 INFO STEP 137 (remove_files) COMPLETE
56722026-08-19T03:47:26.720Z[ recovery-image] Aug 19 03:47:25.592 INFO O| Aug 19 03:47:25.592 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-19T03:47:26.720Z[ recovery-image] Aug 19 03:47:25.600 INFO O| Aug 19 03:47:25.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56742026-08-19T03:47:26.720Z[ recovery-image] Aug 19 03:47:25.600 INFO O| Aug 19 03:47:25.600 INFO STEP 138 (remove_files) COMPLETE
56752026-08-19T03:47:26.720Z[ recovery-image] Aug 19 03:47:25.600 INFO O| Aug 19 03:47:25.600 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-19T03:47:26.725Z[ recovery-image] Aug 19 03:47:25.609 INFO O| Aug 19 03:47:25.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56772026-08-19T03:47:26.725Z[ recovery-image] Aug 19 03:47:25.609 INFO O| Aug 19 03:47:25.609 INFO STEP 139 (remove_files) COMPLETE
56782026-08-19T03:47:26.726Z[ recovery-image] Aug 19 03:47:25.609 INFO O| Aug 19 03:47:25.609 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-19T03:47:26.733Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56802026-08-19T03:47:26.737Z[ recovery-image] Aug 19 03:47:25.618 INFO O| Aug 19 03:47:25.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56812026-08-19T03:47:26.738Z[ recovery-image] Aug 19 03:47:25.618 INFO O| Aug 19 03:47:25.618 INFO STEP 140 (remove_files) COMPLETE
56822026-08-19T03:47:26.738Z[ recovery-image] Aug 19 03:47:25.618 INFO O| Aug 19 03:47:25.618 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-19T03:47:26.743Z[ recovery-image] Aug 19 03:47:25.627 INFO O| Aug 19 03:47:25.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56842026-08-19T03:47:26.743Z[ recovery-image] Aug 19 03:47:25.627 INFO O| Aug 19 03:47:25.627 INFO STEP 141 (remove_files) COMPLETE
56852026-08-19T03:47:26.743Z[ recovery-image] Aug 19 03:47:25.627 INFO O| Aug 19 03:47:25.627 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-19T03:47:26.750Z[ recovery-image] Aug 19 03:47:25.635 INFO O| Aug 19 03:47:25.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56872026-08-19T03:47:26.750Z[ recovery-image] Aug 19 03:47:25.635 INFO O| Aug 19 03:47:25.635 INFO STEP 142 (remove_files) COMPLETE
56882026-08-19T03:47:26.750Z[ recovery-image] Aug 19 03:47:25.635 INFO O| Aug 19 03:47:25.635 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-19T03:47:26.760Z[ recovery-image] Aug 19 03:47:25.644 INFO O| Aug 19 03:47:25.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56902026-08-19T03:47:26.761Z[ recovery-image] Aug 19 03:47:25.644 INFO O| Aug 19 03:47:25.644 INFO STEP 143 (remove_files) COMPLETE
56912026-08-19T03:47:26.761Z[ recovery-image] Aug 19 03:47:25.644 INFO O| Aug 19 03:47:25.644 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-19T03:47:26.775Z[ recovery-image] Aug 19 03:47:25.654 INFO O| Aug 19 03:47:25.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56932026-08-19T03:47:26.775Z[ recovery-image] Aug 19 03:47:25.654 INFO O| Aug 19 03:47:25.654 INFO STEP 144 (remove_files) COMPLETE
56942026-08-19T03:47:26.788Z[ recovery-image] Aug 19 03:47:25.654 INFO O| Aug 19 03:47:25.654 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-19T03:47:26.788Z[ recovery-image] Aug 19 03:47:25.664 INFO O| Aug 19 03:47:25.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56962026-08-19T03:47:26.788Z[ recovery-image] Aug 19 03:47:25.664 INFO O| Aug 19 03:47:25.664 INFO STEP 145 (remove_files) COMPLETE
56972026-08-19T03:47:26.788Z[ recovery-image] Aug 19 03:47:25.664 INFO O| Aug 19 03:47:25.664 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-19T03:47:26.800Z[ recovery-image] Aug 19 03:47:25.674 INFO O| Aug 19 03:47:25.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56992026-08-19T03:47:26.800Z[ recovery-image] Aug 19 03:47:25.674 INFO O| Aug 19 03:47:25.674 INFO STEP 146 (remove_files) COMPLETE
57002026-08-19T03:47:26.800Z[ recovery-image] Aug 19 03:47:25.674 INFO O| Aug 19 03:47:25.674 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-19T03:47:26.800Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
57022026-08-19T03:47:26.806Z[ recovery-image] Aug 19 03:47:25.683 INFO O| Aug 19 03:47:25.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57032026-08-19T03:47:26.806Z[ recovery-image] Aug 19 03:47:25.683 INFO O| Aug 19 03:47:25.683 INFO STEP 147 (remove_files) COMPLETE
57042026-08-19T03:47:26.806Z[ recovery-image] Aug 19 03:47:25.683 INFO O| Aug 19 03:47:25.683 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-19T03:47:26.809Z[ recovery-image] Aug 19 03:47:25.692 INFO O| Aug 19 03:47:25.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57062026-08-19T03:47:26.809Z[ recovery-image] Aug 19 03:47:25.692 INFO O| Aug 19 03:47:25.692 INFO STEP 148 (remove_files) COMPLETE
57072026-08-19T03:47:26.810Z[ recovery-image] Aug 19 03:47:25.692 INFO O| Aug 19 03:47:25.692 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-19T03:47:26.816Z[ recovery-image] Aug 19 03:47:25.702 INFO O| Aug 19 03:47:25.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57092026-08-19T03:47:26.816Z[ recovery-image] Aug 19 03:47:25.702 INFO O| Aug 19 03:47:25.702 INFO STEP 149 (remove_files) COMPLETE
57102026-08-19T03:47:26.816Z[ recovery-image] Aug 19 03:47:25.702 INFO O| Aug 19 03:47:25.702 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-19T03:47:26.840Z[ recovery-image] Aug 19 03:47:25.710 INFO O| Aug 19 03:47:25.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57122026-08-19T03:47:26.840Z[ recovery-image] Aug 19 03:47:25.710 INFO O| Aug 19 03:47:25.710 INFO STEP 150 (remove_files) COMPLETE
57132026-08-19T03:47:26.852Z[ recovery-image] Aug 19 03:47:25.710 INFO O| Aug 19 03:47:25.710 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-19T03:47:26.852Z[ recovery-image] Aug 19 03:47:25.719 INFO O| Aug 19 03:47:25.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57152026-08-19T03:47:26.852Z[ recovery-image] Aug 19 03:47:25.719 INFO O| Aug 19 03:47:25.719 INFO STEP 151 (remove_files) COMPLETE
57162026-08-19T03:47:26.852Z[ recovery-image] Aug 19 03:47:25.719 INFO O| Aug 19 03:47:25.719 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-19T03:47:26.853Z[ recovery-image] Aug 19 03:47:25.728 INFO O| Aug 19 03:47:25.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57182026-08-19T03:47:26.853Z[ recovery-image] Aug 19 03:47:25.728 INFO O| Aug 19 03:47:25.728 INFO STEP 152 (remove_files) COMPLETE
57192026-08-19T03:47:26.853Z[ recovery-image] Aug 19 03:47:25.728 INFO O| Aug 19 03:47:25.728 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-19T03:47:26.858Z[ recovery-image] Aug 19 03:47:25.737 INFO O| Aug 19 03:47:25.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57212026-08-19T03:47:26.859Z[ recovery-image] Aug 19 03:47:25.737 INFO O| Aug 19 03:47:25.737 INFO STEP 153 (remove_files) COMPLETE
57222026-08-19T03:47:26.859Z[ recovery-image] Aug 19 03:47:25.737 INFO O| Aug 19 03:47:25.737 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-19T03:47:26.859Z[verify-libraries] Compiling russh v0.62.4
57242026-08-19T03:47:26.863Z[ recovery-image] Aug 19 03:47:25.746 INFO O| Aug 19 03:47:25.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57252026-08-19T03:47:26.863Z[ recovery-image] Aug 19 03:47:25.746 INFO O| Aug 19 03:47:25.746 INFO STEP 154 (remove_files) COMPLETE
57262026-08-19T03:47:26.864Z[ recovery-image] Aug 19 03:47:25.746 INFO O| Aug 19 03:47:25.746 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-19T03:47:26.875Z[ recovery-image] Aug 19 03:47:25.756 INFO O| Aug 19 03:47:25.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57282026-08-19T03:47:26.876Z[ recovery-image] Aug 19 03:47:25.756 INFO O| Aug 19 03:47:25.756 INFO STEP 155 (remove_files) COMPLETE
57292026-08-19T03:47:26.890Z[ recovery-image] Aug 19 03:47:25.756 INFO O| Aug 19 03:47:25.756 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-19T03:47:26.942Z[ recovery-image] Aug 19 03:47:25.823 INFO O| Aug 19 03:47:25.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57312026-08-19T03:47:26.942Z[ recovery-image] Aug 19 03:47:25.823 INFO O| Aug 19 03:47:25.823 INFO STEP 156 (remove_files) COMPLETE
57322026-08-19T03:47:26.942Z[ recovery-image] Aug 19 03:47:25.823 INFO O| Aug 19 03:47:25.823 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-19T03:47:26.952Z[ recovery-image] Aug 19 03:47:25.832 INFO O| Aug 19 03:47:25.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57342026-08-19T03:47:26.952Z[ recovery-image] Aug 19 03:47:25.832 INFO O| Aug 19 03:47:25.832 INFO STEP 157 (remove_files) COMPLETE
57352026-08-19T03:47:26.952Z[ recovery-image] Aug 19 03:47:25.832 INFO O| Aug 19 03:47:25.832 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-19T03:47:26.956Z[ recovery-image] Aug 19 03:47:25.841 INFO O| Aug 19 03:47:25.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57372026-08-19T03:47:26.956Z[ recovery-image] Aug 19 03:47:25.841 INFO O| Aug 19 03:47:25.841 INFO STEP 158 (remove_files) COMPLETE
57382026-08-19T03:47:26.956Z[ recovery-image] Aug 19 03:47:25.841 INFO O| Aug 19 03:47:25.841 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-19T03:47:26.962Z[ recovery-image] Aug 19 03:47:25.849 INFO O| Aug 19 03:47:25.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57402026-08-19T03:47:26.962Z[ recovery-image] Aug 19 03:47:25.849 INFO O| Aug 19 03:47:25.849 INFO STEP 159 (remove_files) COMPLETE
57412026-08-19T03:47:26.963Z[ recovery-image] Aug 19 03:47:25.849 INFO O| Aug 19 03:47:25.849 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-19T03:47:26.976Z[ recovery-image] Aug 19 03:47:25.857 INFO O| Aug 19 03:47:25.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57432026-08-19T03:47:26.977Z[ recovery-image] Aug 19 03:47:25.857 INFO O| Aug 19 03:47:25.857 INFO STEP 160 (remove_files) COMPLETE
57442026-08-19T03:47:26.980Z[ recovery-image] Aug 19 03:47:25.857 INFO O| Aug 19 03:47:25.857 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-19T03:47:26.980Z[ recovery-image] Aug 19 03:47:25.866 INFO O| Aug 19 03:47:25.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57462026-08-19T03:47:26.980Z[ recovery-image] Aug 19 03:47:25.866 INFO O| Aug 19 03:47:25.866 INFO STEP 161 (remove_files) COMPLETE
57472026-08-19T03:47:26.981Z[ recovery-image] Aug 19 03:47:25.866 INFO O| Aug 19 03:47:25.866 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-19T03:47:26.988Z[ recovery-image] Aug 19 03:47:25.874 INFO O| Aug 19 03:47:25.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57492026-08-19T03:47:26.988Z[ recovery-image] Aug 19 03:47:25.874 INFO O| Aug 19 03:47:25.874 INFO STEP 162 (remove_files) COMPLETE
57502026-08-19T03:47:26.988Z[ recovery-image] Aug 19 03:47:25.874 INFO O| Aug 19 03:47:25.874 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-19T03:47:27.001Z[ recovery-image] Aug 19 03:47:25.883 INFO O| Aug 19 03:47:25.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57522026-08-19T03:47:27.001Z[ recovery-image] Aug 19 03:47:25.883 INFO O| Aug 19 03:47:25.883 INFO STEP 163 (remove_files) COMPLETE
57532026-08-19T03:47:27.002Z[ recovery-image] Aug 19 03:47:25.883 INFO O| Aug 19 03:47:25.883 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-19T03:47:27.010Z[ recovery-image] Aug 19 03:47:25.892 INFO O| Aug 19 03:47:25.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57552026-08-19T03:47:27.011Z[ recovery-image] Aug 19 03:47:25.892 INFO O| Aug 19 03:47:25.892 INFO STEP 164 (remove_files) COMPLETE
57562026-08-19T03:47:27.011Z[ recovery-image] Aug 19 03:47:25.892 INFO O| Aug 19 03:47:25.892 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-19T03:47:27.043Z[ recovery-image] Aug 19 03:47:25.929 INFO O| Aug 19 03:47:25.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57582026-08-19T03:47:27.043Z[ recovery-image] Aug 19 03:47:25.929 INFO O| Aug 19 03:47:25.929 INFO STEP 165 (remove_files) COMPLETE
57592026-08-19T03:47:27.043Z[ recovery-image] Aug 19 03:47:25.929 INFO O| Aug 19 03:47:25.929 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-19T03:47:27.058Z[ recovery-image] Aug 19 03:47:25.944 INFO O| Aug 19 03:47:25.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57612026-08-19T03:47:27.058Z[ recovery-image] Aug 19 03:47:25.944 INFO O| Aug 19 03:47:25.944 INFO STEP 166 (remove_files) COMPLETE
57622026-08-19T03:47:27.059Z[ recovery-image] Aug 19 03:47:25.944 INFO O| Aug 19 03:47:25.944 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-19T03:47:27.075Z[ recovery-image] Aug 19 03:47:25.953 INFO O| Aug 19 03:47:25.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57642026-08-19T03:47:27.076Z[ recovery-image] Aug 19 03:47:25.953 INFO O| Aug 19 03:47:25.953 INFO STEP 167 (remove_files) COMPLETE
57652026-08-19T03:47:27.087Z[ recovery-image] Aug 19 03:47:25.953 INFO O| Aug 19 03:47:25.953 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-19T03:47:27.087Z[ recovery-image] Aug 19 03:47:25.962 INFO O| Aug 19 03:47:25.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57672026-08-19T03:47:27.087Z[ recovery-image] Aug 19 03:47:25.962 INFO O| Aug 19 03:47:25.962 INFO STEP 168 (remove_files) COMPLETE
57682026-08-19T03:47:27.087Z[ recovery-image] Aug 19 03:47:25.962 INFO O| Aug 19 03:47:25.962 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-19T03:47:27.102Z[ recovery-image] Aug 19 03:47:25.982 INFO O| Aug 19 03:47:25.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57702026-08-19T03:47:27.102Z[ recovery-image] Aug 19 03:47:25.982 INFO O| Aug 19 03:47:25.982 INFO STEP 169 (remove_files) COMPLETE
57712026-08-19T03:47:27.107Z[ recovery-image] Aug 19 03:47:25.982 INFO O| Aug 19 03:47:25.982 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-19T03:47:27.113Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
57732026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:25.999 INFO O| Aug 19 03:47:25.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57742026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:25.999 INFO O| Aug 19 03:47:25.999 INFO STEP 170 (remove_files) COMPLETE
57752026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:25.999 INFO O| Aug 19 03:47:25.999 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.008 INFO O| Aug 19 03:47:26.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57772026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.008 INFO O| Aug 19 03:47:26.008 INFO STEP 171 (remove_files) COMPLETE
57782026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.008 INFO O| Aug 19 03:47:26.008 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.018 INFO O| Aug 19 03:47:26.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57802026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.018 INFO O| Aug 19 03:47:26.018 INFO STEP 172 (remove_files) COMPLETE
57812026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.018 INFO O| Aug 19 03:47:26.018 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.029 INFO O| Aug 19 03:47:26.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57832026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.029 INFO O| Aug 19 03:47:26.029 INFO STEP 173 (remove_files) COMPLETE
57842026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.029 INFO O| Aug 19 03:47:26.029 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.039 INFO O| Aug 19 03:47:26.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57862026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.039 INFO O| Aug 19 03:47:26.039 INFO STEP 174 (remove_files) COMPLETE
57872026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.039 INFO O| Aug 19 03:47:26.039 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.048 INFO O| Aug 19 03:47:26.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57892026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.048 INFO O| Aug 19 03:47:26.048 INFO STEP 175 (remove_files) COMPLETE
57902026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.048 INFO O| Aug 19 03:47:26.048 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.059 INFO O| Aug 19 03:47:26.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57922026-08-19T03:47:27.177Z[ recovery-image] Aug 19 03:47:26.060 INFO O| Aug 19 03:47:26.060 INFO STEP 176 (remove_files) COMPLETE
57932026-08-19T03:47:27.178Z[ recovery-image] Aug 19 03:47:26.060 INFO O| Aug 19 03:47:26.060 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-19T03:47:27.187Z[ recovery-image] Aug 19 03:47:26.070 INFO O| Aug 19 03:47:26.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57952026-08-19T03:47:27.193Z[ recovery-image] Aug 19 03:47:26.070 INFO O| Aug 19 03:47:26.070 INFO STEP 177 (remove_files) COMPLETE
57962026-08-19T03:47:27.193Z[ recovery-image] Aug 19 03:47:26.070 INFO O| Aug 19 03:47:26.070 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-19T03:47:27.200Z[ recovery-image] Aug 19 03:47:26.080 INFO O| Aug 19 03:47:26.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57982026-08-19T03:47:27.200Z[ recovery-image] Aug 19 03:47:26.080 INFO O| Aug 19 03:47:26.080 INFO STEP 178 (remove_files) COMPLETE
57992026-08-19T03:47:27.201Z[ recovery-image] Aug 19 03:47:26.080 INFO O| Aug 19 03:47:26.080 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-19T03:47:27.206Z[ recovery-image] Aug 19 03:47:26.092 INFO O| Aug 19 03:47:26.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58012026-08-19T03:47:27.210Z[ recovery-image] Aug 19 03:47:26.093 INFO O| Aug 19 03:47:26.093 INFO STEP 179 (remove_files) COMPLETE
58022026-08-19T03:47:27.210Z[ recovery-image] Aug 19 03:47:26.093 INFO O| Aug 19 03:47:26.093 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-19T03:47:27.219Z[ recovery-image] Aug 19 03:47:26.106 INFO O| Aug 19 03:47:26.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58042026-08-19T03:47:27.220Z[ recovery-image] Aug 19 03:47:26.106 INFO O| Aug 19 03:47:26.106 INFO STEP 180 (remove_files) COMPLETE
58052026-08-19T03:47:27.220Z[ recovery-image] Aug 19 03:47:26.106 INFO O| Aug 19 03:47:26.106 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-19T03:47:27.232Z[ recovery-image] Aug 19 03:47:26.116 INFO O| Aug 19 03:47:26.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58072026-08-19T03:47:27.232Z[ recovery-image] Aug 19 03:47:26.116 INFO O| Aug 19 03:47:26.116 INFO STEP 181 (remove_files) COMPLETE
58082026-08-19T03:47:27.236Z[ recovery-image] Aug 19 03:47:26.116 INFO O| Aug 19 03:47:26.116 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-19T03:47:27.241Z[ recovery-image] Aug 19 03:47:26.126 INFO O| Aug 19 03:47:26.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58102026-08-19T03:47:27.241Z[ recovery-image] Aug 19 03:47:26.126 INFO O| Aug 19 03:47:26.126 INFO STEP 182 (remove_files) COMPLETE
58112026-08-19T03:47:27.241Z[ recovery-image] Aug 19 03:47:26.126 INFO O| Aug 19 03:47:26.126 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-19T03:47:27.251Z[ recovery-image] Aug 19 03:47:26.135 INFO O| Aug 19 03:47:26.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58132026-08-19T03:47:27.251Z[ recovery-image] Aug 19 03:47:26.135 INFO O| Aug 19 03:47:26.135 INFO STEP 183 (remove_files) COMPLETE
58142026-08-19T03:47:27.252Z[ recovery-image] Aug 19 03:47:26.135 INFO O| Aug 19 03:47:26.135 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-19T03:47:27.255Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
58162026-08-19T03:47:27.261Z[ recovery-image] Aug 19 03:47:26.144 INFO O| Aug 19 03:47:26.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58172026-08-19T03:47:27.261Z[ recovery-image] Aug 19 03:47:26.144 INFO O| Aug 19 03:47:26.144 INFO STEP 184 (remove_files) COMPLETE
58182026-08-19T03:47:27.261Z[ recovery-image] Aug 19 03:47:26.144 INFO O| Aug 19 03:47:26.144 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-19T03:47:27.271Z[ recovery-image] Aug 19 03:47:26.153 INFO O| Aug 19 03:47:26.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58202026-08-19T03:47:27.271Z[ recovery-image] Aug 19 03:47:26.153 INFO O| Aug 19 03:47:26.153 INFO STEP 185 (remove_files) COMPLETE
58212026-08-19T03:47:27.271Z[ recovery-image] Aug 19 03:47:26.153 INFO O| Aug 19 03:47:26.153 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-19T03:47:27.280Z[ recovery-image] Aug 19 03:47:26.167 INFO O| Aug 19 03:47:26.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58232026-08-19T03:47:27.280Z[ recovery-image] Aug 19 03:47:26.167 INFO O| Aug 19 03:47:26.167 INFO STEP 186 (remove_files) COMPLETE
58242026-08-19T03:47:27.280Z[ recovery-image] Aug 19 03:47:26.167 INFO O| Aug 19 03:47:26.167 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-19T03:47:27.289Z[ recovery-image] Aug 19 03:47:26.176 INFO O| Aug 19 03:47:26.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58262026-08-19T03:47:27.289Z[ recovery-image] Aug 19 03:47:26.176 INFO O| Aug 19 03:47:26.176 INFO STEP 187 (remove_files) COMPLETE
58272026-08-19T03:47:27.289Z[ recovery-image] Aug 19 03:47:26.176 INFO O| Aug 19 03:47:26.176 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-19T03:47:27.293Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
58292026-08-19T03:47:27.299Z[ recovery-image] Aug 19 03:47:26.186 INFO O| Aug 19 03:47:26.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58302026-08-19T03:47:27.299Z[ recovery-image] Aug 19 03:47:26.186 INFO O| Aug 19 03:47:26.186 INFO STEP 188 (remove_files) COMPLETE
58312026-08-19T03:47:27.299Z[ recovery-image] Aug 19 03:47:26.186 INFO O| Aug 19 03:47:26.186 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-19T03:47:27.321Z[ recovery-image] Aug 19 03:47:26.207 INFO O| Aug 19 03:47:26.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58332026-08-19T03:47:27.321Z[ recovery-image] Aug 19 03:47:26.207 INFO O| Aug 19 03:47:26.207 INFO STEP 189 (remove_files) COMPLETE
58342026-08-19T03:47:27.321Z[ recovery-image] Aug 19 03:47:26.207 INFO O| Aug 19 03:47:26.207 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-19T03:47:27.332Z[ recovery-image] Aug 19 03:47:26.216 INFO O| Aug 19 03:47:26.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58362026-08-19T03:47:27.332Z[ recovery-image] Aug 19 03:47:26.216 INFO O| Aug 19 03:47:26.216 INFO STEP 190 (remove_files) COMPLETE
58372026-08-19T03:47:27.339Z[ recovery-image] Aug 19 03:47:26.216 INFO O| Aug 19 03:47:26.216 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-19T03:47:27.339Z[ recovery-image] Aug 19 03:47:26.224 INFO O| Aug 19 03:47:26.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58392026-08-19T03:47:27.339Z[ recovery-image] Aug 19 03:47:26.224 INFO O| Aug 19 03:47:26.224 INFO STEP 191 (remove_files) COMPLETE
58402026-08-19T03:47:27.339Z[ recovery-image] Aug 19 03:47:26.224 INFO O| Aug 19 03:47:26.224 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-19T03:47:27.347Z[ recovery-image] Aug 19 03:47:26.233 INFO O| Aug 19 03:47:26.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58422026-08-19T03:47:27.347Z[ recovery-image] Aug 19 03:47:26.233 INFO O| Aug 19 03:47:26.233 INFO STEP 192 (remove_files) COMPLETE
58432026-08-19T03:47:27.347Z[ recovery-image] Aug 19 03:47:26.233 INFO O| Aug 19 03:47:26.233 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-19T03:47:27.356Z[ recovery-image] Aug 19 03:47:26.242 INFO O| Aug 19 03:47:26.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58452026-08-19T03:47:27.356Z[ recovery-image] Aug 19 03:47:26.242 INFO O| Aug 19 03:47:26.242 INFO STEP 193 (remove_files) COMPLETE
58462026-08-19T03:47:27.356Z[ recovery-image] Aug 19 03:47:26.242 INFO O| Aug 19 03:47:26.242 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-19T03:47:27.368Z[ recovery-image] Aug 19 03:47:26.250 INFO O| Aug 19 03:47:26.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58482026-08-19T03:47:27.368Z[ recovery-image] Aug 19 03:47:26.251 INFO O| Aug 19 03:47:26.251 INFO STEP 194 (remove_files) COMPLETE
58492026-08-19T03:47:27.373Z[ recovery-image] Aug 19 03:47:26.251 INFO O| Aug 19 03:47:26.251 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-19T03:47:27.373Z[ recovery-image] Aug 19 03:47:26.259 INFO O| Aug 19 03:47:26.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58512026-08-19T03:47:27.373Z[ recovery-image] Aug 19 03:47:26.259 INFO O| Aug 19 03:47:26.259 INFO STEP 195 (remove_files) COMPLETE
58522026-08-19T03:47:27.373Z[ recovery-image] Aug 19 03:47:26.259 INFO O| Aug 19 03:47:26.259 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-19T03:47:27.382Z[ recovery-image] Aug 19 03:47:26.268 INFO O| Aug 19 03:47:26.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58542026-08-19T03:47:27.382Z[ recovery-image] Aug 19 03:47:26.268 INFO O| Aug 19 03:47:26.268 INFO STEP 196 (remove_files) COMPLETE
58552026-08-19T03:47:27.386Z[ recovery-image] Aug 19 03:47:26.268 INFO O| Aug 19 03:47:26.268 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-19T03:47:27.392Z[ recovery-image] Aug 19 03:47:26.277 INFO O| Aug 19 03:47:26.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58572026-08-19T03:47:27.392Z[ recovery-image] Aug 19 03:47:26.277 INFO O| Aug 19 03:47:26.277 INFO STEP 197 (remove_files) COMPLETE
58582026-08-19T03:47:27.396Z[ recovery-image] Aug 19 03:47:26.277 INFO O| Aug 19 03:47:26.277 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-19T03:47:27.400Z[ recovery-image] Aug 19 03:47:26.287 INFO O| Aug 19 03:47:26.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58602026-08-19T03:47:27.406Z[ recovery-image] Aug 19 03:47:26.287 INFO O| Aug 19 03:47:26.287 INFO STEP 198 (remove_files) COMPLETE
58612026-08-19T03:47:27.406Z[ recovery-image] Aug 19 03:47:26.287 INFO O| Aug 19 03:47:26.287 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-19T03:47:27.413Z[ recovery-image] Aug 19 03:47:26.296 INFO O| Aug 19 03:47:26.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58632026-08-19T03:47:27.413Z[ recovery-image] Aug 19 03:47:26.296 INFO O| Aug 19 03:47:26.296 INFO STEP 199 (remove_files) COMPLETE
58642026-08-19T03:47:27.413Z[ recovery-image] Aug 19 03:47:26.296 INFO O| Aug 19 03:47:26.296 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-19T03:47:27.422Z[ recovery-image] Aug 19 03:47:26.305 INFO O| Aug 19 03:47:26.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58662026-08-19T03:47:27.422Z[ recovery-image] Aug 19 03:47:26.305 INFO O| Aug 19 03:47:26.305 INFO STEP 200 (remove_files) COMPLETE
58672026-08-19T03:47:27.422Z[ recovery-image] Aug 19 03:47:26.305 INFO O| Aug 19 03:47:26.305 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-19T03:47:27.437Z[ recovery-image] Aug 19 03:47:26.319 INFO O| Aug 19 03:47:26.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58692026-08-19T03:47:27.437Z[ recovery-image] Aug 19 03:47:26.319 INFO O| Aug 19 03:47:26.319 INFO STEP 201 (remove_files) COMPLETE
58702026-08-19T03:47:27.437Z[ recovery-image] Aug 19 03:47:26.319 INFO O| Aug 19 03:47:26.319 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-19T03:47:27.445Z[ recovery-image] Aug 19 03:47:26.329 INFO O| Aug 19 03:47:26.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58722026-08-19T03:47:27.445Z[ recovery-image] Aug 19 03:47:26.329 INFO O| Aug 19 03:47:26.329 INFO STEP 202 (remove_files) COMPLETE
58732026-08-19T03:47:27.445Z[ recovery-image] Aug 19 03:47:26.329 INFO O| Aug 19 03:47:26.329 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-19T03:47:27.458Z[ recovery-image] Aug 19 03:47:26.337 INFO O| Aug 19 03:47:26.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58752026-08-19T03:47:27.458Z[ recovery-image] Aug 19 03:47:26.337 INFO O| Aug 19 03:47:26.337 INFO STEP 203 (remove_files) COMPLETE
58762026-08-19T03:47:27.462Z[ recovery-image] Aug 19 03:47:26.337 INFO O| Aug 19 03:47:26.337 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-19T03:47:27.462Z[ recovery-image] Aug 19 03:47:26.345 INFO O| Aug 19 03:47:26.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58782026-08-19T03:47:27.462Z[ recovery-image] Aug 19 03:47:26.346 INFO O| Aug 19 03:47:26.346 INFO STEP 204 (remove_files) COMPLETE
58792026-08-19T03:47:27.462Z[ recovery-image] Aug 19 03:47:26.346 INFO O| Aug 19 03:47:26.346 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-19T03:47:27.468Z[ recovery-image] Aug 19 03:47:26.354 INFO O| Aug 19 03:47:26.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58812026-08-19T03:47:27.468Z[ recovery-image] Aug 19 03:47:26.354 INFO O| Aug 19 03:47:26.354 INFO STEP 205 (remove_files) COMPLETE
58822026-08-19T03:47:27.468Z[ recovery-image] Aug 19 03:47:26.354 INFO O| Aug 19 03:47:26.354 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-19T03:47:27.482Z[ recovery-image] Aug 19 03:47:26.363 INFO O| Aug 19 03:47:26.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58842026-08-19T03:47:27.482Z[ recovery-image] Aug 19 03:47:26.363 INFO O| Aug 19 03:47:26.363 INFO STEP 206 (remove_files) COMPLETE
58852026-08-19T03:47:27.487Z[ recovery-image] Aug 19 03:47:26.363 INFO O| Aug 19 03:47:26.363 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-19T03:47:27.487Z[ recovery-image] Aug 19 03:47:26.372 INFO O| Aug 19 03:47:26.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58872026-08-19T03:47:27.488Z[ recovery-image] Aug 19 03:47:26.372 INFO O| Aug 19 03:47:26.372 INFO STEP 207 (remove_files) COMPLETE
58882026-08-19T03:47:27.488Z[ recovery-image] Aug 19 03:47:26.372 INFO O| Aug 19 03:47:26.372 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-19T03:47:27.499Z[ recovery-image] Aug 19 03:47:26.381 INFO O| Aug 19 03:47:26.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58902026-08-19T03:47:27.499Z[ recovery-image] Aug 19 03:47:26.381 INFO O| Aug 19 03:47:26.381 INFO STEP 208 (remove_files) COMPLETE
58912026-08-19T03:47:27.499Z[ recovery-image] Aug 19 03:47:26.381 INFO O| Aug 19 03:47:26.381 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-19T03:47:27.505Z[ recovery-image] Aug 19 03:47:26.389 INFO O| Aug 19 03:47:26.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58932026-08-19T03:47:27.505Z[ recovery-image] Aug 19 03:47:26.389 INFO O| Aug 19 03:47:26.389 INFO STEP 209 (remove_files) COMPLETE
58942026-08-19T03:47:27.506Z[ recovery-image] Aug 19 03:47:26.389 INFO O| Aug 19 03:47:26.389 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-19T03:47:27.512Z[ recovery-image] Aug 19 03:47:26.398 INFO O| Aug 19 03:47:26.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58962026-08-19T03:47:27.512Z[ recovery-image] Aug 19 03:47:26.399 INFO O| Aug 19 03:47:26.399 INFO STEP 210 (remove_files) COMPLETE
58972026-08-19T03:47:27.512Z[ recovery-image] Aug 19 03:47:26.399 INFO O| Aug 19 03:47:26.399 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-19T03:47:27.522Z[ recovery-image] Aug 19 03:47:26.408 INFO O| Aug 19 03:47:26.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58992026-08-19T03:47:27.522Z[ recovery-image] Aug 19 03:47:26.408 INFO O| Aug 19 03:47:26.408 INFO STEP 211 (remove_files) COMPLETE
59002026-08-19T03:47:27.522Z[ recovery-image] Aug 19 03:47:26.408 INFO O| Aug 19 03:47:26.408 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-19T03:47:27.534Z[ recovery-image] Aug 19 03:47:26.417 INFO O| Aug 19 03:47:26.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59022026-08-19T03:47:27.534Z[ recovery-image] Aug 19 03:47:26.417 INFO O| Aug 19 03:47:26.417 INFO STEP 212 (remove_files) COMPLETE
59032026-08-19T03:47:27.538Z[ recovery-image] Aug 19 03:47:26.417 INFO O| Aug 19 03:47:26.417 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-19T03:47:27.542Z[ recovery-image] Aug 19 03:47:26.427 INFO O| Aug 19 03:47:26.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59052026-08-19T03:47:27.542Z[ recovery-image] Aug 19 03:47:26.427 INFO O| Aug 19 03:47:26.427 INFO STEP 213 (remove_files) COMPLETE
59062026-08-19T03:47:27.542Z[ recovery-image] Aug 19 03:47:26.427 INFO O| Aug 19 03:47:26.427 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-19T03:47:27.550Z[ recovery-image] Aug 19 03:47:26.436 INFO O| Aug 19 03:47:26.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59082026-08-19T03:47:27.550Z[ recovery-image] Aug 19 03:47:26.436 INFO O| Aug 19 03:47:26.436 INFO STEP 214 (remove_files) COMPLETE
59092026-08-19T03:47:27.550Z[ recovery-image] Aug 19 03:47:26.436 INFO O| Aug 19 03:47:26.436 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-19T03:47:27.561Z[ recovery-image] Aug 19 03:47:26.446 INFO O| Aug 19 03:47:26.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59112026-08-19T03:47:27.561Z[ recovery-image] Aug 19 03:47:26.446 INFO O| Aug 19 03:47:26.446 INFO STEP 215 (remove_files) COMPLETE
59122026-08-19T03:47:27.561Z[ recovery-image] Aug 19 03:47:26.446 INFO O| Aug 19 03:47:26.446 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-19T03:47:27.570Z[ recovery-image] Aug 19 03:47:26.456 INFO O| Aug 19 03:47:26.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59142026-08-19T03:47:27.570Z[ recovery-image] Aug 19 03:47:26.456 INFO O| Aug 19 03:47:26.456 INFO STEP 216 (remove_files) COMPLETE
59152026-08-19T03:47:27.576Z[ recovery-image] Aug 19 03:47:26.456 INFO O| Aug 19 03:47:26.456 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-19T03:47:27.588Z[ recovery-image] Aug 19 03:47:26.466 INFO O| Aug 19 03:47:26.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59172026-08-19T03:47:27.588Z[ recovery-image] Aug 19 03:47:26.466 INFO O| Aug 19 03:47:26.466 INFO STEP 217 (remove_files) COMPLETE
59182026-08-19T03:47:27.588Z[ recovery-image] Aug 19 03:47:26.466 INFO O| Aug 19 03:47:26.466 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-19T03:47:27.593Z[ recovery-image] Aug 19 03:47:26.477 INFO O| Aug 19 03:47:26.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59202026-08-19T03:47:27.593Z[ recovery-image] Aug 19 03:47:26.477 INFO O| Aug 19 03:47:26.477 INFO STEP 218 (remove_files) COMPLETE
59212026-08-19T03:47:27.593Z[ recovery-image] Aug 19 03:47:26.477 INFO O| Aug 19 03:47:26.477 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-19T03:47:27.603Z[ recovery-image] Aug 19 03:47:26.486 INFO O| Aug 19 03:47:26.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59232026-08-19T03:47:27.603Z[ recovery-image] Aug 19 03:47:26.487 INFO O| Aug 19 03:47:26.486 INFO STEP 219 (remove_files) COMPLETE
59242026-08-19T03:47:27.608Z[ recovery-image] Aug 19 03:47:26.487 INFO O| Aug 19 03:47:26.487 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-19T03:47:27.618Z[ recovery-image] Aug 19 03:47:26.496 INFO O| Aug 19 03:47:26.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59262026-08-19T03:47:27.618Z[ recovery-image] Aug 19 03:47:26.496 INFO O| Aug 19 03:47:26.496 INFO STEP 220 (remove_files) COMPLETE
59272026-08-19T03:47:27.618Z[ recovery-image] Aug 19 03:47:26.496 INFO O| Aug 19 03:47:26.496 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-19T03:47:27.623Z[ recovery-image] Aug 19 03:47:26.504 INFO O| Aug 19 03:47:26.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59292026-08-19T03:47:27.623Z[ recovery-image] Aug 19 03:47:26.505 INFO O| Aug 19 03:47:26.504 INFO STEP 221 (remove_files) COMPLETE
59302026-08-19T03:47:27.624Z[ recovery-image] Aug 19 03:47:26.505 INFO O| Aug 19 03:47:26.504 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-19T03:47:27.631Z[ recovery-image] Aug 19 03:47:26.512 INFO O| Aug 19 03:47:26.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59322026-08-19T03:47:27.631Z[ recovery-image] Aug 19 03:47:26.512 INFO O| Aug 19 03:47:26.512 INFO STEP 222 (remove_files) COMPLETE
59332026-08-19T03:47:27.631Z[ recovery-image] Aug 19 03:47:26.512 INFO O| Aug 19 03:47:26.512 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-19T03:47:27.636Z[ recovery-image] Aug 19 03:47:26.520 INFO O| Aug 19 03:47:26.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59352026-08-19T03:47:27.636Z[ recovery-image] Aug 19 03:47:26.520 INFO O| Aug 19 03:47:26.520 INFO STEP 223 (remove_files) COMPLETE
59362026-08-19T03:47:27.636Z[ recovery-image] Aug 19 03:47:26.520 INFO O| Aug 19 03:47:26.520 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-19T03:47:27.646Z[ recovery-image] Aug 19 03:47:26.528 INFO O| Aug 19 03:47:26.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59382026-08-19T03:47:27.646Z[ recovery-image] Aug 19 03:47:26.528 INFO O| Aug 19 03:47:26.528 INFO STEP 224 (remove_files) COMPLETE
59392026-08-19T03:47:27.646Z[ recovery-image] Aug 19 03:47:26.528 INFO O| Aug 19 03:47:26.528 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-19T03:47:27.650Z[ recovery-image] Aug 19 03:47:26.536 INFO O| Aug 19 03:47:26.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59412026-08-19T03:47:27.650Z[ recovery-image] Aug 19 03:47:26.536 INFO O| Aug 19 03:47:26.536 INFO STEP 225 (remove_files) COMPLETE
59422026-08-19T03:47:27.650Z[ recovery-image] Aug 19 03:47:26.536 INFO O| Aug 19 03:47:26.536 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-19T03:47:27.658Z[ recovery-image] Aug 19 03:47:26.543 INFO O| Aug 19 03:47:26.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59442026-08-19T03:47:27.658Z[ recovery-image] Aug 19 03:47:26.543 INFO O| Aug 19 03:47:26.543 INFO STEP 226 (remove_files) COMPLETE
59452026-08-19T03:47:27.663Z[ recovery-image] Aug 19 03:47:26.543 INFO O| Aug 19 03:47:26.543 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-19T03:47:27.666Z[ recovery-image] Aug 19 03:47:26.551 INFO O| Aug 19 03:47:26.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59472026-08-19T03:47:27.666Z[ recovery-image] Aug 19 03:47:26.551 INFO O| Aug 19 03:47:26.551 INFO STEP 227 (remove_files) COMPLETE
59482026-08-19T03:47:27.666Z[ recovery-image] Aug 19 03:47:26.551 INFO O| Aug 19 03:47:26.551 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-19T03:47:27.673Z[ recovery-image] Aug 19 03:47:26.560 INFO O| Aug 19 03:47:26.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59502026-08-19T03:47:27.673Z[ recovery-image] Aug 19 03:47:26.560 INFO O| Aug 19 03:47:26.560 INFO STEP 228 (remove_files) COMPLETE
59512026-08-19T03:47:27.673Z[ recovery-image] Aug 19 03:47:26.560 INFO O| Aug 19 03:47:26.560 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-19T03:47:27.683Z[ recovery-image] Aug 19 03:47:26.570 INFO O| Aug 19 03:47:26.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59532026-08-19T03:47:27.683Z[ recovery-image] Aug 19 03:47:26.570 INFO O| Aug 19 03:47:26.570 INFO STEP 229 (remove_files) COMPLETE
59542026-08-19T03:47:27.683Z[ recovery-image] Aug 19 03:47:26.570 INFO O| Aug 19 03:47:26.570 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-19T03:47:27.694Z[ recovery-image] Aug 19 03:47:26.581 INFO O| Aug 19 03:47:26.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59562026-08-19T03:47:27.697Z[ recovery-image] Aug 19 03:47:26.582 INFO O| Aug 19 03:47:26.582 INFO STEP 230 (remove_files) COMPLETE
59572026-08-19T03:47:27.697Z[ recovery-image] Aug 19 03:47:26.582 INFO O| Aug 19 03:47:26.582 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-19T03:47:27.706Z[ recovery-image] Aug 19 03:47:26.593 INFO O| Aug 19 03:47:26.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59592026-08-19T03:47:27.706Z[ recovery-image] Aug 19 03:47:26.593 INFO O| Aug 19 03:47:26.593 INFO STEP 231 (remove_files) COMPLETE
59602026-08-19T03:47:27.706Z[ recovery-image] Aug 19 03:47:26.593 INFO O| Aug 19 03:47:26.593 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-19T03:47:27.716Z[ recovery-image] Aug 19 03:47:26.603 INFO O| Aug 19 03:47:26.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59622026-08-19T03:47:27.716Z[ recovery-image] Aug 19 03:47:26.603 INFO O| Aug 19 03:47:26.603 INFO STEP 232 (remove_files) COMPLETE
59632026-08-19T03:47:27.716Z[ recovery-image] Aug 19 03:47:26.603 INFO O| Aug 19 03:47:26.603 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-19T03:47:27.725Z[ recovery-image] Aug 19 03:47:26.612 INFO O| Aug 19 03:47:26.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59652026-08-19T03:47:27.725Z[ recovery-image] Aug 19 03:47:26.612 INFO O| Aug 19 03:47:26.612 INFO STEP 233 (remove_files) COMPLETE
59662026-08-19T03:47:27.725Z[ recovery-image] Aug 19 03:47:26.612 INFO O| Aug 19 03:47:26.612 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-19T03:47:27.736Z[ recovery-image] Aug 19 03:47:26.623 INFO O| Aug 19 03:47:26.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59682026-08-19T03:47:27.736Z[ recovery-image] Aug 19 03:47:26.623 INFO O| Aug 19 03:47:26.623 INFO STEP 234 (remove_files) COMPLETE
59692026-08-19T03:47:27.739Z[ recovery-image] Aug 19 03:47:26.623 INFO O| Aug 19 03:47:26.623 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-19T03:47:27.745Z[ recovery-image] Aug 19 03:47:26.632 INFO O| Aug 19 03:47:26.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59712026-08-19T03:47:27.745Z[ recovery-image] Aug 19 03:47:26.632 INFO O| Aug 19 03:47:26.632 INFO STEP 235 (remove_files) COMPLETE
59722026-08-19T03:47:27.745Z[ recovery-image] Aug 19 03:47:26.632 INFO O| Aug 19 03:47:26.632 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-19T03:47:27.755Z[ recovery-image] Aug 19 03:47:26.642 INFO O| Aug 19 03:47:26.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59742026-08-19T03:47:27.755Z[ recovery-image] Aug 19 03:47:26.642 INFO O| Aug 19 03:47:26.642 INFO STEP 236 (remove_files) COMPLETE
59752026-08-19T03:47:27.755Z[ recovery-image] Aug 19 03:47:26.642 INFO O| Aug 19 03:47:26.642 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-19T03:47:27.764Z[ recovery-image] Aug 19 03:47:26.651 INFO O| Aug 19 03:47:26.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59772026-08-19T03:47:27.765Z[ recovery-image] Aug 19 03:47:26.651 INFO O| Aug 19 03:47:26.651 INFO STEP 237 (remove_files) COMPLETE
59782026-08-19T03:47:27.765Z[ recovery-image] Aug 19 03:47:26.651 INFO O| Aug 19 03:47:26.651 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-19T03:47:27.774Z[ recovery-image] Aug 19 03:47:26.660 INFO O| Aug 19 03:47:26.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59802026-08-19T03:47:27.774Z[ recovery-image] Aug 19 03:47:26.661 INFO O| Aug 19 03:47:26.660 INFO STEP 238 (remove_files) COMPLETE
59812026-08-19T03:47:27.774Z[ recovery-image] Aug 19 03:47:26.661 INFO O| Aug 19 03:47:26.660 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-19T03:47:27.783Z[ recovery-image] Aug 19 03:47:26.670 INFO O| Aug 19 03:47:26.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59832026-08-19T03:47:27.783Z[ recovery-image] Aug 19 03:47:26.670 INFO O| Aug 19 03:47:26.670 INFO STEP 239 (remove_files) COMPLETE
59842026-08-19T03:47:27.783Z[ recovery-image] Aug 19 03:47:26.670 INFO O| Aug 19 03:47:26.670 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-19T03:47:27.793Z[ recovery-image] Aug 19 03:47:26.680 INFO O| Aug 19 03:47:26.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59862026-08-19T03:47:27.793Z[ recovery-image] Aug 19 03:47:26.680 INFO O| Aug 19 03:47:26.680 INFO STEP 240 (remove_files) COMPLETE
59872026-08-19T03:47:27.793Z[ recovery-image] Aug 19 03:47:26.680 INFO O| Aug 19 03:47:26.680 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-19T03:47:27.802Z[ recovery-image] Aug 19 03:47:26.689 INFO O| Aug 19 03:47:26.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59892026-08-19T03:47:27.803Z[ recovery-image] Aug 19 03:47:26.689 INFO O| Aug 19 03:47:26.689 INFO STEP 241 (remove_files) COMPLETE
59902026-08-19T03:47:27.803Z[ recovery-image] Aug 19 03:47:26.689 INFO O| Aug 19 03:47:26.689 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-19T03:47:27.813Z[ recovery-image] Aug 19 03:47:26.699 INFO O| Aug 19 03:47:26.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59922026-08-19T03:47:27.813Z[ recovery-image] Aug 19 03:47:26.699 INFO O| Aug 19 03:47:26.699 INFO STEP 242 (remove_files) COMPLETE
59932026-08-19T03:47:27.816Z[ recovery-image] Aug 19 03:47:26.699 INFO O| Aug 19 03:47:26.699 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-19T03:47:27.822Z[ recovery-image] Aug 19 03:47:26.709 INFO O| Aug 19 03:47:26.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59952026-08-19T03:47:27.822Z[ recovery-image] Aug 19 03:47:26.709 INFO O| Aug 19 03:47:26.709 INFO STEP 243 (remove_files) COMPLETE
59962026-08-19T03:47:27.822Z[ recovery-image] Aug 19 03:47:26.709 INFO O| Aug 19 03:47:26.709 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-19T03:47:27.832Z[ recovery-image] Aug 19 03:47:26.718 INFO O| Aug 19 03:47:26.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59982026-08-19T03:47:27.832Z[ recovery-image] Aug 19 03:47:26.719 INFO O| Aug 19 03:47:26.718 INFO STEP 244 (remove_files) COMPLETE
59992026-08-19T03:47:27.832Z[ recovery-image] Aug 19 03:47:26.719 INFO O| Aug 19 03:47:26.719 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-19T03:47:27.842Z[ recovery-image] Aug 19 03:47:26.728 INFO O| Aug 19 03:47:26.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60012026-08-19T03:47:27.842Z[ recovery-image] Aug 19 03:47:26.729 INFO O| Aug 19 03:47:26.728 INFO STEP 245 (remove_files) COMPLETE
60022026-08-19T03:47:27.842Z[ recovery-image] Aug 19 03:47:26.729 INFO O| Aug 19 03:47:26.728 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-19T03:47:27.852Z[ recovery-image] Aug 19 03:47:26.739 INFO O| Aug 19 03:47:26.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60042026-08-19T03:47:27.852Z[ recovery-image] Aug 19 03:47:26.739 INFO O| Aug 19 03:47:26.739 INFO STEP 246 (remove_files) COMPLETE
60052026-08-19T03:47:27.855Z[ recovery-image] Aug 19 03:47:26.739 INFO O| Aug 19 03:47:26.739 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-19T03:47:27.862Z[ recovery-image] Aug 19 03:47:26.749 INFO O| Aug 19 03:47:26.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60072026-08-19T03:47:27.862Z[ recovery-image] Aug 19 03:47:26.749 INFO O| Aug 19 03:47:26.749 INFO STEP 247 (remove_files) COMPLETE
60082026-08-19T03:47:27.862Z[ recovery-image] Aug 19 03:47:26.749 INFO O| Aug 19 03:47:26.749 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-19T03:47:27.872Z[ recovery-image] Aug 19 03:47:26.758 INFO O| Aug 19 03:47:26.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60102026-08-19T03:47:27.872Z[ recovery-image] Aug 19 03:47:26.758 INFO O| Aug 19 03:47:26.758 INFO STEP 248 (remove_files) COMPLETE
60112026-08-19T03:47:27.872Z[ recovery-image] Aug 19 03:47:26.758 INFO O| Aug 19 03:47:26.758 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-19T03:47:27.881Z[ recovery-image] Aug 19 03:47:26.768 INFO O| Aug 19 03:47:26.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60132026-08-19T03:47:27.881Z[ recovery-image] Aug 19 03:47:26.768 INFO O| Aug 19 03:47:26.768 INFO STEP 249 (remove_files) COMPLETE
60142026-08-19T03:47:27.881Z[ recovery-image] Aug 19 03:47:26.768 INFO O| Aug 19 03:47:26.768 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-19T03:47:27.893Z[ recovery-image] Aug 19 03:47:26.778 INFO O| Aug 19 03:47:26.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60162026-08-19T03:47:27.893Z[ recovery-image] Aug 19 03:47:26.778 INFO O| Aug 19 03:47:26.778 INFO STEP 250 (remove_files) COMPLETE
60172026-08-19T03:47:27.893Z[ recovery-image] Aug 19 03:47:26.778 INFO O| Aug 19 03:47:26.778 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-19T03:47:27.901Z[ recovery-image] Aug 19 03:47:26.787 INFO O| Aug 19 03:47:26.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60192026-08-19T03:47:27.901Z[ recovery-image] Aug 19 03:47:26.787 INFO O| Aug 19 03:47:26.787 INFO STEP 251 (remove_files) COMPLETE
60202026-08-19T03:47:27.905Z[ recovery-image] Aug 19 03:47:26.787 INFO O| Aug 19 03:47:26.787 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-19T03:47:27.910Z[ recovery-image] Aug 19 03:47:26.797 INFO O| Aug 19 03:47:26.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60222026-08-19T03:47:27.910Z[ recovery-image] Aug 19 03:47:26.797 INFO O| Aug 19 03:47:26.797 INFO STEP 252 (remove_files) COMPLETE
60232026-08-19T03:47:27.914Z[ recovery-image] Aug 19 03:47:26.797 INFO O| Aug 19 03:47:26.797 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-19T03:47:27.920Z[ recovery-image] Aug 19 03:47:26.807 INFO O| Aug 19 03:47:26.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60252026-08-19T03:47:27.920Z[ recovery-image] Aug 19 03:47:26.807 INFO O| Aug 19 03:47:26.807 INFO STEP 253 (remove_files) COMPLETE
60262026-08-19T03:47:27.920Z[ recovery-image] Aug 19 03:47:26.807 INFO O| Aug 19 03:47:26.807 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-19T03:47:27.930Z[ recovery-image] Aug 19 03:47:26.816 INFO O| Aug 19 03:47:26.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60282026-08-19T03:47:27.930Z[ recovery-image] Aug 19 03:47:26.816 INFO O| Aug 19 03:47:26.816 INFO STEP 254 (remove_files) COMPLETE
60292026-08-19T03:47:27.930Z[ recovery-image] Aug 19 03:47:26.816 INFO O| Aug 19 03:47:26.816 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-19T03:47:27.944Z[ recovery-image] Aug 19 03:47:26.831 INFO O| Aug 19 03:47:26.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60312026-08-19T03:47:27.944Z[ recovery-image] Aug 19 03:47:26.831 INFO O| Aug 19 03:47:26.831 INFO STEP 255 (remove_files) COMPLETE
60322026-08-19T03:47:27.947Z[ recovery-image] Aug 19 03:47:26.831 INFO O| Aug 19 03:47:26.831 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-19T03:47:27.953Z[ recovery-image] Aug 19 03:47:26.840 INFO O| Aug 19 03:47:26.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60342026-08-19T03:47:27.953Z[ recovery-image] Aug 19 03:47:26.840 INFO O| Aug 19 03:47:26.840 INFO STEP 256 (remove_files) COMPLETE
60352026-08-19T03:47:27.953Z[ recovery-image] Aug 19 03:47:26.840 INFO O| Aug 19 03:47:26.840 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-19T03:47:27.964Z[ recovery-image] Aug 19 03:47:26.849 INFO O| Aug 19 03:47:26.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60372026-08-19T03:47:27.965Z[ recovery-image] Aug 19 03:47:26.849 INFO O| Aug 19 03:47:26.849 INFO STEP 257 (remove_files) COMPLETE
60382026-08-19T03:47:27.965Z[ recovery-image] Aug 19 03:47:26.849 INFO O| Aug 19 03:47:26.849 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-19T03:47:27.971Z[ recovery-image] Aug 19 03:47:26.858 INFO O| Aug 19 03:47:26.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60402026-08-19T03:47:27.971Z[ recovery-image] Aug 19 03:47:26.858 INFO O| Aug 19 03:47:26.858 INFO STEP 258 (remove_files) COMPLETE
60412026-08-19T03:47:27.974Z[ recovery-image] Aug 19 03:47:26.858 INFO O| Aug 19 03:47:26.858 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-19T03:47:27.984Z[ recovery-image] Aug 19 03:47:26.871 INFO O| Aug 19 03:47:26.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60432026-08-19T03:47:27.984Z[ recovery-image] Aug 19 03:47:26.871 INFO O| Aug 19 03:47:26.871 INFO STEP 259 (remove_files) COMPLETE
60442026-08-19T03:47:27.984Z[ recovery-image] Aug 19 03:47:26.871 INFO O| Aug 19 03:47:26.871 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-19T03:47:27.993Z[ recovery-image] Aug 19 03:47:26.880 INFO O| Aug 19 03:47:26.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60462026-08-19T03:47:28.015Z[ recovery-image] Aug 19 03:47:26.902 INFO O| Aug 19 03:47:26.902 INFO STEP 260 (remove_files) COMPLETE
60472026-08-19T03:47:28.015Z[ recovery-image] Aug 19 03:47:26.902 INFO O| Aug 19 03:47:26.902 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-19T03:47:28.025Z[ recovery-image] Aug 19 03:47:26.911 INFO O| Aug 19 03:47:26.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60492026-08-19T03:47:28.025Z[ recovery-image] Aug 19 03:47:26.911 INFO O| Aug 19 03:47:26.911 INFO STEP 261 (remove_files) COMPLETE
60502026-08-19T03:47:28.025Z[ recovery-image] Aug 19 03:47:26.911 INFO O| Aug 19 03:47:26.911 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-19T03:47:28.033Z[ recovery-image] Aug 19 03:47:26.919 INFO O| Aug 19 03:47:26.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60522026-08-19T03:47:28.036Z[ recovery-image] Aug 19 03:47:26.921 INFO O| Aug 19 03:47:26.921 INFO STEP 262 (remove_files) COMPLETE
60532026-08-19T03:47:28.036Z[ recovery-image] Aug 19 03:47:26.921 INFO O| Aug 19 03:47:26.921 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-19T03:47:28.052Z[ recovery-image] Aug 19 03:47:26.936 INFO O| Aug 19 03:47:26.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60552026-08-19T03:47:28.052Z[ recovery-image] Aug 19 03:47:26.936 INFO O| Aug 19 03:47:26.936 INFO STEP 263 (remove_files) COMPLETE
60562026-08-19T03:47:28.052Z[ recovery-image] Aug 19 03:47:26.936 INFO O| Aug 19 03:47:26.936 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-19T03:47:28.059Z[ recovery-image] Aug 19 03:47:26.945 INFO O| Aug 19 03:47:26.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60582026-08-19T03:47:28.059Z[ recovery-image] Aug 19 03:47:26.946 INFO O| Aug 19 03:47:26.946 INFO STEP 264 (remove_files) COMPLETE
60592026-08-19T03:47:28.059Z[ recovery-image] Aug 19 03:47:26.946 INFO O| Aug 19 03:47:26.946 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-19T03:47:28.126Z[ recovery-image] Aug 19 03:47:27.012 INFO O| Aug 19 03:47:27.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60612026-08-19T03:47:28.126Z[ recovery-image] Aug 19 03:47:27.012 INFO O| Aug 19 03:47:27.012 INFO STEP 265 (remove_files) COMPLETE
60622026-08-19T03:47:28.129Z[ recovery-image] Aug 19 03:47:27.012 INFO O| Aug 19 03:47:27.012 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-19T03:47:28.129Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
60642026-08-19T03:47:28.136Z[ recovery-image] Aug 19 03:47:27.022 INFO O| Aug 19 03:47:27.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60652026-08-19T03:47:28.136Z[ recovery-image] Aug 19 03:47:27.022 INFO O| Aug 19 03:47:27.022 INFO STEP 266 (remove_files) COMPLETE
60662026-08-19T03:47:28.142Z[ recovery-image] Aug 19 03:47:27.022 INFO O| Aug 19 03:47:27.022 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-19T03:47:28.145Z[ recovery-image] Aug 19 03:47:27.030 INFO O| Aug 19 03:47:27.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60682026-08-19T03:47:28.145Z[ recovery-image] Aug 19 03:47:27.030 INFO O| Aug 19 03:47:27.030 INFO STEP 267 (remove_files) COMPLETE
60692026-08-19T03:47:28.145Z[ recovery-image] Aug 19 03:47:27.030 INFO O| Aug 19 03:47:27.030 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-19T03:47:28.152Z[ recovery-image] Aug 19 03:47:27.039 INFO O| Aug 19 03:47:27.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60712026-08-19T03:47:28.152Z[ recovery-image] Aug 19 03:47:27.039 INFO O| Aug 19 03:47:27.039 INFO STEP 268 (remove_files) COMPLETE
60722026-08-19T03:47:28.152Z[ recovery-image] Aug 19 03:47:27.039 INFO O| Aug 19 03:47:27.039 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-19T03:47:28.160Z[ recovery-image] Aug 19 03:47:27.047 INFO O| Aug 19 03:47:27.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60742026-08-19T03:47:28.160Z[ recovery-image] Aug 19 03:47:27.047 INFO O| Aug 19 03:47:27.047 INFO STEP 269 (remove_files) COMPLETE
60752026-08-19T03:47:28.160Z[ recovery-image] Aug 19 03:47:27.047 INFO O| Aug 19 03:47:27.047 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-19T03:47:28.170Z[ recovery-image] Aug 19 03:47:27.056 INFO O| Aug 19 03:47:27.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60772026-08-19T03:47:28.170Z[ recovery-image] Aug 19 03:47:27.056 INFO O| Aug 19 03:47:27.056 INFO STEP 270 (remove_files) COMPLETE
60782026-08-19T03:47:28.170Z[ recovery-image] Aug 19 03:47:27.056 INFO O| Aug 19 03:47:27.056 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-19T03:47:28.179Z[ recovery-image] Aug 19 03:47:27.066 INFO O| Aug 19 03:47:27.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60802026-08-19T03:47:28.179Z[ recovery-image] Aug 19 03:47:27.066 INFO O| Aug 19 03:47:27.066 INFO STEP 271 (remove_files) COMPLETE
60812026-08-19T03:47:28.179Z[ recovery-image] Aug 19 03:47:27.066 INFO O| Aug 19 03:47:27.066 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-19T03:47:28.190Z[ recovery-image] Aug 19 03:47:27.077 INFO O| Aug 19 03:47:27.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60832026-08-19T03:47:28.190Z[ recovery-image] Aug 19 03:47:27.077 INFO O| Aug 19 03:47:27.077 INFO STEP 272 (remove_files) COMPLETE
60842026-08-19T03:47:28.193Z[ recovery-image] Aug 19 03:47:27.077 INFO O| Aug 19 03:47:27.077 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-19T03:47:28.200Z[ recovery-image] Aug 19 03:47:27.086 INFO O| Aug 19 03:47:27.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60862026-08-19T03:47:28.200Z[ recovery-image] Aug 19 03:47:27.086 INFO O| Aug 19 03:47:27.086 INFO STEP 273 (remove_files) COMPLETE
60872026-08-19T03:47:28.200Z[ recovery-image] Aug 19 03:47:27.086 INFO O| Aug 19 03:47:27.086 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-19T03:47:28.209Z[ recovery-image] Aug 19 03:47:27.096 INFO O| Aug 19 03:47:27.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60892026-08-19T03:47:28.209Z[ recovery-image] Aug 19 03:47:27.096 INFO O| Aug 19 03:47:27.096 INFO STEP 274 (remove_files) COMPLETE
60902026-08-19T03:47:28.212Z[ recovery-image] Aug 19 03:47:27.096 INFO O| Aug 19 03:47:27.096 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-19T03:47:28.217Z[ recovery-image] Aug 19 03:47:27.104 INFO O| Aug 19 03:47:27.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60922026-08-19T03:47:28.217Z[ recovery-image] Aug 19 03:47:27.104 INFO O| Aug 19 03:47:27.104 INFO STEP 275 (remove_files) COMPLETE
60932026-08-19T03:47:28.217Z[ recovery-image] Aug 19 03:47:27.104 INFO O| Aug 19 03:47:27.104 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-19T03:47:28.227Z[ recovery-image] Aug 19 03:47:27.114 INFO O| Aug 19 03:47:27.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60952026-08-19T03:47:28.227Z[ recovery-image] Aug 19 03:47:27.114 INFO O| Aug 19 03:47:27.114 INFO STEP 276 (remove_files) COMPLETE
60962026-08-19T03:47:28.227Z[ recovery-image] Aug 19 03:47:27.114 INFO O| Aug 19 03:47:27.114 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-19T03:47:28.238Z[ recovery-image] Aug 19 03:47:27.124 INFO O| Aug 19 03:47:27.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60982026-08-19T03:47:28.238Z[ recovery-image] Aug 19 03:47:27.124 INFO O| Aug 19 03:47:27.124 INFO STEP 277 (remove_files) COMPLETE
60992026-08-19T03:47:28.238Z[ recovery-image] Aug 19 03:47:27.124 INFO O| Aug 19 03:47:27.124 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-19T03:47:28.247Z[ recovery-image] Aug 19 03:47:27.134 INFO O| Aug 19 03:47:27.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61012026-08-19T03:47:28.247Z[ recovery-image] Aug 19 03:47:27.134 INFO O| Aug 19 03:47:27.134 INFO STEP 278 (remove_files) COMPLETE
61022026-08-19T03:47:28.247Z[ recovery-image] Aug 19 03:47:27.134 INFO O| Aug 19 03:47:27.134 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-19T03:47:28.258Z[ recovery-image] Aug 19 03:47:27.144 INFO O| Aug 19 03:47:27.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61042026-08-19T03:47:28.258Z[ recovery-image] Aug 19 03:47:27.145 INFO O| Aug 19 03:47:27.145 INFO STEP 279 (remove_files) COMPLETE
61052026-08-19T03:47:28.258Z[ recovery-image] Aug 19 03:47:27.145 INFO O| Aug 19 03:47:27.145 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-19T03:47:28.268Z[ recovery-image] Aug 19 03:47:27.155 INFO O| Aug 19 03:47:27.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61072026-08-19T03:47:28.268Z[ recovery-image] Aug 19 03:47:27.155 INFO O| Aug 19 03:47:27.155 INFO STEP 280 (remove_files) COMPLETE
61082026-08-19T03:47:28.268Z[ recovery-image] Aug 19 03:47:27.155 INFO O| Aug 19 03:47:27.155 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-19T03:47:28.280Z[ recovery-image] Aug 19 03:47:27.166 INFO O| Aug 19 03:47:27.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61102026-08-19T03:47:28.280Z[ recovery-image] Aug 19 03:47:27.166 INFO O| Aug 19 03:47:27.166 INFO STEP 281 (remove_files) COMPLETE
61112026-08-19T03:47:28.280Z[ recovery-image] Aug 19 03:47:27.166 INFO O| Aug 19 03:47:27.166 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-19T03:47:28.291Z[ recovery-image] Aug 19 03:47:27.177 INFO O| Aug 19 03:47:27.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61132026-08-19T03:47:28.291Z[ recovery-image] Aug 19 03:47:27.177 INFO O| Aug 19 03:47:27.177 INFO STEP 282 (remove_files) COMPLETE
61142026-08-19T03:47:28.291Z[ recovery-image] Aug 19 03:47:27.177 INFO O| Aug 19 03:47:27.177 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-19T03:47:28.301Z[ recovery-image] Aug 19 03:47:27.188 INFO O| Aug 19 03:47:27.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61162026-08-19T03:47:28.301Z[ recovery-image] Aug 19 03:47:27.188 INFO O| Aug 19 03:47:27.188 INFO STEP 283 (remove_files) COMPLETE
61172026-08-19T03:47:28.305Z[ recovery-image] Aug 19 03:47:27.188 INFO O| Aug 19 03:47:27.188 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-19T03:47:28.309Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
61192026-08-19T03:47:28.313Z[ recovery-image] Aug 19 03:47:27.198 INFO O| Aug 19 03:47:27.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61202026-08-19T03:47:28.313Z[ recovery-image] Aug 19 03:47:27.198 INFO O| Aug 19 03:47:27.198 INFO STEP 284 (remove_files) COMPLETE
61212026-08-19T03:47:28.313Z[ recovery-image] Aug 19 03:47:27.198 INFO O| Aug 19 03:47:27.198 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-19T03:47:28.321Z[ recovery-image] Aug 19 03:47:27.208 INFO O| Aug 19 03:47:27.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61232026-08-19T03:47:28.321Z[ recovery-image] Aug 19 03:47:27.208 INFO O| Aug 19 03:47:27.208 INFO STEP 285 (remove_files) COMPLETE
61242026-08-19T03:47:28.321Z[ recovery-image] Aug 19 03:47:27.208 INFO O| Aug 19 03:47:27.208 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-19T03:47:28.331Z[ recovery-image] Aug 19 03:47:27.218 INFO O| Aug 19 03:47:27.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61262026-08-19T03:47:28.331Z[ recovery-image] Aug 19 03:47:27.218 INFO O| Aug 19 03:47:27.218 INFO STEP 286 (remove_files) COMPLETE
61272026-08-19T03:47:28.336Z[ recovery-image] Aug 19 03:47:27.218 INFO O| Aug 19 03:47:27.218 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-19T03:47:28.342Z[ recovery-image] Aug 19 03:47:27.228 INFO O| Aug 19 03:47:27.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61292026-08-19T03:47:28.342Z[ recovery-image] Aug 19 03:47:27.228 INFO O| Aug 19 03:47:27.228 INFO STEP 287 (remove_files) COMPLETE
61302026-08-19T03:47:28.342Z[ recovery-image] Aug 19 03:47:27.228 INFO O| Aug 19 03:47:27.228 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-19T03:47:28.353Z[ recovery-image] Aug 19 03:47:27.238 INFO O| Aug 19 03:47:27.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61322026-08-19T03:47:28.353Z[ recovery-image] Aug 19 03:47:27.238 INFO O| Aug 19 03:47:27.238 INFO STEP 288 (remove_files) COMPLETE
61332026-08-19T03:47:28.356Z[ recovery-image] Aug 19 03:47:27.238 INFO O| Aug 19 03:47:27.238 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-19T03:47:28.361Z[ recovery-image] Aug 19 03:47:27.248 INFO O| Aug 19 03:47:27.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61352026-08-19T03:47:28.361Z[ recovery-image] Aug 19 03:47:27.248 INFO O| Aug 19 03:47:27.248 INFO STEP 289 (remove_files) COMPLETE
61362026-08-19T03:47:28.362Z[ recovery-image] Aug 19 03:47:27.248 INFO O| Aug 19 03:47:27.248 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-19T03:47:28.373Z[ recovery-image] Aug 19 03:47:27.259 INFO O| Aug 19 03:47:27.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61382026-08-19T03:47:28.373Z[ recovery-image] Aug 19 03:47:27.259 INFO O| Aug 19 03:47:27.259 INFO STEP 290 (remove_files) COMPLETE
61392026-08-19T03:47:28.373Z[ recovery-image] Aug 19 03:47:27.259 INFO O| Aug 19 03:47:27.259 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-19T03:47:28.383Z[ recovery-image] Aug 19 03:47:27.269 INFO O| Aug 19 03:47:27.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61412026-08-19T03:47:28.383Z[ recovery-image] Aug 19 03:47:27.269 INFO O| Aug 19 03:47:27.269 INFO STEP 291 (remove_files) COMPLETE
61422026-08-19T03:47:28.386Z[ recovery-image] Aug 19 03:47:27.269 INFO O| Aug 19 03:47:27.269 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-19T03:47:28.393Z[ recovery-image] Aug 19 03:47:27.280 INFO O| Aug 19 03:47:27.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61442026-08-19T03:47:28.393Z[ recovery-image] Aug 19 03:47:27.280 INFO O| Aug 19 03:47:27.280 INFO STEP 292 (remove_files) COMPLETE
61452026-08-19T03:47:28.393Z[ recovery-image] Aug 19 03:47:27.280 INFO O| Aug 19 03:47:27.280 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-19T03:47:28.403Z[ recovery-image] Aug 19 03:47:27.289 INFO O| Aug 19 03:47:27.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61472026-08-19T03:47:28.403Z[ recovery-image] Aug 19 03:47:27.289 INFO O| Aug 19 03:47:27.289 INFO STEP 293 (remove_files) COMPLETE
61482026-08-19T03:47:28.403Z[ recovery-image] Aug 19 03:47:27.289 INFO O| Aug 19 03:47:27.289 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-19T03:47:28.411Z[ recovery-image] Aug 19 03:47:27.298 INFO O| Aug 19 03:47:27.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61502026-08-19T03:47:28.411Z[ recovery-image] Aug 19 03:47:27.298 INFO O| Aug 19 03:47:27.298 INFO STEP 294 (remove_files) COMPLETE
61512026-08-19T03:47:28.411Z[ recovery-image] Aug 19 03:47:27.298 INFO O| Aug 19 03:47:27.298 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-19T03:47:28.421Z[ recovery-image] Aug 19 03:47:27.308 INFO O| Aug 19 03:47:27.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61532026-08-19T03:47:28.421Z[ recovery-image] Aug 19 03:47:27.308 INFO O| Aug 19 03:47:27.308 INFO STEP 295 (remove_files) COMPLETE
61542026-08-19T03:47:28.421Z[ recovery-image] Aug 19 03:47:27.308 INFO O| Aug 19 03:47:27.308 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-19T03:47:28.430Z[ recovery-image] Aug 19 03:47:27.316 INFO O| Aug 19 03:47:27.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61562026-08-19T03:47:28.430Z[ recovery-image] Aug 19 03:47:27.316 INFO O| Aug 19 03:47:27.316 INFO STEP 296 (remove_files) COMPLETE
61572026-08-19T03:47:28.430Z[ recovery-image] Aug 19 03:47:27.316 INFO O| Aug 19 03:47:27.316 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-19T03:47:28.440Z[ recovery-image] Aug 19 03:47:27.327 INFO O| Aug 19 03:47:27.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61592026-08-19T03:47:28.441Z[ recovery-image] Aug 19 03:47:27.327 INFO O| Aug 19 03:47:27.327 INFO STEP 297 (remove_files) COMPLETE
61602026-08-19T03:47:28.441Z[ recovery-image] Aug 19 03:47:27.327 INFO O| Aug 19 03:47:27.327 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-19T03:47:28.450Z[ recovery-image] Aug 19 03:47:27.337 INFO O| Aug 19 03:47:27.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61622026-08-19T03:47:28.450Z[ recovery-image] Aug 19 03:47:27.337 INFO O| Aug 19 03:47:27.337 INFO STEP 298 (remove_files) COMPLETE
61632026-08-19T03:47:28.450Z[ recovery-image] Aug 19 03:47:27.337 INFO O| Aug 19 03:47:27.337 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-19T03:47:28.460Z[ recovery-image] Aug 19 03:47:27.347 INFO O| Aug 19 03:47:27.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61652026-08-19T03:47:28.463Z[ recovery-image] Aug 19 03:47:27.347 INFO O| Aug 19 03:47:27.347 INFO STEP 299 (remove_files) COMPLETE
61662026-08-19T03:47:28.464Z[ recovery-image] Aug 19 03:47:27.347 INFO O| Aug 19 03:47:27.347 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-19T03:47:28.470Z[ recovery-image] Aug 19 03:47:27.356 INFO O| Aug 19 03:47:27.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61682026-08-19T03:47:28.470Z[ recovery-image] Aug 19 03:47:27.357 INFO O| Aug 19 03:47:27.357 INFO STEP 300 (remove_files) COMPLETE
61692026-08-19T03:47:28.470Z[ recovery-image] Aug 19 03:47:27.357 INFO O| Aug 19 03:47:27.357 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-19T03:47:28.480Z[ recovery-image] Aug 19 03:47:27.367 INFO O| Aug 19 03:47:27.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61712026-08-19T03:47:28.480Z[ recovery-image] Aug 19 03:47:27.367 INFO O| Aug 19 03:47:27.367 INFO STEP 301 (remove_files) COMPLETE
61722026-08-19T03:47:28.480Z[ recovery-image] Aug 19 03:47:27.367 INFO O| Aug 19 03:47:27.367 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-19T03:47:28.490Z[ recovery-image] Aug 19 03:47:27.377 INFO O| Aug 19 03:47:27.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61742026-08-19T03:47:28.490Z[ recovery-image] Aug 19 03:47:27.377 INFO O| Aug 19 03:47:27.377 INFO STEP 302 (remove_files) COMPLETE
61752026-08-19T03:47:28.490Z[ recovery-image] Aug 19 03:47:27.377 INFO O| Aug 19 03:47:27.377 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-19T03:47:28.499Z[ recovery-image] Aug 19 03:47:27.386 INFO O| Aug 19 03:47:27.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61772026-08-19T03:47:28.499Z[ recovery-image] Aug 19 03:47:27.386 INFO O| Aug 19 03:47:27.386 INFO STEP 303 (remove_files) COMPLETE
61782026-08-19T03:47:28.499Z[ recovery-image] Aug 19 03:47:27.386 INFO O| Aug 19 03:47:27.386 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-19T03:47:28.508Z[ recovery-image] Aug 19 03:47:27.395 INFO O| Aug 19 03:47:27.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61802026-08-19T03:47:28.508Z[ recovery-image] Aug 19 03:47:27.395 INFO O| Aug 19 03:47:27.395 INFO STEP 304 (remove_files) COMPLETE
61812026-08-19T03:47:28.508Z[ recovery-image] Aug 19 03:47:27.395 INFO O| Aug 19 03:47:27.395 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-19T03:47:28.519Z[ recovery-image] Aug 19 03:47:27.405 INFO O| Aug 19 03:47:27.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61832026-08-19T03:47:28.519Z[ recovery-image] Aug 19 03:47:27.406 INFO O| Aug 19 03:47:27.406 INFO STEP 305 (remove_files) COMPLETE
61842026-08-19T03:47:28.519Z[ recovery-image] Aug 19 03:47:27.406 INFO O| Aug 19 03:47:27.406 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-19T03:47:28.528Z[ recovery-image] Aug 19 03:47:27.415 INFO O| Aug 19 03:47:27.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61862026-08-19T03:47:28.528Z[ recovery-image] Aug 19 03:47:27.415 INFO O| Aug 19 03:47:27.415 INFO STEP 306 (remove_files) COMPLETE
61872026-08-19T03:47:28.528Z[ recovery-image] Aug 19 03:47:27.415 INFO O| Aug 19 03:47:27.415 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-19T03:47:28.538Z[ recovery-image] Aug 19 03:47:27.425 INFO O| Aug 19 03:47:27.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61892026-08-19T03:47:28.538Z[ recovery-image] Aug 19 03:47:27.425 INFO O| Aug 19 03:47:27.425 INFO STEP 307 (remove_files) COMPLETE
61902026-08-19T03:47:28.538Z[ recovery-image] Aug 19 03:47:27.425 INFO O| Aug 19 03:47:27.425 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-19T03:47:28.557Z[ recovery-image] Aug 19 03:47:27.435 INFO O| Aug 19 03:47:27.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61922026-08-19T03:47:28.557Z[ recovery-image] Aug 19 03:47:27.435 INFO O| Aug 19 03:47:27.435 INFO STEP 308 (remove_files) COMPLETE
61932026-08-19T03:47:28.557Z[ recovery-image] Aug 19 03:47:27.435 INFO O| Aug 19 03:47:27.435 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-19T03:47:28.557Z[ recovery-image] Aug 19 03:47:27.443 INFO O| Aug 19 03:47:27.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61952026-08-19T03:47:28.561Z[ recovery-image] Aug 19 03:47:27.443 INFO O| Aug 19 03:47:27.443 INFO STEP 309 (remove_files) COMPLETE
61962026-08-19T03:47:28.561Z[ recovery-image] Aug 19 03:47:27.443 INFO O| Aug 19 03:47:27.443 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-19T03:47:28.565Z[ recovery-image] Aug 19 03:47:27.451 INFO O| Aug 19 03:47:27.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61982026-08-19T03:47:28.565Z[ recovery-image] Aug 19 03:47:27.451 INFO O| Aug 19 03:47:27.451 INFO STEP 310 (remove_files) COMPLETE
61992026-08-19T03:47:28.565Z[ recovery-image] Aug 19 03:47:27.451 INFO O| Aug 19 03:47:27.451 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-19T03:47:28.576Z[ recovery-image] Aug 19 03:47:27.459 INFO O| Aug 19 03:47:27.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62012026-08-19T03:47:28.576Z[ recovery-image] Aug 19 03:47:27.460 INFO O| Aug 19 03:47:27.460 INFO STEP 311 (remove_files) COMPLETE
62022026-08-19T03:47:28.579Z[ recovery-image] Aug 19 03:47:27.460 INFO O| Aug 19 03:47:27.460 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-19T03:47:28.583Z[ recovery-image] Aug 19 03:47:27.468 INFO O| Aug 19 03:47:27.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62042026-08-19T03:47:28.583Z[ recovery-image] Aug 19 03:47:27.468 INFO O| Aug 19 03:47:27.468 INFO STEP 312 (remove_files) COMPLETE
62052026-08-19T03:47:28.583Z[ recovery-image] Aug 19 03:47:27.468 INFO O| Aug 19 03:47:27.468 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-19T03:47:28.583Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
62072026-08-19T03:47:28.589Z[ recovery-image] Aug 19 03:47:27.476 INFO O| Aug 19 03:47:27.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62082026-08-19T03:47:28.589Z[ recovery-image] Aug 19 03:47:27.476 INFO O| Aug 19 03:47:27.476 INFO STEP 313 (remove_files) COMPLETE
62092026-08-19T03:47:28.589Z[ recovery-image] Aug 19 03:47:27.476 INFO O| Aug 19 03:47:27.476 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-19T03:47:28.597Z[ recovery-image] Aug 19 03:47:27.484 INFO O| Aug 19 03:47:27.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62112026-08-19T03:47:28.598Z[ recovery-image] Aug 19 03:47:27.484 INFO O| Aug 19 03:47:27.484 INFO STEP 314 (remove_files) COMPLETE
62122026-08-19T03:47:28.598Z[ recovery-image] Aug 19 03:47:27.484 INFO O| Aug 19 03:47:27.484 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-19T03:47:28.606Z[ recovery-image] Aug 19 03:47:27.493 INFO O| Aug 19 03:47:27.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62142026-08-19T03:47:28.607Z[ recovery-image] Aug 19 03:47:27.493 INFO O| Aug 19 03:47:27.493 INFO STEP 315 (remove_files) COMPLETE
62152026-08-19T03:47:28.607Z[ recovery-image] Aug 19 03:47:27.493 INFO O| Aug 19 03:47:27.493 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-19T03:47:28.616Z[ recovery-image] Aug 19 03:47:27.503 INFO O| Aug 19 03:47:27.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62172026-08-19T03:47:28.619Z[ recovery-image] Aug 19 03:47:27.504 INFO O| Aug 19 03:47:27.504 INFO STEP 316 (remove_files) COMPLETE
62182026-08-19T03:47:28.619Z[ recovery-image] Aug 19 03:47:27.504 INFO O| Aug 19 03:47:27.504 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-19T03:47:28.626Z[ recovery-image] Aug 19 03:47:27.513 INFO O| Aug 19 03:47:27.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62202026-08-19T03:47:28.626Z[ recovery-image] Aug 19 03:47:27.513 INFO O| Aug 19 03:47:27.513 INFO STEP 317 (remove_files) COMPLETE
62212026-08-19T03:47:28.626Z[ recovery-image] Aug 19 03:47:27.513 INFO O| Aug 19 03:47:27.513 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-19T03:47:28.635Z[ recovery-image] Aug 19 03:47:27.522 INFO O| Aug 19 03:47:27.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62232026-08-19T03:47:28.635Z[ recovery-image] Aug 19 03:47:27.522 INFO O| Aug 19 03:47:27.522 INFO STEP 318 (remove_files) COMPLETE
62242026-08-19T03:47:28.635Z[ recovery-image] Aug 19 03:47:27.522 INFO O| Aug 19 03:47:27.522 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-19T03:47:28.645Z[ recovery-image] Aug 19 03:47:27.532 INFO O| Aug 19 03:47:27.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62262026-08-19T03:47:28.645Z[ recovery-image] Aug 19 03:47:27.532 INFO O| Aug 19 03:47:27.532 INFO STEP 319 (remove_files) COMPLETE
62272026-08-19T03:47:28.645Z[ recovery-image] Aug 19 03:47:27.532 INFO O| Aug 19 03:47:27.532 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-19T03:47:28.655Z[ recovery-image] Aug 19 03:47:27.542 INFO O| Aug 19 03:47:27.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62292026-08-19T03:47:28.655Z[ recovery-image] Aug 19 03:47:27.542 INFO O| Aug 19 03:47:27.542 INFO STEP 320 (remove_files) COMPLETE
62302026-08-19T03:47:28.658Z[ recovery-image] Aug 19 03:47:27.542 INFO O| Aug 19 03:47:27.542 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-19T03:47:28.664Z[ recovery-image] Aug 19 03:47:27.551 INFO O| Aug 19 03:47:27.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62322026-08-19T03:47:28.664Z[ recovery-image] Aug 19 03:47:27.551 INFO O| Aug 19 03:47:27.551 INFO STEP 321 (remove_files) COMPLETE
62332026-08-19T03:47:28.664Z[ recovery-image] Aug 19 03:47:27.551 INFO O| Aug 19 03:47:27.551 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-19T03:47:28.674Z[ recovery-image] Aug 19 03:47:27.561 INFO O| Aug 19 03:47:27.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62352026-08-19T03:47:28.674Z[ recovery-image] Aug 19 03:47:27.561 INFO O| Aug 19 03:47:27.561 INFO STEP 322 (remove_files) COMPLETE
62362026-08-19T03:47:28.674Z[ recovery-image] Aug 19 03:47:27.561 INFO O| Aug 19 03:47:27.561 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-19T03:47:28.683Z[ recovery-image] Aug 19 03:47:27.570 INFO O| Aug 19 03:47:27.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62382026-08-19T03:47:28.683Z[ recovery-image] Aug 19 03:47:27.570 INFO O| Aug 19 03:47:27.570 INFO STEP 323 (remove_files) COMPLETE
62392026-08-19T03:47:28.683Z[ recovery-image] Aug 19 03:47:27.570 INFO O| Aug 19 03:47:27.570 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-19T03:47:28.692Z[ recovery-image] Aug 19 03:47:27.579 INFO O| Aug 19 03:47:27.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62412026-08-19T03:47:28.692Z[ recovery-image] Aug 19 03:47:27.579 INFO O| Aug 19 03:47:27.579 INFO STEP 324 (remove_files) COMPLETE
62422026-08-19T03:47:28.692Z[ recovery-image] Aug 19 03:47:27.579 INFO O| Aug 19 03:47:27.579 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-19T03:47:28.702Z[ recovery-image] Aug 19 03:47:27.588 INFO O| Aug 19 03:47:27.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62442026-08-19T03:47:28.702Z[ recovery-image] Aug 19 03:47:27.588 INFO O| Aug 19 03:47:27.588 INFO STEP 325 (remove_files) COMPLETE
62452026-08-19T03:47:28.702Z[ recovery-image] Aug 19 03:47:27.588 INFO O| Aug 19 03:47:27.588 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-19T03:47:28.711Z[ recovery-image] Aug 19 03:47:27.597 INFO O| Aug 19 03:47:27.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62472026-08-19T03:47:28.711Z[ recovery-image] Aug 19 03:47:27.598 INFO O| Aug 19 03:47:27.598 INFO STEP 326 (remove_files) COMPLETE
62482026-08-19T03:47:28.711Z[ recovery-image] Aug 19 03:47:27.598 INFO O| Aug 19 03:47:27.598 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-19T03:47:28.720Z[ recovery-image] Aug 19 03:47:27.607 INFO O| Aug 19 03:47:27.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62502026-08-19T03:47:28.720Z[ recovery-image] Aug 19 03:47:27.607 INFO O| Aug 19 03:47:27.607 INFO STEP 327 (remove_files) COMPLETE
62512026-08-19T03:47:28.720Z[ recovery-image] Aug 19 03:47:27.607 INFO O| Aug 19 03:47:27.607 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-19T03:47:28.729Z[ recovery-image] Aug 19 03:47:27.616 INFO O| Aug 19 03:47:27.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62532026-08-19T03:47:28.729Z[ recovery-image] Aug 19 03:47:27.616 INFO O| Aug 19 03:47:27.616 INFO STEP 328 (remove_files) COMPLETE
62542026-08-19T03:47:28.729Z[ recovery-image] Aug 19 03:47:27.616 INFO O| Aug 19 03:47:27.616 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-19T03:47:28.737Z[ recovery-image] Aug 19 03:47:27.624 INFO O| Aug 19 03:47:27.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62562026-08-19T03:47:28.737Z[ recovery-image] Aug 19 03:47:27.624 INFO O| Aug 19 03:47:27.624 INFO STEP 329 (remove_files) COMPLETE
62572026-08-19T03:47:28.737Z[ recovery-image] Aug 19 03:47:27.624 INFO O| Aug 19 03:47:27.624 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-19T03:47:28.746Z[ recovery-image] Aug 19 03:47:27.633 INFO O| Aug 19 03:47:27.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62592026-08-19T03:47:28.746Z[ recovery-image] Aug 19 03:47:27.633 INFO O| Aug 19 03:47:27.633 INFO STEP 330 (remove_files) COMPLETE
62602026-08-19T03:47:28.746Z[ recovery-image] Aug 19 03:47:27.633 INFO O| Aug 19 03:47:27.633 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-19T03:47:28.756Z[ recovery-image] Aug 19 03:47:27.642 INFO O| Aug 19 03:47:27.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62622026-08-19T03:47:28.756Z[ recovery-image] Aug 19 03:47:27.642 INFO O| Aug 19 03:47:27.642 INFO STEP 331 (remove_files) COMPLETE
62632026-08-19T03:47:28.759Z[ recovery-image] Aug 19 03:47:27.642 INFO O| Aug 19 03:47:27.642 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-19T03:47:28.765Z[ recovery-image] Aug 19 03:47:27.652 INFO O| Aug 19 03:47:27.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62652026-08-19T03:47:28.765Z[ recovery-image] Aug 19 03:47:27.652 INFO O| Aug 19 03:47:27.652 INFO STEP 332 (remove_files) COMPLETE
62662026-08-19T03:47:28.765Z[ recovery-image] Aug 19 03:47:27.652 INFO O| Aug 19 03:47:27.652 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-19T03:47:28.775Z[ recovery-image] Aug 19 03:47:27.662 INFO O| Aug 19 03:47:27.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62682026-08-19T03:47:28.775Z[ recovery-image] Aug 19 03:47:27.662 INFO O| Aug 19 03:47:27.662 INFO STEP 333 (remove_files) COMPLETE
62692026-08-19T03:47:28.775Z[ recovery-image] Aug 19 03:47:27.662 INFO O| Aug 19 03:47:27.662 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-19T03:47:28.784Z[ recovery-image] Aug 19 03:47:27.671 INFO O| Aug 19 03:47:27.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62712026-08-19T03:47:28.784Z[ recovery-image] Aug 19 03:47:27.671 INFO O| Aug 19 03:47:27.671 INFO STEP 334 (remove_files) COMPLETE
62722026-08-19T03:47:28.784Z[ recovery-image] Aug 19 03:47:27.671 INFO O| Aug 19 03:47:27.671 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-19T03:47:28.793Z[ recovery-image] Aug 19 03:47:27.680 INFO O| Aug 19 03:47:27.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62742026-08-19T03:47:28.793Z[ recovery-image] Aug 19 03:47:27.680 INFO O| Aug 19 03:47:27.680 INFO STEP 335 (remove_files) COMPLETE
62752026-08-19T03:47:28.796Z[ recovery-image] Aug 19 03:47:27.680 INFO O| Aug 19 03:47:27.680 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-19T03:47:28.802Z[ recovery-image] Aug 19 03:47:27.689 INFO O| Aug 19 03:47:27.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62772026-08-19T03:47:28.805Z[ recovery-image] Aug 19 03:47:27.690 INFO O| Aug 19 03:47:27.690 INFO STEP 336 (remove_files) COMPLETE
62782026-08-19T03:47:28.805Z[ recovery-image] Aug 19 03:47:27.690 INFO O| Aug 19 03:47:27.690 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-19T03:47:28.812Z[ recovery-image] Aug 19 03:47:27.699 INFO O| Aug 19 03:47:27.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62802026-08-19T03:47:28.812Z[ recovery-image] Aug 19 03:47:27.699 INFO O| Aug 19 03:47:27.699 INFO STEP 337 (remove_files) COMPLETE
62812026-08-19T03:47:28.812Z[ recovery-image] Aug 19 03:47:27.699 INFO O| Aug 19 03:47:27.699 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-19T03:47:28.821Z[ recovery-image] Aug 19 03:47:27.708 INFO O| Aug 19 03:47:27.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62832026-08-19T03:47:28.822Z[ recovery-image] Aug 19 03:47:27.708 INFO O| Aug 19 03:47:27.708 INFO STEP 338 (remove_files) COMPLETE
62842026-08-19T03:47:28.822Z[ recovery-image] Aug 19 03:47:27.708 INFO O| Aug 19 03:47:27.708 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-19T03:47:28.831Z[ recovery-image] Aug 19 03:47:27.718 INFO O| Aug 19 03:47:27.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62862026-08-19T03:47:28.831Z[ recovery-image] Aug 19 03:47:27.718 INFO O| Aug 19 03:47:27.718 INFO STEP 339 (remove_files) COMPLETE
62872026-08-19T03:47:28.831Z[ recovery-image] Aug 19 03:47:27.718 INFO O| Aug 19 03:47:27.718 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-19T03:47:28.844Z[ recovery-image] Aug 19 03:47:27.728 INFO O| Aug 19 03:47:27.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62892026-08-19T03:47:28.844Z[ recovery-image] Aug 19 03:47:27.728 INFO O| Aug 19 03:47:27.728 INFO STEP 340 (remove_files) COMPLETE
62902026-08-19T03:47:28.844Z[ recovery-image] Aug 19 03:47:27.728 INFO O| Aug 19 03:47:27.728 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-19T03:47:28.851Z[ recovery-image] Aug 19 03:47:27.738 INFO O| Aug 19 03:47:27.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62922026-08-19T03:47:28.851Z[ recovery-image] Aug 19 03:47:27.738 INFO O| Aug 19 03:47:27.738 INFO STEP 341 (remove_files) COMPLETE
62932026-08-19T03:47:28.852Z[ recovery-image] Aug 19 03:47:27.738 INFO O| Aug 19 03:47:27.738 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-19T03:47:28.862Z[ recovery-image] Aug 19 03:47:27.748 INFO O| Aug 19 03:47:27.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62952026-08-19T03:47:28.862Z[ recovery-image] Aug 19 03:47:27.748 INFO O| Aug 19 03:47:27.748 INFO STEP 342 (remove_files) COMPLETE
62962026-08-19T03:47:28.865Z[ recovery-image] Aug 19 03:47:27.748 INFO O| Aug 19 03:47:27.748 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-19T03:47:28.876Z[ recovery-image] Aug 19 03:47:27.763 INFO O| Aug 19 03:47:27.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62982026-08-19T03:47:28.876Z[ recovery-image] Aug 19 03:47:27.763 INFO O| Aug 19 03:47:27.763 INFO STEP 343 (remove_files) COMPLETE
62992026-08-19T03:47:28.876Z[ recovery-image] Aug 19 03:47:27.763 INFO O| Aug 19 03:47:27.763 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-19T03:47:28.885Z[ recovery-image] Aug 19 03:47:27.772 INFO O| Aug 19 03:47:27.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63012026-08-19T03:47:28.885Z[ recovery-image] Aug 19 03:47:27.772 INFO O| Aug 19 03:47:27.772 INFO STEP 344 (remove_files) COMPLETE
63022026-08-19T03:47:28.885Z[ recovery-image] Aug 19 03:47:27.772 INFO O| Aug 19 03:47:27.772 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-19T03:47:28.898Z[ recovery-image] Aug 19 03:47:27.781 INFO O| Aug 19 03:47:27.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63042026-08-19T03:47:28.898Z[ recovery-image] Aug 19 03:47:27.781 INFO O| Aug 19 03:47:27.781 INFO STEP 345 (remove_files) COMPLETE
63052026-08-19T03:47:28.898Z[ recovery-image] Aug 19 03:47:27.781 INFO O| Aug 19 03:47:27.781 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-19T03:47:28.905Z[ recovery-image] Aug 19 03:47:27.791 INFO O| Aug 19 03:47:27.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63072026-08-19T03:47:28.905Z[ recovery-image] Aug 19 03:47:27.792 INFO O| Aug 19 03:47:27.792 INFO STEP 346 (remove_files) COMPLETE
63082026-08-19T03:47:28.908Z[ recovery-image] Aug 19 03:47:27.792 INFO O| Aug 19 03:47:27.792 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-19T03:47:28.915Z[ recovery-image] Aug 19 03:47:27.802 INFO O| Aug 19 03:47:27.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63102026-08-19T03:47:28.915Z[ recovery-image] Aug 19 03:47:27.802 INFO O| Aug 19 03:47:27.802 INFO STEP 347 (remove_files) COMPLETE
63112026-08-19T03:47:28.918Z[ recovery-image] Aug 19 03:47:27.802 INFO O| Aug 19 03:47:27.802 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-19T03:47:28.926Z[ recovery-image] Aug 19 03:47:27.813 INFO O| Aug 19 03:47:27.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63132026-08-19T03:47:28.926Z[ recovery-image] Aug 19 03:47:27.813 INFO O| Aug 19 03:47:27.813 INFO STEP 348 (remove_files) COMPLETE
63142026-08-19T03:47:28.929Z[ recovery-image] Aug 19 03:47:27.813 INFO O| Aug 19 03:47:27.813 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-19T03:47:28.935Z[ recovery-image] Aug 19 03:47:27.822 INFO O| Aug 19 03:47:27.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63162026-08-19T03:47:28.935Z[ recovery-image] Aug 19 03:47:27.822 INFO O| Aug 19 03:47:27.822 INFO STEP 349 (remove_files) COMPLETE
63172026-08-19T03:47:28.935Z[ recovery-image] Aug 19 03:47:27.822 INFO O| Aug 19 03:47:27.822 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-19T03:47:28.946Z[ recovery-image] Aug 19 03:47:27.833 INFO O| Aug 19 03:47:27.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63192026-08-19T03:47:28.946Z[ recovery-image] Aug 19 03:47:27.833 INFO O| Aug 19 03:47:27.833 INFO STEP 350 (remove_files) COMPLETE
63202026-08-19T03:47:28.946Z[ recovery-image] Aug 19 03:47:27.833 INFO O| Aug 19 03:47:27.833 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-19T03:47:28.957Z[ recovery-image] Aug 19 03:47:27.844 INFO O| Aug 19 03:47:27.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63222026-08-19T03:47:28.957Z[ recovery-image] Aug 19 03:47:27.844 INFO O| Aug 19 03:47:27.844 INFO STEP 351 (remove_files) COMPLETE
63232026-08-19T03:47:28.960Z[ recovery-image] Aug 19 03:47:27.844 INFO O| Aug 19 03:47:27.844 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-19T03:47:28.966Z[ recovery-image] Aug 19 03:47:27.853 INFO O| Aug 19 03:47:27.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63252026-08-19T03:47:28.966Z[ recovery-image] Aug 19 03:47:27.853 INFO O| Aug 19 03:47:27.853 INFO STEP 352 (remove_files) COMPLETE
63262026-08-19T03:47:28.969Z[ recovery-image] Aug 19 03:47:27.853 INFO O| Aug 19 03:47:27.853 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-19T03:47:28.977Z[ recovery-image] Aug 19 03:47:27.864 INFO O| Aug 19 03:47:27.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63282026-08-19T03:47:28.977Z[ recovery-image] Aug 19 03:47:27.864 INFO O| Aug 19 03:47:27.864 INFO STEP 353 (remove_files) COMPLETE
63292026-08-19T03:47:28.981Z[ recovery-image] Aug 19 03:47:27.864 INFO O| Aug 19 03:47:27.864 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-19T03:47:28.988Z[ recovery-image] Aug 19 03:47:27.873 INFO O| Aug 19 03:47:27.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63312026-08-19T03:47:28.988Z[ recovery-image] Aug 19 03:47:27.873 INFO O| Aug 19 03:47:27.873 INFO STEP 354 (remove_files) COMPLETE
63322026-08-19T03:47:28.989Z[ recovery-image] Aug 19 03:47:27.873 INFO O| Aug 19 03:47:27.873 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-19T03:47:28.997Z[ recovery-image] Aug 19 03:47:27.882 INFO O| Aug 19 03:47:27.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63342026-08-19T03:47:28.997Z[ recovery-image] Aug 19 03:47:27.882 INFO O| Aug 19 03:47:27.882 INFO STEP 355 (remove_files) COMPLETE
63352026-08-19T03:47:28.997Z[ recovery-image] Aug 19 03:47:27.882 INFO O| Aug 19 03:47:27.882 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-19T03:47:29.004Z[ recovery-image] Aug 19 03:47:27.890 INFO O| Aug 19 03:47:27.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63372026-08-19T03:47:29.004Z[ recovery-image] Aug 19 03:47:27.890 INFO O| Aug 19 03:47:27.890 INFO STEP 356 (remove_files) COMPLETE
63382026-08-19T03:47:29.008Z[ recovery-image] Aug 19 03:47:27.890 INFO O| Aug 19 03:47:27.890 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-19T03:47:29.013Z[ recovery-image] Aug 19 03:47:27.900 INFO O| Aug 19 03:47:27.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63402026-08-19T03:47:29.013Z[ recovery-image] Aug 19 03:47:27.900 INFO O| Aug 19 03:47:27.900 INFO STEP 357 (remove_files) COMPLETE
63412026-08-19T03:47:29.013Z[ recovery-image] Aug 19 03:47:27.900 INFO O| Aug 19 03:47:27.900 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-19T03:47:29.022Z[ recovery-image] Aug 19 03:47:27.909 INFO O| Aug 19 03:47:27.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63432026-08-19T03:47:29.022Z[ recovery-image] Aug 19 03:47:27.909 INFO O| Aug 19 03:47:27.909 INFO STEP 358 (remove_files) COMPLETE
63442026-08-19T03:47:29.022Z[ recovery-image] Aug 19 03:47:27.909 INFO O| Aug 19 03:47:27.909 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-19T03:47:29.031Z[ recovery-image] Aug 19 03:47:27.918 INFO O| Aug 19 03:47:27.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63462026-08-19T03:47:29.031Z[ recovery-image] Aug 19 03:47:27.918 INFO O| Aug 19 03:47:27.918 INFO STEP 359 (remove_files) COMPLETE
63472026-08-19T03:47:29.031Z[ recovery-image] Aug 19 03:47:27.918 INFO O| Aug 19 03:47:27.918 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-19T03:47:29.040Z[ recovery-image] Aug 19 03:47:27.927 INFO O| Aug 19 03:47:27.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63492026-08-19T03:47:29.040Z[ recovery-image] Aug 19 03:47:27.927 INFO O| Aug 19 03:47:27.927 INFO STEP 360 (remove_files) COMPLETE
63502026-08-19T03:47:29.043Z[ recovery-image] Aug 19 03:47:27.927 INFO O| Aug 19 03:47:27.927 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-19T03:47:29.049Z[ recovery-image] Aug 19 03:47:27.936 INFO O| Aug 19 03:47:27.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63522026-08-19T03:47:29.049Z[ recovery-image] Aug 19 03:47:27.936 INFO O| Aug 19 03:47:27.936 INFO STEP 361 (remove_files) COMPLETE
63532026-08-19T03:47:29.049Z[ recovery-image] Aug 19 03:47:27.936 INFO O| Aug 19 03:47:27.936 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-19T03:47:29.060Z[ recovery-image] Aug 19 03:47:27.947 INFO O| Aug 19 03:47:27.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63552026-08-19T03:47:29.060Z[ recovery-image] Aug 19 03:47:27.947 INFO O| Aug 19 03:47:27.947 INFO STEP 362 (remove_files) COMPLETE
63562026-08-19T03:47:29.064Z[ recovery-image] Aug 19 03:47:27.947 INFO O| Aug 19 03:47:27.947 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-19T03:47:29.071Z[ recovery-image] Aug 19 03:47:27.958 INFO O| Aug 19 03:47:27.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63582026-08-19T03:47:29.072Z[ recovery-image] Aug 19 03:47:27.958 INFO O| Aug 19 03:47:27.958 INFO STEP 363 (remove_files) COMPLETE
63592026-08-19T03:47:29.072Z[ recovery-image] Aug 19 03:47:27.958 INFO O| Aug 19 03:47:27.958 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-19T03:47:29.092Z[ recovery-image] Aug 19 03:47:27.968 INFO O| Aug 19 03:47:27.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63612026-08-19T03:47:29.092Z[ recovery-image] Aug 19 03:47:27.968 INFO O| Aug 19 03:47:27.968 INFO STEP 364 (remove_files) COMPLETE
63622026-08-19T03:47:29.092Z[ recovery-image] Aug 19 03:47:27.968 INFO O| Aug 19 03:47:27.968 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-19T03:47:29.102Z[ recovery-image] Aug 19 03:47:27.979 INFO O| Aug 19 03:47:27.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63642026-08-19T03:47:29.103Z[ recovery-image] Aug 19 03:47:27.979 INFO O| Aug 19 03:47:27.979 INFO STEP 365 (remove_files) COMPLETE
63652026-08-19T03:47:29.103Z[ recovery-image] Aug 19 03:47:27.979 INFO O| Aug 19 03:47:27.979 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-19T03:47:29.103Z[ recovery-image] Aug 19 03:47:27.988 INFO O| Aug 19 03:47:27.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63672026-08-19T03:47:29.103Z[ recovery-image] Aug 19 03:47:27.988 INFO O| Aug 19 03:47:27.988 INFO STEP 366 (remove_files) COMPLETE
63682026-08-19T03:47:29.103Z[ recovery-image] Aug 19 03:47:27.988 INFO O| Aug 19 03:47:27.988 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-19T03:47:29.111Z[ recovery-image] Aug 19 03:47:27.998 INFO O| Aug 19 03:47:27.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63702026-08-19T03:47:29.111Z[ recovery-image] Aug 19 03:47:27.998 INFO O| Aug 19 03:47:27.998 INFO STEP 367 (remove_files) COMPLETE
63712026-08-19T03:47:29.111Z[ recovery-image] Aug 19 03:47:27.998 INFO O| Aug 19 03:47:27.998 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-19T03:47:29.121Z[ recovery-image] Aug 19 03:47:28.008 INFO O| Aug 19 03:47:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63732026-08-19T03:47:29.121Z[ recovery-image] Aug 19 03:47:28.008 INFO O| Aug 19 03:47:28.008 INFO STEP 368 (remove_files) COMPLETE
63742026-08-19T03:47:29.124Z[ recovery-image] Aug 19 03:47:28.008 INFO O| Aug 19 03:47:28.008 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-19T03:47:29.130Z[ recovery-image] Aug 19 03:47:28.017 INFO O| Aug 19 03:47:28.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63762026-08-19T03:47:29.130Z[ recovery-image] Aug 19 03:47:28.017 INFO O| Aug 19 03:47:28.017 INFO STEP 369 (remove_files) COMPLETE
63772026-08-19T03:47:29.134Z[ recovery-image] Aug 19 03:47:28.017 INFO O| Aug 19 03:47:28.017 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-19T03:47:29.139Z[ recovery-image] Aug 19 03:47:28.026 INFO O| Aug 19 03:47:28.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63792026-08-19T03:47:29.139Z[ recovery-image] Aug 19 03:47:28.027 INFO O| Aug 19 03:47:28.027 INFO STEP 370 (remove_files) COMPLETE
63802026-08-19T03:47:29.142Z[ recovery-image] Aug 19 03:47:28.027 INFO O| Aug 19 03:47:28.027 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-19T03:47:29.148Z[ recovery-image] Aug 19 03:47:28.035 INFO O| Aug 19 03:47:28.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63822026-08-19T03:47:29.148Z[ recovery-image] Aug 19 03:47:28.035 INFO O| Aug 19 03:47:28.035 INFO STEP 371 (remove_files) COMPLETE
63832026-08-19T03:47:29.148Z[ recovery-image] Aug 19 03:47:28.035 INFO O| Aug 19 03:47:28.035 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-19T03:47:29.158Z[ recovery-image] Aug 19 03:47:28.045 INFO O| Aug 19 03:47:28.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63852026-08-19T03:47:29.158Z[ recovery-image] Aug 19 03:47:28.045 INFO O| Aug 19 03:47:28.045 INFO STEP 372 (remove_files) COMPLETE
63862026-08-19T03:47:29.161Z[ recovery-image] Aug 19 03:47:28.045 INFO O| Aug 19 03:47:28.045 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-19T03:47:29.169Z[ recovery-image] Aug 19 03:47:28.056 INFO O| Aug 19 03:47:28.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63882026-08-19T03:47:29.169Z[ recovery-image] Aug 19 03:47:28.056 INFO O| Aug 19 03:47:28.056 INFO STEP 373 (remove_files) COMPLETE
63892026-08-19T03:47:29.169Z[ recovery-image] Aug 19 03:47:28.056 INFO O| Aug 19 03:47:28.056 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-19T03:47:29.179Z[ recovery-image] Aug 19 03:47:28.066 INFO O| Aug 19 03:47:28.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63912026-08-19T03:47:29.179Z[ recovery-image] Aug 19 03:47:28.066 INFO O| Aug 19 03:47:28.066 INFO STEP 374 (remove_files) COMPLETE
63922026-08-19T03:47:29.179Z[ recovery-image] Aug 19 03:47:28.066 INFO O| Aug 19 03:47:28.066 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-19T03:47:29.189Z[ recovery-image] Aug 19 03:47:28.076 INFO O| Aug 19 03:47:28.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63942026-08-19T03:47:29.189Z[ recovery-image] Aug 19 03:47:28.076 INFO O| Aug 19 03:47:28.076 INFO STEP 375 (remove_files) COMPLETE
63952026-08-19T03:47:29.189Z[ recovery-image] Aug 19 03:47:28.076 INFO O| Aug 19 03:47:28.076 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-19T03:47:29.199Z[ recovery-image] Aug 19 03:47:28.086 INFO O| Aug 19 03:47:28.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63972026-08-19T03:47:29.199Z[ recovery-image] Aug 19 03:47:28.086 INFO O| Aug 19 03:47:28.086 INFO STEP 376 (remove_files) COMPLETE
63982026-08-19T03:47:29.199Z[ recovery-image] Aug 19 03:47:28.086 INFO O| Aug 19 03:47:28.086 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-19T03:47:29.199Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64002026-08-19T03:47:29.214Z[ recovery-image] Aug 19 03:47:28.100 INFO O| Aug 19 03:47:28.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64012026-08-19T03:47:29.214Z[ recovery-image] Aug 19 03:47:28.100 INFO O| Aug 19 03:47:28.096 INFO STEP 377 (remove_files) COMPLETE
64022026-08-19T03:47:29.214Z[ recovery-image] Aug 19 03:47:28.101 INFO O| Aug 19 03:47:28.096 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-19T03:47:29.218Z[ recovery-image] Aug 19 03:47:28.105 INFO O| Aug 19 03:47:28.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64042026-08-19T03:47:29.218Z[ recovery-image] Aug 19 03:47:28.105 INFO O| Aug 19 03:47:28.105 INFO STEP 378 (remove_files) COMPLETE
64052026-08-19T03:47:29.218Z[ recovery-image] Aug 19 03:47:28.105 INFO O| Aug 19 03:47:28.105 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-19T03:47:29.228Z[ recovery-image] Aug 19 03:47:28.115 INFO O| Aug 19 03:47:28.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64072026-08-19T03:47:29.228Z[ recovery-image] Aug 19 03:47:28.115 INFO O| Aug 19 03:47:28.115 INFO STEP 379 (remove_files) COMPLETE
64082026-08-19T03:47:29.231Z[ recovery-image] Aug 19 03:47:28.115 INFO O| Aug 19 03:47:28.115 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-19T03:47:29.237Z[ recovery-image] Aug 19 03:47:28.124 INFO O| Aug 19 03:47:28.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64102026-08-19T03:47:29.237Z[ recovery-image] Aug 19 03:47:28.124 INFO O| Aug 19 03:47:28.124 INFO STEP 380 (remove_files) COMPLETE
64112026-08-19T03:47:29.240Z[ recovery-image] Aug 19 03:47:28.124 INFO O| Aug 19 03:47:28.124 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-19T03:47:29.247Z[ recovery-image] Aug 19 03:47:28.134 INFO O| Aug 19 03:47:28.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64132026-08-19T03:47:29.247Z[ recovery-image] Aug 19 03:47:28.134 INFO O| Aug 19 03:47:28.134 INFO STEP 381 (remove_files) COMPLETE
64142026-08-19T03:47:29.247Z[ recovery-image] Aug 19 03:47:28.134 INFO O| Aug 19 03:47:28.134 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-19T03:47:29.257Z[ recovery-image] Aug 19 03:47:28.144 INFO O| Aug 19 03:47:28.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64162026-08-19T03:47:29.257Z[ recovery-image] Aug 19 03:47:28.144 INFO O| Aug 19 03:47:28.144 INFO STEP 382 (remove_files) COMPLETE
64172026-08-19T03:47:29.260Z[ recovery-image] Aug 19 03:47:28.144 INFO O| Aug 19 03:47:28.144 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-19T03:47:29.265Z[ recovery-image] Aug 19 03:47:28.152 INFO O| Aug 19 03:47:28.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64192026-08-19T03:47:29.265Z[ recovery-image] Aug 19 03:47:28.152 INFO O| Aug 19 03:47:28.152 INFO STEP 383 (remove_files) COMPLETE
64202026-08-19T03:47:29.265Z[ recovery-image] Aug 19 03:47:28.152 INFO O| Aug 19 03:47:28.152 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-19T03:47:29.275Z[ recovery-image] Aug 19 03:47:28.162 INFO O| Aug 19 03:47:28.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64222026-08-19T03:47:29.276Z[ recovery-image] Aug 19 03:47:28.162 INFO O| Aug 19 03:47:28.162 INFO STEP 384 (remove_files) COMPLETE
64232026-08-19T03:47:29.276Z[ recovery-image] Aug 19 03:47:28.162 INFO O| Aug 19 03:47:28.162 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-19T03:47:29.286Z[ recovery-image] Aug 19 03:47:28.173 INFO O| Aug 19 03:47:28.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64252026-08-19T03:47:29.286Z[ recovery-image] Aug 19 03:47:28.173 INFO O| Aug 19 03:47:28.173 INFO STEP 385 (remove_files) COMPLETE
64262026-08-19T03:47:29.286Z[ recovery-image] Aug 19 03:47:28.173 INFO O| Aug 19 03:47:28.173 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-19T03:47:29.296Z[ recovery-image] Aug 19 03:47:28.183 INFO O| Aug 19 03:47:28.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64282026-08-19T03:47:29.296Z[ recovery-image] Aug 19 03:47:28.183 INFO O| Aug 19 03:47:28.183 INFO STEP 386 (remove_files) COMPLETE
64292026-08-19T03:47:29.296Z[ recovery-image] Aug 19 03:47:28.183 INFO O| Aug 19 03:47:28.183 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-19T03:47:29.307Z[ recovery-image] Aug 19 03:47:28.194 INFO O| Aug 19 03:47:28.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64312026-08-19T03:47:29.307Z[ recovery-image] Aug 19 03:47:28.194 INFO O| Aug 19 03:47:28.194 INFO STEP 387 (remove_files) COMPLETE
64322026-08-19T03:47:29.307Z[ recovery-image] Aug 19 03:47:28.194 INFO O| Aug 19 03:47:28.194 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-19T03:47:29.312Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64342026-08-19T03:47:29.317Z[ recovery-image] Aug 19 03:47:28.204 INFO O| Aug 19 03:47:28.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64352026-08-19T03:47:29.320Z[ recovery-image] Aug 19 03:47:28.204 INFO O| Aug 19 03:47:28.204 INFO STEP 388 (remove_files) COMPLETE
64362026-08-19T03:47:29.320Z[ recovery-image] Aug 19 03:47:28.204 INFO O| Aug 19 03:47:28.204 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-19T03:47:29.326Z[ recovery-image] Aug 19 03:47:28.213 INFO O| Aug 19 03:47:28.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64382026-08-19T03:47:29.326Z[ recovery-image] Aug 19 03:47:28.213 INFO O| Aug 19 03:47:28.213 INFO STEP 389 (remove_files) COMPLETE
64392026-08-19T03:47:29.326Z[ recovery-image] Aug 19 03:47:28.213 INFO O| Aug 19 03:47:28.213 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-19T03:47:29.334Z[ recovery-image] Aug 19 03:47:28.221 INFO O| Aug 19 03:47:28.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64412026-08-19T03:47:29.334Z[ recovery-image] Aug 19 03:47:28.221 INFO O| Aug 19 03:47:28.221 INFO STEP 390 (remove_files) COMPLETE
64422026-08-19T03:47:29.334Z[ recovery-image] Aug 19 03:47:28.221 INFO O| Aug 19 03:47:28.221 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-19T03:47:29.345Z[ recovery-image] Aug 19 03:47:28.231 INFO O| Aug 19 03:47:28.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64442026-08-19T03:47:29.345Z[ recovery-image] Aug 19 03:47:28.232 INFO O| Aug 19 03:47:28.231 INFO STEP 391 (remove_files) COMPLETE
64452026-08-19T03:47:29.348Z[ recovery-image] Aug 19 03:47:28.232 INFO O| Aug 19 03:47:28.231 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-19T03:47:29.354Z[ recovery-image] Aug 19 03:47:28.241 INFO O| Aug 19 03:47:28.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64472026-08-19T03:47:29.354Z[ recovery-image] Aug 19 03:47:28.241 INFO O| Aug 19 03:47:28.241 INFO STEP 392 (remove_files) COMPLETE
64482026-08-19T03:47:29.357Z[ recovery-image] Aug 19 03:47:28.241 INFO O| Aug 19 03:47:28.241 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-19T03:47:29.364Z[ recovery-image] Aug 19 03:47:28.251 INFO O| Aug 19 03:47:28.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64502026-08-19T03:47:29.364Z[ recovery-image] Aug 19 03:47:28.251 INFO O| Aug 19 03:47:28.251 INFO STEP 393 (remove_files) COMPLETE
64512026-08-19T03:47:29.364Z[ recovery-image] Aug 19 03:47:28.251 INFO O| Aug 19 03:47:28.251 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-19T03:47:29.374Z[ recovery-image] Aug 19 03:47:28.260 INFO O| Aug 19 03:47:28.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64532026-08-19T03:47:29.374Z[ recovery-image] Aug 19 03:47:28.260 INFO O| Aug 19 03:47:28.260 INFO STEP 394 (remove_files) COMPLETE
64542026-08-19T03:47:29.378Z[ recovery-image] Aug 19 03:47:28.260 INFO O| Aug 19 03:47:28.260 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.270 INFO O| Aug 19 03:47:28.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64562026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.270 INFO O| Aug 19 03:47:28.270 INFO STEP 395 (remove_files) COMPLETE
64572026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.270 INFO O| Aug 19 03:47:28.270 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.280 INFO O| Aug 19 03:47:28.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64592026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.280 INFO O| Aug 19 03:47:28.280 INFO STEP 396 (remove_files) COMPLETE
64602026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.280 INFO O| Aug 19 03:47:28.280 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.289 INFO O| Aug 19 03:47:28.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64622026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.289 INFO O| Aug 19 03:47:28.289 INFO STEP 397 (remove_files) COMPLETE
64632026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.289 INFO O| Aug 19 03:47:28.289 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.298 INFO O| Aug 19 03:47:28.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64652026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.298 INFO O| Aug 19 03:47:28.298 INFO STEP 398 (remove_files) COMPLETE
64662026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.298 INFO O| Aug 19 03:47:28.298 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-19T03:47:29.433Z[ recovery-image] Aug 19 03:47:28.307 INFO O| Aug 19 03:47:28.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64682026-08-19T03:47:29.434Z[ recovery-image] Aug 19 03:47:28.308 INFO O| Aug 19 03:47:28.308 INFO STEP 399 (remove_files) COMPLETE
64692026-08-19T03:47:29.434Z[ recovery-image] Aug 19 03:47:28.308 INFO O| Aug 19 03:47:28.308 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-19T03:47:29.434Z[ recovery-image] Aug 19 03:47:28.317 INFO O| Aug 19 03:47:28.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64712026-08-19T03:47:29.434Z[ recovery-image] Aug 19 03:47:28.317 INFO O| Aug 19 03:47:28.317 INFO STEP 400 (remove_files) COMPLETE
64722026-08-19T03:47:29.434Z[ recovery-image] Aug 19 03:47:28.317 INFO O| Aug 19 03:47:28.317 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-19T03:47:29.441Z[ recovery-image] Aug 19 03:47:28.327 INFO O| Aug 19 03:47:28.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64742026-08-19T03:47:29.441Z[ recovery-image] Aug 19 03:47:28.327 INFO O| Aug 19 03:47:28.327 INFO STEP 401 (remove_files) COMPLETE
64752026-08-19T03:47:29.441Z[ recovery-image] Aug 19 03:47:28.327 INFO O| Aug 19 03:47:28.327 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-19T03:47:29.452Z[ recovery-image] Aug 19 03:47:28.337 INFO O| Aug 19 03:47:28.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64772026-08-19T03:47:29.452Z[ recovery-image] Aug 19 03:47:28.337 INFO O| Aug 19 03:47:28.337 INFO STEP 402 (remove_files) COMPLETE
64782026-08-19T03:47:29.452Z[ recovery-image] Aug 19 03:47:28.337 INFO O| Aug 19 03:47:28.337 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-19T03:47:29.458Z[ recovery-image] Aug 19 03:47:28.345 INFO O| Aug 19 03:47:28.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64802026-08-19T03:47:29.459Z[ recovery-image] Aug 19 03:47:28.345 INFO O| Aug 19 03:47:28.345 INFO STEP 403 (remove_files) COMPLETE
64812026-08-19T03:47:29.459Z[ recovery-image] Aug 19 03:47:28.345 INFO O| Aug 19 03:47:28.345 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-19T03:47:29.468Z[ recovery-image] Aug 19 03:47:28.355 INFO O| Aug 19 03:47:28.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64832026-08-19T03:47:29.468Z[ recovery-image] Aug 19 03:47:28.355 INFO O| Aug 19 03:47:28.355 INFO STEP 404 (remove_files) COMPLETE
64842026-08-19T03:47:29.472Z[ recovery-image] Aug 19 03:47:28.355 INFO O| Aug 19 03:47:28.355 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-19T03:47:29.477Z[ recovery-image] Aug 19 03:47:28.364 INFO O| Aug 19 03:47:28.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64862026-08-19T03:47:29.477Z[ recovery-image] Aug 19 03:47:28.364 INFO O| Aug 19 03:47:28.364 INFO STEP 405 (remove_files) COMPLETE
64872026-08-19T03:47:29.480Z[ recovery-image] Aug 19 03:47:28.364 INFO O| Aug 19 03:47:28.364 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-19T03:47:29.487Z[ recovery-image] Aug 19 03:47:28.374 INFO O| Aug 19 03:47:28.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64892026-08-19T03:47:29.487Z[ recovery-image] Aug 19 03:47:28.374 INFO O| Aug 19 03:47:28.374 INFO STEP 406 (remove_files) COMPLETE
64902026-08-19T03:47:29.487Z[ recovery-image] Aug 19 03:47:28.374 INFO O| Aug 19 03:47:28.374 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-19T03:47:29.495Z[ recovery-image] Aug 19 03:47:28.382 INFO O| Aug 19 03:47:28.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64922026-08-19T03:47:29.495Z[ recovery-image] Aug 19 03:47:28.382 INFO O| Aug 19 03:47:28.382 INFO STEP 407 (remove_files) COMPLETE
64932026-08-19T03:47:29.495Z[ recovery-image] Aug 19 03:47:28.382 INFO O| Aug 19 03:47:28.382 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-19T03:47:29.503Z[ recovery-image] Aug 19 03:47:28.390 INFO O| Aug 19 03:47:28.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64952026-08-19T03:47:29.503Z[ recovery-image] Aug 19 03:47:28.390 INFO O| Aug 19 03:47:28.390 INFO STEP 408 (remove_files) COMPLETE
64962026-08-19T03:47:29.503Z[ recovery-image] Aug 19 03:47:28.390 INFO O| Aug 19 03:47:28.390 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-19T03:47:29.511Z[ recovery-image] Aug 19 03:47:28.398 INFO O| Aug 19 03:47:28.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64982026-08-19T03:47:29.511Z[ recovery-image] Aug 19 03:47:28.398 INFO O| Aug 19 03:47:28.398 INFO STEP 409 (remove_files) COMPLETE
64992026-08-19T03:47:29.511Z[ recovery-image] Aug 19 03:47:28.398 INFO O| Aug 19 03:47:28.398 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-19T03:47:29.519Z[ recovery-image] Aug 19 03:47:28.406 INFO O| Aug 19 03:47:28.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65012026-08-19T03:47:29.519Z[ recovery-image] Aug 19 03:47:28.406 INFO O| Aug 19 03:47:28.406 INFO STEP 410 (remove_files) COMPLETE
65022026-08-19T03:47:29.519Z[ recovery-image] Aug 19 03:47:28.406 INFO O| Aug 19 03:47:28.406 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-19T03:47:29.527Z[ recovery-image] Aug 19 03:47:28.413 INFO O| Aug 19 03:47:28.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65042026-08-19T03:47:29.527Z[ recovery-image] Aug 19 03:47:28.414 INFO O| Aug 19 03:47:28.414 INFO STEP 411 (remove_files) COMPLETE
65052026-08-19T03:47:29.530Z[ recovery-image] Aug 19 03:47:28.414 INFO O| Aug 19 03:47:28.414 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-19T03:47:29.535Z[ recovery-image] Aug 19 03:47:28.421 INFO O| Aug 19 03:47:28.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65072026-08-19T03:47:29.535Z[ recovery-image] Aug 19 03:47:28.422 INFO O| Aug 19 03:47:28.422 INFO STEP 412 (remove_files) COMPLETE
65082026-08-19T03:47:29.538Z[ recovery-image] Aug 19 03:47:28.422 INFO O| Aug 19 03:47:28.422 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-19T03:47:29.544Z[ recovery-image] Aug 19 03:47:28.431 INFO O| Aug 19 03:47:28.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65102026-08-19T03:47:29.544Z[ recovery-image] Aug 19 03:47:28.431 INFO O| Aug 19 03:47:28.431 INFO STEP 413 (remove_files) COMPLETE
65112026-08-19T03:47:29.544Z[ recovery-image] Aug 19 03:47:28.431 INFO O| Aug 19 03:47:28.431 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-19T03:47:29.554Z[ recovery-image] Aug 19 03:47:28.441 INFO O| Aug 19 03:47:28.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65132026-08-19T03:47:29.554Z[ recovery-image] Aug 19 03:47:28.441 INFO O| Aug 19 03:47:28.441 INFO STEP 414 (remove_files) COMPLETE
65142026-08-19T03:47:29.554Z[ recovery-image] Aug 19 03:47:28.441 INFO O| Aug 19 03:47:28.441 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-19T03:47:29.572Z[ recovery-image] Aug 19 03:47:28.459 INFO O| Aug 19 03:47:28.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65162026-08-19T03:47:29.572Z[ recovery-image] Aug 19 03:47:28.459 INFO O| Aug 19 03:47:28.459 INFO STEP 415 (remove_files) COMPLETE
65172026-08-19T03:47:29.575Z[ recovery-image] Aug 19 03:47:28.459 INFO O| Aug 19 03:47:28.459 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-19T03:47:29.581Z[ recovery-image] Aug 19 03:47:28.468 INFO O| Aug 19 03:47:28.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65192026-08-19T03:47:29.581Z[ recovery-image] Aug 19 03:47:28.468 INFO O| Aug 19 03:47:28.468 INFO STEP 416 (remove_files) COMPLETE
65202026-08-19T03:47:29.584Z[ recovery-image] Aug 19 03:47:28.468 INFO O| Aug 19 03:47:28.468 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-19T03:47:29.592Z[ recovery-image] Aug 19 03:47:28.478 INFO O| Aug 19 03:47:28.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65222026-08-19T03:47:29.592Z[ recovery-image] Aug 19 03:47:28.478 INFO O| Aug 19 03:47:28.478 INFO STEP 417 (remove_files) COMPLETE
65232026-08-19T03:47:29.592Z[ recovery-image] Aug 19 03:47:28.478 INFO O| Aug 19 03:47:28.478 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-19T03:47:29.601Z[ recovery-image] Aug 19 03:47:28.488 INFO O| Aug 19 03:47:28.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65252026-08-19T03:47:29.601Z[ recovery-image] Aug 19 03:47:28.488 INFO O| Aug 19 03:47:28.488 INFO STEP 418 (remove_files) COMPLETE
65262026-08-19T03:47:29.601Z[ recovery-image] Aug 19 03:47:28.488 INFO O| Aug 19 03:47:28.488 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-19T03:47:29.611Z[ recovery-image] Aug 19 03:47:28.498 INFO O| Aug 19 03:47:28.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65282026-08-19T03:47:29.611Z[ recovery-image] Aug 19 03:47:28.498 INFO O| Aug 19 03:47:28.498 INFO STEP 419 (remove_files) COMPLETE
65292026-08-19T03:47:29.611Z[ recovery-image] Aug 19 03:47:28.498 INFO O| Aug 19 03:47:28.498 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-19T03:47:29.622Z[ recovery-image] Aug 19 03:47:28.507 INFO O| Aug 19 03:47:28.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65312026-08-19T03:47:29.622Z[ recovery-image] Aug 19 03:47:28.507 INFO O| Aug 19 03:47:28.507 INFO STEP 420 (remove_files) COMPLETE
65322026-08-19T03:47:29.622Z[ recovery-image] Aug 19 03:47:28.507 INFO O| Aug 19 03:47:28.507 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-19T03:47:29.630Z[ recovery-image] Aug 19 03:47:28.516 INFO O| Aug 19 03:47:28.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65342026-08-19T03:47:29.630Z[ recovery-image] Aug 19 03:47:28.516 INFO O| Aug 19 03:47:28.516 INFO STEP 421 (remove_files) COMPLETE
65352026-08-19T03:47:29.630Z[ recovery-image] Aug 19 03:47:28.516 INFO O| Aug 19 03:47:28.516 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-19T03:47:29.638Z[ recovery-image] Aug 19 03:47:28.525 INFO O| Aug 19 03:47:28.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65372026-08-19T03:47:29.638Z[ recovery-image] Aug 19 03:47:28.525 INFO O| Aug 19 03:47:28.525 INFO STEP 422 (remove_files) COMPLETE
65382026-08-19T03:47:29.641Z[ recovery-image] Aug 19 03:47:28.525 INFO O| Aug 19 03:47:28.525 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-19T03:47:29.647Z[ recovery-image] Aug 19 03:47:28.533 INFO O| Aug 19 03:47:28.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65402026-08-19T03:47:29.647Z[ recovery-image] Aug 19 03:47:28.533 INFO O| Aug 19 03:47:28.533 INFO STEP 423 (remove_files) COMPLETE
65412026-08-19T03:47:29.647Z[ recovery-image] Aug 19 03:47:28.533 INFO O| Aug 19 03:47:28.533 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-19T03:47:29.655Z[ recovery-image] Aug 19 03:47:28.542 INFO O| Aug 19 03:47:28.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65432026-08-19T03:47:29.655Z[ recovery-image] Aug 19 03:47:28.542 INFO O| Aug 19 03:47:28.542 INFO STEP 424 (remove_files) COMPLETE
65442026-08-19T03:47:29.658Z[ recovery-image] Aug 19 03:47:28.542 INFO O| Aug 19 03:47:28.542 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-19T03:47:29.661Z[verify-libraries] Compiling fs-err v2.11.0
65462026-08-19T03:47:29.664Z[ recovery-image] Aug 19 03:47:28.551 INFO O| Aug 19 03:47:28.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65472026-08-19T03:47:29.664Z[ recovery-image] Aug 19 03:47:28.551 INFO O| Aug 19 03:47:28.551 INFO STEP 425 (remove_files) COMPLETE
65482026-08-19T03:47:29.664Z[ recovery-image] Aug 19 03:47:28.551 INFO O| Aug 19 03:47:28.551 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-19T03:47:29.676Z[ recovery-image] Aug 19 03:47:28.563 INFO O| Aug 19 03:47:28.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65502026-08-19T03:47:29.676Z[ recovery-image] Aug 19 03:47:28.563 INFO O| Aug 19 03:47:28.561 INFO STEP 426 (remove_files) COMPLETE
65512026-08-19T03:47:29.676Z[ recovery-image] Aug 19 03:47:28.563 INFO O| Aug 19 03:47:28.561 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-19T03:47:29.685Z[ recovery-image] Aug 19 03:47:28.571 INFO O| Aug 19 03:47:28.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65532026-08-19T03:47:29.685Z[ recovery-image] Aug 19 03:47:28.571 INFO O| Aug 19 03:47:28.571 INFO STEP 427 (remove_files) COMPLETE
65542026-08-19T03:47:29.685Z[ recovery-image] Aug 19 03:47:28.571 INFO O| Aug 19 03:47:28.571 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-19T03:47:29.704Z[ recovery-image] Aug 19 03:47:28.591 INFO O| Aug 19 03:47:28.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65562026-08-19T03:47:29.731Z[ recovery-image] Aug 19 03:47:28.598 INFO O| Aug 19 03:47:28.598 INFO STEP 428 (remove_files) COMPLETE
65572026-08-19T03:47:29.731Z[ recovery-image] Aug 19 03:47:28.598 INFO O| Aug 19 03:47:28.598 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-19T03:47:29.731Z[ recovery-image] Aug 19 03:47:28.609 INFO O| Aug 19 03:47:28.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65592026-08-19T03:47:29.731Z[ recovery-image] Aug 19 03:47:28.609 INFO O| Aug 19 03:47:28.609 INFO STEP 429 (remove_files) COMPLETE
65602026-08-19T03:47:29.731Z[ recovery-image] Aug 19 03:47:28.609 INFO O| Aug 19 03:47:28.609 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-19T03:47:29.734Z[ recovery-image] Aug 19 03:47:28.618 INFO O| Aug 19 03:47:28.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65622026-08-19T03:47:29.734Z[ recovery-image] Aug 19 03:47:28.618 INFO O| Aug 19 03:47:28.618 INFO STEP 430 (remove_files) COMPLETE
65632026-08-19T03:47:29.734Z[ recovery-image] Aug 19 03:47:28.618 INFO O| Aug 19 03:47:28.618 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-19T03:47:29.743Z[ recovery-image] Aug 19 03:47:28.626 INFO O| Aug 19 03:47:28.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65652026-08-19T03:47:29.744Z[ recovery-image] Aug 19 03:47:28.626 INFO O| Aug 19 03:47:28.626 INFO STEP 431 (remove_files) COMPLETE
65662026-08-19T03:47:29.744Z[ recovery-image] Aug 19 03:47:28.626 INFO O| Aug 19 03:47:28.626 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-19T03:47:29.747Z[ recovery-image] Aug 19 03:47:28.634 INFO O| Aug 19 03:47:28.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65682026-08-19T03:47:29.747Z[ recovery-image] Aug 19 03:47:28.635 INFO O| Aug 19 03:47:28.634 INFO STEP 432 (remove_files) COMPLETE
65692026-08-19T03:47:29.747Z[ recovery-image] Aug 19 03:47:28.635 INFO O| Aug 19 03:47:28.635 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-19T03:47:29.773Z[ recovery-image] Aug 19 03:47:28.646 INFO O| Aug 19 03:47:28.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65712026-08-19T03:47:29.773Z[ recovery-image] Aug 19 03:47:28.646 INFO O| Aug 19 03:47:28.646 INFO STEP 433 (remove_files) COMPLETE
65722026-08-19T03:47:29.777Z[ recovery-image] Aug 19 03:47:28.646 INFO O| Aug 19 03:47:28.646 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-19T03:47:29.777Z[ recovery-image] Aug 19 03:47:28.656 INFO O| Aug 19 03:47:28.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65742026-08-19T03:47:29.777Z[ recovery-image] Aug 19 03:47:28.656 INFO O| Aug 19 03:47:28.656 INFO STEP 434 (remove_files) COMPLETE
65752026-08-19T03:47:29.777Z[ recovery-image] Aug 19 03:47:28.656 INFO O| Aug 19 03:47:28.656 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-19T03:47:29.780Z[ recovery-image] Aug 19 03:47:28.663 INFO O| Aug 19 03:47:28.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65772026-08-19T03:47:29.780Z[ recovery-image] Aug 19 03:47:28.664 INFO O| Aug 19 03:47:28.664 INFO STEP 435 (remove_files) COMPLETE
65782026-08-19T03:47:29.780Z[ recovery-image] Aug 19 03:47:28.664 INFO O| Aug 19 03:47:28.664 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-19T03:47:29.788Z[ recovery-image] Aug 19 03:47:28.675 INFO O| Aug 19 03:47:28.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65802026-08-19T03:47:29.788Z[ recovery-image] Aug 19 03:47:28.675 INFO O| Aug 19 03:47:28.675 INFO STEP 436 (remove_files) COMPLETE
65812026-08-19T03:47:29.789Z[ recovery-image] Aug 19 03:47:28.675 INFO O| Aug 19 03:47:28.675 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-19T03:47:29.800Z[ recovery-image] Aug 19 03:47:28.686 INFO O| Aug 19 03:47:28.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65832026-08-19T03:47:29.800Z[ recovery-image] Aug 19 03:47:28.687 INFO O| Aug 19 03:47:28.686 INFO STEP 437 (remove_files) COMPLETE
65842026-08-19T03:47:29.800Z[ recovery-image] Aug 19 03:47:28.687 INFO O| Aug 19 03:47:28.687 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-19T03:47:29.812Z[ recovery-image] Aug 19 03:47:28.699 INFO O| Aug 19 03:47:28.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65862026-08-19T03:47:29.812Z[ recovery-image] Aug 19 03:47:28.699 INFO O| Aug 19 03:47:28.699 INFO STEP 438 (remove_files) COMPLETE
65872026-08-19T03:47:29.815Z[ recovery-image] Aug 19 03:47:28.699 INFO O| Aug 19 03:47:28.699 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-19T03:47:29.822Z[ recovery-image] Aug 19 03:47:28.709 INFO O| Aug 19 03:47:28.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65892026-08-19T03:47:29.822Z[ recovery-image] Aug 19 03:47:28.709 INFO O| Aug 19 03:47:28.709 INFO STEP 439 (remove_files) COMPLETE
65902026-08-19T03:47:29.822Z[ recovery-image] Aug 19 03:47:28.709 INFO O| Aug 19 03:47:28.709 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-19T03:47:29.835Z[ recovery-image] Aug 19 03:47:28.722 INFO O| Aug 19 03:47:28.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65922026-08-19T03:47:29.835Z[ recovery-image] Aug 19 03:47:28.722 INFO O| Aug 19 03:47:28.722 INFO STEP 440 (remove_files) COMPLETE
65932026-08-19T03:47:29.835Z[ recovery-image] Aug 19 03:47:28.722 INFO O| Aug 19 03:47:28.722 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-19T03:47:29.847Z[ recovery-image] Aug 19 03:47:28.734 INFO O| Aug 19 03:47:28.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65952026-08-19T03:47:29.847Z[ recovery-image] Aug 19 03:47:28.734 INFO O| Aug 19 03:47:28.734 INFO STEP 441 (remove_files) COMPLETE
65962026-08-19T03:47:29.847Z[ recovery-image] Aug 19 03:47:28.734 INFO O| Aug 19 03:47:28.734 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-19T03:47:29.859Z[ recovery-image] Aug 19 03:47:28.746 INFO O| Aug 19 03:47:28.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65982026-08-19T03:47:29.859Z[ recovery-image] Aug 19 03:47:28.746 INFO O| Aug 19 03:47:28.746 INFO STEP 442 (remove_files) COMPLETE
65992026-08-19T03:47:29.859Z[ recovery-image] Aug 19 03:47:28.746 INFO O| Aug 19 03:47:28.746 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-19T03:47:29.870Z[ recovery-image] Aug 19 03:47:28.757 INFO O| Aug 19 03:47:28.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66012026-08-19T03:47:29.870Z[ recovery-image] Aug 19 03:47:28.757 INFO O| Aug 19 03:47:28.757 INFO STEP 443 (remove_files) COMPLETE
66022026-08-19T03:47:29.873Z[ recovery-image] Aug 19 03:47:28.757 INFO O| Aug 19 03:47:28.757 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-19T03:47:29.882Z[ recovery-image] Aug 19 03:47:28.769 INFO O| Aug 19 03:47:28.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66042026-08-19T03:47:29.883Z[ recovery-image] Aug 19 03:47:28.769 INFO O| Aug 19 03:47:28.769 INFO STEP 444 (remove_files) COMPLETE
66052026-08-19T03:47:29.883Z[ recovery-image] Aug 19 03:47:28.769 INFO O| Aug 19 03:47:28.769 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-19T03:47:29.894Z[ recovery-image] Aug 19 03:47:28.781 INFO O| Aug 19 03:47:28.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66072026-08-19T03:47:29.894Z[ recovery-image] Aug 19 03:47:28.781 INFO O| Aug 19 03:47:28.781 INFO STEP 445 (remove_files) COMPLETE
66082026-08-19T03:47:29.897Z[ recovery-image] Aug 19 03:47:28.781 INFO O| Aug 19 03:47:28.781 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-19T03:47:29.906Z[ recovery-image] Aug 19 03:47:28.793 INFO O| Aug 19 03:47:28.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66102026-08-19T03:47:29.906Z[ recovery-image] Aug 19 03:47:28.793 INFO O| Aug 19 03:47:28.793 INFO STEP 446 (remove_files) COMPLETE
66112026-08-19T03:47:29.906Z[ recovery-image] Aug 19 03:47:28.793 INFO O| Aug 19 03:47:28.793 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-19T03:47:29.918Z[ recovery-image] Aug 19 03:47:28.805 INFO O| Aug 19 03:47:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66132026-08-19T03:47:29.921Z[ recovery-image] Aug 19 03:47:28.806 INFO O| Aug 19 03:47:28.806 INFO STEP 447 (remove_files) COMPLETE
66142026-08-19T03:47:29.921Z[ recovery-image] Aug 19 03:47:28.806 INFO O| Aug 19 03:47:28.806 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-19T03:47:29.930Z[ recovery-image] Aug 19 03:47:28.816 INFO O| Aug 19 03:47:28.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66162026-08-19T03:47:29.935Z[ recovery-image] Aug 19 03:47:28.817 INFO O| Aug 19 03:47:28.817 INFO STEP 448 (remove_files) COMPLETE
66172026-08-19T03:47:29.935Z[ recovery-image] Aug 19 03:47:28.817 INFO O| Aug 19 03:47:28.817 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-19T03:47:29.942Z[ recovery-image] Aug 19 03:47:28.829 INFO O| Aug 19 03:47:28.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66192026-08-19T03:47:29.942Z[ recovery-image] Aug 19 03:47:28.829 INFO O| Aug 19 03:47:28.829 INFO STEP 449 (remove_files) COMPLETE
66202026-08-19T03:47:29.945Z[ recovery-image] Aug 19 03:47:28.829 INFO O| Aug 19 03:47:28.829 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-19T03:47:29.953Z[ recovery-image] Aug 19 03:47:28.839 INFO O| Aug 19 03:47:28.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66222026-08-19T03:47:29.953Z[ recovery-image] Aug 19 03:47:28.839 INFO O| Aug 19 03:47:28.839 INFO STEP 450 (remove_files) COMPLETE
66232026-08-19T03:47:29.955Z[ recovery-image] Aug 19 03:47:28.839 INFO O| Aug 19 03:47:28.839 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-19T03:47:29.962Z[ recovery-image] Aug 19 03:47:28.849 INFO O| Aug 19 03:47:28.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66252026-08-19T03:47:29.962Z[ recovery-image] Aug 19 03:47:28.849 INFO O| Aug 19 03:47:28.849 INFO STEP 451 (remove_files) COMPLETE
66262026-08-19T03:47:29.962Z[ recovery-image] Aug 19 03:47:28.849 INFO O| Aug 19 03:47:28.849 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-19T03:47:29.972Z[ recovery-image] Aug 19 03:47:28.859 INFO O| Aug 19 03:47:28.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66282026-08-19T03:47:29.972Z[ recovery-image] Aug 19 03:47:28.859 INFO O| Aug 19 03:47:28.859 INFO STEP 452 (remove_files) COMPLETE
66292026-08-19T03:47:29.972Z[ recovery-image] Aug 19 03:47:28.859 INFO O| Aug 19 03:47:28.859 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-19T03:47:29.981Z[ recovery-image] Aug 19 03:47:28.868 INFO O| Aug 19 03:47:28.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66312026-08-19T03:47:29.981Z[ recovery-image] Aug 19 03:47:28.868 INFO O| Aug 19 03:47:28.868 INFO STEP 453 (remove_files) COMPLETE
66322026-08-19T03:47:29.981Z[ recovery-image] Aug 19 03:47:28.868 INFO O| Aug 19 03:47:28.868 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-19T03:47:29.992Z[ recovery-image] Aug 19 03:47:28.879 INFO O| Aug 19 03:47:28.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66342026-08-19T03:47:29.992Z[ recovery-image] Aug 19 03:47:28.879 INFO O| Aug 19 03:47:28.879 INFO STEP 454 (remove_files) COMPLETE
66352026-08-19T03:47:29.992Z[ recovery-image] Aug 19 03:47:28.879 INFO O| Aug 19 03:47:28.879 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-19T03:47:29.995Z[verify-libraries] Compiling internet-checksum v0.2.1
66372026-08-19T03:47:30.004Z[ recovery-image] Aug 19 03:47:28.890 INFO O| Aug 19 03:47:28.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66382026-08-19T03:47:30.004Z[ recovery-image] Aug 19 03:47:28.890 INFO O| Aug 19 03:47:28.890 INFO STEP 455 (remove_files) COMPLETE
66392026-08-19T03:47:30.004Z[ recovery-image] Aug 19 03:47:28.890 INFO O| Aug 19 03:47:28.890 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-19T03:47:30.014Z[ recovery-image] Aug 19 03:47:28.901 INFO O| Aug 19 03:47:28.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66412026-08-19T03:47:30.014Z[ recovery-image] Aug 19 03:47:28.901 INFO O| Aug 19 03:47:28.901 INFO STEP 456 (remove_files) COMPLETE
66422026-08-19T03:47:30.014Z[ recovery-image] Aug 19 03:47:28.901 INFO O| Aug 19 03:47:28.901 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-19T03:47:30.025Z[ recovery-image] Aug 19 03:47:28.912 INFO O| Aug 19 03:47:28.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66442026-08-19T03:47:30.025Z[ recovery-image] Aug 19 03:47:28.912 INFO O| Aug 19 03:47:28.912 INFO STEP 457 (remove_files) COMPLETE
66452026-08-19T03:47:30.025Z[ recovery-image] Aug 19 03:47:28.912 INFO O| Aug 19 03:47:28.912 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-19T03:47:30.036Z[ recovery-image] Aug 19 03:47:28.923 INFO O| Aug 19 03:47:28.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66472026-08-19T03:47:30.036Z[ recovery-image] Aug 19 03:47:28.923 INFO O| Aug 19 03:47:28.923 INFO STEP 458 (remove_files) COMPLETE
66482026-08-19T03:47:30.039Z[ recovery-image] Aug 19 03:47:28.923 INFO O| Aug 19 03:47:28.923 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-19T03:47:30.047Z[ recovery-image] Aug 19 03:47:28.934 INFO O| Aug 19 03:47:28.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66502026-08-19T03:47:30.047Z[ recovery-image] Aug 19 03:47:28.934 INFO O| Aug 19 03:47:28.934 INFO STEP 459 (remove_files) COMPLETE
66512026-08-19T03:47:30.047Z[ recovery-image] Aug 19 03:47:28.934 INFO O| Aug 19 03:47:28.934 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-19T03:47:30.058Z[ recovery-image] Aug 19 03:47:28.945 INFO O| Aug 19 03:47:28.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66532026-08-19T03:47:30.058Z[ recovery-image] Aug 19 03:47:28.945 INFO O| Aug 19 03:47:28.945 INFO STEP 460 (remove_files) COMPLETE
66542026-08-19T03:47:30.058Z[ recovery-image] Aug 19 03:47:28.945 INFO O| Aug 19 03:47:28.945 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-19T03:47:30.068Z[ recovery-image] Aug 19 03:47:28.955 INFO O| Aug 19 03:47:28.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66562026-08-19T03:47:30.068Z[ recovery-image] Aug 19 03:47:28.955 INFO O| Aug 19 03:47:28.955 INFO STEP 461 (remove_files) COMPLETE
66572026-08-19T03:47:30.072Z[ recovery-image] Aug 19 03:47:28.955 INFO O| Aug 19 03:47:28.955 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-19T03:47:30.077Z[ recovery-image] Aug 19 03:47:28.963 INFO O| Aug 19 03:47:28.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66592026-08-19T03:47:30.077Z[ recovery-image] Aug 19 03:47:28.963 INFO O| Aug 19 03:47:28.963 INFO STEP 462 (remove_files) COMPLETE
66602026-08-19T03:47:30.080Z[ recovery-image] Aug 19 03:47:28.964 INFO O| Aug 19 03:47:28.963 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-19T03:47:30.087Z[ recovery-image] Aug 19 03:47:28.974 INFO O| Aug 19 03:47:28.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66622026-08-19T03:47:30.087Z[ recovery-image] Aug 19 03:47:28.974 INFO O| Aug 19 03:47:28.974 INFO STEP 463 (remove_files) COMPLETE
66632026-08-19T03:47:30.087Z[ recovery-image] Aug 19 03:47:28.974 INFO O| Aug 19 03:47:28.974 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-19T03:47:30.096Z[ recovery-image] Aug 19 03:47:28.983 INFO O| Aug 19 03:47:28.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66652026-08-19T03:47:30.097Z[ recovery-image] Aug 19 03:47:28.984 INFO O| Aug 19 03:47:28.984 INFO STEP 464 (remove_files) COMPLETE
66662026-08-19T03:47:30.097Z[ recovery-image] Aug 19 03:47:28.984 INFO O| Aug 19 03:47:28.984 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-19T03:47:30.106Z[ recovery-image] Aug 19 03:47:28.993 INFO O| Aug 19 03:47:28.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66682026-08-19T03:47:30.106Z[ recovery-image] Aug 19 03:47:28.993 INFO O| Aug 19 03:47:28.993 INFO STEP 465 (remove_files) COMPLETE
66692026-08-19T03:47:30.106Z[ recovery-image] Aug 19 03:47:28.993 INFO O| Aug 19 03:47:28.993 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-19T03:47:30.116Z[ recovery-image] Aug 19 03:47:29.003 INFO O| Aug 19 03:47:29.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66712026-08-19T03:47:30.116Z[ recovery-image] Aug 19 03:47:29.003 INFO O| Aug 19 03:47:29.003 INFO STEP 466 (remove_files) COMPLETE
66722026-08-19T03:47:30.116Z[ recovery-image] Aug 19 03:47:29.003 INFO O| Aug 19 03:47:29.003 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-19T03:47:30.127Z[ recovery-image] Aug 19 03:47:29.014 INFO O| Aug 19 03:47:29.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66742026-08-19T03:47:30.128Z[ recovery-image] Aug 19 03:47:29.014 INFO O| Aug 19 03:47:29.014 INFO STEP 467 (remove_files) COMPLETE
66752026-08-19T03:47:30.131Z[ recovery-image] Aug 19 03:47:29.014 INFO O| Aug 19 03:47:29.014 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-19T03:47:30.137Z[ recovery-image] Aug 19 03:47:29.024 INFO O| Aug 19 03:47:29.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66772026-08-19T03:47:30.137Z[ recovery-image] Aug 19 03:47:29.024 INFO O| Aug 19 03:47:29.024 INFO STEP 468 (remove_files) COMPLETE
66782026-08-19T03:47:30.137Z[ recovery-image] Aug 19 03:47:29.024 INFO O| Aug 19 03:47:29.024 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-19T03:47:30.148Z[ recovery-image] Aug 19 03:47:29.035 INFO O| Aug 19 03:47:29.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66802026-08-19T03:47:30.148Z[ recovery-image] Aug 19 03:47:29.035 INFO O| Aug 19 03:47:29.035 INFO STEP 469 (remove_files) COMPLETE
66812026-08-19T03:47:30.148Z[ recovery-image] Aug 19 03:47:29.035 INFO O| Aug 19 03:47:29.035 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-19T03:47:30.159Z[ recovery-image] Aug 19 03:47:29.046 INFO O| Aug 19 03:47:29.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66832026-08-19T03:47:30.160Z[ recovery-image] Aug 19 03:47:29.046 INFO O| Aug 19 03:47:29.046 INFO STEP 470 (remove_files) COMPLETE
66842026-08-19T03:47:30.160Z[ recovery-image] Aug 19 03:47:29.046 INFO O| Aug 19 03:47:29.046 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-19T03:47:30.170Z[ recovery-image] Aug 19 03:47:29.057 INFO O| Aug 19 03:47:29.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66862026-08-19T03:47:30.170Z[ recovery-image] Aug 19 03:47:29.057 INFO O| Aug 19 03:47:29.057 INFO STEP 471 (remove_files) COMPLETE
66872026-08-19T03:47:30.170Z[ recovery-image] Aug 19 03:47:29.057 INFO O| Aug 19 03:47:29.057 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-19T03:47:30.181Z[ recovery-image] Aug 19 03:47:29.068 INFO O| Aug 19 03:47:29.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66892026-08-19T03:47:30.181Z[ recovery-image] Aug 19 03:47:29.068 INFO O| Aug 19 03:47:29.068 INFO STEP 472 (remove_files) COMPLETE
66902026-08-19T03:47:30.184Z[ recovery-image] Aug 19 03:47:29.068 INFO O| Aug 19 03:47:29.068 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-19T03:47:30.190Z[ recovery-image] Aug 19 03:47:29.077 INFO O| Aug 19 03:47:29.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66922026-08-19T03:47:30.193Z[ recovery-image] Aug 19 03:47:29.077 INFO O| Aug 19 03:47:29.077 INFO STEP 473 (remove_files) COMPLETE
66932026-08-19T03:47:30.193Z[ recovery-image] Aug 19 03:47:29.077 INFO O| Aug 19 03:47:29.077 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-19T03:47:30.199Z[ recovery-image] Aug 19 03:47:29.086 INFO O| Aug 19 03:47:29.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66952026-08-19T03:47:30.204Z[ recovery-image] Aug 19 03:47:29.086 INFO O| Aug 19 03:47:29.086 INFO STEP 474 (remove_files) COMPLETE
66962026-08-19T03:47:30.204Z[ recovery-image] Aug 19 03:47:29.086 INFO O| Aug 19 03:47:29.086 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-19T03:47:30.210Z[ recovery-image] Aug 19 03:47:29.097 INFO O| Aug 19 03:47:29.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66982026-08-19T03:47:30.210Z[ recovery-image] Aug 19 03:47:29.097 INFO O| Aug 19 03:47:29.097 INFO STEP 475 (remove_files) COMPLETE
66992026-08-19T03:47:30.213Z[ recovery-image] Aug 19 03:47:29.097 INFO O| Aug 19 03:47:29.097 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-19T03:47:30.220Z[ recovery-image] Aug 19 03:47:29.107 INFO O| Aug 19 03:47:29.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67012026-08-19T03:47:30.220Z[ recovery-image] Aug 19 03:47:29.107 INFO O| Aug 19 03:47:29.107 INFO STEP 476 (remove_files) COMPLETE
67022026-08-19T03:47:30.223Z[ recovery-image] Aug 19 03:47:29.107 INFO O| Aug 19 03:47:29.107 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-19T03:47:30.229Z[ recovery-image] Aug 19 03:47:29.116 INFO O| Aug 19 03:47:29.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67042026-08-19T03:47:30.229Z[ recovery-image] Aug 19 03:47:29.116 INFO O| Aug 19 03:47:29.116 INFO STEP 477 (remove_files) COMPLETE
67052026-08-19T03:47:30.229Z[ recovery-image] Aug 19 03:47:29.116 INFO O| Aug 19 03:47:29.116 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-19T03:47:30.241Z[ recovery-image] Aug 19 03:47:29.127 INFO O| Aug 19 03:47:29.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67072026-08-19T03:47:30.241Z[ recovery-image] Aug 19 03:47:29.127 INFO O| Aug 19 03:47:29.127 INFO STEP 478 (remove_files) COMPLETE
67082026-08-19T03:47:30.241Z[ recovery-image] Aug 19 03:47:29.128 INFO O| Aug 19 03:47:29.127 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-19T03:47:30.252Z[ recovery-image] Aug 19 03:47:29.139 INFO O| Aug 19 03:47:29.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67102026-08-19T03:47:30.255Z[ recovery-image] Aug 19 03:47:29.139 INFO O| Aug 19 03:47:29.139 INFO STEP 479 (remove_files) COMPLETE
67112026-08-19T03:47:30.255Z[ recovery-image] Aug 19 03:47:29.140 INFO O| Aug 19 03:47:29.139 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-19T03:47:30.263Z[ recovery-image] Aug 19 03:47:29.150 INFO O| Aug 19 03:47:29.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67132026-08-19T03:47:30.263Z[ recovery-image] Aug 19 03:47:29.150 INFO O| Aug 19 03:47:29.150 INFO STEP 480 (remove_files) COMPLETE
67142026-08-19T03:47:30.263Z[ recovery-image] Aug 19 03:47:29.150 INFO O| Aug 19 03:47:29.150 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-19T03:47:30.273Z[ recovery-image] Aug 19 03:47:29.160 INFO O| Aug 19 03:47:29.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67162026-08-19T03:47:30.273Z[ recovery-image] Aug 19 03:47:29.160 INFO O| Aug 19 03:47:29.160 INFO STEP 481 (remove_files) COMPLETE
67172026-08-19T03:47:30.273Z[ recovery-image] Aug 19 03:47:29.160 INFO O| Aug 19 03:47:29.160 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-19T03:47:30.280Z[verify-libraries] Compiling samael v0.0.19
67192026-08-19T03:47:30.283Z[ recovery-image] Aug 19 03:47:29.170 INFO O| Aug 19 03:47:29.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67202026-08-19T03:47:30.283Z[ recovery-image] Aug 19 03:47:29.170 INFO O| Aug 19 03:47:29.170 INFO STEP 482 (remove_files) COMPLETE
67212026-08-19T03:47:30.283Z[ recovery-image] Aug 19 03:47:29.170 INFO O| Aug 19 03:47:29.170 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-19T03:47:30.293Z[ recovery-image] Aug 19 03:47:29.180 INFO O| Aug 19 03:47:29.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67232026-08-19T03:47:30.293Z[ recovery-image] Aug 19 03:47:29.180 INFO O| Aug 19 03:47:29.180 INFO STEP 483 (remove_files) COMPLETE
67242026-08-19T03:47:30.293Z[ recovery-image] Aug 19 03:47:29.180 INFO O| Aug 19 03:47:29.180 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-19T03:47:30.302Z[ recovery-image] Aug 19 03:47:29.189 INFO O| Aug 19 03:47:29.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67262026-08-19T03:47:30.302Z[ recovery-image] Aug 19 03:47:29.189 INFO O| Aug 19 03:47:29.189 INFO STEP 484 (remove_files) COMPLETE
67272026-08-19T03:47:30.306Z[ recovery-image] Aug 19 03:47:29.189 INFO O| Aug 19 03:47:29.189 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-19T03:47:30.311Z[ recovery-image] Aug 19 03:47:29.197 INFO O| Aug 19 03:47:29.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67292026-08-19T03:47:30.311Z[ recovery-image] Aug 19 03:47:29.197 INFO O| Aug 19 03:47:29.197 INFO STEP 485 (remove_files) COMPLETE
67302026-08-19T03:47:30.311Z[ recovery-image] Aug 19 03:47:29.197 INFO O| Aug 19 03:47:29.197 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-19T03:47:30.322Z[ recovery-image] Aug 19 03:47:29.209 INFO O| Aug 19 03:47:29.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67322026-08-19T03:47:30.322Z[ recovery-image] Aug 19 03:47:29.209 INFO O| Aug 19 03:47:29.209 INFO STEP 486 (remove_files) COMPLETE
67332026-08-19T03:47:30.322Z[ recovery-image] Aug 19 03:47:29.209 INFO O| Aug 19 03:47:29.209 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-19T03:47:30.332Z[ recovery-image] Aug 19 03:47:29.219 INFO O| Aug 19 03:47:29.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67352026-08-19T03:47:30.332Z[ recovery-image] Aug 19 03:47:29.219 INFO O| Aug 19 03:47:29.219 INFO STEP 487 (remove_files) COMPLETE
67362026-08-19T03:47:30.332Z[ recovery-image] Aug 19 03:47:29.219 INFO O| Aug 19 03:47:29.219 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-19T03:47:30.340Z[ recovery-image] Aug 19 03:47:29.227 INFO O| Aug 19 03:47:29.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67382026-08-19T03:47:30.340Z[ recovery-image] Aug 19 03:47:29.227 INFO O| Aug 19 03:47:29.227 INFO STEP 488 (remove_files) COMPLETE
67392026-08-19T03:47:30.340Z[ recovery-image] Aug 19 03:47:29.227 INFO O| Aug 19 03:47:29.227 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-19T03:47:30.349Z[ recovery-image] Aug 19 03:47:29.235 INFO O| Aug 19 03:47:29.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67412026-08-19T03:47:30.349Z[ recovery-image] Aug 19 03:47:29.236 INFO O| Aug 19 03:47:29.235 INFO STEP 489 (remove_files) COMPLETE
67422026-08-19T03:47:30.352Z[ recovery-image] Aug 19 03:47:29.236 INFO O| Aug 19 03:47:29.236 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-19T03:47:30.356Z[ recovery-image] Aug 19 03:47:29.243 INFO O| Aug 19 03:47:29.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67442026-08-19T03:47:30.356Z[ recovery-image] Aug 19 03:47:29.243 INFO O| Aug 19 03:47:29.243 INFO STEP 490 (remove_files) COMPLETE
67452026-08-19T03:47:30.359Z[ recovery-image] Aug 19 03:47:29.243 INFO O| Aug 19 03:47:29.243 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-19T03:47:30.364Z[ recovery-image] Aug 19 03:47:29.251 INFO O| Aug 19 03:47:29.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67472026-08-19T03:47:30.364Z[ recovery-image] Aug 19 03:47:29.251 INFO O| Aug 19 03:47:29.251 INFO STEP 491 (remove_files) COMPLETE
67482026-08-19T03:47:30.367Z[ recovery-image] Aug 19 03:47:29.251 INFO O| Aug 19 03:47:29.251 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-19T03:47:30.374Z[ recovery-image] Aug 19 03:47:29.261 INFO O| Aug 19 03:47:29.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67502026-08-19T03:47:30.378Z[ recovery-image] Aug 19 03:47:29.262 INFO O| Aug 19 03:47:29.262 INFO STEP 492 (remove_files) COMPLETE
67512026-08-19T03:47:30.378Z[ recovery-image] Aug 19 03:47:29.262 INFO O| Aug 19 03:47:29.262 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-19T03:47:30.385Z[ recovery-image] Aug 19 03:47:29.272 INFO O| Aug 19 03:47:29.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67532026-08-19T03:47:30.385Z[ recovery-image] Aug 19 03:47:29.272 INFO O| Aug 19 03:47:29.272 INFO STEP 493 (remove_files) COMPLETE
67542026-08-19T03:47:30.385Z[ recovery-image] Aug 19 03:47:29.272 INFO O| Aug 19 03:47:29.272 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-19T03:47:30.395Z[ recovery-image] Aug 19 03:47:29.282 INFO O| Aug 19 03:47:29.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67562026-08-19T03:47:30.395Z[ recovery-image] Aug 19 03:47:29.282 INFO O| Aug 19 03:47:29.282 INFO STEP 494 (remove_files) COMPLETE
67572026-08-19T03:47:30.395Z[ recovery-image] Aug 19 03:47:29.282 INFO O| Aug 19 03:47:29.282 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-19T03:47:30.405Z[ recovery-image] Aug 19 03:47:29.292 INFO O| Aug 19 03:47:29.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67592026-08-19T03:47:30.405Z[ recovery-image] Aug 19 03:47:29.292 INFO O| Aug 19 03:47:29.292 INFO STEP 495 (remove_files) COMPLETE
67602026-08-19T03:47:30.405Z[ recovery-image] Aug 19 03:47:29.292 INFO O| Aug 19 03:47:29.292 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-19T03:47:30.415Z[ recovery-image] Aug 19 03:47:29.302 INFO O| Aug 19 03:47:29.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67622026-08-19T03:47:30.415Z[ recovery-image] Aug 19 03:47:29.302 INFO O| Aug 19 03:47:29.302 INFO STEP 496 (remove_files) COMPLETE
67632026-08-19T03:47:30.415Z[ recovery-image] Aug 19 03:47:29.302 INFO O| Aug 19 03:47:29.302 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-19T03:47:30.426Z[ recovery-image] Aug 19 03:47:29.312 INFO O| Aug 19 03:47:29.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67652026-08-19T03:47:30.426Z[ recovery-image] Aug 19 03:47:29.312 INFO O| Aug 19 03:47:29.312 INFO STEP 497 (remove_files) COMPLETE
67662026-08-19T03:47:30.426Z[ recovery-image] Aug 19 03:47:29.312 INFO O| Aug 19 03:47:29.312 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-19T03:47:30.435Z[ recovery-image] Aug 19 03:47:29.322 INFO O| Aug 19 03:47:29.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67682026-08-19T03:47:30.435Z[ recovery-image] Aug 19 03:47:29.322 INFO O| Aug 19 03:47:29.322 INFO STEP 498 (remove_files) COMPLETE
67692026-08-19T03:47:30.436Z[ recovery-image] Aug 19 03:47:29.322 INFO O| Aug 19 03:47:29.322 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-19T03:47:30.445Z[ recovery-image] Aug 19 03:47:29.332 INFO O| Aug 19 03:47:29.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67712026-08-19T03:47:30.445Z[ recovery-image] Aug 19 03:47:29.332 INFO O| Aug 19 03:47:29.332 INFO STEP 499 (remove_files) COMPLETE
67722026-08-19T03:47:30.445Z[ recovery-image] Aug 19 03:47:29.332 INFO O| Aug 19 03:47:29.332 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-19T03:47:30.454Z[ recovery-image] Aug 19 03:47:29.340 INFO O| Aug 19 03:47:29.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67742026-08-19T03:47:30.454Z[ recovery-image] Aug 19 03:47:29.341 INFO O| Aug 19 03:47:29.341 INFO STEP 500 (remove_files) COMPLETE
67752026-08-19T03:47:30.454Z[ recovery-image] Aug 19 03:47:29.341 INFO O| Aug 19 03:47:29.341 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-19T03:47:30.462Z[ recovery-image] Aug 19 03:47:29.349 INFO O| Aug 19 03:47:29.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67772026-08-19T03:47:30.462Z[ recovery-image] Aug 19 03:47:29.349 INFO O| Aug 19 03:47:29.349 INFO STEP 501 (remove_files) COMPLETE
67782026-08-19T03:47:30.462Z[ recovery-image] Aug 19 03:47:29.349 INFO O| Aug 19 03:47:29.349 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-19T03:47:30.470Z[ recovery-image] Aug 19 03:47:29.357 INFO O| Aug 19 03:47:29.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67802026-08-19T03:47:30.470Z[ recovery-image] Aug 19 03:47:29.357 INFO O| Aug 19 03:47:29.357 INFO STEP 502 (remove_files) COMPLETE
67812026-08-19T03:47:30.470Z[ recovery-image] Aug 19 03:47:29.357 INFO O| Aug 19 03:47:29.357 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-19T03:47:30.478Z[ recovery-image] Aug 19 03:47:29.365 INFO O| Aug 19 03:47:29.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67832026-08-19T03:47:30.478Z[ recovery-image] Aug 19 03:47:29.365 INFO O| Aug 19 03:47:29.365 INFO STEP 503 (remove_files) COMPLETE
67842026-08-19T03:47:30.478Z[ recovery-image] Aug 19 03:47:29.365 INFO O| Aug 19 03:47:29.365 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-19T03:47:30.486Z[ recovery-image] Aug 19 03:47:29.373 INFO O| Aug 19 03:47:29.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67862026-08-19T03:47:30.486Z[ recovery-image] Aug 19 03:47:29.373 INFO O| Aug 19 03:47:29.373 INFO STEP 504 (remove_files) COMPLETE
67872026-08-19T03:47:30.489Z[ recovery-image] Aug 19 03:47:29.373 INFO O| Aug 19 03:47:29.373 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-19T03:47:30.503Z[ recovery-image] Aug 19 03:47:29.390 INFO O| Aug 19 03:47:29.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67892026-08-19T03:47:30.503Z[ recovery-image] Aug 19 03:47:29.390 INFO O| Aug 19 03:47:29.390 INFO STEP 505 (remove_files) COMPLETE
67902026-08-19T03:47:30.506Z[ recovery-image] Aug 19 03:47:29.390 INFO O| Aug 19 03:47:29.390 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-19T03:47:30.517Z[ recovery-image] Aug 19 03:47:29.401 INFO O| Aug 19 03:47:29.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67922026-08-19T03:47:30.517Z[ recovery-image] Aug 19 03:47:29.401 INFO O| Aug 19 03:47:29.401 INFO STEP 506 (remove_files) COMPLETE
67932026-08-19T03:47:30.517Z[ recovery-image] Aug 19 03:47:29.401 INFO O| Aug 19 03:47:29.401 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-19T03:47:30.520Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
67952026-08-19T03:47:30.525Z[ recovery-image] Aug 19 03:47:29.412 INFO O| Aug 19 03:47:29.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67962026-08-19T03:47:30.528Z[ recovery-image] Aug 19 03:47:29.412 INFO O| Aug 19 03:47:29.412 INFO STEP 507 (remove_files) COMPLETE
67972026-08-19T03:47:30.528Z[ recovery-image] Aug 19 03:47:29.412 INFO O| Aug 19 03:47:29.412 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-19T03:47:30.534Z[ recovery-image] Aug 19 03:47:29.420 INFO O| Aug 19 03:47:29.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67992026-08-19T03:47:30.534Z[ recovery-image] Aug 19 03:47:29.421 INFO O| Aug 19 03:47:29.421 INFO STEP 508 (remove_files) COMPLETE
68002026-08-19T03:47:30.534Z[ recovery-image] Aug 19 03:47:29.421 INFO O| Aug 19 03:47:29.421 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-19T03:47:30.544Z[ recovery-image] Aug 19 03:47:29.431 INFO O| Aug 19 03:47:29.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68022026-08-19T03:47:30.544Z[ recovery-image] Aug 19 03:47:29.431 INFO O| Aug 19 03:47:29.431 INFO STEP 509 (remove_files) COMPLETE
68032026-08-19T03:47:30.544Z[ recovery-image] Aug 19 03:47:29.431 INFO O| Aug 19 03:47:29.431 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-19T03:47:30.553Z[ recovery-image] Aug 19 03:47:29.440 INFO O| Aug 19 03:47:29.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68052026-08-19T03:47:30.553Z[ recovery-image] Aug 19 03:47:29.440 INFO O| Aug 19 03:47:29.440 INFO STEP 510 (remove_files) COMPLETE
68062026-08-19T03:47:30.557Z[ recovery-image] Aug 19 03:47:29.440 INFO O| Aug 19 03:47:29.440 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-19T03:47:30.565Z[ recovery-image] Aug 19 03:47:29.452 INFO O| Aug 19 03:47:29.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68082026-08-19T03:47:30.565Z[ recovery-image] Aug 19 03:47:29.452 INFO O| Aug 19 03:47:29.452 INFO STEP 511 (remove_files) COMPLETE
68092026-08-19T03:47:30.565Z[ recovery-image] Aug 19 03:47:29.452 INFO O| Aug 19 03:47:29.452 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-19T03:47:30.574Z[ recovery-image] Aug 19 03:47:29.461 INFO O| Aug 19 03:47:29.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68112026-08-19T03:47:30.574Z[ recovery-image] Aug 19 03:47:29.461 INFO O| Aug 19 03:47:29.461 INFO STEP 512 (remove_files) COMPLETE
68122026-08-19T03:47:30.574Z[ recovery-image] Aug 19 03:47:29.461 INFO O| Aug 19 03:47:29.461 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-19T03:47:30.583Z[ recovery-image] Aug 19 03:47:29.470 INFO O| Aug 19 03:47:29.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68142026-08-19T03:47:30.587Z[ recovery-image] Aug 19 03:47:29.470 INFO O| Aug 19 03:47:29.470 INFO STEP 513 (remove_files) COMPLETE
68152026-08-19T03:47:30.587Z[ recovery-image] Aug 19 03:47:29.470 INFO O| Aug 19 03:47:29.470 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-19T03:47:30.592Z[ recovery-image] Aug 19 03:47:29.479 INFO O| Aug 19 03:47:29.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68172026-08-19T03:47:30.592Z[ recovery-image] Aug 19 03:47:29.479 INFO O| Aug 19 03:47:29.479 INFO STEP 514 (remove_files) COMPLETE
68182026-08-19T03:47:30.592Z[ recovery-image] Aug 19 03:47:29.479 INFO O| Aug 19 03:47:29.479 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-19T03:47:30.603Z[ recovery-image] Aug 19 03:47:29.490 INFO O| Aug 19 03:47:29.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68202026-08-19T03:47:30.603Z[ recovery-image] Aug 19 03:47:29.490 INFO O| Aug 19 03:47:29.490 INFO STEP 515 (remove_files) COMPLETE
68212026-08-19T03:47:30.606Z[ recovery-image] Aug 19 03:47:29.490 INFO O| Aug 19 03:47:29.490 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-19T03:47:30.614Z[ recovery-image] Aug 19 03:47:29.500 INFO O| Aug 19 03:47:29.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68232026-08-19T03:47:30.614Z[ recovery-image] Aug 19 03:47:29.500 INFO O| Aug 19 03:47:29.500 INFO STEP 516 (remove_files) COMPLETE
68242026-08-19T03:47:30.617Z[ recovery-image] Aug 19 03:47:29.500 INFO O| Aug 19 03:47:29.500 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-19T03:47:30.626Z[ recovery-image] Aug 19 03:47:29.512 INFO O| Aug 19 03:47:29.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68262026-08-19T03:47:30.629Z[ recovery-image] Aug 19 03:47:29.513 INFO O| Aug 19 03:47:29.513 INFO STEP 517 (remove_files) COMPLETE
68272026-08-19T03:47:30.629Z[ recovery-image] Aug 19 03:47:29.513 INFO O| Aug 19 03:47:29.513 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-19T03:47:30.636Z[ recovery-image] Aug 19 03:47:29.523 INFO O| Aug 19 03:47:29.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68292026-08-19T03:47:30.639Z[ recovery-image] Aug 19 03:47:29.523 INFO O| Aug 19 03:47:29.523 INFO STEP 518 (remove_files) COMPLETE
68302026-08-19T03:47:30.639Z[ recovery-image] Aug 19 03:47:29.523 INFO O| Aug 19 03:47:29.523 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-19T03:47:30.646Z[ recovery-image] Aug 19 03:47:29.533 INFO O| Aug 19 03:47:29.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68322026-08-19T03:47:30.646Z[ recovery-image] Aug 19 03:47:29.533 INFO O| Aug 19 03:47:29.533 INFO STEP 519 (remove_files) COMPLETE
68332026-08-19T03:47:30.649Z[ recovery-image] Aug 19 03:47:29.533 INFO O| Aug 19 03:47:29.533 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-19T03:47:30.657Z[ recovery-image] Aug 19 03:47:29.544 INFO O| Aug 19 03:47:29.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68352026-08-19T03:47:30.657Z[ recovery-image] Aug 19 03:47:29.544 INFO O| Aug 19 03:47:29.544 INFO STEP 520 (remove_files) COMPLETE
68362026-08-19T03:47:30.657Z[ recovery-image] Aug 19 03:47:29.544 INFO O| Aug 19 03:47:29.544 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-19T03:47:30.667Z[ recovery-image] Aug 19 03:47:29.554 INFO O| Aug 19 03:47:29.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68382026-08-19T03:47:30.667Z[ recovery-image] Aug 19 03:47:29.554 INFO O| Aug 19 03:47:29.554 INFO STEP 521 (remove_files) COMPLETE
68392026-08-19T03:47:30.667Z[ recovery-image] Aug 19 03:47:29.554 INFO O| Aug 19 03:47:29.554 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-19T03:47:30.677Z[ recovery-image] Aug 19 03:47:29.564 INFO O| Aug 19 03:47:29.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68412026-08-19T03:47:30.677Z[ recovery-image] Aug 19 03:47:29.564 INFO O| Aug 19 03:47:29.564 INFO STEP 522 (remove_files) COMPLETE
68422026-08-19T03:47:30.677Z[ recovery-image] Aug 19 03:47:29.564 INFO O| Aug 19 03:47:29.564 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-19T03:47:30.686Z[ recovery-image] Aug 19 03:47:29.573 INFO O| Aug 19 03:47:29.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68442026-08-19T03:47:30.686Z[ recovery-image] Aug 19 03:47:29.573 INFO O| Aug 19 03:47:29.573 INFO STEP 523 (remove_files) COMPLETE
68452026-08-19T03:47:30.687Z[ recovery-image] Aug 19 03:47:29.573 INFO O| Aug 19 03:47:29.573 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-19T03:47:30.697Z[ recovery-image] Aug 19 03:47:29.583 INFO O| Aug 19 03:47:29.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68472026-08-19T03:47:30.697Z[ recovery-image] Aug 19 03:47:29.583 INFO O| Aug 19 03:47:29.583 INFO STEP 524 (remove_files) COMPLETE
68482026-08-19T03:47:30.697Z[ recovery-image] Aug 19 03:47:29.583 INFO O| Aug 19 03:47:29.583 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-19T03:47:30.706Z[ recovery-image] Aug 19 03:47:29.593 INFO O| Aug 19 03:47:29.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68502026-08-19T03:47:30.706Z[ recovery-image] Aug 19 03:47:29.593 INFO O| Aug 19 03:47:29.593 INFO STEP 525 (remove_files) COMPLETE
68512026-08-19T03:47:30.706Z[ recovery-image] Aug 19 03:47:29.593 INFO O| Aug 19 03:47:29.593 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-19T03:47:30.715Z[ recovery-image] Aug 19 03:47:29.602 INFO O| Aug 19 03:47:29.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68532026-08-19T03:47:30.715Z[ recovery-image] Aug 19 03:47:29.602 INFO O| Aug 19 03:47:29.602 INFO STEP 526 (remove_files) COMPLETE
68542026-08-19T03:47:30.715Z[ recovery-image] Aug 19 03:47:29.602 INFO O| Aug 19 03:47:29.602 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-19T03:47:30.731Z[ recovery-image] Aug 19 03:47:29.611 INFO O| Aug 19 03:47:29.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68562026-08-19T03:47:30.733Z[ recovery-image] Aug 19 03:47:29.611 INFO O| Aug 19 03:47:29.611 INFO STEP 527 (remove_files) COMPLETE
68572026-08-19T03:47:30.734Z[ recovery-image] Aug 19 03:47:29.611 INFO O| Aug 19 03:47:29.611 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-19T03:47:30.741Z[ recovery-image] Aug 19 03:47:29.620 INFO O| Aug 19 03:47:29.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68592026-08-19T03:47:30.741Z[ recovery-image] Aug 19 03:47:29.620 INFO O| Aug 19 03:47:29.620 INFO STEP 528 (remove_files) COMPLETE
68602026-08-19T03:47:30.741Z[ recovery-image] Aug 19 03:47:29.620 INFO O| Aug 19 03:47:29.620 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-19T03:47:30.746Z[ recovery-image] Aug 19 03:47:29.630 INFO O| Aug 19 03:47:29.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68622026-08-19T03:47:30.746Z[ recovery-image] Aug 19 03:47:29.630 INFO O| Aug 19 03:47:29.630 INFO STEP 529 (remove_files) COMPLETE
68632026-08-19T03:47:30.746Z[ recovery-image] Aug 19 03:47:29.630 INFO O| Aug 19 03:47:29.630 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-19T03:47:30.753Z[ recovery-image] Aug 19 03:47:29.638 INFO O| Aug 19 03:47:29.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68652026-08-19T03:47:30.753Z[ recovery-image] Aug 19 03:47:29.638 INFO O| Aug 19 03:47:29.638 INFO STEP 530 (remove_files) COMPLETE
68662026-08-19T03:47:30.756Z[ recovery-image] Aug 19 03:47:29.638 INFO O| Aug 19 03:47:29.638 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-19T03:47:30.761Z[ recovery-image] Aug 19 03:47:29.647 INFO O| Aug 19 03:47:29.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68682026-08-19T03:47:30.761Z[ recovery-image] Aug 19 03:47:29.648 INFO O| Aug 19 03:47:29.648 INFO STEP 531 (remove_files) COMPLETE
68692026-08-19T03:47:30.764Z[ recovery-image] Aug 19 03:47:29.648 INFO O| Aug 19 03:47:29.648 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-19T03:47:30.770Z[ recovery-image] Aug 19 03:47:29.657 INFO O| Aug 19 03:47:29.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68712026-08-19T03:47:30.770Z[ recovery-image] Aug 19 03:47:29.657 INFO O| Aug 19 03:47:29.657 INFO STEP 532 (remove_files) COMPLETE
68722026-08-19T03:47:30.773Z[ recovery-image] Aug 19 03:47:29.657 INFO O| Aug 19 03:47:29.657 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-19T03:47:30.780Z[ recovery-image] Aug 19 03:47:29.667 INFO O| Aug 19 03:47:29.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68742026-08-19T03:47:30.780Z[ recovery-image] Aug 19 03:47:29.667 INFO O| Aug 19 03:47:29.667 INFO STEP 533 (remove_files) COMPLETE
68752026-08-19T03:47:30.783Z[ recovery-image] Aug 19 03:47:29.667 INFO O| Aug 19 03:47:29.667 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-19T03:47:30.790Z[ recovery-image] Aug 19 03:47:29.677 INFO O| Aug 19 03:47:29.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68772026-08-19T03:47:30.790Z[ recovery-image] Aug 19 03:47:29.677 INFO O| Aug 19 03:47:29.677 INFO STEP 534 (remove_files) COMPLETE
68782026-08-19T03:47:30.793Z[ recovery-image] Aug 19 03:47:29.677 INFO O| Aug 19 03:47:29.677 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-19T03:47:30.801Z[ recovery-image] Aug 19 03:47:29.688 INFO O| Aug 19 03:47:29.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68802026-08-19T03:47:30.801Z[ recovery-image] Aug 19 03:47:29.688 INFO O| Aug 19 03:47:29.688 INFO STEP 535 (remove_files) COMPLETE
68812026-08-19T03:47:30.804Z[ recovery-image] Aug 19 03:47:29.688 INFO O| Aug 19 03:47:29.688 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-19T03:47:30.811Z[ recovery-image] Aug 19 03:47:29.698 INFO O| Aug 19 03:47:29.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68832026-08-19T03:47:30.811Z[ recovery-image] Aug 19 03:47:29.698 INFO O| Aug 19 03:47:29.698 INFO STEP 536 (remove_files) COMPLETE
68842026-08-19T03:47:30.811Z[ recovery-image] Aug 19 03:47:29.698 INFO O| Aug 19 03:47:29.698 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-19T03:47:30.821Z[ recovery-image] Aug 19 03:47:29.708 INFO O| Aug 19 03:47:29.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68862026-08-19T03:47:30.821Z[ recovery-image] Aug 19 03:47:29.708 INFO O| Aug 19 03:47:29.708 INFO STEP 537 (remove_files) COMPLETE
68872026-08-19T03:47:30.824Z[ recovery-image] Aug 19 03:47:29.708 INFO O| Aug 19 03:47:29.708 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-19T03:47:30.831Z[ recovery-image] Aug 19 03:47:29.718 INFO O| Aug 19 03:47:29.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68892026-08-19T03:47:30.831Z[ recovery-image] Aug 19 03:47:29.718 INFO O| Aug 19 03:47:29.718 INFO STEP 538 (remove_files) COMPLETE
68902026-08-19T03:47:30.831Z[ recovery-image] Aug 19 03:47:29.718 INFO O| Aug 19 03:47:29.718 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-19T03:47:30.840Z[ recovery-image] Aug 19 03:47:29.727 INFO O| Aug 19 03:47:29.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68922026-08-19T03:47:30.840Z[ recovery-image] Aug 19 03:47:29.727 INFO O| Aug 19 03:47:29.727 INFO STEP 539 (remove_files) COMPLETE
68932026-08-19T03:47:30.844Z[ recovery-image] Aug 19 03:47:29.727 INFO O| Aug 19 03:47:29.727 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-19T03:47:30.850Z[ recovery-image] Aug 19 03:47:29.737 INFO O| Aug 19 03:47:29.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68952026-08-19T03:47:30.850Z[ recovery-image] Aug 19 03:47:29.737 INFO O| Aug 19 03:47:29.737 INFO STEP 540 (remove_files) COMPLETE
68962026-08-19T03:47:30.853Z[ recovery-image] Aug 19 03:47:29.737 INFO O| Aug 19 03:47:29.737 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-19T03:47:30.859Z[ recovery-image] Aug 19 03:47:29.746 INFO O| Aug 19 03:47:29.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68982026-08-19T03:47:30.859Z[ recovery-image] Aug 19 03:47:29.746 INFO O| Aug 19 03:47:29.746 INFO STEP 541 (remove_files) COMPLETE
68992026-08-19T03:47:30.862Z[ recovery-image] Aug 19 03:47:29.746 INFO O| Aug 19 03:47:29.746 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-19T03:47:30.869Z[ recovery-image] Aug 19 03:47:29.756 INFO O| Aug 19 03:47:29.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69012026-08-19T03:47:30.869Z[ recovery-image] Aug 19 03:47:29.756 INFO O| Aug 19 03:47:29.756 INFO STEP 542 (remove_files) COMPLETE
69022026-08-19T03:47:30.872Z[ recovery-image] Aug 19 03:47:29.756 INFO O| Aug 19 03:47:29.756 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-19T03:47:30.879Z[ recovery-image] Aug 19 03:47:29.766 INFO O| Aug 19 03:47:29.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69042026-08-19T03:47:30.879Z[ recovery-image] Aug 19 03:47:29.766 INFO O| Aug 19 03:47:29.766 INFO STEP 543 (remove_files) COMPLETE
69052026-08-19T03:47:30.879Z[ recovery-image] Aug 19 03:47:29.766 INFO O| Aug 19 03:47:29.766 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-19T03:47:30.887Z[ recovery-image] Aug 19 03:47:29.774 INFO O| Aug 19 03:47:29.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69072026-08-19T03:47:30.887Z[ recovery-image] Aug 19 03:47:29.774 INFO O| Aug 19 03:47:29.774 INFO STEP 544 (remove_files) COMPLETE
69082026-08-19T03:47:30.887Z[ recovery-image] Aug 19 03:47:29.774 INFO O| Aug 19 03:47:29.774 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-19T03:47:30.895Z[ recovery-image] Aug 19 03:47:29.782 INFO O| Aug 19 03:47:29.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69102026-08-19T03:47:30.895Z[ recovery-image] Aug 19 03:47:29.782 INFO O| Aug 19 03:47:29.782 INFO STEP 545 (remove_files) COMPLETE
69112026-08-19T03:47:30.895Z[ recovery-image] Aug 19 03:47:29.782 INFO O| Aug 19 03:47:29.782 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-19T03:47:30.904Z[ recovery-image] Aug 19 03:47:29.791 INFO O| Aug 19 03:47:29.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69132026-08-19T03:47:30.904Z[ recovery-image] Aug 19 03:47:29.791 INFO O| Aug 19 03:47:29.791 INFO STEP 546 (remove_files) COMPLETE
69142026-08-19T03:47:30.904Z[ recovery-image] Aug 19 03:47:29.791 INFO O| Aug 19 03:47:29.791 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-19T03:47:30.912Z[ recovery-image] Aug 19 03:47:29.799 INFO O| Aug 19 03:47:29.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69162026-08-19T03:47:30.912Z[ recovery-image] Aug 19 03:47:29.799 INFO O| Aug 19 03:47:29.799 INFO STEP 547 (remove_files) COMPLETE
69172026-08-19T03:47:30.913Z[ recovery-image] Aug 19 03:47:29.799 INFO O| Aug 19 03:47:29.799 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-19T03:47:30.918Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
69192026-08-19T03:47:30.921Z[ recovery-image] Aug 19 03:47:29.808 INFO O| Aug 19 03:47:29.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69202026-08-19T03:47:30.921Z[ recovery-image] Aug 19 03:47:29.808 INFO O| Aug 19 03:47:29.808 INFO STEP 548 (remove_files) COMPLETE
69212026-08-19T03:47:30.924Z[ recovery-image] Aug 19 03:47:29.808 INFO O| Aug 19 03:47:29.808 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-19T03:47:30.930Z[ recovery-image] Aug 19 03:47:29.817 INFO O| Aug 19 03:47:29.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69232026-08-19T03:47:30.930Z[ recovery-image] Aug 19 03:47:29.817 INFO O| Aug 19 03:47:29.817 INFO STEP 549 (remove_files) COMPLETE
69242026-08-19T03:47:30.930Z[ recovery-image] Aug 19 03:47:29.817 INFO O| Aug 19 03:47:29.817 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-19T03:47:30.941Z[ recovery-image] Aug 19 03:47:29.827 INFO O| Aug 19 03:47:29.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69262026-08-19T03:47:30.941Z[ recovery-image] Aug 19 03:47:29.827 INFO O| Aug 19 03:47:29.827 INFO STEP 550 (remove_files) COMPLETE
69272026-08-19T03:47:30.941Z[ recovery-image] Aug 19 03:47:29.827 INFO O| Aug 19 03:47:29.827 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-19T03:47:30.952Z[ recovery-image] Aug 19 03:47:29.838 INFO O| Aug 19 03:47:29.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69292026-08-19T03:47:30.952Z[ recovery-image] Aug 19 03:47:29.838 INFO O| Aug 19 03:47:29.838 INFO STEP 551 (remove_files) COMPLETE
69302026-08-19T03:47:30.952Z[ recovery-image] Aug 19 03:47:29.838 INFO O| Aug 19 03:47:29.838 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-19T03:47:30.961Z[ recovery-image] Aug 19 03:47:29.848 INFO O| Aug 19 03:47:29.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69322026-08-19T03:47:30.961Z[ recovery-image] Aug 19 03:47:29.848 INFO O| Aug 19 03:47:29.848 INFO STEP 552 (remove_files) COMPLETE
69332026-08-19T03:47:30.961Z[ recovery-image] Aug 19 03:47:29.848 INFO O| Aug 19 03:47:29.848 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-19T03:47:30.972Z[ recovery-image] Aug 19 03:47:29.859 INFO O| Aug 19 03:47:29.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69352026-08-19T03:47:30.972Z[ recovery-image] Aug 19 03:47:29.859 INFO O| Aug 19 03:47:29.859 INFO STEP 553 (remove_files) COMPLETE
69362026-08-19T03:47:30.972Z[ recovery-image] Aug 19 03:47:29.859 INFO O| Aug 19 03:47:29.859 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-19T03:47:30.982Z[ recovery-image] Aug 19 03:47:29.869 INFO O| Aug 19 03:47:29.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69382026-08-19T03:47:30.982Z[ recovery-image] Aug 19 03:47:29.869 INFO O| Aug 19 03:47:29.869 INFO STEP 554 (remove_files) COMPLETE
69392026-08-19T03:47:30.985Z[ recovery-image] Aug 19 03:47:29.869 INFO O| Aug 19 03:47:29.869 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-19T03:47:30.992Z[ recovery-image] Aug 19 03:47:29.879 INFO O| Aug 19 03:47:29.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69412026-08-19T03:47:30.992Z[ recovery-image] Aug 19 03:47:29.879 INFO O| Aug 19 03:47:29.879 INFO STEP 555 (remove_files) COMPLETE
69422026-08-19T03:47:30.995Z[ recovery-image] Aug 19 03:47:29.879 INFO O| Aug 19 03:47:29.879 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-19T03:47:31.001Z[ recovery-image] Aug 19 03:47:29.888 INFO O| Aug 19 03:47:29.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69442026-08-19T03:47:31.001Z[ recovery-image] Aug 19 03:47:29.888 INFO O| Aug 19 03:47:29.888 INFO STEP 556 (remove_files) COMPLETE
69452026-08-19T03:47:31.001Z[ recovery-image] Aug 19 03:47:29.888 INFO O| Aug 19 03:47:29.888 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-19T03:47:31.011Z[ recovery-image] Aug 19 03:47:29.898 INFO O| Aug 19 03:47:29.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69472026-08-19T03:47:31.011Z[ recovery-image] Aug 19 03:47:29.898 INFO O| Aug 19 03:47:29.898 INFO STEP 557 (remove_files) COMPLETE
69482026-08-19T03:47:31.011Z[ recovery-image] Aug 19 03:47:29.898 INFO O| Aug 19 03:47:29.898 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-19T03:47:31.019Z[ recovery-image] Aug 19 03:47:29.906 INFO O| Aug 19 03:47:29.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69502026-08-19T03:47:31.019Z[ recovery-image] Aug 19 03:47:29.906 INFO O| Aug 19 03:47:29.906 INFO STEP 558 (remove_files) COMPLETE
69512026-08-19T03:47:31.019Z[ recovery-image] Aug 19 03:47:29.906 INFO O| Aug 19 03:47:29.906 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-19T03:47:31.029Z[ recovery-image] Aug 19 03:47:29.915 INFO O| Aug 19 03:47:29.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69532026-08-19T03:47:31.029Z[ recovery-image] Aug 19 03:47:29.915 INFO O| Aug 19 03:47:29.915 INFO STEP 559 (remove_files) COMPLETE
69542026-08-19T03:47:31.029Z[ recovery-image] Aug 19 03:47:29.915 INFO O| Aug 19 03:47:29.915 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-19T03:47:31.038Z[ recovery-image] Aug 19 03:47:29.925 INFO O| Aug 19 03:47:29.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69562026-08-19T03:47:31.038Z[ recovery-image] Aug 19 03:47:29.925 INFO O| Aug 19 03:47:29.925 INFO STEP 560 (remove_files) COMPLETE
69572026-08-19T03:47:31.038Z[ recovery-image] Aug 19 03:47:29.925 INFO O| Aug 19 03:47:29.925 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-19T03:47:31.049Z[ recovery-image] Aug 19 03:47:29.935 INFO O| Aug 19 03:47:29.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69592026-08-19T03:47:31.049Z[ recovery-image] Aug 19 03:47:29.935 INFO O| Aug 19 03:47:29.935 INFO STEP 561 (remove_files) COMPLETE
69602026-08-19T03:47:31.049Z[ recovery-image] Aug 19 03:47:29.935 INFO O| Aug 19 03:47:29.935 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-19T03:47:31.058Z[ recovery-image] Aug 19 03:47:29.945 INFO O| Aug 19 03:47:29.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69622026-08-19T03:47:31.058Z[ recovery-image] Aug 19 03:47:29.945 INFO O| Aug 19 03:47:29.945 INFO STEP 562 (remove_files) COMPLETE
69632026-08-19T03:47:31.061Z[ recovery-image] Aug 19 03:47:29.945 INFO O| Aug 19 03:47:29.945 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-19T03:47:31.067Z[ recovery-image] Aug 19 03:47:29.953 INFO O| Aug 19 03:47:29.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69652026-08-19T03:47:31.067Z[ recovery-image] Aug 19 03:47:29.954 INFO O| Aug 19 03:47:29.953 INFO STEP 563 (remove_files) COMPLETE
69662026-08-19T03:47:31.067Z[ recovery-image] Aug 19 03:47:29.954 INFO O| Aug 19 03:47:29.954 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-19T03:47:31.075Z[ recovery-image] Aug 19 03:47:29.962 INFO O| Aug 19 03:47:29.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69682026-08-19T03:47:31.075Z[ recovery-image] Aug 19 03:47:29.962 INFO O| Aug 19 03:47:29.962 INFO STEP 564 (remove_files) COMPLETE
69692026-08-19T03:47:31.078Z[ recovery-image] Aug 19 03:47:29.962 INFO O| Aug 19 03:47:29.962 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-19T03:47:31.084Z[ recovery-image] Aug 19 03:47:29.971 INFO O| Aug 19 03:47:29.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69712026-08-19T03:47:31.084Z[ recovery-image] Aug 19 03:47:29.971 INFO O| Aug 19 03:47:29.971 INFO STEP 565 (remove_files) COMPLETE
69722026-08-19T03:47:31.084Z[ recovery-image] Aug 19 03:47:29.971 INFO O| Aug 19 03:47:29.971 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-19T03:47:31.095Z[ recovery-image] Aug 19 03:47:29.981 INFO O| Aug 19 03:47:29.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69742026-08-19T03:47:31.095Z[ recovery-image] Aug 19 03:47:29.981 INFO O| Aug 19 03:47:29.981 INFO STEP 566 (remove_files) COMPLETE
69752026-08-19T03:47:31.095Z[ recovery-image] Aug 19 03:47:29.981 INFO O| Aug 19 03:47:29.981 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-19T03:47:31.103Z[ recovery-image] Aug 19 03:47:29.990 INFO O| Aug 19 03:47:29.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69772026-08-19T03:47:31.103Z[ recovery-image] Aug 19 03:47:29.990 INFO O| Aug 19 03:47:29.990 INFO STEP 567 (remove_files) COMPLETE
69782026-08-19T03:47:31.107Z[ recovery-image] Aug 19 03:47:29.990 INFO O| Aug 19 03:47:29.990 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-19T03:47:31.112Z[ recovery-image] Aug 19 03:47:29.999 INFO O| Aug 19 03:47:29.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69802026-08-19T03:47:31.112Z[ recovery-image] Aug 19 03:47:29.999 INFO O| Aug 19 03:47:29.999 INFO STEP 568 (remove_files) COMPLETE
69812026-08-19T03:47:31.115Z[ recovery-image] Aug 19 03:47:29.999 INFO O| Aug 19 03:47:29.999 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-19T03:47:31.123Z[ recovery-image] Aug 19 03:47:30.010 INFO O| Aug 19 03:47:30.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69832026-08-19T03:47:31.123Z[ recovery-image] Aug 19 03:47:30.010 INFO O| Aug 19 03:47:30.010 INFO STEP 569 (remove_files) COMPLETE
69842026-08-19T03:47:31.126Z[ recovery-image] Aug 19 03:47:30.010 INFO O| Aug 19 03:47:30.010 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-19T03:47:31.132Z[ recovery-image] Aug 19 03:47:30.019 INFO O| Aug 19 03:47:30.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69862026-08-19T03:47:31.132Z[ recovery-image] Aug 19 03:47:30.019 INFO O| Aug 19 03:47:30.019 INFO STEP 570 (remove_files) COMPLETE
69872026-08-19T03:47:31.132Z[ recovery-image] Aug 19 03:47:30.019 INFO O| Aug 19 03:47:30.019 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-19T03:47:31.142Z[ recovery-image] Aug 19 03:47:30.029 INFO O| Aug 19 03:47:30.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69892026-08-19T03:47:31.142Z[ recovery-image] Aug 19 03:47:30.029 INFO O| Aug 19 03:47:30.029 INFO STEP 571 (remove_files) COMPLETE
69902026-08-19T03:47:31.142Z[ recovery-image] Aug 19 03:47:30.029 INFO O| Aug 19 03:47:30.029 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-19T03:47:31.150Z[ recovery-image] Aug 19 03:47:30.037 INFO O| Aug 19 03:47:30.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69922026-08-19T03:47:31.150Z[ recovery-image] Aug 19 03:47:30.037 INFO O| Aug 19 03:47:30.037 INFO STEP 572 (remove_files) COMPLETE
69932026-08-19T03:47:31.150Z[ recovery-image] Aug 19 03:47:30.037 INFO O| Aug 19 03:47:30.037 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-19T03:47:31.161Z[ recovery-image] Aug 19 03:47:30.047 INFO O| Aug 19 03:47:30.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69952026-08-19T03:47:31.161Z[ recovery-image] Aug 19 03:47:30.048 INFO O| Aug 19 03:47:30.048 INFO STEP 573 (remove_files) COMPLETE
69962026-08-19T03:47:31.161Z[ recovery-image] Aug 19 03:47:30.048 INFO O| Aug 19 03:47:30.048 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-19T03:47:31.174Z[ recovery-image] Aug 19 03:47:30.058 INFO O| Aug 19 03:47:30.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69982026-08-19T03:47:31.174Z[ recovery-image] Aug 19 03:47:30.059 INFO O| Aug 19 03:47:30.059 INFO STEP 574 (remove_files) COMPLETE
69992026-08-19T03:47:31.174Z[ recovery-image] Aug 19 03:47:30.059 INFO O| Aug 19 03:47:30.059 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-19T03:47:31.183Z[ recovery-image] Aug 19 03:47:30.070 INFO O| Aug 19 03:47:30.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70012026-08-19T03:47:31.183Z[ recovery-image] Aug 19 03:47:30.070 INFO O| Aug 19 03:47:30.070 INFO STEP 575 (remove_files) COMPLETE
70022026-08-19T03:47:31.183Z[ recovery-image] Aug 19 03:47:30.070 INFO O| Aug 19 03:47:30.070 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-19T03:47:31.193Z[ recovery-image] Aug 19 03:47:30.080 INFO O| Aug 19 03:47:30.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70042026-08-19T03:47:31.193Z[ recovery-image] Aug 19 03:47:30.080 INFO O| Aug 19 03:47:30.080 INFO STEP 576 (remove_files) COMPLETE
70052026-08-19T03:47:31.193Z[ recovery-image] Aug 19 03:47:30.080 INFO O| Aug 19 03:47:30.080 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-19T03:47:31.203Z[ recovery-image] Aug 19 03:47:30.090 INFO O| Aug 19 03:47:30.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70072026-08-19T03:47:31.203Z[ recovery-image] Aug 19 03:47:30.090 INFO O| Aug 19 03:47:30.090 INFO STEP 577 (remove_files) COMPLETE
70082026-08-19T03:47:31.206Z[ recovery-image] Aug 19 03:47:30.090 INFO O| Aug 19 03:47:30.090 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-19T03:47:31.211Z[ recovery-image] Aug 19 03:47:30.098 INFO O| Aug 19 03:47:30.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70102026-08-19T03:47:31.211Z[ recovery-image] Aug 19 03:47:30.098 INFO O| Aug 19 03:47:30.098 INFO STEP 578 (remove_files) COMPLETE
70112026-08-19T03:47:31.211Z[ recovery-image] Aug 19 03:47:30.098 INFO O| Aug 19 03:47:30.098 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-19T03:47:31.222Z[ recovery-image] Aug 19 03:47:30.109 INFO O| Aug 19 03:47:30.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70132026-08-19T03:47:31.222Z[ recovery-image] Aug 19 03:47:30.109 INFO O| Aug 19 03:47:30.109 INFO STEP 579 (remove_files) COMPLETE
70142026-08-19T03:47:31.222Z[ recovery-image] Aug 19 03:47:30.109 INFO O| Aug 19 03:47:30.109 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-19T03:47:31.232Z[ recovery-image] Aug 19 03:47:30.119 INFO O| Aug 19 03:47:30.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70162026-08-19T03:47:31.232Z[ recovery-image] Aug 19 03:47:30.119 INFO O| Aug 19 03:47:30.119 INFO STEP 580 (remove_files) COMPLETE
70172026-08-19T03:47:31.232Z[ recovery-image] Aug 19 03:47:30.119 INFO O| Aug 19 03:47:30.119 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-19T03:47:31.241Z[ recovery-image] Aug 19 03:47:30.128 INFO O| Aug 19 03:47:30.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70192026-08-19T03:47:31.241Z[ recovery-image] Aug 19 03:47:30.128 INFO O| Aug 19 03:47:30.128 INFO STEP 581 (remove_files) COMPLETE
70202026-08-19T03:47:31.241Z[ recovery-image] Aug 19 03:47:30.128 INFO O| Aug 19 03:47:30.128 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-19T03:47:31.249Z[ recovery-image] Aug 19 03:47:30.136 INFO O| Aug 19 03:47:30.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70222026-08-19T03:47:31.249Z[ recovery-image] Aug 19 03:47:30.136 INFO O| Aug 19 03:47:30.136 INFO STEP 582 (remove_files) COMPLETE
70232026-08-19T03:47:31.249Z[ recovery-image] Aug 19 03:47:30.136 INFO O| Aug 19 03:47:30.136 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-19T03:47:31.258Z[ recovery-image] Aug 19 03:47:30.145 INFO O| Aug 19 03:47:30.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70252026-08-19T03:47:31.258Z[ recovery-image] Aug 19 03:47:30.145 INFO O| Aug 19 03:47:30.145 INFO STEP 583 (remove_files) COMPLETE
70262026-08-19T03:47:31.261Z[ recovery-image] Aug 19 03:47:30.145 INFO O| Aug 19 03:47:30.145 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-19T03:47:31.267Z[ recovery-image] Aug 19 03:47:30.154 INFO O| Aug 19 03:47:30.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70282026-08-19T03:47:31.267Z[ recovery-image] Aug 19 03:47:30.154 INFO O| Aug 19 03:47:30.154 INFO STEP 584 (remove_files) COMPLETE
70292026-08-19T03:47:31.267Z[ recovery-image] Aug 19 03:47:30.154 INFO O| Aug 19 03:47:30.154 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-19T03:47:31.276Z[ recovery-image] Aug 19 03:47:30.162 INFO O| Aug 19 03:47:30.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70312026-08-19T03:47:31.276Z[ recovery-image] Aug 19 03:47:30.163 INFO O| Aug 19 03:47:30.162 INFO STEP 585 (remove_files) COMPLETE
70322026-08-19T03:47:31.279Z[ recovery-image] Aug 19 03:47:30.163 INFO O| Aug 19 03:47:30.162 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-19T03:47:31.286Z[ recovery-image] Aug 19 03:47:30.173 INFO O| Aug 19 03:47:30.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70342026-08-19T03:47:31.286Z[ recovery-image] Aug 19 03:47:30.173 INFO O| Aug 19 03:47:30.173 INFO STEP 586 (remove_files) COMPLETE
70352026-08-19T03:47:31.286Z[ recovery-image] Aug 19 03:47:30.173 INFO O| Aug 19 03:47:30.173 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-19T03:47:31.300Z[ recovery-image] Aug 19 03:47:30.184 INFO O| Aug 19 03:47:30.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70372026-08-19T03:47:31.300Z[ recovery-image] Aug 19 03:47:30.184 INFO O| Aug 19 03:47:30.184 INFO STEP 587 (remove_files) COMPLETE
70382026-08-19T03:47:31.300Z[ recovery-image] Aug 19 03:47:30.184 INFO O| Aug 19 03:47:30.184 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-19T03:47:31.313Z[ recovery-image] Aug 19 03:47:30.200 INFO O| Aug 19 03:47:30.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70402026-08-19T03:47:31.313Z[ recovery-image] Aug 19 03:47:30.200 INFO O| Aug 19 03:47:30.200 INFO STEP 588 (remove_files) COMPLETE
70412026-08-19T03:47:31.313Z[ recovery-image] Aug 19 03:47:30.200 INFO O| Aug 19 03:47:30.200 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-19T03:47:31.322Z[ recovery-image] Aug 19 03:47:30.209 INFO O| Aug 19 03:47:30.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70432026-08-19T03:47:31.322Z[ recovery-image] Aug 19 03:47:30.209 INFO O| Aug 19 03:47:30.209 INFO STEP 589 (remove_files) COMPLETE
70442026-08-19T03:47:31.322Z[ recovery-image] Aug 19 03:47:30.209 INFO O| Aug 19 03:47:30.209 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-19T03:47:31.333Z[ recovery-image] Aug 19 03:47:30.220 INFO O| Aug 19 03:47:30.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70462026-08-19T03:47:31.333Z[ recovery-image] Aug 19 03:47:30.220 INFO O| Aug 19 03:47:30.220 INFO STEP 590 (remove_files) COMPLETE
70472026-08-19T03:47:31.333Z[ recovery-image] Aug 19 03:47:30.220 INFO O| Aug 19 03:47:30.220 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-19T03:47:31.342Z[ recovery-image] Aug 19 03:47:30.229 INFO O| Aug 19 03:47:30.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70492026-08-19T03:47:31.342Z[ recovery-image] Aug 19 03:47:30.229 INFO O| Aug 19 03:47:30.229 INFO STEP 591 (remove_files) COMPLETE
70502026-08-19T03:47:31.342Z[ recovery-image] Aug 19 03:47:30.229 INFO O| Aug 19 03:47:30.229 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-19T03:47:31.350Z[ recovery-image] Aug 19 03:47:30.237 INFO O| Aug 19 03:47:30.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70522026-08-19T03:47:31.350Z[ recovery-image] Aug 19 03:47:30.237 INFO O| Aug 19 03:47:30.237 INFO STEP 592 (remove_files) COMPLETE
70532026-08-19T03:47:31.350Z[ recovery-image] Aug 19 03:47:30.237 INFO O| Aug 19 03:47:30.237 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-19T03:47:31.361Z[ recovery-image] Aug 19 03:47:30.248 INFO O| Aug 19 03:47:30.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70552026-08-19T03:47:31.361Z[ recovery-image] Aug 19 03:47:30.248 INFO O| Aug 19 03:47:30.248 INFO STEP 593 (remove_files) COMPLETE
70562026-08-19T03:47:31.361Z[ recovery-image] Aug 19 03:47:30.248 INFO O| Aug 19 03:47:30.248 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-19T03:47:31.370Z[ recovery-image] Aug 19 03:47:30.257 INFO O| Aug 19 03:47:30.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70582026-08-19T03:47:31.371Z[ recovery-image] Aug 19 03:47:30.257 INFO O| Aug 19 03:47:30.257 INFO STEP 594 (remove_files) COMPLETE
70592026-08-19T03:47:31.373Z[ recovery-image] Aug 19 03:47:30.257 INFO O| Aug 19 03:47:30.257 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-19T03:47:31.381Z[ recovery-image] Aug 19 03:47:30.268 INFO O| Aug 19 03:47:30.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70612026-08-19T03:47:31.381Z[ recovery-image] Aug 19 03:47:30.268 INFO O| Aug 19 03:47:30.268 INFO STEP 595 (remove_files) COMPLETE
70622026-08-19T03:47:31.381Z[ recovery-image] Aug 19 03:47:30.268 INFO O| Aug 19 03:47:30.268 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-19T03:47:31.390Z[ recovery-image] Aug 19 03:47:30.277 INFO O| Aug 19 03:47:30.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70642026-08-19T03:47:31.390Z[ recovery-image] Aug 19 03:47:30.277 INFO O| Aug 19 03:47:30.277 INFO STEP 596 (remove_files) COMPLETE
70652026-08-19T03:47:31.390Z[ recovery-image] Aug 19 03:47:30.277 INFO O| Aug 19 03:47:30.277 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-19T03:47:31.399Z[ recovery-image] Aug 19 03:47:30.286 INFO O| Aug 19 03:47:30.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70672026-08-19T03:47:31.399Z[ recovery-image] Aug 19 03:47:30.286 INFO O| Aug 19 03:47:30.286 INFO STEP 597 (remove_files) COMPLETE
70682026-08-19T03:47:31.402Z[ recovery-image] Aug 19 03:47:30.286 INFO O| Aug 19 03:47:30.286 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-19T03:47:31.408Z[ recovery-image] Aug 19 03:47:30.295 INFO O| Aug 19 03:47:30.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70702026-08-19T03:47:31.409Z[ recovery-image] Aug 19 03:47:30.295 INFO O| Aug 19 03:47:30.295 INFO STEP 598 (remove_files) COMPLETE
70712026-08-19T03:47:31.409Z[ recovery-image] Aug 19 03:47:30.295 INFO O| Aug 19 03:47:30.295 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-19T03:47:31.420Z[ recovery-image] Aug 19 03:47:30.305 INFO O| Aug 19 03:47:30.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70732026-08-19T03:47:31.421Z[ recovery-image] Aug 19 03:47:30.305 INFO O| Aug 19 03:47:30.305 INFO STEP 599 (remove_files) COMPLETE
70742026-08-19T03:47:31.421Z[ recovery-image] Aug 19 03:47:30.305 INFO O| Aug 19 03:47:30.305 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-19T03:47:31.429Z[ recovery-image] Aug 19 03:47:30.316 INFO O| Aug 19 03:47:30.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70762026-08-19T03:47:31.429Z[ recovery-image] Aug 19 03:47:30.316 INFO O| Aug 19 03:47:30.316 INFO STEP 600 (remove_files) COMPLETE
70772026-08-19T03:47:31.432Z[ recovery-image] Aug 19 03:47:30.316 INFO O| Aug 19 03:47:30.316 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-19T03:47:31.439Z[ recovery-image] Aug 19 03:47:30.326 INFO O| Aug 19 03:47:30.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70792026-08-19T03:47:31.440Z[ recovery-image] Aug 19 03:47:30.326 INFO O| Aug 19 03:47:30.326 INFO STEP 601 (remove_files) COMPLETE
70802026-08-19T03:47:31.440Z[ recovery-image] Aug 19 03:47:30.326 INFO O| Aug 19 03:47:30.326 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-19T03:47:31.450Z[ recovery-image] Aug 19 03:47:30.336 INFO O| Aug 19 03:47:30.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70822026-08-19T03:47:31.450Z[ recovery-image] Aug 19 03:47:30.337 INFO O| Aug 19 03:47:30.336 INFO STEP 602 (remove_files) COMPLETE
70832026-08-19T03:47:31.453Z[ recovery-image] Aug 19 03:47:30.337 INFO O| Aug 19 03:47:30.337 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-19T03:47:31.463Z[ recovery-image] Aug 19 03:47:30.348 INFO O| Aug 19 03:47:30.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70852026-08-19T03:47:31.464Z[ recovery-image] Aug 19 03:47:30.348 INFO O| Aug 19 03:47:30.348 INFO STEP 603 (remove_files) COMPLETE
70862026-08-19T03:47:31.464Z[ recovery-image] Aug 19 03:47:30.348 INFO O| Aug 19 03:47:30.348 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-19T03:47:31.472Z[ recovery-image] Aug 19 03:47:30.358 INFO O| Aug 19 03:47:30.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70882026-08-19T03:47:31.472Z[ recovery-image] Aug 19 03:47:30.358 INFO O| Aug 19 03:47:30.358 INFO STEP 604 (remove_files) COMPLETE
70892026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.359 INFO O| Aug 19 03:47:30.358 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.368 INFO O| Aug 19 03:47:30.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70912026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.368 INFO O| Aug 19 03:47:30.368 INFO STEP 605 (remove_files) COMPLETE
70922026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.368 INFO O| Aug 19 03:47:30.368 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.377 INFO O| Aug 19 03:47:30.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70942026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.377 INFO O| Aug 19 03:47:30.377 INFO STEP 606 (remove_files) COMPLETE
70952026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.377 INFO O| Aug 19 03:47:30.377 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.386 INFO O| Aug 19 03:47:30.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70972026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.386 INFO O| Aug 19 03:47:30.386 INFO STEP 607 (remove_files) COMPLETE
70982026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.386 INFO O| Aug 19 03:47:30.386 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.397 INFO O| Aug 19 03:47:30.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71002026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.397 INFO O| Aug 19 03:47:30.397 INFO STEP 608 (remove_files) COMPLETE
71012026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.397 INFO O| Aug 19 03:47:30.397 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.406 INFO O| Aug 19 03:47:30.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71032026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.406 INFO O| Aug 19 03:47:30.406 INFO STEP 609 (remove_files) COMPLETE
71042026-08-19T03:47:31.525Z[ recovery-image] Aug 19 03:47:30.406 INFO O| Aug 19 03:47:30.406 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-19T03:47:31.530Z[ recovery-image] Aug 19 03:47:30.415 INFO O| Aug 19 03:47:30.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71062026-08-19T03:47:31.530Z[ recovery-image] Aug 19 03:47:30.415 INFO O| Aug 19 03:47:30.415 INFO STEP 610 (remove_files) COMPLETE
71072026-08-19T03:47:31.530Z[ recovery-image] Aug 19 03:47:30.415 INFO O| Aug 19 03:47:30.415 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-19T03:47:31.538Z[ recovery-image] Aug 19 03:47:30.425 INFO O| Aug 19 03:47:30.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71092026-08-19T03:47:31.541Z[ recovery-image] Aug 19 03:47:30.426 INFO O| Aug 19 03:47:30.426 INFO STEP 611 (remove_files) COMPLETE
71102026-08-19T03:47:31.541Z[ recovery-image] Aug 19 03:47:30.426 INFO O| Aug 19 03:47:30.426 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-19T03:47:31.548Z[ recovery-image] Aug 19 03:47:30.434 INFO O| Aug 19 03:47:30.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71122026-08-19T03:47:31.548Z[ recovery-image] Aug 19 03:47:30.434 INFO O| Aug 19 03:47:30.434 INFO STEP 612 (remove_files) COMPLETE
71132026-08-19T03:47:31.551Z[ recovery-image] Aug 19 03:47:30.434 INFO O| Aug 19 03:47:30.434 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-19T03:47:31.556Z[ recovery-image] Aug 19 03:47:30.443 INFO O| Aug 19 03:47:30.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71152026-08-19T03:47:31.556Z[ recovery-image] Aug 19 03:47:30.443 INFO O| Aug 19 03:47:30.443 INFO STEP 613 (remove_files) COMPLETE
71162026-08-19T03:47:31.556Z[ recovery-image] Aug 19 03:47:30.443 INFO O| Aug 19 03:47:30.443 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-19T03:47:31.564Z[ recovery-image] Aug 19 03:47:30.451 INFO O| Aug 19 03:47:30.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71182026-08-19T03:47:31.564Z[ recovery-image] Aug 19 03:47:30.451 INFO O| Aug 19 03:47:30.451 INFO STEP 614 (remove_files) COMPLETE
71192026-08-19T03:47:31.564Z[ recovery-image] Aug 19 03:47:30.451 INFO O| Aug 19 03:47:30.451 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-19T03:47:31.575Z[ recovery-image] Aug 19 03:47:30.461 INFO O| Aug 19 03:47:30.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71212026-08-19T03:47:31.575Z[ recovery-image] Aug 19 03:47:30.461 INFO O| Aug 19 03:47:30.461 INFO STEP 615 (remove_files) COMPLETE
71222026-08-19T03:47:31.575Z[ recovery-image] Aug 19 03:47:30.461 INFO O| Aug 19 03:47:30.461 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-19T03:47:31.584Z[ recovery-image] Aug 19 03:47:30.471 INFO O| Aug 19 03:47:30.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71242026-08-19T03:47:31.584Z[ recovery-image] Aug 19 03:47:30.471 INFO O| Aug 19 03:47:30.471 INFO STEP 616 (remove_files) COMPLETE
71252026-08-19T03:47:31.584Z[ recovery-image] Aug 19 03:47:30.471 INFO O| Aug 19 03:47:30.471 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-19T03:47:31.594Z[ recovery-image] Aug 19 03:47:30.481 INFO O| Aug 19 03:47:30.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71272026-08-19T03:47:31.594Z[ recovery-image] Aug 19 03:47:30.481 INFO O| Aug 19 03:47:30.481 INFO STEP 617 (remove_files) COMPLETE
71282026-08-19T03:47:31.594Z[ recovery-image] Aug 19 03:47:30.481 INFO O| Aug 19 03:47:30.481 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-19T03:47:31.602Z[ recovery-image] Aug 19 03:47:30.489 INFO O| Aug 19 03:47:30.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71302026-08-19T03:47:31.602Z[ recovery-image] Aug 19 03:47:30.489 INFO O| Aug 19 03:47:30.489 INFO STEP 618 (remove_files) COMPLETE
71312026-08-19T03:47:31.605Z[ recovery-image] Aug 19 03:47:30.489 INFO O| Aug 19 03:47:30.489 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-19T03:47:31.612Z[ recovery-image] Aug 19 03:47:30.499 INFO O| Aug 19 03:47:30.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71332026-08-19T03:47:31.612Z[ recovery-image] Aug 19 03:47:30.499 INFO O| Aug 19 03:47:30.499 INFO STEP 619 (remove_files) COMPLETE
71342026-08-19T03:47:31.615Z[ recovery-image] Aug 19 03:47:30.499 INFO O| Aug 19 03:47:30.499 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-19T03:47:31.621Z[ recovery-image] Aug 19 03:47:30.508 INFO O| Aug 19 03:47:30.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71362026-08-19T03:47:31.625Z[ recovery-image] Aug 19 03:47:30.508 INFO O| Aug 19 03:47:30.508 INFO STEP 620 (remove_files) COMPLETE
71372026-08-19T03:47:31.625Z[ recovery-image] Aug 19 03:47:30.508 INFO O| Aug 19 03:47:30.508 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-19T03:47:31.632Z[ recovery-image] Aug 19 03:47:30.519 INFO O| Aug 19 03:47:30.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71392026-08-19T03:47:31.632Z[ recovery-image] Aug 19 03:47:30.519 INFO O| Aug 19 03:47:30.519 INFO STEP 621 (remove_files) COMPLETE
71402026-08-19T03:47:31.632Z[ recovery-image] Aug 19 03:47:30.519 INFO O| Aug 19 03:47:30.519 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-19T03:47:31.642Z[ recovery-image] Aug 19 03:47:30.529 INFO O| Aug 19 03:47:30.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71422026-08-19T03:47:31.642Z[ recovery-image] Aug 19 03:47:30.529 INFO O| Aug 19 03:47:30.529 INFO STEP 622 (remove_files) COMPLETE
71432026-08-19T03:47:31.642Z[ recovery-image] Aug 19 03:47:30.529 INFO O| Aug 19 03:47:30.529 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-19T03:47:31.650Z[ recovery-image] Aug 19 03:47:30.537 INFO O| Aug 19 03:47:30.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71452026-08-19T03:47:31.651Z[ recovery-image] Aug 19 03:47:30.537 INFO O| Aug 19 03:47:30.537 INFO STEP 623 (remove_files) COMPLETE
71462026-08-19T03:47:31.654Z[ recovery-image] Aug 19 03:47:30.537 INFO O| Aug 19 03:47:30.537 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-19T03:47:31.660Z[ recovery-image] Aug 19 03:47:30.547 INFO O| Aug 19 03:47:30.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71482026-08-19T03:47:31.660Z[ recovery-image] Aug 19 03:47:30.547 INFO O| Aug 19 03:47:30.547 INFO STEP 624 (remove_files) COMPLETE
71492026-08-19T03:47:31.660Z[ recovery-image] Aug 19 03:47:30.547 INFO O| Aug 19 03:47:30.547 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-19T03:47:31.671Z[ recovery-image] Aug 19 03:47:30.558 INFO O| Aug 19 03:47:30.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71512026-08-19T03:47:31.671Z[ recovery-image] Aug 19 03:47:30.558 INFO O| Aug 19 03:47:30.558 INFO STEP 625 (remove_files) COMPLETE
71522026-08-19T03:47:31.671Z[ recovery-image] Aug 19 03:47:30.558 INFO O| Aug 19 03:47:30.558 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-19T03:47:31.681Z[ recovery-image] Aug 19 03:47:30.568 INFO O| Aug 19 03:47:30.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71542026-08-19T03:47:31.681Z[ recovery-image] Aug 19 03:47:30.568 INFO O| Aug 19 03:47:30.568 INFO STEP 626 (remove_files) COMPLETE
71552026-08-19T03:47:31.684Z[ recovery-image] Aug 19 03:47:30.568 INFO O| Aug 19 03:47:30.568 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-19T03:47:31.692Z[ recovery-image] Aug 19 03:47:30.579 INFO O| Aug 19 03:47:30.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71572026-08-19T03:47:31.692Z[ recovery-image] Aug 19 03:47:30.579 INFO O| Aug 19 03:47:30.579 INFO STEP 627 (remove_files) COMPLETE
71582026-08-19T03:47:31.692Z[ recovery-image] Aug 19 03:47:30.579 INFO O| Aug 19 03:47:30.579 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-19T03:47:31.710Z[ recovery-image] Aug 19 03:47:30.591 INFO O| Aug 19 03:47:30.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71602026-08-19T03:47:31.710Z[ recovery-image] Aug 19 03:47:30.591 INFO O| Aug 19 03:47:30.591 INFO STEP 628 (remove_files) COMPLETE
71612026-08-19T03:47:31.710Z[ recovery-image] Aug 19 03:47:30.591 INFO O| Aug 19 03:47:30.591 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-19T03:47:31.720Z[ recovery-image] Aug 19 03:47:30.601 INFO O| Aug 19 03:47:30.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71632026-08-19T03:47:31.720Z[ recovery-image] Aug 19 03:47:30.601 INFO O| Aug 19 03:47:30.601 INFO STEP 629 (remove_files) COMPLETE
71642026-08-19T03:47:31.720Z[ recovery-image] Aug 19 03:47:30.601 INFO O| Aug 19 03:47:30.601 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-19T03:47:31.723Z[ recovery-image] Aug 19 03:47:30.610 INFO O| Aug 19 03:47:30.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71662026-08-19T03:47:31.723Z[ recovery-image] Aug 19 03:47:30.610 INFO O| Aug 19 03:47:30.610 INFO STEP 630 (remove_files) COMPLETE
71672026-08-19T03:47:31.727Z[ recovery-image] Aug 19 03:47:30.610 INFO O| Aug 19 03:47:30.610 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-19T03:47:31.734Z[ recovery-image] Aug 19 03:47:30.621 INFO O| Aug 19 03:47:30.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71692026-08-19T03:47:31.734Z[ recovery-image] Aug 19 03:47:30.621 INFO O| Aug 19 03:47:30.621 INFO STEP 631 (remove_files) COMPLETE
71702026-08-19T03:47:31.737Z[ recovery-image] Aug 19 03:47:30.621 INFO O| Aug 19 03:47:30.621 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-19T03:47:31.742Z[ recovery-image] Aug 19 03:47:30.629 INFO O| Aug 19 03:47:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71722026-08-19T03:47:31.742Z[ recovery-image] Aug 19 03:47:30.629 INFO O| Aug 19 03:47:30.629 INFO STEP 632 (remove_files) COMPLETE
71732026-08-19T03:47:31.742Z[ recovery-image] Aug 19 03:47:30.629 INFO O| Aug 19 03:47:30.629 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-19T03:47:31.750Z[ recovery-image] Aug 19 03:47:30.637 INFO O| Aug 19 03:47:30.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71752026-08-19T03:47:31.750Z[ recovery-image] Aug 19 03:47:30.637 INFO O| Aug 19 03:47:30.637 INFO STEP 633 (remove_files) COMPLETE
71762026-08-19T03:47:31.750Z[ recovery-image] Aug 19 03:47:30.637 INFO O| Aug 19 03:47:30.637 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-19T03:47:31.758Z[ recovery-image] Aug 19 03:47:30.645 INFO O| Aug 19 03:47:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71782026-08-19T03:47:31.759Z[ recovery-image] Aug 19 03:47:30.645 INFO O| Aug 19 03:47:30.645 INFO STEP 634 (remove_files) COMPLETE
71792026-08-19T03:47:31.759Z[ recovery-image] Aug 19 03:47:30.645 INFO O| Aug 19 03:47:30.645 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-19T03:47:31.767Z[ recovery-image] Aug 19 03:47:30.654 INFO O| Aug 19 03:47:30.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71812026-08-19T03:47:31.767Z[ recovery-image] Aug 19 03:47:30.654 INFO O| Aug 19 03:47:30.654 INFO STEP 635 (remove_files) COMPLETE
71822026-08-19T03:47:31.767Z[ recovery-image] Aug 19 03:47:30.654 INFO O| Aug 19 03:47:30.654 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-19T03:47:31.775Z[ recovery-image] Aug 19 03:47:30.662 INFO O| Aug 19 03:47:30.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71842026-08-19T03:47:31.775Z[ recovery-image] Aug 19 03:47:30.662 INFO O| Aug 19 03:47:30.662 INFO STEP 636 (remove_files) COMPLETE
71852026-08-19T03:47:31.779Z[ recovery-image] Aug 19 03:47:30.662 INFO O| Aug 19 03:47:30.662 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-19T03:47:31.784Z[ recovery-image] Aug 19 03:47:30.671 INFO O| Aug 19 03:47:30.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71872026-08-19T03:47:31.784Z[ recovery-image] Aug 19 03:47:30.671 INFO O| Aug 19 03:47:30.671 INFO STEP 637 (remove_files) COMPLETE
71882026-08-19T03:47:31.784Z[ recovery-image] Aug 19 03:47:30.671 INFO O| Aug 19 03:47:30.671 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-19T03:47:31.794Z[ recovery-image] Aug 19 03:47:30.681 INFO O| Aug 19 03:47:30.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71902026-08-19T03:47:31.794Z[ recovery-image] Aug 19 03:47:30.681 INFO O| Aug 19 03:47:30.681 INFO STEP 638 (remove_files) COMPLETE
71912026-08-19T03:47:31.794Z[ recovery-image] Aug 19 03:47:30.681 INFO O| Aug 19 03:47:30.681 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-19T03:47:31.806Z[ recovery-image] Aug 19 03:47:30.693 INFO O| Aug 19 03:47:30.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71932026-08-19T03:47:31.806Z[ recovery-image] Aug 19 03:47:30.693 INFO O| Aug 19 03:47:30.693 INFO STEP 639 (remove_files) COMPLETE
71942026-08-19T03:47:31.806Z[ recovery-image] Aug 19 03:47:30.693 INFO O| Aug 19 03:47:30.693 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-19T03:47:31.820Z[ recovery-image] Aug 19 03:47:30.702 INFO O| Aug 19 03:47:30.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71962026-08-19T03:47:31.824Z[ recovery-image] Aug 19 03:47:30.703 INFO O| Aug 19 03:47:30.703 INFO STEP 640 (remove_files) COMPLETE
71972026-08-19T03:47:31.824Z[ recovery-image] Aug 19 03:47:30.703 INFO O| Aug 19 03:47:30.703 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-19T03:47:31.828Z[ recovery-image] Aug 19 03:47:30.713 INFO O| Aug 19 03:47:30.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71992026-08-19T03:47:31.828Z[ recovery-image] Aug 19 03:47:30.713 INFO O| Aug 19 03:47:30.713 INFO STEP 641 (remove_files) COMPLETE
72002026-08-19T03:47:31.828Z[ recovery-image] Aug 19 03:47:30.713 INFO O| Aug 19 03:47:30.713 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-19T03:47:31.836Z[ recovery-image] Aug 19 03:47:30.722 INFO O| Aug 19 03:47:30.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72022026-08-19T03:47:31.836Z[ recovery-image] Aug 19 03:47:30.722 INFO O| Aug 19 03:47:30.722 INFO STEP 642 (remove_files) COMPLETE
72032026-08-19T03:47:31.837Z[ recovery-image] Aug 19 03:47:30.722 INFO O| Aug 19 03:47:30.722 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-19T03:47:31.845Z[ recovery-image] Aug 19 03:47:30.732 INFO O| Aug 19 03:47:30.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72052026-08-19T03:47:31.845Z[ recovery-image] Aug 19 03:47:30.732 INFO O| Aug 19 03:47:30.732 INFO STEP 643 (remove_files) COMPLETE
72062026-08-19T03:47:31.845Z[ recovery-image] Aug 19 03:47:30.732 INFO O| Aug 19 03:47:30.732 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-19T03:47:31.854Z[ recovery-image] Aug 19 03:47:30.741 INFO O| Aug 19 03:47:30.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72082026-08-19T03:47:31.854Z[ recovery-image] Aug 19 03:47:30.741 INFO O| Aug 19 03:47:30.741 INFO STEP 644 (remove_files) COMPLETE
72092026-08-19T03:47:31.857Z[ recovery-image] Aug 19 03:47:30.741 INFO O| Aug 19 03:47:30.741 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-19T03:47:31.863Z[ recovery-image] Aug 19 03:47:30.750 INFO O| Aug 19 03:47:30.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72112026-08-19T03:47:31.863Z[ recovery-image] Aug 19 03:47:30.750 INFO O| Aug 19 03:47:30.750 INFO STEP 645 (remove_files) COMPLETE
72122026-08-19T03:47:31.865Z[ recovery-image] Aug 19 03:47:30.750 INFO O| Aug 19 03:47:30.750 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-19T03:47:31.872Z[ recovery-image] Aug 19 03:47:30.758 INFO O| Aug 19 03:47:30.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72142026-08-19T03:47:31.872Z[ recovery-image] Aug 19 03:47:30.759 INFO O| Aug 19 03:47:30.759 INFO STEP 646 (remove_files) COMPLETE
72152026-08-19T03:47:31.875Z[ recovery-image] Aug 19 03:47:30.759 INFO O| Aug 19 03:47:30.759 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-19T03:47:31.883Z[ recovery-image] Aug 19 03:47:30.769 INFO O| Aug 19 03:47:30.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72172026-08-19T03:47:31.883Z[ recovery-image] Aug 19 03:47:30.770 INFO O| Aug 19 03:47:30.770 INFO STEP 647 (remove_files) COMPLETE
72182026-08-19T03:47:31.883Z[ recovery-image] Aug 19 03:47:30.770 INFO O| Aug 19 03:47:30.770 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-19T03:47:31.894Z[ recovery-image] Aug 19 03:47:30.780 INFO O| Aug 19 03:47:30.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72202026-08-19T03:47:31.894Z[ recovery-image] Aug 19 03:47:30.781 INFO O| Aug 19 03:47:30.781 INFO STEP 648 (remove_files) COMPLETE
72212026-08-19T03:47:31.894Z[ recovery-image] Aug 19 03:47:30.781 INFO O| Aug 19 03:47:30.781 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-19T03:47:31.905Z[ recovery-image] Aug 19 03:47:30.792 INFO O| Aug 19 03:47:30.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72232026-08-19T03:47:31.905Z[ recovery-image] Aug 19 03:47:30.792 INFO O| Aug 19 03:47:30.792 INFO STEP 649 (remove_files) COMPLETE
72242026-08-19T03:47:31.905Z[ recovery-image] Aug 19 03:47:30.792 INFO O| Aug 19 03:47:30.792 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-19T03:47:31.916Z[ recovery-image] Aug 19 03:47:30.803 INFO O| Aug 19 03:47:30.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72262026-08-19T03:47:31.916Z[ recovery-image] Aug 19 03:47:30.803 INFO O| Aug 19 03:47:30.803 INFO STEP 650 (remove_files) COMPLETE
72272026-08-19T03:47:31.916Z[ recovery-image] Aug 19 03:47:30.803 INFO O| Aug 19 03:47:30.803 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-19T03:47:31.924Z[ recovery-image] Aug 19 03:47:30.811 INFO O| Aug 19 03:47:30.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72292026-08-19T03:47:31.924Z[ recovery-image] Aug 19 03:47:30.811 INFO O| Aug 19 03:47:30.811 INFO STEP 651 (remove_files) COMPLETE
72302026-08-19T03:47:31.928Z[ recovery-image] Aug 19 03:47:30.811 INFO O| Aug 19 03:47:30.811 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-19T03:47:31.933Z[ recovery-image] Aug 19 03:47:30.820 INFO O| Aug 19 03:47:30.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72322026-08-19T03:47:31.933Z[ recovery-image] Aug 19 03:47:30.820 INFO O| Aug 19 03:47:30.820 INFO STEP 652 (remove_files) COMPLETE
72332026-08-19T03:47:31.936Z[ recovery-image] Aug 19 03:47:30.820 INFO O| Aug 19 03:47:30.820 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-19T03:47:31.942Z[ recovery-image] Aug 19 03:47:30.828 INFO O| Aug 19 03:47:30.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72352026-08-19T03:47:31.942Z[ recovery-image] Aug 19 03:47:30.828 INFO O| Aug 19 03:47:30.828 INFO STEP 653 (remove_files) COMPLETE
72362026-08-19T03:47:31.942Z[ recovery-image] Aug 19 03:47:30.828 INFO O| Aug 19 03:47:30.828 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-19T03:47:31.950Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
72382026-08-19T03:47:31.953Z[ recovery-image] Aug 19 03:47:30.837 INFO O| Aug 19 03:47:30.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72392026-08-19T03:47:31.953Z[ recovery-image] Aug 19 03:47:30.837 INFO O| Aug 19 03:47:30.837 INFO STEP 654 (remove_files) COMPLETE
72402026-08-19T03:47:31.953Z[ recovery-image] Aug 19 03:47:30.837 INFO O| Aug 19 03:47:30.837 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-19T03:47:31.959Z[ recovery-image] Aug 19 03:47:30.846 INFO O| Aug 19 03:47:30.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72422026-08-19T03:47:31.959Z[ recovery-image] Aug 19 03:47:30.846 INFO O| Aug 19 03:47:30.846 INFO STEP 655 (remove_files) COMPLETE
72432026-08-19T03:47:31.959Z[ recovery-image] Aug 19 03:47:30.846 INFO O| Aug 19 03:47:30.846 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-19T03:47:31.969Z[ recovery-image] Aug 19 03:47:30.856 INFO O| Aug 19 03:47:30.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72452026-08-19T03:47:31.970Z[ recovery-image] Aug 19 03:47:30.856 INFO O| Aug 19 03:47:30.856 INFO STEP 656 (remove_files) COMPLETE
72462026-08-19T03:47:31.973Z[ recovery-image] Aug 19 03:47:30.856 INFO O| Aug 19 03:47:30.856 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-19T03:47:31.978Z[ recovery-image] Aug 19 03:47:30.865 INFO O| Aug 19 03:47:30.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72482026-08-19T03:47:31.978Z[ recovery-image] Aug 19 03:47:30.865 INFO O| Aug 19 03:47:30.865 INFO STEP 657 (remove_files) COMPLETE
72492026-08-19T03:47:31.978Z[ recovery-image] Aug 19 03:47:30.865 INFO O| Aug 19 03:47:30.865 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-19T03:47:31.990Z[ recovery-image] Aug 19 03:47:30.877 INFO O| Aug 19 03:47:30.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72512026-08-19T03:47:31.990Z[ recovery-image] Aug 19 03:47:30.877 INFO O| Aug 19 03:47:30.877 INFO STEP 658 (remove_files) COMPLETE
72522026-08-19T03:47:31.990Z[ recovery-image] Aug 19 03:47:30.877 INFO O| Aug 19 03:47:30.877 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-19T03:47:32.002Z[ recovery-image] Aug 19 03:47:30.889 INFO O| Aug 19 03:47:30.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72542026-08-19T03:47:32.002Z[ recovery-image] Aug 19 03:47:30.889 INFO O| Aug 19 03:47:30.889 INFO STEP 659 (remove_files) COMPLETE
72552026-08-19T03:47:32.002Z[ recovery-image] Aug 19 03:47:30.889 INFO O| Aug 19 03:47:30.889 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-19T03:47:32.013Z[ recovery-image] Aug 19 03:47:30.900 INFO O| Aug 19 03:47:30.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72572026-08-19T03:47:32.013Z[ recovery-image] Aug 19 03:47:30.900 INFO O| Aug 19 03:47:30.900 INFO STEP 660 (remove_files) COMPLETE
72582026-08-19T03:47:32.013Z[ recovery-image] Aug 19 03:47:30.900 INFO O| Aug 19 03:47:30.900 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-19T03:47:32.024Z[ recovery-image] Aug 19 03:47:30.910 INFO O| Aug 19 03:47:30.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72602026-08-19T03:47:32.024Z[ recovery-image] Aug 19 03:47:30.911 INFO O| Aug 19 03:47:30.911 INFO STEP 661 (remove_files) COMPLETE
72612026-08-19T03:47:32.024Z[ recovery-image] Aug 19 03:47:30.911 INFO O| Aug 19 03:47:30.911 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-19T03:47:32.034Z[ recovery-image] Aug 19 03:47:30.921 INFO O| Aug 19 03:47:30.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72632026-08-19T03:47:32.034Z[ recovery-image] Aug 19 03:47:30.921 INFO O| Aug 19 03:47:30.921 INFO STEP 662 (remove_files) COMPLETE
72642026-08-19T03:47:32.034Z[ recovery-image] Aug 19 03:47:30.921 INFO O| Aug 19 03:47:30.921 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-19T03:47:32.043Z[ recovery-image] Aug 19 03:47:30.930 INFO O| Aug 19 03:47:30.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72662026-08-19T03:47:32.047Z[ recovery-image] Aug 19 03:47:30.930 INFO O| Aug 19 03:47:30.930 INFO STEP 663 (remove_files) COMPLETE
72672026-08-19T03:47:32.047Z[ recovery-image] Aug 19 03:47:30.930 INFO O| Aug 19 03:47:30.930 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-19T03:47:32.053Z[ recovery-image] Aug 19 03:47:30.940 INFO O| Aug 19 03:47:30.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72692026-08-19T03:47:32.053Z[ recovery-image] Aug 19 03:47:30.940 INFO O| Aug 19 03:47:30.940 INFO STEP 664 (remove_files) COMPLETE
72702026-08-19T03:47:32.053Z[ recovery-image] Aug 19 03:47:30.940 INFO O| Aug 19 03:47:30.940 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-19T03:47:32.063Z[ recovery-image] Aug 19 03:47:30.949 INFO O| Aug 19 03:47:30.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72722026-08-19T03:47:32.063Z[ recovery-image] Aug 19 03:47:30.949 INFO O| Aug 19 03:47:30.949 INFO STEP 665 (remove_files) COMPLETE
72732026-08-19T03:47:32.066Z[ recovery-image] Aug 19 03:47:30.949 INFO O| Aug 19 03:47:30.949 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-19T03:47:32.072Z[ recovery-image] Aug 19 03:47:30.959 INFO O| Aug 19 03:47:30.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72752026-08-19T03:47:32.072Z[ recovery-image] Aug 19 03:47:30.959 INFO O| Aug 19 03:47:30.959 INFO STEP 666 (remove_files) COMPLETE
72762026-08-19T03:47:32.075Z[ recovery-image] Aug 19 03:47:30.959 INFO O| Aug 19 03:47:30.959 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-19T03:47:32.082Z[ recovery-image] Aug 19 03:47:30.969 INFO O| Aug 19 03:47:30.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72782026-08-19T03:47:32.082Z[ recovery-image] Aug 19 03:47:30.969 INFO O| Aug 19 03:47:30.969 INFO STEP 667 (remove_files) COMPLETE
72792026-08-19T03:47:32.086Z[ recovery-image] Aug 19 03:47:30.969 INFO O| Aug 19 03:47:30.969 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-19T03:47:32.094Z[ recovery-image] Aug 19 03:47:30.980 INFO O| Aug 19 03:47:30.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72812026-08-19T03:47:32.094Z[ recovery-image] Aug 19 03:47:30.980 INFO O| Aug 19 03:47:30.980 INFO STEP 668 (remove_files) COMPLETE
72822026-08-19T03:47:32.094Z[ recovery-image] Aug 19 03:47:30.980 INFO O| Aug 19 03:47:30.980 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-19T03:47:32.104Z[ recovery-image] Aug 19 03:47:30.990 INFO O| Aug 19 03:47:30.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72842026-08-19T03:47:32.104Z[ recovery-image] Aug 19 03:47:30.990 INFO O| Aug 19 03:47:30.990 INFO STEP 669 (remove_files) COMPLETE
72852026-08-19T03:47:32.107Z[ recovery-image] Aug 19 03:47:30.990 INFO O| Aug 19 03:47:30.990 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-19T03:47:32.112Z[ recovery-image] Aug 19 03:47:30.999 INFO O| Aug 19 03:47:30.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72872026-08-19T03:47:32.112Z[ recovery-image] Aug 19 03:47:30.999 INFO O| Aug 19 03:47:30.999 INFO STEP 670 (remove_files) COMPLETE
72882026-08-19T03:47:32.116Z[ recovery-image] Aug 19 03:47:30.999 INFO O| Aug 19 03:47:30.999 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-19T03:47:32.123Z[ recovery-image] Aug 19 03:47:31.009 INFO O| Aug 19 03:47:31.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72902026-08-19T03:47:32.123Z[ recovery-image] Aug 19 03:47:31.009 INFO O| Aug 19 03:47:31.009 INFO STEP 671 (remove_files) COMPLETE
72912026-08-19T03:47:32.123Z[ recovery-image] Aug 19 03:47:31.009 INFO O| Aug 19 03:47:31.009 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-19T03:47:32.132Z[ recovery-image] Aug 19 03:47:31.019 INFO O| Aug 19 03:47:31.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72932026-08-19T03:47:32.132Z[ recovery-image] Aug 19 03:47:31.019 INFO O| Aug 19 03:47:31.019 INFO STEP 672 (remove_files) COMPLETE
72942026-08-19T03:47:32.136Z[ recovery-image] Aug 19 03:47:31.019 INFO O| Aug 19 03:47:31.019 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-19T03:47:32.142Z[ recovery-image] Aug 19 03:47:31.029 INFO O| Aug 19 03:47:31.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72962026-08-19T03:47:32.142Z[ recovery-image] Aug 19 03:47:31.029 INFO O| Aug 19 03:47:31.029 INFO STEP 673 (remove_files) COMPLETE
72972026-08-19T03:47:32.142Z[ recovery-image] Aug 19 03:47:31.029 INFO O| Aug 19 03:47:31.029 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-19T03:47:32.152Z[ recovery-image] Aug 19 03:47:31.039 INFO O| Aug 19 03:47:31.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72992026-08-19T03:47:32.152Z[ recovery-image] Aug 19 03:47:31.039 INFO O| Aug 19 03:47:31.039 INFO STEP 674 (remove_files) COMPLETE
73002026-08-19T03:47:32.152Z[ recovery-image] Aug 19 03:47:31.039 INFO O| Aug 19 03:47:31.039 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-19T03:47:32.164Z[ recovery-image] Aug 19 03:47:31.051 INFO O| Aug 19 03:47:31.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73022026-08-19T03:47:32.164Z[ recovery-image] Aug 19 03:47:31.051 INFO O| Aug 19 03:47:31.049 INFO STEP 675 (remove_files) COMPLETE
73032026-08-19T03:47:32.164Z[ recovery-image] Aug 19 03:47:31.051 INFO O| Aug 19 03:47:31.049 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-19T03:47:32.172Z[ recovery-image] Aug 19 03:47:31.059 INFO O| Aug 19 03:47:31.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73052026-08-19T03:47:32.172Z[ recovery-image] Aug 19 03:47:31.059 INFO O| Aug 19 03:47:31.059 INFO STEP 676 (remove_files) COMPLETE
73062026-08-19T03:47:32.175Z[ recovery-image] Aug 19 03:47:31.059 INFO O| Aug 19 03:47:31.059 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-19T03:47:32.182Z[ recovery-image] Aug 19 03:47:31.069 INFO O| Aug 19 03:47:31.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73082026-08-19T03:47:32.182Z[ recovery-image] Aug 19 03:47:31.069 INFO O| Aug 19 03:47:31.069 INFO STEP 677 (remove_files) COMPLETE
73092026-08-19T03:47:32.183Z[ recovery-image] Aug 19 03:47:31.069 INFO O| Aug 19 03:47:31.069 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-19T03:47:32.192Z[ recovery-image] Aug 19 03:47:31.079 INFO O| Aug 19 03:47:31.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73112026-08-19T03:47:32.195Z[ recovery-image] Aug 19 03:47:31.079 INFO O| Aug 19 03:47:31.079 INFO STEP 678 (remove_files) COMPLETE
73122026-08-19T03:47:32.195Z[ recovery-image] Aug 19 03:47:31.079 INFO O| Aug 19 03:47:31.079 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-19T03:47:32.203Z[ recovery-image] Aug 19 03:47:31.090 INFO O| Aug 19 03:47:31.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73142026-08-19T03:47:32.206Z[ recovery-image] Aug 19 03:47:31.091 INFO O| Aug 19 03:47:31.091 INFO STEP 679 (remove_files) COMPLETE
73152026-08-19T03:47:32.207Z[ recovery-image] Aug 19 03:47:31.091 INFO O| Aug 19 03:47:31.091 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-19T03:47:32.213Z[ recovery-image] Aug 19 03:47:31.099 INFO O| Aug 19 03:47:31.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73172026-08-19T03:47:32.213Z[ recovery-image] Aug 19 03:47:31.099 INFO O| Aug 19 03:47:31.099 INFO STEP 680 (remove_files) COMPLETE
73182026-08-19T03:47:32.216Z[ recovery-image] Aug 19 03:47:31.099 INFO O| Aug 19 03:47:31.099 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-19T03:47:32.221Z[ recovery-image] Aug 19 03:47:31.107 INFO O| Aug 19 03:47:31.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73202026-08-19T03:47:32.221Z[ recovery-image] Aug 19 03:47:31.107 INFO O| Aug 19 03:47:31.107 INFO STEP 681 (remove_files) COMPLETE
73212026-08-19T03:47:32.221Z[ recovery-image] Aug 19 03:47:31.107 INFO O| Aug 19 03:47:31.107 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-19T03:47:32.228Z[ recovery-image] Aug 19 03:47:31.114 INFO O| Aug 19 03:47:31.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73232026-08-19T03:47:32.228Z[ recovery-image] Aug 19 03:47:31.114 INFO O| Aug 19 03:47:31.114 INFO STEP 682 (remove_files) COMPLETE
73242026-08-19T03:47:32.228Z[ recovery-image] Aug 19 03:47:31.114 INFO O| Aug 19 03:47:31.114 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-19T03:47:32.237Z[ recovery-image] Aug 19 03:47:31.124 INFO O| Aug 19 03:47:31.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73262026-08-19T03:47:32.237Z[ recovery-image] Aug 19 03:47:31.124 INFO O| Aug 19 03:47:31.124 INFO STEP 683 (remove_files) COMPLETE
73272026-08-19T03:47:32.241Z[ recovery-image] Aug 19 03:47:31.124 INFO O| Aug 19 03:47:31.124 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-19T03:47:32.247Z[ recovery-image] Aug 19 03:47:31.134 INFO O| Aug 19 03:47:31.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73292026-08-19T03:47:32.250Z[ recovery-image] Aug 19 03:47:31.134 INFO O| Aug 19 03:47:31.134 INFO STEP 684 (remove_files) COMPLETE
73302026-08-19T03:47:32.250Z[ recovery-image] Aug 19 03:47:31.134 INFO O| Aug 19 03:47:31.134 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-19T03:47:32.257Z[ recovery-image] Aug 19 03:47:31.144 INFO O| Aug 19 03:47:31.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73322026-08-19T03:47:32.257Z[ recovery-image] Aug 19 03:47:31.144 INFO O| Aug 19 03:47:31.144 INFO STEP 685 (remove_files) COMPLETE
73332026-08-19T03:47:32.257Z[ recovery-image] Aug 19 03:47:31.144 INFO O| Aug 19 03:47:31.144 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-19T03:47:32.268Z[ recovery-image] Aug 19 03:47:31.155 INFO O| Aug 19 03:47:31.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73352026-08-19T03:47:32.268Z[ recovery-image] Aug 19 03:47:31.155 INFO O| Aug 19 03:47:31.155 INFO STEP 686 (remove_files) COMPLETE
73362026-08-19T03:47:32.268Z[ recovery-image] Aug 19 03:47:31.155 INFO O| Aug 19 03:47:31.155 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-19T03:47:32.278Z[ recovery-image] Aug 19 03:47:31.165 INFO O| Aug 19 03:47:31.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73382026-08-19T03:47:32.278Z[ recovery-image] Aug 19 03:47:31.165 INFO O| Aug 19 03:47:31.165 INFO STEP 687 (remove_files) COMPLETE
73392026-08-19T03:47:32.281Z[ recovery-image] Aug 19 03:47:31.165 INFO O| Aug 19 03:47:31.165 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-19T03:47:32.288Z[ recovery-image] Aug 19 03:47:31.175 INFO O| Aug 19 03:47:31.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73412026-08-19T03:47:32.288Z[ recovery-image] Aug 19 03:47:31.175 INFO O| Aug 19 03:47:31.175 INFO STEP 688 (remove_files) COMPLETE
73422026-08-19T03:47:32.288Z[ recovery-image] Aug 19 03:47:31.175 INFO O| Aug 19 03:47:31.175 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-19T03:47:32.297Z[ recovery-image] Aug 19 03:47:31.184 INFO O| Aug 19 03:47:31.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73442026-08-19T03:47:32.297Z[ recovery-image] Aug 19 03:47:31.184 INFO O| Aug 19 03:47:31.184 INFO STEP 689 (remove_files) COMPLETE
73452026-08-19T03:47:32.297Z[ recovery-image] Aug 19 03:47:31.184 INFO O| Aug 19 03:47:31.184 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-19T03:47:32.307Z[ recovery-image] Aug 19 03:47:31.194 INFO O| Aug 19 03:47:31.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73472026-08-19T03:47:32.307Z[ recovery-image] Aug 19 03:47:31.194 INFO O| Aug 19 03:47:31.194 INFO STEP 690 (remove_files) COMPLETE
73482026-08-19T03:47:32.307Z[ recovery-image] Aug 19 03:47:31.194 INFO O| Aug 19 03:47:31.194 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-19T03:47:32.316Z[ recovery-image] Aug 19 03:47:31.203 INFO O| Aug 19 03:47:31.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73502026-08-19T03:47:32.316Z[ recovery-image] Aug 19 03:47:31.203 INFO O| Aug 19 03:47:31.203 INFO STEP 691 (remove_files) COMPLETE
73512026-08-19T03:47:32.316Z[ recovery-image] Aug 19 03:47:31.203 INFO O| Aug 19 03:47:31.203 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-19T03:47:32.326Z[ recovery-image] Aug 19 03:47:31.212 INFO O| Aug 19 03:47:31.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73532026-08-19T03:47:32.326Z[ recovery-image] Aug 19 03:47:31.213 INFO O| Aug 19 03:47:31.213 INFO STEP 692 (remove_files) COMPLETE
73542026-08-19T03:47:32.326Z[ recovery-image] Aug 19 03:47:31.213 INFO O| Aug 19 03:47:31.213 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-19T03:47:32.336Z[ recovery-image] Aug 19 03:47:31.222 INFO O| Aug 19 03:47:31.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73562026-08-19T03:47:32.336Z[ recovery-image] Aug 19 03:47:31.222 INFO O| Aug 19 03:47:31.222 INFO STEP 693 (remove_files) COMPLETE
73572026-08-19T03:47:32.336Z[ recovery-image] Aug 19 03:47:31.223 INFO O| Aug 19 03:47:31.222 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-19T03:47:32.346Z[ recovery-image] Aug 19 03:47:31.233 INFO O| Aug 19 03:47:31.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73592026-08-19T03:47:32.346Z[ recovery-image] Aug 19 03:47:31.233 INFO O| Aug 19 03:47:31.233 INFO STEP 694 (remove_files) COMPLETE
73602026-08-19T03:47:32.350Z[ recovery-image] Aug 19 03:47:31.233 INFO O| Aug 19 03:47:31.233 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-19T03:47:32.357Z[ recovery-image] Aug 19 03:47:31.244 INFO O| Aug 19 03:47:31.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73622026-08-19T03:47:32.357Z[ recovery-image] Aug 19 03:47:31.244 INFO O| Aug 19 03:47:31.244 INFO STEP 695 (remove_files) COMPLETE
73632026-08-19T03:47:32.357Z[ recovery-image] Aug 19 03:47:31.244 INFO O| Aug 19 03:47:31.244 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-19T03:47:32.367Z[ recovery-image] Aug 19 03:47:31.254 INFO O| Aug 19 03:47:31.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73652026-08-19T03:47:32.367Z[ recovery-image] Aug 19 03:47:31.254 INFO O| Aug 19 03:47:31.254 INFO STEP 696 (remove_files) COMPLETE
73662026-08-19T03:47:32.370Z[ recovery-image] Aug 19 03:47:31.254 INFO O| Aug 19 03:47:31.254 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-19T03:47:32.375Z[ recovery-image] Aug 19 03:47:31.262 INFO O| Aug 19 03:47:31.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73682026-08-19T03:47:32.375Z[ recovery-image] Aug 19 03:47:31.262 INFO O| Aug 19 03:47:31.262 INFO STEP 697 (remove_files) COMPLETE
73692026-08-19T03:47:32.375Z[ recovery-image] Aug 19 03:47:31.262 INFO O| Aug 19 03:47:31.262 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-19T03:47:32.385Z[ recovery-image] Aug 19 03:47:31.271 INFO O| Aug 19 03:47:31.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73712026-08-19T03:47:32.386Z[ recovery-image] Aug 19 03:47:31.271 INFO O| Aug 19 03:47:31.271 INFO STEP 698 (remove_files) COMPLETE
73722026-08-19T03:47:32.386Z[ recovery-image] Aug 19 03:47:31.271 INFO O| Aug 19 03:47:31.271 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-19T03:47:32.396Z[ recovery-image] Aug 19 03:47:31.282 INFO O| Aug 19 03:47:31.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73742026-08-19T03:47:32.396Z[ recovery-image] Aug 19 03:47:31.282 INFO O| Aug 19 03:47:31.282 INFO STEP 699 (remove_files) COMPLETE
73752026-08-19T03:47:32.399Z[ recovery-image] Aug 19 03:47:31.282 INFO O| Aug 19 03:47:31.282 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-19T03:47:32.406Z[ recovery-image] Aug 19 03:47:31.293 INFO O| Aug 19 03:47:31.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73772026-08-19T03:47:32.406Z[ recovery-image] Aug 19 03:47:31.293 INFO O| Aug 19 03:47:31.293 INFO STEP 700 (remove_files) COMPLETE
73782026-08-19T03:47:32.406Z[ recovery-image] Aug 19 03:47:31.293 INFO O| Aug 19 03:47:31.293 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-19T03:47:32.415Z[ recovery-image] Aug 19 03:47:31.302 INFO O| Aug 19 03:47:31.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73802026-08-19T03:47:32.418Z[ recovery-image] Aug 19 03:47:31.304 INFO O| Aug 19 03:47:31.304 INFO STEP 701 (remove_files) COMPLETE
73812026-08-19T03:47:32.419Z[ recovery-image] Aug 19 03:47:31.304 INFO O| Aug 19 03:47:31.304 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-19T03:47:32.426Z[ recovery-image] Aug 19 03:47:31.313 INFO O| Aug 19 03:47:31.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73832026-08-19T03:47:32.426Z[ recovery-image] Aug 19 03:47:31.313 INFO O| Aug 19 03:47:31.313 INFO STEP 702 (remove_files) COMPLETE
73842026-08-19T03:47:32.430Z[ recovery-image] Aug 19 03:47:31.313 INFO O| Aug 19 03:47:31.313 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-19T03:47:32.436Z[ recovery-image] Aug 19 03:47:31.323 INFO O| Aug 19 03:47:31.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73862026-08-19T03:47:32.436Z[ recovery-image] Aug 19 03:47:31.323 INFO O| Aug 19 03:47:31.323 INFO STEP 703 (remove_files) COMPLETE
73872026-08-19T03:47:32.436Z[ recovery-image] Aug 19 03:47:31.323 INFO O| Aug 19 03:47:31.323 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-19T03:47:32.448Z[ recovery-image] Aug 19 03:47:31.335 INFO O| Aug 19 03:47:31.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73892026-08-19T03:47:32.448Z[ recovery-image] Aug 19 03:47:31.335 INFO O| Aug 19 03:47:31.335 INFO STEP 704 (remove_files) COMPLETE
73902026-08-19T03:47:32.448Z[ recovery-image] Aug 19 03:47:31.335 INFO O| Aug 19 03:47:31.335 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-19T03:47:32.459Z[ recovery-image] Aug 19 03:47:31.344 INFO O| Aug 19 03:47:31.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73922026-08-19T03:47:32.459Z[ recovery-image] Aug 19 03:47:31.345 INFO O| Aug 19 03:47:31.344 INFO STEP 705 (remove_files) COMPLETE
73932026-08-19T03:47:32.459Z[ recovery-image] Aug 19 03:47:31.345 INFO O| Aug 19 03:47:31.344 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-19T03:47:32.467Z[ recovery-image] Aug 19 03:47:31.354 INFO O| Aug 19 03:47:31.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73952026-08-19T03:47:32.467Z[ recovery-image] Aug 19 03:47:31.354 INFO O| Aug 19 03:47:31.354 INFO STEP 706 (remove_files) COMPLETE
73962026-08-19T03:47:32.467Z[ recovery-image] Aug 19 03:47:31.354 INFO O| Aug 19 03:47:31.354 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-19T03:47:32.478Z[ recovery-image] Aug 19 03:47:31.365 INFO O| Aug 19 03:47:31.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73982026-08-19T03:47:32.478Z[ recovery-image] Aug 19 03:47:31.365 INFO O| Aug 19 03:47:31.365 INFO STEP 707 (remove_files) COMPLETE
73992026-08-19T03:47:32.478Z[ recovery-image] Aug 19 03:47:31.365 INFO O| Aug 19 03:47:31.365 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-19T03:47:32.483Z[verify-libraries] Compiling git2 v0.20.4
74012026-08-19T03:47:32.487Z[ recovery-image] Aug 19 03:47:31.374 INFO O| Aug 19 03:47:31.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74022026-08-19T03:47:32.487Z[ recovery-image] Aug 19 03:47:31.374 INFO O| Aug 19 03:47:31.374 INFO STEP 708 (remove_files) COMPLETE
74032026-08-19T03:47:32.487Z[ recovery-image] Aug 19 03:47:31.374 INFO O| Aug 19 03:47:31.374 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-19T03:47:32.497Z[ recovery-image] Aug 19 03:47:31.384 INFO O| Aug 19 03:47:31.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74052026-08-19T03:47:32.497Z[ recovery-image] Aug 19 03:47:31.384 INFO O| Aug 19 03:47:31.384 INFO STEP 709 (remove_files) COMPLETE
74062026-08-19T03:47:32.497Z[ recovery-image] Aug 19 03:47:31.384 INFO O| Aug 19 03:47:31.384 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-19T03:47:32.506Z[ recovery-image] Aug 19 03:47:31.393 INFO O| Aug 19 03:47:31.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74082026-08-19T03:47:32.506Z[ recovery-image] Aug 19 03:47:31.393 INFO O| Aug 19 03:47:31.393 INFO STEP 710 (remove_files) COMPLETE
74092026-08-19T03:47:32.510Z[ recovery-image] Aug 19 03:47:31.393 INFO O| Aug 19 03:47:31.393 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-19T03:47:32.524Z[ recovery-image] Aug 19 03:47:31.409 INFO O| Aug 19 03:47:31.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74112026-08-19T03:47:32.524Z[ recovery-image] Aug 19 03:47:31.409 INFO O| Aug 19 03:47:31.409 INFO STEP 711 (remove_files) COMPLETE
74122026-08-19T03:47:32.524Z[ recovery-image] Aug 19 03:47:31.409 INFO O| Aug 19 03:47:31.409 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-19T03:47:32.531Z[ recovery-image] Aug 19 03:47:31.418 INFO O| Aug 19 03:47:31.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74142026-08-19T03:47:32.531Z[ recovery-image] Aug 19 03:47:31.418 INFO O| Aug 19 03:47:31.418 INFO STEP 712 (remove_files) COMPLETE
74152026-08-19T03:47:32.535Z[ recovery-image] Aug 19 03:47:31.418 INFO O| Aug 19 03:47:31.418 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-19T03:47:32.540Z[ recovery-image] Aug 19 03:47:31.427 INFO O| Aug 19 03:47:31.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74172026-08-19T03:47:32.540Z[ recovery-image] Aug 19 03:47:31.427 INFO O| Aug 19 03:47:31.427 INFO STEP 713 (remove_files) COMPLETE
74182026-08-19T03:47:32.540Z[ recovery-image] Aug 19 03:47:31.427 INFO O| Aug 19 03:47:31.427 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-19T03:47:32.550Z[ recovery-image] Aug 19 03:47:31.437 INFO O| Aug 19 03:47:31.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74202026-08-19T03:47:32.550Z[ recovery-image] Aug 19 03:47:31.437 INFO O| Aug 19 03:47:31.437 INFO STEP 714 (remove_files) COMPLETE
74212026-08-19T03:47:32.550Z[ recovery-image] Aug 19 03:47:31.437 INFO O| Aug 19 03:47:31.437 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-19T03:47:32.560Z[ recovery-image] Aug 19 03:47:31.447 INFO O| Aug 19 03:47:31.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74232026-08-19T03:47:32.560Z[ recovery-image] Aug 19 03:47:31.447 INFO O| Aug 19 03:47:31.447 INFO STEP 715 (remove_files) COMPLETE
74242026-08-19T03:47:32.560Z[ recovery-image] Aug 19 03:47:31.447 INFO O| Aug 19 03:47:31.447 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-19T03:47:32.569Z[ recovery-image] Aug 19 03:47:31.456 INFO O| Aug 19 03:47:31.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74262026-08-19T03:47:32.569Z[ recovery-image] Aug 19 03:47:31.456 INFO O| Aug 19 03:47:31.456 INFO STEP 716 (remove_files) COMPLETE
74272026-08-19T03:47:32.572Z[ recovery-image] Aug 19 03:47:31.456 INFO O| Aug 19 03:47:31.456 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-19T03:47:32.576Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
74292026-08-19T03:47:32.579Z[ recovery-image] Aug 19 03:47:31.466 INFO O| Aug 19 03:47:31.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74302026-08-19T03:47:32.579Z[ recovery-image] Aug 19 03:47:31.466 INFO O| Aug 19 03:47:31.466 INFO STEP 717 (remove_files) COMPLETE
74312026-08-19T03:47:32.579Z[ recovery-image] Aug 19 03:47:31.466 INFO O| Aug 19 03:47:31.466 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-19T03:47:32.589Z[ recovery-image] Aug 19 03:47:31.475 INFO O| Aug 19 03:47:31.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74332026-08-19T03:47:32.589Z[ recovery-image] Aug 19 03:47:31.475 INFO O| Aug 19 03:47:31.475 INFO STEP 718 (remove_files) COMPLETE
74342026-08-19T03:47:32.589Z[ recovery-image] Aug 19 03:47:31.476 INFO O| Aug 19 03:47:31.475 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-19T03:47:32.599Z[ recovery-image] Aug 19 03:47:31.485 INFO O| Aug 19 03:47:31.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74362026-08-19T03:47:32.599Z[ recovery-image] Aug 19 03:47:31.485 INFO O| Aug 19 03:47:31.485 INFO STEP 719 (remove_files) COMPLETE
74372026-08-19T03:47:32.602Z[ recovery-image] Aug 19 03:47:31.485 INFO O| Aug 19 03:47:31.485 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-19T03:47:32.608Z[ recovery-image] Aug 19 03:47:31.495 INFO O| Aug 19 03:47:31.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74392026-08-19T03:47:32.608Z[ recovery-image] Aug 19 03:47:31.495 INFO O| Aug 19 03:47:31.495 INFO STEP 720 (remove_files) COMPLETE
74402026-08-19T03:47:32.608Z[ recovery-image] Aug 19 03:47:31.495 INFO O| Aug 19 03:47:31.495 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-19T03:47:32.618Z[ recovery-image] Aug 19 03:47:31.504 INFO O| Aug 19 03:47:31.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74422026-08-19T03:47:32.618Z[ recovery-image] Aug 19 03:47:31.504 INFO O| Aug 19 03:47:31.504 INFO STEP 721 (remove_files) COMPLETE
74432026-08-19T03:47:32.618Z[ recovery-image] Aug 19 03:47:31.504 INFO O| Aug 19 03:47:31.504 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-19T03:47:32.628Z[ recovery-image] Aug 19 03:47:31.514 INFO O| Aug 19 03:47:31.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74452026-08-19T03:47:32.628Z[ recovery-image] Aug 19 03:47:31.514 INFO O| Aug 19 03:47:31.514 INFO STEP 722 (remove_files) COMPLETE
74462026-08-19T03:47:32.628Z[ recovery-image] Aug 19 03:47:31.514 INFO O| Aug 19 03:47:31.514 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-19T03:47:32.638Z[ recovery-image] Aug 19 03:47:31.524 INFO O| Aug 19 03:47:31.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74482026-08-19T03:47:32.638Z[ recovery-image] Aug 19 03:47:31.524 INFO O| Aug 19 03:47:31.524 INFO STEP 723 (remove_files) COMPLETE
74492026-08-19T03:47:32.638Z[ recovery-image] Aug 19 03:47:31.524 INFO O| Aug 19 03:47:31.524 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-19T03:47:32.647Z[ recovery-image] Aug 19 03:47:31.534 INFO O| Aug 19 03:47:31.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74512026-08-19T03:47:32.647Z[ recovery-image] Aug 19 03:47:31.534 INFO O| Aug 19 03:47:31.534 INFO STEP 724 (remove_files) COMPLETE
74522026-08-19T03:47:32.647Z[ recovery-image] Aug 19 03:47:31.534 INFO O| Aug 19 03:47:31.534 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-19T03:47:32.656Z[ recovery-image] Aug 19 03:47:31.543 INFO O| Aug 19 03:47:31.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74542026-08-19T03:47:32.656Z[ recovery-image] Aug 19 03:47:31.543 INFO O| Aug 19 03:47:31.543 INFO STEP 725 (remove_files) COMPLETE
74552026-08-19T03:47:32.656Z[ recovery-image] Aug 19 03:47:31.543 INFO O| Aug 19 03:47:31.543 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-19T03:47:32.666Z[ recovery-image] Aug 19 03:47:31.552 INFO O| Aug 19 03:47:31.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74572026-08-19T03:47:32.666Z[ recovery-image] Aug 19 03:47:31.552 INFO O| Aug 19 03:47:31.552 INFO STEP 726 (remove_files) COMPLETE
74582026-08-19T03:47:32.669Z[ recovery-image] Aug 19 03:47:31.552 INFO O| Aug 19 03:47:31.552 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-19T03:47:32.672Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
74602026-08-19T03:47:32.676Z[ recovery-image] Aug 19 03:47:31.562 INFO O| Aug 19 03:47:31.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74612026-08-19T03:47:32.676Z[ recovery-image] Aug 19 03:47:31.562 INFO O| Aug 19 03:47:31.562 INFO STEP 727 (remove_files) COMPLETE
74622026-08-19T03:47:32.680Z[ recovery-image] Aug 19 03:47:31.562 INFO O| Aug 19 03:47:31.562 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-19T03:47:32.684Z[ recovery-image] Aug 19 03:47:31.571 INFO O| Aug 19 03:47:31.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74642026-08-19T03:47:32.685Z[ recovery-image] Aug 19 03:47:31.572 INFO O| Aug 19 03:47:31.571 INFO STEP 728 (remove_files) COMPLETE
74652026-08-19T03:47:32.688Z[ recovery-image] Aug 19 03:47:31.572 INFO O| Aug 19 03:47:31.571 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-19T03:47:32.694Z[ recovery-image] Aug 19 03:47:31.581 INFO O| Aug 19 03:47:31.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74672026-08-19T03:47:32.694Z[ recovery-image] Aug 19 03:47:31.581 INFO O| Aug 19 03:47:31.581 INFO STEP 729 (remove_files) COMPLETE
74682026-08-19T03:47:32.694Z[ recovery-image] Aug 19 03:47:31.581 INFO O| Aug 19 03:47:31.581 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-19T03:47:32.708Z[ recovery-image] Aug 19 03:47:31.591 INFO O| Aug 19 03:47:31.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74702026-08-19T03:47:32.708Z[ recovery-image] Aug 19 03:47:31.591 INFO O| Aug 19 03:47:31.591 INFO STEP 730 (remove_files) COMPLETE
74712026-08-19T03:47:32.708Z[ recovery-image] Aug 19 03:47:31.591 INFO O| Aug 19 03:47:31.591 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-19T03:47:32.712Z[ recovery-image] Aug 19 03:47:31.599 INFO O| Aug 19 03:47:31.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74732026-08-19T03:47:32.720Z[ recovery-image] Aug 19 03:47:31.600 INFO O| Aug 19 03:47:31.600 INFO STEP 731 (remove_files) COMPLETE
74742026-08-19T03:47:32.720Z[ recovery-image] Aug 19 03:47:31.600 INFO O| Aug 19 03:47:31.600 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-19T03:47:32.723Z[ recovery-image] Aug 19 03:47:31.609 INFO O| Aug 19 03:47:31.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74762026-08-19T03:47:32.723Z[ recovery-image] Aug 19 03:47:31.609 INFO O| Aug 19 03:47:31.609 INFO STEP 732 (remove_files) COMPLETE
74772026-08-19T03:47:32.723Z[ recovery-image] Aug 19 03:47:31.609 INFO O| Aug 19 03:47:31.609 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-19T03:47:32.731Z[ recovery-image] Aug 19 03:47:31.618 INFO O| Aug 19 03:47:31.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74792026-08-19T03:47:32.731Z[ recovery-image] Aug 19 03:47:31.618 INFO O| Aug 19 03:47:31.618 INFO STEP 733 (remove_files) COMPLETE
74802026-08-19T03:47:32.735Z[ recovery-image] Aug 19 03:47:31.618 INFO O| Aug 19 03:47:31.618 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-19T03:47:32.741Z[ recovery-image] Aug 19 03:47:31.627 INFO O| Aug 19 03:47:31.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74822026-08-19T03:47:32.741Z[ recovery-image] Aug 19 03:47:31.628 INFO O| Aug 19 03:47:31.627 INFO STEP 734 (remove_files) COMPLETE
74832026-08-19T03:47:32.744Z[ recovery-image] Aug 19 03:47:31.628 INFO O| Aug 19 03:47:31.628 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-19T03:47:32.749Z[ recovery-image] Aug 19 03:47:31.636 INFO O| Aug 19 03:47:31.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74852026-08-19T03:47:32.749Z[ recovery-image] Aug 19 03:47:31.636 INFO O| Aug 19 03:47:31.636 INFO STEP 735 (remove_files) COMPLETE
74862026-08-19T03:47:32.749Z[ recovery-image] Aug 19 03:47:31.636 INFO O| Aug 19 03:47:31.636 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-19T03:47:32.761Z[ recovery-image] Aug 19 03:47:31.644 INFO O| Aug 19 03:47:31.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74882026-08-19T03:47:32.762Z[ recovery-image] Aug 19 03:47:31.644 INFO O| Aug 19 03:47:31.644 INFO STEP 736 (remove_files) COMPLETE
74892026-08-19T03:47:32.766Z[ recovery-image] Aug 19 03:47:31.644 INFO O| Aug 19 03:47:31.644 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-19T03:47:32.772Z[ recovery-image] Aug 19 03:47:31.653 INFO O| Aug 19 03:47:31.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74912026-08-19T03:47:32.772Z[ recovery-image] Aug 19 03:47:31.653 INFO O| Aug 19 03:47:31.653 INFO STEP 737 (remove_files) COMPLETE
74922026-08-19T03:47:32.772Z[ recovery-image] Aug 19 03:47:31.653 INFO O| Aug 19 03:47:31.653 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-19T03:47:32.777Z[ recovery-image] Aug 19 03:47:31.664 INFO O| Aug 19 03:47:31.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74942026-08-19T03:47:32.777Z[ recovery-image] Aug 19 03:47:31.664 INFO O| Aug 19 03:47:31.664 INFO STEP 738 (remove_files) COMPLETE
74952026-08-19T03:47:32.777Z[ recovery-image] Aug 19 03:47:31.664 INFO O| Aug 19 03:47:31.664 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-19T03:47:32.789Z[ recovery-image] Aug 19 03:47:31.676 INFO O| Aug 19 03:47:31.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74972026-08-19T03:47:32.789Z[ recovery-image] Aug 19 03:47:31.676 INFO O| Aug 19 03:47:31.676 INFO STEP 739 (remove_files) COMPLETE
74982026-08-19T03:47:32.789Z[ recovery-image] Aug 19 03:47:31.676 INFO O| Aug 19 03:47:31.676 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-19T03:47:32.798Z[ recovery-image] Aug 19 03:47:31.685 INFO O| Aug 19 03:47:31.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75002026-08-19T03:47:32.798Z[ recovery-image] Aug 19 03:47:31.685 INFO O| Aug 19 03:47:31.685 INFO STEP 740 (remove_files) COMPLETE
75012026-08-19T03:47:32.798Z[ recovery-image] Aug 19 03:47:31.685 INFO O| Aug 19 03:47:31.685 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-19T03:47:32.808Z[ recovery-image] Aug 19 03:47:31.695 INFO O| Aug 19 03:47:31.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75032026-08-19T03:47:32.808Z[ recovery-image] Aug 19 03:47:31.695 INFO O| Aug 19 03:47:31.695 INFO STEP 741 (remove_files) COMPLETE
75042026-08-19T03:47:32.811Z[ recovery-image] Aug 19 03:47:31.695 INFO O| Aug 19 03:47:31.695 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-19T03:47:32.818Z[ recovery-image] Aug 19 03:47:31.705 INFO O| Aug 19 03:47:31.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75062026-08-19T03:47:32.818Z[ recovery-image] Aug 19 03:47:31.705 INFO O| Aug 19 03:47:31.705 INFO STEP 742 (remove_files) COMPLETE
75072026-08-19T03:47:32.821Z[ recovery-image] Aug 19 03:47:31.705 INFO O| Aug 19 03:47:31.705 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-19T03:47:32.828Z[ recovery-image] Aug 19 03:47:31.714 INFO O| Aug 19 03:47:31.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75092026-08-19T03:47:32.828Z[ recovery-image] Aug 19 03:47:31.715 INFO O| Aug 19 03:47:31.715 INFO STEP 743 (remove_files) COMPLETE
75102026-08-19T03:47:32.828Z[ recovery-image] Aug 19 03:47:31.715 INFO O| Aug 19 03:47:31.715 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-19T03:47:32.842Z[ recovery-image] Aug 19 03:47:31.724 INFO O| Aug 19 03:47:31.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75122026-08-19T03:47:32.842Z[ recovery-image] Aug 19 03:47:31.724 INFO O| Aug 19 03:47:31.724 INFO STEP 744 (remove_files) COMPLETE
75132026-08-19T03:47:32.846Z[ recovery-image] Aug 19 03:47:31.724 INFO O| Aug 19 03:47:31.724 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-19T03:47:32.849Z[ recovery-image] Aug 19 03:47:31.734 INFO O| Aug 19 03:47:31.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75152026-08-19T03:47:32.849Z[ recovery-image] Aug 19 03:47:31.734 INFO O| Aug 19 03:47:31.734 INFO STEP 745 (remove_files) COMPLETE
75162026-08-19T03:47:32.849Z[ recovery-image] Aug 19 03:47:31.734 INFO O| Aug 19 03:47:31.734 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-19T03:47:32.855Z[ recovery-image] Aug 19 03:47:31.742 INFO O| Aug 19 03:47:31.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75182026-08-19T03:47:32.855Z[ recovery-image] Aug 19 03:47:31.742 INFO O| Aug 19 03:47:31.742 INFO STEP 746 (remove_files) COMPLETE
75192026-08-19T03:47:32.858Z[ recovery-image] Aug 19 03:47:31.742 INFO O| Aug 19 03:47:31.742 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-19T03:47:32.865Z[ recovery-image] Aug 19 03:47:31.752 INFO O| Aug 19 03:47:31.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75212026-08-19T03:47:32.865Z[ recovery-image] Aug 19 03:47:31.752 INFO O| Aug 19 03:47:31.752 INFO STEP 747 (remove_files) COMPLETE
75222026-08-19T03:47:32.865Z[ recovery-image] Aug 19 03:47:31.752 INFO O| Aug 19 03:47:31.752 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-19T03:47:32.875Z[ recovery-image] Aug 19 03:47:31.762 INFO O| Aug 19 03:47:31.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75242026-08-19T03:47:32.878Z[ recovery-image] Aug 19 03:47:31.763 INFO O| Aug 19 03:47:31.763 INFO STEP 748 (remove_files) COMPLETE
75252026-08-19T03:47:32.878Z[ recovery-image] Aug 19 03:47:31.763 INFO O| Aug 19 03:47:31.763 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-19T03:47:32.885Z[ recovery-image] Aug 19 03:47:31.772 INFO O| Aug 19 03:47:31.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75272026-08-19T03:47:32.885Z[ recovery-image] Aug 19 03:47:31.772 INFO O| Aug 19 03:47:31.772 INFO STEP 749 (remove_files) COMPLETE
75282026-08-19T03:47:32.885Z[ recovery-image] Aug 19 03:47:31.772 INFO O| Aug 19 03:47:31.772 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-19T03:47:32.894Z[ recovery-image] Aug 19 03:47:31.781 INFO O| Aug 19 03:47:31.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75302026-08-19T03:47:32.894Z[ recovery-image] Aug 19 03:47:31.781 INFO O| Aug 19 03:47:31.781 INFO STEP 750 (remove_files) COMPLETE
75312026-08-19T03:47:32.894Z[ recovery-image] Aug 19 03:47:31.781 INFO O| Aug 19 03:47:31.781 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-19T03:47:32.903Z[ recovery-image] Aug 19 03:47:31.789 INFO O| Aug 19 03:47:31.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75332026-08-19T03:47:32.906Z[ recovery-image] Aug 19 03:47:31.790 INFO O| Aug 19 03:47:31.790 INFO STEP 751 (remove_files) COMPLETE
75342026-08-19T03:47:32.906Z[ recovery-image] Aug 19 03:47:31.790 INFO O| Aug 19 03:47:31.790 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-19T03:47:32.912Z[ recovery-image] Aug 19 03:47:31.799 INFO O| Aug 19 03:47:31.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75362026-08-19T03:47:32.912Z[ recovery-image] Aug 19 03:47:31.799 INFO O| Aug 19 03:47:31.799 INFO STEP 752 (remove_files) COMPLETE
75372026-08-19T03:47:32.915Z[ recovery-image] Aug 19 03:47:31.799 INFO O| Aug 19 03:47:31.799 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-19T03:47:32.920Z[ recovery-image] Aug 19 03:47:31.807 INFO O| Aug 19 03:47:31.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75392026-08-19T03:47:32.921Z[ recovery-image] Aug 19 03:47:31.807 INFO O| Aug 19 03:47:31.807 INFO STEP 753 (remove_files) COMPLETE
75402026-08-19T03:47:32.924Z[ recovery-image] Aug 19 03:47:31.807 INFO O| Aug 19 03:47:31.807 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-19T03:47:32.929Z[ recovery-image] Aug 19 03:47:31.816 INFO O| Aug 19 03:47:31.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75422026-08-19T03:47:32.929Z[ recovery-image] Aug 19 03:47:31.816 INFO O| Aug 19 03:47:31.816 INFO STEP 754 (remove_files) COMPLETE
75432026-08-19T03:47:32.929Z[ recovery-image] Aug 19 03:47:31.816 INFO O| Aug 19 03:47:31.816 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-19T03:47:32.939Z[ recovery-image] Aug 19 03:47:31.826 INFO O| Aug 19 03:47:31.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75452026-08-19T03:47:32.939Z[ recovery-image] Aug 19 03:47:31.826 INFO O| Aug 19 03:47:31.826 INFO STEP 755 (remove_files) COMPLETE
75462026-08-19T03:47:32.939Z[ recovery-image] Aug 19 03:47:31.826 INFO O| Aug 19 03:47:31.826 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-19T03:47:32.949Z[ recovery-image] Aug 19 03:47:31.836 INFO O| Aug 19 03:47:31.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75482026-08-19T03:47:32.949Z[ recovery-image] Aug 19 03:47:31.836 INFO O| Aug 19 03:47:31.836 INFO STEP 756 (remove_files) COMPLETE
75492026-08-19T03:47:32.952Z[ recovery-image] Aug 19 03:47:31.836 INFO O| Aug 19 03:47:31.836 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-19T03:47:32.959Z[ recovery-image] Aug 19 03:47:31.846 INFO O| Aug 19 03:47:31.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75512026-08-19T03:47:32.959Z[ recovery-image] Aug 19 03:47:31.846 INFO O| Aug 19 03:47:31.846 INFO STEP 757 (remove_files) COMPLETE
75522026-08-19T03:47:32.959Z[ recovery-image] Aug 19 03:47:31.846 INFO O| Aug 19 03:47:31.846 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-19T03:47:32.969Z[ recovery-image] Aug 19 03:47:31.856 INFO O| Aug 19 03:47:31.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75542026-08-19T03:47:32.969Z[ recovery-image] Aug 19 03:47:31.856 INFO O| Aug 19 03:47:31.856 INFO STEP 758 (remove_files) COMPLETE
75552026-08-19T03:47:32.969Z[ recovery-image] Aug 19 03:47:31.856 INFO O| Aug 19 03:47:31.856 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-19T03:47:32.978Z[ recovery-image] Aug 19 03:47:31.865 INFO O| Aug 19 03:47:31.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75572026-08-19T03:47:32.978Z[ recovery-image] Aug 19 03:47:31.865 INFO O| Aug 19 03:47:31.865 INFO STEP 759 (remove_files) COMPLETE
75582026-08-19T03:47:32.978Z[ recovery-image] Aug 19 03:47:31.865 INFO O| Aug 19 03:47:31.865 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-19T03:47:32.988Z[ recovery-image] Aug 19 03:47:31.875 INFO O| Aug 19 03:47:31.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75602026-08-19T03:47:32.989Z[ recovery-image] Aug 19 03:47:31.875 INFO O| Aug 19 03:47:31.875 INFO STEP 760 (remove_files) COMPLETE
75612026-08-19T03:47:32.989Z[ recovery-image] Aug 19 03:47:31.875 INFO O| Aug 19 03:47:31.875 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-19T03:47:32.997Z[ recovery-image] Aug 19 03:47:31.884 INFO O| Aug 19 03:47:31.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75632026-08-19T03:47:32.997Z[ recovery-image] Aug 19 03:47:31.884 INFO O| Aug 19 03:47:31.884 INFO STEP 761 (remove_files) COMPLETE
75642026-08-19T03:47:32.997Z[ recovery-image] Aug 19 03:47:31.884 INFO O| Aug 19 03:47:31.884 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-19T03:47:33.007Z[ recovery-image] Aug 19 03:47:31.894 INFO O| Aug 19 03:47:31.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75662026-08-19T03:47:33.007Z[ recovery-image] Aug 19 03:47:31.894 INFO O| Aug 19 03:47:31.894 INFO STEP 762 (remove_files) COMPLETE
75672026-08-19T03:47:33.007Z[ recovery-image] Aug 19 03:47:31.894 INFO O| Aug 19 03:47:31.894 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-19T03:47:33.016Z[ recovery-image] Aug 19 03:47:31.903 INFO O| Aug 19 03:47:31.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75692026-08-19T03:47:33.016Z[ recovery-image] Aug 19 03:47:31.903 INFO O| Aug 19 03:47:31.903 INFO STEP 763 (remove_files) COMPLETE
75702026-08-19T03:47:33.016Z[ recovery-image] Aug 19 03:47:31.903 INFO O| Aug 19 03:47:31.903 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-19T03:47:33.025Z[ recovery-image] Aug 19 03:47:31.912 INFO O| Aug 19 03:47:31.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75722026-08-19T03:47:33.025Z[ recovery-image] Aug 19 03:47:31.912 INFO O| Aug 19 03:47:31.912 INFO STEP 764 (remove_files) COMPLETE
75732026-08-19T03:47:33.025Z[ recovery-image] Aug 19 03:47:31.912 INFO O| Aug 19 03:47:31.912 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-19T03:47:33.034Z[ recovery-image] Aug 19 03:47:31.921 INFO O| Aug 19 03:47:31.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75752026-08-19T03:47:33.034Z[ recovery-image] Aug 19 03:47:31.921 INFO O| Aug 19 03:47:31.921 INFO STEP 765 (remove_files) COMPLETE
75762026-08-19T03:47:33.037Z[ recovery-image] Aug 19 03:47:31.921 INFO O| Aug 19 03:47:31.921 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-19T03:47:33.042Z[ recovery-image] Aug 19 03:47:31.929 INFO O| Aug 19 03:47:31.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75782026-08-19T03:47:33.042Z[ recovery-image] Aug 19 03:47:31.929 INFO O| Aug 19 03:47:31.929 INFO STEP 766 (remove_files) COMPLETE
75792026-08-19T03:47:33.042Z[ recovery-image] Aug 19 03:47:31.929 INFO O| Aug 19 03:47:31.929 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-19T03:47:33.051Z[ recovery-image] Aug 19 03:47:31.938 INFO O| Aug 19 03:47:31.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75812026-08-19T03:47:33.051Z[ recovery-image] Aug 19 03:47:31.938 INFO O| Aug 19 03:47:31.938 INFO STEP 767 (remove_files) COMPLETE
75822026-08-19T03:47:33.051Z[ recovery-image] Aug 19 03:47:31.938 INFO O| Aug 19 03:47:31.938 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-19T03:47:33.062Z[ recovery-image] Aug 19 03:47:31.949 INFO O| Aug 19 03:47:31.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75842026-08-19T03:47:33.062Z[ recovery-image] Aug 19 03:47:31.949 INFO O| Aug 19 03:47:31.949 INFO STEP 768 (remove_files) COMPLETE
75852026-08-19T03:47:33.062Z[ recovery-image] Aug 19 03:47:31.949 INFO O| Aug 19 03:47:31.949 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-19T03:47:33.072Z[ recovery-image] Aug 19 03:47:31.959 INFO O| Aug 19 03:47:31.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75872026-08-19T03:47:33.072Z[ recovery-image] Aug 19 03:47:31.959 INFO O| Aug 19 03:47:31.959 INFO STEP 769 (remove_files) COMPLETE
75882026-08-19T03:47:33.072Z[ recovery-image] Aug 19 03:47:31.959 INFO O| Aug 19 03:47:31.959 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-19T03:47:33.081Z[ recovery-image] Aug 19 03:47:31.968 INFO O| Aug 19 03:47:31.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75902026-08-19T03:47:33.081Z[ recovery-image] Aug 19 03:47:31.968 INFO O| Aug 19 03:47:31.968 INFO STEP 770 (remove_files) COMPLETE
75912026-08-19T03:47:33.081Z[ recovery-image] Aug 19 03:47:31.968 INFO O| Aug 19 03:47:31.968 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-19T03:47:33.090Z[ recovery-image] Aug 19 03:47:31.977 INFO O| Aug 19 03:47:31.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75932026-08-19T03:47:33.090Z[ recovery-image] Aug 19 03:47:31.977 INFO O| Aug 19 03:47:31.977 INFO STEP 771 (remove_files) COMPLETE
75942026-08-19T03:47:33.090Z[ recovery-image] Aug 19 03:47:31.977 INFO O| Aug 19 03:47:31.977 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-19T03:47:33.099Z[ recovery-image] Aug 19 03:47:31.986 INFO O| Aug 19 03:47:31.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75962026-08-19T03:47:33.099Z[ recovery-image] Aug 19 03:47:31.986 INFO O| Aug 19 03:47:31.986 INFO STEP 772 (remove_files) COMPLETE
75972026-08-19T03:47:33.099Z[ recovery-image] Aug 19 03:47:31.986 INFO O| Aug 19 03:47:31.986 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-19T03:47:33.110Z[ recovery-image] Aug 19 03:47:31.996 INFO O| Aug 19 03:47:31.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75992026-08-19T03:47:33.110Z[ recovery-image] Aug 19 03:47:31.996 INFO O| Aug 19 03:47:31.996 INFO STEP 773 (remove_files) COMPLETE
76002026-08-19T03:47:33.110Z[ recovery-image] Aug 19 03:47:31.996 INFO O| Aug 19 03:47:31.996 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-19T03:47:33.119Z[ recovery-image] Aug 19 03:47:32.006 INFO O| Aug 19 03:47:32.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76022026-08-19T03:47:33.119Z[ recovery-image] Aug 19 03:47:32.006 INFO O| Aug 19 03:47:32.006 INFO STEP 774 (remove_files) COMPLETE
76032026-08-19T03:47:33.122Z[ recovery-image] Aug 19 03:47:32.006 INFO O| Aug 19 03:47:32.006 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-19T03:47:33.128Z[ recovery-image] Aug 19 03:47:32.015 INFO O| Aug 19 03:47:32.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76052026-08-19T03:47:33.129Z[ recovery-image] Aug 19 03:47:32.015 INFO O| Aug 19 03:47:32.015 INFO STEP 775 (remove_files) COMPLETE
76062026-08-19T03:47:33.132Z[ recovery-image] Aug 19 03:47:32.015 INFO O| Aug 19 03:47:32.015 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-19T03:47:33.138Z[ recovery-image] Aug 19 03:47:32.025 INFO O| Aug 19 03:47:32.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76082026-08-19T03:47:33.138Z[ recovery-image] Aug 19 03:47:32.025 INFO O| Aug 19 03:47:32.025 INFO STEP 776 (remove_files) COMPLETE
76092026-08-19T03:47:33.138Z[ recovery-image] Aug 19 03:47:32.025 INFO O| Aug 19 03:47:32.025 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-19T03:47:33.148Z[ recovery-image] Aug 19 03:47:32.034 INFO O| Aug 19 03:47:32.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76112026-08-19T03:47:33.148Z[ recovery-image] Aug 19 03:47:32.034 INFO O| Aug 19 03:47:32.034 INFO STEP 777 (remove_files) COMPLETE
76122026-08-19T03:47:33.148Z[ recovery-image] Aug 19 03:47:32.034 INFO O| Aug 19 03:47:32.034 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-19T03:47:33.157Z[ recovery-image] Aug 19 03:47:32.044 INFO O| Aug 19 03:47:32.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76142026-08-19T03:47:33.157Z[ recovery-image] Aug 19 03:47:32.044 INFO O| Aug 19 03:47:32.044 INFO STEP 778 (remove_files) COMPLETE
76152026-08-19T03:47:33.157Z[ recovery-image] Aug 19 03:47:32.044 INFO O| Aug 19 03:47:32.044 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-19T03:47:33.167Z[ recovery-image] Aug 19 03:47:32.054 INFO O| Aug 19 03:47:32.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76172026-08-19T03:47:33.167Z[ recovery-image] Aug 19 03:47:32.054 INFO O| Aug 19 03:47:32.054 INFO STEP 779 (remove_files) COMPLETE
76182026-08-19T03:47:33.167Z[ recovery-image] Aug 19 03:47:32.054 INFO O| Aug 19 03:47:32.054 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-19T03:47:33.179Z[ recovery-image] Aug 19 03:47:32.066 INFO O| Aug 19 03:47:32.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76202026-08-19T03:47:33.179Z[ recovery-image] Aug 19 03:47:32.066 INFO O| Aug 19 03:47:32.066 INFO STEP 780 (remove_files) COMPLETE
76212026-08-19T03:47:33.179Z[ recovery-image] Aug 19 03:47:32.066 INFO O| Aug 19 03:47:32.066 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-19T03:47:33.201Z[ recovery-image] Aug 19 03:47:32.087 INFO O| Aug 19 03:47:32.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76232026-08-19T03:47:33.201Z[ recovery-image] Aug 19 03:47:32.088 INFO O| Aug 19 03:47:32.087 INFO STEP 781 (remove_files) COMPLETE
76242026-08-19T03:47:33.201Z[ recovery-image] Aug 19 03:47:32.088 INFO O| Aug 19 03:47:32.088 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-19T03:47:33.211Z[ recovery-image] Aug 19 03:47:32.098 INFO O| Aug 19 03:47:32.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76262026-08-19T03:47:33.211Z[ recovery-image] Aug 19 03:47:32.098 INFO O| Aug 19 03:47:32.098 INFO STEP 782 (remove_files) COMPLETE
76272026-08-19T03:47:33.211Z[ recovery-image] Aug 19 03:47:32.098 INFO O| Aug 19 03:47:32.098 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-19T03:47:33.221Z[ recovery-image] Aug 19 03:47:32.107 INFO O| Aug 19 03:47:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76292026-08-19T03:47:33.221Z[ recovery-image] Aug 19 03:47:32.107 INFO O| Aug 19 03:47:32.107 INFO STEP 783 (remove_files) COMPLETE
76302026-08-19T03:47:33.221Z[ recovery-image] Aug 19 03:47:32.107 INFO O| Aug 19 03:47:32.107 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-19T03:47:33.230Z[ recovery-image] Aug 19 03:47:32.117 INFO O| Aug 19 03:47:32.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76322026-08-19T03:47:33.230Z[ recovery-image] Aug 19 03:47:32.117 INFO O| Aug 19 03:47:32.117 INFO STEP 784 (remove_files) COMPLETE
76332026-08-19T03:47:33.230Z[ recovery-image] Aug 19 03:47:32.117 INFO O| Aug 19 03:47:32.117 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-19T03:47:33.242Z[ recovery-image] Aug 19 03:47:32.128 INFO O| Aug 19 03:47:32.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76352026-08-19T03:47:33.243Z[ recovery-image] Aug 19 03:47:32.128 INFO O| Aug 19 03:47:32.128 INFO STEP 785 (remove_files) COMPLETE
76362026-08-19T03:47:33.245Z[ recovery-image] Aug 19 03:47:32.128 INFO O| Aug 19 03:47:32.128 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-19T03:47:33.252Z[ recovery-image] Aug 19 03:47:32.138 INFO O| Aug 19 03:47:32.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76382026-08-19T03:47:33.252Z[ recovery-image] Aug 19 03:47:32.138 INFO O| Aug 19 03:47:32.138 INFO STEP 786 (remove_files) COMPLETE
76392026-08-19T03:47:33.255Z[ recovery-image] Aug 19 03:47:32.138 INFO O| Aug 19 03:47:32.138 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-19T03:47:33.262Z[ recovery-image] Aug 19 03:47:32.148 INFO O| Aug 19 03:47:32.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76412026-08-19T03:47:33.262Z[ recovery-image] Aug 19 03:47:32.148 INFO O| Aug 19 03:47:32.148 INFO STEP 787 (remove_files) COMPLETE
76422026-08-19T03:47:33.262Z[ recovery-image] Aug 19 03:47:32.148 INFO O| Aug 19 03:47:32.148 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-19T03:47:33.272Z[ recovery-image] Aug 19 03:47:32.158 INFO O| Aug 19 03:47:32.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76442026-08-19T03:47:33.272Z[ recovery-image] Aug 19 03:47:32.158 INFO O| Aug 19 03:47:32.158 INFO STEP 788 (remove_files) COMPLETE
76452026-08-19T03:47:33.272Z[ recovery-image] Aug 19 03:47:32.158 INFO O| Aug 19 03:47:32.158 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-19T03:47:33.281Z[ recovery-image] Aug 19 03:47:32.168 INFO O| Aug 19 03:47:32.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76472026-08-19T03:47:33.281Z[ recovery-image] Aug 19 03:47:32.168 INFO O| Aug 19 03:47:32.168 INFO STEP 789 (remove_files) COMPLETE
76482026-08-19T03:47:33.281Z[ recovery-image] Aug 19 03:47:32.168 INFO O| Aug 19 03:47:32.168 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-19T03:47:33.292Z[ recovery-image] Aug 19 03:47:32.179 INFO O| Aug 19 03:47:32.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76502026-08-19T03:47:33.292Z[ recovery-image] Aug 19 03:47:32.179 INFO O| Aug 19 03:47:32.179 INFO STEP 790 (remove_files) COMPLETE
76512026-08-19T03:47:33.292Z[ recovery-image] Aug 19 03:47:32.179 INFO O| Aug 19 03:47:32.179 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-19T03:47:33.303Z[ recovery-image] Aug 19 03:47:32.189 INFO O| Aug 19 03:47:32.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76532026-08-19T03:47:33.303Z[ recovery-image] Aug 19 03:47:32.189 INFO O| Aug 19 03:47:32.189 INFO STEP 791 (remove_files) COMPLETE
76542026-08-19T03:47:33.303Z[ recovery-image] Aug 19 03:47:32.189 INFO O| Aug 19 03:47:32.189 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-19T03:47:33.312Z[ recovery-image] Aug 19 03:47:32.198 INFO O| Aug 19 03:47:32.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76562026-08-19T03:47:33.312Z[ recovery-image] Aug 19 03:47:32.198 INFO O| Aug 19 03:47:32.198 INFO STEP 792 (remove_files) COMPLETE
76572026-08-19T03:47:33.312Z[ recovery-image] Aug 19 03:47:32.198 INFO O| Aug 19 03:47:32.198 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-19T03:47:33.321Z[ recovery-image] Aug 19 03:47:32.207 INFO O| Aug 19 03:47:32.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76592026-08-19T03:47:33.321Z[ recovery-image] Aug 19 03:47:32.207 INFO O| Aug 19 03:47:32.207 INFO STEP 793 (remove_files) COMPLETE
76602026-08-19T03:47:33.321Z[ recovery-image] Aug 19 03:47:32.207 INFO O| Aug 19 03:47:32.207 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-19T03:47:33.329Z[ recovery-image] Aug 19 03:47:32.216 INFO O| Aug 19 03:47:32.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76622026-08-19T03:47:33.329Z[ recovery-image] Aug 19 03:47:32.216 INFO O| Aug 19 03:47:32.216 INFO STEP 794 (remove_files) COMPLETE
76632026-08-19T03:47:33.329Z[ recovery-image] Aug 19 03:47:32.216 INFO O| Aug 19 03:47:32.216 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-19T03:47:33.338Z[ recovery-image] Aug 19 03:47:32.224 INFO O| Aug 19 03:47:32.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76652026-08-19T03:47:33.339Z[ recovery-image] Aug 19 03:47:32.224 INFO O| Aug 19 03:47:32.224 INFO STEP 795 (remove_files) COMPLETE
76662026-08-19T03:47:33.339Z[ recovery-image] Aug 19 03:47:32.224 INFO O| Aug 19 03:47:32.224 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-19T03:47:33.345Z[ recovery-image] Aug 19 03:47:32.232 INFO O| Aug 19 03:47:32.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76682026-08-19T03:47:33.345Z[ recovery-image] Aug 19 03:47:32.232 INFO O| Aug 19 03:47:32.232 INFO STEP 796 (remove_files) COMPLETE
76692026-08-19T03:47:33.345Z[ recovery-image] Aug 19 03:47:32.232 INFO O| Aug 19 03:47:32.232 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-19T03:47:33.354Z[ recovery-image] Aug 19 03:47:32.240 INFO O| Aug 19 03:47:32.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76712026-08-19T03:47:33.354Z[ recovery-image] Aug 19 03:47:32.240 INFO O| Aug 19 03:47:32.240 INFO STEP 797 (remove_files) COMPLETE
76722026-08-19T03:47:33.354Z[ recovery-image] Aug 19 03:47:32.240 INFO O| Aug 19 03:47:32.240 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-19T03:47:33.362Z[ recovery-image] Aug 19 03:47:32.248 INFO O| Aug 19 03:47:32.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76742026-08-19T03:47:33.362Z[ recovery-image] Aug 19 03:47:32.248 INFO O| Aug 19 03:47:32.248 INFO STEP 798 (remove_files) COMPLETE
76752026-08-19T03:47:33.362Z[ recovery-image] Aug 19 03:47:32.248 INFO O| Aug 19 03:47:32.248 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-19T03:47:33.370Z[ recovery-image] Aug 19 03:47:32.256 INFO O| Aug 19 03:47:32.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76772026-08-19T03:47:33.370Z[ recovery-image] Aug 19 03:47:32.256 INFO O| Aug 19 03:47:32.256 INFO STEP 799 (remove_files) COMPLETE
76782026-08-19T03:47:33.370Z[ recovery-image] Aug 19 03:47:32.256 INFO O| Aug 19 03:47:32.256 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-19T03:47:33.380Z[ recovery-image] Aug 19 03:47:32.265 INFO O| Aug 19 03:47:32.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76802026-08-19T03:47:33.380Z[ recovery-image] Aug 19 03:47:32.266 INFO O| Aug 19 03:47:32.266 INFO STEP 800 (remove_files) COMPLETE
76812026-08-19T03:47:33.380Z[ recovery-image] Aug 19 03:47:32.266 INFO O| Aug 19 03:47:32.266 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-19T03:47:33.388Z[ recovery-image] Aug 19 03:47:32.274 INFO O| Aug 19 03:47:32.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76832026-08-19T03:47:33.388Z[ recovery-image] Aug 19 03:47:32.275 INFO O| Aug 19 03:47:32.275 INFO STEP 801 (remove_files) COMPLETE
76842026-08-19T03:47:33.388Z[ recovery-image] Aug 19 03:47:32.275 INFO O| Aug 19 03:47:32.275 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-19T03:47:33.394Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
76862026-08-19T03:47:33.397Z[ recovery-image] Aug 19 03:47:32.284 INFO O| Aug 19 03:47:32.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76872026-08-19T03:47:33.397Z[ recovery-image] Aug 19 03:47:32.284 INFO O| Aug 19 03:47:32.284 INFO STEP 802 (remove_files) COMPLETE
76882026-08-19T03:47:33.397Z[ recovery-image] Aug 19 03:47:32.284 INFO O| Aug 19 03:47:32.284 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-19T03:47:33.407Z[ recovery-image] Aug 19 03:47:32.293 INFO O| Aug 19 03:47:32.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76902026-08-19T03:47:33.407Z[ recovery-image] Aug 19 03:47:32.294 INFO O| Aug 19 03:47:32.294 INFO STEP 803 (remove_files) COMPLETE
76912026-08-19T03:47:33.407Z[ recovery-image] Aug 19 03:47:32.294 INFO O| Aug 19 03:47:32.294 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-19T03:47:33.417Z[ recovery-image] Aug 19 03:47:32.304 INFO O| Aug 19 03:47:32.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76932026-08-19T03:47:33.417Z[ recovery-image] Aug 19 03:47:32.304 INFO O| Aug 19 03:47:32.304 INFO STEP 804 (remove_files) COMPLETE
76942026-08-19T03:47:33.417Z[ recovery-image] Aug 19 03:47:32.304 INFO O| Aug 19 03:47:32.304 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-19T03:47:33.428Z[ recovery-image] Aug 19 03:47:32.315 INFO O| Aug 19 03:47:32.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76962026-08-19T03:47:33.428Z[ recovery-image] Aug 19 03:47:32.315 INFO O| Aug 19 03:47:32.315 INFO STEP 805 (remove_files) COMPLETE
76972026-08-19T03:47:33.428Z[ recovery-image] Aug 19 03:47:32.315 INFO O| Aug 19 03:47:32.315 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.325 INFO O| Aug 19 03:47:32.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76992026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.325 INFO O| Aug 19 03:47:32.325 INFO STEP 806 (remove_files) COMPLETE
77002026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.325 INFO O| Aug 19 03:47:32.325 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.336 INFO O| Aug 19 03:47:32.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77022026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.336 INFO O| Aug 19 03:47:32.336 INFO STEP 807 (remove_files) COMPLETE
77032026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.336 INFO O| Aug 19 03:47:32.336 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.346 INFO O| Aug 19 03:47:32.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77052026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.346 INFO O| Aug 19 03:47:32.346 INFO STEP 808 (remove_files) COMPLETE
77062026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.346 INFO O| Aug 19 03:47:32.346 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.356 INFO O| Aug 19 03:47:32.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77082026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.356 INFO O| Aug 19 03:47:32.356 INFO STEP 809 (remove_files) COMPLETE
77092026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.356 INFO O| Aug 19 03:47:32.356 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.367 INFO O| Aug 19 03:47:32.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77112026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.367 INFO O| Aug 19 03:47:32.367 INFO STEP 810 (remove_files) COMPLETE
77122026-08-19T03:47:33.493Z[ recovery-image] Aug 19 03:47:32.367 INFO O| Aug 19 03:47:32.367 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-19T03:47:33.497Z[ recovery-image] Aug 19 03:47:32.377 INFO O| Aug 19 03:47:32.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77142026-08-19T03:47:33.497Z[ recovery-image] Aug 19 03:47:32.377 INFO O| Aug 19 03:47:32.377 INFO STEP 811 (remove_files) COMPLETE
77152026-08-19T03:47:33.497Z[ recovery-image] Aug 19 03:47:32.377 INFO O| Aug 19 03:47:32.377 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-19T03:47:33.500Z[ recovery-image] Aug 19 03:47:32.387 INFO O| Aug 19 03:47:32.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77172026-08-19T03:47:33.500Z[ recovery-image] Aug 19 03:47:32.387 INFO O| Aug 19 03:47:32.387 INFO STEP 812 (remove_files) COMPLETE
77182026-08-19T03:47:33.500Z[ recovery-image] Aug 19 03:47:32.387 INFO O| Aug 19 03:47:32.387 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-19T03:47:33.510Z[ recovery-image] Aug 19 03:47:32.397 INFO O| Aug 19 03:47:32.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77202026-08-19T03:47:33.510Z[ recovery-image] Aug 19 03:47:32.397 INFO O| Aug 19 03:47:32.397 INFO STEP 813 (remove_files) COMPLETE
77212026-08-19T03:47:33.510Z[ recovery-image] Aug 19 03:47:32.397 INFO O| Aug 19 03:47:32.397 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-19T03:47:33.519Z[ recovery-image] Aug 19 03:47:32.406 INFO O| Aug 19 03:47:32.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77232026-08-19T03:47:33.519Z[ recovery-image] Aug 19 03:47:32.406 INFO O| Aug 19 03:47:32.406 INFO STEP 814 (remove_files) COMPLETE
77242026-08-19T03:47:33.519Z[ recovery-image] Aug 19 03:47:32.406 INFO O| Aug 19 03:47:32.406 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-19T03:47:33.537Z[ recovery-image] Aug 19 03:47:32.415 INFO O| Aug 19 03:47:32.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77262026-08-19T03:47:33.537Z[ recovery-image] Aug 19 03:47:32.415 INFO O| Aug 19 03:47:32.415 INFO STEP 815 (remove_files) COMPLETE
77272026-08-19T03:47:33.537Z[ recovery-image] Aug 19 03:47:32.415 INFO O| Aug 19 03:47:32.415 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-19T03:47:33.540Z[ recovery-image] Aug 19 03:47:32.424 INFO O| Aug 19 03:47:32.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77292026-08-19T03:47:33.540Z[ recovery-image] Aug 19 03:47:32.424 INFO O| Aug 19 03:47:32.424 INFO STEP 816 (remove_files) COMPLETE
77302026-08-19T03:47:33.540Z[ recovery-image] Aug 19 03:47:32.424 INFO O| Aug 19 03:47:32.424 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-19T03:47:33.545Z[ recovery-image] Aug 19 03:47:32.432 INFO O| Aug 19 03:47:32.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77322026-08-19T03:47:33.545Z[ recovery-image] Aug 19 03:47:32.432 INFO O| Aug 19 03:47:32.432 INFO STEP 817 (remove_files) COMPLETE
77332026-08-19T03:47:33.546Z[ recovery-image] Aug 19 03:47:32.432 INFO O| Aug 19 03:47:32.432 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-19T03:47:33.554Z[ recovery-image] Aug 19 03:47:32.441 INFO O| Aug 19 03:47:32.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77352026-08-19T03:47:33.554Z[ recovery-image] Aug 19 03:47:32.441 INFO O| Aug 19 03:47:32.441 INFO STEP 818 (remove_files) COMPLETE
77362026-08-19T03:47:33.557Z[ recovery-image] Aug 19 03:47:32.441 INFO O| Aug 19 03:47:32.441 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-19T03:47:33.562Z[ recovery-image] Aug 19 03:47:32.449 INFO O| Aug 19 03:47:32.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77382026-08-19T03:47:33.562Z[ recovery-image] Aug 19 03:47:32.449 INFO O| Aug 19 03:47:32.449 INFO STEP 819 (remove_files) COMPLETE
77392026-08-19T03:47:33.565Z[ recovery-image] Aug 19 03:47:32.449 INFO O| Aug 19 03:47:32.449 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-19T03:47:33.570Z[ recovery-image] Aug 19 03:47:32.457 INFO O| Aug 19 03:47:32.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77412026-08-19T03:47:33.570Z[ recovery-image] Aug 19 03:47:32.457 INFO O| Aug 19 03:47:32.457 INFO STEP 820 (remove_files) COMPLETE
77422026-08-19T03:47:33.570Z[ recovery-image] Aug 19 03:47:32.457 INFO O| Aug 19 03:47:32.457 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-19T03:47:33.579Z[ recovery-image] Aug 19 03:47:32.465 INFO O| Aug 19 03:47:32.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77442026-08-19T03:47:33.579Z[ recovery-image] Aug 19 03:47:32.466 INFO O| Aug 19 03:47:32.466 INFO STEP 821 (remove_files) COMPLETE
77452026-08-19T03:47:33.584Z[ recovery-image] Aug 19 03:47:32.466 INFO O| Aug 19 03:47:32.466 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-19T03:47:33.589Z[ recovery-image] Aug 19 03:47:32.474 INFO O| Aug 19 03:47:32.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77472026-08-19T03:47:33.589Z[ recovery-image] Aug 19 03:47:32.474 INFO O| Aug 19 03:47:32.474 INFO STEP 822 (remove_files) COMPLETE
77482026-08-19T03:47:33.589Z[ recovery-image] Aug 19 03:47:32.474 INFO O| Aug 19 03:47:32.474 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-19T03:47:33.597Z[ recovery-image] Aug 19 03:47:32.484 INFO O| Aug 19 03:47:32.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77502026-08-19T03:47:33.597Z[ recovery-image] Aug 19 03:47:32.484 INFO O| Aug 19 03:47:32.484 INFO STEP 823 (remove_files) COMPLETE
77512026-08-19T03:47:33.597Z[ recovery-image] Aug 19 03:47:32.484 INFO O| Aug 19 03:47:32.484 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-19T03:47:33.605Z[ recovery-image] Aug 19 03:47:32.492 INFO O| Aug 19 03:47:32.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77532026-08-19T03:47:33.606Z[ recovery-image] Aug 19 03:47:32.492 INFO O| Aug 19 03:47:32.492 INFO STEP 824 (remove_files) COMPLETE
77542026-08-19T03:47:33.609Z[ recovery-image] Aug 19 03:47:32.492 INFO O| Aug 19 03:47:32.492 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-19T03:47:33.614Z[ recovery-image] Aug 19 03:47:32.501 INFO O| Aug 19 03:47:32.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77562026-08-19T03:47:33.614Z[ recovery-image] Aug 19 03:47:32.501 INFO O| Aug 19 03:47:32.501 INFO STEP 825 (remove_files) COMPLETE
77572026-08-19T03:47:33.614Z[ recovery-image] Aug 19 03:47:32.501 INFO O| Aug 19 03:47:32.501 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-19T03:47:33.624Z[ recovery-image] Aug 19 03:47:32.511 INFO O| Aug 19 03:47:32.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77592026-08-19T03:47:33.625Z[ recovery-image] Aug 19 03:47:32.511 INFO O| Aug 19 03:47:32.511 INFO STEP 826 (remove_files) COMPLETE
77602026-08-19T03:47:33.625Z[ recovery-image] Aug 19 03:47:32.511 INFO O| Aug 19 03:47:32.511 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-19T03:47:33.631Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
77622026-08-19T03:47:33.634Z[ recovery-image] Aug 19 03:47:32.520 INFO O| Aug 19 03:47:32.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77632026-08-19T03:47:33.634Z[ recovery-image] Aug 19 03:47:32.520 INFO O| Aug 19 03:47:32.520 INFO STEP 827 (remove_files) COMPLETE
77642026-08-19T03:47:33.634Z[ recovery-image] Aug 19 03:47:32.520 INFO O| Aug 19 03:47:32.520 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-19T03:47:33.643Z[ recovery-image] Aug 19 03:47:32.530 INFO O| Aug 19 03:47:32.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77662026-08-19T03:47:33.643Z[ recovery-image] Aug 19 03:47:32.530 INFO O| Aug 19 03:47:32.530 INFO STEP 828 (remove_files) COMPLETE
77672026-08-19T03:47:33.643Z[ recovery-image] Aug 19 03:47:32.530 INFO O| Aug 19 03:47:32.530 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-19T03:47:33.653Z[ recovery-image] Aug 19 03:47:32.540 INFO O| Aug 19 03:47:32.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77692026-08-19T03:47:33.653Z[ recovery-image] Aug 19 03:47:32.540 INFO O| Aug 19 03:47:32.540 INFO STEP 829 (remove_files) COMPLETE
77702026-08-19T03:47:33.653Z[ recovery-image] Aug 19 03:47:32.540 INFO O| Aug 19 03:47:32.540 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-19T03:47:33.663Z[ recovery-image] Aug 19 03:47:32.550 INFO O| Aug 19 03:47:32.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77722026-08-19T03:47:33.663Z[ recovery-image] Aug 19 03:47:32.550 INFO O| Aug 19 03:47:32.550 INFO STEP 830 (remove_files) COMPLETE
77732026-08-19T03:47:33.664Z[ recovery-image] Aug 19 03:47:32.550 INFO O| Aug 19 03:47:32.550 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-19T03:47:33.674Z[ recovery-image] Aug 19 03:47:32.561 INFO O| Aug 19 03:47:32.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77752026-08-19T03:47:33.677Z[ recovery-image] Aug 19 03:47:32.561 INFO O| Aug 19 03:47:32.561 INFO STEP 831 (remove_files) COMPLETE
77762026-08-19T03:47:33.677Z[ recovery-image] Aug 19 03:47:32.561 INFO O| Aug 19 03:47:32.561 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-19T03:47:33.684Z[ recovery-image] Aug 19 03:47:32.571 INFO O| Aug 19 03:47:32.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77782026-08-19T03:47:33.684Z[ recovery-image] Aug 19 03:47:32.571 INFO O| Aug 19 03:47:32.571 INFO STEP 832 (remove_files) COMPLETE
77792026-08-19T03:47:33.684Z[ recovery-image] Aug 19 03:47:32.571 INFO O| Aug 19 03:47:32.571 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-19T03:47:33.694Z[ recovery-image] Aug 19 03:47:32.581 INFO O| Aug 19 03:47:32.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77812026-08-19T03:47:33.694Z[ recovery-image] Aug 19 03:47:32.581 INFO O| Aug 19 03:47:32.581 INFO STEP 833 (remove_files) COMPLETE
77822026-08-19T03:47:33.694Z[ recovery-image] Aug 19 03:47:32.581 INFO O| Aug 19 03:47:32.581 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-19T03:47:33.704Z[ recovery-image] Aug 19 03:47:32.590 INFO O| Aug 19 03:47:32.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77842026-08-19T03:47:33.704Z[ recovery-image] Aug 19 03:47:32.590 INFO O| Aug 19 03:47:32.590 INFO STEP 834 (remove_files) COMPLETE
77852026-08-19T03:47:33.704Z[ recovery-image] Aug 19 03:47:32.590 INFO O| Aug 19 03:47:32.590 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-19T03:47:33.713Z[ recovery-image] Aug 19 03:47:32.600 INFO O| Aug 19 03:47:32.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77872026-08-19T03:47:33.713Z[ recovery-image] Aug 19 03:47:32.600 INFO O| Aug 19 03:47:32.600 INFO STEP 835 (remove_files) COMPLETE
77882026-08-19T03:47:33.713Z[ recovery-image] Aug 19 03:47:32.600 INFO O| Aug 19 03:47:32.600 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-19T03:47:33.723Z[ recovery-image] Aug 19 03:47:32.610 INFO O| Aug 19 03:47:32.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77902026-08-19T03:47:33.723Z[ recovery-image] Aug 19 03:47:32.610 INFO O| Aug 19 03:47:32.610 INFO STEP 836 (remove_files) COMPLETE
77912026-08-19T03:47:33.726Z[ recovery-image] Aug 19 03:47:32.610 INFO O| Aug 19 03:47:32.610 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-19T03:47:33.733Z[ recovery-image] Aug 19 03:47:32.620 INFO O| Aug 19 03:47:32.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77932026-08-19T03:47:33.733Z[ recovery-image] Aug 19 03:47:32.620 INFO O| Aug 19 03:47:32.620 INFO STEP 837 (remove_files) COMPLETE
77942026-08-19T03:47:33.733Z[ recovery-image] Aug 19 03:47:32.620 INFO O| Aug 19 03:47:32.620 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-19T03:47:33.742Z[ recovery-image] Aug 19 03:47:32.629 INFO O| Aug 19 03:47:32.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77962026-08-19T03:47:33.742Z[ recovery-image] Aug 19 03:47:32.629 INFO O| Aug 19 03:47:32.629 INFO STEP 838 (remove_files) COMPLETE
77972026-08-19T03:47:33.742Z[ recovery-image] Aug 19 03:47:32.629 INFO O| Aug 19 03:47:32.629 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-19T03:47:33.752Z[ recovery-image] Aug 19 03:47:32.639 INFO O| Aug 19 03:47:32.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77992026-08-19T03:47:33.752Z[ recovery-image] Aug 19 03:47:32.639 INFO O| Aug 19 03:47:32.639 INFO STEP 839 (remove_files) COMPLETE
78002026-08-19T03:47:33.752Z[ recovery-image] Aug 19 03:47:32.639 INFO O| Aug 19 03:47:32.639 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-19T03:47:33.762Z[ recovery-image] Aug 19 03:47:32.648 INFO O| Aug 19 03:47:32.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78022026-08-19T03:47:33.762Z[ recovery-image] Aug 19 03:47:32.649 INFO O| Aug 19 03:47:32.649 INFO STEP 840 (remove_files) COMPLETE
78032026-08-19T03:47:33.765Z[ recovery-image] Aug 19 03:47:32.649 INFO O| Aug 19 03:47:32.649 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-19T03:47:33.771Z[ recovery-image] Aug 19 03:47:32.658 INFO O| Aug 19 03:47:32.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78052026-08-19T03:47:33.771Z[ recovery-image] Aug 19 03:47:32.658 INFO O| Aug 19 03:47:32.658 INFO STEP 841 (remove_files) COMPLETE
78062026-08-19T03:47:33.771Z[ recovery-image] Aug 19 03:47:32.658 INFO O| Aug 19 03:47:32.658 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-19T03:47:33.782Z[ recovery-image] Aug 19 03:47:32.668 INFO O| Aug 19 03:47:32.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78082026-08-19T03:47:33.782Z[ recovery-image] Aug 19 03:47:32.669 INFO O| Aug 19 03:47:32.669 INFO STEP 842 (remove_files) COMPLETE
78092026-08-19T03:47:33.782Z[ recovery-image] Aug 19 03:47:32.669 INFO O| Aug 19 03:47:32.669 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-19T03:47:33.804Z[ recovery-image] Aug 19 03:47:32.690 INFO O| Aug 19 03:47:32.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78112026-08-19T03:47:33.804Z[ recovery-image] Aug 19 03:47:32.690 INFO O| Aug 19 03:47:32.678 INFO STEP 843 (remove_files) COMPLETE
78122026-08-19T03:47:33.804Z[ recovery-image] Aug 19 03:47:32.690 INFO O| Aug 19 03:47:32.678 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-19T03:47:33.846Z[ recovery-image] Aug 19 03:47:32.727 INFO O| Aug 19 03:47:32.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78142026-08-19T03:47:33.846Z[ recovery-image] Aug 19 03:47:32.727 INFO O| Aug 19 03:47:32.726 INFO STEP 844 (remove_files) COMPLETE
78152026-08-19T03:47:33.849Z[ recovery-image] Aug 19 03:47:32.727 INFO O| Aug 19 03:47:32.726 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-19T03:47:33.853Z[ recovery-image] Aug 19 03:47:32.739 INFO O| Aug 19 03:47:32.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78172026-08-19T03:47:33.853Z[ recovery-image] Aug 19 03:47:32.739 INFO O| Aug 19 03:47:32.739 INFO STEP 845 (remove_files) COMPLETE
78182026-08-19T03:47:33.853Z[ recovery-image] Aug 19 03:47:32.739 INFO O| Aug 19 03:47:32.739 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-19T03:47:33.863Z[ recovery-image] Aug 19 03:47:32.750 INFO O| Aug 19 03:47:32.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78202026-08-19T03:47:33.863Z[ recovery-image] Aug 19 03:47:32.750 INFO O| Aug 19 03:47:32.750 INFO STEP 846 (remove_files) COMPLETE
78212026-08-19T03:47:33.863Z[ recovery-image] Aug 19 03:47:32.750 INFO O| Aug 19 03:47:32.750 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-19T03:47:33.871Z[ recovery-image] Aug 19 03:47:32.758 INFO O| Aug 19 03:47:32.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78232026-08-19T03:47:33.871Z[ recovery-image] Aug 19 03:47:32.758 INFO O| Aug 19 03:47:32.758 INFO STEP 847 (remove_files) COMPLETE
78242026-08-19T03:47:33.874Z[ recovery-image] Aug 19 03:47:32.758 INFO O| Aug 19 03:47:32.758 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-19T03:47:33.880Z[ recovery-image] Aug 19 03:47:32.767 INFO O| Aug 19 03:47:32.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78262026-08-19T03:47:33.880Z[ recovery-image] Aug 19 03:47:32.767 INFO O| Aug 19 03:47:32.767 INFO STEP 848 (remove_files) COMPLETE
78272026-08-19T03:47:33.883Z[ recovery-image] Aug 19 03:47:32.767 INFO O| Aug 19 03:47:32.767 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-19T03:47:33.888Z[ recovery-image] Aug 19 03:47:32.775 INFO O| Aug 19 03:47:32.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78292026-08-19T03:47:33.888Z[ recovery-image] Aug 19 03:47:32.775 INFO O| Aug 19 03:47:32.775 INFO STEP 849 (remove_files) COMPLETE
78302026-08-19T03:47:33.888Z[ recovery-image] Aug 19 03:47:32.775 INFO O| Aug 19 03:47:32.775 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-19T03:47:33.899Z[ recovery-image] Aug 19 03:47:32.786 INFO O| Aug 19 03:47:32.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78322026-08-19T03:47:33.899Z[ recovery-image] Aug 19 03:47:32.786 INFO O| Aug 19 03:47:32.786 INFO STEP 850 (remove_files) COMPLETE
78332026-08-19T03:47:33.899Z[ recovery-image] Aug 19 03:47:32.786 INFO O| Aug 19 03:47:32.786 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-19T03:47:33.909Z[ recovery-image] Aug 19 03:47:32.796 INFO O| Aug 19 03:47:32.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78352026-08-19T03:47:33.909Z[ recovery-image] Aug 19 03:47:32.796 INFO O| Aug 19 03:47:32.796 INFO STEP 851 (remove_files) COMPLETE
78362026-08-19T03:47:33.909Z[ recovery-image] Aug 19 03:47:32.796 INFO O| Aug 19 03:47:32.796 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-19T03:47:33.919Z[ recovery-image] Aug 19 03:47:32.805 INFO O| Aug 19 03:47:32.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78382026-08-19T03:47:33.919Z[ recovery-image] Aug 19 03:47:32.805 INFO O| Aug 19 03:47:32.805 INFO STEP 852 (remove_files) COMPLETE
78392026-08-19T03:47:33.919Z[ recovery-image] Aug 19 03:47:32.805 INFO O| Aug 19 03:47:32.805 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-19T03:47:33.928Z[ recovery-image] Aug 19 03:47:32.815 INFO O| Aug 19 03:47:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78412026-08-19T03:47:33.928Z[ recovery-image] Aug 19 03:47:32.815 INFO O| Aug 19 03:47:32.815 INFO STEP 853 (remove_files) COMPLETE
78422026-08-19T03:47:33.928Z[ recovery-image] Aug 19 03:47:32.815 INFO O| Aug 19 03:47:32.815 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-19T03:47:33.937Z[ recovery-image] Aug 19 03:47:32.824 INFO O| Aug 19 03:47:32.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78442026-08-19T03:47:33.937Z[ recovery-image] Aug 19 03:47:32.824 INFO O| Aug 19 03:47:32.824 INFO STEP 854 (remove_files) COMPLETE
78452026-08-19T03:47:33.938Z[ recovery-image] Aug 19 03:47:32.824 INFO O| Aug 19 03:47:32.824 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-19T03:47:33.948Z[ recovery-image] Aug 19 03:47:32.834 INFO O| Aug 19 03:47:32.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78472026-08-19T03:47:33.948Z[ recovery-image] Aug 19 03:47:32.835 INFO O| Aug 19 03:47:32.834 INFO STEP 855 (remove_files) COMPLETE
78482026-08-19T03:47:33.948Z[ recovery-image] Aug 19 03:47:32.835 INFO O| Aug 19 03:47:32.834 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-19T03:47:33.959Z[ recovery-image] Aug 19 03:47:32.844 INFO O| Aug 19 03:47:32.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78502026-08-19T03:47:33.959Z[ recovery-image] Aug 19 03:47:32.844 INFO O| Aug 19 03:47:32.844 INFO STEP 856 (remove_files) COMPLETE
78512026-08-19T03:47:33.962Z[ recovery-image] Aug 19 03:47:32.844 INFO O| Aug 19 03:47:32.844 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-19T03:47:33.967Z[ recovery-image] Aug 19 03:47:32.854 INFO O| Aug 19 03:47:32.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78532026-08-19T03:47:33.971Z[ recovery-image] Aug 19 03:47:32.854 INFO O| Aug 19 03:47:32.854 INFO STEP 857 (remove_files) COMPLETE
78542026-08-19T03:47:33.971Z[ recovery-image] Aug 19 03:47:32.854 INFO O| Aug 19 03:47:32.854 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-19T03:47:33.976Z[ recovery-image] Aug 19 03:47:32.863 INFO O| Aug 19 03:47:32.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78562026-08-19T03:47:33.976Z[ recovery-image] Aug 19 03:47:32.863 INFO O| Aug 19 03:47:32.863 INFO STEP 858 (remove_files) COMPLETE
78572026-08-19T03:47:33.976Z[ recovery-image] Aug 19 03:47:32.863 INFO O| Aug 19 03:47:32.863 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-19T03:47:33.986Z[ recovery-image] Aug 19 03:47:32.873 INFO O| Aug 19 03:47:32.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78592026-08-19T03:47:33.986Z[ recovery-image] Aug 19 03:47:32.873 INFO O| Aug 19 03:47:32.873 INFO STEP 859 (remove_files) COMPLETE
78602026-08-19T03:47:33.986Z[ recovery-image] Aug 19 03:47:32.873 INFO O| Aug 19 03:47:32.873 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-19T03:47:33.995Z[ recovery-image] Aug 19 03:47:32.882 INFO O| Aug 19 03:47:32.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78622026-08-19T03:47:33.996Z[ recovery-image] Aug 19 03:47:32.882 INFO O| Aug 19 03:47:32.882 INFO STEP 860 (remove_files) COMPLETE
78632026-08-19T03:47:33.996Z[ recovery-image] Aug 19 03:47:32.882 INFO O| Aug 19 03:47:32.882 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-19T03:47:34.005Z[ recovery-image] Aug 19 03:47:32.892 INFO O| Aug 19 03:47:32.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78652026-08-19T03:47:34.005Z[ recovery-image] Aug 19 03:47:32.892 INFO O| Aug 19 03:47:32.892 INFO STEP 861 (remove_files) COMPLETE
78662026-08-19T03:47:34.005Z[ recovery-image] Aug 19 03:47:32.892 INFO O| Aug 19 03:47:32.892 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-19T03:47:34.014Z[ recovery-image] Aug 19 03:47:32.901 INFO O| Aug 19 03:47:32.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78682026-08-19T03:47:34.014Z[ recovery-image] Aug 19 03:47:32.901 INFO O| Aug 19 03:47:32.901 INFO STEP 862 (remove_files) COMPLETE
78692026-08-19T03:47:34.014Z[ recovery-image] Aug 19 03:47:32.901 INFO O| Aug 19 03:47:32.901 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-19T03:47:34.024Z[ recovery-image] Aug 19 03:47:32.911 INFO O| Aug 19 03:47:32.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78712026-08-19T03:47:34.024Z[ recovery-image] Aug 19 03:47:32.911 INFO O| Aug 19 03:47:32.911 INFO STEP 863 (remove_files) COMPLETE
78722026-08-19T03:47:34.024Z[ recovery-image] Aug 19 03:47:32.911 INFO O| Aug 19 03:47:32.911 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-19T03:47:34.034Z[ recovery-image] Aug 19 03:47:32.920 INFO O| Aug 19 03:47:32.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78742026-08-19T03:47:34.034Z[ recovery-image] Aug 19 03:47:32.920 INFO O| Aug 19 03:47:32.920 INFO STEP 864 (remove_files) COMPLETE
78752026-08-19T03:47:34.034Z[ recovery-image] Aug 19 03:47:32.920 INFO O| Aug 19 03:47:32.920 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-19T03:47:34.043Z[ recovery-image] Aug 19 03:47:32.929 INFO O| Aug 19 03:47:32.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78772026-08-19T03:47:34.043Z[ recovery-image] Aug 19 03:47:32.929 INFO O| Aug 19 03:47:32.929 INFO STEP 865 (remove_files) COMPLETE
78782026-08-19T03:47:34.043Z[ recovery-image] Aug 19 03:47:32.929 INFO O| Aug 19 03:47:32.929 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-19T03:47:34.099Z[ recovery-image] Aug 19 03:47:32.986 INFO O| Aug 19 03:47:32.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78802026-08-19T03:47:34.099Z[ recovery-image] Aug 19 03:47:32.986 INFO O| Aug 19 03:47:32.986 INFO STEP 866 (remove_files) COMPLETE
78812026-08-19T03:47:34.099Z[ recovery-image] Aug 19 03:47:32.986 INFO O| Aug 19 03:47:32.986 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-19T03:47:34.109Z[ recovery-image] Aug 19 03:47:32.996 INFO O| Aug 19 03:47:32.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78832026-08-19T03:47:34.109Z[ recovery-image] Aug 19 03:47:32.996 INFO O| Aug 19 03:47:32.996 INFO STEP 867 (remove_files) COMPLETE
78842026-08-19T03:47:34.109Z[ recovery-image] Aug 19 03:47:32.996 INFO O| Aug 19 03:47:32.996 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-19T03:47:34.119Z[ recovery-image] Aug 19 03:47:33.006 INFO O| Aug 19 03:47:33.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78862026-08-19T03:47:34.119Z[ recovery-image] Aug 19 03:47:33.006 INFO O| Aug 19 03:47:33.006 INFO STEP 868 (remove_files) COMPLETE
78872026-08-19T03:47:34.119Z[ recovery-image] Aug 19 03:47:33.006 INFO O| Aug 19 03:47:33.006 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-19T03:47:34.130Z[ recovery-image] Aug 19 03:47:33.016 INFO O| Aug 19 03:47:33.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78892026-08-19T03:47:34.130Z[ recovery-image] Aug 19 03:47:33.016 INFO O| Aug 19 03:47:33.016 INFO STEP 869 (remove_files) COMPLETE
78902026-08-19T03:47:34.133Z[ recovery-image] Aug 19 03:47:33.016 INFO O| Aug 19 03:47:33.016 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-19T03:47:34.138Z[ recovery-image] Aug 19 03:47:33.025 INFO O| Aug 19 03:47:33.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78922026-08-19T03:47:34.138Z[ recovery-image] Aug 19 03:47:33.025 INFO O| Aug 19 03:47:33.025 INFO STEP 870 (remove_files) COMPLETE
78932026-08-19T03:47:34.139Z[ recovery-image] Aug 19 03:47:33.025 INFO O| Aug 19 03:47:33.025 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-19T03:47:34.150Z[ recovery-image] Aug 19 03:47:33.035 INFO O| Aug 19 03:47:33.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78952026-08-19T03:47:34.150Z[ recovery-image] Aug 19 03:47:33.035 INFO O| Aug 19 03:47:33.035 INFO STEP 871 (remove_files) COMPLETE
78962026-08-19T03:47:34.150Z[ recovery-image] Aug 19 03:47:33.035 INFO O| Aug 19 03:47:33.035 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-19T03:47:34.165Z[ recovery-image] Aug 19 03:47:33.051 INFO O| Aug 19 03:47:33.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78982026-08-19T03:47:34.165Z[ recovery-image] Aug 19 03:47:33.051 INFO O| Aug 19 03:47:33.051 INFO STEP 872 (remove_files) COMPLETE
78992026-08-19T03:47:34.165Z[ recovery-image] Aug 19 03:47:33.051 INFO O| Aug 19 03:47:33.051 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-19T03:47:34.174Z[ recovery-image] Aug 19 03:47:33.061 INFO O| Aug 19 03:47:33.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79012026-08-19T03:47:34.174Z[ recovery-image] Aug 19 03:47:33.061 INFO O| Aug 19 03:47:33.061 INFO STEP 873 (remove_files) COMPLETE
79022026-08-19T03:47:34.178Z[ recovery-image] Aug 19 03:47:33.061 INFO O| Aug 19 03:47:33.061 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-19T03:47:34.182Z[ recovery-image] Aug 19 03:47:33.069 INFO O| Aug 19 03:47:33.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79042026-08-19T03:47:34.182Z[ recovery-image] Aug 19 03:47:33.069 INFO O| Aug 19 03:47:33.069 INFO STEP 874 (remove_files) COMPLETE
79052026-08-19T03:47:34.185Z[ recovery-image] Aug 19 03:47:33.069 INFO O| Aug 19 03:47:33.069 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-19T03:47:34.190Z[ recovery-image] Aug 19 03:47:33.077 INFO O| Aug 19 03:47:33.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79072026-08-19T03:47:34.190Z[ recovery-image] Aug 19 03:47:33.077 INFO O| Aug 19 03:47:33.077 INFO STEP 875 (remove_files) COMPLETE
79082026-08-19T03:47:34.190Z[ recovery-image] Aug 19 03:47:33.077 INFO O| Aug 19 03:47:33.077 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-19T03:47:34.199Z[ recovery-image] Aug 19 03:47:33.086 INFO O| Aug 19 03:47:33.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79102026-08-19T03:47:34.199Z[ recovery-image] Aug 19 03:47:33.086 INFO O| Aug 19 03:47:33.086 INFO STEP 876 (remove_files) COMPLETE
79112026-08-19T03:47:34.199Z[ recovery-image] Aug 19 03:47:33.086 INFO O| Aug 19 03:47:33.086 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-19T03:47:34.209Z[ recovery-image] Aug 19 03:47:33.096 INFO O| Aug 19 03:47:33.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79132026-08-19T03:47:34.209Z[ recovery-image] Aug 19 03:47:33.096 INFO O| Aug 19 03:47:33.096 INFO STEP 877 (remove_files) COMPLETE
79142026-08-19T03:47:34.209Z[ recovery-image] Aug 19 03:47:33.096 INFO O| Aug 19 03:47:33.096 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-19T03:47:34.219Z[ recovery-image] Aug 19 03:47:33.106 INFO O| Aug 19 03:47:33.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79162026-08-19T03:47:34.219Z[ recovery-image] Aug 19 03:47:33.106 INFO O| Aug 19 03:47:33.106 INFO STEP 878 (remove_files) COMPLETE
79172026-08-19T03:47:34.222Z[ recovery-image] Aug 19 03:47:33.106 INFO O| Aug 19 03:47:33.106 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-19T03:47:34.230Z[ recovery-image] Aug 19 03:47:33.117 INFO O| Aug 19 03:47:33.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79192026-08-19T03:47:34.230Z[ recovery-image] Aug 19 03:47:33.117 INFO O| Aug 19 03:47:33.117 INFO STEP 879 (remove_files) COMPLETE
79202026-08-19T03:47:34.230Z[ recovery-image] Aug 19 03:47:33.117 INFO O| Aug 19 03:47:33.117 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-19T03:47:34.240Z[ recovery-image] Aug 19 03:47:33.126 INFO O| Aug 19 03:47:33.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79222026-08-19T03:47:34.240Z[ recovery-image] Aug 19 03:47:33.126 INFO O| Aug 19 03:47:33.126 INFO STEP 880 (remove_files) COMPLETE
79232026-08-19T03:47:34.240Z[ recovery-image] Aug 19 03:47:33.126 INFO O| Aug 19 03:47:33.126 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-19T03:47:34.250Z[ recovery-image] Aug 19 03:47:33.136 INFO O| Aug 19 03:47:33.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79252026-08-19T03:47:34.251Z[ recovery-image] Aug 19 03:47:33.136 INFO O| Aug 19 03:47:33.136 INFO STEP 881 (remove_files) COMPLETE
79262026-08-19T03:47:34.251Z[ recovery-image] Aug 19 03:47:33.136 INFO O| Aug 19 03:47:33.136 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-19T03:47:34.259Z[ recovery-image] Aug 19 03:47:33.146 INFO O| Aug 19 03:47:33.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79282026-08-19T03:47:34.259Z[ recovery-image] Aug 19 03:47:33.146 INFO O| Aug 19 03:47:33.146 INFO STEP 882 (remove_files) COMPLETE
79292026-08-19T03:47:34.259Z[ recovery-image] Aug 19 03:47:33.146 INFO O| Aug 19 03:47:33.146 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-19T03:47:34.269Z[ recovery-image] Aug 19 03:47:33.155 INFO O| Aug 19 03:47:33.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79312026-08-19T03:47:34.269Z[ recovery-image] Aug 19 03:47:33.155 INFO O| Aug 19 03:47:33.155 INFO STEP 883 (remove_files) COMPLETE
79322026-08-19T03:47:34.269Z[ recovery-image] Aug 19 03:47:33.155 INFO O| Aug 19 03:47:33.155 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-19T03:47:34.277Z[ recovery-image] Aug 19 03:47:33.164 INFO O| Aug 19 03:47:33.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79342026-08-19T03:47:34.277Z[ recovery-image] Aug 19 03:47:33.164 INFO O| Aug 19 03:47:33.164 INFO STEP 884 (remove_files) COMPLETE
79352026-08-19T03:47:34.281Z[ recovery-image] Aug 19 03:47:33.164 INFO O| Aug 19 03:47:33.164 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-19T03:47:34.289Z[ recovery-image] Aug 19 03:47:33.175 INFO O| Aug 19 03:47:33.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79372026-08-19T03:47:34.289Z[ recovery-image] Aug 19 03:47:33.175 INFO O| Aug 19 03:47:33.175 INFO STEP 885 (remove_files) COMPLETE
79382026-08-19T03:47:34.292Z[ recovery-image] Aug 19 03:47:33.176 INFO O| Aug 19 03:47:33.175 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-19T03:47:34.299Z[ recovery-image] Aug 19 03:47:33.185 INFO O| Aug 19 03:47:33.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79402026-08-19T03:47:34.299Z[ recovery-image] Aug 19 03:47:33.185 INFO O| Aug 19 03:47:33.185 INFO STEP 886 (remove_files) COMPLETE
79412026-08-19T03:47:34.302Z[ recovery-image] Aug 19 03:47:33.185 INFO O| Aug 19 03:47:33.185 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-19T03:47:34.309Z[ recovery-image] Aug 19 03:47:33.194 INFO O| Aug 19 03:47:33.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79432026-08-19T03:47:34.309Z[ recovery-image] Aug 19 03:47:33.194 INFO O| Aug 19 03:47:33.194 INFO STEP 887 (remove_files) COMPLETE
79442026-08-19T03:47:34.309Z[ recovery-image] Aug 19 03:47:33.194 INFO O| Aug 19 03:47:33.194 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-19T03:47:34.316Z[ recovery-image] Aug 19 03:47:33.202 INFO O| Aug 19 03:47:33.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79462026-08-19T03:47:34.316Z[ recovery-image] Aug 19 03:47:33.202 INFO O| Aug 19 03:47:33.202 INFO STEP 888 (remove_files) COMPLETE
79472026-08-19T03:47:34.316Z[ recovery-image] Aug 19 03:47:33.202 INFO O| Aug 19 03:47:33.202 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-19T03:47:34.325Z[ recovery-image] Aug 19 03:47:33.212 INFO O| Aug 19 03:47:33.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79492026-08-19T03:47:34.325Z[ recovery-image] Aug 19 03:47:33.212 INFO O| Aug 19 03:47:33.212 INFO STEP 889 (remove_files) COMPLETE
79502026-08-19T03:47:34.325Z[ recovery-image] Aug 19 03:47:33.212 INFO O| Aug 19 03:47:33.212 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-19T03:47:34.336Z[ recovery-image] Aug 19 03:47:33.222 INFO O| Aug 19 03:47:33.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79522026-08-19T03:47:34.336Z[ recovery-image] Aug 19 03:47:33.222 INFO O| Aug 19 03:47:33.222 INFO STEP 890 (remove_files) COMPLETE
79532026-08-19T03:47:34.336Z[ recovery-image] Aug 19 03:47:33.222 INFO O| Aug 19 03:47:33.222 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-19T03:47:34.345Z[ recovery-image] Aug 19 03:47:33.232 INFO O| Aug 19 03:47:33.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79552026-08-19T03:47:34.345Z[ recovery-image] Aug 19 03:47:33.232 INFO O| Aug 19 03:47:33.232 INFO STEP 891 (remove_files) COMPLETE
79562026-08-19T03:47:34.345Z[ recovery-image] Aug 19 03:47:33.232 INFO O| Aug 19 03:47:33.232 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-19T03:47:34.355Z[ recovery-image] Aug 19 03:47:33.242 INFO O| Aug 19 03:47:33.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79582026-08-19T03:47:34.355Z[ recovery-image] Aug 19 03:47:33.242 INFO O| Aug 19 03:47:33.242 INFO STEP 892 (remove_files) COMPLETE
79592026-08-19T03:47:34.355Z[ recovery-image] Aug 19 03:47:33.242 INFO O| Aug 19 03:47:33.242 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-19T03:47:34.365Z[ recovery-image] Aug 19 03:47:33.251 INFO O| Aug 19 03:47:33.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79612026-08-19T03:47:34.365Z[ recovery-image] Aug 19 03:47:33.251 INFO O| Aug 19 03:47:33.251 INFO STEP 893 (remove_files) COMPLETE
79622026-08-19T03:47:34.366Z[ recovery-image] Aug 19 03:47:33.251 INFO O| Aug 19 03:47:33.251 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-19T03:47:34.372Z[ recovery-image] Aug 19 03:47:33.259 INFO O| Aug 19 03:47:33.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79642026-08-19T03:47:34.372Z[ recovery-image] Aug 19 03:47:33.259 INFO O| Aug 19 03:47:33.259 INFO STEP 894 (remove_files) COMPLETE
79652026-08-19T03:47:34.372Z[ recovery-image] Aug 19 03:47:33.259 INFO O| Aug 19 03:47:33.259 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-19T03:47:34.381Z[ recovery-image] Aug 19 03:47:33.267 INFO O| Aug 19 03:47:33.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79672026-08-19T03:47:34.381Z[ recovery-image] Aug 19 03:47:33.268 INFO O| Aug 19 03:47:33.268 INFO STEP 895 (remove_files) COMPLETE
79682026-08-19T03:47:34.381Z[ recovery-image] Aug 19 03:47:33.268 INFO O| Aug 19 03:47:33.268 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-19T03:47:34.391Z[ recovery-image] Aug 19 03:47:33.278 INFO O| Aug 19 03:47:33.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79702026-08-19T03:47:34.391Z[ recovery-image] Aug 19 03:47:33.278 INFO O| Aug 19 03:47:33.278 INFO STEP 896 (remove_files) COMPLETE
79712026-08-19T03:47:34.391Z[ recovery-image] Aug 19 03:47:33.278 INFO O| Aug 19 03:47:33.278 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-19T03:47:34.401Z[ recovery-image] Aug 19 03:47:33.288 INFO O| Aug 19 03:47:33.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79732026-08-19T03:47:34.401Z[ recovery-image] Aug 19 03:47:33.288 INFO O| Aug 19 03:47:33.288 INFO STEP 897 (remove_files) COMPLETE
79742026-08-19T03:47:34.401Z[ recovery-image] Aug 19 03:47:33.288 INFO O| Aug 19 03:47:33.288 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-19T03:47:34.412Z[ recovery-image] Aug 19 03:47:33.299 INFO O| Aug 19 03:47:33.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79762026-08-19T03:47:34.412Z[ recovery-image] Aug 19 03:47:33.299 INFO O| Aug 19 03:47:33.299 INFO STEP 898 (remove_files) COMPLETE
79772026-08-19T03:47:34.412Z[ recovery-image] Aug 19 03:47:33.299 INFO O| Aug 19 03:47:33.299 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-19T03:47:34.421Z[ recovery-image] Aug 19 03:47:33.308 INFO O| Aug 19 03:47:33.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79792026-08-19T03:47:34.421Z[ recovery-image] Aug 19 03:47:33.308 INFO O| Aug 19 03:47:33.308 INFO STEP 899 (remove_files) COMPLETE
79802026-08-19T03:47:34.421Z[ recovery-image] Aug 19 03:47:33.308 INFO O| Aug 19 03:47:33.308 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-19T03:47:34.431Z[ recovery-image] Aug 19 03:47:33.317 INFO O| Aug 19 03:47:33.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79822026-08-19T03:47:34.435Z[ recovery-image] Aug 19 03:47:33.317 INFO O| Aug 19 03:47:33.317 INFO STEP 900 (remove_files) COMPLETE
79832026-08-19T03:47:34.435Z[ recovery-image] Aug 19 03:47:33.317 INFO O| Aug 19 03:47:33.317 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-19T03:47:34.441Z[ recovery-image] Aug 19 03:47:33.328 INFO O| Aug 19 03:47:33.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79852026-08-19T03:47:34.441Z[ recovery-image] Aug 19 03:47:33.328 INFO O| Aug 19 03:47:33.328 INFO STEP 901 (remove_files) COMPLETE
79862026-08-19T03:47:34.441Z[ recovery-image] Aug 19 03:47:33.328 INFO O| Aug 19 03:47:33.328 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-19T03:47:34.451Z[ recovery-image] Aug 19 03:47:33.338 INFO O| Aug 19 03:47:33.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79882026-08-19T03:47:34.451Z[ recovery-image] Aug 19 03:47:33.338 INFO O| Aug 19 03:47:33.338 INFO STEP 902 (remove_files) COMPLETE
79892026-08-19T03:47:34.451Z[ recovery-image] Aug 19 03:47:33.338 INFO O| Aug 19 03:47:33.338 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-19T03:47:34.460Z[ recovery-image] Aug 19 03:47:33.347 INFO O| Aug 19 03:47:33.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79912026-08-19T03:47:34.460Z[ recovery-image] Aug 19 03:47:33.347 INFO O| Aug 19 03:47:33.347 INFO STEP 903 (remove_files) COMPLETE
79922026-08-19T03:47:34.464Z[ recovery-image] Aug 19 03:47:33.347 INFO O| Aug 19 03:47:33.347 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-19T03:47:34.469Z[ recovery-image] Aug 19 03:47:33.355 INFO O| Aug 19 03:47:33.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79942026-08-19T03:47:34.469Z[ recovery-image] Aug 19 03:47:33.355 INFO O| Aug 19 03:47:33.355 INFO STEP 904 (remove_files) COMPLETE
79952026-08-19T03:47:34.469Z[ recovery-image] Aug 19 03:47:33.355 INFO O| Aug 19 03:47:33.355 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-19T03:47:34.477Z[ recovery-image] Aug 19 03:47:33.363 INFO O| Aug 19 03:47:33.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79972026-08-19T03:47:34.481Z[ recovery-image] Aug 19 03:47:33.363 INFO O| Aug 19 03:47:33.363 INFO STEP 905 (remove_files) COMPLETE
79982026-08-19T03:47:34.481Z[ recovery-image] Aug 19 03:47:33.363 INFO O| Aug 19 03:47:33.363 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-19T03:47:34.485Z[ recovery-image] Aug 19 03:47:33.371 INFO O| Aug 19 03:47:33.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80002026-08-19T03:47:34.485Z[ recovery-image] Aug 19 03:47:33.372 INFO O| Aug 19 03:47:33.371 INFO STEP 906 (remove_files) COMPLETE
80012026-08-19T03:47:34.488Z[ recovery-image] Aug 19 03:47:33.372 INFO O| Aug 19 03:47:33.371 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-19T03:47:34.496Z[ recovery-image] Aug 19 03:47:33.381 INFO O| Aug 19 03:47:33.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80032026-08-19T03:47:34.496Z[ recovery-image] Aug 19 03:47:33.381 INFO O| Aug 19 03:47:33.381 INFO STEP 907 (remove_files) COMPLETE
80042026-08-19T03:47:34.496Z[ recovery-image] Aug 19 03:47:33.381 INFO O| Aug 19 03:47:33.381 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-19T03:47:34.504Z[ recovery-image] Aug 19 03:47:33.391 INFO O| Aug 19 03:47:33.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80062026-08-19T03:47:34.504Z[ recovery-image] Aug 19 03:47:33.391 INFO O| Aug 19 03:47:33.391 INFO STEP 908 (remove_files) COMPLETE
80072026-08-19T03:47:34.505Z[ recovery-image] Aug 19 03:47:33.391 INFO O| Aug 19 03:47:33.391 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-19T03:47:34.513Z[ recovery-image] Aug 19 03:47:33.399 INFO O| Aug 19 03:47:33.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80092026-08-19T03:47:34.513Z[ recovery-image] Aug 19 03:47:33.399 INFO O| Aug 19 03:47:33.399 INFO STEP 909 (remove_files) COMPLETE
80102026-08-19T03:47:34.513Z[ recovery-image] Aug 19 03:47:33.399 INFO O| Aug 19 03:47:33.399 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-19T03:47:34.523Z[ recovery-image] Aug 19 03:47:33.410 INFO O| Aug 19 03:47:33.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80122026-08-19T03:47:34.524Z[ recovery-image] Aug 19 03:47:33.410 INFO O| Aug 19 03:47:33.410 INFO STEP 910 (remove_files) COMPLETE
80132026-08-19T03:47:34.524Z[ recovery-image] Aug 19 03:47:33.410 INFO O| Aug 19 03:47:33.410 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-19T03:47:34.533Z[ recovery-image] Aug 19 03:47:33.419 INFO O| Aug 19 03:47:33.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80152026-08-19T03:47:34.533Z[ recovery-image] Aug 19 03:47:33.419 INFO O| Aug 19 03:47:33.419 INFO STEP 911 (remove_files) COMPLETE
80162026-08-19T03:47:34.533Z[ recovery-image] Aug 19 03:47:33.419 INFO O| Aug 19 03:47:33.419 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-19T03:47:34.543Z[ recovery-image] Aug 19 03:47:33.429 INFO O| Aug 19 03:47:33.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80182026-08-19T03:47:34.543Z[ recovery-image] Aug 19 03:47:33.429 INFO O| Aug 19 03:47:33.429 INFO STEP 912 (remove_files) COMPLETE
80192026-08-19T03:47:34.547Z[ recovery-image] Aug 19 03:47:33.429 INFO O| Aug 19 03:47:33.429 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-19T03:47:34.553Z[ recovery-image] Aug 19 03:47:33.440 INFO O| Aug 19 03:47:33.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80212026-08-19T03:47:34.553Z[ recovery-image] Aug 19 03:47:33.440 INFO O| Aug 19 03:47:33.440 INFO STEP 913 (remove_files) COMPLETE
80222026-08-19T03:47:34.553Z[ recovery-image] Aug 19 03:47:33.440 INFO O| Aug 19 03:47:33.440 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-19T03:47:34.563Z[ recovery-image] Aug 19 03:47:33.450 INFO O| Aug 19 03:47:33.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80242026-08-19T03:47:34.563Z[ recovery-image] Aug 19 03:47:33.450 INFO O| Aug 19 03:47:33.450 INFO STEP 914 (remove_files) COMPLETE
80252026-08-19T03:47:34.563Z[ recovery-image] Aug 19 03:47:33.450 INFO O| Aug 19 03:47:33.450 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-19T03:47:34.572Z[ recovery-image] Aug 19 03:47:33.458 INFO O| Aug 19 03:47:33.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80272026-08-19T03:47:34.572Z[ recovery-image] Aug 19 03:47:33.458 INFO O| Aug 19 03:47:33.458 INFO STEP 915 (remove_files) COMPLETE
80282026-08-19T03:47:34.576Z[ recovery-image] Aug 19 03:47:33.458 INFO O| Aug 19 03:47:33.458 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-19T03:47:34.587Z[ recovery-image] Aug 19 03:47:33.474 INFO O| Aug 19 03:47:33.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80302026-08-19T03:47:34.587Z[ recovery-image] Aug 19 03:47:33.474 INFO O| Aug 19 03:47:33.474 INFO STEP 916 (remove_files) COMPLETE
80312026-08-19T03:47:34.591Z[ recovery-image] Aug 19 03:47:33.474 INFO O| Aug 19 03:47:33.474 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-19T03:47:34.596Z[ recovery-image] Aug 19 03:47:33.483 INFO O| Aug 19 03:47:33.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80332026-08-19T03:47:34.596Z[ recovery-image] Aug 19 03:47:33.483 INFO O| Aug 19 03:47:33.483 INFO STEP 917 (remove_files) COMPLETE
80342026-08-19T03:47:34.600Z[ recovery-image] Aug 19 03:47:33.483 INFO O| Aug 19 03:47:33.483 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-19T03:47:34.605Z[ recovery-image] Aug 19 03:47:33.491 INFO O| Aug 19 03:47:33.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80362026-08-19T03:47:34.605Z[ recovery-image] Aug 19 03:47:33.492 INFO O| Aug 19 03:47:33.491 INFO STEP 918 (remove_files) COMPLETE
80372026-08-19T03:47:34.605Z[ recovery-image] Aug 19 03:47:33.492 INFO O| Aug 19 03:47:33.491 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-19T03:47:34.613Z[ recovery-image] Aug 19 03:47:33.500 INFO O| Aug 19 03:47:33.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80392026-08-19T03:47:34.613Z[ recovery-image] Aug 19 03:47:33.500 INFO O| Aug 19 03:47:33.500 INFO STEP 919 (remove_files) COMPLETE
80402026-08-19T03:47:34.613Z[ recovery-image] Aug 19 03:47:33.500 INFO O| Aug 19 03:47:33.500 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-19T03:47:34.622Z[ recovery-image] Aug 19 03:47:33.509 INFO O| Aug 19 03:47:33.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80422026-08-19T03:47:34.622Z[ recovery-image] Aug 19 03:47:33.509 INFO O| Aug 19 03:47:33.509 INFO STEP 920 (remove_files) COMPLETE
80432026-08-19T03:47:34.623Z[ recovery-image] Aug 19 03:47:33.509 INFO O| Aug 19 03:47:33.509 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-19T03:47:34.632Z[ recovery-image] Aug 19 03:47:33.518 INFO O| Aug 19 03:47:33.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80452026-08-19T03:47:34.632Z[ recovery-image] Aug 19 03:47:33.518 INFO O| Aug 19 03:47:33.518 INFO STEP 921 (remove_files) COMPLETE
80462026-08-19T03:47:34.632Z[ recovery-image] Aug 19 03:47:33.518 INFO O| Aug 19 03:47:33.518 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-19T03:47:34.641Z[ recovery-image] Aug 19 03:47:33.527 INFO O| Aug 19 03:47:33.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80482026-08-19T03:47:34.641Z[ recovery-image] Aug 19 03:47:33.527 INFO O| Aug 19 03:47:33.527 INFO STEP 922 (remove_files) COMPLETE
80492026-08-19T03:47:34.641Z[ recovery-image] Aug 19 03:47:33.527 INFO O| Aug 19 03:47:33.527 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-19T03:47:34.651Z[ recovery-image] Aug 19 03:47:33.537 INFO O| Aug 19 03:47:33.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80512026-08-19T03:47:34.651Z[ recovery-image] Aug 19 03:47:33.537 INFO O| Aug 19 03:47:33.537 INFO STEP 923 (remove_files) COMPLETE
80522026-08-19T03:47:34.651Z[ recovery-image] Aug 19 03:47:33.537 INFO O| Aug 19 03:47:33.537 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-19T03:47:34.659Z[ recovery-image] Aug 19 03:47:33.546 INFO O| Aug 19 03:47:33.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80542026-08-19T03:47:34.659Z[ recovery-image] Aug 19 03:47:33.546 INFO O| Aug 19 03:47:33.546 INFO STEP 924 (remove_files) COMPLETE
80552026-08-19T03:47:34.659Z[ recovery-image] Aug 19 03:47:33.546 INFO O| Aug 19 03:47:33.546 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-19T03:47:34.667Z[ recovery-image] Aug 19 03:47:33.554 INFO O| Aug 19 03:47:33.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80572026-08-19T03:47:34.667Z[ recovery-image] Aug 19 03:47:33.554 INFO O| Aug 19 03:47:33.554 INFO STEP 925 (remove_files) COMPLETE
80582026-08-19T03:47:34.667Z[ recovery-image] Aug 19 03:47:33.554 INFO O| Aug 19 03:47:33.554 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-19T03:47:34.677Z[ recovery-image] Aug 19 03:47:33.564 INFO O| Aug 19 03:47:33.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80602026-08-19T03:47:34.677Z[ recovery-image] Aug 19 03:47:33.564 INFO O| Aug 19 03:47:33.564 INFO STEP 926 (remove_files) COMPLETE
80612026-08-19T03:47:34.681Z[ recovery-image] Aug 19 03:47:33.564 INFO O| Aug 19 03:47:33.564 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-19T03:47:34.688Z[ recovery-image] Aug 19 03:47:33.573 INFO O| Aug 19 03:47:33.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80632026-08-19T03:47:34.688Z[ recovery-image] Aug 19 03:47:33.573 INFO O| Aug 19 03:47:33.573 INFO STEP 927 (remove_files) COMPLETE
80642026-08-19T03:47:34.688Z[ recovery-image] Aug 19 03:47:33.573 INFO O| Aug 19 03:47:33.573 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-19T03:47:34.697Z[ recovery-image] Aug 19 03:47:33.583 INFO O| Aug 19 03:47:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80662026-08-19T03:47:34.697Z[ recovery-image] Aug 19 03:47:33.583 INFO O| Aug 19 03:47:33.583 INFO STEP 928 (remove_files) COMPLETE
80672026-08-19T03:47:34.697Z[ recovery-image] Aug 19 03:47:33.583 INFO O| Aug 19 03:47:33.583 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-19T03:47:34.720Z[ recovery-image] Aug 19 03:47:33.606 INFO O| Aug 19 03:47:33.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80692026-08-19T03:47:34.729Z[ recovery-image] Aug 19 03:47:33.606 INFO O| Aug 19 03:47:33.606 INFO STEP 929 (remove_files) COMPLETE
80702026-08-19T03:47:34.729Z[ recovery-image] Aug 19 03:47:33.606 INFO O| Aug 19 03:47:33.606 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-19T03:47:34.737Z[ recovery-image] Aug 19 03:47:33.621 INFO O| Aug 19 03:47:33.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80722026-08-19T03:47:34.737Z[ recovery-image] Aug 19 03:47:33.621 INFO O| Aug 19 03:47:33.621 INFO STEP 930 (remove_files) COMPLETE
80732026-08-19T03:47:34.737Z[ recovery-image] Aug 19 03:47:33.621 INFO O| Aug 19 03:47:33.621 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-19T03:47:34.744Z[ recovery-image] Aug 19 03:47:33.629 INFO O| Aug 19 03:47:33.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80752026-08-19T03:47:34.744Z[ recovery-image] Aug 19 03:47:33.629 INFO O| Aug 19 03:47:33.629 INFO STEP 931 (remove_files) COMPLETE
80762026-08-19T03:47:34.744Z[ recovery-image] Aug 19 03:47:33.629 INFO O| Aug 19 03:47:33.629 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-19T03:47:34.751Z[ recovery-image] Aug 19 03:47:33.638 INFO O| Aug 19 03:47:33.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80782026-08-19T03:47:34.751Z[ recovery-image] Aug 19 03:47:33.638 INFO O| Aug 19 03:47:33.638 INFO STEP 932 (remove_files) COMPLETE
80792026-08-19T03:47:34.752Z[ recovery-image] Aug 19 03:47:33.638 INFO O| Aug 19 03:47:33.638 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-19T03:47:34.762Z[ recovery-image] Aug 19 03:47:33.648 INFO O| Aug 19 03:47:33.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80812026-08-19T03:47:34.762Z[ recovery-image] Aug 19 03:47:33.648 INFO O| Aug 19 03:47:33.648 INFO STEP 933 (remove_files) COMPLETE
80822026-08-19T03:47:34.765Z[ recovery-image] Aug 19 03:47:33.648 INFO O| Aug 19 03:47:33.648 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-19T03:47:34.770Z[ recovery-image] Aug 19 03:47:33.656 INFO O| Aug 19 03:47:33.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80842026-08-19T03:47:34.773Z[ recovery-image] Aug 19 03:47:33.657 INFO O| Aug 19 03:47:33.657 INFO STEP 934 (remove_files) COMPLETE
80852026-08-19T03:47:34.773Z[ recovery-image] Aug 19 03:47:33.657 INFO O| Aug 19 03:47:33.657 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-19T03:47:34.782Z[ recovery-image] Aug 19 03:47:33.668 INFO O| Aug 19 03:47:33.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80872026-08-19T03:47:34.782Z[ recovery-image] Aug 19 03:47:33.668 INFO O| Aug 19 03:47:33.668 INFO STEP 935 (remove_files) COMPLETE
80882026-08-19T03:47:34.782Z[ recovery-image] Aug 19 03:47:33.668 INFO O| Aug 19 03:47:33.668 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-19T03:47:34.791Z[ recovery-image] Aug 19 03:47:33.677 INFO O| Aug 19 03:47:33.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80902026-08-19T03:47:34.791Z[ recovery-image] Aug 19 03:47:33.677 INFO O| Aug 19 03:47:33.677 INFO STEP 936 (remove_files) COMPLETE
80912026-08-19T03:47:34.791Z[ recovery-image] Aug 19 03:47:33.677 INFO O| Aug 19 03:47:33.677 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-19T03:47:34.801Z[ recovery-image] Aug 19 03:47:33.687 INFO O| Aug 19 03:47:33.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80932026-08-19T03:47:34.805Z[ recovery-image] Aug 19 03:47:33.688 INFO O| Aug 19 03:47:33.688 INFO STEP 937 (remove_files) COMPLETE
80942026-08-19T03:47:34.805Z[ recovery-image] Aug 19 03:47:33.688 INFO O| Aug 19 03:47:33.688 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-19T03:47:34.811Z[ recovery-image] Aug 19 03:47:33.698 INFO O| Aug 19 03:47:33.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80962026-08-19T03:47:34.811Z[ recovery-image] Aug 19 03:47:33.698 INFO O| Aug 19 03:47:33.698 INFO STEP 938 (remove_files) COMPLETE
80972026-08-19T03:47:34.811Z[ recovery-image] Aug 19 03:47:33.698 INFO O| Aug 19 03:47:33.698 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-19T03:47:34.820Z[ recovery-image] Aug 19 03:47:33.706 INFO O| Aug 19 03:47:33.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80992026-08-19T03:47:34.820Z[ recovery-image] Aug 19 03:47:33.706 INFO O| Aug 19 03:47:33.706 INFO STEP 939 (remove_files) COMPLETE
81002026-08-19T03:47:34.820Z[ recovery-image] Aug 19 03:47:33.706 INFO O| Aug 19 03:47:33.706 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-19T03:47:34.830Z[ recovery-image] Aug 19 03:47:33.716 INFO O| Aug 19 03:47:33.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81022026-08-19T03:47:34.830Z[ recovery-image] Aug 19 03:47:33.716 INFO O| Aug 19 03:47:33.716 INFO STEP 940 (remove_files) COMPLETE
81032026-08-19T03:47:34.830Z[ recovery-image] Aug 19 03:47:33.716 INFO O| Aug 19 03:47:33.716 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-19T03:47:34.841Z[ recovery-image] Aug 19 03:47:33.726 INFO O| Aug 19 03:47:33.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81052026-08-19T03:47:34.841Z[ recovery-image] Aug 19 03:47:33.726 INFO O| Aug 19 03:47:33.726 INFO STEP 941 (remove_files) COMPLETE
81062026-08-19T03:47:34.841Z[ recovery-image] Aug 19 03:47:33.726 INFO O| Aug 19 03:47:33.726 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-19T03:47:34.849Z[ recovery-image] Aug 19 03:47:33.736 INFO O| Aug 19 03:47:33.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81082026-08-19T03:47:34.849Z[ recovery-image] Aug 19 03:47:33.736 INFO O| Aug 19 03:47:33.736 INFO STEP 942 (remove_files) COMPLETE
81092026-08-19T03:47:34.849Z[ recovery-image] Aug 19 03:47:33.736 INFO O| Aug 19 03:47:33.736 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-19T03:47:34.859Z[ recovery-image] Aug 19 03:47:33.745 INFO O| Aug 19 03:47:33.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81112026-08-19T03:47:34.859Z[ recovery-image] Aug 19 03:47:33.745 INFO O| Aug 19 03:47:33.745 INFO STEP 943 (remove_files) COMPLETE
81122026-08-19T03:47:34.859Z[ recovery-image] Aug 19 03:47:33.746 INFO O| Aug 19 03:47:33.745 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-19T03:47:34.870Z[ recovery-image] Aug 19 03:47:33.755 INFO O| Aug 19 03:47:33.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81142026-08-19T03:47:34.870Z[ recovery-image] Aug 19 03:47:33.755 INFO O| Aug 19 03:47:33.755 INFO STEP 944 (remove_files) COMPLETE
81152026-08-19T03:47:34.870Z[ recovery-image] Aug 19 03:47:33.755 INFO O| Aug 19 03:47:33.755 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-19T03:47:34.877Z[ recovery-image] Aug 19 03:47:33.764 INFO O| Aug 19 03:47:33.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81172026-08-19T03:47:34.877Z[ recovery-image] Aug 19 03:47:33.764 INFO O| Aug 19 03:47:33.764 INFO STEP 945 (remove_files) COMPLETE
81182026-08-19T03:47:34.881Z[ recovery-image] Aug 19 03:47:33.764 INFO O| Aug 19 03:47:33.764 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-19T03:47:34.885Z[ recovery-image] Aug 19 03:47:33.771 INFO O| Aug 19 03:47:33.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81202026-08-19T03:47:34.885Z[ recovery-image] Aug 19 03:47:33.772 INFO O| Aug 19 03:47:33.771 INFO STEP 946 (remove_files) COMPLETE
81212026-08-19T03:47:34.885Z[ recovery-image] Aug 19 03:47:33.772 INFO O| Aug 19 03:47:33.771 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-19T03:47:34.893Z[ recovery-image] Aug 19 03:47:33.779 INFO O| Aug 19 03:47:33.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81232026-08-19T03:47:34.893Z[ recovery-image] Aug 19 03:47:33.780 INFO O| Aug 19 03:47:33.779 INFO STEP 947 (remove_files) COMPLETE
81242026-08-19T03:47:34.893Z[ recovery-image] Aug 19 03:47:33.780 INFO O| Aug 19 03:47:33.780 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-19T03:47:34.901Z[ recovery-image] Aug 19 03:47:33.788 INFO O| Aug 19 03:47:33.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81262026-08-19T03:47:34.901Z[ recovery-image] Aug 19 03:47:33.788 INFO O| Aug 19 03:47:33.788 INFO STEP 948 (remove_files) COMPLETE
81272026-08-19T03:47:34.905Z[ recovery-image] Aug 19 03:47:33.788 INFO O| Aug 19 03:47:33.788 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-19T03:47:34.910Z[ recovery-image] Aug 19 03:47:33.796 INFO O| Aug 19 03:47:33.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81292026-08-19T03:47:34.910Z[ recovery-image] Aug 19 03:47:33.796 INFO O| Aug 19 03:47:33.796 INFO STEP 949 (remove_files) COMPLETE
81302026-08-19T03:47:34.910Z[ recovery-image] Aug 19 03:47:33.796 INFO O| Aug 19 03:47:33.796 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-19T03:47:34.919Z[ recovery-image] Aug 19 03:47:33.805 INFO O| Aug 19 03:47:33.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81322026-08-19T03:47:34.919Z[ recovery-image] Aug 19 03:47:33.805 INFO O| Aug 19 03:47:33.805 INFO STEP 950 (remove_files) COMPLETE
81332026-08-19T03:47:34.922Z[ recovery-image] Aug 19 03:47:33.805 INFO O| Aug 19 03:47:33.805 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-19T03:47:34.930Z[ recovery-image] Aug 19 03:47:33.815 INFO O| Aug 19 03:47:33.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81352026-08-19T03:47:34.930Z[ recovery-image] Aug 19 03:47:33.815 INFO O| Aug 19 03:47:33.815 INFO STEP 951 (remove_files) COMPLETE
81362026-08-19T03:47:34.930Z[ recovery-image] Aug 19 03:47:33.815 INFO O| Aug 19 03:47:33.815 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-19T03:47:34.938Z[ recovery-image] Aug 19 03:47:33.825 INFO O| Aug 19 03:47:33.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81382026-08-19T03:47:34.938Z[ recovery-image] Aug 19 03:47:33.825 INFO O| Aug 19 03:47:33.825 INFO STEP 952 (remove_files) COMPLETE
81392026-08-19T03:47:34.939Z[ recovery-image] Aug 19 03:47:33.825 INFO O| Aug 19 03:47:33.825 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-19T03:47:34.950Z[ recovery-image] Aug 19 03:47:33.835 INFO O| Aug 19 03:47:33.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81412026-08-19T03:47:34.950Z[ recovery-image] Aug 19 03:47:33.835 INFO O| Aug 19 03:47:33.835 INFO STEP 953 (remove_files) COMPLETE
81422026-08-19T03:47:34.950Z[ recovery-image] Aug 19 03:47:33.835 INFO O| Aug 19 03:47:33.835 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-19T03:47:34.957Z[ recovery-image] Aug 19 03:47:33.843 INFO O| Aug 19 03:47:33.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81442026-08-19T03:47:34.957Z[ recovery-image] Aug 19 03:47:33.844 INFO O| Aug 19 03:47:33.844 INFO STEP 954 (remove_files) COMPLETE
81452026-08-19T03:47:34.958Z[ recovery-image] Aug 19 03:47:33.844 INFO O| Aug 19 03:47:33.844 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-19T03:47:34.967Z[ recovery-image] Aug 19 03:47:33.853 INFO O| Aug 19 03:47:33.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81472026-08-19T03:47:34.967Z[ recovery-image] Aug 19 03:47:33.853 INFO O| Aug 19 03:47:33.853 INFO STEP 955 (remove_files) COMPLETE
81482026-08-19T03:47:34.970Z[ recovery-image] Aug 19 03:47:33.853 INFO O| Aug 19 03:47:33.853 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-19T03:47:34.976Z[ recovery-image] Aug 19 03:47:33.862 INFO O| Aug 19 03:47:33.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81502026-08-19T03:47:34.976Z[ recovery-image] Aug 19 03:47:33.862 INFO O| Aug 19 03:47:33.862 INFO STEP 956 (remove_files) COMPLETE
81512026-08-19T03:47:34.976Z[ recovery-image] Aug 19 03:47:33.862 INFO O| Aug 19 03:47:33.862 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-19T03:47:34.985Z[ recovery-image] Aug 19 03:47:33.872 INFO O| Aug 19 03:47:33.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81532026-08-19T03:47:34.985Z[ recovery-image] Aug 19 03:47:33.872 INFO O| Aug 19 03:47:33.872 INFO STEP 957 (remove_files) COMPLETE
81542026-08-19T03:47:34.985Z[ recovery-image] Aug 19 03:47:33.872 INFO O| Aug 19 03:47:33.872 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-19T03:47:34.995Z[ recovery-image] Aug 19 03:47:33.882 INFO O| Aug 19 03:47:33.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81562026-08-19T03:47:34.995Z[ recovery-image] Aug 19 03:47:33.882 INFO O| Aug 19 03:47:33.882 INFO STEP 958 (remove_files) COMPLETE
81572026-08-19T03:47:34.995Z[ recovery-image] Aug 19 03:47:33.882 INFO O| Aug 19 03:47:33.882 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-19T03:47:35.006Z[ recovery-image] Aug 19 03:47:33.892 INFO O| Aug 19 03:47:33.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81592026-08-19T03:47:35.006Z[ recovery-image] Aug 19 03:47:33.892 INFO O| Aug 19 03:47:33.892 INFO STEP 959 (remove_files) COMPLETE
81602026-08-19T03:47:35.006Z[ recovery-image] Aug 19 03:47:33.892 INFO O| Aug 19 03:47:33.892 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-19T03:47:35.014Z[ recovery-image] Aug 19 03:47:33.900 INFO O| Aug 19 03:47:33.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81622026-08-19T03:47:35.014Z[ recovery-image] Aug 19 03:47:33.900 INFO O| Aug 19 03:47:33.900 INFO STEP 960 (remove_files) COMPLETE
81632026-08-19T03:47:35.017Z[ recovery-image] Aug 19 03:47:33.900 INFO O| Aug 19 03:47:33.900 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-19T03:47:35.025Z[ recovery-image] Aug 19 03:47:33.911 INFO O| Aug 19 03:47:33.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81652026-08-19T03:47:35.025Z[ recovery-image] Aug 19 03:47:33.911 INFO O| Aug 19 03:47:33.911 INFO STEP 961 (remove_files) COMPLETE
81662026-08-19T03:47:35.025Z[ recovery-image] Aug 19 03:47:33.911 INFO O| Aug 19 03:47:33.911 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-19T03:47:35.035Z[ recovery-image] Aug 19 03:47:33.922 INFO O| Aug 19 03:47:33.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81682026-08-19T03:47:35.035Z[ recovery-image] Aug 19 03:47:33.922 INFO O| Aug 19 03:47:33.922 INFO STEP 962 (remove_files) COMPLETE
81692026-08-19T03:47:35.036Z[ recovery-image] Aug 19 03:47:33.922 INFO O| Aug 19 03:47:33.922 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-19T03:47:35.045Z[ recovery-image] Aug 19 03:47:33.931 INFO O| Aug 19 03:47:33.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81712026-08-19T03:47:35.045Z[ recovery-image] Aug 19 03:47:33.931 INFO O| Aug 19 03:47:33.931 INFO STEP 963 (remove_files) COMPLETE
81722026-08-19T03:47:35.045Z[ recovery-image] Aug 19 03:47:33.931 INFO O| Aug 19 03:47:33.931 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-19T03:47:35.054Z[ recovery-image] Aug 19 03:47:33.940 INFO O| Aug 19 03:47:33.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81742026-08-19T03:47:35.054Z[ recovery-image] Aug 19 03:47:33.940 INFO O| Aug 19 03:47:33.940 INFO STEP 964 (remove_files) COMPLETE
81752026-08-19T03:47:35.057Z[ recovery-image] Aug 19 03:47:33.940 INFO O| Aug 19 03:47:33.940 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-19T03:47:35.064Z[ recovery-image] Aug 19 03:47:33.950 INFO O| Aug 19 03:47:33.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81772026-08-19T03:47:35.064Z[ recovery-image] Aug 19 03:47:33.950 INFO O| Aug 19 03:47:33.950 INFO STEP 965 (remove_files) COMPLETE
81782026-08-19T03:47:35.064Z[ recovery-image] Aug 19 03:47:33.950 INFO O| Aug 19 03:47:33.950 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-19T03:47:35.074Z[ recovery-image] Aug 19 03:47:33.960 INFO O| Aug 19 03:47:33.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81802026-08-19T03:47:35.074Z[ recovery-image] Aug 19 03:47:33.960 INFO O| Aug 19 03:47:33.960 INFO STEP 966 (remove_files) COMPLETE
81812026-08-19T03:47:35.074Z[ recovery-image] Aug 19 03:47:33.960 INFO O| Aug 19 03:47:33.960 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-19T03:47:35.082Z[ recovery-image] Aug 19 03:47:33.969 INFO O| Aug 19 03:47:33.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81832026-08-19T03:47:35.082Z[ recovery-image] Aug 19 03:47:33.969 INFO O| Aug 19 03:47:33.969 INFO STEP 967 (remove_files) COMPLETE
81842026-08-19T03:47:35.082Z[ recovery-image] Aug 19 03:47:33.969 INFO O| Aug 19 03:47:33.969 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-19T03:47:35.091Z[ recovery-image] Aug 19 03:47:33.978 INFO O| Aug 19 03:47:33.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81862026-08-19T03:47:35.091Z[ recovery-image] Aug 19 03:47:33.978 INFO O| Aug 19 03:47:33.978 INFO STEP 968 (remove_files) COMPLETE
81872026-08-19T03:47:35.095Z[ recovery-image] Aug 19 03:47:33.978 INFO O| Aug 19 03:47:33.978 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-19T03:47:35.099Z[ recovery-image] Aug 19 03:47:33.986 INFO O| Aug 19 03:47:33.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81892026-08-19T03:47:35.099Z[ recovery-image] Aug 19 03:47:33.986 INFO O| Aug 19 03:47:33.986 INFO STEP 969 (remove_files) COMPLETE
81902026-08-19T03:47:35.099Z[ recovery-image] Aug 19 03:47:33.986 INFO O| Aug 19 03:47:33.986 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-19T03:47:35.110Z[ recovery-image] Aug 19 03:47:33.996 INFO O| Aug 19 03:47:33.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81922026-08-19T03:47:35.110Z[ recovery-image] Aug 19 03:47:33.996 INFO O| Aug 19 03:47:33.996 INFO STEP 970 (remove_files) COMPLETE
81932026-08-19T03:47:35.110Z[ recovery-image] Aug 19 03:47:33.996 INFO O| Aug 19 03:47:33.996 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-19T03:47:35.122Z[ recovery-image] Aug 19 03:47:34.009 INFO O| Aug 19 03:47:34.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81952026-08-19T03:47:35.122Z[ recovery-image] Aug 19 03:47:34.009 INFO O| Aug 19 03:47:34.009 INFO STEP 971 (remove_files) COMPLETE
81962026-08-19T03:47:35.122Z[ recovery-image] Aug 19 03:47:34.009 INFO O| Aug 19 03:47:34.009 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-19T03:47:35.136Z[ recovery-image] Aug 19 03:47:34.022 INFO O| Aug 19 03:47:34.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81982026-08-19T03:47:35.136Z[ recovery-image] Aug 19 03:47:34.022 INFO O| Aug 19 03:47:34.022 INFO STEP 972 (remove_files) COMPLETE
81992026-08-19T03:47:35.140Z[ recovery-image] Aug 19 03:47:34.022 INFO O| Aug 19 03:47:34.022 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-19T03:47:35.146Z[ recovery-image] Aug 19 03:47:34.033 INFO O| Aug 19 03:47:34.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82012026-08-19T03:47:35.146Z[ recovery-image] Aug 19 03:47:34.033 INFO O| Aug 19 03:47:34.033 INFO STEP 973 (remove_files) COMPLETE
82022026-08-19T03:47:35.146Z[ recovery-image] Aug 19 03:47:34.033 INFO O| Aug 19 03:47:34.033 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-19T03:47:35.159Z[ recovery-image] Aug 19 03:47:34.046 INFO O| Aug 19 03:47:34.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82042026-08-19T03:47:35.159Z[ recovery-image] Aug 19 03:47:34.046 INFO O| Aug 19 03:47:34.046 INFO STEP 974 (remove_files) COMPLETE
82052026-08-19T03:47:35.159Z[ recovery-image] Aug 19 03:47:34.046 INFO O| Aug 19 03:47:34.046 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-19T03:47:35.169Z[ recovery-image] Aug 19 03:47:34.056 INFO O| Aug 19 03:47:34.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82072026-08-19T03:47:35.169Z[ recovery-image] Aug 19 03:47:34.056 INFO O| Aug 19 03:47:34.056 INFO STEP 975 (remove_files) COMPLETE
82082026-08-19T03:47:35.173Z[ recovery-image] Aug 19 03:47:34.056 INFO O| Aug 19 03:47:34.056 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-19T03:47:35.179Z[ recovery-image] Aug 19 03:47:34.066 INFO O| Aug 19 03:47:34.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82102026-08-19T03:47:35.179Z[ recovery-image] Aug 19 03:47:34.066 INFO O| Aug 19 03:47:34.066 INFO STEP 976 (remove_files) COMPLETE
82112026-08-19T03:47:35.179Z[ recovery-image] Aug 19 03:47:34.066 INFO O| Aug 19 03:47:34.066 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-19T03:47:35.190Z[ recovery-image] Aug 19 03:47:34.077 INFO O| Aug 19 03:47:34.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82132026-08-19T03:47:35.195Z[ recovery-image] Aug 19 03:47:34.078 INFO O| Aug 19 03:47:34.078 INFO STEP 977 (remove_files) COMPLETE
82142026-08-19T03:47:35.195Z[ recovery-image] Aug 19 03:47:34.078 INFO O| Aug 19 03:47:34.078 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-19T03:47:35.203Z[ recovery-image] Aug 19 03:47:34.088 INFO O| Aug 19 03:47:34.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82162026-08-19T03:47:35.207Z[ recovery-image] Aug 19 03:47:34.088 INFO O| Aug 19 03:47:34.088 INFO STEP 978 (remove_files) COMPLETE
82172026-08-19T03:47:35.207Z[ recovery-image] Aug 19 03:47:34.088 INFO O| Aug 19 03:47:34.088 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-19T03:47:35.212Z[ recovery-image] Aug 19 03:47:34.098 INFO O| Aug 19 03:47:34.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82192026-08-19T03:47:35.212Z[ recovery-image] Aug 19 03:47:34.098 INFO O| Aug 19 03:47:34.098 INFO STEP 979 (remove_files) COMPLETE
82202026-08-19T03:47:35.212Z[ recovery-image] Aug 19 03:47:34.098 INFO O| Aug 19 03:47:34.098 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-19T03:47:35.225Z[ recovery-image] Aug 19 03:47:34.111 INFO O| Aug 19 03:47:34.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82222026-08-19T03:47:35.225Z[ recovery-image] Aug 19 03:47:34.111 INFO O| Aug 19 03:47:34.111 INFO STEP 980 (remove_files) COMPLETE
82232026-08-19T03:47:35.225Z[ recovery-image] Aug 19 03:47:34.111 INFO O| Aug 19 03:47:34.111 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-19T03:47:35.234Z[ recovery-image] Aug 19 03:47:34.120 INFO O| Aug 19 03:47:34.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82252026-08-19T03:47:35.234Z[ recovery-image] Aug 19 03:47:34.120 INFO O| Aug 19 03:47:34.120 INFO STEP 981 (remove_files) COMPLETE
82262026-08-19T03:47:35.238Z[ recovery-image] Aug 19 03:47:34.120 INFO O| Aug 19 03:47:34.120 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-19T03:47:35.244Z[ recovery-image] Aug 19 03:47:34.131 INFO O| Aug 19 03:47:34.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82282026-08-19T03:47:35.244Z[ recovery-image] Aug 19 03:47:34.131 INFO O| Aug 19 03:47:34.131 INFO STEP 982 (remove_files) COMPLETE
82292026-08-19T03:47:35.244Z[ recovery-image] Aug 19 03:47:34.131 INFO O| Aug 19 03:47:34.131 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-19T03:47:35.254Z[ recovery-image] Aug 19 03:47:34.140 INFO O| Aug 19 03:47:34.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82312026-08-19T03:47:35.254Z[ recovery-image] Aug 19 03:47:34.140 INFO O| Aug 19 03:47:34.140 INFO STEP 983 (remove_files) COMPLETE
82322026-08-19T03:47:35.257Z[ recovery-image] Aug 19 03:47:34.140 INFO O| Aug 19 03:47:34.140 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-19T03:47:35.264Z[ recovery-image] Aug 19 03:47:34.151 INFO O| Aug 19 03:47:34.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82342026-08-19T03:47:35.268Z[ recovery-image] Aug 19 03:47:34.151 INFO O| Aug 19 03:47:34.151 INFO STEP 984 (remove_files) COMPLETE
82352026-08-19T03:47:35.268Z[ recovery-image] Aug 19 03:47:34.151 INFO O| Aug 19 03:47:34.151 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-19T03:47:35.275Z[ recovery-image] Aug 19 03:47:34.160 INFO O| Aug 19 03:47:34.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82372026-08-19T03:47:35.275Z[ recovery-image] Aug 19 03:47:34.160 INFO O| Aug 19 03:47:34.160 INFO STEP 985 (remove_files) COMPLETE
82382026-08-19T03:47:35.275Z[ recovery-image] Aug 19 03:47:34.160 INFO O| Aug 19 03:47:34.160 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-19T03:47:35.283Z[ recovery-image] Aug 19 03:47:34.169 INFO O| Aug 19 03:47:34.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82402026-08-19T03:47:35.283Z[ recovery-image] Aug 19 03:47:34.169 INFO O| Aug 19 03:47:34.169 INFO STEP 986 (remove_files) COMPLETE
82412026-08-19T03:47:35.283Z[ recovery-image] Aug 19 03:47:34.169 INFO O| Aug 19 03:47:34.169 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-19T03:47:35.294Z[ recovery-image] Aug 19 03:47:34.181 INFO O| Aug 19 03:47:34.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82432026-08-19T03:47:35.294Z[ recovery-image] Aug 19 03:47:34.181 INFO O| Aug 19 03:47:34.181 INFO STEP 987 (remove_files) COMPLETE
82442026-08-19T03:47:35.294Z[ recovery-image] Aug 19 03:47:34.181 INFO O| Aug 19 03:47:34.181 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-19T03:47:35.306Z[ recovery-image] Aug 19 03:47:34.192 INFO O| Aug 19 03:47:34.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82462026-08-19T03:47:35.306Z[ recovery-image] Aug 19 03:47:34.192 INFO O| Aug 19 03:47:34.192 INFO STEP 988 (remove_files) COMPLETE
82472026-08-19T03:47:35.310Z[ recovery-image] Aug 19 03:47:34.192 INFO O| Aug 19 03:47:34.192 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-19T03:47:35.313Z[ recovery-image] Aug 19 03:47:34.200 INFO O| Aug 19 03:47:34.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82492026-08-19T03:47:35.314Z[ recovery-image] Aug 19 03:47:34.200 INFO O| Aug 19 03:47:34.200 INFO STEP 989 (remove_files) COMPLETE
82502026-08-19T03:47:35.317Z[ recovery-image] Aug 19 03:47:34.200 INFO O| Aug 19 03:47:34.200 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-19T03:47:35.326Z[ recovery-image] Aug 19 03:47:34.212 INFO O| Aug 19 03:47:34.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82522026-08-19T03:47:35.326Z[ recovery-image] Aug 19 03:47:34.212 INFO O| Aug 19 03:47:34.212 INFO STEP 990 (remove_files) COMPLETE
82532026-08-19T03:47:35.326Z[ recovery-image] Aug 19 03:47:34.212 INFO O| Aug 19 03:47:34.212 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-19T03:47:35.340Z[ recovery-image] Aug 19 03:47:34.226 INFO O| Aug 19 03:47:34.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82552026-08-19T03:47:35.340Z[ recovery-image] Aug 19 03:47:34.227 INFO O| Aug 19 03:47:34.222 INFO STEP 991 (remove_files) COMPLETE
82562026-08-19T03:47:35.345Z[ recovery-image] Aug 19 03:47:34.227 INFO O| Aug 19 03:47:34.222 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-19T03:47:35.349Z[ recovery-image] Aug 19 03:47:34.232 INFO O| Aug 19 03:47:34.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82582026-08-19T03:47:35.349Z[ recovery-image] Aug 19 03:47:34.232 INFO O| Aug 19 03:47:34.232 INFO STEP 992 (remove_files) COMPLETE
82592026-08-19T03:47:35.349Z[ recovery-image] Aug 19 03:47:34.232 INFO O| Aug 19 03:47:34.232 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-19T03:47:35.353Z[ recovery-image] Aug 19 03:47:34.239 INFO O| Aug 19 03:47:34.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82612026-08-19T03:47:35.353Z[ recovery-image] Aug 19 03:47:34.240 INFO O| Aug 19 03:47:34.239 INFO STEP 993 (remove_files) COMPLETE
82622026-08-19T03:47:35.353Z[ recovery-image] Aug 19 03:47:34.240 INFO O| Aug 19 03:47:34.239 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-19T03:47:35.361Z[ recovery-image] Aug 19 03:47:34.248 INFO O| Aug 19 03:47:34.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82642026-08-19T03:47:35.361Z[ recovery-image] Aug 19 03:47:34.248 INFO O| Aug 19 03:47:34.248 INFO STEP 994 (remove_files) COMPLETE
82652026-08-19T03:47:35.365Z[ recovery-image] Aug 19 03:47:34.248 INFO O| Aug 19 03:47:34.248 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-19T03:47:35.375Z[ recovery-image] Aug 19 03:47:34.257 INFO O| Aug 19 03:47:34.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82672026-08-19T03:47:35.375Z[ recovery-image] Aug 19 03:47:34.257 INFO O| Aug 19 03:47:34.257 INFO STEP 995 (remove_files) COMPLETE
82682026-08-19T03:47:35.375Z[ recovery-image] Aug 19 03:47:34.257 INFO O| Aug 19 03:47:34.257 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-19T03:47:35.380Z[ recovery-image] Aug 19 03:47:34.266 INFO O| Aug 19 03:47:34.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82702026-08-19T03:47:35.380Z[ recovery-image] Aug 19 03:47:34.266 INFO O| Aug 19 03:47:34.266 INFO STEP 996 (remove_files) COMPLETE
82712026-08-19T03:47:35.384Z[ recovery-image] Aug 19 03:47:34.266 INFO O| Aug 19 03:47:34.266 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-19T03:47:35.384Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
82732026-08-19T03:47:35.388Z[ recovery-image] Aug 19 03:47:34.275 INFO O| Aug 19 03:47:34.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82742026-08-19T03:47:35.388Z[ recovery-image] Aug 19 03:47:34.275 INFO O| Aug 19 03:47:34.275 INFO STEP 997 (remove_files) COMPLETE
82752026-08-19T03:47:35.388Z[ recovery-image] Aug 19 03:47:34.275 INFO O| Aug 19 03:47:34.275 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-19T03:47:35.405Z[ recovery-image] Aug 19 03:47:34.285 INFO O| Aug 19 03:47:34.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82772026-08-19T03:47:35.405Z[ recovery-image] Aug 19 03:47:34.286 INFO O| Aug 19 03:47:34.286 INFO STEP 998 (remove_files) COMPLETE
82782026-08-19T03:47:35.405Z[ recovery-image] Aug 19 03:47:34.286 INFO O| Aug 19 03:47:34.286 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-19T03:47:35.408Z[ recovery-image] Aug 19 03:47:34.295 INFO O| Aug 19 03:47:34.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82802026-08-19T03:47:35.408Z[ recovery-image] Aug 19 03:47:34.295 INFO O| Aug 19 03:47:34.295 INFO STEP 999 (remove_files) COMPLETE
82812026-08-19T03:47:35.408Z[ recovery-image] Aug 19 03:47:34.295 INFO O| Aug 19 03:47:34.295 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-19T03:47:35.418Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
82832026-08-19T03:47:35.421Z[ recovery-image] Aug 19 03:47:34.305 INFO O| Aug 19 03:47:34.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82842026-08-19T03:47:35.421Z[ recovery-image] Aug 19 03:47:34.306 INFO O| Aug 19 03:47:34.306 INFO STEP 1000 (remove_files) COMPLETE
82852026-08-19T03:47:35.421Z[ recovery-image] Aug 19 03:47:34.306 INFO O| Aug 19 03:47:34.306 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-19T03:47:35.429Z[ recovery-image] Aug 19 03:47:34.315 INFO O| Aug 19 03:47:34.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82872026-08-19T03:47:35.429Z[ recovery-image] Aug 19 03:47:34.315 INFO O| Aug 19 03:47:34.315 INFO STEP 1001 (remove_files) COMPLETE
82882026-08-19T03:47:35.433Z[ recovery-image] Aug 19 03:47:34.315 INFO O| Aug 19 03:47:34.315 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-19T03:47:35.439Z[ recovery-image] Aug 19 03:47:34.326 INFO O| Aug 19 03:47:34.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82902026-08-19T03:47:35.439Z[ recovery-image] Aug 19 03:47:34.326 INFO O| Aug 19 03:47:34.326 INFO STEP 1002 (remove_files) COMPLETE
82912026-08-19T03:47:35.439Z[ recovery-image] Aug 19 03:47:34.326 INFO O| Aug 19 03:47:34.326 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-19T03:47:35.450Z[ recovery-image] Aug 19 03:47:34.335 INFO O| Aug 19 03:47:34.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82932026-08-19T03:47:35.453Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
82942026-08-19T03:47:35.454Z[ recovery-image] Aug 19 03:47:34.336 INFO O| Aug 19 03:47:34.336 INFO STEP 1003 (remove_files) COMPLETE
82952026-08-19T03:47:35.454Z[ recovery-image] Aug 19 03:47:34.336 INFO O| Aug 19 03:47:34.336 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-19T03:47:35.459Z[ recovery-image] Aug 19 03:47:34.346 INFO O| Aug 19 03:47:34.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82972026-08-19T03:47:35.459Z[ recovery-image] Aug 19 03:47:34.346 INFO O| Aug 19 03:47:34.346 INFO STEP 1004 (remove_files) COMPLETE
82982026-08-19T03:47:35.459Z[ recovery-image] Aug 19 03:47:34.346 INFO O| Aug 19 03:47:34.346 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-19T03:47:35.470Z[ recovery-image] Aug 19 03:47:34.354 INFO O| Aug 19 03:47:34.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83002026-08-19T03:47:35.470Z[ recovery-image] Aug 19 03:47:34.354 INFO O| Aug 19 03:47:34.354 INFO STEP 1005 (remove_files) COMPLETE
83012026-08-19T03:47:35.474Z[ recovery-image] Aug 19 03:47:34.354 INFO O| Aug 19 03:47:34.354 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-19T03:47:35.478Z[ recovery-image] Aug 19 03:47:34.365 INFO O| Aug 19 03:47:34.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83032026-08-19T03:47:35.478Z[ recovery-image] Aug 19 03:47:34.365 INFO O| Aug 19 03:47:34.365 INFO STEP 1006 (remove_files) COMPLETE
83042026-08-19T03:47:35.478Z[ recovery-image] Aug 19 03:47:34.365 INFO O| Aug 19 03:47:34.365 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-19T03:47:35.489Z[ recovery-image] Aug 19 03:47:34.375 INFO O| Aug 19 03:47:34.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83062026-08-19T03:47:35.489Z[ recovery-image] Aug 19 03:47:34.375 INFO O| Aug 19 03:47:34.375 INFO STEP 1007 (remove_files) COMPLETE
83072026-08-19T03:47:35.489Z[ recovery-image] Aug 19 03:47:34.375 INFO O| Aug 19 03:47:34.375 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-19T03:47:35.500Z[ recovery-image] Aug 19 03:47:34.385 INFO O| Aug 19 03:47:34.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83092026-08-19T03:47:35.500Z[ recovery-image] Aug 19 03:47:34.385 INFO O| Aug 19 03:47:34.385 INFO STEP 1008 (remove_files) COMPLETE
83102026-08-19T03:47:35.500Z[ recovery-image] Aug 19 03:47:34.385 INFO O| Aug 19 03:47:34.385 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-19T03:47:35.508Z[ recovery-image] Aug 19 03:47:34.395 INFO O| Aug 19 03:47:34.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83122026-08-19T03:47:35.508Z[ recovery-image] Aug 19 03:47:34.395 INFO O| Aug 19 03:47:34.395 INFO STEP 1009 (remove_files) COMPLETE
83132026-08-19T03:47:35.512Z[ recovery-image] Aug 19 03:47:34.395 INFO O| Aug 19 03:47:34.395 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-19T03:47:35.518Z[ recovery-image] Aug 19 03:47:34.405 INFO O| Aug 19 03:47:34.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83152026-08-19T03:47:35.518Z[ recovery-image] Aug 19 03:47:34.405 INFO O| Aug 19 03:47:34.405 INFO STEP 1010 (remove_files) COMPLETE
83162026-08-19T03:47:35.519Z[ recovery-image] Aug 19 03:47:34.405 INFO O| Aug 19 03:47:34.405 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-19T03:47:35.528Z[ recovery-image] Aug 19 03:47:34.415 INFO O| Aug 19 03:47:34.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83182026-08-19T03:47:35.528Z[ recovery-image] Aug 19 03:47:34.415 INFO O| Aug 19 03:47:34.415 INFO STEP 1011 (remove_files) COMPLETE
83192026-08-19T03:47:35.528Z[ recovery-image] Aug 19 03:47:34.415 INFO O| Aug 19 03:47:34.415 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-19T03:47:35.537Z[ recovery-image] Aug 19 03:47:34.423 INFO O| Aug 19 03:47:34.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83212026-08-19T03:47:35.537Z[ recovery-image] Aug 19 03:47:34.423 INFO O| Aug 19 03:47:34.423 INFO STEP 1012 (remove_files) COMPLETE
83222026-08-19T03:47:35.545Z[ recovery-image] Aug 19 03:47:34.423 INFO O| Aug 19 03:47:34.423 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-19T03:47:35.548Z[ recovery-image] Aug 19 03:47:34.431 INFO O| Aug 19 03:47:34.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83242026-08-19T03:47:35.548Z[ recovery-image] Aug 19 03:47:34.431 INFO O| Aug 19 03:47:34.431 INFO STEP 1013 (remove_files) COMPLETE
83252026-08-19T03:47:35.548Z[ recovery-image] Aug 19 03:47:34.431 INFO O| Aug 19 03:47:34.431 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-19T03:47:35.554Z[ recovery-image] Aug 19 03:47:34.440 INFO O| Aug 19 03:47:34.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83272026-08-19T03:47:35.554Z[ recovery-image] Aug 19 03:47:34.441 INFO O| Aug 19 03:47:34.440 INFO STEP 1014 (remove_files) COMPLETE
83282026-08-19T03:47:35.554Z[ recovery-image] Aug 19 03:47:34.441 INFO O| Aug 19 03:47:34.441 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.451 INFO O| Aug 19 03:47:34.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83302026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.451 INFO O| Aug 19 03:47:34.451 INFO STEP 1015 (remove_files) COMPLETE
83312026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.451 INFO O| Aug 19 03:47:34.451 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.461 INFO O| Aug 19 03:47:34.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83332026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.461 INFO O| Aug 19 03:47:34.461 INFO STEP 1016 (remove_files) COMPLETE
83342026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.461 INFO O| Aug 19 03:47:34.461 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.471 INFO O| Aug 19 03:47:34.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83362026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.471 INFO O| Aug 19 03:47:34.471 INFO STEP 1017 (remove_files) COMPLETE
83372026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.471 INFO O| Aug 19 03:47:34.471 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.481 INFO O| Aug 19 03:47:34.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83392026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.481 INFO O| Aug 19 03:47:34.481 INFO STEP 1018 (remove_files) COMPLETE
83402026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.481 INFO O| Aug 19 03:47:34.481 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.491 INFO O| Aug 19 03:47:34.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83422026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.492 INFO O| Aug 19 03:47:34.491 INFO STEP 1019 (remove_files) COMPLETE
83432026-08-19T03:47:35.611Z[ recovery-image] Aug 19 03:47:34.492 INFO O| Aug 19 03:47:34.491 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-19T03:47:35.616Z[ recovery-image] Aug 19 03:47:34.501 INFO O| Aug 19 03:47:34.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83452026-08-19T03:47:35.616Z[ recovery-image] Aug 19 03:47:34.501 INFO O| Aug 19 03:47:34.501 INFO STEP 1020 (remove_files) COMPLETE
83462026-08-19T03:47:35.616Z[ recovery-image] Aug 19 03:47:34.501 INFO O| Aug 19 03:47:34.501 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-19T03:47:35.623Z[ recovery-image] Aug 19 03:47:34.509 INFO O| Aug 19 03:47:34.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83482026-08-19T03:47:35.623Z[ recovery-image] Aug 19 03:47:34.509 INFO O| Aug 19 03:47:34.509 INFO STEP 1021 (remove_files) COMPLETE
83492026-08-19T03:47:35.623Z[ recovery-image] Aug 19 03:47:34.509 INFO O| Aug 19 03:47:34.509 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-19T03:47:35.633Z[ recovery-image] Aug 19 03:47:34.519 INFO O| Aug 19 03:47:34.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83512026-08-19T03:47:35.633Z[ recovery-image] Aug 19 03:47:34.519 INFO O| Aug 19 03:47:34.519 INFO STEP 1022 (remove_files) COMPLETE
83522026-08-19T03:47:35.633Z[ recovery-image] Aug 19 03:47:34.519 INFO O| Aug 19 03:47:34.519 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-19T03:47:35.642Z[ recovery-image] Aug 19 03:47:34.529 INFO O| Aug 19 03:47:34.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83542026-08-19T03:47:35.642Z[ recovery-image] Aug 19 03:47:34.529 INFO O| Aug 19 03:47:34.529 INFO STEP 1023 (remove_files) COMPLETE
83552026-08-19T03:47:35.642Z[ recovery-image] Aug 19 03:47:34.529 INFO O| Aug 19 03:47:34.529 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-19T03:47:35.652Z[ recovery-image] Aug 19 03:47:34.538 INFO O| Aug 19 03:47:34.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83572026-08-19T03:47:35.652Z[ recovery-image] Aug 19 03:47:34.538 INFO O| Aug 19 03:47:34.538 INFO STEP 1024 (remove_files) COMPLETE
83582026-08-19T03:47:35.652Z[ recovery-image] Aug 19 03:47:34.538 INFO O| Aug 19 03:47:34.538 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-19T03:47:35.663Z[ recovery-image] Aug 19 03:47:34.547 INFO O| Aug 19 03:47:34.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83602026-08-19T03:47:35.663Z[ recovery-image] Aug 19 03:47:34.547 INFO O| Aug 19 03:47:34.547 INFO STEP 1025 (remove_files) COMPLETE
83612026-08-19T03:47:35.663Z[ recovery-image] Aug 19 03:47:34.547 INFO O| Aug 19 03:47:34.547 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-19T03:47:35.677Z[ recovery-image] Aug 19 03:47:34.563 INFO O| Aug 19 03:47:34.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83632026-08-19T03:47:35.677Z[ recovery-image] Aug 19 03:47:34.563 INFO O| Aug 19 03:47:34.558 INFO STEP 1026 (remove_files) COMPLETE
83642026-08-19T03:47:35.677Z[ recovery-image] Aug 19 03:47:34.563 INFO O| Aug 19 03:47:34.558 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-19T03:47:35.688Z[ recovery-image] Aug 19 03:47:34.575 INFO O| Aug 19 03:47:34.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83662026-08-19T03:47:35.688Z[ recovery-image] Aug 19 03:47:34.575 INFO O| Aug 19 03:47:34.568 INFO STEP 1027 (remove_files) COMPLETE
83672026-08-19T03:47:35.692Z[ recovery-image] Aug 19 03:47:34.575 INFO O| Aug 19 03:47:34.568 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-19T03:47:35.692Z[ recovery-image] Aug 19 03:47:34.577 INFO O| Aug 19 03:47:34.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83692026-08-19T03:47:35.692Z[ recovery-image] Aug 19 03:47:34.577 INFO O| Aug 19 03:47:34.577 INFO STEP 1028 (remove_files) COMPLETE
83702026-08-19T03:47:35.692Z[ recovery-image] Aug 19 03:47:34.577 INFO O| Aug 19 03:47:34.577 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-19T03:47:35.696Z[verify-libraries] Compiling yansi v1.0.1
83722026-08-19T03:47:35.700Z[ recovery-image] Aug 19 03:47:34.587 INFO O| Aug 19 03:47:34.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83732026-08-19T03:47:35.700Z[ recovery-image] Aug 19 03:47:34.587 INFO O| Aug 19 03:47:34.587 INFO STEP 1029 (remove_files) COMPLETE
83742026-08-19T03:47:35.704Z[ recovery-image] Aug 19 03:47:34.587 INFO O| Aug 19 03:47:34.587 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-19T03:47:35.711Z[ recovery-image] Aug 19 03:47:34.597 INFO O| Aug 19 03:47:34.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83762026-08-19T03:47:35.711Z[ recovery-image] Aug 19 03:47:34.597 INFO O| Aug 19 03:47:34.597 INFO STEP 1030 (remove_files) COMPLETE
83772026-08-19T03:47:35.714Z[ recovery-image] Aug 19 03:47:34.597 INFO O| Aug 19 03:47:34.597 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-19T03:47:35.721Z[ recovery-image] Aug 19 03:47:34.608 INFO O| Aug 19 03:47:34.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83792026-08-19T03:47:35.721Z[ recovery-image] Aug 19 03:47:34.608 INFO O| Aug 19 03:47:34.608 INFO STEP 1031 (remove_files) COMPLETE
83802026-08-19T03:47:35.725Z[ recovery-image] Aug 19 03:47:34.608 INFO O| Aug 19 03:47:34.608 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-19T03:47:35.732Z[ recovery-image] Aug 19 03:47:34.619 INFO O| Aug 19 03:47:34.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83822026-08-19T03:47:35.732Z[ recovery-image] Aug 19 03:47:34.619 INFO O| Aug 19 03:47:34.619 INFO STEP 1032 (remove_files) COMPLETE
83832026-08-19T03:47:35.736Z[ recovery-image] Aug 19 03:47:34.619 INFO O| Aug 19 03:47:34.619 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-19T03:47:35.742Z[ recovery-image] Aug 19 03:47:34.628 INFO O| Aug 19 03:47:34.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83852026-08-19T03:47:35.742Z[ recovery-image] Aug 19 03:47:34.628 INFO O| Aug 19 03:47:34.628 INFO STEP 1033 (remove_files) COMPLETE
83862026-08-19T03:47:35.742Z[ recovery-image] Aug 19 03:47:34.628 INFO O| Aug 19 03:47:34.628 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-19T03:47:35.752Z[ recovery-image] Aug 19 03:47:34.638 INFO O| Aug 19 03:47:34.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83882026-08-19T03:47:35.752Z[ recovery-image] Aug 19 03:47:34.638 INFO O| Aug 19 03:47:34.638 INFO STEP 1034 (remove_files) COMPLETE
83892026-08-19T03:47:35.752Z[ recovery-image] Aug 19 03:47:34.638 INFO O| Aug 19 03:47:34.638 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-19T03:47:35.762Z[ recovery-image] Aug 19 03:47:34.648 INFO O| Aug 19 03:47:34.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83912026-08-19T03:47:35.762Z[ recovery-image] Aug 19 03:47:34.648 INFO O| Aug 19 03:47:34.648 INFO STEP 1035 (remove_files) COMPLETE
83922026-08-19T03:47:35.762Z[ recovery-image] Aug 19 03:47:34.648 INFO O| Aug 19 03:47:34.648 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-19T03:47:35.772Z[ recovery-image] Aug 19 03:47:34.657 INFO O| Aug 19 03:47:34.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83942026-08-19T03:47:35.772Z[ recovery-image] Aug 19 03:47:34.657 INFO O| Aug 19 03:47:34.657 INFO STEP 1036 (remove_files) COMPLETE
83952026-08-19T03:47:35.772Z[ recovery-image] Aug 19 03:47:34.657 INFO O| Aug 19 03:47:34.657 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-19T03:47:35.782Z[ recovery-image] Aug 19 03:47:34.667 INFO O| Aug 19 03:47:34.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83972026-08-19T03:47:35.782Z[ recovery-image] Aug 19 03:47:34.667 INFO O| Aug 19 03:47:34.667 INFO STEP 1037 (remove_files) COMPLETE
83982026-08-19T03:47:35.782Z[ recovery-image] Aug 19 03:47:34.667 INFO O| Aug 19 03:47:34.667 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-19T03:47:35.790Z[ recovery-image] Aug 19 03:47:34.676 INFO O| Aug 19 03:47:34.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84002026-08-19T03:47:35.790Z[ recovery-image] Aug 19 03:47:34.676 INFO O| Aug 19 03:47:34.675 INFO STEP 1038 (remove_files) COMPLETE
84012026-08-19T03:47:35.790Z[ recovery-image] Aug 19 03:47:34.676 INFO O| Aug 19 03:47:34.675 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-19T03:47:35.802Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
84032026-08-19T03:47:35.806Z[ recovery-image] Aug 19 03:47:34.685 INFO O| Aug 19 03:47:34.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84042026-08-19T03:47:35.806Z[ recovery-image] Aug 19 03:47:34.685 INFO O| Aug 19 03:47:34.685 INFO STEP 1039 (remove_files) COMPLETE
84052026-08-19T03:47:35.806Z[ recovery-image] Aug 19 03:47:34.685 INFO O| Aug 19 03:47:34.685 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-19T03:47:35.810Z[ recovery-image] Aug 19 03:47:34.696 INFO O| Aug 19 03:47:34.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84072026-08-19T03:47:35.810Z[ recovery-image] Aug 19 03:47:34.696 INFO O| Aug 19 03:47:34.696 INFO STEP 1040 (remove_files) COMPLETE
84082026-08-19T03:47:35.810Z[ recovery-image] Aug 19 03:47:34.696 INFO O| Aug 19 03:47:34.696 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-19T03:47:35.819Z[ recovery-image] Aug 19 03:47:34.706 INFO O| Aug 19 03:47:34.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84102026-08-19T03:47:35.819Z[ recovery-image] Aug 19 03:47:34.706 INFO O| Aug 19 03:47:34.706 INFO STEP 1041 (remove_files) COMPLETE
84112026-08-19T03:47:35.819Z[ recovery-image] Aug 19 03:47:34.706 INFO O| Aug 19 03:47:34.706 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-19T03:47:35.830Z[ recovery-image] Aug 19 03:47:34.716 INFO O| Aug 19 03:47:34.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84132026-08-19T03:47:35.833Z[ recovery-image] Aug 19 03:47:34.717 INFO O| Aug 19 03:47:34.717 INFO STEP 1042 (remove_files) COMPLETE
84142026-08-19T03:47:35.833Z[ recovery-image] Aug 19 03:47:34.717 INFO O| Aug 19 03:47:34.717 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-19T03:47:35.841Z[ recovery-image] Aug 19 03:47:34.727 INFO O| Aug 19 03:47:34.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84162026-08-19T03:47:35.841Z[ recovery-image] Aug 19 03:47:34.727 INFO O| Aug 19 03:47:34.727 INFO STEP 1043 (remove_files) COMPLETE
84172026-08-19T03:47:35.845Z[ recovery-image] Aug 19 03:47:34.727 INFO O| Aug 19 03:47:34.727 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-19T03:47:35.851Z[ recovery-image] Aug 19 03:47:34.738 INFO O| Aug 19 03:47:34.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84192026-08-19T03:47:35.851Z[ recovery-image] Aug 19 03:47:34.738 INFO O| Aug 19 03:47:34.738 INFO STEP 1044 (remove_files) COMPLETE
84202026-08-19T03:47:35.851Z[ recovery-image] Aug 19 03:47:34.738 INFO O| Aug 19 03:47:34.738 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-19T03:47:35.862Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
84222026-08-19T03:47:35.865Z[ recovery-image] Aug 19 03:47:34.749 INFO O| Aug 19 03:47:34.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84232026-08-19T03:47:35.866Z[ recovery-image] Aug 19 03:47:34.749 INFO O| Aug 19 03:47:34.749 INFO STEP 1045 (remove_files) COMPLETE
84242026-08-19T03:47:35.866Z[ recovery-image] Aug 19 03:47:34.749 INFO O| Aug 19 03:47:34.749 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-19T03:47:35.876Z[ recovery-image] Aug 19 03:47:34.760 INFO O| Aug 19 03:47:34.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84262026-08-19T03:47:35.876Z[ recovery-image] Aug 19 03:47:34.760 INFO O| Aug 19 03:47:34.760 INFO STEP 1046 (remove_files) COMPLETE
84272026-08-19T03:47:35.876Z[ recovery-image] Aug 19 03:47:34.760 INFO O| Aug 19 03:47:34.760 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-19T03:47:35.886Z[ recovery-image] Aug 19 03:47:34.770 INFO O| Aug 19 03:47:34.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84292026-08-19T03:47:35.886Z[ recovery-image] Aug 19 03:47:34.770 INFO O| Aug 19 03:47:34.770 INFO STEP 1047 (remove_files) COMPLETE
84302026-08-19T03:47:35.886Z[ recovery-image] Aug 19 03:47:34.770 INFO O| Aug 19 03:47:34.770 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-19T03:47:35.892Z[ recovery-image] Aug 19 03:47:34.779 INFO O| Aug 19 03:47:34.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84322026-08-19T03:47:35.892Z[ recovery-image] Aug 19 03:47:34.779 INFO O| Aug 19 03:47:34.779 INFO STEP 1048 (remove_files) COMPLETE
84332026-08-19T03:47:35.892Z[ recovery-image] Aug 19 03:47:34.779 INFO O| Aug 19 03:47:34.779 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-19T03:47:35.902Z[ recovery-image] Aug 19 03:47:34.789 INFO O| Aug 19 03:47:34.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84352026-08-19T03:47:35.902Z[ recovery-image] Aug 19 03:47:34.789 INFO O| Aug 19 03:47:34.789 INFO STEP 1049 (remove_files) COMPLETE
84362026-08-19T03:47:35.902Z[ recovery-image] Aug 19 03:47:34.789 INFO O| Aug 19 03:47:34.789 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-19T03:47:35.911Z[ recovery-image] Aug 19 03:47:34.797 INFO O| Aug 19 03:47:34.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84382026-08-19T03:47:35.911Z[ recovery-image] Aug 19 03:47:34.797 INFO O| Aug 19 03:47:34.797 INFO STEP 1050 (remove_files) COMPLETE
84392026-08-19T03:47:35.911Z[ recovery-image] Aug 19 03:47:34.797 INFO O| Aug 19 03:47:34.797 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-19T03:47:35.920Z[ recovery-image] Aug 19 03:47:34.807 INFO O| Aug 19 03:47:34.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84412026-08-19T03:47:35.920Z[ recovery-image] Aug 19 03:47:34.807 INFO O| Aug 19 03:47:34.807 INFO STEP 1051 (remove_files) COMPLETE
84422026-08-19T03:47:35.920Z[ recovery-image] Aug 19 03:47:34.807 INFO O| Aug 19 03:47:34.807 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-19T03:47:35.931Z[ recovery-image] Aug 19 03:47:34.818 INFO O| Aug 19 03:47:34.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84442026-08-19T03:47:35.931Z[ recovery-image] Aug 19 03:47:34.818 INFO O| Aug 19 03:47:34.818 INFO STEP 1052 (remove_files) COMPLETE
84452026-08-19T03:47:35.935Z[ recovery-image] Aug 19 03:47:34.818 INFO O| Aug 19 03:47:34.818 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-19T03:47:35.941Z[ recovery-image] Aug 19 03:47:34.828 INFO O| Aug 19 03:47:34.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84472026-08-19T03:47:35.941Z[ recovery-image] Aug 19 03:47:34.828 INFO O| Aug 19 03:47:34.828 INFO STEP 1053 (remove_files) COMPLETE
84482026-08-19T03:47:35.941Z[ recovery-image] Aug 19 03:47:34.828 INFO O| Aug 19 03:47:34.828 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-19T03:47:35.950Z[ recovery-image] Aug 19 03:47:34.837 INFO O| Aug 19 03:47:34.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84502026-08-19T03:47:35.950Z[ recovery-image] Aug 19 03:47:34.837 INFO O| Aug 19 03:47:34.837 INFO STEP 1054 (remove_files) COMPLETE
84512026-08-19T03:47:35.950Z[ recovery-image] Aug 19 03:47:34.837 INFO O| Aug 19 03:47:34.837 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-19T03:47:35.958Z[ recovery-image] Aug 19 03:47:34.845 INFO O| Aug 19 03:47:34.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84532026-08-19T03:47:35.958Z[ recovery-image] Aug 19 03:47:34.845 INFO O| Aug 19 03:47:34.845 INFO STEP 1055 (remove_files) COMPLETE
84542026-08-19T03:47:35.959Z[ recovery-image] Aug 19 03:47:34.845 INFO O| Aug 19 03:47:34.845 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-19T03:47:35.967Z[ recovery-image] Aug 19 03:47:34.853 INFO O| Aug 19 03:47:34.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84562026-08-19T03:47:35.967Z[ recovery-image] Aug 19 03:47:34.853 INFO O| Aug 19 03:47:34.853 INFO STEP 1056 (remove_files) COMPLETE
84572026-08-19T03:47:35.967Z[ recovery-image] Aug 19 03:47:34.853 INFO O| Aug 19 03:47:34.853 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-19T03:47:35.975Z[ recovery-image] Aug 19 03:47:34.862 INFO O| Aug 19 03:47:34.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84592026-08-19T03:47:35.975Z[ recovery-image] Aug 19 03:47:34.862 INFO O| Aug 19 03:47:34.862 INFO STEP 1057 (remove_files) COMPLETE
84602026-08-19T03:47:35.975Z[ recovery-image] Aug 19 03:47:34.862 INFO O| Aug 19 03:47:34.862 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-19T03:47:35.984Z[ recovery-image] Aug 19 03:47:34.870 INFO O| Aug 19 03:47:34.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84622026-08-19T03:47:35.984Z[ recovery-image] Aug 19 03:47:34.871 INFO O| Aug 19 03:47:34.871 INFO STEP 1058 (remove_files) COMPLETE
84632026-08-19T03:47:35.988Z[ recovery-image] Aug 19 03:47:34.871 INFO O| Aug 19 03:47:34.871 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-19T03:47:35.993Z[ recovery-image] Aug 19 03:47:34.879 INFO O| Aug 19 03:47:34.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84652026-08-19T03:47:35.993Z[ recovery-image] Aug 19 03:47:34.880 INFO O| Aug 19 03:47:34.879 INFO STEP 1059 (remove_files) COMPLETE
84662026-08-19T03:47:35.996Z[ recovery-image] Aug 19 03:47:34.880 INFO O| Aug 19 03:47:34.880 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-19T03:47:36.006Z[ recovery-image] Aug 19 03:47:34.892 INFO O| Aug 19 03:47:34.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84682026-08-19T03:47:36.006Z[ recovery-image] Aug 19 03:47:34.892 INFO O| Aug 19 03:47:34.892 INFO STEP 1060 (remove_files) COMPLETE
84692026-08-19T03:47:36.010Z[ recovery-image] Aug 19 03:47:34.892 INFO O| Aug 19 03:47:34.892 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-19T03:47:36.017Z[ recovery-image] Aug 19 03:47:34.903 INFO O| Aug 19 03:47:34.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84712026-08-19T03:47:36.017Z[ recovery-image] Aug 19 03:47:34.903 INFO O| Aug 19 03:47:34.903 INFO STEP 1061 (remove_files) COMPLETE
84722026-08-19T03:47:36.017Z[ recovery-image] Aug 19 03:47:34.903 INFO O| Aug 19 03:47:34.903 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-19T03:47:36.028Z[ recovery-image] Aug 19 03:47:34.913 INFO O| Aug 19 03:47:34.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84742026-08-19T03:47:36.028Z[ recovery-image] Aug 19 03:47:34.913 INFO O| Aug 19 03:47:34.913 INFO STEP 1062 (remove_files) COMPLETE
84752026-08-19T03:47:36.028Z[ recovery-image] Aug 19 03:47:34.913 INFO O| Aug 19 03:47:34.913 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-19T03:47:36.036Z[ recovery-image] Aug 19 03:47:34.922 INFO O| Aug 19 03:47:34.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84772026-08-19T03:47:36.036Z[ recovery-image] Aug 19 03:47:34.922 INFO O| Aug 19 03:47:34.922 INFO STEP 1063 (remove_files) COMPLETE
84782026-08-19T03:47:36.036Z[ recovery-image] Aug 19 03:47:34.922 INFO O| Aug 19 03:47:34.922 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-19T03:47:36.049Z[ recovery-image] Aug 19 03:47:34.934 INFO O| Aug 19 03:47:34.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84802026-08-19T03:47:36.049Z[ recovery-image] Aug 19 03:47:34.934 INFO O| Aug 19 03:47:34.934 INFO STEP 1064 (remove_files) COMPLETE
84812026-08-19T03:47:36.049Z[ recovery-image] Aug 19 03:47:34.934 INFO O| Aug 19 03:47:34.934 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-19T03:47:36.060Z[ recovery-image] Aug 19 03:47:34.946 INFO O| Aug 19 03:47:34.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84832026-08-19T03:47:36.060Z[ recovery-image] Aug 19 03:47:34.946 INFO O| Aug 19 03:47:34.946 INFO STEP 1065 (remove_files) COMPLETE
84842026-08-19T03:47:36.060Z[ recovery-image] Aug 19 03:47:34.946 INFO O| Aug 19 03:47:34.946 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-19T03:47:36.071Z[ recovery-image] Aug 19 03:47:34.957 INFO O| Aug 19 03:47:34.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84862026-08-19T03:47:36.071Z[ recovery-image] Aug 19 03:47:34.957 INFO O| Aug 19 03:47:34.957 INFO STEP 1066 (remove_files) COMPLETE
84872026-08-19T03:47:36.071Z[ recovery-image] Aug 19 03:47:34.957 INFO O| Aug 19 03:47:34.957 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-19T03:47:36.081Z[verify-libraries] Compiling pretty_assertions v1.4.1
84892026-08-19T03:47:36.085Z[ recovery-image] Aug 19 03:47:34.968 INFO O| Aug 19 03:47:34.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84902026-08-19T03:47:36.085Z[ recovery-image] Aug 19 03:47:34.968 INFO O| Aug 19 03:47:34.968 INFO STEP 1067 (remove_files) COMPLETE
84912026-08-19T03:47:36.085Z[ recovery-image] Aug 19 03:47:34.968 INFO O| Aug 19 03:47:34.968 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-19T03:47:36.094Z[ recovery-image] Aug 19 03:47:34.980 INFO O| Aug 19 03:47:34.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84932026-08-19T03:47:36.094Z[ recovery-image] Aug 19 03:47:34.980 INFO O| Aug 19 03:47:34.978 INFO STEP 1068 (remove_files) COMPLETE
84942026-08-19T03:47:36.094Z[ recovery-image] Aug 19 03:47:34.980 INFO O| Aug 19 03:47:34.978 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-19T03:47:36.100Z[ recovery-image] Aug 19 03:47:34.987 INFO O| Aug 19 03:47:34.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84962026-08-19T03:47:36.100Z[ recovery-image] Aug 19 03:47:34.987 INFO O| Aug 19 03:47:34.987 INFO STEP 1069 (remove_files) COMPLETE
84972026-08-19T03:47:36.100Z[ recovery-image] Aug 19 03:47:34.987 INFO O| Aug 19 03:47:34.987 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-19T03:47:36.109Z[ recovery-image] Aug 19 03:47:34.995 INFO O| Aug 19 03:47:34.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84992026-08-19T03:47:36.109Z[ recovery-image] Aug 19 03:47:34.995 INFO O| Aug 19 03:47:34.995 INFO STEP 1070 (remove_files) COMPLETE
85002026-08-19T03:47:36.109Z[ recovery-image] Aug 19 03:47:34.995 INFO O| Aug 19 03:47:34.995 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-19T03:47:36.146Z[ recovery-image] Aug 19 03:47:35.032 INFO O| Aug 19 03:47:35.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85022026-08-19T03:47:36.146Z[ recovery-image] Aug 19 03:47:35.032 INFO O| Aug 19 03:47:35.032 INFO STEP 1071 (remove_files) COMPLETE
85032026-08-19T03:47:36.146Z[ recovery-image] Aug 19 03:47:35.032 INFO O| Aug 19 03:47:35.032 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-19T03:47:36.157Z[ recovery-image] Aug 19 03:47:35.043 INFO O| Aug 19 03:47:35.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85052026-08-19T03:47:36.157Z[ recovery-image] Aug 19 03:47:35.043 INFO O| Aug 19 03:47:35.043 INFO STEP 1072 (remove_files) COMPLETE
85062026-08-19T03:47:36.157Z[ recovery-image] Aug 19 03:47:35.044 INFO O| Aug 19 03:47:35.043 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-08-19T03:47:36.166Z[ recovery-image] Aug 19 03:47:35.053 INFO O| Aug 19 03:47:35.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85082026-08-19T03:47:36.167Z[ recovery-image] Aug 19 03:47:35.053 INFO O| Aug 19 03:47:35.053 INFO STEP 1073 (remove_files) COMPLETE
85092026-08-19T03:47:36.171Z[ recovery-image] Aug 19 03:47:35.053 INFO O| Aug 19 03:47:35.053 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-08-19T03:47:36.177Z[ recovery-image] Aug 19 03:47:35.064 INFO O| Aug 19 03:47:35.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85112026-08-19T03:47:36.177Z[ recovery-image] Aug 19 03:47:35.064 INFO O| Aug 19 03:47:35.064 INFO STEP 1074 (remove_files) COMPLETE
85122026-08-19T03:47:36.177Z[ recovery-image] Aug 19 03:47:35.064 INFO O| Aug 19 03:47:35.064 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-19T03:47:36.187Z[ recovery-image] Aug 19 03:47:35.074 INFO O| Aug 19 03:47:35.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85142026-08-19T03:47:36.187Z[ recovery-image] Aug 19 03:47:35.074 INFO O| Aug 19 03:47:35.074 INFO STEP 1075 (remove_files) COMPLETE
85152026-08-19T03:47:36.187Z[ recovery-image] Aug 19 03:47:35.074 INFO O| Aug 19 03:47:35.074 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-19T03:47:36.197Z[ recovery-image] Aug 19 03:47:35.083 INFO O| Aug 19 03:47:35.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85172026-08-19T03:47:36.197Z[ recovery-image] Aug 19 03:47:35.083 INFO O| Aug 19 03:47:35.083 INFO STEP 1076 (remove_files) COMPLETE
85182026-08-19T03:47:36.200Z[ recovery-image] Aug 19 03:47:35.083 INFO O| Aug 19 03:47:35.083 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-19T03:47:36.212Z[ recovery-image] Aug 19 03:47:35.098 INFO O| Aug 19 03:47:35.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85202026-08-19T03:47:36.212Z[ recovery-image] Aug 19 03:47:35.098 INFO O| Aug 19 03:47:35.093 INFO STEP 1077 (remove_files) COMPLETE
85212026-08-19T03:47:36.212Z[ recovery-image] Aug 19 03:47:35.098 INFO O| Aug 19 03:47:35.093 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-19T03:47:36.216Z[ recovery-image] Aug 19 03:47:35.103 INFO O| Aug 19 03:47:35.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85232026-08-19T03:47:36.216Z[ recovery-image] Aug 19 03:47:35.103 INFO O| Aug 19 03:47:35.103 INFO STEP 1078 (remove_files) COMPLETE
85242026-08-19T03:47:36.217Z[ recovery-image] Aug 19 03:47:35.103 INFO O| Aug 19 03:47:35.103 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-19T03:47:36.228Z[ recovery-image] Aug 19 03:47:35.115 INFO O| Aug 19 03:47:35.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85262026-08-19T03:47:36.229Z[ recovery-image] Aug 19 03:47:35.115 INFO O| Aug 19 03:47:35.115 INFO STEP 1079 (remove_files) COMPLETE
85272026-08-19T03:47:36.229Z[ recovery-image] Aug 19 03:47:35.115 INFO O| Aug 19 03:47:35.115 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-19T03:47:36.238Z[ recovery-image] Aug 19 03:47:35.124 INFO O| Aug 19 03:47:35.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85292026-08-19T03:47:36.238Z[ recovery-image] Aug 19 03:47:35.125 INFO O| Aug 19 03:47:35.124 INFO STEP 1080 (remove_files) COMPLETE
85302026-08-19T03:47:36.243Z[ recovery-image] Aug 19 03:47:35.125 INFO O| Aug 19 03:47:35.125 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-19T03:47:36.249Z[ recovery-image] Aug 19 03:47:35.135 INFO O| Aug 19 03:47:35.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85322026-08-19T03:47:36.249Z[ recovery-image] Aug 19 03:47:35.135 INFO O| Aug 19 03:47:35.135 INFO STEP 1081 (remove_files) COMPLETE
85332026-08-19T03:47:36.249Z[ recovery-image] Aug 19 03:47:35.135 INFO O| Aug 19 03:47:35.135 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-19T03:47:36.259Z[ recovery-image] Aug 19 03:47:35.145 INFO O| Aug 19 03:47:35.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85352026-08-19T03:47:36.259Z[ recovery-image] Aug 19 03:47:35.145 INFO O| Aug 19 03:47:35.145 INFO STEP 1082 (remove_files) COMPLETE
85362026-08-19T03:47:36.259Z[ recovery-image] Aug 19 03:47:35.145 INFO O| Aug 19 03:47:35.145 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-19T03:47:36.268Z[ recovery-image] Aug 19 03:47:35.154 INFO O| Aug 19 03:47:35.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85382026-08-19T03:47:36.268Z[ recovery-image] Aug 19 03:47:35.154 INFO O| Aug 19 03:47:35.154 INFO STEP 1083 (remove_files) COMPLETE
85392026-08-19T03:47:36.268Z[ recovery-image] Aug 19 03:47:35.154 INFO O| Aug 19 03:47:35.154 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-19T03:47:36.277Z[ recovery-image] Aug 19 03:47:35.163 INFO O| Aug 19 03:47:35.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85412026-08-19T03:47:36.277Z[ recovery-image] Aug 19 03:47:35.163 INFO O| Aug 19 03:47:35.163 INFO STEP 1084 (remove_files) COMPLETE
85422026-08-19T03:47:36.277Z[ recovery-image] Aug 19 03:47:35.163 INFO O| Aug 19 03:47:35.163 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-19T03:47:36.287Z[ recovery-image] Aug 19 03:47:35.173 INFO O| Aug 19 03:47:35.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85442026-08-19T03:47:36.287Z[ recovery-image] Aug 19 03:47:35.173 INFO O| Aug 19 03:47:35.173 INFO STEP 1085 (remove_files) COMPLETE
85452026-08-19T03:47:36.287Z[ recovery-image] Aug 19 03:47:35.173 INFO O| Aug 19 03:47:35.173 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-19T03:47:36.296Z[ recovery-image] Aug 19 03:47:35.183 INFO O| Aug 19 03:47:35.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85472026-08-19T03:47:36.297Z[ recovery-image] Aug 19 03:47:35.183 INFO O| Aug 19 03:47:35.183 INFO STEP 1086 (remove_files) COMPLETE
85482026-08-19T03:47:36.300Z[ recovery-image] Aug 19 03:47:35.183 INFO O| Aug 19 03:47:35.183 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-19T03:47:36.306Z[ recovery-image] Aug 19 03:47:35.192 INFO O| Aug 19 03:47:35.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85502026-08-19T03:47:36.306Z[ recovery-image] Aug 19 03:47:35.192 INFO O| Aug 19 03:47:35.192 INFO STEP 1087 (remove_files) COMPLETE
85512026-08-19T03:47:36.309Z[ recovery-image] Aug 19 03:47:35.192 INFO O| Aug 19 03:47:35.192 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-19T03:47:36.316Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
85532026-08-19T03:47:36.320Z[ recovery-image] Aug 19 03:47:35.203 INFO O| Aug 19 03:47:35.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85542026-08-19T03:47:36.320Z[ recovery-image] Aug 19 03:47:35.203 INFO O| Aug 19 03:47:35.203 INFO STEP 1088 (remove_files) COMPLETE
85552026-08-19T03:47:36.320Z[ recovery-image] Aug 19 03:47:35.203 INFO O| Aug 19 03:47:35.203 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-19T03:47:36.327Z[ recovery-image] Aug 19 03:47:35.214 INFO O| Aug 19 03:47:35.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85572026-08-19T03:47:36.327Z[ recovery-image] Aug 19 03:47:35.214 INFO O| Aug 19 03:47:35.214 INFO STEP 1089 (remove_files) COMPLETE
85582026-08-19T03:47:36.327Z[ recovery-image] Aug 19 03:47:35.214 INFO O| Aug 19 03:47:35.214 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-19T03:47:36.337Z[ recovery-image] Aug 19 03:47:35.223 INFO O| Aug 19 03:47:35.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85602026-08-19T03:47:36.337Z[ recovery-image] Aug 19 03:47:35.223 INFO O| Aug 19 03:47:35.223 INFO STEP 1090 (remove_files) COMPLETE
85612026-08-19T03:47:36.337Z[ recovery-image] Aug 19 03:47:35.223 INFO O| Aug 19 03:47:35.223 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-19T03:47:36.352Z[ recovery-image] Aug 19 03:47:35.239 INFO O| Aug 19 03:47:35.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85632026-08-19T03:47:36.353Z[ recovery-image] Aug 19 03:47:35.239 INFO O| Aug 19 03:47:35.233 INFO STEP 1091 (remove_files) COMPLETE
85642026-08-19T03:47:36.353Z[ recovery-image] Aug 19 03:47:35.239 INFO O| Aug 19 03:47:35.233 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-19T03:47:36.356Z[ recovery-image] Aug 19 03:47:35.242 INFO O| Aug 19 03:47:35.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85662026-08-19T03:47:36.356Z[ recovery-image] Aug 19 03:47:35.242 INFO O| Aug 19 03:47:35.242 INFO STEP 1092 (remove_files) COMPLETE
85672026-08-19T03:47:36.356Z[ recovery-image] Aug 19 03:47:35.242 INFO O| Aug 19 03:47:35.242 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-19T03:47:36.365Z[ recovery-image] Aug 19 03:47:35.252 INFO O| Aug 19 03:47:35.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85692026-08-19T03:47:36.366Z[ recovery-image] Aug 19 03:47:35.252 INFO O| Aug 19 03:47:35.252 INFO STEP 1093 (remove_files) COMPLETE
85702026-08-19T03:47:36.369Z[ recovery-image] Aug 19 03:47:35.252 INFO O| Aug 19 03:47:35.252 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-19T03:47:36.376Z[ recovery-image] Aug 19 03:47:35.262 INFO O| Aug 19 03:47:35.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85722026-08-19T03:47:36.376Z[ recovery-image] Aug 19 03:47:35.262 INFO O| Aug 19 03:47:35.262 INFO STEP 1094 (remove_files) COMPLETE
85732026-08-19T03:47:36.376Z[ recovery-image] Aug 19 03:47:35.262 INFO O| Aug 19 03:47:35.262 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-19T03:47:36.385Z[ recovery-image] Aug 19 03:47:35.271 INFO O| Aug 19 03:47:35.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85752026-08-19T03:47:36.385Z[ recovery-image] Aug 19 03:47:35.271 INFO O| Aug 19 03:47:35.271 INFO STEP 1095 (remove_files) COMPLETE
85762026-08-19T03:47:36.389Z[ recovery-image] Aug 19 03:47:35.271 INFO O| Aug 19 03:47:35.271 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-19T03:47:36.394Z[ recovery-image] Aug 19 03:47:35.281 INFO O| Aug 19 03:47:35.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85782026-08-19T03:47:36.394Z[ recovery-image] Aug 19 03:47:35.281 INFO O| Aug 19 03:47:35.281 INFO STEP 1096 (remove_files) COMPLETE
85792026-08-19T03:47:36.398Z[ recovery-image] Aug 19 03:47:35.281 INFO O| Aug 19 03:47:35.281 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-19T03:47:36.406Z[ recovery-image] Aug 19 03:47:35.291 INFO O| Aug 19 03:47:35.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85812026-08-19T03:47:36.406Z[ recovery-image] Aug 19 03:47:35.291 INFO O| Aug 19 03:47:35.291 INFO STEP 1097 (remove_files) COMPLETE
85822026-08-19T03:47:36.406Z[ recovery-image] Aug 19 03:47:35.291 INFO O| Aug 19 03:47:35.291 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-19T03:47:36.414Z[ recovery-image] Aug 19 03:47:35.300 INFO O| Aug 19 03:47:35.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85842026-08-19T03:47:36.418Z[ recovery-image] Aug 19 03:47:35.301 INFO O| Aug 19 03:47:35.300 INFO STEP 1098 (remove_files) COMPLETE
85852026-08-19T03:47:36.418Z[ recovery-image] Aug 19 03:47:35.301 INFO O| Aug 19 03:47:35.301 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-19T03:47:36.424Z[ recovery-image] Aug 19 03:47:35.311 INFO O| Aug 19 03:47:35.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85872026-08-19T03:47:36.424Z[ recovery-image] Aug 19 03:47:35.311 INFO O| Aug 19 03:47:35.311 INFO STEP 1099 (remove_files) COMPLETE
85882026-08-19T03:47:36.428Z[ recovery-image] Aug 19 03:47:35.311 INFO O| Aug 19 03:47:35.311 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-19T03:47:36.434Z[ recovery-image] Aug 19 03:47:35.321 INFO O| Aug 19 03:47:35.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85902026-08-19T03:47:36.435Z[ recovery-image] Aug 19 03:47:35.321 INFO O| Aug 19 03:47:35.321 INFO STEP 1100 (remove_files) COMPLETE
85912026-08-19T03:47:36.435Z[ recovery-image] Aug 19 03:47:35.321 INFO O| Aug 19 03:47:35.321 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-19T03:47:36.445Z[ recovery-image] Aug 19 03:47:35.332 INFO O| Aug 19 03:47:35.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85932026-08-19T03:47:36.445Z[ recovery-image] Aug 19 03:47:35.332 INFO O| Aug 19 03:47:35.332 INFO STEP 1101 (remove_files) COMPLETE
85942026-08-19T03:47:36.445Z[ recovery-image] Aug 19 03:47:35.332 INFO O| Aug 19 03:47:35.332 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-19T03:47:36.455Z[ recovery-image] Aug 19 03:47:35.342 INFO O| Aug 19 03:47:35.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85962026-08-19T03:47:36.455Z[ recovery-image] Aug 19 03:47:35.342 INFO O| Aug 19 03:47:35.342 INFO STEP 1102 (remove_files) COMPLETE
85972026-08-19T03:47:36.455Z[ recovery-image] Aug 19 03:47:35.342 INFO O| Aug 19 03:47:35.342 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-19T03:47:36.465Z[ recovery-image] Aug 19 03:47:35.351 INFO O| Aug 19 03:47:35.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85992026-08-19T03:47:36.465Z[ recovery-image] Aug 19 03:47:35.351 INFO O| Aug 19 03:47:35.351 INFO STEP 1103 (remove_files) COMPLETE
86002026-08-19T03:47:36.465Z[ recovery-image] Aug 19 03:47:35.351 INFO O| Aug 19 03:47:35.351 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-19T03:47:36.469Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86022026-08-19T03:47:36.474Z[ recovery-image] Aug 19 03:47:35.361 INFO O| Aug 19 03:47:35.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86032026-08-19T03:47:36.474Z[ recovery-image] Aug 19 03:47:35.361 INFO O| Aug 19 03:47:35.361 INFO STEP 1104 (remove_files) COMPLETE
86042026-08-19T03:47:36.478Z[ recovery-image] Aug 19 03:47:35.361 INFO O| Aug 19 03:47:35.361 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-19T03:47:36.484Z[ recovery-image] Aug 19 03:47:35.371 INFO O| Aug 19 03:47:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86062026-08-19T03:47:36.484Z[ recovery-image] Aug 19 03:47:35.371 INFO O| Aug 19 03:47:35.371 INFO STEP 1105 (remove_files) COMPLETE
86072026-08-19T03:47:36.488Z[ recovery-image] Aug 19 03:47:35.371 INFO O| Aug 19 03:47:35.371 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-19T03:47:36.494Z[ recovery-image] Aug 19 03:47:35.380 INFO O| Aug 19 03:47:35.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86092026-08-19T03:47:36.494Z[ recovery-image] Aug 19 03:47:35.380 INFO O| Aug 19 03:47:35.380 INFO STEP 1106 (remove_files) COMPLETE
86102026-08-19T03:47:36.497Z[ recovery-image] Aug 19 03:47:35.380 INFO O| Aug 19 03:47:35.380 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-19T03:47:36.504Z[ recovery-image] Aug 19 03:47:35.390 INFO O| Aug 19 03:47:35.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86122026-08-19T03:47:36.504Z[ recovery-image] Aug 19 03:47:35.390 INFO O| Aug 19 03:47:35.390 INFO STEP 1107 (remove_files) COMPLETE
86132026-08-19T03:47:36.504Z[ recovery-image] Aug 19 03:47:35.390 INFO O| Aug 19 03:47:35.390 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-19T03:47:36.513Z[ recovery-image] Aug 19 03:47:35.399 INFO O| Aug 19 03:47:35.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86152026-08-19T03:47:36.513Z[ recovery-image] Aug 19 03:47:35.399 INFO O| Aug 19 03:47:35.399 INFO STEP 1108 (remove_files) COMPLETE
86162026-08-19T03:47:36.513Z[ recovery-image] Aug 19 03:47:35.399 INFO O| Aug 19 03:47:35.399 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-19T03:47:36.522Z[ recovery-image] Aug 19 03:47:35.408 INFO O| Aug 19 03:47:35.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86182026-08-19T03:47:36.522Z[ recovery-image] Aug 19 03:47:35.408 INFO O| Aug 19 03:47:35.408 INFO STEP 1109 (remove_files) COMPLETE
86192026-08-19T03:47:36.522Z[ recovery-image] Aug 19 03:47:35.408 INFO O| Aug 19 03:47:35.408 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-19T03:47:36.531Z[ recovery-image] Aug 19 03:47:35.417 INFO O| Aug 19 03:47:35.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86212026-08-19T03:47:36.531Z[ recovery-image] Aug 19 03:47:35.417 INFO O| Aug 19 03:47:35.417 INFO STEP 1110 (remove_files) COMPLETE
86222026-08-19T03:47:36.531Z[ recovery-image] Aug 19 03:47:35.417 INFO O| Aug 19 03:47:35.417 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-19T03:47:36.540Z[ recovery-image] Aug 19 03:47:35.427 INFO O| Aug 19 03:47:35.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86242026-08-19T03:47:36.540Z[ recovery-image] Aug 19 03:47:35.427 INFO O| Aug 19 03:47:35.427 INFO STEP 1111 (remove_files) COMPLETE
86252026-08-19T03:47:36.540Z[ recovery-image] Aug 19 03:47:35.427 INFO O| Aug 19 03:47:35.427 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-19T03:47:36.545Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86272026-08-19T03:47:36.549Z[ recovery-image] Aug 19 03:47:35.436 INFO O| Aug 19 03:47:35.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86282026-08-19T03:47:36.549Z[ recovery-image] Aug 19 03:47:35.436 INFO O| Aug 19 03:47:35.436 INFO STEP 1112 (remove_files) COMPLETE
86292026-08-19T03:47:36.553Z[ recovery-image] Aug 19 03:47:35.436 INFO O| Aug 19 03:47:35.436 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-19T03:47:36.559Z[ recovery-image] Aug 19 03:47:35.445 INFO O| Aug 19 03:47:35.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86312026-08-19T03:47:36.559Z[ recovery-image] Aug 19 03:47:35.445 INFO O| Aug 19 03:47:35.445 INFO STEP 1113 (remove_files) COMPLETE
86322026-08-19T03:47:36.562Z[ recovery-image] Aug 19 03:47:35.445 INFO O| Aug 19 03:47:35.445 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-19T03:47:36.568Z[ recovery-image] Aug 19 03:47:35.454 INFO O| Aug 19 03:47:35.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86342026-08-19T03:47:36.568Z[ recovery-image] Aug 19 03:47:35.454 INFO O| Aug 19 03:47:35.454 INFO STEP 1114 (remove_files) COMPLETE
86352026-08-19T03:47:36.568Z[ recovery-image] Aug 19 03:47:35.454 INFO O| Aug 19 03:47:35.454 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-19T03:47:36.575Z[ recovery-image] Aug 19 03:47:35.462 INFO O| Aug 19 03:47:35.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86372026-08-19T03:47:36.579Z[ recovery-image] Aug 19 03:47:35.462 INFO O| Aug 19 03:47:35.462 INFO STEP 1115 (remove_files) COMPLETE
86382026-08-19T03:47:36.579Z[ recovery-image] Aug 19 03:47:35.462 INFO O| Aug 19 03:47:35.462 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-19T03:47:36.583Z[ recovery-image] Aug 19 03:47:35.470 INFO O| Aug 19 03:47:35.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86402026-08-19T03:47:36.583Z[ recovery-image] Aug 19 03:47:35.470 INFO O| Aug 19 03:47:35.470 INFO STEP 1116 (remove_files) COMPLETE
86412026-08-19T03:47:36.584Z[ recovery-image] Aug 19 03:47:35.470 INFO O| Aug 19 03:47:35.470 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-19T03:47:36.593Z[ recovery-image] Aug 19 03:47:35.478 INFO O| Aug 19 03:47:35.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86432026-08-19T03:47:36.593Z[ recovery-image] Aug 19 03:47:35.478 INFO O| Aug 19 03:47:35.478 INFO STEP 1117 (remove_files) COMPLETE
86442026-08-19T03:47:36.593Z[ recovery-image] Aug 19 03:47:35.478 INFO O| Aug 19 03:47:35.478 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86452026-08-19T03:47:36.597Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86462026-08-19T03:47:36.603Z[ recovery-image] Aug 19 03:47:35.489 INFO O| Aug 19 03:47:35.489 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86472026-08-19T03:47:36.603Z[ recovery-image] Aug 19 03:47:35.489 INFO O| Aug 19 03:47:35.489 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86482026-08-19T03:47:36.646Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86492026-08-19T03:47:36.954Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86502026-08-19T03:47:36.988Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86512026-08-19T03:47:37.269Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86522026-08-19T03:47:37.384Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86532026-08-19T03:47:37.438Z[ recovery-image] Aug 19 03:47:36.324 INFO O| Aug 19 03:47:36.324 INFO STEP 1118 (pack_tar) COMPLETE
86542026-08-19T03:47:37.438Z[ recovery-image] Aug 19 03:47:36.324 INFO O| Aug 19 03:47:36.324 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86552026-08-19T03:47:37.438Z[ recovery-image] Aug 19 03:47:36.324 INFO O| Aug 19 03:47:36.324 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86562026-08-19T03:47:37.499Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86572026-08-19T03:47:37.587Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86582026-08-19T03:47:37.826Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86592026-08-19T03:47:37.863Z[verify-libraries] Compiling drift v0.2.0
86602026-08-19T03:47:37.910Z[verify-libraries] Compiling uzers v0.12.2
86612026-08-19T03:47:38.401Z[verify-libraries] Compiling parse-size v1.1.0
86622026-08-19T03:47:38.445Z[ recovery-image] Aug 19 03:47:37.331 INFO O| Aug 19 03:47:37.331 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86632026-08-19T03:47:38.586Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86642026-08-19T03:47:38.608Z[ recovery-image] Aug 19 03:47:37.492 INFO O| Aug 19 03:47:37.492 INFO completed processing sled/ramdisk-03-recovery-trim
86652026-08-19T03:47:38.611Z[ recovery-image] Aug 19 03:47:37.495 INFO image builder template: zfs-recovery...
86662026-08-19T03:47:38.612Z[ recovery-image] Aug 19 03:47:37.495 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/.tmpNiwJUs/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
86672026-08-19T03:47:38.636Z[ recovery-image] Aug 19 03:47:37.523 INFO O| Aug 19 03:47:37.522 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86682026-08-19T03:47:38.636Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86692026-08-19T03:47:38.641Z[ recovery-image] Aug 19 03:47:37.527 INFO O| Aug 19 03:47:37.527 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86702026-08-19T03:47:38.737Z[ recovery-image] Aug 19 03:47:37.623 INFO O| Aug 19 03:47:37.623 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86712026-08-19T03:47:38.878Z[ recovery-image] Aug 19 03:47:37.764 INFO O| Aug 19 03:47:37.764 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86722026-08-19T03:47:38.878Z[ recovery-image] Aug 19 03:47:37.764 INFO O| Aug 19 03:47:37.764 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86732026-08-19T03:47:38.881Z[ recovery-image] Aug 19 03:47:37.767 INFO O| Aug 19 03:47:37.767 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86742026-08-19T03:47:39.049Z[ recovery-image] Aug 19 03:47:37.935 INFO O| Aug 19 03:47:37.935 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86752026-08-19T03:47:39.118Z[ recovery-image] Aug 19 03:47:38.004 INFO O| Aug 19 03:47:38.004 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86762026-08-19T03:47:39.127Z[ recovery-image] Aug 19 03:47:38.013 INFO O| Aug 19 03:47:38.013 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86772026-08-19T03:47:39.131Z[ recovery-image] Aug 19 03:47:38.018 INFO O| Aug 19 03:47:38.018 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86782026-08-19T03:47:39.136Z[ recovery-image] Aug 19 03:47:38.019 INFO O| Aug 19 03:47:38.019 INFO no lofi found
86792026-08-19T03:47:39.136Z[ recovery-image] Aug 19 03:47:38.019 INFO O| Aug 19 03:47:38.019 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86802026-08-19T03:47:39.136Z[ recovery-image] Aug 19 03:47:38.019 INFO O| Aug 19 03:47:38.019 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86812026-08-19T03:47:39.429Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86822026-08-19T03:47:39.822Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86832026-08-19T03:47:40.047Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86842026-08-19T03:47:41.114Z[ recovery-image] Aug 19 03:47:40.001 INFO O| Aug 19 03:47:40.001 INFO lofi device = /dev/dsk/c2t1d0p0
86852026-08-19T03:47:41.114Z[ recovery-image] Aug 19 03:47:40.001 INFO O| Aug 19 03:47:40.001 INFO pool device = /dev/dsk/c2t1d0p0
86862026-08-19T03:47:41.118Z[ recovery-image] Aug 19 03:47:40.001 INFO O| Aug 19 03:47:40.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"]
86872026-08-19T03:47:41.250Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86882026-08-19T03:47:41.290Z[ recovery-image] Aug 19 03:47:40.176 INFO O| Aug 19 03:47:40.176 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86892026-08-19T03:47:41.290Z[ recovery-image] Aug 19 03:47:40.176 INFO O| Aug 19 03:47:40.176 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86902026-08-19T03:47:41.317Z[ recovery-image] Aug 19 03:47:40.204 INFO O| Aug 19 03:47:40.204 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86912026-08-19T03:47:41.339Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86922026-08-19T03:47:41.494Z[ recovery-image] Aug 19 03:47:40.380 INFO O| Aug 19 03:47:40.380 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86932026-08-19T03:47:41.527Z[ recovery-image] Aug 19 03:47:40.414 INFO O| Aug 19 03:47:40.414 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86942026-08-19T03:47:41.548Z[ recovery-image] Aug 19 03:47:40.435 INFO O| Aug 19 03:47:40.435 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86952026-08-19T03:47:41.565Z[ recovery-image] Aug 19 03:47:40.451 INFO O| Aug 19 03:47:40.451 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86962026-08-19T03:47:41.608Z[ recovery-image] Aug 19 03:47:40.495 INFO O| Aug 19 03:47:40.495 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86972026-08-19T03:47:41.608Z[ recovery-image] Aug 19 03:47:40.495 INFO O| Aug 19 03:47:40.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86982026-08-19T03:47:41.608Z[ recovery-image] Aug 19 03:47:40.495 INFO O| Aug 19 03:47:40.495 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86992026-08-19T03:47:41.615Z[ recovery-image] Aug 19 03:47:40.502 INFO O| Aug 19 03:47:40.502 INFO boot environment UUID: 15f19f4c-2507-4175-a4db-133e5ff110c5
87002026-08-19T03:47:41.616Z[ recovery-image] Aug 19 03:47:40.502 INFO O| Aug 19 03:47:40.502 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 15f19f4c-2507-4175-a4db-133e5ff110c5
87012026-08-19T03:47:41.646Z[ recovery-image] Aug 19 03:47:40.532 INFO O| Aug 19 03:47:40.532 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87022026-08-19T03:47:41.681Z[ recovery-image] Aug 19 03:47:40.567 INFO O| Aug 19 03:47:40.567 INFO STEP 0 (create_be) COMPLETE
87032026-08-19T03:47:41.681Z[ recovery-image] Aug 19 03:47:40.568 INFO O| Aug 19 03:47:40.567 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87042026-08-19T03:47:41.699Z[ recovery-image] Aug 19 03:47:40.585 INFO O| Aug 19 03:47:40.585 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"]
87052026-08-19T03:47:41.707Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87062026-08-19T03:47:42.696Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87072026-08-19T03:47:43.849Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87082026-08-19T03:47:44.311Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87092026-08-19T03:47:44.991Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87102026-08-19T03:47:45.396Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87112026-08-19T03:47:45.559Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87122026-08-19T03:47:45.604Z[verify-libraries] Compiling multimap v0.10.1
87132026-08-19T03:47:45.686Z[verify-libraries] Compiling termios v0.3.3
87142026-08-19T03:47:46.035Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87152026-08-19T03:47:46.199Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87162026-08-19T03:47:50.606Z[ recovery-image] Aug 19 03:47:49.492 INFO O| Aug 19 03:47:49.492 INFO STEP 1 (unpack_tar) COMPLETE
87172026-08-19T03:47:50.606Z[ recovery-image] Aug 19 03:47:49.492 INFO O| Aug 19 03:47:49.492 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182026-08-19T03:47:50.616Z[ recovery-image] Aug 19 03:47:49.503 INFO O| Aug 19 03:47:49.503 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87192026-08-19T03:47:51.316Z[verify-libraries] Compiling polar-core v0.27.3
87202026-08-19T03:47:51.950Z[ recovery-image] Aug 19 03:47:50.837 INFO O| Aug 19 03:47:50.837 INFO STEP 2 (devfsadm) COMPLETE
87212026-08-19T03:47:51.950Z[ recovery-image] Aug 19 03:47:50.837 INFO O| Aug 19 03:47:50.837 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222026-08-19T03:47:51.962Z[ recovery-image] Aug 19 03:47:50.848 INFO O| Aug 19 03:47:50.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87232026-08-19T03:47:51.962Z[ recovery-image] Aug 19 03:47:50.848 INFO O| Aug 19 03:47:50.848 INFO STEP 3 (ensure_dir) COMPLETE
87242026-08-19T03:47:51.962Z[ recovery-image] Aug 19 03:47:50.848 INFO O| Aug 19 03:47:50.848 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252026-08-19T03:47:51.973Z[ recovery-image] Aug 19 03:47:50.860 INFO O| Aug 19 03:47:50.860 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87262026-08-19T03:47:51.974Z[ recovery-image] Aug 19 03:47:50.860 INFO O| Aug 19 03:47:50.860 INFO STEP 4 (ensure_dir) COMPLETE
87272026-08-19T03:47:51.977Z[ recovery-image] Aug 19 03:47:50.860 INFO O| Aug 19 03:47:50.860 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87282026-08-19T03:47:51.984Z[ recovery-image] Aug 19 03:47:50.871 INFO O| Aug 19 03:47:50.871 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87292026-08-19T03:47:51.984Z[ recovery-image] Aug 19 03:47:50.871 INFO O| Aug 19 03:47:50.871 INFO STEP 5 (ensure_dir) COMPLETE
87302026-08-19T03:47:51.984Z[ recovery-image] Aug 19 03:47:50.871 INFO O| Aug 19 03:47:50.871 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87312026-08-19T03:47:51.994Z[ recovery-image] Aug 19 03:47:50.881 INFO O| Aug 19 03:47:50.881 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87322026-08-19T03:47:51.994Z[ recovery-image] Aug 19 03:47:50.881 INFO O| Aug 19 03:47:50.881 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87332026-08-19T03:47:51.994Z[ recovery-image] Aug 19 03:47:50.881 INFO O| Aug 19 03:47:50.881 INFO STEP 6 (ensure_dir) COMPLETE
87342026-08-19T03:47:51.994Z[ recovery-image] Aug 19 03:47:50.881 INFO O| Aug 19 03:47:50.881 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87352026-08-19T03:47:52.005Z[ recovery-image] Aug 19 03:47:50.891 INFO O| Aug 19 03:47:50.891 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87362026-08-19T03:47:52.005Z[ recovery-image] Aug 19 03:47:50.891 INFO O| Aug 19 03:47:50.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87372026-08-19T03:47:52.005Z[ recovery-image] Aug 19 03:47:50.891 INFO O| Aug 19 03:47:50.891 INFO STEP 7 (ensure_dir) COMPLETE
87382026-08-19T03:47:52.008Z[ recovery-image] Aug 19 03:47:50.891 INFO O| Aug 19 03:47:50.891 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87392026-08-19T03:47:52.015Z[ recovery-image] Aug 19 03:47:50.901 INFO O| Aug 19 03:47:50.901 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87402026-08-19T03:47:52.018Z[ recovery-image] Aug 19 03:47:50.902 INFO O| Aug 19 03:47:50.902 INFO STEP 8 (remove_files) COMPLETE
87412026-08-19T03:47:52.018Z[ recovery-image] Aug 19 03:47:50.902 INFO O| Aug 19 03:47:50.902 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87422026-08-19T03:47:52.025Z[ recovery-image] Aug 19 03:47:50.912 INFO O| Aug 19 03:47:50.912 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87432026-08-19T03:47:52.029Z[ recovery-image] Aug 19 03:47:50.913 INFO O| Aug 19 03:47:50.913 INFO STEP 9 (remove_files) COMPLETE
87442026-08-19T03:47:52.029Z[ recovery-image] Aug 19 03:47:50.913 INFO O| Aug 19 03:47:50.913 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452026-08-19T03:47:52.036Z[ recovery-image] Aug 19 03:47:50.922 INFO O| Aug 19 03:47:50.922 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87462026-08-19T03:47:52.039Z[ recovery-image] Aug 19 03:47:50.923 INFO O| Aug 19 03:47:50.923 INFO STEP 10 (remove_files) COMPLETE
87472026-08-19T03:47:52.039Z[ recovery-image] Aug 19 03:47:50.923 INFO O| Aug 19 03:47:50.923 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-19T03:47:52.046Z[ recovery-image] Aug 19 03:47:50.933 INFO O| Aug 19 03:47:50.933 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87492026-08-19T03:47:52.046Z[ recovery-image] Aug 19 03:47:50.933 INFO O| Aug 19 03:47:50.933 INFO STEP 11 (remove_files) COMPLETE
87502026-08-19T03:47:52.046Z[ recovery-image] Aug 19 03:47:50.933 INFO O| Aug 19 03:47:50.933 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512026-08-19T03:47:52.056Z[ recovery-image] Aug 19 03:47:50.943 INFO O| Aug 19 03:47:50.943 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87522026-08-19T03:47:52.056Z[ recovery-image] Aug 19 03:47:50.943 INFO O| Aug 19 03:47:50.943 INFO STEP 12 (remove_files) COMPLETE
87532026-08-19T03:47:52.061Z[ recovery-image] Aug 19 03:47:50.943 INFO O| Aug 19 03:47:50.943 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87542026-08-19T03:47:52.067Z[ recovery-image] Aug 19 03:47:50.953 INFO O| Aug 19 03:47:50.953 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87552026-08-19T03:47:52.067Z[ recovery-image] Aug 19 03:47:50.953 INFO O| Aug 19 03:47:50.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87562026-08-19T03:47:52.067Z[ recovery-image] Aug 19 03:47:50.953 INFO O| Aug 19 03:47:50.953 INFO STEP 13 (ensure_dir) COMPLETE
87572026-08-19T03:47:52.070Z[ recovery-image] Aug 19 03:47:50.953 INFO O| Aug 19 03:47:50.953 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582026-08-19T03:47:52.078Z[ recovery-image] Aug 19 03:47:50.964 INFO O| Aug 19 03:47:50.964 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87592026-08-19T03:47:52.078Z[ recovery-image] Aug 19 03:47:50.964 INFO O| Aug 19 03:47:50.964 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87602026-08-19T03:47:52.078Z[ recovery-image] Aug 19 03:47:50.964 INFO O| Aug 19 03:47:50.964 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87612026-08-19T03:47:52.082Z[ recovery-image] Aug 19 03:47:50.964 INFO O| Aug 19 03:47:50.964 INFO STEP 14 (ensure_dir) COMPLETE
87622026-08-19T03:47:52.082Z[ recovery-image] Aug 19 03:47:50.964 INFO O| Aug 19 03:47:50.964 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632026-08-19T03:47:52.088Z[ recovery-image] Aug 19 03:47:50.975 INFO O| Aug 19 03:47:50.975 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87642026-08-19T03:47:52.088Z[ recovery-image] Aug 19 03:47:50.975 INFO O| Aug 19 03:47:50.975 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87652026-08-19T03:47:52.092Z[ recovery-image] Aug 19 03:47:50.975 INFO O| Aug 19 03:47:50.975 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87662026-08-19T03:47:52.092Z[ recovery-image] Aug 19 03:47:50.975 INFO O| Aug 19 03:47:50.975 INFO STEP 15 (ensure_dir) COMPLETE
87672026-08-19T03:47:52.092Z[ recovery-image] Aug 19 03:47:50.975 INFO O| Aug 19 03:47:50.975 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-19T03:47:52.098Z[ recovery-image] Aug 19 03:47:50.985 INFO O| Aug 19 03:47:50.985 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87692026-08-19T03:47:52.098Z[ recovery-image] Aug 19 03:47:50.985 INFO O| Aug 19 03:47:50.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87702026-08-19T03:47:52.102Z[ recovery-image] Aug 19 03:47:50.985 INFO O| Aug 19 03:47:50.985 INFO STEP 16 (ensure_dir) COMPLETE
87712026-08-19T03:47:52.102Z[ recovery-image] Aug 19 03:47:50.985 INFO O| Aug 19 03:47:50.985 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-08-19T03:47:52.109Z[ recovery-image] Aug 19 03:47:50.995 INFO O| Aug 19 03:47:50.995 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87732026-08-19T03:47:52.109Z[ recovery-image] Aug 19 03:47:50.995 INFO O| Aug 19 03:47:50.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87742026-08-19T03:47:52.109Z[ recovery-image] Aug 19 03:47:50.995 INFO O| Aug 19 03:47:50.995 INFO STEP 17 (ensure_dir) COMPLETE
87752026-08-19T03:47:52.112Z[ recovery-image] Aug 19 03:47:50.995 INFO O| Aug 19 03:47:50.995 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-08-19T03:47:52.118Z[ recovery-image] Aug 19 03:47:51.005 INFO O| Aug 19 03:47:51.005 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87772026-08-19T03:47:52.118Z[ recovery-image] Aug 19 03:47:51.005 INFO O| Aug 19 03:47:51.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87782026-08-19T03:47:52.122Z[ recovery-image] Aug 19 03:47:51.005 INFO O| Aug 19 03:47:51.005 INFO ok!
87792026-08-19T03:47:52.122Z[ recovery-image] Aug 19 03:47:51.005 INFO O| Aug 19 03:47:51.005 INFO STEP 18 (ensure_symlink) COMPLETE
87802026-08-19T03:47:52.122Z[ recovery-image] Aug 19 03:47:51.005 INFO O| Aug 19 03:47:51.005 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-19T03:47:52.131Z[ recovery-image] Aug 19 03:47:51.017 INFO O| Aug 19 03:47:51.017 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87822026-08-19T03:47:52.131Z[ recovery-image] Aug 19 03:47:51.017 INFO O| Aug 19 03:47:51.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87832026-08-19T03:47:52.134Z[ recovery-image] Aug 19 03:47:51.017 INFO O| Aug 19 03:47:51.017 INFO ok!
87842026-08-19T03:47:52.134Z[ recovery-image] Aug 19 03:47:51.017 INFO O| Aug 19 03:47:51.017 INFO STEP 19 (ensure_file) COMPLETE
87852026-08-19T03:47:52.134Z[ recovery-image] Aug 19 03:47:51.017 INFO O| Aug 19 03:47:51.017 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87862026-08-19T03:47:52.148Z[ recovery-image] Aug 19 03:47:51.029 INFO O| Aug 19 03:47:51.029 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87872026-08-19T03:47:52.148Z[ recovery-image] Aug 19 03:47:51.029 INFO O| Aug 19 03:47:51.029 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87882026-08-19T03:47:52.148Z[ recovery-image] Aug 19 03:47:51.029 INFO O| Aug 19 03:47:51.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87892026-08-19T03:47:52.148Z[ recovery-image] Aug 19 03:47:51.029 INFO O| Aug 19 03:47:51.029 INFO ok!
87902026-08-19T03:47:52.148Z[ recovery-image] Aug 19 03:47:51.029 INFO O| Aug 19 03:47:51.029 INFO STEP 20 (ensure_symlink) COMPLETE
87912026-08-19T03:47:52.148Z[ recovery-image] Aug 19 03:47:51.029 INFO O| Aug 19 03:47:51.029 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87922026-08-19T03:47:52.154Z[ recovery-image] Aug 19 03:47:51.040 INFO O| Aug 19 03:47:51.040 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87932026-08-19T03:47:52.157Z[ recovery-image] Aug 19 03:47:51.040 INFO O| Aug 19 03:47:51.040 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87942026-08-19T03:47:52.157Z[ recovery-image] Aug 19 03:47:51.040 INFO O| Aug 19 03:47:51.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87952026-08-19T03:47:52.157Z[ recovery-image] Aug 19 03:47:51.040 INFO O| Aug 19 03:47:51.040 INFO ok!
87962026-08-19T03:47:52.157Z[ recovery-image] Aug 19 03:47:51.040 INFO O| Aug 19 03:47:51.040 INFO STEP 21 (ensure_symlink) COMPLETE
87972026-08-19T03:47:52.157Z[ recovery-image] Aug 19 03:47:51.040 INFO O| Aug 19 03:47:51.040 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87982026-08-19T03:47:52.166Z[ recovery-image] Aug 19 03:47:51.051 INFO O| Aug 19 03:47:51.051 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87992026-08-19T03:47:52.166Z[ recovery-image] Aug 19 03:47:51.051 INFO O| Aug 19 03:47:51.051 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88002026-08-19T03:47:52.166Z[ recovery-image] Aug 19 03:47:51.051 INFO O| Aug 19 03:47:51.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88012026-08-19T03:47:52.166Z[ recovery-image] Aug 19 03:47:51.051 INFO O| Aug 19 03:47:51.051 INFO ok!
88022026-08-19T03:47:52.166Z[ recovery-image] Aug 19 03:47:51.051 INFO O| Aug 19 03:47:51.051 INFO STEP 22 (ensure_symlink) COMPLETE
88032026-08-19T03:47:52.166Z[ recovery-image] Aug 19 03:47:51.051 INFO O| Aug 19 03:47:51.051 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88042026-08-19T03:47:52.177Z[ recovery-image] Aug 19 03:47:51.064 INFO O| Aug 19 03:47:51.064 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88052026-08-19T03:47:52.177Z[ recovery-image] Aug 19 03:47:51.064 INFO O| Aug 19 03:47:51.064 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88062026-08-19T03:47:52.177Z[ recovery-image] Aug 19 03:47:51.064 INFO O| Aug 19 03:47:51.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88072026-08-19T03:47:52.181Z[ recovery-image] Aug 19 03:47:51.064 INFO O| Aug 19 03:47:51.064 INFO ok!
88082026-08-19T03:47:52.181Z[ recovery-image] Aug 19 03:47:51.064 INFO O| Aug 19 03:47:51.064 INFO STEP 23 (ensure_symlink) COMPLETE
88092026-08-19T03:47:52.181Z[ recovery-image] Aug 19 03:47:51.064 INFO O| Aug 19 03:47:51.064 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88102026-08-19T03:47:52.189Z[ recovery-image] Aug 19 03:47:51.076 INFO O| Aug 19 03:47:51.076 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88112026-08-19T03:47:52.189Z[ recovery-image] Aug 19 03:47:51.076 INFO O| Aug 19 03:47:51.076 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 ...
88122026-08-19T03:47:52.189Z[ recovery-image] Aug 19 03:47:51.076 INFO O| Aug 19 03:47:51.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88132026-08-19T03:47:52.189Z[ recovery-image] Aug 19 03:47:51.076 INFO O| Aug 19 03:47:51.076 INFO ok!
88142026-08-19T03:47:52.193Z[ recovery-image] Aug 19 03:47:51.076 INFO O| Aug 19 03:47:51.076 INFO STEP 24 (ensure_file) COMPLETE
88152026-08-19T03:47:52.193Z[ recovery-image] Aug 19 03:47:51.076 INFO O| Aug 19 03:47:51.076 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88162026-08-19T03:47:52.202Z[ recovery-image] Aug 19 03:47:51.088 INFO O| Aug 19 03:47:51.088 INFO updating shadow file
88172026-08-19T03:47:52.202Z[ recovery-image] Aug 19 03:47:51.088 INFO O| Aug 19 03:47:51.088 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88182026-08-19T03:47:52.202Z[ recovery-image] Aug 19 03:47:51.088 INFO O| Aug 19 03:47:51.088 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88192026-08-19T03:47:52.202Z[ recovery-image] Aug 19 03:47:51.088 INFO O| Aug 19 03:47:51.088 INFO STEP 25 (shadow) COMPLETE
88202026-08-19T03:47:52.202Z[ recovery-image] Aug 19 03:47:51.088 INFO O| Aug 19 03:47:51.088 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212026-08-19T03:47:52.214Z[ recovery-image] Aug 19 03:47:51.100 INFO O| Aug 19 03:47:51.099 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88222026-08-19T03:47:52.218Z[ recovery-image] Aug 19 03:47:51.100 INFO O| Aug 19 03:47:51.099 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88232026-08-19T03:47:52.218Z[ recovery-image] Aug 19 03:47:51.100 INFO O| Aug 19 03:47:51.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88242026-08-19T03:47:52.218Z[ recovery-image] Aug 19 03:47:51.100 INFO O| Aug 19 03:47:51.099 INFO ok!
88252026-08-19T03:47:52.218Z[ recovery-image] Aug 19 03:47:51.100 INFO O| Aug 19 03:47:51.099 INFO STEP 26 (ensure_file) COMPLETE
88262026-08-19T03:47:52.218Z[ recovery-image] Aug 19 03:47:51.100 INFO O| Aug 19 03:47:51.100 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-08-19T03:47:52.224Z[ recovery-image] Aug 19 03:47:51.111 INFO O| Aug 19 03:47:51.111 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88282026-08-19T03:47:52.224Z[ recovery-image] Aug 19 03:47:51.111 INFO O| Aug 19 03:47:51.111 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88292026-08-19T03:47:52.224Z[ recovery-image] Aug 19 03:47:51.111 INFO O| Aug 19 03:47:51.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88302026-08-19T03:47:52.224Z[ recovery-image] Aug 19 03:47:51.111 INFO O| Aug 19 03:47:51.111 INFO ok!
88312026-08-19T03:47:52.224Z[ recovery-image] Aug 19 03:47:51.111 INFO O| Aug 19 03:47:51.111 INFO STEP 27 (ensure_file) COMPLETE
88322026-08-19T03:47:52.224Z[ recovery-image] Aug 19 03:47:51.111 INFO O| Aug 19 03:47:51.111 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332026-08-19T03:47:52.236Z[ recovery-image] Aug 19 03:47:51.122 INFO O| Aug 19 03:47:51.122 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88342026-08-19T03:47:52.236Z[ recovery-image] Aug 19 03:47:51.122 INFO O| Aug 19 03:47:51.122 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88352026-08-19T03:47:52.239Z[ recovery-image] Aug 19 03:47:51.122 INFO O| Aug 19 03:47:51.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88362026-08-19T03:47:52.239Z[ recovery-image] Aug 19 03:47:51.122 INFO O| Aug 19 03:47:51.122 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88372026-08-19T03:47:52.239Z[ recovery-image] Aug 19 03:47:51.122 INFO O| Aug 19 03:47:51.122 INFO ok!
88382026-08-19T03:47:52.239Z[ recovery-image] Aug 19 03:47:51.122 INFO O| Aug 19 03:47:51.122 INFO STEP 28 (ensure_file) COMPLETE
88392026-08-19T03:47:52.239Z[ recovery-image] Aug 19 03:47:51.122 INFO O| Aug 19 03:47:51.122 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88402026-08-19T03:47:52.246Z[ recovery-image] Aug 19 03:47:51.132 INFO O| Aug 19 03:47:51.132 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88412026-08-19T03:47:52.246Z[ recovery-image] Aug 19 03:47:51.132 INFO O| Aug 19 03:47:51.132 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88422026-08-19T03:47:52.246Z[ recovery-image] Aug 19 03:47:51.132 INFO O| Aug 19 03:47:51.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88432026-08-19T03:47:52.249Z[ recovery-image] Aug 19 03:47:51.132 INFO O| Aug 19 03:47:51.132 INFO ok!
88442026-08-19T03:47:52.249Z[ recovery-image] Aug 19 03:47:51.132 INFO O| Aug 19 03:47:51.132 INFO STEP 29 (ensure_file) COMPLETE
88452026-08-19T03:47:52.249Z[ recovery-image] Aug 19 03:47:51.132 INFO O| Aug 19 03:47:51.132 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462026-08-19T03:47:52.256Z[ recovery-image] Aug 19 03:47:51.143 INFO O| Aug 19 03:47:51.142 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88472026-08-19T03:47:52.256Z[ recovery-image] Aug 19 03:47:51.143 INFO O| Aug 19 03:47:51.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88482026-08-19T03:47:52.256Z[ recovery-image] Aug 19 03:47:51.143 INFO O| Aug 19 03:47:51.143 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88492026-08-19T03:47:52.256Z[ recovery-image] Aug 19 03:47:51.143 INFO O| Aug 19 03:47:51.143 INFO STEP 30 (ensure_dir) COMPLETE
88502026-08-19T03:47:52.256Z[ recovery-image] Aug 19 03:47:51.143 INFO O| Aug 19 03:47:51.143 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-08-19T03:47:52.267Z[ recovery-image] Aug 19 03:47:51.153 INFO O| Aug 19 03:47:51.153 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88522026-08-19T03:47:52.268Z[ recovery-image] Aug 19 03:47:51.153 INFO O| Aug 19 03:47:51.153 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 ...
88532026-08-19T03:47:52.268Z[ recovery-image] Aug 19 03:47:51.153 INFO O| Aug 19 03:47:51.153 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
88542026-08-19T03:47:52.268Z[ recovery-image] Aug 19 03:47:51.153 INFO O| Aug 19 03:47:51.153 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88552026-08-19T03:47:52.268Z[ recovery-image] Aug 19 03:47:51.153 INFO O| Aug 19 03:47:51.153 INFO ok!
88562026-08-19T03:47:52.268Z[ recovery-image] Aug 19 03:47:51.153 INFO O| Aug 19 03:47:51.153 INFO STEP 31 (ensure_file) COMPLETE
88572026-08-19T03:47:52.268Z[ recovery-image] Aug 19 03:47:51.153 INFO O| Aug 19 03:47:51.153 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88582026-08-19T03:47:52.277Z[ recovery-image] Aug 19 03:47:51.163 INFO O| Aug 19 03:47:51.163 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88592026-08-19T03:47:52.277Z[ recovery-image] Aug 19 03:47:51.163 INFO O| Aug 19 03:47:51.163 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88602026-08-19T03:47:52.280Z[ recovery-image] Aug 19 03:47:51.163 INFO O| Aug 19 03:47:51.163 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88612026-08-19T03:47:52.280Z[ recovery-image] Aug 19 03:47:51.163 INFO O| Aug 19 03:47:51.163 INFO STEP 32 (ensure_dir) COMPLETE
88622026-08-19T03:47:52.280Z[ recovery-image] Aug 19 03:47:51.163 INFO O| Aug 19 03:47:51.163 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632026-08-19T03:47:52.294Z[ recovery-image] Aug 19 03:47:51.181 INFO O| Aug 19 03:47:51.181 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88642026-08-19T03:47:52.294Z[ recovery-image] Aug 19 03:47:51.181 INFO O| Aug 19 03:47:51.181 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 ...
88652026-08-19T03:47:52.294Z[ recovery-image] Aug 19 03:47:51.181 INFO O| Aug 19 03:47:51.181 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
88662026-08-19T03:47:52.298Z[ recovery-image] Aug 19 03:47:51.181 INFO O| Aug 19 03:47:51.181 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88672026-08-19T03:47:52.298Z[ recovery-image] Aug 19 03:47:51.181 INFO O| Aug 19 03:47:51.181 INFO ok!
88682026-08-19T03:47:52.298Z[ recovery-image] Aug 19 03:47:51.181 INFO O| Aug 19 03:47:51.181 INFO STEP 33 (ensure_file) COMPLETE
88692026-08-19T03:47:52.298Z[ recovery-image] Aug 19 03:47:51.181 INFO O| Aug 19 03:47:51.181 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88702026-08-19T03:47:52.305Z[ recovery-image] Aug 19 03:47:51.191 INFO O| Aug 19 03:47:51.191 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88712026-08-19T03:47:52.305Z[ recovery-image] Aug 19 03:47:51.191 INFO O| Aug 19 03:47:51.191 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88722026-08-19T03:47:52.305Z[ recovery-image] Aug 19 03:47:51.191 INFO O| Aug 19 03:47:51.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88732026-08-19T03:47:52.308Z[ recovery-image] Aug 19 03:47:51.191 INFO O| Aug 19 03:47:51.191 INFO ok!
88742026-08-19T03:47:52.308Z[ recovery-image] Aug 19 03:47:51.191 INFO O| Aug 19 03:47:51.191 INFO STEP 34 (ensure_file) COMPLETE
88752026-08-19T03:47:52.309Z[ recovery-image] Aug 19 03:47:51.191 INFO O| Aug 19 03:47:51.191 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88762026-08-19T03:47:52.315Z[ recovery-image] Aug 19 03:47:51.202 INFO O| Aug 19 03:47:51.202 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88772026-08-19T03:47:52.315Z[ recovery-image] Aug 19 03:47:51.202 INFO O| Aug 19 03:47:51.202 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88782026-08-19T03:47:52.318Z[ recovery-image] Aug 19 03:47:51.202 INFO O| Aug 19 03:47:51.202 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88792026-08-19T03:47:52.319Z[ recovery-image] Aug 19 03:47:51.202 INFO O| Aug 19 03:47:51.202 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88802026-08-19T03:47:52.319Z[ recovery-image] Aug 19 03:47:51.202 INFO O| Aug 19 03:47:51.202 INFO ok!
88812026-08-19T03:47:52.319Z[ recovery-image] Aug 19 03:47:51.202 INFO O| Aug 19 03:47:51.202 INFO STEP 35 (ensure_file) COMPLETE
88822026-08-19T03:47:52.319Z[ recovery-image] Aug 19 03:47:51.202 INFO O| Aug 19 03:47:51.202 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88832026-08-19T03:47:52.325Z[ recovery-image] Aug 19 03:47:51.212 INFO O| Aug 19 03:47:51.212 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88842026-08-19T03:47:52.325Z[ recovery-image] Aug 19 03:47:51.212 INFO O| Aug 19 03:47:51.212 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88852026-08-19T03:47:52.325Z[ recovery-image] Aug 19 03:47:51.212 INFO O| Aug 19 03:47:51.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88862026-08-19T03:47:52.329Z[ recovery-image] Aug 19 03:47:51.212 INFO O| Aug 19 03:47:51.212 INFO ok!
88872026-08-19T03:47:52.329Z[ recovery-image] Aug 19 03:47:51.212 INFO O| Aug 19 03:47:51.212 INFO STEP 36 (ensure_file) COMPLETE
88882026-08-19T03:47:52.329Z[ recovery-image] Aug 19 03:47:51.212 INFO O| Aug 19 03:47:51.212 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88892026-08-19T03:47:52.341Z[ recovery-image] Aug 19 03:47:51.221 INFO O| Aug 19 03:47:51.221 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88902026-08-19T03:47:52.341Z[ recovery-image] Aug 19 03:47:51.222 INFO O| Aug 19 03:47:51.222 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88912026-08-19T03:47:52.341Z[ recovery-image] Aug 19 03:47:51.222 INFO O| Aug 19 03:47:51.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88922026-08-19T03:47:52.344Z[ recovery-image] Aug 19 03:47:51.222 INFO O| Aug 19 03:47:51.222 INFO ok!
88932026-08-19T03:47:52.344Z[ recovery-image] Aug 19 03:47:51.222 INFO O| Aug 19 03:47:51.222 INFO STEP 37 (ensure_file) COMPLETE
88942026-08-19T03:47:52.344Z[ recovery-image] Aug 19 03:47:51.222 INFO O| Aug 19 03:47:51.222 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88952026-08-19T03:47:52.348Z[ recovery-image] Aug 19 03:47:51.233 INFO O| Aug 19 03:47:51.233 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88962026-08-19T03:47:52.348Z[ recovery-image] Aug 19 03:47:51.233 INFO O| Aug 19 03:47:51.233 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88972026-08-19T03:47:52.348Z[ recovery-image] Aug 19 03:47:51.233 INFO O| Aug 19 03:47:51.233 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88982026-08-19T03:47:52.348Z[ recovery-image] Aug 19 03:47:51.233 INFO O| Aug 19 03:47:51.233 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88992026-08-19T03:47:52.348Z[ recovery-image] Aug 19 03:47:51.233 INFO O| Aug 19 03:47:51.233 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89002026-08-19T03:47:52.351Z[ recovery-image] Aug 19 03:47:51.233 INFO O| Aug 19 03:47:51.233 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89012026-08-19T03:47:52.351Z[ recovery-image] Aug 19 03:47:51.233 INFO O| Aug 19 03:47:51.233 INFO ok!
89022026-08-19T03:47:52.351Z[ recovery-image] Aug 19 03:47:51.233 INFO O| Aug 19 03:47:51.233 INFO STEP 38 (ensure_file) COMPLETE
89032026-08-19T03:47:52.351Z[ recovery-image] Aug 19 03:47:51.233 INFO O| Aug 19 03:47:51.233 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89042026-08-19T03:47:52.356Z[ recovery-image] Aug 19 03:47:51.243 INFO O| Aug 19 03:47:51.243 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89052026-08-19T03:47:52.356Z[ recovery-image] Aug 19 03:47:51.243 INFO O| Aug 19 03:47:51.243 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89062026-08-19T03:47:52.356Z[ recovery-image] Aug 19 03:47:51.243 INFO O| Aug 19 03:47:51.243 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89072026-08-19T03:47:52.356Z[ recovery-image] Aug 19 03:47:51.243 INFO O| Aug 19 03:47:51.243 INFO STEP 39 (ensure_dir) COMPLETE
89082026-08-19T03:47:52.361Z[ recovery-image] Aug 19 03:47:51.243 INFO O| Aug 19 03:47:51.243 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89092026-08-19T03:47:52.365Z[ recovery-image] Aug 19 03:47:51.252 INFO O| Aug 19 03:47:51.252 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
89102026-08-19T03:47:52.365Z[ recovery-image] Aug 19 03:47:51.252 INFO O| Aug 19 03:47:51.252 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 ...
89112026-08-19T03:47:52.365Z[ recovery-image] Aug 19 03:47:51.252 INFO O| Aug 19 03:47:51.252 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
89122026-08-19T03:47:52.369Z[ recovery-image] Aug 19 03:47:51.252 INFO O| Aug 19 03:47:51.252 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
89132026-08-19T03:47:52.369Z[ recovery-image] Aug 19 03:47:51.252 INFO O| Aug 19 03:47:51.252 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
89142026-08-19T03:47:52.369Z[ recovery-image] Aug 19 03:47:51.252 INFO O| Aug 19 03:47:51.252 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
89152026-08-19T03:47:52.369Z[ recovery-image] Aug 19 03:47:51.252 INFO O| Aug 19 03:47:51.252 INFO ok!
89162026-08-19T03:47:52.369Z[ recovery-image] Aug 19 03:47:51.252 INFO O| Aug 19 03:47:51.252 INFO STEP 40 (ensure_file) COMPLETE
89172026-08-19T03:47:52.369Z[ recovery-image] Aug 19 03:47:51.252 INFO O| Aug 19 03:47:51.252 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89182026-08-19T03:47:52.375Z[ recovery-image] Aug 19 03:47:51.261 INFO O| Aug 19 03:47:51.261 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89192026-08-19T03:47:52.375Z[ recovery-image] Aug 19 03:47:51.261 INFO O| Aug 19 03:47:51.261 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 ...
89202026-08-19T03:47:52.378Z[ recovery-image] Aug 19 03:47:51.261 INFO O| Aug 19 03:47:51.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89212026-08-19T03:47:52.378Z[ recovery-image] Aug 19 03:47:51.261 INFO O| Aug 19 03:47:51.261 INFO ok!
89222026-08-19T03:47:52.378Z[ recovery-image] Aug 19 03:47:51.261 INFO O| Aug 19 03:47:51.261 INFO STEP 41 (ensure_symlink) COMPLETE
89232026-08-19T03:47:52.378Z[ recovery-image] Aug 19 03:47:51.261 INFO O| Aug 19 03:47:51.261 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89242026-08-19T03:47:52.383Z[ recovery-image] Aug 19 03:47:51.270 INFO O| Aug 19 03:47:51.270 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89252026-08-19T03:47:52.384Z[ recovery-image] Aug 19 03:47:51.270 INFO O| Aug 19 03:47:51.270 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89262026-08-19T03:47:52.387Z[ recovery-image] Aug 19 03:47:51.270 INFO O| Aug 19 03:47:51.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89272026-08-19T03:47:52.387Z[ recovery-image] Aug 19 03:47:51.270 INFO O| Aug 19 03:47:51.270 INFO ok!
89282026-08-19T03:47:52.387Z[ recovery-image] Aug 19 03:47:51.270 INFO O| Aug 19 03:47:51.270 INFO STEP 42 (ensure_symlink) COMPLETE
89292026-08-19T03:47:52.387Z[ recovery-image] Aug 19 03:47:51.270 INFO O| Aug 19 03:47:51.270 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89302026-08-19T03:47:52.393Z[ recovery-image] Aug 19 03:47:51.279 INFO O| Aug 19 03:47:51.279 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89312026-08-19T03:47:52.393Z[ recovery-image] Aug 19 03:47:51.279 INFO O| Aug 19 03:47:51.279 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89322026-08-19T03:47:52.393Z[ recovery-image] Aug 19 03:47:51.279 INFO O| Aug 19 03:47:51.279 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89332026-08-19T03:47:52.397Z[ recovery-image] Aug 19 03:47:51.279 INFO O| Aug 19 03:47:51.279 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89342026-08-19T03:47:52.397Z[ recovery-image] Aug 19 03:47:51.279 INFO O| Aug 19 03:47:51.279 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89352026-08-19T03:47:52.397Z[ recovery-image] Aug 19 03:47:51.279 INFO O| Aug 19 03:47:51.279 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89362026-08-19T03:47:52.397Z[ recovery-image] Aug 19 03:47:51.279 INFO O| Aug 19 03:47:51.279 INFO ok!
89372026-08-19T03:47:52.397Z[ recovery-image] Aug 19 03:47:51.279 INFO O| Aug 19 03:47:51.279 INFO STEP 43 (ensure_file) COMPLETE
89382026-08-19T03:47:52.397Z[ recovery-image] Aug 19 03:47:51.279 INFO O| Aug 19 03:47:51.279 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89392026-08-19T03:47:52.402Z[ recovery-image] Aug 19 03:47:51.289 INFO O| Aug 19 03:47:51.289 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89402026-08-19T03:47:52.402Z[ recovery-image] Aug 19 03:47:51.289 INFO O| Aug 19 03:47:51.289 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 ...
89412026-08-19T03:47:52.402Z[ recovery-image] Aug 19 03:47:51.289 INFO O| Aug 19 03:47:51.289 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
89422026-08-19T03:47:52.405Z[ recovery-image] Aug 19 03:47:51.289 INFO O| Aug 19 03:47:51.289 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89432026-08-19T03:47:52.405Z[ recovery-image] Aug 19 03:47:51.289 INFO O| Aug 19 03:47:51.289 INFO ok!
89442026-08-19T03:47:52.405Z[ recovery-image] Aug 19 03:47:51.289 INFO O| Aug 19 03:47:51.289 INFO STEP 44 (ensure_file) COMPLETE
89452026-08-19T03:47:52.405Z[ recovery-image] Aug 19 03:47:51.289 INFO O| Aug 19 03:47:51.289 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89462026-08-19T03:47:52.413Z[ recovery-image] Aug 19 03:47:51.298 INFO O| Aug 19 03:47:51.298 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89472026-08-19T03:47:52.416Z[ recovery-image] Aug 19 03:47:51.298 INFO O| Aug 19 03:47:51.298 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89482026-08-19T03:47:52.417Z[ recovery-image] Aug 19 03:47:51.298 INFO O| Aug 19 03:47:51.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89492026-08-19T03:47:52.417Z[ recovery-image] Aug 19 03:47:51.298 INFO O| Aug 19 03:47:51.298 INFO ok!
89502026-08-19T03:47:52.417Z[ recovery-image] Aug 19 03:47:51.298 INFO O| Aug 19 03:47:51.298 INFO STEP 45 (ensure_file) COMPLETE
89512026-08-19T03:47:52.417Z[ recovery-image] Aug 19 03:47:51.298 INFO O| Aug 19 03:47:51.298 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89522026-08-19T03:47:52.420Z[ recovery-image] Aug 19 03:47:51.307 INFO O| Aug 19 03:47:51.307 INFO updating shadow file
89532026-08-19T03:47:52.423Z[ recovery-image] Aug 19 03:47:51.307 INFO O| Aug 19 03:47:51.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89542026-08-19T03:47:52.424Z[ recovery-image] Aug 19 03:47:51.307 INFO O| Aug 19 03:47:51.307 INFO STEP 46 (shadow) COMPLETE
89552026-08-19T03:47:52.424Z[ recovery-image] Aug 19 03:47:51.307 INFO O| Aug 19 03:47:51.307 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89562026-08-19T03:47:52.430Z[ recovery-image] Aug 19 03:47:51.316 INFO O| Aug 19 03:47:51.316 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89572026-08-19T03:47:52.430Z[ recovery-image] Aug 19 03:47:51.316 INFO O| Aug 19 03:47:51.316 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89582026-08-19T03:47:52.434Z[ recovery-image] Aug 19 03:47:51.316 INFO O| Aug 19 03:47:51.316 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89592026-08-19T03:47:52.434Z[ recovery-image] Aug 19 03:47:51.316 INFO O| Aug 19 03:47:51.316 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89602026-08-19T03:47:52.435Z[ recovery-image] Aug 19 03:47:51.316 INFO O| Aug 19 03:47:51.316 INFO ok!
89612026-08-19T03:47:52.435Z[ recovery-image] Aug 19 03:47:51.316 INFO O| Aug 19 03:47:51.316 INFO STEP 47 (ensure_file) COMPLETE
89622026-08-19T03:47:52.435Z[ recovery-image] Aug 19 03:47:51.316 INFO O| Aug 19 03:47:51.316 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89632026-08-19T03:47:52.439Z[ recovery-image] Aug 19 03:47:51.326 INFO O| Aug 19 03:47:51.326 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89642026-08-19T03:47:52.439Z[ recovery-image] Aug 19 03:47:51.326 INFO O| Aug 19 03:47:51.326 INFO STEP 48 (ensure_dir) COMPLETE
89652026-08-19T03:47:52.439Z[ recovery-image] Aug 19 03:47:51.326 INFO O| Aug 19 03:47:51.326 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89662026-08-19T03:47:52.448Z[ recovery-image] Aug 19 03:47:51.335 INFO O| Aug 19 03:47:51.335 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89672026-08-19T03:47:52.448Z[ recovery-image] Aug 19 03:47:51.335 INFO O| Aug 19 03:47:51.335 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89682026-08-19T03:47:52.448Z[ recovery-image] Aug 19 03:47:51.335 INFO O| Aug 19 03:47:51.335 INFO STEP 49 (ensure_dir) COMPLETE
89692026-08-19T03:47:52.452Z[ recovery-image] Aug 19 03:47:51.335 INFO O| Aug 19 03:47:51.335 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89702026-08-19T03:47:52.457Z[ recovery-image] Aug 19 03:47:51.344 INFO O| Aug 19 03:47:51.344 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89712026-08-19T03:47:52.457Z[ recovery-image] Aug 19 03:47:51.344 INFO O| Aug 19 03:47:51.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89722026-08-19T03:47:52.457Z[ recovery-image] Aug 19 03:47:51.344 INFO O| Aug 19 03:47:51.344 INFO STEP 50 (ensure_dir) COMPLETE
89732026-08-19T03:47:52.457Z[ recovery-image] Aug 19 03:47:51.344 INFO O| Aug 19 03:47:51.344 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89742026-08-19T03:47:52.467Z[ recovery-image] Aug 19 03:47:51.353 INFO O| Aug 19 03:47:51.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89752026-08-19T03:47:52.467Z[ recovery-image] Aug 19 03:47:51.353 INFO O| Aug 19 03:47:51.353 INFO copying /tmp/.tmpNiwJUs/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89762026-08-19T03:47:52.497Z[ recovery-image] Aug 19 03:47:51.383 INFO O| Aug 19 03:47:51.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89772026-08-19T03:47:52.497Z[ recovery-image] Aug 19 03:47:51.383 INFO O| Aug 19 03:47:51.383 INFO ok!
89782026-08-19T03:47:52.500Z[ recovery-image] Aug 19 03:47:51.383 INFO O| Aug 19 03:47:51.383 INFO STEP 51 (ensure_file) COMPLETE
89792026-08-19T03:47:52.500Z[ recovery-image] Aug 19 03:47:51.383 INFO O| Aug 19 03:47:51.383 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89802026-08-19T03:47:52.508Z[ recovery-image] Aug 19 03:47:51.395 INFO O| Aug 19 03:47:51.395 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89812026-08-19T03:47:52.508Z[ recovery-image] Aug 19 03:47:51.395 INFO O| Aug 19 03:47:51.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89822026-08-19T03:47:52.508Z[ recovery-image] Aug 19 03:47:51.395 INFO O| Aug 19 03:47:51.395 INFO STEP 52 (ensure_dir) COMPLETE
89832026-08-19T03:47:52.511Z[ recovery-image] Aug 19 03:47:51.395 INFO O| Aug 19 03:47:51.395 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89842026-08-19T03:47:52.517Z[ recovery-image] Aug 19 03:47:51.404 INFO O| Aug 19 03:47:51.404 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89852026-08-19T03:47:52.517Z[ recovery-image] Aug 19 03:47:51.404 INFO O| Aug 19 03:47:51.404 INFO copying /tmp/.tmpNiwJUs/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89862026-08-19T03:47:52.520Z[ recovery-image] Aug 19 03:47:51.404 INFO O| Aug 19 03:47:51.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89872026-08-19T03:47:52.520Z[ recovery-image] Aug 19 03:47:51.404 INFO O| Aug 19 03:47:51.404 INFO ok!
89882026-08-19T03:47:52.521Z[ recovery-image] Aug 19 03:47:51.404 INFO O| Aug 19 03:47:51.404 INFO STEP 53 (ensure_file) COMPLETE
89892026-08-19T03:47:52.521Z[ recovery-image] Aug 19 03:47:51.404 INFO O| Aug 19 03:47:51.404 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89902026-08-19T03:47:52.529Z[ recovery-image] Aug 19 03:47:51.415 INFO O| Aug 19 03:47:51.415 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89912026-08-19T03:47:52.529Z[ recovery-image] Aug 19 03:47:51.415 INFO O| Aug 19 03:47:51.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89922026-08-19T03:47:52.529Z[ recovery-image] Aug 19 03:47:51.415 INFO O| Aug 19 03:47:51.415 INFO STEP 54 (ensure_dir) COMPLETE
89932026-08-19T03:47:52.532Z[ recovery-image] Aug 19 03:47:51.415 INFO O| Aug 19 03:47:51.415 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89942026-08-19T03:47:52.537Z[ recovery-image] Aug 19 03:47:51.424 INFO O| Aug 19 03:47:51.424 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89952026-08-19T03:47:52.537Z[ recovery-image] Aug 19 03:47:51.424 INFO O| Aug 19 03:47:51.424 INFO copying /tmp/.tmpNiwJUs/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89962026-08-19T03:47:54.635Z[ recovery-image] Aug 19 03:47:53.521 INFO O| Aug 19 03:47:53.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89972026-08-19T03:47:54.635Z[ recovery-image] Aug 19 03:47:53.522 INFO O| Aug 19 03:47:53.521 INFO ok!
89982026-08-19T03:47:54.635Z[ recovery-image] Aug 19 03:47:53.522 INFO O| Aug 19 03:47:53.521 INFO STEP 55 (ensure_file) COMPLETE
89992026-08-19T03:47:54.639Z[ recovery-image] Aug 19 03:47:53.522 INFO O| Aug 19 03:47:53.521 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90002026-08-19T03:47:54.645Z[ recovery-image] Aug 19 03:47:53.531 INFO O| Aug 19 03:47:53.531 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90012026-08-19T03:47:54.645Z[ recovery-image] Aug 19 03:47:53.531 INFO O| Aug 19 03:47:53.531 INFO copying /tmp/.tmpNiwJUs/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90022026-08-19T03:47:56.683Z[ recovery-image] Aug 19 03:47:55.569 INFO O| Aug 19 03:47:55.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90032026-08-19T03:47:56.683Z[ recovery-image] Aug 19 03:47:55.569 INFO O| Aug 19 03:47:55.569 INFO ok!
90042026-08-19T03:47:56.683Z[ recovery-image] Aug 19 03:47:55.569 INFO O| Aug 19 03:47:55.569 INFO STEP 56 (ensure_file) COMPLETE
90052026-08-19T03:47:56.686Z[ recovery-image] Aug 19 03:47:55.569 INFO O| Aug 19 03:47:55.569 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90062026-08-19T03:47:56.696Z[ recovery-image] Aug 19 03:47:55.583 INFO O| Aug 19 03:47:55.582 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90072026-08-19T03:47:56.696Z[ recovery-image] Aug 19 03:47:55.583 INFO O| Aug 19 03:47:55.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90082026-08-19T03:47:56.696Z[ recovery-image] Aug 19 03:47:55.583 INFO O| Aug 19 03:47:55.583 INFO STEP 57 (ensure_dir) COMPLETE
90092026-08-19T03:47:56.700Z[ recovery-image] Aug 19 03:47:55.583 INFO O| Aug 19 03:47:55.583 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90102026-08-19T03:47:56.709Z[ recovery-image] Aug 19 03:47:55.594 INFO O| Aug 19 03:47:55.594 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90112026-08-19T03:47:56.709Z[ recovery-image] Aug 19 03:47:55.594 INFO O| Aug 19 03:47:55.594 INFO copying /tmp/.tmpNiwJUs/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 ...
90122026-08-19T03:47:56.709Z[ recovery-image] Aug 19 03:47:55.594 INFO O| Aug 19 03:47:55.594 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
90132026-08-19T03:47:56.709Z[ recovery-image] Aug 19 03:47:55.594 INFO O| Aug 19 03:47:55.594 INFO ok!
90142026-08-19T03:47:56.709Z[ recovery-image] Aug 19 03:47:55.594 INFO O| Aug 19 03:47:55.594 INFO STEP 58 (ensure_file) COMPLETE
90152026-08-19T03:47:56.709Z[ recovery-image] Aug 19 03:47:55.594 INFO O| Aug 19 03:47:55.594 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-08-19T03:47:56.715Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
90172026-08-19T03:47:56.718Z[ recovery-image] Aug 19 03:47:55.604 INFO O| Aug 19 03:47:55.604 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90182026-08-19T03:47:56.718Z[ recovery-image] Aug 19 03:47:55.604 INFO O| Aug 19 03:47:55.604 INFO copying /tmp/.tmpNiwJUs/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 ...
90192026-08-19T03:47:56.718Z[ recovery-image] Aug 19 03:47:55.604 INFO O| Aug 19 03:47:55.604 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
90202026-08-19T03:47:56.718Z[ recovery-image] Aug 19 03:47:55.604 INFO O| Aug 19 03:47:55.604 INFO ok!
90212026-08-19T03:47:56.718Z[ recovery-image] Aug 19 03:47:55.604 INFO O| Aug 19 03:47:55.604 INFO STEP 59 (ensure_file) COMPLETE
90222026-08-19T03:47:56.718Z[ recovery-image] Aug 19 03:47:55.604 INFO O| Aug 19 03:47:55.604 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-08-19T03:47:56.728Z[ recovery-image] Aug 19 03:47:55.614 INFO O| Aug 19 03:47:55.614 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90242026-08-19T03:47:56.728Z[ recovery-image] Aug 19 03:47:55.614 INFO O| Aug 19 03:47:55.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90252026-08-19T03:47:56.731Z[ recovery-image] Aug 19 03:47:55.614 INFO O| Aug 19 03:47:55.614 INFO STEP 60 (ensure_dir) COMPLETE
90262026-08-19T03:47:56.731Z[ recovery-image] Aug 19 03:47:55.614 INFO O| Aug 19 03:47:55.614 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90272026-08-19T03:47:56.739Z[ recovery-image] Aug 19 03:47:55.626 INFO O| Aug 19 03:47:55.625 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90282026-08-19T03:47:56.739Z[ recovery-image] Aug 19 03:47:55.626 INFO O| Aug 19 03:47:55.626 INFO copying /tmp/.tmpNiwJUs/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 ...
90292026-08-19T03:47:56.739Z[ recovery-image] Aug 19 03:47:55.626 INFO O| Aug 19 03:47:55.626 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90302026-08-19T03:47:56.739Z[ recovery-image] Aug 19 03:47:55.626 INFO O| Aug 19 03:47:55.626 INFO ok!
90312026-08-19T03:47:56.739Z[ recovery-image] Aug 19 03:47:55.626 INFO O| Aug 19 03:47:55.626 INFO STEP 61 (ensure_file) COMPLETE
90322026-08-19T03:47:56.743Z[ recovery-image] Aug 19 03:47:55.626 INFO O| Aug 19 03:47:55.626 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-08-19T03:47:56.750Z[ recovery-image] Aug 19 03:47:55.636 INFO O| Aug 19 03:47:55.636 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90342026-08-19T03:47:56.750Z[ recovery-image] Aug 19 03:47:55.636 INFO O| Aug 19 03:47:55.636 INFO copying /tmp/.tmpNiwJUs/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 ...
90352026-08-19T03:47:56.750Z[ recovery-image] Aug 19 03:47:55.636 INFO O| Aug 19 03:47:55.636 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
90362026-08-19T03:47:56.750Z[ recovery-image] Aug 19 03:47:55.636 INFO O| Aug 19 03:47:55.636 INFO ok!
90372026-08-19T03:47:56.751Z[ recovery-image] Aug 19 03:47:55.636 INFO O| Aug 19 03:47:55.636 INFO STEP 62 (ensure_file) COMPLETE
90382026-08-19T03:47:56.751Z[ recovery-image] Aug 19 03:47:55.636 INFO O| Aug 19 03:47:55.636 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-08-19T03:47:56.759Z[ recovery-image] Aug 19 03:47:55.645 INFO O| Aug 19 03:47:55.645 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90402026-08-19T03:47:56.759Z[ recovery-image] Aug 19 03:47:55.645 INFO O| Aug 19 03:47:55.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90412026-08-19T03:47:56.762Z[ recovery-image] Aug 19 03:47:55.645 INFO O| Aug 19 03:47:55.645 INFO STEP 63 (ensure_dir) COMPLETE
90422026-08-19T03:47:56.762Z[ recovery-image] Aug 19 03:47:55.645 INFO O| Aug 19 03:47:55.645 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-08-19T03:47:56.768Z[ recovery-image] Aug 19 03:47:55.654 INFO O| Aug 19 03:47:55.654 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90442026-08-19T03:47:56.768Z[ recovery-image] Aug 19 03:47:55.654 INFO O| Aug 19 03:47:55.654 INFO copying /tmp/.tmpNiwJUs/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 ...
90452026-08-19T03:47:56.768Z[ recovery-image] Aug 19 03:47:55.654 INFO O| Aug 19 03:47:55.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90462026-08-19T03:47:56.768Z[ recovery-image] Aug 19 03:47:55.654 INFO O| Aug 19 03:47:55.654 INFO ok!
90472026-08-19T03:47:56.768Z[ recovery-image] Aug 19 03:47:55.654 INFO O| Aug 19 03:47:55.654 INFO STEP 64 (ensure_file) COMPLETE
90482026-08-19T03:47:56.768Z[ recovery-image] Aug 19 03:47:55.654 INFO O| Aug 19 03:47:55.654 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-08-19T03:47:56.777Z[ recovery-image] Aug 19 03:47:55.664 INFO O| Aug 19 03:47:55.664 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90502026-08-19T03:47:56.778Z[ recovery-image] Aug 19 03:47:55.664 INFO O| Aug 19 03:47:55.664 INFO copying /tmp/.tmpNiwJUs/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90512026-08-19T03:47:56.778Z[ recovery-image] Aug 19 03:47:55.664 INFO O| Aug 19 03:47:55.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90522026-08-19T03:47:56.778Z[ recovery-image] Aug 19 03:47:55.664 INFO O| Aug 19 03:47:55.664 INFO ok!
90532026-08-19T03:47:56.781Z[ recovery-image] Aug 19 03:47:55.664 INFO O| Aug 19 03:47:55.664 INFO STEP 65 (ensure_file) COMPLETE
90542026-08-19T03:47:56.781Z[ recovery-image] Aug 19 03:47:55.664 INFO O| Aug 19 03:47:55.664 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-08-19T03:47:56.786Z[ recovery-image] Aug 19 03:47:55.673 INFO O| Aug 19 03:47:55.673 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90562026-08-19T03:47:56.786Z[ recovery-image] Aug 19 03:47:55.673 INFO O| Aug 19 03:47:55.673 INFO STEP 66 (ensure_dir) COMPLETE
90572026-08-19T03:47:56.790Z[ recovery-image] Aug 19 03:47:55.673 INFO O| Aug 19 03:47:55.673 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90582026-08-19T03:47:56.795Z[ recovery-image] Aug 19 03:47:55.681 INFO O| Aug 19 03:47:55.681 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90592026-08-19T03:47:56.795Z[ recovery-image] Aug 19 03:47:55.682 INFO O| Aug 19 03:47:55.681 INFO STEP 67 (ensure_dir) COMPLETE
90602026-08-19T03:47:56.795Z[ recovery-image] Aug 19 03:47:55.682 INFO O| Aug 19 03:47:55.681 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90612026-08-19T03:47:56.825Z[ recovery-image] Aug 19 03:47:55.691 INFO O| Aug 19 03:47:55.691 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90622026-08-19T03:47:56.825Z[ recovery-image] Aug 19 03:47:55.691 INFO O| Aug 19 03:47:55.691 INFO STEP 68 (ensure_dir) COMPLETE
90632026-08-19T03:47:56.825Z[ recovery-image] Aug 19 03:47:55.691 INFO O| Aug 19 03:47:55.691 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90642026-08-19T03:47:56.828Z[ recovery-image] Aug 19 03:47:55.700 INFO O| Aug 19 03:47:55.700 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90652026-08-19T03:47:56.828Z[ recovery-image] Aug 19 03:47:55.701 INFO O| Aug 19 03:47:55.700 INFO STEP 69 (ensure_dir) COMPLETE
90662026-08-19T03:47:56.828Z[ recovery-image] Aug 19 03:47:55.701 INFO O| Aug 19 03:47:55.700 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90672026-08-19T03:47:56.828Z[ recovery-image] Aug 19 03:47:55.710 INFO O| Aug 19 03:47:55.710 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90682026-08-19T03:47:56.829Z[ recovery-image] Aug 19 03:47:55.710 INFO O| Aug 19 03:47:55.710 INFO copying /tmp/.tmpNiwJUs/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90692026-08-19T03:47:56.829Z[ recovery-image] Aug 19 03:47:55.710 INFO O| Aug 19 03:47:55.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90702026-08-19T03:47:56.829Z[ recovery-image] Aug 19 03:47:55.710 INFO O| Aug 19 03:47:55.710 INFO ok!
90712026-08-19T03:47:56.829Z[ recovery-image] Aug 19 03:47:55.710 INFO O| Aug 19 03:47:55.710 INFO STEP 70 (ensure_file) COMPLETE
90722026-08-19T03:47:56.829Z[ recovery-image] Aug 19 03:47:55.710 INFO O| Aug 19 03:47:55.710 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90732026-08-19T03:47:56.833Z[ recovery-image] Aug 19 03:47:55.720 INFO O| Aug 19 03:47:55.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90742026-08-19T03:47:56.833Z[ recovery-image] Aug 19 03:47:55.720 INFO O| Aug 19 03:47:55.720 INFO STEP 71 (remove_files) COMPLETE
90752026-08-19T03:47:56.837Z[ recovery-image] Aug 19 03:47:55.720 INFO O| Aug 19 03:47:55.720 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90762026-08-19T03:47:56.843Z[ recovery-image] Aug 19 03:47:55.729 INFO O| Aug 19 03:47:55.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90772026-08-19T03:47:56.843Z[ recovery-image] Aug 19 03:47:55.730 INFO O| Aug 19 03:47:55.730 INFO STEP 72 (remove_files) COMPLETE
90782026-08-19T03:47:56.843Z[ recovery-image] Aug 19 03:47:55.730 INFO O| Aug 19 03:47:55.730 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90792026-08-19T03:47:56.853Z[ recovery-image] Aug 19 03:47:55.739 INFO O| Aug 19 03:47:55.739 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90802026-08-19T03:47:56.853Z[ recovery-image] Aug 19 03:47:55.740 INFO O| Aug 19 03:47:55.740 INFO STEP 73 (remove_files) COMPLETE
90812026-08-19T03:47:56.853Z[ recovery-image] Aug 19 03:47:55.740 INFO O| Aug 19 03:47:55.740 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90822026-08-19T03:47:56.864Z[ recovery-image] Aug 19 03:47:55.751 INFO O| Aug 19 03:47:55.751 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90832026-08-19T03:47:56.864Z[ recovery-image] Aug 19 03:47:55.751 INFO O| Aug 19 03:47:55.751 INFO STEP 74 (remove_files) COMPLETE
90842026-08-19T03:47:56.864Z[ recovery-image] Aug 19 03:47:55.751 INFO O| Aug 19 03:47:55.751 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90852026-08-19T03:47:56.875Z[ recovery-image] Aug 19 03:47:55.761 INFO O| Aug 19 03:47:55.761 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90862026-08-19T03:47:56.875Z[ recovery-image] Aug 19 03:47:55.761 INFO O| Aug 19 03:47:55.761 INFO STEP 75 (remove_files) COMPLETE
90872026-08-19T03:47:56.875Z[ recovery-image] Aug 19 03:47:55.761 INFO O| Aug 19 03:47:55.761 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90882026-08-19T03:47:56.891Z[ recovery-image] Aug 19 03:47:55.772 INFO O| Aug 19 03:47:55.772 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90892026-08-19T03:47:56.891Z[ recovery-image] Aug 19 03:47:55.772 INFO O| Aug 19 03:47:55.772 INFO STEP 76 (remove_files) COMPLETE
90902026-08-19T03:47:56.891Z[ recovery-image] Aug 19 03:47:55.772 INFO O| Aug 19 03:47:55.772 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90912026-08-19T03:47:56.896Z[ recovery-image] Aug 19 03:47:55.783 INFO O| Aug 19 03:47:55.783 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90922026-08-19T03:47:56.897Z[ recovery-image] Aug 19 03:47:55.783 INFO O| Aug 19 03:47:55.783 INFO STEP 77 (remove_files) COMPLETE
90932026-08-19T03:47:56.897Z[ recovery-image] Aug 19 03:47:55.783 INFO O| Aug 19 03:47:55.783 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90942026-08-19T03:47:56.920Z[ recovery-image] Aug 19 03:47:55.793 INFO O| Aug 19 03:47:55.793 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90952026-08-19T03:47:56.920Z[ recovery-image] Aug 19 03:47:55.793 INFO O| Aug 19 03:47:55.793 INFO STEP 78 (remove_files) COMPLETE
90962026-08-19T03:47:56.920Z[ recovery-image] Aug 19 03:47:55.793 INFO O| Aug 19 03:47:55.793 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90972026-08-19T03:47:56.920Z[ recovery-image] Aug 19 03:47:55.803 INFO O| Aug 19 03:47:55.803 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90982026-08-19T03:47:56.920Z[ recovery-image] Aug 19 03:47:55.803 INFO O| Aug 19 03:47:55.803 INFO STEP 79 (remove_files) COMPLETE
90992026-08-19T03:47:56.920Z[ recovery-image] Aug 19 03:47:55.803 INFO O| Aug 19 03:47:55.803 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91002026-08-19T03:47:56.927Z[ recovery-image] Aug 19 03:47:55.813 INFO O| Aug 19 03:47:55.813 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91012026-08-19T03:47:56.927Z[ recovery-image] Aug 19 03:47:55.813 INFO O| Aug 19 03:47:55.813 INFO STEP 80 (remove_files) COMPLETE
91022026-08-19T03:47:56.930Z[ recovery-image] Aug 19 03:47:55.813 INFO O| Aug 19 03:47:55.813 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91032026-08-19T03:47:56.937Z[ recovery-image] Aug 19 03:47:55.824 INFO O| Aug 19 03:47:55.823 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91042026-08-19T03:47:56.937Z[ recovery-image] Aug 19 03:47:55.824 INFO O| Aug 19 03:47:55.824 INFO STEP 81 (remove_files) COMPLETE
91052026-08-19T03:47:56.937Z[ recovery-image] Aug 19 03:47:55.824 INFO O| Aug 19 03:47:55.824 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91062026-08-19T03:47:56.948Z[ recovery-image] Aug 19 03:47:55.834 INFO O| Aug 19 03:47:55.834 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91072026-08-19T03:47:56.948Z[ recovery-image] Aug 19 03:47:55.834 INFO O| Aug 19 03:47:55.834 INFO STEP 82 (remove_files) COMPLETE
91082026-08-19T03:47:56.948Z[ recovery-image] Aug 19 03:47:55.834 INFO O| Aug 19 03:47:55.834 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91092026-08-19T03:47:56.960Z[ recovery-image] Aug 19 03:47:55.847 INFO O| Aug 19 03:47:55.847 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91102026-08-19T03:47:56.960Z[ recovery-image] Aug 19 03:47:55.847 INFO O| Aug 19 03:47:55.847 INFO STEP 83 (remove_files) COMPLETE
91112026-08-19T03:47:56.960Z[ recovery-image] Aug 19 03:47:55.847 INFO O| Aug 19 03:47:55.847 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91122026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.849 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24191:20260817T130502Z
91132026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.849 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24191:20260817T130502Z
91142026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.849 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91152026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.849 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91162026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.849 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91172026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.849 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91182026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.849 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91192026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.849 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91202026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.850 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260819T033058Z
91212026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.850 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91222026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.850 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91232026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.850 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24191:20260817T130503Z
91242026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.850 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24191:20260817T130503Z
91252026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.850 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24191:20260817T130503Z
91262026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24191:20260817T130503Z
91272026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91282026-08-19T03:47:56.964Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24191:20260817T130503Z
91292026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24191:20260817T130503Z
91302026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24191:20260817T130503Z
91312026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24191:20260817T130503Z
91322026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24191:20260817T130504Z
91332026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24191:20260817T130504Z
91342026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24191:20260817T130504Z
91352026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24191:20260817T130504Z
91362026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24191:20260817T130504Z
91372026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24191:20260817T130504Z
91382026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24191:20260817T130505Z
91392026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.851 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24191:20260817T130505Z
91402026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24191:20260817T130505Z
91412026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24191:20260817T130506Z
91422026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24191:20260817T130506Z
91432026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
91442026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24191:20260817T130507Z
91452026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24191:20260817T130508Z
91462026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24191:20260817T130508Z
91472026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24191:20260817T130508Z
91482026-08-19T03:47:56.968Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24191:20260817T130508Z
91492026-08-19T03:47:56.969Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24191:20260817T130509Z
91502026-08-19T03:47:56.969Z[ host-image] Aug 19 03:47:55.852 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24191:20260817T130509Z
91512026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.855 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
91522026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.855 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24191:20260817T130509Z
91532026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.855 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
91542026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.855 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
91552026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.855 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
91562026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.855 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
91572026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.855 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24191:20260817T130509Z
91582026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.855 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
91592026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.855 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
91602026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.856 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
91612026-08-19T03:47:56.972Z[ host-image] Aug 19 03:47:55.856 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
91622026-08-19T03:47:56.972Z[ recovery-image] Aug 19 03:47:55.856 INFO O| Aug 19 03:47:55.856 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91632026-08-19T03:47:56.972Z[ recovery-image] Aug 19 03:47:55.856 INFO O| Aug 19 03:47:55.856 INFO STEP 84 (remove_files) COMPLETE
91642026-08-19T03:47:56.972Z[ recovery-image] Aug 19 03:47:55.856 INFO O| Aug 19 03:47:55.856 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-19T03:47:56.976Z[ host-image] Aug 19 03:47:55.859 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
91662026-08-19T03:47:56.976Z[ host-image] Aug 19 03:47:55.859 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
91672026-08-19T03:47:56.976Z[ host-image] Aug 19 03:47:55.859 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
91682026-08-19T03:47:56.976Z[ host-image] Aug 19 03:47:55.859 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
91692026-08-19T03:47:56.976Z[ host-image] Aug 19 03:47:55.860 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
91702026-08-19T03:47:56.976Z[ host-image] Aug 19 03:47:55.860 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
91712026-08-19T03:47:56.980Z[ recovery-image] Aug 19 03:47:55.865 INFO O| Aug 19 03:47:55.865 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91722026-08-19T03:47:56.980Z[ recovery-image] Aug 19 03:47:55.866 INFO O| Aug 19 03:47:55.866 INFO STEP 85 (remove_files) COMPLETE
91732026-08-19T03:47:56.980Z[ recovery-image] Aug 19 03:47:55.866 INFO O| Aug 19 03:47:55.866 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-19T03:47:56.984Z[ host-image] Aug 19 03:47:55.871 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
91752026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.871 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
91762026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.871 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
91772026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.871 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24191:20260817T130510Z
91782026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.872 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24191:20260817T130513Z
91792026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.872 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
91802026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.872 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24191:20260817T130513Z
91812026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.872 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
91822026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.872 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
91832026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.872 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
91842026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.872 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
91852026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.872 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24191:20260817T130513Z
91862026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.872 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
91872026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.873 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
91882026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.873 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
91892026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.873 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
91902026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.873 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24191:20260817T130513Z
91912026-08-19T03:47:56.988Z[ host-image] Aug 19 03:47:55.873 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
91922026-08-19T03:47:56.988Z[ recovery-image] Aug 19 03:47:55.874 INFO O| Aug 19 03:47:55.874 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91932026-08-19T03:47:56.988Z[ recovery-image] Aug 19 03:47:55.874 INFO O| Aug 19 03:47:55.874 INFO STEP 86 (remove_files) COMPLETE
91942026-08-19T03:47:56.988Z[ recovery-image] Aug 19 03:47:55.874 INFO O| Aug 19 03:47:55.874 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-08-19T03:47:56.992Z[ host-image] Aug 19 03:47:55.877 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
91962026-08-19T03:47:56.992Z[ host-image] Aug 19 03:47:55.877 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24191:20260817T130513Z
91972026-08-19T03:47:56.992Z[ host-image] Aug 19 03:47:55.878 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24191:20260817T130513Z
91982026-08-19T03:47:56.992Z[ host-image] Aug 19 03:47:55.878 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24191:20260817T130513Z
91992026-08-19T03:47:56.992Z[ host-image] Aug 19 03:47:55.878 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92002026-08-19T03:47:56.992Z[ host-image] Aug 19 03:47:55.878 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24191:20260817T130514Z
92012026-08-19T03:47:56.992Z[ host-image] Aug 19 03:47:55.878 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24191:20260817T130514Z
92022026-08-19T03:47:56.992Z[ host-image] Aug 19 03:47:55.878 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24191:20260817T130514Z
92032026-08-19T03:47:56.992Z[ host-image] Aug 19 03:47:55.878 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24191:20260817T130514Z
92042026-08-19T03:47:56.995Z[ host-image] Aug 19 03:47:55.879 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92052026-08-19T03:47:56.995Z[ host-image] Aug 19 03:47:55.879 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24191:20260817T130514Z
92062026-08-19T03:47:56.995Z[ host-image] Aug 19 03:47:55.879 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24191:20260817T130515Z
92072026-08-19T03:47:56.996Z[ host-image] Aug 19 03:47:55.879 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92082026-08-19T03:47:56.996Z[ host-image] Aug 19 03:47:55.879 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24191:20260817T130515Z
92092026-08-19T03:47:56.996Z[ host-image] Aug 19 03:47:55.880 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24191:20260817T130515Z
92102026-08-19T03:47:56.996Z[ host-image] Aug 19 03:47:55.880 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24191:20260817T130515Z
92112026-08-19T03:47:56.996Z[ host-image] Aug 19 03:47:55.880 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24191:20260817T130515Z
92122026-08-19T03:47:56.996Z[ host-image] Aug 19 03:47:55.882 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24191:20260817T130515Z
92132026-08-19T03:47:56.996Z[ host-image] Aug 19 03:47:55.882 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92142026-08-19T03:47:56.999Z[ host-image] Aug 19 03:47:55.882 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24191:20260817T130515Z
92152026-08-19T03:47:56.999Z[ host-image] Aug 19 03:47:55.882 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24191:20260817T130515Z
92162026-08-19T03:47:56.999Z[ host-image] Aug 19 03:47:55.883 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24191:20260817T130515Z
92172026-08-19T03:47:56.999Z[ host-image] Aug 19 03:47:55.883 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24191:20260817T130515Z
92182026-08-19T03:47:56.999Z[ host-image] Aug 19 03:47:55.883 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24191:20260817T130516Z
92192026-08-19T03:47:56.999Z[ host-image] Aug 19 03:47:55.883 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24191:20260817T130516Z
92202026-08-19T03:47:56.999Z[ host-image] Aug 19 03:47:55.883 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24191:20260817T130516Z
92212026-08-19T03:47:56.999Z[ host-image] Aug 19 03:47:55.883 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24191:20260817T130516Z
92222026-08-19T03:47:56.999Z[ recovery-image] Aug 19 03:47:55.883 INFO O| Aug 19 03:47:55.883 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
92232026-08-19T03:47:56.999Z[ recovery-image] Aug 19 03:47:55.883 INFO O| Aug 19 03:47:55.883 INFO STEP 87 (remove_files) COMPLETE
92242026-08-19T03:47:57.000Z[ recovery-image] Aug 19 03:47:55.883 INFO O| Aug 19 03:47:55.883 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92252026-08-19T03:47:57.000Z[ host-image] Aug 19 03:47:55.886 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24191:20260817T130517Z
92262026-08-19T03:47:57.000Z[ host-image] Aug 19 03:47:55.886 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24191:20260817T130516Z
92272026-08-19T03:47:57.000Z[ host-image] Aug 19 03:47:55.886 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24191:20260817T130516Z
92282026-08-19T03:47:57.003Z[ host-image] Aug 19 03:47:55.886 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24191:20260817T130516Z
92292026-08-19T03:47:57.003Z[ host-image] Aug 19 03:47:55.886 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24191:20260817T130517Z
92302026-08-19T03:47:57.007Z[ host-image] Aug 19 03:47:55.892 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24191:20260817T130518Z
92312026-08-19T03:47:57.007Z[ host-image] Aug 19 03:47:55.892 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24191:20260817T130517Z
92322026-08-19T03:47:57.007Z[ host-image] Aug 19 03:47:55.892 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24191:20260817T130517Z
92332026-08-19T03:47:57.007Z[ host-image] Aug 19 03:47:55.892 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92342026-08-19T03:47:57.007Z[ host-image] Aug 19 03:47:55.892 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92352026-08-19T03:47:57.007Z[ recovery-image] Aug 19 03:47:55.893 INFO O| Aug 19 03:47:55.892 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
92362026-08-19T03:47:57.007Z[ recovery-image] Aug 19 03:47:55.893 INFO O| Aug 19 03:47:55.893 INFO STEP 88 (remove_files) COMPLETE
92372026-08-19T03:47:57.007Z[ recovery-image] Aug 19 03:47:55.893 INFO O| Aug 19 03:47:55.893 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92382026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.900 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24191:20260817T130517Z
92392026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.900 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92402026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.900 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24191:20260817T130517Z
92412026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.901 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24191:20260817T130517Z
92422026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.901 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24191:20260817T130517Z
92432026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.901 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92442026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.901 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
92452026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.901 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24191:20260817T130518Z
92462026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.901 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24191:20260817T130518Z
92472026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.901 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24191:20260817T130518Z
92482026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.901 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24191:20260817T130518Z
92492026-08-19T03:47:57.015Z[ host-image] Aug 19 03:47:55.902 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24191:20260817T130518Z
92502026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.902 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24191:20260817T130518Z
92512026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.902 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
92522026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.902 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24191:20260817T130518Z
92532026-08-19T03:47:57.019Z[ recovery-image] Aug 19 03:47:55.903 INFO O| Aug 19 03:47:55.903 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
92542026-08-19T03:47:57.019Z[ recovery-image] Aug 19 03:47:55.903 INFO O| Aug 19 03:47:55.903 INFO STEP 89 (remove_files) COMPLETE
92552026-08-19T03:47:57.019Z[ recovery-image] Aug 19 03:47:55.903 INFO O| Aug 19 03:47:55.903 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92562026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24191:20260817T130518Z
92572026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24191:20260817T130518Z
92582026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24191:20260817T130519Z
92592026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24191:20260817T130519Z
92602026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24191:20260817T130519Z
92612026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
92622026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
92632026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24191:20260817T130520Z
92642026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24191:20260817T130520Z
92652026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
92662026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
92672026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
92682026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
92692026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.903 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
92702026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.904 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
92712026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.904 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
92722026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.904 INFO O| tempdir @ "/tmp/.tmpRyU35t/tmp"
92732026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.904 INFO O| image root @ "/tmp/.tmpRyU35t/tmp/root"
92742026-08-19T03:47:57.019Z[ host-image] Aug 19 03:47:55.904 INFO O| creating image...
92752026-08-19T03:47:57.026Z[ recovery-image] Aug 19 03:47:55.912 INFO O| Aug 19 03:47:55.912 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
92762026-08-19T03:47:57.026Z[ recovery-image] Aug 19 03:47:55.912 INFO O| Aug 19 03:47:55.912 INFO STEP 90 (remove_files) COMPLETE
92772026-08-19T03:47:57.029Z[ recovery-image] Aug 19 03:47:55.912 INFO O| Aug 19 03:47:55.912 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92782026-08-19T03:47:57.035Z[ recovery-image] Aug 19 03:47:55.922 INFO O| Aug 19 03:47:55.922 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
92792026-08-19T03:47:57.035Z[ recovery-image] Aug 19 03:47:55.922 INFO O| Aug 19 03:47:55.922 INFO STEP 91 (remove_files) COMPLETE
92802026-08-19T03:47:57.039Z[ recovery-image] Aug 19 03:47:55.922 INFO O| Aug 19 03:47:55.922 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92812026-08-19T03:47:57.045Z[ recovery-image] Aug 19 03:47:55.932 INFO O| Aug 19 03:47:55.932 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92822026-08-19T03:47:57.045Z[ recovery-image] Aug 19 03:47:55.932 INFO O| Aug 19 03:47:55.932 INFO STEP 92 (remove_files) COMPLETE
92832026-08-19T03:47:57.048Z[ recovery-image] Aug 19 03:47:55.932 INFO O| Aug 19 03:47:55.932 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92842026-08-19T03:47:57.057Z[ recovery-image] Aug 19 03:47:55.943 INFO O| Aug 19 03:47:55.943 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92852026-08-19T03:47:57.057Z[ recovery-image] Aug 19 03:47:55.943 INFO O| Aug 19 03:47:55.943 INFO STEP 93 (remove_files) COMPLETE
92862026-08-19T03:47:57.060Z[ recovery-image] Aug 19 03:47:55.943 INFO O| Aug 19 03:47:55.943 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92872026-08-19T03:47:57.068Z[ recovery-image] Aug 19 03:47:55.955 INFO O| Aug 19 03:47:55.954 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92882026-08-19T03:47:57.068Z[ recovery-image] Aug 19 03:47:55.955 INFO O| Aug 19 03:47:55.955 INFO STEP 94 (remove_files) COMPLETE
92892026-08-19T03:47:57.071Z[ recovery-image] Aug 19 03:47:55.955 INFO O| Aug 19 03:47:55.955 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92902026-08-19T03:47:57.080Z[ recovery-image] Aug 19 03:47:55.966 INFO O| Aug 19 03:47:55.966 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92912026-08-19T03:47:57.080Z[ recovery-image] Aug 19 03:47:55.966 INFO O| Aug 19 03:47:55.966 INFO STEP 95 (remove_files) COMPLETE
92922026-08-19T03:47:57.083Z[ recovery-image] Aug 19 03:47:55.966 INFO O| Aug 19 03:47:55.966 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92932026-08-19T03:47:57.091Z[ recovery-image] Aug 19 03:47:55.978 INFO O| Aug 19 03:47:55.978 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92942026-08-19T03:47:57.091Z[ recovery-image] Aug 19 03:47:55.978 INFO O| Aug 19 03:47:55.978 INFO STEP 96 (remove_files) COMPLETE
92952026-08-19T03:47:57.091Z[ recovery-image] Aug 19 03:47:55.978 INFO O| Aug 19 03:47:55.978 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92962026-08-19T03:47:57.102Z[ recovery-image] Aug 19 03:47:55.988 INFO O| Aug 19 03:47:55.988 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92972026-08-19T03:47:57.102Z[ recovery-image] Aug 19 03:47:55.988 INFO O| Aug 19 03:47:55.988 INFO STEP 97 (remove_files) COMPLETE
92982026-08-19T03:47:57.102Z[ recovery-image] Aug 19 03:47:55.988 INFO O| Aug 19 03:47:55.988 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92992026-08-19T03:47:57.113Z[ recovery-image] Aug 19 03:47:56.000 INFO O| Aug 19 03:47:56.000 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
93002026-08-19T03:47:57.113Z[ recovery-image] Aug 19 03:47:56.000 INFO O| Aug 19 03:47:56.000 INFO STEP 98 (remove_files) COMPLETE
93012026-08-19T03:47:57.117Z[ recovery-image] Aug 19 03:47:56.000 INFO O| Aug 19 03:47:56.000 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93022026-08-19T03:47:57.123Z[ recovery-image] Aug 19 03:47:56.010 INFO O| Aug 19 03:47:56.010 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
93032026-08-19T03:47:57.123Z[ recovery-image] Aug 19 03:47:56.010 INFO O| Aug 19 03:47:56.010 INFO STEP 99 (remove_files) COMPLETE
93042026-08-19T03:47:57.127Z[ recovery-image] Aug 19 03:47:56.010 INFO O| Aug 19 03:47:56.010 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93052026-08-19T03:47:57.138Z[ recovery-image] Aug 19 03:47:56.025 INFO O| Aug 19 03:47:56.024 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
93062026-08-19T03:47:57.138Z[ recovery-image] Aug 19 03:47:56.025 INFO O| Aug 19 03:47:56.025 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
93072026-08-19T03:48:00.674Z[verify-libraries] Compiling oso v0.27.3
93082026-08-19T03:48:01.628Z[ recovery-image] Aug 19 03:48:00.512 INFO O| Aug 19 03:48:00.512 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
93092026-08-19T03:48:01.635Z[ recovery-image] Aug 19 03:48:00.512 INFO O| Aug 19 03:48:00.512 INFO E| svccfg: Loaded 69 smf(7) service descriptions
93102026-08-19T03:48:01.639Z[ recovery-image] Aug 19 03:48:00.525 INFO O| Aug 19 03:48:00.525 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93112026-08-19T03:48:01.739Z[ recovery-image] Aug 19 03:48:00.625 INFO O| Aug 19 03:48:00.625 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93122026-08-19T03:48:01.801Z[ recovery-image] Aug 19 03:48:00.688 INFO O| Aug 19 03:48:00.686 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
93132026-08-19T03:48:01.868Z[ recovery-image] Aug 19 03:48:00.755 INFO O| Aug 19 03:48:00.754 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93142026-08-19T03:48:01.868Z[ recovery-image] Aug 19 03:48:00.755 INFO O| Aug 19 03:48:00.755 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 ...
93152026-08-19T03:48:01.872Z[ recovery-image] Aug 19 03:48:00.756 INFO O| Aug 19 03:48:00.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93162026-08-19T03:48:01.872Z[ recovery-image] Aug 19 03:48:00.756 INFO O| Aug 19 03:48:00.756 INFO ok!
93172026-08-19T03:48:01.872Z[ recovery-image] Aug 19 03:48:00.756 INFO O| Aug 19 03:48:00.756 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93182026-08-19T03:48:01.872Z[ recovery-image] Aug 19 03:48:00.756 INFO O| Aug 19 03:48:00.756 INFO STEP 100 (seed_smf) COMPLETE
93192026-08-19T03:48:01.872Z[ recovery-image] Aug 19 03:48:00.756 INFO O| Aug 19 03:48:00.756 INFO steps complete; finalising image!
93202026-08-19T03:48:01.872Z[ recovery-image] Aug 19 03:48:00.756 INFO O| Aug 19 03:48:00.756 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93212026-08-19T03:48:01.960Z[ recovery-image] Aug 19 03:48:00.847 INFO O| Aug 19 03:48:00.847 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Wed Aug 19 03:48:00 2026)
93222026-08-19T03:48:02.085Z[ host-image] Aug 19 03:48:00.946 INFO O| copying publishers...
93232026-08-19T03:48:02.167Z[ recovery-image] Aug 19 03:48:01.053 INFO O| Aug 19 03:48:01.053 INFO trim TEMPORARY-sled-zfs-recovery: (17% trimmed, started at Wed Aug 19 03:48:00 2026)
93242026-08-19T03:48:02.378Z[ recovery-image] Aug 19 03:48:01.260 INFO O| Aug 19 03:48:01.260 INFO trim TEMPORARY-sled-zfs-recovery: (26% trimmed, started at Wed Aug 19 03:48:00 2026)
93252026-08-19T03:48:02.602Z[ recovery-image] Aug 19 03:48:01.488 INFO O| Aug 19 03:48:01.488 INFO trim TEMPORARY-sled-zfs-recovery: (30% trimmed, started at Wed Aug 19 03:48:00 2026)
93262026-08-19T03:48:02.812Z[ recovery-image] Aug 19 03:48:01.694 INFO O| Aug 19 03:48:01.694 INFO trim TEMPORARY-sled-zfs-recovery: (52% trimmed, started at Wed Aug 19 03:48:00 2026)
93272026-08-19T03:48:03.019Z[ recovery-image] Aug 19 03:48:01.901 INFO O| Aug 19 03:48:01.901 INFO trim TEMPORARY-sled-zfs-recovery: (61% trimmed, started at Wed Aug 19 03:48:00 2026)
93282026-08-19T03:48:03.223Z[ recovery-image] Aug 19 03:48:02.108 INFO O| Aug 19 03:48:02.108 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Wed Aug 19 03:48:00 2026)
93292026-08-19T03:48:03.429Z[ recovery-image] Aug 19 03:48:02.315 INFO O| Aug 19 03:48:02.315 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Wed Aug 19 03:48:00 2026)
93302026-08-19T03:48:03.652Z[ recovery-image] Aug 19 03:48:02.538 INFO O| Aug 19 03:48:02.538 INFO temporary pool has 499M used, 1.26G avail, 1.00x compressratio
93312026-08-19T03:48:03.652Z[ recovery-image] Aug 19 03:48:02.538 INFO O| Aug 19 03:48:02.538 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93322026-08-19T03:48:03.783Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93332026-08-19T03:48:04.517Z[ recovery-image] Aug 19 03:48:03.393 INFO O| Aug 19 03:48:03.393 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
93342026-08-19T03:48:04.517Z[ recovery-image] Aug 19 03:48:03.393 INFO O| Aug 19 03:48:03.393 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93352026-08-19T03:48:05.615Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93362026-08-19T03:48:05.932Z[ host-image] Aug 19 03:48:04.815 INFO O| adding properties...
93372026-08-19T03:48:06.976Z[ recovery-image] Aug 19 03:48:05.850 INFO O| Aug 19 03:48:05.850 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93382026-08-19T03:48:06.979Z[ recovery-image] Aug 19 03:48:05.850 INFO O| Aug 19 03:48:05.850 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93392026-08-19T03:48:06.983Z[ recovery-image] Aug 19 03:48:05.850 INFO O| Aug 19 03:48:05.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93402026-08-19T03:48:06.983Z[ recovery-image] Aug 19 03:48:05.850 INFO O| Aug 19 03:48:05.850 INFO completed processing sled/zfs-recovery
93412026-08-19T03:48:06.989Z[ recovery-image] Aug 19 03:48:05.850 INFO O| Aug 19 03:48:05.850 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93422026-08-19T03:48:06.989Z[ host-image] Aug 19 03:48:05.871 INFO O| installing packages...
93432026-08-19T03:48:07.826Z[ recovery-image] Aug 19 03:48:06.710 INFO O| Aug 19 03:48:06.710 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93442026-08-19T03:48:07.945Z[ recovery-image] Aug 19 03:48:06.826 INFO BUILD STRING "heads/stlouis-0-ga931ca4556\n"
93452026-08-19T03:48:07.945Z[ recovery-image] Aug 19 03:48:06.826 INFO expanded image name: "recovery 2e55f4d/${os_short_commit} 2026-08-19 03:30" -> "recovery 2e55f4d/a931ca4 2026-08-19 03:30"
93462026-08-19T03:48:07.953Z[ recovery-image] Aug 19 03:48:06.826 INFO output artefacts stored in: "/work/os-recovery"
93472026-08-19T03:48:07.953Z[ recovery-image] Aug 19 03:48:06.826 INFO collecting git info from project "phbl"...
93482026-08-19T03:48:07.953Z[ recovery-image] Aug 19 03:48:06.835 INFO collecting git info from project "bootserver"...
93492026-08-19T03:48:07.971Z[ recovery-image] Aug 19 03:48:06.853 INFO collecting git info from project "pilot"...
93502026-08-19T03:48:07.979Z[ recovery-image] Aug 19 03:48:06.863 INFO collecting git info from project "dmar-report"...
93512026-08-19T03:48:07.990Z[ recovery-image] Aug 19 03:48:06.874 INFO collecting git info from project "amd-firmware"...
93522026-08-19T03:48:08.377Z[ recovery-image] Aug 19 03:48:07.262 INFO collecting git info from project "pinprick"...
93532026-08-19T03:48:08.383Z[ recovery-image] Aug 19 03:48:07.268 INFO collecting git info from project "chelsio-t6-roms"...
93542026-08-19T03:48:08.399Z[ recovery-image] Aug 19 03:48:07.285 INFO collecting git info from project "amd-host-image-builder"...
93552026-08-19T03:48:08.442Z[ recovery-image] Aug 19 03:48:07.326 INFO collecting git info from project "image-builder"...
93562026-08-19T03:48:08.447Z[ recovery-image] Aug 19 03:48:07.333 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93572026-08-19T03:48:09.235Z[ recovery-image] Aug 19 03:48:08.120 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93582026-08-19T03:48:09.579Z[ recovery-image] Aug 19 03:48:08.464 INFO creating Oxide boot image...
93592026-08-19T03:48:09.579Z[ recovery-image] Aug 19 03:48:08.464 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 2e55f4d/a931ca4 2026-08-19 03:30", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93602026-08-19T03:48:12.534Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93612026-08-19T03:48:16.731Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93622026-08-19T03:48:16.923Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93632026-08-19T03:48:18.383Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93642026-08-19T03:48:18.700Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93652026-08-19T03:48:18.767Z[ host-image] Aug 19 03:48:17.649 INFO O| seeding SMF database...
93662026-08-19T03:48:20.106Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93672026-08-19T03:48:23.850Z[ host-image] Aug 19 03:48:22.736 INFO O| configuring SMF profile...
93682026-08-19T03:48:23.850Z[ host-image] Aug 19 03:48:22.736 INFO O| modifying shadow(5)...
93692026-08-19T03:48:23.854Z[ host-image] Aug 19 03:48:22.736 INFO O| loading user and group database...
93702026-08-19T03:48:23.855Z[ host-image] Aug 19 03:48:22.736 INFO O| loading facet selections...
93712026-08-19T03:48:24.298Z[ host-image] Aug 19 03:48:23.178 INFO O| devel -> true
93722026-08-19T03:48:24.298Z[ host-image] Aug 19 03:48:23.178 INFO O| doc.man -> true
93732026-08-19T03:48:24.298Z[ host-image] Aug 19 03:48:23.178 INFO O| version-lock.shell/ksh93 -> true
93742026-08-19T03:48:24.298Z[ host-image] Aug 19 03:48:23.178 INFO O| version-lock.system/data/hardware-registry -> true
93752026-08-19T03:48:24.329Z[ host-image] Aug 19 03:48:23.178 INFO O| version-lock.system/data/zoneinfo -> true
93762026-08-19T03:48:24.329Z[ host-image] Aug 19 03:48:23.178 INFO O| version-lock.system/microcode/amd -> true
93772026-08-19T03:48:24.329Z[ host-image] Aug 19 03:48:23.178 INFO O| version-lock.system/microcode/intel -> true
93782026-08-19T03:48:24.329Z[ host-image] Aug 19 03:48:23.179 INFO O| version-lock.system/microcode/oxide -> true
93792026-08-19T03:48:24.329Z[ host-image] Aug 19 03:48:23.179 INFO O| assessing packaged files...
93802026-08-19T03:48:24.538Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93812026-08-19T03:48:24.805Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93822026-08-19T03:48:26.358Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93832026-08-19T03:48:26.471Z[ host-image] Aug 19 03:48:25.357 INFO O| creating archive...
93842026-08-19T03:48:26.494Z[ host-image] Aug 19 03:48:25.379 INFO O| missing from packaging:
93852026-08-19T03:48:26.494Z[ host-image] Aug 19 03:48:25.379 INFO O| "etc/.pwd.lock"
93862026-08-19T03:48:26.494Z[ host-image] Aug 19 03:48:25.379 INFO O| "etc/bash"
93872026-08-19T03:48:26.498Z[ host-image] Aug 19 03:48:25.383 INFO O| "etc/svc/profile/generic.xml"
93882026-08-19T03:48:26.498Z[ host-image] Aug 19 03:48:25.383 INFO O| "etc/svc/profile/inetd_services.xml"
93892026-08-19T03:48:26.498Z[ host-image] Aug 19 03:48:25.383 INFO O| "etc/svc/profile/name_service.xml"
93902026-08-19T03:48:26.498Z[ host-image] Aug 19 03:48:25.383 INFO O| "etc/svc/profile/platform.xml"
93912026-08-19T03:48:26.498Z[ host-image] Aug 19 03:48:25.383 INFO O| "etc/svc/profile/platform_omicron1.xml"
93922026-08-19T03:48:26.498Z[ host-image] Aug 19 03:48:25.383 INFO O| "etc/svc/repository.db"
93932026-08-19T03:48:26.504Z[ host-image] Aug 19 03:48:25.390 INFO O| "opt/ooce/share"
93942026-08-19T03:48:26.504Z[ host-image] Aug 19 03:48:25.390 INFO O| "opt/ooce/share/man"
93952026-08-19T03:48:26.508Z[ host-image] Aug 19 03:48:25.390 INFO O| "opt/ooce/share/man/man1"
93962026-08-19T03:48:26.513Z[ host-image] Aug 19 03:48:25.399 INFO O| finishing archive...
93972026-08-19T03:48:29.379Z[ host-image] Aug 19 03:48:28.265 INFO O| creating gzonly manifest...
93982026-08-19T03:48:29.401Z[ host-image] Aug 19 03:48:28.272 INFO O| ok
93992026-08-19T03:48:29.507Z[ host-image] Aug 19 03:48:28.392 INFO image builder template: ramdisk-02-trim...
94002026-08-19T03:48:29.507Z[ host-image] Aug 19 03:48:28.392 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/.tmpNiwJUs/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
94012026-08-19T03:48:29.529Z[ host-image] Aug 19 03:48:28.415 INFO O| Aug 19 03:48:28.415 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94022026-08-19T03:48:29.544Z[ host-image] Aug 19 03:48:28.419 INFO O| Aug 19 03:48:28.419 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94032026-08-19T03:48:30.838Z[ host-image] Aug 19 03:48:29.713 INFO O| Aug 19 03:48:29.713 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94042026-08-19T03:48:37.807Z[ host-image] Aug 19 03:48:32.429 INFO O| Aug 19 03:48:32.429 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94052026-08-19T03:48:37.807Z[ host-image] Aug 19 03:48:32.429 INFO O| Aug 19 03:48:32.429 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94062026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:32.434 INFO O| Aug 19 03:48:32.434 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94072026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:32.438 INFO O| Aug 19 03:48:32.438 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94082026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:32.443 INFO O| Aug 19 03:48:32.443 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94092026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:32.998 INFO O| Aug 19 03:48:32.998 INFO rolled back to input snapshot; work may begin
94102026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:32.998 INFO O| Aug 19 03:48:32.998 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94112026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:33.004 INFO O| Aug 19 03:48:33.004 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94122026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:33.012 INFO O| Aug 19 03:48:33.012 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94132026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:33.053 INFO O| Aug 19 03:48:33.053 INFO STEP 0 (remove_files) COMPLETE
94142026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:33.053 INFO O| Aug 19 03:48:33.053 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94152026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:33.061 INFO O| Aug 19 03:48:33.061 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94162026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:33.063 INFO O| Aug 19 03:48:33.063 INFO STEP 1 (remove_files) COMPLETE
94172026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:33.063 INFO O| Aug 19 03:48:33.063 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94182026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:33.071 INFO O| Aug 19 03:48:33.071 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94192026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:33.084 INFO O| Aug 19 03:48:33.084 INFO STEP 2 (remove_files) COMPLETE
94202026-08-19T03:48:37.875Z[ host-image] Aug 19 03:48:33.084 INFO O| Aug 19 03:48:33.084 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.093 INFO O| Aug 19 03:48:33.093 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94222026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.094 INFO O| Aug 19 03:48:33.094 INFO STEP 3 (remove_files) COMPLETE
94232026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.094 INFO O| Aug 19 03:48:33.094 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94242026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.101 INFO O| Aug 19 03:48:33.101 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94252026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.104 INFO O| Aug 19 03:48:33.104 INFO STEP 4 (remove_files) COMPLETE
94262026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.104 INFO O| Aug 19 03:48:33.104 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.112 INFO O| Aug 19 03:48:33.112 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94282026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.114 INFO O| Aug 19 03:48:33.114 INFO STEP 5 (remove_files) COMPLETE
94292026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.114 INFO O| Aug 19 03:48:33.114 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.119 INFO O| Aug 19 03:48:33.119 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94312026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.128 INFO O| Aug 19 03:48:33.128 INFO STEP 6 (remove_files) COMPLETE
94322026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.128 INFO O| Aug 19 03:48:33.128 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.128 INFO O| Aug 19 03:48:33.128 INFO skip step because feature "heliosv2" is not enabled
94342026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.128 INFO O| Aug 19 03:48:33.128 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.134 INFO O| Aug 19 03:48:33.134 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94362026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.144 INFO O| Aug 19 03:48:33.144 INFO STEP 8 (remove_files) COMPLETE
94372026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.144 INFO O| Aug 19 03:48:33.144 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94382026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.153 INFO O| Aug 19 03:48:33.153 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94392026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.217 INFO O| Aug 19 03:48:33.217 INFO STEP 9 (remove_files) COMPLETE
94402026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.217 INFO O| Aug 19 03:48:33.217 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.225 INFO O| Aug 19 03:48:33.225 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94422026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.294 INFO O| Aug 19 03:48:33.294 INFO STEP 10 (remove_files) COMPLETE
94432026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.294 INFO O| Aug 19 03:48:33.294 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94442026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.302 INFO O| Aug 19 03:48:33.302 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94452026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.304 INFO O| Aug 19 03:48:33.304 INFO STEP 11 (remove_files) COMPLETE
94462026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.304 INFO O| Aug 19 03:48:33.304 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.311 INFO O| Aug 19 03:48:33.311 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94482026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.312 INFO O| Aug 19 03:48:33.312 INFO STEP 12 (remove_files) COMPLETE
94492026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.312 INFO O| Aug 19 03:48:33.312 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.318 INFO O| Aug 19 03:48:33.318 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94512026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.319 INFO O| Aug 19 03:48:33.319 INFO STEP 13 (remove_files) COMPLETE
94522026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.319 INFO O| Aug 19 03:48:33.319 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.460 INFO O| Aug 19 03:48:33.460 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94542026-08-19T03:48:37.876Z[ host-image] Aug 19 03:48:33.465 INFO O| Aug 19 03:48:33.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94552026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.552 INFO O| Aug 19 03:48:33.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94562026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.552 INFO O| Aug 19 03:48:33.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94572026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.552 INFO O| Aug 19 03:48:33.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94582026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.552 INFO O| Aug 19 03:48:33.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94592026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.552 INFO O| Aug 19 03:48:33.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94602026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.552 INFO O| Aug 19 03:48:33.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94612026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.553 INFO O| Aug 19 03:48:33.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94622026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.553 INFO O| Aug 19 03:48:33.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94632026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.553 INFO O| Aug 19 03:48:33.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94642026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.553 INFO O| Aug 19 03:48:33.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94652026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.553 INFO O| Aug 19 03:48:33.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94662026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.553 INFO O| Aug 19 03:48:33.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94672026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.553 INFO O| Aug 19 03:48:33.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94682026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.553 INFO O| Aug 19 03:48:33.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94692026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.553 INFO O| Aug 19 03:48:33.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94702026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.553 INFO O| Aug 19 03:48:33.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94712026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.560 INFO O| Aug 19 03:48:33.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94722026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.560 INFO O| Aug 19 03:48:33.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94732026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.560 INFO O| Aug 19 03:48:33.560 INFO STEP 14 (remove_files) COMPLETE
94742026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.560 INFO O| Aug 19 03:48:33.560 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.569 INFO O| Aug 19 03:48:33.569 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94762026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.570 INFO O| Aug 19 03:48:33.570 INFO STEP 15 (remove_files) COMPLETE
94772026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.570 INFO O| Aug 19 03:48:33.570 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.578 INFO O| Aug 19 03:48:33.578 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94792026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.583 INFO O| Aug 19 03:48:33.583 INFO STEP 16 (remove_files) COMPLETE
94802026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.583 INFO O| Aug 19 03:48:33.583 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.591 INFO O| Aug 19 03:48:33.591 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94822026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.591 INFO O| Aug 19 03:48:33.591 INFO STEP 17 (remove_files) COMPLETE
94832026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.591 INFO O| Aug 19 03:48:33.591 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.599 INFO O| Aug 19 03:48:33.599 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94852026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.600 INFO O| Aug 19 03:48:33.600 INFO STEP 18 (remove_files) COMPLETE
94862026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.600 INFO O| Aug 19 03:48:33.600 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.606 INFO O| Aug 19 03:48:33.606 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94882026-08-19T03:48:37.877Z[ host-image] Aug 19 03:48:33.606 INFO O| Aug 19 03:48:33.606 INFO STEP 19 (remove_files) COMPLETE
94892026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.606 INFO O| Aug 19 03:48:33.606 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.611 INFO O| Aug 19 03:48:33.611 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94912026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.611 INFO O| Aug 19 03:48:33.611 INFO STEP 20 (remove_files) COMPLETE
94922026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.611 INFO O| Aug 19 03:48:33.611 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.616 INFO O| Aug 19 03:48:33.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94942026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.616 INFO O| Aug 19 03:48:33.616 INFO STEP 21 (remove_files) COMPLETE
94952026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.616 INFO O| Aug 19 03:48:33.616 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.622 INFO O| Aug 19 03:48:33.622 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94972026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.622 INFO O| Aug 19 03:48:33.622 INFO STEP 22 (remove_files) COMPLETE
94982026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.622 INFO O| Aug 19 03:48:33.622 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.631 INFO O| Aug 19 03:48:33.631 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95002026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.631 INFO O| Aug 19 03:48:33.631 INFO STEP 23 (remove_files) COMPLETE
95012026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.631 INFO O| Aug 19 03:48:33.631 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.638 INFO O| Aug 19 03:48:33.638 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95032026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.638 INFO O| Aug 19 03:48:33.638 INFO STEP 24 (remove_files) COMPLETE
95042026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.638 INFO O| Aug 19 03:48:33.638 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-19T03:48:37.878Z[ host-image] Aug 19 03:48:33.644 INFO O| Aug 19 03:48:33.644 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95062026-08-19T03:48:37.912Z[ host-image] Aug 19 03:48:33.644 INFO O| Aug 19 03:48:33.644 INFO STEP 25 (remove_files) COMPLETE
95072026-08-19T03:48:37.912Z[ host-image] Aug 19 03:48:33.644 INFO O| Aug 19 03:48:33.644 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.650 INFO O| Aug 19 03:48:33.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95092026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.650 INFO O| Aug 19 03:48:33.650 INFO STEP 26 (remove_files) COMPLETE
95102026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.650 INFO O| Aug 19 03:48:33.650 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.655 INFO O| Aug 19 03:48:33.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95122026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.656 INFO O| Aug 19 03:48:33.655 INFO STEP 27 (remove_files) COMPLETE
95132026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.656 INFO O| Aug 19 03:48:33.656 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.661 INFO O| Aug 19 03:48:33.661 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95152026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.662 INFO O| Aug 19 03:48:33.662 INFO STEP 28 (remove_files) COMPLETE
95162026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.662 INFO O| Aug 19 03:48:33.662 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.671 INFO O| Aug 19 03:48:33.671 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95182026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.671 INFO O| Aug 19 03:48:33.671 INFO STEP 29 (remove_files) COMPLETE
95192026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.671 INFO O| Aug 19 03:48:33.671 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.679 INFO O| Aug 19 03:48:33.679 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95212026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.679 INFO O| Aug 19 03:48:33.679 INFO STEP 30 (remove_files) COMPLETE
95222026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.679 INFO O| Aug 19 03:48:33.679 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.685 INFO O| Aug 19 03:48:33.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95242026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.685 INFO O| Aug 19 03:48:33.685 INFO STEP 31 (remove_files) COMPLETE
95252026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.685 INFO O| Aug 19 03:48:33.685 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.692 INFO O| Aug 19 03:48:33.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95272026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.692 INFO O| Aug 19 03:48:33.692 INFO STEP 32 (remove_files) COMPLETE
95282026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.692 INFO O| Aug 19 03:48:33.692 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.699 INFO O| Aug 19 03:48:33.699 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95302026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.699 INFO O| Aug 19 03:48:33.699 INFO STEP 33 (remove_files) COMPLETE
95312026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.699 INFO O| Aug 19 03:48:33.699 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.706 INFO O| Aug 19 03:48:33.706 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95332026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.706 INFO O| Aug 19 03:48:33.706 INFO STEP 34 (remove_files) COMPLETE
95342026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.706 INFO O| Aug 19 03:48:33.706 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.713 INFO O| Aug 19 03:48:33.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95362026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.713 INFO O| Aug 19 03:48:33.713 INFO STEP 35 (remove_files) COMPLETE
95372026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.713 INFO O| Aug 19 03:48:33.713 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.721 INFO O| Aug 19 03:48:33.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95392026-08-19T03:48:37.913Z[ host-image] Aug 19 03:48:33.721 INFO O| Aug 19 03:48:33.721 INFO STEP 36 (remove_files) COMPLETE
95402026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.721 INFO O| Aug 19 03:48:33.721 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-19T03:48:37.914Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
95422026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.726 INFO O| Aug 19 03:48:33.726 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95432026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.726 INFO O| Aug 19 03:48:33.726 INFO STEP 37 (remove_files) COMPLETE
95442026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.726 INFO O| Aug 19 03:48:33.726 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.733 INFO O| Aug 19 03:48:33.733 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95462026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.733 INFO O| Aug 19 03:48:33.733 INFO STEP 38 (remove_files) COMPLETE
95472026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.733 INFO O| Aug 19 03:48:33.733 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.738 INFO O| Aug 19 03:48:33.738 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95492026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.738 INFO O| Aug 19 03:48:33.738 INFO STEP 39 (remove_files) COMPLETE
95502026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.738 INFO O| Aug 19 03:48:33.738 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.746 INFO O| Aug 19 03:48:33.746 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95522026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.746 INFO O| Aug 19 03:48:33.746 INFO STEP 40 (remove_files) COMPLETE
95532026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.746 INFO O| Aug 19 03:48:33.746 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.753 INFO O| Aug 19 03:48:33.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95552026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.753 INFO O| Aug 19 03:48:33.753 INFO STEP 41 (remove_files) COMPLETE
95562026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.753 INFO O| Aug 19 03:48:33.753 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.762 INFO O| Aug 19 03:48:33.762 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95582026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.762 INFO O| Aug 19 03:48:33.762 INFO STEP 42 (remove_files) COMPLETE
95592026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.762 INFO O| Aug 19 03:48:33.762 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.770 INFO O| Aug 19 03:48:33.770 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95612026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.770 INFO O| Aug 19 03:48:33.770 INFO STEP 43 (remove_files) COMPLETE
95622026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.770 INFO O| Aug 19 03:48:33.770 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.776 INFO O| Aug 19 03:48:33.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95642026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.776 INFO O| Aug 19 03:48:33.776 INFO STEP 44 (remove_files) COMPLETE
95652026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.776 INFO O| Aug 19 03:48:33.776 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-19T03:48:37.914Z[ host-image] Aug 19 03:48:33.782 INFO O| Aug 19 03:48:33.782 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95672026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.782 INFO O| Aug 19 03:48:33.782 INFO STEP 45 (remove_files) COMPLETE
95682026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.782 INFO O| Aug 19 03:48:33.782 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.787 INFO O| Aug 19 03:48:33.787 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95702026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.787 INFO O| Aug 19 03:48:33.787 INFO STEP 46 (remove_files) COMPLETE
95712026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.787 INFO O| Aug 19 03:48:33.787 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.794 INFO O| Aug 19 03:48:33.794 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95732026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.794 INFO O| Aug 19 03:48:33.794 INFO STEP 47 (remove_files) COMPLETE
95742026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.794 INFO O| Aug 19 03:48:33.794 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.801 INFO O| Aug 19 03:48:33.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95762026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.801 INFO O| Aug 19 03:48:33.801 INFO STEP 48 (remove_files) COMPLETE
95772026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.801 INFO O| Aug 19 03:48:33.801 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.807 INFO O| Aug 19 03:48:33.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95792026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.807 INFO O| Aug 19 03:48:33.807 INFO STEP 49 (remove_files) COMPLETE
95802026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.807 INFO O| Aug 19 03:48:33.807 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.815 INFO O| Aug 19 03:48:33.815 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95822026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.815 INFO O| Aug 19 03:48:33.815 INFO STEP 50 (remove_files) COMPLETE
95832026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.815 INFO O| Aug 19 03:48:33.815 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.822 INFO O| Aug 19 03:48:33.822 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95852026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.822 INFO O| Aug 19 03:48:33.822 INFO STEP 51 (remove_files) COMPLETE
95862026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.822 INFO O| Aug 19 03:48:33.822 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.829 INFO O| Aug 19 03:48:33.829 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95882026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.829 INFO O| Aug 19 03:48:33.829 INFO STEP 52 (remove_files) COMPLETE
95892026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.829 INFO O| Aug 19 03:48:33.829 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.836 INFO O| Aug 19 03:48:33.836 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95912026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.836 INFO O| Aug 19 03:48:33.836 INFO STEP 53 (remove_files) COMPLETE
95922026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.836 INFO O| Aug 19 03:48:33.836 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.843 INFO O| Aug 19 03:48:33.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95942026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.843 INFO O| Aug 19 03:48:33.843 INFO STEP 54 (remove_files) COMPLETE
95952026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.843 INFO O| Aug 19 03:48:33.843 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.850 INFO O| Aug 19 03:48:33.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95972026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.850 INFO O| Aug 19 03:48:33.850 INFO STEP 55 (remove_files) COMPLETE
95982026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.850 INFO O| Aug 19 03:48:33.850 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-19T03:48:37.915Z[ host-image] Aug 19 03:48:33.857 INFO O| Aug 19 03:48:33.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96002026-08-19T03:48:37.916Z[ host-image] Aug 19 03:48:33.857 INFO O| Aug 19 03:48:33.857 INFO STEP 56 (remove_files) COMPLETE
96012026-08-19T03:48:37.916Z[ host-image] Aug 19 03:48:33.857 INFO O| Aug 19 03:48:33.857 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-19T03:48:37.916Z[ host-image] Aug 19 03:48:33.864 INFO O| Aug 19 03:48:33.864 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96032026-08-19T03:48:37.916Z[ host-image] Aug 19 03:48:33.864 INFO O| Aug 19 03:48:33.864 INFO STEP 57 (remove_files) COMPLETE
96042026-08-19T03:48:37.916Z[ host-image] Aug 19 03:48:33.864 INFO O| Aug 19 03:48:33.864 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-19T03:48:37.916Z[ host-image] Aug 19 03:48:33.871 INFO O| Aug 19 03:48:33.871 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96062026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.871 INFO O| Aug 19 03:48:33.871 INFO STEP 58 (remove_files) COMPLETE
96072026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.871 INFO O| Aug 19 03:48:33.871 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.878 INFO O| Aug 19 03:48:33.878 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96092026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.878 INFO O| Aug 19 03:48:33.878 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96102026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.878 INFO O| Aug 19 03:48:33.878 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96112026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.878 INFO O| Aug 19 03:48:33.878 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96122026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.878 INFO O| Aug 19 03:48:33.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96132026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.878 INFO O| Aug 19 03:48:33.878 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96142026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.878 INFO O| Aug 19 03:48:33.878 INFO ok!
96152026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.878 INFO O| Aug 19 03:48:33.878 INFO STEP 59 (ensure_file) COMPLETE
96162026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.878 INFO O| Aug 19 03:48:33.878 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.885 INFO O| Aug 19 03:48:33.885 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96182026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.885 INFO O| Aug 19 03:48:33.885 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96192026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.885 INFO O| Aug 19 03:48:33.885 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96202026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.885 INFO O| Aug 19 03:48:33.885 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96212026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.885 INFO O| Aug 19 03:48:33.885 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96222026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.885 INFO O| Aug 19 03:48:33.885 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96232026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.885 INFO O| Aug 19 03:48:33.885 INFO ok!
96242026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.885 INFO O| Aug 19 03:48:33.885 INFO STEP 60 (ensure_file) COMPLETE
96252026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.885 INFO O| Aug 19 03:48:33.885 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.891 INFO O| Aug 19 03:48:33.891 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96272026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.891 INFO O| Aug 19 03:48:33.891 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96282026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.891 INFO O| Aug 19 03:48:33.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96292026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.891 INFO O| Aug 19 03:48:33.891 INFO ok!
96302026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.891 INFO O| Aug 19 03:48:33.891 INFO STEP 61 (ensure_file) COMPLETE
96312026-08-19T03:48:37.929Z[ host-image] Aug 19 03:48:33.891 INFO O| Aug 19 03:48:33.891 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.898 INFO O| Aug 19 03:48:33.897 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96332026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.898 INFO O| Aug 19 03:48:33.898 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96342026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.898 INFO O| Aug 19 03:48:33.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96352026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.898 INFO O| Aug 19 03:48:33.898 INFO ok!
96362026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.898 INFO O| Aug 19 03:48:33.898 INFO STEP 62 (ensure_file) COMPLETE
96372026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.898 INFO O| Aug 19 03:48:33.898 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.904 INFO O| Aug 19 03:48:33.904 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96392026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.904 INFO O| Aug 19 03:48:33.904 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96402026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.904 INFO O| Aug 19 03:48:33.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96412026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.904 INFO O| Aug 19 03:48:33.904 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96422026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.904 INFO O| Aug 19 03:48:33.904 INFO ok!
96432026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.904 INFO O| Aug 19 03:48:33.904 INFO STEP 63 (ensure_file) COMPLETE
96442026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.904 INFO O| Aug 19 03:48:33.904 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.910 INFO O| Aug 19 03:48:33.910 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96462026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.910 INFO O| Aug 19 03:48:33.910 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96472026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.910 INFO O| Aug 19 03:48:33.910 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96482026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.910 INFO O| Aug 19 03:48:33.910 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96492026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.910 INFO O| Aug 19 03:48:33.910 INFO ok!
96502026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.910 INFO O| Aug 19 03:48:33.910 INFO STEP 64 (ensure_file) COMPLETE
96512026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.910 INFO O| Aug 19 03:48:33.910 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.916 INFO O| Aug 19 03:48:33.916 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96532026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.916 INFO O| Aug 19 03:48:33.916 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96542026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.916 INFO O| Aug 19 03:48:33.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96552026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.916 INFO O| Aug 19 03:48:33.916 INFO ok!
96562026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.916 INFO O| Aug 19 03:48:33.916 INFO STEP 65 (assemble_files) COMPLETE
96572026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.916 INFO O| Aug 19 03:48:33.916 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.922 INFO O| Aug 19 03:48:33.922 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96592026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.922 INFO O| Aug 19 03:48:33.922 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96602026-08-19T03:48:37.930Z[ host-image] Aug 19 03:48:33.922 INFO O| Aug 19 03:48:33.922 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96612026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.922 INFO O| Aug 19 03:48:33.922 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96622026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.922 INFO O| Aug 19 03:48:33.922 INFO ok!
96632026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.922 INFO O| Aug 19 03:48:33.922 INFO STEP 66 (ensure_file) COMPLETE
96642026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.922 INFO O| Aug 19 03:48:33.922 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.930 INFO O| Aug 19 03:48:33.930 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96662026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.930 INFO O| Aug 19 03:48:33.930 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96672026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.930 INFO O| Aug 19 03:48:33.930 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96682026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.930 INFO O| Aug 19 03:48:33.930 INFO STEP 67 (ensure_dir) COMPLETE
96692026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.930 INFO O| Aug 19 03:48:33.930 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.937 INFO O| Aug 19 03:48:33.937 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96712026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.937 INFO O| Aug 19 03:48:33.937 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 ...
96722026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.942 INFO O| Aug 19 03:48:33.942 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
96732026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.943 INFO O| Aug 19 03:48:33.942 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96742026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.943 INFO O| Aug 19 03:48:33.942 INFO ok!
96752026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.943 INFO O| Aug 19 03:48:33.942 INFO STEP 68 (ensure_file) COMPLETE
96762026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.943 INFO O| Aug 19 03:48:33.942 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.950 INFO O| Aug 19 03:48:33.950 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96782026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.950 INFO O| Aug 19 03:48:33.950 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 ...
96792026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.950 INFO O| Aug 19 03:48:33.950 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
96802026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.950 INFO O| Aug 19 03:48:33.950 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96812026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.951 INFO O| Aug 19 03:48:33.950 INFO ok!
96822026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.951 INFO O| Aug 19 03:48:33.951 INFO STEP 69 (ensure_file) COMPLETE
96832026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.951 INFO O| Aug 19 03:48:33.951 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.960 INFO O| Aug 19 03:48:33.960 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96852026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:33.960 INFO O| Aug 19 03:48:33.960 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96862026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:35.473 INFO O| Aug 19 03:48:35.473 INFO STEP 70 (pack_tar) COMPLETE
96872026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:35.473 INFO O| Aug 19 03:48:35.473 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96882026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:35.473 INFO O| Aug 19 03:48:35.473 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96892026-08-19T03:48:37.931Z[ host-image] Aug 19 03:48:35.808 INFO O| Aug 19 03:48:35.808 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96902026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:35.969 INFO O| Aug 19 03:48:35.968 INFO completed processing sled/ramdisk-02-trim
96912026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:35.970 INFO image builder template: zfs...
96922026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:35.971 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/.tmpNiwJUs/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
96932026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:35.982 INFO O| Aug 19 03:48:35.982 INFO skip include "stress" because feature "stress" is not enabled
96942026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:35.982 INFO O| Aug 19 03:48:35.982 INFO skip include "stress" because feature "compliance" is not enabled
96952026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.011 INFO O| Aug 19 03:48:36.011 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96962026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.016 INFO O| Aug 19 03:48:36.016 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96972026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.117 INFO O| Aug 19 03:48:36.117 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96982026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.194 INFO O| Aug 19 03:48:36.194 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96992026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.194 INFO O| Aug 19 03:48:36.194 INFO work dataset: rpool/images/build/host/work/sled/zfs
97002026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.198 INFO O| Aug 19 03:48:36.198 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97012026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.285 INFO O| Aug 19 03:48:36.285 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97022026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.377 INFO O| Aug 19 03:48:36.377 INFO DESTROY POOL: TEMPORARY-sled-zfs
97032026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.386 INFO O| Aug 19 03:48:36.386 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97042026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.391 INFO O| Aug 19 03:48:36.391 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97052026-08-19T03:48:37.932Z[ host-image] Aug 19 03:48:36.391 INFO O| Aug 19 03:48:36.391 INFO no lofi found
97062026-08-19T03:48:37.941Z[ host-image] Aug 19 03:48:36.391 INFO O| Aug 19 03:48:36.391 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97072026-08-19T03:48:37.941Z[ host-image] Aug 19 03:48:36.391 INFO O| Aug 19 03:48:36.391 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97082026-08-19T03:48:39.115Z[ host-image] Aug 19 03:48:38.001 INFO O| Aug 19 03:48:38.001 INFO lofi device = /dev/dsk/c2t1d0p0
97092026-08-19T03:48:39.119Z[ host-image] Aug 19 03:48:38.001 INFO O| Aug 19 03:48:38.001 INFO pool device = /dev/dsk/c2t1d0p0
97102026-08-19T03:48:39.119Z[ host-image] Aug 19 03:48:38.001 INFO O| Aug 19 03:48:38.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"]
97112026-08-19T03:48:39.192Z[ host-image] Aug 19 03:48:38.078 INFO O| Aug 19 03:48:38.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97122026-08-19T03:48:39.192Z[ host-image] Aug 19 03:48:38.078 INFO O| Aug 19 03:48:38.078 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97132026-08-19T03:48:39.209Z[ host-image] Aug 19 03:48:38.095 INFO O| Aug 19 03:48:38.095 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97142026-08-19T03:48:39.260Z[ host-image] Aug 19 03:48:38.146 INFO O| Aug 19 03:48:38.146 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97152026-08-19T03:48:39.288Z[ host-image] Aug 19 03:48:38.174 INFO O| Aug 19 03:48:38.174 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97162026-08-19T03:48:39.305Z[ host-image] Aug 19 03:48:38.191 INFO O| Aug 19 03:48:38.191 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97172026-08-19T03:48:39.318Z[ host-image] Aug 19 03:48:38.204 INFO O| Aug 19 03:48:38.204 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97182026-08-19T03:48:39.358Z[ host-image] Aug 19 03:48:38.244 INFO O| Aug 19 03:48:38.244 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97192026-08-19T03:48:39.358Z[ host-image] Aug 19 03:48:38.244 INFO O| Aug 19 03:48:38.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97202026-08-19T03:48:39.361Z[ host-image] Aug 19 03:48:38.244 INFO O| Aug 19 03:48:38.244 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97212026-08-19T03:48:39.369Z[ host-image] Aug 19 03:48:38.255 INFO O| Aug 19 03:48:38.255 INFO boot environment UUID: d3e01e29-9762-4465-ab12-902465fb12e1
97222026-08-19T03:48:39.369Z[ host-image] Aug 19 03:48:38.255 INFO O| Aug 19 03:48:38.255 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d3e01e29-9762-4465-ab12-902465fb12e1
97232026-08-19T03:48:39.380Z[ host-image] Aug 19 03:48:38.266 INFO O| Aug 19 03:48:38.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97242026-08-19T03:48:39.390Z[ host-image] Aug 19 03:48:38.276 INFO O| Aug 19 03:48:38.276 INFO STEP 0 (create_be) COMPLETE
97252026-08-19T03:48:39.390Z[ host-image] Aug 19 03:48:38.276 INFO O| Aug 19 03:48:38.276 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97262026-08-19T03:48:39.404Z[ host-image] Aug 19 03:48:38.290 INFO O| Aug 19 03:48:38.290 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97272026-08-19T03:48:40.942Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97282026-08-19T03:48:49.726Z[ host-image] Aug 19 03:48:48.597 INFO O| Aug 19 03:48:48.597 INFO STEP 1 (unpack_tar) COMPLETE
97292026-08-19T03:48:49.727Z[ host-image] Aug 19 03:48:48.597 INFO O| Aug 19 03:48:48.597 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97302026-08-19T03:48:49.753Z[ host-image] Aug 19 03:48:48.607 INFO O| Aug 19 03:48:48.607 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97312026-08-19T03:48:50.040Z[ host-image] Aug 19 03:48:48.888 INFO O| Aug 19 03:48:48.888 INFO STEP 2 (devfsadm) COMPLETE
97322026-08-19T03:48:50.040Z[ host-image] Aug 19 03:48:48.888 INFO O| Aug 19 03:48:48.888 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97332026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.899 INFO O| Aug 19 03:48:48.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97342026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.899 INFO O| Aug 19 03:48:48.899 INFO STEP 3 (ensure_dir) COMPLETE
97352026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.899 INFO O| Aug 19 03:48:48.899 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97362026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.908 INFO O| Aug 19 03:48:48.908 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97372026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.908 INFO O| Aug 19 03:48:48.908 INFO STEP 4 (ensure_dir) COMPLETE
97382026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.908 INFO O| Aug 19 03:48:48.908 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97392026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.918 INFO O| Aug 19 03:48:48.918 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97402026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.918 INFO O| Aug 19 03:48:48.918 INFO STEP 5 (ensure_dir) COMPLETE
97412026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.918 INFO O| Aug 19 03:48:48.918 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97422026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.928 INFO O| Aug 19 03:48:48.928 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97432026-08-19T03:48:50.074Z[ host-image] Aug 19 03:48:48.928 INFO O| Aug 19 03:48:48.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97442026-08-19T03:48:50.075Z[ host-image] Aug 19 03:48:48.928 INFO O| Aug 19 03:48:48.928 INFO STEP 6 (ensure_dir) COMPLETE
97452026-08-19T03:48:50.075Z[ host-image] Aug 19 03:48:48.928 INFO O| Aug 19 03:48:48.928 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97462026-08-19T03:48:50.075Z[ host-image] Aug 19 03:48:48.936 INFO O| Aug 19 03:48:48.936 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97472026-08-19T03:48:50.075Z[ host-image] Aug 19 03:48:48.936 INFO O| Aug 19 03:48:48.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97482026-08-19T03:48:50.075Z[ host-image] Aug 19 03:48:48.936 INFO O| Aug 19 03:48:48.936 INFO STEP 7 (ensure_dir) COMPLETE
97492026-08-19T03:48:50.075Z[ host-image] Aug 19 03:48:48.936 INFO O| Aug 19 03:48:48.936 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97502026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.945 INFO O| Aug 19 03:48:48.945 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97512026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.945 INFO O| Aug 19 03:48:48.945 INFO STEP 8 (remove_files) COMPLETE
97522026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.945 INFO O| Aug 19 03:48:48.945 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97532026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.953 INFO O| Aug 19 03:48:48.953 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97542026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.954 INFO O| Aug 19 03:48:48.954 INFO STEP 9 (remove_files) COMPLETE
97552026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.954 INFO O| Aug 19 03:48:48.954 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97562026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.962 INFO O| Aug 19 03:48:48.961 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97572026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.962 INFO O| Aug 19 03:48:48.962 INFO STEP 10 (remove_files) COMPLETE
97582026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.962 INFO O| Aug 19 03:48:48.962 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97592026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.970 INFO O| Aug 19 03:48:48.970 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97602026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.970 INFO O| Aug 19 03:48:48.970 INFO STEP 11 (remove_files) COMPLETE
97612026-08-19T03:48:50.114Z[ host-image] Aug 19 03:48:48.970 INFO O| Aug 19 03:48:48.970 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97622026-08-19T03:48:50.126Z[ host-image] Aug 19 03:48:48.978 INFO O| Aug 19 03:48:48.978 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97632026-08-19T03:48:50.126Z[ host-image] Aug 19 03:48:48.978 INFO O| Aug 19 03:48:48.978 INFO STEP 12 (remove_files) COMPLETE
97642026-08-19T03:48:50.126Z[ host-image] Aug 19 03:48:48.978 INFO O| Aug 19 03:48:48.978 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97652026-08-19T03:48:50.126Z[ host-image] Aug 19 03:48:48.987 INFO O| Aug 19 03:48:48.987 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97662026-08-19T03:48:50.126Z[ host-image] Aug 19 03:48:48.987 INFO O| Aug 19 03:48:48.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97672026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:48.987 INFO O| Aug 19 03:48:48.987 INFO STEP 13 (ensure_dir) COMPLETE
97682026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:48.987 INFO O| Aug 19 03:48:48.987 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:48.995 INFO O| Aug 19 03:48:48.995 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97702026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:48.995 INFO O| Aug 19 03:48:48.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97712026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:48.995 INFO O| Aug 19 03:48:48.995 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97722026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:48.995 INFO O| Aug 19 03:48:48.995 INFO STEP 14 (ensure_dir) COMPLETE
97732026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:48.995 INFO O| Aug 19 03:48:48.995 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97742026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:49.005 INFO O| Aug 19 03:48:49.005 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97752026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:49.006 INFO O| Aug 19 03:48:49.006 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97762026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:49.006 INFO O| Aug 19 03:48:49.006 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97772026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:49.006 INFO O| Aug 19 03:48:49.006 INFO STEP 15 (ensure_dir) COMPLETE
97782026-08-19T03:48:50.127Z[ host-image] Aug 19 03:48:49.006 INFO O| Aug 19 03:48:49.006 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-08-19T03:48:50.146Z[ host-image] Aug 19 03:48:49.015 INFO O| Aug 19 03:48:49.015 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97802026-08-19T03:48:50.147Z[ host-image] Aug 19 03:48:49.015 INFO O| Aug 19 03:48:49.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97812026-08-19T03:48:50.147Z[ host-image] Aug 19 03:48:49.015 INFO O| Aug 19 03:48:49.015 INFO STEP 16 (ensure_dir) COMPLETE
97822026-08-19T03:48:50.147Z[ host-image] Aug 19 03:48:49.015 INFO O| Aug 19 03:48:49.015 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97832026-08-19T03:48:50.147Z[ host-image] Aug 19 03:48:49.022 INFO O| Aug 19 03:48:49.022 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97842026-08-19T03:48:50.147Z[ host-image] Aug 19 03:48:49.022 INFO O| Aug 19 03:48:49.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97852026-08-19T03:48:50.147Z[ host-image] Aug 19 03:48:49.022 INFO O| Aug 19 03:48:49.022 INFO STEP 17 (ensure_dir) COMPLETE
97862026-08-19T03:48:50.147Z[ host-image] Aug 19 03:48:49.022 INFO O| Aug 19 03:48:49.022 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97872026-08-19T03:48:50.159Z[ host-image] Aug 19 03:48:49.030 INFO O| Aug 19 03:48:49.030 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97882026-08-19T03:48:50.160Z[ host-image] Aug 19 03:48:49.030 INFO O| Aug 19 03:48:49.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97892026-08-19T03:48:50.160Z[ host-image] Aug 19 03:48:49.030 INFO O| Aug 19 03:48:49.030 INFO ok!
97902026-08-19T03:48:50.160Z[ host-image] Aug 19 03:48:49.030 INFO O| Aug 19 03:48:49.030 INFO STEP 18 (ensure_symlink) COMPLETE
97912026-08-19T03:48:50.160Z[ host-image] Aug 19 03:48:49.030 INFO O| Aug 19 03:48:49.030 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-19T03:48:50.160Z[ host-image] Aug 19 03:48:49.039 INFO O| Aug 19 03:48:49.038 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97932026-08-19T03:48:50.160Z[ host-image] Aug 19 03:48:49.039 INFO O| Aug 19 03:48:49.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97942026-08-19T03:48:50.160Z[ host-image] Aug 19 03:48:49.039 INFO O| Aug 19 03:48:49.039 INFO ok!
97952026-08-19T03:48:50.160Z[ host-image] Aug 19 03:48:49.039 INFO O| Aug 19 03:48:49.039 INFO STEP 19 (ensure_file) COMPLETE
97962026-08-19T03:48:50.160Z[ host-image] Aug 19 03:48:49.039 INFO O| Aug 19 03:48:49.039 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97972026-08-19T03:48:50.178Z[ host-image] Aug 19 03:48:49.046 INFO O| Aug 19 03:48:49.046 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97982026-08-19T03:48:50.178Z[ host-image] Aug 19 03:48:49.046 INFO O| Aug 19 03:48:49.046 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97992026-08-19T03:48:50.178Z[ host-image] Aug 19 03:48:49.047 INFO O| Aug 19 03:48:49.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98002026-08-19T03:48:50.178Z[ host-image] Aug 19 03:48:49.047 INFO O| Aug 19 03:48:49.047 INFO ok!
98012026-08-19T03:48:50.179Z[ host-image] Aug 19 03:48:49.047 INFO O| Aug 19 03:48:49.047 INFO STEP 20 (ensure_symlink) COMPLETE
98022026-08-19T03:48:50.179Z[ host-image] Aug 19 03:48:49.047 INFO O| Aug 19 03:48:49.047 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98032026-08-19T03:48:50.207Z[ host-image] Aug 19 03:48:49.057 INFO O| Aug 19 03:48:49.057 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98042026-08-19T03:48:50.207Z[ host-image] Aug 19 03:48:49.057 INFO O| Aug 19 03:48:49.057 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98052026-08-19T03:48:50.207Z[ host-image] Aug 19 03:48:49.057 INFO O| Aug 19 03:48:49.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98062026-08-19T03:48:50.207Z[ host-image] Aug 19 03:48:49.057 INFO O| Aug 19 03:48:49.057 INFO ok!
98072026-08-19T03:48:50.207Z[ host-image] Aug 19 03:48:49.057 INFO O| Aug 19 03:48:49.057 INFO STEP 21 (ensure_symlink) COMPLETE
98082026-08-19T03:48:50.207Z[ host-image] Aug 19 03:48:49.057 INFO O| Aug 19 03:48:49.057 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98092026-08-19T03:48:50.207Z[ host-image] Aug 19 03:48:49.066 INFO O| Aug 19 03:48:49.066 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98102026-08-19T03:48:50.207Z[ host-image] Aug 19 03:48:49.066 INFO O| Aug 19 03:48:49.066 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98112026-08-19T03:48:50.207Z[ host-image] Aug 19 03:48:49.066 INFO O| Aug 19 03:48:49.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98122026-08-19T03:48:50.208Z[ host-image] Aug 19 03:48:49.066 INFO O| Aug 19 03:48:49.066 INFO ok!
98132026-08-19T03:48:50.208Z[ host-image] Aug 19 03:48:49.066 INFO O| Aug 19 03:48:49.066 INFO STEP 22 (ensure_symlink) COMPLETE
98142026-08-19T03:48:50.208Z[ host-image] Aug 19 03:48:49.066 INFO O| Aug 19 03:48:49.066 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98152026-08-19T03:48:50.223Z[ host-image] Aug 19 03:48:49.075 INFO O| Aug 19 03:48:49.075 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98162026-08-19T03:48:50.224Z[ host-image] Aug 19 03:48:49.075 INFO O| Aug 19 03:48:49.075 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98172026-08-19T03:48:50.224Z[ host-image] Aug 19 03:48:49.075 INFO O| Aug 19 03:48:49.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98182026-08-19T03:48:50.224Z[ host-image] Aug 19 03:48:49.075 INFO O| Aug 19 03:48:49.075 INFO ok!
98192026-08-19T03:48:50.224Z[ host-image] Aug 19 03:48:49.075 INFO O| Aug 19 03:48:49.075 INFO STEP 23 (ensure_symlink) COMPLETE
98202026-08-19T03:48:50.224Z[ host-image] Aug 19 03:48:49.075 INFO O| Aug 19 03:48:49.075 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98212026-08-19T03:48:50.224Z[ host-image] Aug 19 03:48:49.083 INFO O| Aug 19 03:48:49.083 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98222026-08-19T03:48:50.224Z[ host-image] Aug 19 03:48:49.083 INFO O| Aug 19 03:48:49.083 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98232026-08-19T03:48:50.224Z[ host-image] Aug 19 03:48:49.083 INFO O| Aug 19 03:48:49.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98242026-08-19T03:48:50.224Z[ host-image] Aug 19 03:48:49.083 INFO O| Aug 19 03:48:49.083 INFO ok!
98252026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.083 INFO O| Aug 19 03:48:49.083 INFO STEP 24 (ensure_file) COMPLETE
98262026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.083 INFO O| Aug 19 03:48:49.083 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98272026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.093 INFO O| Aug 19 03:48:49.093 INFO updating shadow file
98282026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.093 INFO O| Aug 19 03:48:49.093 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98292026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.093 INFO O| Aug 19 03:48:49.093 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98302026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.093 INFO O| Aug 19 03:48:49.093 INFO STEP 25 (shadow) COMPLETE
98312026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.093 INFO O| Aug 19 03:48:49.093 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98322026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.101 INFO O| Aug 19 03:48:49.101 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98332026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.101 INFO O| Aug 19 03:48:49.101 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98342026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.101 INFO O| Aug 19 03:48:49.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98352026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.101 INFO O| Aug 19 03:48:49.101 INFO ok!
98362026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.101 INFO O| Aug 19 03:48:49.101 INFO STEP 26 (ensure_file) COMPLETE
98372026-08-19T03:48:50.225Z[ host-image] Aug 19 03:48:49.101 INFO O| Aug 19 03:48:49.101 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98382026-08-19T03:48:50.258Z[ host-image] Aug 19 03:48:49.109 INFO O| Aug 19 03:48:49.109 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98392026-08-19T03:48:50.259Z[ host-image] Aug 19 03:48:49.109 INFO O| Aug 19 03:48:49.109 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98402026-08-19T03:48:50.259Z[ host-image] Aug 19 03:48:49.109 INFO O| Aug 19 03:48:49.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98412026-08-19T03:48:50.259Z[ host-image] Aug 19 03:48:49.109 INFO O| Aug 19 03:48:49.109 INFO ok!
98422026-08-19T03:48:50.259Z[ host-image] Aug 19 03:48:49.109 INFO O| Aug 19 03:48:49.109 INFO STEP 27 (ensure_file) COMPLETE
98432026-08-19T03:48:50.259Z[ host-image] Aug 19 03:48:49.109 INFO O| Aug 19 03:48:49.109 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98442026-08-19T03:48:50.277Z[ host-image] Aug 19 03:48:49.117 INFO O| Aug 19 03:48:49.117 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98452026-08-19T03:48:50.277Z[ host-image] Aug 19 03:48:49.117 INFO O| Aug 19 03:48:49.117 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98462026-08-19T03:48:50.277Z[ host-image] Aug 19 03:48:49.117 INFO O| Aug 19 03:48:49.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98472026-08-19T03:48:50.277Z[ host-image] Aug 19 03:48:49.117 INFO O| Aug 19 03:48:49.117 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98482026-08-19T03:48:50.277Z[ host-image] Aug 19 03:48:49.117 INFO O| Aug 19 03:48:49.117 INFO ok!
98492026-08-19T03:48:50.277Z[ host-image] Aug 19 03:48:49.117 INFO O| Aug 19 03:48:49.117 INFO STEP 28 (ensure_file) COMPLETE
98502026-08-19T03:48:50.277Z[ host-image] Aug 19 03:48:49.117 INFO O| Aug 19 03:48:49.117 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98512026-08-19T03:48:50.277Z[ host-image] Aug 19 03:48:49.125 INFO O| Aug 19 03:48:49.125 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98522026-08-19T03:48:50.278Z[ host-image] Aug 19 03:48:49.125 INFO O| Aug 19 03:48:49.125 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98532026-08-19T03:48:50.278Z[ host-image] Aug 19 03:48:49.125 INFO O| Aug 19 03:48:49.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98542026-08-19T03:48:50.278Z[ host-image] Aug 19 03:48:49.125 INFO O| Aug 19 03:48:49.125 INFO ok!
98552026-08-19T03:48:50.278Z[ host-image] Aug 19 03:48:49.125 INFO O| Aug 19 03:48:49.125 INFO STEP 29 (ensure_file) COMPLETE
98562026-08-19T03:48:50.278Z[ host-image] Aug 19 03:48:49.125 INFO O| Aug 19 03:48:49.125 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98572026-08-19T03:48:50.278Z[ host-image] Aug 19 03:48:49.134 INFO O| Aug 19 03:48:49.134 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98582026-08-19T03:48:50.278Z[ host-image] Aug 19 03:48:49.134 INFO O| Aug 19 03:48:49.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98592026-08-19T03:48:50.278Z[ host-image] Aug 19 03:48:49.134 INFO O| Aug 19 03:48:49.134 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98602026-08-19T03:48:50.278Z[ host-image] Aug 19 03:48:49.134 INFO O| Aug 19 03:48:49.134 INFO STEP 30 (ensure_dir) COMPLETE
98612026-08-19T03:48:50.278Z[ host-image] Aug 19 03:48:49.134 INFO O| Aug 19 03:48:49.134 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.142 INFO O| Aug 19 03:48:49.142 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98632026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.142 INFO O| Aug 19 03:48:49.142 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98642026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.142 INFO O| Aug 19 03:48:49.142 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98652026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.142 INFO O| Aug 19 03:48:49.142 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98662026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.143 INFO O| Aug 19 03:48:49.142 INFO ok!
98672026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.143 INFO O| Aug 19 03:48:49.142 INFO STEP 31 (ensure_file) COMPLETE
98682026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.143 INFO O| Aug 19 03:48:49.142 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98692026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.150 INFO O| Aug 19 03:48:49.150 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98702026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.150 INFO O| Aug 19 03:48:49.150 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98712026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.150 INFO O| Aug 19 03:48:49.150 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98722026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.150 INFO O| Aug 19 03:48:49.150 INFO STEP 32 (ensure_dir) COMPLETE
98732026-08-19T03:48:50.279Z[ host-image] Aug 19 03:48:49.150 INFO O| Aug 19 03:48:49.150 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-08-19T03:48:50.339Z[ host-image] Aug 19 03:48:49.160 INFO O| Aug 19 03:48:49.159 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98752026-08-19T03:48:50.339Z[ host-image] Aug 19 03:48:49.160 INFO O| Aug 19 03:48:49.159 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 ...
98762026-08-19T03:48:50.339Z[ host-image] Aug 19 03:48:49.160 INFO O| Aug 19 03:48:49.160 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
98772026-08-19T03:48:50.339Z[ host-image] Aug 19 03:48:49.160 INFO O| Aug 19 03:48:49.160 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98782026-08-19T03:48:50.339Z[ host-image] Aug 19 03:48:49.160 INFO O| Aug 19 03:48:49.160 INFO ok!
98792026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.160 INFO O| Aug 19 03:48:49.160 INFO STEP 33 (ensure_file) COMPLETE
98802026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.160 INFO O| Aug 19 03:48:49.160 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98812026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.170 INFO O| Aug 19 03:48:49.170 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98822026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.170 INFO O| Aug 19 03:48:49.170 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98832026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.170 INFO O| Aug 19 03:48:49.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98842026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.171 INFO O| Aug 19 03:48:49.170 INFO ok!
98852026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.171 INFO O| Aug 19 03:48:49.170 INFO STEP 34 (ensure_file) COMPLETE
98862026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.171 INFO O| Aug 19 03:48:49.171 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98872026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.178 INFO O| Aug 19 03:48:49.178 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98882026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.178 INFO O| Aug 19 03:48:49.178 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98892026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.179 INFO O| Aug 19 03:48:49.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98902026-08-19T03:48:50.340Z[ host-image] Aug 19 03:48:49.179 INFO O| Aug 19 03:48:49.179 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98912026-08-19T03:48:50.341Z[ host-image] Aug 19 03:48:49.179 INFO O| Aug 19 03:48:49.179 INFO ok!
98922026-08-19T03:48:50.341Z[ host-image] Aug 19 03:48:49.179 INFO O| Aug 19 03:48:49.179 INFO STEP 35 (ensure_file) COMPLETE
98932026-08-19T03:48:50.341Z[ host-image] Aug 19 03:48:49.179 INFO O| Aug 19 03:48:49.179 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98942026-08-19T03:48:50.341Z[ host-image] Aug 19 03:48:49.187 INFO O| Aug 19 03:48:49.187 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98952026-08-19T03:48:50.341Z[ host-image] Aug 19 03:48:49.187 INFO O| Aug 19 03:48:49.187 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98962026-08-19T03:48:50.341Z[ host-image] Aug 19 03:48:49.187 INFO O| Aug 19 03:48:49.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98972026-08-19T03:48:50.341Z[ host-image] Aug 19 03:48:49.187 INFO O| Aug 19 03:48:49.187 INFO ok!
98982026-08-19T03:48:50.341Z[ host-image] Aug 19 03:48:49.187 INFO O| Aug 19 03:48:49.187 INFO STEP 36 (ensure_file) COMPLETE
98992026-08-19T03:48:50.362Z[ host-image] Aug 19 03:48:49.187 INFO O| Aug 19 03:48:49.187 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99002026-08-19T03:48:50.362Z[ host-image] Aug 19 03:48:49.214 INFO O| Aug 19 03:48:49.214 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99012026-08-19T03:48:50.362Z[ host-image] Aug 19 03:48:49.214 INFO O| Aug 19 03:48:49.214 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99022026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.214 INFO O| Aug 19 03:48:49.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99032026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.214 INFO O| Aug 19 03:48:49.214 INFO ok!
99042026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.214 INFO O| Aug 19 03:48:49.214 INFO STEP 37 (ensure_file) COMPLETE
99052026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.214 INFO O| Aug 19 03:48:49.214 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99062026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.222 INFO O| Aug 19 03:48:49.221 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99072026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.222 INFO O| Aug 19 03:48:49.222 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99082026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.222 INFO O| Aug 19 03:48:49.222 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99092026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.222 INFO O| Aug 19 03:48:49.222 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99102026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.222 INFO O| Aug 19 03:48:49.222 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99112026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.222 INFO O| Aug 19 03:48:49.222 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99122026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.222 INFO O| Aug 19 03:48:49.222 INFO ok!
99132026-08-19T03:48:50.363Z[ host-image] Aug 19 03:48:49.222 INFO O| Aug 19 03:48:49.222 INFO STEP 38 (ensure_file) COMPLETE
99142026-08-19T03:48:50.364Z[ host-image] Aug 19 03:48:49.222 INFO O| Aug 19 03:48:49.222 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99152026-08-19T03:48:50.364Z[ host-image] Aug 19 03:48:49.230 INFO O| Aug 19 03:48:49.230 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99162026-08-19T03:48:50.364Z[ host-image] Aug 19 03:48:49.230 INFO O| Aug 19 03:48:49.230 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99172026-08-19T03:48:50.364Z[ host-image] Aug 19 03:48:49.230 INFO O| Aug 19 03:48:49.230 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99182026-08-19T03:48:50.364Z[ host-image] Aug 19 03:48:49.230 INFO O| Aug 19 03:48:49.230 INFO STEP 39 (ensure_dir) COMPLETE
99192026-08-19T03:48:50.364Z[ host-image] Aug 19 03:48:49.230 INFO O| Aug 19 03:48:49.230 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99202026-08-19T03:48:50.380Z[ host-image] Aug 19 03:48:49.238 INFO O| Aug 19 03:48:49.238 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
99212026-08-19T03:48:50.380Z[ host-image] Aug 19 03:48:49.238 INFO O| Aug 19 03:48:49.238 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 ...
99222026-08-19T03:48:50.380Z[ host-image] Aug 19 03:48:49.238 INFO O| Aug 19 03:48:49.238 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
99232026-08-19T03:48:50.380Z[ host-image] Aug 19 03:48:49.238 INFO O| Aug 19 03:48:49.238 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
99242026-08-19T03:48:50.381Z[ host-image] Aug 19 03:48:49.238 INFO O| Aug 19 03:48:49.238 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
99252026-08-19T03:48:50.381Z[ host-image] Aug 19 03:48:49.238 INFO O| Aug 19 03:48:49.238 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
99262026-08-19T03:48:50.381Z[ host-image] Aug 19 03:48:49.238 INFO O| Aug 19 03:48:49.238 INFO ok!
99272026-08-19T03:48:50.381Z[ host-image] Aug 19 03:48:49.238 INFO O| Aug 19 03:48:49.238 INFO STEP 40 (ensure_file) COMPLETE
99282026-08-19T03:48:50.381Z[ host-image] Aug 19 03:48:49.238 INFO O| Aug 19 03:48:49.238 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99292026-08-19T03:48:50.381Z[ host-image] Aug 19 03:48:49.245 INFO O| Aug 19 03:48:49.245 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99302026-08-19T03:48:50.381Z[ host-image] Aug 19 03:48:49.245 INFO O| Aug 19 03:48:49.245 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 ...
99312026-08-19T03:48:50.381Z[ host-image] Aug 19 03:48:49.245 INFO O| Aug 19 03:48:49.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99322026-08-19T03:48:50.382Z[ host-image] Aug 19 03:48:49.245 INFO O| Aug 19 03:48:49.245 INFO ok!
99332026-08-19T03:48:50.382Z[ host-image] Aug 19 03:48:49.245 INFO O| Aug 19 03:48:49.245 INFO STEP 41 (ensure_symlink) COMPLETE
99342026-08-19T03:48:50.382Z[ host-image] Aug 19 03:48:49.245 INFO O| Aug 19 03:48:49.245 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99352026-08-19T03:48:50.383Z[ host-image] Aug 19 03:48:49.253 INFO O| Aug 19 03:48:49.253 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99362026-08-19T03:48:50.383Z[ host-image] Aug 19 03:48:49.253 INFO O| Aug 19 03:48:49.253 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99372026-08-19T03:48:50.383Z[ host-image] Aug 19 03:48:49.253 INFO O| Aug 19 03:48:49.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99382026-08-19T03:48:50.383Z[ host-image] Aug 19 03:48:49.253 INFO O| Aug 19 03:48:49.253 INFO ok!
99392026-08-19T03:48:50.383Z[ host-image] Aug 19 03:48:49.253 INFO O| Aug 19 03:48:49.253 INFO STEP 42 (ensure_symlink) COMPLETE
99402026-08-19T03:48:50.383Z[ host-image] Aug 19 03:48:49.253 INFO O| Aug 19 03:48:49.253 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99412026-08-19T03:48:50.401Z[ host-image] Aug 19 03:48:49.263 INFO O| Aug 19 03:48:49.262 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99422026-08-19T03:48:50.401Z[ host-image] Aug 19 03:48:49.263 INFO O| Aug 19 03:48:49.263 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99432026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.263 INFO O| Aug 19 03:48:49.263 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99442026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.263 INFO O| Aug 19 03:48:49.263 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99452026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.263 INFO O| Aug 19 03:48:49.263 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99462026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.263 INFO O| Aug 19 03:48:49.263 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99472026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.263 INFO O| Aug 19 03:48:49.263 INFO ok!
99482026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.263 INFO O| Aug 19 03:48:49.263 INFO STEP 43 (ensure_file) COMPLETE
99492026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.263 INFO O| Aug 19 03:48:49.263 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99502026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.270 INFO O| Aug 19 03:48:49.270 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99512026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.270 INFO O| Aug 19 03:48:49.270 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 ...
99522026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.271 INFO O| Aug 19 03:48:49.271 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
99532026-08-19T03:48:50.402Z[ host-image] Aug 19 03:48:49.271 INFO O| Aug 19 03:48:49.271 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99542026-08-19T03:48:50.403Z[ host-image] Aug 19 03:48:49.271 INFO O| Aug 19 03:48:49.271 INFO ok!
99552026-08-19T03:48:50.403Z[ host-image] Aug 19 03:48:49.271 INFO O| Aug 19 03:48:49.271 INFO STEP 44 (ensure_file) COMPLETE
99562026-08-19T03:48:50.403Z[ host-image] Aug 19 03:48:49.271 INFO O| Aug 19 03:48:49.271 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99572026-08-19T03:48:50.426Z[ host-image] Aug 19 03:48:49.279 INFO O| Aug 19 03:48:49.279 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99582026-08-19T03:48:50.426Z[ host-image] Aug 19 03:48:49.279 INFO O| Aug 19 03:48:49.279 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99592026-08-19T03:48:50.426Z[ host-image] Aug 19 03:48:49.279 INFO O| Aug 19 03:48:49.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99602026-08-19T03:48:50.426Z[ host-image] Aug 19 03:48:49.279 INFO O| Aug 19 03:48:49.279 INFO ok!
99612026-08-19T03:48:50.426Z[ host-image] Aug 19 03:48:49.279 INFO O| Aug 19 03:48:49.279 INFO STEP 45 (ensure_file) COMPLETE
99622026-08-19T03:48:50.426Z[ host-image] Aug 19 03:48:49.279 INFO O| Aug 19 03:48:49.279 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99632026-08-19T03:48:50.426Z[ host-image] Aug 19 03:48:49.288 INFO O| Aug 19 03:48:49.288 INFO updating shadow file
99642026-08-19T03:48:50.426Z[ host-image] Aug 19 03:48:49.288 INFO O| Aug 19 03:48:49.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99652026-08-19T03:48:50.426Z[ host-image] Aug 19 03:48:49.288 INFO O| Aug 19 03:48:49.288 INFO STEP 46 (shadow) COMPLETE
99662026-08-19T03:48:50.426Z[ host-image] Aug 19 03:48:49.288 INFO O| Aug 19 03:48:49.288 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99672026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99682026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99692026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99702026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99712026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 INFO ok!
99722026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 INFO STEP 47 (ensure_file) COMPLETE
99732026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99742026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 INFO skip step because feature "mfg" is not enabled
99752026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99762026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 INFO skip step because feature "mfg" is not enabled
99772026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.300 INFO O| Aug 19 03:48:49.300 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99782026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.310 INFO O| Aug 19 03:48:49.310 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99792026-08-19T03:48:50.446Z[ host-image] Aug 19 03:48:49.310 INFO O| Aug 19 03:48:49.310 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99802026-08-19T03:48:50.480Z[ host-image] Aug 19 03:48:49.352 INFO O| Aug 19 03:48:49.351 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99812026-08-19T03:48:50.496Z[ host-image] Aug 19 03:48:49.352 INFO O| Aug 19 03:48:49.352 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99822026-08-19T03:48:50.496Z[ host-image] Aug 19 03:48:49.352 INFO O| Aug 19 03:48:49.352 INFO ok!
99832026-08-19T03:48:50.496Z[ host-image] Aug 19 03:48:49.352 INFO O| Aug 19 03:48:49.352 INFO STEP 50 (ensure_file) COMPLETE
99842026-08-19T03:48:50.496Z[ host-image] Aug 19 03:48:49.352 INFO O| Aug 19 03:48:49.352 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99852026-08-19T03:48:50.496Z[ host-image] Aug 19 03:48:49.352 INFO O| Aug 19 03:48:49.352 INFO skip step because feature "compliance" is not enabled
99862026-08-19T03:48:50.496Z[ host-image] Aug 19 03:48:49.352 INFO O| Aug 19 03:48:49.352 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99872026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.363 INFO O| Aug 19 03:48:49.363 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99882026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.363 INFO O| Aug 19 03:48:49.363 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99892026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.363 INFO O| Aug 19 03:48:49.363 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99902026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.363 INFO O| Aug 19 03:48:49.363 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99912026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.363 INFO O| Aug 19 03:48:49.363 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99922026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.363 INFO O| Aug 19 03:48:49.363 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99932026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.363 INFO O| Aug 19 03:48:49.363 INFO ok!
99942026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.363 INFO O| Aug 19 03:48:49.363 INFO STEP 52 (ensure_file) COMPLETE
99952026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.363 INFO O| Aug 19 03:48:49.363 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99962026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.373 INFO O| Aug 19 03:48:49.373 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99972026-08-19T03:48:50.497Z[ host-image] Aug 19 03:48:49.373 INFO O| Aug 19 03:48:49.373 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 ...
99982026-08-19T03:48:50.498Z[ host-image] Aug 19 03:48:49.373 INFO O| Aug 19 03:48:49.373 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
99992026-08-19T03:48:50.498Z[ host-image] Aug 19 03:48:49.373 INFO O| Aug 19 03:48:49.373 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100002026-08-19T03:48:50.498Z[ host-image] Aug 19 03:48:49.373 INFO O| Aug 19 03:48:49.373 INFO ok!
100012026-08-19T03:48:50.498Z[ host-image] Aug 19 03:48:49.373 INFO O| Aug 19 03:48:49.373 INFO STEP 53 (ensure_file) COMPLETE
100022026-08-19T03:48:50.498Z[ host-image] Aug 19 03:48:49.373 INFO O| Aug 19 03:48:49.373 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100032026-08-19T03:48:50.527Z[ host-image] Aug 19 03:48:49.382 INFO O| Aug 19 03:48:49.382 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100042026-08-19T03:48:50.527Z[ host-image] Aug 19 03:48:49.382 INFO O| Aug 19 03:48:49.382 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 ...
100052026-08-19T03:48:50.527Z[ host-image] Aug 19 03:48:49.382 INFO O| Aug 19 03:48:49.382 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100062026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.382 INFO O| Aug 19 03:48:49.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100072026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.382 INFO O| Aug 19 03:48:49.382 INFO ok!
100082026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.382 INFO O| Aug 19 03:48:49.382 INFO STEP 54 (ensure_file) COMPLETE
100092026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.382 INFO O| Aug 19 03:48:49.382 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100102026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.390 INFO O| Aug 19 03:48:49.390 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100112026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.390 INFO O| Aug 19 03:48:49.390 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 ...
100122026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.391 INFO O| Aug 19 03:48:49.391 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
100132026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.391 INFO O| Aug 19 03:48:49.391 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100142026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.391 INFO O| Aug 19 03:48:49.391 INFO ok!
100152026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.391 INFO O| Aug 19 03:48:49.391 INFO STEP 55 (ensure_file) COMPLETE
100162026-08-19T03:48:50.528Z[ host-image] Aug 19 03:48:49.391 INFO O| Aug 19 03:48:49.391 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100172026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.399 INFO O| Aug 19 03:48:49.399 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100182026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.399 INFO O| Aug 19 03:48:49.399 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 ...
100192026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.399 INFO O| Aug 19 03:48:49.399 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100202026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.399 INFO O| Aug 19 03:48:49.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100212026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.399 INFO O| Aug 19 03:48:49.399 INFO ok!
100222026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.399 INFO O| Aug 19 03:48:49.399 INFO STEP 56 (ensure_file) COMPLETE
100232026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.399 INFO O| Aug 19 03:48:49.399 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100242026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.407 INFO O| Aug 19 03:48:49.407 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100252026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.407 INFO O| Aug 19 03:48:49.407 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 ...
100262026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.407 INFO O| Aug 19 03:48:49.407 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
100272026-08-19T03:48:50.529Z[ host-image] Aug 19 03:48:49.407 INFO O| Aug 19 03:48:49.407 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100282026-08-19T03:48:50.530Z[ host-image] Aug 19 03:48:49.407 INFO O| Aug 19 03:48:49.407 INFO ok!
100292026-08-19T03:48:50.530Z[ host-image] Aug 19 03:48:49.407 INFO O| Aug 19 03:48:49.407 INFO STEP 57 (ensure_file) COMPLETE
100302026-08-19T03:48:50.530Z[ host-image] Aug 19 03:48:49.407 INFO O| Aug 19 03:48:49.407 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100312026-08-19T03:48:50.545Z[ host-image] Aug 19 03:48:49.416 INFO O| Aug 19 03:48:49.416 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100322026-08-19T03:48:50.545Z[ host-image] Aug 19 03:48:49.416 INFO O| Aug 19 03:48:49.416 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 ...
100332026-08-19T03:48:50.545Z[ host-image] Aug 19 03:48:49.416 INFO O| Aug 19 03:48:49.416 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100342026-08-19T03:48:50.546Z[ host-image] Aug 19 03:48:49.416 INFO O| Aug 19 03:48:49.416 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100352026-08-19T03:48:50.546Z[ host-image] Aug 19 03:48:49.416 INFO O| Aug 19 03:48:49.416 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100362026-08-19T03:48:50.546Z[ host-image] Aug 19 03:48:49.416 INFO O| Aug 19 03:48:49.416 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100372026-08-19T03:48:50.546Z[ host-image] Aug 19 03:48:49.416 INFO O| Aug 19 03:48:49.416 INFO ok!
100382026-08-19T03:48:50.546Z[ host-image] Aug 19 03:48:49.416 INFO O| Aug 19 03:48:49.416 INFO STEP 58 (ensure_file) COMPLETE
100392026-08-19T03:48:50.546Z[ host-image] Aug 19 03:48:49.416 INFO O| Aug 19 03:48:49.416 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100402026-08-19T03:48:50.554Z[ host-image] Aug 19 03:48:49.423 INFO O| Aug 19 03:48:49.423 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100412026-08-19T03:48:50.554Z[ host-image] Aug 19 03:48:49.423 INFO O| Aug 19 03:48:49.423 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 ...
100422026-08-19T03:48:50.554Z[ host-image] Aug 19 03:48:49.423 INFO O| Aug 19 03:48:49.423 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
100432026-08-19T03:48:50.554Z[ host-image] Aug 19 03:48:49.423 INFO O| Aug 19 03:48:49.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100442026-08-19T03:48:50.554Z[ host-image] Aug 19 03:48:49.423 INFO O| Aug 19 03:48:49.423 INFO ok!
100452026-08-19T03:48:50.554Z[ host-image] Aug 19 03:48:49.423 INFO O| Aug 19 03:48:49.423 INFO STEP 59 (ensure_file) COMPLETE
100462026-08-19T03:48:50.554Z[ host-image] Aug 19 03:48:49.423 INFO O| Aug 19 03:48:49.423 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100472026-08-19T03:48:50.555Z[ host-image] Aug 19 03:48:49.433 INFO O| Aug 19 03:48:49.433 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100482026-08-19T03:48:50.555Z[ host-image] Aug 19 03:48:49.433 INFO O| Aug 19 03:48:49.433 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100492026-08-19T03:48:50.555Z[ host-image] Aug 19 03:48:49.433 INFO O| Aug 19 03:48:49.433 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100502026-08-19T03:48:50.555Z[ host-image] Aug 19 03:48:49.433 INFO O| Aug 19 03:48:49.433 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100512026-08-19T03:48:50.555Z[ host-image] Aug 19 03:48:49.433 INFO O| Aug 19 03:48:49.433 INFO ok!
100522026-08-19T03:48:50.555Z[ host-image] Aug 19 03:48:49.433 INFO O| Aug 19 03:48:49.433 INFO STEP 60 (ensure_file) COMPLETE
100532026-08-19T03:48:50.555Z[ host-image] Aug 19 03:48:49.433 INFO O| Aug 19 03:48:49.433 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100542026-08-19T03:48:50.572Z[ host-image] Aug 19 03:48:49.442 INFO O| Aug 19 03:48:49.442 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100552026-08-19T03:48:50.572Z[ host-image] Aug 19 03:48:49.442 INFO O| Aug 19 03:48:49.442 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 ...
100562026-08-19T03:48:50.572Z[ host-image] Aug 19 03:48:49.442 INFO O| Aug 19 03:48:49.442 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
100572026-08-19T03:48:50.572Z[ host-image] Aug 19 03:48:49.442 INFO O| Aug 19 03:48:49.442 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100582026-08-19T03:48:50.573Z[ host-image] Aug 19 03:48:49.442 INFO O| Aug 19 03:48:49.442 INFO ok!
100592026-08-19T03:48:50.573Z[ host-image] Aug 19 03:48:49.442 INFO O| Aug 19 03:48:49.442 INFO STEP 61 (ensure_file) COMPLETE
100602026-08-19T03:48:50.573Z[ host-image] Aug 19 03:48:49.442 INFO O| Aug 19 03:48:49.442 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100612026-08-19T03:48:50.580Z[ host-image] Aug 19 03:48:49.452 INFO O| Aug 19 03:48:49.452 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100622026-08-19T03:48:50.580Z[ host-image] Aug 19 03:48:49.452 INFO O| Aug 19 03:48:49.452 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100632026-08-19T03:48:50.580Z[ host-image] Aug 19 03:48:49.452 INFO O| Aug 19 03:48:49.452 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100642026-08-19T03:48:50.580Z[ host-image] Aug 19 03:48:49.452 INFO O| Aug 19 03:48:49.452 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100652026-08-19T03:48:50.580Z[ host-image] Aug 19 03:48:49.452 INFO O| Aug 19 03:48:49.452 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100662026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.452 INFO O| Aug 19 03:48:49.452 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100672026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.452 INFO O| Aug 19 03:48:49.452 INFO ok!
100682026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.452 INFO O| Aug 19 03:48:49.452 INFO STEP 62 (ensure_file) COMPLETE
100692026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.452 INFO O| Aug 19 03:48:49.452 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100702026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.462 INFO O| Aug 19 03:48:49.462 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100712026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.462 INFO O| Aug 19 03:48:49.462 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 ...
100722026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.462 INFO O| Aug 19 03:48:49.462 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
100732026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.462 INFO O| Aug 19 03:48:49.462 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100742026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.462 INFO O| Aug 19 03:48:49.462 INFO ok!
100752026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.462 INFO O| Aug 19 03:48:49.462 INFO STEP 63 (ensure_file) COMPLETE
100762026-08-19T03:48:50.581Z[ host-image] Aug 19 03:48:49.462 INFO O| Aug 19 03:48:49.462 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100772026-08-19T03:48:50.589Z[ host-image] Aug 19 03:48:49.473 INFO O| Aug 19 03:48:49.473 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100782026-08-19T03:48:50.589Z[ host-image] Aug 19 03:48:49.473 INFO O| Aug 19 03:48:49.473 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 ...
100792026-08-19T03:48:50.590Z[ host-image] Aug 19 03:48:49.473 INFO O| Aug 19 03:48:49.473 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
100802026-08-19T03:48:50.590Z[ host-image] Aug 19 03:48:49.473 INFO O| Aug 19 03:48:49.473 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100812026-08-19T03:48:50.590Z[ host-image] Aug 19 03:48:49.473 INFO O| Aug 19 03:48:49.473 INFO ok!
100822026-08-19T03:48:50.590Z[ host-image] Aug 19 03:48:49.473 INFO O| Aug 19 03:48:49.473 INFO STEP 64 (ensure_file) COMPLETE
100832026-08-19T03:48:50.590Z[ host-image] Aug 19 03:48:49.473 INFO O| Aug 19 03:48:49.473 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100842026-08-19T03:48:50.598Z[ host-image] Aug 19 03:48:49.483 INFO O| Aug 19 03:48:49.483 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100852026-08-19T03:48:50.599Z[ host-image] Aug 19 03:48:49.483 INFO O| Aug 19 03:48:49.483 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 ...
100862026-08-19T03:48:50.610Z[ host-image] Aug 19 03:48:49.483 INFO O| Aug 19 03:48:49.483 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
100872026-08-19T03:48:50.611Z[ host-image] Aug 19 03:48:49.483 INFO O| Aug 19 03:48:49.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100882026-08-19T03:48:50.612Z[ host-image] Aug 19 03:48:49.483 INFO O| Aug 19 03:48:49.483 INFO ok!
100892026-08-19T03:48:50.612Z[ host-image] Aug 19 03:48:49.483 INFO O| Aug 19 03:48:49.483 INFO STEP 65 (ensure_file) COMPLETE
100902026-08-19T03:48:50.612Z[ host-image] Aug 19 03:48:49.483 INFO O| Aug 19 03:48:49.483 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100912026-08-19T03:48:50.613Z[ host-image] Aug 19 03:48:49.483 INFO O| Aug 19 03:48:49.483 INFO skip step because feature "mbist" is not enabled
100922026-08-19T03:48:50.613Z[ host-image] Aug 19 03:48:49.483 INFO O| Aug 19 03:48:49.483 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100932026-08-19T03:48:50.623Z[ host-image] Aug 19 03:48:49.493 INFO O| Aug 19 03:48:49.493 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100942026-08-19T03:48:50.623Z[ host-image] Aug 19 03:48:49.493 INFO O| Aug 19 03:48:49.493 INFO STEP 67 (ensure_dir) COMPLETE
100952026-08-19T03:48:50.623Z[ host-image] Aug 19 03:48:49.493 INFO O| Aug 19 03:48:49.493 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100962026-08-19T03:48:50.623Z[ host-image] Aug 19 03:48:49.501 INFO O| Aug 19 03:48:49.501 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100972026-08-19T03:48:50.624Z[ host-image] Aug 19 03:48:49.501 INFO O| Aug 19 03:48:49.501 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100982026-08-19T03:48:50.624Z[ host-image] Aug 19 03:48:49.501 INFO O| Aug 19 03:48:49.501 INFO STEP 68 (ensure_dir) COMPLETE
100992026-08-19T03:48:50.624Z[ host-image] Aug 19 03:48:49.501 INFO O| Aug 19 03:48:49.501 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002026-08-19T03:48:50.634Z[ host-image] Aug 19 03:48:49.512 INFO O| Aug 19 03:48:49.512 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101012026-08-19T03:48:50.634Z[ host-image] Aug 19 03:48:49.512 INFO O| Aug 19 03:48:49.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101022026-08-19T03:48:50.634Z[ host-image] Aug 19 03:48:49.512 INFO O| Aug 19 03:48:49.512 INFO STEP 69 (ensure_dir) COMPLETE
101032026-08-19T03:48:50.634Z[ host-image] Aug 19 03:48:49.512 INFO O| Aug 19 03:48:49.512 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101042026-08-19T03:48:50.647Z[ host-image] Aug 19 03:48:49.523 INFO O| Aug 19 03:48:49.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101052026-08-19T03:48:50.647Z[ host-image] Aug 19 03:48:49.523 INFO O| Aug 19 03:48:49.523 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101062026-08-19T03:48:51.216Z[ host-image] Aug 19 03:48:50.101 INFO O| Aug 19 03:48:50.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101072026-08-19T03:48:51.217Z[ host-image] Aug 19 03:48:50.101 INFO O| Aug 19 03:48:50.101 INFO ok!
101082026-08-19T03:48:51.217Z[ host-image] Aug 19 03:48:50.101 INFO O| Aug 19 03:48:50.101 INFO STEP 70 (ensure_file) COMPLETE
101092026-08-19T03:48:51.225Z[ host-image] Aug 19 03:48:50.101 INFO O| Aug 19 03:48:50.101 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101102026-08-19T03:48:51.254Z[ host-image] Aug 19 03:48:50.112 INFO O| Aug 19 03:48:50.112 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101112026-08-19T03:48:51.254Z[ host-image] Aug 19 03:48:50.113 INFO O| Aug 19 03:48:50.112 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101122026-08-19T03:48:51.953Z[ host-image] Aug 19 03:48:50.835 INFO O| Aug 19 03:48:50.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101132026-08-19T03:48:51.953Z[ host-image] Aug 19 03:48:50.835 INFO O| Aug 19 03:48:50.834 INFO ok!
101142026-08-19T03:48:51.961Z[ host-image] Aug 19 03:48:50.835 INFO O| Aug 19 03:48:50.835 INFO STEP 71 (ensure_file) COMPLETE
101152026-08-19T03:48:51.962Z[ host-image] Aug 19 03:48:50.835 INFO O| Aug 19 03:48:50.835 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101162026-08-19T03:48:51.984Z[ host-image] Aug 19 03:48:50.845 INFO O| Aug 19 03:48:50.845 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101172026-08-19T03:48:51.985Z[ host-image] Aug 19 03:48:50.845 INFO O| Aug 19 03:48:50.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101182026-08-19T03:48:51.985Z[ host-image] Aug 19 03:48:50.845 INFO O| Aug 19 03:48:50.845 INFO STEP 72 (ensure_dir) COMPLETE
101192026-08-19T03:48:51.985Z[ host-image] Aug 19 03:48:50.845 INFO O| Aug 19 03:48:50.845 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101202026-08-19T03:48:51.985Z[ host-image] Aug 19 03:48:50.854 INFO O| Aug 19 03:48:50.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101212026-08-19T03:48:51.985Z[ host-image] Aug 19 03:48:50.854 INFO O| Aug 19 03:48:50.854 INFO copying /tmp/.tmpNiwJUs/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 ...
101222026-08-19T03:48:51.985Z[ host-image] Aug 19 03:48:50.854 INFO O| Aug 19 03:48:50.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101232026-08-19T03:48:51.985Z[ host-image] Aug 19 03:48:50.854 INFO O| Aug 19 03:48:50.854 INFO ok!
101242026-08-19T03:48:51.985Z[ host-image] Aug 19 03:48:50.854 INFO O| Aug 19 03:48:50.854 INFO STEP 73 (ensure_file) COMPLETE
101252026-08-19T03:48:51.985Z[ host-image] Aug 19 03:48:50.854 INFO O| Aug 19 03:48:50.854 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-08-19T03:48:52.006Z[ host-image] Aug 19 03:48:50.865 INFO O| Aug 19 03:48:50.865 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101272026-08-19T03:48:52.007Z[ host-image] Aug 19 03:48:50.865 INFO O| Aug 19 03:48:50.865 INFO copying /tmp/.tmpNiwJUs/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 ...
101282026-08-19T03:48:52.007Z[ host-image] Aug 19 03:48:50.865 INFO O| Aug 19 03:48:50.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101292026-08-19T03:48:52.007Z[ host-image] Aug 19 03:48:50.865 INFO O| Aug 19 03:48:50.865 INFO ok!
101302026-08-19T03:48:52.007Z[ host-image] Aug 19 03:48:50.865 INFO O| Aug 19 03:48:50.865 INFO STEP 74 (ensure_file) COMPLETE
101312026-08-19T03:48:52.007Z[ host-image] Aug 19 03:48:50.865 INFO O| Aug 19 03:48:50.865 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322026-08-19T03:48:52.007Z[ host-image] Aug 19 03:48:50.875 INFO O| Aug 19 03:48:50.875 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101332026-08-19T03:48:52.007Z[ host-image] Aug 19 03:48:50.875 INFO O| Aug 19 03:48:50.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101342026-08-19T03:48:52.007Z[ host-image] Aug 19 03:48:50.875 INFO O| Aug 19 03:48:50.875 INFO STEP 75 (ensure_dir) COMPLETE
101352026-08-19T03:48:52.007Z[ host-image] Aug 19 03:48:50.875 INFO O| Aug 19 03:48:50.875 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362026-08-19T03:48:52.021Z[ host-image] Aug 19 03:48:50.885 INFO O| Aug 19 03:48:50.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101372026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.885 INFO O| Aug 19 03:48:50.885 INFO copying /tmp/.tmpNiwJUs/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 ...
101382026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.885 INFO O| Aug 19 03:48:50.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101392026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.885 INFO O| Aug 19 03:48:50.885 INFO ok!
101402026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.885 INFO O| Aug 19 03:48:50.885 INFO STEP 76 (ensure_file) COMPLETE
101412026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.885 INFO O| Aug 19 03:48:50.885 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.896 INFO O| Aug 19 03:48:50.896 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101432026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.897 INFO O| Aug 19 03:48:50.896 INFO copying /tmp/.tmpNiwJUs/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 ...
101442026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.897 INFO O| Aug 19 03:48:50.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101452026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.897 INFO O| Aug 19 03:48:50.897 INFO ok!
101462026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.897 INFO O| Aug 19 03:48:50.897 INFO STEP 77 (ensure_file) COMPLETE
101472026-08-19T03:48:52.022Z[ host-image] Aug 19 03:48:50.897 INFO O| Aug 19 03:48:50.897 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-08-19T03:48:52.029Z[ host-image] Aug 19 03:48:50.906 INFO O| Aug 19 03:48:50.906 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101492026-08-19T03:48:52.030Z[ host-image] Aug 19 03:48:50.906 INFO O| Aug 19 03:48:50.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101502026-08-19T03:48:52.030Z[ host-image] Aug 19 03:48:50.906 INFO O| Aug 19 03:48:50.906 INFO STEP 78 (ensure_dir) COMPLETE
101512026-08-19T03:48:52.030Z[ host-image] Aug 19 03:48:50.906 INFO O| Aug 19 03:48:50.906 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522026-08-19T03:48:52.043Z[ host-image] Aug 19 03:48:50.916 INFO O| Aug 19 03:48:50.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101532026-08-19T03:48:52.043Z[ host-image] Aug 19 03:48:50.916 INFO O| Aug 19 03:48:50.916 INFO copying /tmp/.tmpNiwJUs/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 ...
101542026-08-19T03:48:52.043Z[ host-image] Aug 19 03:48:50.916 INFO O| Aug 19 03:48:50.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101552026-08-19T03:48:52.043Z[ host-image] Aug 19 03:48:50.916 INFO O| Aug 19 03:48:50.916 INFO ok!
101562026-08-19T03:48:52.043Z[ host-image] Aug 19 03:48:50.917 INFO O| Aug 19 03:48:50.916 INFO STEP 79 (ensure_file) COMPLETE
101572026-08-19T03:48:52.043Z[ host-image] Aug 19 03:48:50.917 INFO O| Aug 19 03:48:50.916 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101582026-08-19T03:48:52.051Z[ host-image] Aug 19 03:48:50.926 INFO O| Aug 19 03:48:50.926 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101592026-08-19T03:48:52.051Z[ host-image] Aug 19 03:48:50.926 INFO O| Aug 19 03:48:50.926 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101602026-08-19T03:48:52.051Z[ host-image] Aug 19 03:48:50.926 INFO O| Aug 19 03:48:50.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101612026-08-19T03:48:52.051Z[ host-image] Aug 19 03:48:50.926 INFO O| Aug 19 03:48:50.926 INFO ok!
101622026-08-19T03:48:52.051Z[ host-image] Aug 19 03:48:50.926 INFO O| Aug 19 03:48:50.926 INFO STEP 80 (ensure_file) COMPLETE
101632026-08-19T03:48:52.051Z[ host-image] Aug 19 03:48:50.926 INFO O| Aug 19 03:48:50.926 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101642026-08-19T03:48:52.060Z[ host-image] Aug 19 03:48:50.936 INFO O| Aug 19 03:48:50.936 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101652026-08-19T03:48:52.060Z[ host-image] Aug 19 03:48:50.936 INFO O| Aug 19 03:48:50.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101662026-08-19T03:48:52.061Z[ host-image] Aug 19 03:48:50.936 INFO O| Aug 19 03:48:50.936 INFO STEP 81 (ensure_dir) COMPLETE
101672026-08-19T03:48:52.061Z[ host-image] Aug 19 03:48:50.936 INFO O| Aug 19 03:48:50.936 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-08-19T03:48:52.067Z[ host-image] Aug 19 03:48:50.946 INFO O| Aug 19 03:48:50.946 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101692026-08-19T03:48:52.067Z[ host-image] Aug 19 03:48:50.946 INFO O| Aug 19 03:48:50.946 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101702026-08-19T03:48:52.683Z[ host-image] Aug 19 03:48:51.569 INFO O| Aug 19 03:48:51.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101712026-08-19T03:48:52.683Z[ host-image] Aug 19 03:48:51.569 INFO O| Aug 19 03:48:51.569 INFO ok!
101722026-08-19T03:48:52.683Z[ host-image] Aug 19 03:48:51.569 INFO O| Aug 19 03:48:51.569 INFO STEP 82 (ensure_file) COMPLETE
101732026-08-19T03:48:52.688Z[ host-image] Aug 19 03:48:51.569 INFO O| Aug 19 03:48:51.569 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742026-08-19T03:48:52.700Z[ host-image] Aug 19 03:48:51.580 INFO O| Aug 19 03:48:51.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101752026-08-19T03:48:52.700Z[ host-image] Aug 19 03:48:51.580 INFO O| Aug 19 03:48:51.580 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101762026-08-19T03:48:52.986Z[ host-image] Aug 19 03:48:51.871 INFO O| Aug 19 03:48:51.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101772026-08-19T03:48:52.986Z[ host-image] Aug 19 03:48:51.871 INFO O| Aug 19 03:48:51.871 INFO ok!
101782026-08-19T03:48:52.990Z[ host-image] Aug 19 03:48:51.871 INFO O| Aug 19 03:48:51.871 INFO STEP 83 (ensure_file) COMPLETE
101792026-08-19T03:48:52.990Z[ host-image] Aug 19 03:48:51.871 INFO O| Aug 19 03:48:51.871 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802026-08-19T03:48:52.996Z[ host-image] Aug 19 03:48:51.882 INFO O| Aug 19 03:48:51.882 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101812026-08-19T03:48:52.996Z[ host-image] Aug 19 03:48:51.882 INFO O| Aug 19 03:48:51.882 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101822026-08-19T03:48:54.392Z[ host-image] Aug 19 03:48:53.276 INFO O| Aug 19 03:48:53.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101832026-08-19T03:48:54.392Z[ host-image] Aug 19 03:48:53.276 INFO O| Aug 19 03:48:53.276 INFO ok!
101842026-08-19T03:48:54.392Z[ host-image] Aug 19 03:48:53.276 INFO O| Aug 19 03:48:53.276 INFO STEP 84 (ensure_file) COMPLETE
101852026-08-19T03:48:54.392Z[ host-image] Aug 19 03:48:53.276 INFO O| Aug 19 03:48:53.276 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-19T03:48:54.400Z[ host-image] Aug 19 03:48:53.286 INFO O| Aug 19 03:48:53.286 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101872026-08-19T03:48:54.400Z[ host-image] Aug 19 03:48:53.286 INFO O| Aug 19 03:48:53.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101882026-08-19T03:48:54.404Z[ host-image] Aug 19 03:48:53.286 INFO O| Aug 19 03:48:53.286 INFO STEP 85 (ensure_dir) COMPLETE
101892026-08-19T03:48:54.404Z[ host-image] Aug 19 03:48:53.286 INFO O| Aug 19 03:48:53.286 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-08-19T03:48:54.408Z[ host-image] Aug 19 03:48:53.295 INFO O| Aug 19 03:48:53.294 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101912026-08-19T03:48:54.408Z[ host-image] Aug 19 03:48:53.295 INFO O| Aug 19 03:48:53.294 INFO copying /tmp/.tmpNiwJUs/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 ...
101922026-08-19T03:48:54.412Z[ host-image] Aug 19 03:48:53.295 INFO O| Aug 19 03:48:53.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101932026-08-19T03:48:54.412Z[ host-image] Aug 19 03:48:53.295 INFO O| Aug 19 03:48:53.295 INFO ok!
101942026-08-19T03:48:54.412Z[ host-image] Aug 19 03:48:53.295 INFO O| Aug 19 03:48:53.295 INFO STEP 86 (ensure_file) COMPLETE
101952026-08-19T03:48:54.413Z[ host-image] Aug 19 03:48:53.295 INFO O| Aug 19 03:48:53.295 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-08-19T03:48:54.417Z[ host-image] Aug 19 03:48:53.301 INFO O| Aug 19 03:48:53.301 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101972026-08-19T03:48:54.417Z[ host-image] Aug 19 03:48:53.302 INFO O| Aug 19 03:48:53.301 INFO copying /tmp/.tmpNiwJUs/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 ...
101982026-08-19T03:48:54.417Z[ host-image] Aug 19 03:48:53.302 INFO O| Aug 19 03:48:53.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101992026-08-19T03:48:54.417Z[ host-image] Aug 19 03:48:53.302 INFO O| Aug 19 03:48:53.302 INFO ok!
102002026-08-19T03:48:54.417Z[ host-image] Aug 19 03:48:53.302 INFO O| Aug 19 03:48:53.302 INFO STEP 87 (ensure_file) COMPLETE
102012026-08-19T03:48:54.417Z[ host-image] Aug 19 03:48:53.302 INFO O| Aug 19 03:48:53.302 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-08-19T03:48:54.423Z[ host-image] Aug 19 03:48:53.310 INFO O| Aug 19 03:48:53.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102032026-08-19T03:48:54.427Z[ host-image] Aug 19 03:48:53.310 INFO O| Aug 19 03:48:53.310 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102042026-08-19T03:48:54.427Z[ host-image] Aug 19 03:48:53.310 INFO O| Aug 19 03:48:53.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102052026-08-19T03:48:54.427Z[ host-image] Aug 19 03:48:53.310 INFO O| Aug 19 03:48:53.310 INFO ok!
102062026-08-19T03:48:54.428Z[ host-image] Aug 19 03:48:53.310 INFO O| Aug 19 03:48:53.310 INFO STEP 88 (ensure_file) COMPLETE
102072026-08-19T03:48:54.428Z[ host-image] Aug 19 03:48:53.310 INFO O| Aug 19 03:48:53.310 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-08-19T03:48:54.432Z[ host-image] Aug 19 03:48:53.318 INFO O| Aug 19 03:48:53.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102092026-08-19T03:48:54.432Z[ host-image] Aug 19 03:48:53.318 INFO O| Aug 19 03:48:53.318 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102102026-08-19T03:48:54.436Z[ host-image] Aug 19 03:48:53.318 INFO O| Aug 19 03:48:53.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102112026-08-19T03:48:54.436Z[ host-image] Aug 19 03:48:53.318 INFO O| Aug 19 03:48:53.318 INFO ok!
102122026-08-19T03:48:54.436Z[ host-image] Aug 19 03:48:53.318 INFO O| Aug 19 03:48:53.318 INFO STEP 89 (ensure_file) COMPLETE
102132026-08-19T03:48:54.436Z[ host-image] Aug 19 03:48:53.318 INFO O| Aug 19 03:48:53.318 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-08-19T03:48:54.440Z[ host-image] Aug 19 03:48:53.326 INFO O| Aug 19 03:48:53.326 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102152026-08-19T03:48:54.440Z[ host-image] Aug 19 03:48:53.326 INFO O| Aug 19 03:48:53.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102162026-08-19T03:48:54.440Z[ host-image] Aug 19 03:48:53.326 INFO O| Aug 19 03:48:53.326 INFO STEP 90 (ensure_dir) COMPLETE
102172026-08-19T03:48:54.440Z[ host-image] Aug 19 03:48:53.326 INFO O| Aug 19 03:48:53.326 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-08-19T03:48:54.448Z[ host-image] Aug 19 03:48:53.334 INFO O| Aug 19 03:48:53.334 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102192026-08-19T03:48:54.448Z[ host-image] Aug 19 03:48:53.334 INFO O| Aug 19 03:48:53.334 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102202026-08-19T03:48:54.452Z[ host-image] Aug 19 03:48:53.337 INFO O| Aug 19 03:48:53.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102212026-08-19T03:48:54.452Z[ host-image] Aug 19 03:48:53.337 INFO O| Aug 19 03:48:53.337 INFO ok!
102222026-08-19T03:48:54.452Z[ host-image] Aug 19 03:48:53.337 INFO O| Aug 19 03:48:53.337 INFO STEP 91 (ensure_file) COMPLETE
102232026-08-19T03:48:54.452Z[ host-image] Aug 19 03:48:53.337 INFO O| Aug 19 03:48:53.337 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-08-19T03:48:54.459Z[ host-image] Aug 19 03:48:53.345 INFO O| Aug 19 03:48:53.345 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102252026-08-19T03:48:54.459Z[ host-image] Aug 19 03:48:53.345 INFO O| Aug 19 03:48:53.345 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102262026-08-19T03:48:54.462Z[ host-image] Aug 19 03:48:53.345 INFO O| Aug 19 03:48:53.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102272026-08-19T03:48:54.463Z[ host-image] Aug 19 03:48:53.345 INFO O| Aug 19 03:48:53.345 INFO ok!
102282026-08-19T03:48:54.463Z[ host-image] Aug 19 03:48:53.345 INFO O| Aug 19 03:48:53.345 INFO STEP 92 (ensure_file) COMPLETE
102292026-08-19T03:48:54.463Z[ host-image] Aug 19 03:48:53.345 INFO O| Aug 19 03:48:53.345 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-08-19T03:48:54.467Z[ host-image] Aug 19 03:48:53.353 INFO O| Aug 19 03:48:53.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102312026-08-19T03:48:54.467Z[ host-image] Aug 19 03:48:53.353 INFO O| Aug 19 03:48:53.353 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102322026-08-19T03:48:55.028Z[ host-image] Aug 19 03:48:53.912 INFO O| Aug 19 03:48:53.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102332026-08-19T03:48:55.028Z[ host-image] Aug 19 03:48:53.912 INFO O| Aug 19 03:48:53.912 INFO ok!
102342026-08-19T03:48:55.028Z[ host-image] Aug 19 03:48:53.912 INFO O| Aug 19 03:48:53.912 INFO STEP 93 (ensure_file) COMPLETE
102352026-08-19T03:48:55.032Z[ host-image] Aug 19 03:48:53.912 INFO O| Aug 19 03:48:53.912 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-08-19T03:48:55.036Z[ host-image] Aug 19 03:48:53.920 INFO O| Aug 19 03:48:53.920 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102372026-08-19T03:48:55.036Z[ host-image] Aug 19 03:48:53.921 INFO O| Aug 19 03:48:53.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102382026-08-19T03:48:55.036Z[ host-image] Aug 19 03:48:53.921 INFO O| Aug 19 03:48:53.921 INFO STEP 94 (ensure_dir) COMPLETE
102392026-08-19T03:48:55.036Z[ host-image] Aug 19 03:48:53.921 INFO O| Aug 19 03:48:53.921 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-08-19T03:48:55.041Z[ host-image] Aug 19 03:48:53.927 INFO O| Aug 19 03:48:53.927 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102412026-08-19T03:48:55.045Z[ host-image] Aug 19 03:48:53.927 INFO O| Aug 19 03:48:53.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102422026-08-19T03:48:55.045Z[ host-image] Aug 19 03:48:53.927 INFO O| Aug 19 03:48:53.927 INFO STEP 95 (ensure_dir) COMPLETE
102432026-08-19T03:48:55.045Z[ host-image] Aug 19 03:48:53.927 INFO O| Aug 19 03:48:53.927 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-08-19T03:48:55.049Z[ host-image] Aug 19 03:48:53.934 INFO O| Aug 19 03:48:53.934 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102452026-08-19T03:48:55.049Z[ host-image] Aug 19 03:48:53.934 INFO O| Aug 19 03:48:53.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102462026-08-19T03:48:55.049Z[ host-image] Aug 19 03:48:53.934 INFO O| Aug 19 03:48:53.934 INFO STEP 96 (ensure_dir) COMPLETE
102472026-08-19T03:48:55.049Z[ host-image] Aug 19 03:48:53.934 INFO O| Aug 19 03:48:53.934 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-19T03:48:55.055Z[ host-image] Aug 19 03:48:53.941 INFO O| Aug 19 03:48:53.941 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102492026-08-19T03:48:55.055Z[ host-image] Aug 19 03:48:53.941 INFO O| Aug 19 03:48:53.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102502026-08-19T03:48:55.055Z[ host-image] Aug 19 03:48:53.941 INFO O| Aug 19 03:48:53.941 INFO STEP 97 (ensure_dir) COMPLETE
102512026-08-19T03:48:55.059Z[ host-image] Aug 19 03:48:53.941 INFO O| Aug 19 03:48:53.941 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-08-19T03:48:55.063Z[ host-image] Aug 19 03:48:53.947 INFO O| Aug 19 03:48:53.947 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102532026-08-19T03:48:55.063Z[ host-image] Aug 19 03:48:53.947 INFO O| Aug 19 03:48:53.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102542026-08-19T03:48:55.063Z[ host-image] Aug 19 03:48:53.947 INFO O| Aug 19 03:48:53.947 INFO STEP 98 (ensure_dir) COMPLETE
102552026-08-19T03:48:55.063Z[ host-image] Aug 19 03:48:53.947 INFO O| Aug 19 03:48:53.947 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-08-19T03:48:55.067Z[ host-image] Aug 19 03:48:53.954 INFO O| Aug 19 03:48:53.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102572026-08-19T03:48:55.067Z[ host-image] Aug 19 03:48:53.954 INFO O| Aug 19 03:48:53.954 INFO copying /tmp/.tmpNiwJUs/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 ...
102582026-08-19T03:48:55.072Z[ host-image] Aug 19 03:48:53.954 INFO O| Aug 19 03:48:53.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102592026-08-19T03:48:55.072Z[ host-image] Aug 19 03:48:53.954 INFO O| Aug 19 03:48:53.954 INFO ok!
102602026-08-19T03:48:55.072Z[ host-image] Aug 19 03:48:53.954 INFO O| Aug 19 03:48:53.954 INFO STEP 99 (ensure_file) COMPLETE
102612026-08-19T03:48:55.072Z[ host-image] Aug 19 03:48:53.954 INFO O| Aug 19 03:48:53.954 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-08-19T03:48:55.075Z[ host-image] Aug 19 03:48:53.961 INFO O| Aug 19 03:48:53.961 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102632026-08-19T03:48:55.075Z[ host-image] Aug 19 03:48:53.961 INFO O| Aug 19 03:48:53.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102642026-08-19T03:48:55.075Z[ host-image] Aug 19 03:48:53.961 INFO O| Aug 19 03:48:53.961 INFO STEP 100 (ensure_dir) COMPLETE
102652026-08-19T03:48:55.075Z[ host-image] Aug 19 03:48:53.961 INFO O| Aug 19 03:48:53.961 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-08-19T03:48:55.081Z[ host-image] Aug 19 03:48:53.967 INFO O| Aug 19 03:48:53.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102672026-08-19T03:48:55.081Z[ host-image] Aug 19 03:48:53.967 INFO O| Aug 19 03:48:53.967 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102682026-08-19T03:48:55.090Z[ host-image] Aug 19 03:48:53.977 INFO O| Aug 19 03:48:53.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102692026-08-19T03:48:55.090Z[ host-image] Aug 19 03:48:53.977 INFO O| Aug 19 03:48:53.977 INFO ok!
102702026-08-19T03:48:55.094Z[ host-image] Aug 19 03:48:53.977 INFO O| Aug 19 03:48:53.977 INFO STEP 101 (ensure_file) COMPLETE
102712026-08-19T03:48:55.094Z[ host-image] Aug 19 03:48:53.977 INFO O| Aug 19 03:48:53.977 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722026-08-19T03:48:55.098Z[ host-image] Aug 19 03:48:53.984 INFO O| Aug 19 03:48:53.984 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102732026-08-19T03:48:55.098Z[ host-image] Aug 19 03:48:53.984 INFO O| Aug 19 03:48:53.984 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102742026-08-19T03:48:55.098Z[ host-image] Aug 19 03:48:53.984 INFO O| Aug 19 03:48:53.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102752026-08-19T03:48:55.103Z[ host-image] Aug 19 03:48:53.984 INFO O| Aug 19 03:48:53.984 INFO ok!
102762026-08-19T03:48:55.103Z[ host-image] Aug 19 03:48:53.984 INFO O| Aug 19 03:48:53.984 INFO STEP 102 (ensure_file) COMPLETE
102772026-08-19T03:48:55.103Z[ host-image] Aug 19 03:48:53.984 INFO O| Aug 19 03:48:53.984 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102782026-08-19T03:48:55.106Z[ host-image] Aug 19 03:48:53.991 INFO O| Aug 19 03:48:53.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102792026-08-19T03:48:55.107Z[ host-image] Aug 19 03:48:53.991 INFO O| Aug 19 03:48:53.991 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102802026-08-19T03:48:55.409Z[ host-image] Aug 19 03:48:54.295 INFO O| Aug 19 03:48:54.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102812026-08-19T03:48:55.409Z[ host-image] Aug 19 03:48:54.295 INFO O| Aug 19 03:48:54.294 INFO ok!
102822026-08-19T03:48:55.409Z[ host-image] Aug 19 03:48:54.295 INFO O| Aug 19 03:48:54.295 INFO STEP 103 (ensure_file) COMPLETE
102832026-08-19T03:48:55.409Z[ host-image] Aug 19 03:48:54.295 INFO O| Aug 19 03:48:54.295 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-08-19T03:48:55.418Z[ host-image] Aug 19 03:48:54.304 INFO O| Aug 19 03:48:54.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102852026-08-19T03:48:55.422Z[ host-image] Aug 19 03:48:54.304 INFO O| Aug 19 03:48:54.304 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102862026-08-19T03:48:55.422Z[ host-image] Aug 19 03:48:54.304 INFO O| Aug 19 03:48:54.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102872026-08-19T03:48:55.422Z[ host-image] Aug 19 03:48:54.304 INFO O| Aug 19 03:48:54.304 INFO ok!
102882026-08-19T03:48:55.422Z[ host-image] Aug 19 03:48:54.304 INFO O| Aug 19 03:48:54.304 INFO STEP 104 (ensure_file) COMPLETE
102892026-08-19T03:48:55.422Z[ host-image] Aug 19 03:48:54.304 INFO O| Aug 19 03:48:54.304 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-08-19T03:48:55.426Z[ host-image] Aug 19 03:48:54.312 INFO O| Aug 19 03:48:54.312 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102912026-08-19T03:48:55.430Z[ host-image] Aug 19 03:48:54.313 INFO O| Aug 19 03:48:54.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102922026-08-19T03:48:55.430Z[ host-image] Aug 19 03:48:54.313 INFO O| Aug 19 03:48:54.312 INFO STEP 105 (ensure_dir) COMPLETE
102932026-08-19T03:48:55.430Z[ host-image] Aug 19 03:48:54.313 INFO O| Aug 19 03:48:54.312 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-08-19T03:48:55.435Z[ host-image] Aug 19 03:48:54.320 INFO O| Aug 19 03:48:54.320 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102952026-08-19T03:48:55.435Z[ host-image] Aug 19 03:48:54.320 INFO O| Aug 19 03:48:54.320 INFO copying /tmp/.tmpNiwJUs/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 ...
102962026-08-19T03:48:55.445Z[ host-image] Aug 19 03:48:54.331 INFO O| Aug 19 03:48:54.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102972026-08-19T03:48:55.445Z[ host-image] Aug 19 03:48:54.331 INFO O| Aug 19 03:48:54.331 INFO ok!
102982026-08-19T03:48:55.445Z[ host-image] Aug 19 03:48:54.331 INFO O| Aug 19 03:48:54.331 INFO STEP 106 (ensure_file) COMPLETE
102992026-08-19T03:48:55.445Z[ host-image] Aug 19 03:48:54.331 INFO O| Aug 19 03:48:54.331 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-08-19T03:48:55.451Z[ host-image] Aug 19 03:48:54.337 INFO O| Aug 19 03:48:54.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103012026-08-19T03:48:55.452Z[ host-image] Aug 19 03:48:54.337 INFO O| Aug 19 03:48:54.337 INFO copying /tmp/.tmpNiwJUs/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 ...
103022026-08-19T03:48:55.455Z[ host-image] Aug 19 03:48:54.338 INFO O| Aug 19 03:48:54.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103032026-08-19T03:48:55.455Z[ host-image] Aug 19 03:48:54.338 INFO O| Aug 19 03:48:54.338 INFO ok!
103042026-08-19T03:48:55.455Z[ host-image] Aug 19 03:48:54.338 INFO O| Aug 19 03:48:54.338 INFO STEP 107 (ensure_file) COMPLETE
103052026-08-19T03:48:55.455Z[ host-image] Aug 19 03:48:54.338 INFO O| Aug 19 03:48:54.338 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-19T03:48:55.459Z[ host-image] Aug 19 03:48:54.344 INFO O| Aug 19 03:48:54.344 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103072026-08-19T03:48:55.459Z[ host-image] Aug 19 03:48:54.344 INFO O| Aug 19 03:48:54.344 INFO copying /tmp/.tmpNiwJUs/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 ...
103082026-08-19T03:48:55.459Z[ host-image] Aug 19 03:48:54.344 INFO O| Aug 19 03:48:54.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103092026-08-19T03:48:55.459Z[ host-image] Aug 19 03:48:54.344 INFO O| Aug 19 03:48:54.344 INFO ok!
103102026-08-19T03:48:55.459Z[ host-image] Aug 19 03:48:54.344 INFO O| Aug 19 03:48:54.344 INFO STEP 108 (ensure_file) COMPLETE
103112026-08-19T03:48:55.460Z[ host-image] Aug 19 03:48:54.344 INFO O| Aug 19 03:48:54.344 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-19T03:48:55.468Z[ host-image] Aug 19 03:48:54.353 INFO O| Aug 19 03:48:54.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103132026-08-19T03:48:55.468Z[ host-image] Aug 19 03:48:54.353 INFO O| Aug 19 03:48:54.353 INFO copying /tmp/.tmpNiwJUs/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 ...
103142026-08-19T03:48:55.473Z[ host-image] Aug 19 03:48:54.353 INFO O| Aug 19 03:48:54.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103152026-08-19T03:48:55.473Z[ host-image] Aug 19 03:48:54.353 INFO O| Aug 19 03:48:54.353 INFO ok!
103162026-08-19T03:48:55.473Z[ host-image] Aug 19 03:48:54.353 INFO O| Aug 19 03:48:54.353 INFO STEP 109 (ensure_file) COMPLETE
103172026-08-19T03:48:55.473Z[ host-image] Aug 19 03:48:54.353 INFO O| Aug 19 03:48:54.353 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-19T03:48:55.477Z[ host-image] Aug 19 03:48:54.361 INFO O| Aug 19 03:48:54.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103192026-08-19T03:48:55.477Z[ host-image] Aug 19 03:48:54.361 INFO O| Aug 19 03:48:54.361 INFO copying /tmp/.tmpNiwJUs/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 ...
103202026-08-19T03:48:55.477Z[ host-image] Aug 19 03:48:54.361 INFO O| Aug 19 03:48:54.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103212026-08-19T03:48:55.478Z[ host-image] Aug 19 03:48:54.361 INFO O| Aug 19 03:48:54.361 INFO ok!
103222026-08-19T03:48:55.478Z[ host-image] Aug 19 03:48:54.361 INFO O| Aug 19 03:48:54.361 INFO STEP 110 (ensure_file) COMPLETE
103232026-08-19T03:48:55.478Z[ host-image] Aug 19 03:48:54.361 INFO O| Aug 19 03:48:54.361 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-19T03:48:55.481Z[ host-image] Aug 19 03:48:54.367 INFO O| Aug 19 03:48:54.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103252026-08-19T03:48:55.481Z[ host-image] Aug 19 03:48:54.367 INFO O| Aug 19 03:48:54.367 INFO copying /tmp/.tmpNiwJUs/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 ...
103262026-08-19T03:48:55.482Z[ host-image] Aug 19 03:48:54.367 INFO O| Aug 19 03:48:54.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103272026-08-19T03:48:55.482Z[ host-image] Aug 19 03:48:54.367 INFO O| Aug 19 03:48:54.367 INFO ok!
103282026-08-19T03:48:55.482Z[ host-image] Aug 19 03:48:54.367 INFO O| Aug 19 03:48:54.367 INFO STEP 111 (ensure_file) COMPLETE
103292026-08-19T03:48:55.482Z[ host-image] Aug 19 03:48:54.367 INFO O| Aug 19 03:48:54.367 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-19T03:48:55.490Z[ host-image] Aug 19 03:48:54.375 INFO O| Aug 19 03:48:54.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103312026-08-19T03:48:55.493Z[ host-image] Aug 19 03:48:54.375 INFO O| Aug 19 03:48:54.375 INFO copying /tmp/.tmpNiwJUs/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 ...
103322026-08-19T03:48:55.493Z[ host-image] Aug 19 03:48:54.375 INFO O| Aug 19 03:48:54.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103332026-08-19T03:48:55.493Z[ host-image] Aug 19 03:48:54.375 INFO O| Aug 19 03:48:54.375 INFO ok!
103342026-08-19T03:48:55.494Z[ host-image] Aug 19 03:48:54.375 INFO O| Aug 19 03:48:54.375 INFO STEP 112 (ensure_file) COMPLETE
103352026-08-19T03:48:55.494Z[ host-image] Aug 19 03:48:54.375 INFO O| Aug 19 03:48:54.375 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-19T03:48:55.497Z[ host-image] Aug 19 03:48:54.381 INFO O| Aug 19 03:48:54.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103372026-08-19T03:48:55.497Z[ host-image] Aug 19 03:48:54.381 INFO O| Aug 19 03:48:54.381 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103382026-08-19T03:48:55.497Z[ host-image] Aug 19 03:48:54.382 INFO O| Aug 19 03:48:54.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103392026-08-19T03:48:55.497Z[ host-image] Aug 19 03:48:54.382 INFO O| Aug 19 03:48:54.382 INFO ok!
103402026-08-19T03:48:55.497Z[ host-image] Aug 19 03:48:54.382 INFO O| Aug 19 03:48:54.382 INFO STEP 113 (ensure_file) COMPLETE
103412026-08-19T03:48:55.497Z[ host-image] Aug 19 03:48:54.382 INFO O| Aug 19 03:48:54.382 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-19T03:48:55.504Z[ host-image] Aug 19 03:48:54.390 INFO O| Aug 19 03:48:54.390 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103432026-08-19T03:48:55.504Z[ host-image] Aug 19 03:48:54.390 INFO O| Aug 19 03:48:54.390 INFO copying /tmp/.tmpNiwJUs/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 ...
103442026-08-19T03:48:55.508Z[ host-image] Aug 19 03:48:54.390 INFO O| Aug 19 03:48:54.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103452026-08-19T03:48:55.509Z[ host-image] Aug 19 03:48:54.390 INFO O| Aug 19 03:48:54.390 INFO ok!
103462026-08-19T03:48:55.509Z[ host-image] Aug 19 03:48:54.390 INFO O| Aug 19 03:48:54.390 INFO STEP 114 (ensure_file) COMPLETE
103472026-08-19T03:48:55.509Z[ host-image] Aug 19 03:48:54.390 INFO O| Aug 19 03:48:54.390 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-08-19T03:48:55.513Z[ host-image] Aug 19 03:48:54.398 INFO O| Aug 19 03:48:54.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103492026-08-19T03:48:55.513Z[ host-image] Aug 19 03:48:54.398 INFO O| Aug 19 03:48:54.398 INFO copying /tmp/.tmpNiwJUs/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 ...
103502026-08-19T03:48:55.513Z[ host-image] Aug 19 03:48:54.398 INFO O| Aug 19 03:48:54.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103512026-08-19T03:48:55.513Z[ host-image] Aug 19 03:48:54.398 INFO O| Aug 19 03:48:54.398 INFO ok!
103522026-08-19T03:48:55.513Z[ host-image] Aug 19 03:48:54.398 INFO O| Aug 19 03:48:54.398 INFO STEP 115 (ensure_file) COMPLETE
103532026-08-19T03:48:55.513Z[ host-image] Aug 19 03:48:54.398 INFO O| Aug 19 03:48:54.398 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103542026-08-19T03:48:55.520Z[ host-image] Aug 19 03:48:54.406 INFO O| Aug 19 03:48:54.406 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103552026-08-19T03:48:55.520Z[ host-image] Aug 19 03:48:54.406 INFO O| Aug 19 03:48:54.406 INFO copying /tmp/.tmpNiwJUs/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 ...
103562026-08-19T03:48:55.524Z[ host-image] Aug 19 03:48:54.406 INFO O| Aug 19 03:48:54.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103572026-08-19T03:48:55.524Z[ host-image] Aug 19 03:48:54.406 INFO O| Aug 19 03:48:54.406 INFO ok!
103582026-08-19T03:48:55.524Z[ host-image] Aug 19 03:48:54.406 INFO O| Aug 19 03:48:54.406 INFO STEP 116 (ensure_file) COMPLETE
103592026-08-19T03:48:55.524Z[ host-image] Aug 19 03:48:54.406 INFO O| Aug 19 03:48:54.406 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-08-19T03:48:55.528Z[ host-image] Aug 19 03:48:54.414 INFO O| Aug 19 03:48:54.414 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103612026-08-19T03:48:55.528Z[ host-image] Aug 19 03:48:54.414 INFO O| Aug 19 03:48:54.414 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103622026-08-19T03:48:55.528Z[ host-image] Aug 19 03:48:54.414 INFO O| Aug 19 03:48:54.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103632026-08-19T03:48:55.528Z[ host-image] Aug 19 03:48:54.414 INFO O| Aug 19 03:48:54.414 INFO ok!
103642026-08-19T03:48:55.532Z[ host-image] Aug 19 03:48:54.414 INFO O| Aug 19 03:48:54.414 INFO STEP 117 (ensure_file) COMPLETE
103652026-08-19T03:48:55.533Z[ host-image] Aug 19 03:48:54.414 INFO O| Aug 19 03:48:54.414 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-08-19T03:48:55.536Z[ host-image] Aug 19 03:48:54.422 INFO O| Aug 19 03:48:54.422 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103672026-08-19T03:48:55.536Z[ host-image] Aug 19 03:48:54.422 INFO O| Aug 19 03:48:54.422 INFO copying /tmp/.tmpNiwJUs/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 ...
103682026-08-19T03:48:55.536Z[ host-image] Aug 19 03:48:54.422 INFO O| Aug 19 03:48:54.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103692026-08-19T03:48:55.536Z[ host-image] Aug 19 03:48:54.422 INFO O| Aug 19 03:48:54.422 INFO ok!
103702026-08-19T03:48:55.536Z[ host-image] Aug 19 03:48:54.422 INFO O| Aug 19 03:48:54.422 INFO STEP 118 (ensure_file) COMPLETE
103712026-08-19T03:48:55.536Z[ host-image] Aug 19 03:48:54.422 INFO O| Aug 19 03:48:54.422 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-08-19T03:48:55.543Z[ host-image] Aug 19 03:48:54.429 INFO O| Aug 19 03:48:54.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103732026-08-19T03:48:55.543Z[ host-image] Aug 19 03:48:54.429 INFO O| Aug 19 03:48:54.429 INFO copying /tmp/.tmpNiwJUs/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 ...
103742026-08-19T03:48:55.547Z[ host-image] Aug 19 03:48:54.429 INFO O| Aug 19 03:48:54.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103752026-08-19T03:48:55.547Z[ host-image] Aug 19 03:48:54.429 INFO O| Aug 19 03:48:54.429 INFO ok!
103762026-08-19T03:48:55.547Z[ host-image] Aug 19 03:48:54.429 INFO O| Aug 19 03:48:54.429 INFO STEP 119 (ensure_file) COMPLETE
103772026-08-19T03:48:55.547Z[ host-image] Aug 19 03:48:54.429 INFO O| Aug 19 03:48:54.429 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-08-19T03:48:55.552Z[ host-image] Aug 19 03:48:54.438 INFO O| Aug 19 03:48:54.438 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103792026-08-19T03:48:55.552Z[ host-image] Aug 19 03:48:54.438 INFO O| Aug 19 03:48:54.438 INFO copying /tmp/.tmpNiwJUs/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 ...
103802026-08-19T03:48:55.552Z[ host-image] Aug 19 03:48:54.438 INFO O| Aug 19 03:48:54.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103812026-08-19T03:48:55.557Z[ host-image] Aug 19 03:48:54.438 INFO O| Aug 19 03:48:54.438 INFO ok!
103822026-08-19T03:48:55.557Z[ host-image] Aug 19 03:48:54.438 INFO O| Aug 19 03:48:54.438 INFO STEP 120 (ensure_file) COMPLETE
103832026-08-19T03:48:55.557Z[ host-image] Aug 19 03:48:54.438 INFO O| Aug 19 03:48:54.438 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-08-19T03:48:55.560Z[ host-image] Aug 19 03:48:54.445 INFO O| Aug 19 03:48:54.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103852026-08-19T03:48:55.561Z[ host-image] Aug 19 03:48:54.445 INFO O| Aug 19 03:48:54.445 INFO copying /tmp/.tmpNiwJUs/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 ...
103862026-08-19T03:48:55.561Z[ host-image] Aug 19 03:48:54.445 INFO O| Aug 19 03:48:54.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103872026-08-19T03:48:55.561Z[ host-image] Aug 19 03:48:54.445 INFO O| Aug 19 03:48:54.445 INFO ok!
103882026-08-19T03:48:55.561Z[ host-image] Aug 19 03:48:54.445 INFO O| Aug 19 03:48:54.445 INFO STEP 121 (ensure_file) COMPLETE
103892026-08-19T03:48:55.561Z[ host-image] Aug 19 03:48:54.445 INFO O| Aug 19 03:48:54.445 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-08-19T03:48:55.565Z[ host-image] Aug 19 03:48:54.451 INFO O| Aug 19 03:48:54.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103912026-08-19T03:48:55.565Z[ host-image] Aug 19 03:48:54.451 INFO O| Aug 19 03:48:54.451 INFO copying /tmp/.tmpNiwJUs/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 ...
103922026-08-19T03:48:55.570Z[ host-image] Aug 19 03:48:54.451 INFO O| Aug 19 03:48:54.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103932026-08-19T03:48:55.570Z[ host-image] Aug 19 03:48:54.451 INFO O| Aug 19 03:48:54.451 INFO ok!
103942026-08-19T03:48:55.570Z[ host-image] Aug 19 03:48:54.451 INFO O| Aug 19 03:48:54.451 INFO STEP 122 (ensure_file) COMPLETE
103952026-08-19T03:48:55.570Z[ host-image] Aug 19 03:48:54.451 INFO O| Aug 19 03:48:54.451 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-08-19T03:48:55.573Z[ host-image] Aug 19 03:48:54.458 INFO O| Aug 19 03:48:54.458 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103972026-08-19T03:48:55.574Z[ host-image] Aug 19 03:48:54.458 INFO O| Aug 19 03:48:54.458 INFO copying /tmp/.tmpNiwJUs/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 ...
103982026-08-19T03:48:55.574Z[ host-image] Aug 19 03:48:54.458 INFO O| Aug 19 03:48:54.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103992026-08-19T03:48:55.574Z[ host-image] Aug 19 03:48:54.458 INFO O| Aug 19 03:48:54.458 INFO ok!
104002026-08-19T03:48:55.574Z[ host-image] Aug 19 03:48:54.458 INFO O| Aug 19 03:48:54.458 INFO STEP 123 (ensure_file) COMPLETE
104012026-08-19T03:48:55.574Z[ host-image] Aug 19 03:48:54.458 INFO O| Aug 19 03:48:54.458 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-08-19T03:48:55.579Z[ host-image] Aug 19 03:48:54.465 INFO O| Aug 19 03:48:54.465 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104032026-08-19T03:48:55.579Z[ host-image] Aug 19 03:48:54.465 INFO O| Aug 19 03:48:54.465 INFO copying /tmp/.tmpNiwJUs/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 ...
104042026-08-19T03:48:55.583Z[ host-image] Aug 19 03:48:54.465 INFO O| Aug 19 03:48:54.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104052026-08-19T03:48:55.583Z[ host-image] Aug 19 03:48:54.465 INFO O| Aug 19 03:48:54.465 INFO ok!
104062026-08-19T03:48:55.583Z[ host-image] Aug 19 03:48:54.465 INFO O| Aug 19 03:48:54.465 INFO STEP 124 (ensure_file) COMPLETE
104072026-08-19T03:48:55.583Z[ host-image] Aug 19 03:48:54.465 INFO O| Aug 19 03:48:54.465 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-08-19T03:48:55.587Z[ host-image] Aug 19 03:48:54.474 INFO O| Aug 19 03:48:54.473 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104092026-08-19T03:48:55.587Z[ host-image] Aug 19 03:48:54.474 INFO O| Aug 19 03:48:54.474 INFO copying /tmp/.tmpNiwJUs/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 ...
104102026-08-19T03:48:55.591Z[ host-image] Aug 19 03:48:54.474 INFO O| Aug 19 03:48:54.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104112026-08-19T03:48:55.591Z[ host-image] Aug 19 03:48:54.474 INFO O| Aug 19 03:48:54.474 INFO ok!
104122026-08-19T03:48:55.591Z[ host-image] Aug 19 03:48:54.474 INFO O| Aug 19 03:48:54.474 INFO STEP 125 (ensure_file) COMPLETE
104132026-08-19T03:48:55.591Z[ host-image] Aug 19 03:48:54.474 INFO O| Aug 19 03:48:54.474 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-08-19T03:48:55.595Z[ host-image] Aug 19 03:48:54.480 INFO O| Aug 19 03:48:54.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104152026-08-19T03:48:55.595Z[ host-image] Aug 19 03:48:54.480 INFO O| Aug 19 03:48:54.480 INFO copying /tmp/.tmpNiwJUs/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 ...
104162026-08-19T03:48:55.595Z[ host-image] Aug 19 03:48:54.480 INFO O| Aug 19 03:48:54.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104172026-08-19T03:48:55.595Z[ host-image] Aug 19 03:48:54.480 INFO O| Aug 19 03:48:54.480 INFO ok!
104182026-08-19T03:48:55.595Z[ host-image] Aug 19 03:48:54.480 INFO O| Aug 19 03:48:54.480 INFO STEP 126 (ensure_file) COMPLETE
104192026-08-19T03:48:55.595Z[ host-image] Aug 19 03:48:54.480 INFO O| Aug 19 03:48:54.480 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-08-19T03:48:55.600Z[ host-image] Aug 19 03:48:54.486 INFO O| Aug 19 03:48:54.486 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104212026-08-19T03:48:55.600Z[ host-image] Aug 19 03:48:54.486 INFO O| Aug 19 03:48:54.486 INFO copying /tmp/.tmpNiwJUs/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 ...
104222026-08-19T03:48:55.600Z[ host-image] Aug 19 03:48:54.486 INFO O| Aug 19 03:48:54.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104232026-08-19T03:48:55.600Z[ host-image] Aug 19 03:48:54.486 INFO O| Aug 19 03:48:54.486 INFO ok!
104242026-08-19T03:48:55.604Z[ host-image] Aug 19 03:48:54.486 INFO O| Aug 19 03:48:54.486 INFO STEP 127 (ensure_file) COMPLETE
104252026-08-19T03:48:55.604Z[ host-image] Aug 19 03:48:54.486 INFO O| Aug 19 03:48:54.486 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-08-19T03:48:55.608Z[ host-image] Aug 19 03:48:54.493 INFO O| Aug 19 03:48:54.493 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104272026-08-19T03:48:55.608Z[ host-image] Aug 19 03:48:54.493 INFO O| Aug 19 03:48:54.493 INFO copying /tmp/.tmpNiwJUs/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 ...
104282026-08-19T03:48:55.608Z[ host-image] Aug 19 03:48:54.493 INFO O| Aug 19 03:48:54.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104292026-08-19T03:48:55.608Z[ host-image] Aug 19 03:48:54.493 INFO O| Aug 19 03:48:54.493 INFO ok!
104302026-08-19T03:48:55.608Z[ host-image] Aug 19 03:48:54.493 INFO O| Aug 19 03:48:54.493 INFO STEP 128 (ensure_file) COMPLETE
104312026-08-19T03:48:55.608Z[ host-image] Aug 19 03:48:54.493 INFO O| Aug 19 03:48:54.493 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-08-19T03:48:55.614Z[ host-image] Aug 19 03:48:54.500 INFO O| Aug 19 03:48:54.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104332026-08-19T03:48:55.614Z[ host-image] Aug 19 03:48:54.500 INFO O| Aug 19 03:48:54.500 INFO copying /tmp/.tmpNiwJUs/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 ...
104342026-08-19T03:48:55.618Z[ host-image] Aug 19 03:48:54.500 INFO O| Aug 19 03:48:54.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104352026-08-19T03:48:55.618Z[ host-image] Aug 19 03:48:54.500 INFO O| Aug 19 03:48:54.500 INFO ok!
104362026-08-19T03:48:55.618Z[ host-image] Aug 19 03:48:54.500 INFO O| Aug 19 03:48:54.500 INFO STEP 129 (ensure_file) COMPLETE
104372026-08-19T03:48:55.618Z[ host-image] Aug 19 03:48:54.500 INFO O| Aug 19 03:48:54.500 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-08-19T03:48:55.622Z[ host-image] Aug 19 03:48:54.508 INFO O| Aug 19 03:48:54.508 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104392026-08-19T03:48:55.622Z[ host-image] Aug 19 03:48:54.508 INFO O| Aug 19 03:48:54.508 INFO copying /tmp/.tmpNiwJUs/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 ...
104402026-08-19T03:48:55.622Z[ host-image] Aug 19 03:48:54.508 INFO O| Aug 19 03:48:54.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104412026-08-19T03:48:55.622Z[ host-image] Aug 19 03:48:54.508 INFO O| Aug 19 03:48:54.508 INFO ok!
104422026-08-19T03:48:55.622Z[ host-image] Aug 19 03:48:54.508 INFO O| Aug 19 03:48:54.508 INFO STEP 130 (ensure_file) COMPLETE
104432026-08-19T03:48:55.622Z[ host-image] Aug 19 03:48:54.508 INFO O| Aug 19 03:48:54.508 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-08-19T03:48:55.629Z[ host-image] Aug 19 03:48:54.515 INFO O| Aug 19 03:48:54.515 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104452026-08-19T03:48:55.629Z[ host-image] Aug 19 03:48:54.515 INFO O| Aug 19 03:48:54.515 INFO copying /tmp/.tmpNiwJUs/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 ...
104462026-08-19T03:48:55.633Z[ host-image] Aug 19 03:48:54.515 INFO O| Aug 19 03:48:54.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104472026-08-19T03:48:55.633Z[ host-image] Aug 19 03:48:54.515 INFO O| Aug 19 03:48:54.515 INFO ok!
104482026-08-19T03:48:55.633Z[ host-image] Aug 19 03:48:54.515 INFO O| Aug 19 03:48:54.515 INFO STEP 131 (ensure_file) COMPLETE
104492026-08-19T03:48:55.633Z[ host-image] Aug 19 03:48:54.515 INFO O| Aug 19 03:48:54.515 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-08-19T03:48:55.637Z[ host-image] Aug 19 03:48:54.522 INFO O| Aug 19 03:48:54.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104512026-08-19T03:48:55.637Z[ host-image] Aug 19 03:48:54.522 INFO O| Aug 19 03:48:54.522 INFO copying /tmp/.tmpNiwJUs/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 ...
104522026-08-19T03:48:55.637Z[ host-image] Aug 19 03:48:54.522 INFO O| Aug 19 03:48:54.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104532026-08-19T03:48:55.637Z[ host-image] Aug 19 03:48:54.522 INFO O| Aug 19 03:48:54.522 INFO ok!
104542026-08-19T03:48:55.637Z[ host-image] Aug 19 03:48:54.522 INFO O| Aug 19 03:48:54.522 INFO STEP 132 (ensure_file) COMPLETE
104552026-08-19T03:48:55.637Z[ host-image] Aug 19 03:48:54.522 INFO O| Aug 19 03:48:54.522 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-08-19T03:48:55.643Z[ host-image] Aug 19 03:48:54.529 INFO O| Aug 19 03:48:54.529 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104572026-08-19T03:48:55.643Z[ host-image] Aug 19 03:48:54.529 INFO O| Aug 19 03:48:54.529 INFO copying /tmp/.tmpNiwJUs/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 ...
104582026-08-19T03:48:55.647Z[ host-image] Aug 19 03:48:54.529 INFO O| Aug 19 03:48:54.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104592026-08-19T03:48:55.647Z[ host-image] Aug 19 03:48:54.529 INFO O| Aug 19 03:48:54.529 INFO ok!
104602026-08-19T03:48:55.647Z[ host-image] Aug 19 03:48:54.529 INFO O| Aug 19 03:48:54.529 INFO STEP 133 (ensure_file) COMPLETE
104612026-08-19T03:48:55.647Z[ host-image] Aug 19 03:48:54.529 INFO O| Aug 19 03:48:54.529 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-08-19T03:48:55.651Z[ host-image] Aug 19 03:48:54.537 INFO O| Aug 19 03:48:54.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104632026-08-19T03:48:55.655Z[ host-image] Aug 19 03:48:54.537 INFO O| Aug 19 03:48:54.537 INFO copying /tmp/.tmpNiwJUs/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 ...
104642026-08-19T03:48:55.655Z[ host-image] Aug 19 03:48:54.537 INFO O| Aug 19 03:48:54.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104652026-08-19T03:48:55.655Z[ host-image] Aug 19 03:48:54.537 INFO O| Aug 19 03:48:54.537 INFO ok!
104662026-08-19T03:48:55.655Z[ host-image] Aug 19 03:48:54.537 INFO O| Aug 19 03:48:54.537 INFO STEP 134 (ensure_file) COMPLETE
104672026-08-19T03:48:55.655Z[ host-image] Aug 19 03:48:54.537 INFO O| Aug 19 03:48:54.537 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-08-19T03:48:55.659Z[ host-image] Aug 19 03:48:54.544 INFO O| Aug 19 03:48:54.544 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104692026-08-19T03:48:55.659Z[ host-image] Aug 19 03:48:54.544 INFO O| Aug 19 03:48:54.544 INFO copying /tmp/.tmpNiwJUs/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 ...
104702026-08-19T03:48:55.659Z[ host-image] Aug 19 03:48:54.544 INFO O| Aug 19 03:48:54.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104712026-08-19T03:48:55.659Z[ host-image] Aug 19 03:48:54.544 INFO O| Aug 19 03:48:54.544 INFO ok!
104722026-08-19T03:48:55.659Z[ host-image] Aug 19 03:48:54.544 INFO O| Aug 19 03:48:54.544 INFO STEP 135 (ensure_file) COMPLETE
104732026-08-19T03:48:55.659Z[ host-image] Aug 19 03:48:54.544 INFO O| Aug 19 03:48:54.544 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-08-19T03:48:55.664Z[ host-image] Aug 19 03:48:54.551 INFO O| Aug 19 03:48:54.551 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104752026-08-19T03:48:55.668Z[ host-image] Aug 19 03:48:54.551 INFO O| Aug 19 03:48:54.551 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104762026-08-19T03:48:55.668Z[ host-image] Aug 19 03:48:54.551 INFO O| Aug 19 03:48:54.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104772026-08-19T03:48:55.668Z[ host-image] Aug 19 03:48:54.551 INFO O| Aug 19 03:48:54.551 INFO ok!
104782026-08-19T03:48:55.668Z[ host-image] Aug 19 03:48:54.551 INFO O| Aug 19 03:48:54.551 INFO STEP 136 (ensure_file) COMPLETE
104792026-08-19T03:48:55.669Z[ host-image] Aug 19 03:48:54.551 INFO O| Aug 19 03:48:54.551 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-08-19T03:48:55.672Z[ host-image] Aug 19 03:48:54.558 INFO O| Aug 19 03:48:54.558 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104812026-08-19T03:48:55.672Z[ host-image] Aug 19 03:48:54.558 INFO O| Aug 19 03:48:54.558 INFO copying /tmp/.tmpNiwJUs/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 ...
104822026-08-19T03:48:55.672Z[ host-image] Aug 19 03:48:54.558 INFO O| Aug 19 03:48:54.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104832026-08-19T03:48:55.673Z[ host-image] Aug 19 03:48:54.558 INFO O| Aug 19 03:48:54.558 INFO ok!
104842026-08-19T03:48:55.673Z[ host-image] Aug 19 03:48:54.558 INFO O| Aug 19 03:48:54.558 INFO STEP 137 (ensure_file) COMPLETE
104852026-08-19T03:48:55.673Z[ host-image] Aug 19 03:48:54.558 INFO O| Aug 19 03:48:54.558 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-08-19T03:48:55.679Z[ host-image] Aug 19 03:48:54.565 INFO O| Aug 19 03:48:54.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104872026-08-19T03:48:55.679Z[ host-image] Aug 19 03:48:54.565 INFO O| Aug 19 03:48:54.565 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104882026-08-19T03:48:55.679Z[ host-image] Aug 19 03:48:54.565 INFO O| Aug 19 03:48:54.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104892026-08-19T03:48:55.679Z[ host-image] Aug 19 03:48:54.565 INFO O| Aug 19 03:48:54.565 INFO ok!
104902026-08-19T03:48:55.683Z[ host-image] Aug 19 03:48:54.565 INFO O| Aug 19 03:48:54.565 INFO STEP 138 (ensure_file) COMPLETE
104912026-08-19T03:48:55.683Z[ host-image] Aug 19 03:48:54.565 INFO O| Aug 19 03:48:54.565 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-08-19T03:48:55.687Z[ host-image] Aug 19 03:48:54.572 INFO O| Aug 19 03:48:54.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104932026-08-19T03:48:55.687Z[ host-image] Aug 19 03:48:54.572 INFO O| Aug 19 03:48:54.572 INFO copying /tmp/.tmpNiwJUs/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104942026-08-19T03:49:01.466Z[ recovery-image] Aug 19 03:49:00.352 INFO O| ok, image written!
104952026-08-19T03:49:01.467Z[ recovery-image] Aug 19 03:49:00.352 INFO O| ok, boot_image_csum file written!
104962026-08-19T03:49:01.472Z[ recovery-image] Aug 19 03:49:00.355 INFO creating boot archive (CPIO)...
104972026-08-19T03:49:01.472Z[ recovery-image] Aug 19 03:49:00.355 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
104982026-08-19T03:49:01.477Z[ recovery-image] Aug 19 03:49:00.361 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
104992026-08-19T03:49:01.478Z[ recovery-image] Aug 19 03:49:00.361 INFO E| + outfile=/work/os-recovery/cpio
105002026-08-19T03:49:01.478Z[ recovery-image] Aug 19 03:49:00.361 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
105012026-08-19T03:49:01.481Z[ recovery-image] Aug 19 03:49:00.363 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
105022026-08-19T03:49:01.481Z[ recovery-image] Aug 19 03:49:00.364 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
105032026-08-19T03:49:01.524Z[ recovery-image] Aug 19 03:49:00.410 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
105042026-08-19T03:49:01.524Z[ recovery-image] Aug 19 03:49:00.410 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
105052026-08-19T03:49:01.532Z[ recovery-image] Aug 19 03:49:00.417 INFO creating compressed cpio/unix for dev loaders...
105062026-08-19T03:49:01.532Z[ recovery-image] Aug 19 03:49:00.417 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
105072026-08-19T03:49:01.808Z[ recovery-image] Aug 19 03:49:00.694 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105082026-08-19T03:49:02.959Z[ host-image] Aug 19 03:49:01.845 INFO O| Aug 19 03:49:01.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105092026-08-19T03:49:02.959Z[ host-image] Aug 19 03:49:01.845 INFO O| Aug 19 03:49:01.845 INFO ok!
105102026-08-19T03:49:02.963Z[ host-image] Aug 19 03:49:01.845 INFO O| Aug 19 03:49:01.845 INFO STEP 139 (ensure_file) COMPLETE
105112026-08-19T03:49:02.963Z[ host-image] Aug 19 03:49:01.845 INFO O| Aug 19 03:49:01.845 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-08-19T03:49:02.968Z[ host-image] Aug 19 03:49:01.854 INFO O| Aug 19 03:49:01.854 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105132026-08-19T03:49:02.972Z[ host-image] Aug 19 03:49:01.854 INFO O| Aug 19 03:49:01.854 INFO STEP 140 (ensure_dir) COMPLETE
105142026-08-19T03:49:02.972Z[ host-image] Aug 19 03:49:01.854 INFO O| Aug 19 03:49:01.854 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105152026-08-19T03:49:02.978Z[ host-image] Aug 19 03:49:01.864 INFO O| Aug 19 03:49:01.863 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105162026-08-19T03:49:02.978Z[ host-image] Aug 19 03:49:01.864 INFO O| Aug 19 03:49:01.864 INFO STEP 141 (ensure_dir) COMPLETE
105172026-08-19T03:49:02.982Z[ host-image] Aug 19 03:49:01.864 INFO O| Aug 19 03:49:01.864 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-08-19T03:49:02.986Z[ host-image] Aug 19 03:49:01.871 INFO O| Aug 19 03:49:01.871 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105192026-08-19T03:49:02.986Z[ host-image] Aug 19 03:49:01.871 INFO O| Aug 19 03:49:01.871 INFO STEP 142 (ensure_dir) COMPLETE
105202026-08-19T03:49:02.986Z[ host-image] Aug 19 03:49:01.871 INFO O| Aug 19 03:49:01.871 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-08-19T03:49:03.069Z[ host-image] Aug 19 03:49:01.879 INFO O| Aug 19 03:49:01.879 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105222026-08-19T03:49:03.069Z[ host-image] Aug 19 03:49:01.879 INFO O| Aug 19 03:49:01.879 INFO STEP 143 (ensure_dir) COMPLETE
105232026-08-19T03:49:03.070Z[ host-image] Aug 19 03:49:01.879 INFO O| Aug 19 03:49:01.879 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-08-19T03:49:03.076Z[ host-image] Aug 19 03:49:01.887 INFO O| Aug 19 03:49:01.887 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105252026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.887 INFO O| Aug 19 03:49:01.887 INFO copying /tmp/.tmpNiwJUs/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 ...
105262026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.887 INFO O| Aug 19 03:49:01.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105272026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.887 INFO O| Aug 19 03:49:01.887 INFO ok!
105282026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.887 INFO O| Aug 19 03:49:01.887 INFO STEP 144 (ensure_file) COMPLETE
105292026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.887 INFO O| Aug 19 03:49:01.887 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.894 INFO O| Aug 19 03:49:01.894 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105312026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.894 INFO O| Aug 19 03:49:01.894 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105322026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.894 INFO O| Aug 19 03:49:01.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105332026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.894 INFO O| Aug 19 03:49:01.894 INFO STEP 145 (ensure_dir) COMPLETE
105342026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.894 INFO O| Aug 19 03:49:01.894 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.901 INFO O| Aug 19 03:49:01.901 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105362026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.901 INFO O| Aug 19 03:49:01.901 INFO copying /tmp/.tmpNiwJUs/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105372026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.901 INFO O| Aug 19 03:49:01.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105382026-08-19T03:49:03.077Z[ host-image] Aug 19 03:49:01.901 INFO O| Aug 19 03:49:01.901 INFO ok!
105392026-08-19T03:49:03.078Z[ host-image] Aug 19 03:49:01.901 INFO O| Aug 19 03:49:01.901 INFO STEP 146 (ensure_file) COMPLETE
105402026-08-19T03:49:03.078Z[ host-image] Aug 19 03:49:01.901 INFO O| Aug 19 03:49:01.901 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105412026-08-19T03:49:03.079Z[ host-image] Aug 19 03:49:01.909 INFO O| Aug 19 03:49:01.909 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105422026-08-19T03:49:03.079Z[ host-image] Aug 19 03:49:01.909 INFO O| Aug 19 03:49:01.909 INFO STEP 147 (remove_files) COMPLETE
105432026-08-19T03:49:03.079Z[ host-image] Aug 19 03:49:01.909 INFO O| Aug 19 03:49:01.909 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105442026-08-19T03:49:03.079Z[ host-image] Aug 19 03:49:01.915 INFO O| Aug 19 03:49:01.915 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105452026-08-19T03:49:03.079Z[ host-image] Aug 19 03:49:01.915 INFO O| Aug 19 03:49:01.915 INFO STEP 148 (remove_files) COMPLETE
105462026-08-19T03:49:03.079Z[ host-image] Aug 19 03:49:01.915 INFO O| Aug 19 03:49:01.915 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105472026-08-19T03:49:03.079Z[ host-image] Aug 19 03:49:01.923 INFO O| Aug 19 03:49:01.923 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105482026-08-19T03:49:03.079Z[ host-image] Aug 19 03:49:01.923 INFO O| Aug 19 03:49:01.923 INFO STEP 149 (remove_files) COMPLETE
105492026-08-19T03:49:03.079Z[ host-image] Aug 19 03:49:01.923 INFO O| Aug 19 03:49:01.923 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105502026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.930 INFO O| Aug 19 03:49:01.930 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105512026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.930 INFO O| Aug 19 03:49:01.930 INFO STEP 150 (remove_files) COMPLETE
105522026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.930 INFO O| Aug 19 03:49:01.930 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105532026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.936 INFO O| Aug 19 03:49:01.936 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105542026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.936 INFO O| Aug 19 03:49:01.936 INFO STEP 151 (remove_files) COMPLETE
105552026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.936 INFO O| Aug 19 03:49:01.936 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105562026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.942 INFO O| Aug 19 03:49:01.942 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105572026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.942 INFO O| Aug 19 03:49:01.942 INFO STEP 152 (remove_files) COMPLETE
105582026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.942 INFO O| Aug 19 03:49:01.942 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105592026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.949 INFO O| Aug 19 03:49:01.949 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105602026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.949 INFO O| Aug 19 03:49:01.949 INFO STEP 153 (remove_files) COMPLETE
105612026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.949 INFO O| Aug 19 03:49:01.949 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105622026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.956 INFO O| Aug 19 03:49:01.956 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105632026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.956 INFO O| Aug 19 03:49:01.956 INFO STEP 154 (remove_files) COMPLETE
105642026-08-19T03:49:03.080Z[ host-image] Aug 19 03:49:01.956 INFO O| Aug 19 03:49:01.956 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105652026-08-19T03:49:03.086Z[ host-image] Aug 19 03:49:01.963 INFO O| Aug 19 03:49:01.963 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105662026-08-19T03:49:03.086Z[ host-image] Aug 19 03:49:01.963 INFO O| Aug 19 03:49:01.963 INFO STEP 155 (remove_files) COMPLETE
105672026-08-19T03:49:03.086Z[ host-image] Aug 19 03:49:01.963 INFO O| Aug 19 03:49:01.963 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105682026-08-19T03:49:03.086Z[ host-image] Aug 19 03:49:01.970 INFO O| Aug 19 03:49:01.970 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105692026-08-19T03:49:03.086Z[ host-image] Aug 19 03:49:01.970 INFO O| Aug 19 03:49:01.970 INFO STEP 156 (remove_files) COMPLETE
105702026-08-19T03:49:03.086Z[ host-image] Aug 19 03:49:01.970 INFO O| Aug 19 03:49:01.970 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105712026-08-19T03:49:03.091Z[ host-image] Aug 19 03:49:01.977 INFO O| Aug 19 03:49:01.977 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105722026-08-19T03:49:03.095Z[ host-image] Aug 19 03:49:01.977 INFO O| Aug 19 03:49:01.977 INFO STEP 157 (remove_files) COMPLETE
105732026-08-19T03:49:03.095Z[ host-image] Aug 19 03:49:01.977 INFO O| Aug 19 03:49:01.977 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105742026-08-19T03:49:03.099Z[ host-image] Aug 19 03:49:01.984 INFO O| Aug 19 03:49:01.984 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105752026-08-19T03:49:03.099Z[ host-image] Aug 19 03:49:01.984 INFO O| Aug 19 03:49:01.984 INFO STEP 158 (remove_files) COMPLETE
105762026-08-19T03:49:03.099Z[ host-image] Aug 19 03:49:01.984 INFO O| Aug 19 03:49:01.984 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105772026-08-19T03:49:03.104Z[ host-image] Aug 19 03:49:01.990 INFO O| Aug 19 03:49:01.990 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105782026-08-19T03:49:03.104Z[ host-image] Aug 19 03:49:01.990 INFO O| Aug 19 03:49:01.990 INFO STEP 159 (remove_files) COMPLETE
105792026-08-19T03:49:03.108Z[ host-image] Aug 19 03:49:01.990 INFO O| Aug 19 03:49:01.990 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105802026-08-19T03:49:03.113Z[ host-image] Aug 19 03:49:01.998 INFO O| Aug 19 03:49:01.998 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105812026-08-19T03:49:03.113Z[ host-image] Aug 19 03:49:01.998 INFO O| Aug 19 03:49:01.998 INFO STEP 160 (remove_files) COMPLETE
105822026-08-19T03:49:03.113Z[ host-image] Aug 19 03:49:01.998 INFO O| Aug 19 03:49:01.998 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105832026-08-19T03:49:03.120Z[ host-image] Aug 19 03:49:02.006 INFO O| Aug 19 03:49:02.006 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105842026-08-19T03:49:03.120Z[ host-image] Aug 19 03:49:02.006 INFO O| Aug 19 03:49:02.006 INFO STEP 161 (remove_files) COMPLETE
105852026-08-19T03:49:03.124Z[ host-image] Aug 19 03:49:02.006 INFO O| Aug 19 03:49:02.006 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105862026-08-19T03:49:03.128Z[ host-image] Aug 19 03:49:02.014 INFO O| Aug 19 03:49:02.014 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105872026-08-19T03:49:03.128Z[ host-image] Aug 19 03:49:02.014 INFO O| Aug 19 03:49:02.014 INFO STEP 162 (remove_files) COMPLETE
105882026-08-19T03:49:03.128Z[ host-image] Aug 19 03:49:02.014 INFO O| Aug 19 03:49:02.014 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105892026-08-19T03:49:03.136Z[ host-image] Aug 19 03:49:02.022 INFO O| Aug 19 03:49:02.022 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
105902026-08-19T03:49:03.136Z[ host-image] Aug 19 03:49:02.022 INFO O| Aug 19 03:49:02.022 INFO STEP 163 (remove_files) COMPLETE
105912026-08-19T03:49:03.140Z[ host-image] Aug 19 03:49:02.022 INFO O| Aug 19 03:49:02.022 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105922026-08-19T03:49:03.144Z[ host-image] Aug 19 03:49:02.029 INFO O| Aug 19 03:49:02.029 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
105932026-08-19T03:49:03.144Z[ host-image] Aug 19 03:49:02.029 INFO O| Aug 19 03:49:02.029 INFO STEP 164 (remove_files) COMPLETE
105942026-08-19T03:49:03.144Z[ host-image] Aug 19 03:49:02.029 INFO O| Aug 19 03:49:02.029 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105952026-08-19T03:49:03.149Z[ host-image] Aug 19 03:49:02.035 INFO O| Aug 19 03:49:02.035 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105962026-08-19T03:49:03.149Z[ host-image] Aug 19 03:49:02.035 INFO O| Aug 19 03:49:02.035 INFO STEP 165 (remove_files) COMPLETE
105972026-08-19T03:49:03.153Z[ host-image] Aug 19 03:49:02.035 INFO O| Aug 19 03:49:02.035 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105982026-08-19T03:49:03.157Z[ host-image] Aug 19 03:49:02.043 INFO O| Aug 19 03:49:02.043 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105992026-08-19T03:49:03.157Z[ host-image] Aug 19 03:49:02.043 INFO O| Aug 19 03:49:02.043 INFO STEP 166 (remove_files) COMPLETE
106002026-08-19T03:49:03.157Z[ host-image] Aug 19 03:49:02.043 INFO O| Aug 19 03:49:02.043 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106012026-08-19T03:49:03.163Z[ host-image] Aug 19 03:49:02.050 INFO O| Aug 19 03:49:02.050 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106022026-08-19T03:49:03.167Z[ host-image] Aug 19 03:49:02.050 INFO O| Aug 19 03:49:02.050 INFO STEP 167 (remove_files) COMPLETE
106032026-08-19T03:49:03.167Z[ host-image] Aug 19 03:49:02.050 INFO O| Aug 19 03:49:02.050 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106042026-08-19T03:49:03.171Z[ host-image] Aug 19 03:49:02.056 INFO O| Aug 19 03:49:02.056 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106052026-08-19T03:49:03.171Z[ host-image] Aug 19 03:49:02.057 INFO O| Aug 19 03:49:02.057 INFO STEP 168 (remove_files) COMPLETE
106062026-08-19T03:49:03.171Z[ host-image] Aug 19 03:49:02.057 INFO O| Aug 19 03:49:02.057 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106072026-08-19T03:49:03.177Z[ host-image] Aug 19 03:49:02.063 INFO O| Aug 19 03:49:02.063 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106082026-08-19T03:49:03.177Z[ host-image] Aug 19 03:49:02.063 INFO O| Aug 19 03:49:02.063 INFO STEP 169 (remove_files) COMPLETE
106092026-08-19T03:49:03.181Z[ host-image] Aug 19 03:49:02.063 INFO O| Aug 19 03:49:02.063 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-08-19T03:49:03.185Z[ host-image] Aug 19 03:49:02.070 INFO O| Aug 19 03:49:02.070 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106112026-08-19T03:49:03.185Z[ host-image] Aug 19 03:49:02.070 INFO O| Aug 19 03:49:02.070 INFO STEP 170 (remove_files) COMPLETE
106122026-08-19T03:49:03.185Z[ host-image] Aug 19 03:49:02.070 INFO O| Aug 19 03:49:02.070 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-08-19T03:49:03.191Z[ host-image] Aug 19 03:49:02.077 INFO O| Aug 19 03:49:02.077 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106142026-08-19T03:49:03.195Z[ host-image] Aug 19 03:49:02.077 INFO O| Aug 19 03:49:02.077 INFO STEP 171 (remove_files) COMPLETE
106152026-08-19T03:49:03.195Z[ host-image] Aug 19 03:49:02.077 INFO O| Aug 19 03:49:02.077 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-08-19T03:49:03.199Z[ host-image] Aug 19 03:49:02.082 INFO O| Aug 19 03:49:02.082 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106172026-08-19T03:49:03.199Z[ host-image] Aug 19 03:49:02.082 INFO O| Aug 19 03:49:02.082 INFO STEP 172 (remove_files) COMPLETE
106182026-08-19T03:49:03.199Z[ host-image] Aug 19 03:49:02.082 INFO O| Aug 19 03:49:02.082 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-08-19T03:49:03.203Z[ host-image] Aug 19 03:49:02.088 INFO O| Aug 19 03:49:02.088 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106202026-08-19T03:49:03.203Z[ host-image] Aug 19 03:49:02.088 INFO O| Aug 19 03:49:02.088 INFO STEP 173 (remove_files) COMPLETE
106212026-08-19T03:49:03.203Z[ host-image] Aug 19 03:49:02.088 INFO O| Aug 19 03:49:02.088 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-08-19T03:49:03.207Z[ host-image] Aug 19 03:49:02.093 INFO O| Aug 19 03:49:02.093 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106232026-08-19T03:49:03.207Z[ host-image] Aug 19 03:49:02.093 INFO O| Aug 19 03:49:02.093 INFO STEP 174 (remove_files) COMPLETE
106242026-08-19T03:49:03.211Z[ host-image] Aug 19 03:49:02.093 INFO O| Aug 19 03:49:02.093 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-08-19T03:49:03.215Z[ host-image] Aug 19 03:49:02.100 INFO O| Aug 19 03:49:02.100 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106262026-08-19T03:49:03.216Z[ host-image] Aug 19 03:49:02.100 INFO O| Aug 19 03:49:02.100 INFO STEP 175 (remove_files) COMPLETE
106272026-08-19T03:49:03.216Z[ host-image] Aug 19 03:49:02.100 INFO O| Aug 19 03:49:02.100 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106282026-08-19T03:49:03.222Z[ host-image] Aug 19 03:49:02.108 INFO O| Aug 19 03:49:02.108 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106292026-08-19T03:49:03.227Z[ host-image] Aug 19 03:49:02.108 INFO O| Aug 19 03:49:02.108 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
106302026-08-19T03:49:05.234Z[ recovery-image] Aug 19 03:49:04.119 INFO creating reset image...
106312026-08-19T03:49:05.234Z[ recovery-image] Aug 19 03:49:04.119 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")
106322026-08-19T03:49:05.453Z[ recovery-image] Aug 19 03:49:04.339 INFO E| Updating crates.io index
106332026-08-19T03:49:05.649Z[ recovery-image] Aug 19 03:49:04.535 INFO E| Downloading crates ...
106342026-08-19T03:49:05.690Z[ recovery-image] Aug 19 03:49:04.575 INFO E| Downloaded colorchoice v1.0.5
106352026-08-19T03:49:05.694Z[ recovery-image] Aug 19 03:49:04.578 INFO E| Downloaded shared_child v1.1.1
106362026-08-19T03:49:05.694Z[ recovery-image] Aug 19 03:49:04.579 INFO E| Downloaded shared_thread v0.2.0
106372026-08-19T03:49:05.698Z[ recovery-image] Aug 19 03:49:04.582 INFO E| Downloaded os_pipe v1.2.3
106382026-08-19T03:49:05.702Z[ recovery-image] Aug 19 03:49:04.585 INFO E| Downloaded duct v1.1.1
106392026-08-19T03:49:05.702Z[ recovery-image] Aug 19 03:49:04.586 INFO E| Downloaded clap_lex v1.1.0
106402026-08-19T03:49:05.703Z[ recovery-image] Aug 19 03:49:04.587 INFO E| Downloaded sigchld v0.2.4
106412026-08-19T03:49:05.734Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling libc v0.2.186
106422026-08-19T03:49:05.734Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling proc-macro2 v1.0.106
106432026-08-19T03:49:05.738Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling unicode-ident v1.0.24
106442026-08-19T03:49:05.738Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling quote v1.0.45
106452026-08-19T03:49:05.739Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling signal-hook v0.3.18
106462026-08-19T03:49:05.739Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling utf8parse v0.2.2
106472026-08-19T03:49:05.739Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling is_terminal_polyfill v1.70.2
106482026-08-19T03:49:05.739Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling anstyle v1.0.14
106492026-08-19T03:49:05.739Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling anstyle-query v1.1.5
106502026-08-19T03:49:05.739Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling colorchoice v1.0.5
106512026-08-19T03:49:05.739Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling strsim v0.11.1
106522026-08-19T03:49:05.739Z[ recovery-image] Aug 19 03:49:04.620 INFO E| Compiling heck v0.5.0
106532026-08-19T03:49:05.745Z[ recovery-image] Aug 19 03:49:04.631 INFO E| Compiling clap_lex v1.1.0
106542026-08-19T03:49:05.749Z[ recovery-image] Aug 19 03:49:04.631 INFO E| Compiling shared_thread v0.2.0
106552026-08-19T03:49:05.855Z[ recovery-image] Aug 19 03:49:04.740 INFO E| Compiling anstyle-parse v1.0.0
106562026-08-19T03:49:05.987Z[ recovery-image] Aug 19 03:49:04.873 INFO E| Compiling anstream v1.0.0
106572026-08-19T03:49:06.174Z[ recovery-image] Aug 19 03:49:05.059 INFO E| Compiling clap_builder v4.6.0
106582026-08-19T03:49:06.455Z[ recovery-image] Aug 19 03:49:05.341 INFO E| Compiling errno v0.3.14
106592026-08-19T03:49:06.455Z[ recovery-image] Aug 19 03:49:05.341 INFO E| Compiling os_pipe v1.2.3
106602026-08-19T03:49:06.547Z[ recovery-image] Aug 19 03:49:05.433 INFO E| Compiling signal-hook-registry v1.4.8
106612026-08-19T03:49:06.722Z[ recovery-image] Aug 19 03:49:05.608 INFO E| Compiling syn v2.0.117
106622026-08-19T03:49:06.798Z[ recovery-image] Aug 19 03:49:05.683 INFO E| Compiling sigchld v0.2.4
106632026-08-19T03:49:06.884Z[ recovery-image] Aug 19 03:49:05.770 INFO E| Compiling shared_child v1.1.1
106642026-08-19T03:49:06.987Z[ recovery-image] Aug 19 03:49:05.872 INFO E| Compiling duct v1.1.1
106652026-08-19T03:49:08.650Z[ recovery-image] Aug 19 03:49:07.535 INFO E| Compiling clap_derive v4.6.1
106662026-08-19T03:49:09.851Z[ recovery-image] Aug 19 03:49:08.736 INFO E| Compiling clap v4.6.1
106672026-08-19T03:49:09.862Z[ host-image] Aug 19 03:49:08.747 INFO O| Aug 19 03:49:08.747 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
106682026-08-19T03:49:09.862Z[ host-image] Aug 19 03:49:08.747 INFO O| Aug 19 03:49:08.747 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106692026-08-19T03:49:09.874Z[ host-image] Aug 19 03:49:08.760 INFO O| Aug 19 03:49:08.760 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106702026-08-19T03:49:09.905Z[ recovery-image] Aug 19 03:49:08.791 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106712026-08-19T03:49:09.971Z[ host-image] Aug 19 03:49:08.857 INFO O| Aug 19 03:49:08.856 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
106722026-08-19T03:49:10.026Z[ host-image] Aug 19 03:49:08.912 INFO O| Aug 19 03:49:08.912 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106732026-08-19T03:49:10.089Z[ host-image] Aug 19 03:49:08.975 INFO O| Aug 19 03:49:08.975 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106742026-08-19T03:49:10.089Z[ host-image] Aug 19 03:49:08.975 INFO O| Aug 19 03:49:08.975 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106752026-08-19T03:49:10.093Z[ host-image] Aug 19 03:49:08.976 INFO O| Aug 19 03:49:08.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106762026-08-19T03:49:10.093Z[ host-image] Aug 19 03:49:08.976 INFO O| Aug 19 03:49:08.976 INFO ok!
106772026-08-19T03:49:10.093Z[ host-image] Aug 19 03:49:08.976 INFO O| Aug 19 03:49:08.976 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106782026-08-19T03:49:10.093Z[ host-image] Aug 19 03:49:08.976 INFO O| Aug 19 03:49:08.976 INFO STEP 176 (seed_smf) COMPLETE
106792026-08-19T03:49:10.093Z[ host-image] Aug 19 03:49:08.976 INFO O| Aug 19 03:49:08.976 INFO steps complete; finalising image!
106802026-08-19T03:49:10.094Z[ host-image] Aug 19 03:49:08.976 INFO O| Aug 19 03:49:08.976 INFO TRIM POOL: TEMPORARY-sled-zfs
106812026-08-19T03:49:10.168Z[ host-image] Aug 19 03:49:09.054 INFO O| Aug 19 03:49:09.053 INFO trim TEMPORARY-sled-zfs: (56% trimmed, started at Wed Aug 19 03:49:08 2026)
106822026-08-19T03:49:10.382Z[ host-image] Aug 19 03:49:09.267 INFO O| Aug 19 03:49:09.267 INFO temporary pool has 906M used, 118M avail, 1.81x compressratio
106832026-08-19T03:49:10.382Z[ host-image] Aug 19 03:49:09.267 INFO O| Aug 19 03:49:09.267 INFO EXPORT POOL: TEMPORARY-sled-zfs
106842026-08-19T03:49:10.692Z[ recovery-image] Aug 19 03:49:09.578 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
106852026-08-19T03:49:10.697Z[ recovery-image] Aug 19 03:49:09.583 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106862026-08-19T03:49:10.715Z[ host-image] Aug 19 03:49:09.601 INFO O| Aug 19 03:49:09.600 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106872026-08-19T03:49:10.715Z[ host-image] Aug 19 03:49:09.601 INFO O| Aug 19 03:49:09.601 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106882026-08-19T03:49:10.903Z[ recovery-image] Aug 19 03:49:09.788 INFO E| Downloading crates ...
106892026-08-19T03:49:10.954Z[ recovery-image] Aug 19 03:49:09.839 INFO E| Downloaded miniz_oxide v0.9.1
106902026-08-19T03:49:10.973Z[ recovery-image] Aug 19 03:49:09.859 INFO E| Downloaded raw-cpuid v10.7.0
106912026-08-19T03:49:10.977Z[ recovery-image] Aug 19 03:49:09.861 INFO E| Downloaded bit_field v0.10.3
106922026-08-19T03:49:10.977Z[ recovery-image] Aug 19 03:49:09.862 INFO E| Downloaded log v0.4.32
106932026-08-19T03:49:10.982Z[ recovery-image] Aug 19 03:49:09.864 INFO E| Downloaded bitstruct v0.1.1
106942026-08-19T03:49:10.990Z[ recovery-image] Aug 19 03:49:09.876 INFO E| Downloaded cpio_reader v0.1.2
106952026-08-19T03:49:10.997Z[ recovery-image] Aug 19 03:49:09.883 INFO E| Downloaded bitstruct_derive v0.1.0
106962026-08-19T03:49:11.002Z[ recovery-image] Aug 19 03:49:09.884 INFO E| Downloaded goblin v0.10.7
106972026-08-19T03:49:11.006Z[ recovery-image] Aug 19 03:49:09.888 INFO E| Downloaded bitflags v2.13.0
106982026-08-19T03:49:11.150Z[ recovery-image] Aug 19 03:49:10.036 INFO E| Downloaded x86 v0.52.0
106992026-08-19T03:49:11.182Z[ recovery-image] Aug 19 03:49:10.068 INFO E| Updating crates.io index
107002026-08-19T03:49:11.234Z[ recovery-image] Aug 19 03:49:10.119 INFO E| Downloading crates ...
107012026-08-19T03:49:11.260Z[ recovery-image] Aug 19 03:49:10.146 INFO E| Downloaded hashbrown v0.17.1
107022026-08-19T03:49:11.264Z[ recovery-image] Aug 19 03:49:10.149 INFO E| Downloaded rustc-literal-escaper v0.0.7
107032026-08-19T03:49:11.304Z[ recovery-image] Aug 19 03:49:10.190 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)
107042026-08-19T03:49:11.304Z[ recovery-image] Aug 19 03:49:10.190 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)
107052026-08-19T03:49:11.304Z[ recovery-image] Aug 19 03:49:10.190 INFO E| Compiling proc-macro2 v1.0.106
107062026-08-19T03:49:11.309Z[ recovery-image] Aug 19 03:49:10.190 INFO E| Compiling quote v1.0.45
107072026-08-19T03:49:11.309Z[ recovery-image] Aug 19 03:49:10.190 INFO E| Compiling unicode-ident v1.0.24
107082026-08-19T03:49:11.309Z[ recovery-image] Aug 19 03:49:10.190 INFO E| Compiling syn v1.0.109
107092026-08-19T03:49:11.309Z[ recovery-image] Aug 19 03:49:10.190 INFO E| Compiling x86 v0.52.0
107102026-08-19T03:49:11.309Z[ recovery-image] Aug 19 03:49:10.190 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107112026-08-19T03:49:11.309Z[ recovery-image] Aug 19 03:49:10.190 INFO E| Compiling seq-macro v0.3.6
107122026-08-19T03:49:11.571Z[ host-image] Aug 19 03:49:10.456 INFO O| Aug 19 03:49:10.456 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107132026-08-19T03:49:11.571Z[ host-image] Aug 19 03:49:10.456 INFO O| Aug 19 03:49:10.456 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107142026-08-19T03:49:11.571Z[ host-image] Aug 19 03:49:10.456 INFO O| Aug 19 03:49:10.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107152026-08-19T03:49:11.575Z[ host-image] Aug 19 03:49:10.456 INFO O| Aug 19 03:49:10.456 INFO completed processing sled/zfs
107162026-08-19T03:49:11.575Z[ host-image] Aug 19 03:49:10.456 INFO O| Aug 19 03:49:10.456 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107172026-08-19T03:49:12.273Z[ recovery-image] Aug 19 03:49:11.158 INFO E| Compiling syn v2.0.117
107182026-08-19T03:49:13.572Z[ recovery-image] Aug 19 03:49:12.458 INFO E| Compiling scroll_derive v0.13.1
107192026-08-19T03:49:14.543Z[ recovery-image] Aug 19 03:49:13.429 INFO E| Compiling bitstruct_derive v0.1.0
107202026-08-19T03:49:23.524Z[ recovery-image] Aug 19 03:49:22.410 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)
107212026-08-19T03:49:25.417Z[ host-image] Aug 19 03:49:24.303 INFO O| Aug 19 03:49:24.303 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107222026-08-19T03:49:25.515Z[ host-image] Aug 19 03:49:24.401 INFO BUILD STRING "heads/stlouis-0-ga931ca4556\n"
107232026-08-19T03:49:25.515Z[ host-image] Aug 19 03:49:24.401 INFO expanded image name: "ci 2e55f4d/${os_short_commit} 2026-08-19 03:30" -> "ci 2e55f4d/a931ca4 2026-08-19 03:30"
107242026-08-19T03:49:25.518Z[ host-image] Aug 19 03:49:24.401 INFO output artefacts stored in: "/work/os-host"
107252026-08-19T03:49:25.518Z[ host-image] Aug 19 03:49:24.401 INFO collecting git info from project "phbl"...
107262026-08-19T03:49:25.522Z[ host-image] Aug 19 03:49:24.406 INFO collecting git info from project "bootserver"...
107272026-08-19T03:49:25.525Z[ host-image] Aug 19 03:49:24.410 INFO collecting git info from project "pilot"...
107282026-08-19T03:49:25.528Z[ host-image] Aug 19 03:49:24.414 INFO collecting git info from project "dmar-report"...
107292026-08-19T03:49:25.533Z[ host-image] Aug 19 03:49:24.419 INFO collecting git info from project "amd-firmware"...
107302026-08-19T03:49:25.543Z[ host-image] Aug 19 03:49:24.430 INFO collecting git info from project "pinprick"...
107312026-08-19T03:49:25.547Z[ host-image] Aug 19 03:49:24.433 INFO collecting git info from project "chelsio-t6-roms"...
107322026-08-19T03:49:25.551Z[ host-image] Aug 19 03:49:24.437 INFO collecting git info from project "amd-host-image-builder"...
107332026-08-19T03:49:25.556Z[ host-image] Aug 19 03:49:24.442 INFO collecting git info from project "image-builder"...
107342026-08-19T03:49:25.559Z[ host-image] Aug 19 03:49:24.446 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107352026-08-19T03:49:25.577Z[ recovery-image] Aug 19 03:49:24.463 INFO E| Compiling bitflags v1.3.2
107362026-08-19T03:49:25.577Z[ recovery-image] Aug 19 03:49:24.463 INFO E| Compiling scroll v0.13.0
107372026-08-19T03:49:25.581Z[ recovery-image] Aug 19 03:49:24.463 INFO E| Compiling log v0.4.32
107382026-08-19T03:49:25.581Z[ recovery-image] Aug 19 03:49:24.464 INFO E| Compiling plain v0.2.3
107392026-08-19T03:49:25.581Z[ recovery-image] Aug 19 03:49:24.464 INFO E| Compiling bit_field v0.10.3
107402026-08-19T03:49:25.581Z[ recovery-image] Aug 19 03:49:24.464 INFO E| Compiling bitflags v2.13.0
107412026-08-19T03:49:25.581Z[ recovery-image] Aug 19 03:49:24.464 INFO E| Compiling adler2 v2.0.1
107422026-08-19T03:49:25.581Z[ recovery-image] Aug 19 03:49:24.464 INFO E| Compiling static_assertions v1.1.0
107432026-08-19T03:49:25.581Z[ recovery-image] Aug 19 03:49:24.464 INFO E| Compiling bitstruct v0.1.1
107442026-08-19T03:49:25.631Z[ recovery-image] Aug 19 03:49:24.515 INFO E| Compiling raw-cpuid v10.7.0
107452026-08-19T03:49:25.680Z[ recovery-image] Aug 19 03:49:24.567 INFO E| Compiling miniz_oxide v0.9.1
107462026-08-19T03:49:25.735Z[ recovery-image] Aug 19 03:49:24.621 INFO E| Compiling cpio_reader v0.1.2
107472026-08-19T03:49:25.796Z[ recovery-image] Aug 19 03:49:24.682 INFO E| Compiling goblin v0.10.7
107482026-08-19T03:49:25.890Z[ host-image] Aug 19 03:49:24.776 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107492026-08-19T03:49:26.192Z[ host-image] Aug 19 03:49:25.077 INFO creating Oxide boot image...
107502026-08-19T03:49:26.192Z[ host-image] Aug 19 03:49:25.077 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 2e55f4d/a931ca4 2026-08-19 03:30", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107512026-08-19T03:49:26.991Z[ host-image] Aug 19 03:49:25.877 INFO O| ok, image written!
107522026-08-19T03:49:26.991Z[ host-image] Aug 19 03:49:25.877 INFO O| ok, boot_image_csum file written!
107532026-08-19T03:49:26.994Z[ host-image] Aug 19 03:49:25.879 INFO creating boot archive (CPIO)...
107542026-08-19T03:49:26.994Z[ host-image] Aug 19 03:49:25.879 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
107552026-08-19T03:49:26.998Z[ host-image] Aug 19 03:49:25.882 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107562026-08-19T03:49:26.998Z[ host-image] Aug 19 03:49:25.882 INFO E| + outfile=/work/os-host/cpio
107572026-08-19T03:49:26.998Z[ host-image] Aug 19 03:49:25.882 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107582026-08-19T03:49:26.998Z[ host-image] Aug 19 03:49:25.884 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107592026-08-19T03:49:26.998Z[ host-image] Aug 19 03:49:25.884 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107602026-08-19T03:49:27.022Z[ host-image] Aug 19 03:49:25.908 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107612026-08-19T03:49:27.027Z[ host-image] Aug 19 03:49:25.908 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107622026-08-19T03:49:27.081Z[ host-image] Aug 19 03:49:25.914 INFO creating compressed cpio/unix for dev loaders...
107632026-08-19T03:49:27.081Z[ host-image] Aug 19 03:49:25.914 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
107642026-08-19T03:49:27.250Z[ host-image] Aug 19 03:49:26.136 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107652026-08-19T03:49:28.646Z[ recovery-image] Aug 19 03:49:27.531 INFO E| Finished `release` profile [optimized] target(s) in 17.93s
107662026-08-19T03:49:28.663Z[ recovery-image] Aug 19 03:49:27.549 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107672026-08-19T03:49:28.663Z[ recovery-image] Aug 19 03:49:27.549 INFO building ROM for cosmo
107682026-08-19T03:49:28.663Z[ recovery-image] Aug 19 03:49:27.550 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")
107692026-08-19T03:49:28.739Z[ recovery-image] Aug 19 03:49:27.625 INFO E| Downloading crates ...
107702026-08-19T03:49:28.784Z[ recovery-image] Aug 19 03:49:27.670 INFO E| Downloaded anstyle v1.0.10
107712026-08-19T03:49:28.788Z[ recovery-image] Aug 19 03:49:27.672 INFO E| Downloaded anstyle-query v1.1.2
107722026-08-19T03:49:28.793Z[ recovery-image] Aug 19 03:49:27.679 INFO E| Downloaded clap v4.5.37
107732026-08-19T03:49:28.798Z[ recovery-image] Aug 19 03:49:27.684 INFO E| Downloaded toml_datetime v0.6.9
107742026-08-19T03:49:28.801Z[ recovery-image] Aug 19 03:49:27.685 INFO E| Downloaded is_terminal_polyfill v1.70.1
107752026-08-19T03:49:28.801Z[ recovery-image] Aug 19 03:49:27.686 INFO E| Downloaded colorchoice v1.0.3
107762026-08-19T03:49:28.806Z[ recovery-image] Aug 19 03:49:27.692 INFO E| Downloaded os_pipe v1.2.1
107772026-08-19T03:49:28.809Z[ recovery-image] Aug 19 03:49:27.693 INFO E| Downloaded serde_spanned v0.6.8
107782026-08-19T03:49:28.817Z[ recovery-image] Aug 19 03:49:27.703 INFO E| Downloaded shared_child v1.0.1
107792026-08-19T03:49:28.820Z[ recovery-image] Aug 19 03:49:27.705 INFO E| Downloaded clap_lex v0.7.4
107802026-08-19T03:49:28.820Z[ recovery-image] Aug 19 03:49:27.706 INFO E| Downloaded anstream v0.6.18
107812026-08-19T03:49:28.824Z[ recovery-image] Aug 19 03:49:27.708 INFO E| Downloaded anstyle-parse v0.2.6
107822026-08-19T03:49:28.824Z[ recovery-image] Aug 19 03:49:27.709 INFO E| Downloaded toml_write v0.1.1
107832026-08-19T03:49:28.824Z[ recovery-image] Aug 19 03:49:27.710 INFO E| Downloaded clap_derive v4.5.32
107842026-08-19T03:49:28.827Z[ recovery-image] Aug 19 03:49:27.711 INFO E| Downloaded duct v0.13.7
107852026-08-19T03:49:28.839Z[ recovery-image] Aug 19 03:49:27.725 INFO E| Downloaded toml v0.8.22
107862026-08-19T03:49:28.858Z[ recovery-image] Aug 19 03:49:27.744 INFO E| Downloaded cc v1.2.20
107872026-08-19T03:49:28.861Z[ recovery-image] Aug 19 03:49:27.746 INFO E| Downloaded toml_edit v0.22.26
107882026-08-19T03:49:28.880Z[ recovery-image] Aug 19 03:49:27.766 INFO E| Downloaded winnow v0.7.7
107892026-08-19T03:49:28.885Z[ recovery-image] Aug 19 03:49:27.771 INFO E| Downloaded clap_builder v4.5.37
107902026-08-19T03:49:28.899Z[ recovery-image] Aug 19 03:49:27.785 INFO E| Compiling libc v0.2.172
107912026-08-19T03:49:28.899Z[ recovery-image] Aug 19 03:49:27.785 INFO E| Compiling utf8parse v0.2.2
107922026-08-19T03:49:28.903Z[ recovery-image] Aug 19 03:49:27.785 INFO E| Compiling anstyle-query v1.1.2
107932026-08-19T03:49:28.903Z[ recovery-image] Aug 19 03:49:27.785 INFO E| Compiling anstyle v1.0.10
107942026-08-19T03:49:28.903Z[ recovery-image] Aug 19 03:49:27.785 INFO E| Compiling equivalent v1.0.2
107952026-08-19T03:49:28.957Z[ recovery-image] Aug 19 03:49:27.804 INFO E| Compiling is_terminal_polyfill v1.70.1
107962026-08-19T03:49:28.964Z[ recovery-image] Aug 19 03:49:27.805 INFO E| Compiling hashbrown v0.15.2
107972026-08-19T03:49:28.964Z[ recovery-image] Aug 19 03:49:27.805 INFO E| Compiling colorchoice v1.0.3
107982026-08-19T03:49:28.964Z[ recovery-image] Aug 19 03:49:27.805 INFO E| Compiling shlex v1.3.0
107992026-08-19T03:49:28.964Z[ recovery-image] Aug 19 03:49:27.805 INFO E| Compiling once_cell v1.21.3
108002026-08-19T03:49:28.964Z[ recovery-image] Aug 19 03:49:27.805 INFO E| Compiling strsim v0.11.1
108012026-08-19T03:49:28.964Z[ recovery-image] Aug 19 03:49:27.805 INFO E| Compiling clap_lex v0.7.4
108022026-08-19T03:49:28.964Z[ recovery-image] Aug 19 03:49:27.805 INFO E| Compiling winnow v0.7.7
108032026-08-19T03:49:28.964Z[ recovery-image] Aug 19 03:49:27.812 INFO E| Compiling anyhow v1.0.98
108042026-08-19T03:49:29.172Z[ recovery-image] Aug 19 03:49:28.058 INFO E| Compiling toml_write v0.1.1
108052026-08-19T03:49:29.187Z[ recovery-image] Aug 19 03:49:28.058 INFO E| Compiling syn v2.0.101
108062026-08-19T03:49:29.187Z[ recovery-image] Aug 19 03:49:28.058 INFO E| Compiling cc v1.2.20
108072026-08-19T03:49:29.281Z[ recovery-image] Aug 19 03:49:28.167 INFO E| Compiling anstyle-parse v0.2.6
108082026-08-19T03:49:29.442Z[ recovery-image] Aug 19 03:49:28.328 INFO E| Compiling anstream v0.6.18
108092026-08-19T03:49:29.655Z[ recovery-image] Aug 19 03:49:28.541 INFO E| Compiling shared_child v1.0.1
108102026-08-19T03:49:29.655Z[ recovery-image] Aug 19 03:49:28.541 INFO E| Compiling os_pipe v1.2.1
108112026-08-19T03:49:29.675Z[ recovery-image] Aug 19 03:49:28.561 INFO E| Compiling clap_builder v4.5.37
108122026-08-19T03:49:29.802Z[ recovery-image] Aug 19 03:49:28.688 INFO E| Compiling duct v0.13.7
108132026-08-19T03:49:29.864Z[ recovery-image] Aug 19 03:49:28.750 INFO E| Compiling indexmap v2.9.0
108142026-08-19T03:49:30.437Z[ recovery-image] Aug 19 03:49:29.322 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108152026-08-19T03:49:30.619Z[ host-image] Aug 19 03:49:29.504 INFO creating reset image...
108162026-08-19T03:49:30.619Z[ host-image] Aug 19 03:49:29.504 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")
108172026-08-19T03:49:30.695Z[ host-image] Aug 19 03:49:29.581 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108182026-08-19T03:49:30.699Z[ host-image] Aug 19 03:49:29.583 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108192026-08-19T03:49:31.037Z[ host-image] Aug 19 03:49:29.923 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)
108202026-08-19T03:49:31.037Z[ host-image] Aug 19 03:49:29.923 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)
108212026-08-19T03:49:31.041Z[ host-image] Aug 19 03:49:29.923 INFO E| Compiling proc-macro2 v1.0.106
108222026-08-19T03:49:31.041Z[ host-image] Aug 19 03:49:29.923 INFO E| Compiling unicode-ident v1.0.24
108232026-08-19T03:49:31.041Z[ host-image] Aug 19 03:49:29.923 INFO E| Compiling quote v1.0.45
108242026-08-19T03:49:31.041Z[ host-image] Aug 19 03:49:29.923 INFO E| Compiling syn v1.0.109
108252026-08-19T03:49:31.041Z[ host-image] Aug 19 03:49:29.923 INFO E| Compiling x86 v0.52.0
108262026-08-19T03:49:31.041Z[ host-image] Aug 19 03:49:29.923 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108272026-08-19T03:49:31.041Z[ host-image] Aug 19 03:49:29.923 INFO E| Compiling seq-macro v0.3.6
108282026-08-19T03:49:32.015Z[ recovery-image] Aug 19 03:49:30.900 INFO E| Compiling serde_derive v1.0.219
108292026-08-19T03:49:32.015Z[ recovery-image] Aug 19 03:49:30.900 INFO E| Compiling clap_derive v4.5.32
108302026-08-19T03:49:32.308Z[ host-image] Aug 19 03:49:31.195 INFO E| Compiling syn v2.0.117
108312026-08-19T03:49:33.745Z[ recovery-image] Aug 19 03:49:32.631 INFO E| Compiling clap v4.5.37
108322026-08-19T03:49:33.992Z[ host-image] Aug 19 03:49:32.878 INFO E| Compiling scroll_derive v0.13.1
108332026-08-19T03:49:34.575Z[ recovery-image] Aug 19 03:49:33.461 INFO E| Compiling serde v1.0.219
108342026-08-19T03:49:35.164Z[ host-image] Aug 19 03:49:34.050 INFO E| Compiling bitstruct_derive v0.1.0
108352026-08-19T03:49:36.545Z[ recovery-image] Aug 19 03:49:35.431 INFO E| Compiling toml_datetime v0.6.9
108362026-08-19T03:49:36.545Z[ recovery-image] Aug 19 03:49:35.431 INFO E| Compiling serde_spanned v0.6.8
108372026-08-19T03:49:36.710Z[ recovery-image] Aug 19 03:49:35.595 INFO E| Compiling toml_edit v0.22.26
108382026-08-19T03:49:38.105Z[ recovery-image] Aug 19 03:49:36.990 INFO E| Compiling toml v0.8.22
108392026-08-19T03:49:40.370Z[ recovery-image] Aug 19 03:49:39.255 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
108402026-08-19T03:49:40.379Z[ recovery-image] Aug 19 03:49:39.265 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`
108412026-08-19T03:49:40.396Z[ recovery-image] Aug 19 03:49:39.282 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108422026-08-19T03:49:40.476Z[ recovery-image] Aug 19 03:49:39.361 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108432026-08-19T03:49:40.479Z[ recovery-image] Aug 19 03:49:39.365 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`
108442026-08-19T03:49:40.696Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108452026-08-19T03:49:40.696Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108462026-08-19T03:49:40.696Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108472026-08-19T03:49:40.701Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108482026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108492026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108502026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108512026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108522026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108532026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108542026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108552026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108562026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108572026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108582026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108592026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108602026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108612026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108622026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108632026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108642026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108652026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108662026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108672026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108682026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108692026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108702026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108712026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108722026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108732026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108742026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108752026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108762026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108772026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108782026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108792026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108802026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108812026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108822026-08-19T03:49:40.702Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108832026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108842026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108852026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108862026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108872026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108882026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108892026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108902026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108912026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108922026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
108932026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
108942026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
108952026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
108962026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
108972026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO O| Info: ABL version: 0x100af010
108982026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
108992026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.583 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109002026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109012026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109022026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109032026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109042026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109052026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109062026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109072026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109082026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109092026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109102026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109112026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109122026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109132026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109142026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109152026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109162026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109172026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109182026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109192026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109202026-08-19T03:49:40.703Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109212026-08-19T03:49:40.704Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109222026-08-19T03:49:40.704Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109232026-08-19T03:49:40.704Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109242026-08-19T03:49:40.704Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109252026-08-19T03:49:40.704Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109262026-08-19T03:49:40.704Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109272026-08-19T03:49:40.704Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109282026-08-19T03:49:40.704Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109292026-08-19T03:49:40.704Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109302026-08-19T03:49:40.704Z[ recovery-image] Aug 19 03:49:39.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109312026-08-19T03:49:40.735Z[ recovery-image] Aug 19 03:49:39.621 INFO building ROM for gimlet
109322026-08-19T03:49:40.735Z[ recovery-image] Aug 19 03:49:39.621 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")
109332026-08-19T03:49:40.835Z[ recovery-image] Aug 19 03:49:39.721 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109342026-08-19T03:49:40.839Z[ recovery-image] Aug 19 03:49:39.724 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`
109352026-08-19T03:49:40.854Z[ recovery-image] Aug 19 03:49:39.740 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109362026-08-19T03:49:40.932Z[ recovery-image] Aug 19 03:49:39.818 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109372026-08-19T03:49:40.937Z[ recovery-image] Aug 19 03:49:39.823 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`
109382026-08-19T03:49:41.067Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109392026-08-19T03:49:41.067Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109402026-08-19T03:49:41.067Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109412026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109422026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109432026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109442026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109452026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109462026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109472026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109482026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109492026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109502026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109512026-08-19T03:49:41.071Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109522026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109532026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO O| Info: ABL version: 0x100f5010
109542026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109552026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109562026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109572026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109582026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109592026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109602026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109612026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109622026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109632026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109642026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109652026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109662026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109672026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109682026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109692026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109702026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109712026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109722026-08-19T03:49:41.072Z[ recovery-image] Aug 19 03:49:39.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109732026-08-19T03:49:41.105Z[ recovery-image] Aug 19 03:49:39.991 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109742026-08-19T03:49:41.105Z[ recovery-image] Aug 19 03:49:39.991 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109752026-08-19T03:49:42.379Z[ recovery-image] Aug 19 03:49:41.263 INFO image complete! materials are in "/work/os-recovery"
109762026-08-19T03:49:42.383Z[ recovery-image]
109772026-08-19T03:49:42.383Z[ recovery-image] real 3:24.710017479
109782026-08-19T03:49:42.383Z[ recovery-image] user 2:39.908613744
109792026-08-19T03:49:42.383Z[ recovery-image] sys 37.453486827
109802026-08-19T03:49:42.383Z[ recovery-image] trap 0.137072148
109812026-08-19T03:49:42.383Z[ recovery-image] tflt 0.742283603
109822026-08-19T03:49:42.383Z[ recovery-image] dflt 0.846487799
109832026-08-19T03:49:42.383Z[ recovery-image] kflt 0.000556290
109842026-08-19T03:49:42.383Z[ recovery-image] lock 8:06.419581665
109852026-08-19T03:49:42.383Z[ recovery-image] slp 17:50.223609638
109862026-08-19T03:49:42.383Z[ recovery-image] lat 36.964706466
109872026-08-19T03:49:42.383Z[ recovery-image] stop 7.428856555
109882026-08-19T03:49:42.383ZAug 19 03:49:41.266 INFO [recovery-image] process exited with exit status: 0 (204.714700752s)
109892026-08-19T03:49:42.383ZAug 19 03:49:41.266 INFO [tuf-v2-recovery] running task
109902026-08-19T03:49:42.383ZAug 19 03:49:41.267 INFO [tuf-v2-recovery] task succeeded (803.34µs)
109912026-08-19T03:49:44.988Z[ host-image] Aug 19 03:49:43.628 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)
109922026-08-19T03:49:46.868Z[ host-image] Aug 19 03:49:45.754 INFO E| Compiling bitflags v1.3.2
109932026-08-19T03:49:46.868Z[ host-image] Aug 19 03:49:45.754 INFO E| Compiling log v0.4.32
109942026-08-19T03:49:46.868Z[ host-image] Aug 19 03:49:45.754 INFO E| Compiling adler2 v2.0.1
109952026-08-19T03:49:46.872Z[ host-image] Aug 19 03:49:45.754 INFO E| Compiling bitflags v2.13.0
109962026-08-19T03:49:46.872Z[ host-image] Aug 19 03:49:45.754 INFO E| Compiling bit_field v0.10.3
109972026-08-19T03:49:46.872Z[ host-image] Aug 19 03:49:45.754 INFO E| Compiling plain v0.2.3
109982026-08-19T03:49:46.872Z[ host-image] Aug 19 03:49:45.754 INFO E| Compiling scroll v0.13.0
109992026-08-19T03:49:46.872Z[ host-image] Aug 19 03:49:45.754 INFO E| Compiling static_assertions v1.1.0
110002026-08-19T03:49:46.872Z[ host-image] Aug 19 03:49:45.754 INFO E| Compiling bitstruct v0.1.1
110012026-08-19T03:49:46.935Z[ host-image] Aug 19 03:49:45.821 INFO E| Compiling raw-cpuid v10.7.0
110022026-08-19T03:49:46.974Z[ host-image] Aug 19 03:49:45.860 INFO E| Compiling miniz_oxide v0.9.1
110032026-08-19T03:49:47.027Z[ host-image] Aug 19 03:49:45.912 INFO E| Compiling cpio_reader v0.1.2
110042026-08-19T03:49:47.084Z[ host-image] Aug 19 03:49:45.970 INFO E| Compiling goblin v0.10.7
110052026-08-19T03:49:50.008Z[ host-image] Aug 19 03:49:48.894 INFO E| Finished `release` profile [optimized] target(s) in 19.29s
110062026-08-19T03:49:50.020Z[ host-image] Aug 19 03:49:48.906 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110072026-08-19T03:49:50.020Z[ host-image] Aug 19 03:49:48.906 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110082026-08-19T03:49:50.024Z[ host-image] Aug 19 03:49:48.906 INFO building ROM for gimlet
110092026-08-19T03:49:50.024Z[ host-image] Aug 19 03:49:48.906 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
110102026-08-19T03:49:50.111Z[ host-image] Aug 19 03:49:48.997 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110112026-08-19T03:49:50.115Z[ host-image] Aug 19 03:49:48.999 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
110122026-08-19T03:49:50.128Z[ host-image] Aug 19 03:49:49.014 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110132026-08-19T03:49:50.196Z[ host-image] Aug 19 03:49:49.082 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110142026-08-19T03:49:50.200Z[ host-image] Aug 19 03:49:49.086 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-host/gimlet.rom`
110152026-08-19T03:49:50.326Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110162026-08-19T03:49:50.326Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110172026-08-19T03:49:50.330Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110182026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110192026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110202026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110212026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110222026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110232026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110242026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110252026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110262026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110272026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110282026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110292026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110302026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO O| Info: ABL version: 0x100f5010
110312026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110322026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110332026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110342026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110352026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110362026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110372026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110382026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110392026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110402026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110412026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110422026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110432026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110442026-08-19T03:49:50.331Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110452026-08-19T03:49:50.332Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110462026-08-19T03:49:50.332Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110472026-08-19T03:49:50.332Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110482026-08-19T03:49:50.332Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110492026-08-19T03:49:50.332Z[ host-image] Aug 19 03:49:49.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110502026-08-19T03:49:50.361Z[ host-image] Aug 19 03:49:49.247 INFO building ROM for cosmo
110512026-08-19T03:49:50.366Z[ host-image] Aug 19 03:49:49.247 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")
110522026-08-19T03:49:50.452Z[ host-image] Aug 19 03:49:49.338 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110532026-08-19T03:49:50.455Z[ host-image] Aug 19 03:49:49.340 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`
110542026-08-19T03:49:50.466Z[ host-image] Aug 19 03:49:49.352 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110552026-08-19T03:49:50.535Z[ host-image] Aug 19 03:49:49.420 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110562026-08-19T03:49:50.538Z[ host-image] Aug 19 03:49:49.424 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`
110572026-08-19T03:49:50.758Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110582026-08-19T03:49:50.758Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110592026-08-19T03:49:50.759Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110602026-08-19T03:49:50.759Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110612026-08-19T03:49:50.759Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110622026-08-19T03:49:50.764Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110632026-08-19T03:49:50.764Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110642026-08-19T03:49:50.764Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110652026-08-19T03:49:50.764Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110662026-08-19T03:49:50.764Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110672026-08-19T03:49:50.764Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110682026-08-19T03:49:50.764Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110692026-08-19T03:49:50.764Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110702026-08-19T03:49:50.764Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110712026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110722026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110732026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110742026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110752026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110762026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110772026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110782026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110792026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110802026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110812026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110822026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110832026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110842026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110852026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110862026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110872026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110882026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110892026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110902026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110912026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110922026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110932026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110942026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110952026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110962026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110972026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110982026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110992026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111002026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111012026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111022026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111032026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111042026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111052026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111062026-08-19T03:49:50.765Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111072026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111082026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111092026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111102026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.645 INFO O| Info: ABL version: 0x100af010
111112026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.645 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111122026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.645 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111132026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111142026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111152026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111162026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111172026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111182026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111192026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111202026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111212026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111222026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111232026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111242026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111252026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111262026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111272026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111282026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111292026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111302026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111312026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111322026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111332026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111342026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111352026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111362026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111372026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111382026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111392026-08-19T03:49:50.766Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111402026-08-19T03:49:50.767Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111412026-08-19T03:49:50.767Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111422026-08-19T03:49:50.767Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111432026-08-19T03:49:50.767Z[ host-image] Aug 19 03:49:49.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111442026-08-19T03:49:50.801Z[ host-image] Aug 19 03:49:49.686 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111452026-08-19T03:50:01.830Z[ host-image] Aug 19 03:50:00.716 INFO image complete! materials are in "/work/os-host"
111462026-08-19T03:50:01.833Z[ host-image]
111472026-08-19T03:50:01.833Z[ host-image] real 3:55.625127101
111482026-08-19T03:50:01.833Z[ host-image] user 2:47.615672555
111492026-08-19T03:50:01.833Z[ host-image] sys 37.159478415
111502026-08-19T03:50:01.833Z[ host-image] trap 0.145283065
111512026-08-19T03:50:01.833Z[ host-image] tflt 0.253076864
111522026-08-19T03:50:01.834Z[ host-image] dflt 0.349752962
111532026-08-19T03:50:01.834Z[ host-image] kflt 0.000276510
111542026-08-19T03:50:01.834Z[ host-image] lock 4:53.372925416
111552026-08-19T03:50:01.834Z[ host-image] slp 20:06.923158529
111562026-08-19T03:50:01.834Z[ host-image] lat 26.575963156
111572026-08-19T03:50:01.834Z[ host-image] stop 3.832623472
111582026-08-19T03:50:01.834ZAug 19 03:50:00.719 INFO [host-image] process exited with exit status: 0 (235.630249325s)
111592026-08-19T03:50:01.834ZAug 19 03:50:00.719 INFO [tuf-v2-host] running task
111602026-08-19T03:50:01.834ZAug 19 03:50:00.719 INFO [tuf-repo] running task
111612026-08-19T03:50:01.837ZAug 19 03:50:00.720 INFO [tuf-v2-host] task succeeded (597.991µs)
111622026-08-19T03:50:01.837ZAug 19 03:50:00.720 INFO [tuf-v2-repo] running task
111632026-08-19T03:50:23.005ZAug 19 03:50:21.891 INFO [tuf-v2-repo] task succeeded (21.17070914s)
111642026-08-19T03:50:23.052ZAug 19 03:50:21.937 INFO assembling repository in `/tmp/tufaceous9Ghy3c`, component: OmicronRepoAssembler
111652026-08-19T03:50:31.594ZAug 19 03:50:30.480 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111662026-08-19T03:50:31.849ZAug 19 03:50:30.734 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111672026-08-19T03:50:34.130ZAug 19 03:50:33.015 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111682026-08-19T03:50:34.188ZAug 19 03:50:33.073 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111692026-08-19T03:50:34.235ZAug 19 03:50:33.121 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111702026-08-19T03:50:34.291ZAug 19 03:50:33.177 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111712026-08-19T03:50:34.342ZAug 19 03:50:33.227 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111722026-08-19T03:50:34.390ZAug 19 03:50:33.275 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111732026-08-19T03:50:34.442ZAug 19 03:50:33.328 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111742026-08-19T03:50:44.828ZAug 19 03:50:43.714 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
111752026-08-19T03:50:44.834ZAug 19 03:50:43.720 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
111762026-08-19T03:50:44.857ZAug 19 03:50:43.743 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
111772026-08-19T03:50:44.920ZAug 19 03:50:43.806 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111782026-08-19T03:50:44.974ZAug 19 03:50:43.860 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111792026-08-19T03:50:45.029ZAug 19 03:50:43.915 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111802026-08-19T03:50:45.093ZAug 19 03:50:43.978 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
111812026-08-19T03:50:45.098ZAug 19 03:50:43.984 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
111822026-08-19T03:50:45.123ZAug 19 03:50:44.009 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
111832026-08-19T03:50:46.979ZAug 19 03:50:45.865 INFO [tuf-repo] task succeeded (45.145750915s)
111842026-08-19T03:53:23.012Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 01s
111852026-08-19T03:53:25.663ZAug 19 03:53:24.548 INFO [verify-libraries] process exited with exit status: 0 (428.261036007s)
111862026-08-19T03:53:25.663ZAug 19 03:53:24.548 INFO all jobs completed in 1350.417489511s
111872026-08-19T03:53:26.815Zprocess exited: duration 1696554 ms, exit code 0
 
111882026-08-19T03:53:26.827Zfound 41 output files
111892026-08-19T03:53:26.828Zuploading: /work/manifest.toml (17334 bytes)
111902026-08-19T03:53:27.843Zuploaded: /work/manifest.toml
111912026-08-19T03:53:27.843Zuploading: /work/repo.zip (3280315228 bytes)
111922026-08-19T03:54:18.491Zuploaded: /work/repo.zip
111932026-08-19T03:54:18.491Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111942026-08-19T03:54:22.721Zuploaded: /work/repo.zip.sha256.txt
111952026-08-19T03:54:22.721Zuploading: /work/helios.json (647 bytes)
111962026-08-19T03:54:23.608Zuploaded: /work/helios.json
111972026-08-19T03:54:23.608Zuploading: /work/incorporation.p5m (113590 bytes)
111982026-08-19T03:54:24.623Zuploaded: /work/incorporation.p5m
111992026-08-19T03:54:24.623Zuploading: /work/incorporation.p5p (133120 bytes)
112002026-08-19T03:54:25.640Zuploaded: /work/incorporation.p5p
112012026-08-19T03:54:25.640Zuploading: /work/helios-incorp.log (522 bytes)
112022026-08-19T03:54:26.650Zuploaded: /work/helios-incorp.log
112032026-08-19T03:54:26.650Zuploading: /work/helios-setup.log (56962 bytes)
112042026-08-19T03:54:27.666Zuploaded: /work/helios-setup.log
112052026-08-19T03:54:27.666Zuploading: /work/host-image.log (233226 bytes)
112062026-08-19T03:54:28.683Zuploaded: /work/host-image.log
112072026-08-19T03:54:28.684Zuploading: /work/host-package.log (33173 bytes)
112082026-08-19T03:54:29.697Zuploaded: /work/host-package.log
112092026-08-19T03:54:29.700Zuploading: /work/host-target.log (101 bytes)
112102026-08-19T03:54:30.709Zuploaded: /work/host-target.log
112112026-08-19T03:54:30.709Zuploading: /work/incorp-create.log (0 bytes)
112122026-08-19T03:54:31.718Zuploaded: /work/incorp-create.log
112132026-08-19T03:54:31.721Zuploading: /work/incorp-fmt.log (0 bytes)
112142026-08-19T03:54:32.726Zuploaded: /work/incorp-fmt.log
112152026-08-19T03:54:32.729Zuploading: /work/incorp-pkgsend.log (108 bytes)
112162026-08-19T03:54:33.736Zuploaded: /work/incorp-pkgsend.log
112172026-08-19T03:54:33.736Zuploading: /work/incorp-publisher.log (0 bytes)
112182026-08-19T03:54:34.745Zuploaded: /work/incorp-publisher.log
112192026-08-19T03:54:34.748Zuploading: /work/omicron-package.log (9994 bytes)
112202026-08-19T03:54:35.755Zuploaded: /work/omicron-package.log
112212026-08-19T03:54:35.755Zuploading: /work/recovery-image.log (589591 bytes)
112222026-08-19T03:54:36.774Zuploaded: /work/recovery-image.log
112232026-08-19T03:54:36.774Zuploading: /work/recovery-package.log (321 bytes)
112242026-08-19T03:54:37.784Zuploaded: /work/recovery-package.log
112252026-08-19T03:54:37.788Zuploading: /work/recovery-target.log (98 bytes)
112262026-08-19T03:54:38.797Zuploaded: /work/recovery-target.log
112272026-08-19T03:54:38.797Zuploading: /work/stamp-clickhouse.log (117 bytes)
112282026-08-19T03:54:39.822Zuploaded: /work/stamp-clickhouse.log
112292026-08-19T03:54:39.822Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112302026-08-19T03:54:40.832Zuploaded: /work/stamp-clickhouse_keeper.log
112312026-08-19T03:54:40.832Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112322026-08-19T03:54:41.842Zuploaded: /work/stamp-clickhouse_server.log
112332026-08-19T03:54:41.842Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112342026-08-19T03:54:42.851Zuploaded: /work/stamp-cockroachdb.log
112352026-08-19T03:54:42.851Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112362026-08-19T03:54:43.861Zuploaded: /work/stamp-crucible-pantry-zone.log
112372026-08-19T03:54:43.862Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112382026-08-19T03:54:44.871Zuploaded: /work/stamp-crucible-utils.log
112392026-08-19T03:54:44.874Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112402026-08-19T03:54:45.883Zuploaded: /work/stamp-crucible-zone.log
112412026-08-19T03:54:45.883Zuploading: /work/stamp-external-dns.log (119 bytes)
112422026-08-19T03:54:46.893Zuploaded: /work/stamp-external-dns.log
112432026-08-19T03:54:46.896Zuploading: /work/stamp-installinator.log (103 bytes)
112442026-08-19T03:54:47.906Zuploaded: /work/stamp-installinator.log
112452026-08-19T03:54:47.906Zuploading: /work/stamp-internal-dns.log (119 bytes)
112462026-08-19T03:54:48.918Zuploaded: /work/stamp-internal-dns.log
112472026-08-19T03:54:48.918Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112482026-08-19T03:54:49.930Zuploaded: /work/stamp-mg-ddm-gz.log
112492026-08-19T03:54:49.930Zuploading: /work/stamp-nexus.log (112 bytes)
112502026-08-19T03:54:50.941Zuploaded: /work/stamp-nexus.log
112512026-08-19T03:54:50.941Zuploading: /work/stamp-ntp.log (110 bytes)
112522026-08-19T03:54:51.951Zuploaded: /work/stamp-ntp.log
112532026-08-19T03:54:51.951Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112542026-08-19T03:54:52.963Zuploaded: /work/stamp-omicron-sled-agent.log
112552026-08-19T03:54:52.963Zuploading: /work/stamp-overlay.log (114 bytes)
112562026-08-19T03:54:53.974Zuploaded: /work/stamp-overlay.log
112572026-08-19T03:54:53.974Zuploading: /work/stamp-oximeter.log (115 bytes)
112582026-08-19T03:54:54.985Zuploaded: /work/stamp-oximeter.log
112592026-08-19T03:54:54.985Zuploading: /work/stamp-oxlog.log (109 bytes)
112602026-08-19T03:54:55.996Zuploaded: /work/stamp-oxlog.log
112612026-08-19T03:54:55.996Zuploading: /work/stamp-probe.log (112 bytes)
112622026-08-19T03:54:57.007Zuploaded: /work/stamp-probe.log
112632026-08-19T03:54:57.007Zuploading: /work/stamp-propolis-server.log (122 bytes)
112642026-08-19T03:54:58.017Zuploaded: /work/stamp-propolis-server.log
112652026-08-19T03:54:58.017Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112662026-08-19T03:54:59.029Zuploaded: /work/stamp-pumpkind-gz.log
112672026-08-19T03:54:59.029Zuploading: /work/stamp-switch-asic.log (118 bytes)
112682026-08-19T03:55:00.040Zuploaded: /work/stamp-switch-asic.log
112692026-08-19T03:55:00.041Zuploading: /work/verify-libraries.log (49568 bytes)
112702026-08-19T03:55:01.055Zuploaded: /work/verify-libraries.log