01M0EZCD4D02FXQ0KGTX9F551N: 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: 01M0EZCVKKYV6Q6V4JM3S3QTRP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T06:59:00.159Zjob assigned to worker 01M0EZCZEDVQNHBT31MS71617E [factory aws, i-06138be5b7357c6e4] (queued for 55 s)
 
22026-08-20T06:59:07.802Zstarting task 0: "setup"
32026-08-20T06:59:07.807Z++ uname -s
42026-08-20T06:59:07.810Z+ kern=SunOS
52026-08-20T06:59:07.810Z+ build_user=build
62026-08-20T06:59:07.811Z+ build_uid=12345
72026-08-20T06:59:07.811Z+ work_dir=/work
82026-08-20T06:59:07.811Z+ input_dir=/input
92026-08-20T06:59:07.811Z+ [[ 0 == 12345 ]]
102026-08-20T06:59:07.811Z+ case "$kern" in
112026-08-20T06:59:07.811Z+ groupadd -g 12345 build
122026-08-20T06:59:07.814Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T06:59:09.818Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T06:59:09.971Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T06:59:09.976Z+ home_fs=zfs
162026-08-20T06:59:09.976Z+ [[ zfs == autofs ]]
172026-08-20T06:59:09.976Z+ mkdir -p /home/build
182026-08-20T06:59:09.976Z+ chown build:build /home/build /work
192026-08-20T06:59:11.977Z+ chmod 0700 /home/build /work
202026-08-20T06:59:11.980Zprocess exited: duration 4179 ms, exit code 0
 
212026-08-20T06:59:11.987Zstarting task 1: "rust-toolchain"
222026-08-20T06:59:11.992Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T06:59:11.992Z * rust toolchain channel = "1.97.1"
242026-08-20T06:59:11.992Z * rust toolchain profile = "default"
252026-08-20T06:59:11.992Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-20T06:59:11.992Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T06:59:11.992Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T06:59:11.995Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T06:59:11.995Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T06:59:12.106Zinfo: downloading installer
312026-08-20T06:59:13.521Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T06:59:13.521Zwarn: /home/build/.rustup/settings.toml
332026-08-20T06:59:13.521Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T06:59:13.521Zwarn: instead of the one inferred from the default host triple.
352026-08-20T06:59:13.533Zinfo: profile set to default
362026-08-20T06:59:13.533Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T06:59:13.537Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T06:59:13.672Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T06:59:13.677Zinfo: downloading 6 components
402026-08-20T06:59:30.559Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T06:59:30.559Z
422026-08-20T06:59:30.583Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T06:59:30.583Z
442026-08-20T06:59:30.583Z
452026-08-20T06:59:30.583ZRust is installed now. Great!
462026-08-20T06:59:30.583Z
472026-08-20T06:59:30.583ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T06:59:30.583Zenvironment variable. This has not been done automatically.
492026-08-20T06:59:30.583Z
502026-08-20T06:59:30.583ZTo configure your current shell, you need to source
512026-08-20T06:59:30.583Zthe corresponding env file under $HOME/.cargo.
522026-08-20T06:59:30.583Z
532026-08-20T06:59:30.583ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T06:59:30.583Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T06:59:30.583Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T06:59:30.583Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T06:59:30.583Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T06:59:30.583Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T06:59:30.583Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T06:59:30.587Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T06:59:30.587Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T06:59:30.675Z+ rustup --version
632026-08-20T06:59:30.681Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T06:59:30.684Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T06:59:30.702Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T06:59:30.705Z+ cargo --version
672026-08-20T06:59:30.712Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T06:59:30.716Z+ rustc --version
692026-08-20T06:59:30.734Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T06:59:30.738Zprocess exited: duration 18750 ms, exit code 0
 
712026-08-20T06:59:30.744Zstarting task 2: "authentication"
722026-08-20T06:59:30.761Zprocess exited: duration 17 ms, exit code 0
 
732026-08-20T06:59:30.768Zstarting task 3: "clone repository"
742026-08-20T06:59:30.773Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T06:59:30.776Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T06:59:30.807ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T06:59:42.529Z+ cd /work/oxidecomputer/omicron
782026-08-20T06:59:42.529Z+ git fetch origin 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
792026-08-20T06:59:42.879ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T06:59:42.879Z * branch 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc -> FETCH_HEAD
812026-08-20T06:59:42.893Z+ [[ -n zl/multicast-mgd-ddm ]]
822026-08-20T06:59:42.896Z++ git branch --show-current
832026-08-20T06:59:42.899Z+ current=main
842026-08-20T06:59:42.899Z+ [[ main != zl/multicast-mgd-ddm ]]
852026-08-20T06:59:42.899Z+ git branch -f zl/multicast-mgd-ddm 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
862026-08-20T06:59:42.902Z+ git checkout -f zl/multicast-mgd-ddm
872026-08-20T06:59:43.165ZSwitched to branch 'zl/multicast-mgd-ddm'
882026-08-20T06:59:43.169Z+ git reset --hard 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
892026-08-20T06:59:43.185ZHEAD is now at 6aca0e9d4 [multicast] add reconciler tuning knobs to example, SMF, and test configs
902026-08-20T06:59:43.189Zprocess exited: duration 12417 ms, exit code 0
 
912026-08-20T06:59:43.196Zstarting task 4: "build"
922026-08-20T06:59:43.200Z+ source .github/buildomat/ci-env.sh
932026-08-20T06:59:43.200Z++ export CARGO_TERM_COLOR=always
942026-08-20T06:59:43.200Z++ CARGO_TERM_COLOR=always
952026-08-20T06:59:43.203Z+++ uname -s
962026-08-20T06:59:43.203Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-20T06:59:43.203Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-20T06:59:43.206Z+ cargo --version
992026-08-20T06:59:43.214Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-20T06:59:43.217Z+ rustc --version
1012026-08-20T06:59:43.237Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T06:59:43.240Z+ cargo tree --locked
1032026-08-20T06:59:43.410Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-20T06:59:43.726Z Updating crates.io index
1052026-08-20T06:59:43.729Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-20T06:59:43.982Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-20T06:59:44.334Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-20T06:59:45.422Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-20T06:59:46.179Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-20T06:59:47.860Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-20T06:59:48.773Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-20T06:59:49.089Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-20T06:59:49.493Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-20T06:59:50.864Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-20T06:59:51.169Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-20T06:59:51.565Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-20T06:59:52.152Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-20T06:59:52.674Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-20T06:59:52.963Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-20T06:59:53.269Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-20T06:59:53.541Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-20T06:59:53.888Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-20T06:59:54.349Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-20T06:59:54.861Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-20T06:59:55.469Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262026-08-20T06:59:55.795Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-08-20T06:59:56.330Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1282026-08-20T06:59:56.655Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-20T06:59:56.946Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-20T06:59:57.393Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-20T06:59:57.681Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-20T06:59:58.098Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-20T06:59:59.326Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-20T06:59:59.613Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-20T06:59:59.963Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-20T07:00:00.360Z Updating git repository `https://github.com/oxidecomputer/tough`
1372026-08-20T07:00:00.945Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-20T07:00:01.540Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-20T07:00:01.864Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-20T07:00:02.212Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-08-20T07:00:02.583Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1422026-08-20T07:00:03.434Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-20T07:00:03.878Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-20T07:00:04.206Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-20T07:00:04.527Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-20T07:00:04.810Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-08-20T07:00:07.835Z Downloading crates ...
1482026-08-20T07:00:07.895Z Downloaded concurrent-queue v2.5.0
1492026-08-20T07:00:07.899Z Downloaded convert_case v0.10.0
1502026-08-20T07:00:07.902Z Downloaded cpufeatures v0.2.17
1512026-08-20T07:00:07.908Z Downloaded crunchy v0.2.4
1522026-08-20T07:00:07.911Z Downloaded corncobs v0.1.4
1532026-08-20T07:00:07.911Z Downloaded crc8 v0.1.1
1542026-08-20T07:00:07.914Z Downloaded cpubits v0.1.1
1552026-08-20T07:00:07.917Z Downloaded crc v3.4.0
1562026-08-20T07:00:07.917Z Downloaded hubpack_derive v0.1.1
1572026-08-20T07:00:07.920Z Downloaded heck v0.5.0
1582026-08-20T07:00:07.921Z Downloaded hex-literal v0.4.1
1592026-08-20T07:00:07.924Z Downloaded hostname v0.3.1
1602026-08-20T07:00:07.927Z Downloaded hash32 v0.3.1
1612026-08-20T07:00:07.927Z Downloaded compression-codecs v0.4.37
1622026-08-20T07:00:07.930Z Downloaded difflib v0.4.0
1632026-08-20T07:00:07.934Z Downloaded cookie_store v0.22.1
1642026-08-20T07:00:07.934Z Downloaded crc32fast v1.5.0
1652026-08-20T07:00:07.937Z Downloaded http-range v0.1.5
1662026-08-20T07:00:07.937Z Downloaded illumos-nvpair v0.3.0
1672026-08-20T07:00:07.941Z Downloaded idna_adapter v1.2.1
1682026-08-20T07:00:07.941Z Downloaded instability v0.3.11
1692026-08-20T07:00:07.942Z Downloaded crucible-workspace-hack v0.1.0
1702026-08-20T07:00:07.942Z Downloaded internet-checksum v0.2.1
1712026-08-20T07:00:07.945Z Downloaded console v0.16.2
1722026-08-20T07:00:07.948Z Downloaded const-oid v0.9.6
1732026-08-20T07:00:07.948Z Downloaded is_terminal_polyfill v1.70.2
1742026-08-20T07:00:07.948Z Downloaded colored v3.1.1
1752026-08-20T07:00:07.951Z Downloaded hex-literal v1.1.0
1762026-08-20T07:00:07.955Z Downloaded convert_case v0.4.0
1772026-08-20T07:00:07.955Z Downloaded cpufeatures v0.3.0
1782026-08-20T07:00:07.958Z Downloaded cobs v0.3.0
1792026-08-20T07:00:07.958Z Downloaded clap_lex v1.0.0
1802026-08-20T07:00:07.961Z Downloaded headers-core v0.3.0
1812026-08-20T07:00:07.961Z Downloaded diesel_table_macro_syntax v0.3.0
1822026-08-20T07:00:07.964Z Downloaded darling_macro v0.21.3
1832026-08-20T07:00:07.964Z Downloaded darling_macro v0.23.0
1842026-08-20T07:00:07.964Z Downloaded derive_builder_macro v0.20.2
1852026-08-20T07:00:07.967Z Downloaded hex v0.4.3
1862026-08-20T07:00:07.967Z Downloaded hostname v0.4.2
1872026-08-20T07:00:07.967Z Downloaded heck v0.4.1
1882026-08-20T07:00:07.970Z Downloaded hash32 v0.2.1
1892026-08-20T07:00:07.970Z Downloaded guppy-workspace-hack v0.1.0
1902026-08-20T07:00:07.970Z Downloaded defmt-parser v1.0.0
1912026-08-20T07:00:07.970Z Downloaded crypto-common v0.2.2
1922026-08-20T07:00:07.973Z Downloaded indent_write v2.2.0
1932026-08-20T07:00:07.974Z Downloaded group v0.13.0
1942026-08-20T07:00:07.977Z Downloaded const_format_proc_macros v0.2.34
1952026-08-20T07:00:07.977Z Downloaded constant_time_eq v0.4.2
1962026-08-20T07:00:07.980Z Downloaded criterion-plot v0.6.0
1972026-08-20T07:00:07.980Z Downloaded csv-core v0.1.13
1982026-08-20T07:00:07.980Z Downloaded debug-ignore v1.0.5
1992026-08-20T07:00:07.983Z Downloaded atomicwrites v0.4.4
2002026-08-20T07:00:07.987Z Downloaded crc-catalog v2.4.0
2012026-08-20T07:00:07.992Z Downloaded constant_time_eq v0.3.1
2022026-08-20T07:00:07.995Z Downloaded addr2line v0.25.1
2032026-08-20T07:00:07.995Z Downloaded const-oid v0.10.2
2042026-08-20T07:00:07.999Z Downloaded critical-section v1.2.0
2052026-08-20T07:00:07.999Z Downloaded crossterm v0.29.0
2062026-08-20T07:00:08.003Z Downloaded ctr v0.10.1
2072026-08-20T07:00:08.003Z Downloaded daft-derive v0.1.7
2082026-08-20T07:00:08.006Z Downloaded darling_macro v0.13.4
2092026-08-20T07:00:08.006Z Downloaded defmt v0.3.100
2102026-08-20T07:00:08.006Z Downloaded curve25519-dalek-derive v0.1.1
2112026-08-20T07:00:08.006Z Downloaded crypto-common v0.1.7
2122026-08-20T07:00:08.006Z Downloaded ident_case v1.0.1
2132026-08-20T07:00:08.015Z Downloaded darling_macro v0.20.11
2142026-08-20T07:00:08.015Z Downloaded highway v1.3.0
2152026-08-20T07:00:08.015Z Downloaded group v0.14.0
2162026-08-20T07:00:08.016Z Downloaded http-body v1.0.1
2172026-08-20T07:00:08.016Z Downloaded hyper-tls v0.6.0
2182026-08-20T07:00:08.016Z Downloaded itoa v1.0.17
2192026-08-20T07:00:08.016Z Downloaded cmov v0.5.4
2202026-08-20T07:00:08.016Z Downloaded colorchoice v1.0.4
2212026-08-20T07:00:08.020Z Downloaded deranged v0.5.8
2222026-08-20T07:00:08.024Z Downloaded home v0.5.12
2232026-08-20T07:00:08.027Z Downloaded array-init v0.0.4
2242026-08-20T07:00:08.027Z Downloaded bit-set v0.8.0
2252026-08-20T07:00:08.031Z Downloaded instant v0.1.13
2262026-08-20T07:00:08.031Z Downloaded bitfield-struct v0.6.2
2272026-08-20T07:00:08.032Z Downloaded cfg_aliases v0.1.1
2282026-08-20T07:00:08.032Z Downloaded httpdate v1.0.3
2292026-08-20T07:00:08.036Z Downloaded cookie v0.18.1
2302026-08-20T07:00:08.039Z Downloaded ctutils v0.4.2
2312026-08-20T07:00:08.039Z Downloaded daft v0.1.7
2322026-08-20T07:00:08.039Z Downloaded is-terminal v0.4.17
2332026-08-20T07:00:08.039Z Downloaded compression-core v0.4.31
2342026-08-20T07:00:08.039Z Downloaded crossbeam-deque v0.8.6
2352026-08-20T07:00:08.042Z Downloaded cstr-argument v0.1.2
2362026-08-20T07:00:08.042Z Downloaded inout v0.1.4
2372026-08-20T07:00:08.042Z Downloaded inout v0.2.2
2382026-08-20T07:00:08.042Z Downloaded defmt-macros v1.0.1
2392026-08-20T07:00:08.047Z Downloaded is_ci v1.2.0
2402026-08-20T07:00:08.047Z Downloaded illumos-nvpair-sys v0.2.0
2412026-08-20T07:00:08.047Z Downloaded der_derive v0.7.3
2422026-08-20T07:00:08.047Z Downloaded derive_builder_core v0.20.2
2432026-08-20T07:00:08.050Z Downloaded hubpack v0.1.2
2442026-08-20T07:00:08.050Z Downloaded compact_str v0.8.1
2452026-08-20T07:00:08.050Z Downloaded delegate v0.13.5
2462026-08-20T07:00:08.053Z Downloaded hmac v0.13.0
2472026-08-20T07:00:08.053Z Downloaded data-encoding v2.10.0
2482026-08-20T07:00:08.056Z Downloaded cfg-if v1.0.4
2492026-08-20T07:00:08.056Z Downloaded opaque-debug v0.3.1
2502026-08-20T07:00:08.056Z Downloaded oso-derive v0.27.3
2512026-08-20T07:00:08.056Z Downloaded iana-time-zone v0.1.65
2522026-08-20T07:00:08.060Z Downloaded parking v2.2.1
2532026-08-20T07:00:08.060Z Downloaded derive-ex v0.1.8
2542026-08-20T07:00:08.060Z Downloaded darling v0.13.4
2552026-08-20T07:00:08.063Z Downloaded defmt v1.0.1
2562026-08-20T07:00:08.066Z Downloaded indoc v1.0.9
2572026-08-20T07:00:08.073Z Downloaded crossbeam-utils v0.8.21
2582026-08-20T07:00:08.076Z Downloaded hmac v0.12.1
2592026-08-20T07:00:08.076Z Downloaded diesel-dtrace v0.5.0
2602026-08-20T07:00:08.080Z Downloaded anstream v0.6.21
2612026-08-20T07:00:08.080Z Downloaded cmake v0.1.57
2622026-08-20T07:00:08.080Z Downloaded colored v2.2.0
2632026-08-20T07:00:08.083Z Downloaded crossbeam-epoch v0.9.18
2642026-08-20T07:00:08.083Z Downloaded half v1.8.3
2652026-08-20T07:00:08.083Z Downloaded anstyle-parse v1.0.0
2662026-08-20T07:00:08.086Z Downloaded assert-json-diff v2.0.2
2672026-08-20T07:00:08.086Z Downloaded plotters-svg v0.3.7
2682026-08-20T07:00:08.086Z Downloaded path-slash v0.1.5
2692026-08-20T07:00:08.086Z Downloaded predicates-tree v1.0.13
2702026-08-20T07:00:08.089Z Downloaded proc-macro-error-attr2 v2.0.0
2712026-08-20T07:00:08.089Z Downloaded psl-types v2.0.11
2722026-08-20T07:00:08.089Z Downloaded progenitor-client v0.14.0
2732026-08-20T07:00:08.092Z Downloaded crc-any v2.5.0
2742026-08-20T07:00:08.092Z Downloaded rand_pcg v0.10.2
2752026-08-20T07:00:08.095Z Downloaded darling v0.20.11
2762026-08-20T07:00:08.095Z Downloaded clap_derive v4.6.1
2772026-08-20T07:00:08.103Z Downloaded datatest-stable v0.3.3
2782026-08-20T07:00:08.106Z Downloaded hickory-client v0.25.2
2792026-08-20T07:00:08.106Z Downloaded impl-trait-for-tuples v0.2.3
2802026-08-20T07:00:08.109Z Downloaded indoc v2.0.7
2812026-08-20T07:00:08.112Z Downloaded diff v0.1.13
2822026-08-20T07:00:08.116Z Downloaded ingot-types v0.2.0
2832026-08-20T07:00:08.116Z Downloaded ingot v0.2.1
2842026-08-20T07:00:08.116Z Downloaded cargo_metadata v0.23.1
2852026-08-20T07:00:08.116Z Downloaded cipher v0.4.4
2862026-08-20T07:00:08.120Z Downloaded rustc-hash v2.1.1
2872026-08-20T07:00:08.120Z Downloaded derive_builder v0.20.2
2882026-08-20T07:00:08.124Z Downloaded packed_struct v0.10.1
2892026-08-20T07:00:08.124Z Downloaded hyper-staticfile v0.10.1
2902026-08-20T07:00:08.127Z Downloaded darling v0.21.3
2912026-08-20T07:00:08.127Z Downloaded oxide-update-engine v0.1.2
2922026-08-20T07:00:08.131Z Downloaded phf_shared v0.13.1
2932026-08-20T07:00:08.131Z Downloaded phf v0.13.1
2942026-08-20T07:00:08.131Z Downloaded recursive-proc-macro-impl v0.1.1
2952026-08-20T07:00:08.134Z Downloaded serde-big-array v0.5.1
2962026-08-20T07:00:08.134Z Downloaded clap v4.6.1
2972026-08-20T07:00:08.138Z Downloaded icu_provider v2.1.1
2982026-08-20T07:00:08.141Z Downloaded ipnet v2.12.0
2992026-08-20T07:00:08.141Z Downloaded http-body-util v0.1.3
3002026-08-20T07:00:08.144Z Downloaded ipnetwork v0.21.1
3012026-08-20T07:00:08.144Z Downloaded bs58 v0.5.1
3022026-08-20T07:00:08.144Z Downloaded poly1305 v0.8.0
3032026-08-20T07:00:08.148Z Downloaded proc-macro-crate v1.3.1
3042026-08-20T07:00:08.148Z Downloaded proc-macro-error2 v2.0.1
3052026-08-20T07:00:08.148Z Downloaded serde_urlencoded v0.7.1
3062026-08-20T07:00:08.148Z Downloaded humantime v2.3.0
3072026-08-20T07:00:08.151Z Downloaded heapless v0.8.0
3082026-08-20T07:00:08.151Z Downloaded strip-ansi-escapes v0.2.1
3092026-08-20T07:00:08.154Z Downloaded subtle v2.6.1
3102026-08-20T07:00:08.157Z Downloaded async-lock v3.4.2
3112026-08-20T07:00:08.157Z Downloaded supports-hyperlinks v2.1.0
3122026-08-20T07:00:08.157Z Downloaded supports-unicode v3.0.0
3132026-08-20T07:00:08.157Z Downloaded console v0.15.11
3142026-08-20T07:00:08.160Z Downloaded rand_core v0.9.5
3152026-08-20T07:00:08.160Z Downloaded hyper-rustls v0.27.7
3162026-08-20T07:00:08.163Z Downloaded const_format v0.2.35
3172026-08-20T07:00:08.163Z Downloaded secrecy v0.10.3
3182026-08-20T07:00:08.163Z Downloaded derive_more v0.99.20
3192026-08-20T07:00:08.166Z Downloaded bcs v0.1.6
3202026-08-20T07:00:08.169Z Downloaded cassowary v0.3.0
3212026-08-20T07:00:08.169Z Downloaded psm v0.1.30
3222026-08-20T07:00:08.172Z Downloaded sync-ptr v0.1.4
3232026-08-20T07:00:08.172Z Downloaded path-tree v0.8.3
3242026-08-20T07:00:08.172Z Downloaded pem-rfc7468 v0.7.0
3252026-08-20T07:00:08.175Z Downloaded pkg-config v0.3.32
3262026-08-20T07:00:08.175Z Downloaded serde_repr v0.1.20
3272026-08-20T07:00:08.178Z Downloaded take_mut v0.2.2
3282026-08-20T07:00:08.182Z Downloaded tap v1.0.1
3292026-08-20T07:00:08.185Z Downloaded testing_table v0.3.0
3302026-08-20T07:00:08.185Z Downloaded darling v0.23.0
3312026-08-20T07:00:08.188Z Downloaded derive-where v1.6.0
3322026-08-20T07:00:08.188Z Downloaded ahash v0.8.12
3332026-08-20T07:00:08.192Z Downloaded parking_lot v0.12.5
3342026-08-20T07:00:08.192Z Downloaded des v0.9.0
3352026-08-20T07:00:08.192Z Downloaded parking_lot v0.11.2
3362026-08-20T07:00:08.223Z Downloaded poly1305 v0.9.0
3372026-08-20T07:00:08.223Z Downloaded rustls-pemfile v2.2.0
3382026-08-20T07:00:08.223Z Downloaded toml_write v0.1.2
3392026-08-20T07:00:08.223Z Downloaded typify-macro v0.6.2
3402026-08-20T07:00:08.229Z Downloaded tower-service v0.3.3
3412026-08-20T07:00:08.229Z Downloaded darling_core v0.13.4
3422026-08-20T07:00:08.229Z Downloaded serde-hex v0.1.0
3432026-08-20T07:00:08.229Z Downloaded signal-hook-tokio v0.3.1
3442026-08-20T07:00:08.229Z Downloaded slog-stdlog v4.1.1
3452026-08-20T07:00:08.229Z Downloaded ingot-macros v0.2.0
3462026-08-20T07:00:08.229Z Downloaded slog-dtrace v0.3.0
3472026-08-20T07:00:08.229Z Downloaded snafu-derive v0.8.9
3482026-08-20T07:00:08.229Z Downloaded hybrid-array v0.4.13
3492026-08-20T07:00:08.229Z Downloaded crypto-bigint v0.5.5
3502026-08-20T07:00:08.229Z Downloaded darling_core v0.21.3
3512026-08-20T07:00:08.229Z Downloaded crossbeam-channel v0.5.15
3522026-08-20T07:00:08.229Z Downloaded httparse v1.10.1
3532026-08-20T07:00:08.230Z Downloaded blake2 v0.10.6
3542026-08-20T07:00:08.230Z Downloaded tokio-test v0.4.5
3552026-08-20T07:00:08.230Z Downloaded ssh-encoding v0.3.0
3562026-08-20T07:00:08.230Z Downloaded universal-hash v0.5.1
3572026-08-20T07:00:08.234Z Downloaded thread-id v5.1.0
3582026-08-20T07:00:08.234Z Downloaded icu_normalizer_data v2.1.1
3592026-08-20T07:00:08.234Z Downloaded usdt-macro v0.5.0
3602026-08-20T07:00:08.234Z Downloaded usdt-macro v0.6.0
3612026-08-20T07:00:08.234Z Downloaded darling_core v0.20.11
3622026-08-20T07:00:08.238Z Downloaded dunce v1.0.5
3632026-08-20T07:00:08.242Z Downloaded zerofrom v0.1.6
3642026-08-20T07:00:08.242Z Downloaded dyn-clone v1.0.20
3652026-08-20T07:00:08.242Z Downloaded backoff v0.4.0
3662026-08-20T07:00:08.246Z Downloaded event-listener-strategy v0.5.4
3672026-08-20T07:00:08.246Z Downloaded termcolor v1.4.1
3682026-08-20T07:00:08.246Z Downloaded hickory-resolver v0.25.2
3692026-08-20T07:00:08.249Z Downloaded tokio-native-tls v0.3.1
3702026-08-20T07:00:08.249Z Downloaded rustversion v1.0.22
3712026-08-20T07:00:08.253Z Downloaded salsa20 v0.11.0
3722026-08-20T07:00:08.253Z Downloaded tower-layer v0.3.3
3732026-08-20T07:00:08.253Z Downloaded untrusted v0.9.0
3742026-08-20T07:00:08.253Z Downloaded usdt v0.6.0
3752026-08-20T07:00:08.253Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3762026-08-20T07:00:08.253Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3772026-08-20T07:00:08.257Z Downloaded tui-tree-widget v0.23.1
3782026-08-20T07:00:08.257Z Downloaded enum-as-inner v0.6.1
3792026-08-20T07:00:08.257Z Downloaded equivalent v1.0.2
3802026-08-20T07:00:08.257Z Downloaded bzip2 v0.4.4
3812026-08-20T07:00:08.257Z Downloaded bzip2 v0.6.1
3822026-08-20T07:00:08.261Z Downloaded schemars_derive v0.8.22
3832026-08-20T07:00:08.261Z Downloaded float-cmp v0.10.0
3842026-08-20T07:00:08.261Z Downloaded pest_derive v2.8.6
3852026-08-20T07:00:08.261Z Downloaded pkcs1 v0.8.0-rc.4
3862026-08-20T07:00:08.265Z Downloaded smawk v0.3.2
3872026-08-20T07:00:08.265Z Downloaded foreign-types-macros v0.2.3
3882026-08-20T07:00:08.268Z Downloaded slab v0.4.12
3892026-08-20T07:00:08.269Z Downloaded sqlformat v0.3.5
3902026-08-20T07:00:08.269Z Downloaded want v0.3.1
3912026-08-20T07:00:08.273Z Downloaded embedded-io v0.6.1
3922026-08-20T07:00:08.277Z Downloaded stringprep v0.1.5
3932026-08-20T07:00:08.277Z Downloaded heapless v0.7.17
3942026-08-20T07:00:08.280Z Downloaded derive_more v2.1.1
3952026-08-20T07:00:08.285Z Downloaded strum_macros v0.24.3
3962026-08-20T07:00:08.289Z Downloaded lazy_static v1.5.0
3972026-08-20T07:00:08.289Z Downloaded headers v0.4.1
3982026-08-20T07:00:08.293Z Downloaded linkme-impl v0.3.35
3992026-08-20T07:00:08.293Z Downloaded vergen-lib v0.1.6
4002026-08-20T07:00:08.293Z Downloaded rustc-demangle v0.1.27
4012026-08-20T07:00:08.296Z Downloaded httptest v0.16.4
4022026-08-20T07:00:08.299Z Downloaded maybe-uninit v2.0.0
4032026-08-20T07:00:08.300Z Downloaded md-5 v0.10.6
4042026-08-20T07:00:08.303Z Downloaded match_cfg v0.1.0
4052026-08-20T07:00:08.303Z Downloaded mime v0.3.17
4062026-08-20T07:00:08.306Z Downloaded futures-io v0.3.32
4072026-08-20T07:00:08.306Z Downloaded nested v0.1.1
4082026-08-20T07:00:08.306Z Downloaded term v1.2.1
4092026-08-20T07:00:08.306Z Downloaded darling_core v0.23.0
4102026-08-20T07:00:08.310Z Downloaded num-conv v0.2.0
4112026-08-20T07:00:08.310Z Downloaded tinytemplate v1.2.1
4122026-08-20T07:00:08.313Z Downloaded xshell v0.2.7
4132026-08-20T07:00:08.318Z Downloaded fallible-iterator v0.2.0
4142026-08-20T07:00:08.321Z Downloaded newtype-uuid-macros v0.1.0
4152026-08-20T07:00:08.321Z Downloaded newtype_derive v0.1.6
4162026-08-20T07:00:08.321Z Downloaded futures-macro v0.3.32
4172026-08-20T07:00:08.321Z Downloaded num-derive v0.4.2
4182026-08-20T07:00:08.321Z Downloaded async-recursion v1.1.1
4192026-08-20T07:00:08.325Z Downloaded adler2 v2.0.1
4202026-08-20T07:00:08.325Z Downloaded atomic-waker v1.1.2
4212026-08-20T07:00:08.325Z Downloaded jiff-static v0.2.34
4222026-08-20T07:00:08.329Z Downloaded derive_more-impl v2.1.1
4232026-08-20T07:00:08.329Z Downloaded icu_locale_core v2.1.1
4242026-08-20T07:00:08.332Z Downloaded ar_archive_writer v0.5.1
4252026-08-20T07:00:08.335Z Downloaded num v0.4.3
4262026-08-20T07:00:08.335Z Downloaded bcrypt-pbkdf v0.11.0
4272026-08-20T07:00:08.342Z Downloaded libsw-core v0.3.2
4282026-08-20T07:00:08.348Z Downloaded block-buffer v0.10.4
4292026-08-20T07:00:08.351Z Downloaded cast v0.3.0
4302026-08-20T07:00:08.351Z Downloaded digest v0.10.7
4312026-08-20T07:00:08.351Z Downloaded either v1.15.0
4322026-08-20T07:00:08.351Z Downloaded num_enum_derive v0.5.11
4332026-08-20T07:00:08.352Z Downloaded pathdiff v0.2.3
4342026-08-20T07:00:08.352Z Downloaded base16ct v1.0.0
4352026-08-20T07:00:08.356Z Downloaded vergen v9.1.0
4362026-08-20T07:00:08.356Z Downloaded packed_struct_codegen v0.10.1
4372026-08-20T07:00:08.356Z Downloaded precomputed-hash v0.1.1
4382026-08-20T07:00:08.356Z Downloaded foldhash v0.1.5
4392026-08-20T07:00:08.361Z Downloaded fs-err v2.11.0
4402026-08-20T07:00:08.361Z Downloaded test-strategy v0.4.5
4412026-08-20T07:00:08.361Z Downloaded yasna v0.5.2
4422026-08-20T07:00:08.361Z Downloaded knus-derive v3.4.0
4432026-08-20T07:00:08.365Z Downloaded nibble_vec v0.1.0
4442026-08-20T07:00:08.365Z Downloaded libsw v3.5.0
4452026-08-20T07:00:08.365Z Downloaded multer v3.1.0
4462026-08-20T07:00:08.368Z Downloaded half v2.7.1
4472026-08-20T07:00:08.368Z Downloaded ignore v0.4.25
4482026-08-20T07:00:08.368Z Downloaded indicatif v0.18.4
4492026-08-20T07:00:08.372Z Downloaded indexmap v1.9.3
4502026-08-20T07:00:08.372Z Downloaded icu_normalizer v2.1.1
4512026-08-20T07:00:08.375Z Downloaded progenitor-macro v0.14.0
4522026-08-20T07:00:08.375Z Downloaded textwrap v0.15.2
4532026-08-20T07:00:08.378Z Downloaded der v0.7.10
4542026-08-20T07:00:08.379Z Downloaded scuffle v0.1.0
4552026-08-20T07:00:08.382Z Downloaded tinyvec v1.10.0
4562026-08-20T07:00:08.382Z Downloaded icu_properties v2.1.2
4572026-08-20T07:00:08.392Z Downloaded aead v0.5.2
4582026-08-20T07:00:08.392Z Downloaded radium v0.7.0
4592026-08-20T07:00:08.392Z Downloaded plotters-backend v0.3.7
4602026-08-20T07:00:08.392Z Downloaded bit-vec v0.8.0
4612026-08-20T07:00:08.392Z Downloaded pretty-hex v0.4.1
4622026-08-20T07:00:08.392Z Downloaded snafu v0.8.9
4632026-08-20T07:00:08.396Z Downloaded rstest v0.25.0
4642026-08-20T07:00:08.401Z Downloaded russh-util v0.52.0
4652026-08-20T07:00:08.401Z Downloaded scopeguard v1.2.0
4662026-08-20T07:00:08.404Z Downloaded git-stub-vcs v0.1.0
4672026-08-20T07:00:08.408Z Downloaded hickory-resolver v0.24.4
4682026-08-20T07:00:08.412Z Downloaded der v0.8.0
4692026-08-20T07:00:08.416Z Downloaded async-compression v0.4.41
4702026-08-20T07:00:08.416Z Downloaded qorb v0.4.1
4712026-08-20T07:00:08.419Z Downloaded criterion v0.7.0
4722026-08-20T07:00:08.424Z Downloaded blowfish v0.10.0
4732026-08-20T07:00:08.424Z Downloaded buf-list v1.1.2
4742026-08-20T07:00:08.429Z Downloaded unicode-properties v0.1.4
4752026-08-20T07:00:08.429Z Downloaded http v1.4.2
4762026-08-20T07:00:08.429Z Downloaded hashbrown v0.13.2
4772026-08-20T07:00:08.429Z Downloaded serde_bytes v0.11.19
4782026-08-20T07:00:08.429Z Downloaded vte v0.14.1
4792026-08-20T07:00:08.432Z Downloaded diesel_derives v2.3.7
4802026-08-20T07:00:08.437Z Downloaded p256 v0.14.0
4812026-08-20T07:00:08.437Z Downloaded litrs v1.0.0
4822026-08-20T07:00:08.441Z Downloaded signal-hook v0.3.18
4832026-08-20T07:00:08.441Z Downloaded similar v2.7.0
4842026-08-20T07:00:08.444Z Downloaded assert_cmd v2.1.2
4852026-08-20T07:00:08.444Z Downloaded dropshot_endpoint v0.17.1
4862026-08-20T07:00:08.448Z Downloaded digest v0.11.3
4872026-08-20T07:00:08.448Z Downloaded litemap v0.8.1
4882026-08-20T07:00:08.448Z Downloaded camino-tempfile v1.4.1
4892026-08-20T07:00:08.448Z Downloaded cexpr v0.6.0
4902026-08-20T07:00:08.451Z Downloaded signal-hook-mio v0.2.5
4912026-08-20T07:00:08.451Z Downloaded slog-envlogger v2.2.0
4922026-08-20T07:00:08.451Z Downloaded owo-colors v4.3.0
4932026-08-20T07:00:08.451Z Downloaded toml v0.7.8
4942026-08-20T07:00:08.455Z Downloaded event-listener v5.4.1
4952026-08-20T07:00:08.455Z Downloaded drift v0.2.0
4962026-08-20T07:00:08.460Z Downloaded futures v0.3.32
4972026-08-20T07:00:08.464Z Downloaded rand_core v0.10.0
4982026-08-20T07:00:08.468Z Downloaded recursive v0.1.1
4992026-08-20T07:00:08.468Z Downloaded strsim v0.10.0
5002026-08-20T07:00:08.468Z Downloaded strum v0.27.2
5012026-08-20T07:00:08.468Z Downloaded strum v0.26.3
5022026-08-20T07:00:08.468Z Downloaded hickory-server v0.25.2
5032026-08-20T07:00:08.468Z Downloaded prettyplease v0.2.37
5042026-08-20T07:00:08.472Z Downloaded hashbrown v0.12.3
5052026-08-20T07:00:08.472Z Downloaded getrandom v0.4.3
5062026-08-20T07:00:08.477Z Downloaded argon2 v0.6.0-rc.8
5072026-08-20T07:00:08.477Z Downloaded bitflags v2.11.0
5082026-08-20T07:00:08.477Z Downloaded icu_collections v2.1.1
5092026-08-20T07:00:08.481Z Downloaded base64 v0.22.1
5102026-08-20T07:00:08.484Z Downloaded relative-path v1.9.3
5112026-08-20T07:00:08.484Z Downloaded rfc6979 v0.6.0
5122026-08-20T07:00:08.484Z Downloaded supports-hyperlinks v3.2.0
5132026-08-20T07:00:08.484Z Downloaded oxide-tokio-rt v0.1.4
5142026-08-20T07:00:08.484Z Downloaded jobserver v0.1.34
5152026-08-20T07:00:08.487Z Downloaded postgres-protocol v0.6.10
5162026-08-20T07:00:08.487Z Downloaded publicsuffix v2.3.0
5172026-08-20T07:00:08.487Z Downloaded ciborium v0.2.2
5182026-08-20T07:00:08.491Z Downloaded crossterm v0.28.1
5192026-08-20T07:00:08.496Z Downloaded oorandom v11.1.5
5202026-08-20T07:00:08.496Z Downloaded serde_regex v1.1.0
5212026-08-20T07:00:08.496Z Downloaded topological-sort v0.2.2
5222026-08-20T07:00:08.496Z Downloaded usdt v0.5.0
5232026-08-20T07:00:08.496Z Downloaded utf8parse v0.2.2
5242026-08-20T07:00:08.496Z Downloaded ucd-trie v0.1.7
5252026-08-20T07:00:08.496Z Downloaded progenitor-extras v0.2.0
5262026-08-20T07:00:08.499Z Downloaded xattr v1.6.1
5272026-08-20T07:00:08.499Z Downloaded zerotrie v0.2.3
5282026-08-20T07:00:08.499Z Downloaded peg-macros v0.8.5
5292026-08-20T07:00:08.503Z Downloaded tinyvec_macros v0.1.1
5302026-08-20T07:00:08.503Z Downloaded sqlparser_derive v0.5.0
5312026-08-20T07:00:08.503Z Downloaded pkcs1 v0.7.5
5322026-08-20T07:00:08.503Z Downloaded serde_with_macros v1.5.2
5332026-08-20T07:00:08.503Z Downloaded signal-hook-registry v1.4.8
5342026-08-20T07:00:08.504Z Downloaded chumsky v0.9.3
5352026-08-20T07:00:08.508Z Downloaded display-error-chain v0.2.2
5362026-08-20T07:00:08.508Z Downloaded allocator-api2 v0.2.21
5372026-08-20T07:00:08.508Z Downloaded dtrace-parser v0.3.0
5382026-08-20T07:00:08.508Z Downloaded fastrand v2.3.0
5392026-08-20T07:00:08.512Z Downloaded futures-core v0.3.32
5402026-08-20T07:00:08.512Z Downloaded serde v1.0.229
5412026-08-20T07:00:08.512Z Downloaded universal-hash v0.6.1
5422026-08-20T07:00:08.512Z Downloaded yoke-derive v0.8.1
5432026-08-20T07:00:08.512Z Downloaded zeroize_derive v1.5.0
5442026-08-20T07:00:08.515Z Downloaded serde_with v1.14.0
5452026-08-20T07:00:08.519Z Downloaded static_assertions v1.1.0
5462026-08-20T07:00:08.519Z Downloaded thiserror-impl v2.0.18
5472026-08-20T07:00:08.522Z Downloaded backon v1.6.0
5482026-08-20T07:00:08.522Z Downloaded clang-sys v1.8.1
5492026-08-20T07:00:08.522Z Downloaded thiserror v2.0.18
5502026-08-20T07:00:08.525Z Downloaded thiserror-impl v1.0.69
5512026-08-20T07:00:08.529Z Downloaded lalrpop-util v0.19.12
5522026-08-20T07:00:08.529Z Downloaded generic-array v1.4.3
5532026-08-20T07:00:08.529Z Downloaded indexmap v2.14.0
5542026-08-20T07:00:08.533Z Downloaded serde_cbor v0.11.2
5552026-08-20T07:00:08.533Z Downloaded internal-russh-num-bigint v0.5.0
5562026-08-20T07:00:08.536Z Downloaded managed v0.8.0
5572026-08-20T07:00:08.536Z Downloaded smallvec v0.6.14
5582026-08-20T07:00:08.536Z Downloaded new_debug_unreachable v1.0.6
5592026-08-20T07:00:08.539Z Downloaded memmap v0.7.0
5602026-08-20T07:00:08.539Z Downloaded newline-converter v0.3.0
5612026-08-20T07:00:08.539Z Downloaded normalize-line-endings v0.3.0
5622026-08-20T07:00:08.539Z Downloaded fd-lock v4.0.4
5632026-08-20T07:00:08.543Z Downloaded foreign-types v0.5.0
5642026-08-20T07:00:08.543Z Downloaded gethostname v0.5.0
5652026-08-20T07:00:08.543Z Downloaded globwalk v0.9.1
5662026-08-20T07:00:08.543Z Downloaded phf v0.12.1
5672026-08-20T07:00:08.543Z Downloaded serde_with_macros v3.21.0
5682026-08-20T07:00:08.546Z Downloaded papergrid v0.11.0
5692026-08-20T07:00:08.550Z Downloaded pest_generator v2.8.6
5702026-08-20T07:00:08.553Z Downloaded uzers v0.12.2
5712026-08-20T07:00:08.553Z Downloaded assert_matches v1.5.0
5722026-08-20T07:00:08.553Z Downloaded nonempty v0.12.0
5732026-08-20T07:00:08.557Z Downloaded bitfield-macros v0.19.4
5742026-08-20T07:00:08.560Z Downloaded typed-path v0.9.3
5752026-08-20T07:00:08.564Z Downloaded dirs-sys-next v0.1.2
5762026-08-20T07:00:08.567Z Downloaded erased-serde v0.3.31
5772026-08-20T07:00:08.567Z Downloaded ciborium-io v0.2.2
5782026-08-20T07:00:08.567Z Downloaded futures-executor v0.3.32
5792026-08-20T07:00:08.567Z Downloaded openssl-probe v0.1.6
5802026-08-20T07:00:08.567Z Downloaded termios v0.3.3
5812026-08-20T07:00:08.571Z Downloaded tls_codec v0.4.2
5822026-08-20T07:00:08.574Z Downloaded arrayref v0.3.9
5832026-08-20T07:00:08.579Z Downloaded tempfile v3.27.0
5842026-08-20T07:00:08.579Z Downloaded toml v0.8.23
5852026-08-20T07:00:08.583Z Downloaded parse-display v0.10.0
5862026-08-20T07:00:08.583Z Downloaded anyhow v1.0.104
5872026-08-20T07:00:08.587Z Downloaded plain v0.2.3
5882026-08-20T07:00:08.590Z Downloaded schemars v0.8.22
5892026-08-20T07:00:08.594Z Downloaded tracing-attributes v0.1.31
5902026-08-20T07:00:08.598Z Downloaded zstd v0.13.3
5912026-08-20T07:00:08.603Z Downloaded bb8 v0.8.6
5922026-08-20T07:00:08.606Z Downloaded percent-encoding v2.3.2
5932026-08-20T07:00:08.611Z Downloaded spin v0.9.8
5942026-08-20T07:00:08.611Z Downloaded whoami v1.6.1
5952026-08-20T07:00:08.611Z Downloaded ecdsa v0.16.9
5962026-08-20T07:00:08.611Z Downloaded itertools v0.10.5
5972026-08-20T07:00:08.615Z Downloaded papergrid v0.18.0
5982026-08-20T07:00:08.620Z Downloaded aead v0.6.1
5992026-08-20T07:00:08.620Z Downloaded rfc6979 v0.4.0
6002026-08-20T07:00:08.620Z Downloaded hyper-util v0.1.20
6012026-08-20T07:00:08.623Z Downloaded expectorate v1.2.0
6022026-08-20T07:00:08.623Z Downloaded same-file v1.0.6
6032026-08-20T07:00:08.624Z Downloaded potential_utf v0.1.4
6042026-08-20T07:00:08.624Z Downloaded bitflags v1.3.2
6052026-08-20T07:00:08.629Z Downloaded zerocopy-derive v0.7.35
6062026-08-20T07:00:08.629Z Downloaded zmij v1.0.21
6072026-08-20T07:00:08.629Z Downloaded idna v1.1.0
6082026-08-20T07:00:08.634Z Downloaded pkcs5 v0.8.1
6092026-08-20T07:00:08.634Z Downloaded hashbrown v0.14.5
6102026-08-20T07:00:08.638Z Downloaded serde_spanned v0.6.9
6112026-08-20T07:00:08.638Z Downloaded iri-string v0.7.10
6122026-08-20T07:00:08.642Z Downloaded signature v2.2.0
6132026-08-20T07:00:08.642Z Downloaded slog-bunyan v2.5.0
6142026-08-20T07:00:08.642Z Downloaded clap_builder v4.6.0
6152026-08-20T07:00:08.645Z Downloaded fs-err v3.3.0
6162026-08-20T07:00:08.645Z Downloaded linkme v0.3.35
6172026-08-20T07:00:08.645Z Downloaded russh-cryptovec v0.62.0
6182026-08-20T07:00:08.649Z Downloaded secrecy v0.8.0
6192026-08-20T07:00:08.649Z Downloaded similar-asserts v1.7.0
6202026-08-20T07:00:08.649Z Downloaded oxide-update-engine-display v0.1.2
6212026-08-20T07:00:08.649Z Downloaded password-hash v0.5.0
6222026-08-20T07:00:08.652Z Downloaded phc v0.6.1
6232026-08-20T07:00:08.652Z Downloaded libbz2-rs-sys v0.2.2
6242026-08-20T07:00:08.652Z Downloaded libloading v0.8.9
6252026-08-20T07:00:08.652Z Downloaded lock_api v0.4.14
6262026-08-20T07:00:08.656Z Downloaded structmeta v0.3.0
6272026-08-20T07:00:08.657Z Downloaded structmeta-derive v0.3.0
6282026-08-20T07:00:08.657Z Downloaded toml_datetime v0.6.11
6292026-08-20T07:00:08.657Z Downloaded twox-hash v2.1.2
6302026-08-20T07:00:08.660Z Downloaded schemars v0.9.0
6312026-08-20T07:00:08.663Z Downloaded anstyle-parse v0.2.7
6322026-08-20T07:00:08.667Z Downloaded cc v1.2.56
6332026-08-20T07:00:08.667Z Downloaded primefield v0.14.0
6342026-08-20T07:00:08.667Z Downloaded thread-id v4.2.2
6352026-08-20T07:00:08.670Z Downloaded tabled_derive v0.7.0
6362026-08-20T07:00:08.670Z Downloaded tabwriter v1.4.1
6372026-08-20T07:00:08.670Z Downloaded tagptr v0.2.0
6382026-08-20T07:00:08.670Z Downloaded usdt-impl v0.6.0
6392026-08-20T07:00:08.670Z Downloaded progenitor v0.14.0
6402026-08-20T07:00:08.673Z Downloaded progenitor-client v0.13.0
6412026-08-20T07:00:08.673Z Downloaded unarray v0.1.4
6422026-08-20T07:00:08.677Z Downloaded unicode-linebreak v0.1.5
6432026-08-20T07:00:08.677Z Downloaded unicode-xid v0.2.6
6442026-08-20T07:00:08.677Z Downloaded untrusted v0.7.1
6452026-08-20T07:00:08.680Z Downloaded zip v0.6.6
6462026-08-20T07:00:08.680Z Downloaded ryu v1.0.23
6472026-08-20T07:00:08.684Z Downloaded base64ct v1.8.3
6482026-08-20T07:00:08.684Z Downloaded camino-tempfile-ext v0.3.3
6492026-08-20T07:00:08.684Z Downloaded uuid v1.23.4
6502026-08-20T07:00:08.687Z Downloaded phf_shared v0.11.3
6512026-08-20T07:00:08.687Z Downloaded void v1.0.2
6522026-08-20T07:00:08.691Z Downloaded usdt-attr-macro v0.6.0
6532026-08-20T07:00:08.691Z Downloaded dirs-next v2.0.0
6542026-08-20T07:00:08.694Z Downloaded async-trait v0.1.89
6552026-08-20T07:00:08.697Z Downloaded blake2 v0.11.0-rc.6
6562026-08-20T07:00:08.697Z Downloaded guppy v0.17.25
6572026-08-20T07:00:08.701Z Downloaded elliptic-curve v0.14.1
6582026-08-20T07:00:08.704Z Downloaded fatfs v0.3.6
6592026-08-20T07:00:08.704Z Downloaded elliptic-curve v0.13.8
6602026-08-20T07:00:08.708Z Downloaded sec1 v0.7.3
6612026-08-20T07:00:08.708Z Downloaded serde_spanned v1.1.1
6622026-08-20T07:00:08.708Z Downloaded dof v0.4.0
6632026-08-20T07:00:08.708Z Downloaded dsl_auto_type v0.2.0
6642026-08-20T07:00:08.708Z Downloaded strum_macros v0.26.4
6652026-08-20T07:00:08.711Z Downloaded proc-macro2 v1.0.106
6662026-08-20T07:00:08.711Z Downloaded rsa v0.10.0-rc.18
6672026-08-20T07:00:08.717Z Downloaded knuffel-derive v3.2.0
6682026-08-20T07:00:08.717Z Downloaded pretty_assertions v1.4.1
6692026-08-20T07:00:08.717Z Downloaded hashbrown v0.16.1
6702026-08-20T07:00:08.720Z Downloaded peg v0.8.5
6712026-08-20T07:00:08.720Z Downloaded rust-argon2 v2.1.0
6722026-08-20T07:00:08.720Z Downloaded zone v0.3.1
6732026-08-20T07:00:08.721Z Downloaded futures-task v0.3.32
6742026-08-20T07:00:08.724Z Downloaded kem v0.3.0
6752026-08-20T07:00:08.729Z Downloaded nu-ansi-term v0.50.3
6762026-08-20T07:00:08.733Z Downloaded sec1 v0.8.1
6772026-08-20T07:00:08.738Z Downloaded libscf-sys v1.2.0
6782026-08-20T07:00:08.738Z Downloaded env_filter v2.0.0
6792026-08-20T07:00:08.742Z Downloaded num-iter v0.1.45
6802026-08-20T07:00:08.742Z Downloaded md5 v0.8.0
6812026-08-20T07:00:08.742Z Downloaded schemars v1.2.1
6822026-08-20T07:00:08.748Z Downloaded cancel-safe-futures v0.1.5
6832026-08-20T07:00:08.751Z Downloaded spki v0.7.3
6842026-08-20T07:00:08.751Z Downloaded regex v1.12.3
6852026-08-20T07:00:08.764Z Downloaded ron v0.8.1
6862026-08-20T07:00:08.764Z Downloaded mio v1.2.0
6872026-08-20T07:00:08.764Z Downloaded tungstenite v0.23.0
6882026-08-20T07:00:08.764Z Downloaded chacha20 v0.10.0
6892026-08-20T07:00:08.764Z Downloaded yoke v0.8.1
6902026-08-20T07:00:08.778Z Downloaded git-stub v1.0.0
6912026-08-20T07:00:08.778Z Downloaded memoffset v0.9.1
6922026-08-20T07:00:08.778Z Downloaded sha2 v0.11.0
6932026-08-20T07:00:08.778Z Downloaded async-object-pool v0.2.0
6942026-08-20T07:00:08.778Z Downloaded async-stream v0.3.6
6952026-08-20T07:00:08.778Z Downloaded cfg_aliases v0.2.1
6962026-08-20T07:00:08.779Z Downloaded phf_shared v0.12.1
6972026-08-20T07:00:08.779Z Downloaded vsss-rs v3.3.4
6982026-08-20T07:00:08.779Z Downloaded omicron-zone-package v0.12.3
6992026-08-20T07:00:08.779Z Downloaded crypto-primes v0.7.2
7002026-08-20T07:00:08.783Z Downloaded quinn-udp v0.5.14
7012026-08-20T07:00:08.783Z Downloaded itertools v0.12.1
7022026-08-20T07:00:08.786Z Downloaded itertools v0.13.0
7032026-08-20T07:00:08.791Z Downloaded writeable v0.6.2
7042026-08-20T07:00:08.795Z Downloaded quick-error v1.2.3
7052026-08-20T07:00:08.795Z Downloaded hkdf v0.12.4
7062026-08-20T07:00:08.795Z Downloaded hkdf v0.13.0
7072026-08-20T07:00:08.795Z Downloaded ena v0.14.4
7082026-08-20T07:00:08.798Z Downloaded time-macros v0.2.27
7092026-08-20T07:00:08.798Z Downloaded toml_parser v1.1.2+spec-1.1.0
7102026-08-20T07:00:08.799Z Downloaded fs_extra v1.3.0
7112026-08-20T07:00:08.799Z Downloaded parse-size v1.1.0
7122026-08-20T07:00:08.808Z Downloaded rustc_version v0.1.7
7132026-08-20T07:00:08.808Z Downloaded rayon v1.11.0
7142026-08-20T07:00:08.811Z Downloaded miniz_oxide v0.8.9
7152026-08-20T07:00:08.812Z Downloaded prefix-trie v0.7.0
7162026-08-20T07:00:08.812Z Downloaded trybuild v1.0.116
7172026-08-20T07:00:08.812Z Downloaded sapling-renderdag v0.1.0
7182026-08-20T07:00:08.812Z Downloaded generic-array v0.14.7
7192026-08-20T07:00:08.812Z Downloaded ed25519 v3.0.0
7202026-08-20T07:00:08.812Z Downloaded sha1 v0.11.0
7212026-08-20T07:00:08.815Z Downloaded vergen-git2 v9.1.0
7222026-08-20T07:00:08.816Z Downloaded stable_deref_trait v1.2.1
7232026-08-20T07:00:08.816Z Downloaded supports-color v2.1.0
7242026-08-20T07:00:08.816Z Downloaded nanorand v0.7.0
7252026-08-20T07:00:08.816Z Downloaded num_enum v0.7.6
7262026-08-20T07:00:08.820Z Downloaded tungstenite v0.21.0
7272026-08-20T07:00:08.820Z Downloaded scroll v0.13.0
7282026-08-20T07:00:08.824Z Downloaded ff v0.13.1
7292026-08-20T07:00:08.824Z Downloaded ff v0.14.0
7302026-08-20T07:00:08.824Z Downloaded foldhash v0.2.0
7312026-08-20T07:00:08.824Z Downloaded terminal_size v0.1.17
7322026-08-20T07:00:08.829Z Downloaded supports-color v3.0.2
7332026-08-20T07:00:08.830Z Downloaded itertools v0.15.0
7342026-08-20T07:00:08.850Z Downloaded zip v4.6.1
7352026-08-20T07:00:08.850Z Downloaded utf8_iter v1.0.4
7362026-08-20T07:00:08.850Z Downloaded tokio-rustls v0.26.4
7372026-08-20T07:00:08.850Z Downloaded salty v0.3.0
7382026-08-20T07:00:08.850Z Downloaded bitfield v0.19.4
7392026-08-20T07:00:08.850Z Downloaded anstyle v1.0.14
7402026-08-20T07:00:08.851Z Downloaded byteorder v1.5.0
7412026-08-20T07:00:08.851Z Downloaded parse-display-derive v0.10.0
7422026-08-20T07:00:08.851Z Downloaded socket2 v0.6.3
7432026-08-20T07:00:08.851Z Downloaded unicode-truncate v1.1.0
7442026-08-20T07:00:08.851Z Downloaded icu_properties_data v2.1.2
7452026-08-20T07:00:08.851Z Downloaded ssh-key v0.7.0-rc.11
7462026-08-20T07:00:08.855Z Downloaded hashbrown v0.15.5
7472026-08-20T07:00:08.866Z Downloaded hyper v1.10.1
7482026-08-20T07:00:08.866Z Downloaded progenitor v0.13.0
7492026-08-20T07:00:08.866Z Downloaded embedded-io v0.4.0
7502026-08-20T07:00:08.866Z Downloaded siphasher v1.0.2
7512026-08-20T07:00:08.866Z Downloaded shlex v1.3.0
7522026-08-20T07:00:08.866Z Downloaded foreign-types v0.3.2
7532026-08-20T07:00:08.866Z Downloaded h2 v0.4.15
7542026-08-20T07:00:08.866Z Downloaded rustyline v14.0.0
7552026-08-20T07:00:08.886Z Downloaded tokio-postgres v0.7.16
7562026-08-20T07:00:08.887Z Downloaded port-file v0.1.0
7572026-08-20T07:00:08.887Z Downloaded dof v0.3.0
7582026-08-20T07:00:08.887Z Downloaded minimal-lexical v0.2.1
7592026-08-20T07:00:08.887Z Downloaded flagset v0.4.7
7602026-08-20T07:00:08.887Z Downloaded funty v2.0.0
7612026-08-20T07:00:08.887Z Downloaded ghash v0.6.0
7622026-08-20T07:00:08.887Z Downloaded kstat-rs v0.2.5
7632026-08-20T07:00:08.887Z Downloaded lru v0.12.5
7642026-08-20T07:00:08.887Z Downloaded lru-slab v0.1.2
7652026-08-20T07:00:08.887Z Downloaded ssh-cipher v0.3.0
7662026-08-20T07:00:08.887Z Downloaded rayon-core v1.13.0
7672026-08-20T07:00:08.887Z Downloaded serde_derive_internals v0.29.1
7682026-08-20T07:00:08.887Z Downloaded serde_tokenstream v0.2.3
7692026-08-20T07:00:08.895Z Downloaded smallvec v1.15.1
7702026-08-20T07:00:08.895Z Downloaded tls_codec_derive v0.4.2
7712026-08-20T07:00:08.896Z Downloaded support-bundle-viewer v0.1.2
7722026-08-20T07:00:08.896Z Downloaded base16ct v0.2.0
7732026-08-20T07:00:08.896Z Downloaded blake2b_simd v1.0.4
7742026-08-20T07:00:08.896Z Downloaded num_threads v0.1.7
7752026-08-20T07:00:08.896Z Downloaded lru-cache v0.1.2
7762026-08-20T07:00:08.896Z Downloaded atty v0.2.14
7772026-08-20T07:00:08.900Z Downloaded once_cell v1.21.3
7782026-08-20T07:00:08.900Z Downloaded pem-rfc7468 v1.0.0
7792026-08-20T07:00:08.900Z Downloaded whoami v2.1.0
7802026-08-20T07:00:08.904Z Downloaded zstd-safe v7.2.4
7812026-08-20T07:00:08.908Z Downloaded ml-kem v0.3.2
7822026-08-20T07:00:08.911Z Downloaded camino v1.2.5
7832026-08-20T07:00:08.914Z Downloaded tokio-tungstenite v0.21.0
7842026-08-20T07:00:08.915Z Downloaded rand_core v0.6.4
7852026-08-20T07:00:08.915Z Downloaded semver v1.0.28
7862026-08-20T07:00:08.918Z Downloaded block-buffer v0.12.1
7872026-08-20T07:00:08.918Z Downloaded cargo-platform v0.3.2
7882026-08-20T07:00:08.918Z Downloaded password-hash v0.6.1
7892026-08-20T07:00:08.918Z Downloaded proc-macro-crate v3.4.0
7902026-08-20T07:00:08.932Z Downloaded rustc_version v0.4.1
7912026-08-20T07:00:08.937Z Downloaded filetime v0.2.27
7922026-08-20T07:00:08.937Z Downloaded zerovec-derive v0.11.2
7932026-08-20T07:00:08.937Z Downloaded itertools v0.14.0
7942026-08-20T07:00:08.937Z Downloaded rand v0.8.6
7952026-08-20T07:00:08.937Z Downloaded flume v0.11.1
7962026-08-20T07:00:08.942Z Downloaded libtest-mimic v0.8.1
7972026-08-20T07:00:08.942Z Downloaded downcast-rs v2.0.2
7982026-08-20T07:00:08.942Z Downloaded seq-macro v0.3.6
7992026-08-20T07:00:08.942Z Downloaded termtree v0.5.1
8002026-08-20T07:00:08.942Z Downloaded waitgroup v0.1.2
8012026-08-20T07:00:08.950Z Downloaded module-lattice v0.2.3
8022026-08-20T07:00:08.950Z Downloaded num-rational v0.4.2
8032026-08-20T07:00:08.950Z Downloaded winnow v0.6.26
8042026-08-20T07:00:08.966Z Downloaded pkcs8 v0.10.2
8052026-08-20T07:00:08.966Z Downloaded glob v0.3.3
8062026-08-20T07:00:08.966Z Downloaded shell-words v1.1.1
8072026-08-20T07:00:08.988Z Downloaded newtype-uuid v1.3.2
8082026-08-20T07:00:08.989Z Downloaded postcard v1.1.3
8092026-08-20T07:00:08.989Z Downloaded rand v0.10.1
8102026-08-20T07:00:08.989Z Downloaded rustls-pki-types v1.14.0
8112026-08-20T07:00:08.989Z Downloaded oso v0.27.3
8122026-08-20T07:00:08.989Z Downloaded escape8259 v0.5.3
8132026-08-20T07:00:08.989Z Downloaded foreign-types-shared v0.3.1
8142026-08-20T07:00:08.989Z Downloaded form_urlencoded v1.2.2
8152026-08-20T07:00:08.989Z Downloaded zone_cfg_derive v0.3.1
8162026-08-20T07:00:08.989Z Downloaded endian-type v0.1.2
8172026-08-20T07:00:08.989Z Downloaded pem v3.0.6
8182026-08-20T07:00:08.989Z Downloaded predicates v3.1.4
8192026-08-20T07:00:08.989Z Downloaded bitvec v1.0.1
8202026-08-20T07:00:08.989Z Downloaded unit-prefix v0.5.2
8212026-08-20T07:00:08.989Z Downloaded document-features v0.2.12
8222026-08-20T07:00:08.989Z Downloaded rand_seeder v0.4.0
8232026-08-20T07:00:08.989Z Downloaded rpassword v7.5.4
8242026-08-20T07:00:08.993Z Downloaded stacker v0.1.23
8252026-08-20T07:00:08.993Z Downloaded slog v2.8.2
8262026-08-20T07:00:08.999Z Downloaded openssl-macros v0.1.1
8272026-08-20T07:00:09.003Z Downloaded proc-macro-error-attr v1.0.4
8282026-08-20T07:00:09.003Z Downloaded nodrop v0.1.14
8292026-08-20T07:00:09.003Z Downloaded rand v0.9.2
8302026-08-20T07:00:09.006Z Downloaded textwrap v0.16.2
8312026-08-20T07:00:09.009Z Downloaded target-spec v3.5.7
8322026-08-20T07:00:09.020Z Downloaded hashbrown v0.17.0
8332026-08-20T07:00:09.024Z Downloaded r2d2 v0.8.10
8342026-08-20T07:00:09.024Z Downloaded iddqd v0.4.2
8352026-08-20T07:00:09.024Z Downloaded postgres-types v0.2.12
8362026-08-20T07:00:09.024Z Downloaded backtrace-ext v0.2.1
8372026-08-20T07:00:09.024Z Downloaded bit-set v0.5.3
8382026-08-20T07:00:09.024Z Downloaded yansi v1.0.1
8392026-08-20T07:00:09.024Z Downloaded unicode-bidi v0.3.18
8402026-08-20T07:00:09.027Z Downloaded ref-cast-impl v1.0.25
8412026-08-20T07:00:09.027Z Downloaded serdect v0.4.3
8422026-08-20T07:00:09.028Z Downloaded slog-async v2.8.0
8432026-08-20T07:00:09.028Z Downloaded serde_path_to_error v0.1.20
8442026-08-20T07:00:09.028Z Downloaded sync_wrapper v1.0.2
8452026-08-20T07:00:09.028Z Downloaded approx v0.5.1
8462026-08-20T07:00:09.032Z Downloaded chacha20 v0.9.1
8472026-08-20T07:00:09.032Z Downloaded strum_macros v0.27.2
8482026-08-20T07:00:09.032Z Downloaded sha1 v0.10.6
8492026-08-20T07:00:09.032Z Downloaded scroll_derive v0.13.1
8502026-08-20T07:00:09.035Z Downloaded cfg-expr v0.20.6
8512026-08-20T07:00:09.035Z Downloaded steno v0.4.1
8522026-08-20T07:00:09.039Z Downloaded rcgen v0.12.1
8532026-08-20T07:00:09.039Z Downloaded tokio-util v0.7.18
8542026-08-20T07:00:09.043Z Downloaded thiserror v1.0.69
8552026-08-20T07:00:09.046Z Downloaded terminal_size v0.4.3
8562026-08-20T07:00:09.051Z Downloaded try-lock v0.2.5
8572026-08-20T07:00:09.054Z Downloaded vergen-gitcl v1.0.8
8582026-08-20T07:00:09.054Z Downloaded wyz v0.5.1
8592026-08-20T07:00:09.058Z Downloaded sigpipe v0.1.3
8602026-08-20T07:00:09.058Z Downloaded time-core v0.1.8
8612026-08-20T07:00:09.062Z Downloaded libxml v0.3.3
8622026-08-20T07:00:09.067Z Downloaded oxnet v0.1.6
8632026-08-20T07:00:09.067Z Downloaded utf-8 v0.7.6
8642026-08-20T07:00:09.067Z Downloaded wnaf v0.14.0
8652026-08-20T07:00:09.067Z Downloaded errno v0.3.14
8662026-08-20T07:00:09.067Z Downloaded dropshot-api-manager-types v0.8.0
8672026-08-20T07:00:09.072Z Downloaded olpc-cjson v0.1.4
8682026-08-20T07:00:09.072Z Downloaded proc-macro-error v1.0.4
8692026-08-20T07:00:09.072Z Downloaded rand_chacha v0.9.0
8702026-08-20T07:00:09.075Z Downloaded base64 v0.21.7
8712026-08-20T07:00:09.079Z Downloaded winnow v0.7.14
8722026-08-20T07:00:09.083Z Downloaded arc-swap v1.8.2
8732026-08-20T07:00:09.087Z Downloaded futures-sink v0.3.32
8742026-08-20T07:00:09.087Z Downloaded linear-map v1.2.0
8752026-08-20T07:00:09.087Z Downloaded float-ord v0.3.2
8762026-08-20T07:00:09.087Z Downloaded macaddr v1.0.1
8772026-08-20T07:00:09.087Z Downloaded lzss v0.8.2
8782026-08-20T07:00:09.090Z Downloaded globset v0.4.18
8792026-08-20T07:00:09.093Z Downloaded ecdsa v0.17.0
8802026-08-20T07:00:09.098Z Downloaded pest v2.8.6
8812026-08-20T07:00:09.101Z Downloaded ref-cast v1.0.25
8822026-08-20T07:00:09.101Z Downloaded pin-project v1.1.11
8832026-08-20T07:00:09.107Z Downloaded serde_with v3.21.0
8842026-08-20T07:00:09.114Z Downloaded tokio-dtrace v0.1.1
8852026-08-20T07:00:09.117Z Downloaded powerfmt v0.2.0
8862026-08-20T07:00:09.117Z Downloaded ppv-lite86 v0.2.21
8872026-08-20T07:00:09.117Z Downloaded progenitor-impl v0.14.0
8882026-08-20T07:00:09.118Z Downloaded pin-project-internal v1.1.11
8892026-08-20T07:00:09.121Z Downloaded reqwest v0.13.2
8902026-08-20T07:00:09.124Z Downloaded rtoolbox v0.0.3
8912026-08-20T07:00:09.124Z Downloaded rustls-native-certs v0.8.3
8922026-08-20T07:00:09.124Z Downloaded stringmetrics v2.2.2
8932026-08-20T07:00:09.124Z Downloaded proptest v1.11.0
8942026-08-20T07:00:09.130Z Downloaded supports-unicode v2.1.0
8952026-08-20T07:00:09.133Z Downloaded rusty-fork v0.3.1
8962026-08-20T07:00:09.133Z Downloaded xshell-macros v0.2.7
8972026-08-20T07:00:09.133Z Downloaded dtrace-parser v0.2.0
8982026-08-20T07:00:09.133Z Downloaded walkdir v2.5.0
8992026-08-20T07:00:09.133Z Downloaded async-bb8-diesel v0.2.1
9002026-08-20T07:00:09.134Z Downloaded socket2 v0.5.10
9012026-08-20T07:00:09.137Z Downloaded fancy-regex v0.14.0
9022026-08-20T07:00:09.137Z Downloaded nom v8.0.0
9032026-08-20T07:00:09.142Z Downloaded maplit v1.0.2
9042026-08-20T07:00:09.142Z Downloaded miette v7.6.0
9052026-08-20T07:00:09.145Z Downloaded num_enum_derive v0.7.6
9062026-08-20T07:00:09.145Z Downloaded block-padding v0.4.2
9072026-08-20T07:00:09.145Z Downloaded slog-term v2.9.2
9082026-08-20T07:00:09.145Z Downloaded smf v0.2.3
9092026-08-20T07:00:09.145Z Downloaded openssl-probe v0.2.1
9102026-08-20T07:00:09.145Z Downloaded num-complex v0.4.6
9112026-08-20T07:00:09.149Z Downloaded bit-vec v0.6.3
9122026-08-20T07:00:09.149Z Downloaded target-triple v1.0.0
9132026-08-20T07:00:09.149Z Downloaded typify v0.6.2
9142026-08-20T07:00:09.153Z Downloaded argon2 v0.5.3
9152026-08-20T07:00:09.156Z Downloaded cipher v0.5.2
9162026-08-20T07:00:09.156Z Downloaded paste v1.0.15
9172026-08-20T07:00:09.156Z Downloaded predicates-core v1.0.10
9182026-08-20T07:00:09.156Z Downloaded crypto-bigint v0.7.5
9192026-08-20T07:00:09.165Z Downloaded p384 v0.14.0
9202026-08-20T07:00:09.168Z Downloaded fxhash v0.2.1
9212026-08-20T07:00:09.168Z Downloaded memmap2 v0.9.10
9222026-08-20T07:00:09.168Z Downloaded ascii-canvas v3.0.0
9232026-08-20T07:00:09.172Z Downloaded rand_distr v0.5.1
9242026-08-20T07:00:09.176Z Downloaded scroll v0.12.0
9252026-08-20T07:00:09.180Z Downloaded version_check v0.9.5
9262026-08-20T07:00:09.181Z Downloaded zerofrom-derive v0.1.6
9272026-08-20T07:00:09.185Z Downloaded fixedbitset v0.4.2
9282026-08-20T07:00:09.185Z Downloaded sha2 v0.10.9
9292026-08-20T07:00:09.188Z Downloaded samael v0.0.19
9302026-08-20T07:00:09.196Z Downloaded linked-hash-map v0.5.6
9312026-08-20T07:00:09.200Z Downloaded scheduled-thread-pool v0.2.7
9322026-08-20T07:00:09.200Z Downloaded keccak v0.1.6
9332026-08-20T07:00:09.200Z Downloaded progenitor-macro v0.13.0
9342026-08-20T07:00:09.204Z Downloaded scroll_derive v0.12.1
9352026-08-20T07:00:09.204Z Downloaded num-bigint v0.4.6
9362026-08-20T07:00:09.208Z Downloaded toml v1.1.2+spec-1.1.0
9372026-08-20T07:00:09.209Z Downloaded num_enum v0.5.11
9382026-08-20T07:00:09.212Z Downloaded arrayvec v0.7.6
9392026-08-20T07:00:09.212Z Downloaded toml_edit v0.22.27
9402026-08-20T07:00:09.215Z Downloaded aes v0.9.1
9412026-08-20T07:00:09.219Z Downloaded zerovec v0.11.5
9422026-08-20T07:00:09.222Z Downloaded usdt-impl v0.5.0
9432026-08-20T07:00:09.226Z Downloaded slog-scope v4.4.1
9442026-08-20T07:00:09.226Z Downloaded thread_local v1.1.9
9452026-08-20T07:00:09.226Z Downloaded miette-derive v5.10.0
9462026-08-20T07:00:09.229Z Downloaded ciborium-ll v0.2.2
9472026-08-20T07:00:09.234Z Downloaded serde_derive v1.0.229
9482026-08-20T07:00:09.234Z Downloaded swrite v0.1.0
9492026-08-20T07:00:09.237Z Downloaded futures-timer v3.0.3
9502026-08-20T07:00:09.238Z Downloaded enum_dispatch v0.3.13
9512026-08-20T07:00:09.241Z Downloaded native-tls v0.2.18
9522026-08-20T07:00:09.241Z Downloaded chacha20poly1305 v0.10.1
9532026-08-20T07:00:09.241Z Downloaded strsim v0.11.1
9542026-08-20T07:00:09.261Z Downloaded sponge-cursor v0.1.0
9552026-08-20T07:00:09.261Z Downloaded multimap v0.10.1
9562026-08-20T07:00:09.261Z Downloaded find-msvc-tools v0.1.9
9572026-08-20T07:00:09.261Z Downloaded env_logger v0.11.11
9582026-08-20T07:00:09.261Z Downloaded rand_chacha v0.3.1
9592026-08-20T07:00:09.261Z Downloaded rustls-webpki v0.103.13
9602026-08-20T07:00:09.261Z Downloaded wait-timeout v0.2.1
9612026-08-20T07:00:09.265Z Downloaded parking_lot_core v0.9.12
9622026-08-20T07:00:09.268Z Downloaded signature v3.0.0
9632026-08-20T07:00:09.269Z Downloaded serde_plain v1.0.2
9642026-08-20T07:00:09.269Z Downloaded rand_xorshift v0.4.0
9652026-08-20T07:00:09.272Z Downloaded oxide-update-engine-types v0.1.2
9662026-08-20T07:00:09.272Z Downloaded resolv-conf v0.7.6
9672026-08-20T07:00:09.272Z Downloaded partial-io v0.5.4
9682026-08-20T07:00:09.276Z Downloaded dropshot-api-manager v0.8.0
9692026-08-20T07:00:09.276Z Downloaded castaway v0.2.4
9702026-08-20T07:00:09.279Z Downloaded scrypt v0.12.0
9712026-08-20T07:00:09.279Z Downloaded semver v0.1.20
9722026-08-20T07:00:09.279Z Downloaded tinystr v0.8.2
9732026-08-20T07:00:09.282Z Downloaded tokio-macros v2.7.0
9742026-08-20T07:00:09.286Z Downloaded tar v0.4.46
9752026-08-20T07:00:09.290Z Downloaded anstream v1.0.0
9762026-08-20T07:00:09.290Z Downloaded synstructure v0.13.2
9772026-08-20T07:00:09.290Z Downloaded target-lexicon v0.13.3
9782026-08-20T07:00:09.297Z Downloaded polar-core v0.27.3
9792026-08-20T07:00:09.300Z Downloaded digest-io v0.1.0
9802026-08-20T07:00:09.300Z Downloaded foreign-types-shared v0.1.1
9812026-08-20T07:00:09.300Z Downloaded fnv v1.0.7
9822026-08-20T07:00:09.300Z Downloaded keccak v0.2.0
9832026-08-20T07:00:09.300Z Downloaded pin-project-lite v0.2.17
9842026-08-20T07:00:09.301Z Downloaded usdt-attr-macro v0.5.0
9852026-08-20T07:00:09.304Z Downloaded tiny-keccak v2.0.2
9862026-08-20T07:00:09.304Z Downloaded progenitor-impl v0.13.0
9872026-08-20T07:00:09.304Z Downloaded num-integer v0.1.46
9882026-08-20T07:00:09.309Z Downloaded tokio-tungstenite v0.23.1
9892026-08-20T07:00:09.312Z Downloaded anes v0.1.6
9902026-08-20T07:00:09.316Z Downloaded thiserror-impl-no-std v2.0.2
9912026-08-20T07:00:09.316Z Downloaded async-stream-impl v0.3.6
9922026-08-20T07:00:09.320Z Downloaded peg-runtime v0.8.5
9932026-08-20T07:00:09.321Z Downloaded string_cache v0.8.9
9942026-08-20T07:00:09.321Z Downloaded vergen-lib v9.1.0
9952026-08-20T07:00:09.321Z Downloaded zeroize v1.9.0
9962026-08-20T07:00:09.325Z Downloaded jiff-core v0.1.0
9972026-08-20T07:00:09.325Z Downloaded ed25519 v2.2.3
9982026-08-20T07:00:09.330Z Downloaded pbkdf2 v0.13.0
9992026-08-20T07:00:09.334Z Downloaded primeorder v0.14.0
10002026-08-20T07:00:09.338Z Downloaded nom v7.1.3
10012026-08-20T07:00:09.341Z Downloaded winnow v1.0.3
10022026-08-20T07:00:09.345Z Downloaded trait-variant v0.1.2
10032026-08-20T07:00:09.345Z Downloaded unicase v2.9.0
10042026-08-20T07:00:09.351Z Downloaded quote v1.0.45
10052026-08-20T07:00:09.351Z Downloaded rawzip v0.4.4
10062026-08-20T07:00:09.355Z Downloaded curve25519-dalek v4.1.3
10072026-08-20T07:00:09.359Z Downloaded cbc v0.2.1
10082026-08-20T07:00:09.359Z Downloaded getrandom v0.3.4
10092026-08-20T07:00:09.363Z Downloaded knuffel v3.2.0
10102026-08-20T07:00:09.363Z Downloaded log v0.4.33
10112026-08-20T07:00:09.363Z Downloaded url v2.5.8
10122026-08-20T07:00:09.366Z Downloaded x509-cert v0.2.5
10132026-08-20T07:00:09.369Z Downloaded slog-json v2.6.1
10142026-08-20T07:00:09.374Z Downloaded anstyle-query v1.1.5
10152026-08-20T07:00:09.374Z Downloaded pest_meta v2.8.6
10162026-08-20T07:00:09.374Z Downloaded rstest_macros v0.25.0
10172026-08-20T07:00:09.377Z Downloaded owo-colors v3.5.0
10182026-08-20T07:00:09.377Z Downloaded tracing-core v0.1.36
10192026-08-20T07:00:09.377Z Downloaded serde_core v1.0.229
10202026-08-20T07:00:09.380Z Downloaded tower-http v0.6.8
10212026-08-20T07:00:09.384Z Downloaded autocfg v1.5.0
10222026-08-20T07:00:09.387Z Downloaded primeorder v0.13.6
10232026-08-20T07:00:09.387Z Downloaded toml_edit v0.19.15
10242026-08-20T07:00:09.395Z Downloaded curve25519-dalek v5.0.0
10252026-08-20T07:00:09.400Z Downloaded tokio-stream v0.1.18
10262026-08-20T07:00:09.404Z Downloaded pkcs8 v0.11.0
10272026-08-20T07:00:09.407Z Downloaded bytes v1.11.1
10282026-08-20T07:00:09.407Z Downloaded fixedbitset v0.5.7
10292026-08-20T07:00:09.411Z Downloaded spki v0.8.0
10302026-08-20T07:00:09.411Z Downloaded bytecount v0.6.9
10312026-08-20T07:00:09.411Z Downloaded tabled v0.21.0
10322026-08-20T07:00:09.419Z Downloaded memchr v2.8.0
10332026-08-20T07:00:09.423Z Downloaded displaydoc v0.2.5
10342026-08-20T07:00:09.426Z Downloaded mime_guess v2.0.5
10352026-08-20T07:00:09.426Z Downloaded portable-atomic v1.13.1
10362026-08-20T07:00:09.430Z Downloaded flate2 v1.1.9
10372026-08-20T07:00:09.433Z Downloaded knus v3.4.0
10382026-08-20T07:00:09.433Z Downloaded byte-wrapper v0.1.0
10392026-08-20T07:00:09.437Z Downloaded git2 v0.20.4
10402026-08-20T07:00:09.441Z Downloaded zerocopy v0.6.6
10412026-08-20T07:00:09.441Z Downloaded miette-derive v7.6.0
10422026-08-20T07:00:09.444Z Downloaded p384 v0.13.1
10432026-08-20T07:00:09.447Z Downloaded futures-channel v0.3.32
10442026-08-20T07:00:09.447Z Downloaded simd-adler32 v0.3.8
10452026-08-20T07:00:09.447Z Downloaded thiserror-no-std v2.0.2
10462026-08-20T07:00:09.451Z Downloaded toml_writer v1.1.1+spec-1.1.0
10472026-08-20T07:00:09.451Z Downloaded tower v0.5.3
10482026-08-20T07:00:09.454Z Downloaded libefi-sys v0.1.0
10492026-08-20T07:00:09.457Z Downloaded unicode-ident v1.0.24
10502026-08-20T07:00:09.457Z Downloaded term v0.7.0
10512026-08-20T07:00:09.461Z Downloaded num-traits v0.2.19
10522026-08-20T07:00:09.461Z Downloaded unicode-normalization v0.1.25
10532026-08-20T07:00:09.465Z Downloaded getrandom v0.2.17
10542026-08-20T07:00:09.465Z Downloaded rustls-platform-verifier v0.6.2
10552026-08-20T07:00:09.468Z Downloaded serde_yaml v0.9.34+deprecated
10562026-08-20T07:00:09.468Z Downloaded typenum v1.20.1
10572026-08-20T07:00:09.471Z Downloaded p521 v0.14.0
10582026-08-20T07:00:09.472Z Downloaded unsafe-libyaml v0.2.11
10592026-08-20T07:00:09.475Z Downloaded goblin v0.8.2
10602026-08-20T07:00:09.485Z Downloaded unicode_categories v0.1.1
10612026-08-20T07:00:09.489Z Downloaded polyval v0.7.1
10622026-08-20T07:00:09.492Z Downloaded zopfli v0.8.3
10632026-08-20T07:00:09.492Z Downloaded quinn v0.11.11
10642026-08-20T07:00:09.509Z Downloaded subprocess v0.2.15
10652026-08-20T07:00:09.512Z Downloaded libm v0.2.16
10662026-08-20T07:00:09.522Z Downloaded parking_lot_core v0.8.6
10672026-08-20T07:00:09.525Z Downloaded ed25519-dalek v3.0.0
10682026-08-20T07:00:09.528Z Downloaded openssl-sys v0.9.117
10692026-08-20T07:00:09.532Z Downloaded aws-lc-rs v1.16.3
10702026-08-20T07:00:09.536Z Downloaded miette v5.10.0
10712026-08-20T07:00:09.539Z Downloaded backtrace v0.3.76
10722026-08-20T07:00:09.542Z Downloaded quick-xml v0.37.5
10732026-08-20T07:00:09.545Z Downloaded unicode-segmentation v1.12.0
10742026-08-20T07:00:09.545Z Downloaded toml_edit v0.23.10+spec-1.0.0
10752026-08-20T07:00:09.549Z Downloaded plotters v0.3.7
10762026-08-20T07:00:09.552Z Downloaded bumpalo v3.20.2
10772026-08-20T07:00:09.555Z Downloaded tough v0.22.0
10782026-08-20T07:00:09.559Z Downloaded rsa v0.9.10
10792026-08-20T07:00:09.562Z Downloaded unicode-width v0.1.14
10802026-08-20T07:00:09.565Z Downloaded quinn-proto v0.11.16
10812026-08-20T07:00:09.569Z Downloaded regex-syntax v0.6.29
10822026-08-20T07:00:09.573Z Downloaded aes-gcm v0.11.0
10832026-08-20T07:00:09.576Z Downloaded zerocopy-derive v0.8.55
10842026-08-20T07:00:09.580Z Downloaded zerocopy v0.8.55
10852026-08-20T07:00:09.591Z Downloaded openapiv3 v2.2.0
10862026-08-20T07:00:09.598Z Downloaded winnow v0.5.40
10872026-08-20T07:00:09.603Z Downloaded ed25519-dalek v2.2.0
10882026-08-20T07:00:09.606Z Downloaded num-bigint-dig v0.8.6
10892026-08-20T07:00:09.610Z Downloaded gimli v0.32.3
10902026-08-20T07:00:09.613Z Downloaded openssl v0.10.80
10912026-08-20T07:00:09.618Z Downloaded futures-util v0.3.32
10922026-08-20T07:00:09.624Z Downloaded time v0.3.47
10932026-08-20T07:00:09.631Z Downloaded vcpkg v0.2.15
10942026-08-20T07:00:09.655Z Downloaded tabled v0.15.0
10952026-08-20T07:00:09.663Z Downloaded smoltcp v0.11.0
10962026-08-20T07:00:09.670Z Downloaded zerocopy v0.7.35
10972026-08-20T07:00:09.679Z Downloaded hickory-proto v0.24.4
10982026-08-20T07:00:09.688Z Downloaded syn v1.0.109
10992026-08-20T07:00:09.693Z Downloaded diesel v2.3.7
11002026-08-20T07:00:09.705Z Downloaded object v0.30.4
11012026-08-20T07:00:09.710Z Downloaded reedline v0.40.0
11022026-08-20T07:00:09.714Z Downloaded aho-corasick v1.1.4
11032026-08-20T07:00:09.718Z Downloaded zlib-rs v0.6.2
11042026-08-20T07:00:09.721Z Downloaded reqwest v0.12.28
11052026-08-20T07:00:09.724Z Downloaded russh v0.62.4
11062026-08-20T07:00:09.729Z Downloaded object v0.37.3
11072026-08-20T07:00:09.735Z Downloaded bstr v1.12.1
11082026-08-20T07:00:09.740Z Downloaded unicode-width v0.2.0
11092026-08-20T07:00:09.744Z Downloaded blake3 v1.8.5
11102026-08-20T07:00:09.749Z Downloaded smoltcp v0.9.1
11112026-08-20T07:00:09.755Z Downloaded syn v2.0.117
11122026-08-20T07:00:09.762Z Downloaded regress v0.11.1
11132026-08-20T07:00:09.767Z Downloaded sha3 v0.12.0
11142026-08-20T07:00:09.771Z Downloaded radix_trie v0.2.1
11152026-08-20T07:00:09.774Z Downloaded lalrpop v0.19.12
11162026-08-20T07:00:09.779Z Downloaded rustix v0.38.44
11172026-08-20T07:00:09.792Z Downloaded moka v0.12.13
11182026-08-20T07:00:09.796Z Downloaded serde_json v1.0.151
11192026-08-20T07:00:09.800Z Downloaded rustix v1.1.4
11202026-08-20T07:00:09.814Z Downloaded goblin v0.10.5
11212026-08-20T07:00:09.818Z Downloaded regress v0.10.5
11222026-08-20T07:00:09.823Z Downloaded syn v3.0.3
11232026-08-20T07:00:09.830Z Downloaded regex-syntax v0.8.10
11242026-08-20T07:00:09.834Z Downloaded hickory-proto v0.25.2
11252026-08-20T07:00:09.843Z Downloaded bindgen v0.71.1
11262026-08-20T07:00:09.847Z Downloaded tracing v0.1.44
11272026-08-20T07:00:09.860Z Downloaded petname v2.0.2
11282026-08-20T07:00:09.864Z Downloaded dropshot v0.17.1
11292026-08-20T07:00:09.876Z Downloaded sled v0.34.7
11302026-08-20T07:00:09.881Z Downloaded nix v0.27.1
11312026-08-20T07:00:09.887Z Downloaded nix v0.28.0
11322026-08-20T07:00:09.893Z Downloaded rustls v0.23.41
11332026-08-20T07:00:09.900Z Downloaded chrono v0.4.45
11342026-08-20T07:00:09.904Z Downloaded sqlparser v0.61.0
11352026-08-20T07:00:09.910Z Downloaded zerocopy-derive v0.6.6
11362026-08-20T07:00:09.915Z Downloaded nix v0.31.2
11372026-08-20T07:00:09.922Z Downloaded sha3 v0.11.0
11382026-08-20T07:00:09.941Z Downloaded bzip2-sys v0.1.13+1.0.8
11392026-08-20T07:00:09.948Z Downloaded csv v1.4.0
11402026-08-20T07:00:09.964Z Downloaded chrono-tz v0.10.4
11412026-08-20T07:00:09.976Z Downloaded ratatui v0.29.0
11422026-08-20T07:00:09.987Z Downloaded libz-sys v1.1.24
11432026-08-20T07:00:09.999Z Downloaded tokio v1.52.1
11442026-08-20T07:00:10.022Z Downloaded typify-impl v0.6.2
11452026-08-20T07:00:10.030Z Downloaded regex-automata v0.4.14
11462026-08-20T07:00:10.039Z Downloaded jiff v0.2.34
11472026-08-20T07:00:10.048Z Downloaded petgraph v0.6.5
11482026-08-20T07:00:10.059Z Downloaded encoding_rs v0.8.35
11492026-08-20T07:00:10.081Z Downloaded libgit2-sys v0.18.3+1.9.2
11502026-08-20T07:00:10.111Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11512026-08-20T07:00:10.147Z Downloaded sha3 v0.10.8
11522026-08-20T07:00:10.155Z Downloaded libc v0.2.185
11532026-08-20T07:00:10.177Z Downloaded petgraph v0.8.3
11542026-08-20T07:00:10.279Z Downloaded ring v0.17.14
11552026-08-20T07:00:10.315Z Downloaded httpmock v0.8.3
11562026-08-20T07:00:10.862Z Downloaded aws-lc-sys v0.40.0
11572026-08-20T07:00:11.280Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11582026-08-20T07:00:17.241Z Startup: Refreshing catalog 'helios' ... Done
11592026-08-20T07:00:17.585Z Startup: Caching catalogs ... Done
11602026-08-20T07:00:19.409ZPlanning: Solver setup ... Done (1.724s)
11612026-08-20T07:00:19.465ZPlanning: Running solver ... Done (0.056s)
11622026-08-20T07:00:19.507ZPlanning: Finding local manifests ... Done (0.003s)
11632026-08-20T07:00:19.521ZPlanning: Fetching manifests: 0/2 0% complete
11642026-08-20T07:00:19.538ZPlanning: Fetching manifests: 2/2 100% complete
11652026-08-20T07:00:19.553ZPlanning: Package planning ... Done (0.014s)
11662026-08-20T07:00:19.557ZPlanning: Merging actions ... Done (0.001s)
11672026-08-20T07:00:19.716ZPlanning: Checking for conflicting actions ... Done (0.159s)
11682026-08-20T07:00:19.721ZPlanning: Consolidating action changes ... Done (0.001s)
11692026-08-20T07:00:20.588ZPlanning: Evaluating mediators ... Done (0.874s)
11702026-08-20T07:00:20.591ZPlanning: Planning completed in 2.98 seconds
11712026-08-20T07:00:20.598Z Packages to install: 2
11722026-08-20T07:00:20.598Z Estimated space available: 155.73 GB
11732026-08-20T07:00:20.598ZEstimated space to be consumed: 72.15 MB
11742026-08-20T07:00:20.598Z Create boot environment: No
11752026-08-20T07:00:20.601ZCreate backup boot environment: No
11762026-08-20T07:00:20.601Z Rebuild boot archive: No
11772026-08-20T07:00:20.601Z
11782026-08-20T07:00:20.601ZChanged packages:
11792026-08-20T07:00:20.601Zhelios
11802026-08-20T07:00:20.601Z developer/build-essential
11812026-08-20T07:00:20.601Z None -> 11-3.0
11822026-08-20T07:00:20.601Z library/libxmlsec1
11832026-08-20T07:00:20.601Z None -> 1.2.35-3.0
11842026-08-20T07:00:20.626Z
11852026-08-20T07:00:20.626ZDownload: 0/214 items 0.0/1.3MB 0% complete
11862026-08-20T07:00:20.699ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
11872026-08-20T07:00:20.801Z Actions: 1/268 actions (Installing new actions)
11882026-08-20T07:00:20.839Z Actions: Completed 268 actions in 0.04 seconds.
11892026-08-20T07:00:20.871ZFinalize: Updating package state database ... Done (0.031s)
11902026-08-20T07:00:20.871ZFinalize: Updating package cache ... Done (0.000s)
11912026-08-20T07:00:20.949ZFinalize: Updating image state ... Done (0.080s)
11922026-08-20T07:00:23.596ZFinalize: Creating fast lookup database ... Done (2.598s)
11932026-08-20T07:00:23.665ZFinalize: Reading search index ... Done (0.012s)
11942026-08-20T07:00:23.668ZFinalize: Updating search index ... Done (0.000s)
11952026-08-20T07:00:23.757ZFinalize: Updating package cache ... Done (0.000s)
11962026-08-20T07:00:24.120ZPlanning: Evaluating mediator changes ... Done
11972026-08-20T07:00:24.221ZPlanning: Checking for conflicting actions ... Done
11982026-08-20T07:00:24.224ZPlanning: Consolidating action changes ... Done
11992026-08-20T07:00:24.386ZPlanning: Evaluating mediators ... Done
12002026-08-20T07:00:24.390ZPlanning: Planning completed in 0.26 seconds
12012026-08-20T07:00:24.403Z Mediators to change: 2
12022026-08-20T07:00:24.404Z Create boot environment: No
12032026-08-20T07:00:24.404ZCreate backup boot environment: No
12042026-08-20T07:00:24.474ZFinalize: Updating package state database ... Done
12052026-08-20T07:00:24.474ZFinalize: Updating package cache ... Done
12062026-08-20T07:00:24.526ZFinalize: Updating image state ... Done
12072026-08-20T07:00:26.470ZFinalize: Creating fast lookup database ... Done
12082026-08-20T07:00:26.533ZFinalize: Reading search index ... Done
12092026-08-20T07:00:26.537ZFinalize: Updating search index ... Done
12102026-08-20T07:00:26.635ZFinalize: Updating package cache ... Done
12112026-08-20T07:00:26.922ZPlanning: Evaluating mediator changes ... Done
12122026-08-20T07:00:27.027ZPlanning: Checking for conflicting actions ... Done
12132026-08-20T07:00:27.030ZPlanning: Consolidating action changes ... Done
12142026-08-20T07:00:27.184ZPlanning: Evaluating mediators ... Done
12152026-08-20T07:00:27.188ZPlanning: Planning completed in 0.26 seconds
12162026-08-20T07:00:27.208Z Mediators to change: 1
12172026-08-20T07:00:27.208Z Create boot environment: No
12182026-08-20T07:00:27.208ZCreate backup boot environment: No
12192026-08-20T07:00:27.260ZFinalize: Updating package state database ... Done
12202026-08-20T07:00:27.261ZFinalize: Updating package cache ... Done
12212026-08-20T07:00:27.307ZFinalize: Updating image state ... Done
12222026-08-20T07:00:29.270ZFinalize: Creating fast lookup database ... Done
12232026-08-20T07:00:29.333ZFinalize: Reading search index ... Done
12242026-08-20T07:00:29.337ZFinalize: Updating search index ... Done
12252026-08-20T07:00:29.414ZFinalize: Updating package cache ... Done
12262026-08-20T07:00:29.722ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12272026-08-20T07:00:29.722Zapache system 2.4 system
12282026-08-20T07:00:29.722Zclang system 15 system
12292026-08-20T07:00:29.722Zcsh system system illumos
12302026-08-20T07:00:29.722Zctags system system illumos
12312026-08-20T07:00:29.722Zfile vendor vendor darwinsys
12322026-08-20T07:00:29.722Zfile system system illumos
12332026-08-20T07:00:29.722Zgcc vendor 14 vendor
12342026-08-20T07:00:29.722Zgcc system 13 system
12352026-08-20T07:00:29.722Zgcc system 10 system
12362026-08-20T07:00:29.723Zgo system 1.25 system
12372026-08-20T07:00:29.723Zllvm system 15 system
12382026-08-20T07:00:29.723Zmariadb system 11.4 system
12392026-08-20T07:00:29.723Zmta vendor vendor dma
12402026-08-20T07:00:29.723Zopenjdk system 17 system
12412026-08-20T07:00:29.723Zopenjdk system 11 system
12422026-08-20T07:00:29.723Zopenssl vendor 3 vendor
12432026-08-20T07:00:29.723Zperl system 5.40 system
12442026-08-20T07:00:29.723Zpostgresql system 18 system
12452026-08-20T07:00:29.723Zpostgresql system 17 system
12462026-08-20T07:00:29.724Zpython vendor 3 vendor
12472026-08-20T07:00:29.724Zpython system 2 system
12482026-08-20T07:00:29.724Zpython3 vendor 3.13 vendor
12492026-08-20T07:00:29.724Zruby system 3.4 system
12502026-08-20T07:00:29.724Zruby system 3.0 system
12512026-08-20T07:00:29.724Zwords vendor vendor american-english
12522026-08-20T07:00:29.724Zwords system system australian-english
12532026-08-20T07:00:29.724Zwords system system british-english
12542026-08-20T07:00:29.724Zwords system system canadian-english
12552026-08-20T07:00:29.724Zwords system system french
12562026-08-20T07:00:29.724Zwords system system italian
12572026-08-20T07:00:29.724Zwords system system ngerman
12582026-08-20T07:00:29.724Zwords system system ogerman
12592026-08-20T07:00:29.724Zwords system system spanish
12602026-08-20T07:00:29.978ZPUBLISHER TYPE STATUS P LOCATION
12612026-08-20T07:00:29.978Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12622026-08-20T07:00:30.435ZFMRI IFO
12632026-08-20T07:00:30.435Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12642026-08-20T07:00:30.435Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12652026-08-20T07:00:30.435Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12662026-08-20T07:00:30.435Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12672026-08-20T07:00:30.435Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12682026-08-20T07:00:30.435Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12692026-08-20T07:00:30.435Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12702026-08-20T07:00:30.435Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12712026-08-20T07:00:30.435Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12722026-08-20T07:00:31.042Z Downloading crates ...
12732026-08-20T07:00:31.088Z Downloaded cargo_toml v0.21.0
12742026-08-20T07:00:31.136Z Compiling proc-macro2 v1.0.106
12752026-08-20T07:00:31.136Z Compiling unicode-ident v1.0.24
12762026-08-20T07:00:31.136Z Compiling quote v1.0.45
12772026-08-20T07:00:31.140Z Compiling serde_core v1.0.229
12782026-08-20T07:00:31.140Z Compiling libc v0.2.185
12792026-08-20T07:00:31.140Z Compiling version_check v0.9.5
12802026-08-20T07:00:31.140Z Compiling memchr v2.8.0
12812026-08-20T07:00:31.140Z Compiling serde v1.0.229
12822026-08-20T07:00:31.218Z Compiling zmij v1.0.21
12832026-08-20T07:00:31.221Z Compiling itoa v1.0.17
12842026-08-20T07:00:31.221Z Compiling thiserror v1.0.69
12852026-08-20T07:00:31.221Z Compiling ucd-trie v0.1.7
12862026-08-20T07:00:31.221Z Compiling rustix v1.1.4
12872026-08-20T07:00:31.221Z Compiling byteorder v1.5.0
12882026-08-20T07:00:31.386Z Compiling serde_json v1.0.151
12892026-08-20T07:00:31.497Z Compiling bitflags v2.11.0
12902026-08-20T07:00:31.590Z Compiling camino v1.2.5
12912026-08-20T07:00:31.675Z Compiling pest v2.8.6
12922026-08-20T07:00:31.766Z Compiling proc-macro-error-attr v1.0.4
12932026-08-20T07:00:31.788Z Compiling usdt-impl v0.5.0
12942026-08-20T07:00:31.815Z Compiling syn v1.0.109
12952026-08-20T07:00:31.881Z Compiling proc-macro-error v1.0.4
12962026-08-20T07:00:31.885Z Compiling plain v0.2.3
12972026-08-20T07:00:31.902Z Compiling equivalent v1.0.2
12982026-08-20T07:00:31.913Z Compiling log v0.4.33
12992026-08-20T07:00:31.942Z Compiling hashbrown v0.17.0
13002026-08-20T07:00:32.003Z Compiling getrandom v0.3.4
13012026-08-20T07:00:32.016Z Compiling utf8parse v0.2.2
13022026-08-20T07:00:32.036Z Compiling autocfg v1.5.0
13032026-08-20T07:00:32.096Z Compiling thiserror v2.0.18
13042026-08-20T07:00:32.114Z Compiling anstyle-parse v1.0.0
13052026-08-20T07:00:32.129Z Compiling toml_write v0.1.2
13062026-08-20T07:00:32.139Z Compiling winnow v0.7.14
13072026-08-20T07:00:32.156Z Compiling cfg-if v1.0.4
13082026-08-20T07:00:32.178Z Compiling errno v0.3.14
13092026-08-20T07:00:32.212Z Compiling thread-id v4.2.2
13102026-08-20T07:00:32.242Z Compiling pretty-hex v0.4.1
13112026-08-20T07:00:32.255Z Compiling colorchoice v1.0.4
13122026-08-20T07:00:32.280Z Compiling is_terminal_polyfill v1.70.2
13132026-08-20T07:00:32.311Z Compiling anstyle-query v1.1.5
13142026-08-20T07:00:32.338Z Compiling anstyle v1.0.14
13152026-08-20T07:00:32.381Z Compiling fastrand v2.3.0
13162026-08-20T07:00:32.381Z Compiling clap_lex v1.0.0
13172026-08-20T07:00:32.402Z Compiling anyhow v1.0.104
13182026-08-20T07:00:32.437Z Compiling heck v0.4.1
13192026-08-20T07:00:32.468Z Compiling indexmap v2.14.0
13202026-08-20T07:00:32.537Z Compiling anstream v1.0.0
13212026-08-20T07:00:32.583Z Compiling fs-err v3.3.0
13222026-08-20T07:00:32.637Z Compiling syn v2.0.117
13232026-08-20T07:00:32.664Z Compiling syn v3.0.3
13242026-08-20T07:00:32.687Z Compiling strsim v0.11.1
13252026-08-20T07:00:32.732Z Compiling bytecount v0.6.9
13262026-08-20T07:00:32.743Z Compiling fnv v1.0.7
13272026-08-20T07:00:32.756Z Compiling pest_meta v2.8.6
13282026-08-20T07:00:32.856Z Compiling unicode-width v0.1.14
13292026-08-20T07:00:32.859Z Compiling once_cell v1.21.3
13302026-08-20T07:00:32.877Z Compiling heck v0.5.0
13312026-08-20T07:00:33.013Z Compiling memmap v0.7.0
13322026-08-20T07:00:33.061Z Compiling smawk v0.3.2
13332026-08-20T07:00:33.119Z Compiling papergrid v0.11.0
13342026-08-20T07:00:33.124Z Compiling unicode-width v0.2.0
13352026-08-20T07:00:33.131Z Compiling unicode-linebreak v0.1.5
13362026-08-20T07:00:33.216Z Compiling terminal_size v0.4.3
13372026-08-20T07:00:33.216Z Compiling tempfile v3.27.0
13382026-08-20T07:00:33.245Z Compiling swrite v0.1.0
13392026-08-20T07:00:33.352Z Compiling clap_builder v4.6.0
13402026-08-20T07:00:33.370Z Compiling textwrap v0.16.2
13412026-08-20T07:00:33.586Z Compiling cargo-platform v0.3.2
13422026-08-20T07:00:33.604Z Compiling semver v1.0.28
13432026-08-20T07:00:33.850Z Compiling camino-tempfile v1.4.1
13442026-08-20T07:00:34.120Z Compiling tabled_derive v0.7.0
13452026-08-20T07:00:34.219Z Compiling serde_derive v1.0.229
13462026-08-20T07:00:34.851Z Compiling tabled v0.15.0
13472026-08-20T07:00:34.875Z Compiling pest_generator v2.8.6
13482026-08-20T07:00:35.374Z Compiling thiserror-impl v1.0.69
13492026-08-20T07:00:35.374Z Compiling zerocopy-derive v0.7.35
13502026-08-20T07:00:35.378Z Compiling scroll_derive v0.12.1
13512026-08-20T07:00:35.378Z Compiling thiserror-impl v2.0.18
13522026-08-20T07:00:35.378Z Compiling clap_derive v4.6.1
13532026-08-20T07:00:35.420Z Compiling pest_derive v2.8.6
13542026-08-20T07:00:35.955Z Compiling scroll v0.12.0
13552026-08-20T07:00:36.059Z Compiling zerocopy v0.7.35
13562026-08-20T07:00:36.169Z Compiling goblin v0.8.2
13572026-08-20T07:00:36.425Z Compiling dtrace-parser v0.2.0
13582026-08-20T07:00:36.611Z Compiling serde_spanned v0.6.9
13592026-08-20T07:00:36.611Z Compiling toml_datetime v0.6.11
13602026-08-20T07:00:36.611Z Compiling cargo_metadata v0.23.1
13612026-08-20T07:00:36.611Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13622026-08-20T07:00:36.615Z Compiling macaddr v1.0.1
13632026-08-20T07:00:36.648Z Compiling dof v0.3.0
13642026-08-20T07:00:36.653Z Compiling serde_tokenstream v0.2.3
13652026-08-20T07:00:36.680Z Compiling clap v4.6.1
13662026-08-20T07:00:36.787Z Compiling toml_edit v0.22.27
13672026-08-20T07:00:37.309Z Compiling usdt-macro v0.5.0
13682026-08-20T07:00:37.309Z Compiling usdt-attr-macro v0.5.0
13692026-08-20T07:00:38.011Z Compiling toml v0.8.23
13702026-08-20T07:00:38.328Z Compiling cargo_toml v0.21.0
13712026-08-20T07:00:38.718Z Compiling usdt v0.5.0
13722026-08-20T07:00:39.650Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13732026-08-20T07:00:41.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
13742026-08-20T07:00:41.770Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13752026-08-20T07:00:42.533Z Compiling serde_core v1.0.229
13762026-08-20T07:00:42.533Z Compiling libc v0.2.185
13772026-08-20T07:00:42.533Z Compiling serde v1.0.229
13782026-08-20T07:00:42.536Z Compiling log v0.4.33
13792026-08-20T07:00:42.536Z Compiling smallvec v1.15.1
13802026-08-20T07:00:42.536Z Compiling shlex v1.3.0
13812026-08-20T07:00:42.536Z Compiling find-msvc-tools v0.1.9
13822026-08-20T07:00:42.536Z Compiling subtle v2.6.1
13832026-08-20T07:00:42.536Z Compiling scopeguard v1.2.0
13842026-08-20T07:00:42.536Z Compiling typenum v1.20.1
13852026-08-20T07:00:42.659Z Compiling stable_deref_trait v1.2.1
13862026-08-20T07:00:42.663Z Compiling zerocopy v0.8.55
13872026-08-20T07:00:42.663Z Compiling portable-atomic v1.13.1
13882026-08-20T07:00:42.720Z Compiling serde_json v1.0.151
13892026-08-20T07:00:42.734Z Compiling syn v2.0.117
13902026-08-20T07:00:42.790Z Compiling critical-section v1.2.0
13912026-08-20T07:00:42.855Z Compiling lock_api v0.4.14
13922026-08-20T07:00:42.870Z Compiling libm v0.2.16
13932026-08-20T07:00:42.883Z Compiling num-traits v0.2.19
13942026-08-20T07:00:42.886Z Compiling pkg-config v0.3.32
13952026-08-20T07:00:42.948Z Compiling generic-array v0.14.7
13962026-08-20T07:00:42.963Z Compiling const-oid v0.9.6
13972026-08-20T07:00:42.963Z Compiling parking_lot_core v0.9.12
13982026-08-20T07:00:42.993Z Compiling pin-project-lite v0.2.17
13992026-08-20T07:00:43.103Z Compiling getrandom v0.3.4
14002026-08-20T07:00:43.107Z Compiling litemap v0.8.1
14012026-08-20T07:00:43.107Z Compiling futures-core v0.3.32
14022026-08-20T07:00:43.179Z Compiling percent-encoding v2.3.2
14032026-08-20T07:00:43.281Z Compiling writeable v0.6.2
14042026-08-20T07:00:43.285Z Compiling icu_properties_data v2.1.2
14052026-08-20T07:00:43.285Z Compiling icu_normalizer_data v2.1.1
14062026-08-20T07:00:43.328Z Compiling getrandom v0.4.3
14072026-08-20T07:00:43.344Z Compiling rustix v1.1.4
14082026-08-20T07:00:43.372Z Compiling futures-sink v0.3.32
14092026-08-20T07:00:43.405Z Compiling rand_core v0.10.0
14102026-08-20T07:00:43.431Z Compiling futures-task v0.3.32
14112026-08-20T07:00:43.502Z Compiling futures-channel v0.3.32
14122026-08-20T07:00:43.502Z Compiling utf8_iter v1.0.4
14132026-08-20T07:00:43.648Z Compiling futures-io v0.3.32
14142026-08-20T07:00:43.688Z Compiling slab v0.4.12
14152026-08-20T07:00:43.702Z Compiling form_urlencoded v1.2.2
14162026-08-20T07:00:43.718Z Compiling rustversion v1.0.22
14172026-08-20T07:00:43.733Z Compiling errno v0.3.14
14182026-08-20T07:00:43.749Z Compiling jobserver v0.1.34
14192026-08-20T07:00:43.771Z Compiling getrandom v0.2.17
14202026-08-20T07:00:43.811Z Compiling mio v1.2.0
14212026-08-20T07:00:43.827Z Compiling once_cell v1.21.3
14222026-08-20T07:00:43.856Z Compiling signal-hook-registry v1.4.8
14232026-08-20T07:00:43.860Z Compiling socket2 v0.6.3
14242026-08-20T07:00:43.903Z Compiling iana-time-zone v0.1.65
14252026-08-20T07:00:43.946Z Compiling rand_core v0.6.4
14262026-08-20T07:00:43.961Z Compiling cc v1.2.56
14272026-08-20T07:00:44.015Z Compiling parking_lot v0.12.5
14282026-08-20T07:00:44.097Z Compiling base64ct v1.8.3
14292026-08-20T07:00:44.117Z Compiling fs_extra v1.3.0
14302026-08-20T07:00:44.133Z Compiling regex-syntax v0.8.10
14312026-08-20T07:00:44.179Z Compiling dunce v1.0.5
14322026-08-20T07:00:44.183Z Compiling flagset v0.4.7
14332026-08-20T07:00:44.233Z Compiling ident_case v1.0.1
14342026-08-20T07:00:44.278Z Compiling rand_core v0.9.5
14352026-08-20T07:00:44.293Z Compiling base64 v0.22.1
14362026-08-20T07:00:44.297Z Compiling syn v1.0.109
14372026-08-20T07:00:44.297Z Compiling vcpkg v0.2.15
14382026-08-20T07:00:44.340Z Compiling pem-rfc7468 v0.7.0
14392026-08-20T07:00:44.388Z Compiling tracing-core v0.1.36
14402026-08-20T07:00:44.403Z Compiling simd-adler32 v0.3.8
14412026-08-20T07:00:44.424Z Compiling cpufeatures v0.2.17
14422026-08-20T07:00:44.439Z Compiling aws-lc-rs v1.16.3
14432026-08-20T07:00:44.485Z Compiling schemars v0.8.22
14442026-08-20T07:00:44.512Z Compiling dyn-clone v1.0.20
14452026-08-20T07:00:44.583Z Compiling spin v0.9.8
14462026-08-20T07:00:44.650Z Compiling cmov v0.5.4
14472026-08-20T07:00:44.669Z Compiling openssl-probe v0.2.1
14482026-08-20T07:00:44.686Z Compiling crc32fast v1.5.0
14492026-08-20T07:00:44.703Z Compiling httparse v1.10.1
14502026-08-20T07:00:44.733Z Compiling cmake v0.1.57
14512026-08-20T07:00:44.781Z Compiling adler2 v2.0.1
14522026-08-20T07:00:44.801Z Compiling tinyvec_macros v0.1.1
14532026-08-20T07:00:44.817Z Compiling aho-corasick v1.1.4
14542026-08-20T07:00:44.817Z Compiling untrusted v0.7.1
14552026-08-20T07:00:44.862Z Compiling tinyvec v1.10.0
14562026-08-20T07:00:44.877Z Compiling miniz_oxide v0.8.9
14572026-08-20T07:00:44.891Z Compiling ctutils v0.4.2
14582026-08-20T07:00:44.929Z Compiling atomic-waker v1.1.2
14592026-08-20T07:00:44.953Z Compiling radium v0.7.0
14602026-08-20T07:00:44.983Z Compiling bitflags v2.11.0
14612026-08-20T07:00:45.084Z Compiling semver v1.0.28
14622026-08-20T07:00:45.101Z Compiling indexmap v2.14.0
14632026-08-20T07:00:45.138Z Compiling uuid v1.23.4
14642026-08-20T07:00:45.239Z Compiling tower-service v0.3.3
14652026-08-20T07:00:45.257Z Compiling try-lock v0.2.5
14662026-08-20T07:00:45.257Z Compiling tower-layer v0.3.3
14672026-08-20T07:00:45.349Z Compiling rustc_version v0.4.1
14682026-08-20T07:00:45.395Z Compiling want v0.3.1
14692026-08-20T07:00:45.424Z Compiling bytes v1.11.1
14702026-08-20T07:00:45.438Z Compiling chrono v0.4.45
14712026-08-20T07:00:45.485Z Compiling ipnet v2.12.0
14722026-08-20T07:00:45.548Z Compiling untrusted v0.9.0
14732026-08-20T07:00:45.575Z Compiling tap v1.0.1
14742026-08-20T07:00:45.579Z Compiling aws-lc-sys v0.40.0
14752026-08-20T07:00:45.688Z Compiling synstructure v0.13.2
14762026-08-20T07:00:45.701Z Compiling serde_derive_internals v0.29.1
14772026-08-20T07:00:45.712Z Compiling openssl-sys v0.9.117
14782026-08-20T07:00:45.772Z Compiling pest_generator v2.8.6
14792026-08-20T07:00:45.841Z Compiling regex-automata v0.4.14
14802026-08-20T07:00:45.855Z Compiling darling_core v0.20.11
14812026-08-20T07:00:45.999Z Compiling http v1.4.2
14822026-08-20T07:00:46.055Z Compiling rustls v0.23.41
14832026-08-20T07:00:46.240Z Compiling terminal_size v0.4.3
14842026-08-20T07:00:46.252Z Compiling tempfile v3.27.0
14852026-08-20T07:00:46.283Z Compiling openssl v0.10.80
14862026-08-20T07:00:46.333Z Compiling foreign-types-shared v0.1.1
14872026-08-20T07:00:46.389Z Compiling httpdate v1.0.3
14882026-08-20T07:00:46.436Z Compiling maybe-uninit v2.0.0
14892026-08-20T07:00:46.492Z Compiling foreign-types v0.3.2
14902026-08-20T07:00:46.557Z Compiling wyz v0.5.1
14912026-08-20T07:00:46.573Z Compiling bzip2-sys v0.1.13+1.0.8
14922026-08-20T07:00:46.589Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-08-20T07:00:46.617Z Compiling hex v0.4.3
14942026-08-20T07:00:46.636Z Compiling unicode-normalization v0.1.25
14952026-08-20T07:00:46.650Z Compiling http-body v1.0.1
14962026-08-20T07:00:46.766Z Compiling num-integer v0.1.46
14972026-08-20T07:00:46.781Z Compiling wait-timeout v0.2.1
14982026-08-20T07:00:46.825Z Compiling ahash v0.8.12
14992026-08-20T07:00:46.840Z Compiling funty v2.0.0
15002026-08-20T07:00:46.857Z Compiling quick-error v1.2.3
15012026-08-20T07:00:46.875Z Compiling bit-vec v0.8.0
15022026-08-20T07:00:46.904Z Compiling time-core v0.1.8
15032026-08-20T07:00:46.946Z Compiling native-tls v0.2.18
15042026-08-20T07:00:46.963Z Compiling packed_struct v0.10.1
15052026-08-20T07:00:46.979Z Compiling powerfmt v0.2.0
15062026-08-20T07:00:47.013Z Compiling num-conv v0.2.0
15072026-08-20T07:00:47.056Z Compiling num-bigint-dig v0.8.6
15082026-08-20T07:00:47.072Z Compiling bit-set v0.8.0
15092026-08-20T07:00:47.128Z Compiling deranged v0.5.8
15102026-08-20T07:00:47.132Z Compiling num-iter v0.1.45
15112026-08-20T07:00:47.144Z Compiling rusty-fork v0.3.1
15122026-08-20T07:00:47.159Z Compiling time-macros v0.2.27
15132026-08-20T07:00:47.204Z Compiling bitvec v1.0.1
15142026-08-20T07:00:47.223Z Compiling clap_builder v4.6.0
15152026-08-20T07:00:47.295Z Compiling serde_spanned v0.6.9
15162026-08-20T07:00:47.310Z Compiling toml_datetime v0.6.11
15172026-08-20T07:00:47.356Z Compiling zeroize_derive v1.5.0
15182026-08-20T07:00:47.369Z Compiling zerocopy-derive v0.8.55
15192026-08-20T07:00:47.425Z Compiling zerofrom-derive v0.1.6
15202026-08-20T07:00:47.451Z Compiling yoke-derive v0.8.1
15212026-08-20T07:00:47.485Z Compiling zerovec-derive v0.11.2
15222026-08-20T07:00:47.589Z Compiling displaydoc v0.2.5
15232026-08-20T07:00:48.015Z Compiling zeroize v1.9.0
15242026-08-20T07:00:48.140Z Compiling tokio-macros v2.7.0
15252026-08-20T07:00:48.219Z Compiling futures-macro v0.3.32
15262026-08-20T07:00:48.247Z Compiling thiserror-impl v2.0.18
15272026-08-20T07:00:48.260Z Compiling der_derive v0.7.3
15282026-08-20T07:00:48.358Z Compiling tracing-attributes v0.1.31
15292026-08-20T07:00:48.619Z Compiling rustls-pki-types v1.14.0
15302026-08-20T07:00:48.634Z Compiling schemars_derive v0.8.22
15312026-08-20T07:00:48.649Z Compiling hybrid-array v0.4.13
15322026-08-20T07:00:48.662Z Compiling pest_derive v2.8.6
15332026-08-20T07:00:48.788Z Compiling crypto-common v0.1.7
15342026-08-20T07:00:48.865Z Compiling zerofrom v0.1.6
15352026-08-20T07:00:48.926Z Compiling tokio v1.52.1
15362026-08-20T07:00:48.957Z Compiling block-buffer v0.10.4
15372026-08-20T07:00:49.005Z Compiling yoke v0.8.1
15382026-08-20T07:00:49.059Z Compiling futures-util v0.3.32
15392026-08-20T07:00:49.087Z Compiling scroll_derive v0.13.1
15402026-08-20T07:00:49.150Z Compiling digest v0.10.7
15412026-08-20T07:00:49.165Z Compiling zerovec v0.11.5
15422026-08-20T07:00:49.201Z Compiling zerotrie v0.2.3
15432026-08-20T07:00:49.267Z Compiling der v0.7.10
15442026-08-20T07:00:49.460Z Compiling sha2 v0.10.9
15452026-08-20T07:00:49.494Z Compiling signature v2.2.0
15462026-08-20T07:00:49.583Z Compiling darling_macro v0.20.11
15472026-08-20T07:00:49.647Z Compiling thiserror v2.0.18
15482026-08-20T07:00:49.699Z Compiling tinystr v0.8.2
15492026-08-20T07:00:49.734Z Compiling potential_utf v0.1.4
15502026-08-20T07:00:49.763Z Compiling tracing v0.1.44
15512026-08-20T07:00:49.779Z Compiling openssl-macros v0.1.1
15522026-08-20T07:00:49.920Z Compiling icu_locale_core v2.1.1
15532026-08-20T07:00:49.934Z Compiling icu_collections v2.1.1
15542026-08-20T07:00:49.958Z Compiling thiserror-impl v1.0.69
15552026-08-20T07:00:49.998Z Compiling scroll v0.13.0
15562026-08-20T07:00:50.055Z Compiling hmac v0.12.1
15572026-08-20T07:00:50.070Z Compiling packed_struct_codegen v0.10.1
15582026-08-20T07:00:50.116Z Compiling darling v0.20.11
15592026-08-20T07:00:50.213Z Compiling spki v0.7.3
15602026-08-20T07:00:50.242Z Compiling goblin v0.10.5
15612026-08-20T07:00:50.294Z Compiling bitfield-macros v0.19.4
15622026-08-20T07:00:50.317Z Compiling clap_derive v4.6.1
15632026-08-20T07:00:50.434Z Compiling pkcs8 v0.10.2
15642026-08-20T07:00:50.448Z Compiling zerocopy-derive v0.6.6
15652026-08-20T07:00:50.557Z Compiling icu_provider v2.1.1
15662026-08-20T07:00:50.710Z Compiling lazy_static v1.5.0
15672026-08-20T07:00:50.816Z Compiling icu_properties v2.1.2
15682026-08-20T07:00:50.831Z Compiling icu_normalizer v2.1.1
15692026-08-20T07:00:50.835Z Compiling rand_xorshift v0.4.0
15702026-08-20T07:00:50.874Z Compiling sync_wrapper v1.0.2
15712026-08-20T07:00:50.999Z Compiling indexmap v1.9.3
15722026-08-20T07:00:51.030Z Compiling paste v1.0.15
15732026-08-20T07:00:51.044Z Compiling crossbeam-utils v0.8.21
15742026-08-20T07:00:51.216Z Compiling usdt-impl v0.6.0
15752026-08-20T07:00:51.225Z Compiling crc-catalog v2.4.0
15762026-08-20T07:00:51.261Z Compiling thiserror v1.0.69
15772026-08-20T07:00:51.336Z Compiling nodrop v0.1.14
15782026-08-20T07:00:51.351Z Compiling object v0.37.3
15792026-08-20T07:00:51.365Z Compiling num_threads v0.1.7
15802026-08-20T07:00:51.365Z Compiling unarray v0.1.4
15812026-08-20T07:00:51.395Z Compiling siphasher v1.0.2
15822026-08-20T07:00:51.411Z Compiling zlib-rs v0.6.2
15832026-08-20T07:00:51.454Z Compiling array-init v0.0.4
15842026-08-20T07:00:51.474Z Compiling time v0.3.47
15852026-08-20T07:00:51.509Z Compiling zerocopy v0.6.6
15862026-08-20T07:00:51.553Z Compiling crc v3.4.0
15872026-08-20T07:00:51.628Z Compiling bitfield v0.19.4
15882026-08-20T07:00:51.698Z Compiling idna_adapter v1.2.1
15892026-08-20T07:00:51.762Z Compiling pkcs1 v0.7.5
15902026-08-20T07:00:51.816Z Compiling idna v1.1.0
15912026-08-20T07:00:51.850Z Compiling derive_builder_core v0.20.2
15922026-08-20T07:00:51.868Z Compiling dtrace-parser v0.3.0
15932026-08-20T07:00:51.935Z Compiling ppv-lite86 v0.2.21
15942026-08-20T07:00:52.130Z Compiling url v2.5.8
15952026-08-20T07:00:52.134Z Compiling clap v4.6.1
15962026-08-20T07:00:52.207Z Compiling structmeta-derive v0.3.0
15972026-08-20T07:00:52.235Z Compiling rand_chacha v0.9.0
15982026-08-20T07:00:52.269Z Compiling rand_chacha v0.3.1
15992026-08-20T07:00:52.283Z Compiling scroll_derive v0.12.1
16002026-08-20T07:00:52.492Z Compiling rand v0.9.2
16012026-08-20T07:00:52.609Z Compiling rand v0.8.6
16022026-08-20T07:00:52.914Z Compiling tokio-util v0.7.18
16032026-08-20T07:00:52.933Z Compiling tower v0.5.3
16042026-08-20T07:00:52.966Z Compiling dof v0.4.0
16052026-08-20T07:00:53.050Z Compiling proptest v1.11.0
16062026-08-20T07:00:53.066Z Compiling smallvec v0.6.14
16072026-08-20T07:00:53.284Z Compiling http-body-util v0.1.3
16082026-08-20T07:00:53.288Z Compiling heapless v0.7.17
16092026-08-20T07:00:53.288Z Compiling darling_core v0.23.0
16102026-08-20T07:00:53.327Z Compiling slog v2.8.2
16112026-08-20T07:00:53.426Z Compiling thread-id v5.1.0
16122026-08-20T07:00:53.441Z Compiling env_filter v2.0.0
16132026-08-20T07:00:53.521Z Compiling ipnetwork v0.21.1
16142026-08-20T07:00:53.541Z Compiling cookie v0.18.1
16152026-08-20T07:00:53.554Z Compiling base64 v0.21.7
16162026-08-20T07:00:53.558Z Compiling unicode-properties v0.1.4
16172026-08-20T07:00:53.736Z Compiling h2 v0.4.15
16182026-08-20T07:00:53.751Z Compiling unicode-bidi v0.3.18
16192026-08-20T07:00:53.785Z Compiling ryu v1.0.23
16202026-08-20T07:00:53.876Z Compiling zstd-safe v7.2.4
16212026-08-20T07:00:53.936Z Compiling winnow v0.5.40
16222026-08-20T07:00:53.965Z Compiling gimli v0.32.3
16232026-08-20T07:00:53.982Z Compiling iri-string v0.7.10
16242026-08-20T07:00:54.014Z Compiling allocator-api2 v0.2.21
16252026-08-20T07:00:54.075Z Compiling signal-hook v0.3.18
16262026-08-20T07:00:54.089Z Compiling anyhow v1.0.104
16272026-08-20T07:00:54.163Z Compiling hashbrown v0.12.3
16282026-08-20T07:00:54.287Z Compiling flate2 v1.1.9
16292026-08-20T07:00:54.331Z Compiling rsa v0.9.10
16302026-08-20T07:00:54.525Z Compiling stringprep v0.1.5
16312026-08-20T07:00:54.581Z Compiling serde_urlencoded v0.7.1
16322026-08-20T07:00:54.732Z Compiling ron v0.8.1
16332026-08-20T07:00:54.735Z Compiling oxnet v0.1.6
16342026-08-20T07:00:54.822Z Compiling env_logger v0.11.11
16352026-08-20T07:00:54.928Z Compiling structmeta v0.3.0
16362026-08-20T07:00:54.987Z Compiling serde-hex v0.1.0
16372026-08-20T07:00:55.117Z Compiling tokio-native-tls v0.3.1
16382026-08-20T07:00:55.163Z Compiling scroll v0.12.0
16392026-08-20T07:00:55.188Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16402026-08-20T07:00:55.214Z Compiling tower-http v0.6.8
16412026-08-20T07:00:55.306Z Compiling toml_edit v0.19.15
16422026-08-20T07:00:55.434Z Compiling derive_builder_macro v0.20.2
16432026-08-20T07:00:55.456Z Compiling bzip2 v0.4.4
16442026-08-20T07:00:55.471Z Compiling hashbrown v0.13.2
16452026-08-20T07:00:55.611Z Compiling newtype-uuid v1.3.2
16462026-08-20T07:00:55.646Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16472026-08-20T07:00:55.730Z Compiling addr2line v0.25.1
16482026-08-20T07:00:55.902Z Compiling darling_macro v0.23.0
16492026-08-20T07:00:55.972Z Compiling camino v1.2.5
16502026-08-20T07:00:55.987Z Compiling x509-cert v0.2.5
16512026-08-20T07:00:56.010Z Compiling md-5 v0.10.6
16522026-08-20T07:00:56.097Z Compiling crypto-common v0.2.2
16532026-08-20T07:00:56.201Z Compiling block-padding v0.4.2
16542026-08-20T07:00:56.390Z Compiling block-buffer v0.12.1
16552026-08-20T07:00:56.394Z Compiling rustls-native-certs v0.8.3
16562026-08-20T07:00:56.406Z Compiling bstr v1.12.1
16572026-08-20T07:00:56.441Z Compiling zerocopy-derive v0.7.35
16582026-08-20T07:00:56.468Z Compiling pin-project-internal v1.1.11
16592026-08-20T07:00:56.611Z Compiling async-trait v0.1.89
16602026-08-20T07:00:56.720Z Compiling daft-derive v0.1.7
16612026-08-20T07:00:56.779Z Compiling curve25519-dalek v4.1.3
16622026-08-20T07:00:57.096Z Compiling hyper v1.10.1
16632026-08-20T07:00:57.140Z Compiling serde_tokenstream v0.2.3
16642026-08-20T07:00:57.354Z Compiling erased-serde v0.3.31
16652026-08-20T07:00:57.467Z Compiling vergen-lib v9.1.0
16662026-08-20T07:00:57.482Z Compiling hash32 v0.2.1
16672026-08-20T07:00:57.498Z Compiling memoffset v0.9.1
16682026-08-20T07:00:57.606Z Compiling encoding_rs v0.8.35
16692026-08-20T07:00:57.640Z Compiling smoltcp v0.9.1
16702026-08-20T07:00:57.669Z Compiling owo-colors v4.3.0
16712026-08-20T07:00:57.683Z Compiling litrs v1.0.0
16722026-08-20T07:00:57.699Z Compiling cfg_aliases v0.2.1
16732026-08-20T07:00:57.712Z Compiling crc-any v2.5.0
16742026-08-20T07:00:57.782Z Compiling rustix v0.38.44
16752026-08-20T07:00:57.867Z Compiling ref-cast v1.0.25
16762026-08-20T07:00:57.881Z Compiling mime v0.3.17
16772026-08-20T07:00:57.962Z Compiling rustc-demangle v0.1.27
16782026-08-20T07:00:58.002Z Compiling fallible-iterator v0.2.0
16792026-08-20T07:00:58.018Z Compiling psl-types v2.0.11
16802026-08-20T07:00:58.090Z Compiling nix v0.31.2
16812026-08-20T07:00:58.148Z Compiling publicsuffix v2.3.0
16822026-08-20T07:00:58.231Z Compiling hyper-util v0.1.20
16832026-08-20T07:00:58.245Z Compiling document-features v0.2.12
16842026-08-20T07:00:58.261Z Compiling backtrace v0.3.76
16852026-08-20T07:00:58.290Z Compiling postgres-protocol v0.6.10
16862026-08-20T07:00:58.369Z Compiling pin-project v1.1.11
16872026-08-20T07:00:58.383Z Compiling daft v0.1.7
16882026-08-20T07:00:58.478Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16892026-08-20T07:00:58.492Z Compiling zerocopy v0.7.35
16902026-08-20T07:00:58.535Z Compiling toml v0.7.8
16912026-08-20T07:00:58.600Z Compiling darling v0.23.0
16922026-08-20T07:00:58.688Z Compiling inout v0.2.2
16932026-08-20T07:00:58.705Z Compiling derive_builder v0.20.2
16942026-08-20T07:00:58.749Z Compiling object v0.30.4
16952026-08-20T07:00:58.851Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16962026-08-20T07:00:58.867Z Compiling zip v0.6.6
16972026-08-20T07:00:58.870Z Compiling goblin v0.8.2
16982026-08-20T07:00:58.894Z Compiling derive-ex v0.1.8
16992026-08-20T07:00:59.163Z Compiling phf_shared v0.13.1
17002026-08-20T07:00:59.167Z Compiling futures-executor v0.3.32
17012026-08-20T07:00:59.282Z Compiling hubpack_derive v0.1.1
17022026-08-20T07:00:59.316Z Compiling regex v1.12.3
17032026-08-20T07:00:59.462Z Compiling strum_macros v0.27.2
17042026-08-20T07:00:59.478Z Compiling snafu-derive v0.8.9
17052026-08-20T07:00:59.481Z Compiling ref-cast-impl v1.0.25
17062026-08-20T07:00:59.481Z Compiling curve25519-dalek-derive v0.1.1
17072026-08-20T07:00:59.525Z Compiling cargo-platform v0.3.2
17082026-08-20T07:00:59.528Z Compiling vergen v9.1.0
17092026-08-20T07:00:59.747Z Compiling hyper-tls v0.6.0
17102026-08-20T07:00:59.801Z Compiling ff v0.13.1
17112026-08-20T07:00:59.816Z Compiling fs-err v3.3.0
17122026-08-20T07:00:59.832Z Compiling jiff-core v0.1.0
17132026-08-20T07:00:59.961Z Compiling libbz2-rs-sys v0.2.2
17142026-08-20T07:00:59.974Z Compiling is_ci v1.2.0
17152026-08-20T07:01:00.004Z Compiling same-file v1.0.6
17162026-08-20T07:01:00.034Z Compiling path-slash v0.1.5
17172026-08-20T07:01:00.049Z Compiling either v1.15.0
17182026-08-20T07:01:00.092Z Compiling base16ct v0.2.0
17192026-08-20T07:01:00.132Z Compiling unicode-segmentation v1.12.0
17202026-08-20T07:01:00.188Z Compiling foldhash v0.1.5
17212026-08-20T07:01:00.200Z Compiling foldhash v0.2.0
17222026-08-20T07:01:00.217Z Compiling bumpalo v3.20.2
17232026-08-20T07:01:00.279Z Compiling bitflags v1.3.2
17242026-08-20T07:01:00.293Z Compiling managed v0.8.0
17252026-08-20T07:01:00.370Z Compiling textwrap v0.16.2
17262026-08-20T07:01:00.384Z Compiling hashbrown v0.16.1
17272026-08-20T07:01:00.450Z Compiling zopfli v0.8.3
17282026-08-20T07:01:00.523Z Compiling bzip2 v0.6.1
17292026-08-20T07:01:00.544Z Compiling hashbrown v0.15.5
17302026-08-20T07:01:00.653Z Compiling test-strategy v0.4.5
17312026-08-20T07:01:00.675Z Compiling jiff v0.2.34
17322026-08-20T07:01:00.849Z Compiling sec1 v0.7.3
17332026-08-20T07:01:00.955Z Compiling walkdir v2.5.0
17342026-08-20T07:01:01.119Z Compiling supports-color v3.0.2
17352026-08-20T07:01:01.133Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17362026-08-20T07:01:01.169Z Compiling reqwest v0.12.28
17372026-08-20T07:01:01.277Z Compiling dof v0.3.0
17382026-08-20T07:01:01.291Z Compiling group v0.13.0
17392026-08-20T07:01:01.307Z Compiling hubpack v0.1.2
17402026-08-20T07:01:01.344Z Compiling cargo_metadata v0.23.1
17412026-08-20T07:01:01.463Z Compiling snafu v0.8.9
17422026-08-20T07:01:01.494Z Compiling phf v0.13.1
17432026-08-20T07:01:01.554Z Compiling signal-hook-mio v0.2.5
17442026-08-20T07:01:01.570Z Compiling strum v0.27.2
17452026-08-20T07:01:01.674Z Compiling futures v0.3.32
17462026-08-20T07:01:01.698Z Compiling zstd v0.13.3
17472026-08-20T07:01:01.716Z Compiling cookie_store v0.22.1
17482026-08-20T07:01:01.769Z Compiling cipher v0.5.2
17492026-08-20T07:01:01.843Z Compiling serde_with_macros v3.21.0
17502026-08-20T07:01:01.977Z Compiling backtrace-ext v0.2.1
17512026-08-20T07:01:02.022Z Compiling postgres-types v0.2.12
17522026-08-20T07:01:02.173Z Compiling usdt-attr-macro v0.6.0
17532026-08-20T07:01:02.216Z Compiling usdt-macro v0.6.0
17542026-08-20T07:01:02.387Z Compiling globset v0.4.18
17552026-08-20T07:01:02.476Z Compiling byte-wrapper v0.1.0
17562026-08-20T07:01:02.600Z Compiling phf_shared v0.11.3
17572026-08-20T07:01:02.604Z Compiling dtrace-parser v0.2.0
17582026-08-20T07:01:02.718Z Compiling ed25519 v2.2.3
17592026-08-20T07:01:02.813Z Compiling hkdf v0.12.4
17602026-08-20T07:01:02.829Z Compiling crypto-bigint v0.5.5
17612026-08-20T07:01:02.888Z Compiling enum-as-inner v0.6.1
17622026-08-20T07:01:03.013Z Compiling async-recursion v1.1.1
17632026-08-20T07:01:03.027Z Compiling serde_repr v0.1.20
17642026-08-20T07:01:03.041Z Compiling strum_macros v0.26.4
17652026-08-20T07:01:03.041Z Compiling miette-derive v7.6.0
17662026-08-20T07:01:03.086Z Compiling olpc-cjson v0.1.4
17672026-08-20T07:01:03.263Z Compiling serde_plain v1.0.2
17682026-08-20T07:01:03.268Z Compiling serde-big-array v0.5.1
17692026-08-20T07:01:03.371Z Compiling float-cmp v0.10.0
17702026-08-20T07:01:03.434Z Compiling pem v3.0.6
17712026-08-20T07:01:03.445Z Compiling thread-id v4.2.2
17722026-08-20T07:01:03.484Z Compiling memmap2 v0.9.10
17732026-08-20T07:01:03.535Z Compiling data-encoding v2.10.0
17742026-08-20T07:01:03.550Z Compiling cpufeatures v0.3.0
17752026-08-20T07:01:03.591Z Compiling whoami v2.1.0
17762026-08-20T07:01:03.628Z Compiling static_assertions v1.1.0
17772026-08-20T07:01:03.644Z Compiling new_debug_unreachable v1.0.6
17782026-08-20T07:01:03.696Z Compiling predicates-core v1.0.10
17792026-08-20T07:01:03.716Z Compiling normalize-line-endings v0.3.0
17802026-08-20T07:01:03.731Z Compiling winnow v1.0.3
17812026-08-20T07:01:03.734Z Compiling precomputed-hash v0.1.1
17822026-08-20T07:01:03.760Z Compiling supports-hyperlinks v3.2.0
17832026-08-20T07:01:03.774Z Compiling difflib v0.4.0
17842026-08-20T07:01:03.826Z Compiling supports-unicode v3.0.0
17852026-08-20T07:01:03.840Z Compiling fixedbitset v0.4.2
17862026-08-20T07:01:03.892Z Compiling const-oid v0.10.2
17872026-08-20T07:01:03.931Z Compiling fixedbitset v0.5.7
17882026-08-20T07:01:03.984Z Compiling typed-path v0.9.3
17892026-08-20T07:01:03.998Z Compiling keccak v0.1.6
17902026-08-20T07:01:04.070Z Compiling digest v0.11.3
17912026-08-20T07:01:04.115Z Compiling predicates v3.1.4
17922026-08-20T07:01:04.224Z Compiling sha3 v0.10.8
17932026-08-20T07:01:04.242Z Compiling miette v7.6.0
17942026-08-20T07:01:04.257Z Compiling petgraph v0.8.3
17952026-08-20T07:01:04.274Z Compiling petgraph v0.6.5
17962026-08-20T07:01:04.289Z Compiling toml_edit v0.22.27
17972026-08-20T07:01:04.321Z Compiling hickory-proto v0.25.2
17982026-08-20T07:01:04.342Z Compiling elliptic-curve v0.13.8
17992026-08-20T07:01:04.750Z Compiling toml_parser v1.1.2+spec-1.1.0
18002026-08-20T07:01:04.796Z Compiling tokio-postgres v0.7.16
18012026-08-20T07:01:04.811Z Compiling string_cache v0.8.9
18022026-08-20T07:01:04.857Z Compiling strum v0.26.3
18032026-08-20T07:01:04.860Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18042026-08-20T07:01:04.894Z Compiling usdt v0.6.0
18052026-08-20T07:01:05.007Z Compiling chacha20 v0.10.0
18062026-08-20T07:01:05.021Z Compiling usdt-impl v0.5.0
18072026-08-20T07:01:05.025Z Compiling serde_with v3.21.0
18082026-08-20T07:01:05.057Z Compiling crossterm v0.28.1
18092026-08-20T07:01:05.187Z Compiling ed25519-dalek v2.2.0
18102026-08-20T07:01:05.314Z Compiling zip v4.6.1
18112026-08-20T07:01:05.415Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18122026-08-20T07:01:05.730Z Compiling iddqd v0.4.2
18132026-08-20T07:01:05.845Z Compiling heck v0.4.1
18142026-08-20T07:01:05.875Z Compiling similar v2.7.0
18152026-08-20T07:01:06.082Z Compiling itertools v0.15.0
18162026-08-20T07:01:06.111Z Compiling itertools v0.13.0
18172026-08-20T07:01:06.300Z Compiling crossbeam-epoch v0.9.18
18182026-08-20T07:01:06.320Z Compiling tokio-stream v0.1.18
18192026-08-20T07:01:06.376Z Compiling buf-list v1.1.2
18202026-08-20T07:01:06.658Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18212026-08-20T07:01:06.675Z Compiling openapiv3 v2.2.0
18222026-08-20T07:01:06.783Z Compiling lalrpop-util v0.19.12
18232026-08-20T07:01:06.800Z Compiling peg-runtime v0.8.5
18242026-08-20T07:01:06.891Z Compiling thread_local v1.1.9
18252026-08-20T07:01:06.974Z Compiling slog-async v2.8.0
18262026-08-20T07:01:06.995Z Compiling crossbeam-channel v0.5.15
18272026-08-20T07:01:07.010Z Compiling filetime v0.2.27
18282026-08-20T07:01:07.061Z Compiling is-terminal v0.4.17
18292026-08-20T07:01:07.103Z Compiling term v1.2.1
18302026-08-20T07:01:07.115Z Compiling xattr v1.6.1
18312026-08-20T07:01:07.146Z Compiling take_mut v0.2.2
18322026-08-20T07:01:07.179Z Compiling camino-tempfile v1.4.1
18332026-08-20T07:01:07.240Z Compiling tar v0.4.46
18342026-08-20T07:01:07.381Z Compiling slog-term v2.9.2
18352026-08-20T07:01:24.613Z Compiling rustls-webpki v0.103.13
18362026-08-20T07:01:27.309Z Compiling tokio-rustls v0.26.4
18372026-08-20T07:01:27.309Z Compiling rustls-platform-verifier v0.6.2
18382026-08-20T07:01:27.310Z Compiling tough v0.22.0
18392026-08-20T07:01:27.509Z Compiling hyper-rustls v0.27.7
18402026-08-20T07:01:27.696Z Compiling reqwest v0.13.2
18412026-08-20T07:01:29.861Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18422026-08-20T07:01:30.101Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18432026-08-20T07:01:33.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.19s
18442026-08-20T07:01:33.137Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18452026-08-20T07:01:33.190ZAug 20 07:01:32.032 INFO Starting download, target: Clickhouse
18462026-08-20T07:01:33.190ZAug 20 07:01:32.032 INFO Starting download, target: MaghemiteMgd
18472026-08-20T07:01:33.190ZAug 20 07:01:32.032 INFO Starting download, target: DendriteStub
18482026-08-20T07:01:33.190ZAug 20 07:01:32.032 INFO Starting download, target: Cockroach
18492026-08-20T07:01:33.190ZAug 20 07:01:32.032 INFO Starting download, target: Console
18502026-08-20T07:01:33.194ZAug 20 07:01:32.032 INFO Starting download, target: MaghemiteDdmd
18512026-08-20T07:01:33.194ZAug 20 07:01:32.032 INFO Starting download, target: TransceiverControl
18522026-08-20T07:01:33.194ZAug 20 07:01:32.033 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18532026-08-20T07:01:33.194ZAug 20 07:01:32.033 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18542026-08-20T07:01:33.194ZAug 20 07:01:32.033 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18552026-08-20T07:01:33.194ZAug 20 07:01:32.033 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18562026-08-20T07:01:33.194ZAug 20 07:01:32.033 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18572026-08-20T07:01:33.194ZAug 20 07:01:32.033 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18582026-08-20T07:01:33.194ZAug 20 07:01:32.033 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18592026-08-20T07:01:33.981ZAug 20 07:01:32.799 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18602026-08-20T07:01:34.173ZAug 20 07:01:33.013 INFO Download complete, target: TransceiverControl
18612026-08-20T07:01:34.962ZAug 20 07:01:33.794 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18622026-08-20T07:01:35.231ZAug 20 07:01:34.046 INFO Download complete, target: Console
18632026-08-20T07:01:36.278ZAug 20 07:01:35.111 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18642026-08-20T07:01:36.297ZAug 20 07:01:35.121 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18652026-08-20T07:01:36.407ZAug 20 07:01:35.241 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18662026-08-20T07:01:36.644ZAug 20 07:01:35.476 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18672026-08-20T07:01:38.256ZAug 20 07:01:37.092 INFO Download complete, target: MaghemiteDdmd
18682026-08-20T07:01:39.235ZAug 20 07:01:38.059 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18692026-08-20T07:01:39.235ZAug 20 07:01:38.059 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18702026-08-20T07:01:39.286ZAug 20 07:01:38.116 INFO Download complete, target: DendriteStub
18712026-08-20T07:01:39.519ZAug 20 07:01:38.334 INFO Download complete, target: MaghemiteMgd
18722026-08-20T07:01:42.906ZAug 20 07:01:41.736 INFO Checking that binary works, target: Clickhouse
18732026-08-20T07:01:42.979ZAug 20 07:01:41.821 INFO Download complete, target: Clickhouse
18742026-08-20T07:01:43.702ZAug 20 07:01:42.511 INFO Checking that binary works, target: Cockroach
18752026-08-20T07:01:43.826ZAug 20 07:01:42.632 INFO Download complete, target: Cockroach
18762026-08-20T07:01:43.833ZAll prerequisites installed successfully
18772026-08-20T07:01:43.833Z
18782026-08-20T07:01:43.833Zreal 1:32.512231089
18792026-08-20T07:01:43.833Zuser 7:13.641035677
18802026-08-20T07:01:43.833Zsys 1:42.591063326
18812026-08-20T07:01:43.833Ztrap 0.264989092
18822026-08-20T07:01:43.833Ztflt 0.860425810
18832026-08-20T07:01:43.833Zdflt 1.527072599
18842026-08-20T07:01:43.833Zkflt 0.031415237
18852026-08-20T07:01:43.834Zlock 27:22.107832979
18862026-08-20T07:01:43.834Zslp 19:33.947516891
18872026-08-20T07:01:43.834Zlat 25.730164530
18882026-08-20T07:01:43.834Zstop 2:56.243768993
18892026-08-20T07:01:43.834Z+ source ./tools/include/force-git-over-https.sh
18902026-08-20T07:01:43.834Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18912026-08-20T07:01:43.834Z++ (( i = 0 ))
18922026-08-20T07:01:43.834Z++ (( i < 5 ))
18932026-08-20T07:01:43.834Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18942026-08-20T07:01:43.834Z++ (( i++ ))
18952026-08-20T07:01:43.834Z++ (( i < 5 ))
18962026-08-20T07:01:43.834Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18972026-08-20T07:01:43.834Z++ (( i++ ))
18982026-08-20T07:01:43.834Z++ (( i < 5 ))
18992026-08-20T07:01:43.835Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19002026-08-20T07:01:43.835Z++ (( i++ ))
19012026-08-20T07:01:43.835Z++ (( i < 5 ))
19022026-08-20T07:01:43.835Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19032026-08-20T07:01:43.838Z++ (( i++ ))
19042026-08-20T07:01:43.852Z++ (( i < 5 ))
19052026-08-20T07:01:43.852Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19062026-08-20T07:01:43.852Z++ (( i++ ))
19072026-08-20T07:01:43.852Z++ (( i < 5 ))
19082026-08-20T07:01:43.853Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19092026-08-20T07:01:43.853Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19102026-08-20T07:01:43.853Z+ rc=0
19112026-08-20T07:01:43.853Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19122026-08-20T07:01:51.600Z+ case $rc in
19132026-08-20T07:01:51.600Z+ pfexec zfs create -p rpool/images/build/host
19142026-08-20T07:01:51.788Z+ pfexec zfs create -p rpool/images/build/recovery
19152026-08-20T07:01:51.862Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19162026-08-20T07:01:52.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19172026-08-20T07:01:52.329Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19182026-08-20T07:01:53.176Z Compiling proc-macro2 v1.0.106
19192026-08-20T07:01:53.176Z Compiling quote v1.0.45
19202026-08-20T07:01:53.176Z Compiling unicode-ident v1.0.24
19212026-08-20T07:01:53.176Z Compiling serde_core v1.0.229
19222026-08-20T07:01:53.180Z Compiling libc v0.2.185
19232026-08-20T07:01:53.180Z Compiling serde v1.0.229
19242026-08-20T07:01:53.180Z Compiling cfg-if v1.0.4
19252026-08-20T07:01:53.180Z Compiling shlex v1.3.0
19262026-08-20T07:01:53.311Z Compiling find-msvc-tools v0.1.9
19272026-08-20T07:01:53.314Z Compiling autocfg v1.5.0
19282026-08-20T07:01:53.314Z Compiling version_check v0.9.5
19292026-08-20T07:01:53.315Z Compiling zerocopy v0.8.55
19302026-08-20T07:01:53.315Z Compiling portable-atomic v1.13.1
19312026-08-20T07:01:53.323Z Compiling memchr v2.8.0
19322026-08-20T07:01:53.326Z Compiling zmij v1.0.21
19332026-08-20T07:01:53.732Z Compiling serde_json v1.0.151
19342026-08-20T07:01:53.736Z Compiling libm v0.2.16
19352026-08-20T07:01:53.748Z Compiling getrandom v0.3.4
19362026-08-20T07:01:53.748Z Compiling parking_lot_core v0.9.12
19372026-08-20T07:01:53.804Z Compiling pkg-config v0.3.32
19382026-08-20T07:01:53.815Z Compiling generic-array v0.14.7
19392026-08-20T07:01:53.828Z Compiling icu_normalizer_data v2.1.1
19402026-08-20T07:01:53.904Z Compiling num-traits v0.2.19
19412026-08-20T07:01:53.923Z Compiling icu_properties_data v2.1.2
19422026-08-20T07:01:53.953Z Compiling smallvec v1.15.1
19432026-08-20T07:01:54.009Z Compiling rustix v1.1.4
19442026-08-20T07:01:54.046Z Compiling getrandom v0.4.3
19452026-08-20T07:01:54.062Z Compiling log v0.4.33
19462026-08-20T07:01:54.093Z Compiling itoa v1.0.17
19472026-08-20T07:01:54.131Z Compiling subtle v2.6.1
19482026-08-20T07:01:54.221Z Compiling stable_deref_trait v1.2.1
19492026-08-20T07:01:54.321Z Compiling jobserver v0.1.34
19502026-08-20T07:01:54.344Z Compiling errno v0.3.14
19512026-08-20T07:01:54.359Z Compiling scopeguard v1.2.0
19522026-08-20T07:01:54.403Z Compiling typenum v1.20.1
19532026-08-20T07:01:54.406Z Compiling heck v0.5.0
19542026-08-20T07:01:54.437Z Compiling critical-section v1.2.0
19552026-08-20T07:01:54.486Z Compiling lock_api v0.4.14
19562026-08-20T07:01:54.549Z Compiling syn v2.0.117
19572026-08-20T07:01:54.555Z Compiling syn v3.0.3
19582026-08-20T07:01:54.584Z Compiling cc v1.2.56
19592026-08-20T07:01:54.600Z Compiling thiserror v2.0.18
19602026-08-20T07:01:54.771Z Compiling getrandom v0.2.17
19612026-08-20T07:01:54.850Z Compiling fs_extra v1.3.0
19622026-08-20T07:01:54.883Z Compiling dunce v1.0.5
19632026-08-20T07:01:54.924Z Compiling rand_core v0.6.4
19642026-08-20T07:01:55.020Z Compiling writeable v0.6.2
19652026-08-20T07:01:55.038Z Compiling percent-encoding v2.3.2
19662026-08-20T07:01:55.059Z Compiling litemap v0.8.1
19672026-08-20T07:01:55.142Z Compiling once_cell v1.21.3
19682026-08-20T07:01:55.213Z Compiling const-oid v0.9.6
19692026-08-20T07:01:55.339Z Compiling cmake v0.1.57
19702026-08-20T07:01:55.384Z Compiling pin-project-lite v0.2.17
19712026-08-20T07:01:55.401Z Compiling schemars v0.8.22
19722026-08-20T07:01:55.533Z Compiling bitflags v2.11.0
19732026-08-20T07:01:55.555Z Compiling semver v1.0.28
19742026-08-20T07:01:55.632Z Compiling equivalent v1.0.2
19752026-08-20T07:01:55.746Z Compiling signal-hook-registry v1.4.8
19762026-08-20T07:01:55.810Z Compiling aws-lc-rs v1.16.3
19772026-08-20T07:01:55.892Z Compiling rand_core v0.10.0
19782026-08-20T07:01:55.912Z Compiling aws-lc-sys v0.40.0
19792026-08-20T07:01:55.957Z Compiling rustversion v1.0.22
19802026-08-20T07:01:56.062Z Compiling futures-core v0.3.32
19812026-08-20T07:01:56.119Z Compiling parking_lot v0.12.5
19822026-08-20T07:01:56.150Z Compiling mio v1.2.0
19832026-08-20T07:01:56.331Z Compiling utf8_iter v1.0.4
19842026-08-20T07:01:56.346Z Compiling crc32fast v1.5.0
19852026-08-20T07:01:56.397Z Compiling form_urlencoded v1.2.2
19862026-08-20T07:01:56.522Z Compiling serde_derive v1.0.229
19872026-08-20T07:01:56.629Z Compiling vcpkg v0.2.15
19882026-08-20T07:01:56.659Z Compiling strsim v0.11.1
19892026-08-20T07:01:56.682Z Compiling hashbrown v0.17.0
19902026-08-20T07:01:56.698Z Compiling byteorder v1.5.0
19912026-08-20T07:01:56.703Z Compiling fnv v1.0.7
19922026-08-20T07:01:56.770Z Compiling syn v1.0.109
19932026-08-20T07:01:56.989Z Compiling socket2 v0.6.3
19942026-08-20T07:01:57.168Z Compiling radium v0.7.0
19952026-08-20T07:01:57.201Z Compiling httparse v1.10.1
19962026-08-20T07:01:57.219Z Compiling futures-sink v0.3.32
19972026-08-20T07:01:57.259Z Compiling openssl-sys v0.9.117
19982026-08-20T07:01:57.338Z Compiling indexmap v2.14.0
19992026-08-20T07:01:57.361Z Compiling futures-channel v0.3.32
20002026-08-20T07:01:57.382Z Compiling synstructure v0.13.2
20012026-08-20T07:01:57.431Z Compiling serde_derive_internals v0.29.1
20022026-08-20T07:01:57.452Z Compiling slab v0.4.12
20032026-08-20T07:01:57.483Z Compiling thiserror v1.0.69
20042026-08-20T07:01:57.595Z Compiling futures-task v0.3.32
20052026-08-20T07:01:57.642Z Compiling futures-io v0.3.32
20062026-08-20T07:01:57.682Z Compiling iana-time-zone v0.1.65
20072026-08-20T07:01:57.770Z Compiling base64 v0.22.1
20082026-08-20T07:01:57.784Z Compiling maybe-uninit v2.0.0
20092026-08-20T07:01:57.812Z Compiling rustls v0.23.41
20102026-08-20T07:01:57.940Z Compiling rustc_version v0.4.1
20112026-08-20T07:01:58.217Z Compiling uuid v1.23.4
20122026-08-20T07:01:58.224Z Compiling bzip2-sys v0.1.13+1.0.8
20132026-08-20T07:01:58.224Z Compiling ahash v0.8.12
20142026-08-20T07:01:58.224Z Compiling packed_struct v0.10.1
20152026-08-20T07:01:58.287Z Compiling regex-syntax v0.8.10
20162026-08-20T07:01:58.347Z Compiling base64ct v1.8.3
20172026-08-20T07:01:58.347Z Compiling num-bigint-dig v0.8.6
20182026-08-20T07:01:58.448Z Compiling ucd-trie v0.1.7
20192026-08-20T07:01:58.448Z Compiling ident_case v1.0.1
20202026-08-20T07:01:58.464Z Compiling rand_core v0.9.5
20212026-08-20T07:01:58.504Z Compiling openssl v0.10.80
20222026-08-20T07:01:58.512Z Compiling pest v2.8.6
20232026-08-20T07:01:58.517Z Compiling fastrand v2.3.0
20242026-08-20T07:01:58.530Z Compiling dyn-clone v1.0.20
20252026-08-20T07:01:58.610Z Compiling zeroize_derive v1.5.0
20262026-08-20T07:01:58.666Z Compiling zerocopy-derive v0.8.55
20272026-08-20T07:01:58.713Z Compiling zerofrom-derive v0.1.6
20282026-08-20T07:01:58.731Z Compiling yoke-derive v0.8.1
20292026-08-20T07:01:58.738Z Compiling zerovec-derive v0.11.2
20302026-08-20T07:01:58.752Z Compiling displaydoc v0.2.5
20312026-08-20T07:01:58.753Z Compiling tokio-macros v2.7.0
20322026-08-20T07:01:58.863Z Compiling futures-macro v0.3.32
20332026-08-20T07:01:58.941Z Compiling der_derive v0.7.3
20342026-08-20T07:01:59.104Z Compiling thiserror-impl v2.0.18
20352026-08-20T07:01:59.147Z Compiling schemars_derive v0.8.22
20362026-08-20T07:01:59.442Z Compiling tracing-attributes v0.1.31
20372026-08-20T07:01:59.464Z Compiling thiserror-impl v1.0.69
20382026-08-20T07:01:59.620Z Compiling clap_derive v4.6.1
20392026-08-20T07:01:59.735Z Compiling zeroize v1.9.0
20402026-08-20T07:01:59.827Z Compiling bytes v1.11.1
20412026-08-20T07:01:59.846Z Compiling futures-util v0.3.32
20422026-08-20T07:01:59.881Z Compiling zerofrom v0.1.6
20432026-08-20T07:02:00.035Z Compiling yoke v0.8.1
20442026-08-20T07:02:00.094Z Compiling chrono v0.4.45
20452026-08-20T07:02:00.271Z Compiling zerovec v0.11.5
20462026-08-20T07:02:00.366Z Compiling zerotrie v0.2.3
20472026-08-20T07:02:00.578Z Compiling block-buffer v0.10.4
20482026-08-20T07:02:00.638Z Compiling crypto-common v0.1.7
20492026-08-20T07:02:00.660Z Compiling tokio v1.52.1
20502026-08-20T07:02:00.795Z Compiling digest v0.10.7
20512026-08-20T07:02:00.834Z Compiling tinystr v0.8.2
20522026-08-20T07:02:00.852Z Compiling potential_utf v0.1.4
20532026-08-20T07:02:00.908Z Compiling pem-rfc7468 v0.7.0
20542026-08-20T07:02:00.908Z Compiling flagset v0.4.7
20552026-08-20T07:02:01.018Z Compiling icu_locale_core v2.1.1
20562026-08-20T07:02:01.082Z Compiling icu_collections v2.1.1
20572026-08-20T07:02:01.132Z Compiling der v0.7.10
20582026-08-20T07:02:01.151Z Compiling packed_struct_codegen v0.10.1
20592026-08-20T07:02:01.515Z Compiling hex v0.4.3
20602026-08-20T07:02:01.618Z Compiling pest_meta v2.8.6
20612026-08-20T07:02:01.880Z Compiling icu_provider v2.1.1
20622026-08-20T07:02:01.907Z Compiling tempfile v3.27.0
20632026-08-20T07:02:01.976Z Compiling zerocopy-derive v0.6.6
20642026-08-20T07:02:02.179Z Compiling icu_properties v2.1.2
20652026-08-20T07:02:02.302Z Compiling icu_normalizer v2.1.1
20662026-08-20T07:02:02.759Z Compiling bitfield-macros v0.19.4
20672026-08-20T07:02:03.204Z Compiling idna_adapter v1.2.1
20682026-08-20T07:02:03.313Z Compiling indexmap v1.9.3
20692026-08-20T07:02:03.335Z Compiling idna v1.1.0
20702026-08-20T07:02:03.467Z Compiling ppv-lite86 v0.2.21
20712026-08-20T07:02:03.561Z Compiling pest_generator v2.8.6
20722026-08-20T07:02:03.606Z Compiling spki v0.7.3
20732026-08-20T07:02:03.694Z Compiling openssl-macros v0.1.1
20742026-08-20T07:02:03.733Z Compiling url v2.5.8
20752026-08-20T07:02:03.813Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20762026-08-20T07:02:03.847Z Compiling rand_chacha v0.9.0
20772026-08-20T07:02:03.938Z Compiling cpufeatures v0.2.17
20782026-08-20T07:02:03.956Z Compiling simd-adler32 v0.3.8
20792026-08-20T07:02:04.084Z Compiling paste v1.0.15
20802026-08-20T07:02:04.100Z Compiling native-tls v0.2.18
20812026-08-20T07:02:04.165Z Compiling rand v0.9.2
20822026-08-20T07:02:04.233Z Compiling pest_derive v2.8.6
20832026-08-20T07:02:04.457Z Compiling scroll_derive v0.13.1
20842026-08-20T07:02:04.706Z Compiling camino v1.2.5
20852026-08-20T07:02:04.774Z Compiling crossbeam-utils v0.8.21
20862026-08-20T07:02:04.895Z Compiling utf8parse v0.2.2
20872026-08-20T07:02:04.945Z Compiling anstyle v1.0.14
20882026-08-20T07:02:05.031Z Compiling adler2 v2.0.1
20892026-08-20T07:02:05.052Z Compiling anstyle-parse v1.0.0
20902026-08-20T07:02:05.206Z Compiling tokio-util v0.7.18
20912026-08-20T07:02:05.243Z Compiling miniz_oxide v0.8.9
20922026-08-20T07:02:05.247Z Compiling sha2 v0.10.9
20932026-08-20T07:02:05.275Z Compiling pkcs8 v0.10.2
20942026-08-20T07:02:05.279Z Compiling http v1.4.2
20952026-08-20T07:02:05.465Z Compiling rustls-pki-types v1.14.0
20962026-08-20T07:02:05.584Z Compiling daft-derive v0.1.7
20972026-08-20T07:02:05.677Z Compiling terminal_size v0.4.3
20982026-08-20T07:02:05.913Z Compiling spin v0.9.8
20992026-08-20T07:02:06.067Z Compiling anstyle-query v1.1.5
21002026-08-20T07:02:06.087Z Compiling tinyvec_macros v0.1.1
21012026-08-20T07:02:06.132Z Compiling time-core v0.1.8
21022026-08-20T07:02:06.174Z Compiling is_terminal_polyfill v1.70.2
21032026-08-20T07:02:06.177Z Compiling num-conv v0.2.0
21042026-08-20T07:02:06.204Z Compiling colorchoice v1.0.4
21052026-08-20T07:02:06.204Z Compiling tinyvec v1.10.0
21062026-08-20T07:02:06.312Z Compiling anstream v1.0.0
21072026-08-20T07:02:06.330Z Compiling async-trait v0.1.89
21082026-08-20T07:02:06.353Z Compiling time-macros v0.2.27
21092026-08-20T07:02:06.360Z Compiling structmeta-derive v0.3.0
21102026-08-20T07:02:06.511Z Compiling tracing-core v0.1.36
21112026-08-20T07:02:06.789Z Compiling plain v0.2.3
21122026-08-20T07:02:06.872Z Compiling object v0.37.3
21132026-08-20T07:02:06.889Z Compiling untrusted v0.7.1
21142026-08-20T07:02:06.925Z Compiling cmov v0.5.4
21152026-08-20T07:02:06.957Z Compiling tracing v0.1.44
21162026-08-20T07:02:07.155Z Compiling ctutils v0.4.2
21172026-08-20T07:02:07.189Z Compiling http-body v1.0.1
21182026-08-20T07:02:07.321Z Compiling toml_datetime v0.6.11
21192026-08-20T07:02:07.347Z Compiling serde_spanned v0.6.9
21202026-08-20T07:02:07.393Z Compiling pin-project-internal v1.1.11
21212026-08-20T07:02:07.438Z Compiling structmeta v0.3.0
21222026-08-20T07:02:07.474Z Compiling slog v2.8.2
21232026-08-20T07:02:07.519Z Compiling wait-timeout v0.2.1
21242026-08-20T07:02:07.533Z Compiling cookie v0.18.1
21252026-08-20T07:02:07.625Z Compiling zstd-safe v7.2.4
21262026-08-20T07:02:07.644Z Compiling openssl-probe v0.2.1
21272026-08-20T07:02:07.694Z Compiling bit-vec v0.8.0
21282026-08-20T07:02:07.768Z Compiling clap_lex v1.0.0
21292026-08-20T07:02:07.771Z Compiling tap v1.0.1
21302026-08-20T07:02:07.854Z Compiling quick-error v1.2.3
21312026-08-20T07:02:07.896Z Compiling untrusted v0.9.0
21322026-08-20T07:02:07.919Z Compiling bit-set v0.8.0
21332026-08-20T07:02:07.951Z Compiling rusty-fork v0.3.1
21342026-08-20T07:02:07.969Z Compiling clap_builder v4.6.0
21352026-08-20T07:02:07.985Z Compiling wyz v0.5.1
21362026-08-20T07:02:08.019Z Compiling derive-ex v0.1.8
21372026-08-20T07:02:08.195Z Compiling hybrid-array v0.4.13
21382026-08-20T07:02:08.229Z Compiling unicode-normalization v0.1.25
21392026-08-20T07:02:08.406Z Compiling rand_chacha v0.3.1
21402026-08-20T07:02:08.428Z Compiling signature v2.2.0
21412026-08-20T07:02:08.500Z Compiling rand_xorshift v0.4.0
21422026-08-20T07:02:08.536Z Compiling scroll_derive v0.12.1
21432026-08-20T07:02:08.566Z Compiling heapless v0.7.17
21442026-08-20T07:02:08.700Z Compiling num-integer v0.1.46
21452026-08-20T07:02:08.712Z Compiling aho-corasick v1.1.4
21462026-08-20T07:02:08.744Z Compiling try-lock v0.2.5
21472026-08-20T07:02:08.748Z Compiling tower-service v0.3.3
21482026-08-20T07:02:08.828Z Compiling usdt-impl v0.6.0
21492026-08-20T07:02:08.862Z Compiling tower-layer v0.3.3
21502026-08-20T07:02:08.984Z Compiling signal-hook v0.3.18
21512026-08-20T07:02:09.046Z Compiling funty v2.0.0
21522026-08-20T07:02:09.061Z Compiling anyhow v1.0.104
21532026-08-20T07:02:09.076Z Compiling zlib-rs v0.6.2
21542026-08-20T07:02:09.145Z Compiling atomic-waker v1.1.2
21552026-08-20T07:02:09.204Z Compiling pretty-hex v0.4.1
21562026-08-20T07:02:09.223Z Compiling unarray v0.1.4
21572026-08-20T07:02:09.292Z Compiling rustix v0.38.44
21582026-08-20T07:02:09.459Z Compiling bitvec v1.0.1
21592026-08-20T07:02:09.463Z Compiling proptest v1.11.0
21602026-08-20T07:02:09.502Z Compiling h2 v0.4.15
21612026-08-20T07:02:09.536Z Compiling test-strategy v0.4.5
21622026-08-20T07:02:09.624Z Compiling regex-automata v0.4.14
21632026-08-20T07:02:09.817Z Compiling num-iter v0.1.45
21642026-08-20T07:02:09.962Z Compiling clap v4.6.1
21652026-08-20T07:02:09.984Z Compiling want v0.3.1
21662026-08-20T07:02:10.411Z Compiling rand v0.8.6
21672026-08-20T07:02:10.692Z Compiling lazy_static v1.5.0
21682026-08-20T07:02:10.806Z Compiling ipnetwork v0.21.1
21692026-08-20T07:02:10.864Z Compiling scroll v0.13.0
21702026-08-20T07:02:11.151Z Compiling ipnet v2.12.0
21712026-08-20T07:02:11.211Z Compiling flate2 v1.1.9
21722026-08-20T07:02:11.330Z Compiling snafu-derive v0.8.9
21732026-08-20T07:02:11.660Z Compiling strum_macros v0.26.4
21742026-08-20T07:02:12.403Z Compiling darling_core v0.23.0
21752026-08-20T07:02:12.442Z Compiling darling_core v0.20.11
21762026-08-20T07:02:13.075Z Compiling crc-catalog v2.4.0
21772026-08-20T07:02:13.157Z Compiling foreign-types-shared v0.1.1
21782026-08-20T07:02:13.219Z Compiling httpdate v1.0.3
21792026-08-20T07:02:13.429Z Compiling winnow v0.5.40
21802026-08-20T07:02:13.433Z Compiling nodrop v0.1.14
21812026-08-20T07:02:13.468Z Compiling hyper v1.10.1
21822026-08-20T07:02:13.565Z Compiling array-init v0.0.4
21832026-08-20T07:02:13.696Z Compiling foreign-types v0.3.2
21842026-08-20T07:02:13.780Z Compiling crc v3.4.0
21852026-08-20T07:02:14.019Z Compiling newtype-uuid v1.3.2
21862026-08-20T07:02:14.285Z Compiling goblin v0.10.5
21872026-08-20T07:02:14.456Z Compiling darling_macro v0.20.11
21882026-08-20T07:02:14.600Z Compiling darling_macro v0.23.0
21892026-08-20T07:02:14.813Z Compiling oxnet v0.1.6
21902026-08-20T07:02:14.964Z Compiling toml_edit v0.19.15
21912026-08-20T07:02:14.979Z Compiling smallvec v0.6.14
21922026-08-20T07:02:15.243Z Compiling pkcs1 v0.7.5
21932026-08-20T07:02:15.501Z Compiling bitfield v0.19.4
21942026-08-20T07:02:15.537Z Compiling zerocopy v0.6.6
21952026-08-20T07:02:15.812Z Compiling zerocopy-derive v0.7.35
21962026-08-20T07:02:15.828Z Compiling curve25519-dalek v4.1.3
21972026-08-20T07:02:16.152Z Compiling env_filter v2.0.0
21982026-08-20T07:02:16.289Z Compiling memoffset v0.9.1
21992026-08-20T07:02:16.440Z Compiling smoltcp v0.9.1
22002026-08-20T07:02:16.703Z Compiling hashbrown v0.12.3
22012026-08-20T07:02:16.740Z Compiling owo-colors v4.3.0
22022026-08-20T07:02:16.761Z Compiling litrs v1.0.0
22032026-08-20T07:02:16.844Z Compiling ref-cast v1.0.25
22042026-08-20T07:02:16.988Z Compiling base64 v0.21.7
22052026-08-20T07:02:17.083Z Compiling dof v0.4.0
22062026-08-20T07:02:17.258Z Compiling document-features v0.2.12
22072026-08-20T07:02:17.306Z Compiling ron v0.8.1
22082026-08-20T07:02:17.670Z Compiling toml v0.7.8
22092026-08-20T07:02:17.686Z Compiling env_logger v0.11.11
22102026-08-20T07:02:17.928Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22112026-08-20T07:02:17.943Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22122026-08-20T07:02:17.998Z Compiling rsa v0.9.10
22132026-08-20T07:02:18.170Z Compiling darling v0.23.0
22142026-08-20T07:02:18.273Z Compiling daft v0.1.7
22152026-08-20T07:02:18.333Z Compiling serde-hex v0.1.0
22162026-08-20T07:02:18.510Z Compiling darling v0.20.11
22172026-08-20T07:02:18.597Z Compiling hyper-util v0.1.20
22182026-08-20T07:02:18.614Z Compiling bzip2 v0.4.4
22192026-08-20T07:02:18.730Z Compiling hashbrown v0.13.2
22202026-08-20T07:02:19.273Z Compiling dtrace-parser v0.3.0
22212026-08-20T07:02:19.354Z Compiling x509-cert v0.2.5
22222026-08-20T07:02:19.641Z Compiling hmac v0.12.1
22232026-08-20T07:02:19.821Z Compiling async-recursion v1.1.1
22242026-08-20T07:02:19.981Z Compiling sync_wrapper v1.0.2
22252026-08-20T07:02:20.109Z Compiling thread-id v5.1.0
22262026-08-20T07:02:20.210Z Compiling powerfmt v0.2.0
22272026-08-20T07:02:20.351Z Compiling siphasher v1.0.2
22282026-08-20T07:02:20.419Z Compiling cfg_aliases v0.2.1
22292026-08-20T07:02:20.435Z Compiling crc-any v2.5.0
22302026-08-20T07:02:20.507Z Compiling nix v0.31.2
22312026-08-20T07:02:20.717Z Compiling deranged v0.5.8
22322026-08-20T07:02:20.886Z Compiling tower v0.5.3
22332026-08-20T07:02:21.484Z Compiling object v0.30.4
22342026-08-20T07:02:21.861Z Compiling zip v0.6.6
22352026-08-20T07:02:21.900Z Compiling derive_builder_core v0.20.2
22362026-08-20T07:02:22.300Z Compiling serde_with_macros v3.21.0
22372026-08-20T07:02:22.317Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22382026-08-20T07:02:22.615Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22392026-08-20T07:02:22.930Z Compiling bstr v1.12.1
22402026-08-20T07:02:22.951Z Compiling crypto-common v0.2.2
22412026-08-20T07:02:23.027Z Compiling block-buffer v0.12.1
22422026-08-20T07:02:23.346Z Compiling http-body-util v0.1.3
22432026-08-20T07:02:23.729Z Compiling futures-executor v0.3.32
22442026-08-20T07:02:23.801Z Compiling hubpack_derive v0.1.1
22452026-08-20T07:02:23.921Z Compiling serde_tokenstream v0.2.3
22462026-08-20T07:02:24.019Z Compiling erased-serde v0.3.31
22472026-08-20T07:02:24.023Z Compiling ref-cast-impl v1.0.25
22482026-08-20T07:02:24.161Z Compiling strum_macros v0.27.2
22492026-08-20T07:02:24.228Z Compiling curve25519-dalek-derive v0.1.1
22502026-08-20T07:02:24.267Z Compiling fs-err v3.3.0
22512026-08-20T07:02:24.278Z Compiling usdt-impl v0.5.0
22522026-08-20T07:02:24.482Z Compiling num_threads v0.1.7
22532026-08-20T07:02:24.510Z Compiling gimli v0.32.3
22542026-08-20T07:02:24.631Z Compiling same-file v1.0.6
22552026-08-20T07:02:24.711Z Compiling ryu v1.0.23
22562026-08-20T07:02:24.817Z Compiling unicode-properties v0.1.4
22572026-08-20T07:02:24.902Z Compiling path-slash v0.1.5
22582026-08-20T07:02:25.034Z Compiling allocator-api2 v0.2.21
22592026-08-20T07:02:25.090Z Compiling iri-string v0.7.10
22602026-08-20T07:02:25.375Z Compiling unicode-bidi v0.3.18
22612026-08-20T07:02:25.427Z Compiling time v0.3.47
22622026-08-20T07:02:25.571Z Compiling serde_urlencoded v0.7.1
22632026-08-20T07:02:25.788Z Compiling stringprep v0.1.5
22642026-08-20T07:02:26.236Z Compiling addr2line v0.25.1
22652026-08-20T07:02:26.569Z Compiling tower-http v0.6.8
22662026-08-20T07:02:26.721Z Compiling walkdir v2.5.0
22672026-08-20T07:02:27.440Z Compiling futures v0.3.32
22682026-08-20T07:02:28.006Z Compiling derive_builder_macro v0.20.2
22692026-08-20T07:02:28.170Z Compiling tokio-native-tls v0.3.1
22702026-08-20T07:02:28.189Z Compiling strum v0.26.3
22712026-08-20T07:02:28.369Z Compiling block-padding v0.4.2
22722026-08-20T07:02:28.401Z Compiling scroll v0.12.0
22732026-08-20T07:02:28.467Z Compiling pin-project v1.1.11
22742026-08-20T07:02:28.502Z Compiling rustls-native-certs v0.8.3
22752026-08-20T07:02:28.588Z Compiling md-5 v0.10.6
22762026-08-20T07:02:28.631Z Compiling vergen-lib v9.1.0
22772026-08-20T07:02:28.647Z Compiling hash32 v0.2.1
22782026-08-20T07:02:28.693Z Compiling encoding_rs v0.8.35
22792026-08-20T07:02:28.785Z Compiling mime v0.3.17
22802026-08-20T07:02:28.853Z Compiling rustc-demangle v0.1.27
22812026-08-20T07:02:28.870Z Compiling fallible-iterator v0.2.0
22822026-08-20T07:02:28.914Z Compiling psl-types v2.0.11
22832026-08-20T07:02:28.985Z Compiling cpufeatures v0.3.0
22842026-08-20T07:02:29.052Z Compiling jiff-core v0.1.0
22852026-08-20T07:02:29.076Z Compiling publicsuffix v2.3.0
22862026-08-20T07:02:29.171Z Compiling postgres-protocol v0.6.10
22872026-08-20T07:02:29.275Z Compiling goblin v0.8.2
22882026-08-20T07:02:29.670Z Compiling snafu v0.8.9
22892026-08-20T07:02:29.687Z Compiling derive_builder v0.20.2
22902026-08-20T07:02:29.708Z Compiling inout v0.2.2
22912026-08-20T07:02:29.888Z Compiling jiff v0.2.34
22922026-08-20T07:02:30.023Z Compiling hyper-tls v0.6.0
22932026-08-20T07:02:30.053Z Compiling backtrace v0.3.76
22942026-08-20T07:02:30.334Z Compiling usdt-attr-macro v0.6.0
22952026-08-20T07:02:30.379Z Compiling usdt-macro v0.6.0
22962026-08-20T07:02:30.520Z Compiling globset v0.4.18
22972026-08-20T07:02:30.537Z Compiling phf_shared v0.13.1
22982026-08-20T07:02:30.540Z Compiling crossbeam-epoch v0.9.18
22992026-08-20T07:02:30.909Z Compiling zerocopy v0.7.35
23002026-08-20T07:02:31.028Z Compiling regex v1.12.3
23012026-08-20T07:02:31.292Z Compiling serde_plain v1.0.2
23022026-08-20T07:02:31.442Z Compiling miette-derive v7.6.0
23032026-08-20T07:02:31.471Z Compiling serde_repr v0.1.20
23042026-08-20T07:02:31.519Z Compiling enum-as-inner v0.6.1
23052026-08-20T07:02:31.552Z Compiling pem v3.0.6
23062026-08-20T07:02:31.590Z Compiling vergen v9.1.0
23072026-08-20T07:02:31.650Z Compiling ff v0.13.1
23082026-08-20T07:02:31.816Z Compiling cargo-platform v0.3.2
23092026-08-20T07:02:31.841Z Compiling filetime v0.2.27
23102026-08-20T07:02:31.950Z Compiling either v1.15.0
23112026-08-20T07:02:32.033Z Compiling smawk v0.3.2
23122026-08-20T07:02:32.078Z Compiling typed-path v0.9.3
23132026-08-20T07:02:32.092Z Compiling unicode-segmentation v1.12.0
23142026-08-20T07:02:32.111Z Compiling base16ct v0.2.0
23152026-08-20T07:02:32.188Z Compiling bitflags v1.3.2
23162026-08-20T07:02:32.201Z Compiling xattr v1.6.1
23172026-08-20T07:02:32.274Z Compiling bumpalo v3.20.2
23182026-08-20T07:02:32.298Z Compiling foldhash v0.2.0
23192026-08-20T07:02:32.342Z Compiling managed v0.8.0
23202026-08-20T07:02:32.377Z Compiling foldhash v0.1.5
23212026-08-20T07:02:32.393Z Compiling libbz2-rs-sys v0.2.2
23222026-08-20T07:02:32.533Z Compiling unicode-width v0.2.0
23232026-08-20T07:02:32.567Z Compiling is_ci v1.2.0
23242026-08-20T07:02:32.571Z Compiling unicode-linebreak v0.1.5
23252026-08-20T07:02:32.661Z Compiling const-oid v0.10.2
23262026-08-20T07:02:32.818Z Compiling bzip2 v0.6.1
23272026-08-20T07:02:32.836Z Compiling digest v0.11.3
23282026-08-20T07:02:32.871Z Compiling textwrap v0.16.2
23292026-08-20T07:02:33.015Z Compiling supports-color v3.0.2
23302026-08-20T07:02:33.068Z Compiling hashbrown v0.15.5
23312026-08-20T07:02:33.084Z Compiling zopfli v0.8.3
23322026-08-20T07:02:33.106Z Compiling hashbrown v0.16.1
23332026-08-20T07:02:33.184Z Compiling tar v0.4.46
23342026-08-20T07:02:33.280Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23352026-08-20T07:02:33.607Z Compiling sec1 v0.7.3
23362026-08-20T07:02:33.628Z Compiling cargo_metadata v0.23.1
23372026-08-20T07:02:33.673Z Compiling group v0.13.0
23382026-08-20T07:02:33.705Z Compiling dof v0.3.0
23392026-08-20T07:02:34.963Z Compiling phf v0.13.1
23402026-08-20T07:02:35.079Z Compiling backtrace-ext v0.2.1
23412026-08-20T07:02:35.095Z Compiling zstd v0.13.3
23422026-08-20T07:02:35.254Z Compiling reqwest v0.12.28
23432026-08-20T07:02:35.290Z Compiling signal-hook-mio v0.2.5
23442026-08-20T07:02:35.357Z Compiling cookie_store v0.22.1
23452026-08-20T07:02:35.420Z Compiling cipher v0.5.2
23462026-08-20T07:02:35.476Z Compiling postgres-types v0.2.12
23472026-08-20T07:02:35.710Z Compiling strum v0.27.2
23482026-08-20T07:02:35.880Z Compiling hubpack v0.1.2
23492026-08-20T07:02:35.976Z Compiling phf_shared v0.11.3
23502026-08-20T07:02:35.992Z Compiling hkdf v0.12.4
23512026-08-20T07:02:36.008Z Compiling dtrace-parser v0.2.0
23522026-08-20T07:02:36.110Z Compiling byte-wrapper v0.1.0
23532026-08-20T07:02:36.156Z Compiling ed25519 v2.2.3
23542026-08-20T07:02:36.180Z Compiling olpc-cjson v0.1.4
23552026-08-20T07:02:36.603Z Compiling crypto-bigint v0.5.5
23562026-08-20T07:02:36.638Z Compiling serde-big-array v0.5.1
23572026-08-20T07:02:36.715Z Compiling float-cmp v0.10.0
23582026-08-20T07:02:36.820Z Compiling memmap2 v0.9.10
23592026-08-20T07:02:36.883Z Compiling thread-id v4.2.2
23602026-08-20T07:02:37.063Z Compiling fixedbitset v0.5.7
23612026-08-20T07:02:37.084Z Compiling new_debug_unreachable v1.0.6
23622026-08-20T07:02:37.157Z Compiling unicode-width v0.1.14
23632026-08-20T07:02:37.173Z Compiling static_assertions v1.1.0
23642026-08-20T07:02:37.176Z Compiling fixedbitset v0.4.2
23652026-08-20T07:02:37.176Z Compiling precomputed-hash v0.1.1
23662026-08-20T07:02:37.279Z Compiling winnow v1.0.3
23672026-08-20T07:02:37.356Z Compiling whoami v2.1.0
23682026-08-20T07:02:37.372Z Compiling normalize-line-endings v0.3.0
23692026-08-20T07:02:37.378Z Compiling predicates-core v1.0.10
23702026-08-20T07:02:37.421Z Compiling winnow v0.7.14
23712026-08-20T07:02:37.457Z Compiling keccak v0.1.6
23722026-08-20T07:02:37.490Z Compiling difflib v0.4.0
23732026-08-20T07:02:37.514Z Compiling supports-hyperlinks v3.2.0
23742026-08-20T07:02:37.671Z Compiling toml_write v0.1.2
23752026-08-20T07:02:37.717Z Compiling data-encoding v2.10.0
23762026-08-20T07:02:37.951Z Compiling supports-unicode v3.0.0
23772026-08-20T07:02:38.111Z Compiling rayon-core v1.13.0
23782026-08-20T07:02:38.368Z Compiling toml_parser v1.1.2+spec-1.1.0
23792026-08-20T07:02:38.459Z Compiling miette v7.6.0
23802026-08-20T07:02:38.603Z Compiling hickory-proto v0.25.2
23812026-08-20T07:02:38.913Z Compiling toml_edit v0.22.27
23822026-08-20T07:02:39.204Z Compiling predicates v3.1.4
23832026-08-20T07:02:39.449Z Compiling sha3 v0.10.8
23842026-08-20T07:02:39.571Z Compiling tokio-postgres v0.7.16
23852026-08-20T07:02:39.612Z Compiling elliptic-curve v0.13.8
23862026-08-20T07:02:39.787Z Compiling petgraph v0.6.5
23872026-08-20T07:02:39.960Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23882026-08-20T07:02:39.978Z Compiling petgraph v0.8.3
23892026-08-20T07:02:39.995Z Compiling string_cache v0.8.9
23902026-08-20T07:02:40.234Z Compiling usdt v0.6.0
23912026-08-20T07:02:40.506Z Compiling chacha20 v0.10.0
23922026-08-20T07:02:41.291Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23932026-08-20T07:02:41.963Z Compiling ed25519-dalek v2.2.0
23942026-08-20T07:02:42.288Z Compiling zip v4.6.1
23952026-08-20T07:02:42.738Z Compiling crossterm v0.28.1
23962026-08-20T07:02:42.906Z Compiling iddqd v0.4.2
23972026-08-20T07:02:43.524Z Compiling heck v0.4.1
23982026-08-20T07:02:43.584Z Compiling similar v2.7.0
23992026-08-20T07:02:43.752Z Compiling itertools v0.13.0
24002026-08-20T07:02:43.846Z Compiling itertools v0.15.0
24012026-08-20T07:02:44.184Z Compiling serde_with v3.21.0
24022026-08-20T07:02:45.057Z Compiling tokio-stream v0.1.18
24032026-08-20T07:02:45.075Z Compiling buf-list v1.1.2
24042026-08-20T07:02:45.122Z Compiling half v2.7.1
24052026-08-20T07:02:45.174Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24062026-08-20T07:02:45.244Z Compiling openapiv3 v2.2.0
24072026-08-20T07:02:45.547Z Compiling ciborium-io v0.2.2
24082026-08-20T07:02:45.627Z Compiling peg-runtime v0.8.5
24092026-08-20T07:02:45.949Z Compiling lalrpop-util v0.19.12
24102026-08-20T07:02:46.579Z Compiling ciborium-ll v0.2.2
24112026-08-20T07:02:47.606Z Compiling crossbeam-deque v0.8.6
24122026-08-20T07:02:47.990Z Compiling camino-tempfile v1.4.1
24132026-08-20T07:02:48.392Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24142026-08-20T07:02:48.859Z Compiling blake3 v1.8.5
24152026-08-20T07:02:48.974Z Compiling fs-err v2.11.0
24162026-08-20T07:02:51.313Z Compiling rustls-webpki v0.103.13
24172026-08-20T07:02:51.932Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24182026-08-20T07:02:53.135Z Compiling ciborium v0.2.2
24192026-08-20T07:02:53.523Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24202026-08-20T07:02:54.123Z Compiling thread_local v1.1.9
24212026-08-20T07:02:54.145Z Compiling constant_time_eq v0.4.2
24222026-08-20T07:02:54.351Z Compiling arrayvec v0.7.6
24232026-08-20T07:02:54.551Z Compiling slog-async v2.8.0
24242026-08-20T07:02:54.607Z Compiling arrayref v0.3.9
24252026-08-20T07:02:54.715Z Compiling tokio-rustls v0.26.4
24262026-08-20T07:02:54.833Z Compiling rustls-platform-verifier v0.6.2
24272026-08-20T07:02:54.858Z Compiling tough v0.22.0
24282026-08-20T07:02:54.951Z Compiling hyper-rustls v0.27.7
24292026-08-20T07:02:55.014Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24302026-08-20T07:02:55.061Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24312026-08-20T07:02:55.271Z Compiling reqwest v0.13.2
24322026-08-20T07:02:55.341Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24332026-08-20T07:02:55.373Z Compiling toml v0.8.23
24342026-08-20T07:02:55.537Z Compiling atomicwrites v0.4.4
24352026-08-20T07:02:55.696Z Compiling digest-io v0.1.0
24362026-08-20T07:02:55.841Z Compiling sha2 v0.11.0
24372026-08-20T07:02:55.858Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24382026-08-20T07:02:55.862Z Compiling crossbeam-channel v0.5.15
24392026-08-20T07:02:55.891Z Compiling serde_path_to_error v0.1.20
24402026-08-20T07:02:55.918Z Compiling is-terminal v0.4.17
24412026-08-20T07:02:56.041Z Compiling parse-size v1.1.0
24422026-08-20T07:02:56.058Z Compiling rawzip v0.4.4
24432026-08-20T07:02:56.256Z Compiling debug-ignore v1.0.5
24442026-08-20T07:02:56.310Z Compiling indent_write v2.2.0
24452026-08-20T07:02:56.365Z Compiling term v1.2.1
24462026-08-20T07:02:56.395Z Compiling topological-sort v0.2.2
24472026-08-20T07:02:56.491Z Compiling take_mut v0.2.2
24482026-08-20T07:02:56.558Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24492026-08-20T07:02:56.584Z Compiling shell-words v1.1.1
24502026-08-20T07:02:56.851Z Compiling slog-term v2.9.2
24512026-08-20T07:02:58.421Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24522026-08-20T07:03:04.617Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24532026-08-20T07:03:06.687Z Compiling omicron-zone-package v0.12.3
24542026-08-20T07:03:07.328Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24552026-08-20T07:03:07.349Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24562026-08-20T07:03:07.452Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24572026-08-20T07:03:11.956Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24582026-08-20T07:03:24.275Z Finished `release` profile [optimized] target(s) in 1m 31s
24592026-08-20T07:03:24.419Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24602026-08-20T07:03:24.477ZAug 20 07:03:23.316 DEBG changing working directory to /work/oxidecomputer/omicron
24612026-08-20T07:03:24.571ZAug 20 07:03:23.413 DEBG running: git rev-parse HEAD
24622026-08-20T07:03:24.575ZAug 20 07:03:23.415 DEBG process exited with exit status: 0 (2.558311ms)
24632026-08-20T07:03:24.575ZAug 20 07:03:23.415 INFO version: 23.0.0-0.ci+git6aca0e9d4fa
24642026-08-20T07:03:24.583ZAug 20 07:03:23.424 INFO cloning helios to /work/oxidecomputer/helios
24652026-08-20T07:03:24.583ZAug 20 07:03:23.424 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24662026-08-20T07:03:24.586ZCloning into '/work/oxidecomputer/helios'...
24672026-08-20T07:03:25.207ZAug 20 07:03:24.047 DEBG process exited with exit status: 0 (622.901278ms)
24682026-08-20T07:03:25.207ZAug 20 07:03:24.047 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24692026-08-20T07:03:25.210ZAug 20 07:03:24.050 DEBG process exited with exit status: 0 (2.500281ms)
24702026-08-20T07:03:25.210ZAug 20 07:03:24.050 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24712026-08-20T07:03:25.570ZAug 20 07:03:24.409 DEBG process exited with exit status: 0 (359.659942ms)
24722026-08-20T07:03:25.570ZAug 20 07:03:24.410 DEBG running: zfs list rpool/images/build/host
24732026-08-20T07:03:25.574ZNAME USED AVAIL REFER MOUNTPOINT
24742026-08-20T07:03:25.575Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24752026-08-20T07:03:25.575ZAug 20 07:03:24.414 DEBG process exited with exit status: 0 (4.361511ms)
24762026-08-20T07:03:25.575ZAug 20 07:03:24.414 DEBG running: zfs list rpool/images/build/recovery
24772026-08-20T07:03:25.580ZNAME USED AVAIL REFER MOUNTPOINT
24782026-08-20T07:03:25.580Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24792026-08-20T07:03:25.581ZAug 20 07:03:24.417 DEBG process exited with exit status: 0 (3.539932ms)
24802026-08-20T07:03:25.581ZAug 20 07:03:24.418 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24812026-08-20T07:03:25.589ZAug 20 07:03:24.430 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026082001.0.0; the console needs a client regen and tools/console_version needs a bump
24822026-08-20T07:03:25.592ZAug 20 07:03:24.431 INFO [hubris-staging] running task
24832026-08-20T07:03:25.592ZAug 20 07:03:24.431 INFO [hubris-production] running task
24842026-08-20T07:03:25.592ZAug 20 07:03:24.431 INFO [incorp-manifest] running task
24852026-08-20T07:03:25.592ZAug 20 07:03:24.431 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24862026-08-20T07:03:25.592ZAug 20 07:03:24.432 INFO [incorp-create] running: pkgrepo create /work/incorporation
24872026-08-20T07:03:25.592ZAug 20 07:03:24.433 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24882026-08-20T07:03:25.593ZAug 20 07:03:24.433 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
24892026-08-20T07:03:25.631Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24902026-08-20T07:03:25.829ZAug 20 07:03:24.669 INFO [incorp-create] process exited with exit status: 0 (237.571237ms)
24912026-08-20T07:03:25.833ZAug 20 07:03:24.669 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24922026-08-20T07:03:26.023Z[ omicron-package] Blocking waiting for file lock on package cache
24932026-08-20T07:03:26.071ZAug 20 07:03:24.904 INFO [incorp-publisher] process exited with exit status: 0 (235.130766ms)
24942026-08-20T07:03:26.785ZAug 20 07:03:25.625 INFO [hubris-production] task succeeded (1.194402477s)
24952026-08-20T07:03:26.979Z[ omicron-package] Blocking waiting for file lock on package cache
24962026-08-20T07:03:27.305ZAug 20 07:03:26.146 DEBG process exited with exit status: 0 (1.714627797s)
24972026-08-20T07:03:27.305ZAug 20 07:03:26.146 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24982026-08-20T07:03:28.021Z[ omicron-package] Compiling macaddr v1.0.1
24992026-08-20T07:03:28.026Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25002026-08-20T07:03:28.026Z[ omicron-package] Compiling secrecy v0.10.3
25012026-08-20T07:03:28.026Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25022026-08-20T07:03:28.030Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25032026-08-20T07:03:28.030Z[ omicron-package] Compiling heapless v0.8.0
25042026-08-20T07:03:28.030Z[ omicron-package] Compiling ingot-macros v0.2.0
25052026-08-20T07:03:28.030Z[ omicron-package] Compiling hash32 v0.3.1
25062026-08-20T07:03:28.030Z[ omicron-package] Compiling inout v0.1.4
25072026-08-20T07:03:28.030Z[ omicron-package] Compiling multer v3.1.0
25082026-08-20T07:03:28.030Z[ omicron-package] Compiling compression-core v0.4.31
25092026-08-20T07:03:28.030Z[ omicron-package] Compiling match_cfg v0.1.0
25102026-08-20T07:03:28.030Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25112026-08-20T07:03:28.030Z[ omicron-package] Compiling smoltcp v0.11.0
25122026-08-20T07:03:28.030Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132026-08-20T07:03:28.030Z[ omicron-package] Compiling slog-json v2.6.1
25142026-08-20T07:03:29.184Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-08-20T07:03:29.184Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25162026-08-20T07:03:29.279Z[ omicron-package] Compiling hostname v0.3.1
25172026-08-20T07:03:29.282Z[ omicron-package] Compiling compression-codecs v0.4.37
25182026-08-20T07:03:29.282Z[ omicron-package] Compiling cipher v0.4.4
25192026-08-20T07:03:29.282Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25202026-08-20T07:03:29.288Z[ omicron-package] Compiling cobs v0.3.0
25212026-08-20T07:03:29.464Z[ omicron-package] Compiling universal-hash v0.5.1
25222026-08-20T07:03:29.472Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25232026-08-20T07:03:29.555ZAug 20 07:03:28.396 DEBG process exited with exit status: 0 (2.250039584s)
25242026-08-20T07:03:29.558ZAug 20 07:03:28.397 INFO [incorp-manifest] task succeeded (3.966189701s)
25252026-08-20T07:03:29.558ZAug 20 07:03:28.397 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25262026-08-20T07:03:29.572Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25272026-08-20T07:03:29.572Z[ omicron-package] Compiling dropshot v0.17.1
25282026-08-20T07:03:29.696Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25292026-08-20T07:03:29.696Z[ omicron-package] Compiling serde_spanned v1.1.1
25302026-08-20T07:03:29.779ZAug 20 07:03:28.620 INFO [incorp-fmt] process exited with exit status: 0 (223.005472ms)
25312026-08-20T07:03:29.782ZAug 20 07:03:28.623 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25322026-08-20T07:03:29.886Z[ omicron-package] Compiling async-stream-impl v0.3.6
25332026-08-20T07:03:29.939Z[ omicron-package] Compiling convert_case v0.4.0
25342026-08-20T07:03:29.960Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25352026-08-20T07:03:30.048Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25362026-08-20T07:03:30.132Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260820T070328Z
25372026-08-20T07:03:30.132Z[ incorp-pkgsend] PUBLISHED
25382026-08-20T07:03:30.132Z[ omicron-package] Compiling opaque-debug v0.3.1
25392026-08-20T07:03:30.163Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25402026-08-20T07:03:30.180ZAug 20 07:03:29.021 INFO [incorp-pkgsend] process exited with exit status: 0 (399.903486ms)
25412026-08-20T07:03:30.183ZAug 20 07:03:29.021 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25422026-08-20T07:03:30.201Z[ omicron-package] Compiling async-compression v0.4.41
25432026-08-20T07:03:30.201Z[ omicron-package] Compiling poly1305 v0.8.0
25442026-08-20T07:03:30.277Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25452026-08-20T07:03:30.380Z[ omicron-package] Compiling derive_more v0.99.20
25462026-08-20T07:03:30.390Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25472026-08-20T07:03:30.434Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25482026-08-20T07:03:30.461Z[ omicron-package] Compiling chacha20 v0.9.1
25492026-08-20T07:03:30.482Z[ helios-incorp] Retrieving packages for publisher helios ...
25502026-08-20T07:03:30.491Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25512026-08-20T07:03:30.516Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25522026-08-20T07:03:30.516Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25532026-08-20T07:03:30.516Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25542026-08-20T07:03:30.520Z[ helios-incorp]
25552026-08-20T07:03:30.524Z[ helios-incorp] Archiving packages ...
25562026-08-20T07:03:30.524Z[ helios-incorp] Packages to add: 1
25572026-08-20T07:03:30.524Z[ helios-incorp] Files to retrieve: 0
25582026-08-20T07:03:30.524Z[ helios-incorp] Estimated transfer size: 0.00 B
25592026-08-20T07:03:30.524Z[ helios-incorp]
25602026-08-20T07:03:30.524Z[ helios-incorp] Packages to archive:
25612026-08-20T07:03:30.524Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260820T070328Z
25622026-08-20T07:03:30.524Z[ helios-incorp]
25632026-08-20T07:03:30.524Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25642026-08-20T07:03:30.524Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25652026-08-20T07:03:30.550Z[ omicron-package] Compiling postcard v1.1.3
25662026-08-20T07:03:30.551Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25672026-08-20T07:03:30.626ZAug 20 07:03:29.467 INFO [helios-incorp] process exited with exit status: 0 (446.341644ms)
25682026-08-20T07:03:30.646Z[ omicron-package] Compiling async-stream v0.3.6
25692026-08-20T07:03:30.650Z[ omicron-package] Compiling num_enum_derive v0.7.6
25702026-08-20T07:03:30.650Z[ omicron-package] Compiling slog-bunyan v2.5.0
25712026-08-20T07:03:30.894Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25722026-08-20T07:03:31.022Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25732026-08-20T07:03:31.108Z[ omicron-package] Compiling sha1 v0.11.0
25742026-08-20T07:03:31.138Z[ omicron-package] Compiling progenitor-client v0.14.0
25752026-08-20T07:03:31.164Z[ omicron-package] Compiling parse-display-derive v0.10.0
25762026-08-20T07:03:31.198Z[ omicron-package] Compiling waitgroup v0.1.2
25772026-08-20T07:03:31.217Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25782026-08-20T07:03:31.220Z[ omicron-package] Compiling backon v1.6.0
25792026-08-20T07:03:31.221Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25802026-08-20T07:03:31.441Z[ omicron-package] Compiling ingot-types v0.2.0
25812026-08-20T07:03:31.620Z[ omicron-package] Compiling password-hash v0.5.0
25822026-08-20T07:03:31.662Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
25832026-08-20T07:03:31.689Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25842026-08-20T07:03:31.710Z[ omicron-package] Compiling blake2 v0.10.6
25852026-08-20T07:03:31.734Z[ omicron-package] Compiling aead v0.5.2
25862026-08-20T07:03:31.754Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25872026-08-20T07:03:31.790Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25882026-08-20T07:03:31.790Z[ omicron-package] Compiling proc-macro-error v1.0.4
25892026-08-20T07:03:32.054Z[ omicron-package] Compiling ingot v0.2.1
25902026-08-20T07:03:32.105Z[ omicron-package] Compiling hostname v0.4.2
25912026-08-20T07:03:32.236Z[ omicron-package] Compiling instant v0.1.13
25922026-08-20T07:03:32.252Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25932026-08-20T07:03:32.312Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25942026-08-20T07:03:32.387Z[ omicron-package] Compiling backoff v0.4.0
25952026-08-20T07:03:32.431Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
25962026-08-20T07:03:32.524Z[ omicron-package] Compiling argon2 v0.5.3
25972026-08-20T07:03:32.548Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25982026-08-20T07:03:32.638Z[ omicron-package] Compiling num_enum v0.7.6
25992026-08-20T07:03:32.678Z[ omicron-package] Compiling num_enum_derive v0.5.11
26002026-08-20T07:03:32.726Z[ omicron-package] Compiling progenitor-extras v0.2.0
26012026-08-20T07:03:32.793Z[ omicron-package] Compiling vsss-rs v3.3.4
26022026-08-20T07:03:32.829Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26032026-08-20T07:03:32.932Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26042026-08-20T07:03:33.020Z[ omicron-package] Compiling foreign-types v0.5.0
26052026-08-20T07:03:33.024Z[ omicron-package] Compiling parse-display v0.10.0
26062026-08-20T07:03:33.125Z[ omicron-package] Compiling regress v0.10.5
26072026-08-20T07:03:33.209Z[ omicron-package] Compiling itertools v0.14.0
26082026-08-20T07:03:33.209Z[ omicron-package] Compiling tabwriter v1.4.1
26092026-08-20T07:03:33.267Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26102026-08-20T07:03:33.362Z[ omicron-package] Compiling cstr-argument v0.1.2
26112026-08-20T07:03:33.462Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26122026-08-20T07:03:33.641Z[ omicron-package] Compiling humantime v2.3.0
26132026-08-20T07:03:33.679Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26142026-08-20T07:03:33.805Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26152026-08-20T07:03:33.949Z[ omicron-package] Compiling num_enum v0.5.11
26162026-08-20T07:03:34.031Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26172026-08-20T07:03:34.085Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26182026-08-20T07:03:34.172Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26192026-08-20T07:03:34.189Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26202026-08-20T07:03:34.209Z[ omicron-package] Compiling rayon v1.11.0
26212026-08-20T07:03:34.243Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26222026-08-20T07:03:34.264Z[ omicron-package] Compiling rand v0.10.1
26232026-08-20T07:03:34.388Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26242026-08-20T07:03:34.424Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26252026-08-20T07:03:34.465Z[ omicron-package] Compiling libefi-sys v0.1.0
26262026-08-20T07:03:34.539Z[ omicron-package] Compiling colored v3.1.1
26272026-08-20T07:03:34.603Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26282026-08-20T07:03:34.659Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26292026-08-20T07:03:34.845Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26302026-08-20T07:03:34.913Z[ omicron-package] Compiling itertools v0.12.1
26312026-08-20T07:03:35.032Z[ omicron-package] Compiling usdt-macro v0.5.0
26322026-08-20T07:03:35.100Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26332026-08-20T07:03:35.272Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26342026-08-20T07:03:35.302Z[ omicron-package] Compiling sigpipe v0.1.3
26352026-08-20T07:03:35.363Z[ omicron-package] Compiling memmap v0.7.0
26362026-08-20T07:03:35.363Z[ omicron-package] Compiling num-derive v0.4.2
26372026-08-20T07:03:35.439Z[ omicron-package] Compiling bitfield-struct v0.6.2
26382026-08-20T07:03:35.464Z[ omicron-package] Compiling glob v0.3.3
26392026-08-20T07:03:35.690Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26402026-08-20T07:03:35.858Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26412026-08-20T07:03:35.999Z[ omicron-package] Compiling swrite v0.1.0
26422026-08-20T07:03:36.202Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26432026-08-20T07:03:36.390Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26442026-08-20T07:03:36.529Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26452026-08-20T07:03:36.672Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26462026-08-20T07:03:36.672Z[ omicron-package] Compiling usdt v0.5.0
26472026-08-20T07:03:36.845Z[ omicron-package] Compiling zone v0.3.1
26482026-08-20T07:03:36.849Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26492026-08-20T07:03:36.879Z[ omicron-package] Compiling smf v0.2.3
26502026-08-20T07:03:36.962Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26512026-08-20T07:03:37.136Z[ omicron-package] Compiling whoami v1.6.1
26522026-08-20T07:03:37.186Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26532026-08-20T07:03:37.246Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26542026-08-20T07:03:37.346Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26552026-08-20T07:03:37.553Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26562026-08-20T07:03:37.556Z[ omicron-package] Compiling gethostname v0.5.0
26572026-08-20T07:03:37.708Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26582026-08-20T07:03:37.740Z[ omicron-package] Compiling console v0.16.2
26592026-08-20T07:03:37.759Z[ omicron-package] Compiling unit-prefix v0.5.2
26602026-08-20T07:03:37.931Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26612026-08-20T07:03:38.281Z[ omicron-package] Compiling indicatif v0.18.4
26622026-08-20T07:03:41.378ZAug 20 07:03:40.218 INFO [hubris-staging] task succeeded (15.786994887s)
26632026-08-20T07:03:41.877Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26642026-08-20T07:03:42.548Z[ helios-setup] Aug 20 07:03:41.382 INFO helios repository root is: /work/oxidecomputer/helios
26652026-08-20T07:03:42.556Z[ helios-setup] Aug 20 07:03:41.383 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
26662026-08-20T07:03:42.556Z[ helios-setup] Aug 20 07:03:41.383 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26672026-08-20T07:03:42.556Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26682026-08-20T07:03:43.325Z[ helios-setup] Aug 20 07:03:42.158 INFO clone ok!, project: dmar-report
26692026-08-20T07:03:43.335Z[ helios-setup] Aug 20 07:03:42.159 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
26702026-08-20T07:03:43.335Z[ helios-setup] Aug 20 07:03:42.159 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26712026-08-20T07:03:43.335Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26722026-08-20T07:03:43.899Z[ helios-setup] Aug 20 07:03:42.737 INFO clone ok!, project: phbl
26732026-08-20T07:03:43.899Z[ helios-setup] Aug 20 07:03:42.737 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
26742026-08-20T07:03:43.899Z[ helios-setup] Aug 20 07:03:42.737 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
26752026-08-20T07:03:43.905Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26762026-08-20T07:03:44.711Z[ helios-setup] Aug 20 07:03:43.552 INFO clone ok!, project: amd-host-image-builder
26772026-08-20T07:03:44.711Z[ helios-setup] Aug 20 07:03:43.552 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
26782026-08-20T07:03:44.711Z[ helios-setup] Aug 20 07:03:43.552 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26792026-08-20T07:03:44.714Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26802026-08-20T07:03:45.196Z[ helios-setup] Aug 20 07:03:44.037 INFO clone ok!, project: pinprick
26812026-08-20T07:03:45.196Z[ helios-setup] Aug 20 07:03:44.037 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26822026-08-20T07:03:45.196Z[ helios-setup] Aug 20 07:03:44.037 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26832026-08-20T07:03:45.201Z[ helios-setup] Aug 20 07:03:44.037 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26842026-08-20T07:03:45.201Z[ helios-setup] Aug 20 07:03:44.037 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
26852026-08-20T07:03:45.201Z[ helios-setup] Aug 20 07:03:44.038 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26862026-08-20T07:03:45.201Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26872026-08-20T07:03:45.750Z[ helios-setup] Aug 20 07:03:44.591 INFO clone ok!, project: bootserver
26882026-08-20T07:03:45.750Z[ helios-setup] Aug 20 07:03:44.591 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
26892026-08-20T07:03:45.753Z[ helios-setup] Aug 20 07:03:44.591 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26902026-08-20T07:03:45.753Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26912026-08-20T07:03:50.879Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26922026-08-20T07:03:54.388Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26932026-08-20T07:03:55.482Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26942026-08-20T07:03:56.748Z[ helios-setup] Aug 20 07:03:55.587 INFO clone ok!, project: amd-firmware
26952026-08-20T07:03:56.748Z[ helios-setup] Aug 20 07:03:55.587 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
26962026-08-20T07:03:56.757Z[ helios-setup] Aug 20 07:03:55.587 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26972026-08-20T07:03:56.757Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26982026-08-20T07:03:57.343Z[ helios-setup] Aug 20 07:03:56.184 INFO clone ok!, project: image-builder
26992026-08-20T07:03:57.343Z[ helios-setup] Aug 20 07:03:56.184 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
27002026-08-20T07:03:57.347Z[ helios-setup] Aug 20 07:03:56.184 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27012026-08-20T07:03:57.347Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27022026-08-20T07:03:58.318Z[ helios-setup] Aug 20 07:03:57.159 INFO clone ok!, project: chelsio-t6-roms
27032026-08-20T07:03:58.318Z[ helios-setup] Aug 20 07:03:57.159 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
27042026-08-20T07:03:58.324Z[ helios-setup] Aug 20 07:03:57.160 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27052026-08-20T07:03:58.324Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27062026-08-20T07:03:59.687Z[ helios-setup] Aug 20 07:03:58.519 INFO clone ok!, project: pilot
27072026-08-20T07:03:59.708Z[ helios-setup] Aug 20 07:03:58.519 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27082026-08-20T07:03:59.949Z[ helios-setup] Aug 20 07:03:58.729 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27092026-08-20T07:04:00.105Z[ helios-setup] Aug 20 07:03:58.940 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27102026-08-20T07:04:00.106Z[ helios-setup] Aug 20 07:03:58.940 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27112026-08-20T07:04:00.369Z[ helios-setup] Aug 20 07:03:59.150 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27122026-08-20T07:04:00.542Z[ helios-setup] Aug 20 07:03:59.358 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27132026-08-20T07:04:00.542Z[ helios-setup] Aug 20 07:03:59.358 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27142026-08-20T07:04:00.737Z[ helios-setup] Aug 20 07:03:59.568 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27152026-08-20T07:04:01.032Z[ helios-setup] Aug 20 07:03:59.790 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27162026-08-20T07:04:01.032Z[ helios-setup] Aug 20 07:03:59.790 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27172026-08-20T07:04:01.071Z[ helios-setup] Aug 20 07:03:59.790 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27182026-08-20T07:04:01.072Z[ helios-setup] Aug 20 07:03:59.790 INFO ok!
27192026-08-20T07:04:01.072Z[ helios-setup] Aug 20 07:03:59.790 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27202026-08-20T07:04:01.072Z[ helios-setup] Aug 20 07:03:59.790 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27212026-08-20T07:04:01.072Z[ helios-setup] Aug 20 07:03:59.790 INFO ok!
27222026-08-20T07:04:01.072Z[ helios-setup] Aug 20 07:03:59.790 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27232026-08-20T07:04:01.073Z[ helios-setup] Aug 20 07:03:59.790 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27242026-08-20T07:04:01.073Z[ helios-setup] Aug 20 07:03:59.790 INFO ok!
27252026-08-20T07:04:01.073Z[ helios-setup] Aug 20 07:03:59.790 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27262026-08-20T07:04:01.073Z[ helios-setup] Aug 20 07:03:59.799 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
27272026-08-20T07:04:01.073Z[ helios-setup] Aug 20 07:03:59.799 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27282026-08-20T07:04:01.073Z[ helios-setup] Aug 20 07:03:59.799 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27292026-08-20T07:04:01.125Z[ helios-setup] Aug 20 07:03:59.900 INFO E| Updating crates.io index
27302026-08-20T07:04:01.184Z[ helios-setup] Aug 20 07:03:59.979 INFO E| Downloading crates ...
27312026-08-20T07:04:01.238Z[ helios-setup] Aug 20 07:04:00.023 INFO E| Downloaded time-macros v0.2.22
27322026-08-20T07:04:01.238Z[ helios-setup] Aug 20 07:04:00.030 INFO E| Downloaded anyhow v1.0.98
27332026-08-20T07:04:01.238Z[ helios-setup] Aug 20 07:04:00.036 INFO E| Downloaded time-core v0.1.4
27342026-08-20T07:04:01.238Z[ helios-setup] Aug 20 07:04:00.041 INFO E| Downloaded itoa v1.0.15
27352026-08-20T07:04:01.285Z[ helios-setup] Aug 20 07:04:00.058 INFO E| Downloaded errno v0.3.12
27362026-08-20T07:04:01.285Z[ helios-setup] Aug 20 07:04:00.061 INFO E| Downloaded thiserror-impl v2.0.12
27372026-08-20T07:04:01.285Z[ helios-setup] Aug 20 07:04:00.064 INFO E| Downloaded autocfg v1.4.0
27382026-08-20T07:04:01.285Z[ helios-setup] Aug 20 07:04:00.065 INFO E| Downloaded thiserror v2.0.12
27392026-08-20T07:04:01.285Z[ helios-setup] Aug 20 07:04:00.071 INFO E| Downloaded iana-time-zone v0.1.63
27402026-08-20T07:04:01.285Z[ helios-setup] Aug 20 07:04:00.073 INFO E| Downloaded deranged v0.4.0
27412026-08-20T07:04:01.285Z[ helios-setup] Aug 20 07:04:00.083 INFO E| Downloaded tempfile v3.20.0
27422026-08-20T07:04:01.285Z[ helios-setup] Aug 20 07:04:00.084 INFO E| Downloaded quote v1.0.40
27432026-08-20T07:04:01.286Z[ helios-setup] Aug 20 07:04:00.086 INFO E| Downloaded serde_with_macros v3.12.0
27442026-08-20T07:04:01.286Z[ helios-setup] Aug 20 07:04:00.087 INFO E| Downloaded bitflags v2.9.1
27452026-08-20T07:04:01.286Z[ helios-setup] Aug 20 07:04:00.089 INFO E| Downloaded unicode-ident v1.0.18
27462026-08-20T07:04:01.286Z[ helios-setup] Aug 20 07:04:00.091 INFO E| Downloaded ryu v1.0.20
27472026-08-20T07:04:01.326Z[ helios-setup] Aug 20 07:04:00.099 INFO E| Downloaded proc-macro2 v1.0.95
27482026-08-20T07:04:01.326Z[ helios-setup] Aug 20 07:04:00.103 INFO E| Downloaded getrandom v0.3.3
27492026-08-20T07:04:01.326Z[ helios-setup] Aug 20 07:04:00.105 INFO E| Downloaded serde_derive v1.0.219
27502026-08-20T07:04:01.326Z[ helios-setup] Aug 20 07:04:00.119 INFO E| Downloaded serde v1.0.219
27512026-08-20T07:04:01.326Z[ helios-setup] Aug 20 07:04:00.128 INFO E| Downloaded memchr v2.7.4
27522026-08-20T07:04:01.327Z[ helios-setup] Aug 20 07:04:00.135 INFO E| Downloaded indexmap v2.9.0
27532026-08-20T07:04:01.327Z[ helios-setup] Aug 20 07:04:00.150 INFO E| Downloaded hashbrown v0.15.3
27542026-08-20T07:04:01.369Z[ helios-setup] Aug 20 07:04:00.153 INFO E| Downloaded time v0.3.41
27552026-08-20T07:04:01.369Z[ helios-setup] Aug 20 07:04:00.157 INFO E| Downloaded serde_with v3.12.0
27562026-08-20T07:04:01.369Z[ helios-setup] Aug 20 07:04:00.164 INFO E| Downloaded serde_json v1.0.140
27572026-08-20T07:04:01.421Z[ helios-setup] Aug 20 07:04:00.189 INFO E| Downloaded chrono v0.4.41
27582026-08-20T07:04:01.421Z[ helios-setup] Aug 20 07:04:00.197 INFO E| Downloaded syn v2.0.101
27592026-08-20T07:04:01.421Z[ helios-setup] Aug 20 07:04:00.215 INFO E| Downloaded rustix v1.0.7
27602026-08-20T07:04:01.437Z[ helios-setup] Aug 20 07:04:00.236 INFO E| Downloaded libc v0.2.172
27612026-08-20T07:04:01.449Z[ helios-setup] Aug 20 07:04:00.283 INFO E| Compiling proc-macro2 v1.0.95
27622026-08-20T07:04:01.449Z[ helios-setup] Aug 20 07:04:00.283 INFO E| Compiling unicode-ident v1.0.18
27632026-08-20T07:04:01.449Z[ helios-setup] Aug 20 07:04:00.283 INFO E| Compiling libc v0.2.172
27642026-08-20T07:04:01.449Z[ helios-setup] Aug 20 07:04:00.283 INFO E| Compiling strsim v0.11.1
27652026-08-20T07:04:01.449Z[ helios-setup] Aug 20 07:04:00.283 INFO E| Compiling ident_case v1.0.1
27662026-08-20T07:04:01.449Z[ helios-setup] Aug 20 07:04:00.283 INFO E| Compiling fnv v1.0.7
27672026-08-20T07:04:01.449Z[ helios-setup] Aug 20 07:04:00.283 INFO E| Compiling serde v1.0.219
27682026-08-20T07:04:01.450Z[ helios-setup] Aug 20 07:04:00.283 INFO E| Compiling getrandom v0.3.3
27692026-08-20T07:04:01.450Z[ helios-setup] Aug 20 07:04:00.283 INFO E| Compiling rustix v1.0.7
27702026-08-20T07:04:01.450Z[ helios-setup] Aug 20 07:04:00.283 INFO E| Compiling anyhow v1.0.98
27712026-08-20T07:04:01.462Z[ helios-setup] Aug 20 07:04:00.299 INFO E| Compiling thiserror v2.0.12
27722026-08-20T07:04:01.477Z[ helios-setup] Aug 20 07:04:00.299 INFO E| Compiling cfg-if v1.0.0
27732026-08-20T07:04:01.478Z[ helios-setup] Aug 20 07:04:00.299 INFO E| Compiling bitflags v2.9.1
27742026-08-20T07:04:01.478Z[ helios-setup] Aug 20 07:04:00.300 INFO E| Compiling serde_json v1.0.140
27752026-08-20T07:04:01.478Z[ helios-setup] Aug 20 07:04:00.300 INFO E| Compiling memchr v2.7.4
27762026-08-20T07:04:01.479Z[ helios-setup] Aug 20 07:04:00.300 INFO E| Compiling ryu v1.0.20
27772026-08-20T07:04:01.570Z[ helios-setup] Aug 20 07:04:00.401 INFO E| Compiling itoa v1.0.15
27782026-08-20T07:04:01.593Z[ helios-setup] Aug 20 07:04:00.424 INFO E| Compiling fastrand v2.3.0
27792026-08-20T07:04:01.609Z[ helios-setup] Aug 20 07:04:00.428 INFO E| Compiling once_cell v1.21.3
27802026-08-20T07:04:01.611Z[ helios-setup] Aug 20 07:04:00.433 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27812026-08-20T07:04:02.072Z[ helios-setup] Aug 20 07:04:00.903 INFO E| Compiling errno v0.3.12
27822026-08-20T07:04:02.314Z[ helios-setup] Aug 20 07:04:01.148 INFO E| Compiling quote v1.0.40
27832026-08-20T07:04:02.464Z[ helios-setup] Aug 20 07:04:01.302 INFO E| Compiling syn v2.0.101
27842026-08-20T07:04:02.828Z[ helios-setup] Aug 20 07:04:01.664 INFO E| Compiling tempfile v3.20.0
27852026-08-20T07:04:04.537Z[ helios-setup] Aug 20 07:04:03.378 INFO E| Compiling darling_core v0.20.11
27862026-08-20T07:04:04.880Z[ helios-setup] Aug 20 07:04:03.721 INFO E| Compiling serde_derive v1.0.219
27872026-08-20T07:04:04.880Z[ helios-setup] Aug 20 07:04:03.721 INFO E| Compiling thiserror-impl v2.0.12
27882026-08-20T07:04:05.715Z[ helios-setup] Aug 20 07:04:04.556 INFO E| Compiling darling_macro v0.20.11
27892026-08-20T07:04:05.840Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.24s
27902026-08-20T07:04:06.075Z[ omicron-package]
27912026-08-20T07:04:06.075Z[ omicron-package] real 40.421599234
27922026-08-20T07:04:06.077Z[ omicron-package] user 3:54.477755463
27932026-08-20T07:04:06.077Z[ omicron-package] sys 27.736478706
27942026-08-20T07:04:06.080Z[ omicron-package] trap 0.475793674
27952026-08-20T07:04:06.080Z[ omicron-package] tflt 0.790789399
27962026-08-20T07:04:06.080Z[ omicron-package] dflt 2.755129295
27972026-08-20T07:04:06.081Z[ omicron-package] kflt 0.001360640
27982026-08-20T07:04:06.081Z[ omicron-package] lock 11:38.410871905
27992026-08-20T07:04:06.081Z[ omicron-package] slp 6:13.696310760
28002026-08-20T07:04:06.081Z[ omicron-package] lat 49.309608573
28012026-08-20T07:04:06.081Z[ omicron-package] stop 2:00.137184363
28022026-08-20T07:04:06.081ZAug 20 07:04:04.917 INFO [omicron-package] process exited with exit status: 0 (40.483481107s)
28032026-08-20T07:04:06.081ZAug 20 07:04:04.917 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28042026-08-20T07:04:06.081ZAug 20 07:04:04.917 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28052026-08-20T07:04:06.086Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28062026-08-20T07:04:06.087Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28072026-08-20T07:04:06.090Z[ host-target] Created new build target 'host' and set it as active
28082026-08-20T07:04:06.090Z[ recovery-target] Created new build target 'recovery' and set it as active
28092026-08-20T07:04:06.094ZAug 20 07:04:04.932 INFO [host-target] process exited with exit status: 0 (15.278156ms)
28102026-08-20T07:04:06.094ZAug 20 07:04:04.932 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28112026-08-20T07:04:06.094ZAug 20 07:04:04.933 INFO [recovery-target] process exited with exit status: 0 (15.311636ms)
28122026-08-20T07:04:06.098Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28132026-08-20T07:04:06.247Z[ helios-setup] Aug 20 07:04:05.088 INFO E| Compiling darling v0.20.11
28142026-08-20T07:04:06.314Z[ helios-setup] Aug 20 07:04:05.155 INFO E| Compiling serde_with_macros v3.12.0
28152026-08-20T07:04:07.659Z[ host-package] Compiling heck v0.5.0
28162026-08-20T07:04:07.659Z[ host-package] Compiling regress v0.11.1
28172026-08-20T07:04:07.905Z[ host-package] Compiling unsafe-libyaml v0.2.11
28182026-08-20T07:04:07.924Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28192026-08-20T07:04:07.952Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28202026-08-20T07:04:07.952Z[ host-package] Compiling derive-where v1.6.0
28212026-08-20T07:04:07.952Z[ host-package] Compiling bytecount v0.6.9
28222026-08-20T07:04:08.026Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28232026-08-20T07:04:08.026Z[ host-package] Compiling atomicwrites v0.4.4
28242026-08-20T07:04:08.044Z[ host-package] Compiling is-terminal v0.4.17
28252026-08-20T07:04:08.044Z[ host-package] Compiling prettyplease v0.2.37
28262026-08-20T07:04:08.044Z[ host-package] Compiling newline-converter v0.3.0
28272026-08-20T07:04:08.057Z[ host-package] Compiling console v0.15.11
28282026-08-20T07:04:08.150Z[ host-package] Compiling slog-dtrace v0.3.0
28292026-08-20T07:04:08.150Z[ host-package] Compiling cancel-safe-futures v0.1.5
28302026-08-20T07:04:08.171Z[ host-package] Compiling resolv-conf v0.7.6
28312026-08-20T07:04:08.190Z[ host-package] Compiling num-rational v0.4.2
28322026-08-20T07:04:08.243Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28332026-08-20T07:04:08.291Z[ host-package] Compiling num-complex v0.4.6
28342026-08-20T07:04:08.319Z[ host-package] Compiling thread_local v1.1.9
28352026-08-20T07:04:08.361Z[ host-package] Compiling compression-core v0.4.31
28362026-08-20T07:04:08.398Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28372026-08-20T07:04:08.496Z[ host-package] Compiling expectorate v1.2.0
28382026-08-20T07:04:08.612Z[ host-package] Compiling match_cfg v0.1.0
28392026-08-20T07:04:08.676Z[ helios-setup] Aug 20 07:04:07.497 INFO E| Compiling serde_with v3.12.0
28402026-08-20T07:04:08.776Z[ host-package] Compiling num v0.4.3
28412026-08-20T07:04:08.854Z[ host-package] Compiling hostname v0.3.1
28422026-08-20T07:04:08.957Z[ host-package] Compiling compression-codecs v0.4.37
28432026-08-20T07:04:08.958Z[ host-package] Compiling multer v3.1.0
28442026-08-20T07:04:09.029Z[ host-package] Compiling slog-async v2.8.0
28452026-08-20T07:04:09.029Z[ host-package] Compiling crossbeam-channel v0.5.15
28462026-08-20T07:04:09.089Z[ host-package] Compiling slog-json v2.6.1
28472026-08-20T07:04:09.135Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28482026-08-20T07:04:09.135Z[ host-package] Compiling serde_spanned v1.1.1
28492026-08-20T07:04:09.222Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28502026-08-20T07:04:09.223Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28512026-08-20T07:04:09.329Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28522026-08-20T07:04:09.329Z[ host-package] Compiling float-ord v0.3.2
28532026-08-20T07:04:09.430Z[ host-package] Compiling term v1.2.1
28542026-08-20T07:04:09.430Z[ host-package] Compiling linear-map v1.2.0
28552026-08-20T07:04:09.430Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28562026-08-20T07:04:09.495Z[ host-package] Compiling take_mut v0.2.2
28572026-08-20T07:04:09.495Z[ host-package] Compiling linked-hash-map v0.5.6
28582026-08-20T07:04:09.675Z[ host-package] Compiling typify-impl v0.6.2
28592026-08-20T07:04:09.676Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28602026-08-20T07:04:09.736Z[ host-package] Compiling slog-bunyan v2.5.0
28612026-08-20T07:04:09.785Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28622026-08-20T07:04:09.785Z[ host-package] Compiling slog-term v2.9.2
28632026-08-20T07:04:09.927Z[ host-package] Compiling async-compression v0.4.41
28642026-08-20T07:04:10.022Z[ host-package] Compiling lru-cache v0.1.2
28652026-08-20T07:04:10.095Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28662026-08-20T07:04:10.107Z[ host-package] Compiling async-stream v0.3.6
28672026-08-20T07:04:10.242Z[ host-package] Compiling dropshot v0.17.1
28682026-08-20T07:04:10.271Z[ host-package] Compiling sha1 v0.11.0
28692026-08-20T07:04:10.330Z[ host-package] Compiling progenitor-client v0.14.0
28702026-08-20T07:04:10.330Z[ host-package] Compiling waitgroup v0.1.2
28712026-08-20T07:04:10.401Z[ host-package] Compiling rustls-pemfile v2.2.0
28722026-08-20T07:04:10.462Z[ host-package] Compiling backon v1.6.0
28732026-08-20T07:04:10.508Z[ host-package] Compiling oxide-update-engine v0.1.2
28742026-08-20T07:04:10.533Z[ host-package] Compiling serde_path_to_error v0.1.20
28752026-08-20T07:04:10.659Z[ host-package] Compiling hostname v0.4.2
28762026-08-20T07:04:10.688Z[ host-package] Compiling instant v0.1.13
28772026-08-20T07:04:10.745Z[ host-package] Compiling debug-ignore v1.0.5
28782026-08-20T07:04:10.754Z[ host-package] Compiling minimal-lexical v0.2.1
28792026-08-20T07:04:10.860Z[ host-package] Compiling backoff v0.4.0
28802026-08-20T07:04:10.891Z[ host-package] Compiling progenitor-extras v0.2.0
28812026-08-20T07:04:10.973Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28822026-08-20T07:04:10.996Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28832026-08-20T07:04:11.090Z[ host-package] Compiling nom v7.1.3
28842026-08-20T07:04:11.159Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28852026-08-20T07:04:11.282Z[ host-package] Compiling parse-display v0.10.0
28862026-08-20T07:04:11.288Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28872026-08-20T07:04:11.288Z[ host-package] Compiling hickory-proto v0.24.4
28882026-08-20T07:04:11.950Z[ host-package] Compiling regress v0.10.5
28892026-08-20T07:04:12.006Z[ host-package] Compiling itertools v0.14.0
28902026-08-20T07:04:12.267Z[ host-package] Compiling macaddr v1.0.1
28912026-08-20T07:04:12.509Z[ host-package] Compiling unicode-xid v0.2.6
28922026-08-20T07:04:12.559Z[ host-package] Compiling humantime v2.3.0
28932026-08-20T07:04:12.715Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28942026-08-20T07:04:12.728Z[ helios-setup] Aug 20 07:04:11.569 INFO E| Finished `release` profile [optimized] target(s) in 11.75s
28952026-08-20T07:04:12.757Z[ helios-setup] Aug 20 07:04:11.595 INFO building project "dmar-report" ok (11 seconds)
28962026-08-20T07:04:12.757Z[ helios-setup] Aug 20 07:04:11.595 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
28972026-08-20T07:04:12.780Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28982026-08-20T07:04:12.809Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28992026-08-20T07:04:12.861Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
29002026-08-20T07:04:12.904Z[ host-package] Compiling convert_case v0.10.0
29012026-08-20T07:04:13.070Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29022026-08-20T07:04:13.108Z[ host-package] Compiling typify-macro v0.6.2
29032026-08-20T07:04:13.176Z[ host-package] Compiling toml v0.8.23
29042026-08-20T07:04:13.201Z[ host-package] Compiling derive_more-impl v2.1.1
29052026-08-20T07:04:13.418Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29062026-08-20T07:04:13.809Z[ host-package] Compiling papergrid v0.11.0
29072026-08-20T07:04:13.881Z[ host-package] Compiling tabled_derive v0.7.0
29082026-08-20T07:04:14.027Z[ host-package] Compiling derive_more v2.1.1
29092026-08-20T07:04:14.091Z[ host-package] Compiling termtree v0.5.1
29102026-08-20T07:04:14.132Z[ host-package] Compiling crossterm v0.29.0
29112026-08-20T07:04:14.221Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29122026-08-20T07:04:14.273Z[ host-package] Compiling hickory-resolver v0.24.4
29132026-08-20T07:04:14.319Z[ host-package] Compiling phf_shared v0.12.1
29142026-08-20T07:04:14.613Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29152026-08-20T07:04:14.847Z[ host-package] Compiling typify v0.6.2
29162026-08-20T07:04:15.018Z[ host-package] Compiling progenitor-impl v0.14.0
29172026-08-20T07:04:15.178Z[ host-package] Compiling tabled v0.15.0
29182026-08-20T07:04:16.193Z[ host-package] Compiling qorb v0.4.1
29192026-08-20T07:04:16.254Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29202026-08-20T07:04:16.801Z[ host-package] Compiling csv-core v0.1.13
29212026-08-20T07:04:17.137Z[ host-package] Compiling vte v0.14.1
29222026-08-20T07:04:17.363Z[ host-package] Compiling chrono-tz v0.10.4
29232026-08-20T07:04:17.415Z[ host-package] Compiling highway v1.3.0
29242026-08-20T07:04:17.441Z[ host-package] Compiling progenitor-macro v0.14.0
29252026-08-20T07:04:17.633Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29262026-08-20T07:04:18.275Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29272026-08-20T07:04:19.348Z[ host-package] Compiling csv v1.4.0
29282026-08-20T07:04:19.471Z[ host-package] Compiling phf v0.12.1
29292026-08-20T07:04:19.550Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29302026-08-20T07:04:19.788Z[ host-package] Compiling const_format_proc_macros v0.2.34
29312026-08-20T07:04:19.908Z[ host-package] Compiling fd-lock v4.0.4
29322026-08-20T07:04:20.060Z[ host-package] Compiling peg-macros v0.8.5
29332026-08-20T07:04:20.145Z[ host-package] Compiling nu-ansi-term v0.50.3
29342026-08-20T07:04:20.486Z[ host-package] Compiling reedline v0.40.0
29352026-08-20T07:04:20.767Z[ host-package] Compiling const_format v0.2.35
29362026-08-20T07:04:21.025Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29372026-08-20T07:04:21.457Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29382026-08-20T07:04:21.580Z[ host-package] Compiling peg v0.8.5
29392026-08-20T07:04:21.749Z[ host-package] Compiling bcs v0.1.6
29402026-08-20T07:04:22.060Z[ host-package] Compiling progenitor v0.14.0
29412026-08-20T07:04:22.277Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29422026-08-20T07:04:22.340Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29432026-08-20T07:04:22.422Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29442026-08-20T07:04:22.690Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29452026-08-20T07:04:22.985Z[ host-package] Compiling nom v8.0.0
29462026-08-20T07:04:23.256Z[ host-package] Compiling semver v0.1.20
29472026-08-20T07:04:23.771Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29482026-08-20T07:04:24.075Z[ host-package] Compiling rustc_version v0.1.7
29492026-08-20T07:04:24.434Z[ host-package] Compiling newtype_derive v0.1.6
29502026-08-20T07:04:24.725Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29512026-08-20T07:04:24.827Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29522026-08-20T07:04:25.229Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29532026-08-20T07:04:25.370Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29542026-08-20T07:04:25.799Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29552026-08-20T07:04:26.198Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29562026-08-20T07:04:26.231Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
29572026-08-20T07:04:26.494Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
29582026-08-20T07:04:26.585Z[ host-package] Compiling steno v0.4.1
29592026-08-20T07:04:26.726Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29602026-08-20T07:04:27.191Z[ host-package] Compiling sha1 v0.10.6
29612026-08-20T07:04:27.226Z[ host-package] Compiling tagptr v0.2.0
29622026-08-20T07:04:27.465Z[ host-package] Compiling utf-8 v0.7.6
29632026-08-20T07:04:27.755Z[ host-package] Compiling moka v0.12.13
29642026-08-20T07:04:27.799Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29652026-08-20T07:04:28.019Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29662026-08-20T07:04:28.225Z[ host-package] Compiling tungstenite v0.21.0
29672026-08-20T07:04:28.514Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29682026-08-20T07:04:28.997Z[ host-package] Compiling tokio-tungstenite v0.21.0
29692026-08-20T07:04:29.223Z[ host-package] Compiling hickory-resolver v0.25.2
29702026-08-20T07:04:29.415Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
29712026-08-20T07:04:30.532Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29722026-08-20T07:04:31.481Z[ host-package] Compiling darling_core v0.21.3
29732026-08-20T07:04:31.990Z[ host-package] Compiling display-error-chain v0.2.2
29742026-08-20T07:04:32.166Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29752026-08-20T07:04:32.248Z[ host-package] Compiling libscf-sys v1.2.0
29762026-08-20T07:04:32.457Z[ host-package] Compiling vergen-lib v0.1.6
29772026-08-20T07:04:32.881Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
29782026-08-20T07:04:33.035Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
29792026-08-20T07:04:33.932Z[ host-package] Compiling darling_macro v0.21.3
29802026-08-20T07:04:34.453Z[ host-package] Compiling darling v0.21.3
29812026-08-20T07:04:34.558Z[ host-package] Compiling diesel_derives v2.3.7
29822026-08-20T07:04:34.597Z[ host-package] Compiling dsl_auto_type v0.2.0
29832026-08-20T07:04:34.915Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29842026-08-20T07:04:35.096Z[ host-package] Compiling vergen-gitcl v1.0.8
29852026-08-20T07:04:35.191Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29862026-08-20T07:04:35.240Z[ host-package] Compiling dirs-sys-next v0.1.2
29872026-08-20T07:04:35.298Z[ helios-setup] Aug 20 07:04:34.138 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')"
29882026-08-20T07:04:35.298Z[ helios-setup] Aug 20 07:04:34.139 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
29892026-08-20T07:04:35.331Z[ helios-setup] Aug 20 07:04:34.172 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')"
29902026-08-20T07:04:35.335Z[ helios-setup] Aug 20 07:04:34.172 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29912026-08-20T07:04:35.335Z[ helios-setup] Aug 20 07:04:34.172 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29922026-08-20T07:04:35.365Z[ host-package] Compiling crunchy v0.2.4
29932026-08-20T07:04:35.407Z[ host-package] Compiling glob v0.3.3
29942026-08-20T07:04:35.468Z[ host-package] Compiling maplit v1.0.2
29952026-08-20T07:04:35.506Z[ helios-setup] Aug 20 07:04:34.347 INFO E| Updating crates.io index
29962026-08-20T07:04:35.509Z[ helios-setup] Aug 20 07:04:34.347 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29972026-08-20T07:04:35.579Z[ host-package] Compiling dirs-next v2.0.0
29982026-08-20T07:04:35.637Z[ host-package] Compiling r2d2 v0.8.10
29992026-08-20T07:04:35.734Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30002026-08-20T07:04:35.789Z[ host-package] Compiling clang-sys v1.8.1
30012026-08-20T07:04:35.902Z[ host-package] Compiling papergrid v0.18.0
30022026-08-20T07:04:35.949Z[ host-package] Compiling downcast-rs v2.0.2
30032026-08-20T07:04:35.975Z[ host-package] Compiling xshell-macros v0.2.7
30042026-08-20T07:04:36.075Z[ host-package] Compiling tiny-keccak v2.0.2
30052026-08-20T07:04:36.094Z[ helios-setup] Aug 20 07:04:34.935 INFO E| From https://github.com/oxidecomputer/amd-apcb
30062026-08-20T07:04:36.094Z[ helios-setup] Aug 20 07:04:34.935 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
30072026-08-20T07:04:36.109Z[ helios-setup] Aug 20 07:04:34.949 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
30082026-08-20T07:04:36.227Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30092026-08-20T07:04:36.367Z[ host-package] Compiling term v0.7.0
30102026-08-20T07:04:36.413Z[ host-package] Compiling xshell v0.2.7
30112026-08-20T07:04:36.435Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30122026-08-20T07:04:36.482Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30132026-08-20T07:04:36.509Z[ helios-setup] Aug 20 07:04:35.350 INFO E| From https://github.com/oxidecomputer/amd-efs
30142026-08-20T07:04:36.509Z[ helios-setup] Aug 20 07:04:35.350 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
30152026-08-20T07:04:36.681Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30162026-08-20T07:04:36.744Z[ helios-setup] Aug 20 07:04:35.585 INFO E| Downloading crates ...
30172026-08-20T07:04:36.791Z[ helios-setup] Aug 20 07:04:35.632 INFO E| Downloaded rustversion v1.0.20
30182026-08-20T07:04:36.804Z[ helios-setup] Aug 20 07:04:35.645 INFO E| Downloaded heck v0.3.3
30192026-08-20T07:04:36.807Z[ helios-setup] Aug 20 07:04:35.646 INFO E| Downloaded unic-char-property v0.9.0
30202026-08-20T07:04:36.807Z[ helios-setup] Aug 20 07:04:35.647 INFO E| Downloaded unic-char-range v0.9.0
30212026-08-20T07:04:36.812Z[ helios-setup] Aug 20 07:04:35.653 INFO E| Downloaded unic-ucd-version v0.9.0
30222026-08-20T07:04:36.815Z[ helios-setup] Aug 20 07:04:35.655 INFO E| Downloaded vec_map v0.8.2
30232026-08-20T07:04:36.817Z[ helios-setup] Aug 20 07:04:35.657 INFO E| Downloaded strum v0.27.1
30242026-08-20T07:04:36.820Z[ helios-setup] Aug 20 07:04:35.660 INFO E| Downloaded parse_int v0.9.0
30252026-08-20T07:04:36.825Z[ helios-setup] Aug 20 07:04:35.663 INFO E| Downloaded dyn-clone v1.0.19
30262026-08-20T07:04:36.825Z[ helios-setup] Aug 20 07:04:35.664 INFO E| Downloaded unic-common v0.9.0
30272026-08-20T07:04:36.828Z[ helios-setup] Aug 20 07:04:35.665 INFO E| Downloaded four-cc v0.4.0
30282026-08-20T07:04:36.831Z[ helios-setup] Aug 20 07:04:35.673 INFO E| Downloaded fletcher v1.0.0
30292026-08-20T07:04:36.856Z[ helios-setup] Aug 20 07:04:35.688 INFO E| Downloaded strsim v0.8.0
30302026-08-20T07:04:36.856Z[ helios-setup] Aug 20 07:04:35.689 INFO E| Downloaded ansi_term v0.12.1
30312026-08-20T07:04:36.856Z[ helios-setup] Aug 20 07:04:35.690 INFO E| Downloaded modular-bitfield-impl v0.13.1
30322026-08-20T07:04:36.856Z[ helios-setup] Aug 20 07:04:35.691 INFO E| Downloaded structopt-derive v0.4.18
30332026-08-20T07:04:36.856Z[ helios-setup] Aug 20 07:04:35.692 INFO E| Downloaded textwrap v0.11.0
30342026-08-20T07:04:36.856Z[ helios-setup] Aug 20 07:04:35.693 INFO E| Downloaded unic-ucd-ident v0.9.0
30352026-08-20T07:04:36.856Z[ helios-setup] Aug 20 07:04:35.694 INFO E| Downloaded modular-bitfield-impl v0.11.2
30362026-08-20T07:04:36.856Z[ helios-setup] Aug 20 07:04:35.695 INFO E| Downloaded bytesize v2.0.1
30372026-08-20T07:04:36.856Z[ helios-setup] Aug 20 07:04:35.696 INFO E| Downloaded pest_generator v2.8.0
30382026-08-20T07:04:36.856Z[ helios-setup] Aug 20 07:04:35.697 INFO E| Downloaded modular-bitfield v0.11.2
30392026-08-20T07:04:36.862Z[ helios-setup] Aug 20 07:04:35.703 INFO E| Downloaded modular-bitfield v0.13.1
30402026-08-20T07:04:36.868Z[ helios-setup] Aug 20 07:04:35.708 INFO E| Downloaded log v0.4.27
30412026-08-20T07:04:36.871Z[ helios-setup] Aug 20 07:04:35.710 INFO E| Downloaded strum_macros v0.27.1
30422026-08-20T07:04:36.871Z[ helios-setup] Aug 20 07:04:35.711 INFO E| Downloaded structopt v0.3.26
30432026-08-20T07:04:36.877Z[ helios-setup] Aug 20 07:04:35.716 INFO E| Downloaded pest_meta v2.8.0
30442026-08-20T07:04:36.881Z[ helios-setup] Aug 20 07:04:35.717 INFO E| Downloaded pest_derive v2.8.0
30452026-08-20T07:04:36.882Z[ helios-setup] Aug 20 07:04:35.719 INFO E| Downloaded typenum v1.18.0
30462026-08-20T07:04:36.882Z[ helios-setup] Aug 20 07:04:35.720 INFO E| Downloaded zerocopy-derive v0.8.25
30472026-08-20T07:04:36.904Z[ helios-setup] Aug 20 07:04:35.745 INFO E| Downloaded goblin v0.9.3
30482026-08-20T07:04:36.907Z[ host-package] Compiling bit-vec v0.6.3
30492026-08-20T07:04:36.910Z[ helios-setup] Aug 20 07:04:35.749 INFO E| Downloaded clap v2.34.0
30502026-08-20T07:04:36.912Z[ helios-setup] Aug 20 07:04:35.752 INFO E| Downloaded pest v2.8.0
30512026-08-20T07:04:36.915Z[ helios-setup] Aug 20 07:04:35.755 INFO E| Downloaded zerocopy v0.8.25
30522026-08-20T07:04:37.001Z[ host-package] Compiling ascii-canvas v3.0.0
30532026-08-20T07:04:37.008Z[ helios-setup] Aug 20 07:04:35.848 INFO E| Compiling proc-macro2 v1.0.95
30542026-08-20T07:04:37.008Z[ helios-setup] Aug 20 07:04:35.848 INFO E| Compiling unicode-ident v1.0.18
30552026-08-20T07:04:37.008Z[ helios-setup] Aug 20 07:04:35.848 INFO E| Compiling memchr v2.7.4
30562026-08-20T07:04:37.011Z[ helios-setup] Aug 20 07:04:35.848 INFO E| Compiling thiserror v2.0.12
30572026-08-20T07:04:37.011Z[ helios-setup] Aug 20 07:04:35.848 INFO E| Compiling autocfg v1.4.0
30582026-08-20T07:04:37.011Z[ helios-setup] Aug 20 07:04:35.848 INFO E| Compiling serde v1.0.219
30592026-08-20T07:04:37.011Z[ helios-setup] Aug 20 07:04:35.849 INFO E| Compiling syn v1.0.109
30602026-08-20T07:04:37.011Z[ helios-setup] Aug 20 07:04:35.849 INFO E| Compiling version_check v0.9.5
30612026-08-20T07:04:37.011Z[ helios-setup] Aug 20 07:04:35.849 INFO E| Compiling serde_json v1.0.140
30622026-08-20T07:04:37.011Z[ helios-setup] Aug 20 07:04:35.849 INFO E| Compiling schemars v0.8.22
30632026-08-20T07:04:37.011Z[ helios-setup] Aug 20 07:04:35.849 INFO E| Compiling ryu v1.0.20
30642026-08-20T07:04:37.012Z[ helios-setup] Aug 20 07:04:35.849 INFO E| Compiling itoa v1.0.15
30652026-08-20T07:04:37.012Z[ helios-setup] Aug 20 07:04:35.849 INFO E| Compiling static_assertions v1.1.0
30662026-08-20T07:04:37.012Z[ helios-setup] Aug 20 07:04:35.849 INFO E| Compiling zerocopy v0.8.25
30672026-08-20T07:04:37.012Z[ helios-setup] Aug 20 07:04:35.849 INFO E| Compiling dyn-clone v1.0.19
30682026-08-20T07:04:37.012Z[ helios-setup] Aug 20 07:04:35.849 INFO E| Compiling ucd-trie v0.1.7
30692026-08-20T07:04:37.062Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30702026-08-20T07:04:37.204Z[ host-package] Compiling tabled v0.21.0
30712026-08-20T07:04:37.277Z[ helios-setup] Aug 20 07:04:36.117 INFO E| Compiling libc v0.2.172
30722026-08-20T07:04:37.362Z[ host-package] Compiling bit-set v0.5.3
30732026-08-20T07:04:37.387Z[ helios-setup] Aug 20 07:04:36.227 INFO E| Compiling rustversion v1.0.20
30742026-08-20T07:04:37.673Z[ helios-setup] Aug 20 07:04:36.514 INFO E| Compiling paste v1.0.15
30752026-08-20T07:04:37.757Z[ helios-setup] Aug 20 07:04:36.598 INFO E| Compiling once_cell v1.21.3
30762026-08-20T07:04:37.785Z[ helios-setup] Aug 20 07:04:36.626 INFO E| Compiling unicode-width v0.1.14
30772026-08-20T07:04:37.856Z[ helios-setup] Aug 20 07:04:36.696 INFO E| Compiling unicode-segmentation v1.12.0
30782026-08-20T07:04:37.874Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30792026-08-20T07:04:37.922Z[ helios-setup] Aug 20 07:04:36.763 INFO E| Compiling heck v0.5.0
30802026-08-20T07:04:37.986Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30812026-08-20T07:04:38.010Z[ helios-setup] Aug 20 07:04:36.851 INFO E| Compiling proc-macro-error-attr v1.0.4
30822026-08-20T07:04:38.020Z[ helios-setup] Aug 20 07:04:36.861 INFO E| Compiling proc-macro-error v1.0.4
30832026-08-20T07:04:38.096Z[ helios-setup] Aug 20 07:04:36.937 INFO E| Compiling vec_map v0.8.2
30842026-08-20T07:04:38.178Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30852026-08-20T07:04:38.195Z[ helios-setup] Aug 20 07:04:37.036 INFO E| Compiling num-traits v0.2.19
30862026-08-20T07:04:38.256Z[ helios-setup] Aug 20 07:04:37.097 INFO E| Compiling memoffset v0.9.1
30872026-08-20T07:04:38.276Z[ helios-setup] Aug 20 07:04:37.116 INFO E| Compiling textwrap v0.11.0
30882026-08-20T07:04:38.280Z[ helios-setup] Aug 20 07:04:37.117 INFO E| Compiling strsim v0.8.0
30892026-08-20T07:04:38.357Z[ helios-setup] Aug 20 07:04:37.197 INFO E| Compiling fletcher v1.0.0
30902026-08-20T07:04:38.401Z[ helios-setup] Aug 20 07:04:37.242 INFO E| Compiling ansi_term v0.12.1
30912026-08-20T07:04:38.440Z[ helios-setup] Aug 20 07:04:37.280 INFO E| Compiling strum v0.27.1
30922026-08-20T07:04:38.568Z[ helios-setup] Aug 20 07:04:37.409 INFO E| Compiling atty v0.2.14
30932026-08-20T07:04:38.640Z[ helios-setup] Aug 20 07:04:37.481 INFO E| Compiling byteorder v1.5.0
30942026-08-20T07:04:38.663Z[ helios-setup] Aug 20 07:04:37.503 INFO E| Compiling heck v0.3.3
30952026-08-20T07:04:38.685Z[ helios-setup] Aug 20 07:04:37.526 INFO E| Compiling bitflags v1.3.2
30962026-08-20T07:04:38.765Z[ helios-setup] Aug 20 07:04:37.606 INFO E| Compiling unic-char-range v0.9.0
30972026-08-20T07:04:38.776Z[ helios-setup] Aug 20 07:04:37.617 INFO E| Compiling unic-common v0.9.0
30982026-08-20T07:04:38.793Z[ helios-setup] Aug 20 07:04:37.635 INFO E| Compiling clap v2.34.0
30992026-08-20T07:04:38.896Z[ helios-setup] Aug 20 07:04:37.737 INFO E| Compiling unic-ucd-version v0.9.0
31002026-08-20T07:04:38.906Z[ helios-setup] Aug 20 07:04:37.747 INFO E| Compiling unic-char-property v0.9.0
31012026-08-20T07:04:38.923Z[ helios-setup] Aug 20 07:04:37.763 INFO E| Compiling plain v0.2.3
31022026-08-20T07:04:38.929Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31032026-08-20T07:04:38.931Z[ helios-setup] Aug 20 07:04:37.770 INFO E| Compiling log v0.4.27
31042026-08-20T07:04:38.943Z[ helios-setup] Aug 20 07:04:37.784 INFO E| Compiling lazy_static v1.5.0
31052026-08-20T07:04:38.977Z[ helios-setup] Aug 20 07:04:37.818 INFO E| Compiling bytesize v2.0.1
31062026-08-20T07:04:38.997Z[ helios-setup] Aug 20 07:04:37.835 INFO E| Compiling unic-ucd-ident v0.9.0
31072026-08-20T07:04:39.212Z[ helios-setup] Aug 20 07:04:38.053 INFO E| Compiling quote v1.0.40
31082026-08-20T07:04:39.263Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31092026-08-20T07:04:39.273Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31102026-08-20T07:04:39.495Z[ helios-setup] Aug 20 07:04:38.336 INFO E| Compiling syn v2.0.101
31112026-08-20T07:04:39.655Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31122026-08-20T07:04:39.838Z[ host-package] Compiling itertools v0.10.5
31132026-08-20T07:04:39.989Z[ host-package] Compiling ena v0.14.4
31142026-08-20T07:04:40.049Z[ helios-setup] Aug 20 07:04:38.890 INFO E| Compiling parse_int v0.9.0
31152026-08-20T07:04:40.413Z[ host-package] Compiling libloading v0.8.9
31162026-08-20T07:04:40.528Z[ host-package] Compiling bindgen v0.71.1
31172026-08-20T07:04:40.682Z[ host-package] Compiling regex-syntax v0.6.29
31182026-08-20T07:04:40.778Z[ host-package] Compiling unicase v2.9.0
31192026-08-20T07:04:41.034Z[ host-package] Compiling diff v0.1.13
31202026-08-20T07:04:41.432Z[ host-package] Compiling cexpr v0.6.0
31212026-08-20T07:04:41.597Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31222026-08-20T07:04:41.715Z[ host-package] Compiling diesel v2.3.7
31232026-08-20T07:04:41.719Z[ host-package] Compiling rustc-hash v2.1.1
31242026-08-20T07:04:42.038Z[ host-package] Compiling crc8 v0.1.1
31252026-08-20T07:04:42.335Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31262026-08-20T07:04:42.348Z[ helios-setup] Aug 20 07:04:41.189 INFO E| Compiling serde_derive_internals v0.29.1
31272026-08-20T07:04:42.424Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31282026-08-20T07:04:42.493Z[ helios-setup] Aug 20 07:04:41.334 INFO E| Compiling modular-bitfield-impl v0.11.2
31292026-08-20T07:04:42.494Z[ helios-setup] Aug 20 07:04:41.334 INFO E| Compiling structopt-derive v0.4.18
31302026-08-20T07:04:42.646Z[ host-package] Compiling lalrpop v0.19.12
31312026-08-20T07:04:42.932Z[ host-package] Compiling headers-core v0.3.0
31322026-08-20T07:04:43.159Z[ host-package] Compiling libxml v0.3.3
31332026-08-20T07:04:43.245Z[ host-package] Compiling headers v0.4.1
31342026-08-20T07:04:43.611Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31352026-08-20T07:04:43.615Z[ helios-setup] Aug 20 07:04:42.456 INFO E| Compiling thiserror-impl v2.0.12
31362026-08-20T07:04:43.615Z[ helios-setup] Aug 20 07:04:42.456 INFO E| Compiling serde_derive v1.0.219
31372026-08-20T07:04:43.615Z[ helios-setup] Aug 20 07:04:42.456 INFO E| Compiling schemars_derive v0.8.22
31382026-08-20T07:04:43.618Z[ helios-setup] Aug 20 07:04:42.456 INFO E| Compiling zerocopy-derive v0.8.25
31392026-08-20T07:04:43.618Z[ helios-setup] Aug 20 07:04:42.456 INFO E| Compiling num-derive v0.4.2
31402026-08-20T07:04:43.619Z[ helios-setup] Aug 20 07:04:42.456 INFO E| Compiling modular-bitfield-impl v0.13.1
31412026-08-20T07:04:43.619Z[ helios-setup] Aug 20 07:04:42.456 INFO E| Compiling scroll_derive v0.12.1
31422026-08-20T07:04:43.619Z[ helios-setup] Aug 20 07:04:42.456 INFO E| Compiling strum_macros v0.27.1
31432026-08-20T07:04:43.793Z[ helios-setup] Aug 20 07:04:42.634 INFO E| Compiling modular-bitfield v0.11.2
31442026-08-20T07:04:43.880Z[ helios-setup] Aug 20 07:04:42.719 INFO E| Compiling structopt v0.3.26
31452026-08-20T07:04:43.969Z[ host-package] Compiling strum_macros v0.24.3
31462026-08-20T07:04:44.205Z[ host-package] Compiling indoc v1.0.9
31472026-08-20T07:04:44.526Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31482026-08-20T07:04:44.809Z[ helios-setup] Aug 20 07:04:43.650 INFO E| Compiling scroll v0.12.0
31492026-08-20T07:04:45.115Z[ helios-setup] Aug 20 07:04:43.955 INFO E| Compiling goblin v0.9.3
31502026-08-20T07:04:45.204Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31512026-08-20T07:04:45.235Z[ host-package] Compiling derive_builder v0.20.2
31522026-08-20T07:04:45.473Z[ host-package] Compiling quick-xml v0.37.5
31532026-08-20T07:04:45.559Z[ host-package] Compiling oso-derive v0.27.3
31542026-08-20T07:04:45.644Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31552026-08-20T07:04:45.676Z[ helios-setup] Aug 20 07:04:44.516 INFO E| Compiling modular-bitfield v0.13.1
31562026-08-20T07:04:45.684Z[ helios-setup] Aug 20 07:04:44.525 INFO E| Compiling pest v2.8.0
31572026-08-20T07:04:45.953Z[ host-package] Compiling openssl-probe v0.1.6
31582026-08-20T07:04:46.149Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31592026-08-20T07:04:46.351Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
31602026-08-20T07:04:46.629Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31612026-08-20T07:04:46.913Z[ helios-setup] Aug 20 07:04:45.754 INFO E| Compiling pest_meta v2.8.0
31622026-08-20T07:04:47.040Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31632026-08-20T07:04:47.103Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31642026-08-20T07:04:47.316Z[ host-package] Compiling bb8 v0.8.6
31652026-08-20T07:04:47.587Z[ host-package] Compiling trait-variant v0.1.2
31662026-08-20T07:04:47.615Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31672026-08-20T07:04:47.629Z[ helios-setup] Aug 20 07:04:46.470 INFO E| Compiling pest_generator v2.8.0
31682026-08-20T07:04:48.090Z[ host-package] Compiling half v1.8.3
31692026-08-20T07:04:48.164Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31702026-08-20T07:04:48.213Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
31712026-08-20T07:04:48.301Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31722026-08-20T07:04:48.450Z[ helios-setup] Aug 20 07:04:47.228 INFO E| Compiling pest_derive v2.8.0
31732026-08-20T07:04:48.468Z[ host-package] Compiling serde_cbor v0.11.2
31742026-08-20T07:04:48.681Z[ host-package] Compiling proc-macro-error2 v2.0.1
31752026-08-20T07:04:49.016Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31762026-08-20T07:04:49.121Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
31772026-08-20T07:04:49.222Z[ host-package] Compiling hashbrown v0.14.5
31782026-08-20T07:04:49.419Z[ host-package] Compiling rfc6979 v0.4.0
31792026-08-20T07:04:49.581Z[ helios-setup] Aug 20 07:04:48.422 INFO E| Compiling json5 v0.4.1
31802026-08-20T07:04:49.659Z[ host-package] Compiling salty v0.3.0
31812026-08-20T07:04:49.707Z[ host-package] Compiling ecdsa v0.16.9
31822026-08-20T07:04:49.835Z[ host-package] Compiling knus-derive v3.4.0
31832026-08-20T07:04:49.894Z[ host-package] Compiling samael v0.0.19
31842026-08-20T07:04:49.991Z[ host-package] Compiling chumsky v0.9.3
31852026-08-20T07:04:50.181Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
31862026-08-20T07:04:50.938Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31872026-08-20T07:04:51.226Z[ helios-setup] Aug 20 07:04:50.066 INFO E| Compiling four-cc v0.4.0
31882026-08-20T07:04:51.226Z[ helios-setup] Aug 20 07:04:50.067 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
31892026-08-20T07:04:51.367Z[ helios-setup] Aug 20 07:04:50.208 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
31902026-08-20T07:04:51.589Z[ host-package] Compiling progenitor-impl v0.13.0
31912026-08-20T07:04:51.684Z[ host-package] Compiling primeorder v0.13.6
31922026-08-20T07:04:52.028Z[ host-package] Compiling nonempty v0.12.0
31932026-08-20T07:04:52.159Z[ host-package] Compiling polar-core v0.27.3
31942026-08-20T07:04:52.291Z[ host-package] Compiling p384 v0.13.1
31952026-08-20T07:04:52.625Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31962026-08-20T07:04:52.884Z[ host-package] Compiling knus v3.4.0
31972026-08-20T07:04:53.076Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
31982026-08-20T07:04:53.899Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31992026-08-20T07:04:54.016Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32002026-08-20T07:04:54.059Z[ host-package] Compiling progenitor-macro v0.13.0
32012026-08-20T07:04:54.322Z[ host-package] Compiling progenitor-client v0.13.0
32022026-08-20T07:04:54.780Z[ host-package] Compiling fxhash v0.2.1
32032026-08-20T07:04:54.952Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32042026-08-20T07:04:55.085Z[ host-package] Compiling libz-sys v1.1.24
32052026-08-20T07:04:55.315Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32062026-08-20T07:04:55.351Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
32072026-08-20T07:04:55.931Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32082026-08-20T07:04:56.448Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32092026-08-20T07:04:56.516Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32102026-08-20T07:04:57.005Z[ host-package] Compiling kstat-rs v0.2.5
32112026-08-20T07:04:57.466Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32122026-08-20T07:04:57.546Z[ host-package] Compiling mime_guess v2.0.5
32132026-08-20T07:04:58.563Z[ host-package] Compiling progenitor v0.13.0
32142026-08-20T07:04:58.816Z[ host-package] Compiling nanorand v0.7.0
32152026-08-20T07:04:58.845Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32162026-08-20T07:04:59.219Z[ host-package] Compiling parking_lot_core v0.8.6
32172026-08-20T07:04:59.388Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32182026-08-20T07:04:59.645Z[ host-package] Compiling flume v0.11.1
32192026-08-20T07:04:59.951Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32202026-08-20T07:05:00.326Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32212026-08-20T07:05:00.426Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32222026-08-20T07:05:00.513Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32232026-08-20T07:05:01.006Z[ host-package] Compiling git-stub v1.0.0
32242026-08-20T07:05:01.111Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
32252026-08-20T07:05:01.302Z[ host-package] Compiling strsim v0.10.0
32262026-08-20T07:05:01.614Z[ host-package] Compiling instability v0.3.11
32272026-08-20T07:05:01.647Z[ host-package] Compiling http-range v0.1.5
32282026-08-20T07:05:01.708Z[ host-package] Compiling corncobs v0.1.4
32292026-08-20T07:05:01.912Z[ host-package] Compiling oso v0.27.3
32302026-08-20T07:05:01.979Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32312026-08-20T07:05:02.647Z[ host-package] Compiling async-bb8-diesel v0.2.1
32322026-08-20T07:05:03.126Z[ host-package] Compiling diesel-dtrace v0.5.0
32332026-08-20T07:05:03.507Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32342026-08-20T07:05:03.875Z[ host-package] Compiling darling_core v0.13.4
32352026-08-20T07:05:05.627Z[ host-package] Compiling git-stub-vcs v0.1.0
32362026-08-20T07:05:05.762Z[ helios-setup] Aug 20 07:05:04.602 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
32372026-08-20T07:05:07.616Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32382026-08-20T07:05:07.860Z[ host-package] Compiling ignore v0.4.25
32392026-08-20T07:05:08.011Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32402026-08-20T07:05:08.349Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32412026-08-20T07:05:09.004Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32422026-08-20T07:05:09.218Z[ helios-setup] Aug 20 07:05:08.059 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32432026-08-20T07:05:09.364Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32442026-08-20T07:05:10.237Z[ host-package] Compiling anstyle-parse v0.2.7
32452026-08-20T07:05:10.521Z[ host-package] Compiling secrecy v0.8.0
32462026-08-20T07:05:10.748Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32472026-08-20T07:05:10.985Z[ host-package] Compiling castaway v0.2.4
32482026-08-20T07:05:11.158Z[ host-package] Compiling vergen-git2 v9.1.0
32492026-08-20T07:05:11.288Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32502026-08-20T07:05:11.411Z[ host-package] Compiling indoc v2.0.7
32512026-08-20T07:05:11.730Z[ host-package] Compiling compact_str v0.8.1
32522026-08-20T07:05:12.719Z[ host-package] Compiling anstream v0.6.21
32532026-08-20T07:05:12.914Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32542026-08-20T07:05:13.016Z[ host-package] Compiling globwalk v0.9.1
32552026-08-20T07:05:13.061Z[ host-package] Compiling parking_lot v0.11.2
32562026-08-20T07:05:13.298Z[ host-package] Compiling hyper-staticfile v0.10.1
32572026-08-20T07:05:13.723Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32582026-08-20T07:05:13.851Z[ host-package] Compiling darling_macro v0.13.4
32592026-08-20T07:05:14.319Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32602026-08-20T07:05:14.346Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32612026-08-20T07:05:14.404Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32622026-08-20T07:05:14.544Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32632026-08-20T07:05:15.151Z[ host-package] Compiling predicates-tree v1.0.13
32642026-08-20T07:05:15.292Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32652026-08-20T07:05:15.592Z[ host-package] Compiling unicode-truncate v1.1.0
32662026-08-20T07:05:15.758Z[ host-package] Compiling lru v0.12.5
32672026-08-20T07:05:16.012Z[ host-package] Compiling prefix-trie v0.7.0
32682026-08-20T07:05:16.116Z[ host-package] Compiling rand_seeder v0.4.0
32692026-08-20T07:05:16.167Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
32702026-08-20T07:05:16.277Z[ host-package] Compiling cassowary v0.3.0
32712026-08-20T07:05:16.518Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32722026-08-20T07:05:16.636Z[ host-package] Compiling hickory-server v0.25.2
32732026-08-20T07:05:16.736Z[ host-package] Compiling ratatui v0.29.0
32742026-08-20T07:05:16.783Z[ host-package] Compiling camino-tempfile-ext v0.3.3
32752026-08-20T07:05:16.786Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32762026-08-20T07:05:16.850Z[ host-package] Compiling darling v0.13.4
32772026-08-20T07:05:17.096Z[ host-package] Compiling sled v0.34.7
32782026-08-20T07:05:17.417Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32792026-08-20T07:05:17.526Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32802026-08-20T07:05:17.835Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32812026-08-20T07:05:17.932Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32822026-08-20T07:05:18.033Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32832026-08-20T07:05:18.267Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32842026-08-20T07:05:18.363Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
32852026-08-20T07:05:19.595Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32862026-08-20T07:05:20.173Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32872026-08-20T07:05:21.010Z[ host-package] Compiling serde_with_macros v1.5.2
32882026-08-20T07:05:21.052Z[ helios-setup] Aug 20 07:05:19.893 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.68s
32892026-08-20T07:05:21.088Z[ helios-setup] Aug 20 07:05:19.928 INFO building project "amd-host-image-builder" ok (45 seconds)
32902026-08-20T07:05:21.088Z[ helios-setup] Aug 20 07:05:19.928 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
32912026-08-20T07:05:21.097Z[ helios-setup] Aug 20 07:05:19.937 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
32922026-08-20T07:05:21.097Z[ helios-setup] Aug 20 07:05:19.937 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32932026-08-20T07:05:21.100Z[ helios-setup] Aug 20 07:05:19.937 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32942026-08-20T07:05:21.283Z[ helios-setup] Aug 20 07:05:20.123 INFO E| Downloading crates ...
32952026-08-20T07:05:21.327Z[ helios-setup] Aug 20 07:05:20.167 INFO E| Downloaded adler2 v2.0.0
32962026-08-20T07:05:21.336Z[ helios-setup] Aug 20 07:05:20.176 INFO E| Downloaded miniz_oxide v0.8.8
32972026-08-20T07:05:21.377Z[ helios-setup] Aug 20 07:05:20.217 INFO E| Compiling adler2 v2.0.0
32982026-08-20T07:05:21.470Z[ helios-setup] Aug 20 07:05:20.311 INFO E| Compiling miniz_oxide v0.8.8
32992026-08-20T07:05:21.923Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33002026-08-20T07:05:22.220Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33012026-08-20T07:05:22.349Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33022026-08-20T07:05:22.509Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33032026-08-20T07:05:22.541Z[ helios-setup] Aug 20 07:05:21.381 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
33042026-08-20T07:05:22.598Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33052026-08-20T07:05:22.764Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33062026-08-20T07:05:22.836Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33072026-08-20T07:05:23.002Z[ helios-setup] Aug 20 07:05:21.843 INFO E| Finished `release` profile [optimized] target(s) in 1.89s
33082026-08-20T07:05:23.013Z[ helios-setup] Aug 20 07:05:21.853 INFO building project "pinprick" ok (1 seconds)
33092026-08-20T07:05:23.013Z[ helios-setup] Aug 20 07:05:21.853 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33102026-08-20T07:05:23.027Z[ helios-setup] Aug 20 07:05:21.863 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
33112026-08-20T07:05:23.027Z[ helios-setup] Aug 20 07:05:21.863 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33122026-08-20T07:05:23.027Z[ helios-setup] Aug 20 07:05:21.863 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33132026-08-20T07:05:23.043Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33142026-08-20T07:05:23.091Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33152026-08-20T07:05:23.134Z[ helios-setup] Aug 20 07:05:21.974 INFO E| Downloading crates ...
33162026-08-20T07:05:23.180Z[ helios-setup] Aug 20 07:05:22.021 INFO E| Downloaded generic-array v0.14.6
33172026-08-20T07:05:23.184Z[ helios-setup] Aug 20 07:05:22.024 INFO E| Downloaded digest v0.10.3
33182026-08-20T07:05:23.188Z[ helios-setup] Aug 20 07:05:22.028 INFO E| Downloaded sha2 v0.10.5
33192026-08-20T07:05:23.191Z[ helios-setup] Aug 20 07:05:22.030 INFO E| Downloaded block-buffer v0.10.3
33202026-08-20T07:05:23.194Z[ helios-setup] Aug 20 07:05:22.032 INFO E| Downloaded cpufeatures v0.2.5
33212026-08-20T07:05:23.197Z[ helios-setup] Aug 20 07:05:22.037 INFO E| Downloaded typenum v1.15.0
33222026-08-20T07:05:23.201Z[ helios-setup] Aug 20 07:05:22.039 INFO E| Downloaded unicode-width v0.1.10
33232026-08-20T07:05:23.207Z[ helios-setup] Aug 20 07:05:22.046 INFO E| Downloaded flate2 v1.0.25
33242026-08-20T07:05:23.215Z[ helios-setup] Aug 20 07:05:22.055 INFO E| Downloaded miniz_oxide v0.6.2
33252026-08-20T07:05:23.223Z[ helios-setup] Aug 20 07:05:22.056 INFO E| Downloaded anyhow v1.0.62
33262026-08-20T07:05:23.227Z[ helios-setup] Aug 20 07:05:22.065 INFO E| Downloaded bytes v1.2.1
33272026-08-20T07:05:23.269Z[ helios-setup] Aug 20 07:05:22.109 INFO E| Compiling typenum v1.15.0
33282026-08-20T07:05:23.269Z[ helios-setup] Aug 20 07:05:22.110 INFO E| Compiling version_check v0.9.4
33292026-08-20T07:05:23.272Z[ helios-setup] Aug 20 07:05:22.110 INFO E| Compiling cfg-if v1.0.0
33302026-08-20T07:05:23.273Z[ helios-setup] Aug 20 07:05:22.110 INFO E| Compiling crc32fast v1.3.2
33312026-08-20T07:05:23.273Z[ helios-setup] Aug 20 07:05:22.110 INFO E| Compiling adler v1.0.2
33322026-08-20T07:05:23.273Z[ helios-setup] Aug 20 07:05:22.110 INFO E| Compiling anyhow v1.0.62
33332026-08-20T07:05:23.273Z[ helios-setup] Aug 20 07:05:22.110 INFO E| Compiling unicode-width v0.1.10
33342026-08-20T07:05:23.300Z[ helios-setup] Aug 20 07:05:22.121 INFO E| Compiling cpufeatures v0.2.5
33352026-08-20T07:05:23.300Z[ helios-setup] Aug 20 07:05:22.122 INFO E| Compiling bytes v1.2.1
33362026-08-20T07:05:23.300Z[ helios-setup] Aug 20 07:05:22.122 INFO E| Compiling bitflags v1.3.2
33372026-08-20T07:05:23.333Z[ host-package] Compiling arc-swap v1.8.2
33382026-08-20T07:05:23.394Z[ helios-setup] Aug 20 07:05:22.234 INFO E| Compiling miniz_oxide v0.6.2
33392026-08-20T07:05:23.454Z[ helios-setup] Aug 20 07:05:22.294 INFO E| Compiling getopts v0.2.21
33402026-08-20T07:05:23.532Z[ host-package] Compiling void v1.0.2
33412026-08-20T07:05:23.725Z[ host-package] Compiling slog-scope v4.4.1
33422026-08-20T07:05:23.798Z[ helios-setup] Aug 20 07:05:22.639 INFO E| Compiling generic-array v0.14.6
33432026-08-20T07:05:23.809Z[ host-package] Compiling lzss v0.8.2
33442026-08-20T07:05:24.122Z[ helios-setup] Aug 20 07:05:22.963 INFO E| Compiling flate2 v1.0.25
33452026-08-20T07:05:24.601Z[ host-package] Compiling illumos-nvpair v0.3.0
33462026-08-20T07:05:24.682Z[ host-package] Compiling serde_with v1.14.0
33472026-08-20T07:05:25.262Z[ helios-setup] Aug 20 07:05:24.102 INFO E| Compiling crypto-common v0.1.6
33482026-08-20T07:05:25.262Z[ helios-setup] Aug 20 07:05:24.102 INFO E| Compiling block-buffer v0.10.3
33492026-08-20T07:05:25.378Z[ helios-setup] Aug 20 07:05:24.218 INFO E| Compiling digest v0.10.3
33502026-08-20T07:05:25.564Z[ helios-setup] Aug 20 07:05:24.404 INFO E| Compiling sha2 v0.10.5
33512026-08-20T07:05:25.744Z[ host-package] Compiling git2 v0.20.4
33522026-08-20T07:05:25.813Z[ helios-setup] Aug 20 07:05:24.653 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33532026-08-20T07:05:26.058Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33542026-08-20T07:05:26.103Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33552026-08-20T07:05:26.145Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33562026-08-20T07:05:26.857Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33572026-08-20T07:05:27.329Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33582026-08-20T07:05:27.493Z[ host-package] Compiling scuffle v0.1.0
33592026-08-20T07:05:27.709Z[ host-package] Compiling tungstenite v0.23.0
33602026-08-20T07:05:28.352Z[ helios-setup] Aug 20 07:05:27.193 INFO E| Finished `release` profile [optimized] target(s) in 5.31s
33612026-08-20T07:05:28.367Z[ helios-setup] Aug 20 07:05:27.207 INFO building project "bootserver" ok (5 seconds)
33622026-08-20T07:05:28.367Z[ helios-setup] Aug 20 07:05:27.207 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
33632026-08-20T07:05:28.376Z[ helios-setup] Aug 20 07:05:27.217 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
33642026-08-20T07:05:28.376Z[ helios-setup] Aug 20 07:05:27.217 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33652026-08-20T07:05:28.379Z[ helios-setup] Aug 20 07:05:27.217 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33662026-08-20T07:05:28.489Z[ helios-setup] Aug 20 07:05:27.329 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33672026-08-20T07:05:28.825Z[ helios-setup] Aug 20 07:05:27.665 INFO E| From https://github.com/jclulow/rust-jmclib
33682026-08-20T07:05:28.825Z[ helios-setup] Aug 20 07:05:27.665 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33692026-08-20T07:05:28.836Z[ helios-setup] Aug 20 07:05:27.677 INFO E| Updating crates.io index
33702026-08-20T07:05:28.998Z[ helios-setup] Aug 20 07:05:27.838 INFO E| Downloading crates ...
33712026-08-20T07:05:29.051Z[ helios-setup] Aug 20 07:05:27.892 INFO E| Downloaded itoa v1.0.9
33722026-08-20T07:05:29.063Z[ helios-setup] Aug 20 07:05:27.902 INFO E| Downloaded serde v1.0.193
33732026-08-20T07:05:29.069Z[ helios-setup] Aug 20 07:05:27.910 INFO E| Downloaded md-5 v0.9.1
33742026-08-20T07:05:29.072Z[ helios-setup] Aug 20 07:05:27.911 INFO E| Downloaded digest v0.9.0
33752026-08-20T07:05:29.072Z[ helios-setup] Aug 20 07:05:27.912 INFO E| Downloaded sha-1 v0.9.8
33762026-08-20T07:05:29.078Z[ helios-setup] Aug 20 07:05:27.919 INFO E| Downloaded cpufeatures v0.2.9
33772026-08-20T07:05:29.089Z[ helios-setup] Aug 20 07:05:27.920 INFO E| Downloaded libdevinfo-sys v1.0.0
33782026-08-20T07:05:29.090Z[ helios-setup] Aug 20 07:05:27.922 INFO E| Downloaded errno v0.3.1
33792026-08-20T07:05:29.090Z[ helios-setup] Aug 20 07:05:27.926 INFO E| Downloaded fastrand v2.0.0
33802026-08-20T07:05:29.090Z[ helios-setup] Aug 20 07:05:27.928 INFO E| Downloaded opaque-debug v0.3.0
33812026-08-20T07:05:29.096Z[ helios-setup] Aug 20 07:05:27.937 INFO E| Downloaded quote v1.0.31
33822026-08-20T07:05:29.099Z[ helios-setup] Aug 20 07:05:27.938 INFO E| Downloaded block-buffer v0.9.0
33832026-08-20T07:05:29.099Z[ helios-setup] Aug 20 07:05:27.939 INFO E| Downloaded glob v0.3.1
33842026-08-20T07:05:29.099Z[ helios-setup] Aug 20 07:05:27.940 INFO E| Downloaded unicode-ident v1.0.11
33852026-08-20T07:05:29.105Z[ helios-setup] Aug 20 07:05:27.945 INFO E| Downloaded tempfile v3.7.0
33862026-08-20T07:05:29.110Z[ helios-setup] Aug 20 07:05:27.950 INFO E| Downloaded typenum v1.16.0
33872026-08-20T07:05:29.113Z[ helios-setup] Aug 20 07:05:27.952 INFO E| Downloaded uuid v0.8.2
33882026-08-20T07:05:29.127Z[ helios-setup] Aug 20 07:05:27.968 INFO E| Downloaded once_cell v1.18.0
33892026-08-20T07:05:29.133Z[ helios-setup] Aug 20 07:05:27.970 INFO E| Downloaded proc-macro2 v1.0.66
33902026-08-20T07:05:29.136Z[ helios-setup] Aug 20 07:05:27.971 INFO E| Downloaded getrandom v0.2.10
33912026-08-20T07:05:29.136Z[ helios-setup] Aug 20 07:05:27.973 INFO E| Downloaded bitflags v2.3.3
33922026-08-20T07:05:29.136Z[ helios-setup] Aug 20 07:05:27.975 INFO E| Downloaded ryu v1.0.15
33932026-08-20T07:05:29.136Z[ helios-setup] Aug 20 07:05:27.976 INFO E| Downloaded serde_derive v1.0.193
33942026-08-20T07:05:29.143Z[ helios-setup] Aug 20 07:05:27.983 INFO E| Downloaded walkdir v2.3.3
33952026-08-20T07:05:29.146Z[ helios-setup] Aug 20 07:05:27.985 INFO E| Downloaded toml v0.5.11
33962026-08-20T07:05:29.146Z[ helios-setup] Aug 20 07:05:27.986 INFO E| Downloaded anyhow v1.0.72
33972026-08-20T07:05:29.169Z[ helios-setup] Aug 20 07:05:28.010 INFO E| Downloaded syn v2.0.32
33982026-08-20T07:05:29.175Z[ helios-setup] Aug 20 07:05:28.016 INFO E| Downloaded rustix v0.38.4
33992026-08-20T07:05:29.195Z[ helios-setup] Aug 20 07:05:28.035 INFO E| Downloaded serde_json v1.0.103
34002026-08-20T07:05:29.199Z[ helios-setup] Aug 20 07:05:28.040 INFO E| Downloaded libc v0.2.147
34012026-08-20T07:05:29.263Z[ helios-setup] Aug 20 07:05:28.103 INFO E| Compiling libc v0.2.147
34022026-08-20T07:05:29.263Z[ helios-setup] Aug 20 07:05:28.104 INFO E| Compiling proc-macro2 v1.0.66
34032026-08-20T07:05:29.276Z[ helios-setup] Aug 20 07:05:28.104 INFO E| Compiling cfg-if v1.0.0
34042026-08-20T07:05:29.276Z[ helios-setup] Aug 20 07:05:28.104 INFO E| Compiling unicode-ident v1.0.11
34052026-08-20T07:05:29.276Z[ helios-setup] Aug 20 07:05:28.104 INFO E| Compiling version_check v0.9.4
34062026-08-20T07:05:29.276Z[ helios-setup] Aug 20 07:05:28.104 INFO E| Compiling typenum v1.16.0
34072026-08-20T07:05:29.276Z[ helios-setup] Aug 20 07:05:28.104 INFO E| Compiling serde v1.0.193
34082026-08-20T07:05:29.276Z[ helios-setup] Aug 20 07:05:28.104 INFO E| Compiling slog v2.7.0
34092026-08-20T07:05:29.276Z[ helios-setup] Aug 20 07:05:28.104 INFO E| Compiling rustix v0.38.4
34102026-08-20T07:05:29.310Z[ helios-setup] Aug 20 07:05:28.150 INFO E| Compiling num-conv v0.1.0
34112026-08-20T07:05:29.310Z[ helios-setup] Aug 20 07:05:28.150 INFO E| Compiling time-core v0.1.2
34122026-08-20T07:05:29.310Z[ helios-setup] Aug 20 07:05:28.150 INFO E| Compiling powerfmt v0.2.0
34132026-08-20T07:05:29.313Z[ helios-setup] Aug 20 07:05:28.150 INFO E| Compiling itoa v1.0.9
34142026-08-20T07:05:29.315Z[ helios-setup] Aug 20 07:05:28.150 INFO E| Compiling bitflags v2.3.3
34152026-08-20T07:05:29.315Z[ helios-setup] Aug 20 07:05:28.150 INFO E| Compiling num_threads v0.1.6
34162026-08-20T07:05:29.315Z[ helios-setup] Aug 20 07:05:28.150 INFO E| Compiling once_cell v1.18.0
34172026-08-20T07:05:29.508Z[ helios-setup] Aug 20 07:05:28.348 INFO E| Compiling fastrand v2.0.0
34182026-08-20T07:05:29.637Z[ helios-setup] Aug 20 07:05:28.478 INFO E| Compiling opaque-debug v0.3.0
34192026-08-20T07:05:29.738Z[ helios-setup] Aug 20 07:05:28.578 INFO E| Compiling serde_json v1.0.103
34202026-08-20T07:05:29.746Z[ helios-setup] Aug 20 07:05:28.587 INFO E| Compiling anyhow v1.0.72
34212026-08-20T07:05:29.787Z[ helios-setup] Aug 20 07:05:28.628 INFO E| Compiling deranged v0.3.11
34222026-08-20T07:05:29.920Z[ helios-setup] Aug 20 07:05:28.746 INFO E| Compiling thread_local v1.1.7
34232026-08-20T07:05:29.958Z[ helios-setup] Aug 20 07:05:28.799 INFO E| Compiling unicode-width v0.1.10
34242026-08-20T07:05:30.020Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34252026-08-20T07:05:30.072Z[ helios-setup] Aug 20 07:05:28.913 INFO E| Compiling same-file v1.0.6
34262026-08-20T07:05:30.152Z[ helios-setup] Aug 20 07:05:28.992 INFO E| Compiling cpufeatures v0.2.9
34272026-08-20T07:05:30.195Z[ helios-setup] Aug 20 07:05:29.035 INFO E| Compiling ryu v1.0.15
34282026-08-20T07:05:30.225Z[ helios-setup] Aug 20 07:05:29.066 INFO E| Compiling generic-array v0.14.7
34292026-08-20T07:05:30.251Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34302026-08-20T07:05:30.261Z[ helios-setup] Aug 20 07:05:29.102 INFO E| Compiling getopts v0.2.21
34312026-08-20T07:05:30.261Z[ helios-setup] Aug 20 07:05:29.102 INFO E| Compiling time-macros v0.2.18
34322026-08-20T07:05:30.290Z[ helios-setup] Aug 20 07:05:29.130 INFO E| Compiling glob v0.3.1
34332026-08-20T07:05:30.290Z[ helios-setup] Aug 20 07:05:29.130 INFO E| Compiling libdevinfo-sys v1.0.0
34342026-08-20T07:05:30.426Z[ helios-setup] Aug 20 07:05:29.266 INFO E| Compiling walkdir v2.3.3
34352026-08-20T07:05:30.482Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34362026-08-20T07:05:30.593Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34372026-08-20T07:05:30.729Z[ helios-setup] Aug 20 07:05:29.570 INFO E| Compiling quote v1.0.31
34382026-08-20T07:05:30.801Z[ helios-setup] Aug 20 07:05:29.642 INFO E| Compiling dirs-sys-next v0.1.2
34392026-08-20T07:05:30.801Z[ helios-setup] Aug 20 07:05:29.642 INFO E| Compiling errno v0.3.1
34402026-08-20T07:05:30.801Z[ helios-setup] Aug 20 07:05:29.642 INFO E| Compiling atty v0.2.14
34412026-08-20T07:05:30.823Z[ helios-setup] Aug 20 07:05:29.661 INFO E| Compiling getrandom v0.2.10
34422026-08-20T07:05:30.862Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34432026-08-20T07:05:30.986Z[ helios-setup] Aug 20 07:05:29.823 INFO E| Compiling dirs-next v2.0.0
34442026-08-20T07:05:31.105Z[ helios-setup] Aug 20 07:05:29.945 INFO E| Compiling syn v2.0.32
34452026-08-20T07:05:31.118Z[ helios-setup] Aug 20 07:05:29.959 INFO E| Compiling term v0.7.0
34462026-08-20T07:05:31.373Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34472026-08-20T07:05:31.701Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34482026-08-20T07:05:31.752Z[ helios-setup] Aug 20 07:05:30.593 INFO E| Compiling tempfile v3.7.0
34492026-08-20T07:05:32.085Z[ host-package] Compiling nix v0.27.1
34502026-08-20T07:05:32.116Z[ helios-setup] Aug 20 07:05:30.956 INFO E| Compiling block-buffer v0.9.0
34512026-08-20T07:05:32.116Z[ helios-setup] Aug 20 07:05:30.956 INFO E| Compiling digest v0.9.0
34522026-08-20T07:05:32.253Z[ helios-setup] Aug 20 07:05:31.094 INFO E| Compiling md-5 v0.9.1
34532026-08-20T07:05:32.253Z[ helios-setup] Aug 20 07:05:31.094 INFO E| Compiling sha-1 v0.9.8
34542026-08-20T07:05:32.318Z[ helios-setup] Aug 20 07:05:31.155 INFO E| Compiling time v0.3.36
34552026-08-20T07:05:33.138Z[ host-package] Compiling twox-hash v2.1.2
34562026-08-20T07:05:33.227Z[ host-package] Compiling libsw-core v0.3.2
34572026-08-20T07:05:33.342Z[ helios-setup] Aug 20 07:05:32.182 INFO E| Compiling slog-term v2.9.0
34582026-08-20T07:05:33.353Z[ host-package] Compiling atty v0.2.14
34592026-08-20T07:05:33.378Z[ helios-setup] Aug 20 07:05:32.218 INFO E| Compiling serde_derive v1.0.193
34602026-08-20T07:05:33.519Z[ host-package] Compiling serde_bytes v0.11.19
34612026-08-20T07:05:33.567Z[ host-package] Compiling libsw v3.5.0
34622026-08-20T07:05:33.630Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34632026-08-20T07:05:33.791Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34642026-08-20T07:05:33.920Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34652026-08-20T07:05:33.920Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34662026-08-20T07:05:34.135Z[ host-package] Compiling tokio-tungstenite v0.23.1
34672026-08-20T07:05:34.207Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34682026-08-20T07:05:34.292Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34692026-08-20T07:05:34.529Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34702026-08-20T07:05:37.573Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34712026-08-20T07:05:37.726Z[ helios-setup] Aug 20 07:05:36.567 INFO E| Compiling toml v0.5.11
34722026-08-20T07:05:37.726Z[ helios-setup] Aug 20 07:05:36.567 INFO E| Compiling uuid v0.8.2
34732026-08-20T07:05:38.448Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34742026-08-20T07:05:38.476Z[ host-package] Compiling slog-stdlog v4.1.1
34752026-08-20T07:05:38.590Z[ helios-setup] Aug 20 07:05:37.429 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34762026-08-20T07:05:38.978Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34772026-08-20T07:05:39.121Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34782026-08-20T07:05:39.314Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34792026-08-20T07:05:39.375Z[ helios-setup] Aug 20 07:05:38.215 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34802026-08-20T07:05:39.403Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34812026-08-20T07:05:39.534Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34822026-08-20T07:05:39.752Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34832026-08-20T07:05:40.622Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34842026-08-20T07:05:42.558Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34852026-08-20T07:05:43.482Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34862026-08-20T07:05:43.682Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34872026-08-20T07:05:44.129Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34882026-08-20T07:05:44.340Z[ helios-setup] Aug 20 07:05:43.180 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.95s
34892026-08-20T07:05:44.364Z[ helios-setup] Aug 20 07:05:43.204 INFO building project "image-builder" ok (15 seconds)
34902026-08-20T07:05:44.364Z[ helios-setup] Aug 20 07:05:43.204 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34912026-08-20T07:05:44.374Z[ helios-setup] Aug 20 07:05:43.214 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34922026-08-20T07:05:44.374Z[ helios-setup] Aug 20 07:05:43.214 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34932026-08-20T07:05:44.374Z[ helios-setup] Aug 20 07:05:43.214 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34942026-08-20T07:05:44.487Z[ helios-setup] Aug 20 07:05:43.327 INFO E| Blocking waiting for file lock on package cache
34952026-08-20T07:05:44.775Z[ helios-setup] Aug 20 07:05:43.613 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34962026-08-20T07:05:45.125Z[ helios-setup] Aug 20 07:05:43.965 INFO E| From https://github.com/jclulow/hiercmd
34972026-08-20T07:05:45.125Z[ helios-setup] Aug 20 07:05:43.965 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34982026-08-20T07:05:45.139Z[ helios-setup] Aug 20 07:05:43.979 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34992026-08-20T07:05:45.399Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35002026-08-20T07:05:45.499Z[ helios-setup] Aug 20 07:05:44.338 INFO E| From https://github.com/oxidecomputer/network-interface
35012026-08-20T07:05:45.499Z[ helios-setup] Aug 20 07:05:44.338 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
35022026-08-20T07:05:45.509Z[ helios-setup] Aug 20 07:05:44.350 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
35032026-08-20T07:05:45.889Z[ helios-setup] Aug 20 07:05:44.728 INFO E| From https://github.com/oxidecomputer/boot-image-tools
35042026-08-20T07:05:45.890Z[ helios-setup] Aug 20 07:05:44.728 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
35052026-08-20T07:05:45.917Z[ helios-setup] Aug 20 07:05:44.755 INFO E| Updating crates.io index
35062026-08-20T07:05:45.973Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35072026-08-20T07:05:46.077Z[ helios-setup] Aug 20 07:05:44.917 INFO E| Blocking waiting for file lock on package cache
35082026-08-20T07:05:46.131Z[ helios-setup] Aug 20 07:05:44.971 INFO E| Blocking waiting for file lock on package cache
35092026-08-20T07:05:47.263Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35102026-08-20T07:05:47.406Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35112026-08-20T07:05:47.996Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35122026-08-20T07:05:48.935Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35132026-08-20T07:05:49.171Z[ host-package] Compiling signal-hook-tokio v0.3.1
35142026-08-20T07:05:49.276Z[ host-package] Compiling fatfs v0.3.6
35152026-08-20T07:05:49.367Z[ host-package] Compiling yasna v0.5.2
35162026-08-20T07:05:50.248Z[ helios-setup] Aug 20 07:05:49.088 INFO E| Downloading crates ...
35172026-08-20T07:05:50.294Z[ helios-setup] Aug 20 07:05:49.134 INFO E| Downloaded crc v3.3.0
35182026-08-20T07:05:50.299Z[ helios-setup] Aug 20 07:05:49.139 INFO E| Downloaded base64ct v1.8.0
35192026-08-20T07:05:50.301Z[ helios-setup] Aug 20 07:05:49.141 INFO E| Downloaded env_logger v0.11.8
35202026-08-20T07:05:50.305Z[ helios-setup] Aug 20 07:05:49.146 INFO E| Downloaded time-core v0.1.6
35212026-08-20T07:05:50.309Z[ helios-setup] Aug 20 07:05:49.147 INFO E| Downloaded futures-executor v0.3.31
35222026-08-20T07:05:50.313Z[ helios-setup] Aug 20 07:05:49.151 INFO E| Downloaded serde_spanned v1.0.3
35232026-08-20T07:05:50.316Z[ helios-setup] Aug 20 07:05:49.157 INFO E| Downloaded anstyle-query v1.1.4
35242026-08-20T07:05:50.319Z[ helios-setup] Aug 20 07:05:49.158 INFO E| Downloaded toml_writer v1.0.4
35252026-08-20T07:05:50.319Z[ helios-setup] Aug 20 07:05:49.159 INFO E| Downloaded anstyle v1.0.13
35262026-08-20T07:05:50.323Z[ helios-setup] Aug 20 07:05:49.163 INFO E| Downloaded bitfield-macros v0.19.3
35272026-08-20T07:05:50.325Z[ helios-setup] Aug 20 07:05:49.164 INFO E| Downloaded libdevinfo-sys v1.1.0
35282026-08-20T07:05:50.328Z[ helios-setup] Aug 20 07:05:49.167 INFO E| Downloaded futures-task v0.3.31
35292026-08-20T07:05:50.328Z[ helios-setup] Aug 20 07:05:49.168 INFO E| Downloaded futures-core v0.3.31
35302026-08-20T07:05:50.331Z[ helios-setup] Aug 20 07:05:49.171 INFO E| Downloaded slab v0.4.11
35312026-08-20T07:05:50.334Z[ helios-setup] Aug 20 07:05:49.172 INFO E| Downloaded deranged v0.5.5
35322026-08-20T07:05:50.334Z[ helios-setup] Aug 20 07:05:49.174 INFO E| Downloaded bitfield v0.19.3
35332026-08-20T07:05:50.337Z[ helios-setup] Aug 20 07:05:49.175 INFO E| Downloaded clap_lex v0.7.6
35342026-08-20T07:05:50.337Z[ helios-setup] Aug 20 07:05:49.177 INFO E| Downloaded clap_derive v4.5.49
35352026-08-20T07:05:50.340Z[ helios-setup] Aug 20 07:05:49.178 INFO E| Downloaded getrandom v0.2.16
35362026-08-20T07:05:50.340Z[ helios-setup] Aug 20 07:05:49.180 INFO E| Downloaded futures-macro v0.3.31
35372026-08-20T07:05:50.349Z[ helios-setup] Aug 20 07:05:49.189 INFO E| Downloaded devinfo v0.1.0
35382026-08-20T07:05:50.352Z[ helios-setup] Aug 20 07:05:49.191 INFO E| Downloaded pin-utils v0.1.0
35392026-08-20T07:05:50.360Z[ helios-setup] Aug 20 07:05:49.201 INFO E| Downloaded find-msvc-tools v0.1.4
35402026-08-20T07:05:50.363Z[ helios-setup] Aug 20 07:05:49.204 INFO E| Downloaded futures-io v0.3.31
35412026-08-20T07:05:50.366Z[ helios-setup] Aug 20 07:05:49.205 INFO E| Downloaded zeroize_derive v1.4.2
35422026-08-20T07:05:50.377Z[ helios-setup] Aug 20 07:05:49.217 INFO E| Downloaded bitflags v2.10.0
35432026-08-20T07:05:50.380Z[ helios-setup] Aug 20 07:05:49.220 INFO E| Downloaded getopts v0.2.24
35442026-08-20T07:05:50.387Z[ helios-setup] Aug 20 07:05:49.227 INFO E| Downloaded futures-sink v0.3.31
35452026-08-20T07:05:50.390Z[ helios-setup] Aug 20 07:05:49.230 INFO E| Downloaded anyhow v1.0.100
35462026-08-20T07:05:50.393Z[ helios-setup] Aug 20 07:05:49.234 INFO E| Downloaded simd-adler32 v0.3.7
35472026-08-20T07:05:50.406Z[ helios-setup] Aug 20 07:05:49.247 INFO E| Downloaded time-macros v0.2.24
35482026-08-20T07:05:50.409Z[ helios-setup] Aug 20 07:05:49.249 INFO E| Downloaded thiserror-impl v2.0.17
35492026-08-20T07:05:50.412Z[ helios-setup] Aug 20 07:05:49.251 INFO E| Downloaded futures-channel v0.3.31
35502026-08-20T07:05:50.417Z[ helios-setup] Aug 20 07:05:49.257 INFO E| Downloaded toml_parser v1.0.4
35512026-08-20T07:05:50.420Z[ helios-setup] Aug 20 07:05:49.260 INFO E| Downloaded generic-array v0.14.9
35522026-08-20T07:05:50.423Z[ helios-setup] Aug 20 07:05:49.261 INFO E| Downloaded pin-project-lite v0.2.16
35532026-08-20T07:05:50.426Z[ helios-setup] Aug 20 07:05:49.264 INFO E| Downloaded env_filter v0.1.4
35542026-08-20T07:05:50.426Z[ helios-setup] Aug 20 07:05:49.265 INFO E| Downloaded thiserror v2.0.17
35552026-08-20T07:05:50.431Z[ helios-setup] Aug 20 07:05:49.271 INFO E| Downloaded signal-hook-registry v1.4.6
35562026-08-20T07:05:50.434Z[ helios-setup] Aug 20 07:05:49.272 INFO E| Downloaded quote v1.0.41
35572026-08-20T07:05:50.437Z[ helios-setup] Aug 20 07:05:49.277 INFO E| Downloaded clap v4.5.51
35582026-08-20T07:05:50.442Z[ helios-setup] Aug 20 07:05:49.283 INFO E| Downloaded num_enum_derive v0.7.5
35592026-08-20T07:05:50.445Z[ helios-setup] Aug 20 07:05:49.284 INFO E| Downloaded tokio-macros v2.6.0
35602026-08-20T07:05:50.445Z[ helios-setup] Aug 20 07:05:49.284 INFO E| Downloaded futures v0.3.31
35612026-08-20T07:05:50.448Z[ helios-setup] Aug 20 07:05:49.287 INFO E| Downloaded toml_datetime v0.7.3
35622026-08-20T07:05:50.448Z[ helios-setup] Aug 20 07:05:49.288 INFO E| Downloaded num_enum v0.7.5
35632026-08-20T07:05:50.457Z[ helios-setup] Aug 20 07:05:49.298 INFO E| Downloaded unicode-ident v1.0.22
35642026-08-20T07:05:50.461Z[ helios-setup] Aug 20 07:05:49.299 INFO E| Downloaded log v0.4.28
35652026-08-20T07:05:50.470Z[ helios-setup] Aug 20 07:05:49.309 INFO E| Downloaded rand v0.8.5
35662026-08-20T07:05:50.473Z[ helios-setup] Aug 20 07:05:49.312 INFO E| Downloaded cc v1.2.44
35672026-08-20T07:05:50.488Z[ helios-setup] Aug 20 07:05:49.326 INFO E| Downloaded bytes v1.10.1
35682026-08-20T07:05:50.493Z[ helios-setup] Aug 20 07:05:49.329 INFO E| Downloaded toml v0.9.8
35692026-08-20T07:05:50.493Z[ helios-setup] Aug 20 07:05:49.331 INFO E| Downloaded uuid v1.18.1
35702026-08-20T07:05:50.496Z[ helios-setup] Aug 20 07:05:49.334 INFO E| Downloaded socket2 v0.6.1
35712026-08-20T07:05:50.502Z[ helios-setup] Aug 20 07:05:49.343 INFO E| Downloaded typenum v1.19.0
35722026-08-20T07:05:50.505Z[ helios-setup] Aug 20 07:05:49.345 INFO E| Downloaded proc-macro2 v1.0.103
35732026-08-20T07:05:50.511Z[ helios-setup] Aug 20 07:05:49.352 INFO E| Downloaded flate2 v1.1.5
35742026-08-20T07:05:50.514Z[ helios-setup] Aug 20 07:05:49.355 INFO E| Downloaded toml_edit v0.23.7
35752026-08-20T07:05:50.517Z[ helios-setup] Aug 20 07:05:49.357 INFO E| Downloaded rsa v0.9.8
35762026-08-20T07:05:50.530Z[ helios-setup] Aug 20 07:05:49.371 INFO E| Downloaded memchr v2.7.6
35772026-08-20T07:05:50.539Z[ helios-setup] Aug 20 07:05:49.380 INFO E| Downloaded indexmap v2.12.0
35782026-08-20T07:05:50.563Z[ helios-setup] Aug 20 07:05:49.404 INFO E| Downloaded num-bigint-dig v0.8.4
35792026-08-20T07:05:50.570Z[ helios-setup] Aug 20 07:05:49.409 INFO E| Downloaded iddqd v0.3.14
35802026-08-20T07:05:50.574Z[ helios-setup] Aug 20 07:05:49.413 INFO E| Downloaded mio v1.1.0
35812026-08-20T07:05:50.588Z[ helios-setup] Aug 20 07:05:49.429 INFO E| Downloaded hashbrown v0.16.0
35822026-08-20T07:05:50.591Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
35832026-08-20T07:05:50.594Z[ helios-setup] Aug 20 07:05:49.433 INFO E| Downloaded time v0.3.44
35842026-08-20T07:05:50.598Z[ helios-setup] Aug 20 07:05:49.438 INFO E| Downloaded clap_builder v4.5.51
35852026-08-20T07:05:50.602Z[ helios-setup] Aug 20 07:05:49.443 INFO E| Downloaded libm v0.2.15
35862026-08-20T07:05:50.609Z[ helios-setup] Aug 20 07:05:49.450 INFO E| Downloaded serde_json v1.0.145
35872026-08-20T07:05:50.614Z[ helios-setup] Aug 20 07:05:49.455 INFO E| Downloaded futures-util v0.3.31
35882026-08-20T07:05:50.622Z[ helios-setup] Aug 20 07:05:49.463 INFO E| Downloaded chrono v0.4.42
35892026-08-20T07:05:50.628Z[ helios-setup] Aug 20 07:05:49.468 INFO E| Downloaded unicode-width v0.2.2
35902026-08-20T07:05:50.633Z[ helios-setup] Aug 20 07:05:49.472 INFO E| Downloaded syn v2.0.108
35912026-08-20T07:05:50.653Z[ helios-setup] Aug 20 07:05:49.493 INFO E| Downloaded rustix v1.1.2
35922026-08-20T07:05:50.656Z[ host-package] Compiling seq-macro v0.3.6
35932026-08-20T07:05:50.731Z[ helios-setup] Aug 20 07:05:49.571 INFO E| Downloaded libc v0.2.177
35942026-08-20T07:05:50.755Z[ helios-setup] Aug 20 07:05:49.595 INFO E| Downloaded tokio v1.48.0
35952026-08-20T07:05:50.813Z[ host-package] Compiling assert_matches v1.5.0
35962026-08-20T07:05:50.881Z[ helios-setup] Aug 20 07:05:49.720 INFO E| Compiling proc-macro2 v1.0.103
35972026-08-20T07:05:50.881Z[ helios-setup] Aug 20 07:05:49.720 INFO E| Compiling unicode-ident v1.0.22
35982026-08-20T07:05:50.889Z[ helios-setup] Aug 20 07:05:49.720 INFO E| Compiling quote v1.0.41
35992026-08-20T07:05:50.889Z[ helios-setup] Aug 20 07:05:49.720 INFO E| Compiling libc v0.2.177
36002026-08-20T07:05:50.890Z[ helios-setup] Aug 20 07:05:49.720 INFO E| Compiling serde_core v1.0.228
36012026-08-20T07:05:50.890Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling cfg-if v1.0.4
36022026-08-20T07:05:50.890Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling serde v1.0.228
36032026-08-20T07:05:50.890Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling version_check v0.9.5
36042026-08-20T07:05:50.890Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling autocfg v1.5.0
36052026-08-20T07:05:50.892Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling const-oid v0.9.6
36062026-08-20T07:05:50.892Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling typenum v1.19.0
36072026-08-20T07:05:50.892Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling libm v0.2.15
36082026-08-20T07:05:50.892Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling zerocopy v0.8.27
36092026-08-20T07:05:50.892Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling rustversion v1.0.22
36102026-08-20T07:05:50.892Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling base64ct v1.8.0
36112026-08-20T07:05:50.892Z[ helios-setup] Aug 20 07:05:49.721 INFO E| Compiling zeroize v1.8.2
36122026-08-20T07:05:50.955Z[ host-package] Compiling rcgen v0.12.1
36132026-08-20T07:05:51.030Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36142026-08-20T07:05:51.201Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36152026-08-20T07:05:51.364Z[ helios-setup] Aug 20 07:05:50.204 INFO E| Compiling smallvec v1.15.1
36162026-08-20T07:05:51.504Z[ helios-setup] Aug 20 07:05:50.344 INFO E| Compiling rustix v1.1.2
36172026-08-20T07:05:51.749Z[ helios-setup] Aug 20 07:05:50.587 INFO E| Compiling pem-rfc7468 v0.7.0
36182026-08-20T07:05:51.803Z[ helios-setup] Aug 20 07:05:50.643 INFO E| Compiling utf8parse v0.2.2
36192026-08-20T07:05:51.846Z[ helios-setup] Aug 20 07:05:50.687 INFO E| Compiling flagset v0.4.7
36202026-08-20T07:05:51.897Z[ helios-setup] Aug 20 07:05:50.733 INFO E| Compiling num-traits v0.2.19
36212026-08-20T07:05:51.909Z[ helios-setup] Aug 20 07:05:50.749 INFO E| Compiling generic-array v0.14.9
36222026-08-20T07:05:52.177Z[ helios-setup] Aug 20 07:05:51.018 INFO E| Compiling crc32fast v1.5.0
36232026-08-20T07:05:52.195Z[ helios-setup] Aug 20 07:05:51.035 INFO E| Compiling anyhow v1.0.100
36242026-08-20T07:05:52.200Z[ helios-setup] Aug 20 07:05:51.041 INFO E| Compiling winnow v0.7.13
36252026-08-20T07:05:52.203Z[ helios-setup] Aug 20 07:05:51.042 INFO E| Compiling equivalent v1.0.2
36262026-08-20T07:05:52.275Z[ helios-setup] Aug 20 07:05:51.115 INFO E| Compiling memchr v2.7.6
36272026-08-20T07:05:52.407Z[ helios-setup] Aug 20 07:05:51.247 INFO E| Compiling hashbrown v0.16.0
36282026-08-20T07:05:52.683Z[ helios-setup] Aug 20 07:05:51.522 INFO E| Compiling byteorder v1.5.0
36292026-08-20T07:05:52.833Z[ helios-setup] Aug 20 07:05:51.673 INFO E| Compiling anstyle-parse v0.2.7
36302026-08-20T07:05:53.043Z[ helios-setup] Aug 20 07:05:51.883 INFO E| Compiling toml_datetime v0.7.3
36312026-08-20T07:05:53.077Z[ helios-setup] Aug 20 07:05:51.916 INFO E| Compiling anstyle-query v1.1.4
36322026-08-20T07:05:53.218Z[ helios-setup] Aug 20 07:05:52.059 INFO E| Compiling shlex v1.3.0
36332026-08-20T07:05:53.259Z[ helios-setup] Aug 20 07:05:52.099 INFO E| Compiling radium v0.7.0
36342026-08-20T07:05:53.311Z[ helios-setup] Aug 20 07:05:52.151 INFO E| Compiling colorchoice v1.0.4
36352026-08-20T07:05:53.413Z[ helios-setup] Aug 20 07:05:52.254 INFO E| Compiling getrandom v0.2.16
36362026-08-20T07:05:53.450Z[ helios-setup] Aug 20 07:05:52.290 INFO E| Compiling errno v0.3.14
36372026-08-20T07:05:53.471Z[ helios-setup] Aug 20 07:05:52.311 INFO E| Compiling syn v2.0.108
36382026-08-20T07:05:53.479Z[ helios-setup] Aug 20 07:05:52.320 INFO E| Compiling indexmap v2.12.0
36392026-08-20T07:05:53.566Z[ helios-setup] Aug 20 07:05:52.406 INFO E| Compiling is_terminal_polyfill v1.70.2
36402026-08-20T07:05:53.719Z[ helios-setup] Aug 20 07:05:52.559 INFO E| Compiling rand_core v0.6.4
36412026-08-20T07:05:53.757Z[ helios-setup] Aug 20 07:05:52.598 INFO E| Compiling find-msvc-tools v0.1.4
36422026-08-20T07:05:53.764Z[ helios-setup] Aug 20 07:05:52.605 INFO E| Compiling anstyle v1.0.13
36432026-08-20T07:05:53.803Z[ helios-setup] Aug 20 07:05:52.642 INFO E| Compiling allocator-api2 v0.2.21
36442026-08-20T07:05:53.806Z[ helios-setup] Aug 20 07:05:52.647 INFO E| Compiling cpufeatures v0.2.17
36452026-08-20T07:05:53.897Z[ helios-setup] Aug 20 07:05:52.733 INFO E| Compiling syn v1.0.109
36462026-08-20T07:05:53.929Z[ helios-setup] Aug 20 07:05:52.769 INFO E| Compiling slog v2.8.2
36472026-08-20T07:05:54.090Z[ helios-setup] Aug 20 07:05:52.930 INFO E| Compiling anstream v0.6.21
36482026-08-20T07:05:54.177Z[ helios-setup] Aug 20 07:05:53.017 INFO E| Compiling cc v1.2.44
36492026-08-20T07:05:54.378Z[ helios-setup] Aug 20 07:05:53.218 INFO E| Compiling crypto-common v0.1.6
36502026-08-20T07:05:54.404Z[ helios-setup] Aug 20 07:05:53.244 INFO E| Compiling block-buffer v0.10.4
36512026-08-20T07:05:54.498Z[ helios-setup] Aug 20 07:05:53.338 INFO E| Compiling futures-core v0.3.31
36522026-08-20T07:05:54.656Z[ helios-setup] Aug 20 07:05:53.496 INFO E| Compiling digest v0.10.7
36532026-08-20T07:05:54.751Z[ helios-setup] Aug 20 07:05:53.592 INFO E| Compiling tap v1.0.1
36542026-08-20T07:05:54.781Z[ helios-setup] Aug 20 07:05:53.621 INFO E| Compiling unicode-width v0.2.2
36552026-08-20T07:05:54.947Z[ helios-setup] Aug 20 07:05:53.787 INFO E| Compiling parking_lot_core v0.9.12
36562026-08-20T07:05:54.953Z[ helios-setup] Aug 20 07:05:53.794 INFO E| Compiling pin-project-lite v0.2.16
36572026-08-20T07:05:54.967Z[ helios-setup] Aug 20 07:05:53.807 INFO E| Compiling maybe-uninit v2.0.0
36582026-08-20T07:05:55.158Z[ helios-setup] Aug 20 07:05:53.999 INFO E| Compiling sha2 v0.10.9
36592026-08-20T07:05:55.192Z[ helios-setup] Aug 20 07:05:54.032 INFO E| Compiling pkg-config v0.3.32
36602026-08-20T07:05:55.251Z[ helios-setup] Aug 20 07:05:54.092 INFO E| Compiling futures-sink v0.3.31
36612026-08-20T07:05:55.261Z[ helios-setup] Aug 20 07:05:54.101 INFO E| Compiling wyz v0.5.1
36622026-08-20T07:05:55.451Z[ helios-setup] Aug 20 07:05:54.291 INFO E| Compiling getopts v0.2.24
36632026-08-20T07:05:55.504Z[ helios-setup] Aug 20 07:05:54.344 INFO E| Compiling futures-channel v0.3.31
36642026-08-20T07:05:55.565Z[ helios-setup] Aug 20 07:05:54.406 INFO E| Compiling num-integer v0.1.46
36652026-08-20T07:05:55.699Z[ helios-setup] Aug 20 07:05:54.539 INFO E| Compiling ahash v0.8.12
36662026-08-20T07:05:55.829Z[ helios-setup] Aug 20 07:05:54.669 INFO E| Compiling toml_parser v1.0.4
36672026-08-20T07:05:55.927Z[ helios-setup] Aug 20 07:05:54.767 INFO E| Compiling itoa v1.0.15
36682026-08-20T07:05:56.010Z[ helios-setup] Aug 20 07:05:54.850 INFO E| Compiling spin v0.9.8
36692026-08-20T07:05:56.034Z[ helios-setup] Aug 20 07:05:54.874 INFO E| Compiling getrandom v0.3.4
36702026-08-20T07:05:56.043Z[ helios-setup] Aug 20 07:05:54.883 INFO E| Compiling funty v2.0.0
36712026-08-20T07:05:56.204Z[ host-package] Compiling slog-envlogger v2.2.0
36722026-08-20T07:05:56.254Z[ helios-setup] Aug 20 07:05:55.091 INFO E| Compiling packed_struct v0.10.1
36732026-08-20T07:05:56.279Z[ helios-setup] Aug 20 07:05:55.119 INFO E| Compiling num-bigint-dig v0.8.4
36742026-08-20T07:05:56.287Z[ helios-setup] Aug 20 07:05:55.127 INFO E| Compiling strsim v0.11.1
36752026-08-20T07:05:56.301Z[ helios-setup] Aug 20 07:05:55.142 INFO E| Compiling bytes v1.10.1
36762026-08-20T07:05:56.413Z[ helios-setup] Aug 20 07:05:55.253 INFO E| Compiling futures-io v0.3.31
36772026-08-20T07:05:56.438Z[ helios-setup] Aug 20 07:05:55.278 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36782026-08-20T07:05:56.547Z[ helios-setup] Aug 20 07:05:55.387 INFO E| Compiling slab v0.4.11
36792026-08-20T07:05:56.683Z[ helios-setup] Aug 20 07:05:55.523 INFO E| Compiling num-conv v0.1.0
36802026-08-20T07:05:56.823Z[ helios-setup] Aug 20 07:05:55.662 INFO E| Compiling toml_edit v0.23.7
36812026-08-20T07:05:56.846Z[ helios-setup] Aug 20 07:05:55.686 INFO E| Compiling heck v0.5.0
36822026-08-20T07:05:56.861Z[ helios-setup] Aug 20 07:05:55.700 INFO E| Compiling thiserror v1.0.69
36832026-08-20T07:05:56.923Z[ helios-setup] Aug 20 07:05:55.762 INFO E| Compiling scopeguard v1.2.0
36842026-08-20T07:05:56.981Z[ helios-setup] Aug 20 07:05:55.819 INFO E| Compiling futures-task v0.3.31
36852026-08-20T07:05:57.254Z[ helios-setup] Aug 20 07:05:56.094 INFO E| Compiling bitflags v2.10.0
36862026-08-20T07:05:57.254Z[ helios-setup] Aug 20 07:05:56.094 INFO E| Compiling powerfmt v0.2.0
36872026-08-20T07:05:57.266Z[ helios-setup] Aug 20 07:05:56.106 INFO E| Compiling clap_lex v0.7.6
36882026-08-20T07:05:57.437Z[ helios-setup] Aug 20 07:05:56.277 INFO E| Compiling pin-utils v0.1.0
36892026-08-20T07:05:57.488Z[ helios-setup] Aug 20 07:05:56.326 INFO E| Compiling time-core v0.1.6
36902026-08-20T07:05:57.524Z[ helios-setup] Aug 20 07:05:56.364 INFO E| Compiling lock_api v0.4.14
36912026-08-20T07:05:57.579Z[ helios-setup] Aug 20 07:05:56.419 INFO E| Compiling bitvec v1.0.1
36922026-08-20T07:05:57.642Z[ helios-setup] Aug 20 07:05:56.479 INFO E| Compiling deranged v0.5.5
36932026-08-20T07:05:57.669Z[ helios-setup] Aug 20 07:05:56.509 INFO E| Compiling time-macros v0.2.24
36942026-08-20T07:05:57.840Z[ helios-setup] Aug 20 07:05:56.680 INFO E| Compiling num-iter v0.1.45
36952026-08-20T07:05:57.928Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36962026-08-20T07:05:57.929Z[ helios-setup] Aug 20 07:05:56.768 INFO E| Compiling lazy_static v1.5.0
36972026-08-20T07:05:58.069Z[ helios-setup] Aug 20 07:05:56.908 INFO E| Compiling indexmap v1.9.3
36982026-08-20T07:05:58.153Z[ helios-setup] Aug 20 07:05:56.993 INFO E| Compiling simd-adler32 v0.3.7
36992026-08-20T07:05:58.255Z[ helios-setup] Aug 20 07:05:57.094 INFO E| Compiling log v0.4.28
37002026-08-20T07:05:58.284Z[ helios-setup] Aug 20 07:05:57.124 INFO E| Compiling serde_json v1.0.145
37012026-08-20T07:05:58.316Z[ helios-setup] Aug 20 07:05:57.156 INFO E| Compiling once_cell v1.21.3
37022026-08-20T07:05:58.501Z[ helios-setup] Aug 20 07:05:57.341 INFO E| Compiling proc-macro-crate v3.4.0
37032026-08-20T07:05:58.603Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37042026-08-20T07:05:58.651Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37052026-08-20T07:05:58.678Z[ helios-setup] Aug 20 07:05:57.518 INFO E| Compiling crc-catalog v2.4.0
37062026-08-20T07:05:58.727Z[ helios-setup] Aug 20 07:05:57.567 INFO E| Compiling terminal_size v0.4.3
37072026-08-20T07:05:58.752Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37082026-08-20T07:05:58.882Z[ helios-setup] Aug 20 07:05:57.722 INFO E| Compiling iana-time-zone v0.1.64
37092026-08-20T07:05:59.019Z[ helios-setup] Aug 20 07:05:57.855 INFO E| Compiling clap_builder v4.5.51
37102026-08-20T07:05:59.155Z[ helios-setup] Aug 20 07:05:57.995 INFO E| Compiling adler2 v2.0.1
37112026-08-20T07:05:59.159Z[ helios-setup] Aug 20 07:05:57.996 INFO E| Compiling thiserror v2.0.17
37122026-08-20T07:05:59.352Z[ helios-setup] Aug 20 07:05:58.193 INFO E| Compiling nodrop v0.1.14
37132026-08-20T07:05:59.364Z[ helios-setup] Aug 20 07:05:58.204 INFO E| Compiling miniz_oxide v0.8.9
37142026-08-20T07:05:59.450Z[ helios-setup] Aug 20 07:05:58.290 INFO E| Compiling array-init v0.0.4
37152026-08-20T07:05:59.493Z[ helios-setup] Aug 20 07:05:58.333 INFO E| Compiling chrono v0.4.42
37162026-08-20T07:05:59.507Z[ helios-setup] Aug 20 07:05:58.347 INFO E| Compiling crc v3.3.0
37172026-08-20T07:05:59.514Z[ helios-setup] Aug 20 07:05:58.354 INFO E| Compiling parking_lot v0.12.5
37182026-08-20T07:05:59.775Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37192026-08-20T07:05:59.808Z[ host-package] Compiling port-file v0.1.0
37202026-08-20T07:05:59.849Z[ helios-setup] Aug 20 07:05:58.690 INFO E| Compiling env_filter v0.1.4
37212026-08-20T07:05:59.870Z[ helios-setup] Aug 20 07:05:58.710 INFO E| Compiling smallvec v0.6.14
37222026-08-20T07:05:59.973Z[ host-package] Compiling rtoolbox v0.0.3
37232026-08-20T07:06:00.121Z[ helios-setup] Aug 20 07:05:58.962 INFO E| Compiling serde_spanned v1.0.3
37242026-08-20T07:06:00.301Z[ helios-setup] Aug 20 07:05:59.141 INFO E| Compiling time v0.3.44
37252026-08-20T07:06:00.309Z[ helios-setup] Aug 20 07:05:59.149 INFO E| Compiling serde_derive v1.0.228
37262026-08-20T07:06:00.327Z[ helios-setup] Aug 20 07:05:59.168 INFO E| Compiling zerocopy-derive v0.8.27
37272026-08-20T07:06:00.397Z[ helios-setup] Aug 20 07:05:59.237 INFO E| Compiling der_derive v0.7.3
37282026-08-20T07:06:00.400Z[ host-package] Compiling subprocess v0.2.15
37292026-08-20T07:06:00.457Z[ helios-setup] Aug 20 07:05:59.297 INFO E| Compiling futures-macro v0.3.31
37302026-08-20T07:06:00.513Z[ helios-setup] Aug 20 07:05:59.353 INFO E| Compiling packed_struct_codegen v0.10.1
37312026-08-20T07:06:00.542Z[ helios-setup] Aug 20 07:05:59.380 INFO E| Compiling zerocopy-derive v0.6.6
37322026-08-20T07:06:00.663Z[ host-package] Compiling rpassword v7.5.4
37332026-08-20T07:06:01.042Z[ helios-setup] Aug 20 07:05:59.882 INFO E| Compiling num_enum_derive v0.7.5
37342026-08-20T07:06:01.106Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37352026-08-20T07:06:01.126Z[ helios-setup] Aug 20 07:05:59.966 INFO E| Compiling thiserror-impl v1.0.69
37362026-08-20T07:06:01.163Z[ helios-setup] Aug 20 07:06:00.003 INFO E| Compiling clap_derive v4.5.49
37372026-08-20T07:06:01.370Z[ helios-setup] Aug 20 07:06:00.210 INFO E| Compiling bitfield-macros v0.19.3
37382026-08-20T07:06:01.801Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37392026-08-20T07:06:02.162Z[ helios-setup] Aug 20 07:06:01.002 INFO E| Compiling tokio-macros v2.6.0
37402026-08-20T07:06:02.268Z[ helios-setup] Aug 20 07:06:01.108 INFO E| Compiling zerocopy v0.6.6
37412026-08-20T07:06:02.337Z[ helios-setup] Aug 20 07:06:01.143 INFO E| Compiling der v0.7.10
37422026-08-20T07:06:02.378Z[ helios-setup] Aug 20 07:06:01.218 INFO E| Compiling thiserror-impl v2.0.17
37432026-08-20T07:06:02.589Z[ helios-setup] Aug 20 07:06:01.429 INFO E| Compiling futures-util v0.3.31
37442026-08-20T07:06:03.135Z[ helios-setup] Aug 20 07:06:01.975 INFO E| Compiling bitfield v0.19.3
37452026-08-20T07:06:03.280Z[ helios-setup] Aug 20 07:06:02.119 INFO E| Compiling signature v2.2.0
37462026-08-20T07:06:03.329Z[ helios-setup] Aug 20 07:06:02.169 INFO E| Compiling num_enum v0.7.5
37472026-08-20T07:06:03.526Z[ helios-setup] Aug 20 07:06:02.366 INFO E| Compiling socket2 v0.6.1
37482026-08-20T07:06:03.794Z[ helios-setup] Aug 20 07:06:02.634 INFO E| Compiling is-terminal v0.4.17
37492026-08-20T07:06:03.938Z[ helios-setup] Aug 20 07:06:02.778 INFO E| Compiling mio v1.1.0
37502026-08-20T07:06:03.972Z[ helios-setup] Aug 20 07:06:02.812 INFO E| Compiling signal-hook-registry v1.4.6
37512026-08-20T07:06:03.997Z[ helios-setup] Aug 20 07:06:02.837 INFO E| Compiling thread_local v1.1.9
37522026-08-20T07:06:04.102Z[ helios-setup] Aug 20 07:06:02.942 INFO E| Compiling subtle v2.6.1
37532026-08-20T07:06:04.109Z[ helios-setup] Aug 20 07:06:02.949 INFO E| Compiling winnow v0.5.40
37542026-08-20T07:06:04.326Z[ helios-setup] Aug 20 07:06:03.166 INFO E| Compiling term v1.2.0
37552026-08-20T07:06:04.451Z[ helios-setup] Aug 20 07:06:03.291 INFO E| Compiling spki v0.7.3
37562026-08-20T07:06:04.503Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37572026-08-20T07:06:04.506Z[ helios-setup] Aug 20 07:06:03.345 INFO E| Compiling clap v4.5.51
37582026-08-20T07:06:04.609Z[ helios-setup] Aug 20 07:06:03.448 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37592026-08-20T07:06:04.856Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37602026-08-20T07:06:04.950Z[ helios-setup] Aug 20 07:06:03.790 INFO E| Compiling pkcs8 v0.10.2
37612026-08-20T07:06:05.010Z[ helios-setup] Aug 20 07:06:03.848 INFO E| Compiling toml_writer v1.0.4
37622026-08-20T07:06:05.017Z[ helios-setup] Aug 20 07:06:03.856 INFO E| Compiling hashbrown v0.12.3
37632026-08-20T07:06:05.065Z[ helios-setup] Aug 20 07:06:03.905 INFO E| Compiling base64 v0.21.7
37642026-08-20T07:06:05.091Z[ helios-setup] Aug 20 07:06:03.931 INFO E| Compiling ryu v1.0.20
37652026-08-20T07:06:05.305Z[ helios-setup] Aug 20 07:06:04.145 INFO E| Compiling libdevinfo-sys v1.1.0
37662026-08-20T07:06:05.444Z[ helios-setup] Aug 20 07:06:04.284 INFO E| Compiling pkcs1 v0.7.5
37672026-08-20T07:06:05.590Z[ helios-setup] Aug 20 07:06:04.430 INFO E| Compiling devinfo v0.1.0
37682026-08-20T07:06:05.642Z[ helios-setup] Aug 20 07:06:04.482 INFO E| Compiling toml v0.9.8
37692026-08-20T07:06:05.802Z[ helios-setup] Aug 20 07:06:04.642 INFO E| Compiling x509-cert v0.2.5
37702026-08-20T07:06:06.004Z[ helios-setup] Aug 20 07:06:04.844 INFO E| Compiling tokio v1.48.0
37712026-08-20T07:06:06.044Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37722026-08-20T07:06:06.382Z[ helios-setup] Aug 20 07:06:05.222 INFO E| Compiling ppv-lite86 v0.2.21
37732026-08-20T07:06:06.483Z[ helios-setup] Aug 20 07:06:05.323 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37742026-08-20T07:06:06.881Z[ helios-setup] Aug 20 07:06:05.721 INFO E| Compiling rand_chacha v0.3.1
37752026-08-20T07:06:06.906Z[ helios-setup] Aug 20 07:06:05.746 INFO E| Compiling hashbrown v0.13.2
37762026-08-20T07:06:06.975Z[ helios-setup] Aug 20 07:06:05.815 INFO E| Compiling bzip2 v0.4.4
37772026-08-20T07:06:07.016Z[ helios-setup] Aug 20 07:06:05.856 INFO E| Compiling uuid v1.18.1
37782026-08-20T07:06:07.500Z[ helios-setup] Aug 20 07:06:06.340 INFO E| Compiling erased-serde v0.3.31
37792026-08-20T07:06:07.523Z[ helios-setup] Aug 20 07:06:06.363 INFO E| Compiling rand v0.8.5
37802026-08-20T07:06:07.634Z[ helios-setup] Aug 20 07:06:06.474 INFO E| Compiling toml_datetime v0.6.11
37812026-08-20T07:06:07.653Z[ helios-setup] Aug 20 07:06:06.493 INFO E| Compiling serde_spanned v0.6.9
37822026-08-20T07:06:07.956Z[ helios-setup] Aug 20 07:06:06.796 INFO E| Compiling serde-hex v0.1.0
37832026-08-20T07:06:08.087Z[ helios-setup] Aug 20 07:06:06.926 INFO E| Compiling ron v0.8.1
37842026-08-20T07:06:08.269Z[ helios-setup] Aug 20 07:06:07.109 INFO E| Compiling toml_edit v0.19.15
37852026-08-20T07:06:08.379Z[ helios-setup] Aug 20 07:06:07.219 INFO E| Compiling flate2 v1.1.5
37862026-08-20T07:06:08.444Z[ helios-setup] Aug 20 07:06:07.284 INFO E| Compiling env_logger v0.11.8
37872026-08-20T07:06:08.596Z[ helios-setup] Aug 20 07:06:07.434 INFO E| Compiling bitflags v1.3.2
37882026-08-20T07:06:08.686Z[ helios-setup] Aug 20 07:06:07.525 INFO E| Compiling crc-any v2.5.0
37892026-08-20T07:06:09.291Z[ helios-setup] Aug 20 07:06:08.103 INFO E| Compiling hex v0.4.3
37902026-08-20T07:06:09.364Z[ host-package] Compiling tui-tree-widget v0.23.1
37912026-08-20T07:06:09.582Z[ helios-setup] Aug 20 07:06:08.422 INFO E| Compiling futures-executor v0.3.31
37922026-08-20T07:06:09.706Z[ helios-setup] Aug 20 07:06:08.546 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37932026-08-20T07:06:09.740Z[ helios-setup] Aug 20 07:06:08.580 INFO E| Compiling slog-term v2.9.2
37942026-08-20T07:06:10.110Z[ helios-setup] Aug 20 07:06:08.950 INFO E| Compiling futures v0.3.31
37952026-08-20T07:06:10.185Z[ helios-setup] Aug 20 07:06:09.025 INFO E| Compiling foldhash v0.2.0
37962026-08-20T07:06:10.246Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37972026-08-20T07:06:10.272Z[ helios-setup] Aug 20 07:06:09.112 INFO E| Compiling rustc-hash v2.1.1
37982026-08-20T07:06:10.493Z[ helios-setup] Aug 20 07:06:09.333 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37992026-08-20T07:06:10.551Z[ helios-setup] Aug 20 07:06:09.391 INFO E| Compiling iddqd v0.3.14
38002026-08-20T07:06:10.693Z[ helios-setup] Aug 20 07:06:09.533 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
38012026-08-20T07:06:10.969Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38022026-08-20T07:06:11.091Z[ helios-setup] Aug 20 07:06:09.931 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38032026-08-20T07:06:11.176Z[ helios-setup] Aug 20 07:06:10.014 INFO E| Compiling object v0.30.4
38042026-08-20T07:06:11.741Z[ helios-setup] Aug 20 07:06:10.582 INFO E| Compiling rsa v0.9.8
38052026-08-20T07:06:11.925Z[ helios-setup] Aug 20 07:06:10.765 INFO E| Compiling toml v0.7.8
38062026-08-20T07:06:12.255Z[ helios-setup] Aug 20 07:06:11.095 INFO E| Compiling zip v0.6.6
38072026-08-20T07:06:12.546Z[ helios-setup] Aug 20 07:06:11.386 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
38082026-08-20T07:06:12.838Z[ helios-setup] Aug 20 07:06:11.678 INFO E| Compiling path-slash v0.1.5
38092026-08-20T07:06:14.644Z[ helios-setup] Aug 20 07:06:13.484 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
38102026-08-20T07:06:14.947Z[ helios-setup] Aug 20 07:06:13.787 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38112026-08-20T07:06:15.093Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38122026-08-20T07:06:15.276Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38132026-08-20T07:06:15.554Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38142026-08-20T07:06:16.137Z[ host-package] Compiling uzers v0.12.2
38152026-08-20T07:06:17.714Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38162026-08-20T07:06:18.780Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38172026-08-20T07:06:19.091Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38182026-08-20T07:06:20.148Z[ helios-setup] Aug 20 07:06:18.987 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38192026-08-20T07:06:21.072Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38202026-08-20T07:06:21.414Z[ helios-setup] Aug 20 07:06:20.253 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38212026-08-20T07:06:21.530Z[ host-package] Compiling support-bundle-viewer v0.1.2
38222026-08-20T07:06:21.576Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38232026-08-20T07:06:23.787Z[ host-package] Compiling multimap v0.10.1
38242026-08-20T07:06:25.609Z[ helios-setup] Aug 20 07:06:24.448 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
38252026-08-20T07:06:34.491Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38262026-08-20T07:06:36.935Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38272026-08-20T07:06:37.473Z[ helios-setup] Aug 20 07:06:36.313 INFO E| Finished `release` profile [optimized] target(s) in 53.08s
38282026-08-20T07:06:37.478Z[ helios-setup] Aug 20 07:06:36.316 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
38292026-08-20T07:06:37.478Z[ helios-setup] Aug 20 07:06:36.316 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38302026-08-20T07:06:37.536Z[ helios-setup] Aug 20 07:06:36.376 INFO building project "pilot" ok (53 seconds)
38312026-08-20T07:06:37.539Z[ helios-setup] rm -f helios-build
38322026-08-20T07:06:37.542Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38332026-08-20T07:06:37.542Z[ helios-setup]
38342026-08-20T07:06:37.547Z[ helios-setup] Setup complete! ./helios-build is now available.
38352026-08-20T07:06:37.547Z[ helios-setup]
38362026-08-20T07:06:37.547Z[ helios-setup]
38372026-08-20T07:06:37.547Z[ helios-setup] real 3:11.950210683
38382026-08-20T07:06:37.547Z[ helios-setup] user 7:05.024442869
38392026-08-20T07:06:37.547Z[ helios-setup] sys 1:20.926251826
38402026-08-20T07:06:37.547Z[ helios-setup] trap 0.496541406
38412026-08-20T07:06:37.547Z[ helios-setup] tflt 3.162889987
38422026-08-20T07:06:37.547Z[ helios-setup] dflt 8.278169634
38432026-08-20T07:06:37.547Z[ helios-setup] kflt 0.001035930
38442026-08-20T07:06:37.547Z[ helios-setup] lock 59:23.591764431
38452026-08-20T07:06:37.547Z[ helios-setup] slp 39:21.560077841
38462026-08-20T07:06:37.547Z[ helios-setup] lat 7:33.870634852
38472026-08-20T07:06:37.547Z[ helios-setup] stop 1:30.445606723
38482026-08-20T07:06:37.550ZAug 20 07:06:36.386 INFO [helios-setup] process exited with exit status: 0 (191.953293285s)
38492026-08-20T07:06:37.550ZAug 20 07:06:36.386 INFO [helios-record] running task
38502026-08-20T07:06:37.551ZAug 20 07:06:36.386 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38512026-08-20T07:06:37.551ZAug 20 07:06:36.390 DEBG process exited with exit status: 0 (4.034702ms)
38522026-08-20T07:06:37.551ZAug 20 07:06:36.390 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38532026-08-20T07:06:37.554ZAug 20 07:06:36.394 DEBG process exited with exit status: 0 (3.743531ms)
38542026-08-20T07:06:37.554ZAug 20 07:06:36.394 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38552026-08-20T07:06:37.557ZAug 20 07:06:36.397 DEBG process exited with exit status: 0 (3.248701ms)
38562026-08-20T07:06:37.557ZAug 20 07:06:36.397 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38572026-08-20T07:06:37.560ZAug 20 07:06:36.401 DEBG process exited with exit status: 0 (3.147031ms)
38582026-08-20T07:06:37.560ZAug 20 07:06:36.401 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38592026-08-20T07:06:37.564ZAug 20 07:06:36.404 DEBG process exited with exit status: 0 (3.252822ms)
38602026-08-20T07:06:37.564ZAug 20 07:06:36.404 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38612026-08-20T07:06:37.567ZAug 20 07:06:36.407 DEBG process exited with exit status: 0 (3.191731ms)
38622026-08-20T07:06:37.567ZAug 20 07:06:36.407 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38632026-08-20T07:06:37.570ZAug 20 07:06:36.410 DEBG process exited with exit status: 0 (3.133341ms)
38642026-08-20T07:06:37.570ZAug 20 07:06:36.410 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38652026-08-20T07:06:37.573ZAug 20 07:06:36.413 DEBG process exited with exit status: 0 (2.983501ms)
38662026-08-20T07:06:37.573ZAug 20 07:06:36.413 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38672026-08-20T07:06:37.576ZAug 20 07:06:36.416 DEBG process exited with exit status: 0 (3.010491ms)
38682026-08-20T07:06:37.579ZAug 20 07:06:36.416 INFO [helios-record] task succeeded (30.274261ms)
38692026-08-20T07:06:42.949Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38702026-08-20T07:06:46.927Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38712026-08-20T07:06:46.967Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38722026-08-20T07:14:06.153Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 59s
38732026-08-20T07:14:06.156Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38742026-08-20T07:14:06.157Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38752026-08-20T07:14:57.296ZAug 20 07:14:56.132 INFO [host-package] process exited with exit status: 0 (651.199601759s)
38762026-08-20T07:14:57.296ZAug 20 07:14:56.132 INFO [host-libraries] running task
38772026-08-20T07:14:57.296ZAug 20 07:14:56.132 INFO [host-stamp] running task
38782026-08-20T07:14:57.299ZAug 20 07:14:56.134 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+git6aca0e9d4fa
38792026-08-20T07:14:57.299ZAug 20 07:14:56.135 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+git6aca0e9d4fa
38802026-08-20T07:14:57.299ZAug 20 07:14:56.135 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+git6aca0e9d4fa
38812026-08-20T07:14:57.299ZAug 20 07:14:56.135 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+git6aca0e9d4fa
38822026-08-20T07:14:57.299ZAug 20 07:14:56.135 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+git6aca0e9d4fa
38832026-08-20T07:14:57.302ZAug 20 07:14:56.136 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+git6aca0e9d4fa
38842026-08-20T07:14:57.303ZAug 20 07:14:56.136 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+git6aca0e9d4fa
38852026-08-20T07:14:57.303ZAug 20 07:14:56.136 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+git6aca0e9d4fa
38862026-08-20T07:14:57.307Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-08-20T07:14:57.307Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-08-20T07:14:57.310Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-08-20T07:14:57.310Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38902026-08-20T07:14:57.310Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38912026-08-20T07:14:57.310Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38922026-08-20T07:14:57.310Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38932026-08-20T07:14:57.310Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38942026-08-20T07:14:57.310Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38952026-08-20T07:14:57.313ZAug 20 07:14:56.149 INFO [stamp-overlay] process exited with exit status: 0 (13.657965ms)
38962026-08-20T07:14:57.317Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38972026-08-20T07:14:57.320ZAug 20 07:14:56.157 INFO [stamp-oxlog] process exited with exit status: 0 (21.167798ms)
38982026-08-20T07:14:57.356Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38992026-08-20T07:14:57.359ZAug 20 07:14:56.196 INFO [stamp-crucible-utils] process exited with exit status: 0 (60.941652ms)
39002026-08-20T07:14:57.367Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39012026-08-20T07:14:57.370ZAug 20 07:14:56.207 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (72.338656ms)
39022026-08-20T07:14:57.532Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39032026-08-20T07:14:57.535ZAug 20 07:14:56.371 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (236.125277ms)
39042026-08-20T07:14:57.868Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39052026-08-20T07:14:57.871ZAug 20 07:14:56.707 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (570.398409ms)
39062026-08-20T07:14:57.890Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39072026-08-20T07:14:57.893ZAug 20 07:14:56.729 INFO [stamp-propolis-server] process exited with exit status: 0 (593.283068ms)
39082026-08-20T07:14:59.082ZAug 20 07:14:57.918 INFO [host-libraries] task succeeded (1.786033513s)
39092026-08-20T07:14:59.085ZAug 20 07:14:57.918 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39102026-08-20T07:14:59.088Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39112026-08-20T07:15:00.033Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39122026-08-20T07:15:00.863Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39132026-08-20T07:15:04.686Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39142026-08-20T07:15:04.689ZAug 20 07:15:03.525 INFO [stamp-switch-asic] process exited with exit status: 0 (7.388632155s)
39152026-08-20T07:15:04.689ZAug 20 07:15:03.525 INFO [host-stamp] task succeeded (7.392998996s)
39162026-08-20T07:15:04.689ZAug 20 07:15:03.525 INFO [host-proto] running task
39172026-08-20T07:15:05.189ZAug 20 07:15:04.025 INFO [host-proto] task succeeded (499.863533ms)
39182026-08-20T07:15:05.189ZAug 20 07:15:04.025 INFO [host-profile] running task
39192026-08-20T07:15:05.193ZAug 20 07:15:04.025 INFO [host-profile] task succeeded (235.06µs)
39202026-08-20T07:15:05.193ZAug 20 07:15:04.025 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmp47yeOs/proto/host/root -N 'ci 6aca0e9/${os_short_commit} 2026-08-20 07:03' -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/'
39212026-08-20T07:15:05.196Z[ host-image] Aug 20 07:15:04.031 INFO Checking files for board 'cosmo-mbist-noaggr'
39222026-08-20T07:15:05.196Z[ host-image] Aug 20 07:15:04.031 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39232026-08-20T07:15:05.196Z[ host-image] Aug 20 07:15:04.031 INFO Checking files for board 'cosmo-mbist'
39242026-08-20T07:15:05.196Z[ host-image] Aug 20 07:15:04.031 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39252026-08-20T07:15:05.196Z[ host-image] Aug 20 07:15:04.031 INFO Checking files for board 'gimlet'
39262026-08-20T07:15:05.196Z[ host-image] Aug 20 07:15:04.031 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39272026-08-20T07:15:05.196Z[ host-image] Aug 20 07:15:04.031 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39282026-08-20T07:15:05.197Z[ host-image] Aug 20 07:15:04.031 INFO Checking files for board 'cosmo'
39292026-08-20T07:15:05.197Z[ host-image] Aug 20 07:15:04.031 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39302026-08-20T07:15:05.197Z[ host-image] Aug 20 07:15:04.031 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39312026-08-20T07:15:05.204Z[ host-image] Aug 20 07:15:04.040 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp47yeOs/proto/host/root"
39322026-08-20T07:15:05.204Z[ host-image] Aug 20 07:15:04.040 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39332026-08-20T07:15:05.207Z[ host-image] Aug 20 07:15:04.040 INFO image builder template: ramdisk-01-os...
39342026-08-20T07:15:05.207Z[ host-image] Aug 20 07:15:04.040 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/.tmp47yeOs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39352026-08-20T07:15:05.216Z[ host-image] Aug 20 07:15:04.053 INFO O| Aug 20 07:15:04.053 INFO CREATE DATASET: rpool/images/build/host/output
39362026-08-20T07:15:06.736Z[ host-image] Aug 20 07:15:05.572 INFO O| Aug 20 07:15:05.572 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39372026-08-20T07:15:06.739Z[ host-image] Aug 20 07:15:05.576 INFO O| Aug 20 07:15:05.576 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39382026-08-20T07:15:06.950Z[ host-image] Aug 20 07:15:05.786 INFO O| Aug 20 07:15:05.786 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39392026-08-20T07:15:07.013Z[ host-image] Aug 20 07:15:05.849 INFO O| Aug 20 07:15:05.849 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39402026-08-20T07:15:07.017Z[ host-image] Aug 20 07:15:05.849 INFO O| Aug 20 07:15:05.849 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39412026-08-20T07:15:07.017Z[ host-image] Aug 20 07:15:05.849 INFO O| Aug 20 07:15:05.849 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39422026-08-20T07:15:07.017Z[ host-image] Aug 20 07:15:05.849 INFO O| Aug 20 07:15:05.849 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39432026-08-20T07:15:07.020Z[ host-image] Aug 20 07:15:05.855 INFO O| Aug 20 07:15:05.855 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39442026-08-20T07:15:07.220Z[ host-image] Aug 20 07:15:06.055 INFO O| Aug 20 07:15:06.055 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39452026-08-20T07:15:07.226Z[ host-image] Aug 20 07:15:06.063 INFO O| Aug 20 07:15:06.063 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39462026-08-20T07:15:07.504Z[ host-image] Aug 20 07:15:06.340 INFO O| Aug 20 07:15:06.340 INFO O| Caching catalogs ... Done
39472026-08-20T07:15:07.567Z[ host-image] Aug 20 07:15:06.403 INFO O| Aug 20 07:15:06.403 INFO STEP 0 (pkg_image_create) COMPLETE
39482026-08-20T07:15:07.567Z[ host-image] Aug 20 07:15:06.403 INFO O| Aug 20 07:15:06.403 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-08-20T07:15:07.574Z[ host-image] Aug 20 07:15:06.410 INFO O| Aug 20 07:15:06.410 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"]
39502026-08-20T07:15:07.815Z[ host-image] Aug 20 07:15:06.651 INFO O| Aug 20 07:15:06.651 INFO STEP 1 (pkg_set_publisher) COMPLETE
39512026-08-20T07:15:07.815Z[ host-image] Aug 20 07:15:06.651 INFO O| Aug 20 07:15:06.651 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39522026-08-20T07:15:07.815Z[ host-image] Aug 20 07:15:06.651 INFO O| Aug 20 07:15:06.651 INFO skip step because feature "publisher_1_name" is not enabled
39532026-08-20T07:15:07.818Z[ host-image] Aug 20 07:15:06.651 INFO O| Aug 20 07:15:06.651 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39542026-08-20T07:15:07.818Z[ host-image] Aug 20 07:15:06.651 INFO O| Aug 20 07:15:06.651 INFO skip step because feature "publisher_2_name" is not enabled
39552026-08-20T07:15:07.818Z[ host-image] Aug 20 07:15:06.651 INFO O| Aug 20 07:15:06.651 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-20T07:15:07.818Z[ host-image] Aug 20 07:15:06.651 INFO O| Aug 20 07:15:06.651 INFO skip step because feature "publisher_3_name" is not enabled
39572026-08-20T07:15:07.818Z[ host-image] Aug 20 07:15:06.651 INFO O| Aug 20 07:15:06.651 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39582026-08-20T07:15:08.152Z[ host-image] Aug 20 07:15:06.987 INFO O| Aug 20 07:15:06.987 INFO variant opensolaris.zone is already global
39592026-08-20T07:15:08.152Z[ host-image] Aug 20 07:15:06.988 INFO O| Aug 20 07:15:06.987 INFO STEP 5 (pkg_change_variant) COMPLETE
39602026-08-20T07:15:08.152Z[ host-image] Aug 20 07:15:06.988 INFO O| Aug 20 07:15:06.987 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-08-20T07:15:08.465Z[ host-image] Aug 20 07:15:07.301 INFO O| Aug 20 07:15:07.301 INFO variant opensolaris.imagetype is full; changing to partial
39622026-08-20T07:15:08.465Z[ host-image] Aug 20 07:15:07.301 INFO O| Aug 20 07:15:07.301 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39632026-08-20T07:15:10.012Z[ host-image] Aug 20 07:15:08.848 INFO O| Aug 20 07:15:08.848 INFO O| Startup: Refreshing catalog 'helios' ... Done
39642026-08-20T07:15:10.389Z[ host-image] Aug 20 07:15:09.225 INFO O| Aug 20 07:15:09.225 INFO O| Startup: Caching catalogs ... Done
39652026-08-20T07:15:10.402Z[ host-image] Aug 20 07:15:09.238 INFO O| Aug 20 07:15:09.238 INFO O| Planning: Planning completed in 0.00 seconds
39662026-08-20T07:15:10.405Z[ host-image] Aug 20 07:15:09.238 INFO O| Aug 20 07:15:09.238 INFO O| Planning: Consolidating action changes ... Done
39672026-08-20T07:15:10.405Z[ host-image] Aug 20 07:15:09.238 INFO O| Aug 20 07:15:09.238 INFO O| Planning: Evaluating mediators ... Done
39682026-08-20T07:15:10.406Z[ host-image] Aug 20 07:15:09.239 INFO O| Aug 20 07:15:09.239 INFO O| Planning: Planning completed in 0.00 seconds
39692026-08-20T07:15:10.406Z[ host-image] Aug 20 07:15:09.239 INFO O| Aug 20 07:15:09.239 INFO O| Variants/Facets to change: 1
39702026-08-20T07:15:10.411Z[ host-image] Aug 20 07:15:09.247 INFO O| Aug 20 07:15:09.247 INFO O| Finalize: Updating package state database ... Done
39712026-08-20T07:15:10.414Z[ host-image] Aug 20 07:15:09.247 INFO O| Aug 20 07:15:09.247 INFO O| Finalize: Updating package cache ... Done
39722026-08-20T07:15:10.472Z[ host-image] Aug 20 07:15:09.308 INFO O| Aug 20 07:15:09.308 INFO O| Finalize: Updating image state ... Done
39732026-08-20T07:15:10.482Z[ host-image] Aug 20 07:15:09.318 INFO O| Aug 20 07:15:09.318 INFO O| Finalize: Creating fast lookup database ... Done
39742026-08-20T07:15:10.485Z[ host-image] Aug 20 07:15:09.318 INFO O| Aug 20 07:15:09.318 INFO O| Finalize: Reading search index ... Done
39752026-08-20T07:15:10.485Z[ host-image] Aug 20 07:15:09.318 INFO O| Aug 20 07:15:09.318 INFO O| Finalize: Updating search index ... Done
39762026-08-20T07:15:10.485Z[ host-image] Aug 20 07:15:09.319 INFO O| Aug 20 07:15:09.319 INFO O| Finalize: Updating package cache ... Done
39772026-08-20T07:15:10.657Z[ host-image] Aug 20 07:15:09.493 INFO O| Aug 20 07:15:09.493 INFO STEP 6 (pkg_change_variant) COMPLETE
39782026-08-20T07:15:10.657Z[ host-image] Aug 20 07:15:09.493 INFO O| Aug 20 07:15:09.493 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39792026-08-20T07:15:10.657Z[ host-image] Aug 20 07:15:09.493 INFO O| Aug 20 07:15:09.493 INFO skip step because feature "debug_variant" is not enabled
39802026-08-20T07:15:10.660Z[ host-image] Aug 20 07:15:09.493 INFO O| Aug 20 07:15:09.493 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39812026-08-20T07:15:10.899Z[ host-image] Aug 20 07:15:09.734 INFO O| Aug 20 07:15:09.734 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39822026-08-20T07:15:12.086Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.88s
39832026-08-20T07:15:12.405Z[ host-image] Aug 20 07:15:11.240 INFO O| Aug 20 07:15:11.240 INFO O| Startup: Refreshing catalog 'helios' ... Done
39842026-08-20T07:15:12.790Z[ host-image] Aug 20 07:15:11.626 INFO O| Aug 20 07:15:11.626 INFO O| Startup: Caching catalogs ... Done
39852026-08-20T07:15:12.804Z[ host-image] Aug 20 07:15:11.639 INFO O| Aug 20 07:15:11.639 INFO O| Planning: Planning completed in 0.00 seconds
39862026-08-20T07:15:12.807Z[ host-image] Aug 20 07:15:11.640 INFO O| Aug 20 07:15:11.640 INFO O| Planning: Consolidating action changes ... Done
39872026-08-20T07:15:12.809Z[ host-image] Aug 20 07:15:11.640 INFO O| Aug 20 07:15:11.640 INFO O| Planning: Evaluating mediators ... Done
39882026-08-20T07:15:12.809Z[ host-image] Aug 20 07:15:11.640 INFO O| Aug 20 07:15:11.640 INFO O| Planning: Planning completed in 0.00 seconds
39892026-08-20T07:15:12.809Z[ host-image] Aug 20 07:15:11.640 INFO O| Aug 20 07:15:11.640 INFO O| Variants/Facets to change: 1
39902026-08-20T07:15:12.820Z[ host-image] Aug 20 07:15:11.649 INFO O| Aug 20 07:15:11.649 INFO O| Finalize: Updating package state database ... Done
39912026-08-20T07:15:12.820Z[ host-image] Aug 20 07:15:11.649 INFO O| Aug 20 07:15:11.649 INFO O| Finalize: Updating package cache ... Done
39922026-08-20T07:15:12.881Z[ host-image] Aug 20 07:15:11.715 INFO O| Aug 20 07:15:11.715 INFO O| Finalize: Updating image state ... Done
39932026-08-20T07:15:12.888Z[ host-image] Aug 20 07:15:11.724 INFO O| Aug 20 07:15:11.724 INFO O| Finalize: Creating fast lookup database ... Done
39942026-08-20T07:15:12.891Z[ host-image] Aug 20 07:15:11.725 INFO O| Aug 20 07:15:11.725 INFO O| Finalize: Reading search index ... Done
39952026-08-20T07:15:12.892Z[ host-image] Aug 20 07:15:11.725 INFO O| Aug 20 07:15:11.725 INFO O| Finalize: Updating search index ... Done
39962026-08-20T07:15:12.892Z[ host-image] Aug 20 07:15:11.725 INFO O| Aug 20 07:15:11.725 INFO O| Finalize: Updating package cache ... Done
39972026-08-20T07:15:13.063Z[ host-image] Aug 20 07:15:11.898 INFO O| Aug 20 07:15:11.898 INFO STEP 8 (pkg_change_facet) COMPLETE
39982026-08-20T07:15:13.063Z[ host-image] Aug 20 07:15:11.898 INFO O| Aug 20 07:15:11.898 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992026-08-20T07:15:13.063Z[ host-image] Aug 20 07:15:11.898 INFO O| Aug 20 07:15:11.898 INFO skip step because feature "recovery" is not enabled
40002026-08-20T07:15:13.066Z[ host-image] Aug 20 07:15:11.898 INFO O| Aug 20 07:15:11.898 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012026-08-20T07:15:13.066Z[ host-image] Aug 20 07:15:11.898 INFO O| Aug 20 07:15:11.898 INFO skip step because feature "recovery" is not enabled
40022026-08-20T07:15:13.066Z[ host-image] Aug 20 07:15:11.898 INFO O| Aug 20 07:15:11.898 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40032026-08-20T07:15:13.069Z[ host-image] Aug 20 07:15:11.905 INFO O| Aug 20 07:15:11.905 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"]
40042026-08-20T07:15:14.525Z[ host-image] Aug 20 07:15:13.350 INFO O| Aug 20 07:15:13.350 INFO O| Startup: Refreshing catalog 'helios' ... Done
40052026-08-20T07:15:14.902Z[ host-image] Aug 20 07:15:13.736 INFO O| Aug 20 07:15:13.735 INFO O| Startup: Caching catalogs ... Done
40062026-08-20T07:15:16.776Z[ host-image] Aug 20 07:15:15.612 INFO O| Aug 20 07:15:15.612 INFO O| Planning: Solver setup ... Done
40072026-08-20T07:15:16.797ZAug 20 07:15:15.633 INFO [recovery-package] process exited with exit status: 0 (17.714536893s)
40082026-08-20T07:15:16.797ZAug 20 07:15:15.633 INFO [recovery-libraries] running task
40092026-08-20T07:15:16.797ZAug 20 07:15:15.633 INFO [recovery-stamp] running task
40102026-08-20T07:15:16.800ZAug 20 07:15:15.633 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+git6aca0e9d4fa
40112026-08-20T07:15:16.800ZAug 20 07:15:15.634 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git6aca0e9d4fa
40122026-08-20T07:15:16.805Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40132026-08-20T07:15:16.808Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40142026-08-20T07:15:16.849ZAug 20 07:15:15.685 INFO [recovery-libraries] task succeeded (52.74468ms)
40152026-08-20T07:15:16.852ZAug 20 07:15:15.686 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40162026-08-20T07:15:16.902Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40172026-08-20T07:15:16.905ZAug 20 07:15:15.741 INFO [stamp-installinator] process exited with exit status: 0 (107.199319ms)
40182026-08-20T07:15:16.953Z[ host-image] Aug 20 07:15:15.789 INFO O| Aug 20 07:15:15.789 INFO O| Planning: Running solver ... Done
40192026-08-20T07:15:16.985Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40202026-08-20T07:15:16.989ZAug 20 07:15:15.825 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (191.751029ms)
40212026-08-20T07:15:16.989ZAug 20 07:15:15.825 INFO [recovery-stamp] task succeeded (192.2461ms)
40222026-08-20T07:15:16.989ZAug 20 07:15:15.825 INFO [recovery-proto] running task
40232026-08-20T07:15:16.989ZAug 20 07:15:15.825 INFO [tuf-stamp] running task
40242026-08-20T07:15:16.992ZAug 20 07:15:15.825 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+git6aca0e9d4fa
40252026-08-20T07:15:16.992ZAug 20 07:15:15.826 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+git6aca0e9d4fa
40262026-08-20T07:15:16.992ZAug 20 07:15:15.826 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+git6aca0e9d4fa
40272026-08-20T07:15:16.992ZAug 20 07:15:15.827 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+git6aca0e9d4fa
40282026-08-20T07:15:16.992ZAug 20 07:15:15.827 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+git6aca0e9d4fa
40292026-08-20T07:15:16.992ZAug 20 07:15:15.827 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+git6aca0e9d4fa
40302026-08-20T07:15:16.992ZAug 20 07:15:15.828 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+git6aca0e9d4fa
40312026-08-20T07:15:16.995ZAug 20 07:15:15.828 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+git6aca0e9d4fa
40322026-08-20T07:15:16.995ZAug 20 07:15:15.828 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+git6aca0e9d4fa
40332026-08-20T07:15:16.995ZAug 20 07:15:15.829 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+git6aca0e9d4fa
40342026-08-20T07:15:16.995ZAug 20 07:15:15.829 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+git6aca0e9d4fa
40352026-08-20T07:15:16.995ZAug 20 07:15:15.829 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+git6aca0e9d4fa
40362026-08-20T07:15:16.999Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40372026-08-20T07:15:16.999Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40382026-08-20T07:15:16.999Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40392026-08-20T07:15:16.999Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40402026-08-20T07:15:16.999Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40412026-08-20T07:15:17.002Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40422026-08-20T07:15:17.002Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40432026-08-20T07:15:17.002Z[ host-image] Aug 20 07:15:15.836 INFO O| Aug 20 07:15:15.836 INFO O| Planning: Finding local manifests ... Done
40442026-08-20T07:15:17.002Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-08-20T07:15:17.002Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-08-20T07:15:17.002Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-08-20T07:15:17.002Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40482026-08-20T07:15:17.002Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-20T07:15:17.019Z[ host-image] Aug 20 07:15:15.855 INFO O| Aug 20 07:15:15.855 INFO O| Planning: Fetching manifests: 0/130 0% complete
40502026-08-20T07:15:17.024Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40512026-08-20T07:15:17.028ZAug 20 07:15:15.864 INFO [stamp-probe] process exited with exit status: 0 (35.861433ms)
40522026-08-20T07:15:17.121ZAug 20 07:15:15.957 INFO [recovery-proto] task succeeded (132.394009ms)
40532026-08-20T07:15:17.125ZAug 20 07:15:15.957 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmp47yeOs/proto/recovery/root -N 'recovery 6aca0e9/${os_short_commit} 2026-08-20 07:03' -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/'
40542026-08-20T07:15:17.128Z[ recovery-image] Aug 20 07:15:15.964 INFO Checking files for board 'cosmo-mbist-noaggr'
40552026-08-20T07:15:17.128Z[ recovery-image] Aug 20 07:15:15.964 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40562026-08-20T07:15:17.129Z[ recovery-image] Aug 20 07:15:15.964 INFO Checking files for board 'gimlet'
40572026-08-20T07:15:17.129Z[ recovery-image] Aug 20 07:15:15.964 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40582026-08-20T07:15:17.129Z[ recovery-image] Aug 20 07:15:15.964 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40592026-08-20T07:15:17.129Z[ recovery-image] Aug 20 07:15:15.964 INFO Checking files for board 'cosmo'
40602026-08-20T07:15:17.129Z[ recovery-image] Aug 20 07:15:15.964 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40612026-08-20T07:15:17.129Z[ recovery-image] Aug 20 07:15:15.964 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40622026-08-20T07:15:17.129Z[ recovery-image] Aug 20 07:15:15.964 INFO Checking files for board 'cosmo-mbist'
40632026-08-20T07:15:17.129Z[ recovery-image] Aug 20 07:15:15.964 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40642026-08-20T07:15:17.138Z[ recovery-image] Aug 20 07:15:15.974 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp47yeOs/proto/recovery/root"
40652026-08-20T07:15:17.141Z[ recovery-image] Aug 20 07:15:15.974 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40662026-08-20T07:15:17.141Z[ recovery-image] Aug 20 07:15:15.974 INFO image builder template: ramdisk-01-os...
40672026-08-20T07:15:17.141Z[ recovery-image] Aug 20 07:15:15.974 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/.tmp47yeOs/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40682026-08-20T07:15:17.154Z[ recovery-image] Aug 20 07:15:15.990 INFO O| Aug 20 07:15:15.990 INFO CREATE DATASET: rpool/images/build/recovery/output
40692026-08-20T07:15:17.387Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40702026-08-20T07:15:17.414Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40712026-08-20T07:15:17.510Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40722026-08-20T07:15:17.514ZAug 20 07:15:16.350 INFO [stamp-ntp] process exited with exit status: 0 (522.466502ms)
40732026-08-20T07:15:17.605Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40742026-08-20T07:15:17.609ZAug 20 07:15:16.445 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (615.941736ms)
40752026-08-20T07:15:17.651Z[ recovery-image] Aug 20 07:15:16.486 INFO O| Aug 20 07:15:16.486 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40762026-08-20T07:15:17.654Z[ recovery-image] Aug 20 07:15:16.490 INFO O| Aug 20 07:15:16.490 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40772026-08-20T07:15:17.757Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40782026-08-20T07:15:17.760ZAug 20 07:15:16.596 INFO [stamp-internal-dns] process exited with exit status: 0 (770.700412ms)
40792026-08-20T07:15:17.787Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40802026-08-20T07:15:17.791ZAug 20 07:15:16.626 INFO [stamp-external-dns] process exited with exit status: 0 (799.689503ms)
40812026-08-20T07:15:17.863Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40822026-08-20T07:15:17.867ZAug 20 07:15:16.702 INFO [stamp-crucible-zone] process exited with exit status: 0 (872.72257ms)
40832026-08-20T07:15:18.062Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40842026-08-20T07:15:18.065ZAug 20 07:15:16.901 INFO [stamp-oximeter] process exited with exit status: 0 (1.073184873s)
40852026-08-20T07:15:18.364Z[ recovery-image] Aug 20 07:15:17.199 INFO O| Aug 20 07:15:17.199 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40862026-08-20T07:15:18.772Z[ recovery-image] Aug 20 07:15:17.608 INFO O| Aug 20 07:15:17.608 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40872026-08-20T07:15:18.772Z[ recovery-image] Aug 20 07:15:17.608 INFO O| Aug 20 07:15:17.608 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40882026-08-20T07:15:18.776Z[ recovery-image] Aug 20 07:15:17.608 INFO O| Aug 20 07:15:17.608 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40892026-08-20T07:15:18.776Z[ recovery-image] Aug 20 07:15:17.608 INFO O| Aug 20 07:15:17.608 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40902026-08-20T07:15:18.779Z[ recovery-image] Aug 20 07:15:17.613 INFO O| Aug 20 07:15:17.613 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40912026-08-20T07:15:18.898Z[ host-image] Aug 20 07:15:17.733 INFO O| Aug 20 07:15:17.733 INFO O| Planning: Fetching manifests: 130/130 100% complete
40922026-08-20T07:15:19.255Z[ host-image] Aug 20 07:15:18.091 INFO O| Aug 20 07:15:18.090 INFO O| Planning: Package planning ... Done
40932026-08-20T07:15:19.621Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40942026-08-20T07:15:19.624ZAug 20 07:15:18.460 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.632893044s)
40952026-08-20T07:15:19.707Z[ host-image] Aug 20 07:15:18.543 INFO O| Aug 20 07:15:18.543 INFO O| Planning: Merging actions ... Done
40962026-08-20T07:15:19.810Z[ host-image] Aug 20 07:15:18.646 INFO O| Aug 20 07:15:18.646 INFO O| Planning: Checking for conflicting actions ... Done
40972026-08-20T07:15:19.913Z[ host-image] Aug 20 07:15:18.749 INFO O| Aug 20 07:15:18.749 INFO O| Planning: Consolidating action changes ... Done
40982026-08-20T07:15:20.085Z[ host-image] Aug 20 07:15:18.920 INFO O| Aug 20 07:15:18.920 INFO O| Planning: Evaluating mediators ... Done
40992026-08-20T07:15:21.463Z[ host-image] Aug 20 07:15:20.299 INFO O| Aug 20 07:15:20.299 INFO O| Planning: Planning completed in 6.55 seconds
41002026-08-20T07:15:21.467Z[ host-image] Aug 20 07:15:20.301 INFO O| Aug 20 07:15:20.301 INFO O| Packages to install: 130
41012026-08-20T07:15:21.467Z[ host-image] Aug 20 07:15:20.301 INFO O| Aug 20 07:15:20.301 INFO O| Mediators to change: 5
41022026-08-20T07:15:21.467Z[ host-image] Aug 20 07:15:20.301 INFO O| Aug 20 07:15:20.301 INFO O| Services to change: 6
41032026-08-20T07:15:21.497Z[ host-image] Aug 20 07:15:20.333 INFO O| Aug 20 07:15:20.333 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41042026-08-20T07:15:21.676Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41052026-08-20T07:15:21.679ZAug 20 07:15:20.515 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.689311396s)
41062026-08-20T07:15:21.827Z[verify-libraries] Compiling match_cfg v0.1.0
41072026-08-20T07:15:21.827Z[verify-libraries] Compiling slog-json v2.6.1
41082026-08-20T07:15:21.827Z[verify-libraries] Compiling debug-ignore v1.0.5
41092026-08-20T07:15:21.830Z[verify-libraries] Compiling progenitor-client v0.14.0
41102026-08-20T07:15:21.830Z[verify-libraries] Compiling sha1 v0.11.0
41112026-08-20T07:15:21.830Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41122026-08-20T07:15:21.833Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41132026-08-20T07:15:21.836ZAug 20 07:15:20.671 INFO [stamp-clickhouse] process exited with exit status: 0 (4.842592863s)
41142026-08-20T07:15:21.905Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41152026-08-20T07:15:21.908ZAug 20 07:15:20.744 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.916138469s)
41162026-08-20T07:15:22.086Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41172026-08-20T07:15:22.089Z[verify-libraries] Compiling multer v3.1.0
41182026-08-20T07:15:22.089Z[verify-libraries] Compiling compression-core v0.4.31
41192026-08-20T07:15:22.105Z[verify-libraries] Compiling async-stream-impl v0.3.6
41202026-08-20T07:15:22.109Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41212026-08-20T07:15:22.128Z[verify-libraries] Compiling serde_spanned v1.1.1
41222026-08-20T07:15:22.132Z[verify-libraries] Compiling dropshot v0.17.1
41232026-08-20T07:15:22.274Z[verify-libraries] Compiling hostname v0.3.1
41242026-08-20T07:15:22.295Z[verify-libraries] Compiling compression-codecs v0.4.37
41252026-08-20T07:15:22.295Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41262026-08-20T07:15:22.300Z[verify-libraries] Compiling waitgroup v0.1.2
41272026-08-20T07:15:22.358Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41282026-08-20T07:15:22.358Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41292026-08-20T07:15:22.359Z[verify-libraries] Compiling hostname v0.4.2
41302026-08-20T07:15:22.425Z[verify-libraries] Compiling slog-bunyan v2.5.0
41312026-08-20T07:15:22.428Z[verify-libraries] Compiling atomicwrites v0.4.4
41322026-08-20T07:15:22.428Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41332026-08-20T07:15:22.508Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41342026-08-20T07:15:22.511Z[verify-libraries] Compiling async-compression v0.4.41
41352026-08-20T07:15:22.532Z[verify-libraries] Compiling macaddr v1.0.1
41362026-08-20T07:15:22.536Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41372026-08-20T07:15:22.540ZAug 20 07:15:21.376 INFO [stamp-nexus] process exited with exit status: 0 (5.549183631s)
41382026-08-20T07:15:22.543ZAug 20 07:15:21.376 INFO [tuf-stamp] task succeeded (5.551107582s)
41392026-08-20T07:15:22.543ZAug 20 07:15:21.376 INFO [tuf-v2-zones] running task
41402026-08-20T07:15:22.577Z[verify-libraries] Compiling regress v0.10.5
41412026-08-20T07:15:22.598Z[verify-libraries] Compiling instant v0.1.13
41422026-08-20T07:15:22.601Z[verify-libraries] Compiling parse-display-derive v0.10.0
41432026-08-20T07:15:22.601Z[verify-libraries] Compiling itertools v0.14.0
41442026-08-20T07:15:22.601Z[verify-libraries] Compiling backon v1.6.0
41452026-08-20T07:15:22.679Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41462026-08-20T07:15:22.691ZAug 20 07:15:21.527 INFO [tuf-v2-zones] task succeeded (150.712156ms)
41472026-08-20T07:15:22.724Z[verify-libraries] Compiling humantime v2.3.0
41482026-08-20T07:15:22.766Z[verify-libraries] Compiling backoff v0.4.0
41492026-08-20T07:15:22.792Z[verify-libraries] Compiling convert_case v0.4.0
41502026-08-20T07:15:22.840Z[verify-libraries] Compiling async-stream v0.3.6
41512026-08-20T07:15:22.868Z[verify-libraries] Compiling progenitor-extras v0.2.0
41522026-08-20T07:15:22.893Z[verify-libraries] Compiling half v2.7.1
41532026-08-20T07:15:22.918Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41542026-08-20T07:15:22.943Z[verify-libraries] Compiling ciborium-io v0.2.2
41552026-08-20T07:15:22.981Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41562026-08-20T07:15:23.022Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41572026-08-20T07:15:23.058Z[verify-libraries] Compiling indent_write v2.2.0
41582026-08-20T07:15:23.058Z[verify-libraries] Compiling regress v0.11.1
41592026-08-20T07:15:23.109Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41602026-08-20T07:15:23.162Z[verify-libraries] Compiling secrecy v0.10.3
41612026-08-20T07:15:23.205Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41622026-08-20T07:15:23.246Z[verify-libraries] Compiling derive_more v0.99.20
41632026-08-20T07:15:23.271Z[verify-libraries] Compiling ciborium-ll v0.2.2
41642026-08-20T07:15:23.275Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41652026-08-20T07:15:23.314Z[verify-libraries] Compiling inout v0.1.4
41662026-08-20T07:15:23.361Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41672026-08-20T07:15:23.381Z[verify-libraries] Compiling universal-hash v0.5.1
41682026-08-20T07:15:23.522Z[verify-libraries] Compiling ciborium v0.2.2
41692026-08-20T07:15:23.549Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41702026-08-20T07:15:23.569Z[verify-libraries] Compiling cipher v0.4.4
41712026-08-20T07:15:23.592Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41722026-08-20T07:15:23.616Z[verify-libraries] Compiling opaque-debug v0.3.1
41732026-08-20T07:15:23.684Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41742026-08-20T07:15:23.699Z[ recovery-image] Aug 20 07:15:22.533 INFO O| Aug 20 07:15:22.533 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41752026-08-20T07:15:23.708Z[ recovery-image] Aug 20 07:15:22.544 INFO O| Aug 20 07:15:22.544 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41762026-08-20T07:15:23.722Z[verify-libraries] Compiling poly1305 v0.8.0
41772026-08-20T07:15:23.781Z[verify-libraries] Compiling blake2 v0.10.6
41782026-08-20T07:15:23.835Z[verify-libraries] Compiling chacha20 v0.9.1
41792026-08-20T07:15:23.871Z[verify-libraries] Compiling aead v0.5.2
41802026-08-20T07:15:24.004Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41812026-08-20T07:15:24.040Z[ recovery-image] Aug 20 07:15:22.872 INFO O| Aug 20 07:15:22.872 INFO O| Caching catalogs ... Done
41822026-08-20T07:15:24.101Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41832026-08-20T07:15:24.172Z[ recovery-image] Aug 20 07:15:23.006 INFO O| Aug 20 07:15:23.006 INFO STEP 0 (pkg_image_create) COMPLETE
41842026-08-20T07:15:24.172Z[ recovery-image] Aug 20 07:15:23.006 INFO O| Aug 20 07:15:23.006 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41852026-08-20T07:15:24.175Z[verify-libraries] Compiling password-hash v0.5.0
41862026-08-20T07:15:24.181Z[ recovery-image] Aug 20 07:15:23.017 INFO O| Aug 20 07:15:23.017 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"]
41872026-08-20T07:15:24.200Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41882026-08-20T07:15:24.235Z[verify-libraries] Compiling num-derive v0.4.2
41892026-08-20T07:15:24.240Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41902026-08-20T07:15:24.327Z[verify-libraries] Compiling rayon-core v1.13.0
41912026-08-20T07:15:24.434Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41922026-08-20T07:15:24.507Z[verify-libraries] Compiling argon2 v0.5.3
41932026-08-20T07:15:24.562Z[ recovery-image] Aug 20 07:15:23.397 INFO O| Aug 20 07:15:23.397 INFO STEP 1 (pkg_set_publisher) COMPLETE
41942026-08-20T07:15:24.562Z[ recovery-image] Aug 20 07:15:23.397 INFO O| Aug 20 07:15:23.397 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41952026-08-20T07:15:24.566Z[ recovery-image] Aug 20 07:15:23.397 INFO O| Aug 20 07:15:23.397 INFO skip step because feature "publisher_1_name" is not enabled
41962026-08-20T07:15:24.566Z[ recovery-image] Aug 20 07:15:23.397 INFO O| Aug 20 07:15:23.397 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-08-20T07:15:24.566Z[ recovery-image] Aug 20 07:15:23.397 INFO O| Aug 20 07:15:23.397 INFO skip step because feature "publisher_2_name" is not enabled
41982026-08-20T07:15:24.566Z[ recovery-image] Aug 20 07:15:23.397 INFO O| Aug 20 07:15:23.397 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-08-20T07:15:24.566Z[ recovery-image] Aug 20 07:15:23.397 INFO O| Aug 20 07:15:23.397 INFO skip step because feature "publisher_3_name" is not enabled
42002026-08-20T07:15:24.566Z[ recovery-image] Aug 20 07:15:23.397 INFO O| Aug 20 07:15:23.397 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42012026-08-20T07:15:24.580Z[verify-libraries] Compiling glob v0.3.3
42022026-08-20T07:15:24.631Z[verify-libraries] Compiling usdt-macro v0.5.0
42032026-08-20T07:15:24.631Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42042026-08-20T07:15:24.738Z[verify-libraries] Compiling parse-display v0.10.0
42052026-08-20T07:15:24.792Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42062026-08-20T07:15:24.825Z[verify-libraries] Compiling typify-impl v0.6.2
42072026-08-20T07:15:24.874Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42082026-08-20T07:15:24.938Z[ recovery-image] Aug 20 07:15:23.772 INFO O| Aug 20 07:15:23.772 INFO variant opensolaris.zone is already global
42092026-08-20T07:15:24.938Z[ recovery-image] Aug 20 07:15:23.772 INFO O| Aug 20 07:15:23.772 INFO STEP 5 (pkg_change_variant) COMPLETE
42102026-08-20T07:15:24.938Z[ recovery-image] Aug 20 07:15:23.772 INFO O| Aug 20 07:15:23.772 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42112026-08-20T07:15:25.072Z[verify-libraries] Compiling vsss-rs v3.3.4
42122026-08-20T07:15:25.145Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42132026-08-20T07:15:25.317Z[ recovery-image] Aug 20 07:15:24.152 INFO O| Aug 20 07:15:24.152 INFO variant opensolaris.imagetype is full; changing to partial
42142026-08-20T07:15:25.317Z[ recovery-image] Aug 20 07:15:24.152 INFO O| Aug 20 07:15:24.152 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42152026-08-20T07:15:25.397Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42162026-08-20T07:15:25.574Z[verify-libraries] Compiling memmap v0.7.0
42172026-08-20T07:15:25.727Z[verify-libraries] Compiling heapless v0.8.0
42182026-08-20T07:15:25.757Z[verify-libraries] Compiling proc-macro-error v1.0.4
42192026-08-20T07:15:25.822Z[verify-libraries] Compiling usdt v0.5.0
42202026-08-20T07:15:25.899Z[verify-libraries] Compiling ingot-macros v0.2.0
42212026-08-20T07:15:25.924Z[verify-libraries] Compiling tabwriter v1.4.1
42222026-08-20T07:15:26.010Z[verify-libraries] Compiling hash32 v0.3.1
42232026-08-20T07:15:26.154Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42242026-08-20T07:15:26.181Z[verify-libraries] Compiling num_enum_derive v0.7.6
42252026-08-20T07:15:26.182Z[verify-libraries] Compiling smoltcp v0.11.0
42262026-08-20T07:15:26.188Z[verify-libraries] Compiling cobs v0.3.0
42272026-08-20T07:15:26.189Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42282026-08-20T07:15:26.189Z[verify-libraries] Compiling colored v3.1.1
42292026-08-20T07:15:26.283Z[verify-libraries] Compiling rayon v1.11.0
42302026-08-20T07:15:26.283Z[verify-libraries] Compiling rand v0.10.1
42312026-08-20T07:15:26.287Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42322026-08-20T07:15:26.308Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42332026-08-20T07:15:26.466Z[verify-libraries] Compiling postcard v1.1.3
42342026-08-20T07:15:26.466Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42352026-08-20T07:15:26.497Z[ host-image] Aug 20 07:15:25.333 INFO O| Aug 20 07:15:25.333 INFO O| Download: 15161/23887 items 120.9/222.8MB 54% complete (24.2M/s)
42362026-08-20T07:15:26.541Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42372026-08-20T07:15:26.694Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42382026-08-20T07:15:26.714Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42392026-08-20T07:15:26.717Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42402026-08-20T07:15:26.878Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42412026-08-20T07:15:26.980Z[verify-libraries] Compiling num_enum_derive v0.5.11
42422026-08-20T07:15:27.056Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42432026-08-20T07:15:27.102Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42442026-08-20T07:15:27.133Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42452026-08-20T07:15:27.214Z[verify-libraries] Compiling cstr-argument v0.1.2
42462026-08-20T07:15:27.242Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42472026-08-20T07:15:27.335Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42482026-08-20T07:15:27.472Z[verify-libraries] Compiling foreign-types v0.5.0
42492026-08-20T07:15:27.492Z[verify-libraries] Compiling num_enum v0.7.6
42502026-08-20T07:15:27.515Z[verify-libraries] Compiling sigpipe v0.1.3
42512026-08-20T07:15:27.518Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42522026-08-20T07:15:27.629Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42532026-08-20T07:15:27.658Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42542026-08-20T07:15:27.680Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42552026-08-20T07:15:27.681Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42562026-08-20T07:15:27.687Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42572026-08-20T07:15:27.743Z[verify-libraries] Compiling itertools v0.12.1
42582026-08-20T07:15:27.828Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42592026-08-20T07:15:27.873Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42602026-08-20T07:15:27.967Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42612026-08-20T07:15:27.970Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42622026-08-20T07:15:27.970Z[verify-libraries] Compiling toml v0.8.23
42632026-08-20T07:15:27.970Z[verify-libraries] Compiling smf v0.2.3
42642026-08-20T07:15:28.167Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42652026-08-20T07:15:28.259Z[verify-libraries] Compiling num_enum v0.5.11
42662026-08-20T07:15:28.319Z[verify-libraries] Compiling whoami v1.6.1
42672026-08-20T07:15:28.319Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42682026-08-20T07:15:28.362Z[ recovery-image] Aug 20 07:15:27.198 INFO O| Aug 20 07:15:27.196 INFO O| Startup: Refreshing catalog 'helios' ... Done
42692026-08-20T07:15:28.381Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42702026-08-20T07:15:28.430Z[verify-libraries] Compiling derive-where v1.6.0
42712026-08-20T07:15:28.433Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42722026-08-20T07:15:28.721Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42732026-08-20T07:15:28.757Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42742026-08-20T07:15:28.760Z[verify-libraries] Compiling gethostname v0.5.0
42752026-08-20T07:15:28.793Z[ recovery-image] Aug 20 07:15:27.628 INFO O| Aug 20 07:15:27.628 INFO O| Startup: Caching catalogs ... Done
42762026-08-20T07:15:28.803Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42772026-08-20T07:15:28.808Z[ recovery-image] Aug 20 07:15:27.643 INFO O| Aug 20 07:15:27.643 INFO O| Planning: Planning completed in 0.00 seconds
42782026-08-20T07:15:28.811Z[ recovery-image] Aug 20 07:15:27.644 INFO O| Aug 20 07:15:27.644 INFO O| Planning: Consolidating action changes ... Done
42792026-08-20T07:15:28.811Z[ recovery-image] Aug 20 07:15:27.644 INFO O| Aug 20 07:15:27.644 INFO O| Planning: Evaluating mediators ... Done
42802026-08-20T07:15:28.811Z[ recovery-image] Aug 20 07:15:27.644 INFO O| Aug 20 07:15:27.644 INFO O| Planning: Planning completed in 0.00 seconds
42812026-08-20T07:15:28.811Z[ recovery-image] Aug 20 07:15:27.644 INFO O| Aug 20 07:15:27.644 INFO O| Variants/Facets to change: 1
42822026-08-20T07:15:28.842Z[ recovery-image] Aug 20 07:15:27.678 INFO O| Aug 20 07:15:27.678 INFO O| Finalize: Updating package state database ... Done
42832026-08-20T07:15:28.843Z[ recovery-image] Aug 20 07:15:27.678 INFO O| Aug 20 07:15:27.678 INFO O| Finalize: Updating package cache ... Done
42842026-08-20T07:15:28.853Z[verify-libraries] Compiling newline-converter v0.3.0
42852026-08-20T07:15:28.920Z[ recovery-image] Aug 20 07:15:27.754 INFO O| Aug 20 07:15:27.754 INFO O| Finalize: Updating image state ... Done
42862026-08-20T07:15:28.935Z[ recovery-image] Aug 20 07:15:27.768 INFO O| Aug 20 07:15:27.768 INFO O| Finalize: Creating fast lookup database ... Done
42872026-08-20T07:15:28.935Z[ recovery-image] Aug 20 07:15:27.769 INFO O| Aug 20 07:15:27.769 INFO O| Finalize: Reading search index ... Done
42882026-08-20T07:15:28.935Z[ recovery-image] Aug 20 07:15:27.769 INFO O| Aug 20 07:15:27.769 INFO O| Finalize: Updating search index ... Done
42892026-08-20T07:15:28.935Z[ recovery-image] Aug 20 07:15:27.770 INFO O| Aug 20 07:15:27.770 INFO O| Finalize: Updating package cache ... Done
42902026-08-20T07:15:28.943Z[verify-libraries] Compiling zone v0.3.1
42912026-08-20T07:15:28.966Z[verify-libraries] Compiling console v0.15.11
42922026-08-20T07:15:29.041Z[verify-libraries] Compiling resolv-conf v0.7.6
42932026-08-20T07:15:29.065Z[verify-libraries] Compiling ingot-types v0.2.0
42942026-08-20T07:15:29.065Z[verify-libraries] Compiling linear-map v1.2.0
42952026-08-20T07:15:29.127Z[verify-libraries] Compiling num-rational v0.4.2
42962026-08-20T07:15:29.127Z[verify-libraries] Compiling num-complex v0.4.6
42972026-08-20T07:15:29.203Z[verify-libraries] Compiling slog-dtrace v0.3.0
42982026-08-20T07:15:29.220Z[ recovery-image] Aug 20 07:15:28.055 INFO O| Aug 20 07:15:28.055 INFO STEP 6 (pkg_change_variant) COMPLETE
42992026-08-20T07:15:29.220Z[ recovery-image] Aug 20 07:15:28.055 INFO O| Aug 20 07:15:28.055 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43002026-08-20T07:15:29.223Z[ recovery-image] Aug 20 07:15:28.055 INFO O| Aug 20 07:15:28.055 INFO skip step because feature "debug_variant" is not enabled
43012026-08-20T07:15:29.224Z[ recovery-image] Aug 20 07:15:28.055 INFO O| Aug 20 07:15:28.055 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43022026-08-20T07:15:29.301Z[verify-libraries] Compiling prettyplease v0.2.37
43032026-08-20T07:15:29.480Z[verify-libraries] Compiling expectorate v1.2.0
43042026-08-20T07:15:29.562Z[ recovery-image] Aug 20 07:15:28.395 INFO O| Aug 20 07:15:28.395 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43052026-08-20T07:15:29.585Z[verify-libraries] Compiling ingot v0.2.1
43062026-08-20T07:15:29.644Z[verify-libraries] Compiling num v0.4.3
43072026-08-20T07:15:29.644Z[verify-libraries] Compiling float-ord v0.3.2
43082026-08-20T07:15:29.706Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43092026-08-20T07:15:29.706Z[verify-libraries] Compiling linked-hash-map v0.5.6
43102026-08-20T07:15:29.706Z[verify-libraries] Compiling hickory-proto v0.24.4
43112026-08-20T07:15:29.763Z[ host-image] Aug 20 07:15:28.598 INFO O| Aug 20 07:15:28.598 INFO O| Download: Completed 222.83 MB in 8.27 seconds (26.9M/s)
43122026-08-20T07:15:29.769Z[verify-libraries] Compiling convert_case v0.10.0
43132026-08-20T07:15:29.793Z[verify-libraries] Compiling minimal-lexical v0.2.1
43142026-08-20T07:15:29.814Z[verify-libraries] Compiling unicode-xid v0.2.6
43152026-08-20T07:15:29.856Z[verify-libraries] Compiling tabled_derive v0.7.0
43162026-08-20T07:15:29.905Z[verify-libraries] Compiling typify-macro v0.6.2
43172026-08-20T07:15:29.931Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43182026-08-20T07:15:29.957Z[verify-libraries] Compiling lru-cache v0.1.2
43192026-08-20T07:15:30.056Z[verify-libraries] Compiling nom v7.1.3
43202026-08-20T07:15:30.176Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43212026-08-20T07:15:30.241Z[verify-libraries] Compiling derive_more-impl v2.1.1
43222026-08-20T07:15:30.241Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
43232026-08-20T07:15:30.344Z[verify-libraries] Compiling fd-lock v4.0.4
43242026-08-20T07:15:30.397Z[ host-image] Aug 20 07:15:29.232 INFO O| Aug 20 07:15:29.232 INFO O| Actions: 1/54180 actions (Installing new actions)
43252026-08-20T07:15:30.539Z[verify-libraries] Compiling vte v0.14.1
43262026-08-20T07:15:30.597Z[verify-libraries] Compiling display-error-chain v0.2.2
43272026-08-20T07:15:30.675Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43282026-08-20T07:15:30.764Z[verify-libraries] Compiling stacker v0.1.23
43292026-08-20T07:15:30.844Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43302026-08-20T07:15:30.929Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43312026-08-20T07:15:31.156Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43322026-08-20T07:15:31.201Z[verify-libraries] Compiling tabled v0.15.0
43332026-08-20T07:15:31.236Z[verify-libraries] Compiling psm v0.1.30
43342026-08-20T07:15:31.240Z[verify-libraries] Compiling reedline v0.40.0
43352026-08-20T07:15:31.240Z[verify-libraries] Compiling cfg_aliases v0.1.1
43362026-08-20T07:15:31.261Z[verify-libraries] Compiling derive_more v2.1.1
43372026-08-20T07:15:31.333Z[verify-libraries] Compiling termtree v0.5.1
43382026-08-20T07:15:31.397Z[verify-libraries] Compiling semver v0.1.20
43392026-08-20T07:15:31.401Z[verify-libraries] Compiling crossterm v0.29.0
43402026-08-20T07:15:31.421Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43412026-08-20T07:15:31.534Z[ recovery-image] Aug 20 07:15:30.366 INFO O| Aug 20 07:15:30.366 INFO O| Startup: Refreshing catalog 'helios' ... Done
43422026-08-20T07:15:31.555Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43432026-08-20T07:15:31.640Z[verify-libraries] Compiling rustc_version v0.1.7
43442026-08-20T07:15:31.683Z[verify-libraries] Compiling nix v0.28.0
43452026-08-20T07:15:31.729Z[verify-libraries] Compiling phf_shared v0.12.1
43462026-08-20T07:15:31.761Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43472026-08-20T07:15:31.770Z[verify-libraries] Compiling nibble_vec v0.1.0
43482026-08-20T07:15:31.855Z[verify-libraries] Compiling chrono-tz v0.10.4
43492026-08-20T07:15:31.974Z[verify-libraries] Compiling highway v1.3.0
43502026-08-20T07:15:31.992Z[ recovery-image] Aug 20 07:15:30.823 INFO O| Aug 20 07:15:30.823 INFO O| Startup: Caching catalogs ... Done
43512026-08-20T07:15:32.009Z[ recovery-image] Aug 20 07:15:30.840 INFO O| Aug 20 07:15:30.840 INFO O| Planning: Planning completed in 0.00 seconds
43522026-08-20T07:15:32.014Z[ recovery-image] Aug 20 07:15:30.840 INFO O| Aug 20 07:15:30.840 INFO O| Planning: Consolidating action changes ... Done
43532026-08-20T07:15:32.014Z[ recovery-image] Aug 20 07:15:30.840 INFO O| Aug 20 07:15:30.840 INFO O| Planning: Evaluating mediators ... Done
43542026-08-20T07:15:32.014Z[ recovery-image] Aug 20 07:15:30.841 INFO O| Aug 20 07:15:30.841 INFO O| Planning: Planning completed in 0.00 seconds
43552026-08-20T07:15:32.014Z[ recovery-image] Aug 20 07:15:30.841 INFO O| Aug 20 07:15:30.841 INFO O| Variants/Facets to change: 1
43562026-08-20T07:15:32.014Z[verify-libraries] Compiling endian-type v0.1.2
43572026-08-20T07:15:32.038Z[ recovery-image] Aug 20 07:15:30.870 INFO O| Aug 20 07:15:30.870 INFO O| Finalize: Updating package state database ... Done
43582026-08-20T07:15:32.038Z[ recovery-image] Aug 20 07:15:30.870 INFO O| Aug 20 07:15:30.870 INFO O| Finalize: Updating package cache ... Done
43592026-08-20T07:15:32.045Z[verify-libraries] Compiling newtype_derive v0.1.6
43602026-08-20T07:15:32.116Z[ recovery-image] Aug 20 07:15:30.946 INFO O| Aug 20 07:15:30.946 INFO O| Finalize: Updating image state ... Done
43612026-08-20T07:15:32.132Z[ recovery-image] Aug 20 07:15:30.962 INFO O| Aug 20 07:15:30.962 INFO O| Finalize: Creating fast lookup database ... Done
43622026-08-20T07:15:32.133Z[ recovery-image] Aug 20 07:15:30.963 INFO O| Aug 20 07:15:30.963 INFO O| Finalize: Reading search index ... Done
43632026-08-20T07:15:32.133Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43642026-08-20T07:15:32.133Z[ recovery-image] Aug 20 07:15:30.963 INFO O| Aug 20 07:15:30.963 INFO O| Finalize: Updating search index ... Done
43652026-08-20T07:15:32.133Z[ recovery-image] Aug 20 07:15:30.964 INFO O| Aug 20 07:15:30.964 INFO O| Finalize: Updating package cache ... Done
43662026-08-20T07:15:32.165Z[verify-libraries] Compiling typify v0.6.2
43672026-08-20T07:15:32.177Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43682026-08-20T07:15:32.197Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43692026-08-20T07:15:32.241Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43702026-08-20T07:15:32.244Z[verify-libraries] Compiling hickory-resolver v0.24.4
43712026-08-20T07:15:32.291Z[verify-libraries] Compiling progenitor-impl v0.14.0
43722026-08-20T07:15:32.396Z[ recovery-image] Aug 20 07:15:31.230 INFO O| Aug 20 07:15:31.230 INFO STEP 8 (pkg_change_facet) COMPLETE
43732026-08-20T07:15:32.396Z[ recovery-image] Aug 20 07:15:31.230 INFO O| Aug 20 07:15:31.230 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43742026-08-20T07:15:32.695Z[verify-libraries] Compiling recursive v0.1.1
43752026-08-20T07:15:32.733Z[ recovery-image] Aug 20 07:15:31.566 INFO O| Aug 20 07:15:31.566 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43762026-08-20T07:15:32.758Z[verify-libraries] Compiling radix_trie v0.2.1
43772026-08-20T07:15:32.829Z[verify-libraries] Compiling phf v0.12.1
43782026-08-20T07:15:33.037Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43792026-08-20T07:15:33.121Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43802026-08-20T07:15:33.153Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43812026-08-20T07:15:33.224Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43822026-08-20T07:15:33.303Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43832026-08-20T07:15:33.551Z[verify-libraries] Compiling qorb v0.4.1
43842026-08-20T07:15:33.805Z[verify-libraries] Compiling peg-macros v0.8.5
43852026-08-20T07:15:34.174Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43862026-08-20T07:15:34.253Z[verify-libraries] Compiling winnow v0.6.26
43872026-08-20T07:15:34.313Z[verify-libraries] Compiling csv-core v0.1.13
43882026-08-20T07:15:34.574Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43892026-08-20T07:15:34.656Z[ recovery-image] Aug 20 07:15:33.485 INFO O| Aug 20 07:15:33.485 INFO O| Startup: Refreshing catalog 'helios' ... Done
43902026-08-20T07:15:34.687Z[verify-libraries] Compiling unicode_categories v0.1.1
43912026-08-20T07:15:34.735Z[verify-libraries] Compiling home v0.5.12
43922026-08-20T07:15:34.773Z[verify-libraries] Compiling csv v1.4.0
43932026-08-20T07:15:34.779Z[verify-libraries] Compiling const_format v0.2.35
43942026-08-20T07:15:34.930Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43952026-08-20T07:15:34.964Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43962026-08-20T07:15:35.013Z[verify-libraries] Compiling rustyline v14.0.0
43972026-08-20T07:15:35.107Z[ recovery-image] Aug 20 07:15:33.939 INFO O| Aug 20 07:15:33.939 INFO O| Startup: Caching catalogs ... Done
43982026-08-20T07:15:35.120Z[ recovery-image] Aug 20 07:15:33.955 INFO O| Aug 20 07:15:33.955 INFO O| Planning: Planning completed in 0.00 seconds
43992026-08-20T07:15:35.125Z[ recovery-image] Aug 20 07:15:33.955 INFO O| Aug 20 07:15:33.955 INFO O| Planning: Consolidating action changes ... Done
44002026-08-20T07:15:35.125Z[ recovery-image] Aug 20 07:15:33.956 INFO O| Aug 20 07:15:33.956 INFO O| Planning: Evaluating mediators ... Done
44012026-08-20T07:15:35.125Z[ recovery-image] Aug 20 07:15:33.956 INFO O| Aug 20 07:15:33.956 INFO O| Planning: Planning completed in 0.00 seconds
44022026-08-20T07:15:35.125Z[ recovery-image] Aug 20 07:15:33.956 INFO O| Aug 20 07:15:33.956 INFO O| Variants/Facets to change: 1
44032026-08-20T07:15:35.165Z[verify-libraries] Compiling sqlparser v0.61.0
44042026-08-20T07:15:35.173Z[ recovery-image] Aug 20 07:15:34.000 INFO O| Aug 20 07:15:34.000 INFO O| Finalize: Updating package state database ... Done
44052026-08-20T07:15:35.173Z[ recovery-image] Aug 20 07:15:34.000 INFO O| Aug 20 07:15:34.000 INFO O| Finalize: Updating package cache ... Done
44062026-08-20T07:15:35.248Z[ recovery-image] Aug 20 07:15:34.081 INFO O| Aug 20 07:15:34.079 INFO O| Finalize: Updating image state ... Done
44072026-08-20T07:15:35.264Z[verify-libraries] Compiling progenitor-macro v0.14.0
44082026-08-20T07:15:35.270Z[ recovery-image] Aug 20 07:15:34.101 INFO O| Aug 20 07:15:34.101 INFO O| Finalize: Creating fast lookup database ... Done
44092026-08-20T07:15:35.270Z[ recovery-image] Aug 20 07:15:34.101 INFO O| Aug 20 07:15:34.101 INFO O| Finalize: Reading search index ... Done
44102026-08-20T07:15:35.270Z[ recovery-image] Aug 20 07:15:34.101 INFO O| Aug 20 07:15:34.101 INFO O| Finalize: Updating search index ... Done
44112026-08-20T07:15:35.270Z[ recovery-image] Aug 20 07:15:34.101 INFO O| Aug 20 07:15:34.101 INFO O| Finalize: Updating package cache ... Done
44122026-08-20T07:15:35.330Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44132026-08-20T07:15:35.364Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44142026-08-20T07:15:35.406Z[verify-libraries] Compiling bcs v0.1.6
44152026-08-20T07:15:35.420Z[ host-image] Aug 20 07:15:34.250 INFO O| Aug 20 07:15:34.250 INFO O| Actions: 23331/54180 actions (Installing new actions)
44162026-08-20T07:15:35.532Z[verify-libraries] Compiling peg v0.8.5
44172026-08-20T07:15:35.544Z[ recovery-image] Aug 20 07:15:34.375 INFO O| Aug 20 07:15:34.375 INFO STEP 9 (pkg_change_facet) COMPLETE
44182026-08-20T07:15:35.544Z[ recovery-image] Aug 20 07:15:34.375 INFO O| Aug 20 07:15:34.375 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44192026-08-20T07:15:35.570Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44202026-08-20T07:15:35.638Z[verify-libraries] Compiling sqlformat v0.3.5
44212026-08-20T07:15:35.670Z[verify-libraries] Compiling nom v8.0.0
44222026-08-20T07:15:35.787Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44232026-08-20T07:15:35.832Z[verify-libraries] Compiling steno v0.4.1
44242026-08-20T07:15:35.858Z[verify-libraries] Compiling sha1 v0.10.6
44252026-08-20T07:15:35.876Z[ recovery-image] Aug 20 07:15:34.709 INFO O| Aug 20 07:15:34.709 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44262026-08-20T07:15:36.182Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44272026-08-20T07:15:36.188Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44282026-08-20T07:15:36.539Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44292026-08-20T07:15:36.681Z[verify-libraries] Compiling tagptr v0.2.0
44302026-08-20T07:15:36.719Z[verify-libraries] Compiling utf-8 v0.7.6
44312026-08-20T07:15:36.810Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44322026-08-20T07:15:36.850Z[verify-libraries] Compiling moka v0.12.13
44332026-08-20T07:15:36.944Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44342026-08-20T07:15:36.969Z[verify-libraries] Compiling libefi-sys v0.1.0
44352026-08-20T07:15:36.973Z[verify-libraries] Compiling bitfield-struct v0.6.2
44362026-08-20T07:15:36.992Z[verify-libraries] Compiling tungstenite v0.21.0
44372026-08-20T07:15:37.088Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44382026-08-20T07:15:37.243Z[verify-libraries] Compiling xshell-macros v0.2.7
44392026-08-20T07:15:37.473Z[verify-libraries] Compiling libscf-sys v1.2.0
44402026-08-20T07:15:37.538Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44412026-08-20T07:15:37.571Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44422026-08-20T07:15:37.631Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44432026-08-20T07:15:37.722Z[verify-libraries] Compiling xshell v0.2.7
44442026-08-20T07:15:37.772Z[verify-libraries] Compiling hickory-resolver v0.25.2
44452026-08-20T07:15:37.789Z[ recovery-image] Aug 20 07:15:36.624 INFO O| Aug 20 07:15:36.624 INFO O| Startup: Refreshing catalog 'helios' ... Done
44462026-08-20T07:15:37.850Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44472026-08-20T07:15:37.904Z[verify-libraries] Compiling papergrid v0.18.0
44482026-08-20T07:15:37.948Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44492026-08-20T07:15:38.028Z[verify-libraries] Compiling sha2 v0.11.0
44502026-08-20T07:15:38.095Z[verify-libraries] Compiling subprocess v0.2.15
44512026-08-20T07:15:38.220Z[ recovery-image] Aug 20 07:15:37.055 INFO O| Aug 20 07:15:37.055 INFO O| Startup: Caching catalogs ... Done
44522026-08-20T07:15:38.243Z[ recovery-image] Aug 20 07:15:37.078 INFO O| Aug 20 07:15:37.078 INFO O| Planning: Planning completed in 0.00 seconds
44532026-08-20T07:15:38.246Z[ recovery-image] Aug 20 07:15:37.079 INFO O| Aug 20 07:15:37.079 INFO O| Planning: Consolidating action changes ... Done
44542026-08-20T07:15:38.246Z[ recovery-image] Aug 20 07:15:37.079 INFO O| Aug 20 07:15:37.079 INFO O| Planning: Evaluating mediators ... Done
44552026-08-20T07:15:38.246Z[ recovery-image] Aug 20 07:15:37.079 INFO O| Aug 20 07:15:37.079 INFO O| Planning: Planning completed in 0.00 seconds
44562026-08-20T07:15:38.246Z[ recovery-image] Aug 20 07:15:37.079 INFO O| Aug 20 07:15:37.079 INFO O| Variants/Facets to change: 1
44572026-08-20T07:15:38.255Z[ recovery-image] Aug 20 07:15:37.090 INFO O| Aug 20 07:15:37.090 INFO O| Finalize: Updating package state database ... Done
44582026-08-20T07:15:38.256Z[ recovery-image] Aug 20 07:15:37.090 INFO O| Aug 20 07:15:37.090 INFO O| Finalize: Updating package cache ... Done
44592026-08-20T07:15:38.271Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
44602026-08-20T07:15:38.297Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44612026-08-20T07:15:38.327Z[ recovery-image] Aug 20 07:15:37.162 INFO O| Aug 20 07:15:37.162 INFO O| Finalize: Updating image state ... Done
44622026-08-20T07:15:38.345Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44632026-08-20T07:15:38.348Z[ recovery-image] Aug 20 07:15:37.182 INFO O| Aug 20 07:15:37.182 INFO O| Finalize: Creating fast lookup database ... Done
44642026-08-20T07:15:38.348Z[ recovery-image] Aug 20 07:15:37.183 INFO O| Aug 20 07:15:37.183 INFO O| Finalize: Reading search index ... Done
44652026-08-20T07:15:38.348Z[ recovery-image] Aug 20 07:15:37.183 INFO O| Aug 20 07:15:37.183 INFO O| Finalize: Updating search index ... Done
44662026-08-20T07:15:38.351Z[ recovery-image] Aug 20 07:15:37.185 INFO O| Aug 20 07:15:37.185 INFO O| Finalize: Updating package cache ... Done
44672026-08-20T07:15:38.404Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44682026-08-20T07:15:38.408Z[verify-libraries] Compiling headers-core v0.3.0
44692026-08-20T07:15:38.636Z[ recovery-image] Aug 20 07:15:37.470 INFO O| Aug 20 07:15:37.470 INFO STEP 10 (pkg_change_facet) COMPLETE
44702026-08-20T07:15:38.639Z[ recovery-image] Aug 20 07:15:37.470 INFO O| Aug 20 07:15:37.470 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44712026-08-20T07:15:38.650Z[ recovery-image] Aug 20 07:15:37.481 INFO O| Aug 20 07:15:37.481 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"]
44722026-08-20T07:15:38.752Z[verify-libraries] Compiling unicase v2.9.0
44732026-08-20T07:15:38.832Z[ host-image] Aug 20 07:15:37.666 INFO O| Aug 20 07:15:37.666 INFO O| Actions: Completed 54180 actions in 8.43 seconds.
44742026-08-20T07:15:38.847Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44752026-08-20T07:15:38.850Z[verify-libraries] Compiling headers v0.4.1
44762026-08-20T07:15:38.850Z[verify-libraries] Compiling darling_core v0.21.3
44772026-08-20T07:15:38.921Z[ host-image] Aug 20 07:15:37.756 INFO O| Aug 20 07:15:37.756 INFO O| Finalize: Updating package state database ... Done
44782026-08-20T07:15:38.921Z[ host-image] Aug 20 07:15:37.756 INFO O| Aug 20 07:15:37.756 INFO O| Finalize: Updating package cache ... Done
44792026-08-20T07:15:39.039Z[ host-image] Aug 20 07:15:37.874 INFO O| Aug 20 07:15:37.874 INFO O| Finalize: Updating image state ... Done
44802026-08-20T07:15:39.121Z[verify-libraries] Compiling tabled v0.21.0
44812026-08-20T07:15:39.160Z[verify-libraries] Compiling crc8 v0.1.1
44822026-08-20T07:15:39.451Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44832026-08-20T07:15:39.471Z[verify-libraries] Compiling maplit v1.0.2
44842026-08-20T07:15:39.683Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44852026-08-20T07:15:39.721Z[verify-libraries] Compiling yasna v0.5.2
44862026-08-20T07:15:39.804Z[verify-libraries] Compiling vergen-lib v0.1.6
44872026-08-20T07:15:39.868Z[verify-libraries] Compiling diesel_derives v2.3.7
44882026-08-20T07:15:39.990Z[verify-libraries] Compiling port-file v0.1.0
44892026-08-20T07:15:40.024Z[ host-image] Aug 20 07:15:38.859 INFO O| Aug 20 07:15:38.859 INFO O| Finalize: Creating fast lookup database ... Done
44902026-08-20T07:15:40.051Z[ host-image] Aug 20 07:15:38.886 INFO O| Aug 20 07:15:38.886 INFO O| Finalize: Reading search index ... Done
44912026-08-20T07:15:40.246Z[verify-libraries] Compiling rcgen v0.12.1
44922026-08-20T07:15:40.326Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44932026-08-20T07:15:40.352Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44942026-08-20T07:15:40.375Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44952026-08-20T07:15:40.375Z[verify-libraries] Compiling half v1.8.3
44962026-08-20T07:15:40.679Z[verify-libraries] Compiling r2d2 v0.8.10
44972026-08-20T07:15:40.686Z[ recovery-image] Aug 20 07:15:39.522 INFO O| Aug 20 07:15:39.522 INFO O| Startup: Refreshing catalog 'helios' ... Done
44982026-08-20T07:15:40.726Z[verify-libraries] Compiling serde_cbor v0.11.2
44992026-08-20T07:15:40.770Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
45002026-08-20T07:15:40.836Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45012026-08-20T07:15:40.918Z[verify-libraries] Compiling progenitor v0.14.0
45022026-08-20T07:15:41.072Z[verify-libraries] Compiling downcast-rs v2.0.2
45032026-08-20T07:15:41.101Z[verify-libraries] Compiling cpubits v0.1.1
45042026-08-20T07:15:41.134Z[ recovery-image] Aug 20 07:15:39.968 INFO O| Aug 20 07:15:39.968 INFO O| Startup: Caching catalogs ... Done
45052026-08-20T07:15:41.198Z[verify-libraries] Compiling crunchy v0.2.4
45062026-08-20T07:15:41.247Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45072026-08-20T07:15:41.247Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
45082026-08-20T07:15:41.251Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45092026-08-20T07:15:41.295Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45102026-08-20T07:15:41.448Z[verify-libraries] Compiling dirs-next v2.0.0
45112026-08-20T07:15:41.929Z[verify-libraries] Compiling clang-sys v1.8.1
45122026-08-20T07:15:41.933Z[verify-libraries] Compiling darling_macro v0.21.3
45132026-08-20T07:15:41.957Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45142026-08-20T07:15:42.101Z[verify-libraries] Compiling tiny-keccak v2.0.2
45152026-08-20T07:15:42.308Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
45162026-08-20T07:15:42.345Z[verify-libraries] Compiling term v0.7.0
45172026-08-20T07:15:42.437Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45182026-08-20T07:15:42.437Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45192026-08-20T07:15:42.487Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45202026-08-20T07:15:42.543Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45212026-08-20T07:15:42.601Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45222026-08-20T07:15:42.702Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45232026-08-20T07:15:42.784Z[verify-libraries] Compiling darling v0.21.3
45242026-08-20T07:15:42.841Z[verify-libraries] Compiling diff v0.1.13
45252026-08-20T07:15:42.924Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45262026-08-20T07:15:42.954Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45272026-08-20T07:15:42.990Z[ host-image] Aug 20 07:15:41.824 INFO O| Aug 20 07:15:41.824 INFO O| Finalize: Building new search index ... Done
45282026-08-20T07:15:42.993Z[verify-libraries] Compiling bit-vec v0.6.3
45292026-08-20T07:15:43.089Z[verify-libraries] Compiling ascii-canvas v3.0.0
45302026-08-20T07:15:43.228Z[verify-libraries] Compiling bit-set v0.5.3
45312026-08-20T07:15:43.232Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45322026-08-20T07:15:43.232Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45332026-08-20T07:15:43.287Z[verify-libraries] Compiling itertools v0.10.5
45342026-08-20T07:15:43.290Z[verify-libraries] Compiling libloading v0.8.9
45352026-08-20T07:15:43.308Z[verify-libraries] Compiling ena v0.14.4
45362026-08-20T07:15:43.376Z[verify-libraries] Compiling bindgen v0.71.1
45372026-08-20T07:15:43.433Z[verify-libraries] Compiling regex-syntax v0.6.29
45382026-08-20T07:15:43.438Z[ host-image] Aug 20 07:15:42.273 INFO O| Aug 20 07:15:42.273 INFO O| Finalize: Updating package cache ... Done
45392026-08-20T07:15:43.524Z[ recovery-image] Aug 20 07:15:42.359 INFO O| Aug 20 07:15:42.359 INFO O| Planning: Solver setup ... Done
45402026-08-20T07:15:43.639Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45412026-08-20T07:15:43.744Z[ recovery-image] Aug 20 07:15:42.579 INFO O| Aug 20 07:15:42.579 INFO O| Planning: Running solver ... Done
45422026-08-20T07:15:43.781Z[ host-image] Aug 20 07:15:42.610 INFO O| Aug 20 07:15:42.610 INFO STEP 11 (pkg_install) COMPLETE
45432026-08-20T07:15:43.781Z[ host-image] Aug 20 07:15:42.610 INFO O| Aug 20 07:15:42.610 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45442026-08-20T07:15:43.791Z[ host-image] Aug 20 07:15:42.620 INFO O| Aug 20 07:15:42.620 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"]
45452026-08-20T07:15:43.791Z[ recovery-image] Aug 20 07:15:42.625 INFO O| Aug 20 07:15:42.625 INFO O| Planning: Finding local manifests ... Done
45462026-08-20T07:15:43.805Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45472026-08-20T07:15:43.845Z[verify-libraries] Compiling cexpr v0.6.0
45482026-08-20T07:15:43.856Z[ recovery-image] Aug 20 07:15:42.691 INFO O| Aug 20 07:15:42.691 INFO O| Planning: Fetching manifests: 0/130 0% complete
45492026-08-20T07:15:43.936Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
45502026-08-20T07:15:43.970Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
45512026-08-20T07:15:44.101Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
45522026-08-20T07:15:44.129Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45532026-08-20T07:15:44.195Z[verify-libraries] Compiling rustc-hash v2.1.1
45542026-08-20T07:15:44.392Z[verify-libraries] Compiling rfc6979 v0.4.0
45552026-08-20T07:15:44.456Z[verify-libraries] Compiling libxml v0.3.3
45562026-08-20T07:15:44.507Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45572026-08-20T07:15:44.576Z[verify-libraries] Compiling ecdsa v0.16.9
45582026-08-20T07:15:44.597Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45592026-08-20T07:15:44.663Z[verify-libraries] Compiling strum_macros v0.24.3
45602026-08-20T07:15:44.751Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
45612026-08-20T07:15:44.869Z[verify-libraries] Compiling lalrpop v0.19.12
45622026-08-20T07:15:44.947Z[verify-libraries] Compiling primeorder v0.13.6
45632026-08-20T07:15:45.023Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45642026-08-20T07:15:45.073Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45652026-08-20T07:15:45.319Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
45662026-08-20T07:15:45.390Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45672026-08-20T07:15:45.463Z[verify-libraries] Compiling hashbrown v0.14.5
45682026-08-20T07:15:45.577Z[ host-image] Aug 20 07:15:44.411 INFO O| Aug 20 07:15:44.411 INFO O| Startup: Refreshing catalog 'helios' ... Done
45692026-08-20T07:15:45.695Z[verify-libraries] Compiling hmac v0.13.0
45702026-08-20T07:15:45.790Z[verify-libraries] Compiling universal-hash v0.6.1
45712026-08-20T07:15:46.028Z[verify-libraries] Compiling fxhash v0.2.1
45722026-08-20T07:15:46.163Z[verify-libraries] Compiling indoc v1.0.9
45732026-08-20T07:15:46.189Z[ host-image] Aug 20 07:15:45.022 INFO O| Aug 20 07:15:45.022 INFO O| Startup: Caching catalogs ... Done
45742026-08-20T07:15:46.213Z[verify-libraries] Compiling salty v0.3.0
45752026-08-20T07:15:46.260Z[verify-libraries] Compiling chumsky v0.9.3
45762026-08-20T07:15:46.263Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45772026-08-20T07:15:46.325Z[verify-libraries] Compiling knus-derive v3.4.0
45782026-08-20T07:15:46.704Z[ host-image] Aug 20 07:15:45.539 INFO O| Aug 20 07:15:45.539 INFO O| Planning: Solver setup ... Done
45792026-08-20T07:15:46.709Z[ host-image] Aug 20 07:15:45.544 INFO O| Aug 20 07:15:45.544 INFO O| Planning: Running solver ... Done
45802026-08-20T07:15:46.723Z[ host-image] Aug 20 07:15:45.558 INFO O| Aug 20 07:15:45.558 INFO O| Planning: Finding local manifests ... Done
45812026-08-20T07:15:46.779Z[ host-image] Aug 20 07:15:45.614 INFO O| Aug 20 07:15:45.614 INFO O| Planning: Fetching manifests: 0/6 0% complete
45822026-08-20T07:15:46.870Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45832026-08-20T07:15:46.874Z[ host-image] Aug 20 07:15:45.707 INFO O| Aug 20 07:15:45.707 INFO O| Planning: Fetching manifests: 6/6 100% complete
45842026-08-20T07:15:46.893Z[ host-image] Aug 20 07:15:45.729 INFO O| Aug 20 07:15:45.728 INFO O| Planning: Package planning ... Done
45852026-08-20T07:15:46.897Z[ host-image] Aug 20 07:15:45.731 INFO O| Aug 20 07:15:45.731 INFO O| Planning: Merging actions ... Done
45862026-08-20T07:15:46.994Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45872026-08-20T07:15:47.060Z[ host-image] Aug 20 07:15:45.895 INFO O| Aug 20 07:15:45.895 INFO O| Planning: Checking for conflicting actions ... Done
45882026-08-20T07:15:47.060Z[ host-image] Aug 20 07:15:45.895 INFO O| Aug 20 07:15:45.895 INFO O| Planning: Consolidating action changes ... Done
45892026-08-20T07:15:47.204Z[ host-image] Aug 20 07:15:46.039 INFO O| Aug 20 07:15:46.039 INFO O| Planning: Evaluating mediators ... Done
45902026-08-20T07:15:47.208Z[ host-image] Aug 20 07:15:46.041 INFO O| Aug 20 07:15:46.041 INFO O| Planning: Planning completed in 1.00 seconds
45912026-08-20T07:15:47.208Z[ host-image] Aug 20 07:15:46.041 INFO O| Aug 20 07:15:46.041 INFO O| Packages to install: 6
45922026-08-20T07:15:47.208Z[ host-image] Aug 20 07:15:46.041 INFO O| Aug 20 07:15:46.041 INFO O| Services to change: 2
45932026-08-20T07:15:47.219Z[ host-image] Aug 20 07:15:46.055 INFO O| Aug 20 07:15:46.055 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45942026-08-20T07:15:47.259Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45952026-08-20T07:15:47.441Z[ host-image] Aug 20 07:15:46.276 INFO O| Aug 20 07:15:46.275 INFO O| Download: Completed 1.75 MB in 0.22 seconds (7.9M/s)
45962026-08-20T07:15:47.465Z[ host-image] Aug 20 07:15:46.300 INFO O| Aug 20 07:15:46.300 INFO O| Actions: 1/390 actions (Installing new actions)
45972026-08-20T07:15:47.540Z[ recovery-image] Aug 20 07:15:46.375 INFO O| Aug 20 07:15:46.375 INFO O| Planning: Fetching manifests: 130/130 100% complete
45982026-08-20T07:15:47.547Z[verify-libraries] Compiling p384 v0.13.1
45992026-08-20T07:15:47.656Z[ host-image] Aug 20 07:15:46.491 INFO O| Aug 20 07:15:46.491 INFO O| Actions: Completed 390 actions in 0.19 seconds.
46002026-08-20T07:15:47.744Z[ host-image] Aug 20 07:15:46.575 INFO O| Aug 20 07:15:46.575 INFO O| Finalize: Updating package state database ... Done
46012026-08-20T07:15:47.744Z[ host-image] Aug 20 07:15:46.575 INFO O| Aug 20 07:15:46.575 INFO O| Finalize: Updating package cache ... Done
46022026-08-20T07:15:47.834Z[ host-image] Aug 20 07:15:46.669 INFO O| Aug 20 07:15:46.669 INFO O| Finalize: Updating image state ... Done
46032026-08-20T07:15:47.985Z[ recovery-image] Aug 20 07:15:46.820 INFO O| Aug 20 07:15:46.820 INFO O| Planning: Package planning ... Done
46042026-08-20T07:15:48.154Z[ recovery-image] Aug 20 07:15:46.989 INFO O| Aug 20 07:15:46.989 INFO O| Planning: Merging actions ... Done
46052026-08-20T07:15:48.378Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46062026-08-20T07:15:48.443Z[verify-libraries] Compiling progenitor-impl v0.13.0
46072026-08-20T07:15:48.492Z[ recovery-image] Aug 20 07:15:47.327 INFO O| Aug 20 07:15:47.327 INFO O| Planning: Checking for conflicting actions ... Done
46082026-08-20T07:15:48.551Z[ recovery-image] Aug 20 07:15:47.386 INFO O| Aug 20 07:15:47.386 INFO O| Planning: Consolidating action changes ... Done
46092026-08-20T07:15:48.695Z[ recovery-image] Aug 20 07:15:47.529 INFO O| Aug 20 07:15:47.529 INFO O| Planning: Evaluating mediators ... Done
46102026-08-20T07:15:48.913Z[ host-image] Aug 20 07:15:47.748 INFO O| Aug 20 07:15:47.748 INFO O| Finalize: Creating fast lookup database ... Done
46112026-08-20T07:15:48.943Z[ host-image] Aug 20 07:15:47.778 INFO O| Aug 20 07:15:47.778 INFO O| Finalize: Reading search index ... Done
46122026-08-20T07:15:48.943Z[ host-image] Aug 20 07:15:47.778 INFO O| Aug 20 07:15:47.778 INFO O| Finalize: Updating search index ... Done
46132026-08-20T07:15:48.958Z[ host-image] Aug 20 07:15:47.794 INFO O| Aug 20 07:15:47.793 INFO O| Finalize: Updating package cache ... Done
46142026-08-20T07:15:49.267Z[ host-image] Aug 20 07:15:48.102 INFO O| Aug 20 07:15:48.102 INFO STEP 12 (pkg_install) COMPLETE
46152026-08-20T07:15:49.267Z[ host-image] Aug 20 07:15:48.102 INFO O| Aug 20 07:15:48.102 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46162026-08-20T07:15:49.278Z[ host-image] Aug 20 07:15:48.114 INFO O| Aug 20 07:15:48.114 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46172026-08-20T07:15:49.287Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46182026-08-20T07:15:49.484Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46192026-08-20T07:15:49.565Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46202026-08-20T07:15:49.632Z[verify-libraries] Compiling oso-derive v0.27.3
46212026-08-20T07:15:49.818Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46222026-08-20T07:15:49.868Z[verify-libraries] Compiling diesel v2.3.7
46232026-08-20T07:15:49.903Z[verify-libraries] Compiling quick-xml v0.37.5
46242026-08-20T07:15:50.096Z[ recovery-image] Aug 20 07:15:48.931 INFO O| Aug 20 07:15:48.931 INFO O| Planning: Planning completed in 8.95 seconds
46252026-08-20T07:15:50.099Z[ recovery-image] Aug 20 07:15:48.933 INFO O| Aug 20 07:15:48.933 INFO O| Packages to install: 130
46262026-08-20T07:15:50.099Z[ recovery-image] Aug 20 07:15:48.933 INFO O| Aug 20 07:15:48.933 INFO O| Mediators to change: 5
46272026-08-20T07:15:50.099Z[ recovery-image] Aug 20 07:15:48.933 INFO O| Aug 20 07:15:48.933 INFO O| Services to change: 5
46282026-08-20T07:15:50.126Z[ recovery-image] Aug 20 07:15:48.961 INFO O| Aug 20 07:15:48.961 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46292026-08-20T07:15:50.251Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46302026-08-20T07:15:50.654Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46312026-08-20T07:15:50.963Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46322026-08-20T07:15:51.479Z[verify-libraries] Compiling openssl-probe v0.1.6
46332026-08-20T07:15:51.502Z[verify-libraries] Compiling progenitor-macro v0.13.0
46342026-08-20T07:15:51.636Z[ host-image] Aug 20 07:15:50.470 INFO O| Aug 20 07:15:50.469 INFO O| Startup: Refreshing catalog 'helios' ... Done
46352026-08-20T07:15:51.687Z[verify-libraries] Compiling knus v3.4.0
46362026-08-20T07:15:51.853Z[verify-libraries] Compiling polyval v0.7.1
46372026-08-20T07:15:52.079Z[verify-libraries] Compiling der v0.8.0
46382026-08-20T07:15:52.231Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46392026-08-20T07:15:52.276Z[ host-image] Aug 20 07:15:51.111 INFO O| Aug 20 07:15:51.111 INFO O| Startup: Caching catalogs ... Done
46402026-08-20T07:15:52.294Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46412026-08-20T07:15:52.579Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46422026-08-20T07:15:52.779Z[verify-libraries] Compiling progenitor-client v0.13.0
46432026-08-20T07:15:52.790Z[ host-image] Aug 20 07:15:51.626 INFO O| Aug 20 07:15:51.626 INFO O| Planning: Solver setup ... Done
46442026-08-20T07:15:52.796Z[ host-image] Aug 20 07:15:51.631 INFO O| Aug 20 07:15:51.631 INFO O| Planning: Running solver ... Done
46452026-08-20T07:15:52.812Z[ host-image] Aug 20 07:15:51.645 INFO O| Aug 20 07:15:51.645 INFO O| Planning: Finding local manifests ... Done
46462026-08-20T07:15:52.829Z[ host-image] Aug 20 07:15:51.664 INFO O| Aug 20 07:15:51.664 INFO O| Planning: Fetching manifests: 0/6 0% complete
46472026-08-20T07:15:52.940Z[ host-image] Aug 20 07:15:51.775 INFO O| Aug 20 07:15:51.775 INFO O| Planning: Fetching manifests: 6/6 100% complete
46482026-08-20T07:15:52.971Z[ host-image] Aug 20 07:15:51.806 INFO O| Aug 20 07:15:51.806 INFO O| Planning: Package planning ... Done
46492026-08-20T07:15:52.979Z[ host-image] Aug 20 07:15:51.815 INFO O| Aug 20 07:15:51.815 INFO O| Planning: Merging actions ... Done
46502026-08-20T07:15:53.054Z[verify-libraries] Compiling git-stub v1.0.0
46512026-08-20T07:15:53.129Z[ host-image] Aug 20 07:15:51.964 INFO O| Aug 20 07:15:51.964 INFO O| Planning: Checking for conflicting actions ... Done
46522026-08-20T07:15:53.132Z[ host-image] Aug 20 07:15:51.967 INFO O| Aug 20 07:15:51.967 INFO O| Planning: Consolidating action changes ... Done
46532026-08-20T07:15:53.220Z[verify-libraries] Compiling kstat-rs v0.2.5
46542026-08-20T07:15:53.266Z[ host-image] Aug 20 07:15:52.101 INFO O| Aug 20 07:15:52.101 INFO O| Planning: Evaluating mediators ... Done
46552026-08-20T07:15:53.270Z[ host-image] Aug 20 07:15:52.104 INFO O| Aug 20 07:15:52.104 INFO O| Planning: Planning completed in 0.98 seconds
46562026-08-20T07:15:53.270Z[ host-image] Aug 20 07:15:52.105 INFO O| Aug 20 07:15:52.105 INFO O| Packages to install: 6
46572026-08-20T07:15:53.270Z[ host-image] Aug 20 07:15:52.105 INFO O| Aug 20 07:15:52.105 INFO O| Mediators to change: 1
46582026-08-20T07:15:53.270Z[ host-image] Aug 20 07:15:52.105 INFO O| Aug 20 07:15:52.105 INFO O| Services to change: 1
46592026-08-20T07:15:53.280Z[ host-image] Aug 20 07:15:52.116 INFO O| Aug 20 07:15:52.116 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46602026-08-20T07:15:53.384Z[verify-libraries] Compiling trait-variant v0.1.2
46612026-08-20T07:15:53.497Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46622026-08-20T07:15:53.557Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46632026-08-20T07:15:53.600Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46642026-08-20T07:15:53.648Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46652026-08-20T07:15:53.696Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46662026-08-20T07:15:53.727Z[verify-libraries] Compiling ghash v0.6.0
46672026-08-20T07:15:53.811Z[verify-libraries] Compiling pbkdf2 v0.13.0
46682026-08-20T07:15:53.877Z[ host-image] Aug 20 07:15:52.712 INFO O| Aug 20 07:15:52.712 INFO O| Download: Completed 7.84 MB in 0.60 seconds (13.1M/s)
46692026-08-20T07:15:53.918Z[ host-image] Aug 20 07:15:52.753 INFO O| Aug 20 07:15:52.753 INFO O| Actions: 1/1366 actions (Installing new actions)
46702026-08-20T07:15:53.961Z[verify-libraries] Compiling crypto-bigint v0.7.5
46712026-08-20T07:15:53.984Z[verify-libraries] Compiling aes v0.9.1
46722026-08-20T07:15:54.036Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46732026-08-20T07:15:54.052Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46742026-08-20T07:15:54.132Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46752026-08-20T07:15:54.165Z[ host-image] Aug 20 07:15:53.000 INFO O| Aug 20 07:15:53.000 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
46762026-08-20T07:15:54.202Z[ host-image] Aug 20 07:15:53.037 INFO O| Aug 20 07:15:53.037 INFO O| Finalize: Updating package state database ... Done
46772026-08-20T07:15:54.202Z[ host-image] Aug 20 07:15:53.038 INFO O| Aug 20 07:15:53.037 INFO O| Finalize: Updating package cache ... Done
46782026-08-20T07:15:54.205Z[verify-libraries] Compiling ctr v0.10.1
46792026-08-20T07:15:54.323Z[ host-image] Aug 20 07:15:53.158 INFO O| Aug 20 07:15:53.158 INFO O| Finalize: Updating image state ... Done
46802026-08-20T07:15:54.380Z[verify-libraries] Compiling aead v0.6.1
46812026-08-20T07:15:54.476Z[verify-libraries] Compiling bb8 v0.8.6
46822026-08-20T07:15:54.636Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46832026-08-20T07:15:54.850Z[verify-libraries] Compiling parking_lot_core v0.8.6
46842026-08-20T07:15:54.897Z[verify-libraries] Compiling aes-gcm v0.11.0
46852026-08-20T07:15:55.126Z[ recovery-image] Aug 20 07:15:53.961 INFO O| Aug 20 07:15:53.961 INFO O| Download: 9304/16682 items 91.8/200.0MB 45% complete (18.4M/s)
46862026-08-20T07:15:55.261Z[ host-image] Aug 20 07:15:54.095 INFO O| Aug 20 07:15:54.095 INFO O| Finalize: Creating fast lookup database ... Done
46872026-08-20T07:15:55.290Z[ host-image] Aug 20 07:15:54.125 INFO O| Aug 20 07:15:54.125 INFO O| Finalize: Reading search index ... Done
46882026-08-20T07:15:55.290Z[ host-image] Aug 20 07:15:54.125 INFO O| Aug 20 07:15:54.125 INFO O| Finalize: Updating search index ... Done
46892026-08-20T07:15:55.296Z[verify-libraries] Compiling spki v0.8.0
46902026-08-20T07:15:55.325Z[ host-image] Aug 20 07:15:54.160 INFO O| Aug 20 07:15:54.160 INFO O| Finalize: Updating package cache ... Done
46912026-08-20T07:15:55.342Z[verify-libraries] Compiling mime_guess v2.0.5
46922026-08-20T07:15:55.382Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46932026-08-20T07:15:55.590Z[ host-image] Aug 20 07:15:54.422 INFO O| Aug 20 07:15:54.422 INFO STEP 13 (pkg_install) COMPLETE
46942026-08-20T07:15:55.590Z[ host-image] Aug 20 07:15:54.422 INFO O| Aug 20 07:15:54.422 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46952026-08-20T07:15:55.598Z[ host-image] Aug 20 07:15:54.433 INFO O| Aug 20 07:15:54.433 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
46962026-08-20T07:15:55.618Z[verify-libraries] Compiling salsa20 v0.11.0
46972026-08-20T07:15:55.674Z[verify-libraries] Compiling nanorand v0.7.0
46982026-08-20T07:15:55.837Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46992026-08-20T07:15:55.889Z[verify-libraries] Compiling scrypt v0.12.0
47002026-08-20T07:15:55.987Z[verify-libraries] Compiling flume v0.11.1
47012026-08-20T07:15:56.112Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47022026-08-20T07:15:56.286Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47032026-08-20T07:15:56.435Z[verify-libraries] Compiling cbc v0.2.1
47042026-08-20T07:15:56.487Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
47052026-08-20T07:15:56.718Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47062026-08-20T07:15:56.780Z[verify-libraries] Compiling http-range v0.1.5
47072026-08-20T07:15:56.801Z[verify-libraries] Compiling nonempty v0.12.0
47082026-08-20T07:15:56.960Z[verify-libraries] Compiling corncobs v0.1.4
47092026-08-20T07:15:57.011Z[verify-libraries] Compiling progenitor v0.13.0
47102026-08-20T07:15:57.086Z[verify-libraries] Compiling pkcs5 v0.8.1
47112026-08-20T07:15:57.134Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47122026-08-20T07:15:57.134Z[verify-libraries] Compiling parking_lot v0.11.2
47132026-08-20T07:15:57.196Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47142026-08-20T07:15:57.244Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47152026-08-20T07:15:57.629Z[ host-image] Aug 20 07:15:56.464 INFO O| Aug 20 07:15:56.463 INFO O| Startup: Refreshing catalog 'helios' ... Done
47162026-08-20T07:15:57.632Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47172026-08-20T07:15:57.704Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47182026-08-20T07:15:57.771Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47192026-08-20T07:15:57.815Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47202026-08-20T07:15:57.870Z[verify-libraries] Compiling digest-io v0.1.0
47212026-08-20T07:15:57.922Z[verify-libraries] Compiling prefix-trie v0.7.0
47222026-08-20T07:15:58.081Z[ host-image] Aug 20 07:15:56.916 INFO O| Aug 20 07:15:56.916 INFO O| Startup: Caching catalogs ... Done
47232026-08-20T07:15:58.101Z[verify-libraries] Compiling secrecy v0.8.0
47242026-08-20T07:15:58.334Z[verify-libraries] Compiling rawzip v0.4.4
47252026-08-20T07:15:58.421Z[verify-libraries] Compiling hickory-server v0.25.2
47262026-08-20T07:15:58.571Z[ host-image] Aug 20 07:15:57.407 INFO O| Aug 20 07:15:57.406 INFO O| Planning: Solver setup ... Done
47272026-08-20T07:15:58.577Z[ host-image] Aug 20 07:15:57.412 INFO O| Aug 20 07:15:57.412 INFO O| Planning: Running solver ... Done
47282026-08-20T07:15:58.615Z[ host-image] Aug 20 07:15:57.450 INFO O| Aug 20 07:15:57.450 INFO O| Planning: Finding local manifests ... Done
47292026-08-20T07:15:58.633Z[ host-image] Aug 20 07:15:57.468 INFO O| Aug 20 07:15:57.468 INFO O| Planning: Fetching manifests: 0/1 0% complete
47302026-08-20T07:15:58.643Z[ host-image] Aug 20 07:15:57.477 INFO O| Aug 20 07:15:57.477 INFO O| Planning: Fetching manifests: 1/1 100% complete
47312026-08-20T07:15:58.659Z[ host-image] Aug 20 07:15:57.494 INFO O| Aug 20 07:15:57.494 INFO O| Planning: Package planning ... Done
47322026-08-20T07:15:58.660Z[ host-image] Aug 20 07:15:57.495 INFO O| Aug 20 07:15:57.495 INFO O| Planning: Merging actions ... Done
47332026-08-20T07:15:58.758Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47342026-08-20T07:15:58.809Z[ host-image] Aug 20 07:15:57.643 INFO O| Aug 20 07:15:57.643 INFO O| Planning: Checking for conflicting actions ... Done
47352026-08-20T07:15:58.809Z[ host-image] Aug 20 07:15:57.643 INFO O| Aug 20 07:15:57.643 INFO O| Planning: Consolidating action changes ... Done
47362026-08-20T07:15:58.935Z[ host-image] Aug 20 07:15:57.770 INFO O| Aug 20 07:15:57.770 INFO O| Planning: Evaluating mediators ... Done
47372026-08-20T07:15:58.939Z[ host-image] Aug 20 07:15:57.770 INFO O| Aug 20 07:15:57.770 INFO O| Planning: Planning completed in 0.84 seconds
47382026-08-20T07:15:58.939Z[ host-image] Aug 20 07:15:57.770 INFO O| Aug 20 07:15:57.770 INFO O| Packages to install: 1
47392026-08-20T07:15:58.946Z[ host-image] Aug 20 07:15:57.781 INFO O| Aug 20 07:15:57.781 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47402026-08-20T07:15:58.975Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47412026-08-20T07:15:59.000Z[verify-libraries] Compiling pkcs8 v0.11.0
47422026-08-20T07:15:59.109Z[verify-libraries] Compiling sled v0.34.7
47432026-08-20T07:15:59.169Z[ host-image] Aug 20 07:15:58.004 INFO O| Aug 20 07:15:58.004 INFO O| Download: Completed 13.27 MB in 0.22 seconds (59.5M/s)
47442026-08-20T07:15:59.198Z[ host-image] Aug 20 07:15:58.033 INFO O| Aug 20 07:15:58.033 INFO O| Actions: 1/22 actions (Installing new actions)
47452026-08-20T07:15:59.449Z[ recovery-image] Aug 20 07:15:58.285 INFO O| Aug 20 07:15:58.284 INFO O| Download: Completed 200.00 MB in 9.32 seconds (21.4M/s)
47462026-08-20T07:15:59.459Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47472026-08-20T07:15:59.500Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47482026-08-20T07:15:59.505Z[ host-image] Aug 20 07:15:58.340 INFO O| Aug 20 07:15:58.340 INFO O| Actions: Completed 22 actions in 0.31 seconds.
47492026-08-20T07:15:59.540Z[ host-image] Aug 20 07:15:58.375 INFO O| Aug 20 07:15:58.375 INFO O| Finalize: Updating package state database ... Done
47502026-08-20T07:15:59.540Z[ host-image] Aug 20 07:15:58.375 INFO O| Aug 20 07:15:58.375 INFO O| Finalize: Updating package cache ... Done
47512026-08-20T07:15:59.624Z[verify-libraries] Compiling ignore v0.4.25
47522026-08-20T07:15:59.638Z[ host-image] Aug 20 07:15:58.473 INFO O| Aug 20 07:15:58.473 INFO O| Finalize: Updating image state ... Done
47532026-08-20T07:15:59.738Z[ recovery-image] Aug 20 07:15:58.573 INFO O| Aug 20 07:15:58.573 INFO O| Actions: 1/27580 actions (Installing new actions)
47542026-08-20T07:15:59.858Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47552026-08-20T07:16:00.154Z[verify-libraries] Compiling anstyle-parse v0.2.7
47562026-08-20T07:16:00.271Z[verify-libraries] Compiling ff v0.14.0
47572026-08-20T07:16:00.402Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47582026-08-20T07:16:00.487Z[verify-libraries] Compiling globwalk v0.9.1
47592026-08-20T07:16:00.612Z[verify-libraries] Compiling anstream v0.6.21
47602026-08-20T07:16:00.618Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47612026-08-20T07:16:00.748Z[ host-image] Aug 20 07:15:59.583 INFO O| Aug 20 07:15:59.583 INFO O| Finalize: Creating fast lookup database ... Done
47622026-08-20T07:16:00.777Z[ host-image] Aug 20 07:15:59.613 INFO O| Aug 20 07:15:59.613 INFO O| Finalize: Reading search index ... Done
47632026-08-20T07:16:00.778Z[ host-image] Aug 20 07:15:59.613 INFO O| Aug 20 07:15:59.613 INFO O| Finalize: Updating search index ... Done
47642026-08-20T07:16:00.790Z[ host-image] Aug 20 07:15:59.623 INFO O| Aug 20 07:15:59.623 INFO O| Finalize: Updating package cache ... Done
47652026-08-20T07:16:00.898Z[verify-libraries] Compiling predicates-tree v1.0.13
47662026-08-20T07:16:01.088Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO STEP 14 (pkg_install) COMPLETE
47672026-08-20T07:16:01.088Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47682026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO skip step because feature "mbist" is not enabled
47692026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47702026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO skip step because feature "mfg" is not enabled
47712026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47722026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO skip step because feature "compliance" is not enabled
47732026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47742026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO skip step because feature "stress" is not enabled
47752026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47762026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO skip step because feature "compliance" is not enabled
47772026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47782026-08-20T07:16:01.094Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO skip step because feature "nfs" is not enabled
47792026-08-20T07:16:01.095Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47802026-08-20T07:16:01.095Z[ host-image] Aug 20 07:15:59.923 INFO O| Aug 20 07:15:59.923 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47812026-08-20T07:16:01.199Z[verify-libraries] Compiling libz-sys v1.1.24
47822026-08-20T07:16:01.276Z[ host-image] Aug 20 07:16:00.112 INFO O| Aug 20 07:16:00.112 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47832026-08-20T07:16:01.411Z[verify-libraries] Compiling rand_seeder v0.4.0
47842026-08-20T07:16:01.472Z[ host-image] Aug 20 07:16:00.307 INFO O| Aug 20 07:16:00.307 INFO completed processing sled/ramdisk-01-os
47852026-08-20T07:16:01.475Z[ host-image] Aug 20 07:16:00.310 INFO omicron1 baseline generation...
47862026-08-20T07:16:01.475Z[ host-image] Aug 20 07:16:00.310 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47872026-08-20T07:16:01.511Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47882026-08-20T07:16:01.703Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47892026-08-20T07:16:01.840Z[ host-image] Aug 20 07:16:00.675 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24193:20260819T212204Z
47902026-08-20T07:16:01.932Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47912026-08-20T07:16:02.057Z[verify-libraries] Compiling group v0.14.0
47922026-08-20T07:16:02.121Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47932026-08-20T07:16:02.178Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47942026-08-20T07:16:02.252Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47952026-08-20T07:16:02.401Z[verify-libraries] Compiling signature v3.0.0
47962026-08-20T07:16:02.548Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47972026-08-20T07:16:02.670Z[verify-libraries] Compiling base16ct v1.0.0
47982026-08-20T07:16:02.723Z[verify-libraries] Compiling instability v0.3.11
47992026-08-20T07:16:02.824Z[verify-libraries] Compiling illumos-nvpair v0.3.0
48002026-08-20T07:16:03.030Z[verify-libraries] Compiling sec1 v0.8.1
48012026-08-20T07:16:03.060Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
48022026-08-20T07:16:03.070Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48032026-08-20T07:16:03.144Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48042026-08-20T07:16:03.217Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48052026-08-20T07:16:03.294Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
48062026-08-20T07:16:03.344Z[verify-libraries] Compiling hkdf v0.13.0
48072026-08-20T07:16:03.397Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48082026-08-20T07:16:03.444Z[verify-libraries] Compiling scuffle v0.1.0
48092026-08-20T07:16:03.707Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48102026-08-20T07:16:03.876Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48112026-08-20T07:16:04.188Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48122026-08-20T07:16:04.249Z[verify-libraries] Compiling castaway v0.2.4
48132026-08-20T07:16:04.392Z[verify-libraries] Compiling indoc v2.0.7
48142026-08-20T07:16:04.436Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48152026-08-20T07:16:04.585Z[verify-libraries] Compiling compact_str v0.8.1
48162026-08-20T07:16:04.738Z[ recovery-image] Aug 20 07:16:03.573 INFO O| Aug 20 07:16:03.573 INFO O| Actions: 22267/27580 actions (Installing new actions)
48172026-08-20T07:16:04.775Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48182026-08-20T07:16:04.837Z[verify-libraries] Compiling elliptic-curve v0.14.1
48192026-08-20T07:16:05.140Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48202026-08-20T07:16:05.375Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48212026-08-20T07:16:05.561Z[ recovery-image] Aug 20 07:16:04.396 INFO O| Aug 20 07:16:04.396 INFO O| Actions: Completed 27580 actions in 5.82 seconds.
48222026-08-20T07:16:05.585Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48232026-08-20T07:16:05.658Z[ recovery-image] Aug 20 07:16:04.493 INFO O| Aug 20 07:16:04.493 INFO O| Finalize: Updating package state database ... Done
48242026-08-20T07:16:05.658Z[ recovery-image] Aug 20 07:16:04.493 INFO O| Aug 20 07:16:04.493 INFO O| Finalize: Updating package cache ... Done
48252026-08-20T07:16:05.783Z[ recovery-image] Aug 20 07:16:04.618 INFO O| Aug 20 07:16:04.618 INFO O| Finalize: Updating image state ... Done
48262026-08-20T07:16:06.032Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48272026-08-20T07:16:06.168Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48282026-08-20T07:16:06.208Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48292026-08-20T07:16:06.248Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
48302026-08-20T07:16:06.271Z[verify-libraries] Compiling lru v0.12.5
48312026-08-20T07:16:06.315Z[verify-libraries] Compiling unicode-truncate v1.1.0
48322026-08-20T07:16:06.399Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48332026-08-20T07:16:06.510Z[verify-libraries] Compiling arc-swap v1.8.2
48342026-08-20T07:16:06.534Z[ recovery-image] Aug 20 07:16:05.369 INFO O| Aug 20 07:16:05.369 INFO O| Finalize: Creating fast lookup database ... Done
48352026-08-20T07:16:06.551Z[ recovery-image] Aug 20 07:16:05.387 INFO O| Aug 20 07:16:05.387 INFO O| Finalize: Reading search index ... Done
48362026-08-20T07:16:06.571Z[verify-libraries] Compiling cassowary v0.3.0
48372026-08-20T07:16:06.952Z[verify-libraries] Compiling ratatui v0.29.0
48382026-08-20T07:16:07.037Z[verify-libraries] Compiling slog-scope v4.4.1
48392026-08-20T07:16:07.338Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48402026-08-20T07:16:07.389Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48412026-08-20T07:16:07.422Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48422026-08-20T07:16:07.476Z[verify-libraries] Compiling wnaf v0.14.0
48432026-08-20T07:16:07.763Z[verify-libraries] Compiling primefield v0.14.0
48442026-08-20T07:16:07.802Z[verify-libraries] Compiling rfc6979 v0.6.0
48452026-08-20T07:16:07.829Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48462026-08-20T07:16:08.061Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48472026-08-20T07:16:08.112Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48482026-08-20T07:16:08.249Z[ recovery-image] Aug 20 07:16:07.082 INFO O| Aug 20 07:16:07.082 INFO O| Finalize: Building new search index ... Done
48492026-08-20T07:16:08.307Z[verify-libraries] Compiling vergen-git2 v9.1.0
48502026-08-20T07:16:08.335Z[verify-libraries] Compiling strsim v0.10.0
48512026-08-20T07:16:08.428Z[verify-libraries] Compiling ecdsa v0.17.0
48522026-08-20T07:16:08.558Z[ recovery-image] Aug 20 07:16:07.392 INFO O| Aug 20 07:16:07.392 INFO O| Finalize: Updating package cache ... Done
48532026-08-20T07:16:08.628Z[verify-libraries] Compiling darling_core v0.13.4
48542026-08-20T07:16:08.744Z[verify-libraries] Compiling primeorder v0.14.0
48552026-08-20T07:16:08.887Z[ recovery-image] Aug 20 07:16:07.722 INFO O| Aug 20 07:16:07.722 INFO STEP 11 (pkg_install) COMPLETE
48562026-08-20T07:16:08.887Z[ recovery-image] Aug 20 07:16:07.722 INFO O| Aug 20 07:16:07.722 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48572026-08-20T07:16:08.888Z[ recovery-image] Aug 20 07:16:07.722 INFO O| Aug 20 07:16:07.722 INFO skip step because feature "recovery" is enabled
48582026-08-20T07:16:08.891Z[ recovery-image] Aug 20 07:16:07.722 INFO O| Aug 20 07:16:07.722 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48592026-08-20T07:16:08.891Z[ recovery-image] Aug 20 07:16:07.722 INFO O| Aug 20 07:16:07.722 INFO skip step because feature "omicron1" is not enabled
48602026-08-20T07:16:08.891Z[ recovery-image] Aug 20 07:16:07.722 INFO O| Aug 20 07:16:07.722 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48612026-08-20T07:16:08.900Z[ recovery-image] Aug 20 07:16:07.733 INFO O| Aug 20 07:16:07.733 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48622026-08-20T07:16:08.963Z[verify-libraries] Compiling slog-stdlog v4.1.1
48632026-08-20T07:16:09.215Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48642026-08-20T07:16:09.236Z[verify-libraries] Compiling tungstenite v0.23.0
48652026-08-20T07:16:09.389Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48662026-08-20T07:16:09.945Z[verify-libraries] Compiling console v0.16.2
48672026-08-20T07:16:10.084Z[verify-libraries] Compiling libsw-core v0.3.2
48682026-08-20T07:16:10.165Z[verify-libraries] Compiling assert_matches v1.5.0
48692026-08-20T07:16:10.340Z[verify-libraries] Compiling void v1.0.2
48702026-08-20T07:16:10.371Z[verify-libraries] Compiling unit-prefix v0.5.2
48712026-08-20T07:16:10.413Z[verify-libraries] Compiling libsw v3.5.0
48722026-08-20T07:16:10.553Z[verify-libraries] Compiling lzss v0.8.2
48732026-08-20T07:16:10.616Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48742026-08-20T07:16:10.679Z[verify-libraries] Compiling indicatif v0.18.4
48752026-08-20T07:16:10.736Z[verify-libraries] Compiling slog-envlogger v2.2.0
48762026-08-20T07:16:10.816Z[verify-libraries] Compiling ssh-encoding v0.3.0
48772026-08-20T07:16:10.894Z[verify-libraries] Compiling darling_macro v0.13.4
48782026-08-20T07:16:10.906Z[ recovery-image] Aug 20 07:16:09.741 INFO O| Aug 20 07:16:09.741 INFO O| Startup: Refreshing catalog 'helios' ... Done
48792026-08-20T07:16:10.931Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48802026-08-20T07:16:11.069Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48812026-08-20T07:16:11.249Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48822026-08-20T07:16:11.269Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48832026-08-20T07:16:11.358Z[ recovery-image] Aug 20 07:16:10.194 INFO O| Aug 20 07:16:10.193 INFO O| Startup: Caching catalogs ... Done
48842026-08-20T07:16:11.472Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48852026-08-20T07:16:11.534Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48862026-08-20T07:16:11.573Z[verify-libraries] Compiling nix v0.27.1
48872026-08-20T07:16:11.601Z[verify-libraries] Compiling colored v2.2.0
48882026-08-20T07:16:11.674Z[verify-libraries] Compiling blake3 v1.8.5
48892026-08-20T07:16:11.754Z[ recovery-image] Aug 20 07:16:10.589 INFO O| Aug 20 07:16:10.589 INFO O| Planning: Solver setup ... Done
48902026-08-20T07:16:11.759Z[ recovery-image] Aug 20 07:16:10.594 INFO O| Aug 20 07:16:10.594 INFO O| Planning: Running solver ... Done
48912026-08-20T07:16:11.773Z[ recovery-image] Aug 20 07:16:10.608 INFO O| Aug 20 07:16:10.608 INFO O| Planning: Finding local manifests ... Done
48922026-08-20T07:16:11.783Z[verify-libraries] Compiling serde_bytes v0.11.19
48932026-08-20T07:16:11.798Z[ recovery-image] Aug 20 07:16:10.633 INFO O| Aug 20 07:16:10.633 INFO O| Planning: Fetching manifests: 0/1 0% complete
48942026-08-20T07:16:11.817Z[ recovery-image] Aug 20 07:16:10.649 INFO O| Aug 20 07:16:10.649 INFO O| Planning: Fetching manifests: 1/1 100% complete
48952026-08-20T07:16:11.820Z[verify-libraries] Compiling keccak v0.2.0
48962026-08-20T07:16:11.835Z[ recovery-image] Aug 20 07:16:10.670 INFO O| Aug 20 07:16:10.670 INFO O| Planning: Package planning ... Done
48972026-08-20T07:16:11.838Z[ recovery-image] Aug 20 07:16:10.670 INFO O| Aug 20 07:16:10.670 INFO O| Planning: Merging actions ... Done
48982026-08-20T07:16:11.957Z[ recovery-image] Aug 20 07:16:10.793 INFO O| Aug 20 07:16:10.793 INFO O| Planning: Checking for conflicting actions ... Done
48992026-08-20T07:16:11.961Z[ recovery-image] Aug 20 07:16:10.793 INFO O| Aug 20 07:16:10.793 INFO O| Planning: Consolidating action changes ... Done
49002026-08-20T07:16:12.051Z[ recovery-image] Aug 20 07:16:10.886 INFO O| Aug 20 07:16:10.886 INFO O| Planning: Evaluating mediators ... Done
49012026-08-20T07:16:12.054Z[ recovery-image] Aug 20 07:16:10.886 INFO O| Aug 20 07:16:10.886 INFO O| Planning: Planning completed in 0.68 seconds
49022026-08-20T07:16:12.055Z[ recovery-image] Aug 20 07:16:10.887 INFO O| Aug 20 07:16:10.887 INFO O| Packages to install: 1
49032026-08-20T07:16:12.063Z[ recovery-image] Aug 20 07:16:10.898 INFO O| Aug 20 07:16:10.898 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49042026-08-20T07:16:12.079Z[verify-libraries] Compiling shell-words v1.1.1
49052026-08-20T07:16:12.184Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49062026-08-20T07:16:12.231Z[ recovery-image] Aug 20 07:16:11.066 INFO O| Aug 20 07:16:11.066 INFO O| Download: Completed 13.27 MB in 0.17 seconds (79.0M/s)
49072026-08-20T07:16:12.245Z[verify-libraries] Compiling darling v0.13.4
49082026-08-20T07:16:12.252Z[ recovery-image] Aug 20 07:16:11.087 INFO O| Aug 20 07:16:11.087 INFO O| Actions: 1/22 actions (Installing new actions)
49092026-08-20T07:16:12.304Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49102026-08-20T07:16:12.491Z[ recovery-image] Aug 20 07:16:11.326 INFO O| Aug 20 07:16:11.326 INFO O| Actions: Completed 22 actions in 0.24 seconds.
49112026-08-20T07:16:12.526Z[ recovery-image] Aug 20 07:16:11.361 INFO O| Aug 20 07:16:11.361 INFO O| Finalize: Updating package state database ... Done
49122026-08-20T07:16:12.526Z[ recovery-image] Aug 20 07:16:11.361 INFO O| Aug 20 07:16:11.361 INFO O| Finalize: Updating package cache ... Done
49132026-08-20T07:16:12.537Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49142026-08-20T07:16:12.611Z[ recovery-image] Aug 20 07:16:11.446 INFO O| Aug 20 07:16:11.446 INFO O| Finalize: Updating image state ... Done
49152026-08-20T07:16:12.672Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49162026-08-20T07:16:12.717Z[verify-libraries] Compiling ed25519 v3.0.0
49172026-08-20T07:16:13.078Z[verify-libraries] Compiling crypto-primes v0.7.2
49182026-08-20T07:16:13.161Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49192026-08-20T07:16:13.247Z[ recovery-image] Aug 20 07:16:12.082 INFO O| Aug 20 07:16:12.082 INFO O| Finalize: Creating fast lookup database ... Done
49202026-08-20T07:16:13.262Z[ recovery-image] Aug 20 07:16:12.098 INFO O| Aug 20 07:16:12.097 INFO O| Finalize: Reading search index ... Done
49212026-08-20T07:16:13.262Z[ recovery-image] Aug 20 07:16:12.098 INFO O| Aug 20 07:16:12.098 INFO O| Finalize: Updating search index ... Done
49222026-08-20T07:16:13.273Z[ recovery-image] Aug 20 07:16:12.108 INFO O| Aug 20 07:16:12.108 INFO O| Finalize: Updating package cache ... Done
49232026-08-20T07:16:13.545Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO STEP 14 (pkg_install) COMPLETE
49242026-08-20T07:16:13.545Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49252026-08-20T07:16:13.545Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO skip step because feature "mbist" is not enabled
49262026-08-20T07:16:13.548Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49272026-08-20T07:16:13.548Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO skip step because feature "mfg" is not enabled
49282026-08-20T07:16:13.548Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49292026-08-20T07:16:13.549Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO skip step because feature "compliance" is not enabled
49302026-08-20T07:16:13.549Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49312026-08-20T07:16:13.549Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO skip step because feature "stress" is not enabled
49322026-08-20T07:16:13.549Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49332026-08-20T07:16:13.549Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO skip step because feature "compliance" is not enabled
49342026-08-20T07:16:13.549Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49352026-08-20T07:16:13.549Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO skip step because feature "nfs" is not enabled
49362026-08-20T07:16:13.549Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49372026-08-20T07:16:13.549Z[ recovery-image] Aug 20 07:16:12.380 INFO O| Aug 20 07:16:12.380 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49382026-08-20T07:16:13.762Z[verify-libraries] Compiling poly1305 v0.9.0
49392026-08-20T07:16:13.831Z[ recovery-image] Aug 20 07:16:12.667 INFO O| Aug 20 07:16:12.666 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49402026-08-20T07:16:13.948Z[ recovery-image] Aug 20 07:16:12.783 INFO O| Aug 20 07:16:12.783 INFO completed processing sled/ramdisk-01-os
49412026-08-20T07:16:13.952Z[ recovery-image] Aug 20 07:16:12.786 INFO image builder template: ramdisk-02-trim...
49422026-08-20T07:16:13.952Z[ recovery-image] Aug 20 07:16:12.786 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/.tmp47yeOs/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
49432026-08-20T07:16:13.970Z[ recovery-image] Aug 20 07:16:12.805 INFO O| Aug 20 07:16:12.805 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49442026-08-20T07:16:13.974Z[ recovery-image] Aug 20 07:16:12.808 INFO O| Aug 20 07:16:12.808 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49452026-08-20T07:16:14.016Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49462026-08-20T07:16:14.090Z[ recovery-image] Aug 20 07:16:12.925 INFO O| Aug 20 07:16:12.925 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49472026-08-20T07:16:14.180Z[ recovery-image] Aug 20 07:16:13.015 INFO O| Aug 20 07:16:13.015 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49482026-08-20T07:16:14.180Z[ recovery-image] Aug 20 07:16:13.015 INFO O| Aug 20 07:16:13.015 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49492026-08-20T07:16:14.184Z[ recovery-image] Aug 20 07:16:13.020 INFO O| Aug 20 07:16:13.020 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49502026-08-20T07:16:14.188Z[ recovery-image] Aug 20 07:16:13.023 INFO O| Aug 20 07:16:13.023 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49512026-08-20T07:16:14.192Z[ recovery-image] Aug 20 07:16:13.027 INFO O| Aug 20 07:16:13.027 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49522026-08-20T07:16:14.217Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49532026-08-20T07:16:14.310Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49542026-08-20T07:16:14.334Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49552026-08-20T07:16:14.487Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49562026-08-20T07:16:14.594Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49572026-08-20T07:16:14.628Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49582026-08-20T07:16:14.697Z[verify-libraries] Compiling blowfish v0.10.0
49592026-08-20T07:16:14.768Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49602026-08-20T07:16:14.864Z[ recovery-image] Aug 20 07:16:13.699 INFO O| Aug 20 07:16:13.699 INFO rolled back to input snapshot; work may begin
49612026-08-20T07:16:14.864Z[ recovery-image] Aug 20 07:16:13.699 INFO O| Aug 20 07:16:13.699 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49622026-08-20T07:16:14.871Z[ recovery-image] Aug 20 07:16:13.706 INFO O| Aug 20 07:16:13.706 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49632026-08-20T07:16:14.880Z[ recovery-image] Aug 20 07:16:13.715 INFO O| Aug 20 07:16:13.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49642026-08-20T07:16:14.889Z[verify-libraries] Compiling petname v2.0.2
49652026-08-20T07:16:14.926Z[ recovery-image] Aug 20 07:16:13.761 INFO O| Aug 20 07:16:13.761 INFO STEP 0 (remove_files) COMPLETE
49662026-08-20T07:16:14.926Z[ recovery-image] Aug 20 07:16:13.761 INFO O| Aug 20 07:16:13.761 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49672026-08-20T07:16:14.937Z[ recovery-image] Aug 20 07:16:13.773 INFO O| Aug 20 07:16:13.773 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49682026-08-20T07:16:14.942Z[ recovery-image] Aug 20 07:16:13.774 INFO O| Aug 20 07:16:13.774 INFO STEP 1 (remove_files) COMPLETE
49692026-08-20T07:16:14.942Z[ recovery-image] Aug 20 07:16:13.774 INFO O| Aug 20 07:16:13.774 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49702026-08-20T07:16:14.948Z[verify-libraries] Compiling constant_time_eq v0.4.2
49712026-08-20T07:16:14.952Z[ recovery-image] Aug 20 07:16:13.784 INFO O| Aug 20 07:16:13.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49722026-08-20T07:16:14.973Z[ recovery-image] Aug 20 07:16:13.806 INFO O| Aug 20 07:16:13.806 INFO STEP 2 (remove_files) COMPLETE
49732026-08-20T07:16:14.973Z[ recovery-image] Aug 20 07:16:13.806 INFO O| Aug 20 07:16:13.806 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49742026-08-20T07:16:14.981Z[ recovery-image] Aug 20 07:16:13.817 INFO O| Aug 20 07:16:13.817 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49752026-08-20T07:16:14.985Z[ recovery-image] Aug 20 07:16:13.818 INFO O| Aug 20 07:16:13.818 INFO STEP 3 (remove_files) COMPLETE
49762026-08-20T07:16:14.985Z[ recovery-image] Aug 20 07:16:13.818 INFO O| Aug 20 07:16:13.818 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49772026-08-20T07:16:14.992Z[ recovery-image] Aug 20 07:16:13.827 INFO O| Aug 20 07:16:13.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49782026-08-20T07:16:14.996Z[ recovery-image] Aug 20 07:16:13.831 INFO O| Aug 20 07:16:13.831 INFO STEP 4 (remove_files) COMPLETE
49792026-08-20T07:16:14.996Z[ recovery-image] Aug 20 07:16:13.831 INFO O| Aug 20 07:16:13.831 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49802026-08-20T07:16:15.006Z[ recovery-image] Aug 20 07:16:13.841 INFO O| Aug 20 07:16:13.841 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49812026-08-20T07:16:15.006Z[ recovery-image] Aug 20 07:16:13.841 INFO O| Aug 20 07:16:13.841 INFO STEP 5 (remove_files) COMPLETE
49822026-08-20T07:16:15.009Z[ recovery-image] Aug 20 07:16:13.841 INFO O| Aug 20 07:16:13.841 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-20T07:16:15.015Z[ recovery-image] Aug 20 07:16:13.850 INFO O| Aug 20 07:16:13.850 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49842026-08-20T07:16:15.028Z[ recovery-image] Aug 20 07:16:13.863 INFO O| Aug 20 07:16:13.863 INFO STEP 6 (remove_files) COMPLETE
49852026-08-20T07:16:15.028Z[ recovery-image] Aug 20 07:16:13.863 INFO O| Aug 20 07:16:13.863 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49862026-08-20T07:16:15.031Z[ recovery-image] Aug 20 07:16:13.863 INFO O| Aug 20 07:16:13.863 INFO skip step because feature "heliosv2" is not enabled
49872026-08-20T07:16:15.031Z[ recovery-image] Aug 20 07:16:13.863 INFO O| Aug 20 07:16:13.863 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-08-20T07:16:15.031Z[ recovery-image] Aug 20 07:16:13.863 INFO O| Aug 20 07:16:13.863 INFO skip step because feature "recovery" is enabled
49892026-08-20T07:16:15.031Z[ recovery-image] Aug 20 07:16:13.863 INFO O| Aug 20 07:16:13.863 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-20T07:16:15.031Z[ recovery-image] Aug 20 07:16:13.863 INFO O| Aug 20 07:16:13.863 INFO skip step because feature "recovery" is enabled
49912026-08-20T07:16:15.031Z[ recovery-image] Aug 20 07:16:13.863 INFO O| Aug 20 07:16:13.863 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-08-20T07:16:15.031Z[ recovery-image] Aug 20 07:16:13.863 INFO O| Aug 20 07:16:13.863 INFO skip step because feature "recovery" is enabled
49932026-08-20T07:16:15.031Z[ recovery-image] Aug 20 07:16:13.863 INFO O| Aug 20 07:16:13.863 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-20T07:16:15.034Z[verify-libraries] Compiling arrayvec v0.7.6
49952026-08-20T07:16:15.038Z[ recovery-image] Aug 20 07:16:13.872 INFO O| Aug 20 07:16:13.872 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49962026-08-20T07:16:15.041Z[ recovery-image] Aug 20 07:16:13.875 INFO O| Aug 20 07:16:13.875 INFO STEP 11 (remove_files) COMPLETE
49972026-08-20T07:16:15.041Z[ recovery-image] Aug 20 07:16:13.875 INFO O| Aug 20 07:16:13.875 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-08-20T07:16:15.048Z[ recovery-image] Aug 20 07:16:13.884 INFO O| Aug 20 07:16:13.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49992026-08-20T07:16:15.052Z[ recovery-image] Aug 20 07:16:13.884 INFO O| Aug 20 07:16:13.884 INFO STEP 12 (remove_files) COMPLETE
50002026-08-20T07:16:15.052Z[ recovery-image] Aug 20 07:16:13.884 INFO O| Aug 20 07:16:13.884 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-20T07:16:15.060Z[ recovery-image] Aug 20 07:16:13.895 INFO O| Aug 20 07:16:13.895 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50022026-08-20T07:16:15.064Z[ recovery-image] Aug 20 07:16:13.897 INFO O| Aug 20 07:16:13.897 INFO STEP 13 (remove_files) COMPLETE
50032026-08-20T07:16:15.064Z[ recovery-image] Aug 20 07:16:13.897 INFO O| Aug 20 07:16:13.897 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50042026-08-20T07:16:15.069Z[verify-libraries] Compiling arrayref v0.3.9
50052026-08-20T07:16:15.165Z[ recovery-image] Aug 20 07:16:14.000 INFO O| Aug 20 07:16:14.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50062026-08-20T07:16:15.172Z[ recovery-image] Aug 20 07:16:14.007 INFO O| Aug 20 07:16:14.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50072026-08-20T07:16:15.220Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
50082026-08-20T07:16:15.226Z[ recovery-image] Aug 20 07:16:14.061 INFO O| Aug 20 07:16:14.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50092026-08-20T07:16:15.226Z[ recovery-image] Aug 20 07:16:14.061 INFO O| Aug 20 07:16:14.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50102026-08-20T07:16:15.232Z[ recovery-image] Aug 20 07:16:14.062 INFO O| Aug 20 07:16:14.062 INFO STEP 14 (remove_files) COMPLETE
50112026-08-20T07:16:15.232Z[ recovery-image] Aug 20 07:16:14.062 INFO O| Aug 20 07:16:14.062 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-20T07:16:15.239Z[ recovery-image] Aug 20 07:16:14.074 INFO O| Aug 20 07:16:14.074 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50132026-08-20T07:16:15.242Z[ recovery-image] Aug 20 07:16:14.076 INFO O| Aug 20 07:16:14.075 INFO STEP 15 (remove_files) COMPLETE
50142026-08-20T07:16:15.242Z[ recovery-image] Aug 20 07:16:14.076 INFO O| Aug 20 07:16:14.075 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-20T07:16:15.250Z[ recovery-image] Aug 20 07:16:14.086 INFO O| Aug 20 07:16:14.086 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50162026-08-20T07:16:15.256Z[ recovery-image] Aug 20 07:16:14.092 INFO O| Aug 20 07:16:14.092 INFO STEP 16 (remove_files) COMPLETE
50172026-08-20T07:16:15.256Z[ recovery-image] Aug 20 07:16:14.092 INFO O| Aug 20 07:16:14.092 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-20T07:16:15.266Z[ recovery-image] Aug 20 07:16:14.101 INFO O| Aug 20 07:16:14.101 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50192026-08-20T07:16:15.269Z[ recovery-image] Aug 20 07:16:14.101 INFO O| Aug 20 07:16:14.101 INFO STEP 17 (remove_files) COMPLETE
50202026-08-20T07:16:15.269Z[ recovery-image] Aug 20 07:16:14.101 INFO O| Aug 20 07:16:14.101 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-20T07:16:15.276Z[ recovery-image] Aug 20 07:16:14.111 INFO O| Aug 20 07:16:14.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50222026-08-20T07:16:15.279Z[ recovery-image] Aug 20 07:16:14.112 INFO O| Aug 20 07:16:14.112 INFO STEP 18 (remove_files) COMPLETE
50232026-08-20T07:16:15.279Z[ recovery-image] Aug 20 07:16:14.112 INFO O| Aug 20 07:16:14.112 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-20T07:16:15.285Z[ recovery-image] Aug 20 07:16:14.120 INFO O| Aug 20 07:16:14.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50252026-08-20T07:16:15.285Z[ recovery-image] Aug 20 07:16:14.120 INFO O| Aug 20 07:16:14.120 INFO STEP 19 (remove_files) COMPLETE
50262026-08-20T07:16:15.285Z[ recovery-image] Aug 20 07:16:14.120 INFO O| Aug 20 07:16:14.120 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-20T07:16:15.294Z[ recovery-image] Aug 20 07:16:14.129 INFO O| Aug 20 07:16:14.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50282026-08-20T07:16:15.294Z[ recovery-image] Aug 20 07:16:14.129 INFO O| Aug 20 07:16:14.129 INFO STEP 20 (remove_files) COMPLETE
50292026-08-20T07:16:15.294Z[ recovery-image] Aug 20 07:16:14.129 INFO O| Aug 20 07:16:14.129 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-20T07:16:15.306Z[ recovery-image] Aug 20 07:16:14.138 INFO O| Aug 20 07:16:14.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50312026-08-20T07:16:15.306Z[ recovery-image] Aug 20 07:16:14.138 INFO O| Aug 20 07:16:14.138 INFO STEP 21 (remove_files) COMPLETE
50322026-08-20T07:16:15.306Z[ recovery-image] Aug 20 07:16:14.138 INFO O| Aug 20 07:16:14.138 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-20T07:16:15.312Z[ recovery-image] Aug 20 07:16:14.147 INFO O| Aug 20 07:16:14.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50342026-08-20T07:16:15.315Z[ recovery-image] Aug 20 07:16:14.147 INFO O| Aug 20 07:16:14.147 INFO STEP 22 (remove_files) COMPLETE
50352026-08-20T07:16:15.315Z[ recovery-image] Aug 20 07:16:14.147 INFO O| Aug 20 07:16:14.147 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-20T07:16:15.322Z[ recovery-image] Aug 20 07:16:14.156 INFO O| Aug 20 07:16:14.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50372026-08-20T07:16:15.322Z[ recovery-image] Aug 20 07:16:14.156 INFO O| Aug 20 07:16:14.156 INFO STEP 23 (remove_files) COMPLETE
50382026-08-20T07:16:15.322Z[ recovery-image] Aug 20 07:16:14.156 INFO O| Aug 20 07:16:14.156 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-20T07:16:15.330Z[ recovery-image] Aug 20 07:16:14.165 INFO O| Aug 20 07:16:14.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50402026-08-20T07:16:15.330Z[ recovery-image] Aug 20 07:16:14.165 INFO O| Aug 20 07:16:14.165 INFO STEP 24 (remove_files) COMPLETE
50412026-08-20T07:16:15.330Z[ recovery-image] Aug 20 07:16:14.165 INFO O| Aug 20 07:16:14.165 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-20T07:16:15.338Z[ recovery-image] Aug 20 07:16:14.173 INFO O| Aug 20 07:16:14.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50432026-08-20T07:16:15.338Z[ recovery-image] Aug 20 07:16:14.173 INFO O| Aug 20 07:16:14.173 INFO STEP 25 (remove_files) COMPLETE
50442026-08-20T07:16:15.338Z[ recovery-image] Aug 20 07:16:14.173 INFO O| Aug 20 07:16:14.173 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-20T07:16:15.346Z[ recovery-image] Aug 20 07:16:14.182 INFO O| Aug 20 07:16:14.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50462026-08-20T07:16:15.346Z[ recovery-image] Aug 20 07:16:14.182 INFO O| Aug 20 07:16:14.182 INFO STEP 26 (remove_files) COMPLETE
50472026-08-20T07:16:15.346Z[ recovery-image] Aug 20 07:16:14.182 INFO O| Aug 20 07:16:14.182 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-20T07:16:15.355Z[ recovery-image] Aug 20 07:16:14.190 INFO O| Aug 20 07:16:14.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50492026-08-20T07:16:15.360Z[ recovery-image] Aug 20 07:16:14.190 INFO O| Aug 20 07:16:14.190 INFO STEP 27 (remove_files) COMPLETE
50502026-08-20T07:16:15.360Z[ recovery-image] Aug 20 07:16:14.190 INFO O| Aug 20 07:16:14.190 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-20T07:16:15.365Z[ recovery-image] Aug 20 07:16:14.200 INFO O| Aug 20 07:16:14.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50522026-08-20T07:16:15.365Z[ recovery-image] Aug 20 07:16:14.200 INFO O| Aug 20 07:16:14.200 INFO STEP 28 (remove_files) COMPLETE
50532026-08-20T07:16:15.365Z[ recovery-image] Aug 20 07:16:14.200 INFO O| Aug 20 07:16:14.200 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-20T07:16:15.372Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
50552026-08-20T07:16:15.375Z[ recovery-image] Aug 20 07:16:14.208 INFO O| Aug 20 07:16:14.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50562026-08-20T07:16:15.375Z[ recovery-image] Aug 20 07:16:14.209 INFO O| Aug 20 07:16:14.208 INFO STEP 29 (remove_files) COMPLETE
50572026-08-20T07:16:15.375Z[ recovery-image] Aug 20 07:16:14.209 INFO O| Aug 20 07:16:14.208 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-20T07:16:15.382Z[ recovery-image] Aug 20 07:16:14.218 INFO O| Aug 20 07:16:14.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50592026-08-20T07:16:15.383Z[ recovery-image] Aug 20 07:16:14.218 INFO O| Aug 20 07:16:14.218 INFO STEP 30 (remove_files) COMPLETE
50602026-08-20T07:16:15.386Z[ recovery-image] Aug 20 07:16:14.218 INFO O| Aug 20 07:16:14.218 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-20T07:16:15.392Z[ recovery-image] Aug 20 07:16:14.227 INFO O| Aug 20 07:16:14.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50622026-08-20T07:16:15.392Z[ recovery-image] Aug 20 07:16:14.227 INFO O| Aug 20 07:16:14.227 INFO STEP 31 (remove_files) COMPLETE
50632026-08-20T07:16:15.395Z[ recovery-image] Aug 20 07:16:14.227 INFO O| Aug 20 07:16:14.227 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-20T07:16:15.402Z[ recovery-image] Aug 20 07:16:14.237 INFO O| Aug 20 07:16:14.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50652026-08-20T07:16:15.402Z[ recovery-image] Aug 20 07:16:14.237 INFO O| Aug 20 07:16:14.237 INFO STEP 32 (remove_files) COMPLETE
50662026-08-20T07:16:15.402Z[ recovery-image] Aug 20 07:16:14.237 INFO O| Aug 20 07:16:14.237 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-20T07:16:15.412Z[ recovery-image] Aug 20 07:16:14.247 INFO O| Aug 20 07:16:14.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50682026-08-20T07:16:15.412Z[ recovery-image] Aug 20 07:16:14.247 INFO O| Aug 20 07:16:14.247 INFO STEP 33 (remove_files) COMPLETE
50692026-08-20T07:16:15.412Z[ recovery-image] Aug 20 07:16:14.247 INFO O| Aug 20 07:16:14.247 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-20T07:16:15.421Z[ recovery-image] Aug 20 07:16:14.257 INFO O| Aug 20 07:16:14.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50712026-08-20T07:16:15.421Z[ recovery-image] Aug 20 07:16:14.257 INFO O| Aug 20 07:16:14.257 INFO STEP 34 (remove_files) COMPLETE
50722026-08-20T07:16:15.422Z[ recovery-image] Aug 20 07:16:14.257 INFO O| Aug 20 07:16:14.257 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-20T07:16:15.429Z[ recovery-image] Aug 20 07:16:14.265 INFO O| Aug 20 07:16:14.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50742026-08-20T07:16:15.429Z[ recovery-image] Aug 20 07:16:14.265 INFO O| Aug 20 07:16:14.265 INFO STEP 35 (remove_files) COMPLETE
50752026-08-20T07:16:15.429Z[ recovery-image] Aug 20 07:16:14.265 INFO O| Aug 20 07:16:14.265 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-20T07:16:15.438Z[ recovery-image] Aug 20 07:16:14.274 INFO O| Aug 20 07:16:14.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50772026-08-20T07:16:15.438Z[ recovery-image] Aug 20 07:16:14.274 INFO O| Aug 20 07:16:14.274 INFO STEP 36 (remove_files) COMPLETE
50782026-08-20T07:16:15.438Z[ recovery-image] Aug 20 07:16:14.274 INFO O| Aug 20 07:16:14.274 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-20T07:16:15.447Z[ recovery-image] Aug 20 07:16:14.282 INFO O| Aug 20 07:16:14.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50802026-08-20T07:16:15.447Z[ recovery-image] Aug 20 07:16:14.282 INFO O| Aug 20 07:16:14.282 INFO STEP 37 (remove_files) COMPLETE
50812026-08-20T07:16:15.450Z[ recovery-image] Aug 20 07:16:14.282 INFO O| Aug 20 07:16:14.282 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-20T07:16:15.456Z[ recovery-image] Aug 20 07:16:14.291 INFO O| Aug 20 07:16:14.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50832026-08-20T07:16:15.459Z[ recovery-image] Aug 20 07:16:14.291 INFO O| Aug 20 07:16:14.291 INFO STEP 38 (remove_files) COMPLETE
50842026-08-20T07:16:15.459Z[ recovery-image] Aug 20 07:16:14.291 INFO O| Aug 20 07:16:14.291 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-20T07:16:15.464Z[ recovery-image] Aug 20 07:16:14.299 INFO O| Aug 20 07:16:14.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50862026-08-20T07:16:15.464Z[ recovery-image] Aug 20 07:16:14.299 INFO O| Aug 20 07:16:14.299 INFO STEP 39 (remove_files) COMPLETE
50872026-08-20T07:16:15.464Z[ recovery-image] Aug 20 07:16:14.299 INFO O| Aug 20 07:16:14.299 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-20T07:16:15.472Z[ recovery-image] Aug 20 07:16:14.307 INFO O| Aug 20 07:16:14.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50892026-08-20T07:16:15.472Z[ recovery-image] Aug 20 07:16:14.307 INFO O| Aug 20 07:16:14.307 INFO STEP 40 (remove_files) COMPLETE
50902026-08-20T07:16:15.475Z[ recovery-image] Aug 20 07:16:14.307 INFO O| Aug 20 07:16:14.307 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-20T07:16:15.481Z[ recovery-image] Aug 20 07:16:14.315 INFO O| Aug 20 07:16:14.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50922026-08-20T07:16:15.481Z[ recovery-image] Aug 20 07:16:14.316 INFO O| Aug 20 07:16:14.316 INFO STEP 41 (remove_files) COMPLETE
50932026-08-20T07:16:15.485Z[ recovery-image] Aug 20 07:16:14.316 INFO O| Aug 20 07:16:14.316 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-08-20T07:16:15.489Z[ recovery-image] Aug 20 07:16:14.324 INFO O| Aug 20 07:16:14.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50952026-08-20T07:16:15.489Z[ recovery-image] Aug 20 07:16:14.324 INFO O| Aug 20 07:16:14.324 INFO STEP 42 (remove_files) COMPLETE
50962026-08-20T07:16:15.495Z[ recovery-image] Aug 20 07:16:14.324 INFO O| Aug 20 07:16:14.324 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-08-20T07:16:15.498Z[ recovery-image] Aug 20 07:16:14.332 INFO O| Aug 20 07:16:14.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50982026-08-20T07:16:15.499Z[ recovery-image] Aug 20 07:16:14.332 INFO O| Aug 20 07:16:14.332 INFO STEP 43 (remove_files) COMPLETE
50992026-08-20T07:16:15.499Z[ recovery-image] Aug 20 07:16:14.332 INFO O| Aug 20 07:16:14.332 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-08-20T07:16:15.506Z[ recovery-image] Aug 20 07:16:14.341 INFO O| Aug 20 07:16:14.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51012026-08-20T07:16:15.506Z[ recovery-image] Aug 20 07:16:14.341 INFO O| Aug 20 07:16:14.341 INFO STEP 44 (remove_files) COMPLETE
51022026-08-20T07:16:15.509Z[ recovery-image] Aug 20 07:16:14.341 INFO O| Aug 20 07:16:14.341 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-20T07:16:15.516Z[ recovery-image] Aug 20 07:16:14.351 INFO O| Aug 20 07:16:14.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51042026-08-20T07:16:15.516Z[ recovery-image] Aug 20 07:16:14.351 INFO O| Aug 20 07:16:14.351 INFO STEP 45 (remove_files) COMPLETE
51052026-08-20T07:16:15.516Z[ recovery-image] Aug 20 07:16:14.351 INFO O| Aug 20 07:16:14.351 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-20T07:16:15.524Z[ recovery-image] Aug 20 07:16:14.359 INFO O| Aug 20 07:16:14.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51072026-08-20T07:16:15.524Z[ recovery-image] Aug 20 07:16:14.359 INFO O| Aug 20 07:16:14.359 INFO STEP 46 (remove_files) COMPLETE
51082026-08-20T07:16:15.527Z[ recovery-image] Aug 20 07:16:14.359 INFO O| Aug 20 07:16:14.359 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-20T07:16:15.532Z[ recovery-image] Aug 20 07:16:14.367 INFO O| Aug 20 07:16:14.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51102026-08-20T07:16:15.532Z[ recovery-image] Aug 20 07:16:14.367 INFO O| Aug 20 07:16:14.367 INFO STEP 47 (remove_files) COMPLETE
51112026-08-20T07:16:15.535Z[ recovery-image] Aug 20 07:16:14.367 INFO O| Aug 20 07:16:14.367 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-20T07:16:15.540Z[ recovery-image] Aug 20 07:16:14.375 INFO O| Aug 20 07:16:14.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51132026-08-20T07:16:15.540Z[ recovery-image] Aug 20 07:16:14.375 INFO O| Aug 20 07:16:14.375 INFO STEP 48 (remove_files) COMPLETE
51142026-08-20T07:16:15.540Z[ recovery-image] Aug 20 07:16:14.375 INFO O| Aug 20 07:16:14.375 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-20T07:16:15.543Z[verify-libraries] Compiling rsa v0.10.0-rc.18
51162026-08-20T07:16:15.543Z[verify-libraries] Compiling ssh-cipher v0.3.0
51172026-08-20T07:16:15.548Z[ recovery-image] Aug 20 07:16:14.383 INFO O| Aug 20 07:16:14.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51182026-08-20T07:16:15.548Z[ recovery-image] Aug 20 07:16:14.383 INFO O| Aug 20 07:16:14.383 INFO STEP 49 (remove_files) COMPLETE
51192026-08-20T07:16:15.552Z[ recovery-image] Aug 20 07:16:14.383 INFO O| Aug 20 07:16:14.383 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-20T07:16:15.558Z[ recovery-image] Aug 20 07:16:14.393 INFO O| Aug 20 07:16:14.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51212026-08-20T07:16:15.558Z[ recovery-image] Aug 20 07:16:14.393 INFO O| Aug 20 07:16:14.393 INFO STEP 50 (remove_files) COMPLETE
51222026-08-20T07:16:15.564Z[ recovery-image] Aug 20 07:16:14.393 INFO O| Aug 20 07:16:14.393 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-20T07:16:15.568Z[ recovery-image] Aug 20 07:16:14.404 INFO O| Aug 20 07:16:14.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51242026-08-20T07:16:15.568Z[ recovery-image] Aug 20 07:16:14.404 INFO O| Aug 20 07:16:14.404 INFO STEP 51 (remove_files) COMPLETE
51252026-08-20T07:16:15.568Z[ recovery-image] Aug 20 07:16:14.404 INFO O| Aug 20 07:16:14.404 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-20T07:16:15.579Z[ recovery-image] Aug 20 07:16:14.414 INFO O| Aug 20 07:16:14.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51272026-08-20T07:16:15.579Z[ recovery-image] Aug 20 07:16:14.414 INFO O| Aug 20 07:16:14.414 INFO STEP 52 (remove_files) COMPLETE
51282026-08-20T07:16:15.582Z[ recovery-image] Aug 20 07:16:14.414 INFO O| Aug 20 07:16:14.414 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-20T07:16:15.589Z[ recovery-image] Aug 20 07:16:14.424 INFO O| Aug 20 07:16:14.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51302026-08-20T07:16:15.589Z[ recovery-image] Aug 20 07:16:14.424 INFO O| Aug 20 07:16:14.424 INFO STEP 53 (remove_files) COMPLETE
51312026-08-20T07:16:15.592Z[ recovery-image] Aug 20 07:16:14.424 INFO O| Aug 20 07:16:14.424 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-20T07:16:15.599Z[ recovery-image] Aug 20 07:16:14.435 INFO O| Aug 20 07:16:14.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51332026-08-20T07:16:15.599Z[ recovery-image] Aug 20 07:16:14.435 INFO O| Aug 20 07:16:14.435 INFO STEP 54 (remove_files) COMPLETE
51342026-08-20T07:16:15.603Z[ recovery-image] Aug 20 07:16:14.435 INFO O| Aug 20 07:16:14.435 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-20T07:16:15.609Z[ recovery-image] Aug 20 07:16:14.445 INFO O| Aug 20 07:16:14.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51362026-08-20T07:16:15.609Z[ recovery-image] Aug 20 07:16:14.445 INFO O| Aug 20 07:16:14.445 INFO STEP 55 (remove_files) COMPLETE
51372026-08-20T07:16:15.612Z[ recovery-image] Aug 20 07:16:14.445 INFO O| Aug 20 07:16:14.445 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-20T07:16:15.620Z[ recovery-image] Aug 20 07:16:14.453 INFO O| Aug 20 07:16:14.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51392026-08-20T07:16:15.620Z[ recovery-image] Aug 20 07:16:14.453 INFO O| Aug 20 07:16:14.453 INFO STEP 56 (remove_files) COMPLETE
51402026-08-20T07:16:15.623Z[ recovery-image] Aug 20 07:16:14.453 INFO O| Aug 20 07:16:14.453 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-08-20T07:16:15.630Z[ recovery-image] Aug 20 07:16:14.464 INFO O| Aug 20 07:16:14.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51422026-08-20T07:16:15.630Z[ recovery-image] Aug 20 07:16:14.464 INFO O| Aug 20 07:16:14.464 INFO STEP 57 (remove_files) COMPLETE
51432026-08-20T07:16:15.634Z[ recovery-image] Aug 20 07:16:14.464 INFO O| Aug 20 07:16:14.464 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-20T07:16:15.637Z[ recovery-image] Aug 20 07:16:14.473 INFO O| Aug 20 07:16:14.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51452026-08-20T07:16:15.638Z[ recovery-image] Aug 20 07:16:14.473 INFO O| Aug 20 07:16:14.473 INFO STEP 58 (remove_files) COMPLETE
51462026-08-20T07:16:15.641Z[ recovery-image] Aug 20 07:16:14.473 INFO O| Aug 20 07:16:14.473 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-20T07:16:15.646Z[ recovery-image] Aug 20 07:16:14.481 INFO O| Aug 20 07:16:14.481 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51482026-08-20T07:16:15.646Z[ recovery-image] Aug 20 07:16:14.481 INFO O| Aug 20 07:16:14.481 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51492026-08-20T07:16:15.646Z[ recovery-image] Aug 20 07:16:14.481 INFO O| Aug 20 07:16:14.481 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51502026-08-20T07:16:15.650Z[ recovery-image] Aug 20 07:16:14.481 INFO O| Aug 20 07:16:14.481 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51512026-08-20T07:16:15.650Z[ recovery-image] Aug 20 07:16:14.482 INFO O| Aug 20 07:16:14.481 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51522026-08-20T07:16:15.650Z[ recovery-image] Aug 20 07:16:14.482 INFO O| Aug 20 07:16:14.482 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51532026-08-20T07:16:15.650Z[ recovery-image] Aug 20 07:16:14.482 INFO O| Aug 20 07:16:14.482 INFO ok!
51542026-08-20T07:16:15.650Z[ recovery-image] Aug 20 07:16:14.482 INFO O| Aug 20 07:16:14.482 INFO STEP 59 (ensure_file) COMPLETE
51552026-08-20T07:16:15.650Z[ recovery-image] Aug 20 07:16:14.482 INFO O| Aug 20 07:16:14.482 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-20T07:16:15.665Z[ recovery-image] Aug 20 07:16:14.492 INFO O| Aug 20 07:16:14.492 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51572026-08-20T07:16:15.666Z[ recovery-image] Aug 20 07:16:14.492 INFO O| Aug 20 07:16:14.492 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51582026-08-20T07:16:15.666Z[ recovery-image] Aug 20 07:16:14.492 INFO O| Aug 20 07:16:14.492 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51592026-08-20T07:16:15.669Z[ recovery-image] Aug 20 07:16:14.492 INFO O| Aug 20 07:16:14.492 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51602026-08-20T07:16:15.669Z[ recovery-image] Aug 20 07:16:14.492 INFO O| Aug 20 07:16:14.492 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51612026-08-20T07:16:15.669Z[ recovery-image] Aug 20 07:16:14.492 INFO O| Aug 20 07:16:14.492 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51622026-08-20T07:16:15.669Z[ recovery-image] Aug 20 07:16:14.492 INFO O| Aug 20 07:16:14.492 INFO ok!
51632026-08-20T07:16:15.669Z[ recovery-image] Aug 20 07:16:14.492 INFO O| Aug 20 07:16:14.492 INFO STEP 60 (ensure_file) COMPLETE
51642026-08-20T07:16:15.669Z[ recovery-image] Aug 20 07:16:14.492 INFO O| Aug 20 07:16:14.492 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-20T07:16:15.671Z[ recovery-image] Aug 20 07:16:14.501 INFO O| Aug 20 07:16:14.501 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51662026-08-20T07:16:15.671Z[ recovery-image] Aug 20 07:16:14.501 INFO O| Aug 20 07:16:14.501 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51672026-08-20T07:16:15.671Z[ recovery-image] Aug 20 07:16:14.501 INFO O| Aug 20 07:16:14.501 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51682026-08-20T07:16:15.671Z[ recovery-image] Aug 20 07:16:14.501 INFO O| Aug 20 07:16:14.501 INFO ok!
51692026-08-20T07:16:15.671Z[ recovery-image] Aug 20 07:16:14.501 INFO O| Aug 20 07:16:14.501 INFO STEP 61 (ensure_file) COMPLETE
51702026-08-20T07:16:15.671Z[ recovery-image] Aug 20 07:16:14.501 INFO O| Aug 20 07:16:14.501 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-20T07:16:15.675Z[ recovery-image] Aug 20 07:16:14.510 INFO O| Aug 20 07:16:14.510 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51722026-08-20T07:16:15.675Z[ recovery-image] Aug 20 07:16:14.510 INFO O| Aug 20 07:16:14.510 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51732026-08-20T07:16:15.675Z[ recovery-image] Aug 20 07:16:14.510 INFO O| Aug 20 07:16:14.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51742026-08-20T07:16:15.675Z[ recovery-image] Aug 20 07:16:14.510 INFO O| Aug 20 07:16:14.510 INFO ok!
51752026-08-20T07:16:15.675Z[ recovery-image] Aug 20 07:16:14.510 INFO O| Aug 20 07:16:14.510 INFO STEP 62 (ensure_file) COMPLETE
51762026-08-20T07:16:15.679Z[ recovery-image] Aug 20 07:16:14.510 INFO O| Aug 20 07:16:14.510 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-20T07:16:15.685Z[ recovery-image] Aug 20 07:16:14.520 INFO O| Aug 20 07:16:14.520 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51782026-08-20T07:16:15.685Z[ recovery-image] Aug 20 07:16:14.520 INFO O| Aug 20 07:16:14.520 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51792026-08-20T07:16:15.685Z[ recovery-image] Aug 20 07:16:14.520 INFO O| Aug 20 07:16:14.520 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51802026-08-20T07:16:15.689Z[ recovery-image] Aug 20 07:16:14.520 INFO O| Aug 20 07:16:14.520 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51812026-08-20T07:16:15.689Z[ recovery-image] Aug 20 07:16:14.520 INFO O| Aug 20 07:16:14.520 INFO ok!
51822026-08-20T07:16:15.689Z[ recovery-image] Aug 20 07:16:14.520 INFO O| Aug 20 07:16:14.520 INFO STEP 63 (ensure_file) COMPLETE
51832026-08-20T07:16:15.689Z[ recovery-image] Aug 20 07:16:14.520 INFO O| Aug 20 07:16:14.520 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-20T07:16:15.695Z[ recovery-image] Aug 20 07:16:14.530 INFO O| Aug 20 07:16:14.530 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51852026-08-20T07:16:15.695Z[ recovery-image] Aug 20 07:16:14.530 INFO O| Aug 20 07:16:14.530 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51862026-08-20T07:16:15.698Z[ recovery-image] Aug 20 07:16:14.530 INFO O| Aug 20 07:16:14.530 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51872026-08-20T07:16:15.698Z[ recovery-image] Aug 20 07:16:14.530 INFO O| Aug 20 07:16:14.530 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51882026-08-20T07:16:15.698Z[ recovery-image] Aug 20 07:16:14.530 INFO O| Aug 20 07:16:14.530 INFO ok!
51892026-08-20T07:16:15.698Z[ recovery-image] Aug 20 07:16:14.530 INFO O| Aug 20 07:16:14.530 INFO STEP 64 (ensure_file) COMPLETE
51902026-08-20T07:16:15.698Z[ recovery-image] Aug 20 07:16:14.530 INFO O| Aug 20 07:16:14.530 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-20T07:16:15.703Z[ recovery-image] Aug 20 07:16:14.539 INFO O| Aug 20 07:16:14.539 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51922026-08-20T07:16:15.703Z[ recovery-image] Aug 20 07:16:14.539 INFO O| Aug 20 07:16:14.539 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51932026-08-20T07:16:15.706Z[ recovery-image] Aug 20 07:16:14.539 INFO O| Aug 20 07:16:14.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51942026-08-20T07:16:15.706Z[ recovery-image] Aug 20 07:16:14.539 INFO O| Aug 20 07:16:14.539 INFO ok!
51952026-08-20T07:16:15.707Z[ recovery-image] Aug 20 07:16:14.539 INFO O| Aug 20 07:16:14.539 INFO STEP 65 (assemble_files) COMPLETE
51962026-08-20T07:16:15.707Z[ recovery-image] Aug 20 07:16:14.539 INFO O| Aug 20 07:16:14.539 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-20T07:16:15.713Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51982026-08-20T07:16:15.713Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51992026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52002026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52012026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO ok!
52022026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO STEP 66 (ensure_file) COMPLETE
52032026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO skip step because feature "omicron1" is not enabled
52052026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO skip step because feature "omicron1" is not enabled
52072026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO skip step because feature "omicron1" is not enabled
52092026-08-20T07:16:15.716Z[ recovery-image] Aug 20 07:16:14.548 INFO O| Aug 20 07:16:14.548 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-08-20T07:16:15.727Z[ recovery-image] Aug 20 07:16:14.562 INFO O| Aug 20 07:16:14.562 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52112026-08-20T07:16:15.727Z[ recovery-image] Aug 20 07:16:14.562 INFO O| Aug 20 07:16:14.562 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52122026-08-20T07:16:15.747Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52132026-08-20T07:16:15.790Z[verify-libraries] Compiling serde_with_macros v1.5.2
52142026-08-20T07:16:15.869Z[verify-libraries] Compiling sha3 v0.11.0
52152026-08-20T07:16:15.987Z[verify-libraries] Compiling p256 v0.14.0
52162026-08-20T07:16:16.209Z[verify-libraries] Compiling p384 v0.14.0
52172026-08-20T07:16:16.236Z[verify-libraries] Compiling p521 v0.14.0
52182026-08-20T07:16:16.318Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52192026-08-20T07:16:16.445Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52202026-08-20T07:16:16.581Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52212026-08-20T07:16:16.866Z[verify-libraries] Compiling twox-hash v2.1.2
52222026-08-20T07:16:16.918Z[verify-libraries] Compiling kem v0.3.0
52232026-08-20T07:16:17.052Z[ recovery-image] Aug 20 07:16:15.887 INFO O| Aug 20 07:16:15.887 INFO STEP 70 (pack_tar) COMPLETE
52242026-08-20T07:16:17.052Z[ recovery-image] Aug 20 07:16:15.887 INFO O| Aug 20 07:16:15.887 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52252026-08-20T07:16:17.056Z[ recovery-image] Aug 20 07:16:15.887 INFO O| Aug 20 07:16:15.887 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52262026-08-20T07:16:17.177Z[verify-libraries] Compiling module-lattice v0.2.3
52272026-08-20T07:16:17.200Z[verify-libraries] Compiling rtoolbox v0.0.3
52282026-08-20T07:16:17.292Z[verify-libraries] Compiling atty v0.2.14
52292026-08-20T07:16:17.448Z[verify-libraries] Compiling sponge-cursor v0.1.0
52302026-08-20T07:16:17.472Z[verify-libraries] Compiling topological-sort v0.2.2
52312026-08-20T07:16:17.493Z[verify-libraries] Compiling ml-kem v0.3.2
52322026-08-20T07:16:17.519Z[verify-libraries] Compiling rpassword v7.5.4
52332026-08-20T07:16:17.546Z[ recovery-image] Aug 20 07:16:16.381 INFO O| Aug 20 07:16:16.381 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52342026-08-20T07:16:17.620Z[verify-libraries] Compiling sha3 v0.12.0
52352026-08-20T07:16:17.670Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52362026-08-20T07:16:17.726Z[ recovery-image] Aug 20 07:16:16.561 INFO O| Aug 20 07:16:16.561 INFO completed processing sled/ramdisk-02-trim
52372026-08-20T07:16:17.730Z[ recovery-image] Aug 20 07:16:16.563 INFO image builder template: ramdisk-03-recovery-trim...
52382026-08-20T07:16:17.730Z[ recovery-image] Aug 20 07:16:16.563 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/.tmp47yeOs/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52392026-08-20T07:16:17.733Z[ recovery-image] Aug 20 07:16:16.568 INFO O| Aug 20 07:16:16.568 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52402026-08-20T07:16:17.769Z[verify-libraries] Compiling serde_with v1.14.0
52412026-08-20T07:16:17.807Z[ recovery-image] Aug 20 07:16:16.642 INFO O| Aug 20 07:16:16.641 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52422026-08-20T07:16:17.817Z[ recovery-image] Aug 20 07:16:16.645 INFO O| Aug 20 07:16:16.645 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52432026-08-20T07:16:17.911Z[ recovery-image] Aug 20 07:16:16.746 INFO O| Aug 20 07:16:16.746 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52442026-08-20T07:16:17.983Z[ recovery-image] Aug 20 07:16:16.818 INFO O| Aug 20 07:16:16.818 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52452026-08-20T07:16:17.984Z[ recovery-image] Aug 20 07:16:16.818 INFO O| Aug 20 07:16:16.818 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52462026-08-20T07:16:17.990Z[ recovery-image] Aug 20 07:16:16.825 INFO O| Aug 20 07:16:16.824 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52472026-08-20T07:16:17.993Z[ recovery-image] Aug 20 07:16:16.828 INFO O| Aug 20 07:16:16.828 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52482026-08-20T07:16:17.997Z[ recovery-image] Aug 20 07:16:16.833 INFO O| Aug 20 07:16:16.833 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52492026-08-20T07:16:18.255Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52502026-08-20T07:16:18.523Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52512026-08-20T07:16:18.557Z[ recovery-image] Aug 20 07:16:17.391 INFO O| Aug 20 07:16:17.391 INFO rolled back to input snapshot; work may begin
52522026-08-20T07:16:18.557Z[ recovery-image] Aug 20 07:16:17.391 INFO O| Aug 20 07:16:17.391 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52532026-08-20T07:16:18.561Z[ recovery-image] Aug 20 07:16:17.396 INFO O| Aug 20 07:16:17.396 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-08-20T07:16:18.571Z[ recovery-image] Aug 20 07:16:17.406 INFO O| Aug 20 07:16:17.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52552026-08-20T07:16:18.575Z[ recovery-image] Aug 20 07:16:17.410 INFO O| Aug 20 07:16:17.410 INFO STEP 0 (remove_files) COMPLETE
52562026-08-20T07:16:18.575Z[ recovery-image] Aug 20 07:16:17.410 INFO O| Aug 20 07:16:17.410 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-20T07:16:18.587Z[ recovery-image] Aug 20 07:16:17.420 INFO O| Aug 20 07:16:17.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52582026-08-20T07:16:18.587Z[ recovery-image] Aug 20 07:16:17.421 INFO O| Aug 20 07:16:17.421 INFO STEP 1 (remove_files) COMPLETE
52592026-08-20T07:16:18.591Z[ recovery-image] Aug 20 07:16:17.421 INFO O| Aug 20 07:16:17.421 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-08-20T07:16:18.596Z[ recovery-image] Aug 20 07:16:17.431 INFO O| Aug 20 07:16:17.431 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52612026-08-20T07:16:18.600Z[ recovery-image] Aug 20 07:16:17.434 INFO O| Aug 20 07:16:17.434 INFO STEP 2 (remove_files) COMPLETE
52622026-08-20T07:16:18.600Z[ recovery-image] Aug 20 07:16:17.434 INFO O| Aug 20 07:16:17.434 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-08-20T07:16:18.607Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52642026-08-20T07:16:18.610Z[ recovery-image] Aug 20 07:16:17.444 INFO O| Aug 20 07:16:17.444 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52652026-08-20T07:16:18.661Z[ recovery-image] Aug 20 07:16:17.496 INFO O| Aug 20 07:16:17.496 INFO STEP 3 (remove_files) COMPLETE
52662026-08-20T07:16:18.661Z[ recovery-image] Aug 20 07:16:17.496 INFO O| Aug 20 07:16:17.496 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-20T07:16:18.671Z[ recovery-image] Aug 20 07:16:17.507 INFO O| Aug 20 07:16:17.506 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52682026-08-20T07:16:18.676Z[ recovery-image] Aug 20 07:16:17.509 INFO O| Aug 20 07:16:17.509 INFO STEP 4 (remove_files) COMPLETE
52692026-08-20T07:16:18.676Z[ recovery-image] Aug 20 07:16:17.509 INFO O| Aug 20 07:16:17.509 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-20T07:16:18.684Z[ recovery-image] Aug 20 07:16:17.519 INFO O| Aug 20 07:16:17.519 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52712026-08-20T07:16:18.722Z[ recovery-image] Aug 20 07:16:17.556 INFO O| Aug 20 07:16:17.556 INFO STEP 5 (remove_files) COMPLETE
52722026-08-20T07:16:18.722Z[ recovery-image] Aug 20 07:16:17.556 INFO O| Aug 20 07:16:17.556 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-20T07:16:18.731Z[ recovery-image] Aug 20 07:16:17.566 INFO O| Aug 20 07:16:17.566 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52742026-08-20T07:16:18.742Z[ recovery-image] Aug 20 07:16:17.576 INFO O| Aug 20 07:16:17.576 INFO STEP 6 (remove_files) COMPLETE
52752026-08-20T07:16:18.742Z[ recovery-image] Aug 20 07:16:17.577 INFO O| Aug 20 07:16:17.576 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-20T07:16:18.751Z[ recovery-image] Aug 20 07:16:17.586 INFO O| Aug 20 07:16:17.586 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52772026-08-20T07:16:18.756Z[ recovery-image] Aug 20 07:16:17.587 INFO O| Aug 20 07:16:17.587 INFO STEP 7 (remove_files) COMPLETE
52782026-08-20T07:16:18.756Z[ recovery-image] Aug 20 07:16:17.587 INFO O| Aug 20 07:16:17.587 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-20T07:16:18.764Z[ recovery-image] Aug 20 07:16:17.597 INFO O| Aug 20 07:16:17.597 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52802026-08-20T07:16:18.767Z[ recovery-image] Aug 20 07:16:17.599 INFO O| Aug 20 07:16:17.599 INFO STEP 8 (remove_files) COMPLETE
52812026-08-20T07:16:18.767Z[ recovery-image] Aug 20 07:16:17.599 INFO O| Aug 20 07:16:17.599 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-20T07:16:18.773Z[ recovery-image] Aug 20 07:16:17.608 INFO O| Aug 20 07:16:17.608 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52832026-08-20T07:16:18.776Z[ recovery-image] Aug 20 07:16:17.611 INFO O| Aug 20 07:16:17.611 INFO STEP 9 (remove_files) COMPLETE
52842026-08-20T07:16:18.776Z[ recovery-image] Aug 20 07:16:17.611 INFO O| Aug 20 07:16:17.611 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-20T07:16:18.787Z[ recovery-image] Aug 20 07:16:17.621 INFO O| Aug 20 07:16:17.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52862026-08-20T07:16:18.787Z[ recovery-image] Aug 20 07:16:17.622 INFO O| Aug 20 07:16:17.622 INFO STEP 10 (remove_files) COMPLETE
52872026-08-20T07:16:18.787Z[ recovery-image] Aug 20 07:16:17.622 INFO O| Aug 20 07:16:17.622 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-20T07:16:18.796Z[ recovery-image] Aug 20 07:16:17.631 INFO O| Aug 20 07:16:17.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52892026-08-20T07:16:18.800Z[ recovery-image] Aug 20 07:16:17.632 INFO O| Aug 20 07:16:17.632 INFO STEP 11 (remove_files) COMPLETE
52902026-08-20T07:16:18.800Z[ recovery-image] Aug 20 07:16:17.632 INFO O| Aug 20 07:16:17.632 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-20T07:16:18.808Z[ recovery-image] Aug 20 07:16:17.642 INFO O| Aug 20 07:16:17.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52922026-08-20T07:16:18.828Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52932026-08-20T07:16:18.959Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52942026-08-20T07:16:19.005Z[ recovery-image] Aug 20 07:16:17.840 INFO O| Aug 20 07:16:17.840 INFO STEP 12 (remove_files) COMPLETE
52952026-08-20T07:16:19.009Z[ recovery-image] Aug 20 07:16:17.840 INFO O| Aug 20 07:16:17.840 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-20T07:16:19.020Z[ recovery-image] Aug 20 07:16:17.855 INFO O| Aug 20 07:16:17.855 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52972026-08-20T07:16:19.024Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52982026-08-20T07:16:19.024Z[ recovery-image] Aug 20 07:16:17.857 INFO O| Aug 20 07:16:17.857 INFO STEP 13 (remove_files) COMPLETE
52992026-08-20T07:16:19.024Z[ recovery-image] Aug 20 07:16:17.857 INFO O| Aug 20 07:16:17.857 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-20T07:16:19.030Z[ recovery-image] Aug 20 07:16:17.866 INFO O| Aug 20 07:16:17.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53012026-08-20T07:16:19.036Z[ recovery-image] Aug 20 07:16:17.872 INFO O| Aug 20 07:16:17.872 INFO STEP 14 (remove_files) COMPLETE
53022026-08-20T07:16:19.036Z[ recovery-image] Aug 20 07:16:17.872 INFO O| Aug 20 07:16:17.872 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-20T07:16:19.049Z[ recovery-image] Aug 20 07:16:17.884 INFO O| Aug 20 07:16:17.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53042026-08-20T07:16:19.068Z[ recovery-image] Aug 20 07:16:17.903 INFO O| Aug 20 07:16:17.903 INFO STEP 15 (remove_files) COMPLETE
53052026-08-20T07:16:19.068Z[ recovery-image] Aug 20 07:16:17.903 INFO O| Aug 20 07:16:17.903 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-20T07:16:19.072Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
53072026-08-20T07:16:19.082Z[ recovery-image] Aug 20 07:16:17.917 INFO O| Aug 20 07:16:17.917 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53082026-08-20T07:16:19.093Z[ recovery-image] Aug 20 07:16:17.928 INFO O| Aug 20 07:16:17.928 INFO STEP 16 (remove_files) COMPLETE
53092026-08-20T07:16:19.094Z[ recovery-image] Aug 20 07:16:17.928 INFO O| Aug 20 07:16:17.928 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-20T07:16:19.103Z[ recovery-image] Aug 20 07:16:17.938 INFO O| Aug 20 07:16:17.937 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53112026-08-20T07:16:19.186Z[ recovery-image] Aug 20 07:16:18.020 INFO O| Aug 20 07:16:18.020 INFO STEP 17 (remove_files) COMPLETE
53122026-08-20T07:16:19.186Z[ recovery-image] Aug 20 07:16:18.020 INFO O| Aug 20 07:16:18.020 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-20T07:16:19.196Z[ recovery-image] Aug 20 07:16:18.031 INFO O| Aug 20 07:16:18.031 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53142026-08-20T07:16:19.196Z[ recovery-image] Aug 20 07:16:18.031 INFO O| Aug 20 07:16:18.031 INFO STEP 18 (remove_files) COMPLETE
53152026-08-20T07:16:19.196Z[ recovery-image] Aug 20 07:16:18.031 INFO O| Aug 20 07:16:18.031 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-20T07:16:19.205Z[ recovery-image] Aug 20 07:16:18.040 INFO O| Aug 20 07:16:18.040 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53172026-08-20T07:16:19.205Z[ recovery-image] Aug 20 07:16:18.040 INFO O| Aug 20 07:16:18.040 INFO STEP 19 (remove_files) COMPLETE
53182026-08-20T07:16:19.205Z[ recovery-image] Aug 20 07:16:18.040 INFO O| Aug 20 07:16:18.040 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-20T07:16:19.209Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53202026-08-20T07:16:19.234Z[ recovery-image] Aug 20 07:16:18.068 INFO O| Aug 20 07:16:18.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53212026-08-20T07:16:19.274Z[ recovery-image] Aug 20 07:16:18.108 INFO O| Aug 20 07:16:18.108 INFO STEP 20 (remove_files) COMPLETE
53222026-08-20T07:16:19.274Z[ recovery-image] Aug 20 07:16:18.108 INFO O| Aug 20 07:16:18.108 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-20T07:16:19.283Z[ recovery-image] Aug 20 07:16:18.118 INFO O| Aug 20 07:16:18.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53242026-08-20T07:16:19.287Z[ recovery-image] Aug 20 07:16:18.120 INFO O| Aug 20 07:16:18.120 INFO STEP 21 (remove_files) COMPLETE
53252026-08-20T07:16:19.287Z[ recovery-image] Aug 20 07:16:18.120 INFO O| Aug 20 07:16:18.120 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-20T07:16:19.295Z[ recovery-image] Aug 20 07:16:18.130 INFO O| Aug 20 07:16:18.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53272026-08-20T07:16:19.295Z[ recovery-image] Aug 20 07:16:18.130 INFO O| Aug 20 07:16:18.130 INFO STEP 22 (remove_files) COMPLETE
53282026-08-20T07:16:19.295Z[ recovery-image] Aug 20 07:16:18.130 INFO O| Aug 20 07:16:18.130 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-20T07:16:19.304Z[ recovery-image] Aug 20 07:16:18.139 INFO O| Aug 20 07:16:18.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53302026-08-20T07:16:19.308Z[ recovery-image] Aug 20 07:16:18.140 INFO O| Aug 20 07:16:18.139 INFO STEP 23 (remove_files) COMPLETE
53312026-08-20T07:16:19.308Z[ recovery-image] Aug 20 07:16:18.140 INFO O| Aug 20 07:16:18.139 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-20T07:16:19.315Z[ recovery-image] Aug 20 07:16:18.150 INFO O| Aug 20 07:16:18.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53332026-08-20T07:16:19.319Z[ recovery-image] Aug 20 07:16:18.151 INFO O| Aug 20 07:16:18.151 INFO STEP 24 (remove_files) COMPLETE
53342026-08-20T07:16:19.319Z[ recovery-image] Aug 20 07:16:18.151 INFO O| Aug 20 07:16:18.151 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-20T07:16:19.326Z[ recovery-image] Aug 20 07:16:18.161 INFO O| Aug 20 07:16:18.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53362026-08-20T07:16:19.330Z[ recovery-image] Aug 20 07:16:18.162 INFO O| Aug 20 07:16:18.162 INFO STEP 25 (remove_files) COMPLETE
53372026-08-20T07:16:19.330Z[ recovery-image] Aug 20 07:16:18.162 INFO O| Aug 20 07:16:18.162 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-20T07:16:19.337Z[ recovery-image] Aug 20 07:16:18.172 INFO O| Aug 20 07:16:18.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53392026-08-20T07:16:19.337Z[ recovery-image] Aug 20 07:16:18.172 INFO O| Aug 20 07:16:18.172 INFO STEP 26 (remove_files) COMPLETE
53402026-08-20T07:16:19.337Z[ recovery-image] Aug 20 07:16:18.172 INFO O| Aug 20 07:16:18.172 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-20T07:16:19.347Z[ recovery-image] Aug 20 07:16:18.182 INFO O| Aug 20 07:16:18.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53422026-08-20T07:16:19.347Z[ recovery-image] Aug 20 07:16:18.182 INFO O| Aug 20 07:16:18.182 INFO STEP 27 (remove_files) COMPLETE
53432026-08-20T07:16:19.347Z[ recovery-image] Aug 20 07:16:18.182 INFO O| Aug 20 07:16:18.182 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-20T07:16:19.357Z[ recovery-image] Aug 20 07:16:18.192 INFO O| Aug 20 07:16:18.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53452026-08-20T07:16:19.357Z[ recovery-image] Aug 20 07:16:18.192 INFO O| Aug 20 07:16:18.192 INFO STEP 28 (remove_files) COMPLETE
53462026-08-20T07:16:19.361Z[ recovery-image] Aug 20 07:16:18.192 INFO O| Aug 20 07:16:18.192 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-20T07:16:19.366Z[ recovery-image] Aug 20 07:16:18.201 INFO O| Aug 20 07:16:18.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53482026-08-20T07:16:19.366Z[ recovery-image] Aug 20 07:16:18.201 INFO O| Aug 20 07:16:18.201 INFO STEP 29 (remove_files) COMPLETE
53492026-08-20T07:16:19.370Z[ recovery-image] Aug 20 07:16:18.201 INFO O| Aug 20 07:16:18.201 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-20T07:16:19.376Z[ recovery-image] Aug 20 07:16:18.211 INFO O| Aug 20 07:16:18.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53512026-08-20T07:16:19.376Z[ recovery-image] Aug 20 07:16:18.211 INFO O| Aug 20 07:16:18.211 INFO STEP 30 (remove_files) COMPLETE
53522026-08-20T07:16:19.379Z[ recovery-image] Aug 20 07:16:18.211 INFO O| Aug 20 07:16:18.211 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-20T07:16:19.386Z[ recovery-image] Aug 20 07:16:18.221 INFO O| Aug 20 07:16:18.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53542026-08-20T07:16:19.386Z[ recovery-image] Aug 20 07:16:18.221 INFO O| Aug 20 07:16:18.221 INFO STEP 31 (remove_files) COMPLETE
53552026-08-20T07:16:19.389Z[ recovery-image] Aug 20 07:16:18.221 INFO O| Aug 20 07:16:18.221 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-20T07:16:19.396Z[ recovery-image] Aug 20 07:16:18.231 INFO O| Aug 20 07:16:18.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53572026-08-20T07:16:19.396Z[ recovery-image] Aug 20 07:16:18.231 INFO O| Aug 20 07:16:18.231 INFO STEP 32 (remove_files) COMPLETE
53582026-08-20T07:16:19.400Z[ recovery-image] Aug 20 07:16:18.231 INFO O| Aug 20 07:16:18.231 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-20T07:16:19.405Z[ recovery-image] Aug 20 07:16:18.240 INFO O| Aug 20 07:16:18.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53602026-08-20T07:16:19.405Z[ recovery-image] Aug 20 07:16:18.240 INFO O| Aug 20 07:16:18.240 INFO STEP 33 (remove_files) COMPLETE
53612026-08-20T07:16:19.409Z[ recovery-image] Aug 20 07:16:18.240 INFO O| Aug 20 07:16:18.240 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-20T07:16:19.415Z[ recovery-image] Aug 20 07:16:18.250 INFO O| Aug 20 07:16:18.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53632026-08-20T07:16:19.418Z[ recovery-image] Aug 20 07:16:18.251 INFO O| Aug 20 07:16:18.251 INFO STEP 34 (remove_files) COMPLETE
53642026-08-20T07:16:19.418Z[ recovery-image] Aug 20 07:16:18.251 INFO O| Aug 20 07:16:18.251 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-20T07:16:19.436Z[ recovery-image] Aug 20 07:16:18.261 INFO O| Aug 20 07:16:18.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53662026-08-20T07:16:19.436Z[ recovery-image] Aug 20 07:16:18.261 INFO O| Aug 20 07:16:18.261 INFO STEP 35 (remove_files) COMPLETE
53672026-08-20T07:16:19.436Z[ recovery-image] Aug 20 07:16:18.261 INFO O| Aug 20 07:16:18.261 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-20T07:16:19.440Z[ recovery-image] Aug 20 07:16:18.271 INFO O| Aug 20 07:16:18.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53692026-08-20T07:16:19.440Z[ recovery-image] Aug 20 07:16:18.271 INFO O| Aug 20 07:16:18.271 INFO STEP 36 (remove_files) COMPLETE
53702026-08-20T07:16:19.440Z[ recovery-image] Aug 20 07:16:18.271 INFO O| Aug 20 07:16:18.271 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-20T07:16:19.446Z[ recovery-image] Aug 20 07:16:18.281 INFO O| Aug 20 07:16:18.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53722026-08-20T07:16:19.447Z[ recovery-image] Aug 20 07:16:18.281 INFO O| Aug 20 07:16:18.281 INFO STEP 37 (remove_files) COMPLETE
53732026-08-20T07:16:19.447Z[ recovery-image] Aug 20 07:16:18.281 INFO O| Aug 20 07:16:18.281 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-20T07:16:19.455Z[ recovery-image] Aug 20 07:16:18.290 INFO O| Aug 20 07:16:18.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53752026-08-20T07:16:19.455Z[ recovery-image] Aug 20 07:16:18.290 INFO O| Aug 20 07:16:18.290 INFO STEP 38 (remove_files) COMPLETE
53762026-08-20T07:16:19.458Z[ recovery-image] Aug 20 07:16:18.290 INFO O| Aug 20 07:16:18.290 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-20T07:16:19.464Z[ recovery-image] Aug 20 07:16:18.298 INFO O| Aug 20 07:16:18.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53782026-08-20T07:16:19.464Z[ recovery-image] Aug 20 07:16:18.298 INFO O| Aug 20 07:16:18.298 INFO STEP 39 (remove_files) COMPLETE
53792026-08-20T07:16:19.464Z[ recovery-image] Aug 20 07:16:18.298 INFO O| Aug 20 07:16:18.298 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-20T07:16:19.473Z[ recovery-image] Aug 20 07:16:18.308 INFO O| Aug 20 07:16:18.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53812026-08-20T07:16:19.473Z[ recovery-image] Aug 20 07:16:18.308 INFO O| Aug 20 07:16:18.308 INFO STEP 40 (remove_files) COMPLETE
53822026-08-20T07:16:19.473Z[ recovery-image] Aug 20 07:16:18.308 INFO O| Aug 20 07:16:18.308 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-20T07:16:19.483Z[ recovery-image] Aug 20 07:16:18.318 INFO O| Aug 20 07:16:18.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53842026-08-20T07:16:19.495Z[ recovery-image] Aug 20 07:16:18.330 INFO O| Aug 20 07:16:18.330 INFO STEP 41 (remove_files) COMPLETE
53852026-08-20T07:16:19.495Z[ recovery-image] Aug 20 07:16:18.330 INFO O| Aug 20 07:16:18.330 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-20T07:16:19.504Z[ recovery-image] Aug 20 07:16:18.339 INFO O| Aug 20 07:16:18.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53872026-08-20T07:16:19.507Z[ recovery-image] Aug 20 07:16:18.339 INFO O| Aug 20 07:16:18.339 INFO STEP 42 (remove_files) COMPLETE
53882026-08-20T07:16:19.507Z[ recovery-image] Aug 20 07:16:18.339 INFO O| Aug 20 07:16:18.339 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-20T07:16:19.513Z[ recovery-image] Aug 20 07:16:18.348 INFO O| Aug 20 07:16:18.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53902026-08-20T07:16:19.513Z[ recovery-image] Aug 20 07:16:18.348 INFO O| Aug 20 07:16:18.348 INFO STEP 43 (remove_files) COMPLETE
53912026-08-20T07:16:19.513Z[ recovery-image] Aug 20 07:16:18.348 INFO O| Aug 20 07:16:18.348 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-20T07:16:19.521Z[ recovery-image] Aug 20 07:16:18.356 INFO O| Aug 20 07:16:18.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53932026-08-20T07:16:19.525Z[ recovery-image] Aug 20 07:16:18.357 INFO O| Aug 20 07:16:18.357 INFO STEP 44 (remove_files) COMPLETE
53942026-08-20T07:16:19.525Z[ recovery-image] Aug 20 07:16:18.357 INFO O| Aug 20 07:16:18.357 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-20T07:16:19.533Z[ recovery-image] Aug 20 07:16:18.368 INFO O| Aug 20 07:16:18.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53962026-08-20T07:16:19.533Z[ recovery-image] Aug 20 07:16:18.368 INFO O| Aug 20 07:16:18.368 INFO STEP 45 (remove_files) COMPLETE
53972026-08-20T07:16:19.533Z[ recovery-image] Aug 20 07:16:18.368 INFO O| Aug 20 07:16:18.368 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-20T07:16:19.552Z[ recovery-image] Aug 20 07:16:18.378 INFO O| Aug 20 07:16:18.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53992026-08-20T07:16:19.552Z[ recovery-image] Aug 20 07:16:18.378 INFO O| Aug 20 07:16:18.378 INFO STEP 46 (remove_files) COMPLETE
54002026-08-20T07:16:19.552Z[ recovery-image] Aug 20 07:16:18.378 INFO O| Aug 20 07:16:18.378 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-20T07:16:19.557Z[ recovery-image] Aug 20 07:16:18.389 INFO O| Aug 20 07:16:18.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54022026-08-20T07:16:19.557Z[ recovery-image] Aug 20 07:16:18.389 INFO O| Aug 20 07:16:18.389 INFO STEP 47 (remove_files) COMPLETE
54032026-08-20T07:16:19.557Z[ recovery-image] Aug 20 07:16:18.389 INFO O| Aug 20 07:16:18.389 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-20T07:16:19.572Z[ recovery-image] Aug 20 07:16:18.407 INFO O| Aug 20 07:16:18.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54052026-08-20T07:16:19.572Z[ recovery-image] Aug 20 07:16:18.407 INFO O| Aug 20 07:16:18.407 INFO STEP 48 (remove_files) COMPLETE
54062026-08-20T07:16:19.575Z[ recovery-image] Aug 20 07:16:18.407 INFO O| Aug 20 07:16:18.407 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-20T07:16:19.583Z[ recovery-image] Aug 20 07:16:18.418 INFO O| Aug 20 07:16:18.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54082026-08-20T07:16:19.583Z[ recovery-image] Aug 20 07:16:18.418 INFO O| Aug 20 07:16:18.418 INFO STEP 49 (remove_files) COMPLETE
54092026-08-20T07:16:19.589Z[ recovery-image] Aug 20 07:16:18.418 INFO O| Aug 20 07:16:18.418 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-20T07:16:19.592Z[ recovery-image] Aug 20 07:16:18.427 INFO O| Aug 20 07:16:18.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54112026-08-20T07:16:19.592Z[ recovery-image] Aug 20 07:16:18.427 INFO O| Aug 20 07:16:18.427 INFO STEP 50 (remove_files) COMPLETE
54122026-08-20T07:16:19.592Z[ recovery-image] Aug 20 07:16:18.427 INFO O| Aug 20 07:16:18.427 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-20T07:16:19.603Z[ recovery-image] Aug 20 07:16:18.438 INFO O| Aug 20 07:16:18.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54142026-08-20T07:16:19.603Z[ recovery-image] Aug 20 07:16:18.438 INFO O| Aug 20 07:16:18.438 INFO STEP 51 (remove_files) COMPLETE
54152026-08-20T07:16:19.603Z[ recovery-image] Aug 20 07:16:18.438 INFO O| Aug 20 07:16:18.438 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-20T07:16:19.612Z[ recovery-image] Aug 20 07:16:18.447 INFO O| Aug 20 07:16:18.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54172026-08-20T07:16:19.612Z[ recovery-image] Aug 20 07:16:18.447 INFO O| Aug 20 07:16:18.447 INFO STEP 52 (remove_files) COMPLETE
54182026-08-20T07:16:19.612Z[ recovery-image] Aug 20 07:16:18.447 INFO O| Aug 20 07:16:18.447 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-20T07:16:19.620Z[ recovery-image] Aug 20 07:16:18.455 INFO O| Aug 20 07:16:18.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54202026-08-20T07:16:19.620Z[ recovery-image] Aug 20 07:16:18.455 INFO O| Aug 20 07:16:18.455 INFO STEP 53 (remove_files) COMPLETE
54212026-08-20T07:16:19.620Z[ recovery-image] Aug 20 07:16:18.455 INFO O| Aug 20 07:16:18.455 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-20T07:16:19.629Z[ recovery-image] Aug 20 07:16:18.464 INFO O| Aug 20 07:16:18.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54232026-08-20T07:16:19.629Z[ recovery-image] Aug 20 07:16:18.464 INFO O| Aug 20 07:16:18.464 INFO STEP 54 (remove_files) COMPLETE
54242026-08-20T07:16:19.629Z[ recovery-image] Aug 20 07:16:18.464 INFO O| Aug 20 07:16:18.464 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-20T07:16:19.639Z[ recovery-image] Aug 20 07:16:18.474 INFO O| Aug 20 07:16:18.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54262026-08-20T07:16:19.639Z[ recovery-image] Aug 20 07:16:18.474 INFO O| Aug 20 07:16:18.474 INFO STEP 55 (remove_files) COMPLETE
54272026-08-20T07:16:19.639Z[ recovery-image] Aug 20 07:16:18.474 INFO O| Aug 20 07:16:18.474 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-20T07:16:19.645Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
54292026-08-20T07:16:19.649Z[ recovery-image] Aug 20 07:16:18.484 INFO O| Aug 20 07:16:18.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54302026-08-20T07:16:19.649Z[ recovery-image] Aug 20 07:16:18.484 INFO O| Aug 20 07:16:18.484 INFO STEP 56 (remove_files) COMPLETE
54312026-08-20T07:16:19.649Z[ recovery-image] Aug 20 07:16:18.484 INFO O| Aug 20 07:16:18.484 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-20T07:16:19.658Z[ recovery-image] Aug 20 07:16:18.493 INFO O| Aug 20 07:16:18.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54332026-08-20T07:16:19.658Z[ recovery-image] Aug 20 07:16:18.493 INFO O| Aug 20 07:16:18.493 INFO STEP 57 (remove_files) COMPLETE
54342026-08-20T07:16:19.658Z[ recovery-image] Aug 20 07:16:18.493 INFO O| Aug 20 07:16:18.493 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-20T07:16:19.668Z[ recovery-image] Aug 20 07:16:18.503 INFO O| Aug 20 07:16:18.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54362026-08-20T07:16:19.668Z[ recovery-image] Aug 20 07:16:18.503 INFO O| Aug 20 07:16:18.503 INFO STEP 58 (remove_files) COMPLETE
54372026-08-20T07:16:19.668Z[ recovery-image] Aug 20 07:16:18.503 INFO O| Aug 20 07:16:18.503 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-20T07:16:19.677Z[ recovery-image] Aug 20 07:16:18.512 INFO O| Aug 20 07:16:18.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54392026-08-20T07:16:19.677Z[ recovery-image] Aug 20 07:16:18.512 INFO O| Aug 20 07:16:18.512 INFO STEP 59 (remove_files) COMPLETE
54402026-08-20T07:16:19.677Z[ recovery-image] Aug 20 07:16:18.512 INFO O| Aug 20 07:16:18.512 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-20T07:16:19.683Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
54422026-08-20T07:16:19.686Z[ recovery-image] Aug 20 07:16:18.521 INFO O| Aug 20 07:16:18.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54432026-08-20T07:16:19.686Z[ recovery-image] Aug 20 07:16:18.521 INFO O| Aug 20 07:16:18.521 INFO STEP 60 (remove_files) COMPLETE
54442026-08-20T07:16:19.687Z[ recovery-image] Aug 20 07:16:18.521 INFO O| Aug 20 07:16:18.521 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-20T07:16:19.696Z[ recovery-image] Aug 20 07:16:18.531 INFO O| Aug 20 07:16:18.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54462026-08-20T07:16:19.696Z[ recovery-image] Aug 20 07:16:18.531 INFO O| Aug 20 07:16:18.531 INFO STEP 61 (remove_files) COMPLETE
54472026-08-20T07:16:19.696Z[ recovery-image] Aug 20 07:16:18.531 INFO O| Aug 20 07:16:18.531 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-20T07:16:19.709Z[ recovery-image] Aug 20 07:16:18.544 INFO O| Aug 20 07:16:18.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54492026-08-20T07:16:19.709Z[ recovery-image] Aug 20 07:16:18.544 INFO O| Aug 20 07:16:18.544 INFO STEP 62 (remove_files) COMPLETE
54502026-08-20T07:16:19.709Z[ recovery-image] Aug 20 07:16:18.544 INFO O| Aug 20 07:16:18.544 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-20T07:16:19.720Z[ recovery-image] Aug 20 07:16:18.555 INFO O| Aug 20 07:16:18.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54522026-08-20T07:16:19.720Z[ recovery-image] Aug 20 07:16:18.555 INFO O| Aug 20 07:16:18.555 INFO STEP 63 (remove_files) COMPLETE
54532026-08-20T07:16:19.724Z[ recovery-image] Aug 20 07:16:18.555 INFO O| Aug 20 07:16:18.555 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-20T07:16:19.730Z[ recovery-image] Aug 20 07:16:18.565 INFO O| Aug 20 07:16:18.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54552026-08-20T07:16:19.730Z[ recovery-image] Aug 20 07:16:18.565 INFO O| Aug 20 07:16:18.565 INFO STEP 64 (remove_files) COMPLETE
54562026-08-20T07:16:19.730Z[ recovery-image] Aug 20 07:16:18.565 INFO O| Aug 20 07:16:18.565 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-20T07:16:19.741Z[ recovery-image] Aug 20 07:16:18.576 INFO O| Aug 20 07:16:18.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54582026-08-20T07:16:19.741Z[ recovery-image] Aug 20 07:16:18.576 INFO O| Aug 20 07:16:18.576 INFO STEP 65 (remove_files) COMPLETE
54592026-08-20T07:16:19.744Z[ recovery-image] Aug 20 07:16:18.576 INFO O| Aug 20 07:16:18.576 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-20T07:16:19.751Z[ recovery-image] Aug 20 07:16:18.586 INFO O| Aug 20 07:16:18.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54612026-08-20T07:16:19.751Z[ recovery-image] Aug 20 07:16:18.586 INFO O| Aug 20 07:16:18.586 INFO STEP 66 (remove_files) COMPLETE
54622026-08-20T07:16:19.751Z[ recovery-image] Aug 20 07:16:18.586 INFO O| Aug 20 07:16:18.586 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-20T07:16:19.762Z[ recovery-image] Aug 20 07:16:18.597 INFO O| Aug 20 07:16:18.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54642026-08-20T07:16:19.762Z[ recovery-image] Aug 20 07:16:18.597 INFO O| Aug 20 07:16:18.597 INFO STEP 67 (remove_files) COMPLETE
54652026-08-20T07:16:19.763Z[ recovery-image] Aug 20 07:16:18.597 INFO O| Aug 20 07:16:18.597 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-20T07:16:19.772Z[ recovery-image] Aug 20 07:16:18.607 INFO O| Aug 20 07:16:18.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54672026-08-20T07:16:19.772Z[ recovery-image] Aug 20 07:16:18.607 INFO O| Aug 20 07:16:18.607 INFO STEP 68 (remove_files) COMPLETE
54682026-08-20T07:16:19.772Z[ recovery-image] Aug 20 07:16:18.607 INFO O| Aug 20 07:16:18.607 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-20T07:16:19.783Z[ recovery-image] Aug 20 07:16:18.618 INFO O| Aug 20 07:16:18.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54702026-08-20T07:16:19.783Z[ recovery-image] Aug 20 07:16:18.618 INFO O| Aug 20 07:16:18.618 INFO STEP 69 (remove_files) COMPLETE
54712026-08-20T07:16:19.783Z[ recovery-image] Aug 20 07:16:18.618 INFO O| Aug 20 07:16:18.618 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-20T07:16:19.795Z[ recovery-image] Aug 20 07:16:18.629 INFO O| Aug 20 07:16:18.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54732026-08-20T07:16:19.795Z[ recovery-image] Aug 20 07:16:18.629 INFO O| Aug 20 07:16:18.629 INFO STEP 70 (remove_files) COMPLETE
54742026-08-20T07:16:19.795Z[ recovery-image] Aug 20 07:16:18.629 INFO O| Aug 20 07:16:18.629 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-20T07:16:19.804Z[ recovery-image] Aug 20 07:16:18.639 INFO O| Aug 20 07:16:18.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54762026-08-20T07:16:19.804Z[ recovery-image] Aug 20 07:16:18.639 INFO O| Aug 20 07:16:18.639 INFO STEP 71 (remove_files) COMPLETE
54772026-08-20T07:16:19.804Z[ recovery-image] Aug 20 07:16:18.639 INFO O| Aug 20 07:16:18.639 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-20T07:16:19.817Z[ recovery-image] Aug 20 07:16:18.652 INFO O| Aug 20 07:16:18.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54792026-08-20T07:16:19.817Z[ recovery-image] Aug 20 07:16:18.652 INFO O| Aug 20 07:16:18.652 INFO STEP 72 (remove_files) COMPLETE
54802026-08-20T07:16:19.821Z[ recovery-image] Aug 20 07:16:18.652 INFO O| Aug 20 07:16:18.652 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-20T07:16:19.835Z[ recovery-image] Aug 20 07:16:18.670 INFO O| Aug 20 07:16:18.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54822026-08-20T07:16:19.835Z[ recovery-image] Aug 20 07:16:18.670 INFO O| Aug 20 07:16:18.670 INFO STEP 73 (remove_files) COMPLETE
54832026-08-20T07:16:19.839Z[ recovery-image] Aug 20 07:16:18.670 INFO O| Aug 20 07:16:18.670 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-20T07:16:19.846Z[ recovery-image] Aug 20 07:16:18.681 INFO O| Aug 20 07:16:18.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54852026-08-20T07:16:19.846Z[ recovery-image] Aug 20 07:16:18.681 INFO O| Aug 20 07:16:18.681 INFO STEP 74 (remove_files) COMPLETE
54862026-08-20T07:16:19.849Z[ recovery-image] Aug 20 07:16:18.681 INFO O| Aug 20 07:16:18.681 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-20T07:16:19.856Z[ recovery-image] Aug 20 07:16:18.691 INFO O| Aug 20 07:16:18.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54882026-08-20T07:16:19.856Z[ recovery-image] Aug 20 07:16:18.691 INFO O| Aug 20 07:16:18.691 INFO STEP 75 (remove_files) COMPLETE
54892026-08-20T07:16:19.856Z[ recovery-image] Aug 20 07:16:18.691 INFO O| Aug 20 07:16:18.691 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-20T07:16:19.865Z[ recovery-image] Aug 20 07:16:18.700 INFO O| Aug 20 07:16:18.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54912026-08-20T07:16:19.865Z[ recovery-image] Aug 20 07:16:18.701 INFO O| Aug 20 07:16:18.700 INFO STEP 76 (remove_files) COMPLETE
54922026-08-20T07:16:19.869Z[ recovery-image] Aug 20 07:16:18.701 INFO O| Aug 20 07:16:18.700 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-20T07:16:19.875Z[ recovery-image] Aug 20 07:16:18.710 INFO O| Aug 20 07:16:18.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54942026-08-20T07:16:19.875Z[ recovery-image] Aug 20 07:16:18.710 INFO O| Aug 20 07:16:18.710 INFO STEP 77 (remove_files) COMPLETE
54952026-08-20T07:16:19.875Z[ recovery-image] Aug 20 07:16:18.710 INFO O| Aug 20 07:16:18.710 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-20T07:16:19.885Z[ recovery-image] Aug 20 07:16:18.720 INFO O| Aug 20 07:16:18.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54972026-08-20T07:16:19.885Z[ recovery-image] Aug 20 07:16:18.720 INFO O| Aug 20 07:16:18.720 INFO STEP 78 (remove_files) COMPLETE
54982026-08-20T07:16:19.885Z[ recovery-image] Aug 20 07:16:18.720 INFO O| Aug 20 07:16:18.720 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-20T07:16:19.895Z[ recovery-image] Aug 20 07:16:18.729 INFO O| Aug 20 07:16:18.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55002026-08-20T07:16:19.895Z[ recovery-image] Aug 20 07:16:18.730 INFO O| Aug 20 07:16:18.729 INFO STEP 79 (remove_files) COMPLETE
55012026-08-20T07:16:19.895Z[ recovery-image] Aug 20 07:16:18.730 INFO O| Aug 20 07:16:18.729 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-20T07:16:19.904Z[ recovery-image] Aug 20 07:16:18.739 INFO O| Aug 20 07:16:18.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55032026-08-20T07:16:19.904Z[ recovery-image] Aug 20 07:16:18.739 INFO O| Aug 20 07:16:18.739 INFO STEP 80 (remove_files) COMPLETE
55042026-08-20T07:16:19.908Z[ recovery-image] Aug 20 07:16:18.739 INFO O| Aug 20 07:16:18.739 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-20T07:16:19.924Z[ recovery-image] Aug 20 07:16:18.759 INFO O| Aug 20 07:16:18.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55062026-08-20T07:16:19.924Z[ recovery-image] Aug 20 07:16:18.759 INFO O| Aug 20 07:16:18.759 INFO STEP 81 (remove_files) COMPLETE
55072026-08-20T07:16:19.924Z[ recovery-image] Aug 20 07:16:18.759 INFO O| Aug 20 07:16:18.759 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-20T07:16:20.064Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
55092026-08-20T07:16:20.073Z[ recovery-image] Aug 20 07:16:18.908 INFO O| Aug 20 07:16:18.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55102026-08-20T07:16:20.073Z[ recovery-image] Aug 20 07:16:18.908 INFO O| Aug 20 07:16:18.908 INFO STEP 82 (remove_files) COMPLETE
55112026-08-20T07:16:20.073Z[ recovery-image] Aug 20 07:16:18.908 INFO O| Aug 20 07:16:18.908 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-20T07:16:20.082Z[ recovery-image] Aug 20 07:16:18.917 INFO O| Aug 20 07:16:18.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55132026-08-20T07:16:20.082Z[ recovery-image] Aug 20 07:16:18.917 INFO O| Aug 20 07:16:18.917 INFO STEP 83 (remove_files) COMPLETE
55142026-08-20T07:16:20.082Z[ recovery-image] Aug 20 07:16:18.917 INFO O| Aug 20 07:16:18.917 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-20T07:16:20.089Z[ recovery-image] Aug 20 07:16:18.924 INFO O| Aug 20 07:16:18.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55162026-08-20T07:16:20.093Z[ recovery-image] Aug 20 07:16:18.925 INFO O| Aug 20 07:16:18.925 INFO STEP 84 (remove_files) COMPLETE
55172026-08-20T07:16:20.093Z[ recovery-image] Aug 20 07:16:18.925 INFO O| Aug 20 07:16:18.925 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-20T07:16:20.097Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
55192026-08-20T07:16:20.101Z[ recovery-image] Aug 20 07:16:18.935 INFO O| Aug 20 07:16:18.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55202026-08-20T07:16:20.101Z[ recovery-image] Aug 20 07:16:18.935 INFO O| Aug 20 07:16:18.935 INFO STEP 85 (remove_files) COMPLETE
55212026-08-20T07:16:20.103Z[ recovery-image] Aug 20 07:16:18.935 INFO O| Aug 20 07:16:18.935 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-20T07:16:20.107Z[ recovery-image] Aug 20 07:16:18.943 INFO O| Aug 20 07:16:18.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55232026-08-20T07:16:20.107Z[ recovery-image] Aug 20 07:16:18.943 INFO O| Aug 20 07:16:18.943 INFO STEP 86 (remove_files) COMPLETE
55242026-08-20T07:16:20.108Z[ recovery-image] Aug 20 07:16:18.943 INFO O| Aug 20 07:16:18.943 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-20T07:16:20.115Z[ recovery-image] Aug 20 07:16:18.950 INFO O| Aug 20 07:16:18.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55262026-08-20T07:16:20.115Z[ recovery-image] Aug 20 07:16:18.950 INFO O| Aug 20 07:16:18.950 INFO STEP 87 (remove_files) COMPLETE
55272026-08-20T07:16:20.119Z[ recovery-image] Aug 20 07:16:18.950 INFO O| Aug 20 07:16:18.950 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-20T07:16:20.125Z[ recovery-image] Aug 20 07:16:18.960 INFO O| Aug 20 07:16:18.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55292026-08-20T07:16:20.129Z[ recovery-image] Aug 20 07:16:18.960 INFO O| Aug 20 07:16:18.960 INFO STEP 88 (remove_files) COMPLETE
55302026-08-20T07:16:20.129Z[ recovery-image] Aug 20 07:16:18.960 INFO O| Aug 20 07:16:18.960 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-20T07:16:20.133Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
55322026-08-20T07:16:20.136Z[ recovery-image] Aug 20 07:16:18.970 INFO O| Aug 20 07:16:18.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55332026-08-20T07:16:20.136Z[ recovery-image] Aug 20 07:16:18.970 INFO O| Aug 20 07:16:18.970 INFO STEP 89 (remove_files) COMPLETE
55342026-08-20T07:16:20.137Z[ recovery-image] Aug 20 07:16:18.970 INFO O| Aug 20 07:16:18.970 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-20T07:16:20.146Z[ recovery-image] Aug 20 07:16:18.981 INFO O| Aug 20 07:16:18.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55362026-08-20T07:16:20.146Z[ recovery-image] Aug 20 07:16:18.981 INFO O| Aug 20 07:16:18.981 INFO STEP 90 (remove_files) COMPLETE
55372026-08-20T07:16:20.148Z[ recovery-image] Aug 20 07:16:18.981 INFO O| Aug 20 07:16:18.981 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-20T07:16:20.157Z[ recovery-image] Aug 20 07:16:18.992 INFO O| Aug 20 07:16:18.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55392026-08-20T07:16:20.158Z[ recovery-image] Aug 20 07:16:18.992 INFO O| Aug 20 07:16:18.992 INFO STEP 91 (remove_files) COMPLETE
55402026-08-20T07:16:20.158Z[ recovery-image] Aug 20 07:16:18.992 INFO O| Aug 20 07:16:18.992 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-20T07:16:20.169Z[ recovery-image] Aug 20 07:16:19.003 INFO O| Aug 20 07:16:19.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55422026-08-20T07:16:20.169Z[ recovery-image] Aug 20 07:16:19.004 INFO O| Aug 20 07:16:19.004 INFO STEP 92 (remove_files) COMPLETE
55432026-08-20T07:16:20.169Z[ recovery-image] Aug 20 07:16:19.004 INFO O| Aug 20 07:16:19.004 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-20T07:16:20.180Z[ recovery-image] Aug 20 07:16:19.015 INFO O| Aug 20 07:16:19.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55452026-08-20T07:16:20.180Z[ recovery-image] Aug 20 07:16:19.015 INFO O| Aug 20 07:16:19.015 INFO STEP 93 (remove_files) COMPLETE
55462026-08-20T07:16:20.180Z[ recovery-image] Aug 20 07:16:19.015 INFO O| Aug 20 07:16:19.015 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-20T07:16:20.219Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
55482026-08-20T07:16:20.223Z[ recovery-image] Aug 20 07:16:19.055 INFO O| Aug 20 07:16:19.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55492026-08-20T07:16:20.223Z[ recovery-image] Aug 20 07:16:19.055 INFO O| Aug 20 07:16:19.055 INFO STEP 94 (remove_files) COMPLETE
55502026-08-20T07:16:20.223Z[ recovery-image] Aug 20 07:16:19.055 INFO O| Aug 20 07:16:19.055 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-20T07:16:20.231Z[ recovery-image] Aug 20 07:16:19.065 INFO O| Aug 20 07:16:19.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55522026-08-20T07:16:20.231Z[ recovery-image] Aug 20 07:16:19.065 INFO O| Aug 20 07:16:19.065 INFO STEP 95 (remove_files) COMPLETE
55532026-08-20T07:16:20.235Z[ recovery-image] Aug 20 07:16:19.065 INFO O| Aug 20 07:16:19.065 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-20T07:16:20.239Z[ recovery-image] Aug 20 07:16:19.073 INFO O| Aug 20 07:16:19.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55552026-08-20T07:16:20.239Z[ recovery-image] Aug 20 07:16:19.074 INFO O| Aug 20 07:16:19.074 INFO STEP 96 (remove_files) COMPLETE
55562026-08-20T07:16:20.239Z[ recovery-image] Aug 20 07:16:19.074 INFO O| Aug 20 07:16:19.074 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-20T07:16:20.253Z[ recovery-image] Aug 20 07:16:19.083 INFO O| Aug 20 07:16:19.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55582026-08-20T07:16:20.253Z[ recovery-image] Aug 20 07:16:19.083 INFO O| Aug 20 07:16:19.083 INFO STEP 97 (remove_files) COMPLETE
55592026-08-20T07:16:20.253Z[ recovery-image] Aug 20 07:16:19.083 INFO O| Aug 20 07:16:19.083 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-20T07:16:20.258Z[ recovery-image] Aug 20 07:16:19.093 INFO O| Aug 20 07:16:19.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55612026-08-20T07:16:20.258Z[ recovery-image] Aug 20 07:16:19.093 INFO O| Aug 20 07:16:19.093 INFO STEP 98 (remove_files) COMPLETE
55622026-08-20T07:16:20.258Z[ recovery-image] Aug 20 07:16:19.093 INFO O| Aug 20 07:16:19.093 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-20T07:16:20.269Z[ recovery-image] Aug 20 07:16:19.104 INFO O| Aug 20 07:16:19.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55642026-08-20T07:16:20.270Z[ recovery-image] Aug 20 07:16:19.104 INFO O| Aug 20 07:16:19.104 INFO STEP 99 (remove_files) COMPLETE
55652026-08-20T07:16:20.270Z[ recovery-image] Aug 20 07:16:19.104 INFO O| Aug 20 07:16:19.104 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-20T07:16:20.286Z[ recovery-image] Aug 20 07:16:19.114 INFO O| Aug 20 07:16:19.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55672026-08-20T07:16:20.287Z[ recovery-image] Aug 20 07:16:19.114 INFO O| Aug 20 07:16:19.114 INFO STEP 100 (remove_files) COMPLETE
55682026-08-20T07:16:20.291Z[ recovery-image] Aug 20 07:16:19.114 INFO O| Aug 20 07:16:19.114 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-20T07:16:20.291Z[ recovery-image] Aug 20 07:16:19.123 INFO O| Aug 20 07:16:19.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55702026-08-20T07:16:20.291Z[ recovery-image] Aug 20 07:16:19.123 INFO O| Aug 20 07:16:19.123 INFO STEP 101 (remove_files) COMPLETE
55712026-08-20T07:16:20.291Z[ recovery-image] Aug 20 07:16:19.123 INFO O| Aug 20 07:16:19.123 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-20T07:16:20.297Z[ recovery-image] Aug 20 07:16:19.132 INFO O| Aug 20 07:16:19.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55732026-08-20T07:16:20.297Z[ recovery-image] Aug 20 07:16:19.132 INFO O| Aug 20 07:16:19.132 INFO STEP 102 (remove_files) COMPLETE
55742026-08-20T07:16:20.301Z[ recovery-image] Aug 20 07:16:19.132 INFO O| Aug 20 07:16:19.132 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-20T07:16:20.308Z[ recovery-image] Aug 20 07:16:19.143 INFO O| Aug 20 07:16:19.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55762026-08-20T07:16:20.308Z[ recovery-image] Aug 20 07:16:19.143 INFO O| Aug 20 07:16:19.143 INFO STEP 103 (remove_files) COMPLETE
55772026-08-20T07:16:20.308Z[ recovery-image] Aug 20 07:16:19.143 INFO O| Aug 20 07:16:19.143 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-20T07:16:20.317Z[ recovery-image] Aug 20 07:16:19.152 INFO O| Aug 20 07:16:19.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55792026-08-20T07:16:20.317Z[ recovery-image] Aug 20 07:16:19.152 INFO O| Aug 20 07:16:19.152 INFO STEP 104 (remove_files) COMPLETE
55802026-08-20T07:16:20.317Z[ recovery-image] Aug 20 07:16:19.152 INFO O| Aug 20 07:16:19.152 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-20T07:16:20.326Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
55822026-08-20T07:16:20.330Z[ recovery-image] Aug 20 07:16:19.161 INFO O| Aug 20 07:16:19.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55832026-08-20T07:16:20.331Z[ recovery-image] Aug 20 07:16:19.161 INFO O| Aug 20 07:16:19.161 INFO STEP 105 (remove_files) COMPLETE
55842026-08-20T07:16:20.331Z[ recovery-image] Aug 20 07:16:19.161 INFO O| Aug 20 07:16:19.161 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-20T07:16:20.336Z[ recovery-image] Aug 20 07:16:19.170 INFO O| Aug 20 07:16:19.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55862026-08-20T07:16:20.336Z[ recovery-image] Aug 20 07:16:19.170 INFO O| Aug 20 07:16:19.170 INFO STEP 106 (remove_files) COMPLETE
55872026-08-20T07:16:20.339Z[ recovery-image] Aug 20 07:16:19.170 INFO O| Aug 20 07:16:19.170 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-20T07:16:20.345Z[ recovery-image] Aug 20 07:16:19.180 INFO O| Aug 20 07:16:19.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55892026-08-20T07:16:20.345Z[ recovery-image] Aug 20 07:16:19.180 INFO O| Aug 20 07:16:19.180 INFO STEP 107 (remove_files) COMPLETE
55902026-08-20T07:16:20.345Z[ recovery-image] Aug 20 07:16:19.181 INFO O| Aug 20 07:16:19.180 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-20T07:16:20.356Z[ recovery-image] Aug 20 07:16:19.191 INFO O| Aug 20 07:16:19.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55922026-08-20T07:16:20.356Z[ recovery-image] Aug 20 07:16:19.191 INFO O| Aug 20 07:16:19.191 INFO STEP 108 (remove_files) COMPLETE
55932026-08-20T07:16:20.356Z[ recovery-image] Aug 20 07:16:19.191 INFO O| Aug 20 07:16:19.191 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-20T07:16:20.365Z[ recovery-image] Aug 20 07:16:19.200 INFO O| Aug 20 07:16:19.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55952026-08-20T07:16:20.365Z[ recovery-image] Aug 20 07:16:19.200 INFO O| Aug 20 07:16:19.200 INFO STEP 109 (remove_files) COMPLETE
55962026-08-20T07:16:20.369Z[ recovery-image] Aug 20 07:16:19.200 INFO O| Aug 20 07:16:19.200 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-20T07:16:20.373Z[ recovery-image] Aug 20 07:16:19.208 INFO O| Aug 20 07:16:19.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55982026-08-20T07:16:20.375Z[ recovery-image] Aug 20 07:16:19.208 INFO O| Aug 20 07:16:19.208 INFO STEP 110 (remove_files) COMPLETE
55992026-08-20T07:16:20.376Z[ recovery-image] Aug 20 07:16:19.208 INFO O| Aug 20 07:16:19.208 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-20T07:16:20.380Z[ recovery-image] Aug 20 07:16:19.215 INFO O| Aug 20 07:16:19.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56012026-08-20T07:16:20.380Z[ recovery-image] Aug 20 07:16:19.215 INFO O| Aug 20 07:16:19.215 INFO STEP 111 (remove_files) COMPLETE
56022026-08-20T07:16:20.384Z[ recovery-image] Aug 20 07:16:19.215 INFO O| Aug 20 07:16:19.215 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-20T07:16:20.388Z[ recovery-image] Aug 20 07:16:19.223 INFO O| Aug 20 07:16:19.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56042026-08-20T07:16:20.388Z[ recovery-image] Aug 20 07:16:19.223 INFO O| Aug 20 07:16:19.223 INFO STEP 112 (remove_files) COMPLETE
56052026-08-20T07:16:20.388Z[ recovery-image] Aug 20 07:16:19.223 INFO O| Aug 20 07:16:19.223 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-20T07:16:20.399Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
56072026-08-20T07:16:20.403Z[ recovery-image] Aug 20 07:16:19.234 INFO O| Aug 20 07:16:19.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56082026-08-20T07:16:20.403Z[ recovery-image] Aug 20 07:16:19.234 INFO O| Aug 20 07:16:19.234 INFO STEP 113 (remove_files) COMPLETE
56092026-08-20T07:16:20.403Z[ recovery-image] Aug 20 07:16:19.234 INFO O| Aug 20 07:16:19.234 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-20T07:16:20.408Z[ recovery-image] Aug 20 07:16:19.243 INFO O| Aug 20 07:16:19.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56112026-08-20T07:16:20.413Z[ recovery-image] Aug 20 07:16:19.244 INFO O| Aug 20 07:16:19.244 INFO STEP 114 (remove_files) COMPLETE
56122026-08-20T07:16:20.413Z[ recovery-image] Aug 20 07:16:19.244 INFO O| Aug 20 07:16:19.244 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-20T07:16:20.418Z[ recovery-image] Aug 20 07:16:19.253 INFO O| Aug 20 07:16:19.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56142026-08-20T07:16:20.418Z[ recovery-image] Aug 20 07:16:19.253 INFO O| Aug 20 07:16:19.253 INFO STEP 115 (remove_files) COMPLETE
56152026-08-20T07:16:20.418Z[ recovery-image] Aug 20 07:16:19.253 INFO O| Aug 20 07:16:19.253 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-20T07:16:20.427Z[ recovery-image] Aug 20 07:16:19.262 INFO O| Aug 20 07:16:19.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56172026-08-20T07:16:20.427Z[ recovery-image] Aug 20 07:16:19.262 INFO O| Aug 20 07:16:19.262 INFO STEP 116 (remove_files) COMPLETE
56182026-08-20T07:16:20.431Z[ recovery-image] Aug 20 07:16:19.262 INFO O| Aug 20 07:16:19.262 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-20T07:16:20.437Z[ recovery-image] Aug 20 07:16:19.271 INFO O| Aug 20 07:16:19.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56202026-08-20T07:16:20.441Z[ recovery-image] Aug 20 07:16:19.272 INFO O| Aug 20 07:16:19.272 INFO STEP 117 (remove_files) COMPLETE
56212026-08-20T07:16:20.441Z[ recovery-image] Aug 20 07:16:19.272 INFO O| Aug 20 07:16:19.272 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-20T07:16:20.447Z[ recovery-image] Aug 20 07:16:19.282 INFO O| Aug 20 07:16:19.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56232026-08-20T07:16:20.447Z[ recovery-image] Aug 20 07:16:19.282 INFO O| Aug 20 07:16:19.282 INFO STEP 118 (remove_files) COMPLETE
56242026-08-20T07:16:20.447Z[ recovery-image] Aug 20 07:16:19.282 INFO O| Aug 20 07:16:19.282 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-20T07:16:20.455Z[ recovery-image] Aug 20 07:16:19.290 INFO O| Aug 20 07:16:19.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56262026-08-20T07:16:20.455Z[ recovery-image] Aug 20 07:16:19.290 INFO O| Aug 20 07:16:19.290 INFO STEP 119 (remove_files) COMPLETE
56272026-08-20T07:16:20.459Z[ recovery-image] Aug 20 07:16:19.290 INFO O| Aug 20 07:16:19.290 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-20T07:16:20.464Z[ recovery-image] Aug 20 07:16:19.299 INFO O| Aug 20 07:16:19.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56292026-08-20T07:16:20.464Z[ recovery-image] Aug 20 07:16:19.299 INFO O| Aug 20 07:16:19.299 INFO STEP 120 (remove_files) COMPLETE
56302026-08-20T07:16:20.467Z[ recovery-image] Aug 20 07:16:19.299 INFO O| Aug 20 07:16:19.299 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-20T07:16:20.474Z[ recovery-image] Aug 20 07:16:19.308 INFO O| Aug 20 07:16:19.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56322026-08-20T07:16:20.474Z[ recovery-image] Aug 20 07:16:19.308 INFO O| Aug 20 07:16:19.308 INFO STEP 121 (remove_files) COMPLETE
56332026-08-20T07:16:20.474Z[ recovery-image] Aug 20 07:16:19.308 INFO O| Aug 20 07:16:19.308 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-20T07:16:20.483Z[ recovery-image] Aug 20 07:16:19.318 INFO O| Aug 20 07:16:19.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56352026-08-20T07:16:20.483Z[ recovery-image] Aug 20 07:16:19.318 INFO O| Aug 20 07:16:19.318 INFO STEP 122 (remove_files) COMPLETE
56362026-08-20T07:16:20.486Z[ recovery-image] Aug 20 07:16:19.318 INFO O| Aug 20 07:16:19.318 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-20T07:16:20.486Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
56382026-08-20T07:16:20.492Z[ recovery-image] Aug 20 07:16:19.327 INFO O| Aug 20 07:16:19.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56392026-08-20T07:16:20.492Z[ recovery-image] Aug 20 07:16:19.327 INFO O| Aug 20 07:16:19.327 INFO STEP 123 (remove_files) COMPLETE
56402026-08-20T07:16:20.492Z[ recovery-image] Aug 20 07:16:19.327 INFO O| Aug 20 07:16:19.327 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-20T07:16:20.501Z[ recovery-image] Aug 20 07:16:19.336 INFO O| Aug 20 07:16:19.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56422026-08-20T07:16:20.501Z[ recovery-image] Aug 20 07:16:19.336 INFO O| Aug 20 07:16:19.336 INFO STEP 124 (remove_files) COMPLETE
56432026-08-20T07:16:20.501Z[ recovery-image] Aug 20 07:16:19.336 INFO O| Aug 20 07:16:19.336 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-20T07:16:20.509Z[ recovery-image] Aug 20 07:16:19.344 INFO O| Aug 20 07:16:19.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56452026-08-20T07:16:20.509Z[ recovery-image] Aug 20 07:16:19.344 INFO O| Aug 20 07:16:19.344 INFO STEP 125 (remove_files) COMPLETE
56462026-08-20T07:16:20.513Z[ recovery-image] Aug 20 07:16:19.344 INFO O| Aug 20 07:16:19.344 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-20T07:16:20.518Z[ recovery-image] Aug 20 07:16:19.353 INFO O| Aug 20 07:16:19.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56482026-08-20T07:16:20.518Z[ recovery-image] Aug 20 07:16:19.353 INFO O| Aug 20 07:16:19.353 INFO STEP 126 (remove_files) COMPLETE
56492026-08-20T07:16:20.518Z[ recovery-image] Aug 20 07:16:19.353 INFO O| Aug 20 07:16:19.353 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-20T07:16:20.527Z[ recovery-image] Aug 20 07:16:19.362 INFO O| Aug 20 07:16:19.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56512026-08-20T07:16:20.528Z[ recovery-image] Aug 20 07:16:19.362 INFO O| Aug 20 07:16:19.362 INFO STEP 127 (remove_files) COMPLETE
56522026-08-20T07:16:20.528Z[ recovery-image] Aug 20 07:16:19.362 INFO O| Aug 20 07:16:19.362 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-20T07:16:20.538Z[ recovery-image] Aug 20 07:16:19.372 INFO O| Aug 20 07:16:19.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56542026-08-20T07:16:20.538Z[ recovery-image] Aug 20 07:16:19.372 INFO O| Aug 20 07:16:19.372 INFO STEP 128 (remove_files) COMPLETE
56552026-08-20T07:16:20.538Z[ recovery-image] Aug 20 07:16:19.372 INFO O| Aug 20 07:16:19.372 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-20T07:16:20.546Z[ recovery-image] Aug 20 07:16:19.381 INFO O| Aug 20 07:16:19.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56572026-08-20T07:16:20.546Z[ recovery-image] Aug 20 07:16:19.382 INFO O| Aug 20 07:16:19.381 INFO STEP 129 (remove_files) COMPLETE
56582026-08-20T07:16:20.546Z[ recovery-image] Aug 20 07:16:19.382 INFO O| Aug 20 07:16:19.381 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-20T07:16:20.556Z[ recovery-image] Aug 20 07:16:19.391 INFO O| Aug 20 07:16:19.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56602026-08-20T07:16:20.556Z[ recovery-image] Aug 20 07:16:19.391 INFO O| Aug 20 07:16:19.391 INFO STEP 130 (remove_files) COMPLETE
56612026-08-20T07:16:20.559Z[ recovery-image] Aug 20 07:16:19.391 INFO O| Aug 20 07:16:19.391 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-20T07:16:20.596Z[ recovery-image] Aug 20 07:16:19.431 INFO O| Aug 20 07:16:19.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56632026-08-20T07:16:20.596Z[ recovery-image] Aug 20 07:16:19.431 INFO O| Aug 20 07:16:19.431 INFO STEP 131 (remove_files) COMPLETE
56642026-08-20T07:16:20.596Z[ recovery-image] Aug 20 07:16:19.431 INFO O| Aug 20 07:16:19.431 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-20T07:16:20.605Z[ recovery-image] Aug 20 07:16:19.441 INFO O| Aug 20 07:16:19.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56662026-08-20T07:16:20.605Z[ recovery-image] Aug 20 07:16:19.441 INFO O| Aug 20 07:16:19.441 INFO STEP 132 (remove_files) COMPLETE
56672026-08-20T07:16:20.609Z[ recovery-image] Aug 20 07:16:19.441 INFO O| Aug 20 07:16:19.441 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-20T07:16:20.614Z[ recovery-image] Aug 20 07:16:19.450 INFO O| Aug 20 07:16:19.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56692026-08-20T07:16:20.619Z[ recovery-image] Aug 20 07:16:19.450 INFO O| Aug 20 07:16:19.450 INFO STEP 133 (remove_files) COMPLETE
56702026-08-20T07:16:20.619Z[ recovery-image] Aug 20 07:16:19.450 INFO O| Aug 20 07:16:19.450 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-20T07:16:20.623Z[ recovery-image] Aug 20 07:16:19.458 INFO O| Aug 20 07:16:19.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56722026-08-20T07:16:20.623Z[ recovery-image] Aug 20 07:16:19.458 INFO O| Aug 20 07:16:19.458 INFO STEP 134 (remove_files) COMPLETE
56732026-08-20T07:16:20.623Z[ recovery-image] Aug 20 07:16:19.458 INFO O| Aug 20 07:16:19.458 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-20T07:16:20.634Z[ recovery-image] Aug 20 07:16:19.469 INFO O| Aug 20 07:16:19.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56752026-08-20T07:16:20.634Z[ recovery-image] Aug 20 07:16:19.469 INFO O| Aug 20 07:16:19.469 INFO STEP 135 (remove_files) COMPLETE
56762026-08-20T07:16:20.637Z[ recovery-image] Aug 20 07:16:19.469 INFO O| Aug 20 07:16:19.469 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-20T07:16:20.637Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
56782026-08-20T07:16:20.642Z[ recovery-image] Aug 20 07:16:19.478 INFO O| Aug 20 07:16:19.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56792026-08-20T07:16:20.642Z[ recovery-image] Aug 20 07:16:19.478 INFO O| Aug 20 07:16:19.478 INFO STEP 136 (remove_files) COMPLETE
56802026-08-20T07:16:20.646Z[ recovery-image] Aug 20 07:16:19.478 INFO O| Aug 20 07:16:19.478 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-20T07:16:20.653Z[ recovery-image] Aug 20 07:16:19.488 INFO O| Aug 20 07:16:19.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56822026-08-20T07:16:20.653Z[ recovery-image] Aug 20 07:16:19.488 INFO O| Aug 20 07:16:19.488 INFO STEP 137 (remove_files) COMPLETE
56832026-08-20T07:16:20.656Z[ recovery-image] Aug 20 07:16:19.488 INFO O| Aug 20 07:16:19.488 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-20T07:16:20.661Z[ recovery-image] Aug 20 07:16:19.496 INFO O| Aug 20 07:16:19.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56852026-08-20T07:16:20.662Z[ recovery-image] Aug 20 07:16:19.496 INFO O| Aug 20 07:16:19.496 INFO STEP 138 (remove_files) COMPLETE
56862026-08-20T07:16:20.662Z[ recovery-image] Aug 20 07:16:19.496 INFO O| Aug 20 07:16:19.496 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-20T07:16:20.667Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
56882026-08-20T07:16:20.671Z[ recovery-image] Aug 20 07:16:19.507 INFO O| Aug 20 07:16:19.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56892026-08-20T07:16:20.675Z[ recovery-image] Aug 20 07:16:19.507 INFO O| Aug 20 07:16:19.507 INFO STEP 139 (remove_files) COMPLETE
56902026-08-20T07:16:20.675Z[ recovery-image] Aug 20 07:16:19.507 INFO O| Aug 20 07:16:19.507 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-20T07:16:20.681Z[ recovery-image] Aug 20 07:16:19.516 INFO O| Aug 20 07:16:19.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56922026-08-20T07:16:20.684Z[ recovery-image] Aug 20 07:16:19.516 INFO O| Aug 20 07:16:19.516 INFO STEP 140 (remove_files) COMPLETE
56932026-08-20T07:16:20.684Z[ recovery-image] Aug 20 07:16:19.516 INFO O| Aug 20 07:16:19.516 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-20T07:16:20.691Z[ recovery-image] Aug 20 07:16:19.525 INFO O| Aug 20 07:16:19.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56952026-08-20T07:16:20.691Z[ recovery-image] Aug 20 07:16:19.526 INFO O| Aug 20 07:16:19.526 INFO STEP 141 (remove_files) COMPLETE
56962026-08-20T07:16:20.695Z[ recovery-image] Aug 20 07:16:19.526 INFO O| Aug 20 07:16:19.526 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-20T07:16:20.700Z[ recovery-image] Aug 20 07:16:19.535 INFO O| Aug 20 07:16:19.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56982026-08-20T07:16:20.700Z[ recovery-image] Aug 20 07:16:19.535 INFO O| Aug 20 07:16:19.535 INFO STEP 142 (remove_files) COMPLETE
56992026-08-20T07:16:20.703Z[ recovery-image] Aug 20 07:16:19.535 INFO O| Aug 20 07:16:19.535 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-20T07:16:20.710Z[ recovery-image] Aug 20 07:16:19.545 INFO O| Aug 20 07:16:19.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57012026-08-20T07:16:20.710Z[ recovery-image] Aug 20 07:16:19.545 INFO O| Aug 20 07:16:19.545 INFO STEP 143 (remove_files) COMPLETE
57022026-08-20T07:16:20.710Z[ recovery-image] Aug 20 07:16:19.545 INFO O| Aug 20 07:16:19.545 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-20T07:16:20.719Z[ recovery-image] Aug 20 07:16:19.554 INFO O| Aug 20 07:16:19.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57042026-08-20T07:16:20.719Z[ recovery-image] Aug 20 07:16:19.554 INFO O| Aug 20 07:16:19.554 INFO STEP 144 (remove_files) COMPLETE
57052026-08-20T07:16:20.719Z[ recovery-image] Aug 20 07:16:19.554 INFO O| Aug 20 07:16:19.554 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-20T07:16:20.726Z[ recovery-image] Aug 20 07:16:19.562 INFO O| Aug 20 07:16:19.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57072026-08-20T07:16:20.726Z[ recovery-image] Aug 20 07:16:19.562 INFO O| Aug 20 07:16:19.562 INFO STEP 145 (remove_files) COMPLETE
57082026-08-20T07:16:20.726Z[ recovery-image] Aug 20 07:16:19.562 INFO O| Aug 20 07:16:19.562 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-20T07:16:20.737Z[ recovery-image] Aug 20 07:16:19.572 INFO O| Aug 20 07:16:19.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57102026-08-20T07:16:20.737Z[ recovery-image] Aug 20 07:16:19.572 INFO O| Aug 20 07:16:19.572 INFO STEP 146 (remove_files) COMPLETE
57112026-08-20T07:16:20.737Z[ recovery-image] Aug 20 07:16:19.572 INFO O| Aug 20 07:16:19.572 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-20T07:16:20.748Z[ recovery-image] Aug 20 07:16:19.583 INFO O| Aug 20 07:16:19.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57132026-08-20T07:16:20.748Z[ recovery-image] Aug 20 07:16:19.583 INFO O| Aug 20 07:16:19.583 INFO STEP 147 (remove_files) COMPLETE
57142026-08-20T07:16:20.748Z[ recovery-image] Aug 20 07:16:19.583 INFO O| Aug 20 07:16:19.583 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-20T07:16:20.758Z[ recovery-image] Aug 20 07:16:19.594 INFO O| Aug 20 07:16:19.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57162026-08-20T07:16:20.758Z[ recovery-image] Aug 20 07:16:19.594 INFO O| Aug 20 07:16:19.594 INFO STEP 148 (remove_files) COMPLETE
57172026-08-20T07:16:20.759Z[ recovery-image] Aug 20 07:16:19.594 INFO O| Aug 20 07:16:19.594 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-20T07:16:20.767Z[ recovery-image] Aug 20 07:16:19.602 INFO O| Aug 20 07:16:19.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57192026-08-20T07:16:20.767Z[ recovery-image] Aug 20 07:16:19.602 INFO O| Aug 20 07:16:19.602 INFO STEP 149 (remove_files) COMPLETE
57202026-08-20T07:16:20.771Z[ recovery-image] Aug 20 07:16:19.602 INFO O| Aug 20 07:16:19.602 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-20T07:16:20.778Z[ recovery-image] Aug 20 07:16:19.613 INFO O| Aug 20 07:16:19.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57222026-08-20T07:16:20.778Z[ recovery-image] Aug 20 07:16:19.613 INFO O| Aug 20 07:16:19.613 INFO STEP 150 (remove_files) COMPLETE
57232026-08-20T07:16:20.781Z[ recovery-image] Aug 20 07:16:19.613 INFO O| Aug 20 07:16:19.613 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-20T07:16:20.787Z[ recovery-image] Aug 20 07:16:19.622 INFO O| Aug 20 07:16:19.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57252026-08-20T07:16:20.787Z[ recovery-image] Aug 20 07:16:19.622 INFO O| Aug 20 07:16:19.622 INFO STEP 151 (remove_files) COMPLETE
57262026-08-20T07:16:20.787Z[ recovery-image] Aug 20 07:16:19.622 INFO O| Aug 20 07:16:19.622 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-20T07:16:20.795Z[ recovery-image] Aug 20 07:16:19.631 INFO O| Aug 20 07:16:19.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57282026-08-20T07:16:20.795Z[ recovery-image] Aug 20 07:16:19.631 INFO O| Aug 20 07:16:19.631 INFO STEP 152 (remove_files) COMPLETE
57292026-08-20T07:16:20.795Z[ recovery-image] Aug 20 07:16:19.631 INFO O| Aug 20 07:16:19.631 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-20T07:16:20.804Z[ recovery-image] Aug 20 07:16:19.639 INFO O| Aug 20 07:16:19.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57312026-08-20T07:16:20.804Z[ recovery-image] Aug 20 07:16:19.639 INFO O| Aug 20 07:16:19.639 INFO STEP 153 (remove_files) COMPLETE
57322026-08-20T07:16:20.807Z[ recovery-image] Aug 20 07:16:19.639 INFO O| Aug 20 07:16:19.639 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-20T07:16:20.812Z[ recovery-image] Aug 20 07:16:19.647 INFO O| Aug 20 07:16:19.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57342026-08-20T07:16:20.812Z[ recovery-image] Aug 20 07:16:19.647 INFO O| Aug 20 07:16:19.647 INFO STEP 154 (remove_files) COMPLETE
57352026-08-20T07:16:20.815Z[ recovery-image] Aug 20 07:16:19.647 INFO O| Aug 20 07:16:19.647 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-20T07:16:20.820Z[ recovery-image] Aug 20 07:16:19.655 INFO O| Aug 20 07:16:19.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57372026-08-20T07:16:20.820Z[ recovery-image] Aug 20 07:16:19.655 INFO O| Aug 20 07:16:19.655 INFO STEP 155 (remove_files) COMPLETE
57382026-08-20T07:16:20.820Z[ recovery-image] Aug 20 07:16:19.655 INFO O| Aug 20 07:16:19.655 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-20T07:16:20.830Z[ recovery-image] Aug 20 07:16:19.665 INFO O| Aug 20 07:16:19.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57402026-08-20T07:16:20.830Z[ recovery-image] Aug 20 07:16:19.665 INFO O| Aug 20 07:16:19.665 INFO STEP 156 (remove_files) COMPLETE
57412026-08-20T07:16:20.833Z[ recovery-image] Aug 20 07:16:19.665 INFO O| Aug 20 07:16:19.665 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-20T07:16:20.839Z[ recovery-image] Aug 20 07:16:19.674 INFO O| Aug 20 07:16:19.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57432026-08-20T07:16:20.839Z[ recovery-image] Aug 20 07:16:19.674 INFO O| Aug 20 07:16:19.674 INFO STEP 157 (remove_files) COMPLETE
57442026-08-20T07:16:20.844Z[ recovery-image] Aug 20 07:16:19.674 INFO O| Aug 20 07:16:19.674 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-20T07:16:20.849Z[ recovery-image] Aug 20 07:16:19.683 INFO O| Aug 20 07:16:19.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57462026-08-20T07:16:20.849Z[ recovery-image] Aug 20 07:16:19.683 INFO O| Aug 20 07:16:19.683 INFO STEP 158 (remove_files) COMPLETE
57472026-08-20T07:16:20.849Z[ recovery-image] Aug 20 07:16:19.683 INFO O| Aug 20 07:16:19.683 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-20T07:16:20.856Z[ recovery-image] Aug 20 07:16:19.691 INFO O| Aug 20 07:16:19.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57492026-08-20T07:16:20.856Z[ recovery-image] Aug 20 07:16:19.691 INFO O| Aug 20 07:16:19.691 INFO STEP 159 (remove_files) COMPLETE
57502026-08-20T07:16:20.856Z[ recovery-image] Aug 20 07:16:19.691 INFO O| Aug 20 07:16:19.691 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-20T07:16:20.865Z[ recovery-image] Aug 20 07:16:19.700 INFO O| Aug 20 07:16:19.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57522026-08-20T07:16:20.865Z[ recovery-image] Aug 20 07:16:19.700 INFO O| Aug 20 07:16:19.700 INFO STEP 160 (remove_files) COMPLETE
57532026-08-20T07:16:20.870Z[ recovery-image] Aug 20 07:16:19.700 INFO O| Aug 20 07:16:19.700 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-20T07:16:20.873Z[ recovery-image] Aug 20 07:16:19.708 INFO O| Aug 20 07:16:19.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57552026-08-20T07:16:20.874Z[ recovery-image] Aug 20 07:16:19.708 INFO O| Aug 20 07:16:19.708 INFO STEP 161 (remove_files) COMPLETE
57562026-08-20T07:16:20.874Z[ recovery-image] Aug 20 07:16:19.708 INFO O| Aug 20 07:16:19.708 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-20T07:16:20.882Z[ recovery-image] Aug 20 07:16:19.717 INFO O| Aug 20 07:16:19.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57582026-08-20T07:16:20.882Z[ recovery-image] Aug 20 07:16:19.717 INFO O| Aug 20 07:16:19.717 INFO STEP 162 (remove_files) COMPLETE
57592026-08-20T07:16:20.886Z[ recovery-image] Aug 20 07:16:19.717 INFO O| Aug 20 07:16:19.717 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-20T07:16:20.892Z[ recovery-image] Aug 20 07:16:19.726 INFO O| Aug 20 07:16:19.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57612026-08-20T07:16:20.892Z[ recovery-image] Aug 20 07:16:19.726 INFO O| Aug 20 07:16:19.726 INFO STEP 163 (remove_files) COMPLETE
57622026-08-20T07:16:20.895Z[ recovery-image] Aug 20 07:16:19.726 INFO O| Aug 20 07:16:19.726 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-20T07:16:20.899Z[ recovery-image] Aug 20 07:16:19.735 INFO O| Aug 20 07:16:19.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57642026-08-20T07:16:20.899Z[ recovery-image] Aug 20 07:16:19.735 INFO O| Aug 20 07:16:19.735 INFO STEP 164 (remove_files) COMPLETE
57652026-08-20T07:16:20.903Z[ recovery-image] Aug 20 07:16:19.735 INFO O| Aug 20 07:16:19.735 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-20T07:16:20.908Z[ recovery-image] Aug 20 07:16:19.743 INFO O| Aug 20 07:16:19.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57672026-08-20T07:16:20.908Z[ recovery-image] Aug 20 07:16:19.743 INFO O| Aug 20 07:16:19.743 INFO STEP 165 (remove_files) COMPLETE
57682026-08-20T07:16:20.911Z[ recovery-image] Aug 20 07:16:19.743 INFO O| Aug 20 07:16:19.743 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-20T07:16:20.917Z[ recovery-image] Aug 20 07:16:19.752 INFO O| Aug 20 07:16:19.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57702026-08-20T07:16:20.917Z[ recovery-image] Aug 20 07:16:19.752 INFO O| Aug 20 07:16:19.752 INFO STEP 166 (remove_files) COMPLETE
57712026-08-20T07:16:20.921Z[ recovery-image] Aug 20 07:16:19.752 INFO O| Aug 20 07:16:19.752 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-20T07:16:20.926Z[ recovery-image] Aug 20 07:16:19.761 INFO O| Aug 20 07:16:19.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57732026-08-20T07:16:20.926Z[ recovery-image] Aug 20 07:16:19.761 INFO O| Aug 20 07:16:19.761 INFO STEP 167 (remove_files) COMPLETE
57742026-08-20T07:16:20.930Z[ recovery-image] Aug 20 07:16:19.761 INFO O| Aug 20 07:16:19.761 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-20T07:16:20.935Z[ recovery-image] Aug 20 07:16:19.770 INFO O| Aug 20 07:16:19.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57762026-08-20T07:16:20.935Z[ recovery-image] Aug 20 07:16:19.770 INFO O| Aug 20 07:16:19.770 INFO STEP 168 (remove_files) COMPLETE
57772026-08-20T07:16:20.935Z[ recovery-image] Aug 20 07:16:19.770 INFO O| Aug 20 07:16:19.770 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-20T07:16:20.943Z[ recovery-image] Aug 20 07:16:19.779 INFO O| Aug 20 07:16:19.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57792026-08-20T07:16:20.943Z[ recovery-image] Aug 20 07:16:19.779 INFO O| Aug 20 07:16:19.779 INFO STEP 169 (remove_files) COMPLETE
57802026-08-20T07:16:20.947Z[ recovery-image] Aug 20 07:16:19.779 INFO O| Aug 20 07:16:19.779 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-20T07:16:20.952Z[ recovery-image] Aug 20 07:16:19.787 INFO O| Aug 20 07:16:19.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57822026-08-20T07:16:20.952Z[ recovery-image] Aug 20 07:16:19.787 INFO O| Aug 20 07:16:19.787 INFO STEP 170 (remove_files) COMPLETE
57832026-08-20T07:16:20.955Z[ recovery-image] Aug 20 07:16:19.787 INFO O| Aug 20 07:16:19.787 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-20T07:16:20.960Z[ recovery-image] Aug 20 07:16:19.795 INFO O| Aug 20 07:16:19.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57852026-08-20T07:16:20.960Z[ recovery-image] Aug 20 07:16:19.795 INFO O| Aug 20 07:16:19.795 INFO STEP 171 (remove_files) COMPLETE
57862026-08-20T07:16:20.963Z[ recovery-image] Aug 20 07:16:19.795 INFO O| Aug 20 07:16:19.795 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-20T07:16:20.969Z[ recovery-image] Aug 20 07:16:19.804 INFO O| Aug 20 07:16:19.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57882026-08-20T07:16:20.969Z[ recovery-image] Aug 20 07:16:19.804 INFO O| Aug 20 07:16:19.804 INFO STEP 172 (remove_files) COMPLETE
57892026-08-20T07:16:20.969Z[ recovery-image] Aug 20 07:16:19.804 INFO O| Aug 20 07:16:19.804 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-20T07:16:20.978Z[ recovery-image] Aug 20 07:16:19.813 INFO O| Aug 20 07:16:19.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57912026-08-20T07:16:20.978Z[ recovery-image] Aug 20 07:16:19.813 INFO O| Aug 20 07:16:19.813 INFO STEP 173 (remove_files) COMPLETE
57922026-08-20T07:16:20.981Z[ recovery-image] Aug 20 07:16:19.813 INFO O| Aug 20 07:16:19.813 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-20T07:16:20.987Z[ recovery-image] Aug 20 07:16:19.822 INFO O| Aug 20 07:16:19.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57942026-08-20T07:16:20.987Z[ recovery-image] Aug 20 07:16:19.822 INFO O| Aug 20 07:16:19.822 INFO STEP 174 (remove_files) COMPLETE
57952026-08-20T07:16:20.987Z[ recovery-image] Aug 20 07:16:19.822 INFO O| Aug 20 07:16:19.822 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-20T07:16:20.996Z[ recovery-image] Aug 20 07:16:19.832 INFO O| Aug 20 07:16:19.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57972026-08-20T07:16:20.996Z[ recovery-image] Aug 20 07:16:19.832 INFO O| Aug 20 07:16:19.832 INFO STEP 175 (remove_files) COMPLETE
57982026-08-20T07:16:20.996Z[ recovery-image] Aug 20 07:16:19.832 INFO O| Aug 20 07:16:19.832 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-20T07:16:21.005Z[ recovery-image] Aug 20 07:16:19.840 INFO O| Aug 20 07:16:19.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58002026-08-20T07:16:21.005Z[ recovery-image] Aug 20 07:16:19.840 INFO O| Aug 20 07:16:19.840 INFO STEP 176 (remove_files) COMPLETE
58012026-08-20T07:16:21.005Z[ recovery-image] Aug 20 07:16:19.840 INFO O| Aug 20 07:16:19.840 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-20T07:16:21.014Z[ recovery-image] Aug 20 07:16:19.849 INFO O| Aug 20 07:16:19.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58032026-08-20T07:16:21.014Z[ recovery-image] Aug 20 07:16:19.849 INFO O| Aug 20 07:16:19.849 INFO STEP 177 (remove_files) COMPLETE
58042026-08-20T07:16:21.014Z[ recovery-image] Aug 20 07:16:19.849 INFO O| Aug 20 07:16:19.849 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-20T07:16:21.022Z[ recovery-image] Aug 20 07:16:19.857 INFO O| Aug 20 07:16:19.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58062026-08-20T07:16:21.022Z[ recovery-image] Aug 20 07:16:19.857 INFO O| Aug 20 07:16:19.857 INFO STEP 178 (remove_files) COMPLETE
58072026-08-20T07:16:21.022Z[ recovery-image] Aug 20 07:16:19.857 INFO O| Aug 20 07:16:19.857 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-20T07:16:21.031Z[ recovery-image] Aug 20 07:16:19.867 INFO O| Aug 20 07:16:19.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58092026-08-20T07:16:21.031Z[ recovery-image] Aug 20 07:16:19.867 INFO O| Aug 20 07:16:19.867 INFO STEP 179 (remove_files) COMPLETE
58102026-08-20T07:16:21.031Z[ recovery-image] Aug 20 07:16:19.867 INFO O| Aug 20 07:16:19.867 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-20T07:16:21.041Z[ recovery-image] Aug 20 07:16:19.875 INFO O| Aug 20 07:16:19.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58122026-08-20T07:16:21.041Z[ recovery-image] Aug 20 07:16:19.875 INFO O| Aug 20 07:16:19.875 INFO STEP 180 (remove_files) COMPLETE
58132026-08-20T07:16:21.041Z[ recovery-image] Aug 20 07:16:19.875 INFO O| Aug 20 07:16:19.875 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-20T07:16:21.050Z[ recovery-image] Aug 20 07:16:19.885 INFO O| Aug 20 07:16:19.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58152026-08-20T07:16:21.050Z[ recovery-image] Aug 20 07:16:19.885 INFO O| Aug 20 07:16:19.885 INFO STEP 181 (remove_files) COMPLETE
58162026-08-20T07:16:21.050Z[ recovery-image] Aug 20 07:16:19.885 INFO O| Aug 20 07:16:19.885 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-20T07:16:21.059Z[ recovery-image] Aug 20 07:16:19.894 INFO O| Aug 20 07:16:19.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58182026-08-20T07:16:21.059Z[ recovery-image] Aug 20 07:16:19.894 INFO O| Aug 20 07:16:19.894 INFO STEP 182 (remove_files) COMPLETE
58192026-08-20T07:16:21.059Z[ recovery-image] Aug 20 07:16:19.894 INFO O| Aug 20 07:16:19.894 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-20T07:16:21.068Z[ recovery-image] Aug 20 07:16:19.903 INFO O| Aug 20 07:16:19.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58212026-08-20T07:16:21.068Z[ recovery-image] Aug 20 07:16:19.904 INFO O| Aug 20 07:16:19.904 INFO STEP 183 (remove_files) COMPLETE
58222026-08-20T07:16:21.072Z[ recovery-image] Aug 20 07:16:19.904 INFO O| Aug 20 07:16:19.904 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-20T07:16:21.077Z[ recovery-image] Aug 20 07:16:19.912 INFO O| Aug 20 07:16:19.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58242026-08-20T07:16:21.077Z[ recovery-image] Aug 20 07:16:19.912 INFO O| Aug 20 07:16:19.912 INFO STEP 184 (remove_files) COMPLETE
58252026-08-20T07:16:21.077Z[ recovery-image] Aug 20 07:16:19.912 INFO O| Aug 20 07:16:19.912 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-20T07:16:21.085Z[ recovery-image] Aug 20 07:16:19.921 INFO O| Aug 20 07:16:19.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58272026-08-20T07:16:21.086Z[ recovery-image] Aug 20 07:16:19.921 INFO O| Aug 20 07:16:19.921 INFO STEP 185 (remove_files) COMPLETE
58282026-08-20T07:16:21.086Z[ recovery-image] Aug 20 07:16:19.921 INFO O| Aug 20 07:16:19.921 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-20T07:16:21.094Z[ recovery-image] Aug 20 07:16:19.929 INFO O| Aug 20 07:16:19.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58302026-08-20T07:16:21.094Z[ recovery-image] Aug 20 07:16:19.929 INFO O| Aug 20 07:16:19.929 INFO STEP 186 (remove_files) COMPLETE
58312026-08-20T07:16:21.097Z[ recovery-image] Aug 20 07:16:19.929 INFO O| Aug 20 07:16:19.929 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-20T07:16:21.104Z[ recovery-image] Aug 20 07:16:19.938 INFO O| Aug 20 07:16:19.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58332026-08-20T07:16:21.123Z[ recovery-image] Aug 20 07:16:19.958 INFO O| Aug 20 07:16:19.958 INFO STEP 187 (remove_files) COMPLETE
58342026-08-20T07:16:21.123Z[ recovery-image] Aug 20 07:16:19.958 INFO O| Aug 20 07:16:19.958 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-20T07:16:21.133Z[ recovery-image] Aug 20 07:16:19.968 INFO O| Aug 20 07:16:19.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58362026-08-20T07:16:21.133Z[ recovery-image] Aug 20 07:16:19.968 INFO O| Aug 20 07:16:19.968 INFO STEP 188 (remove_files) COMPLETE
58372026-08-20T07:16:21.134Z[ recovery-image] Aug 20 07:16:19.968 INFO O| Aug 20 07:16:19.968 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-20T07:16:21.142Z[ recovery-image] Aug 20 07:16:19.977 INFO O| Aug 20 07:16:19.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58392026-08-20T07:16:21.142Z[ recovery-image] Aug 20 07:16:19.977 INFO O| Aug 20 07:16:19.977 INFO STEP 189 (remove_files) COMPLETE
58402026-08-20T07:16:21.142Z[ recovery-image] Aug 20 07:16:19.977 INFO O| Aug 20 07:16:19.977 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-20T07:16:21.165Z[ recovery-image] Aug 20 07:16:20.000 INFO O| Aug 20 07:16:19.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58422026-08-20T07:16:21.165Z[ recovery-image] Aug 20 07:16:20.000 INFO O| Aug 20 07:16:20.000 INFO STEP 190 (remove_files) COMPLETE
58432026-08-20T07:16:21.169Z[ recovery-image] Aug 20 07:16:20.000 INFO O| Aug 20 07:16:20.000 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-20T07:16:21.182Z[ recovery-image] Aug 20 07:16:20.017 INFO O| Aug 20 07:16:20.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58452026-08-20T07:16:21.182Z[ recovery-image] Aug 20 07:16:20.017 INFO O| Aug 20 07:16:20.017 INFO STEP 191 (remove_files) COMPLETE
58462026-08-20T07:16:21.185Z[ recovery-image] Aug 20 07:16:20.017 INFO O| Aug 20 07:16:20.017 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-20T07:16:21.198Z[ recovery-image] Aug 20 07:16:20.033 INFO O| Aug 20 07:16:20.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58482026-08-20T07:16:21.198Z[ recovery-image] Aug 20 07:16:20.033 INFO O| Aug 20 07:16:20.033 INFO STEP 192 (remove_files) COMPLETE
58492026-08-20T07:16:21.202Z[ recovery-image] Aug 20 07:16:20.033 INFO O| Aug 20 07:16:20.033 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-20T07:16:21.207Z[ recovery-image] Aug 20 07:16:20.042 INFO O| Aug 20 07:16:20.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58512026-08-20T07:16:21.207Z[ recovery-image] Aug 20 07:16:20.042 INFO O| Aug 20 07:16:20.042 INFO STEP 193 (remove_files) COMPLETE
58522026-08-20T07:16:21.210Z[ recovery-image] Aug 20 07:16:20.042 INFO O| Aug 20 07:16:20.042 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-20T07:16:21.221Z[ recovery-image] Aug 20 07:16:20.056 INFO O| Aug 20 07:16:20.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58542026-08-20T07:16:21.221Z[ recovery-image] Aug 20 07:16:20.056 INFO O| Aug 20 07:16:20.056 INFO STEP 194 (remove_files) COMPLETE
58552026-08-20T07:16:21.224Z[ recovery-image] Aug 20 07:16:20.056 INFO O| Aug 20 07:16:20.056 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-20T07:16:21.232Z[ recovery-image] Aug 20 07:16:20.067 INFO O| Aug 20 07:16:20.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58572026-08-20T07:16:21.232Z[ recovery-image] Aug 20 07:16:20.067 INFO O| Aug 20 07:16:20.067 INFO STEP 195 (remove_files) COMPLETE
58582026-08-20T07:16:21.232Z[ recovery-image] Aug 20 07:16:20.067 INFO O| Aug 20 07:16:20.067 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-20T07:16:21.241Z[ recovery-image] Aug 20 07:16:20.076 INFO O| Aug 20 07:16:20.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58602026-08-20T07:16:21.241Z[ recovery-image] Aug 20 07:16:20.076 INFO O| Aug 20 07:16:20.076 INFO STEP 196 (remove_files) COMPLETE
58612026-08-20T07:16:21.245Z[ recovery-image] Aug 20 07:16:20.076 INFO O| Aug 20 07:16:20.076 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-20T07:16:21.250Z[ recovery-image] Aug 20 07:16:20.085 INFO O| Aug 20 07:16:20.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58632026-08-20T07:16:21.250Z[ recovery-image] Aug 20 07:16:20.085 INFO O| Aug 20 07:16:20.085 INFO STEP 197 (remove_files) COMPLETE
58642026-08-20T07:16:21.250Z[ recovery-image] Aug 20 07:16:20.085 INFO O| Aug 20 07:16:20.085 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-20T07:16:21.260Z[ recovery-image] Aug 20 07:16:20.095 INFO O| Aug 20 07:16:20.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58662026-08-20T07:16:21.260Z[ recovery-image] Aug 20 07:16:20.095 INFO O| Aug 20 07:16:20.095 INFO STEP 198 (remove_files) COMPLETE
58672026-08-20T07:16:21.260Z[ recovery-image] Aug 20 07:16:20.095 INFO O| Aug 20 07:16:20.095 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-20T07:16:21.268Z[ recovery-image] Aug 20 07:16:20.103 INFO O| Aug 20 07:16:20.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58692026-08-20T07:16:21.272Z[ recovery-image] Aug 20 07:16:20.104 INFO O| Aug 20 07:16:20.104 INFO STEP 199 (remove_files) COMPLETE
58702026-08-20T07:16:21.272Z[ recovery-image] Aug 20 07:16:20.104 INFO O| Aug 20 07:16:20.104 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-20T07:16:21.279Z[ recovery-image] Aug 20 07:16:20.115 INFO O| Aug 20 07:16:20.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58722026-08-20T07:16:21.279Z[ recovery-image] Aug 20 07:16:20.115 INFO O| Aug 20 07:16:20.115 INFO STEP 200 (remove_files) COMPLETE
58732026-08-20T07:16:21.279Z[ recovery-image] Aug 20 07:16:20.115 INFO O| Aug 20 07:16:20.115 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-20T07:16:21.289Z[ recovery-image] Aug 20 07:16:20.125 INFO O| Aug 20 07:16:20.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58752026-08-20T07:16:21.289Z[ recovery-image] Aug 20 07:16:20.125 INFO O| Aug 20 07:16:20.125 INFO STEP 201 (remove_files) COMPLETE
58762026-08-20T07:16:21.289Z[ recovery-image] Aug 20 07:16:20.125 INFO O| Aug 20 07:16:20.125 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-20T07:16:21.300Z[ recovery-image] Aug 20 07:16:20.135 INFO O| Aug 20 07:16:20.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58782026-08-20T07:16:21.300Z[ recovery-image] Aug 20 07:16:20.135 INFO O| Aug 20 07:16:20.135 INFO STEP 202 (remove_files) COMPLETE
58792026-08-20T07:16:21.300Z[ recovery-image] Aug 20 07:16:20.135 INFO O| Aug 20 07:16:20.135 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-20T07:16:21.309Z[ recovery-image] Aug 20 07:16:20.144 INFO O| Aug 20 07:16:20.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58812026-08-20T07:16:21.309Z[ recovery-image] Aug 20 07:16:20.144 INFO O| Aug 20 07:16:20.144 INFO STEP 203 (remove_files) COMPLETE
58822026-08-20T07:16:21.309Z[ recovery-image] Aug 20 07:16:20.144 INFO O| Aug 20 07:16:20.144 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-20T07:16:21.318Z[ recovery-image] Aug 20 07:16:20.153 INFO O| Aug 20 07:16:20.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58842026-08-20T07:16:21.318Z[ recovery-image] Aug 20 07:16:20.153 INFO O| Aug 20 07:16:20.153 INFO STEP 204 (remove_files) COMPLETE
58852026-08-20T07:16:21.318Z[ recovery-image] Aug 20 07:16:20.153 INFO O| Aug 20 07:16:20.153 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-20T07:16:21.327Z[ recovery-image] Aug 20 07:16:20.163 INFO O| Aug 20 07:16:20.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58872026-08-20T07:16:21.327Z[ recovery-image] Aug 20 07:16:20.163 INFO O| Aug 20 07:16:20.163 INFO STEP 205 (remove_files) COMPLETE
58882026-08-20T07:16:21.327Z[ recovery-image] Aug 20 07:16:20.163 INFO O| Aug 20 07:16:20.163 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-20T07:16:21.337Z[ recovery-image] Aug 20 07:16:20.172 INFO O| Aug 20 07:16:20.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58902026-08-20T07:16:21.337Z[ recovery-image] Aug 20 07:16:20.172 INFO O| Aug 20 07:16:20.172 INFO STEP 206 (remove_files) COMPLETE
58912026-08-20T07:16:21.337Z[ recovery-image] Aug 20 07:16:20.172 INFO O| Aug 20 07:16:20.172 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-20T07:16:21.346Z[ recovery-image] Aug 20 07:16:20.181 INFO O| Aug 20 07:16:20.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58932026-08-20T07:16:21.346Z[ recovery-image] Aug 20 07:16:20.182 INFO O| Aug 20 07:16:20.181 INFO STEP 207 (remove_files) COMPLETE
58942026-08-20T07:16:21.346Z[ recovery-image] Aug 20 07:16:20.182 INFO O| Aug 20 07:16:20.182 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-20T07:16:21.362Z[ recovery-image] Aug 20 07:16:20.197 INFO O| Aug 20 07:16:20.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58962026-08-20T07:16:21.366Z[ recovery-image] Aug 20 07:16:20.198 INFO O| Aug 20 07:16:20.198 INFO STEP 208 (remove_files) COMPLETE
58972026-08-20T07:16:21.366Z[ recovery-image] Aug 20 07:16:20.198 INFO O| Aug 20 07:16:20.198 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-20T07:16:21.372Z[ recovery-image] Aug 20 07:16:20.207 INFO O| Aug 20 07:16:20.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58992026-08-20T07:16:21.372Z[ recovery-image] Aug 20 07:16:20.207 INFO O| Aug 20 07:16:20.207 INFO STEP 209 (remove_files) COMPLETE
59002026-08-20T07:16:21.376Z[ recovery-image] Aug 20 07:16:20.207 INFO O| Aug 20 07:16:20.207 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-20T07:16:21.381Z[ recovery-image] Aug 20 07:16:20.217 INFO O| Aug 20 07:16:20.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59022026-08-20T07:16:21.381Z[ recovery-image] Aug 20 07:16:20.217 INFO O| Aug 20 07:16:20.217 INFO STEP 210 (remove_files) COMPLETE
59032026-08-20T07:16:21.381Z[ recovery-image] Aug 20 07:16:20.217 INFO O| Aug 20 07:16:20.217 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-20T07:16:21.393Z[ recovery-image] Aug 20 07:16:20.228 INFO O| Aug 20 07:16:20.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59052026-08-20T07:16:21.393Z[ recovery-image] Aug 20 07:16:20.228 INFO O| Aug 20 07:16:20.228 INFO STEP 211 (remove_files) COMPLETE
59062026-08-20T07:16:21.393Z[ recovery-image] Aug 20 07:16:20.228 INFO O| Aug 20 07:16:20.228 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-20T07:16:21.403Z[ recovery-image] Aug 20 07:16:20.238 INFO O| Aug 20 07:16:20.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59082026-08-20T07:16:21.403Z[ recovery-image] Aug 20 07:16:20.238 INFO O| Aug 20 07:16:20.238 INFO STEP 212 (remove_files) COMPLETE
59092026-08-20T07:16:21.403Z[ recovery-image] Aug 20 07:16:20.238 INFO O| Aug 20 07:16:20.238 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-20T07:16:21.413Z[ recovery-image] Aug 20 07:16:20.248 INFO O| Aug 20 07:16:20.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59112026-08-20T07:16:21.413Z[ recovery-image] Aug 20 07:16:20.248 INFO O| Aug 20 07:16:20.248 INFO STEP 213 (remove_files) COMPLETE
59122026-08-20T07:16:21.416Z[ recovery-image] Aug 20 07:16:20.248 INFO O| Aug 20 07:16:20.248 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-20T07:16:21.423Z[ recovery-image] Aug 20 07:16:20.258 INFO O| Aug 20 07:16:20.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59142026-08-20T07:16:21.423Z[ recovery-image] Aug 20 07:16:20.258 INFO O| Aug 20 07:16:20.258 INFO STEP 214 (remove_files) COMPLETE
59152026-08-20T07:16:21.423Z[ recovery-image] Aug 20 07:16:20.258 INFO O| Aug 20 07:16:20.258 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-20T07:16:21.433Z[ recovery-image] Aug 20 07:16:20.268 INFO O| Aug 20 07:16:20.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59172026-08-20T07:16:21.433Z[ recovery-image] Aug 20 07:16:20.268 INFO O| Aug 20 07:16:20.268 INFO STEP 215 (remove_files) COMPLETE
59182026-08-20T07:16:21.437Z[ recovery-image] Aug 20 07:16:20.268 INFO O| Aug 20 07:16:20.268 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-20T07:16:21.442Z[ recovery-image] Aug 20 07:16:20.277 INFO O| Aug 20 07:16:20.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59202026-08-20T07:16:21.442Z[ recovery-image] Aug 20 07:16:20.278 INFO O| Aug 20 07:16:20.277 INFO STEP 216 (remove_files) COMPLETE
59212026-08-20T07:16:21.442Z[ recovery-image] Aug 20 07:16:20.278 INFO O| Aug 20 07:16:20.277 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-20T07:16:21.451Z[ recovery-image] Aug 20 07:16:20.286 INFO O| Aug 20 07:16:20.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59232026-08-20T07:16:21.454Z[ recovery-image] Aug 20 07:16:20.287 INFO O| Aug 20 07:16:20.287 INFO STEP 217 (remove_files) COMPLETE
59242026-08-20T07:16:21.455Z[ recovery-image] Aug 20 07:16:20.287 INFO O| Aug 20 07:16:20.287 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-20T07:16:21.461Z[ recovery-image] Aug 20 07:16:20.296 INFO O| Aug 20 07:16:20.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59262026-08-20T07:16:21.461Z[ recovery-image] Aug 20 07:16:20.296 INFO O| Aug 20 07:16:20.296 INFO STEP 218 (remove_files) COMPLETE
59272026-08-20T07:16:21.461Z[ recovery-image] Aug 20 07:16:20.296 INFO O| Aug 20 07:16:20.296 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-20T07:16:21.470Z[ recovery-image] Aug 20 07:16:20.305 INFO O| Aug 20 07:16:20.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59292026-08-20T07:16:21.470Z[ recovery-image] Aug 20 07:16:20.305 INFO O| Aug 20 07:16:20.305 INFO STEP 219 (remove_files) COMPLETE
59302026-08-20T07:16:21.471Z[ recovery-image] Aug 20 07:16:20.305 INFO O| Aug 20 07:16:20.305 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-20T07:16:21.487Z[ recovery-image] Aug 20 07:16:20.314 INFO O| Aug 20 07:16:20.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59322026-08-20T07:16:21.487Z[ recovery-image] Aug 20 07:16:20.314 INFO O| Aug 20 07:16:20.314 INFO STEP 220 (remove_files) COMPLETE
59332026-08-20T07:16:21.487Z[ recovery-image] Aug 20 07:16:20.314 INFO O| Aug 20 07:16:20.314 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-20T07:16:21.491Z[ recovery-image] Aug 20 07:16:20.322 INFO O| Aug 20 07:16:20.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59352026-08-20T07:16:21.491Z[ recovery-image] Aug 20 07:16:20.322 INFO O| Aug 20 07:16:20.322 INFO STEP 221 (remove_files) COMPLETE
59362026-08-20T07:16:21.491Z[ recovery-image] Aug 20 07:16:20.322 INFO O| Aug 20 07:16:20.322 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-20T07:16:21.495Z[ recovery-image] Aug 20 07:16:20.331 INFO O| Aug 20 07:16:20.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59382026-08-20T07:16:21.495Z[ recovery-image] Aug 20 07:16:20.331 INFO O| Aug 20 07:16:20.331 INFO STEP 222 (remove_files) COMPLETE
59392026-08-20T07:16:21.499Z[ recovery-image] Aug 20 07:16:20.331 INFO O| Aug 20 07:16:20.331 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-20T07:16:21.504Z[ recovery-image] Aug 20 07:16:20.339 INFO O| Aug 20 07:16:20.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59412026-08-20T07:16:21.504Z[ recovery-image] Aug 20 07:16:20.339 INFO O| Aug 20 07:16:20.339 INFO STEP 223 (remove_files) COMPLETE
59422026-08-20T07:16:21.504Z[ recovery-image] Aug 20 07:16:20.339 INFO O| Aug 20 07:16:20.339 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-20T07:16:21.513Z[ recovery-image] Aug 20 07:16:20.348 INFO O| Aug 20 07:16:20.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59442026-08-20T07:16:21.513Z[ recovery-image] Aug 20 07:16:20.348 INFO O| Aug 20 07:16:20.348 INFO STEP 224 (remove_files) COMPLETE
59452026-08-20T07:16:21.513Z[ recovery-image] Aug 20 07:16:20.348 INFO O| Aug 20 07:16:20.348 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-20T07:16:21.524Z[ recovery-image] Aug 20 07:16:20.359 INFO O| Aug 20 07:16:20.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59472026-08-20T07:16:21.524Z[ recovery-image] Aug 20 07:16:20.359 INFO O| Aug 20 07:16:20.359 INFO STEP 225 (remove_files) COMPLETE
59482026-08-20T07:16:21.527Z[ recovery-image] Aug 20 07:16:20.359 INFO O| Aug 20 07:16:20.359 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-20T07:16:21.533Z[ recovery-image] Aug 20 07:16:20.369 INFO O| Aug 20 07:16:20.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59502026-08-20T07:16:21.533Z[ recovery-image] Aug 20 07:16:20.369 INFO O| Aug 20 07:16:20.369 INFO STEP 226 (remove_files) COMPLETE
59512026-08-20T07:16:21.533Z[ recovery-image] Aug 20 07:16:20.369 INFO O| Aug 20 07:16:20.369 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-20T07:16:21.543Z[ recovery-image] Aug 20 07:16:20.378 INFO O| Aug 20 07:16:20.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59532026-08-20T07:16:21.546Z[ recovery-image] Aug 20 07:16:20.379 INFO O| Aug 20 07:16:20.379 INFO STEP 227 (remove_files) COMPLETE
59542026-08-20T07:16:21.546Z[ recovery-image] Aug 20 07:16:20.379 INFO O| Aug 20 07:16:20.379 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-20T07:16:21.553Z[ recovery-image] Aug 20 07:16:20.388 INFO O| Aug 20 07:16:20.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59562026-08-20T07:16:21.553Z[ recovery-image] Aug 20 07:16:20.388 INFO O| Aug 20 07:16:20.388 INFO STEP 228 (remove_files) COMPLETE
59572026-08-20T07:16:21.556Z[ recovery-image] Aug 20 07:16:20.388 INFO O| Aug 20 07:16:20.388 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-20T07:16:21.559Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
59592026-08-20T07:16:21.563Z[ recovery-image] Aug 20 07:16:20.397 INFO O| Aug 20 07:16:20.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59602026-08-20T07:16:21.563Z[ recovery-image] Aug 20 07:16:20.397 INFO O| Aug 20 07:16:20.397 INFO STEP 229 (remove_files) COMPLETE
59612026-08-20T07:16:21.563Z[ recovery-image] Aug 20 07:16:20.397 INFO O| Aug 20 07:16:20.397 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-20T07:16:21.571Z[ recovery-image] Aug 20 07:16:20.406 INFO O| Aug 20 07:16:20.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59632026-08-20T07:16:21.571Z[ recovery-image] Aug 20 07:16:20.406 INFO O| Aug 20 07:16:20.406 INFO STEP 230 (remove_files) COMPLETE
59642026-08-20T07:16:21.571Z[ recovery-image] Aug 20 07:16:20.406 INFO O| Aug 20 07:16:20.406 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-20T07:16:21.584Z[ recovery-image] Aug 20 07:16:20.418 INFO O| Aug 20 07:16:20.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59662026-08-20T07:16:21.584Z[ recovery-image] Aug 20 07:16:20.418 INFO O| Aug 20 07:16:20.418 INFO STEP 231 (remove_files) COMPLETE
59672026-08-20T07:16:21.585Z[ recovery-image] Aug 20 07:16:20.418 INFO O| Aug 20 07:16:20.418 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-20T07:16:21.594Z[ recovery-image] Aug 20 07:16:20.429 INFO O| Aug 20 07:16:20.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59692026-08-20T07:16:21.594Z[ recovery-image] Aug 20 07:16:20.429 INFO O| Aug 20 07:16:20.429 INFO STEP 232 (remove_files) COMPLETE
59702026-08-20T07:16:21.595Z[ recovery-image] Aug 20 07:16:20.429 INFO O| Aug 20 07:16:20.429 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-20T07:16:21.604Z[ recovery-image] Aug 20 07:16:20.440 INFO O| Aug 20 07:16:20.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59722026-08-20T07:16:21.604Z[ recovery-image] Aug 20 07:16:20.440 INFO O| Aug 20 07:16:20.440 INFO STEP 233 (remove_files) COMPLETE
59732026-08-20T07:16:21.604Z[ recovery-image] Aug 20 07:16:20.440 INFO O| Aug 20 07:16:20.440 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-20T07:16:21.615Z[ recovery-image] Aug 20 07:16:20.450 INFO O| Aug 20 07:16:20.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59752026-08-20T07:16:21.615Z[ recovery-image] Aug 20 07:16:20.450 INFO O| Aug 20 07:16:20.450 INFO STEP 234 (remove_files) COMPLETE
59762026-08-20T07:16:21.615Z[ recovery-image] Aug 20 07:16:20.451 INFO O| Aug 20 07:16:20.450 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-20T07:16:21.626Z[ recovery-image] Aug 20 07:16:20.461 INFO O| Aug 20 07:16:20.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59782026-08-20T07:16:21.626Z[ recovery-image] Aug 20 07:16:20.461 INFO O| Aug 20 07:16:20.461 INFO STEP 235 (remove_files) COMPLETE
59792026-08-20T07:16:21.626Z[ recovery-image] Aug 20 07:16:20.461 INFO O| Aug 20 07:16:20.461 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-20T07:16:21.636Z[ recovery-image] Aug 20 07:16:20.471 INFO O| Aug 20 07:16:20.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59812026-08-20T07:16:21.636Z[ recovery-image] Aug 20 07:16:20.471 INFO O| Aug 20 07:16:20.471 INFO STEP 236 (remove_files) COMPLETE
59822026-08-20T07:16:21.636Z[ recovery-image] Aug 20 07:16:20.471 INFO O| Aug 20 07:16:20.471 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-20T07:16:21.646Z[ recovery-image] Aug 20 07:16:20.481 INFO O| Aug 20 07:16:20.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59842026-08-20T07:16:21.646Z[ recovery-image] Aug 20 07:16:20.481 INFO O| Aug 20 07:16:20.481 INFO STEP 237 (remove_files) COMPLETE
59852026-08-20T07:16:21.649Z[ recovery-image] Aug 20 07:16:20.481 INFO O| Aug 20 07:16:20.481 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-20T07:16:21.656Z[ recovery-image] Aug 20 07:16:20.491 INFO O| Aug 20 07:16:20.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59872026-08-20T07:16:21.656Z[ recovery-image] Aug 20 07:16:20.491 INFO O| Aug 20 07:16:20.491 INFO STEP 238 (remove_files) COMPLETE
59882026-08-20T07:16:21.656Z[ recovery-image] Aug 20 07:16:20.491 INFO O| Aug 20 07:16:20.491 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-20T07:16:21.667Z[ recovery-image] Aug 20 07:16:20.502 INFO O| Aug 20 07:16:20.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59902026-08-20T07:16:21.667Z[ recovery-image] Aug 20 07:16:20.502 INFO O| Aug 20 07:16:20.502 INFO STEP 239 (remove_files) COMPLETE
59912026-08-20T07:16:21.667Z[ recovery-image] Aug 20 07:16:20.502 INFO O| Aug 20 07:16:20.502 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-20T07:16:21.678Z[ recovery-image] Aug 20 07:16:20.513 INFO O| Aug 20 07:16:20.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59932026-08-20T07:16:21.678Z[ recovery-image] Aug 20 07:16:20.513 INFO O| Aug 20 07:16:20.513 INFO STEP 240 (remove_files) COMPLETE
59942026-08-20T07:16:21.678Z[ recovery-image] Aug 20 07:16:20.513 INFO O| Aug 20 07:16:20.513 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-20T07:16:21.689Z[ recovery-image] Aug 20 07:16:20.524 INFO O| Aug 20 07:16:20.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59962026-08-20T07:16:21.689Z[ recovery-image] Aug 20 07:16:20.524 INFO O| Aug 20 07:16:20.524 INFO STEP 241 (remove_files) COMPLETE
59972026-08-20T07:16:21.689Z[ recovery-image] Aug 20 07:16:20.524 INFO O| Aug 20 07:16:20.524 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-20T07:16:21.699Z[ recovery-image] Aug 20 07:16:20.534 INFO O| Aug 20 07:16:20.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59992026-08-20T07:16:21.699Z[ recovery-image] Aug 20 07:16:20.534 INFO O| Aug 20 07:16:20.534 INFO STEP 242 (remove_files) COMPLETE
60002026-08-20T07:16:21.699Z[ recovery-image] Aug 20 07:16:20.534 INFO O| Aug 20 07:16:20.534 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-20T07:16:21.710Z[ recovery-image] Aug 20 07:16:20.545 INFO O| Aug 20 07:16:20.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60022026-08-20T07:16:21.710Z[ recovery-image] Aug 20 07:16:20.545 INFO O| Aug 20 07:16:20.545 INFO STEP 243 (remove_files) COMPLETE
60032026-08-20T07:16:21.710Z[ recovery-image] Aug 20 07:16:20.545 INFO O| Aug 20 07:16:20.545 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-20T07:16:21.720Z[ recovery-image] Aug 20 07:16:20.555 INFO O| Aug 20 07:16:20.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60052026-08-20T07:16:21.720Z[ recovery-image] Aug 20 07:16:20.555 INFO O| Aug 20 07:16:20.555 INFO STEP 244 (remove_files) COMPLETE
60062026-08-20T07:16:21.720Z[ recovery-image] Aug 20 07:16:20.555 INFO O| Aug 20 07:16:20.555 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-20T07:16:21.737Z[ recovery-image] Aug 20 07:16:20.566 INFO O| Aug 20 07:16:20.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60082026-08-20T07:16:21.737Z[ recovery-image] Aug 20 07:16:20.566 INFO O| Aug 20 07:16:20.566 INFO STEP 245 (remove_files) COMPLETE
60092026-08-20T07:16:21.737Z[ recovery-image] Aug 20 07:16:20.566 INFO O| Aug 20 07:16:20.566 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-20T07:16:21.741Z[ recovery-image] Aug 20 07:16:20.576 INFO O| Aug 20 07:16:20.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60112026-08-20T07:16:21.741Z[ recovery-image] Aug 20 07:16:20.576 INFO O| Aug 20 07:16:20.576 INFO STEP 246 (remove_files) COMPLETE
60122026-08-20T07:16:21.742Z[ recovery-image] Aug 20 07:16:20.576 INFO O| Aug 20 07:16:20.576 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-20T07:16:21.751Z[ recovery-image] Aug 20 07:16:20.586 INFO O| Aug 20 07:16:20.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60142026-08-20T07:16:21.751Z[ recovery-image] Aug 20 07:16:20.586 INFO O| Aug 20 07:16:20.586 INFO STEP 247 (remove_files) COMPLETE
60152026-08-20T07:16:21.751Z[ recovery-image] Aug 20 07:16:20.586 INFO O| Aug 20 07:16:20.586 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-20T07:16:21.761Z[ recovery-image] Aug 20 07:16:20.596 INFO O| Aug 20 07:16:20.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60172026-08-20T07:16:21.761Z[ recovery-image] Aug 20 07:16:20.596 INFO O| Aug 20 07:16:20.596 INFO STEP 248 (remove_files) COMPLETE
60182026-08-20T07:16:21.761Z[ recovery-image] Aug 20 07:16:20.596 INFO O| Aug 20 07:16:20.596 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-20T07:16:21.774Z[ recovery-image] Aug 20 07:16:20.607 INFO O| Aug 20 07:16:20.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60202026-08-20T07:16:21.774Z[ recovery-image] Aug 20 07:16:20.607 INFO O| Aug 20 07:16:20.607 INFO STEP 249 (remove_files) COMPLETE
60212026-08-20T07:16:21.774Z[ recovery-image] Aug 20 07:16:20.607 INFO O| Aug 20 07:16:20.607 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-20T07:16:21.782Z[ recovery-image] Aug 20 07:16:20.618 INFO O| Aug 20 07:16:20.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60232026-08-20T07:16:21.783Z[ recovery-image] Aug 20 07:16:20.618 INFO O| Aug 20 07:16:20.618 INFO STEP 250 (remove_files) COMPLETE
60242026-08-20T07:16:21.783Z[ recovery-image] Aug 20 07:16:20.618 INFO O| Aug 20 07:16:20.618 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-20T07:16:21.793Z[ recovery-image] Aug 20 07:16:20.628 INFO O| Aug 20 07:16:20.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60262026-08-20T07:16:21.793Z[ recovery-image] Aug 20 07:16:20.628 INFO O| Aug 20 07:16:20.628 INFO STEP 251 (remove_files) COMPLETE
60272026-08-20T07:16:21.793Z[ recovery-image] Aug 20 07:16:20.628 INFO O| Aug 20 07:16:20.628 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-20T07:16:21.803Z[ recovery-image] Aug 20 07:16:20.639 INFO O| Aug 20 07:16:20.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60292026-08-20T07:16:21.803Z[ recovery-image] Aug 20 07:16:20.639 INFO O| Aug 20 07:16:20.639 INFO STEP 252 (remove_files) COMPLETE
60302026-08-20T07:16:21.807Z[ recovery-image] Aug 20 07:16:20.639 INFO O| Aug 20 07:16:20.639 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-20T07:16:21.817Z[ recovery-image] Aug 20 07:16:20.649 INFO O| Aug 20 07:16:20.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60322026-08-20T07:16:21.822Z[ recovery-image] Aug 20 07:16:20.649 INFO O| Aug 20 07:16:20.649 INFO STEP 253 (remove_files) COMPLETE
60332026-08-20T07:16:21.825Z[ recovery-image] Aug 20 07:16:20.649 INFO O| Aug 20 07:16:20.649 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-20T07:16:21.825Z[ recovery-image] Aug 20 07:16:20.659 INFO O| Aug 20 07:16:20.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60352026-08-20T07:16:21.825Z[ recovery-image] Aug 20 07:16:20.659 INFO O| Aug 20 07:16:20.659 INFO STEP 254 (remove_files) COMPLETE
60362026-08-20T07:16:21.825Z[ recovery-image] Aug 20 07:16:20.659 INFO O| Aug 20 07:16:20.659 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-20T07:16:21.834Z[ recovery-image] Aug 20 07:16:20.669 INFO O| Aug 20 07:16:20.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60382026-08-20T07:16:21.834Z[ recovery-image] Aug 20 07:16:20.669 INFO O| Aug 20 07:16:20.669 INFO STEP 255 (remove_files) COMPLETE
60392026-08-20T07:16:21.834Z[ recovery-image] Aug 20 07:16:20.669 INFO O| Aug 20 07:16:20.669 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-20T07:16:21.844Z[ recovery-image] Aug 20 07:16:20.679 INFO O| Aug 20 07:16:20.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60412026-08-20T07:16:21.844Z[ recovery-image] Aug 20 07:16:20.679 INFO O| Aug 20 07:16:20.679 INFO STEP 256 (remove_files) COMPLETE
60422026-08-20T07:16:21.844Z[ recovery-image] Aug 20 07:16:20.679 INFO O| Aug 20 07:16:20.679 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-20T07:16:21.854Z[ recovery-image] Aug 20 07:16:20.689 INFO O| Aug 20 07:16:20.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60442026-08-20T07:16:21.854Z[ recovery-image] Aug 20 07:16:20.689 INFO O| Aug 20 07:16:20.689 INFO STEP 257 (remove_files) COMPLETE
60452026-08-20T07:16:21.854Z[ recovery-image] Aug 20 07:16:20.689 INFO O| Aug 20 07:16:20.689 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-20T07:16:21.863Z[ recovery-image] Aug 20 07:16:20.699 INFO O| Aug 20 07:16:20.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60472026-08-20T07:16:21.863Z[ recovery-image] Aug 20 07:16:20.699 INFO O| Aug 20 07:16:20.699 INFO STEP 258 (remove_files) COMPLETE
60482026-08-20T07:16:21.863Z[ recovery-image] Aug 20 07:16:20.699 INFO O| Aug 20 07:16:20.699 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-20T07:16:21.874Z[ recovery-image] Aug 20 07:16:20.709 INFO O| Aug 20 07:16:20.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60502026-08-20T07:16:21.874Z[ recovery-image] Aug 20 07:16:20.709 INFO O| Aug 20 07:16:20.709 INFO STEP 259 (remove_files) COMPLETE
60512026-08-20T07:16:21.874Z[ recovery-image] Aug 20 07:16:20.709 INFO O| Aug 20 07:16:20.709 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-20T07:16:21.884Z[ recovery-image] Aug 20 07:16:20.719 INFO O| Aug 20 07:16:20.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60532026-08-20T07:16:21.884Z[ recovery-image] Aug 20 07:16:20.719 INFO O| Aug 20 07:16:20.719 INFO STEP 260 (remove_files) COMPLETE
60542026-08-20T07:16:21.884Z[ recovery-image] Aug 20 07:16:20.719 INFO O| Aug 20 07:16:20.719 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-20T07:16:21.893Z[ recovery-image] Aug 20 07:16:20.728 INFO O| Aug 20 07:16:20.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60562026-08-20T07:16:21.893Z[ recovery-image] Aug 20 07:16:20.728 INFO O| Aug 20 07:16:20.728 INFO STEP 261 (remove_files) COMPLETE
60572026-08-20T07:16:21.893Z[ recovery-image] Aug 20 07:16:20.729 INFO O| Aug 20 07:16:20.728 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-20T07:16:21.903Z[ recovery-image] Aug 20 07:16:20.738 INFO O| Aug 20 07:16:20.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60592026-08-20T07:16:21.903Z[ recovery-image] Aug 20 07:16:20.738 INFO O| Aug 20 07:16:20.738 INFO STEP 262 (remove_files) COMPLETE
60602026-08-20T07:16:21.903Z[ recovery-image] Aug 20 07:16:20.738 INFO O| Aug 20 07:16:20.738 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-20T07:16:21.913Z[ recovery-image] Aug 20 07:16:20.748 INFO O| Aug 20 07:16:20.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60622026-08-20T07:16:21.913Z[ recovery-image] Aug 20 07:16:20.748 INFO O| Aug 20 07:16:20.748 INFO STEP 263 (remove_files) COMPLETE
60632026-08-20T07:16:21.913Z[ recovery-image] Aug 20 07:16:20.748 INFO O| Aug 20 07:16:20.748 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-20T07:16:21.923Z[ recovery-image] Aug 20 07:16:20.758 INFO O| Aug 20 07:16:20.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60652026-08-20T07:16:21.923Z[ recovery-image] Aug 20 07:16:20.759 INFO O| Aug 20 07:16:20.758 INFO STEP 264 (remove_files) COMPLETE
60662026-08-20T07:16:21.923Z[ recovery-image] Aug 20 07:16:20.759 INFO O| Aug 20 07:16:20.758 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-20T07:16:21.933Z[ recovery-image] Aug 20 07:16:20.768 INFO O| Aug 20 07:16:20.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60682026-08-20T07:16:21.933Z[ recovery-image] Aug 20 07:16:20.768 INFO O| Aug 20 07:16:20.768 INFO STEP 265 (remove_files) COMPLETE
60692026-08-20T07:16:21.933Z[ recovery-image] Aug 20 07:16:20.768 INFO O| Aug 20 07:16:20.768 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-20T07:16:21.942Z[ recovery-image] Aug 20 07:16:20.777 INFO O| Aug 20 07:16:20.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60712026-08-20T07:16:21.942Z[ recovery-image] Aug 20 07:16:20.777 INFO O| Aug 20 07:16:20.777 INFO STEP 266 (remove_files) COMPLETE
60722026-08-20T07:16:21.942Z[ recovery-image] Aug 20 07:16:20.777 INFO O| Aug 20 07:16:20.777 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-20T07:16:21.951Z[ recovery-image] Aug 20 07:16:20.786 INFO O| Aug 20 07:16:20.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60742026-08-20T07:16:21.951Z[ recovery-image] Aug 20 07:16:20.786 INFO O| Aug 20 07:16:20.786 INFO STEP 267 (remove_files) COMPLETE
60752026-08-20T07:16:21.951Z[ recovery-image] Aug 20 07:16:20.786 INFO O| Aug 20 07:16:20.786 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-20T07:16:21.959Z[ recovery-image] Aug 20 07:16:20.794 INFO O| Aug 20 07:16:20.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60772026-08-20T07:16:21.959Z[ recovery-image] Aug 20 07:16:20.795 INFO O| Aug 20 07:16:20.794 INFO STEP 268 (remove_files) COMPLETE
60782026-08-20T07:16:21.959Z[ recovery-image] Aug 20 07:16:20.795 INFO O| Aug 20 07:16:20.794 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-20T07:16:21.968Z[ recovery-image] Aug 20 07:16:20.803 INFO O| Aug 20 07:16:20.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60802026-08-20T07:16:21.968Z[ recovery-image] Aug 20 07:16:20.803 INFO O| Aug 20 07:16:20.803 INFO STEP 269 (remove_files) COMPLETE
60812026-08-20T07:16:21.968Z[ recovery-image] Aug 20 07:16:20.803 INFO O| Aug 20 07:16:20.803 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-20T07:16:21.976Z[ recovery-image] Aug 20 07:16:20.812 INFO O| Aug 20 07:16:20.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60832026-08-20T07:16:21.976Z[ recovery-image] Aug 20 07:16:20.812 INFO O| Aug 20 07:16:20.812 INFO STEP 270 (remove_files) COMPLETE
60842026-08-20T07:16:21.976Z[ recovery-image] Aug 20 07:16:20.812 INFO O| Aug 20 07:16:20.812 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-20T07:16:21.986Z[ recovery-image] Aug 20 07:16:20.821 INFO O| Aug 20 07:16:20.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60862026-08-20T07:16:21.986Z[ recovery-image] Aug 20 07:16:20.821 INFO O| Aug 20 07:16:20.821 INFO STEP 271 (remove_files) COMPLETE
60872026-08-20T07:16:21.986Z[ recovery-image] Aug 20 07:16:20.821 INFO O| Aug 20 07:16:20.821 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-20T07:16:21.995Z[ recovery-image] Aug 20 07:16:20.830 INFO O| Aug 20 07:16:20.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60892026-08-20T07:16:21.999Z[ recovery-image] Aug 20 07:16:20.830 INFO O| Aug 20 07:16:20.830 INFO STEP 272 (remove_files) COMPLETE
60902026-08-20T07:16:21.999Z[ recovery-image] Aug 20 07:16:20.831 INFO O| Aug 20 07:16:20.830 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-20T07:16:22.005Z[ recovery-image] Aug 20 07:16:20.840 INFO O| Aug 20 07:16:20.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60922026-08-20T07:16:22.008Z[ recovery-image] Aug 20 07:16:20.841 INFO O| Aug 20 07:16:20.841 INFO STEP 273 (remove_files) COMPLETE
60932026-08-20T07:16:22.008Z[ recovery-image] Aug 20 07:16:20.841 INFO O| Aug 20 07:16:20.841 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-20T07:16:22.014Z[ recovery-image] Aug 20 07:16:20.850 INFO O| Aug 20 07:16:20.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60952026-08-20T07:16:22.018Z[ recovery-image] Aug 20 07:16:20.850 INFO O| Aug 20 07:16:20.850 INFO STEP 274 (remove_files) COMPLETE
60962026-08-20T07:16:22.018Z[ recovery-image] Aug 20 07:16:20.850 INFO O| Aug 20 07:16:20.850 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-20T07:16:22.023Z[ recovery-image] Aug 20 07:16:20.858 INFO O| Aug 20 07:16:20.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60982026-08-20T07:16:22.023Z[ recovery-image] Aug 20 07:16:20.858 INFO O| Aug 20 07:16:20.858 INFO STEP 275 (remove_files) COMPLETE
60992026-08-20T07:16:22.023Z[ recovery-image] Aug 20 07:16:20.858 INFO O| Aug 20 07:16:20.858 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-20T07:16:22.031Z[ recovery-image] Aug 20 07:16:20.866 INFO O| Aug 20 07:16:20.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61012026-08-20T07:16:22.031Z[ recovery-image] Aug 20 07:16:20.866 INFO O| Aug 20 07:16:20.866 INFO STEP 276 (remove_files) COMPLETE
61022026-08-20T07:16:22.031Z[ recovery-image] Aug 20 07:16:20.866 INFO O| Aug 20 07:16:20.866 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-20T07:16:22.039Z[ recovery-image] Aug 20 07:16:20.874 INFO O| Aug 20 07:16:20.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61042026-08-20T07:16:22.040Z[ recovery-image] Aug 20 07:16:20.874 INFO O| Aug 20 07:16:20.874 INFO STEP 277 (remove_files) COMPLETE
61052026-08-20T07:16:22.044Z[ recovery-image] Aug 20 07:16:20.874 INFO O| Aug 20 07:16:20.874 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-20T07:16:22.047Z[ recovery-image] Aug 20 07:16:20.882 INFO O| Aug 20 07:16:20.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61072026-08-20T07:16:22.047Z[ recovery-image] Aug 20 07:16:20.882 INFO O| Aug 20 07:16:20.882 INFO STEP 278 (remove_files) COMPLETE
61082026-08-20T07:16:22.047Z[ recovery-image] Aug 20 07:16:20.882 INFO O| Aug 20 07:16:20.882 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-20T07:16:22.054Z[ recovery-image] Aug 20 07:16:20.890 INFO O| Aug 20 07:16:20.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61102026-08-20T07:16:22.054Z[ recovery-image] Aug 20 07:16:20.890 INFO O| Aug 20 07:16:20.890 INFO STEP 279 (remove_files) COMPLETE
61112026-08-20T07:16:22.055Z[ recovery-image] Aug 20 07:16:20.890 INFO O| Aug 20 07:16:20.890 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-20T07:16:22.060Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
61132026-08-20T07:16:22.063Z[ recovery-image] Aug 20 07:16:20.898 INFO O| Aug 20 07:16:20.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61142026-08-20T07:16:22.063Z[ recovery-image] Aug 20 07:16:20.898 INFO O| Aug 20 07:16:20.898 INFO STEP 280 (remove_files) COMPLETE
61152026-08-20T07:16:22.066Z[ recovery-image] Aug 20 07:16:20.898 INFO O| Aug 20 07:16:20.898 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-20T07:16:22.073Z[ recovery-image] Aug 20 07:16:20.908 INFO O| Aug 20 07:16:20.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61172026-08-20T07:16:22.073Z[ recovery-image] Aug 20 07:16:20.908 INFO O| Aug 20 07:16:20.908 INFO STEP 281 (remove_files) COMPLETE
61182026-08-20T07:16:22.073Z[ recovery-image] Aug 20 07:16:20.908 INFO O| Aug 20 07:16:20.908 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-20T07:16:22.082Z[ recovery-image] Aug 20 07:16:20.918 INFO O| Aug 20 07:16:20.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61202026-08-20T07:16:22.082Z[ recovery-image] Aug 20 07:16:20.918 INFO O| Aug 20 07:16:20.918 INFO STEP 282 (remove_files) COMPLETE
61212026-08-20T07:16:22.082Z[ recovery-image] Aug 20 07:16:20.918 INFO O| Aug 20 07:16:20.918 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-20T07:16:22.092Z[ recovery-image] Aug 20 07:16:20.927 INFO O| Aug 20 07:16:20.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61232026-08-20T07:16:22.092Z[ recovery-image] Aug 20 07:16:20.927 INFO O| Aug 20 07:16:20.927 INFO STEP 283 (remove_files) COMPLETE
61242026-08-20T07:16:22.095Z[ recovery-image] Aug 20 07:16:20.927 INFO O| Aug 20 07:16:20.927 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-20T07:16:22.101Z[ recovery-image] Aug 20 07:16:20.936 INFO O| Aug 20 07:16:20.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61262026-08-20T07:16:22.104Z[ recovery-image] Aug 20 07:16:20.936 INFO O| Aug 20 07:16:20.936 INFO STEP 284 (remove_files) COMPLETE
61272026-08-20T07:16:22.104Z[ recovery-image] Aug 20 07:16:20.936 INFO O| Aug 20 07:16:20.936 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-20T07:16:22.113Z[ recovery-image] Aug 20 07:16:20.947 INFO O| Aug 20 07:16:20.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61292026-08-20T07:16:22.113Z[ recovery-image] Aug 20 07:16:20.947 INFO O| Aug 20 07:16:20.947 INFO STEP 285 (remove_files) COMPLETE
61302026-08-20T07:16:22.113Z[ recovery-image] Aug 20 07:16:20.947 INFO O| Aug 20 07:16:20.947 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-20T07:16:22.123Z[ recovery-image] Aug 20 07:16:20.958 INFO O| Aug 20 07:16:20.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61322026-08-20T07:16:22.123Z[ recovery-image] Aug 20 07:16:20.958 INFO O| Aug 20 07:16:20.958 INFO STEP 286 (remove_files) COMPLETE
61332026-08-20T07:16:22.123Z[ recovery-image] Aug 20 07:16:20.958 INFO O| Aug 20 07:16:20.958 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-20T07:16:22.134Z[ recovery-image] Aug 20 07:16:20.969 INFO O| Aug 20 07:16:20.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61352026-08-20T07:16:22.134Z[ recovery-image] Aug 20 07:16:20.969 INFO O| Aug 20 07:16:20.969 INFO STEP 287 (remove_files) COMPLETE
61362026-08-20T07:16:22.134Z[ recovery-image] Aug 20 07:16:20.969 INFO O| Aug 20 07:16:20.969 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-20T07:16:22.144Z[ recovery-image] Aug 20 07:16:20.979 INFO O| Aug 20 07:16:20.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61382026-08-20T07:16:22.144Z[ recovery-image] Aug 20 07:16:20.979 INFO O| Aug 20 07:16:20.979 INFO STEP 288 (remove_files) COMPLETE
61392026-08-20T07:16:22.148Z[ recovery-image] Aug 20 07:16:20.980 INFO O| Aug 20 07:16:20.979 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-20T07:16:22.155Z[ recovery-image] Aug 20 07:16:20.990 INFO O| Aug 20 07:16:20.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61412026-08-20T07:16:22.155Z[ recovery-image] Aug 20 07:16:20.990 INFO O| Aug 20 07:16:20.990 INFO STEP 289 (remove_files) COMPLETE
61422026-08-20T07:16:22.158Z[ recovery-image] Aug 20 07:16:20.990 INFO O| Aug 20 07:16:20.990 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-20T07:16:22.165Z[ recovery-image] Aug 20 07:16:21.000 INFO O| Aug 20 07:16:21.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61442026-08-20T07:16:22.165Z[ recovery-image] Aug 20 07:16:21.000 INFO O| Aug 20 07:16:21.000 INFO STEP 290 (remove_files) COMPLETE
61452026-08-20T07:16:22.165Z[ recovery-image] Aug 20 07:16:21.000 INFO O| Aug 20 07:16:21.000 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-20T07:16:22.177Z[ recovery-image] Aug 20 07:16:21.012 INFO O| Aug 20 07:16:21.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61472026-08-20T07:16:22.177Z[ recovery-image] Aug 20 07:16:21.012 INFO O| Aug 20 07:16:21.012 INFO STEP 291 (remove_files) COMPLETE
61482026-08-20T07:16:22.177Z[ recovery-image] Aug 20 07:16:21.012 INFO O| Aug 20 07:16:21.012 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-20T07:16:22.191Z[ recovery-image] Aug 20 07:16:21.026 INFO O| Aug 20 07:16:21.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61502026-08-20T07:16:22.191Z[ recovery-image] Aug 20 07:16:21.026 INFO O| Aug 20 07:16:21.026 INFO STEP 292 (remove_files) COMPLETE
61512026-08-20T07:16:22.191Z[ recovery-image] Aug 20 07:16:21.026 INFO O| Aug 20 07:16:21.026 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-20T07:16:22.224Z[ recovery-image] Aug 20 07:16:21.059 INFO O| Aug 20 07:16:21.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61532026-08-20T07:16:22.224Z[ recovery-image] Aug 20 07:16:21.059 INFO O| Aug 20 07:16:21.059 INFO STEP 293 (remove_files) COMPLETE
61542026-08-20T07:16:22.224Z[ recovery-image] Aug 20 07:16:21.059 INFO O| Aug 20 07:16:21.059 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-20T07:16:22.234Z[ recovery-image] Aug 20 07:16:21.069 INFO O| Aug 20 07:16:21.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61562026-08-20T07:16:22.234Z[ recovery-image] Aug 20 07:16:21.070 INFO O| Aug 20 07:16:21.070 INFO STEP 294 (remove_files) COMPLETE
61572026-08-20T07:16:22.238Z[ recovery-image] Aug 20 07:16:21.070 INFO O| Aug 20 07:16:21.070 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-20T07:16:22.244Z[ recovery-image] Aug 20 07:16:21.080 INFO O| Aug 20 07:16:21.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61592026-08-20T07:16:22.244Z[ recovery-image] Aug 20 07:16:21.080 INFO O| Aug 20 07:16:21.080 INFO STEP 295 (remove_files) COMPLETE
61602026-08-20T07:16:22.244Z[ recovery-image] Aug 20 07:16:21.080 INFO O| Aug 20 07:16:21.080 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-20T07:16:22.255Z[ recovery-image] Aug 20 07:16:21.090 INFO O| Aug 20 07:16:21.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61622026-08-20T07:16:22.255Z[ recovery-image] Aug 20 07:16:21.091 INFO O| Aug 20 07:16:21.090 INFO STEP 296 (remove_files) COMPLETE
61632026-08-20T07:16:22.255Z[ recovery-image] Aug 20 07:16:21.091 INFO O| Aug 20 07:16:21.090 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-20T07:16:22.266Z[ recovery-image] Aug 20 07:16:21.101 INFO O| Aug 20 07:16:21.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61652026-08-20T07:16:22.266Z[ recovery-image] Aug 20 07:16:21.101 INFO O| Aug 20 07:16:21.101 INFO STEP 297 (remove_files) COMPLETE
61662026-08-20T07:16:22.271Z[ recovery-image] Aug 20 07:16:21.101 INFO O| Aug 20 07:16:21.101 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-20T07:16:22.276Z[ recovery-image] Aug 20 07:16:21.111 INFO O| Aug 20 07:16:21.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61682026-08-20T07:16:22.276Z[ recovery-image] Aug 20 07:16:21.111 INFO O| Aug 20 07:16:21.111 INFO STEP 298 (remove_files) COMPLETE
61692026-08-20T07:16:22.276Z[ recovery-image] Aug 20 07:16:21.111 INFO O| Aug 20 07:16:21.111 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-20T07:16:22.286Z[ recovery-image] Aug 20 07:16:21.121 INFO O| Aug 20 07:16:21.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61712026-08-20T07:16:22.286Z[ recovery-image] Aug 20 07:16:21.121 INFO O| Aug 20 07:16:21.121 INFO STEP 299 (remove_files) COMPLETE
61722026-08-20T07:16:22.292Z[ recovery-image] Aug 20 07:16:21.121 INFO O| Aug 20 07:16:21.121 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-20T07:16:22.295Z[ recovery-image] Aug 20 07:16:21.130 INFO O| Aug 20 07:16:21.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61742026-08-20T07:16:22.295Z[ recovery-image] Aug 20 07:16:21.130 INFO O| Aug 20 07:16:21.130 INFO STEP 300 (remove_files) COMPLETE
61752026-08-20T07:16:22.295Z[ recovery-image] Aug 20 07:16:21.130 INFO O| Aug 20 07:16:21.130 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-20T07:16:22.302Z[ recovery-image] Aug 20 07:16:21.137 INFO O| Aug 20 07:16:21.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61772026-08-20T07:16:22.302Z[ recovery-image] Aug 20 07:16:21.137 INFO O| Aug 20 07:16:21.137 INFO STEP 301 (remove_files) COMPLETE
61782026-08-20T07:16:22.302Z[ recovery-image] Aug 20 07:16:21.137 INFO O| Aug 20 07:16:21.137 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-20T07:16:22.313Z[ recovery-image] Aug 20 07:16:21.149 INFO O| Aug 20 07:16:21.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61802026-08-20T07:16:22.313Z[ recovery-image] Aug 20 07:16:21.149 INFO O| Aug 20 07:16:21.149 INFO STEP 302 (remove_files) COMPLETE
61812026-08-20T07:16:22.313Z[ recovery-image] Aug 20 07:16:21.149 INFO O| Aug 20 07:16:21.149 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-20T07:16:22.322Z[ recovery-image] Aug 20 07:16:21.157 INFO O| Aug 20 07:16:21.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61832026-08-20T07:16:22.322Z[ recovery-image] Aug 20 07:16:21.157 INFO O| Aug 20 07:16:21.157 INFO STEP 303 (remove_files) COMPLETE
61842026-08-20T07:16:22.322Z[ recovery-image] Aug 20 07:16:21.157 INFO O| Aug 20 07:16:21.157 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-20T07:16:22.331Z[ recovery-image] Aug 20 07:16:21.166 INFO O| Aug 20 07:16:21.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61862026-08-20T07:16:22.331Z[ recovery-image] Aug 20 07:16:21.166 INFO O| Aug 20 07:16:21.166 INFO STEP 304 (remove_files) COMPLETE
61872026-08-20T07:16:22.331Z[ recovery-image] Aug 20 07:16:21.166 INFO O| Aug 20 07:16:21.166 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-20T07:16:22.339Z[ recovery-image] Aug 20 07:16:21.174 INFO O| Aug 20 07:16:21.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61892026-08-20T07:16:22.339Z[ recovery-image] Aug 20 07:16:21.174 INFO O| Aug 20 07:16:21.174 INFO STEP 305 (remove_files) COMPLETE
61902026-08-20T07:16:22.339Z[ recovery-image] Aug 20 07:16:21.174 INFO O| Aug 20 07:16:21.174 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-20T07:16:22.351Z[ recovery-image] Aug 20 07:16:21.184 INFO O| Aug 20 07:16:21.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61922026-08-20T07:16:22.352Z[ recovery-image] Aug 20 07:16:21.185 INFO O| Aug 20 07:16:21.185 INFO STEP 306 (remove_files) COMPLETE
61932026-08-20T07:16:22.352Z[ recovery-image] Aug 20 07:16:21.185 INFO O| Aug 20 07:16:21.185 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-20T07:16:22.359Z[ recovery-image] Aug 20 07:16:21.194 INFO O| Aug 20 07:16:21.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61952026-08-20T07:16:22.359Z[ recovery-image] Aug 20 07:16:21.194 INFO O| Aug 20 07:16:21.194 INFO STEP 307 (remove_files) COMPLETE
61962026-08-20T07:16:22.359Z[ recovery-image] Aug 20 07:16:21.194 INFO O| Aug 20 07:16:21.194 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-20T07:16:22.369Z[ recovery-image] Aug 20 07:16:21.204 INFO O| Aug 20 07:16:21.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61982026-08-20T07:16:22.369Z[ recovery-image] Aug 20 07:16:21.204 INFO O| Aug 20 07:16:21.204 INFO STEP 308 (remove_files) COMPLETE
61992026-08-20T07:16:22.369Z[ recovery-image] Aug 20 07:16:21.204 INFO O| Aug 20 07:16:21.204 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-20T07:16:22.377Z[ recovery-image] Aug 20 07:16:21.212 INFO O| Aug 20 07:16:21.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62012026-08-20T07:16:22.377Z[ recovery-image] Aug 20 07:16:21.213 INFO O| Aug 20 07:16:21.212 INFO STEP 309 (remove_files) COMPLETE
62022026-08-20T07:16:22.377Z[ recovery-image] Aug 20 07:16:21.213 INFO O| Aug 20 07:16:21.213 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-20T07:16:22.387Z[ recovery-image] Aug 20 07:16:21.222 INFO O| Aug 20 07:16:21.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62042026-08-20T07:16:22.387Z[ recovery-image] Aug 20 07:16:21.222 INFO O| Aug 20 07:16:21.222 INFO STEP 310 (remove_files) COMPLETE
62052026-08-20T07:16:22.387Z[ recovery-image] Aug 20 07:16:21.222 INFO O| Aug 20 07:16:21.222 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-20T07:16:22.398Z[ recovery-image] Aug 20 07:16:21.233 INFO O| Aug 20 07:16:21.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62072026-08-20T07:16:22.398Z[ recovery-image] Aug 20 07:16:21.233 INFO O| Aug 20 07:16:21.233 INFO STEP 311 (remove_files) COMPLETE
62082026-08-20T07:16:22.398Z[ recovery-image] Aug 20 07:16:21.233 INFO O| Aug 20 07:16:21.233 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-20T07:16:22.408Z[ recovery-image] Aug 20 07:16:21.243 INFO O| Aug 20 07:16:21.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62102026-08-20T07:16:22.408Z[ recovery-image] Aug 20 07:16:21.243 INFO O| Aug 20 07:16:21.243 INFO STEP 312 (remove_files) COMPLETE
62112026-08-20T07:16:22.408Z[ recovery-image] Aug 20 07:16:21.243 INFO O| Aug 20 07:16:21.243 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-20T07:16:22.417Z[ recovery-image] Aug 20 07:16:21.252 INFO O| Aug 20 07:16:21.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62132026-08-20T07:16:22.417Z[ recovery-image] Aug 20 07:16:21.252 INFO O| Aug 20 07:16:21.252 INFO STEP 313 (remove_files) COMPLETE
62142026-08-20T07:16:22.417Z[ recovery-image] Aug 20 07:16:21.252 INFO O| Aug 20 07:16:21.252 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-20T07:16:22.426Z[ recovery-image] Aug 20 07:16:21.262 INFO O| Aug 20 07:16:21.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62162026-08-20T07:16:22.426Z[ recovery-image] Aug 20 07:16:21.262 INFO O| Aug 20 07:16:21.262 INFO STEP 314 (remove_files) COMPLETE
62172026-08-20T07:16:22.427Z[ recovery-image] Aug 20 07:16:21.262 INFO O| Aug 20 07:16:21.262 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-20T07:16:22.437Z[ recovery-image] Aug 20 07:16:21.272 INFO O| Aug 20 07:16:21.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62192026-08-20T07:16:22.437Z[ recovery-image] Aug 20 07:16:21.272 INFO O| Aug 20 07:16:21.272 INFO STEP 315 (remove_files) COMPLETE
62202026-08-20T07:16:22.437Z[ recovery-image] Aug 20 07:16:21.272 INFO O| Aug 20 07:16:21.272 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-20T07:16:22.447Z[ recovery-image] Aug 20 07:16:21.282 INFO O| Aug 20 07:16:21.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62222026-08-20T07:16:22.447Z[ recovery-image] Aug 20 07:16:21.282 INFO O| Aug 20 07:16:21.282 INFO STEP 316 (remove_files) COMPLETE
62232026-08-20T07:16:22.448Z[ recovery-image] Aug 20 07:16:21.282 INFO O| Aug 20 07:16:21.282 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-20T07:16:22.457Z[ recovery-image] Aug 20 07:16:21.292 INFO O| Aug 20 07:16:21.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62252026-08-20T07:16:22.457Z[ recovery-image] Aug 20 07:16:21.292 INFO O| Aug 20 07:16:21.292 INFO STEP 317 (remove_files) COMPLETE
62262026-08-20T07:16:22.457Z[ recovery-image] Aug 20 07:16:21.292 INFO O| Aug 20 07:16:21.292 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-20T07:16:22.466Z[ recovery-image] Aug 20 07:16:21.302 INFO O| Aug 20 07:16:21.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62282026-08-20T07:16:22.466Z[ recovery-image] Aug 20 07:16:21.302 INFO O| Aug 20 07:16:21.302 INFO STEP 318 (remove_files) COMPLETE
62292026-08-20T07:16:22.466Z[ recovery-image] Aug 20 07:16:21.302 INFO O| Aug 20 07:16:21.302 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-20T07:16:22.478Z[ recovery-image] Aug 20 07:16:21.313 INFO O| Aug 20 07:16:21.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62312026-08-20T07:16:22.478Z[ recovery-image] Aug 20 07:16:21.313 INFO O| Aug 20 07:16:21.313 INFO STEP 319 (remove_files) COMPLETE
62322026-08-20T07:16:22.482Z[ recovery-image] Aug 20 07:16:21.313 INFO O| Aug 20 07:16:21.313 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-20T07:16:22.494Z[ recovery-image] Aug 20 07:16:21.324 INFO O| Aug 20 07:16:21.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62342026-08-20T07:16:22.494Z[ recovery-image] Aug 20 07:16:21.324 INFO O| Aug 20 07:16:21.323 INFO STEP 320 (remove_files) COMPLETE
62352026-08-20T07:16:22.494Z[ recovery-image] Aug 20 07:16:21.324 INFO O| Aug 20 07:16:21.323 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-20T07:16:22.499Z[ recovery-image] Aug 20 07:16:21.334 INFO O| Aug 20 07:16:21.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62372026-08-20T07:16:22.499Z[ recovery-image] Aug 20 07:16:21.334 INFO O| Aug 20 07:16:21.333 INFO STEP 321 (remove_files) COMPLETE
62382026-08-20T07:16:22.499Z[ recovery-image] Aug 20 07:16:21.334 INFO O| Aug 20 07:16:21.333 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-20T07:16:22.507Z[ recovery-image] Aug 20 07:16:21.342 INFO O| Aug 20 07:16:21.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62402026-08-20T07:16:22.507Z[ recovery-image] Aug 20 07:16:21.342 INFO O| Aug 20 07:16:21.342 INFO STEP 322 (remove_files) COMPLETE
62412026-08-20T07:16:22.507Z[ recovery-image] Aug 20 07:16:21.342 INFO O| Aug 20 07:16:21.342 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-20T07:16:22.517Z[ recovery-image] Aug 20 07:16:21.352 INFO O| Aug 20 07:16:21.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62432026-08-20T07:16:22.517Z[ recovery-image] Aug 20 07:16:21.352 INFO O| Aug 20 07:16:21.352 INFO STEP 323 (remove_files) COMPLETE
62442026-08-20T07:16:22.517Z[ recovery-image] Aug 20 07:16:21.352 INFO O| Aug 20 07:16:21.352 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-20T07:16:22.527Z[ recovery-image] Aug 20 07:16:21.362 INFO O| Aug 20 07:16:21.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62462026-08-20T07:16:22.527Z[ recovery-image] Aug 20 07:16:21.362 INFO O| Aug 20 07:16:21.362 INFO STEP 324 (remove_files) COMPLETE
62472026-08-20T07:16:22.527Z[ recovery-image] Aug 20 07:16:21.362 INFO O| Aug 20 07:16:21.362 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-20T07:16:22.538Z[ recovery-image] Aug 20 07:16:21.373 INFO O| Aug 20 07:16:21.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62492026-08-20T07:16:22.538Z[ recovery-image] Aug 20 07:16:21.373 INFO O| Aug 20 07:16:21.373 INFO STEP 325 (remove_files) COMPLETE
62502026-08-20T07:16:22.538Z[ recovery-image] Aug 20 07:16:21.373 INFO O| Aug 20 07:16:21.373 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-20T07:16:22.548Z[ recovery-image] Aug 20 07:16:21.384 INFO O| Aug 20 07:16:21.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62522026-08-20T07:16:22.548Z[ recovery-image] Aug 20 07:16:21.384 INFO O| Aug 20 07:16:21.384 INFO STEP 326 (remove_files) COMPLETE
62532026-08-20T07:16:22.552Z[ recovery-image] Aug 20 07:16:21.384 INFO O| Aug 20 07:16:21.384 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-20T07:16:22.559Z[ recovery-image] Aug 20 07:16:21.394 INFO O| Aug 20 07:16:21.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62552026-08-20T07:16:22.562Z[ recovery-image] Aug 20 07:16:21.394 INFO O| Aug 20 07:16:21.394 INFO STEP 327 (remove_files) COMPLETE
62562026-08-20T07:16:22.562Z[ recovery-image] Aug 20 07:16:21.394 INFO O| Aug 20 07:16:21.394 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-20T07:16:22.569Z[ recovery-image] Aug 20 07:16:21.404 INFO O| Aug 20 07:16:21.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62582026-08-20T07:16:22.569Z[ recovery-image] Aug 20 07:16:21.404 INFO O| Aug 20 07:16:21.404 INFO STEP 328 (remove_files) COMPLETE
62592026-08-20T07:16:22.572Z[ recovery-image] Aug 20 07:16:21.404 INFO O| Aug 20 07:16:21.404 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-20T07:16:22.579Z[ recovery-image] Aug 20 07:16:21.414 INFO O| Aug 20 07:16:21.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62612026-08-20T07:16:22.579Z[ recovery-image] Aug 20 07:16:21.414 INFO O| Aug 20 07:16:21.414 INFO STEP 329 (remove_files) COMPLETE
62622026-08-20T07:16:22.579Z[ recovery-image] Aug 20 07:16:21.414 INFO O| Aug 20 07:16:21.414 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-20T07:16:22.589Z[ recovery-image] Aug 20 07:16:21.424 INFO O| Aug 20 07:16:21.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62642026-08-20T07:16:22.589Z[ recovery-image] Aug 20 07:16:21.424 INFO O| Aug 20 07:16:21.424 INFO STEP 330 (remove_files) COMPLETE
62652026-08-20T07:16:22.589Z[ recovery-image] Aug 20 07:16:21.424 INFO O| Aug 20 07:16:21.424 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-20T07:16:22.599Z[ recovery-image] Aug 20 07:16:21.434 INFO O| Aug 20 07:16:21.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62672026-08-20T07:16:22.599Z[ recovery-image] Aug 20 07:16:21.434 INFO O| Aug 20 07:16:21.434 INFO STEP 331 (remove_files) COMPLETE
62682026-08-20T07:16:22.599Z[ recovery-image] Aug 20 07:16:21.434 INFO O| Aug 20 07:16:21.434 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-20T07:16:22.609Z[ recovery-image] Aug 20 07:16:21.444 INFO O| Aug 20 07:16:21.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62702026-08-20T07:16:22.609Z[ recovery-image] Aug 20 07:16:21.444 INFO O| Aug 20 07:16:21.444 INFO STEP 332 (remove_files) COMPLETE
62712026-08-20T07:16:22.609Z[ recovery-image] Aug 20 07:16:21.444 INFO O| Aug 20 07:16:21.444 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-20T07:16:22.619Z[ recovery-image] Aug 20 07:16:21.454 INFO O| Aug 20 07:16:21.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62732026-08-20T07:16:22.619Z[ recovery-image] Aug 20 07:16:21.454 INFO O| Aug 20 07:16:21.454 INFO STEP 333 (remove_files) COMPLETE
62742026-08-20T07:16:22.619Z[ recovery-image] Aug 20 07:16:21.454 INFO O| Aug 20 07:16:21.454 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-20T07:16:22.629Z[ recovery-image] Aug 20 07:16:21.464 INFO O| Aug 20 07:16:21.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62762026-08-20T07:16:22.632Z[ recovery-image] Aug 20 07:16:21.464 INFO O| Aug 20 07:16:21.464 INFO STEP 334 (remove_files) COMPLETE
62772026-08-20T07:16:22.632Z[ recovery-image] Aug 20 07:16:21.464 INFO O| Aug 20 07:16:21.464 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-20T07:16:22.638Z[ recovery-image] Aug 20 07:16:21.473 INFO O| Aug 20 07:16:21.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62792026-08-20T07:16:22.641Z[ recovery-image] Aug 20 07:16:21.473 INFO O| Aug 20 07:16:21.473 INFO STEP 335 (remove_files) COMPLETE
62802026-08-20T07:16:22.641Z[ recovery-image] Aug 20 07:16:21.473 INFO O| Aug 20 07:16:21.473 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-20T07:16:22.647Z[ recovery-image] Aug 20 07:16:21.483 INFO O| Aug 20 07:16:21.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62822026-08-20T07:16:22.647Z[ recovery-image] Aug 20 07:16:21.483 INFO O| Aug 20 07:16:21.483 INFO STEP 336 (remove_files) COMPLETE
62832026-08-20T07:16:22.647Z[ recovery-image] Aug 20 07:16:21.483 INFO O| Aug 20 07:16:21.483 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-20T07:16:22.657Z[ recovery-image] Aug 20 07:16:21.493 INFO O| Aug 20 07:16:21.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62852026-08-20T07:16:22.657Z[ recovery-image] Aug 20 07:16:21.493 INFO O| Aug 20 07:16:21.493 INFO STEP 337 (remove_files) COMPLETE
62862026-08-20T07:16:22.658Z[ recovery-image] Aug 20 07:16:21.493 INFO O| Aug 20 07:16:21.493 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-20T07:16:22.661Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
62882026-08-20T07:16:22.669Z[ recovery-image] Aug 20 07:16:21.504 INFO O| Aug 20 07:16:21.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62892026-08-20T07:16:22.669Z[ recovery-image] Aug 20 07:16:21.504 INFO O| Aug 20 07:16:21.504 INFO STEP 338 (remove_files) COMPLETE
62902026-08-20T07:16:22.673Z[ recovery-image] Aug 20 07:16:21.504 INFO O| Aug 20 07:16:21.504 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-20T07:16:22.680Z[ recovery-image] Aug 20 07:16:21.515 INFO O| Aug 20 07:16:21.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62922026-08-20T07:16:22.680Z[ recovery-image] Aug 20 07:16:21.515 INFO O| Aug 20 07:16:21.515 INFO STEP 339 (remove_files) COMPLETE
62932026-08-20T07:16:22.680Z[ recovery-image] Aug 20 07:16:21.515 INFO O| Aug 20 07:16:21.515 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-20T07:16:22.691Z[ recovery-image] Aug 20 07:16:21.526 INFO O| Aug 20 07:16:21.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62952026-08-20T07:16:22.691Z[ recovery-image] Aug 20 07:16:21.526 INFO O| Aug 20 07:16:21.526 INFO STEP 340 (remove_files) COMPLETE
62962026-08-20T07:16:22.692Z[ recovery-image] Aug 20 07:16:21.526 INFO O| Aug 20 07:16:21.526 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-20T07:16:22.702Z[ recovery-image] Aug 20 07:16:21.537 INFO O| Aug 20 07:16:21.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62982026-08-20T07:16:22.702Z[ recovery-image] Aug 20 07:16:21.537 INFO O| Aug 20 07:16:21.537 INFO STEP 341 (remove_files) COMPLETE
62992026-08-20T07:16:22.702Z[ recovery-image] Aug 20 07:16:21.537 INFO O| Aug 20 07:16:21.537 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-20T07:16:22.712Z[ recovery-image] Aug 20 07:16:21.547 INFO O| Aug 20 07:16:21.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63012026-08-20T07:16:22.712Z[ recovery-image] Aug 20 07:16:21.547 INFO O| Aug 20 07:16:21.547 INFO STEP 342 (remove_files) COMPLETE
63022026-08-20T07:16:22.713Z[ recovery-image] Aug 20 07:16:21.547 INFO O| Aug 20 07:16:21.547 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-20T07:16:22.724Z[ recovery-image] Aug 20 07:16:21.558 INFO O| Aug 20 07:16:21.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63042026-08-20T07:16:22.724Z[ recovery-image] Aug 20 07:16:21.558 INFO O| Aug 20 07:16:21.558 INFO STEP 343 (remove_files) COMPLETE
63052026-08-20T07:16:22.724Z[ recovery-image] Aug 20 07:16:21.558 INFO O| Aug 20 07:16:21.558 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-20T07:16:22.733Z[ recovery-image] Aug 20 07:16:21.568 INFO O| Aug 20 07:16:21.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63072026-08-20T07:16:22.733Z[ recovery-image] Aug 20 07:16:21.568 INFO O| Aug 20 07:16:21.568 INFO STEP 344 (remove_files) COMPLETE
63082026-08-20T07:16:22.733Z[ recovery-image] Aug 20 07:16:21.568 INFO O| Aug 20 07:16:21.568 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-20T07:16:22.744Z[ recovery-image] Aug 20 07:16:21.578 INFO O| Aug 20 07:16:21.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63102026-08-20T07:16:22.746Z[ recovery-image] Aug 20 07:16:21.578 INFO O| Aug 20 07:16:21.578 INFO STEP 345 (remove_files) COMPLETE
63112026-08-20T07:16:22.746Z[ recovery-image] Aug 20 07:16:21.578 INFO O| Aug 20 07:16:21.578 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-20T07:16:22.752Z[ recovery-image] Aug 20 07:16:21.587 INFO O| Aug 20 07:16:21.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63132026-08-20T07:16:22.752Z[ recovery-image] Aug 20 07:16:21.587 INFO O| Aug 20 07:16:21.587 INFO STEP 346 (remove_files) COMPLETE
63142026-08-20T07:16:22.752Z[ recovery-image] Aug 20 07:16:21.587 INFO O| Aug 20 07:16:21.587 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-20T07:16:22.762Z[ recovery-image] Aug 20 07:16:21.598 INFO O| Aug 20 07:16:21.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63162026-08-20T07:16:22.762Z[ recovery-image] Aug 20 07:16:21.598 INFO O| Aug 20 07:16:21.598 INFO STEP 347 (remove_files) COMPLETE
63172026-08-20T07:16:22.763Z[ recovery-image] Aug 20 07:16:21.598 INFO O| Aug 20 07:16:21.598 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-20T07:16:22.773Z[ recovery-image] Aug 20 07:16:21.608 INFO O| Aug 20 07:16:21.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63192026-08-20T07:16:22.773Z[ recovery-image] Aug 20 07:16:21.608 INFO O| Aug 20 07:16:21.608 INFO STEP 348 (remove_files) COMPLETE
63202026-08-20T07:16:22.773Z[ recovery-image] Aug 20 07:16:21.608 INFO O| Aug 20 07:16:21.608 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-20T07:16:22.783Z[ recovery-image] Aug 20 07:16:21.618 INFO O| Aug 20 07:16:21.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63222026-08-20T07:16:22.783Z[ recovery-image] Aug 20 07:16:21.618 INFO O| Aug 20 07:16:21.618 INFO STEP 349 (remove_files) COMPLETE
63232026-08-20T07:16:22.783Z[ recovery-image] Aug 20 07:16:21.618 INFO O| Aug 20 07:16:21.618 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-20T07:16:22.793Z[ recovery-image] Aug 20 07:16:21.628 INFO O| Aug 20 07:16:21.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63252026-08-20T07:16:22.793Z[ recovery-image] Aug 20 07:16:21.628 INFO O| Aug 20 07:16:21.628 INFO STEP 350 (remove_files) COMPLETE
63262026-08-20T07:16:22.793Z[ recovery-image] Aug 20 07:16:21.628 INFO O| Aug 20 07:16:21.628 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-20T07:16:22.803Z[ recovery-image] Aug 20 07:16:21.639 INFO O| Aug 20 07:16:21.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63282026-08-20T07:16:22.803Z[ recovery-image] Aug 20 07:16:21.639 INFO O| Aug 20 07:16:21.639 INFO STEP 351 (remove_files) COMPLETE
63292026-08-20T07:16:22.803Z[ recovery-image] Aug 20 07:16:21.639 INFO O| Aug 20 07:16:21.639 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-20T07:16:22.814Z[ recovery-image] Aug 20 07:16:21.649 INFO O| Aug 20 07:16:21.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63312026-08-20T07:16:22.814Z[ recovery-image] Aug 20 07:16:21.649 INFO O| Aug 20 07:16:21.649 INFO STEP 352 (remove_files) COMPLETE
63322026-08-20T07:16:22.814Z[ recovery-image] Aug 20 07:16:21.649 INFO O| Aug 20 07:16:21.649 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-20T07:16:22.828Z[ recovery-image] Aug 20 07:16:21.663 INFO O| Aug 20 07:16:21.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63342026-08-20T07:16:22.831Z[ recovery-image] Aug 20 07:16:21.663 INFO O| Aug 20 07:16:21.663 INFO STEP 353 (remove_files) COMPLETE
63352026-08-20T07:16:22.831Z[ recovery-image] Aug 20 07:16:21.663 INFO O| Aug 20 07:16:21.663 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-20T07:16:22.842Z[ recovery-image] Aug 20 07:16:21.677 INFO O| Aug 20 07:16:21.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63372026-08-20T07:16:22.842Z[ recovery-image] Aug 20 07:16:21.677 INFO O| Aug 20 07:16:21.677 INFO STEP 354 (remove_files) COMPLETE
63382026-08-20T07:16:22.842Z[ recovery-image] Aug 20 07:16:21.677 INFO O| Aug 20 07:16:21.677 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-20T07:16:22.858Z[ recovery-image] Aug 20 07:16:21.693 INFO O| Aug 20 07:16:21.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63402026-08-20T07:16:22.858Z[ recovery-image] Aug 20 07:16:21.693 INFO O| Aug 20 07:16:21.693 INFO STEP 355 (remove_files) COMPLETE
63412026-08-20T07:16:22.858Z[ recovery-image] Aug 20 07:16:21.693 INFO O| Aug 20 07:16:21.693 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-20T07:16:22.871Z[ recovery-image] Aug 20 07:16:21.707 INFO O| Aug 20 07:16:21.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63432026-08-20T07:16:22.871Z[ recovery-image] Aug 20 07:16:21.707 INFO O| Aug 20 07:16:21.707 INFO STEP 356 (remove_files) COMPLETE
63442026-08-20T07:16:22.871Z[ recovery-image] Aug 20 07:16:21.707 INFO O| Aug 20 07:16:21.707 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-20T07:16:22.880Z[ recovery-image] Aug 20 07:16:21.716 INFO O| Aug 20 07:16:21.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63462026-08-20T07:16:22.880Z[ recovery-image] Aug 20 07:16:21.716 INFO O| Aug 20 07:16:21.716 INFO STEP 357 (remove_files) COMPLETE
63472026-08-20T07:16:22.880Z[ recovery-image] Aug 20 07:16:21.716 INFO O| Aug 20 07:16:21.716 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-20T07:16:22.889Z[ recovery-image] Aug 20 07:16:21.724 INFO O| Aug 20 07:16:21.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63492026-08-20T07:16:22.889Z[ recovery-image] Aug 20 07:16:21.724 INFO O| Aug 20 07:16:21.724 INFO STEP 358 (remove_files) COMPLETE
63502026-08-20T07:16:22.889Z[ recovery-image] Aug 20 07:16:21.724 INFO O| Aug 20 07:16:21.724 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-20T07:16:22.897Z[ recovery-image] Aug 20 07:16:21.732 INFO O| Aug 20 07:16:21.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63522026-08-20T07:16:22.897Z[ recovery-image] Aug 20 07:16:21.732 INFO O| Aug 20 07:16:21.732 INFO STEP 359 (remove_files) COMPLETE
63532026-08-20T07:16:22.897Z[ recovery-image] Aug 20 07:16:21.732 INFO O| Aug 20 07:16:21.732 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-20T07:16:22.905Z[ recovery-image] Aug 20 07:16:21.740 INFO O| Aug 20 07:16:21.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63552026-08-20T07:16:22.905Z[ recovery-image] Aug 20 07:16:21.741 INFO O| Aug 20 07:16:21.740 INFO STEP 360 (remove_files) COMPLETE
63562026-08-20T07:16:22.905Z[ recovery-image] Aug 20 07:16:21.741 INFO O| Aug 20 07:16:21.740 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-20T07:16:22.916Z[ recovery-image] Aug 20 07:16:21.751 INFO O| Aug 20 07:16:21.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63582026-08-20T07:16:22.916Z[ recovery-image] Aug 20 07:16:21.751 INFO O| Aug 20 07:16:21.751 INFO STEP 361 (remove_files) COMPLETE
63592026-08-20T07:16:22.916Z[ recovery-image] Aug 20 07:16:21.751 INFO O| Aug 20 07:16:21.751 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-20T07:16:22.931Z[ recovery-image] Aug 20 07:16:21.766 INFO O| Aug 20 07:16:21.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63612026-08-20T07:16:22.931Z[ recovery-image] Aug 20 07:16:21.767 INFO O| Aug 20 07:16:21.767 INFO STEP 362 (remove_files) COMPLETE
63622026-08-20T07:16:22.931Z[ recovery-image] Aug 20 07:16:21.767 INFO O| Aug 20 07:16:21.767 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-20T07:16:22.954Z[ recovery-image] Aug 20 07:16:21.790 INFO O| Aug 20 07:16:21.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63642026-08-20T07:16:22.958Z[ recovery-image] Aug 20 07:16:21.793 INFO O| Aug 20 07:16:21.793 INFO STEP 363 (remove_files) COMPLETE
63652026-08-20T07:16:22.958Z[ recovery-image] Aug 20 07:16:21.793 INFO O| Aug 20 07:16:21.793 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-20T07:16:22.968Z[ recovery-image] Aug 20 07:16:21.803 INFO O| Aug 20 07:16:21.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63672026-08-20T07:16:22.968Z[ recovery-image] Aug 20 07:16:21.803 INFO O| Aug 20 07:16:21.803 INFO STEP 364 (remove_files) COMPLETE
63682026-08-20T07:16:22.968Z[ recovery-image] Aug 20 07:16:21.803 INFO O| Aug 20 07:16:21.803 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-20T07:16:22.984Z[ recovery-image] Aug 20 07:16:21.819 INFO O| Aug 20 07:16:21.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63702026-08-20T07:16:22.984Z[ recovery-image] Aug 20 07:16:21.819 INFO O| Aug 20 07:16:21.819 INFO STEP 365 (remove_files) COMPLETE
63712026-08-20T07:16:22.984Z[ recovery-image] Aug 20 07:16:21.819 INFO O| Aug 20 07:16:21.819 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-20T07:16:22.996Z[ recovery-image] Aug 20 07:16:21.831 INFO O| Aug 20 07:16:21.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63732026-08-20T07:16:22.996Z[ recovery-image] Aug 20 07:16:21.831 INFO O| Aug 20 07:16:21.831 INFO STEP 366 (remove_files) COMPLETE
63742026-08-20T07:16:22.997Z[ recovery-image] Aug 20 07:16:21.831 INFO O| Aug 20 07:16:21.831 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-20T07:16:23.006Z[ recovery-image] Aug 20 07:16:21.841 INFO O| Aug 20 07:16:21.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63762026-08-20T07:16:23.006Z[ recovery-image] Aug 20 07:16:21.841 INFO O| Aug 20 07:16:21.841 INFO STEP 367 (remove_files) COMPLETE
63772026-08-20T07:16:23.007Z[ recovery-image] Aug 20 07:16:21.841 INFO O| Aug 20 07:16:21.841 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-20T07:16:23.015Z[ recovery-image] Aug 20 07:16:21.850 INFO O| Aug 20 07:16:21.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63792026-08-20T07:16:23.015Z[ recovery-image] Aug 20 07:16:21.850 INFO O| Aug 20 07:16:21.850 INFO STEP 368 (remove_files) COMPLETE
63802026-08-20T07:16:23.015Z[ recovery-image] Aug 20 07:16:21.850 INFO O| Aug 20 07:16:21.850 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-20T07:16:23.029Z[ recovery-image] Aug 20 07:16:21.864 INFO O| Aug 20 07:16:21.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63822026-08-20T07:16:23.029Z[ recovery-image] Aug 20 07:16:21.864 INFO O| Aug 20 07:16:21.864 INFO STEP 369 (remove_files) COMPLETE
63832026-08-20T07:16:23.029Z[ recovery-image] Aug 20 07:16:21.864 INFO O| Aug 20 07:16:21.864 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-20T07:16:23.039Z[ recovery-image] Aug 20 07:16:21.874 INFO O| Aug 20 07:16:21.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63852026-08-20T07:16:23.039Z[ recovery-image] Aug 20 07:16:21.875 INFO O| Aug 20 07:16:21.874 INFO STEP 370 (remove_files) COMPLETE
63862026-08-20T07:16:23.039Z[ recovery-image] Aug 20 07:16:21.875 INFO O| Aug 20 07:16:21.874 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-20T07:16:23.052Z[ recovery-image] Aug 20 07:16:21.887 INFO O| Aug 20 07:16:21.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63882026-08-20T07:16:23.052Z[ recovery-image] Aug 20 07:16:21.887 INFO O| Aug 20 07:16:21.887 INFO STEP 371 (remove_files) COMPLETE
63892026-08-20T07:16:23.052Z[ recovery-image] Aug 20 07:16:21.887 INFO O| Aug 20 07:16:21.887 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-20T07:16:23.071Z[ recovery-image] Aug 20 07:16:21.906 INFO O| Aug 20 07:16:21.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63912026-08-20T07:16:23.071Z[ recovery-image] Aug 20 07:16:21.906 INFO O| Aug 20 07:16:21.906 INFO STEP 372 (remove_files) COMPLETE
63922026-08-20T07:16:23.071Z[ recovery-image] Aug 20 07:16:21.906 INFO O| Aug 20 07:16:21.906 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-20T07:16:23.087Z[ recovery-image] Aug 20 07:16:21.922 INFO O| Aug 20 07:16:21.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63942026-08-20T07:16:23.087Z[ recovery-image] Aug 20 07:16:21.922 INFO O| Aug 20 07:16:21.922 INFO STEP 373 (remove_files) COMPLETE
63952026-08-20T07:16:23.092Z[ recovery-image] Aug 20 07:16:21.922 INFO O| Aug 20 07:16:21.922 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-20T07:16:23.092Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
63972026-08-20T07:16:23.100Z[ recovery-image] Aug 20 07:16:21.935 INFO O| Aug 20 07:16:21.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63982026-08-20T07:16:23.103Z[ recovery-image] Aug 20 07:16:21.935 INFO O| Aug 20 07:16:21.935 INFO STEP 374 (remove_files) COMPLETE
63992026-08-20T07:16:23.103Z[ recovery-image] Aug 20 07:16:21.935 INFO O| Aug 20 07:16:21.935 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-20T07:16:23.116Z[ recovery-image] Aug 20 07:16:21.951 INFO O| Aug 20 07:16:21.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64012026-08-20T07:16:23.116Z[ recovery-image] Aug 20 07:16:21.951 INFO O| Aug 20 07:16:21.951 INFO STEP 375 (remove_files) COMPLETE
64022026-08-20T07:16:23.116Z[ recovery-image] Aug 20 07:16:21.951 INFO O| Aug 20 07:16:21.951 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-20T07:16:23.130Z[ recovery-image] Aug 20 07:16:21.965 INFO O| Aug 20 07:16:21.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64042026-08-20T07:16:23.130Z[ recovery-image] Aug 20 07:16:21.965 INFO O| Aug 20 07:16:21.965 INFO STEP 376 (remove_files) COMPLETE
64052026-08-20T07:16:23.130Z[ recovery-image] Aug 20 07:16:21.965 INFO O| Aug 20 07:16:21.965 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-20T07:16:23.155Z[ recovery-image] Aug 20 07:16:21.990 INFO O| Aug 20 07:16:21.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64072026-08-20T07:16:23.155Z[ recovery-image] Aug 20 07:16:21.990 INFO O| Aug 20 07:16:21.990 INFO STEP 377 (remove_files) COMPLETE
64082026-08-20T07:16:23.155Z[ recovery-image] Aug 20 07:16:21.990 INFO O| Aug 20 07:16:21.990 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-20T07:16:23.166Z[ recovery-image] Aug 20 07:16:22.001 INFO O| Aug 20 07:16:22.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64102026-08-20T07:16:23.166Z[ recovery-image] Aug 20 07:16:22.001 INFO O| Aug 20 07:16:22.001 INFO STEP 378 (remove_files) COMPLETE
64112026-08-20T07:16:23.166Z[ recovery-image] Aug 20 07:16:22.001 INFO O| Aug 20 07:16:22.001 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-20T07:16:23.176Z[ recovery-image] Aug 20 07:16:22.011 INFO O| Aug 20 07:16:22.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64132026-08-20T07:16:23.176Z[ recovery-image] Aug 20 07:16:22.011 INFO O| Aug 20 07:16:22.011 INFO STEP 379 (remove_files) COMPLETE
64142026-08-20T07:16:23.180Z[ recovery-image] Aug 20 07:16:22.011 INFO O| Aug 20 07:16:22.011 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-20T07:16:23.194Z[ recovery-image] Aug 20 07:16:22.022 INFO O| Aug 20 07:16:22.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64162026-08-20T07:16:23.197Z[ recovery-image] Aug 20 07:16:22.022 INFO O| Aug 20 07:16:22.022 INFO STEP 380 (remove_files) COMPLETE
64172026-08-20T07:16:23.198Z[ recovery-image] Aug 20 07:16:22.022 INFO O| Aug 20 07:16:22.022 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-20T07:16:23.206Z[ recovery-image] Aug 20 07:16:22.041 INFO O| Aug 20 07:16:22.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64192026-08-20T07:16:23.207Z[ recovery-image] Aug 20 07:16:22.041 INFO O| Aug 20 07:16:22.041 INFO STEP 381 (remove_files) COMPLETE
64202026-08-20T07:16:23.207Z[ recovery-image] Aug 20 07:16:22.041 INFO O| Aug 20 07:16:22.041 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-20T07:16:23.219Z[ recovery-image] Aug 20 07:16:22.054 INFO O| Aug 20 07:16:22.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64222026-08-20T07:16:23.219Z[ recovery-image] Aug 20 07:16:22.054 INFO O| Aug 20 07:16:22.054 INFO STEP 382 (remove_files) COMPLETE
64232026-08-20T07:16:23.219Z[ recovery-image] Aug 20 07:16:22.054 INFO O| Aug 20 07:16:22.054 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-20T07:16:23.228Z[ recovery-image] Aug 20 07:16:22.063 INFO O| Aug 20 07:16:22.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64252026-08-20T07:16:23.228Z[ recovery-image] Aug 20 07:16:22.063 INFO O| Aug 20 07:16:22.063 INFO STEP 383 (remove_files) COMPLETE
64262026-08-20T07:16:23.231Z[ recovery-image] Aug 20 07:16:22.063 INFO O| Aug 20 07:16:22.063 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-20T07:16:23.238Z[ recovery-image] Aug 20 07:16:22.073 INFO O| Aug 20 07:16:22.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64282026-08-20T07:16:23.238Z[ recovery-image] Aug 20 07:16:22.073 INFO O| Aug 20 07:16:22.073 INFO STEP 384 (remove_files) COMPLETE
64292026-08-20T07:16:23.238Z[ recovery-image] Aug 20 07:16:22.073 INFO O| Aug 20 07:16:22.073 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-20T07:16:23.247Z[ recovery-image] Aug 20 07:16:22.082 INFO O| Aug 20 07:16:22.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64312026-08-20T07:16:23.247Z[ recovery-image] Aug 20 07:16:22.082 INFO O| Aug 20 07:16:22.082 INFO STEP 385 (remove_files) COMPLETE
64322026-08-20T07:16:23.247Z[ recovery-image] Aug 20 07:16:22.082 INFO O| Aug 20 07:16:22.082 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-20T07:16:23.257Z[ recovery-image] Aug 20 07:16:22.090 INFO O| Aug 20 07:16:22.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64342026-08-20T07:16:23.257Z[ recovery-image] Aug 20 07:16:22.090 INFO O| Aug 20 07:16:22.090 INFO STEP 386 (remove_files) COMPLETE
64352026-08-20T07:16:23.257Z[ recovery-image] Aug 20 07:16:22.090 INFO O| Aug 20 07:16:22.090 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-20T07:16:23.266Z[ recovery-image] Aug 20 07:16:22.101 INFO O| Aug 20 07:16:22.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64372026-08-20T07:16:23.266Z[ recovery-image] Aug 20 07:16:22.101 INFO O| Aug 20 07:16:22.101 INFO STEP 387 (remove_files) COMPLETE
64382026-08-20T07:16:23.266Z[ recovery-image] Aug 20 07:16:22.101 INFO O| Aug 20 07:16:22.101 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-20T07:16:23.274Z[ recovery-image] Aug 20 07:16:22.109 INFO O| Aug 20 07:16:22.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64402026-08-20T07:16:23.274Z[ recovery-image] Aug 20 07:16:22.109 INFO O| Aug 20 07:16:22.109 INFO STEP 388 (remove_files) COMPLETE
64412026-08-20T07:16:23.274Z[ recovery-image] Aug 20 07:16:22.109 INFO O| Aug 20 07:16:22.109 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-20T07:16:23.282Z[ recovery-image] Aug 20 07:16:22.117 INFO O| Aug 20 07:16:22.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64432026-08-20T07:16:23.282Z[ recovery-image] Aug 20 07:16:22.117 INFO O| Aug 20 07:16:22.117 INFO STEP 389 (remove_files) COMPLETE
64442026-08-20T07:16:23.282Z[ recovery-image] Aug 20 07:16:22.117 INFO O| Aug 20 07:16:22.117 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-20T07:16:23.290Z[ recovery-image] Aug 20 07:16:22.125 INFO O| Aug 20 07:16:22.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64462026-08-20T07:16:23.290Z[ recovery-image] Aug 20 07:16:22.125 INFO O| Aug 20 07:16:22.125 INFO STEP 390 (remove_files) COMPLETE
64472026-08-20T07:16:23.290Z[ recovery-image] Aug 20 07:16:22.125 INFO O| Aug 20 07:16:22.125 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-20T07:16:23.301Z[ recovery-image] Aug 20 07:16:22.136 INFO O| Aug 20 07:16:22.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64492026-08-20T07:16:23.301Z[ recovery-image] Aug 20 07:16:22.136 INFO O| Aug 20 07:16:22.136 INFO STEP 391 (remove_files) COMPLETE
64502026-08-20T07:16:23.301Z[ recovery-image] Aug 20 07:16:22.136 INFO O| Aug 20 07:16:22.136 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-20T07:16:23.309Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64522026-08-20T07:16:23.312Z[ recovery-image] Aug 20 07:16:22.147 INFO O| Aug 20 07:16:22.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64532026-08-20T07:16:23.312Z[ recovery-image] Aug 20 07:16:22.147 INFO O| Aug 20 07:16:22.147 INFO STEP 392 (remove_files) COMPLETE
64542026-08-20T07:16:23.313Z[ recovery-image] Aug 20 07:16:22.148 INFO O| Aug 20 07:16:22.147 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-20T07:16:23.322Z[ recovery-image] Aug 20 07:16:22.157 INFO O| Aug 20 07:16:22.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64562026-08-20T07:16:23.322Z[ recovery-image] Aug 20 07:16:22.157 INFO O| Aug 20 07:16:22.157 INFO STEP 393 (remove_files) COMPLETE
64572026-08-20T07:16:23.322Z[ recovery-image] Aug 20 07:16:22.157 INFO O| Aug 20 07:16:22.157 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-20T07:16:23.333Z[ recovery-image] Aug 20 07:16:22.169 INFO O| Aug 20 07:16:22.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64592026-08-20T07:16:23.333Z[ recovery-image] Aug 20 07:16:22.169 INFO O| Aug 20 07:16:22.169 INFO STEP 394 (remove_files) COMPLETE
64602026-08-20T07:16:23.334Z[ recovery-image] Aug 20 07:16:22.169 INFO O| Aug 20 07:16:22.169 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-20T07:16:23.342Z[ recovery-image] Aug 20 07:16:22.177 INFO O| Aug 20 07:16:22.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64622026-08-20T07:16:23.342Z[ recovery-image] Aug 20 07:16:22.178 INFO O| Aug 20 07:16:22.177 INFO STEP 395 (remove_files) COMPLETE
64632026-08-20T07:16:23.343Z[ recovery-image] Aug 20 07:16:22.178 INFO O| Aug 20 07:16:22.177 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-20T07:16:23.351Z[ recovery-image] Aug 20 07:16:22.187 INFO O| Aug 20 07:16:22.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64652026-08-20T07:16:23.351Z[ recovery-image] Aug 20 07:16:22.187 INFO O| Aug 20 07:16:22.187 INFO STEP 396 (remove_files) COMPLETE
64662026-08-20T07:16:23.351Z[ recovery-image] Aug 20 07:16:22.187 INFO O| Aug 20 07:16:22.187 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-20T07:16:23.360Z[ recovery-image] Aug 20 07:16:22.195 INFO O| Aug 20 07:16:22.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64682026-08-20T07:16:23.364Z[ recovery-image] Aug 20 07:16:22.195 INFO O| Aug 20 07:16:22.195 INFO STEP 397 (remove_files) COMPLETE
64692026-08-20T07:16:23.364Z[ recovery-image] Aug 20 07:16:22.195 INFO O| Aug 20 07:16:22.195 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-20T07:16:23.370Z[ recovery-image] Aug 20 07:16:22.205 INFO O| Aug 20 07:16:22.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64712026-08-20T07:16:23.370Z[ recovery-image] Aug 20 07:16:22.205 INFO O| Aug 20 07:16:22.205 INFO STEP 398 (remove_files) COMPLETE
64722026-08-20T07:16:23.373Z[ recovery-image] Aug 20 07:16:22.205 INFO O| Aug 20 07:16:22.205 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-20T07:16:23.380Z[ recovery-image] Aug 20 07:16:22.215 INFO O| Aug 20 07:16:22.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64742026-08-20T07:16:23.380Z[ recovery-image] Aug 20 07:16:22.215 INFO O| Aug 20 07:16:22.215 INFO STEP 399 (remove_files) COMPLETE
64752026-08-20T07:16:23.384Z[ recovery-image] Aug 20 07:16:22.215 INFO O| Aug 20 07:16:22.215 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-20T07:16:23.388Z[ recovery-image] Aug 20 07:16:22.224 INFO O| Aug 20 07:16:22.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64772026-08-20T07:16:23.391Z[ recovery-image] Aug 20 07:16:22.224 INFO O| Aug 20 07:16:22.224 INFO STEP 400 (remove_files) COMPLETE
64782026-08-20T07:16:23.391Z[ recovery-image] Aug 20 07:16:22.224 INFO O| Aug 20 07:16:22.224 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-20T07:16:23.398Z[ recovery-image] Aug 20 07:16:22.233 INFO O| Aug 20 07:16:22.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64802026-08-20T07:16:23.402Z[ recovery-image] Aug 20 07:16:22.234 INFO O| Aug 20 07:16:22.234 INFO STEP 401 (remove_files) COMPLETE
64812026-08-20T07:16:23.402Z[ recovery-image] Aug 20 07:16:22.234 INFO O| Aug 20 07:16:22.234 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-20T07:16:23.408Z[ recovery-image] Aug 20 07:16:22.243 INFO O| Aug 20 07:16:22.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64832026-08-20T07:16:23.408Z[ recovery-image] Aug 20 07:16:22.243 INFO O| Aug 20 07:16:22.243 INFO STEP 402 (remove_files) COMPLETE
64842026-08-20T07:16:23.408Z[ recovery-image] Aug 20 07:16:22.243 INFO O| Aug 20 07:16:22.243 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-20T07:16:23.417Z[ recovery-image] Aug 20 07:16:22.252 INFO O| Aug 20 07:16:22.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64862026-08-20T07:16:23.417Z[ recovery-image] Aug 20 07:16:22.252 INFO O| Aug 20 07:16:22.252 INFO STEP 403 (remove_files) COMPLETE
64872026-08-20T07:16:23.417Z[ recovery-image] Aug 20 07:16:22.252 INFO O| Aug 20 07:16:22.252 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-20T07:16:23.426Z[ recovery-image] Aug 20 07:16:22.261 INFO O| Aug 20 07:16:22.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64892026-08-20T07:16:23.426Z[ recovery-image] Aug 20 07:16:22.261 INFO O| Aug 20 07:16:22.261 INFO STEP 404 (remove_files) COMPLETE
64902026-08-20T07:16:23.430Z[ recovery-image] Aug 20 07:16:22.261 INFO O| Aug 20 07:16:22.261 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-20T07:16:23.434Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
64922026-08-20T07:16:23.443Z[ recovery-image] Aug 20 07:16:22.278 INFO O| Aug 20 07:16:22.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64932026-08-20T07:16:23.456Z[ recovery-image] Aug 20 07:16:22.292 INFO O| Aug 20 07:16:22.292 INFO STEP 405 (remove_files) COMPLETE
64942026-08-20T07:16:23.457Z[ recovery-image] Aug 20 07:16:22.292 INFO O| Aug 20 07:16:22.292 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-20T07:16:23.471Z[ recovery-image] Aug 20 07:16:22.306 INFO O| Aug 20 07:16:22.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64962026-08-20T07:16:23.471Z[ recovery-image] Aug 20 07:16:22.306 INFO O| Aug 20 07:16:22.306 INFO STEP 406 (remove_files) COMPLETE
64972026-08-20T07:16:23.474Z[ recovery-image] Aug 20 07:16:22.306 INFO O| Aug 20 07:16:22.306 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-20T07:16:23.479Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64992026-08-20T07:16:23.482Z[ recovery-image] Aug 20 07:16:22.316 INFO O| Aug 20 07:16:22.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65002026-08-20T07:16:23.482Z[ recovery-image] Aug 20 07:16:22.316 INFO O| Aug 20 07:16:22.316 INFO STEP 407 (remove_files) COMPLETE
65012026-08-20T07:16:23.482Z[ recovery-image] Aug 20 07:16:22.316 INFO O| Aug 20 07:16:22.316 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-20T07:16:23.493Z[ recovery-image] Aug 20 07:16:22.328 INFO O| Aug 20 07:16:22.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65032026-08-20T07:16:23.493Z[ recovery-image] Aug 20 07:16:22.328 INFO O| Aug 20 07:16:22.328 INFO STEP 408 (remove_files) COMPLETE
65042026-08-20T07:16:23.493Z[ recovery-image] Aug 20 07:16:22.328 INFO O| Aug 20 07:16:22.328 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-20T07:16:23.523Z[ recovery-image] Aug 20 07:16:22.359 INFO O| Aug 20 07:16:22.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65062026-08-20T07:16:23.524Z[ recovery-image] Aug 20 07:16:22.359 INFO O| Aug 20 07:16:22.349 INFO STEP 409 (remove_files) COMPLETE
65072026-08-20T07:16:23.527Z[ recovery-image] Aug 20 07:16:22.359 INFO O| Aug 20 07:16:22.349 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-20T07:16:23.528Z[ recovery-image] Aug 20 07:16:22.360 INFO O| Aug 20 07:16:22.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65092026-08-20T07:16:23.528Z[ recovery-image] Aug 20 07:16:22.360 INFO O| Aug 20 07:16:22.360 INFO STEP 410 (remove_files) COMPLETE
65102026-08-20T07:16:23.528Z[ recovery-image] Aug 20 07:16:22.360 INFO O| Aug 20 07:16:22.360 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-20T07:16:23.534Z[ recovery-image] Aug 20 07:16:22.369 INFO O| Aug 20 07:16:22.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65122026-08-20T07:16:23.534Z[ recovery-image] Aug 20 07:16:22.369 INFO O| Aug 20 07:16:22.369 INFO STEP 411 (remove_files) COMPLETE
65132026-08-20T07:16:23.534Z[ recovery-image] Aug 20 07:16:22.369 INFO O| Aug 20 07:16:22.369 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-20T07:16:23.547Z[ recovery-image] Aug 20 07:16:22.382 INFO O| Aug 20 07:16:22.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65152026-08-20T07:16:23.547Z[ recovery-image] Aug 20 07:16:22.382 INFO O| Aug 20 07:16:22.382 INFO STEP 412 (remove_files) COMPLETE
65162026-08-20T07:16:23.547Z[ recovery-image] Aug 20 07:16:22.382 INFO O| Aug 20 07:16:22.382 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-20T07:16:23.557Z[ recovery-image] Aug 20 07:16:22.392 INFO O| Aug 20 07:16:22.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65182026-08-20T07:16:23.557Z[ recovery-image] Aug 20 07:16:22.393 INFO O| Aug 20 07:16:22.393 INFO STEP 413 (remove_files) COMPLETE
65192026-08-20T07:16:23.557Z[ recovery-image] Aug 20 07:16:22.393 INFO O| Aug 20 07:16:22.393 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-20T07:16:23.568Z[ recovery-image] Aug 20 07:16:22.403 INFO O| Aug 20 07:16:22.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65212026-08-20T07:16:23.568Z[ recovery-image] Aug 20 07:16:22.403 INFO O| Aug 20 07:16:22.403 INFO STEP 414 (remove_files) COMPLETE
65222026-08-20T07:16:23.568Z[ recovery-image] Aug 20 07:16:22.403 INFO O| Aug 20 07:16:22.403 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-20T07:16:23.578Z[ recovery-image] Aug 20 07:16:22.414 INFO O| Aug 20 07:16:22.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65242026-08-20T07:16:23.578Z[ recovery-image] Aug 20 07:16:22.414 INFO O| Aug 20 07:16:22.414 INFO STEP 415 (remove_files) COMPLETE
65252026-08-20T07:16:23.582Z[ recovery-image] Aug 20 07:16:22.414 INFO O| Aug 20 07:16:22.414 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-20T07:16:23.592Z[ recovery-image] Aug 20 07:16:22.424 INFO O| Aug 20 07:16:22.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65272026-08-20T07:16:23.592Z[ recovery-image] Aug 20 07:16:22.424 INFO O| Aug 20 07:16:22.424 INFO STEP 416 (remove_files) COMPLETE
65282026-08-20T07:16:23.595Z[ recovery-image] Aug 20 07:16:22.424 INFO O| Aug 20 07:16:22.424 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-20T07:16:23.599Z[ recovery-image] Aug 20 07:16:22.434 INFO O| Aug 20 07:16:22.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65302026-08-20T07:16:23.599Z[ recovery-image] Aug 20 07:16:22.434 INFO O| Aug 20 07:16:22.434 INFO STEP 417 (remove_files) COMPLETE
65312026-08-20T07:16:23.599Z[ recovery-image] Aug 20 07:16:22.434 INFO O| Aug 20 07:16:22.434 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-20T07:16:23.609Z[ recovery-image] Aug 20 07:16:22.444 INFO O| Aug 20 07:16:22.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65332026-08-20T07:16:23.609Z[ recovery-image] Aug 20 07:16:22.444 INFO O| Aug 20 07:16:22.444 INFO STEP 418 (remove_files) COMPLETE
65342026-08-20T07:16:23.612Z[ recovery-image] Aug 20 07:16:22.444 INFO O| Aug 20 07:16:22.444 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-20T07:16:23.620Z[ recovery-image] Aug 20 07:16:22.455 INFO O| Aug 20 07:16:22.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65362026-08-20T07:16:23.620Z[ recovery-image] Aug 20 07:16:22.455 INFO O| Aug 20 07:16:22.455 INFO STEP 419 (remove_files) COMPLETE
65372026-08-20T07:16:23.624Z[ recovery-image] Aug 20 07:16:22.455 INFO O| Aug 20 07:16:22.455 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-20T07:16:23.631Z[ recovery-image] Aug 20 07:16:22.466 INFO O| Aug 20 07:16:22.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65392026-08-20T07:16:23.631Z[ recovery-image] Aug 20 07:16:22.466 INFO O| Aug 20 07:16:22.466 INFO STEP 420 (remove_files) COMPLETE
65402026-08-20T07:16:23.631Z[ recovery-image] Aug 20 07:16:22.466 INFO O| Aug 20 07:16:22.466 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-20T07:16:23.641Z[ recovery-image] Aug 20 07:16:22.476 INFO O| Aug 20 07:16:22.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65422026-08-20T07:16:23.641Z[ recovery-image] Aug 20 07:16:22.477 INFO O| Aug 20 07:16:22.476 INFO STEP 421 (remove_files) COMPLETE
65432026-08-20T07:16:23.641Z[ recovery-image] Aug 20 07:16:22.477 INFO O| Aug 20 07:16:22.476 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-20T07:16:23.651Z[ recovery-image] Aug 20 07:16:22.486 INFO O| Aug 20 07:16:22.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65452026-08-20T07:16:23.651Z[ recovery-image] Aug 20 07:16:22.487 INFO O| Aug 20 07:16:22.486 INFO STEP 422 (remove_files) COMPLETE
65462026-08-20T07:16:23.651Z[ recovery-image] Aug 20 07:16:22.487 INFO O| Aug 20 07:16:22.486 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-20T07:16:23.662Z[ recovery-image] Aug 20 07:16:22.498 INFO O| Aug 20 07:16:22.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65482026-08-20T07:16:23.662Z[ recovery-image] Aug 20 07:16:22.498 INFO O| Aug 20 07:16:22.498 INFO STEP 423 (remove_files) COMPLETE
65492026-08-20T07:16:23.662Z[ recovery-image] Aug 20 07:16:22.498 INFO O| Aug 20 07:16:22.498 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-20T07:16:23.674Z[ recovery-image] Aug 20 07:16:22.509 INFO O| Aug 20 07:16:22.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65512026-08-20T07:16:23.674Z[ recovery-image] Aug 20 07:16:22.509 INFO O| Aug 20 07:16:22.509 INFO STEP 424 (remove_files) COMPLETE
65522026-08-20T07:16:23.674Z[ recovery-image] Aug 20 07:16:22.509 INFO O| Aug 20 07:16:22.509 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-20T07:16:23.685Z[ recovery-image] Aug 20 07:16:22.520 INFO O| Aug 20 07:16:22.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65542026-08-20T07:16:23.685Z[ recovery-image] Aug 20 07:16:22.520 INFO O| Aug 20 07:16:22.520 INFO STEP 425 (remove_files) COMPLETE
65552026-08-20T07:16:23.685Z[ recovery-image] Aug 20 07:16:22.520 INFO O| Aug 20 07:16:22.520 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-20T07:16:23.697Z[ recovery-image] Aug 20 07:16:22.532 INFO O| Aug 20 07:16:22.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65572026-08-20T07:16:23.697Z[ recovery-image] Aug 20 07:16:22.532 INFO O| Aug 20 07:16:22.532 INFO STEP 426 (remove_files) COMPLETE
65582026-08-20T07:16:23.697Z[ recovery-image] Aug 20 07:16:22.532 INFO O| Aug 20 07:16:22.532 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-20T07:16:23.708Z[ recovery-image] Aug 20 07:16:22.543 INFO O| Aug 20 07:16:22.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65602026-08-20T07:16:23.708Z[ recovery-image] Aug 20 07:16:22.543 INFO O| Aug 20 07:16:22.543 INFO STEP 427 (remove_files) COMPLETE
65612026-08-20T07:16:23.711Z[ recovery-image] Aug 20 07:16:22.543 INFO O| Aug 20 07:16:22.543 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-20T07:16:23.719Z[ recovery-image] Aug 20 07:16:22.554 INFO O| Aug 20 07:16:22.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65632026-08-20T07:16:23.719Z[ recovery-image] Aug 20 07:16:22.554 INFO O| Aug 20 07:16:22.554 INFO STEP 428 (remove_files) COMPLETE
65642026-08-20T07:16:23.725Z[ recovery-image] Aug 20 07:16:22.554 INFO O| Aug 20 07:16:22.554 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-20T07:16:23.731Z[ recovery-image] Aug 20 07:16:22.566 INFO O| Aug 20 07:16:22.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65662026-08-20T07:16:23.732Z[ recovery-image] Aug 20 07:16:22.566 INFO O| Aug 20 07:16:22.566 INFO STEP 429 (remove_files) COMPLETE
65672026-08-20T07:16:23.732Z[ recovery-image] Aug 20 07:16:22.566 INFO O| Aug 20 07:16:22.566 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-20T07:16:23.744Z[ recovery-image] Aug 20 07:16:22.579 INFO O| Aug 20 07:16:22.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65692026-08-20T07:16:23.744Z[ recovery-image] Aug 20 07:16:22.579 INFO O| Aug 20 07:16:22.579 INFO STEP 430 (remove_files) COMPLETE
65702026-08-20T07:16:23.744Z[ recovery-image] Aug 20 07:16:22.579 INFO O| Aug 20 07:16:22.579 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-20T07:16:23.755Z[ recovery-image] Aug 20 07:16:22.591 INFO O| Aug 20 07:16:22.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65722026-08-20T07:16:23.755Z[ recovery-image] Aug 20 07:16:22.591 INFO O| Aug 20 07:16:22.591 INFO STEP 431 (remove_files) COMPLETE
65732026-08-20T07:16:23.755Z[ recovery-image] Aug 20 07:16:22.591 INFO O| Aug 20 07:16:22.591 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-20T07:16:23.766Z[ recovery-image] Aug 20 07:16:22.602 INFO O| Aug 20 07:16:22.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65752026-08-20T07:16:23.766Z[ recovery-image] Aug 20 07:16:22.602 INFO O| Aug 20 07:16:22.602 INFO STEP 432 (remove_files) COMPLETE
65762026-08-20T07:16:23.766Z[ recovery-image] Aug 20 07:16:22.602 INFO O| Aug 20 07:16:22.602 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-20T07:16:23.776Z[ recovery-image] Aug 20 07:16:22.611 INFO O| Aug 20 07:16:22.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65782026-08-20T07:16:23.776Z[ recovery-image] Aug 20 07:16:22.611 INFO O| Aug 20 07:16:22.611 INFO STEP 433 (remove_files) COMPLETE
65792026-08-20T07:16:23.776Z[ recovery-image] Aug 20 07:16:22.611 INFO O| Aug 20 07:16:22.611 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-20T07:16:23.786Z[ recovery-image] Aug 20 07:16:22.621 INFO O| Aug 20 07:16:22.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65812026-08-20T07:16:23.787Z[ recovery-image] Aug 20 07:16:22.621 INFO O| Aug 20 07:16:22.621 INFO STEP 434 (remove_files) COMPLETE
65822026-08-20T07:16:23.787Z[ recovery-image] Aug 20 07:16:22.621 INFO O| Aug 20 07:16:22.621 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-20T07:16:23.795Z[ recovery-image] Aug 20 07:16:22.630 INFO O| Aug 20 07:16:22.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65842026-08-20T07:16:23.795Z[ recovery-image] Aug 20 07:16:22.630 INFO O| Aug 20 07:16:22.630 INFO STEP 435 (remove_files) COMPLETE
65852026-08-20T07:16:23.795Z[ recovery-image] Aug 20 07:16:22.630 INFO O| Aug 20 07:16:22.630 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-20T07:16:23.805Z[ recovery-image] Aug 20 07:16:22.640 INFO O| Aug 20 07:16:22.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65872026-08-20T07:16:23.805Z[ recovery-image] Aug 20 07:16:22.640 INFO O| Aug 20 07:16:22.640 INFO STEP 436 (remove_files) COMPLETE
65882026-08-20T07:16:23.808Z[ recovery-image] Aug 20 07:16:22.640 INFO O| Aug 20 07:16:22.640 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-20T07:16:23.813Z[ recovery-image] Aug 20 07:16:22.649 INFO O| Aug 20 07:16:22.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65902026-08-20T07:16:23.813Z[ recovery-image] Aug 20 07:16:22.649 INFO O| Aug 20 07:16:22.649 INFO STEP 437 (remove_files) COMPLETE
65912026-08-20T07:16:23.813Z[ recovery-image] Aug 20 07:16:22.649 INFO O| Aug 20 07:16:22.649 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-20T07:16:23.826Z[ recovery-image] Aug 20 07:16:22.659 INFO O| Aug 20 07:16:22.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65932026-08-20T07:16:23.826Z[ recovery-image] Aug 20 07:16:22.659 INFO O| Aug 20 07:16:22.659 INFO STEP 438 (remove_files) COMPLETE
65942026-08-20T07:16:23.826Z[ recovery-image] Aug 20 07:16:22.659 INFO O| Aug 20 07:16:22.659 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-20T07:16:23.833Z[ recovery-image] Aug 20 07:16:22.669 INFO O| Aug 20 07:16:22.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65962026-08-20T07:16:23.833Z[ recovery-image] Aug 20 07:16:22.669 INFO O| Aug 20 07:16:22.669 INFO STEP 439 (remove_files) COMPLETE
65972026-08-20T07:16:23.837Z[ recovery-image] Aug 20 07:16:22.669 INFO O| Aug 20 07:16:22.669 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-20T07:16:23.841Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65992026-08-20T07:16:23.844Z[ recovery-image] Aug 20 07:16:22.677 INFO O| Aug 20 07:16:22.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66002026-08-20T07:16:23.844Z[ recovery-image] Aug 20 07:16:22.677 INFO O| Aug 20 07:16:22.677 INFO STEP 440 (remove_files) COMPLETE
66012026-08-20T07:16:23.844Z[ recovery-image] Aug 20 07:16:22.677 INFO O| Aug 20 07:16:22.677 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-20T07:16:23.852Z[ recovery-image] Aug 20 07:16:22.687 INFO O| Aug 20 07:16:22.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66032026-08-20T07:16:23.853Z[ recovery-image] Aug 20 07:16:22.687 INFO O| Aug 20 07:16:22.687 INFO STEP 441 (remove_files) COMPLETE
66042026-08-20T07:16:23.853Z[ recovery-image] Aug 20 07:16:22.687 INFO O| Aug 20 07:16:22.687 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-20T07:16:23.863Z[ recovery-image] Aug 20 07:16:22.697 INFO O| Aug 20 07:16:22.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66062026-08-20T07:16:23.863Z[ recovery-image] Aug 20 07:16:22.697 INFO O| Aug 20 07:16:22.697 INFO STEP 442 (remove_files) COMPLETE
66072026-08-20T07:16:23.867Z[ recovery-image] Aug 20 07:16:22.697 INFO O| Aug 20 07:16:22.697 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-20T07:16:23.872Z[ recovery-image] Aug 20 07:16:22.707 INFO O| Aug 20 07:16:22.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66092026-08-20T07:16:23.872Z[ recovery-image] Aug 20 07:16:22.707 INFO O| Aug 20 07:16:22.707 INFO STEP 443 (remove_files) COMPLETE
66102026-08-20T07:16:23.872Z[ recovery-image] Aug 20 07:16:22.707 INFO O| Aug 20 07:16:22.707 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-20T07:16:23.881Z[ recovery-image] Aug 20 07:16:22.717 INFO O| Aug 20 07:16:22.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66122026-08-20T07:16:23.881Z[ recovery-image] Aug 20 07:16:22.717 INFO O| Aug 20 07:16:22.717 INFO STEP 444 (remove_files) COMPLETE
66132026-08-20T07:16:23.881Z[ recovery-image] Aug 20 07:16:22.717 INFO O| Aug 20 07:16:22.717 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-20T07:16:23.891Z[ recovery-image] Aug 20 07:16:22.725 INFO O| Aug 20 07:16:22.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66152026-08-20T07:16:23.892Z[ recovery-image] Aug 20 07:16:22.725 INFO O| Aug 20 07:16:22.725 INFO STEP 445 (remove_files) COMPLETE
66162026-08-20T07:16:23.892Z[ recovery-image] Aug 20 07:16:22.725 INFO O| Aug 20 07:16:22.725 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-20T07:16:23.899Z[ recovery-image] Aug 20 07:16:22.734 INFO O| Aug 20 07:16:22.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66182026-08-20T07:16:23.899Z[ recovery-image] Aug 20 07:16:22.734 INFO O| Aug 20 07:16:22.734 INFO STEP 446 (remove_files) COMPLETE
66192026-08-20T07:16:23.899Z[ recovery-image] Aug 20 07:16:22.734 INFO O| Aug 20 07:16:22.734 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-20T07:16:23.907Z[ recovery-image] Aug 20 07:16:22.742 INFO O| Aug 20 07:16:22.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66212026-08-20T07:16:23.911Z[ recovery-image] Aug 20 07:16:22.743 INFO O| Aug 20 07:16:22.743 INFO STEP 447 (remove_files) COMPLETE
66222026-08-20T07:16:23.911Z[ recovery-image] Aug 20 07:16:22.744 INFO O| Aug 20 07:16:22.743 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-20T07:16:23.918Z[ recovery-image] Aug 20 07:16:22.753 INFO O| Aug 20 07:16:22.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66242026-08-20T07:16:23.918Z[ recovery-image] Aug 20 07:16:22.753 INFO O| Aug 20 07:16:22.753 INFO STEP 448 (remove_files) COMPLETE
66252026-08-20T07:16:23.918Z[ recovery-image] Aug 20 07:16:22.753 INFO O| Aug 20 07:16:22.753 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-20T07:16:23.928Z[ recovery-image] Aug 20 07:16:22.763 INFO O| Aug 20 07:16:22.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66272026-08-20T07:16:23.928Z[ recovery-image] Aug 20 07:16:22.763 INFO O| Aug 20 07:16:22.763 INFO STEP 449 (remove_files) COMPLETE
66282026-08-20T07:16:23.931Z[ recovery-image] Aug 20 07:16:22.763 INFO O| Aug 20 07:16:22.763 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-20T07:16:23.938Z[ recovery-image] Aug 20 07:16:22.773 INFO O| Aug 20 07:16:22.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66302026-08-20T07:16:23.938Z[ recovery-image] Aug 20 07:16:22.773 INFO O| Aug 20 07:16:22.773 INFO STEP 450 (remove_files) COMPLETE
66312026-08-20T07:16:23.941Z[ recovery-image] Aug 20 07:16:22.773 INFO O| Aug 20 07:16:22.773 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-20T07:16:23.946Z[ recovery-image] Aug 20 07:16:22.781 INFO O| Aug 20 07:16:22.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66332026-08-20T07:16:23.946Z[ recovery-image] Aug 20 07:16:22.782 INFO O| Aug 20 07:16:22.782 INFO STEP 451 (remove_files) COMPLETE
66342026-08-20T07:16:23.946Z[ recovery-image] Aug 20 07:16:22.782 INFO O| Aug 20 07:16:22.782 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-20T07:16:23.956Z[ recovery-image] Aug 20 07:16:22.791 INFO O| Aug 20 07:16:22.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66362026-08-20T07:16:23.956Z[ recovery-image] Aug 20 07:16:22.792 INFO O| Aug 20 07:16:22.791 INFO STEP 452 (remove_files) COMPLETE
66372026-08-20T07:16:23.956Z[ recovery-image] Aug 20 07:16:22.792 INFO O| Aug 20 07:16:22.791 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-20T07:16:23.967Z[ recovery-image] Aug 20 07:16:22.802 INFO O| Aug 20 07:16:22.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66392026-08-20T07:16:23.967Z[ recovery-image] Aug 20 07:16:22.802 INFO O| Aug 20 07:16:22.802 INFO STEP 453 (remove_files) COMPLETE
66402026-08-20T07:16:23.970Z[ recovery-image] Aug 20 07:16:22.802 INFO O| Aug 20 07:16:22.802 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-20T07:16:23.985Z[ recovery-image] Aug 20 07:16:22.812 INFO O| Aug 20 07:16:22.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66422026-08-20T07:16:23.985Z[ recovery-image] Aug 20 07:16:22.812 INFO O| Aug 20 07:16:22.812 INFO STEP 454 (remove_files) COMPLETE
66432026-08-20T07:16:23.985Z[ recovery-image] Aug 20 07:16:22.813 INFO O| Aug 20 07:16:22.812 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-20T07:16:23.989Z[ recovery-image] Aug 20 07:16:22.822 INFO O| Aug 20 07:16:22.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66452026-08-20T07:16:23.989Z[ recovery-image] Aug 20 07:16:22.822 INFO O| Aug 20 07:16:22.822 INFO STEP 455 (remove_files) COMPLETE
66462026-08-20T07:16:23.989Z[ recovery-image] Aug 20 07:16:22.822 INFO O| Aug 20 07:16:22.822 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-20T07:16:23.996Z[ recovery-image] Aug 20 07:16:22.831 INFO O| Aug 20 07:16:22.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66482026-08-20T07:16:23.996Z[ recovery-image] Aug 20 07:16:22.831 INFO O| Aug 20 07:16:22.831 INFO STEP 456 (remove_files) COMPLETE
66492026-08-20T07:16:23.999Z[ recovery-image] Aug 20 07:16:22.831 INFO O| Aug 20 07:16:22.831 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-20T07:16:24.005Z[ recovery-image] Aug 20 07:16:22.840 INFO O| Aug 20 07:16:22.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66512026-08-20T07:16:24.005Z[ recovery-image] Aug 20 07:16:22.840 INFO O| Aug 20 07:16:22.840 INFO STEP 457 (remove_files) COMPLETE
66522026-08-20T07:16:24.008Z[ recovery-image] Aug 20 07:16:22.840 INFO O| Aug 20 07:16:22.840 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-20T07:16:24.013Z[ recovery-image] Aug 20 07:16:22.849 INFO O| Aug 20 07:16:22.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66542026-08-20T07:16:24.013Z[ recovery-image] Aug 20 07:16:22.849 INFO O| Aug 20 07:16:22.849 INFO STEP 458 (remove_files) COMPLETE
66552026-08-20T07:16:24.017Z[ recovery-image] Aug 20 07:16:22.849 INFO O| Aug 20 07:16:22.849 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-20T07:16:24.023Z[ recovery-image] Aug 20 07:16:22.858 INFO O| Aug 20 07:16:22.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66572026-08-20T07:16:24.024Z[ recovery-image] Aug 20 07:16:22.858 INFO O| Aug 20 07:16:22.858 INFO STEP 459 (remove_files) COMPLETE
66582026-08-20T07:16:24.027Z[ recovery-image] Aug 20 07:16:22.858 INFO O| Aug 20 07:16:22.858 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-20T07:16:24.031Z[ recovery-image] Aug 20 07:16:22.867 INFO O| Aug 20 07:16:22.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66602026-08-20T07:16:24.035Z[ recovery-image] Aug 20 07:16:22.868 INFO O| Aug 20 07:16:22.868 INFO STEP 460 (remove_files) COMPLETE
66612026-08-20T07:16:24.035Z[ recovery-image] Aug 20 07:16:22.868 INFO O| Aug 20 07:16:22.868 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-20T07:16:24.042Z[ recovery-image] Aug 20 07:16:22.877 INFO O| Aug 20 07:16:22.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66632026-08-20T07:16:24.042Z[ recovery-image] Aug 20 07:16:22.877 INFO O| Aug 20 07:16:22.877 INFO STEP 461 (remove_files) COMPLETE
66642026-08-20T07:16:24.045Z[ recovery-image] Aug 20 07:16:22.877 INFO O| Aug 20 07:16:22.877 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-20T07:16:24.050Z[ recovery-image] Aug 20 07:16:22.886 INFO O| Aug 20 07:16:22.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66662026-08-20T07:16:24.054Z[ recovery-image] Aug 20 07:16:22.887 INFO O| Aug 20 07:16:22.887 INFO STEP 462 (remove_files) COMPLETE
66672026-08-20T07:16:24.054Z[ recovery-image] Aug 20 07:16:22.887 INFO O| Aug 20 07:16:22.887 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-20T07:16:24.061Z[ recovery-image] Aug 20 07:16:22.896 INFO O| Aug 20 07:16:22.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66692026-08-20T07:16:24.061Z[ recovery-image] Aug 20 07:16:22.896 INFO O| Aug 20 07:16:22.896 INFO STEP 463 (remove_files) COMPLETE
66702026-08-20T07:16:24.061Z[ recovery-image] Aug 20 07:16:22.896 INFO O| Aug 20 07:16:22.896 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-20T07:16:24.070Z[ recovery-image] Aug 20 07:16:22.905 INFO O| Aug 20 07:16:22.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66722026-08-20T07:16:24.071Z[ recovery-image] Aug 20 07:16:22.905 INFO O| Aug 20 07:16:22.905 INFO STEP 464 (remove_files) COMPLETE
66732026-08-20T07:16:24.071Z[ recovery-image] Aug 20 07:16:22.905 INFO O| Aug 20 07:16:22.905 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-20T07:16:24.081Z[ recovery-image] Aug 20 07:16:22.916 INFO O| Aug 20 07:16:22.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66752026-08-20T07:16:24.081Z[ recovery-image] Aug 20 07:16:22.916 INFO O| Aug 20 07:16:22.916 INFO STEP 465 (remove_files) COMPLETE
66762026-08-20T07:16:24.081Z[ recovery-image] Aug 20 07:16:22.916 INFO O| Aug 20 07:16:22.916 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-20T07:16:24.090Z[ recovery-image] Aug 20 07:16:22.925 INFO O| Aug 20 07:16:22.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66782026-08-20T07:16:24.090Z[ recovery-image] Aug 20 07:16:22.925 INFO O| Aug 20 07:16:22.925 INFO STEP 466 (remove_files) COMPLETE
66792026-08-20T07:16:24.090Z[ recovery-image] Aug 20 07:16:22.925 INFO O| Aug 20 07:16:22.925 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-20T07:16:24.102Z[ recovery-image] Aug 20 07:16:22.937 INFO O| Aug 20 07:16:22.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66812026-08-20T07:16:24.102Z[ recovery-image] Aug 20 07:16:22.937 INFO O| Aug 20 07:16:22.937 INFO STEP 467 (remove_files) COMPLETE
66822026-08-20T07:16:24.102Z[ recovery-image] Aug 20 07:16:22.937 INFO O| Aug 20 07:16:22.937 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-20T07:16:24.112Z[ recovery-image] Aug 20 07:16:22.947 INFO O| Aug 20 07:16:22.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66842026-08-20T07:16:24.112Z[ recovery-image] Aug 20 07:16:22.947 INFO O| Aug 20 07:16:22.947 INFO STEP 468 (remove_files) COMPLETE
66852026-08-20T07:16:24.112Z[ recovery-image] Aug 20 07:16:22.947 INFO O| Aug 20 07:16:22.947 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-20T07:16:24.123Z[ recovery-image] Aug 20 07:16:22.958 INFO O| Aug 20 07:16:22.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66872026-08-20T07:16:24.124Z[ recovery-image] Aug 20 07:16:22.958 INFO O| Aug 20 07:16:22.958 INFO STEP 469 (remove_files) COMPLETE
66882026-08-20T07:16:24.124Z[ recovery-image] Aug 20 07:16:22.958 INFO O| Aug 20 07:16:22.958 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-20T07:16:24.133Z[ recovery-image] Aug 20 07:16:22.968 INFO O| Aug 20 07:16:22.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66902026-08-20T07:16:24.133Z[ recovery-image] Aug 20 07:16:22.968 INFO O| Aug 20 07:16:22.968 INFO STEP 470 (remove_files) COMPLETE
66912026-08-20T07:16:24.133Z[ recovery-image] Aug 20 07:16:22.968 INFO O| Aug 20 07:16:22.968 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-20T07:16:24.142Z[ recovery-image] Aug 20 07:16:22.977 INFO O| Aug 20 07:16:22.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66932026-08-20T07:16:24.142Z[ recovery-image] Aug 20 07:16:22.977 INFO O| Aug 20 07:16:22.977 INFO STEP 471 (remove_files) COMPLETE
66942026-08-20T07:16:24.142Z[ recovery-image] Aug 20 07:16:22.977 INFO O| Aug 20 07:16:22.977 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-20T07:16:24.152Z[ recovery-image] Aug 20 07:16:22.986 INFO O| Aug 20 07:16:22.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66962026-08-20T07:16:24.152Z[ recovery-image] Aug 20 07:16:22.986 INFO O| Aug 20 07:16:22.986 INFO STEP 472 (remove_files) COMPLETE
66972026-08-20T07:16:24.152Z[ recovery-image] Aug 20 07:16:22.986 INFO O| Aug 20 07:16:22.986 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-20T07:16:24.158Z[ recovery-image] Aug 20 07:16:22.994 INFO O| Aug 20 07:16:22.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66992026-08-20T07:16:24.159Z[ recovery-image] Aug 20 07:16:22.994 INFO O| Aug 20 07:16:22.994 INFO STEP 473 (remove_files) COMPLETE
67002026-08-20T07:16:24.162Z[ recovery-image] Aug 20 07:16:22.994 INFO O| Aug 20 07:16:22.994 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-20T07:16:24.167Z[ recovery-image] Aug 20 07:16:23.003 INFO O| Aug 20 07:16:23.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67022026-08-20T07:16:24.171Z[ recovery-image] Aug 20 07:16:23.003 INFO O| Aug 20 07:16:23.003 INFO STEP 474 (remove_files) COMPLETE
67032026-08-20T07:16:24.171Z[ recovery-image] Aug 20 07:16:23.003 INFO O| Aug 20 07:16:23.003 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-20T07:16:24.178Z[ recovery-image] Aug 20 07:16:23.014 INFO O| Aug 20 07:16:23.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67052026-08-20T07:16:24.178Z[ recovery-image] Aug 20 07:16:23.014 INFO O| Aug 20 07:16:23.014 INFO STEP 475 (remove_files) COMPLETE
67062026-08-20T07:16:24.178Z[ recovery-image] Aug 20 07:16:23.014 INFO O| Aug 20 07:16:23.014 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-20T07:16:24.189Z[ recovery-image] Aug 20 07:16:23.024 INFO O| Aug 20 07:16:23.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67082026-08-20T07:16:24.189Z[ recovery-image] Aug 20 07:16:23.024 INFO O| Aug 20 07:16:23.024 INFO STEP 476 (remove_files) COMPLETE
67092026-08-20T07:16:24.189Z[ recovery-image] Aug 20 07:16:23.024 INFO O| Aug 20 07:16:23.024 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-08-20T07:16:24.198Z[ recovery-image] Aug 20 07:16:23.033 INFO O| Aug 20 07:16:23.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67112026-08-20T07:16:24.198Z[ recovery-image] Aug 20 07:16:23.033 INFO O| Aug 20 07:16:23.033 INFO STEP 477 (remove_files) COMPLETE
67122026-08-20T07:16:24.202Z[ recovery-image] Aug 20 07:16:23.033 INFO O| Aug 20 07:16:23.033 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-08-20T07:16:24.207Z[ recovery-image] Aug 20 07:16:23.043 INFO O| Aug 20 07:16:23.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67142026-08-20T07:16:24.207Z[ recovery-image] Aug 20 07:16:23.043 INFO O| Aug 20 07:16:23.043 INFO STEP 478 (remove_files) COMPLETE
67152026-08-20T07:16:24.211Z[ recovery-image] Aug 20 07:16:23.043 INFO O| Aug 20 07:16:23.043 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-08-20T07:16:24.219Z[ recovery-image] Aug 20 07:16:23.053 INFO O| Aug 20 07:16:23.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67172026-08-20T07:16:24.219Z[ recovery-image] Aug 20 07:16:23.053 INFO O| Aug 20 07:16:23.053 INFO STEP 479 (remove_files) COMPLETE
67182026-08-20T07:16:24.222Z[ recovery-image] Aug 20 07:16:23.053 INFO O| Aug 20 07:16:23.053 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-08-20T07:16:24.229Z[ recovery-image] Aug 20 07:16:23.064 INFO O| Aug 20 07:16:23.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67202026-08-20T07:16:24.229Z[ recovery-image] Aug 20 07:16:23.065 INFO O| Aug 20 07:16:23.065 INFO STEP 480 (remove_files) COMPLETE
67212026-08-20T07:16:24.229Z[ recovery-image] Aug 20 07:16:23.065 INFO O| Aug 20 07:16:23.065 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-20T07:16:24.238Z[ recovery-image] Aug 20 07:16:23.073 INFO O| Aug 20 07:16:23.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67232026-08-20T07:16:24.238Z[ recovery-image] Aug 20 07:16:23.073 INFO O| Aug 20 07:16:23.073 INFO STEP 481 (remove_files) COMPLETE
67242026-08-20T07:16:24.238Z[ recovery-image] Aug 20 07:16:23.073 INFO O| Aug 20 07:16:23.073 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-20T07:16:24.247Z[ recovery-image] Aug 20 07:16:23.082 INFO O| Aug 20 07:16:23.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67262026-08-20T07:16:24.250Z[ recovery-image] Aug 20 07:16:23.082 INFO O| Aug 20 07:16:23.082 INFO STEP 482 (remove_files) COMPLETE
67272026-08-20T07:16:24.250Z[ recovery-image] Aug 20 07:16:23.082 INFO O| Aug 20 07:16:23.082 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-20T07:16:24.257Z[ recovery-image] Aug 20 07:16:23.092 INFO O| Aug 20 07:16:23.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67292026-08-20T07:16:24.257Z[ recovery-image] Aug 20 07:16:23.093 INFO O| Aug 20 07:16:23.093 INFO STEP 483 (remove_files) COMPLETE
67302026-08-20T07:16:24.258Z[ recovery-image] Aug 20 07:16:23.093 INFO O| Aug 20 07:16:23.093 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-20T07:16:24.267Z[ recovery-image] Aug 20 07:16:23.101 INFO O| Aug 20 07:16:23.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67322026-08-20T07:16:24.267Z[ recovery-image] Aug 20 07:16:23.101 INFO O| Aug 20 07:16:23.101 INFO STEP 484 (remove_files) COMPLETE
67332026-08-20T07:16:24.267Z[ recovery-image] Aug 20 07:16:23.101 INFO O| Aug 20 07:16:23.101 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-20T07:16:24.278Z[ recovery-image] Aug 20 07:16:23.113 INFO O| Aug 20 07:16:23.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67352026-08-20T07:16:24.278Z[ recovery-image] Aug 20 07:16:23.113 INFO O| Aug 20 07:16:23.113 INFO STEP 485 (remove_files) COMPLETE
67362026-08-20T07:16:24.282Z[ recovery-image] Aug 20 07:16:23.113 INFO O| Aug 20 07:16:23.113 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-20T07:16:24.288Z[ recovery-image] Aug 20 07:16:23.124 INFO O| Aug 20 07:16:23.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67382026-08-20T07:16:24.292Z[ recovery-image] Aug 20 07:16:23.124 INFO O| Aug 20 07:16:23.124 INFO STEP 486 (remove_files) COMPLETE
67392026-08-20T07:16:24.292Z[ recovery-image] Aug 20 07:16:23.124 INFO O| Aug 20 07:16:23.124 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-20T07:16:24.299Z[ recovery-image] Aug 20 07:16:23.134 INFO O| Aug 20 07:16:23.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67412026-08-20T07:16:24.299Z[ recovery-image] Aug 20 07:16:23.134 INFO O| Aug 20 07:16:23.134 INFO STEP 487 (remove_files) COMPLETE
67422026-08-20T07:16:24.299Z[ recovery-image] Aug 20 07:16:23.134 INFO O| Aug 20 07:16:23.134 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-20T07:16:24.308Z[ recovery-image] Aug 20 07:16:23.143 INFO O| Aug 20 07:16:23.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67442026-08-20T07:16:24.308Z[ recovery-image] Aug 20 07:16:23.143 INFO O| Aug 20 07:16:23.143 INFO STEP 488 (remove_files) COMPLETE
67452026-08-20T07:16:24.308Z[ recovery-image] Aug 20 07:16:23.143 INFO O| Aug 20 07:16:23.143 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-20T07:16:24.320Z[ recovery-image] Aug 20 07:16:23.154 INFO O| Aug 20 07:16:23.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67472026-08-20T07:16:24.320Z[ recovery-image] Aug 20 07:16:23.155 INFO O| Aug 20 07:16:23.154 INFO STEP 489 (remove_files) COMPLETE
67482026-08-20T07:16:24.320Z[ recovery-image] Aug 20 07:16:23.155 INFO O| Aug 20 07:16:23.154 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-20T07:16:24.330Z[ recovery-image] Aug 20 07:16:23.165 INFO O| Aug 20 07:16:23.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67502026-08-20T07:16:24.333Z[ recovery-image] Aug 20 07:16:23.166 INFO O| Aug 20 07:16:23.166 INFO STEP 490 (remove_files) COMPLETE
67512026-08-20T07:16:24.333Z[ recovery-image] Aug 20 07:16:23.166 INFO O| Aug 20 07:16:23.166 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-20T07:16:24.341Z[ recovery-image] Aug 20 07:16:23.176 INFO O| Aug 20 07:16:23.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67532026-08-20T07:16:24.341Z[ recovery-image] Aug 20 07:16:23.176 INFO O| Aug 20 07:16:23.176 INFO STEP 491 (remove_files) COMPLETE
67542026-08-20T07:16:24.344Z[ recovery-image] Aug 20 07:16:23.176 INFO O| Aug 20 07:16:23.176 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-20T07:16:24.350Z[ recovery-image] Aug 20 07:16:23.185 INFO O| Aug 20 07:16:23.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67562026-08-20T07:16:24.351Z[ recovery-image] Aug 20 07:16:23.185 INFO O| Aug 20 07:16:23.185 INFO STEP 492 (remove_files) COMPLETE
67572026-08-20T07:16:24.351Z[ recovery-image] Aug 20 07:16:23.185 INFO O| Aug 20 07:16:23.185 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-20T07:16:24.359Z[ recovery-image] Aug 20 07:16:23.195 INFO O| Aug 20 07:16:23.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67592026-08-20T07:16:24.359Z[ recovery-image] Aug 20 07:16:23.195 INFO O| Aug 20 07:16:23.195 INFO STEP 493 (remove_files) COMPLETE
67602026-08-20T07:16:24.359Z[ recovery-image] Aug 20 07:16:23.195 INFO O| Aug 20 07:16:23.195 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-20T07:16:24.368Z[ recovery-image] Aug 20 07:16:23.203 INFO O| Aug 20 07:16:23.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67622026-08-20T07:16:24.368Z[ recovery-image] Aug 20 07:16:23.203 INFO O| Aug 20 07:16:23.203 INFO STEP 494 (remove_files) COMPLETE
67632026-08-20T07:16:24.368Z[ recovery-image] Aug 20 07:16:23.203 INFO O| Aug 20 07:16:23.203 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-20T07:16:24.376Z[ recovery-image] Aug 20 07:16:23.212 INFO O| Aug 20 07:16:23.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67652026-08-20T07:16:24.376Z[ recovery-image] Aug 20 07:16:23.212 INFO O| Aug 20 07:16:23.212 INFO STEP 495 (remove_files) COMPLETE
67662026-08-20T07:16:24.376Z[ recovery-image] Aug 20 07:16:23.212 INFO O| Aug 20 07:16:23.212 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-20T07:16:24.386Z[ recovery-image] Aug 20 07:16:23.221 INFO O| Aug 20 07:16:23.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67682026-08-20T07:16:24.386Z[ recovery-image] Aug 20 07:16:23.221 INFO O| Aug 20 07:16:23.221 INFO STEP 496 (remove_files) COMPLETE
67692026-08-20T07:16:24.389Z[ recovery-image] Aug 20 07:16:23.221 INFO O| Aug 20 07:16:23.221 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-20T07:16:24.396Z[ recovery-image] Aug 20 07:16:23.231 INFO O| Aug 20 07:16:23.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67712026-08-20T07:16:24.397Z[ recovery-image] Aug 20 07:16:23.231 INFO O| Aug 20 07:16:23.231 INFO STEP 497 (remove_files) COMPLETE
67722026-08-20T07:16:24.397Z[ recovery-image] Aug 20 07:16:23.231 INFO O| Aug 20 07:16:23.231 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-20T07:16:24.406Z[ recovery-image] Aug 20 07:16:23.241 INFO O| Aug 20 07:16:23.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67742026-08-20T07:16:24.406Z[ recovery-image] Aug 20 07:16:23.241 INFO O| Aug 20 07:16:23.241 INFO STEP 498 (remove_files) COMPLETE
67752026-08-20T07:16:24.406Z[ recovery-image] Aug 20 07:16:23.241 INFO O| Aug 20 07:16:23.241 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-20T07:16:24.415Z[ recovery-image] Aug 20 07:16:23.251 INFO O| Aug 20 07:16:23.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67772026-08-20T07:16:24.415Z[ recovery-image] Aug 20 07:16:23.251 INFO O| Aug 20 07:16:23.251 INFO STEP 499 (remove_files) COMPLETE
67782026-08-20T07:16:24.415Z[ recovery-image] Aug 20 07:16:23.251 INFO O| Aug 20 07:16:23.251 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-20T07:16:24.427Z[ recovery-image] Aug 20 07:16:23.262 INFO O| Aug 20 07:16:23.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67802026-08-20T07:16:24.427Z[ recovery-image] Aug 20 07:16:23.262 INFO O| Aug 20 07:16:23.262 INFO STEP 500 (remove_files) COMPLETE
67812026-08-20T07:16:24.430Z[ recovery-image] Aug 20 07:16:23.262 INFO O| Aug 20 07:16:23.262 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-20T07:16:24.436Z[ recovery-image] Aug 20 07:16:23.272 INFO O| Aug 20 07:16:23.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67832026-08-20T07:16:24.436Z[ recovery-image] Aug 20 07:16:23.272 INFO O| Aug 20 07:16:23.272 INFO STEP 501 (remove_files) COMPLETE
67842026-08-20T07:16:24.436Z[ recovery-image] Aug 20 07:16:23.272 INFO O| Aug 20 07:16:23.272 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-20T07:16:24.448Z[ recovery-image] Aug 20 07:16:23.283 INFO O| Aug 20 07:16:23.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67862026-08-20T07:16:24.449Z[ recovery-image] Aug 20 07:16:23.283 INFO O| Aug 20 07:16:23.283 INFO STEP 502 (remove_files) COMPLETE
67872026-08-20T07:16:24.449Z[ recovery-image] Aug 20 07:16:23.283 INFO O| Aug 20 07:16:23.283 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-20T07:16:24.459Z[ recovery-image] Aug 20 07:16:23.294 INFO O| Aug 20 07:16:23.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67892026-08-20T07:16:24.462Z[ recovery-image] Aug 20 07:16:23.295 INFO O| Aug 20 07:16:23.295 INFO STEP 503 (remove_files) COMPLETE
67902026-08-20T07:16:24.462Z[ recovery-image] Aug 20 07:16:23.295 INFO O| Aug 20 07:16:23.295 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-20T07:16:24.470Z[ recovery-image] Aug 20 07:16:23.305 INFO O| Aug 20 07:16:23.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67922026-08-20T07:16:24.470Z[ recovery-image] Aug 20 07:16:23.305 INFO O| Aug 20 07:16:23.305 INFO STEP 504 (remove_files) COMPLETE
67932026-08-20T07:16:24.470Z[ recovery-image] Aug 20 07:16:23.305 INFO O| Aug 20 07:16:23.305 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-20T07:16:24.480Z[ recovery-image] Aug 20 07:16:23.315 INFO O| Aug 20 07:16:23.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67952026-08-20T07:16:24.480Z[ recovery-image] Aug 20 07:16:23.315 INFO O| Aug 20 07:16:23.315 INFO STEP 505 (remove_files) COMPLETE
67962026-08-20T07:16:24.480Z[ recovery-image] Aug 20 07:16:23.315 INFO O| Aug 20 07:16:23.315 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-20T07:16:24.490Z[ recovery-image] Aug 20 07:16:23.325 INFO O| Aug 20 07:16:23.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67982026-08-20T07:16:24.490Z[ recovery-image] Aug 20 07:16:23.325 INFO O| Aug 20 07:16:23.325 INFO STEP 506 (remove_files) COMPLETE
67992026-08-20T07:16:24.494Z[ recovery-image] Aug 20 07:16:23.325 INFO O| Aug 20 07:16:23.325 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-20T07:16:24.500Z[ recovery-image] Aug 20 07:16:23.335 INFO O| Aug 20 07:16:23.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68012026-08-20T07:16:24.500Z[ recovery-image] Aug 20 07:16:23.335 INFO O| Aug 20 07:16:23.335 INFO STEP 507 (remove_files) COMPLETE
68022026-08-20T07:16:24.503Z[ recovery-image] Aug 20 07:16:23.335 INFO O| Aug 20 07:16:23.335 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-20T07:16:24.507Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
68042026-08-20T07:16:24.510Z[ recovery-image] Aug 20 07:16:23.345 INFO O| Aug 20 07:16:23.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68052026-08-20T07:16:24.510Z[ recovery-image] Aug 20 07:16:23.345 INFO O| Aug 20 07:16:23.345 INFO STEP 508 (remove_files) COMPLETE
68062026-08-20T07:16:24.510Z[ recovery-image] Aug 20 07:16:23.345 INFO O| Aug 20 07:16:23.345 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-20T07:16:24.520Z[ recovery-image] Aug 20 07:16:23.356 INFO O| Aug 20 07:16:23.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68082026-08-20T07:16:24.520Z[ recovery-image] Aug 20 07:16:23.356 INFO O| Aug 20 07:16:23.356 INFO STEP 509 (remove_files) COMPLETE
68092026-08-20T07:16:24.520Z[ recovery-image] Aug 20 07:16:23.356 INFO O| Aug 20 07:16:23.356 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-20T07:16:24.531Z[ recovery-image] Aug 20 07:16:23.366 INFO O| Aug 20 07:16:23.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68112026-08-20T07:16:24.531Z[ recovery-image] Aug 20 07:16:23.366 INFO O| Aug 20 07:16:23.366 INFO STEP 510 (remove_files) COMPLETE
68122026-08-20T07:16:24.534Z[ recovery-image] Aug 20 07:16:23.366 INFO O| Aug 20 07:16:23.366 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-20T07:16:24.541Z[ recovery-image] Aug 20 07:16:23.377 INFO O| Aug 20 07:16:23.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68142026-08-20T07:16:24.541Z[ recovery-image] Aug 20 07:16:23.377 INFO O| Aug 20 07:16:23.377 INFO STEP 511 (remove_files) COMPLETE
68152026-08-20T07:16:24.541Z[ recovery-image] Aug 20 07:16:23.377 INFO O| Aug 20 07:16:23.377 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-20T07:16:24.552Z[ recovery-image] Aug 20 07:16:23.387 INFO O| Aug 20 07:16:23.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68172026-08-20T07:16:24.552Z[ recovery-image] Aug 20 07:16:23.387 INFO O| Aug 20 07:16:23.387 INFO STEP 512 (remove_files) COMPLETE
68182026-08-20T07:16:24.552Z[ recovery-image] Aug 20 07:16:23.387 INFO O| Aug 20 07:16:23.387 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-20T07:16:24.562Z[ recovery-image] Aug 20 07:16:23.397 INFO O| Aug 20 07:16:23.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68202026-08-20T07:16:24.565Z[ recovery-image] Aug 20 07:16:23.397 INFO O| Aug 20 07:16:23.397 INFO STEP 513 (remove_files) COMPLETE
68212026-08-20T07:16:24.565Z[ recovery-image] Aug 20 07:16:23.397 INFO O| Aug 20 07:16:23.397 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-20T07:16:24.572Z[ recovery-image] Aug 20 07:16:23.408 INFO O| Aug 20 07:16:23.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68232026-08-20T07:16:24.572Z[ recovery-image] Aug 20 07:16:23.408 INFO O| Aug 20 07:16:23.408 INFO STEP 514 (remove_files) COMPLETE
68242026-08-20T07:16:24.576Z[ recovery-image] Aug 20 07:16:23.408 INFO O| Aug 20 07:16:23.408 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-20T07:16:24.582Z[ recovery-image] Aug 20 07:16:23.417 INFO O| Aug 20 07:16:23.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68262026-08-20T07:16:24.582Z[ recovery-image] Aug 20 07:16:23.417 INFO O| Aug 20 07:16:23.417 INFO STEP 515 (remove_files) COMPLETE
68272026-08-20T07:16:24.585Z[ recovery-image] Aug 20 07:16:23.417 INFO O| Aug 20 07:16:23.417 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-20T07:16:24.593Z[ recovery-image] Aug 20 07:16:23.428 INFO O| Aug 20 07:16:23.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68292026-08-20T07:16:24.593Z[ recovery-image] Aug 20 07:16:23.428 INFO O| Aug 20 07:16:23.428 INFO STEP 516 (remove_files) COMPLETE
68302026-08-20T07:16:24.593Z[ recovery-image] Aug 20 07:16:23.428 INFO O| Aug 20 07:16:23.428 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-20T07:16:24.604Z[ recovery-image] Aug 20 07:16:23.439 INFO O| Aug 20 07:16:23.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68322026-08-20T07:16:24.604Z[ recovery-image] Aug 20 07:16:23.439 INFO O| Aug 20 07:16:23.439 INFO STEP 517 (remove_files) COMPLETE
68332026-08-20T07:16:24.604Z[ recovery-image] Aug 20 07:16:23.439 INFO O| Aug 20 07:16:23.439 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-20T07:16:24.615Z[ recovery-image] Aug 20 07:16:23.450 INFO O| Aug 20 07:16:23.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68352026-08-20T07:16:24.615Z[ recovery-image] Aug 20 07:16:23.451 INFO O| Aug 20 07:16:23.451 INFO STEP 518 (remove_files) COMPLETE
68362026-08-20T07:16:24.619Z[ recovery-image] Aug 20 07:16:23.451 INFO O| Aug 20 07:16:23.451 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-20T07:16:24.626Z[ recovery-image] Aug 20 07:16:23.462 INFO O| Aug 20 07:16:23.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68382026-08-20T07:16:24.626Z[ recovery-image] Aug 20 07:16:23.462 INFO O| Aug 20 07:16:23.462 INFO STEP 519 (remove_files) COMPLETE
68392026-08-20T07:16:24.630Z[ recovery-image] Aug 20 07:16:23.462 INFO O| Aug 20 07:16:23.462 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-20T07:16:24.637Z[ recovery-image] Aug 20 07:16:23.473 INFO O| Aug 20 07:16:23.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68412026-08-20T07:16:24.637Z[ recovery-image] Aug 20 07:16:23.473 INFO O| Aug 20 07:16:23.473 INFO STEP 520 (remove_files) COMPLETE
68422026-08-20T07:16:24.641Z[ recovery-image] Aug 20 07:16:23.473 INFO O| Aug 20 07:16:23.473 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-20T07:16:24.648Z[ recovery-image] Aug 20 07:16:23.484 INFO O| Aug 20 07:16:23.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68442026-08-20T07:16:24.648Z[ recovery-image] Aug 20 07:16:23.484 INFO O| Aug 20 07:16:23.484 INFO STEP 521 (remove_files) COMPLETE
68452026-08-20T07:16:24.648Z[ recovery-image] Aug 20 07:16:23.484 INFO O| Aug 20 07:16:23.484 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-20T07:16:24.660Z[ recovery-image] Aug 20 07:16:23.495 INFO O| Aug 20 07:16:23.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68472026-08-20T07:16:24.660Z[ recovery-image] Aug 20 07:16:23.495 INFO O| Aug 20 07:16:23.495 INFO STEP 522 (remove_files) COMPLETE
68482026-08-20T07:16:24.660Z[ recovery-image] Aug 20 07:16:23.495 INFO O| Aug 20 07:16:23.495 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-20T07:16:24.671Z[ recovery-image] Aug 20 07:16:23.506 INFO O| Aug 20 07:16:23.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68502026-08-20T07:16:24.671Z[ recovery-image] Aug 20 07:16:23.506 INFO O| Aug 20 07:16:23.506 INFO STEP 523 (remove_files) COMPLETE
68512026-08-20T07:16:24.675Z[ recovery-image] Aug 20 07:16:23.506 INFO O| Aug 20 07:16:23.506 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-20T07:16:24.682Z[ recovery-image] Aug 20 07:16:23.517 INFO O| Aug 20 07:16:23.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68532026-08-20T07:16:24.685Z[ recovery-image] Aug 20 07:16:23.518 INFO O| Aug 20 07:16:23.518 INFO STEP 524 (remove_files) COMPLETE
68542026-08-20T07:16:24.685Z[ recovery-image] Aug 20 07:16:23.518 INFO O| Aug 20 07:16:23.518 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-20T07:16:24.694Z[ recovery-image] Aug 20 07:16:23.529 INFO O| Aug 20 07:16:23.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68562026-08-20T07:16:24.694Z[ recovery-image] Aug 20 07:16:23.529 INFO O| Aug 20 07:16:23.529 INFO STEP 525 (remove_files) COMPLETE
68572026-08-20T07:16:24.697Z[ recovery-image] Aug 20 07:16:23.529 INFO O| Aug 20 07:16:23.529 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-20T07:16:24.705Z[ recovery-image] Aug 20 07:16:23.541 INFO O| Aug 20 07:16:23.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68592026-08-20T07:16:24.705Z[ recovery-image] Aug 20 07:16:23.541 INFO O| Aug 20 07:16:23.541 INFO STEP 526 (remove_files) COMPLETE
68602026-08-20T07:16:24.706Z[ recovery-image] Aug 20 07:16:23.541 INFO O| Aug 20 07:16:23.541 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-20T07:16:24.716Z[ recovery-image] Aug 20 07:16:23.551 INFO O| Aug 20 07:16:23.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68622026-08-20T07:16:24.719Z[ recovery-image] Aug 20 07:16:23.551 INFO O| Aug 20 07:16:23.551 INFO STEP 527 (remove_files) COMPLETE
68632026-08-20T07:16:24.719Z[ recovery-image] Aug 20 07:16:23.551 INFO O| Aug 20 07:16:23.551 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-20T07:16:24.724Z[ recovery-image] Aug 20 07:16:23.559 INFO O| Aug 20 07:16:23.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68652026-08-20T07:16:24.724Z[ recovery-image] Aug 20 07:16:23.559 INFO O| Aug 20 07:16:23.559 INFO STEP 528 (remove_files) COMPLETE
68662026-08-20T07:16:24.727Z[ recovery-image] Aug 20 07:16:23.559 INFO O| Aug 20 07:16:23.559 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-20T07:16:24.732Z[ recovery-image] Aug 20 07:16:23.568 INFO O| Aug 20 07:16:23.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68682026-08-20T07:16:24.732Z[ recovery-image] Aug 20 07:16:23.568 INFO O| Aug 20 07:16:23.568 INFO STEP 529 (remove_files) COMPLETE
68692026-08-20T07:16:24.736Z[ recovery-image] Aug 20 07:16:23.568 INFO O| Aug 20 07:16:23.568 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-20T07:16:24.742Z[ recovery-image] Aug 20 07:16:23.577 INFO O| Aug 20 07:16:23.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68712026-08-20T07:16:24.743Z[ recovery-image] Aug 20 07:16:23.577 INFO O| Aug 20 07:16:23.577 INFO STEP 530 (remove_files) COMPLETE
68722026-08-20T07:16:24.747Z[ recovery-image] Aug 20 07:16:23.577 INFO O| Aug 20 07:16:23.577 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-20T07:16:24.751Z[ recovery-image] Aug 20 07:16:23.586 INFO O| Aug 20 07:16:23.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68742026-08-20T07:16:24.751Z[ recovery-image] Aug 20 07:16:23.586 INFO O| Aug 20 07:16:23.586 INFO STEP 531 (remove_files) COMPLETE
68752026-08-20T07:16:24.754Z[ recovery-image] Aug 20 07:16:23.586 INFO O| Aug 20 07:16:23.586 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-20T07:16:24.759Z[ recovery-image] Aug 20 07:16:23.595 INFO O| Aug 20 07:16:23.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68772026-08-20T07:16:24.759Z[ recovery-image] Aug 20 07:16:23.595 INFO O| Aug 20 07:16:23.595 INFO STEP 532 (remove_files) COMPLETE
68782026-08-20T07:16:24.763Z[ recovery-image] Aug 20 07:16:23.595 INFO O| Aug 20 07:16:23.595 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-20T07:16:24.768Z[ recovery-image] Aug 20 07:16:23.603 INFO O| Aug 20 07:16:23.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68802026-08-20T07:16:24.768Z[ recovery-image] Aug 20 07:16:23.603 INFO O| Aug 20 07:16:23.603 INFO STEP 533 (remove_files) COMPLETE
68812026-08-20T07:16:24.768Z[ recovery-image] Aug 20 07:16:23.603 INFO O| Aug 20 07:16:23.603 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-20T07:16:24.778Z[ recovery-image] Aug 20 07:16:23.614 INFO O| Aug 20 07:16:23.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68832026-08-20T07:16:24.779Z[ recovery-image] Aug 20 07:16:23.614 INFO O| Aug 20 07:16:23.614 INFO STEP 534 (remove_files) COMPLETE
68842026-08-20T07:16:24.779Z[ recovery-image] Aug 20 07:16:23.614 INFO O| Aug 20 07:16:23.614 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-20T07:16:24.789Z[ recovery-image] Aug 20 07:16:23.624 INFO O| Aug 20 07:16:23.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68862026-08-20T07:16:24.793Z[ recovery-image] Aug 20 07:16:23.625 INFO O| Aug 20 07:16:23.625 INFO STEP 535 (remove_files) COMPLETE
68872026-08-20T07:16:24.793Z[ recovery-image] Aug 20 07:16:23.625 INFO O| Aug 20 07:16:23.625 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-20T07:16:24.801Z[ recovery-image] Aug 20 07:16:23.636 INFO O| Aug 20 07:16:23.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68892026-08-20T07:16:24.801Z[ recovery-image] Aug 20 07:16:23.636 INFO O| Aug 20 07:16:23.636 INFO STEP 536 (remove_files) COMPLETE
68902026-08-20T07:16:24.801Z[ recovery-image] Aug 20 07:16:23.636 INFO O| Aug 20 07:16:23.636 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-20T07:16:24.811Z[ recovery-image] Aug 20 07:16:23.646 INFO O| Aug 20 07:16:23.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68922026-08-20T07:16:24.811Z[ recovery-image] Aug 20 07:16:23.646 INFO O| Aug 20 07:16:23.646 INFO STEP 537 (remove_files) COMPLETE
68932026-08-20T07:16:24.814Z[ recovery-image] Aug 20 07:16:23.646 INFO O| Aug 20 07:16:23.646 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-20T07:16:24.821Z[ recovery-image] Aug 20 07:16:23.656 INFO O| Aug 20 07:16:23.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68952026-08-20T07:16:24.824Z[ recovery-image] Aug 20 07:16:23.657 INFO O| Aug 20 07:16:23.657 INFO STEP 538 (remove_files) COMPLETE
68962026-08-20T07:16:24.824Z[ recovery-image] Aug 20 07:16:23.657 INFO O| Aug 20 07:16:23.657 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-20T07:16:24.833Z[ recovery-image] Aug 20 07:16:23.668 INFO O| Aug 20 07:16:23.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68982026-08-20T07:16:24.833Z[ recovery-image] Aug 20 07:16:23.668 INFO O| Aug 20 07:16:23.668 INFO STEP 539 (remove_files) COMPLETE
68992026-08-20T07:16:24.833Z[ recovery-image] Aug 20 07:16:23.668 INFO O| Aug 20 07:16:23.668 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-20T07:16:24.845Z[ recovery-image] Aug 20 07:16:23.679 INFO O| Aug 20 07:16:23.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69012026-08-20T07:16:24.845Z[ recovery-image] Aug 20 07:16:23.679 INFO O| Aug 20 07:16:23.679 INFO STEP 540 (remove_files) COMPLETE
69022026-08-20T07:16:24.848Z[ recovery-image] Aug 20 07:16:23.679 INFO O| Aug 20 07:16:23.679 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-20T07:16:24.854Z[ recovery-image] Aug 20 07:16:23.689 INFO O| Aug 20 07:16:23.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69042026-08-20T07:16:24.854Z[ recovery-image] Aug 20 07:16:23.690 INFO O| Aug 20 07:16:23.690 INFO STEP 541 (remove_files) COMPLETE
69052026-08-20T07:16:24.858Z[ recovery-image] Aug 20 07:16:23.690 INFO O| Aug 20 07:16:23.690 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-20T07:16:24.865Z[ recovery-image] Aug 20 07:16:23.700 INFO O| Aug 20 07:16:23.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69072026-08-20T07:16:24.865Z[ recovery-image] Aug 20 07:16:23.700 INFO O| Aug 20 07:16:23.700 INFO STEP 542 (remove_files) COMPLETE
69082026-08-20T07:16:24.865Z[ recovery-image] Aug 20 07:16:23.700 INFO O| Aug 20 07:16:23.700 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-20T07:16:24.875Z[ recovery-image] Aug 20 07:16:23.710 INFO O| Aug 20 07:16:23.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69102026-08-20T07:16:24.875Z[ recovery-image] Aug 20 07:16:23.710 INFO O| Aug 20 07:16:23.710 INFO STEP 543 (remove_files) COMPLETE
69112026-08-20T07:16:24.875Z[ recovery-image] Aug 20 07:16:23.710 INFO O| Aug 20 07:16:23.710 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-20T07:16:24.885Z[ recovery-image] Aug 20 07:16:23.720 INFO O| Aug 20 07:16:23.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69132026-08-20T07:16:24.885Z[ recovery-image] Aug 20 07:16:23.720 INFO O| Aug 20 07:16:23.720 INFO STEP 544 (remove_files) COMPLETE
69142026-08-20T07:16:24.885Z[ recovery-image] Aug 20 07:16:23.720 INFO O| Aug 20 07:16:23.720 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-20T07:16:24.895Z[ recovery-image] Aug 20 07:16:23.730 INFO O| Aug 20 07:16:23.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69162026-08-20T07:16:24.895Z[ recovery-image] Aug 20 07:16:23.730 INFO O| Aug 20 07:16:23.730 INFO STEP 545 (remove_files) COMPLETE
69172026-08-20T07:16:24.899Z[ recovery-image] Aug 20 07:16:23.730 INFO O| Aug 20 07:16:23.730 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-20T07:16:24.905Z[ recovery-image] Aug 20 07:16:23.740 INFO O| Aug 20 07:16:23.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69192026-08-20T07:16:24.905Z[ recovery-image] Aug 20 07:16:23.740 INFO O| Aug 20 07:16:23.740 INFO STEP 546 (remove_files) COMPLETE
69202026-08-20T07:16:24.905Z[ recovery-image] Aug 20 07:16:23.740 INFO O| Aug 20 07:16:23.740 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-20T07:16:24.915Z[ recovery-image] Aug 20 07:16:23.750 INFO O| Aug 20 07:16:23.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69222026-08-20T07:16:24.915Z[ recovery-image] Aug 20 07:16:23.750 INFO O| Aug 20 07:16:23.750 INFO STEP 547 (remove_files) COMPLETE
69232026-08-20T07:16:24.915Z[ recovery-image] Aug 20 07:16:23.750 INFO O| Aug 20 07:16:23.750 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-20T07:16:24.926Z[ recovery-image] Aug 20 07:16:23.761 INFO O| Aug 20 07:16:23.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69252026-08-20T07:16:24.926Z[ recovery-image] Aug 20 07:16:23.761 INFO O| Aug 20 07:16:23.761 INFO STEP 548 (remove_files) COMPLETE
69262026-08-20T07:16:24.926Z[ recovery-image] Aug 20 07:16:23.761 INFO O| Aug 20 07:16:23.761 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-20T07:16:24.937Z[ recovery-image] Aug 20 07:16:23.772 INFO O| Aug 20 07:16:23.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69282026-08-20T07:16:24.937Z[ recovery-image] Aug 20 07:16:23.772 INFO O| Aug 20 07:16:23.772 INFO STEP 549 (remove_files) COMPLETE
69292026-08-20T07:16:24.937Z[ recovery-image] Aug 20 07:16:23.772 INFO O| Aug 20 07:16:23.772 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-20T07:16:24.946Z[ recovery-image] Aug 20 07:16:23.782 INFO O| Aug 20 07:16:23.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69312026-08-20T07:16:24.946Z[ recovery-image] Aug 20 07:16:23.782 INFO O| Aug 20 07:16:23.782 INFO STEP 550 (remove_files) COMPLETE
69322026-08-20T07:16:24.947Z[ recovery-image] Aug 20 07:16:23.782 INFO O| Aug 20 07:16:23.782 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-20T07:16:24.955Z[ recovery-image] Aug 20 07:16:23.790 INFO O| Aug 20 07:16:23.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69342026-08-20T07:16:24.955Z[ recovery-image] Aug 20 07:16:23.790 INFO O| Aug 20 07:16:23.790 INFO STEP 551 (remove_files) COMPLETE
69352026-08-20T07:16:24.955Z[ recovery-image] Aug 20 07:16:23.790 INFO O| Aug 20 07:16:23.790 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-20T07:16:24.965Z[ recovery-image] Aug 20 07:16:23.801 INFO O| Aug 20 07:16:23.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69372026-08-20T07:16:24.965Z[ recovery-image] Aug 20 07:16:23.801 INFO O| Aug 20 07:16:23.801 INFO STEP 552 (remove_files) COMPLETE
69382026-08-20T07:16:24.965Z[ recovery-image] Aug 20 07:16:23.801 INFO O| Aug 20 07:16:23.801 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-20T07:16:24.976Z[ recovery-image] Aug 20 07:16:23.811 INFO O| Aug 20 07:16:23.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69402026-08-20T07:16:24.976Z[ recovery-image] Aug 20 07:16:23.811 INFO O| Aug 20 07:16:23.811 INFO STEP 553 (remove_files) COMPLETE
69412026-08-20T07:16:24.976Z[ recovery-image] Aug 20 07:16:23.811 INFO O| Aug 20 07:16:23.811 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-20T07:16:24.985Z[ recovery-image] Aug 20 07:16:23.820 INFO O| Aug 20 07:16:23.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69432026-08-20T07:16:24.985Z[ recovery-image] Aug 20 07:16:23.820 INFO O| Aug 20 07:16:23.820 INFO STEP 554 (remove_files) COMPLETE
69442026-08-20T07:16:24.985Z[ recovery-image] Aug 20 07:16:23.820 INFO O| Aug 20 07:16:23.820 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-20T07:16:24.995Z[ recovery-image] Aug 20 07:16:23.830 INFO O| Aug 20 07:16:23.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69462026-08-20T07:16:24.995Z[ recovery-image] Aug 20 07:16:23.830 INFO O| Aug 20 07:16:23.830 INFO STEP 555 (remove_files) COMPLETE
69472026-08-20T07:16:24.995Z[ recovery-image] Aug 20 07:16:23.830 INFO O| Aug 20 07:16:23.830 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-20T07:16:25.004Z[ recovery-image] Aug 20 07:16:23.839 INFO O| Aug 20 07:16:23.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69492026-08-20T07:16:25.004Z[ recovery-image] Aug 20 07:16:23.839 INFO O| Aug 20 07:16:23.839 INFO STEP 556 (remove_files) COMPLETE
69502026-08-20T07:16:25.004Z[ recovery-image] Aug 20 07:16:23.839 INFO O| Aug 20 07:16:23.839 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-20T07:16:25.013Z[ recovery-image] Aug 20 07:16:23.848 INFO O| Aug 20 07:16:23.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69522026-08-20T07:16:25.013Z[ recovery-image] Aug 20 07:16:23.848 INFO O| Aug 20 07:16:23.848 INFO STEP 557 (remove_files) COMPLETE
69532026-08-20T07:16:25.014Z[ recovery-image] Aug 20 07:16:23.848 INFO O| Aug 20 07:16:23.848 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-20T07:16:25.023Z[ recovery-image] Aug 20 07:16:23.857 INFO O| Aug 20 07:16:23.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69552026-08-20T07:16:25.023Z[ recovery-image] Aug 20 07:16:23.857 INFO O| Aug 20 07:16:23.857 INFO STEP 558 (remove_files) COMPLETE
69562026-08-20T07:16:25.023Z[ recovery-image] Aug 20 07:16:23.857 INFO O| Aug 20 07:16:23.857 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-20T07:16:25.031Z[ recovery-image] Aug 20 07:16:23.866 INFO O| Aug 20 07:16:23.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69582026-08-20T07:16:25.034Z[ recovery-image] Aug 20 07:16:23.866 INFO O| Aug 20 07:16:23.866 INFO STEP 559 (remove_files) COMPLETE
69592026-08-20T07:16:25.034Z[ recovery-image] Aug 20 07:16:23.866 INFO O| Aug 20 07:16:23.866 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-20T07:16:25.051Z[ recovery-image] Aug 20 07:16:23.876 INFO O| Aug 20 07:16:23.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69612026-08-20T07:16:25.051Z[ recovery-image] Aug 20 07:16:23.876 INFO O| Aug 20 07:16:23.876 INFO STEP 560 (remove_files) COMPLETE
69622026-08-20T07:16:25.051Z[ recovery-image] Aug 20 07:16:23.876 INFO O| Aug 20 07:16:23.876 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-20T07:16:25.051Z[ recovery-image] Aug 20 07:16:23.885 INFO O| Aug 20 07:16:23.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69642026-08-20T07:16:25.051Z[ recovery-image] Aug 20 07:16:23.885 INFO O| Aug 20 07:16:23.885 INFO STEP 561 (remove_files) COMPLETE
69652026-08-20T07:16:25.051Z[ recovery-image] Aug 20 07:16:23.885 INFO O| Aug 20 07:16:23.885 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-20T07:16:25.059Z[ recovery-image] Aug 20 07:16:23.895 INFO O| Aug 20 07:16:23.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69672026-08-20T07:16:25.059Z[ recovery-image] Aug 20 07:16:23.895 INFO O| Aug 20 07:16:23.895 INFO STEP 562 (remove_files) COMPLETE
69682026-08-20T07:16:25.059Z[ recovery-image] Aug 20 07:16:23.895 INFO O| Aug 20 07:16:23.895 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-20T07:16:25.069Z[ recovery-image] Aug 20 07:16:23.904 INFO O| Aug 20 07:16:23.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69702026-08-20T07:16:25.069Z[ recovery-image] Aug 20 07:16:23.904 INFO O| Aug 20 07:16:23.904 INFO STEP 563 (remove_files) COMPLETE
69712026-08-20T07:16:25.073Z[ recovery-image] Aug 20 07:16:23.904 INFO O| Aug 20 07:16:23.904 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-20T07:16:25.079Z[ recovery-image] Aug 20 07:16:23.913 INFO O| Aug 20 07:16:23.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69732026-08-20T07:16:25.079Z[ recovery-image] Aug 20 07:16:23.914 INFO O| Aug 20 07:16:23.914 INFO STEP 564 (remove_files) COMPLETE
69742026-08-20T07:16:25.079Z[ recovery-image] Aug 20 07:16:23.914 INFO O| Aug 20 07:16:23.914 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-20T07:16:25.088Z[ recovery-image] Aug 20 07:16:23.923 INFO O| Aug 20 07:16:23.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69762026-08-20T07:16:25.091Z[ recovery-image] Aug 20 07:16:23.924 INFO O| Aug 20 07:16:23.924 INFO STEP 565 (remove_files) COMPLETE
69772026-08-20T07:16:25.091Z[ recovery-image] Aug 20 07:16:23.924 INFO O| Aug 20 07:16:23.924 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-20T07:16:25.098Z[ recovery-image] Aug 20 07:16:23.933 INFO O| Aug 20 07:16:23.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69792026-08-20T07:16:25.098Z[ recovery-image] Aug 20 07:16:23.933 INFO O| Aug 20 07:16:23.933 INFO STEP 566 (remove_files) COMPLETE
69802026-08-20T07:16:25.098Z[ recovery-image] Aug 20 07:16:23.933 INFO O| Aug 20 07:16:23.933 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-20T07:16:25.109Z[ recovery-image] Aug 20 07:16:23.944 INFO O| Aug 20 07:16:23.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69822026-08-20T07:16:25.109Z[ recovery-image] Aug 20 07:16:23.944 INFO O| Aug 20 07:16:23.944 INFO STEP 567 (remove_files) COMPLETE
69832026-08-20T07:16:25.112Z[ recovery-image] Aug 20 07:16:23.944 INFO O| Aug 20 07:16:23.944 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-20T07:16:25.117Z[ recovery-image] Aug 20 07:16:23.952 INFO O| Aug 20 07:16:23.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69852026-08-20T07:16:25.117Z[ recovery-image] Aug 20 07:16:23.952 INFO O| Aug 20 07:16:23.952 INFO STEP 568 (remove_files) COMPLETE
69862026-08-20T07:16:25.117Z[ recovery-image] Aug 20 07:16:23.952 INFO O| Aug 20 07:16:23.952 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-20T07:16:25.127Z[ recovery-image] Aug 20 07:16:23.962 INFO O| Aug 20 07:16:23.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69882026-08-20T07:16:25.127Z[ recovery-image] Aug 20 07:16:23.962 INFO O| Aug 20 07:16:23.962 INFO STEP 569 (remove_files) COMPLETE
69892026-08-20T07:16:25.127Z[ recovery-image] Aug 20 07:16:23.962 INFO O| Aug 20 07:16:23.962 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-20T07:16:25.137Z[ recovery-image] Aug 20 07:16:23.972 INFO O| Aug 20 07:16:23.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69912026-08-20T07:16:25.137Z[ recovery-image] Aug 20 07:16:23.972 INFO O| Aug 20 07:16:23.972 INFO STEP 570 (remove_files) COMPLETE
69922026-08-20T07:16:25.137Z[ recovery-image] Aug 20 07:16:23.972 INFO O| Aug 20 07:16:23.972 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-20T07:16:25.146Z[ recovery-image] Aug 20 07:16:23.982 INFO O| Aug 20 07:16:23.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69942026-08-20T07:16:25.146Z[ recovery-image] Aug 20 07:16:23.982 INFO O| Aug 20 07:16:23.982 INFO STEP 571 (remove_files) COMPLETE
69952026-08-20T07:16:25.147Z[ recovery-image] Aug 20 07:16:23.982 INFO O| Aug 20 07:16:23.982 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-20T07:16:25.156Z[ recovery-image] Aug 20 07:16:23.991 INFO O| Aug 20 07:16:23.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69972026-08-20T07:16:25.156Z[ recovery-image] Aug 20 07:16:23.991 INFO O| Aug 20 07:16:23.991 INFO STEP 572 (remove_files) COMPLETE
69982026-08-20T07:16:25.156Z[ recovery-image] Aug 20 07:16:23.991 INFO O| Aug 20 07:16:23.991 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-20T07:16:25.167Z[ recovery-image] Aug 20 07:16:24.002 INFO O| Aug 20 07:16:24.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70002026-08-20T07:16:25.167Z[ recovery-image] Aug 20 07:16:24.002 INFO O| Aug 20 07:16:24.002 INFO STEP 573 (remove_files) COMPLETE
70012026-08-20T07:16:25.167Z[ recovery-image] Aug 20 07:16:24.002 INFO O| Aug 20 07:16:24.002 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-20T07:16:25.178Z[ recovery-image] Aug 20 07:16:24.013 INFO O| Aug 20 07:16:24.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70032026-08-20T07:16:25.178Z[ recovery-image] Aug 20 07:16:24.013 INFO O| Aug 20 07:16:24.013 INFO STEP 574 (remove_files) COMPLETE
70042026-08-20T07:16:25.178Z[ recovery-image] Aug 20 07:16:24.013 INFO O| Aug 20 07:16:24.013 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-20T07:16:25.188Z[ recovery-image] Aug 20 07:16:24.023 INFO O| Aug 20 07:16:24.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70062026-08-20T07:16:25.188Z[ recovery-image] Aug 20 07:16:24.023 INFO O| Aug 20 07:16:24.023 INFO STEP 575 (remove_files) COMPLETE
70072026-08-20T07:16:25.191Z[ recovery-image] Aug 20 07:16:24.023 INFO O| Aug 20 07:16:24.023 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-20T07:16:25.198Z[ recovery-image] Aug 20 07:16:24.034 INFO O| Aug 20 07:16:24.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70092026-08-20T07:16:25.198Z[ recovery-image] Aug 20 07:16:24.034 INFO O| Aug 20 07:16:24.034 INFO STEP 576 (remove_files) COMPLETE
70102026-08-20T07:16:25.199Z[ recovery-image] Aug 20 07:16:24.034 INFO O| Aug 20 07:16:24.034 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-20T07:16:25.210Z[ recovery-image] Aug 20 07:16:24.045 INFO O| Aug 20 07:16:24.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70122026-08-20T07:16:25.210Z[ recovery-image] Aug 20 07:16:24.045 INFO O| Aug 20 07:16:24.045 INFO STEP 577 (remove_files) COMPLETE
70132026-08-20T07:16:25.210Z[ recovery-image] Aug 20 07:16:24.045 INFO O| Aug 20 07:16:24.045 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-20T07:16:25.221Z[ recovery-image] Aug 20 07:16:24.056 INFO O| Aug 20 07:16:24.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70152026-08-20T07:16:25.221Z[ recovery-image] Aug 20 07:16:24.057 INFO O| Aug 20 07:16:24.057 INFO STEP 578 (remove_files) COMPLETE
70162026-08-20T07:16:25.221Z[ recovery-image] Aug 20 07:16:24.057 INFO O| Aug 20 07:16:24.057 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-20T07:16:25.232Z[ recovery-image] Aug 20 07:16:24.067 INFO O| Aug 20 07:16:24.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70182026-08-20T07:16:25.232Z[ recovery-image] Aug 20 07:16:24.067 INFO O| Aug 20 07:16:24.067 INFO STEP 579 (remove_files) COMPLETE
70192026-08-20T07:16:25.232Z[ recovery-image] Aug 20 07:16:24.067 INFO O| Aug 20 07:16:24.067 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-20T07:16:25.245Z[ recovery-image] Aug 20 07:16:24.081 INFO O| Aug 20 07:16:24.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70212026-08-20T07:16:25.245Z[ recovery-image] Aug 20 07:16:24.081 INFO O| Aug 20 07:16:24.081 INFO STEP 580 (remove_files) COMPLETE
70222026-08-20T07:16:25.251Z[ recovery-image] Aug 20 07:16:24.081 INFO O| Aug 20 07:16:24.081 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-20T07:16:25.257Z[ recovery-image] Aug 20 07:16:24.093 INFO O| Aug 20 07:16:24.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70242026-08-20T07:16:25.257Z[ recovery-image] Aug 20 07:16:24.093 INFO O| Aug 20 07:16:24.092 INFO STEP 581 (remove_files) COMPLETE
70252026-08-20T07:16:25.257Z[ recovery-image] Aug 20 07:16:24.093 INFO O| Aug 20 07:16:24.092 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-20T07:16:25.267Z[ recovery-image] Aug 20 07:16:24.102 INFO O| Aug 20 07:16:24.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70272026-08-20T07:16:25.270Z[ recovery-image] Aug 20 07:16:24.103 INFO O| Aug 20 07:16:24.103 INFO STEP 582 (remove_files) COMPLETE
70282026-08-20T07:16:25.270Z[ recovery-image] Aug 20 07:16:24.103 INFO O| Aug 20 07:16:24.103 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-20T07:16:25.277Z[ recovery-image] Aug 20 07:16:24.112 INFO O| Aug 20 07:16:24.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70302026-08-20T07:16:25.277Z[ recovery-image] Aug 20 07:16:24.112 INFO O| Aug 20 07:16:24.112 INFO STEP 583 (remove_files) COMPLETE
70312026-08-20T07:16:25.277Z[ recovery-image] Aug 20 07:16:24.112 INFO O| Aug 20 07:16:24.112 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-20T07:16:25.286Z[ recovery-image] Aug 20 07:16:24.121 INFO O| Aug 20 07:16:24.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70332026-08-20T07:16:25.286Z[ recovery-image] Aug 20 07:16:24.121 INFO O| Aug 20 07:16:24.121 INFO STEP 584 (remove_files) COMPLETE
70342026-08-20T07:16:25.290Z[ recovery-image] Aug 20 07:16:24.121 INFO O| Aug 20 07:16:24.121 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-20T07:16:25.294Z[ recovery-image] Aug 20 07:16:24.129 INFO O| Aug 20 07:16:24.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70362026-08-20T07:16:25.294Z[ recovery-image] Aug 20 07:16:24.129 INFO O| Aug 20 07:16:24.129 INFO STEP 585 (remove_files) COMPLETE
70372026-08-20T07:16:25.300Z[ recovery-image] Aug 20 07:16:24.129 INFO O| Aug 20 07:16:24.129 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-20T07:16:25.303Z[ recovery-image] Aug 20 07:16:24.139 INFO O| Aug 20 07:16:24.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70392026-08-20T07:16:25.303Z[ recovery-image] Aug 20 07:16:24.139 INFO O| Aug 20 07:16:24.139 INFO STEP 586 (remove_files) COMPLETE
70402026-08-20T07:16:25.307Z[ recovery-image] Aug 20 07:16:24.139 INFO O| Aug 20 07:16:24.139 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-20T07:16:25.313Z[ recovery-image] Aug 20 07:16:24.148 INFO O| Aug 20 07:16:24.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70422026-08-20T07:16:25.313Z[ recovery-image] Aug 20 07:16:24.148 INFO O| Aug 20 07:16:24.148 INFO STEP 587 (remove_files) COMPLETE
70432026-08-20T07:16:25.316Z[ recovery-image] Aug 20 07:16:24.148 INFO O| Aug 20 07:16:24.148 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-20T07:16:25.323Z[ recovery-image] Aug 20 07:16:24.158 INFO O| Aug 20 07:16:24.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70452026-08-20T07:16:25.323Z[ recovery-image] Aug 20 07:16:24.158 INFO O| Aug 20 07:16:24.158 INFO STEP 588 (remove_files) COMPLETE
70462026-08-20T07:16:25.323Z[ recovery-image] Aug 20 07:16:24.158 INFO O| Aug 20 07:16:24.158 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-20T07:16:25.327Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
70482026-08-20T07:16:25.333Z[ recovery-image] Aug 20 07:16:24.168 INFO O| Aug 20 07:16:24.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70492026-08-20T07:16:25.333Z[ recovery-image] Aug 20 07:16:24.168 INFO O| Aug 20 07:16:24.168 INFO STEP 589 (remove_files) COMPLETE
70502026-08-20T07:16:25.333Z[ recovery-image] Aug 20 07:16:24.168 INFO O| Aug 20 07:16:24.168 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-20T07:16:25.343Z[ recovery-image] Aug 20 07:16:24.178 INFO O| Aug 20 07:16:24.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70522026-08-20T07:16:25.343Z[ recovery-image] Aug 20 07:16:24.179 INFO O| Aug 20 07:16:24.179 INFO STEP 590 (remove_files) COMPLETE
70532026-08-20T07:16:25.343Z[ recovery-image] Aug 20 07:16:24.179 INFO O| Aug 20 07:16:24.179 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-20T07:16:25.356Z[ recovery-image] Aug 20 07:16:24.191 INFO O| Aug 20 07:16:24.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70552026-08-20T07:16:25.356Z[ recovery-image] Aug 20 07:16:24.191 INFO O| Aug 20 07:16:24.191 INFO STEP 591 (remove_files) COMPLETE
70562026-08-20T07:16:25.360Z[ recovery-image] Aug 20 07:16:24.191 INFO O| Aug 20 07:16:24.191 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-20T07:16:25.364Z[ recovery-image] Aug 20 07:16:24.199 INFO O| Aug 20 07:16:24.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70582026-08-20T07:16:25.364Z[ recovery-image] Aug 20 07:16:24.199 INFO O| Aug 20 07:16:24.199 INFO STEP 592 (remove_files) COMPLETE
70592026-08-20T07:16:25.364Z[ recovery-image] Aug 20 07:16:24.199 INFO O| Aug 20 07:16:24.199 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-20T07:16:25.372Z[ recovery-image] Aug 20 07:16:24.208 INFO O| Aug 20 07:16:24.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70612026-08-20T07:16:25.373Z[ recovery-image] Aug 20 07:16:24.208 INFO O| Aug 20 07:16:24.208 INFO STEP 593 (remove_files) COMPLETE
70622026-08-20T07:16:25.373Z[ recovery-image] Aug 20 07:16:24.208 INFO O| Aug 20 07:16:24.208 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-20T07:16:25.381Z[ recovery-image] Aug 20 07:16:24.216 INFO O| Aug 20 07:16:24.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70642026-08-20T07:16:25.381Z[ recovery-image] Aug 20 07:16:24.216 INFO O| Aug 20 07:16:24.216 INFO STEP 594 (remove_files) COMPLETE
70652026-08-20T07:16:25.381Z[ recovery-image] Aug 20 07:16:24.216 INFO O| Aug 20 07:16:24.216 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-20T07:16:25.390Z[ recovery-image] Aug 20 07:16:24.226 INFO O| Aug 20 07:16:24.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70672026-08-20T07:16:25.390Z[ recovery-image] Aug 20 07:16:24.226 INFO O| Aug 20 07:16:24.226 INFO STEP 595 (remove_files) COMPLETE
70682026-08-20T07:16:25.394Z[ recovery-image] Aug 20 07:16:24.226 INFO O| Aug 20 07:16:24.226 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-20T07:16:25.400Z[ recovery-image] Aug 20 07:16:24.235 INFO O| Aug 20 07:16:24.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70702026-08-20T07:16:25.400Z[ recovery-image] Aug 20 07:16:24.235 INFO O| Aug 20 07:16:24.235 INFO STEP 596 (remove_files) COMPLETE
70712026-08-20T07:16:25.403Z[ recovery-image] Aug 20 07:16:24.235 INFO O| Aug 20 07:16:24.235 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-20T07:16:25.410Z[ recovery-image] Aug 20 07:16:24.245 INFO O| Aug 20 07:16:24.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70732026-08-20T07:16:25.410Z[ recovery-image] Aug 20 07:16:24.245 INFO O| Aug 20 07:16:24.245 INFO STEP 597 (remove_files) COMPLETE
70742026-08-20T07:16:25.413Z[ recovery-image] Aug 20 07:16:24.245 INFO O| Aug 20 07:16:24.245 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-20T07:16:25.420Z[ recovery-image] Aug 20 07:16:24.255 INFO O| Aug 20 07:16:24.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70762026-08-20T07:16:25.420Z[ recovery-image] Aug 20 07:16:24.255 INFO O| Aug 20 07:16:24.255 INFO STEP 598 (remove_files) COMPLETE
70772026-08-20T07:16:25.423Z[ recovery-image] Aug 20 07:16:24.255 INFO O| Aug 20 07:16:24.255 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-20T07:16:25.429Z[ recovery-image] Aug 20 07:16:24.264 INFO O| Aug 20 07:16:24.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70792026-08-20T07:16:25.429Z[ recovery-image] Aug 20 07:16:24.264 INFO O| Aug 20 07:16:24.264 INFO STEP 599 (remove_files) COMPLETE
70802026-08-20T07:16:25.433Z[ recovery-image] Aug 20 07:16:24.264 INFO O| Aug 20 07:16:24.264 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-20T07:16:25.437Z[ recovery-image] Aug 20 07:16:24.272 INFO O| Aug 20 07:16:24.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70822026-08-20T07:16:25.437Z[ recovery-image] Aug 20 07:16:24.272 INFO O| Aug 20 07:16:24.272 INFO STEP 600 (remove_files) COMPLETE
70832026-08-20T07:16:25.437Z[ recovery-image] Aug 20 07:16:24.272 INFO O| Aug 20 07:16:24.272 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-20T07:16:25.445Z[ recovery-image] Aug 20 07:16:24.280 INFO O| Aug 20 07:16:24.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70852026-08-20T07:16:25.445Z[ recovery-image] Aug 20 07:16:24.280 INFO O| Aug 20 07:16:24.280 INFO STEP 601 (remove_files) COMPLETE
70862026-08-20T07:16:25.449Z[ recovery-image] Aug 20 07:16:24.280 INFO O| Aug 20 07:16:24.280 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-20T07:16:25.453Z[ recovery-image] Aug 20 07:16:24.288 INFO O| Aug 20 07:16:24.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70882026-08-20T07:16:25.453Z[ recovery-image] Aug 20 07:16:24.288 INFO O| Aug 20 07:16:24.288 INFO STEP 602 (remove_files) COMPLETE
70892026-08-20T07:16:25.453Z[ recovery-image] Aug 20 07:16:24.288 INFO O| Aug 20 07:16:24.288 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-20T07:16:25.461Z[ recovery-image] Aug 20 07:16:24.296 INFO O| Aug 20 07:16:24.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70912026-08-20T07:16:25.461Z[ recovery-image] Aug 20 07:16:24.296 INFO O| Aug 20 07:16:24.296 INFO STEP 603 (remove_files) COMPLETE
70922026-08-20T07:16:25.461Z[ recovery-image] Aug 20 07:16:24.296 INFO O| Aug 20 07:16:24.296 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-20T07:16:25.469Z[ recovery-image] Aug 20 07:16:24.304 INFO O| Aug 20 07:16:24.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70942026-08-20T07:16:25.469Z[ recovery-image] Aug 20 07:16:24.304 INFO O| Aug 20 07:16:24.304 INFO STEP 604 (remove_files) COMPLETE
70952026-08-20T07:16:25.472Z[ recovery-image] Aug 20 07:16:24.304 INFO O| Aug 20 07:16:24.304 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-20T07:16:25.476Z[ recovery-image] Aug 20 07:16:24.311 INFO O| Aug 20 07:16:24.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70972026-08-20T07:16:25.476Z[ recovery-image] Aug 20 07:16:24.312 INFO O| Aug 20 07:16:24.312 INFO STEP 605 (remove_files) COMPLETE
70982026-08-20T07:16:25.480Z[ recovery-image] Aug 20 07:16:24.312 INFO O| Aug 20 07:16:24.312 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-20T07:16:25.487Z[ recovery-image] Aug 20 07:16:24.322 INFO O| Aug 20 07:16:24.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71002026-08-20T07:16:25.487Z[ recovery-image] Aug 20 07:16:24.322 INFO O| Aug 20 07:16:24.322 INFO STEP 606 (remove_files) COMPLETE
71012026-08-20T07:16:25.487Z[ recovery-image] Aug 20 07:16:24.322 INFO O| Aug 20 07:16:24.322 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-20T07:16:25.500Z[ recovery-image] Aug 20 07:16:24.335 INFO O| Aug 20 07:16:24.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71032026-08-20T07:16:25.504Z[ recovery-image] Aug 20 07:16:24.336 INFO O| Aug 20 07:16:24.336 INFO STEP 607 (remove_files) COMPLETE
71042026-08-20T07:16:25.504Z[ recovery-image] Aug 20 07:16:24.336 INFO O| Aug 20 07:16:24.336 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-20T07:16:25.510Z[ recovery-image] Aug 20 07:16:24.346 INFO O| Aug 20 07:16:24.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71062026-08-20T07:16:25.510Z[ recovery-image] Aug 20 07:16:24.346 INFO O| Aug 20 07:16:24.346 INFO STEP 608 (remove_files) COMPLETE
71072026-08-20T07:16:25.510Z[ recovery-image] Aug 20 07:16:24.346 INFO O| Aug 20 07:16:24.346 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-20T07:16:25.520Z[ recovery-image] Aug 20 07:16:24.355 INFO O| Aug 20 07:16:24.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71092026-08-20T07:16:25.520Z[ recovery-image] Aug 20 07:16:24.355 INFO O| Aug 20 07:16:24.355 INFO STEP 609 (remove_files) COMPLETE
71102026-08-20T07:16:25.525Z[ recovery-image] Aug 20 07:16:24.355 INFO O| Aug 20 07:16:24.355 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-20T07:16:25.525Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
71122026-08-20T07:16:25.531Z[ recovery-image] Aug 20 07:16:24.366 INFO O| Aug 20 07:16:24.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71132026-08-20T07:16:25.531Z[ recovery-image] Aug 20 07:16:24.366 INFO O| Aug 20 07:16:24.366 INFO STEP 610 (remove_files) COMPLETE
71142026-08-20T07:16:25.535Z[ recovery-image] Aug 20 07:16:24.366 INFO O| Aug 20 07:16:24.366 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-20T07:16:25.540Z[ recovery-image] Aug 20 07:16:24.375 INFO O| Aug 20 07:16:24.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71162026-08-20T07:16:25.540Z[ recovery-image] Aug 20 07:16:24.375 INFO O| Aug 20 07:16:24.375 INFO STEP 611 (remove_files) COMPLETE
71172026-08-20T07:16:25.540Z[ recovery-image] Aug 20 07:16:24.375 INFO O| Aug 20 07:16:24.375 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-20T07:16:25.549Z[ recovery-image] Aug 20 07:16:24.384 INFO O| Aug 20 07:16:24.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71192026-08-20T07:16:25.549Z[ recovery-image] Aug 20 07:16:24.384 INFO O| Aug 20 07:16:24.384 INFO STEP 612 (remove_files) COMPLETE
71202026-08-20T07:16:25.549Z[ recovery-image] Aug 20 07:16:24.384 INFO O| Aug 20 07:16:24.384 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-20T07:16:25.559Z[ recovery-image] Aug 20 07:16:24.394 INFO O| Aug 20 07:16:24.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71222026-08-20T07:16:25.559Z[ recovery-image] Aug 20 07:16:24.394 INFO O| Aug 20 07:16:24.394 INFO STEP 613 (remove_files) COMPLETE
71232026-08-20T07:16:25.559Z[ recovery-image] Aug 20 07:16:24.394 INFO O| Aug 20 07:16:24.394 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-20T07:16:25.567Z[ recovery-image] Aug 20 07:16:24.403 INFO O| Aug 20 07:16:24.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71252026-08-20T07:16:25.567Z[ recovery-image] Aug 20 07:16:24.403 INFO O| Aug 20 07:16:24.403 INFO STEP 614 (remove_files) COMPLETE
71262026-08-20T07:16:25.567Z[ recovery-image] Aug 20 07:16:24.403 INFO O| Aug 20 07:16:24.403 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-20T07:16:25.578Z[ recovery-image] Aug 20 07:16:24.413 INFO O| Aug 20 07:16:24.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71282026-08-20T07:16:25.578Z[ recovery-image] Aug 20 07:16:24.413 INFO O| Aug 20 07:16:24.413 INFO STEP 615 (remove_files) COMPLETE
71292026-08-20T07:16:25.578Z[ recovery-image] Aug 20 07:16:24.413 INFO O| Aug 20 07:16:24.413 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-20T07:16:25.588Z[ recovery-image] Aug 20 07:16:24.424 INFO O| Aug 20 07:16:24.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71312026-08-20T07:16:25.588Z[ recovery-image] Aug 20 07:16:24.424 INFO O| Aug 20 07:16:24.424 INFO STEP 616 (remove_files) COMPLETE
71322026-08-20T07:16:25.588Z[ recovery-image] Aug 20 07:16:24.424 INFO O| Aug 20 07:16:24.424 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-20T07:16:25.599Z[ recovery-image] Aug 20 07:16:24.434 INFO O| Aug 20 07:16:24.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71342026-08-20T07:16:25.599Z[ recovery-image] Aug 20 07:16:24.434 INFO O| Aug 20 07:16:24.434 INFO STEP 617 (remove_files) COMPLETE
71352026-08-20T07:16:25.599Z[ recovery-image] Aug 20 07:16:24.434 INFO O| Aug 20 07:16:24.434 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-20T07:16:25.610Z[ recovery-image] Aug 20 07:16:24.445 INFO O| Aug 20 07:16:24.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71372026-08-20T07:16:25.610Z[ recovery-image] Aug 20 07:16:24.445 INFO O| Aug 20 07:16:24.445 INFO STEP 618 (remove_files) COMPLETE
71382026-08-20T07:16:25.614Z[ recovery-image] Aug 20 07:16:24.445 INFO O| Aug 20 07:16:24.445 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-20T07:16:25.621Z[ recovery-image] Aug 20 07:16:24.456 INFO O| Aug 20 07:16:24.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71402026-08-20T07:16:25.621Z[ recovery-image] Aug 20 07:16:24.456 INFO O| Aug 20 07:16:24.456 INFO STEP 619 (remove_files) COMPLETE
71412026-08-20T07:16:25.625Z[ recovery-image] Aug 20 07:16:24.456 INFO O| Aug 20 07:16:24.456 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-20T07:16:25.633Z[ recovery-image] Aug 20 07:16:24.468 INFO O| Aug 20 07:16:24.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71432026-08-20T07:16:25.639Z[ recovery-image] Aug 20 07:16:24.475 INFO O| Aug 20 07:16:24.474 INFO STEP 620 (remove_files) COMPLETE
71442026-08-20T07:16:25.639Z[ recovery-image] Aug 20 07:16:24.475 INFO O| Aug 20 07:16:24.475 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-20T07:16:25.650Z[ recovery-image] Aug 20 07:16:24.485 INFO O| Aug 20 07:16:24.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71462026-08-20T07:16:25.650Z[ recovery-image] Aug 20 07:16:24.485 INFO O| Aug 20 07:16:24.485 INFO STEP 621 (remove_files) COMPLETE
71472026-08-20T07:16:25.650Z[ recovery-image] Aug 20 07:16:24.485 INFO O| Aug 20 07:16:24.485 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-20T07:16:25.660Z[ recovery-image] Aug 20 07:16:24.495 INFO O| Aug 20 07:16:24.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71492026-08-20T07:16:25.660Z[ recovery-image] Aug 20 07:16:24.495 INFO O| Aug 20 07:16:24.495 INFO STEP 622 (remove_files) COMPLETE
71502026-08-20T07:16:25.660Z[ recovery-image] Aug 20 07:16:24.495 INFO O| Aug 20 07:16:24.495 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-20T07:16:25.669Z[ recovery-image] Aug 20 07:16:24.505 INFO O| Aug 20 07:16:24.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71522026-08-20T07:16:25.669Z[ recovery-image] Aug 20 07:16:24.505 INFO O| Aug 20 07:16:24.505 INFO STEP 623 (remove_files) COMPLETE
71532026-08-20T07:16:25.669Z[ recovery-image] Aug 20 07:16:24.505 INFO O| Aug 20 07:16:24.505 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-20T07:16:25.680Z[ recovery-image] Aug 20 07:16:24.515 INFO O| Aug 20 07:16:24.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71552026-08-20T07:16:25.680Z[ recovery-image] Aug 20 07:16:24.515 INFO O| Aug 20 07:16:24.515 INFO STEP 624 (remove_files) COMPLETE
71562026-08-20T07:16:25.680Z[ recovery-image] Aug 20 07:16:24.515 INFO O| Aug 20 07:16:24.515 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-20T07:16:25.689Z[ recovery-image] Aug 20 07:16:24.524 INFO O| Aug 20 07:16:24.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71582026-08-20T07:16:25.689Z[ recovery-image] Aug 20 07:16:24.524 INFO O| Aug 20 07:16:24.524 INFO STEP 625 (remove_files) COMPLETE
71592026-08-20T07:16:25.692Z[ recovery-image] Aug 20 07:16:24.524 INFO O| Aug 20 07:16:24.524 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-20T07:16:25.698Z[ recovery-image] Aug 20 07:16:24.533 INFO O| Aug 20 07:16:24.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71612026-08-20T07:16:25.698Z[ recovery-image] Aug 20 07:16:24.533 INFO O| Aug 20 07:16:24.533 INFO STEP 626 (remove_files) COMPLETE
71622026-08-20T07:16:25.701Z[ recovery-image] Aug 20 07:16:24.533 INFO O| Aug 20 07:16:24.533 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-20T07:16:25.701Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
71642026-08-20T07:16:25.707Z[ recovery-image] Aug 20 07:16:24.542 INFO O| Aug 20 07:16:24.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71652026-08-20T07:16:25.707Z[ recovery-image] Aug 20 07:16:24.542 INFO O| Aug 20 07:16:24.542 INFO STEP 627 (remove_files) COMPLETE
71662026-08-20T07:16:25.710Z[ recovery-image] Aug 20 07:16:24.542 INFO O| Aug 20 07:16:24.542 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-20T07:16:25.716Z[ recovery-image] Aug 20 07:16:24.552 INFO O| Aug 20 07:16:24.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71682026-08-20T07:16:25.716Z[ recovery-image] Aug 20 07:16:24.552 INFO O| Aug 20 07:16:24.551 INFO STEP 628 (remove_files) COMPLETE
71692026-08-20T07:16:25.719Z[ recovery-image] Aug 20 07:16:24.552 INFO O| Aug 20 07:16:24.551 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-20T07:16:25.726Z[ recovery-image] Aug 20 07:16:24.561 INFO O| Aug 20 07:16:24.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71712026-08-20T07:16:25.726Z[ recovery-image] Aug 20 07:16:24.561 INFO O| Aug 20 07:16:24.561 INFO STEP 629 (remove_files) COMPLETE
71722026-08-20T07:16:25.726Z[ recovery-image] Aug 20 07:16:24.561 INFO O| Aug 20 07:16:24.561 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-20T07:16:25.734Z[ recovery-image] Aug 20 07:16:24.569 INFO O| Aug 20 07:16:24.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71742026-08-20T07:16:25.734Z[ recovery-image] Aug 20 07:16:24.570 INFO O| Aug 20 07:16:24.570 INFO STEP 630 (remove_files) COMPLETE
71752026-08-20T07:16:25.734Z[ recovery-image] Aug 20 07:16:24.570 INFO O| Aug 20 07:16:24.570 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-20T07:16:25.743Z[ recovery-image] Aug 20 07:16:24.578 INFO O| Aug 20 07:16:24.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71772026-08-20T07:16:25.743Z[ recovery-image] Aug 20 07:16:24.578 INFO O| Aug 20 07:16:24.578 INFO STEP 631 (remove_files) COMPLETE
71782026-08-20T07:16:25.746Z[ recovery-image] Aug 20 07:16:24.578 INFO O| Aug 20 07:16:24.578 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-20T07:16:25.754Z[ recovery-image] Aug 20 07:16:24.589 INFO O| Aug 20 07:16:24.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71802026-08-20T07:16:25.754Z[ recovery-image] Aug 20 07:16:24.589 INFO O| Aug 20 07:16:24.589 INFO STEP 632 (remove_files) COMPLETE
71812026-08-20T07:16:25.754Z[ recovery-image] Aug 20 07:16:24.589 INFO O| Aug 20 07:16:24.589 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-20T07:16:25.765Z[ recovery-image] Aug 20 07:16:24.600 INFO O| Aug 20 07:16:24.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71832026-08-20T07:16:25.765Z[ recovery-image] Aug 20 07:16:24.600 INFO O| Aug 20 07:16:24.600 INFO STEP 633 (remove_files) COMPLETE
71842026-08-20T07:16:25.768Z[ recovery-image] Aug 20 07:16:24.600 INFO O| Aug 20 07:16:24.600 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-20T07:16:25.774Z[ recovery-image] Aug 20 07:16:24.609 INFO O| Aug 20 07:16:24.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71862026-08-20T07:16:25.774Z[ recovery-image] Aug 20 07:16:24.609 INFO O| Aug 20 07:16:24.609 INFO STEP 634 (remove_files) COMPLETE
71872026-08-20T07:16:25.778Z[ recovery-image] Aug 20 07:16:24.609 INFO O| Aug 20 07:16:24.609 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-20T07:16:25.783Z[ recovery-image] Aug 20 07:16:24.618 INFO O| Aug 20 07:16:24.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71892026-08-20T07:16:25.783Z[ recovery-image] Aug 20 07:16:24.618 INFO O| Aug 20 07:16:24.618 INFO STEP 635 (remove_files) COMPLETE
71902026-08-20T07:16:25.786Z[ recovery-image] Aug 20 07:16:24.618 INFO O| Aug 20 07:16:24.618 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-20T07:16:25.792Z[ recovery-image] Aug 20 07:16:24.628 INFO O| Aug 20 07:16:24.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71922026-08-20T07:16:25.796Z[ recovery-image] Aug 20 07:16:24.628 INFO O| Aug 20 07:16:24.628 INFO STEP 636 (remove_files) COMPLETE
71932026-08-20T07:16:25.797Z[ recovery-image] Aug 20 07:16:24.628 INFO O| Aug 20 07:16:24.628 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-20T07:16:25.803Z[ recovery-image] Aug 20 07:16:24.638 INFO O| Aug 20 07:16:24.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71952026-08-20T07:16:25.806Z[ recovery-image] Aug 20 07:16:24.638 INFO O| Aug 20 07:16:24.638 INFO STEP 637 (remove_files) COMPLETE
71962026-08-20T07:16:25.806Z[ recovery-image] Aug 20 07:16:24.638 INFO O| Aug 20 07:16:24.638 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-20T07:16:25.812Z[ recovery-image] Aug 20 07:16:24.648 INFO O| Aug 20 07:16:24.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71982026-08-20T07:16:25.812Z[ recovery-image] Aug 20 07:16:24.648 INFO O| Aug 20 07:16:24.648 INFO STEP 638 (remove_files) COMPLETE
71992026-08-20T07:16:25.812Z[ recovery-image] Aug 20 07:16:24.648 INFO O| Aug 20 07:16:24.648 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-20T07:16:25.828Z[ recovery-image] Aug 20 07:16:24.658 INFO O| Aug 20 07:16:24.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72012026-08-20T07:16:25.828Z[ recovery-image] Aug 20 07:16:24.658 INFO O| Aug 20 07:16:24.658 INFO STEP 639 (remove_files) COMPLETE
72022026-08-20T07:16:25.828Z[ recovery-image] Aug 20 07:16:24.658 INFO O| Aug 20 07:16:24.658 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-20T07:16:25.832Z[ recovery-image] Aug 20 07:16:24.668 INFO O| Aug 20 07:16:24.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72042026-08-20T07:16:25.832Z[ recovery-image] Aug 20 07:16:24.668 INFO O| Aug 20 07:16:24.668 INFO STEP 640 (remove_files) COMPLETE
72052026-08-20T07:16:25.836Z[ recovery-image] Aug 20 07:16:24.668 INFO O| Aug 20 07:16:24.668 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-20T07:16:25.842Z[ recovery-image] Aug 20 07:16:24.677 INFO O| Aug 20 07:16:24.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72072026-08-20T07:16:25.842Z[ recovery-image] Aug 20 07:16:24.677 INFO O| Aug 20 07:16:24.677 INFO STEP 641 (remove_files) COMPLETE
72082026-08-20T07:16:25.846Z[ recovery-image] Aug 20 07:16:24.677 INFO O| Aug 20 07:16:24.677 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-20T07:16:25.852Z[ recovery-image] Aug 20 07:16:24.687 INFO O| Aug 20 07:16:24.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72102026-08-20T07:16:25.852Z[ recovery-image] Aug 20 07:16:24.688 INFO O| Aug 20 07:16:24.688 INFO STEP 642 (remove_files) COMPLETE
72112026-08-20T07:16:25.852Z[ recovery-image] Aug 20 07:16:24.688 INFO O| Aug 20 07:16:24.688 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-20T07:16:25.863Z[ recovery-image] Aug 20 07:16:24.698 INFO O| Aug 20 07:16:24.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72132026-08-20T07:16:25.863Z[ recovery-image] Aug 20 07:16:24.698 INFO O| Aug 20 07:16:24.698 INFO STEP 643 (remove_files) COMPLETE
72142026-08-20T07:16:25.867Z[ recovery-image] Aug 20 07:16:24.698 INFO O| Aug 20 07:16:24.698 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-20T07:16:25.873Z[ recovery-image] Aug 20 07:16:24.706 INFO O| Aug 20 07:16:24.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72162026-08-20T07:16:25.873Z[ recovery-image] Aug 20 07:16:24.707 INFO O| Aug 20 07:16:24.706 INFO STEP 644 (remove_files) COMPLETE
72172026-08-20T07:16:25.873Z[ recovery-image] Aug 20 07:16:24.707 INFO O| Aug 20 07:16:24.707 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-20T07:16:25.881Z[ recovery-image] Aug 20 07:16:24.716 INFO O| Aug 20 07:16:24.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72192026-08-20T07:16:25.881Z[ recovery-image] Aug 20 07:16:24.716 INFO O| Aug 20 07:16:24.716 INFO STEP 645 (remove_files) COMPLETE
72202026-08-20T07:16:25.885Z[ recovery-image] Aug 20 07:16:24.716 INFO O| Aug 20 07:16:24.716 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-20T07:16:25.891Z[ recovery-image] Aug 20 07:16:24.727 INFO O| Aug 20 07:16:24.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72222026-08-20T07:16:25.892Z[ recovery-image] Aug 20 07:16:24.727 INFO O| Aug 20 07:16:24.727 INFO STEP 646 (remove_files) COMPLETE
72232026-08-20T07:16:25.892Z[ recovery-image] Aug 20 07:16:24.727 INFO O| Aug 20 07:16:24.727 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-20T07:16:25.901Z[ recovery-image] Aug 20 07:16:24.736 INFO O| Aug 20 07:16:24.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72252026-08-20T07:16:25.901Z[ recovery-image] Aug 20 07:16:24.736 INFO O| Aug 20 07:16:24.736 INFO STEP 647 (remove_files) COMPLETE
72262026-08-20T07:16:25.901Z[ recovery-image] Aug 20 07:16:24.736 INFO O| Aug 20 07:16:24.736 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-20T07:16:25.910Z[ recovery-image] Aug 20 07:16:24.745 INFO O| Aug 20 07:16:24.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72282026-08-20T07:16:25.910Z[ recovery-image] Aug 20 07:16:24.745 INFO O| Aug 20 07:16:24.745 INFO STEP 648 (remove_files) COMPLETE
72292026-08-20T07:16:25.914Z[ recovery-image] Aug 20 07:16:24.745 INFO O| Aug 20 07:16:24.745 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-20T07:16:25.921Z[ recovery-image] Aug 20 07:16:24.755 INFO O| Aug 20 07:16:24.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72312026-08-20T07:16:25.921Z[ recovery-image] Aug 20 07:16:24.755 INFO O| Aug 20 07:16:24.755 INFO STEP 649 (remove_files) COMPLETE
72322026-08-20T07:16:25.921Z[ recovery-image] Aug 20 07:16:24.755 INFO O| Aug 20 07:16:24.755 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-20T07:16:25.925Z[verify-libraries] Compiling fatfs v0.3.6
72342026-08-20T07:16:25.930Z[ recovery-image] Aug 20 07:16:24.765 INFO O| Aug 20 07:16:24.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72352026-08-20T07:16:25.930Z[ recovery-image] Aug 20 07:16:24.765 INFO O| Aug 20 07:16:24.765 INFO STEP 650 (remove_files) COMPLETE
72362026-08-20T07:16:25.930Z[ recovery-image] Aug 20 07:16:24.765 INFO O| Aug 20 07:16:24.765 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-20T07:16:25.940Z[ recovery-image] Aug 20 07:16:24.776 INFO O| Aug 20 07:16:24.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72382026-08-20T07:16:25.940Z[ recovery-image] Aug 20 07:16:24.776 INFO O| Aug 20 07:16:24.776 INFO STEP 651 (remove_files) COMPLETE
72392026-08-20T07:16:25.944Z[ recovery-image] Aug 20 07:16:24.776 INFO O| Aug 20 07:16:24.776 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-20T07:16:25.950Z[ recovery-image] Aug 20 07:16:24.786 INFO O| Aug 20 07:16:24.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72412026-08-20T07:16:25.950Z[ recovery-image] Aug 20 07:16:24.786 INFO O| Aug 20 07:16:24.786 INFO STEP 652 (remove_files) COMPLETE
72422026-08-20T07:16:25.954Z[ recovery-image] Aug 20 07:16:24.786 INFO O| Aug 20 07:16:24.786 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-20T07:16:25.960Z[ recovery-image] Aug 20 07:16:24.795 INFO O| Aug 20 07:16:24.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72442026-08-20T07:16:25.960Z[ recovery-image] Aug 20 07:16:24.795 INFO O| Aug 20 07:16:24.795 INFO STEP 653 (remove_files) COMPLETE
72452026-08-20T07:16:25.960Z[ recovery-image] Aug 20 07:16:24.795 INFO O| Aug 20 07:16:24.795 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-20T07:16:25.968Z[ recovery-image] Aug 20 07:16:24.803 INFO O| Aug 20 07:16:24.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72472026-08-20T07:16:25.968Z[ recovery-image] Aug 20 07:16:24.803 INFO O| Aug 20 07:16:24.803 INFO STEP 654 (remove_files) COMPLETE
72482026-08-20T07:16:25.968Z[ recovery-image] Aug 20 07:16:24.803 INFO O| Aug 20 07:16:24.803 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-20T07:16:25.978Z[ recovery-image] Aug 20 07:16:24.813 INFO O| Aug 20 07:16:24.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72502026-08-20T07:16:25.978Z[ recovery-image] Aug 20 07:16:24.814 INFO O| Aug 20 07:16:24.814 INFO STEP 655 (remove_files) COMPLETE
72512026-08-20T07:16:25.979Z[ recovery-image] Aug 20 07:16:24.814 INFO O| Aug 20 07:16:24.814 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-20T07:16:25.987Z[ recovery-image] Aug 20 07:16:24.822 INFO O| Aug 20 07:16:24.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72532026-08-20T07:16:25.987Z[ recovery-image] Aug 20 07:16:24.822 INFO O| Aug 20 07:16:24.822 INFO STEP 656 (remove_files) COMPLETE
72542026-08-20T07:16:25.987Z[ recovery-image] Aug 20 07:16:24.822 INFO O| Aug 20 07:16:24.822 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-20T07:16:25.995Z[ recovery-image] Aug 20 07:16:24.831 INFO O| Aug 20 07:16:24.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72562026-08-20T07:16:25.995Z[ recovery-image] Aug 20 07:16:24.831 INFO O| Aug 20 07:16:24.831 INFO STEP 657 (remove_files) COMPLETE
72572026-08-20T07:16:26.005Z[ recovery-image] Aug 20 07:16:24.831 INFO O| Aug 20 07:16:24.831 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-20T07:16:26.005Z[ recovery-image] Aug 20 07:16:24.839 INFO O| Aug 20 07:16:24.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72592026-08-20T07:16:26.005Z[ recovery-image] Aug 20 07:16:24.840 INFO O| Aug 20 07:16:24.840 INFO STEP 658 (remove_files) COMPLETE
72602026-08-20T07:16:26.005Z[ recovery-image] Aug 20 07:16:24.840 INFO O| Aug 20 07:16:24.840 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-20T07:16:26.011Z[verify-libraries] Compiling num-bigint v0.4.6
72622026-08-20T07:16:26.018Z[ recovery-image] Aug 20 07:16:24.849 INFO O| Aug 20 07:16:24.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72632026-08-20T07:16:26.018Z[ recovery-image] Aug 20 07:16:24.849 INFO O| Aug 20 07:16:24.849 INFO STEP 659 (remove_files) COMPLETE
72642026-08-20T07:16:26.018Z[ recovery-image] Aug 20 07:16:24.849 INFO O| Aug 20 07:16:24.849 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-20T07:16:26.025Z[ recovery-image] Aug 20 07:16:24.858 INFO O| Aug 20 07:16:24.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72662026-08-20T07:16:26.026Z[ recovery-image] Aug 20 07:16:24.858 INFO O| Aug 20 07:16:24.858 INFO STEP 660 (remove_files) COMPLETE
72672026-08-20T07:16:26.026Z[ recovery-image] Aug 20 07:16:24.858 INFO O| Aug 20 07:16:24.858 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-20T07:16:26.032Z[ recovery-image] Aug 20 07:16:24.867 INFO O| Aug 20 07:16:24.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72692026-08-20T07:16:26.032Z[ recovery-image] Aug 20 07:16:24.868 INFO O| Aug 20 07:16:24.868 INFO STEP 661 (remove_files) COMPLETE
72702026-08-20T07:16:26.032Z[ recovery-image] Aug 20 07:16:24.868 INFO O| Aug 20 07:16:24.868 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-20T07:16:26.041Z[ recovery-image] Aug 20 07:16:24.876 INFO O| Aug 20 07:16:24.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72722026-08-20T07:16:26.041Z[ recovery-image] Aug 20 07:16:24.877 INFO O| Aug 20 07:16:24.877 INFO STEP 662 (remove_files) COMPLETE
72732026-08-20T07:16:26.041Z[ recovery-image] Aug 20 07:16:24.877 INFO O| Aug 20 07:16:24.877 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-20T07:16:26.050Z[ recovery-image] Aug 20 07:16:24.886 INFO O| Aug 20 07:16:24.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72752026-08-20T07:16:26.051Z[ recovery-image] Aug 20 07:16:24.886 INFO O| Aug 20 07:16:24.886 INFO STEP 663 (remove_files) COMPLETE
72762026-08-20T07:16:26.055Z[ recovery-image] Aug 20 07:16:24.886 INFO O| Aug 20 07:16:24.886 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-20T07:16:26.060Z[ recovery-image] Aug 20 07:16:24.895 INFO O| Aug 20 07:16:24.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72782026-08-20T07:16:26.060Z[ recovery-image] Aug 20 07:16:24.895 INFO O| Aug 20 07:16:24.895 INFO STEP 664 (remove_files) COMPLETE
72792026-08-20T07:16:26.061Z[ recovery-image] Aug 20 07:16:24.895 INFO O| Aug 20 07:16:24.895 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-20T07:16:26.069Z[ recovery-image] Aug 20 07:16:24.904 INFO O| Aug 20 07:16:24.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72812026-08-20T07:16:26.069Z[ recovery-image] Aug 20 07:16:24.904 INFO O| Aug 20 07:16:24.904 INFO STEP 665 (remove_files) COMPLETE
72822026-08-20T07:16:26.069Z[ recovery-image] Aug 20 07:16:24.904 INFO O| Aug 20 07:16:24.904 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-20T07:16:26.077Z[ recovery-image] Aug 20 07:16:24.913 INFO O| Aug 20 07:16:24.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72842026-08-20T07:16:26.077Z[ recovery-image] Aug 20 07:16:24.913 INFO O| Aug 20 07:16:24.913 INFO STEP 666 (remove_files) COMPLETE
72852026-08-20T07:16:26.077Z[ recovery-image] Aug 20 07:16:24.913 INFO O| Aug 20 07:16:24.913 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-20T07:16:26.086Z[ recovery-image] Aug 20 07:16:24.922 INFO O| Aug 20 07:16:24.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72872026-08-20T07:16:26.086Z[ recovery-image] Aug 20 07:16:24.922 INFO O| Aug 20 07:16:24.922 INFO STEP 667 (remove_files) COMPLETE
72882026-08-20T07:16:26.086Z[ recovery-image] Aug 20 07:16:24.922 INFO O| Aug 20 07:16:24.922 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-20T07:16:26.096Z[ recovery-image] Aug 20 07:16:24.931 INFO O| Aug 20 07:16:24.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72902026-08-20T07:16:26.096Z[ recovery-image] Aug 20 07:16:24.931 INFO O| Aug 20 07:16:24.931 INFO STEP 668 (remove_files) COMPLETE
72912026-08-20T07:16:26.096Z[ recovery-image] Aug 20 07:16:24.931 INFO O| Aug 20 07:16:24.931 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-20T07:16:26.106Z[ recovery-image] Aug 20 07:16:24.941 INFO O| Aug 20 07:16:24.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72932026-08-20T07:16:26.106Z[ recovery-image] Aug 20 07:16:24.941 INFO O| Aug 20 07:16:24.941 INFO STEP 669 (remove_files) COMPLETE
72942026-08-20T07:16:26.106Z[ recovery-image] Aug 20 07:16:24.941 INFO O| Aug 20 07:16:24.941 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-20T07:16:26.114Z[ recovery-image] Aug 20 07:16:24.950 INFO O| Aug 20 07:16:24.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72962026-08-20T07:16:26.114Z[ recovery-image] Aug 20 07:16:24.950 INFO O| Aug 20 07:16:24.950 INFO STEP 670 (remove_files) COMPLETE
72972026-08-20T07:16:26.114Z[ recovery-image] Aug 20 07:16:24.950 INFO O| Aug 20 07:16:24.950 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-20T07:16:26.124Z[ recovery-image] Aug 20 07:16:24.958 INFO O| Aug 20 07:16:24.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72992026-08-20T07:16:26.124Z[ recovery-image] Aug 20 07:16:24.958 INFO O| Aug 20 07:16:24.958 INFO STEP 671 (remove_files) COMPLETE
73002026-08-20T07:16:26.124Z[ recovery-image] Aug 20 07:16:24.959 INFO O| Aug 20 07:16:24.958 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-20T07:16:26.132Z[ recovery-image] Aug 20 07:16:24.967 INFO O| Aug 20 07:16:24.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73022026-08-20T07:16:26.132Z[ recovery-image] Aug 20 07:16:24.967 INFO O| Aug 20 07:16:24.967 INFO STEP 672 (remove_files) COMPLETE
73032026-08-20T07:16:26.132Z[ recovery-image] Aug 20 07:16:24.967 INFO O| Aug 20 07:16:24.967 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-20T07:16:26.141Z[ recovery-image] Aug 20 07:16:24.976 INFO O| Aug 20 07:16:24.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73052026-08-20T07:16:26.141Z[ recovery-image] Aug 20 07:16:24.976 INFO O| Aug 20 07:16:24.976 INFO STEP 673 (remove_files) COMPLETE
73062026-08-20T07:16:26.141Z[ recovery-image] Aug 20 07:16:24.976 INFO O| Aug 20 07:16:24.976 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-20T07:16:26.150Z[ recovery-image] Aug 20 07:16:24.985 INFO O| Aug 20 07:16:24.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73082026-08-20T07:16:26.150Z[ recovery-image] Aug 20 07:16:24.985 INFO O| Aug 20 07:16:24.985 INFO STEP 674 (remove_files) COMPLETE
73092026-08-20T07:16:26.155Z[ recovery-image] Aug 20 07:16:24.985 INFO O| Aug 20 07:16:24.985 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-20T07:16:26.159Z[ recovery-image] Aug 20 07:16:24.994 INFO O| Aug 20 07:16:24.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73112026-08-20T07:16:26.159Z[ recovery-image] Aug 20 07:16:24.994 INFO O| Aug 20 07:16:24.994 INFO STEP 675 (remove_files) COMPLETE
73122026-08-20T07:16:26.159Z[ recovery-image] Aug 20 07:16:24.994 INFO O| Aug 20 07:16:24.994 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-20T07:16:26.169Z[ recovery-image] Aug 20 07:16:25.004 INFO O| Aug 20 07:16:25.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73142026-08-20T07:16:26.169Z[ recovery-image] Aug 20 07:16:25.004 INFO O| Aug 20 07:16:25.004 INFO STEP 676 (remove_files) COMPLETE
73152026-08-20T07:16:26.169Z[ recovery-image] Aug 20 07:16:25.004 INFO O| Aug 20 07:16:25.004 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-20T07:16:26.179Z[ recovery-image] Aug 20 07:16:25.014 INFO O| Aug 20 07:16:25.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73172026-08-20T07:16:26.179Z[ recovery-image] Aug 20 07:16:25.014 INFO O| Aug 20 07:16:25.014 INFO STEP 677 (remove_files) COMPLETE
73182026-08-20T07:16:26.179Z[ recovery-image] Aug 20 07:16:25.014 INFO O| Aug 20 07:16:25.014 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-20T07:16:26.188Z[ recovery-image] Aug 20 07:16:25.023 INFO O| Aug 20 07:16:25.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73202026-08-20T07:16:26.188Z[ recovery-image] Aug 20 07:16:25.024 INFO O| Aug 20 07:16:25.024 INFO STEP 678 (remove_files) COMPLETE
73212026-08-20T07:16:26.192Z[ recovery-image] Aug 20 07:16:25.024 INFO O| Aug 20 07:16:25.024 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-20T07:16:26.199Z[ recovery-image] Aug 20 07:16:25.034 INFO O| Aug 20 07:16:25.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73232026-08-20T07:16:26.200Z[ recovery-image] Aug 20 07:16:25.034 INFO O| Aug 20 07:16:25.034 INFO STEP 679 (remove_files) COMPLETE
73242026-08-20T07:16:26.200Z[ recovery-image] Aug 20 07:16:25.034 INFO O| Aug 20 07:16:25.034 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-20T07:16:26.211Z[ recovery-image] Aug 20 07:16:25.046 INFO O| Aug 20 07:16:25.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73262026-08-20T07:16:26.211Z[ recovery-image] Aug 20 07:16:25.046 INFO O| Aug 20 07:16:25.046 INFO STEP 680 (remove_files) COMPLETE
73272026-08-20T07:16:26.211Z[ recovery-image] Aug 20 07:16:25.046 INFO O| Aug 20 07:16:25.046 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-20T07:16:26.228Z[ recovery-image] Aug 20 07:16:25.063 INFO O| Aug 20 07:16:25.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73292026-08-20T07:16:26.228Z[ recovery-image] Aug 20 07:16:25.063 INFO O| Aug 20 07:16:25.063 INFO STEP 681 (remove_files) COMPLETE
73302026-08-20T07:16:26.228Z[ recovery-image] Aug 20 07:16:25.063 INFO O| Aug 20 07:16:25.063 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-20T07:16:26.238Z[ recovery-image] Aug 20 07:16:25.073 INFO O| Aug 20 07:16:25.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73322026-08-20T07:16:26.238Z[ recovery-image] Aug 20 07:16:25.073 INFO O| Aug 20 07:16:25.073 INFO STEP 682 (remove_files) COMPLETE
73332026-08-20T07:16:26.238Z[ recovery-image] Aug 20 07:16:25.073 INFO O| Aug 20 07:16:25.073 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-20T07:16:26.249Z[ recovery-image] Aug 20 07:16:25.084 INFO O| Aug 20 07:16:25.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73352026-08-20T07:16:26.249Z[ recovery-image] Aug 20 07:16:25.084 INFO O| Aug 20 07:16:25.084 INFO STEP 683 (remove_files) COMPLETE
73362026-08-20T07:16:26.249Z[ recovery-image] Aug 20 07:16:25.084 INFO O| Aug 20 07:16:25.084 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-20T07:16:26.260Z[ recovery-image] Aug 20 07:16:25.095 INFO O| Aug 20 07:16:25.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73382026-08-20T07:16:26.260Z[ recovery-image] Aug 20 07:16:25.095 INFO O| Aug 20 07:16:25.095 INFO STEP 684 (remove_files) COMPLETE
73392026-08-20T07:16:26.263Z[ recovery-image] Aug 20 07:16:25.095 INFO O| Aug 20 07:16:25.095 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-20T07:16:26.273Z[ recovery-image] Aug 20 07:16:25.106 INFO O| Aug 20 07:16:25.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73412026-08-20T07:16:26.273Z[ recovery-image] Aug 20 07:16:25.106 INFO O| Aug 20 07:16:25.106 INFO STEP 685 (remove_files) COMPLETE
73422026-08-20T07:16:26.273Z[ recovery-image] Aug 20 07:16:25.106 INFO O| Aug 20 07:16:25.106 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-20T07:16:26.281Z[ recovery-image] Aug 20 07:16:25.116 INFO O| Aug 20 07:16:25.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73442026-08-20T07:16:26.281Z[ recovery-image] Aug 20 07:16:25.116 INFO O| Aug 20 07:16:25.116 INFO STEP 686 (remove_files) COMPLETE
73452026-08-20T07:16:26.281Z[ recovery-image] Aug 20 07:16:25.116 INFO O| Aug 20 07:16:25.116 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-20T07:16:26.293Z[ recovery-image] Aug 20 07:16:25.125 INFO O| Aug 20 07:16:25.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73472026-08-20T07:16:26.293Z[ recovery-image] Aug 20 07:16:25.126 INFO O| Aug 20 07:16:25.126 INFO STEP 687 (remove_files) COMPLETE
73482026-08-20T07:16:26.293Z[ recovery-image] Aug 20 07:16:25.126 INFO O| Aug 20 07:16:25.126 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-20T07:16:26.301Z[ recovery-image] Aug 20 07:16:25.136 INFO O| Aug 20 07:16:25.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73502026-08-20T07:16:26.301Z[ recovery-image] Aug 20 07:16:25.136 INFO O| Aug 20 07:16:25.136 INFO STEP 688 (remove_files) COMPLETE
73512026-08-20T07:16:26.301Z[ recovery-image] Aug 20 07:16:25.136 INFO O| Aug 20 07:16:25.136 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-20T07:16:26.311Z[ recovery-image] Aug 20 07:16:25.146 INFO O| Aug 20 07:16:25.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73532026-08-20T07:16:26.311Z[ recovery-image] Aug 20 07:16:25.146 INFO O| Aug 20 07:16:25.146 INFO STEP 689 (remove_files) COMPLETE
73542026-08-20T07:16:26.314Z[ recovery-image] Aug 20 07:16:25.146 INFO O| Aug 20 07:16:25.146 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-20T07:16:26.321Z[ recovery-image] Aug 20 07:16:25.156 INFO O| Aug 20 07:16:25.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73562026-08-20T07:16:26.321Z[ recovery-image] Aug 20 07:16:25.156 INFO O| Aug 20 07:16:25.156 INFO STEP 690 (remove_files) COMPLETE
73572026-08-20T07:16:26.321Z[ recovery-image] Aug 20 07:16:25.156 INFO O| Aug 20 07:16:25.156 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-20T07:16:26.331Z[ recovery-image] Aug 20 07:16:25.166 INFO O| Aug 20 07:16:25.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73592026-08-20T07:16:26.334Z[ recovery-image] Aug 20 07:16:25.167 INFO O| Aug 20 07:16:25.167 INFO STEP 691 (remove_files) COMPLETE
73602026-08-20T07:16:26.334Z[ recovery-image] Aug 20 07:16:25.167 INFO O| Aug 20 07:16:25.167 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-20T07:16:26.342Z[ recovery-image] Aug 20 07:16:25.177 INFO O| Aug 20 07:16:25.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73622026-08-20T07:16:26.343Z[ recovery-image] Aug 20 07:16:25.177 INFO O| Aug 20 07:16:25.177 INFO STEP 692 (remove_files) COMPLETE
73632026-08-20T07:16:26.343Z[ recovery-image] Aug 20 07:16:25.177 INFO O| Aug 20 07:16:25.177 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-20T07:16:26.357Z[ recovery-image] Aug 20 07:16:25.192 INFO O| Aug 20 07:16:25.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73652026-08-20T07:16:26.357Z[ recovery-image] Aug 20 07:16:25.192 INFO O| Aug 20 07:16:25.192 INFO STEP 693 (remove_files) COMPLETE
73662026-08-20T07:16:26.357Z[ recovery-image] Aug 20 07:16:25.192 INFO O| Aug 20 07:16:25.192 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-20T07:16:26.367Z[ recovery-image] Aug 20 07:16:25.202 INFO O| Aug 20 07:16:25.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73682026-08-20T07:16:26.367Z[ recovery-image] Aug 20 07:16:25.202 INFO O| Aug 20 07:16:25.202 INFO STEP 694 (remove_files) COMPLETE
73692026-08-20T07:16:26.367Z[ recovery-image] Aug 20 07:16:25.202 INFO O| Aug 20 07:16:25.202 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-20T07:16:26.378Z[ recovery-image] Aug 20 07:16:25.213 INFO O| Aug 20 07:16:25.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73712026-08-20T07:16:26.378Z[ recovery-image] Aug 20 07:16:25.213 INFO O| Aug 20 07:16:25.213 INFO STEP 695 (remove_files) COMPLETE
73722026-08-20T07:16:26.382Z[ recovery-image] Aug 20 07:16:25.213 INFO O| Aug 20 07:16:25.213 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-20T07:16:26.387Z[ recovery-image] Aug 20 07:16:25.223 INFO O| Aug 20 07:16:25.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73742026-08-20T07:16:26.387Z[ recovery-image] Aug 20 07:16:25.223 INFO O| Aug 20 07:16:25.223 INFO STEP 696 (remove_files) COMPLETE
73752026-08-20T07:16:26.388Z[ recovery-image] Aug 20 07:16:25.223 INFO O| Aug 20 07:16:25.223 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-20T07:16:26.397Z[ recovery-image] Aug 20 07:16:25.232 INFO O| Aug 20 07:16:25.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73772026-08-20T07:16:26.397Z[ recovery-image] Aug 20 07:16:25.232 INFO O| Aug 20 07:16:25.232 INFO STEP 697 (remove_files) COMPLETE
73782026-08-20T07:16:26.400Z[ recovery-image] Aug 20 07:16:25.232 INFO O| Aug 20 07:16:25.232 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-20T07:16:26.407Z[ recovery-image] Aug 20 07:16:25.242 INFO O| Aug 20 07:16:25.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73802026-08-20T07:16:26.407Z[ recovery-image] Aug 20 07:16:25.242 INFO O| Aug 20 07:16:25.242 INFO STEP 698 (remove_files) COMPLETE
73812026-08-20T07:16:26.407Z[ recovery-image] Aug 20 07:16:25.242 INFO O| Aug 20 07:16:25.242 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-20T07:16:26.419Z[ recovery-image] Aug 20 07:16:25.253 INFO O| Aug 20 07:16:25.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73832026-08-20T07:16:26.419Z[ recovery-image] Aug 20 07:16:25.253 INFO O| Aug 20 07:16:25.253 INFO STEP 699 (remove_files) COMPLETE
73842026-08-20T07:16:26.419Z[ recovery-image] Aug 20 07:16:25.253 INFO O| Aug 20 07:16:25.253 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-20T07:16:26.428Z[ recovery-image] Aug 20 07:16:25.263 INFO O| Aug 20 07:16:25.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73862026-08-20T07:16:26.428Z[ recovery-image] Aug 20 07:16:25.263 INFO O| Aug 20 07:16:25.263 INFO STEP 700 (remove_files) COMPLETE
73872026-08-20T07:16:26.431Z[ recovery-image] Aug 20 07:16:25.263 INFO O| Aug 20 07:16:25.263 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-20T07:16:26.439Z[ recovery-image] Aug 20 07:16:25.274 INFO O| Aug 20 07:16:25.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73892026-08-20T07:16:26.439Z[ recovery-image] Aug 20 07:16:25.274 INFO O| Aug 20 07:16:25.274 INFO STEP 701 (remove_files) COMPLETE
73902026-08-20T07:16:26.439Z[ recovery-image] Aug 20 07:16:25.274 INFO O| Aug 20 07:16:25.274 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-20T07:16:26.448Z[ recovery-image] Aug 20 07:16:25.283 INFO O| Aug 20 07:16:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73922026-08-20T07:16:26.448Z[ recovery-image] Aug 20 07:16:25.283 INFO O| Aug 20 07:16:25.283 INFO STEP 702 (remove_files) COMPLETE
73932026-08-20T07:16:26.448Z[ recovery-image] Aug 20 07:16:25.283 INFO O| Aug 20 07:16:25.283 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-20T07:16:26.459Z[ recovery-image] Aug 20 07:16:25.294 INFO O| Aug 20 07:16:25.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73952026-08-20T07:16:26.459Z[ recovery-image] Aug 20 07:16:25.294 INFO O| Aug 20 07:16:25.294 INFO STEP 703 (remove_files) COMPLETE
73962026-08-20T07:16:26.459Z[ recovery-image] Aug 20 07:16:25.294 INFO O| Aug 20 07:16:25.294 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-20T07:16:26.469Z[ recovery-image] Aug 20 07:16:25.304 INFO O| Aug 20 07:16:25.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73982026-08-20T07:16:26.469Z[ recovery-image] Aug 20 07:16:25.304 INFO O| Aug 20 07:16:25.304 INFO STEP 704 (remove_files) COMPLETE
73992026-08-20T07:16:26.469Z[ recovery-image] Aug 20 07:16:25.304 INFO O| Aug 20 07:16:25.304 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-20T07:16:26.481Z[ recovery-image] Aug 20 07:16:25.316 INFO O| Aug 20 07:16:25.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74012026-08-20T07:16:26.481Z[ recovery-image] Aug 20 07:16:25.316 INFO O| Aug 20 07:16:25.316 INFO STEP 705 (remove_files) COMPLETE
74022026-08-20T07:16:26.481Z[ recovery-image] Aug 20 07:16:25.316 INFO O| Aug 20 07:16:25.316 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-20T07:16:26.491Z[ recovery-image] Aug 20 07:16:25.326 INFO O| Aug 20 07:16:25.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74042026-08-20T07:16:26.491Z[ recovery-image] Aug 20 07:16:25.327 INFO O| Aug 20 07:16:25.327 INFO STEP 706 (remove_files) COMPLETE
74052026-08-20T07:16:26.491Z[ recovery-image] Aug 20 07:16:25.327 INFO O| Aug 20 07:16:25.327 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-20T07:16:26.501Z[ recovery-image] Aug 20 07:16:25.336 INFO O| Aug 20 07:16:25.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74072026-08-20T07:16:26.501Z[ recovery-image] Aug 20 07:16:25.336 INFO O| Aug 20 07:16:25.336 INFO STEP 707 (remove_files) COMPLETE
74082026-08-20T07:16:26.504Z[ recovery-image] Aug 20 07:16:25.336 INFO O| Aug 20 07:16:25.336 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-20T07:16:26.512Z[ recovery-image] Aug 20 07:16:25.347 INFO O| Aug 20 07:16:25.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74102026-08-20T07:16:26.512Z[ recovery-image] Aug 20 07:16:25.347 INFO O| Aug 20 07:16:25.347 INFO STEP 708 (remove_files) COMPLETE
74112026-08-20T07:16:26.515Z[ recovery-image] Aug 20 07:16:25.347 INFO O| Aug 20 07:16:25.347 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-20T07:16:26.523Z[ recovery-image] Aug 20 07:16:25.358 INFO O| Aug 20 07:16:25.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74132026-08-20T07:16:26.523Z[ recovery-image] Aug 20 07:16:25.358 INFO O| Aug 20 07:16:25.358 INFO STEP 709 (remove_files) COMPLETE
74142026-08-20T07:16:26.523Z[ recovery-image] Aug 20 07:16:25.358 INFO O| Aug 20 07:16:25.358 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-20T07:16:26.533Z[ recovery-image] Aug 20 07:16:25.368 INFO O| Aug 20 07:16:25.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74162026-08-20T07:16:26.533Z[ recovery-image] Aug 20 07:16:25.368 INFO O| Aug 20 07:16:25.368 INFO STEP 710 (remove_files) COMPLETE
74172026-08-20T07:16:26.533Z[ recovery-image] Aug 20 07:16:25.368 INFO O| Aug 20 07:16:25.368 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-20T07:16:26.545Z[ recovery-image] Aug 20 07:16:25.380 INFO O| Aug 20 07:16:25.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74192026-08-20T07:16:26.545Z[ recovery-image] Aug 20 07:16:25.380 INFO O| Aug 20 07:16:25.380 INFO STEP 711 (remove_files) COMPLETE
74202026-08-20T07:16:26.549Z[ recovery-image] Aug 20 07:16:25.380 INFO O| Aug 20 07:16:25.380 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-20T07:16:26.555Z[ recovery-image] Aug 20 07:16:25.390 INFO O| Aug 20 07:16:25.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74222026-08-20T07:16:26.555Z[ recovery-image] Aug 20 07:16:25.390 INFO O| Aug 20 07:16:25.390 INFO STEP 712 (remove_files) COMPLETE
74232026-08-20T07:16:26.559Z[ recovery-image] Aug 20 07:16:25.390 INFO O| Aug 20 07:16:25.390 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-20T07:16:26.566Z[ recovery-image] Aug 20 07:16:25.401 INFO O| Aug 20 07:16:25.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74252026-08-20T07:16:26.566Z[ recovery-image] Aug 20 07:16:25.401 INFO O| Aug 20 07:16:25.401 INFO STEP 713 (remove_files) COMPLETE
74262026-08-20T07:16:26.566Z[ recovery-image] Aug 20 07:16:25.401 INFO O| Aug 20 07:16:25.401 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-20T07:16:26.577Z[ recovery-image] Aug 20 07:16:25.412 INFO O| Aug 20 07:16:25.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74282026-08-20T07:16:26.577Z[ recovery-image] Aug 20 07:16:25.412 INFO O| Aug 20 07:16:25.412 INFO STEP 714 (remove_files) COMPLETE
74292026-08-20T07:16:26.577Z[ recovery-image] Aug 20 07:16:25.412 INFO O| Aug 20 07:16:25.412 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-20T07:16:26.587Z[ recovery-image] Aug 20 07:16:25.422 INFO O| Aug 20 07:16:25.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74312026-08-20T07:16:26.587Z[ recovery-image] Aug 20 07:16:25.422 INFO O| Aug 20 07:16:25.422 INFO STEP 715 (remove_files) COMPLETE
74322026-08-20T07:16:26.590Z[ recovery-image] Aug 20 07:16:25.422 INFO O| Aug 20 07:16:25.422 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-20T07:16:26.597Z[ recovery-image] Aug 20 07:16:25.432 INFO O| Aug 20 07:16:25.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74342026-08-20T07:16:26.597Z[ recovery-image] Aug 20 07:16:25.432 INFO O| Aug 20 07:16:25.432 INFO STEP 716 (remove_files) COMPLETE
74352026-08-20T07:16:26.597Z[ recovery-image] Aug 20 07:16:25.432 INFO O| Aug 20 07:16:25.432 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-20T07:16:26.603Z[verify-libraries] Compiling generic-array v1.4.3
74372026-08-20T07:16:26.607Z[ recovery-image] Aug 20 07:16:25.442 INFO O| Aug 20 07:16:25.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74382026-08-20T07:16:26.607Z[ recovery-image] Aug 20 07:16:25.443 INFO O| Aug 20 07:16:25.442 INFO STEP 717 (remove_files) COMPLETE
74392026-08-20T07:16:26.607Z[ recovery-image] Aug 20 07:16:25.443 INFO O| Aug 20 07:16:25.442 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-20T07:16:26.618Z[ recovery-image] Aug 20 07:16:25.453 INFO O| Aug 20 07:16:25.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74412026-08-20T07:16:26.618Z[ recovery-image] Aug 20 07:16:25.453 INFO O| Aug 20 07:16:25.453 INFO STEP 718 (remove_files) COMPLETE
74422026-08-20T07:16:26.618Z[ recovery-image] Aug 20 07:16:25.453 INFO O| Aug 20 07:16:25.453 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-20T07:16:26.628Z[ recovery-image] Aug 20 07:16:25.463 INFO O| Aug 20 07:16:25.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74442026-08-20T07:16:26.628Z[ recovery-image] Aug 20 07:16:25.463 INFO O| Aug 20 07:16:25.463 INFO STEP 719 (remove_files) COMPLETE
74452026-08-20T07:16:26.632Z[ recovery-image] Aug 20 07:16:25.463 INFO O| Aug 20 07:16:25.463 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-20T07:16:26.638Z[ recovery-image] Aug 20 07:16:25.473 INFO O| Aug 20 07:16:25.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74472026-08-20T07:16:26.638Z[ recovery-image] Aug 20 07:16:25.473 INFO O| Aug 20 07:16:25.473 INFO STEP 720 (remove_files) COMPLETE
74482026-08-20T07:16:26.638Z[ recovery-image] Aug 20 07:16:25.473 INFO O| Aug 20 07:16:25.473 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-20T07:16:26.648Z[ recovery-image] Aug 20 07:16:25.483 INFO O| Aug 20 07:16:25.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74502026-08-20T07:16:26.648Z[ recovery-image] Aug 20 07:16:25.483 INFO O| Aug 20 07:16:25.483 INFO STEP 721 (remove_files) COMPLETE
74512026-08-20T07:16:26.648Z[ recovery-image] Aug 20 07:16:25.483 INFO O| Aug 20 07:16:25.483 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-20T07:16:26.656Z[ recovery-image] Aug 20 07:16:25.491 INFO O| Aug 20 07:16:25.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74532026-08-20T07:16:26.657Z[ recovery-image] Aug 20 07:16:25.492 INFO O| Aug 20 07:16:25.491 INFO STEP 722 (remove_files) COMPLETE
74542026-08-20T07:16:26.660Z[ recovery-image] Aug 20 07:16:25.492 INFO O| Aug 20 07:16:25.491 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-20T07:16:26.666Z[ recovery-image] Aug 20 07:16:25.501 INFO O| Aug 20 07:16:25.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74562026-08-20T07:16:26.666Z[ recovery-image] Aug 20 07:16:25.501 INFO O| Aug 20 07:16:25.501 INFO STEP 723 (remove_files) COMPLETE
74572026-08-20T07:16:26.666Z[ recovery-image] Aug 20 07:16:25.501 INFO O| Aug 20 07:16:25.501 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-20T07:16:26.676Z[ recovery-image] Aug 20 07:16:25.511 INFO O| Aug 20 07:16:25.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74592026-08-20T07:16:26.676Z[ recovery-image] Aug 20 07:16:25.511 INFO O| Aug 20 07:16:25.511 INFO STEP 724 (remove_files) COMPLETE
74602026-08-20T07:16:26.676Z[ recovery-image] Aug 20 07:16:25.511 INFO O| Aug 20 07:16:25.511 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-20T07:16:26.685Z[ recovery-image] Aug 20 07:16:25.520 INFO O| Aug 20 07:16:25.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74622026-08-20T07:16:26.685Z[ recovery-image] Aug 20 07:16:25.520 INFO O| Aug 20 07:16:25.520 INFO STEP 725 (remove_files) COMPLETE
74632026-08-20T07:16:26.685Z[ recovery-image] Aug 20 07:16:25.520 INFO O| Aug 20 07:16:25.520 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-20T07:16:26.696Z[ recovery-image] Aug 20 07:16:25.531 INFO O| Aug 20 07:16:25.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74652026-08-20T07:16:26.696Z[ recovery-image] Aug 20 07:16:25.531 INFO O| Aug 20 07:16:25.531 INFO STEP 726 (remove_files) COMPLETE
74662026-08-20T07:16:26.696Z[ recovery-image] Aug 20 07:16:25.531 INFO O| Aug 20 07:16:25.531 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-20T07:16:26.706Z[ recovery-image] Aug 20 07:16:25.541 INFO O| Aug 20 07:16:25.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74682026-08-20T07:16:26.706Z[ recovery-image] Aug 20 07:16:25.541 INFO O| Aug 20 07:16:25.541 INFO STEP 727 (remove_files) COMPLETE
74692026-08-20T07:16:26.706Z[ recovery-image] Aug 20 07:16:25.541 INFO O| Aug 20 07:16:25.541 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-20T07:16:26.717Z[ recovery-image] Aug 20 07:16:25.552 INFO O| Aug 20 07:16:25.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74712026-08-20T07:16:26.717Z[ recovery-image] Aug 20 07:16:25.552 INFO O| Aug 20 07:16:25.552 INFO STEP 728 (remove_files) COMPLETE
74722026-08-20T07:16:26.717Z[ recovery-image] Aug 20 07:16:25.552 INFO O| Aug 20 07:16:25.552 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-20T07:16:26.726Z[ recovery-image] Aug 20 07:16:25.561 INFO O| Aug 20 07:16:25.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74742026-08-20T07:16:26.726Z[ recovery-image] Aug 20 07:16:25.561 INFO O| Aug 20 07:16:25.561 INFO STEP 729 (remove_files) COMPLETE
74752026-08-20T07:16:26.726Z[ recovery-image] Aug 20 07:16:25.561 INFO O| Aug 20 07:16:25.561 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-20T07:16:26.736Z[ recovery-image] Aug 20 07:16:25.571 INFO O| Aug 20 07:16:25.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74772026-08-20T07:16:26.736Z[ recovery-image] Aug 20 07:16:25.571 INFO O| Aug 20 07:16:25.571 INFO STEP 730 (remove_files) COMPLETE
74782026-08-20T07:16:26.736Z[ recovery-image] Aug 20 07:16:25.571 INFO O| Aug 20 07:16:25.571 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-20T07:16:26.744Z[ recovery-image] Aug 20 07:16:25.579 INFO O| Aug 20 07:16:25.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74802026-08-20T07:16:26.745Z[ recovery-image] Aug 20 07:16:25.579 INFO O| Aug 20 07:16:25.579 INFO STEP 731 (remove_files) COMPLETE
74812026-08-20T07:16:26.745Z[ recovery-image] Aug 20 07:16:25.579 INFO O| Aug 20 07:16:25.579 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-20T07:16:26.754Z[ recovery-image] Aug 20 07:16:25.589 INFO O| Aug 20 07:16:25.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74832026-08-20T07:16:26.754Z[ recovery-image] Aug 20 07:16:25.589 INFO O| Aug 20 07:16:25.589 INFO STEP 732 (remove_files) COMPLETE
74842026-08-20T07:16:26.754Z[ recovery-image] Aug 20 07:16:25.589 INFO O| Aug 20 07:16:25.589 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-20T07:16:26.764Z[ recovery-image] Aug 20 07:16:25.599 INFO O| Aug 20 07:16:25.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74862026-08-20T07:16:26.764Z[ recovery-image] Aug 20 07:16:25.599 INFO O| Aug 20 07:16:25.599 INFO STEP 733 (remove_files) COMPLETE
74872026-08-20T07:16:26.764Z[ recovery-image] Aug 20 07:16:25.599 INFO O| Aug 20 07:16:25.599 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-20T07:16:26.773Z[ recovery-image] Aug 20 07:16:25.608 INFO O| Aug 20 07:16:25.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74892026-08-20T07:16:26.773Z[ recovery-image] Aug 20 07:16:25.609 INFO O| Aug 20 07:16:25.609 INFO STEP 734 (remove_files) COMPLETE
74902026-08-20T07:16:26.773Z[ recovery-image] Aug 20 07:16:25.609 INFO O| Aug 20 07:16:25.609 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-20T07:16:26.782Z[verify-libraries] Compiling russh-util v0.52.0
74922026-08-20T07:16:26.785Z[ recovery-image] Aug 20 07:16:25.618 INFO O| Aug 20 07:16:25.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74932026-08-20T07:16:26.785Z[ recovery-image] Aug 20 07:16:25.618 INFO O| Aug 20 07:16:25.618 INFO STEP 735 (remove_files) COMPLETE
74942026-08-20T07:16:26.785Z[ recovery-image] Aug 20 07:16:25.618 INFO O| Aug 20 07:16:25.618 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-20T07:16:26.793Z[ recovery-image] Aug 20 07:16:25.628 INFO O| Aug 20 07:16:25.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74962026-08-20T07:16:26.794Z[ recovery-image] Aug 20 07:16:25.628 INFO O| Aug 20 07:16:25.628 INFO STEP 736 (remove_files) COMPLETE
74972026-08-20T07:16:26.794Z[ recovery-image] Aug 20 07:16:25.628 INFO O| Aug 20 07:16:25.628 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-20T07:16:26.805Z[ recovery-image] Aug 20 07:16:25.638 INFO O| Aug 20 07:16:25.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74992026-08-20T07:16:26.805Z[ recovery-image] Aug 20 07:16:25.639 INFO O| Aug 20 07:16:25.638 INFO STEP 737 (remove_files) COMPLETE
75002026-08-20T07:16:26.805Z[ recovery-image] Aug 20 07:16:25.639 INFO O| Aug 20 07:16:25.638 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-20T07:16:26.813Z[ recovery-image] Aug 20 07:16:25.648 INFO O| Aug 20 07:16:25.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75022026-08-20T07:16:26.813Z[ recovery-image] Aug 20 07:16:25.648 INFO O| Aug 20 07:16:25.648 INFO STEP 738 (remove_files) COMPLETE
75032026-08-20T07:16:26.816Z[ recovery-image] Aug 20 07:16:25.648 INFO O| Aug 20 07:16:25.648 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-20T07:16:26.823Z[ recovery-image] Aug 20 07:16:25.658 INFO O| Aug 20 07:16:25.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75052026-08-20T07:16:26.823Z[ recovery-image] Aug 20 07:16:25.658 INFO O| Aug 20 07:16:25.658 INFO STEP 739 (remove_files) COMPLETE
75062026-08-20T07:16:26.823Z[ recovery-image] Aug 20 07:16:25.658 INFO O| Aug 20 07:16:25.658 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-20T07:16:26.833Z[ recovery-image] Aug 20 07:16:25.668 INFO O| Aug 20 07:16:25.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75082026-08-20T07:16:26.833Z[ recovery-image] Aug 20 07:16:25.668 INFO O| Aug 20 07:16:25.668 INFO STEP 740 (remove_files) COMPLETE
75092026-08-20T07:16:26.833Z[ recovery-image] Aug 20 07:16:25.668 INFO O| Aug 20 07:16:25.668 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-20T07:16:26.842Z[ recovery-image] Aug 20 07:16:25.677 INFO O| Aug 20 07:16:25.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75112026-08-20T07:16:26.843Z[ recovery-image] Aug 20 07:16:25.677 INFO O| Aug 20 07:16:25.677 INFO STEP 741 (remove_files) COMPLETE
75122026-08-20T07:16:26.843Z[ recovery-image] Aug 20 07:16:25.677 INFO O| Aug 20 07:16:25.677 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-20T07:16:26.851Z[ recovery-image] Aug 20 07:16:25.687 INFO O| Aug 20 07:16:25.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75142026-08-20T07:16:26.851Z[ recovery-image] Aug 20 07:16:25.687 INFO O| Aug 20 07:16:25.687 INFO STEP 742 (remove_files) COMPLETE
75152026-08-20T07:16:26.855Z[ recovery-image] Aug 20 07:16:25.687 INFO O| Aug 20 07:16:25.687 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-20T07:16:26.860Z[ recovery-image] Aug 20 07:16:25.695 INFO O| Aug 20 07:16:25.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75172026-08-20T07:16:26.860Z[ recovery-image] Aug 20 07:16:25.695 INFO O| Aug 20 07:16:25.695 INFO STEP 743 (remove_files) COMPLETE
75182026-08-20T07:16:26.863Z[ recovery-image] Aug 20 07:16:25.695 INFO O| Aug 20 07:16:25.695 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-20T07:16:26.870Z[ recovery-image] Aug 20 07:16:25.705 INFO O| Aug 20 07:16:25.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75202026-08-20T07:16:26.870Z[ recovery-image] Aug 20 07:16:25.705 INFO O| Aug 20 07:16:25.705 INFO STEP 744 (remove_files) COMPLETE
75212026-08-20T07:16:26.870Z[ recovery-image] Aug 20 07:16:25.705 INFO O| Aug 20 07:16:25.705 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-20T07:16:26.879Z[ recovery-image] Aug 20 07:16:25.714 INFO O| Aug 20 07:16:25.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75232026-08-20T07:16:26.879Z[ recovery-image] Aug 20 07:16:25.715 INFO O| Aug 20 07:16:25.714 INFO STEP 745 (remove_files) COMPLETE
75242026-08-20T07:16:26.879Z[ recovery-image] Aug 20 07:16:25.715 INFO O| Aug 20 07:16:25.715 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-20T07:16:26.890Z[ recovery-image] Aug 20 07:16:25.725 INFO O| Aug 20 07:16:25.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75262026-08-20T07:16:26.891Z[ recovery-image] Aug 20 07:16:25.725 INFO O| Aug 20 07:16:25.725 INFO STEP 746 (remove_files) COMPLETE
75272026-08-20T07:16:26.894Z[ recovery-image] Aug 20 07:16:25.725 INFO O| Aug 20 07:16:25.725 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-20T07:16:26.901Z[ recovery-image] Aug 20 07:16:25.736 INFO O| Aug 20 07:16:25.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75292026-08-20T07:16:26.901Z[ recovery-image] Aug 20 07:16:25.736 INFO O| Aug 20 07:16:25.736 INFO STEP 747 (remove_files) COMPLETE
75302026-08-20T07:16:26.904Z[ recovery-image] Aug 20 07:16:25.736 INFO O| Aug 20 07:16:25.736 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-20T07:16:26.911Z[ recovery-image] Aug 20 07:16:25.746 INFO O| Aug 20 07:16:25.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75322026-08-20T07:16:26.911Z[ recovery-image] Aug 20 07:16:25.746 INFO O| Aug 20 07:16:25.746 INFO STEP 748 (remove_files) COMPLETE
75332026-08-20T07:16:26.911Z[ recovery-image] Aug 20 07:16:25.746 INFO O| Aug 20 07:16:25.746 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-20T07:16:26.922Z[ recovery-image] Aug 20 07:16:25.757 INFO O| Aug 20 07:16:25.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75352026-08-20T07:16:26.922Z[ recovery-image] Aug 20 07:16:25.757 INFO O| Aug 20 07:16:25.757 INFO STEP 749 (remove_files) COMPLETE
75362026-08-20T07:16:26.922Z[ recovery-image] Aug 20 07:16:25.757 INFO O| Aug 20 07:16:25.757 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-20T07:16:26.932Z[ recovery-image] Aug 20 07:16:25.767 INFO O| Aug 20 07:16:25.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75382026-08-20T07:16:26.932Z[ recovery-image] Aug 20 07:16:25.767 INFO O| Aug 20 07:16:25.767 INFO STEP 750 (remove_files) COMPLETE
75392026-08-20T07:16:26.932Z[ recovery-image] Aug 20 07:16:25.767 INFO O| Aug 20 07:16:25.767 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-20T07:16:26.944Z[ recovery-image] Aug 20 07:16:25.779 INFO O| Aug 20 07:16:25.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75412026-08-20T07:16:26.944Z[ recovery-image] Aug 20 07:16:25.779 INFO O| Aug 20 07:16:25.779 INFO STEP 751 (remove_files) COMPLETE
75422026-08-20T07:16:26.945Z[ recovery-image] Aug 20 07:16:25.779 INFO O| Aug 20 07:16:25.779 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-20T07:16:26.954Z[ recovery-image] Aug 20 07:16:25.789 INFO O| Aug 20 07:16:25.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75442026-08-20T07:16:26.954Z[ recovery-image] Aug 20 07:16:25.789 INFO O| Aug 20 07:16:25.789 INFO STEP 752 (remove_files) COMPLETE
75452026-08-20T07:16:26.954Z[ recovery-image] Aug 20 07:16:25.789 INFO O| Aug 20 07:16:25.789 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-20T07:16:26.965Z[ recovery-image] Aug 20 07:16:25.800 INFO O| Aug 20 07:16:25.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75472026-08-20T07:16:26.965Z[ recovery-image] Aug 20 07:16:25.800 INFO O| Aug 20 07:16:25.800 INFO STEP 753 (remove_files) COMPLETE
75482026-08-20T07:16:26.965Z[ recovery-image] Aug 20 07:16:25.800 INFO O| Aug 20 07:16:25.800 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-20T07:16:26.975Z[ recovery-image] Aug 20 07:16:25.810 INFO O| Aug 20 07:16:25.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75502026-08-20T07:16:26.978Z[ recovery-image] Aug 20 07:16:25.810 INFO O| Aug 20 07:16:25.810 INFO STEP 754 (remove_files) COMPLETE
75512026-08-20T07:16:26.978Z[ recovery-image] Aug 20 07:16:25.810 INFO O| Aug 20 07:16:25.810 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-20T07:16:26.985Z[ recovery-image] Aug 20 07:16:25.821 INFO O| Aug 20 07:16:25.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75532026-08-20T07:16:26.985Z[ recovery-image] Aug 20 07:16:25.821 INFO O| Aug 20 07:16:25.821 INFO STEP 755 (remove_files) COMPLETE
75542026-08-20T07:16:26.985Z[ recovery-image] Aug 20 07:16:25.821 INFO O| Aug 20 07:16:25.821 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-20T07:16:26.995Z[ recovery-image] Aug 20 07:16:25.830 INFO O| Aug 20 07:16:25.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75562026-08-20T07:16:26.995Z[ recovery-image] Aug 20 07:16:25.830 INFO O| Aug 20 07:16:25.830 INFO STEP 756 (remove_files) COMPLETE
75572026-08-20T07:16:26.995Z[ recovery-image] Aug 20 07:16:25.830 INFO O| Aug 20 07:16:25.830 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-20T07:16:27.004Z[ recovery-image] Aug 20 07:16:25.840 INFO O| Aug 20 07:16:25.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75592026-08-20T07:16:27.004Z[ recovery-image] Aug 20 07:16:25.840 INFO O| Aug 20 07:16:25.840 INFO STEP 757 (remove_files) COMPLETE
75602026-08-20T07:16:27.004Z[ recovery-image] Aug 20 07:16:25.840 INFO O| Aug 20 07:16:25.840 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-20T07:16:27.015Z[ recovery-image] Aug 20 07:16:25.850 INFO O| Aug 20 07:16:25.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75622026-08-20T07:16:27.018Z[ recovery-image] Aug 20 07:16:25.851 INFO O| Aug 20 07:16:25.851 INFO STEP 758 (remove_files) COMPLETE
75632026-08-20T07:16:27.018Z[ recovery-image] Aug 20 07:16:25.851 INFO O| Aug 20 07:16:25.851 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-20T07:16:27.018Z[verify-libraries] Compiling enum_dispatch v0.3.13
75652026-08-20T07:16:27.027Z[ recovery-image] Aug 20 07:16:25.862 INFO O| Aug 20 07:16:25.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75662026-08-20T07:16:27.027Z[ recovery-image] Aug 20 07:16:25.862 INFO O| Aug 20 07:16:25.862 INFO STEP 759 (remove_files) COMPLETE
75672026-08-20T07:16:27.027Z[ recovery-image] Aug 20 07:16:25.862 INFO O| Aug 20 07:16:25.862 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-20T07:16:27.037Z[ recovery-image] Aug 20 07:16:25.871 INFO O| Aug 20 07:16:25.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75692026-08-20T07:16:27.038Z[ recovery-image] Aug 20 07:16:25.872 INFO O| Aug 20 07:16:25.872 INFO STEP 760 (remove_files) COMPLETE
75702026-08-20T07:16:27.041Z[ recovery-image] Aug 20 07:16:25.872 INFO O| Aug 20 07:16:25.872 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-20T07:16:27.046Z[ recovery-image] Aug 20 07:16:25.881 INFO O| Aug 20 07:16:25.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75722026-08-20T07:16:27.046Z[ recovery-image] Aug 20 07:16:25.881 INFO O| Aug 20 07:16:25.881 INFO STEP 761 (remove_files) COMPLETE
75732026-08-20T07:16:27.049Z[ recovery-image] Aug 20 07:16:25.881 INFO O| Aug 20 07:16:25.881 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-20T07:16:27.056Z[ recovery-image] Aug 20 07:16:25.890 INFO O| Aug 20 07:16:25.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75752026-08-20T07:16:27.057Z[ recovery-image] Aug 20 07:16:25.890 INFO O| Aug 20 07:16:25.890 INFO STEP 762 (remove_files) COMPLETE
75762026-08-20T07:16:27.057Z[ recovery-image] Aug 20 07:16:25.890 INFO O| Aug 20 07:16:25.890 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-20T07:16:27.064Z[ recovery-image] Aug 20 07:16:25.899 INFO O| Aug 20 07:16:25.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75782026-08-20T07:16:27.064Z[ recovery-image] Aug 20 07:16:25.899 INFO O| Aug 20 07:16:25.899 INFO STEP 763 (remove_files) COMPLETE
75792026-08-20T07:16:27.064Z[ recovery-image] Aug 20 07:16:25.899 INFO O| Aug 20 07:16:25.899 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-20T07:16:27.072Z[ recovery-image] Aug 20 07:16:25.907 INFO O| Aug 20 07:16:25.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75812026-08-20T07:16:27.072Z[ recovery-image] Aug 20 07:16:25.907 INFO O| Aug 20 07:16:25.907 INFO STEP 764 (remove_files) COMPLETE
75822026-08-20T07:16:27.072Z[ recovery-image] Aug 20 07:16:25.907 INFO O| Aug 20 07:16:25.907 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-20T07:16:27.083Z[ recovery-image] Aug 20 07:16:25.918 INFO O| Aug 20 07:16:25.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75842026-08-20T07:16:27.083Z[ recovery-image] Aug 20 07:16:25.918 INFO O| Aug 20 07:16:25.918 INFO STEP 765 (remove_files) COMPLETE
75852026-08-20T07:16:27.083Z[ recovery-image] Aug 20 07:16:25.918 INFO O| Aug 20 07:16:25.918 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-20T07:16:27.093Z[ recovery-image] Aug 20 07:16:25.927 INFO O| Aug 20 07:16:25.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75872026-08-20T07:16:27.093Z[ recovery-image] Aug 20 07:16:25.927 INFO O| Aug 20 07:16:25.927 INFO STEP 766 (remove_files) COMPLETE
75882026-08-20T07:16:27.093Z[ recovery-image] Aug 20 07:16:25.927 INFO O| Aug 20 07:16:25.927 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-20T07:16:27.103Z[ recovery-image] Aug 20 07:16:25.938 INFO O| Aug 20 07:16:25.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75902026-08-20T07:16:27.103Z[ recovery-image] Aug 20 07:16:25.938 INFO O| Aug 20 07:16:25.938 INFO STEP 767 (remove_files) COMPLETE
75912026-08-20T07:16:27.106Z[ recovery-image] Aug 20 07:16:25.938 INFO O| Aug 20 07:16:25.938 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-20T07:16:27.112Z[ recovery-image] Aug 20 07:16:25.947 INFO O| Aug 20 07:16:25.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75932026-08-20T07:16:27.113Z[ recovery-image] Aug 20 07:16:25.947 INFO O| Aug 20 07:16:25.947 INFO STEP 768 (remove_files) COMPLETE
75942026-08-20T07:16:27.113Z[ recovery-image] Aug 20 07:16:25.947 INFO O| Aug 20 07:16:25.947 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-20T07:16:27.123Z[ recovery-image] Aug 20 07:16:25.958 INFO O| Aug 20 07:16:25.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75962026-08-20T07:16:27.123Z[ recovery-image] Aug 20 07:16:25.958 INFO O| Aug 20 07:16:25.958 INFO STEP 769 (remove_files) COMPLETE
75972026-08-20T07:16:27.123Z[ recovery-image] Aug 20 07:16:25.958 INFO O| Aug 20 07:16:25.958 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-20T07:16:27.133Z[ recovery-image] Aug 20 07:16:25.968 INFO O| Aug 20 07:16:25.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75992026-08-20T07:16:27.133Z[ recovery-image] Aug 20 07:16:25.969 INFO O| Aug 20 07:16:25.968 INFO STEP 770 (remove_files) COMPLETE
76002026-08-20T07:16:27.133Z[ recovery-image] Aug 20 07:16:25.969 INFO O| Aug 20 07:16:25.969 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-20T07:16:27.143Z[ recovery-image] Aug 20 07:16:25.978 INFO O| Aug 20 07:16:25.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76022026-08-20T07:16:27.143Z[ recovery-image] Aug 20 07:16:25.978 INFO O| Aug 20 07:16:25.978 INFO STEP 771 (remove_files) COMPLETE
76032026-08-20T07:16:27.143Z[ recovery-image] Aug 20 07:16:25.978 INFO O| Aug 20 07:16:25.978 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-20T07:16:27.152Z[ recovery-image] Aug 20 07:16:25.988 INFO O| Aug 20 07:16:25.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76052026-08-20T07:16:27.156Z[ recovery-image] Aug 20 07:16:25.990 INFO O| Aug 20 07:16:25.990 INFO STEP 772 (remove_files) COMPLETE
76062026-08-20T07:16:27.156Z[ recovery-image] Aug 20 07:16:25.990 INFO O| Aug 20 07:16:25.990 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-20T07:16:27.164Z[ recovery-image] Aug 20 07:16:25.999 INFO O| Aug 20 07:16:25.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76082026-08-20T07:16:27.168Z[ recovery-image] Aug 20 07:16:26.001 INFO O| Aug 20 07:16:26.001 INFO STEP 773 (remove_files) COMPLETE
76092026-08-20T07:16:27.168Z[ recovery-image] Aug 20 07:16:26.001 INFO O| Aug 20 07:16:26.001 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-20T07:16:27.171Z[verify-libraries] Compiling sapling-renderdag v0.1.0
76112026-08-20T07:16:27.187Z[ recovery-image] Aug 20 07:16:26.019 INFO O| Aug 20 07:16:26.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76122026-08-20T07:16:27.187Z[ recovery-image] Aug 20 07:16:26.019 INFO O| Aug 20 07:16:26.019 INFO STEP 774 (remove_files) COMPLETE
76132026-08-20T07:16:27.190Z[ recovery-image] Aug 20 07:16:26.019 INFO O| Aug 20 07:16:26.019 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-20T07:16:27.195Z[ recovery-image] Aug 20 07:16:26.030 INFO O| Aug 20 07:16:26.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76152026-08-20T07:16:27.195Z[ recovery-image] Aug 20 07:16:26.030 INFO O| Aug 20 07:16:26.030 INFO STEP 775 (remove_files) COMPLETE
76162026-08-20T07:16:27.195Z[ recovery-image] Aug 20 07:16:26.030 INFO O| Aug 20 07:16:26.030 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-20T07:16:27.209Z[ recovery-image] Aug 20 07:16:26.044 INFO O| Aug 20 07:16:26.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76182026-08-20T07:16:27.209Z[ recovery-image] Aug 20 07:16:26.044 INFO O| Aug 20 07:16:26.044 INFO STEP 776 (remove_files) COMPLETE
76192026-08-20T07:16:27.209Z[ recovery-image] Aug 20 07:16:26.044 INFO O| Aug 20 07:16:26.044 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-20T07:16:27.221Z[ recovery-image] Aug 20 07:16:26.056 INFO O| Aug 20 07:16:26.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76212026-08-20T07:16:27.221Z[ recovery-image] Aug 20 07:16:26.056 INFO O| Aug 20 07:16:26.056 INFO STEP 777 (remove_files) COMPLETE
76222026-08-20T07:16:27.221Z[ recovery-image] Aug 20 07:16:26.056 INFO O| Aug 20 07:16:26.056 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-20T07:16:27.231Z[ recovery-image] Aug 20 07:16:26.066 INFO O| Aug 20 07:16:26.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76242026-08-20T07:16:27.231Z[ recovery-image] Aug 20 07:16:26.066 INFO O| Aug 20 07:16:26.066 INFO STEP 778 (remove_files) COMPLETE
76252026-08-20T07:16:27.231Z[ recovery-image] Aug 20 07:16:26.066 INFO O| Aug 20 07:16:26.066 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-20T07:16:27.241Z[ recovery-image] Aug 20 07:16:26.076 INFO O| Aug 20 07:16:26.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76272026-08-20T07:16:27.241Z[ recovery-image] Aug 20 07:16:26.076 INFO O| Aug 20 07:16:26.076 INFO STEP 779 (remove_files) COMPLETE
76282026-08-20T07:16:27.241Z[ recovery-image] Aug 20 07:16:26.076 INFO O| Aug 20 07:16:26.076 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-20T07:16:27.251Z[ recovery-image] Aug 20 07:16:26.086 INFO O| Aug 20 07:16:26.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76302026-08-20T07:16:27.251Z[ recovery-image] Aug 20 07:16:26.086 INFO O| Aug 20 07:16:26.086 INFO STEP 780 (remove_files) COMPLETE
76312026-08-20T07:16:27.251Z[ recovery-image] Aug 20 07:16:26.086 INFO O| Aug 20 07:16:26.086 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-20T07:16:27.265Z[ recovery-image] Aug 20 07:16:26.099 INFO O| Aug 20 07:16:26.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76332026-08-20T07:16:27.265Z[ recovery-image] Aug 20 07:16:26.099 INFO O| Aug 20 07:16:26.098 INFO STEP 781 (remove_files) COMPLETE
76342026-08-20T07:16:27.265Z[ recovery-image] Aug 20 07:16:26.099 INFO O| Aug 20 07:16:26.098 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-20T07:16:27.275Z[ recovery-image] Aug 20 07:16:26.110 INFO O| Aug 20 07:16:26.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76362026-08-20T07:16:27.275Z[ recovery-image] Aug 20 07:16:26.110 INFO O| Aug 20 07:16:26.109 INFO STEP 782 (remove_files) COMPLETE
76372026-08-20T07:16:27.275Z[ recovery-image] Aug 20 07:16:26.110 INFO O| Aug 20 07:16:26.109 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-20T07:16:27.285Z[ recovery-image] Aug 20 07:16:26.120 INFO O| Aug 20 07:16:26.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76392026-08-20T07:16:27.286Z[ recovery-image] Aug 20 07:16:26.120 INFO O| Aug 20 07:16:26.120 INFO STEP 783 (remove_files) COMPLETE
76402026-08-20T07:16:27.289Z[ recovery-image] Aug 20 07:16:26.120 INFO O| Aug 20 07:16:26.120 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-20T07:16:27.295Z[ recovery-image] Aug 20 07:16:26.131 INFO O| Aug 20 07:16:26.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76422026-08-20T07:16:27.296Z[ recovery-image] Aug 20 07:16:26.131 INFO O| Aug 20 07:16:26.131 INFO STEP 784 (remove_files) COMPLETE
76432026-08-20T07:16:27.296Z[ recovery-image] Aug 20 07:16:26.131 INFO O| Aug 20 07:16:26.131 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-20T07:16:27.305Z[ recovery-image] Aug 20 07:16:26.140 INFO O| Aug 20 07:16:26.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76452026-08-20T07:16:27.305Z[ recovery-image] Aug 20 07:16:26.141 INFO O| Aug 20 07:16:26.141 INFO STEP 785 (remove_files) COMPLETE
76462026-08-20T07:16:27.305Z[ recovery-image] Aug 20 07:16:26.141 INFO O| Aug 20 07:16:26.141 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-20T07:16:27.315Z[ recovery-image] Aug 20 07:16:26.150 INFO O| Aug 20 07:16:26.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76482026-08-20T07:16:27.315Z[ recovery-image] Aug 20 07:16:26.150 INFO O| Aug 20 07:16:26.150 INFO STEP 786 (remove_files) COMPLETE
76492026-08-20T07:16:27.315Z[ recovery-image] Aug 20 07:16:26.150 INFO O| Aug 20 07:16:26.150 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-20T07:16:27.326Z[ recovery-image] Aug 20 07:16:26.161 INFO O| Aug 20 07:16:26.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76512026-08-20T07:16:27.326Z[ recovery-image] Aug 20 07:16:26.161 INFO O| Aug 20 07:16:26.161 INFO STEP 787 (remove_files) COMPLETE
76522026-08-20T07:16:27.326Z[ recovery-image] Aug 20 07:16:26.161 INFO O| Aug 20 07:16:26.161 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-20T07:16:27.337Z[ recovery-image] Aug 20 07:16:26.172 INFO O| Aug 20 07:16:26.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76542026-08-20T07:16:27.337Z[ recovery-image] Aug 20 07:16:26.172 INFO O| Aug 20 07:16:26.172 INFO STEP 788 (remove_files) COMPLETE
76552026-08-20T07:16:27.337Z[ recovery-image] Aug 20 07:16:26.172 INFO O| Aug 20 07:16:26.172 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-20T07:16:27.348Z[ recovery-image] Aug 20 07:16:26.183 INFO O| Aug 20 07:16:26.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76572026-08-20T07:16:27.348Z[ recovery-image] Aug 20 07:16:26.183 INFO O| Aug 20 07:16:26.183 INFO STEP 789 (remove_files) COMPLETE
76582026-08-20T07:16:27.348Z[ recovery-image] Aug 20 07:16:26.183 INFO O| Aug 20 07:16:26.183 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-20T07:16:27.359Z[ recovery-image] Aug 20 07:16:26.194 INFO O| Aug 20 07:16:26.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76602026-08-20T07:16:27.359Z[ recovery-image] Aug 20 07:16:26.194 INFO O| Aug 20 07:16:26.194 INFO STEP 790 (remove_files) COMPLETE
76612026-08-20T07:16:27.359Z[ recovery-image] Aug 20 07:16:26.194 INFO O| Aug 20 07:16:26.194 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-20T07:16:27.379Z[ recovery-image] Aug 20 07:16:26.205 INFO O| Aug 20 07:16:26.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76632026-08-20T07:16:27.379Z[ recovery-image] Aug 20 07:16:26.205 INFO O| Aug 20 07:16:26.205 INFO STEP 791 (remove_files) COMPLETE
76642026-08-20T07:16:27.379Z[ recovery-image] Aug 20 07:16:26.205 INFO O| Aug 20 07:16:26.205 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-20T07:16:27.383Z[ recovery-image] Aug 20 07:16:26.216 INFO O| Aug 20 07:16:26.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76662026-08-20T07:16:27.383Z[ recovery-image] Aug 20 07:16:26.216 INFO O| Aug 20 07:16:26.216 INFO STEP 792 (remove_files) COMPLETE
76672026-08-20T07:16:27.383Z[ recovery-image] Aug 20 07:16:26.216 INFO O| Aug 20 07:16:26.216 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-20T07:16:27.392Z[ recovery-image] Aug 20 07:16:26.227 INFO O| Aug 20 07:16:26.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76692026-08-20T07:16:27.392Z[ recovery-image] Aug 20 07:16:26.227 INFO O| Aug 20 07:16:26.227 INFO STEP 793 (remove_files) COMPLETE
76702026-08-20T07:16:27.392Z[ recovery-image] Aug 20 07:16:26.227 INFO O| Aug 20 07:16:26.227 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-20T07:16:27.401Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
76722026-08-20T07:16:27.404Z[ recovery-image] Aug 20 07:16:26.237 INFO O| Aug 20 07:16:26.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76732026-08-20T07:16:27.404Z[ recovery-image] Aug 20 07:16:26.237 INFO O| Aug 20 07:16:26.237 INFO STEP 794 (remove_files) COMPLETE
76742026-08-20T07:16:27.404Z[ recovery-image] Aug 20 07:16:26.237 INFO O| Aug 20 07:16:26.237 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-20T07:16:27.413Z[ recovery-image] Aug 20 07:16:26.248 INFO O| Aug 20 07:16:26.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76762026-08-20T07:16:27.413Z[ recovery-image] Aug 20 07:16:26.248 INFO O| Aug 20 07:16:26.248 INFO STEP 795 (remove_files) COMPLETE
76772026-08-20T07:16:27.413Z[ recovery-image] Aug 20 07:16:26.248 INFO O| Aug 20 07:16:26.248 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-20T07:16:27.422Z[ recovery-image] Aug 20 07:16:26.257 INFO O| Aug 20 07:16:26.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76792026-08-20T07:16:27.422Z[ recovery-image] Aug 20 07:16:26.257 INFO O| Aug 20 07:16:26.257 INFO STEP 796 (remove_files) COMPLETE
76802026-08-20T07:16:27.422Z[ recovery-image] Aug 20 07:16:26.257 INFO O| Aug 20 07:16:26.257 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-20T07:16:27.432Z[ recovery-image] Aug 20 07:16:26.266 INFO O| Aug 20 07:16:26.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76822026-08-20T07:16:27.432Z[ recovery-image] Aug 20 07:16:26.266 INFO O| Aug 20 07:16:26.266 INFO STEP 797 (remove_files) COMPLETE
76832026-08-20T07:16:27.432Z[ recovery-image] Aug 20 07:16:26.266 INFO O| Aug 20 07:16:26.266 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-20T07:16:27.440Z[ recovery-image] Aug 20 07:16:26.275 INFO O| Aug 20 07:16:26.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76852026-08-20T07:16:27.440Z[ recovery-image] Aug 20 07:16:26.275 INFO O| Aug 20 07:16:26.275 INFO STEP 798 (remove_files) COMPLETE
76862026-08-20T07:16:27.440Z[ recovery-image] Aug 20 07:16:26.275 INFO O| Aug 20 07:16:26.275 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-20T07:16:27.449Z[ recovery-image] Aug 20 07:16:26.284 INFO O| Aug 20 07:16:26.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76882026-08-20T07:16:27.449Z[ recovery-image] Aug 20 07:16:26.285 INFO O| Aug 20 07:16:26.285 INFO STEP 799 (remove_files) COMPLETE
76892026-08-20T07:16:27.449Z[ recovery-image] Aug 20 07:16:26.285 INFO O| Aug 20 07:16:26.285 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-20T07:16:27.458Z[ recovery-image] Aug 20 07:16:26.293 INFO O| Aug 20 07:16:26.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76912026-08-20T07:16:27.458Z[ recovery-image] Aug 20 07:16:26.294 INFO O| Aug 20 07:16:26.294 INFO STEP 800 (remove_files) COMPLETE
76922026-08-20T07:16:27.458Z[ recovery-image] Aug 20 07:16:26.294 INFO O| Aug 20 07:16:26.294 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-20T07:16:27.469Z[ recovery-image] Aug 20 07:16:26.304 INFO O| Aug 20 07:16:26.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76942026-08-20T07:16:27.469Z[ recovery-image] Aug 20 07:16:26.304 INFO O| Aug 20 07:16:26.304 INFO STEP 801 (remove_files) COMPLETE
76952026-08-20T07:16:27.470Z[ recovery-image] Aug 20 07:16:26.304 INFO O| Aug 20 07:16:26.304 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-20T07:16:27.478Z[ recovery-image] Aug 20 07:16:26.313 INFO O| Aug 20 07:16:26.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76972026-08-20T07:16:27.478Z[ recovery-image] Aug 20 07:16:26.313 INFO O| Aug 20 07:16:26.313 INFO STEP 802 (remove_files) COMPLETE
76982026-08-20T07:16:27.478Z[ recovery-image] Aug 20 07:16:26.313 INFO O| Aug 20 07:16:26.313 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-20T07:16:27.487Z[ recovery-image] Aug 20 07:16:26.322 INFO O| Aug 20 07:16:26.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77002026-08-20T07:16:27.487Z[ recovery-image] Aug 20 07:16:26.322 INFO O| Aug 20 07:16:26.322 INFO STEP 803 (remove_files) COMPLETE
77012026-08-20T07:16:27.487Z[ recovery-image] Aug 20 07:16:26.322 INFO O| Aug 20 07:16:26.322 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-20T07:16:27.495Z[ recovery-image] Aug 20 07:16:26.331 INFO O| Aug 20 07:16:26.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77032026-08-20T07:16:27.495Z[ recovery-image] Aug 20 07:16:26.331 INFO O| Aug 20 07:16:26.331 INFO STEP 804 (remove_files) COMPLETE
77042026-08-20T07:16:27.496Z[ recovery-image] Aug 20 07:16:26.331 INFO O| Aug 20 07:16:26.331 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-20T07:16:27.506Z[ recovery-image] Aug 20 07:16:26.341 INFO O| Aug 20 07:16:26.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77062026-08-20T07:16:27.506Z[ recovery-image] Aug 20 07:16:26.341 INFO O| Aug 20 07:16:26.341 INFO STEP 805 (remove_files) COMPLETE
77072026-08-20T07:16:27.509Z[ recovery-image] Aug 20 07:16:26.341 INFO O| Aug 20 07:16:26.341 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-20T07:16:27.516Z[ recovery-image] Aug 20 07:16:26.351 INFO O| Aug 20 07:16:26.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77092026-08-20T07:16:27.516Z[ recovery-image] Aug 20 07:16:26.351 INFO O| Aug 20 07:16:26.351 INFO STEP 806 (remove_files) COMPLETE
77102026-08-20T07:16:27.516Z[ recovery-image] Aug 20 07:16:26.351 INFO O| Aug 20 07:16:26.351 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-20T07:16:27.525Z[ recovery-image] Aug 20 07:16:26.360 INFO O| Aug 20 07:16:26.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77122026-08-20T07:16:27.528Z[ recovery-image] Aug 20 07:16:26.361 INFO O| Aug 20 07:16:26.361 INFO STEP 807 (remove_files) COMPLETE
77132026-08-20T07:16:27.528Z[ recovery-image] Aug 20 07:16:26.361 INFO O| Aug 20 07:16:26.361 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-20T07:16:27.535Z[ recovery-image] Aug 20 07:16:26.370 INFO O| Aug 20 07:16:26.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77152026-08-20T07:16:27.535Z[ recovery-image] Aug 20 07:16:26.371 INFO O| Aug 20 07:16:26.371 INFO STEP 808 (remove_files) COMPLETE
77162026-08-20T07:16:27.535Z[ recovery-image] Aug 20 07:16:26.371 INFO O| Aug 20 07:16:26.371 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-20T07:16:27.545Z[ recovery-image] Aug 20 07:16:26.381 INFO O| Aug 20 07:16:26.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77182026-08-20T07:16:27.545Z[ recovery-image] Aug 20 07:16:26.381 INFO O| Aug 20 07:16:26.381 INFO STEP 809 (remove_files) COMPLETE
77192026-08-20T07:16:27.545Z[ recovery-image] Aug 20 07:16:26.381 INFO O| Aug 20 07:16:26.381 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-20T07:16:27.555Z[ recovery-image] Aug 20 07:16:26.390 INFO O| Aug 20 07:16:26.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77212026-08-20T07:16:27.555Z[ recovery-image] Aug 20 07:16:26.390 INFO O| Aug 20 07:16:26.390 INFO STEP 810 (remove_files) COMPLETE
77222026-08-20T07:16:27.558Z[ recovery-image] Aug 20 07:16:26.390 INFO O| Aug 20 07:16:26.390 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-20T07:16:27.564Z[ recovery-image] Aug 20 07:16:26.399 INFO O| Aug 20 07:16:26.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77242026-08-20T07:16:27.565Z[ recovery-image] Aug 20 07:16:26.399 INFO O| Aug 20 07:16:26.399 INFO STEP 811 (remove_files) COMPLETE
77252026-08-20T07:16:27.569Z[ recovery-image] Aug 20 07:16:26.399 INFO O| Aug 20 07:16:26.399 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-20T07:16:27.575Z[ recovery-image] Aug 20 07:16:26.410 INFO O| Aug 20 07:16:26.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77272026-08-20T07:16:27.575Z[ recovery-image] Aug 20 07:16:26.410 INFO O| Aug 20 07:16:26.410 INFO STEP 812 (remove_files) COMPLETE
77282026-08-20T07:16:27.575Z[ recovery-image] Aug 20 07:16:26.410 INFO O| Aug 20 07:16:26.410 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-20T07:16:27.586Z[ recovery-image] Aug 20 07:16:26.421 INFO O| Aug 20 07:16:26.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77302026-08-20T07:16:27.586Z[ recovery-image] Aug 20 07:16:26.421 INFO O| Aug 20 07:16:26.421 INFO STEP 813 (remove_files) COMPLETE
77312026-08-20T07:16:27.586Z[ recovery-image] Aug 20 07:16:26.421 INFO O| Aug 20 07:16:26.421 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-20T07:16:27.596Z[ recovery-image] Aug 20 07:16:26.431 INFO O| Aug 20 07:16:26.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77332026-08-20T07:16:27.596Z[ recovery-image] Aug 20 07:16:26.431 INFO O| Aug 20 07:16:26.431 INFO STEP 814 (remove_files) COMPLETE
77342026-08-20T07:16:27.596Z[ recovery-image] Aug 20 07:16:26.431 INFO O| Aug 20 07:16:26.431 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-20T07:16:27.605Z[ recovery-image] Aug 20 07:16:26.440 INFO O| Aug 20 07:16:26.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77362026-08-20T07:16:27.605Z[ recovery-image] Aug 20 07:16:26.441 INFO O| Aug 20 07:16:26.441 INFO STEP 815 (remove_files) COMPLETE
77372026-08-20T07:16:27.609Z[ recovery-image] Aug 20 07:16:26.441 INFO O| Aug 20 07:16:26.441 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-20T07:16:27.613Z[verify-libraries] Compiling delegate v0.13.5
77392026-08-20T07:16:27.617Z[ recovery-image] Aug 20 07:16:26.450 INFO O| Aug 20 07:16:26.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77402026-08-20T07:16:27.617Z[ recovery-image] Aug 20 07:16:26.450 INFO O| Aug 20 07:16:26.450 INFO STEP 816 (remove_files) COMPLETE
77412026-08-20T07:16:27.617Z[ recovery-image] Aug 20 07:16:26.450 INFO O| Aug 20 07:16:26.450 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-20T07:16:27.625Z[ recovery-image] Aug 20 07:16:26.461 INFO O| Aug 20 07:16:26.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77432026-08-20T07:16:27.626Z[ recovery-image] Aug 20 07:16:26.461 INFO O| Aug 20 07:16:26.461 INFO STEP 817 (remove_files) COMPLETE
77442026-08-20T07:16:27.626Z[ recovery-image] Aug 20 07:16:26.461 INFO O| Aug 20 07:16:26.461 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-20T07:16:27.636Z[ recovery-image] Aug 20 07:16:26.471 INFO O| Aug 20 07:16:26.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77462026-08-20T07:16:27.636Z[ recovery-image] Aug 20 07:16:26.471 INFO O| Aug 20 07:16:26.471 INFO STEP 818 (remove_files) COMPLETE
77472026-08-20T07:16:27.636Z[ recovery-image] Aug 20 07:16:26.471 INFO O| Aug 20 07:16:26.471 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-20T07:16:27.646Z[ recovery-image] Aug 20 07:16:26.481 INFO O| Aug 20 07:16:26.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77492026-08-20T07:16:27.646Z[ recovery-image] Aug 20 07:16:26.481 INFO O| Aug 20 07:16:26.481 INFO STEP 819 (remove_files) COMPLETE
77502026-08-20T07:16:27.646Z[ recovery-image] Aug 20 07:16:26.481 INFO O| Aug 20 07:16:26.481 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-20T07:16:27.655Z[ recovery-image] Aug 20 07:16:26.491 INFO O| Aug 20 07:16:26.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77522026-08-20T07:16:27.656Z[ recovery-image] Aug 20 07:16:26.491 INFO O| Aug 20 07:16:26.491 INFO STEP 820 (remove_files) COMPLETE
77532026-08-20T07:16:27.656Z[ recovery-image] Aug 20 07:16:26.491 INFO O| Aug 20 07:16:26.491 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-20T07:16:27.678Z[ recovery-image] Aug 20 07:16:26.513 INFO O| Aug 20 07:16:26.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77552026-08-20T07:16:27.678Z[ recovery-image] Aug 20 07:16:26.513 INFO O| Aug 20 07:16:26.513 INFO STEP 821 (remove_files) COMPLETE
77562026-08-20T07:16:27.678Z[ recovery-image] Aug 20 07:16:26.513 INFO O| Aug 20 07:16:26.513 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-20T07:16:27.690Z[ recovery-image] Aug 20 07:16:26.525 INFO O| Aug 20 07:16:26.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77582026-08-20T07:16:27.690Z[ recovery-image] Aug 20 07:16:26.525 INFO O| Aug 20 07:16:26.525 INFO STEP 822 (remove_files) COMPLETE
77592026-08-20T07:16:27.693Z[ recovery-image] Aug 20 07:16:26.525 INFO O| Aug 20 07:16:26.525 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-20T07:16:27.699Z[ recovery-image] Aug 20 07:16:26.534 INFO O| Aug 20 07:16:26.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77612026-08-20T07:16:27.699Z[ recovery-image] Aug 20 07:16:26.534 INFO O| Aug 20 07:16:26.534 INFO STEP 823 (remove_files) COMPLETE
77622026-08-20T07:16:27.703Z[ recovery-image] Aug 20 07:16:26.534 INFO O| Aug 20 07:16:26.534 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-20T07:16:27.707Z[ recovery-image] Aug 20 07:16:26.543 INFO O| Aug 20 07:16:26.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77642026-08-20T07:16:27.708Z[ recovery-image] Aug 20 07:16:26.543 INFO O| Aug 20 07:16:26.543 INFO STEP 824 (remove_files) COMPLETE
77652026-08-20T07:16:27.708Z[ recovery-image] Aug 20 07:16:26.543 INFO O| Aug 20 07:16:26.543 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-20T07:16:27.717Z[ recovery-image] Aug 20 07:16:26.552 INFO O| Aug 20 07:16:26.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77672026-08-20T07:16:27.717Z[ recovery-image] Aug 20 07:16:26.552 INFO O| Aug 20 07:16:26.552 INFO STEP 825 (remove_files) COMPLETE
77682026-08-20T07:16:27.717Z[ recovery-image] Aug 20 07:16:26.552 INFO O| Aug 20 07:16:26.552 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-20T07:16:27.726Z[ recovery-image] Aug 20 07:16:26.561 INFO O| Aug 20 07:16:26.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77702026-08-20T07:16:27.726Z[ recovery-image] Aug 20 07:16:26.561 INFO O| Aug 20 07:16:26.561 INFO STEP 826 (remove_files) COMPLETE
77712026-08-20T07:16:27.726Z[ recovery-image] Aug 20 07:16:26.561 INFO O| Aug 20 07:16:26.561 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-20T07:16:27.735Z[ recovery-image] Aug 20 07:16:26.570 INFO O| Aug 20 07:16:26.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77732026-08-20T07:16:27.735Z[ recovery-image] Aug 20 07:16:26.570 INFO O| Aug 20 07:16:26.570 INFO STEP 827 (remove_files) COMPLETE
77742026-08-20T07:16:27.735Z[ recovery-image] Aug 20 07:16:26.570 INFO O| Aug 20 07:16:26.570 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-20T07:16:27.747Z[ recovery-image] Aug 20 07:16:26.582 INFO O| Aug 20 07:16:26.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77762026-08-20T07:16:27.747Z[ recovery-image] Aug 20 07:16:26.582 INFO O| Aug 20 07:16:26.582 INFO STEP 828 (remove_files) COMPLETE
77772026-08-20T07:16:27.750Z[ recovery-image] Aug 20 07:16:26.582 INFO O| Aug 20 07:16:26.582 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-20T07:16:27.757Z[ recovery-image] Aug 20 07:16:26.593 INFO O| Aug 20 07:16:26.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77792026-08-20T07:16:27.761Z[ recovery-image] Aug 20 07:16:26.593 INFO O| Aug 20 07:16:26.593 INFO STEP 829 (remove_files) COMPLETE
77802026-08-20T07:16:27.761Z[ recovery-image] Aug 20 07:16:26.593 INFO O| Aug 20 07:16:26.593 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-20T07:16:27.769Z[ recovery-image] Aug 20 07:16:26.603 INFO O| Aug 20 07:16:26.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77822026-08-20T07:16:27.769Z[ recovery-image] Aug 20 07:16:26.603 INFO O| Aug 20 07:16:26.603 INFO STEP 830 (remove_files) COMPLETE
77832026-08-20T07:16:27.769Z[ recovery-image] Aug 20 07:16:26.603 INFO O| Aug 20 07:16:26.603 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-20T07:16:27.778Z[ recovery-image] Aug 20 07:16:26.613 INFO O| Aug 20 07:16:26.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77852026-08-20T07:16:27.778Z[ recovery-image] Aug 20 07:16:26.613 INFO O| Aug 20 07:16:26.613 INFO STEP 831 (remove_files) COMPLETE
77862026-08-20T07:16:27.778Z[ recovery-image] Aug 20 07:16:26.613 INFO O| Aug 20 07:16:26.613 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-20T07:16:27.786Z[ recovery-image] Aug 20 07:16:26.621 INFO O| Aug 20 07:16:26.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77882026-08-20T07:16:27.790Z[ recovery-image] Aug 20 07:16:26.621 INFO O| Aug 20 07:16:26.621 INFO STEP 832 (remove_files) COMPLETE
77892026-08-20T07:16:27.790Z[ recovery-image] Aug 20 07:16:26.621 INFO O| Aug 20 07:16:26.621 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-20T07:16:27.795Z[ recovery-image] Aug 20 07:16:26.630 INFO O| Aug 20 07:16:26.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77912026-08-20T07:16:27.795Z[ recovery-image] Aug 20 07:16:26.630 INFO O| Aug 20 07:16:26.630 INFO STEP 833 (remove_files) COMPLETE
77922026-08-20T07:16:27.795Z[ recovery-image] Aug 20 07:16:26.630 INFO O| Aug 20 07:16:26.630 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-20T07:16:27.803Z[ recovery-image] Aug 20 07:16:26.639 INFO O| Aug 20 07:16:26.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77942026-08-20T07:16:27.803Z[ recovery-image] Aug 20 07:16:26.639 INFO O| Aug 20 07:16:26.639 INFO STEP 834 (remove_files) COMPLETE
77952026-08-20T07:16:27.807Z[ recovery-image] Aug 20 07:16:26.639 INFO O| Aug 20 07:16:26.639 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-20T07:16:27.808Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
77972026-08-20T07:16:27.832Z[ recovery-image] Aug 20 07:16:26.647 INFO O| Aug 20 07:16:26.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77982026-08-20T07:16:27.832Z[ recovery-image] Aug 20 07:16:26.647 INFO O| Aug 20 07:16:26.647 INFO STEP 835 (remove_files) COMPLETE
77992026-08-20T07:16:27.832Z[ recovery-image] Aug 20 07:16:26.647 INFO O| Aug 20 07:16:26.647 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-20T07:16:27.832Z[ recovery-image] Aug 20 07:16:26.655 INFO O| Aug 20 07:16:26.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78012026-08-20T07:16:27.832Z[ recovery-image] Aug 20 07:16:26.656 INFO O| Aug 20 07:16:26.655 INFO STEP 836 (remove_files) COMPLETE
78022026-08-20T07:16:27.832Z[ recovery-image] Aug 20 07:16:26.656 INFO O| Aug 20 07:16:26.656 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-20T07:16:27.832Z[ recovery-image] Aug 20 07:16:26.665 INFO O| Aug 20 07:16:26.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78042026-08-20T07:16:27.832Z[ recovery-image] Aug 20 07:16:26.665 INFO O| Aug 20 07:16:26.665 INFO STEP 837 (remove_files) COMPLETE
78052026-08-20T07:16:27.832Z[ recovery-image] Aug 20 07:16:26.665 INFO O| Aug 20 07:16:26.665 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-20T07:16:27.840Z[ recovery-image] Aug 20 07:16:26.675 INFO O| Aug 20 07:16:26.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78072026-08-20T07:16:27.840Z[ recovery-image] Aug 20 07:16:26.675 INFO O| Aug 20 07:16:26.675 INFO STEP 838 (remove_files) COMPLETE
78082026-08-20T07:16:27.843Z[ recovery-image] Aug 20 07:16:26.675 INFO O| Aug 20 07:16:26.675 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-20T07:16:27.849Z[ recovery-image] Aug 20 07:16:26.684 INFO O| Aug 20 07:16:26.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78102026-08-20T07:16:27.849Z[ recovery-image] Aug 20 07:16:26.684 INFO O| Aug 20 07:16:26.684 INFO STEP 839 (remove_files) COMPLETE
78112026-08-20T07:16:27.849Z[ recovery-image] Aug 20 07:16:26.685 INFO O| Aug 20 07:16:26.684 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-20T07:16:27.858Z[ recovery-image] Aug 20 07:16:26.694 INFO O| Aug 20 07:16:26.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78132026-08-20T07:16:27.859Z[ recovery-image] Aug 20 07:16:26.694 INFO O| Aug 20 07:16:26.694 INFO STEP 840 (remove_files) COMPLETE
78142026-08-20T07:16:27.862Z[ recovery-image] Aug 20 07:16:26.694 INFO O| Aug 20 07:16:26.694 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-20T07:16:27.868Z[ recovery-image] Aug 20 07:16:26.703 INFO O| Aug 20 07:16:26.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78162026-08-20T07:16:27.868Z[ recovery-image] Aug 20 07:16:26.703 INFO O| Aug 20 07:16:26.703 INFO STEP 841 (remove_files) COMPLETE
78172026-08-20T07:16:27.868Z[ recovery-image] Aug 20 07:16:26.703 INFO O| Aug 20 07:16:26.703 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-20T07:16:27.877Z[ recovery-image] Aug 20 07:16:26.713 INFO O| Aug 20 07:16:26.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78192026-08-20T07:16:27.877Z[ recovery-image] Aug 20 07:16:26.713 INFO O| Aug 20 07:16:26.713 INFO STEP 842 (remove_files) COMPLETE
78202026-08-20T07:16:27.882Z[ recovery-image] Aug 20 07:16:26.713 INFO O| Aug 20 07:16:26.713 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-20T07:16:27.887Z[ recovery-image] Aug 20 07:16:26.723 INFO O| Aug 20 07:16:26.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78222026-08-20T07:16:27.889Z[ recovery-image] Aug 20 07:16:26.723 INFO O| Aug 20 07:16:26.723 INFO STEP 843 (remove_files) COMPLETE
78232026-08-20T07:16:27.892Z[ recovery-image] Aug 20 07:16:26.723 INFO O| Aug 20 07:16:26.723 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-20T07:16:27.897Z[ recovery-image] Aug 20 07:16:26.733 INFO O| Aug 20 07:16:26.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78252026-08-20T07:16:27.897Z[ recovery-image] Aug 20 07:16:26.733 INFO O| Aug 20 07:16:26.733 INFO STEP 844 (remove_files) COMPLETE
78262026-08-20T07:16:27.900Z[ recovery-image] Aug 20 07:16:26.733 INFO O| Aug 20 07:16:26.733 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-20T07:16:27.907Z[ recovery-image] Aug 20 07:16:26.743 INFO O| Aug 20 07:16:26.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78282026-08-20T07:16:27.907Z[ recovery-image] Aug 20 07:16:26.743 INFO O| Aug 20 07:16:26.743 INFO STEP 845 (remove_files) COMPLETE
78292026-08-20T07:16:27.907Z[ recovery-image] Aug 20 07:16:26.743 INFO O| Aug 20 07:16:26.743 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-20T07:16:27.916Z[ recovery-image] Aug 20 07:16:26.751 INFO O| Aug 20 07:16:26.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78312026-08-20T07:16:27.916Z[ recovery-image] Aug 20 07:16:26.751 INFO O| Aug 20 07:16:26.751 INFO STEP 846 (remove_files) COMPLETE
78322026-08-20T07:16:27.916Z[ recovery-image] Aug 20 07:16:26.751 INFO O| Aug 20 07:16:26.751 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-20T07:16:27.925Z[ recovery-image] Aug 20 07:16:26.760 INFO O| Aug 20 07:16:26.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78342026-08-20T07:16:27.925Z[ recovery-image] Aug 20 07:16:26.760 INFO O| Aug 20 07:16:26.760 INFO STEP 847 (remove_files) COMPLETE
78352026-08-20T07:16:27.928Z[ recovery-image] Aug 20 07:16:26.760 INFO O| Aug 20 07:16:26.760 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-20T07:16:27.935Z[ recovery-image] Aug 20 07:16:26.770 INFO O| Aug 20 07:16:26.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78372026-08-20T07:16:27.935Z[ recovery-image] Aug 20 07:16:26.770 INFO O| Aug 20 07:16:26.770 INFO STEP 848 (remove_files) COMPLETE
78382026-08-20T07:16:27.935Z[ recovery-image] Aug 20 07:16:26.770 INFO O| Aug 20 07:16:26.770 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-20T07:16:27.946Z[ recovery-image] Aug 20 07:16:26.781 INFO O| Aug 20 07:16:26.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78402026-08-20T07:16:27.946Z[ recovery-image] Aug 20 07:16:26.781 INFO O| Aug 20 07:16:26.781 INFO STEP 849 (remove_files) COMPLETE
78412026-08-20T07:16:27.946Z[ recovery-image] Aug 20 07:16:26.781 INFO O| Aug 20 07:16:26.781 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-20T07:16:27.955Z[ recovery-image] Aug 20 07:16:26.791 INFO O| Aug 20 07:16:26.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78432026-08-20T07:16:27.956Z[ recovery-image] Aug 20 07:16:26.791 INFO O| Aug 20 07:16:26.791 INFO STEP 850 (remove_files) COMPLETE
78442026-08-20T07:16:27.956Z[ recovery-image] Aug 20 07:16:26.791 INFO O| Aug 20 07:16:26.791 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-20T07:16:27.967Z[ recovery-image] Aug 20 07:16:26.801 INFO O| Aug 20 07:16:26.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78462026-08-20T07:16:27.967Z[ recovery-image] Aug 20 07:16:26.801 INFO O| Aug 20 07:16:26.801 INFO STEP 851 (remove_files) COMPLETE
78472026-08-20T07:16:27.967Z[ recovery-image] Aug 20 07:16:26.801 INFO O| Aug 20 07:16:26.801 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-20T07:16:27.977Z[ recovery-image] Aug 20 07:16:26.813 INFO O| Aug 20 07:16:26.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78492026-08-20T07:16:27.977Z[ recovery-image] Aug 20 07:16:26.813 INFO O| Aug 20 07:16:26.813 INFO STEP 852 (remove_files) COMPLETE
78502026-08-20T07:16:27.978Z[ recovery-image] Aug 20 07:16:26.813 INFO O| Aug 20 07:16:26.813 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-20T07:16:27.988Z[ recovery-image] Aug 20 07:16:26.824 INFO O| Aug 20 07:16:26.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78522026-08-20T07:16:27.988Z[ recovery-image] Aug 20 07:16:26.824 INFO O| Aug 20 07:16:26.824 INFO STEP 853 (remove_files) COMPLETE
78532026-08-20T07:16:27.989Z[ recovery-image] Aug 20 07:16:26.824 INFO O| Aug 20 07:16:26.824 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-20T07:16:28.001Z[ recovery-image] Aug 20 07:16:26.836 INFO O| Aug 20 07:16:26.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78552026-08-20T07:16:28.001Z[ recovery-image] Aug 20 07:16:26.836 INFO O| Aug 20 07:16:26.836 INFO STEP 854 (remove_files) COMPLETE
78562026-08-20T07:16:28.004Z[ recovery-image] Aug 20 07:16:26.836 INFO O| Aug 20 07:16:26.836 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-20T07:16:28.013Z[ recovery-image] Aug 20 07:16:26.848 INFO O| Aug 20 07:16:26.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78582026-08-20T07:16:28.013Z[ recovery-image] Aug 20 07:16:26.848 INFO O| Aug 20 07:16:26.848 INFO STEP 855 (remove_files) COMPLETE
78592026-08-20T07:16:28.013Z[ recovery-image] Aug 20 07:16:26.848 INFO O| Aug 20 07:16:26.848 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-20T07:16:28.024Z[ recovery-image] Aug 20 07:16:26.859 INFO O| Aug 20 07:16:26.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78612026-08-20T07:16:28.024Z[ recovery-image] Aug 20 07:16:26.859 INFO O| Aug 20 07:16:26.859 INFO STEP 856 (remove_files) COMPLETE
78622026-08-20T07:16:28.024Z[ recovery-image] Aug 20 07:16:26.859 INFO O| Aug 20 07:16:26.859 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-08-20T07:16:28.036Z[ recovery-image] Aug 20 07:16:26.871 INFO O| Aug 20 07:16:26.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78642026-08-20T07:16:28.036Z[ recovery-image] Aug 20 07:16:26.871 INFO O| Aug 20 07:16:26.871 INFO STEP 857 (remove_files) COMPLETE
78652026-08-20T07:16:28.039Z[ recovery-image] Aug 20 07:16:26.871 INFO O| Aug 20 07:16:26.871 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-08-20T07:16:28.046Z[ recovery-image] Aug 20 07:16:26.882 INFO O| Aug 20 07:16:26.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78672026-08-20T07:16:28.046Z[ recovery-image] Aug 20 07:16:26.882 INFO O| Aug 20 07:16:26.882 INFO STEP 858 (remove_files) COMPLETE
78682026-08-20T07:16:28.046Z[ recovery-image] Aug 20 07:16:26.882 INFO O| Aug 20 07:16:26.882 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-20T07:16:28.057Z[ recovery-image] Aug 20 07:16:26.893 INFO O| Aug 20 07:16:26.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78702026-08-20T07:16:28.057Z[ recovery-image] Aug 20 07:16:26.893 INFO O| Aug 20 07:16:26.893 INFO STEP 859 (remove_files) COMPLETE
78712026-08-20T07:16:28.061Z[ recovery-image] Aug 20 07:16:26.893 INFO O| Aug 20 07:16:26.893 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-20T07:16:28.068Z[ recovery-image] Aug 20 07:16:26.903 INFO O| Aug 20 07:16:26.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78732026-08-20T07:16:28.068Z[ recovery-image] Aug 20 07:16:26.903 INFO O| Aug 20 07:16:26.903 INFO STEP 860 (remove_files) COMPLETE
78742026-08-20T07:16:28.068Z[ recovery-image] Aug 20 07:16:26.903 INFO O| Aug 20 07:16:26.903 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-08-20T07:16:28.078Z[ recovery-image] Aug 20 07:16:26.914 INFO O| Aug 20 07:16:26.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78762026-08-20T07:16:28.078Z[ recovery-image] Aug 20 07:16:26.914 INFO O| Aug 20 07:16:26.914 INFO STEP 861 (remove_files) COMPLETE
78772026-08-20T07:16:28.078Z[ recovery-image] Aug 20 07:16:26.914 INFO O| Aug 20 07:16:26.914 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-20T07:16:28.089Z[ recovery-image] Aug 20 07:16:26.923 INFO O| Aug 20 07:16:26.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78792026-08-20T07:16:28.089Z[ recovery-image] Aug 20 07:16:26.924 INFO O| Aug 20 07:16:26.923 INFO STEP 862 (remove_files) COMPLETE
78802026-08-20T07:16:28.089Z[ recovery-image] Aug 20 07:16:26.924 INFO O| Aug 20 07:16:26.924 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-20T07:16:28.098Z[ recovery-image] Aug 20 07:16:26.933 INFO O| Aug 20 07:16:26.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78822026-08-20T07:16:28.098Z[ recovery-image] Aug 20 07:16:26.933 INFO O| Aug 20 07:16:26.933 INFO STEP 863 (remove_files) COMPLETE
78832026-08-20T07:16:28.099Z[ recovery-image] Aug 20 07:16:26.934 INFO O| Aug 20 07:16:26.933 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-20T07:16:28.109Z[ recovery-image] Aug 20 07:16:26.944 INFO O| Aug 20 07:16:26.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78852026-08-20T07:16:28.109Z[ recovery-image] Aug 20 07:16:26.944 INFO O| Aug 20 07:16:26.944 INFO STEP 864 (remove_files) COMPLETE
78862026-08-20T07:16:28.112Z[ recovery-image] Aug 20 07:16:26.944 INFO O| Aug 20 07:16:26.944 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-20T07:16:28.120Z[ recovery-image] Aug 20 07:16:26.954 INFO O| Aug 20 07:16:26.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78882026-08-20T07:16:28.120Z[ recovery-image] Aug 20 07:16:26.954 INFO O| Aug 20 07:16:26.954 INFO STEP 865 (remove_files) COMPLETE
78892026-08-20T07:16:28.121Z[ recovery-image] Aug 20 07:16:26.955 INFO O| Aug 20 07:16:26.954 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-20T07:16:28.132Z[ recovery-image] Aug 20 07:16:26.967 INFO O| Aug 20 07:16:26.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78912026-08-20T07:16:28.133Z[ recovery-image] Aug 20 07:16:26.967 INFO O| Aug 20 07:16:26.967 INFO STEP 866 (remove_files) COMPLETE
78922026-08-20T07:16:28.133Z[ recovery-image] Aug 20 07:16:26.967 INFO O| Aug 20 07:16:26.967 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-20T07:16:28.152Z[ recovery-image] Aug 20 07:16:26.987 INFO O| Aug 20 07:16:26.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78942026-08-20T07:16:28.152Z[ recovery-image] Aug 20 07:16:26.987 INFO O| Aug 20 07:16:26.987 INFO STEP 867 (remove_files) COMPLETE
78952026-08-20T07:16:28.153Z[ recovery-image] Aug 20 07:16:26.987 INFO O| Aug 20 07:16:26.987 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-20T07:16:28.160Z[ recovery-image] Aug 20 07:16:26.996 INFO O| Aug 20 07:16:26.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78972026-08-20T07:16:28.160Z[ recovery-image] Aug 20 07:16:26.996 INFO O| Aug 20 07:16:26.996 INFO STEP 868 (remove_files) COMPLETE
78982026-08-20T07:16:28.160Z[ recovery-image] Aug 20 07:16:26.996 INFO O| Aug 20 07:16:26.996 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-20T07:16:28.168Z[ recovery-image] Aug 20 07:16:27.003 INFO O| Aug 20 07:16:27.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79002026-08-20T07:16:28.171Z[ recovery-image] Aug 20 07:16:27.004 INFO O| Aug 20 07:16:27.004 INFO STEP 869 (remove_files) COMPLETE
79012026-08-20T07:16:28.171Z[ recovery-image] Aug 20 07:16:27.004 INFO O| Aug 20 07:16:27.004 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-20T07:16:28.178Z[ recovery-image] Aug 20 07:16:27.014 INFO O| Aug 20 07:16:27.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79032026-08-20T07:16:28.178Z[ recovery-image] Aug 20 07:16:27.014 INFO O| Aug 20 07:16:27.014 INFO STEP 870 (remove_files) COMPLETE
79042026-08-20T07:16:28.181Z[ recovery-image] Aug 20 07:16:27.014 INFO O| Aug 20 07:16:27.014 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-20T07:16:28.181Z[verify-libraries] Compiling seq-macro v0.3.6
79062026-08-20T07:16:28.193Z[ recovery-image] Aug 20 07:16:27.024 INFO O| Aug 20 07:16:27.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79072026-08-20T07:16:28.193Z[ recovery-image] Aug 20 07:16:27.024 INFO O| Aug 20 07:16:27.024 INFO STEP 871 (remove_files) COMPLETE
79082026-08-20T07:16:28.193Z[ recovery-image] Aug 20 07:16:27.024 INFO O| Aug 20 07:16:27.024 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-20T07:16:28.198Z[ recovery-image] Aug 20 07:16:27.034 INFO O| Aug 20 07:16:27.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79102026-08-20T07:16:28.198Z[ recovery-image] Aug 20 07:16:27.034 INFO O| Aug 20 07:16:27.034 INFO STEP 872 (remove_files) COMPLETE
79112026-08-20T07:16:28.198Z[ recovery-image] Aug 20 07:16:27.034 INFO O| Aug 20 07:16:27.034 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-20T07:16:28.208Z[ recovery-image] Aug 20 07:16:27.043 INFO O| Aug 20 07:16:27.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79132026-08-20T07:16:28.211Z[ recovery-image] Aug 20 07:16:27.043 INFO O| Aug 20 07:16:27.043 INFO STEP 873 (remove_files) COMPLETE
79142026-08-20T07:16:28.211Z[ recovery-image] Aug 20 07:16:27.043 INFO O| Aug 20 07:16:27.043 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-20T07:16:28.211Z[verify-libraries] Compiling hex-literal v1.1.0
79162026-08-20T07:16:28.217Z[ recovery-image] Aug 20 07:16:27.053 INFO O| Aug 20 07:16:27.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79172026-08-20T07:16:28.217Z[ recovery-image] Aug 20 07:16:27.053 INFO O| Aug 20 07:16:27.052 INFO STEP 874 (remove_files) COMPLETE
79182026-08-20T07:16:28.220Z[ recovery-image] Aug 20 07:16:27.053 INFO O| Aug 20 07:16:27.052 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-20T07:16:28.226Z[ recovery-image] Aug 20 07:16:27.061 INFO O| Aug 20 07:16:27.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79202026-08-20T07:16:28.226Z[ recovery-image] Aug 20 07:16:27.061 INFO O| Aug 20 07:16:27.061 INFO STEP 875 (remove_files) COMPLETE
79212026-08-20T07:16:28.226Z[ recovery-image] Aug 20 07:16:27.061 INFO O| Aug 20 07:16:27.061 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-20T07:16:28.235Z[ recovery-image] Aug 20 07:16:27.070 INFO O| Aug 20 07:16:27.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79232026-08-20T07:16:28.235Z[ recovery-image] Aug 20 07:16:27.070 INFO O| Aug 20 07:16:27.070 INFO STEP 876 (remove_files) COMPLETE
79242026-08-20T07:16:28.235Z[ recovery-image] Aug 20 07:16:27.070 INFO O| Aug 20 07:16:27.070 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-20T07:16:28.244Z[ recovery-image] Aug 20 07:16:27.079 INFO O| Aug 20 07:16:27.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79262026-08-20T07:16:28.244Z[ recovery-image] Aug 20 07:16:27.079 INFO O| Aug 20 07:16:27.079 INFO STEP 877 (remove_files) COMPLETE
79272026-08-20T07:16:28.246Z[ recovery-image] Aug 20 07:16:27.079 INFO O| Aug 20 07:16:27.079 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-20T07:16:28.253Z[ recovery-image] Aug 20 07:16:27.088 INFO O| Aug 20 07:16:27.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79292026-08-20T07:16:28.253Z[ recovery-image] Aug 20 07:16:27.088 INFO O| Aug 20 07:16:27.088 INFO STEP 878 (remove_files) COMPLETE
79302026-08-20T07:16:28.253Z[ recovery-image] Aug 20 07:16:27.088 INFO O| Aug 20 07:16:27.088 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-20T07:16:28.263Z[ recovery-image] Aug 20 07:16:27.098 INFO O| Aug 20 07:16:27.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79322026-08-20T07:16:28.263Z[ recovery-image] Aug 20 07:16:27.098 INFO O| Aug 20 07:16:27.098 INFO STEP 879 (remove_files) COMPLETE
79332026-08-20T07:16:28.263Z[ recovery-image] Aug 20 07:16:27.098 INFO O| Aug 20 07:16:27.098 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-20T07:16:28.272Z[ recovery-image] Aug 20 07:16:27.108 INFO O| Aug 20 07:16:27.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79352026-08-20T07:16:28.272Z[ recovery-image] Aug 20 07:16:27.108 INFO O| Aug 20 07:16:27.108 INFO STEP 880 (remove_files) COMPLETE
79362026-08-20T07:16:28.272Z[ recovery-image] Aug 20 07:16:27.108 INFO O| Aug 20 07:16:27.108 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-20T07:16:28.281Z[ recovery-image] Aug 20 07:16:27.116 INFO O| Aug 20 07:16:27.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79382026-08-20T07:16:28.281Z[ recovery-image] Aug 20 07:16:27.116 INFO O| Aug 20 07:16:27.116 INFO STEP 881 (remove_files) COMPLETE
79392026-08-20T07:16:28.281Z[ recovery-image] Aug 20 07:16:27.116 INFO O| Aug 20 07:16:27.116 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-20T07:16:28.291Z[ recovery-image] Aug 20 07:16:27.126 INFO O| Aug 20 07:16:27.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79412026-08-20T07:16:28.291Z[ recovery-image] Aug 20 07:16:27.126 INFO O| Aug 20 07:16:27.126 INFO STEP 882 (remove_files) COMPLETE
79422026-08-20T07:16:28.294Z[ recovery-image] Aug 20 07:16:27.126 INFO O| Aug 20 07:16:27.126 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-20T07:16:28.301Z[ recovery-image] Aug 20 07:16:27.136 INFO O| Aug 20 07:16:27.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79442026-08-20T07:16:28.301Z[ recovery-image] Aug 20 07:16:27.136 INFO O| Aug 20 07:16:27.136 INFO STEP 883 (remove_files) COMPLETE
79452026-08-20T07:16:28.301Z[ recovery-image] Aug 20 07:16:27.136 INFO O| Aug 20 07:16:27.136 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-20T07:16:28.312Z[ recovery-image] Aug 20 07:16:27.147 INFO O| Aug 20 07:16:27.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79472026-08-20T07:16:28.312Z[ recovery-image] Aug 20 07:16:27.148 INFO O| Aug 20 07:16:27.148 INFO STEP 884 (remove_files) COMPLETE
79482026-08-20T07:16:28.312Z[ recovery-image] Aug 20 07:16:27.148 INFO O| Aug 20 07:16:27.148 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-20T07:16:28.322Z[ recovery-image] Aug 20 07:16:27.158 INFO O| Aug 20 07:16:27.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79502026-08-20T07:16:28.325Z[ recovery-image] Aug 20 07:16:27.158 INFO O| Aug 20 07:16:27.158 INFO STEP 885 (remove_files) COMPLETE
79512026-08-20T07:16:28.326Z[ recovery-image] Aug 20 07:16:27.159 INFO O| Aug 20 07:16:27.158 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-20T07:16:28.332Z[ recovery-image] Aug 20 07:16:27.168 INFO O| Aug 20 07:16:27.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79532026-08-20T07:16:28.332Z[ recovery-image] Aug 20 07:16:27.168 INFO O| Aug 20 07:16:27.168 INFO STEP 886 (remove_files) COMPLETE
79542026-08-20T07:16:28.332Z[ recovery-image] Aug 20 07:16:27.168 INFO O| Aug 20 07:16:27.168 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-20T07:16:28.343Z[ recovery-image] Aug 20 07:16:27.178 INFO O| Aug 20 07:16:27.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79562026-08-20T07:16:28.343Z[ recovery-image] Aug 20 07:16:27.178 INFO O| Aug 20 07:16:27.178 INFO STEP 887 (remove_files) COMPLETE
79572026-08-20T07:16:28.343Z[ recovery-image] Aug 20 07:16:27.178 INFO O| Aug 20 07:16:27.178 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-20T07:16:28.352Z[ recovery-image] Aug 20 07:16:27.188 INFO O| Aug 20 07:16:27.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79592026-08-20T07:16:28.352Z[ recovery-image] Aug 20 07:16:27.188 INFO O| Aug 20 07:16:27.188 INFO STEP 888 (remove_files) COMPLETE
79602026-08-20T07:16:28.352Z[ recovery-image] Aug 20 07:16:27.188 INFO O| Aug 20 07:16:27.188 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-20T07:16:28.361Z[verify-libraries] Compiling sync-ptr v0.1.4
79622026-08-20T07:16:28.364Z[ recovery-image] Aug 20 07:16:27.198 INFO O| Aug 20 07:16:27.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79632026-08-20T07:16:28.364Z[ recovery-image] Aug 20 07:16:27.198 INFO O| Aug 20 07:16:27.198 INFO STEP 889 (remove_files) COMPLETE
79642026-08-20T07:16:28.364Z[ recovery-image] Aug 20 07:16:27.198 INFO O| Aug 20 07:16:27.198 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-20T07:16:28.372Z[ recovery-image] Aug 20 07:16:27.208 INFO O| Aug 20 07:16:27.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79662026-08-20T07:16:28.372Z[ recovery-image] Aug 20 07:16:27.208 INFO O| Aug 20 07:16:27.208 INFO STEP 890 (remove_files) COMPLETE
79672026-08-20T07:16:28.372Z[ recovery-image] Aug 20 07:16:27.208 INFO O| Aug 20 07:16:27.208 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-20T07:16:28.382Z[ recovery-image] Aug 20 07:16:27.217 INFO O| Aug 20 07:16:27.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79692026-08-20T07:16:28.382Z[ recovery-image] Aug 20 07:16:27.217 INFO O| Aug 20 07:16:27.217 INFO STEP 891 (remove_files) COMPLETE
79702026-08-20T07:16:28.382Z[ recovery-image] Aug 20 07:16:27.217 INFO O| Aug 20 07:16:27.217 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-20T07:16:28.392Z[ recovery-image] Aug 20 07:16:27.227 INFO O| Aug 20 07:16:27.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79722026-08-20T07:16:28.392Z[ recovery-image] Aug 20 07:16:27.227 INFO O| Aug 20 07:16:27.227 INFO STEP 892 (remove_files) COMPLETE
79732026-08-20T07:16:28.392Z[ recovery-image] Aug 20 07:16:27.227 INFO O| Aug 20 07:16:27.227 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-20T07:16:28.402Z[ recovery-image] Aug 20 07:16:27.237 INFO O| Aug 20 07:16:27.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79752026-08-20T07:16:28.402Z[ recovery-image] Aug 20 07:16:27.237 INFO O| Aug 20 07:16:27.237 INFO STEP 893 (remove_files) COMPLETE
79762026-08-20T07:16:28.402Z[ recovery-image] Aug 20 07:16:27.237 INFO O| Aug 20 07:16:27.237 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-20T07:16:28.412Z[ recovery-image] Aug 20 07:16:27.248 INFO O| Aug 20 07:16:27.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79782026-08-20T07:16:28.413Z[ recovery-image] Aug 20 07:16:27.248 INFO O| Aug 20 07:16:27.248 INFO STEP 894 (remove_files) COMPLETE
79792026-08-20T07:16:28.416Z[ recovery-image] Aug 20 07:16:27.248 INFO O| Aug 20 07:16:27.248 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-20T07:16:28.422Z[ recovery-image] Aug 20 07:16:27.257 INFO O| Aug 20 07:16:27.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79812026-08-20T07:16:28.422Z[ recovery-image] Aug 20 07:16:27.257 INFO O| Aug 20 07:16:27.257 INFO STEP 895 (remove_files) COMPLETE
79822026-08-20T07:16:28.422Z[ recovery-image] Aug 20 07:16:27.257 INFO O| Aug 20 07:16:27.257 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-20T07:16:28.434Z[ recovery-image] Aug 20 07:16:27.270 INFO O| Aug 20 07:16:27.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79842026-08-20T07:16:28.434Z[ recovery-image] Aug 20 07:16:27.270 INFO O| Aug 20 07:16:27.270 INFO STEP 896 (remove_files) COMPLETE
79852026-08-20T07:16:28.434Z[ recovery-image] Aug 20 07:16:27.270 INFO O| Aug 20 07:16:27.270 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-20T07:16:28.479Z[verify-libraries] Compiling md5 v0.8.0
79872026-08-20T07:16:28.482Z[ recovery-image] Aug 20 07:16:27.316 INFO O| Aug 20 07:16:27.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79882026-08-20T07:16:28.482Z[ recovery-image] Aug 20 07:16:27.316 INFO O| Aug 20 07:16:27.316 INFO STEP 897 (remove_files) COMPLETE
79892026-08-20T07:16:28.482Z[ recovery-image] Aug 20 07:16:27.316 INFO O| Aug 20 07:16:27.316 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-20T07:16:28.491Z[ recovery-image] Aug 20 07:16:27.326 INFO O| Aug 20 07:16:27.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79912026-08-20T07:16:28.491Z[ recovery-image] Aug 20 07:16:27.326 INFO O| Aug 20 07:16:27.326 INFO STEP 898 (remove_files) COMPLETE
79922026-08-20T07:16:28.491Z[ recovery-image] Aug 20 07:16:27.326 INFO O| Aug 20 07:16:27.326 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-20T07:16:28.500Z[ recovery-image] Aug 20 07:16:27.335 INFO O| Aug 20 07:16:27.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79942026-08-20T07:16:28.501Z[ recovery-image] Aug 20 07:16:27.335 INFO O| Aug 20 07:16:27.335 INFO STEP 899 (remove_files) COMPLETE
79952026-08-20T07:16:28.501Z[ recovery-image] Aug 20 07:16:27.335 INFO O| Aug 20 07:16:27.335 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-20T07:16:28.510Z[ recovery-image] Aug 20 07:16:27.345 INFO O| Aug 20 07:16:27.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79972026-08-20T07:16:28.510Z[ recovery-image] Aug 20 07:16:27.345 INFO O| Aug 20 07:16:27.345 INFO STEP 900 (remove_files) COMPLETE
79982026-08-20T07:16:28.510Z[ recovery-image] Aug 20 07:16:27.345 INFO O| Aug 20 07:16:27.345 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-20T07:16:28.520Z[ recovery-image] Aug 20 07:16:27.355 INFO O| Aug 20 07:16:27.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80002026-08-20T07:16:28.520Z[ recovery-image] Aug 20 07:16:27.355 INFO O| Aug 20 07:16:27.355 INFO STEP 901 (remove_files) COMPLETE
80012026-08-20T07:16:28.523Z[ recovery-image] Aug 20 07:16:27.355 INFO O| Aug 20 07:16:27.355 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-20T07:16:28.529Z[ recovery-image] Aug 20 07:16:27.364 INFO O| Aug 20 07:16:27.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80032026-08-20T07:16:28.529Z[ recovery-image] Aug 20 07:16:27.364 INFO O| Aug 20 07:16:27.364 INFO STEP 902 (remove_files) COMPLETE
80042026-08-20T07:16:28.533Z[ recovery-image] Aug 20 07:16:27.364 INFO O| Aug 20 07:16:27.364 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-20T07:16:28.537Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
80062026-08-20T07:16:28.540Z[ recovery-image] Aug 20 07:16:27.373 INFO O| Aug 20 07:16:27.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80072026-08-20T07:16:28.540Z[ recovery-image] Aug 20 07:16:27.373 INFO O| Aug 20 07:16:27.373 INFO STEP 903 (remove_files) COMPLETE
80082026-08-20T07:16:28.540Z[ recovery-image] Aug 20 07:16:27.373 INFO O| Aug 20 07:16:27.373 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-20T07:16:28.548Z[ recovery-image] Aug 20 07:16:27.384 INFO O| Aug 20 07:16:27.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80102026-08-20T07:16:28.548Z[ recovery-image] Aug 20 07:16:27.384 INFO O| Aug 20 07:16:27.384 INFO STEP 904 (remove_files) COMPLETE
80112026-08-20T07:16:28.549Z[ recovery-image] Aug 20 07:16:27.384 INFO O| Aug 20 07:16:27.384 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-20T07:16:28.559Z[ recovery-image] Aug 20 07:16:27.394 INFO O| Aug 20 07:16:27.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80132026-08-20T07:16:28.559Z[ recovery-image] Aug 20 07:16:27.394 INFO O| Aug 20 07:16:27.394 INFO STEP 905 (remove_files) COMPLETE
80142026-08-20T07:16:28.559Z[ recovery-image] Aug 20 07:16:27.394 INFO O| Aug 20 07:16:27.394 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-20T07:16:28.569Z[ recovery-image] Aug 20 07:16:27.405 INFO O| Aug 20 07:16:27.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80162026-08-20T07:16:28.569Z[ recovery-image] Aug 20 07:16:27.405 INFO O| Aug 20 07:16:27.405 INFO STEP 906 (remove_files) COMPLETE
80172026-08-20T07:16:28.573Z[ recovery-image] Aug 20 07:16:27.405 INFO O| Aug 20 07:16:27.405 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-20T07:16:28.579Z[ recovery-image] Aug 20 07:16:27.414 INFO O| Aug 20 07:16:27.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80192026-08-20T07:16:28.579Z[ recovery-image] Aug 20 07:16:27.415 INFO O| Aug 20 07:16:27.415 INFO STEP 907 (remove_files) COMPLETE
80202026-08-20T07:16:28.579Z[ recovery-image] Aug 20 07:16:27.415 INFO O| Aug 20 07:16:27.415 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-20T07:16:28.590Z[ recovery-image] Aug 20 07:16:27.425 INFO O| Aug 20 07:16:27.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80222026-08-20T07:16:28.590Z[ recovery-image] Aug 20 07:16:27.425 INFO O| Aug 20 07:16:27.425 INFO STEP 908 (remove_files) COMPLETE
80232026-08-20T07:16:28.593Z[ recovery-image] Aug 20 07:16:27.425 INFO O| Aug 20 07:16:27.425 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-20T07:16:28.600Z[ recovery-image] Aug 20 07:16:27.436 INFO O| Aug 20 07:16:27.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80252026-08-20T07:16:28.600Z[ recovery-image] Aug 20 07:16:27.436 INFO O| Aug 20 07:16:27.436 INFO STEP 909 (remove_files) COMPLETE
80262026-08-20T07:16:28.600Z[ recovery-image] Aug 20 07:16:27.436 INFO O| Aug 20 07:16:27.436 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-20T07:16:28.613Z[ recovery-image] Aug 20 07:16:27.448 INFO O| Aug 20 07:16:27.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80282026-08-20T07:16:28.613Z[ recovery-image] Aug 20 07:16:27.448 INFO O| Aug 20 07:16:27.448 INFO STEP 910 (remove_files) COMPLETE
80292026-08-20T07:16:28.616Z[ recovery-image] Aug 20 07:16:27.448 INFO O| Aug 20 07:16:27.448 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-20T07:16:28.622Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
80312026-08-20T07:16:28.625Z[ recovery-image] Aug 20 07:16:27.459 INFO O| Aug 20 07:16:27.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80322026-08-20T07:16:28.626Z[ recovery-image] Aug 20 07:16:27.459 INFO O| Aug 20 07:16:27.459 INFO STEP 911 (remove_files) COMPLETE
80332026-08-20T07:16:28.626Z[ recovery-image] Aug 20 07:16:27.459 INFO O| Aug 20 07:16:27.459 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-20T07:16:28.633Z[ recovery-image] Aug 20 07:16:27.468 INFO O| Aug 20 07:16:27.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80352026-08-20T07:16:28.633Z[ recovery-image] Aug 20 07:16:27.468 INFO O| Aug 20 07:16:27.468 INFO STEP 912 (remove_files) COMPLETE
80362026-08-20T07:16:28.636Z[ recovery-image] Aug 20 07:16:27.468 INFO O| Aug 20 07:16:27.468 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-20T07:16:28.642Z[ recovery-image] Aug 20 07:16:27.478 INFO O| Aug 20 07:16:27.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80382026-08-20T07:16:28.642Z[ recovery-image] Aug 20 07:16:27.478 INFO O| Aug 20 07:16:27.478 INFO STEP 913 (remove_files) COMPLETE
80392026-08-20T07:16:28.643Z[ recovery-image] Aug 20 07:16:27.478 INFO O| Aug 20 07:16:27.478 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-20T07:16:28.652Z[ recovery-image] Aug 20 07:16:27.488 INFO O| Aug 20 07:16:27.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80412026-08-20T07:16:28.652Z[ recovery-image] Aug 20 07:16:27.488 INFO O| Aug 20 07:16:27.488 INFO STEP 914 (remove_files) COMPLETE
80422026-08-20T07:16:28.652Z[ recovery-image] Aug 20 07:16:27.488 INFO O| Aug 20 07:16:27.488 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-20T07:16:28.662Z[ recovery-image] Aug 20 07:16:27.497 INFO O| Aug 20 07:16:27.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80442026-08-20T07:16:28.662Z[ recovery-image] Aug 20 07:16:27.497 INFO O| Aug 20 07:16:27.497 INFO STEP 915 (remove_files) COMPLETE
80452026-08-20T07:16:28.662Z[ recovery-image] Aug 20 07:16:27.497 INFO O| Aug 20 07:16:27.497 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-20T07:16:28.671Z[ recovery-image] Aug 20 07:16:27.506 INFO O| Aug 20 07:16:27.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80472026-08-20T07:16:28.671Z[ recovery-image] Aug 20 07:16:27.506 INFO O| Aug 20 07:16:27.506 INFO STEP 916 (remove_files) COMPLETE
80482026-08-20T07:16:28.671Z[ recovery-image] Aug 20 07:16:27.506 INFO O| Aug 20 07:16:27.506 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-20T07:16:28.679Z[ recovery-image] Aug 20 07:16:27.515 INFO O| Aug 20 07:16:27.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80502026-08-20T07:16:28.679Z[ recovery-image] Aug 20 07:16:27.515 INFO O| Aug 20 07:16:27.515 INFO STEP 917 (remove_files) COMPLETE
80512026-08-20T07:16:28.679Z[ recovery-image] Aug 20 07:16:27.515 INFO O| Aug 20 07:16:27.515 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-20T07:16:28.688Z[ recovery-image] Aug 20 07:16:27.524 INFO O| Aug 20 07:16:27.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80532026-08-20T07:16:28.688Z[ recovery-image] Aug 20 07:16:27.524 INFO O| Aug 20 07:16:27.524 INFO STEP 918 (remove_files) COMPLETE
80542026-08-20T07:16:28.691Z[ recovery-image] Aug 20 07:16:27.524 INFO O| Aug 20 07:16:27.524 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-20T07:16:28.697Z[ recovery-image] Aug 20 07:16:27.533 INFO O| Aug 20 07:16:27.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80562026-08-20T07:16:28.697Z[ recovery-image] Aug 20 07:16:27.533 INFO O| Aug 20 07:16:27.533 INFO STEP 919 (remove_files) COMPLETE
80572026-08-20T07:16:28.697Z[ recovery-image] Aug 20 07:16:27.533 INFO O| Aug 20 07:16:27.533 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-20T07:16:28.706Z[ recovery-image] Aug 20 07:16:27.542 INFO O| Aug 20 07:16:27.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80592026-08-20T07:16:28.706Z[ recovery-image] Aug 20 07:16:27.542 INFO O| Aug 20 07:16:27.542 INFO STEP 920 (remove_files) COMPLETE
80602026-08-20T07:16:28.710Z[ recovery-image] Aug 20 07:16:27.542 INFO O| Aug 20 07:16:27.542 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-20T07:16:28.717Z[ recovery-image] Aug 20 07:16:27.552 INFO O| Aug 20 07:16:27.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80622026-08-20T07:16:28.717Z[ recovery-image] Aug 20 07:16:27.552 INFO O| Aug 20 07:16:27.552 INFO STEP 921 (remove_files) COMPLETE
80632026-08-20T07:16:28.717Z[ recovery-image] Aug 20 07:16:27.552 INFO O| Aug 20 07:16:27.552 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-20T07:16:28.727Z[ recovery-image] Aug 20 07:16:27.563 INFO O| Aug 20 07:16:27.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80652026-08-20T07:16:28.727Z[ recovery-image] Aug 20 07:16:27.563 INFO O| Aug 20 07:16:27.563 INFO STEP 922 (remove_files) COMPLETE
80662026-08-20T07:16:28.730Z[ recovery-image] Aug 20 07:16:27.563 INFO O| Aug 20 07:16:27.563 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-20T07:16:28.737Z[ recovery-image] Aug 20 07:16:27.572 INFO O| Aug 20 07:16:27.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80682026-08-20T07:16:28.737Z[ recovery-image] Aug 20 07:16:27.572 INFO O| Aug 20 07:16:27.572 INFO STEP 923 (remove_files) COMPLETE
80692026-08-20T07:16:28.741Z[ recovery-image] Aug 20 07:16:27.572 INFO O| Aug 20 07:16:27.572 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-20T07:16:28.748Z[ recovery-image] Aug 20 07:16:27.583 INFO O| Aug 20 07:16:27.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80712026-08-20T07:16:28.748Z[ recovery-image] Aug 20 07:16:27.583 INFO O| Aug 20 07:16:27.583 INFO STEP 924 (remove_files) COMPLETE
80722026-08-20T07:16:28.751Z[ recovery-image] Aug 20 07:16:27.583 INFO O| Aug 20 07:16:27.583 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-20T07:16:28.754Z[verify-libraries] Compiling russh v0.62.4
80742026-08-20T07:16:28.759Z[ recovery-image] Aug 20 07:16:27.594 INFO O| Aug 20 07:16:27.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80752026-08-20T07:16:28.762Z[ recovery-image] Aug 20 07:16:27.594 INFO O| Aug 20 07:16:27.594 INFO STEP 925 (remove_files) COMPLETE
80762026-08-20T07:16:28.762Z[ recovery-image] Aug 20 07:16:27.594 INFO O| Aug 20 07:16:27.594 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-20T07:16:28.769Z[ recovery-image] Aug 20 07:16:27.604 INFO O| Aug 20 07:16:27.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80782026-08-20T07:16:28.769Z[ recovery-image] Aug 20 07:16:27.604 INFO O| Aug 20 07:16:27.604 INFO STEP 926 (remove_files) COMPLETE
80792026-08-20T07:16:28.771Z[ recovery-image] Aug 20 07:16:27.604 INFO O| Aug 20 07:16:27.604 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-20T07:16:28.791Z[ recovery-image] Aug 20 07:16:27.614 INFO O| Aug 20 07:16:27.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80812026-08-20T07:16:28.791Z[ recovery-image] Aug 20 07:16:27.614 INFO O| Aug 20 07:16:27.614 INFO STEP 927 (remove_files) COMPLETE
80822026-08-20T07:16:28.791Z[ recovery-image] Aug 20 07:16:27.614 INFO O| Aug 20 07:16:27.614 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-20T07:16:28.791Z[ recovery-image] Aug 20 07:16:27.625 INFO O| Aug 20 07:16:27.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80842026-08-20T07:16:28.791Z[ recovery-image] Aug 20 07:16:27.625 INFO O| Aug 20 07:16:27.625 INFO STEP 928 (remove_files) COMPLETE
80852026-08-20T07:16:28.791Z[ recovery-image] Aug 20 07:16:27.625 INFO O| Aug 20 07:16:27.625 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-20T07:16:28.800Z[ recovery-image] Aug 20 07:16:27.635 INFO O| Aug 20 07:16:27.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80872026-08-20T07:16:28.800Z[ recovery-image] Aug 20 07:16:27.635 INFO O| Aug 20 07:16:27.635 INFO STEP 929 (remove_files) COMPLETE
80882026-08-20T07:16:28.800Z[ recovery-image] Aug 20 07:16:27.635 INFO O| Aug 20 07:16:27.635 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-20T07:16:28.810Z[ recovery-image] Aug 20 07:16:27.645 INFO O| Aug 20 07:16:27.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80902026-08-20T07:16:28.810Z[ recovery-image] Aug 20 07:16:27.645 INFO O| Aug 20 07:16:27.645 INFO STEP 930 (remove_files) COMPLETE
80912026-08-20T07:16:28.810Z[ recovery-image] Aug 20 07:16:27.645 INFO O| Aug 20 07:16:27.645 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-20T07:16:28.819Z[ recovery-image] Aug 20 07:16:27.655 INFO O| Aug 20 07:16:27.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80932026-08-20T07:16:28.819Z[ recovery-image] Aug 20 07:16:27.655 INFO O| Aug 20 07:16:27.655 INFO STEP 931 (remove_files) COMPLETE
80942026-08-20T07:16:28.820Z[ recovery-image] Aug 20 07:16:27.655 INFO O| Aug 20 07:16:27.655 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-20T07:16:28.828Z[ recovery-image] Aug 20 07:16:27.663 INFO O| Aug 20 07:16:27.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80962026-08-20T07:16:28.831Z[ recovery-image] Aug 20 07:16:27.664 INFO O| Aug 20 07:16:27.664 INFO STEP 932 (remove_files) COMPLETE
80972026-08-20T07:16:28.831Z[ recovery-image] Aug 20 07:16:27.664 INFO O| Aug 20 07:16:27.664 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-20T07:16:28.841Z[ recovery-image] Aug 20 07:16:27.677 INFO O| Aug 20 07:16:27.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80992026-08-20T07:16:28.841Z[ recovery-image] Aug 20 07:16:27.677 INFO O| Aug 20 07:16:27.677 INFO STEP 933 (remove_files) COMPLETE
81002026-08-20T07:16:28.841Z[ recovery-image] Aug 20 07:16:27.677 INFO O| Aug 20 07:16:27.677 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-20T07:16:28.844Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
81022026-08-20T07:16:28.852Z[ recovery-image] Aug 20 07:16:27.688 INFO O| Aug 20 07:16:27.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81032026-08-20T07:16:28.852Z[ recovery-image] Aug 20 07:16:27.688 INFO O| Aug 20 07:16:27.688 INFO STEP 934 (remove_files) COMPLETE
81042026-08-20T07:16:28.852Z[ recovery-image] Aug 20 07:16:27.688 INFO O| Aug 20 07:16:27.688 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-20T07:16:28.862Z[ recovery-image] Aug 20 07:16:27.697 INFO O| Aug 20 07:16:27.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81062026-08-20T07:16:28.865Z[ recovery-image] Aug 20 07:16:27.697 INFO O| Aug 20 07:16:27.697 INFO STEP 935 (remove_files) COMPLETE
81072026-08-20T07:16:28.866Z[ recovery-image] Aug 20 07:16:27.697 INFO O| Aug 20 07:16:27.697 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-20T07:16:28.874Z[ recovery-image] Aug 20 07:16:27.708 INFO O| Aug 20 07:16:27.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81092026-08-20T07:16:28.874Z[ recovery-image] Aug 20 07:16:27.708 INFO O| Aug 20 07:16:27.708 INFO STEP 936 (remove_files) COMPLETE
81102026-08-20T07:16:28.874Z[ recovery-image] Aug 20 07:16:27.708 INFO O| Aug 20 07:16:27.708 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-20T07:16:28.883Z[ recovery-image] Aug 20 07:16:27.718 INFO O| Aug 20 07:16:27.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81122026-08-20T07:16:28.883Z[ recovery-image] Aug 20 07:16:27.718 INFO O| Aug 20 07:16:27.718 INFO STEP 937 (remove_files) COMPLETE
81132026-08-20T07:16:28.883Z[ recovery-image] Aug 20 07:16:27.718 INFO O| Aug 20 07:16:27.718 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-20T07:16:28.893Z[ recovery-image] Aug 20 07:16:27.728 INFO O| Aug 20 07:16:27.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81152026-08-20T07:16:28.893Z[ recovery-image] Aug 20 07:16:27.728 INFO O| Aug 20 07:16:27.728 INFO STEP 938 (remove_files) COMPLETE
81162026-08-20T07:16:28.893Z[ recovery-image] Aug 20 07:16:27.728 INFO O| Aug 20 07:16:27.728 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-20T07:16:28.902Z[ recovery-image] Aug 20 07:16:27.737 INFO O| Aug 20 07:16:27.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81182026-08-20T07:16:28.902Z[ recovery-image] Aug 20 07:16:27.737 INFO O| Aug 20 07:16:27.737 INFO STEP 939 (remove_files) COMPLETE
81192026-08-20T07:16:28.902Z[ recovery-image] Aug 20 07:16:27.737 INFO O| Aug 20 07:16:27.737 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-20T07:16:28.911Z[ recovery-image] Aug 20 07:16:27.747 INFO O| Aug 20 07:16:27.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81212026-08-20T07:16:28.911Z[ recovery-image] Aug 20 07:16:27.747 INFO O| Aug 20 07:16:27.747 INFO STEP 940 (remove_files) COMPLETE
81222026-08-20T07:16:28.915Z[ recovery-image] Aug 20 07:16:27.747 INFO O| Aug 20 07:16:27.747 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-20T07:16:28.920Z[ recovery-image] Aug 20 07:16:27.756 INFO O| Aug 20 07:16:27.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81242026-08-20T07:16:28.924Z[ recovery-image] Aug 20 07:16:27.757 INFO O| Aug 20 07:16:27.757 INFO STEP 941 (remove_files) COMPLETE
81252026-08-20T07:16:28.924Z[ recovery-image] Aug 20 07:16:27.757 INFO O| Aug 20 07:16:27.757 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-20T07:16:28.934Z[ recovery-image] Aug 20 07:16:27.769 INFO O| Aug 20 07:16:27.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81272026-08-20T07:16:28.934Z[ recovery-image] Aug 20 07:16:27.769 INFO O| Aug 20 07:16:27.769 INFO STEP 942 (remove_files) COMPLETE
81282026-08-20T07:16:28.940Z[ recovery-image] Aug 20 07:16:27.769 INFO O| Aug 20 07:16:27.769 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-20T07:16:28.947Z[ recovery-image] Aug 20 07:16:27.782 INFO O| Aug 20 07:16:27.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81302026-08-20T07:16:28.947Z[ recovery-image] Aug 20 07:16:27.782 INFO O| Aug 20 07:16:27.782 INFO STEP 943 (remove_files) COMPLETE
81312026-08-20T07:16:28.947Z[ recovery-image] Aug 20 07:16:27.782 INFO O| Aug 20 07:16:27.782 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-20T07:16:28.957Z[ recovery-image] Aug 20 07:16:27.792 INFO O| Aug 20 07:16:27.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81332026-08-20T07:16:28.957Z[ recovery-image] Aug 20 07:16:27.792 INFO O| Aug 20 07:16:27.792 INFO STEP 944 (remove_files) COMPLETE
81342026-08-20T07:16:28.957Z[ recovery-image] Aug 20 07:16:27.792 INFO O| Aug 20 07:16:27.792 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-20T07:16:28.966Z[ recovery-image] Aug 20 07:16:27.801 INFO O| Aug 20 07:16:27.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81362026-08-20T07:16:28.966Z[ recovery-image] Aug 20 07:16:27.801 INFO O| Aug 20 07:16:27.801 INFO STEP 945 (remove_files) COMPLETE
81372026-08-20T07:16:28.966Z[ recovery-image] Aug 20 07:16:27.801 INFO O| Aug 20 07:16:27.801 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-20T07:16:28.974Z[ recovery-image] Aug 20 07:16:27.809 INFO O| Aug 20 07:16:27.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81392026-08-20T07:16:28.974Z[ recovery-image] Aug 20 07:16:27.809 INFO O| Aug 20 07:16:27.809 INFO STEP 946 (remove_files) COMPLETE
81402026-08-20T07:16:28.977Z[ recovery-image] Aug 20 07:16:27.809 INFO O| Aug 20 07:16:27.809 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-20T07:16:28.982Z[ recovery-image] Aug 20 07:16:27.818 INFO O| Aug 20 07:16:27.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81422026-08-20T07:16:28.985Z[ recovery-image] Aug 20 07:16:27.818 INFO O| Aug 20 07:16:27.818 INFO STEP 947 (remove_files) COMPLETE
81432026-08-20T07:16:28.985Z[ recovery-image] Aug 20 07:16:27.818 INFO O| Aug 20 07:16:27.818 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-20T07:16:28.991Z[ recovery-image] Aug 20 07:16:27.826 INFO O| Aug 20 07:16:27.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81452026-08-20T07:16:28.991Z[ recovery-image] Aug 20 07:16:27.826 INFO O| Aug 20 07:16:27.826 INFO STEP 948 (remove_files) COMPLETE
81462026-08-20T07:16:28.994Z[ recovery-image] Aug 20 07:16:27.826 INFO O| Aug 20 07:16:27.826 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-20T07:16:29.014Z[ recovery-image] Aug 20 07:16:27.834 INFO O| Aug 20 07:16:27.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81482026-08-20T07:16:29.014Z[ recovery-image] Aug 20 07:16:27.835 INFO O| Aug 20 07:16:27.834 INFO STEP 949 (remove_files) COMPLETE
81492026-08-20T07:16:29.014Z[ recovery-image] Aug 20 07:16:27.835 INFO O| Aug 20 07:16:27.834 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-20T07:16:29.015Z[ recovery-image] Aug 20 07:16:27.844 INFO O| Aug 20 07:16:27.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81512026-08-20T07:16:29.015Z[ recovery-image] Aug 20 07:16:27.844 INFO O| Aug 20 07:16:27.844 INFO STEP 950 (remove_files) COMPLETE
81522026-08-20T07:16:29.015Z[ recovery-image] Aug 20 07:16:27.844 INFO O| Aug 20 07:16:27.844 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-20T07:16:29.019Z[ recovery-image] Aug 20 07:16:27.853 INFO O| Aug 20 07:16:27.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81542026-08-20T07:16:29.020Z[ recovery-image] Aug 20 07:16:27.853 INFO O| Aug 20 07:16:27.853 INFO STEP 951 (remove_files) COMPLETE
81552026-08-20T07:16:29.020Z[ recovery-image] Aug 20 07:16:27.853 INFO O| Aug 20 07:16:27.853 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-20T07:16:29.026Z[ recovery-image] Aug 20 07:16:27.862 INFO O| Aug 20 07:16:27.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81572026-08-20T07:16:29.026Z[ recovery-image] Aug 20 07:16:27.862 INFO O| Aug 20 07:16:27.862 INFO STEP 952 (remove_files) COMPLETE
81582026-08-20T07:16:29.027Z[ recovery-image] Aug 20 07:16:27.862 INFO O| Aug 20 07:16:27.862 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-20T07:16:29.036Z[ recovery-image] Aug 20 07:16:27.871 INFO O| Aug 20 07:16:27.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81602026-08-20T07:16:29.036Z[ recovery-image] Aug 20 07:16:27.871 INFO O| Aug 20 07:16:27.871 INFO STEP 953 (remove_files) COMPLETE
81612026-08-20T07:16:29.037Z[ recovery-image] Aug 20 07:16:27.871 INFO O| Aug 20 07:16:27.871 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-20T07:16:29.046Z[ recovery-image] Aug 20 07:16:27.881 INFO O| Aug 20 07:16:27.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81632026-08-20T07:16:29.046Z[ recovery-image] Aug 20 07:16:27.881 INFO O| Aug 20 07:16:27.881 INFO STEP 954 (remove_files) COMPLETE
81642026-08-20T07:16:29.046Z[ recovery-image] Aug 20 07:16:27.881 INFO O| Aug 20 07:16:27.881 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-20T07:16:29.055Z[ recovery-image] Aug 20 07:16:27.890 INFO O| Aug 20 07:16:27.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81662026-08-20T07:16:29.055Z[ recovery-image] Aug 20 07:16:27.890 INFO O| Aug 20 07:16:27.890 INFO STEP 955 (remove_files) COMPLETE
81672026-08-20T07:16:29.055Z[ recovery-image] Aug 20 07:16:27.890 INFO O| Aug 20 07:16:27.890 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-20T07:16:29.063Z[ recovery-image] Aug 20 07:16:27.899 INFO O| Aug 20 07:16:27.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81692026-08-20T07:16:29.063Z[ recovery-image] Aug 20 07:16:27.899 INFO O| Aug 20 07:16:27.899 INFO STEP 956 (remove_files) COMPLETE
81702026-08-20T07:16:29.064Z[ recovery-image] Aug 20 07:16:27.899 INFO O| Aug 20 07:16:27.899 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-20T07:16:29.073Z[ recovery-image] Aug 20 07:16:27.908 INFO O| Aug 20 07:16:27.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81722026-08-20T07:16:29.073Z[ recovery-image] Aug 20 07:16:27.908 INFO O| Aug 20 07:16:27.908 INFO STEP 957 (remove_files) COMPLETE
81732026-08-20T07:16:29.073Z[ recovery-image] Aug 20 07:16:27.908 INFO O| Aug 20 07:16:27.908 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-20T07:16:29.082Z[ recovery-image] Aug 20 07:16:27.917 INFO O| Aug 20 07:16:27.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81752026-08-20T07:16:29.082Z[ recovery-image] Aug 20 07:16:27.917 INFO O| Aug 20 07:16:27.917 INFO STEP 958 (remove_files) COMPLETE
81762026-08-20T07:16:29.082Z[ recovery-image] Aug 20 07:16:27.917 INFO O| Aug 20 07:16:27.917 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-20T07:16:29.099Z[ recovery-image] Aug 20 07:16:27.934 INFO O| Aug 20 07:16:27.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81782026-08-20T07:16:29.100Z[ recovery-image] Aug 20 07:16:27.934 INFO O| Aug 20 07:16:27.934 INFO STEP 959 (remove_files) COMPLETE
81792026-08-20T07:16:29.100Z[ recovery-image] Aug 20 07:16:27.934 INFO O| Aug 20 07:16:27.934 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-20T07:16:29.108Z[ recovery-image] Aug 20 07:16:27.943 INFO O| Aug 20 07:16:27.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81812026-08-20T07:16:29.108Z[ recovery-image] Aug 20 07:16:27.943 INFO O| Aug 20 07:16:27.943 INFO STEP 960 (remove_files) COMPLETE
81822026-08-20T07:16:29.108Z[ recovery-image] Aug 20 07:16:27.943 INFO O| Aug 20 07:16:27.943 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-20T07:16:29.118Z[ recovery-image] Aug 20 07:16:27.952 INFO O| Aug 20 07:16:27.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81842026-08-20T07:16:29.118Z[ recovery-image] Aug 20 07:16:27.952 INFO O| Aug 20 07:16:27.952 INFO STEP 961 (remove_files) COMPLETE
81852026-08-20T07:16:29.121Z[ recovery-image] Aug 20 07:16:27.952 INFO O| Aug 20 07:16:27.952 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-20T07:16:29.126Z[ recovery-image] Aug 20 07:16:27.961 INFO O| Aug 20 07:16:27.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81872026-08-20T07:16:29.126Z[ recovery-image] Aug 20 07:16:27.962 INFO O| Aug 20 07:16:27.962 INFO STEP 962 (remove_files) COMPLETE
81882026-08-20T07:16:29.126Z[ recovery-image] Aug 20 07:16:27.962 INFO O| Aug 20 07:16:27.962 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-20T07:16:29.138Z[ recovery-image] Aug 20 07:16:27.971 INFO O| Aug 20 07:16:27.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81902026-08-20T07:16:29.138Z[ recovery-image] Aug 20 07:16:27.971 INFO O| Aug 20 07:16:27.971 INFO STEP 963 (remove_files) COMPLETE
81912026-08-20T07:16:29.138Z[ recovery-image] Aug 20 07:16:27.971 INFO O| Aug 20 07:16:27.971 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-20T07:16:29.145Z[ recovery-image] Aug 20 07:16:27.980 INFO O| Aug 20 07:16:27.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81932026-08-20T07:16:29.145Z[ recovery-image] Aug 20 07:16:27.981 INFO O| Aug 20 07:16:27.981 INFO STEP 964 (remove_files) COMPLETE
81942026-08-20T07:16:29.145Z[ recovery-image] Aug 20 07:16:27.981 INFO O| Aug 20 07:16:27.981 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-20T07:16:29.154Z[ recovery-image] Aug 20 07:16:27.989 INFO O| Aug 20 07:16:27.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81962026-08-20T07:16:29.154Z[ recovery-image] Aug 20 07:16:27.989 INFO O| Aug 20 07:16:27.989 INFO STEP 965 (remove_files) COMPLETE
81972026-08-20T07:16:29.154Z[ recovery-image] Aug 20 07:16:27.989 INFO O| Aug 20 07:16:27.989 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-20T07:16:29.158Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
81992026-08-20T07:16:29.163Z[ recovery-image] Aug 20 07:16:27.998 INFO O| Aug 20 07:16:27.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82002026-08-20T07:16:29.163Z[ recovery-image] Aug 20 07:16:27.998 INFO O| Aug 20 07:16:27.998 INFO STEP 966 (remove_files) COMPLETE
82012026-08-20T07:16:29.163Z[ recovery-image] Aug 20 07:16:27.998 INFO O| Aug 20 07:16:27.998 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-20T07:16:29.173Z[ recovery-image] Aug 20 07:16:28.008 INFO O| Aug 20 07:16:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82032026-08-20T07:16:29.173Z[ recovery-image] Aug 20 07:16:28.008 INFO O| Aug 20 07:16:28.008 INFO STEP 967 (remove_files) COMPLETE
82042026-08-20T07:16:29.173Z[ recovery-image] Aug 20 07:16:28.008 INFO O| Aug 20 07:16:28.008 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-20T07:16:29.184Z[ recovery-image] Aug 20 07:16:28.019 INFO O| Aug 20 07:16:28.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82062026-08-20T07:16:29.184Z[ recovery-image] Aug 20 07:16:28.019 INFO O| Aug 20 07:16:28.019 INFO STEP 968 (remove_files) COMPLETE
82072026-08-20T07:16:29.184Z[ recovery-image] Aug 20 07:16:28.019 INFO O| Aug 20 07:16:28.019 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-20T07:16:29.195Z[ recovery-image] Aug 20 07:16:28.030 INFO O| Aug 20 07:16:28.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82092026-08-20T07:16:29.195Z[ recovery-image] Aug 20 07:16:28.030 INFO O| Aug 20 07:16:28.030 INFO STEP 969 (remove_files) COMPLETE
82102026-08-20T07:16:29.195Z[ recovery-image] Aug 20 07:16:28.030 INFO O| Aug 20 07:16:28.030 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-20T07:16:29.205Z[ recovery-image] Aug 20 07:16:28.040 INFO O| Aug 20 07:16:28.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82122026-08-20T07:16:29.205Z[ recovery-image] Aug 20 07:16:28.040 INFO O| Aug 20 07:16:28.040 INFO STEP 970 (remove_files) COMPLETE
82132026-08-20T07:16:29.205Z[ recovery-image] Aug 20 07:16:28.040 INFO O| Aug 20 07:16:28.040 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-20T07:16:29.221Z[ recovery-image] Aug 20 07:16:28.056 INFO O| Aug 20 07:16:28.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82152026-08-20T07:16:29.222Z[ recovery-image] Aug 20 07:16:28.056 INFO O| Aug 20 07:16:28.056 INFO STEP 971 (remove_files) COMPLETE
82162026-08-20T07:16:29.222Z[ recovery-image] Aug 20 07:16:28.056 INFO O| Aug 20 07:16:28.056 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-20T07:16:29.232Z[ recovery-image] Aug 20 07:16:28.067 INFO O| Aug 20 07:16:28.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82182026-08-20T07:16:29.232Z[ recovery-image] Aug 20 07:16:28.067 INFO O| Aug 20 07:16:28.067 INFO STEP 972 (remove_files) COMPLETE
82192026-08-20T07:16:29.232Z[ recovery-image] Aug 20 07:16:28.067 INFO O| Aug 20 07:16:28.067 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-20T07:16:29.242Z[ recovery-image] Aug 20 07:16:28.077 INFO O| Aug 20 07:16:28.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82212026-08-20T07:16:29.242Z[ recovery-image] Aug 20 07:16:28.077 INFO O| Aug 20 07:16:28.077 INFO STEP 973 (remove_files) COMPLETE
82222026-08-20T07:16:29.245Z[ recovery-image] Aug 20 07:16:28.077 INFO O| Aug 20 07:16:28.077 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-20T07:16:29.252Z[ recovery-image] Aug 20 07:16:28.087 INFO O| Aug 20 07:16:28.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82242026-08-20T07:16:29.252Z[ recovery-image] Aug 20 07:16:28.087 INFO O| Aug 20 07:16:28.087 INFO STEP 974 (remove_files) COMPLETE
82252026-08-20T07:16:29.252Z[ recovery-image] Aug 20 07:16:28.087 INFO O| Aug 20 07:16:28.087 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-20T07:16:29.260Z[ recovery-image] Aug 20 07:16:28.095 INFO O| Aug 20 07:16:28.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82272026-08-20T07:16:29.260Z[ recovery-image] Aug 20 07:16:28.095 INFO O| Aug 20 07:16:28.095 INFO STEP 975 (remove_files) COMPLETE
82282026-08-20T07:16:29.260Z[ recovery-image] Aug 20 07:16:28.095 INFO O| Aug 20 07:16:28.095 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-20T07:16:29.269Z[ recovery-image] Aug 20 07:16:28.104 INFO O| Aug 20 07:16:28.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82302026-08-20T07:16:29.269Z[ recovery-image] Aug 20 07:16:28.104 INFO O| Aug 20 07:16:28.104 INFO STEP 976 (remove_files) COMPLETE
82312026-08-20T07:16:29.269Z[ recovery-image] Aug 20 07:16:28.104 INFO O| Aug 20 07:16:28.104 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-20T07:16:29.279Z[ recovery-image] Aug 20 07:16:28.114 INFO O| Aug 20 07:16:28.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82332026-08-20T07:16:29.279Z[ recovery-image] Aug 20 07:16:28.114 INFO O| Aug 20 07:16:28.114 INFO STEP 977 (remove_files) COMPLETE
82342026-08-20T07:16:29.282Z[ recovery-image] Aug 20 07:16:28.114 INFO O| Aug 20 07:16:28.114 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-20T07:16:29.288Z[ recovery-image] Aug 20 07:16:28.123 INFO O| Aug 20 07:16:28.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82362026-08-20T07:16:29.291Z[ recovery-image] Aug 20 07:16:28.123 INFO O| Aug 20 07:16:28.123 INFO STEP 978 (remove_files) COMPLETE
82372026-08-20T07:16:29.292Z[ recovery-image] Aug 20 07:16:28.123 INFO O| Aug 20 07:16:28.123 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-20T07:16:29.297Z[ recovery-image] Aug 20 07:16:28.132 INFO O| Aug 20 07:16:28.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82392026-08-20T07:16:29.300Z[ recovery-image] Aug 20 07:16:28.132 INFO O| Aug 20 07:16:28.132 INFO STEP 979 (remove_files) COMPLETE
82402026-08-20T07:16:29.300Z[ recovery-image] Aug 20 07:16:28.132 INFO O| Aug 20 07:16:28.132 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-20T07:16:29.311Z[ recovery-image] Aug 20 07:16:28.142 INFO O| Aug 20 07:16:28.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82422026-08-20T07:16:29.311Z[ recovery-image] Aug 20 07:16:28.142 INFO O| Aug 20 07:16:28.142 INFO STEP 980 (remove_files) COMPLETE
82432026-08-20T07:16:29.315Z[ recovery-image] Aug 20 07:16:28.142 INFO O| Aug 20 07:16:28.142 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-20T07:16:29.318Z[ recovery-image] Aug 20 07:16:28.152 INFO O| Aug 20 07:16:28.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82452026-08-20T07:16:29.318Z[ recovery-image] Aug 20 07:16:28.152 INFO O| Aug 20 07:16:28.152 INFO STEP 981 (remove_files) COMPLETE
82462026-08-20T07:16:29.318Z[ recovery-image] Aug 20 07:16:28.153 INFO O| Aug 20 07:16:28.152 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-20T07:16:29.321Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
82482026-08-20T07:16:29.327Z[ recovery-image] Aug 20 07:16:28.163 INFO O| Aug 20 07:16:28.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82492026-08-20T07:16:29.327Z[ recovery-image] Aug 20 07:16:28.163 INFO O| Aug 20 07:16:28.163 INFO STEP 982 (remove_files) COMPLETE
82502026-08-20T07:16:29.331Z[ recovery-image] Aug 20 07:16:28.163 INFO O| Aug 20 07:16:28.163 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-20T07:16:29.338Z[ recovery-image] Aug 20 07:16:28.173 INFO O| Aug 20 07:16:28.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82522026-08-20T07:16:29.338Z[ recovery-image] Aug 20 07:16:28.173 INFO O| Aug 20 07:16:28.173 INFO STEP 983 (remove_files) COMPLETE
82532026-08-20T07:16:29.342Z[ recovery-image] Aug 20 07:16:28.173 INFO O| Aug 20 07:16:28.173 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-20T07:16:29.348Z[ recovery-image] Aug 20 07:16:28.183 INFO O| Aug 20 07:16:28.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82552026-08-20T07:16:29.348Z[ recovery-image] Aug 20 07:16:28.183 INFO O| Aug 20 07:16:28.183 INFO STEP 984 (remove_files) COMPLETE
82562026-08-20T07:16:29.348Z[ recovery-image] Aug 20 07:16:28.183 INFO O| Aug 20 07:16:28.183 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-20T07:16:29.359Z[ recovery-image] Aug 20 07:16:28.194 INFO O| Aug 20 07:16:28.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82582026-08-20T07:16:29.359Z[ recovery-image] Aug 20 07:16:28.194 INFO O| Aug 20 07:16:28.194 INFO STEP 985 (remove_files) COMPLETE
82592026-08-20T07:16:29.359Z[ recovery-image] Aug 20 07:16:28.194 INFO O| Aug 20 07:16:28.194 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-20T07:16:29.369Z[ recovery-image] Aug 20 07:16:28.204 INFO O| Aug 20 07:16:28.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82612026-08-20T07:16:29.369Z[ recovery-image] Aug 20 07:16:28.204 INFO O| Aug 20 07:16:28.204 INFO STEP 986 (remove_files) COMPLETE
82622026-08-20T07:16:29.372Z[ recovery-image] Aug 20 07:16:28.204 INFO O| Aug 20 07:16:28.204 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-20T07:16:29.379Z[ recovery-image] Aug 20 07:16:28.214 INFO O| Aug 20 07:16:28.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82642026-08-20T07:16:29.379Z[ recovery-image] Aug 20 07:16:28.214 INFO O| Aug 20 07:16:28.214 INFO STEP 987 (remove_files) COMPLETE
82652026-08-20T07:16:29.379Z[ recovery-image] Aug 20 07:16:28.214 INFO O| Aug 20 07:16:28.214 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-20T07:16:29.390Z[ recovery-image] Aug 20 07:16:28.224 INFO O| Aug 20 07:16:28.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82672026-08-20T07:16:29.390Z[ recovery-image] Aug 20 07:16:28.224 INFO O| Aug 20 07:16:28.224 INFO STEP 988 (remove_files) COMPLETE
82682026-08-20T07:16:29.393Z[ recovery-image] Aug 20 07:16:28.224 INFO O| Aug 20 07:16:28.224 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-20T07:16:29.397Z[ recovery-image] Aug 20 07:16:28.232 INFO O| Aug 20 07:16:28.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82702026-08-20T07:16:29.397Z[ recovery-image] Aug 20 07:16:28.232 INFO O| Aug 20 07:16:28.232 INFO STEP 989 (remove_files) COMPLETE
82712026-08-20T07:16:29.400Z[ recovery-image] Aug 20 07:16:28.232 INFO O| Aug 20 07:16:28.232 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-20T07:16:29.405Z[ recovery-image] Aug 20 07:16:28.240 INFO O| Aug 20 07:16:28.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82732026-08-20T07:16:29.405Z[ recovery-image] Aug 20 07:16:28.240 INFO O| Aug 20 07:16:28.240 INFO STEP 990 (remove_files) COMPLETE
82742026-08-20T07:16:29.408Z[ recovery-image] Aug 20 07:16:28.240 INFO O| Aug 20 07:16:28.240 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-20T07:16:29.413Z[ recovery-image] Aug 20 07:16:28.248 INFO O| Aug 20 07:16:28.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82762026-08-20T07:16:29.413Z[ recovery-image] Aug 20 07:16:28.248 INFO O| Aug 20 07:16:28.248 INFO STEP 991 (remove_files) COMPLETE
82772026-08-20T07:16:29.416Z[ recovery-image] Aug 20 07:16:28.248 INFO O| Aug 20 07:16:28.248 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-20T07:16:29.422Z[ recovery-image] Aug 20 07:16:28.257 INFO O| Aug 20 07:16:28.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82792026-08-20T07:16:29.422Z[ recovery-image] Aug 20 07:16:28.257 INFO O| Aug 20 07:16:28.257 INFO STEP 992 (remove_files) COMPLETE
82802026-08-20T07:16:29.422Z[ recovery-image] Aug 20 07:16:28.257 INFO O| Aug 20 07:16:28.257 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-20T07:16:29.432Z[ recovery-image] Aug 20 07:16:28.267 INFO O| Aug 20 07:16:28.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82822026-08-20T07:16:29.433Z[ recovery-image] Aug 20 07:16:28.267 INFO O| Aug 20 07:16:28.267 INFO STEP 993 (remove_files) COMPLETE
82832026-08-20T07:16:29.437Z[ recovery-image] Aug 20 07:16:28.267 INFO O| Aug 20 07:16:28.267 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-20T07:16:29.442Z[ recovery-image] Aug 20 07:16:28.278 INFO O| Aug 20 07:16:28.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82852026-08-20T07:16:29.443Z[ recovery-image] Aug 20 07:16:28.278 INFO O| Aug 20 07:16:28.278 INFO STEP 994 (remove_files) COMPLETE
82862026-08-20T07:16:29.443Z[ recovery-image] Aug 20 07:16:28.278 INFO O| Aug 20 07:16:28.278 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-20T07:16:29.452Z[ recovery-image] Aug 20 07:16:28.287 INFO O| Aug 20 07:16:28.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82882026-08-20T07:16:29.452Z[ recovery-image] Aug 20 07:16:28.287 INFO O| Aug 20 07:16:28.287 INFO STEP 995 (remove_files) COMPLETE
82892026-08-20T07:16:29.452Z[ recovery-image] Aug 20 07:16:28.287 INFO O| Aug 20 07:16:28.287 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-20T07:16:29.461Z[ recovery-image] Aug 20 07:16:28.296 INFO O| Aug 20 07:16:28.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82912026-08-20T07:16:29.461Z[ recovery-image] Aug 20 07:16:28.296 INFO O| Aug 20 07:16:28.296 INFO STEP 996 (remove_files) COMPLETE
82922026-08-20T07:16:29.461Z[ recovery-image] Aug 20 07:16:28.296 INFO O| Aug 20 07:16:28.296 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-20T07:16:29.471Z[ recovery-image] Aug 20 07:16:28.306 INFO O| Aug 20 07:16:28.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82942026-08-20T07:16:29.471Z[ recovery-image] Aug 20 07:16:28.306 INFO O| Aug 20 07:16:28.306 INFO STEP 997 (remove_files) COMPLETE
82952026-08-20T07:16:29.471Z[ recovery-image] Aug 20 07:16:28.306 INFO O| Aug 20 07:16:28.306 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-20T07:16:29.485Z[ recovery-image] Aug 20 07:16:28.317 INFO O| Aug 20 07:16:28.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82972026-08-20T07:16:29.486Z[ recovery-image] Aug 20 07:16:28.317 INFO O| Aug 20 07:16:28.317 INFO STEP 998 (remove_files) COMPLETE
82982026-08-20T07:16:29.486Z[ recovery-image] Aug 20 07:16:28.317 INFO O| Aug 20 07:16:28.317 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-20T07:16:29.492Z[ recovery-image] Aug 20 07:16:28.328 INFO O| Aug 20 07:16:28.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83002026-08-20T07:16:29.492Z[ recovery-image] Aug 20 07:16:28.328 INFO O| Aug 20 07:16:28.328 INFO STEP 999 (remove_files) COMPLETE
83012026-08-20T07:16:29.496Z[ recovery-image] Aug 20 07:16:28.328 INFO O| Aug 20 07:16:28.328 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-20T07:16:29.502Z[ recovery-image] Aug 20 07:16:28.337 INFO O| Aug 20 07:16:28.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83032026-08-20T07:16:29.505Z[ recovery-image] Aug 20 07:16:28.338 INFO O| Aug 20 07:16:28.338 INFO STEP 1000 (remove_files) COMPLETE
83042026-08-20T07:16:29.505Z[ recovery-image] Aug 20 07:16:28.338 INFO O| Aug 20 07:16:28.338 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-20T07:16:29.513Z[ recovery-image] Aug 20 07:16:28.348 INFO O| Aug 20 07:16:28.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83062026-08-20T07:16:29.513Z[ recovery-image] Aug 20 07:16:28.348 INFO O| Aug 20 07:16:28.348 INFO STEP 1001 (remove_files) COMPLETE
83072026-08-20T07:16:29.513Z[ recovery-image] Aug 20 07:16:28.348 INFO O| Aug 20 07:16:28.348 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-20T07:16:29.523Z[ recovery-image] Aug 20 07:16:28.358 INFO O| Aug 20 07:16:28.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83092026-08-20T07:16:29.524Z[ recovery-image] Aug 20 07:16:28.358 INFO O| Aug 20 07:16:28.358 INFO STEP 1002 (remove_files) COMPLETE
83102026-08-20T07:16:29.524Z[ recovery-image] Aug 20 07:16:28.358 INFO O| Aug 20 07:16:28.358 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-20T07:16:29.534Z[ recovery-image] Aug 20 07:16:28.370 INFO O| Aug 20 07:16:28.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83122026-08-20T07:16:29.538Z[ recovery-image] Aug 20 07:16:28.370 INFO O| Aug 20 07:16:28.370 INFO STEP 1003 (remove_files) COMPLETE
83132026-08-20T07:16:29.538Z[ recovery-image] Aug 20 07:16:28.370 INFO O| Aug 20 07:16:28.370 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-20T07:16:29.545Z[ recovery-image] Aug 20 07:16:28.380 INFO O| Aug 20 07:16:28.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83152026-08-20T07:16:29.545Z[ recovery-image] Aug 20 07:16:28.380 INFO O| Aug 20 07:16:28.380 INFO STEP 1004 (remove_files) COMPLETE
83162026-08-20T07:16:29.545Z[ recovery-image] Aug 20 07:16:28.380 INFO O| Aug 20 07:16:28.380 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-20T07:16:29.555Z[ recovery-image] Aug 20 07:16:28.390 INFO O| Aug 20 07:16:28.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83182026-08-20T07:16:29.555Z[ recovery-image] Aug 20 07:16:28.390 INFO O| Aug 20 07:16:28.390 INFO STEP 1005 (remove_files) COMPLETE
83192026-08-20T07:16:29.555Z[ recovery-image] Aug 20 07:16:28.390 INFO O| Aug 20 07:16:28.390 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-20T07:16:29.565Z[ recovery-image] Aug 20 07:16:28.400 INFO O| Aug 20 07:16:28.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83212026-08-20T07:16:29.570Z[ recovery-image] Aug 20 07:16:28.401 INFO O| Aug 20 07:16:28.401 INFO STEP 1006 (remove_files) COMPLETE
83222026-08-20T07:16:29.570Z[ recovery-image] Aug 20 07:16:28.401 INFO O| Aug 20 07:16:28.401 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-20T07:16:29.576Z[ recovery-image] Aug 20 07:16:28.411 INFO O| Aug 20 07:16:28.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83242026-08-20T07:16:29.579Z[ recovery-image] Aug 20 07:16:28.411 INFO O| Aug 20 07:16:28.411 INFO STEP 1007 (remove_files) COMPLETE
83252026-08-20T07:16:29.579Z[ recovery-image] Aug 20 07:16:28.411 INFO O| Aug 20 07:16:28.411 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-20T07:16:29.585Z[ recovery-image] Aug 20 07:16:28.420 INFO O| Aug 20 07:16:28.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83272026-08-20T07:16:29.585Z[ recovery-image] Aug 20 07:16:28.420 INFO O| Aug 20 07:16:28.420 INFO STEP 1008 (remove_files) COMPLETE
83282026-08-20T07:16:29.585Z[ recovery-image] Aug 20 07:16:28.420 INFO O| Aug 20 07:16:28.420 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-20T07:16:29.594Z[ recovery-image] Aug 20 07:16:28.429 INFO O| Aug 20 07:16:28.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83302026-08-20T07:16:29.594Z[ recovery-image] Aug 20 07:16:28.429 INFO O| Aug 20 07:16:28.429 INFO STEP 1009 (remove_files) COMPLETE
83312026-08-20T07:16:29.599Z[ recovery-image] Aug 20 07:16:28.429 INFO O| Aug 20 07:16:28.429 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-20T07:16:29.603Z[ recovery-image] Aug 20 07:16:28.438 INFO O| Aug 20 07:16:28.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83332026-08-20T07:16:29.603Z[ recovery-image] Aug 20 07:16:28.438 INFO O| Aug 20 07:16:28.438 INFO STEP 1010 (remove_files) COMPLETE
83342026-08-20T07:16:29.603Z[ recovery-image] Aug 20 07:16:28.438 INFO O| Aug 20 07:16:28.438 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-20T07:16:29.612Z[ recovery-image] Aug 20 07:16:28.447 INFO O| Aug 20 07:16:28.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83362026-08-20T07:16:29.619Z[ recovery-image] Aug 20 07:16:28.448 INFO O| Aug 20 07:16:28.448 INFO STEP 1011 (remove_files) COMPLETE
83372026-08-20T07:16:29.619Z[ recovery-image] Aug 20 07:16:28.448 INFO O| Aug 20 07:16:28.448 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-20T07:16:29.625Z[ recovery-image] Aug 20 07:16:28.460 INFO O| Aug 20 07:16:28.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83392026-08-20T07:16:29.626Z[ recovery-image] Aug 20 07:16:28.460 INFO O| Aug 20 07:16:28.460 INFO STEP 1012 (remove_files) COMPLETE
83402026-08-20T07:16:29.626Z[ recovery-image] Aug 20 07:16:28.460 INFO O| Aug 20 07:16:28.460 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-20T07:16:29.635Z[ recovery-image] Aug 20 07:16:28.470 INFO O| Aug 20 07:16:28.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83422026-08-20T07:16:29.635Z[ recovery-image] Aug 20 07:16:28.470 INFO O| Aug 20 07:16:28.470 INFO STEP 1013 (remove_files) COMPLETE
83432026-08-20T07:16:29.635Z[ recovery-image] Aug 20 07:16:28.470 INFO O| Aug 20 07:16:28.470 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-20T07:16:29.646Z[ recovery-image] Aug 20 07:16:28.481 INFO O| Aug 20 07:16:28.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83452026-08-20T07:16:29.646Z[ recovery-image] Aug 20 07:16:28.481 INFO O| Aug 20 07:16:28.481 INFO STEP 1014 (remove_files) COMPLETE
83462026-08-20T07:16:29.646Z[ recovery-image] Aug 20 07:16:28.481 INFO O| Aug 20 07:16:28.481 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-20T07:16:29.654Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
83482026-08-20T07:16:29.658Z[ recovery-image] Aug 20 07:16:28.491 INFO O| Aug 20 07:16:28.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83492026-08-20T07:16:29.658Z[ recovery-image] Aug 20 07:16:28.491 INFO O| Aug 20 07:16:28.491 INFO STEP 1015 (remove_files) COMPLETE
83502026-08-20T07:16:29.658Z[ recovery-image] Aug 20 07:16:28.491 INFO O| Aug 20 07:16:28.491 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-20T07:16:29.666Z[ recovery-image] Aug 20 07:16:28.501 INFO O| Aug 20 07:16:28.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83522026-08-20T07:16:29.666Z[ recovery-image] Aug 20 07:16:28.501 INFO O| Aug 20 07:16:28.501 INFO STEP 1016 (remove_files) COMPLETE
83532026-08-20T07:16:29.670Z[ recovery-image] Aug 20 07:16:28.501 INFO O| Aug 20 07:16:28.501 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-20T07:16:29.677Z[ recovery-image] Aug 20 07:16:28.512 INFO O| Aug 20 07:16:28.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83552026-08-20T07:16:29.677Z[ recovery-image] Aug 20 07:16:28.512 INFO O| Aug 20 07:16:28.512 INFO STEP 1017 (remove_files) COMPLETE
83562026-08-20T07:16:29.677Z[ recovery-image] Aug 20 07:16:28.512 INFO O| Aug 20 07:16:28.512 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-20T07:16:29.688Z[ recovery-image] Aug 20 07:16:28.523 INFO O| Aug 20 07:16:28.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83582026-08-20T07:16:29.688Z[ recovery-image] Aug 20 07:16:28.523 INFO O| Aug 20 07:16:28.523 INFO STEP 1018 (remove_files) COMPLETE
83592026-08-20T07:16:29.688Z[ recovery-image] Aug 20 07:16:28.523 INFO O| Aug 20 07:16:28.523 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-20T07:16:29.699Z[ recovery-image] Aug 20 07:16:28.534 INFO O| Aug 20 07:16:28.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83612026-08-20T07:16:29.699Z[ recovery-image] Aug 20 07:16:28.534 INFO O| Aug 20 07:16:28.534 INFO STEP 1019 (remove_files) COMPLETE
83622026-08-20T07:16:29.699Z[ recovery-image] Aug 20 07:16:28.534 INFO O| Aug 20 07:16:28.534 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-20T07:16:29.710Z[ recovery-image] Aug 20 07:16:28.545 INFO O| Aug 20 07:16:28.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83642026-08-20T07:16:29.710Z[ recovery-image] Aug 20 07:16:28.545 INFO O| Aug 20 07:16:28.545 INFO STEP 1020 (remove_files) COMPLETE
83652026-08-20T07:16:29.710Z[ recovery-image] Aug 20 07:16:28.545 INFO O| Aug 20 07:16:28.545 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-20T07:16:29.720Z[ recovery-image] Aug 20 07:16:28.555 INFO O| Aug 20 07:16:28.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83672026-08-20T07:16:29.720Z[ recovery-image] Aug 20 07:16:28.555 INFO O| Aug 20 07:16:28.555 INFO STEP 1021 (remove_files) COMPLETE
83682026-08-20T07:16:29.720Z[ recovery-image] Aug 20 07:16:28.555 INFO O| Aug 20 07:16:28.555 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-20T07:16:29.729Z[ recovery-image] Aug 20 07:16:28.564 INFO O| Aug 20 07:16:28.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83702026-08-20T07:16:29.729Z[ recovery-image] Aug 20 07:16:28.564 INFO O| Aug 20 07:16:28.564 INFO STEP 1022 (remove_files) COMPLETE
83712026-08-20T07:16:29.729Z[ recovery-image] Aug 20 07:16:28.564 INFO O| Aug 20 07:16:28.564 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-20T07:16:29.740Z[ recovery-image] Aug 20 07:16:28.573 INFO O| Aug 20 07:16:28.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83732026-08-20T07:16:29.741Z[ recovery-image] Aug 20 07:16:28.573 INFO O| Aug 20 07:16:28.573 INFO STEP 1023 (remove_files) COMPLETE
83742026-08-20T07:16:29.741Z[ recovery-image] Aug 20 07:16:28.573 INFO O| Aug 20 07:16:28.573 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-20T07:16:29.759Z[ recovery-image] Aug 20 07:16:28.582 INFO O| Aug 20 07:16:28.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83762026-08-20T07:16:29.759Z[ recovery-image] Aug 20 07:16:28.582 INFO O| Aug 20 07:16:28.582 INFO STEP 1024 (remove_files) COMPLETE
83772026-08-20T07:16:29.759Z[ recovery-image] Aug 20 07:16:28.582 INFO O| Aug 20 07:16:28.582 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-20T07:16:29.759Z[ recovery-image] Aug 20 07:16:28.591 INFO O| Aug 20 07:16:28.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83792026-08-20T07:16:29.759Z[ recovery-image] Aug 20 07:16:28.591 INFO O| Aug 20 07:16:28.591 INFO STEP 1025 (remove_files) COMPLETE
83802026-08-20T07:16:29.759Z[ recovery-image] Aug 20 07:16:28.591 INFO O| Aug 20 07:16:28.591 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-20T07:16:29.765Z[ recovery-image] Aug 20 07:16:28.600 INFO O| Aug 20 07:16:28.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83822026-08-20T07:16:29.765Z[ recovery-image] Aug 20 07:16:28.600 INFO O| Aug 20 07:16:28.600 INFO STEP 1026 (remove_files) COMPLETE
83832026-08-20T07:16:29.765Z[ recovery-image] Aug 20 07:16:28.600 INFO O| Aug 20 07:16:28.600 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-20T07:16:29.774Z[ recovery-image] Aug 20 07:16:28.609 INFO O| Aug 20 07:16:28.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83852026-08-20T07:16:29.774Z[ recovery-image] Aug 20 07:16:28.609 INFO O| Aug 20 07:16:28.609 INFO STEP 1027 (remove_files) COMPLETE
83862026-08-20T07:16:29.774Z[ recovery-image] Aug 20 07:16:28.609 INFO O| Aug 20 07:16:28.609 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-20T07:16:29.783Z[ recovery-image] Aug 20 07:16:28.618 INFO O| Aug 20 07:16:28.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83882026-08-20T07:16:29.783Z[ recovery-image] Aug 20 07:16:28.618 INFO O| Aug 20 07:16:28.618 INFO STEP 1028 (remove_files) COMPLETE
83892026-08-20T07:16:29.783Z[ recovery-image] Aug 20 07:16:28.618 INFO O| Aug 20 07:16:28.618 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-20T07:16:29.793Z[ recovery-image] Aug 20 07:16:28.628 INFO O| Aug 20 07:16:28.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83912026-08-20T07:16:29.793Z[ recovery-image] Aug 20 07:16:28.628 INFO O| Aug 20 07:16:28.628 INFO STEP 1029 (remove_files) COMPLETE
83922026-08-20T07:16:29.796Z[ recovery-image] Aug 20 07:16:28.628 INFO O| Aug 20 07:16:28.628 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-20T07:16:29.803Z[ recovery-image] Aug 20 07:16:28.638 INFO O| Aug 20 07:16:28.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83942026-08-20T07:16:29.803Z[ recovery-image] Aug 20 07:16:28.638 INFO O| Aug 20 07:16:28.638 INFO STEP 1030 (remove_files) COMPLETE
83952026-08-20T07:16:29.803Z[ recovery-image] Aug 20 07:16:28.638 INFO O| Aug 20 07:16:28.638 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-20T07:16:29.811Z[ recovery-image] Aug 20 07:16:28.647 INFO O| Aug 20 07:16:28.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83972026-08-20T07:16:29.813Z[ recovery-image] Aug 20 07:16:28.647 INFO O| Aug 20 07:16:28.647 INFO STEP 1031 (remove_files) COMPLETE
83982026-08-20T07:16:29.817Z[ recovery-image] Aug 20 07:16:28.647 INFO O| Aug 20 07:16:28.647 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-20T07:16:29.820Z[ recovery-image] Aug 20 07:16:28.655 INFO O| Aug 20 07:16:28.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84002026-08-20T07:16:29.820Z[ recovery-image] Aug 20 07:16:28.655 INFO O| Aug 20 07:16:28.655 INFO STEP 1032 (remove_files) COMPLETE
84012026-08-20T07:16:29.820Z[ recovery-image] Aug 20 07:16:28.655 INFO O| Aug 20 07:16:28.655 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-20T07:16:29.829Z[ recovery-image] Aug 20 07:16:28.664 INFO O| Aug 20 07:16:28.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84032026-08-20T07:16:29.829Z[ recovery-image] Aug 20 07:16:28.664 INFO O| Aug 20 07:16:28.664 INFO STEP 1033 (remove_files) COMPLETE
84042026-08-20T07:16:29.832Z[ recovery-image] Aug 20 07:16:28.664 INFO O| Aug 20 07:16:28.664 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-20T07:16:29.837Z[ recovery-image] Aug 20 07:16:28.673 INFO O| Aug 20 07:16:28.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84062026-08-20T07:16:29.837Z[ recovery-image] Aug 20 07:16:28.673 INFO O| Aug 20 07:16:28.673 INFO STEP 1034 (remove_files) COMPLETE
84072026-08-20T07:16:29.841Z[ recovery-image] Aug 20 07:16:28.673 INFO O| Aug 20 07:16:28.673 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-20T07:16:29.847Z[ recovery-image] Aug 20 07:16:28.682 INFO O| Aug 20 07:16:28.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84092026-08-20T07:16:29.847Z[ recovery-image] Aug 20 07:16:28.682 INFO O| Aug 20 07:16:28.682 INFO STEP 1035 (remove_files) COMPLETE
84102026-08-20T07:16:29.847Z[ recovery-image] Aug 20 07:16:28.682 INFO O| Aug 20 07:16:28.682 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-20T07:16:29.855Z[ recovery-image] Aug 20 07:16:28.690 INFO O| Aug 20 07:16:28.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84122026-08-20T07:16:29.855Z[ recovery-image] Aug 20 07:16:28.691 INFO O| Aug 20 07:16:28.690 INFO STEP 1036 (remove_files) COMPLETE
84132026-08-20T07:16:29.858Z[ recovery-image] Aug 20 07:16:28.691 INFO O| Aug 20 07:16:28.691 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-20T07:16:29.865Z[ recovery-image] Aug 20 07:16:28.700 INFO O| Aug 20 07:16:28.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84152026-08-20T07:16:29.865Z[ recovery-image] Aug 20 07:16:28.700 INFO O| Aug 20 07:16:28.700 INFO STEP 1037 (remove_files) COMPLETE
84162026-08-20T07:16:29.869Z[ recovery-image] Aug 20 07:16:28.700 INFO O| Aug 20 07:16:28.700 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-20T07:16:29.875Z[ recovery-image] Aug 20 07:16:28.710 INFO O| Aug 20 07:16:28.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84182026-08-20T07:16:29.875Z[ recovery-image] Aug 20 07:16:28.710 INFO O| Aug 20 07:16:28.710 INFO STEP 1038 (remove_files) COMPLETE
84192026-08-20T07:16:29.875Z[ recovery-image] Aug 20 07:16:28.710 INFO O| Aug 20 07:16:28.710 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-20T07:16:29.885Z[ recovery-image] Aug 20 07:16:28.720 INFO O| Aug 20 07:16:28.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84212026-08-20T07:16:29.885Z[ recovery-image] Aug 20 07:16:28.720 INFO O| Aug 20 07:16:28.720 INFO STEP 1039 (remove_files) COMPLETE
84222026-08-20T07:16:29.885Z[ recovery-image] Aug 20 07:16:28.720 INFO O| Aug 20 07:16:28.720 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-20T07:16:29.893Z[ recovery-image] Aug 20 07:16:28.729 INFO O| Aug 20 07:16:28.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84242026-08-20T07:16:29.893Z[ recovery-image] Aug 20 07:16:28.729 INFO O| Aug 20 07:16:28.729 INFO STEP 1040 (remove_files) COMPLETE
84252026-08-20T07:16:29.898Z[ recovery-image] Aug 20 07:16:28.729 INFO O| Aug 20 07:16:28.729 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-20T07:16:29.902Z[ recovery-image] Aug 20 07:16:28.738 INFO O| Aug 20 07:16:28.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84272026-08-20T07:16:29.902Z[ recovery-image] Aug 20 07:16:28.738 INFO O| Aug 20 07:16:28.738 INFO STEP 1041 (remove_files) COMPLETE
84282026-08-20T07:16:29.902Z[ recovery-image] Aug 20 07:16:28.738 INFO O| Aug 20 07:16:28.738 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-20T07:16:29.912Z[ recovery-image] Aug 20 07:16:28.747 INFO O| Aug 20 07:16:28.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84302026-08-20T07:16:29.912Z[ recovery-image] Aug 20 07:16:28.747 INFO O| Aug 20 07:16:28.747 INFO STEP 1042 (remove_files) COMPLETE
84312026-08-20T07:16:29.912Z[ recovery-image] Aug 20 07:16:28.747 INFO O| Aug 20 07:16:28.747 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-20T07:16:29.922Z[ recovery-image] Aug 20 07:16:28.757 INFO O| Aug 20 07:16:28.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84332026-08-20T07:16:29.922Z[ recovery-image] Aug 20 07:16:28.757 INFO O| Aug 20 07:16:28.757 INFO STEP 1043 (remove_files) COMPLETE
84342026-08-20T07:16:29.922Z[ recovery-image] Aug 20 07:16:28.757 INFO O| Aug 20 07:16:28.757 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-20T07:16:29.932Z[ recovery-image] Aug 20 07:16:28.767 INFO O| Aug 20 07:16:28.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84362026-08-20T07:16:29.933Z[ recovery-image] Aug 20 07:16:28.767 INFO O| Aug 20 07:16:28.767 INFO STEP 1044 (remove_files) COMPLETE
84372026-08-20T07:16:29.933Z[ recovery-image] Aug 20 07:16:28.767 INFO O| Aug 20 07:16:28.767 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-20T07:16:29.941Z[ recovery-image] Aug 20 07:16:28.776 INFO O| Aug 20 07:16:28.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84392026-08-20T07:16:29.941Z[ recovery-image] Aug 20 07:16:28.776 INFO O| Aug 20 07:16:28.776 INFO STEP 1045 (remove_files) COMPLETE
84402026-08-20T07:16:29.941Z[ recovery-image] Aug 20 07:16:28.776 INFO O| Aug 20 07:16:28.776 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-20T07:16:29.952Z[ recovery-image] Aug 20 07:16:28.787 INFO O| Aug 20 07:16:28.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84422026-08-20T07:16:29.952Z[ recovery-image] Aug 20 07:16:28.787 INFO O| Aug 20 07:16:28.787 INFO STEP 1046 (remove_files) COMPLETE
84432026-08-20T07:16:29.952Z[ recovery-image] Aug 20 07:16:28.787 INFO O| Aug 20 07:16:28.787 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-20T07:16:29.961Z[ recovery-image] Aug 20 07:16:28.796 INFO O| Aug 20 07:16:28.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84452026-08-20T07:16:29.961Z[ recovery-image] Aug 20 07:16:28.797 INFO O| Aug 20 07:16:28.796 INFO STEP 1047 (remove_files) COMPLETE
84462026-08-20T07:16:29.962Z[ recovery-image] Aug 20 07:16:28.797 INFO O| Aug 20 07:16:28.796 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-20T07:16:29.973Z[ recovery-image] Aug 20 07:16:28.808 INFO O| Aug 20 07:16:28.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84482026-08-20T07:16:29.973Z[ recovery-image] Aug 20 07:16:28.808 INFO O| Aug 20 07:16:28.808 INFO STEP 1048 (remove_files) COMPLETE
84492026-08-20T07:16:29.973Z[ recovery-image] Aug 20 07:16:28.808 INFO O| Aug 20 07:16:28.808 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-20T07:16:29.983Z[ recovery-image] Aug 20 07:16:28.818 INFO O| Aug 20 07:16:28.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84512026-08-20T07:16:29.984Z[ recovery-image] Aug 20 07:16:28.818 INFO O| Aug 20 07:16:28.818 INFO STEP 1049 (remove_files) COMPLETE
84522026-08-20T07:16:29.984Z[ recovery-image] Aug 20 07:16:28.818 INFO O| Aug 20 07:16:28.818 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-20T07:16:29.993Z[ recovery-image] Aug 20 07:16:28.828 INFO O| Aug 20 07:16:28.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84542026-08-20T07:16:29.993Z[ recovery-image] Aug 20 07:16:28.828 INFO O| Aug 20 07:16:28.828 INFO STEP 1050 (remove_files) COMPLETE
84552026-08-20T07:16:29.993Z[ recovery-image] Aug 20 07:16:28.828 INFO O| Aug 20 07:16:28.828 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-20T07:16:30.003Z[ recovery-image] Aug 20 07:16:28.838 INFO O| Aug 20 07:16:28.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84572026-08-20T07:16:30.003Z[ recovery-image] Aug 20 07:16:28.838 INFO O| Aug 20 07:16:28.838 INFO STEP 1051 (remove_files) COMPLETE
84582026-08-20T07:16:30.003Z[ recovery-image] Aug 20 07:16:28.838 INFO O| Aug 20 07:16:28.838 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-20T07:16:30.013Z[ recovery-image] Aug 20 07:16:28.848 INFO O| Aug 20 07:16:28.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84602026-08-20T07:16:30.013Z[ recovery-image] Aug 20 07:16:28.848 INFO O| Aug 20 07:16:28.848 INFO STEP 1052 (remove_files) COMPLETE
84612026-08-20T07:16:30.013Z[ recovery-image] Aug 20 07:16:28.848 INFO O| Aug 20 07:16:28.848 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-20T07:16:30.023Z[ recovery-image] Aug 20 07:16:28.858 INFO O| Aug 20 07:16:28.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84632026-08-20T07:16:30.023Z[ recovery-image] Aug 20 07:16:28.858 INFO O| Aug 20 07:16:28.858 INFO STEP 1053 (remove_files) COMPLETE
84642026-08-20T07:16:30.023Z[ recovery-image] Aug 20 07:16:28.858 INFO O| Aug 20 07:16:28.858 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-20T07:16:30.032Z[ recovery-image] Aug 20 07:16:28.867 INFO O| Aug 20 07:16:28.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84662026-08-20T07:16:30.032Z[ recovery-image] Aug 20 07:16:28.867 INFO O| Aug 20 07:16:28.867 INFO STEP 1054 (remove_files) COMPLETE
84672026-08-20T07:16:30.032Z[ recovery-image] Aug 20 07:16:28.867 INFO O| Aug 20 07:16:28.867 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-20T07:16:30.042Z[ recovery-image] Aug 20 07:16:28.876 INFO O| Aug 20 07:16:28.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84692026-08-20T07:16:30.042Z[ recovery-image] Aug 20 07:16:28.876 INFO O| Aug 20 07:16:28.876 INFO STEP 1055 (remove_files) COMPLETE
84702026-08-20T07:16:30.042Z[ recovery-image] Aug 20 07:16:28.876 INFO O| Aug 20 07:16:28.876 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-20T07:16:30.050Z[ recovery-image] Aug 20 07:16:28.885 INFO O| Aug 20 07:16:28.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84722026-08-20T07:16:30.050Z[ recovery-image] Aug 20 07:16:28.885 INFO O| Aug 20 07:16:28.885 INFO STEP 1056 (remove_files) COMPLETE
84732026-08-20T07:16:30.050Z[ recovery-image] Aug 20 07:16:28.885 INFO O| Aug 20 07:16:28.885 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-20T07:16:30.059Z[ recovery-image] Aug 20 07:16:28.894 INFO O| Aug 20 07:16:28.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84752026-08-20T07:16:30.059Z[ recovery-image] Aug 20 07:16:28.894 INFO O| Aug 20 07:16:28.894 INFO STEP 1057 (remove_files) COMPLETE
84762026-08-20T07:16:30.059Z[ recovery-image] Aug 20 07:16:28.894 INFO O| Aug 20 07:16:28.894 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-20T07:16:30.067Z[ recovery-image] Aug 20 07:16:28.902 INFO O| Aug 20 07:16:28.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84782026-08-20T07:16:30.067Z[ recovery-image] Aug 20 07:16:28.903 INFO O| Aug 20 07:16:28.902 INFO STEP 1058 (remove_files) COMPLETE
84792026-08-20T07:16:30.067Z[ recovery-image] Aug 20 07:16:28.903 INFO O| Aug 20 07:16:28.902 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-20T07:16:30.076Z[ recovery-image] Aug 20 07:16:28.911 INFO O| Aug 20 07:16:28.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84812026-08-20T07:16:30.077Z[ recovery-image] Aug 20 07:16:28.911 INFO O| Aug 20 07:16:28.911 INFO STEP 1059 (remove_files) COMPLETE
84822026-08-20T07:16:30.077Z[ recovery-image] Aug 20 07:16:28.911 INFO O| Aug 20 07:16:28.911 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-20T07:16:30.083Z[ recovery-image] Aug 20 07:16:28.919 INFO O| Aug 20 07:16:28.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84842026-08-20T07:16:30.084Z[ recovery-image] Aug 20 07:16:28.919 INFO O| Aug 20 07:16:28.919 INFO STEP 1060 (remove_files) COMPLETE
84852026-08-20T07:16:30.084Z[ recovery-image] Aug 20 07:16:28.919 INFO O| Aug 20 07:16:28.919 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-20T07:16:30.092Z[ recovery-image] Aug 20 07:16:28.927 INFO O| Aug 20 07:16:28.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84872026-08-20T07:16:30.092Z[ recovery-image] Aug 20 07:16:28.927 INFO O| Aug 20 07:16:28.927 INFO STEP 1061 (remove_files) COMPLETE
84882026-08-20T07:16:30.092Z[ recovery-image] Aug 20 07:16:28.927 INFO O| Aug 20 07:16:28.927 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-20T07:16:30.100Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
84902026-08-20T07:16:30.103Z[ recovery-image] Aug 20 07:16:28.936 INFO O| Aug 20 07:16:28.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84912026-08-20T07:16:30.103Z[ recovery-image] Aug 20 07:16:28.936 INFO O| Aug 20 07:16:28.936 INFO STEP 1062 (remove_files) COMPLETE
84922026-08-20T07:16:30.103Z[ recovery-image] Aug 20 07:16:28.936 INFO O| Aug 20 07:16:28.936 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-20T07:16:30.110Z[ recovery-image] Aug 20 07:16:28.945 INFO O| Aug 20 07:16:28.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84942026-08-20T07:16:30.110Z[ recovery-image] Aug 20 07:16:28.945 INFO O| Aug 20 07:16:28.945 INFO STEP 1063 (remove_files) COMPLETE
84952026-08-20T07:16:30.113Z[ recovery-image] Aug 20 07:16:28.945 INFO O| Aug 20 07:16:28.945 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-20T07:16:30.120Z[ recovery-image] Aug 20 07:16:28.955 INFO O| Aug 20 07:16:28.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84972026-08-20T07:16:30.120Z[ recovery-image] Aug 20 07:16:28.955 INFO O| Aug 20 07:16:28.955 INFO STEP 1064 (remove_files) COMPLETE
84982026-08-20T07:16:30.124Z[ recovery-image] Aug 20 07:16:28.955 INFO O| Aug 20 07:16:28.955 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-20T07:16:30.130Z[ recovery-image] Aug 20 07:16:28.965 INFO O| Aug 20 07:16:28.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85002026-08-20T07:16:30.130Z[ recovery-image] Aug 20 07:16:28.965 INFO O| Aug 20 07:16:28.965 INFO STEP 1065 (remove_files) COMPLETE
85012026-08-20T07:16:30.130Z[ recovery-image] Aug 20 07:16:28.965 INFO O| Aug 20 07:16:28.965 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-20T07:16:30.142Z[ recovery-image] Aug 20 07:16:28.977 INFO O| Aug 20 07:16:28.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85032026-08-20T07:16:30.142Z[ recovery-image] Aug 20 07:16:28.977 INFO O| Aug 20 07:16:28.977 INFO STEP 1066 (remove_files) COMPLETE
85042026-08-20T07:16:30.142Z[ recovery-image] Aug 20 07:16:28.977 INFO O| Aug 20 07:16:28.977 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-20T07:16:30.151Z[ recovery-image] Aug 20 07:16:28.986 INFO O| Aug 20 07:16:28.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85062026-08-20T07:16:30.151Z[ recovery-image] Aug 20 07:16:28.986 INFO O| Aug 20 07:16:28.986 INFO STEP 1067 (remove_files) COMPLETE
85072026-08-20T07:16:30.151Z[ recovery-image] Aug 20 07:16:28.986 INFO O| Aug 20 07:16:28.986 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-20T07:16:30.159Z[ recovery-image] Aug 20 07:16:28.994 INFO O| Aug 20 07:16:28.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85092026-08-20T07:16:30.159Z[ recovery-image] Aug 20 07:16:28.995 INFO O| Aug 20 07:16:28.995 INFO STEP 1068 (remove_files) COMPLETE
85102026-08-20T07:16:30.160Z[ recovery-image] Aug 20 07:16:28.995 INFO O| Aug 20 07:16:28.995 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-20T07:16:30.168Z[ recovery-image] Aug 20 07:16:29.004 INFO O| Aug 20 07:16:29.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85122026-08-20T07:16:30.169Z[ recovery-image] Aug 20 07:16:29.004 INFO O| Aug 20 07:16:29.004 INFO STEP 1069 (remove_files) COMPLETE
85132026-08-20T07:16:30.169Z[ recovery-image] Aug 20 07:16:29.004 INFO O| Aug 20 07:16:29.004 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-20T07:16:30.178Z[ recovery-image] Aug 20 07:16:29.013 INFO O| Aug 20 07:16:29.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85152026-08-20T07:16:30.178Z[ recovery-image] Aug 20 07:16:29.013 INFO O| Aug 20 07:16:29.013 INFO STEP 1070 (remove_files) COMPLETE
85162026-08-20T07:16:30.178Z[ recovery-image] Aug 20 07:16:29.013 INFO O| Aug 20 07:16:29.013 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-20T07:16:30.192Z[ recovery-image] Aug 20 07:16:29.022 INFO O| Aug 20 07:16:29.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85182026-08-20T07:16:30.192Z[ recovery-image] Aug 20 07:16:29.022 INFO O| Aug 20 07:16:29.022 INFO STEP 1071 (remove_files) COMPLETE
85192026-08-20T07:16:30.192Z[ recovery-image] Aug 20 07:16:29.022 INFO O| Aug 20 07:16:29.022 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-20T07:16:30.197Z[ recovery-image] Aug 20 07:16:29.033 INFO O| Aug 20 07:16:29.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85212026-08-20T07:16:30.197Z[ recovery-image] Aug 20 07:16:29.033 INFO O| Aug 20 07:16:29.033 INFO STEP 1072 (remove_files) COMPLETE
85222026-08-20T07:16:30.202Z[ recovery-image] Aug 20 07:16:29.033 INFO O| Aug 20 07:16:29.033 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-20T07:16:30.221Z[ recovery-image] Aug 20 07:16:29.055 INFO O| Aug 20 07:16:29.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85242026-08-20T07:16:30.221Z[ recovery-image] Aug 20 07:16:29.055 INFO O| Aug 20 07:16:29.055 INFO STEP 1073 (remove_files) COMPLETE
85252026-08-20T07:16:30.221Z[ recovery-image] Aug 20 07:16:29.056 INFO O| Aug 20 07:16:29.055 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-20T07:16:30.228Z[ recovery-image] Aug 20 07:16:29.063 INFO O| Aug 20 07:16:29.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85272026-08-20T07:16:30.228Z[ recovery-image] Aug 20 07:16:29.064 INFO O| Aug 20 07:16:29.064 INFO STEP 1074 (remove_files) COMPLETE
85282026-08-20T07:16:30.228Z[ recovery-image] Aug 20 07:16:29.064 INFO O| Aug 20 07:16:29.064 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-20T07:16:30.236Z[ recovery-image] Aug 20 07:16:29.072 INFO O| Aug 20 07:16:29.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85302026-08-20T07:16:30.236Z[ recovery-image] Aug 20 07:16:29.072 INFO O| Aug 20 07:16:29.072 INFO STEP 1075 (remove_files) COMPLETE
85312026-08-20T07:16:30.240Z[ recovery-image] Aug 20 07:16:29.072 INFO O| Aug 20 07:16:29.072 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-20T07:16:30.244Z[ recovery-image] Aug 20 07:16:29.080 INFO O| Aug 20 07:16:29.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85332026-08-20T07:16:30.244Z[ recovery-image] Aug 20 07:16:29.080 INFO O| Aug 20 07:16:29.080 INFO STEP 1076 (remove_files) COMPLETE
85342026-08-20T07:16:30.246Z[ recovery-image] Aug 20 07:16:29.080 INFO O| Aug 20 07:16:29.080 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-20T07:16:30.253Z[ recovery-image] Aug 20 07:16:29.089 INFO O| Aug 20 07:16:29.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85362026-08-20T07:16:30.254Z[ recovery-image] Aug 20 07:16:29.089 INFO O| Aug 20 07:16:29.089 INFO STEP 1077 (remove_files) COMPLETE
85372026-08-20T07:16:30.254Z[ recovery-image] Aug 20 07:16:29.089 INFO O| Aug 20 07:16:29.089 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-20T07:16:30.262Z[ recovery-image] Aug 20 07:16:29.097 INFO O| Aug 20 07:16:29.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85392026-08-20T07:16:30.262Z[ recovery-image] Aug 20 07:16:29.097 INFO O| Aug 20 07:16:29.097 INFO STEP 1078 (remove_files) COMPLETE
85402026-08-20T07:16:30.266Z[ recovery-image] Aug 20 07:16:29.097 INFO O| Aug 20 07:16:29.097 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-20T07:16:30.270Z[ recovery-image] Aug 20 07:16:29.106 INFO O| Aug 20 07:16:29.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85422026-08-20T07:16:30.270Z[ recovery-image] Aug 20 07:16:29.106 INFO O| Aug 20 07:16:29.106 INFO STEP 1079 (remove_files) COMPLETE
85432026-08-20T07:16:30.274Z[ recovery-image] Aug 20 07:16:29.106 INFO O| Aug 20 07:16:29.106 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-20T07:16:30.279Z[ recovery-image] Aug 20 07:16:29.115 INFO O| Aug 20 07:16:29.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85452026-08-20T07:16:30.280Z[ recovery-image] Aug 20 07:16:29.115 INFO O| Aug 20 07:16:29.115 INFO STEP 1080 (remove_files) COMPLETE
85462026-08-20T07:16:30.283Z[ recovery-image] Aug 20 07:16:29.115 INFO O| Aug 20 07:16:29.115 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-20T07:16:30.288Z[ recovery-image] Aug 20 07:16:29.123 INFO O| Aug 20 07:16:29.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85482026-08-20T07:16:30.288Z[ recovery-image] Aug 20 07:16:29.123 INFO O| Aug 20 07:16:29.123 INFO STEP 1081 (remove_files) COMPLETE
85492026-08-20T07:16:30.291Z[ recovery-image] Aug 20 07:16:29.123 INFO O| Aug 20 07:16:29.123 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-20T07:16:30.295Z[ recovery-image] Aug 20 07:16:29.131 INFO O| Aug 20 07:16:29.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85512026-08-20T07:16:30.296Z[ recovery-image] Aug 20 07:16:29.131 INFO O| Aug 20 07:16:29.131 INFO STEP 1082 (remove_files) COMPLETE
85522026-08-20T07:16:30.296Z[ recovery-image] Aug 20 07:16:29.131 INFO O| Aug 20 07:16:29.131 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-20T07:16:30.305Z[ recovery-image] Aug 20 07:16:29.140 INFO O| Aug 20 07:16:29.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85542026-08-20T07:16:30.305Z[ recovery-image] Aug 20 07:16:29.141 INFO O| Aug 20 07:16:29.141 INFO STEP 1083 (remove_files) COMPLETE
85552026-08-20T07:16:30.305Z[ recovery-image] Aug 20 07:16:29.141 INFO O| Aug 20 07:16:29.141 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-20T07:16:30.316Z[ recovery-image] Aug 20 07:16:29.150 INFO O| Aug 20 07:16:29.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85572026-08-20T07:16:30.316Z[ recovery-image] Aug 20 07:16:29.150 INFO O| Aug 20 07:16:29.150 INFO STEP 1084 (remove_files) COMPLETE
85582026-08-20T07:16:30.316Z[ recovery-image] Aug 20 07:16:29.150 INFO O| Aug 20 07:16:29.150 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-20T07:16:30.324Z[ recovery-image] Aug 20 07:16:29.159 INFO O| Aug 20 07:16:29.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85602026-08-20T07:16:30.324Z[ recovery-image] Aug 20 07:16:29.159 INFO O| Aug 20 07:16:29.159 INFO STEP 1085 (remove_files) COMPLETE
85612026-08-20T07:16:30.327Z[ recovery-image] Aug 20 07:16:29.159 INFO O| Aug 20 07:16:29.159 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-20T07:16:30.333Z[ recovery-image] Aug 20 07:16:29.169 INFO O| Aug 20 07:16:29.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85632026-08-20T07:16:30.334Z[ recovery-image] Aug 20 07:16:29.169 INFO O| Aug 20 07:16:29.169 INFO STEP 1086 (remove_files) COMPLETE
85642026-08-20T07:16:30.337Z[ recovery-image] Aug 20 07:16:29.169 INFO O| Aug 20 07:16:29.169 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-20T07:16:30.342Z[ recovery-image] Aug 20 07:16:29.177 INFO O| Aug 20 07:16:29.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85662026-08-20T07:16:30.342Z[ recovery-image] Aug 20 07:16:29.177 INFO O| Aug 20 07:16:29.177 INFO STEP 1087 (remove_files) COMPLETE
85672026-08-20T07:16:30.342Z[ recovery-image] Aug 20 07:16:29.177 INFO O| Aug 20 07:16:29.177 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-20T07:16:30.353Z[ recovery-image] Aug 20 07:16:29.187 INFO O| Aug 20 07:16:29.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85692026-08-20T07:16:30.353Z[ recovery-image] Aug 20 07:16:29.187 INFO O| Aug 20 07:16:29.187 INFO STEP 1088 (remove_files) COMPLETE
85702026-08-20T07:16:30.353Z[ recovery-image] Aug 20 07:16:29.187 INFO O| Aug 20 07:16:29.187 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-20T07:16:30.361Z[ recovery-image] Aug 20 07:16:29.196 INFO O| Aug 20 07:16:29.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85722026-08-20T07:16:30.361Z[ recovery-image] Aug 20 07:16:29.196 INFO O| Aug 20 07:16:29.196 INFO STEP 1089 (remove_files) COMPLETE
85732026-08-20T07:16:30.364Z[ recovery-image] Aug 20 07:16:29.196 INFO O| Aug 20 07:16:29.196 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-20T07:16:30.365Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
85752026-08-20T07:16:30.369Z[ recovery-image] Aug 20 07:16:29.204 INFO O| Aug 20 07:16:29.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85762026-08-20T07:16:30.369Z[ recovery-image] Aug 20 07:16:29.204 INFO O| Aug 20 07:16:29.204 INFO STEP 1090 (remove_files) COMPLETE
85772026-08-20T07:16:30.372Z[ recovery-image] Aug 20 07:16:29.204 INFO O| Aug 20 07:16:29.204 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-20T07:16:30.378Z[ recovery-image] Aug 20 07:16:29.213 INFO O| Aug 20 07:16:29.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85792026-08-20T07:16:30.378Z[ recovery-image] Aug 20 07:16:29.213 INFO O| Aug 20 07:16:29.213 INFO STEP 1091 (remove_files) COMPLETE
85802026-08-20T07:16:30.382Z[ recovery-image] Aug 20 07:16:29.213 INFO O| Aug 20 07:16:29.213 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-20T07:16:30.387Z[ recovery-image] Aug 20 07:16:29.222 INFO O| Aug 20 07:16:29.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85822026-08-20T07:16:30.387Z[ recovery-image] Aug 20 07:16:29.222 INFO O| Aug 20 07:16:29.222 INFO STEP 1092 (remove_files) COMPLETE
85832026-08-20T07:16:30.387Z[ recovery-image] Aug 20 07:16:29.222 INFO O| Aug 20 07:16:29.222 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-20T07:16:30.396Z[ recovery-image] Aug 20 07:16:29.231 INFO O| Aug 20 07:16:29.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85852026-08-20T07:16:30.396Z[ recovery-image] Aug 20 07:16:29.231 INFO O| Aug 20 07:16:29.231 INFO STEP 1093 (remove_files) COMPLETE
85862026-08-20T07:16:30.396Z[ recovery-image] Aug 20 07:16:29.231 INFO O| Aug 20 07:16:29.231 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-20T07:16:30.405Z[ recovery-image] Aug 20 07:16:29.240 INFO O| Aug 20 07:16:29.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85882026-08-20T07:16:30.405Z[ recovery-image] Aug 20 07:16:29.240 INFO O| Aug 20 07:16:29.240 INFO STEP 1094 (remove_files) COMPLETE
85892026-08-20T07:16:30.405Z[ recovery-image] Aug 20 07:16:29.240 INFO O| Aug 20 07:16:29.240 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-20T07:16:30.414Z[ recovery-image] Aug 20 07:16:29.248 INFO O| Aug 20 07:16:29.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85912026-08-20T07:16:30.415Z[ recovery-image] Aug 20 07:16:29.248 INFO O| Aug 20 07:16:29.248 INFO STEP 1095 (remove_files) COMPLETE
85922026-08-20T07:16:30.415Z[ recovery-image] Aug 20 07:16:29.248 INFO O| Aug 20 07:16:29.248 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-20T07:16:30.420Z[ recovery-image] Aug 20 07:16:29.256 INFO O| Aug 20 07:16:29.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85942026-08-20T07:16:30.421Z[ recovery-image] Aug 20 07:16:29.256 INFO O| Aug 20 07:16:29.256 INFO STEP 1096 (remove_files) COMPLETE
85952026-08-20T07:16:30.421Z[ recovery-image] Aug 20 07:16:29.256 INFO O| Aug 20 07:16:29.256 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-20T07:16:30.429Z[ recovery-image] Aug 20 07:16:29.264 INFO O| Aug 20 07:16:29.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85972026-08-20T07:16:30.429Z[ recovery-image] Aug 20 07:16:29.264 INFO O| Aug 20 07:16:29.264 INFO STEP 1097 (remove_files) COMPLETE
85982026-08-20T07:16:30.429Z[ recovery-image] Aug 20 07:16:29.264 INFO O| Aug 20 07:16:29.264 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-20T07:16:30.437Z[ recovery-image] Aug 20 07:16:29.272 INFO O| Aug 20 07:16:29.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86002026-08-20T07:16:30.437Z[ recovery-image] Aug 20 07:16:29.272 INFO O| Aug 20 07:16:29.272 INFO STEP 1098 (remove_files) COMPLETE
86012026-08-20T07:16:30.437Z[ recovery-image] Aug 20 07:16:29.272 INFO O| Aug 20 07:16:29.272 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-20T07:16:30.445Z[ recovery-image] Aug 20 07:16:29.279 INFO O| Aug 20 07:16:29.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86032026-08-20T07:16:30.446Z[ recovery-image] Aug 20 07:16:29.279 INFO O| Aug 20 07:16:29.279 INFO STEP 1099 (remove_files) COMPLETE
86042026-08-20T07:16:30.447Z[ recovery-image] Aug 20 07:16:29.279 INFO O| Aug 20 07:16:29.279 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-20T07:16:30.452Z[ recovery-image] Aug 20 07:16:29.288 INFO O| Aug 20 07:16:29.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86062026-08-20T07:16:30.452Z[ recovery-image] Aug 20 07:16:29.288 INFO O| Aug 20 07:16:29.288 INFO STEP 1100 (remove_files) COMPLETE
86072026-08-20T07:16:30.452Z[ recovery-image] Aug 20 07:16:29.288 INFO O| Aug 20 07:16:29.288 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-20T07:16:30.461Z[ recovery-image] Aug 20 07:16:29.296 INFO O| Aug 20 07:16:29.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86092026-08-20T07:16:30.461Z[ recovery-image] Aug 20 07:16:29.296 INFO O| Aug 20 07:16:29.296 INFO STEP 1101 (remove_files) COMPLETE
86102026-08-20T07:16:30.461Z[ recovery-image] Aug 20 07:16:29.296 INFO O| Aug 20 07:16:29.296 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-20T07:16:30.469Z[ recovery-image] Aug 20 07:16:29.304 INFO O| Aug 20 07:16:29.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86122026-08-20T07:16:30.469Z[ recovery-image] Aug 20 07:16:29.304 INFO O| Aug 20 07:16:29.304 INFO STEP 1102 (remove_files) COMPLETE
86132026-08-20T07:16:30.469Z[ recovery-image] Aug 20 07:16:29.304 INFO O| Aug 20 07:16:29.304 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-20T07:16:30.480Z[ recovery-image] Aug 20 07:16:29.315 INFO O| Aug 20 07:16:29.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86152026-08-20T07:16:30.480Z[ recovery-image] Aug 20 07:16:29.315 INFO O| Aug 20 07:16:29.315 INFO STEP 1103 (remove_files) COMPLETE
86162026-08-20T07:16:30.480Z[ recovery-image] Aug 20 07:16:29.315 INFO O| Aug 20 07:16:29.315 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-20T07:16:30.490Z[ recovery-image] Aug 20 07:16:29.325 INFO O| Aug 20 07:16:29.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86182026-08-20T07:16:30.490Z[ recovery-image] Aug 20 07:16:29.325 INFO O| Aug 20 07:16:29.325 INFO STEP 1104 (remove_files) COMPLETE
86192026-08-20T07:16:30.494Z[ recovery-image] Aug 20 07:16:29.325 INFO O| Aug 20 07:16:29.325 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-20T07:16:30.498Z[ recovery-image] Aug 20 07:16:29.334 INFO O| Aug 20 07:16:29.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86212026-08-20T07:16:30.499Z[ recovery-image] Aug 20 07:16:29.334 INFO O| Aug 20 07:16:29.334 INFO STEP 1105 (remove_files) COMPLETE
86222026-08-20T07:16:30.499Z[ recovery-image] Aug 20 07:16:29.334 INFO O| Aug 20 07:16:29.334 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-20T07:16:30.507Z[ recovery-image] Aug 20 07:16:29.343 INFO O| Aug 20 07:16:29.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86242026-08-20T07:16:30.508Z[ recovery-image] Aug 20 07:16:29.343 INFO O| Aug 20 07:16:29.343 INFO STEP 1106 (remove_files) COMPLETE
86252026-08-20T07:16:30.508Z[ recovery-image] Aug 20 07:16:29.343 INFO O| Aug 20 07:16:29.343 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-20T07:16:30.520Z[ recovery-image] Aug 20 07:16:29.354 INFO O| Aug 20 07:16:29.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86272026-08-20T07:16:30.520Z[ recovery-image] Aug 20 07:16:29.354 INFO O| Aug 20 07:16:29.354 INFO STEP 1107 (remove_files) COMPLETE
86282026-08-20T07:16:30.521Z[ recovery-image] Aug 20 07:16:29.354 INFO O| Aug 20 07:16:29.354 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-20T07:16:30.528Z[ recovery-image] Aug 20 07:16:29.364 INFO O| Aug 20 07:16:29.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86302026-08-20T07:16:30.531Z[ recovery-image] Aug 20 07:16:29.364 INFO O| Aug 20 07:16:29.364 INFO STEP 1108 (remove_files) COMPLETE
86312026-08-20T07:16:30.531Z[ recovery-image] Aug 20 07:16:29.364 INFO O| Aug 20 07:16:29.364 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-08-20T07:16:30.540Z[ recovery-image] Aug 20 07:16:29.375 INFO O| Aug 20 07:16:29.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86332026-08-20T07:16:30.540Z[ recovery-image] Aug 20 07:16:29.375 INFO O| Aug 20 07:16:29.375 INFO STEP 1109 (remove_files) COMPLETE
86342026-08-20T07:16:30.540Z[ recovery-image] Aug 20 07:16:29.375 INFO O| Aug 20 07:16:29.375 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-08-20T07:16:30.549Z[ recovery-image] Aug 20 07:16:29.384 INFO O| Aug 20 07:16:29.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86362026-08-20T07:16:30.549Z[ recovery-image] Aug 20 07:16:29.384 INFO O| Aug 20 07:16:29.384 INFO STEP 1110 (remove_files) COMPLETE
86372026-08-20T07:16:30.552Z[ recovery-image] Aug 20 07:16:29.384 INFO O| Aug 20 07:16:29.384 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-08-20T07:16:30.567Z[ recovery-image] Aug 20 07:16:29.394 INFO O| Aug 20 07:16:29.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86392026-08-20T07:16:30.568Z[ recovery-image] Aug 20 07:16:29.394 INFO O| Aug 20 07:16:29.394 INFO STEP 1111 (remove_files) COMPLETE
86402026-08-20T07:16:30.571Z[ recovery-image] Aug 20 07:16:29.394 INFO O| Aug 20 07:16:29.394 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-08-20T07:16:30.571Z[ recovery-image] Aug 20 07:16:29.403 INFO O| Aug 20 07:16:29.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86422026-08-20T07:16:30.571Z[ recovery-image] Aug 20 07:16:29.403 INFO O| Aug 20 07:16:29.403 INFO STEP 1112 (remove_files) COMPLETE
86432026-08-20T07:16:30.571Z[ recovery-image] Aug 20 07:16:29.403 INFO O| Aug 20 07:16:29.403 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-08-20T07:16:30.578Z[ recovery-image] Aug 20 07:16:29.413 INFO O| Aug 20 07:16:29.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86452026-08-20T07:16:30.581Z[ recovery-image] Aug 20 07:16:29.413 INFO O| Aug 20 07:16:29.413 INFO STEP 1113 (remove_files) COMPLETE
86462026-08-20T07:16:30.581Z[ recovery-image] Aug 20 07:16:29.413 INFO O| Aug 20 07:16:29.413 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-08-20T07:16:30.587Z[ recovery-image] Aug 20 07:16:29.422 INFO O| Aug 20 07:16:29.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86482026-08-20T07:16:30.587Z[ recovery-image] Aug 20 07:16:29.423 INFO O| Aug 20 07:16:29.423 INFO STEP 1114 (remove_files) COMPLETE
86492026-08-20T07:16:30.590Z[ recovery-image] Aug 20 07:16:29.423 INFO O| Aug 20 07:16:29.423 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-08-20T07:16:30.596Z[ recovery-image] Aug 20 07:16:29.431 INFO O| Aug 20 07:16:29.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86512026-08-20T07:16:30.596Z[ recovery-image] Aug 20 07:16:29.431 INFO O| Aug 20 07:16:29.431 INFO STEP 1115 (remove_files) COMPLETE
86522026-08-20T07:16:30.596Z[ recovery-image] Aug 20 07:16:29.431 INFO O| Aug 20 07:16:29.431 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-08-20T07:16:30.605Z[ recovery-image] Aug 20 07:16:29.440 INFO O| Aug 20 07:16:29.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86542026-08-20T07:16:30.605Z[ recovery-image] Aug 20 07:16:29.440 INFO O| Aug 20 07:16:29.440 INFO STEP 1116 (remove_files) COMPLETE
86552026-08-20T07:16:30.605Z[ recovery-image] Aug 20 07:16:29.440 INFO O| Aug 20 07:16:29.440 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-08-20T07:16:30.626Z[ recovery-image] Aug 20 07:16:29.461 INFO O| Aug 20 07:16:29.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86572026-08-20T07:16:30.626Z[ recovery-image] Aug 20 07:16:29.461 INFO O| Aug 20 07:16:29.461 INFO STEP 1117 (remove_files) COMPLETE
86582026-08-20T07:16:30.626Z[ recovery-image] Aug 20 07:16:29.461 INFO O| Aug 20 07:16:29.461 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86592026-08-20T07:16:30.639Z[ recovery-image] Aug 20 07:16:29.474 INFO O| Aug 20 07:16:29.473 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86602026-08-20T07:16:30.639Z[ recovery-image] Aug 20 07:16:29.474 INFO O| Aug 20 07:16:29.474 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86612026-08-20T07:16:30.716Z[verify-libraries] Compiling samael v0.0.19
86622026-08-20T07:16:30.747Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
86632026-08-20T07:16:31.059Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86642026-08-20T07:16:31.094Z[verify-libraries] Compiling socket2 v0.5.10
86652026-08-20T07:16:31.539Z[ recovery-image] Aug 20 07:16:30.374 INFO O| Aug 20 07:16:30.374 INFO STEP 1118 (pack_tar) COMPLETE
86662026-08-20T07:16:31.539Z[ recovery-image] Aug 20 07:16:30.374 INFO O| Aug 20 07:16:30.374 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86672026-08-20T07:16:31.542Z[ recovery-image] Aug 20 07:16:30.374 INFO O| Aug 20 07:16:30.374 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86682026-08-20T07:16:31.671Z[verify-libraries] Compiling fs-err v2.11.0
86692026-08-20T07:16:31.884Z[verify-libraries] Compiling internet-checksum v0.2.1
86702026-08-20T07:16:32.156Z[ recovery-image] Aug 20 07:16:30.991 INFO O| Aug 20 07:16:30.990 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86712026-08-20T07:16:32.185Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86722026-08-20T07:16:32.309Z[ recovery-image] Aug 20 07:16:31.144 INFO O| Aug 20 07:16:31.144 INFO completed processing sled/ramdisk-03-recovery-trim
86732026-08-20T07:16:32.313Z[ recovery-image] Aug 20 07:16:31.147 INFO image builder template: zfs-recovery...
86742026-08-20T07:16:32.313Z[ recovery-image] Aug 20 07:16:31.147 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/.tmp47yeOs/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
86752026-08-20T07:16:32.340Z[ recovery-image] Aug 20 07:16:31.175 INFO O| Aug 20 07:16:31.175 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86762026-08-20T07:16:32.345Z[ recovery-image] Aug 20 07:16:31.179 INFO O| Aug 20 07:16:31.179 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86772026-08-20T07:16:32.501Z[ recovery-image] Aug 20 07:16:31.336 INFO O| Aug 20 07:16:31.336 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86782026-08-20T07:16:32.652Z[ recovery-image] Aug 20 07:16:31.487 INFO O| Aug 20 07:16:31.487 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86792026-08-20T07:16:32.652Z[ recovery-image] Aug 20 07:16:31.487 INFO O| Aug 20 07:16:31.487 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86802026-08-20T07:16:32.656Z[ recovery-image] Aug 20 07:16:31.491 INFO O| Aug 20 07:16:31.491 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86812026-08-20T07:16:32.769Z[ recovery-image] Aug 20 07:16:31.604 INFO O| Aug 20 07:16:31.604 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86822026-08-20T07:16:32.852Z[ recovery-image] Aug 20 07:16:31.687 INFO O| Aug 20 07:16:31.687 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86832026-08-20T07:16:32.861Z[ recovery-image] Aug 20 07:16:31.696 INFO O| Aug 20 07:16:31.696 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86842026-08-20T07:16:32.866Z[ recovery-image] Aug 20 07:16:31.701 INFO O| Aug 20 07:16:31.701 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86852026-08-20T07:16:32.869Z[ recovery-image] Aug 20 07:16:31.702 INFO O| Aug 20 07:16:31.702 INFO no lofi found
86862026-08-20T07:16:32.869Z[ recovery-image] Aug 20 07:16:31.702 INFO O| Aug 20 07:16:31.702 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86872026-08-20T07:16:32.869Z[ recovery-image] Aug 20 07:16:31.702 INFO O| Aug 20 07:16:31.702 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86882026-08-20T07:16:33.812Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86892026-08-20T07:16:34.058Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86902026-08-20T07:16:34.275Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86912026-08-20T07:16:34.839Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86922026-08-20T07:16:35.021Z[verify-libraries] Compiling git2 v0.20.4
86932026-08-20T07:16:35.079Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86942026-08-20T07:16:35.166Z[ recovery-image] Aug 20 07:16:34.001 INFO O| Aug 20 07:16:34.001 INFO lofi device = /dev/dsk/c2t1d0p0
86952026-08-20T07:16:35.166Z[ recovery-image] Aug 20 07:16:34.001 INFO O| Aug 20 07:16:34.001 INFO pool device = /dev/dsk/c2t1d0p0
86962026-08-20T07:16:35.166Z[ recovery-image] Aug 20 07:16:34.001 INFO O| Aug 20 07:16:34.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"]
86972026-08-20T07:16:35.326Z[ recovery-image] Aug 20 07:16:34.161 INFO O| Aug 20 07:16:34.161 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86982026-08-20T07:16:35.326Z[ recovery-image] Aug 20 07:16:34.161 INFO O| Aug 20 07:16:34.161 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86992026-08-20T07:16:35.352Z[ recovery-image] Aug 20 07:16:34.187 INFO O| Aug 20 07:16:34.187 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87002026-08-20T07:16:35.495Z[ recovery-image] Aug 20 07:16:34.330 INFO O| Aug 20 07:16:34.330 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87012026-08-20T07:16:35.527Z[ recovery-image] Aug 20 07:16:34.362 INFO O| Aug 20 07:16:34.362 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87022026-08-20T07:16:35.549Z[ recovery-image] Aug 20 07:16:34.382 INFO O| Aug 20 07:16:34.382 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87032026-08-20T07:16:35.563Z[ recovery-image] Aug 20 07:16:34.398 INFO O| Aug 20 07:16:34.398 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87042026-08-20T07:16:35.576Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87052026-08-20T07:16:35.606Z[ recovery-image] Aug 20 07:16:34.441 INFO O| Aug 20 07:16:34.441 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87062026-08-20T07:16:35.606Z[ recovery-image] Aug 20 07:16:34.441 INFO O| Aug 20 07:16:34.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87072026-08-20T07:16:35.609Z[ recovery-image] Aug 20 07:16:34.441 INFO O| Aug 20 07:16:34.441 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87082026-08-20T07:16:35.619Z[ recovery-image] Aug 20 07:16:34.454 INFO O| Aug 20 07:16:34.454 INFO boot environment UUID: 39d2e119-f56e-442e-8afa-6d125dba6cb3
87092026-08-20T07:16:35.619Z[ recovery-image] Aug 20 07:16:34.454 INFO O| Aug 20 07:16:34.454 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 39d2e119-f56e-442e-8afa-6d125dba6cb3
87102026-08-20T07:16:35.636Z[ recovery-image] Aug 20 07:16:34.471 INFO O| Aug 20 07:16:34.471 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87112026-08-20T07:16:35.652Z[ recovery-image] Aug 20 07:16:34.487 INFO O| Aug 20 07:16:34.487 INFO STEP 0 (create_be) COMPLETE
87122026-08-20T07:16:35.652Z[ recovery-image] Aug 20 07:16:34.487 INFO O| Aug 20 07:16:34.487 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87132026-08-20T07:16:35.666Z[ recovery-image] Aug 20 07:16:34.502 INFO O| Aug 20 07:16:34.501 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"]
87142026-08-20T07:16:37.101Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87152026-08-20T07:16:37.377Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87162026-08-20T07:16:37.475Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87172026-08-20T07:16:37.629Z[verify-libraries] Compiling yansi v1.0.1
87182026-08-20T07:16:37.782Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87192026-08-20T07:16:38.240Z[verify-libraries] Compiling pretty_assertions v1.4.1
87202026-08-20T07:16:38.911Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87212026-08-20T07:16:39.303Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87222026-08-20T07:16:39.595Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87232026-08-20T07:16:39.671Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87242026-08-20T07:16:39.832Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87252026-08-20T07:16:39.896Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87262026-08-20T07:16:39.971Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87272026-08-20T07:16:40.228Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87282026-08-20T07:16:40.275Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87292026-08-20T07:16:40.318Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87302026-08-20T07:16:40.511Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87312026-08-20T07:16:40.634Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87322026-08-20T07:16:40.683Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87332026-08-20T07:16:40.726Z[verify-libraries] Compiling drift v0.2.0
87342026-08-20T07:16:40.808Z[verify-libraries] Compiling uzers v0.12.2
87352026-08-20T07:16:41.145Z[verify-libraries] Compiling parse-size v1.1.0
87362026-08-20T07:16:41.485Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87372026-08-20T07:16:41.609Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87382026-08-20T07:16:41.749Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87392026-08-20T07:16:41.889Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87402026-08-20T07:16:42.907Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87412026-08-20T07:16:43.566Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87422026-08-20T07:16:44.439Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87432026-08-20T07:16:44.671Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87442026-08-20T07:16:44.786Z[ recovery-image] Aug 20 07:16:43.621 INFO O| Aug 20 07:16:43.621 INFO STEP 1 (unpack_tar) COMPLETE
87452026-08-20T07:16:44.786Z[ recovery-image] Aug 20 07:16:43.621 INFO O| Aug 20 07:16:43.621 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462026-08-20T07:16:44.799Z[ recovery-image] Aug 20 07:16:43.633 INFO O| Aug 20 07:16:43.633 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87472026-08-20T07:16:45.865Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87482026-08-20T07:16:46.122Z[ recovery-image] Aug 20 07:16:44.957 INFO O| Aug 20 07:16:44.957 INFO STEP 2 (devfsadm) COMPLETE
87492026-08-20T07:16:46.124Z[ recovery-image] Aug 20 07:16:44.957 INFO O| Aug 20 07:16:44.957 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502026-08-20T07:16:46.133Z[ recovery-image] Aug 20 07:16:44.968 INFO O| Aug 20 07:16:44.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87512026-08-20T07:16:46.133Z[ recovery-image] Aug 20 07:16:44.968 INFO O| Aug 20 07:16:44.968 INFO STEP 3 (ensure_dir) COMPLETE
87522026-08-20T07:16:46.133Z[ recovery-image] Aug 20 07:16:44.968 INFO O| Aug 20 07:16:44.968 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532026-08-20T07:16:46.143Z[ recovery-image] Aug 20 07:16:44.978 INFO O| Aug 20 07:16:44.978 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87542026-08-20T07:16:46.143Z[ recovery-image] Aug 20 07:16:44.978 INFO O| Aug 20 07:16:44.978 INFO STEP 4 (ensure_dir) COMPLETE
87552026-08-20T07:16:46.143Z[ recovery-image] Aug 20 07:16:44.978 INFO O| Aug 20 07:16:44.978 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562026-08-20T07:16:46.153Z[ recovery-image] Aug 20 07:16:44.988 INFO O| Aug 20 07:16:44.988 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87572026-08-20T07:16:46.153Z[ recovery-image] Aug 20 07:16:44.988 INFO O| Aug 20 07:16:44.988 INFO STEP 5 (ensure_dir) COMPLETE
87582026-08-20T07:16:46.153Z[ recovery-image] Aug 20 07:16:44.988 INFO O| Aug 20 07:16:44.988 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592026-08-20T07:16:46.162Z[ recovery-image] Aug 20 07:16:44.997 INFO O| Aug 20 07:16:44.997 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87602026-08-20T07:16:46.162Z[ recovery-image] Aug 20 07:16:44.997 INFO O| Aug 20 07:16:44.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87612026-08-20T07:16:46.165Z[ recovery-image] Aug 20 07:16:44.997 INFO O| Aug 20 07:16:44.997 INFO STEP 6 (ensure_dir) COMPLETE
87622026-08-20T07:16:46.165Z[ recovery-image] Aug 20 07:16:44.997 INFO O| Aug 20 07:16:44.997 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632026-08-20T07:16:46.172Z[ recovery-image] Aug 20 07:16:45.007 INFO O| Aug 20 07:16:45.007 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87642026-08-20T07:16:46.172Z[ recovery-image] Aug 20 07:16:45.007 INFO O| Aug 20 07:16:45.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87652026-08-20T07:16:46.172Z[ recovery-image] Aug 20 07:16:45.007 INFO O| Aug 20 07:16:45.007 INFO STEP 7 (ensure_dir) COMPLETE
87662026-08-20T07:16:46.176Z[ recovery-image] Aug 20 07:16:45.007 INFO O| Aug 20 07:16:45.007 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87672026-08-20T07:16:46.181Z[ recovery-image] Aug 20 07:16:45.016 INFO O| Aug 20 07:16:45.016 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87682026-08-20T07:16:46.185Z[ recovery-image] Aug 20 07:16:45.017 INFO O| Aug 20 07:16:45.017 INFO STEP 8 (remove_files) COMPLETE
87692026-08-20T07:16:46.185Z[ recovery-image] Aug 20 07:16:45.017 INFO O| Aug 20 07:16:45.017 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702026-08-20T07:16:46.191Z[ recovery-image] Aug 20 07:16:45.026 INFO O| Aug 20 07:16:45.026 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87712026-08-20T07:16:46.194Z[ recovery-image] Aug 20 07:16:45.027 INFO O| Aug 20 07:16:45.027 INFO STEP 9 (remove_files) COMPLETE
87722026-08-20T07:16:46.194Z[ recovery-image] Aug 20 07:16:45.027 INFO O| Aug 20 07:16:45.027 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732026-08-20T07:16:46.202Z[ recovery-image] Aug 20 07:16:45.038 INFO O| Aug 20 07:16:45.038 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87742026-08-20T07:16:46.205Z[ recovery-image] Aug 20 07:16:45.038 INFO O| Aug 20 07:16:45.038 INFO STEP 10 (remove_files) COMPLETE
87752026-08-20T07:16:46.205Z[ recovery-image] Aug 20 07:16:45.038 INFO O| Aug 20 07:16:45.038 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-08-20T07:16:46.212Z[ recovery-image] Aug 20 07:16:45.048 INFO O| Aug 20 07:16:45.048 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87772026-08-20T07:16:46.212Z[ recovery-image] Aug 20 07:16:45.048 INFO O| Aug 20 07:16:45.048 INFO STEP 11 (remove_files) COMPLETE
87782026-08-20T07:16:46.212Z[ recovery-image] Aug 20 07:16:45.048 INFO O| Aug 20 07:16:45.048 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-20T07:16:46.221Z[ recovery-image] Aug 20 07:16:45.057 INFO O| Aug 20 07:16:45.056 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87802026-08-20T07:16:46.223Z[ recovery-image] Aug 20 07:16:45.057 INFO O| Aug 20 07:16:45.057 INFO STEP 12 (remove_files) COMPLETE
87812026-08-20T07:16:46.223Z[ recovery-image] Aug 20 07:16:45.057 INFO O| Aug 20 07:16:45.057 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-20T07:16:46.231Z[ recovery-image] Aug 20 07:16:45.066 INFO O| Aug 20 07:16:45.066 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87832026-08-20T07:16:46.231Z[ recovery-image] Aug 20 07:16:45.066 INFO O| Aug 20 07:16:45.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87842026-08-20T07:16:46.234Z[ recovery-image] Aug 20 07:16:45.066 INFO O| Aug 20 07:16:45.066 INFO STEP 13 (ensure_dir) COMPLETE
87852026-08-20T07:16:46.234Z[ recovery-image] Aug 20 07:16:45.066 INFO O| Aug 20 07:16:45.066 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-08-20T07:16:46.242Z[ recovery-image] Aug 20 07:16:45.076 INFO O| Aug 20 07:16:45.076 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87872026-08-20T07:16:46.242Z[ recovery-image] Aug 20 07:16:45.076 INFO O| Aug 20 07:16:45.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87882026-08-20T07:16:46.242Z[ recovery-image] Aug 20 07:16:45.076 INFO O| Aug 20 07:16:45.076 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87892026-08-20T07:16:46.242Z[ recovery-image] Aug 20 07:16:45.076 INFO O| Aug 20 07:16:45.076 INFO STEP 14 (ensure_dir) COMPLETE
87902026-08-20T07:16:46.242Z[ recovery-image] Aug 20 07:16:45.076 INFO O| Aug 20 07:16:45.076 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-20T07:16:46.252Z[ recovery-image] Aug 20 07:16:45.087 INFO O| Aug 20 07:16:45.087 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87922026-08-20T07:16:46.252Z[ recovery-image] Aug 20 07:16:45.087 INFO O| Aug 20 07:16:45.087 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87932026-08-20T07:16:46.255Z[ recovery-image] Aug 20 07:16:45.087 INFO O| Aug 20 07:16:45.087 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87942026-08-20T07:16:46.255Z[ recovery-image] Aug 20 07:16:45.087 INFO O| Aug 20 07:16:45.087 INFO STEP 15 (ensure_dir) COMPLETE
87952026-08-20T07:16:46.256Z[ recovery-image] Aug 20 07:16:45.087 INFO O| Aug 20 07:16:45.087 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962026-08-20T07:16:46.261Z[ recovery-image] Aug 20 07:16:45.097 INFO O| Aug 20 07:16:45.097 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87972026-08-20T07:16:46.261Z[ recovery-image] Aug 20 07:16:45.097 INFO O| Aug 20 07:16:45.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87982026-08-20T07:16:46.261Z[ recovery-image] Aug 20 07:16:45.097 INFO O| Aug 20 07:16:45.097 INFO STEP 16 (ensure_dir) COMPLETE
87992026-08-20T07:16:46.266Z[ recovery-image] Aug 20 07:16:45.097 INFO O| Aug 20 07:16:45.097 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-20T07:16:46.270Z[ recovery-image] Aug 20 07:16:45.105 INFO O| Aug 20 07:16:45.105 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88012026-08-20T07:16:46.270Z[ recovery-image] Aug 20 07:16:45.105 INFO O| Aug 20 07:16:45.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88022026-08-20T07:16:46.273Z[ recovery-image] Aug 20 07:16:45.105 INFO O| Aug 20 07:16:45.105 INFO STEP 17 (ensure_dir) COMPLETE
88032026-08-20T07:16:46.273Z[ recovery-image] Aug 20 07:16:45.105 INFO O| Aug 20 07:16:45.105 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-08-20T07:16:46.279Z[ recovery-image] Aug 20 07:16:45.114 INFO O| Aug 20 07:16:45.114 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88052026-08-20T07:16:46.279Z[ recovery-image] Aug 20 07:16:45.114 INFO O| Aug 20 07:16:45.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88062026-08-20T07:16:46.279Z[ recovery-image] Aug 20 07:16:45.114 INFO O| Aug 20 07:16:45.114 INFO ok!
88072026-08-20T07:16:46.279Z[ recovery-image] Aug 20 07:16:45.114 INFO O| Aug 20 07:16:45.114 INFO STEP 18 (ensure_symlink) COMPLETE
88082026-08-20T07:16:46.284Z[ recovery-image] Aug 20 07:16:45.114 INFO O| Aug 20 07:16:45.114 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-08-20T07:16:46.291Z[ recovery-image] Aug 20 07:16:45.126 INFO O| Aug 20 07:16:45.126 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88102026-08-20T07:16:46.291Z[ recovery-image] Aug 20 07:16:45.126 INFO O| Aug 20 07:16:45.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88112026-08-20T07:16:46.294Z[ recovery-image] Aug 20 07:16:45.126 INFO O| Aug 20 07:16:45.126 INFO ok!
88122026-08-20T07:16:46.294Z[ recovery-image] Aug 20 07:16:45.126 INFO O| Aug 20 07:16:45.126 INFO STEP 19 (ensure_file) COMPLETE
88132026-08-20T07:16:46.295Z[ recovery-image] Aug 20 07:16:45.126 INFO O| Aug 20 07:16:45.126 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88142026-08-20T07:16:46.304Z[ recovery-image] Aug 20 07:16:45.139 INFO O| Aug 20 07:16:45.139 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88152026-08-20T07:16:46.304Z[ recovery-image] Aug 20 07:16:45.139 INFO O| Aug 20 07:16:45.139 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88162026-08-20T07:16:46.307Z[ recovery-image] Aug 20 07:16:45.139 INFO O| Aug 20 07:16:45.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88172026-08-20T07:16:46.307Z[ recovery-image] Aug 20 07:16:45.139 INFO O| Aug 20 07:16:45.139 INFO ok!
88182026-08-20T07:16:46.307Z[ recovery-image] Aug 20 07:16:45.139 INFO O| Aug 20 07:16:45.139 INFO STEP 20 (ensure_symlink) COMPLETE
88192026-08-20T07:16:46.307Z[ recovery-image] Aug 20 07:16:45.139 INFO O| Aug 20 07:16:45.139 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88202026-08-20T07:16:46.314Z[ recovery-image] Aug 20 07:16:45.149 INFO O| Aug 20 07:16:45.149 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88212026-08-20T07:16:46.314Z[ recovery-image] Aug 20 07:16:45.149 INFO O| Aug 20 07:16:45.149 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88222026-08-20T07:16:46.317Z[ recovery-image] Aug 20 07:16:45.149 INFO O| Aug 20 07:16:45.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88232026-08-20T07:16:46.318Z[ recovery-image] Aug 20 07:16:45.149 INFO O| Aug 20 07:16:45.149 INFO ok!
88242026-08-20T07:16:46.318Z[ recovery-image] Aug 20 07:16:45.149 INFO O| Aug 20 07:16:45.149 INFO STEP 21 (ensure_symlink) COMPLETE
88252026-08-20T07:16:46.318Z[ recovery-image] Aug 20 07:16:45.149 INFO O| Aug 20 07:16:45.149 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88262026-08-20T07:16:46.323Z[ recovery-image] Aug 20 07:16:45.158 INFO O| Aug 20 07:16:45.158 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88272026-08-20T07:16:46.323Z[ recovery-image] Aug 20 07:16:45.159 INFO O| Aug 20 07:16:45.158 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88282026-08-20T07:16:46.323Z[ recovery-image] Aug 20 07:16:45.159 INFO O| Aug 20 07:16:45.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88292026-08-20T07:16:46.326Z[ recovery-image] Aug 20 07:16:45.159 INFO O| Aug 20 07:16:45.159 INFO ok!
88302026-08-20T07:16:46.326Z[ recovery-image] Aug 20 07:16:45.159 INFO O| Aug 20 07:16:45.159 INFO STEP 22 (ensure_symlink) COMPLETE
88312026-08-20T07:16:46.326Z[ recovery-image] Aug 20 07:16:45.159 INFO O| Aug 20 07:16:45.159 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322026-08-20T07:16:46.333Z[ recovery-image] Aug 20 07:16:45.168 INFO O| Aug 20 07:16:45.168 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88332026-08-20T07:16:46.333Z[ recovery-image] Aug 20 07:16:45.168 INFO O| Aug 20 07:16:45.168 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88342026-08-20T07:16:46.333Z[ recovery-image] Aug 20 07:16:45.168 INFO O| Aug 20 07:16:45.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88352026-08-20T07:16:46.337Z[ recovery-image] Aug 20 07:16:45.168 INFO O| Aug 20 07:16:45.168 INFO ok!
88362026-08-20T07:16:46.337Z[ recovery-image] Aug 20 07:16:45.168 INFO O| Aug 20 07:16:45.168 INFO STEP 23 (ensure_symlink) COMPLETE
88372026-08-20T07:16:46.337Z[ recovery-image] Aug 20 07:16:45.168 INFO O| Aug 20 07:16:45.168 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-20T07:16:46.344Z[ recovery-image] Aug 20 07:16:45.178 INFO O| Aug 20 07:16:45.178 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88392026-08-20T07:16:46.344Z[ recovery-image] Aug 20 07:16:45.178 INFO O| Aug 20 07:16:45.178 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 ...
88402026-08-20T07:16:46.347Z[ recovery-image] Aug 20 07:16:45.178 INFO O| Aug 20 07:16:45.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88412026-08-20T07:16:46.347Z[ recovery-image] Aug 20 07:16:45.178 INFO O| Aug 20 07:16:45.178 INFO ok!
88422026-08-20T07:16:46.347Z[ recovery-image] Aug 20 07:16:45.178 INFO O| Aug 20 07:16:45.178 INFO STEP 24 (ensure_file) COMPLETE
88432026-08-20T07:16:46.347Z[ recovery-image] Aug 20 07:16:45.178 INFO O| Aug 20 07:16:45.178 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-08-20T07:16:46.352Z[ recovery-image] Aug 20 07:16:45.187 INFO O| Aug 20 07:16:45.187 INFO updating shadow file
88452026-08-20T07:16:46.352Z[ recovery-image] Aug 20 07:16:45.187 INFO O| Aug 20 07:16:45.187 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88462026-08-20T07:16:46.352Z[ recovery-image] Aug 20 07:16:45.187 INFO O| Aug 20 07:16:45.187 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88472026-08-20T07:16:46.352Z[ recovery-image] Aug 20 07:16:45.187 INFO O| Aug 20 07:16:45.187 INFO STEP 25 (shadow) COMPLETE
88482026-08-20T07:16:46.355Z[ recovery-image] Aug 20 07:16:45.187 INFO O| Aug 20 07:16:45.187 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-08-20T07:16:46.364Z[ recovery-image] Aug 20 07:16:45.199 INFO O| Aug 20 07:16:45.199 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88502026-08-20T07:16:46.364Z[ recovery-image] Aug 20 07:16:45.199 INFO O| Aug 20 07:16:45.199 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88512026-08-20T07:16:46.364Z[ recovery-image] Aug 20 07:16:45.199 INFO O| Aug 20 07:16:45.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88522026-08-20T07:16:46.365Z[ recovery-image] Aug 20 07:16:45.199 INFO O| Aug 20 07:16:45.199 INFO ok!
88532026-08-20T07:16:46.368Z[ recovery-image] Aug 20 07:16:45.199 INFO O| Aug 20 07:16:45.199 INFO STEP 26 (ensure_file) COMPLETE
88542026-08-20T07:16:46.368Z[ recovery-image] Aug 20 07:16:45.199 INFO O| Aug 20 07:16:45.199 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-08-20T07:16:46.375Z[ recovery-image] Aug 20 07:16:45.210 INFO O| Aug 20 07:16:45.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88562026-08-20T07:16:46.375Z[ recovery-image] Aug 20 07:16:45.210 INFO O| Aug 20 07:16:45.210 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88572026-08-20T07:16:46.375Z[ recovery-image] Aug 20 07:16:45.210 INFO O| Aug 20 07:16:45.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88582026-08-20T07:16:46.378Z[ recovery-image] Aug 20 07:16:45.210 INFO O| Aug 20 07:16:45.210 INFO ok!
88592026-08-20T07:16:46.378Z[ recovery-image] Aug 20 07:16:45.210 INFO O| Aug 20 07:16:45.210 INFO STEP 27 (ensure_file) COMPLETE
88602026-08-20T07:16:46.378Z[ recovery-image] Aug 20 07:16:45.210 INFO O| Aug 20 07:16:45.210 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-08-20T07:16:46.393Z[ recovery-image] Aug 20 07:16:45.221 INFO O| Aug 20 07:16:45.221 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88622026-08-20T07:16:46.393Z[ recovery-image] Aug 20 07:16:45.221 INFO O| Aug 20 07:16:45.221 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88632026-08-20T07:16:46.393Z[ recovery-image] Aug 20 07:16:45.221 INFO O| Aug 20 07:16:45.221 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88642026-08-20T07:16:46.393Z[ recovery-image] Aug 20 07:16:45.221 INFO O| Aug 20 07:16:45.221 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88652026-08-20T07:16:46.393Z[ recovery-image] Aug 20 07:16:45.221 INFO O| Aug 20 07:16:45.221 INFO ok!
88662026-08-20T07:16:46.393Z[ recovery-image] Aug 20 07:16:45.221 INFO O| Aug 20 07:16:45.221 INFO STEP 28 (ensure_file) COMPLETE
88672026-08-20T07:16:46.393Z[ recovery-image] Aug 20 07:16:45.221 INFO O| Aug 20 07:16:45.221 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-08-20T07:16:46.397Z[ recovery-image] Aug 20 07:16:45.232 INFO O| Aug 20 07:16:45.231 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88692026-08-20T07:16:46.397Z[ recovery-image] Aug 20 07:16:45.232 INFO O| Aug 20 07:16:45.232 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88702026-08-20T07:16:46.397Z[ recovery-image] Aug 20 07:16:45.232 INFO O| Aug 20 07:16:45.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88712026-08-20T07:16:46.397Z[ recovery-image] Aug 20 07:16:45.232 INFO O| Aug 20 07:16:45.232 INFO ok!
88722026-08-20T07:16:46.397Z[ recovery-image] Aug 20 07:16:45.232 INFO O| Aug 20 07:16:45.232 INFO STEP 29 (ensure_file) COMPLETE
88732026-08-20T07:16:46.397Z[ recovery-image] Aug 20 07:16:45.232 INFO O| Aug 20 07:16:45.232 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742026-08-20T07:16:46.405Z[ recovery-image] Aug 20 07:16:45.240 INFO O| Aug 20 07:16:45.240 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88752026-08-20T07:16:46.405Z[ recovery-image] Aug 20 07:16:45.240 INFO O| Aug 20 07:16:45.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88762026-08-20T07:16:46.405Z[ recovery-image] Aug 20 07:16:45.240 INFO O| Aug 20 07:16:45.240 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88772026-08-20T07:16:46.409Z[ recovery-image] Aug 20 07:16:45.240 INFO O| Aug 20 07:16:45.240 INFO STEP 30 (ensure_dir) COMPLETE
88782026-08-20T07:16:46.410Z[ recovery-image] Aug 20 07:16:45.240 INFO O| Aug 20 07:16:45.240 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-08-20T07:16:46.413Z[ recovery-image] Aug 20 07:16:45.248 INFO O| Aug 20 07:16:45.248 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88802026-08-20T07:16:46.413Z[ recovery-image] Aug 20 07:16:45.248 INFO O| Aug 20 07:16:45.248 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 ...
88812026-08-20T07:16:46.413Z[ recovery-image] Aug 20 07:16:45.248 INFO O| Aug 20 07:16:45.248 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
88822026-08-20T07:16:46.416Z[ recovery-image] Aug 20 07:16:45.248 INFO O| Aug 20 07:16:45.248 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88832026-08-20T07:16:46.416Z[ recovery-image] Aug 20 07:16:45.248 INFO O| Aug 20 07:16:45.248 INFO ok!
88842026-08-20T07:16:46.416Z[ recovery-image] Aug 20 07:16:45.248 INFO O| Aug 20 07:16:45.248 INFO STEP 31 (ensure_file) COMPLETE
88852026-08-20T07:16:46.416Z[ recovery-image] Aug 20 07:16:45.248 INFO O| Aug 20 07:16:45.248 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862026-08-20T07:16:46.423Z[ recovery-image] Aug 20 07:16:45.259 INFO O| Aug 20 07:16:45.259 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88872026-08-20T07:16:46.423Z[ recovery-image] Aug 20 07:16:45.259 INFO O| Aug 20 07:16:45.259 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88882026-08-20T07:16:46.423Z[ recovery-image] Aug 20 07:16:45.259 INFO O| Aug 20 07:16:45.259 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88892026-08-20T07:16:46.426Z[ recovery-image] Aug 20 07:16:45.259 INFO O| Aug 20 07:16:45.259 INFO STEP 32 (ensure_dir) COMPLETE
88902026-08-20T07:16:46.426Z[ recovery-image] Aug 20 07:16:45.259 INFO O| Aug 20 07:16:45.259 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88912026-08-20T07:16:46.437Z[ recovery-image] Aug 20 07:16:45.272 INFO O| Aug 20 07:16:45.272 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88922026-08-20T07:16:46.437Z[ recovery-image] Aug 20 07:16:45.272 INFO O| Aug 20 07:16:45.272 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 ...
88932026-08-20T07:16:46.437Z[ recovery-image] Aug 20 07:16:45.272 INFO O| Aug 20 07:16:45.272 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
88942026-08-20T07:16:46.440Z[ recovery-image] Aug 20 07:16:45.272 INFO O| Aug 20 07:16:45.272 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88952026-08-20T07:16:46.440Z[ recovery-image] Aug 20 07:16:45.272 INFO O| Aug 20 07:16:45.272 INFO ok!
88962026-08-20T07:16:46.440Z[ recovery-image] Aug 20 07:16:45.272 INFO O| Aug 20 07:16:45.272 INFO STEP 33 (ensure_file) COMPLETE
88972026-08-20T07:16:46.440Z[ recovery-image] Aug 20 07:16:45.272 INFO O| Aug 20 07:16:45.272 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88982026-08-20T07:16:46.448Z[ recovery-image] Aug 20 07:16:45.283 INFO O| Aug 20 07:16:45.283 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88992026-08-20T07:16:46.448Z[ recovery-image] Aug 20 07:16:45.283 INFO O| Aug 20 07:16:45.283 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89002026-08-20T07:16:46.448Z[ recovery-image] Aug 20 07:16:45.283 INFO O| Aug 20 07:16:45.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89012026-08-20T07:16:46.451Z[ recovery-image] Aug 20 07:16:45.283 INFO O| Aug 20 07:16:45.283 INFO ok!
89022026-08-20T07:16:46.451Z[ recovery-image] Aug 20 07:16:45.283 INFO O| Aug 20 07:16:45.283 INFO STEP 34 (ensure_file) COMPLETE
89032026-08-20T07:16:46.451Z[ recovery-image] Aug 20 07:16:45.283 INFO O| Aug 20 07:16:45.283 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89042026-08-20T07:16:46.458Z[ recovery-image] Aug 20 07:16:45.293 INFO O| Aug 20 07:16:45.293 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89052026-08-20T07:16:46.458Z[ recovery-image] Aug 20 07:16:45.293 INFO O| Aug 20 07:16:45.293 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89062026-08-20T07:16:46.461Z[ recovery-image] Aug 20 07:16:45.293 INFO O| Aug 20 07:16:45.293 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89072026-08-20T07:16:46.461Z[ recovery-image] Aug 20 07:16:45.293 INFO O| Aug 20 07:16:45.293 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89082026-08-20T07:16:46.461Z[ recovery-image] Aug 20 07:16:45.293 INFO O| Aug 20 07:16:45.293 INFO ok!
89092026-08-20T07:16:46.461Z[ recovery-image] Aug 20 07:16:45.293 INFO O| Aug 20 07:16:45.293 INFO STEP 35 (ensure_file) COMPLETE
89102026-08-20T07:16:46.461Z[ recovery-image] Aug 20 07:16:45.293 INFO O| Aug 20 07:16:45.293 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89112026-08-20T07:16:46.467Z[ recovery-image] Aug 20 07:16:45.302 INFO O| Aug 20 07:16:45.302 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89122026-08-20T07:16:46.467Z[ recovery-image] Aug 20 07:16:45.302 INFO O| Aug 20 07:16:45.302 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89132026-08-20T07:16:46.467Z[ recovery-image] Aug 20 07:16:45.302 INFO O| Aug 20 07:16:45.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89142026-08-20T07:16:46.470Z[ recovery-image] Aug 20 07:16:45.302 INFO O| Aug 20 07:16:45.302 INFO ok!
89152026-08-20T07:16:46.470Z[ recovery-image] Aug 20 07:16:45.302 INFO O| Aug 20 07:16:45.302 INFO STEP 36 (ensure_file) COMPLETE
89162026-08-20T07:16:46.470Z[ recovery-image] Aug 20 07:16:45.303 INFO O| Aug 20 07:16:45.302 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89172026-08-20T07:16:46.477Z[ recovery-image] Aug 20 07:16:45.312 INFO O| Aug 20 07:16:45.312 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89182026-08-20T07:16:46.477Z[ recovery-image] Aug 20 07:16:45.312 INFO O| Aug 20 07:16:45.312 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89192026-08-20T07:16:46.480Z[ recovery-image] Aug 20 07:16:45.312 INFO O| Aug 20 07:16:45.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89202026-08-20T07:16:46.480Z[ recovery-image] Aug 20 07:16:45.312 INFO O| Aug 20 07:16:45.312 INFO ok!
89212026-08-20T07:16:46.480Z[ recovery-image] Aug 20 07:16:45.312 INFO O| Aug 20 07:16:45.312 INFO STEP 37 (ensure_file) COMPLETE
89222026-08-20T07:16:46.480Z[ recovery-image] Aug 20 07:16:45.312 INFO O| Aug 20 07:16:45.312 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89232026-08-20T07:16:46.487Z[ recovery-image] Aug 20 07:16:45.322 INFO O| Aug 20 07:16:45.322 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89242026-08-20T07:16:46.487Z[ recovery-image] Aug 20 07:16:45.322 INFO O| Aug 20 07:16:45.322 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89252026-08-20T07:16:46.487Z[ recovery-image] Aug 20 07:16:45.322 INFO O| Aug 20 07:16:45.322 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89262026-08-20T07:16:46.491Z[ recovery-image] Aug 20 07:16:45.322 INFO O| Aug 20 07:16:45.322 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89272026-08-20T07:16:46.491Z[ recovery-image] Aug 20 07:16:45.322 INFO O| Aug 20 07:16:45.322 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89282026-08-20T07:16:46.491Z[ recovery-image] Aug 20 07:16:45.322 INFO O| Aug 20 07:16:45.322 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89292026-08-20T07:16:46.491Z[ recovery-image] Aug 20 07:16:45.323 INFO O| Aug 20 07:16:45.322 INFO ok!
89302026-08-20T07:16:46.491Z[ recovery-image] Aug 20 07:16:45.323 INFO O| Aug 20 07:16:45.323 INFO STEP 38 (ensure_file) COMPLETE
89312026-08-20T07:16:46.491Z[ recovery-image] Aug 20 07:16:45.323 INFO O| Aug 20 07:16:45.323 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89322026-08-20T07:16:46.496Z[ recovery-image] Aug 20 07:16:45.332 INFO O| Aug 20 07:16:45.332 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89332026-08-20T07:16:46.496Z[ recovery-image] Aug 20 07:16:45.332 INFO O| Aug 20 07:16:45.332 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89342026-08-20T07:16:46.496Z[ recovery-image] Aug 20 07:16:45.332 INFO O| Aug 20 07:16:45.332 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89352026-08-20T07:16:46.500Z[ recovery-image] Aug 20 07:16:45.332 INFO O| Aug 20 07:16:45.332 INFO STEP 39 (ensure_dir) COMPLETE
89362026-08-20T07:16:46.500Z[ recovery-image] Aug 20 07:16:45.332 INFO O| Aug 20 07:16:45.332 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89372026-08-20T07:16:46.508Z[ recovery-image] Aug 20 07:16:45.343 INFO O| Aug 20 07:16:45.343 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
89382026-08-20T07:16:46.508Z[ recovery-image] Aug 20 07:16:45.343 INFO O| Aug 20 07:16:45.343 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 ...
89392026-08-20T07:16:46.508Z[ recovery-image] Aug 20 07:16:45.343 INFO O| Aug 20 07:16:45.343 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
89402026-08-20T07:16:46.512Z[ recovery-image] Aug 20 07:16:45.343 INFO O| Aug 20 07:16:45.343 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
89412026-08-20T07:16:46.512Z[ recovery-image] Aug 20 07:16:45.343 INFO O| Aug 20 07:16:45.343 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
89422026-08-20T07:16:46.512Z[ recovery-image] Aug 20 07:16:45.343 INFO O| Aug 20 07:16:45.343 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
89432026-08-20T07:16:46.512Z[ recovery-image] Aug 20 07:16:45.343 INFO O| Aug 20 07:16:45.343 INFO ok!
89442026-08-20T07:16:46.512Z[ recovery-image] Aug 20 07:16:45.343 INFO O| Aug 20 07:16:45.343 INFO STEP 40 (ensure_file) COMPLETE
89452026-08-20T07:16:46.512Z[ recovery-image] Aug 20 07:16:45.343 INFO O| Aug 20 07:16:45.343 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89462026-08-20T07:16:46.518Z[ recovery-image] Aug 20 07:16:45.354 INFO O| Aug 20 07:16:45.354 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89472026-08-20T07:16:46.521Z[ recovery-image] Aug 20 07:16:45.354 INFO O| Aug 20 07:16:45.354 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 ...
89482026-08-20T07:16:46.521Z[ recovery-image] Aug 20 07:16:45.354 INFO O| Aug 20 07:16:45.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89492026-08-20T07:16:46.521Z[ recovery-image] Aug 20 07:16:45.354 INFO O| Aug 20 07:16:45.354 INFO ok!
89502026-08-20T07:16:46.521Z[ recovery-image] Aug 20 07:16:45.354 INFO O| Aug 20 07:16:45.354 INFO STEP 41 (ensure_symlink) COMPLETE
89512026-08-20T07:16:46.521Z[ recovery-image] Aug 20 07:16:45.354 INFO O| Aug 20 07:16:45.354 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89522026-08-20T07:16:46.528Z[ recovery-image] Aug 20 07:16:45.364 INFO O| Aug 20 07:16:45.363 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89532026-08-20T07:16:46.528Z[ recovery-image] Aug 20 07:16:45.364 INFO O| Aug 20 07:16:45.363 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89542026-08-20T07:16:46.531Z[ recovery-image] Aug 20 07:16:45.364 INFO O| Aug 20 07:16:45.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89552026-08-20T07:16:46.531Z[ recovery-image] Aug 20 07:16:45.364 INFO O| Aug 20 07:16:45.364 INFO ok!
89562026-08-20T07:16:46.531Z[ recovery-image] Aug 20 07:16:45.364 INFO O| Aug 20 07:16:45.364 INFO STEP 42 (ensure_symlink) COMPLETE
89572026-08-20T07:16:46.532Z[ recovery-image] Aug 20 07:16:45.364 INFO O| Aug 20 07:16:45.364 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89582026-08-20T07:16:46.538Z[ recovery-image] Aug 20 07:16:45.373 INFO O| Aug 20 07:16:45.373 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89592026-08-20T07:16:46.538Z[ recovery-image] Aug 20 07:16:45.373 INFO O| Aug 20 07:16:45.373 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89602026-08-20T07:16:46.538Z[ recovery-image] Aug 20 07:16:45.373 INFO O| Aug 20 07:16:45.373 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89612026-08-20T07:16:46.541Z[ recovery-image] Aug 20 07:16:45.373 INFO O| Aug 20 07:16:45.373 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89622026-08-20T07:16:46.541Z[ recovery-image] Aug 20 07:16:45.373 INFO O| Aug 20 07:16:45.373 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89632026-08-20T07:16:46.541Z[ recovery-image] Aug 20 07:16:45.373 INFO O| Aug 20 07:16:45.373 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89642026-08-20T07:16:46.541Z[ recovery-image] Aug 20 07:16:45.373 INFO O| Aug 20 07:16:45.373 INFO ok!
89652026-08-20T07:16:46.541Z[ recovery-image] Aug 20 07:16:45.373 INFO O| Aug 20 07:16:45.373 INFO STEP 43 (ensure_file) COMPLETE
89662026-08-20T07:16:46.541Z[ recovery-image] Aug 20 07:16:45.373 INFO O| Aug 20 07:16:45.373 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89672026-08-20T07:16:46.548Z[ recovery-image] Aug 20 07:16:45.383 INFO O| Aug 20 07:16:45.383 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89682026-08-20T07:16:46.548Z[ recovery-image] Aug 20 07:16:45.383 INFO O| Aug 20 07:16:45.383 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 ...
89692026-08-20T07:16:46.548Z[ recovery-image] Aug 20 07:16:45.383 INFO O| Aug 20 07:16:45.383 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
89702026-08-20T07:16:46.551Z[ recovery-image] Aug 20 07:16:45.383 INFO O| Aug 20 07:16:45.383 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89712026-08-20T07:16:46.551Z[ recovery-image] Aug 20 07:16:45.383 INFO O| Aug 20 07:16:45.383 INFO ok!
89722026-08-20T07:16:46.551Z[ recovery-image] Aug 20 07:16:45.383 INFO O| Aug 20 07:16:45.383 INFO STEP 44 (ensure_file) COMPLETE
89732026-08-20T07:16:46.551Z[ recovery-image] Aug 20 07:16:45.383 INFO O| Aug 20 07:16:45.383 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89742026-08-20T07:16:46.558Z[ recovery-image] Aug 20 07:16:45.393 INFO O| Aug 20 07:16:45.392 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89752026-08-20T07:16:46.558Z[ recovery-image] Aug 20 07:16:45.393 INFO O| Aug 20 07:16:45.393 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89762026-08-20T07:16:46.558Z[ recovery-image] Aug 20 07:16:45.393 INFO O| Aug 20 07:16:45.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89772026-08-20T07:16:46.561Z[ recovery-image] Aug 20 07:16:45.393 INFO O| Aug 20 07:16:45.393 INFO ok!
89782026-08-20T07:16:46.561Z[ recovery-image] Aug 20 07:16:45.393 INFO O| Aug 20 07:16:45.393 INFO STEP 45 (ensure_file) COMPLETE
89792026-08-20T07:16:46.561Z[ recovery-image] Aug 20 07:16:45.393 INFO O| Aug 20 07:16:45.393 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89802026-08-20T07:16:46.567Z[ recovery-image] Aug 20 07:16:45.402 INFO O| Aug 20 07:16:45.402 INFO updating shadow file
89812026-08-20T07:16:46.567Z[ recovery-image] Aug 20 07:16:45.402 INFO O| Aug 20 07:16:45.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89822026-08-20T07:16:46.567Z[ recovery-image] Aug 20 07:16:45.402 INFO O| Aug 20 07:16:45.402 INFO STEP 46 (shadow) COMPLETE
89832026-08-20T07:16:46.570Z[ recovery-image] Aug 20 07:16:45.402 INFO O| Aug 20 07:16:45.402 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89842026-08-20T07:16:46.577Z[ recovery-image] Aug 20 07:16:45.413 INFO O| Aug 20 07:16:45.413 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89852026-08-20T07:16:46.578Z[ recovery-image] Aug 20 07:16:45.413 INFO O| Aug 20 07:16:45.413 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89862026-08-20T07:16:46.578Z[ recovery-image] Aug 20 07:16:45.413 INFO O| Aug 20 07:16:45.413 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89872026-08-20T07:16:46.581Z[ recovery-image] Aug 20 07:16:45.413 INFO O| Aug 20 07:16:45.413 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89882026-08-20T07:16:46.581Z[ recovery-image] Aug 20 07:16:45.413 INFO O| Aug 20 07:16:45.413 INFO ok!
89892026-08-20T07:16:46.581Z[ recovery-image] Aug 20 07:16:45.413 INFO O| Aug 20 07:16:45.413 INFO STEP 47 (ensure_file) COMPLETE
89902026-08-20T07:16:46.581Z[ recovery-image] Aug 20 07:16:45.413 INFO O| Aug 20 07:16:45.413 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89912026-08-20T07:16:46.587Z[ recovery-image] Aug 20 07:16:45.423 INFO O| Aug 20 07:16:45.423 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89922026-08-20T07:16:46.587Z[ recovery-image] Aug 20 07:16:45.423 INFO O| Aug 20 07:16:45.423 INFO STEP 48 (ensure_dir) COMPLETE
89932026-08-20T07:16:46.587Z[ recovery-image] Aug 20 07:16:45.423 INFO O| Aug 20 07:16:45.423 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89942026-08-20T07:16:46.597Z[ recovery-image] Aug 20 07:16:45.432 INFO O| Aug 20 07:16:45.432 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89952026-08-20T07:16:46.597Z[ recovery-image] Aug 20 07:16:45.432 INFO O| Aug 20 07:16:45.432 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89962026-08-20T07:16:46.597Z[ recovery-image] Aug 20 07:16:45.432 INFO O| Aug 20 07:16:45.432 INFO STEP 49 (ensure_dir) COMPLETE
89972026-08-20T07:16:46.602Z[ recovery-image] Aug 20 07:16:45.432 INFO O| Aug 20 07:16:45.432 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89982026-08-20T07:16:46.607Z[ recovery-image] Aug 20 07:16:45.442 INFO O| Aug 20 07:16:45.442 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89992026-08-20T07:16:46.609Z[ recovery-image] Aug 20 07:16:45.442 INFO O| Aug 20 07:16:45.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90002026-08-20T07:16:46.609Z[ recovery-image] Aug 20 07:16:45.442 INFO O| Aug 20 07:16:45.442 INFO STEP 50 (ensure_dir) COMPLETE
90012026-08-20T07:16:46.613Z[ recovery-image] Aug 20 07:16:45.442 INFO O| Aug 20 07:16:45.442 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90022026-08-20T07:16:46.616Z[ recovery-image] Aug 20 07:16:45.452 INFO O| Aug 20 07:16:45.452 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90032026-08-20T07:16:46.616Z[ recovery-image] Aug 20 07:16:45.452 INFO O| Aug 20 07:16:45.452 INFO copying /tmp/.tmp47yeOs/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90042026-08-20T07:16:46.646Z[ recovery-image] Aug 20 07:16:45.481 INFO O| Aug 20 07:16:45.481 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90052026-08-20T07:16:46.646Z[ recovery-image] Aug 20 07:16:45.481 INFO O| Aug 20 07:16:45.481 INFO ok!
90062026-08-20T07:16:46.646Z[ recovery-image] Aug 20 07:16:45.481 INFO O| Aug 20 07:16:45.481 INFO STEP 51 (ensure_file) COMPLETE
90072026-08-20T07:16:46.664Z[ recovery-image] Aug 20 07:16:45.481 INFO O| Aug 20 07:16:45.481 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90082026-08-20T07:16:46.665Z[ recovery-image] Aug 20 07:16:45.493 INFO O| Aug 20 07:16:45.493 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90092026-08-20T07:16:46.665Z[ recovery-image] Aug 20 07:16:45.493 INFO O| Aug 20 07:16:45.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90102026-08-20T07:16:46.665Z[ recovery-image] Aug 20 07:16:45.493 INFO O| Aug 20 07:16:45.493 INFO STEP 52 (ensure_dir) COMPLETE
90112026-08-20T07:16:46.665Z[ recovery-image] Aug 20 07:16:45.493 INFO O| Aug 20 07:16:45.493 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-08-20T07:16:46.670Z[ recovery-image] Aug 20 07:16:45.503 INFO O| Aug 20 07:16:45.503 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90132026-08-20T07:16:46.671Z[ recovery-image] Aug 20 07:16:45.504 INFO O| Aug 20 07:16:45.503 INFO copying /tmp/.tmp47yeOs/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90142026-08-20T07:16:46.671Z[ recovery-image] Aug 20 07:16:45.504 INFO O| Aug 20 07:16:45.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90152026-08-20T07:16:46.671Z[ recovery-image] Aug 20 07:16:45.504 INFO O| Aug 20 07:16:45.504 INFO ok!
90162026-08-20T07:16:46.671Z[ recovery-image] Aug 20 07:16:45.504 INFO O| Aug 20 07:16:45.504 INFO STEP 53 (ensure_file) COMPLETE
90172026-08-20T07:16:46.671Z[ recovery-image] Aug 20 07:16:45.504 INFO O| Aug 20 07:16:45.504 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90182026-08-20T07:16:46.678Z[ recovery-image] Aug 20 07:16:45.513 INFO O| Aug 20 07:16:45.513 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90192026-08-20T07:16:46.678Z[ recovery-image] Aug 20 07:16:45.513 INFO O| Aug 20 07:16:45.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90202026-08-20T07:16:46.678Z[ recovery-image] Aug 20 07:16:45.513 INFO O| Aug 20 07:16:45.513 INFO STEP 54 (ensure_dir) COMPLETE
90212026-08-20T07:16:46.681Z[ recovery-image] Aug 20 07:16:45.513 INFO O| Aug 20 07:16:45.513 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-20T07:16:46.687Z[ recovery-image] Aug 20 07:16:45.522 INFO O| Aug 20 07:16:45.522 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90232026-08-20T07:16:46.687Z[ recovery-image] Aug 20 07:16:45.522 INFO O| Aug 20 07:16:45.522 INFO copying /tmp/.tmp47yeOs/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90242026-08-20T07:16:46.750Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
90252026-08-20T07:16:47.212Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
90262026-08-20T07:16:47.884Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
90272026-08-20T07:16:48.045Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
90282026-08-20T07:16:48.334Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
90292026-08-20T07:16:48.465Z[verify-libraries] Compiling multimap v0.10.1
90302026-08-20T07:16:48.514Z[verify-libraries] Compiling termios v0.3.3
90312026-08-20T07:16:48.712Z[ recovery-image] Aug 20 07:16:47.547 INFO O| Aug 20 07:16:47.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90322026-08-20T07:16:48.712Z[ recovery-image] Aug 20 07:16:47.547 INFO O| Aug 20 07:16:47.547 INFO ok!
90332026-08-20T07:16:48.715Z[ recovery-image] Aug 20 07:16:47.547 INFO O| Aug 20 07:16:47.547 INFO STEP 55 (ensure_file) COMPLETE
90342026-08-20T07:16:48.715Z[ recovery-image] Aug 20 07:16:47.547 INFO O| Aug 20 07:16:47.547 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-08-20T07:16:48.724Z[ recovery-image] Aug 20 07:16:47.559 INFO O| Aug 20 07:16:47.559 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90362026-08-20T07:16:48.724Z[ recovery-image] Aug 20 07:16:47.559 INFO O| Aug 20 07:16:47.559 INFO copying /tmp/.tmp47yeOs/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90372026-08-20T07:16:48.747Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90382026-08-20T07:16:48.779Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90392026-08-20T07:16:48.783Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
90402026-08-20T07:16:50.731Z[ recovery-image] Aug 20 07:16:49.566 INFO O| Aug 20 07:16:49.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90412026-08-20T07:16:50.731Z[ recovery-image] Aug 20 07:16:49.566 INFO O| Aug 20 07:16:49.566 INFO ok!
90422026-08-20T07:16:50.735Z[ recovery-image] Aug 20 07:16:49.566 INFO O| Aug 20 07:16:49.566 INFO STEP 56 (ensure_file) COMPLETE
90432026-08-20T07:16:50.735Z[ recovery-image] Aug 20 07:16:49.566 INFO O| Aug 20 07:16:49.566 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-20T07:16:50.743Z[ recovery-image] Aug 20 07:16:49.578 INFO O| Aug 20 07:16:49.578 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90452026-08-20T07:16:50.743Z[ recovery-image] Aug 20 07:16:49.578 INFO O| Aug 20 07:16:49.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90462026-08-20T07:16:50.743Z[ recovery-image] Aug 20 07:16:49.578 INFO O| Aug 20 07:16:49.578 INFO STEP 57 (ensure_dir) COMPLETE
90472026-08-20T07:16:50.746Z[ recovery-image] Aug 20 07:16:49.578 INFO O| Aug 20 07:16:49.578 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-08-20T07:16:50.754Z[ recovery-image] Aug 20 07:16:49.588 INFO O| Aug 20 07:16:49.587 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90492026-08-20T07:16:50.755Z[ recovery-image] Aug 20 07:16:49.588 INFO O| Aug 20 07:16:49.588 INFO copying /tmp/.tmp47yeOs/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 ...
90502026-08-20T07:16:50.755Z[ recovery-image] Aug 20 07:16:49.588 INFO O| Aug 20 07:16:49.588 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
90512026-08-20T07:16:50.755Z[ recovery-image] Aug 20 07:16:49.588 INFO O| Aug 20 07:16:49.588 INFO ok!
90522026-08-20T07:16:50.755Z[ recovery-image] Aug 20 07:16:49.588 INFO O| Aug 20 07:16:49.588 INFO STEP 58 (ensure_file) COMPLETE
90532026-08-20T07:16:50.758Z[ recovery-image] Aug 20 07:16:49.588 INFO O| Aug 20 07:16:49.588 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-08-20T07:16:50.762Z[ recovery-image] Aug 20 07:16:49.597 INFO O| Aug 20 07:16:49.597 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90552026-08-20T07:16:50.762Z[ recovery-image] Aug 20 07:16:49.597 INFO O| Aug 20 07:16:49.597 INFO copying /tmp/.tmp47yeOs/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 ...
90562026-08-20T07:16:50.762Z[ recovery-image] Aug 20 07:16:49.597 INFO O| Aug 20 07:16:49.597 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
90572026-08-20T07:16:50.765Z[ recovery-image] Aug 20 07:16:49.597 INFO O| Aug 20 07:16:49.597 INFO ok!
90582026-08-20T07:16:50.765Z[ recovery-image] Aug 20 07:16:49.597 INFO O| Aug 20 07:16:49.597 INFO STEP 59 (ensure_file) COMPLETE
90592026-08-20T07:16:50.765Z[ recovery-image] Aug 20 07:16:49.597 INFO O| Aug 20 07:16:49.597 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-20T07:16:50.773Z[ recovery-image] Aug 20 07:16:49.607 INFO O| Aug 20 07:16:49.607 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90612026-08-20T07:16:50.773Z[ recovery-image] Aug 20 07:16:49.607 INFO O| Aug 20 07:16:49.607 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90622026-08-20T07:16:50.776Z[ recovery-image] Aug 20 07:16:49.607 INFO O| Aug 20 07:16:49.607 INFO STEP 60 (ensure_dir) COMPLETE
90632026-08-20T07:16:50.776Z[ recovery-image] Aug 20 07:16:49.607 INFO O| Aug 20 07:16:49.607 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90642026-08-20T07:16:50.781Z[ recovery-image] Aug 20 07:16:49.616 INFO O| Aug 20 07:16:49.616 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90652026-08-20T07:16:50.781Z[ recovery-image] Aug 20 07:16:49.616 INFO O| Aug 20 07:16:49.616 INFO copying /tmp/.tmp47yeOs/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 ...
90662026-08-20T07:16:50.781Z[ recovery-image] Aug 20 07:16:49.616 INFO O| Aug 20 07:16:49.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90672026-08-20T07:16:50.781Z[ recovery-image] Aug 20 07:16:49.616 INFO O| Aug 20 07:16:49.616 INFO ok!
90682026-08-20T07:16:50.784Z[ recovery-image] Aug 20 07:16:49.616 INFO O| Aug 20 07:16:49.616 INFO STEP 61 (ensure_file) COMPLETE
90692026-08-20T07:16:50.784Z[ recovery-image] Aug 20 07:16:49.616 INFO O| Aug 20 07:16:49.616 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-08-20T07:16:50.789Z[ recovery-image] Aug 20 07:16:49.625 INFO O| Aug 20 07:16:49.625 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90712026-08-20T07:16:50.790Z[ recovery-image] Aug 20 07:16:49.625 INFO O| Aug 20 07:16:49.625 INFO copying /tmp/.tmp47yeOs/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 ...
90722026-08-20T07:16:50.790Z[ recovery-image] Aug 20 07:16:49.625 INFO O| Aug 20 07:16:49.625 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
90732026-08-20T07:16:50.790Z[ recovery-image] Aug 20 07:16:49.625 INFO O| Aug 20 07:16:49.625 INFO ok!
90742026-08-20T07:16:50.793Z[ recovery-image] Aug 20 07:16:49.625 INFO O| Aug 20 07:16:49.625 INFO STEP 62 (ensure_file) COMPLETE
90752026-08-20T07:16:50.793Z[ recovery-image] Aug 20 07:16:49.625 INFO O| Aug 20 07:16:49.625 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-08-20T07:16:50.798Z[ recovery-image] Aug 20 07:16:49.633 INFO O| Aug 20 07:16:49.633 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90772026-08-20T07:16:50.798Z[ recovery-image] Aug 20 07:16:49.633 INFO O| Aug 20 07:16:49.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90782026-08-20T07:16:50.798Z[ recovery-image] Aug 20 07:16:49.633 INFO O| Aug 20 07:16:49.633 INFO STEP 63 (ensure_dir) COMPLETE
90792026-08-20T07:16:50.802Z[ recovery-image] Aug 20 07:16:49.633 INFO O| Aug 20 07:16:49.633 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90802026-08-20T07:16:50.805Z[ recovery-image] Aug 20 07:16:49.641 INFO O| Aug 20 07:16:49.640 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90812026-08-20T07:16:50.805Z[ recovery-image] Aug 20 07:16:49.641 INFO O| Aug 20 07:16:49.640 INFO copying /tmp/.tmp47yeOs/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 ...
90822026-08-20T07:16:50.805Z[ recovery-image] Aug 20 07:16:49.641 INFO O| Aug 20 07:16:49.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90832026-08-20T07:16:50.805Z[ recovery-image] Aug 20 07:16:49.641 INFO O| Aug 20 07:16:49.641 INFO ok!
90842026-08-20T07:16:50.806Z[ recovery-image] Aug 20 07:16:49.641 INFO O| Aug 20 07:16:49.641 INFO STEP 64 (ensure_file) COMPLETE
90852026-08-20T07:16:50.809Z[ recovery-image] Aug 20 07:16:49.641 INFO O| Aug 20 07:16:49.641 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90862026-08-20T07:16:50.813Z[ recovery-image] Aug 20 07:16:49.648 INFO O| Aug 20 07:16:49.648 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90872026-08-20T07:16:50.813Z[ recovery-image] Aug 20 07:16:49.648 INFO O| Aug 20 07:16:49.648 INFO copying /tmp/.tmp47yeOs/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90882026-08-20T07:16:50.813Z[ recovery-image] Aug 20 07:16:49.648 INFO O| Aug 20 07:16:49.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90892026-08-20T07:16:50.816Z[ recovery-image] Aug 20 07:16:49.648 INFO O| Aug 20 07:16:49.648 INFO ok!
90902026-08-20T07:16:50.816Z[ recovery-image] Aug 20 07:16:49.648 INFO O| Aug 20 07:16:49.648 INFO STEP 65 (ensure_file) COMPLETE
90912026-08-20T07:16:50.816Z[ recovery-image] Aug 20 07:16:49.648 INFO O| Aug 20 07:16:49.648 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90922026-08-20T07:16:50.822Z[ recovery-image] Aug 20 07:16:49.657 INFO O| Aug 20 07:16:49.657 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90932026-08-20T07:16:50.822Z[ recovery-image] Aug 20 07:16:49.657 INFO O| Aug 20 07:16:49.657 INFO STEP 66 (ensure_dir) COMPLETE
90942026-08-20T07:16:50.822Z[ recovery-image] Aug 20 07:16:49.657 INFO O| Aug 20 07:16:49.657 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-08-20T07:16:50.830Z[ recovery-image] Aug 20 07:16:49.665 INFO O| Aug 20 07:16:49.665 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90962026-08-20T07:16:50.830Z[ recovery-image] Aug 20 07:16:49.665 INFO O| Aug 20 07:16:49.665 INFO STEP 67 (ensure_dir) COMPLETE
90972026-08-20T07:16:50.830Z[ recovery-image] Aug 20 07:16:49.665 INFO O| Aug 20 07:16:49.665 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-08-20T07:16:50.840Z[ recovery-image] Aug 20 07:16:49.675 INFO O| Aug 20 07:16:49.675 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90992026-08-20T07:16:50.840Z[ recovery-image] Aug 20 07:16:49.675 INFO O| Aug 20 07:16:49.675 INFO STEP 68 (ensure_dir) COMPLETE
91002026-08-20T07:16:50.840Z[ recovery-image] Aug 20 07:16:49.675 INFO O| Aug 20 07:16:49.675 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-20T07:16:50.849Z[ recovery-image] Aug 20 07:16:49.685 INFO O| Aug 20 07:16:49.684 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91022026-08-20T07:16:50.850Z[ recovery-image] Aug 20 07:16:49.685 INFO O| Aug 20 07:16:49.685 INFO STEP 69 (ensure_dir) COMPLETE
91032026-08-20T07:16:50.853Z[ recovery-image] Aug 20 07:16:49.685 INFO O| Aug 20 07:16:49.685 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91042026-08-20T07:16:50.859Z[ recovery-image] Aug 20 07:16:49.694 INFO O| Aug 20 07:16:49.694 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91052026-08-20T07:16:50.859Z[ recovery-image] Aug 20 07:16:49.694 INFO O| Aug 20 07:16:49.694 INFO copying /tmp/.tmp47yeOs/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91062026-08-20T07:16:50.859Z[ recovery-image] Aug 20 07:16:49.694 INFO O| Aug 20 07:16:49.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91072026-08-20T07:16:50.860Z[ recovery-image] Aug 20 07:16:49.694 INFO O| Aug 20 07:16:49.694 INFO ok!
91082026-08-20T07:16:50.864Z[ recovery-image] Aug 20 07:16:49.694 INFO O| Aug 20 07:16:49.694 INFO STEP 70 (ensure_file) COMPLETE
91092026-08-20T07:16:50.864Z[ recovery-image] Aug 20 07:16:49.694 INFO O| Aug 20 07:16:49.694 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91102026-08-20T07:16:50.869Z[ recovery-image] Aug 20 07:16:49.704 INFO O| Aug 20 07:16:49.704 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91112026-08-20T07:16:50.872Z[ recovery-image] Aug 20 07:16:49.704 INFO O| Aug 20 07:16:49.704 INFO STEP 71 (remove_files) COMPLETE
91122026-08-20T07:16:50.872Z[ recovery-image] Aug 20 07:16:49.704 INFO O| Aug 20 07:16:49.704 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-08-20T07:16:50.880Z[ recovery-image] Aug 20 07:16:49.715 INFO O| Aug 20 07:16:49.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91142026-08-20T07:16:50.880Z[ recovery-image] Aug 20 07:16:49.715 INFO O| Aug 20 07:16:49.715 INFO STEP 72 (remove_files) COMPLETE
91152026-08-20T07:16:50.880Z[ recovery-image] Aug 20 07:16:49.715 INFO O| Aug 20 07:16:49.715 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-08-20T07:16:50.890Z[ recovery-image] Aug 20 07:16:49.725 INFO O| Aug 20 07:16:49.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91172026-08-20T07:16:50.890Z[ recovery-image] Aug 20 07:16:49.725 INFO O| Aug 20 07:16:49.725 INFO STEP 73 (remove_files) COMPLETE
91182026-08-20T07:16:50.890Z[ recovery-image] Aug 20 07:16:49.725 INFO O| Aug 20 07:16:49.725 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-08-20T07:16:50.900Z[ recovery-image] Aug 20 07:16:49.735 INFO O| Aug 20 07:16:49.735 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91202026-08-20T07:16:50.901Z[ recovery-image] Aug 20 07:16:49.736 INFO O| Aug 20 07:16:49.736 INFO STEP 74 (remove_files) COMPLETE
91212026-08-20T07:16:50.903Z[ recovery-image] Aug 20 07:16:49.736 INFO O| Aug 20 07:16:49.736 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-08-20T07:16:50.913Z[ recovery-image] Aug 20 07:16:49.748 INFO O| Aug 20 07:16:49.748 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91232026-08-20T07:16:50.913Z[ recovery-image] Aug 20 07:16:49.748 INFO O| Aug 20 07:16:49.748 INFO STEP 75 (remove_files) COMPLETE
91242026-08-20T07:16:50.913Z[ recovery-image] Aug 20 07:16:49.748 INFO O| Aug 20 07:16:49.748 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-20T07:16:50.925Z[ recovery-image] Aug 20 07:16:49.760 INFO O| Aug 20 07:16:49.760 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91262026-08-20T07:16:50.925Z[ recovery-image] Aug 20 07:16:49.760 INFO O| Aug 20 07:16:49.760 INFO STEP 76 (remove_files) COMPLETE
91272026-08-20T07:16:50.925Z[ recovery-image] Aug 20 07:16:49.760 INFO O| Aug 20 07:16:49.760 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-20T07:16:50.937Z[ recovery-image] Aug 20 07:16:49.772 INFO O| Aug 20 07:16:49.771 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91292026-08-20T07:16:50.937Z[ recovery-image] Aug 20 07:16:49.772 INFO O| Aug 20 07:16:49.772 INFO STEP 77 (remove_files) COMPLETE
91302026-08-20T07:16:50.937Z[ recovery-image] Aug 20 07:16:49.772 INFO O| Aug 20 07:16:49.772 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-20T07:16:50.947Z[ recovery-image] Aug 20 07:16:49.782 INFO O| Aug 20 07:16:49.782 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91322026-08-20T07:16:50.947Z[ recovery-image] Aug 20 07:16:49.782 INFO O| Aug 20 07:16:49.782 INFO STEP 78 (remove_files) COMPLETE
91332026-08-20T07:16:50.947Z[ recovery-image] Aug 20 07:16:49.782 INFO O| Aug 20 07:16:49.782 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-20T07:16:50.956Z[ recovery-image] Aug 20 07:16:49.791 INFO O| Aug 20 07:16:49.791 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91352026-08-20T07:16:50.956Z[ recovery-image] Aug 20 07:16:49.791 INFO O| Aug 20 07:16:49.791 INFO STEP 79 (remove_files) COMPLETE
91362026-08-20T07:16:50.957Z[ recovery-image] Aug 20 07:16:49.791 INFO O| Aug 20 07:16:49.791 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-20T07:16:50.966Z[ recovery-image] Aug 20 07:16:49.801 INFO O| Aug 20 07:16:49.801 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91382026-08-20T07:16:50.966Z[ recovery-image] Aug 20 07:16:49.801 INFO O| Aug 20 07:16:49.801 INFO STEP 80 (remove_files) COMPLETE
91392026-08-20T07:16:50.968Z[ recovery-image] Aug 20 07:16:49.801 INFO O| Aug 20 07:16:49.801 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-20T07:16:50.975Z[ recovery-image] Aug 20 07:16:49.810 INFO O| Aug 20 07:16:49.810 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91412026-08-20T07:16:50.975Z[ recovery-image] Aug 20 07:16:49.810 INFO O| Aug 20 07:16:49.810 INFO STEP 81 (remove_files) COMPLETE
91422026-08-20T07:16:50.975Z[ recovery-image] Aug 20 07:16:49.810 INFO O| Aug 20 07:16:49.810 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-20T07:16:50.984Z[ recovery-image] Aug 20 07:16:49.819 INFO O| Aug 20 07:16:49.819 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91442026-08-20T07:16:50.984Z[ recovery-image] Aug 20 07:16:49.819 INFO O| Aug 20 07:16:49.819 INFO STEP 82 (remove_files) COMPLETE
91452026-08-20T07:16:50.988Z[ recovery-image] Aug 20 07:16:49.819 INFO O| Aug 20 07:16:49.819 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-20T07:16:50.994Z[ recovery-image] Aug 20 07:16:49.829 INFO O| Aug 20 07:16:49.829 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91472026-08-20T07:16:50.994Z[ recovery-image] Aug 20 07:16:49.829 INFO O| Aug 20 07:16:49.829 INFO STEP 83 (remove_files) COMPLETE
91482026-08-20T07:16:50.997Z[ recovery-image] Aug 20 07:16:49.829 INFO O| Aug 20 07:16:49.829 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-20T07:16:51.004Z[ recovery-image] Aug 20 07:16:49.839 INFO O| Aug 20 07:16:49.839 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91502026-08-20T07:16:51.005Z[ recovery-image] Aug 20 07:16:49.839 INFO O| Aug 20 07:16:49.839 INFO STEP 84 (remove_files) COMPLETE
91512026-08-20T07:16:51.005Z[ recovery-image] Aug 20 07:16:49.839 INFO O| Aug 20 07:16:49.839 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-20T07:16:51.015Z[ recovery-image] Aug 20 07:16:49.850 INFO O| Aug 20 07:16:49.850 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91532026-08-20T07:16:51.015Z[ recovery-image] Aug 20 07:16:49.850 INFO O| Aug 20 07:16:49.850 INFO STEP 85 (remove_files) COMPLETE
91542026-08-20T07:16:51.015Z[ recovery-image] Aug 20 07:16:49.850 INFO O| Aug 20 07:16:49.850 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-08-20T07:16:51.024Z[ recovery-image] Aug 20 07:16:49.859 INFO O| Aug 20 07:16:49.859 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91562026-08-20T07:16:51.024Z[ recovery-image] Aug 20 07:16:49.859 INFO O| Aug 20 07:16:49.859 INFO STEP 86 (remove_files) COMPLETE
91572026-08-20T07:16:51.028Z[ recovery-image] Aug 20 07:16:49.859 INFO O| Aug 20 07:16:49.859 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-20T07:16:51.033Z[ recovery-image] Aug 20 07:16:49.868 INFO O| Aug 20 07:16:49.868 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91592026-08-20T07:16:51.033Z[ recovery-image] Aug 20 07:16:49.868 INFO O| Aug 20 07:16:49.868 INFO STEP 87 (remove_files) COMPLETE
91602026-08-20T07:16:51.036Z[ recovery-image] Aug 20 07:16:49.868 INFO O| Aug 20 07:16:49.868 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-20T07:16:51.042Z[ recovery-image] Aug 20 07:16:49.877 INFO O| Aug 20 07:16:49.877 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91622026-08-20T07:16:51.042Z[ recovery-image] Aug 20 07:16:49.877 INFO O| Aug 20 07:16:49.877 INFO STEP 88 (remove_files) COMPLETE
91632026-08-20T07:16:51.045Z[ recovery-image] Aug 20 07:16:49.877 INFO O| Aug 20 07:16:49.877 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-08-20T07:16:51.050Z[ recovery-image] Aug 20 07:16:49.886 INFO O| Aug 20 07:16:49.886 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91652026-08-20T07:16:51.052Z[ recovery-image] Aug 20 07:16:49.886 INFO O| Aug 20 07:16:49.886 INFO STEP 89 (remove_files) COMPLETE
91662026-08-20T07:16:51.055Z[ recovery-image] Aug 20 07:16:49.886 INFO O| Aug 20 07:16:49.886 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-20T07:16:51.059Z[ recovery-image] Aug 20 07:16:49.895 INFO O| Aug 20 07:16:49.895 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91682026-08-20T07:16:51.059Z[ recovery-image] Aug 20 07:16:49.895 INFO O| Aug 20 07:16:49.895 INFO STEP 90 (remove_files) COMPLETE
91692026-08-20T07:16:51.059Z[ recovery-image] Aug 20 07:16:49.895 INFO O| Aug 20 07:16:49.895 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-08-20T07:16:51.069Z[ recovery-image] Aug 20 07:16:49.904 INFO O| Aug 20 07:16:49.904 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91712026-08-20T07:16:51.069Z[ recovery-image] Aug 20 07:16:49.904 INFO O| Aug 20 07:16:49.904 INFO STEP 91 (remove_files) COMPLETE
91722026-08-20T07:16:51.069Z[ recovery-image] Aug 20 07:16:49.904 INFO O| Aug 20 07:16:49.904 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-08-20T07:16:51.078Z[ recovery-image] Aug 20 07:16:49.913 INFO O| Aug 20 07:16:49.913 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91742026-08-20T07:16:51.078Z[ recovery-image] Aug 20 07:16:49.913 INFO O| Aug 20 07:16:49.913 INFO STEP 92 (remove_files) COMPLETE
91752026-08-20T07:16:51.078Z[ recovery-image] Aug 20 07:16:49.913 INFO O| Aug 20 07:16:49.913 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-08-20T07:16:51.091Z[ recovery-image] Aug 20 07:16:49.923 INFO O| Aug 20 07:16:49.922 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91772026-08-20T07:16:51.091Z[ recovery-image] Aug 20 07:16:49.923 INFO O| Aug 20 07:16:49.922 INFO STEP 93 (remove_files) COMPLETE
91782026-08-20T07:16:51.094Z[ recovery-image] Aug 20 07:16:49.923 INFO O| Aug 20 07:16:49.922 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-08-20T07:16:51.097Z[ recovery-image] Aug 20 07:16:49.932 INFO O| Aug 20 07:16:49.932 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91802026-08-20T07:16:51.097Z[ recovery-image] Aug 20 07:16:49.932 INFO O| Aug 20 07:16:49.932 INFO STEP 94 (remove_files) COMPLETE
91812026-08-20T07:16:51.097Z[ recovery-image] Aug 20 07:16:49.932 INFO O| Aug 20 07:16:49.932 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-08-20T07:16:51.109Z[ recovery-image] Aug 20 07:16:49.941 INFO O| Aug 20 07:16:49.941 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91832026-08-20T07:16:51.109Z[ recovery-image] Aug 20 07:16:49.941 INFO O| Aug 20 07:16:49.941 INFO STEP 95 (remove_files) COMPLETE
91842026-08-20T07:16:51.109Z[ recovery-image] Aug 20 07:16:49.941 INFO O| Aug 20 07:16:49.941 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-08-20T07:16:51.114Z[ recovery-image] Aug 20 07:16:49.949 INFO O| Aug 20 07:16:49.949 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91862026-08-20T07:16:51.114Z[ recovery-image] Aug 20 07:16:49.949 INFO O| Aug 20 07:16:49.949 INFO STEP 96 (remove_files) COMPLETE
91872026-08-20T07:16:51.117Z[ recovery-image] Aug 20 07:16:49.949 INFO O| Aug 20 07:16:49.949 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-08-20T07:16:51.122Z[ recovery-image] Aug 20 07:16:49.957 INFO O| Aug 20 07:16:49.957 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91892026-08-20T07:16:51.122Z[ recovery-image] Aug 20 07:16:49.957 INFO O| Aug 20 07:16:49.957 INFO STEP 97 (remove_files) COMPLETE
91902026-08-20T07:16:51.125Z[ recovery-image] Aug 20 07:16:49.957 INFO O| Aug 20 07:16:49.957 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-08-20T07:16:51.131Z[ recovery-image] Aug 20 07:16:49.966 INFO O| Aug 20 07:16:49.966 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91922026-08-20T07:16:51.131Z[ recovery-image] Aug 20 07:16:49.966 INFO O| Aug 20 07:16:49.966 INFO STEP 98 (remove_files) COMPLETE
91932026-08-20T07:16:51.131Z[ recovery-image] Aug 20 07:16:49.966 INFO O| Aug 20 07:16:49.966 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-08-20T07:16:51.141Z[ recovery-image] Aug 20 07:16:49.975 INFO O| Aug 20 07:16:49.975 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91952026-08-20T07:16:51.141Z[ recovery-image] Aug 20 07:16:49.975 INFO O| Aug 20 07:16:49.975 INFO STEP 99 (remove_files) COMPLETE
91962026-08-20T07:16:51.141Z[ recovery-image] Aug 20 07:16:49.975 INFO O| Aug 20 07:16:49.975 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91972026-08-20T07:16:51.152Z[ recovery-image] Aug 20 07:16:49.987 INFO O| Aug 20 07:16:49.987 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91982026-08-20T07:16:51.152Z[ recovery-image] Aug 20 07:16:49.987 INFO O| Aug 20 07:16:49.987 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91992026-08-20T07:16:51.473Z[verify-libraries] Compiling polar-core v0.27.3
92002026-08-20T07:16:55.624Z[ recovery-image] Aug 20 07:16:54.453 INFO O| Aug 20 07:16:54.453 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
92012026-08-20T07:16:55.625Z[ recovery-image] Aug 20 07:16:54.453 INFO O| Aug 20 07:16:54.453 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92022026-08-20T07:16:55.634Z[ recovery-image] Aug 20 07:16:54.467 INFO O| Aug 20 07:16:54.467 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
92032026-08-20T07:16:55.731Z[ recovery-image] Aug 20 07:16:54.565 INFO O| Aug 20 07:16:54.565 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
92042026-08-20T07:16:55.801Z[ recovery-image] Aug 20 07:16:54.631 INFO O| Aug 20 07:16:54.631 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92052026-08-20T07:16:55.865Z[ recovery-image] Aug 20 07:16:54.697 INFO O| Aug 20 07:16:54.697 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92062026-08-20T07:16:55.865Z[ recovery-image] Aug 20 07:16:54.697 INFO O| Aug 20 07:16:54.697 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 ...
92072026-08-20T07:16:55.869Z[ recovery-image] Aug 20 07:16:54.698 INFO O| Aug 20 07:16:54.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92082026-08-20T07:16:55.870Z[ recovery-image] Aug 20 07:16:54.698 INFO O| Aug 20 07:16:54.698 INFO ok!
92092026-08-20T07:16:55.870Z[ recovery-image] Aug 20 07:16:54.698 INFO O| Aug 20 07:16:54.698 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92102026-08-20T07:16:55.870Z[ recovery-image] Aug 20 07:16:54.698 INFO O| Aug 20 07:16:54.698 INFO STEP 100 (seed_smf) COMPLETE
92112026-08-20T07:16:55.870Z[ recovery-image] Aug 20 07:16:54.698 INFO O| Aug 20 07:16:54.698 INFO steps complete; finalising image!
92122026-08-20T07:16:55.870Z[ recovery-image] Aug 20 07:16:54.698 INFO O| Aug 20 07:16:54.698 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92132026-08-20T07:16:55.926Z[ recovery-image] Aug 20 07:16:54.759 INFO O| Aug 20 07:16:54.759 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Thu Aug 20 07:16:54 2026)
92142026-08-20T07:16:56.136Z[ recovery-image] Aug 20 07:16:54.965 INFO O| Aug 20 07:16:54.965 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Thu Aug 20 07:16:54 2026)
92152026-08-20T07:16:56.338Z[ recovery-image] Aug 20 07:16:55.172 INFO O| Aug 20 07:16:55.172 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Thu Aug 20 07:16:54 2026)
92162026-08-20T07:16:56.529Z[ host-image] Aug 20 07:16:55.360 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24193:20260819T212218Z
92172026-08-20T07:16:56.530Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24193:20260819T212218Z
92182026-08-20T07:16:56.540Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92192026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92202026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92212026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92222026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92232026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92242026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260820T070328Z
92252026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92262026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92272026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.361 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24193:20260819T212219Z
92282026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.362 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24193:20260819T212219Z
92292026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.362 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24193:20260819T212219Z
92302026-08-20T07:16:56.541Z[ host-image] Aug 20 07:16:55.362 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24193:20260819T212219Z
92312026-08-20T07:16:56.543Z[ host-image] Aug 20 07:16:55.362 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92322026-08-20T07:16:56.543Z[ host-image] Aug 20 07:16:55.362 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24193:20260819T212219Z
92332026-08-20T07:16:56.543Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24193:20260819T212219Z
92342026-08-20T07:16:56.543Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24193:20260819T212219Z
92352026-08-20T07:16:56.543Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24193:20260819T212219Z
92362026-08-20T07:16:56.543Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24193:20260819T212220Z
92372026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24193:20260819T212220Z
92382026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24193:20260819T212220Z
92392026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24193:20260819T212220Z
92402026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24193:20260819T212220Z
92412026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24193:20260819T212221Z
92422026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24193:20260819T212221Z
92432026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24193:20260819T212221Z
92442026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24193:20260819T212221Z
92452026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24193:20260819T212222Z
92462026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24193:20260819T212222Z
92472026-08-20T07:16:56.544Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92482026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24193:20260819T212223Z
92492026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24193:20260819T212224Z
92502026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24193:20260819T212224Z
92512026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24193:20260819T212224Z
92522026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.363 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24193:20260819T212224Z
92532026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.364 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24193:20260819T212225Z
92542026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.364 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24193:20260819T212225Z
92552026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92562026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24193:20260819T212225Z
92572026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92582026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92592026-08-20T07:16:56.546Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92602026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92612026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24193:20260819T212225Z
92622026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92632026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92642026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92652026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.367 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92662026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.371 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92672026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.371 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92682026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.371 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92692026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.371 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92702026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.371 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92712026-08-20T07:16:56.547Z[ host-image] Aug 20 07:16:55.371 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92722026-08-20T07:16:56.555Z[ recovery-image] Aug 20 07:16:55.377 INFO O| Aug 20 07:16:55.377 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Thu Aug 20 07:16:54 2026)
92732026-08-20T07:16:56.556Z[ host-image] Aug 20 07:16:55.383 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92742026-08-20T07:16:56.556Z[ host-image] Aug 20 07:16:55.383 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92752026-08-20T07:16:56.556Z[ host-image] Aug 20 07:16:55.383 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92762026-08-20T07:16:56.556Z[ host-image] Aug 20 07:16:55.383 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24193:20260819T212226Z
92772026-08-20T07:16:56.556Z[ host-image] Aug 20 07:16:55.383 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24193:20260819T212229Z
92782026-08-20T07:16:56.556Z[ host-image] Aug 20 07:16:55.383 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92792026-08-20T07:16:56.556Z[ host-image] Aug 20 07:16:55.384 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24193:20260819T212229Z
92802026-08-20T07:16:56.556Z[ host-image] Aug 20 07:16:55.384 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92812026-08-20T07:16:56.556Z[ host-image] Aug 20 07:16:55.384 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92822026-08-20T07:16:56.557Z[ host-image] Aug 20 07:16:55.384 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92832026-08-20T07:16:56.557Z[ host-image] Aug 20 07:16:55.384 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92842026-08-20T07:16:56.557Z[ host-image] Aug 20 07:16:55.384 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24193:20260819T212229Z
92852026-08-20T07:16:56.557Z[ host-image] Aug 20 07:16:55.384 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92862026-08-20T07:16:56.557Z[ host-image] Aug 20 07:16:55.385 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92872026-08-20T07:16:56.557Z[ host-image] Aug 20 07:16:55.385 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92882026-08-20T07:16:56.558Z[ host-image] Aug 20 07:16:55.385 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92892026-08-20T07:16:56.558Z[ host-image] Aug 20 07:16:55.385 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24193:20260819T212229Z
92902026-08-20T07:16:56.558Z[ host-image] Aug 20 07:16:55.385 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92912026-08-20T07:16:56.569Z[ host-image] Aug 20 07:16:55.389 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92922026-08-20T07:16:56.569Z[ host-image] Aug 20 07:16:55.389 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24193:20260819T212229Z
92932026-08-20T07:16:56.569Z[ host-image] Aug 20 07:16:55.389 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24193:20260819T212229Z
92942026-08-20T07:16:56.569Z[ host-image] Aug 20 07:16:55.390 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24193:20260819T212229Z
92952026-08-20T07:16:56.569Z[ host-image] Aug 20 07:16:55.390 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92962026-08-20T07:16:56.569Z[ host-image] Aug 20 07:16:55.390 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24193:20260819T212230Z
92972026-08-20T07:16:56.569Z[ host-image] Aug 20 07:16:55.390 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24193:20260819T212230Z
92982026-08-20T07:16:56.569Z[ host-image] Aug 20 07:16:55.390 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24193:20260819T212230Z
92992026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.390 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24193:20260819T212230Z
93002026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.391 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93012026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.391 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24193:20260819T212230Z
93022026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.391 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24193:20260819T212231Z
93032026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.391 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93042026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.391 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24193:20260819T212231Z
93052026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.391 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24193:20260819T212231Z
93062026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.391 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24193:20260819T212231Z
93072026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.392 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24193:20260819T212231Z
93082026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.394 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24193:20260819T212231Z
93092026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.394 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93102026-08-20T07:16:56.570Z[ host-image] Aug 20 07:16:55.394 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24193:20260819T212231Z
93112026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.394 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24193:20260819T212231Z
93122026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.394 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24193:20260819T212231Z
93132026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.394 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24193:20260819T212231Z
93142026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.394 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24193:20260819T212232Z
93152026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.395 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24193:20260819T212232Z
93162026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.395 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24193:20260819T212232Z
93172026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.395 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24193:20260819T212232Z
93182026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.398 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24193:20260819T212233Z
93192026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.398 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24193:20260819T212232Z
93202026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.398 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24193:20260819T212232Z
93212026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.398 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24193:20260819T212232Z
93222026-08-20T07:16:56.571Z[ host-image] Aug 20 07:16:55.398 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24193:20260819T212233Z
93232026-08-20T07:16:56.578Z[ host-image] Aug 20 07:16:55.404 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24193:20260819T212234Z
93242026-08-20T07:16:56.578Z[ host-image] Aug 20 07:16:55.404 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24193:20260819T212233Z
93252026-08-20T07:16:56.578Z[ host-image] Aug 20 07:16:55.404 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24193:20260819T212233Z
93262026-08-20T07:16:56.578Z[ host-image] Aug 20 07:16:55.404 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93272026-08-20T07:16:56.578Z[ host-image] Aug 20 07:16:55.404 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93282026-08-20T07:16:56.582Z[ host-image] Aug 20 07:16:55.412 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24193:20260819T212233Z
93292026-08-20T07:16:56.582Z[ host-image] Aug 20 07:16:55.412 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93302026-08-20T07:16:56.582Z[ host-image] Aug 20 07:16:55.412 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24193:20260819T212233Z
93312026-08-20T07:16:56.582Z[ host-image] Aug 20 07:16:55.412 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24193:20260819T212233Z
93322026-08-20T07:16:56.582Z[ host-image] Aug 20 07:16:55.413 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24193:20260819T212233Z
93332026-08-20T07:16:56.582Z[ host-image] Aug 20 07:16:55.413 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93342026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.413 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93352026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.413 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24193:20260819T212234Z
93362026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.413 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24193:20260819T212234Z
93372026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.413 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24193:20260819T212234Z
93382026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.413 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24193:20260819T212234Z
93392026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.413 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24193:20260819T212234Z
93402026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.413 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24193:20260819T212234Z
93412026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.414 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93422026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.414 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24193:20260819T212234Z
93432026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.414 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24193:20260819T212234Z
93442026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.414 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24193:20260819T212234Z
93452026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24193:20260819T212235Z
93462026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24193:20260819T212235Z
93472026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24193:20260819T212235Z
93482026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93492026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93502026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24193:20260819T212236Z
93512026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24193:20260819T212236Z
93522026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93532026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93542026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93552026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93562026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93572026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.415 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93582026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.416 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93592026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.416 INFO O| tempdir @ "/tmp/.tmpXzgJrw/tmp"
93602026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.416 INFO O| image root @ "/tmp/.tmpXzgJrw/tmp/root"
93612026-08-20T07:16:56.583Z[ host-image] Aug 20 07:16:55.416 INFO O| creating image...
93622026-08-20T07:16:56.748Z[ recovery-image] Aug 20 07:16:55.583 INFO O| Aug 20 07:16:55.583 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Thu Aug 20 07:16:54 2026)
93632026-08-20T07:16:59.998Z[ recovery-image] Aug 20 07:16:58.833 INFO O| Aug 20 07:16:58.833 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 20 07:16:54 2026)
93642026-08-20T07:17:00.106Z[verify-libraries] Compiling oso v0.27.3
93652026-08-20T07:17:00.247Z[ recovery-image] Aug 20 07:16:59.082 INFO O| Aug 20 07:16:59.082 INFO temporary pool has 503M used, 1.26G avail, 1.00x compressratio
93662026-08-20T07:17:00.247Z[ recovery-image] Aug 20 07:16:59.082 INFO O| Aug 20 07:16:59.082 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93672026-08-20T07:17:02.113Z[ recovery-image] Aug 20 07:17:00.948 INFO O| Aug 20 07:17:00.948 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
93682026-08-20T07:17:02.117Z[ recovery-image] Aug 20 07:17:00.948 INFO O| Aug 20 07:17:00.948 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93692026-08-20T07:17:03.745Z[ host-image] Aug 20 07:17:02.580 INFO O| copying publishers...
93702026-08-20T07:17:04.808Z[ recovery-image] Aug 20 07:17:03.643 INFO O| Aug 20 07:17:03.643 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93712026-08-20T07:17:04.808Z[ recovery-image] Aug 20 07:17:03.643 INFO O| Aug 20 07:17:03.643 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93722026-08-20T07:17:04.808Z[ recovery-image] Aug 20 07:17:03.643 INFO O| Aug 20 07:17:03.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93732026-08-20T07:17:04.812Z[ recovery-image] Aug 20 07:17:03.643 INFO O| Aug 20 07:17:03.643 INFO completed processing sled/zfs-recovery
93742026-08-20T07:17:04.812Z[ recovery-image] Aug 20 07:17:03.643 INFO O| Aug 20 07:17:03.643 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93752026-08-20T07:17:05.925Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93762026-08-20T07:17:06.102Z[ recovery-image] Aug 20 07:17:04.935 INFO O| Aug 20 07:17:04.935 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93772026-08-20T07:17:06.218Z[ recovery-image] Aug 20 07:17:05.052 INFO BUILD STRING "heads/stlouis-0-g328a187b5d\n"
93782026-08-20T07:17:06.218Z[ recovery-image] Aug 20 07:17:05.052 INFO expanded image name: "recovery 6aca0e9/${os_short_commit} 2026-08-20 07:03" -> "recovery 6aca0e9/328a187 2026-08-20 07:03"
93792026-08-20T07:17:06.218Z[ recovery-image] Aug 20 07:17:05.052 INFO output artefacts stored in: "/work/os-recovery"
93802026-08-20T07:17:06.227Z[ recovery-image] Aug 20 07:17:05.052 INFO collecting git info from project "amd-host-image-builder"...
93812026-08-20T07:17:06.263Z[ recovery-image] Aug 20 07:17:05.097 INFO collecting git info from project "image-builder"...
93822026-08-20T07:17:06.269Z[ recovery-image] Aug 20 07:17:05.104 INFO collecting git info from project "chelsio-t6-roms"...
93832026-08-20T07:17:06.288Z[ recovery-image] Aug 20 07:17:05.122 INFO collecting git info from project "phbl"...
93842026-08-20T07:17:06.294Z[ recovery-image] Aug 20 07:17:05.128 INFO collecting git info from project "pilot"...
93852026-08-20T07:17:06.324Z[ recovery-image] Aug 20 07:17:05.158 INFO collecting git info from project "pinprick"...
93862026-08-20T07:17:06.341Z[ recovery-image] Aug 20 07:17:05.175 INFO collecting git info from project "amd-firmware"...
93872026-08-20T07:17:06.906Z[ recovery-image] Aug 20 07:17:05.739 INFO collecting git info from project "bootserver"...
93882026-08-20T07:17:06.913Z[ recovery-image] Aug 20 07:17:05.747 INFO collecting git info from project "dmar-report"...
93892026-08-20T07:17:06.922Z[ recovery-image] Aug 20 07:17:05.757 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93902026-08-20T07:17:07.315Z[ recovery-image] Aug 20 07:17:06.149 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93912026-08-20T07:17:07.528Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93922026-08-20T07:17:07.670Z[ recovery-image] Aug 20 07:17:06.504 INFO creating Oxide boot image...
93932026-08-20T07:17:07.670Z[ recovery-image] Aug 20 07:17:06.504 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 6aca0e9/328a187 2026-08-20 07:03", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93942026-08-20T07:17:07.732Z[ host-image] Aug 20 07:17:06.566 INFO O| adding properties...
93952026-08-20T07:17:09.131Z[ host-image] Aug 20 07:17:07.966 INFO O| installing packages...
93962026-08-20T07:17:14.615Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93972026-08-20T07:17:18.035Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93982026-08-20T07:17:19.590Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93992026-08-20T07:17:19.650Z[ host-image] Aug 20 07:17:18.479 INFO O| seeding SMF database...
94002026-08-20T07:17:20.545Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94012026-08-20T07:17:22.799Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94022026-08-20T07:17:23.548Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94032026-08-20T07:17:24.453Z[ host-image] Aug 20 07:17:23.127 INFO O| configuring SMF profile...
94042026-08-20T07:17:24.453Z[ host-image] Aug 20 07:17:23.128 INFO O| modifying shadow(5)...
94052026-08-20T07:17:24.457Z[ host-image] Aug 20 07:17:23.128 INFO O| loading user and group database...
94062026-08-20T07:17:24.457Z[ host-image] Aug 20 07:17:23.128 INFO O| loading facet selections...
94072026-08-20T07:17:24.690Z[ host-image] Aug 20 07:17:23.494 INFO O| devel -> true
94082026-08-20T07:17:24.690Z[ host-image] Aug 20 07:17:23.494 INFO O| doc.man -> true
94092026-08-20T07:17:24.690Z[ host-image] Aug 20 07:17:23.495 INFO O| version-lock.shell/ksh93 -> true
94102026-08-20T07:17:24.690Z[ host-image] Aug 20 07:17:23.495 INFO O| version-lock.system/data/hardware-registry -> true
94112026-08-20T07:17:24.690Z[ host-image] Aug 20 07:17:23.495 INFO O| version-lock.system/data/zoneinfo -> true
94122026-08-20T07:17:24.691Z[ host-image] Aug 20 07:17:23.495 INFO O| version-lock.system/microcode/amd -> true
94132026-08-20T07:17:24.691Z[ host-image] Aug 20 07:17:23.495 INFO O| version-lock.system/microcode/intel -> true
94142026-08-20T07:17:24.691Z[ host-image] Aug 20 07:17:23.495 INFO O| version-lock.system/microcode/oxide -> true
94152026-08-20T07:17:24.691Z[ host-image] Aug 20 07:17:23.495 INFO O| assessing packaged files...
94162026-08-20T07:17:26.170Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94172026-08-20T07:17:26.873Z[ host-image] Aug 20 07:17:25.707 INFO O| creating archive...
94182026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.729 INFO O| missing from packaging:
94192026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.729 INFO O| "etc/.pwd.lock"
94202026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.729 INFO O| "etc/bash"
94212026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.733 INFO O| "etc/svc/profile/generic.xml"
94222026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.733 INFO O| "etc/svc/profile/inetd_services.xml"
94232026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.733 INFO O| "etc/svc/profile/name_service.xml"
94242026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.733 INFO O| "etc/svc/profile/platform.xml"
94252026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.733 INFO O| "etc/svc/profile/platform_omicron1.xml"
94262026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.733 INFO O| "etc/svc/repository.db"
94272026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.740 INFO O| "opt/ooce/share"
94282026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.740 INFO O| "opt/ooce/share/man"
94292026-08-20T07:17:26.921Z[ host-image] Aug 20 07:17:25.740 INFO O| "opt/ooce/share/man/man1"
94302026-08-20T07:17:26.922Z[ host-image] Aug 20 07:17:25.749 INFO O| finishing archive...
94312026-08-20T07:17:27.086Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94322026-08-20T07:17:28.746Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94332026-08-20T07:17:29.533Z[ host-image] Aug 20 07:17:28.367 INFO O| creating gzonly manifest...
94342026-08-20T07:17:29.548Z[ host-image] Aug 20 07:17:28.378 INFO O| ok
94352026-08-20T07:17:29.691Z[ host-image] Aug 20 07:17:28.524 INFO image builder template: ramdisk-02-trim...
94362026-08-20T07:17:29.691Z[ host-image] Aug 20 07:17:28.524 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/.tmp47yeOs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94372026-08-20T07:17:29.715Z[ host-image] Aug 20 07:17:28.550 INFO O| Aug 20 07:17:28.549 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94382026-08-20T07:17:29.723Z[ host-image] Aug 20 07:17:28.555 INFO O| Aug 20 07:17:28.555 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94392026-08-20T07:17:31.450Z[ host-image] Aug 20 07:17:30.279 INFO O| Aug 20 07:17:30.279 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94402026-08-20T07:17:36.838Z[ host-image] Aug 20 07:17:33.552 INFO O| Aug 20 07:17:33.552 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94412026-08-20T07:17:36.838Z[ host-image] Aug 20 07:17:33.552 INFO O| Aug 20 07:17:33.552 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94422026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:33.558 INFO O| Aug 20 07:17:33.558 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94432026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:33.561 INFO O| Aug 20 07:17:33.561 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94442026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:33.566 INFO O| Aug 20 07:17:33.566 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94452026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.614 INFO O| Aug 20 07:17:34.614 INFO rolled back to input snapshot; work may begin
94462026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.614 INFO O| Aug 20 07:17:34.614 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94472026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.618 INFO O| Aug 20 07:17:34.618 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.627 INFO O| Aug 20 07:17:34.627 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94492026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.666 INFO O| Aug 20 07:17:34.666 INFO STEP 0 (remove_files) COMPLETE
94502026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.666 INFO O| Aug 20 07:17:34.666 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.674 INFO O| Aug 20 07:17:34.674 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94522026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.676 INFO O| Aug 20 07:17:34.676 INFO STEP 1 (remove_files) COMPLETE
94532026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.676 INFO O| Aug 20 07:17:34.676 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.683 INFO O| Aug 20 07:17:34.683 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94552026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.695 INFO O| Aug 20 07:17:34.695 INFO STEP 2 (remove_files) COMPLETE
94562026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.695 INFO O| Aug 20 07:17:34.695 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-08-20T07:17:36.861Z[ host-image] Aug 20 07:17:34.703 INFO O| Aug 20 07:17:34.703 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94582026-08-20T07:17:36.862Z[ host-image] Aug 20 07:17:34.704 INFO O| Aug 20 07:17:34.704 INFO STEP 3 (remove_files) COMPLETE
94592026-08-20T07:17:36.862Z[ host-image] Aug 20 07:17:34.704 INFO O| Aug 20 07:17:34.704 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-08-20T07:17:36.862Z[ host-image] Aug 20 07:17:34.713 INFO O| Aug 20 07:17:34.713 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94612026-08-20T07:17:36.862Z[ host-image] Aug 20 07:17:34.716 INFO O| Aug 20 07:17:34.716 INFO STEP 4 (remove_files) COMPLETE
94622026-08-20T07:17:36.862Z[ host-image] Aug 20 07:17:34.716 INFO O| Aug 20 07:17:34.716 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-08-20T07:17:36.862Z[ host-image] Aug 20 07:17:34.723 INFO O| Aug 20 07:17:34.723 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94642026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.725 INFO O| Aug 20 07:17:34.725 INFO STEP 5 (remove_files) COMPLETE
94652026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.725 INFO O| Aug 20 07:17:34.725 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.735 INFO O| Aug 20 07:17:34.735 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94672026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.745 INFO O| Aug 20 07:17:34.745 INFO STEP 6 (remove_files) COMPLETE
94682026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.745 INFO O| Aug 20 07:17:34.745 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.745 INFO O| Aug 20 07:17:34.745 INFO skip step because feature "heliosv2" is not enabled
94702026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.745 INFO O| Aug 20 07:17:34.745 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.753 INFO O| Aug 20 07:17:34.753 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94722026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.764 INFO O| Aug 20 07:17:34.764 INFO STEP 8 (remove_files) COMPLETE
94732026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.764 INFO O| Aug 20 07:17:34.764 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.773 INFO O| Aug 20 07:17:34.773 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94752026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.840 INFO O| Aug 20 07:17:34.840 INFO STEP 9 (remove_files) COMPLETE
94762026-08-20T07:17:36.863Z[ host-image] Aug 20 07:17:34.840 INFO O| Aug 20 07:17:34.840 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.849 INFO O| Aug 20 07:17:34.849 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94782026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.927 INFO O| Aug 20 07:17:34.927 INFO STEP 10 (remove_files) COMPLETE
94792026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.927 INFO O| Aug 20 07:17:34.927 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.936 INFO O| Aug 20 07:17:34.935 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94812026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.938 INFO O| Aug 20 07:17:34.938 INFO STEP 11 (remove_files) COMPLETE
94822026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.938 INFO O| Aug 20 07:17:34.938 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.946 INFO O| Aug 20 07:17:34.946 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94842026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.947 INFO O| Aug 20 07:17:34.947 INFO STEP 12 (remove_files) COMPLETE
94852026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.947 INFO O| Aug 20 07:17:34.947 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.954 INFO O| Aug 20 07:17:34.954 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94872026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.956 INFO O| Aug 20 07:17:34.955 INFO STEP 13 (remove_files) COMPLETE
94882026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:34.956 INFO O| Aug 20 07:17:34.956 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:35.151 INFO O| Aug 20 07:17:35.151 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94902026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:35.156 INFO O| Aug 20 07:17:35.156 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94912026-08-20T07:17:36.865Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94922026-08-20T07:17:36.865Z[ host-image] Aug 20 07:17:35.194 INFO O| Aug 20 07:17:35.194 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94932026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.194 INFO O| Aug 20 07:17:35.194 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94942026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.194 INFO O| Aug 20 07:17:35.194 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94952026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.194 INFO O| Aug 20 07:17:35.194 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94962026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.195 INFO O| Aug 20 07:17:35.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94972026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.195 INFO O| Aug 20 07:17:35.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94982026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.195 INFO O| Aug 20 07:17:35.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94992026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.195 INFO O| Aug 20 07:17:35.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95002026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.195 INFO O| Aug 20 07:17:35.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95012026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.195 INFO O| Aug 20 07:17:35.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95022026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.195 INFO O| Aug 20 07:17:35.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95032026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.195 INFO O| Aug 20 07:17:35.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95042026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.195 INFO O| Aug 20 07:17:35.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95052026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.195 INFO O| Aug 20 07:17:35.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95062026-08-20T07:17:36.866Z[ host-image] Aug 20 07:17:35.196 INFO O| Aug 20 07:17:35.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95072026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.196 INFO O| Aug 20 07:17:35.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95082026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.203 INFO O| Aug 20 07:17:35.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95092026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.203 INFO O| Aug 20 07:17:35.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95102026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.208 INFO O| Aug 20 07:17:35.208 INFO STEP 14 (remove_files) COMPLETE
95112026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.208 INFO O| Aug 20 07:17:35.208 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.217 INFO O| Aug 20 07:17:35.217 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95132026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.218 INFO O| Aug 20 07:17:35.218 INFO STEP 15 (remove_files) COMPLETE
95142026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.218 INFO O| Aug 20 07:17:35.218 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.226 INFO O| Aug 20 07:17:35.226 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95162026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.231 INFO O| Aug 20 07:17:35.231 INFO STEP 16 (remove_files) COMPLETE
95172026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.231 INFO O| Aug 20 07:17:35.231 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.240 INFO O| Aug 20 07:17:35.240 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95192026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.240 INFO O| Aug 20 07:17:35.240 INFO STEP 17 (remove_files) COMPLETE
95202026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.240 INFO O| Aug 20 07:17:35.240 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-20T07:17:36.872Z[ host-image] Aug 20 07:17:35.247 INFO O| Aug 20 07:17:35.247 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95222026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.248 INFO O| Aug 20 07:17:35.248 INFO STEP 18 (remove_files) COMPLETE
95232026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.248 INFO O| Aug 20 07:17:35.248 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.256 INFO O| Aug 20 07:17:35.256 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95252026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.256 INFO O| Aug 20 07:17:35.256 INFO STEP 19 (remove_files) COMPLETE
95262026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.256 INFO O| Aug 20 07:17:35.256 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.264 INFO O| Aug 20 07:17:35.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95282026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.264 INFO O| Aug 20 07:17:35.264 INFO STEP 20 (remove_files) COMPLETE
95292026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.264 INFO O| Aug 20 07:17:35.264 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.272 INFO O| Aug 20 07:17:35.272 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95312026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.272 INFO O| Aug 20 07:17:35.272 INFO STEP 21 (remove_files) COMPLETE
95322026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.272 INFO O| Aug 20 07:17:35.272 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.279 INFO O| Aug 20 07:17:35.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95342026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.279 INFO O| Aug 20 07:17:35.279 INFO STEP 22 (remove_files) COMPLETE
95352026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.279 INFO O| Aug 20 07:17:35.279 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.287 INFO O| Aug 20 07:17:35.287 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95372026-08-20T07:17:36.874Z[ host-image] Aug 20 07:17:35.287 INFO O| Aug 20 07:17:35.287 INFO STEP 23 (remove_files) COMPLETE
95382026-08-20T07:17:36.875Z[ host-image] Aug 20 07:17:35.287 INFO O| Aug 20 07:17:35.287 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-08-20T07:17:36.875Z[ host-image] Aug 20 07:17:35.294 INFO O| Aug 20 07:17:35.294 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95402026-08-20T07:17:36.875Z[ host-image] Aug 20 07:17:35.295 INFO O| Aug 20 07:17:35.294 INFO STEP 24 (remove_files) COMPLETE
95412026-08-20T07:17:36.875Z[ host-image] Aug 20 07:17:35.295 INFO O| Aug 20 07:17:35.294 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-08-20T07:17:36.886Z[ host-image] Aug 20 07:17:35.301 INFO O| Aug 20 07:17:35.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95432026-08-20T07:17:36.886Z[ host-image] Aug 20 07:17:35.301 INFO O| Aug 20 07:17:35.301 INFO STEP 25 (remove_files) COMPLETE
95442026-08-20T07:17:36.886Z[ host-image] Aug 20 07:17:35.301 INFO O| Aug 20 07:17:35.301 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-20T07:17:36.886Z[ host-image] Aug 20 07:17:35.308 INFO O| Aug 20 07:17:35.308 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95462026-08-20T07:17:36.886Z[ host-image] Aug 20 07:17:35.308 INFO O| Aug 20 07:17:35.308 INFO STEP 26 (remove_files) COMPLETE
95472026-08-20T07:17:36.886Z[ host-image] Aug 20 07:17:35.308 INFO O| Aug 20 07:17:35.308 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.314 INFO O| Aug 20 07:17:35.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95492026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.314 INFO O| Aug 20 07:17:35.314 INFO STEP 27 (remove_files) COMPLETE
95502026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.314 INFO O| Aug 20 07:17:35.314 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.323 INFO O| Aug 20 07:17:35.323 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95522026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.323 INFO O| Aug 20 07:17:35.323 INFO STEP 28 (remove_files) COMPLETE
95532026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.323 INFO O| Aug 20 07:17:35.323 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.332 INFO O| Aug 20 07:17:35.331 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95552026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.332 INFO O| Aug 20 07:17:35.332 INFO STEP 29 (remove_files) COMPLETE
95562026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.332 INFO O| Aug 20 07:17:35.332 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.339 INFO O| Aug 20 07:17:35.339 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95582026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.339 INFO O| Aug 20 07:17:35.339 INFO STEP 30 (remove_files) COMPLETE
95592026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.339 INFO O| Aug 20 07:17:35.339 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.347 INFO O| Aug 20 07:17:35.347 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95612026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.347 INFO O| Aug 20 07:17:35.347 INFO STEP 31 (remove_files) COMPLETE
95622026-08-20T07:17:36.892Z[ host-image] Aug 20 07:17:35.347 INFO O| Aug 20 07:17:35.347 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.354 INFO O| Aug 20 07:17:35.354 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95642026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.354 INFO O| Aug 20 07:17:35.354 INFO STEP 32 (remove_files) COMPLETE
95652026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.354 INFO O| Aug 20 07:17:35.354 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.362 INFO O| Aug 20 07:17:35.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95672026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.362 INFO O| Aug 20 07:17:35.362 INFO STEP 33 (remove_files) COMPLETE
95682026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.363 INFO O| Aug 20 07:17:35.362 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.370 INFO O| Aug 20 07:17:35.370 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95702026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.370 INFO O| Aug 20 07:17:35.370 INFO STEP 34 (remove_files) COMPLETE
95712026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.370 INFO O| Aug 20 07:17:35.370 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.377 INFO O| Aug 20 07:17:35.377 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95732026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.377 INFO O| Aug 20 07:17:35.377 INFO STEP 35 (remove_files) COMPLETE
95742026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.377 INFO O| Aug 20 07:17:35.377 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.386 INFO O| Aug 20 07:17:35.386 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95762026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.387 INFO O| Aug 20 07:17:35.387 INFO STEP 36 (remove_files) COMPLETE
95772026-08-20T07:17:36.893Z[ host-image] Aug 20 07:17:35.387 INFO O| Aug 20 07:17:35.387 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.395 INFO O| Aug 20 07:17:35.395 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95792026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.395 INFO O| Aug 20 07:17:35.395 INFO STEP 37 (remove_files) COMPLETE
95802026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.395 INFO O| Aug 20 07:17:35.395 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.403 INFO O| Aug 20 07:17:35.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95822026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.403 INFO O| Aug 20 07:17:35.403 INFO STEP 38 (remove_files) COMPLETE
95832026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.403 INFO O| Aug 20 07:17:35.403 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.412 INFO O| Aug 20 07:17:35.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95852026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.412 INFO O| Aug 20 07:17:35.412 INFO STEP 39 (remove_files) COMPLETE
95862026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.412 INFO O| Aug 20 07:17:35.412 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.420 INFO O| Aug 20 07:17:35.420 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95882026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.420 INFO O| Aug 20 07:17:35.420 INFO STEP 40 (remove_files) COMPLETE
95892026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.420 INFO O| Aug 20 07:17:35.420 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.428 INFO O| Aug 20 07:17:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95912026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.428 INFO O| Aug 20 07:17:35.428 INFO STEP 41 (remove_files) COMPLETE
95922026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.428 INFO O| Aug 20 07:17:35.428 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.437 INFO O| Aug 20 07:17:35.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95942026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.437 INFO O| Aug 20 07:17:35.437 INFO STEP 42 (remove_files) COMPLETE
95952026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.437 INFO O| Aug 20 07:17:35.437 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.445 INFO O| Aug 20 07:17:35.445 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95972026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.445 INFO O| Aug 20 07:17:35.445 INFO STEP 43 (remove_files) COMPLETE
95982026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.445 INFO O| Aug 20 07:17:35.445 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.452 INFO O| Aug 20 07:17:35.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96002026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.452 INFO O| Aug 20 07:17:35.452 INFO STEP 44 (remove_files) COMPLETE
96012026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.452 INFO O| Aug 20 07:17:35.452 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.459 INFO O| Aug 20 07:17:35.459 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96032026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.459 INFO O| Aug 20 07:17:35.459 INFO STEP 45 (remove_files) COMPLETE
96042026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.459 INFO O| Aug 20 07:17:35.459 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.468 INFO O| Aug 20 07:17:35.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96062026-08-20T07:17:36.894Z[ host-image] Aug 20 07:17:35.468 INFO O| Aug 20 07:17:35.468 INFO STEP 46 (remove_files) COMPLETE
96072026-08-20T07:17:36.895Z[ host-image] Aug 20 07:17:35.468 INFO O| Aug 20 07:17:35.468 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.474 INFO O| Aug 20 07:17:35.474 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96092026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.475 INFO O| Aug 20 07:17:35.475 INFO STEP 47 (remove_files) COMPLETE
96102026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.475 INFO O| Aug 20 07:17:35.475 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.483 INFO O| Aug 20 07:17:35.483 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96122026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.483 INFO O| Aug 20 07:17:35.483 INFO STEP 48 (remove_files) COMPLETE
96132026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.483 INFO O| Aug 20 07:17:35.483 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.492 INFO O| Aug 20 07:17:35.492 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96152026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.492 INFO O| Aug 20 07:17:35.492 INFO STEP 49 (remove_files) COMPLETE
96162026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.492 INFO O| Aug 20 07:17:35.492 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.499 INFO O| Aug 20 07:17:35.499 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96182026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.499 INFO O| Aug 20 07:17:35.499 INFO STEP 50 (remove_files) COMPLETE
96192026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.499 INFO O| Aug 20 07:17:35.499 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.506 INFO O| Aug 20 07:17:35.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96212026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.506 INFO O| Aug 20 07:17:35.506 INFO STEP 51 (remove_files) COMPLETE
96222026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.506 INFO O| Aug 20 07:17:35.506 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.513 INFO O| Aug 20 07:17:35.513 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96242026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.513 INFO O| Aug 20 07:17:35.513 INFO STEP 52 (remove_files) COMPLETE
96252026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.513 INFO O| Aug 20 07:17:35.513 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.521 INFO O| Aug 20 07:17:35.521 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96272026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.521 INFO O| Aug 20 07:17:35.521 INFO STEP 53 (remove_files) COMPLETE
96282026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.521 INFO O| Aug 20 07:17:35.521 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.528 INFO O| Aug 20 07:17:35.528 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96302026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.528 INFO O| Aug 20 07:17:35.528 INFO STEP 54 (remove_files) COMPLETE
96312026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.528 INFO O| Aug 20 07:17:35.528 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-20T07:17:36.896Z[ host-image] Aug 20 07:17:35.535 INFO O| Aug 20 07:17:35.535 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96332026-08-20T07:17:36.897Z[ host-image] Aug 20 07:17:35.535 INFO O| Aug 20 07:17:35.535 INFO STEP 55 (remove_files) COMPLETE
96342026-08-20T07:17:36.897Z[ host-image] Aug 20 07:17:35.535 INFO O| Aug 20 07:17:35.535 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-20T07:17:36.897Z[ host-image] Aug 20 07:17:35.542 INFO O| Aug 20 07:17:35.542 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96362026-08-20T07:17:36.897Z[ host-image] Aug 20 07:17:35.542 INFO O| Aug 20 07:17:35.542 INFO STEP 56 (remove_files) COMPLETE
96372026-08-20T07:17:36.897Z[ host-image] Aug 20 07:17:35.542 INFO O| Aug 20 07:17:35.542 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-20T07:17:36.897Z[ host-image] Aug 20 07:17:35.551 INFO O| Aug 20 07:17:35.551 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96392026-08-20T07:17:36.897Z[ host-image] Aug 20 07:17:35.551 INFO O| Aug 20 07:17:35.551 INFO STEP 57 (remove_files) COMPLETE
96402026-08-20T07:17:36.897Z[ host-image] Aug 20 07:17:35.551 INFO O| Aug 20 07:17:35.551 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-08-20T07:17:36.897Z[ host-image] Aug 20 07:17:35.558 INFO O| Aug 20 07:17:35.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96422026-08-20T07:17:36.902Z[ host-image] Aug 20 07:17:35.558 INFO O| Aug 20 07:17:35.558 INFO STEP 58 (remove_files) COMPLETE
96432026-08-20T07:17:36.902Z[ host-image] Aug 20 07:17:35.558 INFO O| Aug 20 07:17:35.558 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-20T07:17:36.902Z[ host-image] Aug 20 07:17:35.566 INFO O| Aug 20 07:17:35.565 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96452026-08-20T07:17:36.902Z[ host-image] Aug 20 07:17:35.566 INFO O| Aug 20 07:17:35.566 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96462026-08-20T07:17:36.902Z[ host-image] Aug 20 07:17:35.566 INFO O| Aug 20 07:17:35.566 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96472026-08-20T07:17:36.902Z[ host-image] Aug 20 07:17:35.566 INFO O| Aug 20 07:17:35.566 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96482026-08-20T07:17:36.902Z[ host-image] Aug 20 07:17:35.566 INFO O| Aug 20 07:17:35.566 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96492026-08-20T07:17:36.902Z[ host-image] Aug 20 07:17:35.566 INFO O| Aug 20 07:17:35.566 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96502026-08-20T07:17:36.904Z[ host-image] Aug 20 07:17:35.566 INFO O| Aug 20 07:17:35.566 INFO ok!
96512026-08-20T07:17:36.904Z[ host-image] Aug 20 07:17:35.566 INFO O| Aug 20 07:17:35.566 INFO STEP 59 (ensure_file) COMPLETE
96522026-08-20T07:17:36.904Z[ host-image] Aug 20 07:17:35.566 INFO O| Aug 20 07:17:35.566 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.573 INFO O| Aug 20 07:17:35.573 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96542026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.573 INFO O| Aug 20 07:17:35.573 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96552026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.573 INFO O| Aug 20 07:17:35.573 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96562026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.573 INFO O| Aug 20 07:17:35.573 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96572026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.574 INFO O| Aug 20 07:17:35.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96582026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.574 INFO O| Aug 20 07:17:35.573 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96592026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.574 INFO O| Aug 20 07:17:35.574 INFO ok!
96602026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.574 INFO O| Aug 20 07:17:35.574 INFO STEP 60 (ensure_file) COMPLETE
96612026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.574 INFO O| Aug 20 07:17:35.574 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.581 INFO O| Aug 20 07:17:35.580 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96632026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.581 INFO O| Aug 20 07:17:35.580 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96642026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.581 INFO O| Aug 20 07:17:35.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96652026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.581 INFO O| Aug 20 07:17:35.581 INFO ok!
96662026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.581 INFO O| Aug 20 07:17:35.581 INFO STEP 61 (ensure_file) COMPLETE
96672026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.581 INFO O| Aug 20 07:17:35.581 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.588 INFO O| Aug 20 07:17:35.588 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96692026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.588 INFO O| Aug 20 07:17:35.588 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96702026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.588 INFO O| Aug 20 07:17:35.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96712026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.588 INFO O| Aug 20 07:17:35.588 INFO ok!
96722026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.588 INFO O| Aug 20 07:17:35.588 INFO STEP 62 (ensure_file) COMPLETE
96732026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.588 INFO O| Aug 20 07:17:35.588 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-08-20T07:17:36.905Z[ host-image] Aug 20 07:17:35.597 INFO O| Aug 20 07:17:35.597 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96752026-08-20T07:17:36.906Z[ host-image] Aug 20 07:17:35.597 INFO O| Aug 20 07:17:35.597 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96762026-08-20T07:17:36.906Z[ host-image] Aug 20 07:17:35.597 INFO O| Aug 20 07:17:35.597 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96772026-08-20T07:17:36.906Z[ host-image] Aug 20 07:17:35.597 INFO O| Aug 20 07:17:35.597 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96782026-08-20T07:17:36.906Z[ host-image] Aug 20 07:17:35.597 INFO O| Aug 20 07:17:35.597 INFO ok!
96792026-08-20T07:17:36.906Z[ host-image] Aug 20 07:17:35.597 INFO O| Aug 20 07:17:35.597 INFO STEP 63 (ensure_file) COMPLETE
96802026-08-20T07:17:36.906Z[ host-image] Aug 20 07:17:35.597 INFO O| Aug 20 07:17:35.597 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-20T07:17:36.906Z[ host-image] Aug 20 07:17:35.604 INFO O| Aug 20 07:17:35.604 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96822026-08-20T07:17:36.906Z[ host-image] Aug 20 07:17:35.605 INFO O| Aug 20 07:17:35.604 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96832026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.605 INFO O| Aug 20 07:17:35.604 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96842026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.605 INFO O| Aug 20 07:17:35.605 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96852026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.605 INFO O| Aug 20 07:17:35.605 INFO ok!
96862026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.605 INFO O| Aug 20 07:17:35.605 INFO STEP 64 (ensure_file) COMPLETE
96872026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.605 INFO O| Aug 20 07:17:35.605 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.615 INFO O| Aug 20 07:17:35.615 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96892026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.615 INFO O| Aug 20 07:17:35.615 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96902026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.615 INFO O| Aug 20 07:17:35.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96912026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.615 INFO O| Aug 20 07:17:35.615 INFO ok!
96922026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.615 INFO O| Aug 20 07:17:35.615 INFO STEP 65 (assemble_files) COMPLETE
96932026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.615 INFO O| Aug 20 07:17:35.615 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96942026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.625 INFO O| Aug 20 07:17:35.625 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96952026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.625 INFO O| Aug 20 07:17:35.625 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96962026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.625 INFO O| Aug 20 07:17:35.625 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96972026-08-20T07:17:36.908Z[ host-image] Aug 20 07:17:35.625 INFO O| Aug 20 07:17:35.625 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96982026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.625 INFO O| Aug 20 07:17:35.625 INFO ok!
96992026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.625 INFO O| Aug 20 07:17:35.625 INFO STEP 66 (ensure_file) COMPLETE
97002026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.625 INFO O| Aug 20 07:17:35.625 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.635 INFO O| Aug 20 07:17:35.635 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97022026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.635 INFO O| Aug 20 07:17:35.635 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97032026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.635 INFO O| Aug 20 07:17:35.635 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97042026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.635 INFO O| Aug 20 07:17:35.635 INFO STEP 67 (ensure_dir) COMPLETE
97052026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.636 INFO O| Aug 20 07:17:35.635 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97062026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.645 INFO O| Aug 20 07:17:35.645 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97072026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.645 INFO O| Aug 20 07:17:35.645 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 ...
97082026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.650 INFO O| Aug 20 07:17:35.650 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
97092026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.650 INFO O| Aug 20 07:17:35.650 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97102026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.650 INFO O| Aug 20 07:17:35.650 INFO ok!
97112026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.650 INFO O| Aug 20 07:17:35.650 INFO STEP 68 (ensure_file) COMPLETE
97122026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.650 INFO O| Aug 20 07:17:35.650 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97132026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.660 INFO O| Aug 20 07:17:35.660 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97142026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.660 INFO O| Aug 20 07:17:35.660 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 ...
97152026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.660 INFO O| Aug 20 07:17:35.660 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
97162026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.660 INFO O| Aug 20 07:17:35.660 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97172026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.660 INFO O| Aug 20 07:17:35.660 INFO ok!
97182026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.660 INFO O| Aug 20 07:17:35.660 INFO STEP 69 (ensure_file) COMPLETE
97192026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.660 INFO O| Aug 20 07:17:35.660 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97202026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.674 INFO O| Aug 20 07:17:35.674 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97212026-08-20T07:17:36.909Z[ host-image] Aug 20 07:17:35.674 INFO O| Aug 20 07:17:35.674 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97222026-08-20T07:17:38.392Z[ host-image] Aug 20 07:17:37.226 INFO O| Aug 20 07:17:37.226 INFO STEP 70 (pack_tar) COMPLETE
97232026-08-20T07:17:38.392Z[ host-image] Aug 20 07:17:37.226 INFO O| Aug 20 07:17:37.226 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97242026-08-20T07:17:38.392Z[ host-image] Aug 20 07:17:37.227 INFO O| Aug 20 07:17:37.226 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97252026-08-20T07:17:38.937Z[ host-image] Aug 20 07:17:37.771 INFO O| Aug 20 07:17:37.771 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97262026-08-20T07:17:39.219Z[ host-image] Aug 20 07:17:38.053 INFO O| Aug 20 07:17:38.052 INFO completed processing sled/ramdisk-02-trim
97272026-08-20T07:17:39.232Z[ host-image] Aug 20 07:17:38.055 INFO image builder template: zfs...
97282026-08-20T07:17:39.232Z[ host-image] Aug 20 07:17:38.055 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/.tmp47yeOs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97292026-08-20T07:17:39.232Z[ host-image] Aug 20 07:17:38.066 INFO O| Aug 20 07:17:38.066 INFO skip include "stress" because feature "stress" is not enabled
97302026-08-20T07:17:39.236Z[ host-image] Aug 20 07:17:38.066 INFO O| Aug 20 07:17:38.066 INFO skip include "stress" because feature "compliance" is not enabled
97312026-08-20T07:17:39.260Z[ host-image] Aug 20 07:17:38.094 INFO O| Aug 20 07:17:38.094 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97322026-08-20T07:17:39.263Z[ host-image] Aug 20 07:17:38.098 INFO O| Aug 20 07:17:38.098 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97332026-08-20T07:17:39.370Z[ host-image] Aug 20 07:17:38.204 INFO O| Aug 20 07:17:38.203 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97342026-08-20T07:17:39.440Z[ host-image] Aug 20 07:17:38.274 INFO O| Aug 20 07:17:38.274 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97352026-08-20T07:17:39.440Z[ host-image] Aug 20 07:17:38.274 INFO O| Aug 20 07:17:38.274 INFO work dataset: rpool/images/build/host/work/sled/zfs
97362026-08-20T07:17:39.444Z[ host-image] Aug 20 07:17:38.278 INFO O| Aug 20 07:17:38.278 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97372026-08-20T07:17:39.540Z[ host-image] Aug 20 07:17:38.374 INFO O| Aug 20 07:17:38.374 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97382026-08-20T07:17:39.633Z[ host-image] Aug 20 07:17:38.467 INFO O| Aug 20 07:17:38.467 INFO DESTROY POOL: TEMPORARY-sled-zfs
97392026-08-20T07:17:39.641Z[ host-image] Aug 20 07:17:38.476 INFO O| Aug 20 07:17:38.476 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97402026-08-20T07:17:39.645Z[ host-image] Aug 20 07:17:38.480 INFO O| Aug 20 07:17:38.480 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97412026-08-20T07:17:39.649Z[ host-image] Aug 20 07:17:38.480 INFO O| Aug 20 07:17:38.480 INFO no lofi found
97422026-08-20T07:17:39.649Z[ host-image] Aug 20 07:17:38.480 INFO O| Aug 20 07:17:38.480 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97432026-08-20T07:17:39.649Z[ host-image] Aug 20 07:17:38.480 INFO O| Aug 20 07:17:38.480 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97442026-08-20T07:17:40.321Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97452026-08-20T07:17:41.167Z[ host-image] Aug 20 07:17:40.001 INFO O| Aug 20 07:17:40.001 INFO lofi device = /dev/dsk/c2t1d0p0
97462026-08-20T07:17:41.167Z[ host-image] Aug 20 07:17:40.001 INFO O| Aug 20 07:17:40.001 INFO pool device = /dev/dsk/c2t1d0p0
97472026-08-20T07:17:41.171Z[ host-image] Aug 20 07:17:40.001 INFO O| Aug 20 07:17:40.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"]
97482026-08-20T07:17:41.246Z[ host-image] Aug 20 07:17:40.080 INFO O| Aug 20 07:17:40.080 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97492026-08-20T07:17:41.246Z[ host-image] Aug 20 07:17:40.080 INFO O| Aug 20 07:17:40.080 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97502026-08-20T07:17:41.269Z[ host-image] Aug 20 07:17:40.103 INFO O| Aug 20 07:17:40.103 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97512026-08-20T07:17:41.325Z[ host-image] Aug 20 07:17:40.159 INFO O| Aug 20 07:17:40.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97522026-08-20T07:17:41.354Z[ host-image] Aug 20 07:17:40.189 INFO O| Aug 20 07:17:40.189 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97532026-08-20T07:17:41.369Z[ host-image] Aug 20 07:17:40.203 INFO O| Aug 20 07:17:40.203 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97542026-08-20T07:17:41.380Z[ host-image] Aug 20 07:17:40.214 INFO O| Aug 20 07:17:40.214 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97552026-08-20T07:17:41.417Z[ host-image] Aug 20 07:17:40.251 INFO O| Aug 20 07:17:40.250 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97562026-08-20T07:17:41.417Z[ host-image] Aug 20 07:17:40.251 INFO O| Aug 20 07:17:40.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97572026-08-20T07:17:41.417Z[ host-image] Aug 20 07:17:40.251 INFO O| Aug 20 07:17:40.251 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97582026-08-20T07:17:41.424Z[ host-image] Aug 20 07:17:40.259 INFO O| Aug 20 07:17:40.259 INFO boot environment UUID: d3e413e8-4145-4b06-938f-ceea5c973a57
97592026-08-20T07:17:41.425Z[ host-image] Aug 20 07:17:40.259 INFO O| Aug 20 07:17:40.259 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d3e413e8-4145-4b06-938f-ceea5c973a57
97602026-08-20T07:17:41.437Z[ host-image] Aug 20 07:17:40.271 INFO O| Aug 20 07:17:40.271 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97612026-08-20T07:17:41.448Z[ host-image] Aug 20 07:17:40.283 INFO O| Aug 20 07:17:40.283 INFO STEP 0 (create_be) COMPLETE
97622026-08-20T07:17:41.448Z[ host-image] Aug 20 07:17:40.283 INFO O| Aug 20 07:17:40.283 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97632026-08-20T07:17:41.464Z[ host-image] Aug 20 07:17:40.298 INFO O| Aug 20 07:17:40.298 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97642026-08-20T07:17:51.883Z[ host-image] Aug 20 07:17:50.717 INFO O| Aug 20 07:17:50.717 INFO STEP 1 (unpack_tar) COMPLETE
97652026-08-20T07:17:51.883Z[ host-image] Aug 20 07:17:50.717 INFO O| Aug 20 07:17:50.717 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-08-20T07:17:51.895Z[ host-image] Aug 20 07:17:50.729 INFO O| Aug 20 07:17:50.729 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97672026-08-20T07:17:52.225Z[ host-image] Aug 20 07:17:51.059 INFO O| Aug 20 07:17:51.059 INFO STEP 2 (devfsadm) COMPLETE
97682026-08-20T07:17:52.225Z[ host-image] Aug 20 07:17:51.059 INFO O| Aug 20 07:17:51.059 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-08-20T07:17:52.236Z[ host-image] Aug 20 07:17:51.071 INFO O| Aug 20 07:17:51.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97702026-08-20T07:17:52.236Z[ host-image] Aug 20 07:17:51.071 INFO O| Aug 20 07:17:51.070 INFO STEP 3 (ensure_dir) COMPLETE
97712026-08-20T07:17:52.240Z[ host-image] Aug 20 07:17:51.071 INFO O| Aug 20 07:17:51.071 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97722026-08-20T07:17:52.247Z[ host-image] Aug 20 07:17:51.081 INFO O| Aug 20 07:17:51.081 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97732026-08-20T07:17:52.247Z[ host-image] Aug 20 07:17:51.081 INFO O| Aug 20 07:17:51.081 INFO STEP 4 (ensure_dir) COMPLETE
97742026-08-20T07:17:52.250Z[ host-image] Aug 20 07:17:51.081 INFO O| Aug 20 07:17:51.081 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97752026-08-20T07:17:52.256Z[ host-image] Aug 20 07:17:51.091 INFO O| Aug 20 07:17:51.091 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97762026-08-20T07:17:52.256Z[ host-image] Aug 20 07:17:51.091 INFO O| Aug 20 07:17:51.091 INFO STEP 5 (ensure_dir) COMPLETE
97772026-08-20T07:17:52.260Z[ host-image] Aug 20 07:17:51.091 INFO O| Aug 20 07:17:51.091 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97782026-08-20T07:17:52.264Z[ host-image] Aug 20 07:17:51.099 INFO O| Aug 20 07:17:51.099 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97792026-08-20T07:17:52.264Z[ host-image] Aug 20 07:17:51.099 INFO O| Aug 20 07:17:51.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97802026-08-20T07:17:52.268Z[ host-image] Aug 20 07:17:51.099 INFO O| Aug 20 07:17:51.099 INFO STEP 6 (ensure_dir) COMPLETE
97812026-08-20T07:17:52.268Z[ host-image] Aug 20 07:17:51.099 INFO O| Aug 20 07:17:51.099 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-08-20T07:17:52.272Z[ host-image] Aug 20 07:17:51.107 INFO O| Aug 20 07:17:51.107 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97832026-08-20T07:17:52.275Z[ host-image] Aug 20 07:17:51.107 INFO O| Aug 20 07:17:51.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97842026-08-20T07:17:52.275Z[ host-image] Aug 20 07:17:51.107 INFO O| Aug 20 07:17:51.107 INFO STEP 7 (ensure_dir) COMPLETE
97852026-08-20T07:17:52.275Z[ host-image] Aug 20 07:17:51.107 INFO O| Aug 20 07:17:51.107 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-08-20T07:17:52.281Z[ host-image] Aug 20 07:17:51.116 INFO O| Aug 20 07:17:51.116 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97872026-08-20T07:17:52.285Z[ host-image] Aug 20 07:17:51.117 INFO O| Aug 20 07:17:51.117 INFO STEP 8 (remove_files) COMPLETE
97882026-08-20T07:17:52.285Z[ host-image] Aug 20 07:17:51.117 INFO O| Aug 20 07:17:51.117 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-08-20T07:17:52.291Z[ host-image] Aug 20 07:17:51.126 INFO O| Aug 20 07:17:51.126 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97902026-08-20T07:17:52.294Z[ host-image] Aug 20 07:17:51.126 INFO O| Aug 20 07:17:51.126 INFO STEP 9 (remove_files) COMPLETE
97912026-08-20T07:17:52.294Z[ host-image] Aug 20 07:17:51.126 INFO O| Aug 20 07:17:51.126 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-20T07:17:52.301Z[ host-image] Aug 20 07:17:51.136 INFO O| Aug 20 07:17:51.136 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97932026-08-20T07:17:52.304Z[ host-image] Aug 20 07:17:51.136 INFO O| Aug 20 07:17:51.136 INFO STEP 10 (remove_files) COMPLETE
97942026-08-20T07:17:52.304Z[ host-image] Aug 20 07:17:51.136 INFO O| Aug 20 07:17:51.136 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-08-20T07:17:52.312Z[ host-image] Aug 20 07:17:51.147 INFO O| Aug 20 07:17:51.147 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97962026-08-20T07:17:52.312Z[ host-image] Aug 20 07:17:51.147 INFO O| Aug 20 07:17:51.147 INFO STEP 11 (remove_files) COMPLETE
97972026-08-20T07:17:52.316Z[ host-image] Aug 20 07:17:51.147 INFO O| Aug 20 07:17:51.147 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-08-20T07:17:52.321Z[ host-image] Aug 20 07:17:51.156 INFO O| Aug 20 07:17:51.156 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97992026-08-20T07:17:52.321Z[ host-image] Aug 20 07:17:51.156 INFO O| Aug 20 07:17:51.156 INFO STEP 12 (remove_files) COMPLETE
98002026-08-20T07:17:52.322Z[ host-image] Aug 20 07:17:51.156 INFO O| Aug 20 07:17:51.156 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98012026-08-20T07:17:52.331Z[ host-image] Aug 20 07:17:51.165 INFO O| Aug 20 07:17:51.165 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98022026-08-20T07:17:52.334Z[ host-image] Aug 20 07:17:51.165 INFO O| Aug 20 07:17:51.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98032026-08-20T07:17:52.334Z[ host-image] Aug 20 07:17:51.166 INFO O| Aug 20 07:17:51.165 INFO STEP 13 (ensure_dir) COMPLETE
98042026-08-20T07:17:52.334Z[ host-image] Aug 20 07:17:51.166 INFO O| Aug 20 07:17:51.165 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-20T07:17:52.341Z[ host-image] Aug 20 07:17:51.175 INFO O| Aug 20 07:17:51.175 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98062026-08-20T07:17:52.344Z[ host-image] Aug 20 07:17:51.175 INFO O| Aug 20 07:17:51.175 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98072026-08-20T07:17:52.346Z[ host-image] Aug 20 07:17:51.175 INFO O| Aug 20 07:17:51.175 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98082026-08-20T07:17:52.346Z[ host-image] Aug 20 07:17:51.175 INFO O| Aug 20 07:17:51.175 INFO STEP 14 (ensure_dir) COMPLETE
98092026-08-20T07:17:52.346Z[ host-image] Aug 20 07:17:51.175 INFO O| Aug 20 07:17:51.175 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-08-20T07:17:52.350Z[ host-image] Aug 20 07:17:51.183 INFO O| Aug 20 07:17:51.183 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98112026-08-20T07:17:52.350Z[ host-image] Aug 20 07:17:51.184 INFO O| Aug 20 07:17:51.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98122026-08-20T07:17:52.350Z[ host-image] Aug 20 07:17:51.184 INFO O| Aug 20 07:17:51.184 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98132026-08-20T07:17:52.350Z[ host-image] Aug 20 07:17:51.184 INFO O| Aug 20 07:17:51.184 INFO STEP 15 (ensure_dir) COMPLETE
98142026-08-20T07:17:52.350Z[ host-image] Aug 20 07:17:51.184 INFO O| Aug 20 07:17:51.184 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-20T07:17:52.359Z[ host-image] Aug 20 07:17:51.193 INFO O| Aug 20 07:17:51.193 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98162026-08-20T07:17:52.359Z[ host-image] Aug 20 07:17:51.193 INFO O| Aug 20 07:17:51.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98172026-08-20T07:17:52.362Z[ host-image] Aug 20 07:17:51.193 INFO O| Aug 20 07:17:51.193 INFO STEP 16 (ensure_dir) COMPLETE
98182026-08-20T07:17:52.362Z[ host-image] Aug 20 07:17:51.193 INFO O| Aug 20 07:17:51.193 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-20T07:17:52.366Z[ host-image] Aug 20 07:17:51.201 INFO O| Aug 20 07:17:51.201 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98202026-08-20T07:17:52.369Z[ host-image] Aug 20 07:17:51.201 INFO O| Aug 20 07:17:51.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98212026-08-20T07:17:52.369Z[ host-image] Aug 20 07:17:51.201 INFO O| Aug 20 07:17:51.201 INFO STEP 17 (ensure_dir) COMPLETE
98222026-08-20T07:17:52.369Z[ host-image] Aug 20 07:17:51.201 INFO O| Aug 20 07:17:51.201 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-08-20T07:17:52.377Z[ host-image] Aug 20 07:17:51.212 INFO O| Aug 20 07:17:51.211 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98242026-08-20T07:17:52.377Z[ host-image] Aug 20 07:17:51.212 INFO O| Aug 20 07:17:51.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98252026-08-20T07:17:52.380Z[ host-image] Aug 20 07:17:51.212 INFO O| Aug 20 07:17:51.211 INFO ok!
98262026-08-20T07:17:52.381Z[ host-image] Aug 20 07:17:51.212 INFO O| Aug 20 07:17:51.212 INFO STEP 18 (ensure_symlink) COMPLETE
98272026-08-20T07:17:52.381Z[ host-image] Aug 20 07:17:51.212 INFO O| Aug 20 07:17:51.212 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-08-20T07:17:52.386Z[ host-image] Aug 20 07:17:51.221 INFO O| Aug 20 07:17:51.221 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98292026-08-20T07:17:52.387Z[ host-image] Aug 20 07:17:51.221 INFO O| Aug 20 07:17:51.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98302026-08-20T07:17:52.390Z[ host-image] Aug 20 07:17:51.221 INFO O| Aug 20 07:17:51.221 INFO ok!
98312026-08-20T07:17:52.390Z[ host-image] Aug 20 07:17:51.221 INFO O| Aug 20 07:17:51.221 INFO STEP 19 (ensure_file) COMPLETE
98322026-08-20T07:17:52.390Z[ host-image] Aug 20 07:17:51.221 INFO O| Aug 20 07:17:51.221 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98332026-08-20T07:17:52.396Z[ host-image] Aug 20 07:17:51.231 INFO O| Aug 20 07:17:51.231 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98342026-08-20T07:17:52.396Z[ host-image] Aug 20 07:17:51.231 INFO O| Aug 20 07:17:51.231 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98352026-08-20T07:17:52.400Z[ host-image] Aug 20 07:17:51.231 INFO O| Aug 20 07:17:51.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98362026-08-20T07:17:52.401Z[ host-image] Aug 20 07:17:51.231 INFO O| Aug 20 07:17:51.231 INFO ok!
98372026-08-20T07:17:52.401Z[ host-image] Aug 20 07:17:51.231 INFO O| Aug 20 07:17:51.231 INFO STEP 20 (ensure_symlink) COMPLETE
98382026-08-20T07:17:52.401Z[ host-image] Aug 20 07:17:51.231 INFO O| Aug 20 07:17:51.231 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98392026-08-20T07:17:52.406Z[ host-image] Aug 20 07:17:51.240 INFO O| Aug 20 07:17:51.240 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98402026-08-20T07:17:52.406Z[ host-image] Aug 20 07:17:51.240 INFO O| Aug 20 07:17:51.240 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98412026-08-20T07:17:52.409Z[ host-image] Aug 20 07:17:51.240 INFO O| Aug 20 07:17:51.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98422026-08-20T07:17:52.409Z[ host-image] Aug 20 07:17:51.240 INFO O| Aug 20 07:17:51.240 INFO ok!
98432026-08-20T07:17:52.409Z[ host-image] Aug 20 07:17:51.240 INFO O| Aug 20 07:17:51.240 INFO STEP 21 (ensure_symlink) COMPLETE
98442026-08-20T07:17:52.409Z[ host-image] Aug 20 07:17:51.240 INFO O| Aug 20 07:17:51.240 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98452026-08-20T07:17:52.414Z[ host-image] Aug 20 07:17:51.249 INFO O| Aug 20 07:17:51.249 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98462026-08-20T07:17:52.414Z[ host-image] Aug 20 07:17:51.249 INFO O| Aug 20 07:17:51.249 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98472026-08-20T07:17:52.418Z[ host-image] Aug 20 07:17:51.249 INFO O| Aug 20 07:17:51.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98482026-08-20T07:17:52.418Z[ host-image] Aug 20 07:17:51.249 INFO O| Aug 20 07:17:51.249 INFO ok!
98492026-08-20T07:17:52.418Z[ host-image] Aug 20 07:17:51.249 INFO O| Aug 20 07:17:51.249 INFO STEP 22 (ensure_symlink) COMPLETE
98502026-08-20T07:17:52.418Z[ host-image] Aug 20 07:17:51.249 INFO O| Aug 20 07:17:51.249 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98512026-08-20T07:17:52.423Z[ host-image] Aug 20 07:17:51.258 INFO O| Aug 20 07:17:51.258 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98522026-08-20T07:17:52.423Z[ host-image] Aug 20 07:17:51.258 INFO O| Aug 20 07:17:51.258 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98532026-08-20T07:17:52.428Z[ host-image] Aug 20 07:17:51.258 INFO O| Aug 20 07:17:51.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98542026-08-20T07:17:52.428Z[ host-image] Aug 20 07:17:51.258 INFO O| Aug 20 07:17:51.258 INFO ok!
98552026-08-20T07:17:52.428Z[ host-image] Aug 20 07:17:51.258 INFO O| Aug 20 07:17:51.258 INFO STEP 23 (ensure_symlink) COMPLETE
98562026-08-20T07:17:52.428Z[ host-image] Aug 20 07:17:51.258 INFO O| Aug 20 07:17:51.258 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98572026-08-20T07:17:52.461Z[ host-image] Aug 20 07:17:51.267 INFO O| Aug 20 07:17:51.267 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98582026-08-20T07:17:52.461Z[ host-image] Aug 20 07:17:51.267 INFO O| Aug 20 07:17:51.267 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98592026-08-20T07:17:52.461Z[ host-image] Aug 20 07:17:51.267 INFO O| Aug 20 07:17:51.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98602026-08-20T07:17:52.461Z[ host-image] Aug 20 07:17:51.267 INFO O| Aug 20 07:17:51.267 INFO ok!
98612026-08-20T07:17:52.461Z[ host-image] Aug 20 07:17:51.267 INFO O| Aug 20 07:17:51.267 INFO STEP 24 (ensure_file) COMPLETE
98622026-08-20T07:17:52.461Z[ host-image] Aug 20 07:17:51.267 INFO O| Aug 20 07:17:51.267 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98632026-08-20T07:17:52.462Z[ host-image] Aug 20 07:17:51.276 INFO O| Aug 20 07:17:51.276 INFO updating shadow file
98642026-08-20T07:17:52.462Z[ host-image] Aug 20 07:17:51.276 INFO O| Aug 20 07:17:51.276 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98652026-08-20T07:17:52.462Z[ host-image] Aug 20 07:17:51.276 INFO O| Aug 20 07:17:51.276 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98662026-08-20T07:17:52.462Z[ host-image] Aug 20 07:17:51.276 INFO O| Aug 20 07:17:51.276 INFO STEP 25 (shadow) COMPLETE
98672026-08-20T07:17:52.462Z[ host-image] Aug 20 07:17:51.276 INFO O| Aug 20 07:17:51.276 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-08-20T07:17:52.462Z[ host-image] Aug 20 07:17:51.285 INFO O| Aug 20 07:17:51.285 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98692026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.285 INFO O| Aug 20 07:17:51.285 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98702026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.285 INFO O| Aug 20 07:17:51.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98712026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.285 INFO O| Aug 20 07:17:51.285 INFO ok!
98722026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.285 INFO O| Aug 20 07:17:51.285 INFO STEP 26 (ensure_file) COMPLETE
98732026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.285 INFO O| Aug 20 07:17:51.285 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.295 INFO O| Aug 20 07:17:51.294 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98752026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.295 INFO O| Aug 20 07:17:51.295 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98762026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.295 INFO O| Aug 20 07:17:51.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98772026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.295 INFO O| Aug 20 07:17:51.295 INFO ok!
98782026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.295 INFO O| Aug 20 07:17:51.295 INFO STEP 27 (ensure_file) COMPLETE
98792026-08-20T07:17:52.464Z[ host-image] Aug 20 07:17:51.295 INFO O| Aug 20 07:17:51.295 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-08-20T07:17:52.470Z[ host-image] Aug 20 07:17:51.304 INFO O| Aug 20 07:17:51.304 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98812026-08-20T07:17:52.470Z[ host-image] Aug 20 07:17:51.304 INFO O| Aug 20 07:17:51.304 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98822026-08-20T07:17:52.470Z[ host-image] Aug 20 07:17:51.304 INFO O| Aug 20 07:17:51.304 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98832026-08-20T07:17:52.470Z[ host-image] Aug 20 07:17:51.304 INFO O| Aug 20 07:17:51.304 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98842026-08-20T07:17:52.471Z[ host-image] Aug 20 07:17:51.304 INFO O| Aug 20 07:17:51.304 INFO ok!
98852026-08-20T07:17:52.471Z[ host-image] Aug 20 07:17:51.304 INFO O| Aug 20 07:17:51.304 INFO STEP 28 (ensure_file) COMPLETE
98862026-08-20T07:17:52.471Z[ host-image] Aug 20 07:17:51.304 INFO O| Aug 20 07:17:51.304 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98872026-08-20T07:17:52.479Z[ host-image] Aug 20 07:17:51.313 INFO O| Aug 20 07:17:51.313 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98882026-08-20T07:17:52.482Z[ host-image] Aug 20 07:17:51.313 INFO O| Aug 20 07:17:51.313 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98892026-08-20T07:17:52.482Z[ host-image] Aug 20 07:17:51.313 INFO O| Aug 20 07:17:51.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98902026-08-20T07:17:52.483Z[ host-image] Aug 20 07:17:51.313 INFO O| Aug 20 07:17:51.313 INFO ok!
98912026-08-20T07:17:52.483Z[ host-image] Aug 20 07:17:51.313 INFO O| Aug 20 07:17:51.313 INFO STEP 29 (ensure_file) COMPLETE
98922026-08-20T07:17:52.483Z[ host-image] Aug 20 07:17:51.313 INFO O| Aug 20 07:17:51.313 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98932026-08-20T07:17:52.487Z[ host-image] Aug 20 07:17:51.322 INFO O| Aug 20 07:17:51.322 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98942026-08-20T07:17:52.490Z[ host-image] Aug 20 07:17:51.322 INFO O| Aug 20 07:17:51.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98952026-08-20T07:17:52.491Z[ host-image] Aug 20 07:17:51.322 INFO O| Aug 20 07:17:51.322 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98962026-08-20T07:17:52.491Z[ host-image] Aug 20 07:17:51.322 INFO O| Aug 20 07:17:51.322 INFO STEP 30 (ensure_dir) COMPLETE
98972026-08-20T07:17:52.491Z[ host-image] Aug 20 07:17:51.322 INFO O| Aug 20 07:17:51.322 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98982026-08-20T07:17:52.495Z[ host-image] Aug 20 07:17:51.330 INFO O| Aug 20 07:17:51.330 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98992026-08-20T07:17:52.496Z[ host-image] Aug 20 07:17:51.330 INFO O| Aug 20 07:17:51.330 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99002026-08-20T07:17:52.499Z[ host-image] Aug 20 07:17:51.330 INFO O| Aug 20 07:17:51.330 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99012026-08-20T07:17:52.499Z[ host-image] Aug 20 07:17:51.330 INFO O| Aug 20 07:17:51.330 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99022026-08-20T07:17:52.499Z[ host-image] Aug 20 07:17:51.330 INFO O| Aug 20 07:17:51.330 INFO ok!
99032026-08-20T07:17:52.500Z[ host-image] Aug 20 07:17:51.330 INFO O| Aug 20 07:17:51.330 INFO STEP 31 (ensure_file) COMPLETE
99042026-08-20T07:17:52.500Z[ host-image] Aug 20 07:17:51.331 INFO O| Aug 20 07:17:51.330 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99052026-08-20T07:17:52.504Z[ host-image] Aug 20 07:17:51.338 INFO O| Aug 20 07:17:51.338 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99062026-08-20T07:17:52.504Z[ host-image] Aug 20 07:17:51.339 INFO O| Aug 20 07:17:51.338 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99072026-08-20T07:17:52.507Z[ host-image] Aug 20 07:17:51.339 INFO O| Aug 20 07:17:51.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99082026-08-20T07:17:52.508Z[ host-image] Aug 20 07:17:51.339 INFO O| Aug 20 07:17:51.339 INFO STEP 32 (ensure_dir) COMPLETE
99092026-08-20T07:17:52.508Z[ host-image] Aug 20 07:17:51.339 INFO O| Aug 20 07:17:51.339 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99102026-08-20T07:17:52.512Z[ host-image] Aug 20 07:17:51.346 INFO O| Aug 20 07:17:51.346 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99112026-08-20T07:17:52.512Z[ host-image] Aug 20 07:17:51.346 INFO O| Aug 20 07:17:51.346 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 ...
99122026-08-20T07:17:52.515Z[ host-image] Aug 20 07:17:51.346 INFO O| Aug 20 07:17:51.346 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
99132026-08-20T07:17:52.515Z[ host-image] Aug 20 07:17:51.346 INFO O| Aug 20 07:17:51.346 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99142026-08-20T07:17:52.516Z[ host-image] Aug 20 07:17:51.346 INFO O| Aug 20 07:17:51.346 INFO ok!
99152026-08-20T07:17:52.517Z[ host-image] Aug 20 07:17:51.346 INFO O| Aug 20 07:17:51.346 INFO STEP 33 (ensure_file) COMPLETE
99162026-08-20T07:17:52.517Z[ host-image] Aug 20 07:17:51.346 INFO O| Aug 20 07:17:51.346 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99172026-08-20T07:17:52.521Z[ host-image] Aug 20 07:17:51.354 INFO O| Aug 20 07:17:51.354 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99182026-08-20T07:17:52.521Z[ host-image] Aug 20 07:17:51.354 INFO O| Aug 20 07:17:51.354 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99192026-08-20T07:17:52.521Z[ host-image] Aug 20 07:17:51.354 INFO O| Aug 20 07:17:51.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99202026-08-20T07:17:52.521Z[ host-image] Aug 20 07:17:51.354 INFO O| Aug 20 07:17:51.354 INFO ok!
99212026-08-20T07:17:52.521Z[ host-image] Aug 20 07:17:51.354 INFO O| Aug 20 07:17:51.354 INFO STEP 34 (ensure_file) COMPLETE
99222026-08-20T07:17:52.521Z[ host-image] Aug 20 07:17:51.354 INFO O| Aug 20 07:17:51.354 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99232026-08-20T07:17:52.528Z[ host-image] Aug 20 07:17:51.362 INFO O| Aug 20 07:17:51.362 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99242026-08-20T07:17:52.528Z[ host-image] Aug 20 07:17:51.362 INFO O| Aug 20 07:17:51.362 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99252026-08-20T07:17:52.532Z[ host-image] Aug 20 07:17:51.362 INFO O| Aug 20 07:17:51.362 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99262026-08-20T07:17:52.532Z[ host-image] Aug 20 07:17:51.363 INFO O| Aug 20 07:17:51.362 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99272026-08-20T07:17:52.532Z[ host-image] Aug 20 07:17:51.363 INFO O| Aug 20 07:17:51.362 INFO ok!
99282026-08-20T07:17:52.532Z[ host-image] Aug 20 07:17:51.363 INFO O| Aug 20 07:17:51.362 INFO STEP 35 (ensure_file) COMPLETE
99292026-08-20T07:17:52.532Z[ host-image] Aug 20 07:17:51.363 INFO O| Aug 20 07:17:51.362 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99302026-08-20T07:17:52.537Z[ host-image] Aug 20 07:17:51.372 INFO O| Aug 20 07:17:51.372 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99312026-08-20T07:17:52.541Z[ host-image] Aug 20 07:17:51.372 INFO O| Aug 20 07:17:51.372 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99322026-08-20T07:17:52.541Z[ host-image] Aug 20 07:17:51.372 INFO O| Aug 20 07:17:51.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99332026-08-20T07:17:52.541Z[ host-image] Aug 20 07:17:51.372 INFO O| Aug 20 07:17:51.372 INFO ok!
99342026-08-20T07:17:52.541Z[ host-image] Aug 20 07:17:51.372 INFO O| Aug 20 07:17:51.372 INFO STEP 36 (ensure_file) COMPLETE
99352026-08-20T07:17:52.541Z[ host-image] Aug 20 07:17:51.372 INFO O| Aug 20 07:17:51.372 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99362026-08-20T07:17:52.545Z[ host-image] Aug 20 07:17:51.380 INFO O| Aug 20 07:17:51.380 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99372026-08-20T07:17:52.545Z[ host-image] Aug 20 07:17:51.380 INFO O| Aug 20 07:17:51.380 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99382026-08-20T07:17:52.549Z[ host-image] Aug 20 07:17:51.380 INFO O| Aug 20 07:17:51.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99392026-08-20T07:17:52.549Z[ host-image] Aug 20 07:17:51.380 INFO O| Aug 20 07:17:51.380 INFO ok!
99402026-08-20T07:17:52.549Z[ host-image] Aug 20 07:17:51.380 INFO O| Aug 20 07:17:51.380 INFO STEP 37 (ensure_file) COMPLETE
99412026-08-20T07:17:52.549Z[ host-image] Aug 20 07:17:51.380 INFO O| Aug 20 07:17:51.380 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99422026-08-20T07:17:52.554Z[ host-image] Aug 20 07:17:51.389 INFO O| Aug 20 07:17:51.389 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99432026-08-20T07:17:52.554Z[ host-image] Aug 20 07:17:51.389 INFO O| Aug 20 07:17:51.389 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99442026-08-20T07:17:52.554Z[ host-image] Aug 20 07:17:51.389 INFO O| Aug 20 07:17:51.389 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99452026-08-20T07:17:52.558Z[ host-image] Aug 20 07:17:51.389 INFO O| Aug 20 07:17:51.389 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99462026-08-20T07:17:52.558Z[ host-image] Aug 20 07:17:51.389 INFO O| Aug 20 07:17:51.389 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99472026-08-20T07:17:52.558Z[ host-image] Aug 20 07:17:51.389 INFO O| Aug 20 07:17:51.389 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99482026-08-20T07:17:52.558Z[ host-image] Aug 20 07:17:51.389 INFO O| Aug 20 07:17:51.389 INFO ok!
99492026-08-20T07:17:52.558Z[ host-image] Aug 20 07:17:51.389 INFO O| Aug 20 07:17:51.389 INFO STEP 38 (ensure_file) COMPLETE
99502026-08-20T07:17:52.558Z[ host-image] Aug 20 07:17:51.389 INFO O| Aug 20 07:17:51.389 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99512026-08-20T07:17:52.562Z[ host-image] Aug 20 07:17:51.397 INFO O| Aug 20 07:17:51.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99522026-08-20T07:17:52.566Z[ host-image] Aug 20 07:17:51.397 INFO O| Aug 20 07:17:51.397 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99532026-08-20T07:17:52.566Z[ host-image] Aug 20 07:17:51.397 INFO O| Aug 20 07:17:51.397 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99542026-08-20T07:17:52.566Z[ host-image] Aug 20 07:17:51.397 INFO O| Aug 20 07:17:51.397 INFO STEP 39 (ensure_dir) COMPLETE
99552026-08-20T07:17:52.566Z[ host-image] Aug 20 07:17:51.397 INFO O| Aug 20 07:17:51.397 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99562026-08-20T07:17:52.570Z[ host-image] Aug 20 07:17:51.405 INFO O| Aug 20 07:17:51.405 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
99572026-08-20T07:17:52.574Z[ host-image] Aug 20 07:17:51.405 INFO O| Aug 20 07:17:51.405 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 ...
99582026-08-20T07:17:52.574Z[ host-image] Aug 20 07:17:51.405 INFO O| Aug 20 07:17:51.405 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
99592026-08-20T07:17:52.574Z[ host-image] Aug 20 07:17:51.405 INFO O| Aug 20 07:17:51.405 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
99602026-08-20T07:17:52.574Z[ host-image] Aug 20 07:17:51.405 INFO O| Aug 20 07:17:51.405 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
99612026-08-20T07:17:52.574Z[ host-image] Aug 20 07:17:51.405 INFO O| Aug 20 07:17:51.405 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
99622026-08-20T07:17:52.574Z[ host-image] Aug 20 07:17:51.405 INFO O| Aug 20 07:17:51.405 INFO ok!
99632026-08-20T07:17:52.574Z[ host-image] Aug 20 07:17:51.405 INFO O| Aug 20 07:17:51.405 INFO STEP 40 (ensure_file) COMPLETE
99642026-08-20T07:17:52.574Z[ host-image] Aug 20 07:17:51.405 INFO O| Aug 20 07:17:51.405 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99652026-08-20T07:17:52.580Z[ host-image] Aug 20 07:17:51.415 INFO O| Aug 20 07:17:51.415 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99662026-08-20T07:17:52.584Z[ host-image] Aug 20 07:17:51.415 INFO O| Aug 20 07:17:51.415 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 ...
99672026-08-20T07:17:52.584Z[ host-image] Aug 20 07:17:51.415 INFO O| Aug 20 07:17:51.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99682026-08-20T07:17:52.584Z[ host-image] Aug 20 07:17:51.415 INFO O| Aug 20 07:17:51.415 INFO ok!
99692026-08-20T07:17:52.584Z[ host-image] Aug 20 07:17:51.415 INFO O| Aug 20 07:17:51.415 INFO STEP 41 (ensure_symlink) COMPLETE
99702026-08-20T07:17:52.584Z[ host-image] Aug 20 07:17:51.415 INFO O| Aug 20 07:17:51.415 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99712026-08-20T07:17:52.590Z[ host-image] Aug 20 07:17:51.424 INFO O| Aug 20 07:17:51.424 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99722026-08-20T07:17:52.590Z[ host-image] Aug 20 07:17:51.424 INFO O| Aug 20 07:17:51.424 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99732026-08-20T07:17:52.593Z[ host-image] Aug 20 07:17:51.424 INFO O| Aug 20 07:17:51.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99742026-08-20T07:17:52.593Z[ host-image] Aug 20 07:17:51.424 INFO O| Aug 20 07:17:51.424 INFO ok!
99752026-08-20T07:17:52.593Z[ host-image] Aug 20 07:17:51.424 INFO O| Aug 20 07:17:51.424 INFO STEP 42 (ensure_symlink) COMPLETE
99762026-08-20T07:17:52.593Z[ host-image] Aug 20 07:17:51.424 INFO O| Aug 20 07:17:51.424 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99772026-08-20T07:17:52.599Z[ host-image] Aug 20 07:17:51.433 INFO O| Aug 20 07:17:51.433 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99782026-08-20T07:17:52.599Z[ host-image] Aug 20 07:17:51.433 INFO O| Aug 20 07:17:51.433 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99792026-08-20T07:17:52.602Z[ host-image] Aug 20 07:17:51.433 INFO O| Aug 20 07:17:51.433 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99802026-08-20T07:17:52.602Z[ host-image] Aug 20 07:17:51.433 INFO O| Aug 20 07:17:51.433 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99812026-08-20T07:17:52.603Z[ host-image] Aug 20 07:17:51.433 INFO O| Aug 20 07:17:51.433 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99822026-08-20T07:17:52.603Z[ host-image] Aug 20 07:17:51.433 INFO O| Aug 20 07:17:51.433 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99832026-08-20T07:17:52.603Z[ host-image] Aug 20 07:17:51.433 INFO O| Aug 20 07:17:51.433 INFO ok!
99842026-08-20T07:17:52.603Z[ host-image] Aug 20 07:17:51.433 INFO O| Aug 20 07:17:51.433 INFO STEP 43 (ensure_file) COMPLETE
99852026-08-20T07:17:52.603Z[ host-image] Aug 20 07:17:51.433 INFO O| Aug 20 07:17:51.433 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99862026-08-20T07:17:52.607Z[ host-image] Aug 20 07:17:51.442 INFO O| Aug 20 07:17:51.442 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99872026-08-20T07:17:52.607Z[ host-image] Aug 20 07:17:51.442 INFO O| Aug 20 07:17:51.442 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 ...
99882026-08-20T07:17:52.611Z[ host-image] Aug 20 07:17:51.442 INFO O| Aug 20 07:17:51.442 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
99892026-08-20T07:17:52.611Z[ host-image] Aug 20 07:17:51.442 INFO O| Aug 20 07:17:51.442 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99902026-08-20T07:17:52.611Z[ host-image] Aug 20 07:17:51.442 INFO O| Aug 20 07:17:51.442 INFO ok!
99912026-08-20T07:17:52.611Z[ host-image] Aug 20 07:17:51.442 INFO O| Aug 20 07:17:51.442 INFO STEP 44 (ensure_file) COMPLETE
99922026-08-20T07:17:52.611Z[ host-image] Aug 20 07:17:51.442 INFO O| Aug 20 07:17:51.442 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99932026-08-20T07:17:52.616Z[ host-image] Aug 20 07:17:51.451 INFO O| Aug 20 07:17:51.451 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99942026-08-20T07:17:52.616Z[ host-image] Aug 20 07:17:51.451 INFO O| Aug 20 07:17:51.451 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99952026-08-20T07:17:52.620Z[ host-image] Aug 20 07:17:51.451 INFO O| Aug 20 07:17:51.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99962026-08-20T07:17:52.620Z[ host-image] Aug 20 07:17:51.451 INFO O| Aug 20 07:17:51.451 INFO ok!
99972026-08-20T07:17:52.620Z[ host-image] Aug 20 07:17:51.451 INFO O| Aug 20 07:17:51.451 INFO STEP 45 (ensure_file) COMPLETE
99982026-08-20T07:17:52.620Z[ host-image] Aug 20 07:17:51.451 INFO O| Aug 20 07:17:51.451 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99992026-08-20T07:17:52.624Z[ host-image] Aug 20 07:17:51.459 INFO O| Aug 20 07:17:51.459 INFO updating shadow file
100002026-08-20T07:17:52.628Z[ host-image] Aug 20 07:17:51.459 INFO O| Aug 20 07:17:51.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100012026-08-20T07:17:52.628Z[ host-image] Aug 20 07:17:51.459 INFO O| Aug 20 07:17:51.459 INFO STEP 46 (shadow) COMPLETE
100022026-08-20T07:17:52.628Z[ host-image] Aug 20 07:17:51.459 INFO O| Aug 20 07:17:51.459 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100032026-08-20T07:17:52.634Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100042026-08-20T07:17:52.635Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100052026-08-20T07:17:52.635Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100062026-08-20T07:17:52.635Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100072026-08-20T07:17:52.638Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 INFO ok!
100082026-08-20T07:17:52.638Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 INFO STEP 47 (ensure_file) COMPLETE
100092026-08-20T07:17:52.639Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100102026-08-20T07:17:52.639Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 INFO skip step because feature "mfg" is not enabled
100112026-08-20T07:17:52.639Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100122026-08-20T07:17:52.639Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 INFO skip step because feature "mfg" is not enabled
100132026-08-20T07:17:52.639Z[ host-image] Aug 20 07:17:51.469 INFO O| Aug 20 07:17:51.469 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-08-20T07:17:52.642Z[ host-image] Aug 20 07:17:51.477 INFO O| Aug 20 07:17:51.476 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100152026-08-20T07:17:52.643Z[ host-image] Aug 20 07:17:51.477 INFO O| Aug 20 07:17:51.476 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100162026-08-20T07:17:52.649Z[ recovery-image] Aug 20 07:17:51.484 INFO O| ok, image written!
100172026-08-20T07:17:52.650Z[ recovery-image] Aug 20 07:17:51.484 INFO O| ok, boot_image_csum file written!
100182026-08-20T07:17:52.653Z[ recovery-image] Aug 20 07:17:51.487 INFO creating boot archive (CPIO)...
100192026-08-20T07:17:52.653Z[ recovery-image] Aug 20 07:17:51.487 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
100202026-08-20T07:17:52.657Z[ recovery-image] Aug 20 07:17:51.491 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
100212026-08-20T07:17:52.659Z[ recovery-image] Aug 20 07:17:51.491 INFO E| + outfile=/work/os-recovery/cpio
100222026-08-20T07:17:52.662Z[ recovery-image] Aug 20 07:17:51.491 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
100232026-08-20T07:17:52.666Z[ recovery-image] Aug 20 07:17:51.493 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
100242026-08-20T07:17:52.666Z[ recovery-image] Aug 20 07:17:51.494 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
100252026-08-20T07:17:52.666Z[ host-image] Aug 20 07:17:51.500 INFO O| Aug 20 07:17:51.500 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100262026-08-20T07:17:52.666Z[ host-image] Aug 20 07:17:51.500 INFO O| Aug 20 07:17:51.500 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100272026-08-20T07:17:52.666Z[ host-image] Aug 20 07:17:51.500 INFO O| Aug 20 07:17:51.500 INFO ok!
100282026-08-20T07:17:52.666Z[ host-image] Aug 20 07:17:51.500 INFO O| Aug 20 07:17:51.500 INFO STEP 50 (ensure_file) COMPLETE
100292026-08-20T07:17:52.666Z[ host-image] Aug 20 07:17:51.500 INFO O| Aug 20 07:17:51.500 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100302026-08-20T07:17:52.666Z[ host-image] Aug 20 07:17:51.500 INFO O| Aug 20 07:17:51.500 INFO skip step because feature "compliance" is not enabled
100312026-08-20T07:17:52.666Z[ host-image] Aug 20 07:17:51.500 INFO O| Aug 20 07:17:51.500 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100322026-08-20T07:17:52.676Z[ host-image] Aug 20 07:17:51.511 INFO O| Aug 20 07:17:51.511 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100332026-08-20T07:17:52.677Z[ host-image] Aug 20 07:17:51.511 INFO O| Aug 20 07:17:51.511 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100342026-08-20T07:17:52.681Z[ host-image] Aug 20 07:17:51.511 INFO O| Aug 20 07:17:51.511 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100352026-08-20T07:17:52.681Z[ host-image] Aug 20 07:17:51.511 INFO O| Aug 20 07:17:51.511 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100362026-08-20T07:17:52.682Z[ host-image] Aug 20 07:17:51.511 INFO O| Aug 20 07:17:51.511 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100372026-08-20T07:17:52.682Z[ host-image] Aug 20 07:17:51.511 INFO O| Aug 20 07:17:51.511 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100382026-08-20T07:17:52.682Z[ host-image] Aug 20 07:17:51.511 INFO O| Aug 20 07:17:51.511 INFO ok!
100392026-08-20T07:17:52.682Z[ host-image] Aug 20 07:17:51.511 INFO O| Aug 20 07:17:51.511 INFO STEP 52 (ensure_file) COMPLETE
100402026-08-20T07:17:52.682Z[ host-image] Aug 20 07:17:51.511 INFO O| Aug 20 07:17:51.511 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100412026-08-20T07:17:52.687Z[ recovery-image] Aug 20 07:17:51.521 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
100422026-08-20T07:17:52.690Z[ recovery-image] Aug 20 07:17:51.521 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
100432026-08-20T07:17:52.690Z[ host-image] Aug 20 07:17:51.522 INFO O| Aug 20 07:17:51.522 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100442026-08-20T07:17:52.690Z[ host-image] Aug 20 07:17:51.522 INFO O| Aug 20 07:17:51.522 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 ...
100452026-08-20T07:17:52.690Z[ host-image] Aug 20 07:17:51.522 INFO O| Aug 20 07:17:51.522 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
100462026-08-20T07:17:52.690Z[ host-image] Aug 20 07:17:51.522 INFO O| Aug 20 07:17:51.522 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100472026-08-20T07:17:52.690Z[ host-image] Aug 20 07:17:51.522 INFO O| Aug 20 07:17:51.522 INFO ok!
100482026-08-20T07:17:52.690Z[ host-image] Aug 20 07:17:51.522 INFO O| Aug 20 07:17:51.522 INFO STEP 53 (ensure_file) COMPLETE
100492026-08-20T07:17:52.690Z[ host-image] Aug 20 07:17:51.522 INFO O| Aug 20 07:17:51.522 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100502026-08-20T07:17:52.694Z[ recovery-image] Aug 20 07:17:51.528 INFO creating compressed cpio/unix for dev loaders...
100512026-08-20T07:17:52.694Z[ recovery-image] Aug 20 07:17:51.528 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
100522026-08-20T07:17:52.699Z[ host-image] Aug 20 07:17:51.532 INFO O| Aug 20 07:17:51.532 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100532026-08-20T07:17:52.699Z[ host-image] Aug 20 07:17:51.533 INFO O| Aug 20 07:17:51.532 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 ...
100542026-08-20T07:17:52.699Z[ host-image] Aug 20 07:17:51.533 INFO O| Aug 20 07:17:51.533 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100552026-08-20T07:17:52.699Z[ host-image] Aug 20 07:17:51.533 INFO O| Aug 20 07:17:51.533 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100562026-08-20T07:17:52.699Z[ host-image] Aug 20 07:17:51.533 INFO O| Aug 20 07:17:51.533 INFO ok!
100572026-08-20T07:17:52.699Z[ host-image] Aug 20 07:17:51.533 INFO O| Aug 20 07:17:51.533 INFO STEP 54 (ensure_file) COMPLETE
100582026-08-20T07:17:52.699Z[ host-image] Aug 20 07:17:51.533 INFO O| Aug 20 07:17:51.533 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100592026-08-20T07:17:52.707Z[ host-image] Aug 20 07:17:51.542 INFO O| Aug 20 07:17:51.542 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100602026-08-20T07:17:52.708Z[ host-image] Aug 20 07:17:51.542 INFO O| Aug 20 07:17:51.542 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 ...
100612026-08-20T07:17:52.711Z[ host-image] Aug 20 07:17:51.542 INFO O| Aug 20 07:17:51.542 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
100622026-08-20T07:17:52.711Z[ host-image] Aug 20 07:17:51.542 INFO O| Aug 20 07:17:51.542 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100632026-08-20T07:17:52.711Z[ host-image] Aug 20 07:17:51.542 INFO O| Aug 20 07:17:51.542 INFO ok!
100642026-08-20T07:17:52.711Z[ host-image] Aug 20 07:17:51.542 INFO O| Aug 20 07:17:51.542 INFO STEP 55 (ensure_file) COMPLETE
100652026-08-20T07:17:52.711Z[ host-image] Aug 20 07:17:51.542 INFO O| Aug 20 07:17:51.542 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100662026-08-20T07:17:52.717Z[ host-image] Aug 20 07:17:51.552 INFO O| Aug 20 07:17:51.552 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100672026-08-20T07:17:52.718Z[ host-image] Aug 20 07:17:51.552 INFO O| Aug 20 07:17:51.552 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 ...
100682026-08-20T07:17:52.721Z[ host-image] Aug 20 07:17:51.552 INFO O| Aug 20 07:17:51.552 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100692026-08-20T07:17:52.721Z[ host-image] Aug 20 07:17:51.552 INFO O| Aug 20 07:17:51.552 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100702026-08-20T07:17:52.721Z[ host-image] Aug 20 07:17:51.552 INFO O| Aug 20 07:17:51.552 INFO ok!
100712026-08-20T07:17:52.721Z[ host-image] Aug 20 07:17:51.552 INFO O| Aug 20 07:17:51.552 INFO STEP 56 (ensure_file) COMPLETE
100722026-08-20T07:17:52.722Z[ host-image] Aug 20 07:17:51.552 INFO O| Aug 20 07:17:51.552 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100732026-08-20T07:17:52.726Z[ host-image] Aug 20 07:17:51.560 INFO O| Aug 20 07:17:51.560 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100742026-08-20T07:17:52.726Z[ host-image] Aug 20 07:17:51.560 INFO O| Aug 20 07:17:51.560 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 ...
100752026-08-20T07:17:52.729Z[ host-image] Aug 20 07:17:51.560 INFO O| Aug 20 07:17:51.560 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
100762026-08-20T07:17:52.729Z[ host-image] Aug 20 07:17:51.560 INFO O| Aug 20 07:17:51.560 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100772026-08-20T07:17:52.729Z[ host-image] Aug 20 07:17:51.560 INFO O| Aug 20 07:17:51.560 INFO ok!
100782026-08-20T07:17:52.729Z[ host-image] Aug 20 07:17:51.560 INFO O| Aug 20 07:17:51.560 INFO STEP 57 (ensure_file) COMPLETE
100792026-08-20T07:17:52.729Z[ host-image] Aug 20 07:17:51.560 INFO O| Aug 20 07:17:51.560 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100802026-08-20T07:17:52.734Z[ host-image] Aug 20 07:17:51.568 INFO O| Aug 20 07:17:51.568 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100812026-08-20T07:17:52.734Z[ host-image] Aug 20 07:17:51.568 INFO O| Aug 20 07:17:51.568 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 ...
100822026-08-20T07:17:52.734Z[ host-image] Aug 20 07:17:51.568 INFO O| Aug 20 07:17:51.568 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100832026-08-20T07:17:52.734Z[ host-image] Aug 20 07:17:51.568 INFO O| Aug 20 07:17:51.568 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100842026-08-20T07:17:52.734Z[ host-image] Aug 20 07:17:51.568 INFO O| Aug 20 07:17:51.568 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100852026-08-20T07:17:52.734Z[ host-image] Aug 20 07:17:51.568 INFO O| Aug 20 07:17:51.568 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100862026-08-20T07:17:52.734Z[ host-image] Aug 20 07:17:51.568 INFO O| Aug 20 07:17:51.568 INFO ok!
100872026-08-20T07:17:52.734Z[ host-image] Aug 20 07:17:51.568 INFO O| Aug 20 07:17:51.568 INFO STEP 58 (ensure_file) COMPLETE
100882026-08-20T07:17:52.735Z[ host-image] Aug 20 07:17:51.568 INFO O| Aug 20 07:17:51.568 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100892026-08-20T07:17:52.743Z[ host-image] Aug 20 07:17:51.578 INFO O| Aug 20 07:17:51.578 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100902026-08-20T07:17:52.744Z[ host-image] Aug 20 07:17:51.578 INFO O| Aug 20 07:17:51.578 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 ...
100912026-08-20T07:17:52.747Z[ host-image] Aug 20 07:17:51.578 INFO O| Aug 20 07:17:51.578 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
100922026-08-20T07:17:52.747Z[ host-image] Aug 20 07:17:51.578 INFO O| Aug 20 07:17:51.578 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100932026-08-20T07:17:52.748Z[ host-image] Aug 20 07:17:51.578 INFO O| Aug 20 07:17:51.578 INFO ok!
100942026-08-20T07:17:52.748Z[ host-image] Aug 20 07:17:51.578 INFO O| Aug 20 07:17:51.578 INFO STEP 59 (ensure_file) COMPLETE
100952026-08-20T07:17:52.748Z[ host-image] Aug 20 07:17:51.578 INFO O| Aug 20 07:17:51.578 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100962026-08-20T07:17:52.752Z[ host-image] Aug 20 07:17:51.587 INFO O| Aug 20 07:17:51.587 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100972026-08-20T07:17:52.752Z[ host-image] Aug 20 07:17:51.587 INFO O| Aug 20 07:17:51.587 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100982026-08-20T07:17:52.756Z[ host-image] Aug 20 07:17:51.587 INFO O| Aug 20 07:17:51.587 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100992026-08-20T07:17:52.756Z[ host-image] Aug 20 07:17:51.587 INFO O| Aug 20 07:17:51.587 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101002026-08-20T07:17:52.756Z[ host-image] Aug 20 07:17:51.587 INFO O| Aug 20 07:17:51.587 INFO ok!
101012026-08-20T07:17:52.756Z[ host-image] Aug 20 07:17:51.587 INFO O| Aug 20 07:17:51.587 INFO STEP 60 (ensure_file) COMPLETE
101022026-08-20T07:17:52.756Z[ host-image] Aug 20 07:17:51.587 INFO O| Aug 20 07:17:51.587 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101032026-08-20T07:17:52.761Z[ host-image] Aug 20 07:17:51.596 INFO O| Aug 20 07:17:51.596 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101042026-08-20T07:17:52.761Z[ host-image] Aug 20 07:17:51.596 INFO O| Aug 20 07:17:51.596 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 ...
101052026-08-20T07:17:52.766Z[ host-image] Aug 20 07:17:51.596 INFO O| Aug 20 07:17:51.596 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
101062026-08-20T07:17:52.766Z[ host-image] Aug 20 07:17:51.596 INFO O| Aug 20 07:17:51.596 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101072026-08-20T07:17:52.766Z[ host-image] Aug 20 07:17:51.596 INFO O| Aug 20 07:17:51.596 INFO ok!
101082026-08-20T07:17:52.767Z[ host-image] Aug 20 07:17:51.596 INFO O| Aug 20 07:17:51.596 INFO STEP 61 (ensure_file) COMPLETE
101092026-08-20T07:17:52.767Z[ host-image] Aug 20 07:17:51.596 INFO O| Aug 20 07:17:51.596 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-08-20T07:17:52.770Z[ host-image] Aug 20 07:17:51.603 INFO O| Aug 20 07:17:51.603 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101112026-08-20T07:17:52.770Z[ host-image] Aug 20 07:17:51.603 INFO O| Aug 20 07:17:51.603 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101122026-08-20T07:17:52.770Z[ host-image] Aug 20 07:17:51.603 INFO O| Aug 20 07:17:51.603 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101132026-08-20T07:17:52.770Z[ host-image] Aug 20 07:17:51.603 INFO O| Aug 20 07:17:51.603 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101142026-08-20T07:17:52.771Z[ host-image] Aug 20 07:17:51.603 INFO O| Aug 20 07:17:51.603 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101152026-08-20T07:17:52.771Z[ host-image] Aug 20 07:17:51.603 INFO O| Aug 20 07:17:51.603 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101162026-08-20T07:17:52.771Z[ host-image] Aug 20 07:17:51.603 INFO O| Aug 20 07:17:51.603 INFO ok!
101172026-08-20T07:17:52.771Z[ host-image] Aug 20 07:17:51.603 INFO O| Aug 20 07:17:51.603 INFO STEP 62 (ensure_file) COMPLETE
101182026-08-20T07:17:52.771Z[ host-image] Aug 20 07:17:51.603 INFO O| Aug 20 07:17:51.603 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101192026-08-20T07:17:52.781Z[ host-image] Aug 20 07:17:51.611 INFO O| Aug 20 07:17:51.611 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101202026-08-20T07:17:52.784Z[ host-image] Aug 20 07:17:51.611 INFO O| Aug 20 07:17:51.611 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 ...
101212026-08-20T07:17:52.784Z[ host-image] Aug 20 07:17:51.611 INFO O| Aug 20 07:17:51.611 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
101222026-08-20T07:17:52.784Z[ host-image] Aug 20 07:17:51.611 INFO O| Aug 20 07:17:51.611 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101232026-08-20T07:17:52.785Z[ host-image] Aug 20 07:17:51.611 INFO O| Aug 20 07:17:51.611 INFO ok!
101242026-08-20T07:17:52.785Z[ host-image] Aug 20 07:17:51.611 INFO O| Aug 20 07:17:51.611 INFO STEP 63 (ensure_file) COMPLETE
101252026-08-20T07:17:52.785Z[ host-image] Aug 20 07:17:51.611 INFO O| Aug 20 07:17:51.611 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101262026-08-20T07:17:52.788Z[ host-image] Aug 20 07:17:51.622 INFO O| Aug 20 07:17:51.622 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101272026-08-20T07:17:52.788Z[ host-image] Aug 20 07:17:51.622 INFO O| Aug 20 07:17:51.622 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 ...
101282026-08-20T07:17:52.788Z[ host-image] Aug 20 07:17:51.622 INFO O| Aug 20 07:17:51.622 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
101292026-08-20T07:17:52.788Z[ host-image] Aug 20 07:17:51.622 INFO O| Aug 20 07:17:51.622 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101302026-08-20T07:17:52.788Z[ host-image] Aug 20 07:17:51.622 INFO O| Aug 20 07:17:51.622 INFO ok!
101312026-08-20T07:17:52.788Z[ host-image] Aug 20 07:17:51.622 INFO O| Aug 20 07:17:51.622 INFO STEP 64 (ensure_file) COMPLETE
101322026-08-20T07:17:52.789Z[ host-image] Aug 20 07:17:51.622 INFO O| Aug 20 07:17:51.622 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101332026-08-20T07:17:52.797Z[ host-image] Aug 20 07:17:51.632 INFO O| Aug 20 07:17:51.632 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101342026-08-20T07:17:52.797Z[ host-image] Aug 20 07:17:51.632 INFO O| Aug 20 07:17:51.632 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 ...
101352026-08-20T07:17:52.801Z[ host-image] Aug 20 07:17:51.632 INFO O| Aug 20 07:17:51.632 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
101362026-08-20T07:17:52.801Z[ host-image] Aug 20 07:17:51.632 INFO O| Aug 20 07:17:51.632 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101372026-08-20T07:17:52.801Z[ host-image] Aug 20 07:17:51.632 INFO O| Aug 20 07:17:51.632 INFO ok!
101382026-08-20T07:17:52.801Z[ host-image] Aug 20 07:17:51.632 INFO O| Aug 20 07:17:51.632 INFO STEP 65 (ensure_file) COMPLETE
101392026-08-20T07:17:52.801Z[ host-image] Aug 20 07:17:51.632 INFO O| Aug 20 07:17:51.632 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101402026-08-20T07:17:52.801Z[ host-image] Aug 20 07:17:51.632 INFO O| Aug 20 07:17:51.632 INFO skip step because feature "mbist" is not enabled
101412026-08-20T07:17:52.801Z[ host-image] Aug 20 07:17:51.632 INFO O| Aug 20 07:17:51.632 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-08-20T07:17:52.806Z[ host-image] Aug 20 07:17:51.641 INFO O| Aug 20 07:17:51.641 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101432026-08-20T07:17:52.806Z[ host-image] Aug 20 07:17:51.641 INFO O| Aug 20 07:17:51.641 INFO STEP 67 (ensure_dir) COMPLETE
101442026-08-20T07:17:52.810Z[ host-image] Aug 20 07:17:51.641 INFO O| Aug 20 07:17:51.641 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-08-20T07:17:52.816Z[ host-image] Aug 20 07:17:51.651 INFO O| Aug 20 07:17:51.651 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101462026-08-20T07:17:52.817Z[ host-image] Aug 20 07:17:51.651 INFO O| Aug 20 07:17:51.651 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101472026-08-20T07:17:52.821Z[ host-image] Aug 20 07:17:51.651 INFO O| Aug 20 07:17:51.651 INFO STEP 68 (ensure_dir) COMPLETE
101482026-08-20T07:17:52.821Z[ host-image] Aug 20 07:17:51.651 INFO O| Aug 20 07:17:51.651 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-08-20T07:17:52.826Z[ host-image] Aug 20 07:17:51.661 INFO O| Aug 20 07:17:51.661 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101502026-08-20T07:17:52.830Z[ host-image] Aug 20 07:17:51.661 INFO O| Aug 20 07:17:51.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101512026-08-20T07:17:52.830Z[ host-image] Aug 20 07:17:51.661 INFO O| Aug 20 07:17:51.661 INFO STEP 69 (ensure_dir) COMPLETE
101522026-08-20T07:17:52.830Z[ host-image] Aug 20 07:17:51.661 INFO O| Aug 20 07:17:51.661 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-08-20T07:17:52.836Z[ host-image] Aug 20 07:17:51.670 INFO O| Aug 20 07:17:51.670 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101542026-08-20T07:17:52.836Z[ host-image] Aug 20 07:17:51.670 INFO O| Aug 20 07:17:51.670 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101552026-08-20T07:17:52.942Z[ recovery-image] Aug 20 07:17:51.771 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101562026-08-20T07:17:53.536Z[ host-image] Aug 20 07:17:52.370 INFO O| Aug 20 07:17:52.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101572026-08-20T07:17:53.536Z[ host-image] Aug 20 07:17:52.370 INFO O| Aug 20 07:17:52.370 INFO ok!
101582026-08-20T07:17:53.536Z[ host-image] Aug 20 07:17:52.370 INFO O| Aug 20 07:17:52.370 INFO STEP 70 (ensure_file) COMPLETE
101592026-08-20T07:17:53.540Z[ host-image] Aug 20 07:17:52.370 INFO O| Aug 20 07:17:52.370 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-08-20T07:17:53.547Z[ host-image] Aug 20 07:17:52.381 INFO O| Aug 20 07:17:52.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101612026-08-20T07:17:53.547Z[ host-image] Aug 20 07:17:52.381 INFO O| Aug 20 07:17:52.381 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101622026-08-20T07:17:53.922Z[ host-image] Aug 20 07:17:52.756 INFO O| Aug 20 07:17:52.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101632026-08-20T07:17:53.922Z[ host-image] Aug 20 07:17:52.756 INFO O| Aug 20 07:17:52.756 INFO ok!
101642026-08-20T07:17:53.926Z[ host-image] Aug 20 07:17:52.756 INFO O| Aug 20 07:17:52.756 INFO STEP 71 (ensure_file) COMPLETE
101652026-08-20T07:17:53.926Z[ host-image] Aug 20 07:17:52.756 INFO O| Aug 20 07:17:52.756 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-08-20T07:17:53.932Z[ host-image] Aug 20 07:17:52.767 INFO O| Aug 20 07:17:52.767 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101672026-08-20T07:17:53.938Z[ host-image] Aug 20 07:17:52.767 INFO O| Aug 20 07:17:52.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101682026-08-20T07:17:53.938Z[ host-image] Aug 20 07:17:52.767 INFO O| Aug 20 07:17:52.767 INFO STEP 72 (ensure_dir) COMPLETE
101692026-08-20T07:17:53.938Z[ host-image] Aug 20 07:17:52.767 INFO O| Aug 20 07:17:52.767 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-08-20T07:17:53.942Z[ host-image] Aug 20 07:17:52.776 INFO O| Aug 20 07:17:52.776 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101712026-08-20T07:17:53.942Z[ host-image] Aug 20 07:17:52.776 INFO O| Aug 20 07:17:52.776 INFO copying /tmp/.tmp47yeOs/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 ...
101722026-08-20T07:17:53.946Z[ host-image] Aug 20 07:17:52.776 INFO O| Aug 20 07:17:52.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101732026-08-20T07:17:53.946Z[ host-image] Aug 20 07:17:52.776 INFO O| Aug 20 07:17:52.776 INFO ok!
101742026-08-20T07:17:53.946Z[ host-image] Aug 20 07:17:52.776 INFO O| Aug 20 07:17:52.776 INFO STEP 73 (ensure_file) COMPLETE
101752026-08-20T07:17:53.946Z[ host-image] Aug 20 07:17:52.776 INFO O| Aug 20 07:17:52.776 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-08-20T07:17:53.950Z[ host-image] Aug 20 07:17:52.784 INFO O| Aug 20 07:17:52.784 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101772026-08-20T07:17:53.950Z[ host-image] Aug 20 07:17:52.784 INFO O| Aug 20 07:17:52.784 INFO copying /tmp/.tmp47yeOs/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 ...
101782026-08-20T07:17:53.950Z[ host-image] Aug 20 07:17:52.784 INFO O| Aug 20 07:17:52.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101792026-08-20T07:17:53.950Z[ host-image] Aug 20 07:17:52.784 INFO O| Aug 20 07:17:52.784 INFO ok!
101802026-08-20T07:17:53.950Z[ host-image] Aug 20 07:17:52.784 INFO O| Aug 20 07:17:52.784 INFO STEP 74 (ensure_file) COMPLETE
101812026-08-20T07:17:53.950Z[ host-image] Aug 20 07:17:52.784 INFO O| Aug 20 07:17:52.784 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-08-20T07:17:53.958Z[ host-image] Aug 20 07:17:52.793 INFO O| Aug 20 07:17:52.793 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101832026-08-20T07:17:53.958Z[ host-image] Aug 20 07:17:52.793 INFO O| Aug 20 07:17:52.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101842026-08-20T07:17:53.962Z[ host-image] Aug 20 07:17:52.793 INFO O| Aug 20 07:17:52.793 INFO STEP 75 (ensure_dir) COMPLETE
101852026-08-20T07:17:53.962Z[ host-image] Aug 20 07:17:52.793 INFO O| Aug 20 07:17:52.793 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-20T07:17:53.968Z[ host-image] Aug 20 07:17:52.802 INFO O| Aug 20 07:17:52.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101872026-08-20T07:17:53.968Z[ host-image] Aug 20 07:17:52.802 INFO O| Aug 20 07:17:52.802 INFO copying /tmp/.tmp47yeOs/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 ...
101882026-08-20T07:17:53.971Z[ host-image] Aug 20 07:17:52.802 INFO O| Aug 20 07:17:52.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101892026-08-20T07:17:53.971Z[ host-image] Aug 20 07:17:52.802 INFO O| Aug 20 07:17:52.802 INFO ok!
101902026-08-20T07:17:53.971Z[ host-image] Aug 20 07:17:52.802 INFO O| Aug 20 07:17:52.802 INFO STEP 76 (ensure_file) COMPLETE
101912026-08-20T07:17:53.972Z[ host-image] Aug 20 07:17:52.802 INFO O| Aug 20 07:17:52.802 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-08-20T07:17:53.975Z[ host-image] Aug 20 07:17:52.810 INFO O| Aug 20 07:17:52.810 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101932026-08-20T07:17:53.976Z[ host-image] Aug 20 07:17:52.810 INFO O| Aug 20 07:17:52.810 INFO copying /tmp/.tmp47yeOs/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 ...
101942026-08-20T07:17:53.976Z[ host-image] Aug 20 07:17:52.810 INFO O| Aug 20 07:17:52.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101952026-08-20T07:17:53.976Z[ host-image] Aug 20 07:17:52.810 INFO O| Aug 20 07:17:52.810 INFO ok!
101962026-08-20T07:17:53.976Z[ host-image] Aug 20 07:17:52.810 INFO O| Aug 20 07:17:52.810 INFO STEP 77 (ensure_file) COMPLETE
101972026-08-20T07:17:53.976Z[ host-image] Aug 20 07:17:52.810 INFO O| Aug 20 07:17:52.810 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-08-20T07:17:53.984Z[ host-image] Aug 20 07:17:52.818 INFO O| Aug 20 07:17:52.818 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101992026-08-20T07:17:53.984Z[ host-image] Aug 20 07:17:52.818 INFO O| Aug 20 07:17:52.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102002026-08-20T07:17:53.988Z[ host-image] Aug 20 07:17:52.818 INFO O| Aug 20 07:17:52.818 INFO STEP 78 (ensure_dir) COMPLETE
102012026-08-20T07:17:53.988Z[ host-image] Aug 20 07:17:52.818 INFO O| Aug 20 07:17:52.818 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-08-20T07:17:53.992Z[ host-image] Aug 20 07:17:52.826 INFO O| Aug 20 07:17:52.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102032026-08-20T07:17:53.992Z[ host-image] Aug 20 07:17:52.826 INFO O| Aug 20 07:17:52.826 INFO copying /tmp/.tmp47yeOs/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 ...
102042026-08-20T07:17:53.992Z[ host-image] Aug 20 07:17:52.826 INFO O| Aug 20 07:17:52.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102052026-08-20T07:17:53.992Z[ host-image] Aug 20 07:17:52.826 INFO O| Aug 20 07:17:52.826 INFO ok!
102062026-08-20T07:17:53.992Z[ host-image] Aug 20 07:17:52.826 INFO O| Aug 20 07:17:52.826 INFO STEP 79 (ensure_file) COMPLETE
102072026-08-20T07:17:53.992Z[ host-image] Aug 20 07:17:52.826 INFO O| Aug 20 07:17:52.826 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-08-20T07:17:54.000Z[ host-image] Aug 20 07:17:52.834 INFO O| Aug 20 07:17:52.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102092026-08-20T07:17:54.000Z[ host-image] Aug 20 07:17:52.834 INFO O| Aug 20 07:17:52.834 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102102026-08-20T07:17:54.004Z[ host-image] Aug 20 07:17:52.834 INFO O| Aug 20 07:17:52.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102112026-08-20T07:17:54.004Z[ host-image] Aug 20 07:17:52.834 INFO O| Aug 20 07:17:52.834 INFO ok!
102122026-08-20T07:17:54.004Z[ host-image] Aug 20 07:17:52.834 INFO O| Aug 20 07:17:52.834 INFO STEP 80 (ensure_file) COMPLETE
102132026-08-20T07:17:54.004Z[ host-image] Aug 20 07:17:52.834 INFO O| Aug 20 07:17:52.834 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-08-20T07:17:54.009Z[ host-image] Aug 20 07:17:52.843 INFO O| Aug 20 07:17:52.843 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102152026-08-20T07:17:54.009Z[ host-image] Aug 20 07:17:52.843 INFO O| Aug 20 07:17:52.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102162026-08-20T07:17:54.009Z[ host-image] Aug 20 07:17:52.843 INFO O| Aug 20 07:17:52.843 INFO STEP 81 (ensure_dir) COMPLETE
102172026-08-20T07:17:54.013Z[ host-image] Aug 20 07:17:52.843 INFO O| Aug 20 07:17:52.843 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-08-20T07:17:54.017Z[ host-image] Aug 20 07:17:52.852 INFO O| Aug 20 07:17:52.851 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102192026-08-20T07:17:54.035Z[ host-image] Aug 20 07:17:52.852 INFO O| Aug 20 07:17:52.852 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102202026-08-20T07:17:54.643Z[ host-image] Aug 20 07:17:53.476 INFO O| Aug 20 07:17:53.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102212026-08-20T07:17:54.643Z[ host-image] Aug 20 07:17:53.476 INFO O| Aug 20 07:17:53.475 INFO ok!
102222026-08-20T07:17:54.647Z[ host-image] Aug 20 07:17:53.476 INFO O| Aug 20 07:17:53.476 INFO STEP 82 (ensure_file) COMPLETE
102232026-08-20T07:17:54.647Z[ host-image] Aug 20 07:17:53.476 INFO O| Aug 20 07:17:53.476 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-08-20T07:17:54.651Z[ host-image] Aug 20 07:17:53.485 INFO O| Aug 20 07:17:53.485 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102252026-08-20T07:17:54.651Z[ host-image] Aug 20 07:17:53.485 INFO O| Aug 20 07:17:53.485 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102262026-08-20T07:17:54.947Z[ host-image] Aug 20 07:17:53.781 INFO O| Aug 20 07:17:53.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102272026-08-20T07:17:54.947Z[ host-image] Aug 20 07:17:53.781 INFO O| Aug 20 07:17:53.781 INFO ok!
102282026-08-20T07:17:54.947Z[ host-image] Aug 20 07:17:53.781 INFO O| Aug 20 07:17:53.781 INFO STEP 83 (ensure_file) COMPLETE
102292026-08-20T07:17:54.951Z[ host-image] Aug 20 07:17:53.781 INFO O| Aug 20 07:17:53.781 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-08-20T07:17:54.956Z[ host-image] Aug 20 07:17:53.790 INFO O| Aug 20 07:17:53.790 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102312026-08-20T07:17:54.956Z[ host-image] Aug 20 07:17:53.790 INFO O| Aug 20 07:17:53.790 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102322026-08-20T07:17:56.420Z[ host-image] Aug 20 07:17:55.254 INFO O| Aug 20 07:17:55.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102332026-08-20T07:17:56.420Z[ host-image] Aug 20 07:17:55.254 INFO O| Aug 20 07:17:55.254 INFO ok!
102342026-08-20T07:17:56.420Z[ host-image] Aug 20 07:17:55.254 INFO O| Aug 20 07:17:55.254 INFO STEP 84 (ensure_file) COMPLETE
102352026-08-20T07:17:56.424Z[ host-image] Aug 20 07:17:55.254 INFO O| Aug 20 07:17:55.254 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-08-20T07:17:56.429Z[ host-image] Aug 20 07:17:55.263 INFO O| Aug 20 07:17:55.263 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102372026-08-20T07:17:56.433Z[ host-image] Aug 20 07:17:55.263 INFO O| Aug 20 07:17:55.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102382026-08-20T07:17:56.433Z[ host-image] Aug 20 07:17:55.263 INFO O| Aug 20 07:17:55.263 INFO STEP 85 (ensure_dir) COMPLETE
102392026-08-20T07:17:56.433Z[ host-image] Aug 20 07:17:55.263 INFO O| Aug 20 07:17:55.263 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-08-20T07:17:56.437Z[ host-image] Aug 20 07:17:55.271 INFO O| Aug 20 07:17:55.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102412026-08-20T07:17:56.437Z[ host-image] Aug 20 07:17:55.271 INFO O| Aug 20 07:17:55.271 INFO copying /tmp/.tmp47yeOs/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 ...
102422026-08-20T07:17:56.441Z[ host-image] Aug 20 07:17:55.271 INFO O| Aug 20 07:17:55.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102432026-08-20T07:17:56.441Z[ host-image] Aug 20 07:17:55.271 INFO O| Aug 20 07:17:55.271 INFO ok!
102442026-08-20T07:17:56.441Z[ host-image] Aug 20 07:17:55.271 INFO O| Aug 20 07:17:55.271 INFO STEP 86 (ensure_file) COMPLETE
102452026-08-20T07:17:56.441Z[ host-image] Aug 20 07:17:55.271 INFO O| Aug 20 07:17:55.271 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-08-20T07:17:56.446Z[ host-image] Aug 20 07:17:55.280 INFO O| Aug 20 07:17:55.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102472026-08-20T07:17:56.446Z[ host-image] Aug 20 07:17:55.280 INFO O| Aug 20 07:17:55.280 INFO copying /tmp/.tmp47yeOs/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 ...
102482026-08-20T07:17:56.450Z[ host-image] Aug 20 07:17:55.280 INFO O| Aug 20 07:17:55.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102492026-08-20T07:17:56.450Z[ host-image] Aug 20 07:17:55.280 INFO O| Aug 20 07:17:55.280 INFO ok!
102502026-08-20T07:17:56.450Z[ host-image] Aug 20 07:17:55.280 INFO O| Aug 20 07:17:55.280 INFO STEP 87 (ensure_file) COMPLETE
102512026-08-20T07:17:56.450Z[ host-image] Aug 20 07:17:55.280 INFO O| Aug 20 07:17:55.280 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-08-20T07:17:56.454Z[ host-image] Aug 20 07:17:55.289 INFO O| Aug 20 07:17:55.289 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102532026-08-20T07:17:56.454Z[ host-image] Aug 20 07:17:55.289 INFO O| Aug 20 07:17:55.289 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102542026-08-20T07:17:56.458Z[ host-image] Aug 20 07:17:55.289 INFO O| Aug 20 07:17:55.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102552026-08-20T07:17:56.458Z[ host-image] Aug 20 07:17:55.289 INFO O| Aug 20 07:17:55.289 INFO ok!
102562026-08-20T07:17:56.458Z[ host-image] Aug 20 07:17:55.289 INFO O| Aug 20 07:17:55.289 INFO STEP 88 (ensure_file) COMPLETE
102572026-08-20T07:17:56.460Z[ host-image] Aug 20 07:17:55.289 INFO O| Aug 20 07:17:55.289 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-20T07:17:56.464Z[ host-image] Aug 20 07:17:55.297 INFO O| Aug 20 07:17:55.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102592026-08-20T07:17:56.464Z[ host-image] Aug 20 07:17:55.297 INFO O| Aug 20 07:17:55.297 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102602026-08-20T07:17:56.464Z[ host-image] Aug 20 07:17:55.297 INFO O| Aug 20 07:17:55.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102612026-08-20T07:17:56.464Z[ host-image] Aug 20 07:17:55.297 INFO O| Aug 20 07:17:55.297 INFO ok!
102622026-08-20T07:17:56.464Z[ host-image] Aug 20 07:17:55.297 INFO O| Aug 20 07:17:55.297 INFO STEP 89 (ensure_file) COMPLETE
102632026-08-20T07:17:56.464Z[ host-image] Aug 20 07:17:55.297 INFO O| Aug 20 07:17:55.297 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-20T07:17:56.470Z[ host-image] Aug 20 07:17:55.305 INFO O| Aug 20 07:17:55.305 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102652026-08-20T07:17:56.470Z[ host-image] Aug 20 07:17:55.305 INFO O| Aug 20 07:17:55.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102662026-08-20T07:17:56.471Z[ host-image] Aug 20 07:17:55.305 INFO O| Aug 20 07:17:55.305 INFO STEP 90 (ensure_dir) COMPLETE
102672026-08-20T07:17:56.471Z[ host-image] Aug 20 07:17:55.305 INFO O| Aug 20 07:17:55.305 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-08-20T07:17:56.479Z[ host-image] Aug 20 07:17:55.314 INFO O| Aug 20 07:17:55.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102692026-08-20T07:17:56.479Z[ host-image] Aug 20 07:17:55.314 INFO O| Aug 20 07:17:55.314 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102702026-08-20T07:17:56.630Z[ host-image] Aug 20 07:17:55.464 INFO O| Aug 20 07:17:55.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102712026-08-20T07:17:56.630Z[ host-image] Aug 20 07:17:55.464 INFO O| Aug 20 07:17:55.464 INFO ok!
102722026-08-20T07:17:56.632Z[ host-image] Aug 20 07:17:55.464 INFO O| Aug 20 07:17:55.464 INFO STEP 91 (ensure_file) COMPLETE
102732026-08-20T07:17:56.632Z[ host-image] Aug 20 07:17:55.464 INFO O| Aug 20 07:17:55.464 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-08-20T07:17:56.639Z[ host-image] Aug 20 07:17:55.474 INFO O| Aug 20 07:17:55.474 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102752026-08-20T07:17:56.639Z[ host-image] Aug 20 07:17:55.474 INFO O| Aug 20 07:17:55.474 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102762026-08-20T07:17:56.640Z[ host-image] Aug 20 07:17:55.474 INFO O| Aug 20 07:17:55.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102772026-08-20T07:17:56.643Z[ host-image] Aug 20 07:17:55.474 INFO O| Aug 20 07:17:55.474 INFO ok!
102782026-08-20T07:17:56.643Z[ host-image] Aug 20 07:17:55.474 INFO O| Aug 20 07:17:55.474 INFO STEP 92 (ensure_file) COMPLETE
102792026-08-20T07:17:56.644Z[ host-image] Aug 20 07:17:55.474 INFO O| Aug 20 07:17:55.474 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-08-20T07:17:56.649Z[ host-image] Aug 20 07:17:55.484 INFO O| Aug 20 07:17:55.484 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102812026-08-20T07:17:56.649Z[ host-image] Aug 20 07:17:55.484 INFO O| Aug 20 07:17:55.484 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102822026-08-20T07:17:57.066Z[ host-image] Aug 20 07:17:55.900 INFO O| Aug 20 07:17:55.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102832026-08-20T07:17:57.066Z[ host-image] Aug 20 07:17:55.900 INFO O| Aug 20 07:17:55.900 INFO ok!
102842026-08-20T07:17:57.070Z[ host-image] Aug 20 07:17:55.900 INFO O| Aug 20 07:17:55.900 INFO STEP 93 (ensure_file) COMPLETE
102852026-08-20T07:17:57.070Z[ host-image] Aug 20 07:17:55.900 INFO O| Aug 20 07:17:55.900 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-08-20T07:17:57.075Z[ host-image] Aug 20 07:17:55.910 INFO O| Aug 20 07:17:55.910 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102872026-08-20T07:17:57.075Z[ host-image] Aug 20 07:17:55.910 INFO O| Aug 20 07:17:55.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102882026-08-20T07:17:57.075Z[ host-image] Aug 20 07:17:55.910 INFO O| Aug 20 07:17:55.910 INFO STEP 94 (ensure_dir) COMPLETE
102892026-08-20T07:17:57.079Z[ host-image] Aug 20 07:17:55.910 INFO O| Aug 20 07:17:55.910 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-08-20T07:17:57.082Z[ host-image] Aug 20 07:17:55.917 INFO O| Aug 20 07:17:55.917 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102912026-08-20T07:17:57.082Z[ host-image] Aug 20 07:17:55.917 INFO O| Aug 20 07:17:55.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102922026-08-20T07:17:57.086Z[ host-image] Aug 20 07:17:55.917 INFO O| Aug 20 07:17:55.917 INFO STEP 95 (ensure_dir) COMPLETE
102932026-08-20T07:17:57.086Z[ host-image] Aug 20 07:17:55.917 INFO O| Aug 20 07:17:55.917 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-08-20T07:17:57.090Z[ host-image] Aug 20 07:17:55.924 INFO O| Aug 20 07:17:55.924 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102952026-08-20T07:17:57.093Z[ host-image] Aug 20 07:17:55.924 INFO O| Aug 20 07:17:55.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102962026-08-20T07:17:57.093Z[ host-image] Aug 20 07:17:55.924 INFO O| Aug 20 07:17:55.924 INFO STEP 96 (ensure_dir) COMPLETE
102972026-08-20T07:17:57.093Z[ host-image] Aug 20 07:17:55.924 INFO O| Aug 20 07:17:55.924 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-08-20T07:17:57.098Z[ host-image] Aug 20 07:17:55.933 INFO O| Aug 20 07:17:55.933 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102992026-08-20T07:17:57.098Z[ host-image] Aug 20 07:17:55.933 INFO O| Aug 20 07:17:55.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103002026-08-20T07:17:57.098Z[ host-image] Aug 20 07:17:55.933 INFO O| Aug 20 07:17:55.933 INFO STEP 97 (ensure_dir) COMPLETE
103012026-08-20T07:17:57.102Z[ host-image] Aug 20 07:17:55.933 INFO O| Aug 20 07:17:55.933 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-08-20T07:17:57.106Z[ host-image] Aug 20 07:17:55.939 INFO O| Aug 20 07:17:55.939 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103032026-08-20T07:17:57.106Z[ host-image] Aug 20 07:17:55.939 INFO O| Aug 20 07:17:55.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103042026-08-20T07:17:57.106Z[ host-image] Aug 20 07:17:55.939 INFO O| Aug 20 07:17:55.939 INFO STEP 98 (ensure_dir) COMPLETE
103052026-08-20T07:17:57.106Z[ host-image] Aug 20 07:17:55.939 INFO O| Aug 20 07:17:55.939 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-20T07:17:57.112Z[ host-image] Aug 20 07:17:55.947 INFO O| Aug 20 07:17:55.947 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103072026-08-20T07:17:57.113Z[ host-image] Aug 20 07:17:55.947 INFO O| Aug 20 07:17:55.947 INFO copying /tmp/.tmp47yeOs/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 ...
103082026-08-20T07:17:57.117Z[ host-image] Aug 20 07:17:55.947 INFO O| Aug 20 07:17:55.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103092026-08-20T07:17:57.117Z[ host-image] Aug 20 07:17:55.947 INFO O| Aug 20 07:17:55.947 INFO ok!
103102026-08-20T07:17:57.117Z[ host-image] Aug 20 07:17:55.947 INFO O| Aug 20 07:17:55.947 INFO STEP 99 (ensure_file) COMPLETE
103112026-08-20T07:17:57.118Z[ host-image] Aug 20 07:17:55.947 INFO O| Aug 20 07:17:55.947 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-20T07:17:57.122Z[ host-image] Aug 20 07:17:55.954 INFO O| Aug 20 07:17:55.954 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103132026-08-20T07:17:57.122Z[ host-image] Aug 20 07:17:55.954 INFO O| Aug 20 07:17:55.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103142026-08-20T07:17:57.122Z[ host-image] Aug 20 07:17:55.954 INFO O| Aug 20 07:17:55.954 INFO STEP 100 (ensure_dir) COMPLETE
103152026-08-20T07:17:57.122Z[ host-image] Aug 20 07:17:55.954 INFO O| Aug 20 07:17:55.954 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-08-20T07:17:57.129Z[ host-image] Aug 20 07:17:55.963 INFO O| Aug 20 07:17:55.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103172026-08-20T07:17:57.129Z[ host-image] Aug 20 07:17:55.963 INFO O| Aug 20 07:17:55.963 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103182026-08-20T07:17:57.232Z[ recovery-image] Aug 20 07:17:56.066 INFO creating reset image...
103192026-08-20T07:17:57.232Z[ recovery-image] Aug 20 07:17:56.066 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")
103202026-08-20T07:17:57.486Z[ host-image] Aug 20 07:17:56.320 INFO O| Aug 20 07:17:56.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103212026-08-20T07:17:57.486Z[ host-image] Aug 20 07:17:56.320 INFO O| Aug 20 07:17:56.320 INFO ok!
103222026-08-20T07:17:57.486Z[ host-image] Aug 20 07:17:56.320 INFO O| Aug 20 07:17:56.320 INFO STEP 101 (ensure_file) COMPLETE
103232026-08-20T07:17:57.486Z[ host-image] Aug 20 07:17:56.320 INFO O| Aug 20 07:17:56.320 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-20T07:17:57.497Z[ host-image] Aug 20 07:17:56.331 INFO O| Aug 20 07:17:56.331 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103252026-08-20T07:17:57.497Z[ host-image] Aug 20 07:17:56.331 INFO O| Aug 20 07:17:56.331 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103262026-08-20T07:17:57.501Z[ host-image] Aug 20 07:17:56.331 INFO O| Aug 20 07:17:56.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103272026-08-20T07:17:57.501Z[ host-image] Aug 20 07:17:56.331 INFO O| Aug 20 07:17:56.331 INFO ok!
103282026-08-20T07:17:57.501Z[ host-image] Aug 20 07:17:56.331 INFO O| Aug 20 07:17:56.331 INFO STEP 102 (ensure_file) COMPLETE
103292026-08-20T07:17:57.501Z[ host-image] Aug 20 07:17:56.331 INFO O| Aug 20 07:17:56.331 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-20T07:17:57.501Z[ recovery-image] Aug 20 07:17:56.332 INFO E| Updating crates.io index
103312026-08-20T07:17:57.506Z[ host-image] Aug 20 07:17:56.340 INFO O| Aug 20 07:17:56.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103322026-08-20T07:17:57.506Z[ host-image] Aug 20 07:17:56.340 INFO O| Aug 20 07:17:56.340 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103332026-08-20T07:17:57.511Z[ host-image] Aug 20 07:17:56.346 INFO O| Aug 20 07:17:56.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103342026-08-20T07:17:57.512Z[ host-image] Aug 20 07:17:56.346 INFO O| Aug 20 07:17:56.346 INFO ok!
103352026-08-20T07:17:57.516Z[ host-image] Aug 20 07:17:56.346 INFO O| Aug 20 07:17:56.346 INFO STEP 103 (ensure_file) COMPLETE
103362026-08-20T07:17:57.516Z[ host-image] Aug 20 07:17:56.346 INFO O| Aug 20 07:17:56.346 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-20T07:17:57.521Z[ host-image] Aug 20 07:17:56.355 INFO O| Aug 20 07:17:56.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103382026-08-20T07:17:57.521Z[ host-image] Aug 20 07:17:56.355 INFO O| Aug 20 07:17:56.355 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103392026-08-20T07:17:57.521Z[ host-image] Aug 20 07:17:56.355 INFO O| Aug 20 07:17:56.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103402026-08-20T07:17:57.525Z[ host-image] Aug 20 07:17:56.355 INFO O| Aug 20 07:17:56.355 INFO ok!
103412026-08-20T07:17:57.525Z[ host-image] Aug 20 07:17:56.355 INFO O| Aug 20 07:17:56.355 INFO STEP 104 (ensure_file) COMPLETE
103422026-08-20T07:17:57.525Z[ host-image] Aug 20 07:17:56.355 INFO O| Aug 20 07:17:56.355 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-20T07:17:57.529Z[ host-image] Aug 20 07:17:56.363 INFO O| Aug 20 07:17:56.363 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103442026-08-20T07:17:57.529Z[ host-image] Aug 20 07:17:56.363 INFO O| Aug 20 07:17:56.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103452026-08-20T07:17:57.533Z[ host-image] Aug 20 07:17:56.363 INFO O| Aug 20 07:17:56.363 INFO STEP 105 (ensure_dir) COMPLETE
103462026-08-20T07:17:57.533Z[ host-image] Aug 20 07:17:56.363 INFO O| Aug 20 07:17:56.363 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-08-20T07:17:57.537Z[ host-image] Aug 20 07:17:56.371 INFO O| Aug 20 07:17:56.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103482026-08-20T07:17:57.537Z[ host-image] Aug 20 07:17:56.371 INFO O| Aug 20 07:17:56.371 INFO copying /tmp/.tmp47yeOs/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 ...
103492026-08-20T07:17:57.828Z[ host-image] Aug 20 07:17:56.662 INFO O| Aug 20 07:17:56.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103502026-08-20T07:17:57.828Z[ host-image] Aug 20 07:17:56.663 INFO O| Aug 20 07:17:56.662 INFO ok!
103512026-08-20T07:17:57.832Z[ host-image] Aug 20 07:17:56.663 INFO O| Aug 20 07:17:56.662 INFO STEP 106 (ensure_file) COMPLETE
103522026-08-20T07:17:57.833Z[ host-image] Aug 20 07:17:56.663 INFO O| Aug 20 07:17:56.662 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-08-20T07:17:57.837Z[ host-image] Aug 20 07:17:56.671 INFO O| Aug 20 07:17:56.671 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103542026-08-20T07:17:57.837Z[ host-image] Aug 20 07:17:56.671 INFO O| Aug 20 07:17:56.671 INFO copying /tmp/.tmp47yeOs/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 ...
103552026-08-20T07:17:57.840Z[ host-image] Aug 20 07:17:56.672 INFO O| Aug 20 07:17:56.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103562026-08-20T07:17:57.841Z[ host-image] Aug 20 07:17:56.672 INFO O| Aug 20 07:17:56.672 INFO ok!
103572026-08-20T07:17:57.841Z[ host-image] Aug 20 07:17:56.672 INFO O| Aug 20 07:17:56.672 INFO STEP 107 (ensure_file) COMPLETE
103582026-08-20T07:17:57.841Z[ host-image] Aug 20 07:17:56.672 INFO O| Aug 20 07:17:56.672 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-08-20T07:17:57.845Z[ recovery-image] Aug 20 07:17:56.676 INFO E| Downloading crates ...
103602026-08-20T07:17:57.845Z[ host-image] Aug 20 07:17:56.679 INFO O| Aug 20 07:17:56.679 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103612026-08-20T07:17:57.845Z[ host-image] Aug 20 07:17:56.679 INFO O| Aug 20 07:17:56.679 INFO copying /tmp/.tmp47yeOs/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 ...
103622026-08-20T07:17:57.845Z[ host-image] Aug 20 07:17:56.679 INFO O| Aug 20 07:17:56.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103632026-08-20T07:17:57.845Z[ host-image] Aug 20 07:17:56.679 INFO O| Aug 20 07:17:56.679 INFO ok!
103642026-08-20T07:17:57.845Z[ host-image] Aug 20 07:17:56.679 INFO O| Aug 20 07:17:56.679 INFO STEP 108 (ensure_file) COMPLETE
103652026-08-20T07:17:57.846Z[ host-image] Aug 20 07:17:56.679 INFO O| Aug 20 07:17:56.679 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-08-20T07:17:57.851Z[ host-image] Aug 20 07:17:56.686 INFO O| Aug 20 07:17:56.686 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103672026-08-20T07:17:57.851Z[ host-image] Aug 20 07:17:56.686 INFO O| Aug 20 07:17:56.686 INFO copying /tmp/.tmp47yeOs/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 ...
103682026-08-20T07:17:57.855Z[ host-image] Aug 20 07:17:56.686 INFO O| Aug 20 07:17:56.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103692026-08-20T07:17:57.855Z[ host-image] Aug 20 07:17:56.686 INFO O| Aug 20 07:17:56.686 INFO ok!
103702026-08-20T07:17:57.855Z[ host-image] Aug 20 07:17:56.686 INFO O| Aug 20 07:17:56.686 INFO STEP 109 (ensure_file) COMPLETE
103712026-08-20T07:17:57.855Z[ host-image] Aug 20 07:17:56.686 INFO O| Aug 20 07:17:56.686 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-08-20T07:17:57.858Z[ host-image] Aug 20 07:17:56.692 INFO O| Aug 20 07:17:56.692 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103732026-08-20T07:17:57.858Z[ host-image] Aug 20 07:17:56.692 INFO O| Aug 20 07:17:56.692 INFO copying /tmp/.tmp47yeOs/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 ...
103742026-08-20T07:17:57.858Z[ host-image] Aug 20 07:17:56.692 INFO O| Aug 20 07:17:56.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103752026-08-20T07:17:57.858Z[ host-image] Aug 20 07:17:56.692 INFO O| Aug 20 07:17:56.692 INFO ok!
103762026-08-20T07:17:57.858Z[ host-image] Aug 20 07:17:56.692 INFO O| Aug 20 07:17:56.692 INFO STEP 110 (ensure_file) COMPLETE
103772026-08-20T07:17:57.858Z[ host-image] Aug 20 07:17:56.692 INFO O| Aug 20 07:17:56.692 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-08-20T07:17:57.864Z[ host-image] Aug 20 07:17:56.698 INFO O| Aug 20 07:17:56.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103792026-08-20T07:17:57.864Z[ host-image] Aug 20 07:17:56.698 INFO O| Aug 20 07:17:56.698 INFO copying /tmp/.tmp47yeOs/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 ...
103802026-08-20T07:17:57.868Z[ host-image] Aug 20 07:17:56.698 INFO O| Aug 20 07:17:56.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103812026-08-20T07:17:57.868Z[ host-image] Aug 20 07:17:56.698 INFO O| Aug 20 07:17:56.698 INFO ok!
103822026-08-20T07:17:57.868Z[ host-image] Aug 20 07:17:56.698 INFO O| Aug 20 07:17:56.698 INFO STEP 111 (ensure_file) COMPLETE
103832026-08-20T07:17:57.868Z[ host-image] Aug 20 07:17:56.698 INFO O| Aug 20 07:17:56.698 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-08-20T07:17:57.907Z[ host-image] Aug 20 07:17:56.707 INFO O| Aug 20 07:17:56.707 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103852026-08-20T07:17:57.907Z[ host-image] Aug 20 07:17:56.707 INFO O| Aug 20 07:17:56.707 INFO copying /tmp/.tmp47yeOs/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 ...
103862026-08-20T07:17:57.907Z[ host-image] Aug 20 07:17:56.707 INFO O| Aug 20 07:17:56.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103872026-08-20T07:17:57.907Z[ host-image] Aug 20 07:17:56.707 INFO O| Aug 20 07:17:56.707 INFO ok!
103882026-08-20T07:17:57.907Z[ host-image] Aug 20 07:17:56.707 INFO O| Aug 20 07:17:56.707 INFO STEP 112 (ensure_file) COMPLETE
103892026-08-20T07:17:57.907Z[ host-image] Aug 20 07:17:56.707 INFO O| Aug 20 07:17:56.707 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-08-20T07:17:57.907Z[ host-image] Aug 20 07:17:56.713 INFO O| Aug 20 07:17:56.713 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103912026-08-20T07:17:57.907Z[ host-image] Aug 20 07:17:56.713 INFO O| Aug 20 07:17:56.713 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103922026-08-20T07:17:57.907Z[ host-image] Aug 20 07:17:56.713 INFO O| Aug 20 07:17:56.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103932026-08-20T07:17:57.908Z[ host-image] Aug 20 07:17:56.713 INFO O| Aug 20 07:17:56.713 INFO ok!
103942026-08-20T07:17:57.909Z[ host-image] Aug 20 07:17:56.713 INFO O| Aug 20 07:17:56.713 INFO STEP 113 (ensure_file) COMPLETE
103952026-08-20T07:17:57.909Z[ host-image] Aug 20 07:17:56.713 INFO O| Aug 20 07:17:56.713 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-08-20T07:17:57.909Z[ recovery-image] Aug 20 07:17:56.717 INFO E| Downloaded colorchoice v1.0.5
103972026-08-20T07:17:57.909Z[ host-image] Aug 20 07:17:56.720 INFO O| Aug 20 07:17:56.720 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103982026-08-20T07:17:57.909Z[ host-image] Aug 20 07:17:56.720 INFO O| Aug 20 07:17:56.720 INFO copying /tmp/.tmp47yeOs/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 ...
103992026-08-20T07:17:57.909Z[ host-image] Aug 20 07:17:56.720 INFO O| Aug 20 07:17:56.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104002026-08-20T07:17:57.909Z[ host-image] Aug 20 07:17:56.720 INFO O| Aug 20 07:17:56.720 INFO ok!
104012026-08-20T07:17:57.909Z[ host-image] Aug 20 07:17:56.720 INFO O| Aug 20 07:17:56.720 INFO STEP 114 (ensure_file) COMPLETE
104022026-08-20T07:17:57.909Z[ host-image] Aug 20 07:17:56.720 INFO O| Aug 20 07:17:56.720 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-20T07:17:57.909Z[ recovery-image] Aug 20 07:17:56.723 INFO E| Downloaded duct v1.1.1
104042026-08-20T07:17:57.909Z[ recovery-image] Aug 20 07:17:56.724 INFO E| Downloaded clap_lex v1.1.0
104052026-08-20T07:17:57.909Z[ recovery-image] Aug 20 07:17:56.725 INFO E| Downloaded shared_thread v0.2.0
104062026-08-20T07:17:57.909Z[ recovery-image] Aug 20 07:17:56.726 INFO E| Downloaded sigchld v0.2.4
104072026-08-20T07:17:57.909Z[ recovery-image] Aug 20 07:17:56.726 INFO E| Downloaded shared_child v1.1.1
104082026-08-20T07:17:57.909Z[ recovery-image] Aug 20 07:17:56.727 INFO E| Downloaded os_pipe v1.2.3
104092026-08-20T07:17:57.909Z[ host-image] Aug 20 07:17:56.728 INFO O| Aug 20 07:17:56.728 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104102026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.728 INFO O| Aug 20 07:17:56.728 INFO copying /tmp/.tmp47yeOs/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 ...
104112026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.728 INFO O| Aug 20 07:17:56.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104122026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.728 INFO O| Aug 20 07:17:56.728 INFO ok!
104132026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.728 INFO O| Aug 20 07:17:56.728 INFO STEP 115 (ensure_file) COMPLETE
104142026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.728 INFO O| Aug 20 07:17:56.728 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.736 INFO O| Aug 20 07:17:56.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104162026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.737 INFO O| Aug 20 07:17:56.736 INFO copying /tmp/.tmp47yeOs/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 ...
104172026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.737 INFO O| Aug 20 07:17:56.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104182026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.737 INFO O| Aug 20 07:17:56.737 INFO ok!
104192026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.737 INFO O| Aug 20 07:17:56.737 INFO STEP 116 (ensure_file) COMPLETE
104202026-08-20T07:17:57.910Z[ host-image] Aug 20 07:17:56.737 INFO O| Aug 20 07:17:56.737 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-20T07:17:57.914Z[ host-image] Aug 20 07:17:56.744 INFO O| Aug 20 07:17:56.744 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104222026-08-20T07:17:57.914Z[ host-image] Aug 20 07:17:56.744 INFO O| Aug 20 07:17:56.744 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104232026-08-20T07:17:57.915Z[ host-image] Aug 20 07:17:56.744 INFO O| Aug 20 07:17:56.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104242026-08-20T07:17:57.915Z[ host-image] Aug 20 07:17:56.744 INFO O| Aug 20 07:17:56.744 INFO ok!
104252026-08-20T07:17:57.915Z[ host-image] Aug 20 07:17:56.744 INFO O| Aug 20 07:17:56.744 INFO STEP 117 (ensure_file) COMPLETE
104262026-08-20T07:17:57.915Z[ host-image] Aug 20 07:17:56.744 INFO O| Aug 20 07:17:56.744 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-20T07:17:57.919Z[ host-image] Aug 20 07:17:56.751 INFO O| Aug 20 07:17:56.751 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104282026-08-20T07:17:57.919Z[ host-image] Aug 20 07:17:56.751 INFO O| Aug 20 07:17:56.751 INFO copying /tmp/.tmp47yeOs/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 ...
104292026-08-20T07:17:57.919Z[ host-image] Aug 20 07:17:56.751 INFO O| Aug 20 07:17:56.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104302026-08-20T07:17:57.919Z[ host-image] Aug 20 07:17:56.752 INFO O| Aug 20 07:17:56.751 INFO ok!
104312026-08-20T07:17:57.919Z[ host-image] Aug 20 07:17:56.752 INFO O| Aug 20 07:17:56.751 INFO STEP 118 (ensure_file) COMPLETE
104322026-08-20T07:17:57.919Z[ host-image] Aug 20 07:17:56.752 INFO O| Aug 20 07:17:56.751 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-20T07:17:57.926Z[ host-image] Aug 20 07:17:56.760 INFO O| Aug 20 07:17:56.760 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104342026-08-20T07:17:57.926Z[ host-image] Aug 20 07:17:56.760 INFO O| Aug 20 07:17:56.760 INFO copying /tmp/.tmp47yeOs/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 ...
104352026-08-20T07:17:57.930Z[ host-image] Aug 20 07:17:56.760 INFO O| Aug 20 07:17:56.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104362026-08-20T07:17:57.932Z[ host-image] Aug 20 07:17:56.760 INFO O| Aug 20 07:17:56.760 INFO ok!
104372026-08-20T07:17:57.932Z[ host-image] Aug 20 07:17:56.760 INFO O| Aug 20 07:17:56.760 INFO STEP 119 (ensure_file) COMPLETE
104382026-08-20T07:17:57.932Z[ host-image] Aug 20 07:17:56.760 INFO O| Aug 20 07:17:56.760 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling libc v0.2.186
104402026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling proc-macro2 v1.0.106
104412026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling unicode-ident v1.0.24
104422026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling signal-hook v0.3.18
104432026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling quote v1.0.45
104442026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling utf8parse v0.2.2
104452026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling anstyle v1.0.14
104462026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling anstyle-query v1.1.5
104472026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling is_terminal_polyfill v1.70.2
104482026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling colorchoice v1.0.5
104492026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling heck v0.5.0
104502026-08-20T07:17:57.932Z[ recovery-image] Aug 20 07:17:56.763 INFO E| Compiling clap_lex v1.1.0
104512026-08-20T07:17:57.936Z[ host-image] Aug 20 07:17:56.767 INFO O| Aug 20 07:17:56.767 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104522026-08-20T07:17:57.936Z[ host-image] Aug 20 07:17:56.767 INFO O| Aug 20 07:17:56.767 INFO copying /tmp/.tmp47yeOs/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 ...
104532026-08-20T07:17:57.936Z[ host-image] Aug 20 07:17:56.767 INFO O| Aug 20 07:17:56.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104542026-08-20T07:17:57.936Z[ host-image] Aug 20 07:17:56.767 INFO O| Aug 20 07:17:56.767 INFO ok!
104552026-08-20T07:17:57.936Z[ host-image] Aug 20 07:17:56.767 INFO O| Aug 20 07:17:56.767 INFO STEP 120 (ensure_file) COMPLETE
104562026-08-20T07:17:57.936Z[ host-image] Aug 20 07:17:56.767 INFO O| Aug 20 07:17:56.767 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-08-20T07:17:57.940Z[ recovery-image] Aug 20 07:17:56.774 INFO E| Compiling strsim v0.11.1
104582026-08-20T07:17:57.940Z[ recovery-image] Aug 20 07:17:56.774 INFO E| Compiling shared_thread v0.2.0
104592026-08-20T07:17:57.940Z[ host-image] Aug 20 07:17:56.775 INFO O| Aug 20 07:17:56.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104602026-08-20T07:17:57.940Z[ host-image] Aug 20 07:17:56.775 INFO O| Aug 20 07:17:56.775 INFO copying /tmp/.tmp47yeOs/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 ...
104612026-08-20T07:17:57.941Z[ host-image] Aug 20 07:17:56.775 INFO O| Aug 20 07:17:56.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104622026-08-20T07:17:57.941Z[ host-image] Aug 20 07:17:56.775 INFO O| Aug 20 07:17:56.775 INFO ok!
104632026-08-20T07:17:57.941Z[ host-image] Aug 20 07:17:56.775 INFO O| Aug 20 07:17:56.775 INFO STEP 121 (ensure_file) COMPLETE
104642026-08-20T07:17:57.941Z[ host-image] Aug 20 07:17:56.775 INFO O| Aug 20 07:17:56.775 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104652026-08-20T07:17:57.949Z[ host-image] Aug 20 07:17:56.783 INFO O| Aug 20 07:17:56.783 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104662026-08-20T07:17:57.949Z[ host-image] Aug 20 07:17:56.783 INFO O| Aug 20 07:17:56.783 INFO copying /tmp/.tmp47yeOs/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 ...
104672026-08-20T07:17:57.949Z[ host-image] Aug 20 07:17:56.784 INFO O| Aug 20 07:17:56.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104682026-08-20T07:17:57.950Z[ host-image] Aug 20 07:17:56.784 INFO O| Aug 20 07:17:56.784 INFO ok!
104692026-08-20T07:17:57.950Z[ host-image] Aug 20 07:17:56.784 INFO O| Aug 20 07:17:56.784 INFO STEP 122 (ensure_file) COMPLETE
104702026-08-20T07:17:57.955Z[ host-image] Aug 20 07:17:56.784 INFO O| Aug 20 07:17:56.784 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104712026-08-20T07:17:57.960Z[ host-image] Aug 20 07:17:56.795 INFO O| Aug 20 07:17:56.794 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104722026-08-20T07:17:57.960Z[ host-image] Aug 20 07:17:56.795 INFO O| Aug 20 07:17:56.794 INFO copying /tmp/.tmp47yeOs/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 ...
104732026-08-20T07:17:57.960Z[ host-image] Aug 20 07:17:56.795 INFO O| Aug 20 07:17:56.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104742026-08-20T07:17:57.964Z[ host-image] Aug 20 07:17:56.795 INFO O| Aug 20 07:17:56.795 INFO ok!
104752026-08-20T07:17:57.964Z[ host-image] Aug 20 07:17:56.795 INFO O| Aug 20 07:17:56.795 INFO STEP 123 (ensure_file) COMPLETE
104762026-08-20T07:17:57.964Z[ host-image] Aug 20 07:17:56.795 INFO O| Aug 20 07:17:56.795 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104772026-08-20T07:17:57.971Z[ host-image] Aug 20 07:17:56.806 INFO O| Aug 20 07:17:56.806 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104782026-08-20T07:17:57.971Z[ host-image] Aug 20 07:17:56.806 INFO O| Aug 20 07:17:56.806 INFO copying /tmp/.tmp47yeOs/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 ...
104792026-08-20T07:17:57.976Z[ host-image] Aug 20 07:17:56.806 INFO O| Aug 20 07:17:56.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104802026-08-20T07:17:57.976Z[ host-image] Aug 20 07:17:56.806 INFO O| Aug 20 07:17:56.806 INFO ok!
104812026-08-20T07:17:57.976Z[ host-image] Aug 20 07:17:56.806 INFO O| Aug 20 07:17:56.806 INFO STEP 124 (ensure_file) COMPLETE
104822026-08-20T07:17:57.977Z[ host-image] Aug 20 07:17:56.806 INFO O| Aug 20 07:17:56.806 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104832026-08-20T07:17:57.982Z[ host-image] Aug 20 07:17:56.816 INFO O| Aug 20 07:17:56.816 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104842026-08-20T07:17:57.982Z[ host-image] Aug 20 07:17:56.816 INFO O| Aug 20 07:17:56.816 INFO copying /tmp/.tmp47yeOs/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 ...
104852026-08-20T07:17:57.986Z[ host-image] Aug 20 07:17:56.816 INFO O| Aug 20 07:17:56.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104862026-08-20T07:17:57.986Z[ host-image] Aug 20 07:17:56.816 INFO O| Aug 20 07:17:56.816 INFO ok!
104872026-08-20T07:17:57.986Z[ host-image] Aug 20 07:17:56.816 INFO O| Aug 20 07:17:56.816 INFO STEP 125 (ensure_file) COMPLETE
104882026-08-20T07:17:57.986Z[ host-image] Aug 20 07:17:56.816 INFO O| Aug 20 07:17:56.816 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-08-20T07:17:57.992Z[ host-image] Aug 20 07:17:56.826 INFO O| Aug 20 07:17:56.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104902026-08-20T07:17:57.992Z[ host-image] Aug 20 07:17:56.826 INFO O| Aug 20 07:17:56.826 INFO copying /tmp/.tmp47yeOs/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 ...
104912026-08-20T07:17:57.992Z[ host-image] Aug 20 07:17:56.826 INFO O| Aug 20 07:17:56.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104922026-08-20T07:17:57.996Z[ host-image] Aug 20 07:17:56.826 INFO O| Aug 20 07:17:56.826 INFO ok!
104932026-08-20T07:17:57.996Z[ host-image] Aug 20 07:17:56.826 INFO O| Aug 20 07:17:56.826 INFO STEP 126 (ensure_file) COMPLETE
104942026-08-20T07:17:57.996Z[ host-image] Aug 20 07:17:56.826 INFO O| Aug 20 07:17:56.826 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-08-20T07:17:58.001Z[ host-image] Aug 20 07:17:56.835 INFO O| Aug 20 07:17:56.835 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104962026-08-20T07:17:58.001Z[ host-image] Aug 20 07:17:56.835 INFO O| Aug 20 07:17:56.835 INFO copying /tmp/.tmp47yeOs/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 ...
104972026-08-20T07:17:58.005Z[ host-image] Aug 20 07:17:56.835 INFO O| Aug 20 07:17:56.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104982026-08-20T07:17:58.005Z[ host-image] Aug 20 07:17:56.835 INFO O| Aug 20 07:17:56.835 INFO ok!
104992026-08-20T07:17:58.005Z[ host-image] Aug 20 07:17:56.835 INFO O| Aug 20 07:17:56.835 INFO STEP 127 (ensure_file) COMPLETE
105002026-08-20T07:17:58.005Z[ host-image] Aug 20 07:17:56.835 INFO O| Aug 20 07:17:56.835 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-08-20T07:17:58.014Z[ host-image] Aug 20 07:17:56.847 INFO O| Aug 20 07:17:56.847 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105022026-08-20T07:17:58.014Z[ host-image] Aug 20 07:17:56.847 INFO O| Aug 20 07:17:56.847 INFO copying /tmp/.tmp47yeOs/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 ...
105032026-08-20T07:17:58.014Z[ host-image] Aug 20 07:17:56.847 INFO O| Aug 20 07:17:56.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105042026-08-20T07:17:58.018Z[ host-image] Aug 20 07:17:56.847 INFO O| Aug 20 07:17:56.847 INFO ok!
105052026-08-20T07:17:58.018Z[ host-image] Aug 20 07:17:56.847 INFO O| Aug 20 07:17:56.847 INFO STEP 128 (ensure_file) COMPLETE
105062026-08-20T07:17:58.019Z[ host-image] Aug 20 07:17:56.847 INFO O| Aug 20 07:17:56.847 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-08-20T07:17:58.023Z[ host-image] Aug 20 07:17:56.857 INFO O| Aug 20 07:17:56.857 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105082026-08-20T07:17:58.023Z[ host-image] Aug 20 07:17:56.857 INFO O| Aug 20 07:17:56.857 INFO copying /tmp/.tmp47yeOs/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 ...
105092026-08-20T07:17:58.024Z[ host-image] Aug 20 07:17:56.857 INFO O| Aug 20 07:17:56.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105102026-08-20T07:17:58.025Z[ host-image] Aug 20 07:17:56.857 INFO O| Aug 20 07:17:56.857 INFO ok!
105112026-08-20T07:17:58.029Z[ host-image] Aug 20 07:17:56.857 INFO O| Aug 20 07:17:56.857 INFO STEP 129 (ensure_file) COMPLETE
105122026-08-20T07:17:58.029Z[ host-image] Aug 20 07:17:56.857 INFO O| Aug 20 07:17:56.857 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105132026-08-20T07:17:58.035Z[ host-image] Aug 20 07:17:56.869 INFO O| Aug 20 07:17:56.869 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105142026-08-20T07:17:58.035Z[ host-image] Aug 20 07:17:56.869 INFO O| Aug 20 07:17:56.869 INFO copying /tmp/.tmp47yeOs/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 ...
105152026-08-20T07:17:58.035Z[ host-image] Aug 20 07:17:56.869 INFO O| Aug 20 07:17:56.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105162026-08-20T07:17:58.039Z[ host-image] Aug 20 07:17:56.869 INFO O| Aug 20 07:17:56.869 INFO ok!
105172026-08-20T07:17:58.039Z[ host-image] Aug 20 07:17:56.869 INFO O| Aug 20 07:17:56.869 INFO STEP 130 (ensure_file) COMPLETE
105182026-08-20T07:17:58.040Z[ host-image] Aug 20 07:17:56.869 INFO O| Aug 20 07:17:56.869 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105192026-08-20T07:17:58.046Z[ host-image] Aug 20 07:17:56.880 INFO O| Aug 20 07:17:56.880 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105202026-08-20T07:17:58.046Z[ host-image] Aug 20 07:17:56.880 INFO O| Aug 20 07:17:56.880 INFO copying /tmp/.tmp47yeOs/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 ...
105212026-08-20T07:17:58.051Z[ host-image] Aug 20 07:17:56.880 INFO O| Aug 20 07:17:56.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105222026-08-20T07:17:58.051Z[ host-image] Aug 20 07:17:56.880 INFO O| Aug 20 07:17:56.880 INFO ok!
105232026-08-20T07:17:58.051Z[ host-image] Aug 20 07:17:56.880 INFO O| Aug 20 07:17:56.880 INFO STEP 131 (ensure_file) COMPLETE
105242026-08-20T07:17:58.051Z[ host-image] Aug 20 07:17:56.880 INFO O| Aug 20 07:17:56.880 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105252026-08-20T07:17:58.058Z[ host-image] Aug 20 07:17:56.892 INFO O| Aug 20 07:17:56.892 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105262026-08-20T07:17:58.058Z[ host-image] Aug 20 07:17:56.892 INFO O| Aug 20 07:17:56.892 INFO copying /tmp/.tmp47yeOs/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 ...
105272026-08-20T07:17:58.063Z[ host-image] Aug 20 07:17:56.892 INFO O| Aug 20 07:17:56.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105282026-08-20T07:17:58.063Z[ host-image] Aug 20 07:17:56.892 INFO O| Aug 20 07:17:56.892 INFO ok!
105292026-08-20T07:17:58.063Z[ host-image] Aug 20 07:17:56.892 INFO O| Aug 20 07:17:56.892 INFO STEP 132 (ensure_file) COMPLETE
105302026-08-20T07:17:58.063Z[ host-image] Aug 20 07:17:56.892 INFO O| Aug 20 07:17:56.892 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-08-20T07:17:58.068Z[ host-image] Aug 20 07:17:56.902 INFO O| Aug 20 07:17:56.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105322026-08-20T07:17:58.068Z[ host-image] Aug 20 07:17:56.902 INFO O| Aug 20 07:17:56.902 INFO copying /tmp/.tmp47yeOs/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 ...
105332026-08-20T07:17:58.074Z[ host-image] Aug 20 07:17:56.902 INFO O| Aug 20 07:17:56.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105342026-08-20T07:17:58.074Z[ host-image] Aug 20 07:17:56.902 INFO O| Aug 20 07:17:56.902 INFO ok!
105352026-08-20T07:17:58.074Z[ host-image] Aug 20 07:17:56.902 INFO O| Aug 20 07:17:56.902 INFO STEP 133 (ensure_file) COMPLETE
105362026-08-20T07:17:58.074Z[ host-image] Aug 20 07:17:56.902 INFO O| Aug 20 07:17:56.902 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-08-20T07:17:58.079Z[ recovery-image] Aug 20 07:17:56.907 INFO E| Compiling anstyle-parse v1.0.0
105382026-08-20T07:17:58.084Z[ host-image] Aug 20 07:17:56.913 INFO O| Aug 20 07:17:56.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105392026-08-20T07:17:58.084Z[ host-image] Aug 20 07:17:56.913 INFO O| Aug 20 07:17:56.913 INFO copying /tmp/.tmp47yeOs/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 ...
105402026-08-20T07:17:58.084Z[ host-image] Aug 20 07:17:56.913 INFO O| Aug 20 07:17:56.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105412026-08-20T07:17:58.084Z[ host-image] Aug 20 07:17:56.913 INFO O| Aug 20 07:17:56.913 INFO ok!
105422026-08-20T07:17:58.085Z[ host-image] Aug 20 07:17:56.913 INFO O| Aug 20 07:17:56.913 INFO STEP 134 (ensure_file) COMPLETE
105432026-08-20T07:17:58.085Z[ host-image] Aug 20 07:17:56.913 INFO O| Aug 20 07:17:56.913 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-08-20T07:17:58.092Z[ host-image] Aug 20 07:17:56.927 INFO O| Aug 20 07:17:56.926 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105452026-08-20T07:17:58.093Z[ host-image] Aug 20 07:17:56.927 INFO O| Aug 20 07:17:56.926 INFO copying /tmp/.tmp47yeOs/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 ...
105462026-08-20T07:17:58.097Z[ host-image] Aug 20 07:17:56.927 INFO O| Aug 20 07:17:56.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105472026-08-20T07:17:58.098Z[ host-image] Aug 20 07:17:56.927 INFO O| Aug 20 07:17:56.927 INFO ok!
105482026-08-20T07:17:58.098Z[ host-image] Aug 20 07:17:56.927 INFO O| Aug 20 07:17:56.927 INFO STEP 135 (ensure_file) COMPLETE
105492026-08-20T07:17:58.098Z[ host-image] Aug 20 07:17:56.927 INFO O| Aug 20 07:17:56.927 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-08-20T07:17:58.105Z[ host-image] Aug 20 07:17:56.939 INFO O| Aug 20 07:17:56.939 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105512026-08-20T07:17:58.105Z[ host-image] Aug 20 07:17:56.939 INFO O| Aug 20 07:17:56.939 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105522026-08-20T07:17:58.109Z[ host-image] Aug 20 07:17:56.939 INFO O| Aug 20 07:17:56.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105532026-08-20T07:17:58.109Z[ host-image] Aug 20 07:17:56.939 INFO O| Aug 20 07:17:56.939 INFO ok!
105542026-08-20T07:17:58.109Z[ host-image] Aug 20 07:17:56.939 INFO O| Aug 20 07:17:56.939 INFO STEP 136 (ensure_file) COMPLETE
105552026-08-20T07:17:58.109Z[ host-image] Aug 20 07:17:56.939 INFO O| Aug 20 07:17:56.939 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-08-20T07:17:58.116Z[ host-image] Aug 20 07:17:56.950 INFO O| Aug 20 07:17:56.950 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105572026-08-20T07:17:58.116Z[ host-image] Aug 20 07:17:56.950 INFO O| Aug 20 07:17:56.950 INFO copying /tmp/.tmp47yeOs/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 ...
105582026-08-20T07:17:58.116Z[ host-image] Aug 20 07:17:56.950 INFO O| Aug 20 07:17:56.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105592026-08-20T07:17:58.116Z[ host-image] Aug 20 07:17:56.950 INFO O| Aug 20 07:17:56.950 INFO ok!
105602026-08-20T07:17:58.121Z[ host-image] Aug 20 07:17:56.950 INFO O| Aug 20 07:17:56.950 INFO STEP 137 (ensure_file) COMPLETE
105612026-08-20T07:17:58.121Z[ host-image] Aug 20 07:17:56.950 INFO O| Aug 20 07:17:56.950 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-08-20T07:17:58.127Z[ host-image] Aug 20 07:17:56.960 INFO O| Aug 20 07:17:56.960 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105632026-08-20T07:17:58.127Z[ host-image] Aug 20 07:17:56.961 INFO O| Aug 20 07:17:56.960 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105642026-08-20T07:17:58.127Z[ host-image] Aug 20 07:17:56.961 INFO O| Aug 20 07:17:56.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105652026-08-20T07:17:58.127Z[ host-image] Aug 20 07:17:56.961 INFO O| Aug 20 07:17:56.961 INFO ok!
105662026-08-20T07:17:58.127Z[ host-image] Aug 20 07:17:56.961 INFO O| Aug 20 07:17:56.961 INFO STEP 138 (ensure_file) COMPLETE
105672026-08-20T07:17:58.127Z[ host-image] Aug 20 07:17:56.961 INFO O| Aug 20 07:17:56.961 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-08-20T07:17:58.139Z[ host-image] Aug 20 07:17:56.973 INFO O| Aug 20 07:17:56.973 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105692026-08-20T07:17:58.139Z[ host-image] Aug 20 07:17:56.973 INFO O| Aug 20 07:17:56.973 INFO copying /tmp/.tmp47yeOs/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105702026-08-20T07:17:58.348Z[ recovery-image] Aug 20 07:17:57.182 INFO E| Compiling anstream v1.0.0
105712026-08-20T07:17:58.584Z[ recovery-image] Aug 20 07:17:57.418 INFO E| Compiling clap_builder v4.6.0
105722026-08-20T07:17:58.925Z[ recovery-image] Aug 20 07:17:57.759 INFO E| Compiling errno v0.3.14
105732026-08-20T07:17:58.925Z[ recovery-image] Aug 20 07:17:57.759 INFO E| Compiling os_pipe v1.2.3
105742026-08-20T07:17:59.042Z[ recovery-image] Aug 20 07:17:57.876 INFO E| Compiling signal-hook-registry v1.4.8
105752026-08-20T07:17:59.293Z[ recovery-image] Aug 20 07:17:58.125 INFO E| Compiling syn v2.0.117
105762026-08-20T07:17:59.386Z[ recovery-image] Aug 20 07:17:58.220 INFO E| Compiling sigchld v0.2.4
105772026-08-20T07:17:59.501Z[ recovery-image] Aug 20 07:17:58.335 INFO E| Compiling shared_child v1.1.1
105782026-08-20T07:17:59.640Z[ recovery-image] Aug 20 07:17:58.473 INFO E| Compiling duct v1.1.1
105792026-08-20T07:18:01.853Z[ recovery-image] Aug 20 07:18:00.687 INFO E| Compiling clap_derive v4.6.1
105802026-08-20T07:18:03.463Z[ recovery-image] Aug 20 07:18:02.296 INFO E| Compiling clap v4.6.1
105812026-08-20T07:18:03.542Z[ recovery-image] Aug 20 07:18:02.376 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105822026-08-20T07:18:04.660Z[ recovery-image] Aug 20 07:18:03.490 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s
105832026-08-20T07:18:04.664Z[ recovery-image] Aug 20 07:18:03.495 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105842026-08-20T07:18:04.983Z[ recovery-image] Aug 20 07:18:03.817 INFO E| Downloading crates ...
105852026-08-20T07:18:05.029Z[ recovery-image] Aug 20 07:18:03.862 INFO E| Downloaded bit_field v0.10.3
105862026-08-20T07:18:05.032Z[ recovery-image] Aug 20 07:18:03.864 INFO E| Downloaded bitstruct v0.1.1
105872026-08-20T07:18:05.061Z[ recovery-image] Aug 20 07:18:03.879 INFO E| Downloaded bitflags v2.13.0
105882026-08-20T07:18:05.065Z[ recovery-image] Aug 20 07:18:03.882 INFO E| Downloaded log v0.4.32
105892026-08-20T07:18:05.075Z[ recovery-image] Aug 20 07:18:03.885 INFO E| Downloaded raw-cpuid v10.7.0
105902026-08-20T07:18:05.075Z[ recovery-image] Aug 20 07:18:03.887 INFO E| Downloaded bitstruct_derive v0.1.0
105912026-08-20T07:18:05.075Z[ recovery-image] Aug 20 07:18:03.888 INFO E| Downloaded cpio_reader v0.1.2
105922026-08-20T07:18:05.075Z[ recovery-image] Aug 20 07:18:03.897 INFO E| Downloaded miniz_oxide v0.9.1
105932026-08-20T07:18:05.088Z[ recovery-image] Aug 20 07:18:03.923 INFO E| Downloaded goblin v0.10.7
105942026-08-20T07:18:05.223Z[ recovery-image] Aug 20 07:18:04.057 INFO E| Downloaded x86 v0.52.0
105952026-08-20T07:18:05.263Z[ recovery-image] Aug 20 07:18:04.097 INFO E| Updating crates.io index
105962026-08-20T07:18:05.312Z[ recovery-image] Aug 20 07:18:04.147 INFO E| Downloading crates ...
105972026-08-20T07:18:05.338Z[ recovery-image] Aug 20 07:18:04.169 INFO E| Downloaded hashbrown v0.17.1
105982026-08-20T07:18:05.346Z[ recovery-image] Aug 20 07:18:04.174 INFO E| Downloaded rustc-literal-escaper v0.0.7
105992026-08-20T07:18:05.395Z[ recovery-image] Aug 20 07:18:04.229 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)
106002026-08-20T07:18:05.403Z[ recovery-image] Aug 20 07:18:04.229 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)
106012026-08-20T07:18:05.403Z[ recovery-image] Aug 20 07:18:04.229 INFO E| Compiling proc-macro2 v1.0.106
106022026-08-20T07:18:05.403Z[ recovery-image] Aug 20 07:18:04.229 INFO E| Compiling quote v1.0.45
106032026-08-20T07:18:05.404Z[ recovery-image] Aug 20 07:18:04.229 INFO E| Compiling unicode-ident v1.0.24
106042026-08-20T07:18:05.404Z[ recovery-image] Aug 20 07:18:04.229 INFO E| Compiling syn v1.0.109
106052026-08-20T07:18:05.404Z[ recovery-image] Aug 20 07:18:04.229 INFO E| Compiling x86 v0.52.0
106062026-08-20T07:18:05.404Z[ recovery-image] Aug 20 07:18:04.229 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106072026-08-20T07:18:05.404Z[ recovery-image] Aug 20 07:18:04.229 INFO E| Compiling seq-macro v0.3.6
106082026-08-20T07:18:06.463Z[ host-image] Aug 20 07:18:05.295 INFO O| Aug 20 07:18:05.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106092026-08-20T07:18:06.463Z[ host-image] Aug 20 07:18:05.295 INFO O| Aug 20 07:18:05.295 INFO ok!
106102026-08-20T07:18:06.463Z[ host-image] Aug 20 07:18:05.295 INFO O| Aug 20 07:18:05.295 INFO STEP 139 (ensure_file) COMPLETE
106112026-08-20T07:18:06.467Z[ host-image] Aug 20 07:18:05.295 INFO O| Aug 20 07:18:05.295 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-08-20T07:18:06.472Z[ host-image] Aug 20 07:18:05.303 INFO O| Aug 20 07:18:05.303 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106132026-08-20T07:18:06.472Z[ host-image] Aug 20 07:18:05.303 INFO O| Aug 20 07:18:05.303 INFO STEP 140 (ensure_dir) COMPLETE
106142026-08-20T07:18:06.472Z[ host-image] Aug 20 07:18:05.303 INFO O| Aug 20 07:18:05.303 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-08-20T07:18:06.479Z[ host-image] Aug 20 07:18:05.312 INFO O| Aug 20 07:18:05.312 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106162026-08-20T07:18:06.483Z[ host-image] Aug 20 07:18:05.312 INFO O| Aug 20 07:18:05.312 INFO STEP 141 (ensure_dir) COMPLETE
106172026-08-20T07:18:06.483Z[ host-image] Aug 20 07:18:05.312 INFO O| Aug 20 07:18:05.312 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-08-20T07:18:06.488Z[ host-image] Aug 20 07:18:05.320 INFO O| Aug 20 07:18:05.320 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106192026-08-20T07:18:06.489Z[ host-image] Aug 20 07:18:05.320 INFO O| Aug 20 07:18:05.320 INFO STEP 142 (ensure_dir) COMPLETE
106202026-08-20T07:18:06.489Z[ host-image] Aug 20 07:18:05.320 INFO O| Aug 20 07:18:05.320 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106212026-08-20T07:18:06.494Z[ host-image] Aug 20 07:18:05.327 INFO O| Aug 20 07:18:05.327 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106222026-08-20T07:18:06.494Z[ host-image] Aug 20 07:18:05.327 INFO O| Aug 20 07:18:05.327 INFO STEP 143 (ensure_dir) COMPLETE
106232026-08-20T07:18:06.494Z[ host-image] Aug 20 07:18:05.327 INFO O| Aug 20 07:18:05.327 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-08-20T07:18:06.500Z[ host-image] Aug 20 07:18:05.334 INFO O| Aug 20 07:18:05.334 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106252026-08-20T07:18:06.501Z[ host-image] Aug 20 07:18:05.334 INFO O| Aug 20 07:18:05.334 INFO copying /tmp/.tmp47yeOs/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 ...
106262026-08-20T07:18:06.507Z[ host-image] Aug 20 07:18:05.334 INFO O| Aug 20 07:18:05.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106272026-08-20T07:18:06.507Z[ host-image] Aug 20 07:18:05.334 INFO O| Aug 20 07:18:05.334 INFO ok!
106282026-08-20T07:18:06.507Z[ host-image] Aug 20 07:18:05.334 INFO O| Aug 20 07:18:05.334 INFO STEP 144 (ensure_file) COMPLETE
106292026-08-20T07:18:06.507Z[ host-image] Aug 20 07:18:05.334 INFO O| Aug 20 07:18:05.334 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106302026-08-20T07:18:06.507Z[ recovery-image] Aug 20 07:18:05.339 INFO E| Compiling syn v2.0.117
106312026-08-20T07:18:06.514Z[ host-image] Aug 20 07:18:05.341 INFO O| Aug 20 07:18:05.341 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106322026-08-20T07:18:06.514Z[ host-image] Aug 20 07:18:05.341 INFO O| Aug 20 07:18:05.341 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106332026-08-20T07:18:06.514Z[ host-image] Aug 20 07:18:05.341 INFO O| Aug 20 07:18:05.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106342026-08-20T07:18:06.514Z[ host-image] Aug 20 07:18:05.341 INFO O| Aug 20 07:18:05.341 INFO STEP 145 (ensure_dir) COMPLETE
106352026-08-20T07:18:06.514Z[ host-image] Aug 20 07:18:05.341 INFO O| Aug 20 07:18:05.341 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.347 INFO O| Aug 20 07:18:05.347 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106372026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.347 INFO O| Aug 20 07:18:05.347 INFO copying /tmp/.tmp47yeOs/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106382026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.347 INFO O| Aug 20 07:18:05.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106392026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.347 INFO O| Aug 20 07:18:05.347 INFO ok!
106402026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.347 INFO O| Aug 20 07:18:05.347 INFO STEP 146 (ensure_file) COMPLETE
106412026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.347 INFO O| Aug 20 07:18:05.347 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.356 INFO O| Aug 20 07:18:05.356 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106432026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.357 INFO O| Aug 20 07:18:05.357 INFO STEP 147 (remove_files) COMPLETE
106442026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.357 INFO O| Aug 20 07:18:05.357 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.365 INFO O| Aug 20 07:18:05.365 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106462026-08-20T07:18:06.540Z[ host-image] Aug 20 07:18:05.365 INFO O| Aug 20 07:18:05.365 INFO STEP 148 (remove_files) COMPLETE
106472026-08-20T07:18:06.541Z[ host-image] Aug 20 07:18:05.365 INFO O| Aug 20 07:18:05.365 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-20T07:18:06.546Z[ host-image] Aug 20 07:18:05.372 INFO O| Aug 20 07:18:05.372 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106492026-08-20T07:18:06.548Z[ host-image] Aug 20 07:18:05.372 INFO O| Aug 20 07:18:05.372 INFO STEP 149 (remove_files) COMPLETE
106502026-08-20T07:18:06.548Z[ host-image] Aug 20 07:18:05.372 INFO O| Aug 20 07:18:05.372 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-20T07:18:06.554Z[ host-image] Aug 20 07:18:05.380 INFO O| Aug 20 07:18:05.380 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106522026-08-20T07:18:06.554Z[ host-image] Aug 20 07:18:05.380 INFO O| Aug 20 07:18:05.380 INFO STEP 150 (remove_files) COMPLETE
106532026-08-20T07:18:06.554Z[ host-image] Aug 20 07:18:05.380 INFO O| Aug 20 07:18:05.380 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-20T07:18:06.560Z[ host-image] Aug 20 07:18:05.389 INFO O| Aug 20 07:18:05.389 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106552026-08-20T07:18:06.560Z[ host-image] Aug 20 07:18:05.389 INFO O| Aug 20 07:18:05.389 INFO STEP 151 (remove_files) COMPLETE
106562026-08-20T07:18:06.560Z[ host-image] Aug 20 07:18:05.389 INFO O| Aug 20 07:18:05.389 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-20T07:18:06.568Z[ host-image] Aug 20 07:18:05.397 INFO O| Aug 20 07:18:05.397 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106582026-08-20T07:18:06.568Z[ host-image] Aug 20 07:18:05.397 INFO O| Aug 20 07:18:05.397 INFO STEP 152 (remove_files) COMPLETE
106592026-08-20T07:18:06.568Z[ host-image] Aug 20 07:18:05.397 INFO O| Aug 20 07:18:05.397 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-20T07:18:06.573Z[ host-image] Aug 20 07:18:05.405 INFO O| Aug 20 07:18:05.405 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106612026-08-20T07:18:06.573Z[ host-image] Aug 20 07:18:05.405 INFO O| Aug 20 07:18:05.405 INFO STEP 153 (remove_files) COMPLETE
106622026-08-20T07:18:06.573Z[ host-image] Aug 20 07:18:05.405 INFO O| Aug 20 07:18:05.405 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-08-20T07:18:06.579Z[ host-image] Aug 20 07:18:05.413 INFO O| Aug 20 07:18:05.413 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106642026-08-20T07:18:06.583Z[ host-image] Aug 20 07:18:05.413 INFO O| Aug 20 07:18:05.413 INFO STEP 154 (remove_files) COMPLETE
106652026-08-20T07:18:06.583Z[ host-image] Aug 20 07:18:05.413 INFO O| Aug 20 07:18:05.413 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-08-20T07:18:06.587Z[ host-image] Aug 20 07:18:05.421 INFO O| Aug 20 07:18:05.421 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106672026-08-20T07:18:06.587Z[ host-image] Aug 20 07:18:05.421 INFO O| Aug 20 07:18:05.421 INFO STEP 155 (remove_files) COMPLETE
106682026-08-20T07:18:06.587Z[ host-image] Aug 20 07:18:05.421 INFO O| Aug 20 07:18:05.421 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-08-20T07:18:06.594Z[ host-image] Aug 20 07:18:05.428 INFO O| Aug 20 07:18:05.428 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106702026-08-20T07:18:06.598Z[ host-image] Aug 20 07:18:05.428 INFO O| Aug 20 07:18:05.428 INFO STEP 156 (remove_files) COMPLETE
106712026-08-20T07:18:06.598Z[ host-image] Aug 20 07:18:05.428 INFO O| Aug 20 07:18:05.428 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-08-20T07:18:06.602Z[ host-image] Aug 20 07:18:05.436 INFO O| Aug 20 07:18:05.436 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106732026-08-20T07:18:06.603Z[ host-image] Aug 20 07:18:05.436 INFO O| Aug 20 07:18:05.436 INFO STEP 157 (remove_files) COMPLETE
106742026-08-20T07:18:06.603Z[ host-image] Aug 20 07:18:05.436 INFO O| Aug 20 07:18:05.436 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-08-20T07:18:06.608Z[ host-image] Aug 20 07:18:05.443 INFO O| Aug 20 07:18:05.443 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106762026-08-20T07:18:06.608Z[ host-image] Aug 20 07:18:05.443 INFO O| Aug 20 07:18:05.443 INFO STEP 158 (remove_files) COMPLETE
106772026-08-20T07:18:06.608Z[ host-image] Aug 20 07:18:05.443 INFO O| Aug 20 07:18:05.443 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-08-20T07:18:06.616Z[ host-image] Aug 20 07:18:05.451 INFO O| Aug 20 07:18:05.451 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106792026-08-20T07:18:06.618Z[ host-image] Aug 20 07:18:05.451 INFO O| Aug 20 07:18:05.451 INFO STEP 159 (remove_files) COMPLETE
106802026-08-20T07:18:06.622Z[ host-image] Aug 20 07:18:05.451 INFO O| Aug 20 07:18:05.451 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-08-20T07:18:06.625Z[ host-image] Aug 20 07:18:05.457 INFO O| Aug 20 07:18:05.457 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106822026-08-20T07:18:06.625Z[ host-image] Aug 20 07:18:05.457 INFO O| Aug 20 07:18:05.457 INFO STEP 160 (remove_files) COMPLETE
106832026-08-20T07:18:06.625Z[ host-image] Aug 20 07:18:05.457 INFO O| Aug 20 07:18:05.457 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106842026-08-20T07:18:06.630Z[ host-image] Aug 20 07:18:05.464 INFO O| Aug 20 07:18:05.464 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106852026-08-20T07:18:06.634Z[ host-image] Aug 20 07:18:05.464 INFO O| Aug 20 07:18:05.464 INFO STEP 161 (remove_files) COMPLETE
106862026-08-20T07:18:06.634Z[ host-image] Aug 20 07:18:05.464 INFO O| Aug 20 07:18:05.464 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106872026-08-20T07:18:06.637Z[ host-image] Aug 20 07:18:05.471 INFO O| Aug 20 07:18:05.471 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106882026-08-20T07:18:06.638Z[ host-image] Aug 20 07:18:05.471 INFO O| Aug 20 07:18:05.471 INFO STEP 162 (remove_files) COMPLETE
106892026-08-20T07:18:06.638Z[ host-image] Aug 20 07:18:05.471 INFO O| Aug 20 07:18:05.471 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106902026-08-20T07:18:06.644Z[ host-image] Aug 20 07:18:05.478 INFO O| Aug 20 07:18:05.478 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106912026-08-20T07:18:06.644Z[ host-image] Aug 20 07:18:05.478 INFO O| Aug 20 07:18:05.478 INFO STEP 163 (remove_files) COMPLETE
106922026-08-20T07:18:06.648Z[ host-image] Aug 20 07:18:05.478 INFO O| Aug 20 07:18:05.478 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106932026-08-20T07:18:06.651Z[ host-image] Aug 20 07:18:05.486 INFO O| Aug 20 07:18:05.486 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106942026-08-20T07:18:06.655Z[ host-image] Aug 20 07:18:05.486 INFO O| Aug 20 07:18:05.486 INFO STEP 164 (remove_files) COMPLETE
106952026-08-20T07:18:06.655Z[ host-image] Aug 20 07:18:05.486 INFO O| Aug 20 07:18:05.486 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-08-20T07:18:06.659Z[ host-image] Aug 20 07:18:05.492 INFO O| Aug 20 07:18:05.492 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106972026-08-20T07:18:06.659Z[ host-image] Aug 20 07:18:05.493 INFO O| Aug 20 07:18:05.493 INFO STEP 165 (remove_files) COMPLETE
106982026-08-20T07:18:06.659Z[ host-image] Aug 20 07:18:05.493 INFO O| Aug 20 07:18:05.493 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-08-20T07:18:06.664Z[ host-image] Aug 20 07:18:05.498 INFO O| Aug 20 07:18:05.498 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107002026-08-20T07:18:06.668Z[ host-image] Aug 20 07:18:05.499 INFO O| Aug 20 07:18:05.498 INFO STEP 166 (remove_files) COMPLETE
107012026-08-20T07:18:06.668Z[ host-image] Aug 20 07:18:05.499 INFO O| Aug 20 07:18:05.498 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-08-20T07:18:06.672Z[ host-image] Aug 20 07:18:05.505 INFO O| Aug 20 07:18:05.505 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107032026-08-20T07:18:06.672Z[ host-image] Aug 20 07:18:05.505 INFO O| Aug 20 07:18:05.505 INFO STEP 167 (remove_files) COMPLETE
107042026-08-20T07:18:06.672Z[ host-image] Aug 20 07:18:05.505 INFO O| Aug 20 07:18:05.505 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107052026-08-20T07:18:06.677Z[ host-image] Aug 20 07:18:05.511 INFO O| Aug 20 07:18:05.511 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107062026-08-20T07:18:06.680Z[ host-image] Aug 20 07:18:05.511 INFO O| Aug 20 07:18:05.511 INFO STEP 168 (remove_files) COMPLETE
107072026-08-20T07:18:06.680Z[ host-image] Aug 20 07:18:05.511 INFO O| Aug 20 07:18:05.511 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107082026-08-20T07:18:06.684Z[ host-image] Aug 20 07:18:05.517 INFO O| Aug 20 07:18:05.517 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107092026-08-20T07:18:06.685Z[ host-image] Aug 20 07:18:05.517 INFO O| Aug 20 07:18:05.517 INFO STEP 169 (remove_files) COMPLETE
107102026-08-20T07:18:06.685Z[ host-image] Aug 20 07:18:05.517 INFO O| Aug 20 07:18:05.517 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107112026-08-20T07:18:06.689Z[ host-image] Aug 20 07:18:05.524 INFO O| Aug 20 07:18:05.524 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107122026-08-20T07:18:06.689Z[ host-image] Aug 20 07:18:05.524 INFO O| Aug 20 07:18:05.524 INFO STEP 170 (remove_files) COMPLETE
107132026-08-20T07:18:06.693Z[ host-image] Aug 20 07:18:05.524 INFO O| Aug 20 07:18:05.524 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107142026-08-20T07:18:06.698Z[ host-image] Aug 20 07:18:05.533 INFO O| Aug 20 07:18:05.533 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107152026-08-20T07:18:06.698Z[ host-image] Aug 20 07:18:05.533 INFO O| Aug 20 07:18:05.533 INFO STEP 171 (remove_files) COMPLETE
107162026-08-20T07:18:06.703Z[ host-image] Aug 20 07:18:05.533 INFO O| Aug 20 07:18:05.533 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107172026-08-20T07:18:06.708Z[ host-image] Aug 20 07:18:05.540 INFO O| Aug 20 07:18:05.540 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107182026-08-20T07:18:06.709Z[ host-image] Aug 20 07:18:05.540 INFO O| Aug 20 07:18:05.540 INFO STEP 172 (remove_files) COMPLETE
107192026-08-20T07:18:06.709Z[ host-image] Aug 20 07:18:05.540 INFO O| Aug 20 07:18:05.540 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107202026-08-20T07:18:06.716Z[ host-image] Aug 20 07:18:05.548 INFO O| Aug 20 07:18:05.548 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107212026-08-20T07:18:06.716Z[ host-image] Aug 20 07:18:05.548 INFO O| Aug 20 07:18:05.548 INFO STEP 173 (remove_files) COMPLETE
107222026-08-20T07:18:06.727Z[ host-image] Aug 20 07:18:05.548 INFO O| Aug 20 07:18:05.548 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107232026-08-20T07:18:06.727Z[ host-image] Aug 20 07:18:05.555 INFO O| Aug 20 07:18:05.555 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107242026-08-20T07:18:06.727Z[ host-image] Aug 20 07:18:05.555 INFO O| Aug 20 07:18:05.555 INFO STEP 174 (remove_files) COMPLETE
107252026-08-20T07:18:06.728Z[ host-image] Aug 20 07:18:05.555 INFO O| Aug 20 07:18:05.555 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107262026-08-20T07:18:06.733Z[ host-image] Aug 20 07:18:05.561 INFO O| Aug 20 07:18:05.561 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107272026-08-20T07:18:06.733Z[ host-image] Aug 20 07:18:05.561 INFO O| Aug 20 07:18:05.561 INFO STEP 175 (remove_files) COMPLETE
107282026-08-20T07:18:06.733Z[ host-image] Aug 20 07:18:05.561 INFO O| Aug 20 07:18:05.561 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107292026-08-20T07:18:06.739Z[ host-image] Aug 20 07:18:05.573 INFO O| Aug 20 07:18:05.573 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107302026-08-20T07:18:06.739Z[ host-image] Aug 20 07:18:05.573 INFO O| Aug 20 07:18:05.573 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107312026-08-20T07:18:07.772Z[ recovery-image] Aug 20 07:18:06.604 INFO E| Compiling scroll_derive v0.13.1
107322026-08-20T07:18:08.771Z[ recovery-image] Aug 20 07:18:07.605 INFO E| Compiling bitstruct_derive v0.1.0
107332026-08-20T07:18:12.129Z[ host-image] Aug 20 07:18:10.963 INFO O| Aug 20 07:18:10.963 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
107342026-08-20T07:18:12.130Z[ host-image] Aug 20 07:18:10.963 INFO O| Aug 20 07:18:10.963 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107352026-08-20T07:18:12.144Z[ host-image] Aug 20 07:18:10.976 INFO O| Aug 20 07:18:10.976 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "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"}
107362026-08-20T07:18:12.244Z[ host-image] Aug 20 07:18:11.074 INFO O| Aug 20 07:18:11.073 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107372026-08-20T07:18:12.299Z[ host-image] Aug 20 07:18:11.133 INFO O| Aug 20 07:18:11.133 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107382026-08-20T07:18:12.359Z[ host-image] Aug 20 07:18:11.193 INFO O| Aug 20 07:18:11.193 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107392026-08-20T07:18:12.360Z[ host-image] Aug 20 07:18:11.193 INFO O| Aug 20 07:18:11.193 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107402026-08-20T07:18:12.364Z[ host-image] Aug 20 07:18:11.194 INFO O| Aug 20 07:18:11.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107412026-08-20T07:18:12.364Z[ host-image] Aug 20 07:18:11.194 INFO O| Aug 20 07:18:11.194 INFO ok!
107422026-08-20T07:18:12.364Z[ host-image] Aug 20 07:18:11.194 INFO O| Aug 20 07:18:11.194 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107432026-08-20T07:18:12.364Z[ host-image] Aug 20 07:18:11.194 INFO O| Aug 20 07:18:11.194 INFO STEP 176 (seed_smf) COMPLETE
107442026-08-20T07:18:12.364Z[ host-image] Aug 20 07:18:11.194 INFO O| Aug 20 07:18:11.194 INFO steps complete; finalising image!
107452026-08-20T07:18:12.364Z[ host-image] Aug 20 07:18:11.194 INFO O| Aug 20 07:18:11.194 INFO TRIM POOL: TEMPORARY-sled-zfs
107462026-08-20T07:18:12.437Z[ host-image] Aug 20 07:18:11.271 INFO O| Aug 20 07:18:11.271 INFO trim TEMPORARY-sled-zfs: (59% trimmed, started at Thu Aug 20 07:18:11 2026)
107472026-08-20T07:18:12.650Z[ host-image] Aug 20 07:18:11.484 INFO O| Aug 20 07:18:11.484 INFO temporary pool has 919M used, 105M avail, 1.80x compressratio
107482026-08-20T07:18:12.650Z[ host-image] Aug 20 07:18:11.484 INFO O| Aug 20 07:18:11.484 INFO EXPORT POOL: TEMPORARY-sled-zfs
107492026-08-20T07:18:12.984Z[ host-image] Aug 20 07:18:11.817 INFO O| Aug 20 07:18:11.817 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107502026-08-20T07:18:12.984Z[ host-image] Aug 20 07:18:11.817 INFO O| Aug 20 07:18:11.817 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107512026-08-20T07:18:13.793Z[ host-image] Aug 20 07:18:12.627 INFO O| Aug 20 07:18:12.627 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107522026-08-20T07:18:13.793Z[ host-image] Aug 20 07:18:12.627 INFO O| Aug 20 07:18:12.627 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107532026-08-20T07:18:13.793Z[ host-image] Aug 20 07:18:12.627 INFO O| Aug 20 07:18:12.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107542026-08-20T07:18:13.797Z[ host-image] Aug 20 07:18:12.627 INFO O| Aug 20 07:18:12.627 INFO completed processing sled/zfs
107552026-08-20T07:18:13.797Z[ host-image] Aug 20 07:18:12.627 INFO O| Aug 20 07:18:12.627 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107562026-08-20T07:18:17.765Z[ recovery-image] Aug 20 07:18:16.599 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)
107572026-08-20T07:18:19.807Z[ recovery-image] Aug 20 07:18:18.640 INFO E| Compiling bitflags v1.3.2
107582026-08-20T07:18:19.807Z[ recovery-image] Aug 20 07:18:18.640 INFO E| Compiling bitflags v2.13.0
107592026-08-20T07:18:19.807Z[ recovery-image] Aug 20 07:18:18.640 INFO E| Compiling plain v0.2.3
107602026-08-20T07:18:19.811Z[ recovery-image] Aug 20 07:18:18.640 INFO E| Compiling log v0.4.32
107612026-08-20T07:18:19.811Z[ recovery-image] Aug 20 07:18:18.640 INFO E| Compiling scroll v0.13.0
107622026-08-20T07:18:19.811Z[ recovery-image] Aug 20 07:18:18.640 INFO E| Compiling bit_field v0.10.3
107632026-08-20T07:18:19.811Z[ recovery-image] Aug 20 07:18:18.640 INFO E| Compiling adler2 v2.0.1
107642026-08-20T07:18:19.811Z[ recovery-image] Aug 20 07:18:18.640 INFO E| Compiling bitstruct v0.1.1
107652026-08-20T07:18:19.811Z[ recovery-image] Aug 20 07:18:18.640 INFO E| Compiling static_assertions v1.1.0
107662026-08-20T07:18:19.856Z[ recovery-image] Aug 20 07:18:18.690 INFO E| Compiling raw-cpuid v10.7.0
107672026-08-20T07:18:19.897Z[ recovery-image] Aug 20 07:18:18.731 INFO E| Compiling miniz_oxide v0.9.1
107682026-08-20T07:18:19.973Z[ recovery-image] Aug 20 07:18:18.807 INFO E| Compiling cpio_reader v0.1.2
107692026-08-20T07:18:20.018Z[ recovery-image] Aug 20 07:18:18.852 INFO E| Compiling goblin v0.10.7
107702026-08-20T07:18:22.802Z[ recovery-image] Aug 20 07:18:21.633 INFO E| Finished `release` profile [optimized] target(s) in 18.11s
107712026-08-20T07:18:22.817Z[ recovery-image] Aug 20 07:18:21.651 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107722026-08-20T07:18:22.817Z[ recovery-image] Aug 20 07:18:21.651 INFO building ROM for gimlet
107732026-08-20T07:18:22.817Z[ recovery-image] Aug 20 07:18:21.651 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")
107742026-08-20T07:18:22.889Z[ recovery-image] Aug 20 07:18:21.724 INFO E| Downloading crates ...
107752026-08-20T07:18:22.931Z[ recovery-image] Aug 20 07:18:21.766 INFO E| Downloaded anstyle v1.0.10
107762026-08-20T07:18:22.935Z[ recovery-image] Aug 20 07:18:21.767 INFO E| Downloaded os_pipe v1.2.1
107772026-08-20T07:18:22.939Z[ recovery-image] Aug 20 07:18:21.773 INFO E| Downloaded anstyle-parse v0.2.6
107782026-08-20T07:18:22.942Z[ recovery-image] Aug 20 07:18:21.774 INFO E| Downloaded is_terminal_polyfill v1.70.1
107792026-08-20T07:18:22.942Z[ recovery-image] Aug 20 07:18:21.775 INFO E| Downloaded anstream v0.6.18
107802026-08-20T07:18:22.945Z[ recovery-image] Aug 20 07:18:21.779 INFO E| Downloaded toml_datetime v0.6.9
107812026-08-20T07:18:22.948Z[ recovery-image] Aug 20 07:18:21.780 INFO E| Downloaded anstyle-query v1.1.2
107822026-08-20T07:18:22.948Z[ recovery-image] Aug 20 07:18:21.781 INFO E| Downloaded colorchoice v1.0.3
107832026-08-20T07:18:22.952Z[ recovery-image] Aug 20 07:18:21.785 INFO E| Downloaded clap_lex v0.7.4
107842026-08-20T07:18:22.952Z[ recovery-image] Aug 20 07:18:21.785 INFO E| Downloaded shared_child v1.0.1
107852026-08-20T07:18:22.952Z[ recovery-image] Aug 20 07:18:21.786 INFO E| Downloaded toml_write v0.1.1
107862026-08-20T07:18:22.952Z[ recovery-image] Aug 20 07:18:21.787 INFO E| Downloaded serde_spanned v0.6.8
107872026-08-20T07:18:22.959Z[ recovery-image] Aug 20 07:18:21.793 INFO E| Downloaded duct v0.13.7
107882026-08-20T07:18:22.964Z[ recovery-image] Aug 20 07:18:21.798 INFO E| Downloaded clap_derive v4.5.32
107892026-08-20T07:18:22.971Z[ recovery-image] Aug 20 07:18:21.805 INFO E| Downloaded clap v4.5.37
107902026-08-20T07:18:22.989Z[ recovery-image] Aug 20 07:18:21.823 INFO E| Downloaded toml v0.8.22
107912026-08-20T07:18:23.007Z[ recovery-image] Aug 20 07:18:21.842 INFO E| Downloaded cc v1.2.20
107922026-08-20T07:18:23.011Z[ recovery-image] Aug 20 07:18:21.844 INFO E| Downloaded toml_edit v0.22.26
107932026-08-20T07:18:23.028Z[ recovery-image] Aug 20 07:18:21.863 INFO E| Downloaded winnow v0.7.7
107942026-08-20T07:18:23.033Z[ recovery-image] Aug 20 07:18:21.867 INFO E| Downloaded clap_builder v4.5.37
107952026-08-20T07:18:23.046Z[ recovery-image] Aug 20 07:18:21.880 INFO E| Compiling libc v0.2.172
107962026-08-20T07:18:23.049Z[ recovery-image] Aug 20 07:18:21.880 INFO E| Compiling utf8parse v0.2.2
107972026-08-20T07:18:23.049Z[ recovery-image] Aug 20 07:18:21.880 INFO E| Compiling is_terminal_polyfill v1.70.1
107982026-08-20T07:18:23.049Z[ recovery-image] Aug 20 07:18:21.881 INFO E| Compiling shlex v1.3.0
107992026-08-20T07:18:23.049Z[ recovery-image] Aug 20 07:18:21.881 INFO E| Compiling colorchoice v1.0.3
108002026-08-20T07:18:23.049Z[ recovery-image] Aug 20 07:18:21.881 INFO E| Compiling once_cell v1.21.3
108012026-08-20T07:18:23.049Z[ recovery-image] Aug 20 07:18:21.881 INFO E| Compiling hashbrown v0.15.2
108022026-08-20T07:18:23.049Z[ recovery-image] Aug 20 07:18:21.881 INFO E| Compiling anstyle v1.0.10
108032026-08-20T07:18:23.051Z[ recovery-image] Aug 20 07:18:21.881 INFO E| Compiling anstyle-query v1.1.2
108042026-08-20T07:18:23.064Z[ recovery-image] Aug 20 07:18:21.898 INFO E| Compiling equivalent v1.0.2
108052026-08-20T07:18:23.069Z[ recovery-image] Aug 20 07:18:21.898 INFO E| Compiling toml_write v0.1.1
108062026-08-20T07:18:23.069Z[ recovery-image] Aug 20 07:18:21.898 INFO E| Compiling anyhow v1.0.98
108072026-08-20T07:18:23.069Z[ recovery-image] Aug 20 07:18:21.898 INFO E| Compiling clap_lex v0.7.4
108082026-08-20T07:18:23.072Z[ recovery-image] Aug 20 07:18:21.904 INFO E| Compiling strsim v0.11.1
108092026-08-20T07:18:23.078Z[ recovery-image] Aug 20 07:18:21.912 INFO E| Compiling winnow v0.7.7
108102026-08-20T07:18:23.082Z[ recovery-image] Aug 20 07:18:21.916 INFO E| Compiling syn v2.0.101
108112026-08-20T07:18:23.176Z[ recovery-image] Aug 20 07:18:22.010 INFO E| Compiling anstyle-parse v0.2.6
108122026-08-20T07:18:23.206Z[ recovery-image] Aug 20 07:18:22.040 INFO E| Compiling cc v1.2.20
108132026-08-20T07:18:23.335Z[ recovery-image] Aug 20 07:18:22.169 INFO E| Compiling anstream v0.6.18
108142026-08-20T07:18:23.533Z[ recovery-image] Aug 20 07:18:22.367 INFO E| Compiling clap_builder v4.5.37
108152026-08-20T07:18:23.554Z[ recovery-image] Aug 20 07:18:22.388 INFO E| Compiling indexmap v2.9.0
108162026-08-20T07:18:23.666Z[ recovery-image] Aug 20 07:18:22.500 INFO E| Compiling shared_child v1.0.1
108172026-08-20T07:18:23.666Z[ recovery-image] Aug 20 07:18:22.500 INFO E| Compiling os_pipe v1.2.1
108182026-08-20T07:18:23.779Z[ recovery-image] Aug 20 07:18:22.613 INFO E| Compiling duct v0.13.7
108192026-08-20T07:18:24.247Z[ recovery-image] Aug 20 07:18:23.081 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108202026-08-20T07:18:25.077Z[ recovery-image] Aug 20 07:18:23.911 INFO E| Compiling serde_derive v1.0.219
108212026-08-20T07:18:25.077Z[ recovery-image] Aug 20 07:18:23.911 INFO E| Compiling clap_derive v4.5.32
108222026-08-20T07:18:26.317Z[ recovery-image] Aug 20 07:18:25.151 INFO E| Compiling clap v4.5.37
108232026-08-20T07:18:26.891Z[ recovery-image] Aug 20 07:18:25.725 INFO E| Compiling serde v1.0.219
108242026-08-20T07:18:28.564Z[ recovery-image] Aug 20 07:18:27.398 INFO E| Compiling serde_spanned v0.6.8
108252026-08-20T07:18:28.564Z[ recovery-image] Aug 20 07:18:27.398 INFO E| Compiling toml_datetime v0.6.9
108262026-08-20T07:18:28.701Z[ recovery-image] Aug 20 07:18:27.535 INFO E| Compiling toml_edit v0.22.26
108272026-08-20T07:18:28.830Z[ host-image] Aug 20 07:18:27.663 INFO O| Aug 20 07:18:27.663 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108282026-08-20T07:18:28.925Z[ host-image] Aug 20 07:18:27.759 INFO BUILD STRING "heads/stlouis-0-g328a187b5d\n"
108292026-08-20T07:18:28.925Z[ host-image] Aug 20 07:18:27.759 INFO expanded image name: "ci 6aca0e9/${os_short_commit} 2026-08-20 07:03" -> "ci 6aca0e9/328a187 2026-08-20 07:03"
108302026-08-20T07:18:28.925Z[ host-image] Aug 20 07:18:27.759 INFO output artefacts stored in: "/work/os-host"
108312026-08-20T07:18:28.929Z[ host-image] Aug 20 07:18:27.759 INFO collecting git info from project "amd-host-image-builder"...
108322026-08-20T07:18:28.933Z[ host-image] Aug 20 07:18:27.765 INFO collecting git info from project "image-builder"...
108332026-08-20T07:18:28.937Z[ host-image] Aug 20 07:18:27.769 INFO collecting git info from project "chelsio-t6-roms"...
108342026-08-20T07:18:28.941Z[ host-image] Aug 20 07:18:27.773 INFO collecting git info from project "phbl"...
108352026-08-20T07:18:28.945Z[ host-image] Aug 20 07:18:27.777 INFO collecting git info from project "pilot"...
108362026-08-20T07:18:28.949Z[ host-image] Aug 20 07:18:27.781 INFO collecting git info from project "pinprick"...
108372026-08-20T07:18:28.952Z[ host-image] Aug 20 07:18:27.785 INFO collecting git info from project "amd-firmware"...
108382026-08-20T07:18:28.961Z[ host-image] Aug 20 07:18:27.795 INFO collecting git info from project "bootserver"...
108392026-08-20T07:18:28.965Z[ host-image] Aug 20 07:18:27.799 INFO collecting git info from project "dmar-report"...
108402026-08-20T07:18:28.969Z[ host-image] Aug 20 07:18:27.803 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108412026-08-20T07:18:29.258Z[ host-image] Aug 20 07:18:28.092 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108422026-08-20T07:18:29.548Z[ host-image] Aug 20 07:18:28.382 INFO creating Oxide boot image...
108432026-08-20T07:18:29.548Z[ host-image] Aug 20 07:18:28.382 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 6aca0e9/328a187 2026-08-20 07:03", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108442026-08-20T07:18:29.937Z[ recovery-image] Aug 20 07:18:28.771 INFO E| Compiling toml v0.8.22
108452026-08-20T07:18:30.335Z[ host-image] Aug 20 07:18:29.169 INFO O| ok, image written!
108462026-08-20T07:18:30.336Z[ host-image] Aug 20 07:18:29.169 INFO O| ok, boot_image_csum file written!
108472026-08-20T07:18:30.342Z[ host-image] Aug 20 07:18:29.171 INFO creating boot archive (CPIO)...
108482026-08-20T07:18:30.342Z[ host-image] Aug 20 07:18:29.171 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/sled/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
108492026-08-20T07:18:30.346Z[ host-image] Aug 20 07:18:29.176 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108502026-08-20T07:18:30.346Z[ host-image] Aug 20 07:18:29.176 INFO E| + outfile=/work/os-host/cpio
108512026-08-20T07:18:30.346Z[ host-image] Aug 20 07:18:29.176 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108522026-08-20T07:18:30.346Z[ host-image] Aug 20 07:18:29.178 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108532026-08-20T07:18:30.346Z[ host-image] Aug 20 07:18:29.178 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108542026-08-20T07:18:30.371Z[ host-image] Aug 20 07:18:29.205 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108552026-08-20T07:18:30.371Z[ host-image] Aug 20 07:18:29.206 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108562026-08-20T07:18:30.378Z[ host-image] Aug 20 07:18:29.212 INFO creating compressed cpio/unix for dev loaders...
108572026-08-20T07:18:30.382Z[ host-image] Aug 20 07:18:29.212 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
108582026-08-20T07:18:30.607Z[ host-image] Aug 20 07:18:29.441 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108592026-08-20T07:18:32.527Z[ recovery-image] Aug 20 07:18:31.361 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.67s
108602026-08-20T07:18:32.537Z[ recovery-image] Aug 20 07:18:31.371 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`
108612026-08-20T07:18:32.555Z[ recovery-image] Aug 20 07:18:31.389 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108622026-08-20T07:18:32.642Z[ recovery-image] Aug 20 07:18:31.476 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108632026-08-20T07:18:32.648Z[ recovery-image] Aug 20 07:18:31.482 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`
108642026-08-20T07:18:32.772Z[ recovery-image] Aug 20 07:18:31.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108652026-08-20T07:18:32.772Z[ recovery-image] Aug 20 07:18:31.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108662026-08-20T07:18:32.776Z[ recovery-image] Aug 20 07:18:31.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108672026-08-20T07:18:32.776Z[ recovery-image] Aug 20 07:18:31.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108682026-08-20T07:18:32.776Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108692026-08-20T07:18:32.776Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108702026-08-20T07:18:32.776Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108712026-08-20T07:18:32.776Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108722026-08-20T07:18:32.776Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108732026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108742026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108752026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108762026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108772026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108782026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108792026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO O| Info: ABL version: 0x100f5010
108802026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108812026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108822026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108832026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108842026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108852026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108862026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108872026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108882026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108892026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108902026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108912026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108922026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108932026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108942026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108952026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108962026-08-20T07:18:32.777Z[ recovery-image] Aug 20 07:18:31.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108972026-08-20T07:18:32.778Z[ recovery-image] Aug 20 07:18:31.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108982026-08-20T07:18:32.778Z[ recovery-image] Aug 20 07:18:31.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108992026-08-20T07:18:32.813Z[ recovery-image] Aug 20 07:18:31.646 INFO building ROM for cosmo
109002026-08-20T07:18:32.813Z[ recovery-image] Aug 20 07:18:31.646 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")
109012026-08-20T07:18:32.915Z[ recovery-image] Aug 20 07:18:31.749 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109022026-08-20T07:18:32.918Z[ recovery-image] Aug 20 07:18:31.752 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`
109032026-08-20T07:18:32.934Z[ recovery-image] Aug 20 07:18:31.768 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109042026-08-20T07:18:33.009Z[ recovery-image] Aug 20 07:18:31.843 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109052026-08-20T07:18:33.013Z[ recovery-image] Aug 20 07:18:31.847 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`
109062026-08-20T07:18:33.231Z[ recovery-image] Aug 20 07:18:32.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109072026-08-20T07:18:33.231Z[ recovery-image] Aug 20 07:18:32.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109082026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109092026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109102026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109112026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109122026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109132026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109142026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109152026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109162026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109172026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109182026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109192026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109202026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109212026-08-20T07:18:33.235Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109222026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109232026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109242026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109252026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109262026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109272026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109282026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109292026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109302026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109312026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109322026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109332026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109342026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109352026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109362026-08-20T07:18:33.236Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109372026-08-20T07:18:33.237Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109382026-08-20T07:18:33.237Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109392026-08-20T07:18:33.237Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109402026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109412026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109422026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109432026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109442026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109452026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109462026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109472026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109482026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109492026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109502026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109512026-08-20T07:18:33.238Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109522026-08-20T07:18:33.239Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109532026-08-20T07:18:33.239Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109542026-08-20T07:18:33.239Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109552026-08-20T07:18:33.240Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109562026-08-20T07:18:33.240Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109572026-08-20T07:18:33.240Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109582026-08-20T07:18:33.240Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109592026-08-20T07:18:33.240Z[ recovery-image] Aug 20 07:18:32.067 INFO O| Info: ABL version: 0x100af010
109602026-08-20T07:18:33.240Z[ recovery-image] Aug 20 07:18:32.067 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109612026-08-20T07:18:33.240Z[ recovery-image] Aug 20 07:18:32.067 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109622026-08-20T07:18:33.240Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109632026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109642026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109652026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109662026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109672026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109682026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109692026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109702026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109712026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109722026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109732026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109742026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109752026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109762026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109772026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109782026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109792026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109802026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109812026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109822026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109832026-08-20T07:18:33.241Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109842026-08-20T07:18:33.242Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109852026-08-20T07:18:33.242Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109862026-08-20T07:18:33.242Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109872026-08-20T07:18:33.242Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109882026-08-20T07:18:33.242Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109892026-08-20T07:18:33.242Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109902026-08-20T07:18:33.242Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109912026-08-20T07:18:33.242Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109922026-08-20T07:18:33.242Z[ recovery-image] Aug 20 07:18:32.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109932026-08-20T07:18:33.268Z[ recovery-image] Aug 20 07:18:32.102 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109942026-08-20T07:18:33.268Z[ recovery-image] Aug 20 07:18:32.102 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109952026-08-20T07:18:34.028Z[ host-image] Aug 20 07:18:32.863 INFO creating reset image...
109962026-08-20T07:18:34.029Z[ host-image] Aug 20 07:18:32.863 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z", "--target-dir", "/work/os-host/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
109972026-08-20T07:18:34.101Z[ host-image] Aug 20 07:18:32.935 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109982026-08-20T07:18:34.105Z[ host-image] Aug 20 07:18:32.936 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109992026-08-20T07:18:34.406Z[ host-image] Aug 20 07:18:33.240 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
110002026-08-20T07:18:34.406Z[ host-image] Aug 20 07:18:33.240 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
110012026-08-20T07:18:34.409Z[ host-image] Aug 20 07:18:33.240 INFO E| Compiling proc-macro2 v1.0.106
110022026-08-20T07:18:34.409Z[ host-image] Aug 20 07:18:33.240 INFO E| Compiling unicode-ident v1.0.24
110032026-08-20T07:18:34.409Z[ host-image] Aug 20 07:18:33.240 INFO E| Compiling quote v1.0.45
110042026-08-20T07:18:34.409Z[ host-image] Aug 20 07:18:33.240 INFO E| Compiling syn v1.0.109
110052026-08-20T07:18:34.409Z[ host-image] Aug 20 07:18:33.240 INFO E| Compiling x86 v0.52.0
110062026-08-20T07:18:34.409Z[ host-image] Aug 20 07:18:33.240 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110072026-08-20T07:18:34.414Z[ host-image] Aug 20 07:18:33.249 INFO E| Compiling seq-macro v0.3.6
110082026-08-20T07:18:34.444Z[ recovery-image] Aug 20 07:18:33.278 INFO image complete! materials are in "/work/os-recovery"
110092026-08-20T07:18:34.447Z[ recovery-image]
110102026-08-20T07:18:34.447Z[ recovery-image] real 3:17.319572579
110112026-08-20T07:18:34.447Z[ recovery-image] user 2:36.360760491
110122026-08-20T07:18:34.447Z[ recovery-image] sys 38.263238949
110132026-08-20T07:18:34.447Z[ recovery-image] trap 0.144695050
110142026-08-20T07:18:34.447Z[ recovery-image] tflt 0.692533463
110152026-08-20T07:18:34.447Z[ recovery-image] dflt 0.704219186
110162026-08-20T07:18:34.447Z[ recovery-image] kflt 0.000181270
110172026-08-20T07:18:34.451Z[ recovery-image] lock 7:57.078505175
110182026-08-20T07:18:34.451Z[ recovery-image] slp 17:20.482446688
110192026-08-20T07:18:34.451Z[ recovery-image] lat 31.189301783
110202026-08-20T07:18:34.451Z[ recovery-image] stop 7.224627621
110212026-08-20T07:18:34.451ZAug 20 07:18:33.282 INFO [recovery-image] process exited with exit status: 0 (197.324707261s)
110222026-08-20T07:18:34.451ZAug 20 07:18:33.282 INFO [tuf-v2-recovery] running task
110232026-08-20T07:18:34.451ZAug 20 07:18:33.283 INFO [tuf-v2-recovery] task succeeded (875.32µs)
110242026-08-20T07:18:35.462Z[ host-image] Aug 20 07:18:34.297 INFO E| Compiling syn v2.0.117
110252026-08-20T07:18:37.065Z[ host-image] Aug 20 07:18:35.899 INFO E| Compiling scroll_derive v0.13.1
110262026-08-20T07:18:38.071Z[ host-image] Aug 20 07:18:36.905 INFO E| Compiling bitstruct_derive v0.1.0
110272026-08-20T07:18:47.223Z[ host-image] Aug 20 07:18:46.057 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)
110282026-08-20T07:18:49.293Z[ host-image] Aug 20 07:18:48.126 INFO E| Compiling bitflags v1.3.2
110292026-08-20T07:18:49.293Z[ host-image] Aug 20 07:18:48.126 INFO E| Compiling scroll v0.13.0
110302026-08-20T07:18:49.293Z[ host-image] Aug 20 07:18:48.126 INFO E| Compiling bitflags v2.13.0
110312026-08-20T07:18:49.297Z[ host-image] Aug 20 07:18:48.126 INFO E| Compiling log v0.4.32
110322026-08-20T07:18:49.297Z[ host-image] Aug 20 07:18:48.126 INFO E| Compiling plain v0.2.3
110332026-08-20T07:18:49.297Z[ host-image] Aug 20 07:18:48.126 INFO E| Compiling adler2 v2.0.1
110342026-08-20T07:18:49.297Z[ host-image] Aug 20 07:18:48.126 INFO E| Compiling bit_field v0.10.3
110352026-08-20T07:18:49.297Z[ host-image] Aug 20 07:18:48.126 INFO E| Compiling static_assertions v1.1.0
110362026-08-20T07:18:49.299Z[ host-image] Aug 20 07:18:48.127 INFO E| Compiling bitstruct v0.1.1
110372026-08-20T07:18:49.343Z[ host-image] Aug 20 07:18:48.176 INFO E| Compiling raw-cpuid v10.7.0
110382026-08-20T07:18:49.392Z[ host-image] Aug 20 07:18:48.225 INFO E| Compiling miniz_oxide v0.9.1
110392026-08-20T07:18:49.460Z[ host-image] Aug 20 07:18:48.294 INFO E| Compiling cpio_reader v0.1.2
110402026-08-20T07:18:49.522Z[ host-image] Aug 20 07:18:48.356 INFO E| Compiling goblin v0.10.7
110412026-08-20T07:18:52.428Z[ host-image] Aug 20 07:18:51.260 INFO E| Finished `release` profile [optimized] target(s) in 18.31s
110422026-08-20T07:18:52.437Z[ host-image] Aug 20 07:18:51.271 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110432026-08-20T07:18:52.437Z[ host-image] Aug 20 07:18:51.271 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110442026-08-20T07:18:52.441Z[ host-image] Aug 20 07:18:51.271 INFO building ROM for gimlet
110452026-08-20T07:18:52.441Z[ host-image] Aug 20 07:18:51.271 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")
110462026-08-20T07:18:52.530Z[ host-image] Aug 20 07:18:51.364 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110472026-08-20T07:18:52.534Z[ host-image] Aug 20 07:18:51.367 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`
110482026-08-20T07:18:52.546Z[ host-image] Aug 20 07:18:51.380 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110492026-08-20T07:18:52.614Z[ host-image] Aug 20 07:18:51.448 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110502026-08-20T07:18:52.618Z[ host-image] Aug 20 07:18:51.451 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`
110512026-08-20T07:18:52.728Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110522026-08-20T07:18:52.728Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110532026-08-20T07:18:52.731Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110542026-08-20T07:18:52.731Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110552026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110562026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110572026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110582026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110592026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110602026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110612026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110622026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110632026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110642026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110652026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110662026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO O| Info: ABL version: 0x100f5010
110672026-08-20T07:18:52.732Z[ host-image] Aug 20 07:18:51.562 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110682026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110692026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110702026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110712026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110722026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110732026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110742026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110752026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110762026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110772026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110782026-08-20T07:18:52.733Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110792026-08-20T07:18:52.734Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110802026-08-20T07:18:52.734Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110812026-08-20T07:18:52.734Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110822026-08-20T07:18:52.734Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110832026-08-20T07:18:52.734Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110842026-08-20T07:18:52.734Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110852026-08-20T07:18:52.734Z[ host-image] Aug 20 07:18:51.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110862026-08-20T07:18:52.761Z[ host-image] Aug 20 07:18:51.596 INFO building ROM for cosmo
110872026-08-20T07:18:52.761Z[ host-image] Aug 20 07:18:51.596 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")
110882026-08-20T07:18:52.846Z[ host-image] Aug 20 07:18:51.680 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110892026-08-20T07:18:52.850Z[ host-image] Aug 20 07:18:51.682 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`
110902026-08-20T07:18:52.860Z[ host-image] Aug 20 07:18:51.693 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110912026-08-20T07:18:52.931Z[ host-image] Aug 20 07:18:51.764 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110922026-08-20T07:18:52.934Z[ host-image] Aug 20 07:18:51.767 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`
110932026-08-20T07:18:53.138Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110942026-08-20T07:18:53.138Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110952026-08-20T07:18:53.142Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110962026-08-20T07:18:53.142Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110972026-08-20T07:18:53.143Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110982026-08-20T07:18:53.143Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110992026-08-20T07:18:53.143Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111002026-08-20T07:18:53.143Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111012026-08-20T07:18:53.143Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111022026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111032026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111042026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111052026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111062026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111072026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111082026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111092026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111102026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111112026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111122026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111132026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111142026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111152026-08-20T07:18:53.144Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111162026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111172026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111182026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111192026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111202026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111212026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111222026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111232026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111242026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111252026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111262026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111272026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111282026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111292026-08-20T07:18:53.145Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111302026-08-20T07:18:53.146Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111312026-08-20T07:18:53.146Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111322026-08-20T07:18:53.146Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111332026-08-20T07:18:53.146Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111342026-08-20T07:18:53.146Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111352026-08-20T07:18:53.146Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111362026-08-20T07:18:53.146Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111372026-08-20T07:18:53.146Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111382026-08-20T07:18:53.147Z[ host-image] Aug 20 07:18:51.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111392026-08-20T07:18:53.147Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111402026-08-20T07:18:53.147Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111412026-08-20T07:18:53.147Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111422026-08-20T07:18:53.147Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111432026-08-20T07:18:53.147Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111442026-08-20T07:18:53.147Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111452026-08-20T07:18:53.147Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111462026-08-20T07:18:53.147Z[ host-image] Aug 20 07:18:51.974 INFO O| Info: ABL version: 0x100af010
111472026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111482026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111492026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111502026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111512026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111522026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111532026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111542026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111552026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111562026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111572026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111582026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111592026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111602026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111612026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111622026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111632026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111642026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111652026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111662026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111672026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111682026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111692026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111702026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111712026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111722026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111732026-08-20T07:18:53.148Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111742026-08-20T07:18:53.149Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111752026-08-20T07:18:53.149Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111762026-08-20T07:18:53.149Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111772026-08-20T07:18:53.149Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111782026-08-20T07:18:53.149Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111792026-08-20T07:18:53.149Z[ host-image] Aug 20 07:18:51.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111802026-08-20T07:18:53.170Z[ host-image] Aug 20 07:18:52.004 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111812026-08-20T07:19:04.591Z[ host-image] Aug 20 07:19:03.425 INFO image complete! materials are in "/work/os-host"
111822026-08-20T07:19:04.594Z[ host-image]
111832026-08-20T07:19:04.594Z[ host-image] real 3:59.398313440
111842026-08-20T07:19:04.594Z[ host-image] user 2:48.072774267
111852026-08-20T07:19:04.594Z[ host-image] sys 36.837870591
111862026-08-20T07:19:04.594Z[ host-image] trap 0.147816692
111872026-08-20T07:19:04.594Z[ host-image] tflt 0.301568913
111882026-08-20T07:19:04.594Z[ host-image] dflt 0.269883283
111892026-08-20T07:19:04.594Z[ host-image] kflt 0.006282412
111902026-08-20T07:19:04.594Z[ host-image] lock 4:43.577968475
111912026-08-20T07:19:04.598Z[ host-image] slp 20:11.570871152
111922026-08-20T07:19:04.598Z[ host-image] lat 21.804692791
111932026-08-20T07:19:04.598Z[ host-image] stop 1.681412346
111942026-08-20T07:19:04.598ZAug 20 07:19:03.429 INFO [host-image] process exited with exit status: 0 (239.403649312s)
111952026-08-20T07:19:04.598ZAug 20 07:19:03.429 INFO [tuf-v2-host] running task
111962026-08-20T07:19:04.598ZAug 20 07:19:03.429 INFO [tuf-repo] running task
111972026-08-20T07:19:04.598ZAug 20 07:19:03.429 INFO [tuf-v2-host] task succeeded (501.66µs)
111982026-08-20T07:19:04.598ZAug 20 07:19:03.429 INFO [tuf-v2-repo] running task
111992026-08-20T07:19:25.796ZAug 20 07:19:24.615 INFO assembling repository in `/tmp/tufaceousL1c0GP`, component: OmicronRepoAssembler
112002026-08-20T07:19:26.094ZAug 20 07:19:24.927 INFO [tuf-v2-repo] task succeeded (21.497484968s)
112012026-08-20T07:19:34.549ZAug 20 07:19:33.382 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112022026-08-20T07:19:34.789ZAug 20 07:19:33.623 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112032026-08-20T07:19:36.781ZAug 20 07:19:35.612 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112042026-08-20T07:19:36.857ZAug 20 07:19:35.690 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112052026-08-20T07:19:36.905ZAug 20 07:19:35.737 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112062026-08-20T07:19:36.952ZAug 20 07:19:35.785 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112072026-08-20T07:19:37.005ZAug 20 07:19:35.838 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112082026-08-20T07:19:37.055ZAug 20 07:19:35.888 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112092026-08-20T07:19:37.110ZAug 20 07:19:35.943 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112102026-08-20T07:19:47.303ZAug 20 07:19:46.130 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
112112026-08-20T07:19:47.317ZAug 20 07:19:46.136 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
112122026-08-20T07:19:47.330ZAug 20 07:19:46.158 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
112132026-08-20T07:19:47.383ZAug 20 07:19:46.215 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112142026-08-20T07:19:47.437ZAug 20 07:19:46.270 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112152026-08-20T07:19:47.491ZAug 20 07:19:46.325 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112162026-08-20T07:19:47.555ZAug 20 07:19:46.388 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
112172026-08-20T07:19:47.568ZAug 20 07:19:46.394 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
112182026-08-20T07:19:47.594ZAug 20 07:19:46.417 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
112192026-08-20T07:19:49.256ZAug 20 07:19:48.089 INFO [tuf-repo] task succeeded (44.660142065s)
112202026-08-20T07:22:26.160Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
112212026-08-20T07:22:26.164Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112222026-08-20T07:22:26.164Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112232026-08-20T07:22:28.819ZAug 20 07:22:27.649 INFO [verify-libraries] process exited with exit status: 0 (431.963450528s)
112242026-08-20T07:22:28.819ZAug 20 07:22:27.649 INFO all jobs completed in 1143.218114227s
112252026-08-20T07:22:30.071Zprocess exited: duration 1366864 ms, exit code 0
 
112262026-08-20T07:22:30.084Zfound 41 output files
112272026-08-20T07:22:30.085Zuploading: /work/manifest.toml (17334 bytes)
112282026-08-20T07:22:31.099Zuploaded: /work/manifest.toml
112292026-08-20T07:22:31.099Zuploading: /work/repo.zip (3269826218 bytes)
112302026-08-20T07:23:11.560Zuploaded: /work/repo.zip
112312026-08-20T07:23:11.562Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112322026-08-20T07:23:12.629Zuploaded: /work/repo.zip.sha256.txt
112332026-08-20T07:23:12.629Zuploading: /work/helios.json (647 bytes)
112342026-08-20T07:23:13.642Zuploaded: /work/helios.json
112352026-08-20T07:23:13.642Zuploading: /work/incorporation.p5m (113590 bytes)
112362026-08-20T07:23:14.658Zuploaded: /work/incorporation.p5m
112372026-08-20T07:23:14.658Zuploading: /work/incorporation.p5p (133120 bytes)
112382026-08-20T07:23:15.672Zuploaded: /work/incorporation.p5p
112392026-08-20T07:23:15.672Zuploading: /work/helios-incorp.log (522 bytes)
112402026-08-20T07:23:16.684Zuploaded: /work/helios-incorp.log
112412026-08-20T07:23:16.684Zuploading: /work/helios-setup.log (57032 bytes)
112422026-08-20T07:23:17.697Zuploaded: /work/helios-setup.log
112432026-08-20T07:23:17.697Zuploading: /work/host-image.log (233226 bytes)
112442026-08-20T07:23:18.713Zuploaded: /work/host-image.log
112452026-08-20T07:23:18.713Zuploading: /work/host-package.log (33710 bytes)
112462026-08-20T07:23:19.728Zuploaded: /work/host-package.log
112472026-08-20T07:23:19.728Zuploading: /work/host-target.log (101 bytes)
112482026-08-20T07:23:20.738Zuploaded: /work/host-target.log
112492026-08-20T07:23:20.738Zuploading: /work/incorp-create.log (0 bytes)
112502026-08-20T07:23:21.746Zuploaded: /work/incorp-create.log
112512026-08-20T07:23:21.746Zuploading: /work/incorp-fmt.log (0 bytes)
112522026-08-20T07:23:22.753Zuploaded: /work/incorp-fmt.log
112532026-08-20T07:23:22.754Zuploading: /work/incorp-pkgsend.log (108 bytes)
112542026-08-20T07:23:23.765Zuploaded: /work/incorp-pkgsend.log
112552026-08-20T07:23:23.765Zuploading: /work/incorp-publisher.log (0 bytes)
112562026-08-20T07:23:24.773Zuploaded: /work/incorp-publisher.log
112572026-08-20T07:23:24.773Zuploading: /work/omicron-package.log (10067 bytes)
112582026-08-20T07:23:25.784Zuploaded: /work/omicron-package.log
112592026-08-20T07:23:25.784Zuploading: /work/recovery-image.log (589314 bytes)
112602026-08-20T07:23:26.807Zuploaded: /work/recovery-image.log
112612026-08-20T07:23:26.807Zuploading: /work/recovery-package.log (321 bytes)
112622026-08-20T07:23:27.819Zuploaded: /work/recovery-package.log
112632026-08-20T07:23:27.819Zuploading: /work/recovery-target.log (98 bytes)
112642026-08-20T07:23:28.831Zuploaded: /work/recovery-target.log
112652026-08-20T07:23:28.831Zuploading: /work/stamp-clickhouse.log (117 bytes)
112662026-08-20T07:23:29.842Zuploaded: /work/stamp-clickhouse.log
112672026-08-20T07:23:29.842Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112682026-08-20T07:23:30.853Zuploaded: /work/stamp-clickhouse_keeper.log
112692026-08-20T07:23:30.853Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112702026-08-20T07:23:31.863Zuploaded: /work/stamp-clickhouse_server.log
112712026-08-20T07:23:31.863Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112722026-08-20T07:23:32.872Zuploaded: /work/stamp-cockroachdb.log
112732026-08-20T07:23:32.872Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112742026-08-20T07:23:33.882Zuploaded: /work/stamp-crucible-pantry-zone.log
112752026-08-20T07:23:33.883Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112762026-08-20T07:23:34.893Zuploaded: /work/stamp-crucible-utils.log
112772026-08-20T07:23:34.893Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112782026-08-20T07:23:35.902Zuploaded: /work/stamp-crucible-zone.log
112792026-08-20T07:23:35.902Zuploading: /work/stamp-external-dns.log (119 bytes)
112802026-08-20T07:23:36.912Zuploaded: /work/stamp-external-dns.log
112812026-08-20T07:23:36.913Zuploading: /work/stamp-installinator.log (103 bytes)
112822026-08-20T07:23:37.921Zuploaded: /work/stamp-installinator.log
112832026-08-20T07:23:37.925Zuploading: /work/stamp-internal-dns.log (119 bytes)
112842026-08-20T07:23:38.935Zuploaded: /work/stamp-internal-dns.log
112852026-08-20T07:23:38.936Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112862026-08-20T07:23:39.945Zuploaded: /work/stamp-mg-ddm-gz.log
112872026-08-20T07:23:39.945Zuploading: /work/stamp-nexus.log (112 bytes)
112882026-08-20T07:23:40.955Zuploaded: /work/stamp-nexus.log
112892026-08-20T07:23:40.955Zuploading: /work/stamp-ntp.log (110 bytes)
112902026-08-20T07:23:41.970Zuploaded: /work/stamp-ntp.log
112912026-08-20T07:23:41.970Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112922026-08-20T07:23:42.979Zuploaded: /work/stamp-omicron-sled-agent.log
112932026-08-20T07:23:42.979Zuploading: /work/stamp-overlay.log (114 bytes)
112942026-08-20T07:23:43.989Zuploaded: /work/stamp-overlay.log
112952026-08-20T07:23:43.989Zuploading: /work/stamp-oximeter.log (115 bytes)
112962026-08-20T07:23:44.998Zuploaded: /work/stamp-oximeter.log
112972026-08-20T07:23:44.998Zuploading: /work/stamp-oxlog.log (109 bytes)
112982026-08-20T07:23:46.010Zuploaded: /work/stamp-oxlog.log
112992026-08-20T07:23:46.010Zuploading: /work/stamp-probe.log (112 bytes)
113002026-08-20T07:23:47.021Zuploaded: /work/stamp-probe.log
113012026-08-20T07:23:47.021Zuploading: /work/stamp-propolis-server.log (122 bytes)
113022026-08-20T07:23:48.031Zuploaded: /work/stamp-propolis-server.log
113032026-08-20T07:23:48.031Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113042026-08-20T07:23:49.042Zuploaded: /work/stamp-pumpkind-gz.log
113052026-08-20T07:23:49.042Zuploading: /work/stamp-switch-asic.log (118 bytes)
113062026-08-20T07:23:50.051Zuploaded: /work/stamp-switch-asic.log
113072026-08-20T07:23:50.051Zuploading: /work/verify-libraries.log (50450 bytes)
113082026-08-20T07:23:52.064Zuploaded: /work/verify-libraries.log