01KZW4B4P3RR7RRBXE9GDHR22S: 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: 01KZW4BT46RFNZ9GW27Z84GVJW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T23:20:19.278Zjob assigned to worker 01KZW4C6SZMKAQN0C0C8AXF9YZ [factory aws, i-038c123b96b5c19e8] (queued for 1 m 0 s)
 
22026-08-12T23:20:25.947Zstarting task 0: "setup"
32026-08-12T23:20:25.951Z++ uname -s
42026-08-12T23:20:25.954Z+ kern=SunOS
52026-08-12T23:20:25.954Z+ build_user=build
62026-08-12T23:20:25.954Z+ build_uid=12345
72026-08-12T23:20:25.954Z+ work_dir=/work
82026-08-12T23:20:25.954Z+ input_dir=/input
92026-08-12T23:20:25.955Z+ [[ 0 == 12345 ]]
102026-08-12T23:20:25.955Z+ case "$kern" in
112026-08-12T23:20:25.955Z+ groupadd -g 12345 build
122026-08-12T23:20:25.959Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T23:20:27.963Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T23:20:28.091Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T23:20:28.095Z+ home_fs=zfs
162026-08-12T23:20:28.095Z+ [[ zfs == autofs ]]
172026-08-12T23:20:28.095Z+ mkdir -p /home/build
182026-08-12T23:20:28.095Z+ chown build:build /home/build /work
192026-08-12T23:20:30.097Z+ chmod 0700 /home/build /work
202026-08-12T23:20:30.100Zprocess exited: duration 4154 ms, exit code 0
 
212026-08-12T23:20:30.108Zstarting task 1: "rust-toolchain"
222026-08-12T23:20:30.114Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T23:20:30.114Z * rust toolchain channel = "1.97.1"
242026-08-12T23:20:30.114Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-12T23:20:30.114Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-12T23:20:30.114Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-12T23:20:30.114Z * rust toolchain profile = "default"
282026-08-12T23:20:30.118Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T23:20:30.118Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T23:20:30.228Zinfo: downloading installer
312026-08-12T23:20:31.734Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T23:20:31.734Zwarn: /home/build/.rustup/settings.toml
332026-08-12T23:20:31.734Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T23:20:31.734Zwarn: instead of the one inferred from the default host triple.
352026-08-12T23:20:31.746Zinfo: profile set to default
362026-08-12T23:20:31.746Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T23:20:31.749Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T23:20:31.880Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T23:20:31.883Zinfo: downloading 6 components
402026-08-12T23:20:46.456Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T23:20:46.456Z
422026-08-12T23:20:46.483Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T23:20:46.483Z
442026-08-12T23:20:46.483Z
452026-08-12T23:20:46.483ZRust is installed now. Great!
462026-08-12T23:20:46.483Z
472026-08-12T23:20:46.483ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T23:20:46.483Zenvironment variable. This has not been done automatically.
492026-08-12T23:20:46.483Z
502026-08-12T23:20:46.483ZTo configure your current shell, you need to source
512026-08-12T23:20:46.483Zthe corresponding env file under $HOME/.cargo.
522026-08-12T23:20:46.483Z
532026-08-12T23:20:46.483ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T23:20:46.483Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T23:20:46.484Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T23:20:46.484Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T23:20:46.484Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T23:20:46.484Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T23:20:46.484Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T23:20:46.487Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T23:20:46.487Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T23:20:46.586Z+ rustup --version
632026-08-12T23:20:46.591Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T23:20:46.591Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T23:20:46.613Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T23:20:46.616Z+ cargo --version
672026-08-12T23:20:46.624Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T23:20:46.628Z+ rustc --version
692026-08-12T23:20:46.646Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T23:20:46.649Zprocess exited: duration 16539 ms, exit code 0
 
712026-08-12T23:20:46.657Zstarting task 2: "authentication"
722026-08-12T23:20:46.675Zprocess exited: duration 17 ms, exit code 0
 
732026-08-12T23:20:46.685Zstarting task 3: "clone repository"
742026-08-12T23:20:46.688Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T23:20:46.691Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T23:20:46.724ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T23:20:58.142Z+ cd /work/oxidecomputer/omicron
782026-08-12T23:20:58.142Z+ git fetch origin 8e543d40bb4593f3463c5aa33f34e8c679031e7c
792026-08-12T23:20:58.505ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T23:20:58.505Z * branch 8e543d40bb4593f3463c5aa33f34e8c679031e7c -> FETCH_HEAD
812026-08-12T23:20:58.517Z+ [[ -n sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses ]]
822026-08-12T23:20:58.520Z++ git branch --show-current
832026-08-12T23:20:58.521Z+ current=main
842026-08-12T23:20:58.521Z+ [[ main != sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses ]]
852026-08-12T23:20:58.521Z+ git branch -f sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses 8e543d40bb4593f3463c5aa33f34e8c679031e7c
862026-08-12T23:20:58.529Z+ git checkout -f sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses
872026-08-12T23:20:58.775ZSwitched to branch 'sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses'
882026-08-12T23:20:58.779Z+ git reset --hard 8e543d40bb4593f3463c5aa33f34e8c679031e7c
892026-08-12T23:20:58.792ZHEAD is now at 8e543d40b rebase on main
902026-08-12T23:20:58.796Zprocess exited: duration 12110 ms, exit code 0
 
912026-08-12T23:20:58.803Zstarting task 4: "build"
922026-08-12T23:20:58.808Z+ source .github/buildomat/ci-env.sh
932026-08-12T23:20:58.808Z++ export CARGO_TERM_COLOR=always
942026-08-12T23:20:58.808Z++ CARGO_TERM_COLOR=always
952026-08-12T23:20:58.811Z+++ uname -s
962026-08-12T23:20:58.811Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-12T23:20:58.811Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-12T23:20:58.817Z+ cargo --version
992026-08-12T23:20:58.821Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-12T23:20:58.824Z+ rustc --version
1012026-08-12T23:20:58.844Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-12T23:20:58.847Z+ cargo tree --locked
1032026-08-12T23:20:59.013Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-12T23:20:59.336Z Updating crates.io index
1052026-08-12T23:20:59.345Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-12T23:20:59.631Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-12T23:21:00.097Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-12T23:21:01.145Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-12T23:21:01.836Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-12T23:21:03.902Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-12T23:21:04.796Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-12T23:21:05.104Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-12T23:21:05.471Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-12T23:21:07.026Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-12T23:21:07.309Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-12T23:21:07.657Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-12T23:21:08.240Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-12T23:21:08.523Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-12T23:21:08.839Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-12T23:21:09.169Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-12T23:21:09.476Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-12T23:21:09.804Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-12T23:21:10.252Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-12T23:21:10.743Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-12T23:21:11.117Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-12T23:21:11.614Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-12T23:21:11.933Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-12T23:21:12.539Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-12T23:21:12.862Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-12T23:21:13.151Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-12T23:21:13.585Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-12T23:21:13.868Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-12T23:21:14.265Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-12T23:21:14.974Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-12T23:21:15.243Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-12T23:21:15.568Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-12T23:21:15.935Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-12T23:21:16.530Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-12T23:21:17.108Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-12T23:21:17.367Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-12T23:21:17.719Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-12T23:21:18.012Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-12T23:21:18.308Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-12T23:21:18.570Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-12T23:21:18.899Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-12T23:21:19.193Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-12T23:21:22.114Z Downloading crates ...
1482026-08-12T23:21:22.167Z Downloaded cpufeatures v0.3.0
1492026-08-12T23:21:22.172Z Downloaded constant_time_eq v0.3.1
1502026-08-12T23:21:22.177Z Downloaded cmake v0.1.57
1512026-08-12T23:21:22.189Z Downloaded ciborium-io v0.2.2
1522026-08-12T23:21:22.193Z Downloaded ciborium-ll v0.2.2
1532026-08-12T23:21:22.193Z Downloaded defmt v0.3.100
1542026-08-12T23:21:22.193Z Downloaded derive_more v0.99.20
1552026-08-12T23:21:22.197Z Downloaded cpufeatures v0.2.17
1562026-08-12T23:21:22.197Z Downloaded group v0.14.0
1572026-08-12T23:21:22.197Z Downloaded ident_case v1.0.1
1582026-08-12T23:21:22.197Z Downloaded convert_case v0.10.0
1592026-08-12T23:21:22.200Z Downloaded csv-core v0.1.13
1602026-08-12T23:21:22.205Z Downloaded convert_case v0.4.0
1612026-08-12T23:21:22.208Z Downloaded heapless v0.8.0
1622026-08-12T23:21:22.209Z Downloaded clang-sys v1.8.1
1632026-08-12T23:21:22.209Z Downloaded hickory-client v0.25.2
1642026-08-12T23:21:22.212Z Downloaded cipher v0.4.4
1652026-08-12T23:21:22.212Z Downloaded cipher v0.5.2
1662026-08-12T23:21:22.222Z Downloaded crc v3.4.0
1672026-08-12T23:21:22.222Z Downloaded darling v0.23.0
1682026-08-12T23:21:22.222Z Downloaded home v0.5.12
1692026-08-12T23:21:22.227Z Downloaded addr2line v0.25.1
1702026-08-12T23:21:22.227Z Downloaded ciborium v0.2.2
1712026-08-12T23:21:22.227Z Downloaded const_format_proc_macros v0.2.34
1722026-08-12T23:21:22.228Z Downloaded corncobs v0.1.4
1732026-08-12T23:21:22.228Z Downloaded criterion v0.7.0
1742026-08-12T23:21:22.233Z Downloaded guppy-workspace-hack v0.1.0
1752026-08-12T23:21:22.233Z Downloaded hubpack_derive v0.1.1
1762026-08-12T23:21:22.233Z Downloaded illumos-nvpair v0.3.0
1772026-08-12T23:21:22.233Z Downloaded crc-catalog v2.4.0
1782026-08-12T23:21:22.234Z Downloaded httpdate v1.0.3
1792026-08-12T23:21:22.237Z Downloaded curve25519-dalek-derive v0.1.1
1802026-08-12T23:21:22.237Z Downloaded glob v0.3.3
1812026-08-12T23:21:22.237Z Downloaded clap v4.6.1
1822026-08-12T23:21:22.240Z Downloaded crossbeam-deque v0.8.6
1832026-08-12T23:21:22.240Z Downloaded crypto-common v0.1.7
1842026-08-12T23:21:22.240Z Downloaded hmac v0.12.1
1852026-08-12T23:21:22.241Z Downloaded git-stub-vcs v0.1.0
1862026-08-12T23:21:22.241Z Downloaded crucible-workspace-hack v0.1.0
1872026-08-12T23:21:22.241Z Downloaded crunchy v0.2.4
1882026-08-12T23:21:22.244Z Downloaded group v0.13.0
1892026-08-12T23:21:22.244Z Downloaded half v1.8.3
1902026-08-12T23:21:22.247Z Downloaded clap_lex v1.0.0
1912026-08-12T23:21:22.247Z Downloaded crc8 v0.1.1
1922026-08-12T23:21:22.247Z Downloaded hmac v0.13.0
1932026-08-12T23:21:22.247Z Downloaded indent_write v2.2.0
1942026-08-12T23:21:22.252Z Downloaded hash32 v0.3.1
1952026-08-12T23:21:22.252Z Downloaded hex-literal v0.4.1
1962026-08-12T23:21:22.255Z Downloaded defmt-parser v1.0.0
1972026-08-12T23:21:22.255Z Downloaded cobs v0.3.0
1982026-08-12T23:21:22.255Z Downloaded crypto-common v0.2.2
1992026-08-12T23:21:22.255Z Downloaded hex-literal v1.1.0
2002026-08-12T23:21:22.255Z Downloaded is-terminal v0.4.17
2012026-08-12T23:21:22.255Z Downloaded hex v0.4.3
2022026-08-12T23:21:22.258Z Downloaded git-stub v1.0.0
2032026-08-12T23:21:22.258Z Downloaded instant v0.1.13
2042026-08-12T23:21:22.258Z Downloaded heck v0.5.0
2052026-08-12T23:21:22.264Z Downloaded chumsky v0.9.3
2062026-08-12T23:21:22.264Z Downloaded cpubits v0.1.1
2072026-08-12T23:21:22.268Z Downloaded globwalk v0.9.1
2082026-08-12T23:21:22.268Z Downloaded colorchoice v1.0.4
2092026-08-12T23:21:22.268Z Downloaded darling_macro v0.20.11
2102026-08-12T23:21:22.269Z Downloaded hyper-tls v0.6.0
2112026-08-12T23:21:22.269Z Downloaded http-range v0.1.5
2122026-08-12T23:21:22.269Z Downloaded idna_adapter v1.2.1
2132026-08-12T23:21:22.269Z Downloaded http-body v1.0.1
2142026-08-12T23:21:22.273Z Downloaded compression-core v0.4.31
2152026-08-12T23:21:22.273Z Downloaded hostname v0.4.2
2162026-08-12T23:21:22.276Z Downloaded derive_builder_macro v0.20.2
2172026-08-12T23:21:22.276Z Downloaded darling_macro v0.21.3
2182026-08-12T23:21:22.280Z Downloaded cstr-argument v0.1.2
2192026-08-12T23:21:22.280Z Downloaded adler2 v2.0.1
2202026-08-12T23:21:22.283Z Downloaded hostname v0.3.1
2212026-08-12T23:21:22.283Z Downloaded hubpack v0.1.2
2222026-08-12T23:21:22.283Z Downloaded darling_macro v0.23.0
2232026-08-12T23:21:22.284Z Downloaded debug-ignore v1.0.5
2242026-08-12T23:21:22.287Z Downloaded hash32 v0.2.1
2252026-08-12T23:21:22.291Z Downloaded darling_macro v0.13.4
2262026-08-12T23:21:22.291Z Downloaded headers-core v0.3.0
2272026-08-12T23:21:22.295Z Downloaded heck v0.4.1
2282026-08-12T23:21:22.295Z Downloaded internet-checksum v0.2.1
2292026-08-12T23:21:22.299Z Downloaded ascii-canvas v3.0.0
2302026-08-12T23:21:22.299Z Downloaded criterion-plot v0.6.0
2312026-08-12T23:21:22.299Z Downloaded darling v0.13.4
2322026-08-12T23:21:22.302Z Downloaded ctr v0.10.1
2332026-08-12T23:21:22.302Z Downloaded indoc v1.0.9
2342026-08-12T23:21:22.306Z Downloaded constant_time_eq v0.4.2
2352026-08-12T23:21:22.306Z Downloaded critical-section v1.2.0
2362026-08-12T23:21:22.306Z Downloaded deranged v0.5.8
2372026-08-12T23:21:22.311Z Downloaded compression-codecs v0.4.37
2382026-08-12T23:21:22.311Z Downloaded illumos-nvpair-sys v0.2.0
2392026-08-12T23:21:22.311Z Downloaded inout v0.1.4
2402026-08-12T23:21:22.318Z Downloaded instability v0.3.11
2412026-08-12T23:21:22.318Z Downloaded anes v0.1.6
2422026-08-12T23:21:22.318Z Downloaded cmov v0.5.4
2432026-08-12T23:21:22.318Z Downloaded daft-derive v0.1.7
2442026-08-12T23:21:22.334Z Downloaded inout v0.2.2
2452026-08-12T23:21:22.334Z Downloaded der v0.7.10
2462026-08-12T23:21:22.334Z Downloaded bit-set v0.8.0
2472026-08-12T23:21:22.334Z Downloaded atomic-waker v1.1.2
2482026-08-12T23:21:22.334Z Downloaded bitfield-macros v0.19.4
2492026-08-12T23:21:22.334Z Downloaded bitfield-struct v0.6.2
2502026-08-12T23:21:22.334Z Downloaded block-buffer v0.10.4
2512026-08-12T23:21:22.334Z Downloaded http-body-util v0.1.3
2522026-08-12T23:21:22.339Z Downloaded bb8 v0.8.6
2532026-08-12T23:21:22.339Z Downloaded openssl-probe v0.2.1
2542026-08-12T23:21:22.339Z Downloaded parking v2.2.1
2552026-08-12T23:21:22.339Z Downloaded humantime v2.3.0
2562026-08-12T23:21:22.339Z Downloaded highway v1.3.0
2572026-08-12T23:21:22.340Z Downloaded internal-russh-num-bigint v0.5.0
2582026-08-12T23:21:22.340Z Downloaded derive-ex v0.1.8
2592026-08-12T23:21:22.344Z Downloaded delegate v0.13.5
2602026-08-12T23:21:22.345Z Downloaded concurrent-queue v2.5.0
2612026-08-12T23:21:22.345Z Downloaded defmt v1.0.1
2622026-08-12T23:21:22.350Z Downloaded data-encoding v2.10.0
2632026-08-12T23:21:22.350Z Downloaded derive_builder_core v0.20.2
2642026-08-12T23:21:22.356Z Downloaded plotters-svg v0.3.7
2652026-08-12T23:21:22.356Z Downloaded proc-macro-crate v3.4.0
2662026-08-12T23:21:22.356Z Downloaded proc-macro-crate v1.3.1
2672026-08-12T23:21:22.356Z Downloaded daft v0.1.7
2682026-08-12T23:21:22.363Z Downloaded predicates-tree v1.0.13
2692026-08-12T23:21:22.363Z Downloaded predicates-core v1.0.10
2702026-08-12T23:21:22.374Z Downloaded defmt-macros v1.0.1
2712026-08-12T23:21:22.374Z Downloaded cookie v0.18.1
2722026-08-12T23:21:22.374Z Downloaded anstream v1.0.0
2732026-08-12T23:21:22.374Z Downloaded console v0.16.2
2742026-08-12T23:21:22.374Z Downloaded cookie_store v0.22.1
2752026-08-12T23:21:22.374Z Downloaded crossbeam-epoch v0.9.18
2762026-08-12T23:21:22.378Z Downloaded impl-trait-for-tuples v0.2.3
2772026-08-12T23:21:22.378Z Downloaded globset v0.4.18
2782026-08-12T23:21:22.379Z Downloaded crc32fast v1.5.0
2792026-08-12T23:21:22.379Z Downloaded crossbeam-utils v0.8.21
2802026-08-12T23:21:22.382Z Downloaded hyper-staticfile v0.10.1
2812026-08-12T23:21:22.382Z Downloaded indoc v2.0.7
2822026-08-12T23:21:22.386Z Downloaded ingot-types v0.2.0
2832026-08-12T23:21:22.386Z Downloaded ipnetwork v0.21.1
2842026-08-12T23:21:22.389Z Downloaded crossbeam-channel v0.5.15
2852026-08-12T23:21:22.389Z Downloaded camino-tempfile v1.4.1
2862026-08-12T23:21:22.393Z Downloaded camino-tempfile-ext v0.3.3
2872026-08-12T23:21:22.393Z Downloaded recursive-proc-macro-impl v0.1.1
2882026-08-12T23:21:22.400Z Downloaded serde_urlencoded v0.7.1
2892026-08-12T23:21:22.404Z Downloaded async-bb8-diesel v0.2.1
2902026-08-12T23:21:22.407Z Downloaded httparse v1.10.1
2912026-08-12T23:21:22.407Z Downloaded partial-io v0.5.4
2922026-08-12T23:21:22.413Z Downloaded const-oid v0.9.6
2932026-08-12T23:21:22.417Z Downloaded der_derive v0.7.3
2942026-08-12T23:21:22.417Z Downloaded derive_builder v0.20.2
2952026-08-12T23:21:22.421Z Downloaded rfc6979 v0.6.0
2962026-08-12T23:21:22.421Z Downloaded secrecy v0.10.3
2972026-08-12T23:21:22.430Z Downloaded hashbrown v0.15.5
2982026-08-12T23:21:22.430Z Downloaded pem v3.0.6
2992026-08-12T23:21:22.431Z Downloaded signal-hook-tokio v0.3.1
3002026-08-12T23:21:22.432Z Downloaded h2 v0.4.15
3012026-08-12T23:21:22.442Z Downloaded sync-ptr v0.1.4
3022026-08-12T23:21:22.442Z Downloaded anstream v0.6.21
3032026-08-12T23:21:22.442Z Downloaded oxide-update-engine v0.1.2
3042026-08-12T23:21:22.442Z Downloaded paste v1.0.15
3052026-08-12T23:21:22.442Z Downloaded ppv-lite86 v0.2.21
3062026-08-12T23:21:22.442Z Downloaded darling v0.21.3
3072026-08-12T23:21:22.442Z Downloaded datatest-stable v0.3.3
3082026-08-12T23:21:22.442Z Downloaded colored v3.1.1
3092026-08-12T23:21:22.442Z Downloaded ctutils v0.4.2
3102026-08-12T23:21:22.442Z Downloaded darling v0.20.11
3112026-08-12T23:21:22.447Z Downloaded postgres-protocol v0.6.10
3122026-08-12T23:21:22.448Z Downloaded similar-asserts v1.7.0
3132026-08-12T23:21:22.448Z Downloaded supports-hyperlinks v2.1.0
3142026-08-12T23:21:22.448Z Downloaded subtle v2.6.1
3152026-08-12T23:21:22.448Z Downloaded rand_core v0.10.0
3162026-08-12T23:21:22.448Z Downloaded console v0.15.11
3172026-08-12T23:21:22.451Z Downloaded rand_core v0.9.5
3182026-08-12T23:21:22.451Z Downloaded rustc-demangle v0.1.27
3192026-08-12T23:21:22.451Z Downloaded terminal_size v0.4.3
3202026-08-12T23:21:22.451Z Downloaded testing_table v0.3.0
3212026-08-12T23:21:22.455Z Downloaded time-core v0.1.8
3222026-08-12T23:21:22.460Z Downloaded hybrid-array v0.4.13
3232026-08-12T23:21:22.467Z Downloaded camino v1.2.2
3242026-08-12T23:21:22.467Z Downloaded parking_lot v0.11.2
3252026-08-12T23:21:22.467Z Downloaded pem-rfc7468 v0.7.0
3262026-08-12T23:21:22.467Z Downloaded ingot v0.2.1
3272026-08-12T23:21:22.467Z Downloaded sha2 v0.10.9
3282026-08-12T23:21:22.467Z Downloaded iana-time-zone v0.1.65
3292026-08-12T23:21:22.473Z Downloaded scroll v0.13.0
3302026-08-12T23:21:22.474Z Downloaded sha1 v0.11.0
3312026-08-12T23:21:22.474Z Downloaded serde_derive_internals v0.29.1
3322026-08-12T23:21:22.478Z Downloaded hyper-rustls v0.27.7
3332026-08-12T23:21:22.478Z Downloaded toml_datetime v0.6.11
3342026-08-12T23:21:22.478Z Downloaded tower-layer v0.3.3
3352026-08-12T23:21:22.478Z Downloaded trait-variant v0.1.2
3362026-08-12T23:21:22.479Z Downloaded try-lock v0.2.5
3372026-08-12T23:21:22.479Z Downloaded unit-prefix v0.5.2
3382026-08-12T23:21:22.479Z Downloaded darling_core v0.13.4
3392026-08-12T23:21:22.483Z Downloaded pkcs1 v0.7.5
3402026-08-12T23:21:22.483Z Downloaded clap_derive v4.6.1
3412026-08-12T23:21:22.483Z Downloaded derive-where v1.6.0
3422026-08-12T23:21:22.486Z Downloaded ipnet v2.11.0
3432026-08-12T23:21:22.486Z Downloaded half v2.7.1
3442026-08-12T23:21:22.486Z Downloaded ingot-macros v0.2.0
3452026-08-12T23:21:22.489Z Downloaded argon2 v0.6.0-rc.8
3462026-08-12T23:21:22.489Z Downloaded colored v2.2.0
3472026-08-12T23:21:22.489Z Downloaded crc-any v2.5.0
3482026-08-12T23:21:22.492Z Downloaded httptest v0.16.4
3492026-08-12T23:21:22.492Z Downloaded ignore v0.4.25
3502026-08-12T23:21:22.492Z Downloaded rustls-native-certs v0.8.3
3512026-08-12T23:21:22.496Z Downloaded tokio-macros v2.7.0
3522026-08-12T23:21:22.496Z Downloaded typify-macro v0.6.2
3532026-08-12T23:21:22.496Z Downloaded slog-stdlog v4.1.1
3542026-08-12T23:21:22.496Z Downloaded string_cache v0.8.9
3552026-08-12T23:21:22.504Z Downloaded untrusted v0.7.1
3562026-08-12T23:21:22.508Z Downloaded darling_core v0.23.0
3572026-08-12T23:21:22.508Z Downloaded static_assertions v1.1.0
3582026-08-12T23:21:22.508Z Downloaded strum_macros v0.24.3
3592026-08-12T23:21:22.512Z Downloaded usdt v0.6.0
3602026-08-12T23:21:22.512Z Downloaded usdt-macro v0.5.0
3612026-08-12T23:21:22.512Z Downloaded icu_properties v2.1.2
3622026-08-12T23:21:22.512Z Downloaded xattr v1.6.1
3632026-08-12T23:21:22.512Z Downloaded chacha20 v0.9.1
3642026-08-12T23:21:22.515Z Downloaded peg v0.8.5
3652026-08-12T23:21:22.518Z Downloaded chacha20 v0.10.0
3662026-08-12T23:21:22.518Z Downloaded pkcs1 v0.8.0-rc.4
3672026-08-12T23:21:22.518Z Downloaded thiserror v1.0.69
3682026-08-12T23:21:22.521Z Downloaded thiserror-no-std v2.0.2
3692026-08-12T23:21:22.528Z Downloaded poly1305 v0.9.0
3702026-08-12T23:21:22.528Z Downloaded slog-dtrace v0.3.0
3712026-08-12T23:21:22.528Z Downloaded cancel-safe-futures v0.1.5
3722026-08-12T23:21:22.533Z Downloaded ssh-encoding v0.3.0
3732026-08-12T23:21:22.533Z Downloaded tagptr v0.2.0
3742026-08-12T23:21:22.533Z Downloaded target-lexicon v0.13.3
3752026-08-12T23:21:22.533Z Downloaded wnaf v0.14.0
3762026-08-12T23:21:22.533Z Downloaded salsa20 v0.11.0
3772026-08-12T23:21:22.533Z Downloaded serde_cbor v0.11.2
3782026-08-12T23:21:22.537Z Downloaded endian-type v0.1.2
3792026-08-12T23:21:22.538Z Downloaded dof v0.4.0
3802026-08-12T23:21:22.541Z Downloaded fnv v1.0.7
3812026-08-12T23:21:22.545Z Downloaded foreign-types-shared v0.3.1
3822026-08-12T23:21:22.545Z Downloaded form_urlencoded v1.2.2
3832026-08-12T23:21:22.553Z Downloaded futures-core v0.3.32
3842026-08-12T23:21:22.553Z Downloaded toml_writer v1.1.1+spec-1.1.0
3852026-08-12T23:21:22.558Z Downloaded icu_provider v2.1.1
3862026-08-12T23:21:22.558Z Downloaded indexmap v1.9.3
3872026-08-12T23:21:22.558Z Downloaded const_format v0.2.35
3882026-08-12T23:21:22.558Z Downloaded darling_core v0.20.11
3892026-08-12T23:21:22.562Z Downloaded dropshot-api-manager-types v0.7.2
3902026-08-12T23:21:22.565Z Downloaded flagset v0.4.7
3912026-08-12T23:21:22.566Z Downloaded smallvec v1.15.1
3922026-08-12T23:21:22.566Z Downloaded sqlformat v0.3.5
3932026-08-12T23:21:22.569Z Downloaded const-oid v0.10.2
3942026-08-12T23:21:22.569Z Downloaded pin-project v1.1.11
3952026-08-12T23:21:22.574Z Downloaded icu_normalizer_data v2.1.1
3962026-08-12T23:21:22.579Z Downloaded tls_codec v0.4.2
3972026-08-12T23:21:22.580Z Downloaded is_ci v1.2.0
3982026-08-12T23:21:22.580Z Downloaded is_terminal_polyfill v1.70.2
3992026-08-12T23:21:22.593Z Downloaded vsss-rs v3.3.4
4002026-08-12T23:21:22.593Z Downloaded walkdir v2.5.0
4012026-08-12T23:21:22.597Z Downloaded hkdf v0.13.0
4022026-08-12T23:21:22.597Z Downloaded kstat-rs v0.2.5
4032026-08-12T23:21:22.597Z Downloaded linkme-impl v0.3.35
4042026-08-12T23:21:22.597Z Downloaded display-error-chain v0.2.2
4052026-08-12T23:21:22.597Z Downloaded zstd-safe v7.2.4
4062026-08-12T23:21:22.597Z Downloaded lru v0.12.5
4072026-08-12T23:21:22.597Z Downloaded lru-cache v0.1.2
4082026-08-12T23:21:22.597Z Downloaded hashbrown v0.13.2
4092026-08-12T23:21:22.602Z Downloaded spin v0.9.8
4102026-08-12T23:21:22.602Z Downloaded num-iter v0.1.45
4112026-08-12T23:21:22.602Z Downloaded xshell v0.2.7
4122026-08-12T23:21:22.605Z Downloaded p256 v0.14.0
4132026-08-12T23:21:22.605Z Downloaded digest v0.11.3
4142026-08-12T23:21:22.608Z Downloaded num_threads v0.1.7
4152026-08-12T23:21:22.608Z Downloaded nibble_vec v0.1.0
4162026-08-12T23:21:22.608Z Downloaded normalize-line-endings v0.3.0
4172026-08-12T23:21:22.608Z Downloaded signal-hook v0.3.18
4182026-08-12T23:21:22.612Z Downloaded async-recursion v1.1.1
4192026-08-12T23:21:22.615Z Downloaded ecdsa v0.16.9
4202026-08-12T23:21:22.615Z Downloaded ena v0.14.4
4212026-08-12T23:21:22.616Z Downloaded bit-set v0.5.3
4222026-08-12T23:21:22.616Z Downloaded array-init v0.0.4
4232026-08-12T23:21:22.616Z Downloaded arrayref v0.3.9
4242026-08-12T23:21:22.619Z Downloaded atomicwrites v0.4.4
4252026-08-12T23:21:22.620Z Downloaded heapless v0.7.17
4262026-08-12T23:21:22.620Z Downloaded icu_normalizer v2.1.1
4272026-08-12T23:21:22.623Z Downloaded progenitor-impl v0.14.0
4282026-08-12T23:21:22.623Z Downloaded filetime v0.2.27
4292026-08-12T23:21:22.623Z Downloaded futures-executor v0.3.32
4302026-08-12T23:21:22.623Z Downloaded trybuild v1.0.116
4312026-08-12T23:21:22.628Z Downloaded icu_locale_core v2.1.1
4322026-08-12T23:21:22.632Z Downloaded compact_str v0.8.1
4332026-08-12T23:21:22.632Z Downloaded headers v0.4.1
4342026-08-12T23:21:22.635Z Downloaded vergen-lib v0.1.6
4352026-08-12T23:21:22.635Z Downloaded fxhash v0.2.1
4362026-08-12T23:21:22.635Z Downloaded cargo-platform v0.3.2
4372026-08-12T23:21:22.642Z Downloaded cast v0.3.0
4382026-08-12T23:21:22.646Z Downloaded openssl-macros v0.1.1
4392026-08-12T23:21:22.646Z Downloaded percent-encoding v2.3.2
4402026-08-12T23:21:22.650Z Downloaded potential_utf v0.1.4
4412026-08-12T23:21:22.655Z Downloaded proc-macro-error-attr v1.0.4
4422026-08-12T23:21:22.655Z Downloaded oso-derive v0.27.3
4432026-08-12T23:21:22.655Z Downloaded password-hash v0.6.1
4442026-08-12T23:21:22.655Z Downloaded packed_struct_codegen v0.10.1
4452026-08-12T23:21:22.662Z Downloaded knuffel-derive v3.2.0
4462026-08-12T23:21:22.662Z Downloaded hickory-server v0.25.2
4472026-08-12T23:21:22.666Z Downloaded usdt-impl v0.6.0
4482026-08-12T23:21:22.666Z Downloaded powerfmt v0.2.0
4492026-08-12T23:21:22.669Z Downloaded precomputed-hash v0.1.1
4502026-08-12T23:21:22.669Z Downloaded miette-derive v5.10.0
4512026-08-12T23:21:22.669Z Downloaded module-lattice v0.2.3
4522026-08-12T23:21:22.670Z Downloaded multer v3.1.0
4532026-08-12T23:21:22.673Z Downloaded similar v2.7.0
4542026-08-12T23:21:22.673Z Downloaded proc-macro-error-attr2 v2.0.0
4552026-08-12T23:21:22.673Z Downloaded chacha20poly1305 v0.10.1
4562026-08-12T23:21:22.676Z Downloaded proc-macro2 v1.0.106
4572026-08-12T23:21:22.676Z Downloaded backtrace v0.3.76
4582026-08-12T23:21:22.681Z Downloaded bytes v1.11.1
4592026-08-12T23:21:22.686Z Downloaded num-integer v0.1.46
4602026-08-12T23:21:22.689Z Downloaded progenitor-macro v0.13.0
4612026-08-12T23:21:22.689Z Downloaded progenitor-macro v0.14.0
4622026-08-12T23:21:22.689Z Downloaded ref-cast-impl v1.0.25
4632026-08-12T23:21:22.689Z Downloaded rustc_version v0.1.7
4642026-08-12T23:21:22.692Z Downloaded rtoolbox v0.0.3
4652026-08-12T23:21:22.692Z Downloaded rustc_version v0.4.1
4662026-08-12T23:21:22.692Z Downloaded backoff v0.4.0
4672026-08-12T23:21:22.696Z Downloaded oxide-update-engine-display v0.1.2
4682026-08-12T23:21:22.696Z Downloaded hickory-resolver v0.24.4
4692026-08-12T23:21:22.699Z Downloaded darling_core v0.21.3
4702026-08-12T23:21:22.702Z Downloaded crypto-bigint v0.5.5
4712026-08-12T23:21:22.705Z Downloaded snafu v0.8.9
4722026-08-12T23:21:22.708Z Downloaded icu_collections v2.1.1
4732026-08-12T23:21:22.711Z Downloaded cargo_metadata v0.23.1
4742026-08-12T23:21:22.715Z Downloaded scheduled-thread-pool v0.2.7
4752026-08-12T23:21:22.715Z Downloaded progenitor-impl v0.13.0
4762026-08-12T23:21:22.715Z Downloaded scroll_derive v0.12.1
4772026-08-12T23:21:22.715Z Downloaded serde_plain v1.0.2
4782026-08-12T23:21:22.720Z Downloaded bcs v0.1.6
4792026-08-12T23:21:22.720Z Downloaded buf-list v1.1.2
4802026-08-12T23:21:22.720Z Downloaded serde_spanned v1.1.1
4812026-08-12T23:21:22.720Z Downloaded pbkdf2 v0.13.0
4822026-08-12T23:21:22.724Z Downloaded phf v0.13.1
4832026-08-12T23:21:22.724Z Downloaded tokio-rustls v0.26.4
4842026-08-12T23:21:22.724Z Downloaded pkcs8 v0.10.2
4852026-08-12T23:21:22.724Z Downloaded port-file v0.1.0
4862026-08-12T23:21:22.724Z Downloaded cassowary v0.3.0
4872026-08-12T23:21:22.724Z Downloaded packed_struct v0.10.1
4882026-08-12T23:21:22.727Z Downloaded serde_bytes v0.11.19
4892026-08-12T23:21:22.727Z Downloaded stable_deref_trait v1.2.1
4902026-08-12T23:21:22.727Z Downloaded signature v3.0.0
4912026-08-12T23:21:22.731Z Downloaded pin-project-internal v1.1.11
4922026-08-12T23:21:22.732Z Downloaded der v0.8.0
4932026-08-12T23:21:22.738Z Downloaded signature v2.2.0
4942026-08-12T23:21:22.738Z Downloaded sponge-cursor v0.1.0
4952026-08-12T23:21:22.738Z Downloaded getrandom v0.2.17
4962026-08-12T23:21:22.738Z Downloaded http v1.4.2
4972026-08-12T23:21:22.738Z Downloaded base64 v0.21.7
4982026-08-12T23:21:22.742Z Downloaded scuffle v0.1.0
4992026-08-12T23:21:22.742Z Downloaded libloading v0.8.9
5002026-08-12T23:21:22.742Z Downloaded serde_with_macros v3.21.0
5012026-08-12T23:21:22.756Z Downloaded thiserror-impl-no-std v2.0.2
5022026-08-12T23:21:22.756Z Downloaded tokio-test v0.4.5
5032026-08-12T23:21:22.757Z Downloaded quote v1.0.45
5042026-08-12T23:21:22.757Z Downloaded bumpalo v3.20.2
5052026-08-12T23:21:22.763Z Downloaded qorb v0.4.1
5062026-08-12T23:21:22.763Z Downloaded rand_chacha v0.9.0
5072026-08-12T23:21:22.764Z Downloaded once_cell v1.21.3
5082026-08-12T23:21:22.764Z Downloaded elliptic-curve v0.14.1
5092026-08-12T23:21:22.764Z Downloaded ahash v0.8.12
5102026-08-12T23:21:22.764Z Downloaded rustc-hash v2.1.1
5112026-08-12T23:21:22.764Z Downloaded unarray v0.1.4
5122026-08-12T23:21:22.764Z Downloaded topological-sort v0.2.2
5132026-08-12T23:21:22.770Z Downloaded unicode-linebreak v0.1.5
5142026-08-12T23:21:22.771Z Downloaded universal-hash v0.6.1
5152026-08-12T23:21:22.771Z Downloaded usdt-attr-macro v0.5.0
5162026-08-12T23:21:22.771Z Downloaded usdt v0.5.0
5172026-08-12T23:21:22.771Z Downloaded version_check v0.9.5
5182026-08-12T23:21:22.779Z Downloaded backon v1.6.0
5192026-08-12T23:21:22.779Z Downloaded blake2b_simd v1.0.4
5202026-08-12T23:21:22.779Z Downloaded rand_core v0.6.4
5212026-08-12T23:21:22.779Z Downloaded hashbrown v0.12.3
5222026-08-12T23:21:22.783Z Downloaded indicatif v0.18.4
5232026-08-12T23:21:22.783Z Downloaded indexmap v2.14.0
5242026-08-12T23:21:22.783Z Downloaded zerofrom-derive v0.1.6
5252026-08-12T23:21:22.783Z Downloaded quinn v0.11.11
5262026-08-12T23:21:22.786Z Downloaded scroll v0.12.0
5272026-08-12T23:21:22.787Z Downloaded xshell-macros v0.2.7
5282026-08-12T23:21:22.787Z Downloaded yoke-derive v0.8.1
5292026-08-12T23:21:22.790Z Downloaded async-compression v0.4.41
5302026-08-12T23:21:22.797Z Downloaded hyper-util v0.1.20
5312026-08-12T23:21:22.797Z Downloaded pkcs8 v0.11.0
5322026-08-12T23:21:22.801Z Downloaded snafu-derive v0.8.9
5332026-08-12T23:21:22.801Z Downloaded smf v0.2.3
5342026-08-12T23:21:22.801Z Downloaded ssh-cipher v0.3.0
5352026-08-12T23:21:22.801Z Downloaded zerofrom v0.1.6
5362026-08-12T23:21:22.801Z Downloaded dyn-clone v1.0.20
5372026-08-12T23:21:22.801Z Downloaded slog-scope v4.4.1
5382026-08-12T23:21:22.801Z Downloaded diesel_table_macro_syntax v0.3.0
5392026-08-12T23:21:22.804Z Downloaded rustls-webpki v0.103.13
5402026-08-12T23:21:22.805Z Downloaded serde v1.0.228
5412026-08-12T23:21:22.805Z Downloaded strum_macros v0.27.2
5422026-08-12T23:21:22.808Z Downloaded downcast-rs v2.0.2
5432026-08-12T23:21:22.811Z Downloaded embedded-io v0.6.1
5442026-08-12T23:21:22.815Z Downloaded foreign-types-shared v0.1.1
5452026-08-12T23:21:22.815Z Downloaded log v0.4.29
5462026-08-12T23:21:22.818Z Downloaded rand v0.10.1
5472026-08-12T23:21:22.821Z Downloaded zip v0.6.6
5482026-08-12T23:21:22.821Z Downloaded quinn-udp v0.5.14
5492026-08-12T23:21:22.821Z Downloaded time-macros v0.2.27
5502026-08-12T23:21:22.826Z Downloaded tiny-keccak v2.0.2
5512026-08-12T23:21:22.826Z Downloaded escape8259 v0.5.3
5522026-08-12T23:21:22.826Z Downloaded float-cmp v0.10.0
5532026-08-12T23:21:22.826Z Downloaded futures-macro v0.3.32
5542026-08-12T23:21:22.826Z Downloaded tar v0.4.46
5552026-08-12T23:21:22.830Z Downloaded allocator-api2 v0.2.21
5562026-08-12T23:21:22.830Z Downloaded funty v2.0.0
5572026-08-12T23:21:22.830Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5582026-08-12T23:21:22.830Z Downloaded memoffset v0.9.1
5592026-08-12T23:21:22.830Z Downloaded new_debug_unreachable v1.0.6
5602026-08-12T23:21:22.834Z Downloaded linked-hash-map v0.5.6
5612026-08-12T23:21:22.834Z Downloaded nonempty v0.12.0
5622026-08-12T23:21:22.834Z Downloaded num_enum_derive v0.5.11
5632026-08-12T23:21:22.837Z Downloaded tokio-dtrace v0.1.1
5642026-08-12T23:21:22.837Z Downloaded jiff-static v0.2.34
5652026-08-12T23:21:22.837Z Downloaded itoa v1.0.17
5662026-08-12T23:21:22.840Z Downloaded flume v0.11.1
5672026-08-12T23:21:22.843Z Downloaded rpassword v7.5.4
5682026-08-12T23:21:22.847Z Downloaded semver v1.0.28
5692026-08-12T23:21:22.847Z Downloaded utf8_iter v1.0.4
5702026-08-12T23:21:22.852Z Downloaded vergen-gitcl v1.0.8
5712026-08-12T23:21:22.857Z Downloaded fatfs v0.3.6
5722026-08-12T23:21:22.860Z Downloaded hickory-resolver v0.25.2
5732026-08-12T23:21:22.863Z Downloaded async-stream-impl v0.3.6
5742026-08-12T23:21:22.863Z Downloaded crossterm v0.29.0
5752026-08-12T23:21:22.866Z Downloaded steno v0.4.1
5762026-08-12T23:21:22.867Z Downloaded vergen-lib v9.1.0
5772026-08-12T23:21:22.870Z Downloaded serde_with_macros v1.5.2
5782026-08-12T23:21:22.870Z Downloaded sha2 v0.11.0
5792026-08-12T23:21:22.870Z Downloaded strum_macros v0.26.4
5802026-08-12T23:21:22.873Z Downloaded block-padding v0.4.2
5812026-08-12T23:21:22.873Z Downloaded schemars v1.2.1
5822026-08-12T23:21:22.879Z Downloaded assert_matches v1.5.0
5832026-08-12T23:21:22.883Z Downloaded term v1.2.1
5842026-08-12T23:21:22.883Z Downloaded diesel-dtrace v0.5.0
5852026-08-12T23:21:22.883Z Downloaded parse-size v1.1.0
5862026-08-12T23:21:22.883Z Downloaded openssl-probe v0.1.6
5872026-08-12T23:21:22.883Z Downloaded term v0.7.0
5882026-08-12T23:21:22.889Z Downloaded env_logger v0.11.9
5892026-08-12T23:21:22.889Z Downloaded fallible-iterator v0.2.0
5902026-08-12T23:21:22.889Z Downloaded tokio-tungstenite v0.21.0
5912026-08-12T23:21:22.893Z Downloaded derive_more v2.1.1
5922026-08-12T23:21:22.899Z Downloaded pretty-hex v0.4.1
5932026-08-12T23:21:22.899Z Downloaded rand_chacha v0.3.1
5942026-08-12T23:21:22.910Z Downloaded radium v0.7.0
5952026-08-12T23:21:22.910Z Downloaded rand_xorshift v0.4.0
5962026-08-12T23:21:22.911Z Downloaded jobserver v0.1.34
5972026-08-12T23:21:22.911Z Downloaded linkme v0.3.35
5982026-08-12T23:21:22.911Z Downloaded ed25519-dalek v2.2.0
5992026-08-12T23:21:22.928Z Downloaded md-5 v0.10.6
6002026-08-12T23:21:22.928Z Downloaded anstyle v1.0.14
6012026-08-12T23:21:22.929Z Downloaded toml_edit v0.19.15
6022026-08-12T23:21:22.933Z Downloaded crossterm v0.28.1
6032026-08-12T23:21:22.933Z Downloaded libefi-sys v0.1.0
6042026-08-12T23:21:22.933Z Downloaded serde_regex v1.1.0
6052026-08-12T23:21:22.933Z Downloaded num-rational v0.4.2
6062026-08-12T23:21:22.933Z Downloaded siphasher v1.0.2
6072026-08-12T23:21:22.934Z Downloaded strum v0.27.2
6082026-08-12T23:21:22.934Z Downloaded scroll_derive v0.13.1
6092026-08-12T23:21:22.938Z Downloaded zerovec-derive v0.11.2
6102026-08-12T23:21:22.938Z Downloaded argon2 v0.5.3
6112026-08-12T23:21:22.942Z Downloaded hashbrown v0.14.5
6122026-08-12T23:21:22.980Z Downloaded parse-display-derive v0.10.0
6132026-08-12T23:21:22.980Z Downloaded cexpr v0.6.0
6142026-08-12T23:21:22.980Z Downloaded supports-color v3.0.2
6152026-08-12T23:21:22.986Z Downloaded strsim v0.11.1
6162026-08-12T23:21:22.986Z Downloaded zstd v0.13.3
6172026-08-12T23:21:22.986Z Downloaded byte-wrapper v0.1.0
6182026-08-12T23:21:22.986Z Downloaded rsa v0.10.0-rc.18
6192026-08-12T23:21:22.986Z Downloaded bit-vec v0.8.0
6202026-08-12T23:21:22.986Z Downloaded oxnet v0.1.6
6212026-08-12T23:21:22.986Z Downloaded miette v5.10.0
6222026-08-12T23:21:22.986Z Downloaded target-triple v1.0.0
6232026-08-12T23:21:22.986Z Downloaded peg-macros v0.8.5
6242026-08-12T23:21:22.986Z Downloaded tabled_derive v0.7.0
6252026-08-12T23:21:22.986Z Downloaded tower-service v0.3.3
6262026-08-12T23:21:22.986Z Downloaded ff v0.14.0
6272026-08-12T23:21:22.986Z Downloaded phc v0.6.1
6282026-08-12T23:21:22.986Z Downloaded pkg-config v0.3.32
6292026-08-12T23:21:22.986Z Downloaded primeorder v0.14.0
6302026-08-12T23:21:22.986Z Downloaded usdt-macro v0.6.0
6312026-08-12T23:21:22.986Z Downloaded utf-8 v0.7.6
6322026-08-12T23:21:22.986Z Downloaded void v1.0.2
6332026-08-12T23:21:22.986Z Downloaded rayon-core v1.13.0
6342026-08-12T23:21:22.986Z Downloaded textwrap v0.16.2
6352026-08-12T23:21:22.986Z Downloaded tungstenite v0.21.0
6362026-08-12T23:21:22.986Z Downloaded tungstenite v0.23.0
6372026-08-12T23:21:22.987Z Downloaded progenitor-extras v0.2.0
6382026-08-12T23:21:22.987Z Downloaded relative-path v1.9.3
6392026-08-12T23:21:22.987Z Downloaded zone_cfg_derive v0.3.1
6402026-08-12T23:21:22.987Z Downloaded document-features v0.2.12
6412026-08-12T23:21:22.990Z Downloaded primeorder v0.13.6
6422026-08-12T23:21:22.990Z Downloaded psm v0.1.30
6432026-08-12T23:21:22.990Z Downloaded aes-gcm v0.11.0
6442026-08-12T23:21:22.993Z Downloaded iri-string v0.7.10
6452026-08-12T23:21:22.997Z Downloaded shlex v1.3.0
6462026-08-12T23:21:23.001Z Downloaded slab v0.4.12
6472026-08-12T23:21:23.001Z Downloaded embedded-io v0.4.0
6482026-08-12T23:21:23.001Z Downloaded float-ord v0.3.2
6492026-08-12T23:21:23.001Z Downloaded pest_meta v2.8.6
6502026-08-12T23:21:23.005Z Downloaded idna v1.1.0
6512026-08-12T23:21:23.005Z Downloaded slog-async v2.8.0
6522026-08-12T23:21:23.009Z Downloaded anyhow v1.0.102
6532026-08-12T23:21:23.009Z Downloaded rust-argon2 v2.1.0
6542026-08-12T23:21:23.014Z Downloaded tinytemplate v1.2.1
6552026-08-12T23:21:23.014Z Downloaded digest-io v0.1.0
6562026-08-12T23:21:23.017Z Downloaded fd-lock v4.0.4
6572026-08-12T23:21:23.017Z Downloaded memchr v2.8.0
6582026-08-12T23:21:23.020Z Downloaded sec1 v0.8.1
6592026-08-12T23:21:23.020Z Downloaded serde-hex v0.1.0
6602026-08-12T23:21:23.020Z Downloaded expectorate v1.2.0
6612026-08-12T23:21:23.023Z Downloaded serdect v0.4.3
6622026-08-12T23:21:23.023Z Downloaded stringmetrics v2.2.2
6632026-08-12T23:21:23.023Z Downloaded generic-array v0.14.7
6642026-08-12T23:21:23.027Z Downloaded drift v0.2.0
6652026-08-12T23:21:23.031Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6662026-08-12T23:21:23.036Z Downloaded macaddr v1.0.1
6672026-08-12T23:21:23.036Z Downloaded maybe-uninit v2.0.0
6682026-08-12T23:21:23.036Z Downloaded newline-converter v0.3.0
6692026-08-12T23:21:23.036Z Downloaded multimap v0.10.1
6702026-08-12T23:21:23.042Z Downloaded postcard v1.1.3
6712026-08-12T23:21:23.042Z Downloaded synstructure v0.13.2
6722026-08-12T23:21:23.042Z Downloaded vergen-git2 v9.1.0
6732026-08-12T23:21:23.042Z Downloaded getrandom v0.3.4
6742026-08-12T23:21:23.046Z Downloaded zip v4.6.1
6752026-08-12T23:21:23.049Z Downloaded litemap v0.8.1
6762026-08-12T23:21:23.052Z Downloaded num v0.4.3
6772026-08-12T23:21:23.052Z Downloaded aead v0.5.2
6782026-08-12T23:21:23.052Z Downloaded approx v0.5.1
6792026-08-12T23:21:23.056Z Downloaded anstyle-query v1.1.5
6802026-08-12T23:21:23.056Z Downloaded writeable v0.6.2
6812026-08-12T23:21:23.057Z Downloaded zeroize v1.9.0
6822026-08-12T23:21:23.060Z Downloaded num-derive v0.4.2
6832026-08-12T23:21:23.060Z Downloaded async-object-pool v0.2.0
6842026-08-12T23:21:23.066Z Downloaded clap_builder v4.6.0
6852026-08-12T23:21:23.069Z Downloaded async-stream v0.3.6
6862026-08-12T23:21:23.069Z Downloaded block-buffer v0.12.1
6872026-08-12T23:21:23.069Z Downloaded cfg_aliases v0.2.1
6882026-08-12T23:21:23.069Z Downloaded omicron-zone-package v0.12.3
6892026-08-12T23:21:23.072Z Downloaded hashbrown v0.16.1
6902026-08-12T23:21:23.072Z Downloaded fixedbitset v0.5.7
6912026-08-12T23:21:23.077Z Downloaded samael v0.0.19
6922026-08-12T23:21:23.080Z Downloaded simd-adler32 v0.3.8
6932026-08-12T23:21:23.080Z Downloaded reedline v0.40.0
6942026-08-12T23:21:23.085Z Downloaded cfg-expr v0.20.6
6952026-08-12T23:21:23.089Z Downloaded rustls-pki-types v1.14.0
6962026-08-12T23:21:23.089Z Downloaded dsl_auto_type v0.2.0
6972026-08-12T23:21:23.089Z Downloaded fs-err v3.3.0
6982026-08-12T23:21:23.090Z Downloaded fs_extra v1.3.0
6992026-08-12T23:21:23.093Z Downloaded peg-runtime v0.8.5
7002026-08-12T23:21:23.093Z Downloaded plotters-backend v0.3.7
7012026-08-12T23:21:23.093Z Downloaded progenitor-client v0.14.0
7022026-08-12T23:21:23.093Z Downloaded hkdf v0.12.4
7032026-08-12T23:21:23.093Z Downloaded ref-cast v1.0.25
7042026-08-12T23:21:23.097Z Downloaded tinystr v0.8.2
7052026-08-12T23:21:23.097Z Downloaded unicode-normalization v0.1.25
7062026-08-12T23:21:23.106Z Downloaded mime v0.3.17
7072026-08-12T23:21:23.112Z Downloaded supports-color v2.1.0
7082026-08-12T23:21:23.117Z Downloaded tabwriter v1.4.1
7092026-08-12T23:21:23.117Z Downloaded termtree v0.5.1
7102026-08-12T23:21:23.117Z Downloaded sapling-renderdag v0.1.0
7112026-08-12T23:21:23.128Z Downloaded seq-macro v0.3.6
7122026-08-12T23:21:23.128Z Downloaded serde_repr v0.1.20
7132026-08-12T23:21:23.129Z Downloaded sigpipe v0.1.3
7142026-08-12T23:21:23.129Z Downloaded twox-hash v2.1.2
7152026-08-12T23:21:23.129Z Downloaded serde_json v1.0.151
7162026-08-12T23:21:23.133Z Downloaded tokio-util v0.7.18
7172026-08-12T23:21:23.134Z Downloaded num_enum_derive v0.7.6
7182026-08-12T23:21:23.134Z Downloaded yasna v0.5.2
7192026-08-12T23:21:23.134Z Downloaded base64ct v1.8.3
7202026-08-12T23:21:23.146Z Downloaded byteorder v1.5.0
7212026-08-12T23:21:23.146Z Downloaded structmeta-derive v0.3.0
7222026-08-12T23:21:23.146Z Downloaded tower-http v0.6.8
7232026-08-12T23:21:23.153Z Downloaded rstest v0.25.0
7242026-08-12T23:21:23.153Z Downloaded waitgroup v0.1.2
7252026-08-12T23:21:23.154Z Downloaded schemars v0.8.22
7262026-08-12T23:21:23.158Z Downloaded miniz_oxide v0.8.9
7272026-08-12T23:21:23.158Z Downloaded slog v2.8.2
7282026-08-12T23:21:23.158Z Downloaded ecdsa v0.17.0
7292026-08-12T23:21:23.158Z Downloaded bitflags v1.3.2
7302026-08-12T23:21:23.162Z Downloaded guppy v0.17.25
7312026-08-12T23:21:23.162Z Downloaded oxide-tokio-rt v0.1.4
7322026-08-12T23:21:23.176Z Downloaded parking_lot_core v0.8.6
7332026-08-12T23:21:23.176Z Downloaded hyper v1.10.1
7342026-08-12T23:21:23.181Z Downloaded unicode-xid v0.2.6
7352026-08-12T23:21:23.181Z Downloaded untrusted v0.9.0
7362026-08-12T23:21:23.181Z Downloaded wait-timeout v0.2.1
7372026-08-12T23:21:23.181Z Downloaded cbc v0.2.1
7382026-08-12T23:21:23.181Z Downloaded rustls-platform-verifier v0.6.2
7392026-08-12T23:21:23.181Z Downloaded quick-error v1.2.3
7402026-08-12T23:21:23.181Z Downloaded pem-rfc7468 v1.0.0
7412026-08-12T23:21:23.181Z Downloaded difflib v0.4.0
7422026-08-12T23:21:23.181Z Downloaded chrono v0.4.45
7432026-08-12T23:21:23.186Z Downloaded event-listener v5.4.1
7442026-08-12T23:21:23.186Z Downloaded p521 v0.14.0
7452026-08-12T23:21:23.191Z Downloaded proc-macro-error2 v2.0.1
7462026-08-12T23:21:23.191Z Downloaded rand_seeder v0.4.0
7472026-08-12T23:21:23.191Z Downloaded dtrace-parser v0.2.0
7482026-08-12T23:21:23.191Z Downloaded dtrace-parser v0.3.0
7492026-08-12T23:21:23.195Z Downloaded env_filter v1.0.0
7502026-08-12T23:21:23.195Z Downloaded foreign-types v0.3.2
7512026-08-12T23:21:23.195Z Downloaded foreign-types v0.5.0
7522026-08-12T23:21:23.195Z Downloaded ghash v0.6.0
7532026-08-12T23:21:23.196Z Downloaded hashbrown v0.17.0
7542026-08-12T23:21:23.199Z Downloaded lalrpop-util v0.19.12
7552026-08-12T23:21:23.199Z Downloaded reqwest v0.13.2
7562026-08-12T23:21:23.202Z Downloaded textwrap v0.15.2
7572026-08-12T23:21:23.202Z Downloaded flate2 v1.1.9
7582026-08-12T23:21:23.207Z Downloaded slog-term v2.9.2
7592026-08-12T23:21:23.207Z Downloaded spki v0.8.0
7602026-08-12T23:21:23.207Z Downloaded tokio-stream v0.1.18
7612026-08-12T23:21:23.212Z Downloaded toml v1.1.2+spec-1.1.0
7622026-08-12T23:21:23.215Z Downloaded newtype-uuid-macros v0.1.0
7632026-08-12T23:21:23.215Z Downloaded scrypt v0.12.0
7642026-08-12T23:21:23.215Z Downloaded maplit v1.0.2
7652026-08-12T23:21:23.215Z Downloaded thiserror v2.0.18
7662026-08-12T23:21:23.219Z Downloaded thread_local v1.1.9
7672026-08-12T23:21:23.222Z Downloaded num-bigint v0.4.6
7682026-08-12T23:21:23.222Z Downloaded rayon v1.11.0
7692026-08-12T23:21:23.227Z Downloaded unicode-ident v1.0.24
7702026-08-12T23:21:23.231Z Downloaded serde_path_to_error v0.1.20
7712026-08-12T23:21:23.231Z Downloaded unicode-properties v0.1.4
7722026-08-12T23:21:23.234Z Downloaded tokio-tungstenite v0.23.1
7732026-08-12T23:21:23.234Z Downloaded atty v0.2.14
7742026-08-12T23:21:23.234Z Downloaded tui-tree-widget v0.23.1
7752026-08-12T23:21:23.238Z Downloaded base16ct v1.0.0
7762026-08-12T23:21:23.239Z Downloaded castaway v0.2.4
7772026-08-12T23:21:23.239Z Downloaded icu_properties_data v2.1.2
7782026-08-12T23:21:23.243Z Downloaded elliptic-curve v0.13.8
7792026-08-12T23:21:23.248Z Downloaded iddqd v0.4.2
7802026-08-12T23:21:23.251Z Downloaded dropshot-api-manager v0.7.2
7812026-08-12T23:21:23.254Z Downloaded goblin v0.8.2
7822026-08-12T23:21:23.258Z Downloaded pathdiff v0.2.3
7832026-08-12T23:21:23.259Z Downloaded event-listener-strategy v0.5.4
7842026-08-12T23:21:23.259Z Downloaded path-slash v0.1.5
7852026-08-12T23:21:23.263Z Downloaded winnow v0.5.40
7862026-08-12T23:21:23.266Z Downloaded foreign-types-macros v0.2.3
7872026-08-12T23:21:23.266Z Downloaded generic-array v1.4.3
7882026-08-12T23:21:23.266Z Downloaded find-msvc-tools v0.1.9
7892026-08-12T23:21:23.269Z Downloaded base64 v0.22.1
7902026-08-12T23:21:23.269Z Downloaded russh-cryptovec v0.62.0
7912026-08-12T23:21:23.273Z Downloaded russh-util v0.52.0
7922026-08-12T23:21:23.273Z Downloaded poly1305 v0.8.0
7932026-08-12T23:21:23.273Z Downloaded sha1 v0.10.6
7942026-08-12T23:21:23.273Z Downloaded signal-hook-mio v0.2.5
7952026-08-12T23:21:23.276Z Downloaded tap v1.0.1
7962026-08-12T23:21:23.276Z Downloaded rand_pcg v0.10.2
7972026-08-12T23:21:23.276Z Downloaded semver v0.1.20
7982026-08-12T23:21:23.276Z Downloaded serde_spanned v0.6.9
7992026-08-12T23:21:23.276Z Downloaded p384 v0.14.0
8002026-08-12T23:21:23.280Z Downloaded test-strategy v0.4.5
8012026-08-12T23:21:23.283Z Downloaded litrs v1.0.0
8022026-08-12T23:21:23.283Z Downloaded strum v0.26.3
8032026-08-12T23:21:23.283Z Downloaded displaydoc v0.2.5
8042026-08-12T23:21:23.287Z Downloaded libsw-core v0.3.2
8052026-08-12T23:21:23.287Z Downloaded take_mut v0.2.2
8062026-08-12T23:21:23.287Z Downloaded p384 v0.13.1
8072026-08-12T23:21:23.290Z Downloaded jiff-core v0.1.0
8082026-08-12T23:21:23.293Z Downloaded num_enum v0.7.6
8092026-08-12T23:21:23.297Z Downloaded libbz2-rs-sys v0.2.2
8102026-08-12T23:21:23.297Z Downloaded nu-ansi-term v0.50.3
8112026-08-12T23:21:23.300Z Downloaded parking_lot v0.12.5
8122026-08-12T23:21:23.301Z Downloaded bs58 v0.5.1
8132026-08-12T23:21:23.301Z Downloaded dof v0.3.0
8142026-08-12T23:21:23.305Z Downloaded zone v0.3.1
8152026-08-12T23:21:23.305Z Downloaded dirs-next v2.0.0
8162026-08-12T23:21:23.305Z Downloaded futures-sink v0.3.32
8172026-08-12T23:21:23.305Z Downloaded dirs-sys-next v0.1.2
8182026-08-12T23:21:23.305Z Downloaded mime_guess v2.0.5
8192026-08-12T23:21:23.305Z Downloaded lazy_static v1.5.0
8202026-08-12T23:21:23.310Z Downloaded owo-colors v3.5.0
8212026-08-12T23:21:23.310Z Downloaded path-tree v0.8.3
8222026-08-12T23:21:23.311Z Downloaded num_enum v0.5.11
8232026-08-12T23:21:23.315Z Downloaded errno v0.3.14
8242026-08-12T23:21:23.315Z Downloaded kem v0.3.0
8252026-08-12T23:21:23.316Z Downloaded match_cfg v0.1.0
8262026-08-12T23:21:23.316Z Downloaded oorandom v11.1.5
8272026-08-12T23:21:23.316Z Downloaded crypto-primes v0.7.2
8282026-08-12T23:21:23.327Z Downloaded tempfile v3.25.0
8292026-08-12T23:21:23.327Z Downloaded rustls-pemfile v2.2.0
8302026-08-12T23:21:23.327Z Downloaded ucd-trie v0.1.7
8312026-08-12T23:21:23.327Z Downloaded cfg_aliases v0.1.1
8322026-08-12T23:21:23.327Z Downloaded cfg-if v1.0.4
8332026-08-12T23:21:23.327Z Downloaded opaque-debug v0.3.1
8342026-08-12T23:21:23.328Z Downloaded ed25519-dalek v3.0.0
8352026-08-12T23:21:23.333Z Downloaded knuffel v3.2.0
8362026-08-12T23:21:23.333Z Downloaded diesel_derives v2.3.7
8372026-08-12T23:21:23.333Z Downloaded lock_api v0.4.14
8382026-08-12T23:21:23.333Z Downloaded zerocopy v0.6.6
8392026-08-12T23:21:23.333Z Downloaded shell-words v1.1.1
8402026-08-12T23:21:23.333Z Downloaded secrecy v0.8.0
8412026-08-12T23:21:23.334Z Downloaded spki v0.7.3
8422026-08-12T23:21:23.339Z Downloaded zerocopy v0.7.35
8432026-08-12T23:21:23.343Z Downloaded usdt-impl v0.5.0
8442026-08-12T23:21:23.346Z Downloaded crypto-bigint v0.7.5
8452026-08-12T23:21:23.353Z Downloaded strip-ansi-escapes v0.2.1
8462026-08-12T23:21:23.357Z Downloaded sqlparser_derive v0.5.0
8472026-08-12T23:21:23.357Z Downloaded strsim v0.10.0
8482026-08-12T23:21:23.357Z Downloaded thread-id v4.2.2
8492026-08-12T23:21:23.357Z Downloaded thread-id v5.1.0
8502026-08-12T23:21:23.357Z Downloaded universal-hash v0.5.1
8512026-08-12T23:21:23.360Z Downloaded terminal_size v0.1.17
8522026-08-12T23:21:23.360Z Downloaded toml_write v0.1.2
8532026-08-12T23:21:23.361Z Downloaded memmap2 v0.9.10
8542026-08-12T23:21:23.361Z Downloaded blake3 v1.8.5
8552026-08-12T23:21:23.366Z Downloaded salty v0.3.0
8562026-08-12T23:21:23.370Z Downloaded fs-err v2.11.0
8572026-08-12T23:21:23.375Z Downloaded bitflags v2.11.0
8582026-08-12T23:21:23.375Z Downloaded erased-serde v0.3.31
8592026-08-12T23:21:23.381Z Downloaded dunce v1.0.5
8602026-08-12T23:21:23.381Z Downloaded enum-as-inner v0.6.1
8612026-08-12T23:21:23.381Z Downloaded zopfli v0.8.3
8622026-08-12T23:21:23.382Z Downloaded keccak v0.2.0
8632026-08-12T23:21:23.382Z Downloaded keccak v0.1.6
8642026-08-12T23:21:23.382Z Downloaded num-complex v0.4.6
8652026-08-12T23:21:23.382Z Downloaded backtrace-ext v0.2.1
8662026-08-12T23:21:23.382Z Downloaded nested v0.1.1
8672026-08-12T23:21:23.382Z Downloaded unsafe-libyaml v0.2.11
8682026-08-12T23:21:23.385Z Downloaded vte v0.14.1
8692026-08-12T23:21:23.385Z Downloaded mio v1.2.0
8702026-08-12T23:21:23.389Z Downloaded polyval v0.7.1
8712026-08-12T23:21:23.389Z Downloaded base16ct v0.2.0
8722026-08-12T23:21:23.389Z Downloaded proc-macro-error v1.0.4
8732026-08-12T23:21:23.392Z Downloaded smallvec v0.6.14
8742026-08-12T23:21:23.392Z Downloaded num-conv v0.2.0
8752026-08-12T23:21:23.392Z Downloaded bit-vec v0.6.3
8762026-08-12T23:21:23.396Z Downloaded openssl-sys v0.9.117
8772026-08-12T23:21:23.399Z Downloaded phf_shared v0.13.1
8782026-08-12T23:21:23.399Z Downloaded newtype-uuid v1.3.2
8792026-08-12T23:21:23.399Z Downloaded bytecount v0.6.9
8802026-08-12T23:21:23.399Z Downloaded supports-unicode v2.1.0
8812026-08-12T23:21:23.399Z Downloaded swrite v0.1.0
8822026-08-12T23:21:23.404Z Downloaded ssh-key v0.7.0-rc.11
8832026-08-12T23:21:23.408Z Downloaded serde_tokenstream v0.2.3
8842026-08-12T23:21:23.408Z Downloaded serde-big-array v0.5.1
8852026-08-12T23:21:23.413Z Downloaded unicode-segmentation v1.12.0
8862026-08-12T23:21:23.417Z Downloaded vergen v9.1.0
8872026-08-12T23:21:23.421Z Downloaded whoami v2.1.0
8882026-08-12T23:21:23.421Z Downloaded unicode-truncate v1.1.0
8892026-08-12T23:21:23.421Z Downloaded yoke v0.8.1
8902026-08-12T23:21:23.424Z Downloaded num-traits v0.2.19
8912026-08-12T23:21:23.424Z Downloaded fixedbitset v0.4.2
8922026-08-12T23:21:23.424Z Downloaded futures-task v0.3.32
8932026-08-12T23:21:23.428Z Downloaded whoami v1.6.1
8942026-08-12T23:21:23.428Z Downloaded enum_dispatch v0.3.13
8952026-08-12T23:21:23.436Z Downloaded md5 v0.8.0
8962026-08-12T23:21:23.442Z Downloaded ml-kem v0.3.2
8972026-08-12T23:21:23.446Z Downloaded aws-lc-rs v1.16.3
8982026-08-12T23:21:23.449Z Downloaded olpc-cjson v0.1.4
8992026-08-12T23:21:23.453Z Downloaded ron v0.8.1
9002026-08-12T23:21:23.459Z Downloaded phf v0.12.1
9012026-08-12T23:21:23.459Z Downloaded assert-json-diff v2.0.2
9022026-08-12T23:21:23.459Z Downloaded parse-display v0.10.0
9032026-08-12T23:21:23.459Z Downloaded prefix-trie v0.7.0
9042026-08-12T23:21:23.463Z Downloaded anstyle-parse v1.0.0
9052026-08-12T23:21:23.463Z Downloaded pin-project-lite v0.2.17
9062026-08-12T23:21:23.468Z Downloaded r2d2 v0.8.10
9072026-08-12T23:21:23.468Z Downloaded slog-bunyan v2.5.0
9082026-08-12T23:21:23.471Z Downloaded pest_generator v2.8.6
9092026-08-12T23:21:23.471Z Downloaded sync_wrapper v1.0.2
9102026-08-12T23:21:23.471Z Downloaded slog-json v2.6.1
9112026-08-12T23:21:23.474Z Downloaded thiserror-impl v1.0.69
9122026-08-12T23:21:23.474Z Downloaded usdt-attr-macro v0.6.0
9132026-08-12T23:21:23.474Z Downloaded tinyvec v1.10.0
9142026-08-12T23:21:23.479Z Downloaded rustversion v1.0.22
9152026-08-12T23:21:23.482Z Downloaded want v0.3.1
9162026-08-12T23:21:23.482Z Downloaded subprocess v0.2.15
9172026-08-12T23:21:23.485Z Downloaded fastrand v2.3.0
9182026-08-12T23:21:23.485Z Downloaded socket2 v0.6.3
9192026-08-12T23:21:23.485Z Downloaded plain v0.2.3
9202026-08-12T23:21:23.489Z Downloaded phf_shared v0.11.3
9212026-08-12T23:21:23.489Z Downloaded phf_shared v0.12.1
9222026-08-12T23:21:23.489Z Downloaded libscf-sys v1.2.0
9232026-08-12T23:21:23.489Z Downloaded typify v0.6.2
9242026-08-12T23:21:23.492Z Downloaded rusty-fork v0.3.1
9252026-08-12T23:21:23.492Z Downloaded stacker v0.1.23
9262026-08-12T23:21:23.496Z Downloaded lzss v0.8.2
9272026-08-12T23:21:23.497Z Downloaded uzers v0.12.2
9282026-08-12T23:21:23.497Z Downloaded managed v0.8.0
9292026-08-12T23:21:23.497Z Downloaded petname v2.0.2
9302026-08-12T23:21:23.500Z Downloaded itertools v0.12.1
9312026-08-12T23:21:23.505Z Downloaded slog-envlogger v2.2.0
9322026-08-12T23:21:23.505Z Downloaded smawk v0.3.2
9332026-08-12T23:21:23.505Z Downloaded aho-corasick v1.1.4
9342026-08-12T23:21:23.513Z Downloaded scopeguard v1.2.0
9352026-08-12T23:21:23.513Z Downloaded wyz v0.5.1
9362026-08-12T23:21:23.514Z Downloaded git2 v0.20.4
9372026-08-12T23:21:23.514Z Downloaded papergrid v0.18.0
9382026-08-12T23:21:23.519Z Downloaded diff v0.1.13
9392026-08-12T23:21:23.519Z Downloaded linear-map v1.2.0
9402026-08-12T23:21:23.519Z Downloaded nom v8.0.0
9412026-08-12T23:21:23.522Z Downloaded pretty_assertions v1.4.1
9422026-08-12T23:21:23.522Z Downloaded futures-channel v0.3.32
9432026-08-12T23:21:23.527Z Downloaded libtest-mimic v0.8.1
9442026-08-12T23:21:23.527Z Downloaded autocfg v1.5.0
9452026-08-12T23:21:23.527Z Downloaded quinn-proto v0.11.16
9462026-08-12T23:21:23.532Z Downloaded sec1 v0.7.3
9472026-08-12T23:21:23.532Z Downloaded anstyle-parse v0.2.7
9482026-08-12T23:21:23.532Z Downloaded serde_with v1.14.0
9492026-08-12T23:21:23.537Z Downloaded prettyplease v0.2.37
9502026-08-12T23:21:23.537Z Downloaded futures-io v0.3.32
9512026-08-12T23:21:23.540Z Downloaded resolv-conf v0.7.6
9522026-08-12T23:21:23.540Z Downloaded psl-types v2.0.11
9532026-08-12T23:21:23.540Z Downloaded support-bundle-viewer v0.1.2
9542026-08-12T23:21:23.544Z Downloaded russh v0.62.4
9552026-08-12T23:21:23.551Z Downloaded tokio-native-tls v0.3.1
9562026-08-12T23:21:23.555Z Downloaded rcgen v0.12.1
9572026-08-12T23:21:23.565Z Downloaded password-hash v0.5.0
9582026-08-12T23:21:23.565Z Downloaded ff v0.13.1
9592026-08-12T23:21:23.569Z Downloaded toml v0.8.23
9602026-08-12T23:21:23.569Z Downloaded ed25519 v2.2.3
9612026-08-12T23:21:23.569Z Downloaded zeroize_derive v1.5.0
9622026-08-12T23:21:23.569Z Downloaded equivalent v1.0.2
9632026-08-12T23:21:23.569Z Downloaded lru-slab v0.1.2
9642026-08-12T23:21:23.569Z Downloaded structmeta v0.3.0
9652026-08-12T23:21:23.569Z Downloaded zerocopy-derive v0.8.40
9662026-08-12T23:21:23.573Z Downloaded tinyvec_macros v0.1.1
9672026-08-12T23:21:23.576Z Downloaded tokio-postgres v0.7.16
9682026-08-12T23:21:23.576Z Downloaded thiserror-impl v2.0.18
9692026-08-12T23:21:23.579Z Downloaded yansi v1.0.1
9702026-08-12T23:21:23.579Z Downloaded bcrypt-pbkdf v0.11.0
9712026-08-12T23:21:23.579Z Downloaded rfc6979 v0.4.0
9722026-08-12T23:21:23.588Z Downloaded futures v0.3.32
9732026-08-12T23:21:23.593Z Downloaded native-tls v0.2.18
9742026-08-12T23:21:23.596Z Downloaded termios v0.3.3
9752026-08-12T23:21:23.596Z Downloaded memmap v0.7.0
9762026-08-12T23:21:23.599Z Downloaded unicase v2.9.0
9772026-08-12T23:21:23.603Z Downloaded blake2 v0.11.0-rc.6
9782026-08-12T23:21:23.603Z Downloaded owo-colors v4.3.0
9792026-08-12T23:21:23.606Z Downloaded parking_lot_core v0.9.12
9802026-08-12T23:21:23.606Z Downloaded vcpkg v0.2.15
9812026-08-12T23:21:23.629Z Downloaded nanorand v0.7.0
9822026-08-12T23:21:23.632Z Downloaded blowfish v0.10.0
9832026-08-12T23:21:23.632Z Downloaded either v1.15.0
9842026-08-12T23:21:23.632Z Downloaded arc-swap v1.8.2
9852026-08-12T23:21:23.632Z Downloaded signal-hook-registry v1.4.8
9862026-08-12T23:21:23.632Z Downloaded gethostname v0.5.0
9872026-08-12T23:21:23.635Z Downloaded async-trait v0.1.89
9882026-08-12T23:21:23.635Z Downloaded schemars_derive v0.8.22
9892026-08-12T23:21:23.635Z Downloaded recursive v0.1.1
9902026-08-12T23:21:23.635Z Downloaded time v0.3.47
9912026-08-12T23:21:23.642Z Downloaded utf8parse v0.2.2
9922026-08-12T23:21:23.645Z Downloaded tls_codec_derive v0.4.2
9932026-08-12T23:21:23.645Z Downloaded pkcs5 v0.8.1
9942026-08-12T23:21:23.649Z Downloaded futures-util v0.3.32
9952026-08-12T23:21:23.653Z Downloaded tracing-attributes v0.1.31
9962026-08-12T23:21:23.658Z Downloaded toml_edit v0.23.10+spec-1.0.0
9972026-08-12T23:21:23.658Z Downloaded toml_edit v0.22.27
9982026-08-12T23:21:23.667Z Downloaded unicode_categories v0.1.1
9992026-08-12T23:21:23.667Z Downloaded schemars v0.9.0
10002026-08-12T23:21:23.681Z Downloaded progenitor-client v0.13.0
10012026-08-12T23:21:23.681Z Downloaded same-file v1.0.6
10022026-08-12T23:21:23.681Z Downloaded target-spec v3.5.7
10032026-08-12T23:21:23.681Z Downloaded aead v0.6.1
10042026-08-12T23:21:23.681Z Downloaded async-lock v3.4.2
10052026-08-12T23:21:23.681Z Downloaded ed25519 v3.0.0
10062026-08-12T23:21:23.681Z Downloaded newtype_derive v0.1.6
10072026-08-12T23:21:23.682Z Downloaded nodrop v0.1.14
10082026-08-12T23:21:23.682Z Downloaded blake2 v0.10.6
10092026-08-12T23:21:23.691Z Downloaded zerotrie v0.2.3
10102026-08-12T23:21:23.691Z Downloaded tracing-core v0.1.36
10112026-08-12T23:21:23.691Z Downloaded libm v0.2.16
10122026-08-12T23:21:23.691Z Downloaded dropshot_endpoint v0.17.1
10132026-08-12T23:21:23.691Z Downloaded goblin v0.10.5
10142026-08-12T23:21:23.695Z Downloaded ar_archive_writer v0.5.1
10152026-08-12T23:21:23.695Z Downloaded assert_cmd v2.1.2
10162026-08-12T23:21:23.695Z Downloaded pest v2.8.6
10172026-08-12T23:21:23.695Z Downloaded digest v0.10.7
10182026-08-12T23:21:23.695Z Downloaded progenitor v0.13.0
10192026-08-12T23:21:23.696Z Downloaded winnow v1.0.3
10202026-08-12T23:21:23.701Z Downloaded libsw v3.5.0
10212026-08-12T23:21:23.704Z Downloaded primefield v0.14.0
10222026-08-12T23:21:23.705Z Downloaded termcolor v1.4.1
10232026-08-12T23:21:23.705Z Downloaded foldhash v0.1.5
10242026-08-12T23:21:23.705Z Downloaded futures-timer v3.0.3
10252026-08-12T23:21:23.705Z Downloaded oxide-update-engine-types v0.1.2
10262026-08-12T23:21:23.705Z Downloaded papergrid v0.11.0
10272026-08-12T23:21:23.712Z Downloaded serde_yaml v0.9.34+deprecated
10282026-08-12T23:21:23.712Z Downloaded bzip2 v0.6.1
10292026-08-12T23:21:23.712Z Downloaded predicates v3.1.4
10302026-08-12T23:21:23.712Z Downloaded arrayvec v0.7.6
10312026-08-12T23:21:23.719Z Downloaded rsa v0.9.10
10322026-08-12T23:21:23.719Z Downloaded tabled v0.15.0
10332026-08-12T23:21:23.728Z Downloaded zmij v1.0.21
10342026-08-12T23:21:23.728Z Downloaded ryu v1.0.23
10352026-08-12T23:21:23.728Z Downloaded rand v0.8.6
10362026-08-12T23:21:23.734Z Downloaded pest_derive v2.8.6
10372026-08-12T23:21:23.735Z Downloaded fancy-regex v0.14.0
10382026-08-12T23:21:23.735Z Downloaded gimli v0.32.3
10392026-08-12T23:21:23.742Z Downloaded progenitor v0.14.0
10402026-08-12T23:21:23.742Z Downloaded bitfield v0.19.4
10412026-08-12T23:21:23.742Z Downloaded zerovec v0.11.5
10422026-08-12T23:21:23.745Z Downloaded plotters v0.3.7
10432026-08-12T23:21:23.745Z Downloaded itertools v0.15.0
10442026-08-12T23:21:23.749Z Downloaded des v0.9.0
10452026-08-12T23:21:23.753Z Downloaded zerocopy v0.8.40
10462026-08-12T23:21:23.757Z Downloaded toml_parser v1.1.2+spec-1.1.0
10472026-08-12T23:21:23.757Z Downloaded foldhash v0.2.0
10482026-08-12T23:21:23.757Z Downloaded itertools v0.10.5
10492026-08-12T23:21:23.760Z Downloaded cc v1.2.56
10502026-08-12T23:21:23.765Z Downloaded oso v0.27.3
10512026-08-12T23:21:23.765Z Downloaded bzip2 v0.4.4
10522026-08-12T23:21:23.765Z Downloaded zerocopy-derive v0.7.35
10532026-08-12T23:21:23.768Z Downloaded postgres-types v0.2.12
10542026-08-12T23:21:23.768Z Downloaded rstest_macros v0.25.0
10552026-08-12T23:21:23.772Z Downloaded url v2.5.8
10562026-08-12T23:21:23.772Z Downloaded curve25519-dalek v4.1.3
10572026-08-12T23:21:23.776Z Downloaded stringprep v0.1.5
10582026-08-12T23:21:23.779Z Downloaded unicode-bidi v0.3.18
10592026-08-12T23:21:23.779Z Downloaded serde_derive v1.0.228
10602026-08-12T23:21:23.783Z Downloaded unicode-width v0.1.14
10612026-08-12T23:21:23.786Z Downloaded tough v0.22.0
10622026-08-12T23:21:23.794Z Downloaded regex-syntax v0.6.29
10632026-08-12T23:21:23.795Z Downloaded getrandom v0.4.1
10642026-08-12T23:21:23.800Z Downloaded serde_core v1.0.228
10652026-08-12T23:21:23.801Z Downloaded moka v0.12.13
10662026-08-12T23:21:23.806Z Downloaded toml v0.7.8
10672026-08-12T23:21:23.806Z Downloaded syn v1.0.109
10682026-08-12T23:21:23.809Z Downloaded tabled v0.21.0
10692026-08-12T23:21:23.816Z Downloaded typed-path v0.9.3
10702026-08-12T23:21:23.819Z Downloaded uuid v1.23.4
10712026-08-12T23:21:23.822Z Downloaded rand_distr v0.5.1
10722026-08-12T23:21:23.826Z Downloaded bindgen v0.71.1
10732026-08-12T23:21:23.829Z Downloaded publicsuffix v2.3.0
10742026-08-12T23:21:23.830Z Downloaded socket2 v0.5.10
10752026-08-12T23:21:23.830Z Downloaded syn v2.0.117
10762026-08-12T23:21:23.836Z Downloaded regex v1.12.3
10772026-08-12T23:21:23.840Z Downloaded x509-cert v0.2.5
10782026-08-12T23:21:23.845Z Downloaded curve25519-dalek v5.0.0
10792026-08-12T23:21:23.861Z Downloaded quick-xml v0.37.5
10802026-08-12T23:21:23.864Z Downloaded derive_more-impl v2.1.1
10812026-08-12T23:21:23.871Z Downloaded minimal-lexical v0.2.1
10822026-08-12T23:21:23.883Z Downloaded sha3 v0.12.0
10832026-08-12T23:21:23.883Z Downloaded typenum v1.20.1
10842026-08-12T23:21:23.884Z Downloaded num-bigint-dig v0.8.6
10852026-08-12T23:21:23.884Z Downloaded rand v0.9.2
10862026-08-12T23:21:23.888Z Downloaded itertools v0.14.0
10872026-08-12T23:21:23.899Z Downloaded unicode-width v0.2.0
10882026-08-12T23:21:23.899Z Downloaded bitvec v1.0.1
10892026-08-12T23:21:23.903Z Downloaded object v0.37.3
10902026-08-12T23:21:23.907Z Downloaded itertools v0.13.0
10912026-08-12T23:21:23.911Z Downloaded rawzip v0.4.4
10922026-08-12T23:21:23.915Z Downloaded reqwest v0.12.28
10932026-08-12T23:21:23.959Z Downloaded tower v0.5.3
10942026-08-12T23:21:23.960Z Downloaded polar-core v0.27.3
10952026-08-12T23:21:23.960Z Downloaded nom v7.1.3
10962026-08-12T23:21:23.960Z Downloaded hickory-proto v0.24.4
10972026-08-12T23:21:23.960Z Downloaded aes v0.9.1
10982026-08-12T23:21:23.960Z Downloaded libxml v0.3.3
10992026-08-12T23:21:23.960Z Downloaded portable-atomic v1.13.1
11002026-08-12T23:21:23.960Z Downloaded winnow v0.6.26
11012026-08-12T23:21:23.960Z Downloaded nix v0.27.1
11022026-08-12T23:21:23.964Z Downloaded rustyline v14.0.0
11032026-08-12T23:21:23.964Z Downloaded rustix v0.38.44
11042026-08-12T23:21:23.976Z Downloaded nix v0.31.2
11052026-08-12T23:21:23.981Z Downloaded object v0.30.4
11062026-08-12T23:21:23.985Z Downloaded lalrpop v0.19.12
11072026-08-12T23:21:23.991Z Downloaded hickory-proto v0.25.2
11082026-08-12T23:21:24.000Z Downloaded winnow v0.7.14
11092026-08-12T23:21:24.005Z Downloaded openssl v0.10.80
11102026-08-12T23:21:24.011Z Downloaded proptest v1.11.0
11112026-08-12T23:21:24.018Z Downloaded radix_trie v0.2.1
11122026-08-12T23:21:24.023Z Downloaded bstr v1.12.1
11132026-08-12T23:21:24.036Z Downloaded nix v0.28.0
11142026-08-12T23:21:24.039Z Downloaded zlib-rs v0.6.2
11152026-08-12T23:21:24.039Z Downloaded regress v0.10.5
11162026-08-12T23:21:24.039Z Downloaded regex-syntax v0.8.10
11172026-08-12T23:21:24.042Z Downloaded regress v0.11.1
11182026-08-12T23:21:24.048Z Downloaded serde_with v3.21.0
11192026-08-12T23:21:24.055Z Downloaded smoltcp v0.11.0
11202026-08-12T23:21:24.080Z Downloaded smoltcp v0.9.1
11212026-08-12T23:21:24.094Z Downloaded rustls v0.23.41
11222026-08-12T23:21:24.101Z Downloaded tracing v0.1.44
11232026-08-12T23:21:24.119Z Downloaded zerocopy-derive v0.6.6
11242026-08-12T23:21:24.127Z Downloaded sled v0.34.7
11252026-08-12T23:21:24.134Z Downloaded dropshot v0.17.1
11262026-08-12T23:21:24.146Z Downloaded typify-impl v0.6.2
11272026-08-12T23:21:24.155Z Downloaded diesel v2.3.7
11282026-08-12T23:21:24.167Z Downloaded rustix v1.1.3
11292026-08-12T23:21:24.181Z Downloaded sqlparser v0.61.0
11302026-08-12T23:21:24.186Z Downloaded openapiv3 v2.2.0
11312026-08-12T23:21:24.195Z Downloaded ratatui v0.29.0
11322026-08-12T23:21:24.244Z Downloaded chrono-tz v0.10.4
11332026-08-12T23:21:24.249Z Downloaded sha3 v0.11.0
11342026-08-12T23:21:24.249Z Downloaded jiff v0.2.34
11352026-08-12T23:21:24.256Z Downloaded regex-automata v0.4.14
11362026-08-12T23:21:24.265Z Downloaded bzip2-sys v0.1.13+1.0.8
11372026-08-12T23:21:24.275Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11382026-08-12T23:21:24.282Z Downloaded petgraph v0.6.5
11392026-08-12T23:21:24.295Z Downloaded petgraph v0.8.3
11402026-08-12T23:21:24.307Z Downloaded csv v1.4.0
11412026-08-12T23:21:24.319Z Downloaded libz-sys v1.1.24
11422026-08-12T23:21:24.333Z Downloaded sha3 v0.10.8
11432026-08-12T23:21:24.344Z Downloaded libc v0.2.185
11442026-08-12T23:21:24.362Z Downloaded tokio v1.52.1
11452026-08-12T23:21:24.387Z Downloaded encoding_rs v0.8.35
11462026-08-12T23:21:24.438Z Downloaded ring v0.17.14
11472026-08-12T23:21:24.457Z Downloaded httpmock v0.8.3
11482026-08-12T23:21:24.470Z Downloaded libgit2-sys v0.18.3+1.9.2
11492026-08-12T23:21:24.954Z Downloaded aws-lc-sys v0.40.0
11502026-08-12T23:21:25.404Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11512026-08-12T23:21:29.850Z Startup: Refreshing catalog 'helios' ... Done
11522026-08-12T23:21:30.155Z Startup: Caching catalogs ... Done
11532026-08-12T23:21:31.814ZPlanning: Solver setup ... Done (1.588s)
11542026-08-12T23:21:31.867ZPlanning: Running solver ... Done (0.053s)
11552026-08-12T23:21:31.903ZPlanning: Finding local manifests ... Done (0.003s)
11562026-08-12T23:21:31.912ZPlanning: Fetching manifests: 0/2 0% complete
11572026-08-12T23:21:31.934ZPlanning: Fetching manifests: 2/2 100% complete
11582026-08-12T23:21:31.952ZPlanning: Package planning ... Done (0.014s)
11592026-08-12T23:21:31.967ZPlanning: Merging actions ... Done (0.002s)
11602026-08-12T23:21:32.106ZPlanning: Checking for conflicting actions ... Done (0.160s)
11612026-08-12T23:21:32.110ZPlanning: Consolidating action changes ... Done (0.001s)
11622026-08-12T23:21:32.910ZPlanning: Evaluating mediators ... Done (0.803s)
11632026-08-12T23:21:32.915ZPlanning: Planning completed in 2.76 seconds
11642026-08-12T23:21:32.919Z Packages to install: 2
11652026-08-12T23:21:32.919Z Estimated space available: 155.74 GB
11662026-08-12T23:21:32.919ZEstimated space to be consumed: 67.95 MB
11672026-08-12T23:21:32.919Z Create boot environment: No
11682026-08-12T23:21:32.919ZCreate backup boot environment: No
11692026-08-12T23:21:32.919Z Rebuild boot archive: No
11702026-08-12T23:21:32.919Z
11712026-08-12T23:21:32.919ZChanged packages:
11722026-08-12T23:21:32.919Zhelios
11732026-08-12T23:21:32.919Z developer/build-essential
11742026-08-12T23:21:32.919Z None -> 11-3.0
11752026-08-12T23:21:32.919Z library/libxmlsec1
11762026-08-12T23:21:32.919Z None -> 1.2.35-3.0
11772026-08-12T23:21:32.943Z
11782026-08-12T23:21:32.943ZDownload: 0/214 items 0.0/1.3MB 0% complete
11792026-08-12T23:21:33.015ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
11802026-08-12T23:21:33.120Z Actions: 1/268 actions (Installing new actions)
11812026-08-12T23:21:33.158Z Actions: Completed 268 actions in 0.04 seconds.
11822026-08-12T23:21:33.189ZFinalize: Updating package state database ... Done (0.030s)
11832026-08-12T23:21:33.193ZFinalize: Updating package cache ... Done (0.000s)
11842026-08-12T23:21:33.264ZFinalize: Updating image state ... Done (0.075s)
11852026-08-12T23:21:35.940ZFinalize: Creating fast lookup database ... Done (2.584s)
11862026-08-12T23:21:36.091ZFinalize: Reading search index ... Done (0.013s)
11872026-08-12T23:21:36.091ZFinalize: Updating search index ... Done (0.000s)
11882026-08-12T23:21:36.258ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-12T23:21:36.508ZPlanning: Evaluating mediator changes ... Done
11902026-08-12T23:21:36.585ZPlanning: Checking for conflicting actions ... Done
11912026-08-12T23:21:36.697ZPlanning: Consolidating action changes ... Done
11922026-08-12T23:21:36.973ZPlanning: Evaluating mediators ... Done
11932026-08-12T23:21:36.973ZPlanning: Planning completed in 0.27 seconds
11942026-08-12T23:21:36.973Z Mediators to change: 2
11952026-08-12T23:21:36.974Z Create boot environment: No
11962026-08-12T23:21:36.974ZCreate backup boot environment: No
11972026-08-12T23:21:37.047ZFinalize: Updating package state database ... Done
11982026-08-12T23:21:37.047ZFinalize: Updating package cache ... Done
11992026-08-12T23:21:37.047ZFinalize: Updating image state ... Done
12002026-08-12T23:21:38.862ZFinalize: Creating fast lookup database ... Done
12012026-08-12T23:21:39.012ZFinalize: Reading search index ... Done
12022026-08-12T23:21:39.012ZFinalize: Updating search index ... Done
12032026-08-12T23:21:39.146ZFinalize: Updating package cache ... Done
12042026-08-12T23:21:39.289ZPlanning: Evaluating mediator changes ... Done
12052026-08-12T23:21:39.395ZPlanning: Checking for conflicting actions ... Done
12062026-08-12T23:21:39.459ZPlanning: Consolidating action changes ... Done
12072026-08-12T23:21:39.524ZPlanning: Evaluating mediators ... Done
12082026-08-12T23:21:40.048ZPlanning: Planning completed in 0.26 seconds
12092026-08-12T23:21:40.048Z Mediators to change: 1
12102026-08-12T23:21:40.048Z Create boot environment: No
12112026-08-12T23:21:40.048ZCreate backup boot environment: No
12122026-08-12T23:21:40.108ZFinalize: Updating package state database ... Done
12132026-08-12T23:21:40.109ZFinalize: Updating package cache ... Done
12142026-08-12T23:21:40.109ZFinalize: Updating image state ... Done
12152026-08-12T23:21:41.675ZFinalize: Creating fast lookup database ... Done
12162026-08-12T23:21:41.772ZFinalize: Reading search index ... Done
12172026-08-12T23:21:41.772ZFinalize: Updating search index ... Done
12182026-08-12T23:21:41.772ZFinalize: Updating package cache ... Done
12192026-08-12T23:21:42.081ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12202026-08-12T23:21:42.082Zapache system 2.4 system
12212026-08-12T23:21:42.082Zclang system 15 system
12222026-08-12T23:21:42.082Zcsh system system illumos
12232026-08-12T23:21:42.082Zctags system system illumos
12242026-08-12T23:21:42.082Zfile vendor vendor darwinsys
12252026-08-12T23:21:42.082Zfile system system illumos
12262026-08-12T23:21:42.082Zgcc vendor 14 vendor
12272026-08-12T23:21:42.083Zgcc system 13 system
12282026-08-12T23:21:42.083Zgcc system 10 system
12292026-08-12T23:21:42.083Zgo system 1.25 system
12302026-08-12T23:21:42.083Zllvm system 15 system
12312026-08-12T23:21:42.083Zmariadb system 11.4 system
12322026-08-12T23:21:42.083Zmta vendor vendor dma
12332026-08-12T23:21:42.083Zopenjdk system 17 system
12342026-08-12T23:21:42.084Zopenjdk system 11 system
12352026-08-12T23:21:42.084Zopenssl vendor 3 vendor
12362026-08-12T23:21:42.084Zperl system 5.40 system
12372026-08-12T23:21:42.084Zpostgresql system 18 system
12382026-08-12T23:21:42.084Zpostgresql system 17 system
12392026-08-12T23:21:42.084Zpython vendor 3 vendor
12402026-08-12T23:21:42.084Zpython system 2 system
12412026-08-12T23:21:42.084Zpython3 vendor 3.13 vendor
12422026-08-12T23:21:42.084Zruby system 3.4 system
12432026-08-12T23:21:42.084Zruby system 3.0 system
12442026-08-12T23:21:42.084Zwords vendor vendor american-english
12452026-08-12T23:21:42.084Zwords system system australian-english
12462026-08-12T23:21:42.084Zwords system system british-english
12472026-08-12T23:21:42.084Zwords system system canadian-english
12482026-08-12T23:21:42.084Zwords system system french
12492026-08-12T23:21:42.084Zwords system system italian
12502026-08-12T23:21:42.084Zwords system system ngerman
12512026-08-12T23:21:42.085Zwords system system ogerman
12522026-08-12T23:21:42.085Zwords system system spanish
12532026-08-12T23:21:42.335ZPUBLISHER TYPE STATUS P LOCATION
12542026-08-12T23:21:42.335Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12552026-08-12T23:21:42.754ZFMRI IFO
12562026-08-12T23:21:42.754Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12572026-08-12T23:21:42.754Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12582026-08-12T23:21:42.754Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12592026-08-12T23:21:42.754Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12602026-08-12T23:21:42.756Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12612026-08-12T23:21:42.756Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12622026-08-12T23:21:42.756Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12632026-08-12T23:21:42.756Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12642026-08-12T23:21:42.756Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12652026-08-12T23:21:43.330Z Downloading crates ...
12662026-08-12T23:21:43.377Z Downloaded cargo_toml v0.21.0
12672026-08-12T23:21:43.424Z Compiling proc-macro2 v1.0.106
12682026-08-12T23:21:43.454Z Compiling quote v1.0.45
12692026-08-12T23:21:43.454Z Compiling unicode-ident v1.0.24
12702026-08-12T23:21:43.454Z Compiling serde_core v1.0.228
12712026-08-12T23:21:43.454Z Compiling libc v0.2.185
12722026-08-12T23:21:43.454Z Compiling version_check v0.9.5
12732026-08-12T23:21:43.454Z Compiling memchr v2.8.0
12742026-08-12T23:21:43.454Z Compiling serde v1.0.228
12752026-08-12T23:21:43.454Z Compiling zmij v1.0.21
12762026-08-12T23:21:43.511Z Compiling ucd-trie v0.1.7
12772026-08-12T23:21:43.546Z Compiling thiserror v1.0.69
12782026-08-12T23:21:43.546Z Compiling itoa v1.0.17
12792026-08-12T23:21:43.546Z Compiling byteorder v1.5.0
12802026-08-12T23:21:43.546Z Compiling rustix v1.1.3
12812026-08-12T23:21:43.704Z Compiling bitflags v2.11.0
12822026-08-12T23:21:43.819Z Compiling serde_json v1.0.151
12832026-08-12T23:21:43.939Z Compiling usdt-impl v0.5.0
12842026-08-12T23:21:44.016Z Compiling proc-macro-error-attr v1.0.4
12852026-08-12T23:21:44.040Z Compiling pest v2.8.6
12862026-08-12T23:21:44.040Z Compiling syn v1.0.109
12872026-08-12T23:21:44.040Z Compiling camino v1.2.2
12882026-08-12T23:21:44.163Z Compiling proc-macro-error v1.0.4
12892026-08-12T23:21:44.269Z Compiling plain v0.2.3
12902026-08-12T23:21:44.269Z Compiling utf8parse v0.2.2
12912026-08-12T23:21:44.269Z Compiling hashbrown v0.17.0
12922026-08-12T23:21:44.325Z Compiling log v0.4.29
12932026-08-12T23:21:44.325Z Compiling equivalent v1.0.2
12942026-08-12T23:21:44.325Z Compiling getrandom v0.4.1
12952026-08-12T23:21:44.357Z Compiling anstyle-parse v1.0.0
12962026-08-12T23:21:44.379Z Compiling cfg-if v1.0.4
12972026-08-12T23:21:44.404Z Compiling is_terminal_polyfill v1.70.2
12982026-08-12T23:21:44.415Z Compiling toml_write v0.1.2
12992026-08-12T23:21:44.448Z Compiling anstyle v1.0.14
13002026-08-12T23:21:44.456Z Compiling winnow v0.7.14
13012026-08-12T23:21:44.457Z Compiling thiserror v2.0.18
13022026-08-12T23:21:44.476Z Compiling errno v0.3.14
13032026-08-12T23:21:44.504Z Compiling thread-id v4.2.2
13042026-08-12T23:21:44.532Z Compiling pretty-hex v0.4.1
13052026-08-12T23:21:44.605Z Compiling autocfg v1.5.0
13062026-08-12T23:21:44.605Z Compiling colorchoice v1.0.4
13072026-08-12T23:21:44.678Z Compiling anstyle-query v1.1.5
13082026-08-12T23:21:44.720Z Compiling anstream v1.0.0
13092026-08-12T23:21:44.720Z Compiling clap_lex v1.0.0
13102026-08-12T23:21:44.720Z Compiling unicode-width v0.1.14
13112026-08-12T23:21:44.720Z Compiling heck v0.4.1
13122026-08-12T23:21:44.767Z Compiling bytecount v0.6.9
13132026-08-12T23:21:44.767Z Compiling indexmap v2.14.0
13142026-08-12T23:21:44.900Z Compiling strsim v0.11.1
13152026-08-12T23:21:44.923Z Compiling heck v0.5.0
13162026-08-12T23:21:44.951Z Compiling fastrand v2.3.0
13172026-08-12T23:21:44.985Z Compiling anyhow v1.0.102
13182026-08-12T23:21:45.031Z Compiling once_cell v1.21.3
13192026-08-12T23:21:45.031Z Compiling fs-err v3.3.0
13202026-08-12T23:21:45.075Z Compiling syn v2.0.117
13212026-08-12T23:21:45.102Z Compiling fnv v1.0.7
13222026-08-12T23:21:45.124Z Compiling pest_meta v2.8.6
13232026-08-12T23:21:45.183Z Compiling papergrid v0.11.0
13242026-08-12T23:21:45.215Z Compiling memmap v0.7.0
13252026-08-12T23:21:45.246Z Compiling unicode-width v0.2.0
13262026-08-12T23:21:45.290Z Compiling unicode-linebreak v0.1.5
13272026-08-12T23:21:45.320Z Compiling smawk v0.3.2
13282026-08-12T23:21:45.388Z Compiling swrite v0.1.0
13292026-08-12T23:21:45.490Z Compiling terminal_size v0.4.3
13302026-08-12T23:21:45.490Z Compiling tempfile v3.25.0
13312026-08-12T23:21:45.574Z Compiling clap_builder v4.6.0
13322026-08-12T23:21:45.574Z Compiling textwrap v0.16.2
13332026-08-12T23:21:45.903Z Compiling semver v1.0.28
13342026-08-12T23:21:45.936Z Compiling cargo-platform v0.3.2
13352026-08-12T23:21:46.149Z Compiling camino-tempfile v1.4.1
13362026-08-12T23:21:46.441Z Compiling tabled_derive v0.7.0
13372026-08-12T23:21:47.097Z Compiling tabled v0.15.0
13382026-08-12T23:21:47.130Z Compiling pest_generator v2.8.6
13392026-08-12T23:21:47.644Z Compiling serde_derive v1.0.228
13402026-08-12T23:21:47.648Z Compiling thiserror-impl v1.0.69
13412026-08-12T23:21:47.648Z Compiling zerocopy-derive v0.7.35
13422026-08-12T23:21:47.648Z Compiling scroll_derive v0.12.1
13432026-08-12T23:21:47.648Z Compiling thiserror-impl v2.0.18
13442026-08-12T23:21:47.648Z Compiling clap_derive v4.6.1
13452026-08-12T23:21:47.698Z Compiling pest_derive v2.8.6
13462026-08-12T23:21:48.240Z Compiling scroll v0.12.0
13472026-08-12T23:21:48.333Z Compiling zerocopy v0.7.35
13482026-08-12T23:21:48.444Z Compiling goblin v0.8.2
13492026-08-12T23:21:48.623Z Compiling dtrace-parser v0.2.0
13502026-08-12T23:21:48.932Z Compiling clap v4.6.1
13512026-08-12T23:21:49.981Z Compiling dof v0.3.0
13522026-08-12T23:21:49.981Z Compiling serde_tokenstream v0.2.3
13532026-08-12T23:21:50.000Z Compiling serde_spanned v0.6.9
13542026-08-12T23:21:50.000Z Compiling toml_datetime v0.6.11
13552026-08-12T23:21:50.005Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13562026-08-12T23:21:50.005Z Compiling macaddr v1.0.1
13572026-08-12T23:21:50.005Z Compiling cargo_metadata v0.23.1
13582026-08-12T23:21:50.156Z Compiling toml_edit v0.22.27
13592026-08-12T23:21:50.662Z Compiling usdt-macro v0.5.0
13602026-08-12T23:21:50.666Z Compiling usdt-attr-macro v0.5.0
13612026-08-12T23:21:51.266Z Compiling usdt v0.5.0
13622026-08-12T23:21:51.426Z Compiling toml v0.8.23
13632026-08-12T23:21:51.743Z Compiling cargo_toml v0.21.0
13642026-08-12T23:21:53.027Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13652026-08-12T23:21:55.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.20s
13662026-08-12T23:21:55.144Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13672026-08-12T23:21:55.905Z Compiling libc v0.2.185
13682026-08-12T23:21:55.905Z Compiling serde_core v1.0.228
13692026-08-12T23:21:55.905Z Compiling serde v1.0.228
13702026-08-12T23:21:55.909Z Compiling log v0.4.29
13712026-08-12T23:21:55.909Z Compiling smallvec v1.15.1
13722026-08-12T23:21:55.909Z Compiling find-msvc-tools v0.1.9
13732026-08-12T23:21:55.909Z Compiling shlex v1.3.0
13742026-08-12T23:21:55.909Z Compiling subtle v2.6.1
13752026-08-12T23:21:56.065Z Compiling scopeguard v1.2.0
13762026-08-12T23:21:56.069Z Compiling stable_deref_trait v1.2.1
13772026-08-12T23:21:56.077Z Compiling typenum v1.20.1
13782026-08-12T23:21:56.080Z Compiling zerocopy v0.8.40
13792026-08-12T23:21:56.081Z Compiling portable-atomic v1.13.1
13802026-08-12T23:21:56.113Z Compiling serde_json v1.0.151
13812026-08-12T23:21:56.142Z Compiling syn v2.0.117
13822026-08-12T23:21:56.169Z Compiling critical-section v1.2.0
13832026-08-12T23:21:56.195Z Compiling libm v0.2.16
13842026-08-12T23:21:56.261Z Compiling lock_api v0.4.14
13852026-08-12T23:21:56.267Z Compiling num-traits v0.2.19
13862026-08-12T23:21:56.281Z Compiling pkg-config v0.3.32
13872026-08-12T23:21:56.307Z Compiling generic-array v0.14.7
13882026-08-12T23:21:56.317Z Compiling parking_lot_core v0.9.12
13892026-08-12T23:21:56.334Z Compiling pin-project-lite v0.2.17
13902026-08-12T23:21:56.379Z Compiling getrandom v0.4.1
13912026-08-12T23:21:56.412Z Compiling const-oid v0.9.6
13922026-08-12T23:21:56.431Z Compiling rand_core v0.10.0
13932026-08-12T23:21:56.476Z Compiling percent-encoding v2.3.2
13942026-08-12T23:21:56.544Z Compiling litemap v0.8.1
13952026-08-12T23:21:56.589Z Compiling writeable v0.6.2
13962026-08-12T23:21:56.620Z Compiling futures-core v0.3.32
13972026-08-12T23:21:56.650Z Compiling icu_properties_data v2.1.2
13982026-08-12T23:21:56.666Z Compiling icu_normalizer_data v2.1.1
13992026-08-12T23:21:56.708Z Compiling getrandom v0.3.4
14002026-08-12T23:21:56.712Z Compiling futures-sink v0.3.32
14012026-08-12T23:21:56.786Z Compiling utf8_iter v1.0.4
14022026-08-12T23:21:56.802Z Compiling slab v0.4.12
14032026-08-12T23:21:56.814Z Compiling futures-channel v0.3.32
14042026-08-12T23:21:56.835Z Compiling futures-task v0.3.32
14052026-08-12T23:21:56.850Z Compiling rustix v1.1.3
14062026-08-12T23:21:56.864Z Compiling futures-io v0.3.32
14072026-08-12T23:21:56.952Z Compiling form_urlencoded v1.2.2
14082026-08-12T23:21:57.002Z Compiling jobserver v0.1.34
14092026-08-12T23:21:57.008Z Compiling errno v0.3.14
14102026-08-12T23:21:57.030Z Compiling getrandom v0.2.17
14112026-08-12T23:21:57.076Z Compiling mio v1.2.0
14122026-08-12T23:21:57.080Z Compiling socket2 v0.6.3
14132026-08-12T23:21:57.093Z Compiling rustversion v1.0.22
14142026-08-12T23:21:57.142Z Compiling signal-hook-registry v1.4.8
14152026-08-12T23:21:57.181Z Compiling rand_core v0.6.4
14162026-08-12T23:21:57.197Z Compiling once_cell v1.21.3
14172026-08-12T23:21:57.223Z Compiling cc v1.2.56
14182026-08-12T23:21:57.275Z Compiling parking_lot v0.12.5
14192026-08-12T23:21:57.306Z Compiling iana-time-zone v0.1.65
14202026-08-12T23:21:57.372Z Compiling base64ct v1.8.3
14212026-08-12T23:21:57.401Z Compiling regex-syntax v0.8.10
14222026-08-12T23:21:57.441Z Compiling ident_case v1.0.1
14232026-08-12T23:21:57.478Z Compiling fs_extra v1.3.0
14242026-08-12T23:21:57.513Z Compiling dunce v1.0.5
14252026-08-12T23:21:57.528Z Compiling flagset v0.4.7
14262026-08-12T23:21:57.532Z Compiling base64 v0.22.1
14272026-08-12T23:21:57.572Z Compiling rand_core v0.9.5
14282026-08-12T23:21:57.584Z Compiling vcpkg v0.2.15
14292026-08-12T23:21:57.619Z Compiling pem-rfc7468 v0.7.0
14302026-08-12T23:21:57.657Z Compiling syn v1.0.109
14312026-08-12T23:21:57.673Z Compiling tracing-core v0.1.36
14322026-08-12T23:21:57.673Z Compiling schemars v0.8.22
14332026-08-12T23:21:57.702Z Compiling dyn-clone v1.0.20
14342026-08-12T23:21:57.771Z Compiling aws-lc-rs v1.16.3
14352026-08-12T23:21:57.793Z Compiling cpufeatures v0.2.17
14362026-08-12T23:21:57.870Z Compiling spin v0.9.8
14372026-08-12T23:21:57.876Z Compiling crc32fast v1.5.0
14382026-08-12T23:21:57.889Z Compiling tinyvec_macros v0.1.1
14392026-08-12T23:21:57.892Z Compiling cmov v0.5.4
14402026-08-12T23:21:57.936Z Compiling httparse v1.10.1
14412026-08-12T23:21:57.950Z Compiling cmake v0.1.57
14422026-08-12T23:21:57.968Z Compiling openssl-probe v0.2.1
14432026-08-12T23:21:58.070Z Compiling tinyvec v1.10.0
14442026-08-12T23:21:58.084Z Compiling aho-corasick v1.1.4
14452026-08-12T23:21:58.098Z Compiling ctutils v0.4.2
14462026-08-12T23:21:58.122Z Compiling tower-service v0.3.3
14472026-08-12T23:21:58.162Z Compiling try-lock v0.2.5
14482026-08-12T23:21:58.193Z Compiling untrusted v0.7.1
14492026-08-12T23:21:58.220Z Compiling bitflags v2.11.0
14502026-08-12T23:21:58.250Z Compiling semver v1.0.28
14512026-08-12T23:21:58.293Z Compiling indexmap v2.14.0
14522026-08-12T23:21:58.310Z Compiling uuid v1.23.4
14532026-08-12T23:21:58.340Z Compiling atomic-waker v1.1.2
14542026-08-12T23:21:58.357Z Compiling radium v0.7.0
14552026-08-12T23:21:58.372Z Compiling tower-layer v0.3.3
14562026-08-12T23:21:58.437Z Compiling want v0.3.1
14572026-08-12T23:21:58.468Z Compiling rustc_version v0.4.1
14582026-08-12T23:21:58.544Z Compiling rustls v0.23.41
14592026-08-12T23:21:58.586Z Compiling openssl v0.10.80
14602026-08-12T23:21:58.616Z Compiling foreign-types-shared v0.1.1
14612026-08-12T23:21:58.650Z Compiling simd-adler32 v0.3.8
14622026-08-12T23:21:58.678Z Compiling tap v1.0.1
14632026-08-12T23:21:58.703Z Compiling httpdate v1.0.3
14642026-08-12T23:21:58.719Z Compiling maybe-uninit v2.0.0
14652026-08-12T23:21:58.734Z Compiling untrusted v0.9.0
14662026-08-12T23:21:58.798Z Compiling aws-lc-sys v0.40.0
14672026-08-12T23:21:58.815Z Compiling openssl-sys v0.9.117
14682026-08-12T23:21:58.818Z Compiling bzip2-sys v0.1.13+1.0.8
14692026-08-12T23:21:58.841Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-08-12T23:21:58.863Z Compiling wyz v0.5.1
14712026-08-12T23:21:58.911Z Compiling regex-automata v0.4.14
14722026-08-12T23:21:58.947Z Compiling foreign-types v0.3.2
14732026-08-12T23:21:59.018Z Compiling unicode-normalization v0.1.25
14742026-08-12T23:21:59.032Z Compiling num-integer v0.1.46
14752026-08-12T23:21:59.081Z Compiling synstructure v0.13.2
14762026-08-12T23:21:59.096Z Compiling serde_derive_internals v0.29.1
14772026-08-12T23:21:59.132Z Compiling pest_generator v2.8.6
14782026-08-12T23:21:59.176Z Compiling darling_core v0.20.11
14792026-08-12T23:21:59.295Z Compiling wait-timeout v0.2.1
14802026-08-12T23:21:59.418Z Compiling tempfile v3.25.0
14812026-08-12T23:21:59.432Z Compiling terminal_size v0.4.3
14822026-08-12T23:21:59.545Z Compiling ahash v0.8.12
14832026-08-12T23:21:59.573Z Compiling powerfmt v0.2.0
14842026-08-12T23:21:59.588Z Compiling bit-vec v0.8.0
14852026-08-12T23:21:59.604Z Compiling funty v2.0.0
14862026-08-12T23:21:59.749Z Compiling packed_struct v0.10.1
14872026-08-12T23:21:59.774Z Compiling num-bigint-dig v0.8.6
14882026-08-12T23:21:59.801Z Compiling num-conv v0.2.0
14892026-08-12T23:21:59.815Z Compiling quick-error v1.2.3
14902026-08-12T23:21:59.821Z Compiling native-tls v0.2.18
14912026-08-12T23:21:59.832Z Compiling adler2 v2.0.1
14922026-08-12T23:21:59.860Z Compiling time-core v0.1.8
14932026-08-12T23:21:59.889Z Compiling bit-set v0.8.0
14942026-08-12T23:21:59.935Z Compiling bitvec v1.0.1
14952026-08-12T23:21:59.950Z Compiling miniz_oxide v0.8.9
14962026-08-12T23:21:59.999Z Compiling rusty-fork v0.3.1
14972026-08-12T23:22:00.019Z Compiling clap_builder v4.6.0
14982026-08-12T23:22:00.035Z Compiling time-macros v0.2.27
14992026-08-12T23:22:00.093Z Compiling deranged v0.5.8
15002026-08-12T23:22:00.096Z Compiling num-iter v0.1.45
15012026-08-12T23:22:00.198Z Compiling lazy_static v1.5.0
15022026-08-12T23:22:00.231Z Compiling rand_xorshift v0.4.0
15032026-08-12T23:22:00.244Z Compiling anstyle-parse v0.2.7
15042026-08-12T23:22:00.306Z Compiling sync_wrapper v1.0.2
15052026-08-12T23:22:00.340Z Compiling indexmap v1.9.3
15062026-08-12T23:22:00.409Z Compiling siphasher v1.0.2
15072026-08-12T23:22:00.425Z Compiling usdt-impl v0.6.0
15082026-08-12T23:22:00.439Z Compiling num_threads v0.1.7
15092026-08-12T23:22:00.544Z Compiling nodrop v0.1.14
15102026-08-12T23:22:00.559Z Compiling zlib-rs v0.6.2
15112026-08-12T23:22:00.574Z Compiling crc-catalog v2.4.0
15122026-08-12T23:22:00.606Z Compiling unarray v0.1.4
15132026-08-12T23:22:00.650Z Compiling crossbeam-utils v0.8.21
15142026-08-12T23:22:00.663Z Compiling paste v1.0.15
15152026-08-12T23:22:00.679Z Compiling crc v3.4.0
15162026-08-12T23:22:00.751Z Compiling array-init v0.0.4
15172026-08-12T23:22:00.805Z Compiling serde_derive v1.0.228
15182026-08-12T23:22:00.887Z Compiling zeroize_derive v1.5.0
15192026-08-12T23:22:00.955Z Compiling zerocopy-derive v0.8.40
15202026-08-12T23:22:00.969Z Compiling zerofrom-derive v0.1.6
15212026-08-12T23:22:01.087Z Compiling yoke-derive v0.8.1
15222026-08-12T23:22:01.105Z Compiling zerovec-derive v0.11.2
15232026-08-12T23:22:01.119Z Compiling displaydoc v0.2.5
15242026-08-12T23:22:01.135Z Compiling tokio-macros v2.7.0
15252026-08-12T23:22:01.393Z Compiling futures-macro v0.3.32
15262026-08-12T23:22:01.522Z Compiling thiserror-impl v2.0.18
15272026-08-12T23:22:01.561Z Compiling zeroize v1.9.0
15282026-08-12T23:22:01.935Z Compiling der_derive v0.7.3
15292026-08-12T23:22:01.972Z Compiling tracing-attributes v0.1.31
15302026-08-12T23:22:01.990Z Compiling rustls-pki-types v1.14.0
15312026-08-12T23:22:02.284Z Compiling futures-util v0.3.32
15322026-08-12T23:22:02.310Z Compiling schemars_derive v0.8.22
15332026-08-12T23:22:02.326Z Compiling hybrid-array v0.4.13
15342026-08-12T23:22:02.393Z Compiling crypto-common v0.1.7
15352026-08-12T23:22:02.408Z Compiling zerofrom v0.1.6
15362026-08-12T23:22:02.454Z Compiling block-buffer v0.10.4
15372026-08-12T23:22:02.540Z Compiling yoke v0.8.1
15382026-08-12T23:22:02.554Z Compiling pest_derive v2.8.6
15392026-08-12T23:22:02.644Z Compiling digest v0.10.7
15402026-08-12T23:22:02.742Z Compiling zerovec v0.11.5
15412026-08-12T23:22:02.917Z Compiling zerotrie v0.2.3
15422026-08-12T23:22:02.932Z Compiling der v0.7.10
15432026-08-12T23:22:02.970Z Compiling thiserror v2.0.18
15442026-08-12T23:22:03.051Z Compiling sha2 v0.10.9
15452026-08-12T23:22:03.072Z Compiling scroll_derive v0.13.1
15462026-08-12T23:22:03.096Z Compiling signature v2.2.0
15472026-08-12T23:22:03.111Z Compiling darling_macro v0.20.11
15482026-08-12T23:22:03.132Z Compiling thiserror-impl v1.0.69
15492026-08-12T23:22:03.231Z Compiling tinystr v0.8.2
15502026-08-12T23:22:03.287Z Compiling potential_utf v0.1.4
15512026-08-12T23:22:03.302Z Compiling openssl-macros v0.1.1
15522026-08-12T23:22:03.321Z Compiling tracing v0.1.44
15532026-08-12T23:22:03.458Z Compiling icu_locale_core v2.1.1
15542026-08-12T23:22:03.472Z Compiling icu_collections v2.1.1
15552026-08-12T23:22:03.621Z Compiling hmac v0.12.1
15562026-08-12T23:22:03.654Z Compiling packed_struct_codegen v0.10.1
15572026-08-12T23:22:03.660Z Compiling darling v0.20.11
15582026-08-12T23:22:03.756Z Compiling bitfield-macros v0.19.4
15592026-08-12T23:22:03.798Z Compiling spki v0.7.3
15602026-08-12T23:22:03.864Z Compiling zerocopy-derive v0.6.6
15612026-08-12T23:22:03.937Z Compiling scroll v0.13.0
15622026-08-12T23:22:03.997Z Compiling pkcs8 v0.10.2
15632026-08-12T23:22:04.030Z Compiling clap_derive v4.6.1
15642026-08-12T23:22:04.185Z Compiling icu_provider v2.1.1
15652026-08-12T23:22:04.220Z Compiling goblin v0.10.5
15662026-08-12T23:22:04.279Z Compiling pkcs1 v0.7.5
15672026-08-12T23:22:04.402Z Compiling bytes v1.11.1
15682026-08-12T23:22:04.416Z Compiling icu_properties v2.1.2
15692026-08-12T23:22:04.431Z Compiling icu_normalizer v2.1.1
15702026-08-12T23:22:04.444Z Compiling chrono v0.4.45
15712026-08-12T23:22:04.497Z Compiling ipnet v2.11.0
15722026-08-12T23:22:04.515Z Compiling hex v0.4.3
15732026-08-12T23:22:04.679Z Compiling thiserror v1.0.69
15742026-08-12T23:22:04.699Z Compiling serde_spanned v0.6.9
15752026-08-12T23:22:04.748Z Compiling toml_datetime v0.6.11
15762026-08-12T23:22:04.799Z Compiling zerocopy v0.6.6
15772026-08-12T23:22:04.804Z Compiling bitfield v0.19.4
15782026-08-12T23:22:04.858Z Compiling derive_builder_core v0.20.2
15792026-08-12T23:22:04.967Z Compiling tokio v1.52.1
15802026-08-12T23:22:05.010Z Compiling http v1.4.2
15812026-08-12T23:22:05.010Z Compiling flate2 v1.1.9
15822026-08-12T23:22:05.038Z Compiling dtrace-parser v0.3.0
15832026-08-12T23:22:05.130Z Compiling time v0.3.47
15842026-08-12T23:22:05.271Z Compiling idna_adapter v1.2.1
15852026-08-12T23:22:05.424Z Compiling ppv-lite86 v0.2.21
15862026-08-12T23:22:05.453Z Compiling idna v1.1.0
15872026-08-12T23:22:05.578Z Compiling structmeta-derive v0.3.0
15882026-08-12T23:22:05.724Z Compiling rand_chacha v0.9.0
15892026-08-12T23:22:05.762Z Compiling url v2.5.8
15902026-08-12T23:22:05.778Z Compiling http-body v1.0.1
15912026-08-12T23:22:05.794Z Compiling rand_chacha v0.3.1
15922026-08-12T23:22:05.825Z Compiling clap v4.6.1
15932026-08-12T23:22:05.837Z Compiling scroll_derive v0.12.1
15942026-08-12T23:22:05.936Z Compiling http-body-util v0.1.3
15952026-08-12T23:22:05.941Z Compiling rand v0.9.2
15962026-08-12T23:22:06.087Z Compiling rand v0.8.6
15972026-08-12T23:22:06.158Z Compiling anstream v0.6.21
15982026-08-12T23:22:06.175Z Compiling smallvec v0.6.14
15992026-08-12T23:22:06.398Z Compiling darling_core v0.23.0
16002026-08-12T23:22:06.439Z Compiling heapless v0.7.17
16012026-08-12T23:22:06.478Z Compiling slog v2.8.2
16022026-08-12T23:22:06.542Z Compiling proptest v1.11.0
16032026-08-12T23:22:06.570Z Compiling thread-id v5.1.0
16042026-08-12T23:22:06.584Z Compiling env_filter v1.0.0
16052026-08-12T23:22:06.681Z Compiling cookie v0.18.1
16062026-08-12T23:22:06.719Z Compiling zstd-safe v7.2.4
16072026-08-12T23:22:06.774Z Compiling anyhow v1.0.102
16082026-08-12T23:22:06.789Z Compiling signal-hook v0.3.18
16092026-08-12T23:22:06.807Z Compiling iri-string v0.7.10
16102026-08-12T23:22:06.812Z Compiling unicode-properties v0.1.4
16112026-08-12T23:22:06.911Z Compiling ryu v1.0.23
16122026-08-12T23:22:06.946Z Compiling winnow v0.5.40
16132026-08-12T23:22:06.946Z Compiling unicode-bidi v0.3.18
16142026-08-12T23:22:06.973Z Compiling dof v0.4.0
16152026-08-12T23:22:07.027Z Compiling hashbrown v0.12.3
16162026-08-12T23:22:07.051Z Compiling base64 v0.21.7
16172026-08-12T23:22:07.115Z Compiling allocator-api2 v0.2.21
16182026-08-12T23:22:07.194Z Compiling ipnetwork v0.21.1
16192026-08-12T23:22:07.358Z Compiling ron v0.8.1
16202026-08-12T23:22:07.382Z Compiling stringprep v0.1.5
16212026-08-12T23:22:07.505Z Compiling oxnet v0.1.6
16222026-08-12T23:22:07.624Z Compiling serde_urlencoded v0.7.1
16232026-08-12T23:22:07.790Z Compiling env_logger v0.11.9
16242026-08-12T23:22:07.852Z Compiling rsa v0.9.10
16252026-08-12T23:22:07.861Z Compiling structmeta v0.3.0
16262026-08-12T23:22:07.893Z Compiling scroll v0.12.0
16272026-08-12T23:22:07.959Z Compiling serde-hex v0.1.0
16282026-08-12T23:22:08.096Z Compiling camino v1.2.2
16292026-08-12T23:22:08.156Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-12T23:22:08.186Z Compiling derive_builder_macro v0.20.2
16312026-08-12T23:22:08.193Z Compiling hashbrown v0.13.2
16322026-08-12T23:22:08.324Z Compiling toml_edit v0.19.15
16332026-08-12T23:22:08.424Z Compiling bzip2 v0.4.4
16342026-08-12T23:22:08.495Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16352026-08-12T23:22:08.549Z Compiling serde_tokenstream v0.2.3
16362026-08-12T23:22:08.648Z Compiling erased-serde v0.3.31
16372026-08-12T23:22:08.697Z Compiling x509-cert v0.2.5
16382026-08-12T23:22:08.700Z Compiling block-padding v0.4.2
16392026-08-12T23:22:08.725Z Compiling block-buffer v0.12.1
16402026-08-12T23:22:08.869Z Compiling tokio-util v0.7.18
16412026-08-12T23:22:08.883Z Compiling tower v0.5.3
16422026-08-12T23:22:08.886Z Compiling tokio-native-tls v0.3.1
16432026-08-12T23:22:08.918Z Compiling crypto-common v0.2.2
16442026-08-12T23:22:08.952Z Compiling md-5 v0.10.6
16452026-08-12T23:22:09.004Z Compiling darling_macro v0.23.0
16462026-08-12T23:22:09.101Z Compiling newtype-uuid v1.3.2
16472026-08-12T23:22:09.141Z Compiling rustls-native-certs v0.8.3
16482026-08-12T23:22:09.156Z Compiling bstr v1.12.1
16492026-08-12T23:22:09.407Z Compiling tower-http v0.6.8
16502026-08-12T23:22:09.438Z Compiling daft-derive v0.1.7
16512026-08-12T23:22:09.452Z Compiling pin-project-internal v1.1.11
16522026-08-12T23:22:09.523Z Compiling async-trait v0.1.89
16532026-08-12T23:22:09.733Z Compiling h2 v0.4.15
16542026-08-12T23:22:09.815Z Compiling zerocopy-derive v0.7.35
16552026-08-12T23:22:09.832Z Compiling curve25519-dalek v4.1.3
16562026-08-12T23:22:09.941Z Compiling vergen-lib v9.1.0
16572026-08-12T23:22:10.137Z Compiling hash32 v0.2.1
16582026-08-12T23:22:10.187Z Compiling encoding_rs v0.8.35
16592026-08-12T23:22:10.202Z Compiling memoffset v0.9.1
16602026-08-12T23:22:10.332Z Compiling smoltcp v0.9.1
16612026-08-12T23:22:10.345Z Compiling litrs v1.0.0
16622026-08-12T23:22:10.406Z Compiling psl-types v2.0.11
16632026-08-12T23:22:10.546Z Compiling cfg_aliases v0.2.1
16642026-08-12T23:22:10.560Z Compiling mime v0.3.17
16652026-08-12T23:22:10.573Z Compiling fallible-iterator v0.2.0
16662026-08-12T23:22:10.631Z Compiling rustix v0.38.44
16672026-08-12T23:22:10.652Z Compiling ref-cast v1.0.25
16682026-08-12T23:22:10.688Z Compiling crc-any v2.5.0
16692026-08-12T23:22:10.718Z Compiling zerocopy v0.7.35
16702026-08-12T23:22:10.860Z Compiling nix v0.31.2
16712026-08-12T23:22:10.898Z Compiling postgres-protocol v0.6.10
16722026-08-12T23:22:10.905Z Compiling document-features v0.2.12
16732026-08-12T23:22:10.910Z Compiling pin-project v1.1.11
16742026-08-12T23:22:10.928Z Compiling publicsuffix v2.3.0
16752026-08-12T23:22:11.034Z Compiling daft v0.1.7
16762026-08-12T23:22:11.081Z Compiling toml v0.7.8
16772026-08-12T23:22:11.100Z Compiling darling v0.23.0
16782026-08-12T23:22:11.131Z Compiling inout v0.2.2
16792026-08-12T23:22:11.194Z Compiling derive_builder v0.20.2
16802026-08-12T23:22:11.256Z Compiling object v0.30.4
16812026-08-12T23:22:11.289Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16822026-08-12T23:22:11.324Z Compiling zip v0.6.6
16832026-08-12T23:22:11.337Z Compiling goblin v0.8.2
16842026-08-12T23:22:11.352Z Compiling derive-ex v0.1.8
16852026-08-12T23:22:11.458Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16862026-08-12T23:22:11.703Z Compiling futures-executor v0.3.32
16872026-08-12T23:22:11.724Z Compiling hubpack_derive v0.1.1
16882026-08-12T23:22:11.820Z Compiling regex v1.12.3
16892026-08-12T23:22:11.875Z Compiling strum_macros v0.27.2
16902026-08-12T23:22:11.986Z Compiling ref-cast-impl v1.0.25
16912026-08-12T23:22:12.001Z Compiling snafu-derive v0.8.9
16922026-08-12T23:22:12.017Z Compiling curve25519-dalek-derive v0.1.1
16932026-08-12T23:22:12.115Z Compiling phf_shared v0.13.1
16942026-08-12T23:22:12.207Z Compiling cargo-platform v0.3.2
16952026-08-12T23:22:12.277Z Compiling vergen v9.1.0
16962026-08-12T23:22:12.343Z Compiling ff v0.13.1
16972026-08-12T23:22:12.378Z Compiling fs-err v3.3.0
16982026-08-12T23:22:12.483Z Compiling libbz2-rs-sys v0.2.2
16992026-08-12T23:22:12.498Z Compiling foldhash v0.1.5
17002026-08-12T23:22:12.511Z Compiling object v0.37.3
17012026-08-12T23:22:12.593Z Compiling jiff-core v0.1.0
17022026-08-12T23:22:12.606Z Compiling managed v0.8.0
17032026-08-12T23:22:12.690Z Compiling path-slash v0.1.5
17042026-08-12T23:22:12.704Z Compiling bumpalo v3.20.2
17052026-08-12T23:22:12.806Z Compiling either v1.15.0
17062026-08-12T23:22:12.824Z Compiling bitflags v1.3.2
17072026-08-12T23:22:12.839Z Compiling same-file v1.0.6
17082026-08-12T23:22:12.852Z Compiling base16ct v0.2.0
17092026-08-12T23:22:12.911Z Compiling unicode-segmentation v1.12.0
17102026-08-12T23:22:12.977Z Compiling hyper v1.10.1
17112026-08-12T23:22:13.021Z Compiling foldhash v0.2.0
17122026-08-12T23:22:13.037Z Compiling sec1 v0.7.3
17132026-08-12T23:22:13.052Z Compiling walkdir v2.5.0
17142026-08-12T23:22:13.113Z Compiling test-strategy v0.4.5
17152026-08-12T23:22:13.195Z Compiling hashbrown v0.16.1
17162026-08-12T23:22:13.265Z Compiling bzip2 v0.6.1
17172026-08-12T23:22:13.322Z Compiling zopfli v0.8.3
17182026-08-12T23:22:13.383Z Compiling jiff v0.2.34
17192026-08-12T23:22:13.710Z Compiling dof v0.3.0
17202026-08-12T23:22:13.873Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17212026-08-12T23:22:13.970Z Compiling strum v0.27.2
17222026-08-12T23:22:14.037Z Compiling snafu v0.8.9
17232026-08-12T23:22:14.055Z Compiling hashbrown v0.15.5
17242026-08-12T23:22:14.181Z Compiling hyper-util v0.1.20
17252026-08-12T23:22:14.223Z Compiling group v0.13.0
17262026-08-12T23:22:14.237Z Compiling cargo_metadata v0.23.1
17272026-08-12T23:22:14.276Z Compiling phf v0.13.1
17282026-08-12T23:22:14.413Z Compiling hubpack v0.1.2
17292026-08-12T23:22:14.456Z Compiling futures v0.3.32
17302026-08-12T23:22:14.478Z Compiling cookie_store v0.22.1
17312026-08-12T23:22:14.553Z Compiling signal-hook-mio v0.2.5
17322026-08-12T23:22:14.625Z Compiling zstd v0.13.3
17332026-08-12T23:22:14.658Z Compiling cipher v0.5.2
17342026-08-12T23:22:14.702Z Compiling postgres-types v0.2.12
17352026-08-12T23:22:14.706Z Compiling serde_with_macros v3.21.0
17362026-08-12T23:22:14.901Z Compiling globset v0.4.18
17372026-08-12T23:22:14.913Z Compiling usdt-macro v0.6.0
17382026-08-12T23:22:14.990Z Compiling usdt-attr-macro v0.6.0
17392026-08-12T23:22:15.008Z Compiling byte-wrapper v0.1.0
17402026-08-12T23:22:15.160Z Compiling dtrace-parser v0.2.0
17412026-08-12T23:22:15.279Z Compiling serde_plain v1.0.2
17422026-08-12T23:22:15.311Z Compiling serde-big-array v0.5.1
17432026-08-12T23:22:15.363Z Compiling olpc-cjson v0.1.4
17442026-08-12T23:22:15.471Z Compiling ed25519 v2.2.3
17452026-08-12T23:22:15.492Z Compiling hkdf v0.12.4
17462026-08-12T23:22:15.541Z Compiling crypto-bigint v0.5.5
17472026-08-12T23:22:15.584Z Compiling hyper-tls v0.6.0
17482026-08-12T23:22:15.636Z Compiling async-recursion v1.1.1
17492026-08-12T23:22:15.677Z Compiling serde_repr v0.1.20
17502026-08-12T23:22:15.732Z Compiling enum-as-inner v0.6.1
17512026-08-12T23:22:15.843Z Compiling reqwest v0.12.28
17522026-08-12T23:22:15.867Z Compiling strum_macros v0.26.4
17532026-08-12T23:22:15.887Z Compiling phf_shared v0.11.3
17542026-08-12T23:22:15.907Z Compiling float-cmp v0.10.0
17552026-08-12T23:22:15.932Z Compiling pem v3.0.6
17562026-08-12T23:22:15.973Z Compiling memmap2 v0.9.10
17572026-08-12T23:22:16.071Z Compiling thread-id v4.2.2
17582026-08-12T23:22:16.087Z Compiling predicates-core v1.0.10
17592026-08-12T23:22:16.169Z Compiling precomputed-hash v0.1.1
17602026-08-12T23:22:16.207Z Compiling cpufeatures v0.3.0
17612026-08-12T23:22:16.248Z Compiling keccak v0.1.6
17622026-08-12T23:22:16.273Z Compiling fixedbitset v0.4.2
17632026-08-12T23:22:16.288Z Compiling data-encoding v2.10.0
17642026-08-12T23:22:16.293Z Compiling winnow v1.0.3
17652026-08-12T23:22:16.293Z Compiling static_assertions v1.1.0
17662026-08-12T23:22:16.338Z Compiling fixedbitset v0.5.7
17672026-08-12T23:22:16.344Z Compiling const-oid v0.10.2
17682026-08-12T23:22:16.384Z Compiling difflib v0.4.0
17692026-08-12T23:22:16.399Z Compiling new_debug_unreachable v1.0.6
17702026-08-12T23:22:16.480Z Compiling typed-path v0.9.3
17712026-08-12T23:22:16.513Z Compiling normalize-line-endings v0.3.0
17722026-08-12T23:22:16.562Z Compiling whoami v2.1.0
17732026-08-12T23:22:16.596Z Compiling hickory-proto v0.25.2
17742026-08-12T23:22:16.613Z Compiling predicates v3.1.4
17752026-08-12T23:22:16.653Z Compiling toml_parser v1.1.2+spec-1.1.0
17762026-08-12T23:22:16.705Z Compiling toml_edit v0.22.27
17772026-08-12T23:22:16.981Z Compiling tokio-postgres v0.7.16
17782026-08-12T23:22:17.002Z Compiling elliptic-curve v0.13.8
17792026-08-12T23:22:17.019Z Compiling petgraph v0.8.3
17802026-08-12T23:22:17.032Z Compiling digest v0.11.3
17812026-08-12T23:22:17.050Z Compiling string_cache v0.8.9
17822026-08-12T23:22:17.272Z Compiling petgraph v0.6.5
17832026-08-12T23:22:17.300Z Compiling sha3 v0.10.8
17842026-08-12T23:22:17.324Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-12T23:22:17.347Z Compiling chacha20 v0.10.0
17862026-08-12T23:22:17.428Z Compiling usdt-impl v0.5.0
17872026-08-12T23:22:17.675Z Compiling strum v0.26.3
17882026-08-12T23:22:17.750Z Compiling usdt v0.6.0
17892026-08-12T23:22:17.778Z Compiling serde_with v3.21.0
17902026-08-12T23:22:17.781Z Compiling ed25519-dalek v2.2.0
17912026-08-12T23:22:17.815Z Compiling zip v4.6.1
17922026-08-12T23:22:17.844Z Compiling crossterm v0.28.1
17932026-08-12T23:22:17.844Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17942026-08-12T23:22:18.338Z Compiling iddqd v0.4.2
17952026-08-12T23:22:18.825Z Compiling heck v0.4.1
17962026-08-12T23:22:18.893Z Compiling similar v2.7.0
17972026-08-12T23:22:19.050Z Compiling itertools v0.15.0
17982026-08-12T23:22:19.081Z Compiling itertools v0.13.0
17992026-08-12T23:22:19.139Z Compiling tokio-stream v0.1.18
18002026-08-12T23:22:19.286Z Compiling buf-list v1.1.2
18012026-08-12T23:22:19.404Z Compiling crossbeam-epoch v0.9.18
18022026-08-12T23:22:19.531Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18032026-08-12T23:22:19.592Z Compiling openapiv3 v2.2.0
18042026-08-12T23:22:19.642Z Compiling peg-runtime v0.8.5
18052026-08-12T23:22:19.699Z Compiling lalrpop-util v0.19.12
18062026-08-12T23:22:19.699Z Compiling thread_local v1.1.9
18072026-08-12T23:22:19.764Z Compiling slog-async v2.8.0
18082026-08-12T23:22:19.764Z Compiling crossbeam-channel v0.5.15
18092026-08-12T23:22:19.830Z Compiling is-terminal v0.4.17
18102026-08-12T23:22:19.830Z Compiling filetime v0.2.27
18112026-08-12T23:22:19.891Z Compiling xattr v1.6.1
18122026-08-12T23:22:19.891Z Compiling term v1.2.1
18132026-08-12T23:22:19.976Z Compiling take_mut v0.2.2
18142026-08-12T23:22:19.976Z Compiling camino-tempfile v1.4.1
18152026-08-12T23:22:20.037Z Compiling tar v0.4.46
18162026-08-12T23:22:20.142Z Compiling slog-term v2.9.2
18172026-08-12T23:22:37.485Z Compiling rustls-webpki v0.103.13
18182026-08-12T23:22:40.170Z Compiling tokio-rustls v0.26.4
18192026-08-12T23:22:40.170Z Compiling rustls-platform-verifier v0.6.2
18202026-08-12T23:22:40.170Z Compiling tough v0.22.0
18212026-08-12T23:22:40.368Z Compiling hyper-rustls v0.27.7
18222026-08-12T23:22:40.558Z Compiling reqwest v0.13.2
18232026-08-12T23:22:42.722Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18242026-08-12T23:22:42.953Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18252026-08-12T23:22:45.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.65s
18262026-08-12T23:22:45.971Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18272026-08-12T23:22:46.024ZAug 12 23:22:45.499 INFO Starting download, target: Clickhouse
18282026-08-12T23:22:46.024ZAug 12 23:22:45.499 INFO Starting download, target: Cockroach
18292026-08-12T23:22:46.024ZAug 12 23:22:45.499 INFO Starting download, target: Console
18302026-08-12T23:22:46.026ZAug 12 23:22:45.499 INFO Starting download, target: DendriteStub
18312026-08-12T23:22:46.026ZAug 12 23:22:45.499 INFO Starting download, target: MaghemiteMgd
18322026-08-12T23:22:46.026ZAug 12 23:22:45.499 INFO Starting download, target: MaghemiteDdmd
18332026-08-12T23:22:46.030ZAug 12 23:22:45.499 INFO Starting download, target: TransceiverControl
18342026-08-12T23:22:46.030ZAug 12 23:22:45.500 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18352026-08-12T23:22:46.030ZAug 12 23:22:45.500 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18362026-08-12T23:22:46.030ZAug 12 23:22:45.500 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18372026-08-12T23:22:46.030ZAug 12 23:22:45.500 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18382026-08-12T23:22:46.030ZAug 12 23:22:45.500 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18392026-08-12T23:22:46.030ZAug 12 23:22:45.500 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18402026-08-12T23:22:46.030ZAug 12 23:22:45.500 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18412026-08-12T23:22:46.585ZAug 12 23:22:46.025 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18422026-08-12T23:22:46.774ZAug 12 23:22:46.240 INFO Download complete, target: TransceiverControl
18432026-08-12T23:22:47.335ZAug 12 23:22:46.810 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18442026-08-12T23:22:47.367ZAug 12 23:22:46.840 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18452026-08-12T23:22:47.603ZAug 12 23:22:47.078 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18462026-08-12T23:22:48.099ZAug 12 23:22:47.574 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18472026-08-12T23:22:48.360ZAug 12 23:22:47.835 INFO Download complete, target: Console
18482026-08-12T23:22:49.355ZAug 12 23:22:48.830 INFO Download complete, target: MaghemiteDdmd
18492026-08-12T23:22:49.373ZAug 12 23:22:48.848 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18502026-08-12T23:22:49.987ZAug 12 23:22:49.462 INFO Download complete, target: DendriteStub
18512026-08-12T23:22:50.239ZAug 12 23:22:49.712 INFO Download complete, target: MaghemiteMgd
18522026-08-12T23:22:52.911ZAug 12 23:22:52.382 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18532026-08-12T23:22:52.911ZAug 12 23:22:52.382 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18542026-08-12T23:22:56.145ZAug 12 23:22:55.620 INFO Checking that binary works, target: Clickhouse
18552026-08-12T23:22:56.237ZAug 12 23:22:55.712 INFO Download complete, target: Clickhouse
18562026-08-12T23:22:57.446ZAug 12 23:22:56.921 INFO Checking that binary works, target: Cockroach
18572026-08-12T23:22:57.572ZAug 12 23:22:57.045 INFO Download complete, target: Cockroach
18582026-08-12T23:22:57.578ZAll prerequisites installed successfully
18592026-08-12T23:22:57.582Z
18602026-08-12T23:22:57.582Zreal 1:32.169646295
18612026-08-12T23:22:57.582Zuser 7:05.622396991
18622026-08-12T23:22:57.582Zsys 1:42.076758499
18632026-08-12T23:22:57.582Ztrap 0.264047315
18642026-08-12T23:22:57.582Ztflt 1.039186302
18652026-08-12T23:22:57.582Zdflt 1.740428759
18662026-08-12T23:22:57.582Zkflt 0.026752076
18672026-08-12T23:22:57.582Zlock 28:15.040422016
18682026-08-12T23:22:57.582Zslp 19:17.965429828
18692026-08-12T23:22:57.583Zlat 22.920500693
18702026-08-12T23:22:57.583Zstop 2:51.308708777
18712026-08-12T23:22:57.583Z+ source ./tools/include/force-git-over-https.sh
18722026-08-12T23:22:57.583Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18732026-08-12T23:22:57.583Z++ (( i = 0 ))
18742026-08-12T23:22:57.583Z++ (( i < 5 ))
18752026-08-12T23:22:57.583Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18762026-08-12T23:22:57.587Z++ (( i++ ))
18772026-08-12T23:22:57.587Z++ (( i < 5 ))
18782026-08-12T23:22:57.587Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18792026-08-12T23:22:57.587Z++ (( i++ ))
18802026-08-12T23:22:57.587Z++ (( i < 5 ))
18812026-08-12T23:22:57.587Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18822026-08-12T23:22:57.590Z++ (( i++ ))
18832026-08-12T23:22:57.590Z++ (( i < 5 ))
18842026-08-12T23:22:57.590Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18852026-08-12T23:22:57.593Z++ (( i++ ))
18862026-08-12T23:22:57.594Z++ (( i < 5 ))
18872026-08-12T23:22:57.594Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18882026-08-12T23:22:57.594Z++ (( i++ ))
18892026-08-12T23:22:57.594Z++ (( i < 5 ))
18902026-08-12T23:22:57.594Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18912026-08-12T23:22:57.594Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-12T23:22:57.594Z+ rc=0
18932026-08-12T23:22:57.594Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18942026-08-12T23:23:04.629Z+ case $rc in
18952026-08-12T23:23:04.629Z+ pfexec zfs create -p rpool/images/build/host
18962026-08-12T23:23:04.753Z+ pfexec zfs create -p rpool/images/build/recovery
18972026-08-12T23:23:04.804Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18982026-08-12T23:23:05.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18992026-08-12T23:23:05.272Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19002026-08-12T23:23:06.105Z Compiling proc-macro2 v1.0.106
19012026-08-12T23:23:06.105Z Compiling quote v1.0.45
19022026-08-12T23:23:06.110Z Compiling unicode-ident v1.0.24
19032026-08-12T23:23:06.110Z Compiling libc v0.2.185
19042026-08-12T23:23:06.110Z Compiling serde_core v1.0.228
19052026-08-12T23:23:06.110Z Compiling serde v1.0.228
19062026-08-12T23:23:06.110Z Compiling cfg-if v1.0.4
19072026-08-12T23:23:06.240Z Compiling find-msvc-tools v0.1.9
19082026-08-12T23:23:06.243Z Compiling shlex v1.3.0
19092026-08-12T23:23:06.243Z Compiling autocfg v1.5.0
19102026-08-12T23:23:06.243Z Compiling version_check v0.9.5
19112026-08-12T23:23:06.243Z Compiling zerocopy v0.8.40
19122026-08-12T23:23:06.243Z Compiling portable-atomic v1.13.1
19132026-08-12T23:23:06.243Z Compiling zmij v1.0.21
19142026-08-12T23:23:06.243Z Compiling memchr v2.8.0
19152026-08-12T23:23:06.362Z Compiling serde_json v1.0.151
19162026-08-12T23:23:06.445Z Compiling libm v0.2.16
19172026-08-12T23:23:06.588Z Compiling getrandom v0.4.1
19182026-08-12T23:23:06.701Z Compiling parking_lot_core v0.9.12
19192026-08-12T23:23:06.746Z Compiling generic-array v0.14.7
19202026-08-12T23:23:06.762Z Compiling pkg-config v0.3.32
19212026-08-12T23:23:06.776Z Compiling icu_normalizer_data v2.1.1
19222026-08-12T23:23:06.792Z Compiling icu_properties_data v2.1.2
19232026-08-12T23:23:06.795Z Compiling smallvec v1.15.1
19242026-08-12T23:23:06.795Z Compiling log v0.4.29
19252026-08-12T23:23:06.862Z Compiling num-traits v0.2.19
19262026-08-12T23:23:06.874Z Compiling itoa v1.0.17
19272026-08-12T23:23:06.987Z Compiling getrandom v0.3.4
19282026-08-12T23:23:07.016Z Compiling subtle v2.6.1
19292026-08-12T23:23:07.030Z Compiling rustix v1.1.3
19302026-08-12T23:23:07.092Z Compiling scopeguard v1.2.0
19312026-08-12T23:23:07.108Z Compiling stable_deref_trait v1.2.1
19322026-08-12T23:23:07.192Z Compiling jobserver v0.1.34
19332026-08-12T23:23:07.205Z Compiling errno v0.3.14
19342026-08-12T23:23:07.234Z Compiling lock_api v0.4.14
19352026-08-12T23:23:07.238Z Compiling typenum v1.20.1
19362026-08-12T23:23:07.291Z Compiling heck v0.5.0
19372026-08-12T23:23:07.304Z Compiling critical-section v1.2.0
19382026-08-12T23:23:07.397Z Compiling thiserror v2.0.18
19392026-08-12T23:23:07.401Z Compiling rand_core v0.10.0
19402026-08-12T23:23:07.401Z Compiling cc v1.2.56
19412026-08-12T23:23:07.571Z Compiling syn v2.0.117
19422026-08-12T23:23:07.617Z Compiling getrandom v0.2.17
19432026-08-12T23:23:07.666Z Compiling dunce v1.0.5
19442026-08-12T23:23:07.689Z Compiling fs_extra v1.3.0
19452026-08-12T23:23:07.745Z Compiling litemap v0.8.1
19462026-08-12T23:23:07.761Z Compiling writeable v0.6.2
19472026-08-12T23:23:07.777Z Compiling rand_core v0.6.4
19482026-08-12T23:23:07.799Z Compiling percent-encoding v2.3.2
19492026-08-12T23:23:07.861Z Compiling once_cell v1.21.3
19502026-08-12T23:23:07.877Z Compiling const-oid v0.9.6
19512026-08-12T23:23:08.054Z Compiling pin-project-lite v0.2.17
19522026-08-12T23:23:08.084Z Compiling schemars v0.8.22
19532026-08-12T23:23:08.178Z Compiling cmake v0.1.57
19542026-08-12T23:23:08.191Z Compiling equivalent v1.0.2
19552026-08-12T23:23:08.223Z Compiling signal-hook-registry v1.4.8
19562026-08-12T23:23:08.294Z Compiling rustversion v1.0.22
19572026-08-12T23:23:08.310Z Compiling aws-lc-rs v1.16.3
19582026-08-12T23:23:08.509Z Compiling semver v1.0.28
19592026-08-12T23:23:08.509Z Compiling bitflags v2.11.0
19602026-08-12T23:23:08.638Z Compiling futures-core v0.3.32
19612026-08-12T23:23:08.690Z Compiling parking_lot v0.12.5
19622026-08-12T23:23:08.728Z Compiling mio v1.2.0
19632026-08-12T23:23:08.756Z Compiling aws-lc-sys v0.40.0
19642026-08-12T23:23:08.839Z Compiling crc32fast v1.5.0
19652026-08-12T23:23:08.842Z Compiling utf8_iter v1.0.4
19662026-08-12T23:23:08.997Z Compiling form_urlencoded v1.2.2
19672026-08-12T23:23:09.140Z Compiling fnv v1.0.7
19682026-08-12T23:23:09.190Z Compiling byteorder v1.5.0
19692026-08-12T23:23:09.257Z Compiling hashbrown v0.17.0
19702026-08-12T23:23:09.298Z Compiling vcpkg v0.2.15
19712026-08-12T23:23:09.338Z Compiling syn v1.0.109
19722026-08-12T23:23:09.354Z Compiling strsim v0.11.1
19732026-08-12T23:23:09.589Z Compiling socket2 v0.6.3
19742026-08-12T23:23:09.701Z Compiling futures-sink v0.3.32
19752026-08-12T23:23:09.728Z Compiling radium v0.7.0
19762026-08-12T23:23:09.748Z Compiling httparse v1.10.1
19772026-08-12T23:23:09.862Z Compiling futures-channel v0.3.32
19782026-08-12T23:23:09.897Z Compiling openssl-sys v0.9.117
19792026-08-12T23:23:09.919Z Compiling indexmap v2.14.0
19802026-08-12T23:23:09.935Z Compiling futures-task v0.3.32
19812026-08-12T23:23:10.033Z Compiling iana-time-zone v0.1.65
19822026-08-12T23:23:10.054Z Compiling slab v0.4.12
19832026-08-12T23:23:10.091Z Compiling thiserror v1.0.69
19842026-08-12T23:23:10.115Z Compiling futures-io v0.3.32
19852026-08-12T23:23:10.189Z Compiling base64 v0.22.1
19862026-08-12T23:23:10.209Z Compiling rustls v0.23.41
19872026-08-12T23:23:10.297Z Compiling maybe-uninit v2.0.0
19882026-08-12T23:23:10.361Z Compiling rustc_version v0.4.1
19892026-08-12T23:23:10.385Z Compiling synstructure v0.13.2
19902026-08-12T23:23:10.404Z Compiling serde_derive_internals v0.29.1
19912026-08-12T23:23:10.618Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-08-12T23:23:10.651Z Compiling uuid v1.23.4
19932026-08-12T23:23:10.666Z Compiling ahash v0.8.12
19942026-08-12T23:23:10.684Z Compiling base64ct v1.8.3
19952026-08-12T23:23:10.706Z Compiling ident_case v1.0.1
19962026-08-12T23:23:10.750Z Compiling ucd-trie v0.1.7
19972026-08-12T23:23:10.753Z Compiling regex-syntax v0.8.10
19982026-08-12T23:23:10.792Z Compiling packed_struct v0.10.1
19992026-08-12T23:23:10.823Z Compiling num-bigint-dig v0.8.6
20002026-08-12T23:23:10.828Z Compiling rand_core v0.9.5
20012026-08-12T23:23:10.929Z Compiling pest v2.8.6
20022026-08-12T23:23:11.024Z Compiling pem-rfc7468 v0.7.0
20032026-08-12T23:23:11.067Z Compiling openssl v0.10.80
20042026-08-12T23:23:11.086Z Compiling dyn-clone v1.0.20
20052026-08-12T23:23:11.102Z Compiling flagset v0.4.7
20062026-08-12T23:23:11.128Z Compiling fastrand v2.3.0
20072026-08-12T23:23:11.272Z Compiling indexmap v1.9.3
20082026-08-12T23:23:11.294Z Compiling utf8parse v0.2.2
20092026-08-12T23:23:11.332Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20102026-08-12T23:23:11.375Z Compiling tempfile v3.25.0
20112026-08-12T23:23:11.437Z Compiling native-tls v0.2.18
20122026-08-12T23:23:11.499Z Compiling cpufeatures v0.2.17
20132026-08-12T23:23:11.514Z Compiling paste v1.0.15
20142026-08-12T23:23:11.623Z Compiling anstyle v1.0.14
20152026-08-12T23:23:11.677Z Compiling serde_derive v1.0.228
20162026-08-12T23:23:11.697Z Compiling zeroize_derive v1.5.0
20172026-08-12T23:23:11.782Z Compiling zerocopy-derive v0.8.40
20182026-08-12T23:23:11.797Z Compiling zerofrom-derive v0.1.6
20192026-08-12T23:23:11.812Z Compiling yoke-derive v0.8.1
20202026-08-12T23:23:11.816Z Compiling zerovec-derive v0.11.2
20212026-08-12T23:23:11.889Z Compiling displaydoc v0.2.5
20222026-08-12T23:23:11.903Z Compiling tokio-macros v2.7.0
20232026-08-12T23:23:11.933Z Compiling futures-macro v0.3.32
20242026-08-12T23:23:12.213Z Compiling der_derive v0.7.3
20252026-08-12T23:23:12.254Z Compiling thiserror-impl v2.0.18
20262026-08-12T23:23:12.365Z Compiling zeroize v1.9.0
20272026-08-12T23:23:12.606Z Compiling schemars_derive v0.8.22
20282026-08-12T23:23:12.633Z Compiling tracing-attributes v0.1.31
20292026-08-12T23:23:12.736Z Compiling futures-util v0.3.32
20302026-08-12T23:23:12.828Z Compiling thiserror-impl v1.0.69
20312026-08-12T23:23:13.005Z Compiling zerofrom v0.1.6
20322026-08-12T23:23:13.108Z Compiling yoke v0.8.1
20332026-08-12T23:23:13.174Z Compiling block-buffer v0.10.4
20342026-08-12T23:23:13.211Z Compiling crypto-common v0.1.7
20352026-08-12T23:23:13.298Z Compiling zerovec v0.11.5
20362026-08-12T23:23:13.333Z Compiling zerotrie v0.2.3
20372026-08-12T23:23:13.402Z Compiling digest v0.10.7
20382026-08-12T23:23:13.715Z Compiling clap_derive v4.6.1
20392026-08-12T23:23:13.805Z Compiling packed_struct_codegen v0.10.1
20402026-08-12T23:23:13.819Z Compiling der v0.7.10
20412026-08-12T23:23:13.906Z Compiling tinystr v0.8.2
20422026-08-12T23:23:13.934Z Compiling potential_utf v0.1.4
20432026-08-12T23:23:13.938Z Compiling pest_meta v2.8.6
20442026-08-12T23:23:13.964Z Compiling zerocopy-derive v0.6.6
20452026-08-12T23:23:13.969Z Compiling bitfield-macros v0.19.4
20462026-08-12T23:23:14.125Z Compiling icu_locale_core v2.1.1
20472026-08-12T23:23:14.139Z Compiling icu_collections v2.1.1
20482026-08-12T23:23:14.849Z Compiling pest_generator v2.8.6
20492026-08-12T23:23:14.945Z Compiling bytes v1.11.1
20502026-08-12T23:23:14.976Z Compiling icu_provider v2.1.1
20512026-08-12T23:23:15.204Z Compiling chrono v0.4.45
20522026-08-12T23:23:15.315Z Compiling icu_properties v2.1.2
20532026-08-12T23:23:15.388Z Compiling icu_normalizer v2.1.1
20542026-08-12T23:23:15.484Z Compiling tokio v1.52.1
20552026-08-12T23:23:15.518Z Compiling hex v0.4.3
20562026-08-12T23:23:15.558Z Compiling spki v0.7.3
20572026-08-12T23:23:15.821Z Compiling openssl-macros v0.1.1
20582026-08-12T23:23:15.835Z Compiling pest_derive v2.8.6
20592026-08-12T23:23:16.248Z Compiling idna_adapter v1.2.1
20602026-08-12T23:23:16.267Z Compiling ppv-lite86 v0.2.21
20612026-08-12T23:23:16.402Z Compiling idna v1.1.0
20622026-08-12T23:23:16.558Z Compiling scroll_derive v0.13.1
20632026-08-12T23:23:16.620Z Compiling camino v1.2.2
20642026-08-12T23:23:16.690Z Compiling rand_chacha v0.9.0
20652026-08-12T23:23:16.762Z Compiling url v2.5.8
20662026-08-12T23:23:16.830Z Compiling colorchoice v1.0.4
20672026-08-12T23:23:16.870Z Compiling is_terminal_polyfill v1.70.2
20682026-08-12T23:23:16.973Z Compiling rand v0.9.2
20692026-08-12T23:23:16.990Z Compiling anstyle-query v1.1.5
20702026-08-12T23:23:17.027Z Compiling crossbeam-utils v0.8.21
20712026-08-12T23:23:17.329Z Compiling pkcs8 v0.10.2
20722026-08-12T23:23:17.348Z Compiling http v1.4.2
20732026-08-12T23:23:17.416Z Compiling sha2 v0.10.9
20742026-08-12T23:23:17.453Z Compiling rustls-pki-types v1.14.0
20752026-08-12T23:23:17.713Z Compiling daft-derive v0.1.7
20762026-08-12T23:23:17.853Z Compiling spin v0.9.8
20772026-08-12T23:23:17.881Z Compiling time-core v0.1.8
20782026-08-12T23:23:18.098Z Compiling tinyvec_macros v0.1.1
20792026-08-12T23:23:18.109Z Compiling num-conv v0.2.0
20802026-08-12T23:23:18.135Z Compiling tinyvec v1.10.0
20812026-08-12T23:23:18.256Z Compiling time-macros v0.2.27
20822026-08-12T23:23:18.356Z Compiling structmeta-derive v0.3.0
20832026-08-12T23:23:18.411Z Compiling async-trait v0.1.89
20842026-08-12T23:23:18.491Z Compiling anstyle-parse v1.0.0
20852026-08-12T23:23:18.549Z Compiling tracing-core v0.1.36
20862026-08-12T23:23:18.651Z Compiling untrusted v0.7.1
20872026-08-12T23:23:18.730Z Compiling plain v0.2.3
20882026-08-12T23:23:18.851Z Compiling simd-adler32 v0.3.8
20892026-08-12T23:23:18.868Z Compiling cmov v0.5.4
20902026-08-12T23:23:18.908Z Compiling anstream v1.0.0
20912026-08-12T23:23:18.944Z Compiling tracing v0.1.44
20922026-08-12T23:23:19.092Z Compiling ctutils v0.4.2
20932026-08-12T23:23:19.238Z Compiling http-body v1.0.1
20942026-08-12T23:23:19.331Z Compiling tokio-util v0.7.18
20952026-08-12T23:23:19.360Z Compiling structmeta v0.3.0
20962026-08-12T23:23:19.389Z Compiling serde_spanned v0.6.9
20972026-08-12T23:23:19.421Z Compiling toml_datetime v0.6.11
20982026-08-12T23:23:19.440Z Compiling pin-project-internal v1.1.11
20992026-08-12T23:23:19.581Z Compiling terminal_size v0.4.3
21002026-08-12T23:23:19.584Z Compiling slog v2.8.2
21012026-08-12T23:23:19.643Z Compiling wait-timeout v0.2.1
21022026-08-12T23:23:19.662Z Compiling cookie v0.18.1
21032026-08-12T23:23:19.734Z Compiling clap_lex v1.0.0
21042026-08-12T23:23:19.756Z Compiling zstd-safe v7.2.4
21052026-08-12T23:23:19.814Z Compiling bit-vec v0.8.0
21062026-08-12T23:23:19.895Z Compiling openssl-probe v0.2.1
21072026-08-12T23:23:19.921Z Compiling untrusted v0.9.0
21082026-08-12T23:23:20.076Z Compiling tap v1.0.1
21092026-08-12T23:23:20.097Z Compiling quick-error v1.2.3
21102026-08-12T23:23:20.150Z Compiling adler2 v2.0.1
21112026-08-12T23:23:20.193Z Compiling rusty-fork v0.3.1
21122026-08-12T23:23:20.211Z Compiling wyz v0.5.1
21132026-08-12T23:23:20.227Z Compiling bit-set v0.8.0
21142026-08-12T23:23:20.293Z Compiling miniz_oxide v0.8.9
21152026-08-12T23:23:20.336Z Compiling clap_builder v4.6.0
21162026-08-12T23:23:20.430Z Compiling derive-ex v0.1.8
21172026-08-12T23:23:20.496Z Compiling hybrid-array v0.4.13
21182026-08-12T23:23:20.679Z Compiling unicode-normalization v0.1.25
21192026-08-12T23:23:20.703Z Compiling rand_chacha v0.3.1
21202026-08-12T23:23:20.728Z Compiling signature v2.2.0
21212026-08-12T23:23:20.921Z Compiling scroll_derive v0.12.1
21222026-08-12T23:23:20.938Z Compiling rand_xorshift v0.4.0
21232026-08-12T23:23:20.953Z Compiling heapless v0.7.17
21242026-08-12T23:23:21.180Z Compiling num-integer v0.1.46
21252026-08-12T23:23:21.206Z Compiling aho-corasick v1.1.4
21262026-08-12T23:23:21.287Z Compiling usdt-impl v0.6.0
21272026-08-12T23:23:21.313Z Compiling tower-service v0.3.3
21282026-08-12T23:23:21.342Z Compiling tower-layer v0.3.3
21292026-08-12T23:23:21.424Z Compiling unarray v0.1.4
21302026-08-12T23:23:21.513Z Compiling atomic-waker v1.1.2
21312026-08-12T23:23:21.529Z Compiling pretty-hex v0.4.1
21322026-08-12T23:23:21.560Z Compiling try-lock v0.2.5
21332026-08-12T23:23:21.651Z Compiling anyhow v1.0.102
21342026-08-12T23:23:21.706Z Compiling zlib-rs v0.6.2
21352026-08-12T23:23:21.709Z Compiling signal-hook v0.3.18
21362026-08-12T23:23:21.764Z Compiling rustix v0.38.44
21372026-08-12T23:23:21.768Z Compiling funty v2.0.0
21382026-08-12T23:23:21.864Z Compiling h2 v0.4.15
21392026-08-12T23:23:21.933Z Compiling want v0.3.1
21402026-08-12T23:23:22.002Z Compiling test-strategy v0.4.5
21412026-08-12T23:23:22.007Z Compiling proptest v1.11.0
21422026-08-12T23:23:22.109Z Compiling regex-automata v0.4.14
21432026-08-12T23:23:22.137Z Compiling bitvec v1.0.1
21442026-08-12T23:23:22.244Z Compiling num-iter v0.1.45
21452026-08-12T23:23:22.386Z Compiling clap v4.6.1
21462026-08-12T23:23:22.793Z Compiling rand v0.8.6
21472026-08-12T23:23:23.126Z Compiling ipnetwork v0.21.1
21482026-08-12T23:23:23.464Z Compiling lazy_static v1.5.0
21492026-08-12T23:23:23.558Z Compiling scroll v0.13.0
21502026-08-12T23:23:23.573Z Compiling ipnet v2.11.0
21512026-08-12T23:23:23.870Z Compiling flate2 v1.1.9
21522026-08-12T23:23:23.958Z Compiling snafu-derive v0.8.9
21532026-08-12T23:23:24.279Z Compiling strum_macros v0.26.4
21542026-08-12T23:23:24.436Z Compiling anstyle-parse v0.2.7
21552026-08-12T23:23:24.695Z Compiling darling_core v0.23.0
21562026-08-12T23:23:24.864Z Compiling darling_core v0.20.11
21572026-08-12T23:23:25.624Z Compiling winnow v0.5.40
21582026-08-12T23:23:25.824Z Compiling nodrop v0.1.14
21592026-08-12T23:23:25.941Z Compiling crc-catalog v2.4.0
21602026-08-12T23:23:25.941Z Compiling httpdate v1.0.3
21612026-08-12T23:23:26.023Z Compiling foreign-types-shared v0.1.1
21622026-08-12T23:23:26.130Z Compiling hyper v1.10.1
21632026-08-12T23:23:26.326Z Compiling foreign-types v0.3.2
21642026-08-12T23:23:26.414Z Compiling crc v3.4.0
21652026-08-12T23:23:26.428Z Compiling array-init v0.0.4
21662026-08-12T23:23:26.896Z Compiling darling_macro v0.20.11
21672026-08-12T23:23:26.939Z Compiling darling_macro v0.23.0
21682026-08-12T23:23:26.975Z Compiling anstream v0.6.21
21692026-08-12T23:23:27.361Z Compiling toml_edit v0.19.15
21702026-08-12T23:23:27.431Z Compiling newtype-uuid v1.3.2
21712026-08-12T23:23:27.463Z Compiling goblin v0.10.5
21722026-08-12T23:23:27.670Z Compiling oxnet v0.1.6
21732026-08-12T23:23:27.743Z Compiling smallvec v0.6.14
21742026-08-12T23:23:28.289Z Compiling pkcs1 v0.7.5
21752026-08-12T23:23:28.364Z Compiling zerocopy v0.6.6
21762026-08-12T23:23:28.440Z Compiling bitfield v0.19.4
21772026-08-12T23:23:28.740Z Compiling zerocopy-derive v0.7.35
21782026-08-12T23:23:28.778Z Compiling curve25519-dalek v4.1.3
21792026-08-12T23:23:29.060Z Compiling env_filter v1.0.0
21802026-08-12T23:23:29.191Z Compiling memoffset v0.9.1
21812026-08-12T23:23:29.241Z Compiling hashbrown v0.12.3
21822026-08-12T23:23:29.279Z Compiling ref-cast v1.0.25
21832026-08-12T23:23:29.408Z Compiling base64 v0.21.7
21842026-08-12T23:23:29.578Z Compiling smoltcp v0.9.1
21852026-08-12T23:23:29.856Z Compiling litrs v1.0.0
21862026-08-12T23:23:30.315Z Compiling dof v0.4.0
21872026-08-12T23:23:30.333Z Compiling ron v0.8.1
21882026-08-12T23:23:30.359Z Compiling env_logger v0.11.9
21892026-08-12T23:23:30.364Z Compiling document-features v0.2.12
21902026-08-12T23:23:30.520Z Compiling toml v0.7.8
21912026-08-12T23:23:30.553Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21922026-08-12T23:23:30.610Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21932026-08-12T23:23:30.628Z Compiling rsa v0.9.10
21942026-08-12T23:23:31.193Z Compiling daft v0.1.7
21952026-08-12T23:23:31.240Z Compiling serde-hex v0.1.0
21962026-08-12T23:23:31.356Z Compiling bzip2 v0.4.4
21972026-08-12T23:23:31.467Z Compiling hyper-util v0.1.20
21982026-08-12T23:23:31.520Z Compiling darling v0.23.0
21992026-08-12T23:23:31.614Z Compiling darling v0.20.11
22002026-08-12T23:23:31.631Z Compiling hashbrown v0.13.2
22012026-08-12T23:23:32.098Z Compiling dtrace-parser v0.3.0
22022026-08-12T23:23:32.157Z Compiling x509-cert v0.2.5
22032026-08-12T23:23:32.435Z Compiling hmac v0.12.1
22042026-08-12T23:23:32.594Z Compiling async-recursion v1.1.1
22052026-08-12T23:23:32.719Z Compiling sync_wrapper v1.0.2
22062026-08-12T23:23:32.822Z Compiling thread-id v5.1.0
22072026-08-12T23:23:32.981Z Compiling powerfmt v0.2.0
22082026-08-12T23:23:33.201Z Compiling siphasher v1.0.2
22092026-08-12T23:23:33.208Z Compiling crc-any v2.5.0
22102026-08-12T23:23:33.259Z Compiling cfg_aliases v0.2.1
22112026-08-12T23:23:33.347Z Compiling nix v0.31.2
22122026-08-12T23:23:33.374Z Compiling deranged v0.5.8
22132026-08-12T23:23:33.820Z Compiling tower v0.5.3
22142026-08-12T23:23:34.367Z Compiling object v0.30.4
22152026-08-12T23:23:34.514Z Compiling derive_builder_core v0.20.2
22162026-08-12T23:23:34.809Z Compiling serde_with_macros v3.21.0
22172026-08-12T23:23:35.222Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22182026-08-12T23:23:35.338Z Compiling zip v0.6.6
22192026-08-12T23:23:35.419Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-12T23:23:35.675Z Compiling bstr v1.12.1
22212026-08-12T23:23:35.690Z Compiling crypto-common v0.2.2
22222026-08-12T23:23:35.861Z Compiling block-buffer v0.12.1
22232026-08-12T23:23:36.148Z Compiling http-body-util v0.1.3
22242026-08-12T23:23:36.442Z Compiling futures-executor v0.3.32
22252026-08-12T23:23:36.450Z Compiling erased-serde v0.3.31
22262026-08-12T23:23:36.512Z Compiling serde_tokenstream v0.2.3
22272026-08-12T23:23:36.689Z Compiling hubpack_derive v0.1.1
22282026-08-12T23:23:36.845Z Compiling ref-cast-impl v1.0.25
22292026-08-12T23:23:36.870Z Compiling strum_macros v0.27.2
22302026-08-12T23:23:36.899Z Compiling curve25519-dalek-derive v0.1.1
22312026-08-12T23:23:37.020Z Compiling fs-err v3.3.0
22322026-08-12T23:23:37.036Z Compiling usdt-impl v0.5.0
22332026-08-12T23:23:37.137Z Compiling allocator-api2 v0.2.21
22342026-08-12T23:23:37.239Z Compiling ryu v1.0.23
22352026-08-12T23:23:37.270Z Compiling num_threads v0.1.7
22362026-08-12T23:23:37.383Z Compiling iri-string v0.7.10
22372026-08-12T23:23:37.401Z Compiling unicode-properties v0.1.4
22382026-08-12T23:23:37.416Z Compiling same-file v1.0.6
22392026-08-12T23:23:37.627Z Compiling path-slash v0.1.5
22402026-08-12T23:23:37.680Z Compiling unicode-bidi v0.3.18
22412026-08-12T23:23:37.941Z Compiling object v0.37.3
22422026-08-12T23:23:38.175Z Compiling stringprep v0.1.5
22432026-08-12T23:23:38.211Z Compiling time v0.3.47
22442026-08-12T23:23:38.615Z Compiling tower-http v0.6.8
22452026-08-12T23:23:39.100Z Compiling serde_urlencoded v0.7.1
22462026-08-12T23:23:39.104Z Compiling walkdir v2.5.0
22472026-08-12T23:23:39.915Z Compiling futures v0.3.32
22482026-08-12T23:23:40.405Z Compiling derive_builder_macro v0.20.2
22492026-08-12T23:23:40.545Z Compiling tokio-native-tls v0.3.1
22502026-08-12T23:23:40.587Z Compiling strum v0.26.3
22512026-08-12T23:23:40.749Z Compiling block-padding v0.4.2
22522026-08-12T23:23:40.930Z Compiling scroll v0.12.0
22532026-08-12T23:23:40.977Z Compiling pin-project v1.1.11
22542026-08-12T23:23:40.982Z Compiling rustls-native-certs v0.8.3
22552026-08-12T23:23:41.095Z Compiling md-5 v0.10.6
22562026-08-12T23:23:41.132Z Compiling vergen-lib v9.1.0
22572026-08-12T23:23:41.144Z Compiling hash32 v0.2.1
22582026-08-12T23:23:41.216Z Compiling encoding_rs v0.8.35
22592026-08-12T23:23:41.266Z Compiling jiff-core v0.1.0
22602026-08-12T23:23:41.341Z Compiling mime v0.3.17
22612026-08-12T23:23:41.357Z Compiling psl-types v2.0.11
22622026-08-12T23:23:41.360Z Compiling fallible-iterator v0.2.0
22632026-08-12T23:23:41.485Z Compiling cpufeatures v0.3.0
22642026-08-12T23:23:41.575Z Compiling publicsuffix v2.3.0
22652026-08-12T23:23:41.677Z Compiling postgres-protocol v0.6.10
22662026-08-12T23:23:41.701Z Compiling goblin v0.8.2
22672026-08-12T23:23:41.832Z Compiling snafu v0.8.9
22682026-08-12T23:23:42.123Z Compiling jiff v0.2.34
22692026-08-12T23:23:42.201Z Compiling derive_builder v0.20.2
22702026-08-12T23:23:42.201Z Compiling inout v0.2.2
22712026-08-12T23:23:42.381Z Compiling hyper-tls v0.6.0
22722026-08-12T23:23:42.610Z Compiling usdt-attr-macro v0.6.0
22732026-08-12T23:23:42.679Z Compiling usdt-macro v0.6.0
22742026-08-12T23:23:42.714Z Compiling globset v0.4.18
22752026-08-12T23:23:42.761Z Compiling phf_shared v0.13.1
22762026-08-12T23:23:42.775Z Compiling crossbeam-epoch v0.9.18
22772026-08-12T23:23:42.886Z Compiling zerocopy v0.7.35
22782026-08-12T23:23:43.088Z Compiling regex v1.12.3
22792026-08-12T23:23:43.450Z Compiling serde_plain v1.0.2
22802026-08-12T23:23:43.465Z Compiling serde_repr v0.1.20
22812026-08-12T23:23:43.513Z Compiling enum-as-inner v0.6.1
22822026-08-12T23:23:43.679Z Compiling pem v3.0.6
22832026-08-12T23:23:43.722Z Compiling vergen v9.1.0
22842026-08-12T23:23:43.744Z Compiling cargo-platform v0.3.2
22852026-08-12T23:23:43.938Z Compiling ff v0.13.1
22862026-08-12T23:23:43.999Z Compiling filetime v0.2.27
22872026-08-12T23:23:44.014Z Compiling either v1.15.0
22882026-08-12T23:23:44.026Z Compiling unicode-segmentation v1.12.0
22892026-08-12T23:23:44.046Z Compiling managed v0.8.0
22902026-08-12T23:23:44.069Z Compiling bitflags v1.3.2
22912026-08-12T23:23:44.239Z Compiling xattr v1.6.1
22922026-08-12T23:23:44.274Z Compiling const-oid v0.10.2
22932026-08-12T23:23:44.349Z Compiling bumpalo v3.20.2
22942026-08-12T23:23:44.412Z Compiling foldhash v0.2.0
22952026-08-12T23:23:44.445Z Compiling libbz2-rs-sys v0.2.2
22962026-08-12T23:23:44.462Z Compiling foldhash v0.1.5
22972026-08-12T23:23:44.589Z Compiling typed-path v0.9.3
22982026-08-12T23:23:44.605Z Compiling base16ct v0.2.0
22992026-08-12T23:23:44.663Z Compiling hashbrown v0.15.5
23002026-08-12T23:23:44.667Z Compiling hashbrown v0.16.1
23012026-08-12T23:23:44.754Z Compiling sec1 v0.7.3
23022026-08-12T23:23:44.819Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23032026-08-12T23:23:44.977Z Compiling bzip2 v0.6.1
23042026-08-12T23:23:45.047Z Compiling zopfli v0.8.3
23052026-08-12T23:23:45.065Z Compiling digest v0.11.3
23062026-08-12T23:23:45.203Z Compiling tar v0.4.46
23072026-08-12T23:23:45.367Z Compiling group v0.13.0
23082026-08-12T23:23:45.571Z Compiling cargo_metadata v0.23.1
23092026-08-12T23:23:45.575Z Compiling dof v0.3.0
23102026-08-12T23:23:46.200Z Compiling phf v0.13.1
23112026-08-12T23:23:46.335Z Compiling zstd v0.13.3
23122026-08-12T23:23:46.603Z Compiling reqwest v0.12.28
23132026-08-12T23:23:46.652Z Compiling cipher v0.5.2
23142026-08-12T23:23:46.667Z Compiling signal-hook-mio v0.2.5
23152026-08-12T23:23:46.827Z Compiling cookie_store v0.22.1
23162026-08-12T23:23:46.931Z Compiling postgres-types v0.2.12
23172026-08-12T23:23:47.074Z Compiling strum v0.27.2
23182026-08-12T23:23:47.433Z Compiling hubpack v0.1.2
23192026-08-12T23:23:47.453Z Compiling phf_shared v0.11.3
23202026-08-12T23:23:47.482Z Compiling hkdf v0.12.4
23212026-08-12T23:23:47.498Z Compiling dtrace-parser v0.2.0
23222026-08-12T23:23:47.631Z Compiling ed25519 v2.2.3
23232026-08-12T23:23:47.648Z Compiling byte-wrapper v0.1.0
23242026-08-12T23:23:47.652Z Compiling olpc-cjson v0.1.4
23252026-08-12T23:23:47.931Z Compiling serde-big-array v0.5.1
23262026-08-12T23:23:48.091Z Compiling crypto-bigint v0.5.5
23272026-08-12T23:23:48.094Z Compiling float-cmp v0.10.0
23282026-08-12T23:23:48.216Z Compiling memmap2 v0.9.10
23292026-08-12T23:23:48.246Z Compiling thread-id v4.2.2
23302026-08-12T23:23:48.425Z Compiling fixedbitset v0.5.7
23312026-08-12T23:23:48.443Z Compiling rayon-core v1.13.0
23322026-08-12T23:23:48.483Z Compiling predicates-core v1.0.10
23332026-08-12T23:23:48.498Z Compiling data-encoding v2.10.0
23342026-08-12T23:23:48.519Z Compiling fixedbitset v0.4.2
23352026-08-12T23:23:48.607Z Compiling static_assertions v1.1.0
23362026-08-12T23:23:48.646Z Compiling winnow v0.7.14
23372026-08-12T23:23:48.719Z Compiling whoami v2.1.0
23382026-08-12T23:23:48.753Z Compiling toml_write v0.1.2
23392026-08-12T23:23:48.911Z Compiling winnow v1.0.3
23402026-08-12T23:23:49.034Z Compiling keccak v0.1.6
23412026-08-12T23:23:49.059Z Compiling new_debug_unreachable v1.0.6
23422026-08-12T23:23:49.179Z Compiling difflib v0.4.0
23432026-08-12T23:23:49.379Z Compiling precomputed-hash v0.1.1
23442026-08-12T23:23:49.482Z Compiling normalize-line-endings v0.3.0
23452026-08-12T23:23:49.485Z Compiling string_cache v0.8.9
23462026-08-12T23:23:49.565Z Compiling predicates v3.1.4
23472026-08-12T23:23:49.632Z Compiling toml_parser v1.1.2+spec-1.1.0
23482026-08-12T23:23:49.733Z Compiling sha3 v0.10.8
23492026-08-12T23:23:49.780Z Compiling elliptic-curve v0.13.8
23502026-08-12T23:23:50.017Z Compiling tokio-postgres v0.7.16
23512026-08-12T23:23:50.152Z Compiling toml_edit v0.22.27
23522026-08-12T23:23:50.304Z Compiling hickory-proto v0.25.2
23532026-08-12T23:23:50.567Z Compiling petgraph v0.6.5
23542026-08-12T23:23:50.868Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23552026-08-12T23:23:51.119Z Compiling petgraph v0.8.3
23562026-08-12T23:23:51.286Z Compiling usdt v0.6.0
23572026-08-12T23:23:51.813Z Compiling chacha20 v0.10.0
23582026-08-12T23:23:52.089Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23592026-08-12T23:23:52.551Z Compiling ed25519-dalek v2.2.0
23602026-08-12T23:23:53.026Z Compiling zip v4.6.1
23612026-08-12T23:23:53.657Z Compiling crossterm v0.28.1
23622026-08-12T23:23:53.742Z Compiling iddqd v0.4.2
23632026-08-12T23:23:54.126Z Compiling similar v2.7.0
23642026-08-12T23:23:54.525Z Compiling heck v0.4.1
23652026-08-12T23:23:54.736Z Compiling itertools v0.15.0
23662026-08-12T23:23:54.757Z Compiling itertools v0.13.0
23672026-08-12T23:23:54.995Z Compiling serde_with v3.21.0
23682026-08-12T23:23:56.203Z Compiling tokio-stream v0.1.18
23692026-08-12T23:23:56.253Z Compiling buf-list v1.1.2
23702026-08-12T23:23:56.398Z Compiling half v2.7.1
23712026-08-12T23:23:56.459Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23722026-08-12T23:23:56.516Z Compiling openapiv3 v2.2.0
23732026-08-12T23:23:56.760Z Compiling ciborium-io v0.2.2
23742026-08-12T23:23:56.889Z Compiling peg-runtime v0.8.5
23752026-08-12T23:23:56.914Z Compiling lalrpop-util v0.19.12
23762026-08-12T23:23:57.199Z Compiling ciborium-ll v0.2.2
23772026-08-12T23:23:57.956Z Compiling crossbeam-deque v0.8.6
23782026-08-12T23:23:58.538Z Compiling camino-tempfile v1.4.1
23792026-08-12T23:23:58.966Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23802026-08-12T23:23:59.481Z Compiling blake3 v1.8.5
23812026-08-12T23:23:59.496Z Compiling fs-err v2.11.0
23822026-08-12T23:24:01.979Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23832026-08-12T23:24:03.370Z Compiling ciborium v0.2.2
23842026-08-12T23:24:04.006Z Compiling rustls-webpki v0.103.13
23852026-08-12T23:24:04.097Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23862026-08-12T23:24:04.763Z Compiling thread_local v1.1.9
23872026-08-12T23:24:04.764Z Compiling constant_time_eq v0.4.2
23882026-08-12T23:24:04.991Z Compiling slog-async v2.8.0
23892026-08-12T23:24:05.132Z Compiling arrayref v0.3.9
23902026-08-12T23:24:05.156Z Compiling arrayvec v0.7.6
23912026-08-12T23:24:05.319Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-08-12T23:24:05.361Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23932026-08-12T23:24:05.459Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23942026-08-12T23:24:05.680Z Compiling toml v0.8.23
23952026-08-12T23:24:05.696Z Compiling atomicwrites v0.4.4
23962026-08-12T23:24:05.812Z Compiling sha2 v0.11.0
23972026-08-12T23:24:05.815Z Compiling digest-io v0.1.0
23982026-08-12T23:24:05.963Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23992026-08-12T23:24:05.988Z Compiling crossbeam-channel v0.5.15
24002026-08-12T23:24:06.000Z Compiling serde_path_to_error v0.1.20
24012026-08-12T23:24:06.041Z Compiling is-terminal v0.4.17
24022026-08-12T23:24:06.160Z Compiling term v1.2.1
24032026-08-12T23:24:06.470Z Compiling debug-ignore v1.0.5
24042026-08-12T23:24:06.557Z Compiling parse-size v1.1.0
24052026-08-12T23:24:06.574Z Compiling indent_write v2.2.0
24062026-08-12T23:24:06.598Z Compiling rawzip v0.4.4
24072026-08-12T23:24:06.673Z Compiling topological-sort v0.2.2
24082026-08-12T23:24:06.751Z Compiling take_mut v0.2.2
24092026-08-12T23:24:06.770Z Compiling slog-term v2.9.2
24102026-08-12T23:24:06.892Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24112026-08-12T23:24:07.069Z Compiling shell-words v1.1.1
24122026-08-12T23:24:07.460Z Compiling tokio-rustls v0.26.4
24132026-08-12T23:24:07.629Z Compiling rustls-platform-verifier v0.6.2
24142026-08-12T23:24:07.681Z Compiling tough v0.22.0
24152026-08-12T23:24:07.738Z Compiling hyper-rustls v0.27.7
24162026-08-12T23:24:08.007Z Compiling reqwest v0.13.2
24172026-08-12T23:24:10.702Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24182026-08-12T23:24:15.209Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24192026-08-12T23:24:17.277Z Compiling omicron-zone-package v0.12.3
24202026-08-12T23:24:17.529Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24212026-08-12T23:24:17.979Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24222026-08-12T23:24:17.982Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24232026-08-12T23:24:22.536Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24242026-08-12T23:24:34.837Z Finished `release` profile [optimized] target(s) in 1m 29s
24252026-08-12T23:24:34.980Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24262026-08-12T23:24:35.040ZAug 12 23:24:34.514 DEBG changing working directory to /work/oxidecomputer/omicron
24272026-08-12T23:24:35.135ZAug 12 23:24:34.610 DEBG running: git rev-parse HEAD
24282026-08-12T23:24:35.138ZAug 12 23:24:34.613 DEBG process exited with exit status: 0 (2.458722ms)
24292026-08-12T23:24:35.138ZAug 12 23:24:34.613 INFO version: 23.0.0-0.ci+git8e543d40bb4
24302026-08-12T23:24:35.147ZAug 12 23:24:34.621 INFO cloning helios to /work/oxidecomputer/helios
24312026-08-12T23:24:35.147ZAug 12 23:24:34.621 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24322026-08-12T23:24:35.150ZCloning into '/work/oxidecomputer/helios'...
24332026-08-12T23:24:35.718ZAug 12 23:24:35.193 DEBG process exited with exit status: 0 (571.963021ms)
24342026-08-12T23:24:35.718ZAug 12 23:24:35.193 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24352026-08-12T23:24:35.721ZAug 12 23:24:35.195 DEBG process exited with exit status: 0 (2.599512ms)
24362026-08-12T23:24:35.721ZAug 12 23:24:35.195 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24372026-08-12T23:24:36.084ZAug 12 23:24:35.559 DEBG process exited with exit status: 0 (363.481674ms)
24382026-08-12T23:24:36.084ZAug 12 23:24:35.559 DEBG running: zfs list rpool/images/build/host
24392026-08-12T23:24:36.088ZNAME USED AVAIL REFER MOUNTPOINT
24402026-08-12T23:24:36.088Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24412026-08-12T23:24:36.091ZAug 12 23:24:35.563 DEBG process exited with exit status: 0 (4.268743ms)
24422026-08-12T23:24:36.091ZAug 12 23:24:35.563 DEBG running: zfs list rpool/images/build/recovery
24432026-08-12T23:24:36.094ZNAME USED AVAIL REFER MOUNTPOINT
24442026-08-12T23:24:36.095Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24452026-08-12T23:24:36.095ZAug 12 23:24:35.567 DEBG process exited with exit status: 0 (3.598853ms)
24462026-08-12T23:24:36.095ZAug 12 23:24:35.567 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24472026-08-12T23:24:36.103ZAug 12 23:24:35.578 INFO console client API version matches nexus API version (2026073100.0.0)
24482026-08-12T23:24:36.107ZAug 12 23:24:35.581 INFO [incorp-manifest] running task
24492026-08-12T23:24:36.107ZAug 12 23:24:35.581 INFO [hubris-production] running task
24502026-08-12T23:24:36.107ZAug 12 23:24:35.581 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24512026-08-12T23:24:36.107ZAug 12 23:24:35.581 INFO [hubris-staging] running task
24522026-08-12T23:24:36.110ZAug 12 23:24:35.582 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24532026-08-12T23:24:36.110ZAug 12 23:24:35.582 INFO [incorp-create] running: pkgrepo create /work/incorporation
24542026-08-12T23:24:36.110ZAug 12 23:24:35.584 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24552026-08-12T23:24:36.149Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24562026-08-12T23:24:36.367ZAug 12 23:24:35.841 INFO [incorp-create] process exited with exit status: 0 (259.125715ms)
24572026-08-12T23:24:36.370ZAug 12 23:24:35.842 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24582026-08-12T23:24:36.570Z[ omicron-package] Blocking waiting for file lock on package cache
24592026-08-12T23:24:36.611ZAug 12 23:24:36.085 INFO [incorp-publisher] process exited with exit status: 0 (243.559603ms)
24602026-08-12T23:24:36.954Z[ omicron-package] Blocking waiting for file lock on package cache
24612026-08-12T23:24:37.202ZAug 12 23:24:36.677 INFO [hubris-production] task succeeded (1.095563765s)
24622026-08-12T23:24:37.792ZAug 12 23:24:37.267 DEBG process exited with exit status: 0 (1.685516089s)
24632026-08-12T23:24:37.792ZAug 12 23:24:37.267 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24642026-08-12T23:24:38.236Z[ omicron-package] Compiling macaddr v1.0.1
24652026-08-12T23:24:38.236Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24662026-08-12T23:24:38.240Z[ omicron-package] Compiling secrecy v0.10.3
24672026-08-12T23:24:38.240Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682026-08-12T23:24:38.240Z[ omicron-package] Compiling heapless v0.8.0
24692026-08-12T23:24:38.240Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24702026-08-12T23:24:38.240Z[ omicron-package] Compiling ingot-macros v0.2.0
24712026-08-12T23:24:38.240Z[ omicron-package] Compiling hash32 v0.3.1
24722026-08-12T23:24:38.240Z[ omicron-package] Compiling inout v0.1.4
24732026-08-12T23:24:38.240Z[ omicron-package] Compiling multer v3.1.0
24742026-08-12T23:24:38.240Z[ omicron-package] Compiling compression-core v0.4.31
24752026-08-12T23:24:38.240Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24762026-08-12T23:24:38.240Z[ omicron-package] Compiling smoltcp v0.11.0
24772026-08-12T23:24:38.244Z[ omicron-package] Compiling match_cfg v0.1.0
24782026-08-12T23:24:38.244Z[ omicron-package] Compiling unicode-width v0.2.0
24792026-08-12T23:24:38.244Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24802026-08-12T23:24:38.994Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24812026-08-12T23:24:39.152Z[ omicron-package] Compiling cipher v0.4.4
24822026-08-12T23:24:39.189Z[ omicron-package] Compiling slog-json v2.6.1
24832026-08-12T23:24:39.482Z[ omicron-package] Compiling compression-codecs v0.4.37
24842026-08-12T23:24:39.612Z[ omicron-package] Compiling hostname v0.3.1
24852026-08-12T23:24:39.616Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24862026-08-12T23:24:39.616Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24872026-08-12T23:24:39.616Z[ omicron-package] Compiling cobs v0.3.0
24882026-08-12T23:24:39.616Z[ omicron-package] Compiling universal-hash v0.5.1
24892026-08-12T23:24:39.616Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24902026-08-12T23:24:39.655Z[ omicron-package] Compiling dropshot v0.17.1
24912026-08-12T23:24:39.723Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24922026-08-12T23:24:39.932Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24932026-08-12T23:24:39.935Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24942026-08-12T23:24:40.134Z[ omicron-package] Compiling serde_spanned v1.1.1
24952026-08-12T23:24:40.134Z[ omicron-package] Compiling async-stream-impl v0.3.6
24962026-08-12T23:24:40.134Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24972026-08-12T23:24:40.200Z[ omicron-package] Compiling opaque-debug v0.3.1
24982026-08-12T23:24:40.200Z[ omicron-package] Compiling convert_case v0.4.0
24992026-08-12T23:24:40.219ZAug 12 23:24:39.693 DEBG process exited with exit status: 0 (2.426191139s)
25002026-08-12T23:24:40.224Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25012026-08-12T23:24:40.255ZAug 12 23:24:39.730 INFO [incorp-manifest] task succeeded (4.148768795s)
25022026-08-12T23:24:40.259ZAug 12 23:24:39.730 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25032026-08-12T23:24:40.330Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25042026-08-12T23:24:40.380Z[ omicron-package] Compiling num_enum_derive v0.7.6
25052026-08-12T23:24:40.471ZAug 12 23:24:39.945 INFO [incorp-fmt] process exited with exit status: 0 (214.813802ms)
25062026-08-12T23:24:40.471Z[ omicron-package] Compiling poly1305 v0.8.0
25072026-08-12T23:24:40.471ZAug 12 23:24:39.945 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25082026-08-12T23:24:40.525Z[ omicron-package] Compiling slog-bunyan v2.5.0
25092026-08-12T23:24:40.555Z[ omicron-package] Compiling postcard v1.1.3
25102026-08-12T23:24:40.559Z[ omicron-package] Compiling async-compression v0.4.41
25112026-08-12T23:24:40.586Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25122026-08-12T23:24:40.590Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25132026-08-12T23:24:40.590Z[ omicron-package] Compiling chacha20 v0.9.1
25142026-08-12T23:24:40.681Z[ omicron-package] Compiling derive_more v0.99.20
25152026-08-12T23:24:40.755Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260812T232440Z
25162026-08-12T23:24:40.756Z[ incorp-pkgsend] PUBLISHED
25172026-08-12T23:24:40.812ZAug 12 23:24:40.286 INFO [incorp-pkgsend] process exited with exit status: 0 (340.818707ms)
25182026-08-12T23:24:40.815ZAug 12 23:24:40.286 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25192026-08-12T23:24:40.892Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25202026-08-12T23:24:40.981Z[ omicron-package] Compiling async-stream v0.3.6
25212026-08-12T23:24:40.986Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25222026-08-12T23:24:40.989Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25232026-08-12T23:24:41.068Z[ helios-incorp] Retrieving packages for publisher helios ...
25242026-08-12T23:24:41.072Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25252026-08-12T23:24:41.095Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25262026-08-12T23:24:41.095Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25272026-08-12T23:24:41.099Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25282026-08-12T23:24:41.099Z[ helios-incorp]
25292026-08-12T23:24:41.099Z[ helios-incorp] Archiving packages ...
25302026-08-12T23:24:41.103Z[ helios-incorp] Packages to add: 1
25312026-08-12T23:24:41.103Z[ helios-incorp] Files to retrieve: 0
25322026-08-12T23:24:41.103Z[ helios-incorp] Estimated transfer size: 0.00 B
25332026-08-12T23:24:41.103Z[ helios-incorp]
25342026-08-12T23:24:41.104Z[ helios-incorp] Packages to archive:
25352026-08-12T23:24:41.104Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260812T232440Z
25362026-08-12T23:24:41.104Z[ helios-incorp]
25372026-08-12T23:24:41.104Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25382026-08-12T23:24:41.104Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25392026-08-12T23:24:41.139Z[ omicron-package] Compiling sha1 v0.11.0
25402026-08-12T23:24:41.143Z[ omicron-package] Compiling progenitor-client v0.14.0
25412026-08-12T23:24:41.173ZAug 12 23:24:40.648 INFO [helios-incorp] process exited with exit status: 0 (361.586493ms)
25422026-08-12T23:24:41.227Z[ omicron-package] Compiling parse-display-derive v0.10.0
25432026-08-12T23:24:41.229Z[ omicron-package] Compiling waitgroup v0.1.2
25442026-08-12T23:24:41.285Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25452026-08-12T23:24:41.369Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25462026-08-12T23:24:41.463Z[ omicron-package] Compiling backon v1.6.0
25472026-08-12T23:24:41.554Z[ omicron-package] Compiling password-hash v0.5.0
25482026-08-12T23:24:41.599Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25492026-08-12T23:24:41.664Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25502026-08-12T23:24:41.713Z[ omicron-package] Compiling blake2 v0.10.6
25512026-08-12T23:24:41.763Z[ omicron-package] Compiling aead v0.5.2
25522026-08-12T23:24:41.767Z[ omicron-package] Compiling ingot-types v0.2.0
25532026-08-12T23:24:41.793Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25542026-08-12T23:24:41.830Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25552026-08-12T23:24:41.910Z[ omicron-package] Compiling proc-macro-error v1.0.4
25562026-08-12T23:24:42.024Z[ omicron-package] Compiling hostname v0.4.2
25572026-08-12T23:24:42.091Z[ omicron-package] Compiling instant v0.1.13
25582026-08-12T23:24:42.134Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25592026-08-12T23:24:42.197Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25602026-08-12T23:24:42.261Z[ omicron-package] Compiling ingot v0.2.1
25612026-08-12T23:24:42.303Z[ omicron-package] Compiling backoff v0.4.0
25622026-08-12T23:24:42.392Z[ omicron-package] Compiling argon2 v0.5.3
25632026-08-12T23:24:42.428Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25642026-08-12T23:24:42.501Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25652026-08-12T23:24:42.554Z[ omicron-package] Compiling num_enum_derive v0.5.11
25662026-08-12T23:24:42.587Z[ omicron-package] Compiling progenitor-extras v0.2.0
25672026-08-12T23:24:42.705Z[ omicron-package] Compiling num_enum v0.7.6
25682026-08-12T23:24:42.775Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25692026-08-12T23:24:42.892Z[ omicron-package] Compiling vsss-rs v3.3.4
25702026-08-12T23:24:43.015Z[ omicron-package] Compiling tabwriter v1.4.1
25712026-08-12T23:24:43.015Z[ omicron-package] Compiling foreign-types v0.5.0
25722026-08-12T23:24:43.076Z[ omicron-package] Compiling parse-display v0.10.0
25732026-08-12T23:24:43.209Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25742026-08-12T23:24:43.261Z[ omicron-package] Compiling regress v0.10.5
25752026-08-12T23:24:43.313Z[ omicron-package] Compiling itertools v0.14.0
25762026-08-12T23:24:43.376Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25772026-08-12T23:24:43.393Z[ omicron-package] Compiling cstr-argument v0.1.2
25782026-08-12T23:24:43.457Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25792026-08-12T23:24:43.474Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25802026-08-12T23:24:43.585Z[ omicron-package] Compiling humantime v2.3.0
25812026-08-12T23:24:43.627Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25822026-08-12T23:24:43.808Z[ omicron-package] Compiling num_enum v0.5.11
25832026-08-12T23:24:43.947Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25842026-08-12T23:24:43.989Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25852026-08-12T23:24:44.050Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25862026-08-12T23:24:44.125Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25872026-08-12T23:24:44.195Z[ omicron-package] Compiling rayon v1.11.0
25882026-08-12T23:24:44.338Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25892026-08-12T23:24:44.371Z[ omicron-package] Compiling rand v0.10.1
25902026-08-12T23:24:44.467Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25912026-08-12T23:24:44.572Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25922026-08-12T23:24:44.614Z[ omicron-package] Compiling colored v3.1.1
25932026-08-12T23:24:44.657Z[ omicron-package] Compiling libefi-sys v0.1.0
25942026-08-12T23:24:44.690Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25952026-08-12T23:24:44.733Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25962026-08-12T23:24:44.813Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25972026-08-12T23:24:45.020Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25982026-08-12T23:24:45.150Z[ omicron-package] Compiling itertools v0.12.1
25992026-08-12T23:24:45.154Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26002026-08-12T23:24:45.183Z[ omicron-package] Compiling usdt-macro v0.5.0
26012026-08-12T23:24:45.255Z[ omicron-package] Compiling sigpipe v0.1.3
26022026-08-12T23:24:45.447Z[ omicron-package] Compiling memmap v0.7.0
26032026-08-12T23:24:45.520Z[ omicron-package] Compiling bitfield-struct v0.6.2
26042026-08-12T23:24:45.570Z[ omicron-package] Compiling num-derive v0.4.2
26052026-08-12T23:24:45.629Z[ omicron-package] Compiling glob v0.3.3
26062026-08-12T23:24:45.766Z[ omicron-package] Compiling swrite v0.1.0
26072026-08-12T23:24:45.923Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26082026-08-12T23:24:46.137Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26092026-08-12T23:24:46.222Z[ omicron-package] Compiling usdt v0.5.0
26102026-08-12T23:24:46.443Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26112026-08-12T23:24:46.635Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26122026-08-12T23:24:46.677Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26132026-08-12T23:24:46.852Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26142026-08-12T23:24:46.943Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-08-12T23:24:46.943Z[ omicron-package] Compiling zone v0.3.1
26162026-08-12T23:24:47.011Z[ omicron-package] Compiling smf v0.2.3
26172026-08-12T23:24:47.042Z[ omicron-package] Compiling whoami v1.6.1
26182026-08-12T23:24:47.077Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26192026-08-12T23:24:47.151Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26202026-08-12T23:24:47.151Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26212026-08-12T23:24:47.342Z[ omicron-package] Compiling console v0.16.2
26222026-08-12T23:24:47.447Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232026-08-12T23:24:47.537Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26242026-08-12T23:24:47.672Z[ omicron-package] Compiling gethostname v0.5.0
26252026-08-12T23:24:47.690Z[ omicron-package] Compiling unit-prefix v0.5.2
26262026-08-12T23:24:47.734Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26272026-08-12T23:24:47.912Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26282026-08-12T23:24:48.009Z[ omicron-package] Compiling indicatif v0.18.4
26292026-08-12T23:24:51.912Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26302026-08-12T23:24:52.267ZAug 12 23:24:51.742 INFO [hubris-staging] task succeeded (16.161088895s)
26312026-08-12T23:24:52.373Z[ helios-setup] Aug 12 23:24:51.846 INFO helios repository root is: /work/oxidecomputer/helios
26322026-08-12T23:24:52.376Z[ helios-setup] Aug 12 23:24:51.848 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
26332026-08-12T23:24:52.376Z[ helios-setup] Aug 12 23:24:51.848 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26342026-08-12T23:24:52.376Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26352026-08-12T23:24:53.411Z[ helios-setup] Aug 12 23:24:52.885 INFO clone ok!, project: phbl
26362026-08-12T23:24:53.414Z[ helios-setup] Aug 12 23:24:52.886 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
26372026-08-12T23:24:53.414Z[ helios-setup] Aug 12 23:24:52.886 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26382026-08-12T23:24:53.414Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26392026-08-12T23:24:53.909Z[ helios-setup] Aug 12 23:24:53.384 INFO clone ok!, project: pinprick
26402026-08-12T23:24:53.909Z[ helios-setup] Aug 12 23:24:53.384 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26412026-08-12T23:24:53.909Z[ helios-setup] Aug 12 23:24:53.384 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26422026-08-12T23:24:53.913Z[ helios-setup] Aug 12 23:24:53.384 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
26432026-08-12T23:24:53.913Z[ helios-setup] Aug 12 23:24:53.384 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
26442026-08-12T23:24:53.913Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26452026-08-12T23:24:54.782Z[ helios-setup] Aug 12 23:24:54.256 INFO clone ok!, project: amd-host-image-builder
26462026-08-12T23:24:54.782Z[ helios-setup] Aug 12 23:24:54.256 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
26472026-08-12T23:24:54.786Z[ helios-setup] Aug 12 23:24:54.256 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26482026-08-12T23:24:54.786Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26492026-08-12T23:25:00.083Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26502026-08-12T23:25:00.776Z[ helios-setup] Aug 12 23:25:00.251 INFO clone ok!, project: amd-firmware
26512026-08-12T23:25:00.780Z[ helios-setup] Aug 12 23:25:00.251 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
26522026-08-12T23:25:00.780Z[ helios-setup] Aug 12 23:25:00.251 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26532026-08-12T23:25:00.780Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26542026-08-12T23:25:01.353Z[ helios-setup] Aug 12 23:25:00.828 INFO clone ok!, project: image-builder
26552026-08-12T23:25:01.358Z[ helios-setup] Aug 12 23:25:00.828 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
26562026-08-12T23:25:01.358Z[ helios-setup] Aug 12 23:25:00.828 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26572026-08-12T23:25:01.358Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26582026-08-12T23:25:02.150Z[ helios-setup] Aug 12 23:25:01.625 INFO clone ok!, project: dmar-report
26592026-08-12T23:25:02.154Z[ helios-setup] Aug 12 23:25:01.625 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
26602026-08-12T23:25:02.154Z[ helios-setup] Aug 12 23:25:01.625 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26612026-08-12T23:25:02.154Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26622026-08-12T23:25:03.035Z[ helios-setup] Aug 12 23:25:02.507 INFO clone ok!, project: chelsio-t6-roms
26632026-08-12T23:25:03.038Z[ helios-setup] Aug 12 23:25:02.507 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
26642026-08-12T23:25:03.038Z[ helios-setup] Aug 12 23:25:02.507 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26652026-08-12T23:25:03.038Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26662026-08-12T23:25:03.344Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-08-12T23:25:03.639Z[ helios-setup] Aug 12 23:25:03.047 INFO clone ok!, project: bootserver
26682026-08-12T23:25:03.647Z[ helios-setup] Aug 12 23:25:03.047 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
26692026-08-12T23:25:03.647Z[ helios-setup] Aug 12 23:25:03.047 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26702026-08-12T23:25:03.647Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26712026-08-12T23:25:04.416Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26722026-08-12T23:25:04.668Z[ helios-setup] Aug 12 23:25:04.143 INFO clone ok!, project: pilot
26732026-08-12T23:25:04.672Z[ helios-setup] Aug 12 23:25:04.143 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26742026-08-12T23:25:04.672Z[ helios-setup] Aug 12 23:25:04.143 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26752026-08-12T23:25:04.915Z[ helios-setup] Aug 12 23:25:04.388 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26762026-08-12T23:25:05.148Z[ helios-setup] Aug 12 23:25:04.623 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26772026-08-12T23:25:05.148Z[ helios-setup] Aug 12 23:25:04.623 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26782026-08-12T23:25:05.385Z[ helios-setup] Aug 12 23:25:04.860 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26792026-08-12T23:25:05.647Z[ helios-setup] Aug 12 23:25:05.120 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26802026-08-12T23:25:05.647Z[ helios-setup] Aug 12 23:25:05.120 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26812026-08-12T23:25:05.886Z[ helios-setup] Aug 12 23:25:05.361 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26822026-08-12T23:25:06.157Z[ helios-setup] Aug 12 23:25:05.631 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26832026-08-12T23:25:06.157Z[ helios-setup] Aug 12 23:25:05.631 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26842026-08-12T23:25:06.163Z[ helios-setup] Aug 12 23:25:05.631 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26852026-08-12T23:25:06.163Z[ helios-setup] Aug 12 23:25:05.632 INFO ok!
26862026-08-12T23:25:06.163Z[ helios-setup] Aug 12 23:25:05.632 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26872026-08-12T23:25:06.163Z[ helios-setup] Aug 12 23:25:05.632 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26882026-08-12T23:25:06.163Z[ helios-setup] Aug 12 23:25:05.632 INFO ok!
26892026-08-12T23:25:06.163Z[ helios-setup] Aug 12 23:25:05.632 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26902026-08-12T23:25:06.163Z[ helios-setup] Aug 12 23:25:05.632 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26912026-08-12T23:25:06.163Z[ helios-setup] Aug 12 23:25:05.632 INFO ok!
26922026-08-12T23:25:06.163Z[ helios-setup] Aug 12 23:25:05.632 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
26932026-08-12T23:25:14.375Z[ omicron-package] Finished `release` profile [optimized] target(s) in 38.26s
26942026-08-12T23:25:14.618Z[ omicron-package]
26952026-08-12T23:25:14.618Z[ omicron-package] real 38.441306464
26962026-08-12T23:25:14.618Z[ omicron-package] user 3:47.823776425
26972026-08-12T23:25:14.621Z[ omicron-package] sys 27.498875074
26982026-08-12T23:25:14.621Z[ omicron-package] trap 0.459896297
26992026-08-12T23:25:14.621Z[ omicron-package] tflt 0.397633595
27002026-08-12T23:25:14.622Z[ omicron-package] dflt 2.322661757
27012026-08-12T23:25:14.622Z[ omicron-package] kflt 0.003073131
27022026-08-12T23:25:14.622Z[ omicron-package] lock 11:48.888692533
27032026-08-12T23:25:14.622Z[ omicron-package] slp 6:04.029748327
27042026-08-12T23:25:14.622Z[ omicron-package] lat 48.464862190
27052026-08-12T23:25:14.622Z[ omicron-package] stop 2:00.851292776
27062026-08-12T23:25:14.622ZAug 12 23:25:14.093 INFO [omicron-package] process exited with exit status: 0 (38.508663935s)
27072026-08-12T23:25:14.622ZAug 12 23:25:14.093 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27082026-08-12T23:25:14.622ZAug 12 23:25:14.094 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27092026-08-12T23:25:14.628Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27102026-08-12T23:25:14.628Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27112026-08-12T23:25:14.632Z[ host-target] Created new build target 'host' and set it as active
27122026-08-12T23:25:14.632Z[ recovery-target] Created new build target 'recovery' and set it as active
27132026-08-12T23:25:14.632ZAug 12 23:25:14.107 INFO [recovery-target] process exited with exit status: 0 (13.02355ms)
27142026-08-12T23:25:14.632ZAug 12 23:25:14.107 INFO [host-target] process exited with exit status: 0 (13.519631ms)
27152026-08-12T23:25:14.632ZAug 12 23:25:14.107 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27162026-08-12T23:25:14.637Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27172026-08-12T23:25:16.215Z[ host-package] Compiling heck v0.5.0
27182026-08-12T23:25:16.215Z[ host-package] Compiling regress v0.11.1
27192026-08-12T23:25:16.443Z[ host-package] Compiling unsafe-libyaml v0.2.11
27202026-08-12T23:25:16.482Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27212026-08-12T23:25:16.513Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27222026-08-12T23:25:16.535Z[ host-package] Compiling derive-where v1.6.0
27232026-08-12T23:25:16.535Z[ host-package] Compiling bytecount v0.6.9
27242026-08-12T23:25:16.577Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27252026-08-12T23:25:16.577Z[ host-package] Compiling atomicwrites v0.4.4
27262026-08-12T23:25:16.581Z[ host-package] Compiling is-terminal v0.4.17
27272026-08-12T23:25:16.581Z[ host-package] Compiling prettyplease v0.2.37
27282026-08-12T23:25:16.581Z[ host-package] Compiling console v0.15.11
27292026-08-12T23:25:16.581Z[ host-package] Compiling newline-converter v0.3.0
27302026-08-12T23:25:16.663Z[ host-package] Compiling slog-dtrace v0.3.0
27312026-08-12T23:25:16.709Z[ host-package] Compiling resolv-conf v0.7.6
27322026-08-12T23:25:16.754Z[ host-package] Compiling num-rational v0.4.2
27332026-08-12T23:25:16.800Z[ host-package] Compiling num-complex v0.4.6
27342026-08-12T23:25:16.855Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27352026-08-12T23:25:16.878Z[ host-package] Compiling thread_local v1.1.9
27362026-08-12T23:25:16.904Z[ host-package] Compiling cancel-safe-futures v0.1.5
27372026-08-12T23:25:17.019Z[ host-package] Compiling unicode-width v0.1.14
27382026-08-12T23:25:17.073Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27392026-08-12T23:25:17.195Z[ host-package] Compiling expectorate v1.2.0
27402026-08-12T23:25:17.273Z[ host-package] Compiling compression-core v0.4.31
27412026-08-12T23:25:17.405Z[ host-package] Compiling match_cfg v0.1.0
27422026-08-12T23:25:17.441Z[ host-package] Compiling compression-codecs v0.4.37
27432026-08-12T23:25:17.474Z[ host-package] Compiling num v0.4.3
27442026-08-12T23:25:17.516Z[ host-package] Compiling hostname v0.3.1
27452026-08-12T23:25:17.537Z[ host-package] Compiling multer v3.1.0
27462026-08-12T23:25:17.541Z[ host-package] Compiling slog-async v2.8.0
27472026-08-12T23:25:17.582Z[ host-package] Compiling crossbeam-channel v0.5.15
27482026-08-12T23:25:17.612Z[ host-package] Compiling slog-json v2.6.1
27492026-08-12T23:25:17.634Z[ host-package] Compiling serde_spanned v1.1.1
27502026-08-12T23:25:17.667Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27512026-08-12T23:25:17.716Z[ host-package] Compiling term v1.2.1
27522026-08-12T23:25:17.767Z[ host-package] Compiling float-ord v0.3.2
27532026-08-12T23:25:17.847Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27542026-08-12T23:25:17.883Z[ host-package] Compiling linked-hash-map v0.5.6
27552026-08-12T23:25:17.886Z[ host-package] Compiling oxide-update-engine-types v0.1.2
27562026-08-12T23:25:17.905Z[ host-package] Compiling take_mut v0.2.2
27572026-08-12T23:25:17.957Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27582026-08-12T23:25:17.987Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27592026-08-12T23:25:18.012Z[ host-package] Compiling slog-bunyan v2.5.0
27602026-08-12T23:25:18.037Z[ host-package] Compiling async-compression v0.4.41
27612026-08-12T23:25:18.100Z[ host-package] Compiling slog-term v2.9.2
27622026-08-12T23:25:18.162Z[ host-package] Compiling typify-impl v0.6.2
27632026-08-12T23:25:18.203Z[ host-package] Compiling lru-cache v0.1.2
27642026-08-12T23:25:18.231Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27652026-08-12T23:25:18.484Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27662026-08-12T23:25:18.659Z[ host-package] Compiling async-stream v0.3.6
27672026-08-12T23:25:18.681Z[ host-package] Compiling dropshot v0.17.1
27682026-08-12T23:25:18.743Z[ host-package] Compiling progenitor-client v0.14.0
27692026-08-12T23:25:18.766Z[ host-package] Compiling sha1 v0.11.0
27702026-08-12T23:25:18.766Z[ host-package] Compiling waitgroup v0.1.2
27712026-08-12T23:25:18.811Z[ host-package] Compiling rustls-pemfile v2.2.0
27722026-08-12T23:25:18.850Z[ host-package] Compiling backon v1.6.0
27732026-08-12T23:25:18.882Z[ host-package] Compiling serde_path_to_error v0.1.20
27742026-08-12T23:25:18.972Z[ host-package] Compiling hostname v0.4.2
27752026-08-12T23:25:19.060Z[ host-package] Compiling instant v0.1.13
27762026-08-12T23:25:19.099Z[ host-package] Compiling debug-ignore v1.0.5
27772026-08-12T23:25:19.120Z[ host-package] Compiling minimal-lexical v0.2.1
27782026-08-12T23:25:19.120Z[ host-package] Compiling linear-map v1.2.0
27792026-08-12T23:25:19.169Z[ host-package] Compiling progenitor-extras v0.2.0
27802026-08-12T23:25:19.254Z[ host-package] Compiling backoff v0.4.0
27812026-08-12T23:25:19.287Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27822026-08-12T23:25:19.418Z[ host-package] Compiling oxide-update-engine v0.1.2
27832026-08-12T23:25:19.422Z[ host-package] Compiling nom v7.1.3
27842026-08-12T23:25:19.476Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27852026-08-12T23:25:19.499Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27862026-08-12T23:25:19.522Z[ host-package] Compiling parse-display v0.10.0
27872026-08-12T23:25:19.525Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27882026-08-12T23:25:19.605Z[ host-package] Compiling hickory-proto v0.24.4
27892026-08-12T23:25:20.109Z[ host-package] Compiling regress v0.10.5
27902026-08-12T23:25:20.225Z[ host-package] Compiling itertools v0.14.0
27912026-08-12T23:25:20.733Z[ host-package] Compiling macaddr v1.0.1
27922026-08-12T23:25:20.932Z[ host-package] Compiling humantime v2.3.0
27932026-08-12T23:25:20.974Z[ host-package] Compiling unicode-xid v0.2.6
27942026-08-12T23:25:21.180Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27952026-08-12T23:25:21.256Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27962026-08-12T23:25:21.315Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27972026-08-12T23:25:21.444Z[ host-package] Compiling convert_case v0.10.0
27982026-08-12T23:25:21.575Z[ host-package] Compiling owo-colors v4.3.0
27992026-08-12T23:25:21.611Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28002026-08-12T23:25:21.708Z[ host-package] Compiling toml v0.8.23
28012026-08-12T23:25:21.744Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28022026-08-12T23:25:21.800Z[ host-package] Compiling derive_more-impl v2.1.1
28032026-08-12T23:25:21.879Z[ host-package] Compiling typify-macro v0.6.2
28042026-08-12T23:25:22.264Z[ host-package] Compiling hickory-resolver v0.24.4
28052026-08-12T23:25:22.339Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28062026-08-12T23:25:22.409Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28072026-08-12T23:25:22.535Z[ host-package] Compiling papergrid v0.11.0
28082026-08-12T23:25:22.730Z[ host-package] Compiling derive_more v2.1.1
28092026-08-12T23:25:22.892Z[ host-package] Compiling tabled_derive v0.7.0
28102026-08-12T23:25:22.947Z[ host-package] Compiling termtree v0.5.1
28112026-08-12T23:25:23.242Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28122026-08-12T23:25:23.318Z[ host-package] Compiling crossterm v0.29.0
28132026-08-12T23:25:23.628Z[ host-package] Compiling typify v0.6.2
28142026-08-12T23:25:23.795Z[ host-package] Compiling progenitor-impl v0.14.0
28152026-08-12T23:25:23.957Z[ host-package] Compiling qorb v0.4.1
28162026-08-12T23:25:24.389Z[ host-package] Compiling tabled v0.15.0
28172026-08-12T23:25:24.980Z[ host-package] Compiling phf_shared v0.12.1
28182026-08-12T23:25:25.355Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28192026-08-12T23:25:25.990Z[ host-package] Compiling vte v0.14.1
28202026-08-12T23:25:26.208Z[ host-package] Compiling progenitor-macro v0.14.0
28212026-08-12T23:25:26.248Z[ helios-setup] Aug 12 23:25:25.722 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')"
28222026-08-12T23:25:26.248Z[ helios-setup] Aug 12 23:25:25.722 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
28232026-08-12T23:25:26.258Z[ helios-setup] Aug 12 23:25:25.733 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
28242026-08-12T23:25:26.258Z[ helios-setup] Aug 12 23:25:25.733 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28252026-08-12T23:25:26.262Z[ helios-setup] Aug 12 23:25:25.733 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28262026-08-12T23:25:26.473Z[ helios-setup] Aug 12 23:25:25.935 INFO E| Downloading crates ...
28272026-08-12T23:25:26.498Z[ host-package] Compiling csv-core v0.1.13
28282026-08-12T23:25:26.509Z[ helios-setup] Aug 12 23:25:25.984 INFO E| Downloaded adler2 v2.0.0
28292026-08-12T23:25:26.515Z[ helios-setup] Aug 12 23:25:25.990 INFO E| Downloaded miniz_oxide v0.8.8
28302026-08-12T23:25:26.557Z[ helios-setup] Aug 12 23:25:26.031 INFO E| Compiling adler2 v2.0.0
28312026-08-12T23:25:26.651Z[ helios-setup] Aug 12 23:25:26.126 INFO E| Compiling miniz_oxide v0.8.8
28322026-08-12T23:25:26.971Z[ host-package] Compiling chrono-tz v0.10.4
28332026-08-12T23:25:27.203Z[ host-package] Compiling highway v1.3.0
28342026-08-12T23:25:27.606Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28352026-08-12T23:25:27.658Z[ host-package] Compiling csv v1.4.0
28362026-08-12T23:25:27.800Z[ helios-setup] Aug 12 23:25:27.275 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28372026-08-12T23:25:28.134Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28382026-08-12T23:25:28.239Z[ host-package] Compiling phf v0.12.1
28392026-08-12T23:25:28.284Z[ host-package] Compiling const_format_proc_macros v0.2.34
28402026-08-12T23:25:28.328Z[ helios-setup] Aug 12 23:25:27.802 INFO E| Finished `release` profile [optimized] target(s) in 2.05s
28412026-08-12T23:25:28.339Z[ helios-setup] Aug 12 23:25:27.814 INFO building project "pinprick" ok (2 seconds)
28422026-08-12T23:25:28.339Z[ helios-setup] Aug 12 23:25:27.814 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28432026-08-12T23:25:28.342Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-08-12T23:25:28.376Z[ helios-setup] Aug 12 23:25:27.850 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')"
28452026-08-12T23:25:28.377Z[ helios-setup] Aug 12 23:25:27.850 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28462026-08-12T23:25:28.380Z[ helios-setup] Aug 12 23:25:27.850 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28472026-08-12T23:25:28.494Z[ host-package] Compiling fd-lock v4.0.4
28482026-08-12T23:25:28.563Z[ helios-setup] Aug 12 23:25:28.037 INFO E| Updating crates.io index
28492026-08-12T23:25:28.566Z[ helios-setup] Aug 12 23:25:28.038 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28502026-08-12T23:25:28.701Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28512026-08-12T23:25:28.733Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
28522026-08-12T23:25:28.868Z[ host-package] Compiling peg-macros v0.8.5
28532026-08-12T23:25:29.015Z[ helios-setup] Aug 12 23:25:28.489 INFO E| From https://github.com/oxidecomputer/amd-apcb
28542026-08-12T23:25:29.015Z[ helios-setup] Aug 12 23:25:28.489 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28552026-08-12T23:25:29.029Z[ helios-setup] Aug 12 23:25:28.503 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28562026-08-12T23:25:29.223Z[ host-package] Compiling nu-ansi-term v0.50.3
28572026-08-12T23:25:29.366Z[ host-package] Compiling const_format v0.2.35
28582026-08-12T23:25:29.412Z[ helios-setup] Aug 12 23:25:28.886 INFO E| From https://github.com/oxidecomputer/amd-efs
28592026-08-12T23:25:29.412Z[ helios-setup] Aug 12 23:25:28.886 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28602026-08-12T23:25:29.567Z[ helios-setup] Aug 12 23:25:29.042 INFO E| Downloading crates ...
28612026-08-12T23:25:29.623Z[ host-package] Compiling reedline v0.40.0
28622026-08-12T23:25:29.627Z[ helios-setup] Aug 12 23:25:29.102 INFO E| Downloaded thiserror v2.0.12
28632026-08-12T23:25:29.633Z[ helios-setup] Aug 12 23:25:29.107 INFO E| Downloaded ansi_term v0.12.1
28642026-08-12T23:25:29.636Z[ helios-setup] Aug 12 23:25:29.109 INFO E| Downloaded four-cc v0.4.0
28652026-08-12T23:25:29.644Z[ helios-setup] Aug 12 23:25:29.119 INFO E| Downloaded strum v0.27.1
28662026-08-12T23:25:29.654Z[ helios-setup] Aug 12 23:25:29.126 INFO E| Downloaded parse_int v0.9.0
28672026-08-12T23:25:29.654Z[ helios-setup] Aug 12 23:25:29.126 INFO E| Downloaded strsim v0.8.0
28682026-08-12T23:25:29.654Z[ helios-setup] Aug 12 23:25:29.127 INFO E| Downloaded vec_map v0.8.2
28692026-08-12T23:25:29.657Z[ helios-setup] Aug 12 23:25:29.130 INFO E| Downloaded unic-char-property v0.9.0
28702026-08-12T23:25:29.657Z[ helios-setup] Aug 12 23:25:29.131 INFO E| Downloaded fletcher v1.0.0
28712026-08-12T23:25:29.657Z[ helios-setup] Aug 12 23:25:29.132 INFO E| Downloaded heck v0.3.3
28722026-08-12T23:25:29.661Z[ helios-setup] Aug 12 23:25:29.133 INFO E| Downloaded unic-common v0.9.0
28732026-08-12T23:25:29.664Z[ helios-setup] Aug 12 23:25:29.136 INFO E| Downloaded unic-ucd-version v0.9.0
28742026-08-12T23:25:29.667Z[ helios-setup] Aug 12 23:25:29.142 INFO E| Downloaded unic-ucd-ident v0.9.0
28752026-08-12T23:25:29.670Z[ helios-setup] Aug 12 23:25:29.145 INFO E| Downloaded dyn-clone v1.0.19
28762026-08-12T23:25:29.673Z[ helios-setup] Aug 12 23:25:29.146 INFO E| Downloaded unic-char-range v0.9.0
28772026-08-12T23:25:29.676Z[ helios-setup] Aug 12 23:25:29.148 INFO E| Downloaded itoa v1.0.15
28782026-08-12T23:25:29.680Z[ helios-setup] Aug 12 23:25:29.152 INFO E| Downloaded thiserror-impl v2.0.12
28792026-08-12T23:25:29.687Z[ helios-setup] Aug 12 23:25:29.162 INFO E| Downloaded bytesize v2.0.1
28802026-08-12T23:25:29.696Z[ helios-setup] Aug 12 23:25:29.171 INFO E| Downloaded quote v1.0.40
28812026-08-12T23:25:29.700Z[ helios-setup] Aug 12 23:25:29.173 INFO E| Downloaded strum_macros v0.27.1
28822026-08-12T23:25:29.700Z[ helios-setup] Aug 12 23:25:29.174 INFO E| Downloaded textwrap v0.11.0
28832026-08-12T23:25:29.703Z[ helios-setup] Aug 12 23:25:29.175 INFO E| Downloaded rustversion v1.0.20
28842026-08-12T23:25:29.703Z[ helios-setup] Aug 12 23:25:29.177 INFO E| Downloaded autocfg v1.4.0
28852026-08-12T23:25:29.706Z[ helios-setup] Aug 12 23:25:29.179 INFO E| Downloaded structopt-derive v0.4.18
28862026-08-12T23:25:29.710Z[ helios-setup] Aug 12 23:25:29.185 INFO E| Downloaded modular-bitfield-impl v0.13.1
28872026-08-12T23:25:29.716Z[ helios-setup] Aug 12 23:25:29.191 INFO E| Downloaded log v0.4.27
28882026-08-12T23:25:29.719Z[ helios-setup] Aug 12 23:25:29.194 INFO E| Downloaded pest_generator v2.8.0
28892026-08-12T23:25:29.724Z[ helios-setup] Aug 12 23:25:29.199 INFO E| Downloaded clap v2.34.0
28902026-08-12T23:25:29.729Z[ helios-setup] Aug 12 23:25:29.204 INFO E| Downloaded modular-bitfield-impl v0.11.2
28912026-08-12T23:25:29.751Z[ helios-setup] Aug 12 23:25:29.205 INFO E| Downloaded pest_meta v2.8.0
28922026-08-12T23:25:29.754Z[ helios-setup] Aug 12 23:25:29.208 INFO E| Downloaded modular-bitfield v0.11.2
28932026-08-12T23:25:29.755Z[ helios-setup] Aug 12 23:25:29.214 INFO E| Downloaded modular-bitfield v0.13.1
28942026-08-12T23:25:29.755Z[ helios-setup] Aug 12 23:25:29.220 INFO E| Downloaded ryu v1.0.20
28952026-08-12T23:25:29.755Z[ helios-setup] Aug 12 23:25:29.221 INFO E| Downloaded structopt v0.3.26
28962026-08-12T23:25:29.755Z[ helios-setup] Aug 12 23:25:29.227 INFO E| Downloaded proc-macro2 v1.0.95
28972026-08-12T23:25:29.755Z[ helios-setup] Aug 12 23:25:29.228 INFO E| Downloaded pest_derive v2.8.0
28982026-08-12T23:25:29.759Z[ helios-setup] Aug 12 23:25:29.230 INFO E| Downloaded serde_derive v1.0.219
28992026-08-12T23:25:29.759Z[ helios-setup] Aug 12 23:25:29.231 INFO E| Downloaded unicode-ident v1.0.18
29002026-08-12T23:25:29.759Z[ helios-setup] Aug 12 23:25:29.233 INFO E| Downloaded typenum v1.18.0
29012026-08-12T23:25:29.763Z[ helios-setup] Aug 12 23:25:29.235 INFO E| Downloaded serde v1.0.219
29022026-08-12T23:25:29.763Z[ helios-setup] Aug 12 23:25:29.237 INFO E| Downloaded zerocopy-derive v0.8.25
29032026-08-12T23:25:29.766Z[ helios-setup] Aug 12 23:25:29.240 INFO E| Downloaded memchr v2.7.4
29042026-08-12T23:25:29.778Z[ helios-setup] Aug 12 23:25:29.253 INFO E| Downloaded serde_json v1.0.140
29052026-08-12T23:25:29.782Z[ helios-setup] Aug 12 23:25:29.257 INFO E| Downloaded pest v2.8.0
29062026-08-12T23:25:29.795Z[ helios-setup] Aug 12 23:25:29.270 INFO E| Downloaded goblin v0.9.3
29072026-08-12T23:25:29.802Z[ helios-setup] Aug 12 23:25:29.277 INFO E| Downloaded zerocopy v0.8.25
29082026-08-12T23:25:29.824Z[ helios-setup] Aug 12 23:25:29.297 INFO E| Downloaded syn v2.0.101
29092026-08-12T23:25:29.868Z[ helios-setup] Aug 12 23:25:29.343 INFO E| Downloaded libc v0.2.172
29102026-08-12T23:25:29.975Z[ helios-setup] Aug 12 23:25:29.450 INFO E| Compiling proc-macro2 v1.0.95
29112026-08-12T23:25:29.975Z[ helios-setup] Aug 12 23:25:29.450 INFO E| Compiling unicode-ident v1.0.18
29122026-08-12T23:25:29.975Z[ helios-setup] Aug 12 23:25:29.450 INFO E| Compiling memchr v2.7.4
29132026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.450 INFO E| Compiling autocfg v1.4.0
29142026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.450 INFO E| Compiling thiserror v2.0.12
29152026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.450 INFO E| Compiling syn v1.0.109
29162026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.450 INFO E| Compiling serde v1.0.219
29172026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.450 INFO E| Compiling version_check v0.9.5
29182026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.451 INFO E| Compiling serde_json v1.0.140
29192026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.451 INFO E| Compiling schemars v0.8.22
29202026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.451 INFO E| Compiling ryu v1.0.20
29212026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.451 INFO E| Compiling itoa v1.0.15
29222026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.451 INFO E| Compiling ucd-trie v0.1.7
29232026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.451 INFO E| Compiling paste v1.0.15
29242026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.451 INFO E| Compiling zerocopy v0.8.25
29252026-08-12T23:25:29.979Z[ helios-setup] Aug 12 23:25:29.451 INFO E| Compiling static_assertions v1.1.0
29262026-08-12T23:25:30.018Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29272026-08-12T23:25:30.354Z[ host-package] Compiling peg v0.8.5
29282026-08-12T23:25:30.570Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29292026-08-12T23:25:30.599Z[ helios-setup] Aug 12 23:25:30.074 INFO E| Compiling rustversion v1.0.20
29302026-08-12T23:25:30.745Z[ helios-setup] Aug 12 23:25:30.220 INFO E| Compiling dyn-clone v1.0.19
29312026-08-12T23:25:30.815Z[ host-package] Compiling progenitor v0.14.0
29322026-08-12T23:25:30.868Z[ helios-setup] Aug 12 23:25:30.320 INFO E| Compiling libc v0.2.172
29332026-08-12T23:25:30.987Z[ helios-setup] Aug 12 23:25:30.462 INFO E| Compiling once_cell v1.21.3
29342026-08-12T23:25:31.017Z[ helios-setup] Aug 12 23:25:30.489 INFO E| Compiling heck v0.5.0
29352026-08-12T23:25:31.223Z[ helios-setup] Aug 12 23:25:30.697 INFO E| Compiling unicode-width v0.1.14
29362026-08-12T23:25:31.274Z[ helios-setup] Aug 12 23:25:30.749 INFO E| Compiling unicode-segmentation v1.12.0
29372026-08-12T23:25:31.390Z[ helios-setup] Aug 12 23:25:30.864 INFO E| Compiling strsim v0.8.0
29382026-08-12T23:25:31.418Z[ helios-setup] Aug 12 23:25:30.893 INFO E| Compiling fletcher v1.0.0
29392026-08-12T23:25:31.450Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29402026-08-12T23:25:31.477Z[ helios-setup] Aug 12 23:25:30.951 INFO E| Compiling quote v1.0.40
29412026-08-12T23:25:31.616Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29422026-08-12T23:25:31.616Z[ helios-setup] Aug 12 23:25:31.090 INFO E| Compiling textwrap v0.11.0
29432026-08-12T23:25:31.634Z[ helios-setup] Aug 12 23:25:31.108 INFO E| Compiling ansi_term v0.12.1
29442026-08-12T23:25:31.656Z[ helios-setup] Aug 12 23:25:31.130 INFO E| Compiling byteorder v1.5.0
29452026-08-12T23:25:31.664Z[ helios-setup] Aug 12 23:25:31.139 INFO E| Compiling proc-macro-error-attr v1.0.4
29462026-08-12T23:25:31.688Z[ helios-setup] Aug 12 23:25:31.163 INFO E| Compiling proc-macro-error v1.0.4
29472026-08-12T23:25:31.743Z[ helios-setup] Aug 12 23:25:31.218 INFO E| Compiling num-traits v0.2.19
29482026-08-12T23:25:31.801Z[ helios-setup] Aug 12 23:25:31.276 INFO E| Compiling memoffset v0.9.1
29492026-08-12T23:25:31.849Z[ helios-setup] Aug 12 23:25:31.323 INFO E| Compiling syn v2.0.101
29502026-08-12T23:25:32.008Z[ helios-setup] Aug 12 23:25:31.482 INFO E| Compiling strum v0.27.1
29512026-08-12T23:25:32.050Z[ helios-setup] Aug 12 23:25:31.524 INFO E| Compiling bitflags v1.3.2
29522026-08-12T23:25:32.135Z[ helios-setup] Aug 12 23:25:31.610 INFO E| Compiling vec_map v0.8.2
29532026-08-12T23:25:32.147Z[ helios-setup] Aug 12 23:25:31.622 INFO E| Compiling heck v0.3.3
29542026-08-12T23:25:32.150Z[ helios-setup] Aug 12 23:25:31.622 INFO E| Compiling unic-char-range v0.9.0
29552026-08-12T23:25:32.301Z[ helios-setup] Aug 12 23:25:31.775 INFO E| Compiling unic-common v0.9.0
29562026-08-12T23:25:32.306Z[ helios-setup] Aug 12 23:25:31.781 INFO E| Compiling unic-char-property v0.9.0
29572026-08-12T23:25:32.336Z[ helios-setup] Aug 12 23:25:31.811 INFO E| Compiling plain v0.2.3
29582026-08-12T23:25:32.378Z[ helios-setup] Aug 12 23:25:31.852 INFO E| Compiling log v0.4.27
29592026-08-12T23:25:32.388Z[ helios-setup] Aug 12 23:25:31.863 INFO E| Compiling lazy_static v1.5.0
29602026-08-12T23:25:32.475Z[ helios-setup] Aug 12 23:25:31.950 INFO E| Compiling atty v0.2.14
29612026-08-12T23:25:32.478Z[ helios-setup] Aug 12 23:25:31.950 INFO E| Compiling unic-ucd-version v0.9.0
29622026-08-12T23:25:32.487Z[ helios-setup] Aug 12 23:25:31.961 INFO E| Compiling bytesize v2.0.1
29632026-08-12T23:25:32.550Z[ helios-setup] Aug 12 23:25:32.025 INFO E| Compiling unic-ucd-ident v0.9.0
29642026-08-12T23:25:32.596Z[ helios-setup] Aug 12 23:25:32.070 INFO E| Compiling clap v2.34.0
29652026-08-12T23:25:32.798Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29662026-08-12T23:25:32.875Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29672026-08-12T23:25:33.398Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29682026-08-12T23:25:33.448Z[ helios-setup] Aug 12 23:25:32.922 INFO E| Compiling parse_int v0.9.0
29692026-08-12T23:25:34.134Z[ host-package] Compiling bcs v0.1.6
29702026-08-12T23:25:34.624Z[ host-package] Compiling nom v8.0.0
29712026-08-12T23:25:34.754Z[ host-package] Compiling semver v0.1.20
29722026-08-12T23:25:35.073Z[ helios-setup] Aug 12 23:25:34.547 INFO E| Compiling modular-bitfield-impl v0.11.2
29732026-08-12T23:25:35.073Z[ helios-setup] Aug 12 23:25:34.547 INFO E| Compiling structopt-derive v0.4.18
29742026-08-12T23:25:35.172Z[ host-package] Compiling rustc_version v0.1.7
29752026-08-12T23:25:35.319Z[ helios-setup] Aug 12 23:25:34.793 INFO E| Compiling serde_derive_internals v0.29.1
29762026-08-12T23:25:35.568Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29772026-08-12T23:25:35.663Z[ host-package] Compiling newtype_derive v0.1.6
29782026-08-12T23:25:35.844Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29792026-08-12T23:25:35.889Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29802026-08-12T23:25:36.160Z[ host-package] Compiling unicode-linebreak v0.1.5
29812026-08-12T23:25:36.235Z[ host-package] Compiling smawk v0.3.2
29822026-08-12T23:25:36.362Z[ helios-setup] Aug 12 23:25:35.836 INFO E| Compiling thiserror-impl v2.0.12
29832026-08-12T23:25:36.362Z[ helios-setup] Aug 12 23:25:35.836 INFO E| Compiling serde_derive v1.0.219
29842026-08-12T23:25:36.367Z[ helios-setup] Aug 12 23:25:35.837 INFO E| Compiling schemars_derive v0.8.22
29852026-08-12T23:25:36.367Z[ helios-setup] Aug 12 23:25:35.837 INFO E| Compiling zerocopy-derive v0.8.25
29862026-08-12T23:25:36.367Z[ helios-setup] Aug 12 23:25:35.837 INFO E| Compiling modular-bitfield-impl v0.13.1
29872026-08-12T23:25:36.367Z[ helios-setup] Aug 12 23:25:35.837 INFO E| Compiling num-derive v0.4.2
29882026-08-12T23:25:36.367Z[ helios-setup] Aug 12 23:25:35.837 INFO E| Compiling scroll_derive v0.12.1
29892026-08-12T23:25:36.368Z[ helios-setup] Aug 12 23:25:35.837 INFO E| Compiling strum_macros v0.27.1
29902026-08-12T23:25:36.471Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29912026-08-12T23:25:36.739Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29922026-08-12T23:25:36.748Z[ helios-setup] Aug 12 23:25:36.223 INFO E| Compiling structopt v0.3.26
29932026-08-12T23:25:36.824Z[ host-package] Compiling textwrap v0.16.2
29942026-08-12T23:25:37.144Z[ helios-setup] Aug 12 23:25:36.618 INFO E| Compiling modular-bitfield v0.11.2
29952026-08-12T23:25:37.336Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29962026-08-12T23:25:37.523Z[ helios-setup] Aug 12 23:25:36.994 INFO E| Compiling scroll v0.12.0
29972026-08-12T23:25:37.587Z[ host-package] Compiling steno v0.4.1
29982026-08-12T23:25:37.852Z[ helios-setup] Aug 12 23:25:37.325 INFO E| Compiling goblin v0.9.3
29992026-08-12T23:25:38.106Z[ helios-setup] Aug 12 23:25:37.576 INFO E| Compiling modular-bitfield v0.13.1
30002026-08-12T23:25:38.390Z[ helios-setup] Aug 12 23:25:37.853 INFO E| Compiling pest v2.8.0
30012026-08-12T23:25:38.920Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30022026-08-12T23:25:38.974Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
30032026-08-12T23:25:38.994Z[ host-package] Compiling sha1 v0.10.6
30042026-08-12T23:25:39.643Z[ host-package] Compiling utf-8 v0.7.6
30052026-08-12T23:25:39.938Z[ host-package] Compiling tagptr v0.2.0
30062026-08-12T23:25:39.984Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30072026-08-12T23:25:39.991Z[ helios-setup] Aug 12 23:25:39.452 INFO E| Compiling pest_meta v2.8.0
30082026-08-12T23:25:40.111Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30092026-08-12T23:25:40.212Z[ host-package] Compiling moka v0.12.13
30102026-08-12T23:25:40.499Z[ host-package] Compiling tungstenite v0.21.0
30112026-08-12T23:25:40.719Z[ helios-setup] Aug 12 23:25:40.192 INFO E| Compiling pest_generator v2.8.0
30122026-08-12T23:25:40.967Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30132026-08-12T23:25:41.009Z[ host-package] Compiling darling_core v0.21.3
30142026-08-12T23:25:41.765Z[ helios-setup] Aug 12 23:25:41.240 INFO E| Compiling pest_derive v2.8.0
30152026-08-12T23:25:42.585Z[ host-package] Compiling hickory-resolver v0.25.2
30162026-08-12T23:25:42.604Z[ host-package] Compiling tokio-tungstenite v0.21.0
30172026-08-12T23:25:42.702Z[ host-package] Compiling display-error-chain v0.2.2
30182026-08-12T23:25:42.741Z[ helios-setup] Aug 12 23:25:42.214 INFO E| Compiling json5 v0.4.1
30192026-08-12T23:25:42.920Z[ host-package] Compiling libscf-sys v1.2.0
30202026-08-12T23:25:43.003Z[ host-package] Compiling vergen-lib v0.1.6
30212026-08-12T23:25:43.064Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30222026-08-12T23:25:43.167Z[ host-package] Compiling diesel_derives v2.3.7
30232026-08-12T23:25:43.453Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30242026-08-12T23:25:43.578Z[ host-package] Compiling vergen-gitcl v1.0.8
30252026-08-12T23:25:43.663Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30262026-08-12T23:25:43.692Z[ host-package] Compiling dirs-sys-next v0.1.2
30272026-08-12T23:25:43.775Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30282026-08-12T23:25:43.918Z[ host-package] Compiling darling_macro v0.21.3
30292026-08-12T23:25:43.956Z[ host-package] Compiling glob v0.3.3
30302026-08-12T23:25:43.968Z[ host-package] Compiling maplit v1.0.2
30312026-08-12T23:25:44.043Z[ host-package] Compiling crunchy v0.2.4
30322026-08-12T23:25:44.095Z[ host-package] Compiling dirs-next v2.0.0
30332026-08-12T23:25:44.226Z[ host-package] Compiling r2d2 v0.8.10
30342026-08-12T23:25:44.263Z[ helios-setup] Aug 12 23:25:43.732 INFO E| Compiling four-cc v0.4.0
30352026-08-12T23:25:44.263Z[ helios-setup] Aug 12 23:25:43.732 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30362026-08-12T23:25:44.352Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30372026-08-12T23:25:44.395Z[ helios-setup] Aug 12 23:25:43.870 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30382026-08-12T23:25:44.494Z[ host-package] Compiling clang-sys v1.8.1
30392026-08-12T23:25:44.567Z[ host-package] Compiling papergrid v0.18.0
30402026-08-12T23:25:44.688Z[ host-package] Compiling darling v0.21.3
30412026-08-12T23:25:44.780Z[ host-package] Compiling downcast-rs v2.0.2
30422026-08-12T23:25:44.785Z[ host-package] Compiling tiny-keccak v2.0.2
30432026-08-12T23:25:45.012Z[ host-package] Compiling dsl_auto_type v0.2.0
30442026-08-12T23:25:45.092Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30452026-08-12T23:25:45.092Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30462026-08-12T23:25:45.469Z[ host-package] Compiling term v0.7.0
30472026-08-12T23:25:45.573Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30482026-08-12T23:25:46.039Z[ host-package] Compiling tabled v0.21.0
30492026-08-12T23:25:46.207Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30502026-08-12T23:25:46.708Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30512026-08-12T23:25:46.992Z[ host-package] Compiling bit-vec v0.6.3
30522026-08-12T23:25:47.280Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30532026-08-12T23:25:47.283Z[ host-package] Compiling bit-set v0.5.3
30542026-08-12T23:25:47.733Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30552026-08-12T23:25:47.816Z[ host-package] Compiling ascii-canvas v3.0.0
30562026-08-12T23:25:48.157Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30572026-08-12T23:25:48.209Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30582026-08-12T23:25:48.268Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30592026-08-12T23:25:48.508Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30602026-08-12T23:25:48.611Z[ host-package] Compiling itertools v0.10.5
30612026-08-12T23:25:48.734Z[ host-package] Compiling ena v0.14.4
30622026-08-12T23:25:48.793Z[ host-package] Compiling libloading v0.8.9
30632026-08-12T23:25:49.083Z[ host-package] Compiling bindgen v0.71.1
30642026-08-12T23:25:49.142Z[ host-package] Compiling regex-syntax v0.6.29
30652026-08-12T23:25:49.395Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30662026-08-12T23:25:49.536Z[ host-package] Compiling unicase v2.9.0
30672026-08-12T23:25:49.584Z[ host-package] Compiling diff v0.1.13
30682026-08-12T23:25:49.762Z[ host-package] Compiling xshell-macros v0.2.7
30692026-08-12T23:25:50.194Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30702026-08-12T23:25:50.203Z[ host-package] Compiling xshell v0.2.7
30712026-08-12T23:25:50.515Z[ host-package] Compiling cexpr v0.6.0
30722026-08-12T23:25:50.755Z[ host-package] Compiling diesel v2.3.7
30732026-08-12T23:25:51.229Z[ host-package] Compiling lalrpop v0.19.12
30742026-08-12T23:25:51.313Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30752026-08-12T23:25:51.591Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30762026-08-12T23:25:51.632Z[ host-package] Compiling crc8 v0.1.1
30772026-08-12T23:25:51.765Z[ host-package] Compiling rustc-hash v2.1.1
30782026-08-12T23:25:51.879Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30792026-08-12T23:25:52.267Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30802026-08-12T23:25:52.272Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30812026-08-12T23:25:52.786Z[ host-package] Compiling headers-core v0.3.0
30822026-08-12T23:25:52.839Z[ host-package] Compiling libxml v0.3.3
30832026-08-12T23:25:52.984Z[ host-package] Compiling headers v0.4.1
30842026-08-12T23:25:53.025Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30852026-08-12T23:25:53.258Z[ host-package] Compiling strum_macros v0.24.3
30862026-08-12T23:25:53.302Z[ host-package] Compiling indoc v1.0.9
30872026-08-12T23:25:53.496Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30882026-08-12T23:25:53.798Z[ host-package] Compiling derive_builder v0.20.2
30892026-08-12T23:25:53.822Z[ host-package] Compiling quick-xml v0.37.5
30902026-08-12T23:25:53.984Z[ host-package] Compiling oso-derive v0.27.3
30912026-08-12T23:25:54.258Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30922026-08-12T23:25:54.492Z[ host-package] Compiling openssl-probe v0.1.6
30932026-08-12T23:25:54.667Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30942026-08-12T23:25:54.710Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
30952026-08-12T23:25:54.769Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30962026-08-12T23:25:54.872Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30972026-08-12T23:25:55.178Z[ host-package] Compiling bb8 v0.8.6
30982026-08-12T23:25:55.282Z[ host-package] Compiling trait-variant v0.1.2
30992026-08-12T23:25:55.568Z[ host-package] Compiling half v1.8.3
31002026-08-12T23:25:55.654Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31012026-08-12T23:25:55.654Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31022026-08-12T23:25:55.663Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31032026-08-12T23:25:55.919Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31042026-08-12T23:25:55.985Z[ host-package] Compiling serde_cbor v0.11.2
31052026-08-12T23:25:56.092Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31062026-08-12T23:25:56.716Z[ host-package] Compiling progenitor-impl v0.13.0
31072026-08-12T23:25:56.762Z[ host-package] Compiling samael v0.0.19
31082026-08-12T23:25:56.829Z[ host-package] Compiling nonempty v0.12.0
31092026-08-12T23:25:56.948Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31102026-08-12T23:25:56.988Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31112026-08-12T23:25:57.274Z[ host-package] Compiling progenitor-client v0.13.0
31122026-08-12T23:25:57.886Z[ host-package] Compiling fxhash v0.2.1
31132026-08-12T23:25:57.998Z[ host-package] Compiling libz-sys v1.1.24
31142026-08-12T23:25:58.184Z[ host-package] Compiling salty v0.3.0
31152026-08-12T23:25:58.563Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31162026-08-12T23:25:58.572Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31172026-08-12T23:25:58.622Z[ helios-setup] Aug 12 23:25:58.093 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31182026-08-12T23:25:58.741Z[ host-package] Compiling kstat-rs v0.2.5
31192026-08-12T23:25:58.839Z[ host-package] Compiling polar-core v0.27.3
31202026-08-12T23:25:59.053Z[ host-package] Compiling progenitor-macro v0.13.0
31212026-08-12T23:25:59.627Z[ host-package] Compiling mime_guess v2.0.5
31222026-08-12T23:26:00.538Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31232026-08-12T23:26:00.919Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31242026-08-12T23:26:01.678Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31252026-08-12T23:26:01.826Z[ helios-setup] Aug 12 23:26:01.301 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31262026-08-12T23:26:02.122Z[ host-package] Compiling rfc6979 v0.4.0
31272026-08-12T23:26:02.299Z[ host-package] Compiling nanorand v0.7.0
31282026-08-12T23:26:02.384Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31292026-08-12T23:26:02.463Z[ host-package] Compiling parking_lot_core v0.8.6
31302026-08-12T23:26:02.540Z[ host-package] Compiling ecdsa v0.16.9
31312026-08-12T23:26:02.712Z[ host-package] Compiling flume v0.11.1
31322026-08-12T23:26:02.807Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31332026-08-12T23:26:03.280Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31342026-08-12T23:26:03.605Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31352026-08-12T23:26:03.655Z[ host-package] Compiling progenitor v0.13.0
31362026-08-12T23:26:08.418Z[ host-package] Compiling primeorder v0.13.6
31372026-08-12T23:26:08.462Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31382026-08-12T23:26:08.462Z[ host-package] Compiling git-stub v1.0.0
31392026-08-12T23:26:08.462Z[ host-package] Compiling http-range v0.1.5
31402026-08-12T23:26:08.462Z[ host-package] Compiling strsim v0.10.0
31412026-08-12T23:26:08.462Z[ host-package] Compiling instability v0.3.11
31422026-08-12T23:26:08.462Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31432026-08-12T23:26:08.463Z[ host-package] Compiling darling_core v0.13.4
31442026-08-12T23:26:08.463Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31452026-08-12T23:26:08.463Z[ host-package] Compiling git-stub-vcs v0.1.0
31462026-08-12T23:26:08.463Z[ host-package] Compiling p384 v0.13.1
31472026-08-12T23:26:08.463Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31482026-08-12T23:26:08.463Z[ host-package] Compiling ignore v0.4.25
31492026-08-12T23:26:08.463Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
31502026-08-12T23:26:09.974Z[ host-package] Compiling oso v0.27.3
31512026-08-12T23:26:11.475Z[ host-package] Compiling diesel-dtrace v0.5.0
31522026-08-12T23:26:11.852Z[ host-package] Compiling async-bb8-diesel v0.2.1
31532026-08-12T23:26:11.894Z[ host-package] Compiling castaway v0.2.4
31542026-08-12T23:26:12.087Z[ host-package] Compiling vergen-git2 v9.1.0
31552026-08-12T23:26:12.375Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
31562026-08-12T23:26:12.419Z[ host-package] Compiling indoc v2.0.7
31572026-08-12T23:26:12.730Z[ host-package] Compiling compact_str v0.8.1
31582026-08-12T23:26:12.770Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
31592026-08-12T23:26:13.236Z[ host-package] Compiling globwalk v0.9.1
31602026-08-12T23:26:13.465Z[ helios-setup] Aug 12 23:26:12.938 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.05s
31612026-08-12T23:26:13.500Z[ helios-setup] Aug 12 23:26:12.974 INFO building project "amd-host-image-builder" ok (45 seconds)
31622026-08-12T23:26:13.500Z[ helios-setup] Aug 12 23:26:12.974 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31632026-08-12T23:26:13.509Z[ helios-setup] Aug 12 23:26:12.983 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
31642026-08-12T23:26:13.509Z[ helios-setup] Aug 12 23:26:12.983 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31652026-08-12T23:26:13.513Z[ helios-setup] Aug 12 23:26:12.983 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31662026-08-12T23:26:13.635Z[ helios-setup] Aug 12 23:26:13.108 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31672026-08-12T23:26:13.768Z[ host-package] Compiling hyper-staticfile v0.10.1
31682026-08-12T23:26:13.864Z[ host-package] Compiling parking_lot v0.11.2
31692026-08-12T23:26:13.892Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31702026-08-12T23:26:13.896Z[ host-package] Compiling darling_macro v0.13.4
31712026-08-12T23:26:13.906Z[ helios-setup] Aug 12 23:26:13.381 INFO E| From https://github.com/jclulow/rust-jmclib
31722026-08-12T23:26:13.907Z[ helios-setup] Aug 12 23:26:13.381 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31732026-08-12T23:26:13.918Z[ helios-setup] Aug 12 23:26:13.392 INFO E| Updating crates.io index
31742026-08-12T23:26:13.942Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31752026-08-12T23:26:13.975Z[ helios-setup] Aug 12 23:26:13.449 INFO E| Downloading crates ...
31762026-08-12T23:26:14.022Z[ helios-setup] Aug 12 23:26:13.497 INFO E| Downloaded digest v0.9.0
31772026-08-12T23:26:14.026Z[ helios-setup] Aug 12 23:26:13.501 INFO E| Downloaded fastrand v2.0.0
31782026-08-12T23:26:14.030Z[ helios-setup] Aug 12 23:26:13.502 INFO E| Downloaded bitflags v2.3.3
31792026-08-12T23:26:14.030Z[ helios-setup] Aug 12 23:26:13.503 INFO E| Downloaded md-5 v0.9.1
31802026-08-12T23:26:14.034Z[ helios-setup] Aug 12 23:26:13.508 INFO E| Downloaded block-buffer v0.9.0
31812026-08-12T23:26:14.040Z[ helios-setup] Aug 12 23:26:13.514 INFO E| Downloaded anyhow v1.0.72
31822026-08-12T23:26:14.043Z[ helios-setup] Aug 12 23:26:13.518 INFO E| Downloaded serde_json v1.0.103
31832026-08-12T23:26:14.048Z[ helios-setup] Aug 12 23:26:13.523 INFO E| Downloaded cpufeatures v0.2.9
31842026-08-12T23:26:14.051Z[ helios-setup] Aug 12 23:26:13.523 INFO E| Downloaded opaque-debug v0.3.0
31852026-08-12T23:26:14.055Z[ helios-setup] Aug 12 23:26:13.529 INFO E| Downloaded errno v0.3.1
31862026-08-12T23:26:14.059Z[ helios-setup] Aug 12 23:26:13.531 INFO E| Downloaded itoa v1.0.9
31872026-08-12T23:26:14.059Z[ helios-setup] Aug 12 23:26:13.532 INFO E| Downloaded libdevinfo-sys v1.0.0
31882026-08-12T23:26:14.062Z[ helios-setup] Aug 12 23:26:13.535 INFO E| Downloaded sha-1 v0.9.8
31892026-08-12T23:26:14.067Z[ helios-setup] Aug 12 23:26:13.539 INFO E| Downloaded walkdir v2.3.3
31902026-08-12T23:26:14.071Z[ helios-setup] Aug 12 23:26:13.545 INFO E| Downloaded quote v1.0.31
31912026-08-12T23:26:14.075Z[ helios-setup] Aug 12 23:26:13.548 INFO E| Downloaded tempfile v3.7.0
31922026-08-12T23:26:14.075Z[ helios-setup] Aug 12 23:26:13.549 INFO E| Downloaded unicode-width v0.1.10
31932026-08-12T23:26:14.079Z[ helios-setup] Aug 12 23:26:13.550 INFO E| Downloaded once_cell v1.18.0
31942026-08-12T23:26:14.079Z[ helios-setup] Aug 12 23:26:13.551 INFO E| Downloaded unicode-ident v1.0.11
31952026-08-12T23:26:14.079Z[ helios-setup] Aug 12 23:26:13.553 INFO E| Downloaded glob v0.3.1
31962026-08-12T23:26:14.079Z[ helios-setup] Aug 12 23:26:13.553 INFO E| Downloaded getrandom v0.2.10
31972026-08-12T23:26:14.083Z[ helios-setup] Aug 12 23:26:13.555 INFO E| Downloaded uuid v0.8.2
31982026-08-12T23:26:14.086Z[ helios-setup] Aug 12 23:26:13.560 INFO E| Downloaded typenum v1.16.0
31992026-08-12T23:26:14.089Z[ helios-setup] Aug 12 23:26:13.561 INFO E| Downloaded ryu v1.0.15
32002026-08-12T23:26:14.093Z[ helios-setup] Aug 12 23:26:13.566 INFO E| Downloaded toml v0.5.11
32012026-08-12T23:26:14.093Z[ helios-setup] Aug 12 23:26:13.567 INFO E| Downloaded proc-macro2 v1.0.66
32022026-08-12T23:26:14.096Z[ helios-setup] Aug 12 23:26:13.569 INFO E| Downloaded serde_derive v1.0.193
32032026-08-12T23:26:14.100Z[ helios-setup] Aug 12 23:26:13.574 INFO E| Downloaded serde v1.0.193
32042026-08-12T23:26:14.124Z[ helios-setup] Aug 12 23:26:13.598 INFO E| Downloaded syn v2.0.32
32052026-08-12T23:26:14.143Z[ helios-setup] Aug 12 23:26:13.618 INFO E| Downloaded rustix v0.38.4
32062026-08-12T23:26:14.160Z[ helios-setup] Aug 12 23:26:13.634 INFO E| Downloaded libc v0.2.147
32072026-08-12T23:26:14.227Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling libc v0.2.147
32082026-08-12T23:26:14.227Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling proc-macro2 v1.0.66
32092026-08-12T23:26:14.227Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling unicode-ident v1.0.11
32102026-08-12T23:26:14.231Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling cfg-if v1.0.0
32112026-08-12T23:26:14.231Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling version_check v0.9.4
32122026-08-12T23:26:14.231Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling typenum v1.16.0
32132026-08-12T23:26:14.232Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling serde v1.0.193
32142026-08-12T23:26:14.232Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling time-core v0.1.2
32152026-08-12T23:26:14.232Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling num-conv v0.1.0
32162026-08-12T23:26:14.232Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling slog v2.7.0
32172026-08-12T23:26:14.232Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling rustix v0.38.4
32182026-08-12T23:26:14.232Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling powerfmt v0.2.0
32192026-08-12T23:26:14.237Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling itoa v1.0.9
32202026-08-12T23:26:14.237Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling once_cell v1.18.0
32212026-08-12T23:26:14.237Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling bitflags v2.3.3
32222026-08-12T23:26:14.237Z[ helios-setup] Aug 12 23:26:13.701 INFO E| Compiling num_threads v0.1.6
32232026-08-12T23:26:14.588Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32242026-08-12T23:26:14.731Z[ helios-setup] Aug 12 23:26:14.205 INFO E| Compiling anyhow v1.0.72
32252026-08-12T23:26:14.808Z[ helios-setup] Aug 12 23:26:14.283 INFO E| Compiling generic-array v0.14.7
32262026-08-12T23:26:14.897Z[ helios-setup] Aug 12 23:26:14.371 INFO E| Compiling thread_local v1.1.7
32272026-08-12T23:26:14.915Z[ helios-setup] Aug 12 23:26:14.390 INFO E| Compiling time-macros v0.2.18
32282026-08-12T23:26:14.944Z[ helios-setup] Aug 12 23:26:14.419 INFO E| Compiling deranged v0.3.11
32292026-08-12T23:26:14.968Z[ helios-setup] Aug 12 23:26:14.443 INFO E| Compiling serde_json v1.0.103
32302026-08-12T23:26:15.011Z[ helios-setup] Aug 12 23:26:14.485 INFO E| Compiling fastrand v2.0.0
32312026-08-12T23:26:15.060Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32322026-08-12T23:26:15.081Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32332026-08-12T23:26:15.086Z[ helios-setup] Aug 12 23:26:14.561 INFO E| Compiling opaque-debug v0.3.0
32342026-08-12T23:26:15.137Z[ helios-setup] Aug 12 23:26:14.612 INFO E| Compiling ryu v1.0.15
32352026-08-12T23:26:15.141Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32362026-08-12T23:26:15.182Z[ helios-setup] Aug 12 23:26:14.656 INFO E| Compiling cpufeatures v0.2.9
32372026-08-12T23:26:15.236Z[ helios-setup] Aug 12 23:26:14.710 INFO E| Compiling same-file v1.0.6
32382026-08-12T23:26:15.275Z[ helios-setup] Aug 12 23:26:14.749 INFO E| Compiling unicode-width v0.1.10
32392026-08-12T23:26:15.302Z[ helios-setup] Aug 12 23:26:14.776 INFO E| Compiling glob v0.3.1
32402026-08-12T23:26:15.446Z[ helios-setup] Aug 12 23:26:14.919 INFO E| Compiling quote v1.0.31
32412026-08-12T23:26:15.450Z[ helios-setup] Aug 12 23:26:14.924 INFO E| Compiling walkdir v2.3.3
32422026-08-12T23:26:15.627Z[ helios-setup] Aug 12 23:26:15.102 INFO E| Compiling getopts v0.2.21
32432026-08-12T23:26:15.686Z[ helios-setup] Aug 12 23:26:15.161 INFO E| Compiling libdevinfo-sys v1.0.0
32442026-08-12T23:26:15.734Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32452026-08-12T23:26:15.902Z[ helios-setup] Aug 12 23:26:15.376 INFO E| Compiling syn v2.0.32
32462026-08-12T23:26:15.910Z[ host-package] Compiling predicates-tree v1.0.13
32472026-08-12T23:26:16.000Z[ helios-setup] Aug 12 23:26:15.474 INFO E| Compiling dirs-sys-next v0.1.2
32482026-08-12T23:26:16.000Z[ helios-setup] Aug 12 23:26:15.474 INFO E| Compiling errno v0.3.1
32492026-08-12T23:26:16.043Z[ helios-setup] Aug 12 23:26:15.517 INFO E| Compiling atty v0.2.14
32502026-08-12T23:26:16.094Z[ helios-setup] Aug 12 23:26:15.569 INFO E| Compiling getrandom v0.2.10
32512026-08-12T23:26:16.255Z[ helios-setup] Aug 12 23:26:15.730 INFO E| Compiling dirs-next v2.0.0
32522026-08-12T23:26:16.348Z[ helios-setup] Aug 12 23:26:15.822 INFO E| Compiling term v0.7.0
32532026-08-12T23:26:16.737Z[ host-package] Compiling unicode-truncate v1.1.0
32542026-08-12T23:26:16.769Z[ helios-setup] Aug 12 23:26:16.243 INFO E| Compiling time v0.3.36
32552026-08-12T23:26:16.783Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32562026-08-12T23:26:17.073Z[ host-package] Compiling lru v0.12.5
32572026-08-12T23:26:17.220Z[ helios-setup] Aug 12 23:26:16.694 INFO E| Compiling digest v0.9.0
32582026-08-12T23:26:17.220Z[ helios-setup] Aug 12 23:26:16.694 INFO E| Compiling block-buffer v0.9.0
32592026-08-12T23:26:17.248Z[ host-package] Compiling prefix-trie v0.7.0
32602026-08-12T23:26:17.282Z[ helios-setup] Aug 12 23:26:16.756 INFO E| Compiling tempfile v3.7.0
32612026-08-12T23:26:17.337Z[ helios-setup] Aug 12 23:26:16.811 INFO E| Compiling sha-1 v0.9.8
32622026-08-12T23:26:17.337Z[ helios-setup] Aug 12 23:26:16.811 INFO E| Compiling md-5 v0.9.1
32632026-08-12T23:26:17.459Z[ host-package] Compiling rand_seeder v0.4.0
32642026-08-12T23:26:17.505Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32652026-08-12T23:26:17.857Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32662026-08-12T23:26:17.915Z[ helios-setup] Aug 12 23:26:17.389 INFO E| Compiling slog-term v2.9.0
32672026-08-12T23:26:17.940Z[ helios-setup] Aug 12 23:26:17.414 INFO E| Compiling serde_derive v1.0.193
32682026-08-12T23:26:18.032Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
32692026-08-12T23:26:18.148Z[ host-package] Compiling cassowary v0.3.0
32702026-08-12T23:26:18.175Z[ host-package] Compiling corncobs v0.1.4
32712026-08-12T23:26:18.232Z[ host-package] Compiling hickory-server v0.25.2
32722026-08-12T23:26:18.335Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32732026-08-12T23:26:18.419Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32742026-08-12T23:26:18.506Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32752026-08-12T23:26:18.558Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32762026-08-12T23:26:18.600Z[ host-package] Compiling ratatui v0.29.0
32772026-08-12T23:26:18.679Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32782026-08-12T23:26:19.167Z[ host-package] Compiling camino-tempfile-ext v0.3.3
32792026-08-12T23:26:19.310Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32802026-08-12T23:26:19.474Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32812026-08-12T23:26:19.790Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32822026-08-12T23:26:19.890Z[ host-package] Compiling darling v0.13.4
32832026-08-12T23:26:20.091Z[ host-package] Compiling sled v0.34.7
32842026-08-12T23:26:22.272Z[ helios-setup] Aug 12 23:26:21.746 INFO E| Compiling toml v0.5.11
32852026-08-12T23:26:22.272Z[ helios-setup] Aug 12 23:26:21.746 INFO E| Compiling uuid v0.8.2
32862026-08-12T23:26:23.113Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32872026-08-12T23:26:23.306Z[ helios-setup] Aug 12 23:26:22.778 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32882026-08-12T23:26:23.369Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32892026-08-12T23:26:23.428Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32902026-08-12T23:26:23.928Z[ helios-setup] Aug 12 23:26:23.402 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32912026-08-12T23:26:24.246Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32922026-08-12T23:26:24.307Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32932026-08-12T23:26:24.576Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32942026-08-12T23:26:24.879Z[ host-package] Compiling secrecy v0.8.0
32952026-08-12T23:26:25.103Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32962026-08-12T23:26:25.448Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32972026-08-12T23:26:26.090Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-08-12T23:26:26.452Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32992026-08-12T23:26:27.080Z[ host-package] Compiling serde_with_macros v1.5.2
33002026-08-12T23:26:27.420Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-08-12T23:26:27.670Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33022026-08-12T23:26:28.093Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33032026-08-12T23:26:28.164Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33042026-08-12T23:26:28.229Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33052026-08-12T23:26:28.289Z[ helios-setup] Aug 12 23:26:27.756 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.76s
33062026-08-12T23:26:28.313Z[ helios-setup] Aug 12 23:26:27.782 INFO building project "image-builder" ok (14 seconds)
33072026-08-12T23:26:28.313Z[ helios-setup] Aug 12 23:26:27.782 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33082026-08-12T23:26:28.336Z[ helios-setup] Aug 12 23:26:27.792 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
33092026-08-12T23:26:28.336Z[ helios-setup] Aug 12 23:26:27.792 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
33102026-08-12T23:26:28.336Z[ helios-setup] Aug 12 23:26:27.792 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
33112026-08-12T23:26:28.416Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33122026-08-12T23:26:28.480Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33132026-08-12T23:26:28.550Z[ helios-setup] Aug 12 23:26:28.022 INFO E| Downloading crates ...
33142026-08-12T23:26:28.595Z[ helios-setup] Aug 12 23:26:28.063 INFO E| Downloaded time-core v0.1.4
33152026-08-12T23:26:28.607Z[ helios-setup] Aug 12 23:26:28.075 INFO E| Downloaded errno v0.3.12
33162026-08-12T23:26:28.620Z[ helios-setup] Aug 12 23:26:28.077 INFO E| Downloaded hashbrown v0.15.3
33172026-08-12T23:26:28.631Z[ helios-setup] Aug 12 23:26:28.095 INFO E| Downloaded iana-time-zone v0.1.63
33182026-08-12T23:26:28.647Z[ helios-setup] Aug 12 23:26:28.101 INFO E| Downloaded serde_with_macros v3.12.0
33192026-08-12T23:26:28.647Z[ helios-setup] Aug 12 23:26:28.104 INFO E| Downloaded serde_with v3.12.0
33202026-08-12T23:26:28.648Z[ helios-setup] Aug 12 23:26:28.109 INFO E| Downloaded anyhow v1.0.98
33212026-08-12T23:26:28.660Z[ helios-setup] Aug 12 23:26:28.112 INFO E| Downloaded time-macros v0.2.22
33222026-08-12T23:26:28.660Z[ helios-setup] Aug 12 23:26:28.113 INFO E| Downloaded deranged v0.4.0
33232026-08-12T23:26:28.660Z[ helios-setup] Aug 12 23:26:28.114 INFO E| Downloaded bitflags v2.9.1
33242026-08-12T23:26:28.661Z[ helios-setup] Aug 12 23:26:28.117 INFO E| Downloaded tempfile v3.20.0
33252026-08-12T23:26:28.661Z[ helios-setup] Aug 12 23:26:28.119 INFO E| Downloaded getrandom v0.3.3
33262026-08-12T23:26:28.661Z[ helios-setup] Aug 12 23:26:28.127 INFO E| Downloaded indexmap v2.9.0
33272026-08-12T23:26:28.670Z[ helios-setup] Aug 12 23:26:28.137 INFO E| Downloaded time v0.3.41
33282026-08-12T23:26:28.685Z[ helios-setup] Aug 12 23:26:28.150 INFO E| Downloaded chrono v0.4.41
33292026-08-12T23:26:28.695Z[ helios-setup] Aug 12 23:26:28.158 INFO E| Downloaded rustix v1.0.7
33302026-08-12T23:26:28.713Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33312026-08-12T23:26:28.735Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33322026-08-12T23:26:28.751Z[ helios-setup] Aug 12 23:26:28.224 INFO E| Compiling proc-macro2 v1.0.95
33332026-08-12T23:26:28.751Z[ helios-setup] Aug 12 23:26:28.224 INFO E| Compiling unicode-ident v1.0.18
33342026-08-12T23:26:28.755Z[ helios-setup] Aug 12 23:26:28.224 INFO E| Compiling libc v0.2.172
33352026-08-12T23:26:28.756Z[ helios-setup] Aug 12 23:26:28.224 INFO E| Compiling ident_case v1.0.1
33362026-08-12T23:26:28.756Z[ helios-setup] Aug 12 23:26:28.225 INFO E| Compiling strsim v0.11.1
33372026-08-12T23:26:28.756Z[ helios-setup] Aug 12 23:26:28.225 INFO E| Compiling fnv v1.0.7
33382026-08-12T23:26:28.756Z[ helios-setup] Aug 12 23:26:28.225 INFO E| Compiling serde v1.0.219
33392026-08-12T23:26:28.764Z[ helios-setup] Aug 12 23:26:28.238 INFO E| Compiling rustix v1.0.7
33402026-08-12T23:26:28.764Z[ helios-setup] Aug 12 23:26:28.239 INFO E| Compiling getrandom v0.3.3
33412026-08-12T23:26:28.765Z[ helios-setup] Aug 12 23:26:28.239 INFO E| Compiling anyhow v1.0.98
33422026-08-12T23:26:28.776Z[ helios-setup] Aug 12 23:26:28.239 INFO E| Compiling cfg-if v1.0.0
33432026-08-12T23:26:28.776Z[ helios-setup] Aug 12 23:26:28.239 INFO E| Compiling serde_json v1.0.140
33442026-08-12T23:26:28.776Z[ helios-setup] Aug 12 23:26:28.239 INFO E| Compiling thiserror v2.0.12
33452026-08-12T23:26:28.776Z[ helios-setup] Aug 12 23:26:28.239 INFO E| Compiling bitflags v2.9.1
33462026-08-12T23:26:28.776Z[ helios-setup] Aug 12 23:26:28.239 INFO E| Compiling fastrand v2.3.0
33472026-08-12T23:26:28.776Z[ helios-setup] Aug 12 23:26:28.239 INFO E| Compiling once_cell v1.21.3
33482026-08-12T23:26:28.888Z[ helios-setup] Aug 12 23:26:28.359 INFO E| Compiling itoa v1.0.15
33492026-08-12T23:26:29.048Z[ helios-setup] Aug 12 23:26:28.522 INFO E| Compiling memchr v2.7.4
33502026-08-12T23:26:29.145Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33512026-08-12T23:26:29.154Z[ helios-setup] Aug 12 23:26:28.620 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
33522026-08-12T23:26:29.268Z[ helios-setup] Aug 12 23:26:28.741 INFO E| Compiling ryu v1.0.20
33532026-08-12T23:26:29.448Z[ host-package] Compiling arc-swap v1.8.2
33542026-08-12T23:26:30.018Z[ host-package] Compiling void v1.0.2
33552026-08-12T23:26:30.119Z[ helios-setup] Aug 12 23:26:29.591 INFO E| Compiling errno v0.3.12
33562026-08-12T23:26:30.143Z[ helios-setup] Aug 12 23:26:29.608 INFO E| Compiling quote v1.0.40
33572026-08-12T23:26:30.192Z[ host-package] Compiling slog-scope v4.4.1
33582026-08-12T23:26:30.386Z[ helios-setup] Aug 12 23:26:29.839 INFO E| Compiling syn v2.0.101
33592026-08-12T23:26:30.461Z[ host-package] Compiling git2 v0.20.4
33602026-08-12T23:26:30.526Z[ host-package] Compiling lzss v0.8.2
33612026-08-12T23:26:30.778Z[ host-package] Compiling serde_with v1.14.0
33622026-08-12T23:26:30.822Z[ host-package] Compiling illumos-nvpair v0.3.0
33632026-08-12T23:26:30.916Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33642026-08-12T23:26:31.125Z[ helios-setup] Aug 12 23:26:30.597 INFO E| Compiling tempfile v3.20.0
33652026-08-12T23:26:31.490Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33662026-08-12T23:26:31.550Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33672026-08-12T23:26:32.253Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33682026-08-12T23:26:32.860Z[ helios-setup] Aug 12 23:26:32.334 INFO E| Compiling darling_core v0.20.11
33692026-08-12T23:26:34.026Z[ helios-setup] Aug 12 23:26:33.500 INFO E| Compiling serde_derive v1.0.219
33702026-08-12T23:26:34.026Z[ helios-setup] Aug 12 23:26:33.500 INFO E| Compiling thiserror-impl v2.0.12
33712026-08-12T23:26:34.330Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33722026-08-12T23:26:34.968Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33732026-08-12T23:26:35.016Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33742026-08-12T23:26:35.051Z[ helios-setup] Aug 12 23:26:34.525 INFO E| Compiling darling_macro v0.20.11
33752026-08-12T23:26:35.653Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33762026-08-12T23:26:35.846Z[ host-package] Compiling scuffle v0.1.0
33772026-08-12T23:26:35.986Z[ helios-setup] Aug 12 23:26:35.461 INFO E| Compiling darling v0.20.11
33782026-08-12T23:26:36.089Z[ helios-setup] Aug 12 23:26:35.564 INFO E| Compiling serde_with_macros v3.12.0
33792026-08-12T23:26:38.074Z[ host-package] Compiling tungstenite v0.23.0
33802026-08-12T23:26:38.154Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33812026-08-12T23:26:39.051Z[ helios-setup] Aug 12 23:26:38.525 INFO E| Compiling serde_with v3.12.0
33822026-08-12T23:26:39.301Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33832026-08-12T23:26:39.446Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33842026-08-12T23:26:39.709Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33852026-08-12T23:26:40.008Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33862026-08-12T23:26:40.268Z[ host-package] Compiling nix v0.27.1
33872026-08-12T23:26:40.340Z[ host-package] Compiling twox-hash v2.1.2
33882026-08-12T23:26:40.509Z[ host-package] Compiling libsw-core v0.3.2
33892026-08-12T23:26:40.901Z[ host-package] Compiling atty v0.2.14
33902026-08-12T23:26:41.060Z[ host-package] Compiling serde_bytes v0.11.19
33912026-08-12T23:26:41.102Z[ host-package] Compiling libsw v3.5.0
33922026-08-12T23:26:41.368Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33932026-08-12T23:26:41.478Z[ host-package] Compiling tokio-tungstenite v0.23.1
33942026-08-12T23:26:41.530Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33952026-08-12T23:26:41.591Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33962026-08-12T23:26:42.310Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33972026-08-12T23:26:42.387Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33982026-08-12T23:26:43.817Z[ helios-setup] Aug 12 23:26:43.291 INFO E| Finished `release` profile [optimized] target(s) in 15.48s
33992026-08-12T23:26:43.840Z[ helios-setup] Aug 12 23:26:43.314 INFO building project "dmar-report" ok (15 seconds)
34002026-08-12T23:26:43.840Z[ helios-setup] Aug 12 23:26:43.314 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
34012026-08-12T23:26:43.849Z[ helios-setup] Aug 12 23:26:43.324 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
34022026-08-12T23:26:43.850Z[ helios-setup] Aug 12 23:26:43.324 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34032026-08-12T23:26:43.854Z[ helios-setup] Aug 12 23:26:43.324 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34042026-08-12T23:26:43.976Z[ helios-setup] Aug 12 23:26:43.451 INFO E| Blocking waiting for file lock on package cache
34052026-08-12T23:26:44.069Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-08-12T23:26:44.413Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34072026-08-12T23:26:44.716Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34082026-08-12T23:26:44.907Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34092026-08-12T23:26:45.623Z[ host-package] Compiling slog-stdlog v4.1.1
34102026-08-12T23:26:46.086Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34112026-08-12T23:26:46.120Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34122026-08-12T23:26:46.277Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34132026-08-12T23:26:46.322Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34142026-08-12T23:26:46.598Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34152026-08-12T23:26:48.835Z[ helios-setup] Aug 12 23:26:48.310 INFO E| Downloading crates ...
34162026-08-12T23:26:48.886Z[ helios-setup] Aug 12 23:26:48.361 INFO E| Downloaded cpufeatures v0.2.5
34172026-08-12T23:26:48.889Z[ helios-setup] Aug 12 23:26:48.363 INFO E| Downloaded sha2 v0.10.5
34182026-08-12T23:26:48.893Z[ helios-setup] Aug 12 23:26:48.368 INFO E| Downloaded digest v0.10.3
34192026-08-12T23:26:48.897Z[ helios-setup] Aug 12 23:26:48.372 INFO E| Downloaded bytes v1.2.1
34202026-08-12T23:26:48.901Z[ helios-setup] Aug 12 23:26:48.376 INFO E| Downloaded block-buffer v0.10.3
34212026-08-12T23:26:48.904Z[ helios-setup] Aug 12 23:26:48.377 INFO E| Downloaded anyhow v1.0.62
34222026-08-12T23:26:48.909Z[ helios-setup] Aug 12 23:26:48.384 INFO E| Downloaded flate2 v1.0.25
34232026-08-12T23:26:48.912Z[ helios-setup] Aug 12 23:26:48.387 INFO E| Downloaded generic-array v0.14.6
34242026-08-12T23:26:48.915Z[ helios-setup] Aug 12 23:26:48.388 INFO E| Downloaded miniz_oxide v0.6.2
34252026-08-12T23:26:48.915Z[ helios-setup] Aug 12 23:26:48.389 INFO E| Downloaded typenum v1.15.0
34262026-08-12T23:26:48.919Z[ helios-setup] Aug 12 23:26:48.392 INFO E| Blocking waiting for file lock on package cache
34272026-08-12T23:26:49.020Z[ helios-setup] Aug 12 23:26:48.494 INFO E| Compiling typenum v1.15.0
34282026-08-12T23:26:49.020Z[ helios-setup] Aug 12 23:26:48.494 INFO E| Compiling version_check v0.9.4
34292026-08-12T23:26:49.020Z[ helios-setup] Aug 12 23:26:48.494 INFO E| Compiling crc32fast v1.3.2
34302026-08-12T23:26:49.023Z[ helios-setup] Aug 12 23:26:48.494 INFO E| Compiling cfg-if v1.0.0
34312026-08-12T23:26:49.023Z[ helios-setup] Aug 12 23:26:48.495 INFO E| Compiling adler v1.0.2
34322026-08-12T23:26:49.023Z[ helios-setup] Aug 12 23:26:48.495 INFO E| Compiling anyhow v1.0.62
34332026-08-12T23:26:49.026Z[ helios-setup] Aug 12 23:26:48.501 INFO E| Compiling unicode-width v0.1.10
34342026-08-12T23:26:49.027Z[ helios-setup] Aug 12 23:26:48.501 INFO E| Compiling cpufeatures v0.2.5
34352026-08-12T23:26:49.027Z[ helios-setup] Aug 12 23:26:48.501 INFO E| Compiling bytes v1.2.1
34362026-08-12T23:26:49.027Z[ helios-setup] Aug 12 23:26:48.501 INFO E| Compiling bitflags v1.3.2
34372026-08-12T23:26:49.168Z[ helios-setup] Aug 12 23:26:48.642 INFO E| Compiling getopts v0.2.21
34382026-08-12T23:26:49.188Z[ helios-setup] Aug 12 23:26:48.663 INFO E| Compiling miniz_oxide v0.6.2
34392026-08-12T23:26:49.486Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34402026-08-12T23:26:49.543Z[ helios-setup] Aug 12 23:26:49.017 INFO E| Compiling generic-array v0.14.6
34412026-08-12T23:26:49.603Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34422026-08-12T23:26:49.908Z[ helios-setup] Aug 12 23:26:49.383 INFO E| Compiling flate2 v1.0.25
34432026-08-12T23:26:51.097Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34442026-08-12T23:26:51.183Z[ helios-setup] Aug 12 23:26:50.658 INFO E| Compiling crypto-common v0.1.6
34452026-08-12T23:26:51.183Z[ helios-setup] Aug 12 23:26:50.658 INFO E| Compiling block-buffer v0.10.3
34462026-08-12T23:26:51.314Z[ helios-setup] Aug 12 23:26:50.788 INFO E| Compiling digest v0.10.3
34472026-08-12T23:26:51.526Z[ helios-setup] Aug 12 23:26:51.001 INFO E| Compiling sha2 v0.10.5
34482026-08-12T23:26:51.714Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34492026-08-12T23:26:51.740Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34502026-08-12T23:26:51.775Z[ helios-setup] Aug 12 23:26:51.250 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34512026-08-12T23:26:52.111Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34522026-08-12T23:26:53.460Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34532026-08-12T23:26:54.150Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34542026-08-12T23:26:54.226Z[ helios-setup] Aug 12 23:26:53.701 INFO E| Finished `release` profile [optimized] target(s) in 10.36s
34552026-08-12T23:26:54.242Z[ helios-setup] Aug 12 23:26:53.717 INFO building project "bootserver" ok (10 seconds)
34562026-08-12T23:26:54.242Z[ helios-setup] Aug 12 23:26:53.717 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34572026-08-12T23:26:54.263Z[ helios-setup] Aug 12 23:26:53.738 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34582026-08-12T23:26:54.263Z[ helios-setup] Aug 12 23:26:53.738 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34592026-08-12T23:26:54.263Z[ helios-setup] Aug 12 23:26:53.738 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34602026-08-12T23:26:54.398Z[ helios-setup] Aug 12 23:26:53.873 INFO E| Blocking waiting for file lock on package cache
34612026-08-12T23:26:54.897Z[ helios-setup] Aug 12 23:26:54.371 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34622026-08-12T23:26:55.110Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34632026-08-12T23:26:55.246Z[ helios-setup] Aug 12 23:26:54.721 INFO E| From https://github.com/jclulow/hiercmd
34642026-08-12T23:26:55.246Z[ helios-setup] Aug 12 23:26:54.721 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34652026-08-12T23:26:55.259Z[ helios-setup] Aug 12 23:26:54.734 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34662026-08-12T23:26:55.583Z[ helios-setup] Aug 12 23:26:55.057 INFO E| From https://github.com/oxidecomputer/network-interface
34672026-08-12T23:26:55.583Z[ helios-setup] Aug 12 23:26:55.057 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34682026-08-12T23:26:55.597Z[ helios-setup] Aug 12 23:26:55.072 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34692026-08-12T23:26:55.931Z[ helios-setup] Aug 12 23:26:55.405 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34702026-08-12T23:26:55.931Z[ helios-setup] Aug 12 23:26:55.405 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34712026-08-12T23:26:55.951Z[ helios-setup] Aug 12 23:26:55.425 INFO E| Updating crates.io index
34722026-08-12T23:26:56.006Z[ helios-setup] Aug 12 23:26:55.481 INFO E| Downloading crates ...
34732026-08-12T23:26:56.058Z[ helios-setup] Aug 12 23:26:55.533 INFO E| Downloaded anstyle v1.0.13
34742026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.535 INFO E| Downloaded bitflags v2.10.0
34752026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.537 INFO E| Downloaded env_filter v0.1.4
34762026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.539 INFO E| Downloaded futures-sink v0.3.31
34772026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.548 INFO E| Downloaded clap_lex v0.7.6
34782026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.549 INFO E| Downloaded futures-io v0.3.31
34792026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.566 INFO E| Downloaded libdevinfo-sys v1.1.0
34802026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.567 INFO E| Downloaded bitfield-macros v0.19.3
34812026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.567 INFO E| Downloaded pin-utils v0.1.0
34822026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.568 INFO E| Downloaded futures-channel v0.3.31
34832026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.569 INFO E| Downloaded num_enum_derive v0.7.5
34842026-08-12T23:26:56.110Z[ helios-setup] Aug 12 23:26:55.570 INFO E| Downloaded futures-core v0.3.31
34852026-08-12T23:26:56.121Z[ helios-setup] Aug 12 23:26:55.596 INFO E| Downloaded anstyle-query v1.1.4
34862026-08-12T23:26:56.125Z[ helios-setup] Aug 12 23:26:55.597 INFO E| Downloaded env_logger v0.11.8
34872026-08-12T23:26:56.150Z[ helios-setup] Aug 12 23:26:55.625 INFO E| Downloaded futures-task v0.3.31
34882026-08-12T23:26:56.154Z[ helios-setup] Aug 12 23:26:55.626 INFO E| Downloaded bitfield v0.19.3
34892026-08-12T23:26:56.154Z[ helios-setup] Aug 12 23:26:55.627 INFO E| Downloaded time-core v0.1.6
34902026-08-12T23:26:56.154Z[ helios-setup] Aug 12 23:26:55.627 INFO E| Downloaded crc v3.3.0
34912026-08-12T23:26:56.154Z[ helios-setup] Aug 12 23:26:55.628 INFO E| Downloaded devinfo v0.1.0
34922026-08-12T23:26:56.157Z[ helios-setup] Aug 12 23:26:55.629 INFO E| Downloaded futures-macro v0.3.31
34932026-08-12T23:26:56.185Z[ helios-setup] Aug 12 23:26:55.660 INFO E| Downloaded deranged v0.5.5
34942026-08-12T23:26:56.189Z[ helios-setup] Aug 12 23:26:55.662 INFO E| Downloaded find-msvc-tools v0.1.4
34952026-08-12T23:26:56.189Z[ helios-setup] Aug 12 23:26:55.663 INFO E| Downloaded futures-executor v0.3.31
34962026-08-12T23:26:56.201Z[ helios-setup] Aug 12 23:26:55.664 INFO E| Downloaded log v0.4.28
34972026-08-12T23:26:56.201Z[ helios-setup] Aug 12 23:26:55.666 INFO E| Downloaded serde_spanned v1.0.3
34982026-08-12T23:26:56.201Z[ helios-setup] Aug 12 23:26:55.667 INFO E| Downloaded simd-adler32 v0.3.7
34992026-08-12T23:26:56.204Z[ helios-setup] Aug 12 23:26:55.668 INFO E| Downloaded thiserror-impl v2.0.17
35002026-08-12T23:26:56.204Z[ helios-setup] Aug 12 23:26:55.669 INFO E| Downloaded zeroize_derive v1.4.2
35012026-08-12T23:26:56.204Z[ helios-setup] Aug 12 23:26:55.669 INFO E| Downloaded anyhow v1.0.100
35022026-08-12T23:26:56.232Z[ helios-setup] Aug 12 23:26:55.706 INFO E| Downloaded slab v0.4.11
35032026-08-12T23:26:56.235Z[ helios-setup] Aug 12 23:26:55.707 INFO E| Downloaded getopts v0.2.24
35042026-08-12T23:26:56.235Z[ helios-setup] Aug 12 23:26:55.708 INFO E| Downloaded quote v1.0.41
35052026-08-12T23:26:56.235Z[ helios-setup] Aug 12 23:26:55.710 INFO E| Downloaded signal-hook-registry v1.4.6
35062026-08-12T23:26:56.240Z[ helios-setup] Aug 12 23:26:55.710 INFO E| Downloaded pin-project-lite v0.2.16
35072026-08-12T23:26:56.243Z[ helios-setup] Aug 12 23:26:55.717 INFO E| Downloaded base64ct v1.8.0
35082026-08-12T23:26:56.246Z[ helios-setup] Aug 12 23:26:55.719 INFO E| Downloaded clap_derive v4.5.49
35092026-08-12T23:26:56.246Z[ helios-setup] Aug 12 23:26:55.720 INFO E| Downloaded generic-array v0.14.9
35102026-08-12T23:26:56.246Z[ helios-setup] Aug 12 23:26:55.721 INFO E| Downloaded num_enum v0.7.5
35112026-08-12T23:26:56.249Z[ helios-setup] Aug 12 23:26:55.724 INFO E| Downloaded thiserror v2.0.17
35122026-08-12T23:26:56.253Z[ helios-setup] Aug 12 23:26:55.728 INFO E| Downloaded tokio-macros v2.6.0
35132026-08-12T23:26:56.256Z[ helios-setup] Aug 12 23:26:55.729 INFO E| Downloaded time-macros v0.2.24
35142026-08-12T23:26:56.256Z[ helios-setup] Aug 12 23:26:55.730 INFO E| Downloaded toml_datetime v0.7.3
35152026-08-12T23:26:56.259Z[ helios-setup] Aug 12 23:26:55.731 INFO E| Downloaded toml_writer v1.0.4
35162026-08-12T23:26:56.259Z[ helios-setup] Aug 12 23:26:55.732 INFO E| Downloaded unicode-ident v1.0.22
35172026-08-12T23:26:56.259Z[ helios-setup] Aug 12 23:26:55.734 INFO E| Downloaded getrandom v0.2.16
35182026-08-12T23:26:56.262Z[ helios-setup] Aug 12 23:26:55.736 INFO E| Downloaded futures v0.3.31
35192026-08-12T23:26:56.265Z[ helios-setup] Aug 12 23:26:55.739 INFO E| Downloaded clap v4.5.51
35202026-08-12T23:26:56.270Z[ helios-setup] Aug 12 23:26:55.745 INFO E| Downloaded toml v0.9.8
35212026-08-12T23:26:56.273Z[ helios-setup] Aug 12 23:26:55.748 INFO E| Downloaded uuid v1.18.1
35222026-08-12T23:26:56.276Z[ helios-setup] Aug 12 23:26:55.750 INFO E| Downloaded memchr v2.7.6
35232026-08-12T23:26:56.279Z[ helios-setup] Aug 12 23:26:55.753 INFO E| Downloaded rand v0.8.5
35242026-08-12T23:26:56.282Z[ helios-setup] Aug 12 23:26:55.756 INFO E| Downloaded socket2 v0.6.1
35252026-08-12T23:26:56.282Z[ helios-setup] Aug 12 23:26:55.757 INFO E| Downloaded indexmap v2.12.0
35262026-08-12T23:26:56.285Z[ helios-setup] Aug 12 23:26:55.759 INFO E| Downloaded proc-macro2 v1.0.103
35272026-08-12T23:26:56.288Z[ helios-setup] Aug 12 23:26:55.761 INFO E| Downloaded bytes v1.10.1
35282026-08-12T23:26:56.291Z[ helios-setup] Aug 12 23:26:55.764 INFO E| Downloaded toml_edit v0.23.7
35292026-08-12T23:26:56.291Z[ helios-setup] Aug 12 23:26:55.766 INFO E| Downloaded toml_parser v1.0.4
35302026-08-12T23:26:56.294Z[ helios-setup] Aug 12 23:26:55.768 INFO E| Downloaded typenum v1.19.0
35312026-08-12T23:26:56.298Z[ helios-setup] Aug 12 23:26:55.770 INFO E| Downloaded cc v1.2.44
35322026-08-12T23:26:56.298Z[ helios-setup] Aug 12 23:26:55.772 INFO E| Downloaded flate2 v1.1.5
35332026-08-12T23:26:56.301Z[ helios-setup] Aug 12 23:26:55.775 INFO E| Downloaded clap_builder v4.5.51
35342026-08-12T23:26:56.304Z[ helios-setup] Aug 12 23:26:55.779 INFO E| Downloaded mio v1.1.0
35352026-08-12T23:26:56.333Z[ helios-setup] Aug 12 23:26:55.808 INFO E| Downloaded rsa v0.9.8
35362026-08-12T23:26:56.337Z[ helios-setup] Aug 12 23:26:55.811 INFO E| Downloaded iddqd v0.3.14
35372026-08-12T23:26:56.340Z[ helios-setup] Aug 12 23:26:55.815 INFO E| Downloaded num-bigint-dig v0.8.4
35382026-08-12T23:26:56.433Z[ helios-setup] Aug 12 23:26:55.907 INFO E| Downloaded futures-util v0.3.31
35392026-08-12T23:26:56.440Z[ helios-setup] Aug 12 23:26:55.914 INFO E| Downloaded hashbrown v0.16.0
35402026-08-12T23:26:56.443Z[ helios-setup] Aug 12 23:26:55.918 INFO E| Downloaded libm v0.2.15
35412026-08-12T23:26:56.446Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35422026-08-12T23:26:56.449Z[ helios-setup] Aug 12 23:26:55.924 INFO E| Downloaded serde_json v1.0.145
35432026-08-12T23:26:56.454Z[ helios-setup] Aug 12 23:26:55.929 INFO E| Downloaded time v0.3.44
35442026-08-12T23:26:56.458Z[ helios-setup] Aug 12 23:26:55.933 INFO E| Downloaded chrono v0.4.42
35452026-08-12T23:26:56.463Z[ helios-setup] Aug 12 23:26:55.938 INFO E| Downloaded unicode-width v0.2.2
35462026-08-12T23:26:56.466Z[ helios-setup] Aug 12 23:26:55.941 INFO E| Downloaded syn v2.0.108
35472026-08-12T23:26:56.473Z[ helios-setup] Aug 12 23:26:55.948 INFO E| Downloaded rustix v1.1.2
35482026-08-12T23:26:56.487Z[ helios-setup] Aug 12 23:26:55.962 INFO E| Downloaded libc v0.2.177
35492026-08-12T23:26:56.502Z[ helios-setup] Aug 12 23:26:55.976 INFO E| Downloaded tokio v1.48.0
35502026-08-12T23:26:56.679Z[ helios-setup] Aug 12 23:26:56.154 INFO E| Compiling proc-macro2 v1.0.103
35512026-08-12T23:26:56.679Z[ helios-setup] Aug 12 23:26:56.154 INFO E| Compiling unicode-ident v1.0.22
35522026-08-12T23:26:56.679Z[ helios-setup] Aug 12 23:26:56.154 INFO E| Compiling quote v1.0.41
35532026-08-12T23:26:56.682Z[ helios-setup] Aug 12 23:26:56.154 INFO E| Compiling libc v0.2.177
35542026-08-12T23:26:56.682Z[ helios-setup] Aug 12 23:26:56.154 INFO E| Compiling serde_core v1.0.228
35552026-08-12T23:26:56.682Z[ helios-setup] Aug 12 23:26:56.154 INFO E| Compiling cfg-if v1.0.4
35562026-08-12T23:26:56.682Z[ helios-setup] Aug 12 23:26:56.154 INFO E| Compiling serde v1.0.228
35572026-08-12T23:26:56.682Z[ helios-setup] Aug 12 23:26:56.154 INFO E| Compiling version_check v0.9.5
35582026-08-12T23:26:56.733Z[ helios-setup] Aug 12 23:26:56.207 INFO E| Compiling autocfg v1.5.0
35592026-08-12T23:26:56.733Z[ helios-setup] Aug 12 23:26:56.207 INFO E| Compiling typenum v1.19.0
35602026-08-12T23:26:56.736Z[ helios-setup] Aug 12 23:26:56.207 INFO E| Compiling const-oid v0.9.6
35612026-08-12T23:26:56.736Z[ helios-setup] Aug 12 23:26:56.207 INFO E| Compiling libm v0.2.15
35622026-08-12T23:26:56.736Z[ helios-setup] Aug 12 23:26:56.208 INFO E| Compiling zerocopy v0.8.27
35632026-08-12T23:26:56.736Z[ helios-setup] Aug 12 23:26:56.208 INFO E| Compiling rustversion v1.0.22
35642026-08-12T23:26:56.736Z[ helios-setup] Aug 12 23:26:56.208 INFO E| Compiling zeroize v1.8.2
35652026-08-12T23:26:56.736Z[ helios-setup] Aug 12 23:26:56.208 INFO E| Compiling smallvec v1.15.1
35662026-08-12T23:26:56.979Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35672026-08-12T23:26:57.155Z[ helios-setup] Aug 12 23:26:56.630 INFO E| Compiling base64ct v1.8.0
35682026-08-12T23:26:57.434Z[ host-package] Compiling signal-hook-tokio v0.3.1
35692026-08-12T23:26:57.626Z[ helios-setup] Aug 12 23:26:57.100 INFO E| Compiling utf8parse v0.2.2
35702026-08-12T23:26:57.626Z[ helios-setup] Aug 12 23:26:57.100 INFO E| Compiling num-traits v0.2.19
35712026-08-12T23:26:57.632Z[ host-package] Compiling fatfs v0.3.6
35722026-08-12T23:26:57.694Z[ helios-setup] Aug 12 23:26:57.169 INFO E| Compiling winnow v0.7.13
35732026-08-12T23:26:57.737Z[ host-package] Compiling yasna v0.5.2
35742026-08-12T23:26:57.808Z[ helios-setup] Aug 12 23:26:57.282 INFO E| Compiling anyhow v1.0.100
35752026-08-12T23:26:57.824Z[ helios-setup] Aug 12 23:26:57.298 INFO E| Compiling memchr v2.7.6
35762026-08-12T23:26:57.921Z[ helios-setup] Aug 12 23:26:57.395 INFO E| Compiling crc32fast v1.5.0
35772026-08-12T23:26:58.062Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
35782026-08-12T23:26:58.343Z[ helios-setup] Aug 12 23:26:57.818 INFO E| Compiling generic-array v0.14.9
35792026-08-12T23:26:58.372Z[ helios-setup] Aug 12 23:26:57.846 INFO E| Compiling pem-rfc7468 v0.7.0
35802026-08-12T23:26:58.503Z[ host-package] Compiling assert_matches v1.5.0
35812026-08-12T23:26:58.513Z[ helios-setup] Aug 12 23:26:57.988 INFO E| Compiling byteorder v1.5.0
35822026-08-12T23:26:58.682Z[ helios-setup] Aug 12 23:26:58.156 INFO E| Compiling getrandom v0.2.16
35832026-08-12T23:26:58.689Z[ helios-setup] Aug 12 23:26:58.163 INFO E| Compiling rustix v1.1.2
35842026-08-12T23:26:58.701Z[ helios-setup] Aug 12 23:26:58.176 INFO E| Compiling flagset v0.4.7
35852026-08-12T23:26:58.780Z[ helios-setup] Aug 12 23:26:58.255 INFO E| Compiling hashbrown v0.16.0
35862026-08-12T23:26:58.841Z[ helios-setup] Aug 12 23:26:58.316 INFO E| Compiling equivalent v1.0.2
35872026-08-12T23:26:59.020Z[ helios-setup] Aug 12 23:26:58.495 INFO E| Compiling rand_core v0.6.4
35882026-08-12T23:26:59.131Z[ helios-setup] Aug 12 23:26:58.606 INFO E| Compiling errno v0.3.14
35892026-08-12T23:26:59.228Z[ host-package] Compiling seq-macro v0.3.6
35902026-08-12T23:26:59.269Z[ helios-setup] Aug 12 23:26:58.744 INFO E| Compiling anstyle-parse v0.2.7
35912026-08-12T23:26:59.430Z[ helios-setup] Aug 12 23:26:58.905 INFO E| Compiling colorchoice v1.0.4
35922026-08-12T23:26:59.498Z[ helios-setup] Aug 12 23:26:58.972 INFO E| Compiling syn v2.0.108
35932026-08-12T23:26:59.506Z[ helios-setup] Aug 12 23:26:58.981 INFO E| Compiling cpufeatures v0.2.17
35942026-08-12T23:26:59.587Z[ host-package] Compiling is_ci v1.2.0
35952026-08-12T23:26:59.591Z[ helios-setup] Aug 12 23:26:59.063 INFO E| Compiling is_terminal_polyfill v1.70.2
35962026-08-12T23:26:59.606Z[ helios-setup] Aug 12 23:26:59.080 INFO E| Compiling syn v1.0.109
35972026-08-12T23:26:59.745Z[ helios-setup] Aug 12 23:26:59.220 INFO E| Compiling allocator-api2 v0.2.21
35982026-08-12T23:26:59.788Z[ helios-setup] Aug 12 23:26:59.263 INFO E| Compiling shlex v1.3.0
35992026-08-12T23:26:59.794Z[ helios-setup] Aug 12 23:26:59.269 INFO E| Compiling toml_datetime v0.7.3
36002026-08-12T23:26:59.802Z[ helios-setup] Aug 12 23:26:59.277 INFO E| Compiling anstyle v1.0.13
36012026-08-12T23:26:59.847Z[ helios-setup] Aug 12 23:26:59.322 INFO E| Compiling radium v0.7.0
36022026-08-12T23:27:00.035Z[ helios-setup] Aug 12 23:26:59.510 INFO E| Compiling anstyle-query v1.1.4
36032026-08-12T23:27:00.064Z[ host-package] Compiling supports-color v3.0.2
36042026-08-12T23:27:00.086Z[ helios-setup] Aug 12 23:26:59.561 INFO E| Compiling find-msvc-tools v0.1.4
36052026-08-12T23:27:00.174Z[ helios-setup] Aug 12 23:26:59.649 INFO E| Compiling indexmap v2.12.0
36062026-08-12T23:27:00.189Z[ helios-setup] Aug 12 23:26:59.664 INFO E| Compiling anstream v0.6.21
36072026-08-12T23:27:00.189Z[ helios-setup] Aug 12 23:26:59.664 INFO E| Compiling slog v2.8.2
36082026-08-12T23:27:00.331Z[ helios-setup] Aug 12 23:26:59.799 INFO E| Compiling toml_parser v1.0.4
36092026-08-12T23:27:00.437Z[ helios-setup] Aug 12 23:26:59.910 INFO E| Compiling block-buffer v0.10.4
36102026-08-12T23:27:00.443Z[ helios-setup] Aug 12 23:26:59.918 INFO E| Compiling crypto-common v0.1.6
36112026-08-12T23:27:00.536Z[ helios-setup] Aug 12 23:27:00.011 INFO E| Compiling cc v1.2.44
36122026-08-12T23:27:00.596Z[ helios-setup] Aug 12 23:27:00.069 INFO E| Compiling tap v1.0.1
36132026-08-12T23:27:00.652Z[ helios-setup] Aug 12 23:27:00.125 INFO E| Compiling digest v0.10.7
36142026-08-12T23:27:00.658Z[ host-package] Compiling rcgen v0.12.1
36152026-08-12T23:27:00.744Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36162026-08-12T23:27:00.767Z[ helios-setup] Aug 12 23:27:00.242 INFO E| Compiling parking_lot_core v0.9.12
36172026-08-12T23:27:00.976Z[ helios-setup] Aug 12 23:27:00.451 INFO E| Compiling futures-sink v0.3.31
36182026-08-12T23:27:01.034Z[ helios-setup] Aug 12 23:27:00.508 INFO E| Compiling maybe-uninit v2.0.0
36192026-08-12T23:27:01.047Z[ helios-setup] Aug 12 23:27:00.522 INFO E| Compiling pin-project-lite v0.2.16
36202026-08-12T23:27:01.116Z[ helios-setup] Aug 12 23:27:00.591 INFO E| Compiling unicode-width v0.2.2
36212026-08-12T23:27:01.178Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36222026-08-12T23:27:01.291Z[ helios-setup] Aug 12 23:27:00.765 INFO E| Compiling sha2 v0.10.9
36232026-08-12T23:27:01.306Z[ helios-setup] Aug 12 23:27:00.780 INFO E| Compiling pkg-config v0.3.32
36242026-08-12T23:27:01.378Z[ helios-setup] Aug 12 23:27:00.852 INFO E| Compiling futures-core v0.3.31
36252026-08-12T23:27:01.398Z[ helios-setup] Aug 12 23:27:00.873 INFO E| Compiling toml_edit v0.23.7
36262026-08-12T23:27:01.505Z[ helios-setup] Aug 12 23:27:00.979 INFO E| Compiling getopts v0.2.24
36272026-08-12T23:27:01.540Z[ helios-setup] Aug 12 23:27:01.014 INFO E| Compiling bitflags v2.10.0
36282026-08-12T23:27:01.592Z[ helios-setup] Aug 12 23:27:01.067 INFO E| Compiling futures-channel v0.3.31
36292026-08-12T23:27:01.630Z[ helios-setup] Aug 12 23:27:01.105 INFO E| Compiling num-integer v0.1.46
36302026-08-12T23:27:01.724Z[ helios-setup] Aug 12 23:27:01.199 INFO E| Compiling wyz v0.5.1
36312026-08-12T23:27:01.839Z[ helios-setup] Aug 12 23:27:01.314 INFO E| Compiling ahash v0.8.12
36322026-08-12T23:27:01.922Z[ helios-setup] Aug 12 23:27:01.397 INFO E| Compiling bytes v1.10.1
36332026-08-12T23:27:02.113Z[ helios-setup] Aug 12 23:27:01.588 INFO E| Compiling time-core v0.1.6
36342026-08-12T23:27:02.126Z[ helios-setup] Aug 12 23:27:01.600 INFO E| Compiling num-conv v0.1.0
36352026-08-12T23:27:02.198Z[ helios-setup] Aug 12 23:27:01.673 INFO E| Compiling futures-task v0.3.31
36362026-08-12T23:27:02.332Z[ helios-setup] Aug 12 23:27:01.802 INFO E| Compiling packed_struct v0.10.1
36372026-08-12T23:27:02.416Z[ helios-setup] Aug 12 23:27:01.890 INFO E| Compiling itoa v1.0.15
36382026-08-12T23:27:02.497Z[ helios-setup] Aug 12 23:27:01.971 INFO E| Compiling proc-macro-crate v3.4.0
36392026-08-12T23:27:02.639Z[ helios-setup] Aug 12 23:27:02.114 INFO E| Compiling getrandom v0.3.4
36402026-08-12T23:27:02.667Z[ host-package] Compiling slog-envlogger v2.2.0
36412026-08-12T23:27:02.675Z[ helios-setup] Aug 12 23:27:02.150 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36422026-08-12T23:27:02.675Z[ helios-setup] Aug 12 23:27:02.150 INFO E| Compiling spin v0.9.8
36432026-08-12T23:27:02.679Z[ helios-setup] Aug 12 23:27:02.150 INFO E| Compiling pin-utils v0.1.0
36442026-08-12T23:27:02.712Z[ helios-setup] Aug 12 23:27:02.187 INFO E| Compiling futures-io v0.3.31
36452026-08-12T23:27:02.723Z[ helios-setup] Aug 12 23:27:02.198 INFO E| Compiling num-bigint-dig v0.8.4
36462026-08-12T23:27:02.811Z[ helios-setup] Aug 12 23:27:02.285 INFO E| Compiling thiserror v1.0.69
36472026-08-12T23:27:02.940Z[ helios-setup] Aug 12 23:27:02.415 INFO E| Compiling terminal_size v0.4.3
36482026-08-12T23:27:02.977Z[ helios-setup] Aug 12 23:27:02.452 INFO E| Compiling clap_lex v0.7.6
36492026-08-12T23:27:03.037Z[ helios-setup] Aug 12 23:27:02.511 INFO E| Compiling scopeguard v1.2.0
36502026-08-12T23:27:03.280Z[ helios-setup] Aug 12 23:27:02.755 INFO E| Compiling slab v0.4.11
36512026-08-12T23:27:03.305Z[ helios-setup] Aug 12 23:27:02.780 INFO E| Compiling powerfmt v0.2.0
36522026-08-12T23:27:03.352Z[ helios-setup] Aug 12 23:27:02.826 INFO E| Compiling heck v0.5.0
36532026-08-12T23:27:03.380Z[ helios-setup] Aug 12 23:27:02.855 INFO E| Compiling funty v2.0.0
36542026-08-12T23:27:03.467Z[ helios-setup] Aug 12 23:27:02.942 INFO E| Compiling strsim v0.11.1
36552026-08-12T23:27:03.585Z[ helios-setup] Aug 12 23:27:03.060 INFO E| Compiling lock_api v0.4.14
36562026-08-12T23:27:03.693Z[ helios-setup] Aug 12 23:27:03.168 INFO E| Compiling deranged v0.5.5
36572026-08-12T23:27:03.755Z[ helios-setup] Aug 12 23:27:03.230 INFO E| Compiling lazy_static v1.5.0
36582026-08-12T23:27:03.761Z[ helios-setup] Aug 12 23:27:03.236 INFO E| Compiling time-macros v0.2.24
36592026-08-12T23:27:03.829Z[ helios-setup] Aug 12 23:27:03.303 INFO E| Compiling num-iter v0.1.45
36602026-08-12T23:27:03.892Z[ helios-setup] Aug 12 23:27:03.367 INFO E| Compiling clap_builder v4.5.51
36612026-08-12T23:27:03.950Z[ helios-setup] Aug 12 23:27:03.425 INFO E| Compiling indexmap v1.9.3
36622026-08-12T23:27:03.954Z[ helios-setup] Aug 12 23:27:03.425 INFO E| Compiling log v0.4.28
36632026-08-12T23:27:03.987Z[ helios-setup] Aug 12 23:27:03.462 INFO E| Compiling iana-time-zone v0.1.64
36642026-08-12T23:27:04.166Z[ helios-setup] Aug 12 23:27:03.640 INFO E| Compiling once_cell v1.21.3
36652026-08-12T23:27:04.190Z[ helios-setup] Aug 12 23:27:03.665 INFO E| Compiling bitvec v1.0.1
36662026-08-12T23:27:04.438Z[ helios-setup] Aug 12 23:27:03.912 INFO E| Compiling simd-adler32 v0.3.7
36672026-08-12T23:27:04.453Z[ helios-setup] Aug 12 23:27:03.927 INFO E| Compiling crc-catalog v2.4.0
36682026-08-12T23:27:04.489Z[ helios-setup] Aug 12 23:27:03.964 INFO E| Compiling thiserror v2.0.17
36692026-08-12T23:27:04.624Z[ helios-setup] Aug 12 23:27:04.098 INFO E| Compiling serde_json v1.0.145
36702026-08-12T23:27:04.645Z[ helios-setup] Aug 12 23:27:04.119 INFO E| Compiling nodrop v0.1.14
36712026-08-12T23:27:04.780Z[ helios-setup] Aug 12 23:27:04.254 INFO E| Compiling adler2 v2.0.1
36722026-08-12T23:27:04.854Z[ helios-setup] Aug 12 23:27:04.328 INFO E| Compiling array-init v0.0.4
36732026-08-12T23:27:04.860Z[ helios-setup] Aug 12 23:27:04.335 INFO E| Compiling crc v3.3.0
36742026-08-12T23:27:04.955Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36752026-08-12T23:27:05.004Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36762026-08-12T23:27:05.423Z[ helios-setup] Aug 12 23:27:04.897 INFO E| Compiling miniz_oxide v0.8.9
36772026-08-12T23:27:05.427Z[ helios-setup] Aug 12 23:27:04.897 INFO E| Compiling env_filter v0.1.4
36782026-08-12T23:27:05.436Z[ helios-setup] Aug 12 23:27:04.911 INFO E| Compiling chrono v0.4.42
36792026-08-12T23:27:05.443Z[ helios-setup] Aug 12 23:27:04.918 INFO E| Compiling parking_lot v0.12.5
36802026-08-12T23:27:05.489Z[ helios-setup] Aug 12 23:27:04.964 INFO E| Compiling smallvec v0.6.14
36812026-08-12T23:27:06.063Z[ helios-setup] Aug 12 23:27:05.537 INFO E| Compiling serde_spanned v1.0.3
36822026-08-12T23:27:06.259Z[ helios-setup] Aug 12 23:27:05.733 INFO E| Compiling time v0.3.44
36832026-08-12T23:27:06.410Z[ helios-setup] Aug 12 23:27:05.884 INFO E| Compiling serde_derive v1.0.228
36842026-08-12T23:27:06.490Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36852026-08-12T23:27:06.630Z[ helios-setup] Aug 12 23:27:06.105 INFO E| Compiling zerocopy-derive v0.8.27
36862026-08-12T23:27:06.703Z[ helios-setup] Aug 12 23:27:06.178 INFO E| Compiling der_derive v0.7.3
36872026-08-12T23:27:06.714Z[ helios-setup] Aug 12 23:27:06.188 INFO E| Compiling futures-macro v0.3.31
36882026-08-12T23:27:06.993Z[ helios-setup] Aug 12 23:27:06.467 INFO E| Compiling bitfield-macros v0.19.3
36892026-08-12T23:27:07.150Z[ helios-setup] Aug 12 23:27:06.625 INFO E| Compiling num_enum_derive v0.7.5
36902026-08-12T23:27:07.250Z[ helios-setup] Aug 12 23:27:06.725 INFO E| Compiling thiserror-impl v1.0.69
36912026-08-12T23:27:07.506Z[ helios-setup] Aug 12 23:27:06.981 INFO E| Compiling packed_struct_codegen v0.10.1
36922026-08-12T23:27:07.515Z[ helios-setup] Aug 12 23:27:06.990 INFO E| Compiling clap_derive v4.5.49
36932026-08-12T23:27:07.624Z[ helios-setup] Aug 12 23:27:07.099 INFO E| Compiling zerocopy-derive v0.6.6
36942026-08-12T23:27:07.966Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36952026-08-12T23:27:08.057Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36962026-08-12T23:27:08.069Z[ helios-setup] Aug 12 23:27:07.544 INFO E| Compiling thiserror-impl v2.0.17
36972026-08-12T23:27:08.244Z[ helios-setup] Aug 12 23:27:07.719 INFO E| Compiling tokio-macros v2.6.0
36982026-08-12T23:27:08.450Z[ host-package] Compiling port-file v0.1.0
36992026-08-12T23:27:08.549Z[ helios-setup] Aug 12 23:27:08.024 INFO E| Compiling der v0.7.10
37002026-08-12T23:27:08.609Z[ helios-setup] Aug 12 23:27:08.084 INFO E| Compiling futures-util v0.3.31
37012026-08-12T23:27:08.625Z[ host-package] Compiling subprocess v0.2.15
37022026-08-12T23:27:08.689Z[ helios-setup] Aug 12 23:27:08.163 INFO E| Compiling bitfield v0.19.3
37032026-08-12T23:27:09.080Z[ host-package] Compiling rtoolbox v0.0.3
37042026-08-12T23:27:09.405Z[ helios-setup] Aug 12 23:27:08.879 INFO E| Compiling num_enum v0.7.5
37052026-08-12T23:27:09.433Z[ helios-setup] Aug 12 23:27:08.908 INFO E| Compiling signature v2.2.0
37062026-08-12T23:27:09.632Z[ helios-setup] Aug 12 23:27:09.106 INFO E| Compiling socket2 v0.6.1
37072026-08-12T23:27:09.661Z[ host-package] Compiling rpassword v7.5.4
37082026-08-12T23:27:09.697Z[ helios-setup] Aug 12 23:27:09.171 INFO E| Compiling zerocopy v0.6.6
37092026-08-12T23:27:09.787Z[ helios-setup] Aug 12 23:27:09.262 INFO E| Compiling signal-hook-registry v1.4.6
37102026-08-12T23:27:09.811Z[ helios-setup] Aug 12 23:27:09.285 INFO E| Compiling is-terminal v0.4.17
37112026-08-12T23:27:09.843Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37122026-08-12T23:27:09.957Z[ helios-setup] Aug 12 23:27:09.432 INFO E| Compiling mio v1.1.0
37132026-08-12T23:27:10.151Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37142026-08-12T23:27:10.165Z[ helios-setup] Aug 12 23:27:09.640 INFO E| Compiling thread_local v1.1.9
37152026-08-12T23:27:10.246Z[ helios-setup] Aug 12 23:27:09.721 INFO E| Compiling libdevinfo-sys v1.1.0
37162026-08-12T23:27:10.261Z[ helios-setup] Aug 12 23:27:09.736 INFO E| Compiling ryu v1.0.20
37172026-08-12T23:27:10.324Z[ helios-setup] Aug 12 23:27:09.799 INFO E| Compiling hashbrown v0.12.3
37182026-08-12T23:27:10.406Z[ helios-setup] Aug 12 23:27:09.880 INFO E| Compiling base64 v0.21.7
37192026-08-12T23:27:10.650Z[ helios-setup] Aug 12 23:27:10.125 INFO E| Compiling spki v0.7.3
37202026-08-12T23:27:10.657Z[ helios-setup] Aug 12 23:27:10.132 INFO E| Compiling toml_writer v1.0.4
37212026-08-12T23:27:10.955Z[ helios-setup] Aug 12 23:27:10.430 INFO E| Compiling pkcs8 v0.10.2
37222026-08-12T23:27:11.160Z[ helios-setup] Aug 12 23:27:10.635 INFO E| Compiling subtle v2.6.1
37232026-08-12T23:27:11.241Z[ helios-setup] Aug 12 23:27:10.716 INFO E| Compiling pkcs1 v0.7.5
37242026-08-12T23:27:11.278Z[ helios-setup] Aug 12 23:27:10.753 INFO E| Compiling term v1.2.0
37252026-08-12T23:27:11.314Z[ helios-setup] Aug 12 23:27:10.789 INFO E| Compiling winnow v0.5.40
37262026-08-12T23:27:11.327Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37272026-08-12T23:27:11.335Z[ helios-setup] Aug 12 23:27:10.810 INFO E| Compiling clap v4.5.51
37282026-08-12T23:27:11.449Z[ helios-setup] Aug 12 23:27:10.924 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37292026-08-12T23:27:11.629Z[ helios-setup] Aug 12 23:27:11.103 INFO E| Compiling toml v0.9.8
37302026-08-12T23:27:11.636Z[ helios-setup] Aug 12 23:27:11.110 INFO E| Compiling x509-cert v0.2.5
37312026-08-12T23:27:11.673Z[ helios-setup] Aug 12 23:27:11.147 INFO E| Compiling tokio v1.48.0
37322026-08-12T23:27:11.725Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37332026-08-12T23:27:11.895Z[ helios-setup] Aug 12 23:27:11.369 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37342026-08-12T23:27:12.286Z[ helios-setup] Aug 12 23:27:11.761 INFO E| Compiling devinfo v0.1.0
37352026-08-12T23:27:12.425Z[ helios-setup] Aug 12 23:27:11.899 INFO E| Compiling bzip2 v0.4.4
37362026-08-12T23:27:12.514Z[ helios-setup] Aug 12 23:27:11.988 INFO E| Compiling flate2 v1.1.5
37372026-08-12T23:27:12.591Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37382026-08-12T23:27:12.712Z[ helios-setup] Aug 12 23:27:12.187 INFO E| Compiling uuid v1.18.1
37392026-08-12T23:27:12.972Z[ helios-setup] Aug 12 23:27:12.446 INFO E| Compiling erased-serde v0.3.31
37402026-08-12T23:27:13.648Z[ helios-setup] Aug 12 23:27:13.121 INFO E| Compiling ppv-lite86 v0.2.21
37412026-08-12T23:27:13.818Z[ helios-setup] Aug 12 23:27:13.291 INFO E| Compiling serde_spanned v0.6.9
37422026-08-12T23:27:13.826Z[ helios-setup] Aug 12 23:27:13.301 INFO E| Compiling toml_datetime v0.6.11
37432026-08-12T23:27:14.202Z[ helios-setup] Aug 12 23:27:13.677 INFO E| Compiling futures-executor v0.3.31
37442026-08-12T23:27:14.372Z[ helios-setup] Aug 12 23:27:13.846 INFO E| Compiling hashbrown v0.13.2
37452026-08-12T23:27:14.419Z[ helios-setup] Aug 12 23:27:13.894 INFO E| Compiling ron v0.8.1
37462026-08-12T23:27:14.602Z[ helios-setup] Aug 12 23:27:14.077 INFO E| Compiling rand_chacha v0.3.1
37472026-08-12T23:27:14.668Z[ helios-setup] Aug 12 23:27:14.143 INFO E| Compiling futures v0.3.31
37482026-08-12T23:27:14.682Z[ helios-setup] Aug 12 23:27:14.157 INFO E| Compiling toml_edit v0.19.15
37492026-08-12T23:27:14.742Z[ helios-setup] Aug 12 23:27:14.216 INFO E| Compiling serde-hex v0.1.0
37502026-08-12T23:27:14.826Z[ helios-setup] Aug 12 23:27:14.299 INFO E| Compiling slog-term v2.9.2
37512026-08-12T23:27:14.955Z[ helios-setup] Aug 12 23:27:14.430 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37522026-08-12T23:27:14.977Z[ helios-setup] Aug 12 23:27:14.451 INFO E| Compiling env_logger v0.11.8
37532026-08-12T23:27:15.337Z[ helios-setup] Aug 12 23:27:14.812 INFO E| Compiling rand v0.8.5
37542026-08-12T23:27:15.427Z[ helios-setup] Aug 12 23:27:14.902 INFO E| Compiling crc-any v2.5.0
37552026-08-12T23:27:15.499Z[ helios-setup] Aug 12 23:27:14.973 INFO E| Compiling foldhash v0.2.0
37562026-08-12T23:27:16.240Z[ helios-setup] Aug 12 23:27:15.714 INFO E| Compiling hex v0.4.3
37572026-08-12T23:27:16.285Z[ helios-setup] Aug 12 23:27:15.760 INFO E| Compiling rustc-hash v2.1.1
37582026-08-12T23:27:16.624Z[ helios-setup] Aug 12 23:27:16.099 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37592026-08-12T23:27:16.625Z[ helios-setup] Aug 12 23:27:16.099 INFO E| Compiling bitflags v1.3.2
37602026-08-12T23:27:16.705Z[ helios-setup] Aug 12 23:27:16.180 INFO E| Compiling iddqd v0.3.14
37612026-08-12T23:27:16.737Z[ host-package] Compiling tui-tree-widget v0.23.1
37622026-08-12T23:27:16.743Z[ helios-setup] Aug 12 23:27:16.217 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37632026-08-12T23:27:16.754Z[ helios-setup] Aug 12 23:27:16.228 INFO E| Compiling object v0.30.4
37642026-08-12T23:27:16.903Z[ helios-setup] Aug 12 23:27:16.378 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37652026-08-12T23:27:17.350Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37662026-08-12T23:27:17.381Z[ helios-setup] Aug 12 23:27:16.855 INFO E| Compiling zip v0.6.6
37672026-08-12T23:27:17.620Z[ helios-setup] Aug 12 23:27:17.094 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37682026-08-12T23:27:18.248Z[ helios-setup] Aug 12 23:27:17.722 INFO E| Compiling toml v0.7.8
37692026-08-12T23:27:18.286Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37702026-08-12T23:27:18.365Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37712026-08-12T23:27:18.384Z[ helios-setup] Aug 12 23:27:17.859 INFO E| Compiling rsa v0.9.8
37722026-08-12T23:27:18.418Z[ helios-setup] Aug 12 23:27:17.892 INFO E| Compiling path-slash v0.1.5
37732026-08-12T23:27:19.104Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37742026-08-12T23:27:21.041Z[ helios-setup] Aug 12 23:27:20.515 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37752026-08-12T23:27:21.228Z[ helios-setup] Aug 12 23:27:20.703 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37762026-08-12T23:27:22.871Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37772026-08-12T23:27:23.483Z[ host-package] Compiling uzers v0.12.2
37782026-08-12T23:27:25.267Z[ helios-setup] Aug 12 23:27:24.741 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37792026-08-12T23:27:25.308Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37802026-08-12T23:27:25.984Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37812026-08-12T23:27:26.213Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37822026-08-12T23:27:26.767Z[ helios-setup] Aug 12 23:27:26.241 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37832026-08-12T23:27:26.798Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37842026-08-12T23:27:28.043Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37852026-08-12T23:27:29.684Z[ host-package] Compiling support-bundle-viewer v0.1.2
37862026-08-12T23:27:30.701Z[ helios-setup] Aug 12 23:27:30.175 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37872026-08-12T23:27:31.206Z[ host-package] Compiling multimap v0.10.1
37882026-08-12T23:27:39.524Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37892026-08-12T23:27:42.201Z[ helios-setup] Aug 12 23:27:41.675 INFO E| Finished `release` profile [optimized] target(s) in 47.92s
37902026-08-12T23:27:42.204Z[ helios-setup] Aug 12 23:27:41.677 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37912026-08-12T23:27:42.204Z[ helios-setup] Aug 12 23:27:41.677 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37922026-08-12T23:27:42.262Z[ helios-setup] Aug 12 23:27:41.736 INFO building project "pilot" ok (47 seconds)
37932026-08-12T23:27:42.265Z[ helios-setup] rm -f helios-build
37942026-08-12T23:27:42.268Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37952026-08-12T23:27:42.271Z[ helios-setup]
37962026-08-12T23:27:42.271Z[ helios-setup] Setup complete! ./helios-build is now available.
37972026-08-12T23:27:42.271Z[ helios-setup]
37982026-08-12T23:27:42.271Z[ helios-setup]
37992026-08-12T23:27:42.271Z[ helios-setup] real 3:06.161689606
38002026-08-12T23:27:42.271Z[ helios-setup] user 7:04.242372281
38012026-08-12T23:27:42.271Z[ helios-setup] sys 1:27.617180049
38022026-08-12T23:27:42.271Z[ helios-setup] trap 0.505453912
38032026-08-12T23:27:42.274Z[ helios-setup] tflt 2.552345922
38042026-08-12T23:27:42.274Z[ helios-setup] dflt 6.606968258
38052026-08-12T23:27:42.275ZAug 12 23:27:41.746 INFO [helios-setup] process exited with exit status: 0 (186.164639898s)
38062026-08-12T23:27:42.275Z[ helios-setup] kflt 0.000353910
38072026-08-12T23:27:42.275Z[ helios-setup] lock 56:57.138681942
38082026-08-12T23:27:42.275Z[ helios-setup] slp 39:10.242483359
38092026-08-12T23:27:42.275Z[ helios-setup] lat 7:24.581920696
38102026-08-12T23:27:42.275Z[ helios-setup] stop 1:42.475113712
38112026-08-12T23:27:42.275ZAug 12 23:27:41.747 INFO [helios-record] running task
38122026-08-12T23:27:42.275ZAug 12 23:27:41.747 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38132026-08-12T23:27:42.279ZAug 12 23:27:41.751 DEBG process exited with exit status: 0 (4.344734ms)
38142026-08-12T23:27:42.279ZAug 12 23:27:41.751 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38152026-08-12T23:27:42.282ZAug 12 23:27:41.756 DEBG process exited with exit status: 0 (4.354513ms)
38162026-08-12T23:27:42.282ZAug 12 23:27:41.756 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38172026-08-12T23:27:42.285ZAug 12 23:27:41.759 DEBG process exited with exit status: 0 (3.701473ms)
38182026-08-12T23:27:42.285ZAug 12 23:27:41.759 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38192026-08-12T23:27:42.288ZAug 12 23:27:41.763 DEBG process exited with exit status: 0 (3.917673ms)
38202026-08-12T23:27:42.288ZAug 12 23:27:41.763 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38212026-08-12T23:27:42.292ZAug 12 23:27:41.767 DEBG process exited with exit status: 0 (3.745543ms)
38222026-08-12T23:27:42.292ZAug 12 23:27:41.767 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38232026-08-12T23:27:42.296ZAug 12 23:27:41.771 DEBG process exited with exit status: 0 (3.595982ms)
38242026-08-12T23:27:42.296ZAug 12 23:27:41.771 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38252026-08-12T23:27:42.300ZAug 12 23:27:41.775 DEBG process exited with exit status: 0 (4.007703ms)
38262026-08-12T23:27:42.300ZAug 12 23:27:41.775 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38272026-08-12T23:27:42.304ZAug 12 23:27:41.779 DEBG process exited with exit status: 0 (3.980443ms)
38282026-08-12T23:27:42.304ZAug 12 23:27:41.779 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38292026-08-12T23:27:42.308ZAug 12 23:27:41.783 DEBG process exited with exit status: 0 (4.210304ms)
38302026-08-12T23:27:42.311ZAug 12 23:27:41.783 INFO [helios-record] task succeeded (36.544108ms)
38312026-08-12T23:27:46.712Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38322026-08-12T23:27:48.593Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38332026-08-12T23:27:54.999Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38342026-08-12T23:27:55.401Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38352026-08-12T23:37:18.054Z[ host-package] Finished `release` profile [optimized] target(s) in 12m 03s
38362026-08-12T23:38:48.487ZAug 12 23:38:47.960 INFO [host-package] process exited with exit status: 0 (813.853186509s)
38372026-08-12T23:38:48.487ZAug 12 23:38:47.960 INFO [host-libraries] running task
38382026-08-12T23:38:48.488ZAug 12 23:38:47.960 INFO [host-stamp] running task
38392026-08-12T23:38:48.493ZAug 12 23:38:47.963 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+git8e543d40bb4
38402026-08-12T23:38:48.493ZAug 12 23:38:47.963 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+git8e543d40bb4
38412026-08-12T23:38:48.493ZAug 12 23:38:47.963 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+git8e543d40bb4
38422026-08-12T23:38:48.493ZAug 12 23:38:47.963 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+git8e543d40bb4
38432026-08-12T23:38:48.493ZAug 12 23:38:47.963 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+git8e543d40bb4
38442026-08-12T23:38:48.493ZAug 12 23:38:47.964 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+git8e543d40bb4
38452026-08-12T23:38:48.493ZAug 12 23:38:47.964 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+git8e543d40bb4
38462026-08-12T23:38:48.493ZAug 12 23:38:47.964 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+git8e543d40bb4
38472026-08-12T23:38:48.498Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-08-12T23:38:48.502Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-08-12T23:38:48.502Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-08-12T23:38:48.504Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-08-12T23:38:48.504Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-08-12T23:38:48.504Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38532026-08-12T23:38:48.504Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-08-12T23:38:48.504Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-12T23:38:48.504Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38562026-08-12T23:38:48.508ZAug 12 23:38:47.976 INFO [stamp-overlay] process exited with exit status: 0 (12.362969ms)
38572026-08-12T23:38:48.511Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38582026-08-12T23:38:48.516ZAug 12 23:38:47.987 INFO [stamp-oxlog] process exited with exit status: 0 (23.479408ms)
38592026-08-12T23:38:48.548Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38602026-08-12T23:38:48.551ZAug 12 23:38:48.024 INFO [stamp-crucible-utils] process exited with exit status: 0 (61.361546ms)
38612026-08-12T23:38:48.560Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38622026-08-12T23:38:48.563ZAug 12 23:38:48.037 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (72.303225ms)
38632026-08-12T23:38:48.741Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38642026-08-12T23:38:48.745ZAug 12 23:38:48.218 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (255.010033ms)
38652026-08-12T23:38:49.651Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38662026-08-12T23:38:49.745Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38672026-08-12T23:38:49.745ZAug 12 23:38:48.537 INFO [stamp-propolis-server] process exited with exit status: 0 (573.071572ms)
38682026-08-12T23:38:49.745ZAug 12 23:38:48.538 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (575.828084ms)
38692026-08-12T23:38:50.267ZAug 12 23:38:49.741 INFO [host-libraries] task succeeded (1.780792902s)
38702026-08-12T23:38:50.270ZAug 12 23:38:49.741 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38712026-08-12T23:38:50.273Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38722026-08-12T23:38:51.199Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38732026-08-12T23:38:52.035Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38742026-08-12T23:38:55.623Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38752026-08-12T23:38:55.627ZAug 12 23:38:55.100 INFO [stamp-switch-asic] process exited with exit status: 0 (7.136206965s)
38762026-08-12T23:38:55.627ZAug 12 23:38:55.100 INFO [host-stamp] task succeeded (7.140172978s)
38772026-08-12T23:38:55.627ZAug 12 23:38:55.100 INFO [host-proto] running task
38782026-08-12T23:38:56.100ZAug 12 23:38:55.574 INFO [host-proto] task succeeded (473.871597ms)
38792026-08-12T23:38:56.100ZAug 12 23:38:55.574 INFO [host-profile] running task
38802026-08-12T23:38:56.104ZAug 12 23:38:55.574 INFO [host-profile] task succeeded (192.09µs)
38812026-08-12T23:38:56.104ZAug 12 23:38:55.574 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.504' -P /tmp/.tmpFnSeuI/proto/host/root -N 'ci 8e543d4/${os_short_commit} 2026-08-12 23:24' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38822026-08-12T23:38:56.107Z[ host-image] Aug 12 23:38:55.580 INFO Checking files for board 'cosmo-mbist'
38832026-08-12T23:38:56.107Z[ host-image] Aug 12 23:38:55.581 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38842026-08-12T23:38:56.107Z[ host-image] Aug 12 23:38:55.581 INFO Checking files for board 'cosmo'
38852026-08-12T23:38:56.107Z[ host-image] Aug 12 23:38:55.581 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38862026-08-12T23:38:56.110Z[ host-image] Aug 12 23:38:55.581 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38872026-08-12T23:38:56.110Z[ host-image] Aug 12 23:38:55.581 INFO Checking files for board 'cosmo-mbist-noaggr'
38882026-08-12T23:38:56.110Z[ host-image] Aug 12 23:38:55.581 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38892026-08-12T23:38:56.110Z[ host-image] Aug 12 23:38:55.581 INFO Checking files for board 'gimlet'
38902026-08-12T23:38:56.110Z[ host-image] Aug 12 23:38:55.581 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38912026-08-12T23:38:56.110Z[ host-image] Aug 12 23:38:55.581 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38922026-08-12T23:38:56.115Z[ host-image] Aug 12 23:38:55.589 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpFnSeuI/proto/host/root"
38932026-08-12T23:38:56.115Z[ host-image] Aug 12 23:38:55.589 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38942026-08-12T23:38:56.119Z[ host-image] Aug 12 23:38:55.590 INFO image builder template: ramdisk-01-os...
38952026-08-12T23:38:56.119Z[ host-image] Aug 12 23:38:55.590 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/.tmpFnSeuI/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38962026-08-12T23:38:56.128Z[ host-image] Aug 12 23:38:55.602 INFO O| Aug 12 23:38:55.602 INFO CREATE DATASET: rpool/images/build/host/output
38972026-08-12T23:38:57.206Z[ host-image] Aug 12 23:38:56.679 INFO O| Aug 12 23:38:56.679 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38982026-08-12T23:38:57.209Z[ host-image] Aug 12 23:38:56.682 INFO O| Aug 12 23:38:56.682 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38992026-08-12T23:38:57.406Z[ host-image] Aug 12 23:38:56.879 INFO O| Aug 12 23:38:56.879 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39002026-08-12T23:38:57.553Z[ host-image] Aug 12 23:38:57.026 INFO O| Aug 12 23:38:57.026 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39012026-08-12T23:38:57.553Z[ host-image] Aug 12 23:38:57.026 INFO O| Aug 12 23:38:57.026 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39022026-08-12T23:38:57.556Z[ host-image] Aug 12 23:38:57.026 INFO O| Aug 12 23:38:57.026 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39032026-08-12T23:38:57.556Z[ host-image] Aug 12 23:38:57.026 INFO O| Aug 12 23:38:57.026 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39042026-08-12T23:38:57.559Z[ host-image] Aug 12 23:38:57.033 INFO O| Aug 12 23:38:57.031 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39052026-08-12T23:38:57.778Z[ host-image] Aug 12 23:38:57.252 INFO O| Aug 12 23:38:57.251 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-08-12T23:38:57.785Z[ host-image] Aug 12 23:38:57.259 INFO O| Aug 12 23:38:57.259 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39072026-08-12T23:38:58.077Z[ host-image] Aug 12 23:38:57.549 INFO O| Aug 12 23:38:57.549 INFO O| Caching catalogs ... Done
39082026-08-12T23:38:58.148Z[ host-image] Aug 12 23:38:57.621 INFO O| Aug 12 23:38:57.621 INFO STEP 0 (pkg_image_create) COMPLETE
39092026-08-12T23:38:58.148Z[ host-image] Aug 12 23:38:57.621 INFO O| Aug 12 23:38:57.621 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-08-12T23:38:58.156Z[ host-image] Aug 12 23:38:57.629 INFO O| Aug 12 23:38:57.629 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
39112026-08-12T23:38:58.436Z[ host-image] Aug 12 23:38:57.893 INFO O| Aug 12 23:38:57.893 INFO STEP 1 (pkg_set_publisher) COMPLETE
39122026-08-12T23:38:58.436Z[ host-image] Aug 12 23:38:57.893 INFO O| Aug 12 23:38:57.893 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-12T23:38:58.436Z[ host-image] Aug 12 23:38:57.893 INFO O| Aug 12 23:38:57.893 INFO skip step because feature "publisher_1_name" is not enabled
39142026-08-12T23:38:58.439Z[ host-image] Aug 12 23:38:57.893 INFO O| Aug 12 23:38:57.893 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-08-12T23:38:58.439Z[ host-image] Aug 12 23:38:57.893 INFO O| Aug 12 23:38:57.893 INFO skip step because feature "publisher_2_name" is not enabled
39162026-08-12T23:38:58.439Z[ host-image] Aug 12 23:38:57.893 INFO O| Aug 12 23:38:57.893 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-12T23:38:58.439Z[ host-image] Aug 12 23:38:57.893 INFO O| Aug 12 23:38:57.893 INFO skip step because feature "publisher_3_name" is not enabled
39182026-08-12T23:38:58.439Z[ host-image] Aug 12 23:38:57.893 INFO O| Aug 12 23:38:57.893 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-08-12T23:38:58.681Z[ host-image] Aug 12 23:38:58.144 INFO O| Aug 12 23:38:58.144 INFO variant opensolaris.zone is already global
39202026-08-12T23:38:58.682Z[ host-image] Aug 12 23:38:58.145 INFO O| Aug 12 23:38:58.144 INFO STEP 5 (pkg_change_variant) COMPLETE
39212026-08-12T23:38:58.682Z[ host-image] Aug 12 23:38:58.145 INFO O| Aug 12 23:38:58.144 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-08-12T23:38:58.928Z[ host-image] Aug 12 23:38:58.386 INFO O| Aug 12 23:38:58.386 INFO variant opensolaris.imagetype is full; changing to partial
39232026-08-12T23:38:58.929Z[ host-image] Aug 12 23:38:58.386 INFO O| Aug 12 23:38:58.386 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39242026-08-12T23:39:00.525Z[ host-image] Aug 12 23:38:59.995 INFO O| Aug 12 23:38:59.995 INFO O| Startup: Refreshing catalog 'helios' ... Done
39252026-08-12T23:39:00.876Z[ host-image] Aug 12 23:39:00.349 INFO O| Aug 12 23:39:00.349 INFO O| Startup: Caching catalogs ... Done
39262026-08-12T23:39:00.887Z[ host-image] Aug 12 23:39:00.361 INFO O| Aug 12 23:39:00.361 INFO O| Planning: Planning completed in 0.00 seconds
39272026-08-12T23:39:00.890Z[ host-image] Aug 12 23:39:00.362 INFO O| Aug 12 23:39:00.362 INFO O| Planning: Consolidating action changes ... Done
39282026-08-12T23:39:00.891Z[ host-image] Aug 12 23:39:00.362 INFO O| Aug 12 23:39:00.362 INFO O| Planning: Evaluating mediators ... Done
39292026-08-12T23:39:00.891Z[ host-image] Aug 12 23:39:00.362 INFO O| Aug 12 23:39:00.362 INFO O| Planning: Planning completed in 0.00 seconds
39302026-08-12T23:39:00.891Z[ host-image] Aug 12 23:39:00.362 INFO O| Aug 12 23:39:00.362 INFO O| Variants/Facets to change: 1
39312026-08-12T23:39:00.897Z[ host-image] Aug 12 23:39:00.371 INFO O| Aug 12 23:39:00.371 INFO O| Finalize: Updating package state database ... Done
39322026-08-12T23:39:00.900Z[ host-image] Aug 12 23:39:00.371 INFO O| Aug 12 23:39:00.371 INFO O| Finalize: Updating package cache ... Done
39332026-08-12T23:39:00.956Z[ host-image] Aug 12 23:39:00.428 INFO O| Aug 12 23:39:00.428 INFO O| Finalize: Updating image state ... Done
39342026-08-12T23:39:00.963Z[ host-image] Aug 12 23:39:00.437 INFO O| Aug 12 23:39:00.437 INFO O| Finalize: Creating fast lookup database ... Done
39352026-08-12T23:39:00.966Z[ host-image] Aug 12 23:39:00.437 INFO O| Aug 12 23:39:00.437 INFO O| Finalize: Reading search index ... Done
39362026-08-12T23:39:00.966Z[ host-image] Aug 12 23:39:00.437 INFO O| Aug 12 23:39:00.437 INFO O| Finalize: Updating search index ... Done
39372026-08-12T23:39:00.966Z[ host-image] Aug 12 23:39:00.438 INFO O| Aug 12 23:39:00.438 INFO O| Finalize: Updating package cache ... Done
39382026-08-12T23:39:01.120Z[ host-image] Aug 12 23:39:00.593 INFO O| Aug 12 23:39:00.593 INFO STEP 6 (pkg_change_variant) COMPLETE
39392026-08-12T23:39:01.120Z[ host-image] Aug 12 23:39:00.594 INFO O| Aug 12 23:39:00.593 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-08-12T23:39:01.123Z[ host-image] Aug 12 23:39:00.594 INFO O| Aug 12 23:39:00.593 INFO skip step because feature "debug_variant" is not enabled
39412026-08-12T23:39:01.123Z[ host-image] Aug 12 23:39:00.594 INFO O| Aug 12 23:39:00.593 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-08-12T23:39:01.361Z[ host-image] Aug 12 23:39:00.834 INFO O| Aug 12 23:39:00.834 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39432026-08-12T23:39:02.708Z[ host-image] Aug 12 23:39:02.182 INFO O| Aug 12 23:39:02.182 INFO O| Startup: Refreshing catalog 'helios' ... Done
39442026-08-12T23:39:03.137Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.73s
39452026-08-12T23:39:03.225Z[ host-image] Aug 12 23:39:02.699 INFO O| Aug 12 23:39:02.699 INFO O| Startup: Caching catalogs ... Done
39462026-08-12T23:39:03.238Z[ host-image] Aug 12 23:39:02.711 INFO O| Aug 12 23:39:02.711 INFO O| Planning: Planning completed in 0.00 seconds
39472026-08-12T23:39:03.241Z[ host-image] Aug 12 23:39:02.712 INFO O| Aug 12 23:39:02.712 INFO O| Planning: Consolidating action changes ... Done
39482026-08-12T23:39:03.241Z[ host-image] Aug 12 23:39:02.712 INFO O| Aug 12 23:39:02.712 INFO O| Planning: Evaluating mediators ... Done
39492026-08-12T23:39:03.241Z[ host-image] Aug 12 23:39:02.712 INFO O| Aug 12 23:39:02.712 INFO O| Planning: Planning completed in 0.00 seconds
39502026-08-12T23:39:03.241Z[ host-image] Aug 12 23:39:02.712 INFO O| Aug 12 23:39:02.712 INFO O| Variants/Facets to change: 1
39512026-08-12T23:39:03.246Z[ host-image] Aug 12 23:39:02.720 INFO O| Aug 12 23:39:02.720 INFO O| Finalize: Updating package state database ... Done
39522026-08-12T23:39:03.250Z[ host-image] Aug 12 23:39:02.720 INFO O| Aug 12 23:39:02.720 INFO O| Finalize: Updating package cache ... Done
39532026-08-12T23:39:03.305Z[ host-image] Aug 12 23:39:02.779 INFO O| Aug 12 23:39:02.779 INFO O| Finalize: Updating image state ... Done
39542026-08-12T23:39:03.314Z[ host-image] Aug 12 23:39:02.787 INFO O| Aug 12 23:39:02.787 INFO O| Finalize: Creating fast lookup database ... Done
39552026-08-12T23:39:03.319Z[ host-image] Aug 12 23:39:02.788 INFO O| Aug 12 23:39:02.788 INFO O| Finalize: Reading search index ... Done
39562026-08-12T23:39:03.319Z[ host-image] Aug 12 23:39:02.788 INFO O| Aug 12 23:39:02.788 INFO O| Finalize: Updating search index ... Done
39572026-08-12T23:39:03.321Z[ host-image] Aug 12 23:39:02.789 INFO O| Aug 12 23:39:02.789 INFO O| Finalize: Updating package cache ... Done
39582026-08-12T23:39:03.479Z[ host-image] Aug 12 23:39:02.951 INFO O| Aug 12 23:39:02.951 INFO STEP 8 (pkg_change_facet) COMPLETE
39592026-08-12T23:39:03.479Z[ host-image] Aug 12 23:39:02.951 INFO O| Aug 12 23:39:02.951 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-08-12T23:39:03.479Z[ host-image] Aug 12 23:39:02.951 INFO O| Aug 12 23:39:02.951 INFO skip step because feature "recovery" is not enabled
39612026-08-12T23:39:03.480Z[ host-image] Aug 12 23:39:02.951 INFO O| Aug 12 23:39:02.951 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-08-12T23:39:03.483Z[ host-image] Aug 12 23:39:02.951 INFO O| Aug 12 23:39:02.951 INFO skip step because feature "recovery" is not enabled
39632026-08-12T23:39:03.483Z[ host-image] Aug 12 23:39:02.951 INFO O| Aug 12 23:39:02.951 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-08-12T23:39:03.486Z[ host-image] Aug 12 23:39:02.958 INFO O| Aug 12 23:39:02.958 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
39652026-08-12T23:39:04.821ZAug 12 23:39:04.293 INFO [recovery-package] process exited with exit status: 0 (14.55155911s)
39662026-08-12T23:39:04.821ZAug 12 23:39:04.293 INFO [recovery-libraries] running task
39672026-08-12T23:39:04.821ZAug 12 23:39:04.293 INFO [recovery-stamp] running task
39682026-08-12T23:39:04.826ZAug 12 23:39:04.293 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git8e543d40bb4
39692026-08-12T23:39:04.826ZAug 12 23:39:04.293 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+git8e543d40bb4
39702026-08-12T23:39:04.833Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39712026-08-12T23:39:04.833Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39722026-08-12T23:39:04.877ZAug 12 23:39:04.350 INFO [recovery-libraries] task succeeded (57.270263ms)
39732026-08-12T23:39:04.880ZAug 12 23:39:04.350 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39742026-08-12T23:39:04.913Z[ host-image] Aug 12 23:39:04.377 INFO O| Aug 12 23:39:04.377 INFO O| Startup: Refreshing catalog 'helios' ... Done
39752026-08-12T23:39:04.937Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39762026-08-12T23:39:04.943ZAug 12 23:39:04.412 INFO [stamp-installinator] process exited with exit status: 0 (118.79139ms)
39772026-08-12T23:39:04.999Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39782026-08-12T23:39:05.005ZAug 12 23:39:04.475 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (181.618867ms)
39792026-08-12T23:39:05.005ZAug 12 23:39:04.475 INFO [recovery-stamp] task succeeded (182.413417ms)
39802026-08-12T23:39:05.005ZAug 12 23:39:04.475 INFO [recovery-proto] running task
39812026-08-12T23:39:05.005ZAug 12 23:39:04.475 INFO [tuf-stamp] running task
39822026-08-12T23:39:05.005ZAug 12 23:39:04.475 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+git8e543d40bb4
39832026-08-12T23:39:05.005ZAug 12 23:39:04.476 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+git8e543d40bb4
39842026-08-12T23:39:05.005ZAug 12 23:39:04.476 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+git8e543d40bb4
39852026-08-12T23:39:05.005ZAug 12 23:39:04.477 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+git8e543d40bb4
39862026-08-12T23:39:05.005ZAug 12 23:39:04.477 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+git8e543d40bb4
39872026-08-12T23:39:05.005ZAug 12 23:39:04.477 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+git8e543d40bb4
39882026-08-12T23:39:05.009ZAug 12 23:39:04.478 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+git8e543d40bb4
39892026-08-12T23:39:05.009ZAug 12 23:39:04.478 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+git8e543d40bb4
39902026-08-12T23:39:05.009ZAug 12 23:39:04.479 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+git8e543d40bb4
39912026-08-12T23:39:05.009ZAug 12 23:39:04.479 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+git8e543d40bb4
39922026-08-12T23:39:05.009ZAug 12 23:39:04.479 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+git8e543d40bb4
39932026-08-12T23:39:05.009ZAug 12 23:39:04.479 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+git8e543d40bb4
39942026-08-12T23:39:05.016Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-08-12T23:39:05.016Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-08-12T23:39:05.016Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-08-12T23:39:05.016Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-12T23:39:05.016Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-12T23:39:05.016Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-12T23:39:05.016Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-12T23:39:05.016Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-08-12T23:39:05.016Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-08-12T23:39:05.019Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-12T23:39:05.019Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-12T23:39:05.019Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-08-12T23:39:05.062Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40072026-08-12T23:39:05.067ZAug 12 23:39:04.537 INFO [stamp-probe] process exited with exit status: 0 (59.185844ms)
40082026-08-12T23:39:05.131ZAug 12 23:39:04.602 INFO [recovery-proto] task succeeded (126.435896ms)
40092026-08-12T23:39:05.136ZAug 12 23:39:04.602 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.504' -P /tmp/.tmpFnSeuI/proto/recovery/root -N 'recovery 8e543d4/${os_short_commit} 2026-08-12 23:24' -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/'
40102026-08-12T23:39:05.136Z[ recovery-image] Aug 12 23:39:04.608 INFO Checking files for board 'cosmo'
40112026-08-12T23:39:05.136Z[ recovery-image] Aug 12 23:39:04.609 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40122026-08-12T23:39:05.136Z[ recovery-image] Aug 12 23:39:04.609 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40132026-08-12T23:39:05.136Z[ recovery-image] Aug 12 23:39:04.609 INFO Checking files for board 'cosmo-mbist-noaggr'
40142026-08-12T23:39:05.136Z[ recovery-image] Aug 12 23:39:04.609 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40152026-08-12T23:39:05.136Z[ recovery-image] Aug 12 23:39:04.609 INFO Checking files for board 'gimlet'
40162026-08-12T23:39:05.136Z[ recovery-image] Aug 12 23:39:04.609 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40172026-08-12T23:39:05.136Z[ recovery-image] Aug 12 23:39:04.609 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40182026-08-12T23:39:05.137Z[ recovery-image] Aug 12 23:39:04.609 INFO Checking files for board 'cosmo-mbist'
40192026-08-12T23:39:05.137Z[ recovery-image] Aug 12 23:39:04.609 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40202026-08-12T23:39:05.146Z[ recovery-image] Aug 12 23:39:04.619 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpFnSeuI/proto/recovery/root"
40212026-08-12T23:39:05.151Z[ recovery-image] Aug 12 23:39:04.620 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40222026-08-12T23:39:05.151Z[ recovery-image] Aug 12 23:39:04.620 INFO image builder template: ramdisk-01-os...
40232026-08-12T23:39:05.151Z[ recovery-image] Aug 12 23:39:04.620 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/.tmpFnSeuI/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40242026-08-12T23:39:05.175Z[ recovery-image] Aug 12 23:39:04.649 INFO O| Aug 12 23:39:04.649 INFO CREATE DATASET: rpool/images/build/recovery/output
40252026-08-12T23:39:05.311Z[ host-image] Aug 12 23:39:04.784 INFO O| Aug 12 23:39:04.784 INFO O| Startup: Caching catalogs ... Done
40262026-08-12T23:39:05.476Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40272026-08-12T23:39:05.504Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40282026-08-12T23:39:05.579Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40292026-08-12T23:39:05.586ZAug 12 23:39:05.056 INFO [stamp-ntp] process exited with exit status: 0 (577.306175ms)
40302026-08-12T23:39:05.616Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40312026-08-12T23:39:05.621ZAug 12 23:39:05.092 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (612.950482ms)
40322026-08-12T23:39:05.787Z[ recovery-image] Aug 12 23:39:05.254 INFO O| Aug 12 23:39:05.254 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40332026-08-12T23:39:05.798Z[ recovery-image] Aug 12 23:39:05.258 INFO O| Aug 12 23:39:05.258 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40342026-08-12T23:39:05.820Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40352026-08-12T23:39:05.823ZAug 12 23:39:05.296 INFO [stamp-internal-dns] process exited with exit status: 0 (818.855226ms)
40362026-08-12T23:39:05.880Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40372026-08-12T23:39:05.887ZAug 12 23:39:05.358 INFO [stamp-external-dns] process exited with exit status: 0 (881.276733ms)
40382026-08-12T23:39:05.891Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40392026-08-12T23:39:05.896ZAug 12 23:39:05.368 INFO [stamp-crucible-zone] process exited with exit status: 0 (889.49342ms)
40402026-08-12T23:39:06.102Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40412026-08-12T23:39:06.106ZAug 12 23:39:05.577 INFO [stamp-oximeter] process exited with exit status: 0 (1.100071839s)
40422026-08-12T23:39:07.073Z[ host-image] Aug 12 23:39:06.546 INFO O| Aug 12 23:39:06.546 INFO O| Planning: Solver setup ... Done
40432026-08-12T23:39:07.219Z[ host-image] Aug 12 23:39:06.691 INFO O| Aug 12 23:39:06.691 INFO O| Planning: Running solver ... Done
40442026-08-12T23:39:07.260Z[ host-image] Aug 12 23:39:06.730 INFO O| Aug 12 23:39:06.730 INFO O| Planning: Finding local manifests ... Done
40452026-08-12T23:39:07.277Z[ host-image] Aug 12 23:39:06.747 INFO O| Aug 12 23:39:06.747 INFO O| Planning: Fetching manifests: 0/130 0% complete
40462026-08-12T23:39:07.328Z[ recovery-image] Aug 12 23:39:06.802 INFO O| Aug 12 23:39:06.802 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40472026-08-12T23:39:07.674Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40482026-08-12T23:39:07.682ZAug 12 23:39:07.147 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.669143029s)
40492026-08-12T23:39:08.865Z[ recovery-image] Aug 12 23:39:08.336 INFO O| Aug 12 23:39:08.336 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40502026-08-12T23:39:08.868Z[ recovery-image] Aug 12 23:39:08.336 INFO O| Aug 12 23:39:08.336 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40512026-08-12T23:39:08.868Z[ recovery-image] Aug 12 23:39:08.336 INFO O| Aug 12 23:39:08.336 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40522026-08-12T23:39:08.868Z[ recovery-image] Aug 12 23:39:08.336 INFO O| Aug 12 23:39:08.336 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40532026-08-12T23:39:08.873Z[ recovery-image] Aug 12 23:39:08.345 INFO O| Aug 12 23:39:08.345 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40542026-08-12T23:39:09.087Z[ host-image] Aug 12 23:39:08.560 INFO O| Aug 12 23:39:08.560 INFO O| Planning: Fetching manifests: 130/130 100% complete
40552026-08-12T23:39:09.461Z[ host-image] Aug 12 23:39:08.931 INFO O| Aug 12 23:39:08.931 INFO O| Planning: Package planning ... Done
40562026-08-12T23:39:09.717Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40572026-08-12T23:39:09.721ZAug 12 23:39:09.189 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.712356358s)
40582026-08-12T23:39:09.899Z[ host-image] Aug 12 23:39:09.372 INFO O| Aug 12 23:39:09.372 INFO O| Planning: Merging actions ... Done
40592026-08-12T23:39:10.004Z[ host-image] Aug 12 23:39:09.477 INFO O| Aug 12 23:39:09.477 INFO O| Planning: Checking for conflicting actions ... Done
40602026-08-12T23:39:10.019Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40612026-08-12T23:39:10.027ZAug 12 23:39:09.495 INFO [stamp-clickhouse] process exited with exit status: 0 (5.02003297s)
40622026-08-12T23:39:10.035Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40632026-08-12T23:39:10.039ZAug 12 23:39:09.511 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.033360301s)
40642026-08-12T23:39:10.105Z[ host-image] Aug 12 23:39:09.579 INFO O| Aug 12 23:39:09.579 INFO O| Planning: Consolidating action changes ... Done
40652026-08-12T23:39:10.276Z[ host-image] Aug 12 23:39:09.746 INFO O| Aug 12 23:39:09.746 INFO O| Planning: Evaluating mediators ... Done
40662026-08-12T23:39:10.310Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40672026-08-12T23:39:10.313ZAug 12 23:39:09.785 INFO [stamp-nexus] process exited with exit status: 0 (5.309472168s)
40682026-08-12T23:39:10.313ZAug 12 23:39:09.785 INFO [tuf-stamp] task succeeded (5.310232759s)
40692026-08-12T23:39:10.313ZAug 12 23:39:09.785 INFO [tuf-v2-zones] running task
40702026-08-12T23:39:10.475ZAug 12 23:39:09.948 INFO [tuf-v2-zones] task succeeded (163.141862ms)
40712026-08-12T23:39:10.602Z[verify-libraries] Compiling match_cfg v0.1.0
40722026-08-12T23:39:10.602Z[verify-libraries] Compiling slog-json v2.6.1
40732026-08-12T23:39:10.602Z[verify-libraries] Compiling debug-ignore v1.0.5
40742026-08-12T23:39:10.610Z[verify-libraries] Compiling progenitor-client v0.14.0
40752026-08-12T23:39:10.610Z[verify-libraries] Compiling sha1 v0.11.0
40762026-08-12T23:39:10.610Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40772026-08-12T23:39:10.611Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40782026-08-12T23:39:10.612Z[verify-libraries] Compiling multer v3.1.0
40792026-08-12T23:39:10.896Z[verify-libraries] Compiling compression-core v0.4.31
40802026-08-12T23:39:10.913Z[verify-libraries] Compiling async-stream-impl v0.3.6
40812026-08-12T23:39:10.921Z[verify-libraries] Compiling serde_spanned v1.1.1
40822026-08-12T23:39:10.921Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40832026-08-12T23:39:10.921Z[verify-libraries] Compiling dropshot v0.17.1
40842026-08-12T23:39:11.062Z[verify-libraries] Compiling hostname v0.3.1
40852026-08-12T23:39:11.062Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40862026-08-12T23:39:11.106Z[verify-libraries] Compiling waitgroup v0.1.2
40872026-08-12T23:39:11.110Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40882026-08-12T23:39:11.183Z[verify-libraries] Compiling slog-bunyan v2.5.0
40892026-08-12T23:39:11.183Z[verify-libraries] Compiling compression-codecs v0.4.37
40902026-08-12T23:39:11.184Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40912026-08-12T23:39:11.192Z[verify-libraries] Compiling hostname v0.4.2
40922026-08-12T23:39:11.192Z[verify-libraries] Compiling atomicwrites v0.4.4
40932026-08-12T23:39:11.279Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40942026-08-12T23:39:11.282Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40952026-08-12T23:39:11.370Z[verify-libraries] Compiling macaddr v1.0.1
40962026-08-12T23:39:11.375Z[verify-libraries] Compiling regress v0.10.5
40972026-08-12T23:39:11.375Z[verify-libraries] Compiling instant v0.1.13
40982026-08-12T23:39:11.375Z[verify-libraries] Compiling parse-display-derive v0.10.0
40992026-08-12T23:39:11.375Z[verify-libraries] Compiling itertools v0.14.0
41002026-08-12T23:39:11.376Z[verify-libraries] Compiling backon v1.6.0
41012026-08-12T23:39:11.421Z[verify-libraries] Compiling async-compression v0.4.41
41022026-08-12T23:39:11.491Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41032026-08-12T23:39:11.511Z[verify-libraries] Compiling humantime v2.3.0
41042026-08-12T23:39:11.579Z[verify-libraries] Compiling convert_case v0.4.0
41052026-08-12T23:39:11.623Z[verify-libraries] Compiling backoff v0.4.0
41062026-08-12T23:39:11.666Z[verify-libraries] Compiling progenitor-extras v0.2.0
41072026-08-12T23:39:11.666Z[verify-libraries] Compiling half v2.7.1
41082026-08-12T23:39:11.670Z[ host-image] Aug 12 23:39:11.132 INFO O| Aug 12 23:39:11.132 INFO O| Planning: Planning completed in 6.34 seconds
41092026-08-12T23:39:11.670Z[ host-image] Aug 12 23:39:11.134 INFO O| Aug 12 23:39:11.134 INFO O| Packages to install: 130
41102026-08-12T23:39:11.670Z[ host-image] Aug 12 23:39:11.134 INFO O| Aug 12 23:39:11.134 INFO O| Mediators to change: 5
41112026-08-12T23:39:11.670Z[ host-image] Aug 12 23:39:11.134 INFO O| Aug 12 23:39:11.134 INFO O| Services to change: 6
41122026-08-12T23:39:11.685Z[verify-libraries] Compiling async-stream v0.3.6
41132026-08-12T23:39:11.688Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41142026-08-12T23:39:11.694Z[ host-image] Aug 12 23:39:11.167 INFO O| Aug 12 23:39:11.167 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41152026-08-12T23:39:11.751Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41162026-08-12T23:39:11.754Z[verify-libraries] Compiling ciborium-io v0.2.2
41172026-08-12T23:39:11.840Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41182026-08-12T23:39:11.876Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41192026-08-12T23:39:11.877Z[verify-libraries] Compiling indent_write v2.2.0
41202026-08-12T23:39:11.977Z[verify-libraries] Compiling regress v0.11.1
41212026-08-12T23:39:11.981Z[verify-libraries] Compiling ciborium-ll v0.2.2
41222026-08-12T23:39:11.981Z[verify-libraries] Compiling secrecy v0.10.3
41232026-08-12T23:39:11.994Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41242026-08-12T23:39:11.998Z[verify-libraries] Compiling derive_more v0.99.20
41252026-08-12T23:39:12.041Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41262026-08-12T23:39:12.096Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41272026-08-12T23:39:12.147Z[verify-libraries] Compiling inout v0.1.4
41282026-08-12T23:39:12.190Z[verify-libraries] Compiling ciborium v0.2.2
41292026-08-12T23:39:12.224Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41302026-08-12T23:39:12.264Z[verify-libraries] Compiling universal-hash v0.5.1
41312026-08-12T23:39:12.289Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41322026-08-12T23:39:12.374Z[verify-libraries] Compiling cipher v0.4.4
41332026-08-12T23:39:12.412Z[verify-libraries] Compiling opaque-debug v0.3.1
41342026-08-12T23:39:12.488Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41352026-08-12T23:39:12.538Z[verify-libraries] Compiling poly1305 v0.8.0
41362026-08-12T23:39:12.575Z[verify-libraries] Compiling blake2 v0.10.6
41372026-08-12T23:39:12.589Z[verify-libraries] Compiling aead v0.5.2
41382026-08-12T23:39:12.689Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41392026-08-12T23:39:12.703Z[verify-libraries] Compiling chacha20 v0.9.1
41402026-08-12T23:39:12.821Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41412026-08-12T23:39:12.863Z[verify-libraries] Compiling password-hash v0.5.0
41422026-08-12T23:39:12.863Z[verify-libraries] Compiling num-derive v0.4.2
41432026-08-12T23:39:12.888Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41442026-08-12T23:39:13.035Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41452026-08-12T23:39:13.060Z[verify-libraries] Compiling rayon-core v1.13.0
41462026-08-12T23:39:13.137Z[verify-libraries] Compiling argon2 v0.5.3
41472026-08-12T23:39:13.229Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41482026-08-12T23:39:13.264Z[verify-libraries] Compiling glob v0.3.3
41492026-08-12T23:39:13.339Z[verify-libraries] Compiling parse-display v0.10.0
41502026-08-12T23:39:13.346Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41512026-08-12T23:39:13.450Z[verify-libraries] Compiling usdt-macro v0.5.0
41522026-08-12T23:39:13.558Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41532026-08-12T23:39:13.661Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41542026-08-12T23:39:13.691Z[verify-libraries] Compiling typify-impl v0.6.2
41552026-08-12T23:39:13.775Z[verify-libraries] Compiling vsss-rs v3.3.4
41562026-08-12T23:39:13.798Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41572026-08-12T23:39:13.991Z[verify-libraries] Compiling memmap v0.7.0
41582026-08-12T23:39:14.032Z[ recovery-image] Aug 12 23:39:13.505 INFO O| Aug 12 23:39:13.505 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41592026-08-12T23:39:14.043Z[ recovery-image] Aug 12 23:39:13.516 INFO O| Aug 12 23:39:13.516 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41602026-08-12T23:39:14.154Z[verify-libraries] Compiling heapless v0.8.0
41612026-08-12T23:39:14.200Z[verify-libraries] Compiling proc-macro-error v1.0.4
41622026-08-12T23:39:14.314Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41632026-08-12T23:39:14.366Z[verify-libraries] Compiling tabwriter v1.4.1
41642026-08-12T23:39:14.416Z[verify-libraries] Compiling usdt v0.5.0
41652026-08-12T23:39:14.447Z[verify-libraries] Compiling ingot-macros v0.2.0
41662026-08-12T23:39:14.462Z[ recovery-image] Aug 12 23:39:13.933 INFO O| Aug 12 23:39:13.933 INFO O| Caching catalogs ... Done
41672026-08-12T23:39:14.479Z[verify-libraries] Compiling hash32 v0.3.1
41682026-08-12T23:39:14.550Z[ recovery-image] Aug 12 23:39:14.022 INFO O| Aug 12 23:39:14.022 INFO STEP 0 (pkg_image_create) COMPLETE
41692026-08-12T23:39:14.551Z[ recovery-image] Aug 12 23:39:14.022 INFO O| Aug 12 23:39:14.022 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41702026-08-12T23:39:14.558Z[ recovery-image] Aug 12 23:39:14.031 INFO O| Aug 12 23:39:14.031 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"]
41712026-08-12T23:39:14.612Z[verify-libraries] Compiling smoltcp v0.11.0
41722026-08-12T23:39:14.666Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41732026-08-12T23:39:14.695Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41742026-08-12T23:39:14.804Z[verify-libraries] Compiling cobs v0.3.0
41752026-08-12T23:39:14.844Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41762026-08-12T23:39:14.849Z[verify-libraries] Compiling colored v3.1.1
41772026-08-12T23:39:14.902Z[verify-libraries] Compiling rayon v1.11.0
41782026-08-12T23:39:14.940Z[ recovery-image] Aug 12 23:39:14.413 INFO O| Aug 12 23:39:14.413 INFO STEP 1 (pkg_set_publisher) COMPLETE
41792026-08-12T23:39:14.943Z[ recovery-image] Aug 12 23:39:14.413 INFO O| Aug 12 23:39:14.413 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41802026-08-12T23:39:14.944Z[ recovery-image] Aug 12 23:39:14.413 INFO O| Aug 12 23:39:14.413 INFO skip step because feature "publisher_1_name" is not enabled
41812026-08-12T23:39:14.951Z[ recovery-image] Aug 12 23:39:14.413 INFO O| Aug 12 23:39:14.413 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41822026-08-12T23:39:14.951Z[ recovery-image] Aug 12 23:39:14.413 INFO O| Aug 12 23:39:14.413 INFO skip step because feature "publisher_2_name" is not enabled
41832026-08-12T23:39:14.951Z[ recovery-image] Aug 12 23:39:14.413 INFO O| Aug 12 23:39:14.413 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41842026-08-12T23:39:14.951Z[ recovery-image] Aug 12 23:39:14.413 INFO O| Aug 12 23:39:14.413 INFO skip step because feature "publisher_3_name" is not enabled
41852026-08-12T23:39:14.951Z[ recovery-image] Aug 12 23:39:14.413 INFO O| Aug 12 23:39:14.413 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41862026-08-12T23:39:15.003Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41872026-08-12T23:39:15.024Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41882026-08-12T23:39:15.049Z[verify-libraries] Compiling num_enum_derive v0.7.6
41892026-08-12T23:39:15.049Z[verify-libraries] Compiling postcard v1.1.3
41902026-08-12T23:39:15.071Z[verify-libraries] Compiling rand v0.10.1
41912026-08-12T23:39:15.155Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41922026-08-12T23:39:15.203Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41932026-08-12T23:39:15.269Z[ recovery-image] Aug 12 23:39:14.741 INFO O| Aug 12 23:39:14.741 INFO variant opensolaris.zone is already global
41942026-08-12T23:39:15.269Z[ recovery-image] Aug 12 23:39:14.741 INFO O| Aug 12 23:39:14.741 INFO STEP 5 (pkg_change_variant) COMPLETE
41952026-08-12T23:39:15.269Z[ recovery-image] Aug 12 23:39:14.741 INFO O| Aug 12 23:39:14.741 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41962026-08-12T23:39:15.319Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41972026-08-12T23:39:15.374Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41982026-08-12T23:39:15.469Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41992026-08-12T23:39:15.480Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42002026-08-12T23:39:15.651Z[ recovery-image] Aug 12 23:39:15.070 INFO O| Aug 12 23:39:15.069 INFO variant opensolaris.imagetype is full; changing to partial
42012026-08-12T23:39:15.651Z[ recovery-image] Aug 12 23:39:15.070 INFO O| Aug 12 23:39:15.069 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42022026-08-12T23:39:15.701Z[verify-libraries] Compiling num_enum_derive v0.5.11
42032026-08-12T23:39:15.777Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42042026-08-12T23:39:15.825Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42052026-08-12T23:39:15.825Z[verify-libraries] Compiling cstr-argument v0.1.2
42062026-08-12T23:39:15.884Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42072026-08-12T23:39:16.048Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42082026-08-12T23:39:16.075Z[verify-libraries] Compiling sigpipe v0.1.3
42092026-08-12T23:39:16.102Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42102026-08-12T23:39:16.130Z[verify-libraries] Compiling foreign-types v0.5.0
42112026-08-12T23:39:16.218Z[verify-libraries] Compiling num_enum v0.7.6
42122026-08-12T23:39:16.258Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42132026-08-12T23:39:16.287Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42142026-08-12T23:39:16.325Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42152026-08-12T23:39:16.373Z[verify-libraries] Compiling itertools v0.12.1
42162026-08-12T23:39:16.374Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42172026-08-12T23:39:16.426Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42182026-08-12T23:39:16.478Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42192026-08-12T23:39:16.545Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42202026-08-12T23:39:16.548Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42212026-08-12T23:39:16.594Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42222026-08-12T23:39:16.606Z[verify-libraries] Compiling toml v0.8.23
42232026-08-12T23:39:16.606Z[verify-libraries] Compiling smf v0.2.3
42242026-08-12T23:39:16.696Z[ host-image] Aug 12 23:39:16.167 INFO O| Aug 12 23:39:16.167 INFO O| Download: 12868/23887 items 107.9/222.8MB 48% complete (21.6M/s)
42252026-08-12T23:39:16.768Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42262026-08-12T23:39:16.839Z[verify-libraries] Compiling num_enum v0.5.11
42272026-08-12T23:39:16.922Z[verify-libraries] Compiling whoami v1.6.1
42282026-08-12T23:39:16.954Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42292026-08-12T23:39:16.958Z[verify-libraries] Compiling derive-where v1.6.0
42302026-08-12T23:39:17.024Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42312026-08-12T23:39:17.097Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42322026-08-12T23:39:17.202Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42332026-08-12T23:39:17.262Z[verify-libraries] Compiling gethostname v0.5.0
42342026-08-12T23:39:17.328Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42352026-08-12T23:39:17.328Z[verify-libraries] Compiling console v0.15.11
42362026-08-12T23:39:17.340Z[ recovery-image] Aug 12 23:39:16.812 INFO O| Aug 12 23:39:16.812 INFO O| Startup: Refreshing catalog 'helios' ... Done
42372026-08-12T23:39:17.419Z[verify-libraries] Compiling newline-converter v0.3.0
42382026-08-12T23:39:17.485Z[verify-libraries] Compiling resolv-conf v0.7.6
42392026-08-12T23:39:17.599Z[verify-libraries] Compiling num-rational v0.4.2
42402026-08-12T23:39:17.624Z[verify-libraries] Compiling ingot-types v0.2.0
42412026-08-12T23:39:17.638Z[verify-libraries] Compiling zone v0.3.1
42422026-08-12T23:39:17.656Z[verify-libraries] Compiling num-complex v0.4.6
42432026-08-12T23:39:17.717Z[verify-libraries] Compiling slog-dtrace v0.3.0
42442026-08-12T23:39:17.787Z[verify-libraries] Compiling expectorate v1.2.0
42452026-08-12T23:39:17.820Z[ recovery-image] Aug 12 23:39:17.293 INFO O| Aug 12 23:39:17.293 INFO O| Startup: Caching catalogs ... Done
42462026-08-12T23:39:17.834Z[ recovery-image] Aug 12 23:39:17.307 INFO O| Aug 12 23:39:17.307 INFO O| Planning: Planning completed in 0.00 seconds
42472026-08-12T23:39:17.840Z[ recovery-image] Aug 12 23:39:17.308 INFO O| Aug 12 23:39:17.308 INFO O| Planning: Consolidating action changes ... Done
42482026-08-12T23:39:17.841Z[ recovery-image] Aug 12 23:39:17.308 INFO O| Aug 12 23:39:17.308 INFO O| Planning: Evaluating mediators ... Done
42492026-08-12T23:39:17.841Z[ recovery-image] Aug 12 23:39:17.308 INFO O| Aug 12 23:39:17.308 INFO O| Planning: Planning completed in 0.00 seconds
42502026-08-12T23:39:17.842Z[ recovery-image] Aug 12 23:39:17.308 INFO O| Aug 12 23:39:17.308 INFO O| Variants/Facets to change: 1
42512026-08-12T23:39:17.905Z[ recovery-image] Aug 12 23:39:17.329 INFO O| Aug 12 23:39:17.329 INFO O| Finalize: Updating package state database ... Done
42522026-08-12T23:39:17.905Z[ recovery-image] Aug 12 23:39:17.329 INFO O| Aug 12 23:39:17.329 INFO O| Finalize: Updating package cache ... Done
42532026-08-12T23:39:17.905Z[verify-libraries] Compiling linear-map v1.2.0
42542026-08-12T23:39:17.924Z[ recovery-image] Aug 12 23:39:17.398 INFO O| Aug 12 23:39:17.398 INFO O| Finalize: Updating image state ... Done
42552026-08-12T23:39:17.945Z[ recovery-image] Aug 12 23:39:17.419 INFO O| Aug 12 23:39:17.417 INFO O| Finalize: Creating fast lookup database ... Done
42562026-08-12T23:39:17.945Z[ recovery-image] Aug 12 23:39:17.419 INFO O| Aug 12 23:39:17.417 INFO O| Finalize: Reading search index ... Done
42572026-08-12T23:39:17.945Z[ recovery-image] Aug 12 23:39:17.419 INFO O| Aug 12 23:39:17.417 INFO O| Finalize: Updating search index ... Done
42582026-08-12T23:39:17.948Z[ recovery-image] Aug 12 23:39:17.419 INFO O| Aug 12 23:39:17.418 INFO O| Finalize: Updating package cache ... Done
42592026-08-12T23:39:18.036Z[verify-libraries] Compiling ingot v0.2.1
42602026-08-12T23:39:18.054Z[verify-libraries] Compiling prettyplease v0.2.37
42612026-08-12T23:39:18.138Z[verify-libraries] Compiling num v0.4.3
42622026-08-12T23:39:18.167Z[verify-libraries] Compiling float-ord v0.3.2
42632026-08-12T23:39:18.172Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42642026-08-12T23:39:18.227Z[ recovery-image] Aug 12 23:39:17.700 INFO O| Aug 12 23:39:17.699 INFO STEP 6 (pkg_change_variant) COMPLETE
42652026-08-12T23:39:18.227Z[ recovery-image] Aug 12 23:39:17.700 INFO O| Aug 12 23:39:17.699 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42662026-08-12T23:39:18.236Z[ recovery-image] Aug 12 23:39:17.700 INFO O| Aug 12 23:39:17.700 INFO skip step because feature "debug_variant" is not enabled
42672026-08-12T23:39:18.236Z[ recovery-image] Aug 12 23:39:17.700 INFO O| Aug 12 23:39:17.700 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42682026-08-12T23:39:18.268Z[verify-libraries] Compiling linked-hash-map v0.5.6
42692026-08-12T23:39:18.272Z[verify-libraries] Compiling hickory-proto v0.24.4
42702026-08-12T23:39:18.272Z[verify-libraries] Compiling convert_case v0.10.0
42712026-08-12T23:39:18.348Z[verify-libraries] Compiling minimal-lexical v0.2.1
42722026-08-12T23:39:18.404Z[verify-libraries] Compiling owo-colors v4.3.0
42732026-08-12T23:39:18.463Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42742026-08-12T23:39:18.463Z[verify-libraries] Compiling unicode-xid v0.2.6
42752026-08-12T23:39:18.559Z[verify-libraries] Compiling typify-macro v0.6.2
42762026-08-12T23:39:18.579Z[ recovery-image] Aug 12 23:39:18.052 INFO O| Aug 12 23:39:18.050 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42772026-08-12T23:39:18.621Z[verify-libraries] Compiling lru-cache v0.1.2
42782026-08-12T23:39:18.653Z[verify-libraries] Compiling nom v7.1.3
42792026-08-12T23:39:18.673Z[verify-libraries] Compiling tabled_derive v0.7.0
42802026-08-12T23:39:18.767Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42812026-08-12T23:39:18.778Z[verify-libraries] Compiling derive_more-impl v2.1.1
42822026-08-12T23:39:18.906Z[verify-libraries] Compiling fd-lock v4.0.4
42832026-08-12T23:39:19.212Z[verify-libraries] Compiling vte v0.14.1
42842026-08-12T23:39:19.239Z[verify-libraries] Compiling display-error-chain v0.2.2
42852026-08-12T23:39:19.404Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42862026-08-12T23:39:19.437Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42872026-08-12T23:39:19.473Z[verify-libraries] Compiling stacker v0.1.23
42882026-08-12T23:39:19.695Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42892026-08-12T23:39:19.833Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42902026-08-12T23:39:19.859Z[verify-libraries] Compiling psm v0.1.30
42912026-08-12T23:39:19.859Z[verify-libraries] Compiling reedline v0.40.0
42922026-08-12T23:39:19.908Z[verify-libraries] Compiling cfg_aliases v0.1.1
42932026-08-12T23:39:19.908Z[verify-libraries] Compiling derive_more v2.1.1
42942026-08-12T23:39:19.971Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42952026-08-12T23:39:20.014Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42962026-08-12T23:39:20.039Z[verify-libraries] Compiling crossterm v0.29.0
42972026-08-12T23:39:20.043Z[verify-libraries] Compiling tabled v0.15.0
42982026-08-12T23:39:20.089Z[verify-libraries] Compiling nix v0.28.0
42992026-08-12T23:39:20.125Z[verify-libraries] Compiling semver v0.1.20
43002026-08-12T23:39:20.189Z[verify-libraries] Compiling termtree v0.5.1
43012026-08-12T23:39:20.249Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43022026-08-12T23:39:20.375Z[verify-libraries] Compiling phf_shared v0.12.1
43032026-08-12T23:39:20.414Z[verify-libraries] Compiling rustc_version v0.1.7
43042026-08-12T23:39:20.447Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43052026-08-12T23:39:20.498Z[verify-libraries] Compiling nibble_vec v0.1.0
43062026-08-12T23:39:20.554Z[verify-libraries] Compiling endian-type v0.1.2
43072026-08-12T23:39:20.585Z[verify-libraries] Compiling chrono-tz v0.10.4
43082026-08-12T23:39:20.649Z[verify-libraries] Compiling hickory-resolver v0.24.4
43092026-08-12T23:39:20.694Z[verify-libraries] Compiling typify v0.6.2
43102026-08-12T23:39:20.730Z[verify-libraries] Compiling highway v1.3.0
43112026-08-12T23:39:20.730Z[verify-libraries] Compiling newtype_derive v0.1.6
43122026-08-12T23:39:20.782Z[ recovery-image] Aug 12 23:39:20.255 INFO O| Aug 12 23:39:20.255 INFO O| Startup: Refreshing catalog 'helios' ... Done
43132026-08-12T23:39:20.822Z[verify-libraries] Compiling progenitor-impl v0.14.0
43142026-08-12T23:39:20.899Z[verify-libraries] Compiling radix_trie v0.2.1
43152026-08-12T23:39:21.006Z[verify-libraries] Compiling recursive v0.1.1
43162026-08-12T23:39:21.024Z[verify-libraries] Compiling phf v0.12.1
43172026-08-12T23:39:21.024Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43182026-08-12T23:39:21.123Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43192026-08-12T23:39:21.192Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43202026-08-12T23:39:21.210Z[ recovery-image] Aug 12 23:39:20.683 INFO O| Aug 12 23:39:20.683 INFO O| Startup: Caching catalogs ... Done
43212026-08-12T23:39:21.220Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43222026-08-12T23:39:21.227Z[ recovery-image] Aug 12 23:39:20.697 INFO O| Aug 12 23:39:20.697 INFO O| Planning: Planning completed in 0.00 seconds
43232026-08-12T23:39:21.228Z[ recovery-image] Aug 12 23:39:20.698 INFO O| Aug 12 23:39:20.698 INFO O| Planning: Consolidating action changes ... Done
43242026-08-12T23:39:21.228Z[ recovery-image] Aug 12 23:39:20.698 INFO O| Aug 12 23:39:20.698 INFO O| Planning: Evaluating mediators ... Done
43252026-08-12T23:39:21.231Z[ recovery-image] Aug 12 23:39:20.698 INFO O| Aug 12 23:39:20.698 INFO O| Planning: Planning completed in 0.00 seconds
43262026-08-12T23:39:21.232Z[ recovery-image] Aug 12 23:39:20.698 INFO O| Aug 12 23:39:20.698 INFO O| Variants/Facets to change: 1
43272026-08-12T23:39:21.236Z[ recovery-image] Aug 12 23:39:20.708 INFO O| Aug 12 23:39:20.708 INFO O| Finalize: Updating package state database ... Done
43282026-08-12T23:39:21.236Z[ recovery-image] Aug 12 23:39:20.709 INFO O| Aug 12 23:39:20.708 INFO O| Finalize: Updating package cache ... Done
43292026-08-12T23:39:21.250Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43302026-08-12T23:39:21.254Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43312026-08-12T23:39:21.293Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43322026-08-12T23:39:21.306Z[ recovery-image] Aug 12 23:39:20.778 INFO O| Aug 12 23:39:20.778 INFO O| Finalize: Updating image state ... Done
43332026-08-12T23:39:21.320Z[ recovery-image] Aug 12 23:39:20.791 INFO O| Aug 12 23:39:20.791 INFO O| Finalize: Creating fast lookup database ... Done
43342026-08-12T23:39:21.327Z[ recovery-image] Aug 12 23:39:20.792 INFO O| Aug 12 23:39:20.792 INFO O| Finalize: Reading search index ... Done
43352026-08-12T23:39:21.327Z[ recovery-image] Aug 12 23:39:20.792 INFO O| Aug 12 23:39:20.792 INFO O| Finalize: Updating search index ... Done
43362026-08-12T23:39:21.327Z[ recovery-image] Aug 12 23:39:20.793 INFO O| Aug 12 23:39:20.793 INFO O| Finalize: Updating package cache ... Done
43372026-08-12T23:39:21.606Z[ recovery-image] Aug 12 23:39:21.051 INFO O| Aug 12 23:39:21.051 INFO STEP 8 (pkg_change_facet) COMPLETE
43382026-08-12T23:39:21.606Z[ recovery-image] Aug 12 23:39:21.051 INFO O| Aug 12 23:39:21.051 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43392026-08-12T23:39:21.623Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43402026-08-12T23:39:21.695Z[ host-image] Aug 12 23:39:21.167 INFO O| Aug 12 23:39:21.167 INFO O| Download: 23887/23887 items 222.8/222.8MB 100% complete (22.3M/s)
43412026-08-12T23:39:21.725Z[ host-image] Aug 12 23:39:21.190 INFO O| Aug 12 23:39:21.190 INFO O| Download: Completed 222.83 MB in 10.02 seconds (22.2M/s)
43422026-08-12T23:39:21.802Z[verify-libraries] Compiling qorb v0.4.1
43432026-08-12T23:39:21.843Z[verify-libraries] Compiling peg-macros v0.8.5
43442026-08-12T23:39:21.943Z[ recovery-image] Aug 12 23:39:21.416 INFO O| Aug 12 23:39:21.416 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43452026-08-12T23:39:22.211Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43462026-08-12T23:39:22.273Z[ host-image] Aug 12 23:39:21.747 INFO O| Aug 12 23:39:21.747 INFO O| Actions: 1/54180 actions (Installing new actions)
43472026-08-12T23:39:22.451Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43482026-08-12T23:39:22.613Z[verify-libraries] Compiling csv-core v0.1.13
43492026-08-12T23:39:22.678Z[verify-libraries] Compiling winnow v0.6.26
43502026-08-12T23:39:22.723Z[verify-libraries] Compiling unicode_categories v0.1.1
43512026-08-12T23:39:22.797Z[verify-libraries] Compiling home v0.5.12
43522026-08-12T23:39:22.963Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43532026-08-12T23:39:23.005Z[verify-libraries] Compiling csv v1.4.0
43542026-08-12T23:39:23.075Z[verify-libraries] Compiling rustyline v14.0.0
43552026-08-12T23:39:23.176Z[verify-libraries] Compiling textwrap v0.16.2
43562026-08-12T23:39:23.215Z[verify-libraries] Compiling const_format v0.2.35
43572026-08-12T23:39:23.430Z[verify-libraries] Compiling sqlparser v0.61.0
43582026-08-12T23:39:23.682Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43592026-08-12T23:39:23.709Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43602026-08-12T23:39:23.784Z[verify-libraries] Compiling peg v0.8.5
43612026-08-12T23:39:23.880Z[verify-libraries] Compiling progenitor-macro v0.14.0
43622026-08-12T23:39:23.919Z[ recovery-image] Aug 12 23:39:23.392 INFO O| Aug 12 23:39:23.392 INFO O| Startup: Refreshing catalog 'helios' ... Done
43632026-08-12T23:39:23.941Z[verify-libraries] Compiling bcs v0.1.6
43642026-08-12T23:39:23.947Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43652026-08-12T23:39:24.066Z[verify-libraries] Compiling nom v8.0.0
43662026-08-12T23:39:24.130Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43672026-08-12T23:39:24.163Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43682026-08-12T23:39:24.214Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43692026-08-12T23:39:24.245Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43702026-08-12T23:39:24.374Z[verify-libraries] Compiling sqlformat v0.3.5
43712026-08-12T23:39:24.435Z[verify-libraries] Compiling steno v0.4.1
43722026-08-12T23:39:24.474Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43732026-08-12T23:39:24.485Z[ recovery-image] Aug 12 23:39:23.959 INFO O| Aug 12 23:39:23.959 INFO O| Startup: Caching catalogs ... Done
43742026-08-12T23:39:24.501Z[ recovery-image] Aug 12 23:39:23.973 INFO O| Aug 12 23:39:23.973 INFO O| Planning: Planning completed in 0.00 seconds
43752026-08-12T23:39:24.504Z[ recovery-image] Aug 12 23:39:23.973 INFO O| Aug 12 23:39:23.973 INFO O| Planning: Consolidating action changes ... Done
43762026-08-12T23:39:24.505Z[ recovery-image] Aug 12 23:39:23.973 INFO O| Aug 12 23:39:23.973 INFO O| Planning: Evaluating mediators ... Done
43772026-08-12T23:39:24.505Z[ recovery-image] Aug 12 23:39:23.973 INFO O| Aug 12 23:39:23.973 INFO O| Planning: Planning completed in 0.00 seconds
43782026-08-12T23:39:24.505Z[ recovery-image] Aug 12 23:39:23.974 INFO O| Aug 12 23:39:23.974 INFO O| Variants/Facets to change: 1
43792026-08-12T23:39:24.513Z[ recovery-image] Aug 12 23:39:23.986 INFO O| Aug 12 23:39:23.986 INFO O| Finalize: Updating package state database ... Done
43802026-08-12T23:39:24.513Z[ recovery-image] Aug 12 23:39:23.986 INFO O| Aug 12 23:39:23.986 INFO O| Finalize: Updating package cache ... Done
43812026-08-12T23:39:24.575Z[ recovery-image] Aug 12 23:39:24.049 INFO O| Aug 12 23:39:24.049 INFO O| Finalize: Updating image state ... Done
43822026-08-12T23:39:24.590Z[ recovery-image] Aug 12 23:39:24.063 INFO O| Aug 12 23:39:24.063 INFO O| Finalize: Creating fast lookup database ... Done
43832026-08-12T23:39:24.593Z[ recovery-image] Aug 12 23:39:24.064 INFO O| Aug 12 23:39:24.064 INFO O| Finalize: Reading search index ... Done
43842026-08-12T23:39:24.593Z[ recovery-image] Aug 12 23:39:24.064 INFO O| Aug 12 23:39:24.064 INFO O| Finalize: Updating search index ... Done
43852026-08-12T23:39:24.593Z[ recovery-image] Aug 12 23:39:24.065 INFO O| Aug 12 23:39:24.065 INFO O| Finalize: Updating package cache ... Done
43862026-08-12T23:39:24.939Z[ recovery-image] Aug 12 23:39:24.363 INFO O| Aug 12 23:39:24.363 INFO STEP 9 (pkg_change_facet) COMPLETE
43872026-08-12T23:39:24.939Z[ recovery-image] Aug 12 23:39:24.363 INFO O| Aug 12 23:39:24.363 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43882026-08-12T23:39:24.988Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43892026-08-12T23:39:24.997Z[verify-libraries] Compiling sha1 v0.10.6
43902026-08-12T23:39:25.027Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43912026-08-12T23:39:25.218Z[ recovery-image] Aug 12 23:39:24.691 INFO O| Aug 12 23:39:24.691 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43922026-08-12T23:39:25.237Z[verify-libraries] Compiling tagptr v0.2.0
43932026-08-12T23:39:25.298Z[verify-libraries] Compiling utf-8 v0.7.6
43942026-08-12T23:39:25.403Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43952026-08-12T23:39:25.437Z[verify-libraries] Compiling moka v0.12.13
43962026-08-12T23:39:25.470Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43972026-08-12T23:39:25.474Z[verify-libraries] Compiling libefi-sys v0.1.0
43982026-08-12T23:39:25.513Z[verify-libraries] Compiling bitfield-struct v0.6.2
43992026-08-12T23:39:25.536Z[verify-libraries] Compiling tungstenite v0.21.0
44002026-08-12T23:39:25.606Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44012026-08-12T23:39:25.742Z[verify-libraries] Compiling libscf-sys v1.2.0
44022026-08-12T23:39:25.926Z[verify-libraries] Compiling xshell-macros v0.2.7
44032026-08-12T23:39:25.960Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44042026-08-12T23:39:25.979Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44052026-08-12T23:39:26.100Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44062026-08-12T23:39:26.241Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44072026-08-12T23:39:26.383Z[verify-libraries] Compiling hickory-resolver v0.25.2
44082026-08-12T23:39:26.409Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44092026-08-12T23:39:26.454Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44102026-08-12T23:39:26.502Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44112026-08-12T23:39:26.546Z[verify-libraries] Compiling xshell v0.2.7
44122026-08-12T23:39:26.580Z[verify-libraries] Compiling papergrid v0.18.0
44132026-08-12T23:39:26.669Z[verify-libraries] Compiling sha2 v0.11.0
44142026-08-12T23:39:26.669Z[verify-libraries] Compiling subprocess v0.2.15
44152026-08-12T23:39:26.859Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44162026-08-12T23:39:26.937Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44172026-08-12T23:39:26.954Z[ recovery-image] Aug 12 23:39:26.410 INFO O| Aug 12 23:39:26.410 INFO O| Startup: Refreshing catalog 'helios' ... Done
44182026-08-12T23:39:26.972Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44192026-08-12T23:39:27.285Z[ host-image] Aug 12 23:39:26.747 INFO O| Aug 12 23:39:26.747 INFO O| Actions: 21779/54180 actions (Installing new actions)
44202026-08-12T23:39:27.303Z[verify-libraries] Compiling headers-core v0.3.0
44212026-08-12T23:39:27.394Z[verify-libraries] Compiling unicase v2.9.0
44222026-08-12T23:39:27.435Z[verify-libraries] Compiling headers v0.4.1
44232026-08-12T23:39:27.445Z[verify-libraries] Compiling darling_core v0.21.3
44242026-08-12T23:39:27.523Z[verify-libraries] Compiling crc8 v0.1.1
44252026-08-12T23:39:27.906Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44262026-08-12T23:39:28.032Z[verify-libraries] Compiling maplit v1.0.2
44272026-08-12T23:39:28.032Z[ recovery-image] Aug 12 23:39:27.264 INFO O| Aug 12 23:39:27.264 INFO O| Startup: Caching catalogs ... Done
44282026-08-12T23:39:28.033Z[ recovery-image] Aug 12 23:39:27.278 INFO O| Aug 12 23:39:27.278 INFO O| Planning: Planning completed in 0.00 seconds
44292026-08-12T23:39:28.033Z[ recovery-image] Aug 12 23:39:27.278 INFO O| Aug 12 23:39:27.278 INFO O| Planning: Consolidating action changes ... Done
44302026-08-12T23:39:28.033Z[ recovery-image] Aug 12 23:39:27.278 INFO O| Aug 12 23:39:27.278 INFO O| Planning: Evaluating mediators ... Done
44312026-08-12T23:39:28.033Z[ recovery-image] Aug 12 23:39:27.279 INFO O| Aug 12 23:39:27.279 INFO O| Planning: Planning completed in 0.00 seconds
44322026-08-12T23:39:28.033Z[ recovery-image] Aug 12 23:39:27.279 INFO O| Aug 12 23:39:27.279 INFO O| Variants/Facets to change: 1
44332026-08-12T23:39:28.033Z[ recovery-image] Aug 12 23:39:27.295 INFO O| Aug 12 23:39:27.295 INFO O| Finalize: Updating package state database ... Done
44342026-08-12T23:39:28.033Z[ recovery-image] Aug 12 23:39:27.295 INFO O| Aug 12 23:39:27.295 INFO O| Finalize: Updating package cache ... Done
44352026-08-12T23:39:28.033Z[verify-libraries] Compiling tabled v0.21.0
44362026-08-12T23:39:28.211Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44372026-08-12T23:39:28.211Z[ recovery-image] Aug 12 23:39:27.419 INFO O| Aug 12 23:39:27.419 INFO O| Finalize: Updating image state ... Done
44382026-08-12T23:39:28.211Z[ recovery-image] Aug 12 23:39:27.433 INFO O| Aug 12 23:39:27.433 INFO O| Finalize: Creating fast lookup database ... Done
44392026-08-12T23:39:28.211Z[ recovery-image] Aug 12 23:39:27.433 INFO O| Aug 12 23:39:27.433 INFO O| Finalize: Reading search index ... Done
44402026-08-12T23:39:28.211Z[ recovery-image] Aug 12 23:39:27.433 INFO O| Aug 12 23:39:27.433 INFO O| Finalize: Updating search index ... Done
44412026-08-12T23:39:28.211Z[ recovery-image] Aug 12 23:39:27.434 INFO O| Aug 12 23:39:27.434 INFO O| Finalize: Updating package cache ... Done
44422026-08-12T23:39:28.373Z[verify-libraries] Compiling yasna v0.5.2
44432026-08-12T23:39:28.373Z[ recovery-image] Aug 12 23:39:27.711 INFO O| Aug 12 23:39:27.711 INFO STEP 10 (pkg_change_facet) COMPLETE
44442026-08-12T23:39:28.373Z[ recovery-image] Aug 12 23:39:27.711 INFO O| Aug 12 23:39:27.711 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44452026-08-12T23:39:28.477Z[ recovery-image] Aug 12 23:39:27.721 INFO O| Aug 12 23:39:27.721 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"]
44462026-08-12T23:39:28.659Z[verify-libraries] Compiling rcgen v0.12.1
44472026-08-12T23:39:28.737Z[verify-libraries] Compiling vergen-lib v0.1.6
44482026-08-12T23:39:28.793Z[verify-libraries] Compiling diesel_derives v2.3.7
44492026-08-12T23:39:28.899Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44502026-08-12T23:39:28.946Z[verify-libraries] Compiling port-file v0.1.0
44512026-08-12T23:39:29.088Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44522026-08-12T23:39:29.255Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44532026-08-12T23:39:29.281Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44542026-08-12T23:39:29.320Z[verify-libraries] Compiling half v1.8.3
44552026-08-12T23:39:29.526Z[verify-libraries] Compiling r2d2 v0.8.10
44562026-08-12T23:39:29.551Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44572026-08-12T23:39:29.657Z[verify-libraries] Compiling serde_cbor v0.11.2
44582026-08-12T23:39:29.683Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44592026-08-12T23:39:29.697Z[verify-libraries] Compiling progenitor v0.14.0
44602026-08-12T23:39:29.732Z[verify-libraries] Compiling cpubits v0.1.1
44612026-08-12T23:39:29.769Z[verify-libraries] Compiling crunchy v0.2.4
44622026-08-12T23:39:29.806Z[ recovery-image] Aug 12 23:39:29.276 INFO O| Aug 12 23:39:29.276 INFO O| Startup: Refreshing catalog 'helios' ... Done
44632026-08-12T23:39:29.856Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44642026-08-12T23:39:29.930Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44652026-08-12T23:39:29.979Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44662026-08-12T23:39:30.074Z[verify-libraries] Compiling downcast-rs v2.0.2
44672026-08-12T23:39:30.245Z[verify-libraries] Compiling dirs-next v2.0.0
44682026-08-12T23:39:30.306Z[ recovery-image] Aug 12 23:39:29.691 INFO O| Aug 12 23:39:29.691 INFO O| Startup: Caching catalogs ... Done
44692026-08-12T23:39:30.355Z[verify-libraries] Compiling darling_macro v0.21.3
44702026-08-12T23:39:30.355Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44712026-08-12T23:39:30.405Z[ host-image] Aug 12 23:39:29.794 INFO O| Aug 12 23:39:29.794 INFO O| Actions: Completed 54180 actions in 8.04 seconds.
44722026-08-12T23:39:30.506Z[ host-image] Aug 12 23:39:29.934 INFO O| Aug 12 23:39:29.934 INFO O| Finalize: Updating package state database ... Done
44732026-08-12T23:39:30.506Z[ host-image] Aug 12 23:39:29.934 INFO O| Aug 12 23:39:29.934 INFO O| Finalize: Updating package cache ... Done
44742026-08-12T23:39:30.532Z[verify-libraries] Compiling clang-sys v1.8.1
44752026-08-12T23:39:30.611Z[ host-image] Aug 12 23:39:30.061 INFO O| Aug 12 23:39:30.061 INFO O| Finalize: Updating image state ... Done
44762026-08-12T23:39:31.119Z[verify-libraries] Compiling tiny-keccak v2.0.2
44772026-08-12T23:39:31.226Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44782026-08-12T23:39:31.226Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44792026-08-12T23:39:31.226Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44802026-08-12T23:39:31.226Z[verify-libraries] Compiling darling v0.21.3
44812026-08-12T23:39:31.226Z[verify-libraries] Compiling term v0.7.0
44822026-08-12T23:39:31.226Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44832026-08-12T23:39:31.227Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44842026-08-12T23:39:31.358Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44852026-08-12T23:39:31.615Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44862026-08-12T23:39:31.615Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44872026-08-12T23:39:31.679Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44882026-08-12T23:39:31.679Z[verify-libraries] Compiling diff v0.1.13
44892026-08-12T23:39:31.679Z[verify-libraries] Compiling bit-vec v0.6.3
44902026-08-12T23:39:31.800Z[ host-image] Aug 12 23:39:31.192 INFO O| Aug 12 23:39:31.192 INFO O| Finalize: Creating fast lookup database ... Done
44912026-08-12T23:39:31.817Z[verify-libraries] Compiling ascii-canvas v3.0.0
44922026-08-12T23:39:31.817Z[ host-image] Aug 12 23:39:31.223 INFO O| Aug 12 23:39:31.223 INFO O| Finalize: Reading search index ... Done
44932026-08-12T23:39:31.907Z[verify-libraries] Compiling bit-set v0.5.3
44942026-08-12T23:39:31.975Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44952026-08-12T23:39:32.106Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-08-12T23:39:32.106Z[verify-libraries] Compiling itertools v0.10.5
44972026-08-12T23:39:32.228Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44982026-08-12T23:39:32.228Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44992026-08-12T23:39:32.375Z[verify-libraries] Compiling libloading v0.8.9
45002026-08-12T23:39:32.469Z[verify-libraries] Compiling ena v0.14.4
45012026-08-12T23:39:32.613Z[verify-libraries] Compiling bindgen v0.71.1
45022026-08-12T23:39:32.613Z[verify-libraries] Compiling regex-syntax v0.6.29
45032026-08-12T23:39:32.710Z[ recovery-image] Aug 12 23:39:31.989 INFO O| Aug 12 23:39:31.989 INFO O| Planning: Solver setup ... Done
45042026-08-12T23:39:32.822Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45052026-08-12T23:39:32.822Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45062026-08-12T23:39:32.822Z[ recovery-image] Aug 12 23:39:32.145 INFO O| Aug 12 23:39:32.145 INFO O| Planning: Running solver ... Done
45072026-08-12T23:39:32.822Z[ recovery-image] Aug 12 23:39:32.186 INFO O| Aug 12 23:39:32.186 INFO O| Planning: Finding local manifests ... Done
45082026-08-12T23:39:32.902Z[ recovery-image] Aug 12 23:39:32.255 INFO O| Aug 12 23:39:32.255 INFO O| Planning: Fetching manifests: 0/130 0% complete
45092026-08-12T23:39:32.903Z[verify-libraries] Compiling cexpr v0.6.0
45102026-08-12T23:39:32.995Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45112026-08-12T23:39:32.995Z[verify-libraries] Compiling rustc-hash v2.1.1
45122026-08-12T23:39:33.051Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45132026-08-12T23:39:33.096Z[verify-libraries] Compiling libxml v0.3.3
45142026-08-12T23:39:33.276Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45152026-08-12T23:39:33.297Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45162026-08-12T23:39:33.501Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45172026-08-12T23:39:33.645Z[verify-libraries] Compiling strum_macros v0.24.3
45182026-08-12T23:39:33.721Z[verify-libraries] Compiling hmac v0.13.0
45192026-08-12T23:39:33.721Z[verify-libraries] Compiling universal-hash v0.6.1
45202026-08-12T23:39:33.743Z[verify-libraries] Compiling fxhash v0.2.1
45212026-08-12T23:39:33.782Z[verify-libraries] Compiling indoc v1.0.9
45222026-08-12T23:39:37.495Z[verify-libraries] Compiling lalrpop v0.19.12
45232026-08-12T23:39:37.671Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45242026-08-12T23:39:37.671Z[ host-image] Aug 12 23:39:33.884 INFO O| Aug 12 23:39:33.884 INFO O| Finalize: Building new search index ... Done
45252026-08-12T23:39:37.671Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45262026-08-12T23:39:37.671Z[ host-image] Aug 12 23:39:34.355 INFO O| Aug 12 23:39:34.355 INFO O| Finalize: Updating package cache ... Done
45272026-08-12T23:39:37.671Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45282026-08-12T23:39:37.671Z[verify-libraries] Compiling progenitor-impl v0.13.0
45292026-08-12T23:39:37.671Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45302026-08-12T23:39:37.671Z[verify-libraries] Compiling oso-derive v0.27.3
45312026-08-12T23:39:37.671Z[ host-image] Aug 12 23:39:34.708 INFO O| Aug 12 23:39:34.708 INFO STEP 11 (pkg_install) COMPLETE
45322026-08-12T23:39:37.671Z[ host-image] Aug 12 23:39:34.708 INFO O| Aug 12 23:39:34.708 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45332026-08-12T23:39:37.671Z[ host-image] Aug 12 23:39:34.717 INFO O| Aug 12 23:39:34.717 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"]
45342026-08-12T23:39:37.671Z[verify-libraries] Compiling quick-xml v0.37.5
45352026-08-12T23:39:37.731Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45362026-08-12T23:39:37.731Z[ recovery-image] Aug 12 23:39:36.358 INFO O| Aug 12 23:39:36.358 INFO O| Planning: Fetching manifests: 130/130 100% complete
45372026-08-12T23:39:37.731Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45382026-08-12T23:39:37.731Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45392026-08-12T23:39:37.731Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45402026-08-12T23:39:37.731Z[ recovery-image] Aug 12 23:39:36.803 INFO O| Aug 12 23:39:36.803 INFO O| Planning: Package planning ... Done
45412026-08-12T23:39:37.731Z[verify-libraries] Compiling openssl-probe v0.1.6
45422026-08-12T23:39:37.731Z[ recovery-image] Aug 12 23:39:36.960 INFO O| Aug 12 23:39:36.960 INFO O| Planning: Merging actions ... Done
45432026-08-12T23:39:37.731Z[ recovery-image] Aug 12 23:39:37.043 INFO O| Aug 12 23:39:37.043 INFO O| Planning: Checking for conflicting actions ... Done
45442026-08-12T23:39:37.731Z[ recovery-image] Aug 12 23:39:37.102 INFO O| Aug 12 23:39:37.102 INFO O| Planning: Consolidating action changes ... Done
45452026-08-12T23:39:37.772Z[ recovery-image] Aug 12 23:39:37.243 INFO O| Aug 12 23:39:37.243 INFO O| Planning: Evaluating mediators ... Done
45462026-08-12T23:39:37.782Z[verify-libraries] Compiling polyval v0.7.1
45472026-08-12T23:39:38.058Z[verify-libraries] Compiling der v0.8.0
45482026-08-12T23:39:38.097Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45492026-08-12T23:39:38.364Z[verify-libraries] Compiling diesel v2.3.7
45502026-08-12T23:39:38.456Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45512026-08-12T23:39:38.516Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45522026-08-12T23:39:38.972Z[verify-libraries] Compiling progenitor-macro v0.13.0
45532026-08-12T23:39:39.066Z[verify-libraries] Compiling progenitor-client v0.13.0
45542026-08-12T23:39:39.119Z[verify-libraries] Compiling git-stub v1.0.0
45552026-08-12T23:39:39.167Z[ recovery-image] Aug 12 23:39:38.640 INFO O| Aug 12 23:39:38.640 INFO O| Planning: Planning completed in 8.94 seconds
45562026-08-12T23:39:39.170Z[ recovery-image] Aug 12 23:39:38.642 INFO O| Aug 12 23:39:38.642 INFO O| Packages to install: 130
45572026-08-12T23:39:39.170Z[ recovery-image] Aug 12 23:39:38.642 INFO O| Aug 12 23:39:38.642 INFO O| Mediators to change: 5
45582026-08-12T23:39:39.170Z[ recovery-image] Aug 12 23:39:38.642 INFO O| Aug 12 23:39:38.642 INFO O| Services to change: 5
45592026-08-12T23:39:39.197Z[ recovery-image] Aug 12 23:39:38.670 INFO O| Aug 12 23:39:38.670 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45602026-08-12T23:39:39.437Z[verify-libraries] Compiling kstat-rs v0.2.5
45612026-08-12T23:39:39.475Z[ host-image] Aug 12 23:39:38.932 INFO O| Aug 12 23:39:38.932 INFO O| Startup: Refreshing catalog 'helios' ... Done
45622026-08-12T23:39:39.622Z[verify-libraries] Compiling trait-variant v0.1.2
45632026-08-12T23:39:39.622Z[verify-libraries] Compiling salty v0.3.0
45642026-08-12T23:39:39.832Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45652026-08-12T23:39:39.885Z[ host-image] Aug 12 23:39:39.358 INFO O| Aug 12 23:39:39.357 INFO O| Startup: Caching catalogs ... Done
45662026-08-12T23:39:39.980Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45672026-08-12T23:39:40.020Z[verify-libraries] Compiling ghash v0.6.0
45682026-08-12T23:39:40.220Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45692026-08-12T23:39:40.256Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45702026-08-12T23:39:40.281Z[verify-libraries] Compiling pbkdf2 v0.13.0
45712026-08-12T23:39:40.388Z[ host-image] Aug 12 23:39:39.861 INFO O| Aug 12 23:39:39.861 INFO O| Planning: Solver setup ... Done
45722026-08-12T23:39:40.395Z[ host-image] Aug 12 23:39:39.868 INFO O| Aug 12 23:39:39.868 INFO O| Planning: Running solver ... Done
45732026-08-12T23:39:40.413Z[ host-image] Aug 12 23:39:39.886 INFO O| Aug 12 23:39:39.886 INFO O| Planning: Finding local manifests ... Done
45742026-08-12T23:39:40.443Z[ host-image] Aug 12 23:39:39.916 INFO O| Aug 12 23:39:39.916 INFO O| Planning: Fetching manifests: 0/6 0% complete
45752026-08-12T23:39:40.445Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45762026-08-12T23:39:40.506Z[ host-image] Aug 12 23:39:39.980 INFO O| Aug 12 23:39:39.980 INFO O| Planning: Fetching manifests: 6/6 100% complete
45772026-08-12T23:39:40.521Z[verify-libraries] Compiling aes v0.9.1
45782026-08-12T23:39:40.549Z[ host-image] Aug 12 23:39:40.022 INFO O| Aug 12 23:39:40.022 INFO O| Planning: Package planning ... Done
45792026-08-12T23:39:40.554Z[ host-image] Aug 12 23:39:40.024 INFO O| Aug 12 23:39:40.024 INFO O| Planning: Merging actions ... Done
45802026-08-12T23:39:40.740Z[ host-image] Aug 12 23:39:40.213 INFO O| Aug 12 23:39:40.213 INFO O| Planning: Checking for conflicting actions ... Done
45812026-08-12T23:39:40.743Z[ host-image] Aug 12 23:39:40.214 INFO O| Aug 12 23:39:40.214 INFO O| Planning: Consolidating action changes ... Done
45822026-08-12T23:39:40.885Z[ host-image] Aug 12 23:39:40.358 INFO O| Aug 12 23:39:40.358 INFO O| Planning: Evaluating mediators ... Done
45832026-08-12T23:39:40.888Z[ host-image] Aug 12 23:39:40.360 INFO O| Aug 12 23:39:40.359 INFO O| Planning: Planning completed in 0.99 seconds
45842026-08-12T23:39:40.888Z[ host-image] Aug 12 23:39:40.360 INFO O| Aug 12 23:39:40.360 INFO O| Packages to install: 6
45852026-08-12T23:39:40.888Z[ host-image] Aug 12 23:39:40.360 INFO O| Aug 12 23:39:40.360 INFO O| Services to change: 2
45862026-08-12T23:39:40.897Z[ host-image] Aug 12 23:39:40.371 INFO O| Aug 12 23:39:40.370 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45872026-08-12T23:39:40.971Z[verify-libraries] Compiling crypto-bigint v0.7.5
45882026-08-12T23:39:41.067Z[ host-image] Aug 12 23:39:40.539 INFO O| Aug 12 23:39:40.539 INFO O| Download: Completed 1.75 MB in 0.17 seconds (10.3M/s)
45892026-08-12T23:39:41.091Z[ host-image] Aug 12 23:39:40.563 INFO O| Aug 12 23:39:40.563 INFO O| Actions: 1/390 actions (Installing new actions)
45902026-08-12T23:39:41.148Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45912026-08-12T23:39:41.247Z[ host-image] Aug 12 23:39:40.720 INFO O| Aug 12 23:39:40.720 INFO O| Actions: Completed 390 actions in 0.16 seconds.
45922026-08-12T23:39:41.285Z[ host-image] Aug 12 23:39:40.757 INFO O| Aug 12 23:39:40.757 INFO O| Finalize: Updating package state database ... Done
45932026-08-12T23:39:41.285Z[ host-image] Aug 12 23:39:40.757 INFO O| Aug 12 23:39:40.757 INFO O| Finalize: Updating package cache ... Done
45942026-08-12T23:39:41.364Z[ host-image] Aug 12 23:39:40.837 INFO O| Aug 12 23:39:40.837 INFO O| Finalize: Updating image state ... Done
45952026-08-12T23:39:41.422Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45962026-08-12T23:39:41.640Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45972026-08-12T23:39:41.702Z[verify-libraries] Compiling ctr v0.10.1
45982026-08-12T23:39:41.779Z[verify-libraries] Compiling aead v0.6.1
45992026-08-12T23:39:41.885Z[verify-libraries] Compiling bb8 v0.8.6
46002026-08-12T23:39:42.051Z[verify-libraries] Compiling parking_lot_core v0.8.6
46012026-08-12T23:39:42.099Z[verify-libraries] Compiling aes-gcm v0.11.0
46022026-08-12T23:39:42.237Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46032026-08-12T23:39:42.283Z[verify-libraries] Compiling spki v0.8.0
46042026-08-12T23:39:42.340Z[ host-image] Aug 12 23:39:41.814 INFO O| Aug 12 23:39:41.814 INFO O| Finalize: Creating fast lookup database ... Done
46052026-08-12T23:39:42.369Z[ host-image] Aug 12 23:39:41.843 INFO O| Aug 12 23:39:41.843 INFO O| Finalize: Reading search index ... Done
46062026-08-12T23:39:42.370Z[ host-image] Aug 12 23:39:41.843 INFO O| Aug 12 23:39:41.843 INFO O| Finalize: Updating search index ... Done
46072026-08-12T23:39:42.381Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46082026-08-12T23:39:42.387Z[ host-image] Aug 12 23:39:41.859 INFO O| Aug 12 23:39:41.859 INFO O| Finalize: Updating package cache ... Done
46092026-08-12T23:39:42.561Z[verify-libraries] Compiling mime_guess v2.0.5
46102026-08-12T23:39:42.583Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46112026-08-12T23:39:42.587Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46122026-08-12T23:39:42.647Z[ host-image] Aug 12 23:39:42.120 INFO O| Aug 12 23:39:42.120 INFO STEP 12 (pkg_install) COMPLETE
46132026-08-12T23:39:42.647Z[ host-image] Aug 12 23:39:42.120 INFO O| Aug 12 23:39:42.120 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46142026-08-12T23:39:42.652Z[verify-libraries] Compiling rfc6979 v0.4.0
46152026-08-12T23:39:42.658Z[ host-image] Aug 12 23:39:42.131 INFO O| Aug 12 23:39:42.131 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46162026-08-12T23:39:42.722Z[verify-libraries] Compiling salsa20 v0.11.0
46172026-08-12T23:39:42.880Z[verify-libraries] Compiling nanorand v0.7.0
46182026-08-12T23:39:42.982Z[verify-libraries] Compiling scrypt v0.12.0
46192026-08-12T23:39:43.009Z[verify-libraries] Compiling ecdsa v0.16.9
46202026-08-12T23:39:43.037Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46212026-08-12T23:39:43.269Z[verify-libraries] Compiling flume v0.11.1
46222026-08-12T23:39:43.414Z[verify-libraries] Compiling primeorder v0.13.6
46232026-08-12T23:39:43.479Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46242026-08-12T23:39:43.655Z[verify-libraries] Compiling cbc v0.2.1
46252026-08-12T23:39:43.685Z[verify-libraries] Compiling http-range v0.1.5
46262026-08-12T23:39:43.749Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46272026-08-12T23:39:43.816Z[verify-libraries] Compiling nonempty v0.12.0
46282026-08-12T23:39:43.857Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46292026-08-12T23:39:43.890Z[verify-libraries] Compiling pkcs5 v0.8.1
46302026-08-12T23:39:43.951Z[verify-libraries] Compiling p384 v0.13.1
46312026-08-12T23:39:44.049Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46322026-08-12T23:39:44.197Z[ recovery-image] Aug 12 23:39:43.671 INFO O| Aug 12 23:39:43.670 INFO O| Download: 7773/16682 items 82.9/200.0MB 41% complete (17.2M/s)
46332026-08-12T23:39:44.246Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46342026-08-12T23:39:44.488Z[ host-image] Aug 12 23:39:43.960 INFO O| Aug 12 23:39:43.960 INFO O| Startup: Refreshing catalog 'helios' ... Done
46352026-08-12T23:39:44.524Z[verify-libraries] Compiling parking_lot v0.11.2
46362026-08-12T23:39:44.584Z[verify-libraries] Compiling progenitor v0.13.0
46372026-08-12T23:39:44.629Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46382026-08-12T23:39:44.811Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46392026-08-12T23:39:44.835Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46402026-08-12T23:39:44.883Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46412026-08-12T23:39:44.913Z[ host-image] Aug 12 23:39:44.386 INFO O| Aug 12 23:39:44.386 INFO O| Startup: Caching catalogs ... Done
46422026-08-12T23:39:45.026Z[verify-libraries] Compiling prefix-trie v0.7.0
46432026-08-12T23:39:45.179Z[verify-libraries] Compiling digest-io v0.1.0
46442026-08-12T23:39:45.274Z[verify-libraries] Compiling rawzip v0.4.4
46452026-08-12T23:39:45.377Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46462026-08-12T23:39:45.390Z[ host-image] Aug 12 23:39:44.863 INFO O| Aug 12 23:39:44.863 INFO O| Planning: Solver setup ... Done
46472026-08-12T23:39:45.396Z[ host-image] Aug 12 23:39:44.870 INFO O| Aug 12 23:39:44.870 INFO O| Planning: Running solver ... Done
46482026-08-12T23:39:45.414Z[ host-image] Aug 12 23:39:44.887 INFO O| Aug 12 23:39:44.887 INFO O| Planning: Finding local manifests ... Done
46492026-08-12T23:39:45.452Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46502026-08-12T23:39:45.467Z[ host-image] Aug 12 23:39:44.940 INFO O| Aug 12 23:39:44.940 INFO O| Planning: Fetching manifests: 0/6 0% complete
46512026-08-12T23:39:45.487Z[verify-libraries] Compiling sled v0.34.7
46522026-08-12T23:39:45.622Z[ host-image] Aug 12 23:39:45.095 INFO O| Aug 12 23:39:45.095 INFO O| Planning: Fetching manifests: 6/6 100% complete
46532026-08-12T23:39:45.652Z[ host-image] Aug 12 23:39:45.125 INFO O| Aug 12 23:39:45.125 INFO O| Planning: Package planning ... Done
46542026-08-12T23:39:45.660Z[ host-image] Aug 12 23:39:45.134 INFO O| Aug 12 23:39:45.134 INFO O| Planning: Merging actions ... Done
46552026-08-12T23:39:45.706Z[verify-libraries] Compiling hickory-server v0.25.2
46562026-08-12T23:39:45.814Z[ host-image] Aug 12 23:39:45.287 INFO O| Aug 12 23:39:45.287 INFO O| Planning: Checking for conflicting actions ... Done
46572026-08-12T23:39:45.817Z[ host-image] Aug 12 23:39:45.289 INFO O| Aug 12 23:39:45.289 INFO O| Planning: Consolidating action changes ... Done
46582026-08-12T23:39:45.951Z[ host-image] Aug 12 23:39:45.424 INFO O| Aug 12 23:39:45.424 INFO O| Planning: Evaluating mediators ... Done
46592026-08-12T23:39:45.954Z[ host-image] Aug 12 23:39:45.427 INFO O| Aug 12 23:39:45.427 INFO O| Planning: Planning completed in 1.02 seconds
46602026-08-12T23:39:45.954Z[ host-image] Aug 12 23:39:45.427 INFO O| Aug 12 23:39:45.427 INFO O| Packages to install: 6
46612026-08-12T23:39:45.954Z[ host-image] Aug 12 23:39:45.427 INFO O| Aug 12 23:39:45.427 INFO O| Mediators to change: 1
46622026-08-12T23:39:45.954Z[ host-image] Aug 12 23:39:45.427 INFO O| Aug 12 23:39:45.427 INFO O| Services to change: 1
46632026-08-12T23:39:45.965Z[ host-image] Aug 12 23:39:45.439 INFO O| Aug 12 23:39:45.439 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46642026-08-12T23:39:46.075Z[verify-libraries] Compiling pkcs8 v0.11.0
46652026-08-12T23:39:46.374Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46662026-08-12T23:39:46.551Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46672026-08-12T23:39:46.615Z[ host-image] Aug 12 23:39:46.089 INFO O| Aug 12 23:39:46.088 INFO O| Download: Completed 7.84 MB in 0.65 seconds (12.1M/s)
46682026-08-12T23:39:46.644Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46692026-08-12T23:39:46.657Z[ host-image] Aug 12 23:39:46.128 INFO O| Aug 12 23:39:46.128 INFO O| Actions: 1/1366 actions (Installing new actions)
46702026-08-12T23:39:46.889Z[verify-libraries] Compiling ignore v0.4.25
46712026-08-12T23:39:46.920Z[ host-image] Aug 12 23:39:46.394 INFO O| Aug 12 23:39:46.394 INFO O| Actions: Completed 1366 actions in 0.27 seconds.
46722026-08-12T23:39:46.966Z[ host-image] Aug 12 23:39:46.439 INFO O| Aug 12 23:39:46.431 INFO O| Finalize: Updating package state database ... Done
46732026-08-12T23:39:46.966Z[ host-image] Aug 12 23:39:46.439 INFO O| Aug 12 23:39:46.431 INFO O| Finalize: Updating package cache ... Done
46742026-08-12T23:39:46.975Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46752026-08-12T23:39:47.037Z[ host-image] Aug 12 23:39:46.511 INFO O| Aug 12 23:39:46.510 INFO O| Finalize: Updating image state ... Done
46762026-08-12T23:39:47.046Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46772026-08-12T23:39:47.282Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46782026-08-12T23:39:47.362Z[verify-libraries] Compiling ff v0.14.0
46792026-08-12T23:39:47.438Z[verify-libraries] Compiling corncobs v0.1.4
46802026-08-12T23:39:47.585Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46812026-08-12T23:39:47.622Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46822026-08-12T23:39:47.694Z[verify-libraries] Compiling globwalk v0.9.1
46832026-08-12T23:39:47.833Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46842026-08-12T23:39:47.969Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46852026-08-12T23:39:48.038Z[ host-image] Aug 12 23:39:47.510 INFO O| Aug 12 23:39:47.510 INFO O| Finalize: Creating fast lookup database ... Done
46862026-08-12T23:39:48.061Z[verify-libraries] Compiling predicates-tree v1.0.13
46872026-08-12T23:39:48.067Z[ host-image] Aug 12 23:39:47.541 INFO O| Aug 12 23:39:47.541 INFO O| Finalize: Reading search index ... Done
46882026-08-12T23:39:48.067Z[ host-image] Aug 12 23:39:47.541 INFO O| Aug 12 23:39:47.541 INFO O| Finalize: Updating search index ... Done
46892026-08-12T23:39:48.101Z[ host-image] Aug 12 23:39:47.574 INFO O| Aug 12 23:39:47.574 INFO O| Finalize: Updating package cache ... Done
46902026-08-12T23:39:48.132Z[verify-libraries] Compiling libz-sys v1.1.24
46912026-08-12T23:39:48.293Z[verify-libraries] Compiling rand_seeder v0.4.0
46922026-08-12T23:39:48.365Z[ host-image] Aug 12 23:39:47.839 INFO O| Aug 12 23:39:47.839 INFO STEP 13 (pkg_install) COMPLETE
46932026-08-12T23:39:48.365Z[ host-image] Aug 12 23:39:47.839 INFO O| Aug 12 23:39:47.839 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46942026-08-12T23:39:48.378Z[ host-image] Aug 12 23:39:47.850 INFO O| Aug 12 23:39:47.850 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46952026-08-12T23:39:48.464Z[verify-libraries] Compiling secrecy v0.8.0
46962026-08-12T23:39:48.605Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46972026-08-12T23:39:48.741Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46982026-08-12T23:39:48.769Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46992026-08-12T23:39:49.007Z[verify-libraries] Compiling group v0.14.0
47002026-08-12T23:39:49.029Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47012026-08-12T23:39:49.121Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47022026-08-12T23:39:49.152Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47032026-08-12T23:39:49.198Z[ recovery-image] Aug 12 23:39:48.671 INFO O| Aug 12 23:39:48.671 INFO O| Download: 16325/16682 items 193.2/200.0MB 96% complete (19.7M/s)
47042026-08-12T23:39:49.304Z[verify-libraries] Compiling signature v3.0.0
47052026-08-12T23:39:49.445Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47062026-08-12T23:39:49.530Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47072026-08-12T23:39:49.583Z[verify-libraries] Compiling instability v0.3.11
47082026-08-12T23:39:49.731Z[ recovery-image] Aug 12 23:39:49.204 INFO O| Aug 12 23:39:49.204 INFO O| Download: Completed 200.00 MB in 10.53 seconds (18.9M/s)
47092026-08-12T23:39:49.785Z[verify-libraries] Compiling base16ct v1.0.0
47102026-08-12T23:39:49.997Z[ recovery-image] Aug 12 23:39:49.469 INFO O| Aug 12 23:39:49.469 INFO O| Actions: 1/27580 actions (Installing new actions)
47112026-08-12T23:39:50.006Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47122026-08-12T23:39:50.053Z[verify-libraries] Compiling sec1 v0.8.1
47132026-08-12T23:39:50.077Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47142026-08-12T23:39:50.080Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47152026-08-12T23:39:50.228Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47162026-08-12T23:39:50.326Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47172026-08-12T23:39:50.452Z[verify-libraries] Compiling hkdf v0.13.0
47182026-08-12T23:39:50.495Z[ host-image] Aug 12 23:39:49.968 INFO O| Aug 12 23:39:49.968 INFO O| Startup: Refreshing catalog 'helios' ... Done
47192026-08-12T23:39:50.524Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47202026-08-12T23:39:50.571Z[verify-libraries] Compiling scuffle v0.1.0
47212026-08-12T23:39:50.752Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47222026-08-12T23:39:50.808Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47232026-08-12T23:39:51.045Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47242026-08-12T23:39:51.076Z[ host-image] Aug 12 23:39:50.549 INFO O| Aug 12 23:39:50.549 INFO O| Startup: Caching catalogs ... Done
47252026-08-12T23:39:51.138Z[verify-libraries] Compiling castaway v0.2.4
47262026-08-12T23:39:51.213Z[verify-libraries] Compiling indoc v2.0.7
47272026-08-12T23:39:51.382Z[verify-libraries] Compiling compact_str v0.8.1
47282026-08-12T23:39:51.461Z[ host-image] Aug 12 23:39:50.935 INFO O| Aug 12 23:39:50.935 INFO O| Planning: Solver setup ... Done
47292026-08-12T23:39:51.467Z[ host-image] Aug 12 23:39:50.940 INFO O| Aug 12 23:39:50.940 INFO O| Planning: Running solver ... Done
47302026-08-12T23:39:51.480Z[ host-image] Aug 12 23:39:50.954 INFO O| Aug 12 23:39:50.954 INFO O| Planning: Finding local manifests ... Done
47312026-08-12T23:39:51.484Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47322026-08-12T23:39:51.513Z[ host-image] Aug 12 23:39:50.986 INFO O| Aug 12 23:39:50.985 INFO O| Planning: Fetching manifests: 0/1 0% complete
47332026-08-12T23:39:51.521Z[ host-image] Aug 12 23:39:50.994 INFO O| Aug 12 23:39:50.994 INFO O| Planning: Fetching manifests: 1/1 100% complete
47342026-08-12T23:39:51.560Z[ host-image] Aug 12 23:39:51.033 INFO O| Aug 12 23:39:51.033 INFO O| Planning: Package planning ... Done
47352026-08-12T23:39:51.560Z[ host-image] Aug 12 23:39:51.033 INFO O| Aug 12 23:39:51.033 INFO O| Planning: Merging actions ... Done
47362026-08-12T23:39:51.634Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47372026-08-12T23:39:51.727Z[ host-image] Aug 12 23:39:51.199 INFO O| Aug 12 23:39:51.199 INFO O| Planning: Checking for conflicting actions ... Done
47382026-08-12T23:39:51.728Z[ host-image] Aug 12 23:39:51.200 INFO O| Aug 12 23:39:51.200 INFO O| Planning: Consolidating action changes ... Done
47392026-08-12T23:39:51.837Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47402026-08-12T23:39:51.889Z[ host-image] Aug 12 23:39:51.363 INFO O| Aug 12 23:39:51.362 INFO O| Planning: Evaluating mediators ... Done
47412026-08-12T23:39:51.892Z[ host-image] Aug 12 23:39:51.363 INFO O| Aug 12 23:39:51.363 INFO O| Planning: Planning completed in 0.80 seconds
47422026-08-12T23:39:51.893Z[ host-image] Aug 12 23:39:51.363 INFO O| Aug 12 23:39:51.363 INFO O| Packages to install: 1
47432026-08-12T23:39:51.900Z[ host-image] Aug 12 23:39:51.374 INFO O| Aug 12 23:39:51.374 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47442026-08-12T23:39:51.980Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47452026-08-12T23:39:52.029Z[verify-libraries] Compiling elliptic-curve v0.14.1
47462026-08-12T23:39:52.160Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47472026-08-12T23:39:52.165Z[ host-image] Aug 12 23:39:51.639 INFO O| Aug 12 23:39:51.639 INFO O| Download: Completed 13.17 MB in 0.27 seconds (49.6M/s)
47482026-08-12T23:39:52.186Z[ host-image] Aug 12 23:39:51.660 INFO O| Aug 12 23:39:51.659 INFO O| Actions: 1/22 actions (Installing new actions)
47492026-08-12T23:39:52.437Z[ host-image] Aug 12 23:39:51.910 INFO O| Aug 12 23:39:51.910 INFO O| Actions: Completed 22 actions in 0.25 seconds.
47502026-08-12T23:39:52.470Z[ host-image] Aug 12 23:39:51.944 INFO O| Aug 12 23:39:51.944 INFO O| Finalize: Updating package state database ... Done
47512026-08-12T23:39:52.471Z[ host-image] Aug 12 23:39:51.944 INFO O| Aug 12 23:39:51.944 INFO O| Finalize: Updating package cache ... Done
47522026-08-12T23:39:52.571Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47532026-08-12T23:39:52.577Z[ host-image] Aug 12 23:39:52.050 INFO O| Aug 12 23:39:52.049 INFO O| Finalize: Updating image state ... Done
47542026-08-12T23:39:52.696Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47552026-08-12T23:39:52.749Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47562026-08-12T23:39:52.864Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47572026-08-12T23:39:53.042Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47582026-08-12T23:39:53.111Z[verify-libraries] Compiling unicode-truncate v1.1.0
47592026-08-12T23:39:53.306Z[verify-libraries] Compiling lru v0.12.5
47602026-08-12T23:39:53.367Z[verify-libraries] Compiling arc-swap v1.8.2
47612026-08-12T23:39:53.568Z[verify-libraries] Compiling cassowary v0.3.0
47622026-08-12T23:39:53.676Z[ host-image] Aug 12 23:39:53.148 INFO O| Aug 12 23:39:53.148 INFO O| Finalize: Creating fast lookup database ... Done
47632026-08-12T23:39:53.704Z[ host-image] Aug 12 23:39:53.178 INFO O| Aug 12 23:39:53.177 INFO O| Finalize: Reading search index ... Done
47642026-08-12T23:39:53.705Z[ host-image] Aug 12 23:39:53.178 INFO O| Aug 12 23:39:53.178 INFO O| Finalize: Updating search index ... Done
47652026-08-12T23:39:53.715Z[ host-image] Aug 12 23:39:53.188 INFO O| Aug 12 23:39:53.188 INFO O| Finalize: Updating package cache ... Done
47662026-08-12T23:39:53.755Z[verify-libraries] Compiling slog-scope v4.4.1
47672026-08-12T23:39:53.816Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47682026-08-12T23:39:53.896Z[verify-libraries] Compiling ratatui v0.29.0
47692026-08-12T23:39:53.971Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO STEP 14 (pkg_install) COMPLETE
47702026-08-12T23:39:53.971Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47712026-08-12T23:39:53.971Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO skip step because feature "mbist" is not enabled
47722026-08-12T23:39:53.975Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47732026-08-12T23:39:53.975Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO skip step because feature "mfg" is not enabled
47742026-08-12T23:39:53.976Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47752026-08-12T23:39:53.976Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO skip step because feature "compliance" is not enabled
47762026-08-12T23:39:53.976Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47772026-08-12T23:39:53.976Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO skip step because feature "stress" is not enabled
47782026-08-12T23:39:53.976Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47792026-08-12T23:39:53.976Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO skip step because feature "compliance" is not enabled
47802026-08-12T23:39:53.976Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47812026-08-12T23:39:53.976Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO skip step because feature "nfs" is not enabled
47822026-08-12T23:39:53.976Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47832026-08-12T23:39:53.976Z[ host-image] Aug 12 23:39:53.443 INFO O| Aug 12 23:39:53.443 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47842026-08-12T23:39:54.012Z[verify-libraries] Compiling wnaf v0.14.0
47852026-08-12T23:39:54.078Z[verify-libraries] Compiling primefield v0.14.0
47862026-08-12T23:39:54.166Z[ host-image] Aug 12 23:39:53.639 INFO O| Aug 12 23:39:53.639 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47872026-08-12T23:39:54.196Z[verify-libraries] Compiling rfc6979 v0.6.0
47882026-08-12T23:39:54.219Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47892026-08-12T23:39:54.288Z[ host-image] Aug 12 23:39:53.754 INFO O| Aug 12 23:39:53.753 INFO completed processing sled/ramdisk-01-os
47902026-08-12T23:39:54.288Z[ host-image] Aug 12 23:39:53.756 INFO omicron1 baseline generation...
47912026-08-12T23:39:54.292Z[ host-image] Aug 12 23:39:53.756 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47922026-08-12T23:39:54.292Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47932026-08-12T23:39:54.420Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47942026-08-12T23:39:54.524Z[verify-libraries] Compiling vergen-git2 v9.1.0
47952026-08-12T23:39:54.603Z[verify-libraries] Compiling is_ci v1.2.0
47962026-08-12T23:39:54.651Z[verify-libraries] Compiling strsim v0.10.0
47972026-08-12T23:39:54.699Z[ host-image] Aug 12 23:39:54.165 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
47982026-08-12T23:39:54.833Z[verify-libraries] Compiling supports-color v3.0.2
47992026-08-12T23:39:54.935Z[verify-libraries] Compiling darling_core v0.13.4
48002026-08-12T23:39:54.997Z[ recovery-image] Aug 12 23:39:54.469 INFO O| Aug 12 23:39:54.469 INFO O| Actions: 20155/27580 actions (Installing new actions)
48012026-08-12T23:39:55.184Z[verify-libraries] Compiling ecdsa v0.17.0
48022026-08-12T23:39:55.235Z[verify-libraries] Compiling primeorder v0.14.0
48032026-08-12T23:39:55.742Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48042026-08-12T23:39:55.813Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48052026-08-12T23:39:56.115Z[ recovery-image] Aug 12 23:39:55.586 INFO O| Aug 12 23:39:55.586 INFO O| Actions: Completed 27580 actions in 6.11 seconds.
48062026-08-12T23:39:56.185Z[ recovery-image] Aug 12 23:39:55.658 INFO O| Aug 12 23:39:55.658 INFO O| Finalize: Updating package state database ... Done
48072026-08-12T23:39:56.185Z[ recovery-image] Aug 12 23:39:55.658 INFO O| Aug 12 23:39:55.658 INFO O| Finalize: Updating package cache ... Done
48082026-08-12T23:39:56.198Z[verify-libraries] Compiling slog-stdlog v4.1.1
48092026-08-12T23:39:56.295Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48102026-08-12T23:39:56.335Z[ recovery-image] Aug 12 23:39:55.801 INFO O| Aug 12 23:39:55.801 INFO O| Finalize: Updating image state ... Done
48112026-08-12T23:39:56.513Z[verify-libraries] Compiling tungstenite v0.23.0
48122026-08-12T23:39:56.715Z[verify-libraries] Compiling console v0.16.2
48132026-08-12T23:39:56.993Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48142026-08-12T23:39:57.031Z[verify-libraries] Compiling libsw-core v0.3.2
48152026-08-12T23:39:57.078Z[ recovery-image] Aug 12 23:39:56.550 INFO O| Aug 12 23:39:56.550 INFO O| Finalize: Creating fast lookup database ... Done
48162026-08-12T23:39:57.094Z[ recovery-image] Aug 12 23:39:56.567 INFO O| Aug 12 23:39:56.567 INFO O| Finalize: Reading search index ... Done
48172026-08-12T23:39:57.117Z[verify-libraries] Compiling assert_matches v1.5.0
48182026-08-12T23:39:57.225Z[verify-libraries] Compiling unit-prefix v0.5.2
48192026-08-12T23:39:57.277Z[verify-libraries] Compiling void v1.0.2
48202026-08-12T23:39:57.316Z[verify-libraries] Compiling darling_macro v0.13.4
48212026-08-12T23:39:57.384Z[verify-libraries] Compiling indicatif v0.18.4
48222026-08-12T23:39:57.418Z[verify-libraries] Compiling lzss v0.8.2
48232026-08-12T23:39:57.437Z[verify-libraries] Compiling libsw v3.5.0
48242026-08-12T23:39:57.475Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48252026-08-12T23:39:57.539Z[verify-libraries] Compiling slog-envlogger v2.2.0
48262026-08-12T23:39:57.689Z[verify-libraries] Compiling ssh-encoding v0.3.0
48272026-08-12T23:39:57.689Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48282026-08-12T23:39:57.741Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48292026-08-12T23:39:57.882Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48302026-08-12T23:39:57.974Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-12T23:39:58.048Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48322026-08-12T23:39:58.159Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48332026-08-12T23:39:58.227Z[verify-libraries] Compiling nix v0.27.1
48342026-08-12T23:39:58.309Z[verify-libraries] Compiling colored v2.2.0
48352026-08-12T23:39:58.411Z[verify-libraries] Compiling blake3 v1.8.5
48362026-08-12T23:39:58.459Z[verify-libraries] Compiling serde_bytes v0.11.19
48372026-08-12T23:39:58.489Z[verify-libraries] Compiling keccak v0.2.0
48382026-08-12T23:39:58.736Z[verify-libraries] Compiling shell-words v1.1.1
48392026-08-12T23:39:58.796Z[ recovery-image] Aug 12 23:39:58.269 INFO O| Aug 12 23:39:58.269 INFO O| Finalize: Building new search index ... Done
48402026-08-12T23:39:58.942Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48412026-08-12T23:39:59.047Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48422026-08-12T23:39:59.086Z[verify-libraries] Compiling darling v0.13.4
48432026-08-12T23:39:59.215Z[ recovery-image] Aug 12 23:39:58.688 INFO O| Aug 12 23:39:58.688 INFO O| Finalize: Updating package cache ... Done
48442026-08-12T23:39:59.263Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48452026-08-12T23:39:59.516Z[ recovery-image] Aug 12 23:39:58.989 INFO O| Aug 12 23:39:58.989 INFO STEP 11 (pkg_install) COMPLETE
48462026-08-12T23:39:59.516Z[ recovery-image] Aug 12 23:39:58.989 INFO O| Aug 12 23:39:58.989 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48472026-08-12T23:39:59.522Z[ recovery-image] Aug 12 23:39:58.989 INFO O| Aug 12 23:39:58.989 INFO skip step because feature "recovery" is enabled
48482026-08-12T23:39:59.522Z[ recovery-image] Aug 12 23:39:58.989 INFO O| Aug 12 23:39:58.989 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48492026-08-12T23:39:59.522Z[ recovery-image] Aug 12 23:39:58.989 INFO O| Aug 12 23:39:58.989 INFO skip step because feature "omicron1" is not enabled
48502026-08-12T23:39:59.522Z[ recovery-image] Aug 12 23:39:58.989 INFO O| Aug 12 23:39:58.989 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48512026-08-12T23:39:59.544Z[ recovery-image] Aug 12 23:39:59.017 INFO O| Aug 12 23:39:58.998 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48522026-08-12T23:39:59.582Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48532026-08-12T23:39:59.644Z[verify-libraries] Compiling ed25519 v3.0.0
48542026-08-12T23:39:59.787Z[verify-libraries] Compiling crypto-primes v0.7.2
48552026-08-12T23:40:00.068Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48562026-08-12T23:40:00.613Z[verify-libraries] Compiling poly1305 v0.9.0
48572026-08-12T23:40:00.879Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48582026-08-12T23:40:00.977Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48592026-08-12T23:40:01.047Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48602026-08-12T23:40:01.068Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48612026-08-12T23:40:01.320Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48622026-08-12T23:40:01.410Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48632026-08-12T23:40:01.446Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48642026-08-12T23:40:01.450Z[verify-libraries] Compiling blowfish v0.10.0
48652026-08-12T23:40:01.466Z[ recovery-image] Aug 12 23:40:00.938 INFO O| Aug 12 23:40:00.938 INFO O| Startup: Refreshing catalog 'helios' ... Done
48662026-08-12T23:40:01.513Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48672026-08-12T23:40:01.605Z[verify-libraries] Compiling petname v2.0.2
48682026-08-12T23:40:01.678Z[verify-libraries] Compiling constant_time_eq v0.4.2
48692026-08-12T23:40:01.702Z[verify-libraries] Compiling arrayvec v0.7.6
48702026-08-12T23:40:01.808Z[verify-libraries] Compiling arrayref v0.3.9
48712026-08-12T23:40:01.920Z[ recovery-image] Aug 12 23:40:01.391 INFO O| Aug 12 23:40:01.391 INFO O| Startup: Caching catalogs ... Done
48722026-08-12T23:40:01.975Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48732026-08-12T23:40:02.143Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48742026-08-12T23:40:02.317Z[ recovery-image] Aug 12 23:40:01.790 INFO O| Aug 12 23:40:01.790 INFO O| Planning: Solver setup ... Done
48752026-08-12T23:40:02.322Z[ recovery-image] Aug 12 23:40:01.796 INFO O| Aug 12 23:40:01.795 INFO O| Planning: Running solver ... Done
48762026-08-12T23:40:02.336Z[ recovery-image] Aug 12 23:40:01.809 INFO O| Aug 12 23:40:01.809 INFO O| Planning: Finding local manifests ... Done
48772026-08-12T23:40:02.371Z[verify-libraries] Compiling ssh-cipher v0.3.0
48782026-08-12T23:40:02.375Z[ recovery-image] Aug 12 23:40:01.846 INFO O| Aug 12 23:40:01.846 INFO O| Planning: Fetching manifests: 0/1 0% complete
48792026-08-12T23:40:02.392Z[ recovery-image] Aug 12 23:40:01.865 INFO O| Aug 12 23:40:01.857 INFO O| Planning: Fetching manifests: 1/1 100% complete
48802026-08-12T23:40:02.396Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48812026-08-12T23:40:02.399Z[ recovery-image] Aug 12 23:40:01.873 INFO O| Aug 12 23:40:01.872 INFO O| Planning: Package planning ... Done
48822026-08-12T23:40:02.399Z[ recovery-image] Aug 12 23:40:01.873 INFO O| Aug 12 23:40:01.873 INFO O| Planning: Merging actions ... Done
48832026-08-12T23:40:02.428Z[ recovery-image] Aug 12 23:40:01.895 INFO O| Aug 12 23:40:01.895 INFO O| Planning: Checking for conflicting actions ... Done
48842026-08-12T23:40:02.428Z[ recovery-image] Aug 12 23:40:01.895 INFO O| Aug 12 23:40:01.895 INFO O| Planning: Consolidating action changes ... Done
48852026-08-12T23:40:02.433Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48862026-08-12T23:40:02.502Z[verify-libraries] Compiling serde_with_macros v1.5.2
48872026-08-12T23:40:02.515Z[ recovery-image] Aug 12 23:40:01.988 INFO O| Aug 12 23:40:01.988 INFO O| Planning: Evaluating mediators ... Done
48882026-08-12T23:40:02.519Z[ recovery-image] Aug 12 23:40:01.988 INFO O| Aug 12 23:40:01.988 INFO O| Planning: Planning completed in 0.58 seconds
48892026-08-12T23:40:02.519Z[ recovery-image] Aug 12 23:40:01.989 INFO O| Aug 12 23:40:01.989 INFO O| Packages to install: 1
48902026-08-12T23:40:02.528Z[ recovery-image] Aug 12 23:40:02.001 INFO O| Aug 12 23:40:02.001 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
48912026-08-12T23:40:02.561Z[verify-libraries] Compiling sha3 v0.11.0
48922026-08-12T23:40:02.649Z[ recovery-image] Aug 12 23:40:02.121 INFO O| Aug 12 23:40:02.121 INFO O| Download: Completed 13.17 MB in 0.12 seconds (109M/s)
48932026-08-12T23:40:02.667Z[ recovery-image] Aug 12 23:40:02.140 INFO O| Aug 12 23:40:02.140 INFO O| Actions: 1/22 actions (Installing new actions)
48942026-08-12T23:40:02.715Z[verify-libraries] Compiling p256 v0.14.0
48952026-08-12T23:40:02.759Z[verify-libraries] Compiling p384 v0.14.0
48962026-08-12T23:40:03.016Z[ recovery-image] Aug 12 23:40:02.489 INFO O| Aug 12 23:40:02.489 INFO O| Actions: Completed 22 actions in 0.35 seconds.
48972026-08-12T23:40:03.048Z[ recovery-image] Aug 12 23:40:02.521 INFO O| Aug 12 23:40:02.521 INFO O| Finalize: Updating package state database ... Done
48982026-08-12T23:40:03.048Z[ recovery-image] Aug 12 23:40:02.521 INFO O| Aug 12 23:40:02.521 INFO O| Finalize: Updating package cache ... Done
48992026-08-12T23:40:03.072Z[verify-libraries] Compiling p521 v0.14.0
49002026-08-12T23:40:03.150Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49012026-08-12T23:40:03.159Z[ recovery-image] Aug 12 23:40:02.627 INFO O| Aug 12 23:40:02.625 INFO O| Finalize: Updating image state ... Done
49022026-08-12T23:40:03.206Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49032026-08-12T23:40:03.207Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49042026-08-12T23:40:03.559Z[verify-libraries] Compiling twox-hash v2.1.2
49052026-08-12T23:40:03.604Z[verify-libraries] Compiling kem v0.3.0
49062026-08-12T23:40:03.768Z[ recovery-image] Aug 12 23:40:03.241 INFO O| Aug 12 23:40:03.241 INFO O| Finalize: Creating fast lookup database ... Done
49072026-08-12T23:40:03.783Z[ recovery-image] Aug 12 23:40:03.256 INFO O| Aug 12 23:40:03.256 INFO O| Finalize: Reading search index ... Done
49082026-08-12T23:40:03.783Z[ recovery-image] Aug 12 23:40:03.256 INFO O| Aug 12 23:40:03.256 INFO O| Finalize: Updating search index ... Done
49092026-08-12T23:40:03.799Z[ recovery-image] Aug 12 23:40:03.270 INFO O| Aug 12 23:40:03.270 INFO O| Finalize: Updating package cache ... Done
49102026-08-12T23:40:03.881Z[verify-libraries] Compiling module-lattice v0.2.3
49112026-08-12T23:40:03.924Z[verify-libraries] Compiling rtoolbox v0.0.3
49122026-08-12T23:40:04.056Z[verify-libraries] Compiling atty v0.2.14
49132026-08-12T23:40:04.123Z[verify-libraries] Compiling topological-sort v0.2.2
49142026-08-12T23:40:04.127Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO STEP 14 (pkg_install) COMPLETE
49152026-08-12T23:40:04.127Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49162026-08-12T23:40:04.127Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO skip step because feature "mbist" is not enabled
49172026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49182026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO skip step because feature "mfg" is not enabled
49192026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49202026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO skip step because feature "compliance" is not enabled
49212026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49222026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO skip step because feature "stress" is not enabled
49232026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49242026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO skip step because feature "compliance" is not enabled
49252026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49262026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO skip step because feature "nfs" is not enabled
49272026-08-12T23:40:04.129Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49282026-08-12T23:40:04.130Z[ recovery-image] Aug 12 23:40:03.597 INFO O| Aug 12 23:40:03.597 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49292026-08-12T23:40:04.228Z[verify-libraries] Compiling sponge-cursor v0.1.0
49302026-08-12T23:40:04.232Z[ recovery-image] Aug 12 23:40:03.704 INFO O| Aug 12 23:40:03.704 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49312026-08-12T23:40:04.258Z[verify-libraries] Compiling ml-kem v0.3.2
49322026-08-12T23:40:04.306Z[verify-libraries] Compiling rpassword v7.5.4
49332026-08-12T23:40:04.336Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49342026-08-12T23:40:04.352Z[ recovery-image] Aug 12 23:40:03.822 INFO O| Aug 12 23:40:03.822 INFO completed processing sled/ramdisk-01-os
49352026-08-12T23:40:04.356Z[ recovery-image] Aug 12 23:40:03.824 INFO image builder template: ramdisk-02-trim...
49362026-08-12T23:40:04.357Z[ recovery-image] Aug 12 23:40:03.824 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/.tmpFnSeuI/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49372026-08-12T23:40:04.373Z[ recovery-image] Aug 12 23:40:03.846 INFO O| Aug 12 23:40:03.846 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49382026-08-12T23:40:04.379Z[ recovery-image] Aug 12 23:40:03.852 INFO O| Aug 12 23:40:03.852 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49392026-08-12T23:40:04.419Z[verify-libraries] Compiling sha3 v0.12.0
49402026-08-12T23:40:04.456Z[ recovery-image] Aug 12 23:40:03.920 INFO O| Aug 12 23:40:03.920 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49412026-08-12T23:40:04.525Z[ recovery-image] Aug 12 23:40:03.981 INFO O| Aug 12 23:40:03.981 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49422026-08-12T23:40:04.525Z[ recovery-image] Aug 12 23:40:03.981 INFO O| Aug 12 23:40:03.981 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49432026-08-12T23:40:04.530Z[ recovery-image] Aug 12 23:40:03.986 INFO O| Aug 12 23:40:03.986 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49442026-08-12T23:40:04.530Z[ recovery-image] Aug 12 23:40:03.990 INFO O| Aug 12 23:40:03.990 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49452026-08-12T23:40:04.530Z[ recovery-image] Aug 12 23:40:03.995 INFO O| Aug 12 23:40:03.995 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49462026-08-12T23:40:04.733Z[verify-libraries] Compiling serde_with v1.14.0
49472026-08-12T23:40:05.162Z[ recovery-image] Aug 12 23:40:04.634 INFO O| Aug 12 23:40:04.634 INFO rolled back to input snapshot; work may begin
49482026-08-12T23:40:05.162Z[ recovery-image] Aug 12 23:40:04.634 INFO O| Aug 12 23:40:04.634 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49492026-08-12T23:40:05.167Z[ recovery-image] Aug 12 23:40:04.640 INFO O| Aug 12 23:40:04.640 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49502026-08-12T23:40:05.177Z[ recovery-image] Aug 12 23:40:04.650 INFO O| Aug 12 23:40:04.650 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49512026-08-12T23:40:05.189Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49522026-08-12T23:40:05.268Z[ recovery-image] Aug 12 23:40:04.741 INFO O| Aug 12 23:40:04.741 INFO STEP 0 (remove_files) COMPLETE
49532026-08-12T23:40:05.268Z[ recovery-image] Aug 12 23:40:04.741 INFO O| Aug 12 23:40:04.741 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49542026-08-12T23:40:05.279Z[ recovery-image] Aug 12 23:40:04.750 INFO O| Aug 12 23:40:04.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49552026-08-12T23:40:05.279Z[ recovery-image] Aug 12 23:40:04.752 INFO O| Aug 12 23:40:04.752 INFO STEP 1 (remove_files) COMPLETE
49562026-08-12T23:40:05.283Z[ recovery-image] Aug 12 23:40:04.752 INFO O| Aug 12 23:40:04.752 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49572026-08-12T23:40:05.288Z[ recovery-image] Aug 12 23:40:04.762 INFO O| Aug 12 23:40:04.761 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49582026-08-12T23:40:05.308Z[ recovery-image] Aug 12 23:40:04.781 INFO O| Aug 12 23:40:04.781 INFO STEP 2 (remove_files) COMPLETE
49592026-08-12T23:40:05.308Z[ recovery-image] Aug 12 23:40:04.781 INFO O| Aug 12 23:40:04.781 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49602026-08-12T23:40:05.318Z[ recovery-image] Aug 12 23:40:04.791 INFO O| Aug 12 23:40:04.791 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49612026-08-12T23:40:05.322Z[ recovery-image] Aug 12 23:40:04.793 INFO O| Aug 12 23:40:04.793 INFO STEP 3 (remove_files) COMPLETE
49622026-08-12T23:40:05.322Z[ recovery-image] Aug 12 23:40:04.793 INFO O| Aug 12 23:40:04.793 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49632026-08-12T23:40:05.330Z[ recovery-image] Aug 12 23:40:04.803 INFO O| Aug 12 23:40:04.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49642026-08-12T23:40:05.334Z[ recovery-image] Aug 12 23:40:04.808 INFO O| Aug 12 23:40:04.808 INFO STEP 4 (remove_files) COMPLETE
49652026-08-12T23:40:05.334Z[ recovery-image] Aug 12 23:40:04.808 INFO O| Aug 12 23:40:04.808 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49662026-08-12T23:40:05.346Z[ recovery-image] Aug 12 23:40:04.819 INFO O| Aug 12 23:40:04.818 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49672026-08-12T23:40:05.346Z[ recovery-image] Aug 12 23:40:04.819 INFO O| Aug 12 23:40:04.819 INFO STEP 5 (remove_files) COMPLETE
49682026-08-12T23:40:05.346Z[ recovery-image] Aug 12 23:40:04.819 INFO O| Aug 12 23:40:04.819 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-08-12T23:40:05.356Z[ recovery-image] Aug 12 23:40:04.829 INFO O| Aug 12 23:40:04.829 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49702026-08-12T23:40:05.370Z[ recovery-image] Aug 12 23:40:04.843 INFO O| Aug 12 23:40:04.843 INFO STEP 6 (remove_files) COMPLETE
49712026-08-12T23:40:05.371Z[ recovery-image] Aug 12 23:40:04.843 INFO O| Aug 12 23:40:04.843 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-12T23:40:05.375Z[ recovery-image] Aug 12 23:40:04.843 INFO O| Aug 12 23:40:04.843 INFO skip step because feature "heliosv2" is not enabled
49732026-08-12T23:40:05.375Z[ recovery-image] Aug 12 23:40:04.843 INFO O| Aug 12 23:40:04.843 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49742026-08-12T23:40:05.375Z[ recovery-image] Aug 12 23:40:04.843 INFO O| Aug 12 23:40:04.843 INFO skip step because feature "recovery" is enabled
49752026-08-12T23:40:05.375Z[ recovery-image] Aug 12 23:40:04.843 INFO O| Aug 12 23:40:04.843 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49762026-08-12T23:40:05.375Z[ recovery-image] Aug 12 23:40:04.843 INFO O| Aug 12 23:40:04.843 INFO skip step because feature "recovery" is enabled
49772026-08-12T23:40:05.375Z[ recovery-image] Aug 12 23:40:04.843 INFO O| Aug 12 23:40:04.843 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-12T23:40:05.375Z[ recovery-image] Aug 12 23:40:04.843 INFO O| Aug 12 23:40:04.843 INFO skip step because feature "recovery" is enabled
49792026-08-12T23:40:05.375Z[ recovery-image] Aug 12 23:40:04.843 INFO O| Aug 12 23:40:04.843 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49802026-08-12T23:40:05.380Z[ recovery-image] Aug 12 23:40:04.853 INFO O| Aug 12 23:40:04.853 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49812026-08-12T23:40:05.384Z[ recovery-image] Aug 12 23:40:04.857 INFO O| Aug 12 23:40:04.857 INFO STEP 11 (remove_files) COMPLETE
49822026-08-12T23:40:05.384Z[ recovery-image] Aug 12 23:40:04.857 INFO O| Aug 12 23:40:04.857 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-12T23:40:05.395Z[ recovery-image] Aug 12 23:40:04.867 INFO O| Aug 12 23:40:04.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49842026-08-12T23:40:05.400Z[ recovery-image] Aug 12 23:40:04.867 INFO O| Aug 12 23:40:04.867 INFO STEP 12 (remove_files) COMPLETE
49852026-08-12T23:40:05.400Z[ recovery-image] Aug 12 23:40:04.868 INFO O| Aug 12 23:40:04.867 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49862026-08-12T23:40:05.403Z[ recovery-image] Aug 12 23:40:04.876 INFO O| Aug 12 23:40:04.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49872026-08-12T23:40:05.407Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49882026-08-12T23:40:05.407Z[ recovery-image] Aug 12 23:40:04.879 INFO O| Aug 12 23:40:04.879 INFO STEP 13 (remove_files) COMPLETE
49892026-08-12T23:40:05.407Z[ recovery-image] Aug 12 23:40:04.879 INFO O| Aug 12 23:40:04.879 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-12T23:40:05.447Z[ recovery-image] Aug 12 23:40:04.920 INFO O| Aug 12 23:40:04.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49912026-08-12T23:40:05.447Z[ recovery-image] Aug 12 23:40:04.920 INFO O| Aug 12 23:40:04.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49922026-08-12T23:40:05.532Z[ recovery-image] Aug 12 23:40:05.005 INFO O| Aug 12 23:40:05.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49932026-08-12T23:40:05.544Z[ recovery-image] Aug 12 23:40:05.016 INFO O| Aug 12 23:40:05.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49942026-08-12T23:40:05.610Z[ recovery-image] Aug 12 23:40:05.083 INFO O| Aug 12 23:40:05.083 INFO STEP 14 (remove_files) COMPLETE
49952026-08-12T23:40:05.610Z[ recovery-image] Aug 12 23:40:05.083 INFO O| Aug 12 23:40:05.083 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49962026-08-12T23:40:05.622Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49972026-08-12T23:40:05.625Z[ recovery-image] Aug 12 23:40:05.098 INFO O| Aug 12 23:40:05.098 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49982026-08-12T23:40:05.671Z[ recovery-image] Aug 12 23:40:05.100 INFO O| Aug 12 23:40:05.100 INFO STEP 15 (remove_files) COMPLETE
49992026-08-12T23:40:05.671Z[ recovery-image] Aug 12 23:40:05.100 INFO O| Aug 12 23:40:05.100 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-12T23:40:05.671Z[ recovery-image] Aug 12 23:40:05.122 INFO O| Aug 12 23:40:05.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50012026-08-12T23:40:05.671Z[ recovery-image] Aug 12 23:40:05.130 INFO O| Aug 12 23:40:05.130 INFO STEP 16 (remove_files) COMPLETE
50022026-08-12T23:40:05.671Z[ recovery-image] Aug 12 23:40:05.130 INFO O| Aug 12 23:40:05.130 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-12T23:40:05.671Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50042026-08-12T23:40:05.676Z[ recovery-image] Aug 12 23:40:05.141 INFO O| Aug 12 23:40:05.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50052026-08-12T23:40:05.676Z[ recovery-image] Aug 12 23:40:05.142 INFO O| Aug 12 23:40:05.142 INFO STEP 17 (remove_files) COMPLETE
50062026-08-12T23:40:05.676Z[ recovery-image] Aug 12 23:40:05.142 INFO O| Aug 12 23:40:05.142 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-08-12T23:40:05.682Z[ recovery-image] Aug 12 23:40:05.153 INFO O| Aug 12 23:40:05.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50082026-08-12T23:40:05.682Z[ recovery-image] Aug 12 23:40:05.155 INFO O| Aug 12 23:40:05.155 INFO STEP 18 (remove_files) COMPLETE
50092026-08-12T23:40:05.682Z[ recovery-image] Aug 12 23:40:05.155 INFO O| Aug 12 23:40:05.155 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-08-12T23:40:05.692Z[ recovery-image] Aug 12 23:40:05.165 INFO O| Aug 12 23:40:05.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50112026-08-12T23:40:05.692Z[ recovery-image] Aug 12 23:40:05.165 INFO O| Aug 12 23:40:05.165 INFO STEP 19 (remove_files) COMPLETE
50122026-08-12T23:40:05.692Z[ recovery-image] Aug 12 23:40:05.165 INFO O| Aug 12 23:40:05.165 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-12T23:40:05.702Z[ recovery-image] Aug 12 23:40:05.175 INFO O| Aug 12 23:40:05.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50142026-08-12T23:40:05.702Z[ recovery-image] Aug 12 23:40:05.175 INFO O| Aug 12 23:40:05.175 INFO STEP 20 (remove_files) COMPLETE
50152026-08-12T23:40:05.702Z[ recovery-image] Aug 12 23:40:05.175 INFO O| Aug 12 23:40:05.175 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-12T23:40:05.711Z[ recovery-image] Aug 12 23:40:05.184 INFO O| Aug 12 23:40:05.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50172026-08-12T23:40:05.711Z[ recovery-image] Aug 12 23:40:05.184 INFO O| Aug 12 23:40:05.184 INFO STEP 21 (remove_files) COMPLETE
50182026-08-12T23:40:05.715Z[ recovery-image] Aug 12 23:40:05.184 INFO O| Aug 12 23:40:05.184 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-12T23:40:05.726Z[ recovery-image] Aug 12 23:40:05.195 INFO O| Aug 12 23:40:05.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50202026-08-12T23:40:05.726Z[ recovery-image] Aug 12 23:40:05.196 INFO O| Aug 12 23:40:05.196 INFO STEP 22 (remove_files) COMPLETE
50212026-08-12T23:40:05.730Z[ recovery-image] Aug 12 23:40:05.196 INFO O| Aug 12 23:40:05.196 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-12T23:40:05.734Z[ recovery-image] Aug 12 23:40:05.206 INFO O| Aug 12 23:40:05.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50232026-08-12T23:40:05.734Z[ recovery-image] Aug 12 23:40:05.206 INFO O| Aug 12 23:40:05.206 INFO STEP 23 (remove_files) COMPLETE
50242026-08-12T23:40:05.735Z[ recovery-image] Aug 12 23:40:05.206 INFO O| Aug 12 23:40:05.206 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-12T23:40:05.743Z[ recovery-image] Aug 12 23:40:05.216 INFO O| Aug 12 23:40:05.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50262026-08-12T23:40:05.743Z[ recovery-image] Aug 12 23:40:05.217 INFO O| Aug 12 23:40:05.217 INFO STEP 24 (remove_files) COMPLETE
50272026-08-12T23:40:05.743Z[ recovery-image] Aug 12 23:40:05.217 INFO O| Aug 12 23:40:05.217 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-12T23:40:05.754Z[ recovery-image] Aug 12 23:40:05.227 INFO O| Aug 12 23:40:05.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50292026-08-12T23:40:05.754Z[ recovery-image] Aug 12 23:40:05.227 INFO O| Aug 12 23:40:05.227 INFO STEP 25 (remove_files) COMPLETE
50302026-08-12T23:40:05.754Z[ recovery-image] Aug 12 23:40:05.227 INFO O| Aug 12 23:40:05.227 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-12T23:40:05.763Z[ recovery-image] Aug 12 23:40:05.237 INFO O| Aug 12 23:40:05.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50322026-08-12T23:40:05.764Z[ recovery-image] Aug 12 23:40:05.237 INFO O| Aug 12 23:40:05.237 INFO STEP 26 (remove_files) COMPLETE
50332026-08-12T23:40:05.764Z[ recovery-image] Aug 12 23:40:05.237 INFO O| Aug 12 23:40:05.237 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-12T23:40:05.767Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
50352026-08-12T23:40:05.777Z[ recovery-image] Aug 12 23:40:05.245 INFO O| Aug 12 23:40:05.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50362026-08-12T23:40:05.778Z[ recovery-image] Aug 12 23:40:05.245 INFO O| Aug 12 23:40:05.245 INFO STEP 27 (remove_files) COMPLETE
50372026-08-12T23:40:05.778Z[ recovery-image] Aug 12 23:40:05.245 INFO O| Aug 12 23:40:05.245 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-12T23:40:05.787Z[ recovery-image] Aug 12 23:40:05.256 INFO O| Aug 12 23:40:05.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50392026-08-12T23:40:05.787Z[ recovery-image] Aug 12 23:40:05.256 INFO O| Aug 12 23:40:05.256 INFO STEP 28 (remove_files) COMPLETE
50402026-08-12T23:40:05.796Z[ recovery-image] Aug 12 23:40:05.256 INFO O| Aug 12 23:40:05.256 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-12T23:40:05.796Z[ recovery-image] Aug 12 23:40:05.265 INFO O| Aug 12 23:40:05.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50422026-08-12T23:40:05.796Z[ recovery-image] Aug 12 23:40:05.265 INFO O| Aug 12 23:40:05.265 INFO STEP 29 (remove_files) COMPLETE
50432026-08-12T23:40:05.796Z[ recovery-image] Aug 12 23:40:05.265 INFO O| Aug 12 23:40:05.265 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-12T23:40:05.801Z[ recovery-image] Aug 12 23:40:05.275 INFO O| Aug 12 23:40:05.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50452026-08-12T23:40:05.804Z[ recovery-image] Aug 12 23:40:05.275 INFO O| Aug 12 23:40:05.275 INFO STEP 30 (remove_files) COMPLETE
50462026-08-12T23:40:05.804Z[ recovery-image] Aug 12 23:40:05.275 INFO O| Aug 12 23:40:05.275 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-12T23:40:05.811Z[ recovery-image] Aug 12 23:40:05.284 INFO O| Aug 12 23:40:05.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50482026-08-12T23:40:05.811Z[ recovery-image] Aug 12 23:40:05.284 INFO O| Aug 12 23:40:05.284 INFO STEP 31 (remove_files) COMPLETE
50492026-08-12T23:40:05.815Z[ recovery-image] Aug 12 23:40:05.284 INFO O| Aug 12 23:40:05.284 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-12T23:40:05.823Z[ recovery-image] Aug 12 23:40:05.294 INFO O| Aug 12 23:40:05.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50512026-08-12T23:40:05.823Z[ recovery-image] Aug 12 23:40:05.294 INFO O| Aug 12 23:40:05.294 INFO STEP 32 (remove_files) COMPLETE
50522026-08-12T23:40:05.827Z[ recovery-image] Aug 12 23:40:05.294 INFO O| Aug 12 23:40:05.294 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-12T23:40:05.831Z[ recovery-image] Aug 12 23:40:05.304 INFO O| Aug 12 23:40:05.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50542026-08-12T23:40:05.831Z[ recovery-image] Aug 12 23:40:05.304 INFO O| Aug 12 23:40:05.304 INFO STEP 33 (remove_files) COMPLETE
50552026-08-12T23:40:05.831Z[ recovery-image] Aug 12 23:40:05.304 INFO O| Aug 12 23:40:05.304 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-12T23:40:05.841Z[ recovery-image] Aug 12 23:40:05.313 INFO O| Aug 12 23:40:05.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50572026-08-12T23:40:05.841Z[ recovery-image] Aug 12 23:40:05.313 INFO O| Aug 12 23:40:05.313 INFO STEP 34 (remove_files) COMPLETE
50582026-08-12T23:40:05.841Z[ recovery-image] Aug 12 23:40:05.313 INFO O| Aug 12 23:40:05.313 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-12T23:40:05.849Z[ recovery-image] Aug 12 23:40:05.322 INFO O| Aug 12 23:40:05.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50602026-08-12T23:40:05.849Z[ recovery-image] Aug 12 23:40:05.322 INFO O| Aug 12 23:40:05.322 INFO STEP 35 (remove_files) COMPLETE
50612026-08-12T23:40:05.852Z[ recovery-image] Aug 12 23:40:05.322 INFO O| Aug 12 23:40:05.322 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-12T23:40:05.862Z[ recovery-image] Aug 12 23:40:05.332 INFO O| Aug 12 23:40:05.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50632026-08-12T23:40:05.862Z[ recovery-image] Aug 12 23:40:05.332 INFO O| Aug 12 23:40:05.332 INFO STEP 36 (remove_files) COMPLETE
50642026-08-12T23:40:05.866Z[ recovery-image] Aug 12 23:40:05.332 INFO O| Aug 12 23:40:05.332 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-12T23:40:05.870Z[ recovery-image] Aug 12 23:40:05.341 INFO O| Aug 12 23:40:05.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50662026-08-12T23:40:05.870Z[ recovery-image] Aug 12 23:40:05.341 INFO O| Aug 12 23:40:05.341 INFO STEP 37 (remove_files) COMPLETE
50672026-08-12T23:40:05.870Z[ recovery-image] Aug 12 23:40:05.341 INFO O| Aug 12 23:40:05.341 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-12T23:40:05.878Z[ recovery-image] Aug 12 23:40:05.351 INFO O| Aug 12 23:40:05.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50692026-08-12T23:40:05.878Z[ recovery-image] Aug 12 23:40:05.351 INFO O| Aug 12 23:40:05.351 INFO STEP 38 (remove_files) COMPLETE
50702026-08-12T23:40:05.879Z[ recovery-image] Aug 12 23:40:05.352 INFO O| Aug 12 23:40:05.351 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-12T23:40:05.887Z[ recovery-image] Aug 12 23:40:05.360 INFO O| Aug 12 23:40:05.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50722026-08-12T23:40:05.887Z[ recovery-image] Aug 12 23:40:05.360 INFO O| Aug 12 23:40:05.360 INFO STEP 39 (remove_files) COMPLETE
50732026-08-12T23:40:05.893Z[ recovery-image] Aug 12 23:40:05.360 INFO O| Aug 12 23:40:05.360 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-12T23:40:05.901Z[ recovery-image] Aug 12 23:40:05.369 INFO O| Aug 12 23:40:05.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50752026-08-12T23:40:05.901Z[ recovery-image] Aug 12 23:40:05.369 INFO O| Aug 12 23:40:05.369 INFO STEP 40 (remove_files) COMPLETE
50762026-08-12T23:40:05.901Z[ recovery-image] Aug 12 23:40:05.369 INFO O| Aug 12 23:40:05.369 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-12T23:40:05.905Z[ recovery-image] Aug 12 23:40:05.378 INFO O| Aug 12 23:40:05.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50782026-08-12T23:40:05.905Z[ recovery-image] Aug 12 23:40:05.378 INFO O| Aug 12 23:40:05.378 INFO STEP 41 (remove_files) COMPLETE
50792026-08-12T23:40:05.923Z[ recovery-image] Aug 12 23:40:05.378 INFO O| Aug 12 23:40:05.378 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-12T23:40:05.926Z[ recovery-image] Aug 12 23:40:05.387 INFO O| Aug 12 23:40:05.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50812026-08-12T23:40:05.927Z[ recovery-image] Aug 12 23:40:05.387 INFO O| Aug 12 23:40:05.387 INFO STEP 42 (remove_files) COMPLETE
50822026-08-12T23:40:05.927Z[ recovery-image] Aug 12 23:40:05.387 INFO O| Aug 12 23:40:05.387 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-12T23:40:05.927Z[ recovery-image] Aug 12 23:40:05.396 INFO O| Aug 12 23:40:05.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50842026-08-12T23:40:05.928Z[ recovery-image] Aug 12 23:40:05.396 INFO O| Aug 12 23:40:05.396 INFO STEP 43 (remove_files) COMPLETE
50852026-08-12T23:40:05.928Z[ recovery-image] Aug 12 23:40:05.396 INFO O| Aug 12 23:40:05.396 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-12T23:40:05.947Z[ recovery-image] Aug 12 23:40:05.414 INFO O| Aug 12 23:40:05.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50872026-08-12T23:40:05.948Z[ recovery-image] Aug 12 23:40:05.414 INFO O| Aug 12 23:40:05.414 INFO STEP 44 (remove_files) COMPLETE
50882026-08-12T23:40:05.948Z[ recovery-image] Aug 12 23:40:05.414 INFO O| Aug 12 23:40:05.414 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-12T23:40:05.953Z[ recovery-image] Aug 12 23:40:05.424 INFO O| Aug 12 23:40:05.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50902026-08-12T23:40:05.954Z[ recovery-image] Aug 12 23:40:05.424 INFO O| Aug 12 23:40:05.424 INFO STEP 45 (remove_files) COMPLETE
50912026-08-12T23:40:05.954Z[ recovery-image] Aug 12 23:40:05.424 INFO O| Aug 12 23:40:05.424 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-12T23:40:05.960Z[ recovery-image] Aug 12 23:40:05.433 INFO O| Aug 12 23:40:05.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50932026-08-12T23:40:05.960Z[ recovery-image] Aug 12 23:40:05.433 INFO O| Aug 12 23:40:05.433 INFO STEP 46 (remove_files) COMPLETE
50942026-08-12T23:40:05.960Z[ recovery-image] Aug 12 23:40:05.433 INFO O| Aug 12 23:40:05.433 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-12T23:40:05.969Z[ recovery-image] Aug 12 23:40:05.442 INFO O| Aug 12 23:40:05.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50962026-08-12T23:40:05.969Z[ recovery-image] Aug 12 23:40:05.442 INFO O| Aug 12 23:40:05.442 INFO STEP 47 (remove_files) COMPLETE
50972026-08-12T23:40:05.969Z[ recovery-image] Aug 12 23:40:05.442 INFO O| Aug 12 23:40:05.442 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-12T23:40:05.977Z[ recovery-image] Aug 12 23:40:05.450 INFO O| Aug 12 23:40:05.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50992026-08-12T23:40:05.977Z[ recovery-image] Aug 12 23:40:05.450 INFO O| Aug 12 23:40:05.450 INFO STEP 48 (remove_files) COMPLETE
51002026-08-12T23:40:05.977Z[ recovery-image] Aug 12 23:40:05.450 INFO O| Aug 12 23:40:05.450 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-12T23:40:05.985Z[ recovery-image] Aug 12 23:40:05.459 INFO O| Aug 12 23:40:05.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51022026-08-12T23:40:05.985Z[ recovery-image] Aug 12 23:40:05.459 INFO O| Aug 12 23:40:05.459 INFO STEP 49 (remove_files) COMPLETE
51032026-08-12T23:40:05.986Z[ recovery-image] Aug 12 23:40:05.459 INFO O| Aug 12 23:40:05.459 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-12T23:40:05.993Z[ recovery-image] Aug 12 23:40:05.466 INFO O| Aug 12 23:40:05.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51052026-08-12T23:40:05.993Z[ recovery-image] Aug 12 23:40:05.466 INFO O| Aug 12 23:40:05.466 INFO STEP 50 (remove_files) COMPLETE
51062026-08-12T23:40:05.993Z[ recovery-image] Aug 12 23:40:05.466 INFO O| Aug 12 23:40:05.466 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-12T23:40:06.007Z[ recovery-image] Aug 12 23:40:05.480 INFO O| Aug 12 23:40:05.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51082026-08-12T23:40:06.007Z[ recovery-image] Aug 12 23:40:05.480 INFO O| Aug 12 23:40:05.480 INFO STEP 51 (remove_files) COMPLETE
51092026-08-12T23:40:06.011Z[ recovery-image] Aug 12 23:40:05.480 INFO O| Aug 12 23:40:05.480 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-12T23:40:06.011Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
51112026-08-12T23:40:06.020Z[ recovery-image] Aug 12 23:40:05.493 INFO O| Aug 12 23:40:05.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51122026-08-12T23:40:06.020Z[ recovery-image] Aug 12 23:40:05.493 INFO O| Aug 12 23:40:05.493 INFO STEP 52 (remove_files) COMPLETE
51132026-08-12T23:40:06.020Z[ recovery-image] Aug 12 23:40:05.494 INFO O| Aug 12 23:40:05.493 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-12T23:40:06.031Z[ recovery-image] Aug 12 23:40:05.504 INFO O| Aug 12 23:40:05.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51152026-08-12T23:40:06.031Z[ recovery-image] Aug 12 23:40:05.504 INFO O| Aug 12 23:40:05.504 INFO STEP 53 (remove_files) COMPLETE
51162026-08-12T23:40:06.031Z[ recovery-image] Aug 12 23:40:05.504 INFO O| Aug 12 23:40:05.504 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-12T23:40:06.042Z[ recovery-image] Aug 12 23:40:05.515 INFO O| Aug 12 23:40:05.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51182026-08-12T23:40:06.042Z[ recovery-image] Aug 12 23:40:05.515 INFO O| Aug 12 23:40:05.515 INFO STEP 54 (remove_files) COMPLETE
51192026-08-12T23:40:06.042Z[ recovery-image] Aug 12 23:40:05.515 INFO O| Aug 12 23:40:05.515 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-12T23:40:06.052Z[ recovery-image] Aug 12 23:40:05.525 INFO O| Aug 12 23:40:05.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51212026-08-12T23:40:06.052Z[ recovery-image] Aug 12 23:40:05.525 INFO O| Aug 12 23:40:05.525 INFO STEP 55 (remove_files) COMPLETE
51222026-08-12T23:40:06.052Z[ recovery-image] Aug 12 23:40:05.525 INFO O| Aug 12 23:40:05.525 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-12T23:40:06.057Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
51242026-08-12T23:40:06.079Z[ recovery-image] Aug 12 23:40:05.552 INFO O| Aug 12 23:40:05.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51252026-08-12T23:40:06.080Z[ recovery-image] Aug 12 23:40:05.552 INFO O| Aug 12 23:40:05.552 INFO STEP 56 (remove_files) COMPLETE
51262026-08-12T23:40:06.080Z[ recovery-image] Aug 12 23:40:05.552 INFO O| Aug 12 23:40:05.552 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-12T23:40:06.115Z[ recovery-image] Aug 12 23:40:05.588 INFO O| Aug 12 23:40:05.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51282026-08-12T23:40:06.115Z[ recovery-image] Aug 12 23:40:05.588 INFO O| Aug 12 23:40:05.588 INFO STEP 57 (remove_files) COMPLETE
51292026-08-12T23:40:06.115Z[ recovery-image] Aug 12 23:40:05.588 INFO O| Aug 12 23:40:05.588 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-12T23:40:06.142Z[ recovery-image] Aug 12 23:40:05.615 INFO O| Aug 12 23:40:05.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51312026-08-12T23:40:06.142Z[ recovery-image] Aug 12 23:40:05.615 INFO O| Aug 12 23:40:05.615 INFO STEP 58 (remove_files) COMPLETE
51322026-08-12T23:40:06.142Z[ recovery-image] Aug 12 23:40:05.615 INFO O| Aug 12 23:40:05.615 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-12T23:40:06.171Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
51342026-08-12T23:40:06.177Z[ recovery-image] Aug 12 23:40:05.648 INFO O| Aug 12 23:40:05.648 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51352026-08-12T23:40:06.177Z[ recovery-image] Aug 12 23:40:05.648 INFO O| Aug 12 23:40:05.648 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51362026-08-12T23:40:06.177Z[ recovery-image] Aug 12 23:40:05.648 INFO O| Aug 12 23:40:05.648 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51372026-08-12T23:40:06.177Z[ recovery-image] Aug 12 23:40:05.648 INFO O| Aug 12 23:40:05.648 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51382026-08-12T23:40:06.178Z[ recovery-image] Aug 12 23:40:05.648 INFO O| Aug 12 23:40:05.648 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51392026-08-12T23:40:06.178Z[ recovery-image] Aug 12 23:40:05.648 INFO O| Aug 12 23:40:05.648 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51402026-08-12T23:40:06.178Z[ recovery-image] Aug 12 23:40:05.648 INFO O| Aug 12 23:40:05.648 INFO ok!
51412026-08-12T23:40:06.178Z[ recovery-image] Aug 12 23:40:05.648 INFO O| Aug 12 23:40:05.648 INFO STEP 59 (ensure_file) COMPLETE
51422026-08-12T23:40:06.178Z[ recovery-image] Aug 12 23:40:05.648 INFO O| Aug 12 23:40:05.648 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-12T23:40:06.187Z[ recovery-image] Aug 12 23:40:05.660 INFO O| Aug 12 23:40:05.660 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51442026-08-12T23:40:06.187Z[ recovery-image] Aug 12 23:40:05.660 INFO O| Aug 12 23:40:05.660 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51452026-08-12T23:40:06.191Z[ recovery-image] Aug 12 23:40:05.661 INFO O| Aug 12 23:40:05.661 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51462026-08-12T23:40:06.191Z[ recovery-image] Aug 12 23:40:05.661 INFO O| Aug 12 23:40:05.661 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51472026-08-12T23:40:06.191Z[ recovery-image] Aug 12 23:40:05.661 INFO O| Aug 12 23:40:05.661 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51482026-08-12T23:40:06.191Z[ recovery-image] Aug 12 23:40:05.661 INFO O| Aug 12 23:40:05.661 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51492026-08-12T23:40:06.191Z[ recovery-image] Aug 12 23:40:05.661 INFO O| Aug 12 23:40:05.661 INFO ok!
51502026-08-12T23:40:06.191Z[ recovery-image] Aug 12 23:40:05.661 INFO O| Aug 12 23:40:05.661 INFO STEP 60 (ensure_file) COMPLETE
51512026-08-12T23:40:06.192Z[ recovery-image] Aug 12 23:40:05.661 INFO O| Aug 12 23:40:05.661 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-12T23:40:06.197Z[ recovery-image] Aug 12 23:40:05.670 INFO O| Aug 12 23:40:05.670 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51532026-08-12T23:40:06.197Z[ recovery-image] Aug 12 23:40:05.670 INFO O| Aug 12 23:40:05.670 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51542026-08-12T23:40:06.201Z[ recovery-image] Aug 12 23:40:05.671 INFO O| Aug 12 23:40:05.671 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51552026-08-12T23:40:06.201Z[ recovery-image] Aug 12 23:40:05.671 INFO O| Aug 12 23:40:05.671 INFO ok!
51562026-08-12T23:40:06.201Z[ recovery-image] Aug 12 23:40:05.671 INFO O| Aug 12 23:40:05.671 INFO STEP 61 (ensure_file) COMPLETE
51572026-08-12T23:40:06.201Z[ recovery-image] Aug 12 23:40:05.671 INFO O| Aug 12 23:40:05.671 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-12T23:40:06.207Z[ recovery-image] Aug 12 23:40:05.680 INFO O| Aug 12 23:40:05.680 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51592026-08-12T23:40:06.207Z[ recovery-image] Aug 12 23:40:05.680 INFO O| Aug 12 23:40:05.680 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51602026-08-12T23:40:06.210Z[ recovery-image] Aug 12 23:40:05.680 INFO O| Aug 12 23:40:05.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51612026-08-12T23:40:06.210Z[ recovery-image] Aug 12 23:40:05.680 INFO O| Aug 12 23:40:05.680 INFO ok!
51622026-08-12T23:40:06.211Z[ recovery-image] Aug 12 23:40:05.680 INFO O| Aug 12 23:40:05.680 INFO STEP 62 (ensure_file) COMPLETE
51632026-08-12T23:40:06.211Z[ recovery-image] Aug 12 23:40:05.680 INFO O| Aug 12 23:40:05.680 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-12T23:40:06.215Z[ recovery-image] Aug 12 23:40:05.688 INFO O| Aug 12 23:40:05.688 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51652026-08-12T23:40:06.215Z[ recovery-image] Aug 12 23:40:05.689 INFO O| Aug 12 23:40:05.689 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51662026-08-12T23:40:06.219Z[ recovery-image] Aug 12 23:40:05.689 INFO O| Aug 12 23:40:05.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51672026-08-12T23:40:06.219Z[ recovery-image] Aug 12 23:40:05.689 INFO O| Aug 12 23:40:05.689 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51682026-08-12T23:40:06.219Z[ recovery-image] Aug 12 23:40:05.689 INFO O| Aug 12 23:40:05.689 INFO ok!
51692026-08-12T23:40:06.219Z[ recovery-image] Aug 12 23:40:05.689 INFO O| Aug 12 23:40:05.689 INFO STEP 63 (ensure_file) COMPLETE
51702026-08-12T23:40:06.219Z[ recovery-image] Aug 12 23:40:05.689 INFO O| Aug 12 23:40:05.689 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-12T23:40:06.224Z[ recovery-image] Aug 12 23:40:05.697 INFO O| Aug 12 23:40:05.697 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51722026-08-12T23:40:06.224Z[ recovery-image] Aug 12 23:40:05.697 INFO O| Aug 12 23:40:05.697 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51732026-08-12T23:40:06.224Z[ recovery-image] Aug 12 23:40:05.697 INFO O| Aug 12 23:40:05.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51742026-08-12T23:40:06.229Z[ recovery-image] Aug 12 23:40:05.697 INFO O| Aug 12 23:40:05.697 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51752026-08-12T23:40:06.229Z[ recovery-image] Aug 12 23:40:05.697 INFO O| Aug 12 23:40:05.697 INFO ok!
51762026-08-12T23:40:06.229Z[ recovery-image] Aug 12 23:40:05.697 INFO O| Aug 12 23:40:05.697 INFO STEP 64 (ensure_file) COMPLETE
51772026-08-12T23:40:06.229Z[ recovery-image] Aug 12 23:40:05.697 INFO O| Aug 12 23:40:05.697 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-12T23:40:06.232Z[ recovery-image] Aug 12 23:40:05.705 INFO O| Aug 12 23:40:05.705 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51792026-08-12T23:40:06.232Z[ recovery-image] Aug 12 23:40:05.706 INFO O| Aug 12 23:40:05.706 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51802026-08-12T23:40:06.232Z[ recovery-image] Aug 12 23:40:05.706 INFO O| Aug 12 23:40:05.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51812026-08-12T23:40:06.233Z[ recovery-image] Aug 12 23:40:05.706 INFO O| Aug 12 23:40:05.706 INFO ok!
51822026-08-12T23:40:06.238Z[ recovery-image] Aug 12 23:40:05.706 INFO O| Aug 12 23:40:05.706 INFO STEP 65 (assemble_files) COMPLETE
51832026-08-12T23:40:06.238Z[ recovery-image] Aug 12 23:40:05.706 INFO O| Aug 12 23:40:05.706 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-12T23:40:06.243Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51852026-08-12T23:40:06.243Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51862026-08-12T23:40:06.243Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51872026-08-12T23:40:06.246Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51882026-08-12T23:40:06.247Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO ok!
51892026-08-12T23:40:06.247Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO STEP 66 (ensure_file) COMPLETE
51902026-08-12T23:40:06.247Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-12T23:40:06.247Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO skip step because feature "omicron1" is not enabled
51922026-08-12T23:40:06.247Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-08-12T23:40:06.247Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO skip step because feature "omicron1" is not enabled
51942026-08-12T23:40:06.247Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-08-12T23:40:06.247Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO skip step because feature "omicron1" is not enabled
51962026-08-12T23:40:06.247Z[ recovery-image] Aug 12 23:40:05.716 INFO O| Aug 12 23:40:05.716 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-12T23:40:06.263Z[ recovery-image] Aug 12 23:40:05.736 INFO O| Aug 12 23:40:05.736 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51982026-08-12T23:40:06.263Z[ recovery-image] Aug 12 23:40:05.736 INFO O| Aug 12 23:40:05.736 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51992026-08-12T23:40:06.990Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52002026-08-12T23:40:07.250Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52012026-08-12T23:40:07.289Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52022026-08-12T23:40:07.452Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52032026-08-12T23:40:07.456Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52042026-08-12T23:40:07.498Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52052026-08-12T23:40:07.520Z[ recovery-image] Aug 12 23:40:06.993 INFO O| Aug 12 23:40:06.993 INFO STEP 70 (pack_tar) COMPLETE
52062026-08-12T23:40:07.520Z[ recovery-image] Aug 12 23:40:06.993 INFO O| Aug 12 23:40:06.993 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52072026-08-12T23:40:07.520Z[ recovery-image] Aug 12 23:40:06.993 INFO O| Aug 12 23:40:06.993 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52082026-08-12T23:40:07.638Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52092026-08-12T23:40:07.806Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52102026-08-12T23:40:08.120Z[ recovery-image] Aug 12 23:40:07.593 INFO O| Aug 12 23:40:07.593 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52112026-08-12T23:40:08.261Z[ recovery-image] Aug 12 23:40:07.734 INFO O| Aug 12 23:40:07.734 INFO completed processing sled/ramdisk-02-trim
52122026-08-12T23:40:08.264Z[ recovery-image] Aug 12 23:40:07.735 INFO image builder template: ramdisk-03-recovery-trim...
52132026-08-12T23:40:08.264Z[ recovery-image] Aug 12 23:40:07.735 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/.tmpFnSeuI/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52142026-08-12T23:40:08.268Z[ recovery-image] Aug 12 23:40:07.741 INFO O| Aug 12 23:40:07.740 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52152026-08-12T23:40:08.343Z[ recovery-image] Aug 12 23:40:07.816 INFO O| Aug 12 23:40:07.816 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52162026-08-12T23:40:08.347Z[ recovery-image] Aug 12 23:40:07.820 INFO O| Aug 12 23:40:07.820 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52172026-08-12T23:40:08.472Z[ recovery-image] Aug 12 23:40:07.945 INFO O| Aug 12 23:40:07.945 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52182026-08-12T23:40:08.538Z[ recovery-image] Aug 12 23:40:08.012 INFO O| Aug 12 23:40:08.011 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52192026-08-12T23:40:08.539Z[ recovery-image] Aug 12 23:40:08.012 INFO O| Aug 12 23:40:08.012 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52202026-08-12T23:40:08.545Z[ recovery-image] Aug 12 23:40:08.019 INFO O| Aug 12 23:40:08.019 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52212026-08-12T23:40:08.549Z[ recovery-image] Aug 12 23:40:08.023 INFO O| Aug 12 23:40:08.023 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52222026-08-12T23:40:08.555Z[ recovery-image] Aug 12 23:40:08.028 INFO O| Aug 12 23:40:08.028 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52232026-08-12T23:40:08.788Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52242026-08-12T23:40:09.016Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52252026-08-12T23:40:09.137Z[ recovery-image] Aug 12 23:40:08.610 INFO O| Aug 12 23:40:08.610 INFO rolled back to input snapshot; work may begin
52262026-08-12T23:40:09.137Z[ recovery-image] Aug 12 23:40:08.610 INFO O| Aug 12 23:40:08.610 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52272026-08-12T23:40:09.142Z[ recovery-image] Aug 12 23:40:08.616 INFO O| Aug 12 23:40:08.615 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-08-12T23:40:09.154Z[ recovery-image] Aug 12 23:40:08.626 INFO O| Aug 12 23:40:08.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52292026-08-12T23:40:09.159Z[ recovery-image] Aug 12 23:40:08.631 INFO O| Aug 12 23:40:08.629 INFO STEP 0 (remove_files) COMPLETE
52302026-08-12T23:40:09.159Z[ recovery-image] Aug 12 23:40:08.631 INFO O| Aug 12 23:40:08.629 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-08-12T23:40:09.167Z[ recovery-image] Aug 12 23:40:08.640 INFO O| Aug 12 23:40:08.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52322026-08-12T23:40:09.170Z[ recovery-image] Aug 12 23:40:08.641 INFO O| Aug 12 23:40:08.641 INFO STEP 1 (remove_files) COMPLETE
52332026-08-12T23:40:09.170Z[ recovery-image] Aug 12 23:40:08.641 INFO O| Aug 12 23:40:08.641 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-08-12T23:40:09.178Z[ recovery-image] Aug 12 23:40:08.651 INFO O| Aug 12 23:40:08.651 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52352026-08-12T23:40:09.181Z[ recovery-image] Aug 12 23:40:08.654 INFO O| Aug 12 23:40:08.654 INFO STEP 2 (remove_files) COMPLETE
52362026-08-12T23:40:09.181Z[ recovery-image] Aug 12 23:40:08.654 INFO O| Aug 12 23:40:08.654 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-08-12T23:40:09.191Z[ recovery-image] Aug 12 23:40:08.664 INFO O| Aug 12 23:40:08.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52382026-08-12T23:40:09.241Z[ recovery-image] Aug 12 23:40:08.714 INFO O| Aug 12 23:40:08.714 INFO STEP 3 (remove_files) COMPLETE
52392026-08-12T23:40:09.241Z[ recovery-image] Aug 12 23:40:08.714 INFO O| Aug 12 23:40:08.714 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-08-12T23:40:09.252Z[ recovery-image] Aug 12 23:40:08.725 INFO O| Aug 12 23:40:08.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52412026-08-12T23:40:09.258Z[ recovery-image] Aug 12 23:40:08.728 INFO O| Aug 12 23:40:08.728 INFO STEP 4 (remove_files) COMPLETE
52422026-08-12T23:40:09.258Z[ recovery-image] Aug 12 23:40:08.728 INFO O| Aug 12 23:40:08.728 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-08-12T23:40:09.266Z[ recovery-image] Aug 12 23:40:08.738 INFO O| Aug 12 23:40:08.738 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52442026-08-12T23:40:09.302Z[ recovery-image] Aug 12 23:40:08.775 INFO O| Aug 12 23:40:08.775 INFO STEP 5 (remove_files) COMPLETE
52452026-08-12T23:40:09.302Z[ recovery-image] Aug 12 23:40:08.775 INFO O| Aug 12 23:40:08.775 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-08-12T23:40:09.315Z[ recovery-image] Aug 12 23:40:08.787 INFO O| Aug 12 23:40:08.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52472026-08-12T23:40:09.325Z[ recovery-image] Aug 12 23:40:08.798 INFO O| Aug 12 23:40:08.797 INFO STEP 6 (remove_files) COMPLETE
52482026-08-12T23:40:09.325Z[ recovery-image] Aug 12 23:40:08.798 INFO O| Aug 12 23:40:08.798 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-08-12T23:40:09.336Z[ recovery-image] Aug 12 23:40:08.809 INFO O| Aug 12 23:40:08.809 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52502026-08-12T23:40:09.339Z[ recovery-image] Aug 12 23:40:08.810 INFO O| Aug 12 23:40:08.810 INFO STEP 7 (remove_files) COMPLETE
52512026-08-12T23:40:09.339Z[ recovery-image] Aug 12 23:40:08.810 INFO O| Aug 12 23:40:08.810 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-08-12T23:40:09.350Z[ recovery-image] Aug 12 23:40:08.821 INFO O| Aug 12 23:40:08.821 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52532026-08-12T23:40:09.354Z[ recovery-image] Aug 12 23:40:08.823 INFO O| Aug 12 23:40:08.823 INFO STEP 8 (remove_files) COMPLETE
52542026-08-12T23:40:09.354Z[ recovery-image] Aug 12 23:40:08.823 INFO O| Aug 12 23:40:08.823 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-08-12T23:40:09.362Z[ recovery-image] Aug 12 23:40:08.833 INFO O| Aug 12 23:40:08.833 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52562026-08-12T23:40:09.366Z[ recovery-image] Aug 12 23:40:08.838 INFO O| Aug 12 23:40:08.838 INFO STEP 9 (remove_files) COMPLETE
52572026-08-12T23:40:09.366Z[ recovery-image] Aug 12 23:40:08.839 INFO O| Aug 12 23:40:08.838 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-08-12T23:40:09.376Z[ recovery-image] Aug 12 23:40:08.849 INFO O| Aug 12 23:40:08.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52592026-08-12T23:40:09.380Z[ recovery-image] Aug 12 23:40:08.850 INFO O| Aug 12 23:40:08.850 INFO STEP 10 (remove_files) COMPLETE
52602026-08-12T23:40:09.380Z[ recovery-image] Aug 12 23:40:08.850 INFO O| Aug 12 23:40:08.850 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-08-12T23:40:09.386Z[ recovery-image] Aug 12 23:40:08.859 INFO O| Aug 12 23:40:08.859 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52622026-08-12T23:40:09.390Z[ recovery-image] Aug 12 23:40:08.860 INFO O| Aug 12 23:40:08.860 INFO STEP 11 (remove_files) COMPLETE
52632026-08-12T23:40:09.390Z[ recovery-image] Aug 12 23:40:08.860 INFO O| Aug 12 23:40:08.860 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-12T23:40:09.397Z[ recovery-image] Aug 12 23:40:08.870 INFO O| Aug 12 23:40:08.870 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52652026-08-12T23:40:09.637Z[ recovery-image] Aug 12 23:40:09.110 INFO O| Aug 12 23:40:09.110 INFO STEP 12 (remove_files) COMPLETE
52662026-08-12T23:40:09.637Z[ recovery-image] Aug 12 23:40:09.110 INFO O| Aug 12 23:40:09.110 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-12T23:40:09.649Z[ recovery-image] Aug 12 23:40:09.122 INFO O| Aug 12 23:40:09.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52682026-08-12T23:40:09.652Z[ recovery-image] Aug 12 23:40:09.124 INFO O| Aug 12 23:40:09.124 INFO STEP 13 (remove_files) COMPLETE
52692026-08-12T23:40:09.652Z[ recovery-image] Aug 12 23:40:09.124 INFO O| Aug 12 23:40:09.124 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-12T23:40:09.661Z[ recovery-image] Aug 12 23:40:09.134 INFO O| Aug 12 23:40:09.134 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52712026-08-12T23:40:09.665Z[ recovery-image] Aug 12 23:40:09.137 INFO O| Aug 12 23:40:09.137 INFO STEP 14 (remove_files) COMPLETE
52722026-08-12T23:40:09.666Z[ recovery-image] Aug 12 23:40:09.137 INFO O| Aug 12 23:40:09.137 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-12T23:40:09.679Z[ recovery-image] Aug 12 23:40:09.147 INFO O| Aug 12 23:40:09.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52742026-08-12T23:40:09.683Z[ recovery-image] Aug 12 23:40:09.147 INFO O| Aug 12 23:40:09.147 INFO STEP 15 (remove_files) COMPLETE
52752026-08-12T23:40:09.683Z[ recovery-image] Aug 12 23:40:09.147 INFO O| Aug 12 23:40:09.147 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-12T23:40:09.683Z[ recovery-image] Aug 12 23:40:09.156 INFO O| Aug 12 23:40:09.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52772026-08-12T23:40:09.686Z[ recovery-image] Aug 12 23:40:09.157 INFO O| Aug 12 23:40:09.157 INFO STEP 16 (remove_files) COMPLETE
52782026-08-12T23:40:09.686Z[ recovery-image] Aug 12 23:40:09.157 INFO O| Aug 12 23:40:09.157 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-12T23:40:09.693Z[ recovery-image] Aug 12 23:40:09.166 INFO O| Aug 12 23:40:09.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52802026-08-12T23:40:09.704Z[ recovery-image] Aug 12 23:40:09.177 INFO O| Aug 12 23:40:09.177 INFO STEP 17 (remove_files) COMPLETE
52812026-08-12T23:40:09.704Z[ recovery-image] Aug 12 23:40:09.177 INFO O| Aug 12 23:40:09.177 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-12T23:40:09.714Z[ recovery-image] Aug 12 23:40:09.187 INFO O| Aug 12 23:40:09.187 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52832026-08-12T23:40:09.714Z[ recovery-image] Aug 12 23:40:09.187 INFO O| Aug 12 23:40:09.187 INFO STEP 18 (remove_files) COMPLETE
52842026-08-12T23:40:09.715Z[ recovery-image] Aug 12 23:40:09.187 INFO O| Aug 12 23:40:09.187 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-12T23:40:09.726Z[ recovery-image] Aug 12 23:40:09.197 INFO O| Aug 12 23:40:09.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52862026-08-12T23:40:09.730Z[ recovery-image] Aug 12 23:40:09.198 INFO O| Aug 12 23:40:09.198 INFO STEP 19 (remove_files) COMPLETE
52872026-08-12T23:40:09.730Z[ recovery-image] Aug 12 23:40:09.198 INFO O| Aug 12 23:40:09.198 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-12T23:40:09.734Z[ recovery-image] Aug 12 23:40:09.208 INFO O| Aug 12 23:40:09.208 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52892026-08-12T23:40:09.840Z[ recovery-image] Aug 12 23:40:09.313 INFO O| Aug 12 23:40:09.313 INFO STEP 20 (remove_files) COMPLETE
52902026-08-12T23:40:09.840Z[ recovery-image] Aug 12 23:40:09.313 INFO O| Aug 12 23:40:09.313 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-12T23:40:09.852Z[ recovery-image] Aug 12 23:40:09.325 INFO O| Aug 12 23:40:09.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52922026-08-12T23:40:09.859Z[ recovery-image] Aug 12 23:40:09.332 INFO O| Aug 12 23:40:09.332 INFO STEP 21 (remove_files) COMPLETE
52932026-08-12T23:40:09.859Z[ recovery-image] Aug 12 23:40:09.332 INFO O| Aug 12 23:40:09.332 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-12T23:40:09.870Z[ recovery-image] Aug 12 23:40:09.343 INFO O| Aug 12 23:40:09.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52952026-08-12T23:40:09.870Z[ recovery-image] Aug 12 23:40:09.343 INFO O| Aug 12 23:40:09.343 INFO STEP 22 (remove_files) COMPLETE
52962026-08-12T23:40:09.871Z[ recovery-image] Aug 12 23:40:09.343 INFO O| Aug 12 23:40:09.343 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-12T23:40:09.882Z[ recovery-image] Aug 12 23:40:09.355 INFO O| Aug 12 23:40:09.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52982026-08-12T23:40:09.886Z[ recovery-image] Aug 12 23:40:09.355 INFO O| Aug 12 23:40:09.355 INFO STEP 23 (remove_files) COMPLETE
52992026-08-12T23:40:09.886Z[ recovery-image] Aug 12 23:40:09.355 INFO O| Aug 12 23:40:09.355 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-12T23:40:09.893Z[ recovery-image] Aug 12 23:40:09.365 INFO O| Aug 12 23:40:09.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53012026-08-12T23:40:09.893Z[ recovery-image] Aug 12 23:40:09.365 INFO O| Aug 12 23:40:09.365 INFO STEP 24 (remove_files) COMPLETE
53022026-08-12T23:40:09.899Z[ recovery-image] Aug 12 23:40:09.365 INFO O| Aug 12 23:40:09.365 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-12T23:40:09.904Z[ recovery-image] Aug 12 23:40:09.374 INFO O| Aug 12 23:40:09.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53042026-08-12T23:40:09.904Z[ recovery-image] Aug 12 23:40:09.375 INFO O| Aug 12 23:40:09.374 INFO STEP 25 (remove_files) COMPLETE
53052026-08-12T23:40:09.904Z[ recovery-image] Aug 12 23:40:09.375 INFO O| Aug 12 23:40:09.374 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-12T23:40:09.915Z[ recovery-image] Aug 12 23:40:09.388 INFO O| Aug 12 23:40:09.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53072026-08-12T23:40:09.915Z[ recovery-image] Aug 12 23:40:09.388 INFO O| Aug 12 23:40:09.388 INFO STEP 26 (remove_files) COMPLETE
53082026-08-12T23:40:09.915Z[ recovery-image] Aug 12 23:40:09.388 INFO O| Aug 12 23:40:09.388 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-12T23:40:09.945Z[ recovery-image] Aug 12 23:40:09.418 INFO O| Aug 12 23:40:09.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53102026-08-12T23:40:09.945Z[ recovery-image] Aug 12 23:40:09.418 INFO O| Aug 12 23:40:09.418 INFO STEP 27 (remove_files) COMPLETE
53112026-08-12T23:40:09.949Z[ recovery-image] Aug 12 23:40:09.418 INFO O| Aug 12 23:40:09.418 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-12T23:40:09.954Z[ recovery-image] Aug 12 23:40:09.427 INFO O| Aug 12 23:40:09.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53132026-08-12T23:40:09.959Z[ recovery-image] Aug 12 23:40:09.431 INFO O| Aug 12 23:40:09.431 INFO STEP 28 (remove_files) COMPLETE
53142026-08-12T23:40:09.959Z[ recovery-image] Aug 12 23:40:09.431 INFO O| Aug 12 23:40:09.431 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-12T23:40:09.966Z[ recovery-image] Aug 12 23:40:09.439 INFO O| Aug 12 23:40:09.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53162026-08-12T23:40:09.966Z[ recovery-image] Aug 12 23:40:09.440 INFO O| Aug 12 23:40:09.439 INFO STEP 29 (remove_files) COMPLETE
53172026-08-12T23:40:09.970Z[ recovery-image] Aug 12 23:40:09.440 INFO O| Aug 12 23:40:09.440 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-12T23:40:09.996Z[ recovery-image] Aug 12 23:40:09.469 INFO O| Aug 12 23:40:09.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53192026-08-12T23:40:09.996Z[ recovery-image] Aug 12 23:40:09.469 INFO O| Aug 12 23:40:09.469 INFO STEP 30 (remove_files) COMPLETE
53202026-08-12T23:40:09.996Z[ recovery-image] Aug 12 23:40:09.469 INFO O| Aug 12 23:40:09.469 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-12T23:40:10.006Z[ recovery-image] Aug 12 23:40:09.479 INFO O| Aug 12 23:40:09.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53222026-08-12T23:40:10.014Z[ recovery-image] Aug 12 23:40:09.479 INFO O| Aug 12 23:40:09.479 INFO STEP 31 (remove_files) COMPLETE
53232026-08-12T23:40:10.014Z[ recovery-image] Aug 12 23:40:09.480 INFO O| Aug 12 23:40:09.480 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-12T23:40:10.017Z[ recovery-image] Aug 12 23:40:09.489 INFO O| Aug 12 23:40:09.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53252026-08-12T23:40:10.018Z[ recovery-image] Aug 12 23:40:09.489 INFO O| Aug 12 23:40:09.489 INFO STEP 32 (remove_files) COMPLETE
53262026-08-12T23:40:10.018Z[ recovery-image] Aug 12 23:40:09.490 INFO O| Aug 12 23:40:09.489 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-12T23:40:10.025Z[ recovery-image] Aug 12 23:40:09.498 INFO O| Aug 12 23:40:09.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53282026-08-12T23:40:10.025Z[ recovery-image] Aug 12 23:40:09.498 INFO O| Aug 12 23:40:09.498 INFO STEP 33 (remove_files) COMPLETE
53292026-08-12T23:40:10.029Z[ recovery-image] Aug 12 23:40:09.498 INFO O| Aug 12 23:40:09.498 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-12T23:40:10.034Z[ recovery-image] Aug 12 23:40:09.507 INFO O| Aug 12 23:40:09.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53312026-08-12T23:40:10.034Z[ recovery-image] Aug 12 23:40:09.507 INFO O| Aug 12 23:40:09.507 INFO STEP 34 (remove_files) COMPLETE
53322026-08-12T23:40:10.034Z[ recovery-image] Aug 12 23:40:09.507 INFO O| Aug 12 23:40:09.507 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-12T23:40:10.043Z[ recovery-image] Aug 12 23:40:09.516 INFO O| Aug 12 23:40:09.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53342026-08-12T23:40:10.043Z[ recovery-image] Aug 12 23:40:09.516 INFO O| Aug 12 23:40:09.516 INFO STEP 35 (remove_files) COMPLETE
53352026-08-12T23:40:10.049Z[ recovery-image] Aug 12 23:40:09.516 INFO O| Aug 12 23:40:09.516 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-12T23:40:10.053Z[ recovery-image] Aug 12 23:40:09.523 INFO O| Aug 12 23:40:09.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53372026-08-12T23:40:10.053Z[ recovery-image] Aug 12 23:40:09.523 INFO O| Aug 12 23:40:09.523 INFO STEP 36 (remove_files) COMPLETE
53382026-08-12T23:40:10.053Z[ recovery-image] Aug 12 23:40:09.523 INFO O| Aug 12 23:40:09.523 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-12T23:40:10.058Z[ recovery-image] Aug 12 23:40:09.532 INFO O| Aug 12 23:40:09.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53402026-08-12T23:40:10.066Z[ recovery-image] Aug 12 23:40:09.536 INFO O| Aug 12 23:40:09.536 INFO STEP 37 (remove_files) COMPLETE
53412026-08-12T23:40:10.066Z[ recovery-image] Aug 12 23:40:09.536 INFO O| Aug 12 23:40:09.536 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-12T23:40:10.104Z[ recovery-image] Aug 12 23:40:09.577 INFO O| Aug 12 23:40:09.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53432026-08-12T23:40:10.104Z[ recovery-image] Aug 12 23:40:09.577 INFO O| Aug 12 23:40:09.577 INFO STEP 38 (remove_files) COMPLETE
53442026-08-12T23:40:10.104Z[ recovery-image] Aug 12 23:40:09.577 INFO O| Aug 12 23:40:09.577 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-12T23:40:10.104Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53462026-08-12T23:40:10.133Z[ recovery-image] Aug 12 23:40:09.606 INFO O| Aug 12 23:40:09.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53472026-08-12T23:40:10.133Z[ recovery-image] Aug 12 23:40:09.606 INFO O| Aug 12 23:40:09.606 INFO STEP 39 (remove_files) COMPLETE
53482026-08-12T23:40:10.133Z[ recovery-image] Aug 12 23:40:09.606 INFO O| Aug 12 23:40:09.606 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-12T23:40:10.143Z[ recovery-image] Aug 12 23:40:09.616 INFO O| Aug 12 23:40:09.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53502026-08-12T23:40:10.143Z[ recovery-image] Aug 12 23:40:09.616 INFO O| Aug 12 23:40:09.616 INFO STEP 40 (remove_files) COMPLETE
53512026-08-12T23:40:10.143Z[ recovery-image] Aug 12 23:40:09.616 INFO O| Aug 12 23:40:09.616 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-12T23:40:10.152Z[ recovery-image] Aug 12 23:40:09.625 INFO O| Aug 12 23:40:09.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53532026-08-12T23:40:10.152Z[ recovery-image] Aug 12 23:40:09.625 INFO O| Aug 12 23:40:09.625 INFO STEP 41 (remove_files) COMPLETE
53542026-08-12T23:40:10.156Z[ recovery-image] Aug 12 23:40:09.625 INFO O| Aug 12 23:40:09.625 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-12T23:40:10.161Z[ recovery-image] Aug 12 23:40:09.635 INFO O| Aug 12 23:40:09.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53562026-08-12T23:40:10.161Z[ recovery-image] Aug 12 23:40:09.635 INFO O| Aug 12 23:40:09.635 INFO STEP 42 (remove_files) COMPLETE
53572026-08-12T23:40:10.161Z[ recovery-image] Aug 12 23:40:09.635 INFO O| Aug 12 23:40:09.635 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-12T23:40:10.170Z[ recovery-image] Aug 12 23:40:09.643 INFO O| Aug 12 23:40:09.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53592026-08-12T23:40:10.170Z[ recovery-image] Aug 12 23:40:09.643 INFO O| Aug 12 23:40:09.643 INFO STEP 43 (remove_files) COMPLETE
53602026-08-12T23:40:10.170Z[ recovery-image] Aug 12 23:40:09.643 INFO O| Aug 12 23:40:09.643 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-12T23:40:10.175Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53622026-08-12T23:40:10.179Z[ recovery-image] Aug 12 23:40:09.651 INFO O| Aug 12 23:40:09.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53632026-08-12T23:40:10.179Z[ recovery-image] Aug 12 23:40:09.651 INFO O| Aug 12 23:40:09.651 INFO STEP 44 (remove_files) COMPLETE
53642026-08-12T23:40:10.179Z[ recovery-image] Aug 12 23:40:09.651 INFO O| Aug 12 23:40:09.651 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-12T23:40:10.189Z[ recovery-image] Aug 12 23:40:09.662 INFO O| Aug 12 23:40:09.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53662026-08-12T23:40:10.190Z[ recovery-image] Aug 12 23:40:09.663 INFO O| Aug 12 23:40:09.663 INFO STEP 45 (remove_files) COMPLETE
53672026-08-12T23:40:10.194Z[ recovery-image] Aug 12 23:40:09.663 INFO O| Aug 12 23:40:09.663 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-12T23:40:10.208Z[ recovery-image] Aug 12 23:40:09.673 INFO O| Aug 12 23:40:09.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53692026-08-12T23:40:10.208Z[ recovery-image] Aug 12 23:40:09.673 INFO O| Aug 12 23:40:09.673 INFO STEP 46 (remove_files) COMPLETE
53702026-08-12T23:40:10.212Z[ recovery-image] Aug 12 23:40:09.673 INFO O| Aug 12 23:40:09.673 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-12T23:40:10.212Z[ recovery-image] Aug 12 23:40:09.683 INFO O| Aug 12 23:40:09.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53722026-08-12T23:40:10.212Z[ recovery-image] Aug 12 23:40:09.683 INFO O| Aug 12 23:40:09.683 INFO STEP 47 (remove_files) COMPLETE
53732026-08-12T23:40:10.212Z[ recovery-image] Aug 12 23:40:09.683 INFO O| Aug 12 23:40:09.683 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-12T23:40:10.225Z[ recovery-image] Aug 12 23:40:09.699 INFO O| Aug 12 23:40:09.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53752026-08-12T23:40:10.226Z[ recovery-image] Aug 12 23:40:09.699 INFO O| Aug 12 23:40:09.699 INFO STEP 48 (remove_files) COMPLETE
53762026-08-12T23:40:10.230Z[ recovery-image] Aug 12 23:40:09.699 INFO O| Aug 12 23:40:09.699 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-12T23:40:10.238Z[ recovery-image] Aug 12 23:40:09.712 INFO O| Aug 12 23:40:09.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53782026-08-12T23:40:10.238Z[ recovery-image] Aug 12 23:40:09.712 INFO O| Aug 12 23:40:09.712 INFO STEP 49 (remove_files) COMPLETE
53792026-08-12T23:40:10.245Z[ recovery-image] Aug 12 23:40:09.712 INFO O| Aug 12 23:40:09.712 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-12T23:40:10.256Z[ recovery-image] Aug 12 23:40:09.729 INFO O| Aug 12 23:40:09.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53812026-08-12T23:40:10.256Z[ recovery-image] Aug 12 23:40:09.729 INFO O| Aug 12 23:40:09.729 INFO STEP 50 (remove_files) COMPLETE
53822026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.729 INFO O| Aug 12 23:40:09.729 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.738 INFO O| Aug 12 23:40:09.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53842026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.752 INFO O| Aug 12 23:40:09.752 INFO STEP 51 (remove_files) COMPLETE
53852026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.752 INFO O| Aug 12 23:40:09.752 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.762 INFO O| Aug 12 23:40:09.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53872026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.762 INFO O| Aug 12 23:40:09.762 INFO STEP 52 (remove_files) COMPLETE
53882026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.762 INFO O| Aug 12 23:40:09.762 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.776 INFO O| Aug 12 23:40:09.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53902026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.776 INFO O| Aug 12 23:40:09.776 INFO STEP 53 (remove_files) COMPLETE
53912026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.776 INFO O| Aug 12 23:40:09.776 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.786 INFO O| Aug 12 23:40:09.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53932026-08-12T23:40:10.322Z[ recovery-image] Aug 12 23:40:09.788 INFO O| Aug 12 23:40:09.788 INFO STEP 54 (remove_files) COMPLETE
53942026-08-12T23:40:10.323Z[ recovery-image] Aug 12 23:40:09.788 INFO O| Aug 12 23:40:09.788 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-12T23:40:10.338Z[ recovery-image] Aug 12 23:40:09.811 INFO O| Aug 12 23:40:09.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53962026-08-12T23:40:10.338Z[ recovery-image] Aug 12 23:40:09.811 INFO O| Aug 12 23:40:09.811 INFO STEP 55 (remove_files) COMPLETE
53972026-08-12T23:40:10.338Z[ recovery-image] Aug 12 23:40:09.811 INFO O| Aug 12 23:40:09.811 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-12T23:40:10.361Z[ recovery-image] Aug 12 23:40:09.821 INFO O| Aug 12 23:40:09.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53992026-08-12T23:40:10.362Z[ recovery-image] Aug 12 23:40:09.821 INFO O| Aug 12 23:40:09.821 INFO STEP 56 (remove_files) COMPLETE
54002026-08-12T23:40:10.362Z[ recovery-image] Aug 12 23:40:09.821 INFO O| Aug 12 23:40:09.821 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-12T23:40:10.367Z[ recovery-image] Aug 12 23:40:09.831 INFO O| Aug 12 23:40:09.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54022026-08-12T23:40:10.367Z[ recovery-image] Aug 12 23:40:09.831 INFO O| Aug 12 23:40:09.831 INFO STEP 57 (remove_files) COMPLETE
54032026-08-12T23:40:10.367Z[ recovery-image] Aug 12 23:40:09.831 INFO O| Aug 12 23:40:09.831 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-12T23:40:10.370Z[ recovery-image] Aug 12 23:40:09.839 INFO O| Aug 12 23:40:09.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54052026-08-12T23:40:10.371Z[ recovery-image] Aug 12 23:40:09.839 INFO O| Aug 12 23:40:09.839 INFO STEP 58 (remove_files) COMPLETE
54062026-08-12T23:40:10.371Z[ recovery-image] Aug 12 23:40:09.839 INFO O| Aug 12 23:40:09.839 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-12T23:40:10.377Z[ recovery-image] Aug 12 23:40:09.849 INFO O| Aug 12 23:40:09.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54082026-08-12T23:40:10.377Z[ recovery-image] Aug 12 23:40:09.849 INFO O| Aug 12 23:40:09.849 INFO STEP 59 (remove_files) COMPLETE
54092026-08-12T23:40:10.377Z[ recovery-image] Aug 12 23:40:09.849 INFO O| Aug 12 23:40:09.849 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-12T23:40:10.387Z[ recovery-image] Aug 12 23:40:09.858 INFO O| Aug 12 23:40:09.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54112026-08-12T23:40:10.387Z[ recovery-image] Aug 12 23:40:09.858 INFO O| Aug 12 23:40:09.858 INFO STEP 60 (remove_files) COMPLETE
54122026-08-12T23:40:10.387Z[ recovery-image] Aug 12 23:40:09.858 INFO O| Aug 12 23:40:09.858 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-12T23:40:10.394Z[ recovery-image] Aug 12 23:40:09.867 INFO O| Aug 12 23:40:09.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54142026-08-12T23:40:10.394Z[ recovery-image] Aug 12 23:40:09.867 INFO O| Aug 12 23:40:09.867 INFO STEP 61 (remove_files) COMPLETE
54152026-08-12T23:40:10.398Z[ recovery-image] Aug 12 23:40:09.867 INFO O| Aug 12 23:40:09.867 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-12T23:40:10.407Z[ recovery-image] Aug 12 23:40:09.876 INFO O| Aug 12 23:40:09.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54172026-08-12T23:40:10.407Z[ recovery-image] Aug 12 23:40:09.876 INFO O| Aug 12 23:40:09.876 INFO STEP 62 (remove_files) COMPLETE
54182026-08-12T23:40:10.407Z[ recovery-image] Aug 12 23:40:09.876 INFO O| Aug 12 23:40:09.876 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-12T23:40:10.415Z[ recovery-image] Aug 12 23:40:09.889 INFO O| Aug 12 23:40:09.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54202026-08-12T23:40:10.415Z[ recovery-image] Aug 12 23:40:09.889 INFO O| Aug 12 23:40:09.889 INFO STEP 63 (remove_files) COMPLETE
54212026-08-12T23:40:10.415Z[ recovery-image] Aug 12 23:40:09.889 INFO O| Aug 12 23:40:09.889 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-12T23:40:10.438Z[ recovery-image] Aug 12 23:40:09.910 INFO O| Aug 12 23:40:09.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54232026-08-12T23:40:10.442Z[ recovery-image] Aug 12 23:40:09.914 INFO O| Aug 12 23:40:09.914 INFO STEP 64 (remove_files) COMPLETE
54242026-08-12T23:40:10.442Z[ recovery-image] Aug 12 23:40:09.914 INFO O| Aug 12 23:40:09.914 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-12T23:40:10.464Z[ recovery-image] Aug 12 23:40:09.923 INFO O| Aug 12 23:40:09.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54262026-08-12T23:40:10.464Z[ recovery-image] Aug 12 23:40:09.923 INFO O| Aug 12 23:40:09.923 INFO STEP 65 (remove_files) COMPLETE
54272026-08-12T23:40:10.464Z[ recovery-image] Aug 12 23:40:09.923 INFO O| Aug 12 23:40:09.923 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-12T23:40:10.471Z[ recovery-image] Aug 12 23:40:09.931 INFO O| Aug 12 23:40:09.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54292026-08-12T23:40:10.471Z[ recovery-image] Aug 12 23:40:09.931 INFO O| Aug 12 23:40:09.931 INFO STEP 66 (remove_files) COMPLETE
54302026-08-12T23:40:10.472Z[ recovery-image] Aug 12 23:40:09.931 INFO O| Aug 12 23:40:09.931 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-12T23:40:10.476Z[ recovery-image] Aug 12 23:40:09.945 INFO O| Aug 12 23:40:09.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54322026-08-12T23:40:10.476Z[ recovery-image] Aug 12 23:40:09.945 INFO O| Aug 12 23:40:09.945 INFO STEP 67 (remove_files) COMPLETE
54332026-08-12T23:40:10.476Z[ recovery-image] Aug 12 23:40:09.945 INFO O| Aug 12 23:40:09.945 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-12T23:40:10.480Z[ recovery-image] Aug 12 23:40:09.953 INFO O| Aug 12 23:40:09.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54352026-08-12T23:40:10.480Z[ recovery-image] Aug 12 23:40:09.953 INFO O| Aug 12 23:40:09.953 INFO STEP 68 (remove_files) COMPLETE
54362026-08-12T23:40:10.480Z[ recovery-image] Aug 12 23:40:09.953 INFO O| Aug 12 23:40:09.953 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-12T23:40:10.488Z[ recovery-image] Aug 12 23:40:09.960 INFO O| Aug 12 23:40:09.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54382026-08-12T23:40:10.488Z[ recovery-image] Aug 12 23:40:09.960 INFO O| Aug 12 23:40:09.960 INFO STEP 69 (remove_files) COMPLETE
54392026-08-12T23:40:10.488Z[ recovery-image] Aug 12 23:40:09.960 INFO O| Aug 12 23:40:09.960 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-12T23:40:10.497Z[ recovery-image] Aug 12 23:40:09.970 INFO O| Aug 12 23:40:09.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54412026-08-12T23:40:10.497Z[ recovery-image] Aug 12 23:40:09.970 INFO O| Aug 12 23:40:09.970 INFO STEP 70 (remove_files) COMPLETE
54422026-08-12T23:40:10.497Z[ recovery-image] Aug 12 23:40:09.970 INFO O| Aug 12 23:40:09.970 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-12T23:40:10.514Z[ recovery-image] Aug 12 23:40:09.978 INFO O| Aug 12 23:40:09.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54442026-08-12T23:40:10.514Z[ recovery-image] Aug 12 23:40:09.979 INFO O| Aug 12 23:40:09.979 INFO STEP 71 (remove_files) COMPLETE
54452026-08-12T23:40:10.514Z[ recovery-image] Aug 12 23:40:09.979 INFO O| Aug 12 23:40:09.979 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-12T23:40:10.523Z[ recovery-image] Aug 12 23:40:09.986 INFO O| Aug 12 23:40:09.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54472026-08-12T23:40:10.523Z[ recovery-image] Aug 12 23:40:09.986 INFO O| Aug 12 23:40:09.986 INFO STEP 72 (remove_files) COMPLETE
54482026-08-12T23:40:10.523Z[ recovery-image] Aug 12 23:40:09.986 INFO O| Aug 12 23:40:09.986 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-12T23:40:10.527Z[ recovery-image] Aug 12 23:40:10.000 INFO O| Aug 12 23:40:10.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54502026-08-12T23:40:10.527Z[ recovery-image] Aug 12 23:40:10.000 INFO O| Aug 12 23:40:10.000 INFO STEP 73 (remove_files) COMPLETE
54512026-08-12T23:40:10.530Z[ recovery-image] Aug 12 23:40:10.000 INFO O| Aug 12 23:40:10.000 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-12T23:40:10.542Z[ recovery-image] Aug 12 23:40:10.010 INFO O| Aug 12 23:40:10.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54532026-08-12T23:40:10.549Z[ recovery-image] Aug 12 23:40:10.010 INFO O| Aug 12 23:40:10.010 INFO STEP 74 (remove_files) COMPLETE
54542026-08-12T23:40:10.549Z[ recovery-image] Aug 12 23:40:10.010 INFO O| Aug 12 23:40:10.010 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-12T23:40:10.554Z[ recovery-image] Aug 12 23:40:10.026 INFO O| Aug 12 23:40:10.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54562026-08-12T23:40:10.554Z[ recovery-image] Aug 12 23:40:10.026 INFO O| Aug 12 23:40:10.026 INFO STEP 75 (remove_files) COMPLETE
54572026-08-12T23:40:10.554Z[ recovery-image] Aug 12 23:40:10.026 INFO O| Aug 12 23:40:10.026 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-12T23:40:10.571Z[ recovery-image] Aug 12 23:40:10.044 INFO O| Aug 12 23:40:10.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54592026-08-12T23:40:10.571Z[ recovery-image] Aug 12 23:40:10.044 INFO O| Aug 12 23:40:10.044 INFO STEP 76 (remove_files) COMPLETE
54602026-08-12T23:40:10.575Z[ recovery-image] Aug 12 23:40:10.044 INFO O| Aug 12 23:40:10.044 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-12T23:40:10.579Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
54622026-08-12T23:40:10.582Z[ recovery-image] Aug 12 23:40:10.054 INFO O| Aug 12 23:40:10.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54632026-08-12T23:40:10.583Z[ recovery-image] Aug 12 23:40:10.054 INFO O| Aug 12 23:40:10.054 INFO STEP 77 (remove_files) COMPLETE
54642026-08-12T23:40:10.583Z[ recovery-image] Aug 12 23:40:10.054 INFO O| Aug 12 23:40:10.054 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-12T23:40:10.594Z[ recovery-image] Aug 12 23:40:10.067 INFO O| Aug 12 23:40:10.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54662026-08-12T23:40:10.594Z[ recovery-image] Aug 12 23:40:10.067 INFO O| Aug 12 23:40:10.066 INFO STEP 78 (remove_files) COMPLETE
54672026-08-12T23:40:10.605Z[ recovery-image] Aug 12 23:40:10.067 INFO O| Aug 12 23:40:10.066 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-12T23:40:10.610Z[ recovery-image] Aug 12 23:40:10.077 INFO O| Aug 12 23:40:10.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54692026-08-12T23:40:10.612Z[ recovery-image] Aug 12 23:40:10.077 INFO O| Aug 12 23:40:10.077 INFO STEP 79 (remove_files) COMPLETE
54702026-08-12T23:40:10.612Z[ recovery-image] Aug 12 23:40:10.077 INFO O| Aug 12 23:40:10.077 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-12T23:40:10.616Z[ recovery-image] Aug 12 23:40:10.086 INFO O| Aug 12 23:40:10.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54722026-08-12T23:40:10.616Z[ recovery-image] Aug 12 23:40:10.086 INFO O| Aug 12 23:40:10.086 INFO STEP 80 (remove_files) COMPLETE
54732026-08-12T23:40:10.616Z[ recovery-image] Aug 12 23:40:10.086 INFO O| Aug 12 23:40:10.086 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-12T23:40:10.635Z[ recovery-image] Aug 12 23:40:10.097 INFO O| Aug 12 23:40:10.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54752026-08-12T23:40:10.640Z[ recovery-image] Aug 12 23:40:10.097 INFO O| Aug 12 23:40:10.097 INFO STEP 81 (remove_files) COMPLETE
54762026-08-12T23:40:10.640Z[ recovery-image] Aug 12 23:40:10.097 INFO O| Aug 12 23:40:10.097 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-12T23:40:10.640Z[ recovery-image] Aug 12 23:40:10.106 INFO O| Aug 12 23:40:10.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54782026-08-12T23:40:10.641Z[ recovery-image] Aug 12 23:40:10.106 INFO O| Aug 12 23:40:10.106 INFO STEP 82 (remove_files) COMPLETE
54792026-08-12T23:40:10.641Z[ recovery-image] Aug 12 23:40:10.106 INFO O| Aug 12 23:40:10.106 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-12T23:40:10.645Z[ recovery-image] Aug 12 23:40:10.115 INFO O| Aug 12 23:40:10.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54812026-08-12T23:40:10.645Z[ recovery-image] Aug 12 23:40:10.115 INFO O| Aug 12 23:40:10.115 INFO STEP 83 (remove_files) COMPLETE
54822026-08-12T23:40:10.645Z[ recovery-image] Aug 12 23:40:10.115 INFO O| Aug 12 23:40:10.115 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-12T23:40:10.652Z[ recovery-image] Aug 12 23:40:10.125 INFO O| Aug 12 23:40:10.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54842026-08-12T23:40:10.652Z[ recovery-image] Aug 12 23:40:10.126 INFO O| Aug 12 23:40:10.125 INFO STEP 84 (remove_files) COMPLETE
54852026-08-12T23:40:10.653Z[ recovery-image] Aug 12 23:40:10.126 INFO O| Aug 12 23:40:10.126 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-12T23:40:10.663Z[ recovery-image] Aug 12 23:40:10.135 INFO O| Aug 12 23:40:10.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54872026-08-12T23:40:10.664Z[ recovery-image] Aug 12 23:40:10.135 INFO O| Aug 12 23:40:10.135 INFO STEP 85 (remove_files) COMPLETE
54882026-08-12T23:40:10.664Z[ recovery-image] Aug 12 23:40:10.135 INFO O| Aug 12 23:40:10.135 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-12T23:40:10.672Z[ recovery-image] Aug 12 23:40:10.145 INFO O| Aug 12 23:40:10.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54902026-08-12T23:40:10.672Z[ recovery-image] Aug 12 23:40:10.145 INFO O| Aug 12 23:40:10.145 INFO STEP 86 (remove_files) COMPLETE
54912026-08-12T23:40:10.672Z[ recovery-image] Aug 12 23:40:10.145 INFO O| Aug 12 23:40:10.145 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-12T23:40:10.682Z[ recovery-image] Aug 12 23:40:10.155 INFO O| Aug 12 23:40:10.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54932026-08-12T23:40:10.682Z[ recovery-image] Aug 12 23:40:10.155 INFO O| Aug 12 23:40:10.155 INFO STEP 87 (remove_files) COMPLETE
54942026-08-12T23:40:10.686Z[ recovery-image] Aug 12 23:40:10.155 INFO O| Aug 12 23:40:10.155 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-12T23:40:10.691Z[ recovery-image] Aug 12 23:40:10.165 INFO O| Aug 12 23:40:10.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54962026-08-12T23:40:10.691Z[ recovery-image] Aug 12 23:40:10.165 INFO O| Aug 12 23:40:10.165 INFO STEP 88 (remove_files) COMPLETE
54972026-08-12T23:40:10.695Z[ recovery-image] Aug 12 23:40:10.165 INFO O| Aug 12 23:40:10.165 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-12T23:40:10.701Z[ recovery-image] Aug 12 23:40:10.175 INFO O| Aug 12 23:40:10.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
54992026-08-12T23:40:10.701Z[ recovery-image] Aug 12 23:40:10.175 INFO O| Aug 12 23:40:10.175 INFO STEP 89 (remove_files) COMPLETE
55002026-08-12T23:40:10.706Z[ recovery-image] Aug 12 23:40:10.175 INFO O| Aug 12 23:40:10.175 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-12T23:40:10.712Z[ recovery-image] Aug 12 23:40:10.185 INFO O| Aug 12 23:40:10.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55022026-08-12T23:40:10.712Z[ recovery-image] Aug 12 23:40:10.185 INFO O| Aug 12 23:40:10.185 INFO STEP 90 (remove_files) COMPLETE
55032026-08-12T23:40:10.712Z[ recovery-image] Aug 12 23:40:10.185 INFO O| Aug 12 23:40:10.185 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-12T23:40:10.716Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
55052026-08-12T23:40:10.721Z[ recovery-image] Aug 12 23:40:10.194 INFO O| Aug 12 23:40:10.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55062026-08-12T23:40:10.721Z[ recovery-image] Aug 12 23:40:10.194 INFO O| Aug 12 23:40:10.194 INFO STEP 91 (remove_files) COMPLETE
55072026-08-12T23:40:10.721Z[ recovery-image] Aug 12 23:40:10.194 INFO O| Aug 12 23:40:10.194 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-12T23:40:10.731Z[ recovery-image] Aug 12 23:40:10.204 INFO O| Aug 12 23:40:10.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55092026-08-12T23:40:10.731Z[ recovery-image] Aug 12 23:40:10.205 INFO O| Aug 12 23:40:10.205 INFO STEP 92 (remove_files) COMPLETE
55102026-08-12T23:40:10.731Z[ recovery-image] Aug 12 23:40:10.205 INFO O| Aug 12 23:40:10.205 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-12T23:40:10.740Z[ recovery-image] Aug 12 23:40:10.213 INFO O| Aug 12 23:40:10.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55122026-08-12T23:40:10.740Z[ recovery-image] Aug 12 23:40:10.213 INFO O| Aug 12 23:40:10.213 INFO STEP 93 (remove_files) COMPLETE
55132026-08-12T23:40:10.744Z[ recovery-image] Aug 12 23:40:10.213 INFO O| Aug 12 23:40:10.213 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-12T23:40:10.752Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
55152026-08-12T23:40:10.752Z[ recovery-image] Aug 12 23:40:10.225 INFO O| Aug 12 23:40:10.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55162026-08-12T23:40:10.755Z[ recovery-image] Aug 12 23:40:10.225 INFO O| Aug 12 23:40:10.225 INFO STEP 94 (remove_files) COMPLETE
55172026-08-12T23:40:10.755Z[ recovery-image] Aug 12 23:40:10.225 INFO O| Aug 12 23:40:10.225 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-12T23:40:10.765Z[ recovery-image] Aug 12 23:40:10.237 INFO O| Aug 12 23:40:10.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55192026-08-12T23:40:10.765Z[ recovery-image] Aug 12 23:40:10.237 INFO O| Aug 12 23:40:10.237 INFO STEP 95 (remove_files) COMPLETE
55202026-08-12T23:40:10.765Z[ recovery-image] Aug 12 23:40:10.237 INFO O| Aug 12 23:40:10.237 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-12T23:40:10.775Z[ recovery-image] Aug 12 23:40:10.247 INFO O| Aug 12 23:40:10.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55222026-08-12T23:40:10.775Z[ recovery-image] Aug 12 23:40:10.247 INFO O| Aug 12 23:40:10.247 INFO STEP 96 (remove_files) COMPLETE
55232026-08-12T23:40:10.779Z[ recovery-image] Aug 12 23:40:10.247 INFO O| Aug 12 23:40:10.247 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-12T23:40:10.783Z[ recovery-image] Aug 12 23:40:10.256 INFO O| Aug 12 23:40:10.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55252026-08-12T23:40:10.783Z[ recovery-image] Aug 12 23:40:10.256 INFO O| Aug 12 23:40:10.256 INFO STEP 97 (remove_files) COMPLETE
55262026-08-12T23:40:10.783Z[ recovery-image] Aug 12 23:40:10.256 INFO O| Aug 12 23:40:10.256 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-12T23:40:10.793Z[ recovery-image] Aug 12 23:40:10.265 INFO O| Aug 12 23:40:10.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55282026-08-12T23:40:10.796Z[ recovery-image] Aug 12 23:40:10.266 INFO O| Aug 12 23:40:10.266 INFO STEP 98 (remove_files) COMPLETE
55292026-08-12T23:40:10.797Z[ recovery-image] Aug 12 23:40:10.266 INFO O| Aug 12 23:40:10.266 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-12T23:40:10.803Z[ recovery-image] Aug 12 23:40:10.276 INFO O| Aug 12 23:40:10.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55312026-08-12T23:40:10.803Z[ recovery-image] Aug 12 23:40:10.276 INFO O| Aug 12 23:40:10.276 INFO STEP 99 (remove_files) COMPLETE
55322026-08-12T23:40:10.807Z[ recovery-image] Aug 12 23:40:10.276 INFO O| Aug 12 23:40:10.276 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-12T23:40:10.812Z[ recovery-image] Aug 12 23:40:10.286 INFO O| Aug 12 23:40:10.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55342026-08-12T23:40:10.813Z[ recovery-image] Aug 12 23:40:10.286 INFO O| Aug 12 23:40:10.286 INFO STEP 100 (remove_files) COMPLETE
55352026-08-12T23:40:10.813Z[ recovery-image] Aug 12 23:40:10.286 INFO O| Aug 12 23:40:10.286 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-12T23:40:10.821Z[ recovery-image] Aug 12 23:40:10.294 INFO O| Aug 12 23:40:10.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55372026-08-12T23:40:10.821Z[ recovery-image] Aug 12 23:40:10.294 INFO O| Aug 12 23:40:10.294 INFO STEP 101 (remove_files) COMPLETE
55382026-08-12T23:40:10.822Z[ recovery-image] Aug 12 23:40:10.294 INFO O| Aug 12 23:40:10.294 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-12T23:40:10.830Z[ recovery-image] Aug 12 23:40:10.303 INFO O| Aug 12 23:40:10.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55402026-08-12T23:40:10.834Z[ recovery-image] Aug 12 23:40:10.304 INFO O| Aug 12 23:40:10.304 INFO STEP 102 (remove_files) COMPLETE
55412026-08-12T23:40:10.834Z[ recovery-image] Aug 12 23:40:10.304 INFO O| Aug 12 23:40:10.304 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-12T23:40:10.841Z[ recovery-image] Aug 12 23:40:10.314 INFO O| Aug 12 23:40:10.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55432026-08-12T23:40:10.841Z[ recovery-image] Aug 12 23:40:10.314 INFO O| Aug 12 23:40:10.314 INFO STEP 103 (remove_files) COMPLETE
55442026-08-12T23:40:10.844Z[ recovery-image] Aug 12 23:40:10.314 INFO O| Aug 12 23:40:10.314 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-12T23:40:10.851Z[ recovery-image] Aug 12 23:40:10.324 INFO O| Aug 12 23:40:10.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55462026-08-12T23:40:10.851Z[ recovery-image] Aug 12 23:40:10.324 INFO O| Aug 12 23:40:10.324 INFO STEP 104 (remove_files) COMPLETE
55472026-08-12T23:40:10.851Z[ recovery-image] Aug 12 23:40:10.324 INFO O| Aug 12 23:40:10.324 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-12T23:40:10.860Z[ recovery-image] Aug 12 23:40:10.333 INFO O| Aug 12 23:40:10.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55492026-08-12T23:40:10.860Z[ recovery-image] Aug 12 23:40:10.333 INFO O| Aug 12 23:40:10.333 INFO STEP 105 (remove_files) COMPLETE
55502026-08-12T23:40:10.860Z[ recovery-image] Aug 12 23:40:10.333 INFO O| Aug 12 23:40:10.333 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-12T23:40:10.870Z[ recovery-image] Aug 12 23:40:10.343 INFO O| Aug 12 23:40:10.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55522026-08-12T23:40:10.870Z[ recovery-image] Aug 12 23:40:10.343 INFO O| Aug 12 23:40:10.343 INFO STEP 106 (remove_files) COMPLETE
55532026-08-12T23:40:10.874Z[ recovery-image] Aug 12 23:40:10.343 INFO O| Aug 12 23:40:10.343 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-12T23:40:10.880Z[ recovery-image] Aug 12 23:40:10.354 INFO O| Aug 12 23:40:10.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55552026-08-12T23:40:10.880Z[ recovery-image] Aug 12 23:40:10.354 INFO O| Aug 12 23:40:10.354 INFO STEP 107 (remove_files) COMPLETE
55562026-08-12T23:40:10.882Z[ recovery-image] Aug 12 23:40:10.354 INFO O| Aug 12 23:40:10.354 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-12T23:40:10.890Z[ recovery-image] Aug 12 23:40:10.363 INFO O| Aug 12 23:40:10.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55582026-08-12T23:40:10.890Z[ recovery-image] Aug 12 23:40:10.363 INFO O| Aug 12 23:40:10.363 INFO STEP 108 (remove_files) COMPLETE
55592026-08-12T23:40:10.893Z[ recovery-image] Aug 12 23:40:10.363 INFO O| Aug 12 23:40:10.363 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-12T23:40:10.899Z[ recovery-image] Aug 12 23:40:10.373 INFO O| Aug 12 23:40:10.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55612026-08-12T23:40:10.899Z[ recovery-image] Aug 12 23:40:10.373 INFO O| Aug 12 23:40:10.373 INFO STEP 109 (remove_files) COMPLETE
55622026-08-12T23:40:10.899Z[ recovery-image] Aug 12 23:40:10.373 INFO O| Aug 12 23:40:10.373 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-12T23:40:10.909Z[ recovery-image] Aug 12 23:40:10.382 INFO O| Aug 12 23:40:10.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55642026-08-12T23:40:10.913Z[ recovery-image] Aug 12 23:40:10.383 INFO O| Aug 12 23:40:10.383 INFO STEP 110 (remove_files) COMPLETE
55652026-08-12T23:40:10.913Z[ recovery-image] Aug 12 23:40:10.383 INFO O| Aug 12 23:40:10.383 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-12T23:40:10.919Z[ recovery-image] Aug 12 23:40:10.393 INFO O| Aug 12 23:40:10.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55672026-08-12T23:40:10.920Z[ recovery-image] Aug 12 23:40:10.393 INFO O| Aug 12 23:40:10.393 INFO STEP 111 (remove_files) COMPLETE
55682026-08-12T23:40:10.923Z[ recovery-image] Aug 12 23:40:10.393 INFO O| Aug 12 23:40:10.393 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-12T23:40:10.929Z[ recovery-image] Aug 12 23:40:10.402 INFO O| Aug 12 23:40:10.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55702026-08-12T23:40:10.929Z[ recovery-image] Aug 12 23:40:10.402 INFO O| Aug 12 23:40:10.402 INFO STEP 112 (remove_files) COMPLETE
55712026-08-12T23:40:10.933Z[ recovery-image] Aug 12 23:40:10.402 INFO O| Aug 12 23:40:10.402 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-12T23:40:10.938Z[ recovery-image] Aug 12 23:40:10.411 INFO O| Aug 12 23:40:10.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55732026-08-12T23:40:10.938Z[ recovery-image] Aug 12 23:40:10.412 INFO O| Aug 12 23:40:10.411 INFO STEP 113 (remove_files) COMPLETE
55742026-08-12T23:40:10.938Z[ recovery-image] Aug 12 23:40:10.412 INFO O| Aug 12 23:40:10.412 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-12T23:40:10.949Z[ recovery-image] Aug 12 23:40:10.420 INFO O| Aug 12 23:40:10.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55762026-08-12T23:40:10.953Z[ recovery-image] Aug 12 23:40:10.421 INFO O| Aug 12 23:40:10.421 INFO STEP 114 (remove_files) COMPLETE
55772026-08-12T23:40:10.953Z[ recovery-image] Aug 12 23:40:10.421 INFO O| Aug 12 23:40:10.421 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-12T23:40:10.957Z[ recovery-image] Aug 12 23:40:10.430 INFO O| Aug 12 23:40:10.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55792026-08-12T23:40:10.957Z[ recovery-image] Aug 12 23:40:10.430 INFO O| Aug 12 23:40:10.430 INFO STEP 115 (remove_files) COMPLETE
55802026-08-12T23:40:10.957Z[ recovery-image] Aug 12 23:40:10.430 INFO O| Aug 12 23:40:10.430 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-12T23:40:10.968Z[ recovery-image] Aug 12 23:40:10.441 INFO O| Aug 12 23:40:10.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55822026-08-12T23:40:10.968Z[ recovery-image] Aug 12 23:40:10.441 INFO O| Aug 12 23:40:10.441 INFO STEP 116 (remove_files) COMPLETE
55832026-08-12T23:40:10.968Z[ recovery-image] Aug 12 23:40:10.441 INFO O| Aug 12 23:40:10.441 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-12T23:40:10.978Z[ recovery-image] Aug 12 23:40:10.451 INFO O| Aug 12 23:40:10.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55852026-08-12T23:40:10.982Z[ recovery-image] Aug 12 23:40:10.452 INFO O| Aug 12 23:40:10.452 INFO STEP 117 (remove_files) COMPLETE
55862026-08-12T23:40:10.982Z[ recovery-image] Aug 12 23:40:10.452 INFO O| Aug 12 23:40:10.452 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-12T23:40:10.990Z[ recovery-image] Aug 12 23:40:10.462 INFO O| Aug 12 23:40:10.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55882026-08-12T23:40:10.990Z[ recovery-image] Aug 12 23:40:10.462 INFO O| Aug 12 23:40:10.462 INFO STEP 118 (remove_files) COMPLETE
55892026-08-12T23:40:10.990Z[ recovery-image] Aug 12 23:40:10.462 INFO O| Aug 12 23:40:10.462 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-12T23:40:10.998Z[ recovery-image] Aug 12 23:40:10.472 INFO O| Aug 12 23:40:10.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55912026-08-12T23:40:10.998Z[ recovery-image] Aug 12 23:40:10.472 INFO O| Aug 12 23:40:10.472 INFO STEP 119 (remove_files) COMPLETE
55922026-08-12T23:40:10.999Z[ recovery-image] Aug 12 23:40:10.472 INFO O| Aug 12 23:40:10.472 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-12T23:40:11.009Z[ recovery-image] Aug 12 23:40:10.482 INFO O| Aug 12 23:40:10.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55942026-08-12T23:40:11.009Z[ recovery-image] Aug 12 23:40:10.482 INFO O| Aug 12 23:40:10.482 INFO STEP 120 (remove_files) COMPLETE
55952026-08-12T23:40:11.009Z[ recovery-image] Aug 12 23:40:10.482 INFO O| Aug 12 23:40:10.482 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-12T23:40:11.019Z[ recovery-image] Aug 12 23:40:10.492 INFO O| Aug 12 23:40:10.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55972026-08-12T23:40:11.019Z[ recovery-image] Aug 12 23:40:10.492 INFO O| Aug 12 23:40:10.492 INFO STEP 121 (remove_files) COMPLETE
55982026-08-12T23:40:11.023Z[ recovery-image] Aug 12 23:40:10.492 INFO O| Aug 12 23:40:10.492 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-12T23:40:11.030Z[ recovery-image] Aug 12 23:40:10.503 INFO O| Aug 12 23:40:10.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56002026-08-12T23:40:11.031Z[ recovery-image] Aug 12 23:40:10.503 INFO O| Aug 12 23:40:10.503 INFO STEP 122 (remove_files) COMPLETE
56012026-08-12T23:40:11.031Z[ recovery-image] Aug 12 23:40:10.503 INFO O| Aug 12 23:40:10.503 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-12T23:40:11.041Z[ recovery-image] Aug 12 23:40:10.514 INFO O| Aug 12 23:40:10.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56032026-08-12T23:40:11.045Z[ recovery-image] Aug 12 23:40:10.514 INFO O| Aug 12 23:40:10.514 INFO STEP 123 (remove_files) COMPLETE
56042026-08-12T23:40:11.045Z[ recovery-image] Aug 12 23:40:10.515 INFO O| Aug 12 23:40:10.514 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-12T23:40:11.051Z[ recovery-image] Aug 12 23:40:10.524 INFO O| Aug 12 23:40:10.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56062026-08-12T23:40:11.051Z[ recovery-image] Aug 12 23:40:10.524 INFO O| Aug 12 23:40:10.524 INFO STEP 124 (remove_files) COMPLETE
56072026-08-12T23:40:11.055Z[ recovery-image] Aug 12 23:40:10.524 INFO O| Aug 12 23:40:10.524 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-12T23:40:11.062Z[ recovery-image] Aug 12 23:40:10.534 INFO O| Aug 12 23:40:10.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56092026-08-12T23:40:11.062Z[ recovery-image] Aug 12 23:40:10.534 INFO O| Aug 12 23:40:10.534 INFO STEP 125 (remove_files) COMPLETE
56102026-08-12T23:40:11.065Z[ recovery-image] Aug 12 23:40:10.534 INFO O| Aug 12 23:40:10.534 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-12T23:40:11.072Z[ recovery-image] Aug 12 23:40:10.545 INFO O| Aug 12 23:40:10.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56122026-08-12T23:40:11.072Z[ recovery-image] Aug 12 23:40:10.545 INFO O| Aug 12 23:40:10.545 INFO STEP 126 (remove_files) COMPLETE
56132026-08-12T23:40:11.072Z[ recovery-image] Aug 12 23:40:10.545 INFO O| Aug 12 23:40:10.545 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-12T23:40:11.083Z[ recovery-image] Aug 12 23:40:10.556 INFO O| Aug 12 23:40:10.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56152026-08-12T23:40:11.088Z[ recovery-image] Aug 12 23:40:10.557 INFO O| Aug 12 23:40:10.557 INFO STEP 127 (remove_files) COMPLETE
56162026-08-12T23:40:11.088Z[ recovery-image] Aug 12 23:40:10.557 INFO O| Aug 12 23:40:10.557 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-12T23:40:11.096Z[ recovery-image] Aug 12 23:40:10.568 INFO O| Aug 12 23:40:10.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56182026-08-12T23:40:11.096Z[ recovery-image] Aug 12 23:40:10.568 INFO O| Aug 12 23:40:10.568 INFO STEP 128 (remove_files) COMPLETE
56192026-08-12T23:40:11.100Z[ recovery-image] Aug 12 23:40:10.568 INFO O| Aug 12 23:40:10.568 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-12T23:40:11.105Z[ recovery-image] Aug 12 23:40:10.578 INFO O| Aug 12 23:40:10.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56212026-08-12T23:40:11.105Z[ recovery-image] Aug 12 23:40:10.578 INFO O| Aug 12 23:40:10.578 INFO STEP 129 (remove_files) COMPLETE
56222026-08-12T23:40:11.108Z[ recovery-image] Aug 12 23:40:10.578 INFO O| Aug 12 23:40:10.578 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-12T23:40:11.118Z[ recovery-image] Aug 12 23:40:10.589 INFO O| Aug 12 23:40:10.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56242026-08-12T23:40:11.121Z[ recovery-image] Aug 12 23:40:10.590 INFO O| Aug 12 23:40:10.590 INFO STEP 130 (remove_files) COMPLETE
56252026-08-12T23:40:11.121Z[ recovery-image] Aug 12 23:40:10.590 INFO O| Aug 12 23:40:10.590 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-12T23:40:11.128Z[ recovery-image] Aug 12 23:40:10.601 INFO O| Aug 12 23:40:10.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56272026-08-12T23:40:11.128Z[ recovery-image] Aug 12 23:40:10.601 INFO O| Aug 12 23:40:10.601 INFO STEP 131 (remove_files) COMPLETE
56282026-08-12T23:40:11.128Z[ recovery-image] Aug 12 23:40:10.601 INFO O| Aug 12 23:40:10.601 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-12T23:40:11.137Z[ recovery-image] Aug 12 23:40:10.610 INFO O| Aug 12 23:40:10.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56302026-08-12T23:40:11.137Z[ recovery-image] Aug 12 23:40:10.610 INFO O| Aug 12 23:40:10.610 INFO STEP 132 (remove_files) COMPLETE
56312026-08-12T23:40:11.141Z[ recovery-image] Aug 12 23:40:10.610 INFO O| Aug 12 23:40:10.610 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-12T23:40:11.145Z[ recovery-image] Aug 12 23:40:10.619 INFO O| Aug 12 23:40:10.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56332026-08-12T23:40:11.145Z[ recovery-image] Aug 12 23:40:10.619 INFO O| Aug 12 23:40:10.619 INFO STEP 133 (remove_files) COMPLETE
56342026-08-12T23:40:11.146Z[ recovery-image] Aug 12 23:40:10.619 INFO O| Aug 12 23:40:10.619 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-12T23:40:11.156Z[ recovery-image] Aug 12 23:40:10.629 INFO O| Aug 12 23:40:10.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56362026-08-12T23:40:11.157Z[ recovery-image] Aug 12 23:40:10.629 INFO O| Aug 12 23:40:10.629 INFO STEP 134 (remove_files) COMPLETE
56372026-08-12T23:40:11.157Z[ recovery-image] Aug 12 23:40:10.629 INFO O| Aug 12 23:40:10.629 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-12T23:40:11.167Z[ recovery-image] Aug 12 23:40:10.640 INFO O| Aug 12 23:40:10.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56392026-08-12T23:40:11.167Z[ recovery-image] Aug 12 23:40:10.640 INFO O| Aug 12 23:40:10.640 INFO STEP 135 (remove_files) COMPLETE
56402026-08-12T23:40:11.170Z[ recovery-image] Aug 12 23:40:10.640 INFO O| Aug 12 23:40:10.640 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-12T23:40:11.177Z[ recovery-image] Aug 12 23:40:10.650 INFO O| Aug 12 23:40:10.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56422026-08-12T23:40:11.177Z[ recovery-image] Aug 12 23:40:10.650 INFO O| Aug 12 23:40:10.650 INFO STEP 136 (remove_files) COMPLETE
56432026-08-12T23:40:11.180Z[ recovery-image] Aug 12 23:40:10.650 INFO O| Aug 12 23:40:10.650 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-12T23:40:11.183Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
56452026-08-12T23:40:11.187Z[ recovery-image] Aug 12 23:40:10.659 INFO O| Aug 12 23:40:10.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56462026-08-12T23:40:11.187Z[ recovery-image] Aug 12 23:40:10.659 INFO O| Aug 12 23:40:10.659 INFO STEP 137 (remove_files) COMPLETE
56472026-08-12T23:40:11.187Z[ recovery-image] Aug 12 23:40:10.659 INFO O| Aug 12 23:40:10.659 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-12T23:40:11.198Z[ recovery-image] Aug 12 23:40:10.670 INFO O| Aug 12 23:40:10.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56492026-08-12T23:40:11.198Z[ recovery-image] Aug 12 23:40:10.670 INFO O| Aug 12 23:40:10.670 INFO STEP 138 (remove_files) COMPLETE
56502026-08-12T23:40:11.199Z[ recovery-image] Aug 12 23:40:10.670 INFO O| Aug 12 23:40:10.670 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-12T23:40:11.207Z[ recovery-image] Aug 12 23:40:10.680 INFO O| Aug 12 23:40:10.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56522026-08-12T23:40:11.207Z[ recovery-image] Aug 12 23:40:10.680 INFO O| Aug 12 23:40:10.680 INFO STEP 139 (remove_files) COMPLETE
56532026-08-12T23:40:11.212Z[ recovery-image] Aug 12 23:40:10.680 INFO O| Aug 12 23:40:10.680 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-12T23:40:11.218Z[ recovery-image] Aug 12 23:40:10.691 INFO O| Aug 12 23:40:10.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56552026-08-12T23:40:11.218Z[ recovery-image] Aug 12 23:40:10.691 INFO O| Aug 12 23:40:10.691 INFO STEP 140 (remove_files) COMPLETE
56562026-08-12T23:40:11.218Z[ recovery-image] Aug 12 23:40:10.691 INFO O| Aug 12 23:40:10.691 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-12T23:40:11.230Z[ recovery-image] Aug 12 23:40:10.701 INFO O| Aug 12 23:40:10.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56582026-08-12T23:40:11.230Z[ recovery-image] Aug 12 23:40:10.701 INFO O| Aug 12 23:40:10.701 INFO STEP 141 (remove_files) COMPLETE
56592026-08-12T23:40:11.230Z[ recovery-image] Aug 12 23:40:10.701 INFO O| Aug 12 23:40:10.701 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-12T23:40:11.238Z[ recovery-image] Aug 12 23:40:10.710 INFO O| Aug 12 23:40:10.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56612026-08-12T23:40:11.238Z[ recovery-image] Aug 12 23:40:10.710 INFO O| Aug 12 23:40:10.710 INFO STEP 142 (remove_files) COMPLETE
56622026-08-12T23:40:11.238Z[ recovery-image] Aug 12 23:40:10.710 INFO O| Aug 12 23:40:10.710 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-12T23:40:11.246Z[ recovery-image] Aug 12 23:40:10.719 INFO O| Aug 12 23:40:10.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56642026-08-12T23:40:11.246Z[ recovery-image] Aug 12 23:40:10.720 INFO O| Aug 12 23:40:10.720 INFO STEP 143 (remove_files) COMPLETE
56652026-08-12T23:40:11.247Z[ recovery-image] Aug 12 23:40:10.720 INFO O| Aug 12 23:40:10.720 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-12T23:40:11.257Z[ recovery-image] Aug 12 23:40:10.729 INFO O| Aug 12 23:40:10.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56672026-08-12T23:40:11.257Z[ recovery-image] Aug 12 23:40:10.729 INFO O| Aug 12 23:40:10.729 INFO STEP 144 (remove_files) COMPLETE
56682026-08-12T23:40:11.258Z[ recovery-image] Aug 12 23:40:10.729 INFO O| Aug 12 23:40:10.729 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-12T23:40:11.265Z[ recovery-image] Aug 12 23:40:10.738 INFO O| Aug 12 23:40:10.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56702026-08-12T23:40:11.268Z[ recovery-image] Aug 12 23:40:10.739 INFO O| Aug 12 23:40:10.739 INFO STEP 145 (remove_files) COMPLETE
56712026-08-12T23:40:11.268Z[ recovery-image] Aug 12 23:40:10.739 INFO O| Aug 12 23:40:10.739 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-12T23:40:11.276Z[ recovery-image] Aug 12 23:40:10.749 INFO O| Aug 12 23:40:10.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56732026-08-12T23:40:11.277Z[ recovery-image] Aug 12 23:40:10.750 INFO O| Aug 12 23:40:10.750 INFO STEP 146 (remove_files) COMPLETE
56742026-08-12T23:40:11.277Z[ recovery-image] Aug 12 23:40:10.750 INFO O| Aug 12 23:40:10.750 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-12T23:40:11.285Z[ recovery-image] Aug 12 23:40:10.758 INFO O| Aug 12 23:40:10.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56762026-08-12T23:40:11.285Z[ recovery-image] Aug 12 23:40:10.758 INFO O| Aug 12 23:40:10.758 INFO STEP 147 (remove_files) COMPLETE
56772026-08-12T23:40:11.289Z[ recovery-image] Aug 12 23:40:10.758 INFO O| Aug 12 23:40:10.758 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-12T23:40:11.293Z[ recovery-image] Aug 12 23:40:10.767 INFO O| Aug 12 23:40:10.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56792026-08-12T23:40:11.293Z[ recovery-image] Aug 12 23:40:10.767 INFO O| Aug 12 23:40:10.767 INFO STEP 148 (remove_files) COMPLETE
56802026-08-12T23:40:11.297Z[ recovery-image] Aug 12 23:40:10.767 INFO O| Aug 12 23:40:10.767 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-12T23:40:11.301Z[ recovery-image] Aug 12 23:40:10.775 INFO O| Aug 12 23:40:10.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56822026-08-12T23:40:11.301Z[ recovery-image] Aug 12 23:40:10.775 INFO O| Aug 12 23:40:10.775 INFO STEP 149 (remove_files) COMPLETE
56832026-08-12T23:40:11.302Z[ recovery-image] Aug 12 23:40:10.775 INFO O| Aug 12 23:40:10.775 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-12T23:40:11.312Z[ recovery-image] Aug 12 23:40:10.785 INFO O| Aug 12 23:40:10.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56852026-08-12T23:40:11.312Z[ recovery-image] Aug 12 23:40:10.785 INFO O| Aug 12 23:40:10.785 INFO STEP 150 (remove_files) COMPLETE
56862026-08-12T23:40:11.312Z[ recovery-image] Aug 12 23:40:10.785 INFO O| Aug 12 23:40:10.785 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-12T23:40:11.323Z[ recovery-image] Aug 12 23:40:10.795 INFO O| Aug 12 23:40:10.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56882026-08-12T23:40:11.327Z[ recovery-image] Aug 12 23:40:10.795 INFO O| Aug 12 23:40:10.795 INFO STEP 151 (remove_files) COMPLETE
56892026-08-12T23:40:11.327Z[ recovery-image] Aug 12 23:40:10.795 INFO O| Aug 12 23:40:10.795 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-12T23:40:11.330Z[ recovery-image] Aug 12 23:40:10.804 INFO O| Aug 12 23:40:10.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56912026-08-12T23:40:11.331Z[ recovery-image] Aug 12 23:40:10.804 INFO O| Aug 12 23:40:10.804 INFO STEP 152 (remove_files) COMPLETE
56922026-08-12T23:40:11.331Z[ recovery-image] Aug 12 23:40:10.804 INFO O| Aug 12 23:40:10.804 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-12T23:40:11.340Z[ recovery-image] Aug 12 23:40:10.813 INFO O| Aug 12 23:40:10.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56942026-08-12T23:40:11.340Z[ recovery-image] Aug 12 23:40:10.813 INFO O| Aug 12 23:40:10.813 INFO STEP 153 (remove_files) COMPLETE
56952026-08-12T23:40:11.340Z[ recovery-image] Aug 12 23:40:10.813 INFO O| Aug 12 23:40:10.813 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-12T23:40:11.349Z[ recovery-image] Aug 12 23:40:10.823 INFO O| Aug 12 23:40:10.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56972026-08-12T23:40:11.349Z[ recovery-image] Aug 12 23:40:10.823 INFO O| Aug 12 23:40:10.823 INFO STEP 154 (remove_files) COMPLETE
56982026-08-12T23:40:11.354Z[ recovery-image] Aug 12 23:40:10.823 INFO O| Aug 12 23:40:10.823 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-12T23:40:11.359Z[ recovery-image] Aug 12 23:40:10.831 INFO O| Aug 12 23:40:10.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57002026-08-12T23:40:11.359Z[ recovery-image] Aug 12 23:40:10.831 INFO O| Aug 12 23:40:10.831 INFO STEP 155 (remove_files) COMPLETE
57012026-08-12T23:40:11.359Z[ recovery-image] Aug 12 23:40:10.831 INFO O| Aug 12 23:40:10.831 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-12T23:40:11.366Z[ recovery-image] Aug 12 23:40:10.840 INFO O| Aug 12 23:40:10.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57032026-08-12T23:40:11.366Z[ recovery-image] Aug 12 23:40:10.840 INFO O| Aug 12 23:40:10.840 INFO STEP 156 (remove_files) COMPLETE
57042026-08-12T23:40:11.367Z[ recovery-image] Aug 12 23:40:10.840 INFO O| Aug 12 23:40:10.840 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-12T23:40:11.375Z[ recovery-image] Aug 12 23:40:10.848 INFO O| Aug 12 23:40:10.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57062026-08-12T23:40:11.375Z[ recovery-image] Aug 12 23:40:10.848 INFO O| Aug 12 23:40:10.848 INFO STEP 157 (remove_files) COMPLETE
57072026-08-12T23:40:11.375Z[ recovery-image] Aug 12 23:40:10.848 INFO O| Aug 12 23:40:10.848 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-12T23:40:11.383Z[ recovery-image] Aug 12 23:40:10.856 INFO O| Aug 12 23:40:10.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57092026-08-12T23:40:11.383Z[ recovery-image] Aug 12 23:40:10.856 INFO O| Aug 12 23:40:10.856 INFO STEP 158 (remove_files) COMPLETE
57102026-08-12T23:40:11.387Z[ recovery-image] Aug 12 23:40:10.856 INFO O| Aug 12 23:40:10.856 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-12T23:40:11.392Z[ recovery-image] Aug 12 23:40:10.865 INFO O| Aug 12 23:40:10.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57122026-08-12T23:40:11.392Z[ recovery-image] Aug 12 23:40:10.865 INFO O| Aug 12 23:40:10.865 INFO STEP 159 (remove_files) COMPLETE
57132026-08-12T23:40:11.392Z[ recovery-image] Aug 12 23:40:10.865 INFO O| Aug 12 23:40:10.865 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-12T23:40:11.401Z[ recovery-image] Aug 12 23:40:10.874 INFO O| Aug 12 23:40:10.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57152026-08-12T23:40:11.401Z[ recovery-image] Aug 12 23:40:10.874 INFO O| Aug 12 23:40:10.874 INFO STEP 160 (remove_files) COMPLETE
57162026-08-12T23:40:11.401Z[ recovery-image] Aug 12 23:40:10.874 INFO O| Aug 12 23:40:10.874 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-12T23:40:11.410Z[ recovery-image] Aug 12 23:40:10.883 INFO O| Aug 12 23:40:10.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57182026-08-12T23:40:11.410Z[ recovery-image] Aug 12 23:40:10.883 INFO O| Aug 12 23:40:10.883 INFO STEP 161 (remove_files) COMPLETE
57192026-08-12T23:40:11.410Z[ recovery-image] Aug 12 23:40:10.883 INFO O| Aug 12 23:40:10.883 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-12T23:40:11.421Z[ recovery-image] Aug 12 23:40:10.892 INFO O| Aug 12 23:40:10.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57212026-08-12T23:40:11.421Z[ recovery-image] Aug 12 23:40:10.892 INFO O| Aug 12 23:40:10.892 INFO STEP 162 (remove_files) COMPLETE
57222026-08-12T23:40:11.421Z[ recovery-image] Aug 12 23:40:10.892 INFO O| Aug 12 23:40:10.892 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-12T23:40:11.428Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
57242026-08-12T23:40:11.435Z[ recovery-image] Aug 12 23:40:10.901 INFO O| Aug 12 23:40:10.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57252026-08-12T23:40:11.435Z[ recovery-image] Aug 12 23:40:10.901 INFO O| Aug 12 23:40:10.901 INFO STEP 163 (remove_files) COMPLETE
57262026-08-12T23:40:11.436Z[ recovery-image] Aug 12 23:40:10.901 INFO O| Aug 12 23:40:10.901 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-12T23:40:11.439Z[ recovery-image] Aug 12 23:40:10.911 INFO O| Aug 12 23:40:10.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57282026-08-12T23:40:11.441Z[ recovery-image] Aug 12 23:40:10.911 INFO O| Aug 12 23:40:10.911 INFO STEP 164 (remove_files) COMPLETE
57292026-08-12T23:40:11.441Z[ recovery-image] Aug 12 23:40:10.911 INFO O| Aug 12 23:40:10.911 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-12T23:40:11.454Z[ recovery-image] Aug 12 23:40:10.927 INFO O| Aug 12 23:40:10.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57312026-08-12T23:40:11.454Z[ recovery-image] Aug 12 23:40:10.927 INFO O| Aug 12 23:40:10.922 INFO STEP 165 (remove_files) COMPLETE
57322026-08-12T23:40:11.458Z[ recovery-image] Aug 12 23:40:10.927 INFO O| Aug 12 23:40:10.922 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-12T23:40:11.458Z[ recovery-image] Aug 12 23:40:10.931 INFO O| Aug 12 23:40:10.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57342026-08-12T23:40:11.458Z[ recovery-image] Aug 12 23:40:10.931 INFO O| Aug 12 23:40:10.931 INFO STEP 166 (remove_files) COMPLETE
57352026-08-12T23:40:11.458Z[ recovery-image] Aug 12 23:40:10.931 INFO O| Aug 12 23:40:10.931 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-12T23:40:11.468Z[ recovery-image] Aug 12 23:40:10.941 INFO O| Aug 12 23:40:10.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57372026-08-12T23:40:11.468Z[ recovery-image] Aug 12 23:40:10.941 INFO O| Aug 12 23:40:10.941 INFO STEP 167 (remove_files) COMPLETE
57382026-08-12T23:40:11.468Z[ recovery-image] Aug 12 23:40:10.941 INFO O| Aug 12 23:40:10.941 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-12T23:40:11.478Z[ recovery-image] Aug 12 23:40:10.951 INFO O| Aug 12 23:40:10.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57402026-08-12T23:40:11.478Z[ recovery-image] Aug 12 23:40:10.951 INFO O| Aug 12 23:40:10.951 INFO STEP 168 (remove_files) COMPLETE
57412026-08-12T23:40:11.478Z[ recovery-image] Aug 12 23:40:10.951 INFO O| Aug 12 23:40:10.951 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-12T23:40:11.489Z[ recovery-image] Aug 12 23:40:10.962 INFO O| Aug 12 23:40:10.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57432026-08-12T23:40:11.489Z[ recovery-image] Aug 12 23:40:10.962 INFO O| Aug 12 23:40:10.962 INFO STEP 169 (remove_files) COMPLETE
57442026-08-12T23:40:11.492Z[ recovery-image] Aug 12 23:40:10.962 INFO O| Aug 12 23:40:10.962 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-12T23:40:11.501Z[ recovery-image] Aug 12 23:40:10.974 INFO O| Aug 12 23:40:10.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57462026-08-12T23:40:11.501Z[ recovery-image] Aug 12 23:40:10.974 INFO O| Aug 12 23:40:10.972 INFO STEP 170 (remove_files) COMPLETE
57472026-08-12T23:40:11.504Z[ recovery-image] Aug 12 23:40:10.974 INFO O| Aug 12 23:40:10.972 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-12T23:40:11.509Z[ recovery-image] Aug 12 23:40:10.982 INFO O| Aug 12 23:40:10.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57492026-08-12T23:40:11.509Z[ recovery-image] Aug 12 23:40:10.982 INFO O| Aug 12 23:40:10.982 INFO STEP 171 (remove_files) COMPLETE
57502026-08-12T23:40:11.509Z[ recovery-image] Aug 12 23:40:10.982 INFO O| Aug 12 23:40:10.982 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-12T23:40:11.519Z[ recovery-image] Aug 12 23:40:10.992 INFO O| Aug 12 23:40:10.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57522026-08-12T23:40:11.519Z[ recovery-image] Aug 12 23:40:10.992 INFO O| Aug 12 23:40:10.992 INFO STEP 172 (remove_files) COMPLETE
57532026-08-12T23:40:11.523Z[ recovery-image] Aug 12 23:40:10.992 INFO O| Aug 12 23:40:10.992 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-12T23:40:11.539Z[ recovery-image] Aug 12 23:40:11.012 INFO O| Aug 12 23:40:11.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57552026-08-12T23:40:11.539Z[ recovery-image] Aug 12 23:40:11.012 INFO O| Aug 12 23:40:11.012 INFO STEP 173 (remove_files) COMPLETE
57562026-08-12T23:40:11.542Z[ recovery-image] Aug 12 23:40:11.012 INFO O| Aug 12 23:40:11.012 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-12T23:40:11.548Z[ recovery-image] Aug 12 23:40:11.021 INFO O| Aug 12 23:40:11.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57582026-08-12T23:40:11.551Z[ recovery-image] Aug 12 23:40:11.022 INFO O| Aug 12 23:40:11.022 INFO STEP 174 (remove_files) COMPLETE
57592026-08-12T23:40:11.551Z[ recovery-image] Aug 12 23:40:11.022 INFO O| Aug 12 23:40:11.022 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-12T23:40:11.559Z[ recovery-image] Aug 12 23:40:11.032 INFO O| Aug 12 23:40:11.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57612026-08-12T23:40:11.559Z[ recovery-image] Aug 12 23:40:11.032 INFO O| Aug 12 23:40:11.032 INFO STEP 175 (remove_files) COMPLETE
57622026-08-12T23:40:11.559Z[ recovery-image] Aug 12 23:40:11.032 INFO O| Aug 12 23:40:11.032 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-12T23:40:11.567Z[ recovery-image] Aug 12 23:40:11.041 INFO O| Aug 12 23:40:11.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57642026-08-12T23:40:11.567Z[ recovery-image] Aug 12 23:40:11.041 INFO O| Aug 12 23:40:11.041 INFO STEP 176 (remove_files) COMPLETE
57652026-08-12T23:40:11.571Z[ recovery-image] Aug 12 23:40:11.041 INFO O| Aug 12 23:40:11.041 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-12T23:40:11.580Z[ recovery-image] Aug 12 23:40:11.051 INFO O| Aug 12 23:40:11.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57672026-08-12T23:40:11.580Z[ recovery-image] Aug 12 23:40:11.051 INFO O| Aug 12 23:40:11.051 INFO STEP 177 (remove_files) COMPLETE
57682026-08-12T23:40:11.589Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
57692026-08-12T23:40:11.589Z[ recovery-image] Aug 12 23:40:11.051 INFO O| Aug 12 23:40:11.051 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-12T23:40:11.592Z[ recovery-image] Aug 12 23:40:11.062 INFO O| Aug 12 23:40:11.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57712026-08-12T23:40:11.592Z[ recovery-image] Aug 12 23:40:11.062 INFO O| Aug 12 23:40:11.062 INFO STEP 178 (remove_files) COMPLETE
57722026-08-12T23:40:11.592Z[ recovery-image] Aug 12 23:40:11.062 INFO O| Aug 12 23:40:11.062 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-12T23:40:11.619Z[ recovery-image] Aug 12 23:40:11.072 INFO O| Aug 12 23:40:11.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57742026-08-12T23:40:11.619Z[ recovery-image] Aug 12 23:40:11.072 INFO O| Aug 12 23:40:11.072 INFO STEP 179 (remove_files) COMPLETE
57752026-08-12T23:40:11.619Z[ recovery-image] Aug 12 23:40:11.072 INFO O| Aug 12 23:40:11.072 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-12T23:40:11.623Z[ recovery-image] Aug 12 23:40:11.081 INFO O| Aug 12 23:40:11.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57772026-08-12T23:40:11.623Z[ recovery-image] Aug 12 23:40:11.081 INFO O| Aug 12 23:40:11.080 INFO STEP 180 (remove_files) COMPLETE
57782026-08-12T23:40:11.623Z[ recovery-image] Aug 12 23:40:11.081 INFO O| Aug 12 23:40:11.080 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-12T23:40:11.623Z[ recovery-image] Aug 12 23:40:11.088 INFO O| Aug 12 23:40:11.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57802026-08-12T23:40:11.623Z[ recovery-image] Aug 12 23:40:11.088 INFO O| Aug 12 23:40:11.088 INFO STEP 181 (remove_files) COMPLETE
57812026-08-12T23:40:11.623Z[ recovery-image] Aug 12 23:40:11.088 INFO O| Aug 12 23:40:11.088 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-12T23:40:11.627Z[ recovery-image] Aug 12 23:40:11.098 INFO O| Aug 12 23:40:11.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57832026-08-12T23:40:11.627Z[ recovery-image] Aug 12 23:40:11.098 INFO O| Aug 12 23:40:11.098 INFO STEP 182 (remove_files) COMPLETE
57842026-08-12T23:40:11.628Z[ recovery-image] Aug 12 23:40:11.098 INFO O| Aug 12 23:40:11.098 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-12T23:40:11.637Z[ recovery-image] Aug 12 23:40:11.108 INFO O| Aug 12 23:40:11.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57862026-08-12T23:40:11.639Z[ recovery-image] Aug 12 23:40:11.108 INFO O| Aug 12 23:40:11.108 INFO STEP 183 (remove_files) COMPLETE
57872026-08-12T23:40:11.639Z[ recovery-image] Aug 12 23:40:11.108 INFO O| Aug 12 23:40:11.108 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-12T23:40:11.644Z[ recovery-image] Aug 12 23:40:11.118 INFO O| Aug 12 23:40:11.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57892026-08-12T23:40:11.645Z[ recovery-image] Aug 12 23:40:11.118 INFO O| Aug 12 23:40:11.118 INFO STEP 184 (remove_files) COMPLETE
57902026-08-12T23:40:11.648Z[ recovery-image] Aug 12 23:40:11.118 INFO O| Aug 12 23:40:11.118 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-12T23:40:11.656Z[ recovery-image] Aug 12 23:40:11.128 INFO O| Aug 12 23:40:11.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57922026-08-12T23:40:11.656Z[ recovery-image] Aug 12 23:40:11.128 INFO O| Aug 12 23:40:11.128 INFO STEP 185 (remove_files) COMPLETE
57932026-08-12T23:40:11.656Z[ recovery-image] Aug 12 23:40:11.128 INFO O| Aug 12 23:40:11.128 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-12T23:40:11.663Z[ recovery-image] Aug 12 23:40:11.136 INFO O| Aug 12 23:40:11.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57952026-08-12T23:40:11.663Z[ recovery-image] Aug 12 23:40:11.136 INFO O| Aug 12 23:40:11.136 INFO STEP 186 (remove_files) COMPLETE
57962026-08-12T23:40:11.663Z[ recovery-image] Aug 12 23:40:11.136 INFO O| Aug 12 23:40:11.136 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-12T23:40:11.672Z[ recovery-image] Aug 12 23:40:11.145 INFO O| Aug 12 23:40:11.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57982026-08-12T23:40:11.672Z[ recovery-image] Aug 12 23:40:11.145 INFO O| Aug 12 23:40:11.145 INFO STEP 187 (remove_files) COMPLETE
57992026-08-12T23:40:11.676Z[ recovery-image] Aug 12 23:40:11.145 INFO O| Aug 12 23:40:11.145 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-12T23:40:11.680Z[ recovery-image] Aug 12 23:40:11.153 INFO O| Aug 12 23:40:11.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58012026-08-12T23:40:11.681Z[ recovery-image] Aug 12 23:40:11.153 INFO O| Aug 12 23:40:11.153 INFO STEP 188 (remove_files) COMPLETE
58022026-08-12T23:40:11.685Z[ recovery-image] Aug 12 23:40:11.153 INFO O| Aug 12 23:40:11.153 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-12T23:40:11.689Z[ recovery-image] Aug 12 23:40:11.162 INFO O| Aug 12 23:40:11.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58042026-08-12T23:40:11.689Z[ recovery-image] Aug 12 23:40:11.162 INFO O| Aug 12 23:40:11.162 INFO STEP 189 (remove_files) COMPLETE
58052026-08-12T23:40:11.689Z[ recovery-image] Aug 12 23:40:11.162 INFO O| Aug 12 23:40:11.162 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-12T23:40:11.698Z[ recovery-image] Aug 12 23:40:11.172 INFO O| Aug 12 23:40:11.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58072026-08-12T23:40:11.698Z[ recovery-image] Aug 12 23:40:11.172 INFO O| Aug 12 23:40:11.172 INFO STEP 190 (remove_files) COMPLETE
58082026-08-12T23:40:11.698Z[ recovery-image] Aug 12 23:40:11.172 INFO O| Aug 12 23:40:11.172 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-12T23:40:11.702Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
58102026-08-12T23:40:11.709Z[ recovery-image] Aug 12 23:40:11.181 INFO O| Aug 12 23:40:11.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58112026-08-12T23:40:11.709Z[ recovery-image] Aug 12 23:40:11.181 INFO O| Aug 12 23:40:11.181 INFO STEP 191 (remove_files) COMPLETE
58122026-08-12T23:40:11.712Z[ recovery-image] Aug 12 23:40:11.181 INFO O| Aug 12 23:40:11.181 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-12T23:40:11.717Z[ recovery-image] Aug 12 23:40:11.190 INFO O| Aug 12 23:40:11.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58142026-08-12T23:40:11.717Z[ recovery-image] Aug 12 23:40:11.190 INFO O| Aug 12 23:40:11.190 INFO STEP 192 (remove_files) COMPLETE
58152026-08-12T23:40:11.717Z[ recovery-image] Aug 12 23:40:11.190 INFO O| Aug 12 23:40:11.190 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-12T23:40:11.726Z[ recovery-image] Aug 12 23:40:11.198 INFO O| Aug 12 23:40:11.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58172026-08-12T23:40:11.727Z[ recovery-image] Aug 12 23:40:11.199 INFO O| Aug 12 23:40:11.198 INFO STEP 193 (remove_files) COMPLETE
58182026-08-12T23:40:11.727Z[ recovery-image] Aug 12 23:40:11.199 INFO O| Aug 12 23:40:11.198 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-12T23:40:11.734Z[ recovery-image] Aug 12 23:40:11.207 INFO O| Aug 12 23:40:11.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58202026-08-12T23:40:11.734Z[ recovery-image] Aug 12 23:40:11.207 INFO O| Aug 12 23:40:11.207 INFO STEP 194 (remove_files) COMPLETE
58212026-08-12T23:40:11.737Z[ recovery-image] Aug 12 23:40:11.207 INFO O| Aug 12 23:40:11.207 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-12T23:40:11.742Z[ recovery-image] Aug 12 23:40:11.215 INFO O| Aug 12 23:40:11.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58232026-08-12T23:40:11.742Z[ recovery-image] Aug 12 23:40:11.215 INFO O| Aug 12 23:40:11.215 INFO STEP 195 (remove_files) COMPLETE
58242026-08-12T23:40:11.742Z[ recovery-image] Aug 12 23:40:11.215 INFO O| Aug 12 23:40:11.215 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-12T23:40:11.751Z[ recovery-image] Aug 12 23:40:11.223 INFO O| Aug 12 23:40:11.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58262026-08-12T23:40:11.751Z[ recovery-image] Aug 12 23:40:11.223 INFO O| Aug 12 23:40:11.223 INFO STEP 196 (remove_files) COMPLETE
58272026-08-12T23:40:11.751Z[ recovery-image] Aug 12 23:40:11.223 INFO O| Aug 12 23:40:11.223 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-12T23:40:11.758Z[ recovery-image] Aug 12 23:40:11.232 INFO O| Aug 12 23:40:11.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58292026-08-12T23:40:11.759Z[ recovery-image] Aug 12 23:40:11.232 INFO O| Aug 12 23:40:11.232 INFO STEP 197 (remove_files) COMPLETE
58302026-08-12T23:40:11.760Z[ recovery-image] Aug 12 23:40:11.232 INFO O| Aug 12 23:40:11.232 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-12T23:40:11.767Z[ recovery-image] Aug 12 23:40:11.241 INFO O| Aug 12 23:40:11.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58322026-08-12T23:40:11.767Z[ recovery-image] Aug 12 23:40:11.241 INFO O| Aug 12 23:40:11.241 INFO STEP 198 (remove_files) COMPLETE
58332026-08-12T23:40:11.767Z[ recovery-image] Aug 12 23:40:11.241 INFO O| Aug 12 23:40:11.241 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-12T23:40:11.797Z[ recovery-image] Aug 12 23:40:11.252 INFO O| Aug 12 23:40:11.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58352026-08-12T23:40:11.797Z[ recovery-image] Aug 12 23:40:11.252 INFO O| Aug 12 23:40:11.252 INFO STEP 199 (remove_files) COMPLETE
58362026-08-12T23:40:11.800Z[ recovery-image] Aug 12 23:40:11.252 INFO O| Aug 12 23:40:11.252 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-12T23:40:11.811Z[ recovery-image] Aug 12 23:40:11.282 INFO O| Aug 12 23:40:11.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58382026-08-12T23:40:11.812Z[ recovery-image] Aug 12 23:40:11.282 INFO O| Aug 12 23:40:11.276 INFO STEP 200 (remove_files) COMPLETE
58392026-08-12T23:40:11.812Z[ recovery-image] Aug 12 23:40:11.282 INFO O| Aug 12 23:40:11.276 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-12T23:40:11.818Z[ recovery-image] Aug 12 23:40:11.284 INFO O| Aug 12 23:40:11.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58412026-08-12T23:40:11.818Z[ recovery-image] Aug 12 23:40:11.285 INFO O| Aug 12 23:40:11.285 INFO STEP 201 (remove_files) COMPLETE
58422026-08-12T23:40:11.818Z[ recovery-image] Aug 12 23:40:11.285 INFO O| Aug 12 23:40:11.285 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-12T23:40:11.822Z[ recovery-image] Aug 12 23:40:11.294 INFO O| Aug 12 23:40:11.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58442026-08-12T23:40:11.822Z[ recovery-image] Aug 12 23:40:11.294 INFO O| Aug 12 23:40:11.294 INFO STEP 202 (remove_files) COMPLETE
58452026-08-12T23:40:11.823Z[ recovery-image] Aug 12 23:40:11.294 INFO O| Aug 12 23:40:11.294 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-12T23:40:11.831Z[ recovery-image] Aug 12 23:40:11.304 INFO O| Aug 12 23:40:11.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58472026-08-12T23:40:11.831Z[ recovery-image] Aug 12 23:40:11.304 INFO O| Aug 12 23:40:11.304 INFO STEP 203 (remove_files) COMPLETE
58482026-08-12T23:40:11.831Z[ recovery-image] Aug 12 23:40:11.304 INFO O| Aug 12 23:40:11.304 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-12T23:40:11.841Z[ recovery-image] Aug 12 23:40:11.314 INFO O| Aug 12 23:40:11.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58502026-08-12T23:40:11.842Z[ recovery-image] Aug 12 23:40:11.314 INFO O| Aug 12 23:40:11.314 INFO STEP 204 (remove_files) COMPLETE
58512026-08-12T23:40:11.842Z[ recovery-image] Aug 12 23:40:11.314 INFO O| Aug 12 23:40:11.314 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-12T23:40:11.849Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
58532026-08-12T23:40:11.853Z[ recovery-image] Aug 12 23:40:11.324 INFO O| Aug 12 23:40:11.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58542026-08-12T23:40:11.853Z[ recovery-image] Aug 12 23:40:11.324 INFO O| Aug 12 23:40:11.324 INFO STEP 205 (remove_files) COMPLETE
58552026-08-12T23:40:11.853Z[ recovery-image] Aug 12 23:40:11.324 INFO O| Aug 12 23:40:11.324 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-12T23:40:11.861Z[ recovery-image] Aug 12 23:40:11.334 INFO O| Aug 12 23:40:11.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58572026-08-12T23:40:11.861Z[ recovery-image] Aug 12 23:40:11.334 INFO O| Aug 12 23:40:11.334 INFO STEP 206 (remove_files) COMPLETE
58582026-08-12T23:40:11.861Z[ recovery-image] Aug 12 23:40:11.334 INFO O| Aug 12 23:40:11.334 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-12T23:40:11.871Z[ recovery-image] Aug 12 23:40:11.344 INFO O| Aug 12 23:40:11.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58602026-08-12T23:40:11.871Z[ recovery-image] Aug 12 23:40:11.344 INFO O| Aug 12 23:40:11.344 INFO STEP 207 (remove_files) COMPLETE
58612026-08-12T23:40:11.871Z[ recovery-image] Aug 12 23:40:11.344 INFO O| Aug 12 23:40:11.344 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-12T23:40:11.881Z[ recovery-image] Aug 12 23:40:11.353 INFO O| Aug 12 23:40:11.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58632026-08-12T23:40:11.881Z[ recovery-image] Aug 12 23:40:11.353 INFO O| Aug 12 23:40:11.353 INFO STEP 208 (remove_files) COMPLETE
58642026-08-12T23:40:11.881Z[ recovery-image] Aug 12 23:40:11.353 INFO O| Aug 12 23:40:11.353 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-12T23:40:11.901Z[ recovery-image] Aug 12 23:40:11.363 INFO O| Aug 12 23:40:11.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58662026-08-12T23:40:11.901Z[ recovery-image] Aug 12 23:40:11.363 INFO O| Aug 12 23:40:11.363 INFO STEP 209 (remove_files) COMPLETE
58672026-08-12T23:40:11.901Z[ recovery-image] Aug 12 23:40:11.363 INFO O| Aug 12 23:40:11.363 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-12T23:40:11.905Z[ recovery-image] Aug 12 23:40:11.371 INFO O| Aug 12 23:40:11.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58692026-08-12T23:40:11.905Z[ recovery-image] Aug 12 23:40:11.371 INFO O| Aug 12 23:40:11.371 INFO STEP 210 (remove_files) COMPLETE
58702026-08-12T23:40:11.905Z[ recovery-image] Aug 12 23:40:11.371 INFO O| Aug 12 23:40:11.371 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-12T23:40:11.909Z[ recovery-image] Aug 12 23:40:11.381 INFO O| Aug 12 23:40:11.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58722026-08-12T23:40:11.909Z[ recovery-image] Aug 12 23:40:11.381 INFO O| Aug 12 23:40:11.381 INFO STEP 211 (remove_files) COMPLETE
58732026-08-12T23:40:11.909Z[ recovery-image] Aug 12 23:40:11.381 INFO O| Aug 12 23:40:11.381 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-12T23:40:11.917Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
58752026-08-12T23:40:11.922Z[ recovery-image] Aug 12 23:40:11.391 INFO O| Aug 12 23:40:11.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58762026-08-12T23:40:11.922Z[ recovery-image] Aug 12 23:40:11.391 INFO O| Aug 12 23:40:11.391 INFO STEP 212 (remove_files) COMPLETE
58772026-08-12T23:40:11.922Z[ recovery-image] Aug 12 23:40:11.392 INFO O| Aug 12 23:40:11.391 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-12T23:40:11.929Z[ recovery-image] Aug 12 23:40:11.402 INFO O| Aug 12 23:40:11.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58792026-08-12T23:40:11.929Z[ recovery-image] Aug 12 23:40:11.402 INFO O| Aug 12 23:40:11.402 INFO STEP 213 (remove_files) COMPLETE
58802026-08-12T23:40:11.929Z[ recovery-image] Aug 12 23:40:11.402 INFO O| Aug 12 23:40:11.402 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-12T23:40:11.939Z[ recovery-image] Aug 12 23:40:11.412 INFO O| Aug 12 23:40:11.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58822026-08-12T23:40:11.939Z[ recovery-image] Aug 12 23:40:11.412 INFO O| Aug 12 23:40:11.412 INFO STEP 214 (remove_files) COMPLETE
58832026-08-12T23:40:11.939Z[ recovery-image] Aug 12 23:40:11.412 INFO O| Aug 12 23:40:11.412 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-12T23:40:11.949Z[ recovery-image] Aug 12 23:40:11.422 INFO O| Aug 12 23:40:11.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58852026-08-12T23:40:11.949Z[ recovery-image] Aug 12 23:40:11.422 INFO O| Aug 12 23:40:11.422 INFO STEP 215 (remove_files) COMPLETE
58862026-08-12T23:40:11.952Z[ recovery-image] Aug 12 23:40:11.422 INFO O| Aug 12 23:40:11.422 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-12T23:40:11.957Z[ recovery-image] Aug 12 23:40:11.430 INFO O| Aug 12 23:40:11.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58882026-08-12T23:40:11.957Z[ recovery-image] Aug 12 23:40:11.430 INFO O| Aug 12 23:40:11.430 INFO STEP 216 (remove_files) COMPLETE
58892026-08-12T23:40:11.957Z[ recovery-image] Aug 12 23:40:11.430 INFO O| Aug 12 23:40:11.430 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-12T23:40:11.969Z[ recovery-image] Aug 12 23:40:11.440 INFO O| Aug 12 23:40:11.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58912026-08-12T23:40:11.969Z[ recovery-image] Aug 12 23:40:11.440 INFO O| Aug 12 23:40:11.440 INFO STEP 217 (remove_files) COMPLETE
58922026-08-12T23:40:11.969Z[ recovery-image] Aug 12 23:40:11.440 INFO O| Aug 12 23:40:11.440 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-12T23:40:11.982Z[ recovery-image] Aug 12 23:40:11.452 INFO O| Aug 12 23:40:11.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58942026-08-12T23:40:11.983Z[ recovery-image] Aug 12 23:40:11.452 INFO O| Aug 12 23:40:11.452 INFO STEP 218 (remove_files) COMPLETE
58952026-08-12T23:40:11.986Z[ recovery-image] Aug 12 23:40:11.452 INFO O| Aug 12 23:40:11.452 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-12T23:40:11.990Z[ recovery-image] Aug 12 23:40:11.462 INFO O| Aug 12 23:40:11.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58972026-08-12T23:40:11.994Z[ recovery-image] Aug 12 23:40:11.462 INFO O| Aug 12 23:40:11.462 INFO STEP 219 (remove_files) COMPLETE
58982026-08-12T23:40:11.995Z[ recovery-image] Aug 12 23:40:11.462 INFO O| Aug 12 23:40:11.462 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-12T23:40:11.995Z[verify-libraries] Compiling fatfs v0.3.6
59002026-08-12T23:40:11.999Z[ recovery-image] Aug 12 23:40:11.472 INFO O| Aug 12 23:40:11.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59012026-08-12T23:40:12.000Z[ recovery-image] Aug 12 23:40:11.472 INFO O| Aug 12 23:40:11.472 INFO STEP 220 (remove_files) COMPLETE
59022026-08-12T23:40:12.004Z[ recovery-image] Aug 12 23:40:11.473 INFO O| Aug 12 23:40:11.472 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-12T23:40:12.009Z[ recovery-image] Aug 12 23:40:11.482 INFO O| Aug 12 23:40:11.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59042026-08-12T23:40:12.009Z[ recovery-image] Aug 12 23:40:11.482 INFO O| Aug 12 23:40:11.482 INFO STEP 221 (remove_files) COMPLETE
59052026-08-12T23:40:12.012Z[ recovery-image] Aug 12 23:40:11.482 INFO O| Aug 12 23:40:11.482 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-12T23:40:12.018Z[ recovery-image] Aug 12 23:40:11.492 INFO O| Aug 12 23:40:11.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59072026-08-12T23:40:12.018Z[ recovery-image] Aug 12 23:40:11.492 INFO O| Aug 12 23:40:11.492 INFO STEP 222 (remove_files) COMPLETE
59082026-08-12T23:40:12.028Z[ recovery-image] Aug 12 23:40:11.492 INFO O| Aug 12 23:40:11.492 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-12T23:40:12.028Z[ recovery-image] Aug 12 23:40:11.500 INFO O| Aug 12 23:40:11.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59102026-08-12T23:40:12.028Z[ recovery-image] Aug 12 23:40:11.500 INFO O| Aug 12 23:40:11.500 INFO STEP 223 (remove_files) COMPLETE
59112026-08-12T23:40:12.028Z[ recovery-image] Aug 12 23:40:11.500 INFO O| Aug 12 23:40:11.500 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-12T23:40:12.035Z[ recovery-image] Aug 12 23:40:11.509 INFO O| Aug 12 23:40:11.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59132026-08-12T23:40:12.035Z[ recovery-image] Aug 12 23:40:11.509 INFO O| Aug 12 23:40:11.509 INFO STEP 224 (remove_files) COMPLETE
59142026-08-12T23:40:12.039Z[ recovery-image] Aug 12 23:40:11.509 INFO O| Aug 12 23:40:11.509 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-12T23:40:12.044Z[ recovery-image] Aug 12 23:40:11.517 INFO O| Aug 12 23:40:11.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59162026-08-12T23:40:12.044Z[ recovery-image] Aug 12 23:40:11.517 INFO O| Aug 12 23:40:11.517 INFO STEP 225 (remove_files) COMPLETE
59172026-08-12T23:40:12.047Z[ recovery-image] Aug 12 23:40:11.517 INFO O| Aug 12 23:40:11.517 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-12T23:40:12.052Z[ recovery-image] Aug 12 23:40:11.525 INFO O| Aug 12 23:40:11.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59192026-08-12T23:40:12.056Z[ recovery-image] Aug 12 23:40:11.526 INFO O| Aug 12 23:40:11.525 INFO STEP 226 (remove_files) COMPLETE
59202026-08-12T23:40:12.056Z[ recovery-image] Aug 12 23:40:11.526 INFO O| Aug 12 23:40:11.525 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-12T23:40:12.060Z[ recovery-image] Aug 12 23:40:11.534 INFO O| Aug 12 23:40:11.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59222026-08-12T23:40:12.060Z[ recovery-image] Aug 12 23:40:11.534 INFO O| Aug 12 23:40:11.534 INFO STEP 227 (remove_files) COMPLETE
59232026-08-12T23:40:12.063Z[ recovery-image] Aug 12 23:40:11.534 INFO O| Aug 12 23:40:11.534 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-12T23:40:12.069Z[ recovery-image] Aug 12 23:40:11.542 INFO O| Aug 12 23:40:11.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59252026-08-12T23:40:12.069Z[ recovery-image] Aug 12 23:40:11.542 INFO O| Aug 12 23:40:11.542 INFO STEP 228 (remove_files) COMPLETE
59262026-08-12T23:40:12.069Z[ recovery-image] Aug 12 23:40:11.542 INFO O| Aug 12 23:40:11.542 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-12T23:40:12.078Z[ recovery-image] Aug 12 23:40:11.551 INFO O| Aug 12 23:40:11.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59282026-08-12T23:40:12.078Z[ recovery-image] Aug 12 23:40:11.551 INFO O| Aug 12 23:40:11.551 INFO STEP 229 (remove_files) COMPLETE
59292026-08-12T23:40:12.078Z[ recovery-image] Aug 12 23:40:11.551 INFO O| Aug 12 23:40:11.551 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-12T23:40:12.086Z[ recovery-image] Aug 12 23:40:11.559 INFO O| Aug 12 23:40:11.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59312026-08-12T23:40:12.086Z[ recovery-image] Aug 12 23:40:11.559 INFO O| Aug 12 23:40:11.559 INFO STEP 230 (remove_files) COMPLETE
59322026-08-12T23:40:12.086Z[ recovery-image] Aug 12 23:40:11.559 INFO O| Aug 12 23:40:11.559 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-12T23:40:12.096Z[ recovery-image] Aug 12 23:40:11.570 INFO O| Aug 12 23:40:11.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59342026-08-12T23:40:12.097Z[ recovery-image] Aug 12 23:40:11.570 INFO O| Aug 12 23:40:11.570 INFO STEP 231 (remove_files) COMPLETE
59352026-08-12T23:40:12.097Z[ recovery-image] Aug 12 23:40:11.570 INFO O| Aug 12 23:40:11.570 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-12T23:40:12.106Z[ recovery-image] Aug 12 23:40:11.580 INFO O| Aug 12 23:40:11.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59372026-08-12T23:40:12.107Z[ recovery-image] Aug 12 23:40:11.580 INFO O| Aug 12 23:40:11.580 INFO STEP 232 (remove_files) COMPLETE
59382026-08-12T23:40:12.107Z[ recovery-image] Aug 12 23:40:11.580 INFO O| Aug 12 23:40:11.580 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-12T23:40:12.118Z[ recovery-image] Aug 12 23:40:11.590 INFO O| Aug 12 23:40:11.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59402026-08-12T23:40:12.118Z[ recovery-image] Aug 12 23:40:11.591 INFO O| Aug 12 23:40:11.591 INFO STEP 233 (remove_files) COMPLETE
59412026-08-12T23:40:12.118Z[ recovery-image] Aug 12 23:40:11.591 INFO O| Aug 12 23:40:11.591 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-12T23:40:12.128Z[ recovery-image] Aug 12 23:40:11.601 INFO O| Aug 12 23:40:11.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59432026-08-12T23:40:12.128Z[ recovery-image] Aug 12 23:40:11.601 INFO O| Aug 12 23:40:11.601 INFO STEP 234 (remove_files) COMPLETE
59442026-08-12T23:40:12.128Z[ recovery-image] Aug 12 23:40:11.601 INFO O| Aug 12 23:40:11.601 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.611 INFO O| Aug 12 23:40:11.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59462026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.611 INFO O| Aug 12 23:40:11.611 INFO STEP 235 (remove_files) COMPLETE
59472026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.611 INFO O| Aug 12 23:40:11.611 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.620 INFO O| Aug 12 23:40:11.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59492026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.620 INFO O| Aug 12 23:40:11.620 INFO STEP 236 (remove_files) COMPLETE
59502026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.620 INFO O| Aug 12 23:40:11.620 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.629 INFO O| Aug 12 23:40:11.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59522026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.629 INFO O| Aug 12 23:40:11.629 INFO STEP 237 (remove_files) COMPLETE
59532026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.629 INFO O| Aug 12 23:40:11.629 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.638 INFO O| Aug 12 23:40:11.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59552026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.638 INFO O| Aug 12 23:40:11.638 INFO STEP 238 (remove_files) COMPLETE
59562026-08-12T23:40:12.185Z[ recovery-image] Aug 12 23:40:11.638 INFO O| Aug 12 23:40:11.638 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-12T23:40:12.186Z[ recovery-image] Aug 12 23:40:11.647 INFO O| Aug 12 23:40:11.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59582026-08-12T23:40:12.186Z[ recovery-image] Aug 12 23:40:11.647 INFO O| Aug 12 23:40:11.647 INFO STEP 239 (remove_files) COMPLETE
59592026-08-12T23:40:12.186Z[ recovery-image] Aug 12 23:40:11.647 INFO O| Aug 12 23:40:11.647 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-12T23:40:12.191Z[ recovery-image] Aug 12 23:40:11.655 INFO O| Aug 12 23:40:11.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59612026-08-12T23:40:12.191Z[ recovery-image] Aug 12 23:40:11.655 INFO O| Aug 12 23:40:11.655 INFO STEP 240 (remove_files) COMPLETE
59622026-08-12T23:40:12.191Z[ recovery-image] Aug 12 23:40:11.655 INFO O| Aug 12 23:40:11.655 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-12T23:40:12.191Z[verify-libraries] Compiling num-bigint v0.4.6
59642026-08-12T23:40:12.194Z[ recovery-image] Aug 12 23:40:11.663 INFO O| Aug 12 23:40:11.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59652026-08-12T23:40:12.194Z[ recovery-image] Aug 12 23:40:11.663 INFO O| Aug 12 23:40:11.663 INFO STEP 241 (remove_files) COMPLETE
59662026-08-12T23:40:12.195Z[ recovery-image] Aug 12 23:40:11.663 INFO O| Aug 12 23:40:11.663 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-12T23:40:12.198Z[ recovery-image] Aug 12 23:40:11.671 INFO O| Aug 12 23:40:11.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59682026-08-12T23:40:12.198Z[ recovery-image] Aug 12 23:40:11.671 INFO O| Aug 12 23:40:11.671 INFO STEP 242 (remove_files) COMPLETE
59692026-08-12T23:40:12.199Z[ recovery-image] Aug 12 23:40:11.671 INFO O| Aug 12 23:40:11.671 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-12T23:40:12.207Z[ recovery-image] Aug 12 23:40:11.680 INFO O| Aug 12 23:40:11.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59712026-08-12T23:40:12.208Z[ recovery-image] Aug 12 23:40:11.680 INFO O| Aug 12 23:40:11.680 INFO STEP 243 (remove_files) COMPLETE
59722026-08-12T23:40:12.208Z[ recovery-image] Aug 12 23:40:11.680 INFO O| Aug 12 23:40:11.680 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-12T23:40:12.219Z[ recovery-image] Aug 12 23:40:11.691 INFO O| Aug 12 23:40:11.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59742026-08-12T23:40:12.219Z[ recovery-image] Aug 12 23:40:11.691 INFO O| Aug 12 23:40:11.691 INFO STEP 244 (remove_files) COMPLETE
59752026-08-12T23:40:12.223Z[ recovery-image] Aug 12 23:40:11.691 INFO O| Aug 12 23:40:11.691 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-12T23:40:12.227Z[ recovery-image] Aug 12 23:40:11.700 INFO O| Aug 12 23:40:11.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59772026-08-12T23:40:12.227Z[ recovery-image] Aug 12 23:40:11.700 INFO O| Aug 12 23:40:11.700 INFO STEP 245 (remove_files) COMPLETE
59782026-08-12T23:40:12.227Z[ recovery-image] Aug 12 23:40:11.700 INFO O| Aug 12 23:40:11.700 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-12T23:40:12.236Z[ recovery-image] Aug 12 23:40:11.709 INFO O| Aug 12 23:40:11.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59802026-08-12T23:40:12.236Z[ recovery-image] Aug 12 23:40:11.710 INFO O| Aug 12 23:40:11.710 INFO STEP 246 (remove_files) COMPLETE
59812026-08-12T23:40:12.240Z[ recovery-image] Aug 12 23:40:11.710 INFO O| Aug 12 23:40:11.710 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-12T23:40:12.244Z[ recovery-image] Aug 12 23:40:11.718 INFO O| Aug 12 23:40:11.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59832026-08-12T23:40:12.244Z[ recovery-image] Aug 12 23:40:11.718 INFO O| Aug 12 23:40:11.718 INFO STEP 247 (remove_files) COMPLETE
59842026-08-12T23:40:12.250Z[ recovery-image] Aug 12 23:40:11.718 INFO O| Aug 12 23:40:11.718 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-12T23:40:12.254Z[ recovery-image] Aug 12 23:40:11.726 INFO O| Aug 12 23:40:11.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59862026-08-12T23:40:12.255Z[ recovery-image] Aug 12 23:40:11.726 INFO O| Aug 12 23:40:11.726 INFO STEP 248 (remove_files) COMPLETE
59872026-08-12T23:40:12.255Z[ recovery-image] Aug 12 23:40:11.726 INFO O| Aug 12 23:40:11.726 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-12T23:40:12.262Z[ recovery-image] Aug 12 23:40:11.734 INFO O| Aug 12 23:40:11.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59892026-08-12T23:40:12.265Z[ recovery-image] Aug 12 23:40:11.734 INFO O| Aug 12 23:40:11.734 INFO STEP 249 (remove_files) COMPLETE
59902026-08-12T23:40:12.266Z[ recovery-image] Aug 12 23:40:11.734 INFO O| Aug 12 23:40:11.734 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-12T23:40:12.269Z[ recovery-image] Aug 12 23:40:11.742 INFO O| Aug 12 23:40:11.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59922026-08-12T23:40:12.272Z[ recovery-image] Aug 12 23:40:11.744 INFO O| Aug 12 23:40:11.744 INFO STEP 250 (remove_files) COMPLETE
59932026-08-12T23:40:12.272Z[ recovery-image] Aug 12 23:40:11.744 INFO O| Aug 12 23:40:11.744 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-12T23:40:12.278Z[verify-libraries] Compiling generic-array v1.4.3
59952026-08-12T23:40:12.281Z[ recovery-image] Aug 12 23:40:11.753 INFO O| Aug 12 23:40:11.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59962026-08-12T23:40:12.281Z[ recovery-image] Aug 12 23:40:11.754 INFO O| Aug 12 23:40:11.754 INFO STEP 251 (remove_files) COMPLETE
59972026-08-12T23:40:12.281Z[ recovery-image] Aug 12 23:40:11.754 INFO O| Aug 12 23:40:11.754 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-12T23:40:12.290Z[ recovery-image] Aug 12 23:40:11.764 INFO O| Aug 12 23:40:11.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59992026-08-12T23:40:12.291Z[ recovery-image] Aug 12 23:40:11.764 INFO O| Aug 12 23:40:11.764 INFO STEP 252 (remove_files) COMPLETE
60002026-08-12T23:40:12.291Z[ recovery-image] Aug 12 23:40:11.764 INFO O| Aug 12 23:40:11.764 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-12T23:40:12.299Z[ recovery-image] Aug 12 23:40:11.772 INFO O| Aug 12 23:40:11.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60022026-08-12T23:40:12.299Z[ recovery-image] Aug 12 23:40:11.772 INFO O| Aug 12 23:40:11.772 INFO STEP 253 (remove_files) COMPLETE
60032026-08-12T23:40:12.303Z[ recovery-image] Aug 12 23:40:11.772 INFO O| Aug 12 23:40:11.772 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-12T23:40:12.307Z[ recovery-image] Aug 12 23:40:11.780 INFO O| Aug 12 23:40:11.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60052026-08-12T23:40:12.307Z[ recovery-image] Aug 12 23:40:11.780 INFO O| Aug 12 23:40:11.780 INFO STEP 254 (remove_files) COMPLETE
60062026-08-12T23:40:12.307Z[ recovery-image] Aug 12 23:40:11.780 INFO O| Aug 12 23:40:11.780 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-12T23:40:12.315Z[ recovery-image] Aug 12 23:40:11.788 INFO O| Aug 12 23:40:11.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60082026-08-12T23:40:12.318Z[ recovery-image] Aug 12 23:40:11.788 INFO O| Aug 12 23:40:11.788 INFO STEP 255 (remove_files) COMPLETE
60092026-08-12T23:40:12.318Z[ recovery-image] Aug 12 23:40:11.788 INFO O| Aug 12 23:40:11.788 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-12T23:40:12.323Z[ recovery-image] Aug 12 23:40:11.796 INFO O| Aug 12 23:40:11.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60112026-08-12T23:40:12.323Z[ recovery-image] Aug 12 23:40:11.796 INFO O| Aug 12 23:40:11.796 INFO STEP 256 (remove_files) COMPLETE
60122026-08-12T23:40:12.327Z[ recovery-image] Aug 12 23:40:11.796 INFO O| Aug 12 23:40:11.796 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-12T23:40:12.330Z[ recovery-image] Aug 12 23:40:11.803 INFO O| Aug 12 23:40:11.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60142026-08-12T23:40:12.330Z[ recovery-image] Aug 12 23:40:11.803 INFO O| Aug 12 23:40:11.803 INFO STEP 257 (remove_files) COMPLETE
60152026-08-12T23:40:12.330Z[ recovery-image] Aug 12 23:40:11.803 INFO O| Aug 12 23:40:11.803 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-12T23:40:12.338Z[ recovery-image] Aug 12 23:40:11.811 INFO O| Aug 12 23:40:11.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60172026-08-12T23:40:12.338Z[ recovery-image] Aug 12 23:40:11.811 INFO O| Aug 12 23:40:11.811 INFO STEP 258 (remove_files) COMPLETE
60182026-08-12T23:40:12.338Z[ recovery-image] Aug 12 23:40:11.811 INFO O| Aug 12 23:40:11.811 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-12T23:40:12.345Z[ recovery-image] Aug 12 23:40:11.818 INFO O| Aug 12 23:40:11.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60202026-08-12T23:40:12.350Z[ recovery-image] Aug 12 23:40:11.819 INFO O| Aug 12 23:40:11.819 INFO STEP 259 (remove_files) COMPLETE
60212026-08-12T23:40:12.350Z[ recovery-image] Aug 12 23:40:11.819 INFO O| Aug 12 23:40:11.819 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-12T23:40:12.354Z[ recovery-image] Aug 12 23:40:11.828 INFO O| Aug 12 23:40:11.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60232026-08-12T23:40:12.354Z[ recovery-image] Aug 12 23:40:11.828 INFO O| Aug 12 23:40:11.828 INFO STEP 260 (remove_files) COMPLETE
60242026-08-12T23:40:12.358Z[ recovery-image] Aug 12 23:40:11.828 INFO O| Aug 12 23:40:11.828 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-12T23:40:12.363Z[ recovery-image] Aug 12 23:40:11.836 INFO O| Aug 12 23:40:11.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60262026-08-12T23:40:12.363Z[ recovery-image] Aug 12 23:40:11.836 INFO O| Aug 12 23:40:11.836 INFO STEP 261 (remove_files) COMPLETE
60272026-08-12T23:40:12.363Z[ recovery-image] Aug 12 23:40:11.836 INFO O| Aug 12 23:40:11.836 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-12T23:40:12.371Z[ recovery-image] Aug 12 23:40:11.845 INFO O| Aug 12 23:40:11.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60292026-08-12T23:40:12.372Z[ recovery-image] Aug 12 23:40:11.845 INFO O| Aug 12 23:40:11.845 INFO STEP 262 (remove_files) COMPLETE
60302026-08-12T23:40:12.376Z[ recovery-image] Aug 12 23:40:11.845 INFO O| Aug 12 23:40:11.845 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-12T23:40:12.384Z[ recovery-image] Aug 12 23:40:11.854 INFO O| Aug 12 23:40:11.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60322026-08-12T23:40:12.384Z[ recovery-image] Aug 12 23:40:11.854 INFO O| Aug 12 23:40:11.854 INFO STEP 263 (remove_files) COMPLETE
60332026-08-12T23:40:12.384Z[ recovery-image] Aug 12 23:40:11.854 INFO O| Aug 12 23:40:11.854 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-12T23:40:12.390Z[ recovery-image] Aug 12 23:40:11.863 INFO O| Aug 12 23:40:11.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60352026-08-12T23:40:12.390Z[ recovery-image] Aug 12 23:40:11.863 INFO O| Aug 12 23:40:11.863 INFO STEP 264 (remove_files) COMPLETE
60362026-08-12T23:40:12.390Z[ recovery-image] Aug 12 23:40:11.863 INFO O| Aug 12 23:40:11.863 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-12T23:40:12.400Z[ recovery-image] Aug 12 23:40:11.873 INFO O| Aug 12 23:40:11.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60382026-08-12T23:40:12.400Z[ recovery-image] Aug 12 23:40:11.873 INFO O| Aug 12 23:40:11.873 INFO STEP 265 (remove_files) COMPLETE
60392026-08-12T23:40:12.400Z[ recovery-image] Aug 12 23:40:11.873 INFO O| Aug 12 23:40:11.873 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-12T23:40:12.409Z[ recovery-image] Aug 12 23:40:11.882 INFO O| Aug 12 23:40:11.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60412026-08-12T23:40:12.433Z[ recovery-image] Aug 12 23:40:11.883 INFO O| Aug 12 23:40:11.883 INFO STEP 266 (remove_files) COMPLETE
60422026-08-12T23:40:12.433Z[ recovery-image] Aug 12 23:40:11.883 INFO O| Aug 12 23:40:11.883 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-12T23:40:12.438Z[ recovery-image] Aug 12 23:40:11.893 INFO O| Aug 12 23:40:11.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60442026-08-12T23:40:12.438Z[ recovery-image] Aug 12 23:40:11.893 INFO O| Aug 12 23:40:11.893 INFO STEP 267 (remove_files) COMPLETE
60452026-08-12T23:40:12.438Z[ recovery-image] Aug 12 23:40:11.893 INFO O| Aug 12 23:40:11.893 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-12T23:40:12.438Z[ recovery-image] Aug 12 23:40:11.902 INFO O| Aug 12 23:40:11.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60472026-08-12T23:40:12.438Z[ recovery-image] Aug 12 23:40:11.902 INFO O| Aug 12 23:40:11.902 INFO STEP 268 (remove_files) COMPLETE
60482026-08-12T23:40:12.438Z[ recovery-image] Aug 12 23:40:11.902 INFO O| Aug 12 23:40:11.902 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-12T23:40:12.443Z[ recovery-image] Aug 12 23:40:11.912 INFO O| Aug 12 23:40:11.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60502026-08-12T23:40:12.443Z[ recovery-image] Aug 12 23:40:11.912 INFO O| Aug 12 23:40:11.912 INFO STEP 269 (remove_files) COMPLETE
60512026-08-12T23:40:12.443Z[ recovery-image] Aug 12 23:40:11.912 INFO O| Aug 12 23:40:11.912 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-12T23:40:12.447Z[ recovery-image] Aug 12 23:40:11.921 INFO O| Aug 12 23:40:11.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60532026-08-12T23:40:12.447Z[ recovery-image] Aug 12 23:40:11.921 INFO O| Aug 12 23:40:11.921 INFO STEP 270 (remove_files) COMPLETE
60542026-08-12T23:40:12.447Z[ recovery-image] Aug 12 23:40:11.921 INFO O| Aug 12 23:40:11.921 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-12T23:40:12.457Z[ recovery-image] Aug 12 23:40:11.930 INFO O| Aug 12 23:40:11.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60562026-08-12T23:40:12.466Z[ recovery-image] Aug 12 23:40:11.932 INFO O| Aug 12 23:40:11.932 INFO STEP 271 (remove_files) COMPLETE
60572026-08-12T23:40:12.466Z[ recovery-image] Aug 12 23:40:11.932 INFO O| Aug 12 23:40:11.932 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-12T23:40:12.475Z[ recovery-image] Aug 12 23:40:11.941 INFO O| Aug 12 23:40:11.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60592026-08-12T23:40:12.475Z[ recovery-image] Aug 12 23:40:11.941 INFO O| Aug 12 23:40:11.941 INFO STEP 272 (remove_files) COMPLETE
60602026-08-12T23:40:12.475Z[ recovery-image] Aug 12 23:40:11.941 INFO O| Aug 12 23:40:11.941 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-12T23:40:12.479Z[ recovery-image] Aug 12 23:40:11.950 INFO O| Aug 12 23:40:11.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60622026-08-12T23:40:12.479Z[ recovery-image] Aug 12 23:40:11.951 INFO O| Aug 12 23:40:11.951 INFO STEP 273 (remove_files) COMPLETE
60632026-08-12T23:40:12.479Z[ recovery-image] Aug 12 23:40:11.951 INFO O| Aug 12 23:40:11.951 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-12T23:40:12.487Z[ recovery-image] Aug 12 23:40:11.960 INFO O| Aug 12 23:40:11.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60652026-08-12T23:40:12.487Z[ recovery-image] Aug 12 23:40:11.960 INFO O| Aug 12 23:40:11.960 INFO STEP 274 (remove_files) COMPLETE
60662026-08-12T23:40:12.487Z[ recovery-image] Aug 12 23:40:11.960 INFO O| Aug 12 23:40:11.960 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-12T23:40:12.496Z[ recovery-image] Aug 12 23:40:11.969 INFO O| Aug 12 23:40:11.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60682026-08-12T23:40:12.496Z[ recovery-image] Aug 12 23:40:11.969 INFO O| Aug 12 23:40:11.969 INFO STEP 275 (remove_files) COMPLETE
60692026-08-12T23:40:12.496Z[ recovery-image] Aug 12 23:40:11.969 INFO O| Aug 12 23:40:11.969 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-12T23:40:12.506Z[ recovery-image] Aug 12 23:40:11.979 INFO O| Aug 12 23:40:11.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60712026-08-12T23:40:12.506Z[ recovery-image] Aug 12 23:40:11.979 INFO O| Aug 12 23:40:11.979 INFO STEP 276 (remove_files) COMPLETE
60722026-08-12T23:40:12.506Z[ recovery-image] Aug 12 23:40:11.979 INFO O| Aug 12 23:40:11.979 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-12T23:40:12.518Z[ recovery-image] Aug 12 23:40:11.989 INFO O| Aug 12 23:40:11.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60742026-08-12T23:40:12.518Z[ recovery-image] Aug 12 23:40:11.989 INFO O| Aug 12 23:40:11.989 INFO STEP 277 (remove_files) COMPLETE
60752026-08-12T23:40:12.518Z[ recovery-image] Aug 12 23:40:11.989 INFO O| Aug 12 23:40:11.989 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-12T23:40:12.536Z[ recovery-image] Aug 12 23:40:11.998 INFO O| Aug 12 23:40:11.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60772026-08-12T23:40:12.536Z[ recovery-image] Aug 12 23:40:11.998 INFO O| Aug 12 23:40:11.998 INFO STEP 278 (remove_files) COMPLETE
60782026-08-12T23:40:12.536Z[ recovery-image] Aug 12 23:40:11.998 INFO O| Aug 12 23:40:11.998 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-12T23:40:12.540Z[ recovery-image] Aug 12 23:40:12.012 INFO O| Aug 12 23:40:12.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60802026-08-12T23:40:12.541Z[ recovery-image] Aug 12 23:40:12.012 INFO O| Aug 12 23:40:12.012 INFO STEP 279 (remove_files) COMPLETE
60812026-08-12T23:40:12.541Z[ recovery-image] Aug 12 23:40:12.012 INFO O| Aug 12 23:40:12.012 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-12T23:40:12.556Z[ recovery-image] Aug 12 23:40:12.021 INFO O| Aug 12 23:40:12.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60832026-08-12T23:40:12.556Z[ recovery-image] Aug 12 23:40:12.021 INFO O| Aug 12 23:40:12.021 INFO STEP 280 (remove_files) COMPLETE
60842026-08-12T23:40:12.560Z[ recovery-image] Aug 12 23:40:12.021 INFO O| Aug 12 23:40:12.021 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-12T23:40:12.560Z[ recovery-image] Aug 12 23:40:12.030 INFO O| Aug 12 23:40:12.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60862026-08-12T23:40:12.560Z[ recovery-image] Aug 12 23:40:12.030 INFO O| Aug 12 23:40:12.030 INFO STEP 281 (remove_files) COMPLETE
60872026-08-12T23:40:12.560Z[ recovery-image] Aug 12 23:40:12.030 INFO O| Aug 12 23:40:12.030 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-12T23:40:12.565Z[ recovery-image] Aug 12 23:40:12.038 INFO O| Aug 12 23:40:12.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60892026-08-12T23:40:12.565Z[ recovery-image] Aug 12 23:40:12.038 INFO O| Aug 12 23:40:12.038 INFO STEP 282 (remove_files) COMPLETE
60902026-08-12T23:40:12.565Z[ recovery-image] Aug 12 23:40:12.038 INFO O| Aug 12 23:40:12.038 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-12T23:40:12.575Z[ recovery-image] Aug 12 23:40:12.048 INFO O| Aug 12 23:40:12.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60922026-08-12T23:40:12.575Z[ recovery-image] Aug 12 23:40:12.048 INFO O| Aug 12 23:40:12.048 INFO STEP 283 (remove_files) COMPLETE
60932026-08-12T23:40:12.576Z[ recovery-image] Aug 12 23:40:12.048 INFO O| Aug 12 23:40:12.048 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-12T23:40:12.584Z[ recovery-image] Aug 12 23:40:12.058 INFO O| Aug 12 23:40:12.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60952026-08-12T23:40:12.584Z[ recovery-image] Aug 12 23:40:12.058 INFO O| Aug 12 23:40:12.058 INFO STEP 284 (remove_files) COMPLETE
60962026-08-12T23:40:12.590Z[ recovery-image] Aug 12 23:40:12.058 INFO O| Aug 12 23:40:12.058 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-12T23:40:12.593Z[ recovery-image] Aug 12 23:40:12.067 INFO O| Aug 12 23:40:12.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60982026-08-12T23:40:12.593Z[ recovery-image] Aug 12 23:40:12.067 INFO O| Aug 12 23:40:12.067 INFO STEP 285 (remove_files) COMPLETE
60992026-08-12T23:40:12.593Z[ recovery-image] Aug 12 23:40:12.067 INFO O| Aug 12 23:40:12.067 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-12T23:40:12.603Z[ recovery-image] Aug 12 23:40:12.076 INFO O| Aug 12 23:40:12.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61012026-08-12T23:40:12.603Z[ recovery-image] Aug 12 23:40:12.076 INFO O| Aug 12 23:40:12.076 INFO STEP 286 (remove_files) COMPLETE
61022026-08-12T23:40:12.603Z[ recovery-image] Aug 12 23:40:12.076 INFO O| Aug 12 23:40:12.076 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-12T23:40:12.613Z[ recovery-image] Aug 12 23:40:12.086 INFO O| Aug 12 23:40:12.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61042026-08-12T23:40:12.613Z[ recovery-image] Aug 12 23:40:12.086 INFO O| Aug 12 23:40:12.086 INFO STEP 287 (remove_files) COMPLETE
61052026-08-12T23:40:12.613Z[ recovery-image] Aug 12 23:40:12.086 INFO O| Aug 12 23:40:12.086 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-12T23:40:12.621Z[ recovery-image] Aug 12 23:40:12.094 INFO O| Aug 12 23:40:12.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61072026-08-12T23:40:12.621Z[ recovery-image] Aug 12 23:40:12.094 INFO O| Aug 12 23:40:12.094 INFO STEP 288 (remove_files) COMPLETE
61082026-08-12T23:40:12.626Z[ recovery-image] Aug 12 23:40:12.094 INFO O| Aug 12 23:40:12.094 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-12T23:40:12.631Z[ recovery-image] Aug 12 23:40:12.103 INFO O| Aug 12 23:40:12.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61102026-08-12T23:40:12.631Z[ recovery-image] Aug 12 23:40:12.103 INFO O| Aug 12 23:40:12.103 INFO STEP 289 (remove_files) COMPLETE
61112026-08-12T23:40:12.631Z[ recovery-image] Aug 12 23:40:12.103 INFO O| Aug 12 23:40:12.103 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-12T23:40:12.638Z[ recovery-image] Aug 12 23:40:12.111 INFO O| Aug 12 23:40:12.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61132026-08-12T23:40:12.638Z[ recovery-image] Aug 12 23:40:12.111 INFO O| Aug 12 23:40:12.111 INFO STEP 290 (remove_files) COMPLETE
61142026-08-12T23:40:12.638Z[ recovery-image] Aug 12 23:40:12.111 INFO O| Aug 12 23:40:12.111 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-12T23:40:12.647Z[ recovery-image] Aug 12 23:40:12.120 INFO O| Aug 12 23:40:12.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61162026-08-12T23:40:12.647Z[ recovery-image] Aug 12 23:40:12.120 INFO O| Aug 12 23:40:12.120 INFO STEP 291 (remove_files) COMPLETE
61172026-08-12T23:40:12.647Z[ recovery-image] Aug 12 23:40:12.120 INFO O| Aug 12 23:40:12.120 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-12T23:40:12.655Z[ recovery-image] Aug 12 23:40:12.128 INFO O| Aug 12 23:40:12.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61192026-08-12T23:40:12.655Z[ recovery-image] Aug 12 23:40:12.128 INFO O| Aug 12 23:40:12.128 INFO STEP 292 (remove_files) COMPLETE
61202026-08-12T23:40:12.655Z[ recovery-image] Aug 12 23:40:12.128 INFO O| Aug 12 23:40:12.128 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-12T23:40:12.666Z[ recovery-image] Aug 12 23:40:12.139 INFO O| Aug 12 23:40:12.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61222026-08-12T23:40:12.666Z[ recovery-image] Aug 12 23:40:12.139 INFO O| Aug 12 23:40:12.139 INFO STEP 293 (remove_files) COMPLETE
61232026-08-12T23:40:12.668Z[ recovery-image] Aug 12 23:40:12.139 INFO O| Aug 12 23:40:12.139 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-12T23:40:12.676Z[ recovery-image] Aug 12 23:40:12.149 INFO O| Aug 12 23:40:12.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61252026-08-12T23:40:12.676Z[ recovery-image] Aug 12 23:40:12.149 INFO O| Aug 12 23:40:12.149 INFO STEP 294 (remove_files) COMPLETE
61262026-08-12T23:40:12.679Z[ recovery-image] Aug 12 23:40:12.149 INFO O| Aug 12 23:40:12.149 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-12T23:40:12.685Z[ recovery-image] Aug 12 23:40:12.158 INFO O| Aug 12 23:40:12.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61282026-08-12T23:40:12.685Z[ recovery-image] Aug 12 23:40:12.158 INFO O| Aug 12 23:40:12.158 INFO STEP 295 (remove_files) COMPLETE
61292026-08-12T23:40:12.685Z[ recovery-image] Aug 12 23:40:12.158 INFO O| Aug 12 23:40:12.158 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-12T23:40:12.694Z[ recovery-image] Aug 12 23:40:12.167 INFO O| Aug 12 23:40:12.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61312026-08-12T23:40:12.694Z[ recovery-image] Aug 12 23:40:12.167 INFO O| Aug 12 23:40:12.167 INFO STEP 296 (remove_files) COMPLETE
61322026-08-12T23:40:12.698Z[ recovery-image] Aug 12 23:40:12.167 INFO O| Aug 12 23:40:12.167 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-12T23:40:12.704Z[ recovery-image] Aug 12 23:40:12.178 INFO O| Aug 12 23:40:12.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61342026-08-12T23:40:12.704Z[ recovery-image] Aug 12 23:40:12.178 INFO O| Aug 12 23:40:12.178 INFO STEP 297 (remove_files) COMPLETE
61352026-08-12T23:40:12.704Z[ recovery-image] Aug 12 23:40:12.178 INFO O| Aug 12 23:40:12.178 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-12T23:40:12.715Z[ recovery-image] Aug 12 23:40:12.188 INFO O| Aug 12 23:40:12.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61372026-08-12T23:40:12.715Z[ recovery-image] Aug 12 23:40:12.188 INFO O| Aug 12 23:40:12.188 INFO STEP 298 (remove_files) COMPLETE
61382026-08-12T23:40:12.718Z[ recovery-image] Aug 12 23:40:12.188 INFO O| Aug 12 23:40:12.188 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-12T23:40:12.723Z[ recovery-image] Aug 12 23:40:12.196 INFO O| Aug 12 23:40:12.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61402026-08-12T23:40:12.723Z[ recovery-image] Aug 12 23:40:12.196 INFO O| Aug 12 23:40:12.196 INFO STEP 299 (remove_files) COMPLETE
61412026-08-12T23:40:12.723Z[ recovery-image] Aug 12 23:40:12.196 INFO O| Aug 12 23:40:12.196 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-12T23:40:12.732Z[ recovery-image] Aug 12 23:40:12.206 INFO O| Aug 12 23:40:12.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61432026-08-12T23:40:12.733Z[ recovery-image] Aug 12 23:40:12.206 INFO O| Aug 12 23:40:12.206 INFO STEP 300 (remove_files) COMPLETE
61442026-08-12T23:40:12.733Z[ recovery-image] Aug 12 23:40:12.206 INFO O| Aug 12 23:40:12.206 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-12T23:40:12.742Z[ recovery-image] Aug 12 23:40:12.215 INFO O| Aug 12 23:40:12.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61462026-08-12T23:40:12.742Z[ recovery-image] Aug 12 23:40:12.215 INFO O| Aug 12 23:40:12.215 INFO STEP 301 (remove_files) COMPLETE
61472026-08-12T23:40:12.742Z[ recovery-image] Aug 12 23:40:12.215 INFO O| Aug 12 23:40:12.215 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-12T23:40:12.746Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
61492026-08-12T23:40:12.750Z[ recovery-image] Aug 12 23:40:12.224 INFO O| Aug 12 23:40:12.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61502026-08-12T23:40:12.750Z[ recovery-image] Aug 12 23:40:12.224 INFO O| Aug 12 23:40:12.224 INFO STEP 302 (remove_files) COMPLETE
61512026-08-12T23:40:12.756Z[ recovery-image] Aug 12 23:40:12.224 INFO O| Aug 12 23:40:12.224 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-12T23:40:12.762Z[ recovery-image] Aug 12 23:40:12.232 INFO O| Aug 12 23:40:12.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61532026-08-12T23:40:12.762Z[ recovery-image] Aug 12 23:40:12.232 INFO O| Aug 12 23:40:12.232 INFO STEP 303 (remove_files) COMPLETE
61542026-08-12T23:40:12.762Z[ recovery-image] Aug 12 23:40:12.232 INFO O| Aug 12 23:40:12.232 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-12T23:40:12.767Z[ recovery-image] Aug 12 23:40:12.240 INFO O| Aug 12 23:40:12.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61562026-08-12T23:40:12.767Z[ recovery-image] Aug 12 23:40:12.240 INFO O| Aug 12 23:40:12.240 INFO STEP 304 (remove_files) COMPLETE
61572026-08-12T23:40:12.767Z[ recovery-image] Aug 12 23:40:12.240 INFO O| Aug 12 23:40:12.240 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-12T23:40:12.782Z[ recovery-image] Aug 12 23:40:12.250 INFO O| Aug 12 23:40:12.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61592026-08-12T23:40:12.782Z[ recovery-image] Aug 12 23:40:12.250 INFO O| Aug 12 23:40:12.250 INFO STEP 305 (remove_files) COMPLETE
61602026-08-12T23:40:12.782Z[ recovery-image] Aug 12 23:40:12.250 INFO O| Aug 12 23:40:12.250 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-12T23:40:12.787Z[ recovery-image] Aug 12 23:40:12.261 INFO O| Aug 12 23:40:12.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61622026-08-12T23:40:12.787Z[ recovery-image] Aug 12 23:40:12.261 INFO O| Aug 12 23:40:12.261 INFO STEP 306 (remove_files) COMPLETE
61632026-08-12T23:40:12.791Z[ recovery-image] Aug 12 23:40:12.261 INFO O| Aug 12 23:40:12.261 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-12T23:40:12.797Z[ recovery-image] Aug 12 23:40:12.270 INFO O| Aug 12 23:40:12.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61652026-08-12T23:40:12.797Z[ recovery-image] Aug 12 23:40:12.270 INFO O| Aug 12 23:40:12.270 INFO STEP 307 (remove_files) COMPLETE
61662026-08-12T23:40:12.799Z[ recovery-image] Aug 12 23:40:12.270 INFO O| Aug 12 23:40:12.270 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-12T23:40:12.807Z[ recovery-image] Aug 12 23:40:12.280 INFO O| Aug 12 23:40:12.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61682026-08-12T23:40:12.807Z[ recovery-image] Aug 12 23:40:12.280 INFO O| Aug 12 23:40:12.280 INFO STEP 308 (remove_files) COMPLETE
61692026-08-12T23:40:12.807Z[ recovery-image] Aug 12 23:40:12.280 INFO O| Aug 12 23:40:12.280 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-12T23:40:12.816Z[ recovery-image] Aug 12 23:40:12.290 INFO O| Aug 12 23:40:12.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61712026-08-12T23:40:12.817Z[ recovery-image] Aug 12 23:40:12.290 INFO O| Aug 12 23:40:12.290 INFO STEP 309 (remove_files) COMPLETE
61722026-08-12T23:40:12.817Z[ recovery-image] Aug 12 23:40:12.290 INFO O| Aug 12 23:40:12.290 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-12T23:40:12.827Z[ recovery-image] Aug 12 23:40:12.300 INFO O| Aug 12 23:40:12.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61742026-08-12T23:40:12.827Z[ recovery-image] Aug 12 23:40:12.300 INFO O| Aug 12 23:40:12.300 INFO STEP 310 (remove_files) COMPLETE
61752026-08-12T23:40:12.827Z[ recovery-image] Aug 12 23:40:12.300 INFO O| Aug 12 23:40:12.300 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-12T23:40:12.852Z[ recovery-image] Aug 12 23:40:12.325 INFO O| Aug 12 23:40:12.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61772026-08-12T23:40:12.852Z[ recovery-image] Aug 12 23:40:12.325 INFO O| Aug 12 23:40:12.325 INFO STEP 311 (remove_files) COMPLETE
61782026-08-12T23:40:12.852Z[ recovery-image] Aug 12 23:40:12.325 INFO O| Aug 12 23:40:12.325 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-12T23:40:12.861Z[ recovery-image] Aug 12 23:40:12.334 INFO O| Aug 12 23:40:12.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61802026-08-12T23:40:12.861Z[ recovery-image] Aug 12 23:40:12.335 INFO O| Aug 12 23:40:12.335 INFO STEP 312 (remove_files) COMPLETE
61812026-08-12T23:40:12.861Z[ recovery-image] Aug 12 23:40:12.335 INFO O| Aug 12 23:40:12.335 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-12T23:40:12.871Z[ recovery-image] Aug 12 23:40:12.343 INFO O| Aug 12 23:40:12.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61832026-08-12T23:40:12.871Z[ recovery-image] Aug 12 23:40:12.343 INFO O| Aug 12 23:40:12.343 INFO STEP 313 (remove_files) COMPLETE
61842026-08-12T23:40:12.871Z[ recovery-image] Aug 12 23:40:12.343 INFO O| Aug 12 23:40:12.343 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-12T23:40:12.879Z[ recovery-image] Aug 12 23:40:12.352 INFO O| Aug 12 23:40:12.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61862026-08-12T23:40:12.884Z[ recovery-image] Aug 12 23:40:12.353 INFO O| Aug 12 23:40:12.353 INFO STEP 314 (remove_files) COMPLETE
61872026-08-12T23:40:12.884Z[ recovery-image] Aug 12 23:40:12.353 INFO O| Aug 12 23:40:12.353 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-12T23:40:12.891Z[ recovery-image] Aug 12 23:40:12.364 INFO O| Aug 12 23:40:12.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61892026-08-12T23:40:12.891Z[ recovery-image] Aug 12 23:40:12.364 INFO O| Aug 12 23:40:12.364 INFO STEP 315 (remove_files) COMPLETE
61902026-08-12T23:40:12.895Z[ recovery-image] Aug 12 23:40:12.364 INFO O| Aug 12 23:40:12.364 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-12T23:40:12.901Z[ recovery-image] Aug 12 23:40:12.373 INFO O| Aug 12 23:40:12.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61922026-08-12T23:40:12.901Z[ recovery-image] Aug 12 23:40:12.373 INFO O| Aug 12 23:40:12.373 INFO STEP 316 (remove_files) COMPLETE
61932026-08-12T23:40:12.903Z[ recovery-image] Aug 12 23:40:12.373 INFO O| Aug 12 23:40:12.373 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-12T23:40:12.909Z[ recovery-image] Aug 12 23:40:12.382 INFO O| Aug 12 23:40:12.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61952026-08-12T23:40:12.909Z[ recovery-image] Aug 12 23:40:12.383 INFO O| Aug 12 23:40:12.383 INFO STEP 317 (remove_files) COMPLETE
61962026-08-12T23:40:12.909Z[ recovery-image] Aug 12 23:40:12.383 INFO O| Aug 12 23:40:12.383 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-12T23:40:12.920Z[ recovery-image] Aug 12 23:40:12.393 INFO O| Aug 12 23:40:12.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61982026-08-12T23:40:12.920Z[ recovery-image] Aug 12 23:40:12.393 INFO O| Aug 12 23:40:12.393 INFO STEP 318 (remove_files) COMPLETE
61992026-08-12T23:40:12.924Z[ recovery-image] Aug 12 23:40:12.393 INFO O| Aug 12 23:40:12.393 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-12T23:40:12.931Z[ recovery-image] Aug 12 23:40:12.404 INFO O| Aug 12 23:40:12.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62012026-08-12T23:40:12.931Z[ recovery-image] Aug 12 23:40:12.404 INFO O| Aug 12 23:40:12.404 INFO STEP 319 (remove_files) COMPLETE
62022026-08-12T23:40:12.931Z[ recovery-image] Aug 12 23:40:12.404 INFO O| Aug 12 23:40:12.404 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-12T23:40:12.940Z[ recovery-image] Aug 12 23:40:12.413 INFO O| Aug 12 23:40:12.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62042026-08-12T23:40:12.940Z[ recovery-image] Aug 12 23:40:12.413 INFO O| Aug 12 23:40:12.413 INFO STEP 320 (remove_files) COMPLETE
62052026-08-12T23:40:12.945Z[ recovery-image] Aug 12 23:40:12.413 INFO O| Aug 12 23:40:12.413 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-12T23:40:12.950Z[ recovery-image] Aug 12 23:40:12.422 INFO O| Aug 12 23:40:12.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62072026-08-12T23:40:12.951Z[ recovery-image] Aug 12 23:40:12.422 INFO O| Aug 12 23:40:12.422 INFO STEP 321 (remove_files) COMPLETE
62082026-08-12T23:40:12.951Z[ recovery-image] Aug 12 23:40:12.422 INFO O| Aug 12 23:40:12.422 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-12T23:40:12.960Z[ recovery-image] Aug 12 23:40:12.433 INFO O| Aug 12 23:40:12.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62102026-08-12T23:40:12.960Z[ recovery-image] Aug 12 23:40:12.433 INFO O| Aug 12 23:40:12.433 INFO STEP 322 (remove_files) COMPLETE
62112026-08-12T23:40:12.960Z[ recovery-image] Aug 12 23:40:12.433 INFO O| Aug 12 23:40:12.433 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-12T23:40:12.965Z[verify-libraries] Compiling russh-util v0.52.0
62132026-08-12T23:40:12.969Z[ recovery-image] Aug 12 23:40:12.442 INFO O| Aug 12 23:40:12.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62142026-08-12T23:40:12.969Z[ recovery-image] Aug 12 23:40:12.442 INFO O| Aug 12 23:40:12.442 INFO STEP 323 (remove_files) COMPLETE
62152026-08-12T23:40:12.969Z[ recovery-image] Aug 12 23:40:12.442 INFO O| Aug 12 23:40:12.442 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-12T23:40:12.979Z[ recovery-image] Aug 12 23:40:12.453 INFO O| Aug 12 23:40:12.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62172026-08-12T23:40:12.980Z[ recovery-image] Aug 12 23:40:12.453 INFO O| Aug 12 23:40:12.453 INFO STEP 324 (remove_files) COMPLETE
62182026-08-12T23:40:12.983Z[ recovery-image] Aug 12 23:40:12.453 INFO O| Aug 12 23:40:12.453 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-12T23:40:12.989Z[ recovery-image] Aug 12 23:40:12.462 INFO O| Aug 12 23:40:12.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62202026-08-12T23:40:12.989Z[ recovery-image] Aug 12 23:40:12.462 INFO O| Aug 12 23:40:12.462 INFO STEP 325 (remove_files) COMPLETE
62212026-08-12T23:40:12.989Z[ recovery-image] Aug 12 23:40:12.462 INFO O| Aug 12 23:40:12.462 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-12T23:40:12.998Z[ recovery-image] Aug 12 23:40:12.471 INFO O| Aug 12 23:40:12.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62232026-08-12T23:40:12.998Z[ recovery-image] Aug 12 23:40:12.471 INFO O| Aug 12 23:40:12.471 INFO STEP 326 (remove_files) COMPLETE
62242026-08-12T23:40:13.001Z[ recovery-image] Aug 12 23:40:12.471 INFO O| Aug 12 23:40:12.471 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-12T23:40:13.005Z[ recovery-image] Aug 12 23:40:12.479 INFO O| Aug 12 23:40:12.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62262026-08-12T23:40:13.005Z[ recovery-image] Aug 12 23:40:12.479 INFO O| Aug 12 23:40:12.479 INFO STEP 327 (remove_files) COMPLETE
62272026-08-12T23:40:13.005Z[ recovery-image] Aug 12 23:40:12.479 INFO O| Aug 12 23:40:12.479 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-12T23:40:13.015Z[ recovery-image] Aug 12 23:40:12.488 INFO O| Aug 12 23:40:12.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62292026-08-12T23:40:13.015Z[ recovery-image] Aug 12 23:40:12.488 INFO O| Aug 12 23:40:12.488 INFO STEP 328 (remove_files) COMPLETE
62302026-08-12T23:40:13.015Z[ recovery-image] Aug 12 23:40:12.488 INFO O| Aug 12 23:40:12.488 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-12T23:40:13.025Z[ recovery-image] Aug 12 23:40:12.498 INFO O| Aug 12 23:40:12.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62322026-08-12T23:40:13.025Z[ recovery-image] Aug 12 23:40:12.498 INFO O| Aug 12 23:40:12.498 INFO STEP 329 (remove_files) COMPLETE
62332026-08-12T23:40:13.029Z[ recovery-image] Aug 12 23:40:12.498 INFO O| Aug 12 23:40:12.498 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-12T23:40:13.036Z[ recovery-image] Aug 12 23:40:12.509 INFO O| Aug 12 23:40:12.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62352026-08-12T23:40:13.036Z[ recovery-image] Aug 12 23:40:12.509 INFO O| Aug 12 23:40:12.509 INFO STEP 330 (remove_files) COMPLETE
62362026-08-12T23:40:13.037Z[ recovery-image] Aug 12 23:40:12.509 INFO O| Aug 12 23:40:12.509 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-12T23:40:13.045Z[ recovery-image] Aug 12 23:40:12.518 INFO O| Aug 12 23:40:12.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62382026-08-12T23:40:13.045Z[ recovery-image] Aug 12 23:40:12.518 INFO O| Aug 12 23:40:12.518 INFO STEP 331 (remove_files) COMPLETE
62392026-08-12T23:40:13.046Z[ recovery-image] Aug 12 23:40:12.518 INFO O| Aug 12 23:40:12.518 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-12T23:40:13.054Z[ recovery-image] Aug 12 23:40:12.527 INFO O| Aug 12 23:40:12.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62412026-08-12T23:40:13.058Z[ recovery-image] Aug 12 23:40:12.528 INFO O| Aug 12 23:40:12.528 INFO STEP 332 (remove_files) COMPLETE
62422026-08-12T23:40:13.060Z[ recovery-image] Aug 12 23:40:12.528 INFO O| Aug 12 23:40:12.528 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-12T23:40:13.064Z[ recovery-image] Aug 12 23:40:12.538 INFO O| Aug 12 23:40:12.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62442026-08-12T23:40:13.067Z[ recovery-image] Aug 12 23:40:12.538 INFO O| Aug 12 23:40:12.538 INFO STEP 333 (remove_files) COMPLETE
62452026-08-12T23:40:13.068Z[ recovery-image] Aug 12 23:40:12.538 INFO O| Aug 12 23:40:12.538 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-12T23:40:13.078Z[ recovery-image] Aug 12 23:40:12.551 INFO O| Aug 12 23:40:12.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62472026-08-12T23:40:13.078Z[ recovery-image] Aug 12 23:40:12.551 INFO O| Aug 12 23:40:12.551 INFO STEP 334 (remove_files) COMPLETE
62482026-08-12T23:40:13.078Z[ recovery-image] Aug 12 23:40:12.551 INFO O| Aug 12 23:40:12.551 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-12T23:40:13.088Z[ recovery-image] Aug 12 23:40:12.561 INFO O| Aug 12 23:40:12.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62502026-08-12T23:40:13.089Z[ recovery-image] Aug 12 23:40:12.561 INFO O| Aug 12 23:40:12.561 INFO STEP 335 (remove_files) COMPLETE
62512026-08-12T23:40:13.089Z[ recovery-image] Aug 12 23:40:12.561 INFO O| Aug 12 23:40:12.561 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-12T23:40:13.097Z[ recovery-image] Aug 12 23:40:12.570 INFO O| Aug 12 23:40:12.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62532026-08-12T23:40:13.097Z[ recovery-image] Aug 12 23:40:12.570 INFO O| Aug 12 23:40:12.570 INFO STEP 336 (remove_files) COMPLETE
62542026-08-12T23:40:13.097Z[ recovery-image] Aug 12 23:40:12.570 INFO O| Aug 12 23:40:12.570 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-12T23:40:13.107Z[ recovery-image] Aug 12 23:40:12.579 INFO O| Aug 12 23:40:12.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62562026-08-12T23:40:13.107Z[ recovery-image] Aug 12 23:40:12.579 INFO O| Aug 12 23:40:12.579 INFO STEP 337 (remove_files) COMPLETE
62572026-08-12T23:40:13.107Z[ recovery-image] Aug 12 23:40:12.579 INFO O| Aug 12 23:40:12.579 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-12T23:40:13.116Z[ recovery-image] Aug 12 23:40:12.588 INFO O| Aug 12 23:40:12.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62592026-08-12T23:40:13.116Z[ recovery-image] Aug 12 23:40:12.588 INFO O| Aug 12 23:40:12.588 INFO STEP 338 (remove_files) COMPLETE
62602026-08-12T23:40:13.120Z[ recovery-image] Aug 12 23:40:12.588 INFO O| Aug 12 23:40:12.588 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-12T23:40:13.124Z[ recovery-image] Aug 12 23:40:12.597 INFO O| Aug 12 23:40:12.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62622026-08-12T23:40:13.124Z[ recovery-image] Aug 12 23:40:12.597 INFO O| Aug 12 23:40:12.597 INFO STEP 339 (remove_files) COMPLETE
62632026-08-12T23:40:13.124Z[ recovery-image] Aug 12 23:40:12.597 INFO O| Aug 12 23:40:12.597 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-12T23:40:13.136Z[ recovery-image] Aug 12 23:40:12.609 INFO O| Aug 12 23:40:12.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62652026-08-12T23:40:13.136Z[ recovery-image] Aug 12 23:40:12.609 INFO O| Aug 12 23:40:12.609 INFO STEP 340 (remove_files) COMPLETE
62662026-08-12T23:40:13.136Z[ recovery-image] Aug 12 23:40:12.609 INFO O| Aug 12 23:40:12.609 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-12T23:40:13.145Z[ recovery-image] Aug 12 23:40:12.618 INFO O| Aug 12 23:40:12.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62682026-08-12T23:40:13.145Z[ recovery-image] Aug 12 23:40:12.618 INFO O| Aug 12 23:40:12.618 INFO STEP 341 (remove_files) COMPLETE
62692026-08-12T23:40:13.145Z[ recovery-image] Aug 12 23:40:12.618 INFO O| Aug 12 23:40:12.618 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-12T23:40:13.154Z[ recovery-image] Aug 12 23:40:12.627 INFO O| Aug 12 23:40:12.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62712026-08-12T23:40:13.154Z[ recovery-image] Aug 12 23:40:12.627 INFO O| Aug 12 23:40:12.627 INFO STEP 342 (remove_files) COMPLETE
62722026-08-12T23:40:13.159Z[ recovery-image] Aug 12 23:40:12.627 INFO O| Aug 12 23:40:12.627 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-12T23:40:13.167Z[ recovery-image] Aug 12 23:40:12.640 INFO O| Aug 12 23:40:12.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62742026-08-12T23:40:13.167Z[ recovery-image] Aug 12 23:40:12.640 INFO O| Aug 12 23:40:12.640 INFO STEP 343 (remove_files) COMPLETE
62752026-08-12T23:40:13.167Z[ recovery-image] Aug 12 23:40:12.640 INFO O| Aug 12 23:40:12.640 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-12T23:40:13.179Z[ recovery-image] Aug 12 23:40:12.651 INFO O| Aug 12 23:40:12.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62772026-08-12T23:40:13.179Z[ recovery-image] Aug 12 23:40:12.651 INFO O| Aug 12 23:40:12.651 INFO STEP 344 (remove_files) COMPLETE
62782026-08-12T23:40:13.179Z[ recovery-image] Aug 12 23:40:12.651 INFO O| Aug 12 23:40:12.651 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-12T23:40:13.188Z[verify-libraries] Compiling enum_dispatch v0.3.13
62802026-08-12T23:40:13.193Z[ recovery-image] Aug 12 23:40:12.661 INFO O| Aug 12 23:40:12.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62812026-08-12T23:40:13.193Z[ recovery-image] Aug 12 23:40:12.661 INFO O| Aug 12 23:40:12.661 INFO STEP 345 (remove_files) COMPLETE
62822026-08-12T23:40:13.194Z[ recovery-image] Aug 12 23:40:12.661 INFO O| Aug 12 23:40:12.661 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-12T23:40:13.198Z[ recovery-image] Aug 12 23:40:12.672 INFO O| Aug 12 23:40:12.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62842026-08-12T23:40:13.198Z[ recovery-image] Aug 12 23:40:12.672 INFO O| Aug 12 23:40:12.672 INFO STEP 346 (remove_files) COMPLETE
62852026-08-12T23:40:13.198Z[ recovery-image] Aug 12 23:40:12.672 INFO O| Aug 12 23:40:12.672 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-12T23:40:13.210Z[ recovery-image] Aug 12 23:40:12.682 INFO O| Aug 12 23:40:12.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62872026-08-12T23:40:13.211Z[ recovery-image] Aug 12 23:40:12.682 INFO O| Aug 12 23:40:12.682 INFO STEP 347 (remove_files) COMPLETE
62882026-08-12T23:40:13.211Z[ recovery-image] Aug 12 23:40:12.682 INFO O| Aug 12 23:40:12.682 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-12T23:40:13.219Z[ recovery-image] Aug 12 23:40:12.692 INFO O| Aug 12 23:40:12.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62902026-08-12T23:40:13.219Z[ recovery-image] Aug 12 23:40:12.692 INFO O| Aug 12 23:40:12.692 INFO STEP 348 (remove_files) COMPLETE
62912026-08-12T23:40:13.219Z[ recovery-image] Aug 12 23:40:12.692 INFO O| Aug 12 23:40:12.692 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-12T23:40:13.228Z[ recovery-image] Aug 12 23:40:12.701 INFO O| Aug 12 23:40:12.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62932026-08-12T23:40:13.229Z[ recovery-image] Aug 12 23:40:12.701 INFO O| Aug 12 23:40:12.701 INFO STEP 349 (remove_files) COMPLETE
62942026-08-12T23:40:13.229Z[ recovery-image] Aug 12 23:40:12.701 INFO O| Aug 12 23:40:12.701 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-12T23:40:13.238Z[ recovery-image] Aug 12 23:40:12.712 INFO O| Aug 12 23:40:12.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62962026-08-12T23:40:13.239Z[ recovery-image] Aug 12 23:40:12.712 INFO O| Aug 12 23:40:12.712 INFO STEP 350 (remove_files) COMPLETE
62972026-08-12T23:40:13.239Z[ recovery-image] Aug 12 23:40:12.712 INFO O| Aug 12 23:40:12.712 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-12T23:40:13.249Z[ recovery-image] Aug 12 23:40:12.722 INFO O| Aug 12 23:40:12.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62992026-08-12T23:40:13.249Z[ recovery-image] Aug 12 23:40:12.722 INFO O| Aug 12 23:40:12.722 INFO STEP 351 (remove_files) COMPLETE
63002026-08-12T23:40:13.250Z[ recovery-image] Aug 12 23:40:12.722 INFO O| Aug 12 23:40:12.722 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-12T23:40:13.258Z[ recovery-image] Aug 12 23:40:12.731 INFO O| Aug 12 23:40:12.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63022026-08-12T23:40:13.259Z[ recovery-image] Aug 12 23:40:12.731 INFO O| Aug 12 23:40:12.731 INFO STEP 352 (remove_files) COMPLETE
63032026-08-12T23:40:13.259Z[ recovery-image] Aug 12 23:40:12.731 INFO O| Aug 12 23:40:12.731 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-12T23:40:13.266Z[ recovery-image] Aug 12 23:40:12.740 INFO O| Aug 12 23:40:12.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63052026-08-12T23:40:13.271Z[ recovery-image] Aug 12 23:40:12.741 INFO O| Aug 12 23:40:12.740 INFO STEP 353 (remove_files) COMPLETE
63062026-08-12T23:40:13.272Z[ recovery-image] Aug 12 23:40:12.741 INFO O| Aug 12 23:40:12.741 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-12T23:40:13.277Z[ recovery-image] Aug 12 23:40:12.750 INFO O| Aug 12 23:40:12.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63082026-08-12T23:40:13.277Z[ recovery-image] Aug 12 23:40:12.750 INFO O| Aug 12 23:40:12.750 INFO STEP 354 (remove_files) COMPLETE
63092026-08-12T23:40:13.277Z[ recovery-image] Aug 12 23:40:12.750 INFO O| Aug 12 23:40:12.750 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-12T23:40:13.285Z[ recovery-image] Aug 12 23:40:12.758 INFO O| Aug 12 23:40:12.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63112026-08-12T23:40:13.285Z[ recovery-image] Aug 12 23:40:12.758 INFO O| Aug 12 23:40:12.758 INFO STEP 355 (remove_files) COMPLETE
63122026-08-12T23:40:13.285Z[ recovery-image] Aug 12 23:40:12.758 INFO O| Aug 12 23:40:12.758 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-12T23:40:13.294Z[ recovery-image] Aug 12 23:40:12.767 INFO O| Aug 12 23:40:12.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63142026-08-12T23:40:13.294Z[ recovery-image] Aug 12 23:40:12.767 INFO O| Aug 12 23:40:12.767 INFO STEP 356 (remove_files) COMPLETE
63152026-08-12T23:40:13.298Z[ recovery-image] Aug 12 23:40:12.767 INFO O| Aug 12 23:40:12.767 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-12T23:40:13.302Z[ recovery-image] Aug 12 23:40:12.776 INFO O| Aug 12 23:40:12.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63172026-08-12T23:40:13.302Z[ recovery-image] Aug 12 23:40:12.776 INFO O| Aug 12 23:40:12.776 INFO STEP 357 (remove_files) COMPLETE
63182026-08-12T23:40:13.302Z[ recovery-image] Aug 12 23:40:12.776 INFO O| Aug 12 23:40:12.776 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-12T23:40:13.306Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63202026-08-12T23:40:13.312Z[ recovery-image] Aug 12 23:40:12.785 INFO O| Aug 12 23:40:12.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63212026-08-12T23:40:13.313Z[ recovery-image] Aug 12 23:40:12.785 INFO O| Aug 12 23:40:12.785 INFO STEP 358 (remove_files) COMPLETE
63222026-08-12T23:40:13.313Z[ recovery-image] Aug 12 23:40:12.785 INFO O| Aug 12 23:40:12.785 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-12T23:40:13.322Z[ recovery-image] Aug 12 23:40:12.795 INFO O| Aug 12 23:40:12.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63242026-08-12T23:40:13.322Z[ recovery-image] Aug 12 23:40:12.795 INFO O| Aug 12 23:40:12.795 INFO STEP 359 (remove_files) COMPLETE
63252026-08-12T23:40:13.325Z[ recovery-image] Aug 12 23:40:12.795 INFO O| Aug 12 23:40:12.795 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-12T23:40:13.331Z[ recovery-image] Aug 12 23:40:12.804 INFO O| Aug 12 23:40:12.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63272026-08-12T23:40:13.332Z[ recovery-image] Aug 12 23:40:12.804 INFO O| Aug 12 23:40:12.804 INFO STEP 360 (remove_files) COMPLETE
63282026-08-12T23:40:13.332Z[ recovery-image] Aug 12 23:40:12.804 INFO O| Aug 12 23:40:12.804 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-12T23:40:13.340Z[ recovery-image] Aug 12 23:40:12.813 INFO O| Aug 12 23:40:12.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63302026-08-12T23:40:13.340Z[ recovery-image] Aug 12 23:40:12.813 INFO O| Aug 12 23:40:12.813 INFO STEP 361 (remove_files) COMPLETE
63312026-08-12T23:40:13.345Z[ recovery-image] Aug 12 23:40:12.813 INFO O| Aug 12 23:40:12.813 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-12T23:40:13.350Z[ recovery-image] Aug 12 23:40:12.823 INFO O| Aug 12 23:40:12.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63332026-08-12T23:40:13.350Z[ recovery-image] Aug 12 23:40:12.824 INFO O| Aug 12 23:40:12.824 INFO STEP 362 (remove_files) COMPLETE
63342026-08-12T23:40:13.350Z[ recovery-image] Aug 12 23:40:12.824 INFO O| Aug 12 23:40:12.824 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-12T23:40:13.360Z[ recovery-image] Aug 12 23:40:12.833 INFO O| Aug 12 23:40:12.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63362026-08-12T23:40:13.362Z[ recovery-image] Aug 12 23:40:12.833 INFO O| Aug 12 23:40:12.833 INFO STEP 363 (remove_files) COMPLETE
63372026-08-12T23:40:13.362Z[ recovery-image] Aug 12 23:40:12.833 INFO O| Aug 12 23:40:12.833 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-12T23:40:13.369Z[ recovery-image] Aug 12 23:40:12.842 INFO O| Aug 12 23:40:12.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63392026-08-12T23:40:13.369Z[ recovery-image] Aug 12 23:40:12.842 INFO O| Aug 12 23:40:12.842 INFO STEP 364 (remove_files) COMPLETE
63402026-08-12T23:40:13.369Z[ recovery-image] Aug 12 23:40:12.842 INFO O| Aug 12 23:40:12.842 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-12T23:40:13.380Z[ recovery-image] Aug 12 23:40:12.853 INFO O| Aug 12 23:40:12.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63422026-08-12T23:40:13.380Z[ recovery-image] Aug 12 23:40:12.853 INFO O| Aug 12 23:40:12.853 INFO STEP 365 (remove_files) COMPLETE
63432026-08-12T23:40:13.380Z[ recovery-image] Aug 12 23:40:12.853 INFO O| Aug 12 23:40:12.853 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-12T23:40:13.390Z[ recovery-image] Aug 12 23:40:12.863 INFO O| Aug 12 23:40:12.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63452026-08-12T23:40:13.390Z[ recovery-image] Aug 12 23:40:12.863 INFO O| Aug 12 23:40:12.863 INFO STEP 366 (remove_files) COMPLETE
63462026-08-12T23:40:13.390Z[ recovery-image] Aug 12 23:40:12.863 INFO O| Aug 12 23:40:12.863 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-12T23:40:13.399Z[ recovery-image] Aug 12 23:40:12.873 INFO O| Aug 12 23:40:12.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63482026-08-12T23:40:13.399Z[ recovery-image] Aug 12 23:40:12.873 INFO O| Aug 12 23:40:12.873 INFO STEP 367 (remove_files) COMPLETE
63492026-08-12T23:40:13.400Z[ recovery-image] Aug 12 23:40:12.873 INFO O| Aug 12 23:40:12.873 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-12T23:40:13.408Z[ recovery-image] Aug 12 23:40:12.882 INFO O| Aug 12 23:40:12.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63512026-08-12T23:40:13.408Z[ recovery-image] Aug 12 23:40:12.882 INFO O| Aug 12 23:40:12.882 INFO STEP 368 (remove_files) COMPLETE
63522026-08-12T23:40:13.408Z[ recovery-image] Aug 12 23:40:12.882 INFO O| Aug 12 23:40:12.882 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-12T23:40:13.417Z[ recovery-image] Aug 12 23:40:12.890 INFO O| Aug 12 23:40:12.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63542026-08-12T23:40:13.417Z[ recovery-image] Aug 12 23:40:12.890 INFO O| Aug 12 23:40:12.890 INFO STEP 369 (remove_files) COMPLETE
63552026-08-12T23:40:13.417Z[ recovery-image] Aug 12 23:40:12.890 INFO O| Aug 12 23:40:12.890 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-12T23:40:13.426Z[ recovery-image] Aug 12 23:40:12.899 INFO O| Aug 12 23:40:12.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63572026-08-12T23:40:13.426Z[ recovery-image] Aug 12 23:40:12.899 INFO O| Aug 12 23:40:12.899 INFO STEP 370 (remove_files) COMPLETE
63582026-08-12T23:40:13.426Z[ recovery-image] Aug 12 23:40:12.899 INFO O| Aug 12 23:40:12.899 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-12T23:40:13.436Z[ recovery-image] Aug 12 23:40:12.909 INFO O| Aug 12 23:40:12.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63602026-08-12T23:40:13.436Z[ recovery-image] Aug 12 23:40:12.909 INFO O| Aug 12 23:40:12.909 INFO STEP 371 (remove_files) COMPLETE
63612026-08-12T23:40:13.436Z[ recovery-image] Aug 12 23:40:12.909 INFO O| Aug 12 23:40:12.909 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-12T23:40:13.444Z[ recovery-image] Aug 12 23:40:12.918 INFO O| Aug 12 23:40:12.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63632026-08-12T23:40:13.444Z[ recovery-image] Aug 12 23:40:12.918 INFO O| Aug 12 23:40:12.918 INFO STEP 372 (remove_files) COMPLETE
63642026-08-12T23:40:13.445Z[ recovery-image] Aug 12 23:40:12.918 INFO O| Aug 12 23:40:12.918 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-12T23:40:13.453Z[ recovery-image] Aug 12 23:40:12.926 INFO O| Aug 12 23:40:12.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63662026-08-12T23:40:13.453Z[ recovery-image] Aug 12 23:40:12.926 INFO O| Aug 12 23:40:12.926 INFO STEP 373 (remove_files) COMPLETE
63672026-08-12T23:40:13.453Z[ recovery-image] Aug 12 23:40:12.926 INFO O| Aug 12 23:40:12.926 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-12T23:40:13.464Z[ recovery-image] Aug 12 23:40:12.937 INFO O| Aug 12 23:40:12.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63692026-08-12T23:40:13.468Z[ recovery-image] Aug 12 23:40:12.938 INFO O| Aug 12 23:40:12.938 INFO STEP 374 (remove_files) COMPLETE
63702026-08-12T23:40:13.468Z[ recovery-image] Aug 12 23:40:12.938 INFO O| Aug 12 23:40:12.938 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-12T23:40:13.475Z[ recovery-image] Aug 12 23:40:12.948 INFO O| Aug 12 23:40:12.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63722026-08-12T23:40:13.475Z[ recovery-image] Aug 12 23:40:12.948 INFO O| Aug 12 23:40:12.948 INFO STEP 375 (remove_files) COMPLETE
63732026-08-12T23:40:13.478Z[ recovery-image] Aug 12 23:40:12.948 INFO O| Aug 12 23:40:12.948 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-12T23:40:13.484Z[ recovery-image] Aug 12 23:40:12.957 INFO O| Aug 12 23:40:12.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63752026-08-12T23:40:13.485Z[ recovery-image] Aug 12 23:40:12.957 INFO O| Aug 12 23:40:12.957 INFO STEP 376 (remove_files) COMPLETE
63762026-08-12T23:40:13.488Z[ recovery-image] Aug 12 23:40:12.957 INFO O| Aug 12 23:40:12.957 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-12T23:40:13.492Z[verify-libraries] Compiling sapling-renderdag v0.1.0
63782026-08-12T23:40:13.495Z[ recovery-image] Aug 12 23:40:12.967 INFO O| Aug 12 23:40:12.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63792026-08-12T23:40:13.496Z[ recovery-image] Aug 12 23:40:12.967 INFO O| Aug 12 23:40:12.967 INFO STEP 377 (remove_files) COMPLETE
63802026-08-12T23:40:13.496Z[ recovery-image] Aug 12 23:40:12.967 INFO O| Aug 12 23:40:12.967 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-12T23:40:13.503Z[ recovery-image] Aug 12 23:40:12.977 INFO O| Aug 12 23:40:12.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63822026-08-12T23:40:13.504Z[ recovery-image] Aug 12 23:40:12.977 INFO O| Aug 12 23:40:12.977 INFO STEP 378 (remove_files) COMPLETE
63832026-08-12T23:40:13.507Z[ recovery-image] Aug 12 23:40:12.977 INFO O| Aug 12 23:40:12.977 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-12T23:40:13.511Z[ recovery-image] Aug 12 23:40:12.985 INFO O| Aug 12 23:40:12.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63852026-08-12T23:40:13.512Z[ recovery-image] Aug 12 23:40:12.985 INFO O| Aug 12 23:40:12.985 INFO STEP 379 (remove_files) COMPLETE
63862026-08-12T23:40:13.515Z[ recovery-image] Aug 12 23:40:12.985 INFO O| Aug 12 23:40:12.985 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-12T23:40:13.522Z[ recovery-image] Aug 12 23:40:12.995 INFO O| Aug 12 23:40:12.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63882026-08-12T23:40:13.522Z[ recovery-image] Aug 12 23:40:12.995 INFO O| Aug 12 23:40:12.995 INFO STEP 380 (remove_files) COMPLETE
63892026-08-12T23:40:13.522Z[ recovery-image] Aug 12 23:40:12.995 INFO O| Aug 12 23:40:12.995 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-12T23:40:13.532Z[ recovery-image] Aug 12 23:40:13.005 INFO O| Aug 12 23:40:13.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63912026-08-12T23:40:13.532Z[ recovery-image] Aug 12 23:40:13.005 INFO O| Aug 12 23:40:13.005 INFO STEP 381 (remove_files) COMPLETE
63922026-08-12T23:40:13.532Z[ recovery-image] Aug 12 23:40:13.005 INFO O| Aug 12 23:40:13.005 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-12T23:40:13.541Z[ recovery-image] Aug 12 23:40:13.014 INFO O| Aug 12 23:40:13.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63942026-08-12T23:40:13.543Z[ recovery-image] Aug 12 23:40:13.014 INFO O| Aug 12 23:40:13.014 INFO STEP 382 (remove_files) COMPLETE
63952026-08-12T23:40:13.543Z[ recovery-image] Aug 12 23:40:13.014 INFO O| Aug 12 23:40:13.014 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-12T23:40:13.551Z[ recovery-image] Aug 12 23:40:13.024 INFO O| Aug 12 23:40:13.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63972026-08-12T23:40:13.551Z[ recovery-image] Aug 12 23:40:13.024 INFO O| Aug 12 23:40:13.024 INFO STEP 383 (remove_files) COMPLETE
63982026-08-12T23:40:13.551Z[ recovery-image] Aug 12 23:40:13.024 INFO O| Aug 12 23:40:13.024 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-12T23:40:13.561Z[ recovery-image] Aug 12 23:40:13.033 INFO O| Aug 12 23:40:13.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64002026-08-12T23:40:13.561Z[ recovery-image] Aug 12 23:40:13.033 INFO O| Aug 12 23:40:13.033 INFO STEP 384 (remove_files) COMPLETE
64012026-08-12T23:40:13.561Z[ recovery-image] Aug 12 23:40:13.033 INFO O| Aug 12 23:40:13.033 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-12T23:40:13.569Z[ recovery-image] Aug 12 23:40:13.042 INFO O| Aug 12 23:40:13.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64032026-08-12T23:40:13.570Z[ recovery-image] Aug 12 23:40:13.042 INFO O| Aug 12 23:40:13.042 INFO STEP 385 (remove_files) COMPLETE
64042026-08-12T23:40:13.570Z[ recovery-image] Aug 12 23:40:13.042 INFO O| Aug 12 23:40:13.042 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-12T23:40:13.579Z[ recovery-image] Aug 12 23:40:13.052 INFO O| Aug 12 23:40:13.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64062026-08-12T23:40:13.579Z[ recovery-image] Aug 12 23:40:13.052 INFO O| Aug 12 23:40:13.052 INFO STEP 386 (remove_files) COMPLETE
64072026-08-12T23:40:13.579Z[ recovery-image] Aug 12 23:40:13.052 INFO O| Aug 12 23:40:13.052 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-12T23:40:13.589Z[ recovery-image] Aug 12 23:40:13.062 INFO O| Aug 12 23:40:13.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64092026-08-12T23:40:13.589Z[ recovery-image] Aug 12 23:40:13.062 INFO O| Aug 12 23:40:13.062 INFO STEP 387 (remove_files) COMPLETE
64102026-08-12T23:40:13.589Z[ recovery-image] Aug 12 23:40:13.062 INFO O| Aug 12 23:40:13.062 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-12T23:40:13.600Z[ recovery-image] Aug 12 23:40:13.073 INFO O| Aug 12 23:40:13.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64122026-08-12T23:40:13.600Z[ recovery-image] Aug 12 23:40:13.073 INFO O| Aug 12 23:40:13.073 INFO STEP 388 (remove_files) COMPLETE
64132026-08-12T23:40:13.600Z[ recovery-image] Aug 12 23:40:13.073 INFO O| Aug 12 23:40:13.073 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-12T23:40:13.611Z[ recovery-image] Aug 12 23:40:13.084 INFO O| Aug 12 23:40:13.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64152026-08-12T23:40:13.611Z[ recovery-image] Aug 12 23:40:13.084 INFO O| Aug 12 23:40:13.084 INFO STEP 389 (remove_files) COMPLETE
64162026-08-12T23:40:13.611Z[ recovery-image] Aug 12 23:40:13.084 INFO O| Aug 12 23:40:13.084 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-12T23:40:13.622Z[ recovery-image] Aug 12 23:40:13.095 INFO O| Aug 12 23:40:13.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64182026-08-12T23:40:13.622Z[ recovery-image] Aug 12 23:40:13.095 INFO O| Aug 12 23:40:13.095 INFO STEP 390 (remove_files) COMPLETE
64192026-08-12T23:40:13.625Z[ recovery-image] Aug 12 23:40:13.095 INFO O| Aug 12 23:40:13.095 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-12T23:40:13.633Z[ recovery-image] Aug 12 23:40:13.106 INFO O| Aug 12 23:40:13.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64212026-08-12T23:40:13.633Z[ recovery-image] Aug 12 23:40:13.106 INFO O| Aug 12 23:40:13.106 INFO STEP 391 (remove_files) COMPLETE
64222026-08-12T23:40:13.638Z[ recovery-image] Aug 12 23:40:13.106 INFO O| Aug 12 23:40:13.106 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-12T23:40:13.643Z[ recovery-image] Aug 12 23:40:13.117 INFO O| Aug 12 23:40:13.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64242026-08-12T23:40:13.646Z[ recovery-image] Aug 12 23:40:13.117 INFO O| Aug 12 23:40:13.117 INFO STEP 392 (remove_files) COMPLETE
64252026-08-12T23:40:13.646Z[ recovery-image] Aug 12 23:40:13.117 INFO O| Aug 12 23:40:13.117 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-12T23:40:13.654Z[ recovery-image] Aug 12 23:40:13.127 INFO O| Aug 12 23:40:13.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64272026-08-12T23:40:13.654Z[ recovery-image] Aug 12 23:40:13.127 INFO O| Aug 12 23:40:13.127 INFO STEP 393 (remove_files) COMPLETE
64282026-08-12T23:40:13.654Z[ recovery-image] Aug 12 23:40:13.127 INFO O| Aug 12 23:40:13.127 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-12T23:40:13.665Z[ recovery-image] Aug 12 23:40:13.138 INFO O| Aug 12 23:40:13.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64302026-08-12T23:40:13.665Z[ recovery-image] Aug 12 23:40:13.138 INFO O| Aug 12 23:40:13.138 INFO STEP 394 (remove_files) COMPLETE
64312026-08-12T23:40:13.665Z[ recovery-image] Aug 12 23:40:13.138 INFO O| Aug 12 23:40:13.138 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-12T23:40:13.674Z[ recovery-image] Aug 12 23:40:13.148 INFO O| Aug 12 23:40:13.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64332026-08-12T23:40:13.674Z[ recovery-image] Aug 12 23:40:13.148 INFO O| Aug 12 23:40:13.148 INFO STEP 395 (remove_files) COMPLETE
64342026-08-12T23:40:13.675Z[ recovery-image] Aug 12 23:40:13.148 INFO O| Aug 12 23:40:13.148 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-12T23:40:13.685Z[ recovery-image] Aug 12 23:40:13.158 INFO O| Aug 12 23:40:13.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64362026-08-12T23:40:13.685Z[ recovery-image] Aug 12 23:40:13.158 INFO O| Aug 12 23:40:13.158 INFO STEP 396 (remove_files) COMPLETE
64372026-08-12T23:40:13.688Z[ recovery-image] Aug 12 23:40:13.158 INFO O| Aug 12 23:40:13.158 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-12T23:40:13.695Z[ recovery-image] Aug 12 23:40:13.169 INFO O| Aug 12 23:40:13.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64392026-08-12T23:40:13.695Z[ recovery-image] Aug 12 23:40:13.169 INFO O| Aug 12 23:40:13.169 INFO STEP 397 (remove_files) COMPLETE
64402026-08-12T23:40:13.695Z[ recovery-image] Aug 12 23:40:13.169 INFO O| Aug 12 23:40:13.169 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-12T23:40:13.707Z[ recovery-image] Aug 12 23:40:13.180 INFO O| Aug 12 23:40:13.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64422026-08-12T23:40:13.707Z[ recovery-image] Aug 12 23:40:13.180 INFO O| Aug 12 23:40:13.180 INFO STEP 398 (remove_files) COMPLETE
64432026-08-12T23:40:13.707Z[ recovery-image] Aug 12 23:40:13.180 INFO O| Aug 12 23:40:13.180 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-08-12T23:40:13.717Z[ recovery-image] Aug 12 23:40:13.190 INFO O| Aug 12 23:40:13.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64452026-08-12T23:40:13.717Z[ recovery-image] Aug 12 23:40:13.190 INFO O| Aug 12 23:40:13.190 INFO STEP 399 (remove_files) COMPLETE
64462026-08-12T23:40:13.717Z[ recovery-image] Aug 12 23:40:13.190 INFO O| Aug 12 23:40:13.190 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-08-12T23:40:13.727Z[ recovery-image] Aug 12 23:40:13.200 INFO O| Aug 12 23:40:13.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64482026-08-12T23:40:13.727Z[ recovery-image] Aug 12 23:40:13.200 INFO O| Aug 12 23:40:13.200 INFO STEP 400 (remove_files) COMPLETE
64492026-08-12T23:40:13.727Z[ recovery-image] Aug 12 23:40:13.200 INFO O| Aug 12 23:40:13.200 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-08-12T23:40:13.738Z[ recovery-image] Aug 12 23:40:13.210 INFO O| Aug 12 23:40:13.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64512026-08-12T23:40:13.738Z[ recovery-image] Aug 12 23:40:13.211 INFO O| Aug 12 23:40:13.211 INFO STEP 401 (remove_files) COMPLETE
64522026-08-12T23:40:13.741Z[ recovery-image] Aug 12 23:40:13.211 INFO O| Aug 12 23:40:13.211 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-12T23:40:13.748Z[ recovery-image] Aug 12 23:40:13.221 INFO O| Aug 12 23:40:13.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64542026-08-12T23:40:13.748Z[ recovery-image] Aug 12 23:40:13.221 INFO O| Aug 12 23:40:13.221 INFO STEP 402 (remove_files) COMPLETE
64552026-08-12T23:40:13.748Z[ recovery-image] Aug 12 23:40:13.221 INFO O| Aug 12 23:40:13.221 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-12T23:40:13.759Z[ recovery-image] Aug 12 23:40:13.231 INFO O| Aug 12 23:40:13.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64572026-08-12T23:40:13.759Z[ recovery-image] Aug 12 23:40:13.231 INFO O| Aug 12 23:40:13.231 INFO STEP 403 (remove_files) COMPLETE
64582026-08-12T23:40:13.759Z[ recovery-image] Aug 12 23:40:13.231 INFO O| Aug 12 23:40:13.231 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-12T23:40:13.768Z[ recovery-image] Aug 12 23:40:13.241 INFO O| Aug 12 23:40:13.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64602026-08-12T23:40:13.768Z[ recovery-image] Aug 12 23:40:13.241 INFO O| Aug 12 23:40:13.241 INFO STEP 404 (remove_files) COMPLETE
64612026-08-12T23:40:13.772Z[ recovery-image] Aug 12 23:40:13.241 INFO O| Aug 12 23:40:13.241 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-12T23:40:13.777Z[ recovery-image] Aug 12 23:40:13.250 INFO O| Aug 12 23:40:13.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64632026-08-12T23:40:13.777Z[ recovery-image] Aug 12 23:40:13.250 INFO O| Aug 12 23:40:13.250 INFO STEP 405 (remove_files) COMPLETE
64642026-08-12T23:40:13.777Z[ recovery-image] Aug 12 23:40:13.250 INFO O| Aug 12 23:40:13.250 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-12T23:40:13.786Z[ recovery-image] Aug 12 23:40:13.259 INFO O| Aug 12 23:40:13.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64662026-08-12T23:40:13.786Z[ recovery-image] Aug 12 23:40:13.259 INFO O| Aug 12 23:40:13.259 INFO STEP 406 (remove_files) COMPLETE
64672026-08-12T23:40:13.786Z[ recovery-image] Aug 12 23:40:13.259 INFO O| Aug 12 23:40:13.259 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-12T23:40:13.796Z[ recovery-image] Aug 12 23:40:13.269 INFO O| Aug 12 23:40:13.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64692026-08-12T23:40:13.796Z[ recovery-image] Aug 12 23:40:13.269 INFO O| Aug 12 23:40:13.269 INFO STEP 407 (remove_files) COMPLETE
64702026-08-12T23:40:13.796Z[ recovery-image] Aug 12 23:40:13.269 INFO O| Aug 12 23:40:13.269 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-12T23:40:13.858Z[ recovery-image] Aug 12 23:40:13.278 INFO O| Aug 12 23:40:13.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64722026-08-12T23:40:13.858Z[ recovery-image] Aug 12 23:40:13.278 INFO O| Aug 12 23:40:13.278 INFO STEP 408 (remove_files) COMPLETE
64732026-08-12T23:40:13.858Z[ recovery-image] Aug 12 23:40:13.278 INFO O| Aug 12 23:40:13.278 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-12T23:40:13.858Z[ recovery-image] Aug 12 23:40:13.288 INFO O| Aug 12 23:40:13.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64752026-08-12T23:40:13.858Z[ recovery-image] Aug 12 23:40:13.288 INFO O| Aug 12 23:40:13.288 INFO STEP 409 (remove_files) COMPLETE
64762026-08-12T23:40:13.858Z[ recovery-image] Aug 12 23:40:13.288 INFO O| Aug 12 23:40:13.288 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-12T23:40:13.858Z[ recovery-image] Aug 12 23:40:13.297 INFO O| Aug 12 23:40:13.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64782026-08-12T23:40:13.858Z[ recovery-image] Aug 12 23:40:13.297 INFO O| Aug 12 23:40:13.297 INFO STEP 410 (remove_files) COMPLETE
64792026-08-12T23:40:13.858Z[ recovery-image] Aug 12 23:40:13.297 INFO O| Aug 12 23:40:13.297 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-12T23:40:13.858Z[ recovery-image] Aug 12 23:40:13.309 INFO O| Aug 12 23:40:13.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64812026-08-12T23:40:13.859Z[ recovery-image] Aug 12 23:40:13.309 INFO O| Aug 12 23:40:13.307 INFO STEP 411 (remove_files) COMPLETE
64822026-08-12T23:40:13.859Z[ recovery-image] Aug 12 23:40:13.309 INFO O| Aug 12 23:40:13.307 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-12T23:40:13.859Z[ recovery-image] Aug 12 23:40:13.318 INFO O| Aug 12 23:40:13.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64842026-08-12T23:40:13.859Z[ recovery-image] Aug 12 23:40:13.318 INFO O| Aug 12 23:40:13.318 INFO STEP 412 (remove_files) COMPLETE
64852026-08-12T23:40:13.859Z[ recovery-image] Aug 12 23:40:13.318 INFO O| Aug 12 23:40:13.318 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-12T23:40:13.864Z[ recovery-image] Aug 12 23:40:13.328 INFO O| Aug 12 23:40:13.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64872026-08-12T23:40:13.864Z[ recovery-image] Aug 12 23:40:13.328 INFO O| Aug 12 23:40:13.328 INFO STEP 413 (remove_files) COMPLETE
64882026-08-12T23:40:13.864Z[ recovery-image] Aug 12 23:40:13.328 INFO O| Aug 12 23:40:13.328 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-12T23:40:13.867Z[ recovery-image] Aug 12 23:40:13.338 INFO O| Aug 12 23:40:13.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64902026-08-12T23:40:13.867Z[ recovery-image] Aug 12 23:40:13.338 INFO O| Aug 12 23:40:13.338 INFO STEP 414 (remove_files) COMPLETE
64912026-08-12T23:40:13.867Z[ recovery-image] Aug 12 23:40:13.338 INFO O| Aug 12 23:40:13.338 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-12T23:40:13.874Z[ recovery-image] Aug 12 23:40:13.347 INFO O| Aug 12 23:40:13.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64932026-08-12T23:40:13.874Z[ recovery-image] Aug 12 23:40:13.347 INFO O| Aug 12 23:40:13.347 INFO STEP 415 (remove_files) COMPLETE
64942026-08-12T23:40:13.874Z[ recovery-image] Aug 12 23:40:13.347 INFO O| Aug 12 23:40:13.347 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-12T23:40:13.884Z[ recovery-image] Aug 12 23:40:13.357 INFO O| Aug 12 23:40:13.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64962026-08-12T23:40:13.884Z[ recovery-image] Aug 12 23:40:13.357 INFO O| Aug 12 23:40:13.357 INFO STEP 416 (remove_files) COMPLETE
64972026-08-12T23:40:13.884Z[ recovery-image] Aug 12 23:40:13.357 INFO O| Aug 12 23:40:13.357 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-12T23:40:13.895Z[ recovery-image] Aug 12 23:40:13.367 INFO O| Aug 12 23:40:13.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
64992026-08-12T23:40:13.895Z[ recovery-image] Aug 12 23:40:13.367 INFO O| Aug 12 23:40:13.367 INFO STEP 417 (remove_files) COMPLETE
65002026-08-12T23:40:13.898Z[ recovery-image] Aug 12 23:40:13.367 INFO O| Aug 12 23:40:13.367 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-12T23:40:13.903Z[ recovery-image] Aug 12 23:40:13.376 INFO O| Aug 12 23:40:13.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65022026-08-12T23:40:13.903Z[ recovery-image] Aug 12 23:40:13.376 INFO O| Aug 12 23:40:13.376 INFO STEP 418 (remove_files) COMPLETE
65032026-08-12T23:40:13.903Z[ recovery-image] Aug 12 23:40:13.376 INFO O| Aug 12 23:40:13.376 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-12T23:40:13.913Z[verify-libraries] Compiling delegate v0.13.5
65052026-08-12T23:40:13.916Z[ recovery-image] Aug 12 23:40:13.386 INFO O| Aug 12 23:40:13.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65062026-08-12T23:40:13.917Z[ recovery-image] Aug 12 23:40:13.386 INFO O| Aug 12 23:40:13.386 INFO STEP 419 (remove_files) COMPLETE
65072026-08-12T23:40:13.917Z[ recovery-image] Aug 12 23:40:13.386 INFO O| Aug 12 23:40:13.386 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-12T23:40:13.923Z[ recovery-image] Aug 12 23:40:13.396 INFO O| Aug 12 23:40:13.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65092026-08-12T23:40:13.923Z[ recovery-image] Aug 12 23:40:13.396 INFO O| Aug 12 23:40:13.396 INFO STEP 420 (remove_files) COMPLETE
65102026-08-12T23:40:13.923Z[ recovery-image] Aug 12 23:40:13.396 INFO O| Aug 12 23:40:13.396 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-12T23:40:13.933Z[ recovery-image] Aug 12 23:40:13.406 INFO O| Aug 12 23:40:13.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65122026-08-12T23:40:13.933Z[ recovery-image] Aug 12 23:40:13.406 INFO O| Aug 12 23:40:13.406 INFO STEP 421 (remove_files) COMPLETE
65132026-08-12T23:40:13.933Z[ recovery-image] Aug 12 23:40:13.406 INFO O| Aug 12 23:40:13.406 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-12T23:40:13.942Z[ recovery-image] Aug 12 23:40:13.416 INFO O| Aug 12 23:40:13.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65152026-08-12T23:40:13.943Z[ recovery-image] Aug 12 23:40:13.416 INFO O| Aug 12 23:40:13.416 INFO STEP 422 (remove_files) COMPLETE
65162026-08-12T23:40:13.943Z[ recovery-image] Aug 12 23:40:13.416 INFO O| Aug 12 23:40:13.416 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-12T23:40:13.952Z[ recovery-image] Aug 12 23:40:13.425 INFO O| Aug 12 23:40:13.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65182026-08-12T23:40:13.953Z[ recovery-image] Aug 12 23:40:13.425 INFO O| Aug 12 23:40:13.425 INFO STEP 423 (remove_files) COMPLETE
65192026-08-12T23:40:13.956Z[ recovery-image] Aug 12 23:40:13.425 INFO O| Aug 12 23:40:13.425 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-12T23:40:13.962Z[ recovery-image] Aug 12 23:40:13.435 INFO O| Aug 12 23:40:13.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65212026-08-12T23:40:13.962Z[ recovery-image] Aug 12 23:40:13.435 INFO O| Aug 12 23:40:13.435 INFO STEP 424 (remove_files) COMPLETE
65222026-08-12T23:40:13.962Z[ recovery-image] Aug 12 23:40:13.435 INFO O| Aug 12 23:40:13.435 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-12T23:40:13.971Z[ recovery-image] Aug 12 23:40:13.445 INFO O| Aug 12 23:40:13.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65242026-08-12T23:40:13.972Z[ recovery-image] Aug 12 23:40:13.445 INFO O| Aug 12 23:40:13.445 INFO STEP 425 (remove_files) COMPLETE
65252026-08-12T23:40:13.976Z[ recovery-image] Aug 12 23:40:13.445 INFO O| Aug 12 23:40:13.445 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-12T23:40:13.981Z[ recovery-image] Aug 12 23:40:13.454 INFO O| Aug 12 23:40:13.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65272026-08-12T23:40:13.981Z[ recovery-image] Aug 12 23:40:13.455 INFO O| Aug 12 23:40:13.454 INFO STEP 426 (remove_files) COMPLETE
65282026-08-12T23:40:13.983Z[ recovery-image] Aug 12 23:40:13.455 INFO O| Aug 12 23:40:13.454 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-12T23:40:13.991Z[ recovery-image] Aug 12 23:40:13.464 INFO O| Aug 12 23:40:13.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65302026-08-12T23:40:13.991Z[ recovery-image] Aug 12 23:40:13.464 INFO O| Aug 12 23:40:13.464 INFO STEP 427 (remove_files) COMPLETE
65312026-08-12T23:40:13.995Z[ recovery-image] Aug 12 23:40:13.464 INFO O| Aug 12 23:40:13.464 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-12T23:40:14.002Z[ recovery-image] Aug 12 23:40:13.475 INFO O| Aug 12 23:40:13.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65332026-08-12T23:40:14.005Z[ recovery-image] Aug 12 23:40:13.475 INFO O| Aug 12 23:40:13.475 INFO STEP 428 (remove_files) COMPLETE
65342026-08-12T23:40:14.006Z[ recovery-image] Aug 12 23:40:13.475 INFO O| Aug 12 23:40:13.475 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-12T23:40:14.017Z[ recovery-image] Aug 12 23:40:13.490 INFO O| Aug 12 23:40:13.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65362026-08-12T23:40:14.017Z[ recovery-image] Aug 12 23:40:13.490 INFO O| Aug 12 23:40:13.490 INFO STEP 429 (remove_files) COMPLETE
65372026-08-12T23:40:14.017Z[ recovery-image] Aug 12 23:40:13.490 INFO O| Aug 12 23:40:13.490 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-12T23:40:14.028Z[ recovery-image] Aug 12 23:40:13.501 INFO O| Aug 12 23:40:13.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65392026-08-12T23:40:14.028Z[ recovery-image] Aug 12 23:40:13.501 INFO O| Aug 12 23:40:13.501 INFO STEP 430 (remove_files) COMPLETE
65402026-08-12T23:40:14.028Z[ recovery-image] Aug 12 23:40:13.501 INFO O| Aug 12 23:40:13.501 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-12T23:40:14.038Z[ recovery-image] Aug 12 23:40:13.511 INFO O| Aug 12 23:40:13.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65422026-08-12T23:40:14.042Z[ recovery-image] Aug 12 23:40:13.511 INFO O| Aug 12 23:40:13.511 INFO STEP 431 (remove_files) COMPLETE
65432026-08-12T23:40:14.042Z[ recovery-image] Aug 12 23:40:13.511 INFO O| Aug 12 23:40:13.511 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-12T23:40:14.048Z[ recovery-image] Aug 12 23:40:13.520 INFO O| Aug 12 23:40:13.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65452026-08-12T23:40:14.048Z[ recovery-image] Aug 12 23:40:13.520 INFO O| Aug 12 23:40:13.520 INFO STEP 432 (remove_files) COMPLETE
65462026-08-12T23:40:14.052Z[ recovery-image] Aug 12 23:40:13.520 INFO O| Aug 12 23:40:13.520 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-12T23:40:14.057Z[ recovery-image] Aug 12 23:40:13.530 INFO O| Aug 12 23:40:13.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65482026-08-12T23:40:14.057Z[ recovery-image] Aug 12 23:40:13.530 INFO O| Aug 12 23:40:13.530 INFO STEP 433 (remove_files) COMPLETE
65492026-08-12T23:40:14.057Z[ recovery-image] Aug 12 23:40:13.530 INFO O| Aug 12 23:40:13.530 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-12T23:40:14.067Z[ recovery-image] Aug 12 23:40:13.540 INFO O| Aug 12 23:40:13.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65512026-08-12T23:40:14.067Z[ recovery-image] Aug 12 23:40:13.541 INFO O| Aug 12 23:40:13.541 INFO STEP 434 (remove_files) COMPLETE
65522026-08-12T23:40:14.067Z[ recovery-image] Aug 12 23:40:13.541 INFO O| Aug 12 23:40:13.541 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-12T23:40:14.077Z[ recovery-image] Aug 12 23:40:13.550 INFO O| Aug 12 23:40:13.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65542026-08-12T23:40:14.077Z[ recovery-image] Aug 12 23:40:13.550 INFO O| Aug 12 23:40:13.550 INFO STEP 435 (remove_files) COMPLETE
65552026-08-12T23:40:14.080Z[ recovery-image] Aug 12 23:40:13.550 INFO O| Aug 12 23:40:13.550 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-12T23:40:14.088Z[ recovery-image] Aug 12 23:40:13.561 INFO O| Aug 12 23:40:13.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65572026-08-12T23:40:14.089Z[ recovery-image] Aug 12 23:40:13.561 INFO O| Aug 12 23:40:13.561 INFO STEP 436 (remove_files) COMPLETE
65582026-08-12T23:40:14.093Z[ recovery-image] Aug 12 23:40:13.561 INFO O| Aug 12 23:40:13.561 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-12T23:40:14.099Z[ recovery-image] Aug 12 23:40:13.572 INFO O| Aug 12 23:40:13.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65602026-08-12T23:40:14.099Z[ recovery-image] Aug 12 23:40:13.572 INFO O| Aug 12 23:40:13.572 INFO STEP 437 (remove_files) COMPLETE
65612026-08-12T23:40:14.103Z[ recovery-image] Aug 12 23:40:13.572 INFO O| Aug 12 23:40:13.572 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-12T23:40:14.108Z[ recovery-image] Aug 12 23:40:13.582 INFO O| Aug 12 23:40:13.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65632026-08-12T23:40:14.108Z[ recovery-image] Aug 12 23:40:13.582 INFO O| Aug 12 23:40:13.582 INFO STEP 438 (remove_files) COMPLETE
65642026-08-12T23:40:14.112Z[ recovery-image] Aug 12 23:40:13.582 INFO O| Aug 12 23:40:13.582 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-12T23:40:14.121Z[ recovery-image] Aug 12 23:40:13.594 INFO O| Aug 12 23:40:13.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65662026-08-12T23:40:14.121Z[ recovery-image] Aug 12 23:40:13.594 INFO O| Aug 12 23:40:13.594 INFO STEP 439 (remove_files) COMPLETE
65672026-08-12T23:40:14.121Z[ recovery-image] Aug 12 23:40:13.594 INFO O| Aug 12 23:40:13.594 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-12T23:40:14.139Z[ recovery-image] Aug 12 23:40:13.609 INFO O| Aug 12 23:40:13.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65692026-08-12T23:40:14.140Z[ recovery-image] Aug 12 23:40:13.609 INFO O| Aug 12 23:40:13.607 INFO STEP 440 (remove_files) COMPLETE
65702026-08-12T23:40:14.140Z[ recovery-image] Aug 12 23:40:13.609 INFO O| Aug 12 23:40:13.607 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-12T23:40:14.144Z[ recovery-image] Aug 12 23:40:13.615 INFO O| Aug 12 23:40:13.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65722026-08-12T23:40:14.144Z[ recovery-image] Aug 12 23:40:13.615 INFO O| Aug 12 23:40:13.615 INFO STEP 441 (remove_files) COMPLETE
65732026-08-12T23:40:14.146Z[ recovery-image] Aug 12 23:40:13.615 INFO O| Aug 12 23:40:13.615 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-12T23:40:14.151Z[ recovery-image] Aug 12 23:40:13.624 INFO O| Aug 12 23:40:13.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65752026-08-12T23:40:14.151Z[ recovery-image] Aug 12 23:40:13.625 INFO O| Aug 12 23:40:13.624 INFO STEP 442 (remove_files) COMPLETE
65762026-08-12T23:40:14.151Z[ recovery-image] Aug 12 23:40:13.625 INFO O| Aug 12 23:40:13.624 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-12T23:40:14.162Z[ recovery-image] Aug 12 23:40:13.635 INFO O| Aug 12 23:40:13.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65782026-08-12T23:40:14.162Z[ recovery-image] Aug 12 23:40:13.635 INFO O| Aug 12 23:40:13.635 INFO STEP 443 (remove_files) COMPLETE
65792026-08-12T23:40:14.162Z[ recovery-image] Aug 12 23:40:13.635 INFO O| Aug 12 23:40:13.635 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-12T23:40:14.172Z[ recovery-image] Aug 12 23:40:13.645 INFO O| Aug 12 23:40:13.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65812026-08-12T23:40:14.172Z[ recovery-image] Aug 12 23:40:13.645 INFO O| Aug 12 23:40:13.645 INFO STEP 444 (remove_files) COMPLETE
65822026-08-12T23:40:14.175Z[ recovery-image] Aug 12 23:40:13.645 INFO O| Aug 12 23:40:13.645 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-12T23:40:14.181Z[ recovery-image] Aug 12 23:40:13.655 INFO O| Aug 12 23:40:13.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65842026-08-12T23:40:14.185Z[ recovery-image] Aug 12 23:40:13.655 INFO O| Aug 12 23:40:13.655 INFO STEP 445 (remove_files) COMPLETE
65852026-08-12T23:40:14.185Z[ recovery-image] Aug 12 23:40:13.655 INFO O| Aug 12 23:40:13.655 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-12T23:40:14.193Z[ recovery-image] Aug 12 23:40:13.666 INFO O| Aug 12 23:40:13.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65872026-08-12T23:40:14.194Z[ recovery-image] Aug 12 23:40:13.666 INFO O| Aug 12 23:40:13.666 INFO STEP 446 (remove_files) COMPLETE
65882026-08-12T23:40:14.194Z[ recovery-image] Aug 12 23:40:13.666 INFO O| Aug 12 23:40:13.666 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-12T23:40:14.207Z[ recovery-image] Aug 12 23:40:13.680 INFO O| Aug 12 23:40:13.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65902026-08-12T23:40:14.207Z[ recovery-image] Aug 12 23:40:13.680 INFO O| Aug 12 23:40:13.680 INFO STEP 447 (remove_files) COMPLETE
65912026-08-12T23:40:14.207Z[ recovery-image] Aug 12 23:40:13.680 INFO O| Aug 12 23:40:13.680 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-12T23:40:14.224Z[ recovery-image] Aug 12 23:40:13.697 INFO O| Aug 12 23:40:13.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65932026-08-12T23:40:14.224Z[ recovery-image] Aug 12 23:40:13.697 INFO O| Aug 12 23:40:13.692 INFO STEP 448 (remove_files) COMPLETE
65942026-08-12T23:40:14.224Z[ recovery-image] Aug 12 23:40:13.697 INFO O| Aug 12 23:40:13.692 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-12T23:40:14.236Z[ recovery-image] Aug 12 23:40:13.709 INFO O| Aug 12 23:40:13.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65962026-08-12T23:40:14.236Z[ recovery-image] Aug 12 23:40:13.709 INFO O| Aug 12 23:40:13.704 INFO STEP 449 (remove_files) COMPLETE
65972026-08-12T23:40:14.236Z[ recovery-image] Aug 12 23:40:13.709 INFO O| Aug 12 23:40:13.704 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-12T23:40:14.241Z[ recovery-image] Aug 12 23:40:13.714 INFO O| Aug 12 23:40:13.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65992026-08-12T23:40:14.241Z[ recovery-image] Aug 12 23:40:13.714 INFO O| Aug 12 23:40:13.714 INFO STEP 450 (remove_files) COMPLETE
66002026-08-12T23:40:14.245Z[ recovery-image] Aug 12 23:40:13.714 INFO O| Aug 12 23:40:13.714 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-12T23:40:14.253Z[ recovery-image] Aug 12 23:40:13.726 INFO O| Aug 12 23:40:13.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66022026-08-12T23:40:14.254Z[ recovery-image] Aug 12 23:40:13.726 INFO O| Aug 12 23:40:13.726 INFO STEP 451 (remove_files) COMPLETE
66032026-08-12T23:40:14.258Z[ recovery-image] Aug 12 23:40:13.726 INFO O| Aug 12 23:40:13.726 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-12T23:40:14.265Z[ recovery-image] Aug 12 23:40:13.739 INFO O| Aug 12 23:40:13.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66052026-08-12T23:40:14.265Z[ recovery-image] Aug 12 23:40:13.739 INFO O| Aug 12 23:40:13.739 INFO STEP 452 (remove_files) COMPLETE
66062026-08-12T23:40:14.265Z[ recovery-image] Aug 12 23:40:13.739 INFO O| Aug 12 23:40:13.739 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-12T23:40:14.277Z[ recovery-image] Aug 12 23:40:13.750 INFO O| Aug 12 23:40:13.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66082026-08-12T23:40:14.277Z[ recovery-image] Aug 12 23:40:13.750 INFO O| Aug 12 23:40:13.750 INFO STEP 453 (remove_files) COMPLETE
66092026-08-12T23:40:14.281Z[ recovery-image] Aug 12 23:40:13.750 INFO O| Aug 12 23:40:13.750 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-12T23:40:14.289Z[ recovery-image] Aug 12 23:40:13.762 INFO O| Aug 12 23:40:13.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66112026-08-12T23:40:14.289Z[ recovery-image] Aug 12 23:40:13.762 INFO O| Aug 12 23:40:13.762 INFO STEP 454 (remove_files) COMPLETE
66122026-08-12T23:40:14.289Z[ recovery-image] Aug 12 23:40:13.762 INFO O| Aug 12 23:40:13.762 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-12T23:40:14.302Z[ recovery-image] Aug 12 23:40:13.774 INFO O| Aug 12 23:40:13.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66142026-08-12T23:40:14.306Z[ recovery-image] Aug 12 23:40:13.774 INFO O| Aug 12 23:40:13.774 INFO STEP 455 (remove_files) COMPLETE
66152026-08-12T23:40:14.306Z[ recovery-image] Aug 12 23:40:13.774 INFO O| Aug 12 23:40:13.774 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-12T23:40:14.306Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
66172026-08-12T23:40:14.314Z[ recovery-image] Aug 12 23:40:13.787 INFO O| Aug 12 23:40:13.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66182026-08-12T23:40:14.318Z[ recovery-image] Aug 12 23:40:13.787 INFO O| Aug 12 23:40:13.787 INFO STEP 456 (remove_files) COMPLETE
66192026-08-12T23:40:14.318Z[ recovery-image] Aug 12 23:40:13.787 INFO O| Aug 12 23:40:13.787 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-12T23:40:14.325Z[ recovery-image] Aug 12 23:40:13.798 INFO O| Aug 12 23:40:13.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66212026-08-12T23:40:14.325Z[ recovery-image] Aug 12 23:40:13.798 INFO O| Aug 12 23:40:13.798 INFO STEP 457 (remove_files) COMPLETE
66222026-08-12T23:40:14.329Z[ recovery-image] Aug 12 23:40:13.798 INFO O| Aug 12 23:40:13.798 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-12T23:40:14.339Z[ recovery-image] Aug 12 23:40:13.810 INFO O| Aug 12 23:40:13.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66242026-08-12T23:40:14.339Z[ recovery-image] Aug 12 23:40:13.810 INFO O| Aug 12 23:40:13.810 INFO STEP 458 (remove_files) COMPLETE
66252026-08-12T23:40:14.339Z[ recovery-image] Aug 12 23:40:13.810 INFO O| Aug 12 23:40:13.810 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-12T23:40:14.344Z[verify-libraries] Compiling md5 v0.8.0
66272026-08-12T23:40:14.350Z[ recovery-image] Aug 12 23:40:13.823 INFO O| Aug 12 23:40:13.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66282026-08-12T23:40:14.353Z[ recovery-image] Aug 12 23:40:13.823 INFO O| Aug 12 23:40:13.823 INFO STEP 459 (remove_files) COMPLETE
66292026-08-12T23:40:14.354Z[ recovery-image] Aug 12 23:40:13.823 INFO O| Aug 12 23:40:13.823 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-12T23:40:14.364Z[ recovery-image] Aug 12 23:40:13.837 INFO O| Aug 12 23:40:13.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66312026-08-12T23:40:14.364Z[ recovery-image] Aug 12 23:40:13.837 INFO O| Aug 12 23:40:13.837 INFO STEP 460 (remove_files) COMPLETE
66322026-08-12T23:40:14.364Z[ recovery-image] Aug 12 23:40:13.837 INFO O| Aug 12 23:40:13.837 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-12T23:40:14.376Z[ recovery-image] Aug 12 23:40:13.848 INFO O| Aug 12 23:40:13.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66342026-08-12T23:40:14.376Z[ recovery-image] Aug 12 23:40:13.848 INFO O| Aug 12 23:40:13.848 INFO STEP 461 (remove_files) COMPLETE
66352026-08-12T23:40:14.376Z[ recovery-image] Aug 12 23:40:13.848 INFO O| Aug 12 23:40:13.848 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-12T23:40:14.390Z[ recovery-image] Aug 12 23:40:13.861 INFO O| Aug 12 23:40:13.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66372026-08-12T23:40:14.390Z[ recovery-image] Aug 12 23:40:13.862 INFO O| Aug 12 23:40:13.861 INFO STEP 462 (remove_files) COMPLETE
66382026-08-12T23:40:14.390Z[ recovery-image] Aug 12 23:40:13.862 INFO O| Aug 12 23:40:13.861 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-12T23:40:14.400Z[ recovery-image] Aug 12 23:40:13.873 INFO O| Aug 12 23:40:13.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66402026-08-12T23:40:14.400Z[ recovery-image] Aug 12 23:40:13.873 INFO O| Aug 12 23:40:13.873 INFO STEP 463 (remove_files) COMPLETE
66412026-08-12T23:40:14.400Z[ recovery-image] Aug 12 23:40:13.873 INFO O| Aug 12 23:40:13.873 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-12T23:40:14.410Z[ recovery-image] Aug 12 23:40:13.883 INFO O| Aug 12 23:40:13.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66432026-08-12T23:40:14.410Z[ recovery-image] Aug 12 23:40:13.883 INFO O| Aug 12 23:40:13.883 INFO STEP 464 (remove_files) COMPLETE
66442026-08-12T23:40:14.410Z[ recovery-image] Aug 12 23:40:13.883 INFO O| Aug 12 23:40:13.883 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-12T23:40:14.420Z[ recovery-image] Aug 12 23:40:13.893 INFO O| Aug 12 23:40:13.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66462026-08-12T23:40:14.420Z[ recovery-image] Aug 12 23:40:13.893 INFO O| Aug 12 23:40:13.893 INFO STEP 465 (remove_files) COMPLETE
66472026-08-12T23:40:14.420Z[ recovery-image] Aug 12 23:40:13.893 INFO O| Aug 12 23:40:13.893 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-12T23:40:14.430Z[ recovery-image] Aug 12 23:40:13.903 INFO O| Aug 12 23:40:13.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66492026-08-12T23:40:14.430Z[ recovery-image] Aug 12 23:40:13.903 INFO O| Aug 12 23:40:13.903 INFO STEP 466 (remove_files) COMPLETE
66502026-08-12T23:40:14.434Z[ recovery-image] Aug 12 23:40:13.903 INFO O| Aug 12 23:40:13.903 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-12T23:40:14.442Z[ recovery-image] Aug 12 23:40:13.912 INFO O| Aug 12 23:40:13.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66522026-08-12T23:40:14.443Z[ recovery-image] Aug 12 23:40:13.912 INFO O| Aug 12 23:40:13.912 INFO STEP 467 (remove_files) COMPLETE
66532026-08-12T23:40:14.443Z[ recovery-image] Aug 12 23:40:13.912 INFO O| Aug 12 23:40:13.912 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-12T23:40:14.449Z[ recovery-image] Aug 12 23:40:13.922 INFO O| Aug 12 23:40:13.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66552026-08-12T23:40:14.449Z[ recovery-image] Aug 12 23:40:13.922 INFO O| Aug 12 23:40:13.922 INFO STEP 468 (remove_files) COMPLETE
66562026-08-12T23:40:14.449Z[ recovery-image] Aug 12 23:40:13.922 INFO O| Aug 12 23:40:13.922 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-12T23:40:14.460Z[ recovery-image] Aug 12 23:40:13.933 INFO O| Aug 12 23:40:13.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66582026-08-12T23:40:14.460Z[ recovery-image] Aug 12 23:40:13.933 INFO O| Aug 12 23:40:13.933 INFO STEP 469 (remove_files) COMPLETE
66592026-08-12T23:40:14.460Z[ recovery-image] Aug 12 23:40:13.933 INFO O| Aug 12 23:40:13.933 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-12T23:40:14.471Z[ recovery-image] Aug 12 23:40:13.944 INFO O| Aug 12 23:40:13.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66612026-08-12T23:40:14.471Z[ recovery-image] Aug 12 23:40:13.944 INFO O| Aug 12 23:40:13.944 INFO STEP 470 (remove_files) COMPLETE
66622026-08-12T23:40:14.471Z[ recovery-image] Aug 12 23:40:13.944 INFO O| Aug 12 23:40:13.944 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-12T23:40:14.491Z[ recovery-image] Aug 12 23:40:13.955 INFO O| Aug 12 23:40:13.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66642026-08-12T23:40:14.491Z[ recovery-image] Aug 12 23:40:13.955 INFO O| Aug 12 23:40:13.955 INFO STEP 471 (remove_files) COMPLETE
66652026-08-12T23:40:14.491Z[ recovery-image] Aug 12 23:40:13.955 INFO O| Aug 12 23:40:13.955 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-12T23:40:14.498Z[ recovery-image] Aug 12 23:40:13.965 INFO O| Aug 12 23:40:13.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66672026-08-12T23:40:14.498Z[ recovery-image] Aug 12 23:40:13.965 INFO O| Aug 12 23:40:13.965 INFO STEP 472 (remove_files) COMPLETE
66682026-08-12T23:40:14.498Z[ recovery-image] Aug 12 23:40:13.965 INFO O| Aug 12 23:40:13.965 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-12T23:40:14.506Z[ recovery-image] Aug 12 23:40:13.976 INFO O| Aug 12 23:40:13.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66702026-08-12T23:40:14.506Z[ recovery-image] Aug 12 23:40:13.976 INFO O| Aug 12 23:40:13.976 INFO STEP 473 (remove_files) COMPLETE
66712026-08-12T23:40:14.507Z[ recovery-image] Aug 12 23:40:13.976 INFO O| Aug 12 23:40:13.976 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-12T23:40:14.514Z[ recovery-image] Aug 12 23:40:13.986 INFO O| Aug 12 23:40:13.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66732026-08-12T23:40:14.514Z[ recovery-image] Aug 12 23:40:13.986 INFO O| Aug 12 23:40:13.986 INFO STEP 474 (remove_files) COMPLETE
66742026-08-12T23:40:14.524Z[ recovery-image] Aug 12 23:40:13.986 INFO O| Aug 12 23:40:13.986 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-12T23:40:14.524Z[ recovery-image] Aug 12 23:40:13.996 INFO O| Aug 12 23:40:13.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66762026-08-12T23:40:14.524Z[ recovery-image] Aug 12 23:40:13.996 INFO O| Aug 12 23:40:13.996 INFO STEP 475 (remove_files) COMPLETE
66772026-08-12T23:40:14.524Z[ recovery-image] Aug 12 23:40:13.996 INFO O| Aug 12 23:40:13.996 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-12T23:40:14.534Z[ recovery-image] Aug 12 23:40:14.007 INFO O| Aug 12 23:40:14.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66792026-08-12T23:40:14.534Z[ recovery-image] Aug 12 23:40:14.007 INFO O| Aug 12 23:40:14.007 INFO STEP 476 (remove_files) COMPLETE
66802026-08-12T23:40:14.534Z[ recovery-image] Aug 12 23:40:14.007 INFO O| Aug 12 23:40:14.007 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-12T23:40:14.543Z[ recovery-image] Aug 12 23:40:14.016 INFO O| Aug 12 23:40:14.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66822026-08-12T23:40:14.544Z[ recovery-image] Aug 12 23:40:14.017 INFO O| Aug 12 23:40:14.017 INFO STEP 477 (remove_files) COMPLETE
66832026-08-12T23:40:14.548Z[ recovery-image] Aug 12 23:40:14.017 INFO O| Aug 12 23:40:14.017 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-12T23:40:14.548Z[verify-libraries] Compiling sync-ptr v0.1.4
66852026-08-12T23:40:14.553Z[ recovery-image] Aug 12 23:40:14.026 INFO O| Aug 12 23:40:14.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66862026-08-12T23:40:14.553Z[ recovery-image] Aug 12 23:40:14.026 INFO O| Aug 12 23:40:14.026 INFO STEP 478 (remove_files) COMPLETE
66872026-08-12T23:40:14.553Z[ recovery-image] Aug 12 23:40:14.026 INFO O| Aug 12 23:40:14.026 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-12T23:40:14.562Z[ recovery-image] Aug 12 23:40:14.035 INFO O| Aug 12 23:40:14.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66892026-08-12T23:40:14.562Z[ recovery-image] Aug 12 23:40:14.035 INFO O| Aug 12 23:40:14.035 INFO STEP 479 (remove_files) COMPLETE
66902026-08-12T23:40:14.562Z[ recovery-image] Aug 12 23:40:14.035 INFO O| Aug 12 23:40:14.035 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-12T23:40:14.576Z[ recovery-image] Aug 12 23:40:14.049 INFO O| Aug 12 23:40:14.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66922026-08-12T23:40:14.579Z[ recovery-image] Aug 12 23:40:14.050 INFO O| Aug 12 23:40:14.050 INFO STEP 480 (remove_files) COMPLETE
66932026-08-12T23:40:14.579Z[ recovery-image] Aug 12 23:40:14.050 INFO O| Aug 12 23:40:14.050 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-12T23:40:14.587Z[ recovery-image] Aug 12 23:40:14.059 INFO O| Aug 12 23:40:14.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66952026-08-12T23:40:14.590Z[ recovery-image] Aug 12 23:40:14.059 INFO O| Aug 12 23:40:14.059 INFO STEP 481 (remove_files) COMPLETE
66962026-08-12T23:40:14.590Z[ recovery-image] Aug 12 23:40:14.059 INFO O| Aug 12 23:40:14.059 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-12T23:40:14.596Z[ recovery-image] Aug 12 23:40:14.069 INFO O| Aug 12 23:40:14.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66982026-08-12T23:40:14.596Z[ recovery-image] Aug 12 23:40:14.069 INFO O| Aug 12 23:40:14.069 INFO STEP 482 (remove_files) COMPLETE
66992026-08-12T23:40:14.596Z[ recovery-image] Aug 12 23:40:14.069 INFO O| Aug 12 23:40:14.069 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-12T23:40:14.606Z[ recovery-image] Aug 12 23:40:14.079 INFO O| Aug 12 23:40:14.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67012026-08-12T23:40:14.609Z[ recovery-image] Aug 12 23:40:14.080 INFO O| Aug 12 23:40:14.080 INFO STEP 483 (remove_files) COMPLETE
67022026-08-12T23:40:14.610Z[ recovery-image] Aug 12 23:40:14.080 INFO O| Aug 12 23:40:14.080 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-12T23:40:14.619Z[ recovery-image] Aug 12 23:40:14.092 INFO O| Aug 12 23:40:14.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67042026-08-12T23:40:14.619Z[ recovery-image] Aug 12 23:40:14.092 INFO O| Aug 12 23:40:14.091 INFO STEP 484 (remove_files) COMPLETE
67052026-08-12T23:40:14.619Z[ recovery-image] Aug 12 23:40:14.092 INFO O| Aug 12 23:40:14.092 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-12T23:40:14.629Z[ recovery-image] Aug 12 23:40:14.102 INFO O| Aug 12 23:40:14.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67072026-08-12T23:40:14.629Z[ recovery-image] Aug 12 23:40:14.102 INFO O| Aug 12 23:40:14.102 INFO STEP 485 (remove_files) COMPLETE
67082026-08-12T23:40:14.629Z[ recovery-image] Aug 12 23:40:14.102 INFO O| Aug 12 23:40:14.102 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-12T23:40:14.639Z[ recovery-image] Aug 12 23:40:14.112 INFO O| Aug 12 23:40:14.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67102026-08-12T23:40:14.639Z[ recovery-image] Aug 12 23:40:14.112 INFO O| Aug 12 23:40:14.112 INFO STEP 486 (remove_files) COMPLETE
67112026-08-12T23:40:14.640Z[ recovery-image] Aug 12 23:40:14.112 INFO O| Aug 12 23:40:14.112 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-12T23:40:14.650Z[ recovery-image] Aug 12 23:40:14.123 INFO O| Aug 12 23:40:14.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67132026-08-12T23:40:14.650Z[ recovery-image] Aug 12 23:40:14.123 INFO O| Aug 12 23:40:14.123 INFO STEP 487 (remove_files) COMPLETE
67142026-08-12T23:40:14.651Z[ recovery-image] Aug 12 23:40:14.123 INFO O| Aug 12 23:40:14.123 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-12T23:40:14.661Z[ recovery-image] Aug 12 23:40:14.134 INFO O| Aug 12 23:40:14.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67162026-08-12T23:40:14.661Z[ recovery-image] Aug 12 23:40:14.134 INFO O| Aug 12 23:40:14.134 INFO STEP 488 (remove_files) COMPLETE
67172026-08-12T23:40:14.661Z[ recovery-image] Aug 12 23:40:14.134 INFO O| Aug 12 23:40:14.134 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-12T23:40:14.671Z[ recovery-image] Aug 12 23:40:14.143 INFO O| Aug 12 23:40:14.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67192026-08-12T23:40:14.671Z[ recovery-image] Aug 12 23:40:14.143 INFO O| Aug 12 23:40:14.143 INFO STEP 489 (remove_files) COMPLETE
67202026-08-12T23:40:14.671Z[ recovery-image] Aug 12 23:40:14.143 INFO O| Aug 12 23:40:14.143 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-12T23:40:14.681Z[ recovery-image] Aug 12 23:40:14.154 INFO O| Aug 12 23:40:14.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67222026-08-12T23:40:14.681Z[ recovery-image] Aug 12 23:40:14.154 INFO O| Aug 12 23:40:14.154 INFO STEP 490 (remove_files) COMPLETE
67232026-08-12T23:40:14.681Z[ recovery-image] Aug 12 23:40:14.154 INFO O| Aug 12 23:40:14.154 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-12T23:40:14.691Z[verify-libraries] Compiling seq-macro v0.3.6
67252026-08-12T23:40:14.695Z[ recovery-image] Aug 12 23:40:14.165 INFO O| Aug 12 23:40:14.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67262026-08-12T23:40:14.695Z[ recovery-image] Aug 12 23:40:14.165 INFO O| Aug 12 23:40:14.165 INFO STEP 491 (remove_files) COMPLETE
67272026-08-12T23:40:14.695Z[ recovery-image] Aug 12 23:40:14.165 INFO O| Aug 12 23:40:14.165 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-12T23:40:14.702Z[ recovery-image] Aug 12 23:40:14.175 INFO O| Aug 12 23:40:14.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67292026-08-12T23:40:14.702Z[ recovery-image] Aug 12 23:40:14.175 INFO O| Aug 12 23:40:14.175 INFO STEP 492 (remove_files) COMPLETE
67302026-08-12T23:40:14.706Z[ recovery-image] Aug 12 23:40:14.175 INFO O| Aug 12 23:40:14.175 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-12T23:40:14.715Z[ recovery-image] Aug 12 23:40:14.188 INFO O| Aug 12 23:40:14.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67322026-08-12T23:40:14.715Z[ recovery-image] Aug 12 23:40:14.188 INFO O| Aug 12 23:40:14.188 INFO STEP 493 (remove_files) COMPLETE
67332026-08-12T23:40:14.715Z[ recovery-image] Aug 12 23:40:14.188 INFO O| Aug 12 23:40:14.188 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-12T23:40:14.726Z[ recovery-image] Aug 12 23:40:14.198 INFO O| Aug 12 23:40:14.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67352026-08-12T23:40:14.726Z[ recovery-image] Aug 12 23:40:14.198 INFO O| Aug 12 23:40:14.198 INFO STEP 494 (remove_files) COMPLETE
67362026-08-12T23:40:14.726Z[ recovery-image] Aug 12 23:40:14.198 INFO O| Aug 12 23:40:14.198 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-12T23:40:14.735Z[ recovery-image] Aug 12 23:40:14.208 INFO O| Aug 12 23:40:14.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67382026-08-12T23:40:14.735Z[ recovery-image] Aug 12 23:40:14.208 INFO O| Aug 12 23:40:14.208 INFO STEP 495 (remove_files) COMPLETE
67392026-08-12T23:40:14.735Z[ recovery-image] Aug 12 23:40:14.208 INFO O| Aug 12 23:40:14.208 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-12T23:40:14.746Z[ recovery-image] Aug 12 23:40:14.218 INFO O| Aug 12 23:40:14.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67412026-08-12T23:40:14.750Z[ recovery-image] Aug 12 23:40:14.219 INFO O| Aug 12 23:40:14.219 INFO STEP 496 (remove_files) COMPLETE
67422026-08-12T23:40:14.750Z[ recovery-image] Aug 12 23:40:14.219 INFO O| Aug 12 23:40:14.219 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-12T23:40:14.757Z[ recovery-image] Aug 12 23:40:14.230 INFO O| Aug 12 23:40:14.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67442026-08-12T23:40:14.757Z[ recovery-image] Aug 12 23:40:14.230 INFO O| Aug 12 23:40:14.230 INFO STEP 497 (remove_files) COMPLETE
67452026-08-12T23:40:14.757Z[ recovery-image] Aug 12 23:40:14.230 INFO O| Aug 12 23:40:14.230 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-12T23:40:14.766Z[verify-libraries] Compiling hex-literal v1.1.0
67472026-08-12T23:40:14.770Z[ recovery-image] Aug 12 23:40:14.240 INFO O| Aug 12 23:40:14.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67482026-08-12T23:40:14.770Z[ recovery-image] Aug 12 23:40:14.240 INFO O| Aug 12 23:40:14.240 INFO STEP 498 (remove_files) COMPLETE
67492026-08-12T23:40:14.770Z[ recovery-image] Aug 12 23:40:14.240 INFO O| Aug 12 23:40:14.240 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-12T23:40:14.778Z[ recovery-image] Aug 12 23:40:14.251 INFO O| Aug 12 23:40:14.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67512026-08-12T23:40:14.778Z[ recovery-image] Aug 12 23:40:14.251 INFO O| Aug 12 23:40:14.251 INFO STEP 499 (remove_files) COMPLETE
67522026-08-12T23:40:14.778Z[ recovery-image] Aug 12 23:40:14.251 INFO O| Aug 12 23:40:14.251 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-12T23:40:14.788Z[ recovery-image] Aug 12 23:40:14.261 INFO O| Aug 12 23:40:14.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67542026-08-12T23:40:14.788Z[ recovery-image] Aug 12 23:40:14.261 INFO O| Aug 12 23:40:14.261 INFO STEP 500 (remove_files) COMPLETE
67552026-08-12T23:40:14.792Z[ recovery-image] Aug 12 23:40:14.261 INFO O| Aug 12 23:40:14.261 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-12T23:40:14.800Z[ recovery-image] Aug 12 23:40:14.273 INFO O| Aug 12 23:40:14.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67572026-08-12T23:40:14.800Z[ recovery-image] Aug 12 23:40:14.273 INFO O| Aug 12 23:40:14.273 INFO STEP 501 (remove_files) COMPLETE
67582026-08-12T23:40:14.800Z[ recovery-image] Aug 12 23:40:14.273 INFO O| Aug 12 23:40:14.273 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-12T23:40:14.810Z[ recovery-image] Aug 12 23:40:14.283 INFO O| Aug 12 23:40:14.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67602026-08-12T23:40:14.810Z[ recovery-image] Aug 12 23:40:14.283 INFO O| Aug 12 23:40:14.283 INFO STEP 502 (remove_files) COMPLETE
67612026-08-12T23:40:14.810Z[ recovery-image] Aug 12 23:40:14.283 INFO O| Aug 12 23:40:14.283 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-12T23:40:14.821Z[ recovery-image] Aug 12 23:40:14.294 INFO O| Aug 12 23:40:14.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67632026-08-12T23:40:14.821Z[ recovery-image] Aug 12 23:40:14.294 INFO O| Aug 12 23:40:14.294 INFO STEP 503 (remove_files) COMPLETE
67642026-08-12T23:40:14.821Z[ recovery-image] Aug 12 23:40:14.294 INFO O| Aug 12 23:40:14.294 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-12T23:40:14.831Z[ recovery-image] Aug 12 23:40:14.304 INFO O| Aug 12 23:40:14.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67662026-08-12T23:40:14.831Z[ recovery-image] Aug 12 23:40:14.304 INFO O| Aug 12 23:40:14.304 INFO STEP 504 (remove_files) COMPLETE
67672026-08-12T23:40:14.831Z[ recovery-image] Aug 12 23:40:14.304 INFO O| Aug 12 23:40:14.304 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-12T23:40:14.840Z[ recovery-image] Aug 12 23:40:14.313 INFO O| Aug 12 23:40:14.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67692026-08-12T23:40:14.840Z[ recovery-image] Aug 12 23:40:14.313 INFO O| Aug 12 23:40:14.313 INFO STEP 505 (remove_files) COMPLETE
67702026-08-12T23:40:14.840Z[ recovery-image] Aug 12 23:40:14.313 INFO O| Aug 12 23:40:14.313 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-12T23:40:14.849Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
67722026-08-12T23:40:14.858Z[ recovery-image] Aug 12 23:40:14.323 INFO O| Aug 12 23:40:14.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67732026-08-12T23:40:14.858Z[ recovery-image] Aug 12 23:40:14.323 INFO O| Aug 12 23:40:14.323 INFO STEP 506 (remove_files) COMPLETE
67742026-08-12T23:40:14.858Z[ recovery-image] Aug 12 23:40:14.323 INFO O| Aug 12 23:40:14.323 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-12T23:40:14.863Z[ recovery-image] Aug 12 23:40:14.333 INFO O| Aug 12 23:40:14.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67762026-08-12T23:40:14.863Z[ recovery-image] Aug 12 23:40:14.333 INFO O| Aug 12 23:40:14.333 INFO STEP 507 (remove_files) COMPLETE
67772026-08-12T23:40:14.863Z[ recovery-image] Aug 12 23:40:14.333 INFO O| Aug 12 23:40:14.333 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-12T23:40:14.869Z[ recovery-image] Aug 12 23:40:14.342 INFO O| Aug 12 23:40:14.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67792026-08-12T23:40:14.869Z[ recovery-image] Aug 12 23:40:14.342 INFO O| Aug 12 23:40:14.342 INFO STEP 508 (remove_files) COMPLETE
67802026-08-12T23:40:14.873Z[ recovery-image] Aug 12 23:40:14.342 INFO O| Aug 12 23:40:14.342 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-12T23:40:14.879Z[ recovery-image] Aug 12 23:40:14.352 INFO O| Aug 12 23:40:14.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67822026-08-12T23:40:14.880Z[ recovery-image] Aug 12 23:40:14.352 INFO O| Aug 12 23:40:14.352 INFO STEP 509 (remove_files) COMPLETE
67832026-08-12T23:40:14.884Z[ recovery-image] Aug 12 23:40:14.352 INFO O| Aug 12 23:40:14.352 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-12T23:40:14.888Z[ recovery-image] Aug 12 23:40:14.362 INFO O| Aug 12 23:40:14.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67852026-08-12T23:40:14.892Z[ recovery-image] Aug 12 23:40:14.362 INFO O| Aug 12 23:40:14.362 INFO STEP 510 (remove_files) COMPLETE
67862026-08-12T23:40:14.892Z[ recovery-image] Aug 12 23:40:14.362 INFO O| Aug 12 23:40:14.362 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-12T23:40:14.900Z[ recovery-image] Aug 12 23:40:14.374 INFO O| Aug 12 23:40:14.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67882026-08-12T23:40:14.901Z[ recovery-image] Aug 12 23:40:14.374 INFO O| Aug 12 23:40:14.374 INFO STEP 511 (remove_files) COMPLETE
67892026-08-12T23:40:14.901Z[ recovery-image] Aug 12 23:40:14.374 INFO O| Aug 12 23:40:14.374 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-12T23:40:14.912Z[ recovery-image] Aug 12 23:40:14.385 INFO O| Aug 12 23:40:14.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67912026-08-12T23:40:14.912Z[ recovery-image] Aug 12 23:40:14.385 INFO O| Aug 12 23:40:14.385 INFO STEP 512 (remove_files) COMPLETE
67922026-08-12T23:40:14.912Z[ recovery-image] Aug 12 23:40:14.385 INFO O| Aug 12 23:40:14.385 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-12T23:40:14.917Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
67942026-08-12T23:40:14.924Z[ recovery-image] Aug 12 23:40:14.396 INFO O| Aug 12 23:40:14.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67952026-08-12T23:40:14.927Z[ recovery-image] Aug 12 23:40:14.396 INFO O| Aug 12 23:40:14.396 INFO STEP 513 (remove_files) COMPLETE
67962026-08-12T23:40:14.927Z[ recovery-image] Aug 12 23:40:14.396 INFO O| Aug 12 23:40:14.396 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-12T23:40:14.934Z[ recovery-image] Aug 12 23:40:14.407 INFO O| Aug 12 23:40:14.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67982026-08-12T23:40:14.934Z[ recovery-image] Aug 12 23:40:14.407 INFO O| Aug 12 23:40:14.407 INFO STEP 514 (remove_files) COMPLETE
67992026-08-12T23:40:14.934Z[ recovery-image] Aug 12 23:40:14.407 INFO O| Aug 12 23:40:14.407 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-12T23:40:14.945Z[ recovery-image] Aug 12 23:40:14.418 INFO O| Aug 12 23:40:14.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68012026-08-12T23:40:14.945Z[ recovery-image] Aug 12 23:40:14.418 INFO O| Aug 12 23:40:14.418 INFO STEP 515 (remove_files) COMPLETE
68022026-08-12T23:40:14.945Z[ recovery-image] Aug 12 23:40:14.418 INFO O| Aug 12 23:40:14.418 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-12T23:40:14.955Z[ recovery-image] Aug 12 23:40:14.429 INFO O| Aug 12 23:40:14.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68042026-08-12T23:40:14.956Z[ recovery-image] Aug 12 23:40:14.429 INFO O| Aug 12 23:40:14.429 INFO STEP 516 (remove_files) COMPLETE
68052026-08-12T23:40:14.956Z[ recovery-image] Aug 12 23:40:14.429 INFO O| Aug 12 23:40:14.429 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-12T23:40:14.965Z[ recovery-image] Aug 12 23:40:14.438 INFO O| Aug 12 23:40:14.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68072026-08-12T23:40:14.965Z[ recovery-image] Aug 12 23:40:14.438 INFO O| Aug 12 23:40:14.438 INFO STEP 517 (remove_files) COMPLETE
68082026-08-12T23:40:14.965Z[ recovery-image] Aug 12 23:40:14.438 INFO O| Aug 12 23:40:14.438 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-12T23:40:14.976Z[ recovery-image] Aug 12 23:40:14.449 INFO O| Aug 12 23:40:14.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68102026-08-12T23:40:14.976Z[ recovery-image] Aug 12 23:40:14.449 INFO O| Aug 12 23:40:14.449 INFO STEP 518 (remove_files) COMPLETE
68112026-08-12T23:40:14.980Z[ recovery-image] Aug 12 23:40:14.449 INFO O| Aug 12 23:40:14.449 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-12T23:40:14.985Z[ recovery-image] Aug 12 23:40:14.458 INFO O| Aug 12 23:40:14.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68132026-08-12T23:40:14.985Z[ recovery-image] Aug 12 23:40:14.458 INFO O| Aug 12 23:40:14.458 INFO STEP 519 (remove_files) COMPLETE
68142026-08-12T23:40:14.985Z[ recovery-image] Aug 12 23:40:14.458 INFO O| Aug 12 23:40:14.458 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-12T23:40:14.996Z[ recovery-image] Aug 12 23:40:14.469 INFO O| Aug 12 23:40:14.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68162026-08-12T23:40:14.996Z[ recovery-image] Aug 12 23:40:14.469 INFO O| Aug 12 23:40:14.469 INFO STEP 520 (remove_files) COMPLETE
68172026-08-12T23:40:15.003Z[ recovery-image] Aug 12 23:40:14.469 INFO O| Aug 12 23:40:14.469 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-12T23:40:15.007Z[ recovery-image] Aug 12 23:40:14.478 INFO O| Aug 12 23:40:14.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68192026-08-12T23:40:15.007Z[ recovery-image] Aug 12 23:40:14.478 INFO O| Aug 12 23:40:14.478 INFO STEP 521 (remove_files) COMPLETE
68202026-08-12T23:40:15.008Z[ recovery-image] Aug 12 23:40:14.478 INFO O| Aug 12 23:40:14.478 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-12T23:40:15.015Z[ recovery-image] Aug 12 23:40:14.488 INFO O| Aug 12 23:40:14.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68222026-08-12T23:40:15.015Z[ recovery-image] Aug 12 23:40:14.488 INFO O| Aug 12 23:40:14.488 INFO STEP 522 (remove_files) COMPLETE
68232026-08-12T23:40:15.015Z[ recovery-image] Aug 12 23:40:14.488 INFO O| Aug 12 23:40:14.488 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-12T23:40:15.025Z[ recovery-image] Aug 12 23:40:14.498 INFO O| Aug 12 23:40:14.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68252026-08-12T23:40:15.025Z[ recovery-image] Aug 12 23:40:14.498 INFO O| Aug 12 23:40:14.498 INFO STEP 523 (remove_files) COMPLETE
68262026-08-12T23:40:15.025Z[ recovery-image] Aug 12 23:40:14.498 INFO O| Aug 12 23:40:14.498 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-12T23:40:15.036Z[ recovery-image] Aug 12 23:40:14.508 INFO O| Aug 12 23:40:14.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68282026-08-12T23:40:15.036Z[ recovery-image] Aug 12 23:40:14.508 INFO O| Aug 12 23:40:14.508 INFO STEP 524 (remove_files) COMPLETE
68292026-08-12T23:40:15.036Z[ recovery-image] Aug 12 23:40:14.508 INFO O| Aug 12 23:40:14.508 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-12T23:40:15.044Z[ recovery-image] Aug 12 23:40:14.517 INFO O| Aug 12 23:40:14.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68312026-08-12T23:40:15.044Z[ recovery-image] Aug 12 23:40:14.518 INFO O| Aug 12 23:40:14.517 INFO STEP 525 (remove_files) COMPLETE
68322026-08-12T23:40:15.048Z[ recovery-image] Aug 12 23:40:14.518 INFO O| Aug 12 23:40:14.517 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-12T23:40:15.055Z[ recovery-image] Aug 12 23:40:14.528 INFO O| Aug 12 23:40:14.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68342026-08-12T23:40:15.055Z[ recovery-image] Aug 12 23:40:14.528 INFO O| Aug 12 23:40:14.528 INFO STEP 526 (remove_files) COMPLETE
68352026-08-12T23:40:15.055Z[ recovery-image] Aug 12 23:40:14.528 INFO O| Aug 12 23:40:14.528 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-12T23:40:15.069Z[ recovery-image] Aug 12 23:40:14.542 INFO O| Aug 12 23:40:14.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68372026-08-12T23:40:15.070Z[ recovery-image] Aug 12 23:40:14.542 INFO O| Aug 12 23:40:14.542 INFO STEP 527 (remove_files) COMPLETE
68382026-08-12T23:40:15.070Z[ recovery-image] Aug 12 23:40:14.542 INFO O| Aug 12 23:40:14.542 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-12T23:40:15.080Z[ recovery-image] Aug 12 23:40:14.553 INFO O| Aug 12 23:40:14.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68402026-08-12T23:40:15.082Z[ recovery-image] Aug 12 23:40:14.553 INFO O| Aug 12 23:40:14.553 INFO STEP 528 (remove_files) COMPLETE
68412026-08-12T23:40:15.082Z[ recovery-image] Aug 12 23:40:14.553 INFO O| Aug 12 23:40:14.553 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-12T23:40:15.090Z[ recovery-image] Aug 12 23:40:14.563 INFO O| Aug 12 23:40:14.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68432026-08-12T23:40:15.090Z[ recovery-image] Aug 12 23:40:14.563 INFO O| Aug 12 23:40:14.563 INFO STEP 529 (remove_files) COMPLETE
68442026-08-12T23:40:15.090Z[ recovery-image] Aug 12 23:40:14.563 INFO O| Aug 12 23:40:14.563 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-12T23:40:15.100Z[ recovery-image] Aug 12 23:40:14.573 INFO O| Aug 12 23:40:14.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68462026-08-12T23:40:15.100Z[ recovery-image] Aug 12 23:40:14.573 INFO O| Aug 12 23:40:14.573 INFO STEP 530 (remove_files) COMPLETE
68472026-08-12T23:40:15.100Z[ recovery-image] Aug 12 23:40:14.573 INFO O| Aug 12 23:40:14.573 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-12T23:40:15.111Z[ recovery-image] Aug 12 23:40:14.584 INFO O| Aug 12 23:40:14.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68492026-08-12T23:40:15.111Z[ recovery-image] Aug 12 23:40:14.584 INFO O| Aug 12 23:40:14.584 INFO STEP 531 (remove_files) COMPLETE
68502026-08-12T23:40:15.115Z[ recovery-image] Aug 12 23:40:14.584 INFO O| Aug 12 23:40:14.584 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-12T23:40:15.122Z[ recovery-image] Aug 12 23:40:14.595 INFO O| Aug 12 23:40:14.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68522026-08-12T23:40:15.122Z[ recovery-image] Aug 12 23:40:14.595 INFO O| Aug 12 23:40:14.595 INFO STEP 532 (remove_files) COMPLETE
68532026-08-12T23:40:15.122Z[ recovery-image] Aug 12 23:40:14.595 INFO O| Aug 12 23:40:14.595 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-12T23:40:15.131Z[ recovery-image] Aug 12 23:40:14.604 INFO O| Aug 12 23:40:14.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68552026-08-12T23:40:15.131Z[ recovery-image] Aug 12 23:40:14.604 INFO O| Aug 12 23:40:14.604 INFO STEP 533 (remove_files) COMPLETE
68562026-08-12T23:40:15.131Z[ recovery-image] Aug 12 23:40:14.604 INFO O| Aug 12 23:40:14.604 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-12T23:40:15.141Z[ recovery-image] Aug 12 23:40:14.614 INFO O| Aug 12 23:40:14.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68582026-08-12T23:40:15.142Z[ recovery-image] Aug 12 23:40:14.614 INFO O| Aug 12 23:40:14.614 INFO STEP 534 (remove_files) COMPLETE
68592026-08-12T23:40:15.142Z[ recovery-image] Aug 12 23:40:14.614 INFO O| Aug 12 23:40:14.614 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-12T23:40:15.151Z[ recovery-image] Aug 12 23:40:14.625 INFO O| Aug 12 23:40:14.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68612026-08-12T23:40:15.152Z[ recovery-image] Aug 12 23:40:14.625 INFO O| Aug 12 23:40:14.625 INFO STEP 535 (remove_files) COMPLETE
68622026-08-12T23:40:15.152Z[ recovery-image] Aug 12 23:40:14.625 INFO O| Aug 12 23:40:14.625 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-12T23:40:15.160Z[ recovery-image] Aug 12 23:40:14.634 INFO O| Aug 12 23:40:14.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68642026-08-12T23:40:15.161Z[ recovery-image] Aug 12 23:40:14.634 INFO O| Aug 12 23:40:14.634 INFO STEP 536 (remove_files) COMPLETE
68652026-08-12T23:40:15.164Z[ recovery-image] Aug 12 23:40:14.634 INFO O| Aug 12 23:40:14.634 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-12T23:40:15.170Z[ recovery-image] Aug 12 23:40:14.643 INFO O| Aug 12 23:40:14.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68672026-08-12T23:40:15.170Z[ recovery-image] Aug 12 23:40:14.643 INFO O| Aug 12 23:40:14.643 INFO STEP 537 (remove_files) COMPLETE
68682026-08-12T23:40:15.175Z[ recovery-image] Aug 12 23:40:14.643 INFO O| Aug 12 23:40:14.643 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-12T23:40:15.175Z[verify-libraries] Compiling russh v0.62.4
68702026-08-12T23:40:15.180Z[ recovery-image] Aug 12 23:40:14.653 INFO O| Aug 12 23:40:14.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68712026-08-12T23:40:15.183Z[ recovery-image] Aug 12 23:40:14.656 INFO O| Aug 12 23:40:14.655 INFO STEP 538 (remove_files) COMPLETE
68722026-08-12T23:40:15.183Z[ recovery-image] Aug 12 23:40:14.656 INFO O| Aug 12 23:40:14.656 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-12T23:40:15.193Z[ recovery-image] Aug 12 23:40:14.666 INFO O| Aug 12 23:40:14.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68742026-08-12T23:40:15.193Z[ recovery-image] Aug 12 23:40:14.666 INFO O| Aug 12 23:40:14.666 INFO STEP 539 (remove_files) COMPLETE
68752026-08-12T23:40:15.193Z[ recovery-image] Aug 12 23:40:14.666 INFO O| Aug 12 23:40:14.666 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-12T23:40:15.202Z[ recovery-image] Aug 12 23:40:14.675 INFO O| Aug 12 23:40:14.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68772026-08-12T23:40:15.203Z[ recovery-image] Aug 12 23:40:14.675 INFO O| Aug 12 23:40:14.675 INFO STEP 540 (remove_files) COMPLETE
68782026-08-12T23:40:15.203Z[ recovery-image] Aug 12 23:40:14.675 INFO O| Aug 12 23:40:14.675 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-12T23:40:15.212Z[ recovery-image] Aug 12 23:40:14.685 INFO O| Aug 12 23:40:14.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68802026-08-12T23:40:15.212Z[ recovery-image] Aug 12 23:40:14.685 INFO O| Aug 12 23:40:14.685 INFO STEP 541 (remove_files) COMPLETE
68812026-08-12T23:40:15.215Z[ recovery-image] Aug 12 23:40:14.685 INFO O| Aug 12 23:40:14.685 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-12T23:40:15.222Z[ recovery-image] Aug 12 23:40:14.695 INFO O| Aug 12 23:40:14.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68832026-08-12T23:40:15.222Z[ recovery-image] Aug 12 23:40:14.695 INFO O| Aug 12 23:40:14.695 INFO STEP 542 (remove_files) COMPLETE
68842026-08-12T23:40:15.222Z[ recovery-image] Aug 12 23:40:14.695 INFO O| Aug 12 23:40:14.695 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-12T23:40:15.231Z[ recovery-image] Aug 12 23:40:14.704 INFO O| Aug 12 23:40:14.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68862026-08-12T23:40:15.232Z[ recovery-image] Aug 12 23:40:14.704 INFO O| Aug 12 23:40:14.704 INFO STEP 543 (remove_files) COMPLETE
68872026-08-12T23:40:15.236Z[ recovery-image] Aug 12 23:40:14.704 INFO O| Aug 12 23:40:14.704 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-12T23:40:15.241Z[ recovery-image] Aug 12 23:40:14.714 INFO O| Aug 12 23:40:14.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68892026-08-12T23:40:15.241Z[ recovery-image] Aug 12 23:40:14.714 INFO O| Aug 12 23:40:14.714 INFO STEP 544 (remove_files) COMPLETE
68902026-08-12T23:40:15.245Z[ recovery-image] Aug 12 23:40:14.714 INFO O| Aug 12 23:40:14.714 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-12T23:40:15.251Z[ recovery-image] Aug 12 23:40:14.724 INFO O| Aug 12 23:40:14.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68922026-08-12T23:40:15.251Z[ recovery-image] Aug 12 23:40:14.724 INFO O| Aug 12 23:40:14.724 INFO STEP 545 (remove_files) COMPLETE
68932026-08-12T23:40:15.251Z[ recovery-image] Aug 12 23:40:14.724 INFO O| Aug 12 23:40:14.724 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-12T23:40:15.261Z[ recovery-image] Aug 12 23:40:14.734 INFO O| Aug 12 23:40:14.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68952026-08-12T23:40:15.261Z[ recovery-image] Aug 12 23:40:14.734 INFO O| Aug 12 23:40:14.734 INFO STEP 546 (remove_files) COMPLETE
68962026-08-12T23:40:15.266Z[ recovery-image] Aug 12 23:40:14.734 INFO O| Aug 12 23:40:14.734 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-12T23:40:15.271Z[ recovery-image] Aug 12 23:40:14.744 INFO O| Aug 12 23:40:14.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68982026-08-12T23:40:15.271Z[ recovery-image] Aug 12 23:40:14.744 INFO O| Aug 12 23:40:14.744 INFO STEP 547 (remove_files) COMPLETE
68992026-08-12T23:40:15.272Z[ recovery-image] Aug 12 23:40:14.744 INFO O| Aug 12 23:40:14.744 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-12T23:40:15.283Z[ recovery-image] Aug 12 23:40:14.756 INFO O| Aug 12 23:40:14.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69012026-08-12T23:40:15.283Z[ recovery-image] Aug 12 23:40:14.756 INFO O| Aug 12 23:40:14.756 INFO STEP 548 (remove_files) COMPLETE
69022026-08-12T23:40:15.283Z[ recovery-image] Aug 12 23:40:14.756 INFO O| Aug 12 23:40:14.756 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-12T23:40:15.294Z[ recovery-image] Aug 12 23:40:14.767 INFO O| Aug 12 23:40:14.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69042026-08-12T23:40:15.294Z[ recovery-image] Aug 12 23:40:14.767 INFO O| Aug 12 23:40:14.766 INFO STEP 549 (remove_files) COMPLETE
69052026-08-12T23:40:15.294Z[ recovery-image] Aug 12 23:40:14.767 INFO O| Aug 12 23:40:14.766 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-12T23:40:15.303Z[ recovery-image] Aug 12 23:40:14.776 INFO O| Aug 12 23:40:14.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69072026-08-12T23:40:15.303Z[ recovery-image] Aug 12 23:40:14.776 INFO O| Aug 12 23:40:14.776 INFO STEP 550 (remove_files) COMPLETE
69082026-08-12T23:40:15.303Z[ recovery-image] Aug 12 23:40:14.776 INFO O| Aug 12 23:40:14.776 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-12T23:40:15.312Z[ recovery-image] Aug 12 23:40:14.785 INFO O| Aug 12 23:40:14.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69102026-08-12T23:40:15.312Z[ recovery-image] Aug 12 23:40:14.785 INFO O| Aug 12 23:40:14.785 INFO STEP 551 (remove_files) COMPLETE
69112026-08-12T23:40:15.317Z[ recovery-image] Aug 12 23:40:14.785 INFO O| Aug 12 23:40:14.785 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-12T23:40:15.321Z[ recovery-image] Aug 12 23:40:14.794 INFO O| Aug 12 23:40:14.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69132026-08-12T23:40:15.321Z[ recovery-image] Aug 12 23:40:14.794 INFO O| Aug 12 23:40:14.794 INFO STEP 552 (remove_files) COMPLETE
69142026-08-12T23:40:15.322Z[ recovery-image] Aug 12 23:40:14.794 INFO O| Aug 12 23:40:14.794 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-12T23:40:15.331Z[ recovery-image] Aug 12 23:40:14.805 INFO O| Aug 12 23:40:14.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69162026-08-12T23:40:15.331Z[ recovery-image] Aug 12 23:40:14.805 INFO O| Aug 12 23:40:14.805 INFO STEP 553 (remove_files) COMPLETE
69172026-08-12T23:40:15.331Z[ recovery-image] Aug 12 23:40:14.805 INFO O| Aug 12 23:40:14.805 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-12T23:40:15.346Z[ recovery-image] Aug 12 23:40:14.815 INFO O| Aug 12 23:40:14.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69192026-08-12T23:40:15.346Z[ recovery-image] Aug 12 23:40:14.815 INFO O| Aug 12 23:40:14.815 INFO STEP 554 (remove_files) COMPLETE
69202026-08-12T23:40:15.346Z[ recovery-image] Aug 12 23:40:14.815 INFO O| Aug 12 23:40:14.815 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-12T23:40:15.358Z[ recovery-image] Aug 12 23:40:14.827 INFO O| Aug 12 23:40:14.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69222026-08-12T23:40:15.362Z[ recovery-image] Aug 12 23:40:14.827 INFO O| Aug 12 23:40:14.827 INFO STEP 555 (remove_files) COMPLETE
69232026-08-12T23:40:15.362Z[ recovery-image] Aug 12 23:40:14.827 INFO O| Aug 12 23:40:14.827 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-12T23:40:15.375Z[ recovery-image] Aug 12 23:40:14.836 INFO O| Aug 12 23:40:14.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69252026-08-12T23:40:15.375Z[ recovery-image] Aug 12 23:40:14.836 INFO O| Aug 12 23:40:14.836 INFO STEP 556 (remove_files) COMPLETE
69262026-08-12T23:40:15.375Z[ recovery-image] Aug 12 23:40:14.836 INFO O| Aug 12 23:40:14.836 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-12T23:40:15.375Z[ recovery-image] Aug 12 23:40:14.845 INFO O| Aug 12 23:40:14.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69282026-08-12T23:40:15.375Z[ recovery-image] Aug 12 23:40:14.845 INFO O| Aug 12 23:40:14.845 INFO STEP 557 (remove_files) COMPLETE
69292026-08-12T23:40:15.375Z[ recovery-image] Aug 12 23:40:14.845 INFO O| Aug 12 23:40:14.845 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-12T23:40:15.382Z[ recovery-image] Aug 12 23:40:14.855 INFO O| Aug 12 23:40:14.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69312026-08-12T23:40:15.382Z[ recovery-image] Aug 12 23:40:14.855 INFO O| Aug 12 23:40:14.853 INFO STEP 558 (remove_files) COMPLETE
69322026-08-12T23:40:15.382Z[ recovery-image] Aug 12 23:40:14.855 INFO O| Aug 12 23:40:14.853 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-12T23:40:15.398Z[ recovery-image] Aug 12 23:40:14.864 INFO O| Aug 12 23:40:14.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69342026-08-12T23:40:15.398Z[ recovery-image] Aug 12 23:40:14.864 INFO O| Aug 12 23:40:14.864 INFO STEP 559 (remove_files) COMPLETE
69352026-08-12T23:40:15.398Z[ recovery-image] Aug 12 23:40:14.864 INFO O| Aug 12 23:40:14.864 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-12T23:40:15.407Z[ recovery-image] Aug 12 23:40:14.873 INFO O| Aug 12 23:40:14.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69372026-08-12T23:40:15.408Z[ recovery-image] Aug 12 23:40:14.874 INFO O| Aug 12 23:40:14.873 INFO STEP 560 (remove_files) COMPLETE
69382026-08-12T23:40:15.408Z[ recovery-image] Aug 12 23:40:14.874 INFO O| Aug 12 23:40:14.873 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-12T23:40:15.414Z[ recovery-image] Aug 12 23:40:14.884 INFO O| Aug 12 23:40:14.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69402026-08-12T23:40:15.414Z[ recovery-image] Aug 12 23:40:14.884 INFO O| Aug 12 23:40:14.884 INFO STEP 561 (remove_files) COMPLETE
69412026-08-12T23:40:15.414Z[ recovery-image] Aug 12 23:40:14.884 INFO O| Aug 12 23:40:14.884 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-12T23:40:15.423Z[ recovery-image] Aug 12 23:40:14.894 INFO O| Aug 12 23:40:14.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69432026-08-12T23:40:15.423Z[ recovery-image] Aug 12 23:40:14.894 INFO O| Aug 12 23:40:14.894 INFO STEP 562 (remove_files) COMPLETE
69442026-08-12T23:40:15.423Z[ recovery-image] Aug 12 23:40:14.894 INFO O| Aug 12 23:40:14.894 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-12T23:40:15.433Z[ recovery-image] Aug 12 23:40:14.904 INFO O| Aug 12 23:40:14.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69462026-08-12T23:40:15.433Z[ recovery-image] Aug 12 23:40:14.904 INFO O| Aug 12 23:40:14.904 INFO STEP 563 (remove_files) COMPLETE
69472026-08-12T23:40:15.433Z[ recovery-image] Aug 12 23:40:14.904 INFO O| Aug 12 23:40:14.904 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-12T23:40:15.442Z[ recovery-image] Aug 12 23:40:14.914 INFO O| Aug 12 23:40:14.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69492026-08-12T23:40:15.442Z[ recovery-image] Aug 12 23:40:14.914 INFO O| Aug 12 23:40:14.914 INFO STEP 564 (remove_files) COMPLETE
69502026-08-12T23:40:15.449Z[ recovery-image] Aug 12 23:40:14.914 INFO O| Aug 12 23:40:14.914 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-12T23:40:15.457Z[ recovery-image] Aug 12 23:40:14.924 INFO O| Aug 12 23:40:14.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69522026-08-12T23:40:15.458Z[ recovery-image] Aug 12 23:40:14.924 INFO O| Aug 12 23:40:14.924 INFO STEP 565 (remove_files) COMPLETE
69532026-08-12T23:40:15.458Z[ recovery-image] Aug 12 23:40:14.924 INFO O| Aug 12 23:40:14.924 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-12T23:40:15.467Z[ recovery-image] Aug 12 23:40:14.933 INFO O| Aug 12 23:40:14.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69552026-08-12T23:40:15.467Z[ recovery-image] Aug 12 23:40:14.933 INFO O| Aug 12 23:40:14.933 INFO STEP 566 (remove_files) COMPLETE
69562026-08-12T23:40:15.467Z[ recovery-image] Aug 12 23:40:14.933 INFO O| Aug 12 23:40:14.933 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-12T23:40:15.474Z[ recovery-image] Aug 12 23:40:14.942 INFO O| Aug 12 23:40:14.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69582026-08-12T23:40:15.474Z[ recovery-image] Aug 12 23:40:14.942 INFO O| Aug 12 23:40:14.942 INFO STEP 567 (remove_files) COMPLETE
69592026-08-12T23:40:15.474Z[ recovery-image] Aug 12 23:40:14.942 INFO O| Aug 12 23:40:14.942 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-12T23:40:15.482Z[ recovery-image] Aug 12 23:40:14.952 INFO O| Aug 12 23:40:14.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69612026-08-12T23:40:15.482Z[ recovery-image] Aug 12 23:40:14.952 INFO O| Aug 12 23:40:14.952 INFO STEP 568 (remove_files) COMPLETE
69622026-08-12T23:40:15.482Z[ recovery-image] Aug 12 23:40:14.952 INFO O| Aug 12 23:40:14.952 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-12T23:40:15.489Z[ recovery-image] Aug 12 23:40:14.962 INFO O| Aug 12 23:40:14.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69642026-08-12T23:40:15.489Z[ recovery-image] Aug 12 23:40:14.962 INFO O| Aug 12 23:40:14.962 INFO STEP 569 (remove_files) COMPLETE
69652026-08-12T23:40:15.490Z[ recovery-image] Aug 12 23:40:14.962 INFO O| Aug 12 23:40:14.962 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-12T23:40:15.510Z[ recovery-image] Aug 12 23:40:14.972 INFO O| Aug 12 23:40:14.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69672026-08-12T23:40:15.510Z[ recovery-image] Aug 12 23:40:14.972 INFO O| Aug 12 23:40:14.972 INFO STEP 570 (remove_files) COMPLETE
69682026-08-12T23:40:15.510Z[ recovery-image] Aug 12 23:40:14.972 INFO O| Aug 12 23:40:14.972 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-12T23:40:15.517Z[ recovery-image] Aug 12 23:40:14.982 INFO O| Aug 12 23:40:14.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69702026-08-12T23:40:15.517Z[ recovery-image] Aug 12 23:40:14.982 INFO O| Aug 12 23:40:14.982 INFO STEP 571 (remove_files) COMPLETE
69712026-08-12T23:40:15.517Z[ recovery-image] Aug 12 23:40:14.982 INFO O| Aug 12 23:40:14.982 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-12T23:40:15.522Z[ recovery-image] Aug 12 23:40:14.991 INFO O| Aug 12 23:40:14.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69732026-08-12T23:40:15.522Z[ recovery-image] Aug 12 23:40:14.991 INFO O| Aug 12 23:40:14.991 INFO STEP 572 (remove_files) COMPLETE
69742026-08-12T23:40:15.522Z[ recovery-image] Aug 12 23:40:14.991 INFO O| Aug 12 23:40:14.991 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-12T23:40:15.527Z[ recovery-image] Aug 12 23:40:15.000 INFO O| Aug 12 23:40:15.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69762026-08-12T23:40:15.527Z[ recovery-image] Aug 12 23:40:15.000 INFO O| Aug 12 23:40:15.000 INFO STEP 573 (remove_files) COMPLETE
69772026-08-12T23:40:15.527Z[ recovery-image] Aug 12 23:40:15.000 INFO O| Aug 12 23:40:15.000 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-12T23:40:15.536Z[ recovery-image] Aug 12 23:40:15.009 INFO O| Aug 12 23:40:15.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69792026-08-12T23:40:15.536Z[ recovery-image] Aug 12 23:40:15.009 INFO O| Aug 12 23:40:15.009 INFO STEP 574 (remove_files) COMPLETE
69802026-08-12T23:40:15.536Z[ recovery-image] Aug 12 23:40:15.009 INFO O| Aug 12 23:40:15.009 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-12T23:40:15.549Z[ recovery-image] Aug 12 23:40:15.021 INFO O| Aug 12 23:40:15.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69822026-08-12T23:40:15.549Z[ recovery-image] Aug 12 23:40:15.021 INFO O| Aug 12 23:40:15.021 INFO STEP 575 (remove_files) COMPLETE
69832026-08-12T23:40:15.549Z[ recovery-image] Aug 12 23:40:15.021 INFO O| Aug 12 23:40:15.021 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-12T23:40:15.557Z[ recovery-image] Aug 12 23:40:15.029 INFO O| Aug 12 23:40:15.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69852026-08-12T23:40:15.558Z[ recovery-image] Aug 12 23:40:15.029 INFO O| Aug 12 23:40:15.029 INFO STEP 576 (remove_files) COMPLETE
69862026-08-12T23:40:15.558Z[ recovery-image] Aug 12 23:40:15.029 INFO O| Aug 12 23:40:15.029 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-12T23:40:15.567Z[ recovery-image] Aug 12 23:40:15.040 INFO O| Aug 12 23:40:15.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69882026-08-12T23:40:15.567Z[ recovery-image] Aug 12 23:40:15.040 INFO O| Aug 12 23:40:15.040 INFO STEP 577 (remove_files) COMPLETE
69892026-08-12T23:40:15.567Z[ recovery-image] Aug 12 23:40:15.040 INFO O| Aug 12 23:40:15.040 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-12T23:40:15.577Z[ recovery-image] Aug 12 23:40:15.050 INFO O| Aug 12 23:40:15.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69912026-08-12T23:40:15.583Z[ recovery-image] Aug 12 23:40:15.050 INFO O| Aug 12 23:40:15.050 INFO STEP 578 (remove_files) COMPLETE
69922026-08-12T23:40:15.583Z[ recovery-image] Aug 12 23:40:15.050 INFO O| Aug 12 23:40:15.050 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-12T23:40:15.588Z[ recovery-image] Aug 12 23:40:15.061 INFO O| Aug 12 23:40:15.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69942026-08-12T23:40:15.592Z[ recovery-image] Aug 12 23:40:15.062 INFO O| Aug 12 23:40:15.062 INFO STEP 579 (remove_files) COMPLETE
69952026-08-12T23:40:15.592Z[ recovery-image] Aug 12 23:40:15.062 INFO O| Aug 12 23:40:15.062 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-12T23:40:15.606Z[ recovery-image] Aug 12 23:40:15.079 INFO O| Aug 12 23:40:15.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69972026-08-12T23:40:15.606Z[ recovery-image] Aug 12 23:40:15.079 INFO O| Aug 12 23:40:15.072 INFO STEP 580 (remove_files) COMPLETE
69982026-08-12T23:40:15.606Z[ recovery-image] Aug 12 23:40:15.079 INFO O| Aug 12 23:40:15.072 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-12T23:40:15.613Z[ recovery-image] Aug 12 23:40:15.082 INFO O| Aug 12 23:40:15.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70002026-08-12T23:40:15.613Z[ recovery-image] Aug 12 23:40:15.082 INFO O| Aug 12 23:40:15.082 INFO STEP 581 (remove_files) COMPLETE
70012026-08-12T23:40:15.613Z[ recovery-image] Aug 12 23:40:15.082 INFO O| Aug 12 23:40:15.082 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-12T23:40:15.614Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
70032026-08-12T23:40:15.618Z[ recovery-image] Aug 12 23:40:15.091 INFO O| Aug 12 23:40:15.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70042026-08-12T23:40:15.618Z[ recovery-image] Aug 12 23:40:15.091 INFO O| Aug 12 23:40:15.091 INFO STEP 582 (remove_files) COMPLETE
70052026-08-12T23:40:15.618Z[ recovery-image] Aug 12 23:40:15.091 INFO O| Aug 12 23:40:15.091 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-12T23:40:15.628Z[ recovery-image] Aug 12 23:40:15.101 INFO O| Aug 12 23:40:15.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70072026-08-12T23:40:15.628Z[ recovery-image] Aug 12 23:40:15.101 INFO O| Aug 12 23:40:15.101 INFO STEP 583 (remove_files) COMPLETE
70082026-08-12T23:40:15.628Z[ recovery-image] Aug 12 23:40:15.101 INFO O| Aug 12 23:40:15.101 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-12T23:40:15.638Z[ recovery-image] Aug 12 23:40:15.112 INFO O| Aug 12 23:40:15.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70102026-08-12T23:40:15.639Z[ recovery-image] Aug 12 23:40:15.112 INFO O| Aug 12 23:40:15.112 INFO STEP 584 (remove_files) COMPLETE
70112026-08-12T23:40:15.639Z[ recovery-image] Aug 12 23:40:15.112 INFO O| Aug 12 23:40:15.112 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-12T23:40:15.649Z[ recovery-image] Aug 12 23:40:15.122 INFO O| Aug 12 23:40:15.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70132026-08-12T23:40:15.649Z[ recovery-image] Aug 12 23:40:15.122 INFO O| Aug 12 23:40:15.122 INFO STEP 585 (remove_files) COMPLETE
70142026-08-12T23:40:15.649Z[ recovery-image] Aug 12 23:40:15.122 INFO O| Aug 12 23:40:15.122 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-12T23:40:15.659Z[ recovery-image] Aug 12 23:40:15.133 INFO O| Aug 12 23:40:15.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70162026-08-12T23:40:15.659Z[ recovery-image] Aug 12 23:40:15.133 INFO O| Aug 12 23:40:15.133 INFO STEP 586 (remove_files) COMPLETE
70172026-08-12T23:40:15.659Z[ recovery-image] Aug 12 23:40:15.133 INFO O| Aug 12 23:40:15.133 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-12T23:40:15.670Z[ recovery-image] Aug 12 23:40:15.143 INFO O| Aug 12 23:40:15.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70192026-08-12T23:40:15.670Z[ recovery-image] Aug 12 23:40:15.143 INFO O| Aug 12 23:40:15.143 INFO STEP 587 (remove_files) COMPLETE
70202026-08-12T23:40:15.670Z[ recovery-image] Aug 12 23:40:15.143 INFO O| Aug 12 23:40:15.143 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-12T23:40:15.681Z[ recovery-image] Aug 12 23:40:15.154 INFO O| Aug 12 23:40:15.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70222026-08-12T23:40:15.681Z[ recovery-image] Aug 12 23:40:15.154 INFO O| Aug 12 23:40:15.154 INFO STEP 588 (remove_files) COMPLETE
70232026-08-12T23:40:15.681Z[ recovery-image] Aug 12 23:40:15.154 INFO O| Aug 12 23:40:15.154 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-12T23:40:15.691Z[ recovery-image] Aug 12 23:40:15.164 INFO O| Aug 12 23:40:15.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70252026-08-12T23:40:15.691Z[ recovery-image] Aug 12 23:40:15.164 INFO O| Aug 12 23:40:15.164 INFO STEP 589 (remove_files) COMPLETE
70262026-08-12T23:40:15.692Z[ recovery-image] Aug 12 23:40:15.164 INFO O| Aug 12 23:40:15.164 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-12T23:40:15.695Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
70282026-08-12T23:40:15.702Z[ recovery-image] Aug 12 23:40:15.174 INFO O| Aug 12 23:40:15.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70292026-08-12T23:40:15.702Z[ recovery-image] Aug 12 23:40:15.174 INFO O| Aug 12 23:40:15.174 INFO STEP 590 (remove_files) COMPLETE
70302026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.174 INFO O| Aug 12 23:40:15.174 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.183 INFO O| Aug 12 23:40:15.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70322026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.183 INFO O| Aug 12 23:40:15.183 INFO STEP 591 (remove_files) COMPLETE
70332026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.183 INFO O| Aug 12 23:40:15.183 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.191 INFO O| Aug 12 23:40:15.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70352026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.191 INFO O| Aug 12 23:40:15.191 INFO STEP 592 (remove_files) COMPLETE
70362026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.191 INFO O| Aug 12 23:40:15.191 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.201 INFO O| Aug 12 23:40:15.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70382026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.201 INFO O| Aug 12 23:40:15.201 INFO STEP 593 (remove_files) COMPLETE
70392026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.201 INFO O| Aug 12 23:40:15.201 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.214 INFO O| Aug 12 23:40:15.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70412026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.214 INFO O| Aug 12 23:40:15.214 INFO STEP 594 (remove_files) COMPLETE
70422026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.214 INFO O| Aug 12 23:40:15.214 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.225 INFO O| Aug 12 23:40:15.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70442026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.225 INFO O| Aug 12 23:40:15.225 INFO STEP 595 (remove_files) COMPLETE
70452026-08-12T23:40:15.791Z[ recovery-image] Aug 12 23:40:15.225 INFO O| Aug 12 23:40:15.225 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-12T23:40:15.792Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
70472026-08-12T23:40:15.792Z[ recovery-image] Aug 12 23:40:15.235 INFO O| Aug 12 23:40:15.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70482026-08-12T23:40:15.792Z[ recovery-image] Aug 12 23:40:15.235 INFO O| Aug 12 23:40:15.235 INFO STEP 596 (remove_files) COMPLETE
70492026-08-12T23:40:15.792Z[ recovery-image] Aug 12 23:40:15.235 INFO O| Aug 12 23:40:15.235 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-12T23:40:15.792Z[ recovery-image] Aug 12 23:40:15.245 INFO O| Aug 12 23:40:15.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70512026-08-12T23:40:15.792Z[ recovery-image] Aug 12 23:40:15.245 INFO O| Aug 12 23:40:15.245 INFO STEP 597 (remove_files) COMPLETE
70522026-08-12T23:40:15.792Z[ recovery-image] Aug 12 23:40:15.245 INFO O| Aug 12 23:40:15.245 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-12T23:40:15.792Z[ recovery-image] Aug 12 23:40:15.255 INFO O| Aug 12 23:40:15.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70542026-08-12T23:40:15.792Z[ recovery-image] Aug 12 23:40:15.255 INFO O| Aug 12 23:40:15.255 INFO STEP 598 (remove_files) COMPLETE
70552026-08-12T23:40:15.792Z[ recovery-image] Aug 12 23:40:15.255 INFO O| Aug 12 23:40:15.255 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-12T23:40:15.796Z[ recovery-image] Aug 12 23:40:15.264 INFO O| Aug 12 23:40:15.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70572026-08-12T23:40:15.796Z[ recovery-image] Aug 12 23:40:15.264 INFO O| Aug 12 23:40:15.264 INFO STEP 599 (remove_files) COMPLETE
70582026-08-12T23:40:15.796Z[ recovery-image] Aug 12 23:40:15.264 INFO O| Aug 12 23:40:15.264 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-12T23:40:15.802Z[ recovery-image] Aug 12 23:40:15.273 INFO O| Aug 12 23:40:15.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70602026-08-12T23:40:15.802Z[ recovery-image] Aug 12 23:40:15.273 INFO O| Aug 12 23:40:15.273 INFO STEP 600 (remove_files) COMPLETE
70612026-08-12T23:40:15.802Z[ recovery-image] Aug 12 23:40:15.273 INFO O| Aug 12 23:40:15.273 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-12T23:40:15.810Z[ recovery-image] Aug 12 23:40:15.283 INFO O| Aug 12 23:40:15.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70632026-08-12T23:40:15.810Z[ recovery-image] Aug 12 23:40:15.283 INFO O| Aug 12 23:40:15.283 INFO STEP 601 (remove_files) COMPLETE
70642026-08-12T23:40:15.815Z[ recovery-image] Aug 12 23:40:15.283 INFO O| Aug 12 23:40:15.283 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-12T23:40:15.820Z[ recovery-image] Aug 12 23:40:15.293 INFO O| Aug 12 23:40:15.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70662026-08-12T23:40:15.825Z[ recovery-image] Aug 12 23:40:15.294 INFO O| Aug 12 23:40:15.294 INFO STEP 602 (remove_files) COMPLETE
70672026-08-12T23:40:15.825Z[ recovery-image] Aug 12 23:40:15.294 INFO O| Aug 12 23:40:15.294 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-12T23:40:15.847Z[ recovery-image] Aug 12 23:40:15.320 INFO O| Aug 12 23:40:15.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70692026-08-12T23:40:15.847Z[ recovery-image] Aug 12 23:40:15.320 INFO O| Aug 12 23:40:15.320 INFO STEP 603 (remove_files) COMPLETE
70702026-08-12T23:40:15.847Z[ recovery-image] Aug 12 23:40:15.320 INFO O| Aug 12 23:40:15.320 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-12T23:40:15.858Z[ recovery-image] Aug 12 23:40:15.331 INFO O| Aug 12 23:40:15.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70722026-08-12T23:40:15.859Z[ recovery-image] Aug 12 23:40:15.331 INFO O| Aug 12 23:40:15.331 INFO STEP 604 (remove_files) COMPLETE
70732026-08-12T23:40:15.859Z[ recovery-image] Aug 12 23:40:15.331 INFO O| Aug 12 23:40:15.331 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-12T23:40:15.873Z[ recovery-image] Aug 12 23:40:15.341 INFO O| Aug 12 23:40:15.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70752026-08-12T23:40:15.873Z[ recovery-image] Aug 12 23:40:15.341 INFO O| Aug 12 23:40:15.341 INFO STEP 605 (remove_files) COMPLETE
70762026-08-12T23:40:15.873Z[ recovery-image] Aug 12 23:40:15.341 INFO O| Aug 12 23:40:15.341 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-12T23:40:15.879Z[ recovery-image] Aug 12 23:40:15.350 INFO O| Aug 12 23:40:15.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70782026-08-12T23:40:15.879Z[ recovery-image] Aug 12 23:40:15.350 INFO O| Aug 12 23:40:15.350 INFO STEP 606 (remove_files) COMPLETE
70792026-08-12T23:40:15.879Z[ recovery-image] Aug 12 23:40:15.350 INFO O| Aug 12 23:40:15.350 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-12T23:40:15.886Z[ recovery-image] Aug 12 23:40:15.360 INFO O| Aug 12 23:40:15.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70812026-08-12T23:40:15.886Z[ recovery-image] Aug 12 23:40:15.360 INFO O| Aug 12 23:40:15.360 INFO STEP 607 (remove_files) COMPLETE
70822026-08-12T23:40:15.891Z[ recovery-image] Aug 12 23:40:15.360 INFO O| Aug 12 23:40:15.360 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-12T23:40:15.895Z[ recovery-image] Aug 12 23:40:15.368 INFO O| Aug 12 23:40:15.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70842026-08-12T23:40:15.895Z[ recovery-image] Aug 12 23:40:15.369 INFO O| Aug 12 23:40:15.369 INFO STEP 608 (remove_files) COMPLETE
70852026-08-12T23:40:15.896Z[ recovery-image] Aug 12 23:40:15.369 INFO O| Aug 12 23:40:15.369 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-12T23:40:15.905Z[ recovery-image] Aug 12 23:40:15.378 INFO O| Aug 12 23:40:15.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70872026-08-12T23:40:15.905Z[ recovery-image] Aug 12 23:40:15.378 INFO O| Aug 12 23:40:15.378 INFO STEP 609 (remove_files) COMPLETE
70882026-08-12T23:40:15.908Z[ recovery-image] Aug 12 23:40:15.378 INFO O| Aug 12 23:40:15.378 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-12T23:40:15.914Z[ recovery-image] Aug 12 23:40:15.387 INFO O| Aug 12 23:40:15.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70902026-08-12T23:40:15.914Z[ recovery-image] Aug 12 23:40:15.387 INFO O| Aug 12 23:40:15.387 INFO STEP 610 (remove_files) COMPLETE
70912026-08-12T23:40:15.917Z[ recovery-image] Aug 12 23:40:15.387 INFO O| Aug 12 23:40:15.387 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-12T23:40:15.924Z[ recovery-image] Aug 12 23:40:15.397 INFO O| Aug 12 23:40:15.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70932026-08-12T23:40:15.924Z[ recovery-image] Aug 12 23:40:15.397 INFO O| Aug 12 23:40:15.397 INFO STEP 611 (remove_files) COMPLETE
70942026-08-12T23:40:15.927Z[ recovery-image] Aug 12 23:40:15.397 INFO O| Aug 12 23:40:15.397 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-12T23:40:15.933Z[ recovery-image] Aug 12 23:40:15.406 INFO O| Aug 12 23:40:15.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70962026-08-12T23:40:15.933Z[ recovery-image] Aug 12 23:40:15.406 INFO O| Aug 12 23:40:15.406 INFO STEP 612 (remove_files) COMPLETE
70972026-08-12T23:40:15.936Z[ recovery-image] Aug 12 23:40:15.406 INFO O| Aug 12 23:40:15.406 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-12T23:40:15.941Z[ recovery-image] Aug 12 23:40:15.415 INFO O| Aug 12 23:40:15.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70992026-08-12T23:40:15.941Z[ recovery-image] Aug 12 23:40:15.415 INFO O| Aug 12 23:40:15.415 INFO STEP 613 (remove_files) COMPLETE
71002026-08-12T23:40:15.945Z[ recovery-image] Aug 12 23:40:15.415 INFO O| Aug 12 23:40:15.415 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-12T23:40:15.955Z[ recovery-image] Aug 12 23:40:15.426 INFO O| Aug 12 23:40:15.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71022026-08-12T23:40:15.956Z[ recovery-image] Aug 12 23:40:15.426 INFO O| Aug 12 23:40:15.426 INFO STEP 614 (remove_files) COMPLETE
71032026-08-12T23:40:15.956Z[ recovery-image] Aug 12 23:40:15.426 INFO O| Aug 12 23:40:15.426 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-12T23:40:15.964Z[ recovery-image] Aug 12 23:40:15.437 INFO O| Aug 12 23:40:15.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71052026-08-12T23:40:15.964Z[ recovery-image] Aug 12 23:40:15.437 INFO O| Aug 12 23:40:15.437 INFO STEP 615 (remove_files) COMPLETE
71062026-08-12T23:40:15.968Z[ recovery-image] Aug 12 23:40:15.437 INFO O| Aug 12 23:40:15.437 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-12T23:40:15.974Z[ recovery-image] Aug 12 23:40:15.447 INFO O| Aug 12 23:40:15.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71082026-08-12T23:40:15.978Z[ recovery-image] Aug 12 23:40:15.448 INFO O| Aug 12 23:40:15.448 INFO STEP 616 (remove_files) COMPLETE
71092026-08-12T23:40:15.978Z[ recovery-image] Aug 12 23:40:15.448 INFO O| Aug 12 23:40:15.448 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-12T23:40:15.985Z[ recovery-image] Aug 12 23:40:15.458 INFO O| Aug 12 23:40:15.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71112026-08-12T23:40:15.986Z[ recovery-image] Aug 12 23:40:15.458 INFO O| Aug 12 23:40:15.458 INFO STEP 617 (remove_files) COMPLETE
71122026-08-12T23:40:15.986Z[ recovery-image] Aug 12 23:40:15.458 INFO O| Aug 12 23:40:15.458 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-12T23:40:15.995Z[ recovery-image] Aug 12 23:40:15.468 INFO O| Aug 12 23:40:15.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71142026-08-12T23:40:15.995Z[ recovery-image] Aug 12 23:40:15.468 INFO O| Aug 12 23:40:15.468 INFO STEP 618 (remove_files) COMPLETE
71152026-08-12T23:40:15.995Z[ recovery-image] Aug 12 23:40:15.468 INFO O| Aug 12 23:40:15.468 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-12T23:40:16.003Z[ recovery-image] Aug 12 23:40:15.476 INFO O| Aug 12 23:40:15.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71172026-08-12T23:40:16.003Z[ recovery-image] Aug 12 23:40:15.476 INFO O| Aug 12 23:40:15.476 INFO STEP 619 (remove_files) COMPLETE
71182026-08-12T23:40:16.007Z[ recovery-image] Aug 12 23:40:15.476 INFO O| Aug 12 23:40:15.476 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-12T23:40:16.011Z[ recovery-image] Aug 12 23:40:15.484 INFO O| Aug 12 23:40:15.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71202026-08-12T23:40:16.011Z[ recovery-image] Aug 12 23:40:15.484 INFO O| Aug 12 23:40:15.484 INFO STEP 620 (remove_files) COMPLETE
71212026-08-12T23:40:16.011Z[ recovery-image] Aug 12 23:40:15.484 INFO O| Aug 12 23:40:15.484 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-12T23:40:16.019Z[ recovery-image] Aug 12 23:40:15.492 INFO O| Aug 12 23:40:15.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71232026-08-12T23:40:16.019Z[ recovery-image] Aug 12 23:40:15.492 INFO O| Aug 12 23:40:15.492 INFO STEP 621 (remove_files) COMPLETE
71242026-08-12T23:40:16.022Z[ recovery-image] Aug 12 23:40:15.492 INFO O| Aug 12 23:40:15.492 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-12T23:40:16.029Z[ recovery-image] Aug 12 23:40:15.502 INFO O| Aug 12 23:40:15.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71262026-08-12T23:40:16.029Z[ recovery-image] Aug 12 23:40:15.502 INFO O| Aug 12 23:40:15.502 INFO STEP 622 (remove_files) COMPLETE
71272026-08-12T23:40:16.033Z[ recovery-image] Aug 12 23:40:15.502 INFO O| Aug 12 23:40:15.502 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-12T23:40:16.039Z[ recovery-image] Aug 12 23:40:15.512 INFO O| Aug 12 23:40:15.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71292026-08-12T23:40:16.039Z[ recovery-image] Aug 12 23:40:15.512 INFO O| Aug 12 23:40:15.512 INFO STEP 623 (remove_files) COMPLETE
71302026-08-12T23:40:16.039Z[ recovery-image] Aug 12 23:40:15.512 INFO O| Aug 12 23:40:15.512 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-12T23:40:16.048Z[ recovery-image] Aug 12 23:40:15.522 INFO O| Aug 12 23:40:15.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71322026-08-12T23:40:16.049Z[ recovery-image] Aug 12 23:40:15.522 INFO O| Aug 12 23:40:15.522 INFO STEP 624 (remove_files) COMPLETE
71332026-08-12T23:40:16.049Z[ recovery-image] Aug 12 23:40:15.522 INFO O| Aug 12 23:40:15.522 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-12T23:40:16.058Z[ recovery-image] Aug 12 23:40:15.531 INFO O| Aug 12 23:40:15.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71352026-08-12T23:40:16.058Z[ recovery-image] Aug 12 23:40:15.531 INFO O| Aug 12 23:40:15.531 INFO STEP 625 (remove_files) COMPLETE
71362026-08-12T23:40:16.058Z[ recovery-image] Aug 12 23:40:15.531 INFO O| Aug 12 23:40:15.531 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-12T23:40:16.068Z[ recovery-image] Aug 12 23:40:15.541 INFO O| Aug 12 23:40:15.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71382026-08-12T23:40:16.068Z[ recovery-image] Aug 12 23:40:15.541 INFO O| Aug 12 23:40:15.541 INFO STEP 626 (remove_files) COMPLETE
71392026-08-12T23:40:16.068Z[ recovery-image] Aug 12 23:40:15.541 INFO O| Aug 12 23:40:15.541 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-12T23:40:16.079Z[ recovery-image] Aug 12 23:40:15.552 INFO O| Aug 12 23:40:15.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71412026-08-12T23:40:16.079Z[ recovery-image] Aug 12 23:40:15.552 INFO O| Aug 12 23:40:15.552 INFO STEP 627 (remove_files) COMPLETE
71422026-08-12T23:40:16.079Z[ recovery-image] Aug 12 23:40:15.552 INFO O| Aug 12 23:40:15.552 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-12T23:40:16.089Z[ recovery-image] Aug 12 23:40:15.562 INFO O| Aug 12 23:40:15.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71442026-08-12T23:40:16.089Z[ recovery-image] Aug 12 23:40:15.562 INFO O| Aug 12 23:40:15.562 INFO STEP 628 (remove_files) COMPLETE
71452026-08-12T23:40:16.089Z[ recovery-image] Aug 12 23:40:15.562 INFO O| Aug 12 23:40:15.562 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-12T23:40:16.100Z[ recovery-image] Aug 12 23:40:15.573 INFO O| Aug 12 23:40:15.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71472026-08-12T23:40:16.100Z[ recovery-image] Aug 12 23:40:15.573 INFO O| Aug 12 23:40:15.573 INFO STEP 629 (remove_files) COMPLETE
71482026-08-12T23:40:16.104Z[ recovery-image] Aug 12 23:40:15.573 INFO O| Aug 12 23:40:15.573 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-12T23:40:16.110Z[ recovery-image] Aug 12 23:40:15.584 INFO O| Aug 12 23:40:15.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71502026-08-12T23:40:16.110Z[ recovery-image] Aug 12 23:40:15.584 INFO O| Aug 12 23:40:15.584 INFO STEP 630 (remove_files) COMPLETE
71512026-08-12T23:40:16.111Z[ recovery-image] Aug 12 23:40:15.584 INFO O| Aug 12 23:40:15.584 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-12T23:40:16.120Z[ recovery-image] Aug 12 23:40:15.594 INFO O| Aug 12 23:40:15.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71532026-08-12T23:40:16.121Z[ recovery-image] Aug 12 23:40:15.594 INFO O| Aug 12 23:40:15.594 INFO STEP 631 (remove_files) COMPLETE
71542026-08-12T23:40:16.121Z[ recovery-image] Aug 12 23:40:15.594 INFO O| Aug 12 23:40:15.594 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-12T23:40:16.132Z[ recovery-image] Aug 12 23:40:15.604 INFO O| Aug 12 23:40:15.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71562026-08-12T23:40:16.132Z[ recovery-image] Aug 12 23:40:15.604 INFO O| Aug 12 23:40:15.604 INFO STEP 632 (remove_files) COMPLETE
71572026-08-12T23:40:16.132Z[ recovery-image] Aug 12 23:40:15.604 INFO O| Aug 12 23:40:15.604 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-12T23:40:16.143Z[ recovery-image] Aug 12 23:40:15.615 INFO O| Aug 12 23:40:15.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71592026-08-12T23:40:16.143Z[ recovery-image] Aug 12 23:40:15.615 INFO O| Aug 12 23:40:15.615 INFO STEP 633 (remove_files) COMPLETE
71602026-08-12T23:40:16.143Z[ recovery-image] Aug 12 23:40:15.615 INFO O| Aug 12 23:40:15.615 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-12T23:40:16.153Z[ recovery-image] Aug 12 23:40:15.625 INFO O| Aug 12 23:40:15.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71622026-08-12T23:40:16.153Z[ recovery-image] Aug 12 23:40:15.625 INFO O| Aug 12 23:40:15.625 INFO STEP 634 (remove_files) COMPLETE
71632026-08-12T23:40:16.157Z[ recovery-image] Aug 12 23:40:15.625 INFO O| Aug 12 23:40:15.625 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-12T23:40:16.161Z[ recovery-image] Aug 12 23:40:15.635 INFO O| Aug 12 23:40:15.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71652026-08-12T23:40:16.162Z[ recovery-image] Aug 12 23:40:15.635 INFO O| Aug 12 23:40:15.635 INFO STEP 635 (remove_files) COMPLETE
71662026-08-12T23:40:16.162Z[ recovery-image] Aug 12 23:40:15.635 INFO O| Aug 12 23:40:15.635 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-12T23:40:16.172Z[ recovery-image] Aug 12 23:40:15.645 INFO O| Aug 12 23:40:15.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71682026-08-12T23:40:16.173Z[ recovery-image] Aug 12 23:40:15.646 INFO O| Aug 12 23:40:15.646 INFO STEP 636 (remove_files) COMPLETE
71692026-08-12T23:40:16.178Z[ recovery-image] Aug 12 23:40:15.646 INFO O| Aug 12 23:40:15.646 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-12T23:40:16.183Z[ recovery-image] Aug 12 23:40:15.656 INFO O| Aug 12 23:40:15.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71712026-08-12T23:40:16.183Z[ recovery-image] Aug 12 23:40:15.656 INFO O| Aug 12 23:40:15.656 INFO STEP 637 (remove_files) COMPLETE
71722026-08-12T23:40:16.183Z[ recovery-image] Aug 12 23:40:15.656 INFO O| Aug 12 23:40:15.656 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-12T23:40:16.194Z[ recovery-image] Aug 12 23:40:15.667 INFO O| Aug 12 23:40:15.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71742026-08-12T23:40:16.194Z[ recovery-image] Aug 12 23:40:15.667 INFO O| Aug 12 23:40:15.667 INFO STEP 638 (remove_files) COMPLETE
71752026-08-12T23:40:16.194Z[ recovery-image] Aug 12 23:40:15.667 INFO O| Aug 12 23:40:15.667 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-12T23:40:16.205Z[ recovery-image] Aug 12 23:40:15.677 INFO O| Aug 12 23:40:15.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71772026-08-12T23:40:16.206Z[ recovery-image] Aug 12 23:40:15.677 INFO O| Aug 12 23:40:15.677 INFO STEP 639 (remove_files) COMPLETE
71782026-08-12T23:40:16.206Z[ recovery-image] Aug 12 23:40:15.677 INFO O| Aug 12 23:40:15.677 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-12T23:40:16.215Z[ recovery-image] Aug 12 23:40:15.688 INFO O| Aug 12 23:40:15.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71802026-08-12T23:40:16.215Z[ recovery-image] Aug 12 23:40:15.688 INFO O| Aug 12 23:40:15.688 INFO STEP 640 (remove_files) COMPLETE
71812026-08-12T23:40:16.221Z[ recovery-image] Aug 12 23:40:15.688 INFO O| Aug 12 23:40:15.688 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-12T23:40:16.226Z[ recovery-image] Aug 12 23:40:15.700 INFO O| Aug 12 23:40:15.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71832026-08-12T23:40:16.227Z[ recovery-image] Aug 12 23:40:15.700 INFO O| Aug 12 23:40:15.700 INFO STEP 641 (remove_files) COMPLETE
71842026-08-12T23:40:16.230Z[ recovery-image] Aug 12 23:40:15.700 INFO O| Aug 12 23:40:15.700 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-12T23:40:16.238Z[ recovery-image] Aug 12 23:40:15.711 INFO O| Aug 12 23:40:15.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71862026-08-12T23:40:16.238Z[ recovery-image] Aug 12 23:40:15.711 INFO O| Aug 12 23:40:15.711 INFO STEP 642 (remove_files) COMPLETE
71872026-08-12T23:40:16.241Z[ recovery-image] Aug 12 23:40:15.711 INFO O| Aug 12 23:40:15.711 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-12T23:40:16.252Z[ recovery-image] Aug 12 23:40:15.722 INFO O| Aug 12 23:40:15.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71892026-08-12T23:40:16.253Z[ recovery-image] Aug 12 23:40:15.722 INFO O| Aug 12 23:40:15.722 INFO STEP 643 (remove_files) COMPLETE
71902026-08-12T23:40:16.253Z[ recovery-image] Aug 12 23:40:15.722 INFO O| Aug 12 23:40:15.722 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-12T23:40:16.259Z[ recovery-image] Aug 12 23:40:15.732 INFO O| Aug 12 23:40:15.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71922026-08-12T23:40:16.259Z[ recovery-image] Aug 12 23:40:15.732 INFO O| Aug 12 23:40:15.732 INFO STEP 644 (remove_files) COMPLETE
71932026-08-12T23:40:16.259Z[ recovery-image] Aug 12 23:40:15.732 INFO O| Aug 12 23:40:15.732 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-12T23:40:16.269Z[ recovery-image] Aug 12 23:40:15.742 INFO O| Aug 12 23:40:15.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71952026-08-12T23:40:16.269Z[ recovery-image] Aug 12 23:40:15.742 INFO O| Aug 12 23:40:15.742 INFO STEP 645 (remove_files) COMPLETE
71962026-08-12T23:40:16.272Z[ recovery-image] Aug 12 23:40:15.742 INFO O| Aug 12 23:40:15.742 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-12T23:40:16.279Z[ recovery-image] Aug 12 23:40:15.752 INFO O| Aug 12 23:40:15.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71982026-08-12T23:40:16.282Z[ recovery-image] Aug 12 23:40:15.752 INFO O| Aug 12 23:40:15.752 INFO STEP 646 (remove_files) COMPLETE
71992026-08-12T23:40:16.282Z[ recovery-image] Aug 12 23:40:15.752 INFO O| Aug 12 23:40:15.752 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-12T23:40:16.289Z[ recovery-image] Aug 12 23:40:15.762 INFO O| Aug 12 23:40:15.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72012026-08-12T23:40:16.289Z[ recovery-image] Aug 12 23:40:15.762 INFO O| Aug 12 23:40:15.762 INFO STEP 647 (remove_files) COMPLETE
72022026-08-12T23:40:16.289Z[ recovery-image] Aug 12 23:40:15.762 INFO O| Aug 12 23:40:15.762 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-12T23:40:16.298Z[ recovery-image] Aug 12 23:40:15.771 INFO O| Aug 12 23:40:15.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72042026-08-12T23:40:16.298Z[ recovery-image] Aug 12 23:40:15.772 INFO O| Aug 12 23:40:15.771 INFO STEP 648 (remove_files) COMPLETE
72052026-08-12T23:40:16.298Z[ recovery-image] Aug 12 23:40:15.772 INFO O| Aug 12 23:40:15.772 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-12T23:40:16.302Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
72072026-08-12T23:40:16.307Z[ recovery-image] Aug 12 23:40:15.781 INFO O| Aug 12 23:40:15.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72082026-08-12T23:40:16.318Z[ recovery-image] Aug 12 23:40:15.791 INFO O| Aug 12 23:40:15.781 INFO STEP 649 (remove_files) COMPLETE
72092026-08-12T23:40:16.318Z[ recovery-image] Aug 12 23:40:15.791 INFO O| Aug 12 23:40:15.781 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-12T23:40:16.318Z[ recovery-image] Aug 12 23:40:15.791 INFO O| Aug 12 23:40:15.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72112026-08-12T23:40:16.322Z[ recovery-image] Aug 12 23:40:15.791 INFO O| Aug 12 23:40:15.790 INFO STEP 650 (remove_files) COMPLETE
72122026-08-12T23:40:16.322Z[ recovery-image] Aug 12 23:40:15.791 INFO O| Aug 12 23:40:15.791 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-12T23:40:16.327Z[ recovery-image] Aug 12 23:40:15.800 INFO O| Aug 12 23:40:15.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72142026-08-12T23:40:16.330Z[ recovery-image] Aug 12 23:40:15.800 INFO O| Aug 12 23:40:15.800 INFO STEP 651 (remove_files) COMPLETE
72152026-08-12T23:40:16.330Z[ recovery-image] Aug 12 23:40:15.800 INFO O| Aug 12 23:40:15.800 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-12T23:40:16.341Z[ recovery-image] Aug 12 23:40:15.814 INFO O| Aug 12 23:40:15.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72172026-08-12T23:40:16.341Z[ recovery-image] Aug 12 23:40:15.815 INFO O| Aug 12 23:40:15.815 INFO STEP 652 (remove_files) COMPLETE
72182026-08-12T23:40:16.342Z[ recovery-image] Aug 12 23:40:15.815 INFO O| Aug 12 23:40:15.815 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-12T23:40:16.352Z[ recovery-image] Aug 12 23:40:15.825 INFO O| Aug 12 23:40:15.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72202026-08-12T23:40:16.352Z[ recovery-image] Aug 12 23:40:15.825 INFO O| Aug 12 23:40:15.825 INFO STEP 653 (remove_files) COMPLETE
72212026-08-12T23:40:16.352Z[ recovery-image] Aug 12 23:40:15.825 INFO O| Aug 12 23:40:15.825 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-12T23:40:16.356Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
72232026-08-12T23:40:16.361Z[ recovery-image] Aug 12 23:40:15.835 INFO O| Aug 12 23:40:15.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72242026-08-12T23:40:16.362Z[ recovery-image] Aug 12 23:40:15.835 INFO O| Aug 12 23:40:15.835 INFO STEP 654 (remove_files) COMPLETE
72252026-08-12T23:40:16.362Z[ recovery-image] Aug 12 23:40:15.835 INFO O| Aug 12 23:40:15.835 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-12T23:40:16.370Z[ recovery-image] Aug 12 23:40:15.844 INFO O| Aug 12 23:40:15.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72272026-08-12T23:40:16.370Z[ recovery-image] Aug 12 23:40:15.844 INFO O| Aug 12 23:40:15.844 INFO STEP 655 (remove_files) COMPLETE
72282026-08-12T23:40:16.370Z[ recovery-image] Aug 12 23:40:15.844 INFO O| Aug 12 23:40:15.844 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-12T23:40:16.381Z[ recovery-image] Aug 12 23:40:15.854 INFO O| Aug 12 23:40:15.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72302026-08-12T23:40:16.381Z[ recovery-image] Aug 12 23:40:15.854 INFO O| Aug 12 23:40:15.854 INFO STEP 656 (remove_files) COMPLETE
72312026-08-12T23:40:16.381Z[ recovery-image] Aug 12 23:40:15.854 INFO O| Aug 12 23:40:15.854 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-12T23:40:16.391Z[ recovery-image] Aug 12 23:40:15.864 INFO O| Aug 12 23:40:15.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72332026-08-12T23:40:16.391Z[ recovery-image] Aug 12 23:40:15.864 INFO O| Aug 12 23:40:15.864 INFO STEP 657 (remove_files) COMPLETE
72342026-08-12T23:40:16.391Z[ recovery-image] Aug 12 23:40:15.864 INFO O| Aug 12 23:40:15.864 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-12T23:40:16.401Z[ recovery-image] Aug 12 23:40:15.874 INFO O| Aug 12 23:40:15.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72362026-08-12T23:40:16.401Z[ recovery-image] Aug 12 23:40:15.874 INFO O| Aug 12 23:40:15.874 INFO STEP 658 (remove_files) COMPLETE
72372026-08-12T23:40:16.402Z[ recovery-image] Aug 12 23:40:15.874 INFO O| Aug 12 23:40:15.874 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-12T23:40:16.411Z[ recovery-image] Aug 12 23:40:15.884 INFO O| Aug 12 23:40:15.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72392026-08-12T23:40:16.411Z[ recovery-image] Aug 12 23:40:15.884 INFO O| Aug 12 23:40:15.884 INFO STEP 659 (remove_files) COMPLETE
72402026-08-12T23:40:16.411Z[ recovery-image] Aug 12 23:40:15.884 INFO O| Aug 12 23:40:15.884 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-12T23:40:16.421Z[ recovery-image] Aug 12 23:40:15.894 INFO O| Aug 12 23:40:15.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72422026-08-12T23:40:16.421Z[ recovery-image] Aug 12 23:40:15.894 INFO O| Aug 12 23:40:15.894 INFO STEP 660 (remove_files) COMPLETE
72432026-08-12T23:40:16.421Z[ recovery-image] Aug 12 23:40:15.894 INFO O| Aug 12 23:40:15.894 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-12T23:40:16.432Z[ recovery-image] Aug 12 23:40:15.905 INFO O| Aug 12 23:40:15.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72452026-08-12T23:40:16.433Z[ recovery-image] Aug 12 23:40:15.905 INFO O| Aug 12 23:40:15.905 INFO STEP 661 (remove_files) COMPLETE
72462026-08-12T23:40:16.433Z[ recovery-image] Aug 12 23:40:15.905 INFO O| Aug 12 23:40:15.905 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-12T23:40:16.442Z[ recovery-image] Aug 12 23:40:15.915 INFO O| Aug 12 23:40:15.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72482026-08-12T23:40:16.442Z[ recovery-image] Aug 12 23:40:15.915 INFO O| Aug 12 23:40:15.915 INFO STEP 662 (remove_files) COMPLETE
72492026-08-12T23:40:16.442Z[ recovery-image] Aug 12 23:40:15.915 INFO O| Aug 12 23:40:15.915 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-12T23:40:16.452Z[ recovery-image] Aug 12 23:40:15.925 INFO O| Aug 12 23:40:15.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72512026-08-12T23:40:16.452Z[ recovery-image] Aug 12 23:40:15.925 INFO O| Aug 12 23:40:15.925 INFO STEP 663 (remove_files) COMPLETE
72522026-08-12T23:40:16.452Z[ recovery-image] Aug 12 23:40:15.925 INFO O| Aug 12 23:40:15.925 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-12T23:40:16.462Z[ recovery-image] Aug 12 23:40:15.935 INFO O| Aug 12 23:40:15.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72542026-08-12T23:40:16.463Z[ recovery-image] Aug 12 23:40:15.936 INFO O| Aug 12 23:40:15.935 INFO STEP 664 (remove_files) COMPLETE
72552026-08-12T23:40:16.463Z[ recovery-image] Aug 12 23:40:15.936 INFO O| Aug 12 23:40:15.936 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-12T23:40:16.473Z[ recovery-image] Aug 12 23:40:15.946 INFO O| Aug 12 23:40:15.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72572026-08-12T23:40:16.474Z[ recovery-image] Aug 12 23:40:15.946 INFO O| Aug 12 23:40:15.946 INFO STEP 665 (remove_files) COMPLETE
72582026-08-12T23:40:16.477Z[ recovery-image] Aug 12 23:40:15.946 INFO O| Aug 12 23:40:15.946 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-12T23:40:16.483Z[ recovery-image] Aug 12 23:40:15.956 INFO O| Aug 12 23:40:15.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72602026-08-12T23:40:16.483Z[ recovery-image] Aug 12 23:40:15.956 INFO O| Aug 12 23:40:15.956 INFO STEP 666 (remove_files) COMPLETE
72612026-08-12T23:40:16.483Z[ recovery-image] Aug 12 23:40:15.956 INFO O| Aug 12 23:40:15.956 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-12T23:40:16.493Z[ recovery-image] Aug 12 23:40:15.966 INFO O| Aug 12 23:40:15.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72632026-08-12T23:40:16.493Z[ recovery-image] Aug 12 23:40:15.966 INFO O| Aug 12 23:40:15.966 INFO STEP 667 (remove_files) COMPLETE
72642026-08-12T23:40:16.493Z[ recovery-image] Aug 12 23:40:15.966 INFO O| Aug 12 23:40:15.966 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-12T23:40:16.503Z[ recovery-image] Aug 12 23:40:15.976 INFO O| Aug 12 23:40:15.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72662026-08-12T23:40:16.503Z[ recovery-image] Aug 12 23:40:15.976 INFO O| Aug 12 23:40:15.976 INFO STEP 668 (remove_files) COMPLETE
72672026-08-12T23:40:16.503Z[ recovery-image] Aug 12 23:40:15.976 INFO O| Aug 12 23:40:15.976 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-12T23:40:16.513Z[ recovery-image] Aug 12 23:40:15.986 INFO O| Aug 12 23:40:15.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72692026-08-12T23:40:16.513Z[ recovery-image] Aug 12 23:40:15.986 INFO O| Aug 12 23:40:15.986 INFO STEP 669 (remove_files) COMPLETE
72702026-08-12T23:40:16.517Z[ recovery-image] Aug 12 23:40:15.986 INFO O| Aug 12 23:40:15.986 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-12T23:40:16.523Z[ recovery-image] Aug 12 23:40:15.996 INFO O| Aug 12 23:40:15.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72722026-08-12T23:40:16.523Z[ recovery-image] Aug 12 23:40:15.996 INFO O| Aug 12 23:40:15.996 INFO STEP 670 (remove_files) COMPLETE
72732026-08-12T23:40:16.526Z[ recovery-image] Aug 12 23:40:15.996 INFO O| Aug 12 23:40:15.996 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-12T23:40:16.533Z[ recovery-image] Aug 12 23:40:16.006 INFO O| Aug 12 23:40:16.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72752026-08-12T23:40:16.533Z[ recovery-image] Aug 12 23:40:16.006 INFO O| Aug 12 23:40:16.006 INFO STEP 671 (remove_files) COMPLETE
72762026-08-12T23:40:16.537Z[ recovery-image] Aug 12 23:40:16.006 INFO O| Aug 12 23:40:16.006 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-12T23:40:16.546Z[ recovery-image] Aug 12 23:40:16.016 INFO O| Aug 12 23:40:16.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72782026-08-12T23:40:16.546Z[ recovery-image] Aug 12 23:40:16.016 INFO O| Aug 12 23:40:16.016 INFO STEP 672 (remove_files) COMPLETE
72792026-08-12T23:40:16.546Z[ recovery-image] Aug 12 23:40:16.016 INFO O| Aug 12 23:40:16.016 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-12T23:40:16.553Z[ recovery-image] Aug 12 23:40:16.026 INFO O| Aug 12 23:40:16.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72812026-08-12T23:40:16.553Z[ recovery-image] Aug 12 23:40:16.026 INFO O| Aug 12 23:40:16.026 INFO STEP 673 (remove_files) COMPLETE
72822026-08-12T23:40:16.553Z[ recovery-image] Aug 12 23:40:16.026 INFO O| Aug 12 23:40:16.026 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-12T23:40:16.564Z[ recovery-image] Aug 12 23:40:16.036 INFO O| Aug 12 23:40:16.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72842026-08-12T23:40:16.564Z[ recovery-image] Aug 12 23:40:16.036 INFO O| Aug 12 23:40:16.036 INFO STEP 674 (remove_files) COMPLETE
72852026-08-12T23:40:16.567Z[ recovery-image] Aug 12 23:40:16.036 INFO O| Aug 12 23:40:16.036 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-12T23:40:16.585Z[ recovery-image] Aug 12 23:40:16.058 INFO O| Aug 12 23:40:16.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72872026-08-12T23:40:16.585Z[ recovery-image] Aug 12 23:40:16.058 INFO O| Aug 12 23:40:16.046 INFO STEP 675 (remove_files) COMPLETE
72882026-08-12T23:40:16.585Z[ recovery-image] Aug 12 23:40:16.058 INFO O| Aug 12 23:40:16.046 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-12T23:40:16.585Z[ recovery-image] Aug 12 23:40:16.058 INFO O| Aug 12 23:40:16.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72902026-08-12T23:40:16.594Z[ recovery-image] Aug 12 23:40:16.058 INFO O| Aug 12 23:40:16.057 INFO STEP 676 (remove_files) COMPLETE
72912026-08-12T23:40:16.594Z[ recovery-image] Aug 12 23:40:16.058 INFO O| Aug 12 23:40:16.057 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-12T23:40:16.598Z[ recovery-image] Aug 12 23:40:16.067 INFO O| Aug 12 23:40:16.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72932026-08-12T23:40:16.598Z[ recovery-image] Aug 12 23:40:16.067 INFO O| Aug 12 23:40:16.067 INFO STEP 677 (remove_files) COMPLETE
72942026-08-12T23:40:16.598Z[ recovery-image] Aug 12 23:40:16.067 INFO O| Aug 12 23:40:16.067 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-12T23:40:16.601Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
72962026-08-12T23:40:16.605Z[ recovery-image] Aug 12 23:40:16.077 INFO O| Aug 12 23:40:16.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72972026-08-12T23:40:16.605Z[ recovery-image] Aug 12 23:40:16.077 INFO O| Aug 12 23:40:16.077 INFO STEP 678 (remove_files) COMPLETE
72982026-08-12T23:40:16.605Z[ recovery-image] Aug 12 23:40:16.077 INFO O| Aug 12 23:40:16.077 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-12T23:40:16.614Z[ recovery-image] Aug 12 23:40:16.088 INFO O| Aug 12 23:40:16.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73002026-08-12T23:40:16.618Z[ recovery-image] Aug 12 23:40:16.088 INFO O| Aug 12 23:40:16.088 INFO STEP 679 (remove_files) COMPLETE
73012026-08-12T23:40:16.619Z[ recovery-image] Aug 12 23:40:16.088 INFO O| Aug 12 23:40:16.088 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-12T23:40:16.626Z[ recovery-image] Aug 12 23:40:16.099 INFO O| Aug 12 23:40:16.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73032026-08-12T23:40:16.626Z[ recovery-image] Aug 12 23:40:16.099 INFO O| Aug 12 23:40:16.099 INFO STEP 680 (remove_files) COMPLETE
73042026-08-12T23:40:16.626Z[ recovery-image] Aug 12 23:40:16.099 INFO O| Aug 12 23:40:16.099 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-12T23:40:16.635Z[ recovery-image] Aug 12 23:40:16.109 INFO O| Aug 12 23:40:16.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73062026-08-12T23:40:16.635Z[ recovery-image] Aug 12 23:40:16.109 INFO O| Aug 12 23:40:16.109 INFO STEP 681 (remove_files) COMPLETE
73072026-08-12T23:40:16.636Z[ recovery-image] Aug 12 23:40:16.109 INFO O| Aug 12 23:40:16.109 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-12T23:40:16.645Z[ recovery-image] Aug 12 23:40:16.118 INFO O| Aug 12 23:40:16.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73092026-08-12T23:40:16.645Z[ recovery-image] Aug 12 23:40:16.118 INFO O| Aug 12 23:40:16.118 INFO STEP 682 (remove_files) COMPLETE
73102026-08-12T23:40:16.645Z[ recovery-image] Aug 12 23:40:16.118 INFO O| Aug 12 23:40:16.118 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-12T23:40:16.653Z[ recovery-image] Aug 12 23:40:16.126 INFO O| Aug 12 23:40:16.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73122026-08-12T23:40:16.653Z[ recovery-image] Aug 12 23:40:16.126 INFO O| Aug 12 23:40:16.126 INFO STEP 683 (remove_files) COMPLETE
73132026-08-12T23:40:16.653Z[ recovery-image] Aug 12 23:40:16.126 INFO O| Aug 12 23:40:16.126 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-12T23:40:16.662Z[ recovery-image] Aug 12 23:40:16.135 INFO O| Aug 12 23:40:16.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73152026-08-12T23:40:16.662Z[ recovery-image] Aug 12 23:40:16.135 INFO O| Aug 12 23:40:16.135 INFO STEP 684 (remove_files) COMPLETE
73162026-08-12T23:40:16.663Z[ recovery-image] Aug 12 23:40:16.135 INFO O| Aug 12 23:40:16.135 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-12T23:40:16.670Z[ recovery-image] Aug 12 23:40:16.143 INFO O| Aug 12 23:40:16.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73182026-08-12T23:40:16.670Z[ recovery-image] Aug 12 23:40:16.143 INFO O| Aug 12 23:40:16.143 INFO STEP 685 (remove_files) COMPLETE
73192026-08-12T23:40:16.670Z[ recovery-image] Aug 12 23:40:16.143 INFO O| Aug 12 23:40:16.143 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-12T23:40:16.678Z[ recovery-image] Aug 12 23:40:16.151 INFO O| Aug 12 23:40:16.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73212026-08-12T23:40:16.678Z[ recovery-image] Aug 12 23:40:16.151 INFO O| Aug 12 23:40:16.151 INFO STEP 686 (remove_files) COMPLETE
73222026-08-12T23:40:16.678Z[ recovery-image] Aug 12 23:40:16.151 INFO O| Aug 12 23:40:16.151 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-12T23:40:16.686Z[ recovery-image] Aug 12 23:40:16.159 INFO O| Aug 12 23:40:16.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73242026-08-12T23:40:16.686Z[ recovery-image] Aug 12 23:40:16.160 INFO O| Aug 12 23:40:16.159 INFO STEP 687 (remove_files) COMPLETE
73252026-08-12T23:40:16.686Z[ recovery-image] Aug 12 23:40:16.160 INFO O| Aug 12 23:40:16.160 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-12T23:40:16.696Z[ recovery-image] Aug 12 23:40:16.168 INFO O| Aug 12 23:40:16.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73272026-08-12T23:40:16.696Z[ recovery-image] Aug 12 23:40:16.168 INFO O| Aug 12 23:40:16.168 INFO STEP 688 (remove_files) COMPLETE
73282026-08-12T23:40:16.696Z[ recovery-image] Aug 12 23:40:16.168 INFO O| Aug 12 23:40:16.168 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-12T23:40:16.703Z[ recovery-image] Aug 12 23:40:16.176 INFO O| Aug 12 23:40:16.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73302026-08-12T23:40:16.703Z[ recovery-image] Aug 12 23:40:16.176 INFO O| Aug 12 23:40:16.176 INFO STEP 689 (remove_files) COMPLETE
73312026-08-12T23:40:16.703Z[ recovery-image] Aug 12 23:40:16.176 INFO O| Aug 12 23:40:16.176 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-12T23:40:16.711Z[ recovery-image] Aug 12 23:40:16.185 INFO O| Aug 12 23:40:16.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73332026-08-12T23:40:16.711Z[ recovery-image] Aug 12 23:40:16.185 INFO O| Aug 12 23:40:16.185 INFO STEP 690 (remove_files) COMPLETE
73342026-08-12T23:40:16.711Z[ recovery-image] Aug 12 23:40:16.185 INFO O| Aug 12 23:40:16.185 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-12T23:40:16.720Z[ recovery-image] Aug 12 23:40:16.193 INFO O| Aug 12 23:40:16.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73362026-08-12T23:40:16.720Z[ recovery-image] Aug 12 23:40:16.194 INFO O| Aug 12 23:40:16.193 INFO STEP 691 (remove_files) COMPLETE
73372026-08-12T23:40:16.720Z[ recovery-image] Aug 12 23:40:16.194 INFO O| Aug 12 23:40:16.193 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-12T23:40:16.728Z[ recovery-image] Aug 12 23:40:16.202 INFO O| Aug 12 23:40:16.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73392026-08-12T23:40:16.729Z[ recovery-image] Aug 12 23:40:16.202 INFO O| Aug 12 23:40:16.202 INFO STEP 692 (remove_files) COMPLETE
73402026-08-12T23:40:16.729Z[ recovery-image] Aug 12 23:40:16.202 INFO O| Aug 12 23:40:16.202 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-12T23:40:16.737Z[ recovery-image] Aug 12 23:40:16.210 INFO O| Aug 12 23:40:16.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73422026-08-12T23:40:16.737Z[ recovery-image] Aug 12 23:40:16.210 INFO O| Aug 12 23:40:16.210 INFO STEP 693 (remove_files) COMPLETE
73432026-08-12T23:40:16.738Z[ recovery-image] Aug 12 23:40:16.210 INFO O| Aug 12 23:40:16.210 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-12T23:40:16.746Z[ recovery-image] Aug 12 23:40:16.219 INFO O| Aug 12 23:40:16.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73452026-08-12T23:40:16.746Z[ recovery-image] Aug 12 23:40:16.219 INFO O| Aug 12 23:40:16.219 INFO STEP 694 (remove_files) COMPLETE
73462026-08-12T23:40:16.746Z[ recovery-image] Aug 12 23:40:16.219 INFO O| Aug 12 23:40:16.219 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-12T23:40:16.756Z[ recovery-image] Aug 12 23:40:16.229 INFO O| Aug 12 23:40:16.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73482026-08-12T23:40:16.756Z[ recovery-image] Aug 12 23:40:16.229 INFO O| Aug 12 23:40:16.229 INFO STEP 695 (remove_files) COMPLETE
73492026-08-12T23:40:16.756Z[ recovery-image] Aug 12 23:40:16.229 INFO O| Aug 12 23:40:16.229 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-12T23:40:16.766Z[ recovery-image] Aug 12 23:40:16.239 INFO O| Aug 12 23:40:16.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73512026-08-12T23:40:16.766Z[ recovery-image] Aug 12 23:40:16.239 INFO O| Aug 12 23:40:16.239 INFO STEP 696 (remove_files) COMPLETE
73522026-08-12T23:40:16.769Z[ recovery-image] Aug 12 23:40:16.239 INFO O| Aug 12 23:40:16.239 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-12T23:40:16.776Z[ recovery-image] Aug 12 23:40:16.249 INFO O| Aug 12 23:40:16.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73542026-08-12T23:40:16.776Z[ recovery-image] Aug 12 23:40:16.249 INFO O| Aug 12 23:40:16.249 INFO STEP 697 (remove_files) COMPLETE
73552026-08-12T23:40:16.779Z[ recovery-image] Aug 12 23:40:16.249 INFO O| Aug 12 23:40:16.249 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-12T23:40:16.785Z[ recovery-image] Aug 12 23:40:16.258 INFO O| Aug 12 23:40:16.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73572026-08-12T23:40:16.785Z[ recovery-image] Aug 12 23:40:16.258 INFO O| Aug 12 23:40:16.258 INFO STEP 698 (remove_files) COMPLETE
73582026-08-12T23:40:16.788Z[ recovery-image] Aug 12 23:40:16.258 INFO O| Aug 12 23:40:16.258 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-12T23:40:16.793Z[ recovery-image] Aug 12 23:40:16.267 INFO O| Aug 12 23:40:16.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73602026-08-12T23:40:16.793Z[ recovery-image] Aug 12 23:40:16.267 INFO O| Aug 12 23:40:16.267 INFO STEP 699 (remove_files) COMPLETE
73612026-08-12T23:40:16.793Z[ recovery-image] Aug 12 23:40:16.267 INFO O| Aug 12 23:40:16.267 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-12T23:40:16.806Z[ recovery-image] Aug 12 23:40:16.277 INFO O| Aug 12 23:40:16.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73632026-08-12T23:40:16.806Z[ recovery-image] Aug 12 23:40:16.277 INFO O| Aug 12 23:40:16.277 INFO STEP 700 (remove_files) COMPLETE
73642026-08-12T23:40:16.806Z[ recovery-image] Aug 12 23:40:16.277 INFO O| Aug 12 23:40:16.277 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-12T23:40:16.814Z[ recovery-image] Aug 12 23:40:16.287 INFO O| Aug 12 23:40:16.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73662026-08-12T23:40:16.814Z[ recovery-image] Aug 12 23:40:16.287 INFO O| Aug 12 23:40:16.287 INFO STEP 701 (remove_files) COMPLETE
73672026-08-12T23:40:16.814Z[ recovery-image] Aug 12 23:40:16.287 INFO O| Aug 12 23:40:16.287 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-12T23:40:16.824Z[ recovery-image] Aug 12 23:40:16.296 INFO O| Aug 12 23:40:16.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73692026-08-12T23:40:16.824Z[ recovery-image] Aug 12 23:40:16.296 INFO O| Aug 12 23:40:16.296 INFO STEP 702 (remove_files) COMPLETE
73702026-08-12T23:40:16.824Z[ recovery-image] Aug 12 23:40:16.296 INFO O| Aug 12 23:40:16.296 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-12T23:40:16.829Z[verify-libraries] Compiling socket2 v0.5.10
73722026-08-12T23:40:16.833Z[ recovery-image] Aug 12 23:40:16.306 INFO O| Aug 12 23:40:16.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73732026-08-12T23:40:16.833Z[ recovery-image] Aug 12 23:40:16.306 INFO O| Aug 12 23:40:16.306 INFO STEP 703 (remove_files) COMPLETE
73742026-08-12T23:40:16.833Z[ recovery-image] Aug 12 23:40:16.306 INFO O| Aug 12 23:40:16.306 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-12T23:40:16.843Z[ recovery-image] Aug 12 23:40:16.317 INFO O| Aug 12 23:40:16.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73762026-08-12T23:40:16.844Z[ recovery-image] Aug 12 23:40:16.317 INFO O| Aug 12 23:40:16.317 INFO STEP 704 (remove_files) COMPLETE
73772026-08-12T23:40:16.844Z[ recovery-image] Aug 12 23:40:16.317 INFO O| Aug 12 23:40:16.317 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-12T23:40:16.854Z[ recovery-image] Aug 12 23:40:16.327 INFO O| Aug 12 23:40:16.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73792026-08-12T23:40:16.854Z[ recovery-image] Aug 12 23:40:16.327 INFO O| Aug 12 23:40:16.327 INFO STEP 705 (remove_files) COMPLETE
73802026-08-12T23:40:16.854Z[ recovery-image] Aug 12 23:40:16.327 INFO O| Aug 12 23:40:16.327 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-12T23:40:16.863Z[ recovery-image] Aug 12 23:40:16.336 INFO O| Aug 12 23:40:16.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73822026-08-12T23:40:16.863Z[ recovery-image] Aug 12 23:40:16.336 INFO O| Aug 12 23:40:16.336 INFO STEP 706 (remove_files) COMPLETE
73832026-08-12T23:40:16.867Z[ recovery-image] Aug 12 23:40:16.336 INFO O| Aug 12 23:40:16.336 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-12T23:40:16.881Z[ recovery-image] Aug 12 23:40:16.354 INFO O| Aug 12 23:40:16.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73852026-08-12T23:40:16.881Z[ recovery-image] Aug 12 23:40:16.354 INFO O| Aug 12 23:40:16.354 INFO STEP 707 (remove_files) COMPLETE
73862026-08-12T23:40:16.881Z[ recovery-image] Aug 12 23:40:16.354 INFO O| Aug 12 23:40:16.354 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-12T23:40:16.889Z[ recovery-image] Aug 12 23:40:16.363 INFO O| Aug 12 23:40:16.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73882026-08-12T23:40:16.889Z[ recovery-image] Aug 12 23:40:16.363 INFO O| Aug 12 23:40:16.363 INFO STEP 708 (remove_files) COMPLETE
73892026-08-12T23:40:16.889Z[ recovery-image] Aug 12 23:40:16.363 INFO O| Aug 12 23:40:16.363 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-12T23:40:16.899Z[ recovery-image] Aug 12 23:40:16.372 INFO O| Aug 12 23:40:16.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73912026-08-12T23:40:16.899Z[ recovery-image] Aug 12 23:40:16.372 INFO O| Aug 12 23:40:16.372 INFO STEP 709 (remove_files) COMPLETE
73922026-08-12T23:40:16.899Z[ recovery-image] Aug 12 23:40:16.372 INFO O| Aug 12 23:40:16.372 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-12T23:40:16.909Z[ recovery-image] Aug 12 23:40:16.382 INFO O| Aug 12 23:40:16.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73942026-08-12T23:40:16.909Z[ recovery-image] Aug 12 23:40:16.382 INFO O| Aug 12 23:40:16.382 INFO STEP 710 (remove_files) COMPLETE
73952026-08-12T23:40:16.909Z[ recovery-image] Aug 12 23:40:16.382 INFO O| Aug 12 23:40:16.382 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-12T23:40:16.919Z[ recovery-image] Aug 12 23:40:16.392 INFO O| Aug 12 23:40:16.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73972026-08-12T23:40:16.920Z[ recovery-image] Aug 12 23:40:16.392 INFO O| Aug 12 23:40:16.392 INFO STEP 711 (remove_files) COMPLETE
73982026-08-12T23:40:16.920Z[ recovery-image] Aug 12 23:40:16.392 INFO O| Aug 12 23:40:16.392 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-12T23:40:16.924Z[verify-libraries] Compiling fs-err v2.11.0
74002026-08-12T23:40:16.928Z[ recovery-image] Aug 12 23:40:16.401 INFO O| Aug 12 23:40:16.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74012026-08-12T23:40:16.928Z[ recovery-image] Aug 12 23:40:16.401 INFO O| Aug 12 23:40:16.401 INFO STEP 712 (remove_files) COMPLETE
74022026-08-12T23:40:16.932Z[ recovery-image] Aug 12 23:40:16.401 INFO O| Aug 12 23:40:16.401 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-12T23:40:16.937Z[ recovery-image] Aug 12 23:40:16.410 INFO O| Aug 12 23:40:16.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74042026-08-12T23:40:16.937Z[ recovery-image] Aug 12 23:40:16.410 INFO O| Aug 12 23:40:16.410 INFO STEP 713 (remove_files) COMPLETE
74052026-08-12T23:40:16.940Z[ recovery-image] Aug 12 23:40:16.410 INFO O| Aug 12 23:40:16.410 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-12T23:40:16.953Z[ recovery-image] Aug 12 23:40:16.426 INFO O| Aug 12 23:40:16.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74072026-08-12T23:40:16.953Z[ recovery-image] Aug 12 23:40:16.426 INFO O| Aug 12 23:40:16.426 INFO STEP 714 (remove_files) COMPLETE
74082026-08-12T23:40:16.953Z[ recovery-image] Aug 12 23:40:16.426 INFO O| Aug 12 23:40:16.426 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-12T23:40:16.962Z[ recovery-image] Aug 12 23:40:16.436 INFO O| Aug 12 23:40:16.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74102026-08-12T23:40:16.963Z[ recovery-image] Aug 12 23:40:16.436 INFO O| Aug 12 23:40:16.436 INFO STEP 715 (remove_files) COMPLETE
74112026-08-12T23:40:16.963Z[ recovery-image] Aug 12 23:40:16.436 INFO O| Aug 12 23:40:16.436 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-12T23:40:16.974Z[ recovery-image] Aug 12 23:40:16.447 INFO O| Aug 12 23:40:16.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74132026-08-12T23:40:16.974Z[ recovery-image] Aug 12 23:40:16.447 INFO O| Aug 12 23:40:16.447 INFO STEP 716 (remove_files) COMPLETE
74142026-08-12T23:40:16.974Z[ recovery-image] Aug 12 23:40:16.447 INFO O| Aug 12 23:40:16.447 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-12T23:40:16.984Z[ recovery-image] Aug 12 23:40:16.457 INFO O| Aug 12 23:40:16.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74162026-08-12T23:40:16.989Z[ recovery-image] Aug 12 23:40:16.458 INFO O| Aug 12 23:40:16.458 INFO STEP 717 (remove_files) COMPLETE
74172026-08-12T23:40:16.989Z[ recovery-image] Aug 12 23:40:16.458 INFO O| Aug 12 23:40:16.458 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-12T23:40:16.995Z[ recovery-image] Aug 12 23:40:16.468 INFO O| Aug 12 23:40:16.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74192026-08-12T23:40:16.995Z[ recovery-image] Aug 12 23:40:16.468 INFO O| Aug 12 23:40:16.468 INFO STEP 718 (remove_files) COMPLETE
74202026-08-12T23:40:16.996Z[ recovery-image] Aug 12 23:40:16.469 INFO O| Aug 12 23:40:16.468 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-12T23:40:17.005Z[ recovery-image] Aug 12 23:40:16.478 INFO O| Aug 12 23:40:16.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74222026-08-12T23:40:17.005Z[ recovery-image] Aug 12 23:40:16.478 INFO O| Aug 12 23:40:16.478 INFO STEP 719 (remove_files) COMPLETE
74232026-08-12T23:40:17.005Z[ recovery-image] Aug 12 23:40:16.478 INFO O| Aug 12 23:40:16.478 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-12T23:40:17.015Z[ recovery-image] Aug 12 23:40:16.488 INFO O| Aug 12 23:40:16.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74252026-08-12T23:40:17.015Z[ recovery-image] Aug 12 23:40:16.488 INFO O| Aug 12 23:40:16.488 INFO STEP 720 (remove_files) COMPLETE
74262026-08-12T23:40:17.019Z[ recovery-image] Aug 12 23:40:16.488 INFO O| Aug 12 23:40:16.488 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-12T23:40:17.026Z[ recovery-image] Aug 12 23:40:16.498 INFO O| Aug 12 23:40:16.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74282026-08-12T23:40:17.026Z[ recovery-image] Aug 12 23:40:16.499 INFO O| Aug 12 23:40:16.498 INFO STEP 721 (remove_files) COMPLETE
74292026-08-12T23:40:17.026Z[ recovery-image] Aug 12 23:40:16.499 INFO O| Aug 12 23:40:16.499 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-12T23:40:17.034Z[ recovery-image] Aug 12 23:40:16.508 INFO O| Aug 12 23:40:16.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74312026-08-12T23:40:17.035Z[ recovery-image] Aug 12 23:40:16.508 INFO O| Aug 12 23:40:16.508 INFO STEP 722 (remove_files) COMPLETE
74322026-08-12T23:40:17.035Z[ recovery-image] Aug 12 23:40:16.508 INFO O| Aug 12 23:40:16.508 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-12T23:40:17.044Z[ recovery-image] Aug 12 23:40:16.517 INFO O| Aug 12 23:40:16.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74342026-08-12T23:40:17.044Z[ recovery-image] Aug 12 23:40:16.517 INFO O| Aug 12 23:40:16.517 INFO STEP 723 (remove_files) COMPLETE
74352026-08-12T23:40:17.044Z[ recovery-image] Aug 12 23:40:16.517 INFO O| Aug 12 23:40:16.517 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-12T23:40:17.053Z[ recovery-image] Aug 12 23:40:16.526 INFO O| Aug 12 23:40:16.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74372026-08-12T23:40:17.053Z[ recovery-image] Aug 12 23:40:16.526 INFO O| Aug 12 23:40:16.526 INFO STEP 724 (remove_files) COMPLETE
74382026-08-12T23:40:17.057Z[ recovery-image] Aug 12 23:40:16.526 INFO O| Aug 12 23:40:16.526 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-12T23:40:17.062Z[ recovery-image] Aug 12 23:40:16.535 INFO O| Aug 12 23:40:16.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74402026-08-12T23:40:17.063Z[ recovery-image] Aug 12 23:40:16.535 INFO O| Aug 12 23:40:16.535 INFO STEP 725 (remove_files) COMPLETE
74412026-08-12T23:40:17.063Z[ recovery-image] Aug 12 23:40:16.535 INFO O| Aug 12 23:40:16.535 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-12T23:40:17.071Z[ recovery-image] Aug 12 23:40:16.544 INFO O| Aug 12 23:40:16.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74432026-08-12T23:40:17.071Z[ recovery-image] Aug 12 23:40:16.544 INFO O| Aug 12 23:40:16.544 INFO STEP 726 (remove_files) COMPLETE
74442026-08-12T23:40:17.071Z[ recovery-image] Aug 12 23:40:16.544 INFO O| Aug 12 23:40:16.544 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-12T23:40:17.078Z[ recovery-image] Aug 12 23:40:16.552 INFO O| Aug 12 23:40:16.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74462026-08-12T23:40:17.079Z[ recovery-image] Aug 12 23:40:16.552 INFO O| Aug 12 23:40:16.552 INFO STEP 727 (remove_files) COMPLETE
74472026-08-12T23:40:17.079Z[ recovery-image] Aug 12 23:40:16.552 INFO O| Aug 12 23:40:16.552 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-12T23:40:17.086Z[ recovery-image] Aug 12 23:40:16.560 INFO O| Aug 12 23:40:16.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74492026-08-12T23:40:17.087Z[ recovery-image] Aug 12 23:40:16.560 INFO O| Aug 12 23:40:16.560 INFO STEP 728 (remove_files) COMPLETE
74502026-08-12T23:40:17.087Z[ recovery-image] Aug 12 23:40:16.560 INFO O| Aug 12 23:40:16.560 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-12T23:40:17.095Z[ recovery-image] Aug 12 23:40:16.569 INFO O| Aug 12 23:40:16.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74522026-08-12T23:40:17.096Z[ recovery-image] Aug 12 23:40:16.569 INFO O| Aug 12 23:40:16.569 INFO STEP 729 (remove_files) COMPLETE
74532026-08-12T23:40:17.096Z[ recovery-image] Aug 12 23:40:16.569 INFO O| Aug 12 23:40:16.569 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-12T23:40:17.104Z[ recovery-image] Aug 12 23:40:16.577 INFO O| Aug 12 23:40:16.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74552026-08-12T23:40:17.104Z[ recovery-image] Aug 12 23:40:16.577 INFO O| Aug 12 23:40:16.577 INFO STEP 730 (remove_files) COMPLETE
74562026-08-12T23:40:17.109Z[ recovery-image] Aug 12 23:40:16.577 INFO O| Aug 12 23:40:16.577 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-12T23:40:17.114Z[ recovery-image] Aug 12 23:40:16.587 INFO O| Aug 12 23:40:16.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74582026-08-12T23:40:17.114Z[ recovery-image] Aug 12 23:40:16.587 INFO O| Aug 12 23:40:16.587 INFO STEP 731 (remove_files) COMPLETE
74592026-08-12T23:40:17.118Z[ recovery-image] Aug 12 23:40:16.587 INFO O| Aug 12 23:40:16.587 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-12T23:40:17.123Z[ recovery-image] Aug 12 23:40:16.596 INFO O| Aug 12 23:40:16.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74612026-08-12T23:40:17.123Z[ recovery-image] Aug 12 23:40:16.596 INFO O| Aug 12 23:40:16.596 INFO STEP 732 (remove_files) COMPLETE
74622026-08-12T23:40:17.127Z[ recovery-image] Aug 12 23:40:16.596 INFO O| Aug 12 23:40:16.596 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-12T23:40:17.132Z[ recovery-image] Aug 12 23:40:16.605 INFO O| Aug 12 23:40:16.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74642026-08-12T23:40:17.132Z[ recovery-image] Aug 12 23:40:16.605 INFO O| Aug 12 23:40:16.605 INFO STEP 733 (remove_files) COMPLETE
74652026-08-12T23:40:17.132Z[ recovery-image] Aug 12 23:40:16.605 INFO O| Aug 12 23:40:16.605 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-12T23:40:17.142Z[ recovery-image] Aug 12 23:40:16.614 INFO O| Aug 12 23:40:16.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74672026-08-12T23:40:17.142Z[ recovery-image] Aug 12 23:40:16.614 INFO O| Aug 12 23:40:16.614 INFO STEP 734 (remove_files) COMPLETE
74682026-08-12T23:40:17.142Z[ recovery-image] Aug 12 23:40:16.614 INFO O| Aug 12 23:40:16.614 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-12T23:40:17.151Z[ recovery-image] Aug 12 23:40:16.624 INFO O| Aug 12 23:40:16.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74702026-08-12T23:40:17.151Z[ recovery-image] Aug 12 23:40:16.624 INFO O| Aug 12 23:40:16.624 INFO STEP 735 (remove_files) COMPLETE
74712026-08-12T23:40:17.151Z[ recovery-image] Aug 12 23:40:16.624 INFO O| Aug 12 23:40:16.624 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-12T23:40:17.161Z[ recovery-image] Aug 12 23:40:16.634 INFO O| Aug 12 23:40:16.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74732026-08-12T23:40:17.161Z[ recovery-image] Aug 12 23:40:16.634 INFO O| Aug 12 23:40:16.634 INFO STEP 736 (remove_files) COMPLETE
74742026-08-12T23:40:17.161Z[ recovery-image] Aug 12 23:40:16.634 INFO O| Aug 12 23:40:16.634 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-12T23:40:17.165Z[verify-libraries] Compiling internet-checksum v0.2.1
74762026-08-12T23:40:17.172Z[ recovery-image] Aug 12 23:40:16.645 INFO O| Aug 12 23:40:16.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74772026-08-12T23:40:17.173Z[ recovery-image] Aug 12 23:40:16.645 INFO O| Aug 12 23:40:16.645 INFO STEP 737 (remove_files) COMPLETE
74782026-08-12T23:40:17.173Z[ recovery-image] Aug 12 23:40:16.645 INFO O| Aug 12 23:40:16.645 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-12T23:40:17.181Z[ recovery-image] Aug 12 23:40:16.654 INFO O| Aug 12 23:40:16.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74802026-08-12T23:40:17.181Z[ recovery-image] Aug 12 23:40:16.654 INFO O| Aug 12 23:40:16.654 INFO STEP 738 (remove_files) COMPLETE
74812026-08-12T23:40:17.181Z[ recovery-image] Aug 12 23:40:16.654 INFO O| Aug 12 23:40:16.654 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-12T23:40:17.191Z[ recovery-image] Aug 12 23:40:16.664 INFO O| Aug 12 23:40:16.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74832026-08-12T23:40:17.191Z[ recovery-image] Aug 12 23:40:16.664 INFO O| Aug 12 23:40:16.664 INFO STEP 739 (remove_files) COMPLETE
74842026-08-12T23:40:17.191Z[ recovery-image] Aug 12 23:40:16.664 INFO O| Aug 12 23:40:16.664 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-12T23:40:17.200Z[ recovery-image] Aug 12 23:40:16.674 INFO O| Aug 12 23:40:16.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74862026-08-12T23:40:17.200Z[ recovery-image] Aug 12 23:40:16.674 INFO O| Aug 12 23:40:16.674 INFO STEP 740 (remove_files) COMPLETE
74872026-08-12T23:40:17.201Z[ recovery-image] Aug 12 23:40:16.674 INFO O| Aug 12 23:40:16.674 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-12T23:40:17.211Z[ recovery-image] Aug 12 23:40:16.684 INFO O| Aug 12 23:40:16.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74892026-08-12T23:40:17.211Z[ recovery-image] Aug 12 23:40:16.684 INFO O| Aug 12 23:40:16.684 INFO STEP 741 (remove_files) COMPLETE
74902026-08-12T23:40:17.211Z[ recovery-image] Aug 12 23:40:16.684 INFO O| Aug 12 23:40:16.684 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-12T23:40:17.220Z[ recovery-image] Aug 12 23:40:16.694 INFO O| Aug 12 23:40:16.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74922026-08-12T23:40:17.220Z[ recovery-image] Aug 12 23:40:16.694 INFO O| Aug 12 23:40:16.694 INFO STEP 742 (remove_files) COMPLETE
74932026-08-12T23:40:17.224Z[ recovery-image] Aug 12 23:40:16.694 INFO O| Aug 12 23:40:16.694 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-12T23:40:17.231Z[ recovery-image] Aug 12 23:40:16.704 INFO O| Aug 12 23:40:16.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74952026-08-12T23:40:17.231Z[ recovery-image] Aug 12 23:40:16.704 INFO O| Aug 12 23:40:16.704 INFO STEP 743 (remove_files) COMPLETE
74962026-08-12T23:40:17.235Z[ recovery-image] Aug 12 23:40:16.704 INFO O| Aug 12 23:40:16.704 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-12T23:40:17.240Z[ recovery-image] Aug 12 23:40:16.713 INFO O| Aug 12 23:40:16.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74982026-08-12T23:40:17.242Z[ recovery-image] Aug 12 23:40:16.714 INFO O| Aug 12 23:40:16.714 INFO STEP 744 (remove_files) COMPLETE
74992026-08-12T23:40:17.242Z[ recovery-image] Aug 12 23:40:16.714 INFO O| Aug 12 23:40:16.714 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-12T23:40:17.251Z[ recovery-image] Aug 12 23:40:16.725 INFO O| Aug 12 23:40:16.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75012026-08-12T23:40:17.251Z[ recovery-image] Aug 12 23:40:16.725 INFO O| Aug 12 23:40:16.725 INFO STEP 745 (remove_files) COMPLETE
75022026-08-12T23:40:17.251Z[ recovery-image] Aug 12 23:40:16.725 INFO O| Aug 12 23:40:16.725 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-12T23:40:17.262Z[ recovery-image] Aug 12 23:40:16.735 INFO O| Aug 12 23:40:16.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75042026-08-12T23:40:17.262Z[ recovery-image] Aug 12 23:40:16.735 INFO O| Aug 12 23:40:16.735 INFO STEP 746 (remove_files) COMPLETE
75052026-08-12T23:40:17.262Z[ recovery-image] Aug 12 23:40:16.735 INFO O| Aug 12 23:40:16.735 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-12T23:40:17.271Z[ recovery-image] Aug 12 23:40:16.744 INFO O| Aug 12 23:40:16.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75072026-08-12T23:40:17.271Z[ recovery-image] Aug 12 23:40:16.745 INFO O| Aug 12 23:40:16.744 INFO STEP 747 (remove_files) COMPLETE
75082026-08-12T23:40:17.276Z[ recovery-image] Aug 12 23:40:16.745 INFO O| Aug 12 23:40:16.745 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-12T23:40:17.280Z[ recovery-image] Aug 12 23:40:16.753 INFO O| Aug 12 23:40:16.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75102026-08-12T23:40:17.280Z[ recovery-image] Aug 12 23:40:16.753 INFO O| Aug 12 23:40:16.753 INFO STEP 748 (remove_files) COMPLETE
75112026-08-12T23:40:17.280Z[ recovery-image] Aug 12 23:40:16.753 INFO O| Aug 12 23:40:16.753 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-12T23:40:17.291Z[ recovery-image] Aug 12 23:40:16.764 INFO O| Aug 12 23:40:16.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75132026-08-12T23:40:17.291Z[ recovery-image] Aug 12 23:40:16.764 INFO O| Aug 12 23:40:16.764 INFO STEP 749 (remove_files) COMPLETE
75142026-08-12T23:40:17.294Z[ recovery-image] Aug 12 23:40:16.764 INFO O| Aug 12 23:40:16.764 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-12T23:40:17.300Z[ recovery-image] Aug 12 23:40:16.773 INFO O| Aug 12 23:40:16.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75162026-08-12T23:40:17.300Z[ recovery-image] Aug 12 23:40:16.773 INFO O| Aug 12 23:40:16.773 INFO STEP 750 (remove_files) COMPLETE
75172026-08-12T23:40:17.300Z[ recovery-image] Aug 12 23:40:16.773 INFO O| Aug 12 23:40:16.773 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-12T23:40:17.310Z[ recovery-image] Aug 12 23:40:16.783 INFO O| Aug 12 23:40:16.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75192026-08-12T23:40:17.310Z[ recovery-image] Aug 12 23:40:16.783 INFO O| Aug 12 23:40:16.783 INFO STEP 751 (remove_files) COMPLETE
75202026-08-12T23:40:17.314Z[ recovery-image] Aug 12 23:40:16.783 INFO O| Aug 12 23:40:16.783 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-12T23:40:17.319Z[ recovery-image] Aug 12 23:40:16.792 INFO O| Aug 12 23:40:16.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75222026-08-12T23:40:17.319Z[ recovery-image] Aug 12 23:40:16.792 INFO O| Aug 12 23:40:16.792 INFO STEP 752 (remove_files) COMPLETE
75232026-08-12T23:40:17.323Z[ recovery-image] Aug 12 23:40:16.792 INFO O| Aug 12 23:40:16.792 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-12T23:40:17.328Z[ recovery-image] Aug 12 23:40:16.801 INFO O| Aug 12 23:40:16.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75252026-08-12T23:40:17.328Z[ recovery-image] Aug 12 23:40:16.801 INFO O| Aug 12 23:40:16.801 INFO STEP 753 (remove_files) COMPLETE
75262026-08-12T23:40:17.328Z[ recovery-image] Aug 12 23:40:16.801 INFO O| Aug 12 23:40:16.801 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-12T23:40:17.343Z[ recovery-image] Aug 12 23:40:16.812 INFO O| Aug 12 23:40:16.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75282026-08-12T23:40:17.343Z[ recovery-image] Aug 12 23:40:16.812 INFO O| Aug 12 23:40:16.812 INFO STEP 754 (remove_files) COMPLETE
75292026-08-12T23:40:17.343Z[ recovery-image] Aug 12 23:40:16.812 INFO O| Aug 12 23:40:16.812 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-12T23:40:17.348Z[ recovery-image] Aug 12 23:40:16.821 INFO O| Aug 12 23:40:16.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75312026-08-12T23:40:17.348Z[ recovery-image] Aug 12 23:40:16.821 INFO O| Aug 12 23:40:16.821 INFO STEP 755 (remove_files) COMPLETE
75322026-08-12T23:40:17.354Z[ recovery-image] Aug 12 23:40:16.822 INFO O| Aug 12 23:40:16.821 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-12T23:40:17.358Z[ recovery-image] Aug 12 23:40:16.831 INFO O| Aug 12 23:40:16.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75342026-08-12T23:40:17.358Z[ recovery-image] Aug 12 23:40:16.832 INFO O| Aug 12 23:40:16.832 INFO STEP 756 (remove_files) COMPLETE
75352026-08-12T23:40:17.358Z[ recovery-image] Aug 12 23:40:16.832 INFO O| Aug 12 23:40:16.832 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-12T23:40:17.370Z[ recovery-image] Aug 12 23:40:16.840 INFO O| Aug 12 23:40:16.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75372026-08-12T23:40:17.370Z[ recovery-image] Aug 12 23:40:16.840 INFO O| Aug 12 23:40:16.840 INFO STEP 757 (remove_files) COMPLETE
75382026-08-12T23:40:17.370Z[ recovery-image] Aug 12 23:40:16.840 INFO O| Aug 12 23:40:16.840 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-12T23:40:17.378Z[ recovery-image] Aug 12 23:40:16.851 INFO O| Aug 12 23:40:16.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75402026-08-12T23:40:17.379Z[ recovery-image] Aug 12 23:40:16.851 INFO O| Aug 12 23:40:16.851 INFO STEP 758 (remove_files) COMPLETE
75412026-08-12T23:40:17.379Z[ recovery-image] Aug 12 23:40:16.851 INFO O| Aug 12 23:40:16.851 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-12T23:40:17.389Z[ recovery-image] Aug 12 23:40:16.860 INFO O| Aug 12 23:40:16.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75432026-08-12T23:40:17.390Z[ recovery-image] Aug 12 23:40:16.860 INFO O| Aug 12 23:40:16.860 INFO STEP 759 (remove_files) COMPLETE
75442026-08-12T23:40:17.390Z[ recovery-image] Aug 12 23:40:16.860 INFO O| Aug 12 23:40:16.860 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-12T23:40:17.395Z[ recovery-image] Aug 12 23:40:16.868 INFO O| Aug 12 23:40:16.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75462026-08-12T23:40:17.395Z[ recovery-image] Aug 12 23:40:16.868 INFO O| Aug 12 23:40:16.868 INFO STEP 760 (remove_files) COMPLETE
75472026-08-12T23:40:17.399Z[ recovery-image] Aug 12 23:40:16.868 INFO O| Aug 12 23:40:16.868 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-12T23:40:17.404Z[ recovery-image] Aug 12 23:40:16.878 INFO O| Aug 12 23:40:16.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75492026-08-12T23:40:17.404Z[ recovery-image] Aug 12 23:40:16.878 INFO O| Aug 12 23:40:16.878 INFO STEP 761 (remove_files) COMPLETE
75502026-08-12T23:40:17.404Z[ recovery-image] Aug 12 23:40:16.878 INFO O| Aug 12 23:40:16.878 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-12T23:40:17.414Z[ recovery-image] Aug 12 23:40:16.887 INFO O| Aug 12 23:40:16.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75522026-08-12T23:40:17.415Z[ recovery-image] Aug 12 23:40:16.888 INFO O| Aug 12 23:40:16.888 INFO STEP 762 (remove_files) COMPLETE
75532026-08-12T23:40:17.415Z[ recovery-image] Aug 12 23:40:16.888 INFO O| Aug 12 23:40:16.888 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-12T23:40:17.464Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
75552026-08-12T23:40:17.464Z[ recovery-image] Aug 12 23:40:16.896 INFO O| Aug 12 23:40:16.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75562026-08-12T23:40:17.464Z[ recovery-image] Aug 12 23:40:16.896 INFO O| Aug 12 23:40:16.896 INFO STEP 763 (remove_files) COMPLETE
75572026-08-12T23:40:17.464Z[ recovery-image] Aug 12 23:40:16.896 INFO O| Aug 12 23:40:16.896 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-12T23:40:17.464Z[ recovery-image] Aug 12 23:40:16.905 INFO O| Aug 12 23:40:16.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75592026-08-12T23:40:17.464Z[ recovery-image] Aug 12 23:40:16.905 INFO O| Aug 12 23:40:16.905 INFO STEP 764 (remove_files) COMPLETE
75602026-08-12T23:40:17.464Z[ recovery-image] Aug 12 23:40:16.905 INFO O| Aug 12 23:40:16.905 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-12T23:40:17.464Z[ recovery-image] Aug 12 23:40:16.915 INFO O| Aug 12 23:40:16.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75622026-08-12T23:40:17.465Z[ recovery-image] Aug 12 23:40:16.915 INFO O| Aug 12 23:40:16.915 INFO STEP 765 (remove_files) COMPLETE
75632026-08-12T23:40:17.465Z[ recovery-image] Aug 12 23:40:16.915 INFO O| Aug 12 23:40:16.915 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-12T23:40:17.465Z[ recovery-image] Aug 12 23:40:16.924 INFO O| Aug 12 23:40:16.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75652026-08-12T23:40:17.465Z[ recovery-image] Aug 12 23:40:16.924 INFO O| Aug 12 23:40:16.924 INFO STEP 766 (remove_files) COMPLETE
75662026-08-12T23:40:17.465Z[ recovery-image] Aug 12 23:40:16.924 INFO O| Aug 12 23:40:16.924 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-12T23:40:17.465Z[ recovery-image] Aug 12 23:40:16.934 INFO O| Aug 12 23:40:16.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75682026-08-12T23:40:17.465Z[ recovery-image] Aug 12 23:40:16.934 INFO O| Aug 12 23:40:16.934 INFO STEP 767 (remove_files) COMPLETE
75692026-08-12T23:40:17.465Z[ recovery-image] Aug 12 23:40:16.934 INFO O| Aug 12 23:40:16.934 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-12T23:40:17.470Z[ recovery-image] Aug 12 23:40:16.942 INFO O| Aug 12 23:40:16.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75712026-08-12T23:40:17.470Z[ recovery-image] Aug 12 23:40:16.942 INFO O| Aug 12 23:40:16.942 INFO STEP 768 (remove_files) COMPLETE
75722026-08-12T23:40:17.470Z[ recovery-image] Aug 12 23:40:16.942 INFO O| Aug 12 23:40:16.942 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-12T23:40:17.481Z[ recovery-image] Aug 12 23:40:16.954 INFO O| Aug 12 23:40:16.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75742026-08-12T23:40:17.482Z[ recovery-image] Aug 12 23:40:16.955 INFO O| Aug 12 23:40:16.955 INFO STEP 769 (remove_files) COMPLETE
75752026-08-12T23:40:17.482Z[ recovery-image] Aug 12 23:40:16.955 INFO O| Aug 12 23:40:16.955 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-12T23:40:17.501Z[ recovery-image] Aug 12 23:40:16.963 INFO O| Aug 12 23:40:16.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75772026-08-12T23:40:17.501Z[ recovery-image] Aug 12 23:40:16.964 INFO O| Aug 12 23:40:16.964 INFO STEP 770 (remove_files) COMPLETE
75782026-08-12T23:40:17.501Z[ recovery-image] Aug 12 23:40:16.964 INFO O| Aug 12 23:40:16.964 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-12T23:40:17.501Z[ recovery-image] Aug 12 23:40:16.973 INFO O| Aug 12 23:40:16.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75802026-08-12T23:40:17.501Z[ recovery-image] Aug 12 23:40:16.973 INFO O| Aug 12 23:40:16.973 INFO STEP 771 (remove_files) COMPLETE
75812026-08-12T23:40:17.501Z[ recovery-image] Aug 12 23:40:16.973 INFO O| Aug 12 23:40:16.973 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-12T23:40:17.516Z[ recovery-image] Aug 12 23:40:16.989 INFO O| Aug 12 23:40:16.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75832026-08-12T23:40:17.516Z[ recovery-image] Aug 12 23:40:16.989 INFO O| Aug 12 23:40:16.989 INFO STEP 772 (remove_files) COMPLETE
75842026-08-12T23:40:17.517Z[ recovery-image] Aug 12 23:40:16.989 INFO O| Aug 12 23:40:16.989 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-12T23:40:17.531Z[ recovery-image] Aug 12 23:40:17.004 INFO O| Aug 12 23:40:17.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75862026-08-12T23:40:17.531Z[ recovery-image] Aug 12 23:40:17.004 INFO O| Aug 12 23:40:17.004 INFO STEP 773 (remove_files) COMPLETE
75872026-08-12T23:40:17.531Z[ recovery-image] Aug 12 23:40:17.004 INFO O| Aug 12 23:40:17.004 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-12T23:40:17.539Z[ recovery-image] Aug 12 23:40:17.013 INFO O| Aug 12 23:40:17.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75892026-08-12T23:40:17.540Z[ recovery-image] Aug 12 23:40:17.013 INFO O| Aug 12 23:40:17.013 INFO STEP 774 (remove_files) COMPLETE
75902026-08-12T23:40:17.543Z[ recovery-image] Aug 12 23:40:17.013 INFO O| Aug 12 23:40:17.013 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-12T23:40:17.575Z[ recovery-image] Aug 12 23:40:17.048 INFO O| Aug 12 23:40:17.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75922026-08-12T23:40:17.575Z[ recovery-image] Aug 12 23:40:17.048 INFO O| Aug 12 23:40:17.048 INFO STEP 775 (remove_files) COMPLETE
75932026-08-12T23:40:17.579Z[ recovery-image] Aug 12 23:40:17.048 INFO O| Aug 12 23:40:17.048 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-12T23:40:17.585Z[ recovery-image] Aug 12 23:40:17.058 INFO O| Aug 12 23:40:17.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75952026-08-12T23:40:17.585Z[ recovery-image] Aug 12 23:40:17.058 INFO O| Aug 12 23:40:17.058 INFO STEP 776 (remove_files) COMPLETE
75962026-08-12T23:40:17.589Z[ recovery-image] Aug 12 23:40:17.058 INFO O| Aug 12 23:40:17.058 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-12T23:40:17.596Z[ recovery-image] Aug 12 23:40:17.069 INFO O| Aug 12 23:40:17.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75982026-08-12T23:40:17.597Z[ recovery-image] Aug 12 23:40:17.069 INFO O| Aug 12 23:40:17.069 INFO STEP 777 (remove_files) COMPLETE
75992026-08-12T23:40:17.597Z[ recovery-image] Aug 12 23:40:17.069 INFO O| Aug 12 23:40:17.069 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-12T23:40:17.607Z[ recovery-image] Aug 12 23:40:17.080 INFO O| Aug 12 23:40:17.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76012026-08-12T23:40:17.607Z[ recovery-image] Aug 12 23:40:17.081 INFO O| Aug 12 23:40:17.078 INFO STEP 778 (remove_files) COMPLETE
76022026-08-12T23:40:17.608Z[ recovery-image] Aug 12 23:40:17.081 INFO O| Aug 12 23:40:17.078 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-12T23:40:17.617Z[ recovery-image] Aug 12 23:40:17.089 INFO O| Aug 12 23:40:17.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76042026-08-12T23:40:17.617Z[ recovery-image] Aug 12 23:40:17.089 INFO O| Aug 12 23:40:17.089 INFO STEP 779 (remove_files) COMPLETE
76052026-08-12T23:40:17.617Z[ recovery-image] Aug 12 23:40:17.089 INFO O| Aug 12 23:40:17.089 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-12T23:40:17.628Z[ recovery-image] Aug 12 23:40:17.101 INFO O| Aug 12 23:40:17.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76072026-08-12T23:40:17.628Z[ recovery-image] Aug 12 23:40:17.101 INFO O| Aug 12 23:40:17.100 INFO STEP 780 (remove_files) COMPLETE
76082026-08-12T23:40:17.628Z[ recovery-image] Aug 12 23:40:17.101 INFO O| Aug 12 23:40:17.100 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-12T23:40:17.639Z[ recovery-image] Aug 12 23:40:17.111 INFO O| Aug 12 23:40:17.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76102026-08-12T23:40:17.639Z[ recovery-image] Aug 12 23:40:17.111 INFO O| Aug 12 23:40:17.111 INFO STEP 781 (remove_files) COMPLETE
76112026-08-12T23:40:17.639Z[ recovery-image] Aug 12 23:40:17.111 INFO O| Aug 12 23:40:17.111 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-12T23:40:17.648Z[ recovery-image] Aug 12 23:40:17.121 INFO O| Aug 12 23:40:17.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76132026-08-12T23:40:17.648Z[ recovery-image] Aug 12 23:40:17.121 INFO O| Aug 12 23:40:17.121 INFO STEP 782 (remove_files) COMPLETE
76142026-08-12T23:40:17.648Z[ recovery-image] Aug 12 23:40:17.121 INFO O| Aug 12 23:40:17.121 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-12T23:40:17.660Z[ recovery-image] Aug 12 23:40:17.131 INFO O| Aug 12 23:40:17.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76162026-08-12T23:40:17.660Z[ recovery-image] Aug 12 23:40:17.131 INFO O| Aug 12 23:40:17.131 INFO STEP 783 (remove_files) COMPLETE
76172026-08-12T23:40:17.660Z[ recovery-image] Aug 12 23:40:17.131 INFO O| Aug 12 23:40:17.131 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-12T23:40:17.668Z[ recovery-image] Aug 12 23:40:17.141 INFO O| Aug 12 23:40:17.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76192026-08-12T23:40:17.669Z[ recovery-image] Aug 12 23:40:17.141 INFO O| Aug 12 23:40:17.141 INFO STEP 784 (remove_files) COMPLETE
76202026-08-12T23:40:17.672Z[ recovery-image] Aug 12 23:40:17.141 INFO O| Aug 12 23:40:17.141 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-12T23:40:17.677Z[ recovery-image] Aug 12 23:40:17.150 INFO O| Aug 12 23:40:17.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76222026-08-12T23:40:17.677Z[ recovery-image] Aug 12 23:40:17.150 INFO O| Aug 12 23:40:17.150 INFO STEP 785 (remove_files) COMPLETE
76232026-08-12T23:40:17.677Z[ recovery-image] Aug 12 23:40:17.150 INFO O| Aug 12 23:40:17.150 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-12T23:40:17.687Z[ recovery-image] Aug 12 23:40:17.160 INFO O| Aug 12 23:40:17.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76252026-08-12T23:40:17.687Z[ recovery-image] Aug 12 23:40:17.160 INFO O| Aug 12 23:40:17.160 INFO STEP 786 (remove_files) COMPLETE
76262026-08-12T23:40:17.687Z[ recovery-image] Aug 12 23:40:17.160 INFO O| Aug 12 23:40:17.160 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-12T23:40:17.695Z[ recovery-image] Aug 12 23:40:17.168 INFO O| Aug 12 23:40:17.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76282026-08-12T23:40:17.695Z[ recovery-image] Aug 12 23:40:17.168 INFO O| Aug 12 23:40:17.168 INFO STEP 787 (remove_files) COMPLETE
76292026-08-12T23:40:17.695Z[ recovery-image] Aug 12 23:40:17.168 INFO O| Aug 12 23:40:17.168 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-12T23:40:17.703Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
76312026-08-12T23:40:17.707Z[ recovery-image] Aug 12 23:40:17.177 INFO O| Aug 12 23:40:17.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76322026-08-12T23:40:17.707Z[ recovery-image] Aug 12 23:40:17.177 INFO O| Aug 12 23:40:17.177 INFO STEP 788 (remove_files) COMPLETE
76332026-08-12T23:40:17.707Z[ recovery-image] Aug 12 23:40:17.177 INFO O| Aug 12 23:40:17.177 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-12T23:40:17.716Z[ recovery-image] Aug 12 23:40:17.189 INFO O| Aug 12 23:40:17.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76352026-08-12T23:40:17.716Z[ recovery-image] Aug 12 23:40:17.189 INFO O| Aug 12 23:40:17.189 INFO STEP 789 (remove_files) COMPLETE
76362026-08-12T23:40:17.716Z[ recovery-image] Aug 12 23:40:17.189 INFO O| Aug 12 23:40:17.189 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-12T23:40:17.727Z[ recovery-image] Aug 12 23:40:17.199 INFO O| Aug 12 23:40:17.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76382026-08-12T23:40:17.727Z[ recovery-image] Aug 12 23:40:17.199 INFO O| Aug 12 23:40:17.199 INFO STEP 790 (remove_files) COMPLETE
76392026-08-12T23:40:17.728Z[ recovery-image] Aug 12 23:40:17.199 INFO O| Aug 12 23:40:17.199 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-12T23:40:17.735Z[ recovery-image] Aug 12 23:40:17.208 INFO O| Aug 12 23:40:17.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76412026-08-12T23:40:17.735Z[ recovery-image] Aug 12 23:40:17.208 INFO O| Aug 12 23:40:17.208 INFO STEP 791 (remove_files) COMPLETE
76422026-08-12T23:40:17.739Z[ recovery-image] Aug 12 23:40:17.208 INFO O| Aug 12 23:40:17.208 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-12T23:40:17.745Z[ recovery-image] Aug 12 23:40:17.218 INFO O| Aug 12 23:40:17.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76442026-08-12T23:40:17.745Z[ recovery-image] Aug 12 23:40:17.218 INFO O| Aug 12 23:40:17.218 INFO STEP 792 (remove_files) COMPLETE
76452026-08-12T23:40:17.745Z[ recovery-image] Aug 12 23:40:17.218 INFO O| Aug 12 23:40:17.218 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-12T23:40:17.755Z[ recovery-image] Aug 12 23:40:17.228 INFO O| Aug 12 23:40:17.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76472026-08-12T23:40:17.755Z[ recovery-image] Aug 12 23:40:17.228 INFO O| Aug 12 23:40:17.228 INFO STEP 793 (remove_files) COMPLETE
76482026-08-12T23:40:17.755Z[ recovery-image] Aug 12 23:40:17.228 INFO O| Aug 12 23:40:17.228 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-12T23:40:17.764Z[ recovery-image] Aug 12 23:40:17.237 INFO O| Aug 12 23:40:17.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76502026-08-12T23:40:17.764Z[ recovery-image] Aug 12 23:40:17.237 INFO O| Aug 12 23:40:17.237 INFO STEP 794 (remove_files) COMPLETE
76512026-08-12T23:40:17.765Z[ recovery-image] Aug 12 23:40:17.237 INFO O| Aug 12 23:40:17.237 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-12T23:40:17.772Z[ recovery-image] Aug 12 23:40:17.246 INFO O| Aug 12 23:40:17.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76532026-08-12T23:40:17.772Z[ recovery-image] Aug 12 23:40:17.246 INFO O| Aug 12 23:40:17.246 INFO STEP 795 (remove_files) COMPLETE
76542026-08-12T23:40:17.773Z[ recovery-image] Aug 12 23:40:17.246 INFO O| Aug 12 23:40:17.246 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-12T23:40:17.782Z[ recovery-image] Aug 12 23:40:17.255 INFO O| Aug 12 23:40:17.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76562026-08-12T23:40:17.782Z[ recovery-image] Aug 12 23:40:17.255 INFO O| Aug 12 23:40:17.255 INFO STEP 796 (remove_files) COMPLETE
76572026-08-12T23:40:17.786Z[ recovery-image] Aug 12 23:40:17.255 INFO O| Aug 12 23:40:17.255 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-12T23:40:17.791Z[ recovery-image] Aug 12 23:40:17.264 INFO O| Aug 12 23:40:17.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76592026-08-12T23:40:17.791Z[ recovery-image] Aug 12 23:40:17.264 INFO O| Aug 12 23:40:17.264 INFO STEP 797 (remove_files) COMPLETE
76602026-08-12T23:40:17.795Z[ recovery-image] Aug 12 23:40:17.264 INFO O| Aug 12 23:40:17.264 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-12T23:40:17.802Z[ recovery-image] Aug 12 23:40:17.274 INFO O| Aug 12 23:40:17.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76622026-08-12T23:40:17.802Z[ recovery-image] Aug 12 23:40:17.274 INFO O| Aug 12 23:40:17.274 INFO STEP 798 (remove_files) COMPLETE
76632026-08-12T23:40:17.806Z[ recovery-image] Aug 12 23:40:17.274 INFO O| Aug 12 23:40:17.274 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-12T23:40:17.810Z[ recovery-image] Aug 12 23:40:17.283 INFO O| Aug 12 23:40:17.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76652026-08-12T23:40:17.810Z[ recovery-image] Aug 12 23:40:17.283 INFO O| Aug 12 23:40:17.283 INFO STEP 799 (remove_files) COMPLETE
76662026-08-12T23:40:17.810Z[ recovery-image] Aug 12 23:40:17.283 INFO O| Aug 12 23:40:17.283 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-12T23:40:17.818Z[ recovery-image] Aug 12 23:40:17.292 INFO O| Aug 12 23:40:17.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76682026-08-12T23:40:17.819Z[ recovery-image] Aug 12 23:40:17.292 INFO O| Aug 12 23:40:17.292 INFO STEP 800 (remove_files) COMPLETE
76692026-08-12T23:40:17.819Z[ recovery-image] Aug 12 23:40:17.292 INFO O| Aug 12 23:40:17.292 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-12T23:40:17.827Z[ recovery-image] Aug 12 23:40:17.300 INFO O| Aug 12 23:40:17.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76712026-08-12T23:40:17.827Z[ recovery-image] Aug 12 23:40:17.300 INFO O| Aug 12 23:40:17.300 INFO STEP 801 (remove_files) COMPLETE
76722026-08-12T23:40:17.827Z[ recovery-image] Aug 12 23:40:17.300 INFO O| Aug 12 23:40:17.300 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-12T23:40:17.836Z[ recovery-image] Aug 12 23:40:17.309 INFO O| Aug 12 23:40:17.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76742026-08-12T23:40:17.836Z[ recovery-image] Aug 12 23:40:17.309 INFO O| Aug 12 23:40:17.309 INFO STEP 802 (remove_files) COMPLETE
76752026-08-12T23:40:17.836Z[ recovery-image] Aug 12 23:40:17.309 INFO O| Aug 12 23:40:17.309 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-12T23:40:17.846Z[ recovery-image] Aug 12 23:40:17.319 INFO O| Aug 12 23:40:17.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76772026-08-12T23:40:17.846Z[ recovery-image] Aug 12 23:40:17.319 INFO O| Aug 12 23:40:17.319 INFO STEP 803 (remove_files) COMPLETE
76782026-08-12T23:40:17.846Z[ recovery-image] Aug 12 23:40:17.319 INFO O| Aug 12 23:40:17.319 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-12T23:40:17.859Z[ recovery-image] Aug 12 23:40:17.331 INFO O| Aug 12 23:40:17.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76802026-08-12T23:40:17.859Z[ recovery-image] Aug 12 23:40:17.331 INFO O| Aug 12 23:40:17.331 INFO STEP 804 (remove_files) COMPLETE
76812026-08-12T23:40:17.863Z[ recovery-image] Aug 12 23:40:17.331 INFO O| Aug 12 23:40:17.331 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-12T23:40:17.869Z[ recovery-image] Aug 12 23:40:17.342 INFO O| Aug 12 23:40:17.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76832026-08-12T23:40:17.869Z[ recovery-image] Aug 12 23:40:17.342 INFO O| Aug 12 23:40:17.342 INFO STEP 805 (remove_files) COMPLETE
76842026-08-12T23:40:17.873Z[ recovery-image] Aug 12 23:40:17.342 INFO O| Aug 12 23:40:17.342 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-12T23:40:17.880Z[ recovery-image] Aug 12 23:40:17.353 INFO O| Aug 12 23:40:17.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76862026-08-12T23:40:17.880Z[ recovery-image] Aug 12 23:40:17.353 INFO O| Aug 12 23:40:17.353 INFO STEP 806 (remove_files) COMPLETE
76872026-08-12T23:40:17.880Z[ recovery-image] Aug 12 23:40:17.353 INFO O| Aug 12 23:40:17.353 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-12T23:40:17.891Z[ recovery-image] Aug 12 23:40:17.364 INFO O| Aug 12 23:40:17.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76892026-08-12T23:40:17.891Z[ recovery-image] Aug 12 23:40:17.364 INFO O| Aug 12 23:40:17.364 INFO STEP 807 (remove_files) COMPLETE
76902026-08-12T23:40:17.891Z[ recovery-image] Aug 12 23:40:17.364 INFO O| Aug 12 23:40:17.364 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-12T23:40:17.901Z[ recovery-image] Aug 12 23:40:17.375 INFO O| Aug 12 23:40:17.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76922026-08-12T23:40:17.901Z[ recovery-image] Aug 12 23:40:17.375 INFO O| Aug 12 23:40:17.375 INFO STEP 808 (remove_files) COMPLETE
76932026-08-12T23:40:17.901Z[ recovery-image] Aug 12 23:40:17.375 INFO O| Aug 12 23:40:17.375 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-12T23:40:17.915Z[ recovery-image] Aug 12 23:40:17.387 INFO O| Aug 12 23:40:17.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76952026-08-12T23:40:17.915Z[ recovery-image] Aug 12 23:40:17.387 INFO O| Aug 12 23:40:17.387 INFO STEP 809 (remove_files) COMPLETE
76962026-08-12T23:40:17.919Z[ recovery-image] Aug 12 23:40:17.387 INFO O| Aug 12 23:40:17.387 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-12T23:40:17.925Z[ recovery-image] Aug 12 23:40:17.398 INFO O| Aug 12 23:40:17.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76982026-08-12T23:40:17.925Z[ recovery-image] Aug 12 23:40:17.398 INFO O| Aug 12 23:40:17.398 INFO STEP 810 (remove_files) COMPLETE
76992026-08-12T23:40:17.929Z[ recovery-image] Aug 12 23:40:17.398 INFO O| Aug 12 23:40:17.398 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-12T23:40:17.936Z[ recovery-image] Aug 12 23:40:17.408 INFO O| Aug 12 23:40:17.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77012026-08-12T23:40:17.937Z[ recovery-image] Aug 12 23:40:17.408 INFO O| Aug 12 23:40:17.408 INFO STEP 811 (remove_files) COMPLETE
77022026-08-12T23:40:17.941Z[ recovery-image] Aug 12 23:40:17.408 INFO O| Aug 12 23:40:17.408 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-12T23:40:17.944Z[ recovery-image] Aug 12 23:40:17.417 INFO O| Aug 12 23:40:17.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77042026-08-12T23:40:17.945Z[ recovery-image] Aug 12 23:40:17.417 INFO O| Aug 12 23:40:17.417 INFO STEP 812 (remove_files) COMPLETE
77052026-08-12T23:40:17.945Z[ recovery-image] Aug 12 23:40:17.417 INFO O| Aug 12 23:40:17.417 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-12T23:40:17.955Z[ recovery-image] Aug 12 23:40:17.427 INFO O| Aug 12 23:40:17.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77072026-08-12T23:40:17.955Z[ recovery-image] Aug 12 23:40:17.427 INFO O| Aug 12 23:40:17.427 INFO STEP 813 (remove_files) COMPLETE
77082026-08-12T23:40:17.955Z[ recovery-image] Aug 12 23:40:17.427 INFO O| Aug 12 23:40:17.427 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-12T23:40:17.963Z[ recovery-image] Aug 12 23:40:17.436 INFO O| Aug 12 23:40:17.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77102026-08-12T23:40:17.963Z[ recovery-image] Aug 12 23:40:17.437 INFO O| Aug 12 23:40:17.436 INFO STEP 814 (remove_files) COMPLETE
77112026-08-12T23:40:17.963Z[ recovery-image] Aug 12 23:40:17.437 INFO O| Aug 12 23:40:17.436 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-12T23:40:17.973Z[ recovery-image] Aug 12 23:40:17.446 INFO O| Aug 12 23:40:17.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77132026-08-12T23:40:17.973Z[ recovery-image] Aug 12 23:40:17.446 INFO O| Aug 12 23:40:17.446 INFO STEP 815 (remove_files) COMPLETE
77142026-08-12T23:40:17.977Z[ recovery-image] Aug 12 23:40:17.446 INFO O| Aug 12 23:40:17.446 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-12T23:40:17.982Z[ recovery-image] Aug 12 23:40:17.456 INFO O| Aug 12 23:40:17.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77162026-08-12T23:40:17.982Z[ recovery-image] Aug 12 23:40:17.456 INFO O| Aug 12 23:40:17.456 INFO STEP 816 (remove_files) COMPLETE
77172026-08-12T23:40:17.982Z[ recovery-image] Aug 12 23:40:17.456 INFO O| Aug 12 23:40:17.456 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-12T23:40:17.990Z[ recovery-image] Aug 12 23:40:17.464 INFO O| Aug 12 23:40:17.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77192026-08-12T23:40:17.994Z[ recovery-image] Aug 12 23:40:17.465 INFO O| Aug 12 23:40:17.465 INFO STEP 817 (remove_files) COMPLETE
77202026-08-12T23:40:17.994Z[ recovery-image] Aug 12 23:40:17.465 INFO O| Aug 12 23:40:17.465 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-12T23:40:18.002Z[ recovery-image] Aug 12 23:40:17.475 INFO O| Aug 12 23:40:17.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77222026-08-12T23:40:18.005Z[ recovery-image] Aug 12 23:40:17.476 INFO O| Aug 12 23:40:17.476 INFO STEP 818 (remove_files) COMPLETE
77232026-08-12T23:40:18.005Z[ recovery-image] Aug 12 23:40:17.476 INFO O| Aug 12 23:40:17.476 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-12T23:40:18.012Z[ recovery-image] Aug 12 23:40:17.485 INFO O| Aug 12 23:40:17.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77252026-08-12T23:40:18.012Z[ recovery-image] Aug 12 23:40:17.485 INFO O| Aug 12 23:40:17.485 INFO STEP 819 (remove_files) COMPLETE
77262026-08-12T23:40:18.016Z[ recovery-image] Aug 12 23:40:17.485 INFO O| Aug 12 23:40:17.485 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-12T23:40:18.021Z[ recovery-image] Aug 12 23:40:17.494 INFO O| Aug 12 23:40:17.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77282026-08-12T23:40:18.021Z[ recovery-image] Aug 12 23:40:17.494 INFO O| Aug 12 23:40:17.494 INFO STEP 820 (remove_files) COMPLETE
77292026-08-12T23:40:18.022Z[ recovery-image] Aug 12 23:40:17.494 INFO O| Aug 12 23:40:17.494 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-12T23:40:18.031Z[ recovery-image] Aug 12 23:40:17.505 INFO O| Aug 12 23:40:17.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77312026-08-12T23:40:18.031Z[ recovery-image] Aug 12 23:40:17.505 INFO O| Aug 12 23:40:17.505 INFO STEP 821 (remove_files) COMPLETE
77322026-08-12T23:40:18.031Z[ recovery-image] Aug 12 23:40:17.505 INFO O| Aug 12 23:40:17.505 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-12T23:40:18.043Z[ recovery-image] Aug 12 23:40:17.516 INFO O| Aug 12 23:40:17.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77342026-08-12T23:40:18.043Z[ recovery-image] Aug 12 23:40:17.516 INFO O| Aug 12 23:40:17.516 INFO STEP 822 (remove_files) COMPLETE
77352026-08-12T23:40:18.043Z[ recovery-image] Aug 12 23:40:17.516 INFO O| Aug 12 23:40:17.516 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-12T23:40:18.054Z[ recovery-image] Aug 12 23:40:17.527 INFO O| Aug 12 23:40:17.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77372026-08-12T23:40:18.054Z[ recovery-image] Aug 12 23:40:17.527 INFO O| Aug 12 23:40:17.527 INFO STEP 823 (remove_files) COMPLETE
77382026-08-12T23:40:18.054Z[ recovery-image] Aug 12 23:40:17.528 INFO O| Aug 12 23:40:17.527 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-12T23:40:18.071Z[ recovery-image] Aug 12 23:40:17.539 INFO O| Aug 12 23:40:17.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77402026-08-12T23:40:18.072Z[ recovery-image] Aug 12 23:40:17.539 INFO O| Aug 12 23:40:17.539 INFO STEP 824 (remove_files) COMPLETE
77412026-08-12T23:40:18.072Z[ recovery-image] Aug 12 23:40:17.539 INFO O| Aug 12 23:40:17.539 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-12T23:40:18.078Z[ recovery-image] Aug 12 23:40:17.549 INFO O| Aug 12 23:40:17.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77432026-08-12T23:40:18.078Z[ recovery-image] Aug 12 23:40:17.549 INFO O| Aug 12 23:40:17.549 INFO STEP 825 (remove_files) COMPLETE
77442026-08-12T23:40:18.078Z[ recovery-image] Aug 12 23:40:17.549 INFO O| Aug 12 23:40:17.549 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-12T23:40:18.086Z[ recovery-image] Aug 12 23:40:17.558 INFO O| Aug 12 23:40:17.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77462026-08-12T23:40:18.086Z[ recovery-image] Aug 12 23:40:17.558 INFO O| Aug 12 23:40:17.558 INFO STEP 826 (remove_files) COMPLETE
77472026-08-12T23:40:18.089Z[ recovery-image] Aug 12 23:40:17.558 INFO O| Aug 12 23:40:17.558 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-12T23:40:18.093Z[ recovery-image] Aug 12 23:40:17.567 INFO O| Aug 12 23:40:17.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77492026-08-12T23:40:18.093Z[ recovery-image] Aug 12 23:40:17.567 INFO O| Aug 12 23:40:17.567 INFO STEP 827 (remove_files) COMPLETE
77502026-08-12T23:40:18.096Z[ recovery-image] Aug 12 23:40:17.567 INFO O| Aug 12 23:40:17.567 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-12T23:40:18.102Z[ recovery-image] Aug 12 23:40:17.575 INFO O| Aug 12 23:40:17.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77522026-08-12T23:40:18.102Z[ recovery-image] Aug 12 23:40:17.575 INFO O| Aug 12 23:40:17.575 INFO STEP 828 (remove_files) COMPLETE
77532026-08-12T23:40:18.106Z[ recovery-image] Aug 12 23:40:17.575 INFO O| Aug 12 23:40:17.575 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-12T23:40:18.109Z[ recovery-image] Aug 12 23:40:17.583 INFO O| Aug 12 23:40:17.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77552026-08-12T23:40:18.109Z[ recovery-image] Aug 12 23:40:17.583 INFO O| Aug 12 23:40:17.583 INFO STEP 829 (remove_files) COMPLETE
77562026-08-12T23:40:18.113Z[ recovery-image] Aug 12 23:40:17.583 INFO O| Aug 12 23:40:17.583 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-12T23:40:18.118Z[ recovery-image] Aug 12 23:40:17.591 INFO O| Aug 12 23:40:17.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77582026-08-12T23:40:18.118Z[ recovery-image] Aug 12 23:40:17.591 INFO O| Aug 12 23:40:17.591 INFO STEP 830 (remove_files) COMPLETE
77592026-08-12T23:40:18.118Z[ recovery-image] Aug 12 23:40:17.591 INFO O| Aug 12 23:40:17.591 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-12T23:40:18.125Z[ recovery-image] Aug 12 23:40:17.598 INFO O| Aug 12 23:40:17.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77612026-08-12T23:40:18.125Z[ recovery-image] Aug 12 23:40:17.598 INFO O| Aug 12 23:40:17.598 INFO STEP 831 (remove_files) COMPLETE
77622026-08-12T23:40:18.125Z[ recovery-image] Aug 12 23:40:17.598 INFO O| Aug 12 23:40:17.598 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-12T23:40:18.133Z[ recovery-image] Aug 12 23:40:17.606 INFO O| Aug 12 23:40:17.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77642026-08-12T23:40:18.133Z[ recovery-image] Aug 12 23:40:17.606 INFO O| Aug 12 23:40:17.606 INFO STEP 832 (remove_files) COMPLETE
77652026-08-12T23:40:18.133Z[ recovery-image] Aug 12 23:40:17.606 INFO O| Aug 12 23:40:17.606 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-12T23:40:18.142Z[ recovery-image] Aug 12 23:40:17.615 INFO O| Aug 12 23:40:17.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77672026-08-12T23:40:18.142Z[ recovery-image] Aug 12 23:40:17.615 INFO O| Aug 12 23:40:17.615 INFO STEP 833 (remove_files) COMPLETE
77682026-08-12T23:40:18.143Z[ recovery-image] Aug 12 23:40:17.615 INFO O| Aug 12 23:40:17.615 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-12T23:40:18.152Z[ recovery-image] Aug 12 23:40:17.625 INFO O| Aug 12 23:40:17.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77702026-08-12T23:40:18.152Z[ recovery-image] Aug 12 23:40:17.625 INFO O| Aug 12 23:40:17.625 INFO STEP 834 (remove_files) COMPLETE
77712026-08-12T23:40:18.152Z[ recovery-image] Aug 12 23:40:17.625 INFO O| Aug 12 23:40:17.625 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-12T23:40:18.162Z[ recovery-image] Aug 12 23:40:17.635 INFO O| Aug 12 23:40:17.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77732026-08-12T23:40:18.162Z[ recovery-image] Aug 12 23:40:17.635 INFO O| Aug 12 23:40:17.635 INFO STEP 835 (remove_files) COMPLETE
77742026-08-12T23:40:18.162Z[ recovery-image] Aug 12 23:40:17.635 INFO O| Aug 12 23:40:17.635 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-12T23:40:18.172Z[ recovery-image] Aug 12 23:40:17.645 INFO O| Aug 12 23:40:17.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77762026-08-12T23:40:18.172Z[ recovery-image] Aug 12 23:40:17.645 INFO O| Aug 12 23:40:17.645 INFO STEP 836 (remove_files) COMPLETE
77772026-08-12T23:40:18.176Z[ recovery-image] Aug 12 23:40:17.645 INFO O| Aug 12 23:40:17.645 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-12T23:40:18.181Z[ recovery-image] Aug 12 23:40:17.654 INFO O| Aug 12 23:40:17.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77792026-08-12T23:40:18.181Z[ recovery-image] Aug 12 23:40:17.654 INFO O| Aug 12 23:40:17.654 INFO STEP 837 (remove_files) COMPLETE
77802026-08-12T23:40:18.181Z[ recovery-image] Aug 12 23:40:17.654 INFO O| Aug 12 23:40:17.654 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-12T23:40:18.190Z[ recovery-image] Aug 12 23:40:17.663 INFO O| Aug 12 23:40:17.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77822026-08-12T23:40:18.190Z[ recovery-image] Aug 12 23:40:17.663 INFO O| Aug 12 23:40:17.663 INFO STEP 838 (remove_files) COMPLETE
77832026-08-12T23:40:18.190Z[ recovery-image] Aug 12 23:40:17.663 INFO O| Aug 12 23:40:17.663 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-12T23:40:18.201Z[ recovery-image] Aug 12 23:40:17.675 INFO O| Aug 12 23:40:17.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77852026-08-12T23:40:18.202Z[ recovery-image] Aug 12 23:40:17.675 INFO O| Aug 12 23:40:17.675 INFO STEP 839 (remove_files) COMPLETE
77862026-08-12T23:40:18.205Z[ recovery-image] Aug 12 23:40:17.675 INFO O| Aug 12 23:40:17.675 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-12T23:40:18.210Z[ recovery-image] Aug 12 23:40:17.684 INFO O| Aug 12 23:40:17.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77882026-08-12T23:40:18.210Z[ recovery-image] Aug 12 23:40:17.684 INFO O| Aug 12 23:40:17.684 INFO STEP 840 (remove_files) COMPLETE
77892026-08-12T23:40:18.210Z[ recovery-image] Aug 12 23:40:17.684 INFO O| Aug 12 23:40:17.684 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-12T23:40:18.220Z[ recovery-image] Aug 12 23:40:17.693 INFO O| Aug 12 23:40:17.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77912026-08-12T23:40:18.220Z[ recovery-image] Aug 12 23:40:17.693 INFO O| Aug 12 23:40:17.693 INFO STEP 841 (remove_files) COMPLETE
77922026-08-12T23:40:18.224Z[ recovery-image] Aug 12 23:40:17.693 INFO O| Aug 12 23:40:17.693 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-12T23:40:18.229Z[ recovery-image] Aug 12 23:40:17.702 INFO O| Aug 12 23:40:17.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77942026-08-12T23:40:18.232Z[ recovery-image] Aug 12 23:40:17.702 INFO O| Aug 12 23:40:17.702 INFO STEP 842 (remove_files) COMPLETE
77952026-08-12T23:40:18.232Z[ recovery-image] Aug 12 23:40:17.702 INFO O| Aug 12 23:40:17.702 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-12T23:40:18.237Z[ recovery-image] Aug 12 23:40:17.711 INFO O| Aug 12 23:40:17.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77972026-08-12T23:40:18.238Z[ recovery-image] Aug 12 23:40:17.711 INFO O| Aug 12 23:40:17.711 INFO STEP 843 (remove_files) COMPLETE
77982026-08-12T23:40:18.238Z[ recovery-image] Aug 12 23:40:17.711 INFO O| Aug 12 23:40:17.711 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-12T23:40:18.247Z[ recovery-image] Aug 12 23:40:17.720 INFO O| Aug 12 23:40:17.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78002026-08-12T23:40:18.247Z[ recovery-image] Aug 12 23:40:17.720 INFO O| Aug 12 23:40:17.720 INFO STEP 844 (remove_files) COMPLETE
78012026-08-12T23:40:18.247Z[ recovery-image] Aug 12 23:40:17.720 INFO O| Aug 12 23:40:17.720 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-12T23:40:18.258Z[ recovery-image] Aug 12 23:40:17.731 INFO O| Aug 12 23:40:17.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78032026-08-12T23:40:18.259Z[ recovery-image] Aug 12 23:40:17.731 INFO O| Aug 12 23:40:17.731 INFO STEP 845 (remove_files) COMPLETE
78042026-08-12T23:40:18.259Z[ recovery-image] Aug 12 23:40:17.731 INFO O| Aug 12 23:40:17.731 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-12T23:40:18.268Z[ recovery-image] Aug 12 23:40:17.741 INFO O| Aug 12 23:40:17.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78062026-08-12T23:40:18.268Z[ recovery-image] Aug 12 23:40:17.741 INFO O| Aug 12 23:40:17.741 INFO STEP 846 (remove_files) COMPLETE
78072026-08-12T23:40:18.268Z[ recovery-image] Aug 12 23:40:17.741 INFO O| Aug 12 23:40:17.741 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-12T23:40:18.278Z[ recovery-image] Aug 12 23:40:17.751 INFO O| Aug 12 23:40:17.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78092026-08-12T23:40:18.278Z[ recovery-image] Aug 12 23:40:17.751 INFO O| Aug 12 23:40:17.751 INFO STEP 847 (remove_files) COMPLETE
78102026-08-12T23:40:18.282Z[ recovery-image] Aug 12 23:40:17.751 INFO O| Aug 12 23:40:17.751 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-12T23:40:18.287Z[ recovery-image] Aug 12 23:40:17.760 INFO O| Aug 12 23:40:17.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78122026-08-12T23:40:18.287Z[ recovery-image] Aug 12 23:40:17.760 INFO O| Aug 12 23:40:17.760 INFO STEP 848 (remove_files) COMPLETE
78132026-08-12T23:40:18.287Z[ recovery-image] Aug 12 23:40:17.760 INFO O| Aug 12 23:40:17.760 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-12T23:40:18.298Z[ recovery-image] Aug 12 23:40:17.771 INFO O| Aug 12 23:40:17.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78152026-08-12T23:40:18.298Z[ recovery-image] Aug 12 23:40:17.771 INFO O| Aug 12 23:40:17.771 INFO STEP 849 (remove_files) COMPLETE
78162026-08-12T23:40:18.298Z[ recovery-image] Aug 12 23:40:17.771 INFO O| Aug 12 23:40:17.771 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-12T23:40:18.309Z[ recovery-image] Aug 12 23:40:17.782 INFO O| Aug 12 23:40:17.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78182026-08-12T23:40:18.309Z[ recovery-image] Aug 12 23:40:17.782 INFO O| Aug 12 23:40:17.782 INFO STEP 850 (remove_files) COMPLETE
78192026-08-12T23:40:18.309Z[ recovery-image] Aug 12 23:40:17.782 INFO O| Aug 12 23:40:17.782 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-12T23:40:18.320Z[ recovery-image] Aug 12 23:40:17.793 INFO O| Aug 12 23:40:17.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78212026-08-12T23:40:18.320Z[ recovery-image] Aug 12 23:40:17.793 INFO O| Aug 12 23:40:17.793 INFO STEP 851 (remove_files) COMPLETE
78222026-08-12T23:40:18.320Z[ recovery-image] Aug 12 23:40:17.793 INFO O| Aug 12 23:40:17.793 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-12T23:40:18.330Z[ recovery-image] Aug 12 23:40:17.803 INFO O| Aug 12 23:40:17.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78242026-08-12T23:40:18.330Z[ recovery-image] Aug 12 23:40:17.803 INFO O| Aug 12 23:40:17.803 INFO STEP 852 (remove_files) COMPLETE
78252026-08-12T23:40:18.330Z[ recovery-image] Aug 12 23:40:17.803 INFO O| Aug 12 23:40:17.803 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-12T23:40:18.343Z[ recovery-image] Aug 12 23:40:17.814 INFO O| Aug 12 23:40:17.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78272026-08-12T23:40:18.343Z[ recovery-image] Aug 12 23:40:17.814 INFO O| Aug 12 23:40:17.814 INFO STEP 853 (remove_files) COMPLETE
78282026-08-12T23:40:18.347Z[ recovery-image] Aug 12 23:40:17.814 INFO O| Aug 12 23:40:17.814 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-12T23:40:18.377Z[ recovery-image] Aug 12 23:40:17.850 INFO O| Aug 12 23:40:17.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78302026-08-12T23:40:18.377Z[ recovery-image] Aug 12 23:40:17.850 INFO O| Aug 12 23:40:17.850 INFO STEP 854 (remove_files) COMPLETE
78312026-08-12T23:40:18.377Z[ recovery-image] Aug 12 23:40:17.850 INFO O| Aug 12 23:40:17.850 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-12T23:40:18.387Z[ recovery-image] Aug 12 23:40:17.860 INFO O| Aug 12 23:40:17.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78332026-08-12T23:40:18.387Z[ recovery-image] Aug 12 23:40:17.860 INFO O| Aug 12 23:40:17.860 INFO STEP 855 (remove_files) COMPLETE
78342026-08-12T23:40:18.387Z[ recovery-image] Aug 12 23:40:17.860 INFO O| Aug 12 23:40:17.860 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-12T23:40:18.397Z[ recovery-image] Aug 12 23:40:17.870 INFO O| Aug 12 23:40:17.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78362026-08-12T23:40:18.397Z[ recovery-image] Aug 12 23:40:17.870 INFO O| Aug 12 23:40:17.870 INFO STEP 856 (remove_files) COMPLETE
78372026-08-12T23:40:18.397Z[ recovery-image] Aug 12 23:40:17.870 INFO O| Aug 12 23:40:17.870 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-12T23:40:18.406Z[ recovery-image] Aug 12 23:40:17.879 INFO O| Aug 12 23:40:17.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78392026-08-12T23:40:18.406Z[ recovery-image] Aug 12 23:40:17.879 INFO O| Aug 12 23:40:17.879 INFO STEP 857 (remove_files) COMPLETE
78402026-08-12T23:40:18.410Z[ recovery-image] Aug 12 23:40:17.879 INFO O| Aug 12 23:40:17.879 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-12T23:40:18.416Z[ recovery-image] Aug 12 23:40:17.889 INFO O| Aug 12 23:40:17.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78422026-08-12T23:40:18.416Z[ recovery-image] Aug 12 23:40:17.889 INFO O| Aug 12 23:40:17.889 INFO STEP 858 (remove_files) COMPLETE
78432026-08-12T23:40:18.420Z[ recovery-image] Aug 12 23:40:17.889 INFO O| Aug 12 23:40:17.889 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-12T23:40:18.427Z[ recovery-image] Aug 12 23:40:17.900 INFO O| Aug 12 23:40:17.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78452026-08-12T23:40:18.427Z[ recovery-image] Aug 12 23:40:17.900 INFO O| Aug 12 23:40:17.900 INFO STEP 859 (remove_files) COMPLETE
78462026-08-12T23:40:18.427Z[ recovery-image] Aug 12 23:40:17.900 INFO O| Aug 12 23:40:17.900 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-12T23:40:18.439Z[ recovery-image] Aug 12 23:40:17.912 INFO O| Aug 12 23:40:17.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78482026-08-12T23:40:18.439Z[ recovery-image] Aug 12 23:40:17.912 INFO O| Aug 12 23:40:17.912 INFO STEP 860 (remove_files) COMPLETE
78492026-08-12T23:40:18.439Z[ recovery-image] Aug 12 23:40:17.912 INFO O| Aug 12 23:40:17.912 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-12T23:40:18.449Z[ recovery-image] Aug 12 23:40:17.923 INFO O| Aug 12 23:40:17.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78512026-08-12T23:40:18.450Z[ recovery-image] Aug 12 23:40:17.923 INFO O| Aug 12 23:40:17.923 INFO STEP 861 (remove_files) COMPLETE
78522026-08-12T23:40:18.453Z[ recovery-image] Aug 12 23:40:17.923 INFO O| Aug 12 23:40:17.923 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-12T23:40:18.467Z[ recovery-image] Aug 12 23:40:17.935 INFO O| Aug 12 23:40:17.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78542026-08-12T23:40:18.467Z[ recovery-image] Aug 12 23:40:17.935 INFO O| Aug 12 23:40:17.935 INFO STEP 862 (remove_files) COMPLETE
78552026-08-12T23:40:18.467Z[ recovery-image] Aug 12 23:40:17.935 INFO O| Aug 12 23:40:17.935 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-12T23:40:18.472Z[ recovery-image] Aug 12 23:40:17.945 INFO O| Aug 12 23:40:17.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78572026-08-12T23:40:18.472Z[ recovery-image] Aug 12 23:40:17.945 INFO O| Aug 12 23:40:17.945 INFO STEP 863 (remove_files) COMPLETE
78582026-08-12T23:40:18.476Z[ recovery-image] Aug 12 23:40:17.945 INFO O| Aug 12 23:40:17.945 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-12T23:40:18.481Z[ recovery-image] Aug 12 23:40:17.954 INFO O| Aug 12 23:40:17.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78602026-08-12T23:40:18.481Z[ recovery-image] Aug 12 23:40:17.954 INFO O| Aug 12 23:40:17.954 INFO STEP 864 (remove_files) COMPLETE
78612026-08-12T23:40:18.481Z[ recovery-image] Aug 12 23:40:17.954 INFO O| Aug 12 23:40:17.954 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-12T23:40:18.490Z[ recovery-image] Aug 12 23:40:17.963 INFO O| Aug 12 23:40:17.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78632026-08-12T23:40:18.490Z[ recovery-image] Aug 12 23:40:17.963 INFO O| Aug 12 23:40:17.963 INFO STEP 865 (remove_files) COMPLETE
78642026-08-12T23:40:18.496Z[ recovery-image] Aug 12 23:40:17.963 INFO O| Aug 12 23:40:17.963 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-12T23:40:18.500Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
78662026-08-12T23:40:18.500Z[ recovery-image] Aug 12 23:40:17.972 INFO O| Aug 12 23:40:17.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78672026-08-12T23:40:18.500Z[ recovery-image] Aug 12 23:40:17.972 INFO O| Aug 12 23:40:17.972 INFO STEP 866 (remove_files) COMPLETE
78682026-08-12T23:40:18.500Z[ recovery-image] Aug 12 23:40:17.972 INFO O| Aug 12 23:40:17.972 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-12T23:40:18.508Z[ recovery-image] Aug 12 23:40:17.981 INFO O| Aug 12 23:40:17.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78702026-08-12T23:40:18.508Z[ recovery-image] Aug 12 23:40:17.981 INFO O| Aug 12 23:40:17.981 INFO STEP 867 (remove_files) COMPLETE
78712026-08-12T23:40:18.513Z[ recovery-image] Aug 12 23:40:17.981 INFO O| Aug 12 23:40:17.981 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-12T23:40:18.517Z[ recovery-image] Aug 12 23:40:17.990 INFO O| Aug 12 23:40:17.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78732026-08-12T23:40:18.518Z[ recovery-image] Aug 12 23:40:17.991 INFO O| Aug 12 23:40:17.991 INFO STEP 868 (remove_files) COMPLETE
78742026-08-12T23:40:18.518Z[ recovery-image] Aug 12 23:40:17.991 INFO O| Aug 12 23:40:17.991 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-08-12T23:40:18.526Z[ recovery-image] Aug 12 23:40:17.999 INFO O| Aug 12 23:40:17.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78762026-08-12T23:40:18.526Z[ recovery-image] Aug 12 23:40:18.000 INFO O| Aug 12 23:40:18.000 INFO STEP 869 (remove_files) COMPLETE
78772026-08-12T23:40:18.527Z[ recovery-image] Aug 12 23:40:18.000 INFO O| Aug 12 23:40:18.000 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-12T23:40:18.537Z[ recovery-image] Aug 12 23:40:18.010 INFO O| Aug 12 23:40:18.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78792026-08-12T23:40:18.537Z[ recovery-image] Aug 12 23:40:18.010 INFO O| Aug 12 23:40:18.010 INFO STEP 870 (remove_files) COMPLETE
78802026-08-12T23:40:18.537Z[ recovery-image] Aug 12 23:40:18.010 INFO O| Aug 12 23:40:18.010 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-12T23:40:18.547Z[ recovery-image] Aug 12 23:40:18.019 INFO O| Aug 12 23:40:18.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78822026-08-12T23:40:18.547Z[ recovery-image] Aug 12 23:40:18.019 INFO O| Aug 12 23:40:18.019 INFO STEP 871 (remove_files) COMPLETE
78832026-08-12T23:40:18.547Z[ recovery-image] Aug 12 23:40:18.019 INFO O| Aug 12 23:40:18.019 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-12T23:40:18.557Z[ recovery-image] Aug 12 23:40:18.030 INFO O| Aug 12 23:40:18.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78852026-08-12T23:40:18.557Z[ recovery-image] Aug 12 23:40:18.030 INFO O| Aug 12 23:40:18.030 INFO STEP 872 (remove_files) COMPLETE
78862026-08-12T23:40:18.557Z[ recovery-image] Aug 12 23:40:18.030 INFO O| Aug 12 23:40:18.030 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-12T23:40:18.569Z[ recovery-image] Aug 12 23:40:18.040 INFO O| Aug 12 23:40:18.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78882026-08-12T23:40:18.569Z[ recovery-image] Aug 12 23:40:18.040 INFO O| Aug 12 23:40:18.040 INFO STEP 873 (remove_files) COMPLETE
78892026-08-12T23:40:18.569Z[ recovery-image] Aug 12 23:40:18.040 INFO O| Aug 12 23:40:18.040 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-12T23:40:18.577Z[ recovery-image] Aug 12 23:40:18.050 INFO O| Aug 12 23:40:18.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78912026-08-12T23:40:18.577Z[ recovery-image] Aug 12 23:40:18.050 INFO O| Aug 12 23:40:18.050 INFO STEP 874 (remove_files) COMPLETE
78922026-08-12T23:40:18.581Z[ recovery-image] Aug 12 23:40:18.050 INFO O| Aug 12 23:40:18.050 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-12T23:40:18.588Z[ recovery-image] Aug 12 23:40:18.061 INFO O| Aug 12 23:40:18.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78942026-08-12T23:40:18.588Z[ recovery-image] Aug 12 23:40:18.061 INFO O| Aug 12 23:40:18.061 INFO STEP 875 (remove_files) COMPLETE
78952026-08-12T23:40:18.588Z[ recovery-image] Aug 12 23:40:18.061 INFO O| Aug 12 23:40:18.061 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-12T23:40:18.599Z[ recovery-image] Aug 12 23:40:18.072 INFO O| Aug 12 23:40:18.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78972026-08-12T23:40:18.599Z[ recovery-image] Aug 12 23:40:18.072 INFO O| Aug 12 23:40:18.072 INFO STEP 876 (remove_files) COMPLETE
78982026-08-12T23:40:18.603Z[ recovery-image] Aug 12 23:40:18.072 INFO O| Aug 12 23:40:18.072 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-12T23:40:18.608Z[ recovery-image] Aug 12 23:40:18.081 INFO O| Aug 12 23:40:18.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79002026-08-12T23:40:18.608Z[ recovery-image] Aug 12 23:40:18.081 INFO O| Aug 12 23:40:18.081 INFO STEP 877 (remove_files) COMPLETE
79012026-08-12T23:40:18.608Z[ recovery-image] Aug 12 23:40:18.081 INFO O| Aug 12 23:40:18.081 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-12T23:40:18.619Z[ recovery-image] Aug 12 23:40:18.092 INFO O| Aug 12 23:40:18.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79032026-08-12T23:40:18.619Z[ recovery-image] Aug 12 23:40:18.092 INFO O| Aug 12 23:40:18.092 INFO STEP 878 (remove_files) COMPLETE
79042026-08-12T23:40:18.623Z[ recovery-image] Aug 12 23:40:18.092 INFO O| Aug 12 23:40:18.092 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-12T23:40:18.630Z[ recovery-image] Aug 12 23:40:18.103 INFO O| Aug 12 23:40:18.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79062026-08-12T23:40:18.630Z[ recovery-image] Aug 12 23:40:18.103 INFO O| Aug 12 23:40:18.103 INFO STEP 879 (remove_files) COMPLETE
79072026-08-12T23:40:18.634Z[ recovery-image] Aug 12 23:40:18.103 INFO O| Aug 12 23:40:18.103 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-12T23:40:18.640Z[ recovery-image] Aug 12 23:40:18.113 INFO O| Aug 12 23:40:18.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79092026-08-12T23:40:18.640Z[ recovery-image] Aug 12 23:40:18.113 INFO O| Aug 12 23:40:18.113 INFO STEP 880 (remove_files) COMPLETE
79102026-08-12T23:40:18.640Z[ recovery-image] Aug 12 23:40:18.113 INFO O| Aug 12 23:40:18.113 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-12T23:40:18.649Z[ recovery-image] Aug 12 23:40:18.122 INFO O| Aug 12 23:40:18.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79122026-08-12T23:40:18.649Z[ recovery-image] Aug 12 23:40:18.122 INFO O| Aug 12 23:40:18.122 INFO STEP 881 (remove_files) COMPLETE
79132026-08-12T23:40:18.649Z[ recovery-image] Aug 12 23:40:18.122 INFO O| Aug 12 23:40:18.122 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-12T23:40:18.658Z[ recovery-image] Aug 12 23:40:18.131 INFO O| Aug 12 23:40:18.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79152026-08-12T23:40:18.658Z[ recovery-image] Aug 12 23:40:18.131 INFO O| Aug 12 23:40:18.131 INFO STEP 882 (remove_files) COMPLETE
79162026-08-12T23:40:18.661Z[ recovery-image] Aug 12 23:40:18.131 INFO O| Aug 12 23:40:18.131 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-12T23:40:18.667Z[ recovery-image] Aug 12 23:40:18.140 INFO O| Aug 12 23:40:18.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79182026-08-12T23:40:18.667Z[ recovery-image] Aug 12 23:40:18.140 INFO O| Aug 12 23:40:18.140 INFO STEP 883 (remove_files) COMPLETE
79192026-08-12T23:40:18.670Z[ recovery-image] Aug 12 23:40:18.140 INFO O| Aug 12 23:40:18.140 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-12T23:40:18.676Z[ recovery-image] Aug 12 23:40:18.149 INFO O| Aug 12 23:40:18.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79212026-08-12T23:40:18.679Z[ recovery-image] Aug 12 23:40:18.150 INFO O| Aug 12 23:40:18.150 INFO STEP 884 (remove_files) COMPLETE
79222026-08-12T23:40:18.679Z[ recovery-image] Aug 12 23:40:18.150 INFO O| Aug 12 23:40:18.150 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-12T23:40:18.688Z[ recovery-image] Aug 12 23:40:18.160 INFO O| Aug 12 23:40:18.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79242026-08-12T23:40:18.688Z[ recovery-image] Aug 12 23:40:18.160 INFO O| Aug 12 23:40:18.160 INFO STEP 885 (remove_files) COMPLETE
79252026-08-12T23:40:18.688Z[ recovery-image] Aug 12 23:40:18.160 INFO O| Aug 12 23:40:18.160 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-12T23:40:18.697Z[ recovery-image] Aug 12 23:40:18.170 INFO O| Aug 12 23:40:18.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79272026-08-12T23:40:18.697Z[ recovery-image] Aug 12 23:40:18.170 INFO O| Aug 12 23:40:18.170 INFO STEP 886 (remove_files) COMPLETE
79282026-08-12T23:40:18.697Z[ recovery-image] Aug 12 23:40:18.170 INFO O| Aug 12 23:40:18.170 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-12T23:40:18.706Z[ recovery-image] Aug 12 23:40:18.179 INFO O| Aug 12 23:40:18.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79302026-08-12T23:40:18.706Z[ recovery-image] Aug 12 23:40:18.179 INFO O| Aug 12 23:40:18.179 INFO STEP 887 (remove_files) COMPLETE
79312026-08-12T23:40:18.706Z[ recovery-image] Aug 12 23:40:18.179 INFO O| Aug 12 23:40:18.179 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-12T23:40:18.716Z[ recovery-image] Aug 12 23:40:18.189 INFO O| Aug 12 23:40:18.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79332026-08-12T23:40:18.716Z[ recovery-image] Aug 12 23:40:18.189 INFO O| Aug 12 23:40:18.189 INFO STEP 888 (remove_files) COMPLETE
79342026-08-12T23:40:18.716Z[ recovery-image] Aug 12 23:40:18.189 INFO O| Aug 12 23:40:18.189 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-12T23:40:18.726Z[ recovery-image] Aug 12 23:40:18.198 INFO O| Aug 12 23:40:18.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79362026-08-12T23:40:18.726Z[ recovery-image] Aug 12 23:40:18.198 INFO O| Aug 12 23:40:18.198 INFO STEP 889 (remove_files) COMPLETE
79372026-08-12T23:40:18.730Z[ recovery-image] Aug 12 23:40:18.198 INFO O| Aug 12 23:40:18.198 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-12T23:40:18.734Z[ recovery-image] Aug 12 23:40:18.208 INFO O| Aug 12 23:40:18.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79392026-08-12T23:40:18.735Z[ recovery-image] Aug 12 23:40:18.208 INFO O| Aug 12 23:40:18.208 INFO STEP 890 (remove_files) COMPLETE
79402026-08-12T23:40:18.735Z[ recovery-image] Aug 12 23:40:18.208 INFO O| Aug 12 23:40:18.208 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-12T23:40:18.744Z[ recovery-image] Aug 12 23:40:18.217 INFO O| Aug 12 23:40:18.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79422026-08-12T23:40:18.744Z[ recovery-image] Aug 12 23:40:18.217 INFO O| Aug 12 23:40:18.217 INFO STEP 891 (remove_files) COMPLETE
79432026-08-12T23:40:18.744Z[ recovery-image] Aug 12 23:40:18.217 INFO O| Aug 12 23:40:18.217 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-12T23:40:18.754Z[ recovery-image] Aug 12 23:40:18.227 INFO O| Aug 12 23:40:18.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79452026-08-12T23:40:18.755Z[ recovery-image] Aug 12 23:40:18.227 INFO O| Aug 12 23:40:18.227 INFO STEP 892 (remove_files) COMPLETE
79462026-08-12T23:40:18.758Z[ recovery-image] Aug 12 23:40:18.227 INFO O| Aug 12 23:40:18.227 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-12T23:40:18.765Z[ recovery-image] Aug 12 23:40:18.238 INFO O| Aug 12 23:40:18.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79482026-08-12T23:40:18.765Z[ recovery-image] Aug 12 23:40:18.238 INFO O| Aug 12 23:40:18.238 INFO STEP 893 (remove_files) COMPLETE
79492026-08-12T23:40:18.769Z[ recovery-image] Aug 12 23:40:18.238 INFO O| Aug 12 23:40:18.238 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-12T23:40:18.775Z[ recovery-image] Aug 12 23:40:18.248 INFO O| Aug 12 23:40:18.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79512026-08-12T23:40:18.775Z[ recovery-image] Aug 12 23:40:18.248 INFO O| Aug 12 23:40:18.248 INFO STEP 894 (remove_files) COMPLETE
79522026-08-12T23:40:18.777Z[ recovery-image] Aug 12 23:40:18.249 INFO O| Aug 12 23:40:18.248 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-12T23:40:18.786Z[ recovery-image] Aug 12 23:40:18.259 INFO O| Aug 12 23:40:18.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79542026-08-12T23:40:18.786Z[ recovery-image] Aug 12 23:40:18.259 INFO O| Aug 12 23:40:18.259 INFO STEP 895 (remove_files) COMPLETE
79552026-08-12T23:40:18.786Z[ recovery-image] Aug 12 23:40:18.259 INFO O| Aug 12 23:40:18.259 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-12T23:40:18.797Z[ recovery-image] Aug 12 23:40:18.270 INFO O| Aug 12 23:40:18.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79572026-08-12T23:40:18.800Z[ recovery-image] Aug 12 23:40:18.271 INFO O| Aug 12 23:40:18.270 INFO STEP 896 (remove_files) COMPLETE
79582026-08-12T23:40:18.800Z[ recovery-image] Aug 12 23:40:18.271 INFO O| Aug 12 23:40:18.271 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-12T23:40:18.807Z[ recovery-image] Aug 12 23:40:18.280 INFO O| Aug 12 23:40:18.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79602026-08-12T23:40:18.808Z[ recovery-image] Aug 12 23:40:18.280 INFO O| Aug 12 23:40:18.280 INFO STEP 897 (remove_files) COMPLETE
79612026-08-12T23:40:18.808Z[ recovery-image] Aug 12 23:40:18.280 INFO O| Aug 12 23:40:18.280 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-12T23:40:18.816Z[ recovery-image] Aug 12 23:40:18.289 INFO O| Aug 12 23:40:18.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79632026-08-12T23:40:18.816Z[ recovery-image] Aug 12 23:40:18.289 INFO O| Aug 12 23:40:18.289 INFO STEP 898 (remove_files) COMPLETE
79642026-08-12T23:40:18.816Z[ recovery-image] Aug 12 23:40:18.289 INFO O| Aug 12 23:40:18.289 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-12T23:40:18.825Z[ recovery-image] Aug 12 23:40:18.298 INFO O| Aug 12 23:40:18.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79662026-08-12T23:40:18.825Z[ recovery-image] Aug 12 23:40:18.298 INFO O| Aug 12 23:40:18.298 INFO STEP 899 (remove_files) COMPLETE
79672026-08-12T23:40:18.829Z[ recovery-image] Aug 12 23:40:18.298 INFO O| Aug 12 23:40:18.298 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-12T23:40:18.835Z[ recovery-image] Aug 12 23:40:18.308 INFO O| Aug 12 23:40:18.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79692026-08-12T23:40:18.835Z[ recovery-image] Aug 12 23:40:18.308 INFO O| Aug 12 23:40:18.308 INFO STEP 900 (remove_files) COMPLETE
79702026-08-12T23:40:18.838Z[ recovery-image] Aug 12 23:40:18.308 INFO O| Aug 12 23:40:18.308 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-12T23:40:18.845Z[ recovery-image] Aug 12 23:40:18.318 INFO O| Aug 12 23:40:18.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79722026-08-12T23:40:18.845Z[ recovery-image] Aug 12 23:40:18.318 INFO O| Aug 12 23:40:18.318 INFO STEP 901 (remove_files) COMPLETE
79732026-08-12T23:40:18.849Z[ recovery-image] Aug 12 23:40:18.318 INFO O| Aug 12 23:40:18.318 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-12T23:40:18.854Z[ recovery-image] Aug 12 23:40:18.327 INFO O| Aug 12 23:40:18.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79752026-08-12T23:40:18.854Z[ recovery-image] Aug 12 23:40:18.327 INFO O| Aug 12 23:40:18.327 INFO STEP 902 (remove_files) COMPLETE
79762026-08-12T23:40:18.854Z[ recovery-image] Aug 12 23:40:18.327 INFO O| Aug 12 23:40:18.327 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-12T23:40:18.864Z[ recovery-image] Aug 12 23:40:18.336 INFO O| Aug 12 23:40:18.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79782026-08-12T23:40:18.864Z[ recovery-image] Aug 12 23:40:18.336 INFO O| Aug 12 23:40:18.336 INFO STEP 903 (remove_files) COMPLETE
79792026-08-12T23:40:18.864Z[ recovery-image] Aug 12 23:40:18.336 INFO O| Aug 12 23:40:18.336 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-12T23:40:18.873Z[ recovery-image] Aug 12 23:40:18.346 INFO O| Aug 12 23:40:18.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79812026-08-12T23:40:18.873Z[ recovery-image] Aug 12 23:40:18.346 INFO O| Aug 12 23:40:18.346 INFO STEP 904 (remove_files) COMPLETE
79822026-08-12T23:40:18.873Z[ recovery-image] Aug 12 23:40:18.346 INFO O| Aug 12 23:40:18.346 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-12T23:40:18.883Z[ recovery-image] Aug 12 23:40:18.356 INFO O| Aug 12 23:40:18.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79842026-08-12T23:40:18.883Z[ recovery-image] Aug 12 23:40:18.356 INFO O| Aug 12 23:40:18.356 INFO STEP 905 (remove_files) COMPLETE
79852026-08-12T23:40:18.883Z[ recovery-image] Aug 12 23:40:18.356 INFO O| Aug 12 23:40:18.356 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-12T23:40:18.895Z[ recovery-image] Aug 12 23:40:18.367 INFO O| Aug 12 23:40:18.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79872026-08-12T23:40:18.895Z[ recovery-image] Aug 12 23:40:18.367 INFO O| Aug 12 23:40:18.367 INFO STEP 906 (remove_files) COMPLETE
79882026-08-12T23:40:18.900Z[ recovery-image] Aug 12 23:40:18.367 INFO O| Aug 12 23:40:18.367 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-12T23:40:18.904Z[ recovery-image] Aug 12 23:40:18.378 INFO O| Aug 12 23:40:18.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79902026-08-12T23:40:18.904Z[ recovery-image] Aug 12 23:40:18.378 INFO O| Aug 12 23:40:18.378 INFO STEP 907 (remove_files) COMPLETE
79912026-08-12T23:40:18.904Z[ recovery-image] Aug 12 23:40:18.378 INFO O| Aug 12 23:40:18.378 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-12T23:40:18.917Z[ recovery-image] Aug 12 23:40:18.388 INFO O| Aug 12 23:40:18.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79932026-08-12T23:40:18.917Z[ recovery-image] Aug 12 23:40:18.388 INFO O| Aug 12 23:40:18.388 INFO STEP 908 (remove_files) COMPLETE
79942026-08-12T23:40:18.917Z[ recovery-image] Aug 12 23:40:18.388 INFO O| Aug 12 23:40:18.388 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-12T23:40:18.925Z[ recovery-image] Aug 12 23:40:18.398 INFO O| Aug 12 23:40:18.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79962026-08-12T23:40:18.925Z[ recovery-image] Aug 12 23:40:18.398 INFO O| Aug 12 23:40:18.398 INFO STEP 909 (remove_files) COMPLETE
79972026-08-12T23:40:18.928Z[ recovery-image] Aug 12 23:40:18.398 INFO O| Aug 12 23:40:18.398 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-12T23:40:18.934Z[ recovery-image] Aug 12 23:40:18.407 INFO O| Aug 12 23:40:18.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79992026-08-12T23:40:18.934Z[ recovery-image] Aug 12 23:40:18.407 INFO O| Aug 12 23:40:18.407 INFO STEP 910 (remove_files) COMPLETE
80002026-08-12T23:40:18.939Z[ recovery-image] Aug 12 23:40:18.407 INFO O| Aug 12 23:40:18.407 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-12T23:40:18.943Z[verify-libraries] Compiling samael v0.0.19
80022026-08-12T23:40:18.946Z[ recovery-image] Aug 12 23:40:18.417 INFO O| Aug 12 23:40:18.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80032026-08-12T23:40:18.946Z[ recovery-image] Aug 12 23:40:18.417 INFO O| Aug 12 23:40:18.417 INFO STEP 911 (remove_files) COMPLETE
80042026-08-12T23:40:18.946Z[ recovery-image] Aug 12 23:40:18.417 INFO O| Aug 12 23:40:18.417 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-12T23:40:18.953Z[ recovery-image] Aug 12 23:40:18.427 INFO O| Aug 12 23:40:18.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80062026-08-12T23:40:18.954Z[ recovery-image] Aug 12 23:40:18.427 INFO O| Aug 12 23:40:18.427 INFO STEP 912 (remove_files) COMPLETE
80072026-08-12T23:40:18.954Z[ recovery-image] Aug 12 23:40:18.427 INFO O| Aug 12 23:40:18.427 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-12T23:40:18.965Z[ recovery-image] Aug 12 23:40:18.435 INFO O| Aug 12 23:40:18.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80092026-08-12T23:40:18.965Z[ recovery-image] Aug 12 23:40:18.435 INFO O| Aug 12 23:40:18.435 INFO STEP 913 (remove_files) COMPLETE
80102026-08-12T23:40:18.965Z[ recovery-image] Aug 12 23:40:18.435 INFO O| Aug 12 23:40:18.435 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-12T23:40:18.970Z[ recovery-image] Aug 12 23:40:18.443 INFO O| Aug 12 23:40:18.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80122026-08-12T23:40:18.970Z[ recovery-image] Aug 12 23:40:18.443 INFO O| Aug 12 23:40:18.443 INFO STEP 914 (remove_files) COMPLETE
80132026-08-12T23:40:18.970Z[ recovery-image] Aug 12 23:40:18.443 INFO O| Aug 12 23:40:18.443 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-12T23:40:18.985Z[ recovery-image] Aug 12 23:40:18.451 INFO O| Aug 12 23:40:18.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80152026-08-12T23:40:18.985Z[ recovery-image] Aug 12 23:40:18.451 INFO O| Aug 12 23:40:18.451 INFO STEP 915 (remove_files) COMPLETE
80162026-08-12T23:40:18.989Z[ recovery-image] Aug 12 23:40:18.451 INFO O| Aug 12 23:40:18.451 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-12T23:40:18.989Z[ recovery-image] Aug 12 23:40:18.459 INFO O| Aug 12 23:40:18.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80182026-08-12T23:40:18.990Z[ recovery-image] Aug 12 23:40:18.459 INFO O| Aug 12 23:40:18.459 INFO STEP 916 (remove_files) COMPLETE
80192026-08-12T23:40:18.990Z[ recovery-image] Aug 12 23:40:18.459 INFO O| Aug 12 23:40:18.459 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-12T23:40:18.998Z[ recovery-image] Aug 12 23:40:18.472 INFO O| Aug 12 23:40:18.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80212026-08-12T23:40:18.998Z[ recovery-image] Aug 12 23:40:18.472 INFO O| Aug 12 23:40:18.472 INFO STEP 917 (remove_files) COMPLETE
80222026-08-12T23:40:19.005Z[ recovery-image] Aug 12 23:40:18.472 INFO O| Aug 12 23:40:18.472 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-12T23:40:19.028Z[ recovery-image] Aug 12 23:40:18.500 INFO O| Aug 12 23:40:18.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80242026-08-12T23:40:19.028Z[ recovery-image] Aug 12 23:40:18.500 INFO O| Aug 12 23:40:18.500 INFO STEP 918 (remove_files) COMPLETE
80252026-08-12T23:40:19.028Z[ recovery-image] Aug 12 23:40:18.500 INFO O| Aug 12 23:40:18.500 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-12T23:40:19.036Z[ recovery-image] Aug 12 23:40:18.509 INFO O| Aug 12 23:40:18.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80272026-08-12T23:40:19.036Z[ recovery-image] Aug 12 23:40:18.509 INFO O| Aug 12 23:40:18.509 INFO STEP 919 (remove_files) COMPLETE
80282026-08-12T23:40:19.037Z[ recovery-image] Aug 12 23:40:18.509 INFO O| Aug 12 23:40:18.509 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-12T23:40:19.045Z[ recovery-image] Aug 12 23:40:18.518 INFO O| Aug 12 23:40:18.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80302026-08-12T23:40:19.045Z[ recovery-image] Aug 12 23:40:18.518 INFO O| Aug 12 23:40:18.518 INFO STEP 920 (remove_files) COMPLETE
80312026-08-12T23:40:19.045Z[ recovery-image] Aug 12 23:40:18.518 INFO O| Aug 12 23:40:18.518 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-12T23:40:19.052Z[ recovery-image] Aug 12 23:40:18.526 INFO O| Aug 12 23:40:18.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80332026-08-12T23:40:19.053Z[ recovery-image] Aug 12 23:40:18.526 INFO O| Aug 12 23:40:18.526 INFO STEP 921 (remove_files) COMPLETE
80342026-08-12T23:40:19.053Z[ recovery-image] Aug 12 23:40:18.526 INFO O| Aug 12 23:40:18.526 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-12T23:40:19.062Z[ recovery-image] Aug 12 23:40:18.535 INFO O| Aug 12 23:40:18.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80362026-08-12T23:40:19.062Z[ recovery-image] Aug 12 23:40:18.536 INFO O| Aug 12 23:40:18.535 INFO STEP 922 (remove_files) COMPLETE
80372026-08-12T23:40:19.067Z[ recovery-image] Aug 12 23:40:18.536 INFO O| Aug 12 23:40:18.535 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-12T23:40:19.072Z[ recovery-image] Aug 12 23:40:18.544 INFO O| Aug 12 23:40:18.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80392026-08-12T23:40:19.072Z[ recovery-image] Aug 12 23:40:18.544 INFO O| Aug 12 23:40:18.544 INFO STEP 923 (remove_files) COMPLETE
80402026-08-12T23:40:19.076Z[ recovery-image] Aug 12 23:40:18.544 INFO O| Aug 12 23:40:18.544 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-12T23:40:19.082Z[ recovery-image] Aug 12 23:40:18.555 INFO O| Aug 12 23:40:18.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80422026-08-12T23:40:19.082Z[ recovery-image] Aug 12 23:40:18.555 INFO O| Aug 12 23:40:18.555 INFO STEP 924 (remove_files) COMPLETE
80432026-08-12T23:40:19.086Z[ recovery-image] Aug 12 23:40:18.555 INFO O| Aug 12 23:40:18.555 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-12T23:40:19.086Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
80452026-08-12T23:40:19.091Z[ recovery-image] Aug 12 23:40:18.564 INFO O| Aug 12 23:40:18.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80462026-08-12T23:40:19.091Z[ recovery-image] Aug 12 23:40:18.564 INFO O| Aug 12 23:40:18.564 INFO STEP 925 (remove_files) COMPLETE
80472026-08-12T23:40:19.094Z[ recovery-image] Aug 12 23:40:18.564 INFO O| Aug 12 23:40:18.564 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-12T23:40:19.100Z[ recovery-image] Aug 12 23:40:18.573 INFO O| Aug 12 23:40:18.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80492026-08-12T23:40:19.100Z[ recovery-image] Aug 12 23:40:18.573 INFO O| Aug 12 23:40:18.573 INFO STEP 926 (remove_files) COMPLETE
80502026-08-12T23:40:19.100Z[ recovery-image] Aug 12 23:40:18.573 INFO O| Aug 12 23:40:18.573 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.582 INFO O| Aug 12 23:40:18.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80522026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.582 INFO O| Aug 12 23:40:18.582 INFO STEP 927 (remove_files) COMPLETE
80532026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.582 INFO O| Aug 12 23:40:18.582 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.591 INFO O| Aug 12 23:40:18.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80552026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.591 INFO O| Aug 12 23:40:18.591 INFO STEP 928 (remove_files) COMPLETE
80562026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.591 INFO O| Aug 12 23:40:18.591 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.600 INFO O| Aug 12 23:40:18.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80582026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.600 INFO O| Aug 12 23:40:18.600 INFO STEP 929 (remove_files) COMPLETE
80592026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.600 INFO O| Aug 12 23:40:18.600 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.608 INFO O| Aug 12 23:40:18.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80612026-08-12T23:40:19.147Z[ recovery-image] Aug 12 23:40:18.608 INFO O| Aug 12 23:40:18.608 INFO STEP 930 (remove_files) COMPLETE
80622026-08-12T23:40:19.148Z[ recovery-image] Aug 12 23:40:18.608 INFO O| Aug 12 23:40:18.608 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-12T23:40:19.148Z[ recovery-image] Aug 12 23:40:18.617 INFO O| Aug 12 23:40:18.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80642026-08-12T23:40:19.148Z[ recovery-image] Aug 12 23:40:18.617 INFO O| Aug 12 23:40:18.617 INFO STEP 931 (remove_files) COMPLETE
80652026-08-12T23:40:19.148Z[ recovery-image] Aug 12 23:40:18.617 INFO O| Aug 12 23:40:18.617 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-12T23:40:19.153Z[ recovery-image] Aug 12 23:40:18.626 INFO O| Aug 12 23:40:18.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80672026-08-12T23:40:19.153Z[ recovery-image] Aug 12 23:40:18.626 INFO O| Aug 12 23:40:18.626 INFO STEP 932 (remove_files) COMPLETE
80682026-08-12T23:40:19.153Z[ recovery-image] Aug 12 23:40:18.626 INFO O| Aug 12 23:40:18.626 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-12T23:40:19.164Z[ recovery-image] Aug 12 23:40:18.635 INFO O| Aug 12 23:40:18.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80702026-08-12T23:40:19.164Z[ recovery-image] Aug 12 23:40:18.635 INFO O| Aug 12 23:40:18.635 INFO STEP 933 (remove_files) COMPLETE
80712026-08-12T23:40:19.167Z[ recovery-image] Aug 12 23:40:18.635 INFO O| Aug 12 23:40:18.635 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-12T23:40:19.171Z[ recovery-image] Aug 12 23:40:18.644 INFO O| Aug 12 23:40:18.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80732026-08-12T23:40:19.171Z[ recovery-image] Aug 12 23:40:18.644 INFO O| Aug 12 23:40:18.644 INFO STEP 934 (remove_files) COMPLETE
80742026-08-12T23:40:19.171Z[ recovery-image] Aug 12 23:40:18.644 INFO O| Aug 12 23:40:18.644 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-12T23:40:19.200Z[ recovery-image] Aug 12 23:40:18.673 INFO O| Aug 12 23:40:18.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80762026-08-12T23:40:19.200Z[ recovery-image] Aug 12 23:40:18.673 INFO O| Aug 12 23:40:18.673 INFO STEP 935 (remove_files) COMPLETE
80772026-08-12T23:40:19.204Z[ recovery-image] Aug 12 23:40:18.673 INFO O| Aug 12 23:40:18.673 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-12T23:40:19.212Z[ recovery-image] Aug 12 23:40:18.685 INFO O| Aug 12 23:40:18.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80792026-08-12T23:40:19.212Z[ recovery-image] Aug 12 23:40:18.685 INFO O| Aug 12 23:40:18.685 INFO STEP 936 (remove_files) COMPLETE
80802026-08-12T23:40:19.215Z[ recovery-image] Aug 12 23:40:18.685 INFO O| Aug 12 23:40:18.685 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-12T23:40:19.222Z[ recovery-image] Aug 12 23:40:18.695 INFO O| Aug 12 23:40:18.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80822026-08-12T23:40:19.222Z[ recovery-image] Aug 12 23:40:18.696 INFO O| Aug 12 23:40:18.695 INFO STEP 937 (remove_files) COMPLETE
80832026-08-12T23:40:19.223Z[ recovery-image] Aug 12 23:40:18.696 INFO O| Aug 12 23:40:18.695 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-12T23:40:19.232Z[ recovery-image] Aug 12 23:40:18.706 INFO O| Aug 12 23:40:18.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80852026-08-12T23:40:19.233Z[ recovery-image] Aug 12 23:40:18.706 INFO O| Aug 12 23:40:18.706 INFO STEP 938 (remove_files) COMPLETE
80862026-08-12T23:40:19.233Z[ recovery-image] Aug 12 23:40:18.706 INFO O| Aug 12 23:40:18.706 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-12T23:40:19.242Z[ recovery-image] Aug 12 23:40:18.715 INFO O| Aug 12 23:40:18.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80882026-08-12T23:40:19.243Z[ recovery-image] Aug 12 23:40:18.715 INFO O| Aug 12 23:40:18.715 INFO STEP 939 (remove_files) COMPLETE
80892026-08-12T23:40:19.243Z[ recovery-image] Aug 12 23:40:18.715 INFO O| Aug 12 23:40:18.715 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-12T23:40:19.251Z[ recovery-image] Aug 12 23:40:18.724 INFO O| Aug 12 23:40:18.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80912026-08-12T23:40:19.252Z[ recovery-image] Aug 12 23:40:18.724 INFO O| Aug 12 23:40:18.724 INFO STEP 940 (remove_files) COMPLETE
80922026-08-12T23:40:19.252Z[ recovery-image] Aug 12 23:40:18.724 INFO O| Aug 12 23:40:18.724 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-12T23:40:20.263Z[ recovery-image] Aug 12 23:40:18.733 INFO O| Aug 12 23:40:18.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80942026-08-12T23:40:20.263Z[ recovery-image] Aug 12 23:40:18.733 INFO O| Aug 12 23:40:18.733 INFO STEP 941 (remove_files) COMPLETE
80952026-08-12T23:40:20.263Z[ recovery-image] Aug 12 23:40:18.733 INFO O| Aug 12 23:40:18.733 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-12T23:40:20.270Z[ recovery-image] Aug 12 23:40:18.742 INFO O| Aug 12 23:40:18.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80972026-08-12T23:40:20.270Z[ recovery-image] Aug 12 23:40:18.742 INFO O| Aug 12 23:40:18.742 INFO STEP 942 (remove_files) COMPLETE
80982026-08-12T23:40:20.270Z[ recovery-image] Aug 12 23:40:18.743 INFO O| Aug 12 23:40:18.742 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-12T23:40:20.270Z[ recovery-image] Aug 12 23:40:18.751 INFO O| Aug 12 23:40:18.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81002026-08-12T23:40:20.270Z[ recovery-image] Aug 12 23:40:18.751 INFO O| Aug 12 23:40:18.751 INFO STEP 943 (remove_files) COMPLETE
81012026-08-12T23:40:20.270Z[ recovery-image] Aug 12 23:40:18.751 INFO O| Aug 12 23:40:18.751 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-12T23:40:20.270Z[ recovery-image] Aug 12 23:40:18.761 INFO O| Aug 12 23:40:18.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81032026-08-12T23:40:20.270Z[ recovery-image] Aug 12 23:40:18.761 INFO O| Aug 12 23:40:18.761 INFO STEP 944 (remove_files) COMPLETE
81042026-08-12T23:40:20.270Z[ recovery-image] Aug 12 23:40:18.761 INFO O| Aug 12 23:40:18.761 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-12T23:40:20.270Z[ recovery-image] Aug 12 23:40:18.769 INFO O| Aug 12 23:40:18.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81062026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.769 INFO O| Aug 12 23:40:18.769 INFO STEP 945 (remove_files) COMPLETE
81072026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.769 INFO O| Aug 12 23:40:18.769 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.777 INFO O| Aug 12 23:40:18.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81092026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.778 INFO O| Aug 12 23:40:18.778 INFO STEP 946 (remove_files) COMPLETE
81102026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.778 INFO O| Aug 12 23:40:18.778 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.787 INFO O| Aug 12 23:40:18.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81122026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.787 INFO O| Aug 12 23:40:18.787 INFO STEP 947 (remove_files) COMPLETE
81132026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.787 INFO O| Aug 12 23:40:18.787 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.797 INFO O| Aug 12 23:40:18.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81152026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.797 INFO O| Aug 12 23:40:18.797 INFO STEP 948 (remove_files) COMPLETE
81162026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.797 INFO O| Aug 12 23:40:18.797 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.808 INFO O| Aug 12 23:40:18.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81182026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.808 INFO O| Aug 12 23:40:18.808 INFO STEP 949 (remove_files) COMPLETE
81192026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.808 INFO O| Aug 12 23:40:18.808 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.836 INFO O| Aug 12 23:40:18.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81212026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.836 INFO O| Aug 12 23:40:18.836 INFO STEP 950 (remove_files) COMPLETE
81222026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.836 INFO O| Aug 12 23:40:18.836 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-12T23:40:20.271Z[ recovery-image] Aug 12 23:40:18.846 INFO O| Aug 12 23:40:18.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81242026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.846 INFO O| Aug 12 23:40:18.846 INFO STEP 951 (remove_files) COMPLETE
81252026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.846 INFO O| Aug 12 23:40:18.846 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.857 INFO O| Aug 12 23:40:18.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81272026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.857 INFO O| Aug 12 23:40:18.857 INFO STEP 952 (remove_files) COMPLETE
81282026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.857 INFO O| Aug 12 23:40:18.857 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.867 INFO O| Aug 12 23:40:18.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81302026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.867 INFO O| Aug 12 23:40:18.867 INFO STEP 953 (remove_files) COMPLETE
81312026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.867 INFO O| Aug 12 23:40:18.867 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.877 INFO O| Aug 12 23:40:18.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81332026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.877 INFO O| Aug 12 23:40:18.877 INFO STEP 954 (remove_files) COMPLETE
81342026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.877 INFO O| Aug 12 23:40:18.877 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.889 INFO O| Aug 12 23:40:18.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81362026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.889 INFO O| Aug 12 23:40:18.889 INFO STEP 955 (remove_files) COMPLETE
81372026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.889 INFO O| Aug 12 23:40:18.889 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-12T23:40:20.272Z[ recovery-image] Aug 12 23:40:18.899 INFO O| Aug 12 23:40:18.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81392026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.899 INFO O| Aug 12 23:40:18.899 INFO STEP 956 (remove_files) COMPLETE
81402026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.899 INFO O| Aug 12 23:40:18.899 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.909 INFO O| Aug 12 23:40:18.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81422026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.910 INFO O| Aug 12 23:40:18.910 INFO STEP 957 (remove_files) COMPLETE
81432026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.910 INFO O| Aug 12 23:40:18.910 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.921 INFO O| Aug 12 23:40:18.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81452026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.921 INFO O| Aug 12 23:40:18.921 INFO STEP 958 (remove_files) COMPLETE
81462026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.921 INFO O| Aug 12 23:40:18.921 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.931 INFO O| Aug 12 23:40:18.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81482026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.931 INFO O| Aug 12 23:40:18.931 INFO STEP 959 (remove_files) COMPLETE
81492026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.931 INFO O| Aug 12 23:40:18.931 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.941 INFO O| Aug 12 23:40:18.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81512026-08-12T23:40:20.273Z[ recovery-image] Aug 12 23:40:18.941 INFO O| Aug 12 23:40:18.941 INFO STEP 960 (remove_files) COMPLETE
81522026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.941 INFO O| Aug 12 23:40:18.941 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.950 INFO O| Aug 12 23:40:18.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81542026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.950 INFO O| Aug 12 23:40:18.950 INFO STEP 961 (remove_files) COMPLETE
81552026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.950 INFO O| Aug 12 23:40:18.950 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.959 INFO O| Aug 12 23:40:18.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81572026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.959 INFO O| Aug 12 23:40:18.959 INFO STEP 962 (remove_files) COMPLETE
81582026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.959 INFO O| Aug 12 23:40:18.959 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.968 INFO O| Aug 12 23:40:18.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81602026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.968 INFO O| Aug 12 23:40:18.968 INFO STEP 963 (remove_files) COMPLETE
81612026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.968 INFO O| Aug 12 23:40:18.968 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.978 INFO O| Aug 12 23:40:18.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81632026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.978 INFO O| Aug 12 23:40:18.978 INFO STEP 964 (remove_files) COMPLETE
81642026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.978 INFO O| Aug 12 23:40:18.978 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.987 INFO O| Aug 12 23:40:18.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81662026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.987 INFO O| Aug 12 23:40:18.987 INFO STEP 965 (remove_files) COMPLETE
81672026-08-12T23:40:20.274Z[ recovery-image] Aug 12 23:40:18.987 INFO O| Aug 12 23:40:18.987 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-12T23:40:20.275Z[ recovery-image] Aug 12 23:40:18.997 INFO O| Aug 12 23:40:18.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81692026-08-12T23:40:20.275Z[ recovery-image] Aug 12 23:40:18.997 INFO O| Aug 12 23:40:18.997 INFO STEP 966 (remove_files) COMPLETE
81702026-08-12T23:40:20.275Z[ recovery-image] Aug 12 23:40:18.997 INFO O| Aug 12 23:40:18.997 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-12T23:40:20.275Z[ recovery-image] Aug 12 23:40:19.006 INFO O| Aug 12 23:40:19.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81722026-08-12T23:40:20.275Z[ recovery-image] Aug 12 23:40:19.006 INFO O| Aug 12 23:40:19.006 INFO STEP 967 (remove_files) COMPLETE
81732026-08-12T23:40:20.275Z[ recovery-image] Aug 12 23:40:19.006 INFO O| Aug 12 23:40:19.006 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-12T23:40:20.275Z[ recovery-image] Aug 12 23:40:19.018 INFO O| Aug 12 23:40:19.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81752026-08-12T23:40:20.276Z[ recovery-image] Aug 12 23:40:19.018 INFO O| Aug 12 23:40:19.018 INFO STEP 968 (remove_files) COMPLETE
81762026-08-12T23:40:20.276Z[ recovery-image] Aug 12 23:40:19.018 INFO O| Aug 12 23:40:19.018 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-12T23:40:20.276Z[ recovery-image] Aug 12 23:40:19.028 INFO O| Aug 12 23:40:19.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81782026-08-12T23:40:20.276Z[ recovery-image] Aug 12 23:40:19.028 INFO O| Aug 12 23:40:19.028 INFO STEP 969 (remove_files) COMPLETE
81792026-08-12T23:40:20.276Z[ recovery-image] Aug 12 23:40:19.028 INFO O| Aug 12 23:40:19.028 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-12T23:40:20.276Z[ recovery-image] Aug 12 23:40:19.039 INFO O| Aug 12 23:40:19.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81812026-08-12T23:40:20.276Z[ recovery-image] Aug 12 23:40:19.039 INFO O| Aug 12 23:40:19.039 INFO STEP 970 (remove_files) COMPLETE
81822026-08-12T23:40:20.276Z[ recovery-image] Aug 12 23:40:19.039 INFO O| Aug 12 23:40:19.039 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-12T23:40:20.276Z[ recovery-image] Aug 12 23:40:19.053 INFO O| Aug 12 23:40:19.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81842026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.053 INFO O| Aug 12 23:40:19.053 INFO STEP 971 (remove_files) COMPLETE
81852026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.053 INFO O| Aug 12 23:40:19.053 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.065 INFO O| Aug 12 23:40:19.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81872026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.065 INFO O| Aug 12 23:40:19.065 INFO STEP 972 (remove_files) COMPLETE
81882026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.065 INFO O| Aug 12 23:40:19.065 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.076 INFO O| Aug 12 23:40:19.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81902026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.076 INFO O| Aug 12 23:40:19.076 INFO STEP 973 (remove_files) COMPLETE
81912026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.076 INFO O| Aug 12 23:40:19.076 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.085 INFO O| Aug 12 23:40:19.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81932026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.085 INFO O| Aug 12 23:40:19.085 INFO STEP 974 (remove_files) COMPLETE
81942026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.085 INFO O| Aug 12 23:40:19.085 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-12T23:40:20.277Z[ recovery-image] Aug 12 23:40:19.094 INFO O| Aug 12 23:40:19.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81962026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.094 INFO O| Aug 12 23:40:19.094 INFO STEP 975 (remove_files) COMPLETE
81972026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.094 INFO O| Aug 12 23:40:19.094 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.104 INFO O| Aug 12 23:40:19.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81992026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.105 INFO O| Aug 12 23:40:19.105 INFO STEP 976 (remove_files) COMPLETE
82002026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.105 INFO O| Aug 12 23:40:19.105 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.114 INFO O| Aug 12 23:40:19.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82022026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.114 INFO O| Aug 12 23:40:19.114 INFO STEP 977 (remove_files) COMPLETE
82032026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.114 INFO O| Aug 12 23:40:19.114 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.124 INFO O| Aug 12 23:40:19.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82052026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.124 INFO O| Aug 12 23:40:19.124 INFO STEP 978 (remove_files) COMPLETE
82062026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.124 INFO O| Aug 12 23:40:19.124 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.134 INFO O| Aug 12 23:40:19.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82082026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.134 INFO O| Aug 12 23:40:19.134 INFO STEP 979 (remove_files) COMPLETE
82092026-08-12T23:40:20.283Z[ recovery-image] Aug 12 23:40:19.134 INFO O| Aug 12 23:40:19.134 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.144 INFO O| Aug 12 23:40:19.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82112026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.144 INFO O| Aug 12 23:40:19.144 INFO STEP 980 (remove_files) COMPLETE
82122026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.144 INFO O| Aug 12 23:40:19.144 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.154 INFO O| Aug 12 23:40:19.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82142026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.154 INFO O| Aug 12 23:40:19.154 INFO STEP 981 (remove_files) COMPLETE
82152026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.154 INFO O| Aug 12 23:40:19.154 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.164 INFO O| Aug 12 23:40:19.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82172026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.164 INFO O| Aug 12 23:40:19.164 INFO STEP 982 (remove_files) COMPLETE
82182026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.164 INFO O| Aug 12 23:40:19.164 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.173 INFO O| Aug 12 23:40:19.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82202026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.173 INFO O| Aug 12 23:40:19.173 INFO STEP 983 (remove_files) COMPLETE
82212026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.173 INFO O| Aug 12 23:40:19.173 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.184 INFO O| Aug 12 23:40:19.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82232026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.184 INFO O| Aug 12 23:40:19.184 INFO STEP 984 (remove_files) COMPLETE
82242026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.184 INFO O| Aug 12 23:40:19.184 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.193 INFO O| Aug 12 23:40:19.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82262026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.193 INFO O| Aug 12 23:40:19.193 INFO STEP 985 (remove_files) COMPLETE
82272026-08-12T23:40:20.284Z[ recovery-image] Aug 12 23:40:19.193 INFO O| Aug 12 23:40:19.193 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-12T23:40:20.285Z[ recovery-image] Aug 12 23:40:19.203 INFO O| Aug 12 23:40:19.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82292026-08-12T23:40:20.286Z[ recovery-image] Aug 12 23:40:19.203 INFO O| Aug 12 23:40:19.203 INFO STEP 986 (remove_files) COMPLETE
82302026-08-12T23:40:20.286Z[ recovery-image] Aug 12 23:40:19.203 INFO O| Aug 12 23:40:19.203 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-12T23:40:20.286Z[ recovery-image] Aug 12 23:40:19.212 INFO O| Aug 12 23:40:19.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82322026-08-12T23:40:20.286Z[ recovery-image] Aug 12 23:40:19.212 INFO O| Aug 12 23:40:19.212 INFO STEP 987 (remove_files) COMPLETE
82332026-08-12T23:40:20.286Z[ recovery-image] Aug 12 23:40:19.212 INFO O| Aug 12 23:40:19.212 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-12T23:40:20.286Z[ recovery-image] Aug 12 23:40:19.223 INFO O| Aug 12 23:40:19.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82352026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.223 INFO O| Aug 12 23:40:19.223 INFO STEP 988 (remove_files) COMPLETE
82362026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.223 INFO O| Aug 12 23:40:19.223 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.231 INFO O| Aug 12 23:40:19.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82382026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.231 INFO O| Aug 12 23:40:19.231 INFO STEP 989 (remove_files) COMPLETE
82392026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.231 INFO O| Aug 12 23:40:19.231 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.240 INFO O| Aug 12 23:40:19.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82412026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.240 INFO O| Aug 12 23:40:19.240 INFO STEP 990 (remove_files) COMPLETE
82422026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.240 INFO O| Aug 12 23:40:19.240 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.249 INFO O| Aug 12 23:40:19.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82442026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.249 INFO O| Aug 12 23:40:19.249 INFO STEP 991 (remove_files) COMPLETE
82452026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.249 INFO O| Aug 12 23:40:19.249 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.260 INFO O| Aug 12 23:40:19.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82472026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.260 INFO O| Aug 12 23:40:19.260 INFO STEP 992 (remove_files) COMPLETE
82482026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.260 INFO O| Aug 12 23:40:19.260 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.270 INFO O| Aug 12 23:40:19.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82502026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.270 INFO O| Aug 12 23:40:19.270 INFO STEP 993 (remove_files) COMPLETE
82512026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.270 INFO O| Aug 12 23:40:19.270 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-12T23:40:20.288Z[ recovery-image] Aug 12 23:40:19.280 INFO O| Aug 12 23:40:19.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82532026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.280 INFO O| Aug 12 23:40:19.280 INFO STEP 994 (remove_files) COMPLETE
82542026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.280 INFO O| Aug 12 23:40:19.280 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.292 INFO O| Aug 12 23:40:19.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82562026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.292 INFO O| Aug 12 23:40:19.292 INFO STEP 995 (remove_files) COMPLETE
82572026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.292 INFO O| Aug 12 23:40:19.292 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.302 INFO O| Aug 12 23:40:19.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82592026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.302 INFO O| Aug 12 23:40:19.302 INFO STEP 996 (remove_files) COMPLETE
82602026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.302 INFO O| Aug 12 23:40:19.302 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.312 INFO O| Aug 12 23:40:19.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82622026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.312 INFO O| Aug 12 23:40:19.312 INFO STEP 997 (remove_files) COMPLETE
82632026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.312 INFO O| Aug 12 23:40:19.312 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.321 INFO O| Aug 12 23:40:19.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82652026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.321 INFO O| Aug 12 23:40:19.321 INFO STEP 998 (remove_files) COMPLETE
82662026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.321 INFO O| Aug 12 23:40:19.321 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.330 INFO O| Aug 12 23:40:19.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82682026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.330 INFO O| Aug 12 23:40:19.330 INFO STEP 999 (remove_files) COMPLETE
82692026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.330 INFO O| Aug 12 23:40:19.330 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.338 INFO O| Aug 12 23:40:19.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82712026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.338 INFO O| Aug 12 23:40:19.338 INFO STEP 1000 (remove_files) COMPLETE
82722026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.338 INFO O| Aug 12 23:40:19.338 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-08-12T23:40:20.289Z[ recovery-image] Aug 12 23:40:19.347 INFO O| Aug 12 23:40:19.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82742026-08-12T23:40:20.290Z[ recovery-image] Aug 12 23:40:19.347 INFO O| Aug 12 23:40:19.347 INFO STEP 1001 (remove_files) COMPLETE
82752026-08-12T23:40:20.290Z[ recovery-image] Aug 12 23:40:19.347 INFO O| Aug 12 23:40:19.347 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-12T23:40:20.290Z[ recovery-image] Aug 12 23:40:19.358 INFO O| Aug 12 23:40:19.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82772026-08-12T23:40:20.290Z[ recovery-image] Aug 12 23:40:19.358 INFO O| Aug 12 23:40:19.358 INFO STEP 1002 (remove_files) COMPLETE
82782026-08-12T23:40:20.290Z[ recovery-image] Aug 12 23:40:19.358 INFO O| Aug 12 23:40:19.358 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-12T23:40:20.290Z[ recovery-image] Aug 12 23:40:19.370 INFO O| Aug 12 23:40:19.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82802026-08-12T23:40:20.290Z[ recovery-image] Aug 12 23:40:19.370 INFO O| Aug 12 23:40:19.370 INFO STEP 1003 (remove_files) COMPLETE
82812026-08-12T23:40:20.290Z[ recovery-image] Aug 12 23:40:19.370 INFO O| Aug 12 23:40:19.370 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-12T23:40:20.290Z[ recovery-image] Aug 12 23:40:19.381 INFO O| Aug 12 23:40:19.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82832026-08-12T23:40:20.290Z[ recovery-image] Aug 12 23:40:19.381 INFO O| Aug 12 23:40:19.381 INFO STEP 1004 (remove_files) COMPLETE
82842026-08-12T23:40:20.291Z[ recovery-image] Aug 12 23:40:19.381 INFO O| Aug 12 23:40:19.381 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-08-12T23:40:20.291Z[ recovery-image] Aug 12 23:40:19.391 INFO O| Aug 12 23:40:19.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82862026-08-12T23:40:20.291Z[ recovery-image] Aug 12 23:40:19.391 INFO O| Aug 12 23:40:19.391 INFO STEP 1005 (remove_files) COMPLETE
82872026-08-12T23:40:20.291Z[ recovery-image] Aug 12 23:40:19.391 INFO O| Aug 12 23:40:19.391 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-08-12T23:40:20.291Z[ recovery-image] Aug 12 23:40:19.401 INFO O| Aug 12 23:40:19.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82892026-08-12T23:40:20.292Z[ recovery-image] Aug 12 23:40:19.401 INFO O| Aug 12 23:40:19.401 INFO STEP 1006 (remove_files) COMPLETE
82902026-08-12T23:40:20.292Z[ recovery-image] Aug 12 23:40:19.401 INFO O| Aug 12 23:40:19.401 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-08-12T23:40:20.292Z[ recovery-image] Aug 12 23:40:19.411 INFO O| Aug 12 23:40:19.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82922026-08-12T23:40:20.292Z[ recovery-image] Aug 12 23:40:19.412 INFO O| Aug 12 23:40:19.411 INFO STEP 1007 (remove_files) COMPLETE
82932026-08-12T23:40:20.292Z[ recovery-image] Aug 12 23:40:19.412 INFO O| Aug 12 23:40:19.412 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-08-12T23:40:20.292Z[ recovery-image] Aug 12 23:40:19.421 INFO O| Aug 12 23:40:19.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82952026-08-12T23:40:20.292Z[ recovery-image] Aug 12 23:40:19.421 INFO O| Aug 12 23:40:19.421 INFO STEP 1008 (remove_files) COMPLETE
82962026-08-12T23:40:20.298Z[ recovery-image] Aug 12 23:40:19.421 INFO O| Aug 12 23:40:19.421 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-08-12T23:40:20.298Z[ recovery-image] Aug 12 23:40:19.431 INFO O| Aug 12 23:40:19.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82982026-08-12T23:40:20.298Z[ recovery-image] Aug 12 23:40:19.431 INFO O| Aug 12 23:40:19.431 INFO STEP 1009 (remove_files) COMPLETE
82992026-08-12T23:40:20.298Z[ recovery-image] Aug 12 23:40:19.431 INFO O| Aug 12 23:40:19.431 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-08-12T23:40:20.298Z[ recovery-image] Aug 12 23:40:19.440 INFO O| Aug 12 23:40:19.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83012026-08-12T23:40:20.298Z[ recovery-image] Aug 12 23:40:19.440 INFO O| Aug 12 23:40:19.440 INFO STEP 1010 (remove_files) COMPLETE
83022026-08-12T23:40:20.298Z[ recovery-image] Aug 12 23:40:19.440 INFO O| Aug 12 23:40:19.440 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-08-12T23:40:20.298Z[ recovery-image] Aug 12 23:40:19.450 INFO O| Aug 12 23:40:19.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83042026-08-12T23:40:20.299Z[ recovery-image] Aug 12 23:40:19.451 INFO O| Aug 12 23:40:19.451 INFO STEP 1011 (remove_files) COMPLETE
83052026-08-12T23:40:20.299Z[ recovery-image] Aug 12 23:40:19.451 INFO O| Aug 12 23:40:19.451 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-08-12T23:40:20.299Z[ recovery-image] Aug 12 23:40:19.462 INFO O| Aug 12 23:40:19.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83072026-08-12T23:40:20.299Z[ recovery-image] Aug 12 23:40:19.462 INFO O| Aug 12 23:40:19.462 INFO STEP 1012 (remove_files) COMPLETE
83082026-08-12T23:40:20.299Z[ recovery-image] Aug 12 23:40:19.462 INFO O| Aug 12 23:40:19.462 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-08-12T23:40:20.299Z[ recovery-image] Aug 12 23:40:19.472 INFO O| Aug 12 23:40:19.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83102026-08-12T23:40:20.299Z[ recovery-image] Aug 12 23:40:19.472 INFO O| Aug 12 23:40:19.472 INFO STEP 1013 (remove_files) COMPLETE
83112026-08-12T23:40:20.299Z[ recovery-image] Aug 12 23:40:19.472 INFO O| Aug 12 23:40:19.472 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-08-12T23:40:20.299Z[ recovery-image] Aug 12 23:40:19.480 INFO O| Aug 12 23:40:19.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83132026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.480 INFO O| Aug 12 23:40:19.480 INFO STEP 1014 (remove_files) COMPLETE
83142026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.480 INFO O| Aug 12 23:40:19.480 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.489 INFO O| Aug 12 23:40:19.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83162026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.489 INFO O| Aug 12 23:40:19.489 INFO STEP 1015 (remove_files) COMPLETE
83172026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.489 INFO O| Aug 12 23:40:19.489 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.500 INFO O| Aug 12 23:40:19.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83192026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.500 INFO O| Aug 12 23:40:19.500 INFO STEP 1016 (remove_files) COMPLETE
83202026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.500 INFO O| Aug 12 23:40:19.500 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.510 INFO O| Aug 12 23:40:19.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83222026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.510 INFO O| Aug 12 23:40:19.510 INFO STEP 1017 (remove_files) COMPLETE
83232026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.510 INFO O| Aug 12 23:40:19.510 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.520 INFO O| Aug 12 23:40:19.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83252026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.520 INFO O| Aug 12 23:40:19.520 INFO STEP 1018 (remove_files) COMPLETE
83262026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.520 INFO O| Aug 12 23:40:19.520 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-12T23:40:20.300Z[ recovery-image] Aug 12 23:40:19.531 INFO O| Aug 12 23:40:19.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83282026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.531 INFO O| Aug 12 23:40:19.531 INFO STEP 1019 (remove_files) COMPLETE
83292026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.531 INFO O| Aug 12 23:40:19.531 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.540 INFO O| Aug 12 23:40:19.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83312026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.540 INFO O| Aug 12 23:40:19.540 INFO STEP 1020 (remove_files) COMPLETE
83322026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.540 INFO O| Aug 12 23:40:19.540 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.548 INFO O| Aug 12 23:40:19.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83342026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.548 INFO O| Aug 12 23:40:19.548 INFO STEP 1021 (remove_files) COMPLETE
83352026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.548 INFO O| Aug 12 23:40:19.548 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.557 INFO O| Aug 12 23:40:19.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83372026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.557 INFO O| Aug 12 23:40:19.557 INFO STEP 1022 (remove_files) COMPLETE
83382026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.557 INFO O| Aug 12 23:40:19.557 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.564 INFO O| Aug 12 23:40:19.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83402026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.564 INFO O| Aug 12 23:40:19.564 INFO STEP 1023 (remove_files) COMPLETE
83412026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.564 INFO O| Aug 12 23:40:19.564 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-12T23:40:20.301Z[ recovery-image] Aug 12 23:40:19.572 INFO O| Aug 12 23:40:19.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83432026-08-12T23:40:20.302Z[ recovery-image] Aug 12 23:40:19.572 INFO O| Aug 12 23:40:19.572 INFO STEP 1024 (remove_files) COMPLETE
83442026-08-12T23:40:20.302Z[ recovery-image] Aug 12 23:40:19.572 INFO O| Aug 12 23:40:19.572 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-12T23:40:20.302Z[ recovery-image] Aug 12 23:40:19.580 INFO O| Aug 12 23:40:19.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83462026-08-12T23:40:20.302Z[ recovery-image] Aug 12 23:40:19.580 INFO O| Aug 12 23:40:19.580 INFO STEP 1025 (remove_files) COMPLETE
83472026-08-12T23:40:20.302Z[ recovery-image] Aug 12 23:40:19.580 INFO O| Aug 12 23:40:19.580 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-12T23:40:20.302Z[ recovery-image] Aug 12 23:40:19.589 INFO O| Aug 12 23:40:19.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83492026-08-12T23:40:20.303Z[ recovery-image] Aug 12 23:40:19.589 INFO O| Aug 12 23:40:19.589 INFO STEP 1026 (remove_files) COMPLETE
83502026-08-12T23:40:20.303Z[ recovery-image] Aug 12 23:40:19.589 INFO O| Aug 12 23:40:19.589 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-12T23:40:20.303Z[ recovery-image] Aug 12 23:40:19.599 INFO O| Aug 12 23:40:19.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83522026-08-12T23:40:20.303Z[ recovery-image] Aug 12 23:40:19.599 INFO O| Aug 12 23:40:19.599 INFO STEP 1027 (remove_files) COMPLETE
83532026-08-12T23:40:20.303Z[ recovery-image] Aug 12 23:40:19.599 INFO O| Aug 12 23:40:19.599 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-12T23:40:20.303Z[ recovery-image] Aug 12 23:40:19.609 INFO O| Aug 12 23:40:19.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83552026-08-12T23:40:20.303Z[ recovery-image] Aug 12 23:40:19.609 INFO O| Aug 12 23:40:19.609 INFO STEP 1028 (remove_files) COMPLETE
83562026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.609 INFO O| Aug 12 23:40:19.609 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.620 INFO O| Aug 12 23:40:19.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83582026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.620 INFO O| Aug 12 23:40:19.620 INFO STEP 1029 (remove_files) COMPLETE
83592026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.620 INFO O| Aug 12 23:40:19.620 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.630 INFO O| Aug 12 23:40:19.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83612026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.630 INFO O| Aug 12 23:40:19.630 INFO STEP 1030 (remove_files) COMPLETE
83622026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.630 INFO O| Aug 12 23:40:19.630 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.640 INFO O| Aug 12 23:40:19.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83642026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.640 INFO O| Aug 12 23:40:19.640 INFO STEP 1031 (remove_files) COMPLETE
83652026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.640 INFO O| Aug 12 23:40:19.640 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.651 INFO O| Aug 12 23:40:19.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83672026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.651 INFO O| Aug 12 23:40:19.651 INFO STEP 1032 (remove_files) COMPLETE
83682026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.651 INFO O| Aug 12 23:40:19.651 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-12T23:40:20.304Z[ recovery-image] Aug 12 23:40:19.662 INFO O| Aug 12 23:40:19.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83702026-08-12T23:40:20.305Z[ recovery-image] Aug 12 23:40:19.662 INFO O| Aug 12 23:40:19.662 INFO STEP 1033 (remove_files) COMPLETE
83712026-08-12T23:40:20.305Z[ recovery-image] Aug 12 23:40:19.662 INFO O| Aug 12 23:40:19.662 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-12T23:40:20.305Z[ recovery-image] Aug 12 23:40:19.673 INFO O| Aug 12 23:40:19.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83732026-08-12T23:40:20.305Z[ recovery-image] Aug 12 23:40:19.673 INFO O| Aug 12 23:40:19.673 INFO STEP 1034 (remove_files) COMPLETE
83742026-08-12T23:40:20.305Z[ recovery-image] Aug 12 23:40:19.673 INFO O| Aug 12 23:40:19.673 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-12T23:40:20.305Z[ recovery-image] Aug 12 23:40:19.684 INFO O| Aug 12 23:40:19.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83762026-08-12T23:40:20.305Z[ recovery-image] Aug 12 23:40:19.684 INFO O| Aug 12 23:40:19.684 INFO STEP 1035 (remove_files) COMPLETE
83772026-08-12T23:40:20.305Z[ recovery-image] Aug 12 23:40:19.684 INFO O| Aug 12 23:40:19.684 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-12T23:40:20.305Z[ recovery-image] Aug 12 23:40:19.693 INFO O| Aug 12 23:40:19.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83792026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.693 INFO O| Aug 12 23:40:19.693 INFO STEP 1036 (remove_files) COMPLETE
83802026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.693 INFO O| Aug 12 23:40:19.693 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.704 INFO O| Aug 12 23:40:19.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83822026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.705 INFO O| Aug 12 23:40:19.705 INFO STEP 1037 (remove_files) COMPLETE
83832026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.705 INFO O| Aug 12 23:40:19.705 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.715 INFO O| Aug 12 23:40:19.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83852026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.715 INFO O| Aug 12 23:40:19.715 INFO STEP 1038 (remove_files) COMPLETE
83862026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.715 INFO O| Aug 12 23:40:19.715 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.725 INFO O| Aug 12 23:40:19.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83882026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.725 INFO O| Aug 12 23:40:19.725 INFO STEP 1039 (remove_files) COMPLETE
83892026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.725 INFO O| Aug 12 23:40:19.725 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.736 INFO O| Aug 12 23:40:19.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83912026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.736 INFO O| Aug 12 23:40:19.736 INFO STEP 1040 (remove_files) COMPLETE
83922026-08-12T23:40:20.306Z[ recovery-image] Aug 12 23:40:19.736 INFO O| Aug 12 23:40:19.736 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-12T23:40:20.307Z[ recovery-image] Aug 12 23:40:19.745 INFO O| Aug 12 23:40:19.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83942026-08-12T23:40:20.309Z[ recovery-image] Aug 12 23:40:19.746 INFO O| Aug 12 23:40:19.745 INFO STEP 1041 (remove_files) COMPLETE
83952026-08-12T23:40:20.309Z[ recovery-image] Aug 12 23:40:19.746 INFO O| Aug 12 23:40:19.746 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-12T23:40:20.313Z[ recovery-image] Aug 12 23:40:19.755 INFO O| Aug 12 23:40:19.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83972026-08-12T23:40:20.313Z[ recovery-image] Aug 12 23:40:19.755 INFO O| Aug 12 23:40:19.755 INFO STEP 1042 (remove_files) COMPLETE
83982026-08-12T23:40:20.314Z[ recovery-image] Aug 12 23:40:19.755 INFO O| Aug 12 23:40:19.755 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-12T23:40:20.314Z[ recovery-image] Aug 12 23:40:19.763 INFO O| Aug 12 23:40:19.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84002026-08-12T23:40:20.314Z[ recovery-image] Aug 12 23:40:19.763 INFO O| Aug 12 23:40:19.763 INFO STEP 1043 (remove_files) COMPLETE
84012026-08-12T23:40:20.314Z[ recovery-image] Aug 12 23:40:19.763 INFO O| Aug 12 23:40:19.763 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-12T23:40:20.314Z[ recovery-image] Aug 12 23:40:19.771 INFO O| Aug 12 23:40:19.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84032026-08-12T23:40:20.314Z[ recovery-image] Aug 12 23:40:19.771 INFO O| Aug 12 23:40:19.771 INFO STEP 1044 (remove_files) COMPLETE
84042026-08-12T23:40:20.314Z[ recovery-image] Aug 12 23:40:19.771 INFO O| Aug 12 23:40:19.771 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-12T23:40:20.314Z[ recovery-image] Aug 12 23:40:19.779 INFO O| Aug 12 23:40:19.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84062026-08-12T23:40:20.314Z[ recovery-image] Aug 12 23:40:19.779 INFO O| Aug 12 23:40:19.779 INFO STEP 1045 (remove_files) COMPLETE
84072026-08-12T23:40:20.314Z[ recovery-image] Aug 12 23:40:19.779 INFO O| Aug 12 23:40:19.779 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-12T23:40:20.318Z[ recovery-image] Aug 12 23:40:19.787 INFO O| Aug 12 23:40:19.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84092026-08-12T23:40:20.319Z[ recovery-image] Aug 12 23:40:19.788 INFO O| Aug 12 23:40:19.787 INFO STEP 1046 (remove_files) COMPLETE
84102026-08-12T23:40:20.319Z[ recovery-image] Aug 12 23:40:19.788 INFO O| Aug 12 23:40:19.787 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-12T23:40:20.324Z[ recovery-image] Aug 12 23:40:19.797 INFO O| Aug 12 23:40:19.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84122026-08-12T23:40:20.324Z[ recovery-image] Aug 12 23:40:19.797 INFO O| Aug 12 23:40:19.797 INFO STEP 1047 (remove_files) COMPLETE
84132026-08-12T23:40:20.324Z[ recovery-image] Aug 12 23:40:19.797 INFO O| Aug 12 23:40:19.797 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-12T23:40:20.333Z[ recovery-image] Aug 12 23:40:19.805 INFO O| Aug 12 23:40:19.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84152026-08-12T23:40:20.334Z[ recovery-image] Aug 12 23:40:19.806 INFO O| Aug 12 23:40:19.805 INFO STEP 1048 (remove_files) COMPLETE
84162026-08-12T23:40:20.334Z[ recovery-image] Aug 12 23:40:19.806 INFO O| Aug 12 23:40:19.805 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-12T23:40:20.342Z[ recovery-image] Aug 12 23:40:19.815 INFO O| Aug 12 23:40:19.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84182026-08-12T23:40:20.342Z[ recovery-image] Aug 12 23:40:19.815 INFO O| Aug 12 23:40:19.815 INFO STEP 1049 (remove_files) COMPLETE
84192026-08-12T23:40:20.342Z[ recovery-image] Aug 12 23:40:19.815 INFO O| Aug 12 23:40:19.815 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-12T23:40:20.352Z[ recovery-image] Aug 12 23:40:19.825 INFO O| Aug 12 23:40:19.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84212026-08-12T23:40:20.352Z[ recovery-image] Aug 12 23:40:19.825 INFO O| Aug 12 23:40:19.825 INFO STEP 1050 (remove_files) COMPLETE
84222026-08-12T23:40:20.352Z[ recovery-image] Aug 12 23:40:19.825 INFO O| Aug 12 23:40:19.825 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-12T23:40:20.362Z[ recovery-image] Aug 12 23:40:19.835 INFO O| Aug 12 23:40:19.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84242026-08-12T23:40:20.362Z[ recovery-image] Aug 12 23:40:19.835 INFO O| Aug 12 23:40:19.835 INFO STEP 1051 (remove_files) COMPLETE
84252026-08-12T23:40:20.362Z[ recovery-image] Aug 12 23:40:19.835 INFO O| Aug 12 23:40:19.835 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-12T23:40:20.372Z[ recovery-image] Aug 12 23:40:19.845 INFO O| Aug 12 23:40:19.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84272026-08-12T23:40:20.372Z[ recovery-image] Aug 12 23:40:19.845 INFO O| Aug 12 23:40:19.845 INFO STEP 1052 (remove_files) COMPLETE
84282026-08-12T23:40:20.372Z[ recovery-image] Aug 12 23:40:19.845 INFO O| Aug 12 23:40:19.845 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-12T23:40:20.381Z[ recovery-image] Aug 12 23:40:19.854 INFO O| Aug 12 23:40:19.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84302026-08-12T23:40:20.381Z[ recovery-image] Aug 12 23:40:19.854 INFO O| Aug 12 23:40:19.854 INFO STEP 1053 (remove_files) COMPLETE
84312026-08-12T23:40:20.381Z[ recovery-image] Aug 12 23:40:19.854 INFO O| Aug 12 23:40:19.854 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-12T23:40:20.392Z[ recovery-image] Aug 12 23:40:19.865 INFO O| Aug 12 23:40:19.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84332026-08-12T23:40:20.392Z[ recovery-image] Aug 12 23:40:19.865 INFO O| Aug 12 23:40:19.865 INFO STEP 1054 (remove_files) COMPLETE
84342026-08-12T23:40:20.392Z[ recovery-image] Aug 12 23:40:19.865 INFO O| Aug 12 23:40:19.865 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-12T23:40:20.401Z[ recovery-image] Aug 12 23:40:19.874 INFO O| Aug 12 23:40:19.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84362026-08-12T23:40:20.402Z[ recovery-image] Aug 12 23:40:19.874 INFO O| Aug 12 23:40:19.874 INFO STEP 1055 (remove_files) COMPLETE
84372026-08-12T23:40:20.402Z[ recovery-image] Aug 12 23:40:19.874 INFO O| Aug 12 23:40:19.874 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-12T23:40:20.411Z[ recovery-image] Aug 12 23:40:19.884 INFO O| Aug 12 23:40:19.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84392026-08-12T23:40:20.412Z[ recovery-image] Aug 12 23:40:19.884 INFO O| Aug 12 23:40:19.884 INFO STEP 1056 (remove_files) COMPLETE
84402026-08-12T23:40:20.416Z[ recovery-image] Aug 12 23:40:19.884 INFO O| Aug 12 23:40:19.884 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-12T23:40:20.420Z[ recovery-image] Aug 12 23:40:19.893 INFO O| Aug 12 23:40:19.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84422026-08-12T23:40:20.420Z[ recovery-image] Aug 12 23:40:19.893 INFO O| Aug 12 23:40:19.893 INFO STEP 1057 (remove_files) COMPLETE
84432026-08-12T23:40:20.424Z[ recovery-image] Aug 12 23:40:19.893 INFO O| Aug 12 23:40:19.893 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-12T23:40:20.436Z[ recovery-image] Aug 12 23:40:19.909 INFO O| Aug 12 23:40:19.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84452026-08-12T23:40:20.436Z[ recovery-image] Aug 12 23:40:19.909 INFO O| Aug 12 23:40:19.909 INFO STEP 1058 (remove_files) COMPLETE
84462026-08-12T23:40:20.436Z[ recovery-image] Aug 12 23:40:19.909 INFO O| Aug 12 23:40:19.909 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-12T23:40:20.448Z[ recovery-image] Aug 12 23:40:19.921 INFO O| Aug 12 23:40:19.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84482026-08-12T23:40:20.448Z[ recovery-image] Aug 12 23:40:19.921 INFO O| Aug 12 23:40:19.921 INFO STEP 1059 (remove_files) COMPLETE
84492026-08-12T23:40:20.448Z[ recovery-image] Aug 12 23:40:19.921 INFO O| Aug 12 23:40:19.921 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-12T23:40:20.459Z[ recovery-image] Aug 12 23:40:19.932 INFO O| Aug 12 23:40:19.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84512026-08-12T23:40:20.460Z[ recovery-image] Aug 12 23:40:19.932 INFO O| Aug 12 23:40:19.932 INFO STEP 1060 (remove_files) COMPLETE
84522026-08-12T23:40:20.460Z[ recovery-image] Aug 12 23:40:19.932 INFO O| Aug 12 23:40:19.932 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-12T23:40:20.473Z[ recovery-image] Aug 12 23:40:19.946 INFO O| Aug 12 23:40:19.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84542026-08-12T23:40:20.475Z[ recovery-image] Aug 12 23:40:19.946 INFO O| Aug 12 23:40:19.946 INFO STEP 1061 (remove_files) COMPLETE
84552026-08-12T23:40:20.475Z[ recovery-image] Aug 12 23:40:19.946 INFO O| Aug 12 23:40:19.946 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-12T23:40:20.486Z[ recovery-image] Aug 12 23:40:19.959 INFO O| Aug 12 23:40:19.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84572026-08-12T23:40:20.486Z[ recovery-image] Aug 12 23:40:19.959 INFO O| Aug 12 23:40:19.959 INFO STEP 1062 (remove_files) COMPLETE
84582026-08-12T23:40:20.486Z[ recovery-image] Aug 12 23:40:19.959 INFO O| Aug 12 23:40:19.959 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-12T23:40:20.500Z[ recovery-image] Aug 12 23:40:19.973 INFO O| Aug 12 23:40:19.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84602026-08-12T23:40:20.500Z[ recovery-image] Aug 12 23:40:19.973 INFO O| Aug 12 23:40:19.973 INFO STEP 1063 (remove_files) COMPLETE
84612026-08-12T23:40:20.500Z[ recovery-image] Aug 12 23:40:19.973 INFO O| Aug 12 23:40:19.973 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-12T23:40:20.516Z[ recovery-image] Aug 12 23:40:19.989 INFO O| Aug 12 23:40:19.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84632026-08-12T23:40:20.520Z[ recovery-image] Aug 12 23:40:19.989 INFO O| Aug 12 23:40:19.989 INFO STEP 1064 (remove_files) COMPLETE
84642026-08-12T23:40:20.520Z[ recovery-image] Aug 12 23:40:19.989 INFO O| Aug 12 23:40:19.989 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-12T23:40:20.527Z[ recovery-image] Aug 12 23:40:20.000 INFO O| Aug 12 23:40:20.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84662026-08-12T23:40:20.527Z[ recovery-image] Aug 12 23:40:20.000 INFO O| Aug 12 23:40:20.000 INFO STEP 1065 (remove_files) COMPLETE
84672026-08-12T23:40:20.527Z[ recovery-image] Aug 12 23:40:20.000 INFO O| Aug 12 23:40:20.000 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-12T23:40:20.540Z[ recovery-image] Aug 12 23:40:20.012 INFO O| Aug 12 23:40:20.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84692026-08-12T23:40:20.540Z[ recovery-image] Aug 12 23:40:20.012 INFO O| Aug 12 23:40:20.012 INFO STEP 1066 (remove_files) COMPLETE
84702026-08-12T23:40:20.544Z[ recovery-image] Aug 12 23:40:20.012 INFO O| Aug 12 23:40:20.012 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-12T23:40:20.550Z[ recovery-image] Aug 12 23:40:20.022 INFO O| Aug 12 23:40:20.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84722026-08-12T23:40:20.550Z[ recovery-image] Aug 12 23:40:20.023 INFO O| Aug 12 23:40:20.023 INFO STEP 1067 (remove_files) COMPLETE
84732026-08-12T23:40:20.550Z[ recovery-image] Aug 12 23:40:20.023 INFO O| Aug 12 23:40:20.023 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-12T23:40:20.561Z[ recovery-image] Aug 12 23:40:20.033 INFO O| Aug 12 23:40:20.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84752026-08-12T23:40:20.561Z[ recovery-image] Aug 12 23:40:20.033 INFO O| Aug 12 23:40:20.033 INFO STEP 1068 (remove_files) COMPLETE
84762026-08-12T23:40:20.561Z[ recovery-image] Aug 12 23:40:20.033 INFO O| Aug 12 23:40:20.033 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-12T23:40:20.575Z[ recovery-image] Aug 12 23:40:20.044 INFO O| Aug 12 23:40:20.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84782026-08-12T23:40:20.575Z[ recovery-image] Aug 12 23:40:20.044 INFO O| Aug 12 23:40:20.044 INFO STEP 1069 (remove_files) COMPLETE
84792026-08-12T23:40:20.575Z[ recovery-image] Aug 12 23:40:20.044 INFO O| Aug 12 23:40:20.044 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-12T23:40:20.583Z[ recovery-image] Aug 12 23:40:20.056 INFO O| Aug 12 23:40:20.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84812026-08-12T23:40:20.584Z[ recovery-image] Aug 12 23:40:20.056 INFO O| Aug 12 23:40:20.056 INFO STEP 1070 (remove_files) COMPLETE
84822026-08-12T23:40:20.584Z[ recovery-image] Aug 12 23:40:20.056 INFO O| Aug 12 23:40:20.056 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-12T23:40:20.593Z[ recovery-image] Aug 12 23:40:20.066 INFO O| Aug 12 23:40:20.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84842026-08-12T23:40:20.594Z[ recovery-image] Aug 12 23:40:20.067 INFO O| Aug 12 23:40:20.067 INFO STEP 1071 (remove_files) COMPLETE
84852026-08-12T23:40:20.598Z[ recovery-image] Aug 12 23:40:20.067 INFO O| Aug 12 23:40:20.067 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-12T23:40:20.604Z[ recovery-image] Aug 12 23:40:20.077 INFO O| Aug 12 23:40:20.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84872026-08-12T23:40:20.608Z[ recovery-image] Aug 12 23:40:20.078 INFO O| Aug 12 23:40:20.078 INFO STEP 1072 (remove_files) COMPLETE
84882026-08-12T23:40:20.608Z[ recovery-image] Aug 12 23:40:20.078 INFO O| Aug 12 23:40:20.078 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-12T23:40:20.616Z[ recovery-image] Aug 12 23:40:20.089 INFO O| Aug 12 23:40:20.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84902026-08-12T23:40:20.616Z[ recovery-image] Aug 12 23:40:20.089 INFO O| Aug 12 23:40:20.089 INFO STEP 1073 (remove_files) COMPLETE
84912026-08-12T23:40:20.619Z[ recovery-image] Aug 12 23:40:20.089 INFO O| Aug 12 23:40:20.089 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-12T23:40:20.628Z[ recovery-image] Aug 12 23:40:20.100 INFO O| Aug 12 23:40:20.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84932026-08-12T23:40:20.628Z[ recovery-image] Aug 12 23:40:20.100 INFO O| Aug 12 23:40:20.100 INFO STEP 1074 (remove_files) COMPLETE
84942026-08-12T23:40:20.628Z[ recovery-image] Aug 12 23:40:20.100 INFO O| Aug 12 23:40:20.100 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-12T23:40:20.638Z[ recovery-image] Aug 12 23:40:20.110 INFO O| Aug 12 23:40:20.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84962026-08-12T23:40:20.639Z[ recovery-image] Aug 12 23:40:20.110 INFO O| Aug 12 23:40:20.110 INFO STEP 1075 (remove_files) COMPLETE
84972026-08-12T23:40:20.639Z[ recovery-image] Aug 12 23:40:20.110 INFO O| Aug 12 23:40:20.110 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-12T23:40:20.647Z[ recovery-image] Aug 12 23:40:20.120 INFO O| Aug 12 23:40:20.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84992026-08-12T23:40:20.650Z[ recovery-image] Aug 12 23:40:20.122 INFO O| Aug 12 23:40:20.122 INFO STEP 1076 (remove_files) COMPLETE
85002026-08-12T23:40:20.650Z[ recovery-image] Aug 12 23:40:20.122 INFO O| Aug 12 23:40:20.122 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-12T23:40:20.661Z[ recovery-image] Aug 12 23:40:20.131 INFO O| Aug 12 23:40:20.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85022026-08-12T23:40:20.661Z[ recovery-image] Aug 12 23:40:20.131 INFO O| Aug 12 23:40:20.131 INFO STEP 1077 (remove_files) COMPLETE
85032026-08-12T23:40:20.667Z[ recovery-image] Aug 12 23:40:20.131 INFO O| Aug 12 23:40:20.131 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-12T23:40:20.671Z[ recovery-image] Aug 12 23:40:20.141 INFO O| Aug 12 23:40:20.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85052026-08-12T23:40:20.671Z[ recovery-image] Aug 12 23:40:20.141 INFO O| Aug 12 23:40:20.141 INFO STEP 1078 (remove_files) COMPLETE
85062026-08-12T23:40:20.671Z[ recovery-image] Aug 12 23:40:20.141 INFO O| Aug 12 23:40:20.141 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-08-12T23:40:20.677Z[ recovery-image] Aug 12 23:40:20.150 INFO O| Aug 12 23:40:20.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85082026-08-12T23:40:20.677Z[ recovery-image] Aug 12 23:40:20.150 INFO O| Aug 12 23:40:20.150 INFO STEP 1079 (remove_files) COMPLETE
85092026-08-12T23:40:20.677Z[ recovery-image] Aug 12 23:40:20.150 INFO O| Aug 12 23:40:20.150 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-08-12T23:40:20.688Z[ recovery-image] Aug 12 23:40:20.161 INFO O| Aug 12 23:40:20.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85112026-08-12T23:40:20.689Z[ recovery-image] Aug 12 23:40:20.161 INFO O| Aug 12 23:40:20.161 INFO STEP 1080 (remove_files) COMPLETE
85122026-08-12T23:40:20.689Z[ recovery-image] Aug 12 23:40:20.161 INFO O| Aug 12 23:40:20.161 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-12T23:40:20.698Z[ recovery-image] Aug 12 23:40:20.170 INFO O| Aug 12 23:40:20.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85142026-08-12T23:40:20.698Z[ recovery-image] Aug 12 23:40:20.171 INFO O| Aug 12 23:40:20.171 INFO STEP 1081 (remove_files) COMPLETE
85152026-08-12T23:40:20.699Z[ recovery-image] Aug 12 23:40:20.171 INFO O| Aug 12 23:40:20.171 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-12T23:40:20.708Z[ recovery-image] Aug 12 23:40:20.181 INFO O| Aug 12 23:40:20.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85172026-08-12T23:40:20.708Z[ recovery-image] Aug 12 23:40:20.181 INFO O| Aug 12 23:40:20.181 INFO STEP 1082 (remove_files) COMPLETE
85182026-08-12T23:40:20.708Z[ recovery-image] Aug 12 23:40:20.181 INFO O| Aug 12 23:40:20.181 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-12T23:40:20.718Z[ recovery-image] Aug 12 23:40:20.191 INFO O| Aug 12 23:40:20.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85202026-08-12T23:40:20.718Z[ recovery-image] Aug 12 23:40:20.191 INFO O| Aug 12 23:40:20.191 INFO STEP 1083 (remove_files) COMPLETE
85212026-08-12T23:40:20.718Z[ recovery-image] Aug 12 23:40:20.191 INFO O| Aug 12 23:40:20.191 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-12T23:40:20.728Z[ recovery-image] Aug 12 23:40:20.201 INFO O| Aug 12 23:40:20.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85232026-08-12T23:40:20.728Z[ recovery-image] Aug 12 23:40:20.201 INFO O| Aug 12 23:40:20.201 INFO STEP 1084 (remove_files) COMPLETE
85242026-08-12T23:40:20.728Z[ recovery-image] Aug 12 23:40:20.201 INFO O| Aug 12 23:40:20.201 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-12T23:40:20.738Z[ recovery-image] Aug 12 23:40:20.211 INFO O| Aug 12 23:40:20.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85262026-08-12T23:40:20.738Z[ recovery-image] Aug 12 23:40:20.211 INFO O| Aug 12 23:40:20.211 INFO STEP 1085 (remove_files) COMPLETE
85272026-08-12T23:40:20.738Z[ recovery-image] Aug 12 23:40:20.211 INFO O| Aug 12 23:40:20.211 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-12T23:40:20.746Z[ recovery-image] Aug 12 23:40:20.219 INFO O| Aug 12 23:40:20.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85292026-08-12T23:40:20.750Z[ recovery-image] Aug 12 23:40:20.220 INFO O| Aug 12 23:40:20.220 INFO STEP 1086 (remove_files) COMPLETE
85302026-08-12T23:40:20.750Z[ recovery-image] Aug 12 23:40:20.220 INFO O| Aug 12 23:40:20.220 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-12T23:40:20.758Z[ recovery-image] Aug 12 23:40:20.231 INFO O| Aug 12 23:40:20.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85322026-08-12T23:40:20.758Z[ recovery-image] Aug 12 23:40:20.231 INFO O| Aug 12 23:40:20.231 INFO STEP 1087 (remove_files) COMPLETE
85332026-08-12T23:40:20.758Z[ recovery-image] Aug 12 23:40:20.231 INFO O| Aug 12 23:40:20.231 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-12T23:40:20.768Z[ recovery-image] Aug 12 23:40:20.241 INFO O| Aug 12 23:40:20.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85352026-08-12T23:40:20.768Z[ recovery-image] Aug 12 23:40:20.241 INFO O| Aug 12 23:40:20.241 INFO STEP 1088 (remove_files) COMPLETE
85362026-08-12T23:40:20.768Z[ recovery-image] Aug 12 23:40:20.241 INFO O| Aug 12 23:40:20.241 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-12T23:40:20.779Z[ recovery-image] Aug 12 23:40:20.252 INFO O| Aug 12 23:40:20.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85382026-08-12T23:40:20.779Z[ recovery-image] Aug 12 23:40:20.252 INFO O| Aug 12 23:40:20.252 INFO STEP 1089 (remove_files) COMPLETE
85392026-08-12T23:40:20.783Z[ recovery-image] Aug 12 23:40:20.252 INFO O| Aug 12 23:40:20.252 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-12T23:40:20.789Z[ recovery-image] Aug 12 23:40:20.262 INFO O| Aug 12 23:40:20.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85412026-08-12T23:40:20.789Z[ recovery-image] Aug 12 23:40:20.262 INFO O| Aug 12 23:40:20.262 INFO STEP 1090 (remove_files) COMPLETE
85422026-08-12T23:40:20.789Z[ recovery-image] Aug 12 23:40:20.262 INFO O| Aug 12 23:40:20.262 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-12T23:40:20.799Z[ recovery-image] Aug 12 23:40:20.272 INFO O| Aug 12 23:40:20.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85442026-08-12T23:40:20.800Z[ recovery-image] Aug 12 23:40:20.272 INFO O| Aug 12 23:40:20.272 INFO STEP 1091 (remove_files) COMPLETE
85452026-08-12T23:40:20.803Z[ recovery-image] Aug 12 23:40:20.272 INFO O| Aug 12 23:40:20.272 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-12T23:40:20.808Z[ recovery-image] Aug 12 23:40:20.281 INFO O| Aug 12 23:40:20.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85472026-08-12T23:40:20.813Z[ recovery-image] Aug 12 23:40:20.282 INFO O| Aug 12 23:40:20.282 INFO STEP 1092 (remove_files) COMPLETE
85482026-08-12T23:40:20.813Z[ recovery-image] Aug 12 23:40:20.282 INFO O| Aug 12 23:40:20.282 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-12T23:40:20.818Z[ recovery-image] Aug 12 23:40:20.291 INFO O| Aug 12 23:40:20.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85502026-08-12T23:40:20.818Z[ recovery-image] Aug 12 23:40:20.291 INFO O| Aug 12 23:40:20.291 INFO STEP 1093 (remove_files) COMPLETE
85512026-08-12T23:40:20.818Z[ recovery-image] Aug 12 23:40:20.291 INFO O| Aug 12 23:40:20.291 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-12T23:40:20.826Z[ recovery-image] Aug 12 23:40:20.299 INFO O| Aug 12 23:40:20.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85532026-08-12T23:40:20.826Z[ recovery-image] Aug 12 23:40:20.299 INFO O| Aug 12 23:40:20.299 INFO STEP 1094 (remove_files) COMPLETE
85542026-08-12T23:40:20.827Z[ recovery-image] Aug 12 23:40:20.299 INFO O| Aug 12 23:40:20.299 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-12T23:40:20.837Z[ recovery-image] Aug 12 23:40:20.310 INFO O| Aug 12 23:40:20.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85562026-08-12T23:40:20.837Z[ recovery-image] Aug 12 23:40:20.310 INFO O| Aug 12 23:40:20.310 INFO STEP 1095 (remove_files) COMPLETE
85572026-08-12T23:40:20.837Z[ recovery-image] Aug 12 23:40:20.310 INFO O| Aug 12 23:40:20.310 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-12T23:40:20.846Z[ recovery-image] Aug 12 23:40:20.319 INFO O| Aug 12 23:40:20.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85592026-08-12T23:40:20.846Z[ recovery-image] Aug 12 23:40:20.319 INFO O| Aug 12 23:40:20.319 INFO STEP 1096 (remove_files) COMPLETE
85602026-08-12T23:40:20.850Z[ recovery-image] Aug 12 23:40:20.319 INFO O| Aug 12 23:40:20.319 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-12T23:40:20.856Z[ recovery-image] Aug 12 23:40:20.329 INFO O| Aug 12 23:40:20.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85622026-08-12T23:40:20.856Z[ recovery-image] Aug 12 23:40:20.329 INFO O| Aug 12 23:40:20.329 INFO STEP 1097 (remove_files) COMPLETE
85632026-08-12T23:40:20.859Z[ recovery-image] Aug 12 23:40:20.329 INFO O| Aug 12 23:40:20.329 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-12T23:40:20.867Z[ recovery-image] Aug 12 23:40:20.340 INFO O| Aug 12 23:40:20.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85652026-08-12T23:40:20.867Z[ recovery-image] Aug 12 23:40:20.340 INFO O| Aug 12 23:40:20.340 INFO STEP 1098 (remove_files) COMPLETE
85662026-08-12T23:40:20.867Z[ recovery-image] Aug 12 23:40:20.340 INFO O| Aug 12 23:40:20.340 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-12T23:40:20.877Z[ recovery-image] Aug 12 23:40:20.350 INFO O| Aug 12 23:40:20.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85682026-08-12T23:40:20.877Z[ recovery-image] Aug 12 23:40:20.350 INFO O| Aug 12 23:40:20.350 INFO STEP 1099 (remove_files) COMPLETE
85692026-08-12T23:40:20.880Z[ recovery-image] Aug 12 23:40:20.350 INFO O| Aug 12 23:40:20.350 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-12T23:40:20.886Z[ recovery-image] Aug 12 23:40:20.359 INFO O| Aug 12 23:40:20.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85712026-08-12T23:40:20.886Z[ recovery-image] Aug 12 23:40:20.359 INFO O| Aug 12 23:40:20.359 INFO STEP 1100 (remove_files) COMPLETE
85722026-08-12T23:40:20.886Z[ recovery-image] Aug 12 23:40:20.359 INFO O| Aug 12 23:40:20.359 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-12T23:40:20.896Z[ recovery-image] Aug 12 23:40:20.369 INFO O| Aug 12 23:40:20.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85742026-08-12T23:40:20.896Z[ recovery-image] Aug 12 23:40:20.369 INFO O| Aug 12 23:40:20.369 INFO STEP 1101 (remove_files) COMPLETE
85752026-08-12T23:40:20.896Z[ recovery-image] Aug 12 23:40:20.369 INFO O| Aug 12 23:40:20.369 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-12T23:40:20.905Z[ recovery-image] Aug 12 23:40:20.378 INFO O| Aug 12 23:40:20.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85772026-08-12T23:40:20.905Z[ recovery-image] Aug 12 23:40:20.378 INFO O| Aug 12 23:40:20.378 INFO STEP 1102 (remove_files) COMPLETE
85782026-08-12T23:40:20.905Z[ recovery-image] Aug 12 23:40:20.378 INFO O| Aug 12 23:40:20.378 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-12T23:40:20.914Z[ recovery-image] Aug 12 23:40:20.387 INFO O| Aug 12 23:40:20.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85802026-08-12T23:40:20.914Z[ recovery-image] Aug 12 23:40:20.387 INFO O| Aug 12 23:40:20.387 INFO STEP 1103 (remove_files) COMPLETE
85812026-08-12T23:40:20.914Z[ recovery-image] Aug 12 23:40:20.387 INFO O| Aug 12 23:40:20.387 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-12T23:40:20.923Z[ recovery-image] Aug 12 23:40:20.396 INFO O| Aug 12 23:40:20.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85832026-08-12T23:40:20.923Z[ recovery-image] Aug 12 23:40:20.396 INFO O| Aug 12 23:40:20.396 INFO STEP 1104 (remove_files) COMPLETE
85842026-08-12T23:40:20.923Z[ recovery-image] Aug 12 23:40:20.396 INFO O| Aug 12 23:40:20.396 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-12T23:40:20.932Z[ recovery-image] Aug 12 23:40:20.405 INFO O| Aug 12 23:40:20.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85862026-08-12T23:40:20.932Z[ recovery-image] Aug 12 23:40:20.405 INFO O| Aug 12 23:40:20.405 INFO STEP 1105 (remove_files) COMPLETE
85872026-08-12T23:40:20.936Z[ recovery-image] Aug 12 23:40:20.405 INFO O| Aug 12 23:40:20.405 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-12T23:40:20.941Z[ recovery-image] Aug 12 23:40:20.414 INFO O| Aug 12 23:40:20.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85892026-08-12T23:40:20.941Z[ recovery-image] Aug 12 23:40:20.414 INFO O| Aug 12 23:40:20.414 INFO STEP 1106 (remove_files) COMPLETE
85902026-08-12T23:40:20.941Z[ recovery-image] Aug 12 23:40:20.414 INFO O| Aug 12 23:40:20.414 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-12T23:40:20.952Z[ recovery-image] Aug 12 23:40:20.424 INFO O| Aug 12 23:40:20.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85922026-08-12T23:40:20.952Z[ recovery-image] Aug 12 23:40:20.424 INFO O| Aug 12 23:40:20.424 INFO STEP 1107 (remove_files) COMPLETE
85932026-08-12T23:40:20.952Z[ recovery-image] Aug 12 23:40:20.424 INFO O| Aug 12 23:40:20.424 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-12T23:40:20.961Z[ recovery-image] Aug 12 23:40:20.434 INFO O| Aug 12 23:40:20.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85952026-08-12T23:40:20.961Z[ recovery-image] Aug 12 23:40:20.434 INFO O| Aug 12 23:40:20.434 INFO STEP 1108 (remove_files) COMPLETE
85962026-08-12T23:40:20.965Z[ recovery-image] Aug 12 23:40:20.434 INFO O| Aug 12 23:40:20.434 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-12T23:40:20.971Z[ recovery-image] Aug 12 23:40:20.443 INFO O| Aug 12 23:40:20.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85982026-08-12T23:40:20.971Z[ recovery-image] Aug 12 23:40:20.443 INFO O| Aug 12 23:40:20.443 INFO STEP 1109 (remove_files) COMPLETE
85992026-08-12T23:40:20.971Z[ recovery-image] Aug 12 23:40:20.443 INFO O| Aug 12 23:40:20.443 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-12T23:40:20.981Z[ recovery-image] Aug 12 23:40:20.454 INFO O| Aug 12 23:40:20.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86012026-08-12T23:40:20.981Z[ recovery-image] Aug 12 23:40:20.454 INFO O| Aug 12 23:40:20.454 INFO STEP 1110 (remove_files) COMPLETE
86022026-08-12T23:40:20.981Z[ recovery-image] Aug 12 23:40:20.454 INFO O| Aug 12 23:40:20.454 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-12T23:40:20.991Z[ recovery-image] Aug 12 23:40:20.464 INFO O| Aug 12 23:40:20.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86042026-08-12T23:40:20.991Z[ recovery-image] Aug 12 23:40:20.464 INFO O| Aug 12 23:40:20.464 INFO STEP 1111 (remove_files) COMPLETE
86052026-08-12T23:40:20.991Z[ recovery-image] Aug 12 23:40:20.464 INFO O| Aug 12 23:40:20.464 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-12T23:40:21.001Z[ recovery-image] Aug 12 23:40:20.474 INFO O| Aug 12 23:40:20.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86072026-08-12T23:40:21.002Z[ recovery-image] Aug 12 23:40:20.474 INFO O| Aug 12 23:40:20.474 INFO STEP 1112 (remove_files) COMPLETE
86082026-08-12T23:40:21.003Z[ recovery-image] Aug 12 23:40:20.474 INFO O| Aug 12 23:40:20.474 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-12T23:40:21.012Z[ recovery-image] Aug 12 23:40:20.484 INFO O| Aug 12 23:40:20.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86102026-08-12T23:40:21.016Z[ recovery-image] Aug 12 23:40:20.485 INFO O| Aug 12 23:40:20.485 INFO STEP 1113 (remove_files) COMPLETE
86112026-08-12T23:40:21.016Z[ recovery-image] Aug 12 23:40:20.485 INFO O| Aug 12 23:40:20.485 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-12T23:40:21.020Z[ recovery-image] Aug 12 23:40:20.494 INFO O| Aug 12 23:40:20.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86132026-08-12T23:40:21.021Z[ recovery-image] Aug 12 23:40:20.494 INFO O| Aug 12 23:40:20.494 INFO STEP 1114 (remove_files) COMPLETE
86142026-08-12T23:40:21.021Z[ recovery-image] Aug 12 23:40:20.494 INFO O| Aug 12 23:40:20.494 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-12T23:40:21.031Z[ recovery-image] Aug 12 23:40:20.504 INFO O| Aug 12 23:40:20.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86162026-08-12T23:40:21.031Z[ recovery-image] Aug 12 23:40:20.504 INFO O| Aug 12 23:40:20.504 INFO STEP 1115 (remove_files) COMPLETE
86172026-08-12T23:40:21.035Z[ recovery-image] Aug 12 23:40:20.504 INFO O| Aug 12 23:40:20.504 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-12T23:40:21.040Z[ recovery-image] Aug 12 23:40:20.513 INFO O| Aug 12 23:40:20.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86192026-08-12T23:40:21.040Z[ recovery-image] Aug 12 23:40:20.513 INFO O| Aug 12 23:40:20.513 INFO STEP 1116 (remove_files) COMPLETE
86202026-08-12T23:40:21.040Z[ recovery-image] Aug 12 23:40:20.513 INFO O| Aug 12 23:40:20.513 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-12T23:40:21.049Z[ recovery-image] Aug 12 23:40:20.523 INFO O| Aug 12 23:40:20.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86222026-08-12T23:40:21.050Z[ recovery-image] Aug 12 23:40:20.523 INFO O| Aug 12 23:40:20.523 INFO STEP 1117 (remove_files) COMPLETE
86232026-08-12T23:40:21.053Z[ recovery-image] Aug 12 23:40:20.523 INFO O| Aug 12 23:40:20.523 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86242026-08-12T23:40:21.064Z[ recovery-image] Aug 12 23:40:20.537 INFO O| Aug 12 23:40:20.537 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86252026-08-12T23:40:21.064Z[ recovery-image] Aug 12 23:40:20.537 INFO O| Aug 12 23:40:20.537 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86262026-08-12T23:40:21.083Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86272026-08-12T23:40:21.372Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86282026-08-12T23:40:21.894Z[ recovery-image] Aug 12 23:40:21.367 INFO O| Aug 12 23:40:21.367 INFO STEP 1118 (pack_tar) COMPLETE
86292026-08-12T23:40:21.894Z[ recovery-image] Aug 12 23:40:21.367 INFO O| Aug 12 23:40:21.367 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86302026-08-12T23:40:21.895Z[ recovery-image] Aug 12 23:40:21.367 INFO O| Aug 12 23:40:21.367 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86312026-08-12T23:40:22.131Z[verify-libraries] Compiling git2 v0.20.4
86322026-08-12T23:40:22.163Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86332026-08-12T23:40:22.205Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86342026-08-12T23:40:22.585Z[ recovery-image] Aug 12 23:40:22.052 INFO O| Aug 12 23:40:22.052 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86352026-08-12T23:40:22.754Z[ recovery-image] Aug 12 23:40:22.224 INFO O| Aug 12 23:40:22.224 INFO completed processing sled/ramdisk-03-recovery-trim
86362026-08-12T23:40:22.760Z[ recovery-image] Aug 12 23:40:22.227 INFO image builder template: zfs-recovery...
86372026-08-12T23:40:22.761Z[ recovery-image] Aug 12 23:40:22.227 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/.tmpFnSeuI/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86382026-08-12T23:40:22.783Z[ recovery-image] Aug 12 23:40:22.256 INFO O| Aug 12 23:40:22.256 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86392026-08-12T23:40:22.787Z[ recovery-image] Aug 12 23:40:22.260 INFO O| Aug 12 23:40:22.260 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86402026-08-12T23:40:22.887Z[ recovery-image] Aug 12 23:40:22.360 INFO O| Aug 12 23:40:22.360 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86412026-08-12T23:40:22.937Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86422026-08-12T23:40:22.986Z[ recovery-image] Aug 12 23:40:22.459 INFO O| Aug 12 23:40:22.459 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86432026-08-12T23:40:22.986Z[ recovery-image] Aug 12 23:40:22.459 INFO O| Aug 12 23:40:22.459 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86442026-08-12T23:40:22.990Z[ recovery-image] Aug 12 23:40:22.463 INFO O| Aug 12 23:40:22.463 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86452026-08-12T23:40:23.103Z[ recovery-image] Aug 12 23:40:22.575 INFO O| Aug 12 23:40:22.575 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86462026-08-12T23:40:23.239Z[ recovery-image] Aug 12 23:40:22.712 INFO O| Aug 12 23:40:22.712 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86472026-08-12T23:40:23.250Z[ recovery-image] Aug 12 23:40:22.723 INFO O| Aug 12 23:40:22.723 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86482026-08-12T23:40:23.255Z[ recovery-image] Aug 12 23:40:22.728 INFO O| Aug 12 23:40:22.728 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86492026-08-12T23:40:23.259Z[ recovery-image] Aug 12 23:40:22.730 INFO O| Aug 12 23:40:22.730 INFO no lofi found
86502026-08-12T23:40:23.259Z[ recovery-image] Aug 12 23:40:22.730 INFO O| Aug 12 23:40:22.730 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86512026-08-12T23:40:23.259Z[ recovery-image] Aug 12 23:40:22.730 INFO O| Aug 12 23:40:22.730 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86522026-08-12T23:40:23.872Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86532026-08-12T23:40:24.153Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86542026-08-12T23:40:24.242Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86552026-08-12T23:40:24.308Z[verify-libraries] Compiling yansi v1.0.1
86562026-08-12T23:40:24.545Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86572026-08-12T23:40:24.596Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86582026-08-12T23:40:24.736Z[verify-libraries] Compiling pretty_assertions v1.4.1
86592026-08-12T23:40:25.072Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86602026-08-12T23:40:25.221Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86612026-08-12T23:40:25.362Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86622026-08-12T23:40:25.416Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86632026-08-12T23:40:25.535Z[ recovery-image] Aug 12 23:40:25.001 INFO O| Aug 12 23:40:25.001 INFO lofi device = /dev/dsk/c2t1d0p0
86642026-08-12T23:40:25.535Z[ recovery-image] Aug 12 23:40:25.001 INFO O| Aug 12 23:40:25.001 INFO pool device = /dev/dsk/c2t1d0p0
86652026-08-12T23:40:25.535Z[ recovery-image] Aug 12 23:40:25.001 INFO O| Aug 12 23:40:25.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"]
86662026-08-12T23:40:25.623Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86672026-08-12T23:40:25.715Z[ recovery-image] Aug 12 23:40:25.187 INFO O| Aug 12 23:40:25.187 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86682026-08-12T23:40:25.715Z[ recovery-image] Aug 12 23:40:25.187 INFO O| Aug 12 23:40:25.187 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86692026-08-12T23:40:25.749Z[ recovery-image] Aug 12 23:40:25.221 INFO O| Aug 12 23:40:25.221 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86702026-08-12T23:40:25.771Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86712026-08-12T23:40:25.800Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86722026-08-12T23:40:25.931Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86732026-08-12T23:40:25.942Z[ recovery-image] Aug 12 23:40:25.413 INFO O| Aug 12 23:40:25.413 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86742026-08-12T23:40:25.982Z[ recovery-image] Aug 12 23:40:25.454 INFO O| Aug 12 23:40:25.453 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86752026-08-12T23:40:25.988Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86762026-08-12T23:40:26.005Z[ recovery-image] Aug 12 23:40:25.475 INFO O| Aug 12 23:40:25.475 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86772026-08-12T23:40:26.048Z[ recovery-image] Aug 12 23:40:25.521 INFO O| Aug 12 23:40:25.521 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86782026-08-12T23:40:26.101Z[ recovery-image] Aug 12 23:40:25.574 INFO O| Aug 12 23:40:25.574 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86792026-08-12T23:40:26.101Z[ recovery-image] Aug 12 23:40:25.574 INFO O| Aug 12 23:40:25.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86802026-08-12T23:40:26.101Z[ recovery-image] Aug 12 23:40:25.574 INFO O| Aug 12 23:40:25.574 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86812026-08-12T23:40:26.105Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86822026-08-12T23:40:26.108Z[ recovery-image] Aug 12 23:40:25.582 INFO O| Aug 12 23:40:25.581 INFO boot environment UUID: e793b60f-85fc-4f02-ace7-9e6db97a2be4
86832026-08-12T23:40:26.108Z[ recovery-image] Aug 12 23:40:25.582 INFO O| Aug 12 23:40:25.582 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e793b60f-85fc-4f02-ace7-9e6db97a2be4
86842026-08-12T23:40:26.129Z[ recovery-image] Aug 12 23:40:25.602 INFO O| Aug 12 23:40:25.602 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86852026-08-12T23:40:26.145Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86862026-08-12T23:40:26.149Z[ recovery-image] Aug 12 23:40:25.620 INFO O| Aug 12 23:40:25.620 INFO STEP 0 (create_be) COMPLETE
86872026-08-12T23:40:26.149Z[ recovery-image] Aug 12 23:40:25.620 INFO O| Aug 12 23:40:25.620 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86882026-08-12T23:40:26.162Z[ recovery-image] Aug 12 23:40:25.635 INFO O| Aug 12 23:40:25.635 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"]
86892026-08-12T23:40:26.528Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86902026-08-12T23:40:26.614Z[verify-libraries] Compiling drift v0.2.0
86912026-08-12T23:40:26.937Z[verify-libraries] Compiling uzers v0.12.2
86922026-08-12T23:40:27.610Z[verify-libraries] Compiling parse-size v1.1.0
86932026-08-12T23:40:27.916Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86942026-08-12T23:40:28.022Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86952026-08-12T23:40:28.353Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86962026-08-12T23:40:28.725Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86972026-08-12T23:40:29.490Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86982026-08-12T23:40:30.510Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86992026-08-12T23:40:31.046Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87002026-08-12T23:40:31.136Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87012026-08-12T23:40:32.516Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87022026-08-12T23:40:33.594Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87032026-08-12T23:40:33.647Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87042026-08-12T23:40:34.248Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87052026-08-12T23:40:34.446Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87062026-08-12T23:40:34.851Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87072026-08-12T23:40:35.044Z[verify-libraries] Compiling multimap v0.10.1
87082026-08-12T23:40:35.079Z[verify-libraries] Compiling termios v0.3.3
87092026-08-12T23:40:35.260Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87102026-08-12T23:40:35.264Z[ recovery-image] Aug 12 23:40:34.735 INFO O| Aug 12 23:40:34.735 INFO STEP 1 (unpack_tar) COMPLETE
87112026-08-12T23:40:35.264Z[ recovery-image] Aug 12 23:40:34.735 INFO O| Aug 12 23:40:34.735 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87122026-08-12T23:40:35.273Z[ recovery-image] Aug 12 23:40:34.746 INFO O| Aug 12 23:40:34.746 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87132026-08-12T23:40:35.407Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87142026-08-12T23:40:36.483Z[ recovery-image] Aug 12 23:40:35.956 INFO O| Aug 12 23:40:35.956 INFO STEP 2 (devfsadm) COMPLETE
87152026-08-12T23:40:36.483Z[ recovery-image] Aug 12 23:40:35.956 INFO O| Aug 12 23:40:35.956 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87162026-08-12T23:40:36.496Z[ recovery-image] Aug 12 23:40:35.970 INFO O| Aug 12 23:40:35.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87172026-08-12T23:40:36.496Z[ recovery-image] Aug 12 23:40:35.970 INFO O| Aug 12 23:40:35.970 INFO STEP 3 (ensure_dir) COMPLETE
87182026-08-12T23:40:36.496Z[ recovery-image] Aug 12 23:40:35.970 INFO O| Aug 12 23:40:35.970 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87192026-08-12T23:40:36.506Z[ recovery-image] Aug 12 23:40:35.980 INFO O| Aug 12 23:40:35.980 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87202026-08-12T23:40:36.506Z[ recovery-image] Aug 12 23:40:35.980 INFO O| Aug 12 23:40:35.980 INFO STEP 4 (ensure_dir) COMPLETE
87212026-08-12T23:40:36.506Z[ recovery-image] Aug 12 23:40:35.980 INFO O| Aug 12 23:40:35.980 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222026-08-12T23:40:36.515Z[ recovery-image] Aug 12 23:40:35.988 INFO O| Aug 12 23:40:35.988 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87232026-08-12T23:40:36.515Z[ recovery-image] Aug 12 23:40:35.988 INFO O| Aug 12 23:40:35.988 INFO STEP 5 (ensure_dir) COMPLETE
87242026-08-12T23:40:36.518Z[ recovery-image] Aug 12 23:40:35.988 INFO O| Aug 12 23:40:35.988 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252026-08-12T23:40:36.523Z[ recovery-image] Aug 12 23:40:35.997 INFO O| Aug 12 23:40:35.997 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87262026-08-12T23:40:36.523Z[ recovery-image] Aug 12 23:40:35.997 INFO O| Aug 12 23:40:35.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87272026-08-12T23:40:36.523Z[ recovery-image] Aug 12 23:40:35.997 INFO O| Aug 12 23:40:35.997 INFO STEP 6 (ensure_dir) COMPLETE
87282026-08-12T23:40:36.527Z[ recovery-image] Aug 12 23:40:35.997 INFO O| Aug 12 23:40:35.997 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87292026-08-12T23:40:36.532Z[ recovery-image] Aug 12 23:40:36.005 INFO O| Aug 12 23:40:36.005 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87302026-08-12T23:40:36.532Z[ recovery-image] Aug 12 23:40:36.005 INFO O| Aug 12 23:40:36.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87312026-08-12T23:40:36.537Z[ recovery-image] Aug 12 23:40:36.005 INFO O| Aug 12 23:40:36.005 INFO STEP 7 (ensure_dir) COMPLETE
87322026-08-12T23:40:36.537Z[ recovery-image] Aug 12 23:40:36.005 INFO O| Aug 12 23:40:36.005 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87332026-08-12T23:40:36.540Z[ recovery-image] Aug 12 23:40:36.014 INFO O| Aug 12 23:40:36.014 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87342026-08-12T23:40:36.543Z[ recovery-image] Aug 12 23:40:36.014 INFO O| Aug 12 23:40:36.014 INFO STEP 8 (remove_files) COMPLETE
87352026-08-12T23:40:36.543Z[ recovery-image] Aug 12 23:40:36.014 INFO O| Aug 12 23:40:36.014 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87362026-08-12T23:40:36.549Z[ recovery-image] Aug 12 23:40:36.023 INFO O| Aug 12 23:40:36.022 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87372026-08-12T23:40:36.552Z[ recovery-image] Aug 12 23:40:36.023 INFO O| Aug 12 23:40:36.023 INFO STEP 9 (remove_files) COMPLETE
87382026-08-12T23:40:36.552Z[ recovery-image] Aug 12 23:40:36.023 INFO O| Aug 12 23:40:36.023 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87392026-08-12T23:40:36.559Z[ recovery-image] Aug 12 23:40:36.032 INFO O| Aug 12 23:40:36.032 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87402026-08-12T23:40:36.562Z[ recovery-image] Aug 12 23:40:36.033 INFO O| Aug 12 23:40:36.033 INFO STEP 10 (remove_files) COMPLETE
87412026-08-12T23:40:36.562Z[ recovery-image] Aug 12 23:40:36.033 INFO O| Aug 12 23:40:36.033 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87422026-08-12T23:40:36.573Z[ recovery-image] Aug 12 23:40:36.041 INFO O| Aug 12 23:40:36.041 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87432026-08-12T23:40:36.573Z[ recovery-image] Aug 12 23:40:36.041 INFO O| Aug 12 23:40:36.041 INFO STEP 11 (remove_files) COMPLETE
87442026-08-12T23:40:36.573Z[ recovery-image] Aug 12 23:40:36.041 INFO O| Aug 12 23:40:36.041 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452026-08-12T23:40:36.577Z[ recovery-image] Aug 12 23:40:36.050 INFO O| Aug 12 23:40:36.050 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87462026-08-12T23:40:36.577Z[ recovery-image] Aug 12 23:40:36.050 INFO O| Aug 12 23:40:36.050 INFO STEP 12 (remove_files) COMPLETE
87472026-08-12T23:40:36.577Z[ recovery-image] Aug 12 23:40:36.050 INFO O| Aug 12 23:40:36.050 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-12T23:40:36.587Z[ recovery-image] Aug 12 23:40:36.061 INFO O| Aug 12 23:40:36.061 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87492026-08-12T23:40:36.587Z[ recovery-image] Aug 12 23:40:36.061 INFO O| Aug 12 23:40:36.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87502026-08-12T23:40:36.587Z[ recovery-image] Aug 12 23:40:36.061 INFO O| Aug 12 23:40:36.061 INFO STEP 13 (ensure_dir) COMPLETE
87512026-08-12T23:40:36.591Z[ recovery-image] Aug 12 23:40:36.061 INFO O| Aug 12 23:40:36.061 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87522026-08-12T23:40:36.598Z[ recovery-image] Aug 12 23:40:36.072 INFO O| Aug 12 23:40:36.072 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87532026-08-12T23:40:36.598Z[ recovery-image] Aug 12 23:40:36.072 INFO O| Aug 12 23:40:36.072 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87542026-08-12T23:40:36.598Z[ recovery-image] Aug 12 23:40:36.072 INFO O| Aug 12 23:40:36.072 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87552026-08-12T23:40:36.602Z[ recovery-image] Aug 12 23:40:36.072 INFO O| Aug 12 23:40:36.072 INFO STEP 14 (ensure_dir) COMPLETE
87562026-08-12T23:40:36.602Z[ recovery-image] Aug 12 23:40:36.072 INFO O| Aug 12 23:40:36.072 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87572026-08-12T23:40:36.609Z[ recovery-image] Aug 12 23:40:36.082 INFO O| Aug 12 23:40:36.082 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87582026-08-12T23:40:36.609Z[ recovery-image] Aug 12 23:40:36.082 INFO O| Aug 12 23:40:36.082 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87592026-08-12T23:40:36.609Z[ recovery-image] Aug 12 23:40:36.082 INFO O| Aug 12 23:40:36.082 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87602026-08-12T23:40:36.612Z[ recovery-image] Aug 12 23:40:36.082 INFO O| Aug 12 23:40:36.082 INFO STEP 15 (ensure_dir) COMPLETE
87612026-08-12T23:40:36.612Z[ recovery-image] Aug 12 23:40:36.082 INFO O| Aug 12 23:40:36.082 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622026-08-12T23:40:36.620Z[ recovery-image] Aug 12 23:40:36.093 INFO O| Aug 12 23:40:36.093 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87632026-08-12T23:40:36.620Z[ recovery-image] Aug 12 23:40:36.094 INFO O| Aug 12 23:40:36.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87642026-08-12T23:40:36.623Z[ recovery-image] Aug 12 23:40:36.094 INFO O| Aug 12 23:40:36.093 INFO STEP 16 (ensure_dir) COMPLETE
87652026-08-12T23:40:36.623Z[ recovery-image] Aug 12 23:40:36.094 INFO O| Aug 12 23:40:36.094 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662026-08-12T23:40:36.631Z[ recovery-image] Aug 12 23:40:36.104 INFO O| Aug 12 23:40:36.104 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87672026-08-12T23:40:36.631Z[ recovery-image] Aug 12 23:40:36.104 INFO O| Aug 12 23:40:36.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87682026-08-12T23:40:36.631Z[ recovery-image] Aug 12 23:40:36.104 INFO O| Aug 12 23:40:36.104 INFO STEP 17 (ensure_dir) COMPLETE
87692026-08-12T23:40:36.634Z[ recovery-image] Aug 12 23:40:36.104 INFO O| Aug 12 23:40:36.104 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702026-08-12T23:40:36.640Z[ recovery-image] Aug 12 23:40:36.113 INFO O| Aug 12 23:40:36.113 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87712026-08-12T23:40:36.640Z[ recovery-image] Aug 12 23:40:36.114 INFO O| Aug 12 23:40:36.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87722026-08-12T23:40:36.640Z[ recovery-image] Aug 12 23:40:36.114 INFO O| Aug 12 23:40:36.113 INFO ok!
87732026-08-12T23:40:36.643Z[ recovery-image] Aug 12 23:40:36.114 INFO O| Aug 12 23:40:36.113 INFO STEP 18 (ensure_symlink) COMPLETE
87742026-08-12T23:40:36.643Z[ recovery-image] Aug 12 23:40:36.114 INFO O| Aug 12 23:40:36.114 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752026-08-12T23:40:36.652Z[ recovery-image] Aug 12 23:40:36.126 INFO O| Aug 12 23:40:36.126 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87762026-08-12T23:40:36.652Z[ recovery-image] Aug 12 23:40:36.126 INFO O| Aug 12 23:40:36.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87772026-08-12T23:40:36.652Z[ recovery-image] Aug 12 23:40:36.126 INFO O| Aug 12 23:40:36.126 INFO ok!
87782026-08-12T23:40:36.656Z[ recovery-image] Aug 12 23:40:36.126 INFO O| Aug 12 23:40:36.126 INFO STEP 19 (ensure_file) COMPLETE
87792026-08-12T23:40:36.656Z[ recovery-image] Aug 12 23:40:36.126 INFO O| Aug 12 23:40:36.126 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87802026-08-12T23:40:36.663Z[ recovery-image] Aug 12 23:40:36.137 INFO O| Aug 12 23:40:36.137 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87812026-08-12T23:40:36.663Z[ recovery-image] Aug 12 23:40:36.137 INFO O| Aug 12 23:40:36.137 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87822026-08-12T23:40:36.664Z[ recovery-image] Aug 12 23:40:36.137 INFO O| Aug 12 23:40:36.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87832026-08-12T23:40:36.668Z[ recovery-image] Aug 12 23:40:36.137 INFO O| Aug 12 23:40:36.137 INFO ok!
87842026-08-12T23:40:36.668Z[ recovery-image] Aug 12 23:40:36.137 INFO O| Aug 12 23:40:36.137 INFO STEP 20 (ensure_symlink) COMPLETE
87852026-08-12T23:40:36.668Z[ recovery-image] Aug 12 23:40:36.137 INFO O| Aug 12 23:40:36.137 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87862026-08-12T23:40:36.673Z[ recovery-image] Aug 12 23:40:36.146 INFO O| Aug 12 23:40:36.146 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87872026-08-12T23:40:36.673Z[ recovery-image] Aug 12 23:40:36.146 INFO O| Aug 12 23:40:36.146 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87882026-08-12T23:40:36.673Z[ recovery-image] Aug 12 23:40:36.146 INFO O| Aug 12 23:40:36.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87892026-08-12T23:40:36.677Z[ recovery-image] Aug 12 23:40:36.146 INFO O| Aug 12 23:40:36.146 INFO ok!
87902026-08-12T23:40:36.677Z[ recovery-image] Aug 12 23:40:36.146 INFO O| Aug 12 23:40:36.146 INFO STEP 21 (ensure_symlink) COMPLETE
87912026-08-12T23:40:36.677Z[ recovery-image] Aug 12 23:40:36.146 INFO O| Aug 12 23:40:36.146 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87922026-08-12T23:40:36.682Z[ recovery-image] Aug 12 23:40:36.155 INFO O| Aug 12 23:40:36.155 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87932026-08-12T23:40:36.682Z[ recovery-image] Aug 12 23:40:36.155 INFO O| Aug 12 23:40:36.155 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87942026-08-12T23:40:36.682Z[ recovery-image] Aug 12 23:40:36.155 INFO O| Aug 12 23:40:36.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87952026-08-12T23:40:36.686Z[ recovery-image] Aug 12 23:40:36.155 INFO O| Aug 12 23:40:36.155 INFO ok!
87962026-08-12T23:40:36.686Z[ recovery-image] Aug 12 23:40:36.155 INFO O| Aug 12 23:40:36.155 INFO STEP 22 (ensure_symlink) COMPLETE
87972026-08-12T23:40:36.686Z[ recovery-image] Aug 12 23:40:36.155 INFO O| Aug 12 23:40:36.155 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87982026-08-12T23:40:36.691Z[ recovery-image] Aug 12 23:40:36.165 INFO O| Aug 12 23:40:36.165 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87992026-08-12T23:40:36.691Z[ recovery-image] Aug 12 23:40:36.165 INFO O| Aug 12 23:40:36.165 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88002026-08-12T23:40:36.691Z[ recovery-image] Aug 12 23:40:36.165 INFO O| Aug 12 23:40:36.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88012026-08-12T23:40:36.695Z[ recovery-image] Aug 12 23:40:36.165 INFO O| Aug 12 23:40:36.165 INFO ok!
88022026-08-12T23:40:36.695Z[ recovery-image] Aug 12 23:40:36.165 INFO O| Aug 12 23:40:36.165 INFO STEP 23 (ensure_symlink) COMPLETE
88032026-08-12T23:40:36.695Z[ recovery-image] Aug 12 23:40:36.165 INFO O| Aug 12 23:40:36.165 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88042026-08-12T23:40:36.700Z[ recovery-image] Aug 12 23:40:36.174 INFO O| Aug 12 23:40:36.174 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88052026-08-12T23:40:36.700Z[ recovery-image] Aug 12 23:40:36.174 INFO O| Aug 12 23:40:36.174 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 ...
88062026-08-12T23:40:36.704Z[ recovery-image] Aug 12 23:40:36.174 INFO O| Aug 12 23:40:36.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88072026-08-12T23:40:36.704Z[ recovery-image] Aug 12 23:40:36.174 INFO O| Aug 12 23:40:36.174 INFO ok!
88082026-08-12T23:40:36.704Z[ recovery-image] Aug 12 23:40:36.174 INFO O| Aug 12 23:40:36.174 INFO STEP 24 (ensure_file) COMPLETE
88092026-08-12T23:40:36.704Z[ recovery-image] Aug 12 23:40:36.174 INFO O| Aug 12 23:40:36.174 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88102026-08-12T23:40:36.710Z[ recovery-image] Aug 12 23:40:36.184 INFO O| Aug 12 23:40:36.184 INFO updating shadow file
88112026-08-12T23:40:36.711Z[ recovery-image] Aug 12 23:40:36.184 INFO O| Aug 12 23:40:36.184 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88122026-08-12T23:40:36.714Z[ recovery-image] Aug 12 23:40:36.184 INFO O| Aug 12 23:40:36.184 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88132026-08-12T23:40:36.714Z[ recovery-image] Aug 12 23:40:36.184 INFO O| Aug 12 23:40:36.184 INFO STEP 25 (shadow) COMPLETE
88142026-08-12T23:40:36.714Z[ recovery-image] Aug 12 23:40:36.184 INFO O| Aug 12 23:40:36.184 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88152026-08-12T23:40:36.720Z[ recovery-image] Aug 12 23:40:36.193 INFO O| Aug 12 23:40:36.193 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88162026-08-12T23:40:36.720Z[ recovery-image] Aug 12 23:40:36.193 INFO O| Aug 12 23:40:36.193 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88172026-08-12T23:40:36.720Z[ recovery-image] Aug 12 23:40:36.193 INFO O| Aug 12 23:40:36.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88182026-08-12T23:40:36.723Z[ recovery-image] Aug 12 23:40:36.193 INFO O| Aug 12 23:40:36.193 INFO ok!
88192026-08-12T23:40:36.723Z[ recovery-image] Aug 12 23:40:36.193 INFO O| Aug 12 23:40:36.193 INFO STEP 26 (ensure_file) COMPLETE
88202026-08-12T23:40:36.723Z[ recovery-image] Aug 12 23:40:36.193 INFO O| Aug 12 23:40:36.193 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212026-08-12T23:40:36.748Z[ recovery-image] Aug 12 23:40:36.221 INFO O| Aug 12 23:40:36.221 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88222026-08-12T23:40:36.748Z[ recovery-image] Aug 12 23:40:36.221 INFO O| Aug 12 23:40:36.221 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88232026-08-12T23:40:36.748Z[ recovery-image] Aug 12 23:40:36.221 INFO O| Aug 12 23:40:36.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88242026-08-12T23:40:36.751Z[ recovery-image] Aug 12 23:40:36.221 INFO O| Aug 12 23:40:36.221 INFO ok!
88252026-08-12T23:40:36.751Z[ recovery-image] Aug 12 23:40:36.221 INFO O| Aug 12 23:40:36.221 INFO STEP 27 (ensure_file) COMPLETE
88262026-08-12T23:40:36.754Z[ recovery-image] Aug 12 23:40:36.221 INFO O| Aug 12 23:40:36.221 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-08-12T23:40:36.757Z[ recovery-image] Aug 12 23:40:36.230 INFO O| Aug 12 23:40:36.230 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88282026-08-12T23:40:36.757Z[ recovery-image] Aug 12 23:40:36.230 INFO O| Aug 12 23:40:36.230 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88292026-08-12T23:40:36.757Z[ recovery-image] Aug 12 23:40:36.230 INFO O| Aug 12 23:40:36.230 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88302026-08-12T23:40:36.757Z[ recovery-image] Aug 12 23:40:36.230 INFO O| Aug 12 23:40:36.230 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88312026-08-12T23:40:36.757Z[ recovery-image] Aug 12 23:40:36.230 INFO O| Aug 12 23:40:36.230 INFO ok!
88322026-08-12T23:40:36.757Z[ recovery-image] Aug 12 23:40:36.230 INFO O| Aug 12 23:40:36.230 INFO STEP 28 (ensure_file) COMPLETE
88332026-08-12T23:40:36.758Z[ recovery-image] Aug 12 23:40:36.230 INFO O| Aug 12 23:40:36.230 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88342026-08-12T23:40:36.766Z[ recovery-image] Aug 12 23:40:36.239 INFO O| Aug 12 23:40:36.239 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88352026-08-12T23:40:36.766Z[ recovery-image] Aug 12 23:40:36.239 INFO O| Aug 12 23:40:36.239 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88362026-08-12T23:40:36.766Z[ recovery-image] Aug 12 23:40:36.239 INFO O| Aug 12 23:40:36.239 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88372026-08-12T23:40:36.770Z[ recovery-image] Aug 12 23:40:36.239 INFO O| Aug 12 23:40:36.239 INFO ok!
88382026-08-12T23:40:36.770Z[ recovery-image] Aug 12 23:40:36.239 INFO O| Aug 12 23:40:36.239 INFO STEP 29 (ensure_file) COMPLETE
88392026-08-12T23:40:36.770Z[ recovery-image] Aug 12 23:40:36.239 INFO O| Aug 12 23:40:36.239 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88402026-08-12T23:40:36.776Z[ recovery-image] Aug 12 23:40:36.249 INFO O| Aug 12 23:40:36.249 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88412026-08-12T23:40:36.777Z[ recovery-image] Aug 12 23:40:36.250 INFO O| Aug 12 23:40:36.249 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88422026-08-12T23:40:36.777Z[ recovery-image] Aug 12 23:40:36.250 INFO O| Aug 12 23:40:36.250 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88432026-08-12T23:40:36.777Z[ recovery-image] Aug 12 23:40:36.250 INFO O| Aug 12 23:40:36.250 INFO STEP 30 (ensure_dir) COMPLETE
88442026-08-12T23:40:36.777Z[ recovery-image] Aug 12 23:40:36.250 INFO O| Aug 12 23:40:36.250 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88452026-08-12T23:40:36.786Z[ recovery-image] Aug 12 23:40:36.259 INFO O| Aug 12 23:40:36.259 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88462026-08-12T23:40:36.786Z[ recovery-image] Aug 12 23:40:36.259 INFO O| Aug 12 23:40:36.259 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 ...
88472026-08-12T23:40:36.786Z[ recovery-image] Aug 12 23:40:36.259 INFO O| Aug 12 23:40:36.259 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
88482026-08-12T23:40:36.790Z[ recovery-image] Aug 12 23:40:36.259 INFO O| Aug 12 23:40:36.259 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88492026-08-12T23:40:36.790Z[ recovery-image] Aug 12 23:40:36.259 INFO O| Aug 12 23:40:36.259 INFO ok!
88502026-08-12T23:40:36.790Z[ recovery-image] Aug 12 23:40:36.259 INFO O| Aug 12 23:40:36.259 INFO STEP 31 (ensure_file) COMPLETE
88512026-08-12T23:40:36.790Z[ recovery-image] Aug 12 23:40:36.259 INFO O| Aug 12 23:40:36.259 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88522026-08-12T23:40:36.794Z[ recovery-image] Aug 12 23:40:36.268 INFO O| Aug 12 23:40:36.268 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88532026-08-12T23:40:36.794Z[ recovery-image] Aug 12 23:40:36.268 INFO O| Aug 12 23:40:36.268 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88542026-08-12T23:40:36.798Z[ recovery-image] Aug 12 23:40:36.268 INFO O| Aug 12 23:40:36.268 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88552026-08-12T23:40:36.798Z[ recovery-image] Aug 12 23:40:36.268 INFO O| Aug 12 23:40:36.268 INFO STEP 32 (ensure_dir) COMPLETE
88562026-08-12T23:40:36.799Z[ recovery-image] Aug 12 23:40:36.268 INFO O| Aug 12 23:40:36.268 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88572026-08-12T23:40:36.803Z[ recovery-image] Aug 12 23:40:36.277 INFO O| Aug 12 23:40:36.277 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88582026-08-12T23:40:36.803Z[ recovery-image] Aug 12 23:40:36.277 INFO O| Aug 12 23:40:36.277 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 ...
88592026-08-12T23:40:36.807Z[ recovery-image] Aug 12 23:40:36.277 INFO O| Aug 12 23:40:36.277 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
88602026-08-12T23:40:36.807Z[ recovery-image] Aug 12 23:40:36.277 INFO O| Aug 12 23:40:36.277 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88612026-08-12T23:40:36.807Z[ recovery-image] Aug 12 23:40:36.277 INFO O| Aug 12 23:40:36.277 INFO ok!
88622026-08-12T23:40:36.807Z[ recovery-image] Aug 12 23:40:36.277 INFO O| Aug 12 23:40:36.277 INFO STEP 33 (ensure_file) COMPLETE
88632026-08-12T23:40:36.807Z[ recovery-image] Aug 12 23:40:36.277 INFO O| Aug 12 23:40:36.277 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88642026-08-12T23:40:36.812Z[ recovery-image] Aug 12 23:40:36.286 INFO O| Aug 12 23:40:36.286 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88652026-08-12T23:40:36.812Z[ recovery-image] Aug 12 23:40:36.286 INFO O| Aug 12 23:40:36.286 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88662026-08-12T23:40:36.812Z[ recovery-image] Aug 12 23:40:36.286 INFO O| Aug 12 23:40:36.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88672026-08-12T23:40:36.816Z[ recovery-image] Aug 12 23:40:36.286 INFO O| Aug 12 23:40:36.286 INFO ok!
88682026-08-12T23:40:36.816Z[ recovery-image] Aug 12 23:40:36.286 INFO O| Aug 12 23:40:36.286 INFO STEP 34 (ensure_file) COMPLETE
88692026-08-12T23:40:36.816Z[ recovery-image] Aug 12 23:40:36.286 INFO O| Aug 12 23:40:36.286 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88702026-08-12T23:40:36.823Z[ recovery-image] Aug 12 23:40:36.296 INFO O| Aug 12 23:40:36.296 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88712026-08-12T23:40:36.824Z[ recovery-image] Aug 12 23:40:36.296 INFO O| Aug 12 23:40:36.296 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88722026-08-12T23:40:36.824Z[ recovery-image] Aug 12 23:40:36.296 INFO O| Aug 12 23:40:36.296 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88732026-08-12T23:40:36.828Z[ recovery-image] Aug 12 23:40:36.296 INFO O| Aug 12 23:40:36.296 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88742026-08-12T23:40:36.828Z[ recovery-image] Aug 12 23:40:36.296 INFO O| Aug 12 23:40:36.296 INFO ok!
88752026-08-12T23:40:36.828Z[ recovery-image] Aug 12 23:40:36.296 INFO O| Aug 12 23:40:36.296 INFO STEP 35 (ensure_file) COMPLETE
88762026-08-12T23:40:36.828Z[ recovery-image] Aug 12 23:40:36.296 INFO O| Aug 12 23:40:36.296 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88772026-08-12T23:40:36.835Z[ recovery-image] Aug 12 23:40:36.307 INFO O| Aug 12 23:40:36.307 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88782026-08-12T23:40:36.835Z[ recovery-image] Aug 12 23:40:36.307 INFO O| Aug 12 23:40:36.307 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88792026-08-12T23:40:36.835Z[ recovery-image] Aug 12 23:40:36.307 INFO O| Aug 12 23:40:36.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88802026-08-12T23:40:36.836Z[ recovery-image] Aug 12 23:40:36.307 INFO O| Aug 12 23:40:36.307 INFO ok!
88812026-08-12T23:40:36.836Z[ recovery-image] Aug 12 23:40:36.307 INFO O| Aug 12 23:40:36.307 INFO STEP 36 (ensure_file) COMPLETE
88822026-08-12T23:40:36.840Z[ recovery-image] Aug 12 23:40:36.307 INFO O| Aug 12 23:40:36.307 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88832026-08-12T23:40:36.844Z[ recovery-image] Aug 12 23:40:36.317 INFO O| Aug 12 23:40:36.317 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88842026-08-12T23:40:36.844Z[ recovery-image] Aug 12 23:40:36.318 INFO O| Aug 12 23:40:36.317 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88852026-08-12T23:40:36.844Z[ recovery-image] Aug 12 23:40:36.318 INFO O| Aug 12 23:40:36.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88862026-08-12T23:40:36.848Z[ recovery-image] Aug 12 23:40:36.318 INFO O| Aug 12 23:40:36.318 INFO ok!
88872026-08-12T23:40:36.848Z[ recovery-image] Aug 12 23:40:36.318 INFO O| Aug 12 23:40:36.318 INFO STEP 37 (ensure_file) COMPLETE
88882026-08-12T23:40:36.848Z[ recovery-image] Aug 12 23:40:36.318 INFO O| Aug 12 23:40:36.318 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88892026-08-12T23:40:36.854Z[ recovery-image] Aug 12 23:40:36.328 INFO O| Aug 12 23:40:36.328 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88902026-08-12T23:40:36.855Z[ recovery-image] Aug 12 23:40:36.328 INFO O| Aug 12 23:40:36.328 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88912026-08-12T23:40:36.855Z[ recovery-image] Aug 12 23:40:36.328 INFO O| Aug 12 23:40:36.328 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88922026-08-12T23:40:36.858Z[ recovery-image] Aug 12 23:40:36.328 INFO O| Aug 12 23:40:36.328 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88932026-08-12T23:40:36.858Z[ recovery-image] Aug 12 23:40:36.328 INFO O| Aug 12 23:40:36.328 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88942026-08-12T23:40:36.858Z[ recovery-image] Aug 12 23:40:36.328 INFO O| Aug 12 23:40:36.328 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88952026-08-12T23:40:36.858Z[ recovery-image] Aug 12 23:40:36.328 INFO O| Aug 12 23:40:36.328 INFO ok!
88962026-08-12T23:40:36.858Z[ recovery-image] Aug 12 23:40:36.328 INFO O| Aug 12 23:40:36.328 INFO STEP 38 (ensure_file) COMPLETE
88972026-08-12T23:40:36.858Z[ recovery-image] Aug 12 23:40:36.328 INFO O| Aug 12 23:40:36.328 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88982026-08-12T23:40:36.864Z[ recovery-image] Aug 12 23:40:36.338 INFO O| Aug 12 23:40:36.337 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88992026-08-12T23:40:36.864Z[ recovery-image] Aug 12 23:40:36.338 INFO O| Aug 12 23:40:36.338 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89002026-08-12T23:40:36.864Z[ recovery-image] Aug 12 23:40:36.338 INFO O| Aug 12 23:40:36.338 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89012026-08-12T23:40:36.867Z[ recovery-image] Aug 12 23:40:36.338 INFO O| Aug 12 23:40:36.338 INFO STEP 39 (ensure_dir) COMPLETE
89022026-08-12T23:40:36.867Z[ recovery-image] Aug 12 23:40:36.338 INFO O| Aug 12 23:40:36.338 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89032026-08-12T23:40:36.874Z[ recovery-image] Aug 12 23:40:36.347 INFO O| Aug 12 23:40:36.347 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
89042026-08-12T23:40:36.874Z[ recovery-image] Aug 12 23:40:36.347 INFO O| Aug 12 23:40:36.347 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 ...
89052026-08-12T23:40:36.874Z[ recovery-image] Aug 12 23:40:36.347 INFO O| Aug 12 23:40:36.347 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
89062026-08-12T23:40:36.880Z[ recovery-image] Aug 12 23:40:36.347 INFO O| Aug 12 23:40:36.347 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
89072026-08-12T23:40:36.880Z[ recovery-image] Aug 12 23:40:36.347 INFO O| Aug 12 23:40:36.347 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
89082026-08-12T23:40:36.881Z[ recovery-image] Aug 12 23:40:36.347 INFO O| Aug 12 23:40:36.347 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
89092026-08-12T23:40:36.881Z[ recovery-image] Aug 12 23:40:36.347 INFO O| Aug 12 23:40:36.347 INFO ok!
89102026-08-12T23:40:36.881Z[ recovery-image] Aug 12 23:40:36.347 INFO O| Aug 12 23:40:36.347 INFO STEP 40 (ensure_file) COMPLETE
89112026-08-12T23:40:36.881Z[ recovery-image] Aug 12 23:40:36.347 INFO O| Aug 12 23:40:36.347 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89122026-08-12T23:40:36.885Z[ recovery-image] Aug 12 23:40:36.357 INFO O| Aug 12 23:40:36.357 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89132026-08-12T23:40:36.886Z[ recovery-image] Aug 12 23:40:36.357 INFO O| Aug 12 23:40:36.357 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 ...
89142026-08-12T23:40:36.886Z[ recovery-image] Aug 12 23:40:36.357 INFO O| Aug 12 23:40:36.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89152026-08-12T23:40:36.886Z[ recovery-image] Aug 12 23:40:36.357 INFO O| Aug 12 23:40:36.357 INFO ok!
89162026-08-12T23:40:36.886Z[ recovery-image] Aug 12 23:40:36.357 INFO O| Aug 12 23:40:36.357 INFO STEP 41 (ensure_symlink) COMPLETE
89172026-08-12T23:40:36.886Z[ recovery-image] Aug 12 23:40:36.357 INFO O| Aug 12 23:40:36.357 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89182026-08-12T23:40:36.893Z[ recovery-image] Aug 12 23:40:36.366 INFO O| Aug 12 23:40:36.366 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89192026-08-12T23:40:36.893Z[ recovery-image] Aug 12 23:40:36.366 INFO O| Aug 12 23:40:36.366 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89202026-08-12T23:40:36.893Z[ recovery-image] Aug 12 23:40:36.366 INFO O| Aug 12 23:40:36.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89212026-08-12T23:40:36.897Z[ recovery-image] Aug 12 23:40:36.366 INFO O| Aug 12 23:40:36.366 INFO ok!
89222026-08-12T23:40:36.897Z[ recovery-image] Aug 12 23:40:36.366 INFO O| Aug 12 23:40:36.366 INFO STEP 42 (ensure_symlink) COMPLETE
89232026-08-12T23:40:36.897Z[ recovery-image] Aug 12 23:40:36.367 INFO O| Aug 12 23:40:36.366 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89242026-08-12T23:40:36.903Z[ recovery-image] Aug 12 23:40:36.376 INFO O| Aug 12 23:40:36.376 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89252026-08-12T23:40:36.903Z[ recovery-image] Aug 12 23:40:36.376 INFO O| Aug 12 23:40:36.376 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89262026-08-12T23:40:36.903Z[ recovery-image] Aug 12 23:40:36.376 INFO O| Aug 12 23:40:36.376 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89272026-08-12T23:40:36.906Z[ recovery-image] Aug 12 23:40:36.376 INFO O| Aug 12 23:40:36.376 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89282026-08-12T23:40:36.906Z[ recovery-image] Aug 12 23:40:36.376 INFO O| Aug 12 23:40:36.376 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89292026-08-12T23:40:36.906Z[ recovery-image] Aug 12 23:40:36.376 INFO O| Aug 12 23:40:36.376 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89302026-08-12T23:40:36.906Z[ recovery-image] Aug 12 23:40:36.376 INFO O| Aug 12 23:40:36.376 INFO ok!
89312026-08-12T23:40:36.906Z[ recovery-image] Aug 12 23:40:36.376 INFO O| Aug 12 23:40:36.376 INFO STEP 43 (ensure_file) COMPLETE
89322026-08-12T23:40:36.906Z[ recovery-image] Aug 12 23:40:36.376 INFO O| Aug 12 23:40:36.376 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-12T23:40:36.912Z[ recovery-image] Aug 12 23:40:36.386 INFO O| Aug 12 23:40:36.386 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89342026-08-12T23:40:36.912Z[ recovery-image] Aug 12 23:40:36.386 INFO O| Aug 12 23:40:36.386 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 ...
89352026-08-12T23:40:36.912Z[ recovery-image] Aug 12 23:40:36.386 INFO O| Aug 12 23:40:36.386 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
89362026-08-12T23:40:36.916Z[ recovery-image] Aug 12 23:40:36.386 INFO O| Aug 12 23:40:36.386 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89372026-08-12T23:40:36.916Z[ recovery-image] Aug 12 23:40:36.386 INFO O| Aug 12 23:40:36.386 INFO ok!
89382026-08-12T23:40:36.916Z[ recovery-image] Aug 12 23:40:36.386 INFO O| Aug 12 23:40:36.386 INFO STEP 44 (ensure_file) COMPLETE
89392026-08-12T23:40:36.916Z[ recovery-image] Aug 12 23:40:36.386 INFO O| Aug 12 23:40:36.386 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89402026-08-12T23:40:36.924Z[ recovery-image] Aug 12 23:40:36.397 INFO O| Aug 12 23:40:36.397 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89412026-08-12T23:40:36.924Z[ recovery-image] Aug 12 23:40:36.397 INFO O| Aug 12 23:40:36.397 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89422026-08-12T23:40:36.924Z[ recovery-image] Aug 12 23:40:36.397 INFO O| Aug 12 23:40:36.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89432026-08-12T23:40:36.927Z[ recovery-image] Aug 12 23:40:36.397 INFO O| Aug 12 23:40:36.397 INFO ok!
89442026-08-12T23:40:36.927Z[ recovery-image] Aug 12 23:40:36.397 INFO O| Aug 12 23:40:36.397 INFO STEP 45 (ensure_file) COMPLETE
89452026-08-12T23:40:36.927Z[ recovery-image] Aug 12 23:40:36.397 INFO O| Aug 12 23:40:36.397 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89462026-08-12T23:40:36.936Z[ recovery-image] Aug 12 23:40:36.409 INFO O| Aug 12 23:40:36.409 INFO updating shadow file
89472026-08-12T23:40:36.936Z[ recovery-image] Aug 12 23:40:36.409 INFO O| Aug 12 23:40:36.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89482026-08-12T23:40:36.936Z[ recovery-image] Aug 12 23:40:36.409 INFO O| Aug 12 23:40:36.409 INFO STEP 46 (shadow) COMPLETE
89492026-08-12T23:40:36.939Z[ recovery-image] Aug 12 23:40:36.409 INFO O| Aug 12 23:40:36.409 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89502026-08-12T23:40:36.946Z[ recovery-image] Aug 12 23:40:36.419 INFO O| Aug 12 23:40:36.419 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89512026-08-12T23:40:36.946Z[ recovery-image] Aug 12 23:40:36.419 INFO O| Aug 12 23:40:36.419 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89522026-08-12T23:40:36.946Z[ recovery-image] Aug 12 23:40:36.419 INFO O| Aug 12 23:40:36.419 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89532026-08-12T23:40:36.950Z[ recovery-image] Aug 12 23:40:36.419 INFO O| Aug 12 23:40:36.419 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89542026-08-12T23:40:36.950Z[ recovery-image] Aug 12 23:40:36.419 INFO O| Aug 12 23:40:36.419 INFO ok!
89552026-08-12T23:40:36.950Z[ recovery-image] Aug 12 23:40:36.419 INFO O| Aug 12 23:40:36.419 INFO STEP 47 (ensure_file) COMPLETE
89562026-08-12T23:40:36.950Z[ recovery-image] Aug 12 23:40:36.419 INFO O| Aug 12 23:40:36.419 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89572026-08-12T23:40:36.956Z[ recovery-image] Aug 12 23:40:36.429 INFO O| Aug 12 23:40:36.429 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89582026-08-12T23:40:36.956Z[ recovery-image] Aug 12 23:40:36.429 INFO O| Aug 12 23:40:36.429 INFO STEP 48 (ensure_dir) COMPLETE
89592026-08-12T23:40:36.956Z[ recovery-image] Aug 12 23:40:36.429 INFO O| Aug 12 23:40:36.429 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89602026-08-12T23:40:36.965Z[ recovery-image] Aug 12 23:40:36.438 INFO O| Aug 12 23:40:36.438 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89612026-08-12T23:40:36.965Z[ recovery-image] Aug 12 23:40:36.438 INFO O| Aug 12 23:40:36.438 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89622026-08-12T23:40:36.965Z[ recovery-image] Aug 12 23:40:36.438 INFO O| Aug 12 23:40:36.438 INFO STEP 49 (ensure_dir) COMPLETE
89632026-08-12T23:40:36.969Z[ recovery-image] Aug 12 23:40:36.438 INFO O| Aug 12 23:40:36.438 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89642026-08-12T23:40:36.974Z[ recovery-image] Aug 12 23:40:36.448 INFO O| Aug 12 23:40:36.448 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89652026-08-12T23:40:36.974Z[ recovery-image] Aug 12 23:40:36.448 INFO O| Aug 12 23:40:36.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89662026-08-12T23:40:36.978Z[ recovery-image] Aug 12 23:40:36.448 INFO O| Aug 12 23:40:36.448 INFO STEP 50 (ensure_dir) COMPLETE
89672026-08-12T23:40:36.978Z[ recovery-image] Aug 12 23:40:36.448 INFO O| Aug 12 23:40:36.448 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89682026-08-12T23:40:36.984Z[ recovery-image] Aug 12 23:40:36.457 INFO O| Aug 12 23:40:36.457 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89692026-08-12T23:40:36.984Z[ recovery-image] Aug 12 23:40:36.457 INFO O| Aug 12 23:40:36.457 INFO copying /tmp/.tmpFnSeuI/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89702026-08-12T23:40:37.015Z[ recovery-image] Aug 12 23:40:36.488 INFO O| Aug 12 23:40:36.488 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89712026-08-12T23:40:37.015Z[ recovery-image] Aug 12 23:40:36.488 INFO O| Aug 12 23:40:36.488 INFO ok!
89722026-08-12T23:40:37.015Z[ recovery-image] Aug 12 23:40:36.488 INFO O| Aug 12 23:40:36.488 INFO STEP 51 (ensure_file) COMPLETE
89732026-08-12T23:40:37.019Z[ recovery-image] Aug 12 23:40:36.488 INFO O| Aug 12 23:40:36.488 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89742026-08-12T23:40:37.026Z[ recovery-image] Aug 12 23:40:36.500 INFO O| Aug 12 23:40:36.500 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89752026-08-12T23:40:37.027Z[ recovery-image] Aug 12 23:40:36.500 INFO O| Aug 12 23:40:36.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89762026-08-12T23:40:37.030Z[ recovery-image] Aug 12 23:40:36.500 INFO O| Aug 12 23:40:36.500 INFO STEP 52 (ensure_dir) COMPLETE
89772026-08-12T23:40:37.030Z[ recovery-image] Aug 12 23:40:36.500 INFO O| Aug 12 23:40:36.500 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89782026-08-12T23:40:37.037Z[ recovery-image] Aug 12 23:40:36.511 INFO O| Aug 12 23:40:36.511 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89792026-08-12T23:40:37.038Z[ recovery-image] Aug 12 23:40:36.511 INFO O| Aug 12 23:40:36.511 INFO copying /tmp/.tmpFnSeuI/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89802026-08-12T23:40:37.038Z[ recovery-image] Aug 12 23:40:36.511 INFO O| Aug 12 23:40:36.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89812026-08-12T23:40:37.042Z[ recovery-image] Aug 12 23:40:36.511 INFO O| Aug 12 23:40:36.511 INFO ok!
89822026-08-12T23:40:37.042Z[ recovery-image] Aug 12 23:40:36.511 INFO O| Aug 12 23:40:36.511 INFO STEP 53 (ensure_file) COMPLETE
89832026-08-12T23:40:37.042Z[ recovery-image] Aug 12 23:40:36.511 INFO O| Aug 12 23:40:36.511 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89842026-08-12T23:40:37.050Z[ recovery-image] Aug 12 23:40:36.522 INFO O| Aug 12 23:40:36.522 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89852026-08-12T23:40:37.050Z[ recovery-image] Aug 12 23:40:36.522 INFO O| Aug 12 23:40:36.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89862026-08-12T23:40:37.050Z[ recovery-image] Aug 12 23:40:36.522 INFO O| Aug 12 23:40:36.522 INFO STEP 54 (ensure_dir) COMPLETE
89872026-08-12T23:40:37.053Z[ recovery-image] Aug 12 23:40:36.522 INFO O| Aug 12 23:40:36.522 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89882026-08-12T23:40:37.059Z[ recovery-image] Aug 12 23:40:36.532 INFO O| Aug 12 23:40:36.532 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89892026-08-12T23:40:37.059Z[ recovery-image] Aug 12 23:40:36.532 INFO O| Aug 12 23:40:36.532 INFO copying /tmp/.tmpFnSeuI/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89902026-08-12T23:40:39.172Z[ recovery-image] Aug 12 23:40:38.645 INFO O| Aug 12 23:40:38.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89912026-08-12T23:40:39.172Z[ recovery-image] Aug 12 23:40:38.645 INFO O| Aug 12 23:40:38.645 INFO ok!
89922026-08-12T23:40:39.172Z[ recovery-image] Aug 12 23:40:38.645 INFO O| Aug 12 23:40:38.645 INFO STEP 55 (ensure_file) COMPLETE
89932026-08-12T23:40:39.176Z[ recovery-image] Aug 12 23:40:38.645 INFO O| Aug 12 23:40:38.645 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89942026-08-12T23:40:39.183Z[ recovery-image] Aug 12 23:40:38.656 INFO O| Aug 12 23:40:38.656 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89952026-08-12T23:40:39.183Z[ recovery-image] Aug 12 23:40:38.656 INFO O| Aug 12 23:40:38.656 INFO copying /tmp/.tmpFnSeuI/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89962026-08-12T23:40:40.374Z[verify-libraries] Compiling polar-core v0.27.3
89972026-08-12T23:40:41.166Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
89982026-08-12T23:40:41.171Z[ recovery-image] Aug 12 23:40:40.639 INFO O| Aug 12 23:40:40.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89992026-08-12T23:40:41.171Z[ recovery-image] Aug 12 23:40:40.639 INFO O| Aug 12 23:40:40.639 INFO ok!
90002026-08-12T23:40:41.171Z[ recovery-image] Aug 12 23:40:40.639 INFO O| Aug 12 23:40:40.639 INFO STEP 56 (ensure_file) COMPLETE
90012026-08-12T23:40:41.171Z[ recovery-image] Aug 12 23:40:40.639 INFO O| Aug 12 23:40:40.639 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90022026-08-12T23:40:41.179Z[ recovery-image] Aug 12 23:40:40.649 INFO O| Aug 12 23:40:40.649 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90032026-08-12T23:40:41.179Z[ recovery-image] Aug 12 23:40:40.649 INFO O| Aug 12 23:40:40.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90042026-08-12T23:40:41.179Z[ recovery-image] Aug 12 23:40:40.649 INFO O| Aug 12 23:40:40.649 INFO STEP 57 (ensure_dir) COMPLETE
90052026-08-12T23:40:41.179Z[ recovery-image] Aug 12 23:40:40.649 INFO O| Aug 12 23:40:40.649 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90062026-08-12T23:40:41.185Z[ recovery-image] Aug 12 23:40:40.658 INFO O| Aug 12 23:40:40.658 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90072026-08-12T23:40:41.185Z[ recovery-image] Aug 12 23:40:40.658 INFO O| Aug 12 23:40:40.658 INFO copying /tmp/.tmpFnSeuI/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 ...
90082026-08-12T23:40:41.185Z[ recovery-image] Aug 12 23:40:40.658 INFO O| Aug 12 23:40:40.658 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
90092026-08-12T23:40:41.189Z[ recovery-image] Aug 12 23:40:40.658 INFO O| Aug 12 23:40:40.658 INFO ok!
90102026-08-12T23:40:41.189Z[ recovery-image] Aug 12 23:40:40.658 INFO O| Aug 12 23:40:40.658 INFO STEP 58 (ensure_file) COMPLETE
90112026-08-12T23:40:41.189Z[ recovery-image] Aug 12 23:40:40.658 INFO O| Aug 12 23:40:40.658 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-08-12T23:40:41.193Z[ recovery-image] Aug 12 23:40:40.666 INFO O| Aug 12 23:40:40.666 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90132026-08-12T23:40:41.197Z[ recovery-image] Aug 12 23:40:40.666 INFO O| Aug 12 23:40:40.666 INFO copying /tmp/.tmpFnSeuI/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 ...
90142026-08-12T23:40:41.197Z[ recovery-image] Aug 12 23:40:40.666 INFO O| Aug 12 23:40:40.666 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
90152026-08-12T23:40:41.197Z[ recovery-image] Aug 12 23:40:40.666 INFO O| Aug 12 23:40:40.666 INFO ok!
90162026-08-12T23:40:41.197Z[ recovery-image] Aug 12 23:40:40.666 INFO O| Aug 12 23:40:40.666 INFO STEP 59 (ensure_file) COMPLETE
90172026-08-12T23:40:41.198Z[ recovery-image] Aug 12 23:40:40.666 INFO O| Aug 12 23:40:40.666 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90182026-08-12T23:40:41.203Z[ recovery-image] Aug 12 23:40:40.676 INFO O| Aug 12 23:40:40.676 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90192026-08-12T23:40:41.203Z[ recovery-image] Aug 12 23:40:40.676 INFO O| Aug 12 23:40:40.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90202026-08-12T23:40:41.203Z[ recovery-image] Aug 12 23:40:40.676 INFO O| Aug 12 23:40:40.676 INFO STEP 60 (ensure_dir) COMPLETE
90212026-08-12T23:40:41.203Z[ recovery-image] Aug 12 23:40:40.676 INFO O| Aug 12 23:40:40.676 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-12T23:40:41.215Z[ recovery-image] Aug 12 23:40:40.688 INFO O| Aug 12 23:40:40.688 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90232026-08-12T23:40:41.216Z[ recovery-image] Aug 12 23:40:40.688 INFO O| Aug 12 23:40:40.688 INFO copying /tmp/.tmpFnSeuI/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 ...
90242026-08-12T23:40:41.216Z[ recovery-image] Aug 12 23:40:40.688 INFO O| Aug 12 23:40:40.688 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90252026-08-12T23:40:41.220Z[ recovery-image] Aug 12 23:40:40.688 INFO O| Aug 12 23:40:40.688 INFO ok!
90262026-08-12T23:40:41.220Z[ recovery-image] Aug 12 23:40:40.688 INFO O| Aug 12 23:40:40.688 INFO STEP 61 (ensure_file) COMPLETE
90272026-08-12T23:40:41.220Z[ recovery-image] Aug 12 23:40:40.688 INFO O| Aug 12 23:40:40.688 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90282026-08-12T23:40:41.229Z[ recovery-image] Aug 12 23:40:40.702 INFO O| Aug 12 23:40:40.702 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90292026-08-12T23:40:41.229Z[ recovery-image] Aug 12 23:40:40.702 INFO O| Aug 12 23:40:40.702 INFO copying /tmp/.tmpFnSeuI/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 ...
90302026-08-12T23:40:41.229Z[ recovery-image] Aug 12 23:40:40.702 INFO O| Aug 12 23:40:40.702 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
90312026-08-12T23:40:41.233Z[ recovery-image] Aug 12 23:40:40.702 INFO O| Aug 12 23:40:40.702 INFO ok!
90322026-08-12T23:40:41.233Z[ recovery-image] Aug 12 23:40:40.702 INFO O| Aug 12 23:40:40.702 INFO STEP 62 (ensure_file) COMPLETE
90332026-08-12T23:40:41.233Z[ recovery-image] Aug 12 23:40:40.702 INFO O| Aug 12 23:40:40.702 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90342026-08-12T23:40:41.240Z[ recovery-image] Aug 12 23:40:40.712 INFO O| Aug 12 23:40:40.712 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90352026-08-12T23:40:41.241Z[ recovery-image] Aug 12 23:40:40.712 INFO O| Aug 12 23:40:40.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90362026-08-12T23:40:41.244Z[ recovery-image] Aug 12 23:40:40.712 INFO O| Aug 12 23:40:40.712 INFO STEP 63 (ensure_dir) COMPLETE
90372026-08-12T23:40:41.244Z[ recovery-image] Aug 12 23:40:40.712 INFO O| Aug 12 23:40:40.712 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-08-12T23:40:41.253Z[ recovery-image] Aug 12 23:40:40.726 INFO O| Aug 12 23:40:40.726 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90392026-08-12T23:40:41.253Z[ recovery-image] Aug 12 23:40:40.726 INFO O| Aug 12 23:40:40.726 INFO copying /tmp/.tmpFnSeuI/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 ...
90402026-08-12T23:40:41.253Z[ recovery-image] Aug 12 23:40:40.726 INFO O| Aug 12 23:40:40.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90412026-08-12T23:40:41.257Z[ recovery-image] Aug 12 23:40:40.726 INFO O| Aug 12 23:40:40.726 INFO ok!
90422026-08-12T23:40:41.257Z[ recovery-image] Aug 12 23:40:40.726 INFO O| Aug 12 23:40:40.726 INFO STEP 64 (ensure_file) COMPLETE
90432026-08-12T23:40:41.257Z[ recovery-image] Aug 12 23:40:40.726 INFO O| Aug 12 23:40:40.726 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-12T23:40:41.265Z[ recovery-image] Aug 12 23:40:40.738 INFO O| Aug 12 23:40:40.737 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90452026-08-12T23:40:41.265Z[ recovery-image] Aug 12 23:40:40.738 INFO O| Aug 12 23:40:40.738 INFO copying /tmp/.tmpFnSeuI/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90462026-08-12T23:40:41.265Z[ recovery-image] Aug 12 23:40:40.738 INFO O| Aug 12 23:40:40.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90472026-08-12T23:40:41.265Z[ recovery-image] Aug 12 23:40:40.738 INFO O| Aug 12 23:40:40.738 INFO ok!
90482026-08-12T23:40:41.265Z[ recovery-image] Aug 12 23:40:40.738 INFO O| Aug 12 23:40:40.738 INFO STEP 65 (ensure_file) COMPLETE
90492026-08-12T23:40:41.268Z[ recovery-image] Aug 12 23:40:40.738 INFO O| Aug 12 23:40:40.738 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90502026-08-12T23:40:41.282Z[ recovery-image] Aug 12 23:40:40.751 INFO O| Aug 12 23:40:40.751 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90512026-08-12T23:40:41.282Z[ recovery-image] Aug 12 23:40:40.751 INFO O| Aug 12 23:40:40.751 INFO STEP 66 (ensure_dir) COMPLETE
90522026-08-12T23:40:41.282Z[ recovery-image] Aug 12 23:40:40.751 INFO O| Aug 12 23:40:40.751 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-12T23:40:41.290Z[ recovery-image] Aug 12 23:40:40.763 INFO O| Aug 12 23:40:40.761 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90542026-08-12T23:40:41.290Z[ recovery-image] Aug 12 23:40:40.763 INFO O| Aug 12 23:40:40.761 INFO STEP 67 (ensure_dir) COMPLETE
90552026-08-12T23:40:41.293Z[ recovery-image] Aug 12 23:40:40.763 INFO O| Aug 12 23:40:40.761 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90562026-08-12T23:40:41.304Z[ recovery-image] Aug 12 23:40:40.774 INFO O| Aug 12 23:40:40.772 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90572026-08-12T23:40:41.305Z[ recovery-image] Aug 12 23:40:40.774 INFO O| Aug 12 23:40:40.772 INFO STEP 68 (ensure_dir) COMPLETE
90582026-08-12T23:40:41.305Z[ recovery-image] Aug 12 23:40:40.774 INFO O| Aug 12 23:40:40.772 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-08-12T23:40:41.324Z[ recovery-image] Aug 12 23:40:40.796 INFO O| Aug 12 23:40:40.796 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90602026-08-12T23:40:41.324Z[ recovery-image] Aug 12 23:40:40.796 INFO O| Aug 12 23:40:40.796 INFO STEP 69 (ensure_dir) COMPLETE
90612026-08-12T23:40:41.328Z[ recovery-image] Aug 12 23:40:40.796 INFO O| Aug 12 23:40:40.796 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90622026-08-12T23:40:41.334Z[ recovery-image] Aug 12 23:40:40.807 INFO O| Aug 12 23:40:40.807 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90632026-08-12T23:40:41.334Z[ recovery-image] Aug 12 23:40:40.807 INFO O| Aug 12 23:40:40.807 INFO copying /tmp/.tmpFnSeuI/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90642026-08-12T23:40:41.334Z[ recovery-image] Aug 12 23:40:40.807 INFO O| Aug 12 23:40:40.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90652026-08-12T23:40:41.334Z[ recovery-image] Aug 12 23:40:40.807 INFO O| Aug 12 23:40:40.807 INFO ok!
90662026-08-12T23:40:41.334Z[ recovery-image] Aug 12 23:40:40.807 INFO O| Aug 12 23:40:40.807 INFO STEP 70 (ensure_file) COMPLETE
90672026-08-12T23:40:41.338Z[ recovery-image] Aug 12 23:40:40.807 INFO O| Aug 12 23:40:40.807 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90682026-08-12T23:40:41.345Z[ recovery-image] Aug 12 23:40:40.818 INFO O| Aug 12 23:40:40.818 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90692026-08-12T23:40:41.349Z[ recovery-image] Aug 12 23:40:40.819 INFO O| Aug 12 23:40:40.819 INFO STEP 71 (remove_files) COMPLETE
90702026-08-12T23:40:41.349Z[ recovery-image] Aug 12 23:40:40.819 INFO O| Aug 12 23:40:40.819 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90712026-08-12T23:40:41.356Z[ recovery-image] Aug 12 23:40:40.829 INFO O| Aug 12 23:40:40.828 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90722026-08-12T23:40:41.356Z[ recovery-image] Aug 12 23:40:40.829 INFO O| Aug 12 23:40:40.829 INFO STEP 72 (remove_files) COMPLETE
90732026-08-12T23:40:41.356Z[ recovery-image] Aug 12 23:40:40.829 INFO O| Aug 12 23:40:40.829 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90742026-08-12T23:40:41.364Z[ recovery-image] Aug 12 23:40:40.837 INFO O| Aug 12 23:40:40.837 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90752026-08-12T23:40:41.364Z[ recovery-image] Aug 12 23:40:40.838 INFO O| Aug 12 23:40:40.838 INFO STEP 73 (remove_files) COMPLETE
90762026-08-12T23:40:41.368Z[ recovery-image] Aug 12 23:40:40.838 INFO O| Aug 12 23:40:40.838 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90772026-08-12T23:40:41.374Z[ recovery-image] Aug 12 23:40:40.847 INFO O| Aug 12 23:40:40.847 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90782026-08-12T23:40:41.377Z[ recovery-image] Aug 12 23:40:40.847 INFO O| Aug 12 23:40:40.847 INFO STEP 74 (remove_files) COMPLETE
90792026-08-12T23:40:41.377Z[ recovery-image] Aug 12 23:40:40.847 INFO O| Aug 12 23:40:40.847 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90802026-08-12T23:40:41.386Z[ recovery-image] Aug 12 23:40:40.859 INFO O| Aug 12 23:40:40.859 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90812026-08-12T23:40:41.391Z[ recovery-image] Aug 12 23:40:40.860 INFO O| Aug 12 23:40:40.860 INFO STEP 75 (remove_files) COMPLETE
90822026-08-12T23:40:41.391Z[ recovery-image] Aug 12 23:40:40.860 INFO O| Aug 12 23:40:40.860 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90832026-08-12T23:40:41.402Z[ recovery-image] Aug 12 23:40:40.875 INFO O| Aug 12 23:40:40.875 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90842026-08-12T23:40:41.406Z[ recovery-image] Aug 12 23:40:40.875 INFO O| Aug 12 23:40:40.875 INFO STEP 76 (remove_files) COMPLETE
90852026-08-12T23:40:41.406Z[ recovery-image] Aug 12 23:40:40.875 INFO O| Aug 12 23:40:40.875 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90862026-08-12T23:40:41.411Z[ recovery-image] Aug 12 23:40:40.884 INFO O| Aug 12 23:40:40.884 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90872026-08-12T23:40:41.411Z[ recovery-image] Aug 12 23:40:40.884 INFO O| Aug 12 23:40:40.884 INFO STEP 77 (remove_files) COMPLETE
90882026-08-12T23:40:41.411Z[ recovery-image] Aug 12 23:40:40.884 INFO O| Aug 12 23:40:40.884 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90892026-08-12T23:40:41.422Z[ recovery-image] Aug 12 23:40:40.895 INFO O| Aug 12 23:40:40.895 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90902026-08-12T23:40:41.422Z[ recovery-image] Aug 12 23:40:40.895 INFO O| Aug 12 23:40:40.895 INFO STEP 78 (remove_files) COMPLETE
90912026-08-12T23:40:41.422Z[ recovery-image] Aug 12 23:40:40.895 INFO O| Aug 12 23:40:40.895 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90922026-08-12T23:40:41.432Z[ recovery-image] Aug 12 23:40:40.905 INFO O| Aug 12 23:40:40.905 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90932026-08-12T23:40:41.432Z[ recovery-image] Aug 12 23:40:40.905 INFO O| Aug 12 23:40:40.905 INFO STEP 79 (remove_files) COMPLETE
90942026-08-12T23:40:41.432Z[ recovery-image] Aug 12 23:40:40.905 INFO O| Aug 12 23:40:40.905 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90952026-08-12T23:40:41.442Z[ recovery-image] Aug 12 23:40:40.915 INFO O| Aug 12 23:40:40.915 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90962026-08-12T23:40:41.442Z[ recovery-image] Aug 12 23:40:40.915 INFO O| Aug 12 23:40:40.915 INFO STEP 80 (remove_files) COMPLETE
90972026-08-12T23:40:41.445Z[ recovery-image] Aug 12 23:40:40.915 INFO O| Aug 12 23:40:40.915 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90982026-08-12T23:40:41.452Z[ recovery-image] Aug 12 23:40:40.924 INFO O| Aug 12 23:40:40.924 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90992026-08-12T23:40:41.453Z[ recovery-image] Aug 12 23:40:40.924 INFO O| Aug 12 23:40:40.924 INFO STEP 81 (remove_files) COMPLETE
91002026-08-12T23:40:41.453Z[ recovery-image] Aug 12 23:40:40.924 INFO O| Aug 12 23:40:40.924 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91012026-08-12T23:40:41.461Z[ recovery-image] Aug 12 23:40:40.934 INFO O| Aug 12 23:40:40.934 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91022026-08-12T23:40:41.461Z[ recovery-image] Aug 12 23:40:40.934 INFO O| Aug 12 23:40:40.934 INFO STEP 82 (remove_files) COMPLETE
91032026-08-12T23:40:41.464Z[ recovery-image] Aug 12 23:40:40.934 INFO O| Aug 12 23:40:40.934 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91042026-08-12T23:40:41.469Z[ recovery-image] Aug 12 23:40:40.942 INFO O| Aug 12 23:40:40.942 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91052026-08-12T23:40:41.469Z[ recovery-image] Aug 12 23:40:40.942 INFO O| Aug 12 23:40:40.942 INFO STEP 83 (remove_files) COMPLETE
91062026-08-12T23:40:41.485Z[ recovery-image] Aug 12 23:40:40.942 INFO O| Aug 12 23:40:40.942 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91072026-08-12T23:40:41.492Z[ recovery-image] Aug 12 23:40:40.951 INFO O| Aug 12 23:40:40.951 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91082026-08-12T23:40:41.492Z[ recovery-image] Aug 12 23:40:40.951 INFO O| Aug 12 23:40:40.951 INFO STEP 84 (remove_files) COMPLETE
91092026-08-12T23:40:41.492Z[ recovery-image] Aug 12 23:40:40.951 INFO O| Aug 12 23:40:40.951 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91102026-08-12T23:40:41.493Z[ recovery-image] Aug 12 23:40:40.961 INFO O| Aug 12 23:40:40.961 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91112026-08-12T23:40:41.493Z[ recovery-image] Aug 12 23:40:40.961 INFO O| Aug 12 23:40:40.961 INFO STEP 85 (remove_files) COMPLETE
91122026-08-12T23:40:41.493Z[ recovery-image] Aug 12 23:40:40.961 INFO O| Aug 12 23:40:40.961 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-08-12T23:40:41.497Z[ recovery-image] Aug 12 23:40:40.970 INFO O| Aug 12 23:40:40.970 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91142026-08-12T23:40:41.498Z[ recovery-image] Aug 12 23:40:40.970 INFO O| Aug 12 23:40:40.970 INFO STEP 86 (remove_files) COMPLETE
91152026-08-12T23:40:41.498Z[ recovery-image] Aug 12 23:40:40.970 INFO O| Aug 12 23:40:40.970 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-08-12T23:40:41.507Z[ recovery-image] Aug 12 23:40:40.980 INFO O| Aug 12 23:40:40.979 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91172026-08-12T23:40:41.507Z[ recovery-image] Aug 12 23:40:40.980 INFO O| Aug 12 23:40:40.979 INFO STEP 87 (remove_files) COMPLETE
91182026-08-12T23:40:41.510Z[ recovery-image] Aug 12 23:40:40.980 INFO O| Aug 12 23:40:40.979 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-08-12T23:40:41.516Z[ recovery-image] Aug 12 23:40:40.989 INFO O| Aug 12 23:40:40.989 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91202026-08-12T23:40:41.516Z[ recovery-image] Aug 12 23:40:40.989 INFO O| Aug 12 23:40:40.989 INFO STEP 88 (remove_files) COMPLETE
91212026-08-12T23:40:41.516Z[ recovery-image] Aug 12 23:40:40.989 INFO O| Aug 12 23:40:40.989 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-08-12T23:40:41.527Z[ recovery-image] Aug 12 23:40:41.000 INFO O| Aug 12 23:40:40.999 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91232026-08-12T23:40:41.527Z[ recovery-image] Aug 12 23:40:41.000 INFO O| Aug 12 23:40:41.000 INFO STEP 89 (remove_files) COMPLETE
91242026-08-12T23:40:41.530Z[ recovery-image] Aug 12 23:40:41.000 INFO O| Aug 12 23:40:41.000 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-12T23:40:41.536Z[ recovery-image] Aug 12 23:40:41.009 INFO O| Aug 12 23:40:41.009 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91262026-08-12T23:40:41.536Z[ recovery-image] Aug 12 23:40:41.009 INFO O| Aug 12 23:40:41.009 INFO STEP 90 (remove_files) COMPLETE
91272026-08-12T23:40:41.541Z[ recovery-image] Aug 12 23:40:41.009 INFO O| Aug 12 23:40:41.009 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-12T23:40:41.556Z[ recovery-image] Aug 12 23:40:41.019 INFO O| Aug 12 23:40:41.019 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91292026-08-12T23:40:41.556Z[ recovery-image] Aug 12 23:40:41.019 INFO O| Aug 12 23:40:41.019 INFO STEP 91 (remove_files) COMPLETE
91302026-08-12T23:40:41.560Z[ recovery-image] Aug 12 23:40:41.019 INFO O| Aug 12 23:40:41.019 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-12T23:40:41.560Z[ recovery-image] Aug 12 23:40:41.028 INFO O| Aug 12 23:40:41.027 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91322026-08-12T23:40:41.560Z[ recovery-image] Aug 12 23:40:41.028 INFO O| Aug 12 23:40:41.028 INFO STEP 92 (remove_files) COMPLETE
91332026-08-12T23:40:41.560Z[ recovery-image] Aug 12 23:40:41.028 INFO O| Aug 12 23:40:41.028 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-12T23:40:41.564Z[ recovery-image] Aug 12 23:40:41.037 INFO O| Aug 12 23:40:41.037 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91352026-08-12T23:40:41.564Z[ recovery-image] Aug 12 23:40:41.037 INFO O| Aug 12 23:40:41.037 INFO STEP 93 (remove_files) COMPLETE
91362026-08-12T23:40:41.564Z[ recovery-image] Aug 12 23:40:41.037 INFO O| Aug 12 23:40:41.037 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-12T23:40:41.577Z[ recovery-image] Aug 12 23:40:41.046 INFO O| Aug 12 23:40:41.046 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91382026-08-12T23:40:41.577Z[ recovery-image] Aug 12 23:40:41.047 INFO O| Aug 12 23:40:41.047 INFO STEP 94 (remove_files) COMPLETE
91392026-08-12T23:40:41.577Z[ recovery-image] Aug 12 23:40:41.047 INFO O| Aug 12 23:40:41.047 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-12T23:40:41.584Z[ recovery-image] Aug 12 23:40:41.057 INFO O| Aug 12 23:40:41.057 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91412026-08-12T23:40:41.584Z[ recovery-image] Aug 12 23:40:41.057 INFO O| Aug 12 23:40:41.057 INFO STEP 95 (remove_files) COMPLETE
91422026-08-12T23:40:41.589Z[ recovery-image] Aug 12 23:40:41.057 INFO O| Aug 12 23:40:41.057 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-12T23:40:41.596Z[ recovery-image] Aug 12 23:40:41.070 INFO O| Aug 12 23:40:41.070 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91442026-08-12T23:40:41.597Z[ recovery-image] Aug 12 23:40:41.070 INFO O| Aug 12 23:40:41.070 INFO STEP 96 (remove_files) COMPLETE
91452026-08-12T23:40:41.601Z[ recovery-image] Aug 12 23:40:41.070 INFO O| Aug 12 23:40:41.070 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-12T23:40:41.608Z[ recovery-image] Aug 12 23:40:41.081 INFO O| Aug 12 23:40:41.080 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91472026-08-12T23:40:41.608Z[ recovery-image] Aug 12 23:40:41.081 INFO O| Aug 12 23:40:41.081 INFO STEP 97 (remove_files) COMPLETE
91482026-08-12T23:40:41.608Z[ recovery-image] Aug 12 23:40:41.081 INFO O| Aug 12 23:40:41.081 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-12T23:40:41.623Z[ recovery-image] Aug 12 23:40:41.096 INFO O| Aug 12 23:40:41.096 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91502026-08-12T23:40:41.623Z[ recovery-image] Aug 12 23:40:41.096 INFO O| Aug 12 23:40:41.096 INFO STEP 98 (remove_files) COMPLETE
91512026-08-12T23:40:41.623Z[ recovery-image] Aug 12 23:40:41.096 INFO O| Aug 12 23:40:41.096 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-12T23:40:41.635Z[ recovery-image] Aug 12 23:40:41.107 INFO O| Aug 12 23:40:41.107 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91532026-08-12T23:40:41.635Z[ recovery-image] Aug 12 23:40:41.107 INFO O| Aug 12 23:40:41.107 INFO STEP 99 (remove_files) COMPLETE
91542026-08-12T23:40:41.635Z[ recovery-image] Aug 12 23:40:41.107 INFO O| Aug 12 23:40:41.107 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91552026-08-12T23:40:41.649Z[ recovery-image] Aug 12 23:40:41.122 INFO O| Aug 12 23:40:41.122 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91562026-08-12T23:40:41.651Z[ recovery-image] Aug 12 23:40:41.122 INFO O| Aug 12 23:40:41.122 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
91572026-08-12T23:40:45.861Z[ recovery-image] Aug 12 23:40:45.334 INFO O| Aug 12 23:40:45.334 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91582026-08-12T23:40:45.861Z[ recovery-image] Aug 12 23:40:45.334 INFO O| Aug 12 23:40:45.334 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
91592026-08-12T23:40:45.875Z[ recovery-image] Aug 12 23:40:45.347 INFO O| Aug 12 23:40:45.347 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91602026-08-12T23:40:45.975Z[ recovery-image] Aug 12 23:40:45.448 INFO O| Aug 12 23:40:45.448 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91612026-08-12T23:40:46.032Z[ recovery-image] Aug 12 23:40:45.505 INFO O| Aug 12 23:40:45.505 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
91622026-08-12T23:40:46.096Z[ recovery-image] Aug 12 23:40:45.569 INFO O| Aug 12 23:40:45.569 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91632026-08-12T23:40:46.096Z[ recovery-image] Aug 12 23:40:45.570 INFO O| Aug 12 23:40:45.569 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 ...
91642026-08-12T23:40:46.100Z[ recovery-image] Aug 12 23:40:45.571 INFO O| Aug 12 23:40:45.571 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91652026-08-12T23:40:46.100Z[ recovery-image] Aug 12 23:40:45.571 INFO O| Aug 12 23:40:45.571 INFO ok!
91662026-08-12T23:40:46.100Z[ recovery-image] Aug 12 23:40:45.571 INFO O| Aug 12 23:40:45.571 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91672026-08-12T23:40:46.100Z[ recovery-image] Aug 12 23:40:45.571 INFO O| Aug 12 23:40:45.571 INFO STEP 100 (seed_smf) COMPLETE
91682026-08-12T23:40:46.101Z[ recovery-image] Aug 12 23:40:45.571 INFO O| Aug 12 23:40:45.571 INFO steps complete; finalising image!
91692026-08-12T23:40:46.101Z[ recovery-image] Aug 12 23:40:45.571 INFO O| Aug 12 23:40:45.571 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91702026-08-12T23:40:46.165Z[ recovery-image] Aug 12 23:40:45.638 INFO O| Aug 12 23:40:45.638 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Aug 12 23:40:45 2026)
91712026-08-12T23:40:46.372Z[ recovery-image] Aug 12 23:40:45.845 INFO O| Aug 12 23:40:45.845 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91722026-08-12T23:40:46.585Z[ recovery-image] Aug 12 23:40:46.058 INFO O| Aug 12 23:40:46.058 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91732026-08-12T23:40:46.791Z[ recovery-image] Aug 12 23:40:46.265 INFO O| Aug 12 23:40:46.265 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91742026-08-12T23:40:46.999Z[ recovery-image] Aug 12 23:40:46.472 INFO O| Aug 12 23:40:46.472 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91752026-08-12T23:40:47.205Z[ recovery-image] Aug 12 23:40:46.678 INFO O| Aug 12 23:40:46.678 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91762026-08-12T23:40:47.414Z[ recovery-image] Aug 12 23:40:46.885 INFO O| Aug 12 23:40:46.885 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91772026-08-12T23:40:47.618Z[ recovery-image] Aug 12 23:40:47.091 INFO O| Aug 12 23:40:47.091 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91782026-08-12T23:40:47.826Z[ recovery-image] Aug 12 23:40:47.298 INFO O| Aug 12 23:40:47.298 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91792026-08-12T23:40:48.031Z[ recovery-image] Aug 12 23:40:47.504 INFO O| Aug 12 23:40:47.504 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91802026-08-12T23:40:48.237Z[ recovery-image] Aug 12 23:40:47.710 INFO O| Aug 12 23:40:47.710 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91812026-08-12T23:40:48.444Z[ recovery-image] Aug 12 23:40:47.917 INFO O| Aug 12 23:40:47.917 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91822026-08-12T23:40:48.651Z[ recovery-image] Aug 12 23:40:48.124 INFO O| Aug 12 23:40:48.124 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91832026-08-12T23:40:48.858Z[ recovery-image] Aug 12 23:40:48.331 INFO O| Aug 12 23:40:48.331 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91842026-08-12T23:40:49.064Z[ recovery-image] Aug 12 23:40:48.537 INFO O| Aug 12 23:40:48.537 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91852026-08-12T23:40:49.271Z[ recovery-image] Aug 12 23:40:48.744 INFO O| Aug 12 23:40:48.744 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
91862026-08-12T23:40:49.396Z[ host-image] Aug 12 23:40:48.869 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91872026-08-12T23:40:49.396Z[ host-image] Aug 12 23:40:48.869 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91882026-08-12T23:40:49.400Z[ host-image] Aug 12 23:40:48.869 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91892026-08-12T23:40:49.400Z[ host-image] Aug 12 23:40:48.869 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91902026-08-12T23:40:49.400Z[ host-image] Aug 12 23:40:48.869 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91912026-08-12T23:40:49.400Z[ host-image] Aug 12 23:40:48.869 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91922026-08-12T23:40:49.400Z[ host-image] Aug 12 23:40:48.870 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91932026-08-12T23:40:49.400Z[ host-image] Aug 12 23:40:48.870 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91942026-08-12T23:40:49.400Z[ host-image] Aug 12 23:40:48.870 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260812T232440Z
91952026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.870 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91962026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.870 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91972026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.870 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
91982026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.871 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
91992026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.871 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
92002026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.871 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
92012026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.871 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92022026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.871 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
92032026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.871 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
92042026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.871 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
92052026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
92062026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
92072026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
92082026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
92092026-08-12T23:40:49.401Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
92102026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
92112026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
92122026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
92132026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
92142026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
92152026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
92162026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
92172026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
92182026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
92192026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
92202026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
92212026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
92222026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.872 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
92232026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.873 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
92242026-08-12T23:40:49.402Z[ host-image] Aug 12 23:40:48.873 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
92252026-08-12T23:40:49.405Z[ host-image] Aug 12 23:40:48.875 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92262026-08-12T23:40:49.405Z[ host-image] Aug 12 23:40:48.876 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
92272026-08-12T23:40:49.405Z[ host-image] Aug 12 23:40:48.876 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92282026-08-12T23:40:49.405Z[ host-image] Aug 12 23:40:48.876 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92292026-08-12T23:40:49.405Z[ host-image] Aug 12 23:40:48.876 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92302026-08-12T23:40:49.406Z[ host-image] Aug 12 23:40:48.876 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92312026-08-12T23:40:49.406Z[ host-image] Aug 12 23:40:48.876 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
92322026-08-12T23:40:49.406Z[ host-image] Aug 12 23:40:48.876 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92332026-08-12T23:40:49.406Z[ host-image] Aug 12 23:40:48.876 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92342026-08-12T23:40:49.406Z[ host-image] Aug 12 23:40:48.876 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92352026-08-12T23:40:49.406Z[ host-image] Aug 12 23:40:48.876 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92362026-08-12T23:40:49.410Z[ host-image] Aug 12 23:40:48.880 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92372026-08-12T23:40:49.410Z[ host-image] Aug 12 23:40:48.880 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92382026-08-12T23:40:49.410Z[ host-image] Aug 12 23:40:48.880 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92392026-08-12T23:40:49.410Z[ host-image] Aug 12 23:40:48.880 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92402026-08-12T23:40:49.410Z[ host-image] Aug 12 23:40:48.880 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92412026-08-12T23:40:49.410Z[ host-image] Aug 12 23:40:48.881 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92422026-08-12T23:40:49.419Z[ host-image] Aug 12 23:40:48.892 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92432026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.892 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92442026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.892 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92452026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.893 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92462026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.893 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92472026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.893 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92482026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.893 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92492026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.893 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92502026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.893 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92512026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.893 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92522026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.893 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92532026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.893 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92542026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.893 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92552026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.894 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92562026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.894 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92572026-08-12T23:40:49.422Z[ host-image] Aug 12 23:40:48.894 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92582026-08-12T23:40:49.424Z[ host-image] Aug 12 23:40:48.894 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92592026-08-12T23:40:49.424Z[ host-image] Aug 12 23:40:48.894 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92602026-08-12T23:40:49.428Z[ host-image] Aug 12 23:40:48.898 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92612026-08-12T23:40:49.428Z[ host-image] Aug 12 23:40:48.898 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92622026-08-12T23:40:49.428Z[ host-image] Aug 12 23:40:48.899 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92632026-08-12T23:40:49.428Z[ host-image] Aug 12 23:40:48.899 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92642026-08-12T23:40:49.428Z[ host-image] Aug 12 23:40:48.899 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92652026-08-12T23:40:49.428Z[ host-image] Aug 12 23:40:48.899 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92662026-08-12T23:40:49.428Z[ host-image] Aug 12 23:40:48.899 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92672026-08-12T23:40:49.429Z[ host-image] Aug 12 23:40:48.899 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92682026-08-12T23:40:49.429Z[ host-image] Aug 12 23:40:48.899 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92692026-08-12T23:40:49.429Z[ host-image] Aug 12 23:40:48.900 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92702026-08-12T23:40:49.429Z[ host-image] Aug 12 23:40:48.900 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92712026-08-12T23:40:49.429Z[ host-image] Aug 12 23:40:48.901 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92722026-08-12T23:40:49.429Z[ host-image] Aug 12 23:40:48.901 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92732026-08-12T23:40:49.429Z[ host-image] Aug 12 23:40:48.901 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92742026-08-12T23:40:49.429Z[ host-image] Aug 12 23:40:48.901 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92752026-08-12T23:40:49.429Z[ host-image] Aug 12 23:40:48.901 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92762026-08-12T23:40:49.429Z[ host-image] Aug 12 23:40:48.901 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92772026-08-12T23:40:49.432Z[ host-image] Aug 12 23:40:48.903 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92782026-08-12T23:40:49.432Z[ host-image] Aug 12 23:40:48.903 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92792026-08-12T23:40:49.432Z[ host-image] Aug 12 23:40:48.903 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92802026-08-12T23:40:49.432Z[ host-image] Aug 12 23:40:48.903 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92812026-08-12T23:40:49.432Z[ host-image] Aug 12 23:40:48.904 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92822026-08-12T23:40:49.433Z[ host-image] Aug 12 23:40:48.904 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92832026-08-12T23:40:49.433Z[ host-image] Aug 12 23:40:48.904 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92842026-08-12T23:40:49.433Z[ host-image] Aug 12 23:40:48.904 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92852026-08-12T23:40:49.433Z[ host-image] Aug 12 23:40:48.904 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92862026-08-12T23:40:49.433Z[ host-image] Aug 12 23:40:48.904 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92872026-08-12T23:40:49.436Z[ host-image] Aug 12 23:40:48.907 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92882026-08-12T23:40:49.436Z[ host-image] Aug 12 23:40:48.907 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92892026-08-12T23:40:49.436Z[ host-image] Aug 12 23:40:48.907 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92902026-08-12T23:40:49.436Z[ host-image] Aug 12 23:40:48.908 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
92912026-08-12T23:40:49.436Z[ host-image] Aug 12 23:40:48.908 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
92922026-08-12T23:40:49.440Z[ host-image] Aug 12 23:40:48.914 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
92932026-08-12T23:40:49.443Z[ host-image] Aug 12 23:40:48.914 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
92942026-08-12T23:40:49.443Z[ host-image] Aug 12 23:40:48.914 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
92952026-08-12T23:40:49.443Z[ host-image] Aug 12 23:40:48.914 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92962026-08-12T23:40:49.443Z[ host-image] Aug 12 23:40:48.914 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92972026-08-12T23:40:49.450Z[ host-image] Aug 12 23:40:48.922 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
92982026-08-12T23:40:49.450Z[ host-image] Aug 12 23:40:48.922 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92992026-08-12T23:40:49.454Z[ host-image] Aug 12 23:40:48.922 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
93002026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.922 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
93012026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.922 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
93022026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.922 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93032026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.922 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93042026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.923 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
93052026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.923 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
93062026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.923 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
93072026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.923 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
93082026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.923 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
93092026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.923 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
93102026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.924 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93112026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.924 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
93122026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.924 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
93132026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.924 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
93142026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.924 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
93152026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.924 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
93162026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.924 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
93172026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.924 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93182026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.924 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93192026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.924 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
93202026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.925 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
93212026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.925 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93222026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.925 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93232026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.925 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93242026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.925 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93252026-08-12T23:40:49.455Z[ host-image] Aug 12 23:40:48.925 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93262026-08-12T23:40:49.456Z[ host-image] Aug 12 23:40:48.925 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93272026-08-12T23:40:49.456Z[ host-image] Aug 12 23:40:48.926 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93282026-08-12T23:40:49.456Z[ host-image] Aug 12 23:40:48.926 INFO O| tempdir @ "/tmp/.tmpWf6Tz4/tmp"
93292026-08-12T23:40:49.456Z[ host-image] Aug 12 23:40:48.926 INFO O| image root @ "/tmp/.tmpWf6Tz4/tmp/root"
93302026-08-12T23:40:49.456Z[ host-image] Aug 12 23:40:48.926 INFO O| creating image...
93312026-08-12T23:40:49.480Z[ recovery-image] Aug 12 23:40:48.950 INFO O| Aug 12 23:40:48.950 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
93322026-08-12T23:40:49.683Z[ recovery-image] Aug 12 23:40:49.156 INFO O| Aug 12 23:40:49.156 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 23:40:45 2026)
93332026-08-12T23:40:50.535Z[ recovery-image] Aug 12 23:40:50.005 INFO O| Aug 12 23:40:50.004 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Aug 12 23:40:45 2026)
93342026-08-12T23:40:50.649Z[verify-libraries] Compiling oso v0.27.3
93352026-08-12T23:40:50.755Z[ recovery-image] Aug 12 23:40:50.227 INFO O| Aug 12 23:40:50.227 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
93362026-08-12T23:40:50.756Z[ recovery-image] Aug 12 23:40:50.227 INFO O| Aug 12 23:40:50.227 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93372026-08-12T23:40:52.538Z[ recovery-image] Aug 12 23:40:52.011 INFO O| Aug 12 23:40:52.011 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
93382026-08-12T23:40:52.544Z[ recovery-image] Aug 12 23:40:52.011 INFO O| Aug 12 23:40:52.011 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93392026-08-12T23:40:52.709Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93402026-08-12T23:40:53.062Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93412026-08-12T23:40:53.745Z[ host-image] Aug 12 23:40:53.218 INFO O| copying publishers...
93422026-08-12T23:40:55.081Z[ recovery-image] Aug 12 23:40:54.552 INFO O| Aug 12 23:40:54.552 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93432026-08-12T23:40:55.081Z[ recovery-image] Aug 12 23:40:54.552 INFO O| Aug 12 23:40:54.552 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93442026-08-12T23:40:55.084Z[ recovery-image] Aug 12 23:40:54.552 INFO O| Aug 12 23:40:54.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93452026-08-12T23:40:55.084Z[ recovery-image] Aug 12 23:40:54.552 INFO O| Aug 12 23:40:54.552 INFO completed processing sled/zfs-recovery
93462026-08-12T23:40:55.084Z[ recovery-image] Aug 12 23:40:54.552 INFO O| Aug 12 23:40:54.552 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93472026-08-12T23:40:55.648Z[ recovery-image] Aug 12 23:40:55.120 INFO O| Aug 12 23:40:55.120 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93482026-08-12T23:40:55.740Z[ recovery-image] Aug 12 23:40:55.213 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93492026-08-12T23:40:55.740Z[ recovery-image] Aug 12 23:40:55.213 INFO expanded image name: "recovery 8e543d4/${os_short_commit} 2026-08-12 23:24" -> "recovery 8e543d4/aaf8e74 2026-08-12 23:24"
93502026-08-12T23:40:55.744Z[ recovery-image] Aug 12 23:40:55.213 INFO output artefacts stored in: "/work/os-recovery"
93512026-08-12T23:40:55.744Z[ recovery-image] Aug 12 23:40:55.214 INFO collecting git info from project "phbl"...
93522026-08-12T23:40:55.749Z[ recovery-image] Aug 12 23:40:55.222 INFO collecting git info from project "pinprick"...
93532026-08-12T23:40:55.754Z[ recovery-image] Aug 12 23:40:55.228 INFO collecting git info from project "chelsio-t6-roms"...
93542026-08-12T23:40:55.772Z[ recovery-image] Aug 12 23:40:55.245 INFO collecting git info from project "bootserver"...
93552026-08-12T23:40:55.778Z[ recovery-image] Aug 12 23:40:55.251 INFO collecting git info from project "image-builder"...
93562026-08-12T23:40:55.784Z[ recovery-image] Aug 12 23:40:55.257 INFO collecting git info from project "amd-firmware"...
93572026-08-12T23:40:56.075Z[ recovery-image] Aug 12 23:40:55.546 INFO collecting git info from project "dmar-report"...
93582026-08-12T23:40:56.084Z[ recovery-image] Aug 12 23:40:55.557 INFO collecting git info from project "amd-host-image-builder"...
93592026-08-12T23:40:56.146Z[ recovery-image] Aug 12 23:40:55.619 INFO collecting git info from project "pilot"...
93602026-08-12T23:40:56.187Z[ recovery-image] Aug 12 23:40:55.660 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93612026-08-12T23:40:56.565Z[ host-image] Aug 12 23:40:56.038 INFO O| adding properties...
93622026-08-12T23:40:56.732Z[ recovery-image] Aug 12 23:40:56.205 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93632026-08-12T23:40:57.133Z[ recovery-image] Aug 12 23:40:56.606 INFO creating Oxide boot image...
93642026-08-12T23:40:57.133Z[ recovery-image] Aug 12 23:40:56.606 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 8e543d4/aaf8e74 2026-08-12 23:24", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93652026-08-12T23:40:57.607Z[ host-image] Aug 12 23:40:57.079 INFO O| installing packages...
93662026-08-12T23:41:02.342Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93672026-08-12T23:41:04.406Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93682026-08-12T23:41:08.207Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93692026-08-12T23:41:08.534Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93702026-08-12T23:41:08.633Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93712026-08-12T23:41:09.759Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93722026-08-12T23:41:10.282Z[ host-image] Aug 12 23:41:09.746 INFO O| seeding SMF database...
93732026-08-12T23:41:12.355Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93742026-08-12T23:41:14.102Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93752026-08-12T23:41:15.151Z[ host-image] Aug 12 23:41:14.624 INFO O| configuring SMF profile...
93762026-08-12T23:41:15.151Z[ host-image] Aug 12 23:41:14.624 INFO O| modifying shadow(5)...
93772026-08-12T23:41:15.157Z[ host-image] Aug 12 23:41:14.624 INFO O| loading user and group database...
93782026-08-12T23:41:15.157Z[ host-image] Aug 12 23:41:14.624 INFO O| loading facet selections...
93792026-08-12T23:41:15.240Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93802026-08-12T23:41:15.614Z[ host-image] Aug 12 23:41:15.087 INFO O| devel -> true
93812026-08-12T23:41:15.614Z[ host-image] Aug 12 23:41:15.087 INFO O| doc.man -> true
93822026-08-12T23:41:15.614Z[ host-image] Aug 12 23:41:15.087 INFO O| version-lock.shell/ksh93 -> true
93832026-08-12T23:41:15.617Z[ host-image] Aug 12 23:41:15.087 INFO O| version-lock.system/data/hardware-registry -> true
93842026-08-12T23:41:15.617Z[ host-image] Aug 12 23:41:15.087 INFO O| version-lock.system/data/zoneinfo -> true
93852026-08-12T23:41:15.617Z[ host-image] Aug 12 23:41:15.087 INFO O| version-lock.system/microcode/amd -> true
93862026-08-12T23:41:15.617Z[ host-image] Aug 12 23:41:15.087 INFO O| version-lock.system/microcode/intel -> true
93872026-08-12T23:41:15.617Z[ host-image] Aug 12 23:41:15.087 INFO O| version-lock.system/microcode/oxide -> true
93882026-08-12T23:41:15.617Z[ host-image] Aug 12 23:41:15.087 INFO O| assessing packaged files...
93892026-08-12T23:41:17.716Z[ host-image] Aug 12 23:41:17.186 INFO O| creating archive...
93902026-08-12T23:41:17.736Z[ host-image] Aug 12 23:41:17.209 INFO O| missing from packaging:
93912026-08-12T23:41:17.736Z[ host-image] Aug 12 23:41:17.209 INFO O| "etc/.pwd.lock"
93922026-08-12T23:41:17.739Z[ host-image] Aug 12 23:41:17.209 INFO O| "etc/bash"
93932026-08-12T23:41:17.745Z[ host-image] Aug 12 23:41:17.218 INFO O| "etc/svc/profile/generic.xml"
93942026-08-12T23:41:17.745Z[ host-image] Aug 12 23:41:17.218 INFO O| "etc/svc/profile/inetd_services.xml"
93952026-08-12T23:41:17.745Z[ host-image] Aug 12 23:41:17.218 INFO O| "etc/svc/profile/name_service.xml"
93962026-08-12T23:41:17.745Z[ host-image] Aug 12 23:41:17.218 INFO O| "etc/svc/profile/platform.xml"
93972026-08-12T23:41:17.745Z[ host-image] Aug 12 23:41:17.218 INFO O| "etc/svc/profile/platform_omicron1.xml"
93982026-08-12T23:41:17.793Z[ host-image] Aug 12 23:41:17.218 INFO O| "etc/svc/repository.db"
93992026-08-12T23:41:17.793Z[ host-image] Aug 12 23:41:17.225 INFO O| "opt/ooce/share"
94002026-08-12T23:41:17.793Z[ host-image] Aug 12 23:41:17.225 INFO O| "opt/ooce/share/man"
94012026-08-12T23:41:17.794Z[ host-image] Aug 12 23:41:17.225 INFO O| "opt/ooce/share/man/man1"
94022026-08-12T23:41:17.794Z[ host-image] Aug 12 23:41:17.234 INFO O| finishing archive...
94032026-08-12T23:41:20.583Z[ host-image] Aug 12 23:41:20.056 INFO O| creating gzonly manifest...
94042026-08-12T23:41:20.629Z[ host-image] Aug 12 23:41:20.102 INFO O| ok
94052026-08-12T23:41:20.738Z[ host-image] Aug 12 23:41:20.211 INFO image builder template: ramdisk-02-trim...
94062026-08-12T23:41:20.738Z[ host-image] Aug 12 23:41:20.211 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/.tmpFnSeuI/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-02-trim"], pwd: None
94072026-08-12T23:41:20.760Z[ host-image] Aug 12 23:41:20.233 INFO O| Aug 12 23:41:20.233 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94082026-08-12T23:41:20.764Z[ host-image] Aug 12 23:41:20.238 INFO O| Aug 12 23:41:20.238 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94092026-08-12T23:41:22.770Z[ host-image] Aug 12 23:41:22.242 INFO O| Aug 12 23:41:22.242 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94102026-08-12T23:41:23.230Z[ host-image] Aug 12 23:41:22.703 INFO O| Aug 12 23:41:22.703 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94112026-08-12T23:41:23.230Z[ host-image] Aug 12 23:41:22.703 INFO O| Aug 12 23:41:22.703 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94122026-08-12T23:41:23.234Z[ host-image] Aug 12 23:41:22.707 INFO O| Aug 12 23:41:22.707 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94132026-08-12T23:41:23.241Z[ host-image] Aug 12 23:41:22.711 INFO O| Aug 12 23:41:22.711 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94142026-08-12T23:41:23.245Z[ host-image] Aug 12 23:41:22.715 INFO O| Aug 12 23:41:22.715 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94152026-08-12T23:41:23.612Z[ host-image] Aug 12 23:41:23.085 INFO O| Aug 12 23:41:23.085 INFO rolled back to input snapshot; work may begin
94162026-08-12T23:41:23.612Z[ host-image] Aug 12 23:41:23.085 INFO O| Aug 12 23:41:23.085 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94172026-08-12T23:41:23.615Z[ host-image] Aug 12 23:41:23.089 INFO O| Aug 12 23:41:23.089 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94182026-08-12T23:41:23.624Z[ host-image] Aug 12 23:41:23.098 INFO O| Aug 12 23:41:23.097 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94192026-08-12T23:41:23.663Z[ host-image] Aug 12 23:41:23.136 INFO O| Aug 12 23:41:23.136 INFO STEP 0 (remove_files) COMPLETE
94202026-08-12T23:41:23.663Z[ host-image] Aug 12 23:41:23.136 INFO O| Aug 12 23:41:23.136 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-08-12T23:41:23.671Z[ host-image] Aug 12 23:41:23.144 INFO O| Aug 12 23:41:23.144 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94222026-08-12T23:41:23.674Z[ host-image] Aug 12 23:41:23.146 INFO O| Aug 12 23:41:23.146 INFO STEP 1 (remove_files) COMPLETE
94232026-08-12T23:41:23.674Z[ host-image] Aug 12 23:41:23.146 INFO O| Aug 12 23:41:23.146 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94242026-08-12T23:41:23.679Z[ host-image] Aug 12 23:41:23.152 INFO O| Aug 12 23:41:23.152 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94252026-08-12T23:41:23.692Z[ host-image] Aug 12 23:41:23.166 INFO O| Aug 12 23:41:23.166 INFO STEP 2 (remove_files) COMPLETE
94262026-08-12T23:41:23.693Z[ host-image] Aug 12 23:41:23.166 INFO O| Aug 12 23:41:23.166 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-08-12T23:41:23.699Z[ host-image] Aug 12 23:41:23.173 INFO O| Aug 12 23:41:23.173 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94282026-08-12T23:41:23.703Z[ host-image] Aug 12 23:41:23.174 INFO O| Aug 12 23:41:23.174 INFO STEP 3 (remove_files) COMPLETE
94292026-08-12T23:41:23.703Z[ host-image] Aug 12 23:41:23.174 INFO O| Aug 12 23:41:23.174 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-08-12T23:41:23.707Z[ host-image] Aug 12 23:41:23.181 INFO O| Aug 12 23:41:23.181 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94312026-08-12T23:41:23.711Z[ host-image] Aug 12 23:41:23.184 INFO O| Aug 12 23:41:23.184 INFO STEP 4 (remove_files) COMPLETE
94322026-08-12T23:41:23.711Z[ host-image] Aug 12 23:41:23.184 INFO O| Aug 12 23:41:23.184 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-08-12T23:41:23.721Z[ host-image] Aug 12 23:41:23.194 INFO O| Aug 12 23:41:23.194 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94342026-08-12T23:41:23.724Z[ host-image] Aug 12 23:41:23.196 INFO O| Aug 12 23:41:23.196 INFO STEP 5 (remove_files) COMPLETE
94352026-08-12T23:41:23.724Z[ host-image] Aug 12 23:41:23.196 INFO O| Aug 12 23:41:23.196 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-08-12T23:41:23.730Z[ host-image] Aug 12 23:41:23.204 INFO O| Aug 12 23:41:23.204 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94372026-08-12T23:41:23.740Z[ host-image] Aug 12 23:41:23.213 INFO O| Aug 12 23:41:23.213 INFO STEP 6 (remove_files) COMPLETE
94382026-08-12T23:41:23.740Z[ host-image] Aug 12 23:41:23.213 INFO O| Aug 12 23:41:23.213 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-08-12T23:41:23.744Z[ host-image] Aug 12 23:41:23.213 INFO O| Aug 12 23:41:23.213 INFO skip step because feature "heliosv2" is not enabled
94402026-08-12T23:41:23.744Z[ host-image] Aug 12 23:41:23.214 INFO O| Aug 12 23:41:23.213 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412026-08-12T23:41:23.748Z[ host-image] Aug 12 23:41:23.222 INFO O| Aug 12 23:41:23.222 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94422026-08-12T23:41:23.759Z[ host-image] Aug 12 23:41:23.232 INFO O| Aug 12 23:41:23.232 INFO STEP 8 (remove_files) COMPLETE
94432026-08-12T23:41:23.759Z[ host-image] Aug 12 23:41:23.232 INFO O| Aug 12 23:41:23.232 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94442026-08-12T23:41:23.768Z[ host-image] Aug 12 23:41:23.242 INFO O| Aug 12 23:41:23.242 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94452026-08-12T23:41:23.834Z[ host-image] Aug 12 23:41:23.307 INFO O| Aug 12 23:41:23.307 INFO STEP 9 (remove_files) COMPLETE
94462026-08-12T23:41:23.834Z[ host-image] Aug 12 23:41:23.307 INFO O| Aug 12 23:41:23.307 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-08-12T23:41:23.843Z[ host-image] Aug 12 23:41:23.315 INFO O| Aug 12 23:41:23.315 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94482026-08-12T23:41:23.874Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94492026-08-12T23:41:23.920Z[ host-image] Aug 12 23:41:23.393 INFO O| Aug 12 23:41:23.393 INFO STEP 10 (remove_files) COMPLETE
94502026-08-12T23:41:23.921Z[ host-image] Aug 12 23:41:23.393 INFO O| Aug 12 23:41:23.393 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-08-12T23:41:23.929Z[ host-image] Aug 12 23:41:23.402 INFO O| Aug 12 23:41:23.402 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94522026-08-12T23:41:23.933Z[ host-image] Aug 12 23:41:23.405 INFO O| Aug 12 23:41:23.405 INFO STEP 11 (remove_files) COMPLETE
94532026-08-12T23:41:23.933Z[ host-image] Aug 12 23:41:23.405 INFO O| Aug 12 23:41:23.405 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-08-12T23:41:23.940Z[ host-image] Aug 12 23:41:23.413 INFO O| Aug 12 23:41:23.413 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94552026-08-12T23:41:23.943Z[ host-image] Aug 12 23:41:23.414 INFO O| Aug 12 23:41:23.414 INFO STEP 12 (remove_files) COMPLETE
94562026-08-12T23:41:23.944Z[ host-image] Aug 12 23:41:23.414 INFO O| Aug 12 23:41:23.414 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-08-12T23:41:23.948Z[ host-image] Aug 12 23:41:23.422 INFO O| Aug 12 23:41:23.422 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94582026-08-12T23:41:23.952Z[ host-image] Aug 12 23:41:23.423 INFO O| Aug 12 23:41:23.423 INFO STEP 13 (remove_files) COMPLETE
94592026-08-12T23:41:23.952Z[ host-image] Aug 12 23:41:23.423 INFO O| Aug 12 23:41:23.423 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-08-12T23:41:24.137Z[ host-image] Aug 12 23:41:23.609 INFO O| Aug 12 23:41:23.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94612026-08-12T23:41:24.142Z[ host-image] Aug 12 23:41:23.616 INFO O| Aug 12 23:41:23.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94622026-08-12T23:41:24.180Z[ host-image] Aug 12 23:41:23.651 INFO O| Aug 12 23:41:23.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94632026-08-12T23:41:24.185Z[ host-image] Aug 12 23:41:23.651 INFO O| Aug 12 23:41:23.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94642026-08-12T23:41:24.189Z[ host-image] Aug 12 23:41:23.659 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94652026-08-12T23:41:24.189Z[ host-image] Aug 12 23:41:23.659 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94662026-08-12T23:41:24.189Z[ host-image] Aug 12 23:41:23.659 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94672026-08-12T23:41:24.189Z[ host-image] Aug 12 23:41:23.659 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94682026-08-12T23:41:24.189Z[ host-image] Aug 12 23:41:23.659 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94692026-08-12T23:41:24.189Z[ host-image] Aug 12 23:41:23.659 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94702026-08-12T23:41:24.189Z[ host-image] Aug 12 23:41:23.659 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94712026-08-12T23:41:24.189Z[ host-image] Aug 12 23:41:23.659 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94722026-08-12T23:41:24.189Z[ host-image] Aug 12 23:41:23.659 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94732026-08-12T23:41:24.189Z[ host-image] Aug 12 23:41:23.659 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94742026-08-12T23:41:24.190Z[ host-image] Aug 12 23:41:23.660 INFO O| Aug 12 23:41:23.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94752026-08-12T23:41:24.190Z[ host-image] Aug 12 23:41:23.660 INFO O| Aug 12 23:41:23.660 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94762026-08-12T23:41:24.190Z[ host-image] Aug 12 23:41:23.660 INFO O| Aug 12 23:41:23.660 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94772026-08-12T23:41:24.190Z[ host-image] Aug 12 23:41:23.660 INFO O| Aug 12 23:41:23.660 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94782026-08-12T23:41:24.190Z[ host-image] Aug 12 23:41:23.660 INFO O| Aug 12 23:41:23.660 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94792026-08-12T23:41:24.190Z[ host-image] Aug 12 23:41:23.660 INFO O| Aug 12 23:41:23.660 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94802026-08-12T23:41:24.194Z[ host-image] Aug 12 23:41:23.665 INFO O| Aug 12 23:41:23.665 INFO STEP 14 (remove_files) COMPLETE
94812026-08-12T23:41:24.194Z[ host-image] Aug 12 23:41:23.665 INFO O| Aug 12 23:41:23.665 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-08-12T23:41:24.200Z[ host-image] Aug 12 23:41:23.674 INFO O| Aug 12 23:41:23.674 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94832026-08-12T23:41:24.204Z[ host-image] Aug 12 23:41:23.675 INFO O| Aug 12 23:41:23.675 INFO STEP 15 (remove_files) COMPLETE
94842026-08-12T23:41:24.204Z[ host-image] Aug 12 23:41:23.675 INFO O| Aug 12 23:41:23.675 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-12T23:41:24.210Z[ host-image] Aug 12 23:41:23.684 INFO O| Aug 12 23:41:23.684 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94862026-08-12T23:41:24.216Z[ host-image] Aug 12 23:41:23.689 INFO O| Aug 12 23:41:23.689 INFO STEP 16 (remove_files) COMPLETE
94872026-08-12T23:41:24.216Z[ host-image] Aug 12 23:41:23.689 INFO O| Aug 12 23:41:23.689 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-12T23:41:24.223Z[ host-image] Aug 12 23:41:23.696 INFO O| Aug 12 23:41:23.696 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94892026-08-12T23:41:24.226Z[ host-image] Aug 12 23:41:23.696 INFO O| Aug 12 23:41:23.696 INFO STEP 17 (remove_files) COMPLETE
94902026-08-12T23:41:24.226Z[ host-image] Aug 12 23:41:23.696 INFO O| Aug 12 23:41:23.696 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-12T23:41:24.229Z[ host-image] Aug 12 23:41:23.702 INFO O| Aug 12 23:41:23.702 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94922026-08-12T23:41:24.230Z[ host-image] Aug 12 23:41:23.703 INFO O| Aug 12 23:41:23.703 INFO STEP 18 (remove_files) COMPLETE
94932026-08-12T23:41:24.230Z[ host-image] Aug 12 23:41:23.703 INFO O| Aug 12 23:41:23.703 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-12T23:41:24.235Z[ host-image] Aug 12 23:41:23.708 INFO O| Aug 12 23:41:23.708 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94952026-08-12T23:41:24.238Z[ host-image] Aug 12 23:41:23.708 INFO O| Aug 12 23:41:23.708 INFO STEP 19 (remove_files) COMPLETE
94962026-08-12T23:41:24.238Z[ host-image] Aug 12 23:41:23.708 INFO O| Aug 12 23:41:23.708 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-12T23:41:24.244Z[ host-image] Aug 12 23:41:23.717 INFO O| Aug 12 23:41:23.717 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94982026-08-12T23:41:24.244Z[ host-image] Aug 12 23:41:23.717 INFO O| Aug 12 23:41:23.717 INFO STEP 20 (remove_files) COMPLETE
94992026-08-12T23:41:24.247Z[ host-image] Aug 12 23:41:23.717 INFO O| Aug 12 23:41:23.717 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-12T23:41:24.251Z[ host-image] Aug 12 23:41:23.724 INFO O| Aug 12 23:41:23.724 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95012026-08-12T23:41:24.256Z[ host-image] Aug 12 23:41:23.724 INFO O| Aug 12 23:41:23.724 INFO STEP 21 (remove_files) COMPLETE
95022026-08-12T23:41:24.256Z[ host-image] Aug 12 23:41:23.724 INFO O| Aug 12 23:41:23.724 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-12T23:41:24.260Z[ host-image] Aug 12 23:41:23.731 INFO O| Aug 12 23:41:23.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95042026-08-12T23:41:24.260Z[ host-image] Aug 12 23:41:23.731 INFO O| Aug 12 23:41:23.731 INFO STEP 22 (remove_files) COMPLETE
95052026-08-12T23:41:24.260Z[ host-image] Aug 12 23:41:23.731 INFO O| Aug 12 23:41:23.731 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-12T23:41:24.264Z[ host-image] Aug 12 23:41:23.737 INFO O| Aug 12 23:41:23.737 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95072026-08-12T23:41:24.264Z[ host-image] Aug 12 23:41:23.737 INFO O| Aug 12 23:41:23.737 INFO STEP 23 (remove_files) COMPLETE
95082026-08-12T23:41:24.267Z[ host-image] Aug 12 23:41:23.737 INFO O| Aug 12 23:41:23.737 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-12T23:41:24.271Z[ host-image] Aug 12 23:41:23.743 INFO O| Aug 12 23:41:23.743 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95102026-08-12T23:41:24.271Z[ host-image] Aug 12 23:41:23.743 INFO O| Aug 12 23:41:23.743 INFO STEP 24 (remove_files) COMPLETE
95112026-08-12T23:41:24.271Z[ host-image] Aug 12 23:41:23.743 INFO O| Aug 12 23:41:23.743 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-12T23:41:24.278Z[ host-image] Aug 12 23:41:23.752 INFO O| Aug 12 23:41:23.751 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95132026-08-12T23:41:24.282Z[ host-image] Aug 12 23:41:23.752 INFO O| Aug 12 23:41:23.752 INFO STEP 25 (remove_files) COMPLETE
95142026-08-12T23:41:24.282Z[ host-image] Aug 12 23:41:23.752 INFO O| Aug 12 23:41:23.752 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-12T23:41:24.285Z[ host-image] Aug 12 23:41:23.758 INFO O| Aug 12 23:41:23.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95162026-08-12T23:41:24.285Z[ host-image] Aug 12 23:41:23.758 INFO O| Aug 12 23:41:23.758 INFO STEP 26 (remove_files) COMPLETE
95172026-08-12T23:41:24.285Z[ host-image] Aug 12 23:41:23.758 INFO O| Aug 12 23:41:23.758 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-12T23:41:24.293Z[ host-image] Aug 12 23:41:23.766 INFO O| Aug 12 23:41:23.766 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95192026-08-12T23:41:24.293Z[ host-image] Aug 12 23:41:23.766 INFO O| Aug 12 23:41:23.766 INFO STEP 27 (remove_files) COMPLETE
95202026-08-12T23:41:24.297Z[ host-image] Aug 12 23:41:23.766 INFO O| Aug 12 23:41:23.766 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-12T23:41:24.300Z[ host-image] Aug 12 23:41:23.773 INFO O| Aug 12 23:41:23.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95222026-08-12T23:41:24.300Z[ host-image] Aug 12 23:41:23.773 INFO O| Aug 12 23:41:23.773 INFO STEP 28 (remove_files) COMPLETE
95232026-08-12T23:41:24.304Z[ host-image] Aug 12 23:41:23.773 INFO O| Aug 12 23:41:23.773 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-12T23:41:24.307Z[ host-image] Aug 12 23:41:23.780 INFO O| Aug 12 23:41:23.780 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95252026-08-12T23:41:24.307Z[ host-image] Aug 12 23:41:23.780 INFO O| Aug 12 23:41:23.780 INFO STEP 29 (remove_files) COMPLETE
95262026-08-12T23:41:24.307Z[ host-image] Aug 12 23:41:23.780 INFO O| Aug 12 23:41:23.780 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-12T23:41:24.312Z[ host-image] Aug 12 23:41:23.785 INFO O| Aug 12 23:41:23.785 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95282026-08-12T23:41:24.312Z[ host-image] Aug 12 23:41:23.785 INFO O| Aug 12 23:41:23.785 INFO STEP 30 (remove_files) COMPLETE
95292026-08-12T23:41:24.312Z[ host-image] Aug 12 23:41:23.785 INFO O| Aug 12 23:41:23.785 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-12T23:41:24.319Z[ host-image] Aug 12 23:41:23.792 INFO O| Aug 12 23:41:23.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95312026-08-12T23:41:24.319Z[ host-image] Aug 12 23:41:23.792 INFO O| Aug 12 23:41:23.792 INFO STEP 31 (remove_files) COMPLETE
95322026-08-12T23:41:24.322Z[ host-image] Aug 12 23:41:23.792 INFO O| Aug 12 23:41:23.792 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-08-12T23:41:24.326Z[ host-image] Aug 12 23:41:23.798 INFO O| Aug 12 23:41:23.798 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95342026-08-12T23:41:24.326Z[ host-image] Aug 12 23:41:23.798 INFO O| Aug 12 23:41:23.798 INFO STEP 32 (remove_files) COMPLETE
95352026-08-12T23:41:24.326Z[ host-image] Aug 12 23:41:23.798 INFO O| Aug 12 23:41:23.798 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-08-12T23:41:24.333Z[ host-image] Aug 12 23:41:23.806 INFO O| Aug 12 23:41:23.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95372026-08-12T23:41:24.337Z[ host-image] Aug 12 23:41:23.806 INFO O| Aug 12 23:41:23.806 INFO STEP 33 (remove_files) COMPLETE
95382026-08-12T23:41:24.337Z[ host-image] Aug 12 23:41:23.806 INFO O| Aug 12 23:41:23.806 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-08-12T23:41:24.341Z[ host-image] Aug 12 23:41:23.814 INFO O| Aug 12 23:41:23.814 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95402026-08-12T23:41:24.344Z[ host-image] Aug 12 23:41:23.814 INFO O| Aug 12 23:41:23.814 INFO STEP 34 (remove_files) COMPLETE
95412026-08-12T23:41:24.344Z[ host-image] Aug 12 23:41:23.814 INFO O| Aug 12 23:41:23.814 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-08-12T23:41:24.347Z[ host-image] Aug 12 23:41:23.820 INFO O| Aug 12 23:41:23.820 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95432026-08-12T23:41:24.347Z[ host-image] Aug 12 23:41:23.820 INFO O| Aug 12 23:41:23.820 INFO STEP 35 (remove_files) COMPLETE
95442026-08-12T23:41:24.347Z[ host-image] Aug 12 23:41:23.820 INFO O| Aug 12 23:41:23.820 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-12T23:41:24.355Z[ host-image] Aug 12 23:41:23.828 INFO O| Aug 12 23:41:23.828 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95462026-08-12T23:41:24.355Z[ host-image] Aug 12 23:41:23.828 INFO O| Aug 12 23:41:23.828 INFO STEP 36 (remove_files) COMPLETE
95472026-08-12T23:41:24.355Z[ host-image] Aug 12 23:41:23.828 INFO O| Aug 12 23:41:23.828 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-12T23:41:24.361Z[ host-image] Aug 12 23:41:23.835 INFO O| Aug 12 23:41:23.835 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95492026-08-12T23:41:24.361Z[ host-image] Aug 12 23:41:23.835 INFO O| Aug 12 23:41:23.835 INFO STEP 37 (remove_files) COMPLETE
95502026-08-12T23:41:24.361Z[ host-image] Aug 12 23:41:23.835 INFO O| Aug 12 23:41:23.835 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-12T23:41:24.370Z[ host-image] Aug 12 23:41:23.843 INFO O| Aug 12 23:41:23.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95522026-08-12T23:41:24.370Z[ host-image] Aug 12 23:41:23.843 INFO O| Aug 12 23:41:23.843 INFO STEP 38 (remove_files) COMPLETE
95532026-08-12T23:41:24.370Z[ host-image] Aug 12 23:41:23.843 INFO O| Aug 12 23:41:23.843 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-12T23:41:24.376Z[ host-image] Aug 12 23:41:23.849 INFO O| Aug 12 23:41:23.849 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95552026-08-12T23:41:24.376Z[ host-image] Aug 12 23:41:23.849 INFO O| Aug 12 23:41:23.849 INFO STEP 39 (remove_files) COMPLETE
95562026-08-12T23:41:24.376Z[ host-image] Aug 12 23:41:23.849 INFO O| Aug 12 23:41:23.849 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-12T23:41:24.382Z[ host-image] Aug 12 23:41:23.855 INFO O| Aug 12 23:41:23.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95582026-08-12T23:41:24.382Z[ host-image] Aug 12 23:41:23.855 INFO O| Aug 12 23:41:23.855 INFO STEP 40 (remove_files) COMPLETE
95592026-08-12T23:41:24.386Z[ host-image] Aug 12 23:41:23.855 INFO O| Aug 12 23:41:23.855 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-12T23:41:24.395Z[ host-image] Aug 12 23:41:23.861 INFO O| Aug 12 23:41:23.861 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95612026-08-12T23:41:24.395Z[ host-image] Aug 12 23:41:23.861 INFO O| Aug 12 23:41:23.861 INFO STEP 41 (remove_files) COMPLETE
95622026-08-12T23:41:24.395Z[ host-image] Aug 12 23:41:23.861 INFO O| Aug 12 23:41:23.861 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-12T23:41:24.396Z[ host-image] Aug 12 23:41:23.867 INFO O| Aug 12 23:41:23.867 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95642026-08-12T23:41:24.396Z[ host-image] Aug 12 23:41:23.867 INFO O| Aug 12 23:41:23.867 INFO STEP 42 (remove_files) COMPLETE
95652026-08-12T23:41:24.396Z[ host-image] Aug 12 23:41:23.867 INFO O| Aug 12 23:41:23.867 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-12T23:41:24.403Z[ host-image] Aug 12 23:41:23.875 INFO O| Aug 12 23:41:23.875 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95672026-08-12T23:41:24.403Z[ host-image] Aug 12 23:41:23.875 INFO O| Aug 12 23:41:23.875 INFO STEP 43 (remove_files) COMPLETE
95682026-08-12T23:41:24.406Z[ host-image] Aug 12 23:41:23.875 INFO O| Aug 12 23:41:23.875 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-12T23:41:24.410Z[ host-image] Aug 12 23:41:23.882 INFO O| Aug 12 23:41:23.882 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95702026-08-12T23:41:24.411Z[ host-image] Aug 12 23:41:23.882 INFO O| Aug 12 23:41:23.882 INFO STEP 44 (remove_files) COMPLETE
95712026-08-12T23:41:24.411Z[ host-image] Aug 12 23:41:23.882 INFO O| Aug 12 23:41:23.882 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-12T23:41:24.416Z[ host-image] Aug 12 23:41:23.889 INFO O| Aug 12 23:41:23.889 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95732026-08-12T23:41:24.419Z[ host-image] Aug 12 23:41:23.889 INFO O| Aug 12 23:41:23.889 INFO STEP 45 (remove_files) COMPLETE
95742026-08-12T23:41:24.419Z[ host-image] Aug 12 23:41:23.889 INFO O| Aug 12 23:41:23.889 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-12T23:41:24.424Z[ host-image] Aug 12 23:41:23.897 INFO O| Aug 12 23:41:23.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95762026-08-12T23:41:24.424Z[ host-image] Aug 12 23:41:23.897 INFO O| Aug 12 23:41:23.897 INFO STEP 46 (remove_files) COMPLETE
95772026-08-12T23:41:24.424Z[ host-image] Aug 12 23:41:23.897 INFO O| Aug 12 23:41:23.897 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-12T23:41:24.431Z[ host-image] Aug 12 23:41:23.905 INFO O| Aug 12 23:41:23.905 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95792026-08-12T23:41:24.431Z[ host-image] Aug 12 23:41:23.905 INFO O| Aug 12 23:41:23.905 INFO STEP 47 (remove_files) COMPLETE
95802026-08-12T23:41:24.431Z[ host-image] Aug 12 23:41:23.905 INFO O| Aug 12 23:41:23.905 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-12T23:41:24.438Z[ host-image] Aug 12 23:41:23.911 INFO O| Aug 12 23:41:23.911 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95822026-08-12T23:41:24.438Z[ host-image] Aug 12 23:41:23.911 INFO O| Aug 12 23:41:23.911 INFO STEP 48 (remove_files) COMPLETE
95832026-08-12T23:41:24.438Z[ host-image] Aug 12 23:41:23.911 INFO O| Aug 12 23:41:23.911 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-12T23:41:24.445Z[ host-image] Aug 12 23:41:23.918 INFO O| Aug 12 23:41:23.918 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95852026-08-12T23:41:24.445Z[ host-image] Aug 12 23:41:23.918 INFO O| Aug 12 23:41:23.918 INFO STEP 49 (remove_files) COMPLETE
95862026-08-12T23:41:24.449Z[ host-image] Aug 12 23:41:23.918 INFO O| Aug 12 23:41:23.918 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-12T23:41:24.452Z[ host-image] Aug 12 23:41:23.926 INFO O| Aug 12 23:41:23.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95882026-08-12T23:41:24.456Z[ host-image] Aug 12 23:41:23.926 INFO O| Aug 12 23:41:23.926 INFO STEP 50 (remove_files) COMPLETE
95892026-08-12T23:41:24.456Z[ host-image] Aug 12 23:41:23.926 INFO O| Aug 12 23:41:23.926 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-12T23:41:24.459Z[ host-image] Aug 12 23:41:23.932 INFO O| Aug 12 23:41:23.932 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95912026-08-12T23:41:24.459Z[ host-image] Aug 12 23:41:23.932 INFO O| Aug 12 23:41:23.932 INFO STEP 51 (remove_files) COMPLETE
95922026-08-12T23:41:24.459Z[ host-image] Aug 12 23:41:23.932 INFO O| Aug 12 23:41:23.932 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-12T23:41:24.465Z[ host-image] Aug 12 23:41:23.938 INFO O| Aug 12 23:41:23.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95942026-08-12T23:41:24.469Z[ host-image] Aug 12 23:41:23.938 INFO O| Aug 12 23:41:23.938 INFO STEP 52 (remove_files) COMPLETE
95952026-08-12T23:41:24.470Z[ host-image] Aug 12 23:41:23.938 INFO O| Aug 12 23:41:23.938 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-12T23:41:24.473Z[ host-image] Aug 12 23:41:23.946 INFO O| Aug 12 23:41:23.946 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95972026-08-12T23:41:24.473Z[ host-image] Aug 12 23:41:23.946 INFO O| Aug 12 23:41:23.946 INFO STEP 53 (remove_files) COMPLETE
95982026-08-12T23:41:24.473Z[ host-image] Aug 12 23:41:23.946 INFO O| Aug 12 23:41:23.946 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-12T23:41:24.480Z[ host-image] Aug 12 23:41:23.954 INFO O| Aug 12 23:41:23.954 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96002026-08-12T23:41:24.480Z[ host-image] Aug 12 23:41:23.954 INFO O| Aug 12 23:41:23.954 INFO STEP 54 (remove_files) COMPLETE
96012026-08-12T23:41:24.484Z[ host-image] Aug 12 23:41:23.954 INFO O| Aug 12 23:41:23.954 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-12T23:41:24.488Z[ host-image] Aug 12 23:41:23.962 INFO O| Aug 12 23:41:23.961 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96032026-08-12T23:41:24.488Z[ host-image] Aug 12 23:41:23.962 INFO O| Aug 12 23:41:23.962 INFO STEP 55 (remove_files) COMPLETE
96042026-08-12T23:41:24.492Z[ host-image] Aug 12 23:41:23.962 INFO O| Aug 12 23:41:23.962 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-12T23:41:24.496Z[ host-image] Aug 12 23:41:23.970 INFO O| Aug 12 23:41:23.970 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96062026-08-12T23:41:24.496Z[ host-image] Aug 12 23:41:23.970 INFO O| Aug 12 23:41:23.970 INFO STEP 56 (remove_files) COMPLETE
96072026-08-12T23:41:24.500Z[ host-image] Aug 12 23:41:23.970 INFO O| Aug 12 23:41:23.970 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-12T23:41:24.503Z[ host-image] Aug 12 23:41:23.976 INFO O| Aug 12 23:41:23.976 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96092026-08-12T23:41:24.503Z[ host-image] Aug 12 23:41:23.976 INFO O| Aug 12 23:41:23.976 INFO STEP 57 (remove_files) COMPLETE
96102026-08-12T23:41:24.504Z[ host-image] Aug 12 23:41:23.976 INFO O| Aug 12 23:41:23.976 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-08-12T23:41:24.511Z[ host-image] Aug 12 23:41:23.984 INFO O| Aug 12 23:41:23.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96122026-08-12T23:41:24.515Z[ host-image] Aug 12 23:41:23.985 INFO O| Aug 12 23:41:23.984 INFO STEP 58 (remove_files) COMPLETE
96132026-08-12T23:41:24.515Z[ host-image] Aug 12 23:41:23.985 INFO O| Aug 12 23:41:23.985 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-12T23:41:24.519Z[ host-image] Aug 12 23:41:23.992 INFO O| Aug 12 23:41:23.992 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96152026-08-12T23:41:24.519Z[ host-image] Aug 12 23:41:23.992 INFO O| Aug 12 23:41:23.992 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96162026-08-12T23:41:24.522Z[ host-image] Aug 12 23:41:23.992 INFO O| Aug 12 23:41:23.992 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96172026-08-12T23:41:24.522Z[ host-image] Aug 12 23:41:23.992 INFO O| Aug 12 23:41:23.992 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96182026-08-12T23:41:24.522Z[ host-image] Aug 12 23:41:23.992 INFO O| Aug 12 23:41:23.992 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96192026-08-12T23:41:24.522Z[ host-image] Aug 12 23:41:23.992 INFO O| Aug 12 23:41:23.992 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96202026-08-12T23:41:24.522Z[ host-image] Aug 12 23:41:23.992 INFO O| Aug 12 23:41:23.992 INFO ok!
96212026-08-12T23:41:24.522Z[ host-image] Aug 12 23:41:23.992 INFO O| Aug 12 23:41:23.992 INFO STEP 59 (ensure_file) COMPLETE
96222026-08-12T23:41:24.522Z[ host-image] Aug 12 23:41:23.992 INFO O| Aug 12 23:41:23.992 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-08-12T23:41:24.526Z[ host-image] Aug 12 23:41:23.999 INFO O| Aug 12 23:41:23.999 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96242026-08-12T23:41:24.526Z[ host-image] Aug 12 23:41:23.999 INFO O| Aug 12 23:41:23.999 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96252026-08-12T23:41:24.529Z[ host-image] Aug 12 23:41:23.999 INFO O| Aug 12 23:41:23.999 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96262026-08-12T23:41:24.529Z[ host-image] Aug 12 23:41:23.999 INFO O| Aug 12 23:41:23.999 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96272026-08-12T23:41:24.529Z[ host-image] Aug 12 23:41:23.999 INFO O| Aug 12 23:41:23.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96282026-08-12T23:41:24.529Z[ host-image] Aug 12 23:41:23.999 INFO O| Aug 12 23:41:23.999 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96292026-08-12T23:41:24.530Z[ host-image] Aug 12 23:41:23.999 INFO O| Aug 12 23:41:23.999 INFO ok!
96302026-08-12T23:41:24.530Z[ host-image] Aug 12 23:41:23.999 INFO O| Aug 12 23:41:23.999 INFO STEP 60 (ensure_file) COMPLETE
96312026-08-12T23:41:24.530Z[ host-image] Aug 12 23:41:23.999 INFO O| Aug 12 23:41:23.999 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-12T23:41:24.534Z[ host-image] Aug 12 23:41:24.008 INFO O| Aug 12 23:41:24.008 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96332026-08-12T23:41:24.534Z[ host-image] Aug 12 23:41:24.008 INFO O| Aug 12 23:41:24.008 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96342026-08-12T23:41:24.538Z[ host-image] Aug 12 23:41:24.008 INFO O| Aug 12 23:41:24.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96352026-08-12T23:41:24.538Z[ host-image] Aug 12 23:41:24.008 INFO O| Aug 12 23:41:24.008 INFO ok!
96362026-08-12T23:41:24.538Z[ host-image] Aug 12 23:41:24.008 INFO O| Aug 12 23:41:24.008 INFO STEP 61 (ensure_file) COMPLETE
96372026-08-12T23:41:24.538Z[ host-image] Aug 12 23:41:24.008 INFO O| Aug 12 23:41:24.008 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-12T23:41:24.542Z[ host-image] Aug 12 23:41:24.015 INFO O| Aug 12 23:41:24.015 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96392026-08-12T23:41:24.542Z[ host-image] Aug 12 23:41:24.015 INFO O| Aug 12 23:41:24.015 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96402026-08-12T23:41:24.545Z[ host-image] Aug 12 23:41:24.015 INFO O| Aug 12 23:41:24.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96412026-08-12T23:41:24.545Z[ host-image] Aug 12 23:41:24.015 INFO O| Aug 12 23:41:24.015 INFO ok!
96422026-08-12T23:41:24.545Z[ host-image] Aug 12 23:41:24.015 INFO O| Aug 12 23:41:24.015 INFO STEP 62 (ensure_file) COMPLETE
96432026-08-12T23:41:24.545Z[ host-image] Aug 12 23:41:24.015 INFO O| Aug 12 23:41:24.015 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-12T23:41:24.548Z[ host-image] Aug 12 23:41:24.021 INFO O| Aug 12 23:41:24.021 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96452026-08-12T23:41:24.549Z[ host-image] Aug 12 23:41:24.021 INFO O| Aug 12 23:41:24.021 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96462026-08-12T23:41:24.549Z[ host-image] Aug 12 23:41:24.021 INFO O| Aug 12 23:41:24.021 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96472026-08-12T23:41:24.549Z[ host-image] Aug 12 23:41:24.021 INFO O| Aug 12 23:41:24.021 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96482026-08-12T23:41:24.549Z[ host-image] Aug 12 23:41:24.021 INFO O| Aug 12 23:41:24.021 INFO ok!
96492026-08-12T23:41:24.549Z[ host-image] Aug 12 23:41:24.021 INFO O| Aug 12 23:41:24.021 INFO STEP 63 (ensure_file) COMPLETE
96502026-08-12T23:41:24.549Z[ host-image] Aug 12 23:41:24.021 INFO O| Aug 12 23:41:24.021 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-12T23:41:24.554Z[ host-image] Aug 12 23:41:24.027 INFO O| Aug 12 23:41:24.027 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96522026-08-12T23:41:24.554Z[ host-image] Aug 12 23:41:24.027 INFO O| Aug 12 23:41:24.027 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96532026-08-12T23:41:24.557Z[ host-image] Aug 12 23:41:24.027 INFO O| Aug 12 23:41:24.027 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96542026-08-12T23:41:24.557Z[ host-image] Aug 12 23:41:24.027 INFO O| Aug 12 23:41:24.027 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96552026-08-12T23:41:24.558Z[ host-image] Aug 12 23:41:24.027 INFO O| Aug 12 23:41:24.027 INFO ok!
96562026-08-12T23:41:24.559Z[ host-image] Aug 12 23:41:24.027 INFO O| Aug 12 23:41:24.027 INFO STEP 64 (ensure_file) COMPLETE
96572026-08-12T23:41:24.559Z[ host-image] Aug 12 23:41:24.027 INFO O| Aug 12 23:41:24.027 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-12T23:41:24.563Z[ host-image] Aug 12 23:41:24.036 INFO O| Aug 12 23:41:24.036 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96592026-08-12T23:41:24.563Z[ host-image] Aug 12 23:41:24.037 INFO O| Aug 12 23:41:24.036 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96602026-08-12T23:41:24.563Z[ host-image] Aug 12 23:41:24.037 INFO O| Aug 12 23:41:24.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96612026-08-12T23:41:24.567Z[ host-image] Aug 12 23:41:24.037 INFO O| Aug 12 23:41:24.036 INFO ok!
96622026-08-12T23:41:24.567Z[ host-image] Aug 12 23:41:24.037 INFO O| Aug 12 23:41:24.037 INFO STEP 65 (assemble_files) COMPLETE
96632026-08-12T23:41:24.567Z[ host-image] Aug 12 23:41:24.037 INFO O| Aug 12 23:41:24.037 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-12T23:41:24.571Z[ host-image] Aug 12 23:41:24.044 INFO O| Aug 12 23:41:24.044 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96652026-08-12T23:41:24.571Z[ host-image] Aug 12 23:41:24.044 INFO O| Aug 12 23:41:24.044 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96662026-08-12T23:41:24.574Z[ host-image] Aug 12 23:41:24.044 INFO O| Aug 12 23:41:24.044 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96672026-08-12T23:41:24.574Z[ host-image] Aug 12 23:41:24.044 INFO O| Aug 12 23:41:24.044 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96682026-08-12T23:41:24.574Z[ host-image] Aug 12 23:41:24.044 INFO O| Aug 12 23:41:24.044 INFO ok!
96692026-08-12T23:41:24.574Z[ host-image] Aug 12 23:41:24.044 INFO O| Aug 12 23:41:24.044 INFO STEP 66 (ensure_file) COMPLETE
96702026-08-12T23:41:24.574Z[ host-image] Aug 12 23:41:24.044 INFO O| Aug 12 23:41:24.044 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96712026-08-12T23:41:24.579Z[ host-image] Aug 12 23:41:24.053 INFO O| Aug 12 23:41:24.053 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96722026-08-12T23:41:24.583Z[ host-image] Aug 12 23:41:24.053 INFO O| Aug 12 23:41:24.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96732026-08-12T23:41:24.583Z[ host-image] Aug 12 23:41:24.053 INFO O| Aug 12 23:41:24.053 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96742026-08-12T23:41:24.584Z[ host-image] Aug 12 23:41:24.053 INFO O| Aug 12 23:41:24.053 INFO STEP 67 (ensure_dir) COMPLETE
96752026-08-12T23:41:24.584Z[ host-image] Aug 12 23:41:24.053 INFO O| Aug 12 23:41:24.053 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-08-12T23:41:24.587Z[ host-image] Aug 12 23:41:24.059 INFO O| Aug 12 23:41:24.059 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96772026-08-12T23:41:24.587Z[ host-image] Aug 12 23:41:24.059 INFO O| Aug 12 23:41:24.059 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 ...
96782026-08-12T23:41:24.591Z[ host-image] Aug 12 23:41:24.065 INFO O| Aug 12 23:41:24.065 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
96792026-08-12T23:41:24.592Z[ host-image] Aug 12 23:41:24.065 INFO O| Aug 12 23:41:24.065 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96802026-08-12T23:41:24.592Z[ host-image] Aug 12 23:41:24.065 INFO O| Aug 12 23:41:24.065 INFO ok!
96812026-08-12T23:41:24.595Z[ host-image] Aug 12 23:41:24.065 INFO O| Aug 12 23:41:24.065 INFO STEP 68 (ensure_file) COMPLETE
96822026-08-12T23:41:24.595Z[ host-image] Aug 12 23:41:24.065 INFO O| Aug 12 23:41:24.065 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-08-12T23:41:24.600Z[ host-image] Aug 12 23:41:24.073 INFO O| Aug 12 23:41:24.073 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96842026-08-12T23:41:24.603Z[ host-image] Aug 12 23:41:24.073 INFO O| Aug 12 23:41:24.073 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 ...
96852026-08-12T23:41:24.603Z[ host-image] Aug 12 23:41:24.073 INFO O| Aug 12 23:41:24.073 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
96862026-08-12T23:41:24.603Z[ host-image] Aug 12 23:41:24.073 INFO O| Aug 12 23:41:24.073 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96872026-08-12T23:41:24.603Z[ host-image] Aug 12 23:41:24.073 INFO O| Aug 12 23:41:24.073 INFO ok!
96882026-08-12T23:41:24.603Z[ host-image] Aug 12 23:41:24.073 INFO O| Aug 12 23:41:24.073 INFO STEP 69 (ensure_file) COMPLETE
96892026-08-12T23:41:24.603Z[ host-image] Aug 12 23:41:24.073 INFO O| Aug 12 23:41:24.073 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-08-12T23:41:24.612Z[ host-image] Aug 12 23:41:24.085 INFO O| Aug 12 23:41:24.085 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96912026-08-12T23:41:24.612Z[ host-image] Aug 12 23:41:24.085 INFO O| Aug 12 23:41:24.085 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96922026-08-12T23:41:26.071Z[ host-image] Aug 12 23:41:25.544 INFO O| Aug 12 23:41:25.544 INFO STEP 70 (pack_tar) COMPLETE
96932026-08-12T23:41:26.071Z[ host-image] Aug 12 23:41:25.544 INFO O| Aug 12 23:41:25.544 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96942026-08-12T23:41:26.071Z[ host-image] Aug 12 23:41:25.544 INFO O| Aug 12 23:41:25.544 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96952026-08-12T23:41:26.625Z[ host-image] Aug 12 23:41:26.098 INFO O| Aug 12 23:41:26.098 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96962026-08-12T23:41:26.931Z[ host-image] Aug 12 23:41:26.404 INFO O| Aug 12 23:41:26.404 INFO completed processing sled/ramdisk-02-trim
96972026-08-12T23:41:26.934Z[ host-image] Aug 12 23:41:26.406 INFO image builder template: zfs...
96982026-08-12T23:41:26.934Z[ host-image] Aug 12 23:41:26.406 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/.tmpFnSeuI/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "zfs"], pwd: None
96992026-08-12T23:41:26.945Z[ host-image] Aug 12 23:41:26.419 INFO O| Aug 12 23:41:26.418 INFO skip include "stress" because feature "stress" is not enabled
97002026-08-12T23:41:26.945Z[ host-image] Aug 12 23:41:26.419 INFO O| Aug 12 23:41:26.418 INFO skip include "stress" because feature "compliance" is not enabled
97012026-08-12T23:41:26.972Z[ host-image] Aug 12 23:41:26.445 INFO O| Aug 12 23:41:26.445 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97022026-08-12T23:41:26.977Z[ host-image] Aug 12 23:41:26.450 INFO O| Aug 12 23:41:26.450 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97032026-08-12T23:41:27.109Z[ host-image] Aug 12 23:41:26.582 INFO O| Aug 12 23:41:26.582 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97042026-08-12T23:41:27.271Z[ host-image] Aug 12 23:41:26.743 INFO O| Aug 12 23:41:26.743 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97052026-08-12T23:41:27.271Z[ host-image] Aug 12 23:41:26.743 INFO O| Aug 12 23:41:26.743 INFO work dataset: rpool/images/build/host/work/sled/zfs
97062026-08-12T23:41:27.274Z[ host-image] Aug 12 23:41:26.747 INFO O| Aug 12 23:41:26.746 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97072026-08-12T23:41:27.384Z[ host-image] Aug 12 23:41:26.858 INFO O| Aug 12 23:41:26.858 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97082026-08-12T23:41:27.459Z[ host-image] Aug 12 23:41:26.932 INFO O| Aug 12 23:41:26.932 INFO DESTROY POOL: TEMPORARY-sled-zfs
97092026-08-12T23:41:27.469Z[ host-image] Aug 12 23:41:26.942 INFO O| Aug 12 23:41:26.942 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97102026-08-12T23:41:27.476Z[ host-image] Aug 12 23:41:26.947 INFO O| Aug 12 23:41:26.947 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97112026-08-12T23:41:27.477Z[ host-image] Aug 12 23:41:26.947 INFO O| Aug 12 23:41:26.947 INFO no lofi found
97122026-08-12T23:41:27.481Z[ host-image] Aug 12 23:41:26.947 INFO O| Aug 12 23:41:26.947 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97132026-08-12T23:41:27.481Z[ host-image] Aug 12 23:41:26.947 INFO O| Aug 12 23:41:26.947 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97142026-08-12T23:41:29.196Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97152026-08-12T23:41:29.530Z[ host-image] Aug 12 23:41:29.001 INFO O| Aug 12 23:41:29.001 INFO lofi device = /dev/dsk/c2t1d0p0
97162026-08-12T23:41:29.530Z[ host-image] Aug 12 23:41:29.001 INFO O| Aug 12 23:41:29.001 INFO pool device = /dev/dsk/c2t1d0p0
97172026-08-12T23:41:29.530Z[ host-image] Aug 12 23:41:29.001 INFO O| Aug 12 23:41:29.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"]
97182026-08-12T23:41:29.646Z[ host-image] Aug 12 23:41:29.119 INFO O| Aug 12 23:41:29.119 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97192026-08-12T23:41:29.646Z[ host-image] Aug 12 23:41:29.119 INFO O| Aug 12 23:41:29.119 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97202026-08-12T23:41:29.665Z[ host-image] Aug 12 23:41:29.138 INFO O| Aug 12 23:41:29.138 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97212026-08-12T23:41:29.721Z[ host-image] Aug 12 23:41:29.194 INFO O| Aug 12 23:41:29.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97222026-08-12T23:41:29.752Z[ host-image] Aug 12 23:41:29.226 INFO O| Aug 12 23:41:29.226 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97232026-08-12T23:41:29.768Z[ host-image] Aug 12 23:41:29.242 INFO O| Aug 12 23:41:29.241 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97242026-08-12T23:41:29.780Z[ host-image] Aug 12 23:41:29.254 INFO O| Aug 12 23:41:29.253 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97252026-08-12T23:41:29.820Z[ host-image] Aug 12 23:41:29.293 INFO O| Aug 12 23:41:29.293 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97262026-08-12T23:41:29.820Z[ host-image] Aug 12 23:41:29.293 INFO O| Aug 12 23:41:29.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97272026-08-12T23:41:29.823Z[ host-image] Aug 12 23:41:29.293 INFO O| Aug 12 23:41:29.293 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97282026-08-12T23:41:29.831Z[ host-image] Aug 12 23:41:29.304 INFO O| Aug 12 23:41:29.304 INFO boot environment UUID: a3f14ba9-64c3-4aaf-95cb-93aab30b53d4
97292026-08-12T23:41:29.831Z[ host-image] Aug 12 23:41:29.304 INFO O| Aug 12 23:41:29.304 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a3f14ba9-64c3-4aaf-95cb-93aab30b53d4
97302026-08-12T23:41:29.843Z[ host-image] Aug 12 23:41:29.316 INFO O| Aug 12 23:41:29.316 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97312026-08-12T23:41:29.856Z[ host-image] Aug 12 23:41:29.329 INFO O| Aug 12 23:41:29.329 INFO STEP 0 (create_be) COMPLETE
97322026-08-12T23:41:29.856Z[ host-image] Aug 12 23:41:29.329 INFO O| Aug 12 23:41:29.329 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97332026-08-12T23:41:29.871Z[ host-image] Aug 12 23:41:29.344 INFO O| Aug 12 23:41:29.344 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97342026-08-12T23:41:40.160Z[ host-image] Aug 12 23:41:39.633 INFO O| Aug 12 23:41:39.633 INFO STEP 1 (unpack_tar) COMPLETE
97352026-08-12T23:41:40.160Z[ host-image] Aug 12 23:41:39.633 INFO O| Aug 12 23:41:39.633 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97362026-08-12T23:41:40.170Z[ host-image] Aug 12 23:41:39.644 INFO O| Aug 12 23:41:39.644 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97372026-08-12T23:41:40.517Z[ host-image] Aug 12 23:41:39.988 INFO O| Aug 12 23:41:39.988 INFO STEP 2 (devfsadm) COMPLETE
97382026-08-12T23:41:40.517Z[ host-image] Aug 12 23:41:39.988 INFO O| Aug 12 23:41:39.988 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97392026-08-12T23:41:40.525Z[ host-image] Aug 12 23:41:39.998 INFO O| Aug 12 23:41:39.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97402026-08-12T23:41:40.525Z[ host-image] Aug 12 23:41:39.998 INFO O| Aug 12 23:41:39.998 INFO STEP 3 (ensure_dir) COMPLETE
97412026-08-12T23:41:40.528Z[ host-image] Aug 12 23:41:39.998 INFO O| Aug 12 23:41:39.998 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97422026-08-12T23:41:40.532Z[ host-image] Aug 12 23:41:40.006 INFO O| Aug 12 23:41:40.006 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97432026-08-12T23:41:40.532Z[ host-image] Aug 12 23:41:40.006 INFO O| Aug 12 23:41:40.006 INFO STEP 4 (ensure_dir) COMPLETE
97442026-08-12T23:41:40.535Z[ host-image] Aug 12 23:41:40.006 INFO O| Aug 12 23:41:40.006 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97452026-08-12T23:41:40.543Z[ host-image] Aug 12 23:41:40.016 INFO O| Aug 12 23:41:40.016 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97462026-08-12T23:41:40.543Z[ host-image] Aug 12 23:41:40.016 INFO O| Aug 12 23:41:40.016 INFO STEP 5 (ensure_dir) COMPLETE
97472026-08-12T23:41:40.549Z[ host-image] Aug 12 23:41:40.016 INFO O| Aug 12 23:41:40.016 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97482026-08-12T23:41:40.553Z[ host-image] Aug 12 23:41:40.026 INFO O| Aug 12 23:41:40.026 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97492026-08-12T23:41:40.553Z[ host-image] Aug 12 23:41:40.026 INFO O| Aug 12 23:41:40.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97502026-08-12T23:41:40.553Z[ host-image] Aug 12 23:41:40.026 INFO O| Aug 12 23:41:40.026 INFO STEP 6 (ensure_dir) COMPLETE
97512026-08-12T23:41:40.553Z[ host-image] Aug 12 23:41:40.026 INFO O| Aug 12 23:41:40.026 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97522026-08-12T23:41:40.562Z[ host-image] Aug 12 23:41:40.035 INFO O| Aug 12 23:41:40.035 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97532026-08-12T23:41:40.562Z[ host-image] Aug 12 23:41:40.035 INFO O| Aug 12 23:41:40.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97542026-08-12T23:41:40.565Z[ host-image] Aug 12 23:41:40.035 INFO O| Aug 12 23:41:40.035 INFO STEP 7 (ensure_dir) COMPLETE
97552026-08-12T23:41:40.565Z[ host-image] Aug 12 23:41:40.035 INFO O| Aug 12 23:41:40.035 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97562026-08-12T23:41:40.569Z[ host-image] Aug 12 23:41:40.043 INFO O| Aug 12 23:41:40.043 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97572026-08-12T23:41:40.573Z[ host-image] Aug 12 23:41:40.044 INFO O| Aug 12 23:41:40.044 INFO STEP 8 (remove_files) COMPLETE
97582026-08-12T23:41:40.573Z[ host-image] Aug 12 23:41:40.044 INFO O| Aug 12 23:41:40.044 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97592026-08-12T23:41:40.580Z[ host-image] Aug 12 23:41:40.054 INFO O| Aug 12 23:41:40.054 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97602026-08-12T23:41:40.585Z[ host-image] Aug 12 23:41:40.054 INFO O| Aug 12 23:41:40.054 INFO STEP 9 (remove_files) COMPLETE
97612026-08-12T23:41:40.585Z[ host-image] Aug 12 23:41:40.054 INFO O| Aug 12 23:41:40.054 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97622026-08-12T23:41:40.590Z[ host-image] Aug 12 23:41:40.063 INFO O| Aug 12 23:41:40.063 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97632026-08-12T23:41:40.595Z[ host-image] Aug 12 23:41:40.064 INFO O| Aug 12 23:41:40.064 INFO STEP 10 (remove_files) COMPLETE
97642026-08-12T23:41:40.595Z[ host-image] Aug 12 23:41:40.064 INFO O| Aug 12 23:41:40.064 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97652026-08-12T23:41:40.600Z[ host-image] Aug 12 23:41:40.073 INFO O| Aug 12 23:41:40.073 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97662026-08-12T23:41:40.600Z[ host-image] Aug 12 23:41:40.073 INFO O| Aug 12 23:41:40.073 INFO STEP 11 (remove_files) COMPLETE
97672026-08-12T23:41:40.603Z[ host-image] Aug 12 23:41:40.073 INFO O| Aug 12 23:41:40.073 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97682026-08-12T23:41:40.608Z[ host-image] Aug 12 23:41:40.081 INFO O| Aug 12 23:41:40.081 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97692026-08-12T23:41:40.611Z[ host-image] Aug 12 23:41:40.081 INFO O| Aug 12 23:41:40.081 INFO STEP 12 (remove_files) COMPLETE
97702026-08-12T23:41:40.611Z[ host-image] Aug 12 23:41:40.081 INFO O| Aug 12 23:41:40.081 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97712026-08-12T23:41:40.616Z[ host-image] Aug 12 23:41:40.090 INFO O| Aug 12 23:41:40.090 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97722026-08-12T23:41:40.620Z[ host-image] Aug 12 23:41:40.090 INFO O| Aug 12 23:41:40.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97732026-08-12T23:41:40.620Z[ host-image] Aug 12 23:41:40.090 INFO O| Aug 12 23:41:40.090 INFO STEP 13 (ensure_dir) COMPLETE
97742026-08-12T23:41:40.620Z[ host-image] Aug 12 23:41:40.090 INFO O| Aug 12 23:41:40.090 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97752026-08-12T23:41:40.624Z[ host-image] Aug 12 23:41:40.098 INFO O| Aug 12 23:41:40.098 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97762026-08-12T23:41:40.627Z[ host-image] Aug 12 23:41:40.098 INFO O| Aug 12 23:41:40.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97772026-08-12T23:41:40.628Z[ host-image] Aug 12 23:41:40.098 INFO O| Aug 12 23:41:40.098 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97782026-08-12T23:41:40.628Z[ host-image] Aug 12 23:41:40.098 INFO O| Aug 12 23:41:40.098 INFO STEP 14 (ensure_dir) COMPLETE
97792026-08-12T23:41:40.628Z[ host-image] Aug 12 23:41:40.098 INFO O| Aug 12 23:41:40.098 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-08-12T23:41:40.635Z[ host-image] Aug 12 23:41:40.108 INFO O| Aug 12 23:41:40.108 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97812026-08-12T23:41:40.635Z[ host-image] Aug 12 23:41:40.108 INFO O| Aug 12 23:41:40.108 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97822026-08-12T23:41:40.635Z[ host-image] Aug 12 23:41:40.108 INFO O| Aug 12 23:41:40.108 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97832026-08-12T23:41:40.638Z[ host-image] Aug 12 23:41:40.108 INFO O| Aug 12 23:41:40.108 INFO STEP 15 (ensure_dir) COMPLETE
97842026-08-12T23:41:40.638Z[ host-image] Aug 12 23:41:40.108 INFO O| Aug 12 23:41:40.108 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97852026-08-12T23:41:40.644Z[ host-image] Aug 12 23:41:40.118 INFO O| Aug 12 23:41:40.118 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97862026-08-12T23:41:40.644Z[ host-image] Aug 12 23:41:40.118 INFO O| Aug 12 23:41:40.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97872026-08-12T23:41:40.648Z[ host-image] Aug 12 23:41:40.118 INFO O| Aug 12 23:41:40.118 INFO STEP 16 (ensure_dir) COMPLETE
97882026-08-12T23:41:40.648Z[ host-image] Aug 12 23:41:40.118 INFO O| Aug 12 23:41:40.118 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-08-12T23:41:40.653Z[ host-image] Aug 12 23:41:40.126 INFO O| Aug 12 23:41:40.126 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97902026-08-12T23:41:40.659Z[ host-image] Aug 12 23:41:40.126 INFO O| Aug 12 23:41:40.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97912026-08-12T23:41:40.659Z[ host-image] Aug 12 23:41:40.126 INFO O| Aug 12 23:41:40.126 INFO STEP 17 (ensure_dir) COMPLETE
97922026-08-12T23:41:40.659Z[ host-image] Aug 12 23:41:40.126 INFO O| Aug 12 23:41:40.126 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97932026-08-12T23:41:40.662Z[ host-image] Aug 12 23:41:40.134 INFO O| Aug 12 23:41:40.134 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97942026-08-12T23:41:40.662Z[ host-image] Aug 12 23:41:40.135 INFO O| Aug 12 23:41:40.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97952026-08-12T23:41:40.662Z[ host-image] Aug 12 23:41:40.135 INFO O| Aug 12 23:41:40.134 INFO ok!
97962026-08-12T23:41:40.662Z[ host-image] Aug 12 23:41:40.135 INFO O| Aug 12 23:41:40.135 INFO STEP 18 (ensure_symlink) COMPLETE
97972026-08-12T23:41:40.662Z[ host-image] Aug 12 23:41:40.135 INFO O| Aug 12 23:41:40.135 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-08-12T23:41:40.670Z[ host-image] Aug 12 23:41:40.143 INFO O| Aug 12 23:41:40.143 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97992026-08-12T23:41:40.670Z[ host-image] Aug 12 23:41:40.143 INFO O| Aug 12 23:41:40.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98002026-08-12T23:41:40.670Z[ host-image] Aug 12 23:41:40.143 INFO O| Aug 12 23:41:40.143 INFO ok!
98012026-08-12T23:41:40.673Z[ host-image] Aug 12 23:41:40.143 INFO O| Aug 12 23:41:40.143 INFO STEP 19 (ensure_file) COMPLETE
98022026-08-12T23:41:40.673Z[ host-image] Aug 12 23:41:40.143 INFO O| Aug 12 23:41:40.143 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98032026-08-12T23:41:40.678Z[ host-image] Aug 12 23:41:40.152 INFO O| Aug 12 23:41:40.152 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98042026-08-12T23:41:40.679Z[ host-image] Aug 12 23:41:40.152 INFO O| Aug 12 23:41:40.152 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98052026-08-12T23:41:40.679Z[ host-image] Aug 12 23:41:40.152 INFO O| Aug 12 23:41:40.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98062026-08-12T23:41:40.682Z[ host-image] Aug 12 23:41:40.152 INFO O| Aug 12 23:41:40.152 INFO ok!
98072026-08-12T23:41:40.682Z[ host-image] Aug 12 23:41:40.152 INFO O| Aug 12 23:41:40.152 INFO STEP 20 (ensure_symlink) COMPLETE
98082026-08-12T23:41:40.682Z[ host-image] Aug 12 23:41:40.152 INFO O| Aug 12 23:41:40.152 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98092026-08-12T23:41:40.688Z[ host-image] Aug 12 23:41:40.161 INFO O| Aug 12 23:41:40.161 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98102026-08-12T23:41:40.688Z[ host-image] Aug 12 23:41:40.161 INFO O| Aug 12 23:41:40.161 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98112026-08-12T23:41:40.691Z[ host-image] Aug 12 23:41:40.161 INFO O| Aug 12 23:41:40.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98122026-08-12T23:41:40.691Z[ host-image] Aug 12 23:41:40.161 INFO O| Aug 12 23:41:40.161 INFO ok!
98132026-08-12T23:41:40.691Z[ host-image] Aug 12 23:41:40.161 INFO O| Aug 12 23:41:40.161 INFO STEP 21 (ensure_symlink) COMPLETE
98142026-08-12T23:41:40.691Z[ host-image] Aug 12 23:41:40.161 INFO O| Aug 12 23:41:40.161 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98152026-08-12T23:41:40.697Z[ host-image] Aug 12 23:41:40.170 INFO O| Aug 12 23:41:40.170 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98162026-08-12T23:41:40.698Z[ host-image] Aug 12 23:41:40.170 INFO O| Aug 12 23:41:40.170 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98172026-08-12T23:41:40.701Z[ host-image] Aug 12 23:41:40.170 INFO O| Aug 12 23:41:40.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98182026-08-12T23:41:40.701Z[ host-image] Aug 12 23:41:40.170 INFO O| Aug 12 23:41:40.170 INFO ok!
98192026-08-12T23:41:40.701Z[ host-image] Aug 12 23:41:40.170 INFO O| Aug 12 23:41:40.170 INFO STEP 22 (ensure_symlink) COMPLETE
98202026-08-12T23:41:40.701Z[ host-image] Aug 12 23:41:40.170 INFO O| Aug 12 23:41:40.170 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98212026-08-12T23:41:40.706Z[ host-image] Aug 12 23:41:40.179 INFO O| Aug 12 23:41:40.179 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98222026-08-12T23:41:40.706Z[ host-image] Aug 12 23:41:40.180 INFO O| Aug 12 23:41:40.179 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98232026-08-12T23:41:40.709Z[ host-image] Aug 12 23:41:40.180 INFO O| Aug 12 23:41:40.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98242026-08-12T23:41:40.709Z[ host-image] Aug 12 23:41:40.180 INFO O| Aug 12 23:41:40.180 INFO ok!
98252026-08-12T23:41:40.709Z[ host-image] Aug 12 23:41:40.180 INFO O| Aug 12 23:41:40.180 INFO STEP 23 (ensure_symlink) COMPLETE
98262026-08-12T23:41:40.709Z[ host-image] Aug 12 23:41:40.180 INFO O| Aug 12 23:41:40.180 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98272026-08-12T23:41:40.715Z[ host-image] Aug 12 23:41:40.188 INFO O| Aug 12 23:41:40.188 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98282026-08-12T23:41:40.715Z[ host-image] Aug 12 23:41:40.188 INFO O| Aug 12 23:41:40.188 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98292026-08-12T23:41:40.718Z[ host-image] Aug 12 23:41:40.188 INFO O| Aug 12 23:41:40.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98302026-08-12T23:41:40.718Z[ host-image] Aug 12 23:41:40.188 INFO O| Aug 12 23:41:40.188 INFO ok!
98312026-08-12T23:41:40.718Z[ host-image] Aug 12 23:41:40.188 INFO O| Aug 12 23:41:40.188 INFO STEP 24 (ensure_file) COMPLETE
98322026-08-12T23:41:40.718Z[ host-image] Aug 12 23:41:40.188 INFO O| Aug 12 23:41:40.188 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98332026-08-12T23:41:40.723Z[ host-image] Aug 12 23:41:40.196 INFO O| Aug 12 23:41:40.196 INFO updating shadow file
98342026-08-12T23:41:40.727Z[ host-image] Aug 12 23:41:40.196 INFO O| Aug 12 23:41:40.196 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98352026-08-12T23:41:40.727Z[ host-image] Aug 12 23:41:40.196 INFO O| Aug 12 23:41:40.196 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98362026-08-12T23:41:40.727Z[ host-image] Aug 12 23:41:40.196 INFO O| Aug 12 23:41:40.196 INFO STEP 25 (shadow) COMPLETE
98372026-08-12T23:41:40.727Z[ host-image] Aug 12 23:41:40.197 INFO O| Aug 12 23:41:40.196 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98382026-08-12T23:41:40.734Z[ host-image] Aug 12 23:41:40.207 INFO O| Aug 12 23:41:40.206 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98392026-08-12T23:41:40.734Z[ host-image] Aug 12 23:41:40.207 INFO O| Aug 12 23:41:40.207 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98402026-08-12T23:41:40.737Z[ host-image] Aug 12 23:41:40.207 INFO O| Aug 12 23:41:40.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98412026-08-12T23:41:40.737Z[ host-image] Aug 12 23:41:40.207 INFO O| Aug 12 23:41:40.207 INFO ok!
98422026-08-12T23:41:40.737Z[ host-image] Aug 12 23:41:40.207 INFO O| Aug 12 23:41:40.207 INFO STEP 26 (ensure_file) COMPLETE
98432026-08-12T23:41:40.738Z[ host-image] Aug 12 23:41:40.207 INFO O| Aug 12 23:41:40.207 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98442026-08-12T23:41:40.741Z[ host-image] Aug 12 23:41:40.214 INFO O| Aug 12 23:41:40.214 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98452026-08-12T23:41:40.741Z[ host-image] Aug 12 23:41:40.214 INFO O| Aug 12 23:41:40.214 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98462026-08-12T23:41:40.741Z[ host-image] Aug 12 23:41:40.214 INFO O| Aug 12 23:41:40.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98472026-08-12T23:41:40.741Z[ host-image] Aug 12 23:41:40.214 INFO O| Aug 12 23:41:40.214 INFO ok!
98482026-08-12T23:41:40.741Z[ host-image] Aug 12 23:41:40.214 INFO O| Aug 12 23:41:40.214 INFO STEP 27 (ensure_file) COMPLETE
98492026-08-12T23:41:40.743Z[ host-image] Aug 12 23:41:40.214 INFO O| Aug 12 23:41:40.214 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98502026-08-12T23:41:40.751Z[ host-image] Aug 12 23:41:40.225 INFO O| Aug 12 23:41:40.224 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98512026-08-12T23:41:40.754Z[ host-image] Aug 12 23:41:40.225 INFO O| Aug 12 23:41:40.225 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98522026-08-12T23:41:40.754Z[ host-image] Aug 12 23:41:40.225 INFO O| Aug 12 23:41:40.225 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98532026-08-12T23:41:40.754Z[ host-image] Aug 12 23:41:40.225 INFO O| Aug 12 23:41:40.225 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98542026-08-12T23:41:40.754Z[ host-image] Aug 12 23:41:40.225 INFO O| Aug 12 23:41:40.225 INFO ok!
98552026-08-12T23:41:40.754Z[ host-image] Aug 12 23:41:40.225 INFO O| Aug 12 23:41:40.225 INFO STEP 28 (ensure_file) COMPLETE
98562026-08-12T23:41:40.754Z[ host-image] Aug 12 23:41:40.225 INFO O| Aug 12 23:41:40.225 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98572026-08-12T23:41:40.760Z[ host-image] Aug 12 23:41:40.233 INFO O| Aug 12 23:41:40.233 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98582026-08-12T23:41:40.760Z[ host-image] Aug 12 23:41:40.233 INFO O| Aug 12 23:41:40.233 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98592026-08-12T23:41:40.763Z[ host-image] Aug 12 23:41:40.233 INFO O| Aug 12 23:41:40.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98602026-08-12T23:41:40.763Z[ host-image] Aug 12 23:41:40.233 INFO O| Aug 12 23:41:40.233 INFO ok!
98612026-08-12T23:41:40.763Z[ host-image] Aug 12 23:41:40.233 INFO O| Aug 12 23:41:40.233 INFO STEP 29 (ensure_file) COMPLETE
98622026-08-12T23:41:40.763Z[ host-image] Aug 12 23:41:40.233 INFO O| Aug 12 23:41:40.233 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98632026-08-12T23:41:40.769Z[ host-image] Aug 12 23:41:40.242 INFO O| Aug 12 23:41:40.242 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98642026-08-12T23:41:40.769Z[ host-image] Aug 12 23:41:40.243 INFO O| Aug 12 23:41:40.243 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98652026-08-12T23:41:40.774Z[ host-image] Aug 12 23:41:40.243 INFO O| Aug 12 23:41:40.243 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98662026-08-12T23:41:40.774Z[ host-image] Aug 12 23:41:40.243 INFO O| Aug 12 23:41:40.243 INFO STEP 30 (ensure_dir) COMPLETE
98672026-08-12T23:41:40.774Z[ host-image] Aug 12 23:41:40.243 INFO O| Aug 12 23:41:40.243 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-08-12T23:41:40.777Z[ host-image] Aug 12 23:41:40.251 INFO O| Aug 12 23:41:40.251 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98692026-08-12T23:41:40.780Z[ host-image] Aug 12 23:41:40.251 INFO O| Aug 12 23:41:40.251 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98702026-08-12T23:41:40.780Z[ host-image] Aug 12 23:41:40.251 INFO O| Aug 12 23:41:40.251 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98712026-08-12T23:41:40.780Z[ host-image] Aug 12 23:41:40.251 INFO O| Aug 12 23:41:40.251 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98722026-08-12T23:41:40.780Z[ host-image] Aug 12 23:41:40.251 INFO O| Aug 12 23:41:40.251 INFO ok!
98732026-08-12T23:41:40.780Z[ host-image] Aug 12 23:41:40.251 INFO O| Aug 12 23:41:40.251 INFO STEP 31 (ensure_file) COMPLETE
98742026-08-12T23:41:40.780Z[ host-image] Aug 12 23:41:40.251 INFO O| Aug 12 23:41:40.251 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98752026-08-12T23:41:40.785Z[ host-image] Aug 12 23:41:40.259 INFO O| Aug 12 23:41:40.259 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98762026-08-12T23:41:40.788Z[ host-image] Aug 12 23:41:40.259 INFO O| Aug 12 23:41:40.259 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98772026-08-12T23:41:40.788Z[ host-image] Aug 12 23:41:40.259 INFO O| Aug 12 23:41:40.259 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98782026-08-12T23:41:40.788Z[ host-image] Aug 12 23:41:40.259 INFO O| Aug 12 23:41:40.259 INFO STEP 32 (ensure_dir) COMPLETE
98792026-08-12T23:41:40.788Z[ host-image] Aug 12 23:41:40.259 INFO O| Aug 12 23:41:40.259 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-08-12T23:41:40.793Z[ host-image] Aug 12 23:41:40.267 INFO O| Aug 12 23:41:40.267 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98812026-08-12T23:41:40.793Z[ host-image] Aug 12 23:41:40.267 INFO O| Aug 12 23:41:40.267 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 ...
98822026-08-12T23:41:40.796Z[ host-image] Aug 12 23:41:40.267 INFO O| Aug 12 23:41:40.267 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
98832026-08-12T23:41:40.796Z[ host-image] Aug 12 23:41:40.267 INFO O| Aug 12 23:41:40.267 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98842026-08-12T23:41:40.796Z[ host-image] Aug 12 23:41:40.267 INFO O| Aug 12 23:41:40.267 INFO ok!
98852026-08-12T23:41:40.796Z[ host-image] Aug 12 23:41:40.267 INFO O| Aug 12 23:41:40.267 INFO STEP 33 (ensure_file) COMPLETE
98862026-08-12T23:41:40.796Z[ host-image] Aug 12 23:41:40.267 INFO O| Aug 12 23:41:40.267 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98872026-08-12T23:41:40.801Z[ host-image] Aug 12 23:41:40.275 INFO O| Aug 12 23:41:40.275 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98882026-08-12T23:41:40.801Z[ host-image] Aug 12 23:41:40.275 INFO O| Aug 12 23:41:40.275 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98892026-08-12T23:41:40.804Z[ host-image] Aug 12 23:41:40.275 INFO O| Aug 12 23:41:40.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98902026-08-12T23:41:40.804Z[ host-image] Aug 12 23:41:40.275 INFO O| Aug 12 23:41:40.275 INFO ok!
98912026-08-12T23:41:40.804Z[ host-image] Aug 12 23:41:40.275 INFO O| Aug 12 23:41:40.275 INFO STEP 34 (ensure_file) COMPLETE
98922026-08-12T23:41:40.804Z[ host-image] Aug 12 23:41:40.275 INFO O| Aug 12 23:41:40.275 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98932026-08-12T23:41:40.812Z[ host-image] Aug 12 23:41:40.285 INFO O| Aug 12 23:41:40.285 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98942026-08-12T23:41:40.812Z[ host-image] Aug 12 23:41:40.285 INFO O| Aug 12 23:41:40.285 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98952026-08-12T23:41:40.816Z[ host-image] Aug 12 23:41:40.285 INFO O| Aug 12 23:41:40.285 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98962026-08-12T23:41:40.816Z[ host-image] Aug 12 23:41:40.285 INFO O| Aug 12 23:41:40.285 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98972026-08-12T23:41:40.816Z[ host-image] Aug 12 23:41:40.285 INFO O| Aug 12 23:41:40.285 INFO ok!
98982026-08-12T23:41:40.816Z[ host-image] Aug 12 23:41:40.285 INFO O| Aug 12 23:41:40.285 INFO STEP 35 (ensure_file) COMPLETE
98992026-08-12T23:41:40.816Z[ host-image] Aug 12 23:41:40.285 INFO O| Aug 12 23:41:40.285 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99002026-08-12T23:41:40.820Z[ host-image] Aug 12 23:41:40.294 INFO O| Aug 12 23:41:40.294 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99012026-08-12T23:41:40.820Z[ host-image] Aug 12 23:41:40.294 INFO O| Aug 12 23:41:40.294 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99022026-08-12T23:41:40.820Z[ host-image] Aug 12 23:41:40.294 INFO O| Aug 12 23:41:40.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99032026-08-12T23:41:40.824Z[ host-image] Aug 12 23:41:40.294 INFO O| Aug 12 23:41:40.294 INFO ok!
99042026-08-12T23:41:40.824Z[ host-image] Aug 12 23:41:40.294 INFO O| Aug 12 23:41:40.294 INFO STEP 36 (ensure_file) COMPLETE
99052026-08-12T23:41:40.824Z[ host-image] Aug 12 23:41:40.294 INFO O| Aug 12 23:41:40.294 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99062026-08-12T23:41:40.830Z[ host-image] Aug 12 23:41:40.303 INFO O| Aug 12 23:41:40.303 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99072026-08-12T23:41:40.830Z[ host-image] Aug 12 23:41:40.303 INFO O| Aug 12 23:41:40.303 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99082026-08-12T23:41:40.830Z[ host-image] Aug 12 23:41:40.303 INFO O| Aug 12 23:41:40.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99092026-08-12T23:41:40.834Z[ host-image] Aug 12 23:41:40.303 INFO O| Aug 12 23:41:40.303 INFO ok!
99102026-08-12T23:41:40.834Z[ host-image] Aug 12 23:41:40.303 INFO O| Aug 12 23:41:40.303 INFO STEP 37 (ensure_file) COMPLETE
99112026-08-12T23:41:40.834Z[ host-image] Aug 12 23:41:40.303 INFO O| Aug 12 23:41:40.303 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99122026-08-12T23:41:40.837Z[ host-image] Aug 12 23:41:40.311 INFO O| Aug 12 23:41:40.311 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99132026-08-12T23:41:40.837Z[ host-image] Aug 12 23:41:40.311 INFO O| Aug 12 23:41:40.311 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99142026-08-12T23:41:40.840Z[ host-image] Aug 12 23:41:40.311 INFO O| Aug 12 23:41:40.311 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99152026-08-12T23:41:40.840Z[ host-image] Aug 12 23:41:40.311 INFO O| Aug 12 23:41:40.311 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99162026-08-12T23:41:40.840Z[ host-image] Aug 12 23:41:40.311 INFO O| Aug 12 23:41:40.311 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99172026-08-12T23:41:40.840Z[ host-image] Aug 12 23:41:40.311 INFO O| Aug 12 23:41:40.311 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99182026-08-12T23:41:40.840Z[ host-image] Aug 12 23:41:40.311 INFO O| Aug 12 23:41:40.311 INFO ok!
99192026-08-12T23:41:40.840Z[ host-image] Aug 12 23:41:40.311 INFO O| Aug 12 23:41:40.311 INFO STEP 38 (ensure_file) COMPLETE
99202026-08-12T23:41:40.840Z[ host-image] Aug 12 23:41:40.311 INFO O| Aug 12 23:41:40.311 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99212026-08-12T23:41:40.847Z[ host-image] Aug 12 23:41:40.321 INFO O| Aug 12 23:41:40.320 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99222026-08-12T23:41:40.850Z[ host-image] Aug 12 23:41:40.321 INFO O| Aug 12 23:41:40.321 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99232026-08-12T23:41:40.850Z[ host-image] Aug 12 23:41:40.321 INFO O| Aug 12 23:41:40.321 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99242026-08-12T23:41:40.850Z[ host-image] Aug 12 23:41:40.321 INFO O| Aug 12 23:41:40.321 INFO STEP 39 (ensure_dir) COMPLETE
99252026-08-12T23:41:40.850Z[ host-image] Aug 12 23:41:40.321 INFO O| Aug 12 23:41:40.321 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99262026-08-12T23:41:40.856Z[ host-image] Aug 12 23:41:40.329 INFO O| Aug 12 23:41:40.329 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
99272026-08-12T23:41:40.856Z[ host-image] Aug 12 23:41:40.329 INFO O| Aug 12 23:41:40.329 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 ...
99282026-08-12T23:41:40.859Z[ host-image] Aug 12 23:41:40.329 INFO O| Aug 12 23:41:40.329 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
99292026-08-12T23:41:40.859Z[ host-image] Aug 12 23:41:40.329 INFO O| Aug 12 23:41:40.329 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
99302026-08-12T23:41:40.859Z[ host-image] Aug 12 23:41:40.329 INFO O| Aug 12 23:41:40.329 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
99312026-08-12T23:41:40.859Z[ host-image] Aug 12 23:41:40.329 INFO O| Aug 12 23:41:40.329 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
99322026-08-12T23:41:40.859Z[ host-image] Aug 12 23:41:40.329 INFO O| Aug 12 23:41:40.329 INFO ok!
99332026-08-12T23:41:40.859Z[ host-image] Aug 12 23:41:40.329 INFO O| Aug 12 23:41:40.329 INFO STEP 40 (ensure_file) COMPLETE
99342026-08-12T23:41:40.859Z[ host-image] Aug 12 23:41:40.329 INFO O| Aug 12 23:41:40.329 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99352026-08-12T23:41:40.865Z[ host-image] Aug 12 23:41:40.338 INFO O| Aug 12 23:41:40.338 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99362026-08-12T23:41:40.865Z[ host-image] Aug 12 23:41:40.338 INFO O| Aug 12 23:41:40.338 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 ...
99372026-08-12T23:41:40.868Z[ host-image] Aug 12 23:41:40.338 INFO O| Aug 12 23:41:40.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99382026-08-12T23:41:40.868Z[ host-image] Aug 12 23:41:40.338 INFO O| Aug 12 23:41:40.338 INFO ok!
99392026-08-12T23:41:40.868Z[ host-image] Aug 12 23:41:40.338 INFO O| Aug 12 23:41:40.338 INFO STEP 41 (ensure_symlink) COMPLETE
99402026-08-12T23:41:40.868Z[ host-image] Aug 12 23:41:40.338 INFO O| Aug 12 23:41:40.338 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99412026-08-12T23:41:40.873Z[ host-image] Aug 12 23:41:40.347 INFO O| Aug 12 23:41:40.347 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99422026-08-12T23:41:40.873Z[ host-image] Aug 12 23:41:40.347 INFO O| Aug 12 23:41:40.347 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99432026-08-12T23:41:40.876Z[ host-image] Aug 12 23:41:40.347 INFO O| Aug 12 23:41:40.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99442026-08-12T23:41:40.876Z[ host-image] Aug 12 23:41:40.347 INFO O| Aug 12 23:41:40.347 INFO ok!
99452026-08-12T23:41:40.876Z[ host-image] Aug 12 23:41:40.347 INFO O| Aug 12 23:41:40.347 INFO STEP 42 (ensure_symlink) COMPLETE
99462026-08-12T23:41:40.876Z[ host-image] Aug 12 23:41:40.347 INFO O| Aug 12 23:41:40.347 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99472026-08-12T23:41:40.881Z[ host-image] Aug 12 23:41:40.355 INFO O| Aug 12 23:41:40.355 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99482026-08-12T23:41:40.881Z[ host-image] Aug 12 23:41:40.355 INFO O| Aug 12 23:41:40.355 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99492026-08-12T23:41:40.884Z[ host-image] Aug 12 23:41:40.355 INFO O| Aug 12 23:41:40.355 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99502026-08-12T23:41:40.884Z[ host-image] Aug 12 23:41:40.355 INFO O| Aug 12 23:41:40.355 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99512026-08-12T23:41:40.884Z[ host-image] Aug 12 23:41:40.355 INFO O| Aug 12 23:41:40.355 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99522026-08-12T23:41:40.885Z[ host-image] Aug 12 23:41:40.355 INFO O| Aug 12 23:41:40.355 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99532026-08-12T23:41:40.885Z[ host-image] Aug 12 23:41:40.355 INFO O| Aug 12 23:41:40.355 INFO ok!
99542026-08-12T23:41:40.885Z[ host-image] Aug 12 23:41:40.355 INFO O| Aug 12 23:41:40.355 INFO STEP 43 (ensure_file) COMPLETE
99552026-08-12T23:41:40.885Z[ host-image] Aug 12 23:41:40.355 INFO O| Aug 12 23:41:40.355 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99562026-08-12T23:41:40.891Z[ host-image] Aug 12 23:41:40.365 INFO O| Aug 12 23:41:40.364 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99572026-08-12T23:41:40.891Z[ host-image] Aug 12 23:41:40.365 INFO O| Aug 12 23:41:40.364 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 ...
99582026-08-12T23:41:40.891Z[ host-image] Aug 12 23:41:40.365 INFO O| Aug 12 23:41:40.365 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
99592026-08-12T23:41:40.894Z[ host-image] Aug 12 23:41:40.365 INFO O| Aug 12 23:41:40.365 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99602026-08-12T23:41:40.894Z[ host-image] Aug 12 23:41:40.365 INFO O| Aug 12 23:41:40.365 INFO ok!
99612026-08-12T23:41:40.894Z[ host-image] Aug 12 23:41:40.365 INFO O| Aug 12 23:41:40.365 INFO STEP 44 (ensure_file) COMPLETE
99622026-08-12T23:41:40.894Z[ host-image] Aug 12 23:41:40.365 INFO O| Aug 12 23:41:40.365 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99632026-08-12T23:41:40.900Z[ host-image] Aug 12 23:41:40.374 INFO O| Aug 12 23:41:40.374 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99642026-08-12T23:41:40.901Z[ host-image] Aug 12 23:41:40.374 INFO O| Aug 12 23:41:40.374 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99652026-08-12T23:41:40.904Z[ host-image] Aug 12 23:41:40.374 INFO O| Aug 12 23:41:40.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99662026-08-12T23:41:40.904Z[ host-image] Aug 12 23:41:40.374 INFO O| Aug 12 23:41:40.374 INFO ok!
99672026-08-12T23:41:40.904Z[ host-image] Aug 12 23:41:40.374 INFO O| Aug 12 23:41:40.374 INFO STEP 45 (ensure_file) COMPLETE
99682026-08-12T23:41:40.904Z[ host-image] Aug 12 23:41:40.374 INFO O| Aug 12 23:41:40.374 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99692026-08-12T23:41:40.909Z[ host-image] Aug 12 23:41:40.382 INFO O| Aug 12 23:41:40.382 INFO updating shadow file
99702026-08-12T23:41:40.909Z[ host-image] Aug 12 23:41:40.382 INFO O| Aug 12 23:41:40.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99712026-08-12T23:41:40.912Z[ host-image] Aug 12 23:41:40.382 INFO O| Aug 12 23:41:40.382 INFO STEP 46 (shadow) COMPLETE
99722026-08-12T23:41:40.912Z[ host-image] Aug 12 23:41:40.382 INFO O| Aug 12 23:41:40.382 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99732026-08-12T23:41:40.917Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99742026-08-12T23:41:40.917Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99752026-08-12T23:41:40.920Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99762026-08-12T23:41:40.920Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99772026-08-12T23:41:40.920Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 INFO ok!
99782026-08-12T23:41:40.920Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 INFO STEP 47 (ensure_file) COMPLETE
99792026-08-12T23:41:40.920Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99802026-08-12T23:41:40.920Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 INFO skip step because feature "mfg" is not enabled
99812026-08-12T23:41:40.920Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99822026-08-12T23:41:40.920Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 INFO skip step because feature "mfg" is not enabled
99832026-08-12T23:41:40.920Z[ host-image] Aug 12 23:41:40.390 INFO O| Aug 12 23:41:40.390 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99842026-08-12T23:41:40.925Z[ host-image] Aug 12 23:41:40.399 INFO O| Aug 12 23:41:40.399 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99852026-08-12T23:41:40.925Z[ host-image] Aug 12 23:41:40.399 INFO O| Aug 12 23:41:40.399 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99862026-08-12T23:41:40.954Z[ host-image] Aug 12 23:41:40.427 INFO O| Aug 12 23:41:40.427 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99872026-08-12T23:41:40.954Z[ host-image] Aug 12 23:41:40.427 INFO O| Aug 12 23:41:40.427 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99882026-08-12T23:41:40.957Z[ host-image] Aug 12 23:41:40.427 INFO O| Aug 12 23:41:40.427 INFO ok!
99892026-08-12T23:41:40.957Z[ host-image] Aug 12 23:41:40.427 INFO O| Aug 12 23:41:40.427 INFO STEP 50 (ensure_file) COMPLETE
99902026-08-12T23:41:40.957Z[ host-image] Aug 12 23:41:40.427 INFO O| Aug 12 23:41:40.427 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99912026-08-12T23:41:40.957Z[ host-image] Aug 12 23:41:40.427 INFO O| Aug 12 23:41:40.427 INFO skip step because feature "compliance" is not enabled
99922026-08-12T23:41:40.957Z[ host-image] Aug 12 23:41:40.427 INFO O| Aug 12 23:41:40.427 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99932026-08-12T23:41:40.964Z[ host-image] Aug 12 23:41:40.438 INFO O| Aug 12 23:41:40.438 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99942026-08-12T23:41:40.964Z[ host-image] Aug 12 23:41:40.438 INFO O| Aug 12 23:41:40.438 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99952026-08-12T23:41:40.967Z[ host-image] Aug 12 23:41:40.438 INFO O| Aug 12 23:41:40.438 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99962026-08-12T23:41:40.967Z[ host-image] Aug 12 23:41:40.438 INFO O| Aug 12 23:41:40.438 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99972026-08-12T23:41:40.969Z[ host-image] Aug 12 23:41:40.438 INFO O| Aug 12 23:41:40.438 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99982026-08-12T23:41:40.969Z[ host-image] Aug 12 23:41:40.438 INFO O| Aug 12 23:41:40.438 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99992026-08-12T23:41:40.969Z[ host-image] Aug 12 23:41:40.438 INFO O| Aug 12 23:41:40.438 INFO ok!
100002026-08-12T23:41:40.969Z[ host-image] Aug 12 23:41:40.438 INFO O| Aug 12 23:41:40.438 INFO STEP 52 (ensure_file) COMPLETE
100012026-08-12T23:41:40.969Z[ host-image] Aug 12 23:41:40.438 INFO O| Aug 12 23:41:40.438 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100022026-08-12T23:41:40.974Z[ host-image] Aug 12 23:41:40.447 INFO O| Aug 12 23:41:40.447 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100032026-08-12T23:41:40.977Z[ host-image] Aug 12 23:41:40.447 INFO O| Aug 12 23:41:40.447 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 ...
100042026-08-12T23:41:40.977Z[ host-image] Aug 12 23:41:40.447 INFO O| Aug 12 23:41:40.447 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
100052026-08-12T23:41:40.977Z[ host-image] Aug 12 23:41:40.447 INFO O| Aug 12 23:41:40.447 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100062026-08-12T23:41:40.977Z[ host-image] Aug 12 23:41:40.447 INFO O| Aug 12 23:41:40.447 INFO ok!
100072026-08-12T23:41:40.977Z[ host-image] Aug 12 23:41:40.447 INFO O| Aug 12 23:41:40.447 INFO STEP 53 (ensure_file) COMPLETE
100082026-08-12T23:41:40.977Z[ host-image] Aug 12 23:41:40.447 INFO O| Aug 12 23:41:40.447 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100092026-08-12T23:41:40.983Z[ host-image] Aug 12 23:41:40.456 INFO O| Aug 12 23:41:40.456 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100102026-08-12T23:41:40.983Z[ host-image] Aug 12 23:41:40.456 INFO O| Aug 12 23:41:40.456 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 ...
100112026-08-12T23:41:40.986Z[ host-image] Aug 12 23:41:40.456 INFO O| Aug 12 23:41:40.456 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100122026-08-12T23:41:40.986Z[ host-image] Aug 12 23:41:40.456 INFO O| Aug 12 23:41:40.456 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100132026-08-12T23:41:40.986Z[ host-image] Aug 12 23:41:40.456 INFO O| Aug 12 23:41:40.456 INFO ok!
100142026-08-12T23:41:40.986Z[ host-image] Aug 12 23:41:40.456 INFO O| Aug 12 23:41:40.456 INFO STEP 54 (ensure_file) COMPLETE
100152026-08-12T23:41:40.986Z[ host-image] Aug 12 23:41:40.456 INFO O| Aug 12 23:41:40.456 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100162026-08-12T23:41:40.991Z[ host-image] Aug 12 23:41:40.464 INFO O| Aug 12 23:41:40.464 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100172026-08-12T23:41:40.991Z[ host-image] Aug 12 23:41:40.464 INFO O| Aug 12 23:41:40.464 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 ...
100182026-08-12T23:41:40.994Z[ host-image] Aug 12 23:41:40.464 INFO O| Aug 12 23:41:40.464 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
100192026-08-12T23:41:40.994Z[ host-image] Aug 12 23:41:40.464 INFO O| Aug 12 23:41:40.464 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100202026-08-12T23:41:40.994Z[ host-image] Aug 12 23:41:40.464 INFO O| Aug 12 23:41:40.464 INFO ok!
100212026-08-12T23:41:40.994Z[ host-image] Aug 12 23:41:40.464 INFO O| Aug 12 23:41:40.464 INFO STEP 55 (ensure_file) COMPLETE
100222026-08-12T23:41:40.994Z[ host-image] Aug 12 23:41:40.464 INFO O| Aug 12 23:41:40.464 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100232026-08-12T23:41:40.998Z[ host-image] Aug 12 23:41:40.471 INFO O| Aug 12 23:41:40.471 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100242026-08-12T23:41:40.998Z[ host-image] Aug 12 23:41:40.471 INFO O| Aug 12 23:41:40.471 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 ...
100252026-08-12T23:41:41.003Z[ host-image] Aug 12 23:41:40.472 INFO O| Aug 12 23:41:40.472 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100262026-08-12T23:41:41.003Z[ host-image] Aug 12 23:41:40.472 INFO O| Aug 12 23:41:40.472 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100272026-08-12T23:41:41.003Z[ host-image] Aug 12 23:41:40.472 INFO O| Aug 12 23:41:40.472 INFO ok!
100282026-08-12T23:41:41.003Z[ host-image] Aug 12 23:41:40.472 INFO O| Aug 12 23:41:40.472 INFO STEP 56 (ensure_file) COMPLETE
100292026-08-12T23:41:41.003Z[ host-image] Aug 12 23:41:40.472 INFO O| Aug 12 23:41:40.472 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100302026-08-12T23:41:41.008Z[ host-image] Aug 12 23:41:40.481 INFO O| Aug 12 23:41:40.481 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100312026-08-12T23:41:41.011Z[ host-image] Aug 12 23:41:40.481 INFO O| Aug 12 23:41:40.481 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 ...
100322026-08-12T23:41:41.011Z[ host-image] Aug 12 23:41:40.481 INFO O| Aug 12 23:41:40.481 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100332026-08-12T23:41:41.011Z[ host-image] Aug 12 23:41:40.481 INFO O| Aug 12 23:41:40.481 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100342026-08-12T23:41:41.011Z[ host-image] Aug 12 23:41:40.481 INFO O| Aug 12 23:41:40.481 INFO ok!
100352026-08-12T23:41:41.011Z[ host-image] Aug 12 23:41:40.481 INFO O| Aug 12 23:41:40.481 INFO STEP 57 (ensure_file) COMPLETE
100362026-08-12T23:41:41.011Z[ host-image] Aug 12 23:41:40.481 INFO O| Aug 12 23:41:40.481 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100372026-08-12T23:41:41.015Z[ host-image] Aug 12 23:41:40.489 INFO O| Aug 12 23:41:40.489 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100382026-08-12T23:41:41.018Z[ host-image] Aug 12 23:41:40.489 INFO O| Aug 12 23:41:40.489 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 ...
100392026-08-12T23:41:41.018Z[ host-image] Aug 12 23:41:40.489 INFO O| Aug 12 23:41:40.489 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100402026-08-12T23:41:41.018Z[ host-image] Aug 12 23:41:40.489 INFO O| Aug 12 23:41:40.489 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100412026-08-12T23:41:41.019Z[ host-image] Aug 12 23:41:40.489 INFO O| Aug 12 23:41:40.489 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100422026-08-12T23:41:41.019Z[ host-image] Aug 12 23:41:40.489 INFO O| Aug 12 23:41:40.489 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100432026-08-12T23:41:41.019Z[ host-image] Aug 12 23:41:40.489 INFO O| Aug 12 23:41:40.489 INFO ok!
100442026-08-12T23:41:41.019Z[ host-image] Aug 12 23:41:40.489 INFO O| Aug 12 23:41:40.489 INFO STEP 58 (ensure_file) COMPLETE
100452026-08-12T23:41:41.019Z[ host-image] Aug 12 23:41:40.489 INFO O| Aug 12 23:41:40.489 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100462026-08-12T23:41:41.023Z[ host-image] Aug 12 23:41:40.496 INFO O| Aug 12 23:41:40.496 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100472026-08-12T23:41:41.023Z[ host-image] Aug 12 23:41:40.496 INFO O| Aug 12 23:41:40.496 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 ...
100482026-08-12T23:41:41.026Z[ host-image] Aug 12 23:41:40.497 INFO O| Aug 12 23:41:40.497 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
100492026-08-12T23:41:41.026Z[ host-image] Aug 12 23:41:40.497 INFO O| Aug 12 23:41:40.497 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100502026-08-12T23:41:41.026Z[ host-image] Aug 12 23:41:40.497 INFO O| Aug 12 23:41:40.497 INFO ok!
100512026-08-12T23:41:41.026Z[ host-image] Aug 12 23:41:40.497 INFO O| Aug 12 23:41:40.497 INFO STEP 59 (ensure_file) COMPLETE
100522026-08-12T23:41:41.026Z[ host-image] Aug 12 23:41:40.497 INFO O| Aug 12 23:41:40.497 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100532026-08-12T23:41:41.030Z[ host-image] Aug 12 23:41:40.503 INFO O| Aug 12 23:41:40.503 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100542026-08-12T23:41:41.030Z[ host-image] Aug 12 23:41:40.503 INFO O| Aug 12 23:41:40.503 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100552026-08-12T23:41:41.033Z[ host-image] Aug 12 23:41:40.504 INFO O| Aug 12 23:41:40.504 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100562026-08-12T23:41:41.033Z[ host-image] Aug 12 23:41:40.504 INFO O| Aug 12 23:41:40.504 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100572026-08-12T23:41:41.033Z[ host-image] Aug 12 23:41:40.504 INFO O| Aug 12 23:41:40.504 INFO ok!
100582026-08-12T23:41:41.033Z[ host-image] Aug 12 23:41:40.504 INFO O| Aug 12 23:41:40.504 INFO STEP 60 (ensure_file) COMPLETE
100592026-08-12T23:41:41.033Z[ host-image] Aug 12 23:41:40.504 INFO O| Aug 12 23:41:40.504 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-08-12T23:41:41.039Z[ host-image] Aug 12 23:41:40.512 INFO O| Aug 12 23:41:40.512 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100612026-08-12T23:41:41.042Z[ host-image] Aug 12 23:41:40.512 INFO O| Aug 12 23:41:40.512 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 ...
100622026-08-12T23:41:41.042Z[ host-image] Aug 12 23:41:40.513 INFO O| Aug 12 23:41:40.513 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
100632026-08-12T23:41:41.042Z[ host-image] Aug 12 23:41:40.513 INFO O| Aug 12 23:41:40.513 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100642026-08-12T23:41:41.042Z[ host-image] Aug 12 23:41:40.513 INFO O| Aug 12 23:41:40.513 INFO ok!
100652026-08-12T23:41:41.042Z[ host-image] Aug 12 23:41:40.513 INFO O| Aug 12 23:41:40.513 INFO STEP 61 (ensure_file) COMPLETE
100662026-08-12T23:41:41.042Z[ host-image] Aug 12 23:41:40.513 INFO O| Aug 12 23:41:40.513 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100672026-08-12T23:41:41.045Z[ host-image] Aug 12 23:41:40.519 INFO O| Aug 12 23:41:40.519 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100682026-08-12T23:41:41.049Z[ host-image] Aug 12 23:41:40.519 INFO O| Aug 12 23:41:40.519 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100692026-08-12T23:41:41.049Z[ host-image] Aug 12 23:41:40.519 INFO O| Aug 12 23:41:40.519 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100702026-08-12T23:41:41.050Z[ host-image] Aug 12 23:41:40.519 INFO O| Aug 12 23:41:40.519 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100712026-08-12T23:41:41.050Z[ host-image] Aug 12 23:41:40.519 INFO O| Aug 12 23:41:40.519 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100722026-08-12T23:41:41.050Z[ host-image] Aug 12 23:41:40.519 INFO O| Aug 12 23:41:40.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100732026-08-12T23:41:41.050Z[ host-image] Aug 12 23:41:40.519 INFO O| Aug 12 23:41:40.519 INFO ok!
100742026-08-12T23:41:41.050Z[ host-image] Aug 12 23:41:40.519 INFO O| Aug 12 23:41:40.519 INFO STEP 62 (ensure_file) COMPLETE
100752026-08-12T23:41:41.050Z[ host-image] Aug 12 23:41:40.519 INFO O| Aug 12 23:41:40.519 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-08-12T23:41:41.053Z[ host-image] Aug 12 23:41:40.527 INFO O| Aug 12 23:41:40.526 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100772026-08-12T23:41:41.053Z[ host-image] Aug 12 23:41:40.527 INFO O| Aug 12 23:41:40.527 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 ...
100782026-08-12T23:41:41.066Z[ host-image] Aug 12 23:41:40.527 INFO O| Aug 12 23:41:40.527 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
100792026-08-12T23:41:41.066Z[ host-image] Aug 12 23:41:40.527 INFO O| Aug 12 23:41:40.527 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100802026-08-12T23:41:41.066Z[ host-image] Aug 12 23:41:40.527 INFO O| Aug 12 23:41:40.527 INFO ok!
100812026-08-12T23:41:41.066Z[ host-image] Aug 12 23:41:40.527 INFO O| Aug 12 23:41:40.527 INFO STEP 63 (ensure_file) COMPLETE
100822026-08-12T23:41:41.066Z[ host-image] Aug 12 23:41:40.527 INFO O| Aug 12 23:41:40.527 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-08-12T23:41:41.080Z[ host-image] Aug 12 23:41:40.551 INFO O| Aug 12 23:41:40.549 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100842026-08-12T23:41:41.083Z[ host-image] Aug 12 23:41:40.551 INFO O| Aug 12 23:41:40.549 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 ...
100852026-08-12T23:41:41.083Z[ host-image] Aug 12 23:41:40.551 INFO O| Aug 12 23:41:40.549 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
100862026-08-12T23:41:41.083Z[ host-image] Aug 12 23:41:40.551 INFO O| Aug 12 23:41:40.549 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100872026-08-12T23:41:41.083Z[ host-image] Aug 12 23:41:40.551 INFO O| Aug 12 23:41:40.549 INFO ok!
100882026-08-12T23:41:41.083Z[ host-image] Aug 12 23:41:40.551 INFO O| Aug 12 23:41:40.549 INFO STEP 64 (ensure_file) COMPLETE
100892026-08-12T23:41:41.083Z[ host-image] Aug 12 23:41:40.551 INFO O| Aug 12 23:41:40.549 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100902026-08-12T23:41:41.103Z[ host-image] Aug 12 23:41:40.572 INFO O| Aug 12 23:41:40.570 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100912026-08-12T23:41:41.107Z[ host-image] Aug 12 23:41:40.572 INFO O| Aug 12 23:41:40.570 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 ...
100922026-08-12T23:41:41.110Z[ host-image] Aug 12 23:41:40.572 INFO O| Aug 12 23:41:40.570 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
100932026-08-12T23:41:41.110Z[ host-image] Aug 12 23:41:40.572 INFO O| Aug 12 23:41:40.570 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100942026-08-12T23:41:41.110Z[ host-image] Aug 12 23:41:40.572 INFO O| Aug 12 23:41:40.570 INFO ok!
100952026-08-12T23:41:41.110Z[ host-image] Aug 12 23:41:40.572 INFO O| Aug 12 23:41:40.570 INFO STEP 65 (ensure_file) COMPLETE
100962026-08-12T23:41:41.113Z[ host-image] Aug 12 23:41:40.572 INFO O| Aug 12 23:41:40.570 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100972026-08-12T23:41:41.121Z[ host-image] Aug 12 23:41:40.572 INFO O| Aug 12 23:41:40.570 INFO skip step because feature "mbist" is not enabled
100982026-08-12T23:41:41.124Z[ host-image] Aug 12 23:41:40.572 INFO O| Aug 12 23:41:40.570 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100992026-08-12T23:41:41.127Z[ host-image] Aug 12 23:41:40.592 INFO O| Aug 12 23:41:40.590 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101002026-08-12T23:41:41.138Z[ host-image] Aug 12 23:41:40.592 INFO O| Aug 12 23:41:40.590 INFO STEP 67 (ensure_dir) COMPLETE
101012026-08-12T23:41:41.142Z[ host-image] Aug 12 23:41:40.592 INFO O| Aug 12 23:41:40.590 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101022026-08-12T23:41:41.148Z[ host-image] Aug 12 23:41:40.612 INFO O| Aug 12 23:41:40.610 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101032026-08-12T23:41:41.148Z[ host-image] Aug 12 23:41:40.612 INFO O| Aug 12 23:41:40.610 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101042026-08-12T23:41:41.156Z[ host-image] Aug 12 23:41:40.612 INFO O| Aug 12 23:41:40.610 INFO STEP 68 (ensure_dir) COMPLETE
101052026-08-12T23:41:41.160Z[ host-image] Aug 12 23:41:40.612 INFO O| Aug 12 23:41:40.610 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-08-12T23:41:41.166Z[ host-image] Aug 12 23:41:40.629 INFO O| Aug 12 23:41:40.628 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101072026-08-12T23:41:41.175Z[ host-image] Aug 12 23:41:40.629 INFO O| Aug 12 23:41:40.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101082026-08-12T23:41:41.185Z[ host-image] Aug 12 23:41:40.629 INFO O| Aug 12 23:41:40.628 INFO STEP 69 (ensure_dir) COMPLETE
101092026-08-12T23:41:41.188Z[ host-image] Aug 12 23:41:40.629 INFO O| Aug 12 23:41:40.628 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101102026-08-12T23:41:41.188Z[ host-image] Aug 12 23:41:40.647 INFO O| Aug 12 23:41:40.646 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101112026-08-12T23:41:41.188Z[ host-image] Aug 12 23:41:40.647 INFO O| Aug 12 23:41:40.646 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101122026-08-12T23:41:41.529Z[ host-image] Aug 12 23:41:41.002 INFO O| Aug 12 23:41:41.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101132026-08-12T23:41:41.529Z[ host-image] Aug 12 23:41:41.002 INFO O| Aug 12 23:41:41.002 INFO ok!
101142026-08-12T23:41:41.529Z[ host-image] Aug 12 23:41:41.002 INFO O| Aug 12 23:41:41.002 INFO STEP 70 (ensure_file) COMPLETE
101152026-08-12T23:41:41.533Z[ host-image] Aug 12 23:41:41.002 INFO O| Aug 12 23:41:41.002 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101162026-08-12T23:41:41.539Z[ host-image] Aug 12 23:41:41.012 INFO O| Aug 12 23:41:41.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101172026-08-12T23:41:41.539Z[ host-image] Aug 12 23:41:41.012 INFO O| Aug 12 23:41:41.012 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101182026-08-12T23:41:41.969Z[ recovery-image] Aug 12 23:41:41.439 INFO O| ok, image written!
101192026-08-12T23:41:41.969Z[ recovery-image] Aug 12 23:41:41.439 INFO O| ok, boot_image_csum file written!
101202026-08-12T23:41:41.969Z[ recovery-image] Aug 12 23:41:41.440 INFO creating boot archive (CPIO)...
101212026-08-12T23:41:41.969Z[ recovery-image] Aug 12 23:41:41.440 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
101222026-08-12T23:41:41.980Z[ recovery-image] Aug 12 23:41:41.449 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
101232026-08-12T23:41:41.980Z[ recovery-image] Aug 12 23:41:41.449 INFO E| + outfile=/work/os-recovery/cpio
101242026-08-12T23:41:41.980Z[ recovery-image] Aug 12 23:41:41.449 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
101252026-08-12T23:41:41.984Z[ recovery-image] Aug 12 23:41:41.451 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
101262026-08-12T23:41:41.984Z[ recovery-image] Aug 12 23:41:41.452 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
101272026-08-12T23:41:42.013Z[ recovery-image] Aug 12 23:41:41.482 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
101282026-08-12T23:41:42.013Z[ recovery-image] Aug 12 23:41:41.482 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
101292026-08-12T23:41:42.022Z[ recovery-image] Aug 12 23:41:41.489 INFO creating compressed cpio/unix for dev loaders...
101302026-08-12T23:41:42.022Z[ recovery-image] Aug 12 23:41:41.489 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
101312026-08-12T23:41:42.164Z[ host-image] Aug 12 23:41:41.637 INFO O| Aug 12 23:41:41.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101322026-08-12T23:41:42.164Z[ host-image] Aug 12 23:41:41.637 INFO O| Aug 12 23:41:41.637 INFO ok!
101332026-08-12T23:41:42.167Z[ host-image] Aug 12 23:41:41.637 INFO O| Aug 12 23:41:41.637 INFO STEP 71 (ensure_file) COMPLETE
101342026-08-12T23:41:42.167Z[ host-image] Aug 12 23:41:41.637 INFO O| Aug 12 23:41:41.637 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-08-12T23:41:42.174Z[ host-image] Aug 12 23:41:41.647 INFO O| Aug 12 23:41:41.647 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101362026-08-12T23:41:42.178Z[ host-image] Aug 12 23:41:41.647 INFO O| Aug 12 23:41:41.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101372026-08-12T23:41:42.178Z[ host-image] Aug 12 23:41:41.647 INFO O| Aug 12 23:41:41.647 INFO STEP 72 (ensure_dir) COMPLETE
101382026-08-12T23:41:42.178Z[ host-image] Aug 12 23:41:41.647 INFO O| Aug 12 23:41:41.647 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392026-08-12T23:41:42.181Z[ host-image] Aug 12 23:41:41.654 INFO O| Aug 12 23:41:41.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101402026-08-12T23:41:42.181Z[ host-image] Aug 12 23:41:41.654 INFO O| Aug 12 23:41:41.654 INFO copying /tmp/.tmpFnSeuI/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 ...
101412026-08-12T23:41:42.181Z[ host-image] Aug 12 23:41:41.654 INFO O| Aug 12 23:41:41.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101422026-08-12T23:41:42.181Z[ host-image] Aug 12 23:41:41.654 INFO O| Aug 12 23:41:41.654 INFO ok!
101432026-08-12T23:41:42.181Z[ host-image] Aug 12 23:41:41.654 INFO O| Aug 12 23:41:41.654 INFO STEP 73 (ensure_file) COMPLETE
101442026-08-12T23:41:42.181Z[ host-image] Aug 12 23:41:41.654 INFO O| Aug 12 23:41:41.654 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-08-12T23:41:42.188Z[ host-image] Aug 12 23:41:41.661 INFO O| Aug 12 23:41:41.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101462026-08-12T23:41:42.188Z[ host-image] Aug 12 23:41:41.661 INFO O| Aug 12 23:41:41.661 INFO copying /tmp/.tmpFnSeuI/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 ...
101472026-08-12T23:41:42.191Z[ host-image] Aug 12 23:41:41.661 INFO O| Aug 12 23:41:41.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101482026-08-12T23:41:42.192Z[ host-image] Aug 12 23:41:41.661 INFO O| Aug 12 23:41:41.661 INFO ok!
101492026-08-12T23:41:42.192Z[ host-image] Aug 12 23:41:41.661 INFO O| Aug 12 23:41:41.661 INFO STEP 74 (ensure_file) COMPLETE
101502026-08-12T23:41:42.192Z[ host-image] Aug 12 23:41:41.661 INFO O| Aug 12 23:41:41.661 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-08-12T23:41:42.196Z[ host-image] Aug 12 23:41:41.670 INFO O| Aug 12 23:41:41.670 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101522026-08-12T23:41:42.196Z[ host-image] Aug 12 23:41:41.670 INFO O| Aug 12 23:41:41.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101532026-08-12T23:41:42.196Z[ host-image] Aug 12 23:41:41.670 INFO O| Aug 12 23:41:41.670 INFO STEP 75 (ensure_dir) COMPLETE
101542026-08-12T23:41:42.200Z[ host-image] Aug 12 23:41:41.670 INFO O| Aug 12 23:41:41.670 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-08-12T23:41:42.203Z[ host-image] Aug 12 23:41:41.677 INFO O| Aug 12 23:41:41.677 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101562026-08-12T23:41:42.203Z[ host-image] Aug 12 23:41:41.677 INFO O| Aug 12 23:41:41.677 INFO copying /tmp/.tmpFnSeuI/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 ...
101572026-08-12T23:41:42.209Z[ host-image] Aug 12 23:41:41.677 INFO O| Aug 12 23:41:41.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101582026-08-12T23:41:42.209Z[ host-image] Aug 12 23:41:41.677 INFO O| Aug 12 23:41:41.677 INFO ok!
101592026-08-12T23:41:42.209Z[ host-image] Aug 12 23:41:41.677 INFO O| Aug 12 23:41:41.677 INFO STEP 76 (ensure_file) COMPLETE
101602026-08-12T23:41:42.209Z[ host-image] Aug 12 23:41:41.677 INFO O| Aug 12 23:41:41.677 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-08-12T23:41:42.212Z[ host-image] Aug 12 23:41:41.683 INFO O| Aug 12 23:41:41.683 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101622026-08-12T23:41:42.212Z[ host-image] Aug 12 23:41:41.683 INFO O| Aug 12 23:41:41.683 INFO copying /tmp/.tmpFnSeuI/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 ...
101632026-08-12T23:41:42.212Z[ host-image] Aug 12 23:41:41.683 INFO O| Aug 12 23:41:41.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101642026-08-12T23:41:42.212Z[ host-image] Aug 12 23:41:41.683 INFO O| Aug 12 23:41:41.683 INFO ok!
101652026-08-12T23:41:42.212Z[ host-image] Aug 12 23:41:41.683 INFO O| Aug 12 23:41:41.683 INFO STEP 77 (ensure_file) COMPLETE
101662026-08-12T23:41:42.212Z[ host-image] Aug 12 23:41:41.683 INFO O| Aug 12 23:41:41.683 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-08-12T23:41:42.220Z[ host-image] Aug 12 23:41:41.693 INFO O| Aug 12 23:41:41.693 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101682026-08-12T23:41:42.224Z[ host-image] Aug 12 23:41:41.693 INFO O| Aug 12 23:41:41.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101692026-08-12T23:41:42.224Z[ host-image] Aug 12 23:41:41.693 INFO O| Aug 12 23:41:41.693 INFO STEP 78 (ensure_dir) COMPLETE
101702026-08-12T23:41:42.224Z[ host-image] Aug 12 23:41:41.693 INFO O| Aug 12 23:41:41.693 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-08-12T23:41:42.227Z[ host-image] Aug 12 23:41:41.701 INFO O| Aug 12 23:41:41.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101722026-08-12T23:41:42.227Z[ host-image] Aug 12 23:41:41.701 INFO O| Aug 12 23:41:41.701 INFO copying /tmp/.tmpFnSeuI/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 ...
101732026-08-12T23:41:42.230Z[ host-image] Aug 12 23:41:41.701 INFO O| Aug 12 23:41:41.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101742026-08-12T23:41:42.230Z[ host-image] Aug 12 23:41:41.701 INFO O| Aug 12 23:41:41.701 INFO ok!
101752026-08-12T23:41:42.230Z[ host-image] Aug 12 23:41:41.701 INFO O| Aug 12 23:41:41.701 INFO STEP 79 (ensure_file) COMPLETE
101762026-08-12T23:41:42.230Z[ host-image] Aug 12 23:41:41.701 INFO O| Aug 12 23:41:41.701 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-08-12T23:41:42.237Z[ host-image] Aug 12 23:41:41.709 INFO O| Aug 12 23:41:41.709 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101782026-08-12T23:41:42.238Z[ host-image] Aug 12 23:41:41.709 INFO O| Aug 12 23:41:41.709 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101792026-08-12T23:41:42.241Z[ host-image] Aug 12 23:41:41.709 INFO O| Aug 12 23:41:41.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101802026-08-12T23:41:42.241Z[ host-image] Aug 12 23:41:41.709 INFO O| Aug 12 23:41:41.709 INFO ok!
101812026-08-12T23:41:42.242Z[ host-image] Aug 12 23:41:41.709 INFO O| Aug 12 23:41:41.709 INFO STEP 80 (ensure_file) COMPLETE
101822026-08-12T23:41:42.242Z[ host-image] Aug 12 23:41:41.709 INFO O| Aug 12 23:41:41.709 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-12T23:41:42.245Z[ host-image] Aug 12 23:41:41.717 INFO O| Aug 12 23:41:41.717 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101842026-08-12T23:41:42.245Z[ host-image] Aug 12 23:41:41.717 INFO O| Aug 12 23:41:41.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101852026-08-12T23:41:42.245Z[ host-image] Aug 12 23:41:41.717 INFO O| Aug 12 23:41:41.717 INFO STEP 81 (ensure_dir) COMPLETE
101862026-08-12T23:41:42.245Z[ host-image] Aug 12 23:41:41.717 INFO O| Aug 12 23:41:41.717 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-08-12T23:41:42.252Z[ host-image] Aug 12 23:41:41.725 INFO O| Aug 12 23:41:41.725 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101882026-08-12T23:41:42.252Z[ host-image] Aug 12 23:41:41.725 INFO O| Aug 12 23:41:41.725 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101892026-08-12T23:41:42.266Z[ recovery-image] Aug 12 23:41:41.737 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101902026-08-12T23:41:42.842Z[ host-image] Aug 12 23:41:42.316 INFO O| Aug 12 23:41:42.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101912026-08-12T23:41:42.843Z[ host-image] Aug 12 23:41:42.316 INFO O| Aug 12 23:41:42.316 INFO ok!
101922026-08-12T23:41:42.843Z[ host-image] Aug 12 23:41:42.316 INFO O| Aug 12 23:41:42.316 INFO STEP 82 (ensure_file) COMPLETE
101932026-08-12T23:41:42.846Z[ host-image] Aug 12 23:41:42.316 INFO O| Aug 12 23:41:42.316 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942026-08-12T23:41:42.852Z[ host-image] Aug 12 23:41:42.325 INFO O| Aug 12 23:41:42.325 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101952026-08-12T23:41:42.852Z[ host-image] Aug 12 23:41:42.326 INFO O| Aug 12 23:41:42.325 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101962026-08-12T23:41:43.153Z[ host-image] Aug 12 23:41:42.626 INFO O| Aug 12 23:41:42.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101972026-08-12T23:41:43.153Z[ host-image] Aug 12 23:41:42.626 INFO O| Aug 12 23:41:42.626 INFO ok!
101982026-08-12T23:41:43.153Z[ host-image] Aug 12 23:41:42.626 INFO O| Aug 12 23:41:42.626 INFO STEP 83 (ensure_file) COMPLETE
101992026-08-12T23:41:43.153Z[ host-image] Aug 12 23:41:42.626 INFO O| Aug 12 23:41:42.626 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-08-12T23:41:43.163Z[ host-image] Aug 12 23:41:42.636 INFO O| Aug 12 23:41:42.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102012026-08-12T23:41:43.163Z[ host-image] Aug 12 23:41:42.636 INFO O| Aug 12 23:41:42.636 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102022026-08-12T23:41:44.650Z[ host-image] Aug 12 23:41:44.123 INFO O| Aug 12 23:41:44.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102032026-08-12T23:41:44.650Z[ host-image] Aug 12 23:41:44.123 INFO O| Aug 12 23:41:44.123 INFO ok!
102042026-08-12T23:41:44.650Z[ host-image] Aug 12 23:41:44.123 INFO O| Aug 12 23:41:44.123 INFO STEP 84 (ensure_file) COMPLETE
102052026-08-12T23:41:44.653Z[ host-image] Aug 12 23:41:44.123 INFO O| Aug 12 23:41:44.123 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-08-12T23:41:44.659Z[ host-image] Aug 12 23:41:44.133 INFO O| Aug 12 23:41:44.133 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102072026-08-12T23:41:44.660Z[ host-image] Aug 12 23:41:44.133 INFO O| Aug 12 23:41:44.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102082026-08-12T23:41:44.663Z[ host-image] Aug 12 23:41:44.133 INFO O| Aug 12 23:41:44.133 INFO STEP 85 (ensure_dir) COMPLETE
102092026-08-12T23:41:44.663Z[ host-image] Aug 12 23:41:44.133 INFO O| Aug 12 23:41:44.133 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-08-12T23:41:44.667Z[ host-image] Aug 12 23:41:44.140 INFO O| Aug 12 23:41:44.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102112026-08-12T23:41:44.667Z[ host-image] Aug 12 23:41:44.140 INFO O| Aug 12 23:41:44.140 INFO copying /tmp/.tmpFnSeuI/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 ...
102122026-08-12T23:41:44.670Z[ host-image] Aug 12 23:41:44.140 INFO O| Aug 12 23:41:44.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102132026-08-12T23:41:44.670Z[ host-image] Aug 12 23:41:44.140 INFO O| Aug 12 23:41:44.140 INFO ok!
102142026-08-12T23:41:44.670Z[ host-image] Aug 12 23:41:44.140 INFO O| Aug 12 23:41:44.140 INFO STEP 86 (ensure_file) COMPLETE
102152026-08-12T23:41:44.670Z[ host-image] Aug 12 23:41:44.140 INFO O| Aug 12 23:41:44.140 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-08-12T23:41:44.676Z[ host-image] Aug 12 23:41:44.150 INFO O| Aug 12 23:41:44.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102172026-08-12T23:41:44.676Z[ host-image] Aug 12 23:41:44.150 INFO O| Aug 12 23:41:44.150 INFO copying /tmp/.tmpFnSeuI/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 ...
102182026-08-12T23:41:44.679Z[ host-image] Aug 12 23:41:44.150 INFO O| Aug 12 23:41:44.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102192026-08-12T23:41:44.679Z[ host-image] Aug 12 23:41:44.150 INFO O| Aug 12 23:41:44.150 INFO ok!
102202026-08-12T23:41:44.679Z[ host-image] Aug 12 23:41:44.150 INFO O| Aug 12 23:41:44.150 INFO STEP 87 (ensure_file) COMPLETE
102212026-08-12T23:41:44.680Z[ host-image] Aug 12 23:41:44.150 INFO O| Aug 12 23:41:44.150 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-08-12T23:41:44.686Z[ host-image] Aug 12 23:41:44.159 INFO O| Aug 12 23:41:44.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102232026-08-12T23:41:44.686Z[ host-image] Aug 12 23:41:44.159 INFO O| Aug 12 23:41:44.158 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102242026-08-12T23:41:44.689Z[ host-image] Aug 12 23:41:44.159 INFO O| Aug 12 23:41:44.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102252026-08-12T23:41:44.689Z[ host-image] Aug 12 23:41:44.159 INFO O| Aug 12 23:41:44.159 INFO ok!
102262026-08-12T23:41:44.689Z[ host-image] Aug 12 23:41:44.159 INFO O| Aug 12 23:41:44.159 INFO STEP 88 (ensure_file) COMPLETE
102272026-08-12T23:41:44.689Z[ host-image] Aug 12 23:41:44.159 INFO O| Aug 12 23:41:44.159 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-08-12T23:41:44.694Z[ host-image] Aug 12 23:41:44.168 INFO O| Aug 12 23:41:44.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102292026-08-12T23:41:44.694Z[ host-image] Aug 12 23:41:44.168 INFO O| Aug 12 23:41:44.168 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102302026-08-12T23:41:44.697Z[ host-image] Aug 12 23:41:44.168 INFO O| Aug 12 23:41:44.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102312026-08-12T23:41:44.697Z[ host-image] Aug 12 23:41:44.168 INFO O| Aug 12 23:41:44.168 INFO ok!
102322026-08-12T23:41:44.697Z[ host-image] Aug 12 23:41:44.168 INFO O| Aug 12 23:41:44.168 INFO STEP 89 (ensure_file) COMPLETE
102332026-08-12T23:41:44.697Z[ host-image] Aug 12 23:41:44.168 INFO O| Aug 12 23:41:44.168 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-08-12T23:41:44.701Z[ host-image] Aug 12 23:41:44.175 INFO O| Aug 12 23:41:44.175 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102352026-08-12T23:41:44.704Z[ host-image] Aug 12 23:41:44.175 INFO O| Aug 12 23:41:44.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102362026-08-12T23:41:44.704Z[ host-image] Aug 12 23:41:44.175 INFO O| Aug 12 23:41:44.175 INFO STEP 90 (ensure_dir) COMPLETE
102372026-08-12T23:41:44.704Z[ host-image] Aug 12 23:41:44.175 INFO O| Aug 12 23:41:44.175 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-12T23:41:44.708Z[ host-image] Aug 12 23:41:44.182 INFO O| Aug 12 23:41:44.182 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102392026-08-12T23:41:44.711Z[ host-image] Aug 12 23:41:44.182 INFO O| Aug 12 23:41:44.182 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102402026-08-12T23:41:44.875Z[ host-image] Aug 12 23:41:44.349 INFO O| Aug 12 23:41:44.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102412026-08-12T23:41:44.875Z[ host-image] Aug 12 23:41:44.349 INFO O| Aug 12 23:41:44.349 INFO ok!
102422026-08-12T23:41:44.879Z[ host-image] Aug 12 23:41:44.349 INFO O| Aug 12 23:41:44.349 INFO STEP 91 (ensure_file) COMPLETE
102432026-08-12T23:41:44.879Z[ host-image] Aug 12 23:41:44.349 INFO O| Aug 12 23:41:44.349 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-08-12T23:41:44.883Z[ host-image] Aug 12 23:41:44.357 INFO O| Aug 12 23:41:44.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102452026-08-12T23:41:44.883Z[ host-image] Aug 12 23:41:44.357 INFO O| Aug 12 23:41:44.357 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102462026-08-12T23:41:44.887Z[ host-image] Aug 12 23:41:44.357 INFO O| Aug 12 23:41:44.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102472026-08-12T23:41:44.888Z[ host-image] Aug 12 23:41:44.357 INFO O| Aug 12 23:41:44.357 INFO ok!
102482026-08-12T23:41:44.888Z[ host-image] Aug 12 23:41:44.357 INFO O| Aug 12 23:41:44.357 INFO STEP 92 (ensure_file) COMPLETE
102492026-08-12T23:41:44.888Z[ host-image] Aug 12 23:41:44.357 INFO O| Aug 12 23:41:44.357 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-08-12T23:41:44.891Z[ host-image] Aug 12 23:41:44.364 INFO O| Aug 12 23:41:44.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102512026-08-12T23:41:44.891Z[ host-image] Aug 12 23:41:44.364 INFO O| Aug 12 23:41:44.364 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102522026-08-12T23:41:45.369Z[ host-image] Aug 12 23:41:44.842 INFO O| Aug 12 23:41:44.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102532026-08-12T23:41:45.369Z[ host-image] Aug 12 23:41:44.843 INFO O| Aug 12 23:41:44.842 INFO ok!
102542026-08-12T23:41:45.369Z[ host-image] Aug 12 23:41:44.843 INFO O| Aug 12 23:41:44.842 INFO STEP 93 (ensure_file) COMPLETE
102552026-08-12T23:41:45.373Z[ host-image] Aug 12 23:41:44.843 INFO O| Aug 12 23:41:44.842 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-08-12T23:41:45.379Z[ host-image] Aug 12 23:41:44.853 INFO O| Aug 12 23:41:44.853 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102572026-08-12T23:41:45.379Z[ host-image] Aug 12 23:41:44.853 INFO O| Aug 12 23:41:44.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102582026-08-12T23:41:45.382Z[ host-image] Aug 12 23:41:44.853 INFO O| Aug 12 23:41:44.853 INFO STEP 94 (ensure_dir) COMPLETE
102592026-08-12T23:41:45.383Z[ host-image] Aug 12 23:41:44.853 INFO O| Aug 12 23:41:44.853 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-08-12T23:41:45.388Z[ host-image] Aug 12 23:41:44.861 INFO O| Aug 12 23:41:44.861 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102612026-08-12T23:41:45.388Z[ host-image] Aug 12 23:41:44.861 INFO O| Aug 12 23:41:44.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102622026-08-12T23:41:45.391Z[ host-image] Aug 12 23:41:44.861 INFO O| Aug 12 23:41:44.861 INFO STEP 95 (ensure_dir) COMPLETE
102632026-08-12T23:41:45.391Z[ host-image] Aug 12 23:41:44.861 INFO O| Aug 12 23:41:44.861 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-12T23:41:45.395Z[ host-image] Aug 12 23:41:44.868 INFO O| Aug 12 23:41:44.868 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102652026-08-12T23:41:45.395Z[ host-image] Aug 12 23:41:44.868 INFO O| Aug 12 23:41:44.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102662026-08-12T23:41:45.395Z[ host-image] Aug 12 23:41:44.868 INFO O| Aug 12 23:41:44.868 INFO STEP 96 (ensure_dir) COMPLETE
102672026-08-12T23:41:45.395Z[ host-image] Aug 12 23:41:44.868 INFO O| Aug 12 23:41:44.868 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-08-12T23:41:45.402Z[ host-image] Aug 12 23:41:44.876 INFO O| Aug 12 23:41:44.876 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102692026-08-12T23:41:45.402Z[ host-image] Aug 12 23:41:44.876 INFO O| Aug 12 23:41:44.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102702026-08-12T23:41:45.405Z[ host-image] Aug 12 23:41:44.876 INFO O| Aug 12 23:41:44.876 INFO STEP 97 (ensure_dir) COMPLETE
102712026-08-12T23:41:45.406Z[ host-image] Aug 12 23:41:44.876 INFO O| Aug 12 23:41:44.876 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722026-08-12T23:41:45.411Z[ host-image] Aug 12 23:41:44.885 INFO O| Aug 12 23:41:44.885 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102732026-08-12T23:41:45.414Z[ host-image] Aug 12 23:41:44.885 INFO O| Aug 12 23:41:44.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102742026-08-12T23:41:45.414Z[ host-image] Aug 12 23:41:44.885 INFO O| Aug 12 23:41:44.885 INFO STEP 98 (ensure_dir) COMPLETE
102752026-08-12T23:41:45.414Z[ host-image] Aug 12 23:41:44.885 INFO O| Aug 12 23:41:44.885 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-08-12T23:41:45.419Z[ host-image] Aug 12 23:41:44.893 INFO O| Aug 12 23:41:44.893 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102772026-08-12T23:41:45.419Z[ host-image] Aug 12 23:41:44.893 INFO O| Aug 12 23:41:44.893 INFO copying /tmp/.tmpFnSeuI/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 ...
102782026-08-12T23:41:45.422Z[ host-image] Aug 12 23:41:44.893 INFO O| Aug 12 23:41:44.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102792026-08-12T23:41:45.422Z[ host-image] Aug 12 23:41:44.893 INFO O| Aug 12 23:41:44.893 INFO ok!
102802026-08-12T23:41:45.422Z[ host-image] Aug 12 23:41:44.893 INFO O| Aug 12 23:41:44.893 INFO STEP 99 (ensure_file) COMPLETE
102812026-08-12T23:41:45.423Z[ host-image] Aug 12 23:41:44.893 INFO O| Aug 12 23:41:44.893 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-08-12T23:41:45.427Z[ host-image] Aug 12 23:41:44.901 INFO O| Aug 12 23:41:44.901 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102832026-08-12T23:41:45.427Z[ host-image] Aug 12 23:41:44.901 INFO O| Aug 12 23:41:44.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102842026-08-12T23:41:45.430Z[ host-image] Aug 12 23:41:44.901 INFO O| Aug 12 23:41:44.901 INFO STEP 100 (ensure_dir) COMPLETE
102852026-08-12T23:41:45.430Z[ host-image] Aug 12 23:41:44.901 INFO O| Aug 12 23:41:44.901 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-08-12T23:41:45.434Z[ host-image] Aug 12 23:41:44.907 INFO O| Aug 12 23:41:44.907 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102872026-08-12T23:41:45.434Z[ host-image] Aug 12 23:41:44.907 INFO O| Aug 12 23:41:44.907 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102882026-08-12T23:41:45.450Z[ host-image] Aug 12 23:41:44.924 INFO O| Aug 12 23:41:44.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102892026-08-12T23:41:45.450Z[ host-image] Aug 12 23:41:44.924 INFO O| Aug 12 23:41:44.924 INFO ok!
102902026-08-12T23:41:45.450Z[ host-image] Aug 12 23:41:44.924 INFO O| Aug 12 23:41:44.924 INFO STEP 101 (ensure_file) COMPLETE
102912026-08-12T23:41:45.453Z[ host-image] Aug 12 23:41:44.924 INFO O| Aug 12 23:41:44.924 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-08-12T23:41:45.459Z[ host-image] Aug 12 23:41:44.933 INFO O| Aug 12 23:41:44.933 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102932026-08-12T23:41:45.459Z[ host-image] Aug 12 23:41:44.933 INFO O| Aug 12 23:41:44.933 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102942026-08-12T23:41:45.462Z[ host-image] Aug 12 23:41:44.933 INFO O| Aug 12 23:41:44.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102952026-08-12T23:41:45.462Z[ host-image] Aug 12 23:41:44.933 INFO O| Aug 12 23:41:44.933 INFO ok!
102962026-08-12T23:41:45.462Z[ host-image] Aug 12 23:41:44.933 INFO O| Aug 12 23:41:44.933 INFO STEP 102 (ensure_file) COMPLETE
102972026-08-12T23:41:45.462Z[ host-image] Aug 12 23:41:44.933 INFO O| Aug 12 23:41:44.933 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-08-12T23:41:45.468Z[ host-image] Aug 12 23:41:44.941 INFO O| Aug 12 23:41:44.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102992026-08-12T23:41:45.468Z[ host-image] Aug 12 23:41:44.941 INFO O| Aug 12 23:41:44.941 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103002026-08-12T23:41:45.824Z[ host-image] Aug 12 23:41:45.297 INFO O| Aug 12 23:41:45.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103012026-08-12T23:41:45.824Z[ host-image] Aug 12 23:41:45.297 INFO O| Aug 12 23:41:45.297 INFO ok!
103022026-08-12T23:41:45.824Z[ host-image] Aug 12 23:41:45.297 INFO O| Aug 12 23:41:45.297 INFO STEP 103 (ensure_file) COMPLETE
103032026-08-12T23:41:45.827Z[ host-image] Aug 12 23:41:45.297 INFO O| Aug 12 23:41:45.297 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-08-12T23:41:45.835Z[ host-image] Aug 12 23:41:45.308 INFO O| Aug 12 23:41:45.308 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103052026-08-12T23:41:45.835Z[ host-image] Aug 12 23:41:45.308 INFO O| Aug 12 23:41:45.308 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103062026-08-12T23:41:45.838Z[ host-image] Aug 12 23:41:45.308 INFO O| Aug 12 23:41:45.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103072026-08-12T23:41:45.838Z[ host-image] Aug 12 23:41:45.308 INFO O| Aug 12 23:41:45.308 INFO ok!
103082026-08-12T23:41:45.838Z[ host-image] Aug 12 23:41:45.308 INFO O| Aug 12 23:41:45.308 INFO STEP 104 (ensure_file) COMPLETE
103092026-08-12T23:41:45.838Z[ host-image] Aug 12 23:41:45.308 INFO O| Aug 12 23:41:45.308 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-12T23:41:45.844Z[ host-image] Aug 12 23:41:45.318 INFO O| Aug 12 23:41:45.318 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103112026-08-12T23:41:45.844Z[ host-image] Aug 12 23:41:45.318 INFO O| Aug 12 23:41:45.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103122026-08-12T23:41:45.847Z[ host-image] Aug 12 23:41:45.318 INFO O| Aug 12 23:41:45.318 INFO STEP 105 (ensure_dir) COMPLETE
103132026-08-12T23:41:45.847Z[ host-image] Aug 12 23:41:45.318 INFO O| Aug 12 23:41:45.318 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-08-12T23:41:45.852Z[ host-image] Aug 12 23:41:45.326 INFO O| Aug 12 23:41:45.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103152026-08-12T23:41:45.855Z[ host-image] Aug 12 23:41:45.326 INFO O| Aug 12 23:41:45.326 INFO copying /tmp/.tmpFnSeuI/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 ...
103162026-08-12T23:41:46.169Z[ host-image] Aug 12 23:41:45.643 INFO O| Aug 12 23:41:45.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103172026-08-12T23:41:46.170Z[ host-image] Aug 12 23:41:45.643 INFO O| Aug 12 23:41:45.643 INFO ok!
103182026-08-12T23:41:46.173Z[ host-image] Aug 12 23:41:45.643 INFO O| Aug 12 23:41:45.643 INFO STEP 106 (ensure_file) COMPLETE
103192026-08-12T23:41:46.173Z[ host-image] Aug 12 23:41:45.643 INFO O| Aug 12 23:41:45.643 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-08-12T23:41:46.179Z[ host-image] Aug 12 23:41:45.652 INFO O| Aug 12 23:41:45.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103212026-08-12T23:41:46.179Z[ host-image] Aug 12 23:41:45.652 INFO O| Aug 12 23:41:45.652 INFO copying /tmp/.tmpFnSeuI/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 ...
103222026-08-12T23:41:46.182Z[ host-image] Aug 12 23:41:45.653 INFO O| Aug 12 23:41:45.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103232026-08-12T23:41:46.183Z[ host-image] Aug 12 23:41:45.653 INFO O| Aug 12 23:41:45.653 INFO ok!
103242026-08-12T23:41:46.183Z[ host-image] Aug 12 23:41:45.653 INFO O| Aug 12 23:41:45.653 INFO STEP 107 (ensure_file) COMPLETE
103252026-08-12T23:41:46.183Z[ host-image] Aug 12 23:41:45.653 INFO O| Aug 12 23:41:45.653 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-08-12T23:41:46.189Z[ host-image] Aug 12 23:41:45.663 INFO O| Aug 12 23:41:45.663 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103272026-08-12T23:41:46.189Z[ host-image] Aug 12 23:41:45.663 INFO O| Aug 12 23:41:45.663 INFO copying /tmp/.tmpFnSeuI/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 ...
103282026-08-12T23:41:46.192Z[ host-image] Aug 12 23:41:45.663 INFO O| Aug 12 23:41:45.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103292026-08-12T23:41:46.192Z[ host-image] Aug 12 23:41:45.663 INFO O| Aug 12 23:41:45.663 INFO ok!
103302026-08-12T23:41:46.192Z[ host-image] Aug 12 23:41:45.663 INFO O| Aug 12 23:41:45.663 INFO STEP 108 (ensure_file) COMPLETE
103312026-08-12T23:41:46.192Z[ host-image] Aug 12 23:41:45.663 INFO O| Aug 12 23:41:45.663 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-08-12T23:41:46.197Z[ host-image] Aug 12 23:41:45.671 INFO O| Aug 12 23:41:45.671 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103332026-08-12T23:41:46.198Z[ host-image] Aug 12 23:41:45.671 INFO O| Aug 12 23:41:45.671 INFO copying /tmp/.tmpFnSeuI/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 ...
103342026-08-12T23:41:46.200Z[ host-image] Aug 12 23:41:45.671 INFO O| Aug 12 23:41:45.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103352026-08-12T23:41:46.200Z[ host-image] Aug 12 23:41:45.671 INFO O| Aug 12 23:41:45.671 INFO ok!
103362026-08-12T23:41:46.201Z[ host-image] Aug 12 23:41:45.671 INFO O| Aug 12 23:41:45.671 INFO STEP 109 (ensure_file) COMPLETE
103372026-08-12T23:41:46.201Z[ host-image] Aug 12 23:41:45.671 INFO O| Aug 12 23:41:45.671 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-08-12T23:41:46.205Z[ host-image] Aug 12 23:41:45.679 INFO O| Aug 12 23:41:45.679 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103392026-08-12T23:41:46.208Z[ host-image] Aug 12 23:41:45.679 INFO O| Aug 12 23:41:45.679 INFO copying /tmp/.tmpFnSeuI/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 ...
103402026-08-12T23:41:46.208Z[ host-image] Aug 12 23:41:45.679 INFO O| Aug 12 23:41:45.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103412026-08-12T23:41:46.208Z[ host-image] Aug 12 23:41:45.679 INFO O| Aug 12 23:41:45.679 INFO ok!
103422026-08-12T23:41:46.208Z[ host-image] Aug 12 23:41:45.679 INFO O| Aug 12 23:41:45.679 INFO STEP 110 (ensure_file) COMPLETE
103432026-08-12T23:41:46.208Z[ host-image] Aug 12 23:41:45.679 INFO O| Aug 12 23:41:45.679 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-08-12T23:41:46.213Z[ host-image] Aug 12 23:41:45.687 INFO O| Aug 12 23:41:45.687 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103452026-08-12T23:41:46.213Z[ host-image] Aug 12 23:41:45.687 INFO O| Aug 12 23:41:45.687 INFO copying /tmp/.tmpFnSeuI/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 ...
103462026-08-12T23:41:46.216Z[ host-image] Aug 12 23:41:45.687 INFO O| Aug 12 23:41:45.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103472026-08-12T23:41:46.216Z[ host-image] Aug 12 23:41:45.687 INFO O| Aug 12 23:41:45.687 INFO ok!
103482026-08-12T23:41:46.216Z[ host-image] Aug 12 23:41:45.687 INFO O| Aug 12 23:41:45.687 INFO STEP 111 (ensure_file) COMPLETE
103492026-08-12T23:41:46.216Z[ host-image] Aug 12 23:41:45.687 INFO O| Aug 12 23:41:45.687 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-08-12T23:41:46.222Z[ host-image] Aug 12 23:41:45.695 INFO O| Aug 12 23:41:45.695 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103512026-08-12T23:41:46.222Z[ host-image] Aug 12 23:41:45.696 INFO O| Aug 12 23:41:45.695 INFO copying /tmp/.tmpFnSeuI/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 ...
103522026-08-12T23:41:46.225Z[ host-image] Aug 12 23:41:45.696 INFO O| Aug 12 23:41:45.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103532026-08-12T23:41:46.225Z[ host-image] Aug 12 23:41:45.696 INFO O| Aug 12 23:41:45.696 INFO ok!
103542026-08-12T23:41:46.225Z[ host-image] Aug 12 23:41:45.696 INFO O| Aug 12 23:41:45.696 INFO STEP 112 (ensure_file) COMPLETE
103552026-08-12T23:41:46.225Z[ host-image] Aug 12 23:41:45.696 INFO O| Aug 12 23:41:45.696 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-08-12T23:41:46.231Z[ host-image] Aug 12 23:41:45.705 INFO O| Aug 12 23:41:45.705 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103572026-08-12T23:41:46.234Z[ host-image] Aug 12 23:41:45.705 INFO O| Aug 12 23:41:45.705 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103582026-08-12T23:41:46.234Z[ host-image] Aug 12 23:41:45.705 INFO O| Aug 12 23:41:45.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103592026-08-12T23:41:46.234Z[ host-image] Aug 12 23:41:45.705 INFO O| Aug 12 23:41:45.705 INFO ok!
103602026-08-12T23:41:46.234Z[ host-image] Aug 12 23:41:45.705 INFO O| Aug 12 23:41:45.705 INFO STEP 113 (ensure_file) COMPLETE
103612026-08-12T23:41:46.234Z[ host-image] Aug 12 23:41:45.705 INFO O| Aug 12 23:41:45.705 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-08-12T23:41:46.240Z[ host-image] Aug 12 23:41:45.714 INFO O| Aug 12 23:41:45.714 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103632026-08-12T23:41:46.240Z[ host-image] Aug 12 23:41:45.714 INFO O| Aug 12 23:41:45.714 INFO copying /tmp/.tmpFnSeuI/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 ...
103642026-08-12T23:41:46.243Z[ host-image] Aug 12 23:41:45.714 INFO O| Aug 12 23:41:45.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103652026-08-12T23:41:46.243Z[ host-image] Aug 12 23:41:45.714 INFO O| Aug 12 23:41:45.714 INFO ok!
103662026-08-12T23:41:46.243Z[ host-image] Aug 12 23:41:45.714 INFO O| Aug 12 23:41:45.714 INFO STEP 114 (ensure_file) COMPLETE
103672026-08-12T23:41:46.243Z[ host-image] Aug 12 23:41:45.714 INFO O| Aug 12 23:41:45.714 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-08-12T23:41:46.249Z[ host-image] Aug 12 23:41:45.721 INFO O| Aug 12 23:41:45.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103692026-08-12T23:41:46.249Z[ host-image] Aug 12 23:41:45.721 INFO O| Aug 12 23:41:45.721 INFO copying /tmp/.tmpFnSeuI/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 ...
103702026-08-12T23:41:46.252Z[ host-image] Aug 12 23:41:45.721 INFO O| Aug 12 23:41:45.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103712026-08-12T23:41:46.252Z[ host-image] Aug 12 23:41:45.721 INFO O| Aug 12 23:41:45.721 INFO ok!
103722026-08-12T23:41:46.252Z[ host-image] Aug 12 23:41:45.721 INFO O| Aug 12 23:41:45.721 INFO STEP 115 (ensure_file) COMPLETE
103732026-08-12T23:41:46.252Z[ host-image] Aug 12 23:41:45.721 INFO O| Aug 12 23:41:45.721 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-08-12T23:41:46.257Z[ host-image] Aug 12 23:41:45.729 INFO O| Aug 12 23:41:45.729 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103752026-08-12T23:41:46.257Z[ host-image] Aug 12 23:41:45.729 INFO O| Aug 12 23:41:45.729 INFO copying /tmp/.tmpFnSeuI/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 ...
103762026-08-12T23:41:46.257Z[ host-image] Aug 12 23:41:45.729 INFO O| Aug 12 23:41:45.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103772026-08-12T23:41:46.257Z[ host-image] Aug 12 23:41:45.729 INFO O| Aug 12 23:41:45.729 INFO ok!
103782026-08-12T23:41:46.257Z[ host-image] Aug 12 23:41:45.729 INFO O| Aug 12 23:41:45.729 INFO STEP 116 (ensure_file) COMPLETE
103792026-08-12T23:41:46.257Z[ host-image] Aug 12 23:41:45.729 INFO O| Aug 12 23:41:45.729 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-12T23:41:46.261Z[ host-image] Aug 12 23:41:45.734 INFO O| Aug 12 23:41:45.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103812026-08-12T23:41:46.261Z[ host-image] Aug 12 23:41:45.734 INFO O| Aug 12 23:41:45.734 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103822026-08-12T23:41:46.264Z[ host-image] Aug 12 23:41:45.734 INFO O| Aug 12 23:41:45.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103832026-08-12T23:41:46.264Z[ host-image] Aug 12 23:41:45.735 INFO O| Aug 12 23:41:45.734 INFO ok!
103842026-08-12T23:41:46.264Z[ host-image] Aug 12 23:41:45.735 INFO O| Aug 12 23:41:45.734 INFO STEP 117 (ensure_file) COMPLETE
103852026-08-12T23:41:46.264Z[ host-image] Aug 12 23:41:45.735 INFO O| Aug 12 23:41:45.735 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-08-12T23:41:46.267Z[ host-image] Aug 12 23:41:45.741 INFO O| Aug 12 23:41:45.741 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103872026-08-12T23:41:46.267Z[ host-image] Aug 12 23:41:45.741 INFO O| Aug 12 23:41:45.741 INFO copying /tmp/.tmpFnSeuI/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 ...
103882026-08-12T23:41:46.271Z[ host-image] Aug 12 23:41:45.741 INFO O| Aug 12 23:41:45.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103892026-08-12T23:41:46.271Z[ host-image] Aug 12 23:41:45.741 INFO O| Aug 12 23:41:45.741 INFO ok!
103902026-08-12T23:41:46.271Z[ host-image] Aug 12 23:41:45.741 INFO O| Aug 12 23:41:45.741 INFO STEP 118 (ensure_file) COMPLETE
103912026-08-12T23:41:46.271Z[ host-image] Aug 12 23:41:45.741 INFO O| Aug 12 23:41:45.741 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-08-12T23:41:46.274Z[ host-image] Aug 12 23:41:45.747 INFO O| Aug 12 23:41:45.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103932026-08-12T23:41:46.274Z[ host-image] Aug 12 23:41:45.747 INFO O| Aug 12 23:41:45.747 INFO copying /tmp/.tmpFnSeuI/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 ...
103942026-08-12T23:41:46.277Z[ host-image] Aug 12 23:41:45.748 INFO O| Aug 12 23:41:45.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103952026-08-12T23:41:46.277Z[ host-image] Aug 12 23:41:45.748 INFO O| Aug 12 23:41:45.748 INFO ok!
103962026-08-12T23:41:46.277Z[ host-image] Aug 12 23:41:45.748 INFO O| Aug 12 23:41:45.748 INFO STEP 119 (ensure_file) COMPLETE
103972026-08-12T23:41:46.277Z[ host-image] Aug 12 23:41:45.748 INFO O| Aug 12 23:41:45.748 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-08-12T23:41:46.281Z[ host-image] Aug 12 23:41:45.754 INFO O| Aug 12 23:41:45.754 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103992026-08-12T23:41:46.281Z[ host-image] Aug 12 23:41:45.754 INFO O| Aug 12 23:41:45.754 INFO copying /tmp/.tmpFnSeuI/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 ...
104002026-08-12T23:41:46.281Z[ host-image] Aug 12 23:41:45.754 INFO O| Aug 12 23:41:45.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104012026-08-12T23:41:46.281Z[ host-image] Aug 12 23:41:45.754 INFO O| Aug 12 23:41:45.754 INFO ok!
104022026-08-12T23:41:46.281Z[ host-image] Aug 12 23:41:45.754 INFO O| Aug 12 23:41:45.754 INFO STEP 120 (ensure_file) COMPLETE
104032026-08-12T23:41:46.281Z[ host-image] Aug 12 23:41:45.754 INFO O| Aug 12 23:41:45.754 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-08-12T23:41:46.286Z[ host-image] Aug 12 23:41:45.760 INFO O| Aug 12 23:41:45.760 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104052026-08-12T23:41:46.286Z[ host-image] Aug 12 23:41:45.760 INFO O| Aug 12 23:41:45.760 INFO copying /tmp/.tmpFnSeuI/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 ...
104062026-08-12T23:41:46.289Z[ host-image] Aug 12 23:41:45.760 INFO O| Aug 12 23:41:45.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104072026-08-12T23:41:46.289Z[ host-image] Aug 12 23:41:45.760 INFO O| Aug 12 23:41:45.760 INFO ok!
104082026-08-12T23:41:46.289Z[ host-image] Aug 12 23:41:45.760 INFO O| Aug 12 23:41:45.760 INFO STEP 121 (ensure_file) COMPLETE
104092026-08-12T23:41:46.289Z[ host-image] Aug 12 23:41:45.760 INFO O| Aug 12 23:41:45.760 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-08-12T23:41:46.294Z[ host-image] Aug 12 23:41:45.768 INFO O| Aug 12 23:41:45.768 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104112026-08-12T23:41:46.294Z[ host-image] Aug 12 23:41:45.768 INFO O| Aug 12 23:41:45.768 INFO copying /tmp/.tmpFnSeuI/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 ...
104122026-08-12T23:41:46.298Z[ host-image] Aug 12 23:41:45.768 INFO O| Aug 12 23:41:45.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104132026-08-12T23:41:46.298Z[ host-image] Aug 12 23:41:45.768 INFO O| Aug 12 23:41:45.768 INFO ok!
104142026-08-12T23:41:46.298Z[ host-image] Aug 12 23:41:45.768 INFO O| Aug 12 23:41:45.768 INFO STEP 122 (ensure_file) COMPLETE
104152026-08-12T23:41:46.298Z[ host-image] Aug 12 23:41:45.768 INFO O| Aug 12 23:41:45.768 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-08-12T23:41:46.301Z[ host-image] Aug 12 23:41:45.775 INFO O| Aug 12 23:41:45.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104172026-08-12T23:41:46.301Z[ host-image] Aug 12 23:41:45.775 INFO O| Aug 12 23:41:45.775 INFO copying /tmp/.tmpFnSeuI/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 ...
104182026-08-12T23:41:46.305Z[ host-image] Aug 12 23:41:45.775 INFO O| Aug 12 23:41:45.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104192026-08-12T23:41:46.305Z[ host-image] Aug 12 23:41:45.775 INFO O| Aug 12 23:41:45.775 INFO ok!
104202026-08-12T23:41:46.305Z[ host-image] Aug 12 23:41:45.775 INFO O| Aug 12 23:41:45.775 INFO STEP 123 (ensure_file) COMPLETE
104212026-08-12T23:41:46.305Z[ host-image] Aug 12 23:41:45.775 INFO O| Aug 12 23:41:45.775 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-08-12T23:41:46.309Z[ host-image] Aug 12 23:41:45.782 INFO O| Aug 12 23:41:45.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104232026-08-12T23:41:46.309Z[ host-image] Aug 12 23:41:45.783 INFO O| Aug 12 23:41:45.782 INFO copying /tmp/.tmpFnSeuI/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 ...
104242026-08-12T23:41:46.312Z[ host-image] Aug 12 23:41:45.783 INFO O| Aug 12 23:41:45.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104252026-08-12T23:41:46.312Z[ host-image] Aug 12 23:41:45.783 INFO O| Aug 12 23:41:45.783 INFO ok!
104262026-08-12T23:41:46.312Z[ host-image] Aug 12 23:41:45.783 INFO O| Aug 12 23:41:45.783 INFO STEP 124 (ensure_file) COMPLETE
104272026-08-12T23:41:46.312Z[ host-image] Aug 12 23:41:45.783 INFO O| Aug 12 23:41:45.783 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-08-12T23:41:46.317Z[ host-image] Aug 12 23:41:45.790 INFO O| Aug 12 23:41:45.790 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104292026-08-12T23:41:46.317Z[ host-image] Aug 12 23:41:45.790 INFO O| Aug 12 23:41:45.790 INFO copying /tmp/.tmpFnSeuI/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 ...
104302026-08-12T23:41:46.320Z[ host-image] Aug 12 23:41:45.790 INFO O| Aug 12 23:41:45.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104312026-08-12T23:41:46.320Z[ host-image] Aug 12 23:41:45.790 INFO O| Aug 12 23:41:45.790 INFO ok!
104322026-08-12T23:41:46.321Z[ host-image] Aug 12 23:41:45.790 INFO O| Aug 12 23:41:45.790 INFO STEP 125 (ensure_file) COMPLETE
104332026-08-12T23:41:46.321Z[ host-image] Aug 12 23:41:45.790 INFO O| Aug 12 23:41:45.790 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-08-12T23:41:46.324Z[ host-image] Aug 12 23:41:45.798 INFO O| Aug 12 23:41:45.798 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104352026-08-12T23:41:46.325Z[ host-image] Aug 12 23:41:45.798 INFO O| Aug 12 23:41:45.798 INFO copying /tmp/.tmpFnSeuI/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 ...
104362026-08-12T23:41:46.327Z[ host-image] Aug 12 23:41:45.798 INFO O| Aug 12 23:41:45.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104372026-08-12T23:41:46.327Z[ host-image] Aug 12 23:41:45.798 INFO O| Aug 12 23:41:45.798 INFO ok!
104382026-08-12T23:41:46.327Z[ host-image] Aug 12 23:41:45.798 INFO O| Aug 12 23:41:45.798 INFO STEP 126 (ensure_file) COMPLETE
104392026-08-12T23:41:46.327Z[ host-image] Aug 12 23:41:45.798 INFO O| Aug 12 23:41:45.798 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-08-12T23:41:46.333Z[ recovery-image] Aug 12 23:41:45.807 INFO creating reset image...
104412026-08-12T23:41:46.336Z[ recovery-image] Aug 12 23:41:45.807 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")
104422026-08-12T23:41:46.336Z[ host-image] Aug 12 23:41:45.807 INFO O| Aug 12 23:41:45.807 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104432026-08-12T23:41:46.336Z[ host-image] Aug 12 23:41:45.807 INFO O| Aug 12 23:41:45.807 INFO copying /tmp/.tmpFnSeuI/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 ...
104442026-08-12T23:41:46.336Z[ host-image] Aug 12 23:41:45.807 INFO O| Aug 12 23:41:45.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104452026-08-12T23:41:46.336Z[ host-image] Aug 12 23:41:45.807 INFO O| Aug 12 23:41:45.807 INFO ok!
104462026-08-12T23:41:46.336Z[ host-image] Aug 12 23:41:45.807 INFO O| Aug 12 23:41:45.807 INFO STEP 127 (ensure_file) COMPLETE
104472026-08-12T23:41:46.337Z[ host-image] Aug 12 23:41:45.807 INFO O| Aug 12 23:41:45.807 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-08-12T23:41:46.342Z[ host-image] Aug 12 23:41:45.815 INFO O| Aug 12 23:41:45.815 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104492026-08-12T23:41:46.342Z[ host-image] Aug 12 23:41:45.815 INFO O| Aug 12 23:41:45.815 INFO copying /tmp/.tmpFnSeuI/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 ...
104502026-08-12T23:41:46.345Z[ host-image] Aug 12 23:41:45.815 INFO O| Aug 12 23:41:45.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104512026-08-12T23:41:46.345Z[ host-image] Aug 12 23:41:45.815 INFO O| Aug 12 23:41:45.815 INFO ok!
104522026-08-12T23:41:46.345Z[ host-image] Aug 12 23:41:45.815 INFO O| Aug 12 23:41:45.815 INFO STEP 128 (ensure_file) COMPLETE
104532026-08-12T23:41:46.345Z[ host-image] Aug 12 23:41:45.815 INFO O| Aug 12 23:41:45.815 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-08-12T23:41:46.350Z[ host-image] Aug 12 23:41:45.822 INFO O| Aug 12 23:41:45.822 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104552026-08-12T23:41:46.353Z[ host-image] Aug 12 23:41:45.822 INFO O| Aug 12 23:41:45.822 INFO copying /tmp/.tmpFnSeuI/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 ...
104562026-08-12T23:41:46.353Z[ host-image] Aug 12 23:41:45.822 INFO O| Aug 12 23:41:45.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104572026-08-12T23:41:46.353Z[ host-image] Aug 12 23:41:45.822 INFO O| Aug 12 23:41:45.822 INFO ok!
104582026-08-12T23:41:46.353Z[ host-image] Aug 12 23:41:45.822 INFO O| Aug 12 23:41:45.822 INFO STEP 129 (ensure_file) COMPLETE
104592026-08-12T23:41:46.353Z[ host-image] Aug 12 23:41:45.822 INFO O| Aug 12 23:41:45.822 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-12T23:41:46.358Z[ host-image] Aug 12 23:41:45.831 INFO O| Aug 12 23:41:45.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104612026-08-12T23:41:46.362Z[ host-image] Aug 12 23:41:45.831 INFO O| Aug 12 23:41:45.831 INFO copying /tmp/.tmpFnSeuI/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 ...
104622026-08-12T23:41:46.363Z[ host-image] Aug 12 23:41:45.831 INFO O| Aug 12 23:41:45.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104632026-08-12T23:41:46.363Z[ host-image] Aug 12 23:41:45.831 INFO O| Aug 12 23:41:45.831 INFO ok!
104642026-08-12T23:41:46.363Z[ host-image] Aug 12 23:41:45.831 INFO O| Aug 12 23:41:45.831 INFO STEP 130 (ensure_file) COMPLETE
104652026-08-12T23:41:46.363Z[ host-image] Aug 12 23:41:45.831 INFO O| Aug 12 23:41:45.831 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-08-12T23:41:46.367Z[ host-image] Aug 12 23:41:45.838 INFO O| Aug 12 23:41:45.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104672026-08-12T23:41:46.368Z[ host-image] Aug 12 23:41:45.838 INFO O| Aug 12 23:41:45.838 INFO copying /tmp/.tmpFnSeuI/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 ...
104682026-08-12T23:41:46.368Z[ host-image] Aug 12 23:41:45.838 INFO O| Aug 12 23:41:45.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104692026-08-12T23:41:46.368Z[ host-image] Aug 12 23:41:45.838 INFO O| Aug 12 23:41:45.838 INFO ok!
104702026-08-12T23:41:46.368Z[ host-image] Aug 12 23:41:45.838 INFO O| Aug 12 23:41:45.838 INFO STEP 131 (ensure_file) COMPLETE
104712026-08-12T23:41:46.368Z[ host-image] Aug 12 23:41:45.838 INFO O| Aug 12 23:41:45.838 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-12T23:41:46.378Z[ host-image] Aug 12 23:41:45.845 INFO O| Aug 12 23:41:45.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104732026-08-12T23:41:46.378Z[ host-image] Aug 12 23:41:45.845 INFO O| Aug 12 23:41:45.845 INFO copying /tmp/.tmpFnSeuI/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 ...
104742026-08-12T23:41:46.378Z[ host-image] Aug 12 23:41:45.845 INFO O| Aug 12 23:41:45.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104752026-08-12T23:41:46.379Z[ host-image] Aug 12 23:41:45.845 INFO O| Aug 12 23:41:45.845 INFO ok!
104762026-08-12T23:41:46.379Z[ host-image] Aug 12 23:41:45.846 INFO O| Aug 12 23:41:45.845 INFO STEP 132 (ensure_file) COMPLETE
104772026-08-12T23:41:46.379Z[ host-image] Aug 12 23:41:45.846 INFO O| Aug 12 23:41:45.845 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-12T23:41:46.384Z[ host-image] Aug 12 23:41:45.857 INFO O| Aug 12 23:41:45.857 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104792026-08-12T23:41:46.384Z[ host-image] Aug 12 23:41:45.857 INFO O| Aug 12 23:41:45.857 INFO copying /tmp/.tmpFnSeuI/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 ...
104802026-08-12T23:41:46.384Z[ host-image] Aug 12 23:41:45.857 INFO O| Aug 12 23:41:45.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104812026-08-12T23:41:46.384Z[ host-image] Aug 12 23:41:45.857 INFO O| Aug 12 23:41:45.857 INFO ok!
104822026-08-12T23:41:46.384Z[ host-image] Aug 12 23:41:45.857 INFO O| Aug 12 23:41:45.857 INFO STEP 133 (ensure_file) COMPLETE
104832026-08-12T23:41:46.387Z[ host-image] Aug 12 23:41:45.857 INFO O| Aug 12 23:41:45.857 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-12T23:41:46.398Z[ host-image] Aug 12 23:41:45.869 INFO O| Aug 12 23:41:45.868 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104852026-08-12T23:41:46.398Z[ host-image] Aug 12 23:41:45.869 INFO O| Aug 12 23:41:45.868 INFO copying /tmp/.tmpFnSeuI/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 ...
104862026-08-12T23:41:46.401Z[ host-image] Aug 12 23:41:45.869 INFO O| Aug 12 23:41:45.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104872026-08-12T23:41:46.401Z[ host-image] Aug 12 23:41:45.869 INFO O| Aug 12 23:41:45.868 INFO ok!
104882026-08-12T23:41:46.401Z[ host-image] Aug 12 23:41:45.869 INFO O| Aug 12 23:41:45.868 INFO STEP 134 (ensure_file) COMPLETE
104892026-08-12T23:41:46.401Z[ host-image] Aug 12 23:41:45.869 INFO O| Aug 12 23:41:45.868 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-12T23:41:46.406Z[ host-image] Aug 12 23:41:45.878 INFO O| Aug 12 23:41:45.877 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104912026-08-12T23:41:46.410Z[ host-image] Aug 12 23:41:45.878 INFO O| Aug 12 23:41:45.877 INFO copying /tmp/.tmpFnSeuI/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 ...
104922026-08-12T23:41:46.410Z[ host-image] Aug 12 23:41:45.878 INFO O| Aug 12 23:41:45.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104932026-08-12T23:41:46.410Z[ host-image] Aug 12 23:41:45.878 INFO O| Aug 12 23:41:45.877 INFO ok!
104942026-08-12T23:41:46.410Z[ host-image] Aug 12 23:41:45.878 INFO O| Aug 12 23:41:45.877 INFO STEP 135 (ensure_file) COMPLETE
104952026-08-12T23:41:46.410Z[ host-image] Aug 12 23:41:45.878 INFO O| Aug 12 23:41:45.877 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-12T23:41:46.443Z[ host-image] Aug 12 23:41:45.894 INFO O| Aug 12 23:41:45.892 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104972026-08-12T23:41:46.446Z[ host-image] Aug 12 23:41:45.894 INFO O| Aug 12 23:41:45.892 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104982026-08-12T23:41:46.446Z[ host-image] Aug 12 23:41:45.894 INFO O| Aug 12 23:41:45.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104992026-08-12T23:41:46.446Z[ host-image] Aug 12 23:41:45.894 INFO O| Aug 12 23:41:45.892 INFO ok!
105002026-08-12T23:41:46.446Z[ host-image] Aug 12 23:41:45.894 INFO O| Aug 12 23:41:45.892 INFO STEP 136 (ensure_file) COMPLETE
105012026-08-12T23:41:46.446Z[ host-image] Aug 12 23:41:45.894 INFO O| Aug 12 23:41:45.892 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-12T23:41:46.446Z[ host-image] Aug 12 23:41:45.905 INFO O| Aug 12 23:41:45.904 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105032026-08-12T23:41:46.446Z[ host-image] Aug 12 23:41:45.905 INFO O| Aug 12 23:41:45.904 INFO copying /tmp/.tmpFnSeuI/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 ...
105042026-08-12T23:41:46.447Z[ host-image] Aug 12 23:41:45.905 INFO O| Aug 12 23:41:45.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105052026-08-12T23:41:46.447Z[ host-image] Aug 12 23:41:45.905 INFO O| Aug 12 23:41:45.905 INFO ok!
105062026-08-12T23:41:46.447Z[ host-image] Aug 12 23:41:45.905 INFO O| Aug 12 23:41:45.905 INFO STEP 137 (ensure_file) COMPLETE
105072026-08-12T23:41:46.447Z[ host-image] Aug 12 23:41:45.905 INFO O| Aug 12 23:41:45.905 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-12T23:41:46.447Z[ host-image] Aug 12 23:41:45.913 INFO O| Aug 12 23:41:45.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105092026-08-12T23:41:46.447Z[ host-image] Aug 12 23:41:45.913 INFO O| Aug 12 23:41:45.913 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105102026-08-12T23:41:46.447Z[ host-image] Aug 12 23:41:45.913 INFO O| Aug 12 23:41:45.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105112026-08-12T23:41:46.447Z[ host-image] Aug 12 23:41:45.913 INFO O| Aug 12 23:41:45.913 INFO ok!
105122026-08-12T23:41:46.447Z[ host-image] Aug 12 23:41:45.913 INFO O| Aug 12 23:41:45.913 INFO STEP 138 (ensure_file) COMPLETE
105132026-08-12T23:41:46.447Z[ host-image] Aug 12 23:41:45.913 INFO O| Aug 12 23:41:45.913 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-08-12T23:41:46.471Z[ host-image] Aug 12 23:41:45.921 INFO O| Aug 12 23:41:45.921 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105152026-08-12T23:41:46.471Z[ host-image] Aug 12 23:41:45.921 INFO O| Aug 12 23:41:45.921 INFO copying /tmp/.tmpFnSeuI/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105162026-08-12T23:41:46.636Z[ recovery-image] Aug 12 23:41:46.109 INFO E| Updating crates.io index
105172026-08-12T23:41:46.943Z[ recovery-image] Aug 12 23:41:46.416 INFO E| Downloading crates ...
105182026-08-12T23:41:46.988Z[ recovery-image] Aug 12 23:41:46.460 INFO E| Downloaded colorchoice v1.0.5
105192026-08-12T23:41:46.991Z[ recovery-image] Aug 12 23:41:46.463 INFO E| Downloaded clap_lex v1.1.0
105202026-08-12T23:41:46.991Z[ recovery-image] Aug 12 23:41:46.464 INFO E| Downloaded os_pipe v1.2.3
105212026-08-12T23:41:46.997Z[ recovery-image] Aug 12 23:41:46.469 INFO E| Downloaded duct v1.1.1
105222026-08-12T23:41:47.002Z[ recovery-image] Aug 12 23:41:46.471 INFO E| Downloaded sigchld v0.2.4
105232026-08-12T23:41:47.002Z[ recovery-image] Aug 12 23:41:46.471 INFO E| Downloaded shared_child v1.1.1
105242026-08-12T23:41:47.002Z[ recovery-image] Aug 12 23:41:46.472 INFO E| Downloaded shared_thread v0.2.0
105252026-08-12T23:41:47.035Z[ recovery-image] Aug 12 23:41:46.508 INFO E| Compiling libc v0.2.186
105262026-08-12T23:41:47.035Z[ recovery-image] Aug 12 23:41:46.508 INFO E| Compiling proc-macro2 v1.0.106
105272026-08-12T23:41:47.036Z[ recovery-image] Aug 12 23:41:46.508 INFO E| Compiling unicode-ident v1.0.24
105282026-08-12T23:41:47.054Z[ recovery-image] Aug 12 23:41:46.520 INFO E| Compiling quote v1.0.45
105292026-08-12T23:41:47.054Z[ recovery-image] Aug 12 23:41:46.522 INFO E| Compiling signal-hook v0.3.18
105302026-08-12T23:41:47.054Z[ recovery-image] Aug 12 23:41:46.524 INFO E| Compiling utf8parse v0.2.2
105312026-08-12T23:41:47.060Z[ recovery-image] Aug 12 23:41:46.533 INFO E| Compiling anstyle-query v1.1.5
105322026-08-12T23:41:47.064Z[ recovery-image] Aug 12 23:41:46.533 INFO E| Compiling is_terminal_polyfill v1.70.2
105332026-08-12T23:41:47.064Z[ recovery-image] Aug 12 23:41:46.533 INFO E| Compiling anstyle v1.0.14
105342026-08-12T23:41:47.064Z[ recovery-image] Aug 12 23:41:46.534 INFO E| Compiling colorchoice v1.0.5
105352026-08-12T23:41:47.064Z[ recovery-image] Aug 12 23:41:46.534 INFO E| Compiling heck v0.5.0
105362026-08-12T23:41:47.064Z[ recovery-image] Aug 12 23:41:46.534 INFO E| Compiling clap_lex v1.1.0
105372026-08-12T23:41:47.064Z[ recovery-image] Aug 12 23:41:46.534 INFO E| Compiling strsim v0.11.1
105382026-08-12T23:41:47.064Z[ recovery-image] Aug 12 23:41:46.534 INFO E| Compiling shared_thread v0.2.0
105392026-08-12T23:41:47.181Z[ recovery-image] Aug 12 23:41:46.655 INFO E| Compiling anstyle-parse v1.0.0
105402026-08-12T23:41:47.339Z[ recovery-image] Aug 12 23:41:46.813 INFO E| Compiling anstream v1.0.0
105412026-08-12T23:41:47.575Z[ recovery-image] Aug 12 23:41:47.047 INFO E| Compiling clap_builder v4.6.0
105422026-08-12T23:41:48.162Z[ recovery-image] Aug 12 23:41:47.391 INFO E| Compiling errno v0.3.14
105432026-08-12T23:41:48.162Z[ recovery-image] Aug 12 23:41:47.391 INFO E| Compiling os_pipe v1.2.3
105442026-08-12T23:41:48.167Z[ recovery-image] Aug 12 23:41:47.508 INFO E| Compiling signal-hook-registry v1.4.8
105452026-08-12T23:41:48.252Z[ recovery-image] Aug 12 23:41:47.726 INFO E| Compiling syn v2.0.117
105462026-08-12T23:41:48.361Z[ recovery-image] Aug 12 23:41:47.834 INFO E| Compiling sigchld v0.2.4
105472026-08-12T23:41:48.471Z[ recovery-image] Aug 12 23:41:47.944 INFO E| Compiling shared_child v1.1.1
105482026-08-12T23:41:48.619Z[ recovery-image] Aug 12 23:41:48.092 INFO E| Compiling duct v1.1.1
105492026-08-12T23:41:50.831Z[ recovery-image] Aug 12 23:41:50.304 INFO E| Compiling clap_derive v4.6.1
105502026-08-12T23:41:52.424Z[ recovery-image] Aug 12 23:41:51.897 INFO E| Compiling clap v4.6.1
105512026-08-12T23:41:52.647Z[ recovery-image] Aug 12 23:41:51.971 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105522026-08-12T23:41:53.553Z[ recovery-image] Aug 12 23:41:53.026 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s
105532026-08-12T23:41:53.560Z[ recovery-image] Aug 12 23:41:53.034 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105542026-08-12T23:41:53.833Z[ host-image] Aug 12 23:41:53.307 INFO O| Aug 12 23:41:53.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105552026-08-12T23:41:53.833Z[ host-image] Aug 12 23:41:53.307 INFO O| Aug 12 23:41:53.307 INFO ok!
105562026-08-12T23:41:53.834Z[ host-image] Aug 12 23:41:53.307 INFO O| Aug 12 23:41:53.307 INFO STEP 139 (ensure_file) COMPLETE
105572026-08-12T23:41:53.837Z[ host-image] Aug 12 23:41:53.307 INFO O| Aug 12 23:41:53.307 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-08-12T23:41:53.841Z[ host-image] Aug 12 23:41:53.314 INFO O| Aug 12 23:41:53.314 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105592026-08-12T23:41:53.841Z[ host-image] Aug 12 23:41:53.315 INFO O| Aug 12 23:41:53.314 INFO STEP 140 (ensure_dir) COMPLETE
105602026-08-12T23:41:53.844Z[ host-image] Aug 12 23:41:53.315 INFO O| Aug 12 23:41:53.314 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-08-12T23:41:53.848Z[ host-image] Aug 12 23:41:53.322 INFO O| Aug 12 23:41:53.322 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105622026-08-12T23:41:53.848Z[ host-image] Aug 12 23:41:53.322 INFO O| Aug 12 23:41:53.322 INFO STEP 141 (ensure_dir) COMPLETE
105632026-08-12T23:41:53.851Z[ host-image] Aug 12 23:41:53.322 INFO O| Aug 12 23:41:53.322 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-08-12T23:41:53.851Z[ recovery-image] Aug 12 23:41:53.325 INFO E| Downloading crates ...
105652026-08-12T23:41:53.856Z[ host-image] Aug 12 23:41:53.330 INFO O| Aug 12 23:41:53.330 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105662026-08-12T23:41:53.856Z[ host-image] Aug 12 23:41:53.330 INFO O| Aug 12 23:41:53.330 INFO STEP 142 (ensure_dir) COMPLETE
105672026-08-12T23:41:53.859Z[ host-image] Aug 12 23:41:53.330 INFO O| Aug 12 23:41:53.330 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-08-12T23:41:53.863Z[ host-image] Aug 12 23:41:53.337 INFO O| Aug 12 23:41:53.336 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105692026-08-12T23:41:53.863Z[ host-image] Aug 12 23:41:53.337 INFO O| Aug 12 23:41:53.337 INFO STEP 143 (ensure_dir) COMPLETE
105702026-08-12T23:41:53.866Z[ host-image] Aug 12 23:41:53.337 INFO O| Aug 12 23:41:53.337 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105712026-08-12T23:41:53.870Z[ host-image] Aug 12 23:41:53.344 INFO O| Aug 12 23:41:53.344 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105722026-08-12T23:41:53.870Z[ host-image] Aug 12 23:41:53.344 INFO O| Aug 12 23:41:53.344 INFO copying /tmp/.tmpFnSeuI/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 ...
105732026-08-12T23:41:53.873Z[ host-image] Aug 12 23:41:53.344 INFO O| Aug 12 23:41:53.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105742026-08-12T23:41:53.873Z[ host-image] Aug 12 23:41:53.344 INFO O| Aug 12 23:41:53.344 INFO ok!
105752026-08-12T23:41:53.873Z[ host-image] Aug 12 23:41:53.344 INFO O| Aug 12 23:41:53.344 INFO STEP 144 (ensure_file) COMPLETE
105762026-08-12T23:41:53.873Z[ host-image] Aug 12 23:41:53.344 INFO O| Aug 12 23:41:53.344 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105772026-08-12T23:41:53.877Z[ host-image] Aug 12 23:41:53.351 INFO O| Aug 12 23:41:53.351 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105782026-08-12T23:41:53.879Z[ host-image] Aug 12 23:41:53.351 INFO O| Aug 12 23:41:53.351 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105792026-08-12T23:41:53.880Z[ host-image] Aug 12 23:41:53.351 INFO O| Aug 12 23:41:53.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105802026-08-12T23:41:53.880Z[ host-image] Aug 12 23:41:53.351 INFO O| Aug 12 23:41:53.351 INFO STEP 145 (ensure_dir) COMPLETE
105812026-08-12T23:41:53.880Z[ host-image] Aug 12 23:41:53.351 INFO O| Aug 12 23:41:53.351 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-08-12T23:41:53.883Z[ host-image] Aug 12 23:41:53.356 INFO O| Aug 12 23:41:53.356 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105832026-08-12T23:41:53.885Z[ host-image] Aug 12 23:41:53.356 INFO O| Aug 12 23:41:53.356 INFO copying /tmp/.tmpFnSeuI/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105842026-08-12T23:41:53.885Z[ host-image] Aug 12 23:41:53.357 INFO O| Aug 12 23:41:53.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105852026-08-12T23:41:53.885Z[ host-image] Aug 12 23:41:53.357 INFO O| Aug 12 23:41:53.357 INFO ok!
105862026-08-12T23:41:53.885Z[ host-image] Aug 12 23:41:53.357 INFO O| Aug 12 23:41:53.357 INFO STEP 146 (ensure_file) COMPLETE
105872026-08-12T23:41:53.886Z[ host-image] Aug 12 23:41:53.357 INFO O| Aug 12 23:41:53.357 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-08-12T23:41:53.889Z[ host-image] Aug 12 23:41:53.362 INFO O| Aug 12 23:41:53.362 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105892026-08-12T23:41:53.889Z[ host-image] Aug 12 23:41:53.362 INFO O| Aug 12 23:41:53.362 INFO STEP 147 (remove_files) COMPLETE
105902026-08-12T23:41:53.889Z[ host-image] Aug 12 23:41:53.362 INFO O| Aug 12 23:41:53.362 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-08-12T23:41:53.892Z[ recovery-image] Aug 12 23:41:53.366 INFO E| Downloaded bit_field v0.10.3
105922026-08-12T23:41:53.895Z[ host-image] Aug 12 23:41:53.368 INFO O| Aug 12 23:41:53.368 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105932026-08-12T23:41:53.895Z[ host-image] Aug 12 23:41:53.369 INFO O| Aug 12 23:41:53.369 INFO STEP 148 (remove_files) COMPLETE
105942026-08-12T23:41:53.895Z[ host-image] Aug 12 23:41:53.369 INFO O| Aug 12 23:41:53.369 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105952026-08-12T23:41:53.898Z[ recovery-image] Aug 12 23:41:53.369 INFO E| Downloaded bitstruct v0.1.1
105962026-08-12T23:41:53.900Z[ host-image] Aug 12 23:41:53.374 INFO O| Aug 12 23:41:53.374 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105972026-08-12T23:41:53.900Z[ host-image] Aug 12 23:41:53.374 INFO O| Aug 12 23:41:53.374 INFO STEP 149 (remove_files) COMPLETE
105982026-08-12T23:41:53.900Z[ host-image] Aug 12 23:41:53.374 INFO O| Aug 12 23:41:53.374 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105992026-08-12T23:41:53.903Z[ recovery-image] Aug 12 23:41:53.377 INFO E| Downloaded miniz_oxide v0.9.1
106002026-08-12T23:41:53.906Z[ recovery-image] Aug 12 23:41:53.380 INFO E| Downloaded bitstruct_derive v0.1.0
106012026-08-12T23:41:53.910Z[ host-image] Aug 12 23:41:53.381 INFO O| Aug 12 23:41:53.381 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106022026-08-12T23:41:53.910Z[ host-image] Aug 12 23:41:53.381 INFO O| Aug 12 23:41:53.381 INFO STEP 150 (remove_files) COMPLETE
106032026-08-12T23:41:53.910Z[ host-image] Aug 12 23:41:53.381 INFO O| Aug 12 23:41:53.381 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106042026-08-12T23:41:53.911Z[ recovery-image] Aug 12 23:41:53.382 INFO E| Downloaded log v0.4.32
106052026-08-12T23:41:53.914Z[ host-image] Aug 12 23:41:53.387 INFO O| Aug 12 23:41:53.387 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106062026-08-12T23:41:53.914Z[ host-image] Aug 12 23:41:53.387 INFO O| Aug 12 23:41:53.387 INFO STEP 151 (remove_files) COMPLETE
106072026-08-12T23:41:53.914Z[ host-image] Aug 12 23:41:53.387 INFO O| Aug 12 23:41:53.387 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106082026-08-12T23:41:53.919Z[ recovery-image] Aug 12 23:41:53.393 INFO E| Downloaded bitflags v2.13.0
106092026-08-12T23:41:53.921Z[ host-image] Aug 12 23:41:53.394 INFO O| Aug 12 23:41:53.394 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106102026-08-12T23:41:53.921Z[ host-image] Aug 12 23:41:53.394 INFO O| Aug 12 23:41:53.394 INFO STEP 152 (remove_files) COMPLETE
106112026-08-12T23:41:53.922Z[ host-image] Aug 12 23:41:53.394 INFO O| Aug 12 23:41:53.394 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-08-12T23:41:53.922Z[ recovery-image] Aug 12 23:41:53.395 INFO E| Downloaded cpio_reader v0.1.2
106132026-08-12T23:41:53.926Z[ host-image] Aug 12 23:41:53.400 INFO O| Aug 12 23:41:53.400 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106142026-08-12T23:41:53.929Z[ host-image] Aug 12 23:41:53.400 INFO O| Aug 12 23:41:53.400 INFO STEP 153 (remove_files) COMPLETE
106152026-08-12T23:41:53.929Z[ host-image] Aug 12 23:41:53.400 INFO O| Aug 12 23:41:53.400 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-08-12T23:41:53.932Z[ host-image] Aug 12 23:41:53.406 INFO O| Aug 12 23:41:53.406 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106172026-08-12T23:41:53.932Z[ host-image] Aug 12 23:41:53.406 INFO O| Aug 12 23:41:53.406 INFO STEP 154 (remove_files) COMPLETE
106182026-08-12T23:41:53.932Z[ host-image] Aug 12 23:41:53.406 INFO O| Aug 12 23:41:53.406 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-08-12T23:41:53.936Z[ recovery-image] Aug 12 23:41:53.410 INFO E| Downloaded raw-cpuid v10.7.0
106202026-08-12T23:41:53.939Z[ host-image] Aug 12 23:41:53.412 INFO O| Aug 12 23:41:53.412 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106212026-08-12T23:41:53.939Z[ host-image] Aug 12 23:41:53.412 INFO O| Aug 12 23:41:53.412 INFO STEP 155 (remove_files) COMPLETE
106222026-08-12T23:41:53.939Z[ host-image] Aug 12 23:41:53.412 INFO O| Aug 12 23:41:53.412 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106232026-08-12T23:41:53.944Z[ host-image] Aug 12 23:41:53.418 INFO O| Aug 12 23:41:53.418 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106242026-08-12T23:41:53.944Z[ host-image] Aug 12 23:41:53.418 INFO O| Aug 12 23:41:53.418 INFO STEP 156 (remove_files) COMPLETE
106252026-08-12T23:41:53.947Z[ host-image] Aug 12 23:41:53.418 INFO O| Aug 12 23:41:53.418 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106262026-08-12T23:41:53.951Z[ host-image] Aug 12 23:41:53.424 INFO O| Aug 12 23:41:53.424 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106272026-08-12T23:41:53.951Z[ host-image] Aug 12 23:41:53.424 INFO O| Aug 12 23:41:53.424 INFO STEP 157 (remove_files) COMPLETE
106282026-08-12T23:41:53.951Z[ host-image] Aug 12 23:41:53.424 INFO O| Aug 12 23:41:53.424 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106292026-08-12T23:41:53.956Z[ recovery-image] Aug 12 23:41:53.430 INFO E| Downloaded goblin v0.10.7
106302026-08-12T23:41:53.959Z[ host-image] Aug 12 23:41:53.430 INFO O| Aug 12 23:41:53.430 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106312026-08-12T23:41:53.959Z[ host-image] Aug 12 23:41:53.430 INFO O| Aug 12 23:41:53.430 INFO STEP 158 (remove_files) COMPLETE
106322026-08-12T23:41:53.959Z[ host-image] Aug 12 23:41:53.430 INFO O| Aug 12 23:41:53.430 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-12T23:41:53.963Z[ host-image] Aug 12 23:41:53.437 INFO O| Aug 12 23:41:53.437 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106342026-08-12T23:41:53.967Z[ host-image] Aug 12 23:41:53.437 INFO O| Aug 12 23:41:53.437 INFO STEP 159 (remove_files) COMPLETE
106352026-08-12T23:41:53.967Z[ host-image] Aug 12 23:41:53.437 INFO O| Aug 12 23:41:53.437 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-12T23:41:53.970Z[ host-image] Aug 12 23:41:53.442 INFO O| Aug 12 23:41:53.442 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106372026-08-12T23:41:53.970Z[ host-image] Aug 12 23:41:53.442 INFO O| Aug 12 23:41:53.442 INFO STEP 160 (remove_files) COMPLETE
106382026-08-12T23:41:53.970Z[ host-image] Aug 12 23:41:53.442 INFO O| Aug 12 23:41:53.442 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-12T23:41:53.974Z[ host-image] Aug 12 23:41:53.448 INFO O| Aug 12 23:41:53.448 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106402026-08-12T23:41:53.974Z[ host-image] Aug 12 23:41:53.448 INFO O| Aug 12 23:41:53.448 INFO STEP 161 (remove_files) COMPLETE
106412026-08-12T23:41:53.974Z[ host-image] Aug 12 23:41:53.448 INFO O| Aug 12 23:41:53.448 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-12T23:41:53.980Z[ host-image] Aug 12 23:41:53.454 INFO O| Aug 12 23:41:53.454 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106432026-08-12T23:41:53.980Z[ host-image] Aug 12 23:41:53.454 INFO O| Aug 12 23:41:53.454 INFO STEP 162 (remove_files) COMPLETE
106442026-08-12T23:41:53.983Z[ host-image] Aug 12 23:41:53.454 INFO O| Aug 12 23:41:53.454 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-12T23:41:53.987Z[ host-image] Aug 12 23:41:53.461 INFO O| Aug 12 23:41:53.461 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106462026-08-12T23:41:53.987Z[ host-image] Aug 12 23:41:53.461 INFO O| Aug 12 23:41:53.461 INFO STEP 163 (remove_files) COMPLETE
106472026-08-12T23:41:53.990Z[ host-image] Aug 12 23:41:53.461 INFO O| Aug 12 23:41:53.461 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-12T23:41:53.993Z[ host-image] Aug 12 23:41:53.466 INFO O| Aug 12 23:41:53.466 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106492026-08-12T23:41:53.993Z[ host-image] Aug 12 23:41:53.466 INFO O| Aug 12 23:41:53.466 INFO STEP 164 (remove_files) COMPLETE
106502026-08-12T23:41:53.993Z[ host-image] Aug 12 23:41:53.466 INFO O| Aug 12 23:41:53.466 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-12T23:41:53.998Z[ host-image] Aug 12 23:41:53.472 INFO O| Aug 12 23:41:53.472 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106522026-08-12T23:41:53.998Z[ host-image] Aug 12 23:41:53.472 INFO O| Aug 12 23:41:53.472 INFO STEP 165 (remove_files) COMPLETE
106532026-08-12T23:41:54.002Z[ host-image] Aug 12 23:41:53.472 INFO O| Aug 12 23:41:53.472 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-12T23:41:54.006Z[ host-image] Aug 12 23:41:53.479 INFO O| Aug 12 23:41:53.479 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106552026-08-12T23:41:54.006Z[ host-image] Aug 12 23:41:53.479 INFO O| Aug 12 23:41:53.479 INFO STEP 166 (remove_files) COMPLETE
106562026-08-12T23:41:54.009Z[ host-image] Aug 12 23:41:53.479 INFO O| Aug 12 23:41:53.479 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-12T23:41:54.012Z[ host-image] Aug 12 23:41:53.485 INFO O| Aug 12 23:41:53.485 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106582026-08-12T23:41:54.014Z[ host-image] Aug 12 23:41:53.486 INFO O| Aug 12 23:41:53.486 INFO STEP 167 (remove_files) COMPLETE
106592026-08-12T23:41:54.014Z[ host-image] Aug 12 23:41:53.486 INFO O| Aug 12 23:41:53.486 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-12T23:41:54.018Z[ host-image] Aug 12 23:41:53.492 INFO O| Aug 12 23:41:53.492 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106612026-08-12T23:41:54.021Z[ host-image] Aug 12 23:41:53.492 INFO O| Aug 12 23:41:53.492 INFO STEP 168 (remove_files) COMPLETE
106622026-08-12T23:41:54.021Z[ host-image] Aug 12 23:41:53.492 INFO O| Aug 12 23:41:53.492 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-08-12T23:41:54.024Z[ host-image] Aug 12 23:41:53.498 INFO O| Aug 12 23:41:53.498 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106642026-08-12T23:41:54.027Z[ host-image] Aug 12 23:41:53.498 INFO O| Aug 12 23:41:53.498 INFO STEP 169 (remove_files) COMPLETE
106652026-08-12T23:41:54.027Z[ host-image] Aug 12 23:41:53.498 INFO O| Aug 12 23:41:53.498 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-08-12T23:41:54.030Z[ host-image] Aug 12 23:41:53.503 INFO O| Aug 12 23:41:53.503 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106672026-08-12T23:41:54.030Z[ host-image] Aug 12 23:41:53.503 INFO O| Aug 12 23:41:53.503 INFO STEP 170 (remove_files) COMPLETE
106682026-08-12T23:41:54.030Z[ host-image] Aug 12 23:41:53.503 INFO O| Aug 12 23:41:53.503 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-08-12T23:41:54.036Z[ host-image] Aug 12 23:41:53.509 INFO O| Aug 12 23:41:53.509 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106702026-08-12T23:41:54.036Z[ host-image] Aug 12 23:41:53.509 INFO O| Aug 12 23:41:53.509 INFO STEP 171 (remove_files) COMPLETE
106712026-08-12T23:41:54.039Z[ host-image] Aug 12 23:41:53.509 INFO O| Aug 12 23:41:53.509 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-08-12T23:41:54.042Z[ host-image] Aug 12 23:41:53.515 INFO O| Aug 12 23:41:53.515 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106732026-08-12T23:41:54.042Z[ host-image] Aug 12 23:41:53.515 INFO O| Aug 12 23:41:53.515 INFO STEP 172 (remove_files) COMPLETE
106742026-08-12T23:41:54.042Z[ host-image] Aug 12 23:41:53.515 INFO O| Aug 12 23:41:53.515 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-08-12T23:41:54.048Z[ host-image] Aug 12 23:41:53.522 INFO O| Aug 12 23:41:53.522 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106762026-08-12T23:41:54.048Z[ host-image] Aug 12 23:41:53.522 INFO O| Aug 12 23:41:53.522 INFO STEP 173 (remove_files) COMPLETE
106772026-08-12T23:41:54.048Z[ host-image] Aug 12 23:41:53.522 INFO O| Aug 12 23:41:53.522 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-08-12T23:41:54.053Z[ host-image] Aug 12 23:41:53.527 INFO O| Aug 12 23:41:53.527 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106792026-08-12T23:41:54.054Z[ host-image] Aug 12 23:41:53.527 INFO O| Aug 12 23:41:53.527 INFO STEP 174 (remove_files) COMPLETE
106802026-08-12T23:41:54.057Z[ host-image] Aug 12 23:41:53.527 INFO O| Aug 12 23:41:53.527 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-08-12T23:41:54.059Z[ host-image] Aug 12 23:41:53.533 INFO O| Aug 12 23:41:53.533 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106822026-08-12T23:41:54.060Z[ host-image] Aug 12 23:41:53.533 INFO O| Aug 12 23:41:53.533 INFO STEP 175 (remove_files) COMPLETE
106832026-08-12T23:41:54.060Z[ host-image] Aug 12 23:41:53.533 INFO O| Aug 12 23:41:53.533 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106842026-08-12T23:41:54.067Z[ host-image] Aug 12 23:41:53.540 INFO O| Aug 12 23:41:53.540 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106852026-08-12T23:41:54.067Z[ host-image] Aug 12 23:41:53.540 INFO O| Aug 12 23:41:53.540 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106862026-08-12T23:41:54.072Z[ recovery-image] Aug 12 23:41:53.546 INFO E| Downloaded x86 v0.52.0
106872026-08-12T23:41:54.105Z[ recovery-image] Aug 12 23:41:53.579 INFO E| Updating crates.io index
106882026-08-12T23:41:54.155Z[ recovery-image] Aug 12 23:41:53.628 INFO E| Downloading crates ...
106892026-08-12T23:41:54.181Z[ recovery-image] Aug 12 23:41:53.654 INFO E| Downloaded hashbrown v0.17.1
106902026-08-12T23:41:54.185Z[ recovery-image] Aug 12 23:41:53.658 INFO E| Downloaded rustc-literal-escaper v0.0.7
106912026-08-12T23:41:54.224Z[ recovery-image] Aug 12 23:41:53.698 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)
106922026-08-12T23:41:54.224Z[ recovery-image] Aug 12 23:41:53.698 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)
106932026-08-12T23:41:54.224Z[ recovery-image] Aug 12 23:41:53.698 INFO E| Compiling proc-macro2 v1.0.106
106942026-08-12T23:41:54.228Z[ recovery-image] Aug 12 23:41:53.698 INFO E| Compiling quote v1.0.45
106952026-08-12T23:41:54.228Z[ recovery-image] Aug 12 23:41:53.698 INFO E| Compiling unicode-ident v1.0.24
106962026-08-12T23:41:54.228Z[ recovery-image] Aug 12 23:41:53.698 INFO E| Compiling syn v1.0.109
106972026-08-12T23:41:54.228Z[ recovery-image] Aug 12 23:41:53.698 INFO E| Compiling x86 v0.52.0
106982026-08-12T23:41:54.228Z[ recovery-image] Aug 12 23:41:53.698 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106992026-08-12T23:41:54.228Z[ recovery-image] Aug 12 23:41:53.698 INFO E| Compiling seq-macro v0.3.6
107002026-08-12T23:41:55.146Z[ recovery-image] Aug 12 23:41:54.619 INFO E| Compiling syn v2.0.117
107012026-08-12T23:41:56.417Z[ recovery-image] Aug 12 23:41:55.890 INFO E| Compiling scroll_derive v0.13.1
107022026-08-12T23:41:57.431Z[ recovery-image] Aug 12 23:41:56.904 INFO E| Compiling bitstruct_derive v0.1.0
107032026-08-12T23:42:00.954Z[ host-image] Aug 12 23:42:00.427 INFO O| Aug 12 23:42:00.427 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
107042026-08-12T23:42:00.954Z[ host-image] Aug 12 23:42:00.428 INFO O| Aug 12 23:42:00.427 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107052026-08-12T23:42:00.967Z[ host-image] Aug 12 23:42:00.440 INFO O| Aug 12 23:42:00.440 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107062026-08-12T23:42:01.063Z[ host-image] Aug 12 23:42:00.536 INFO O| Aug 12 23:42:00.536 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107072026-08-12T23:42:01.119Z[ host-image] Aug 12 23:42:00.592 INFO O| Aug 12 23:42:00.591 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"}
107082026-08-12T23:42:01.181Z[ host-image] Aug 12 23:42:00.654 INFO O| Aug 12 23:42:00.654 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107092026-08-12T23:42:01.182Z[ host-image] Aug 12 23:42:00.654 INFO O| Aug 12 23:42:00.654 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107102026-08-12T23:42:01.186Z[ host-image] Aug 12 23:42:00.656 INFO O| Aug 12 23:42:00.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107112026-08-12T23:42:01.187Z[ host-image] Aug 12 23:42:00.656 INFO O| Aug 12 23:42:00.656 INFO ok!
107122026-08-12T23:42:01.187Z[ host-image] Aug 12 23:42:00.656 INFO O| Aug 12 23:42:00.656 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107132026-08-12T23:42:01.187Z[ host-image] Aug 12 23:42:00.656 INFO O| Aug 12 23:42:00.656 INFO STEP 176 (seed_smf) COMPLETE
107142026-08-12T23:42:01.187Z[ host-image] Aug 12 23:42:00.656 INFO O| Aug 12 23:42:00.656 INFO steps complete; finalising image!
107152026-08-12T23:42:01.187Z[ host-image] Aug 12 23:42:00.656 INFO O| Aug 12 23:42:00.656 INFO TRIM POOL: TEMPORARY-sled-zfs
107162026-08-12T23:42:01.260Z[ host-image] Aug 12 23:42:00.733 INFO O| Aug 12 23:42:00.733 INFO trim TEMPORARY-sled-zfs: (53% trimmed, started at Wed Aug 12 23:42:00 2026)
107172026-08-12T23:42:01.476Z[ host-image] Aug 12 23:42:00.949 INFO O| Aug 12 23:42:00.949 INFO temporary pool has 908M used, 116M avail, 1.81x compressratio
107182026-08-12T23:42:01.476Z[ host-image] Aug 12 23:42:00.949 INFO O| Aug 12 23:42:00.949 INFO EXPORT POOL: TEMPORARY-sled-zfs
107192026-08-12T23:42:01.808Z[ host-image] Aug 12 23:42:01.282 INFO O| Aug 12 23:42:01.281 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107202026-08-12T23:42:01.808Z[ host-image] Aug 12 23:42:01.282 INFO O| Aug 12 23:42:01.282 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107212026-08-12T23:42:02.655Z[ host-image] Aug 12 23:42:02.128 INFO O| Aug 12 23:42:02.128 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107222026-08-12T23:42:02.655Z[ host-image] Aug 12 23:42:02.128 INFO O| Aug 12 23:42:02.128 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107232026-08-12T23:42:02.658Z[ host-image] Aug 12 23:42:02.128 INFO O| Aug 12 23:42:02.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107242026-08-12T23:42:02.658Z[ host-image] Aug 12 23:42:02.128 INFO O| Aug 12 23:42:02.128 INFO completed processing sled/zfs
107252026-08-12T23:42:02.658Z[ host-image] Aug 12 23:42:02.128 INFO O| Aug 12 23:42:02.128 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107262026-08-12T23:42:06.385Z[ recovery-image] Aug 12 23:42:05.853 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)
107272026-08-12T23:42:10.203Z[ recovery-image] Aug 12 23:42:07.907 INFO E| Compiling bitflags v1.3.2
107282026-08-12T23:42:10.203Z[ recovery-image] Aug 12 23:42:07.907 INFO E| Compiling scroll v0.13.0
107292026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:07.907 INFO E| Compiling plain v0.2.3
107302026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:07.907 INFO E| Compiling bit_field v0.10.3
107312026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:07.907 INFO E| Compiling log v0.4.32
107322026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:07.908 INFO E| Compiling bitflags v2.13.0
107332026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:07.908 INFO E| Compiling adler2 v2.0.1
107342026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:07.908 INFO E| Compiling static_assertions v1.1.0
107352026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:07.908 INFO E| Compiling bitstruct v0.1.1
107362026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:07.958 INFO E| Compiling raw-cpuid v10.7.0
107372026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:08.005 INFO E| Compiling miniz_oxide v0.9.1
107382026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:08.067 INFO E| Compiling cpio_reader v0.1.2
107392026-08-12T23:42:10.269Z[ recovery-image] Aug 12 23:42:08.113 INFO E| Compiling goblin v0.10.7
107402026-08-12T23:42:11.419Z[ recovery-image] Aug 12 23:42:10.889 INFO E| Finished `release` profile [optimized] target(s) in 17.83s
107412026-08-12T23:42:11.435Z[ recovery-image] Aug 12 23:42:10.908 INFO building ROM for cosmo
107422026-08-12T23:42:11.436Z[ recovery-image] Aug 12 23:42:10.908 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")
107432026-08-12T23:42:11.523Z[ recovery-image] Aug 12 23:42:10.984 INFO E| Downloading crates ...
107442026-08-12T23:42:11.601Z[ recovery-image] Aug 12 23:42:11.038 INFO E| Downloaded serde_spanned v0.6.8
107452026-08-12T23:42:11.622Z[ recovery-image] Aug 12 23:42:11.045 INFO E| Downloaded clap v4.5.37
107462026-08-12T23:42:11.622Z[ recovery-image] Aug 12 23:42:11.050 INFO E| Downloaded clap_lex v0.7.4
107472026-08-12T23:42:11.622Z[ recovery-image] Aug 12 23:42:11.051 INFO E| Downloaded colorchoice v1.0.3
107482026-08-12T23:42:11.622Z[ recovery-image] Aug 12 23:42:11.051 INFO E| Downloaded toml_datetime v0.6.9
107492026-08-12T23:42:11.622Z[ recovery-image] Aug 12 23:42:11.052 INFO E| Downloaded anstream v0.6.18
107502026-08-12T23:42:11.623Z[ recovery-image] Aug 12 23:42:11.053 INFO E| Downloaded shared_child v1.0.1
107512026-08-12T23:42:11.623Z[ recovery-image] Aug 12 23:42:11.054 INFO E| Downloaded is_terminal_polyfill v1.70.1
107522026-08-12T23:42:11.623Z[ recovery-image] Aug 12 23:42:11.059 INFO E| Downloaded anstyle v1.0.10
107532026-08-12T23:42:11.623Z[ recovery-image] Aug 12 23:42:11.060 INFO E| Downloaded os_pipe v1.2.1
107542026-08-12T23:42:11.623Z[ recovery-image] Aug 12 23:42:11.061 INFO E| Downloaded anstyle-query v1.1.2
107552026-08-12T23:42:11.623Z[ recovery-image] Aug 12 23:42:11.073 INFO E| Downloaded anstyle-parse v0.2.6
107562026-08-12T23:42:11.623Z[ recovery-image] Aug 12 23:42:11.074 INFO E| Downloaded toml_write v0.1.1
107572026-08-12T23:42:11.623Z[ recovery-image] Aug 12 23:42:11.077 INFO E| Downloaded duct v0.13.7
107582026-08-12T23:42:11.623Z[ recovery-image] Aug 12 23:42:11.078 INFO E| Downloaded clap_derive v4.5.32
107592026-08-12T23:42:11.623Z[ recovery-image] Aug 12 23:42:11.079 INFO E| Downloaded toml_edit v0.22.26
107602026-08-12T23:42:11.632Z[ recovery-image] Aug 12 23:42:11.098 INFO E| Downloaded toml v0.8.22
107612026-08-12T23:42:11.687Z[ recovery-image] Aug 12 23:42:11.116 INFO E| Downloaded cc v1.2.20
107622026-08-12T23:42:11.694Z[ recovery-image] Aug 12 23:42:11.118 INFO E| Downloaded clap_builder v4.5.37
107632026-08-12T23:42:11.694Z[ recovery-image] Aug 12 23:42:11.121 INFO E| Downloaded winnow v0.7.7
107642026-08-12T23:42:11.694Z[ recovery-image] Aug 12 23:42:11.136 INFO E| Compiling libc v0.2.172
107652026-08-12T23:42:11.694Z[ recovery-image] Aug 12 23:42:11.136 INFO E| Compiling utf8parse v0.2.2
107662026-08-12T23:42:11.694Z[ recovery-image] Aug 12 23:42:11.136 INFO E| Compiling is_terminal_polyfill v1.70.1
107672026-08-12T23:42:11.694Z[ recovery-image] Aug 12 23:42:11.136 INFO E| Compiling colorchoice v1.0.3
107682026-08-12T23:42:11.694Z[ recovery-image] Aug 12 23:42:11.136 INFO E| Compiling equivalent v1.0.2
107692026-08-12T23:42:11.695Z[ recovery-image] Aug 12 23:42:11.136 INFO E| Compiling anstyle-query v1.1.2
107702026-08-12T23:42:11.695Z[ recovery-image] Aug 12 23:42:11.136 INFO E| Compiling anstyle v1.0.10
107712026-08-12T23:42:11.695Z[ recovery-image] Aug 12 23:42:11.136 INFO E| Compiling shlex v1.3.0
107722026-08-12T23:42:11.695Z[ recovery-image] Aug 12 23:42:11.153 INFO E| Compiling hashbrown v0.15.2
107732026-08-12T23:42:11.695Z[ recovery-image] Aug 12 23:42:11.154 INFO E| Compiling once_cell v1.21.3
107742026-08-12T23:42:11.695Z[ recovery-image] Aug 12 23:42:11.154 INFO E| Compiling anyhow v1.0.98
107752026-08-12T23:42:11.695Z[ recovery-image] Aug 12 23:42:11.154 INFO E| Compiling toml_write v0.1.1
107762026-08-12T23:42:11.695Z[ recovery-image] Aug 12 23:42:11.154 INFO E| Compiling strsim v0.11.1
107772026-08-12T23:42:11.696Z[ recovery-image] Aug 12 23:42:11.161 INFO E| Compiling winnow v0.7.7
107782026-08-12T23:42:11.744Z[ recovery-image] Aug 12 23:42:11.169 INFO E| Compiling syn v2.0.101
107792026-08-12T23:42:11.746Z[ recovery-image] Aug 12 23:42:11.169 INFO E| Compiling clap_lex v0.7.4
107802026-08-12T23:42:11.793Z[ recovery-image] Aug 12 23:42:11.253 INFO E| Compiling anstyle-parse v0.2.6
107812026-08-12T23:42:11.831Z[ recovery-image] Aug 12 23:42:11.301 INFO E| Compiling cc v1.2.20
107822026-08-12T23:42:11.920Z[ recovery-image] Aug 12 23:42:11.389 INFO E| Compiling anstream v0.6.18
107832026-08-12T23:42:12.120Z[ recovery-image] Aug 12 23:42:11.587 INFO E| Compiling clap_builder v4.5.37
107842026-08-12T23:42:12.164Z[ recovery-image] Aug 12 23:42:11.637 INFO E| Compiling indexmap v2.9.0
107852026-08-12T23:42:12.300Z[ recovery-image] Aug 12 23:42:11.751 INFO E| Compiling os_pipe v1.2.1
107862026-08-12T23:42:12.300Z[ recovery-image] Aug 12 23:42:11.751 INFO E| Compiling shared_child v1.0.1
107872026-08-12T23:42:12.982Z[ recovery-image] Aug 12 23:42:11.865 INFO E| Compiling duct v0.13.7
107882026-08-12T23:42:13.016Z[ recovery-image] Aug 12 23:42:12.330 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107892026-08-12T23:42:13.671Z[ recovery-image] Aug 12 23:42:13.143 INFO E| Compiling serde_derive v1.0.219
107902026-08-12T23:42:13.671Z[ recovery-image] Aug 12 23:42:13.143 INFO E| Compiling clap_derive v4.5.32
107912026-08-12T23:42:14.906Z[ recovery-image] Aug 12 23:42:14.365 INFO E| Compiling clap v4.5.37
107922026-08-12T23:42:15.479Z[ recovery-image] Aug 12 23:42:14.952 INFO E| Compiling serde v1.0.219
107932026-08-12T23:42:17.147Z[ recovery-image] Aug 12 23:42:16.620 INFO E| Compiling toml_datetime v0.6.9
107942026-08-12T23:42:17.147Z[ recovery-image] Aug 12 23:42:16.620 INFO E| Compiling serde_spanned v0.6.8
107952026-08-12T23:42:17.289Z[ recovery-image] Aug 12 23:42:16.762 INFO E| Compiling toml_edit v0.22.26
107962026-08-12T23:42:17.468Z[ host-image] Aug 12 23:42:16.941 INFO O| Aug 12 23:42:16.941 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107972026-08-12T23:42:17.557Z[ host-image] Aug 12 23:42:17.030 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
107982026-08-12T23:42:17.557Z[ host-image] Aug 12 23:42:17.030 INFO expanded image name: "ci 8e543d4/${os_short_commit} 2026-08-12 23:24" -> "ci 8e543d4/aaf8e74 2026-08-12 23:24"
107992026-08-12T23:42:17.560Z[ host-image] Aug 12 23:42:17.031 INFO output artefacts stored in: "/work/os-host"
108002026-08-12T23:42:17.561Z[ host-image] Aug 12 23:42:17.031 INFO collecting git info from project "phbl"...
108012026-08-12T23:42:17.564Z[ host-image] Aug 12 23:42:17.037 INFO collecting git info from project "pinprick"...
108022026-08-12T23:42:17.569Z[ host-image] Aug 12 23:42:17.042 INFO collecting git info from project "chelsio-t6-roms"...
108032026-08-12T23:42:17.574Z[ host-image] Aug 12 23:42:17.048 INFO collecting git info from project "bootserver"...
108042026-08-12T23:42:17.579Z[ host-image] Aug 12 23:42:17.053 INFO collecting git info from project "image-builder"...
108052026-08-12T23:42:17.585Z[ host-image] Aug 12 23:42:17.058 INFO collecting git info from project "amd-firmware"...
108062026-08-12T23:42:17.597Z[ host-image] Aug 12 23:42:17.071 INFO collecting git info from project "dmar-report"...
108072026-08-12T23:42:17.602Z[ host-image] Aug 12 23:42:17.076 INFO collecting git info from project "amd-host-image-builder"...
108082026-08-12T23:42:17.608Z[ host-image] Aug 12 23:42:17.082 INFO collecting git info from project "pilot"...
108092026-08-12T23:42:17.614Z[ host-image] Aug 12 23:42:17.087 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108102026-08-12T23:42:17.965Z[ host-image] Aug 12 23:42:17.436 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108112026-08-12T23:42:18.298Z[ host-image] Aug 12 23:42:17.769 INFO creating Oxide boot image...
108122026-08-12T23:42:18.298Z[ host-image] Aug 12 23:42:17.769 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 8e543d4/aaf8e74 2026-08-12 23:24", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108132026-08-12T23:42:18.666Z[ recovery-image] Aug 12 23:42:18.137 INFO E| Compiling toml v0.8.22
108142026-08-12T23:42:19.135Z[ host-image] Aug 12 23:42:18.607 INFO O| ok, image written!
108152026-08-12T23:42:19.135Z[ host-image] Aug 12 23:42:18.607 INFO O| ok, boot_image_csum file written!
108162026-08-12T23:42:19.141Z[ host-image] Aug 12 23:42:18.609 INFO creating boot archive (CPIO)...
108172026-08-12T23:42:19.141Z[ host-image] Aug 12 23:42:18.610 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/sled/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
108182026-08-12T23:42:19.145Z[ host-image] Aug 12 23:42:18.614 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108192026-08-12T23:42:19.145Z[ host-image] Aug 12 23:42:18.614 INFO E| + outfile=/work/os-host/cpio
108202026-08-12T23:42:19.145Z[ host-image] Aug 12 23:42:18.614 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108212026-08-12T23:42:19.145Z[ host-image] Aug 12 23:42:18.616 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108222026-08-12T23:42:19.147Z[ host-image] Aug 12 23:42:18.616 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108232026-08-12T23:42:19.172Z[ host-image] Aug 12 23:42:18.645 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108242026-08-12T23:42:19.172Z[ host-image] Aug 12 23:42:18.645 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108252026-08-12T23:42:19.180Z[ host-image] Aug 12 23:42:18.652 INFO creating compressed cpio/unix for dev loaders...
108262026-08-12T23:42:19.180Z[ host-image] Aug 12 23:42:18.652 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
108272026-08-12T23:42:19.424Z[ host-image] Aug 12 23:42:18.896 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108282026-08-12T23:42:21.528Z[ recovery-image] Aug 12 23:42:21.001 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
108292026-08-12T23:42:21.539Z[ recovery-image] Aug 12 23:42:21.011 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`
108302026-08-12T23:42:21.555Z[ recovery-image] Aug 12 23:42:21.027 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108312026-08-12T23:42:21.640Z[ recovery-image] Aug 12 23:42:21.105 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108322026-08-12T23:42:21.645Z[ recovery-image] Aug 12 23:42:21.111 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`
108332026-08-12T23:42:22.922Z[ recovery-image] Aug 12 23:42:21.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108342026-08-12T23:42:22.922Z[ recovery-image] Aug 12 23:42:21.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108352026-08-12T23:42:22.922Z[ recovery-image] Aug 12 23:42:21.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108362026-08-12T23:42:22.965Z[ recovery-image] Aug 12 23:42:21.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108372026-08-12T23:42:22.965Z[ recovery-image] Aug 12 23:42:21.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108382026-08-12T23:42:22.965Z[ recovery-image] Aug 12 23:42:21.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108392026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108402026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108412026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108422026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108432026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108442026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108452026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108462026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108472026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108482026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108492026-08-12T23:42:22.966Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108502026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108512026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108522026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108532026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108542026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108552026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108562026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108572026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108582026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108592026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108602026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108612026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108622026-08-12T23:42:22.967Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108632026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108642026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108652026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108662026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108672026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108682026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108692026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108702026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108712026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108722026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108732026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108742026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108752026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108762026-08-12T23:42:22.969Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108772026-08-12T23:42:22.970Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108782026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108792026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108802026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108812026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
108822026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
108832026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
108842026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
108852026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
108862026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO O| Info: ABL version: 0x100af010
108872026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
108882026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
108892026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
108902026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108912026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108922026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108932026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108942026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108952026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108962026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108972026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108982026-08-12T23:42:22.971Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108992026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109002026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109012026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109022026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109032026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109042026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109052026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109062026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109072026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109082026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109092026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109102026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109112026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109122026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109132026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109142026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109152026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109162026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109172026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109182026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109192026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109202026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.371 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109212026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.371 INFO building ROM for gimlet
109222026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.371 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")
109232026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.466 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109242026-08-12T23:42:22.972Z[ recovery-image] Aug 12 23:42:21.469 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`
109252026-08-12T23:42:22.973Z[ recovery-image] Aug 12 23:42:21.486 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109262026-08-12T23:42:22.973Z[ recovery-image] Aug 12 23:42:21.558 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109272026-08-12T23:42:22.973Z[ recovery-image] Aug 12 23:42:21.561 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`
109282026-08-12T23:42:22.973Z[ recovery-image] Aug 12 23:42:21.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109292026-08-12T23:42:22.973Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109302026-08-12T23:42:22.973Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109312026-08-12T23:42:22.973Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109322026-08-12T23:42:22.973Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109332026-08-12T23:42:22.974Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109342026-08-12T23:42:22.974Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109352026-08-12T23:42:22.974Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109362026-08-12T23:42:23.042Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109372026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109382026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109392026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109402026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109412026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109422026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109432026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO O| Info: ABL version: 0x100f5010
109442026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109452026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109462026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109472026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109482026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109492026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109502026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109512026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109522026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109532026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109542026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109552026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109562026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109572026-08-12T23:42:23.043Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109582026-08-12T23:42:23.044Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109592026-08-12T23:42:23.044Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109602026-08-12T23:42:23.044Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109612026-08-12T23:42:23.044Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109622026-08-12T23:42:23.044Z[ recovery-image] Aug 12 23:42:21.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109632026-08-12T23:42:23.052Z[ recovery-image] Aug 12 23:42:21.730 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109642026-08-12T23:42:23.052Z[ recovery-image] Aug 12 23:42:21.730 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109652026-08-12T23:42:23.052Z[ host-image] Aug 12 23:42:22.254 INFO creating reset image...
109662026-08-12T23:42:23.053Z[ host-image] Aug 12 23:42:22.254 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")
109672026-08-12T23:42:23.053Z[ host-image] Aug 12 23:42:22.329 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109682026-08-12T23:42:23.053Z[ host-image] Aug 12 23:42:22.331 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109692026-08-12T23:42:23.185Z[ host-image] Aug 12 23:42:22.632 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)
109702026-08-12T23:42:23.185Z[ host-image] Aug 12 23:42:22.632 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)
109712026-08-12T23:42:23.185Z[ host-image] Aug 12 23:42:22.632 INFO E| Compiling proc-macro2 v1.0.106
109722026-08-12T23:42:23.193Z[ host-image] Aug 12 23:42:22.632 INFO E| Compiling unicode-ident v1.0.24
109732026-08-12T23:42:23.194Z[ host-image] Aug 12 23:42:22.632 INFO E| Compiling quote v1.0.45
109742026-08-12T23:42:23.194Z[ host-image] Aug 12 23:42:22.632 INFO E| Compiling syn v1.0.109
109752026-08-12T23:42:23.194Z[ host-image] Aug 12 23:42:22.632 INFO E| Compiling x86 v0.52.0
109762026-08-12T23:42:23.194Z[ host-image] Aug 12 23:42:22.632 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109772026-08-12T23:42:23.194Z[ host-image] Aug 12 23:42:22.632 INFO E| Compiling seq-macro v0.3.6
109782026-08-12T23:42:23.562Z[ recovery-image] Aug 12 23:42:23.033 INFO image complete! materials are in "/work/os-recovery"
109792026-08-12T23:42:23.568Z[ recovery-image]
109802026-08-12T23:42:23.568Z[ recovery-image] real 3:18.430586293
109812026-08-12T23:42:23.568Z[ recovery-image] user 2:34.812590952
109822026-08-12T23:42:23.568Z[ recovery-image] sys 37.786381257
109832026-08-12T23:42:23.568Z[ recovery-image] trap 0.146246735
109842026-08-12T23:42:23.568Z[ recovery-image] tflt 0.692420439
109852026-08-12T23:42:23.568Z[ recovery-image] dflt 0.738491713
109862026-08-12T23:42:23.568Z[ recovery-image] kflt 0.000205640
109872026-08-12T23:42:23.568Z[ recovery-image] lock 7:53.894047430
109882026-08-12T23:42:23.568Z[ recovery-image] slp 17:18.997236202
109892026-08-12T23:42:23.568Z[ recovery-image] lat 30.434957013
109902026-08-12T23:42:23.568Z[ recovery-image] stop 5.916060492
109912026-08-12T23:42:23.568ZAug 12 23:42:23.038 INFO [recovery-image] process exited with exit status: 0 (198.436294607s)
109922026-08-12T23:42:23.570ZAug 12 23:42:23.038 INFO [tuf-v2-recovery] running task
109932026-08-12T23:42:23.570ZAug 12 23:42:23.039 INFO [tuf-v2-recovery] task succeeded (661.34µs)
109942026-08-12T23:42:24.207Z[ host-image] Aug 12 23:42:23.680 INFO E| Compiling syn v2.0.117
109952026-08-12T23:42:25.681Z[ host-image] Aug 12 23:42:25.130 INFO E| Compiling scroll_derive v0.13.1
109962026-08-12T23:42:26.828Z[ host-image] Aug 12 23:42:26.296 INFO E| Compiling bitstruct_derive v0.1.0
109972026-08-12T23:42:35.821Z[ host-image] Aug 12 23:42:35.295 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)
109982026-08-12T23:42:37.944Z[ host-image] Aug 12 23:42:37.417 INFO E| Compiling bitflags v1.3.2
109992026-08-12T23:42:37.944Z[ host-image] Aug 12 23:42:37.417 INFO E| Compiling adler2 v2.0.1
110002026-08-12T23:42:37.948Z[ host-image] Aug 12 23:42:37.418 INFO E| Compiling bit_field v0.10.3
110012026-08-12T23:42:37.948Z[ host-image] Aug 12 23:42:37.418 INFO E| Compiling bitflags v2.13.0
110022026-08-12T23:42:37.948Z[ host-image] Aug 12 23:42:37.418 INFO E| Compiling plain v0.2.3
110032026-08-12T23:42:37.948Z[ host-image] Aug 12 23:42:37.418 INFO E| Compiling scroll v0.13.0
110042026-08-12T23:42:37.948Z[ host-image] Aug 12 23:42:37.418 INFO E| Compiling log v0.4.32
110052026-08-12T23:42:37.948Z[ host-image] Aug 12 23:42:37.418 INFO E| Compiling bitstruct v0.1.1
110062026-08-12T23:42:37.949Z[ host-image] Aug 12 23:42:37.418 INFO E| Compiling static_assertions v1.1.0
110072026-08-12T23:42:37.998Z[ host-image] Aug 12 23:42:37.471 INFO E| Compiling raw-cpuid v10.7.0
110082026-08-12T23:42:38.052Z[ host-image] Aug 12 23:42:37.525 INFO E| Compiling miniz_oxide v0.9.1
110092026-08-12T23:42:38.106Z[ host-image] Aug 12 23:42:37.579 INFO E| Compiling cpio_reader v0.1.2
110102026-08-12T23:42:38.166Z[ host-image] Aug 12 23:42:37.639 INFO E| Compiling goblin v0.10.7
110112026-08-12T23:42:41.002Z[ host-image] Aug 12 23:42:40.474 INFO E| Finished `release` profile [optimized] target(s) in 18.12s
110122026-08-12T23:42:41.015Z[ host-image] Aug 12 23:42:40.486 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110132026-08-12T23:42:41.019Z[ host-image] Aug 12 23:42:40.486 INFO building ROM for cosmo
110142026-08-12T23:42:41.019Z[ host-image] Aug 12 23:42:40.486 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")
110152026-08-12T23:42:41.098Z[ host-image] Aug 12 23:42:40.572 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110162026-08-12T23:42:41.104Z[ host-image] Aug 12 23:42:40.574 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`
110172026-08-12T23:42:41.112Z[ host-image] Aug 12 23:42:40.585 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110182026-08-12T23:42:41.182Z[ host-image] Aug 12 23:42:40.655 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110192026-08-12T23:42:41.185Z[ host-image] Aug 12 23:42:40.658 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`
110202026-08-12T23:42:41.390Z[ host-image] Aug 12 23:42:40.862 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110212026-08-12T23:42:41.390Z[ host-image] Aug 12 23:42:40.862 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110222026-08-12T23:42:41.392Z[ host-image] Aug 12 23:42:40.862 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110232026-08-12T23:42:41.397Z[ host-image] Aug 12 23:42:40.862 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110242026-08-12T23:42:41.397Z[ host-image] Aug 12 23:42:40.862 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110252026-08-12T23:42:41.398Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110262026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110272026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110282026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110292026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110302026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110312026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110322026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110332026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110342026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110352026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110362026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110372026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110382026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110392026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110402026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110412026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110422026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110432026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110442026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110452026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110462026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110472026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110482026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110492026-08-12T23:42:41.399Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110502026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110512026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110522026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110532026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110542026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110552026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110562026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110572026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110582026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110592026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110602026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110612026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110622026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110632026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110642026-08-12T23:42:41.400Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110652026-08-12T23:42:41.401Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110662026-08-12T23:42:41.401Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110672026-08-12T23:42:41.401Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110682026-08-12T23:42:41.401Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110692026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110702026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110712026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110722026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110732026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO O| Info: ABL version: 0x100af010
110742026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110752026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110762026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110772026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110782026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110792026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110802026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110812026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110822026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110832026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110842026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110852026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110862026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110872026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110882026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110892026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110902026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110912026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110922026-08-12T23:42:41.402Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110932026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110942026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110952026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110962026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110972026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110982026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110992026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111002026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111012026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111022026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111032026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111042026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111052026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111062026-08-12T23:42:41.403Z[ host-image] Aug 12 23:42:40.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111072026-08-12T23:42:41.459Z[ host-image] Aug 12 23:42:40.897 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111082026-08-12T23:42:41.460Z[ host-image] Aug 12 23:42:40.897 INFO building ROM for gimlet
111092026-08-12T23:42:41.460Z[ host-image] Aug 12 23:42:40.897 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")
111102026-08-12T23:42:41.514Z[ host-image] Aug 12 23:42:40.987 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111112026-08-12T23:42:41.517Z[ host-image] Aug 12 23:42:40.990 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`
111122026-08-12T23:42:41.530Z[ host-image] Aug 12 23:42:41.003 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111132026-08-12T23:42:41.599Z[ host-image] Aug 12 23:42:41.072 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111142026-08-12T23:42:41.602Z[ host-image] Aug 12 23:42:41.075 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`
111152026-08-12T23:42:41.715Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111162026-08-12T23:42:41.719Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111172026-08-12T23:42:41.719Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111182026-08-12T23:42:41.719Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111192026-08-12T23:42:41.719Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111202026-08-12T23:42:41.719Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111212026-08-12T23:42:41.719Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111222026-08-12T23:42:41.719Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111232026-08-12T23:42:41.719Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111242026-08-12T23:42:41.719Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111252026-08-12T23:42:41.719Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111262026-08-12T23:42:41.720Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111272026-08-12T23:42:41.720Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111282026-08-12T23:42:41.720Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111292026-08-12T23:42:41.720Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111302026-08-12T23:42:41.720Z[ host-image] Aug 12 23:42:41.189 INFO O| Info: ABL version: 0x100f5010
111312026-08-12T23:42:41.720Z[ host-image] Aug 12 23:42:41.189 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111322026-08-12T23:42:41.720Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111332026-08-12T23:42:41.720Z[ host-image] Aug 12 23:42:41.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111342026-08-12T23:42:41.720Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111352026-08-12T23:42:41.720Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111362026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111372026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111382026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111392026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111402026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111412026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111422026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111432026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111442026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111452026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111462026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111472026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111482026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111492026-08-12T23:42:41.721Z[ host-image] Aug 12 23:42:41.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111502026-08-12T23:42:41.752Z[ host-image] Aug 12 23:42:41.225 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111512026-08-12T23:42:53.466Z[ host-image] Aug 12 23:42:52.925 INFO image complete! materials are in "/work/os-host"
111522026-08-12T23:42:53.571Z[ host-image]
111532026-08-12T23:42:53.571Z[ host-image] real 3:57.349371254
111542026-08-12T23:42:53.572Z[ host-image] user 2:47.122563080
111552026-08-12T23:42:53.572Z[ host-image] sys 37.903507373
111562026-08-12T23:42:53.572Z[ host-image] trap 0.142185232
111572026-08-12T23:42:53.572Z[ host-image] tflt 0.296262660
111582026-08-12T23:42:53.572Z[ host-image] dflt 0.264635496
111592026-08-12T23:42:53.572Z[ host-image] kflt 0.000405450
111602026-08-12T23:42:53.572Z[ host-image] lock 4:44.394873517
111612026-08-12T23:42:53.572Z[ host-image] slp 20:12.780352738
111622026-08-12T23:42:53.572Z[ host-image] lat 21.664872913
111632026-08-12T23:42:53.572Z[ host-image] stop 1.670171941
111642026-08-12T23:42:53.572ZAug 12 23:42:52.929 INFO [host-image] process exited with exit status: 0 (237.354496889s)
111652026-08-12T23:42:53.572ZAug 12 23:42:52.929 INFO [tuf-v2-host] running task
111662026-08-12T23:42:53.572ZAug 12 23:42:52.929 INFO [tuf-repo] running task
111672026-08-12T23:42:53.572ZAug 12 23:42:52.930 INFO [tuf-v2-host] task succeeded (515.09µs)
111682026-08-12T23:42:53.572ZAug 12 23:42:52.930 INFO [tuf-v2-repo] running task
111692026-08-12T23:43:14.805ZAug 12 23:43:14.270 INFO assembling repository in `/tmp/tufaceousTPwirD`, component: OmicronRepoAssembler
111702026-08-12T23:43:15.097ZAug 12 23:43:14.565 INFO [tuf-v2-repo] task succeeded (21.635068892s)
111712026-08-12T23:43:23.722ZAug 12 23:43:23.194 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111722026-08-12T23:43:24.005ZAug 12 23:43:23.479 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111732026-08-12T23:43:26.241ZAug 12 23:43:25.714 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111742026-08-12T23:43:26.298ZAug 12 23:43:25.771 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111752026-08-12T23:43:26.361ZAug 12 23:43:25.833 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111762026-08-12T23:43:26.413ZAug 12 23:43:25.887 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111772026-08-12T23:43:26.467ZAug 12 23:43:25.940 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111782026-08-12T23:43:26.516ZAug 12 23:43:25.989 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111792026-08-12T23:43:26.566ZAug 12 23:43:26.039 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111802026-08-12T23:43:36.902ZAug 12 23:43:36.373 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
111812026-08-12T23:43:36.906ZAug 12 23:43:36.379 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
111822026-08-12T23:43:36.929ZAug 12 23:43:36.402 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
111832026-08-12T23:43:36.981ZAug 12 23:43:36.454 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111842026-08-12T23:43:37.033ZAug 12 23:43:36.506 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111852026-08-12T23:43:37.095ZAug 12 23:43:36.568 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111862026-08-12T23:43:37.158ZAug 12 23:43:36.631 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
111872026-08-12T23:43:37.163ZAug 12 23:43:36.637 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
111882026-08-12T23:43:37.189ZAug 12 23:43:36.662 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
111892026-08-12T23:43:38.906ZAug 12 23:43:38.380 INFO [tuf-repo] task succeeded (45.450594704s)
111902026-08-12T23:46:09.198Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
111912026-08-12T23:46:11.798ZAug 12 23:46:11.270 INFO [verify-libraries] process exited with exit status: 0 (426.920437643s)
111922026-08-12T23:46:11.798ZAug 12 23:46:11.271 INFO all jobs completed in 1295.689500446s
111932026-08-12T23:46:12.972Zprocess exited: duration 1514167 ms, exit code 0
 
111942026-08-12T23:46:12.986Zfound 41 output files
111952026-08-12T23:46:12.986Zuploading: /work/manifest.toml (17334 bytes)
111962026-08-12T23:46:14.001Zuploaded: /work/manifest.toml
111972026-08-12T23:46:14.002Zuploading: /work/repo.zip (3280412337 bytes)
111982026-08-12T23:46:58.238Zuploaded: /work/repo.zip
111992026-08-12T23:46:58.238Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112002026-08-12T23:46:59.325Zuploaded: /work/repo.zip.sha256.txt
112012026-08-12T23:46:59.325Zuploading: /work/helios.json (647 bytes)
112022026-08-12T23:47:00.346Zuploaded: /work/helios.json
112032026-08-12T23:47:00.346Zuploading: /work/incorporation.p5m (113590 bytes)
112042026-08-12T23:47:01.373Zuploaded: /work/incorporation.p5m
112052026-08-12T23:47:01.373Zuploading: /work/incorporation.p5p (133120 bytes)
112062026-08-12T23:47:02.477Zuploaded: /work/incorporation.p5p
112072026-08-12T23:47:02.477Zuploading: /work/helios-incorp.log (522 bytes)
112082026-08-12T23:47:03.497Zuploaded: /work/helios-incorp.log
112092026-08-12T23:47:03.497Zuploading: /work/helios-setup.log (56964 bytes)
112102026-08-12T23:47:06.309Zuploaded: /work/helios-setup.log
112112026-08-12T23:47:06.312Zuploading: /work/host-image.log (233352 bytes)
112122026-08-12T23:47:07.483Zuploaded: /work/host-image.log
112132026-08-12T23:47:07.483Zuploading: /work/host-package.log (33129 bytes)
112142026-08-12T23:47:08.503Zuploaded: /work/host-package.log
112152026-08-12T23:47:08.503Zuploading: /work/host-target.log (101 bytes)
112162026-08-12T23:47:09.522Zuploaded: /work/host-target.log
112172026-08-12T23:47:09.522Zuploading: /work/incorp-create.log (0 bytes)
112182026-08-12T23:47:10.537Zuploaded: /work/incorp-create.log
112192026-08-12T23:47:10.543Zuploading: /work/incorp-fmt.log (0 bytes)
112202026-08-12T23:47:11.553Zuploaded: /work/incorp-fmt.log
112212026-08-12T23:47:11.553Zuploading: /work/incorp-pkgsend.log (108 bytes)
112222026-08-12T23:47:12.609Zuploaded: /work/incorp-pkgsend.log
112232026-08-12T23:47:12.609Zuploading: /work/incorp-publisher.log (0 bytes)
112242026-08-12T23:47:13.622Zuploaded: /work/incorp-publisher.log
112252026-08-12T23:47:13.622Zuploading: /work/omicron-package.log (10114 bytes)
112262026-08-12T23:47:15.962Zuploaded: /work/omicron-package.log
112272026-08-12T23:47:15.962Zuploading: /work/recovery-image.log (591232 bytes)
112282026-08-12T23:47:17.027Zuploaded: /work/recovery-image.log
112292026-08-12T23:47:17.027Zuploading: /work/recovery-package.log (321 bytes)
112302026-08-12T23:47:18.037Zuploaded: /work/recovery-package.log
112312026-08-12T23:47:18.037Zuploading: /work/recovery-target.log (98 bytes)
112322026-08-12T23:47:19.055Zuploaded: /work/recovery-target.log
112332026-08-12T23:47:19.055Zuploading: /work/stamp-clickhouse.log (117 bytes)
112342026-08-12T23:47:20.065Zuploaded: /work/stamp-clickhouse.log
112352026-08-12T23:47:20.065Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112362026-08-12T23:47:21.084Zuploaded: /work/stamp-clickhouse_keeper.log
112372026-08-12T23:47:21.084Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112382026-08-12T23:47:22.098Zuploaded: /work/stamp-clickhouse_server.log
112392026-08-12T23:47:22.098Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112402026-08-12T23:47:23.139Zuploaded: /work/stamp-cockroachdb.log
112412026-08-12T23:47:23.140Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112422026-08-12T23:47:25.052Zuploaded: /work/stamp-crucible-pantry-zone.log
112432026-08-12T23:47:25.077Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112442026-08-12T23:47:26.106Zuploaded: /work/stamp-crucible-utils.log
112452026-08-12T23:47:26.106Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112462026-08-12T23:47:27.122Zuploaded: /work/stamp-crucible-zone.log
112472026-08-12T23:47:27.122Zuploading: /work/stamp-external-dns.log (119 bytes)
112482026-08-12T23:47:28.135Zuploaded: /work/stamp-external-dns.log
112492026-08-12T23:47:28.135Zuploading: /work/stamp-installinator.log (103 bytes)
112502026-08-12T23:47:29.148Zuploaded: /work/stamp-installinator.log
112512026-08-12T23:47:29.149Zuploading: /work/stamp-internal-dns.log (119 bytes)
112522026-08-12T23:47:30.167Zuploaded: /work/stamp-internal-dns.log
112532026-08-12T23:47:30.167Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112542026-08-12T23:47:31.190Zuploaded: /work/stamp-mg-ddm-gz.log
112552026-08-12T23:47:31.190Zuploading: /work/stamp-nexus.log (112 bytes)
112562026-08-12T23:47:32.204Zuploaded: /work/stamp-nexus.log
112572026-08-12T23:47:32.204Zuploading: /work/stamp-ntp.log (110 bytes)
112582026-08-12T23:47:33.221Zuploaded: /work/stamp-ntp.log
112592026-08-12T23:47:33.221Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112602026-08-12T23:47:36.335Zuploaded: /work/stamp-omicron-sled-agent.log
112612026-08-12T23:47:36.336Zuploading: /work/stamp-overlay.log (114 bytes)
112622026-08-12T23:47:37.384Zuploaded: /work/stamp-overlay.log
112632026-08-12T23:47:37.384Zuploading: /work/stamp-oximeter.log (115 bytes)
112642026-08-12T23:47:38.396Zuploaded: /work/stamp-oximeter.log
112652026-08-12T23:47:38.396Zuploading: /work/stamp-oxlog.log (109 bytes)
112662026-08-12T23:47:39.405Zuploaded: /work/stamp-oxlog.log
112672026-08-12T23:47:39.405Zuploading: /work/stamp-probe.log (112 bytes)
112682026-08-12T23:47:40.416Zuploaded: /work/stamp-probe.log
112692026-08-12T23:47:40.416Zuploading: /work/stamp-propolis-server.log (122 bytes)
112702026-08-12T23:47:41.424Zuploaded: /work/stamp-propolis-server.log
112712026-08-12T23:47:41.425Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112722026-08-12T23:47:42.443Zuploaded: /work/stamp-pumpkind-gz.log
112732026-08-12T23:47:42.443Zuploading: /work/stamp-switch-asic.log (118 bytes)
112742026-08-12T23:47:43.458Zuploaded: /work/stamp-switch-asic.log
112752026-08-12T23:47:43.461Zuploading: /work/verify-libraries.log (49730 bytes)
112762026-08-12T23:47:44.471Zuploaded: /work/verify-libraries.log