01KZSBV05THMYSSV6YY7ARZQAT: 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: 01KZSC08RPN2F695BH4MVHTQ32

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T21:35:56.519Zjob assigned to worker 01KZSC0G6AHVFSWJCQEMM1WRJC [factory aws, i-0c11c8adef82f3b97] (queued for 50 s)
 
22026-08-11T21:36:04.315Zstarting task 0: "setup"
32026-08-11T21:36:04.320Z++ uname -s
42026-08-11T21:36:04.323Z+ kern=SunOS
52026-08-11T21:36:04.323Z+ build_user=build
62026-08-11T21:36:04.323Z+ build_uid=12345
72026-08-11T21:36:04.323Z+ work_dir=/work
82026-08-11T21:36:04.323Z+ input_dir=/input
92026-08-11T21:36:04.324Z+ [[ 0 == 12345 ]]
102026-08-11T21:36:04.324Z+ case "$kern" in
112026-08-11T21:36:04.324Z+ groupadd -g 12345 build
122026-08-11T21:36:04.328Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T21:36:06.331Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T21:36:06.457Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T21:36:06.461Z+ home_fs=zfs
162026-08-11T21:36:06.461Z+ [[ zfs == autofs ]]
172026-08-11T21:36:06.461Z+ mkdir -p /home/build
182026-08-11T21:36:06.462Z+ chown build:build /home/build /work
192026-08-11T21:36:08.462Z+ chmod 0700 /home/build /work
202026-08-11T21:36:08.469Zprocess exited: duration 4152 ms, exit code 0
 
212026-08-11T21:36:08.477Zstarting task 1: "rust-toolchain"
222026-08-11T21:36:08.482Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T21:36:08.482Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-11T21:36:08.482Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-11T21:36:08.482Z * rust toolchain channel = "1.97.1"
262026-08-11T21:36:08.482Z * rust toolchain profile = "default"
272026-08-11T21:36:08.482Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T21:36:08.486Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T21:36:08.486Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T21:36:08.560Zinfo: downloading installer
312026-08-11T21:36:09.993Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T21:36:09.993Zwarn: /home/build/.rustup/settings.toml
332026-08-11T21:36:09.993Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T21:36:09.993Zwarn: instead of the one inferred from the default host triple.
352026-08-11T21:36:10.005Zinfo: profile set to default
362026-08-11T21:36:10.005Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T21:36:10.008Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T21:36:10.147Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T21:36:10.152Zinfo: downloading 6 components
402026-08-11T21:36:25.676Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T21:36:25.676Z
422026-08-11T21:36:25.704Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T21:36:25.705Z
442026-08-11T21:36:25.705Z
452026-08-11T21:36:25.705ZRust is installed now. Great!
462026-08-11T21:36:25.705Z
472026-08-11T21:36:25.705ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T21:36:25.705Zenvironment variable. This has not been done automatically.
492026-08-11T21:36:25.705Z
502026-08-11T21:36:25.705ZTo configure your current shell, you need to source
512026-08-11T21:36:25.705Zthe corresponding env file under $HOME/.cargo.
522026-08-11T21:36:25.705Z
532026-08-11T21:36:25.705ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T21:36:25.705Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T21:36:25.705Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T21:36:25.705Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T21:36:25.705Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T21:36:25.705Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T21:36:25.706Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T21:36:25.711Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T21:36:25.711Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T21:36:25.817Z+ rustup --version
632026-08-11T21:36:25.823Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T21:36:25.826Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T21:36:25.842Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T21:36:25.846Z+ cargo --version
672026-08-11T21:36:25.853Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T21:36:25.858Z+ rustc --version
692026-08-11T21:36:25.876Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T21:36:25.880Zprocess exited: duration 17401 ms, exit code 0
 
712026-08-11T21:36:25.888Zstarting task 2: "authentication"
722026-08-11T21:36:25.907Zprocess exited: duration 19 ms, exit code 0
 
732026-08-11T21:36:25.915Zstarting task 3: "clone repository"
742026-08-11T21:36:25.920Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T21:36:25.923Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T21:36:25.955ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T21:36:36.590Z+ cd /work/oxidecomputer/omicron
782026-08-11T21:36:36.590Z+ git fetch origin 68697a7dff3a23ccd9cfe5a249b668528ec8c464
792026-08-11T21:36:36.915ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T21:36:36.916Z * branch 68697a7dff3a23ccd9cfe5a249b668528ec8c464 -> FETCH_HEAD
812026-08-11T21:36:36.929Z+ [[ -n '' ]]
822026-08-11T21:36:36.929Z+ git reset --hard 68697a7dff3a23ccd9cfe5a249b668528ec8c464
832026-08-11T21:36:37.182ZHEAD is now at 68697a7df [spr] initial version
842026-08-11T21:36:37.186Zprocess exited: duration 11268 ms, exit code 0
 
852026-08-11T21:36:37.193Zstarting task 4: "build"
862026-08-11T21:36:37.198Z+ source .github/buildomat/ci-env.sh
872026-08-11T21:36:37.199Z++ export CARGO_TERM_COLOR=always
882026-08-11T21:36:37.199Z++ CARGO_TERM_COLOR=always
892026-08-11T21:36:37.202Z+++ uname -s
902026-08-11T21:36:37.202Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-11T21:36:37.202Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-11T21:36:37.206Z+ cargo --version
932026-08-11T21:36:37.213Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-11T21:36:37.217Z+ rustc --version
952026-08-11T21:36:37.237Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-11T21:36:37.241Z+ cargo tree --locked
972026-08-11T21:36:37.406Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-11T21:36:37.746Z Updating crates.io index
992026-08-11T21:36:37.750Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-11T21:36:37.998Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-11T21:36:38.342Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-08-11T21:36:39.391Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-08-11T21:36:40.142Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-08-11T21:36:42.831Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-08-11T21:36:43.651Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-08-11T21:36:43.942Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-08-11T21:36:44.297Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-08-11T21:36:45.998Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-08-11T21:36:46.339Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-08-11T21:36:46.690Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-08-11T21:36:46.980Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1122026-08-11T21:36:47.243Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1132026-08-11T21:36:47.668Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1142026-08-11T21:36:47.957Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-08-11T21:36:48.220Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-08-11T21:36:48.537Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-11T21:36:48.999Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-11T21:36:49.603Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1192026-08-11T21:36:50.020Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1202026-08-11T21:36:50.479Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-08-11T21:36:50.798Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1222026-08-11T21:36:51.318Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-11T21:36:51.643Z Updating git repository `https://github.com/oxidecomputer/erebor`
1242026-08-11T21:36:51.934Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-08-11T21:36:52.356Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-08-11T21:36:52.630Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1272026-08-11T21:36:53.077Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-08-11T21:36:53.443Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-08-11T21:36:53.758Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-08-11T21:36:54.053Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-08-11T21:36:54.394Z Updating git repository `https://github.com/oxidecomputer/tough`
1322026-08-11T21:36:54.952Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-08-11T21:36:55.232Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-08-11T21:36:55.513Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-08-11T21:36:55.839Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1362026-08-11T21:36:56.449Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1372026-08-11T21:36:56.683Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-11T21:36:57.117Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-08-11T21:36:57.427Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-08-11T21:36:57.724Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-11T21:37:00.682Z Downloading crates ...
1422026-08-11T21:37:00.716Z Downloaded clap_lex v1.0.0
1432026-08-11T21:37:00.728Z Downloaded addr2line v0.25.1
1442026-08-11T21:37:00.733Z Downloaded cipher v0.4.4
1452026-08-11T21:37:00.733Z Downloaded cipher v0.5.2
1462026-08-11T21:37:00.733Z Downloaded ciborium-ll v0.2.2
1472026-08-11T21:37:00.742Z Downloaded ciborium v0.2.2
1482026-08-11T21:37:00.749Z Downloaded cookie_store v0.22.1
1492026-08-11T21:37:00.749Z Downloaded crc8 v0.1.1
1502026-08-11T21:37:00.762Z Downloaded constant_time_eq v0.3.1
1512026-08-11T21:37:00.762Z Downloaded cpubits v0.1.1
1522026-08-11T21:37:00.762Z Downloaded heck v0.4.1
1532026-08-11T21:37:00.762Z Downloaded hyper-tls v0.6.0
1542026-08-11T21:37:00.762Z Downloaded globset v0.4.18
1552026-08-11T21:37:00.771Z Downloaded is-terminal v0.4.17
1562026-08-11T21:37:00.771Z Downloaded glob v0.3.3
1572026-08-11T21:37:00.771Z Downloaded group v0.13.0
1582026-08-11T21:37:00.771Z Downloaded cpufeatures v0.3.0
1592026-08-11T21:37:00.771Z Downloaded darling_macro v0.23.0
1602026-08-11T21:37:00.771Z Downloaded colorchoice v1.0.4
1612026-08-11T21:37:00.771Z Downloaded heck v0.5.0
1622026-08-11T21:37:00.772Z Downloaded home v0.5.12
1632026-08-11T21:37:00.772Z Downloaded constant_time_eq v0.4.2
1642026-08-11T21:37:00.777Z Downloaded derive_more v0.99.20
1652026-08-11T21:37:00.777Z Downloaded half v2.7.1
1662026-08-11T21:37:00.777Z Downloaded hash32 v0.2.1
1672026-08-11T21:37:00.777Z Downloaded hex-literal v1.1.0
1682026-08-11T21:37:00.777Z Downloaded http-body v1.0.1
1692026-08-11T21:37:00.777Z Downloaded darling_macro v0.21.3
1702026-08-11T21:37:00.777Z Downloaded debug-ignore v1.0.5
1712026-08-11T21:37:00.777Z Downloaded hostname v0.4.2
1722026-08-11T21:37:00.777Z Downloaded http-range v0.1.5
1732026-08-11T21:37:00.782Z Downloaded crc-catalog v2.4.0
1742026-08-11T21:37:00.782Z Downloaded cobs v0.3.0
1752026-08-11T21:37:00.782Z Downloaded group v0.14.0
1762026-08-11T21:37:00.782Z Downloaded guppy-workspace-hack v0.1.0
1772026-08-11T21:37:00.782Z Downloaded illumos-nvpair v0.3.0
1782026-08-11T21:37:00.788Z Downloaded curve25519-dalek-derive v0.1.1
1792026-08-11T21:37:00.788Z Downloaded derive_builder_macro v0.20.2
1802026-08-11T21:37:00.788Z Downloaded idna_adapter v1.2.1
1812026-08-11T21:37:00.788Z Downloaded ciborium-io v0.2.2
1822026-08-11T21:37:00.788Z Downloaded crypto-common v0.2.2
1832026-08-11T21:37:00.788Z Downloaded darling_macro v0.13.4
1842026-08-11T21:37:00.788Z Downloaded defmt v0.3.100
1852026-08-11T21:37:00.788Z Downloaded hex-literal v0.4.1
1862026-08-11T21:37:00.857Z Downloaded crypto-common v0.1.7
1872026-08-11T21:37:00.857Z Downloaded headers-core v0.3.0
1882026-08-11T21:37:00.858Z Downloaded crunchy v0.2.4
1892026-08-11T21:37:00.858Z Downloaded internet-checksum v0.2.1
1902026-08-11T21:37:00.858Z Downloaded convert_case v0.4.0
1912026-08-11T21:37:00.858Z Downloaded compression-codecs v0.4.37
1922026-08-11T21:37:00.858Z Downloaded corncobs v0.1.4
1932026-08-11T21:37:00.858Z Downloaded half v1.8.3
1942026-08-11T21:37:00.858Z Downloaded hex v0.4.3
1952026-08-11T21:37:00.858Z Downloaded critical-section v1.2.0
1962026-08-11T21:37:00.858Z Downloaded derive_builder_core v0.20.2
1972026-08-11T21:37:00.858Z Downloaded cmov v0.5.4
1982026-08-11T21:37:00.858Z Downloaded is_ci v1.2.0
1992026-08-11T21:37:00.858Z Downloaded hash32 v0.3.1
2002026-08-11T21:37:00.858Z Downloaded console v0.16.2
2012026-08-11T21:37:00.858Z Downloaded crossbeam-epoch v0.9.18
2022026-08-11T21:37:00.858Z Downloaded crucible-workspace-hack v0.1.0
2032026-08-11T21:37:00.858Z Downloaded adler2 v2.0.1
2042026-08-11T21:37:00.858Z Downloaded inout v0.1.4
2052026-08-11T21:37:00.858Z Downloaded hubpack v0.1.2
2062026-08-11T21:37:00.858Z Downloaded illumos-nvpair-sys v0.2.0
2072026-08-11T21:37:00.858Z Downloaded httpdate v1.0.3
2082026-08-11T21:37:00.858Z Downloaded crc v3.4.0
2092026-08-11T21:37:00.859Z Downloaded cpufeatures v0.2.17
2102026-08-11T21:37:00.859Z Downloaded darling_macro v0.20.11
2112026-08-11T21:37:00.859Z Downloaded http-body-util v0.1.3
2122026-08-11T21:37:00.859Z Downloaded defmt-parser v1.0.0
2132026-08-11T21:37:00.859Z Downloaded ascii-canvas v3.0.0
2142026-08-11T21:37:00.859Z Downloaded cstr-argument v0.1.2
2152026-08-11T21:37:00.859Z Downloaded indent_write v2.2.0
2162026-08-11T21:37:00.859Z Downloaded instant v0.1.13
2172026-08-11T21:37:00.859Z Downloaded data-encoding v2.10.0
2182026-08-11T21:37:00.859Z Downloaded ident_case v1.0.1
2192026-08-11T21:37:00.859Z Downloaded concurrent-queue v2.5.0
2202026-08-11T21:37:00.859Z Downloaded hostname v0.3.1
2212026-08-11T21:37:00.859Z Downloaded convert_case v0.10.0
2222026-08-11T21:37:00.859Z Downloaded defmt-macros v1.0.1
2232026-08-11T21:37:00.859Z Downloaded compression-core v0.4.31
2242026-08-11T21:37:00.859Z Downloaded daft v0.1.7
2252026-08-11T21:37:00.859Z Downloaded der_derive v0.7.3
2262026-08-11T21:37:00.859Z Downloaded const_format_proc_macros v0.2.34
2272026-08-11T21:37:00.859Z Downloaded criterion-plot v0.6.0
2282026-08-11T21:37:00.859Z Downloaded crossbeam-deque v0.8.6
2292026-08-11T21:37:00.859Z Downloaded globwalk v0.9.1
2302026-08-11T21:37:00.874Z Downloaded is_terminal_polyfill v1.70.2
2312026-08-11T21:37:00.874Z Downloaded bit-set v0.8.0
2322026-08-11T21:37:00.874Z Downloaded darling v0.13.4
2332026-08-11T21:37:00.874Z Downloaded indoc v1.0.9
2342026-08-11T21:37:00.874Z Downloaded colored v3.1.1
2352026-08-11T21:37:00.874Z Downloaded ctr v0.10.1
2362026-08-11T21:37:00.874Z Downloaded instability v0.3.11
2372026-08-11T21:37:00.874Z Downloaded backtrace-ext v0.2.1
2382026-08-11T21:37:00.874Z Downloaded inout v0.2.2
2392026-08-11T21:37:00.874Z Downloaded const-oid v0.9.6
2402026-08-11T21:37:00.874Z Downloaded darling v0.23.0
2412026-08-11T21:37:00.887Z Downloaded crc32fast v1.5.0
2422026-08-11T21:37:00.887Z Downloaded hubpack_derive v0.1.1
2432026-08-11T21:37:00.887Z Downloaded bitfield-macros v0.19.4
2442026-08-11T21:37:00.887Z Downloaded openssl-macros v0.1.1
2452026-08-11T21:37:00.887Z Downloaded opaque-debug v0.3.1
2462026-08-11T21:37:00.887Z Downloaded castaway v0.2.4
2472026-08-11T21:37:00.888Z Downloaded approx v0.5.1
2482026-08-11T21:37:00.888Z Downloaded deranged v0.5.8
2492026-08-11T21:37:00.895Z Downloaded anstyle-parse v0.2.7
2502026-08-11T21:37:00.895Z Downloaded defmt v1.0.1
2512026-08-11T21:37:00.895Z Downloaded delegate v0.13.5
2522026-08-11T21:37:00.896Z Downloaded ctutils v0.4.2
2532026-08-11T21:37:00.896Z Downloaded humantime v2.3.0
2542026-08-11T21:37:00.896Z Downloaded ipnet v2.11.0
2552026-08-11T21:37:00.896Z Downloaded hmac v0.12.1
2562026-08-11T21:37:00.896Z Downloaded anes v0.1.6
2572026-08-11T21:37:00.909Z Downloaded path-slash v0.1.5
2582026-08-11T21:37:00.909Z Downloaded hyper-staticfile v0.10.1
2592026-08-11T21:37:00.909Z Downloaded oso-derive v0.27.3
2602026-08-11T21:37:00.909Z Downloaded parking v2.2.1
2612026-08-11T21:37:00.909Z Downloaded predicates-tree v1.0.13
2622026-08-11T21:37:00.909Z Downloaded parse-display v0.10.0
2632026-08-11T21:37:00.909Z Downloaded radium v0.7.0
2642026-08-11T21:37:00.917Z Downloaded pathdiff v0.2.3
2652026-08-11T21:37:00.917Z Downloaded clap_derive v4.6.1
2662026-08-11T21:37:00.917Z Downloaded plain v0.2.3
2672026-08-11T21:37:00.917Z Downloaded colored v2.2.0
2682026-08-11T21:37:00.917Z Downloaded console v0.15.11
2692026-08-11T21:37:00.917Z Downloaded cookie v0.18.1
2702026-08-11T21:37:00.917Z Downloaded csv-core v0.1.13
2712026-08-11T21:37:00.917Z Downloaded cmake v0.1.57
2722026-08-11T21:37:00.917Z Downloaded crossbeam-utils v0.8.21
2732026-08-11T21:37:00.917Z Downloaded darling v0.21.3
2742026-08-11T21:37:00.922Z Downloaded derive-ex v0.1.8
2752026-08-11T21:37:00.922Z Downloaded crc-any v2.5.0
2762026-08-11T21:37:00.930Z Downloaded impl-trait-for-tuples v0.2.3
2772026-08-11T21:37:00.937Z Downloaded rfc6979 v0.6.0
2782026-08-11T21:37:00.937Z Downloaded recursive v0.1.1
2792026-08-11T21:37:00.937Z Downloaded ref-cast-impl v1.0.25
2802026-08-11T21:37:00.937Z Downloaded packed_struct v0.10.1
2812026-08-11T21:37:00.937Z Downloaded atomic-waker v1.1.2
2822026-08-11T21:37:00.941Z Downloaded path-tree v0.8.3
2832026-08-11T21:37:00.941Z Downloaded secrecy v0.10.3
2842026-08-11T21:37:00.941Z Downloaded serde_bytes v0.11.19
2852026-08-11T21:37:00.941Z Downloaded indoc v2.0.7
2862026-08-11T21:37:00.947Z Downloaded ingot-types v0.2.0
2872026-08-11T21:37:00.947Z Downloaded base64ct v1.8.3
2882026-08-11T21:37:00.947Z Downloaded serde_urlencoded v0.7.1
2892026-08-11T21:37:00.954Z Downloaded blowfish v0.10.0
2902026-08-11T21:37:00.954Z Downloaded hmac v0.13.0
2912026-08-11T21:37:00.954Z Downloaded httparse v1.10.1
2922026-08-11T21:37:00.954Z Downloaded cbc v0.2.1
2932026-08-11T21:37:00.954Z Downloaded highway v1.3.0
2942026-08-11T21:37:00.954Z Downloaded daft-derive v0.1.7
2952026-08-11T21:37:00.962Z Downloaded datatest-stable v0.3.3
2962026-08-11T21:37:00.971Z Downloaded darling v0.20.11
2972026-08-11T21:37:00.971Z Downloaded async-bb8-diesel v0.2.1
2982026-08-11T21:37:00.971Z Downloaded ppv-lite86 v0.2.21
2992026-08-11T21:37:00.979Z Downloaded subtle v2.6.1
3002026-08-11T21:37:00.979Z Downloaded progenitor v0.14.0
3012026-08-11T21:37:00.983Z Downloaded rand_core v0.9.5
3022026-08-11T21:37:00.983Z Downloaded owo-colors v3.5.0
3032026-08-11T21:37:00.983Z Downloaded darling_core v0.13.4
3042026-08-11T21:37:00.983Z Downloaded signal-hook-mio v0.2.5
3052026-08-11T21:37:00.987Z Downloaded const-oid v0.10.2
3062026-08-11T21:37:00.987Z Downloaded smawk v0.3.2
3072026-08-11T21:37:00.987Z Downloaded supports-hyperlinks v2.1.0
3082026-08-11T21:37:00.994Z Downloaded testing_table v0.3.0
3092026-08-11T21:37:00.994Z Downloaded tagptr v0.2.0
3102026-08-11T21:37:00.994Z Downloaded primefield v0.14.0
3112026-08-11T21:37:00.995Z Downloaded proc-macro-error v1.0.4
3122026-08-11T21:37:01.000Z Downloaded ingot v0.2.1
3132026-08-11T21:37:01.000Z Downloaded ingot-macros v0.2.0
3142026-08-11T21:37:01.007Z Downloaded rand_seeder v0.4.0
3152026-08-11T21:37:01.007Z Downloaded chumsky v0.9.3
3162026-08-11T21:37:01.007Z Downloaded hickory-client v0.25.2
3172026-08-11T21:37:01.008Z Downloaded terminal_size v0.4.3
3182026-08-11T21:37:01.008Z Downloaded httptest v0.16.4
3192026-08-11T21:37:01.013Z Downloaded bitflags v2.11.0
3202026-08-11T21:37:01.013Z Downloaded rustc-demangle v0.1.27
3212026-08-11T21:37:01.013Z Downloaded sapling-renderdag v0.1.0
3222026-08-11T21:37:01.018Z Downloaded pkg-config v0.3.32
3232026-08-11T21:37:01.024Z Downloaded tokio-macros v2.7.0
3242026-08-11T21:37:01.024Z Downloaded try-lock v0.2.5
3252026-08-11T21:37:01.024Z Downloaded ipnetwork v0.21.1
3262026-08-11T21:37:01.032Z Downloaded unicode-linebreak v0.1.5
3272026-08-11T21:37:01.032Z Downloaded unit-prefix v0.5.2
3282026-08-11T21:37:01.032Z Downloaded hyper-rustls v0.27.7
3292026-08-11T21:37:01.032Z Downloaded iana-time-zone v0.1.65
3302026-08-11T21:37:01.032Z Downloaded scroll v0.12.0
3312026-08-11T21:37:01.032Z Downloaded serde_path_to_error v0.1.20
3322026-08-11T21:37:01.032Z Downloaded toml_datetime v0.6.11
3332026-08-11T21:37:01.035Z Downloaded camino-tempfile v1.4.1
3342026-08-11T21:37:01.036Z Downloaded rustversion v1.0.22
3352026-08-11T21:37:01.036Z Downloaded camino v1.2.2
3362026-08-11T21:37:01.036Z Downloaded icu_properties v2.1.2
3372026-08-11T21:37:01.042Z Downloaded derive_builder v0.20.2
3382026-08-11T21:37:01.042Z Downloaded argon2 v0.6.0-rc.8
3392026-08-11T21:37:01.042Z Downloaded clang-sys v1.8.1
3402026-08-11T21:37:01.047Z Downloaded rusty-fork v0.3.1
3412026-08-11T21:37:01.047Z Downloaded scroll v0.13.0
3422026-08-11T21:37:01.047Z Downloaded pest_derive v2.8.6
3432026-08-11T21:37:01.048Z Downloaded pest_generator v2.8.6
3442026-08-11T21:37:01.048Z Downloaded slog-scope v4.4.1
3452026-08-11T21:37:01.048Z Downloaded untrusted v0.7.1
3462026-08-11T21:37:01.048Z Downloaded utf8_iter v1.0.4
3472026-08-11T21:37:01.048Z Downloaded version_check v0.9.5
3482026-08-11T21:37:01.052Z Downloaded heapless v0.8.0
3492026-08-11T21:37:01.052Z Downloaded slog-dtrace v0.3.0
3502026-08-11T21:37:01.052Z Downloaded usdt v0.6.0
3512026-08-11T21:37:01.052Z Downloaded compact_str v0.8.1
3522026-08-11T21:37:01.052Z Downloaded strum_macros v0.24.3
3532026-08-11T21:37:01.060Z Downloaded derive-where v1.6.0
3542026-08-11T21:37:01.060Z Downloaded parking_lot_core v0.9.12
3552026-08-11T21:37:01.060Z Downloaded pkcs1 v0.8.0-rc.4
3562026-08-11T21:37:01.067Z Downloaded darling_core v0.20.11
3572026-08-11T21:37:01.067Z Downloaded heapless v0.7.17
3582026-08-11T21:37:01.067Z Downloaded yoke-derive v0.8.1
3592026-08-11T21:37:01.067Z Downloaded zone_cfg_derive v0.3.1
3602026-08-11T21:37:01.067Z Downloaded diesel_table_macro_syntax v0.3.0
3612026-08-11T21:37:01.067Z Downloaded zone v0.3.1
3622026-08-11T21:37:01.068Z Downloaded const_format v0.2.35
3632026-08-11T21:37:01.068Z Downloaded smf v0.2.3
3642026-08-11T21:37:01.068Z Downloaded string_cache v0.8.9
3652026-08-11T21:37:01.068Z Downloaded thiserror-no-std v2.0.2
3662026-08-11T21:37:01.074Z Downloaded sqlformat v0.3.5
3672026-08-11T21:37:01.074Z Downloaded static_assertions v1.1.0
3682026-08-11T21:37:01.074Z Downloaded wnaf v0.14.0
3692026-08-11T21:37:01.074Z Downloaded clap v4.6.1
3702026-08-11T21:37:01.080Z Downloaded display-error-chain v0.2.2
3712026-08-11T21:37:01.080Z Downloaded target-lexicon v0.13.3
3722026-08-11T21:37:01.080Z Downloaded hybrid-array v0.4.13
3732026-08-11T21:37:01.080Z Downloaded indexmap v1.9.3
3742026-08-11T21:37:01.080Z Downloaded zeroize_derive v1.5.0
3752026-08-11T21:37:01.080Z Downloaded dof v0.4.0
3762026-08-11T21:37:01.086Z Downloaded dtrace-parser v0.2.0
3772026-08-11T21:37:01.087Z Downloaded errno v0.3.14
3782026-08-11T21:37:01.090Z Downloaded rustls-pemfile v2.2.0
3792026-08-11T21:37:01.097Z Downloaded tls_codec v0.4.2
3802026-08-11T21:37:01.097Z Downloaded tokio-native-tls v0.3.1
3812026-08-11T21:37:01.097Z Downloaded toml_writer v1.1.1+spec-1.1.0
3822026-08-11T21:37:01.097Z Downloaded tinystr v0.8.2
3832026-08-11T21:37:01.107Z Downloaded unicase v2.9.0
3842026-08-11T21:37:01.107Z Downloaded flagset v0.4.7
3852026-08-11T21:37:01.107Z Downloaded foreign-types v0.3.2
3862026-08-11T21:37:01.107Z Downloaded tui-tree-widget v0.23.1
3872026-08-11T21:37:01.107Z Downloaded futures-core v0.3.32
3882026-08-11T21:37:01.118Z Downloaded icu_locale_core v2.1.1
3892026-08-11T21:37:01.119Z Downloaded usdt-impl v0.6.0
3902026-08-11T21:37:01.119Z Downloaded foreign-types v0.5.0
3912026-08-11T21:37:01.119Z Downloaded darling_core v0.21.3
3922026-08-11T21:37:01.119Z Downloaded polyval v0.7.1
3932026-08-11T21:37:01.130Z Downloaded walkdir v2.5.0
3942026-08-11T21:37:01.130Z Downloaded env_filter v1.0.0
3952026-08-11T21:37:01.130Z Downloaded futures-sink v0.3.32
3962026-08-11T21:37:01.130Z Downloaded futures-task v0.3.32
3972026-08-11T21:37:01.130Z Downloaded git-stub v1.0.0
3982026-08-11T21:37:01.130Z Downloaded kstat-rs v0.2.5
3992026-08-11T21:37:01.131Z Downloaded postcard v1.1.3
4002026-08-11T21:37:01.137Z Downloaded managed v0.8.0
4012026-08-11T21:37:01.137Z Downloaded memoffset v0.9.1
4022026-08-11T21:37:01.137Z Downloaded newtype-uuid-macros v0.1.0
4032026-08-11T21:37:01.137Z Downloaded num-iter v0.1.45
4042026-08-11T21:37:01.137Z Downloaded yoke v0.8.1
4052026-08-11T21:37:01.153Z Downloaded hashbrown v0.17.0
4062026-08-11T21:37:01.153Z Downloaded icu_normalizer_data v2.1.1
4072026-08-11T21:37:01.153Z Downloaded writeable v0.6.2
4082026-08-11T21:37:01.166Z Downloaded icu_provider v2.1.1
4092026-08-11T21:37:01.166Z Downloaded memmap v0.7.0
4102026-08-11T21:37:01.166Z Downloaded term v0.7.0
4112026-08-11T21:37:01.166Z Downloaded der v0.7.10
4122026-08-11T21:37:01.166Z Downloaded progenitor-impl v0.13.0
4132026-08-11T21:37:01.166Z Downloaded digest v0.11.3
4142026-08-11T21:37:01.166Z Downloaded normalize-line-endings v0.3.0
4152026-08-11T21:37:01.166Z Downloaded indicatif v0.18.4
4162026-08-11T21:37:01.172Z Downloaded async-stream-impl v0.3.6
4172026-08-11T21:37:01.172Z Downloaded async-recursion v1.1.1
4182026-08-11T21:37:01.172Z Downloaded icu_normalizer v2.1.1
4192026-08-11T21:37:01.172Z Downloaded ignore v0.4.25
4202026-08-11T21:37:01.172Z Downloaded async-stream v0.3.6
4212026-08-11T21:37:01.172Z Downloaded p256 v0.14.0
4222026-08-11T21:37:01.172Z Downloaded tracing-attributes v0.1.31
4232026-08-11T21:37:01.172Z Downloaded openssl-probe v0.2.1
4242026-08-11T21:37:01.178Z Downloaded cfg-if v1.0.4
4252026-08-11T21:37:01.178Z Downloaded filetime v0.2.27
4262026-08-11T21:37:01.178Z Downloaded hashbrown v0.13.2
4272026-08-11T21:37:01.182Z Downloaded headers v0.4.1
4282026-08-11T21:37:01.188Z Downloaded fs_extra v1.3.0
4292026-08-11T21:37:01.188Z Downloaded openssl-probe v0.1.6
4302026-08-11T21:37:01.189Z Downloaded parse-size v1.1.0
4312026-08-11T21:37:01.189Z Downloaded signal-hook v0.3.18
4322026-08-11T21:37:01.194Z Downloaded hashbrown v0.12.3
4332026-08-11T21:37:01.194Z Downloaded http v1.4.2
4342026-08-11T21:37:01.194Z Downloaded crypto-bigint v0.5.5
4352026-08-11T21:37:01.202Z Downloaded darling_core v0.23.0
4362026-08-11T21:37:01.212Z Downloaded pest_meta v2.8.6
4372026-08-11T21:37:01.212Z Downloaded linear-map v1.2.0
4382026-08-11T21:37:01.212Z Downloaded macaddr v1.0.1
4392026-08-11T21:37:01.212Z Downloaded predicates-core v1.0.10
4402026-08-11T21:37:01.212Z Downloaded pretty-hex v0.4.1
4412026-08-11T21:37:01.212Z Downloaded rand_pcg v0.10.2
4422026-08-11T21:37:01.212Z Downloaded yasna v0.5.2
4432026-08-11T21:37:01.223Z Downloaded socket2 v0.5.10
4442026-08-11T21:37:01.223Z Downloaded des v0.9.0
4452026-08-11T21:37:01.223Z Downloaded newtype-uuid v1.3.2
4462026-08-11T21:37:01.223Z Downloaded num_enum v0.7.6
4472026-08-11T21:37:01.223Z Downloaded plotters-svg v0.3.7
4482026-08-11T21:37:01.223Z Downloaded potential_utf v0.1.4
4492026-08-11T21:37:01.223Z Downloaded prettyplease v0.2.37
4502026-08-11T21:37:01.223Z Downloaded similar v2.7.0
4512026-08-11T21:37:01.228Z Downloaded multer v3.1.0
4522026-08-11T21:37:01.228Z Downloaded libloading v0.8.9
4532026-08-11T21:37:01.232Z Downloaded hickory-resolver v0.25.2
4542026-08-11T21:37:01.236Z Downloaded nu-ansi-term v0.50.3
4552026-08-11T21:37:01.242Z Downloaded bitfield v0.19.4
4562026-08-11T21:37:01.242Z Downloaded textwrap v0.15.2
4572026-08-11T21:37:01.242Z Downloaded backtrace v0.3.76
4582026-08-11T21:37:01.247Z Downloaded rustc_version v0.4.1
4592026-08-11T21:37:01.247Z Downloaded bitfield-struct v0.6.2
4602026-08-11T21:37:01.247Z Downloaded bitflags v1.3.2
4612026-08-11T21:37:01.247Z Downloaded semver v0.1.20
4622026-08-11T21:37:01.247Z Downloaded rtoolbox v0.0.3
4632026-08-11T21:37:01.247Z Downloaded bytes v1.11.1
4642026-08-11T21:37:01.257Z Downloaded sha1 v0.10.6
4652026-08-11T21:37:01.257Z Downloaded ecdsa v0.16.9
4662026-08-11T21:37:01.257Z Downloaded serde_plain v1.0.2
4672026-08-11T21:37:01.257Z Downloaded byteorder v1.5.0
4682026-08-11T21:37:01.257Z Downloaded cassowary v0.3.0
4692026-08-11T21:37:01.261Z Downloaded cc v1.2.56
4702026-08-11T21:37:01.261Z Downloaded hickory-resolver v0.24.4
4712026-08-11T21:37:01.261Z Downloaded getrandom v0.2.17
4722026-08-11T21:37:01.261Z Downloaded vergen v9.1.0
4732026-08-11T21:37:01.261Z Downloaded trybuild v1.0.116
4742026-08-11T21:37:01.261Z Downloaded anstream v0.6.21
4752026-08-11T21:37:01.261Z Downloaded scroll_derive v0.12.1
4762026-08-11T21:37:01.267Z Downloaded serde_spanned v1.1.1
4772026-08-11T21:37:01.267Z Downloaded shell-words v1.1.1
4782026-08-11T21:37:01.267Z Downloaded sponge-cursor v0.1.0
4792026-08-11T21:37:01.267Z Downloaded bit-vec v0.8.0
4802026-08-11T21:37:01.267Z Downloaded similar-asserts v1.7.0
4812026-08-11T21:37:01.272Z Downloaded psm v0.1.30
4822026-08-11T21:37:01.272Z Downloaded crossbeam-channel v0.5.15
4832026-08-11T21:37:01.278Z Downloaded strum v0.26.3
4842026-08-11T21:37:01.278Z Downloaded strum v0.27.2
4852026-08-11T21:37:01.278Z Downloaded tap v1.0.1
4862026-08-11T21:37:01.278Z Downloaded termtree v0.5.1
4872026-08-11T21:37:01.281Z Downloaded time-core v0.1.8
4882026-08-11T21:37:01.281Z Downloaded keccak v0.2.0
4892026-08-11T21:37:01.282Z Downloaded rand_chacha v0.9.0
4902026-08-11T21:37:01.282Z Downloaded hickory-server v0.25.2
4912026-08-11T21:37:01.282Z Downloaded icu_collections v2.1.1
4922026-08-11T21:37:01.286Z Downloaded parse-display-derive v0.10.0
4932026-08-11T21:37:01.288Z Downloaded partial-io v0.5.4
4942026-08-11T21:37:01.299Z Downloaded pem-rfc7468 v1.0.0
4952026-08-11T21:37:01.299Z Downloaded hyper-util v0.1.20
4962026-08-11T21:37:01.300Z Downloaded indexmap v2.14.0
4972026-08-11T21:37:01.306Z Downloaded qorb v0.4.1
4982026-08-11T21:37:01.306Z Downloaded structmeta v0.3.0
4992026-08-11T21:37:01.306Z Downloaded structmeta-derive v0.3.0
5002026-08-11T21:37:01.306Z Downloaded pin-project-lite v0.2.17
5012026-08-11T21:37:01.306Z Downloaded der v0.8.0
5022026-08-11T21:37:01.306Z Downloaded assert_cmd v2.1.2
5032026-08-11T21:37:01.312Z Downloaded async-compression v0.4.41
5042026-08-11T21:37:01.312Z Downloaded litemap v0.8.1
5052026-08-11T21:37:01.312Z Downloaded litrs v1.0.0
5062026-08-11T21:37:01.312Z Downloaded progenitor v0.13.0
5072026-08-11T21:37:01.317Z Downloaded fatfs v0.3.6
5082026-08-11T21:37:01.317Z Downloaded bumpalo v3.20.2
5092026-08-11T21:37:01.317Z Downloaded memmap2 v0.9.10
5102026-08-11T21:37:01.317Z Downloaded sec1 v0.7.3
5112026-08-11T21:37:01.317Z Downloaded schemars v1.2.1
5122026-08-11T21:37:01.323Z Downloaded resolv-conf v0.7.6
5132026-08-11T21:37:01.328Z Downloaded russh-cryptovec v0.62.0
5142026-08-11T21:37:01.328Z Downloaded bzip2 v0.4.4
5152026-08-11T21:37:01.328Z Downloaded phc v0.6.1
5162026-08-11T21:37:01.328Z Downloaded serde_tokenstream v0.2.3
5172026-08-11T21:37:01.334Z Downloaded toml_write v0.1.2
5182026-08-11T21:37:01.334Z Downloaded topological-sort v0.2.2
5192026-08-11T21:37:01.334Z Downloaded waitgroup v0.1.2
5202026-08-11T21:37:01.334Z Downloaded want v0.3.1
5212026-08-11T21:37:01.334Z Downloaded utf8parse v0.2.2
5222026-08-11T21:37:01.334Z Downloaded wait-timeout v0.2.1
5232026-08-11T21:37:01.334Z Downloaded untrusted v0.9.0
5242026-08-11T21:37:01.334Z Downloaded port-file v0.1.0
5252026-08-11T21:37:01.335Z Downloaded serde v1.0.228
5262026-08-11T21:37:01.339Z Downloaded toml_edit v0.22.27
5272026-08-11T21:37:01.339Z Downloaded zip v0.6.6
5282026-08-11T21:37:01.343Z Downloaded cfg-expr v0.20.6
5292026-08-11T21:37:01.343Z Downloaded signature v2.2.0
5302026-08-11T21:37:01.343Z Downloaded difflib v0.4.0
5312026-08-11T21:37:01.343Z Downloaded dirs-sys-next v0.1.2
5322026-08-11T21:37:01.347Z Downloaded criterion v0.7.0
5332026-08-11T21:37:01.347Z Downloaded simd-adler32 v0.3.8
5342026-08-11T21:37:01.355Z Downloaded slog-stdlog v4.1.1
5352026-08-11T21:37:01.355Z Downloaded float-cmp v0.10.0
5362026-08-11T21:37:01.355Z Downloaded termios v0.3.3
5372026-08-11T21:37:01.355Z Downloaded futures-macro v0.3.32
5382026-08-11T21:37:01.355Z Downloaded internal-russh-num-bigint v0.5.0
5392026-08-11T21:37:01.363Z Downloaded itertools v0.10.5
5402026-08-11T21:37:01.363Z Downloaded stringprep v0.1.5
5412026-08-11T21:37:01.363Z Downloaded dsl_auto_type v0.2.0
5422026-08-11T21:37:01.363Z Downloaded float-ord v0.3.2
5432026-08-11T21:37:01.363Z Downloaded downcast-rs v2.0.2
5442026-08-11T21:37:01.370Z Downloaded embedded-io v0.6.1
5452026-08-11T21:37:01.370Z Downloaded equivalent v1.0.2
5462026-08-11T21:37:01.370Z Downloaded pin-project-internal v1.1.11
5472026-08-11T21:37:01.370Z Downloaded funty v2.0.0
5482026-08-11T21:37:01.370Z Downloaded jiff-static v0.2.34
5492026-08-11T21:37:01.370Z Downloaded keccak v0.1.6
5502026-08-11T21:37:01.370Z Downloaded futures-io v0.3.32
5512026-08-11T21:37:01.370Z Downloaded tokio-tungstenite v0.21.0
5522026-08-11T21:37:01.376Z Downloaded unicode-xid v0.2.6
5532026-08-11T21:37:01.376Z Downloaded lru v0.12.5
5542026-08-11T21:37:01.376Z Downloaded md5 v0.8.0
5552026-08-11T21:37:01.382Z Downloaded serde_cbor v0.11.2
5562026-08-11T21:37:01.382Z Downloaded tokio-dtrace v0.1.1
5572026-08-11T21:37:01.389Z Downloaded newline-converter v0.3.0
5582026-08-11T21:37:01.393Z Downloaded nonempty v0.12.0
5592026-08-11T21:37:01.393Z Downloaded num v0.4.3
5602026-08-11T21:37:01.393Z Downloaded array-init v0.0.4
5612026-08-11T21:37:01.393Z Downloaded whoami v1.6.1
5622026-08-11T21:37:01.393Z Downloaded hashbrown v0.14.5
5632026-08-11T21:37:01.393Z Downloaded maplit v1.0.2
5642026-08-11T21:37:01.393Z Downloaded num_threads v0.1.7
5652026-08-11T21:37:01.400Z Downloaded prefix-trie v0.7.0
5662026-08-11T21:37:01.407Z Downloaded zmij v1.0.21
5672026-08-11T21:37:01.407Z Downloaded allocator-api2 v0.2.21
5682026-08-11T21:37:01.416Z Downloaded assert-json-diff v2.0.2
5692026-08-11T21:37:01.416Z Downloaded papergrid v0.18.0
5702026-08-11T21:37:01.416Z Downloaded tempfile v3.25.0
5712026-08-11T21:37:01.416Z Downloaded olpc-cjson v0.1.4
5722026-08-11T21:37:01.416Z Downloaded atty v0.2.14
5732026-08-11T21:37:01.416Z Downloaded bb8 v0.8.6
5742026-08-11T21:37:01.416Z Downloaded bcrypt-pbkdf v0.11.0
5752026-08-11T21:37:01.430Z Downloaded block-padding v0.4.2
5762026-08-11T21:37:01.430Z Downloaded either v1.15.0
5772026-08-11T21:37:01.430Z Downloaded rcgen v0.12.1
5782026-08-11T21:37:01.430Z Downloaded cargo-platform v0.3.2
5792026-08-11T21:37:01.436Z Downloaded ff v0.14.0
5802026-08-11T21:37:01.436Z Downloaded proc-macro-crate v1.3.1
5812026-08-11T21:37:01.436Z Downloaded quick-error v1.2.3
5822026-08-11T21:37:01.436Z Downloaded tokio-postgres v0.7.16
5832026-08-11T21:37:01.436Z Downloaded toml v0.8.23
5842026-08-11T21:37:01.436Z Downloaded schemars v0.8.22
5852026-08-11T21:37:01.440Z Downloaded env_logger v0.11.9
5862026-08-11T21:37:01.444Z Downloaded rand_xorshift v0.4.0
5872026-08-11T21:37:01.444Z Downloaded jobserver v0.1.34
5882026-08-11T21:37:01.444Z Downloaded plotters-backend v0.3.7
5892026-08-11T21:37:01.444Z Downloaded steno v0.4.1
5902026-08-11T21:37:01.451Z Downloaded scroll_derive v0.13.1
5912026-08-11T21:37:01.451Z Downloaded libbz2-rs-sys v0.2.2
5922026-08-11T21:37:01.452Z Downloaded nanorand v0.7.0
5932026-08-11T21:37:01.456Z Downloaded progenitor-impl v0.14.0
5942026-08-11T21:37:01.457Z Downloaded libtest-mimic v0.8.1
5952026-08-11T21:37:01.457Z Downloaded scheduled-thread-pool v0.2.7
5962026-08-11T21:37:01.457Z Downloaded scopeguard v1.2.0
5972026-08-11T21:37:01.467Z Downloaded strsim v0.11.1
5982026-08-11T21:37:01.471Z Downloaded uzers v0.12.2
5992026-08-11T21:37:01.472Z Downloaded linkme v0.3.35
6002026-08-11T21:37:01.472Z Downloaded rand_chacha v0.3.1
6012026-08-11T21:37:01.472Z Downloaded hashbrown v0.16.1
6022026-08-11T21:37:01.472Z Downloaded rustc-hash v2.1.1
6032026-08-11T21:37:01.475Z Downloaded sigpipe v0.1.3
6042026-08-11T21:37:01.475Z Downloaded ahash v0.8.12
6052026-08-11T21:37:01.485Z Downloaded chacha20 v0.9.1
6062026-08-11T21:37:01.493Z Downloaded supports-unicode v2.1.0
6072026-08-11T21:37:01.493Z Downloaded ed25519-dalek v2.2.0
6082026-08-11T21:37:01.493Z Downloaded base64 v0.22.1
6092026-08-11T21:37:01.493Z Downloaded p384 v0.14.0
6102026-08-11T21:37:01.493Z Downloaded num_enum_derive v0.7.6
6112026-08-11T21:37:01.493Z Downloaded pem-rfc7468 v0.7.0
6122026-08-11T21:37:01.499Z Downloaded rayon-core v1.13.0
6132026-08-11T21:37:01.499Z Downloaded hashbrown v0.15.5
6142026-08-11T21:37:01.499Z Downloaded itertools v0.12.1
6152026-08-11T21:37:01.512Z Downloaded phf v0.12.1
6162026-08-11T21:37:01.512Z Downloaded test-strategy v0.4.5
6172026-08-11T21:37:01.512Z Downloaded atomicwrites v0.4.4
6182026-08-11T21:37:01.512Z Downloaded thiserror-impl-no-std v2.0.2
6192026-08-11T21:37:01.512Z Downloaded byte-wrapper v0.1.0
6202026-08-11T21:37:01.513Z Downloaded bytecount v0.6.9
6212026-08-11T21:37:01.518Z Downloaded oxnet v0.1.6
6222026-08-11T21:37:01.518Z Downloaded sync_wrapper v1.0.2
6232026-08-11T21:37:01.518Z Downloaded take_mut v0.2.2
6242026-08-11T21:37:01.518Z Downloaded flume v0.11.1
6252026-08-11T21:37:01.518Z Downloaded socket2 v0.6.3
6262026-08-11T21:37:01.518Z Downloaded guppy v0.17.25
6272026-08-11T21:37:01.518Z Downloaded password-hash v0.5.0
6282026-08-11T21:37:01.518Z Downloaded password-hash v0.6.1
6292026-08-11T21:37:01.518Z Downloaded enum_dispatch v0.3.13
6302026-08-11T21:37:01.518Z Downloaded pkcs8 v0.10.2
6312026-08-11T21:37:01.519Z Downloaded tinyvec v1.10.0
6322026-08-11T21:37:01.523Z Downloaded typify v0.6.2
6332026-08-11T21:37:01.523Z Downloaded usdt-macro v0.5.0
6342026-08-11T21:37:01.523Z Downloaded crossterm v0.28.1
6352026-08-11T21:37:01.529Z Downloaded relative-path v1.9.3
6362026-08-11T21:37:01.529Z Downloaded icu_properties_data v2.1.2
6372026-08-11T21:37:01.534Z Downloaded proc-macro-error2 v2.0.1
6382026-08-11T21:37:01.534Z Downloaded scrypt v0.12.0
6392026-08-11T21:37:01.548Z Downloaded document-features v0.2.12
6402026-08-11T21:37:01.548Z Downloaded dtrace-parser v0.3.0
6412026-08-11T21:37:01.548Z Downloaded dyn-clone v1.0.20
6422026-08-11T21:37:01.548Z Downloaded h2 v0.4.15
6432026-08-11T21:37:01.553Z Downloaded sha2 v0.10.9
6442026-08-11T21:37:01.553Z Downloaded shlex v1.3.0
6452026-08-11T21:37:01.553Z Downloaded spki v0.7.3
6462026-08-11T21:37:01.553Z Downloaded spki v0.8.0
6472026-08-11T21:37:01.553Z Downloaded hkdf v0.12.4
6482026-08-11T21:37:01.553Z Downloaded hyper v1.10.1
6492026-08-11T21:37:01.553Z Downloaded zopfli v0.8.3
6502026-08-11T21:37:01.553Z Downloaded anyhow v1.0.102
6512026-08-11T21:37:01.558Z Downloaded blake2 v0.11.0-rc.6
6522026-08-11T21:37:01.558Z Downloaded fd-lock v4.0.4
6532026-08-11T21:37:01.558Z Downloaded dropshot-api-manager-types v0.7.2
6542026-08-11T21:37:01.558Z Downloaded dunce v1.0.5
6552026-08-11T21:37:01.558Z Downloaded event-listener-strategy v0.5.4
6562026-08-11T21:37:01.563Z Downloaded foreign-types-macros v0.2.3
6572026-08-11T21:37:01.564Z Downloaded base64 v0.21.7
6582026-08-11T21:37:01.564Z Downloaded ed25519-dalek v3.0.0
6592026-08-11T21:37:01.569Z Downloaded dropshot_endpoint v0.17.1
6602026-08-11T21:37:01.594Z Downloaded slog-term v2.9.2
6612026-08-11T21:37:01.594Z Downloaded smallvec v0.6.14
6622026-08-11T21:37:01.594Z Downloaded thiserror v1.0.69
6632026-08-11T21:37:01.605Z Downloaded ghash v0.6.0
6642026-08-11T21:37:01.605Z Downloaded time-macros v0.2.27
6652026-08-11T21:37:01.605Z Downloaded expectorate v1.2.0
6662026-08-11T21:37:01.605Z Downloaded itoa v1.0.17
6672026-08-11T21:37:01.605Z Downloaded lru-slab v0.1.2
6682026-08-11T21:37:01.605Z Downloaded serde_with v1.14.0
6692026-08-11T21:37:01.605Z Downloaded aes-gcm v0.11.0
6702026-08-11T21:37:01.605Z Downloaded libscf-sys v1.2.0
6712026-08-11T21:37:01.605Z Downloaded multimap v0.10.1
6722026-08-11T21:37:01.605Z Downloaded crossterm v0.29.0
6732026-08-11T21:37:01.605Z Downloaded tls_codec_derive v0.4.2
6742026-08-11T21:37:01.605Z Downloaded iri-string v0.7.10
6752026-08-11T21:37:01.605Z Downloaded pkcs8 v0.11.0
6762026-08-11T21:37:01.605Z Downloaded progenitor-extras v0.2.0
6772026-08-11T21:37:01.605Z Downloaded usdt-macro v0.6.0
6782026-08-11T21:37:01.606Z Downloaded md-5 v0.10.6
6792026-08-11T21:37:01.606Z Downloaded anstyle-query v1.1.5
6802026-08-11T21:37:01.618Z Downloaded arrayref v0.3.9
6812026-08-11T21:37:01.619Z Downloaded hkdf v0.13.0
6822026-08-11T21:37:01.619Z Downloaded vsss-rs v3.3.4
6832026-08-11T21:37:01.619Z Downloaded zstd-safe v7.2.4
6842026-08-11T21:37:01.619Z Downloaded uuid v1.23.4
6852026-08-11T21:37:01.619Z Downloaded rand v0.8.6
6862026-08-11T21:37:01.619Z Downloaded getrandom v0.3.4
6872026-08-11T21:37:01.628Z Downloaded block-buffer v0.12.1
6882026-08-11T21:37:01.628Z Downloaded usdt v0.5.0
6892026-08-11T21:37:01.629Z Downloaded packed_struct_codegen v0.10.1
6902026-08-11T21:37:01.629Z Downloaded peg-runtime v0.8.5
6912026-08-11T21:37:01.629Z Downloaded powerfmt v0.2.0
6922026-08-11T21:37:01.629Z Downloaded ref-cast v1.0.25
6932026-08-11T21:37:01.630Z Downloaded spin v0.9.8
6942026-08-11T21:37:01.630Z Downloaded digest v0.10.7
6952026-08-11T21:37:01.634Z Downloaded chacha20 v0.10.0
6962026-08-11T21:37:01.634Z Downloaded fixedbitset v0.5.7
6972026-08-11T21:37:01.634Z Downloaded generic-array v0.14.7
6982026-08-11T21:37:01.634Z Downloaded rustc_version v0.1.7
6992026-08-11T21:37:01.634Z Downloaded idna v1.1.0
7002026-08-11T21:37:01.639Z Downloaded rustls-pki-types v1.14.0
7012026-08-11T21:37:01.639Z Downloaded proc-macro-error-attr v1.0.4
7022026-08-11T21:37:01.639Z Downloaded proc-macro-error-attr2 v2.0.0
7032026-08-11T21:37:01.639Z Downloaded progenitor-macro v0.14.0
7042026-08-11T21:37:01.645Z Downloaded serde_repr v0.1.20
7052026-08-11T21:37:01.649Z Downloaded tokio-stream v0.1.18
7062026-08-11T21:37:01.649Z Downloaded toml_parser v1.1.2+spec-1.1.0
7072026-08-11T21:37:01.649Z Downloaded serde_json v1.0.151
7082026-08-11T21:37:01.653Z Downloaded serde_with_macros v3.21.0
7092026-08-11T21:37:01.659Z Downloaded toml_edit v0.19.15
7102026-08-11T21:37:01.663Z Downloaded futures-executor v0.3.32
7112026-08-11T21:37:01.667Z Downloaded rfc6979 v0.4.0
7122026-08-11T21:37:01.668Z Downloaded zerotrie v0.2.3
7132026-08-11T21:37:01.668Z Downloaded oso v0.27.3
7142026-08-11T21:37:01.673Z Downloaded same-file v1.0.6
7152026-08-11T21:37:01.673Z Downloaded libefi-sys v0.1.0
7162026-08-11T21:37:01.673Z Downloaded seq-macro v0.3.6
7172026-08-11T21:37:01.673Z Downloaded serde_spanned v0.6.9
7182026-08-11T21:37:01.673Z Downloaded serde_regex v1.1.0
7192026-08-11T21:37:01.682Z Downloaded siphasher v1.0.2
7202026-08-11T21:37:01.682Z Downloaded signature v3.0.0
7212026-08-11T21:37:01.682Z Downloaded supports-color v3.0.2
7222026-08-11T21:37:01.682Z Downloaded swrite v0.1.0
7232026-08-11T21:37:01.682Z Downloaded target-triple v1.0.0
7242026-08-11T21:37:01.682Z Downloaded ucd-trie v0.1.7
7252026-08-11T21:37:01.682Z Downloaded thread-id v4.2.2
7262026-08-11T21:37:01.682Z Downloaded url v2.5.8
7272026-08-11T21:37:01.688Z Downloaded mime_guess v2.0.5
7282026-08-11T21:37:01.688Z Downloaded module-lattice v0.2.3
7292026-08-11T21:37:01.688Z Downloaded num-complex v0.4.6
7302026-08-11T21:37:01.688Z Downloaded trait-variant v0.1.2
7312026-08-11T21:37:01.688Z Downloaded num-rational v0.4.2
7322026-08-11T21:37:01.688Z Downloaded crypto-primes v0.7.2
7332026-08-11T21:37:01.688Z Downloaded argon2 v0.5.3
7342026-08-11T21:37:01.689Z Downloaded bcs v0.1.6
7352026-08-11T21:37:01.699Z Downloaded bs58 v0.5.1
7362026-08-11T21:37:01.699Z Downloaded phf v0.13.1
7372026-08-11T21:37:01.700Z Downloaded quinn-udp v0.5.14
7382026-08-11T21:37:01.700Z Downloaded thread-id v5.1.0
7392026-08-11T21:37:01.700Z Downloaded unarray v0.1.4
7402026-08-11T21:37:01.700Z Downloaded tower-service v0.3.3
7412026-08-11T21:37:01.700Z Downloaded utf-8 v0.7.6
7422026-08-11T21:37:01.700Z Downloaded zerofrom v0.1.6
7432026-08-11T21:37:01.700Z Downloaded publicsuffix v2.3.0
7442026-08-11T21:37:01.704Z Downloaded nom v7.1.3
7452026-08-11T21:37:01.704Z Downloaded papergrid v0.11.0
7462026-08-11T21:37:01.704Z Downloaded dof v0.3.0
7472026-08-11T21:37:01.704Z Downloaded enum-as-inner v0.6.1
7482026-08-11T21:37:01.705Z Downloaded reqwest v0.13.2
7492026-08-11T21:37:01.708Z Downloaded foreign-types-shared v0.1.1
7502026-08-11T21:37:01.708Z Downloaded rawzip v0.4.4
7512026-08-11T21:37:01.709Z Downloaded rsa v0.9.10
7522026-08-11T21:37:01.713Z Downloaded flate2 v1.1.9
7532026-08-11T21:37:01.718Z Downloaded slog v2.8.2
7542026-08-11T21:37:01.718Z Downloaded toml v0.7.8
7552026-08-11T21:37:01.718Z Downloaded oxide-update-engine-display v0.1.2
7562026-08-11T21:37:01.724Z Downloaded lazy_static v1.5.0
7572026-08-11T21:37:01.724Z Downloaded match_cfg v0.1.0
7582026-08-11T21:37:01.724Z Downloaded nibble_vec v0.1.0
7592026-08-11T21:37:01.724Z Downloaded fs-err v2.11.0
7602026-08-11T21:37:01.724Z Downloaded goblin v0.8.2
7612026-08-11T21:37:01.731Z Downloaded kem v0.3.0
7622026-08-11T21:37:01.731Z Downloaded aead v0.5.2
7632026-08-11T21:37:01.732Z Downloaded typenum v1.20.1
7642026-08-11T21:37:01.732Z Downloaded sec1 v0.8.1
7652026-08-11T21:37:01.741Z Downloaded slog-json v2.6.1
7662026-08-11T21:37:01.741Z Downloaded mime v0.3.17
7672026-08-11T21:37:01.741Z Downloaded strum_macros v0.27.2
7682026-08-11T21:37:01.741Z Downloaded clap_builder v4.6.0
7692026-08-11T21:37:01.741Z Downloaded thread_local v1.1.9
7702026-08-11T21:37:01.741Z Downloaded tiny-keccak v2.0.2
7712026-08-11T21:37:01.805Z Downloaded serde_derive v1.0.228
7722026-08-11T21:37:01.805Z Downloaded camino-tempfile-ext v0.3.3
7732026-08-11T21:37:01.805Z Downloaded tungstenite v0.23.0
7742026-08-11T21:37:01.805Z Downloaded cancel-safe-futures v0.1.5
7752026-08-11T21:37:01.805Z Downloaded backoff v0.4.0
7762026-08-11T21:37:01.805Z Downloaded base16ct v1.0.0
7772026-08-11T21:37:01.814Z Downloaded xshell v0.2.7
7782026-08-11T21:37:01.814Z Downloaded zerocopy v0.6.6
7792026-08-11T21:37:01.814Z Downloaded displaydoc v0.2.5
7802026-08-11T21:37:01.815Z Downloaded fallible-iterator v0.2.0
7812026-08-11T21:37:01.815Z Downloaded serde-big-array v0.5.1
7822026-08-11T21:37:01.815Z Downloaded signal-hook-tokio v0.3.1
7832026-08-11T21:37:01.815Z Downloaded progenitor-macro v0.13.0
7842026-08-11T21:37:01.815Z Downloaded psl-types v2.0.11
7852026-08-11T21:37:01.815Z Downloaded secrecy v0.8.0
7862026-08-11T21:37:01.815Z Downloaded strsim v0.10.0
7872026-08-11T21:37:01.815Z Downloaded tar v0.4.46
7882026-08-11T21:37:01.815Z Downloaded poly1305 v0.8.0
7892026-08-11T21:37:01.815Z Downloaded vergen-lib v9.1.0
7902026-08-11T21:37:01.815Z Downloaded strip-ansi-escapes v0.2.1
7912026-08-11T21:37:01.815Z Downloaded foldhash v0.2.0
7922026-08-11T21:37:01.815Z Downloaded tokio-test v0.4.5
7932026-08-11T21:37:01.815Z Downloaded libsw-core v0.3.2
7942026-08-11T21:37:01.815Z Downloaded rustls-platform-verifier v0.6.2
7952026-08-11T21:37:01.815Z Downloaded omicron-zone-package v0.12.3
7962026-08-11T21:37:01.816Z Downloaded smallvec v1.15.1
7972026-08-11T21:37:01.816Z Downloaded anstyle-parse v1.0.0
7982026-08-11T21:37:01.816Z Downloaded parking_lot v0.11.2
7992026-08-11T21:37:01.816Z Downloaded zerofrom-derive v0.1.6
8002026-08-11T21:37:01.816Z Downloaded dirs-next v2.0.0
8012026-08-11T21:37:01.816Z Downloaded find-msvc-tools v0.1.9
8022026-08-11T21:37:01.816Z Downloaded endian-type v0.1.2
8032026-08-11T21:37:01.816Z Downloaded foreign-types-shared v0.3.1
8042026-08-11T21:37:01.816Z Downloaded tinyvec_macros v0.1.1
8052026-08-11T21:37:01.816Z Downloaded typify-macro v0.6.2
8062026-08-11T21:37:01.816Z Downloaded memchr v2.8.0
8072026-08-11T21:37:01.816Z Downloaded usdt-attr-macro v0.6.0
8082026-08-11T21:37:01.816Z Downloaded postgres-types v0.2.12
8092026-08-11T21:37:01.816Z Downloaded embedded-io v0.4.0
8102026-08-11T21:37:01.816Z Downloaded buf-list v1.1.2
8112026-08-11T21:37:01.816Z Downloaded oxide-tokio-rt v0.1.4
8122026-08-11T21:37:01.817Z Downloaded postgres-protocol v0.6.10
8132026-08-11T21:37:01.826Z Downloaded maybe-uninit v2.0.0
8142026-08-11T21:37:01.826Z Downloaded newtype_derive v0.1.6
8152026-08-11T21:37:01.826Z Downloaded gethostname v0.5.0
8162026-08-11T21:37:01.826Z Downloaded winnow v0.5.40
8172026-08-11T21:37:01.830Z Downloaded phf_shared v0.13.1
8182026-08-11T21:37:01.830Z Downloaded jiff-core v0.1.0
8192026-08-11T21:37:01.830Z Downloaded zerocopy-derive v0.7.35
8202026-08-11T21:37:01.830Z Downloaded zerocopy-derive v0.8.40
8212026-08-11T21:37:01.840Z Downloaded toml_edit v0.23.10+spec-1.0.0
8222026-08-11T21:37:01.840Z Downloaded itertools v0.14.0
8232026-08-11T21:37:01.840Z Downloaded whoami v2.1.0
8242026-08-11T21:37:01.847Z Downloaded num_enum_derive v0.5.11
8252026-08-11T21:37:01.847Z Downloaded async-object-pool v0.2.0
8262026-08-11T21:37:01.847Z Downloaded cfg_aliases v0.1.1
8272026-08-11T21:37:01.847Z Downloaded cfg_aliases v0.2.1
8282026-08-11T21:37:01.847Z Downloaded slab v0.4.12
8292026-08-11T21:37:01.847Z Downloaded precomputed-hash v0.1.1
8302026-08-11T21:37:01.848Z Downloaded ssh-cipher v0.3.0
8312026-08-11T21:37:01.848Z Downloaded pbkdf2 v0.13.0
8322026-08-11T21:37:01.854Z Downloaded thiserror v2.0.18
8332026-08-11T21:37:01.854Z Downloaded rand_core v0.10.0
8342026-08-11T21:37:01.854Z Downloaded progenitor-client v0.14.0
8352026-08-11T21:37:01.854Z Downloaded recursive-proc-macro-impl v0.1.1
8362026-08-11T21:37:01.854Z Downloaded slog-envlogger v2.2.0
8372026-08-11T21:37:01.860Z Downloaded iddqd v0.4.2
8382026-08-11T21:37:01.860Z Downloaded wyz v0.5.1
8392026-08-11T21:37:01.860Z Downloaded unicode_categories v0.1.1
8402026-08-11T21:37:01.864Z Downloaded digest-io v0.1.0
8412026-08-11T21:37:01.864Z Downloaded ena v0.14.4
8422026-08-11T21:37:01.868Z Downloaded void v1.0.2
8432026-08-11T21:37:01.875Z Downloaded target-spec v3.5.7
8442026-08-11T21:37:01.875Z Downloaded usdt-impl v0.5.0
8452026-08-11T21:37:01.875Z Downloaded blake2 v0.10.6
8462026-08-11T21:37:01.881Z Downloaded rstest v0.25.0
8472026-08-11T21:37:01.897Z Downloaded num-bigint v0.4.6
8482026-08-11T21:37:01.904Z Downloaded bzip2 v0.6.1
8492026-08-11T21:37:01.904Z Downloaded poly1305 v0.9.0
8502026-08-11T21:37:01.905Z Downloaded tower-http v0.6.8
8512026-08-11T21:37:01.905Z Downloaded fastrand v2.3.0
8522026-08-11T21:37:01.905Z Downloaded anstyle v1.0.14
8532026-08-11T21:37:01.905Z Downloaded async-trait v0.1.89
8542026-08-11T21:37:01.905Z Downloaded oorandom v11.1.5
8552026-08-11T21:37:01.905Z Downloaded sha2 v0.11.0
8562026-08-11T21:37:01.905Z Downloaded lock_api v0.4.14
8572026-08-11T21:37:01.905Z Downloaded lru-cache v0.1.2
8582026-08-11T21:37:01.915Z Downloaded nodrop v0.1.14
8592026-08-11T21:37:01.915Z Downloaded assert_matches v1.5.0
8602026-08-11T21:37:01.916Z Downloaded new_debug_unreachable v1.0.6
8612026-08-11T21:37:01.916Z Downloaded block-buffer v0.10.4
8622026-08-11T21:37:01.916Z Downloaded stringmetrics v2.2.2
8632026-08-11T21:37:01.916Z Downloaded predicates v3.1.4
8642026-08-11T21:37:01.922Z Downloaded quote v1.0.45
8652026-08-11T21:37:01.922Z Downloaded peg v0.8.5
8662026-08-11T21:37:01.922Z Downloaded proptest v1.11.0
8672026-08-11T21:37:01.922Z Downloaded serde-hex v0.1.0
8682026-08-11T21:37:01.922Z Downloaded russh-util v0.52.0
8692026-08-11T21:37:01.938Z Downloaded unsafe-libyaml v0.2.11
8702026-08-11T21:37:01.938Z Downloaded elliptic-curve v0.14.1
8712026-08-11T21:37:01.938Z Downloaded termcolor v1.4.1
8722026-08-11T21:37:01.942Z Downloaded salsa20 v0.11.0
8732026-08-11T21:37:01.942Z Downloaded tabwriter v1.4.1
8742026-08-11T21:37:01.943Z Downloaded escape8259 v0.5.3
8752026-08-11T21:37:01.943Z Downloaded stable_deref_trait v1.2.1
8762026-08-11T21:37:01.943Z Downloaded sha1 v0.11.0
8772026-08-11T21:37:01.949Z Downloaded mio v1.2.0
8782026-08-11T21:37:01.949Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8792026-08-11T21:37:01.953Z Downloaded ml-kem v0.3.2
8802026-08-11T21:37:01.959Z Downloaded tokio-rustls v0.26.4
8812026-08-11T21:37:01.959Z Downloaded chrono v0.4.45
8822026-08-11T21:37:01.962Z Downloaded base16ct v0.2.0
8832026-08-11T21:37:01.962Z Downloaded rand_distr v0.5.1
8842026-08-11T21:37:01.968Z Downloaded universal-hash v0.5.1
8852026-08-11T21:37:01.968Z Downloaded universal-hash v0.6.1
8862026-08-11T21:37:01.968Z Downloaded usdt-attr-macro v0.5.0
8872026-08-11T21:37:01.968Z Downloaded getrandom v0.4.1
8882026-08-11T21:37:01.968Z Downloaded support-bundle-viewer v0.1.2
8892026-08-11T21:37:01.968Z Downloaded blake3 v1.8.5
8902026-08-11T21:37:01.973Z Downloaded foldhash v0.1.5
8912026-08-11T21:37:01.978Z Downloaded num-traits v0.2.19
8922026-08-11T21:37:01.978Z Downloaded futures-channel v0.3.32
8932026-08-11T21:37:01.978Z Downloaded miette-derive v5.10.0
8942026-08-11T21:37:01.986Z Downloaded ssh-key v0.7.0-rc.11
8952026-08-11T21:37:01.990Z Downloaded textwrap v0.16.2
8962026-08-11T21:37:01.991Z Downloaded vergen-git2 v9.1.0
8972026-08-11T21:37:01.991Z Downloaded aws-lc-rs v1.16.3
8982026-08-11T21:37:01.997Z Downloaded diesel-dtrace v0.5.0
8992026-08-11T21:37:02.006Z Downloaded futures-timer v3.0.3
9002026-08-11T21:37:02.006Z Downloaded terminal_size v0.1.17
9012026-08-11T21:37:02.006Z Downloaded proc-macro-crate v3.4.0
9022026-08-11T21:37:02.007Z Downloaded r2d2 v0.8.10
9032026-08-11T21:37:02.007Z Downloaded rpassword v7.5.4
9042026-08-11T21:37:02.007Z Downloaded supports-color v2.1.0
9052026-08-11T21:37:02.012Z Downloaded term v1.2.1
9062026-08-11T21:37:02.012Z Downloaded peg-macros v0.8.5
9072026-08-11T21:37:02.012Z Downloaded libm v0.2.16
9082026-08-11T21:37:02.012Z Downloaded ron v0.8.1
9092026-08-11T21:37:02.018Z Downloaded goblin v0.10.5
9102026-08-11T21:37:02.023Z Downloaded pin-project v1.1.11
9112026-08-11T21:37:02.027Z Downloaded cexpr v0.6.0
9122026-08-11T21:37:02.027Z Downloaded phf_shared v0.12.1
9132026-08-11T21:37:02.027Z Downloaded xattr v1.6.1
9142026-08-11T21:37:02.027Z Downloaded linkme-impl v0.3.35
9152026-08-11T21:37:02.031Z Downloaded zstd v0.13.3
9162026-08-11T21:37:02.031Z Downloaded openssl-sys v0.9.117
9172026-08-11T21:37:02.039Z Downloaded tough v0.22.0
9182026-08-11T21:37:02.049Z Downloaded tinytemplate v1.2.1
9192026-08-11T21:37:02.049Z Downloaded ecdsa v0.17.0
9202026-08-11T21:37:02.049Z Downloaded git-stub-vcs v0.1.0
9212026-08-11T21:37:02.049Z Downloaded aho-corasick v1.1.4
9222026-08-11T21:37:02.049Z Downloaded unicode-properties v0.1.4
9232026-08-11T21:37:02.055Z Downloaded arrayvec v0.7.6
9242026-08-11T21:37:02.061Z Downloaded async-lock v3.4.2
9252026-08-11T21:37:02.061Z Downloaded slog-bunyan v2.5.0
9262026-08-11T21:37:02.061Z Downloaded unicode-truncate v1.1.0
9272026-08-11T21:37:02.061Z Downloaded oxide-update-engine v0.1.2
9282026-08-11T21:37:02.061Z Downloaded quinn-proto v0.11.16
9292026-08-11T21:37:02.065Z Downloaded tabled_derive v0.7.0
9302026-08-11T21:37:02.065Z Downloaded once_cell v1.21.3
9312026-08-11T21:37:02.069Z Downloaded progenitor-client v0.13.0
9322026-08-11T21:37:02.078Z Downloaded primeorder v0.14.0
9332026-08-11T21:37:02.078Z Downloaded bit-set v0.5.3
9342026-08-11T21:37:02.078Z Downloaded form_urlencoded v1.2.2
9352026-08-11T21:37:02.082Z Downloaded xshell-macros v0.2.7
9362026-08-11T21:37:02.083Z Downloaded tabled v0.15.0
9372026-08-11T21:37:02.089Z Downloaded nested v0.1.1
9382026-08-11T21:37:02.094Z Downloaded serde_derive_internals v0.29.1
9392026-08-11T21:37:02.094Z Downloaded serde_with_macros v1.5.2
9402026-08-11T21:37:02.094Z Downloaded rstest_macros v0.25.0
9412026-08-11T21:37:02.094Z Downloaded schemars v0.9.0
9422026-08-11T21:37:02.099Z Downloaded ar_archive_writer v0.5.1
9432026-08-11T21:37:02.099Z Downloaded pkcs1 v0.7.5
9442026-08-11T21:37:02.103Z Downloaded zerovec-derive v0.11.2
9452026-08-11T21:37:02.103Z Downloaded arc-swap v1.8.2
9462026-08-11T21:37:02.103Z Downloaded rust-argon2 v2.1.0
9472026-08-11T21:37:02.106Z Downloaded unicode-normalization v0.1.25
9482026-08-11T21:37:02.107Z Downloaded twox-hash v2.1.2
9492026-08-11T21:37:02.107Z Downloaded sync-ptr v0.1.4
9502026-08-11T21:37:02.112Z Downloaded fxhash v0.2.1
9512026-08-11T21:37:02.113Z Downloaded tokio-tungstenite v0.23.1
9522026-08-11T21:37:02.113Z Downloaded num-conv v0.2.0
9532026-08-11T21:37:02.113Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9542026-08-11T21:37:02.113Z Downloaded ff v0.13.1
9552026-08-11T21:37:02.118Z Downloaded rand v0.9.2
9562026-08-11T21:37:02.118Z Downloaded vte v0.14.1
9572026-08-11T21:37:02.118Z Downloaded subprocess v0.2.15
9582026-08-11T21:37:02.118Z Downloaded tungstenite v0.21.0
9592026-08-11T21:37:02.128Z Downloaded fs-err v3.3.0
9602026-08-11T21:37:02.128Z Downloaded linked-hash-map v0.5.6
9612026-08-11T21:37:02.128Z Downloaded lzss v0.8.2
9622026-08-11T21:37:02.128Z Downloaded knuffel v3.2.0
9632026-08-11T21:37:02.128Z Downloaded erased-serde v0.3.31
9642026-08-11T21:37:02.128Z Downloaded num_enum v0.5.11
9652026-08-11T21:37:02.135Z Downloaded aead v0.6.1
9662026-08-11T21:37:02.135Z Downloaded percent-encoding v2.3.2
9672026-08-11T21:37:02.135Z Downloaded yansi v1.0.1
9682026-08-11T21:37:02.135Z Downloaded tower-layer v0.3.3
9692026-08-11T21:37:02.135Z Downloaded primeorder v0.13.6
9702026-08-11T21:37:02.135Z Downloaded rand_core v0.6.4
9712026-08-11T21:37:02.135Z Downloaded rustls-native-certs v0.8.3
9722026-08-11T21:37:02.140Z Downloaded parking_lot_core v0.8.6
9732026-08-11T21:37:02.140Z Downloaded rustyline v14.0.0
9742026-08-11T21:37:02.153Z Downloaded serde_with v3.21.0
9752026-08-11T21:37:02.158Z Downloaded stacker v0.1.23
9762026-08-11T21:37:02.158Z Downloaded plotters v0.3.7
9772026-08-11T21:37:02.158Z Downloaded log v0.4.29
9782026-08-11T21:37:02.158Z Downloaded proc-macro2 v1.0.106
9792026-08-11T21:37:02.158Z Downloaded ed25519 v3.0.0
9802026-08-11T21:37:02.158Z Downloaded phf_shared v0.11.3
9812026-08-11T21:37:02.163Z Downloaded bit-vec v0.6.3
9822026-08-11T21:37:02.164Z Downloaded russh v0.62.4
9832026-08-11T21:37:02.167Z Downloaded toml v1.1.2+spec-1.1.0
9842026-08-11T21:37:02.167Z Downloaded native-tls v0.2.18
9852026-08-11T21:37:02.167Z Downloaded drift v0.2.0
9862026-08-11T21:37:02.175Z Downloaded serde_yaml v0.9.34+deprecated
9872026-08-11T21:37:02.180Z Downloaded snafu v0.8.9
9882026-08-11T21:37:02.180Z Downloaded snafu-derive v0.8.9
9892026-08-11T21:37:02.180Z Downloaded fixedbitset v0.4.2
9902026-08-11T21:37:02.180Z Downloaded cast v0.3.0
9912026-08-11T21:37:02.180Z Downloaded thiserror-impl v2.0.18
9922026-08-11T21:37:02.189Z Downloaded vergen-gitcl v1.0.8
9932026-08-11T21:37:02.189Z Downloaded knuffel-derive v3.2.0
9942026-08-11T21:37:02.190Z Downloaded unicode-segmentation v1.12.0
9952026-08-11T21:37:02.190Z Downloaded chacha20poly1305 v0.10.1
9962026-08-11T21:37:02.196Z Downloaded aes v0.9.1
9972026-08-11T21:37:02.196Z Downloaded pest v2.8.6
9982026-08-11T21:37:02.196Z Downloaded reedline v0.40.0
9992026-08-11T21:37:02.196Z Downloaded num-derive v0.4.2
10002026-08-11T21:37:02.196Z Downloaded blake2b_simd v1.0.4
10012026-08-11T21:37:02.206Z Downloaded vcpkg v0.2.15
10022026-08-11T21:37:02.268Z Downloaded paste v1.0.15
10032026-08-11T21:37:02.290Z Downloaded sqlparser_derive v0.5.0
10042026-08-11T21:37:02.290Z Downloaded lalrpop-util v0.19.12
10052026-08-11T21:37:02.290Z Downloaded fnv v1.0.7
10062026-08-11T21:37:02.290Z Downloaded num-integer v0.1.46
10072026-08-11T21:37:02.291Z Downloaded minimal-lexical v0.2.1
10082026-08-11T21:37:02.291Z Downloaded strum_macros v0.26.4
10092026-08-11T21:37:02.291Z Downloaded semver v1.0.28
10102026-08-11T21:37:02.291Z Downloaded slog-async v2.8.0
10112026-08-11T21:37:02.291Z Downloaded moka v0.12.13
10122026-08-11T21:37:02.291Z Downloaded vergen-lib v0.1.6
10132026-08-11T21:37:02.291Z Downloaded pkcs5 v0.8.1
10142026-08-11T21:37:02.291Z Downloaded serde_core v1.0.228
10152026-08-11T21:37:02.291Z Downloaded pem v3.0.6
10162026-08-11T21:37:02.291Z Downloaded samael v0.0.19
10172026-08-11T21:37:02.291Z Downloaded scuffle v0.1.0
10182026-08-11T21:37:02.291Z Downloaded elliptic-curve v0.13.8
10192026-08-11T21:37:02.291Z Downloaded thiserror-impl v1.0.69
10202026-08-11T21:37:02.291Z Downloaded zeroize v1.9.0
10212026-08-11T21:37:02.291Z Downloaded signal-hook-registry v1.4.8
10222026-08-11T21:37:02.291Z Downloaded crypto-bigint v0.7.5
10232026-08-11T21:37:02.292Z Downloaded ryu v1.0.23
10242026-08-11T21:37:02.292Z Downloaded backon v1.6.0
10252026-08-11T21:37:02.292Z Downloaded autocfg v1.5.0
10262026-08-11T21:37:02.292Z Downloaded diesel_derives v2.3.7
10272026-08-11T21:37:02.292Z Downloaded synstructure v0.13.2
10282026-08-11T21:37:02.292Z Downloaded petname v2.0.2
10292026-08-11T21:37:02.292Z Downloaded libsw v3.5.0
10302026-08-11T21:37:02.292Z Downloaded ssh-encoding v0.3.0
10312026-08-11T21:37:02.292Z Downloaded ed25519 v2.2.3
10322026-08-11T21:37:02.308Z Downloaded anstream v1.0.0
10332026-08-11T21:37:02.309Z Downloaded oxide-update-engine-types v0.1.2
10342026-08-11T21:37:02.309Z Downloaded serdect v0.4.3
10352026-08-11T21:37:02.309Z Downloaded schemars_derive v0.8.22
10362026-08-11T21:37:02.309Z Downloaded tracing-core v0.1.36
10372026-08-11T21:37:02.309Z Downloaded miniz_oxide v0.8.9
10382026-08-11T21:37:02.309Z Downloaded cargo_metadata v0.23.1
10392026-08-11T21:37:02.309Z Downloaded diff v0.1.13
10402026-08-11T21:37:02.309Z Downloaded owo-colors v4.3.0
10412026-08-11T21:37:02.309Z Downloaded tabled v0.21.0
10422026-08-11T21:37:02.309Z Downloaded event-listener v5.4.1
10432026-08-11T21:37:02.324Z Downloaded radix_trie v0.2.1
10442026-08-11T21:37:02.324Z Downloaded rsa v0.10.0-rc.18
10452026-08-11T21:37:02.324Z Downloaded zerocopy v0.7.35
10462026-08-11T21:37:02.329Z Downloaded fancy-regex v0.14.0
10472026-08-11T21:37:02.329Z Downloaded time v0.3.47
10482026-08-11T21:37:02.329Z Downloaded typed-path v0.9.3
10492026-08-11T21:37:02.348Z Downloaded curve25519-dalek v4.1.3
10502026-08-11T21:37:02.363Z Downloaded generic-array v1.4.3
10512026-08-11T21:37:02.363Z Downloaded unicode-ident v1.0.24
10522026-08-11T21:37:02.363Z Downloaded futures v0.3.32
10532026-08-11T21:37:02.363Z Downloaded gimli v0.32.3
10542026-08-11T21:37:02.363Z Downloaded libxml v0.3.3
10552026-08-11T21:37:02.363Z Downloaded p521 v0.14.0
10562026-08-11T21:37:02.378Z Downloaded unicode-width v0.1.14
10572026-08-11T21:37:02.378Z Downloaded miette v5.10.0
10582026-08-11T21:37:02.378Z Downloaded num-bigint-dig v0.8.6
10592026-08-11T21:37:02.379Z Downloaded parking_lot v0.12.5
10602026-08-11T21:37:02.389Z Downloaded quinn v0.11.11
10612026-08-11T21:37:02.389Z Downloaded hickory-proto v0.24.4
10622026-08-11T21:37:02.389Z Downloaded zip v4.6.1
10632026-08-11T21:37:02.393Z Downloaded zlib-rs v0.6.2
10642026-08-11T21:37:02.393Z Downloaded x509-cert v0.2.5
10652026-08-11T21:37:02.393Z Downloaded winnow v0.7.14
10662026-08-11T21:37:02.399Z Downloaded unicode-bidi v0.3.18
10672026-08-11T21:37:02.405Z Downloaded winnow v1.0.3
10682026-08-11T21:37:02.410Z Downloaded pretty_assertions v1.4.1
10692026-08-11T21:37:02.410Z Downloaded rand v0.10.1
10702026-08-11T21:37:02.410Z Downloaded derive_more v2.1.1
10712026-08-11T21:37:02.418Z Downloaded itertools v0.13.0
10722026-08-11T21:37:02.453Z Downloaded curve25519-dalek v5.0.0
10732026-08-11T21:37:02.475Z Downloaded futures-util v0.3.32
10742026-08-11T21:37:02.475Z Downloaded git2 v0.20.4
10752026-08-11T21:37:02.475Z Downloaded object v0.30.4
10762026-08-11T21:37:02.475Z Downloaded rustls-webpki v0.103.13
10772026-08-11T21:37:02.475Z Downloaded unicode-width v0.2.0
10782026-08-11T21:37:02.475Z Downloaded derive_more-impl v2.1.1
10792026-08-11T21:37:02.475Z Downloaded tower v0.5.3
10802026-08-11T21:37:02.489Z Downloaded syn v2.0.117
10812026-08-11T21:37:02.489Z Downloaded regex v1.12.3
10822026-08-11T21:37:02.489Z Downloaded smoltcp v0.9.1
10832026-08-11T21:37:02.489Z Downloaded dropshot-api-manager v0.7.2
10842026-08-11T21:37:02.504Z Downloaded nom v8.0.0
10852026-08-11T21:37:02.505Z Downloaded p384 v0.13.1
10862026-08-11T21:37:02.505Z Downloaded portable-atomic v1.13.1
10872026-08-11T21:37:02.505Z Downloaded itertools v0.15.0
10882026-08-11T21:37:02.512Z Downloaded sha3 v0.12.0
10892026-08-11T21:37:02.512Z Downloaded tokio-util v0.7.18
10902026-08-11T21:37:02.512Z Downloaded regress v0.10.5
10912026-08-11T21:37:02.518Z Downloaded zerovec v0.11.5
10922026-08-11T21:37:02.531Z Downloaded lalrpop v0.19.12
10932026-08-11T21:37:02.537Z Downloaded openssl v0.10.80
10942026-08-11T21:37:02.537Z Downloaded reqwest v0.12.28
10952026-08-11T21:37:02.542Z Downloaded rustix v0.38.44
10962026-08-11T21:37:02.551Z Downloaded bindgen v0.71.1
10972026-08-11T21:37:02.559Z Downloaded hickory-proto v0.25.2
10982026-08-11T21:37:02.567Z Downloaded zerocopy v0.8.40
10992026-08-11T21:37:02.573Z Downloaded bitvec v1.0.1
11002026-08-11T21:37:02.582Z Downloaded object v0.37.3
11012026-08-11T21:37:02.594Z Downloaded quick-xml v0.37.5
11022026-08-11T21:37:02.607Z Downloaded regex-syntax v0.6.29
11032026-08-11T21:37:02.607Z Downloaded winnow v0.6.26
11042026-08-11T21:37:02.615Z Downloaded salty v0.3.0
11052026-08-11T21:37:02.616Z Downloaded dropshot v0.17.1
11062026-08-11T21:37:02.624Z Downloaded rayon v1.11.0
11072026-08-11T21:37:02.632Z Downloaded nix v0.28.0
11082026-08-11T21:37:02.632Z Downloaded regex-syntax v0.8.10
11092026-08-11T21:37:02.636Z Downloaded syn v1.0.109
11102026-08-11T21:37:02.639Z Downloaded rustls v0.23.41
11112026-08-11T21:37:02.646Z Downloaded regress v0.11.1
11122026-08-11T21:37:02.652Z Downloaded nix v0.27.1
11132026-08-11T21:37:02.660Z Downloaded nix v0.31.2
11142026-08-11T21:37:02.668Z Downloaded sqlparser v0.61.0
11152026-08-11T21:37:02.671Z Downloaded rustix v1.1.3
11162026-08-11T21:37:02.682Z Downloaded smoltcp v0.11.0
11172026-08-11T21:37:02.689Z Downloaded sled v0.34.7
11182026-08-11T21:37:02.698Z Downloaded polar-core v0.27.3
11192026-08-11T21:37:02.703Z Downloaded typify-impl v0.6.2
11202026-08-11T21:37:02.708Z Downloaded bstr v1.12.1
11212026-08-11T21:37:02.713Z Downloaded sha3 v0.11.0
11222026-08-11T21:37:02.717Z Downloaded diesel v2.3.7
11232026-08-11T21:37:02.733Z Downloaded openapiv3 v2.2.0
11242026-08-11T21:37:02.741Z Downloaded petgraph v0.6.5
11252026-08-11T21:37:02.778Z Downloaded chrono-tz v0.10.4
11262026-08-11T21:37:02.810Z Downloaded regex-automata v0.4.14
11272026-08-11T21:37:02.817Z Downloaded zerocopy-derive v0.6.6
11282026-08-11T21:37:02.825Z Downloaded tracing v0.1.44
11292026-08-11T21:37:02.838Z Downloaded csv v1.4.0
11302026-08-11T21:37:02.849Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11312026-08-11T21:37:02.861Z Downloaded ratatui v0.29.0
11322026-08-11T21:37:02.871Z Downloaded tokio v1.52.1
11332026-08-11T21:37:02.895Z Downloaded libz-sys v1.1.24
11342026-08-11T21:37:02.906Z Downloaded jiff v0.2.34
11352026-08-11T21:37:02.917Z Downloaded ring v0.17.14
11362026-08-11T21:37:02.942Z Downloaded bzip2-sys v0.1.13+1.0.8
11372026-08-11T21:37:02.952Z Downloaded petgraph v0.8.3
11382026-08-11T21:37:02.996Z Downloaded libc v0.2.185
11392026-08-11T21:37:03.016Z Downloaded sha3 v0.10.8
11402026-08-11T21:37:03.162Z Downloaded encoding_rs v0.8.35
11412026-08-11T21:37:03.174Z Downloaded httpmock v0.8.3
11422026-08-11T21:37:03.193Z Downloaded libgit2-sys v0.18.3+1.9.2
11432026-08-11T21:37:03.697Z Downloaded aws-lc-sys v0.40.0
11442026-08-11T21:37:04.151Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11452026-08-11T21:37:08.186Z Startup: Refreshing catalog 'helios' ... Done
11462026-08-11T21:37:08.503Z Startup: Caching catalogs ... Done
11472026-08-11T21:37:10.267ZPlanning: Solver setup ... Done (1.657s)
11482026-08-11T21:37:10.318ZPlanning: Running solver ... Done (0.053s)
11492026-08-11T21:37:10.352ZPlanning: Finding local manifests ... Done (0.003s)
11502026-08-11T21:37:10.365ZPlanning: Fetching manifests: 0/2 0% complete
11512026-08-11T21:37:10.385ZPlanning: Fetching manifests: 2/2 100% complete
11522026-08-11T21:37:10.399ZPlanning: Package planning ... Done (0.014s)
11532026-08-11T21:37:10.403ZPlanning: Merging actions ... Done (0.001s)
11542026-08-11T21:37:10.594ZPlanning: Checking for conflicting actions ... Done (0.167s)
11552026-08-11T21:37:10.607ZPlanning: Consolidating action changes ... Done (0.001s)
11562026-08-11T21:37:11.424ZPlanning: Evaluating mediators ... Done (0.860s)
11572026-08-11T21:37:11.428ZPlanning: Planning completed in 2.89 seconds
11582026-08-11T21:37:11.434Z Packages to install: 2
11592026-08-11T21:37:11.434Z Estimated space available: 155.73 GB
11602026-08-11T21:37:11.434ZEstimated space to be consumed: 67.95 MB
11612026-08-11T21:37:11.434Z Create boot environment: No
11622026-08-11T21:37:11.434ZCreate backup boot environment: No
11632026-08-11T21:37:11.437Z Rebuild boot archive: No
11642026-08-11T21:37:11.437Z
11652026-08-11T21:37:11.437ZChanged packages:
11662026-08-11T21:37:11.438Zhelios
11672026-08-11T21:37:11.438Z developer/build-essential
11682026-08-11T21:37:11.438Z None -> 11-3.0
11692026-08-11T21:37:11.438Z library/libxmlsec1
11702026-08-11T21:37:11.438Z None -> 1.2.35-3.0
11712026-08-11T21:37:11.461Z
11722026-08-11T21:37:11.461ZDownload: 0/214 items 0.0/1.3MB 0% complete
11732026-08-11T21:37:11.540ZDownload: Completed 1.28 MB in 0.08 seconds (16.2M/s)
11742026-08-11T21:37:11.624Z Actions: 1/268 actions (Installing new actions)
11752026-08-11T21:37:11.660Z Actions: Completed 268 actions in 0.04 seconds.
11762026-08-11T21:37:11.691ZFinalize: Updating package state database ... Done (0.030s)
11772026-08-11T21:37:11.694ZFinalize: Updating package cache ... Done (0.000s)
11782026-08-11T21:37:11.765ZFinalize: Updating image state ... Done (0.074s)
11792026-08-11T21:37:14.409ZFinalize: Creating fast lookup database ... Done (2.597s)
11802026-08-11T21:37:14.480ZFinalize: Reading search index ... Done (0.013s)
11812026-08-11T21:37:14.495ZFinalize: Updating search index ... Done (0.000s)
11822026-08-11T21:37:14.576ZFinalize: Updating package cache ... Done (0.000s)
11832026-08-11T21:37:14.949ZPlanning: Evaluating mediator changes ... Done
11842026-08-11T21:37:15.055ZPlanning: Checking for conflicting actions ... Done
11852026-08-11T21:37:15.079ZPlanning: Consolidating action changes ... Done
11862026-08-11T21:37:15.424ZPlanning: Evaluating mediators ... Done
11872026-08-11T21:37:15.435ZPlanning: Planning completed in 0.27 seconds
11882026-08-11T21:37:15.436Z Mediators to change: 2
11892026-08-11T21:37:15.436Z Create boot environment: No
11902026-08-11T21:37:15.436ZCreate backup boot environment: No
11912026-08-11T21:37:15.436ZFinalize: Updating package state database ... Done
11922026-08-11T21:37:15.436ZFinalize: Updating package cache ... Done
11932026-08-11T21:37:15.437ZFinalize: Updating image state ... Done
11942026-08-11T21:37:17.310ZFinalize: Creating fast lookup database ... Done
11952026-08-11T21:37:17.350ZFinalize: Reading search index ... Done
11962026-08-11T21:37:17.392ZFinalize: Updating search index ... Done
11972026-08-11T21:37:17.470ZFinalize: Updating package cache ... Done
11982026-08-11T21:37:17.739ZPlanning: Evaluating mediator changes ... Done
11992026-08-11T21:37:17.825ZPlanning: Checking for conflicting actions ... Done
12002026-08-11T21:37:17.841ZPlanning: Consolidating action changes ... Done
12012026-08-11T21:37:18.119ZPlanning: Evaluating mediators ... Done
12022026-08-11T21:37:18.302ZPlanning: Planning completed in 0.26 seconds
12032026-08-11T21:37:18.303Z Mediators to change: 1
12042026-08-11T21:37:18.303Z Create boot environment: No
12052026-08-11T21:37:18.303ZCreate backup boot environment: No
12062026-08-11T21:37:18.303ZFinalize: Updating package state database ... Done
12072026-08-11T21:37:18.303ZFinalize: Updating package cache ... Done
12082026-08-11T21:37:18.303ZFinalize: Updating image state ... Done
12092026-08-11T21:37:20.076ZFinalize: Creating fast lookup database ... Done
12102026-08-11T21:37:20.130ZFinalize: Reading search index ... Done
12112026-08-11T21:37:20.154ZFinalize: Updating search index ... Done
12122026-08-11T21:37:20.212ZFinalize: Updating package cache ... Done
12132026-08-11T21:37:20.640ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12142026-08-11T21:37:20.640Zapache system 2.4 system
12152026-08-11T21:37:20.640Zclang system 15 system
12162026-08-11T21:37:20.640Zcsh system system illumos
12172026-08-11T21:37:20.640Zctags system system illumos
12182026-08-11T21:37:20.640Zfile vendor vendor darwinsys
12192026-08-11T21:37:20.640Zfile system system illumos
12202026-08-11T21:37:20.641Zgcc vendor 14 vendor
12212026-08-11T21:37:20.641Zgcc system 13 system
12222026-08-11T21:37:20.641Zgcc system 10 system
12232026-08-11T21:37:20.641Zgo system 1.25 system
12242026-08-11T21:37:20.641Zllvm system 15 system
12252026-08-11T21:37:20.641Zmariadb system 11.4 system
12262026-08-11T21:37:20.641Zmta vendor vendor dma
12272026-08-11T21:37:20.641Zopenjdk system 17 system
12282026-08-11T21:37:20.641Zopenjdk system 11 system
12292026-08-11T21:37:20.641Zopenssl vendor 3 vendor
12302026-08-11T21:37:20.641Zperl system 5.40 system
12312026-08-11T21:37:20.641Zpostgresql system 18 system
12322026-08-11T21:37:20.641Zpostgresql system 17 system
12332026-08-11T21:37:20.641Zpython vendor 3 vendor
12342026-08-11T21:37:20.641Zpython system 2 system
12352026-08-11T21:37:20.641Zpython3 vendor 3.13 vendor
12362026-08-11T21:37:20.641Zruby system 3.4 system
12372026-08-11T21:37:20.641Zruby system 3.0 system
12382026-08-11T21:37:20.641Zwords vendor vendor american-english
12392026-08-11T21:37:20.641Zwords system system australian-english
12402026-08-11T21:37:20.641Zwords system system british-english
12412026-08-11T21:37:20.641Zwords system system canadian-english
12422026-08-11T21:37:20.641Zwords system system french
12432026-08-11T21:37:20.641Zwords system system italian
12442026-08-11T21:37:20.641Zwords system system ngerman
12452026-08-11T21:37:20.642Zwords system system ogerman
12462026-08-11T21:37:20.642Zwords system system spanish
12472026-08-11T21:37:20.795ZPUBLISHER TYPE STATUS P LOCATION
12482026-08-11T21:37:20.795Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12492026-08-11T21:37:21.244ZFMRI IFO
12502026-08-11T21:37:21.244Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12512026-08-11T21:37:21.244Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12522026-08-11T21:37:21.244Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12532026-08-11T21:37:21.244Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12542026-08-11T21:37:21.244Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12552026-08-11T21:37:21.245Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12562026-08-11T21:37:21.245Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12572026-08-11T21:37:21.245Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12582026-08-11T21:37:21.245Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12592026-08-11T21:37:21.834Z Downloading crates ...
12602026-08-11T21:37:21.901Z Downloaded cargo_toml v0.21.0
12612026-08-11T21:37:21.919Z Compiling proc-macro2 v1.0.106
12622026-08-11T21:37:21.919Z Compiling quote v1.0.45
12632026-08-11T21:37:21.919Z Compiling unicode-ident v1.0.24
12642026-08-11T21:37:21.919Z Compiling serde_core v1.0.228
12652026-08-11T21:37:21.935Z Compiling libc v0.2.185
12662026-08-11T21:37:21.935Z Compiling version_check v0.9.5
12672026-08-11T21:37:21.935Z Compiling memchr v2.8.0
12682026-08-11T21:37:21.935Z Compiling serde v1.0.228
12692026-08-11T21:37:21.935Z Compiling zmij v1.0.21
12702026-08-11T21:37:22.006Z Compiling itoa v1.0.17
12712026-08-11T21:37:22.032Z Compiling thiserror v1.0.69
12722026-08-11T21:37:22.032Z Compiling ucd-trie v0.1.7
12732026-08-11T21:37:22.032Z Compiling byteorder v1.5.0
12742026-08-11T21:37:22.032Z Compiling rustix v1.1.3
12752026-08-11T21:37:22.181Z Compiling serde_json v1.0.151
12762026-08-11T21:37:22.243Z Compiling bitflags v2.11.0
12772026-08-11T21:37:22.411Z Compiling syn v1.0.109
12782026-08-11T21:37:22.449Z Compiling camino v1.2.2
12792026-08-11T21:37:22.484Z Compiling getrandom v0.4.1
12802026-08-11T21:37:22.497Z Compiling proc-macro-error-attr v1.0.4
12812026-08-11T21:37:22.497Z Compiling usdt-impl v0.5.0
12822026-08-11T21:37:22.516Z Compiling pest v2.8.6
12832026-08-11T21:37:22.735Z Compiling proc-macro-error v1.0.4
12842026-08-11T21:37:22.786Z Compiling equivalent v1.0.2
12852026-08-11T21:37:22.786Z Compiling utf8parse v0.2.2
12862026-08-11T21:37:22.807Z Compiling log v0.4.29
12872026-08-11T21:37:22.807Z Compiling plain v0.2.3
12882026-08-11T21:37:22.833Z Compiling hashbrown v0.17.0
12892026-08-11T21:37:22.860Z Compiling anstyle-parse v1.0.0
12902026-08-11T21:37:22.876Z Compiling anstyle-query v1.1.5
12912026-08-11T21:37:22.876Z Compiling colorchoice v1.0.4
12922026-08-11T21:37:22.960Z Compiling thiserror v2.0.18
12932026-08-11T21:37:22.987Z Compiling autocfg v1.5.0
12942026-08-11T21:37:22.987Z Compiling toml_write v0.1.2
12952026-08-11T21:37:22.987Z Compiling pretty-hex v0.4.1
12962026-08-11T21:37:23.023Z Compiling errno v0.3.14
12972026-08-11T21:37:23.024Z Compiling thread-id v4.2.2
12982026-08-11T21:37:23.043Z Compiling cfg-if v1.0.4
12992026-08-11T21:37:23.043Z Compiling winnow v0.7.14
13002026-08-11T21:37:23.070Z Compiling anstyle v1.0.14
13012026-08-11T21:37:23.070Z Compiling is_terminal_polyfill v1.70.2
13022026-08-11T21:37:23.095Z Compiling clap_lex v1.0.0
13032026-08-11T21:37:23.146Z Compiling fastrand v2.3.0
13042026-08-11T21:37:23.162Z Compiling once_cell v1.21.3
13052026-08-11T21:37:23.190Z Compiling unicode-width v0.1.14
13062026-08-11T21:37:23.265Z Compiling anstream v1.0.0
13072026-08-11T21:37:23.286Z Compiling anyhow v1.0.102
13082026-08-11T21:37:23.384Z Compiling indexmap v2.14.0
13092026-08-11T21:37:23.421Z Compiling fs-err v3.3.0
13102026-08-11T21:37:23.505Z Compiling heck v0.5.0
13112026-08-11T21:37:23.505Z Compiling bytecount v0.6.9
13122026-08-11T21:37:23.620Z Compiling syn v2.0.117
13132026-08-11T21:37:23.620Z Compiling strsim v0.11.1
13142026-08-11T21:37:23.620Z Compiling fnv v1.0.7
13152026-08-11T21:37:23.726Z Compiling heck v0.4.1
13162026-08-11T21:37:23.726Z Compiling pest_meta v2.8.6
13172026-08-11T21:37:23.726Z Compiling papergrid v0.11.0
13182026-08-11T21:37:23.739Z Compiling memmap v0.7.0
13192026-08-11T21:37:23.827Z Compiling smawk v0.3.2
13202026-08-11T21:37:23.899Z Compiling unicode-linebreak v0.1.5
13212026-08-11T21:37:23.899Z Compiling unicode-width v0.2.0
13222026-08-11T21:37:23.954Z Compiling swrite v0.1.0
13232026-08-11T21:37:24.048Z Compiling terminal_size v0.4.3
13242026-08-11T21:37:24.097Z Compiling tempfile v3.25.0
13252026-08-11T21:37:24.197Z Compiling clap_builder v4.6.0
13262026-08-11T21:37:24.197Z Compiling textwrap v0.16.2
13272026-08-11T21:37:24.665Z Compiling semver v1.0.28
13282026-08-11T21:37:24.665Z Compiling cargo-platform v0.3.2
13292026-08-11T21:37:24.665Z Compiling camino-tempfile v1.4.1
13302026-08-11T21:37:24.925Z Compiling tabled_derive v0.7.0
13312026-08-11T21:37:28.826Z Compiling tabled v0.15.0
13322026-08-11T21:37:28.880Z Compiling pest_generator v2.8.6
13332026-08-11T21:37:28.880Z Compiling serde_derive v1.0.228
13342026-08-11T21:37:28.880Z Compiling thiserror-impl v1.0.69
13352026-08-11T21:37:28.880Z Compiling zerocopy-derive v0.7.35
13362026-08-11T21:37:28.880Z Compiling scroll_derive v0.12.1
13372026-08-11T21:37:28.880Z Compiling thiserror-impl v2.0.18
13382026-08-11T21:37:28.880Z Compiling clap_derive v4.6.1
13392026-08-11T21:37:28.880Z Compiling pest_derive v2.8.6
13402026-08-11T21:37:28.880Z Compiling scroll v0.12.0
13412026-08-11T21:37:28.881Z Compiling zerocopy v0.7.35
13422026-08-11T21:37:28.881Z Compiling goblin v0.8.2
13432026-08-11T21:37:28.881Z Compiling dtrace-parser v0.2.0
13442026-08-11T21:37:28.881Z Compiling clap v4.6.1
13452026-08-11T21:37:28.881Z Compiling serde_spanned v0.6.9
13462026-08-11T21:37:28.881Z Compiling toml_datetime v0.6.11
13472026-08-11T21:37:28.881Z Compiling macaddr v1.0.1
13482026-08-11T21:37:28.881Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13492026-08-11T21:37:28.881Z Compiling cargo_metadata v0.23.1
13502026-08-11T21:37:28.881Z Compiling dof v0.3.0
13512026-08-11T21:37:28.881Z Compiling serde_tokenstream v0.2.3
13522026-08-11T21:37:28.881Z Compiling toml_edit v0.22.27
13532026-08-11T21:37:29.159Z Compiling usdt-attr-macro v0.5.0
13542026-08-11T21:37:29.166Z Compiling usdt-macro v0.5.0
13552026-08-11T21:37:29.775Z Compiling usdt v0.5.0
13562026-08-11T21:37:29.907Z Compiling toml v0.8.23
13572026-08-11T21:37:30.220Z Compiling cargo_toml v0.21.0
13582026-08-11T21:37:31.509Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13592026-08-11T21:37:33.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.23s
13602026-08-11T21:37:33.882Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13612026-08-11T21:37:34.548Z Compiling libc v0.2.185
13622026-08-11T21:37:34.548Z Compiling serde_core v1.0.228
13632026-08-11T21:37:34.548Z Compiling serde v1.0.228
13642026-08-11T21:37:34.548Z Compiling log v0.4.29
13652026-08-11T21:37:34.548Z Compiling smallvec v1.15.1
13662026-08-11T21:37:34.548Z Compiling find-msvc-tools v0.1.9
13672026-08-11T21:37:34.548Z Compiling shlex v1.3.0
13682026-08-11T21:37:34.548Z Compiling subtle v2.6.1
13692026-08-11T21:37:34.548Z Compiling scopeguard v1.2.0
13702026-08-11T21:37:34.632Z Compiling stable_deref_trait v1.2.1
13712026-08-11T21:37:34.632Z Compiling typenum v1.20.1
13722026-08-11T21:37:34.633Z Compiling zerocopy v0.8.40
13732026-08-11T21:37:34.633Z Compiling portable-atomic v1.13.1
13742026-08-11T21:37:34.795Z Compiling serde_json v1.0.151
13752026-08-11T21:37:34.795Z Compiling syn v2.0.117
13762026-08-11T21:37:34.796Z Compiling critical-section v1.2.0
13772026-08-11T21:37:34.796Z Compiling libm v0.2.16
13782026-08-11T21:37:34.955Z Compiling num-traits v0.2.19
13792026-08-11T21:37:34.955Z Compiling lock_api v0.4.14
13802026-08-11T21:37:34.955Z Compiling pkg-config v0.3.32
13812026-08-11T21:37:34.955Z Compiling generic-array v0.14.7
13822026-08-11T21:37:34.955Z Compiling getrandom v0.4.1
13832026-08-11T21:37:34.955Z Compiling parking_lot_core v0.9.12
13842026-08-11T21:37:34.956Z Compiling pin-project-lite v0.2.17
13852026-08-11T21:37:35.103Z Compiling const-oid v0.9.6
13862026-08-11T21:37:35.103Z Compiling rand_core v0.10.0
13872026-08-11T21:37:35.103Z Compiling futures-core v0.3.32
13882026-08-11T21:37:35.267Z Compiling percent-encoding v2.3.2
13892026-08-11T21:37:35.267Z Compiling litemap v0.8.1
13902026-08-11T21:37:35.267Z Compiling writeable v0.6.2
13912026-08-11T21:37:35.267Z Compiling icu_normalizer_data v2.1.1
13922026-08-11T21:37:35.393Z Compiling icu_properties_data v2.1.2
13932026-08-11T21:37:35.393Z Compiling getrandom v0.3.4
13942026-08-11T21:37:35.393Z Compiling futures-sink v0.3.32
13952026-08-11T21:37:35.393Z Compiling futures-io v0.3.32
13962026-08-11T21:37:35.393Z Compiling utf8_iter v1.0.4
13972026-08-11T21:37:35.393Z Compiling slab v0.4.12
13982026-08-11T21:37:35.393Z Compiling futures-channel v0.3.32
13992026-08-11T21:37:35.455Z Compiling rustix v1.1.3
14002026-08-11T21:37:35.455Z Compiling futures-task v0.3.32
14012026-08-11T21:37:35.529Z Compiling form_urlencoded v1.2.2
14022026-08-11T21:37:35.529Z Compiling rustversion v1.0.22
14032026-08-11T21:37:35.529Z Compiling base64ct v1.8.3
14042026-08-11T21:37:35.530Z Compiling iana-time-zone v0.1.65
14052026-08-11T21:37:35.593Z Compiling once_cell v1.21.3
14062026-08-11T21:37:35.622Z Compiling dunce v1.0.5
14072026-08-11T21:37:35.622Z Compiling fs_extra v1.3.0
14082026-08-11T21:37:35.622Z Compiling flagset v0.4.7
14092026-08-11T21:37:35.638Z Compiling regex-syntax v0.8.10
14102026-08-11T21:37:35.639Z Compiling ident_case v1.0.1
14112026-08-11T21:37:35.714Z Compiling jobserver v0.1.34
14122026-08-11T21:37:35.732Z Compiling errno v0.3.14
14132026-08-11T21:37:35.733Z Compiling getrandom v0.2.17
14142026-08-11T21:37:35.754Z Compiling mio v1.2.0
14152026-08-11T21:37:35.794Z Compiling socket2 v0.6.3
14162026-08-11T21:37:35.828Z Compiling signal-hook-registry v1.4.8
14172026-08-11T21:37:35.857Z Compiling pem-rfc7468 v0.7.0
14182026-08-11T21:37:35.893Z Compiling rand_core v0.6.4
14192026-08-11T21:37:35.918Z Compiling cc v1.2.56
14202026-08-11T21:37:35.997Z Compiling parking_lot v0.12.5
14212026-08-11T21:37:36.086Z Compiling base64 v0.22.1
14222026-08-11T21:37:36.116Z Compiling vcpkg v0.2.15
14232026-08-11T21:37:36.137Z Compiling syn v1.0.109
14242026-08-11T21:37:36.222Z Compiling rand_core v0.9.5
14252026-08-11T21:37:36.233Z Compiling tracing-core v0.1.36
14262026-08-11T21:37:36.344Z Compiling aws-lc-rs v1.16.3
14272026-08-11T21:37:36.357Z Compiling cpufeatures v0.2.17
14282026-08-11T21:37:36.357Z Compiling schemars v0.8.22
14292026-08-11T21:37:36.357Z Compiling dyn-clone v1.0.20
14302026-08-11T21:37:36.358Z Compiling spin v0.9.8
14312026-08-11T21:37:36.403Z Compiling crc32fast v1.5.0
14322026-08-11T21:37:36.439Z Compiling openssl-probe v0.2.1
14332026-08-11T21:37:36.484Z Compiling httparse v1.10.1
14342026-08-11T21:37:36.503Z Compiling cmov v0.5.4
14352026-08-11T21:37:36.547Z Compiling tinyvec_macros v0.1.1
14362026-08-11T21:37:36.557Z Compiling aho-corasick v1.1.4
14372026-08-11T21:37:36.574Z Compiling radium v0.7.0
14382026-08-11T21:37:36.608Z Compiling tinyvec v1.10.0
14392026-08-11T21:37:36.622Z Compiling try-lock v0.2.5
14402026-08-11T21:37:36.637Z Compiling atomic-waker v1.1.2
14412026-08-11T21:37:36.668Z Compiling cmake v0.1.57
14422026-08-11T21:37:36.726Z Compiling ctutils v0.4.2
14432026-08-11T21:37:36.742Z Compiling tower-service v0.3.3
14442026-08-11T21:37:36.757Z Compiling bitflags v2.11.0
14452026-08-11T21:37:36.788Z Compiling semver v1.0.28
14462026-08-11T21:37:36.850Z Compiling indexmap v2.14.0
14472026-08-11T21:37:36.854Z Compiling uuid v1.23.4
14482026-08-11T21:37:36.892Z Compiling untrusted v0.7.1
14492026-08-11T21:37:36.940Z Compiling tower-layer v0.3.3
14502026-08-11T21:37:37.034Z Compiling rustc_version v0.4.1
14512026-08-11T21:37:37.056Z Compiling want v0.3.1
14522026-08-11T21:37:37.073Z Compiling untrusted v0.9.0
14532026-08-11T21:37:37.118Z Compiling maybe-uninit v2.0.0
14542026-08-11T21:37:37.136Z Compiling tap v1.0.1
14552026-08-11T21:37:37.234Z Compiling simd-adler32 v0.3.8
14562026-08-11T21:37:37.256Z Compiling httpdate v1.0.3
14572026-08-11T21:37:37.256Z Compiling rustls v0.23.41
14582026-08-11T21:37:37.266Z Compiling openssl v0.10.80
14592026-08-11T21:37:37.312Z Compiling foreign-types-shared v0.1.1
14602026-08-11T21:37:37.351Z Compiling wyz v0.5.1
14612026-08-11T21:37:37.397Z Compiling regex-automata v0.4.14
14622026-08-11T21:37:37.447Z Compiling foreign-types v0.3.2
14632026-08-11T21:37:37.482Z Compiling unicode-normalization v0.1.25
14642026-08-11T21:37:37.497Z Compiling num-integer v0.1.46
14652026-08-11T21:37:37.520Z Compiling wait-timeout v0.2.1
14662026-08-11T21:37:37.531Z Compiling ahash v0.8.12
14672026-08-11T21:37:37.531Z Compiling aws-lc-sys v0.40.0
14682026-08-11T21:37:37.566Z Compiling synstructure v0.13.2
14692026-08-11T21:37:37.575Z Compiling serde_derive_internals v0.29.1
14702026-08-11T21:37:37.575Z Compiling openssl-sys v0.9.117
14712026-08-11T21:37:37.681Z Compiling pest_generator v2.8.6
14722026-08-11T21:37:37.789Z Compiling darling_core v0.20.11
14732026-08-11T21:37:37.823Z Compiling bzip2-sys v0.1.13+1.0.8
14742026-08-11T21:37:37.838Z Compiling tempfile v3.25.0
14752026-08-11T21:37:37.958Z Compiling terminal_size v0.4.3
14762026-08-11T21:37:38.082Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-08-11T21:37:38.187Z Compiling time-core v0.1.8
14782026-08-11T21:37:38.187Z Compiling bit-vec v0.8.0
14792026-08-11T21:37:38.264Z Compiling powerfmt v0.2.0
14802026-08-11T21:37:38.265Z Compiling packed_struct v0.10.1
14812026-08-11T21:37:38.265Z Compiling funty v2.0.0
14822026-08-11T21:37:38.288Z Compiling quick-error v1.2.3
14832026-08-11T21:37:38.288Z Compiling num-bigint-dig v0.8.6
14842026-08-11T21:37:38.301Z Compiling num-conv v0.2.0
14852026-08-11T21:37:38.343Z Compiling native-tls v0.2.18
14862026-08-11T21:37:38.356Z Compiling adler2 v2.0.1
14872026-08-11T21:37:38.374Z Compiling bit-set v0.8.0
14882026-08-11T21:37:38.447Z Compiling time-macros v0.2.27
14892026-08-11T21:37:38.474Z Compiling miniz_oxide v0.8.9
14902026-08-11T21:37:38.508Z Compiling rusty-fork v0.3.1
14912026-08-11T21:37:38.508Z Compiling clap_builder v4.6.0
14922026-08-11T21:37:38.535Z Compiling bitvec v1.0.1
14932026-08-11T21:37:38.543Z Compiling deranged v0.5.8
14942026-08-11T21:37:38.655Z Compiling num-iter v0.1.45
14952026-08-11T21:37:38.802Z Compiling lazy_static v1.5.0
14962026-08-11T21:37:38.841Z Compiling rand_xorshift v0.4.0
14972026-08-11T21:37:38.866Z Compiling anstyle-parse v0.2.7
14982026-08-11T21:37:38.869Z Compiling sync_wrapper v1.0.2
14992026-08-11T21:37:38.929Z Compiling indexmap v1.9.3
15002026-08-11T21:37:38.998Z Compiling crc-catalog v2.4.0
15012026-08-11T21:37:39.022Z Compiling usdt-impl v0.6.0
15022026-08-11T21:37:39.063Z Compiling nodrop v0.1.14
15032026-08-11T21:37:39.100Z Compiling siphasher v1.0.2
15042026-08-11T21:37:39.100Z Compiling zlib-rs v0.6.2
15052026-08-11T21:37:39.129Z Compiling crossbeam-utils v0.8.21
15062026-08-11T21:37:39.168Z Compiling num_threads v0.1.7
15072026-08-11T21:37:39.251Z Compiling unarray v0.1.4
15082026-08-11T21:37:39.285Z Compiling paste v1.0.15
15092026-08-11T21:37:39.301Z Compiling serde_derive v1.0.228
15102026-08-11T21:37:39.315Z Compiling zeroize_derive v1.5.0
15112026-08-11T21:37:39.371Z Compiling zerofrom-derive v0.1.6
15122026-08-11T21:37:39.431Z Compiling zerocopy-derive v0.8.40
15132026-08-11T21:37:39.535Z Compiling yoke-derive v0.8.1
15142026-08-11T21:37:39.552Z Compiling zerovec-derive v0.11.2
15152026-08-11T21:37:39.569Z Compiling displaydoc v0.2.5
15162026-08-11T21:37:39.581Z Compiling tokio-macros v2.7.0
15172026-08-11T21:37:39.991Z Compiling zeroize v1.9.0
15182026-08-11T21:37:40.017Z Compiling futures-macro v0.3.32
15192026-08-11T21:37:40.127Z Compiling der_derive v0.7.3
15202026-08-11T21:37:40.375Z Compiling thiserror-impl v2.0.18
15212026-08-11T21:37:40.401Z Compiling tracing-attributes v0.1.31
15222026-08-11T21:37:40.465Z Compiling rustls-pki-types v1.14.0
15232026-08-11T21:37:40.799Z Compiling schemars_derive v0.8.22
15242026-08-11T21:37:40.808Z Compiling crypto-common v0.1.7
15252026-08-11T21:37:40.855Z Compiling zerofrom v0.1.6
15262026-08-11T21:37:40.855Z Compiling block-buffer v0.10.4
15272026-08-11T21:37:40.938Z Compiling futures-util v0.3.32
15282026-08-11T21:37:40.951Z Compiling hybrid-array v0.4.13
15292026-08-11T21:37:40.981Z Compiling yoke v0.8.1
15302026-08-11T21:37:41.000Z Compiling pest_derive v2.8.6
15312026-08-11T21:37:41.062Z Compiling digest v0.10.7
15322026-08-11T21:37:41.162Z Compiling zerovec v0.11.5
15332026-08-11T21:37:41.179Z Compiling zerotrie v0.2.3
15342026-08-11T21:37:41.332Z Compiling der v0.7.10
15352026-08-11T21:37:41.494Z Compiling sha2 v0.10.9
15362026-08-11T21:37:41.500Z Compiling scroll_derive v0.13.1
15372026-08-11T21:37:41.598Z Compiling signature v2.2.0
15382026-08-11T21:37:41.629Z Compiling darling_macro v0.20.11
15392026-08-11T21:37:41.709Z Compiling tinystr v0.8.2
15402026-08-11T21:37:41.757Z Compiling potential_utf v0.1.4
15412026-08-11T21:37:41.796Z Compiling thiserror v2.0.18
15422026-08-11T21:37:41.804Z Compiling tracing v0.1.44
15432026-08-11T21:37:41.811Z Compiling thiserror-impl v1.0.69
15442026-08-11T21:37:41.911Z Compiling icu_locale_core v2.1.1
15452026-08-11T21:37:41.932Z Compiling icu_collections v2.1.1
15462026-08-11T21:37:41.944Z Compiling openssl-macros v0.1.1
15472026-08-11T21:37:42.092Z Compiling hmac v0.12.1
15482026-08-11T21:37:42.096Z Compiling packed_struct_codegen v0.10.1
15492026-08-11T21:37:42.151Z Compiling darling v0.20.11
15502026-08-11T21:37:42.247Z Compiling spki v0.7.3
15512026-08-11T21:37:42.277Z Compiling bitfield-macros v0.19.4
15522026-08-11T21:37:42.413Z Compiling pkcs8 v0.10.2
15532026-08-11T21:37:42.432Z Compiling scroll v0.13.0
15542026-08-11T21:37:42.449Z Compiling clap_derive v4.6.1
15552026-08-11T21:37:42.476Z Compiling zerocopy-derive v0.6.6
15562026-08-11T21:37:42.605Z Compiling icu_provider v2.1.1
15572026-08-11T21:37:42.693Z Compiling goblin v0.10.5
15582026-08-11T21:37:42.725Z Compiling pkcs1 v0.7.5
15592026-08-11T21:37:42.831Z Compiling bytes v1.11.1
15602026-08-11T21:37:42.846Z Compiling icu_properties v2.1.2
15612026-08-11T21:37:42.926Z Compiling icu_normalizer v2.1.1
15622026-08-11T21:37:42.930Z Compiling chrono v0.4.45
15632026-08-11T21:37:43.035Z Compiling ipnet v2.11.0
15642026-08-11T21:37:43.132Z Compiling hex v0.4.3
15652026-08-11T21:37:43.145Z Compiling thiserror v1.0.69
15662026-08-11T21:37:43.238Z Compiling toml_datetime v0.6.11
15672026-08-11T21:37:43.262Z Compiling serde_spanned v0.6.9
15682026-08-11T21:37:43.347Z Compiling tokio v1.52.1
15692026-08-11T21:37:43.364Z Compiling http v1.4.2
15702026-08-11T21:37:43.417Z Compiling zerocopy v0.6.6
15712026-08-11T21:37:43.485Z Compiling bitfield v0.19.4
15722026-08-11T21:37:43.489Z Compiling derive_builder_core v0.20.2
15732026-08-11T21:37:43.516Z Compiling flate2 v1.1.9
15742026-08-11T21:37:43.551Z Compiling dtrace-parser v0.3.0
15752026-08-11T21:37:43.766Z Compiling idna_adapter v1.2.1
15762026-08-11T21:37:43.853Z Compiling time v0.3.47
15772026-08-11T21:37:43.919Z Compiling ppv-lite86 v0.2.21
15782026-08-11T21:37:43.934Z Compiling idna v1.1.0
15792026-08-11T21:37:44.137Z Compiling http-body v1.0.1
15802026-08-11T21:37:44.211Z Compiling rand_chacha v0.9.0
15812026-08-11T21:37:44.259Z Compiling url v2.5.8
15822026-08-11T21:37:44.273Z Compiling rand_chacha v0.3.1
15832026-08-11T21:37:44.309Z Compiling http-body-util v0.1.3
15842026-08-11T21:37:44.309Z Compiling clap v4.6.1
15852026-08-11T21:37:44.366Z Compiling scroll_derive v0.12.1
15862026-08-11T21:37:44.387Z Compiling structmeta-derive v0.3.0
15872026-08-11T21:37:44.421Z Compiling rand v0.9.2
15882026-08-11T21:37:44.481Z Compiling array-init v0.0.4
15892026-08-11T21:37:44.569Z Compiling rand v0.8.6
15902026-08-11T21:37:44.824Z Compiling crc v3.4.0
15912026-08-11T21:37:44.974Z Compiling anstream v0.6.21
15922026-08-11T21:37:44.983Z Compiling smallvec v0.6.14
15932026-08-11T21:37:45.034Z Compiling proptest v1.11.0
15942026-08-11T21:37:45.058Z Compiling darling_core v0.23.0
15952026-08-11T21:37:45.072Z Compiling heapless v0.7.17
15962026-08-11T21:37:45.088Z Compiling slog v2.8.2
15972026-08-11T21:37:45.210Z Compiling thread-id v5.1.0
15982026-08-11T21:37:45.309Z Compiling env_filter v1.0.0
15992026-08-11T21:37:45.338Z Compiling cookie v0.18.1
16002026-08-11T21:37:45.369Z Compiling unicode-properties v0.1.4
16012026-08-11T21:37:45.382Z Compiling signal-hook v0.3.18
16022026-08-11T21:37:45.447Z Compiling dof v0.4.0
16032026-08-11T21:37:45.464Z Compiling unicode-bidi v0.3.18
16042026-08-11T21:37:45.511Z Compiling hashbrown v0.12.3
16052026-08-11T21:37:45.551Z Compiling anyhow v1.0.102
16062026-08-11T21:37:45.566Z Compiling ryu v1.0.23
16072026-08-11T21:37:45.590Z Compiling allocator-api2 v0.2.21
16082026-08-11T21:37:45.607Z Compiling winnow v0.5.40
16092026-08-11T21:37:45.632Z Compiling ipnetwork v0.21.1
16102026-08-11T21:37:45.760Z Compiling base64 v0.21.7
16112026-08-11T21:37:45.774Z Compiling iri-string v0.7.10
16122026-08-11T21:37:45.881Z Compiling zstd-safe v7.2.4
16132026-08-11T21:37:46.017Z Compiling ron v0.8.1
16142026-08-11T21:37:46.050Z Compiling oxnet v0.1.6
16152026-08-11T21:37:46.099Z Compiling stringprep v0.1.5
16162026-08-11T21:37:46.157Z Compiling serde_urlencoded v0.7.1
16172026-08-11T21:37:46.275Z Compiling rsa v0.9.10
16182026-08-11T21:37:46.428Z Compiling structmeta v0.3.0
16192026-08-11T21:37:46.509Z Compiling env_logger v0.11.9
16202026-08-11T21:37:46.588Z Compiling serde-hex v0.1.0
16212026-08-11T21:37:46.607Z Compiling scroll v0.12.0
16222026-08-11T21:37:46.668Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16232026-08-11T21:37:46.689Z Compiling camino v1.2.2
16242026-08-11T21:37:46.841Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16252026-08-11T21:37:46.871Z Compiling bzip2 v0.4.4
16262026-08-11T21:37:46.904Z Compiling derive_builder_macro v0.20.2
16272026-08-11T21:37:47.011Z Compiling toml_edit v0.19.15
16282026-08-11T21:37:47.043Z Compiling hashbrown v0.13.2
16292026-08-11T21:37:47.108Z Compiling erased-serde v0.3.31
16302026-08-11T21:37:47.111Z Compiling serde_tokenstream v0.2.3
16312026-08-11T21:37:47.360Z Compiling tokio-util v0.7.18
16322026-08-11T21:37:47.413Z Compiling tower v0.5.3
16332026-08-11T21:37:47.427Z Compiling tokio-native-tls v0.3.1
16342026-08-11T21:37:47.466Z Compiling x509-cert v0.2.5
16352026-08-11T21:37:47.561Z Compiling newtype-uuid v1.3.2
16362026-08-11T21:37:47.659Z Compiling block-padding v0.4.2
16372026-08-11T21:37:47.659Z Compiling block-buffer v0.12.1
16382026-08-11T21:37:47.665Z Compiling crypto-common v0.2.2
16392026-08-11T21:37:47.680Z Compiling darling_macro v0.23.0
16402026-08-11T21:37:47.810Z Compiling md-5 v0.10.6
16412026-08-11T21:37:47.856Z Compiling tower-http v0.6.8
16422026-08-11T21:37:47.920Z Compiling rustls-native-certs v0.8.3
16432026-08-11T21:37:47.936Z Compiling bstr v1.12.1
16442026-08-11T21:37:47.993Z Compiling async-trait v0.1.89
16452026-08-11T21:37:48.208Z Compiling h2 v0.4.15
16462026-08-11T21:37:48.223Z Compiling daft-derive v0.1.7
16472026-08-11T21:37:48.279Z Compiling pin-project-internal v1.1.11
16482026-08-11T21:37:48.380Z Compiling zerocopy-derive v0.7.35
16492026-08-11T21:37:48.436Z Compiling curve25519-dalek v4.1.3
16502026-08-11T21:37:48.588Z Compiling vergen-lib v9.1.0
16512026-08-11T21:37:48.788Z Compiling hash32 v0.2.1
16522026-08-11T21:37:48.802Z Compiling memoffset v0.9.1
16532026-08-11T21:37:48.970Z Compiling encoding_rs v0.8.35
16542026-08-11T21:37:49.004Z Compiling rustix v0.38.44
16552026-08-11T21:37:49.018Z Compiling ref-cast v1.0.25
16562026-08-11T21:37:49.043Z Compiling fallible-iterator v0.2.0
16572026-08-11T21:37:49.085Z Compiling crc-any v2.5.0
16582026-08-11T21:37:49.282Z Compiling smoltcp v0.9.1
16592026-08-11T21:37:49.297Z Compiling litrs v1.0.0
16602026-08-11T21:37:49.337Z Compiling cfg_aliases v0.2.1
16612026-08-11T21:37:49.341Z Compiling mime v0.3.17
16622026-08-11T21:37:49.372Z Compiling psl-types v2.0.11
16632026-08-11T21:37:49.435Z Compiling nix v0.31.2
16642026-08-11T21:37:49.446Z Compiling postgres-protocol v0.6.10
16652026-08-11T21:37:49.450Z Compiling pin-project v1.1.11
16662026-08-11T21:37:49.478Z Compiling zerocopy v0.7.35
16672026-08-11T21:37:49.517Z Compiling publicsuffix v2.3.0
16682026-08-11T21:37:49.579Z Compiling daft v0.1.7
16692026-08-11T21:37:49.685Z Compiling toml v0.7.8
16702026-08-11T21:37:49.700Z Compiling darling v0.23.0
16712026-08-11T21:37:49.713Z Compiling inout v0.2.2
16722026-08-11T21:37:49.797Z Compiling object v0.30.4
16732026-08-11T21:37:49.819Z Compiling derive_builder v0.20.2
16742026-08-11T21:37:49.833Z Compiling document-features v0.2.12
16752026-08-11T21:37:49.884Z Compiling zip v0.6.6
16762026-08-11T21:37:49.909Z Compiling goblin v0.8.2
16772026-08-11T21:37:49.964Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16782026-08-11T21:37:50.024Z Compiling derive-ex v0.1.8
16792026-08-11T21:37:50.143Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16802026-08-11T21:37:50.369Z Compiling futures-executor v0.3.32
16812026-08-11T21:37:50.517Z Compiling hubpack_derive v0.1.1
16822026-08-11T21:37:50.552Z Compiling regex v1.12.3
16832026-08-11T21:37:50.562Z Compiling snafu-derive v0.8.9
16842026-08-11T21:37:50.634Z Compiling curve25519-dalek-derive v0.1.1
16852026-08-11T21:37:50.650Z Compiling strum_macros v0.27.2
16862026-08-11T21:37:50.664Z Compiling ref-cast-impl v1.0.25
16872026-08-11T21:37:50.711Z Compiling phf_shared v0.13.1
16882026-08-11T21:37:50.799Z Compiling cargo-platform v0.3.2
16892026-08-11T21:37:50.976Z Compiling vergen v9.1.0
16902026-08-11T21:37:51.009Z Compiling ff v0.13.1
16912026-08-11T21:37:51.024Z Compiling fs-err v3.3.0
16922026-08-11T21:37:51.106Z Compiling foldhash v0.2.0
16932026-08-11T21:37:51.167Z Compiling unicode-segmentation v1.12.0
16942026-08-11T21:37:51.184Z Compiling managed v0.8.0
16952026-08-11T21:37:51.241Z Compiling either v1.15.0
16962026-08-11T21:37:51.255Z Compiling bumpalo v3.20.2
16972026-08-11T21:37:51.365Z Compiling same-file v1.0.6
16982026-08-11T21:37:51.372Z Compiling object v0.37.3
16992026-08-11T21:37:51.421Z Compiling bitflags v1.3.2
17002026-08-11T21:37:51.475Z Compiling hyper v1.10.1
17012026-08-11T21:37:51.508Z Compiling jiff-core v0.1.0
17022026-08-11T21:37:51.524Z Compiling foldhash v0.1.5
17032026-08-11T21:37:51.539Z Compiling base16ct v0.2.0
17042026-08-11T21:37:51.581Z Compiling path-slash v0.1.5
17052026-08-11T21:37:51.609Z Compiling libbz2-rs-sys v0.2.2
17062026-08-11T21:37:51.702Z Compiling sec1 v0.7.3
17072026-08-11T21:37:51.719Z Compiling hashbrown v0.15.5
17082026-08-11T21:37:51.747Z Compiling zopfli v0.8.3
17092026-08-11T21:37:51.822Z Compiling test-strategy v0.4.5
17102026-08-11T21:37:52.003Z Compiling walkdir v2.5.0
17112026-08-11T21:37:52.308Z Compiling jiff v0.2.34
17122026-08-11T21:37:52.324Z Compiling dof v0.3.0
17132026-08-11T21:37:52.336Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17142026-08-11T21:37:52.432Z Compiling bzip2 v0.6.1
17152026-08-11T21:37:52.575Z Compiling snafu v0.8.9
17162026-08-11T21:37:52.591Z Compiling hashbrown v0.16.1
17172026-08-11T21:37:52.624Z Compiling hyper-util v0.1.20
17182026-08-11T21:37:52.723Z Compiling strum v0.27.2
17192026-08-11T21:37:52.839Z Compiling group v0.13.0
17202026-08-11T21:37:52.869Z Compiling hubpack v0.1.2
17212026-08-11T21:37:52.903Z Compiling cargo_metadata v0.23.1
17222026-08-11T21:37:52.952Z Compiling phf v0.13.1
17232026-08-11T21:37:53.066Z Compiling futures v0.3.32
17242026-08-11T21:37:53.103Z Compiling signal-hook-mio v0.2.5
17252026-08-11T21:37:53.131Z Compiling cookie_store v0.22.1
17262026-08-11T21:37:53.145Z Compiling zstd v0.13.3
17272026-08-11T21:37:53.162Z Compiling cipher v0.5.2
17282026-08-11T21:37:53.235Z Compiling postgres-types v0.2.12
17292026-08-11T21:37:53.248Z Compiling serde_with_macros v3.21.0
17302026-08-11T21:37:53.432Z Compiling globset v0.4.18
17312026-08-11T21:37:53.451Z Compiling usdt-macro v0.6.0
17322026-08-11T21:37:53.479Z Compiling usdt-attr-macro v0.6.0
17332026-08-11T21:37:53.536Z Compiling byte-wrapper v0.1.0
17342026-08-11T21:37:53.794Z Compiling dtrace-parser v0.2.0
17352026-08-11T21:37:53.809Z Compiling serde-big-array v0.5.1
17362026-08-11T21:37:53.815Z Compiling serde_plain v1.0.2
17372026-08-11T21:37:53.898Z Compiling olpc-cjson v0.1.4
17382026-08-11T21:37:53.975Z Compiling ed25519 v2.2.3
17392026-08-11T21:37:54.041Z Compiling hyper-tls v0.6.0
17402026-08-11T21:37:54.075Z Compiling hkdf v0.12.4
17412026-08-11T21:37:54.128Z Compiling crypto-bigint v0.5.5
17422026-08-11T21:37:54.275Z Compiling reqwest v0.12.28
17432026-08-11T21:37:54.288Z Compiling serde_repr v0.1.20
17442026-08-11T21:37:54.302Z Compiling strum_macros v0.26.4
17452026-08-11T21:37:54.307Z Compiling enum-as-inner v0.6.1
17462026-08-11T21:37:54.359Z Compiling async-recursion v1.1.1
17472026-08-11T21:37:54.409Z Compiling phf_shared v0.11.3
17482026-08-11T21:37:54.438Z Compiling float-cmp v0.10.0
17492026-08-11T21:37:54.528Z Compiling pem v3.0.6
17502026-08-11T21:37:54.550Z Compiling memmap2 v0.9.10
17512026-08-11T21:37:54.595Z Compiling thread-id v4.2.2
17522026-08-11T21:37:54.613Z Compiling fixedbitset v0.4.2
17532026-08-11T21:37:54.690Z Compiling static_assertions v1.1.0
17542026-08-11T21:37:54.777Z Compiling winnow v1.0.3
17552026-08-11T21:37:54.803Z Compiling typed-path v0.9.3
17562026-08-11T21:37:54.856Z Compiling precomputed-hash v0.1.1
17572026-08-11T21:37:54.870Z Compiling difflib v0.4.0
17582026-08-11T21:37:54.874Z Compiling const-oid v0.10.2
17592026-08-11T21:37:54.896Z Compiling whoami v2.1.0
17602026-08-11T21:37:54.899Z Compiling new_debug_unreachable v1.0.6
17612026-08-11T21:37:54.957Z Compiling fixedbitset v0.5.7
17622026-08-11T21:37:54.994Z Compiling keccak v0.1.6
17632026-08-11T21:37:55.057Z Compiling predicates-core v1.0.10
17642026-08-11T21:37:55.100Z Compiling data-encoding v2.10.0
17652026-08-11T21:37:55.164Z Compiling cpufeatures v0.3.0
17662026-08-11T21:37:55.284Z Compiling normalize-line-endings v0.3.0
17672026-08-11T21:37:55.298Z Compiling toml_edit v0.22.27
17682026-08-11T21:37:55.331Z Compiling chacha20 v0.10.0
17692026-08-11T21:37:55.345Z Compiling petgraph v0.8.3
17702026-08-11T21:37:55.410Z Compiling predicates v3.1.4
17712026-08-11T21:37:55.496Z Compiling hickory-proto v0.25.2
17722026-08-11T21:37:55.578Z Compiling sha3 v0.10.8
17732026-08-11T21:37:55.727Z Compiling tokio-postgres v0.7.16
17742026-08-11T21:37:55.785Z Compiling elliptic-curve v0.13.8
17752026-08-11T21:37:55.849Z Compiling toml_parser v1.1.2+spec-1.1.0
17762026-08-11T21:37:55.981Z Compiling digest v0.11.3
17772026-08-11T21:37:56.057Z Compiling string_cache v0.8.9
17782026-08-11T21:37:56.086Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17792026-08-11T21:37:56.132Z Compiling petgraph v0.6.5
17802026-08-11T21:37:56.181Z Compiling strum v0.26.3
17812026-08-11T21:37:56.216Z Compiling usdt v0.6.0
17822026-08-11T21:37:56.234Z Compiling usdt-impl v0.5.0
17832026-08-11T21:37:56.299Z Compiling zip v4.6.1
17842026-08-11T21:37:56.318Z Compiling serde_with v3.21.0
17852026-08-11T21:37:56.332Z Compiling crossterm v0.28.1
17862026-08-11T21:37:56.370Z Compiling ed25519-dalek v2.2.0
17872026-08-11T21:37:56.508Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17882026-08-11T21:37:56.924Z Compiling iddqd v0.4.2
17892026-08-11T21:37:57.394Z Compiling heck v0.4.1
17902026-08-11T21:37:57.415Z Compiling similar v2.7.0
17912026-08-11T21:37:57.639Z Compiling itertools v0.15.0
17922026-08-11T21:37:57.692Z Compiling itertools v0.13.0
17932026-08-11T21:37:57.707Z Compiling tokio-stream v0.1.18
17942026-08-11T21:37:58.055Z Compiling crossbeam-epoch v0.9.18
17952026-08-11T21:37:58.077Z Compiling buf-list v1.1.2
17962026-08-11T21:37:58.139Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17972026-08-11T21:37:58.155Z Compiling openapiv3 v2.2.0
17982026-08-11T21:37:58.169Z Compiling lalrpop-util v0.19.12
17992026-08-11T21:37:58.185Z Compiling peg-runtime v0.8.5
18002026-08-11T21:37:58.245Z Compiling thread_local v1.1.9
18012026-08-11T21:37:58.270Z Compiling slog-async v2.8.0
18022026-08-11T21:37:58.374Z Compiling crossbeam-channel v0.5.15
18032026-08-11T21:37:58.387Z Compiling filetime v0.2.27
18042026-08-11T21:37:58.402Z Compiling is-terminal v0.4.17
18052026-08-11T21:37:58.455Z Compiling take_mut v0.2.2
18062026-08-11T21:37:58.478Z Compiling term v1.2.1
18072026-08-11T21:37:58.517Z Compiling xattr v1.6.1
18082026-08-11T21:37:58.529Z Compiling camino-tempfile v1.4.1
18092026-08-11T21:37:58.701Z Compiling tar v0.4.46
18102026-08-11T21:37:58.776Z Compiling slog-term v2.9.2
18112026-08-11T21:38:16.211Z Compiling rustls-webpki v0.103.13
18122026-08-11T21:38:18.893Z Compiling tokio-rustls v0.26.4
18132026-08-11T21:38:18.893Z Compiling rustls-platform-verifier v0.6.2
18142026-08-11T21:38:18.893Z Compiling tough v0.22.0
18152026-08-11T21:38:19.086Z Compiling hyper-rustls v0.27.7
18162026-08-11T21:38:19.283Z Compiling reqwest v0.13.2
18172026-08-11T21:38:21.439Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-08-11T21:38:21.677Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-08-11T21:38:24.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.92s
18202026-08-11T21:38:24.739Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18212026-08-11T21:38:24.794ZAug 11 21:38:23.566 INFO Starting download, target: Clickhouse
18222026-08-11T21:38:24.794ZAug 11 21:38:23.567 INFO Starting download, target: Console
18232026-08-11T21:38:24.794ZAug 11 21:38:23.567 INFO Starting download, target: Cockroach
18242026-08-11T21:38:24.794ZAug 11 21:38:23.567 INFO Starting download, target: DendriteStub
18252026-08-11T21:38:24.794ZAug 11 21:38:23.567 INFO Starting download, target: MaghemiteMgd
18262026-08-11T21:38:24.798ZAug 11 21:38:23.567 INFO Starting download, target: MaghemiteDdmd
18272026-08-11T21:38:24.798ZAug 11 21:38:23.567 INFO Starting download, target: TransceiverControl
18282026-08-11T21:38:24.798ZAug 11 21:38:23.567 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-11T21:38:24.798ZAug 11 21:38:23.567 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18302026-08-11T21:38:24.799ZAug 11 21:38:23.567 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18312026-08-11T21:38:24.799ZAug 11 21:38:23.567 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18322026-08-11T21:38:24.799ZAug 11 21:38:23.568 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18332026-08-11T21:38:24.799ZAug 11 21:38:23.568 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18342026-08-11T21:38:24.799ZAug 11 21:38:23.568 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18352026-08-11T21:38:26.609ZAug 11 21:38:25.382 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18362026-08-11T21:38:26.864ZAug 11 21:38:25.637 INFO Download complete, target: Console
18372026-08-11T21:38:27.039ZAug 11 21:38:25.736 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18382026-08-11T21:38:33.606ZAug 11 21:38:32.379 INFO Checking that binary works, target: Clickhouse
18392026-08-11T21:38:33.695ZAug 11 21:38:32.468 INFO Download complete, target: Clickhouse
18402026-08-11T21:38:49.072ZAug 11 21:38:47.755 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18412026-08-11T21:38:49.363ZAug 11 21:38:47.965 INFO Download complete, target: TransceiverControl
18422026-08-11T21:39:00.710ZAug 11 21:38:59.471 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18432026-08-11T21:39:00.855ZAug 11 21:38:59.593 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18442026-08-11T21:39:01.765ZAug 11 21:39:00.442 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18452026-08-11T21:39:02.910ZAug 11 21:39:01.394 INFO Download complete, target: MaghemiteDdmd
18462026-08-11T21:39:03.432ZAug 11 21:39:02.088 INFO Download complete, target: DendriteStub
18472026-08-11T21:39:04.274ZAug 11 21:39:02.904 INFO Download complete, target: MaghemiteMgd
18482026-08-11T21:39:05.223ZAug 11 21:39:03.973 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18492026-08-11T21:39:05.223ZAug 11 21:39:03.973 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18502026-08-11T21:39:09.761ZAug 11 21:39:08.533 INFO Checking that binary works, target: Cockroach
18512026-08-11T21:39:09.885ZAug 11 21:39:08.655 INFO Download complete, target: Cockroach
18522026-08-11T21:39:09.890ZAll prerequisites installed successfully
18532026-08-11T21:39:09.890Z
18542026-08-11T21:39:09.890Zreal 2:05.734949606
18552026-08-11T21:39:09.890Zuser 7:08.465894706
18562026-08-11T21:39:09.895Zsys 1:41.290642369
18572026-08-11T21:39:09.895Ztrap 0.247352966
18582026-08-11T21:39:09.895Ztflt 0.940105204
18592026-08-11T21:39:09.895Zdflt 1.769050097
18602026-08-11T21:39:09.895Zkflt 0.023412624
18612026-08-11T21:39:09.895Zlock 40:21.708689456
18622026-08-11T21:39:09.895Zslp 20:29.309705470
18632026-08-11T21:39:09.896Zlat 26.101892641
18642026-08-11T21:39:09.896Zstop 2:50.763728888
18652026-08-11T21:39:09.896Z+ source ./tools/include/force-git-over-https.sh
18662026-08-11T21:39:09.896Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18672026-08-11T21:39:09.896Z++ (( i = 0 ))
18682026-08-11T21:39:09.896Z++ (( i < 5 ))
18692026-08-11T21:39:09.896Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18702026-08-11T21:39:09.896Z++ (( i++ ))
18712026-08-11T21:39:09.896Z++ (( i < 5 ))
18722026-08-11T21:39:09.896Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18732026-08-11T21:39:09.931Z++ (( i++ ))
18742026-08-11T21:39:09.931Z++ (( i < 5 ))
18752026-08-11T21:39:09.931Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18762026-08-11T21:39:09.931Z++ (( i++ ))
18772026-08-11T21:39:09.931Z++ (( i < 5 ))
18782026-08-11T21:39:09.931Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18792026-08-11T21:39:09.931Z++ (( i++ ))
18802026-08-11T21:39:09.931Z++ (( i < 5 ))
18812026-08-11T21:39:09.931Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18822026-08-11T21:39:09.931Z++ (( i++ ))
18832026-08-11T21:39:09.931Z++ (( i < 5 ))
18842026-08-11T21:39:09.932Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18852026-08-11T21:39:09.932Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18862026-08-11T21:39:09.932Z+ rc=0
18872026-08-11T21:39:09.932Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18882026-08-11T21:39:17.706Z+ case $rc in
18892026-08-11T21:39:17.707Z+ pfexec zfs create -p rpool/images/build/host
18902026-08-11T21:39:17.897Z+ pfexec zfs create -p rpool/images/build/recovery
18912026-08-11T21:39:17.969Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18922026-08-11T21:39:18.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18932026-08-11T21:39:18.437Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18942026-08-11T21:39:19.284Z Compiling proc-macro2 v1.0.106
18952026-08-11T21:39:19.284Z Compiling quote v1.0.45
18962026-08-11T21:39:19.288Z Compiling unicode-ident v1.0.24
18972026-08-11T21:39:19.288Z Compiling libc v0.2.185
18982026-08-11T21:39:19.288Z Compiling serde_core v1.0.228
18992026-08-11T21:39:19.288Z Compiling serde v1.0.228
19002026-08-11T21:39:19.288Z Compiling cfg-if v1.0.4
19012026-08-11T21:39:19.448Z Compiling find-msvc-tools v0.1.9
19022026-08-11T21:39:19.453Z Compiling shlex v1.3.0
19032026-08-11T21:39:19.453Z Compiling autocfg v1.5.0
19042026-08-11T21:39:19.453Z Compiling version_check v0.9.5
19052026-08-11T21:39:19.453Z Compiling zerocopy v0.8.40
19062026-08-11T21:39:19.453Z Compiling portable-atomic v1.13.1
19072026-08-11T21:39:19.453Z Compiling zmij v1.0.21
19082026-08-11T21:39:19.453Z Compiling memchr v2.8.0
19092026-08-11T21:39:19.568Z Compiling serde_json v1.0.151
19102026-08-11T21:39:19.628Z Compiling libm v0.2.16
19112026-08-11T21:39:19.674Z Compiling getrandom v0.4.1
19122026-08-11T21:39:19.692Z Compiling parking_lot_core v0.9.12
19132026-08-11T21:39:19.864Z Compiling generic-array v0.14.7
19142026-08-11T21:39:19.920Z Compiling num-traits v0.2.19
19152026-08-11T21:39:20.014Z Compiling pkg-config v0.3.32
19162026-08-11T21:39:20.041Z Compiling icu_properties_data v2.1.2
19172026-08-11T21:39:20.045Z Compiling icu_normalizer_data v2.1.1
19182026-08-11T21:39:20.045Z Compiling smallvec v1.15.1
19192026-08-11T21:39:20.045Z Compiling log v0.4.29
19202026-08-11T21:39:20.057Z Compiling itoa v1.0.17
19212026-08-11T21:39:20.128Z Compiling getrandom v0.3.4
19222026-08-11T21:39:20.198Z Compiling rustix v1.1.3
19232026-08-11T21:39:20.213Z Compiling subtle v2.6.1
19242026-08-11T21:39:20.309Z Compiling jobserver v0.1.34
19252026-08-11T21:39:20.341Z Compiling errno v0.3.14
19262026-08-11T21:39:20.346Z Compiling stable_deref_trait v1.2.1
19272026-08-11T21:39:20.373Z Compiling scopeguard v1.2.0
19282026-08-11T21:39:20.441Z Compiling typenum v1.20.1
19292026-08-11T21:39:20.472Z Compiling lock_api v0.4.14
19302026-08-11T21:39:20.509Z Compiling heck v0.5.0
19312026-08-11T21:39:20.510Z Compiling critical-section v1.2.0
19322026-08-11T21:39:20.543Z Compiling cc v1.2.56
19332026-08-11T21:39:20.633Z Compiling thiserror v2.0.18
19342026-08-11T21:39:20.648Z Compiling rand_core v0.10.0
19352026-08-11T21:39:20.728Z Compiling syn v2.0.117
19362026-08-11T21:39:20.849Z Compiling getrandom v0.2.17
19372026-08-11T21:39:20.889Z Compiling fs_extra v1.3.0
19382026-08-11T21:39:20.915Z Compiling dunce v1.0.5
19392026-08-11T21:39:20.997Z Compiling litemap v0.8.1
19402026-08-11T21:39:21.017Z Compiling rand_core v0.6.4
19412026-08-11T21:39:21.046Z Compiling once_cell v1.21.3
19422026-08-11T21:39:21.067Z Compiling percent-encoding v2.3.2
19432026-08-11T21:39:21.088Z Compiling writeable v0.6.2
19442026-08-11T21:39:21.194Z Compiling const-oid v0.9.6
19452026-08-11T21:39:21.267Z Compiling cmake v0.1.57
19462026-08-11T21:39:21.367Z Compiling pin-project-lite v0.2.17
19472026-08-11T21:39:21.374Z Compiling schemars v0.8.22
19482026-08-11T21:39:21.464Z Compiling equivalent v1.0.2
19492026-08-11T21:39:21.517Z Compiling signal-hook-registry v1.4.8
19502026-08-11T21:39:21.608Z Compiling aws-lc-rs v1.16.3
19512026-08-11T21:39:21.615Z Compiling rustversion v1.0.22
19522026-08-11T21:39:21.676Z Compiling semver v1.0.28
19532026-08-11T21:39:21.712Z Compiling bitflags v2.11.0
19542026-08-11T21:39:21.828Z Compiling futures-core v0.3.32
19552026-08-11T21:39:21.833Z Compiling aws-lc-sys v0.40.0
19562026-08-11T21:39:21.971Z Compiling parking_lot v0.12.5
19572026-08-11T21:39:21.989Z Compiling mio v1.2.0
19582026-08-11T21:39:22.088Z Compiling crc32fast v1.5.0
19592026-08-11T21:39:22.102Z Compiling utf8_iter v1.0.4
19602026-08-11T21:39:22.293Z Compiling form_urlencoded v1.2.2
19612026-08-11T21:39:22.408Z Compiling vcpkg v0.2.15
19622026-08-11T21:39:22.438Z Compiling hashbrown v0.17.0
19632026-08-11T21:39:22.535Z Compiling strsim v0.11.1
19642026-08-11T21:39:22.583Z Compiling fnv v1.0.7
19652026-08-11T21:39:22.616Z Compiling byteorder v1.5.0
19662026-08-11T21:39:22.679Z Compiling syn v1.0.109
19672026-08-11T21:39:22.828Z Compiling socket2 v0.6.3
19682026-08-11T21:39:23.019Z Compiling radium v0.7.0
19692026-08-11T21:39:23.035Z Compiling httparse v1.10.1
19702026-08-11T21:39:23.039Z Compiling openssl-sys v0.9.117
19712026-08-11T21:39:23.083Z Compiling futures-sink v0.3.32
19722026-08-11T21:39:23.108Z Compiling indexmap v2.14.0
19732026-08-11T21:39:23.177Z Compiling futures-channel v0.3.32
19742026-08-11T21:39:23.236Z Compiling futures-io v0.3.32
19752026-08-11T21:39:23.277Z Compiling thiserror v1.0.69
19762026-08-11T21:39:23.296Z Compiling futures-task v0.3.32
19772026-08-11T21:39:23.321Z Compiling slab v0.4.12
19782026-08-11T21:39:23.325Z Compiling iana-time-zone v0.1.65
19792026-08-11T21:39:23.424Z Compiling rustls v0.23.41
19802026-08-11T21:39:23.473Z Compiling base64 v0.22.1
19812026-08-11T21:39:23.507Z Compiling maybe-uninit v2.0.0
19822026-08-11T21:39:23.636Z Compiling synstructure v0.13.2
19832026-08-11T21:39:23.644Z Compiling serde_derive_internals v0.29.1
19842026-08-11T21:39:23.644Z Compiling rustc_version v0.4.1
19852026-08-11T21:39:23.868Z Compiling uuid v1.23.4
19862026-08-11T21:39:23.899Z Compiling bzip2-sys v0.1.13+1.0.8
19872026-08-11T21:39:23.953Z Compiling ahash v0.8.12
19882026-08-11T21:39:23.969Z Compiling num-bigint-dig v0.8.6
19892026-08-11T21:39:23.985Z Compiling ucd-trie v0.1.7
19902026-08-11T21:39:24.000Z Compiling packed_struct v0.10.1
19912026-08-11T21:39:24.016Z Compiling ident_case v1.0.1
19922026-08-11T21:39:24.055Z Compiling base64ct v1.8.3
19932026-08-11T21:39:24.072Z Compiling regex-syntax v0.8.10
19942026-08-11T21:39:24.077Z Compiling rand_core v0.9.5
19952026-08-11T21:39:24.149Z Compiling pest v2.8.6
19962026-08-11T21:39:24.228Z Compiling dyn-clone v1.0.20
19972026-08-11T21:39:24.243Z Compiling openssl v0.10.80
19982026-08-11T21:39:24.283Z Compiling fastrand v2.3.0
19992026-08-11T21:39:24.393Z Compiling pem-rfc7468 v0.7.0
20002026-08-11T21:39:24.425Z Compiling flagset v0.4.7
20012026-08-11T21:39:24.485Z Compiling indexmap v1.9.3
20022026-08-11T21:39:24.515Z Compiling utf8parse v0.2.2
20032026-08-11T21:39:24.627Z Compiling tempfile v3.25.0
20042026-08-11T21:39:24.680Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20052026-08-11T21:39:24.698Z Compiling cpufeatures v0.2.17
20062026-08-11T21:39:24.729Z Compiling anstyle v1.0.14
20072026-08-11T21:39:24.808Z Compiling native-tls v0.2.18
20082026-08-11T21:39:24.827Z Compiling paste v1.0.15
20092026-08-11T21:39:24.860Z Compiling serde_derive v1.0.228
20102026-08-11T21:39:24.897Z Compiling zeroize_derive v1.5.0
20112026-08-11T21:39:24.922Z Compiling zerocopy-derive v0.8.40
20122026-08-11T21:39:24.939Z Compiling zerofrom-derive v0.1.6
20132026-08-11T21:39:25.052Z Compiling yoke-derive v0.8.1
20142026-08-11T21:39:25.068Z Compiling zerovec-derive v0.11.2
20152026-08-11T21:39:25.085Z Compiling displaydoc v0.2.5
20162026-08-11T21:39:25.089Z Compiling tokio-macros v2.7.0
20172026-08-11T21:39:25.118Z Compiling futures-macro v0.3.32
20182026-08-11T21:39:25.122Z Compiling thiserror-impl v2.0.18
20192026-08-11T21:39:25.428Z Compiling der_derive v0.7.3
20202026-08-11T21:39:25.467Z Compiling schemars_derive v0.8.22
20212026-08-11T21:39:25.554Z Compiling zeroize v1.9.0
20222026-08-11T21:39:25.836Z Compiling tracing-attributes v0.1.31
20232026-08-11T21:39:25.866Z Compiling thiserror-impl v1.0.69
20242026-08-11T21:39:25.933Z Compiling futures-util v0.3.32
20252026-08-11T21:39:26.085Z Compiling zerofrom v0.1.6
20262026-08-11T21:39:26.238Z Compiling yoke v0.8.1
20272026-08-11T21:39:26.357Z Compiling crypto-common v0.1.7
20282026-08-11T21:39:26.372Z Compiling block-buffer v0.10.4
20292026-08-11T21:39:26.459Z Compiling zerovec v0.11.5
20302026-08-11T21:39:26.530Z Compiling zerotrie v0.2.3
20312026-08-11T21:39:26.576Z Compiling digest v0.10.7
20322026-08-11T21:39:26.682Z Compiling clap_derive v4.6.1
20332026-08-11T21:39:26.879Z Compiling packed_struct_codegen v0.10.1
20342026-08-11T21:39:26.890Z Compiling der v0.7.10
20352026-08-11T21:39:26.989Z Compiling pest_meta v2.8.6
20362026-08-11T21:39:27.041Z Compiling tinystr v0.8.2
20372026-08-11T21:39:27.058Z Compiling potential_utf v0.1.4
20382026-08-11T21:39:27.144Z Compiling bitfield-macros v0.19.4
20392026-08-11T21:39:27.271Z Compiling icu_locale_core v2.1.1
20402026-08-11T21:39:27.290Z Compiling icu_collections v2.1.1
20412026-08-11T21:39:27.827Z Compiling zerocopy-derive v0.6.6
20422026-08-11T21:39:27.855Z Compiling pest_generator v2.8.6
20432026-08-11T21:39:28.098Z Compiling bytes v1.11.1
20442026-08-11T21:39:28.193Z Compiling icu_provider v2.1.1
20452026-08-11T21:39:28.278Z Compiling chrono v0.4.45
20462026-08-11T21:39:28.380Z Compiling hex v0.4.3
20472026-08-11T21:39:28.433Z Compiling spki v0.7.3
20482026-08-11T21:39:28.522Z Compiling icu_properties v2.1.2
20492026-08-11T21:39:28.553Z Compiling icu_normalizer v2.1.1
20502026-08-11T21:39:28.686Z Compiling tokio v1.52.1
20512026-08-11T21:39:28.768Z Compiling openssl-macros v0.1.1
20522026-08-11T21:39:29.018Z Compiling pest_derive v2.8.6
20532026-08-11T21:39:29.406Z Compiling ppv-lite86 v0.2.21
20542026-08-11T21:39:29.477Z Compiling idna_adapter v1.2.1
20552026-08-11T21:39:29.643Z Compiling idna v1.1.0
20562026-08-11T21:39:29.784Z Compiling scroll_derive v0.13.1
20572026-08-11T21:39:29.888Z Compiling is_terminal_polyfill v1.70.2
20582026-08-11T21:39:30.016Z Compiling url v2.5.8
20592026-08-11T21:39:30.030Z Compiling rand_chacha v0.9.0
20602026-08-11T21:39:30.052Z Compiling crossbeam-utils v0.8.21
20612026-08-11T21:39:30.092Z Compiling camino v1.2.2
20622026-08-11T21:39:30.321Z Compiling rand v0.9.2
20632026-08-11T21:39:30.368Z Compiling anstyle-query v1.1.5
20642026-08-11T21:39:30.427Z Compiling colorchoice v1.0.4
20652026-08-11T21:39:30.575Z Compiling http v1.4.2
20662026-08-11T21:39:30.619Z Compiling pkcs8 v0.10.2
20672026-08-11T21:39:30.748Z Compiling sha2 v0.10.9
20682026-08-11T21:39:30.933Z Compiling rustls-pki-types v1.14.0
20692026-08-11T21:39:31.010Z Compiling daft-derive v0.1.7
20702026-08-11T21:39:31.118Z Compiling spin v0.9.8
20712026-08-11T21:39:31.151Z Compiling num-conv v0.2.0
20722026-08-11T21:39:31.316Z Compiling time-core v0.1.8
20732026-08-11T21:39:31.397Z Compiling tinyvec_macros v0.1.1
20742026-08-11T21:39:31.485Z Compiling tinyvec v1.10.0
20752026-08-11T21:39:31.493Z Compiling time-macros v0.2.27
20762026-08-11T21:39:31.702Z Compiling async-trait v0.1.89
20772026-08-11T21:39:31.723Z Compiling structmeta-derive v0.3.0
20782026-08-11T21:39:31.723Z Compiling anstyle-parse v1.0.0
20792026-08-11T21:39:31.760Z Compiling tracing-core v0.1.36
20802026-08-11T21:39:31.902Z Compiling cmov v0.5.4
20812026-08-11T21:39:32.092Z Compiling simd-adler32 v0.3.8
20822026-08-11T21:39:32.113Z Compiling untrusted v0.7.1
20832026-08-11T21:39:32.196Z Compiling plain v0.2.3
20842026-08-11T21:39:32.249Z Compiling tracing v0.1.44
20852026-08-11T21:39:32.295Z Compiling ctutils v0.4.2
20862026-08-11T21:39:32.328Z Compiling anstream v1.0.0
20872026-08-11T21:39:32.497Z Compiling http-body v1.0.1
20882026-08-11T21:39:32.583Z Compiling toml_datetime v0.6.11
20892026-08-11T21:39:32.611Z Compiling serde_spanned v0.6.9
20902026-08-11T21:39:32.687Z Compiling pin-project-internal v1.1.11
20912026-08-11T21:39:32.742Z Compiling structmeta v0.3.0
20922026-08-11T21:39:32.816Z Compiling terminal_size v0.4.3
20932026-08-11T21:39:32.836Z Compiling slog v2.8.2
20942026-08-11T21:39:32.893Z Compiling tokio-util v0.7.18
20952026-08-11T21:39:32.908Z Compiling wait-timeout v0.2.1
20962026-08-11T21:39:32.957Z Compiling cookie v0.18.1
20972026-08-11T21:39:32.997Z Compiling tap v1.0.1
20982026-08-11T21:39:33.013Z Compiling bit-vec v0.8.0
20992026-08-11T21:39:33.075Z Compiling adler2 v2.0.1
21002026-08-11T21:39:33.151Z Compiling untrusted v0.9.0
21012026-08-11T21:39:33.155Z Compiling clap_lex v1.0.0
21022026-08-11T21:39:33.184Z Compiling openssl-probe v0.2.1
21032026-08-11T21:39:33.304Z Compiling quick-error v1.2.3
21042026-08-11T21:39:33.320Z Compiling zstd-safe v7.2.4
21052026-08-11T21:39:33.451Z Compiling rusty-fork v0.3.1
21062026-08-11T21:39:33.457Z Compiling bit-set v0.8.0
21072026-08-11T21:39:33.516Z Compiling miniz_oxide v0.8.9
21082026-08-11T21:39:33.545Z Compiling clap_builder v4.6.0
21092026-08-11T21:39:33.560Z Compiling wyz v0.5.1
21102026-08-11T21:39:33.654Z Compiling derive-ex v0.1.8
21112026-08-11T21:39:33.900Z Compiling hybrid-array v0.4.13
21122026-08-11T21:39:33.932Z Compiling unicode-normalization v0.1.25
21132026-08-11T21:39:34.054Z Compiling rand_chacha v0.3.1
21142026-08-11T21:39:34.160Z Compiling signature v2.2.0
21152026-08-11T21:39:34.181Z Compiling scroll_derive v0.12.1
21162026-08-11T21:39:34.304Z Compiling rand_xorshift v0.4.0
21172026-08-11T21:39:34.323Z Compiling heapless v0.7.17
21182026-08-11T21:39:34.541Z Compiling num-integer v0.1.46
21192026-08-11T21:39:34.561Z Compiling aho-corasick v1.1.4
21202026-08-11T21:39:34.609Z Compiling tower-layer v0.3.3
21212026-08-11T21:39:34.678Z Compiling pretty-hex v0.4.1
21222026-08-11T21:39:34.749Z Compiling usdt-impl v0.6.0
21232026-08-11T21:39:34.831Z Compiling signal-hook v0.3.18
21242026-08-11T21:39:34.846Z Compiling tower-service v0.3.3
21252026-08-11T21:39:34.863Z Compiling try-lock v0.2.5
21262026-08-11T21:39:34.936Z Compiling atomic-waker v1.1.2
21272026-08-11T21:39:34.986Z Compiling anyhow v1.0.102
21282026-08-11T21:39:35.018Z Compiling funty v2.0.0
21292026-08-11T21:39:35.036Z Compiling unarray v0.1.4
21302026-08-11T21:39:35.093Z Compiling zlib-rs v0.6.2
21312026-08-11T21:39:35.109Z Compiling rustix v0.38.44
21322026-08-11T21:39:35.184Z Compiling test-strategy v0.4.5
21332026-08-11T21:39:35.200Z Compiling proptest v1.11.0
21342026-08-11T21:39:35.217Z Compiling want v0.3.1
21352026-08-11T21:39:35.297Z Compiling h2 v0.4.15
21362026-08-11T21:39:35.430Z Compiling regex-automata v0.4.14
21372026-08-11T21:39:35.447Z Compiling bitvec v1.0.1
21382026-08-11T21:39:35.624Z Compiling clap v4.6.1
21392026-08-11T21:39:35.735Z Compiling num-iter v0.1.45
21402026-08-11T21:39:36.179Z Compiling rand v0.8.6
21412026-08-11T21:39:36.471Z Compiling ipnetwork v0.21.1
21422026-08-11T21:39:36.752Z Compiling lazy_static v1.5.0
21432026-08-11T21:39:36.886Z Compiling scroll v0.13.0
21442026-08-11T21:39:36.957Z Compiling ipnet v2.11.0
21452026-08-11T21:39:37.183Z Compiling snafu-derive v0.8.9
21462026-08-11T21:39:37.372Z Compiling flate2 v1.1.9
21472026-08-11T21:39:37.441Z Compiling strum_macros v0.26.4
21482026-08-11T21:39:37.936Z Compiling anstyle-parse v0.2.7
21492026-08-11T21:39:38.245Z Compiling darling_core v0.23.0
21502026-08-11T21:39:38.459Z Compiling darling_core v0.20.11
21512026-08-11T21:39:38.914Z Compiling foreign-types-shared v0.1.1
21522026-08-11T21:39:39.022Z Compiling httpdate v1.0.3
21532026-08-11T21:39:39.147Z Compiling nodrop v0.1.14
21542026-08-11T21:39:39.179Z Compiling crc-catalog v2.4.0
21552026-08-11T21:39:39.263Z Compiling winnow v0.5.40
21562026-08-11T21:39:39.331Z Compiling crc v3.4.0
21572026-08-11T21:39:39.422Z Compiling array-init v0.0.4
21582026-08-11T21:39:39.567Z Compiling hyper v1.10.1
21592026-08-11T21:39:39.745Z Compiling foreign-types v0.3.2
21602026-08-11T21:39:39.866Z Compiling anstream v0.6.21
21612026-08-11T21:39:40.387Z Compiling newtype-uuid v1.3.2
21622026-08-11T21:39:40.493Z Compiling darling_macro v0.20.11
21632026-08-11T21:39:40.499Z Compiling darling_macro v0.23.0
21642026-08-11T21:39:41.014Z Compiling toml_edit v0.19.15
21652026-08-11T21:39:41.039Z Compiling goblin v0.10.5
21662026-08-11T21:39:41.058Z Compiling oxnet v0.1.6
21672026-08-11T21:39:41.273Z Compiling smallvec v0.6.14
21682026-08-11T21:39:41.405Z Compiling pkcs1 v0.7.5
21692026-08-11T21:39:41.687Z Compiling zerocopy v0.6.6
21702026-08-11T21:39:41.821Z Compiling bitfield v0.19.4
21712026-08-11T21:39:42.076Z Compiling zerocopy-derive v0.7.35
21722026-08-11T21:39:42.125Z Compiling curve25519-dalek v4.1.3
21732026-08-11T21:39:42.402Z Compiling env_filter v1.0.0
21742026-08-11T21:39:42.540Z Compiling memoffset v0.9.1
21752026-08-11T21:39:42.637Z Compiling litrs v1.0.0
21762026-08-11T21:39:42.870Z Compiling base64 v0.21.7
21772026-08-11T21:39:42.894Z Compiling smoltcp v0.9.1
21782026-08-11T21:39:43.039Z Compiling ref-cast v1.0.25
21792026-08-11T21:39:43.244Z Compiling hashbrown v0.12.3
21802026-08-11T21:39:43.301Z Compiling ron v0.8.1
21812026-08-11T21:39:43.415Z Compiling document-features v0.2.12
21822026-08-11T21:39:43.588Z Compiling env_logger v0.11.9
21832026-08-11T21:39:43.611Z Compiling toml v0.7.8
21842026-08-11T21:39:43.826Z Compiling dof v0.4.0
21852026-08-11T21:39:43.949Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21862026-08-11T21:39:43.975Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21872026-08-11T21:39:44.348Z Compiling rsa v0.9.10
21882026-08-11T21:39:44.395Z Compiling serde-hex v0.1.0
21892026-08-11T21:39:44.649Z Compiling daft v0.1.7
21902026-08-11T21:39:44.833Z Compiling bzip2 v0.4.4
21912026-08-11T21:39:44.850Z Compiling darling v0.20.11
21922026-08-11T21:39:44.864Z Compiling darling v0.23.0
21932026-08-11T21:39:44.946Z Compiling hyper-util v0.1.20
21942026-08-11T21:39:44.979Z Compiling hashbrown v0.13.2
21952026-08-11T21:39:45.557Z Compiling dtrace-parser v0.3.0
21962026-08-11T21:39:45.584Z Compiling x509-cert v0.2.5
21972026-08-11T21:39:45.694Z Compiling hmac v0.12.1
21982026-08-11T21:39:45.854Z Compiling async-recursion v1.1.1
21992026-08-11T21:39:46.003Z Compiling sync_wrapper v1.0.2
22002026-08-11T21:39:46.151Z Compiling thread-id v5.1.0
22012026-08-11T21:39:46.249Z Compiling powerfmt v0.2.0
22022026-08-11T21:39:46.510Z Compiling crc-any v2.5.0
22032026-08-11T21:39:46.526Z Compiling siphasher v1.0.2
22042026-08-11T21:39:46.631Z Compiling cfg_aliases v0.2.1
22052026-08-11T21:39:46.698Z Compiling deranged v0.5.8
22062026-08-11T21:39:46.717Z Compiling nix v0.31.2
22072026-08-11T21:39:47.070Z Compiling tower v0.5.3
22082026-08-11T21:39:47.668Z Compiling object v0.30.4
22092026-08-11T21:39:48.162Z Compiling zip v0.6.6
22102026-08-11T21:39:48.257Z Compiling serde_with_macros v3.21.0
22112026-08-11T21:39:48.298Z Compiling derive_builder_core v0.20.2
22122026-08-11T21:39:48.545Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22132026-08-11T21:39:48.988Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22142026-08-11T21:39:49.170Z Compiling bstr v1.12.1
22152026-08-11T21:39:49.308Z Compiling crypto-common v0.2.2
22162026-08-11T21:39:49.324Z Compiling block-buffer v0.12.1
22172026-08-11T21:39:49.626Z Compiling http-body-util v0.1.3
22182026-08-11T21:39:49.889Z Compiling futures-executor v0.3.32
22192026-08-11T21:39:49.906Z Compiling serde_tokenstream v0.2.3
22202026-08-11T21:39:49.964Z Compiling erased-serde v0.3.31
22212026-08-11T21:39:50.008Z Compiling hubpack_derive v0.1.1
22222026-08-11T21:39:50.222Z Compiling ref-cast-impl v1.0.25
22232026-08-11T21:39:50.281Z Compiling curve25519-dalek-derive v0.1.1
22242026-08-11T21:39:50.388Z Compiling strum_macros v0.27.2
22252026-08-11T21:39:50.476Z Compiling fs-err v3.3.0
22262026-08-11T21:39:50.593Z Compiling usdt-impl v0.5.0
22272026-08-11T21:39:50.788Z Compiling ryu v1.0.23
22282026-08-11T21:39:50.827Z Compiling iri-string v0.7.10
22292026-08-11T21:39:50.990Z Compiling unicode-properties v0.1.4
22302026-08-11T21:39:51.116Z Compiling object v0.37.3
22312026-08-11T21:39:51.221Z Compiling num_threads v0.1.7
22322026-08-11T21:39:51.336Z Compiling unicode-bidi v0.3.18
22332026-08-11T21:39:51.351Z Compiling allocator-api2 v0.2.21
22342026-08-11T21:39:51.398Z Compiling path-slash v0.1.5
22352026-08-11T21:39:51.568Z Compiling same-file v1.0.6
22362026-08-11T21:39:51.696Z Compiling walkdir v2.5.0
22372026-08-11T21:39:51.762Z Compiling stringprep v0.1.5
22382026-08-11T21:39:51.795Z Compiling serde_urlencoded v0.7.1
22392026-08-11T21:39:51.822Z Compiling time v0.3.47
22402026-08-11T21:39:52.094Z Compiling tower-http v0.6.8
22412026-08-11T21:39:53.359Z Compiling futures v0.3.32
22422026-08-11T21:39:53.540Z Compiling derive_builder_macro v0.20.2
22432026-08-11T21:39:54.040Z Compiling tokio-native-tls v0.3.1
22442026-08-11T21:39:54.120Z Compiling strum v0.26.3
22452026-08-11T21:39:54.275Z Compiling block-padding v0.4.2
22462026-08-11T21:39:54.354Z Compiling scroll v0.12.0
22472026-08-11T21:39:54.442Z Compiling pin-project v1.1.11
22482026-08-11T21:39:54.457Z Compiling rustls-native-certs v0.8.3
22492026-08-11T21:39:54.535Z Compiling md-5 v0.10.6
22502026-08-11T21:39:54.562Z Compiling hash32 v0.2.1
22512026-08-11T21:39:54.566Z Compiling vergen-lib v9.1.0
22522026-08-11T21:39:54.694Z Compiling encoding_rs v0.8.35
22532026-08-11T21:39:54.726Z Compiling psl-types v2.0.11
22542026-08-11T21:39:54.730Z Compiling jiff-core v0.1.0
22552026-08-11T21:39:54.775Z Compiling mime v0.3.17
22562026-08-11T21:39:54.836Z Compiling fallible-iterator v0.2.0
22572026-08-11T21:39:54.879Z Compiling cpufeatures v0.3.0
22582026-08-11T21:39:54.970Z Compiling publicsuffix v2.3.0
22592026-08-11T21:39:55.115Z Compiling goblin v0.8.2
22602026-08-11T21:39:55.135Z Compiling postgres-protocol v0.6.10
22612026-08-11T21:39:55.296Z Compiling snafu v0.8.9
22622026-08-11T21:39:55.504Z Compiling inout v0.2.2
22632026-08-11T21:39:55.640Z Compiling jiff v0.2.34
22642026-08-11T21:39:55.726Z Compiling hyper-tls v0.6.0
22652026-08-11T21:39:55.814Z Compiling derive_builder v0.20.2
22662026-08-11T21:39:55.999Z Compiling usdt-attr-macro v0.6.0
22672026-08-11T21:39:56.149Z Compiling usdt-macro v0.6.0
22682026-08-11T21:39:56.203Z Compiling globset v0.4.18
22692026-08-11T21:39:56.219Z Compiling phf_shared v0.13.1
22702026-08-11T21:39:56.229Z Compiling crossbeam-epoch v0.9.18
22712026-08-11T21:39:58.817Z Compiling zerocopy v0.7.35
22722026-08-11T21:39:58.891Z Compiling regex v1.12.3
22732026-08-11T21:39:58.891Z Compiling serde_plain v1.0.2
22742026-08-11T21:39:58.892Z Compiling enum-as-inner v0.6.1
22752026-08-11T21:39:58.892Z Compiling serde_repr v0.1.20
22762026-08-11T21:39:58.892Z Compiling pem v3.0.6
22772026-08-11T21:39:58.892Z Compiling vergen v9.1.0
22782026-08-11T21:39:58.892Z Compiling cargo-platform v0.3.2
22792026-08-11T21:39:58.892Z Compiling ff v0.13.1
22802026-08-11T21:39:58.892Z Compiling filetime v0.2.27
22812026-08-11T21:39:58.892Z Compiling bumpalo v3.20.2
22822026-08-11T21:39:58.892Z Compiling foldhash v0.2.0
22832026-08-11T21:39:58.892Z Compiling either v1.15.0
22842026-08-11T21:39:58.892Z Compiling xattr v1.6.1
22852026-08-11T21:39:58.892Z Compiling libbz2-rs-sys v0.2.2
22862026-08-11T21:39:58.892Z Compiling foldhash v0.1.5
22872026-08-11T21:39:58.892Z Compiling unicode-segmentation v1.12.0
22882026-08-11T21:39:58.892Z Compiling typed-path v0.9.3
22892026-08-11T21:39:58.892Z Compiling bitflags v1.3.2
22902026-08-11T21:39:58.892Z Compiling managed v0.8.0
22912026-08-11T21:39:58.892Z Compiling const-oid v0.10.2
22922026-08-11T21:39:58.892Z Compiling base16ct v0.2.0
22932026-08-11T21:39:58.892Z Compiling digest v0.11.3
22942026-08-11T21:39:58.892Z Compiling sec1 v0.7.3
22952026-08-11T21:39:58.892Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22962026-08-11T21:39:58.892Z Compiling bzip2 v0.6.1
22972026-08-11T21:39:58.892Z Compiling hashbrown v0.15.5
22982026-08-11T21:39:58.892Z Compiling tar v0.4.46
22992026-08-11T21:39:58.892Z Compiling hashbrown v0.16.1
23002026-08-11T21:39:58.966Z Compiling zopfli v0.8.3
23012026-08-11T21:39:58.966Z Compiling group v0.13.0
23022026-08-11T21:39:59.082Z Compiling cargo_metadata v0.23.1
23032026-08-11T21:39:59.106Z Compiling dof v0.3.0
23042026-08-11T21:39:59.866Z Compiling phf v0.13.1
23052026-08-11T21:39:59.942Z Compiling zstd v0.13.3
23062026-08-11T21:40:00.250Z Compiling reqwest v0.12.28
23072026-08-11T21:40:00.333Z Compiling signal-hook-mio v0.2.5
23082026-08-11T21:40:00.469Z Compiling cipher v0.5.2
23092026-08-11T21:40:00.485Z Compiling cookie_store v0.22.1
23102026-08-11T21:40:00.542Z Compiling postgres-types v0.2.12
23112026-08-11T21:40:00.698Z Compiling strum v0.27.2
23122026-08-11T21:40:00.932Z Compiling hubpack v0.1.2
23132026-08-11T21:40:00.983Z Compiling phf_shared v0.11.3
23142026-08-11T21:40:01.071Z Compiling hkdf v0.12.4
23152026-08-11T21:40:01.086Z Compiling dtrace-parser v0.2.0
23162026-08-11T21:40:01.100Z Compiling ed25519 v2.2.3
23172026-08-11T21:40:01.161Z Compiling byte-wrapper v0.1.0
23182026-08-11T21:40:01.178Z Compiling olpc-cjson v0.1.4
23192026-08-11T21:40:01.433Z Compiling serde-big-array v0.5.1
23202026-08-11T21:40:01.591Z Compiling crypto-bigint v0.5.5
23212026-08-11T21:40:01.594Z Compiling float-cmp v0.10.0
23222026-08-11T21:40:01.712Z Compiling memmap2 v0.9.10
23232026-08-11T21:40:01.731Z Compiling thread-id v4.2.2
23242026-08-11T21:40:01.777Z Compiling precomputed-hash v0.1.1
23252026-08-11T21:40:01.879Z Compiling difflib v0.4.0
23262026-08-11T21:40:01.973Z Compiling normalize-line-endings v0.3.0
23272026-08-11T21:40:01.988Z Compiling whoami v2.1.0
23282026-08-11T21:40:02.021Z Compiling winnow v0.7.14
23292026-08-11T21:40:02.076Z Compiling data-encoding v2.10.0
23302026-08-11T21:40:02.238Z Compiling keccak v0.1.6
23312026-08-11T21:40:02.327Z Compiling toml_write v0.1.2
23322026-08-11T21:40:02.331Z Compiling rayon-core v1.13.0
23332026-08-11T21:40:02.452Z Compiling static_assertions v1.1.0
23342026-08-11T21:40:02.543Z Compiling predicates-core v1.0.10
23352026-08-11T21:40:02.546Z Compiling new_debug_unreachable v1.0.6
23362026-08-11T21:40:02.546Z Compiling fixedbitset v0.5.7
23372026-08-11T21:40:02.820Z Compiling winnow v1.0.3
23382026-08-11T21:40:02.937Z Compiling fixedbitset v0.4.2
23392026-08-11T21:40:03.113Z Compiling petgraph v0.6.5
23402026-08-11T21:40:03.223Z Compiling toml_parser v1.1.2+spec-1.1.0
23412026-08-11T21:40:03.263Z Compiling chacha20 v0.10.0
23422026-08-11T21:40:03.279Z Compiling petgraph v0.8.3
23432026-08-11T21:40:03.603Z Compiling toml_edit v0.22.27
23442026-08-11T21:40:03.810Z Compiling predicates v3.1.4
23452026-08-11T21:40:03.995Z Compiling string_cache v0.8.9
23462026-08-11T21:40:04.267Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-11T21:40:04.288Z Compiling elliptic-curve v0.13.8
23482026-08-11T21:40:04.387Z Compiling sha3 v0.10.8
23492026-08-11T21:40:04.499Z Compiling hickory-proto v0.25.2
23502026-08-11T21:40:04.657Z Compiling tokio-postgres v0.7.16
23512026-08-11T21:40:04.799Z Compiling usdt v0.6.0
23522026-08-11T21:40:05.245Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23532026-08-11T21:40:06.259Z Compiling ed25519-dalek v2.2.0
23542026-08-11T21:40:06.983Z Compiling zip v4.6.1
23552026-08-11T21:40:07.020Z Compiling crossterm v0.28.1
23562026-08-11T21:40:07.423Z Compiling iddqd v0.4.2
23572026-08-11T21:40:08.222Z Compiling similar v2.7.0
23582026-08-11T21:40:08.239Z Compiling heck v0.4.1
23592026-08-11T21:40:08.253Z Compiling itertools v0.15.0
23602026-08-11T21:40:08.469Z Compiling itertools v0.13.0
23612026-08-11T21:40:08.964Z Compiling serde_with v3.21.0
23622026-08-11T21:40:09.847Z Compiling tokio-stream v0.1.18
23632026-08-11T21:40:09.901Z Compiling buf-list v1.1.2
23642026-08-11T21:40:10.046Z Compiling half v2.7.1
23652026-08-11T21:40:10.086Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23662026-08-11T21:40:10.172Z Compiling openapiv3 v2.2.0
23672026-08-11T21:40:10.401Z Compiling ciborium-io v0.2.2
23682026-08-11T21:40:10.458Z Compiling lalrpop-util v0.19.12
23692026-08-11T21:40:10.508Z Compiling peg-runtime v0.8.5
23702026-08-11T21:40:10.775Z Compiling ciborium-ll v0.2.2
23712026-08-11T21:40:11.768Z Compiling crossbeam-deque v0.8.6
23722026-08-11T21:40:12.167Z Compiling camino-tempfile v1.4.1
23732026-08-11T21:40:12.576Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23742026-08-11T21:40:13.065Z Compiling blake3 v1.8.5
23752026-08-11T21:40:13.249Z Compiling fs-err v2.11.0
23762026-08-11T21:40:15.412Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23772026-08-11T21:40:16.707Z Compiling rustls-webpki v0.103.13
23782026-08-11T21:40:17.389Z Compiling ciborium v0.2.2
23792026-08-11T21:40:17.585Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23802026-08-11T21:40:18.447Z Compiling thread_local v1.1.9
23812026-08-11T21:40:18.871Z Compiling arrayref v0.3.9
23822026-08-11T21:40:18.926Z Compiling constant_time_eq v0.4.2
23832026-08-11T21:40:18.963Z Compiling arrayvec v0.7.6
23842026-08-11T21:40:19.077Z Compiling slog-async v2.8.0
23852026-08-11T21:40:19.145Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23862026-08-11T21:40:19.211Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23872026-08-11T21:40:19.228Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23882026-08-11T21:40:19.423Z Compiling toml v0.8.23
23892026-08-11T21:40:19.520Z Compiling atomicwrites v0.4.4
23902026-08-11T21:40:19.600Z Compiling digest-io v0.1.0
23912026-08-11T21:40:19.621Z Compiling sha2 v0.11.0
23922026-08-11T21:40:19.760Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23932026-08-11T21:40:19.824Z Compiling crossbeam-channel v0.5.15
23942026-08-11T21:40:19.900Z Compiling serde_path_to_error v0.1.20
23952026-08-11T21:40:19.917Z Compiling is-terminal v0.4.17
23962026-08-11T21:40:20.040Z Compiling topological-sort v0.2.2
23972026-08-11T21:40:20.206Z Compiling take_mut v0.2.2
23982026-08-11T21:40:20.235Z Compiling rawzip v0.4.4
23992026-08-11T21:40:20.313Z Compiling tokio-rustls v0.26.4
24002026-08-11T21:40:20.347Z Compiling rustls-platform-verifier v0.6.2
24012026-08-11T21:40:20.373Z Compiling tough v0.22.0
24022026-08-11T21:40:20.502Z Compiling term v1.2.1
24032026-08-11T21:40:20.518Z Compiling debug-ignore v1.0.5
24042026-08-11T21:40:20.574Z Compiling hyper-rustls v0.27.7
24052026-08-11T21:40:20.608Z Compiling parse-size v1.1.0
24062026-08-11T21:40:20.653Z Compiling indent_write v2.2.0
24072026-08-11T21:40:20.829Z Compiling reqwest v0.13.2
24082026-08-11T21:40:20.915Z Compiling slog-term v2.9.2
24092026-08-11T21:40:21.167Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24102026-08-11T21:40:21.333Z Compiling shell-words v1.1.1
24112026-08-11T21:40:23.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24122026-08-11T21:40:29.020Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24132026-08-11T21:40:31.095Z Compiling omicron-zone-package v0.12.3
24142026-08-11T21:40:31.656Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24152026-08-11T21:40:31.725Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24162026-08-11T21:40:31.760Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24172026-08-11T21:40:36.230Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24182026-08-11T21:40:48.707Z Finished `release` profile [optimized] target(s) in 1m 30s
24192026-08-11T21:40:48.852Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24202026-08-11T21:40:48.910ZAug 11 21:40:47.682 DEBG changing working directory to /work/oxidecomputer/omicron
24212026-08-11T21:40:49.004ZAug 11 21:40:47.777 DEBG running: git rev-parse HEAD
24222026-08-11T21:40:49.007ZAug 11 21:40:47.779 DEBG process exited with exit status: 0 (2.356511ms)
24232026-08-11T21:40:49.007ZAug 11 21:40:47.779 INFO version: 23.0.0-0.ci+git68697a7dff3
24242026-08-11T21:40:49.014ZAug 11 21:40:47.787 INFO cloning helios to /work/oxidecomputer/helios
24252026-08-11T21:40:49.015ZAug 11 21:40:47.787 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24262026-08-11T21:40:49.018ZCloning into '/work/oxidecomputer/helios'...
24272026-08-11T21:40:49.605ZAug 11 21:40:48.378 DEBG process exited with exit status: 0 (590.552914ms)
24282026-08-11T21:40:49.605ZAug 11 21:40:48.378 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24292026-08-11T21:40:49.609ZAug 11 21:40:48.380 DEBG process exited with exit status: 0 (2.508032ms)
24302026-08-11T21:40:49.609ZAug 11 21:40:48.380 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24312026-08-11T21:40:49.968ZAug 11 21:40:48.740 DEBG process exited with exit status: 0 (360.219691ms)
24322026-08-11T21:40:49.968ZAug 11 21:40:48.740 DEBG running: zfs list rpool/images/build/host
24332026-08-11T21:40:49.972ZNAME USED AVAIL REFER MOUNTPOINT
24342026-08-11T21:40:49.972Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24352026-08-11T21:40:49.976ZAug 11 21:40:48.745 DEBG process exited with exit status: 0 (4.429294ms)
24362026-08-11T21:40:49.976ZAug 11 21:40:48.745 DEBG running: zfs list rpool/images/build/recovery
24372026-08-11T21:40:49.979ZNAME USED AVAIL REFER MOUNTPOINT
24382026-08-11T21:40:49.979Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24392026-08-11T21:40:49.979ZAug 11 21:40:48.748 DEBG process exited with exit status: 0 (3.527192ms)
24402026-08-11T21:40:49.979ZAug 11 21:40:48.748 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24412026-08-11T21:40:49.988ZAug 11 21:40:48.760 INFO console client API version matches nexus API version (2026073100.0.0)
24422026-08-11T21:40:49.993ZAug 11 21:40:48.762 INFO [hubris-staging] running task
24432026-08-11T21:40:49.993ZAug 11 21:40:48.762 INFO [incorp-manifest] running task
24442026-08-11T21:40:49.993ZAug 11 21:40:48.762 INFO [hubris-production] running task
24452026-08-11T21:40:49.993ZAug 11 21:40:48.762 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24462026-08-11T21:40:49.993ZAug 11 21:40:48.763 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
24472026-08-11T21:40:49.993ZAug 11 21:40:48.763 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24482026-08-11T21:40:49.997ZAug 11 21:40:48.765 INFO [incorp-create] running: pkgrepo create /work/incorporation
24492026-08-11T21:40:50.031Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24502026-08-11T21:40:50.229ZAug 11 21:40:48.999 INFO [incorp-create] process exited with exit status: 0 (235.328706ms)
24512026-08-11T21:40:50.232ZAug 11 21:40:48.999 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24522026-08-11T21:40:50.437Z[ omicron-package] Blocking waiting for file lock on package cache
24532026-08-11T21:40:50.461ZAug 11 21:40:49.234 INFO [incorp-publisher] process exited with exit status: 0 (234.718137ms)
24542026-08-11T21:40:50.819Z[ omicron-package] Blocking waiting for file lock on package cache
24552026-08-11T21:40:51.114ZAug 11 21:40:49.886 INFO [hubris-production] task succeeded (1.124185235s)
24562026-08-11T21:40:51.581ZAug 11 21:40:50.352 DEBG process exited with exit status: 0 (1.590337597s)
24572026-08-11T21:40:51.584ZAug 11 21:40:50.353 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24582026-08-11T21:40:51.892Z[ omicron-package] Compiling macaddr v1.0.1
24592026-08-11T21:40:51.893Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24602026-08-11T21:40:51.893Z[ omicron-package] Compiling secrecy v0.10.3
24612026-08-11T21:40:51.896Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-08-11T21:40:51.896Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24632026-08-11T21:40:51.896Z[ omicron-package] Compiling heapless v0.8.0
24642026-08-11T21:40:51.896Z[ omicron-package] Compiling ingot-macros v0.2.0
24652026-08-11T21:40:51.896Z[ omicron-package] Compiling hash32 v0.3.1
24662026-08-11T21:40:51.896Z[ omicron-package] Compiling inout v0.1.4
24672026-08-11T21:40:51.896Z[ omicron-package] Compiling multer v3.1.0
24682026-08-11T21:40:51.896Z[ omicron-package] Compiling smoltcp v0.11.0
24692026-08-11T21:40:51.896Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24702026-08-11T21:40:51.896Z[ omicron-package] Compiling match_cfg v0.1.0
24712026-08-11T21:40:51.897Z[ omicron-package] Compiling unicode-width v0.2.0
24722026-08-11T21:40:51.897Z[ omicron-package] Compiling compression-core v0.4.31
24732026-08-11T21:40:51.900Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24742026-08-11T21:40:52.341Z[ omicron-package] Compiling slog-json v2.6.1
24752026-08-11T21:40:52.545Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24762026-08-11T21:40:52.595Z[ omicron-package] Compiling hostname v0.3.1
24772026-08-11T21:40:53.213Z[ omicron-package] Compiling cipher v0.4.4
24782026-08-11T21:40:53.234Z[ omicron-package] Compiling compression-codecs v0.4.37
24792026-08-11T21:40:53.234Z[ omicron-package] Compiling cobs v0.3.0
24802026-08-11T21:40:53.265Z[ omicron-package] Compiling universal-hash v0.5.1
24812026-08-11T21:40:53.265Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24822026-08-11T21:40:53.314Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-08-11T21:40:53.314Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24842026-08-11T21:40:53.318Z[ omicron-package] Compiling dropshot v0.17.1
24852026-08-11T21:40:53.318Z[ omicron-package] Compiling serde_spanned v1.1.1
24862026-08-11T21:40:53.425Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24872026-08-11T21:40:53.557Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24882026-08-11T21:40:53.560Z[ omicron-package] Compiling async-stream-impl v0.3.6
24892026-08-11T21:40:53.560Z[ omicron-package] Compiling opaque-debug v0.3.1
24902026-08-11T21:40:53.619Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24912026-08-11T21:40:53.619Z[ omicron-package] Compiling convert_case v0.4.0
24922026-08-11T21:40:53.812Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24932026-08-11T21:40:53.893Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
24942026-08-11T21:40:53.897Z[ omicron-package] Compiling poly1305 v0.8.0
24952026-08-11T21:40:54.032Z[ omicron-package] Compiling derive_more v0.99.20
24962026-08-11T21:40:54.057Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-08-11T21:40:54.097Z[ omicron-package] Compiling chacha20 v0.9.1
24982026-08-11T21:40:54.105ZAug 11 21:40:52.877 DEBG process exited with exit status: 0 (2.524486611s)
24992026-08-11T21:40:54.117ZAug 11 21:40:52.889 INFO [incorp-manifest] task succeeded (4.127025908s)
25002026-08-11T21:40:54.119ZAug 11 21:40:52.889 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25012026-08-11T21:40:54.145Z[ omicron-package] Compiling async-compression v0.4.41
25022026-08-11T21:40:54.182Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25032026-08-11T21:40:54.337Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25042026-08-11T21:40:54.342Z[ omicron-package] Compiling postcard v1.1.3
25052026-08-11T21:40:54.345ZAug 11 21:40:53.116 INFO [incorp-fmt] process exited with exit status: 0 (226.47414ms)
25062026-08-11T21:40:54.345ZAug 11 21:40:53.116 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25072026-08-11T21:40:54.456Z[ omicron-package] Compiling slog-bunyan v2.5.0
25082026-08-11T21:40:54.574Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25092026-08-11T21:40:54.577Z[ omicron-package] Compiling async-stream v0.3.6
25102026-08-11T21:40:54.806Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260811T214053Z
25112026-08-11T21:40:54.806Z[ incorp-pkgsend] PUBLISHED
25122026-08-11T21:40:54.813Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25132026-08-11T21:40:54.813Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25142026-08-11T21:40:54.813ZAug 11 21:40:53.569 INFO [incorp-pkgsend] process exited with exit status: 0 (453.447841ms)
25152026-08-11T21:40:54.813ZAug 11 21:40:53.570 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25162026-08-11T21:40:54.829Z[ omicron-package] Compiling sha1 v0.11.0
25172026-08-11T21:40:54.895Z[ omicron-package] Compiling num_enum_derive v0.7.6
25182026-08-11T21:40:54.898Z[ omicron-package] Compiling progenitor-client v0.14.0
25192026-08-11T21:40:54.925Z[ omicron-package] Compiling parse-display-derive v0.10.0
25202026-08-11T21:40:55.040Z[ omicron-package] Compiling waitgroup v0.1.2
25212026-08-11T21:40:55.044Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25222026-08-11T21:40:55.055Z[ helios-incorp] Retrieving packages for publisher helios ...
25232026-08-11T21:40:55.059Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25242026-08-11T21:40:55.098Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25252026-08-11T21:40:55.098Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25262026-08-11T21:40:55.101Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25272026-08-11T21:40:55.106Z[ helios-incorp]
25282026-08-11T21:40:55.123Z[ helios-incorp] Archiving packages ...
25292026-08-11T21:40:55.123Z[ helios-incorp] Packages to add: 1
25302026-08-11T21:40:55.123Z[ helios-incorp] Files to retrieve: 0
25312026-08-11T21:40:55.123Z[ helios-incorp] Estimated transfer size: 0.00 B
25322026-08-11T21:40:55.127Z[ helios-incorp]
25332026-08-11T21:40:55.127Z[ helios-incorp] Packages to archive:
25342026-08-11T21:40:55.127Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260811T214053Z
25352026-08-11T21:40:55.127Z[ helios-incorp]
25362026-08-11T21:40:55.128Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25372026-08-11T21:40:55.128Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25382026-08-11T21:40:55.157ZAug 11 21:40:53.929 INFO [helios-incorp] process exited with exit status: 0 (358.95304ms)
25392026-08-11T21:40:55.268Z[ omicron-package] Compiling backon v1.6.0
25402026-08-11T21:40:55.289Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25412026-08-11T21:40:55.325Z[ omicron-package] Compiling password-hash v0.5.0
25422026-08-11T21:40:55.436Z[ omicron-package] Compiling ingot-types v0.2.0
25432026-08-11T21:40:55.490Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25442026-08-11T21:40:55.523Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25452026-08-11T21:40:55.631Z[ omicron-package] Compiling blake2 v0.10.6
25462026-08-11T21:40:55.684Z[ omicron-package] Compiling aead v0.5.2
25472026-08-11T21:40:55.721Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25482026-08-11T21:40:55.769Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25492026-08-11T21:40:55.836Z[ omicron-package] Compiling proc-macro-error v1.0.4
25502026-08-11T21:40:56.029Z[ omicron-package] Compiling ingot v0.2.1
25512026-08-11T21:40:56.029Z[ omicron-package] Compiling hostname v0.4.2
25522026-08-11T21:40:56.109Z[ omicron-package] Compiling instant v0.1.13
25532026-08-11T21:40:56.144Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25542026-08-11T21:40:56.234Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25552026-08-11T21:40:56.256Z[ omicron-package] Compiling backoff v0.4.0
25562026-08-11T21:40:56.290Z[ omicron-package] Compiling num_enum v0.7.6
25572026-08-11T21:40:56.365Z[ omicron-package] Compiling argon2 v0.5.3
25582026-08-11T21:40:56.399Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25592026-08-11T21:40:56.402Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25602026-08-11T21:40:56.402Z[ omicron-package] Compiling num_enum_derive v0.5.11
25612026-08-11T21:40:56.496Z[ omicron-package] Compiling progenitor-extras v0.2.0
25622026-08-11T21:40:56.552Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25632026-08-11T21:40:56.699Z[ omicron-package] Compiling vsss-rs v3.3.4
25642026-08-11T21:40:56.848Z[ omicron-package] Compiling parse-display v0.10.0
25652026-08-11T21:40:56.890Z[ omicron-package] Compiling tabwriter v1.4.1
25662026-08-11T21:40:56.912Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25672026-08-11T21:40:56.952Z[ omicron-package] Compiling foreign-types v0.5.0
25682026-08-11T21:40:57.082Z[ omicron-package] Compiling regress v0.10.5
25692026-08-11T21:40:57.129Z[ omicron-package] Compiling itertools v0.14.0
25702026-08-11T21:40:57.251Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25712026-08-11T21:40:57.295Z[ omicron-package] Compiling cstr-argument v0.1.2
25722026-08-11T21:40:57.344Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25732026-08-11T21:40:57.359Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25742026-08-11T21:40:57.489Z[ omicron-package] Compiling humantime v2.3.0
25752026-08-11T21:40:57.489Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25762026-08-11T21:40:57.644Z[ omicron-package] Compiling num_enum v0.5.11
25772026-08-11T21:40:57.870Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25782026-08-11T21:40:57.962Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25792026-08-11T21:40:58.013Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25802026-08-11T21:40:58.086Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25812026-08-11T21:40:58.185Z[ omicron-package] Compiling rayon v1.11.0
25822026-08-11T21:40:58.270Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25832026-08-11T21:40:58.366Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25842026-08-11T21:40:58.369Z[ omicron-package] Compiling rand v0.10.1
25852026-08-11T21:40:58.389Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25862026-08-11T21:40:58.405Z[ omicron-package] Compiling libefi-sys v0.1.0
25872026-08-11T21:40:58.468Z[ omicron-package] Compiling colored v3.1.1
25882026-08-11T21:40:58.507Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25892026-08-11T21:40:58.512Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25902026-08-11T21:40:58.562Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25912026-08-11T21:40:58.595Z[ omicron-package] Compiling itertools v0.12.1
25922026-08-11T21:40:58.845Z[ omicron-package] Compiling usdt-macro v0.5.0
25932026-08-11T21:40:58.971Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25942026-08-11T21:40:59.088Z[ omicron-package] Compiling memmap v0.7.0
25952026-08-11T21:40:59.193Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-08-11T21:40:59.239Z[ omicron-package] Compiling sigpipe v0.1.3
25972026-08-11T21:40:59.264Z[ omicron-package] Compiling bitfield-struct v0.6.2
25982026-08-11T21:40:59.267Z[ omicron-package] Compiling num-derive v0.4.2
25992026-08-11T21:40:59.387Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26002026-08-11T21:40:59.387Z[ omicron-package] Compiling swrite v0.1.0
26012026-08-11T21:40:59.610Z[ omicron-package] Compiling glob v0.3.3
26022026-08-11T21:41:00.056Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26032026-08-11T21:41:00.142Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26042026-08-11T21:41:00.280Z[ omicron-package] Compiling zone v0.3.1
26052026-08-11T21:41:00.358Z[ omicron-package] Compiling usdt v0.5.0
26062026-08-11T21:41:00.398Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26072026-08-11T21:41:00.464Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26082026-08-11T21:41:00.503Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26092026-08-11T21:41:00.572Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26102026-08-11T21:41:00.706Z[ omicron-package] Compiling smf v0.2.3
26112026-08-11T21:41:00.769Z[ omicron-package] Compiling whoami v1.6.1
26122026-08-11T21:41:00.822Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26132026-08-11T21:41:00.942Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26142026-08-11T21:41:00.993Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26152026-08-11T21:41:01.047Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26162026-08-11T21:41:01.149Z[ omicron-package] Compiling console v0.16.2
26172026-08-11T21:41:01.317Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26182026-08-11T21:41:01.353Z[ omicron-package] Compiling gethostname v0.5.0
26192026-08-11T21:41:01.410Z[ omicron-package] Compiling unit-prefix v0.5.2
26202026-08-11T21:41:01.413Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26212026-08-11T21:41:01.941Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26222026-08-11T21:41:01.986Z[ omicron-package] Compiling indicatif v0.18.4
26232026-08-11T21:41:05.648Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26242026-08-11T21:41:05.883Z[ helios-setup] Aug 11 21:41:04.654 INFO helios repository root is: /work/oxidecomputer/helios
26252026-08-11T21:41:05.886Z[ helios-setup] Aug 11 21:41:04.656 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
26262026-08-11T21:41:05.886Z[ helios-setup] Aug 11 21:41:04.656 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26272026-08-11T21:41:05.887Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26282026-08-11T21:41:06.373Z[ helios-setup] Aug 11 21:41:05.145 INFO clone ok!, project: pinprick
26292026-08-11T21:41:06.374Z[ helios-setup] Aug 11 21:41:05.145 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
26302026-08-11T21:41:06.377Z[ helios-setup] Aug 11 21:41:05.145 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26312026-08-11T21:41:06.377Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26322026-08-11T21:41:07.450Z[ helios-setup] Aug 11 21:41:06.222 INFO clone ok!, project: pilot
26332026-08-11T21:41:07.453Z[ helios-setup] Aug 11 21:41:06.222 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
26342026-08-11T21:41:07.453Z[ helios-setup] Aug 11 21:41:06.222 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26352026-08-11T21:41:07.453Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26362026-08-11T21:41:08.239ZAug 11 21:41:07.011 INFO [hubris-staging] task succeeded (18.249323958s)
26372026-08-11T21:41:08.391Z[ helios-setup] Aug 11 21:41:07.163 INFO clone ok!, project: bootserver
26382026-08-11T21:41:08.391Z[ helios-setup] Aug 11 21:41:07.163 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
26392026-08-11T21:41:08.391Z[ helios-setup] Aug 11 21:41:07.163 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26402026-08-11T21:41:08.397Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26412026-08-11T21:41:09.454Z[ helios-setup] Aug 11 21:41:08.226 INFO clone ok!, project: phbl
26422026-08-11T21:41:09.454Z[ helios-setup] Aug 11 21:41:08.227 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
26432026-08-11T21:41:09.457Z[ helios-setup] Aug 11 21:41:08.227 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26442026-08-11T21:41:09.457Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26452026-08-11T21:41:10.265Z[ helios-setup] Aug 11 21:41:09.037 INFO clone ok!, project: chelsio-t6-roms
26462026-08-11T21:41:10.268Z[ helios-setup] Aug 11 21:41:09.037 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26472026-08-11T21:41:10.268Z[ helios-setup] Aug 11 21:41:09.037 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26482026-08-11T21:41:10.268Z[ helios-setup] Aug 11 21:41:09.037 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
26492026-08-11T21:41:10.268Z[ helios-setup] Aug 11 21:41:09.037 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26502026-08-11T21:41:10.268Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26512026-08-11T21:41:13.992Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26522026-08-11T21:41:16.835Z[ helios-setup] Aug 11 21:41:15.607 INFO clone ok!, project: amd-firmware
26532026-08-11T21:41:16.835Z[ helios-setup] Aug 11 21:41:15.607 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
26542026-08-11T21:41:16.835Z[ helios-setup] Aug 11 21:41:15.607 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
26552026-08-11T21:41:16.838Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26562026-08-11T21:41:17.366Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26572026-08-11T21:41:17.686Z[ helios-setup] Aug 11 21:41:16.458 INFO clone ok!, project: amd-host-image-builder
26582026-08-11T21:41:17.686Z[ helios-setup] Aug 11 21:41:16.458 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
26592026-08-11T21:41:17.689Z[ helios-setup] Aug 11 21:41:16.458 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26602026-08-11T21:41:17.689Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26612026-08-11T21:41:18.446Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26622026-08-11T21:41:18.655Z[ helios-setup] Aug 11 21:41:17.426 INFO clone ok!, project: image-builder
26632026-08-11T21:41:18.658Z[ helios-setup] Aug 11 21:41:17.426 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
26642026-08-11T21:41:18.659Z[ helios-setup] Aug 11 21:41:17.426 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26652026-08-11T21:41:18.659Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26662026-08-11T21:41:19.398Z[ helios-setup] Aug 11 21:41:18.170 INFO clone ok!, project: dmar-report
26672026-08-11T21:41:19.398Z[ helios-setup] Aug 11 21:41:18.170 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26682026-08-11T21:41:19.401Z[ helios-setup] Aug 11 21:41:18.170 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26692026-08-11T21:41:19.643Z[ helios-setup] Aug 11 21:41:18.415 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26702026-08-11T21:41:19.891Z[ helios-setup] Aug 11 21:41:18.663 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26712026-08-11T21:41:19.891Z[ helios-setup] Aug 11 21:41:18.663 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26722026-08-11T21:41:20.169Z[ helios-setup] Aug 11 21:41:18.941 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26732026-08-11T21:41:20.407Z[ helios-setup] Aug 11 21:41:19.178 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26742026-08-11T21:41:20.408Z[ helios-setup] Aug 11 21:41:19.178 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26752026-08-11T21:41:20.618Z[ helios-setup] Aug 11 21:41:19.390 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26762026-08-11T21:41:20.826Z[ helios-setup] Aug 11 21:41:19.598 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26772026-08-11T21:41:20.826Z[ helios-setup] Aug 11 21:41:19.598 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26782026-08-11T21:41:20.829Z[ helios-setup] Aug 11 21:41:19.598 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26792026-08-11T21:41:20.829Z[ helios-setup] Aug 11 21:41:19.598 INFO ok!
26802026-08-11T21:41:20.829Z[ helios-setup] Aug 11 21:41:19.598 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26812026-08-11T21:41:20.829Z[ helios-setup] Aug 11 21:41:19.598 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26822026-08-11T21:41:20.829Z[ helios-setup] Aug 11 21:41:19.598 INFO ok!
26832026-08-11T21:41:20.829Z[ helios-setup] Aug 11 21:41:19.598 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26842026-08-11T21:41:20.829Z[ helios-setup] Aug 11 21:41:19.598 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26852026-08-11T21:41:20.829Z[ helios-setup] Aug 11 21:41:19.598 INFO ok!
26862026-08-11T21:41:20.829Z[ helios-setup] Aug 11 21:41:19.598 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26872026-08-11T21:41:20.832Z[ helios-setup] Aug 11 21:41:19.605 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
26882026-08-11T21:41:20.832Z[ helios-setup] Aug 11 21:41:19.605 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26892026-08-11T21:41:20.835Z[ helios-setup] Aug 11 21:41:19.605 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26902026-08-11T21:41:20.956Z[ helios-setup] Aug 11 21:41:19.727 INFO E| Downloading crates ...
26912026-08-11T21:41:20.995Z[ helios-setup] Aug 11 21:41:19.767 INFO E| Downloaded adler2 v2.0.0
26922026-08-11T21:41:21.003Z[ helios-setup] Aug 11 21:41:19.776 INFO E| Downloaded miniz_oxide v0.8.8
26932026-08-11T21:41:21.027Z[ helios-setup] Aug 11 21:41:19.799 INFO E| Compiling adler2 v2.0.0
26942026-08-11T21:41:21.092Z[ helios-setup] Aug 11 21:41:19.865 INFO E| Compiling miniz_oxide v0.8.8
26952026-08-11T21:41:21.863Z[ helios-setup] Aug 11 21:41:20.635 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26962026-08-11T21:41:22.221Z[ helios-setup] Aug 11 21:41:20.993 INFO E| Finished `release` profile [optimized] target(s) in 1.38s
26972026-08-11T21:41:22.228Z[ helios-setup] Aug 11 21:41:21.000 INFO building project "pinprick" ok (1 seconds)
26982026-08-11T21:41:22.235Z[ helios-setup] Aug 11 21:41:21.000 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26992026-08-11T21:41:22.239Z[ helios-setup] Aug 11 21:41:21.009 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27002026-08-11T21:41:22.239Z[ helios-setup] Aug 11 21:41:21.009 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27012026-08-11T21:41:22.239Z[ helios-setup] Aug 11 21:41:21.009 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27022026-08-11T21:41:22.306Z[ helios-setup] Aug 11 21:41:21.078 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27032026-08-11T21:41:22.849Z[ helios-setup] Aug 11 21:41:21.621 INFO E| From https://github.com/jclulow/hiercmd
27042026-08-11T21:41:22.849Z[ helios-setup] Aug 11 21:41:21.621 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27052026-08-11T21:41:22.859Z[ helios-setup] Aug 11 21:41:21.630 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27062026-08-11T21:41:23.164Z[ helios-setup] Aug 11 21:41:21.937 INFO E| From https://github.com/oxidecomputer/network-interface
27072026-08-11T21:41:23.165Z[ helios-setup] Aug 11 21:41:21.937 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27082026-08-11T21:41:23.174Z[ helios-setup] Aug 11 21:41:21.946 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27092026-08-11T21:41:23.478Z[ helios-setup] Aug 11 21:41:22.250 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27102026-08-11T21:41:23.478Z[ helios-setup] Aug 11 21:41:22.250 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27112026-08-11T21:41:23.493Z[ helios-setup] Aug 11 21:41:22.265 INFO E| Updating crates.io index
27122026-08-11T21:41:23.769Z[ helios-setup] Aug 11 21:41:22.541 INFO E| Downloading crates ...
27132026-08-11T21:41:23.815Z[ helios-setup] Aug 11 21:41:22.587 INFO E| Downloaded futures-sink v0.3.31
27142026-08-11T21:41:23.820Z[ helios-setup] Aug 11 21:41:22.592 INFO E| Downloaded anstyle-query v1.1.4
27152026-08-11T21:41:23.842Z[ helios-setup] Aug 11 21:41:22.598 INFO E| Downloaded getrandom v0.2.16
27162026-08-11T21:41:23.848Z[ helios-setup] Aug 11 21:41:22.600 INFO E| Downloaded cc v1.2.44
27172026-08-11T21:41:23.849Z[ helios-setup] Aug 11 21:41:22.602 INFO E| Downloaded futures-macro v0.3.31
27182026-08-11T21:41:23.849Z[ helios-setup] Aug 11 21:41:22.605 INFO E| Downloaded clap_derive v4.5.49
27192026-08-11T21:41:23.849Z[ helios-setup] Aug 11 21:41:22.609 INFO E| Downloaded clap_lex v0.7.6
27202026-08-11T21:41:23.849Z[ helios-setup] Aug 11 21:41:22.611 INFO E| Downloaded bitfield-macros v0.19.3
27212026-08-11T21:41:23.849Z[ helios-setup] Aug 11 21:41:22.615 INFO E| Downloaded tokio-macros v2.6.0
27222026-08-11T21:41:23.849Z[ helios-setup] Aug 11 21:41:22.616 INFO E| Downloaded anstyle v1.0.13
27232026-08-11T21:41:23.849Z[ helios-setup] Aug 11 21:41:22.618 INFO E| Downloaded devinfo v0.1.0
27242026-08-11T21:41:23.856Z[ helios-setup] Aug 11 21:41:22.622 INFO E| Downloaded futures-channel v0.3.31
27252026-08-11T21:41:23.856Z[ helios-setup] Aug 11 21:41:22.623 INFO E| Downloaded generic-array v0.14.9
27262026-08-11T21:41:23.856Z[ helios-setup] Aug 11 21:41:22.624 INFO E| Downloaded getopts v0.2.24
27272026-08-11T21:41:23.856Z[ helios-setup] Aug 11 21:41:22.624 INFO E| Downloaded iana-time-zone v0.1.64
27282026-08-11T21:41:23.856Z[ helios-setup] Aug 11 21:41:22.626 INFO E| Downloaded clap v4.5.51
27292026-08-11T21:41:23.862Z[ helios-setup] Aug 11 21:41:22.631 INFO E| Downloaded itoa v1.0.15
27302026-08-11T21:41:23.862Z[ helios-setup] Aug 11 21:41:22.633 INFO E| Downloaded num_enum_derive v0.7.5
27312026-08-11T21:41:23.862Z[ helios-setup] Aug 11 21:41:22.634 INFO E| Downloaded base64ct v1.8.0
27322026-08-11T21:41:23.877Z[ helios-setup] Aug 11 21:41:22.635 INFO E| Downloaded futures-core v0.3.31
27332026-08-11T21:41:23.877Z[ helios-setup] Aug 11 21:41:22.638 INFO E| Downloaded env_filter v0.1.4
27342026-08-11T21:41:23.884Z[ helios-setup] Aug 11 21:41:22.642 INFO E| Downloaded futures-executor v0.3.31
27352026-08-11T21:41:23.884Z[ helios-setup] Aug 11 21:41:22.643 INFO E| Downloaded futures-task v0.3.31
27362026-08-11T21:41:23.885Z[ helios-setup] Aug 11 21:41:22.643 INFO E| Downloaded num_enum v0.7.5
27372026-08-11T21:41:23.885Z[ helios-setup] Aug 11 21:41:22.648 INFO E| Downloaded deranged v0.5.5
27382026-08-11T21:41:23.885Z[ helios-setup] Aug 11 21:41:22.655 INFO E| Downloaded futures-io v0.3.31
27392026-08-11T21:41:23.894Z[ helios-setup] Aug 11 21:41:22.658 INFO E| Downloaded libdevinfo-sys v1.1.0
27402026-08-11T21:41:23.894Z[ helios-setup] Aug 11 21:41:22.658 INFO E| Downloaded pin-utils v0.1.0
27412026-08-11T21:41:23.894Z[ helios-setup] Aug 11 21:41:22.660 INFO E| Downloaded crc v3.3.0
27422026-08-11T21:41:23.898Z[ helios-setup] Aug 11 21:41:22.668 INFO E| Downloaded zeroize_derive v1.4.2
27432026-08-11T21:41:23.907Z[ helios-setup] Aug 11 21:41:22.673 INFO E| Downloaded time-core v0.1.6
27442026-08-11T21:41:23.910Z[ helios-setup] Aug 11 21:41:22.679 INFO E| Downloaded quote v1.0.41
27452026-08-11T21:41:23.925Z[ helios-setup] Aug 11 21:41:22.698 INFO E| Downloaded simd-adler32 v0.3.7
27462026-08-11T21:41:23.928Z[ helios-setup] Aug 11 21:41:22.699 INFO E| Downloaded serde_spanned v1.0.3
27472026-08-11T21:41:23.933Z[ helios-setup] Aug 11 21:41:22.704 INFO E| Downloaded thiserror-impl v2.0.17
27482026-08-11T21:41:23.936Z[ helios-setup] Aug 11 21:41:22.707 INFO E| Downloaded bitfield v0.19.3
27492026-08-11T21:41:23.940Z[ helios-setup] Aug 11 21:41:22.712 INFO E| Downloaded pin-project-lite v0.2.16
27502026-08-11T21:41:23.943Z[ helios-setup] Aug 11 21:41:22.716 INFO E| Downloaded toml_datetime v0.7.3
27512026-08-11T21:41:23.946Z[ helios-setup] Aug 11 21:41:22.716 INFO E| Downloaded zeroize v1.8.2
27522026-08-11T21:41:23.946Z[ helios-setup] Aug 11 21:41:22.718 INFO E| Downloaded signal-hook-registry v1.4.6
27532026-08-11T21:41:23.949Z[ helios-setup] Aug 11 21:41:22.721 INFO E| Downloaded ryu v1.0.20
27542026-08-11T21:41:23.953Z[ helios-setup] Aug 11 21:41:22.723 INFO E| Downloaded clap_builder v4.5.51
27552026-08-11T21:41:23.956Z[ helios-setup] Aug 11 21:41:22.727 INFO E| Downloaded time-macros v0.2.24
27562026-08-11T21:41:23.961Z[ helios-setup] Aug 11 21:41:22.733 INFO E| Downloaded toml_writer v1.0.4
27572026-08-11T21:41:23.965Z[ helios-setup] Aug 11 21:41:22.737 INFO E| Downloaded slab v0.4.11
27582026-08-11T21:41:23.968Z[ helios-setup] Aug 11 21:41:22.738 INFO E| Downloaded thiserror v2.0.17
27592026-08-11T21:41:23.972Z[ helios-setup] Aug 11 21:41:22.741 INFO E| Downloaded anyhow v1.0.100
27602026-08-11T21:41:23.975Z[ helios-setup] Aug 11 21:41:22.745 INFO E| Downloaded find-msvc-tools v0.1.4
27612026-08-11T21:41:23.975Z[ helios-setup] Aug 11 21:41:22.746 INFO E| Downloaded term v1.2.0
27622026-08-11T21:41:23.988Z[ helios-setup] Aug 11 21:41:22.760 INFO E| Downloaded flate2 v1.1.5
27632026-08-11T21:41:23.992Z[ helios-setup] Aug 11 21:41:22.765 INFO E| Downloaded unicode-ident v1.0.22
27642026-08-11T21:41:23.996Z[ helios-setup] Aug 11 21:41:22.768 INFO E| Downloaded toml_parser v1.0.4
27652026-08-11T21:41:23.999Z[ helios-setup] Aug 11 21:41:22.769 INFO E| Downloaded env_logger v0.11.8
27662026-08-11T21:41:24.004Z[ helios-setup] Aug 11 21:41:22.774 INFO E| Downloaded log v0.4.28
27672026-08-11T21:41:24.007Z[ helios-setup] Aug 11 21:41:22.776 INFO E| Downloaded uuid v1.18.1
27682026-08-11T21:41:24.007Z[ helios-setup] Aug 11 21:41:22.778 INFO E| Downloaded futures v0.3.31
27692026-08-11T21:41:24.011Z[ helios-setup] Aug 11 21:41:22.780 INFO E| Downloaded socket2 v0.6.1
27702026-08-11T21:41:24.011Z[ helios-setup] Aug 11 21:41:22.781 INFO E| Downloaded toml v0.9.8
27712026-08-11T21:41:24.027Z[ helios-setup] Aug 11 21:41:22.800 INFO E| Downloaded proc-macro2 v1.0.103
27722026-08-11T21:41:24.035Z[ helios-setup] Aug 11 21:41:22.807 INFO E| Downloaded bitflags v2.10.0
27732026-08-11T21:41:24.042Z[ helios-setup] Aug 11 21:41:22.814 INFO E| Downloaded bytes v1.10.1
27742026-08-11T21:41:24.048Z[ helios-setup] Aug 11 21:41:22.821 INFO E| Downloaded typenum v1.19.0
27752026-08-11T21:41:24.052Z[ helios-setup] Aug 11 21:41:22.824 INFO E| Downloaded toml_edit v0.23.7
27762026-08-11T21:41:24.055Z[ helios-setup] Aug 11 21:41:22.827 INFO E| Downloaded zerocopy-derive v0.8.27
27772026-08-11T21:41:24.067Z[ helios-setup] Aug 11 21:41:22.839 INFO E| Downloaded memchr v2.7.6
27782026-08-11T21:41:24.070Z[ helios-setup] Aug 11 21:41:22.841 INFO E| Downloaded rand v0.8.5
27792026-08-11T21:41:24.073Z[ helios-setup] Aug 11 21:41:22.843 INFO E| Downloaded mio v1.1.0
27802026-08-11T21:41:24.077Z[ helios-setup] Aug 11 21:41:22.846 INFO E| Downloaded indexmap v2.12.0
27812026-08-11T21:41:24.077Z[ helios-setup] Aug 11 21:41:22.848 INFO E| Downloaded rsa v0.9.8
27822026-08-11T21:41:24.086Z[ helios-setup] Aug 11 21:41:22.859 INFO E| Downloaded iddqd v0.3.14
27832026-08-11T21:41:24.111Z[ helios-setup] Aug 11 21:41:22.883 INFO E| Downloaded hashbrown v0.16.0
27842026-08-11T21:41:24.114Z[ helios-setup] Aug 11 21:41:22.887 INFO E| Downloaded num-bigint-dig v0.8.4
27852026-08-11T21:41:24.124Z[ helios-setup] Aug 11 21:41:22.896 INFO E| Downloaded serde_json v1.0.145
27862026-08-11T21:41:24.127Z[ helios-setup] Aug 11 21:41:22.900 INFO E| Downloaded futures-util v0.3.31
27872026-08-11T21:41:24.134Z[ helios-setup] Aug 11 21:41:22.906 INFO E| Downloaded libm v0.2.15
27882026-08-11T21:41:24.140Z[ helios-setup] Aug 11 21:41:22.912 INFO E| Downloaded time v0.3.44
27892026-08-11T21:41:24.145Z[ helios-setup] Aug 11 21:41:22.916 INFO E| Downloaded winnow v0.7.13
27902026-08-11T21:41:24.171Z[ helios-setup] Aug 11 21:41:22.943 INFO E| Downloaded chrono v0.4.42
27912026-08-11T21:41:24.174Z[ helios-setup] Aug 11 21:41:22.946 INFO E| Downloaded zerocopy v0.8.27
27922026-08-11T21:41:24.185Z[ helios-setup] Aug 11 21:41:22.958 INFO E| Downloaded unicode-width v0.2.2
27932026-08-11T21:41:24.189Z[ helios-setup] Aug 11 21:41:22.961 INFO E| Downloaded syn v2.0.108
27942026-08-11T21:41:24.209Z[ helios-setup] Aug 11 21:41:22.982 INFO E| Downloaded rustix v1.1.2
27952026-08-11T21:41:24.256Z[ helios-setup] Aug 11 21:41:23.028 INFO E| Downloaded libc v0.2.177
27962026-08-11T21:41:24.271Z[ helios-setup] Aug 11 21:41:23.044 INFO E| Downloaded tokio v1.48.0
27972026-08-11T21:41:24.353Z[ helios-setup] Aug 11 21:41:23.125 INFO E| Compiling proc-macro2 v1.0.103
27982026-08-11T21:41:24.353Z[ helios-setup] Aug 11 21:41:23.125 INFO E| Compiling quote v1.0.41
27992026-08-11T21:41:24.357Z[ helios-setup] Aug 11 21:41:23.125 INFO E| Compiling unicode-ident v1.0.22
28002026-08-11T21:41:24.358Z[ helios-setup] Aug 11 21:41:23.125 INFO E| Compiling libc v0.2.177
28012026-08-11T21:41:24.358Z[ helios-setup] Aug 11 21:41:23.125 INFO E| Compiling serde_core v1.0.228
28022026-08-11T21:41:24.358Z[ helios-setup] Aug 11 21:41:23.126 INFO E| Compiling cfg-if v1.0.4
28032026-08-11T21:41:24.358Z[ helios-setup] Aug 11 21:41:23.126 INFO E| Compiling serde v1.0.228
28042026-08-11T21:41:24.358Z[ helios-setup] Aug 11 21:41:23.126 INFO E| Compiling version_check v0.9.5
28052026-08-11T21:41:24.358Z[ helios-setup] Aug 11 21:41:23.126 INFO E| Compiling autocfg v1.5.0
28062026-08-11T21:41:24.358Z[ helios-setup] Aug 11 21:41:23.126 INFO E| Compiling const-oid v0.9.6
28072026-08-11T21:41:24.389Z[ helios-setup] Aug 11 21:41:23.160 INFO E| Compiling typenum v1.19.0
28082026-08-11T21:41:24.392Z[ helios-setup] Aug 11 21:41:23.160 INFO E| Compiling libm v0.2.15
28092026-08-11T21:41:24.393Z[ helios-setup] Aug 11 21:41:23.160 INFO E| Compiling zerocopy v0.8.27
28102026-08-11T21:41:24.393Z[ helios-setup] Aug 11 21:41:23.160 INFO E| Compiling rustversion v1.0.22
28112026-08-11T21:41:24.393Z[ helios-setup] Aug 11 21:41:23.161 INFO E| Compiling zeroize v1.8.2
28122026-08-11T21:41:24.393Z[ helios-setup] Aug 11 21:41:23.161 INFO E| Compiling base64ct v1.8.0
28132026-08-11T21:41:24.519Z[ helios-setup] Aug 11 21:41:23.289 INFO E| Compiling smallvec v1.15.1
28142026-08-11T21:41:24.537Z[ helios-setup] Aug 11 21:41:23.306 INFO E| Compiling memchr v2.7.6
28152026-08-11T21:41:24.594Z[ helios-setup] Aug 11 21:41:23.366 INFO E| Compiling byteorder v1.5.0
28162026-08-11T21:41:24.690Z[ helios-setup] Aug 11 21:41:23.462 INFO E| Compiling generic-array v0.14.9
28172026-08-11T21:41:24.756Z[ helios-setup] Aug 11 21:41:23.528 INFO E| Compiling pem-rfc7468 v0.7.0
28182026-08-11T21:41:24.787Z[ helios-setup] Aug 11 21:41:23.559 INFO E| Compiling num-traits v0.2.19
28192026-08-11T21:41:24.814Z[ helios-setup] Aug 11 21:41:23.586 INFO E| Compiling winnow v0.7.13
28202026-08-11T21:41:24.834Z[ helios-setup] Aug 11 21:41:23.606 INFO E| Compiling rustix v1.1.2
28212026-08-11T21:41:24.877Z[ helios-setup] Aug 11 21:41:23.650 INFO E| Compiling utf8parse v0.2.2
28222026-08-11T21:41:24.908Z[ helios-setup] Aug 11 21:41:23.679 INFO E| Compiling equivalent v1.0.2
28232026-08-11T21:41:24.917Z[ helios-setup] Aug 11 21:41:23.689 INFO E| Compiling hashbrown v0.16.0
28242026-08-11T21:41:25.051Z[ helios-setup] Aug 11 21:41:23.822 INFO E| Compiling crc32fast v1.5.0
28252026-08-11T21:41:25.132Z[ helios-setup] Aug 11 21:41:23.904 INFO E| Compiling anyhow v1.0.100
28262026-08-11T21:41:25.184Z[ helios-setup] Aug 11 21:41:23.956 INFO E| Compiling getrandom v0.2.16
28272026-08-11T21:41:25.241Z[ helios-setup] Aug 11 21:41:24.013 INFO E| Compiling flagset v0.4.7
28282026-08-11T21:41:25.331Z[ helios-setup] Aug 11 21:41:24.103 INFO E| Compiling errno v0.3.14
28292026-08-11T21:41:25.367Z[ helios-setup] Aug 11 21:41:24.139 INFO E| Compiling anstyle-parse v0.2.7
28302026-08-11T21:41:25.500Z[ helios-setup] Aug 11 21:41:24.272 INFO E| Compiling indexmap v2.12.0
28312026-08-11T21:41:25.543Z[ helios-setup] Aug 11 21:41:24.315 INFO E| Compiling rand_core v0.6.4
28322026-08-11T21:41:25.550Z[ helios-setup] Aug 11 21:41:24.322 INFO E| Compiling cpufeatures v0.2.17
28332026-08-11T21:41:25.550Z[ helios-setup] Aug 11 21:41:24.322 INFO E| Compiling shlex v1.3.0
28342026-08-11T21:41:25.575Z[ helios-setup] Aug 11 21:41:24.347 INFO E| Compiling allocator-api2 v0.2.21
28352026-08-11T21:41:25.581Z[ helios-setup] Aug 11 21:41:24.353 INFO E| Compiling find-msvc-tools v0.1.4
28362026-08-11T21:41:25.589Z[ helios-setup] Aug 11 21:41:24.360 INFO E| Compiling anstyle v1.0.13
28372026-08-11T21:41:25.616Z[ helios-setup] Aug 11 21:41:24.387 INFO E| Compiling colorchoice v1.0.4
28382026-08-11T21:41:25.635Z[ helios-setup] Aug 11 21:41:24.407 INFO E| Compiling is_terminal_polyfill v1.70.2
28392026-08-11T21:41:25.778Z[ helios-setup] Aug 11 21:41:24.550 INFO E| Compiling radium v0.7.0
28402026-08-11T21:41:25.805Z[ helios-setup] Aug 11 21:41:24.577 INFO E| Compiling syn v1.0.109
28412026-08-11T21:41:25.830Z[ helios-setup] Aug 11 21:41:24.602 INFO E| Compiling toml_datetime v0.7.3
28422026-08-11T21:41:25.850Z[ helios-setup] Aug 11 21:41:24.622 INFO E| Compiling anstyle-query v1.1.4
28432026-08-11T21:41:25.893Z[ helios-setup] Aug 11 21:41:24.665 INFO E| Compiling cc v1.2.44
28442026-08-11T21:41:25.960Z[ helios-setup] Aug 11 21:41:24.732 INFO E| Compiling anstream v0.6.21
28452026-08-11T21:41:26.026Z[ helios-setup] Aug 11 21:41:24.798 INFO E| Compiling syn v2.0.108
28462026-08-11T21:41:26.070Z[ helios-setup] Aug 11 21:41:24.842 INFO E| Compiling crypto-common v0.1.6
28472026-08-11T21:41:26.150Z[ helios-setup] Aug 11 21:41:24.908 INFO E| Compiling block-buffer v0.10.4
28482026-08-11T21:41:26.236Z[ helios-setup] Aug 11 21:41:24.918 INFO E| Compiling slog v2.8.2
28492026-08-11T21:41:26.236Z[ helios-setup] Aug 11 21:41:24.943 INFO E| Compiling unicode-width v0.2.2
28502026-08-11T21:41:26.260Z[ helios-setup] Aug 11 21:41:25.032 INFO E| Compiling tap v1.0.1
28512026-08-11T21:41:26.271Z[ helios-setup] Aug 11 21:41:25.043 INFO E| Compiling maybe-uninit v2.0.0
28522026-08-11T21:41:26.326Z[ helios-setup] Aug 11 21:41:25.098 INFO E| Compiling digest v0.10.7
28532026-08-11T21:41:26.472Z[ helios-setup] Aug 11 21:41:25.244 INFO E| Compiling toml_parser v1.0.4
28542026-08-11T21:41:26.488Z[ helios-setup] Aug 11 21:41:25.261 INFO E| Compiling pin-project-lite v0.2.16
28552026-08-11T21:41:26.506Z[ helios-setup] Aug 11 21:41:25.279 INFO E| Compiling futures-core v0.3.31
28562026-08-11T21:41:26.549Z[ helios-setup] Aug 11 21:41:25.321 INFO E| Compiling parking_lot_core v0.9.12
28572026-08-11T21:41:26.606Z[ helios-setup] Aug 11 21:41:25.379 INFO E| Compiling sha2 v0.10.9
28582026-08-11T21:41:26.616Z[ helios-setup] Aug 11 21:41:25.388 INFO E| Compiling pkg-config v0.3.32
28592026-08-11T21:41:26.629Z[ helios-setup] Aug 11 21:41:25.401 INFO E| Compiling futures-sink v0.3.31
28602026-08-11T21:41:26.694Z[ helios-setup] Aug 11 21:41:25.466 INFO E| Compiling getopts v0.2.24
28612026-08-11T21:41:26.722Z[ helios-setup] Aug 11 21:41:25.495 INFO E| Compiling futures-channel v0.3.31
28622026-08-11T21:41:26.732Z[ helios-setup] Aug 11 21:41:25.504 INFO E| Compiling wyz v0.5.1
28632026-08-11T21:41:26.736Z[ helios-setup] Aug 11 21:41:25.505 INFO E| Compiling num-integer v0.1.46
28642026-08-11T21:41:26.817Z[ helios-setup] Aug 11 21:41:25.589 INFO E| Compiling ahash v0.8.12
28652026-08-11T21:41:26.942Z[ helios-setup] Aug 11 21:41:25.714 INFO E| Compiling toml_edit v0.23.7
28662026-08-11T21:41:26.967Z[ helios-setup] Aug 11 21:41:25.739 INFO E| Compiling powerfmt v0.2.0
28672026-08-11T21:41:27.004Z[ helios-setup] Aug 11 21:41:25.776 INFO E| Compiling clap_lex v0.7.6
28682026-08-11T21:41:27.054Z[ helios-setup] Aug 11 21:41:25.826 INFO E| Compiling packed_struct v0.10.1
28692026-08-11T21:41:27.061Z[ helios-setup] Aug 11 21:41:25.833 INFO E| Compiling slab v0.4.11
28702026-08-11T21:41:27.106Z[ helios-setup] Aug 11 21:41:25.878 INFO E| Compiling bitflags v2.10.0
28712026-08-11T21:41:27.209Z[ helios-setup] Aug 11 21:41:25.981 INFO E| Compiling futures-task v0.3.31
28722026-08-11T21:41:27.243Z[ helios-setup] Aug 11 21:41:26.014 INFO E| Compiling itoa v1.0.15
28732026-08-11T21:41:27.253Z[ helios-setup] Aug 11 21:41:26.025 INFO E| Compiling getrandom v0.3.4
28742026-08-11T21:41:27.309Z[ helios-setup] Aug 11 21:41:26.081 INFO E| Compiling num-bigint-dig v0.8.4
28752026-08-11T21:41:27.403Z[ helios-setup] Aug 11 21:41:26.175 INFO E| Compiling thiserror v1.0.69
28762026-08-11T21:41:27.410Z[ helios-setup] Aug 11 21:41:26.182 INFO E| Compiling spin v0.9.8
28772026-08-11T21:41:27.429Z[ helios-setup] Aug 11 21:41:26.202 INFO E| Compiling funty v2.0.0
28782026-08-11T21:41:27.434Z[ helios-setup] Aug 11 21:41:26.207 INFO E| Compiling strsim v0.11.1
28792026-08-11T21:41:27.458Z[ helios-setup] Aug 11 21:41:26.231 INFO E| Compiling pin-utils v0.1.0
28802026-08-11T21:41:27.479Z[ helios-setup] Aug 11 21:41:26.252 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28812026-08-11T21:41:27.486Z[ helios-setup] Aug 11 21:41:26.259 INFO E| Compiling time-core v0.1.6
28822026-08-11T21:41:27.537Z[ helios-setup] Aug 11 21:41:26.310 INFO E| Compiling heck v0.5.0
28832026-08-11T21:41:27.570Z[ helios-setup] Aug 11 21:41:26.341 INFO E| Compiling futures-io v0.3.31
28842026-08-11T21:41:27.592Z[ helios-setup] Aug 11 21:41:26.365 INFO E| Compiling scopeguard v1.2.0
28852026-08-11T21:41:27.768Z[ helios-setup] Aug 11 21:41:26.540 INFO E| Compiling bytes v1.10.1
28862026-08-11T21:41:27.780Z[ helios-setup] Aug 11 21:41:26.551 INFO E| Compiling num-conv v0.1.0
28872026-08-11T21:41:27.899Z[ helios-setup] Aug 11 21:41:26.671 INFO E| Compiling proc-macro-crate v3.4.0
28882026-08-11T21:41:28.023Z[ helios-setup] Aug 11 21:41:26.794 INFO E| Compiling lock_api v0.4.14
28892026-08-11T21:41:28.096Z[ helios-setup] Aug 11 21:41:26.868 INFO E| Compiling terminal_size v0.4.3
28902026-08-11T21:41:28.144Z[ helios-setup] Aug 11 21:41:26.916 INFO E| Compiling time-macros v0.2.24
28912026-08-11T21:41:28.161Z[ helios-setup] Aug 11 21:41:26.933 INFO E| Compiling bitvec v1.0.1
28922026-08-11T21:41:28.280Z[ helios-setup] Aug 11 21:41:27.052 INFO E| Compiling clap_builder v4.5.51
28932026-08-11T21:41:28.354Z[ helios-setup] Aug 11 21:41:27.126 INFO E| Compiling lazy_static v1.5.0
28942026-08-11T21:41:28.428Z[ helios-setup] Aug 11 21:41:27.200 INFO E| Compiling deranged v0.5.5
28952026-08-11T21:41:28.461Z[ helios-setup] Aug 11 21:41:27.233 INFO E| Compiling num-iter v0.1.45
28962026-08-11T21:41:28.539Z[ helios-setup] Aug 11 21:41:27.311 INFO E| Compiling indexmap v1.9.3
28972026-08-11T21:41:28.599Z[ helios-setup] Aug 11 21:41:27.371 INFO E| Compiling thiserror v2.0.17
28982026-08-11T21:41:28.632Z[ helios-setup] Aug 11 21:41:27.404 INFO E| Compiling adler2 v2.0.1
28992026-08-11T21:41:28.772Z[ helios-setup] Aug 11 21:41:27.545 INFO E| Compiling serde_json v1.0.145
29002026-08-11T21:41:28.823Z[ helios-setup] Aug 11 21:41:27.596 INFO E| Compiling nodrop v0.1.14
29012026-08-11T21:41:28.878Z[ helios-setup] Aug 11 21:41:27.650 INFO E| Compiling crc-catalog v2.4.0
29022026-08-11T21:41:28.950Z[ helios-setup] Aug 11 21:41:27.723 INFO E| Compiling simd-adler32 v0.3.7
29032026-08-11T21:41:28.982Z[ helios-setup] Aug 11 21:41:27.754 INFO E| Compiling once_cell v1.21.3
29042026-08-11T21:41:29.068Z[ helios-setup] Aug 11 21:41:27.841 INFO E| Compiling iana-time-zone v0.1.64
29052026-08-11T21:41:29.106Z[ helios-setup] Aug 11 21:41:27.878 INFO E| Compiling log v0.4.28
29062026-08-11T21:41:29.166Z[ helios-setup] Aug 11 21:41:27.938 INFO E| Compiling miniz_oxide v0.8.9
29072026-08-11T21:41:29.181Z[ helios-setup] Aug 11 21:41:27.953 INFO E| Compiling crc v3.3.0
29082026-08-11T21:41:29.249Z[ helios-setup] Aug 11 21:41:28.021 INFO E| Compiling chrono v0.4.42
29092026-08-11T21:41:29.273Z[ helios-setup] Aug 11 21:41:28.045 INFO E| Compiling array-init v0.0.4
29102026-08-11T21:41:29.393Z[ helios-setup] Aug 11 21:41:28.166 INFO E| Compiling env_filter v0.1.4
29112026-08-11T21:41:29.417Z[ helios-setup] Aug 11 21:41:28.190 INFO E| Compiling parking_lot v0.12.5
29122026-08-11T21:41:29.457Z[ helios-setup] Aug 11 21:41:28.229 INFO E| Compiling smallvec v0.6.14
29132026-08-11T21:41:29.701Z[ helios-setup] Aug 11 21:41:28.474 INFO E| Compiling serde_spanned v1.0.3
29142026-08-11T21:41:29.772Z[ helios-setup] Aug 11 21:41:28.512 INFO E| Compiling signature v2.2.0
29152026-08-11T21:41:29.861Z[ helios-setup] Aug 11 21:41:28.633 INFO E| Compiling time v0.3.44
29162026-08-11T21:41:29.921Z[ helios-setup] Aug 11 21:41:28.692 INFO E| Compiling socket2 v0.6.1
29172026-08-11T21:41:29.921Z[ helios-setup] Aug 11 21:41:28.692 INFO E| Compiling is-terminal v0.4.17
29182026-08-11T21:41:29.952Z[ helios-setup] Aug 11 21:41:28.724 INFO E| Compiling mio v1.1.0
29192026-08-11T21:41:30.030Z[ helios-setup] Aug 11 21:41:28.802 INFO E| Compiling signal-hook-registry v1.4.6
29202026-08-11T21:41:30.155Z[ helios-setup] Aug 11 21:41:28.927 INFO E| Compiling thread_local v1.1.9
29212026-08-11T21:41:30.166Z[ helios-setup] Aug 11 21:41:28.938 INFO E| Compiling toml_writer v1.0.4
29222026-08-11T21:41:30.436Z[ helios-setup] Aug 11 21:41:29.208 INFO E| Compiling base64 v0.21.7
29232026-08-11T21:41:30.436Z[ helios-setup] Aug 11 21:41:29.208 INFO E| Compiling subtle v2.6.1
29242026-08-11T21:41:30.472Z[ helios-setup] Aug 11 21:41:29.245 INFO E| Compiling hashbrown v0.12.3
29252026-08-11T21:41:30.552Z[ helios-setup] Aug 11 21:41:29.325 INFO E| Compiling winnow v0.5.40
29262026-08-11T21:41:30.571Z[ helios-setup] Aug 11 21:41:29.343 INFO E| Compiling packed_struct_codegen v0.10.1
29272026-08-11T21:41:30.631Z[ helios-setup] Aug 11 21:41:29.404 INFO E| Compiling ryu v1.0.20
29282026-08-11T21:41:30.639Z[ helios-setup] Aug 11 21:41:29.411 INFO E| Compiling libdevinfo-sys v1.1.0
29292026-08-11T21:41:30.678Z[ helios-setup] Aug 11 21:41:29.451 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29302026-08-11T21:41:30.696Z[ helios-setup] Aug 11 21:41:29.468 INFO E| Compiling term v1.2.0
29312026-08-11T21:41:30.710Z[ helios-setup] Aug 11 21:41:29.483 INFO E| Compiling bzip2 v0.4.4
29322026-08-11T21:41:30.750Z[ helios-setup] Aug 11 21:41:29.522 INFO E| Compiling flate2 v1.1.5
29332026-08-11T21:41:30.771Z[ helios-setup] Aug 11 21:41:29.529 INFO E| Compiling uuid v1.18.1
29342026-08-11T21:41:30.784Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.78s
29352026-08-11T21:41:30.952Z[ helios-setup] Aug 11 21:41:29.723 INFO E| Compiling env_logger v0.11.8
29362026-08-11T21:41:30.971Z[ helios-setup] Aug 11 21:41:29.743 INFO E| Compiling bitflags v1.3.2
29372026-08-11T21:41:31.023Z[ helios-setup] Aug 11 21:41:29.795 INFO E| Compiling crc-any v2.5.0
29382026-08-11T21:41:31.053Z[ helios-setup] Aug 11 21:41:29.825 INFO E| Compiling toml v0.9.8
29392026-08-11T21:41:31.092Z[ helios-setup] Aug 11 21:41:29.864 INFO E| Compiling serde_derive v1.0.228
29402026-08-11T21:41:31.092Z[ omicron-package]
29412026-08-11T21:41:31.095Z[ omicron-package] real 40.971503205
29422026-08-11T21:41:31.095Z[ omicron-package] user 3:50.047221640
29432026-08-11T21:41:31.095Z[ omicron-package] sys 27.348199497
29442026-08-11T21:41:31.095Z[ omicron-package] trap 0.462624899
29452026-08-11T21:41:31.095Z[ omicron-package] tflt 0.465458834
29462026-08-11T21:41:31.095Z[ omicron-package] dflt 2.363429918
29472026-08-11T21:41:31.095Z[ omicron-package] kflt 0.001761341
29482026-08-11T21:41:31.095Z[ omicron-package] lock 12:10.557141832
29492026-08-11T21:41:31.095Z[ omicron-package] slp 6:06.925428903
29502026-08-11T21:41:31.095Z[ omicron-package] lat 1:05.387741031
29512026-08-11T21:41:31.095Z[ omicron-package] stop 2:07.849762109
29522026-08-11T21:41:31.095ZAug 11 21:41:29.865 INFO [omicron-package] process exited with exit status: 0 (41.102337762s)
29532026-08-11T21:41:31.095ZAug 11 21:41:29.865 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29542026-08-11T21:41:31.099ZAug 11 21:41:29.871 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29552026-08-11T21:41:31.107Z[ helios-setup] Aug 11 21:41:29.879 INFO E| Compiling zerocopy-derive v0.8.27
29562026-08-11T21:41:31.110Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29572026-08-11T21:41:31.110Z[ host-target] Created new build target 'host' and set it as active
29582026-08-11T21:41:31.110Z[ recovery-target] Created new build target 'recovery' and set it as active
29592026-08-11T21:41:31.110Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29602026-08-11T21:41:31.113ZAug 11 21:41:29.885 INFO [host-target] process exited with exit status: 0 (19.448105ms)
29612026-08-11T21:41:31.113ZAug 11 21:41:29.885 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29622026-08-11T21:41:31.116ZAug 11 21:41:29.887 INFO [recovery-target] process exited with exit status: 0 (15.199712ms)
29632026-08-11T21:41:31.121Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29642026-08-11T21:41:31.329Z[ helios-setup] Aug 11 21:41:30.101 INFO E| Compiling der_derive v0.7.3
29652026-08-11T21:41:31.375Z[ helios-setup] Aug 11 21:41:30.147 INFO E| Compiling futures-macro v0.3.31
29662026-08-11T21:41:31.475Z[ helios-setup] Aug 11 21:41:30.247 INFO E| Compiling num_enum_derive v0.7.5
29672026-08-11T21:41:31.566Z[ helios-setup] Aug 11 21:41:30.338 INFO E| Compiling bitfield-macros v0.19.3
29682026-08-11T21:41:31.805Z[ helios-setup] Aug 11 21:41:30.577 INFO E| Compiling thiserror-impl v1.0.69
29692026-08-11T21:41:31.814Z[ helios-setup] Aug 11 21:41:30.587 INFO E| Compiling zerocopy-derive v0.6.6
29702026-08-11T21:41:31.839Z[ helios-setup] Aug 11 21:41:30.611 INFO E| Compiling clap_derive v4.5.49
29712026-08-11T21:41:32.018Z[ helios-setup] Aug 11 21:41:30.791 INFO E| Compiling tokio-macros v2.6.0
29722026-08-11T21:41:32.355Z[ helios-setup] Aug 11 21:41:31.128 INFO E| Compiling futures-util v0.3.31
29732026-08-11T21:41:32.399Z[ helios-setup] Aug 11 21:41:31.172 INFO E| Compiling bitfield v0.19.3
29742026-08-11T21:41:32.498Z[ helios-setup] Aug 11 21:41:31.269 INFO E| Compiling thiserror-impl v2.0.17
29752026-08-11T21:41:32.619Z[ helios-setup] Aug 11 21:41:31.391 INFO E| Compiling der v0.7.10
29762026-08-11T21:41:32.643Z[ helios-setup] Aug 11 21:41:31.415 INFO E| Compiling num_enum v0.7.5
29772026-08-11T21:41:32.698Z[ helios-setup] Aug 11 21:41:31.471 INFO E| Compiling rustc-hash v2.1.1
29782026-08-11T21:41:32.711Z[ helios-setup] Aug 11 21:41:31.483 INFO E| Compiling foldhash v0.2.0
29792026-08-11T21:41:32.743Z[ helios-setup] Aug 11 21:41:31.515 INFO E| Compiling devinfo v0.1.0
29802026-08-11T21:41:32.783Z[ helios-setup] Aug 11 21:41:31.555 INFO E| Compiling hex v0.4.3
29812026-08-11T21:41:32.846Z[ helios-setup] Aug 11 21:41:31.613 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29822026-08-11T21:41:32.854Z[ helios-setup] Aug 11 21:41:31.627 INFO E| Compiling zerocopy v0.6.6
29832026-08-11T21:41:32.926Z[ helios-setup] Aug 11 21:41:31.699 INFO E| Compiling tokio v1.48.0
29842026-08-11T21:41:33.062Z[ helios-setup] Aug 11 21:41:31.833 INFO E| Compiling iddqd v0.3.14
29852026-08-11T21:41:33.066Z[ host-package] Compiling heck v0.5.0
29862026-08-11T21:41:33.067Z[ host-package] Compiling regress v0.11.1
29872026-08-11T21:41:33.128Z[ host-package] Compiling unsafe-libyaml v0.2.11
29882026-08-11T21:41:33.128Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29892026-08-11T21:41:33.132Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29902026-08-11T21:41:33.132Z[ host-package] Compiling derive-where v1.6.0
29912026-08-11T21:41:33.132Z[ host-package] Compiling bytecount v0.6.9
29922026-08-11T21:41:33.132Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29932026-08-11T21:41:33.132Z[ host-package] Compiling atomicwrites v0.4.4
29942026-08-11T21:41:33.132Z[ host-package] Compiling is-terminal v0.4.17
29952026-08-11T21:41:33.132Z[ host-package] Compiling prettyplease v0.2.37
29962026-08-11T21:41:33.132Z[ host-package] Compiling console v0.15.11
29972026-08-11T21:41:33.132Z[ host-package] Compiling newline-converter v0.3.0
29982026-08-11T21:41:33.132Z[ host-package] Compiling slog-dtrace v0.3.0
29992026-08-11T21:41:33.132Z[ host-package] Compiling resolv-conf v0.7.6
30002026-08-11T21:41:33.132Z[ helios-setup] Aug 11 21:41:31.900 INFO E| Compiling zip v0.6.6
30012026-08-11T21:41:33.230Z[ helios-setup] Aug 11 21:41:32.003 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30022026-08-11T21:41:33.461Z[ helios-setup] Aug 11 21:41:32.233 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30032026-08-11T21:41:33.485Z[ helios-setup] Aug 11 21:41:32.257 INFO E| Compiling path-slash v0.1.5
30042026-08-11T21:41:33.821Z[ host-package] Compiling num-rational v0.4.2
30052026-08-11T21:41:33.947Z[ helios-setup] Aug 11 21:41:32.719 INFO E| Compiling spki v0.7.3
30062026-08-11T21:41:34.038Z[ helios-setup] Aug 11 21:41:32.810 INFO E| Compiling clap v4.5.51
30072026-08-11T21:41:34.248Z[ helios-setup] Aug 11 21:41:33.021 INFO E| Compiling pkcs8 v0.10.2
30082026-08-11T21:41:34.252Z[ helios-setup] Aug 11 21:41:33.024 INFO E| Compiling x509-cert v0.2.5
30092026-08-11T21:41:34.349Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30102026-08-11T21:41:34.352Z[ host-package] Compiling num-complex v0.4.6
30112026-08-11T21:41:34.568Z[ host-package] Compiling expectorate v1.2.0
30122026-08-11T21:41:34.571Z[ host-package] Compiling thread_local v1.1.9
30132026-08-11T21:41:34.577Z[ helios-setup] Aug 11 21:41:33.350 INFO E| Compiling pkcs1 v0.7.5
30142026-08-11T21:41:34.635Z[ helios-setup] Aug 11 21:41:33.408 INFO E| Compiling ppv-lite86 v0.2.21
30152026-08-11T21:41:35.311Z[ helios-setup] Aug 11 21:41:34.083 INFO E| Compiling erased-serde v0.3.31
30162026-08-11T21:41:35.322Z[ helios-setup] Aug 11 21:41:34.094 INFO E| Compiling rand_chacha v0.3.1
30172026-08-11T21:41:35.386Z[ host-package] Compiling match_cfg v0.1.0
30182026-08-11T21:41:35.391Z[ host-package] Compiling compression-core v0.4.31
30192026-08-11T21:41:35.391Z[ host-package] Compiling cancel-safe-futures v0.1.5
30202026-08-11T21:41:35.391Z[ host-package] Compiling unicode-width v0.1.14
30212026-08-11T21:41:35.391Z[ host-package] Compiling multer v3.1.0
30222026-08-11T21:41:35.438Z[ helios-setup] Aug 11 21:41:34.210 INFO E| Compiling toml_datetime v0.6.11
30232026-08-11T21:41:35.449Z[ host-package] Compiling slog-async v2.8.0
30242026-08-11T21:41:35.522Z[ helios-setup] Aug 11 21:41:34.294 INFO E| Compiling serde_spanned v0.6.9
30252026-08-11T21:41:35.537Z[ helios-setup] Aug 11 21:41:34.309 INFO E| Compiling serde-hex v0.1.0
30262026-08-11T21:41:35.554Z[ host-package] Compiling crossbeam-channel v0.5.15
30272026-08-11T21:41:35.687Z[ host-package] Compiling slog-json v2.6.1
30282026-08-11T21:41:35.722Z[ helios-setup] Aug 11 21:41:34.494 INFO E| Compiling rand v0.8.5
30292026-08-11T21:41:35.727Z[ helios-setup] Aug 11 21:41:34.500 INFO E| Compiling toml_edit v0.19.15
30302026-08-11T21:41:35.749Z[ helios-setup] Aug 11 21:41:34.520 INFO E| Compiling ron v0.8.1
30312026-08-11T21:41:35.762Z[ helios-setup] Aug 11 21:41:34.534 INFO E| Compiling hashbrown v0.13.2
30322026-08-11T21:41:35.863Z[ helios-setup] Aug 11 21:41:34.634 INFO E| Compiling futures-executor v0.3.31
30332026-08-11T21:41:36.122Z[ host-package] Compiling num v0.4.3
30342026-08-11T21:41:36.145Z[ helios-setup] Aug 11 21:41:34.917 INFO E| Compiling futures v0.3.31
30352026-08-11T21:41:36.341Z[ host-package] Compiling compression-codecs v0.4.37
30362026-08-11T21:41:36.344Z[ host-package] Compiling serde_spanned v1.1.1
30372026-08-11T21:41:36.344Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30382026-08-11T21:41:36.398Z[ host-package] Compiling float-ord v0.3.2
30392026-08-11T21:41:36.402Z[ host-package] Compiling take_mut v0.2.2
30402026-08-11T21:41:36.402Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
30412026-08-11T21:41:36.402Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30422026-08-11T21:41:36.562Z[ helios-setup] Aug 11 21:41:35.335 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30432026-08-11T21:41:36.605Z[ helios-setup] Aug 11 21:41:35.377 INFO E| Compiling slog-term v2.9.2
30442026-08-11T21:41:36.610Z[ helios-setup] Aug 11 21:41:35.383 INFO E| Compiling object v0.30.4
30452026-08-11T21:41:36.720Z[ host-package] Compiling typify-impl v0.6.2
30462026-08-11T21:41:36.732Z[ host-package] Compiling linked-hash-map v0.5.6
30472026-08-11T21:41:36.748Z[ helios-setup] Aug 11 21:41:35.521 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30482026-08-11T21:41:37.317Z[ helios-setup] Aug 11 21:41:36.034 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30492026-08-11T21:41:37.321Z[ host-package] Compiling hostname v0.3.1
30502026-08-11T21:41:37.322Z[ host-package] Compiling term v1.2.1
30512026-08-11T21:41:37.322Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30522026-08-11T21:41:37.531Z[ helios-setup] Aug 11 21:41:36.303 INFO E| Compiling rsa v0.9.8
30532026-08-11T21:41:37.704Z[ host-package] Compiling lru-cache v0.1.2
30542026-08-11T21:41:37.767Z[ helios-setup] Aug 11 21:41:36.537 INFO E| Compiling toml v0.7.8
30552026-08-11T21:41:38.018Z[ host-package] Compiling slog-bunyan v2.5.0
30562026-08-11T21:41:38.387Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
30572026-08-11T21:41:38.387Z[ host-package] Compiling slog-term v2.9.2
30582026-08-11T21:41:38.412Z[ host-package] Compiling async-stream v0.3.6
30592026-08-11T21:41:38.898Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-08-11T21:41:39.190Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30612026-08-11T21:41:39.275Z[ host-package] Compiling dropshot v0.17.1
30622026-08-11T21:41:39.350Z[ host-package] Compiling async-compression v0.4.41
30632026-08-11T21:41:39.354Z[ host-package] Compiling sha1 v0.11.0
30642026-08-11T21:41:39.411Z[ host-package] Compiling progenitor-client v0.14.0
30652026-08-11T21:41:39.456Z[ host-package] Compiling waitgroup v0.1.2
30662026-08-11T21:41:39.664Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30672026-08-11T21:41:39.697Z[ helios-setup] Aug 11 21:41:38.469 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30682026-08-11T21:41:39.732Z[ helios-setup] Aug 11 21:41:38.504 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30692026-08-11T21:41:39.847Z[ host-package] Compiling rustls-pemfile v2.2.0
30702026-08-11T21:41:39.922Z[ host-package] Compiling backon v1.6.0
30712026-08-11T21:41:40.225Z[ host-package] Compiling serde_path_to_error v0.1.20
30722026-08-11T21:41:40.339Z[ host-package] Compiling hostname v0.4.2
30732026-08-11T21:41:40.339Z[ host-package] Compiling instant v0.1.13
30742026-08-11T21:41:40.350Z[ host-package] Compiling debug-ignore v1.0.5
30752026-08-11T21:41:40.371Z[ host-package] Compiling linear-map v1.2.0
30762026-08-11T21:41:40.375Z[ host-package] Compiling minimal-lexical v0.2.1
30772026-08-11T21:41:40.815Z[ host-package] Compiling progenitor-extras v0.2.0
30782026-08-11T21:41:40.818Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-08-11T21:41:40.818Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30802026-08-11T21:41:40.842Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30812026-08-11T21:41:41.542Z[ host-package] Compiling oxide-update-engine v0.1.2
30822026-08-11T21:41:41.551Z[ host-package] Compiling nom v7.1.3
30832026-08-11T21:41:41.590Z[ host-package] Compiling parse-display v0.10.0
30842026-08-11T21:41:41.595Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30852026-08-11T21:41:41.774Z[ host-package] Compiling hickory-proto v0.24.4
30862026-08-11T21:41:42.154Z[ host-package] Compiling regress v0.10.5
30872026-08-11T21:41:42.297Z[ host-package] Compiling backoff v0.4.0
30882026-08-11T21:41:42.302Z[ host-package] Compiling itertools v0.14.0
30892026-08-11T21:41:42.504Z[ host-package] Compiling typify-macro v0.6.2
30902026-08-11T21:41:42.989Z[ host-package] Compiling macaddr v1.0.1
30912026-08-11T21:41:43.082Z[ host-package] Compiling humantime v2.3.0
30922026-08-11T21:41:43.238Z[ host-package] Compiling unicode-xid v0.2.6
30932026-08-11T21:41:43.354Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30942026-08-11T21:41:43.734Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30952026-08-11T21:41:43.800Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30962026-08-11T21:41:43.891Z[ host-package] Compiling convert_case v0.10.0
30972026-08-11T21:41:43.981Z[ host-package] Compiling owo-colors v4.3.0
30982026-08-11T21:41:44.153Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30992026-08-11T21:41:44.285Z[ host-package] Compiling toml v0.8.23
31002026-08-11T21:41:44.328Z[ host-package] Compiling derive_more-impl v2.1.1
31012026-08-11T21:41:44.392Z[ host-package] Compiling typify v0.6.2
31022026-08-11T21:41:44.564Z[ host-package] Compiling progenitor-impl v0.14.0
31032026-08-11T21:41:44.618Z[ helios-setup] Aug 11 21:41:43.390 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31042026-08-11T21:41:44.826Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31052026-08-11T21:41:44.963Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31062026-08-11T21:41:45.112Z[ host-package] Compiling hickory-resolver v0.24.4
31072026-08-11T21:41:45.269Z[ host-package] Compiling papergrid v0.11.0
31082026-08-11T21:41:45.326Z[ host-package] Compiling derive_more v2.1.1
31092026-08-11T21:41:45.330Z[ host-package] Compiling tabled_derive v0.7.0
31102026-08-11T21:41:45.554Z[ host-package] Compiling termtree v0.5.1
31112026-08-11T21:41:45.604Z[ host-package] Compiling crossterm v0.29.0
31122026-08-11T21:41:45.800Z[ helios-setup] Aug 11 21:41:44.572 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31132026-08-11T21:41:45.983Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31142026-08-11T21:41:46.046Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31152026-08-11T21:41:46.593Z[ host-package] Compiling qorb v0.4.1
31162026-08-11T21:41:47.194Z[ host-package] Compiling progenitor-macro v0.14.0
31172026-08-11T21:41:48.103Z[ host-package] Compiling tabled v0.15.0
31182026-08-11T21:41:48.338Z[ host-package] Compiling phf_shared v0.12.1
31192026-08-11T21:41:48.704Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31202026-08-11T21:41:49.434Z[ host-package] Compiling vte v0.14.1
31212026-08-11T21:41:49.511Z[ host-package] Compiling csv-core v0.1.13
31222026-08-11T21:41:49.539Z[ host-package] Compiling highway v1.3.0
31232026-08-11T21:41:49.768Z[ host-package] Compiling chrono-tz v0.10.4
31242026-08-11T21:41:49.963Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31252026-08-11T21:41:50.115Z[ host-package] Compiling csv v1.4.0
31262026-08-11T21:41:50.319Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31272026-08-11T21:41:50.329Z[ helios-setup] Aug 11 21:41:49.101 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31282026-08-11T21:41:51.185Z[ host-package] Compiling phf v0.12.1
31292026-08-11T21:41:51.411Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31302026-08-11T21:41:51.569Z[ host-package] Compiling const_format_proc_macros v0.2.34
31312026-08-11T21:41:51.739Z[ host-package] Compiling fd-lock v4.0.4
31322026-08-11T21:41:51.951Z[ host-package] Compiling peg-macros v0.8.5
31332026-08-11T21:41:51.991Z[ host-package] Compiling nu-ansi-term v0.50.3
31342026-08-11T21:41:52.302Z[ host-package] Compiling progenitor v0.14.0
31352026-08-11T21:41:52.395Z[ host-package] Compiling reedline v0.40.0
31362026-08-11T21:41:52.496Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31372026-08-11T21:41:52.547Z[ host-package] Compiling const_format v0.2.35
31382026-08-11T21:41:52.660Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31392026-08-11T21:41:53.207Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31402026-08-11T21:41:53.261Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31412026-08-11T21:41:54.398Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31422026-08-11T21:41:54.755Z[ host-package] Compiling peg v0.8.5
31432026-08-11T21:41:54.831Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31442026-08-11T21:41:54.961Z[ host-package] Compiling bcs v0.1.6
31452026-08-11T21:41:55.635Z[ host-package] Compiling nom v8.0.0
31462026-08-11T21:41:55.952Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31472026-08-11T21:41:56.729Z[ host-package] Compiling semver v0.1.20
31482026-08-11T21:41:56.862Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31492026-08-11T21:41:57.093Z[ host-package] Compiling rustc_version v0.1.7
31502026-08-11T21:41:57.209Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31512026-08-11T21:41:57.289Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31522026-08-11T21:41:57.362Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31532026-08-11T21:41:57.723Z[ host-package] Compiling newtype_derive v0.1.6
31542026-08-11T21:41:57.932Z[ host-package] Compiling unicode-linebreak v0.1.5
31552026-08-11T21:41:58.181Z[ host-package] Compiling smawk v0.3.2
31562026-08-11T21:41:58.432Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31572026-08-11T21:41:58.538Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31582026-08-11T21:41:58.608Z[ host-package] Compiling textwrap v0.16.2
31592026-08-11T21:41:59.248Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31602026-08-11T21:41:59.434Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31612026-08-11T21:41:59.828Z[ host-package] Compiling steno v0.4.1
31622026-08-11T21:41:59.888Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
31632026-08-11T21:42:00.460Z[ host-package] Compiling sha1 v0.10.6
31642026-08-11T21:42:00.506Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31652026-08-11T21:42:00.592Z[ host-package] Compiling utf-8 v0.7.6
31662026-08-11T21:42:00.700Z[ host-package] Compiling tagptr v0.2.0
31672026-08-11T21:42:01.074Z[ host-package] Compiling moka v0.12.13
31682026-08-11T21:42:01.138Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31692026-08-11T21:42:01.180Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31702026-08-11T21:42:01.374Z[ host-package] Compiling tungstenite v0.21.0
31712026-08-11T21:42:01.507Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31722026-08-11T21:42:01.670Z[ host-package] Compiling darling_core v0.21.3
31732026-08-11T21:42:02.343Z[ helios-setup] Aug 11 21:42:01.115 INFO E| Finished `release` profile [optimized] target(s) in 40.09s
31742026-08-11T21:42:02.347Z[ helios-setup] Aug 11 21:42:01.118 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31752026-08-11T21:42:02.347Z[ helios-setup] Aug 11 21:42:01.118 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31762026-08-11T21:42:02.404Z[ helios-setup] Aug 11 21:42:01.177 INFO building project "pilot" ok (40 seconds)
31772026-08-11T21:42:02.405Z[ helios-setup] Aug 11 21:42:01.177 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
31782026-08-11T21:42:02.408Z[ host-package] Compiling hickory-resolver v0.25.2
31792026-08-11T21:42:02.413Z[ helios-setup] Aug 11 21:42:01.185 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
31802026-08-11T21:42:02.414Z[ helios-setup] Aug 11 21:42:01.185 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31812026-08-11T21:42:02.417Z[ helios-setup] Aug 11 21:42:01.185 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31822026-08-11T21:42:02.524Z[ helios-setup] Aug 11 21:42:01.296 INFO E| Downloading crates ...
31832026-08-11T21:42:02.578Z[ helios-setup] Aug 11 21:42:01.350 INFO E| Downloaded cpufeatures v0.2.5
31842026-08-11T21:42:02.581Z[ helios-setup] Aug 11 21:42:01.351 INFO E| Downloaded flate2 v1.0.25
31852026-08-11T21:42:02.584Z[ helios-setup] Aug 11 21:42:01.356 INFO E| Downloaded miniz_oxide v0.6.2
31862026-08-11T21:42:02.590Z[ helios-setup] Aug 11 21:42:01.362 INFO E| Downloaded block-buffer v0.10.3
31872026-08-11T21:42:02.593Z[ helios-setup] Aug 11 21:42:01.363 INFO E| Downloaded unicode-width v0.1.10
31882026-08-11T21:42:02.593Z[ helios-setup] Aug 11 21:42:01.364 INFO E| Downloaded anyhow v1.0.62
31892026-08-11T21:42:02.596Z[ helios-setup] Aug 11 21:42:01.366 INFO E| Downloaded generic-array v0.14.6
31902026-08-11T21:42:02.597Z[ helios-setup] Aug 11 21:42:01.367 INFO E| Downloaded digest v0.10.3
31912026-08-11T21:42:02.597Z[ helios-setup] Aug 11 21:42:01.368 INFO E| Downloaded sha2 v0.10.5
31922026-08-11T21:42:02.600Z[ helios-setup] Aug 11 21:42:01.369 INFO E| Downloaded typenum v1.15.0
31932026-08-11T21:42:02.600Z[ helios-setup] Aug 11 21:42:01.371 INFO E| Downloaded bytes v1.2.1
31942026-08-11T21:42:02.644Z[ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling version_check v0.9.4
31952026-08-11T21:42:02.644Z[ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling typenum v1.15.0
31962026-08-11T21:42:02.644Z[ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling crc32fast v1.3.2
31972026-08-11T21:42:02.647Z[ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling cfg-if v1.0.0
31982026-08-11T21:42:02.647Z[ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling adler v1.0.2
31992026-08-11T21:42:02.647Z[ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling anyhow v1.0.62
32002026-08-11T21:42:02.651Z[ helios-setup] Aug 11 21:42:01.423 INFO E| Compiling unicode-width v0.1.10
32012026-08-11T21:42:02.651Z[ helios-setup] Aug 11 21:42:01.424 INFO E| Compiling cpufeatures v0.2.5
32022026-08-11T21:42:02.654Z[ helios-setup] Aug 11 21:42:01.424 INFO E| Compiling bytes v1.2.1
32032026-08-11T21:42:02.654Z[ helios-setup] Aug 11 21:42:01.424 INFO E| Compiling bitflags v1.3.2
32042026-08-11T21:42:02.824Z[ helios-setup] Aug 11 21:42:01.596 INFO E| Compiling getopts v0.2.21
32052026-08-11T21:42:02.829Z[ helios-setup] Aug 11 21:42:01.601 INFO E| Compiling miniz_oxide v0.6.2
32062026-08-11T21:42:03.179Z[ host-package] Compiling tokio-tungstenite v0.21.0
32072026-08-11T21:42:03.218Z[ host-package] Compiling display-error-chain v0.2.2
32082026-08-11T21:42:03.323Z[ helios-setup] Aug 11 21:42:02.095 INFO E| Compiling generic-array v0.14.6
32092026-08-11T21:42:03.467Z[ helios-setup] Aug 11 21:42:02.239 INFO E| Compiling flate2 v1.0.25
32102026-08-11T21:42:03.616Z[ host-package] Compiling libscf-sys v1.2.0
32112026-08-11T21:42:03.875Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32122026-08-11T21:42:03.995Z[ host-package] Compiling vergen-lib v0.1.6
32132026-08-11T21:42:04.121Z[ host-package] Compiling diesel_derives v2.3.7
32142026-08-11T21:42:04.393Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32152026-08-11T21:42:04.443Z[ host-package] Compiling darling_macro v0.21.3
32162026-08-11T21:42:04.633Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32172026-08-11T21:42:04.783Z[ helios-setup] Aug 11 21:42:03.555 INFO E| Compiling block-buffer v0.10.3
32182026-08-11T21:42:04.783Z[ helios-setup] Aug 11 21:42:03.555 INFO E| Compiling crypto-common v0.1.6
32192026-08-11T21:42:04.813Z[ host-package] Compiling vergen-gitcl v1.0.8
32202026-08-11T21:42:04.916Z[ helios-setup] Aug 11 21:42:03.688 INFO E| Compiling digest v0.10.3
32212026-08-11T21:42:05.093Z[ helios-setup] Aug 11 21:42:03.865 INFO E| Compiling sha2 v0.10.5
32222026-08-11T21:42:05.140Z[ host-package] Compiling darling v0.21.3
32232026-08-11T21:42:05.259Z[ host-package] Compiling dsl_auto_type v0.2.0
32242026-08-11T21:42:05.303Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32252026-08-11T21:42:05.303Z[ host-package] Compiling dirs-sys-next v0.1.2
32262026-08-11T21:42:05.327Z[ helios-setup] Aug 11 21:42:04.099 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32272026-08-11T21:42:05.443Z[ host-package] Compiling crunchy v0.2.4
32282026-08-11T21:42:05.573Z[ host-package] Compiling glob v0.3.3
32292026-08-11T21:42:05.639Z[ host-package] Compiling maplit v1.0.2
32302026-08-11T21:42:05.862Z[ host-package] Compiling dirs-next v2.0.0
32312026-08-11T21:42:05.965Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32322026-08-11T21:42:05.991Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32332026-08-11T21:42:06.055Z[ host-package] Compiling clang-sys v1.8.1
32342026-08-11T21:42:06.138Z[ host-package] Compiling r2d2 v0.8.10
32352026-08-11T21:42:06.490Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32362026-08-11T21:42:06.553Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32372026-08-11T21:42:06.680Z[ host-package] Compiling papergrid v0.18.0
32382026-08-11T21:42:06.750Z[ host-package] Compiling downcast-rs v2.0.2
32392026-08-11T21:42:07.018Z[ host-package] Compiling tiny-keccak v2.0.2
32402026-08-11T21:42:07.673Z[ host-package] Compiling term v0.7.0
32412026-08-11T21:42:07.687Z[ helios-setup] Aug 11 21:42:06.459 INFO E| Finished `release` profile [optimized] target(s) in 5.26s
32422026-08-11T21:42:07.700Z[ helios-setup] Aug 11 21:42:06.472 INFO building project "bootserver" ok (5 seconds)
32432026-08-11T21:42:07.701Z[ helios-setup] Aug 11 21:42:06.472 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
32442026-08-11T21:42:07.980Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32452026-08-11T21:42:08.247Z[ host-package] Compiling tabled v0.21.0
32462026-08-11T21:42:09.003Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32472026-08-11T21:42:09.245Z[ host-package] Compiling bit-vec v0.6.3
32482026-08-11T21:42:09.268Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32492026-08-11T21:42:09.373Z[ host-package] Compiling ascii-canvas v3.0.0
32502026-08-11T21:42:09.487Z[ host-package] Compiling bit-set v0.5.3
32512026-08-11T21:42:09.650Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32522026-08-11T21:42:09.717Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32532026-08-11T21:42:09.756Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32542026-08-11T21:42:10.009Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32552026-08-11T21:42:10.032Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32562026-08-11T21:42:10.243Z[ host-package] Compiling itertools v0.10.5
32572026-08-11T21:42:10.277Z[ host-package] Compiling ena v0.14.4
32582026-08-11T21:42:10.280Z[ host-package] Compiling libloading v0.8.9
32592026-08-11T21:42:10.368Z[ host-package] Compiling diff v0.1.13
32602026-08-11T21:42:10.536Z[ host-package] Compiling unicase v2.9.0
32612026-08-11T21:42:10.699Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32622026-08-11T21:42:10.727Z[ host-package] Compiling xshell-macros v0.2.7
32632026-08-11T21:42:10.727Z[ host-package] Compiling bindgen v0.71.1
32642026-08-11T21:42:10.869Z[ host-package] Compiling regex-syntax v0.6.29
32652026-08-11T21:42:11.191Z[ host-package] Compiling xshell v0.2.7
32662026-08-11T21:42:11.280Z[ host-package] Compiling diesel v2.3.7
32672026-08-11T21:42:11.762Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32682026-08-11T21:42:12.252Z[ host-package] Compiling cexpr v0.6.0
32692026-08-11T21:42:12.541Z[ host-package] Compiling lalrpop v0.19.12
32702026-08-11T21:42:12.652Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32712026-08-11T21:42:12.892Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32722026-08-11T21:42:12.986Z[ host-package] Compiling rustc-hash v2.1.1
32732026-08-11T21:42:13.061Z[ host-package] Compiling crc8 v0.1.1
32742026-08-11T21:42:13.611Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32752026-08-11T21:42:13.692Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32762026-08-11T21:42:13.766Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32772026-08-11T21:42:13.789Z[ host-package] Compiling headers-core v0.3.0
32782026-08-11T21:42:13.952Z[ host-package] Compiling libxml v0.3.3
32792026-08-11T21:42:14.332Z[ host-package] Compiling headers v0.4.1
32802026-08-11T21:42:14.431Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32812026-08-11T21:42:14.435Z[ host-package] Compiling strum_macros v0.24.3
32822026-08-11T21:42:14.727Z[ host-package] Compiling indoc v1.0.9
32832026-08-11T21:42:15.042Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32842026-08-11T21:42:15.286Z[ host-package] Compiling derive_builder v0.20.2
32852026-08-11T21:42:15.364Z[ host-package] Compiling oso-derive v0.27.3
32862026-08-11T21:42:15.564Z[ host-package] Compiling quick-xml v0.37.5
32872026-08-11T21:42:15.936Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32882026-08-11T21:42:15.980Z[ host-package] Compiling openssl-probe v0.1.6
32892026-08-11T21:42:16.132Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32902026-08-11T21:42:16.293Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32912026-08-11T21:42:16.417Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32922026-08-11T21:42:16.732Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-08-11T21:42:16.782Z[ host-package] Compiling bb8 v0.8.6
32942026-08-11T21:42:16.884Z[ host-package] Compiling trait-variant v0.1.2
32952026-08-11T21:42:17.021Z[ host-package] Compiling half v1.8.3
32962026-08-11T21:42:17.211Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32972026-08-11T21:42:17.360Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32982026-08-11T21:42:17.605Z[ host-package] Compiling serde_cbor v0.11.2
32992026-08-11T21:42:17.676Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33002026-08-11T21:42:17.708Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33012026-08-11T21:42:17.729Z[ host-package] Compiling progenitor-impl v0.13.0
33022026-08-11T21:42:18.548Z[ host-package] Compiling samael v0.0.19
33032026-08-11T21:42:18.672Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33042026-08-11T21:42:18.723Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33052026-08-11T21:42:18.773Z[ host-package] Compiling nonempty v0.12.0
33062026-08-11T21:42:18.819Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-08-11T21:42:19.180Z[ host-package] Compiling progenitor-client v0.13.0
33082026-08-11T21:42:19.907Z[ host-package] Compiling fxhash v0.2.1
33092026-08-11T21:42:20.128Z[ host-package] Compiling libz-sys v1.1.24
33102026-08-11T21:42:20.181Z[ host-package] Compiling salty v0.3.0
33112026-08-11T21:42:20.283Z[ host-package] Compiling progenitor-macro v0.13.0
33122026-08-11T21:42:20.537Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33132026-08-11T21:42:20.692Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33142026-08-11T21:42:20.803Z[ host-package] Compiling kstat-rs v0.2.5
33152026-08-11T21:42:21.122Z[ host-package] Compiling polar-core v0.27.3
33162026-08-11T21:42:21.606Z[ host-package] Compiling mime_guess v2.0.5
33172026-08-11T21:42:22.262Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33182026-08-11T21:42:23.059Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33192026-08-11T21:42:24.367Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33202026-08-11T21:42:24.395Z[ host-package] Compiling rfc6979 v0.4.0
33212026-08-11T21:42:24.461Z[ host-package] Compiling nanorand v0.7.0
33222026-08-11T21:42:24.561Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33232026-08-11T21:42:24.607Z[ host-package] Compiling parking_lot_core v0.8.6
33242026-08-11T21:42:24.882Z[ host-package] Compiling flume v0.11.1
33252026-08-11T21:42:24.997Z[ host-package] Compiling ecdsa v0.16.9
33262026-08-11T21:42:25.108Z[ host-package] Compiling progenitor v0.13.0
33272026-08-11T21:42:25.329Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33282026-08-11T21:42:25.602Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33292026-08-11T21:42:25.710Z[ host-package] Compiling primeorder v0.13.6
33302026-08-11T21:42:26.051Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33312026-08-11T21:42:26.239Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33322026-08-11T21:42:26.460Z[ host-package] Compiling git-stub v1.0.0
33332026-08-11T21:42:26.759Z[ host-package] Compiling strsim v0.10.0
33342026-08-11T21:42:26.917Z[ host-package] Compiling instability v0.3.11
33352026-08-11T21:42:27.114Z[ host-package] Compiling http-range v0.1.5
33362026-08-11T21:42:27.161Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33372026-08-11T21:42:27.467Z[ host-package] Compiling darling_core v0.13.4
33382026-08-11T21:42:27.495Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33392026-08-11T21:42:28.837Z[ host-package] Compiling git-stub-vcs v0.1.0
33402026-08-11T21:42:29.350Z[ host-package] Compiling p384 v0.13.1
33412026-08-11T21:42:29.573Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33422026-08-11T21:42:29.988Z[ host-package] Compiling ignore v0.4.25
33432026-08-11T21:42:30.279Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33442026-08-11T21:42:30.772Z[ helios-setup] Aug 11 21:42:29.543 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')"
33452026-08-11T21:42:30.772Z[ helios-setup] Aug 11 21:42:29.543 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33462026-08-11T21:42:30.804Z[ helios-setup] Aug 11 21:42:29.576 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')"
33472026-08-11T21:42:30.804Z[ helios-setup] Aug 11 21:42:29.576 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33482026-08-11T21:42:30.810Z[ helios-setup] Aug 11 21:42:29.576 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33492026-08-11T21:42:30.999Z[ helios-setup] Aug 11 21:42:29.767 INFO E| Updating crates.io index
33502026-08-11T21:42:31.007Z[ helios-setup] Aug 11 21:42:29.768 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33512026-08-11T21:42:31.591Z[ helios-setup] Aug 11 21:42:30.363 INFO E| From https://github.com/oxidecomputer/amd-apcb
33522026-08-11T21:42:31.591Z[ helios-setup] Aug 11 21:42:30.363 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33532026-08-11T21:42:31.606Z[ helios-setup] Aug 11 21:42:30.377 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33542026-08-11T21:42:31.750Z[ host-package] Compiling oso v0.27.3
33552026-08-11T21:42:32.009Z[ helios-setup] Aug 11 21:42:30.781 INFO E| From https://github.com/oxidecomputer/amd-efs
33562026-08-11T21:42:32.009Z[ helios-setup] Aug 11 21:42:30.781 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33572026-08-11T21:42:32.238Z[ helios-setup] Aug 11 21:42:31.008 INFO E| Downloading crates ...
33582026-08-11T21:42:32.294Z[ helios-setup] Aug 11 21:42:31.059 INFO E| Downloaded strum v0.27.1
33592026-08-11T21:42:32.305Z[ helios-setup] Aug 11 21:42:31.077 INFO E| Downloaded pest_meta v2.8.0
33602026-08-11T21:42:32.309Z[ helios-setup] Aug 11 21:42:31.081 INFO E| Downloaded pest_derive v2.8.0
33612026-08-11T21:42:32.313Z[ helios-setup] Aug 11 21:42:31.085 INFO E| Downloaded heck v0.3.3
33622026-08-11T21:42:32.317Z[ helios-setup] Aug 11 21:42:31.086 INFO E| Downloaded thiserror-impl v2.0.12
33632026-08-11T21:42:32.317Z[ helios-setup] Aug 11 21:42:31.087 INFO E| Downloaded autocfg v1.4.0
33642026-08-11T21:42:32.317Z[ helios-setup] Aug 11 21:42:31.088 INFO E| Downloaded parse_int v0.9.0
33652026-08-11T21:42:32.323Z[ helios-setup] Aug 11 21:42:31.093 INFO E| Downloaded four-cc v0.4.0
33662026-08-11T21:42:32.323Z[ helios-setup] Aug 11 21:42:31.094 INFO E| Downloaded dyn-clone v1.0.19
33672026-08-11T21:42:32.333Z[ helios-setup] Aug 11 21:42:31.097 INFO E| Downloaded unic-char-property v0.9.0
33682026-08-11T21:42:32.344Z[ helios-setup] Aug 11 21:42:31.107 INFO E| Downloaded fletcher v1.0.0
33692026-08-11T21:42:32.344Z[ helios-setup] Aug 11 21:42:31.108 INFO E| Downloaded unic-char-range v0.9.0
33702026-08-11T21:42:32.344Z[ helios-setup] Aug 11 21:42:31.111 INFO E| Downloaded bytesize v2.0.1
33712026-08-11T21:42:32.360Z[ helios-setup] Aug 11 21:42:31.119 INFO E| Downloaded strum_macros v0.27.1
33722026-08-11T21:42:32.360Z[ helios-setup] Aug 11 21:42:31.121 INFO E| Downloaded textwrap v0.11.0
33732026-08-11T21:42:32.360Z[ helios-setup] Aug 11 21:42:31.122 INFO E| Downloaded ansi_term v0.12.1
33742026-08-11T21:42:32.367Z[ helios-setup] Aug 11 21:42:31.123 INFO E| Downloaded unic-ucd-version v0.9.0
33752026-08-11T21:42:32.367Z[ helios-setup] Aug 11 21:42:31.123 INFO E| Downloaded strsim v0.8.0
33762026-08-11T21:42:32.367Z[ helios-setup] Aug 11 21:42:31.134 INFO E| Downloaded unic-common v0.9.0
33772026-08-11T21:42:32.367Z[ helios-setup] Aug 11 21:42:31.135 INFO E| Downloaded pest_generator v2.8.0
33782026-08-11T21:42:32.370Z[ helios-setup] Aug 11 21:42:31.138 INFO E| Downloaded modular-bitfield v0.13.1
33792026-08-11T21:42:32.373Z[ helios-setup] Aug 11 21:42:31.143 INFO E| Downloaded unic-ucd-ident v0.9.0
33802026-08-11T21:42:32.379Z[ helios-setup] Aug 11 21:42:31.147 INFO E| Downloaded structopt-derive v0.4.18
33812026-08-11T21:42:32.383Z[ helios-setup] Aug 11 21:42:31.152 INFO E| Downloaded vec_map v0.8.2
33822026-08-11T21:42:32.383Z[ helios-setup] Aug 11 21:42:31.154 INFO E| Downloaded modular-bitfield-impl v0.13.1
33832026-08-11T21:42:32.398Z[ helios-setup] Aug 11 21:42:31.156 INFO E| Downloaded rustversion v1.0.20
33842026-08-11T21:42:32.398Z[ helios-setup] Aug 11 21:42:31.158 INFO E| Downloaded quote v1.0.40
33852026-08-11T21:42:32.405Z[ helios-setup] Aug 11 21:42:31.159 INFO E| Downloaded thiserror v2.0.12
33862026-08-11T21:42:32.405Z[ helios-setup] Aug 11 21:42:31.165 INFO E| Downloaded modular-bitfield-impl v0.11.2
33872026-08-11T21:42:32.405Z[ helios-setup] Aug 11 21:42:31.166 INFO E| Downloaded structopt v0.3.26
33882026-08-11T21:42:32.405Z[ helios-setup] Aug 11 21:42:31.170 INFO E| Downloaded modular-bitfield v0.11.2
33892026-08-11T21:42:32.410Z[ helios-setup] Aug 11 21:42:31.176 INFO E| Downloaded unicode-ident v1.0.18
33902026-08-11T21:42:32.410Z[ helios-setup] Aug 11 21:42:31.178 INFO E| Downloaded typenum v1.18.0
33912026-08-11T21:42:32.410Z[ helios-setup] Aug 11 21:42:31.179 INFO E| Downloaded serde v1.0.219
33922026-08-11T21:42:32.422Z[ helios-setup] Aug 11 21:42:31.181 INFO E| Downloaded log v0.4.27
33932026-08-11T21:42:32.423Z[ helios-setup] Aug 11 21:42:31.182 INFO E| Downloaded proc-macro2 v1.0.95
33942026-08-11T21:42:32.427Z[ helios-setup] Aug 11 21:42:31.195 INFO E| Downloaded zerocopy-derive v0.8.25
33952026-08-11T21:42:32.436Z[ helios-setup] Aug 11 21:42:31.199 INFO E| Downloaded serde_derive v1.0.219
33962026-08-11T21:42:32.436Z[ helios-setup] Aug 11 21:42:31.201 INFO E| Downloaded clap v2.34.0
33972026-08-11T21:42:32.436Z[ helios-setup] Aug 11 21:42:31.205 INFO E| Downloaded memchr v2.7.4
33982026-08-11T21:42:32.452Z[ helios-setup] Aug 11 21:42:31.222 INFO E| Downloaded pest v2.8.0
33992026-08-11T21:42:32.463Z[ helios-setup] Aug 11 21:42:31.232 INFO E| Downloaded serde_json v1.0.140
34002026-08-11T21:42:32.469Z[ helios-setup] Aug 11 21:42:31.236 INFO E| Downloaded goblin v0.9.3
34012026-08-11T21:42:32.481Z[ helios-setup] Aug 11 21:42:31.253 INFO E| Downloaded syn v2.0.101
34022026-08-11T21:42:32.487Z[ helios-setup] Aug 11 21:42:31.259 INFO E| Downloaded zerocopy v0.8.25
34032026-08-11T21:42:32.552Z[ helios-setup] Aug 11 21:42:31.315 INFO E| Downloaded libc v0.2.172
34042026-08-11T21:42:32.675Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling proc-macro2 v1.0.95
34052026-08-11T21:42:32.675Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling unicode-ident v1.0.18
34062026-08-11T21:42:32.675Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling memchr v2.7.4
34072026-08-11T21:42:32.687Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling autocfg v1.4.0
34082026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling thiserror v2.0.12
34092026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling syn v1.0.109
34102026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling serde v1.0.219
34112026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling version_check v0.9.5
34122026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling serde_json v1.0.140
34132026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling itoa v1.0.15
34142026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling ryu v1.0.20
34152026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling schemars v0.8.22
34162026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling zerocopy v0.8.25
34172026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling dyn-clone v1.0.19
34182026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling ucd-trie v0.1.7
34192026-08-11T21:42:32.688Z[ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling static_assertions v1.1.0
34202026-08-11T21:42:33.224Z[ host-package] Compiling diesel-dtrace v0.5.0
34212026-08-11T21:42:33.272Z[ helios-setup] Aug 11 21:42:32.044 INFO E| Compiling libc v0.2.172
34222026-08-11T21:42:33.363Z[ helios-setup] Aug 11 21:42:32.134 INFO E| Compiling proc-macro-error-attr v1.0.4
34232026-08-11T21:42:33.407Z[ helios-setup] Aug 11 21:42:32.179 INFO E| Compiling paste v1.0.15
34242026-08-11T21:42:33.484Z[ helios-setup] Aug 11 21:42:32.256 INFO E| Compiling rustversion v1.0.20
34252026-08-11T21:42:33.610Z[ helios-setup] Aug 11 21:42:32.382 INFO E| Compiling proc-macro-error v1.0.4
34262026-08-11T21:42:33.610Z[ helios-setup] Aug 11 21:42:32.382 INFO E| Compiling once_cell v1.21.3
34272026-08-11T21:42:33.763Z[ helios-setup] Aug 11 21:42:32.535 INFO E| Compiling unicode-width v0.1.14
34282026-08-11T21:42:33.843Z[ helios-setup] Aug 11 21:42:32.615 INFO E| Compiling heck v0.5.0
34292026-08-11T21:42:34.035Z[ helios-setup] Aug 11 21:42:32.807 INFO E| Compiling unicode-segmentation v1.12.0
34302026-08-11T21:42:34.065Z[ helios-setup] Aug 11 21:42:32.837 INFO E| Compiling fletcher v1.0.0
34312026-08-11T21:42:34.092Z[ helios-setup] Aug 11 21:42:32.864 INFO E| Compiling textwrap v0.11.0
34322026-08-11T21:42:34.187Z[ helios-setup] Aug 11 21:42:32.959 INFO E| Compiling strsim v0.8.0
34332026-08-11T21:42:34.205Z[ helios-setup] Aug 11 21:42:32.977 INFO E| Compiling num-traits v0.2.19
34342026-08-11T21:42:34.239Z[ helios-setup] Aug 11 21:42:33.011 INFO E| Compiling memoffset v0.9.1
34352026-08-11T21:42:34.362Z[ helios-setup] Aug 11 21:42:33.134 INFO E| Compiling byteorder v1.5.0
34362026-08-11T21:42:34.363Z[ helios-setup] Aug 11 21:42:33.134 INFO E| Compiling vec_map v0.8.2
34372026-08-11T21:42:34.368Z[ host-package] Compiling async-bb8-diesel v0.2.1
34382026-08-11T21:42:34.400Z[ helios-setup] Aug 11 21:42:33.172 INFO E| Compiling unic-char-range v0.9.0
34392026-08-11T21:42:34.600Z[ helios-setup] Aug 11 21:42:33.369 INFO E| Compiling strum v0.27.1
34402026-08-11T21:42:34.600Z[ helios-setup] Aug 11 21:42:33.369 INFO E| Compiling unic-common v0.9.0
34412026-08-11T21:42:34.622Z[ helios-setup] Aug 11 21:42:33.393 INFO E| Compiling ansi_term v0.12.1
34422026-08-11T21:42:34.716Z[ helios-setup] Aug 11 21:42:33.488 INFO E| Compiling atty v0.2.14
34432026-08-11T21:42:34.729Z[ helios-setup] Aug 11 21:42:33.501 INFO E| Compiling bitflags v1.3.2
34442026-08-11T21:42:34.769Z[ helios-setup] Aug 11 21:42:33.540 INFO E| Compiling heck v0.3.3
34452026-08-11T21:42:34.818Z[ helios-setup] Aug 11 21:42:33.590 INFO E| Compiling unic-ucd-version v0.9.0
34462026-08-11T21:42:34.829Z[ helios-setup] Aug 11 21:42:33.601 INFO E| Compiling unic-char-property v0.9.0
34472026-08-11T21:42:34.844Z[ helios-setup] Aug 11 21:42:33.616 INFO E| Compiling log v0.4.27
34482026-08-11T21:42:34.919Z[ helios-setup] Aug 11 21:42:33.691 INFO E| Compiling clap v2.34.0
34492026-08-11T21:42:34.965Z[ helios-setup] Aug 11 21:42:33.737 INFO E| Compiling plain v0.2.3
34502026-08-11T21:42:34.981Z[ helios-setup] Aug 11 21:42:33.752 INFO E| Compiling lazy_static v1.5.0
34512026-08-11T21:42:34.985Z[ helios-setup] Aug 11 21:42:33.757 INFO E| Compiling unic-ucd-ident v0.9.0
34522026-08-11T21:42:35.003Z[ host-package] Compiling castaway v0.2.4
34532026-08-11T21:42:35.006Z[ helios-setup] Aug 11 21:42:33.777 INFO E| Compiling bytesize v2.0.1
34542026-08-11T21:42:35.166Z[ helios-setup] Aug 11 21:42:33.938 INFO E| Compiling quote v1.0.40
34552026-08-11T21:42:35.326Z[ host-package] Compiling vergen-git2 v9.1.0
34562026-08-11T21:42:35.368Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34572026-08-11T21:42:35.441Z[ helios-setup] Aug 11 21:42:34.213 INFO E| Compiling syn v2.0.101
34582026-08-11T21:42:35.445Z[ host-package] Compiling indoc v2.0.7
34592026-08-11T21:42:35.934Z[ helios-setup] Aug 11 21:42:34.703 INFO E| Compiling parse_int v0.9.0
34602026-08-11T21:42:35.954Z[ host-package] Compiling compact_str v0.8.1
34612026-08-11T21:42:35.954Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34622026-08-11T21:42:36.063Z[ host-package] Compiling globwalk v0.9.1
34632026-08-11T21:42:36.891Z[ host-package] Compiling parking_lot v0.11.2
34642026-08-11T21:42:36.933Z[ host-package] Compiling hyper-staticfile v0.10.1
34652026-08-11T21:42:37.000Z[ host-package] Compiling darling_macro v0.13.4
34662026-08-11T21:42:37.407Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34672026-08-11T21:42:37.441Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34682026-08-11T21:42:39.038Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34692026-08-11T21:42:39.093Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34702026-08-11T21:42:39.093Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34712026-08-11T21:42:39.093Z[ helios-setup] Aug 11 21:42:36.986 INFO E| Compiling serde_derive_internals v0.29.1
34722026-08-11T21:42:39.093Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34732026-08-11T21:42:39.093Z[ helios-setup] Aug 11 21:42:37.438 INFO E| Compiling modular-bitfield-impl v0.11.2
34742026-08-11T21:42:39.094Z[ helios-setup] Aug 11 21:42:37.438 INFO E| Compiling structopt-derive v0.4.18
34752026-08-11T21:42:39.094Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34762026-08-11T21:42:39.094Z[ host-package] Compiling predicates-tree v1.0.13
34772026-08-11T21:42:39.214Z[ host-package] Compiling unicode-truncate v1.1.0
34782026-08-11T21:42:39.439Z[ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling thiserror-impl v2.0.12
34792026-08-11T21:42:39.439Z[ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling serde_derive v1.0.219
34802026-08-11T21:42:39.439Z[ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling schemars_derive v0.8.22
34812026-08-11T21:42:39.443Z[ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling zerocopy-derive v0.8.25
34822026-08-11T21:42:39.443Z[ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling modular-bitfield-impl v0.13.1
34832026-08-11T21:42:39.447Z[ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling num-derive v0.4.2
34842026-08-11T21:42:39.447Z[ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling strum_macros v0.27.1
34852026-08-11T21:42:39.447Z[ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling scroll_derive v0.12.1
34862026-08-11T21:42:39.477Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34872026-08-11T21:42:39.698Z[ host-package] Compiling lru v0.12.5
34882026-08-11T21:42:39.950Z[ host-package] Compiling prefix-trie v0.7.0
34892026-08-11T21:42:40.014Z[ helios-setup] Aug 11 21:42:38.785 INFO E| Compiling structopt v0.3.26
34902026-08-11T21:42:40.285Z[ host-package] Compiling rand_seeder v0.4.0
34912026-08-11T21:42:40.531Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34922026-08-11T21:42:40.812Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34932026-08-11T21:42:40.892Z[ host-package] Compiling cassowary v0.3.0
34942026-08-11T21:42:40.895Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34952026-08-11T21:42:40.900Z[ helios-setup] Aug 11 21:42:39.669 INFO E| Compiling scroll v0.12.0
34962026-08-11T21:42:41.039Z[ helios-setup] Aug 11 21:42:39.805 INFO E| Compiling modular-bitfield v0.13.1
34972026-08-11T21:42:41.158Z[ helios-setup] Aug 11 21:42:39.927 INFO E| Compiling modular-bitfield v0.11.2
34982026-08-11T21:42:41.165Z[ helios-setup] Aug 11 21:42:39.935 INFO E| Compiling pest v2.8.0
34992026-08-11T21:42:41.169Z[ helios-setup] Aug 11 21:42:39.939 INFO E| Compiling goblin v0.9.3
35002026-08-11T21:42:41.257Z[ host-package] Compiling corncobs v0.1.4
35012026-08-11T21:42:41.521Z[ host-package] Compiling hickory-server v0.25.2
35022026-08-11T21:42:41.625Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35032026-08-11T21:42:41.764Z[ host-package] Compiling ratatui v0.29.0
35042026-08-11T21:42:41.862Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35052026-08-11T21:42:42.051Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35062026-08-11T21:42:42.140Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35072026-08-11T21:42:42.343Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35082026-08-11T21:42:42.469Z[ helios-setup] Aug 11 21:42:41.240 INFO E| Compiling pest_meta v2.8.0
35092026-08-11T21:42:42.743Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-08-11T21:42:42.810Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35112026-08-11T21:42:43.101Z[ helios-setup] Aug 11 21:42:41.873 INFO E| Compiling pest_generator v2.8.0
35122026-08-11T21:42:43.243Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35132026-08-11T21:42:43.593Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35142026-08-11T21:42:43.990Z[ helios-setup] Aug 11 21:42:42.762 INFO E| Compiling pest_derive v2.8.0
35152026-08-11T21:42:44.215Z[ host-package] Compiling darling v0.13.4
35162026-08-11T21:42:44.434Z[ host-package] Compiling sled v0.34.7
35172026-08-11T21:42:45.005Z[ helios-setup] Aug 11 21:42:43.763 INFO E| Compiling json5 v0.4.1
35182026-08-11T21:42:47.004Z[ helios-setup] Aug 11 21:42:45.755 INFO E| Compiling four-cc v0.4.0
35192026-08-11T21:42:47.004Z[ helios-setup] Aug 11 21:42:45.755 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35202026-08-11T21:42:47.073Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35212026-08-11T21:42:47.135Z[ helios-setup] Aug 11 21:42:45.883 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35222026-08-11T21:42:47.354Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35232026-08-11T21:42:47.398Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35242026-08-11T21:42:47.463Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35252026-08-11T21:42:48.080Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35262026-08-11T21:42:48.334Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35272026-08-11T21:42:48.637Z[ host-package] Compiling secrecy v0.8.0
35282026-08-11T21:42:48.896Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35292026-08-11T21:42:49.193Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35302026-08-11T21:42:50.187Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35312026-08-11T21:42:50.772Z[ host-package] Compiling serde_with_macros v1.5.2
35322026-08-11T21:42:51.197Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-11T21:42:51.384Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35342026-08-11T21:42:51.646Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35352026-08-11T21:42:51.867Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35362026-08-11T21:42:52.281Z[ host-package] Compiling git2 v0.20.4
35372026-08-11T21:42:52.310Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35382026-08-11T21:42:52.605Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35392026-08-11T21:42:52.793Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35402026-08-11T21:42:52.972Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35412026-08-11T21:42:53.231Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35422026-08-11T21:42:53.298Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35432026-08-11T21:42:53.490Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35442026-08-11T21:42:53.540Z[ host-package] Compiling arc-swap v1.8.2
35452026-08-11T21:42:53.544Z[ host-package] Compiling void v1.0.2
35462026-08-11T21:42:53.764Z[ host-package] Compiling lzss v0.8.2
35472026-08-11T21:42:53.897Z[ host-package] Compiling slog-scope v4.4.1
35482026-08-11T21:42:54.217Z[ host-package] Compiling illumos-nvpair v0.3.0
35492026-08-11T21:42:54.293Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35502026-08-11T21:42:54.364Z[ host-package] Compiling serde_with v1.14.0
35512026-08-11T21:42:55.347Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35522026-08-11T21:42:55.476Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35532026-08-11T21:42:55.511Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35542026-08-11T21:42:55.684Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35552026-08-11T21:42:56.765Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35562026-08-11T21:42:57.490Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35572026-08-11T21:42:58.626Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35582026-08-11T21:42:59.800Z[ host-package] Compiling scuffle v0.1.0
35592026-08-11T21:43:00.536Z[ host-package] Compiling tungstenite v0.23.0
35602026-08-11T21:43:01.225Z[ helios-setup] Aug 11 21:42:59.994 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35612026-08-11T21:43:01.730Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35622026-08-11T21:43:02.116Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35632026-08-11T21:43:02.831Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35642026-08-11T21:43:03.004Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35652026-08-11T21:43:03.125Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35662026-08-11T21:43:03.323Z[ host-package] Compiling nix v0.27.1
35672026-08-11T21:43:03.471Z[ host-package] Compiling twox-hash v2.1.2
35682026-08-11T21:43:03.797Z[ host-package] Compiling libsw-core v0.3.2
35692026-08-11T21:43:04.035Z[ host-package] Compiling atty v0.2.14
35702026-08-11T21:43:04.038Z[ host-package] Compiling serde_bytes v0.11.19
35712026-08-11T21:43:04.223Z[ host-package] Compiling libsw v3.5.0
35722026-08-11T21:43:04.381Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35732026-08-11T21:43:04.439Z[ helios-setup] Aug 11 21:43:03.206 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35742026-08-11T21:43:04.504Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35752026-08-11T21:43:04.523Z[ host-package] Compiling tokio-tungstenite v0.23.1
35762026-08-11T21:43:04.546Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35772026-08-11T21:43:04.918Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35782026-08-11T21:43:05.063Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35792026-08-11T21:43:06.322Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35802026-08-11T21:43:07.223Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35812026-08-11T21:43:07.376Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35822026-08-11T21:43:07.554Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35832026-08-11T21:43:08.283Z[ host-package] Compiling slog-stdlog v4.1.1
35842026-08-11T21:43:08.591Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35852026-08-11T21:43:08.896Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35862026-08-11T21:43:08.929Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35872026-08-11T21:43:09.007Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35882026-08-11T21:43:09.565Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35892026-08-11T21:43:12.067Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35902026-08-11T21:43:12.164Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35912026-08-11T21:43:13.588Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35922026-08-11T21:43:14.047Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35932026-08-11T21:43:14.295Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35942026-08-11T21:43:15.395Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35952026-08-11T21:43:16.287Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35962026-08-11T21:43:16.597Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35972026-08-11T21:43:17.401Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35982026-08-11T21:43:18.034Z[ helios-setup] Aug 11 21:43:16.804 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.18s
35992026-08-11T21:43:18.069Z[ helios-setup] Aug 11 21:43:16.841 INFO building project "amd-host-image-builder" ok (47 seconds)
36002026-08-11T21:43:18.070Z[ helios-setup] Aug 11 21:43:16.841 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36012026-08-11T21:43:18.079Z[ helios-setup] Aug 11 21:43:16.850 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36022026-08-11T21:43:18.079Z[ helios-setup] Aug 11 21:43:16.850 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36032026-08-11T21:43:18.079Z[ helios-setup] Aug 11 21:43:16.850 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36042026-08-11T21:43:18.191Z[ helios-setup] Aug 11 21:43:16.962 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36052026-08-11T21:43:18.502Z[ helios-setup] Aug 11 21:43:17.273 INFO E| From https://github.com/jclulow/rust-jmclib
36062026-08-11T21:43:18.502Z[ helios-setup] Aug 11 21:43:17.273 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36072026-08-11T21:43:18.514Z[ helios-setup] Aug 11 21:43:17.285 INFO E| Updating crates.io index
36082026-08-11T21:43:18.560Z[ helios-setup] Aug 11 21:43:17.330 INFO E| Downloading crates ...
36092026-08-11T21:43:18.619Z[ helios-setup] Aug 11 21:43:17.375 INFO E| Downloaded uuid v0.8.2
36102026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.382 INFO E| Downloaded anyhow v1.0.72
36112026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.386 INFO E| Downloaded md-5 v0.9.1
36122026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.388 INFO E| Downloaded serde v1.0.193
36132026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.390 INFO E| Downloaded cpufeatures v0.2.9
36142026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.393 INFO E| Downloaded libdevinfo-sys v1.0.0
36152026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.395 INFO E| Downloaded digest v0.9.0
36162026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.398 INFO E| Downloaded block-buffer v0.9.0
36172026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.402 INFO E| Downloaded errno v0.3.1
36182026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.403 INFO E| Downloaded fastrand v2.0.0
36192026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.407 INFO E| Downloaded sha-1 v0.9.8
36202026-08-11T21:43:18.694Z[ helios-setup] Aug 11 21:43:17.408 INFO E| Downloaded walkdir v2.3.3
36212026-08-11T21:43:18.695Z[ helios-setup] Aug 11 21:43:17.414 INFO E| Downloaded quote v1.0.31
36222026-08-11T21:43:18.695Z[ helios-setup] Aug 11 21:43:17.416 INFO E| Downloaded glob v0.3.1
36232026-08-11T21:43:18.695Z[ helios-setup] Aug 11 21:43:17.421 INFO E| Downloaded tempfile v3.7.0
36242026-08-11T21:43:18.695Z[ helios-setup] Aug 11 21:43:17.422 INFO E| Downloaded unicode-ident v1.0.11
36252026-08-11T21:43:18.695Z[ helios-setup] Aug 11 21:43:17.425 INFO E| Downloaded bitflags v2.3.3
36262026-08-11T21:43:18.695Z[ helios-setup] Aug 11 21:43:17.427 INFO E| Downloaded getrandom v0.2.10
36272026-08-11T21:43:18.695Z[ helios-setup] Aug 11 21:43:17.430 INFO E| Downloaded once_cell v1.18.0
36282026-08-11T21:43:18.817Z[ helios-setup] Aug 11 21:43:17.431 INFO E| Downloaded proc-macro2 v1.0.66
36292026-08-11T21:43:18.817Z[ helios-setup] Aug 11 21:43:17.435 INFO E| Downloaded serde_derive v1.0.193
36302026-08-11T21:43:18.817Z[ helios-setup] Aug 11 21:43:17.437 INFO E| Downloaded typenum v1.16.0
36312026-08-11T21:43:18.818Z[ helios-setup] Aug 11 21:43:17.439 INFO E| Downloaded toml v0.5.11
36322026-08-11T21:43:18.818Z[ helios-setup] Aug 11 21:43:17.468 INFO E| Downloaded serde_json v1.0.103
36332026-08-11T21:43:18.822Z[ helios-setup] Aug 11 21:43:17.486 INFO E| Downloaded syn v2.0.32
36342026-08-11T21:43:18.822Z[ helios-setup] Aug 11 21:43:17.500 INFO E| Downloaded rustix v0.38.4
36352026-08-11T21:43:18.822Z[ helios-setup] Aug 11 21:43:17.516 INFO E| Downloaded libc v0.2.147
36362026-08-11T21:43:18.837Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling libc v0.2.147
36372026-08-11T21:43:18.837Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling proc-macro2 v1.0.66
36382026-08-11T21:43:18.838Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling cfg-if v1.0.0
36392026-08-11T21:43:18.844Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling unicode-ident v1.0.11
36402026-08-11T21:43:18.844Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling typenum v1.16.0
36412026-08-11T21:43:18.844Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling version_check v0.9.4
36422026-08-11T21:43:18.844Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling serde v1.0.193
36432026-08-11T21:43:18.845Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling rustix v0.38.4
36442026-08-11T21:43:18.845Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling powerfmt v0.2.0
36452026-08-11T21:43:18.845Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling slog v2.7.0
36462026-08-11T21:43:18.845Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling time-core v0.1.2
36472026-08-11T21:43:18.845Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling itoa v1.0.9
36482026-08-11T21:43:18.845Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling num-conv v0.1.0
36492026-08-11T21:43:18.845Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling once_cell v1.18.0
36502026-08-11T21:43:18.845Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling bitflags v2.3.3
36512026-08-11T21:43:18.845Z[ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling num_threads v0.1.6
36522026-08-11T21:43:18.898Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36532026-08-11T21:43:19.193Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36542026-08-11T21:43:19.354Z[ helios-setup] Aug 11 21:43:18.125 INFO E| Compiling anyhow v1.0.72
36552026-08-11T21:43:19.491Z[ helios-setup] Aug 11 21:43:18.262 INFO E| Compiling opaque-debug v0.3.0
36562026-08-11T21:43:19.495Z[ helios-setup] Aug 11 21:43:18.267 INFO E| Compiling generic-array v0.14.7
36572026-08-11T21:43:19.503Z[ helios-setup] Aug 11 21:43:18.274 INFO E| Compiling fastrand v2.0.0
36582026-08-11T21:43:19.578Z[ helios-setup] Aug 11 21:43:18.349 INFO E| Compiling serde_json v1.0.103
36592026-08-11T21:43:20.262Z[ helios-setup] Aug 11 21:43:18.429 INFO E| Compiling unicode-width v0.1.10
36602026-08-11T21:43:20.270Z[ helios-setup] Aug 11 21:43:18.434 INFO E| Compiling ryu v1.0.15
36612026-08-11T21:43:20.270Z[ helios-setup] Aug 11 21:43:18.483 INFO E| Compiling time-macros v0.2.18
36622026-08-11T21:43:20.270Z[ helios-setup] Aug 11 21:43:18.661 INFO E| Compiling deranged v0.3.11
36632026-08-11T21:43:20.270Z[ helios-setup] Aug 11 21:43:18.718 INFO E| Compiling thread_local v1.1.7
36642026-08-11T21:43:20.270Z[ host-package] Compiling signal-hook-tokio v0.3.1
36652026-08-11T21:43:20.270Z[ helios-setup] Aug 11 21:43:18.852 INFO E| Compiling cpufeatures v0.2.9
36662026-08-11T21:43:20.270Z[ helios-setup] Aug 11 21:43:18.929 INFO E| Compiling same-file v1.0.6
36672026-08-11T21:43:20.270Z[ helios-setup] Aug 11 21:43:18.937 INFO E| Compiling getopts v0.2.21
36682026-08-11T21:43:20.270Z[ helios-setup] Aug 11 21:43:19.023 INFO E| Compiling libdevinfo-sys v1.0.0
36692026-08-11T21:43:20.326Z[ helios-setup] Aug 11 21:43:19.097 INFO E| Compiling glob v0.3.1
36702026-08-11T21:43:20.377Z[ helios-setup] Aug 11 21:43:19.147 INFO E| Compiling walkdir v2.3.3
36712026-08-11T21:43:20.436Z[ helios-setup] Aug 11 21:43:19.204 INFO E| Compiling dirs-sys-next v0.1.2
36722026-08-11T21:43:20.470Z[ helios-setup] Aug 11 21:43:19.221 INFO E| Compiling errno v0.3.1
36732026-08-11T21:43:20.488Z[ helios-setup] Aug 11 21:43:19.258 INFO E| Compiling atty v0.2.14
36742026-08-11T21:43:20.533Z[ helios-setup] Aug 11 21:43:19.304 INFO E| Compiling getrandom v0.2.10
36752026-08-11T21:43:20.715Z[ helios-setup] Aug 11 21:43:19.486 INFO E| Compiling dirs-next v2.0.0
36762026-08-11T21:43:20.783Z[ host-package] Compiling fatfs v0.3.6
36772026-08-11T21:43:20.804Z[ helios-setup] Aug 11 21:43:19.575 INFO E| Compiling term v0.7.0
36782026-08-11T21:43:20.858Z[ host-package] Compiling yasna v0.5.2
36792026-08-11T21:43:20.913Z[ helios-setup] Aug 11 21:43:19.678 INFO E| Compiling quote v1.0.31
36802026-08-11T21:43:20.918Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36812026-08-11T21:43:21.251Z[ helios-setup] Aug 11 21:43:20.022 INFO E| Compiling syn v2.0.32
36822026-08-11T21:43:21.533Z[ helios-setup] Aug 11 21:43:20.294 INFO E| Compiling tempfile v3.7.0
36832026-08-11T21:43:21.634Z[ host-package] Compiling seq-macro v0.3.6
36842026-08-11T21:43:21.644Z[ helios-setup] Aug 11 21:43:20.414 INFO E| Compiling digest v0.9.0
36852026-08-11T21:43:21.644Z[ helios-setup] Aug 11 21:43:20.414 INFO E| Compiling block-buffer v0.9.0
36862026-08-11T21:43:21.663Z[ host-package] Compiling is_ci v1.2.0
36872026-08-11T21:43:21.780Z[ helios-setup] Aug 11 21:43:20.550 INFO E| Compiling sha-1 v0.9.8
36882026-08-11T21:43:21.780Z[ helios-setup] Aug 11 21:43:20.550 INFO E| Compiling md-5 v0.9.1
36892026-08-11T21:43:21.862Z[ helios-setup] Aug 11 21:43:20.631 INFO E| Compiling time v0.3.36
36902026-08-11T21:43:21.998Z[ host-package] Compiling assert_matches v1.5.0
36912026-08-11T21:43:22.129Z[ host-package] Compiling supports-color v3.0.2
36922026-08-11T21:43:22.366Z[ host-package] Compiling rcgen v0.12.1
36932026-08-11T21:43:22.557Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36942026-08-11T21:43:22.785Z[ helios-setup] Aug 11 21:43:21.556 INFO E| Compiling slog-term v2.9.0
36952026-08-11T21:43:22.990Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36962026-08-11T21:43:23.449Z[ helios-setup] Aug 11 21:43:22.220 INFO E| Compiling serde_derive v1.0.193
36972026-08-11T21:43:24.818Z[ host-package] Compiling slog-envlogger v2.2.0
36982026-08-11T21:43:25.411Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36992026-08-11T21:43:26.487Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37002026-08-11T21:43:26.575Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37012026-08-11T21:43:26.705Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37022026-08-11T21:43:27.004Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37032026-08-11T21:43:27.104Z[ host-package] Compiling port-file v0.1.0
37042026-08-11T21:43:27.172Z[ host-package] Compiling rtoolbox v0.0.3
37052026-08-11T21:43:27.279Z[ host-package] Compiling subprocess v0.2.15
37062026-08-11T21:43:31.715Z[ host-package] Compiling rpassword v7.5.4
37072026-08-11T21:43:31.752Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37082026-08-11T21:43:31.752Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37092026-08-11T21:43:31.752Z[ helios-setup] Aug 11 21:43:27.051 INFO E| Compiling toml v0.5.11
37102026-08-11T21:43:31.752Z[ helios-setup] Aug 11 21:43:27.051 INFO E| Compiling uuid v0.8.2
37112026-08-11T21:43:31.752Z[ helios-setup] Aug 11 21:43:27.839 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37122026-08-11T21:43:31.752Z[ helios-setup] Aug 11 21:43:28.517 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37132026-08-11T21:43:31.752Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37142026-08-11T21:43:31.752Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37152026-08-11T21:43:31.752Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37162026-08-11T21:43:32.415Z[ host-package] Compiling tui-tree-widget v0.23.1
37172026-08-11T21:43:32.739Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37182026-08-11T21:43:32.846Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37192026-08-11T21:43:33.054Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37202026-08-11T21:43:33.951Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37212026-08-11T21:43:34.194Z[ helios-setup] Aug 11 21:43:32.965 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.10s
37222026-08-11T21:43:34.219Z[ helios-setup] Aug 11 21:43:32.991 INFO building project "image-builder" ok (16 seconds)
37232026-08-11T21:43:34.219Z[ helios-setup] Aug 11 21:43:32.991 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37242026-08-11T21:43:34.233Z[ helios-setup] Aug 11 21:43:33.004 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37252026-08-11T21:43:34.233Z[ helios-setup] Aug 11 21:43:33.004 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37262026-08-11T21:43:34.233Z[ helios-setup] Aug 11 21:43:33.004 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37272026-08-11T21:43:34.446Z[ helios-setup] Aug 11 21:43:33.217 INFO E| Downloading crates ...
37282026-08-11T21:43:34.500Z[ helios-setup] Aug 11 21:43:33.271 INFO E| Downloaded indexmap v2.9.0
37292026-08-11T21:43:34.505Z[ helios-setup] Aug 11 21:43:33.276 INFO E| Downloaded serde_with_macros v3.12.0
37302026-08-11T21:43:34.508Z[ helios-setup] Aug 11 21:43:33.278 INFO E| Downloaded anyhow v1.0.98
37312026-08-11T21:43:34.513Z[ helios-setup] Aug 11 21:43:33.283 INFO E| Downloaded time-core v0.1.4
37322026-08-11T21:43:34.518Z[ helios-setup] Aug 11 21:43:33.289 INFO E| Downloaded errno v0.3.12
37332026-08-11T21:43:34.522Z[ helios-setup] Aug 11 21:43:33.293 INFO E| Downloaded tempfile v3.20.0
37342026-08-11T21:43:34.532Z[ helios-setup] Aug 11 21:43:33.303 INFO E| Downloaded deranged v0.4.0
37352026-08-11T21:43:34.536Z[ helios-setup] Aug 11 21:43:33.305 INFO E| Downloaded bitflags v2.9.1
37362026-08-11T21:43:34.540Z[ helios-setup] Aug 11 21:43:33.312 INFO E| Downloaded time-macros v0.2.22
37372026-08-11T21:43:34.546Z[ helios-setup] Aug 11 21:43:33.317 INFO E| Downloaded iana-time-zone v0.1.63
37382026-08-11T21:43:34.548Z[ helios-setup] Aug 11 21:43:33.319 INFO E| Downloaded getrandom v0.3.3
37392026-08-11T21:43:34.552Z[ helios-setup] Aug 11 21:43:33.321 INFO E| Downloaded hashbrown v0.15.3
37402026-08-11T21:43:34.562Z[ helios-setup] Aug 11 21:43:33.333 INFO E| Downloaded time v0.3.41
37412026-08-11T21:43:34.570Z[ helios-setup] Aug 11 21:43:33.341 INFO E| Downloaded serde_with v3.12.0
37422026-08-11T21:43:34.584Z[ helios-setup] Aug 11 21:43:33.355 INFO E| Downloaded chrono v0.4.41
37432026-08-11T21:43:34.592Z[ helios-setup] Aug 11 21:43:33.363 INFO E| Downloaded rustix v1.0.7
37442026-08-11T21:43:34.657Z[ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling proc-macro2 v1.0.95
37452026-08-11T21:43:34.657Z[ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling unicode-ident v1.0.18
37462026-08-11T21:43:34.657Z[ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling libc v0.2.172
37472026-08-11T21:43:34.660Z[ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling strsim v0.11.1
37482026-08-11T21:43:34.660Z[ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling ident_case v1.0.1
37492026-08-11T21:43:34.660Z[ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling fnv v1.0.7
37502026-08-11T21:43:34.660Z[ helios-setup] Aug 11 21:43:33.429 INFO E| Compiling serde v1.0.219
37512026-08-11T21:43:34.661Z[ helios-setup] Aug 11 21:43:33.429 INFO E| Compiling getrandom v0.3.3
37522026-08-11T21:43:34.661Z[ helios-setup] Aug 11 21:43:33.429 INFO E| Compiling rustix v1.0.7
37532026-08-11T21:43:34.671Z[ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling anyhow v1.0.98
37542026-08-11T21:43:34.672Z[ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling thiserror v2.0.12
37552026-08-11T21:43:34.675Z[ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling cfg-if v1.0.0
37562026-08-11T21:43:34.675Z[ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling bitflags v2.9.1
37572026-08-11T21:43:34.675Z[ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling serde_json v1.0.140
37582026-08-11T21:43:34.675Z[ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling memchr v2.7.4
37592026-08-11T21:43:34.675Z[ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling fastrand v2.3.0
37602026-08-11T21:43:34.961Z[ helios-setup] Aug 11 21:43:33.732 INFO E| Compiling itoa v1.0.15
37612026-08-11T21:43:35.301Z[ helios-setup] Aug 11 21:43:34.072 INFO E| Compiling once_cell v1.21.3
37622026-08-11T21:43:35.304Z[ helios-setup] Aug 11 21:43:34.072 INFO E| Compiling ryu v1.0.20
37632026-08-11T21:43:35.539Z[ helios-setup] Aug 11 21:43:34.310 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37642026-08-11T21:43:35.718Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37652026-08-11T21:43:36.241Z[ helios-setup] Aug 11 21:43:35.011 INFO E| Compiling quote v1.0.40
37662026-08-11T21:43:36.357Z[ host-package] Compiling uzers v0.12.2
37672026-08-11T21:43:36.472Z[ helios-setup] Aug 11 21:43:35.243 INFO E| Compiling errno v0.3.12
37682026-08-11T21:43:36.508Z[ helios-setup] Aug 11 21:43:35.280 INFO E| Compiling syn v2.0.101
37692026-08-11T21:43:37.393Z[ helios-setup] Aug 11 21:43:36.164 INFO E| Compiling tempfile v3.20.0
37702026-08-11T21:43:37.959Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37712026-08-11T21:43:38.266Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37722026-08-11T21:43:38.965Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37732026-08-11T21:43:39.334Z[ helios-setup] Aug 11 21:43:38.105 INFO E| Compiling darling_core v0.20.11
37742026-08-11T21:43:39.892Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37752026-08-11T21:43:40.268Z[ helios-setup] Aug 11 21:43:39.038 INFO E| Compiling serde_derive v1.0.219
37762026-08-11T21:43:40.269Z[ helios-setup] Aug 11 21:43:39.038 INFO E| Compiling thiserror-impl v2.0.12
37772026-08-11T21:43:40.358Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37782026-08-11T21:43:40.696Z[ host-package] Compiling support-bundle-viewer v0.1.2
37792026-08-11T21:43:41.491Z[ helios-setup] Aug 11 21:43:40.262 INFO E| Compiling darling_macro v0.20.11
37802026-08-11T21:43:42.461Z[ helios-setup] Aug 11 21:43:41.231 INFO E| Compiling darling v0.20.11
37812026-08-11T21:43:42.576Z[ helios-setup] Aug 11 21:43:41.347 INFO E| Compiling serde_with_macros v3.12.0
37822026-08-11T21:43:42.900Z[ host-package] Compiling multimap v0.10.1
37832026-08-11T21:43:45.769Z[ helios-setup] Aug 11 21:43:44.493 INFO E| Compiling serde_with v3.12.0
37842026-08-11T21:43:49.912Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37852026-08-11T21:43:50.820Z[ helios-setup] Aug 11 21:43:49.591 INFO E| Finished `release` profile [optimized] target(s) in 16.57s
37862026-08-11T21:43:50.845Z[ helios-setup] Aug 11 21:43:49.616 INFO building project "dmar-report" ok (16 seconds)
37872026-08-11T21:43:50.849Z[ helios-setup] rm -f helios-build
37882026-08-11T21:43:50.849Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37892026-08-11T21:43:50.853Z[ helios-setup]
37902026-08-11T21:43:50.853Z[ helios-setup] Setup complete! ./helios-build is now available.
37912026-08-11T21:43:50.856Z[ helios-setup]
37922026-08-11T21:43:50.856Z[ helios-setup]
37932026-08-11T21:43:50.857Z[ helios-setup] real 3:00.859987651
37942026-08-11T21:43:50.857ZAug 11 21:43:49.626 INFO [helios-setup] process exited with exit status: 0 (180.863281144s)
37952026-08-11T21:43:50.857Z[ helios-setup] user 7:06.908891920
37962026-08-11T21:43:50.857Z[ helios-setup] sys 1:18.545202270
37972026-08-11T21:43:50.857Z[ helios-setup] trap 0.546191692
37982026-08-11T21:43:50.857Z[ helios-setup] tflt 2.616145854
37992026-08-11T21:43:50.857Z[ helios-setup] dflt 9.549790524
38002026-08-11T21:43:50.857Z[ helios-setup] kflt 0.001177110
38012026-08-11T21:43:50.857Z[ helios-setup] lock 52:47.308646593
38022026-08-11T21:43:50.857Z[ helios-setup] slp 32:15.602139028
38032026-08-11T21:43:50.857Z[ helios-setup] lat 5:20.456600618
38042026-08-11T21:43:50.857Z[ helios-setup] stop 1:35.252332267
38052026-08-11T21:43:50.857ZAug 11 21:43:49.627 INFO [helios-record] running task
38062026-08-11T21:43:50.857ZAug 11 21:43:49.627 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38072026-08-11T21:43:50.861ZAug 11 21:43:49.631 DEBG process exited with exit status: 0 (4.289723ms)
38082026-08-11T21:43:50.861ZAug 11 21:43:49.631 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38092026-08-11T21:43:50.865ZAug 11 21:43:49.635 DEBG process exited with exit status: 0 (3.849723ms)
38102026-08-11T21:43:50.865ZAug 11 21:43:49.635 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38112026-08-11T21:43:50.869ZAug 11 21:43:49.639 DEBG process exited with exit status: 0 (3.718673ms)
38122026-08-11T21:43:50.869ZAug 11 21:43:49.639 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38132026-08-11T21:43:50.874ZAug 11 21:43:49.645 DEBG process exited with exit status: 0 (3.497752ms)
38142026-08-11T21:43:50.874ZAug 11 21:43:49.645 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38152026-08-11T21:43:50.877ZAug 11 21:43:49.647 DEBG process exited with exit status: 0 (4.175404ms)
38162026-08-11T21:43:50.877ZAug 11 21:43:49.647 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38172026-08-11T21:43:50.881ZAug 11 21:43:49.651 DEBG process exited with exit status: 0 (3.828813ms)
38182026-08-11T21:43:50.881ZAug 11 21:43:49.651 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38192026-08-11T21:43:50.885ZAug 11 21:43:49.654 DEBG process exited with exit status: 0 (3.418492ms)
38202026-08-11T21:43:50.885ZAug 11 21:43:49.654 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38212026-08-11T21:43:50.888ZAug 11 21:43:49.658 DEBG process exited with exit status: 0 (3.571533ms)
38222026-08-11T21:43:50.889ZAug 11 21:43:49.658 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38232026-08-11T21:43:50.892ZAug 11 21:43:49.661 DEBG process exited with exit status: 0 (3.583523ms)
38242026-08-11T21:43:50.892ZAug 11 21:43:49.661 INFO [helios-record] task succeeded (34.523076ms)
38252026-08-11T21:43:57.682Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38262026-08-11T21:43:58.799Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38272026-08-11T21:44:03.765Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38282026-08-11T21:44:04.993Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38292026-08-11T21:57:04.108Z[ host-package] Finished `release` profile [optimized] target(s) in 15m 32s
38302026-08-11T21:57:59.556ZAug 11 21:57:58.299 INFO [host-package] process exited with exit status: 0 (988.413799789s)
38312026-08-11T21:57:59.556ZAug 11 21:57:58.299 INFO [host-libraries] running task
38322026-08-11T21:57:59.556ZAug 11 21:57:58.299 INFO [host-stamp] running task
38332026-08-11T21:57:59.617ZAug 11 21:57:58.301 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+git68697a7dff3
38342026-08-11T21:57:59.617ZAug 11 21:57:58.301 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+git68697a7dff3
38352026-08-11T21:57:59.617ZAug 11 21:57:58.302 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+git68697a7dff3
38362026-08-11T21:57:59.617ZAug 11 21:57:58.302 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+git68697a7dff3
38372026-08-11T21:57:59.618ZAug 11 21:57:58.302 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+git68697a7dff3
38382026-08-11T21:57:59.618ZAug 11 21:57:58.302 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+git68697a7dff3
38392026-08-11T21:57:59.618ZAug 11 21:57:58.302 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+git68697a7dff3
38402026-08-11T21:57:59.618ZAug 11 21:57:58.303 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+git68697a7dff3
38412026-08-11T21:57:59.618Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38422026-08-11T21:57:59.618Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38432026-08-11T21:57:59.618Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38442026-08-11T21:57:59.618Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38452026-08-11T21:57:59.618Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38462026-08-11T21:57:59.618Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38472026-08-11T21:57:59.618Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-08-11T21:57:59.618Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-08-11T21:57:59.618Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38502026-08-11T21:57:59.618ZAug 11 21:57:58.315 INFO [stamp-overlay] process exited with exit status: 0 (14.505031ms)
38512026-08-11T21:57:59.618Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38522026-08-11T21:57:59.619ZAug 11 21:57:58.327 INFO [stamp-oxlog] process exited with exit status: 0 (25.081259ms)
38532026-08-11T21:57:59.642Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38542026-08-11T21:57:59.642ZAug 11 21:57:58.370 INFO [stamp-crucible-utils] process exited with exit status: 0 (69.140112ms)
38552026-08-11T21:57:59.642Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38562026-08-11T21:57:59.705ZAug 11 21:57:58.390 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (88.077886ms)
38572026-08-11T21:57:59.803Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38582026-08-11T21:57:59.852ZAug 11 21:57:58.559 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (256.869804ms)
38592026-08-11T21:58:00.137Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38602026-08-11T21:58:00.161ZAug 11 21:57:58.868 INFO [stamp-propolis-server] process exited with exit status: 0 (565.183845ms)
38612026-08-11T21:58:00.213Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38622026-08-11T21:58:00.224ZAug 11 21:57:58.968 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (665.413001ms)
38632026-08-11T21:58:01.370ZAug 11 21:58:00.122 INFO [host-libraries] task succeeded (1.823055263s)
38642026-08-11T21:58:01.370ZAug 11 21:58:00.122 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38652026-08-11T21:58:01.390Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38662026-08-11T21:58:02.377Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38672026-08-11T21:58:03.166Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38682026-08-11T21:58:06.642Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38692026-08-11T21:58:06.667ZAug 11 21:58:05.409 INFO [stamp-switch-asic] process exited with exit status: 0 (7.107651153s)
38702026-08-11T21:58:06.667ZAug 11 21:58:05.409 INFO [host-stamp] task succeeded (7.110502325s)
38712026-08-11T21:58:06.667ZAug 11 21:58:05.409 INFO [host-proto] running task
38722026-08-11T21:58:07.198ZAug 11 21:58:05.933 INFO [host-proto] task succeeded (524.075154ms)
38732026-08-11T21:58:07.198ZAug 11 21:58:05.933 INFO [host-profile] running task
38742026-08-11T21:58:07.251ZAug 11 21:58:05.933 INFO [host-profile] task succeeded (218.9µs)
38752026-08-11T21:58:07.251ZAug 11 21:58:05.934 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.504' -P /tmp/.tmpGtRjcD/proto/host/root -N 'ci 68697a7/${os_short_commit} 2026-08-11 21:40' -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/'
38762026-08-11T21:58:07.251Z[ host-image] Aug 11 21:58:05.940 INFO Checking files for board 'cosmo'
38772026-08-11T21:58:07.251Z[ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38782026-08-11T21:58:07.251Z[ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38792026-08-11T21:58:07.251Z[ host-image] Aug 11 21:58:05.940 INFO Checking files for board 'cosmo-mbist'
38802026-08-11T21:58:07.251Z[ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38812026-08-11T21:58:07.251Z[ host-image] Aug 11 21:58:05.940 INFO Checking files for board 'cosmo-mbist-noaggr'
38822026-08-11T21:58:07.251Z[ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38832026-08-11T21:58:07.252Z[ host-image] Aug 11 21:58:05.940 INFO Checking files for board 'gimlet'
38842026-08-11T21:58:07.252Z[ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38852026-08-11T21:58:07.252Z[ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38862026-08-11T21:58:07.252Z[ host-image] Aug 11 21:58:05.949 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpGtRjcD/proto/host/root"
38872026-08-11T21:58:07.252Z[ host-image] Aug 11 21:58:05.949 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38882026-08-11T21:58:07.252Z[ host-image] Aug 11 21:58:05.949 INFO image builder template: ramdisk-01-os...
38892026-08-11T21:58:07.252Z[ host-image] Aug 11 21:58:05.949 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/.tmpGtRjcD/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38902026-08-11T21:58:07.253Z[ host-image] Aug 11 21:58:05.962 INFO O| Aug 11 21:58:05.961 INFO CREATE DATASET: rpool/images/build/host/output
38912026-08-11T21:58:08.236Z[ host-image] Aug 11 21:58:06.990 INFO O| Aug 11 21:58:06.990 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38922026-08-11T21:58:08.277Z[ host-image] Aug 11 21:58:06.994 INFO O| Aug 11 21:58:06.994 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38932026-08-11T21:58:08.348Z[ host-image] Aug 11 21:58:07.102 INFO O| Aug 11 21:58:07.102 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38942026-08-11T21:58:08.379Z[ host-image] Aug 11 21:58:07.132 INFO O| Aug 11 21:58:07.132 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38952026-08-11T21:58:08.379Z[ host-image] Aug 11 21:58:07.132 INFO O| Aug 11 21:58:07.132 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38962026-08-11T21:58:08.391Z[ host-image] Aug 11 21:58:07.132 INFO O| Aug 11 21:58:07.132 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38972026-08-11T21:58:08.391Z[ host-image] Aug 11 21:58:07.132 INFO O| Aug 11 21:58:07.132 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38982026-08-11T21:58:08.391Z[ host-image] Aug 11 21:58:07.138 INFO O| Aug 11 21:58:07.138 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38992026-08-11T21:58:08.516Z[ host-image] Aug 11 21:58:07.251 INFO O| Aug 11 21:58:07.251 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39002026-08-11T21:58:08.561Z[ host-image] Aug 11 21:58:07.258 INFO O| Aug 11 21:58:07.258 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39012026-08-11T21:58:08.803Z[ host-image] Aug 11 21:58:07.558 INFO O| Aug 11 21:58:07.558 INFO O| Caching catalogs ... Done
39022026-08-11T21:58:08.890Z[ host-image] Aug 11 21:58:07.636 INFO O| Aug 11 21:58:07.636 INFO STEP 0 (pkg_image_create) COMPLETE
39032026-08-11T21:58:08.891Z[ host-image] Aug 11 21:58:07.636 INFO O| Aug 11 21:58:07.636 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39042026-08-11T21:58:08.902Z[ host-image] Aug 11 21:58:07.644 INFO O| Aug 11 21:58:07.644 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"]
39052026-08-11T21:58:09.156Z[ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO STEP 1 (pkg_set_publisher) COMPLETE
39062026-08-11T21:58:09.156Z[ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-08-11T21:58:09.160Z[ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO skip step because feature "publisher_1_name" is not enabled
39082026-08-11T21:58:09.160Z[ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39092026-08-11T21:58:09.160Z[ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO skip step because feature "publisher_2_name" is not enabled
39102026-08-11T21:58:09.161Z[ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39112026-08-11T21:58:09.161Z[ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO skip step because feature "publisher_3_name" is not enabled
39122026-08-11T21:58:09.161Z[ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-11T21:58:09.450Z[ host-image] Aug 11 21:58:08.191 INFO O| Aug 11 21:58:08.191 INFO variant opensolaris.zone is already global
39142026-08-11T21:58:09.451Z[ host-image] Aug 11 21:58:08.191 INFO O| Aug 11 21:58:08.191 INFO STEP 5 (pkg_change_variant) COMPLETE
39152026-08-11T21:58:09.460Z[ host-image] Aug 11 21:58:08.191 INFO O| Aug 11 21:58:08.191 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-08-11T21:58:09.705Z[ host-image] Aug 11 21:58:08.458 INFO O| Aug 11 21:58:08.458 INFO variant opensolaris.imagetype is full; changing to partial
39172026-08-11T21:58:09.705Z[ host-image] Aug 11 21:58:08.458 INFO O| Aug 11 21:58:08.458 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39182026-08-11T21:58:11.139Z[ host-image] Aug 11 21:58:09.904 INFO O| Aug 11 21:58:09.903 INFO O| Startup: Refreshing catalog 'helios' ... Done
39192026-08-11T21:58:11.514Z[ host-image] Aug 11 21:58:10.269 INFO O| Aug 11 21:58:10.269 INFO O| Startup: Caching catalogs ... Done
39202026-08-11T21:58:11.520Z[ host-image] Aug 11 21:58:10.283 INFO O| Aug 11 21:58:10.283 INFO O| Planning: Planning completed in 0.00 seconds
39212026-08-11T21:58:11.521Z[ host-image] Aug 11 21:58:10.283 INFO O| Aug 11 21:58:10.283 INFO O| Planning: Consolidating action changes ... Done
39222026-08-11T21:58:11.521Z[ host-image] Aug 11 21:58:10.283 INFO O| Aug 11 21:58:10.283 INFO O| Planning: Evaluating mediators ... Done
39232026-08-11T21:58:11.521Z[ host-image] Aug 11 21:58:10.283 INFO O| Aug 11 21:58:10.283 INFO O| Planning: Planning completed in 0.00 seconds
39242026-08-11T21:58:11.521Z[ host-image] Aug 11 21:58:10.283 INFO O| Aug 11 21:58:10.283 INFO O| Variants/Facets to change: 1
39252026-08-11T21:58:11.527Z[ host-image] Aug 11 21:58:10.292 INFO O| Aug 11 21:58:10.292 INFO O| Finalize: Updating package state database ... Done
39262026-08-11T21:58:11.538Z[ host-image] Aug 11 21:58:10.292 INFO O| Aug 11 21:58:10.292 INFO O| Finalize: Updating package cache ... Done
39272026-08-11T21:58:11.585Z[ host-image] Aug 11 21:58:10.350 INFO O| Aug 11 21:58:10.349 INFO O| Finalize: Updating image state ... Done
39282026-08-11T21:58:11.656Z[ host-image] Aug 11 21:58:10.363 INFO O| Aug 11 21:58:10.362 INFO O| Finalize: Creating fast lookup database ... Done
39292026-08-11T21:58:11.674Z[ host-image] Aug 11 21:58:10.363 INFO O| Aug 11 21:58:10.363 INFO O| Finalize: Reading search index ... Done
39302026-08-11T21:58:11.674Z[ host-image] Aug 11 21:58:10.363 INFO O| Aug 11 21:58:10.363 INFO O| Finalize: Updating search index ... Done
39312026-08-11T21:58:11.674Z[ host-image] Aug 11 21:58:10.364 INFO O| Aug 11 21:58:10.364 INFO O| Finalize: Updating package cache ... Done
39322026-08-11T21:58:11.790Z[ host-image] Aug 11 21:58:10.551 INFO O| Aug 11 21:58:10.551 INFO STEP 6 (pkg_change_variant) COMPLETE
39332026-08-11T21:58:11.790Z[ host-image] Aug 11 21:58:10.551 INFO O| Aug 11 21:58:10.551 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39342026-08-11T21:58:11.793Z[ host-image] Aug 11 21:58:10.551 INFO O| Aug 11 21:58:10.551 INFO skip step because feature "debug_variant" is not enabled
39352026-08-11T21:58:11.793Z[ host-image] Aug 11 21:58:10.551 INFO O| Aug 11 21:58:10.551 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39362026-08-11T21:58:12.051Z[ host-image] Aug 11 21:58:10.810 INFO O| Aug 11 21:58:10.810 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39372026-08-11T21:58:13.429Z[ host-image] Aug 11 21:58:12.179 INFO O| Aug 11 21:58:12.179 INFO O| Startup: Refreshing catalog 'helios' ... Done
39382026-08-11T21:58:13.768Z[ host-image] Aug 11 21:58:12.531 INFO O| Aug 11 21:58:12.531 INFO O| Startup: Caching catalogs ... Done
39392026-08-11T21:58:13.779Z[ host-image] Aug 11 21:58:12.543 INFO O| Aug 11 21:58:12.543 INFO O| Planning: Planning completed in 0.00 seconds
39402026-08-11T21:58:13.793Z[ host-image] Aug 11 21:58:12.544 INFO O| Aug 11 21:58:12.544 INFO O| Planning: Consolidating action changes ... Done
39412026-08-11T21:58:13.793Z[ host-image] Aug 11 21:58:12.544 INFO O| Aug 11 21:58:12.544 INFO O| Planning: Evaluating mediators ... Done
39422026-08-11T21:58:13.794Z[ host-image] Aug 11 21:58:12.544 INFO O| Aug 11 21:58:12.544 INFO O| Planning: Planning completed in 0.00 seconds
39432026-08-11T21:58:13.794Z[ host-image] Aug 11 21:58:12.544 INFO O| Aug 11 21:58:12.544 INFO O| Variants/Facets to change: 1
39442026-08-11T21:58:13.803Z[ host-image] Aug 11 21:58:12.553 INFO O| Aug 11 21:58:12.553 INFO O| Finalize: Updating package state database ... Done
39452026-08-11T21:58:13.803Z[ host-image] Aug 11 21:58:12.553 INFO O| Aug 11 21:58:12.553 INFO O| Finalize: Updating package cache ... Done
39462026-08-11T21:58:13.841Z[ host-image] Aug 11 21:58:12.606 INFO O| Aug 11 21:58:12.606 INFO O| Finalize: Updating image state ... Done
39472026-08-11T21:58:13.849Z[ host-image] Aug 11 21:58:12.615 INFO O| Aug 11 21:58:12.615 INFO O| Finalize: Creating fast lookup database ... Done
39482026-08-11T21:58:13.853Z[ host-image] Aug 11 21:58:12.616 INFO O| Aug 11 21:58:12.616 INFO O| Finalize: Reading search index ... Done
39492026-08-11T21:58:13.853Z[ host-image] Aug 11 21:58:12.616 INFO O| Aug 11 21:58:12.616 INFO O| Finalize: Updating search index ... Done
39502026-08-11T21:58:13.853Z[ host-image] Aug 11 21:58:12.616 INFO O| Aug 11 21:58:12.616 INFO O| Finalize: Updating package cache ... Done
39512026-08-11T21:58:14.015Z[ host-image] Aug 11 21:58:12.777 INFO O| Aug 11 21:58:12.777 INFO STEP 8 (pkg_change_facet) COMPLETE
39522026-08-11T21:58:14.016Z[ host-image] Aug 11 21:58:12.777 INFO O| Aug 11 21:58:12.777 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-08-11T21:58:14.032Z[ host-image] Aug 11 21:58:12.777 INFO O| Aug 11 21:58:12.777 INFO skip step because feature "recovery" is not enabled
39542026-08-11T21:58:14.033Z[ host-image] Aug 11 21:58:12.778 INFO O| Aug 11 21:58:12.777 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39552026-08-11T21:58:14.033Z[ host-image] Aug 11 21:58:12.778 INFO O| Aug 11 21:58:12.777 INFO skip step because feature "recovery" is not enabled
39562026-08-11T21:58:14.033Z[ host-image] Aug 11 21:58:12.778 INFO O| Aug 11 21:58:12.777 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39572026-08-11T21:58:14.033Z[ host-image] Aug 11 21:58:12.786 INFO O| Aug 11 21:58:12.786 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"]
39582026-08-11T21:58:14.409Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.93s
39592026-08-11T21:58:15.414Z[ host-image] Aug 11 21:58:14.179 INFO O| Aug 11 21:58:14.179 INFO O| Startup: Refreshing catalog 'helios' ... Done
39602026-08-11T21:58:15.775Z[ host-image] Aug 11 21:58:14.530 INFO O| Aug 11 21:58:14.529 INFO O| Startup: Caching catalogs ... Done
39612026-08-11T21:58:17.212ZAug 11 21:58:15.941 INFO [recovery-package] process exited with exit status: 0 (15.818849332s)
39622026-08-11T21:58:17.212ZAug 11 21:58:15.941 INFO [recovery-libraries] running task
39632026-08-11T21:58:17.212ZAug 11 21:58:15.941 INFO [recovery-stamp] running task
39642026-08-11T21:58:17.229ZAug 11 21:58:15.941 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+git68697a7dff3
39652026-08-11T21:58:17.229ZAug 11 21:58:15.942 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git68697a7dff3
39662026-08-11T21:58:17.229Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39672026-08-11T21:58:17.229Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39682026-08-11T21:58:17.247ZAug 11 21:58:15.995 INFO [recovery-libraries] task succeeded (53.871191ms)
39692026-08-11T21:58:17.247ZAug 11 21:58:15.995 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39702026-08-11T21:58:17.454Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39712026-08-11T21:58:17.484ZAug 11 21:58:16.056 INFO [stamp-installinator] process exited with exit status: 0 (114.383716ms)
39722026-08-11T21:58:17.484Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39732026-08-11T21:58:17.484ZAug 11 21:58:16.130 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (188.905852ms)
39742026-08-11T21:58:17.484ZAug 11 21:58:16.130 INFO [recovery-stamp] task succeeded (189.473713ms)
39752026-08-11T21:58:17.484ZAug 11 21:58:16.130 INFO [recovery-proto] running task
39762026-08-11T21:58:17.484ZAug 11 21:58:16.130 INFO [tuf-stamp] running task
39772026-08-11T21:58:17.484ZAug 11 21:58:16.131 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+git68697a7dff3
39782026-08-11T21:58:17.484ZAug 11 21:58:16.131 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+git68697a7dff3
39792026-08-11T21:58:17.484ZAug 11 21:58:16.132 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+git68697a7dff3
39802026-08-11T21:58:17.485ZAug 11 21:58:16.132 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+git68697a7dff3
39812026-08-11T21:58:17.485ZAug 11 21:58:16.132 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+git68697a7dff3
39822026-08-11T21:58:17.485ZAug 11 21:58:16.133 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+git68697a7dff3
39832026-08-11T21:58:17.485ZAug 11 21:58:16.133 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+git68697a7dff3
39842026-08-11T21:58:17.485ZAug 11 21:58:16.133 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+git68697a7dff3
39852026-08-11T21:58:17.485ZAug 11 21:58:16.134 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+git68697a7dff3
39862026-08-11T21:58:17.485ZAug 11 21:58:16.134 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+git68697a7dff3
39872026-08-11T21:58:17.485ZAug 11 21:58:16.135 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+git68697a7dff3
39882026-08-11T21:58:17.485ZAug 11 21:58:16.135 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+git68697a7dff3
39892026-08-11T21:58:17.485Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-08-11T21:58:17.485Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-08-11T21:58:17.485Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-08-11T21:58:17.485Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-08-11T21:58:17.485Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-08-11T21:58:17.485Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-08-11T21:58:17.485Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-08-11T21:58:17.485Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-08-11T21:58:17.485Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-11T21:58:17.485Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-11T21:58:17.485Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-11T21:58:17.485Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-11T21:58:17.485Z[ host-image] Aug 11 21:58:16.186 INFO O| Aug 11 21:58:16.185 INFO O| Planning: Solver setup ... Done
40022026-08-11T21:58:17.485Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40032026-08-11T21:58:17.485ZAug 11 21:58:16.194 INFO [stamp-probe] process exited with exit status: 0 (62.346377ms)
40042026-08-11T21:58:17.505ZAug 11 21:58:16.252 INFO [recovery-proto] task succeeded (122.249863ms)
40052026-08-11T21:58:17.505ZAug 11 21:58:16.253 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.504' -P /tmp/.tmpGtRjcD/proto/recovery/root -N 'recovery 68697a7/${os_short_commit} 2026-08-11 21:40' -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/'
40062026-08-11T21:58:17.542Z[ recovery-image] Aug 11 21:58:16.259 INFO Checking files for board 'gimlet'
40072026-08-11T21:58:17.542Z[ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40082026-08-11T21:58:17.542Z[ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40092026-08-11T21:58:17.542Z[ recovery-image] Aug 11 21:58:16.259 INFO Checking files for board 'cosmo-mbist-noaggr'
40102026-08-11T21:58:17.542Z[ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40112026-08-11T21:58:17.542Z[ recovery-image] Aug 11 21:58:16.259 INFO Checking files for board 'cosmo-mbist'
40122026-08-11T21:58:17.542Z[ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40132026-08-11T21:58:17.543Z[ recovery-image] Aug 11 21:58:16.259 INFO Checking files for board 'cosmo'
40142026-08-11T21:58:17.543Z[ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40152026-08-11T21:58:17.543Z[ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40162026-08-11T21:58:17.544Z[ recovery-image] Aug 11 21:58:16.268 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpGtRjcD/proto/recovery/root"
40172026-08-11T21:58:17.544Z[ recovery-image] Aug 11 21:58:16.268 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40182026-08-11T21:58:17.544Z[ recovery-image] Aug 11 21:58:16.268 INFO image builder template: ramdisk-01-os...
40192026-08-11T21:58:17.544Z[ recovery-image] Aug 11 21:58:16.268 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/.tmpGtRjcD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40202026-08-11T21:58:17.562Z[ recovery-image] Aug 11 21:58:16.283 INFO O| Aug 11 21:58:16.283 INFO CREATE DATASET: rpool/images/build/recovery/output
40212026-08-11T21:58:17.630Z[ host-image] Aug 11 21:58:16.373 INFO O| Aug 11 21:58:16.373 INFO O| Planning: Running solver ... Done
40222026-08-11T21:58:17.655Z[ host-image] Aug 11 21:58:16.416 INFO O| Aug 11 21:58:16.416 INFO O| Planning: Finding local manifests ... Done
40232026-08-11T21:58:17.687Z[ host-image] Aug 11 21:58:16.436 INFO O| Aug 11 21:58:16.436 INFO O| Planning: Fetching manifests: 0/130 0% complete
40242026-08-11T21:58:17.848Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40252026-08-11T21:58:17.877Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40262026-08-11T21:58:17.895Z[ recovery-image] Aug 11 21:58:16.632 INFO O| Aug 11 21:58:16.632 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40272026-08-11T21:58:17.895Z[ recovery-image] Aug 11 21:58:16.636 INFO O| Aug 11 21:58:16.636 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40282026-08-11T21:58:17.939Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40292026-08-11T21:58:17.968ZAug 11 21:58:16.703 INFO [stamp-ntp] process exited with exit status: 0 (568.942059ms)
40302026-08-11T21:58:18.019Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40312026-08-11T21:58:18.031ZAug 11 21:58:16.770 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (637.000851ms)
40322026-08-11T21:58:18.226Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40332026-08-11T21:58:18.233ZAug 11 21:58:16.962 INFO [stamp-crucible-zone] process exited with exit status: 0 (827.707854ms)
40342026-08-11T21:58:18.233Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40352026-08-11T21:58:18.234ZAug 11 21:58:16.970 INFO [stamp-internal-dns] process exited with exit status: 0 (836.58179ms)
40362026-08-11T21:58:18.285Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40372026-08-11T21:58:18.298ZAug 11 21:58:17.039 INFO [stamp-external-dns] process exited with exit status: 0 (905.401622ms)
40382026-08-11T21:58:18.480Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40392026-08-11T21:58:18.493ZAug 11 21:58:17.211 INFO [stamp-oximeter] process exited with exit status: 0 (1.07664967s)
40402026-08-11T21:58:19.018Z[ recovery-image] Aug 11 21:58:17.783 INFO O| Aug 11 21:58:17.783 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40412026-08-11T21:58:19.471Z[ host-image] Aug 11 21:58:18.215 INFO O| Aug 11 21:58:18.215 INFO O| Planning: Fetching manifests: 130/130 100% complete
40422026-08-11T21:58:19.855Z[ host-image] Aug 11 21:58:18.599 INFO O| Aug 11 21:58:18.599 INFO O| Planning: Package planning ... Done
40432026-08-11T21:58:19.899Z[ recovery-image] Aug 11 21:58:18.644 INFO O| Aug 11 21:58:18.644 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40442026-08-11T21:58:19.899Z[ recovery-image] Aug 11 21:58:18.644 INFO O| Aug 11 21:58:18.644 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40452026-08-11T21:58:19.935Z[ recovery-image] Aug 11 21:58:18.644 INFO O| Aug 11 21:58:18.644 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40462026-08-11T21:58:19.935Z[ recovery-image] Aug 11 21:58:18.644 INFO O| Aug 11 21:58:18.644 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40472026-08-11T21:58:19.935Z[ recovery-image] Aug 11 21:58:18.650 INFO O| Aug 11 21:58:18.650 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40482026-08-11T21:58:20.011Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40492026-08-11T21:58:20.054ZAug 11 21:58:18.731 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.599556898s)
40502026-08-11T21:58:20.319Z[ host-image] Aug 11 21:58:19.064 INFO O| Aug 11 21:58:19.064 INFO O| Planning: Merging actions ... Done
40512026-08-11T21:58:20.445Z[ host-image] Aug 11 21:58:19.167 INFO O| Aug 11 21:58:19.167 INFO O| Planning: Checking for conflicting actions ... Done
40522026-08-11T21:58:20.520Z[ host-image] Aug 11 21:58:19.267 INFO O| Aug 11 21:58:19.267 INFO O| Planning: Consolidating action changes ... Done
40532026-08-11T21:58:20.704Z[ host-image] Aug 11 21:58:19.444 INFO O| Aug 11 21:58:19.443 INFO O| Planning: Evaluating mediators ... Done
40542026-08-11T21:58:22.110Z[ host-image] Aug 11 21:58:20.847 INFO O| Aug 11 21:58:20.847 INFO O| Planning: Planning completed in 6.30 seconds
40552026-08-11T21:58:22.133Z[ host-image] Aug 11 21:58:20.848 INFO O| Aug 11 21:58:20.848 INFO O| Packages to install: 130
40562026-08-11T21:58:22.133Z[ host-image] Aug 11 21:58:20.848 INFO O| Aug 11 21:58:20.848 INFO O| Mediators to change: 5
40572026-08-11T21:58:22.133Z[ host-image] Aug 11 21:58:20.848 INFO O| Aug 11 21:58:20.848 INFO O| Services to change: 6
40582026-08-11T21:58:22.133Z[ host-image] Aug 11 21:58:20.874 INFO O| Aug 11 21:58:20.874 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
40592026-08-11T21:58:22.133Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40602026-08-11T21:58:22.133ZAug 11 21:58:20.880 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.748780885s)
40612026-08-11T21:58:22.403Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40622026-08-11T21:58:22.414ZAug 11 21:58:21.170 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.037517303s)
40632026-08-11T21:58:22.433Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40642026-08-11T21:58:22.437ZAug 11 21:58:21.201 INFO [stamp-clickhouse] process exited with exit status: 0 (5.068318367s)
40652026-08-11T21:58:22.503Z[verify-libraries] Compiling match_cfg v0.1.0
40662026-08-11T21:58:22.503Z[verify-libraries] Compiling slog-json v2.6.1
40672026-08-11T21:58:22.507Z[verify-libraries] Compiling debug-ignore v1.0.5
40682026-08-11T21:58:22.507Z[verify-libraries] Compiling progenitor-client v0.14.0
40692026-08-11T21:58:22.507Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40702026-08-11T21:58:22.507Z[verify-libraries] Compiling sha1 v0.11.0
40712026-08-11T21:58:22.507Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40722026-08-11T21:58:22.507Z[verify-libraries] Compiling multer v3.1.0
40732026-08-11T21:58:22.827Z[verify-libraries] Compiling compression-core v0.4.31
40742026-08-11T21:58:22.832Z[verify-libraries] Compiling async-stream-impl v0.3.6
40752026-08-11T21:58:22.832Z[verify-libraries] Compiling serde_spanned v1.1.1
40762026-08-11T21:58:22.832Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40772026-08-11T21:58:22.832Z[verify-libraries] Compiling dropshot v0.17.1
40782026-08-11T21:58:22.838Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40792026-08-11T21:58:22.842ZAug 11 21:58:21.603 INFO [stamp-nexus] process exited with exit status: 0 (5.471353621s)
40802026-08-11T21:58:22.842ZAug 11 21:58:21.603 INFO [tuf-stamp] task succeeded (5.472891242s)
40812026-08-11T21:58:22.842ZAug 11 21:58:21.603 INFO [tuf-v2-zones] running task
40822026-08-11T21:58:22.951Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40832026-08-11T21:58:22.979Z[verify-libraries] Compiling hostname v0.3.1
40842026-08-11T21:58:22.979Z[verify-libraries] Compiling waitgroup v0.1.2
40852026-08-11T21:58:22.979Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40862026-08-11T21:58:22.989ZAug 11 21:58:21.752 INFO [tuf-v2-zones] task succeeded (148.498612ms)
40872026-08-11T21:58:23.050Z[verify-libraries] Compiling compression-codecs v0.4.37
40882026-08-11T21:58:23.051Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40892026-08-11T21:58:23.057Z[verify-libraries] Compiling hostname v0.4.2
40902026-08-11T21:58:23.138Z[verify-libraries] Compiling slog-bunyan v2.5.0
40912026-08-11T21:58:23.186Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40922026-08-11T21:58:23.190Z[verify-libraries] Compiling atomicwrites v0.4.4
40932026-08-11T21:58:23.190Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40942026-08-11T21:58:23.190Z[verify-libraries] Compiling macaddr v1.0.1
40952026-08-11T21:58:23.190Z[verify-libraries] Compiling regress v0.10.5
40962026-08-11T21:58:23.250Z[verify-libraries] Compiling instant v0.1.13
40972026-08-11T21:58:23.273Z[verify-libraries] Compiling parse-display-derive v0.10.0
40982026-08-11T21:58:23.318Z[verify-libraries] Compiling async-compression v0.4.41
40992026-08-11T21:58:23.378Z[verify-libraries] Compiling itertools v0.14.0
41002026-08-11T21:58:23.381Z[verify-libraries] Compiling backon v1.6.0
41012026-08-11T21:58:23.381Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41022026-08-11T21:58:23.443Z[verify-libraries] Compiling backoff v0.4.0
41032026-08-11T21:58:23.469Z[verify-libraries] Compiling humantime v2.3.0
41042026-08-11T21:58:23.521Z[verify-libraries] Compiling convert_case v0.4.0
41052026-08-11T21:58:23.560Z[verify-libraries] Compiling half v2.7.1
41062026-08-11T21:58:23.595Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41072026-08-11T21:58:23.619Z[verify-libraries] Compiling async-stream v0.3.6
41082026-08-11T21:58:23.648Z[verify-libraries] Compiling progenitor-extras v0.2.0
41092026-08-11T21:58:23.683Z[verify-libraries] Compiling ciborium-io v0.2.2
41102026-08-11T21:58:23.725Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41112026-08-11T21:58:23.740Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41122026-08-11T21:58:23.760Z[verify-libraries] Compiling indent_write v2.2.0
41132026-08-11T21:58:23.822Z[verify-libraries] Compiling regress v0.11.1
41142026-08-11T21:58:23.826Z[verify-libraries] Compiling secrecy v0.10.3
41152026-08-11T21:58:23.868Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41162026-08-11T21:58:23.893Z[verify-libraries] Compiling ciborium-ll v0.2.2
41172026-08-11T21:58:24.014Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41182026-08-11T21:58:24.022Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41192026-08-11T21:58:24.022Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41202026-08-11T21:58:24.022Z[verify-libraries] Compiling derive_more v0.99.20
41212026-08-11T21:58:24.057Z[verify-libraries] Compiling inout v0.1.4
41222026-08-11T21:58:24.087Z[verify-libraries] Compiling universal-hash v0.5.1
41232026-08-11T21:58:24.192Z[verify-libraries] Compiling ciborium v0.2.2
41242026-08-11T21:58:24.217Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41252026-08-11T21:58:24.264Z[verify-libraries] Compiling cipher v0.4.4
41262026-08-11T21:58:24.288Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41272026-08-11T21:58:24.292Z[verify-libraries] Compiling opaque-debug v0.3.1
41282026-08-11T21:58:24.403Z[verify-libraries] Compiling poly1305 v0.8.0
41292026-08-11T21:58:24.427Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41302026-08-11T21:58:24.481Z[verify-libraries] Compiling blake2 v0.10.6
41312026-08-11T21:58:24.522Z[verify-libraries] Compiling aead v0.5.2
41322026-08-11T21:58:24.611Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41332026-08-11T21:58:24.634Z[verify-libraries] Compiling chacha20 v0.9.1
41342026-08-11T21:58:24.795Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41352026-08-11T21:58:24.819Z[verify-libraries] Compiling password-hash v0.5.0
41362026-08-11T21:58:24.865Z[verify-libraries] Compiling num-derive v0.4.2
41372026-08-11T21:58:24.887Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41382026-08-11T21:58:24.966Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41392026-08-11T21:58:24.995Z[verify-libraries] Compiling rayon-core v1.13.0
41402026-08-11T21:58:25.116Z[verify-libraries] Compiling argon2 v0.5.3
41412026-08-11T21:58:25.140Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41422026-08-11T21:58:25.221Z[verify-libraries] Compiling glob v0.3.3
41432026-08-11T21:58:25.280Z[verify-libraries] Compiling usdt-macro v0.5.0
41442026-08-11T21:58:25.308Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41452026-08-11T21:58:25.426Z[verify-libraries] Compiling parse-display v0.10.0
41462026-08-11T21:58:25.496Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41472026-08-11T21:58:25.674Z[verify-libraries] Compiling typify-impl v0.6.2
41482026-08-11T21:58:25.717Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41492026-08-11T21:58:25.817Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41502026-08-11T21:58:25.867Z[verify-libraries] Compiling vsss-rs v3.3.4
41512026-08-11T21:58:25.962Z[verify-libraries] Compiling memmap v0.7.0
41522026-08-11T21:58:26.110Z[ recovery-image] Aug 11 21:58:24.875 INFO O| Aug 11 21:58:24.875 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41532026-08-11T21:58:26.122Z[ recovery-image] Aug 11 21:58:24.886 INFO O| Aug 11 21:58:24.886 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41542026-08-11T21:58:26.166Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41552026-08-11T21:58:26.215Z[verify-libraries] Compiling heapless v0.8.0
41562026-08-11T21:58:26.315Z[verify-libraries] Compiling proc-macro-error v1.0.4
41572026-08-11T21:58:26.325Z[verify-libraries] Compiling tabwriter v1.4.1
41582026-08-11T21:58:26.353Z[verify-libraries] Compiling usdt v0.5.0
41592026-08-11T21:58:26.360Z[verify-libraries] Compiling ingot-macros v0.2.0
41602026-08-11T21:58:26.447Z[verify-libraries] Compiling hash32 v0.3.1
41612026-08-11T21:58:26.471Z[ recovery-image] Aug 11 21:58:25.234 INFO O| Aug 11 21:58:25.233 INFO O| Caching catalogs ... Done
41622026-08-11T21:58:26.582Z[ recovery-image] Aug 11 21:58:25.346 INFO O| Aug 11 21:58:25.345 INFO STEP 0 (pkg_image_create) COMPLETE
41632026-08-11T21:58:26.582Z[ recovery-image] Aug 11 21:58:25.346 INFO O| Aug 11 21:58:25.346 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41642026-08-11T21:58:26.587Z[verify-libraries] Compiling smoltcp v0.11.0
41652026-08-11T21:58:26.592Z[ recovery-image] Aug 11 21:58:25.356 INFO O| Aug 11 21:58:25.355 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"]
41662026-08-11T21:58:26.651Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41672026-08-11T21:58:26.703Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41682026-08-11T21:58:26.725Z[verify-libraries] Compiling cobs v0.3.0
41692026-08-11T21:58:26.777Z[verify-libraries] Compiling colored v3.1.1
41702026-08-11T21:58:26.805Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41712026-08-11T21:58:26.836Z[verify-libraries] Compiling rayon v1.11.0
41722026-08-11T21:58:26.899Z[verify-libraries] Compiling num_enum_derive v0.7.6
41732026-08-11T21:58:26.984Z[ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO STEP 1 (pkg_set_publisher) COMPLETE
41742026-08-11T21:58:26.984Z[ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41752026-08-11T21:58:26.991Z[ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO skip step because feature "publisher_1_name" is not enabled
41762026-08-11T21:58:26.991Z[ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41772026-08-11T21:58:26.991Z[ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO skip step because feature "publisher_2_name" is not enabled
41782026-08-11T21:58:26.992Z[ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41792026-08-11T21:58:26.992Z[ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO skip step because feature "publisher_3_name" is not enabled
41802026-08-11T21:58:26.992Z[ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41812026-08-11T21:58:26.992Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41822026-08-11T21:58:27.008Z[verify-libraries] Compiling postcard v1.1.3
41832026-08-11T21:58:27.037Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41842026-08-11T21:58:27.077Z[verify-libraries] Compiling rand v0.10.1
41852026-08-11T21:58:27.115Z[ host-image] Aug 11 21:58:25.880 INFO O| Aug 11 21:58:25.880 INFO O| Download: 14211/23887 items 120.1/222.8MB 53% complete (24.1M/s)
41862026-08-11T21:58:27.119Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41872026-08-11T21:58:27.158Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41882026-08-11T21:58:27.179Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41892026-08-11T21:58:27.233Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41902026-08-11T21:58:27.243Z[ recovery-image] Aug 11 21:58:26.008 INFO O| Aug 11 21:58:26.008 INFO variant opensolaris.zone is already global
41912026-08-11T21:58:27.243Z[ recovery-image] Aug 11 21:58:26.008 INFO O| Aug 11 21:58:26.008 INFO STEP 5 (pkg_change_variant) COMPLETE
41922026-08-11T21:58:27.255Z[ recovery-image] Aug 11 21:58:26.008 INFO O| Aug 11 21:58:26.008 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932026-08-11T21:58:27.393Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41942026-08-11T21:58:27.417Z[verify-libraries] Compiling foreign-types-shared v0.3.1
41952026-08-11T21:58:27.581Z[ recovery-image] Aug 11 21:58:26.345 INFO O| Aug 11 21:58:26.345 INFO variant opensolaris.imagetype is full; changing to partial
41962026-08-11T21:58:27.581Z[ recovery-image] Aug 11 21:58:26.345 INFO O| Aug 11 21:58:26.345 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41972026-08-11T21:58:27.647Z[verify-libraries] Compiling num_enum_derive v0.5.11
41982026-08-11T21:58:27.656Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
41992026-08-11T21:58:27.704Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42002026-08-11T21:58:27.791Z[verify-libraries] Compiling cstr-argument v0.1.2
42012026-08-11T21:58:27.810Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42022026-08-11T21:58:27.917Z[verify-libraries] Compiling foreign-types v0.5.0
42032026-08-11T21:58:28.006Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42042026-08-11T21:58:28.034Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42052026-08-11T21:58:28.066Z[verify-libraries] Compiling sigpipe v0.1.3
42062026-08-11T21:58:28.129Z[verify-libraries] Compiling num_enum v0.7.6
42072026-08-11T21:58:28.129Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42082026-08-11T21:58:28.180Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42092026-08-11T21:58:28.247Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42102026-08-11T21:58:28.275Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42112026-08-11T21:58:28.305Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42122026-08-11T21:58:28.310Z[verify-libraries] Compiling itertools v0.12.1
42132026-08-11T21:58:28.382Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42142026-08-11T21:58:28.419Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42152026-08-11T21:58:28.539Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42162026-08-11T21:58:28.566Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42172026-08-11T21:58:28.566Z[verify-libraries] Compiling toml v0.8.23
42182026-08-11T21:58:28.573Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42192026-08-11T21:58:28.761Z[verify-libraries] Compiling smf v0.2.3
42202026-08-11T21:58:28.769Z[verify-libraries] Compiling whoami v1.6.1
42212026-08-11T21:58:28.858Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42222026-08-11T21:58:28.900Z[verify-libraries] Compiling num_enum v0.5.11
42232026-08-11T21:58:28.958Z[verify-libraries] Compiling derive-where v1.6.0
42242026-08-11T21:58:29.001Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42252026-08-11T21:58:29.165Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42262026-08-11T21:58:29.305Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42272026-08-11T21:58:29.336Z[verify-libraries] Compiling gethostname v0.5.0
42282026-08-11T21:58:29.336Z[ recovery-image] Aug 11 21:58:28.077 INFO O| Aug 11 21:58:28.077 INFO O| Startup: Refreshing catalog 'helios' ... Done
42292026-08-11T21:58:29.347Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42302026-08-11T21:58:29.425Z[verify-libraries] Compiling console v0.15.11
42312026-08-11T21:58:29.549Z[verify-libraries] Compiling ingot-types v0.2.0
42322026-08-11T21:58:29.576Z[verify-libraries] Compiling newline-converter v0.3.0
42332026-08-11T21:58:29.703Z[verify-libraries] Compiling zone v0.3.1
42342026-08-11T21:58:29.719Z[verify-libraries] Compiling resolv-conf v0.7.6
42352026-08-11T21:58:29.729Z[verify-libraries] Compiling num-rational v0.4.2
42362026-08-11T21:58:29.793Z[verify-libraries] Compiling num-complex v0.4.6
42372026-08-11T21:58:29.805Z[verify-libraries] Compiling slog-dtrace v0.3.0
42382026-08-11T21:58:29.944Z[verify-libraries] Compiling expectorate v1.2.0
42392026-08-11T21:58:30.016Z[verify-libraries] Compiling ingot v0.2.1
42402026-08-11T21:58:30.039Z[ recovery-image] Aug 11 21:58:28.781 INFO O| Aug 11 21:58:28.781 INFO O| Startup: Caching catalogs ... Done
42412026-08-11T21:58:30.071Z[ recovery-image] Aug 11 21:58:28.795 INFO O| Aug 11 21:58:28.795 INFO O| Planning: Planning completed in 0.00 seconds
42422026-08-11T21:58:30.071Z[ recovery-image] Aug 11 21:58:28.796 INFO O| Aug 11 21:58:28.796 INFO O| Planning: Consolidating action changes ... Done
42432026-08-11T21:58:30.071Z[ recovery-image] Aug 11 21:58:28.796 INFO O| Aug 11 21:58:28.796 INFO O| Planning: Evaluating mediators ... Done
42442026-08-11T21:58:30.071Z[ recovery-image] Aug 11 21:58:28.796 INFO O| Aug 11 21:58:28.796 INFO O| Planning: Planning completed in 0.00 seconds
42452026-08-11T21:58:30.071Z[ recovery-image] Aug 11 21:58:28.796 INFO O| Aug 11 21:58:28.796 INFO O| Variants/Facets to change: 1
42462026-08-11T21:58:30.089Z[ recovery-image] Aug 11 21:58:28.834 INFO O| Aug 11 21:58:28.834 INFO O| Finalize: Updating package state database ... Done
42472026-08-11T21:58:30.089Z[ recovery-image] Aug 11 21:58:28.834 INFO O| Aug 11 21:58:28.834 INFO O| Finalize: Updating package cache ... Done
42482026-08-11T21:58:30.106Z[verify-libraries] Compiling linear-map v1.2.0
42492026-08-11T21:58:30.131Z[verify-libraries] Compiling prettyplease v0.2.37
42502026-08-11T21:58:30.197Z[ recovery-image] Aug 11 21:58:28.895 INFO O| Aug 11 21:58:28.895 INFO O| Finalize: Updating image state ... Done
42512026-08-11T21:58:30.226Z[ recovery-image] Aug 11 21:58:28.909 INFO O| Aug 11 21:58:28.909 INFO O| Finalize: Creating fast lookup database ... Done
42522026-08-11T21:58:30.226Z[ recovery-image] Aug 11 21:58:28.910 INFO O| Aug 11 21:58:28.910 INFO O| Finalize: Reading search index ... Done
42532026-08-11T21:58:30.226Z[ recovery-image] Aug 11 21:58:28.910 INFO O| Aug 11 21:58:28.910 INFO O| Finalize: Updating search index ... Done
42542026-08-11T21:58:30.227Z[ recovery-image] Aug 11 21:58:28.911 INFO O| Aug 11 21:58:28.911 INFO O| Finalize: Updating package cache ... Done
42552026-08-11T21:58:30.227Z[verify-libraries] Compiling num v0.4.3
42562026-08-11T21:58:30.240Z[verify-libraries] Compiling float-ord v0.3.2
42572026-08-11T21:58:30.332Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42582026-08-11T21:58:30.350Z[verify-libraries] Compiling linked-hash-map v0.5.6
42592026-08-11T21:58:30.383Z[verify-libraries] Compiling hickory-proto v0.24.4
42602026-08-11T21:58:30.421Z[verify-libraries] Compiling convert_case v0.10.0
42612026-08-11T21:58:30.421Z[verify-libraries] Compiling minimal-lexical v0.2.1
42622026-08-11T21:58:30.421Z[verify-libraries] Compiling owo-colors v4.3.0
42632026-08-11T21:58:30.453Z[ recovery-image] Aug 11 21:58:29.183 INFO O| Aug 11 21:58:29.183 INFO STEP 6 (pkg_change_variant) COMPLETE
42642026-08-11T21:58:30.453Z[ recovery-image] Aug 11 21:58:29.183 INFO O| Aug 11 21:58:29.183 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42652026-08-11T21:58:30.453Z[ recovery-image] Aug 11 21:58:29.183 INFO O| Aug 11 21:58:29.183 INFO skip step because feature "debug_variant" is not enabled
42662026-08-11T21:58:30.453Z[ recovery-image] Aug 11 21:58:29.183 INFO O| Aug 11 21:58:29.183 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42672026-08-11T21:58:30.591Z[verify-libraries] Compiling lru-cache v0.1.2
42682026-08-11T21:58:30.606Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42692026-08-11T21:58:30.744Z[verify-libraries] Compiling unicode-xid v0.2.6
42702026-08-11T21:58:30.789Z[verify-libraries] Compiling typify-macro v0.6.2
42712026-08-11T21:58:30.789Z[verify-libraries] Compiling nom v7.1.3
42722026-08-11T21:58:30.819Z[ recovery-image] Aug 11 21:58:29.517 INFO O| Aug 11 21:58:29.517 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42732026-08-11T21:58:30.819Z[verify-libraries] Compiling derive_more-impl v2.1.1
42742026-08-11T21:58:30.819Z[verify-libraries] Compiling tabled_derive v0.7.0
42752026-08-11T21:58:30.819Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42762026-08-11T21:58:30.912Z[verify-libraries] Compiling fd-lock v4.0.4
42772026-08-11T21:58:31.129Z[verify-libraries] Compiling vte v0.14.1
42782026-08-11T21:58:31.199Z[verify-libraries] Compiling display-error-chain v0.2.2
42792026-08-11T21:58:31.250Z[ host-image] Aug 11 21:58:29.999 INFO O| Aug 11 21:58:29.999 INFO O| Download: Completed 222.83 MB in 9.12 seconds (24.4M/s)
42802026-08-11T21:58:31.350Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42812026-08-11T21:58:31.396Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42822026-08-11T21:58:31.478Z[verify-libraries] Compiling stacker v0.1.23
42832026-08-11T21:58:31.680Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42842026-08-11T21:58:31.742Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42852026-08-11T21:58:31.812Z[verify-libraries] Compiling derive_more v2.1.1
42862026-08-11T21:58:31.812Z[verify-libraries] Compiling psm v0.1.30
42872026-08-11T21:58:31.812Z[verify-libraries] Compiling reedline v0.40.0
42882026-08-11T21:58:31.857Z[ host-image] Aug 11 21:58:30.603 INFO O| Aug 11 21:58:30.603 INFO O| Actions: 1/54180 actions (Installing new actions)
42892026-08-11T21:58:32.003Z[verify-libraries] Compiling tabled v0.15.0
42902026-08-11T21:58:32.004Z[verify-libraries] Compiling crossterm v0.29.0
42912026-08-11T21:58:32.029Z[verify-libraries] Compiling cfg_aliases v0.1.1
42922026-08-11T21:58:32.029Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42932026-08-11T21:58:32.048Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42942026-08-11T21:58:32.140Z[verify-libraries] Compiling semver v0.1.20
42952026-08-11T21:58:32.217Z[verify-libraries] Compiling nix v0.28.0
42962026-08-11T21:58:32.308Z[verify-libraries] Compiling termtree v0.5.1
42972026-08-11T21:58:32.393Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42982026-08-11T21:58:32.451Z[verify-libraries] Compiling phf_shared v0.12.1
42992026-08-11T21:58:32.451Z[verify-libraries] Compiling rustc_version v0.1.7
43002026-08-11T21:58:32.473Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43012026-08-11T21:58:32.519Z[verify-libraries] Compiling nibble_vec v0.1.0
43022026-08-11T21:58:32.542Z[verify-libraries] Compiling endian-type v0.1.2
43032026-08-11T21:58:32.587Z[verify-libraries] Compiling chrono-tz v0.10.4
43042026-08-11T21:58:32.610Z[ recovery-image] Aug 11 21:58:31.355 INFO O| Aug 11 21:58:31.355 INFO O| Startup: Refreshing catalog 'helios' ... Done
43052026-08-11T21:58:32.638Z[verify-libraries] Compiling typify v0.6.2
43062026-08-11T21:58:32.662Z[verify-libraries] Compiling hickory-resolver v0.24.4
43072026-08-11T21:58:33.160Z[verify-libraries] Compiling highway v1.3.0
43082026-08-11T21:58:33.177Z[verify-libraries] Compiling progenitor-impl v0.14.0
43092026-08-11T21:58:33.177Z[verify-libraries] Compiling radix_trie v0.2.1
43102026-08-11T21:58:33.177Z[verify-libraries] Compiling newtype_derive v0.1.6
43112026-08-11T21:58:33.177Z[ recovery-image] Aug 11 21:58:31.778 INFO O| Aug 11 21:58:31.778 INFO O| Startup: Caching catalogs ... Done
43122026-08-11T21:58:33.177Z[ recovery-image] Aug 11 21:58:31.793 INFO O| Aug 11 21:58:31.793 INFO O| Planning: Planning completed in 0.00 seconds
43132026-08-11T21:58:33.177Z[ recovery-image] Aug 11 21:58:31.793 INFO O| Aug 11 21:58:31.793 INFO O| Planning: Consolidating action changes ... Done
43142026-08-11T21:58:33.177Z[ recovery-image] Aug 11 21:58:31.793 INFO O| Aug 11 21:58:31.793 INFO O| Planning: Evaluating mediators ... Done
43152026-08-11T21:58:33.177Z[ recovery-image] Aug 11 21:58:31.793 INFO O| Aug 11 21:58:31.793 INFO O| Planning: Planning completed in 0.00 seconds
43162026-08-11T21:58:33.178Z[ recovery-image] Aug 11 21:58:31.793 INFO O| Aug 11 21:58:31.793 INFO O| Variants/Facets to change: 1
43172026-08-11T21:58:33.178Z[ recovery-image] Aug 11 21:58:31.817 INFO O| Aug 11 21:58:31.817 INFO O| Finalize: Updating package state database ... Done
43182026-08-11T21:58:33.178Z[ recovery-image] Aug 11 21:58:31.817 INFO O| Aug 11 21:58:31.817 INFO O| Finalize: Updating package cache ... Done
43192026-08-11T21:58:33.178Z[verify-libraries] Compiling phf v0.12.1
43202026-08-11T21:58:33.178Z[ recovery-image] Aug 11 21:58:31.880 INFO O| Aug 11 21:58:31.880 INFO O| Finalize: Updating image state ... Done
43212026-08-11T21:58:33.178Z[verify-libraries] Compiling recursive v0.1.1
43222026-08-11T21:58:33.178Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43232026-08-11T21:58:33.178Z[ recovery-image] Aug 11 21:58:31.895 INFO O| Aug 11 21:58:31.894 INFO O| Finalize: Creating fast lookup database ... Done
43242026-08-11T21:58:33.178Z[ recovery-image] Aug 11 21:58:31.895 INFO O| Aug 11 21:58:31.895 INFO O| Finalize: Reading search index ... Done
43252026-08-11T21:58:33.178Z[ recovery-image] Aug 11 21:58:31.895 INFO O| Aug 11 21:58:31.895 INFO O| Finalize: Updating search index ... Done
43262026-08-11T21:58:33.178Z[ recovery-image] Aug 11 21:58:31.896 INFO O| Aug 11 21:58:31.896 INFO O| Finalize: Updating package cache ... Done
43272026-08-11T21:58:33.216Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43282026-08-11T21:58:33.265Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43292026-08-11T21:58:33.361Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43302026-08-11T21:58:33.424Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43312026-08-11T21:58:33.424Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43322026-08-11T21:58:33.424Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43332026-08-11T21:58:33.476Z[ recovery-image] Aug 11 21:58:32.156 INFO O| Aug 11 21:58:32.156 INFO STEP 8 (pkg_change_facet) COMPLETE
43342026-08-11T21:58:33.476Z[ recovery-image] Aug 11 21:58:32.156 INFO O| Aug 11 21:58:32.156 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43352026-08-11T21:58:33.574Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43362026-08-11T21:58:33.807Z[ recovery-image] Aug 11 21:58:32.554 INFO O| Aug 11 21:58:32.554 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43372026-08-11T21:58:33.827Z[verify-libraries] Compiling qorb v0.4.1
43382026-08-11T21:58:34.561Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43392026-08-11T21:58:34.601Z[verify-libraries] Compiling peg-macros v0.8.5
43402026-08-11T21:58:34.686Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43412026-08-11T21:58:34.698Z[verify-libraries] Compiling winnow v0.6.26
43422026-08-11T21:58:34.838Z[verify-libraries] Compiling csv-core v0.1.13
43432026-08-11T21:58:34.869Z[verify-libraries] Compiling home v0.5.12
43442026-08-11T21:58:34.961Z[verify-libraries] Compiling unicode_categories v0.1.1
43452026-08-11T21:58:35.092Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43462026-08-11T21:58:35.319Z[verify-libraries] Compiling textwrap v0.16.2
43472026-08-11T21:58:35.377Z[verify-libraries] Compiling csv v1.4.0
43482026-08-11T21:58:35.377Z[verify-libraries] Compiling rustyline v14.0.0
43492026-08-11T21:58:35.377Z[verify-libraries] Compiling const_format v0.2.35
43502026-08-11T21:58:35.529Z[verify-libraries] Compiling sqlparser v0.61.0
43512026-08-11T21:58:35.884Z[verify-libraries] Compiling bcs v0.1.6
43522026-08-11T21:58:35.950Z[verify-libraries] Compiling progenitor-macro v0.14.0
43532026-08-11T21:58:35.967Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43542026-08-11T21:58:36.033Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43552026-08-11T21:58:36.116Z[verify-libraries] Compiling peg v0.8.5
43562026-08-11T21:58:36.211Z[verify-libraries] Compiling sqlformat v0.3.5
43572026-08-11T21:58:36.296Z[ recovery-image] Aug 11 21:58:34.952 INFO O| Aug 11 21:58:34.952 INFO O| Startup: Refreshing catalog 'helios' ... Done
43582026-08-11T21:58:36.296Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43592026-08-11T21:58:36.343Z[verify-libraries] Compiling nom v8.0.0
43602026-08-11T21:58:36.343Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43612026-08-11T21:58:36.431Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43622026-08-11T21:58:36.431Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43632026-08-11T21:58:36.523Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43642026-08-11T21:58:36.566Z[verify-libraries] Compiling steno v0.4.1
43652026-08-11T21:58:36.683Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43662026-08-11T21:58:36.750Z[ recovery-image] Aug 11 21:58:35.507 INFO O| Aug 11 21:58:35.507 INFO O| Startup: Caching catalogs ... Done
43672026-08-11T21:58:36.765Z[ recovery-image] Aug 11 21:58:35.524 INFO O| Aug 11 21:58:35.524 INFO O| Planning: Planning completed in 0.00 seconds
43682026-08-11T21:58:36.775Z[ recovery-image] Aug 11 21:58:35.524 INFO O| Aug 11 21:58:35.524 INFO O| Planning: Consolidating action changes ... Done
43692026-08-11T21:58:36.775Z[ recovery-image] Aug 11 21:58:35.524 INFO O| Aug 11 21:58:35.524 INFO O| Planning: Evaluating mediators ... Done
43702026-08-11T21:58:36.775Z[ recovery-image] Aug 11 21:58:35.525 INFO O| Aug 11 21:58:35.525 INFO O| Planning: Planning completed in 0.00 seconds
43712026-08-11T21:58:36.775Z[ recovery-image] Aug 11 21:58:35.525 INFO O| Aug 11 21:58:35.525 INFO O| Variants/Facets to change: 1
43722026-08-11T21:58:36.865Z[ host-image] Aug 11 21:58:35.611 INFO O| Aug 11 21:58:35.611 INFO O| Actions: 25147/54180 actions (Installing new actions)
43732026-08-11T21:58:36.883Z[ recovery-image] Aug 11 21:58:35.634 INFO O| Aug 11 21:58:35.633 INFO O| Finalize: Updating package state database ... Done
43742026-08-11T21:58:36.883Z[ recovery-image] Aug 11 21:58:35.634 INFO O| Aug 11 21:58:35.634 INFO O| Finalize: Updating package cache ... Done
43752026-08-11T21:58:36.935Z[ recovery-image] Aug 11 21:58:35.695 INFO O| Aug 11 21:58:35.695 INFO O| Finalize: Updating image state ... Done
43762026-08-11T21:58:36.981Z[ recovery-image] Aug 11 21:58:35.709 INFO O| Aug 11 21:58:35.709 INFO O| Finalize: Creating fast lookup database ... Done
43772026-08-11T21:58:37.091Z[ recovery-image] Aug 11 21:58:35.710 INFO O| Aug 11 21:58:35.710 INFO O| Finalize: Reading search index ... Done
43782026-08-11T21:58:37.091Z[ recovery-image] Aug 11 21:58:35.710 INFO O| Aug 11 21:58:35.710 INFO O| Finalize: Updating search index ... Done
43792026-08-11T21:58:37.091Z[ recovery-image] Aug 11 21:58:35.711 INFO O| Aug 11 21:58:35.711 INFO O| Finalize: Updating package cache ... Done
43802026-08-11T21:58:37.123Z[verify-libraries] Compiling sha1 v0.10.6
43812026-08-11T21:58:37.235Z[ recovery-image] Aug 11 21:58:35.987 INFO O| Aug 11 21:58:35.987 INFO STEP 9 (pkg_change_facet) COMPLETE
43822026-08-11T21:58:37.235Z[ recovery-image] Aug 11 21:58:35.987 INFO O| Aug 11 21:58:35.987 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43832026-08-11T21:58:37.254Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43842026-08-11T21:58:37.796Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43852026-08-11T21:58:37.822Z[verify-libraries] Compiling tagptr v0.2.0
43862026-08-11T21:58:37.822Z[verify-libraries] Compiling utf-8 v0.7.6
43872026-08-11T21:58:37.823Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43882026-08-11T21:58:37.823Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43892026-08-11T21:58:37.823Z[ recovery-image] Aug 11 21:58:36.361 INFO O| Aug 11 21:58:36.361 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43902026-08-11T21:58:37.823Z[verify-libraries] Compiling moka v0.12.13
43912026-08-11T21:58:37.823Z[verify-libraries] Compiling libefi-sys v0.1.0
43922026-08-11T21:58:37.823Z[verify-libraries] Compiling bitfield-struct v0.6.2
43932026-08-11T21:58:37.823Z[verify-libraries] Compiling tungstenite v0.21.0
43942026-08-11T21:58:37.833Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
43952026-08-11T21:58:37.980Z[verify-libraries] Compiling libscf-sys v1.2.0
43962026-08-11T21:58:38.070Z[verify-libraries] Compiling xshell-macros v0.2.7
43972026-08-11T21:58:38.194Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43982026-08-11T21:58:38.255Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
43992026-08-11T21:58:38.285Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44002026-08-11T21:58:38.558Z[verify-libraries] Compiling hickory-resolver v0.25.2
44012026-08-11T21:58:38.574Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44022026-08-11T21:58:38.574Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44032026-08-11T21:58:38.581Z[verify-libraries] Compiling xshell v0.2.7
44042026-08-11T21:58:38.723Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44052026-08-11T21:58:38.757Z[verify-libraries] Compiling papergrid v0.18.0
44062026-08-11T21:58:38.828Z[verify-libraries] Compiling sha2 v0.11.0
44072026-08-11T21:58:38.969Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44082026-08-11T21:58:38.989Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44092026-08-11T21:58:38.989Z[verify-libraries] Compiling subprocess v0.2.15
44102026-08-11T21:58:39.083Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44112026-08-11T21:58:39.142Z[ host-image] Aug 11 21:58:37.899 INFO O| Aug 11 21:58:37.899 INFO O| Actions: Completed 54180 actions in 7.29 seconds.
44122026-08-11T21:58:39.163Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44132026-08-11T21:58:39.227Z[ host-image] Aug 11 21:58:37.985 INFO O| Aug 11 21:58:37.985 INFO O| Finalize: Updating package state database ... Done
44142026-08-11T21:58:39.228Z[ host-image] Aug 11 21:58:37.986 INFO O| Aug 11 21:58:37.985 INFO O| Finalize: Updating package cache ... Done
44152026-08-11T21:58:39.296Z[verify-libraries] Compiling headers-core v0.3.0
44162026-08-11T21:58:39.366Z[ host-image] Aug 11 21:58:38.102 INFO O| Aug 11 21:58:38.102 INFO O| Finalize: Updating image state ... Done
44172026-08-11T21:58:39.366Z[verify-libraries] Compiling unicase v2.9.0
44182026-08-11T21:58:39.451Z[verify-libraries] Compiling headers v0.4.1
44192026-08-11T21:58:39.502Z[ recovery-image] Aug 11 21:58:38.258 INFO O| Aug 11 21:58:38.258 INFO O| Startup: Refreshing catalog 'helios' ... Done
44202026-08-11T21:58:39.539Z[verify-libraries] Compiling darling_core v0.21.3
44212026-08-11T21:58:39.648Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44222026-08-11T21:58:39.701Z[verify-libraries] Compiling maplit v1.0.2
44232026-08-11T21:58:39.878Z[verify-libraries] Compiling tabled v0.21.0
44242026-08-11T21:58:39.969Z[verify-libraries] Compiling crc8 v0.1.1
44252026-08-11T21:58:40.022Z[ recovery-image] Aug 11 21:58:38.724 INFO O| Aug 11 21:58:38.724 INFO O| Startup: Caching catalogs ... Done
44262026-08-11T21:58:40.022Z[ recovery-image] Aug 11 21:58:38.737 INFO O| Aug 11 21:58:38.737 INFO O| Planning: Planning completed in 0.00 seconds
44272026-08-11T21:58:40.022Z[ recovery-image] Aug 11 21:58:38.738 INFO O| Aug 11 21:58:38.738 INFO O| Planning: Consolidating action changes ... Done
44282026-08-11T21:58:40.022Z[ recovery-image] Aug 11 21:58:38.738 INFO O| Aug 11 21:58:38.738 INFO O| Planning: Evaluating mediators ... Done
44292026-08-11T21:58:40.023Z[ recovery-image] Aug 11 21:58:38.738 INFO O| Aug 11 21:58:38.738 INFO O| Planning: Planning completed in 0.00 seconds
44302026-08-11T21:58:40.023Z[ recovery-image] Aug 11 21:58:38.739 INFO O| Aug 11 21:58:38.739 INFO O| Variants/Facets to change: 1
44312026-08-11T21:58:40.075Z[ recovery-image] Aug 11 21:58:38.776 INFO O| Aug 11 21:58:38.775 INFO O| Finalize: Updating package state database ... Done
44322026-08-11T21:58:40.076Z[ recovery-image] Aug 11 21:58:38.776 INFO O| Aug 11 21:58:38.775 INFO O| Finalize: Updating package cache ... Done
44332026-08-11T21:58:40.102Z[ recovery-image] Aug 11 21:58:38.838 INFO O| Aug 11 21:58:38.838 INFO O| Finalize: Updating image state ... Done
44342026-08-11T21:58:40.114Z[ recovery-image] Aug 11 21:58:38.852 INFO O| Aug 11 21:58:38.852 INFO O| Finalize: Creating fast lookup database ... Done
44352026-08-11T21:58:40.114Z[ recovery-image] Aug 11 21:58:38.852 INFO O| Aug 11 21:58:38.852 INFO O| Finalize: Reading search index ... Done
44362026-08-11T21:58:40.114Z[ recovery-image] Aug 11 21:58:38.852 INFO O| Aug 11 21:58:38.852 INFO O| Finalize: Updating search index ... Done
44372026-08-11T21:58:40.114Z[ recovery-image] Aug 11 21:58:38.853 INFO O| Aug 11 21:58:38.853 INFO O| Finalize: Updating package cache ... Done
44382026-08-11T21:58:40.249Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44392026-08-11T21:58:40.353Z[verify-libraries] Compiling yasna v0.5.2
44402026-08-11T21:58:40.415Z[ host-image] Aug 11 21:58:39.096 INFO O| Aug 11 21:58:39.096 INFO O| Finalize: Creating fast lookup database ... Done
44412026-08-11T21:58:40.415Z[ recovery-image] Aug 11 21:58:39.116 INFO O| Aug 11 21:58:39.115 INFO STEP 10 (pkg_change_facet) COMPLETE
44422026-08-11T21:58:40.415Z[ recovery-image] Aug 11 21:58:39.116 INFO O| Aug 11 21:58:39.115 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44432026-08-11T21:58:40.415Z[verify-libraries] Compiling vergen-lib v0.1.6
44442026-08-11T21:58:40.416Z[ host-image] Aug 11 21:58:39.125 INFO O| Aug 11 21:58:39.124 INFO O| Finalize: Reading search index ... Done
44452026-08-11T21:58:40.416Z[ recovery-image] Aug 11 21:58:39.125 INFO O| Aug 11 21:58:39.125 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
44462026-08-11T21:58:40.770Z[verify-libraries] Compiling diesel_derives v2.3.7
44472026-08-11T21:58:40.802Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44482026-08-11T21:58:40.803Z[verify-libraries] Compiling port-file v0.1.0
44492026-08-11T21:58:40.825Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44502026-08-11T21:58:40.983Z[verify-libraries] Compiling rcgen v0.12.1
44512026-08-11T21:58:41.107Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44522026-08-11T21:58:41.131Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44532026-08-11T21:58:41.181Z[verify-libraries] Compiling half v1.8.3
44542026-08-11T21:58:41.422Z[verify-libraries] Compiling r2d2 v0.8.10
44552026-08-11T21:58:41.486Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44562026-08-11T21:58:41.513Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44572026-08-11T21:58:41.613Z[verify-libraries] Compiling serde_cbor v0.11.2
44582026-08-11T21:58:41.671Z[verify-libraries] Compiling progenitor v0.14.0
44592026-08-11T21:58:41.945Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44602026-08-11T21:58:42.042Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44612026-08-11T21:58:42.052Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44622026-08-11T21:58:42.197Z[verify-libraries] Compiling cpubits v0.1.1
44632026-08-11T21:58:42.259Z[verify-libraries] Compiling crunchy v0.2.4
44642026-08-11T21:58:42.382Z[verify-libraries] Compiling downcast-rs v2.0.2
44652026-08-11T21:58:42.481Z[ recovery-image] Aug 11 21:58:41.164 INFO O| Aug 11 21:58:41.164 INFO O| Startup: Refreshing catalog 'helios' ... Done
44662026-08-11T21:58:42.513Z[verify-libraries] Compiling dirs-next v2.0.0
44672026-08-11T21:58:42.513Z[verify-libraries] Compiling darling_macro v0.21.3
44682026-08-11T21:58:42.612Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44692026-08-11T21:58:42.844Z[verify-libraries] Compiling clang-sys v1.8.1
44702026-08-11T21:58:42.884Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44712026-08-11T21:58:42.884Z[ recovery-image] Aug 11 21:58:41.604 INFO O| Aug 11 21:58:41.604 INFO O| Startup: Caching catalogs ... Done
44722026-08-11T21:58:43.214Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44732026-08-11T21:58:43.230Z[verify-libraries] Compiling darling v0.21.3
44742026-08-11T21:58:43.230Z[verify-libraries] Compiling tiny-keccak v2.0.2
44752026-08-11T21:58:43.230Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44762026-08-11T21:58:43.356Z[ host-image] Aug 11 21:58:42.069 INFO O| Aug 11 21:58:42.065 INFO O| Finalize: Building new search index ... Done
44772026-08-11T21:58:43.390Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44782026-08-11T21:58:43.390Z[verify-libraries] Compiling term v0.7.0
44792026-08-11T21:58:43.390Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44802026-08-11T21:58:43.390Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44812026-08-11T21:58:43.460Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44822026-08-11T21:58:43.512Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44832026-08-11T21:58:43.538Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44842026-08-11T21:58:43.662Z[verify-libraries] Compiling diff v0.1.13
44852026-08-11T21:58:43.753Z[verify-libraries] Compiling bit-vec v0.6.3
44862026-08-11T21:58:43.779Z[ host-image] Aug 11 21:58:42.500 INFO O| Aug 11 21:58:42.500 INFO O| Finalize: Updating package cache ... Done
44872026-08-11T21:58:43.876Z[verify-libraries] Compiling ascii-canvas v3.0.0
44882026-08-11T21:58:43.984Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44892026-08-11T21:58:44.015Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44902026-08-11T21:58:44.057Z[verify-libraries] Compiling bit-set v0.5.3
44912026-08-11T21:58:44.080Z[ host-image] Aug 11 21:58:42.820 INFO O| Aug 11 21:58:42.820 INFO STEP 11 (pkg_install) COMPLETE
44922026-08-11T21:58:44.080Z[ host-image] Aug 11 21:58:42.820 INFO O| Aug 11 21:58:42.820 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932026-08-11T21:58:44.080Z[ host-image] Aug 11 21:58:42.829 INFO O| Aug 11 21:58:42.829 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"]
44942026-08-11T21:58:44.133Z[verify-libraries] Compiling itertools v0.10.5
44952026-08-11T21:58:44.172Z[verify-libraries] Compiling ena v0.14.4
44962026-08-11T21:58:44.196Z[verify-libraries] Compiling libloading v0.8.9
44972026-08-11T21:58:44.251Z[verify-libraries] Compiling regex-syntax v0.6.29
44982026-08-11T21:58:44.332Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44992026-08-11T21:58:44.442Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45002026-08-11T21:58:44.487Z[verify-libraries] Compiling bindgen v0.71.1
45012026-08-11T21:58:44.520Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45022026-08-11T21:58:44.590Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45032026-08-11T21:58:44.615Z[verify-libraries] Compiling cexpr v0.6.0
45042026-08-11T21:58:44.685Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45052026-08-11T21:58:44.915Z[ recovery-image] Aug 11 21:58:43.534 INFO O| Aug 11 21:58:43.534 INFO O| Planning: Solver setup ... Done
45062026-08-11T21:58:44.971Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45072026-08-11T21:58:44.971Z[verify-libraries] Compiling rustc-hash v2.1.1
45082026-08-11T21:58:45.021Z[ recovery-image] Aug 11 21:58:43.725 INFO O| Aug 11 21:58:43.725 INFO O| Planning: Running solver ... Done
45092026-08-11T21:58:45.063Z[ recovery-image] Aug 11 21:58:43.768 INFO O| Aug 11 21:58:43.768 INFO O| Planning: Finding local manifests ... Done
45102026-08-11T21:58:45.088Z[ recovery-image] Aug 11 21:58:43.812 INFO O| Aug 11 21:58:43.812 INFO O| Planning: Fetching manifests: 0/130 0% complete
45112026-08-11T21:58:45.097Z[verify-libraries] Compiling libxml v0.3.3
45122026-08-11T21:58:45.181Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45132026-08-11T21:58:45.273Z[verify-libraries] Compiling strum_macros v0.24.3
45142026-08-11T21:58:45.340Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45152026-08-11T21:58:45.405Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45162026-08-11T21:58:45.446Z[verify-libraries] Compiling hmac v0.13.0
45172026-08-11T21:58:45.473Z[verify-libraries] Compiling universal-hash v0.6.1
45182026-08-11T21:58:45.485Z[verify-libraries] Compiling fxhash v0.2.1
45192026-08-11T21:58:45.530Z[verify-libraries] Compiling indoc v1.0.9
45202026-08-11T21:58:45.722Z[verify-libraries] Compiling lalrpop v0.19.12
45212026-08-11T21:58:45.875Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45222026-08-11T21:58:46.378Z[ host-image] Aug 11 21:58:45.118 INFO O| Aug 11 21:58:45.118 INFO O| Startup: Refreshing catalog 'helios' ... Done
45232026-08-11T21:58:46.748Z[verify-libraries] Compiling progenitor-impl v0.13.0
45242026-08-11T21:58:46.934Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45252026-08-11T21:58:46.976Z[ host-image] Aug 11 21:58:45.729 INFO O| Aug 11 21:58:45.728 INFO O| Startup: Caching catalogs ... Done
45262026-08-11T21:58:47.050Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45272026-08-11T21:58:47.245Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45282026-08-11T21:58:47.470Z[ host-image] Aug 11 21:58:46.199 INFO O| Aug 11 21:58:46.199 INFO O| Planning: Solver setup ... Done
45292026-08-11T21:58:47.483Z[ host-image] Aug 11 21:58:46.205 INFO O| Aug 11 21:58:46.205 INFO O| Planning: Running solver ... Done
45302026-08-11T21:58:47.483Z[ host-image] Aug 11 21:58:46.220 INFO O| Aug 11 21:58:46.220 INFO O| Planning: Finding local manifests ... Done
45312026-08-11T21:58:47.517Z[ host-image] Aug 11 21:58:46.241 INFO O| Aug 11 21:58:46.241 INFO O| Planning: Fetching manifests: 0/6 0% complete
45322026-08-11T21:58:47.569Z[verify-libraries] Compiling oso-derive v0.27.3
45332026-08-11T21:58:47.676Z[ host-image] Aug 11 21:58:46.367 INFO O| Aug 11 21:58:46.367 INFO O| Planning: Fetching manifests: 6/6 100% complete
45342026-08-11T21:58:47.701Z[ host-image] Aug 11 21:58:46.389 INFO O| Aug 11 21:58:46.389 INFO O| Planning: Package planning ... Done
45352026-08-11T21:58:47.702Z[ host-image] Aug 11 21:58:46.391 INFO O| Aug 11 21:58:46.391 INFO O| Planning: Merging actions ... Done
45362026-08-11T21:58:47.784Z[verify-libraries] Compiling quick-xml v0.37.5
45372026-08-11T21:58:47.836Z[ host-image] Aug 11 21:58:46.567 INFO O| Aug 11 21:58:46.567 INFO O| Planning: Checking for conflicting actions ... Done
45382026-08-11T21:58:47.856Z[ host-image] Aug 11 21:58:46.569 INFO O| Aug 11 21:58:46.569 INFO O| Planning: Consolidating action changes ... Done
45392026-08-11T21:58:47.961Z[ host-image] Aug 11 21:58:46.721 INFO O| Aug 11 21:58:46.721 INFO O| Planning: Evaluating mediators ... Done
45402026-08-11T21:58:47.982Z[ host-image] Aug 11 21:58:46.723 INFO O| Aug 11 21:58:46.723 INFO O| Planning: Planning completed in 0.98 seconds
45412026-08-11T21:58:47.982Z[ host-image] Aug 11 21:58:46.723 INFO O| Aug 11 21:58:46.723 INFO O| Packages to install: 6
45422026-08-11T21:58:47.982Z[ host-image] Aug 11 21:58:46.723 INFO O| Aug 11 21:58:46.723 INFO O| Services to change: 2
45432026-08-11T21:58:48.005Z[ host-image] Aug 11 21:58:46.734 INFO O| Aug 11 21:58:46.734 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45442026-08-11T21:58:48.222Z[ host-image] Aug 11 21:58:46.955 INFO O| Aug 11 21:58:46.955 INFO O| Download: Completed 1.75 MB in 0.22 seconds (7.9M/s)
45452026-08-11T21:58:48.254Z[ host-image] Aug 11 21:58:46.990 INFO O| Aug 11 21:58:46.990 INFO O| Actions: 1/390 actions (Installing new actions)
45462026-08-11T21:58:48.427Z[ host-image] Aug 11 21:58:47.160 INFO O| Aug 11 21:58:47.160 INFO O| Actions: Completed 390 actions in 0.17 seconds.
45472026-08-11T21:58:48.440Z[ host-image] Aug 11 21:58:47.197 INFO O| Aug 11 21:58:47.197 INFO O| Finalize: Updating package state database ... Done
45482026-08-11T21:58:48.441Z[ host-image] Aug 11 21:58:47.197 INFO O| Aug 11 21:58:47.197 INFO O| Finalize: Updating package cache ... Done
45492026-08-11T21:58:48.540Z[ host-image] Aug 11 21:58:47.289 INFO O| Aug 11 21:58:47.288 INFO O| Finalize: Updating image state ... Done
45502026-08-11T21:58:48.724Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45512026-08-11T21:58:48.919Z[ recovery-image] Aug 11 21:58:47.670 INFO O| Aug 11 21:58:47.670 INFO O| Planning: Fetching manifests: 130/130 100% complete
45522026-08-11T21:58:49.305Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45532026-08-11T21:58:49.324Z[ recovery-image] Aug 11 21:58:48.079 INFO O| Aug 11 21:58:48.079 INFO O| Planning: Package planning ... Done
45542026-08-11T21:58:49.505Z[ host-image] Aug 11 21:58:48.247 INFO O| Aug 11 21:58:48.247 INFO O| Finalize: Creating fast lookup database ... Done
45552026-08-11T21:58:49.505Z[ recovery-image] Aug 11 21:58:48.251 INFO O| Aug 11 21:58:48.251 INFO O| Planning: Merging actions ... Done
45562026-08-11T21:58:49.536Z[ host-image] Aug 11 21:58:48.275 INFO O| Aug 11 21:58:48.275 INFO O| Finalize: Reading search index ... Done
45572026-08-11T21:58:49.536Z[ host-image] Aug 11 21:58:48.275 INFO O| Aug 11 21:58:48.275 INFO O| Finalize: Updating search index ... Done
45582026-08-11T21:58:49.589Z[ host-image] Aug 11 21:58:48.291 INFO O| Aug 11 21:58:48.290 INFO O| Finalize: Updating package cache ... Done
45592026-08-11T21:58:49.589Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45602026-08-11T21:58:49.652Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45612026-08-11T21:58:49.695Z[verify-libraries] Compiling openssl-probe v0.1.6
45622026-08-11T21:58:49.745Z[verify-libraries] Compiling progenitor-macro v0.13.0
45632026-08-11T21:58:49.767Z[ recovery-image] Aug 11 21:58:48.509 INFO O| Aug 11 21:58:48.509 INFO O| Planning: Checking for conflicting actions ... Done
45642026-08-11T21:58:49.896Z[ recovery-image] Aug 11 21:58:48.568 INFO O| Aug 11 21:58:48.568 INFO O| Planning: Consolidating action changes ... Done
45652026-08-11T21:58:49.913Z[ host-image] Aug 11 21:58:48.569 INFO O| Aug 11 21:58:48.569 INFO STEP 12 (pkg_install) COMPLETE
45662026-08-11T21:58:49.913Z[ host-image] Aug 11 21:58:48.569 INFO O| Aug 11 21:58:48.569 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45672026-08-11T21:58:49.913Z[ host-image] Aug 11 21:58:48.580 INFO O| Aug 11 21:58:48.580 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45682026-08-11T21:58:49.957Z[ recovery-image] Aug 11 21:58:48.703 INFO O| Aug 11 21:58:48.703 INFO O| Planning: Evaluating mediators ... Done
45692026-08-11T21:58:50.064Z[verify-libraries] Compiling polyval v0.7.1
45702026-08-11T21:58:50.145Z[verify-libraries] Compiling diesel v2.3.7
45712026-08-11T21:58:50.363Z[verify-libraries] Compiling der v0.8.0
45722026-08-11T21:58:50.508Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45732026-08-11T21:58:50.621Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45742026-08-11T21:58:51.145Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45752026-08-11T21:58:51.243Z[verify-libraries] Compiling progenitor-client v0.13.0
45762026-08-11T21:58:51.489Z[verify-libraries] Compiling git-stub v1.0.0
45772026-08-11T21:58:51.566Z[ recovery-image] Aug 11 21:58:50.315 INFO O| Aug 11 21:58:50.315 INFO O| Planning: Planning completed in 8.70 seconds
45782026-08-11T21:58:51.584Z[ recovery-image] Aug 11 21:58:50.318 INFO O| Aug 11 21:58:50.318 INFO O| Packages to install: 130
45792026-08-11T21:58:51.584Z[ recovery-image] Aug 11 21:58:50.318 INFO O| Aug 11 21:58:50.318 INFO O| Mediators to change: 5
45802026-08-11T21:58:51.584Z[ recovery-image] Aug 11 21:58:50.318 INFO O| Aug 11 21:58:50.318 INFO O| Services to change: 5
45812026-08-11T21:58:51.597Z[ recovery-image] Aug 11 21:58:50.348 INFO O| Aug 11 21:58:50.347 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45822026-08-11T21:58:51.757Z[verify-libraries] Compiling kstat-rs v0.2.5
45832026-08-11T21:58:51.854Z[verify-libraries] Compiling trait-variant v0.1.2
45842026-08-11T21:58:51.943Z[verify-libraries] Compiling salty v0.3.0
45852026-08-11T21:58:51.971Z[ host-image] Aug 11 21:58:50.642 INFO O| Aug 11 21:58:50.642 INFO O| Startup: Refreshing catalog 'helios' ... Done
45862026-08-11T21:58:52.183Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45872026-08-11T21:58:52.300Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45882026-08-11T21:58:52.318Z[ host-image] Aug 11 21:58:51.077 INFO O| Aug 11 21:58:51.077 INFO O| Startup: Caching catalogs ... Done
45892026-08-11T21:58:52.388Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45902026-08-11T21:58:52.446Z[verify-libraries] Compiling ghash v0.6.0
45912026-08-11T21:58:52.479Z[verify-libraries] Compiling pbkdf2 v0.13.0
45922026-08-11T21:58:52.557Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45932026-08-11T21:58:52.613Z[verify-libraries] Compiling aes v0.9.1
45942026-08-11T21:58:52.699Z[verify-libraries] Compiling crypto-bigint v0.7.5
45952026-08-11T21:58:52.756Z[ host-image] Aug 11 21:58:51.512 INFO O| Aug 11 21:58:51.512 INFO O| Planning: Solver setup ... Done
45962026-08-11T21:58:52.767Z[ host-image] Aug 11 21:58:51.518 INFO O| Aug 11 21:58:51.518 INFO O| Planning: Running solver ... Done
45972026-08-11T21:58:52.776Z[ host-image] Aug 11 21:58:51.530 INFO O| Aug 11 21:58:51.530 INFO O| Planning: Finding local manifests ... Done
45982026-08-11T21:58:52.791Z[ host-image] Aug 11 21:58:51.553 INFO O| Aug 11 21:58:51.553 INFO O| Planning: Fetching manifests: 0/6 0% complete
45992026-08-11T21:58:52.862Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46002026-08-11T21:58:52.886Z[ host-image] Aug 11 21:58:51.649 INFO O| Aug 11 21:58:51.649 INFO O| Planning: Fetching manifests: 6/6 100% complete
46012026-08-11T21:58:52.933Z[ host-image] Aug 11 21:58:51.696 INFO O| Aug 11 21:58:51.696 INFO O| Planning: Package planning ... Done
46022026-08-11T21:58:52.944Z[ host-image] Aug 11 21:58:51.706 INFO O| Aug 11 21:58:51.706 INFO O| Planning: Merging actions ... Done
46032026-08-11T21:58:53.100Z[ host-image] Aug 11 21:58:51.859 INFO O| Aug 11 21:58:51.859 INFO O| Planning: Checking for conflicting actions ... Done
46042026-08-11T21:58:53.114Z[ host-image] Aug 11 21:58:51.862 INFO O| Aug 11 21:58:51.862 INFO O| Planning: Consolidating action changes ... Done
46052026-08-11T21:58:53.273Z[ host-image] Aug 11 21:58:52.000 INFO O| Aug 11 21:58:52.000 INFO O| Planning: Evaluating mediators ... Done
46062026-08-11T21:58:53.312Z[ host-image] Aug 11 21:58:52.003 INFO O| Aug 11 21:58:52.002 INFO O| Planning: Planning completed in 0.91 seconds
46072026-08-11T21:58:53.312Z[ host-image] Aug 11 21:58:52.003 INFO O| Aug 11 21:58:52.003 INFO O| Packages to install: 6
46082026-08-11T21:58:53.312Z[ host-image] Aug 11 21:58:52.003 INFO O| Aug 11 21:58:52.003 INFO O| Mediators to change: 1
46092026-08-11T21:58:53.313Z[ host-image] Aug 11 21:58:52.003 INFO O| Aug 11 21:58:52.003 INFO O| Services to change: 1
46102026-08-11T21:58:53.313Z[ host-image] Aug 11 21:58:52.014 INFO O| Aug 11 21:58:52.014 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46112026-08-11T21:58:53.507Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46122026-08-11T21:58:53.744Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46132026-08-11T21:58:53.776Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46142026-08-11T21:58:53.811Z[verify-libraries] Compiling ctr v0.10.1
46152026-08-11T21:58:53.930Z[verify-libraries] Compiling bb8 v0.8.6
46162026-08-11T21:58:53.972Z[verify-libraries] Compiling aead v0.6.1
46172026-08-11T21:58:54.048Z[ host-image] Aug 11 21:58:52.813 INFO O| Aug 11 21:58:52.813 INFO O| Download: Completed 7.84 MB in 0.80 seconds (9.8M/s)
46182026-08-11T21:58:54.075Z[verify-libraries] Compiling parking_lot_core v0.8.6
46192026-08-11T21:58:54.105Z[ host-image] Aug 11 21:58:52.866 INFO O| Aug 11 21:58:52.866 INFO O| Actions: 1/1366 actions (Installing new actions)
46202026-08-11T21:58:54.268Z[verify-libraries] Compiling aes-gcm v0.11.0
46212026-08-11T21:58:54.309Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46222026-08-11T21:58:54.365Z[verify-libraries] Compiling spki v0.8.0
46232026-08-11T21:58:54.392Z[ host-image] Aug 11 21:58:53.146 INFO O| Aug 11 21:58:53.146 INFO O| Actions: Completed 1366 actions in 0.28 seconds.
46242026-08-11T21:58:54.424Z[ host-image] Aug 11 21:58:53.183 INFO O| Aug 11 21:58:53.182 INFO O| Finalize: Updating package state database ... Done
46252026-08-11T21:58:54.424Z[ host-image] Aug 11 21:58:53.183 INFO O| Aug 11 21:58:53.182 INFO O| Finalize: Updating package cache ... Done
46262026-08-11T21:58:54.484Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46272026-08-11T21:58:54.516Z[ host-image] Aug 11 21:58:53.273 INFO O| Aug 11 21:58:53.273 INFO O| Finalize: Updating image state ... Done
46282026-08-11T21:58:54.618Z[verify-libraries] Compiling mime_guess v2.0.5
46292026-08-11T21:58:54.623Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46302026-08-11T21:58:54.684Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46312026-08-11T21:58:54.839Z[verify-libraries] Compiling rfc6979 v0.4.0
46322026-08-11T21:58:54.910Z[verify-libraries] Compiling salsa20 v0.11.0
46332026-08-11T21:58:55.017Z[verify-libraries] Compiling nanorand v0.7.0
46342026-08-11T21:58:55.139Z[verify-libraries] Compiling ecdsa v0.16.9
46352026-08-11T21:58:55.164Z[verify-libraries] Compiling scrypt v0.12.0
46362026-08-11T21:58:55.187Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46372026-08-11T21:58:55.312Z[verify-libraries] Compiling flume v0.11.1
46382026-08-11T21:58:55.361Z[verify-libraries] Compiling progenitor v0.13.0
46392026-08-11T21:58:55.457Z[ host-image] Aug 11 21:58:54.222 INFO O| Aug 11 21:58:54.222 INFO O| Finalize: Creating fast lookup database ... Done
46402026-08-11T21:58:55.490Z[ host-image] Aug 11 21:58:54.252 INFO O| Aug 11 21:58:54.252 INFO O| Finalize: Reading search index ... Done
46412026-08-11T21:58:55.490Z[ host-image] Aug 11 21:58:54.252 INFO O| Aug 11 21:58:54.252 INFO O| Finalize: Updating search index ... Done
46422026-08-11T21:58:55.529Z[ host-image] Aug 11 21:58:54.287 INFO O| Aug 11 21:58:54.287 INFO O| Finalize: Updating package cache ... Done
46432026-08-11T21:58:55.543Z[verify-libraries] Compiling primeorder v0.13.6
46442026-08-11T21:58:55.588Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46452026-08-11T21:58:55.598Z[verify-libraries] Compiling cbc v0.2.1
46462026-08-11T21:58:55.736Z[verify-libraries] Compiling nonempty v0.12.0
46472026-08-11T21:58:55.797Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46482026-08-11T21:58:55.812Z[ host-image] Aug 11 21:58:54.550 INFO O| Aug 11 21:58:54.550 INFO STEP 13 (pkg_install) COMPLETE
46492026-08-11T21:58:55.812Z[ host-image] Aug 11 21:58:54.550 INFO O| Aug 11 21:58:54.550 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46502026-08-11T21:58:55.812Z[ host-image] Aug 11 21:58:54.559 INFO O| Aug 11 21:58:54.559 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46512026-08-11T21:58:55.829Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46522026-08-11T21:58:55.931Z[verify-libraries] Compiling http-range v0.1.5
46532026-08-11T21:58:55.978Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46542026-08-11T21:58:56.025Z[verify-libraries] Compiling p384 v0.13.1
46552026-08-11T21:58:56.079Z[verify-libraries] Compiling pkcs5 v0.8.1
46562026-08-11T21:58:56.181Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46572026-08-11T21:58:56.217Z[verify-libraries] Compiling parking_lot v0.11.2
46582026-08-11T21:58:56.608Z[ recovery-image] Aug 11 21:58:55.348 INFO O| Aug 11 21:58:55.348 INFO O| Download: 9498/16682 items 102.6/200.0MB 51% complete (20.6M/s)
46592026-08-11T21:58:56.850Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46602026-08-11T21:58:56.872Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46612026-08-11T21:58:56.999Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46622026-08-11T21:58:57.008Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46632026-08-11T21:58:57.043Z[verify-libraries] Compiling prefix-trie v0.7.0
46642026-08-11T21:58:57.450Z[verify-libraries] Compiling digest-io v0.1.0
46652026-08-11T21:58:57.483Z[verify-libraries] Compiling rawzip v0.4.4
46662026-08-11T21:58:57.483Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46672026-08-11T21:58:57.505Z[verify-libraries] Compiling hickory-server v0.25.2
46682026-08-11T21:58:57.604Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46692026-08-11T21:58:57.663Z[verify-libraries] Compiling pkcs8 v0.11.0
46702026-08-11T21:58:58.073Z[ host-image] Aug 11 21:58:56.793 INFO O| Aug 11 21:58:56.793 INFO O| Startup: Refreshing catalog 'helios' ... Done
46712026-08-11T21:58:58.110Z[verify-libraries] Compiling sled v0.34.7
46722026-08-11T21:58:58.143Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46732026-08-11T21:58:58.239Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46742026-08-11T21:58:58.364Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46752026-08-11T21:58:58.485Z[ host-image] Aug 11 21:58:57.238 INFO O| Aug 11 21:58:57.238 INFO O| Startup: Caching catalogs ... Done
46762026-08-11T21:58:58.887Z[ host-image] Aug 11 21:58:57.628 INFO O| Aug 11 21:58:57.627 INFO O| Planning: Solver setup ... Done
46772026-08-11T21:58:58.911Z[ host-image] Aug 11 21:58:57.633 INFO O| Aug 11 21:58:57.633 INFO O| Planning: Running solver ... Done
46782026-08-11T21:58:58.911Z[ host-image] Aug 11 21:58:57.646 INFO O| Aug 11 21:58:57.646 INFO O| Planning: Finding local manifests ... Done
46792026-08-11T21:58:58.921Z[verify-libraries] Compiling ignore v0.4.25
46802026-08-11T21:58:58.921Z[ host-image] Aug 11 21:58:57.664 INFO O| Aug 11 21:58:57.664 INFO O| Planning: Fetching manifests: 0/1 0% complete
46812026-08-11T21:58:58.921Z[ host-image] Aug 11 21:58:57.669 INFO O| Aug 11 21:58:57.669 INFO O| Planning: Fetching manifests: 1/1 100% complete
46822026-08-11T21:58:58.949Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46832026-08-11T21:58:58.949Z[ host-image] Aug 11 21:58:57.696 INFO O| Aug 11 21:58:57.696 INFO O| Planning: Package planning ... Done
46842026-08-11T21:58:58.949Z[ host-image] Aug 11 21:58:57.697 INFO O| Aug 11 21:58:57.697 INFO O| Planning: Merging actions ... Done
46852026-08-11T21:58:59.114Z[ host-image] Aug 11 21:58:57.839 INFO O| Aug 11 21:58:57.839 INFO O| Planning: Checking for conflicting actions ... Done
46862026-08-11T21:58:59.124Z[ host-image] Aug 11 21:58:57.840 INFO O| Aug 11 21:58:57.840 INFO O| Planning: Consolidating action changes ... Done
46872026-08-11T21:58:59.124Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46882026-08-11T21:58:59.138Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46892026-08-11T21:58:59.219Z[ host-image] Aug 11 21:58:57.977 INFO O| Aug 11 21:58:57.977 INFO O| Planning: Evaluating mediators ... Done
46902026-08-11T21:58:59.219Z[ host-image] Aug 11 21:58:57.977 INFO O| Aug 11 21:58:57.977 INFO O| Planning: Planning completed in 0.72 seconds
46912026-08-11T21:58:59.219Z[ host-image] Aug 11 21:58:57.977 INFO O| Aug 11 21:58:57.977 INFO O| Packages to install: 1
46922026-08-11T21:58:59.229Z[ host-image] Aug 11 21:58:57.984 INFO O| Aug 11 21:58:57.984 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
46932026-08-11T21:58:59.263Z[verify-libraries] Compiling ff v0.14.0
46942026-08-11T21:58:59.345Z[verify-libraries] Compiling corncobs v0.1.4
46952026-08-11T21:58:59.389Z[ host-image] Aug 11 21:58:58.140 INFO O| Aug 11 21:58:58.140 INFO O| Download: Completed 13.17 MB in 0.16 seconds (84.3M/s)
46962026-08-11T21:58:59.432Z[ host-image] Aug 11 21:58:58.160 INFO O| Aug 11 21:58:58.160 INFO O| Actions: 1/22 actions (Installing new actions)
46972026-08-11T21:58:59.535Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46982026-08-11T21:58:59.588Z[verify-libraries] Compiling globwalk v0.9.1
46992026-08-11T21:58:59.654Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47002026-08-11T21:58:59.668Z[ host-image] Aug 11 21:58:58.418 INFO O| Aug 11 21:58:58.418 INFO O| Actions: Completed 22 actions in 0.26 seconds.
47012026-08-11T21:58:59.687Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47022026-08-11T21:58:59.713Z[ host-image] Aug 11 21:58:58.463 INFO O| Aug 11 21:58:58.463 INFO O| Finalize: Updating package state database ... Done
47032026-08-11T21:58:59.713Z[ host-image] Aug 11 21:58:58.463 INFO O| Aug 11 21:58:58.463 INFO O| Finalize: Updating package cache ... Done
47042026-08-11T21:58:59.752Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47052026-08-11T21:58:59.792Z[ host-image] Aug 11 21:58:58.550 INFO O| Aug 11 21:58:58.550 INFO O| Finalize: Updating image state ... Done
47062026-08-11T21:58:59.925Z[verify-libraries] Compiling predicates-tree v1.0.13
47072026-08-11T21:59:00.233Z[verify-libraries] Compiling libz-sys v1.1.24
47082026-08-11T21:59:00.299Z[verify-libraries] Compiling rand_seeder v0.4.0
47092026-08-11T21:59:00.537Z[ recovery-image] Aug 11 21:58:59.295 INFO O| Aug 11 21:58:59.295 INFO O| Download: Completed 200.00 MB in 8.94 seconds (22.3M/s)
47102026-08-11T21:59:00.566Z[verify-libraries] Compiling secrecy v0.8.0
47112026-08-11T21:59:00.589Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47122026-08-11T21:59:00.680Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47132026-08-11T21:59:00.825Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47142026-08-11T21:59:00.845Z[ host-image] Aug 11 21:58:59.571 INFO O| Aug 11 21:58:59.571 INFO O| Finalize: Creating fast lookup database ... Done
47152026-08-11T21:59:00.845Z[ recovery-image] Aug 11 21:58:59.580 INFO O| Aug 11 21:58:59.580 INFO O| Actions: 1/27580 actions (Installing new actions)
47162026-08-11T21:59:00.869Z[ host-image] Aug 11 21:58:59.600 INFO O| Aug 11 21:58:59.600 INFO O| Finalize: Reading search index ... Done
47172026-08-11T21:59:00.869Z[ host-image] Aug 11 21:58:59.600 INFO O| Aug 11 21:58:59.600 INFO O| Finalize: Updating search index ... Done
47182026-08-11T21:59:00.869Z[ host-image] Aug 11 21:58:59.611 INFO O| Aug 11 21:58:59.611 INFO O| Finalize: Updating package cache ... Done
47192026-08-11T21:59:01.007Z[verify-libraries] Compiling group v0.14.0
47202026-08-11T21:59:01.064Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47212026-08-11T21:59:01.156Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47222026-08-11T21:59:01.180Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.925 INFO STEP 14 (pkg_install) COMPLETE
47232026-08-11T21:59:01.180Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47242026-08-11T21:59:01.202Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "mbist" is not enabled
47252026-08-11T21:59:01.202Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47262026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "mfg" is not enabled
47272026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47282026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "compliance" is not enabled
47292026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47302026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "stress" is not enabled
47312026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47322026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "compliance" is not enabled
47332026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47342026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "nfs" is not enabled
47352026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47362026-08-11T21:59:01.203Z[ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47372026-08-11T21:59:01.268Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47382026-08-11T21:59:01.397Z[verify-libraries] Compiling signature v3.0.0
47392026-08-11T21:59:01.542Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47402026-08-11T21:59:01.700Z[ host-image] Aug 11 21:59:00.458 INFO O| Aug 11 21:59:00.458 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47412026-08-11T21:59:01.718Z[verify-libraries] Compiling base16ct v1.0.0
47422026-08-11T21:59:01.826Z[verify-libraries] Compiling instability v0.3.11
47432026-08-11T21:59:01.841Z[ host-image] Aug 11 21:59:00.605 INFO O| Aug 11 21:59:00.605 INFO completed processing sled/ramdisk-01-os
47442026-08-11T21:59:01.846Z[ host-image] Aug 11 21:59:00.608 INFO omicron1 baseline generation...
47452026-08-11T21:59:01.846Z[ host-image] Aug 11 21:59:00.608 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47462026-08-11T21:59:01.887Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47472026-08-11T21:59:01.979Z[verify-libraries] Compiling sec1 v0.8.1
47482026-08-11T21:59:02.207Z[ host-image] Aug 11 21:59:00.968 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
47492026-08-11T21:59:02.300Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47502026-08-11T21:59:02.389Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47512026-08-11T21:59:02.392Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47522026-08-11T21:59:02.438Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47532026-08-11T21:59:02.441Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47542026-08-11T21:59:02.592Z[verify-libraries] Compiling hkdf v0.13.0
47552026-08-11T21:59:02.598Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47562026-08-11T21:59:02.662Z[verify-libraries] Compiling scuffle v0.1.0
47572026-08-11T21:59:02.749Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47582026-08-11T21:59:02.753Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47592026-08-11T21:59:02.898Z[verify-libraries] Compiling castaway v0.2.4
47602026-08-11T21:59:03.016Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47612026-08-11T21:59:03.117Z[verify-libraries] Compiling indoc v2.0.7
47622026-08-11T21:59:03.183Z[verify-libraries] Compiling compact_str v0.8.1
47632026-08-11T21:59:03.575Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47642026-08-11T21:59:03.920Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47652026-08-11T21:59:03.937Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47662026-08-11T21:59:04.069Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47672026-08-11T21:59:04.263Z[verify-libraries] Compiling elliptic-curve v0.14.1
47682026-08-11T21:59:04.415Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47692026-08-11T21:59:04.877Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47702026-08-11T21:59:04.992Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47712026-08-11T21:59:05.157Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47722026-08-11T21:59:05.199Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47732026-08-11T21:59:05.273Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47742026-08-11T21:59:05.324Z[verify-libraries] Compiling unicode-truncate v1.1.0
47752026-08-11T21:59:05.518Z[verify-libraries] Compiling lru v0.12.5
47762026-08-11T21:59:05.588Z[verify-libraries] Compiling arc-swap v1.8.2
47772026-08-11T21:59:05.808Z[verify-libraries] Compiling cassowary v0.3.0
47782026-08-11T21:59:05.816Z[ recovery-image] Aug 11 21:59:04.581 INFO O| Aug 11 21:59:04.580 INFO O| Actions: 21970/27580 actions (Installing new actions)
47792026-08-11T21:59:05.997Z[verify-libraries] Compiling slog-scope v4.4.1
47802026-08-11T21:59:06.018Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47812026-08-11T21:59:06.022Z[verify-libraries] Compiling wnaf v0.14.0
47822026-08-11T21:59:06.267Z[verify-libraries] Compiling ratatui v0.29.0
47832026-08-11T21:59:06.320Z[verify-libraries] Compiling primefield v0.14.0
47842026-08-11T21:59:06.379Z[verify-libraries] Compiling rfc6979 v0.6.0
47852026-08-11T21:59:06.419Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47862026-08-11T21:59:06.515Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47872026-08-11T21:59:06.574Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47882026-08-11T21:59:06.584Z[ recovery-image] Aug 11 21:59:05.343 INFO O| Aug 11 21:59:05.343 INFO O| Actions: Completed 27580 actions in 5.76 seconds.
47892026-08-11T21:59:06.662Z[ recovery-image] Aug 11 21:59:05.418 INFO O| Aug 11 21:59:05.418 INFO O| Finalize: Updating package state database ... Done
47902026-08-11T21:59:06.662Z[ recovery-image] Aug 11 21:59:05.419 INFO O| Aug 11 21:59:05.418 INFO O| Finalize: Updating package cache ... Done
47912026-08-11T21:59:06.749Z[verify-libraries] Compiling vergen-git2 v9.1.0
47922026-08-11T21:59:06.776Z[ recovery-image] Aug 11 21:59:05.527 INFO O| Aug 11 21:59:05.527 INFO O| Finalize: Updating image state ... Done
47932026-08-11T21:59:06.793Z[verify-libraries] Compiling is_ci v1.2.0
47942026-08-11T21:59:06.878Z[verify-libraries] Compiling strsim v0.10.0
47952026-08-11T21:59:07.093Z[verify-libraries] Compiling supports-color v3.0.2
47962026-08-11T21:59:07.119Z[verify-libraries] Compiling darling_core v0.13.4
47972026-08-11T21:59:07.409Z[verify-libraries] Compiling primeorder v0.14.0
47982026-08-11T21:59:07.440Z[verify-libraries] Compiling ecdsa v0.17.0
47992026-08-11T21:59:07.552Z[ recovery-image] Aug 11 21:59:06.314 INFO O| Aug 11 21:59:06.314 INFO O| Finalize: Creating fast lookup database ... Done
48002026-08-11T21:59:07.579Z[ recovery-image] Aug 11 21:59:06.332 INFO O| Aug 11 21:59:06.332 INFO O| Finalize: Reading search index ... Done
48012026-08-11T21:59:08.056Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48022026-08-11T21:59:08.092Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48032026-08-11T21:59:08.412Z[verify-libraries] Compiling slog-stdlog v4.1.1
48042026-08-11T21:59:08.616Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48052026-08-11T21:59:08.752Z[verify-libraries] Compiling tungstenite v0.23.0
48062026-08-11T21:59:08.777Z[verify-libraries] Compiling console v0.16.2
48072026-08-11T21:59:09.164Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48082026-08-11T21:59:09.246Z[verify-libraries] Compiling libsw-core v0.3.2
48092026-08-11T21:59:09.314Z[verify-libraries] Compiling unit-prefix v0.5.2
48102026-08-11T21:59:09.386Z[verify-libraries] Compiling assert_matches v1.5.0
48112026-08-11T21:59:09.417Z[ recovery-image] Aug 11 21:59:08.168 INFO O| Aug 11 21:59:08.168 INFO O| Finalize: Building new search index ... Done
48122026-08-11T21:59:09.465Z[verify-libraries] Compiling void v1.0.2
48132026-08-11T21:59:09.483Z[verify-libraries] Compiling libsw v3.5.0
48142026-08-11T21:59:09.519Z[verify-libraries] Compiling indicatif v0.18.4
48152026-08-11T21:59:09.575Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48162026-08-11T21:59:09.702Z[verify-libraries] Compiling lzss v0.8.2
48172026-08-11T21:59:09.725Z[ recovery-image] Aug 11 21:59:08.487 INFO O| Aug 11 21:59:08.487 INFO O| Finalize: Updating package cache ... Done
48182026-08-11T21:59:09.734Z[verify-libraries] Compiling darling_macro v0.13.4
48192026-08-11T21:59:09.758Z[verify-libraries] Compiling slog-envlogger v2.2.0
48202026-08-11T21:59:09.836Z[verify-libraries] Compiling ssh-encoding v0.3.0
48212026-08-11T21:59:09.910Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48222026-08-11T21:59:10.064Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48232026-08-11T21:59:10.076Z[ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO STEP 11 (pkg_install) COMPLETE
48242026-08-11T21:59:10.076Z[ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48252026-08-11T21:59:10.076Z[ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO skip step because feature "recovery" is enabled
48262026-08-11T21:59:10.076Z[ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48272026-08-11T21:59:10.076Z[ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO skip step because feature "omicron1" is not enabled
48282026-08-11T21:59:10.076Z[ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48292026-08-11T21:59:10.076Z[ recovery-image] Aug 11 21:59:08.828 INFO O| Aug 11 21:59:08.828 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48302026-08-11T21:59:10.088Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48312026-08-11T21:59:10.274Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48322026-08-11T21:59:10.335Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48332026-08-11T21:59:10.339Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48342026-08-11T21:59:10.380Z[verify-libraries] Compiling nix v0.27.1
48352026-08-11T21:59:10.449Z[verify-libraries] Compiling colored v2.2.0
48362026-08-11T21:59:10.558Z[verify-libraries] Compiling blake3 v1.8.5
48372026-08-11T21:59:10.580Z[verify-libraries] Compiling serde_bytes v0.11.19
48382026-08-11T21:59:10.632Z[verify-libraries] Compiling keccak v0.2.0
48392026-08-11T21:59:10.869Z[verify-libraries] Compiling shell-words v1.1.1
48402026-08-11T21:59:10.981Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48412026-08-11T21:59:11.027Z[verify-libraries] Compiling darling v0.13.4
48422026-08-11T21:59:11.161Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48432026-08-11T21:59:11.294Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48442026-08-11T21:59:11.564Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48452026-08-11T21:59:11.608Z[verify-libraries] Compiling ed25519 v3.0.0
48462026-08-11T21:59:11.720Z[verify-libraries] Compiling crypto-primes v0.7.2
48472026-08-11T21:59:12.132Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48482026-08-11T21:59:12.614Z[verify-libraries] Compiling poly1305 v0.9.0
48492026-08-11T21:59:12.885Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48502026-08-11T21:59:12.913Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48512026-08-11T21:59:13.062Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48522026-08-11T21:59:13.244Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48532026-08-11T21:59:13.279Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48542026-08-11T21:59:13.331Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48552026-08-11T21:59:13.492Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48562026-08-11T21:59:13.567Z[verify-libraries] Compiling blowfish v0.10.0
48572026-08-11T21:59:13.630Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48582026-08-11T21:59:13.662Z[verify-libraries] Compiling petname v2.0.2
48592026-08-11T21:59:13.746Z[verify-libraries] Compiling arrayref v0.3.9
48602026-08-11T21:59:13.835Z[verify-libraries] Compiling constant_time_eq v0.4.2
48612026-08-11T21:59:13.892Z[verify-libraries] Compiling arrayvec v0.7.6
48622026-08-11T21:59:14.016Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48632026-08-11T21:59:14.163Z[ recovery-image] Aug 11 21:59:12.928 INFO O| Aug 11 21:59:12.928 INFO O| Startup: Refreshing catalog 'helios' ... Done
48642026-08-11T21:59:14.247Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48652026-08-11T21:59:14.663Z[verify-libraries] Compiling ssh-cipher v0.3.0
48662026-08-11T21:59:14.703Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48672026-08-11T21:59:14.708Z[ recovery-image] Aug 11 21:59:13.470 INFO O| Aug 11 21:59:13.470 INFO O| Startup: Caching catalogs ... Done
48682026-08-11T21:59:14.756Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48692026-08-11T21:59:14.788Z[verify-libraries] Compiling serde_with_macros v1.5.2
48702026-08-11T21:59:14.788Z[verify-libraries] Compiling sha3 v0.11.0
48712026-08-11T21:59:15.005Z[verify-libraries] Compiling p256 v0.14.0
48722026-08-11T21:59:15.009Z[verify-libraries] Compiling p384 v0.14.0
48732026-08-11T21:59:15.127Z[ recovery-image] Aug 11 21:59:13.892 INFO O| Aug 11 21:59:13.892 INFO O| Planning: Solver setup ... Done
48742026-08-11T21:59:15.132Z[ recovery-image] Aug 11 21:59:13.897 INFO O| Aug 11 21:59:13.897 INFO O| Planning: Running solver ... Done
48752026-08-11T21:59:15.148Z[ recovery-image] Aug 11 21:59:13.912 INFO O| Aug 11 21:59:13.912 INFO O| Planning: Finding local manifests ... Done
48762026-08-11T21:59:15.211Z[ recovery-image] Aug 11 21:59:13.976 INFO O| Aug 11 21:59:13.976 INFO O| Planning: Fetching manifests: 0/1 0% complete
48772026-08-11T21:59:15.230Z[ recovery-image] Aug 11 21:59:13.994 INFO O| Aug 11 21:59:13.994 INFO O| Planning: Fetching manifests: 1/1 100% complete
48782026-08-11T21:59:15.250Z[ recovery-image] Aug 11 21:59:14.014 INFO O| Aug 11 21:59:14.014 INFO O| Planning: Package planning ... Done
48792026-08-11T21:59:15.253Z[ recovery-image] Aug 11 21:59:14.014 INFO O| Aug 11 21:59:14.014 INFO O| Planning: Merging actions ... Done
48802026-08-11T21:59:15.274Z[ recovery-image] Aug 11 21:59:14.039 INFO O| Aug 11 21:59:14.039 INFO O| Planning: Checking for conflicting actions ... Done
48812026-08-11T21:59:15.278Z[ recovery-image] Aug 11 21:59:14.039 INFO O| Aug 11 21:59:14.039 INFO O| Planning: Consolidating action changes ... Done
48822026-08-11T21:59:15.390Z[ recovery-image] Aug 11 21:59:14.156 INFO O| Aug 11 21:59:14.156 INFO O| Planning: Evaluating mediators ... Done
48832026-08-11T21:59:15.394Z[ recovery-image] Aug 11 21:59:14.156 INFO O| Aug 11 21:59:14.156 INFO O| Planning: Planning completed in 0.67 seconds
48842026-08-11T21:59:15.394Z[ recovery-image] Aug 11 21:59:14.157 INFO O| Aug 11 21:59:14.157 INFO O| Packages to install: 1
48852026-08-11T21:59:15.401Z[verify-libraries] Compiling p521 v0.14.0
48862026-08-11T21:59:15.405Z[ recovery-image] Aug 11 21:59:14.170 INFO O| Aug 11 21:59:14.170 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
48872026-08-11T21:59:15.433Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48882026-08-11T21:59:15.434Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48892026-08-11T21:59:15.503Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48902026-08-11T21:59:15.793Z[verify-libraries] Compiling twox-hash v2.1.2
48912026-08-11T21:59:15.966Z[ recovery-image] Aug 11 21:59:14.731 INFO O| Aug 11 21:59:14.731 INFO O| Download: Completed 13.17 MB in 0.56 seconds (23.5M/s)
48922026-08-11T21:59:15.990Z[verify-libraries] Compiling kem v0.3.0
48932026-08-11T21:59:16.000Z[ recovery-image] Aug 11 21:59:14.764 INFO O| Aug 11 21:59:14.764 INFO O| Actions: 1/22 actions (Installing new actions)
48942026-08-11T21:59:16.075Z[verify-libraries] Compiling module-lattice v0.2.3
48952026-08-11T21:59:16.225Z[verify-libraries] Compiling atty v0.2.14
48962026-08-11T21:59:16.262Z[verify-libraries] Compiling rtoolbox v0.0.3
48972026-08-11T21:59:16.324Z[ recovery-image] Aug 11 21:59:15.089 INFO O| Aug 11 21:59:15.089 INFO O| Actions: Completed 22 actions in 0.33 seconds.
48982026-08-11T21:59:16.365Z[ recovery-image] Aug 11 21:59:15.130 INFO O| Aug 11 21:59:15.129 INFO O| Finalize: Updating package state database ... Done
48992026-08-11T21:59:16.365Z[ recovery-image] Aug 11 21:59:15.130 INFO O| Aug 11 21:59:15.130 INFO O| Finalize: Updating package cache ... Done
49002026-08-11T21:59:16.372Z[verify-libraries] Compiling sponge-cursor v0.1.0
49012026-08-11T21:59:16.432Z[verify-libraries] Compiling topological-sort v0.2.2
49022026-08-11T21:59:16.446Z[ recovery-image] Aug 11 21:59:15.211 INFO O| Aug 11 21:59:15.210 INFO O| Finalize: Updating image state ... Done
49032026-08-11T21:59:16.473Z[verify-libraries] Compiling rpassword v7.5.4
49042026-08-11T21:59:16.550Z[verify-libraries] Compiling sha3 v0.12.0
49052026-08-11T21:59:16.554Z[verify-libraries] Compiling ml-kem v0.3.2
49062026-08-11T21:59:16.642Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49072026-08-11T21:59:16.732Z[verify-libraries] Compiling serde_with v1.14.0
49082026-08-11T21:59:17.129Z[ recovery-image] Aug 11 21:59:15.894 INFO O| Aug 11 21:59:15.893 INFO O| Finalize: Creating fast lookup database ... Done
49092026-08-11T21:59:17.145Z[ recovery-image] Aug 11 21:59:15.910 INFO O| Aug 11 21:59:15.910 INFO O| Finalize: Reading search index ... Done
49102026-08-11T21:59:17.145Z[ recovery-image] Aug 11 21:59:15.910 INFO O| Aug 11 21:59:15.910 INFO O| Finalize: Updating search index ... Done
49112026-08-11T21:59:17.158Z[ recovery-image] Aug 11 21:59:15.923 INFO O| Aug 11 21:59:15.923 INFO O| Finalize: Updating package cache ... Done
49122026-08-11T21:59:17.287Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49132026-08-11T21:59:17.443Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 14 (pkg_install) COMPLETE
49142026-08-11T21:59:17.443Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49152026-08-11T21:59:17.443Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "mbist" is not enabled
49162026-08-11T21:59:17.443Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49172026-08-11T21:59:17.447Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "mfg" is not enabled
49182026-08-11T21:59:17.447Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49192026-08-11T21:59:17.447Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "compliance" is not enabled
49202026-08-11T21:59:17.448Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49212026-08-11T21:59:17.448Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "stress" is not enabled
49222026-08-11T21:59:17.448Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49232026-08-11T21:59:17.448Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "compliance" is not enabled
49242026-08-11T21:59:17.448Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49252026-08-11T21:59:17.448Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "nfs" is not enabled
49262026-08-11T21:59:17.448Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49272026-08-11T21:59:17.448Z[ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49282026-08-11T21:59:17.578Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49292026-08-11T21:59:17.651Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49302026-08-11T21:59:17.730Z[ recovery-image] Aug 11 21:59:16.494 INFO O| Aug 11 21:59:16.494 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49312026-08-11T21:59:17.848Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49322026-08-11T21:59:17.857Z[ recovery-image] Aug 11 21:59:16.622 INFO O| Aug 11 21:59:16.621 INFO completed processing sled/ramdisk-01-os
49332026-08-11T21:59:17.861Z[ recovery-image] Aug 11 21:59:16.624 INFO image builder template: ramdisk-02-trim...
49342026-08-11T21:59:17.861Z[ recovery-image] Aug 11 21:59:16.624 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/.tmpGtRjcD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49352026-08-11T21:59:17.884Z[ recovery-image] Aug 11 21:59:16.644 INFO O| Aug 11 21:59:16.644 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49362026-08-11T21:59:17.900Z[ recovery-image] Aug 11 21:59:16.647 INFO O| Aug 11 21:59:16.647 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49372026-08-11T21:59:17.909Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49382026-08-11T21:59:17.963Z[ recovery-image] Aug 11 21:59:16.728 INFO O| Aug 11 21:59:16.728 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49392026-08-11T21:59:18.009Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49402026-08-11T21:59:18.053Z[ recovery-image] Aug 11 21:59:16.818 INFO O| Aug 11 21:59:16.818 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49412026-08-11T21:59:18.053Z[ recovery-image] Aug 11 21:59:16.818 INFO O| Aug 11 21:59:16.818 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49422026-08-11T21:59:18.058Z[ recovery-image] Aug 11 21:59:16.823 INFO O| Aug 11 21:59:16.823 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49432026-08-11T21:59:18.062Z[ recovery-image] Aug 11 21:59:16.827 INFO O| Aug 11 21:59:16.827 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49442026-08-11T21:59:18.067Z[ recovery-image] Aug 11 21:59:16.832 INFO O| Aug 11 21:59:16.832 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49452026-08-11T21:59:18.148Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49462026-08-11T21:59:18.178Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49472026-08-11T21:59:18.584Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49482026-08-11T21:59:18.827Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49492026-08-11T21:59:18.884Z[ recovery-image] Aug 11 21:59:17.649 INFO O| Aug 11 21:59:17.649 INFO rolled back to input snapshot; work may begin
49502026-08-11T21:59:18.884Z[ recovery-image] Aug 11 21:59:17.649 INFO O| Aug 11 21:59:17.649 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49512026-08-11T21:59:18.890Z[ recovery-image] Aug 11 21:59:17.654 INFO O| Aug 11 21:59:17.654 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49522026-08-11T21:59:18.904Z[ recovery-image] Aug 11 21:59:17.665 INFO O| Aug 11 21:59:17.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49532026-08-11T21:59:18.939Z[ recovery-image] Aug 11 21:59:17.703 INFO O| Aug 11 21:59:17.703 INFO STEP 0 (remove_files) COMPLETE
49542026-08-11T21:59:18.939Z[ recovery-image] Aug 11 21:59:17.703 INFO O| Aug 11 21:59:17.703 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49552026-08-11T21:59:18.951Z[ recovery-image] Aug 11 21:59:17.714 INFO O| Aug 11 21:59:17.714 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49562026-08-11T21:59:18.954Z[ recovery-image] Aug 11 21:59:17.715 INFO O| Aug 11 21:59:17.715 INFO STEP 1 (remove_files) COMPLETE
49572026-08-11T21:59:18.954Z[ recovery-image] Aug 11 21:59:17.715 INFO O| Aug 11 21:59:17.715 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49582026-08-11T21:59:18.960Z[ recovery-image] Aug 11 21:59:17.725 INFO O| Aug 11 21:59:17.724 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49592026-08-11T21:59:18.982Z[ recovery-image] Aug 11 21:59:17.747 INFO O| Aug 11 21:59:17.739 INFO STEP 2 (remove_files) COMPLETE
49602026-08-11T21:59:18.983Z[ recovery-image] Aug 11 21:59:17.747 INFO O| Aug 11 21:59:17.739 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49612026-08-11T21:59:18.988Z[ recovery-image] Aug 11 21:59:17.749 INFO O| Aug 11 21:59:17.748 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49622026-08-11T21:59:18.988Z[ recovery-image] Aug 11 21:59:17.750 INFO O| Aug 11 21:59:17.750 INFO STEP 3 (remove_files) COMPLETE
49632026-08-11T21:59:18.988Z[ recovery-image] Aug 11 21:59:17.750 INFO O| Aug 11 21:59:17.750 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49642026-08-11T21:59:18.994Z[ recovery-image] Aug 11 21:59:17.759 INFO O| Aug 11 21:59:17.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49652026-08-11T21:59:19.000Z[ recovery-image] Aug 11 21:59:17.764 INFO O| Aug 11 21:59:17.763 INFO STEP 4 (remove_files) COMPLETE
49662026-08-11T21:59:19.000Z[ recovery-image] Aug 11 21:59:17.764 INFO O| Aug 11 21:59:17.763 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49672026-08-11T21:59:19.008Z[ recovery-image] Aug 11 21:59:17.773 INFO O| Aug 11 21:59:17.773 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49682026-08-11T21:59:19.008Z[ recovery-image] Aug 11 21:59:17.773 INFO O| Aug 11 21:59:17.773 INFO STEP 5 (remove_files) COMPLETE
49692026-08-11T21:59:19.008Z[ recovery-image] Aug 11 21:59:17.773 INFO O| Aug 11 21:59:17.773 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49702026-08-11T21:59:19.019Z[ recovery-image] Aug 11 21:59:17.784 INFO O| Aug 11 21:59:17.783 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49712026-08-11T21:59:19.031Z[ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 6 (remove_files) COMPLETE
49722026-08-11T21:59:19.031Z[ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49732026-08-11T21:59:19.031Z[ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO skip step because feature "heliosv2" is not enabled
49742026-08-11T21:59:19.035Z[ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49752026-08-11T21:59:19.035Z[ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO skip step because feature "recovery" is enabled
49762026-08-11T21:59:19.035Z[ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49772026-08-11T21:59:19.035Z[ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO skip step because feature "recovery" is enabled
49782026-08-11T21:59:19.035Z[ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49792026-08-11T21:59:19.035Z[ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO skip step because feature "recovery" is enabled
49802026-08-11T21:59:19.035Z[ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-11T21:59:19.123Z[ recovery-image] Aug 11 21:59:17.805 INFO O| Aug 11 21:59:17.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49822026-08-11T21:59:19.123Z[ recovery-image] Aug 11 21:59:17.808 INFO O| Aug 11 21:59:17.807 INFO STEP 11 (remove_files) COMPLETE
49832026-08-11T21:59:19.123Z[ recovery-image] Aug 11 21:59:17.808 INFO O| Aug 11 21:59:17.807 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49842026-08-11T21:59:19.124Z[ recovery-image] Aug 11 21:59:17.816 INFO O| Aug 11 21:59:17.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49852026-08-11T21:59:19.124Z[ recovery-image] Aug 11 21:59:17.817 INFO O| Aug 11 21:59:17.817 INFO STEP 12 (remove_files) COMPLETE
49862026-08-11T21:59:19.124Z[ recovery-image] Aug 11 21:59:17.817 INFO O| Aug 11 21:59:17.817 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-11T21:59:19.124Z[ recovery-image] Aug 11 21:59:17.827 INFO O| Aug 11 21:59:17.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49882026-08-11T21:59:19.124Z[ recovery-image] Aug 11 21:59:17.828 INFO O| Aug 11 21:59:17.828 INFO STEP 13 (remove_files) COMPLETE
49892026-08-11T21:59:19.124Z[ recovery-image] Aug 11 21:59:17.828 INFO O| Aug 11 21:59:17.828 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-11T21:59:19.124Z[ recovery-image] Aug 11 21:59:17.853 INFO O| Aug 11 21:59:17.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49912026-08-11T21:59:19.124Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49922026-08-11T21:59:19.131Z[ recovery-image] Aug 11 21:59:17.886 INFO O| Aug 11 21:59:17.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49932026-08-11T21:59:19.155Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49942026-08-11T21:59:19.221Z[ recovery-image] Aug 11 21:59:17.985 INFO O| Aug 11 21:59:17.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49952026-08-11T21:59:19.221Z[ recovery-image] Aug 11 21:59:17.986 INFO O| Aug 11 21:59:17.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49962026-08-11T21:59:19.229Z[ recovery-image] Aug 11 21:59:17.994 INFO O| Aug 11 21:59:17.994 INFO STEP 14 (remove_files) COMPLETE
49972026-08-11T21:59:19.229Z[ recovery-image] Aug 11 21:59:17.994 INFO O| Aug 11 21:59:17.994 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-08-11T21:59:19.233Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49992026-08-11T21:59:19.239Z[ recovery-image] Aug 11 21:59:18.004 INFO O| Aug 11 21:59:18.004 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50002026-08-11T21:59:19.247Z[ recovery-image] Aug 11 21:59:18.006 INFO O| Aug 11 21:59:18.005 INFO STEP 15 (remove_files) COMPLETE
50012026-08-11T21:59:19.247Z[ recovery-image] Aug 11 21:59:18.006 INFO O| Aug 11 21:59:18.006 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-08-11T21:59:19.251Z[ recovery-image] Aug 11 21:59:18.014 INFO O| Aug 11 21:59:18.014 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50032026-08-11T21:59:19.256Z[ recovery-image] Aug 11 21:59:18.021 INFO O| Aug 11 21:59:18.021 INFO STEP 16 (remove_files) COMPLETE
50042026-08-11T21:59:19.256Z[ recovery-image] Aug 11 21:59:18.021 INFO O| Aug 11 21:59:18.021 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-11T21:59:19.265Z[ recovery-image] Aug 11 21:59:18.030 INFO O| Aug 11 21:59:18.030 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50062026-08-11T21:59:19.269Z[ recovery-image] Aug 11 21:59:18.031 INFO O| Aug 11 21:59:18.031 INFO STEP 17 (remove_files) COMPLETE
50072026-08-11T21:59:19.269Z[ recovery-image] Aug 11 21:59:18.031 INFO O| Aug 11 21:59:18.031 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-11T21:59:19.274Z[ recovery-image] Aug 11 21:59:18.039 INFO O| Aug 11 21:59:18.039 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50092026-08-11T21:59:19.278Z[ recovery-image] Aug 11 21:59:18.040 INFO O| Aug 11 21:59:18.040 INFO STEP 18 (remove_files) COMPLETE
50102026-08-11T21:59:19.278Z[ recovery-image] Aug 11 21:59:18.040 INFO O| Aug 11 21:59:18.040 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-08-11T21:59:19.288Z[ recovery-image] Aug 11 21:59:18.049 INFO O| Aug 11 21:59:18.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50122026-08-11T21:59:19.288Z[ recovery-image] Aug 11 21:59:18.049 INFO O| Aug 11 21:59:18.049 INFO STEP 19 (remove_files) COMPLETE
50132026-08-11T21:59:19.288Z[ recovery-image] Aug 11 21:59:18.049 INFO O| Aug 11 21:59:18.049 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-08-11T21:59:19.293Z[ recovery-image] Aug 11 21:59:18.058 INFO O| Aug 11 21:59:18.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50152026-08-11T21:59:19.293Z[ recovery-image] Aug 11 21:59:18.058 INFO O| Aug 11 21:59:18.058 INFO STEP 20 (remove_files) COMPLETE
50162026-08-11T21:59:19.293Z[ recovery-image] Aug 11 21:59:18.058 INFO O| Aug 11 21:59:18.058 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-08-11T21:59:19.303Z[ recovery-image] Aug 11 21:59:18.068 INFO O| Aug 11 21:59:18.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50182026-08-11T21:59:19.303Z[ recovery-image] Aug 11 21:59:18.068 INFO O| Aug 11 21:59:18.068 INFO STEP 21 (remove_files) COMPLETE
50192026-08-11T21:59:19.303Z[ recovery-image] Aug 11 21:59:18.068 INFO O| Aug 11 21:59:18.068 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-08-11T21:59:19.313Z[ recovery-image] Aug 11 21:59:18.078 INFO O| Aug 11 21:59:18.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50212026-08-11T21:59:19.313Z[ recovery-image] Aug 11 21:59:18.078 INFO O| Aug 11 21:59:18.078 INFO STEP 22 (remove_files) COMPLETE
50222026-08-11T21:59:19.313Z[ recovery-image] Aug 11 21:59:18.078 INFO O| Aug 11 21:59:18.078 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-11T21:59:19.321Z[ recovery-image] Aug 11 21:59:18.086 INFO O| Aug 11 21:59:18.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50242026-08-11T21:59:19.321Z[ recovery-image] Aug 11 21:59:18.086 INFO O| Aug 11 21:59:18.086 INFO STEP 23 (remove_files) COMPLETE
50252026-08-11T21:59:19.325Z[ recovery-image] Aug 11 21:59:18.086 INFO O| Aug 11 21:59:18.086 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-11T21:59:19.330Z[ recovery-image] Aug 11 21:59:18.095 INFO O| Aug 11 21:59:18.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50272026-08-11T21:59:19.330Z[ recovery-image] Aug 11 21:59:18.095 INFO O| Aug 11 21:59:18.095 INFO STEP 24 (remove_files) COMPLETE
50282026-08-11T21:59:19.333Z[ recovery-image] Aug 11 21:59:18.095 INFO O| Aug 11 21:59:18.095 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-11T21:59:19.338Z[ recovery-image] Aug 11 21:59:18.103 INFO O| Aug 11 21:59:18.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50302026-08-11T21:59:19.338Z[ recovery-image] Aug 11 21:59:18.103 INFO O| Aug 11 21:59:18.103 INFO STEP 25 (remove_files) COMPLETE
50312026-08-11T21:59:19.338Z[ recovery-image] Aug 11 21:59:18.103 INFO O| Aug 11 21:59:18.103 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-11T21:59:19.347Z[ recovery-image] Aug 11 21:59:18.112 INFO O| Aug 11 21:59:18.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50332026-08-11T21:59:19.347Z[ recovery-image] Aug 11 21:59:18.112 INFO O| Aug 11 21:59:18.112 INFO STEP 26 (remove_files) COMPLETE
50342026-08-11T21:59:19.347Z[ recovery-image] Aug 11 21:59:18.112 INFO O| Aug 11 21:59:18.112 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-11T21:59:19.357Z[ recovery-image] Aug 11 21:59:18.122 INFO O| Aug 11 21:59:18.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50362026-08-11T21:59:19.357Z[ recovery-image] Aug 11 21:59:18.122 INFO O| Aug 11 21:59:18.122 INFO STEP 27 (remove_files) COMPLETE
50372026-08-11T21:59:19.361Z[ recovery-image] Aug 11 21:59:18.122 INFO O| Aug 11 21:59:18.122 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-11T21:59:19.367Z[ recovery-image] Aug 11 21:59:18.132 INFO O| Aug 11 21:59:18.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50392026-08-11T21:59:19.367Z[ recovery-image] Aug 11 21:59:18.132 INFO O| Aug 11 21:59:18.132 INFO STEP 28 (remove_files) COMPLETE
50402026-08-11T21:59:19.370Z[ recovery-image] Aug 11 21:59:18.132 INFO O| Aug 11 21:59:18.132 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-11T21:59:19.376Z[ recovery-image] Aug 11 21:59:18.141 INFO O| Aug 11 21:59:18.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50422026-08-11T21:59:19.376Z[ recovery-image] Aug 11 21:59:18.141 INFO O| Aug 11 21:59:18.141 INFO STEP 29 (remove_files) COMPLETE
50432026-08-11T21:59:19.386Z[ recovery-image] Aug 11 21:59:18.141 INFO O| Aug 11 21:59:18.141 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-11T21:59:19.390Z[ recovery-image] Aug 11 21:59:18.148 INFO O| Aug 11 21:59:18.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50452026-08-11T21:59:19.391Z[ recovery-image] Aug 11 21:59:18.148 INFO O| Aug 11 21:59:18.148 INFO STEP 30 (remove_files) COMPLETE
50462026-08-11T21:59:19.391Z[ recovery-image] Aug 11 21:59:18.148 INFO O| Aug 11 21:59:18.148 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-11T21:59:19.395Z[ recovery-image] Aug 11 21:59:18.159 INFO O| Aug 11 21:59:18.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50482026-08-11T21:59:19.395Z[ recovery-image] Aug 11 21:59:18.159 INFO O| Aug 11 21:59:18.159 INFO STEP 31 (remove_files) COMPLETE
50492026-08-11T21:59:19.395Z[ recovery-image] Aug 11 21:59:18.159 INFO O| Aug 11 21:59:18.159 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-11T21:59:19.404Z[ recovery-image] Aug 11 21:59:18.169 INFO O| Aug 11 21:59:18.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50512026-08-11T21:59:19.404Z[ recovery-image] Aug 11 21:59:18.169 INFO O| Aug 11 21:59:18.169 INFO STEP 32 (remove_files) COMPLETE
50522026-08-11T21:59:19.404Z[ recovery-image] Aug 11 21:59:18.169 INFO O| Aug 11 21:59:18.169 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-11T21:59:19.413Z[ recovery-image] Aug 11 21:59:18.178 INFO O| Aug 11 21:59:18.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50542026-08-11T21:59:19.413Z[ recovery-image] Aug 11 21:59:18.178 INFO O| Aug 11 21:59:18.178 INFO STEP 33 (remove_files) COMPLETE
50552026-08-11T21:59:19.413Z[ recovery-image] Aug 11 21:59:18.178 INFO O| Aug 11 21:59:18.178 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-11T21:59:19.422Z[ recovery-image] Aug 11 21:59:18.187 INFO O| Aug 11 21:59:18.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50572026-08-11T21:59:19.423Z[ recovery-image] Aug 11 21:59:18.188 INFO O| Aug 11 21:59:18.188 INFO STEP 34 (remove_files) COMPLETE
50582026-08-11T21:59:19.428Z[ recovery-image] Aug 11 21:59:18.188 INFO O| Aug 11 21:59:18.188 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-11T21:59:19.434Z[ recovery-image] Aug 11 21:59:18.197 INFO O| Aug 11 21:59:18.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50602026-08-11T21:59:19.434Z[ recovery-image] Aug 11 21:59:18.197 INFO O| Aug 11 21:59:18.197 INFO STEP 35 (remove_files) COMPLETE
50612026-08-11T21:59:19.438Z[ recovery-image] Aug 11 21:59:18.197 INFO O| Aug 11 21:59:18.197 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-11T21:59:19.441Z[ recovery-image] Aug 11 21:59:18.206 INFO O| Aug 11 21:59:18.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50632026-08-11T21:59:19.441Z[ recovery-image] Aug 11 21:59:18.206 INFO O| Aug 11 21:59:18.206 INFO STEP 36 (remove_files) COMPLETE
50642026-08-11T21:59:19.441Z[ recovery-image] Aug 11 21:59:18.206 INFO O| Aug 11 21:59:18.206 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-11T21:59:19.451Z[ recovery-image] Aug 11 21:59:18.215 INFO O| Aug 11 21:59:18.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50662026-08-11T21:59:19.451Z[ recovery-image] Aug 11 21:59:18.215 INFO O| Aug 11 21:59:18.215 INFO STEP 37 (remove_files) COMPLETE
50672026-08-11T21:59:19.451Z[ recovery-image] Aug 11 21:59:18.215 INFO O| Aug 11 21:59:18.215 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-11T21:59:19.459Z[ recovery-image] Aug 11 21:59:18.224 INFO O| Aug 11 21:59:18.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50692026-08-11T21:59:19.459Z[ recovery-image] Aug 11 21:59:18.224 INFO O| Aug 11 21:59:18.224 INFO STEP 38 (remove_files) COMPLETE
50702026-08-11T21:59:19.462Z[ recovery-image] Aug 11 21:59:18.224 INFO O| Aug 11 21:59:18.224 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-11T21:59:19.468Z[ recovery-image] Aug 11 21:59:18.233 INFO O| Aug 11 21:59:18.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50722026-08-11T21:59:19.468Z[ recovery-image] Aug 11 21:59:18.233 INFO O| Aug 11 21:59:18.233 INFO STEP 39 (remove_files) COMPLETE
50732026-08-11T21:59:19.469Z[ recovery-image] Aug 11 21:59:18.233 INFO O| Aug 11 21:59:18.233 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-11T21:59:19.478Z[ recovery-image] Aug 11 21:59:18.243 INFO O| Aug 11 21:59:18.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50752026-08-11T21:59:19.478Z[ recovery-image] Aug 11 21:59:18.243 INFO O| Aug 11 21:59:18.243 INFO STEP 40 (remove_files) COMPLETE
50762026-08-11T21:59:19.483Z[ recovery-image] Aug 11 21:59:18.243 INFO O| Aug 11 21:59:18.243 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-11T21:59:19.488Z[ recovery-image] Aug 11 21:59:18.253 INFO O| Aug 11 21:59:18.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50782026-08-11T21:59:19.488Z[ recovery-image] Aug 11 21:59:18.253 INFO O| Aug 11 21:59:18.253 INFO STEP 41 (remove_files) COMPLETE
50792026-08-11T21:59:19.492Z[ recovery-image] Aug 11 21:59:18.253 INFO O| Aug 11 21:59:18.253 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-11T21:59:19.498Z[ recovery-image] Aug 11 21:59:18.262 INFO O| Aug 11 21:59:18.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50812026-08-11T21:59:19.498Z[ recovery-image] Aug 11 21:59:18.262 INFO O| Aug 11 21:59:18.262 INFO STEP 42 (remove_files) COMPLETE
50822026-08-11T21:59:19.504Z[ recovery-image] Aug 11 21:59:18.262 INFO O| Aug 11 21:59:18.262 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-11T21:59:19.512Z[ recovery-image] Aug 11 21:59:18.270 INFO O| Aug 11 21:59:18.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50842026-08-11T21:59:19.512Z[ recovery-image] Aug 11 21:59:18.270 INFO O| Aug 11 21:59:18.270 INFO STEP 43 (remove_files) COMPLETE
50852026-08-11T21:59:19.512Z[ recovery-image] Aug 11 21:59:18.270 INFO O| Aug 11 21:59:18.270 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-11T21:59:19.519Z[ recovery-image] Aug 11 21:59:18.277 INFO O| Aug 11 21:59:18.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50872026-08-11T21:59:19.519Z[ recovery-image] Aug 11 21:59:18.277 INFO O| Aug 11 21:59:18.277 INFO STEP 44 (remove_files) COMPLETE
50882026-08-11T21:59:19.519Z[ recovery-image] Aug 11 21:59:18.277 INFO O| Aug 11 21:59:18.277 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-11T21:59:19.523Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50902026-08-11T21:59:19.523Z[ recovery-image] Aug 11 21:59:18.288 INFO O| Aug 11 21:59:18.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50912026-08-11T21:59:19.523Z[ recovery-image] Aug 11 21:59:18.288 INFO O| Aug 11 21:59:18.288 INFO STEP 45 (remove_files) COMPLETE
50922026-08-11T21:59:19.527Z[ recovery-image] Aug 11 21:59:18.288 INFO O| Aug 11 21:59:18.288 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-11T21:59:19.531Z[ recovery-image] Aug 11 21:59:18.297 INFO O| Aug 11 21:59:18.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50942026-08-11T21:59:19.532Z[ recovery-image] Aug 11 21:59:18.297 INFO O| Aug 11 21:59:18.297 INFO STEP 46 (remove_files) COMPLETE
50952026-08-11T21:59:19.535Z[ recovery-image] Aug 11 21:59:18.297 INFO O| Aug 11 21:59:18.297 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-11T21:59:19.541Z[ recovery-image] Aug 11 21:59:18.306 INFO O| Aug 11 21:59:18.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50972026-08-11T21:59:19.541Z[ recovery-image] Aug 11 21:59:18.306 INFO O| Aug 11 21:59:18.306 INFO STEP 47 (remove_files) COMPLETE
50982026-08-11T21:59:19.545Z[ recovery-image] Aug 11 21:59:18.306 INFO O| Aug 11 21:59:18.306 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-11T21:59:19.550Z[ recovery-image] Aug 11 21:59:18.315 INFO O| Aug 11 21:59:18.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51002026-08-11T21:59:19.556Z[ recovery-image] Aug 11 21:59:18.315 INFO O| Aug 11 21:59:18.315 INFO STEP 48 (remove_files) COMPLETE
51012026-08-11T21:59:19.556Z[ recovery-image] Aug 11 21:59:18.315 INFO O| Aug 11 21:59:18.315 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-11T21:59:19.556Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
51032026-08-11T21:59:19.561Z[ recovery-image] Aug 11 21:59:18.325 INFO O| Aug 11 21:59:18.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51042026-08-11T21:59:19.561Z[ recovery-image] Aug 11 21:59:18.325 INFO O| Aug 11 21:59:18.325 INFO STEP 49 (remove_files) COMPLETE
51052026-08-11T21:59:19.565Z[ recovery-image] Aug 11 21:59:18.325 INFO O| Aug 11 21:59:18.325 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-11T21:59:19.570Z[ recovery-image] Aug 11 21:59:18.334 INFO O| Aug 11 21:59:18.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51072026-08-11T21:59:19.570Z[ recovery-image] Aug 11 21:59:18.334 INFO O| Aug 11 21:59:18.334 INFO STEP 50 (remove_files) COMPLETE
51082026-08-11T21:59:19.574Z[ recovery-image] Aug 11 21:59:18.334 INFO O| Aug 11 21:59:18.334 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-11T21:59:19.581Z[ recovery-image] Aug 11 21:59:18.342 INFO O| Aug 11 21:59:18.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51102026-08-11T21:59:19.581Z[ recovery-image] Aug 11 21:59:18.342 INFO O| Aug 11 21:59:18.342 INFO STEP 51 (remove_files) COMPLETE
51112026-08-11T21:59:19.581Z[ recovery-image] Aug 11 21:59:18.342 INFO O| Aug 11 21:59:18.342 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-11T21:59:19.587Z[ recovery-image] Aug 11 21:59:18.350 INFO O| Aug 11 21:59:18.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51132026-08-11T21:59:19.587Z[ recovery-image] Aug 11 21:59:18.350 INFO O| Aug 11 21:59:18.350 INFO STEP 52 (remove_files) COMPLETE
51142026-08-11T21:59:19.588Z[ recovery-image] Aug 11 21:59:18.351 INFO O| Aug 11 21:59:18.350 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-11T21:59:19.597Z[ recovery-image] Aug 11 21:59:18.362 INFO O| Aug 11 21:59:18.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51162026-08-11T21:59:19.597Z[ recovery-image] Aug 11 21:59:18.362 INFO O| Aug 11 21:59:18.362 INFO STEP 53 (remove_files) COMPLETE
51172026-08-11T21:59:19.597Z[ recovery-image] Aug 11 21:59:18.362 INFO O| Aug 11 21:59:18.362 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-11T21:59:19.605Z[ recovery-image] Aug 11 21:59:18.370 INFO O| Aug 11 21:59:18.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51192026-08-11T21:59:19.605Z[ recovery-image] Aug 11 21:59:18.370 INFO O| Aug 11 21:59:18.370 INFO STEP 54 (remove_files) COMPLETE
51202026-08-11T21:59:19.609Z[ recovery-image] Aug 11 21:59:18.370 INFO O| Aug 11 21:59:18.370 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-11T21:59:19.613Z[ recovery-image] Aug 11 21:59:18.378 INFO O| Aug 11 21:59:18.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51222026-08-11T21:59:19.614Z[ recovery-image] Aug 11 21:59:18.378 INFO O| Aug 11 21:59:18.378 INFO STEP 55 (remove_files) COMPLETE
51232026-08-11T21:59:19.617Z[ recovery-image] Aug 11 21:59:18.378 INFO O| Aug 11 21:59:18.378 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-11T21:59:19.621Z[ recovery-image] Aug 11 21:59:18.386 INFO O| Aug 11 21:59:18.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51252026-08-11T21:59:19.621Z[ recovery-image] Aug 11 21:59:18.386 INFO O| Aug 11 21:59:18.386 INFO STEP 56 (remove_files) COMPLETE
51262026-08-11T21:59:19.621Z[ recovery-image] Aug 11 21:59:18.386 INFO O| Aug 11 21:59:18.386 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-11T21:59:19.628Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51282026-08-11T21:59:19.631Z[ recovery-image] Aug 11 21:59:18.394 INFO O| Aug 11 21:59:18.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51292026-08-11T21:59:19.631Z[ recovery-image] Aug 11 21:59:18.394 INFO O| Aug 11 21:59:18.394 INFO STEP 57 (remove_files) COMPLETE
51302026-08-11T21:59:19.631Z[ recovery-image] Aug 11 21:59:18.394 INFO O| Aug 11 21:59:18.394 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-11T21:59:19.637Z[ recovery-image] Aug 11 21:59:18.402 INFO O| Aug 11 21:59:18.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51322026-08-11T21:59:19.638Z[ recovery-image] Aug 11 21:59:18.402 INFO O| Aug 11 21:59:18.402 INFO STEP 58 (remove_files) COMPLETE
51332026-08-11T21:59:19.638Z[ recovery-image] Aug 11 21:59:18.402 INFO O| Aug 11 21:59:18.402 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-11T21:59:19.647Z[ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51352026-08-11T21:59:19.647Z[ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51362026-08-11T21:59:19.647Z[ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51372026-08-11T21:59:19.647Z[ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51382026-08-11T21:59:19.652Z[ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51392026-08-11T21:59:19.652Z[ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51402026-08-11T21:59:19.653Z[ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO ok!
51412026-08-11T21:59:19.653Z[ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO STEP 59 (ensure_file) COMPLETE
51422026-08-11T21:59:19.653Z[ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-11T21:59:19.656Z[ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51442026-08-11T21:59:19.657Z[ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51452026-08-11T21:59:19.657Z[ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51462026-08-11T21:59:19.657Z[ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51472026-08-11T21:59:19.657Z[ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51482026-08-11T21:59:19.657Z[ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51492026-08-11T21:59:19.657Z[ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO ok!
51502026-08-11T21:59:19.657Z[ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO STEP 60 (ensure_file) COMPLETE
51512026-08-11T21:59:19.657Z[ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-11T21:59:19.664Z[ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51532026-08-11T21:59:19.664Z[ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51542026-08-11T21:59:19.665Z[ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51552026-08-11T21:59:19.668Z[ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO ok!
51562026-08-11T21:59:19.668Z[ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO STEP 61 (ensure_file) COMPLETE
51572026-08-11T21:59:19.668Z[ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-11T21:59:19.677Z[ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51592026-08-11T21:59:19.677Z[ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51602026-08-11T21:59:19.683Z[ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51612026-08-11T21:59:19.683Z[ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 INFO ok!
51622026-08-11T21:59:19.683Z[ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 INFO STEP 62 (ensure_file) COMPLETE
51632026-08-11T21:59:19.683Z[ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-11T21:59:19.693Z[ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51652026-08-11T21:59:19.693Z[ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51662026-08-11T21:59:19.693Z[ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51672026-08-11T21:59:19.693Z[ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51682026-08-11T21:59:19.693Z[ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO ok!
51692026-08-11T21:59:19.693Z[ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO STEP 63 (ensure_file) COMPLETE
51702026-08-11T21:59:19.693Z[ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-11T21:59:19.698Z[ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51722026-08-11T21:59:19.698Z[ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51732026-08-11T21:59:19.698Z[ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51742026-08-11T21:59:19.698Z[ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51752026-08-11T21:59:19.698Z[ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO ok!
51762026-08-11T21:59:19.698Z[ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO STEP 64 (ensure_file) COMPLETE
51772026-08-11T21:59:19.698Z[ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-11T21:59:19.702Z[ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51792026-08-11T21:59:19.702Z[ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51802026-08-11T21:59:19.702Z[ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51812026-08-11T21:59:19.703Z[ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO ok!
51822026-08-11T21:59:19.706Z[ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO STEP 65 (assemble_files) COMPLETE
51832026-08-11T21:59:19.706Z[ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51852026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51862026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51872026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51882026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO ok!
51892026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO STEP 66 (ensure_file) COMPLETE
51902026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO skip step because feature "omicron1" is not enabled
51922026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO skip step because feature "omicron1" is not enabled
51942026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO skip step because feature "omicron1" is not enabled
51962026-08-11T21:59:19.713Z[ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-11T21:59:19.725Z[ recovery-image] Aug 11 21:59:18.489 INFO O| Aug 11 21:59:18.489 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51982026-08-11T21:59:19.726Z[ recovery-image] Aug 11 21:59:18.489 INFO O| Aug 11 21:59:18.489 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51992026-08-11T21:59:20.254Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52002026-08-11T21:59:20.560Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52012026-08-11T21:59:21.038Z[ recovery-image] Aug 11 21:59:19.801 INFO O| Aug 11 21:59:19.801 INFO STEP 70 (pack_tar) COMPLETE
52022026-08-11T21:59:21.038Z[ recovery-image] Aug 11 21:59:19.801 INFO O| Aug 11 21:59:19.801 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52032026-08-11T21:59:21.087Z[ recovery-image] Aug 11 21:59:19.801 INFO O| Aug 11 21:59:19.801 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52042026-08-11T21:59:21.272Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52052026-08-11T21:59:21.665Z[ recovery-image] Aug 11 21:59:20.405 INFO O| Aug 11 21:59:20.405 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52062026-08-11T21:59:21.709Z[ recovery-image] Aug 11 21:59:20.472 INFO O| Aug 11 21:59:20.472 INFO completed processing sled/ramdisk-02-trim
52072026-08-11T21:59:21.757Z[ recovery-image] Aug 11 21:59:20.474 INFO image builder template: ramdisk-03-recovery-trim...
52082026-08-11T21:59:21.757Z[ recovery-image] Aug 11 21:59:20.474 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/.tmpGtRjcD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52092026-08-11T21:59:21.757Z[ recovery-image] Aug 11 21:59:20.479 INFO O| Aug 11 21:59:20.479 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52102026-08-11T21:59:21.801Z[ recovery-image] Aug 11 21:59:20.555 INFO O| Aug 11 21:59:20.555 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52112026-08-11T21:59:21.812Z[ recovery-image] Aug 11 21:59:20.559 INFO O| Aug 11 21:59:20.559 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52122026-08-11T21:59:21.858Z[ recovery-image] Aug 11 21:59:20.622 INFO O| Aug 11 21:59:20.622 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52132026-08-11T21:59:21.915Z[ recovery-image] Aug 11 21:59:20.670 INFO O| Aug 11 21:59:20.670 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52142026-08-11T21:59:21.915Z[ recovery-image] Aug 11 21:59:20.670 INFO O| Aug 11 21:59:20.670 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52152026-08-11T21:59:21.957Z[ recovery-image] Aug 11 21:59:20.677 INFO O| Aug 11 21:59:20.677 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52162026-08-11T21:59:21.957Z[ recovery-image] Aug 11 21:59:20.681 INFO O| Aug 11 21:59:20.680 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52172026-08-11T21:59:21.962Z[ recovery-image] Aug 11 21:59:20.685 INFO O| Aug 11 21:59:20.685 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52182026-08-11T21:59:22.240Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52192026-08-11T21:59:22.489Z[ recovery-image] Aug 11 21:59:21.109 INFO O| Aug 11 21:59:21.109 INFO rolled back to input snapshot; work may begin
52202026-08-11T21:59:22.489Z[ recovery-image] Aug 11 21:59:21.109 INFO O| Aug 11 21:59:21.109 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52212026-08-11T21:59:22.509Z[ recovery-image] Aug 11 21:59:21.114 INFO O| Aug 11 21:59:21.114 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-08-11T21:59:22.509Z[ recovery-image] Aug 11 21:59:21.122 INFO O| Aug 11 21:59:21.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52232026-08-11T21:59:22.509Z[ recovery-image] Aug 11 21:59:21.125 INFO O| Aug 11 21:59:21.124 INFO STEP 0 (remove_files) COMPLETE
52242026-08-11T21:59:22.509Z[ recovery-image] Aug 11 21:59:21.125 INFO O| Aug 11 21:59:21.124 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-08-11T21:59:22.509Z[ recovery-image] Aug 11 21:59:21.136 INFO O| Aug 11 21:59:21.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52262026-08-11T21:59:22.509Z[ recovery-image] Aug 11 21:59:21.137 INFO O| Aug 11 21:59:21.137 INFO STEP 1 (remove_files) COMPLETE
52272026-08-11T21:59:22.509Z[ recovery-image] Aug 11 21:59:21.137 INFO O| Aug 11 21:59:21.137 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-08-11T21:59:22.510Z[ recovery-image] Aug 11 21:59:21.148 INFO O| Aug 11 21:59:21.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52292026-08-11T21:59:22.510Z[ recovery-image] Aug 11 21:59:21.152 INFO O| Aug 11 21:59:21.152 INFO STEP 2 (remove_files) COMPLETE
52302026-08-11T21:59:22.510Z[ recovery-image] Aug 11 21:59:21.152 INFO O| Aug 11 21:59:21.152 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-08-11T21:59:22.510Z[ recovery-image] Aug 11 21:59:21.163 INFO O| Aug 11 21:59:21.163 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52322026-08-11T21:59:22.510Z[ recovery-image] Aug 11 21:59:21.218 INFO O| Aug 11 21:59:21.217 INFO STEP 3 (remove_files) COMPLETE
52332026-08-11T21:59:22.510Z[ recovery-image] Aug 11 21:59:21.218 INFO O| Aug 11 21:59:21.217 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-08-11T21:59:22.510Z[ recovery-image] Aug 11 21:59:21.228 INFO O| Aug 11 21:59:21.228 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52352026-08-11T21:59:22.510Z[ recovery-image] Aug 11 21:59:21.233 INFO O| Aug 11 21:59:21.233 INFO STEP 4 (remove_files) COMPLETE
52362026-08-11T21:59:22.510Z[ recovery-image] Aug 11 21:59:21.233 INFO O| Aug 11 21:59:21.233 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-08-11T21:59:22.510Z[ recovery-image] Aug 11 21:59:21.243 INFO O| Aug 11 21:59:21.243 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52382026-08-11T21:59:22.535Z[ recovery-image] Aug 11 21:59:21.279 INFO O| Aug 11 21:59:21.279 INFO STEP 5 (remove_files) COMPLETE
52392026-08-11T21:59:22.535Z[ recovery-image] Aug 11 21:59:21.279 INFO O| Aug 11 21:59:21.279 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-08-11T21:59:22.549Z[ recovery-image] Aug 11 21:59:21.289 INFO O| Aug 11 21:59:21.289 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52412026-08-11T21:59:22.549Z[ recovery-image] Aug 11 21:59:21.298 INFO O| Aug 11 21:59:21.298 INFO STEP 6 (remove_files) COMPLETE
52422026-08-11T21:59:22.549Z[ recovery-image] Aug 11 21:59:21.299 INFO O| Aug 11 21:59:21.298 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-08-11T21:59:22.555Z[ recovery-image] Aug 11 21:59:21.310 INFO O| Aug 11 21:59:21.310 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52442026-08-11T21:59:22.555Z[ recovery-image] Aug 11 21:59:21.312 INFO O| Aug 11 21:59:21.312 INFO STEP 7 (remove_files) COMPLETE
52452026-08-11T21:59:22.555Z[ recovery-image] Aug 11 21:59:21.312 INFO O| Aug 11 21:59:21.312 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-08-11T21:59:22.569Z[ recovery-image] Aug 11 21:59:21.324 INFO O| Aug 11 21:59:21.324 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52472026-08-11T21:59:22.573Z[ recovery-image] Aug 11 21:59:21.326 INFO O| Aug 11 21:59:21.326 INFO STEP 8 (remove_files) COMPLETE
52482026-08-11T21:59:22.573Z[ recovery-image] Aug 11 21:59:21.326 INFO O| Aug 11 21:59:21.326 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-08-11T21:59:22.578Z[ recovery-image] Aug 11 21:59:21.338 INFO O| Aug 11 21:59:21.338 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52502026-08-11T21:59:22.581Z[ recovery-image] Aug 11 21:59:21.343 INFO O| Aug 11 21:59:21.343 INFO STEP 9 (remove_files) COMPLETE
52512026-08-11T21:59:22.581Z[ recovery-image] Aug 11 21:59:21.343 INFO O| Aug 11 21:59:21.343 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-08-11T21:59:22.595Z[ recovery-image] Aug 11 21:59:21.360 INFO O| Aug 11 21:59:21.360 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52532026-08-11T21:59:22.606Z[ recovery-image] Aug 11 21:59:21.365 INFO O| Aug 11 21:59:21.365 INFO STEP 10 (remove_files) COMPLETE
52542026-08-11T21:59:22.606Z[ recovery-image] Aug 11 21:59:21.365 INFO O| Aug 11 21:59:21.365 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-08-11T21:59:22.614Z[ recovery-image] Aug 11 21:59:21.378 INFO O| Aug 11 21:59:21.378 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52562026-08-11T21:59:22.618Z[ recovery-image] Aug 11 21:59:21.382 INFO O| Aug 11 21:59:21.382 INFO STEP 11 (remove_files) COMPLETE
52572026-08-11T21:59:22.618Z[ recovery-image] Aug 11 21:59:21.383 INFO O| Aug 11 21:59:21.382 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-08-11T21:59:22.631Z[ recovery-image] Aug 11 21:59:21.396 INFO O| Aug 11 21:59:21.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52592026-08-11T21:59:22.638Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52602026-08-11T21:59:22.792Z[ recovery-image] Aug 11 21:59:21.533 INFO O| Aug 11 21:59:21.533 INFO STEP 12 (remove_files) COMPLETE
52612026-08-11T21:59:22.793Z[ recovery-image] Aug 11 21:59:21.533 INFO O| Aug 11 21:59:21.533 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-08-11T21:59:22.806Z[ recovery-image] Aug 11 21:59:21.558 INFO O| Aug 11 21:59:21.558 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52632026-08-11T21:59:22.810Z[ recovery-image] Aug 11 21:59:21.565 INFO O| Aug 11 21:59:21.565 INFO STEP 13 (remove_files) COMPLETE
52642026-08-11T21:59:22.810Z[ recovery-image] Aug 11 21:59:21.566 INFO O| Aug 11 21:59:21.565 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-08-11T21:59:22.813Z[ recovery-image] Aug 11 21:59:21.576 INFO O| Aug 11 21:59:21.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52662026-08-11T21:59:22.820Z[ recovery-image] Aug 11 21:59:21.584 INFO O| Aug 11 21:59:21.584 INFO STEP 14 (remove_files) COMPLETE
52672026-08-11T21:59:22.820Z[ recovery-image] Aug 11 21:59:21.584 INFO O| Aug 11 21:59:21.584 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-08-11T21:59:22.826Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52692026-08-11T21:59:22.830Z[ recovery-image] Aug 11 21:59:21.595 INFO O| Aug 11 21:59:21.595 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52702026-08-11T21:59:22.833Z[ recovery-image] Aug 11 21:59:21.595 INFO O| Aug 11 21:59:21.595 INFO STEP 15 (remove_files) COMPLETE
52712026-08-11T21:59:22.833Z[ recovery-image] Aug 11 21:59:21.595 INFO O| Aug 11 21:59:21.595 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-08-11T21:59:22.851Z[ recovery-image] Aug 11 21:59:21.606 INFO O| Aug 11 21:59:21.605 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52732026-08-11T21:59:22.851Z[ recovery-image] Aug 11 21:59:21.606 INFO O| Aug 11 21:59:21.606 INFO STEP 16 (remove_files) COMPLETE
52742026-08-11T21:59:22.860Z[ recovery-image] Aug 11 21:59:21.606 INFO O| Aug 11 21:59:21.606 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-08-11T21:59:22.860Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52762026-08-11T21:59:22.860Z[ recovery-image] Aug 11 21:59:21.618 INFO O| Aug 11 21:59:21.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52772026-08-11T21:59:22.873Z[ recovery-image] Aug 11 21:59:21.627 INFO O| Aug 11 21:59:21.627 INFO STEP 17 (remove_files) COMPLETE
52782026-08-11T21:59:22.874Z[ recovery-image] Aug 11 21:59:21.627 INFO O| Aug 11 21:59:21.627 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-11T21:59:22.877Z[ recovery-image] Aug 11 21:59:21.640 INFO O| Aug 11 21:59:21.640 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52802026-08-11T21:59:22.878Z[ recovery-image] Aug 11 21:59:21.640 INFO O| Aug 11 21:59:21.640 INFO STEP 18 (remove_files) COMPLETE
52812026-08-11T21:59:22.878Z[ recovery-image] Aug 11 21:59:21.640 INFO O| Aug 11 21:59:21.640 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-11T21:59:22.902Z[ recovery-image] Aug 11 21:59:21.659 INFO O| Aug 11 21:59:21.659 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52832026-08-11T21:59:22.902Z[ recovery-image] Aug 11 21:59:21.659 INFO O| Aug 11 21:59:21.659 INFO STEP 19 (remove_files) COMPLETE
52842026-08-11T21:59:22.902Z[ recovery-image] Aug 11 21:59:21.659 INFO O| Aug 11 21:59:21.659 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-11T21:59:22.932Z[ recovery-image] Aug 11 21:59:21.681 INFO O| Aug 11 21:59:21.681 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52862026-08-11T21:59:22.987Z[ recovery-image] Aug 11 21:59:21.738 INFO O| Aug 11 21:59:21.738 INFO STEP 20 (remove_files) COMPLETE
52872026-08-11T21:59:22.987Z[ recovery-image] Aug 11 21:59:21.739 INFO O| Aug 11 21:59:21.739 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-11T21:59:23.016Z[ recovery-image] Aug 11 21:59:21.763 INFO O| Aug 11 21:59:21.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52892026-08-11T21:59:23.026Z[ recovery-image] Aug 11 21:59:21.772 INFO O| Aug 11 21:59:21.772 INFO STEP 21 (remove_files) COMPLETE
52902026-08-11T21:59:23.026Z[ recovery-image] Aug 11 21:59:21.772 INFO O| Aug 11 21:59:21.772 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-11T21:59:23.026Z[ recovery-image] Aug 11 21:59:21.783 INFO O| Aug 11 21:59:21.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52922026-08-11T21:59:23.026Z[ recovery-image] Aug 11 21:59:21.783 INFO O| Aug 11 21:59:21.783 INFO STEP 22 (remove_files) COMPLETE
52932026-08-11T21:59:23.026Z[ recovery-image] Aug 11 21:59:21.783 INFO O| Aug 11 21:59:21.783 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-11T21:59:23.036Z[ recovery-image] Aug 11 21:59:21.794 INFO O| Aug 11 21:59:21.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52952026-08-11T21:59:23.047Z[ recovery-image] Aug 11 21:59:21.796 INFO O| Aug 11 21:59:21.796 INFO STEP 23 (remove_files) COMPLETE
52962026-08-11T21:59:23.047Z[ recovery-image] Aug 11 21:59:21.796 INFO O| Aug 11 21:59:21.796 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-11T21:59:23.067Z[ recovery-image] Aug 11 21:59:21.807 INFO O| Aug 11 21:59:21.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
52982026-08-11T21:59:23.068Z[ recovery-image] Aug 11 21:59:21.807 INFO O| Aug 11 21:59:21.807 INFO STEP 24 (remove_files) COMPLETE
52992026-08-11T21:59:23.068Z[ recovery-image] Aug 11 21:59:21.807 INFO O| Aug 11 21:59:21.807 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-11T21:59:23.092Z[ recovery-image] Aug 11 21:59:21.818 INFO O| Aug 11 21:59:21.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53012026-08-11T21:59:23.092Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53022026-08-11T21:59:23.092Z[ recovery-image] Aug 11 21:59:21.822 INFO O| Aug 11 21:59:21.822 INFO STEP 25 (remove_files) COMPLETE
53032026-08-11T21:59:23.092Z[ recovery-image] Aug 11 21:59:21.822 INFO O| Aug 11 21:59:21.822 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-11T21:59:23.092Z[ recovery-image] Aug 11 21:59:21.832 INFO O| Aug 11 21:59:21.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53052026-08-11T21:59:23.092Z[ recovery-image] Aug 11 21:59:21.834 INFO O| Aug 11 21:59:21.834 INFO STEP 26 (remove_files) COMPLETE
53062026-08-11T21:59:23.093Z[ recovery-image] Aug 11 21:59:21.834 INFO O| Aug 11 21:59:21.834 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-11T21:59:23.118Z[ recovery-image] Aug 11 21:59:21.846 INFO O| Aug 11 21:59:21.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53082026-08-11T21:59:23.118Z[ recovery-image] Aug 11 21:59:21.847 INFO O| Aug 11 21:59:21.847 INFO STEP 27 (remove_files) COMPLETE
53092026-08-11T21:59:23.118Z[ recovery-image] Aug 11 21:59:21.847 INFO O| Aug 11 21:59:21.847 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-11T21:59:23.148Z[ recovery-image] Aug 11 21:59:21.864 INFO O| Aug 11 21:59:21.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53112026-08-11T21:59:23.148Z[ recovery-image] Aug 11 21:59:21.864 INFO O| Aug 11 21:59:21.864 INFO STEP 28 (remove_files) COMPLETE
53122026-08-11T21:59:23.148Z[ recovery-image] Aug 11 21:59:21.864 INFO O| Aug 11 21:59:21.864 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-11T21:59:23.148Z[ recovery-image] Aug 11 21:59:21.875 INFO O| Aug 11 21:59:21.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53142026-08-11T21:59:23.149Z[ recovery-image] Aug 11 21:59:21.875 INFO O| Aug 11 21:59:21.875 INFO STEP 29 (remove_files) COMPLETE
53152026-08-11T21:59:23.149Z[ recovery-image] Aug 11 21:59:21.875 INFO O| Aug 11 21:59:21.875 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.886 INFO O| Aug 11 21:59:21.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53172026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.886 INFO O| Aug 11 21:59:21.886 INFO STEP 30 (remove_files) COMPLETE
53182026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.886 INFO O| Aug 11 21:59:21.886 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.894 INFO O| Aug 11 21:59:21.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53202026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.894 INFO O| Aug 11 21:59:21.894 INFO STEP 31 (remove_files) COMPLETE
53212026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.894 INFO O| Aug 11 21:59:21.894 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.902 INFO O| Aug 11 21:59:21.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53232026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.904 INFO O| Aug 11 21:59:21.904 INFO STEP 32 (remove_files) COMPLETE
53242026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.904 INFO O| Aug 11 21:59:21.904 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.912 INFO O| Aug 11 21:59:21.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53262026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.912 INFO O| Aug 11 21:59:21.912 INFO STEP 33 (remove_files) COMPLETE
53272026-08-11T21:59:23.178Z[ recovery-image] Aug 11 21:59:21.912 INFO O| Aug 11 21:59:21.912 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-11T21:59:23.193Z[ recovery-image] Aug 11 21:59:21.920 INFO O| Aug 11 21:59:21.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53292026-08-11T21:59:23.193Z[ recovery-image] Aug 11 21:59:21.927 INFO O| Aug 11 21:59:21.927 INFO STEP 34 (remove_files) COMPLETE
53302026-08-11T21:59:23.193Z[ recovery-image] Aug 11 21:59:21.927 INFO O| Aug 11 21:59:21.927 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-11T21:59:23.193Z[ recovery-image] Aug 11 21:59:21.944 INFO O| Aug 11 21:59:21.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53322026-08-11T21:59:23.193Z[ recovery-image] Aug 11 21:59:21.944 INFO O| Aug 11 21:59:21.944 INFO STEP 35 (remove_files) COMPLETE
53332026-08-11T21:59:23.193Z[ recovery-image] Aug 11 21:59:21.944 INFO O| Aug 11 21:59:21.944 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-11T21:59:23.202Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
53352026-08-11T21:59:23.202Z[ recovery-image] Aug 11 21:59:21.961 INFO O| Aug 11 21:59:21.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53362026-08-11T21:59:23.202Z[ recovery-image] Aug 11 21:59:21.962 INFO O| Aug 11 21:59:21.962 INFO STEP 36 (remove_files) COMPLETE
53372026-08-11T21:59:23.203Z[ recovery-image] Aug 11 21:59:21.962 INFO O| Aug 11 21:59:21.962 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-11T21:59:23.216Z[ recovery-image] Aug 11 21:59:21.973 INFO O| Aug 11 21:59:21.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53392026-08-11T21:59:23.216Z[ recovery-image] Aug 11 21:59:21.973 INFO O| Aug 11 21:59:21.973 INFO STEP 37 (remove_files) COMPLETE
53402026-08-11T21:59:23.216Z[ recovery-image] Aug 11 21:59:21.973 INFO O| Aug 11 21:59:21.973 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-11T21:59:23.220Z[ recovery-image] Aug 11 21:59:21.983 INFO O| Aug 11 21:59:21.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53422026-08-11T21:59:23.220Z[ recovery-image] Aug 11 21:59:21.983 INFO O| Aug 11 21:59:21.983 INFO STEP 38 (remove_files) COMPLETE
53432026-08-11T21:59:23.220Z[ recovery-image] Aug 11 21:59:21.983 INFO O| Aug 11 21:59:21.983 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-11T21:59:23.237Z[ recovery-image] Aug 11 21:59:22.002 INFO O| Aug 11 21:59:22.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53452026-08-11T21:59:23.238Z[ recovery-image] Aug 11 21:59:22.002 INFO O| Aug 11 21:59:22.002 INFO STEP 39 (remove_files) COMPLETE
53462026-08-11T21:59:23.247Z[ recovery-image] Aug 11 21:59:22.002 INFO O| Aug 11 21:59:22.002 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-11T21:59:23.260Z[ recovery-image] Aug 11 21:59:22.018 INFO O| Aug 11 21:59:22.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53482026-08-11T21:59:23.260Z[ recovery-image] Aug 11 21:59:22.018 INFO O| Aug 11 21:59:22.018 INFO STEP 40 (remove_files) COMPLETE
53492026-08-11T21:59:23.260Z[ recovery-image] Aug 11 21:59:22.018 INFO O| Aug 11 21:59:22.018 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-11T21:59:23.271Z[ recovery-image] Aug 11 21:59:22.034 INFO O| Aug 11 21:59:22.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53512026-08-11T21:59:23.271Z[ recovery-image] Aug 11 21:59:22.034 INFO O| Aug 11 21:59:22.034 INFO STEP 41 (remove_files) COMPLETE
53522026-08-11T21:59:23.271Z[ recovery-image] Aug 11 21:59:22.034 INFO O| Aug 11 21:59:22.034 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-11T21:59:23.295Z[ recovery-image] Aug 11 21:59:22.046 INFO O| Aug 11 21:59:22.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53542026-08-11T21:59:23.295Z[ recovery-image] Aug 11 21:59:22.046 INFO O| Aug 11 21:59:22.046 INFO STEP 42 (remove_files) COMPLETE
53552026-08-11T21:59:23.295Z[ recovery-image] Aug 11 21:59:22.046 INFO O| Aug 11 21:59:22.046 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-11T21:59:23.300Z[ recovery-image] Aug 11 21:59:22.058 INFO O| Aug 11 21:59:22.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53572026-08-11T21:59:23.300Z[ recovery-image] Aug 11 21:59:22.058 INFO O| Aug 11 21:59:22.058 INFO STEP 43 (remove_files) COMPLETE
53582026-08-11T21:59:23.300Z[ recovery-image] Aug 11 21:59:22.058 INFO O| Aug 11 21:59:22.058 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-11T21:59:23.306Z[ recovery-image] Aug 11 21:59:22.068 INFO O| Aug 11 21:59:22.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53602026-08-11T21:59:23.306Z[ recovery-image] Aug 11 21:59:22.068 INFO O| Aug 11 21:59:22.068 INFO STEP 44 (remove_files) COMPLETE
53612026-08-11T21:59:23.306Z[ recovery-image] Aug 11 21:59:22.068 INFO O| Aug 11 21:59:22.068 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-11T21:59:23.333Z[ recovery-image] Aug 11 21:59:22.078 INFO O| Aug 11 21:59:22.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53632026-08-11T21:59:23.333Z[ recovery-image] Aug 11 21:59:22.078 INFO O| Aug 11 21:59:22.078 INFO STEP 45 (remove_files) COMPLETE
53642026-08-11T21:59:23.333Z[ recovery-image] Aug 11 21:59:22.078 INFO O| Aug 11 21:59:22.078 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-11T21:59:23.339Z[ recovery-image] Aug 11 21:59:22.089 INFO O| Aug 11 21:59:22.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53662026-08-11T21:59:23.339Z[ recovery-image] Aug 11 21:59:22.089 INFO O| Aug 11 21:59:22.089 INFO STEP 46 (remove_files) COMPLETE
53672026-08-11T21:59:23.339Z[ recovery-image] Aug 11 21:59:22.089 INFO O| Aug 11 21:59:22.089 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-11T21:59:23.339Z[ recovery-image] Aug 11 21:59:22.099 INFO O| Aug 11 21:59:22.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53692026-08-11T21:59:23.339Z[ recovery-image] Aug 11 21:59:22.099 INFO O| Aug 11 21:59:22.099 INFO STEP 47 (remove_files) COMPLETE
53702026-08-11T21:59:23.339Z[ recovery-image] Aug 11 21:59:22.099 INFO O| Aug 11 21:59:22.099 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-11T21:59:23.374Z[ recovery-image] Aug 11 21:59:22.110 INFO O| Aug 11 21:59:22.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53722026-08-11T21:59:23.374Z[ recovery-image] Aug 11 21:59:22.110 INFO O| Aug 11 21:59:22.110 INFO STEP 48 (remove_files) COMPLETE
53732026-08-11T21:59:23.374Z[ recovery-image] Aug 11 21:59:22.110 INFO O| Aug 11 21:59:22.110 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-11T21:59:23.383Z[ recovery-image] Aug 11 21:59:22.119 INFO O| Aug 11 21:59:22.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53752026-08-11T21:59:23.383Z[ recovery-image] Aug 11 21:59:22.119 INFO O| Aug 11 21:59:22.119 INFO STEP 49 (remove_files) COMPLETE
53762026-08-11T21:59:23.383Z[ recovery-image] Aug 11 21:59:22.119 INFO O| Aug 11 21:59:22.119 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-11T21:59:23.383Z[ recovery-image] Aug 11 21:59:22.130 INFO O| Aug 11 21:59:22.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53782026-08-11T21:59:23.384Z[ recovery-image] Aug 11 21:59:22.130 INFO O| Aug 11 21:59:22.130 INFO STEP 50 (remove_files) COMPLETE
53792026-08-11T21:59:23.384Z[ recovery-image] Aug 11 21:59:22.130 INFO O| Aug 11 21:59:22.130 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-11T21:59:23.384Z[ recovery-image] Aug 11 21:59:22.139 INFO O| Aug 11 21:59:22.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53812026-08-11T21:59:23.384Z[ recovery-image] Aug 11 21:59:22.139 INFO O| Aug 11 21:59:22.139 INFO STEP 51 (remove_files) COMPLETE
53822026-08-11T21:59:23.384Z[ recovery-image] Aug 11 21:59:22.139 INFO O| Aug 11 21:59:22.139 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-11T21:59:23.387Z[ recovery-image] Aug 11 21:59:22.149 INFO O| Aug 11 21:59:22.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53842026-08-11T21:59:23.387Z[ recovery-image] Aug 11 21:59:22.149 INFO O| Aug 11 21:59:22.149 INFO STEP 52 (remove_files) COMPLETE
53852026-08-11T21:59:23.387Z[ recovery-image] Aug 11 21:59:22.149 INFO O| Aug 11 21:59:22.149 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-11T21:59:23.394Z[ recovery-image] Aug 11 21:59:22.158 INFO O| Aug 11 21:59:22.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53872026-08-11T21:59:23.399Z[ recovery-image] Aug 11 21:59:22.159 INFO O| Aug 11 21:59:22.159 INFO STEP 53 (remove_files) COMPLETE
53882026-08-11T21:59:23.399Z[ recovery-image] Aug 11 21:59:22.159 INFO O| Aug 11 21:59:22.159 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-11T21:59:23.399Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53902026-08-11T21:59:23.407Z[ recovery-image] Aug 11 21:59:22.170 INFO O| Aug 11 21:59:22.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53912026-08-11T21:59:23.407Z[ recovery-image] Aug 11 21:59:22.170 INFO O| Aug 11 21:59:22.170 INFO STEP 54 (remove_files) COMPLETE
53922026-08-11T21:59:23.420Z[ recovery-image] Aug 11 21:59:22.170 INFO O| Aug 11 21:59:22.170 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-11T21:59:23.427Z[ recovery-image] Aug 11 21:59:22.180 INFO O| Aug 11 21:59:22.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53942026-08-11T21:59:23.427Z[ recovery-image] Aug 11 21:59:22.180 INFO O| Aug 11 21:59:22.180 INFO STEP 55 (remove_files) COMPLETE
53952026-08-11T21:59:23.427Z[ recovery-image] Aug 11 21:59:22.180 INFO O| Aug 11 21:59:22.180 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-11T21:59:23.479Z[ recovery-image] Aug 11 21:59:22.190 INFO O| Aug 11 21:59:22.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53972026-08-11T21:59:23.479Z[ recovery-image] Aug 11 21:59:22.190 INFO O| Aug 11 21:59:22.190 INFO STEP 56 (remove_files) COMPLETE
53982026-08-11T21:59:23.479Z[ recovery-image] Aug 11 21:59:22.190 INFO O| Aug 11 21:59:22.190 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-11T21:59:23.503Z[ recovery-image] Aug 11 21:59:22.199 INFO O| Aug 11 21:59:22.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54002026-08-11T21:59:23.503Z[ recovery-image] Aug 11 21:59:22.199 INFO O| Aug 11 21:59:22.199 INFO STEP 57 (remove_files) COMPLETE
54012026-08-11T21:59:23.503Z[ recovery-image] Aug 11 21:59:22.199 INFO O| Aug 11 21:59:22.199 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-11T21:59:23.503Z[ recovery-image] Aug 11 21:59:22.207 INFO O| Aug 11 21:59:22.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54032026-08-11T21:59:23.503Z[ recovery-image] Aug 11 21:59:22.207 INFO O| Aug 11 21:59:22.207 INFO STEP 58 (remove_files) COMPLETE
54042026-08-11T21:59:23.503Z[ recovery-image] Aug 11 21:59:22.207 INFO O| Aug 11 21:59:22.207 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-11T21:59:23.503Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
54062026-08-11T21:59:23.503Z[ recovery-image] Aug 11 21:59:22.214 INFO O| Aug 11 21:59:22.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54072026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.215 INFO O| Aug 11 21:59:22.214 INFO STEP 59 (remove_files) COMPLETE
54082026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.215 INFO O| Aug 11 21:59:22.215 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.224 INFO O| Aug 11 21:59:22.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54102026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.225 INFO O| Aug 11 21:59:22.225 INFO STEP 60 (remove_files) COMPLETE
54112026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.225 INFO O| Aug 11 21:59:22.225 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.234 INFO O| Aug 11 21:59:22.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54132026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.234 INFO O| Aug 11 21:59:22.234 INFO STEP 61 (remove_files) COMPLETE
54142026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.234 INFO O| Aug 11 21:59:22.234 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.244 INFO O| Aug 11 21:59:22.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54162026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.244 INFO O| Aug 11 21:59:22.244 INFO STEP 62 (remove_files) COMPLETE
54172026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.244 INFO O| Aug 11 21:59:22.244 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.253 INFO O| Aug 11 21:59:22.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54192026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.253 INFO O| Aug 11 21:59:22.253 INFO STEP 63 (remove_files) COMPLETE
54202026-08-11T21:59:23.504Z[ recovery-image] Aug 11 21:59:22.253 INFO O| Aug 11 21:59:22.253 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-11T21:59:23.513Z[ recovery-image] Aug 11 21:59:22.263 INFO O| Aug 11 21:59:22.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54222026-08-11T21:59:23.513Z[ recovery-image] Aug 11 21:59:22.263 INFO O| Aug 11 21:59:22.263 INFO STEP 64 (remove_files) COMPLETE
54232026-08-11T21:59:23.513Z[ recovery-image] Aug 11 21:59:22.263 INFO O| Aug 11 21:59:22.263 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-11T21:59:23.513Z[ recovery-image] Aug 11 21:59:22.272 INFO O| Aug 11 21:59:22.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54252026-08-11T21:59:23.513Z[ recovery-image] Aug 11 21:59:22.272 INFO O| Aug 11 21:59:22.272 INFO STEP 65 (remove_files) COMPLETE
54262026-08-11T21:59:23.513Z[ recovery-image] Aug 11 21:59:22.272 INFO O| Aug 11 21:59:22.272 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-11T21:59:23.522Z[ recovery-image] Aug 11 21:59:22.282 INFO O| Aug 11 21:59:22.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54282026-08-11T21:59:23.522Z[ recovery-image] Aug 11 21:59:22.282 INFO O| Aug 11 21:59:22.282 INFO STEP 66 (remove_files) COMPLETE
54292026-08-11T21:59:23.531Z[ recovery-image] Aug 11 21:59:22.282 INFO O| Aug 11 21:59:22.282 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-11T21:59:23.531Z[ recovery-image] Aug 11 21:59:22.291 INFO O| Aug 11 21:59:22.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54312026-08-11T21:59:23.531Z[ recovery-image] Aug 11 21:59:22.291 INFO O| Aug 11 21:59:22.291 INFO STEP 67 (remove_files) COMPLETE
54322026-08-11T21:59:23.531Z[ recovery-image] Aug 11 21:59:22.291 INFO O| Aug 11 21:59:22.291 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-11T21:59:23.539Z[ recovery-image] Aug 11 21:59:22.301 INFO O| Aug 11 21:59:22.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54342026-08-11T21:59:23.539Z[ recovery-image] Aug 11 21:59:22.301 INFO O| Aug 11 21:59:22.301 INFO STEP 68 (remove_files) COMPLETE
54352026-08-11T21:59:23.543Z[ recovery-image] Aug 11 21:59:22.301 INFO O| Aug 11 21:59:22.301 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-11T21:59:23.547Z[ recovery-image] Aug 11 21:59:22.311 INFO O| Aug 11 21:59:22.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54372026-08-11T21:59:23.547Z[ recovery-image] Aug 11 21:59:22.311 INFO O| Aug 11 21:59:22.311 INFO STEP 69 (remove_files) COMPLETE
54382026-08-11T21:59:23.547Z[ recovery-image] Aug 11 21:59:22.311 INFO O| Aug 11 21:59:22.311 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-11T21:59:23.563Z[ recovery-image] Aug 11 21:59:22.328 INFO O| Aug 11 21:59:22.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54402026-08-11T21:59:23.563Z[ recovery-image] Aug 11 21:59:22.328 INFO O| Aug 11 21:59:22.328 INFO STEP 70 (remove_files) COMPLETE
54412026-08-11T21:59:23.563Z[ recovery-image] Aug 11 21:59:22.328 INFO O| Aug 11 21:59:22.328 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-11T21:59:23.571Z[ recovery-image] Aug 11 21:59:22.337 INFO O| Aug 11 21:59:22.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54432026-08-11T21:59:23.571Z[ recovery-image] Aug 11 21:59:22.337 INFO O| Aug 11 21:59:22.337 INFO STEP 71 (remove_files) COMPLETE
54442026-08-11T21:59:23.575Z[ recovery-image] Aug 11 21:59:22.337 INFO O| Aug 11 21:59:22.337 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-11T21:59:23.583Z[ recovery-image] Aug 11 21:59:22.347 INFO O| Aug 11 21:59:22.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54462026-08-11T21:59:23.583Z[ recovery-image] Aug 11 21:59:22.347 INFO O| Aug 11 21:59:22.347 INFO STEP 72 (remove_files) COMPLETE
54472026-08-11T21:59:23.583Z[ recovery-image] Aug 11 21:59:22.347 INFO O| Aug 11 21:59:22.347 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-11T21:59:23.592Z[ recovery-image] Aug 11 21:59:22.357 INFO O| Aug 11 21:59:22.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54492026-08-11T21:59:23.592Z[ recovery-image] Aug 11 21:59:22.357 INFO O| Aug 11 21:59:22.357 INFO STEP 73 (remove_files) COMPLETE
54502026-08-11T21:59:23.596Z[ recovery-image] Aug 11 21:59:22.357 INFO O| Aug 11 21:59:22.357 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-11T21:59:23.604Z[ recovery-image] Aug 11 21:59:22.366 INFO O| Aug 11 21:59:22.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54522026-08-11T21:59:23.604Z[ recovery-image] Aug 11 21:59:22.366 INFO O| Aug 11 21:59:22.366 INFO STEP 74 (remove_files) COMPLETE
54532026-08-11T21:59:23.604Z[ recovery-image] Aug 11 21:59:22.366 INFO O| Aug 11 21:59:22.366 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-11T21:59:23.610Z[ recovery-image] Aug 11 21:59:22.374 INFO O| Aug 11 21:59:22.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54552026-08-11T21:59:23.610Z[ recovery-image] Aug 11 21:59:22.374 INFO O| Aug 11 21:59:22.374 INFO STEP 75 (remove_files) COMPLETE
54562026-08-11T21:59:23.615Z[ recovery-image] Aug 11 21:59:22.374 INFO O| Aug 11 21:59:22.374 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-11T21:59:23.630Z[ recovery-image] Aug 11 21:59:22.395 INFO O| Aug 11 21:59:22.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54582026-08-11T21:59:23.631Z[ recovery-image] Aug 11 21:59:22.395 INFO O| Aug 11 21:59:22.395 INFO STEP 76 (remove_files) COMPLETE
54592026-08-11T21:59:23.706Z[ recovery-image] Aug 11 21:59:22.395 INFO O| Aug 11 21:59:22.395 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-11T21:59:23.706Z[ recovery-image] Aug 11 21:59:22.407 INFO O| Aug 11 21:59:22.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54612026-08-11T21:59:23.706Z[ recovery-image] Aug 11 21:59:22.407 INFO O| Aug 11 21:59:22.407 INFO STEP 77 (remove_files) COMPLETE
54622026-08-11T21:59:23.708Z[ recovery-image] Aug 11 21:59:22.407 INFO O| Aug 11 21:59:22.407 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-11T21:59:23.708Z[ recovery-image] Aug 11 21:59:22.418 INFO O| Aug 11 21:59:22.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54642026-08-11T21:59:23.708Z[ recovery-image] Aug 11 21:59:22.418 INFO O| Aug 11 21:59:22.418 INFO STEP 78 (remove_files) COMPLETE
54652026-08-11T21:59:23.708Z[ recovery-image] Aug 11 21:59:22.418 INFO O| Aug 11 21:59:22.418 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-11T21:59:23.708Z[ recovery-image] Aug 11 21:59:22.428 INFO O| Aug 11 21:59:22.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54672026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.428 INFO O| Aug 11 21:59:22.428 INFO STEP 79 (remove_files) COMPLETE
54682026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.428 INFO O| Aug 11 21:59:22.428 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.438 INFO O| Aug 11 21:59:22.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54702026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.439 INFO O| Aug 11 21:59:22.438 INFO STEP 80 (remove_files) COMPLETE
54712026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.439 INFO O| Aug 11 21:59:22.439 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.451 INFO O| Aug 11 21:59:22.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54732026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.451 INFO O| Aug 11 21:59:22.450 INFO STEP 81 (remove_files) COMPLETE
54742026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.451 INFO O| Aug 11 21:59:22.450 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.460 INFO O| Aug 11 21:59:22.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54762026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.460 INFO O| Aug 11 21:59:22.460 INFO STEP 82 (remove_files) COMPLETE
54772026-08-11T21:59:23.709Z[ recovery-image] Aug 11 21:59:22.460 INFO O| Aug 11 21:59:22.460 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-11T21:59:23.717Z[ recovery-image] Aug 11 21:59:22.473 INFO O| Aug 11 21:59:22.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54792026-08-11T21:59:23.717Z[ recovery-image] Aug 11 21:59:22.473 INFO O| Aug 11 21:59:22.470 INFO STEP 83 (remove_files) COMPLETE
54802026-08-11T21:59:23.717Z[ recovery-image] Aug 11 21:59:22.473 INFO O| Aug 11 21:59:22.470 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-11T21:59:23.728Z[ recovery-image] Aug 11 21:59:22.480 INFO O| Aug 11 21:59:22.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54822026-08-11T21:59:23.728Z[ recovery-image] Aug 11 21:59:22.483 INFO O| Aug 11 21:59:22.483 INFO STEP 84 (remove_files) COMPLETE
54832026-08-11T21:59:23.728Z[ recovery-image] Aug 11 21:59:22.483 INFO O| Aug 11 21:59:22.483 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-11T21:59:23.733Z[ recovery-image] Aug 11 21:59:22.492 INFO O| Aug 11 21:59:22.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54852026-08-11T21:59:23.734Z[ recovery-image] Aug 11 21:59:22.492 INFO O| Aug 11 21:59:22.492 INFO STEP 85 (remove_files) COMPLETE
54862026-08-11T21:59:23.734Z[ recovery-image] Aug 11 21:59:22.492 INFO O| Aug 11 21:59:22.492 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-11T21:59:23.734Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
54882026-08-11T21:59:23.742Z[ recovery-image] Aug 11 21:59:22.501 INFO O| Aug 11 21:59:22.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54892026-08-11T21:59:23.742Z[ recovery-image] Aug 11 21:59:22.501 INFO O| Aug 11 21:59:22.501 INFO STEP 86 (remove_files) COMPLETE
54902026-08-11T21:59:23.742Z[ recovery-image] Aug 11 21:59:22.501 INFO O| Aug 11 21:59:22.501 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-11T21:59:23.748Z[ recovery-image] Aug 11 21:59:22.512 INFO O| Aug 11 21:59:22.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54922026-08-11T21:59:23.748Z[ recovery-image] Aug 11 21:59:22.512 INFO O| Aug 11 21:59:22.512 INFO STEP 87 (remove_files) COMPLETE
54932026-08-11T21:59:23.753Z[ recovery-image] Aug 11 21:59:22.512 INFO O| Aug 11 21:59:22.512 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-11T21:59:23.759Z[ recovery-image] Aug 11 21:59:22.521 INFO O| Aug 11 21:59:22.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54952026-08-11T21:59:23.759Z[ recovery-image] Aug 11 21:59:22.522 INFO O| Aug 11 21:59:22.522 INFO STEP 88 (remove_files) COMPLETE
54962026-08-11T21:59:23.759Z[ recovery-image] Aug 11 21:59:22.522 INFO O| Aug 11 21:59:22.522 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-11T21:59:23.767Z[ recovery-image] Aug 11 21:59:22.531 INFO O| Aug 11 21:59:22.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
54982026-08-11T21:59:23.772Z[ recovery-image] Aug 11 21:59:22.532 INFO O| Aug 11 21:59:22.532 INFO STEP 89 (remove_files) COMPLETE
54992026-08-11T21:59:23.772Z[ recovery-image] Aug 11 21:59:22.532 INFO O| Aug 11 21:59:22.532 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-11T21:59:23.777Z[ recovery-image] Aug 11 21:59:22.541 INFO O| Aug 11 21:59:22.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55012026-08-11T21:59:23.777Z[ recovery-image] Aug 11 21:59:22.541 INFO O| Aug 11 21:59:22.541 INFO STEP 90 (remove_files) COMPLETE
55022026-08-11T21:59:23.777Z[ recovery-image] Aug 11 21:59:22.541 INFO O| Aug 11 21:59:22.541 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-11T21:59:23.781Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
55042026-08-11T21:59:23.788Z[ recovery-image] Aug 11 21:59:22.550 INFO O| Aug 11 21:59:22.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55052026-08-11T21:59:23.788Z[ recovery-image] Aug 11 21:59:22.550 INFO O| Aug 11 21:59:22.550 INFO STEP 91 (remove_files) COMPLETE
55062026-08-11T21:59:23.794Z[ recovery-image] Aug 11 21:59:22.550 INFO O| Aug 11 21:59:22.550 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-11T21:59:23.799Z[ recovery-image] Aug 11 21:59:22.559 INFO O| Aug 11 21:59:22.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55082026-08-11T21:59:23.799Z[ recovery-image] Aug 11 21:59:22.559 INFO O| Aug 11 21:59:22.559 INFO STEP 92 (remove_files) COMPLETE
55092026-08-11T21:59:23.799Z[ recovery-image] Aug 11 21:59:22.559 INFO O| Aug 11 21:59:22.559 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-11T21:59:23.805Z[ recovery-image] Aug 11 21:59:22.570 INFO O| Aug 11 21:59:22.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55112026-08-11T21:59:23.806Z[ recovery-image] Aug 11 21:59:22.571 INFO O| Aug 11 21:59:22.571 INFO STEP 93 (remove_files) COMPLETE
55122026-08-11T21:59:23.806Z[ recovery-image] Aug 11 21:59:22.571 INFO O| Aug 11 21:59:22.571 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-11T21:59:23.819Z[ recovery-image] Aug 11 21:59:22.581 INFO O| Aug 11 21:59:22.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55142026-08-11T21:59:23.819Z[ recovery-image] Aug 11 21:59:22.581 INFO O| Aug 11 21:59:22.581 INFO STEP 94 (remove_files) COMPLETE
55152026-08-11T21:59:23.819Z[ recovery-image] Aug 11 21:59:22.581 INFO O| Aug 11 21:59:22.581 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-11T21:59:23.829Z[ recovery-image] Aug 11 21:59:22.594 INFO O| Aug 11 21:59:22.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55172026-08-11T21:59:23.829Z[ recovery-image] Aug 11 21:59:22.594 INFO O| Aug 11 21:59:22.594 INFO STEP 95 (remove_files) COMPLETE
55182026-08-11T21:59:23.833Z[ recovery-image] Aug 11 21:59:22.594 INFO O| Aug 11 21:59:22.594 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-11T21:59:23.839Z[ recovery-image] Aug 11 21:59:22.604 INFO O| Aug 11 21:59:22.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55202026-08-11T21:59:23.839Z[ recovery-image] Aug 11 21:59:22.605 INFO O| Aug 11 21:59:22.605 INFO STEP 96 (remove_files) COMPLETE
55212026-08-11T21:59:23.840Z[ recovery-image] Aug 11 21:59:22.605 INFO O| Aug 11 21:59:22.605 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-11T21:59:23.854Z[ recovery-image] Aug 11 21:59:22.614 INFO O| Aug 11 21:59:22.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55232026-08-11T21:59:23.854Z[ recovery-image] Aug 11 21:59:22.614 INFO O| Aug 11 21:59:22.614 INFO STEP 97 (remove_files) COMPLETE
55242026-08-11T21:59:23.858Z[ recovery-image] Aug 11 21:59:22.614 INFO O| Aug 11 21:59:22.614 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-11T21:59:23.858Z[ recovery-image] Aug 11 21:59:22.623 INFO O| Aug 11 21:59:22.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55262026-08-11T21:59:23.862Z[ recovery-image] Aug 11 21:59:22.624 INFO O| Aug 11 21:59:22.624 INFO STEP 98 (remove_files) COMPLETE
55272026-08-11T21:59:23.862Z[ recovery-image] Aug 11 21:59:22.624 INFO O| Aug 11 21:59:22.624 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-11T21:59:23.869Z[ recovery-image] Aug 11 21:59:22.634 INFO O| Aug 11 21:59:22.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55292026-08-11T21:59:23.869Z[ recovery-image] Aug 11 21:59:22.634 INFO O| Aug 11 21:59:22.634 INFO STEP 99 (remove_files) COMPLETE
55302026-08-11T21:59:23.869Z[ recovery-image] Aug 11 21:59:22.634 INFO O| Aug 11 21:59:22.634 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-11T21:59:23.878Z[ recovery-image] Aug 11 21:59:22.643 INFO O| Aug 11 21:59:22.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55322026-08-11T21:59:23.878Z[ recovery-image] Aug 11 21:59:22.643 INFO O| Aug 11 21:59:22.643 INFO STEP 100 (remove_files) COMPLETE
55332026-08-11T21:59:23.878Z[ recovery-image] Aug 11 21:59:22.643 INFO O| Aug 11 21:59:22.643 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-11T21:59:23.888Z[ recovery-image] Aug 11 21:59:22.653 INFO O| Aug 11 21:59:22.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55352026-08-11T21:59:23.888Z[ recovery-image] Aug 11 21:59:22.653 INFO O| Aug 11 21:59:22.653 INFO STEP 101 (remove_files) COMPLETE
55362026-08-11T21:59:23.888Z[ recovery-image] Aug 11 21:59:22.653 INFO O| Aug 11 21:59:22.653 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-11T21:59:23.897Z[ recovery-image] Aug 11 21:59:22.662 INFO O| Aug 11 21:59:22.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55382026-08-11T21:59:23.897Z[ recovery-image] Aug 11 21:59:22.662 INFO O| Aug 11 21:59:22.662 INFO STEP 102 (remove_files) COMPLETE
55392026-08-11T21:59:23.900Z[ recovery-image] Aug 11 21:59:22.662 INFO O| Aug 11 21:59:22.662 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-11T21:59:23.906Z[ recovery-image] Aug 11 21:59:22.671 INFO O| Aug 11 21:59:22.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55412026-08-11T21:59:23.906Z[ recovery-image] Aug 11 21:59:22.672 INFO O| Aug 11 21:59:22.671 INFO STEP 103 (remove_files) COMPLETE
55422026-08-11T21:59:23.910Z[ recovery-image] Aug 11 21:59:22.672 INFO O| Aug 11 21:59:22.671 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-11T21:59:23.914Z[verify-libraries] Compiling fatfs v0.3.6
55442026-08-11T21:59:23.917Z[ recovery-image] Aug 11 21:59:22.681 INFO O| Aug 11 21:59:22.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55452026-08-11T21:59:23.917Z[ recovery-image] Aug 11 21:59:22.681 INFO O| Aug 11 21:59:22.681 INFO STEP 104 (remove_files) COMPLETE
55462026-08-11T21:59:23.917Z[ recovery-image] Aug 11 21:59:22.681 INFO O| Aug 11 21:59:22.681 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-11T21:59:23.927Z[ recovery-image] Aug 11 21:59:22.691 INFO O| Aug 11 21:59:22.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55482026-08-11T21:59:23.927Z[ recovery-image] Aug 11 21:59:22.691 INFO O| Aug 11 21:59:22.691 INFO STEP 105 (remove_files) COMPLETE
55492026-08-11T21:59:23.931Z[ recovery-image] Aug 11 21:59:22.691 INFO O| Aug 11 21:59:22.691 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-11T21:59:23.941Z[ recovery-image] Aug 11 21:59:22.702 INFO O| Aug 11 21:59:22.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55512026-08-11T21:59:23.941Z[ recovery-image] Aug 11 21:59:22.702 INFO O| Aug 11 21:59:22.702 INFO STEP 106 (remove_files) COMPLETE
55522026-08-11T21:59:23.941Z[ recovery-image] Aug 11 21:59:22.702 INFO O| Aug 11 21:59:22.702 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-11T21:59:23.949Z[ recovery-image] Aug 11 21:59:22.713 INFO O| Aug 11 21:59:22.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55542026-08-11T21:59:23.949Z[ recovery-image] Aug 11 21:59:22.713 INFO O| Aug 11 21:59:22.713 INFO STEP 107 (remove_files) COMPLETE
55552026-08-11T21:59:23.954Z[ recovery-image] Aug 11 21:59:22.713 INFO O| Aug 11 21:59:22.713 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-11T21:59:23.959Z[ recovery-image] Aug 11 21:59:22.723 INFO O| Aug 11 21:59:22.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55572026-08-11T21:59:23.959Z[ recovery-image] Aug 11 21:59:22.723 INFO O| Aug 11 21:59:22.723 INFO STEP 108 (remove_files) COMPLETE
55582026-08-11T21:59:23.959Z[ recovery-image] Aug 11 21:59:22.723 INFO O| Aug 11 21:59:22.723 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-11T21:59:23.968Z[ recovery-image] Aug 11 21:59:22.733 INFO O| Aug 11 21:59:22.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55602026-08-11T21:59:23.968Z[ recovery-image] Aug 11 21:59:22.733 INFO O| Aug 11 21:59:22.733 INFO STEP 109 (remove_files) COMPLETE
55612026-08-11T21:59:23.972Z[ recovery-image] Aug 11 21:59:22.733 INFO O| Aug 11 21:59:22.733 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-11T21:59:23.978Z[ recovery-image] Aug 11 21:59:22.743 INFO O| Aug 11 21:59:22.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55632026-08-11T21:59:23.981Z[ recovery-image] Aug 11 21:59:22.744 INFO O| Aug 11 21:59:22.744 INFO STEP 110 (remove_files) COMPLETE
55642026-08-11T21:59:23.981Z[ recovery-image] Aug 11 21:59:22.744 INFO O| Aug 11 21:59:22.744 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-11T21:59:23.990Z[ recovery-image] Aug 11 21:59:22.754 INFO O| Aug 11 21:59:22.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55662026-08-11T21:59:23.990Z[ recovery-image] Aug 11 21:59:22.754 INFO O| Aug 11 21:59:22.754 INFO STEP 111 (remove_files) COMPLETE
55672026-08-11T21:59:23.990Z[ recovery-image] Aug 11 21:59:22.754 INFO O| Aug 11 21:59:22.754 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-11T21:59:23.999Z[ recovery-image] Aug 11 21:59:22.764 INFO O| Aug 11 21:59:22.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55692026-08-11T21:59:24.000Z[ recovery-image] Aug 11 21:59:22.764 INFO O| Aug 11 21:59:22.764 INFO STEP 112 (remove_files) COMPLETE
55702026-08-11T21:59:24.000Z[ recovery-image] Aug 11 21:59:22.764 INFO O| Aug 11 21:59:22.764 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-11T21:59:24.010Z[ recovery-image] Aug 11 21:59:22.775 INFO O| Aug 11 21:59:22.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55722026-08-11T21:59:24.010Z[ recovery-image] Aug 11 21:59:22.775 INFO O| Aug 11 21:59:22.775 INFO STEP 113 (remove_files) COMPLETE
55732026-08-11T21:59:24.014Z[ recovery-image] Aug 11 21:59:22.775 INFO O| Aug 11 21:59:22.775 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-11T21:59:24.020Z[ recovery-image] Aug 11 21:59:22.785 INFO O| Aug 11 21:59:22.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55752026-08-11T21:59:24.020Z[ recovery-image] Aug 11 21:59:22.785 INFO O| Aug 11 21:59:22.785 INFO STEP 114 (remove_files) COMPLETE
55762026-08-11T21:59:24.020Z[ recovery-image] Aug 11 21:59:22.785 INFO O| Aug 11 21:59:22.785 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-11T21:59:24.031Z[ recovery-image] Aug 11 21:59:22.795 INFO O| Aug 11 21:59:22.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55782026-08-11T21:59:24.031Z[ recovery-image] Aug 11 21:59:22.796 INFO O| Aug 11 21:59:22.795 INFO STEP 115 (remove_files) COMPLETE
55792026-08-11T21:59:24.034Z[ recovery-image] Aug 11 21:59:22.796 INFO O| Aug 11 21:59:22.796 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-11T21:59:24.051Z[ recovery-image] Aug 11 21:59:22.816 INFO O| Aug 11 21:59:22.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55812026-08-11T21:59:24.051Z[ recovery-image] Aug 11 21:59:22.816 INFO O| Aug 11 21:59:22.816 INFO STEP 116 (remove_files) COMPLETE
55822026-08-11T21:59:24.051Z[ recovery-image] Aug 11 21:59:22.816 INFO O| Aug 11 21:59:22.816 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-11T21:59:24.062Z[ recovery-image] Aug 11 21:59:22.827 INFO O| Aug 11 21:59:22.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55842026-08-11T21:59:24.062Z[ recovery-image] Aug 11 21:59:22.827 INFO O| Aug 11 21:59:22.827 INFO STEP 117 (remove_files) COMPLETE
55852026-08-11T21:59:24.066Z[ recovery-image] Aug 11 21:59:22.827 INFO O| Aug 11 21:59:22.827 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-11T21:59:24.071Z[ recovery-image] Aug 11 21:59:22.836 INFO O| Aug 11 21:59:22.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55872026-08-11T21:59:24.071Z[ recovery-image] Aug 11 21:59:22.836 INFO O| Aug 11 21:59:22.836 INFO STEP 118 (remove_files) COMPLETE
55882026-08-11T21:59:24.071Z[ recovery-image] Aug 11 21:59:22.836 INFO O| Aug 11 21:59:22.836 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-11T21:59:24.076Z[verify-libraries] Compiling num-bigint v0.4.6
55902026-08-11T21:59:24.081Z[ recovery-image] Aug 11 21:59:22.846 INFO O| Aug 11 21:59:22.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55912026-08-11T21:59:24.081Z[ recovery-image] Aug 11 21:59:22.846 INFO O| Aug 11 21:59:22.846 INFO STEP 119 (remove_files) COMPLETE
55922026-08-11T21:59:24.081Z[ recovery-image] Aug 11 21:59:22.846 INFO O| Aug 11 21:59:22.846 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-11T21:59:24.091Z[ recovery-image] Aug 11 21:59:22.856 INFO O| Aug 11 21:59:22.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55942026-08-11T21:59:24.091Z[ recovery-image] Aug 11 21:59:22.856 INFO O| Aug 11 21:59:22.856 INFO STEP 120 (remove_files) COMPLETE
55952026-08-11T21:59:24.095Z[ recovery-image] Aug 11 21:59:22.856 INFO O| Aug 11 21:59:22.856 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-11T21:59:24.102Z[ recovery-image] Aug 11 21:59:22.867 INFO O| Aug 11 21:59:22.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55972026-08-11T21:59:24.102Z[ recovery-image] Aug 11 21:59:22.867 INFO O| Aug 11 21:59:22.867 INFO STEP 121 (remove_files) COMPLETE
55982026-08-11T21:59:24.105Z[ recovery-image] Aug 11 21:59:22.867 INFO O| Aug 11 21:59:22.867 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-11T21:59:24.112Z[ recovery-image] Aug 11 21:59:22.876 INFO O| Aug 11 21:59:22.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56002026-08-11T21:59:24.112Z[ recovery-image] Aug 11 21:59:22.876 INFO O| Aug 11 21:59:22.876 INFO STEP 122 (remove_files) COMPLETE
56012026-08-11T21:59:24.112Z[ recovery-image] Aug 11 21:59:22.876 INFO O| Aug 11 21:59:22.876 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-11T21:59:24.122Z[ recovery-image] Aug 11 21:59:22.887 INFO O| Aug 11 21:59:22.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56032026-08-11T21:59:24.123Z[ recovery-image] Aug 11 21:59:22.887 INFO O| Aug 11 21:59:22.887 INFO STEP 123 (remove_files) COMPLETE
56042026-08-11T21:59:24.123Z[ recovery-image] Aug 11 21:59:22.887 INFO O| Aug 11 21:59:22.887 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-11T21:59:24.132Z[ recovery-image] Aug 11 21:59:22.898 INFO O| Aug 11 21:59:22.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56062026-08-11T21:59:24.133Z[ recovery-image] Aug 11 21:59:22.898 INFO O| Aug 11 21:59:22.898 INFO STEP 124 (remove_files) COMPLETE
56072026-08-11T21:59:24.138Z[ recovery-image] Aug 11 21:59:22.898 INFO O| Aug 11 21:59:22.898 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-11T21:59:24.144Z[ recovery-image] Aug 11 21:59:22.909 INFO O| Aug 11 21:59:22.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56092026-08-11T21:59:24.144Z[ recovery-image] Aug 11 21:59:22.909 INFO O| Aug 11 21:59:22.909 INFO STEP 125 (remove_files) COMPLETE
56102026-08-11T21:59:24.148Z[ recovery-image] Aug 11 21:59:22.909 INFO O| Aug 11 21:59:22.909 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-11T21:59:24.157Z[ recovery-image] Aug 11 21:59:22.920 INFO O| Aug 11 21:59:22.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56122026-08-11T21:59:24.157Z[ recovery-image] Aug 11 21:59:22.920 INFO O| Aug 11 21:59:22.920 INFO STEP 126 (remove_files) COMPLETE
56132026-08-11T21:59:24.161Z[ recovery-image] Aug 11 21:59:22.920 INFO O| Aug 11 21:59:22.920 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-11T21:59:24.165Z[ recovery-image] Aug 11 21:59:22.930 INFO O| Aug 11 21:59:22.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56152026-08-11T21:59:24.168Z[ recovery-image] Aug 11 21:59:22.931 INFO O| Aug 11 21:59:22.931 INFO STEP 127 (remove_files) COMPLETE
56162026-08-11T21:59:24.169Z[ recovery-image] Aug 11 21:59:22.931 INFO O| Aug 11 21:59:22.931 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-11T21:59:24.169Z[verify-libraries] Compiling generic-array v1.4.3
56182026-08-11T21:59:24.176Z[ recovery-image] Aug 11 21:59:22.940 INFO O| Aug 11 21:59:22.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56192026-08-11T21:59:24.176Z[ recovery-image] Aug 11 21:59:22.941 INFO O| Aug 11 21:59:22.940 INFO STEP 128 (remove_files) COMPLETE
56202026-08-11T21:59:24.176Z[ recovery-image] Aug 11 21:59:22.941 INFO O| Aug 11 21:59:22.940 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-08-11T21:59:24.185Z[ recovery-image] Aug 11 21:59:22.950 INFO O| Aug 11 21:59:22.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56222026-08-11T21:59:24.185Z[ recovery-image] Aug 11 21:59:22.950 INFO O| Aug 11 21:59:22.950 INFO STEP 129 (remove_files) COMPLETE
56232026-08-11T21:59:24.185Z[ recovery-image] Aug 11 21:59:22.950 INFO O| Aug 11 21:59:22.950 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-11T21:59:24.194Z[ recovery-image] Aug 11 21:59:22.958 INFO O| Aug 11 21:59:22.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56252026-08-11T21:59:24.194Z[ recovery-image] Aug 11 21:59:22.958 INFO O| Aug 11 21:59:22.958 INFO STEP 130 (remove_files) COMPLETE
56262026-08-11T21:59:24.194Z[ recovery-image] Aug 11 21:59:22.958 INFO O| Aug 11 21:59:22.958 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-11T21:59:24.202Z[ recovery-image] Aug 11 21:59:22.967 INFO O| Aug 11 21:59:22.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56282026-08-11T21:59:24.202Z[ recovery-image] Aug 11 21:59:22.967 INFO O| Aug 11 21:59:22.967 INFO STEP 131 (remove_files) COMPLETE
56292026-08-11T21:59:24.205Z[ recovery-image] Aug 11 21:59:22.967 INFO O| Aug 11 21:59:22.967 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-11T21:59:24.210Z[ recovery-image] Aug 11 21:59:22.975 INFO O| Aug 11 21:59:22.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56312026-08-11T21:59:24.211Z[ recovery-image] Aug 11 21:59:22.975 INFO O| Aug 11 21:59:22.975 INFO STEP 132 (remove_files) COMPLETE
56322026-08-11T21:59:24.214Z[ recovery-image] Aug 11 21:59:22.975 INFO O| Aug 11 21:59:22.975 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-11T21:59:24.219Z[ recovery-image] Aug 11 21:59:22.984 INFO O| Aug 11 21:59:22.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56342026-08-11T21:59:24.219Z[ recovery-image] Aug 11 21:59:22.984 INFO O| Aug 11 21:59:22.984 INFO STEP 133 (remove_files) COMPLETE
56352026-08-11T21:59:24.219Z[ recovery-image] Aug 11 21:59:22.984 INFO O| Aug 11 21:59:22.984 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-11T21:59:24.229Z[ recovery-image] Aug 11 21:59:22.994 INFO O| Aug 11 21:59:22.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56372026-08-11T21:59:24.229Z[ recovery-image] Aug 11 21:59:22.994 INFO O| Aug 11 21:59:22.994 INFO STEP 134 (remove_files) COMPLETE
56382026-08-11T21:59:24.233Z[ recovery-image] Aug 11 21:59:22.994 INFO O| Aug 11 21:59:22.994 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-08-11T21:59:24.239Z[ recovery-image] Aug 11 21:59:23.004 INFO O| Aug 11 21:59:23.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56402026-08-11T21:59:24.239Z[ recovery-image] Aug 11 21:59:23.004 INFO O| Aug 11 21:59:23.004 INFO STEP 135 (remove_files) COMPLETE
56412026-08-11T21:59:24.239Z[ recovery-image] Aug 11 21:59:23.004 INFO O| Aug 11 21:59:23.004 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-08-11T21:59:24.249Z[ recovery-image] Aug 11 21:59:23.014 INFO O| Aug 11 21:59:23.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56432026-08-11T21:59:24.250Z[ recovery-image] Aug 11 21:59:23.014 INFO O| Aug 11 21:59:23.014 INFO STEP 136 (remove_files) COMPLETE
56442026-08-11T21:59:24.250Z[ recovery-image] Aug 11 21:59:23.014 INFO O| Aug 11 21:59:23.014 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-11T21:59:24.260Z[ recovery-image] Aug 11 21:59:23.023 INFO O| Aug 11 21:59:23.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56462026-08-11T21:59:24.260Z[ recovery-image] Aug 11 21:59:23.024 INFO O| Aug 11 21:59:23.023 INFO STEP 137 (remove_files) COMPLETE
56472026-08-11T21:59:24.260Z[ recovery-image] Aug 11 21:59:23.024 INFO O| Aug 11 21:59:23.024 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-11T21:59:24.270Z[ recovery-image] Aug 11 21:59:23.034 INFO O| Aug 11 21:59:23.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56492026-08-11T21:59:24.270Z[ recovery-image] Aug 11 21:59:23.034 INFO O| Aug 11 21:59:23.034 INFO STEP 138 (remove_files) COMPLETE
56502026-08-11T21:59:24.270Z[ recovery-image] Aug 11 21:59:23.034 INFO O| Aug 11 21:59:23.034 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-11T21:59:24.279Z[ recovery-image] Aug 11 21:59:23.044 INFO O| Aug 11 21:59:23.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56522026-08-11T21:59:24.280Z[ recovery-image] Aug 11 21:59:23.044 INFO O| Aug 11 21:59:23.044 INFO STEP 139 (remove_files) COMPLETE
56532026-08-11T21:59:24.280Z[ recovery-image] Aug 11 21:59:23.044 INFO O| Aug 11 21:59:23.044 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-11T21:59:24.291Z[ recovery-image] Aug 11 21:59:23.055 INFO O| Aug 11 21:59:23.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56552026-08-11T21:59:24.291Z[ recovery-image] Aug 11 21:59:23.055 INFO O| Aug 11 21:59:23.055 INFO STEP 140 (remove_files) COMPLETE
56562026-08-11T21:59:24.291Z[ recovery-image] Aug 11 21:59:23.055 INFO O| Aug 11 21:59:23.055 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-11T21:59:24.301Z[ recovery-image] Aug 11 21:59:23.065 INFO O| Aug 11 21:59:23.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56582026-08-11T21:59:24.305Z[ recovery-image] Aug 11 21:59:23.066 INFO O| Aug 11 21:59:23.066 INFO STEP 141 (remove_files) COMPLETE
56592026-08-11T21:59:24.305Z[ recovery-image] Aug 11 21:59:23.066 INFO O| Aug 11 21:59:23.066 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-11T21:59:24.312Z[ recovery-image] Aug 11 21:59:23.076 INFO O| Aug 11 21:59:23.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56612026-08-11T21:59:24.312Z[ recovery-image] Aug 11 21:59:23.076 INFO O| Aug 11 21:59:23.076 INFO STEP 142 (remove_files) COMPLETE
56622026-08-11T21:59:24.315Z[ recovery-image] Aug 11 21:59:23.076 INFO O| Aug 11 21:59:23.076 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-11T21:59:24.321Z[ recovery-image] Aug 11 21:59:23.086 INFO O| Aug 11 21:59:23.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56642026-08-11T21:59:24.321Z[ recovery-image] Aug 11 21:59:23.086 INFO O| Aug 11 21:59:23.086 INFO STEP 143 (remove_files) COMPLETE
56652026-08-11T21:59:24.324Z[ recovery-image] Aug 11 21:59:23.086 INFO O| Aug 11 21:59:23.086 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-11T21:59:24.331Z[ recovery-image] Aug 11 21:59:23.096 INFO O| Aug 11 21:59:23.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56672026-08-11T21:59:24.331Z[ recovery-image] Aug 11 21:59:23.096 INFO O| Aug 11 21:59:23.096 INFO STEP 144 (remove_files) COMPLETE
56682026-08-11T21:59:24.335Z[ recovery-image] Aug 11 21:59:23.096 INFO O| Aug 11 21:59:23.096 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-11T21:59:24.341Z[ recovery-image] Aug 11 21:59:23.105 INFO O| Aug 11 21:59:23.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56702026-08-11T21:59:24.341Z[ recovery-image] Aug 11 21:59:23.105 INFO O| Aug 11 21:59:23.105 INFO STEP 145 (remove_files) COMPLETE
56712026-08-11T21:59:24.342Z[ recovery-image] Aug 11 21:59:23.105 INFO O| Aug 11 21:59:23.105 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-11T21:59:24.352Z[ recovery-image] Aug 11 21:59:23.115 INFO O| Aug 11 21:59:23.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56732026-08-11T21:59:24.352Z[ recovery-image] Aug 11 21:59:23.115 INFO O| Aug 11 21:59:23.115 INFO STEP 146 (remove_files) COMPLETE
56742026-08-11T21:59:24.352Z[ recovery-image] Aug 11 21:59:23.115 INFO O| Aug 11 21:59:23.115 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-11T21:59:24.361Z[ recovery-image] Aug 11 21:59:23.125 INFO O| Aug 11 21:59:23.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56762026-08-11T21:59:24.361Z[ recovery-image] Aug 11 21:59:23.125 INFO O| Aug 11 21:59:23.125 INFO STEP 147 (remove_files) COMPLETE
56772026-08-11T21:59:24.362Z[ recovery-image] Aug 11 21:59:23.125 INFO O| Aug 11 21:59:23.125 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-11T21:59:24.370Z[ recovery-image] Aug 11 21:59:23.134 INFO O| Aug 11 21:59:23.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56792026-08-11T21:59:24.370Z[ recovery-image] Aug 11 21:59:23.134 INFO O| Aug 11 21:59:23.134 INFO STEP 148 (remove_files) COMPLETE
56802026-08-11T21:59:24.370Z[ recovery-image] Aug 11 21:59:23.134 INFO O| Aug 11 21:59:23.134 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-11T21:59:24.380Z[ recovery-image] Aug 11 21:59:23.145 INFO O| Aug 11 21:59:23.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56822026-08-11T21:59:24.380Z[ recovery-image] Aug 11 21:59:23.145 INFO O| Aug 11 21:59:23.145 INFO STEP 149 (remove_files) COMPLETE
56832026-08-11T21:59:24.381Z[ recovery-image] Aug 11 21:59:23.145 INFO O| Aug 11 21:59:23.145 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-11T21:59:24.390Z[ recovery-image] Aug 11 21:59:23.155 INFO O| Aug 11 21:59:23.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56852026-08-11T21:59:24.394Z[ recovery-image] Aug 11 21:59:23.155 INFO O| Aug 11 21:59:23.155 INFO STEP 150 (remove_files) COMPLETE
56862026-08-11T21:59:24.394Z[ recovery-image] Aug 11 21:59:23.155 INFO O| Aug 11 21:59:23.155 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-11T21:59:24.400Z[ recovery-image] Aug 11 21:59:23.165 INFO O| Aug 11 21:59:23.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56882026-08-11T21:59:24.400Z[ recovery-image] Aug 11 21:59:23.165 INFO O| Aug 11 21:59:23.165 INFO STEP 151 (remove_files) COMPLETE
56892026-08-11T21:59:24.400Z[ recovery-image] Aug 11 21:59:23.165 INFO O| Aug 11 21:59:23.165 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-11T21:59:24.412Z[ recovery-image] Aug 11 21:59:23.176 INFO O| Aug 11 21:59:23.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56912026-08-11T21:59:24.412Z[ recovery-image] Aug 11 21:59:23.176 INFO O| Aug 11 21:59:23.176 INFO STEP 152 (remove_files) COMPLETE
56922026-08-11T21:59:24.412Z[ recovery-image] Aug 11 21:59:23.176 INFO O| Aug 11 21:59:23.176 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-11T21:59:24.421Z[ recovery-image] Aug 11 21:59:23.186 INFO O| Aug 11 21:59:23.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56942026-08-11T21:59:24.421Z[ recovery-image] Aug 11 21:59:23.186 INFO O| Aug 11 21:59:23.186 INFO STEP 153 (remove_files) COMPLETE
56952026-08-11T21:59:24.426Z[ recovery-image] Aug 11 21:59:23.186 INFO O| Aug 11 21:59:23.186 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-11T21:59:24.432Z[ recovery-image] Aug 11 21:59:23.196 INFO O| Aug 11 21:59:23.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56972026-08-11T21:59:24.432Z[ recovery-image] Aug 11 21:59:23.196 INFO O| Aug 11 21:59:23.196 INFO STEP 154 (remove_files) COMPLETE
56982026-08-11T21:59:24.438Z[ recovery-image] Aug 11 21:59:23.196 INFO O| Aug 11 21:59:23.196 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-11T21:59:24.442Z[ recovery-image] Aug 11 21:59:23.207 INFO O| Aug 11 21:59:23.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57002026-08-11T21:59:24.442Z[ recovery-image] Aug 11 21:59:23.207 INFO O| Aug 11 21:59:23.207 INFO STEP 155 (remove_files) COMPLETE
57012026-08-11T21:59:24.442Z[ recovery-image] Aug 11 21:59:23.207 INFO O| Aug 11 21:59:23.207 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-11T21:59:24.450Z[ recovery-image] Aug 11 21:59:23.215 INFO O| Aug 11 21:59:23.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57032026-08-11T21:59:24.451Z[ recovery-image] Aug 11 21:59:23.215 INFO O| Aug 11 21:59:23.215 INFO STEP 156 (remove_files) COMPLETE
57042026-08-11T21:59:24.475Z[ recovery-image] Aug 11 21:59:23.215 INFO O| Aug 11 21:59:23.215 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-11T21:59:24.475Z[ recovery-image] Aug 11 21:59:23.224 INFO O| Aug 11 21:59:23.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57062026-08-11T21:59:24.475Z[ recovery-image] Aug 11 21:59:23.224 INFO O| Aug 11 21:59:23.224 INFO STEP 157 (remove_files) COMPLETE
57072026-08-11T21:59:24.475Z[ recovery-image] Aug 11 21:59:23.224 INFO O| Aug 11 21:59:23.224 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-11T21:59:24.475Z[ recovery-image] Aug 11 21:59:23.233 INFO O| Aug 11 21:59:23.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57092026-08-11T21:59:24.475Z[ recovery-image] Aug 11 21:59:23.233 INFO O| Aug 11 21:59:23.233 INFO STEP 158 (remove_files) COMPLETE
57102026-08-11T21:59:24.475Z[ recovery-image] Aug 11 21:59:23.233 INFO O| Aug 11 21:59:23.233 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-11T21:59:24.489Z[ recovery-image] Aug 11 21:59:23.242 INFO O| Aug 11 21:59:23.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57122026-08-11T21:59:24.489Z[ recovery-image] Aug 11 21:59:23.242 INFO O| Aug 11 21:59:23.242 INFO STEP 159 (remove_files) COMPLETE
57132026-08-11T21:59:24.489Z[ recovery-image] Aug 11 21:59:23.242 INFO O| Aug 11 21:59:23.242 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-11T21:59:24.495Z[ recovery-image] Aug 11 21:59:23.250 INFO O| Aug 11 21:59:23.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57152026-08-11T21:59:24.495Z[ recovery-image] Aug 11 21:59:23.250 INFO O| Aug 11 21:59:23.250 INFO STEP 160 (remove_files) COMPLETE
57162026-08-11T21:59:24.495Z[ recovery-image] Aug 11 21:59:23.250 INFO O| Aug 11 21:59:23.250 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-11T21:59:24.501Z[ recovery-image] Aug 11 21:59:23.258 INFO O| Aug 11 21:59:23.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57182026-08-11T21:59:24.501Z[ recovery-image] Aug 11 21:59:23.258 INFO O| Aug 11 21:59:23.258 INFO STEP 161 (remove_files) COMPLETE
57192026-08-11T21:59:24.501Z[ recovery-image] Aug 11 21:59:23.258 INFO O| Aug 11 21:59:23.258 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-11T21:59:24.505Z[ recovery-image] Aug 11 21:59:23.267 INFO O| Aug 11 21:59:23.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57212026-08-11T21:59:24.505Z[ recovery-image] Aug 11 21:59:23.267 INFO O| Aug 11 21:59:23.267 INFO STEP 162 (remove_files) COMPLETE
57222026-08-11T21:59:24.505Z[ recovery-image] Aug 11 21:59:23.267 INFO O| Aug 11 21:59:23.267 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-11T21:59:24.510Z[ recovery-image] Aug 11 21:59:23.275 INFO O| Aug 11 21:59:23.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57242026-08-11T21:59:24.510Z[ recovery-image] Aug 11 21:59:23.275 INFO O| Aug 11 21:59:23.275 INFO STEP 163 (remove_files) COMPLETE
57252026-08-11T21:59:24.514Z[ recovery-image] Aug 11 21:59:23.275 INFO O| Aug 11 21:59:23.275 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-11T21:59:24.518Z[ recovery-image] Aug 11 21:59:23.284 INFO O| Aug 11 21:59:23.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57272026-08-11T21:59:24.518Z[ recovery-image] Aug 11 21:59:23.284 INFO O| Aug 11 21:59:23.284 INFO STEP 164 (remove_files) COMPLETE
57282026-08-11T21:59:24.522Z[ recovery-image] Aug 11 21:59:23.284 INFO O| Aug 11 21:59:23.284 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-11T21:59:24.528Z[ recovery-image] Aug 11 21:59:23.293 INFO O| Aug 11 21:59:23.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57302026-08-11T21:59:24.528Z[ recovery-image] Aug 11 21:59:23.293 INFO O| Aug 11 21:59:23.293 INFO STEP 165 (remove_files) COMPLETE
57312026-08-11T21:59:24.531Z[ recovery-image] Aug 11 21:59:23.293 INFO O| Aug 11 21:59:23.293 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-11T21:59:24.537Z[ recovery-image] Aug 11 21:59:23.302 INFO O| Aug 11 21:59:23.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57332026-08-11T21:59:24.537Z[ recovery-image] Aug 11 21:59:23.302 INFO O| Aug 11 21:59:23.302 INFO STEP 166 (remove_files) COMPLETE
57342026-08-11T21:59:24.537Z[ recovery-image] Aug 11 21:59:23.302 INFO O| Aug 11 21:59:23.302 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-11T21:59:24.546Z[ recovery-image] Aug 11 21:59:23.310 INFO O| Aug 11 21:59:23.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57362026-08-11T21:59:24.546Z[ recovery-image] Aug 11 21:59:23.310 INFO O| Aug 11 21:59:23.310 INFO STEP 167 (remove_files) COMPLETE
57372026-08-11T21:59:24.546Z[ recovery-image] Aug 11 21:59:23.310 INFO O| Aug 11 21:59:23.310 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-11T21:59:24.553Z[ recovery-image] Aug 11 21:59:23.319 INFO O| Aug 11 21:59:23.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57392026-08-11T21:59:24.554Z[ recovery-image] Aug 11 21:59:23.319 INFO O| Aug 11 21:59:23.319 INFO STEP 168 (remove_files) COMPLETE
57402026-08-11T21:59:24.561Z[ recovery-image] Aug 11 21:59:23.319 INFO O| Aug 11 21:59:23.319 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-11T21:59:24.565Z[ recovery-image] Aug 11 21:59:23.328 INFO O| Aug 11 21:59:23.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57422026-08-11T21:59:24.565Z[ recovery-image] Aug 11 21:59:23.328 INFO O| Aug 11 21:59:23.328 INFO STEP 169 (remove_files) COMPLETE
57432026-08-11T21:59:24.565Z[ recovery-image] Aug 11 21:59:23.328 INFO O| Aug 11 21:59:23.328 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-11T21:59:24.573Z[ recovery-image] Aug 11 21:59:23.338 INFO O| Aug 11 21:59:23.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57452026-08-11T21:59:24.573Z[ recovery-image] Aug 11 21:59:23.338 INFO O| Aug 11 21:59:23.338 INFO STEP 170 (remove_files) COMPLETE
57462026-08-11T21:59:24.574Z[ recovery-image] Aug 11 21:59:23.338 INFO O| Aug 11 21:59:23.338 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-11T21:59:24.582Z[ recovery-image] Aug 11 21:59:23.347 INFO O| Aug 11 21:59:23.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57482026-08-11T21:59:24.582Z[ recovery-image] Aug 11 21:59:23.347 INFO O| Aug 11 21:59:23.347 INFO STEP 171 (remove_files) COMPLETE
57492026-08-11T21:59:24.586Z[ recovery-image] Aug 11 21:59:23.347 INFO O| Aug 11 21:59:23.347 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-11T21:59:24.590Z[ recovery-image] Aug 11 21:59:23.355 INFO O| Aug 11 21:59:23.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57512026-08-11T21:59:24.590Z[ recovery-image] Aug 11 21:59:23.355 INFO O| Aug 11 21:59:23.355 INFO STEP 172 (remove_files) COMPLETE
57522026-08-11T21:59:24.594Z[ recovery-image] Aug 11 21:59:23.355 INFO O| Aug 11 21:59:23.355 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-11T21:59:24.613Z[ recovery-image] Aug 11 21:59:23.363 INFO O| Aug 11 21:59:23.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57542026-08-11T21:59:24.613Z[ recovery-image] Aug 11 21:59:23.363 INFO O| Aug 11 21:59:23.363 INFO STEP 173 (remove_files) COMPLETE
57552026-08-11T21:59:24.620Z[ recovery-image] Aug 11 21:59:23.363 INFO O| Aug 11 21:59:23.363 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-11T21:59:24.620Z[ recovery-image] Aug 11 21:59:23.371 INFO O| Aug 11 21:59:23.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57572026-08-11T21:59:24.620Z[ recovery-image] Aug 11 21:59:23.371 INFO O| Aug 11 21:59:23.371 INFO STEP 174 (remove_files) COMPLETE
57582026-08-11T21:59:24.620Z[ recovery-image] Aug 11 21:59:23.371 INFO O| Aug 11 21:59:23.371 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-11T21:59:24.620Z[ recovery-image] Aug 11 21:59:23.379 INFO O| Aug 11 21:59:23.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57602026-08-11T21:59:24.620Z[ recovery-image] Aug 11 21:59:23.379 INFO O| Aug 11 21:59:23.379 INFO STEP 175 (remove_files) COMPLETE
57612026-08-11T21:59:24.621Z[ recovery-image] Aug 11 21:59:23.379 INFO O| Aug 11 21:59:23.379 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-11T21:59:24.628Z[ recovery-image] Aug 11 21:59:23.387 INFO O| Aug 11 21:59:23.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57632026-08-11T21:59:24.628Z[ recovery-image] Aug 11 21:59:23.388 INFO O| Aug 11 21:59:23.388 INFO STEP 176 (remove_files) COMPLETE
57642026-08-11T21:59:24.628Z[ recovery-image] Aug 11 21:59:23.388 INFO O| Aug 11 21:59:23.388 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-11T21:59:24.633Z[ recovery-image] Aug 11 21:59:23.397 INFO O| Aug 11 21:59:23.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57662026-08-11T21:59:24.633Z[ recovery-image] Aug 11 21:59:23.397 INFO O| Aug 11 21:59:23.397 INFO STEP 177 (remove_files) COMPLETE
57672026-08-11T21:59:24.711Z[ recovery-image] Aug 11 21:59:23.397 INFO O| Aug 11 21:59:23.397 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.408 INFO O| Aug 11 21:59:23.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57692026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.408 INFO O| Aug 11 21:59:23.408 INFO STEP 178 (remove_files) COMPLETE
57702026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.408 INFO O| Aug 11 21:59:23.408 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.418 INFO O| Aug 11 21:59:23.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57722026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.418 INFO O| Aug 11 21:59:23.418 INFO STEP 179 (remove_files) COMPLETE
57732026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.418 INFO O| Aug 11 21:59:23.418 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.431 INFO O| Aug 11 21:59:23.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57752026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.431 INFO O| Aug 11 21:59:23.431 INFO STEP 180 (remove_files) COMPLETE
57762026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.431 INFO O| Aug 11 21:59:23.431 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.443 INFO O| Aug 11 21:59:23.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57782026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.443 INFO O| Aug 11 21:59:23.443 INFO STEP 181 (remove_files) COMPLETE
57792026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.443 INFO O| Aug 11 21:59:23.443 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.454 INFO O| Aug 11 21:59:23.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57812026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.454 INFO O| Aug 11 21:59:23.454 INFO STEP 182 (remove_files) COMPLETE
57822026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.454 INFO O| Aug 11 21:59:23.454 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.465 INFO O| Aug 11 21:59:23.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57842026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.465 INFO O| Aug 11 21:59:23.465 INFO STEP 183 (remove_files) COMPLETE
57852026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.465 INFO O| Aug 11 21:59:23.465 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.476 INFO O| Aug 11 21:59:23.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57872026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.476 INFO O| Aug 11 21:59:23.476 INFO STEP 184 (remove_files) COMPLETE
57882026-08-11T21:59:24.735Z[ recovery-image] Aug 11 21:59:23.476 INFO O| Aug 11 21:59:23.476 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-11T21:59:24.748Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
57902026-08-11T21:59:24.748Z[ recovery-image] Aug 11 21:59:23.486 INFO O| Aug 11 21:59:23.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57912026-08-11T21:59:24.748Z[ recovery-image] Aug 11 21:59:23.486 INFO O| Aug 11 21:59:23.486 INFO STEP 185 (remove_files) COMPLETE
57922026-08-11T21:59:24.748Z[ recovery-image] Aug 11 21:59:23.486 INFO O| Aug 11 21:59:23.486 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-11T21:59:24.748Z[ recovery-image] Aug 11 21:59:23.497 INFO O| Aug 11 21:59:23.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57942026-08-11T21:59:24.748Z[ recovery-image] Aug 11 21:59:23.497 INFO O| Aug 11 21:59:23.497 INFO STEP 186 (remove_files) COMPLETE
57952026-08-11T21:59:24.748Z[ recovery-image] Aug 11 21:59:23.497 INFO O| Aug 11 21:59:23.497 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-11T21:59:24.754Z[ recovery-image] Aug 11 21:59:23.506 INFO O| Aug 11 21:59:23.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57972026-08-11T21:59:24.754Z[ recovery-image] Aug 11 21:59:23.506 INFO O| Aug 11 21:59:23.506 INFO STEP 187 (remove_files) COMPLETE
57982026-08-11T21:59:24.755Z[ recovery-image] Aug 11 21:59:23.506 INFO O| Aug 11 21:59:23.506 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-11T21:59:24.755Z[ recovery-image] Aug 11 21:59:23.516 INFO O| Aug 11 21:59:23.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58002026-08-11T21:59:24.755Z[ recovery-image] Aug 11 21:59:23.516 INFO O| Aug 11 21:59:23.516 INFO STEP 188 (remove_files) COMPLETE
58012026-08-11T21:59:24.755Z[ recovery-image] Aug 11 21:59:23.516 INFO O| Aug 11 21:59:23.516 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-11T21:59:24.761Z[ recovery-image] Aug 11 21:59:23.526 INFO O| Aug 11 21:59:23.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58032026-08-11T21:59:24.761Z[ recovery-image] Aug 11 21:59:23.526 INFO O| Aug 11 21:59:23.526 INFO STEP 189 (remove_files) COMPLETE
58042026-08-11T21:59:24.761Z[ recovery-image] Aug 11 21:59:23.526 INFO O| Aug 11 21:59:23.526 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-11T21:59:24.773Z[ recovery-image] Aug 11 21:59:23.536 INFO O| Aug 11 21:59:23.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58062026-08-11T21:59:24.773Z[ recovery-image] Aug 11 21:59:23.537 INFO O| Aug 11 21:59:23.537 INFO STEP 190 (remove_files) COMPLETE
58072026-08-11T21:59:24.773Z[ recovery-image] Aug 11 21:59:23.537 INFO O| Aug 11 21:59:23.537 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-11T21:59:24.787Z[ recovery-image] Aug 11 21:59:23.548 INFO O| Aug 11 21:59:23.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58092026-08-11T21:59:24.788Z[ recovery-image] Aug 11 21:59:23.548 INFO O| Aug 11 21:59:23.548 INFO STEP 191 (remove_files) COMPLETE
58102026-08-11T21:59:24.792Z[ recovery-image] Aug 11 21:59:23.548 INFO O| Aug 11 21:59:23.548 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-11T21:59:24.822Z[ recovery-image] Aug 11 21:59:23.559 INFO O| Aug 11 21:59:23.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58122026-08-11T21:59:24.822Z[ recovery-image] Aug 11 21:59:23.559 INFO O| Aug 11 21:59:23.559 INFO STEP 192 (remove_files) COMPLETE
58132026-08-11T21:59:24.822Z[ recovery-image] Aug 11 21:59:23.559 INFO O| Aug 11 21:59:23.559 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-11T21:59:24.822Z[ recovery-image] Aug 11 21:59:23.570 INFO O| Aug 11 21:59:23.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58152026-08-11T21:59:24.822Z[ recovery-image] Aug 11 21:59:23.570 INFO O| Aug 11 21:59:23.570 INFO STEP 193 (remove_files) COMPLETE
58162026-08-11T21:59:24.822Z[ recovery-image] Aug 11 21:59:23.570 INFO O| Aug 11 21:59:23.570 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-11T21:59:24.826Z[verify-libraries] Compiling russh-util v0.52.0
58182026-08-11T21:59:24.826Z[ recovery-image] Aug 11 21:59:23.581 INFO O| Aug 11 21:59:23.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58192026-08-11T21:59:24.826Z[ recovery-image] Aug 11 21:59:23.581 INFO O| Aug 11 21:59:23.581 INFO STEP 194 (remove_files) COMPLETE
58202026-08-11T21:59:24.826Z[ recovery-image] Aug 11 21:59:23.581 INFO O| Aug 11 21:59:23.581 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-11T21:59:24.830Z[ recovery-image] Aug 11 21:59:23.592 INFO O| Aug 11 21:59:23.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58222026-08-11T21:59:24.830Z[ recovery-image] Aug 11 21:59:23.593 INFO O| Aug 11 21:59:23.592 INFO STEP 195 (remove_files) COMPLETE
58232026-08-11T21:59:24.830Z[ recovery-image] Aug 11 21:59:23.593 INFO O| Aug 11 21:59:23.593 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-11T21:59:24.840Z[ recovery-image] Aug 11 21:59:23.603 INFO O| Aug 11 21:59:23.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58252026-08-11T21:59:24.840Z[ recovery-image] Aug 11 21:59:23.603 INFO O| Aug 11 21:59:23.603 INFO STEP 196 (remove_files) COMPLETE
58262026-08-11T21:59:24.844Z[ recovery-image] Aug 11 21:59:23.603 INFO O| Aug 11 21:59:23.603 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-11T21:59:24.863Z[ recovery-image] Aug 11 21:59:23.613 INFO O| Aug 11 21:59:23.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58282026-08-11T21:59:24.863Z[ recovery-image] Aug 11 21:59:23.613 INFO O| Aug 11 21:59:23.613 INFO STEP 197 (remove_files) COMPLETE
58292026-08-11T21:59:24.867Z[ recovery-image] Aug 11 21:59:23.613 INFO O| Aug 11 21:59:23.613 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-11T21:59:24.867Z[ recovery-image] Aug 11 21:59:23.623 INFO O| Aug 11 21:59:23.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58312026-08-11T21:59:24.867Z[ recovery-image] Aug 11 21:59:23.623 INFO O| Aug 11 21:59:23.623 INFO STEP 198 (remove_files) COMPLETE
58322026-08-11T21:59:24.867Z[ recovery-image] Aug 11 21:59:23.623 INFO O| Aug 11 21:59:23.623 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-11T21:59:24.867Z[ recovery-image] Aug 11 21:59:23.631 INFO O| Aug 11 21:59:23.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58342026-08-11T21:59:24.867Z[ recovery-image] Aug 11 21:59:23.631 INFO O| Aug 11 21:59:23.631 INFO STEP 199 (remove_files) COMPLETE
58352026-08-11T21:59:24.867Z[ recovery-image] Aug 11 21:59:23.631 INFO O| Aug 11 21:59:23.631 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-11T21:59:24.876Z[ recovery-image] Aug 11 21:59:23.640 INFO O| Aug 11 21:59:23.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58372026-08-11T21:59:24.876Z[ recovery-image] Aug 11 21:59:23.640 INFO O| Aug 11 21:59:23.640 INFO STEP 200 (remove_files) COMPLETE
58382026-08-11T21:59:24.880Z[ recovery-image] Aug 11 21:59:23.640 INFO O| Aug 11 21:59:23.640 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-11T21:59:24.885Z[ recovery-image] Aug 11 21:59:23.650 INFO O| Aug 11 21:59:23.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58402026-08-11T21:59:24.886Z[ recovery-image] Aug 11 21:59:23.650 INFO O| Aug 11 21:59:23.650 INFO STEP 201 (remove_files) COMPLETE
58412026-08-11T21:59:24.886Z[ recovery-image] Aug 11 21:59:23.650 INFO O| Aug 11 21:59:23.650 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-11T21:59:24.895Z[ recovery-image] Aug 11 21:59:23.660 INFO O| Aug 11 21:59:23.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58432026-08-11T21:59:24.895Z[ recovery-image] Aug 11 21:59:23.660 INFO O| Aug 11 21:59:23.660 INFO STEP 202 (remove_files) COMPLETE
58442026-08-11T21:59:24.896Z[ recovery-image] Aug 11 21:59:23.660 INFO O| Aug 11 21:59:23.660 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-11T21:59:24.906Z[ recovery-image] Aug 11 21:59:23.670 INFO O| Aug 11 21:59:23.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58462026-08-11T21:59:24.906Z[ recovery-image] Aug 11 21:59:23.670 INFO O| Aug 11 21:59:23.670 INFO STEP 203 (remove_files) COMPLETE
58472026-08-11T21:59:24.906Z[ recovery-image] Aug 11 21:59:23.670 INFO O| Aug 11 21:59:23.670 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-11T21:59:24.916Z[ recovery-image] Aug 11 21:59:23.680 INFO O| Aug 11 21:59:23.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58492026-08-11T21:59:24.916Z[ recovery-image] Aug 11 21:59:23.680 INFO O| Aug 11 21:59:23.680 INFO STEP 204 (remove_files) COMPLETE
58502026-08-11T21:59:24.916Z[ recovery-image] Aug 11 21:59:23.680 INFO O| Aug 11 21:59:23.680 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-11T21:59:24.925Z[ recovery-image] Aug 11 21:59:23.690 INFO O| Aug 11 21:59:23.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58522026-08-11T21:59:24.925Z[ recovery-image] Aug 11 21:59:23.691 INFO O| Aug 11 21:59:23.691 INFO STEP 205 (remove_files) COMPLETE
58532026-08-11T21:59:24.926Z[ recovery-image] Aug 11 21:59:23.691 INFO O| Aug 11 21:59:23.691 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-11T21:59:24.935Z[ recovery-image] Aug 11 21:59:23.700 INFO O| Aug 11 21:59:23.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58552026-08-11T21:59:24.935Z[ recovery-image] Aug 11 21:59:23.700 INFO O| Aug 11 21:59:23.700 INFO STEP 206 (remove_files) COMPLETE
58562026-08-11T21:59:24.936Z[ recovery-image] Aug 11 21:59:23.700 INFO O| Aug 11 21:59:23.700 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-11T21:59:24.945Z[ recovery-image] Aug 11 21:59:23.710 INFO O| Aug 11 21:59:23.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58582026-08-11T21:59:24.945Z[ recovery-image] Aug 11 21:59:23.710 INFO O| Aug 11 21:59:23.710 INFO STEP 207 (remove_files) COMPLETE
58592026-08-11T21:59:24.945Z[ recovery-image] Aug 11 21:59:23.710 INFO O| Aug 11 21:59:23.710 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-11T21:59:24.955Z[ recovery-image] Aug 11 21:59:23.720 INFO O| Aug 11 21:59:23.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58612026-08-11T21:59:24.955Z[ recovery-image] Aug 11 21:59:23.720 INFO O| Aug 11 21:59:23.720 INFO STEP 208 (remove_files) COMPLETE
58622026-08-11T21:59:24.965Z[ recovery-image] Aug 11 21:59:23.720 INFO O| Aug 11 21:59:23.720 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-11T21:59:24.969Z[ recovery-image] Aug 11 21:59:23.730 INFO O| Aug 11 21:59:23.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58642026-08-11T21:59:24.969Z[ recovery-image] Aug 11 21:59:23.730 INFO O| Aug 11 21:59:23.730 INFO STEP 209 (remove_files) COMPLETE
58652026-08-11T21:59:24.969Z[ recovery-image] Aug 11 21:59:23.730 INFO O| Aug 11 21:59:23.730 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-11T21:59:24.979Z[ recovery-image] Aug 11 21:59:23.739 INFO O| Aug 11 21:59:23.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58672026-08-11T21:59:24.979Z[ recovery-image] Aug 11 21:59:23.739 INFO O| Aug 11 21:59:23.739 INFO STEP 210 (remove_files) COMPLETE
58682026-08-11T21:59:24.979Z[ recovery-image] Aug 11 21:59:23.739 INFO O| Aug 11 21:59:23.739 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-11T21:59:24.987Z[ recovery-image] Aug 11 21:59:23.750 INFO O| Aug 11 21:59:23.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58702026-08-11T21:59:24.987Z[ recovery-image] Aug 11 21:59:23.750 INFO O| Aug 11 21:59:23.750 INFO STEP 211 (remove_files) COMPLETE
58712026-08-11T21:59:24.992Z[ recovery-image] Aug 11 21:59:23.750 INFO O| Aug 11 21:59:23.750 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-11T21:59:24.998Z[ recovery-image] Aug 11 21:59:23.760 INFO O| Aug 11 21:59:23.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58732026-08-11T21:59:24.998Z[ recovery-image] Aug 11 21:59:23.760 INFO O| Aug 11 21:59:23.760 INFO STEP 212 (remove_files) COMPLETE
58742026-08-11T21:59:24.998Z[ recovery-image] Aug 11 21:59:23.760 INFO O| Aug 11 21:59:23.760 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-11T21:59:25.004Z[ recovery-image] Aug 11 21:59:23.769 INFO O| Aug 11 21:59:23.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58762026-08-11T21:59:25.004Z[ recovery-image] Aug 11 21:59:23.769 INFO O| Aug 11 21:59:23.769 INFO STEP 213 (remove_files) COMPLETE
58772026-08-11T21:59:25.009Z[ recovery-image] Aug 11 21:59:23.769 INFO O| Aug 11 21:59:23.769 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-11T21:59:25.016Z[ recovery-image] Aug 11 21:59:23.781 INFO O| Aug 11 21:59:23.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58792026-08-11T21:59:25.016Z[ recovery-image] Aug 11 21:59:23.781 INFO O| Aug 11 21:59:23.780 INFO STEP 214 (remove_files) COMPLETE
58802026-08-11T21:59:25.016Z[ recovery-image] Aug 11 21:59:23.781 INFO O| Aug 11 21:59:23.780 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-11T21:59:25.027Z[ recovery-image] Aug 11 21:59:23.790 INFO O| Aug 11 21:59:23.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58822026-08-11T21:59:25.027Z[ recovery-image] Aug 11 21:59:23.790 INFO O| Aug 11 21:59:23.790 INFO STEP 215 (remove_files) COMPLETE
58832026-08-11T21:59:25.033Z[ recovery-image] Aug 11 21:59:23.790 INFO O| Aug 11 21:59:23.790 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-11T21:59:25.036Z[ recovery-image] Aug 11 21:59:23.800 INFO O| Aug 11 21:59:23.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58852026-08-11T21:59:25.036Z[ recovery-image] Aug 11 21:59:23.800 INFO O| Aug 11 21:59:23.800 INFO STEP 216 (remove_files) COMPLETE
58862026-08-11T21:59:25.036Z[ recovery-image] Aug 11 21:59:23.800 INFO O| Aug 11 21:59:23.800 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-11T21:59:25.045Z[ recovery-image] Aug 11 21:59:23.809 INFO O| Aug 11 21:59:23.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58882026-08-11T21:59:25.049Z[ recovery-image] Aug 11 21:59:23.810 INFO O| Aug 11 21:59:23.810 INFO STEP 217 (remove_files) COMPLETE
58892026-08-11T21:59:25.049Z[ recovery-image] Aug 11 21:59:23.810 INFO O| Aug 11 21:59:23.810 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-11T21:59:25.055Z[ recovery-image] Aug 11 21:59:23.820 INFO O| Aug 11 21:59:23.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58912026-08-11T21:59:25.055Z[ recovery-image] Aug 11 21:59:23.820 INFO O| Aug 11 21:59:23.820 INFO STEP 218 (remove_files) COMPLETE
58922026-08-11T21:59:25.055Z[ recovery-image] Aug 11 21:59:23.820 INFO O| Aug 11 21:59:23.820 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-11T21:59:25.065Z[verify-libraries] Compiling enum_dispatch v0.3.13
58942026-08-11T21:59:25.065Z[ recovery-image] Aug 11 21:59:23.829 INFO O| Aug 11 21:59:23.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58952026-08-11T21:59:25.069Z[ recovery-image] Aug 11 21:59:23.829 INFO O| Aug 11 21:59:23.829 INFO STEP 219 (remove_files) COMPLETE
58962026-08-11T21:59:25.069Z[ recovery-image] Aug 11 21:59:23.829 INFO O| Aug 11 21:59:23.829 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-11T21:59:25.073Z[ recovery-image] Aug 11 21:59:23.838 INFO O| Aug 11 21:59:23.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
58982026-08-11T21:59:25.073Z[ recovery-image] Aug 11 21:59:23.838 INFO O| Aug 11 21:59:23.838 INFO STEP 220 (remove_files) COMPLETE
58992026-08-11T21:59:25.078Z[ recovery-image] Aug 11 21:59:23.838 INFO O| Aug 11 21:59:23.838 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-11T21:59:25.089Z[ recovery-image] Aug 11 21:59:23.853 INFO O| Aug 11 21:59:23.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59012026-08-11T21:59:25.089Z[ recovery-image] Aug 11 21:59:23.853 INFO O| Aug 11 21:59:23.853 INFO STEP 221 (remove_files) COMPLETE
59022026-08-11T21:59:25.089Z[ recovery-image] Aug 11 21:59:23.853 INFO O| Aug 11 21:59:23.853 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-11T21:59:25.108Z[ recovery-image] Aug 11 21:59:23.864 INFO O| Aug 11 21:59:23.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59042026-08-11T21:59:25.108Z[ recovery-image] Aug 11 21:59:23.864 INFO O| Aug 11 21:59:23.864 INFO STEP 222 (remove_files) COMPLETE
59052026-08-11T21:59:25.108Z[ recovery-image] Aug 11 21:59:23.864 INFO O| Aug 11 21:59:23.864 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-11T21:59:25.117Z[ recovery-image] Aug 11 21:59:23.874 INFO O| Aug 11 21:59:23.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59072026-08-11T21:59:25.117Z[ recovery-image] Aug 11 21:59:23.874 INFO O| Aug 11 21:59:23.874 INFO STEP 223 (remove_files) COMPLETE
59082026-08-11T21:59:25.117Z[ recovery-image] Aug 11 21:59:23.874 INFO O| Aug 11 21:59:23.874 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-11T21:59:25.128Z[ recovery-image] Aug 11 21:59:23.883 INFO O| Aug 11 21:59:23.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59102026-08-11T21:59:25.128Z[ recovery-image] Aug 11 21:59:23.883 INFO O| Aug 11 21:59:23.883 INFO STEP 224 (remove_files) COMPLETE
59112026-08-11T21:59:25.128Z[ recovery-image] Aug 11 21:59:23.883 INFO O| Aug 11 21:59:23.883 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-11T21:59:25.133Z[ recovery-image] Aug 11 21:59:23.892 INFO O| Aug 11 21:59:23.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59132026-08-11T21:59:25.133Z[ recovery-image] Aug 11 21:59:23.892 INFO O| Aug 11 21:59:23.892 INFO STEP 225 (remove_files) COMPLETE
59142026-08-11T21:59:25.133Z[ recovery-image] Aug 11 21:59:23.892 INFO O| Aug 11 21:59:23.892 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-11T21:59:25.137Z[ recovery-image] Aug 11 21:59:23.902 INFO O| Aug 11 21:59:23.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59162026-08-11T21:59:25.137Z[ recovery-image] Aug 11 21:59:23.902 INFO O| Aug 11 21:59:23.902 INFO STEP 226 (remove_files) COMPLETE
59172026-08-11T21:59:25.137Z[ recovery-image] Aug 11 21:59:23.902 INFO O| Aug 11 21:59:23.902 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-11T21:59:25.147Z[ recovery-image] Aug 11 21:59:23.912 INFO O| Aug 11 21:59:23.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59192026-08-11T21:59:25.147Z[ recovery-image] Aug 11 21:59:23.912 INFO O| Aug 11 21:59:23.912 INFO STEP 227 (remove_files) COMPLETE
59202026-08-11T21:59:25.147Z[ recovery-image] Aug 11 21:59:23.912 INFO O| Aug 11 21:59:23.912 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-11T21:59:25.157Z[ recovery-image] Aug 11 21:59:23.921 INFO O| Aug 11 21:59:23.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59222026-08-11T21:59:25.157Z[ recovery-image] Aug 11 21:59:23.921 INFO O| Aug 11 21:59:23.921 INFO STEP 228 (remove_files) COMPLETE
59232026-08-11T21:59:25.157Z[ recovery-image] Aug 11 21:59:23.921 INFO O| Aug 11 21:59:23.921 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-11T21:59:25.165Z[ recovery-image] Aug 11 21:59:23.930 INFO O| Aug 11 21:59:23.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59252026-08-11T21:59:25.165Z[ recovery-image] Aug 11 21:59:23.930 INFO O| Aug 11 21:59:23.930 INFO STEP 229 (remove_files) COMPLETE
59262026-08-11T21:59:25.166Z[ recovery-image] Aug 11 21:59:23.930 INFO O| Aug 11 21:59:23.930 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-11T21:59:25.172Z[verify-libraries] Compiling delegate v0.13.5
59282026-08-11T21:59:25.180Z[ recovery-image] Aug 11 21:59:23.939 INFO O| Aug 11 21:59:23.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59292026-08-11T21:59:25.180Z[ recovery-image] Aug 11 21:59:23.939 INFO O| Aug 11 21:59:23.939 INFO STEP 230 (remove_files) COMPLETE
59302026-08-11T21:59:25.180Z[ recovery-image] Aug 11 21:59:23.939 INFO O| Aug 11 21:59:23.939 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-11T21:59:25.186Z[ recovery-image] Aug 11 21:59:23.947 INFO O| Aug 11 21:59:23.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59322026-08-11T21:59:25.186Z[ recovery-image] Aug 11 21:59:23.948 INFO O| Aug 11 21:59:23.947 INFO STEP 231 (remove_files) COMPLETE
59332026-08-11T21:59:25.186Z[ recovery-image] Aug 11 21:59:23.948 INFO O| Aug 11 21:59:23.947 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-11T21:59:25.191Z[ recovery-image] Aug 11 21:59:23.956 INFO O| Aug 11 21:59:23.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59352026-08-11T21:59:25.191Z[ recovery-image] Aug 11 21:59:23.956 INFO O| Aug 11 21:59:23.956 INFO STEP 232 (remove_files) COMPLETE
59362026-08-11T21:59:25.201Z[ recovery-image] Aug 11 21:59:23.956 INFO O| Aug 11 21:59:23.956 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-11T21:59:25.207Z[ recovery-image] Aug 11 21:59:23.965 INFO O| Aug 11 21:59:23.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59382026-08-11T21:59:25.207Z[ recovery-image] Aug 11 21:59:23.966 INFO O| Aug 11 21:59:23.965 INFO STEP 233 (remove_files) COMPLETE
59392026-08-11T21:59:25.207Z[ recovery-image] Aug 11 21:59:23.966 INFO O| Aug 11 21:59:23.966 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-11T21:59:25.212Z[ recovery-image] Aug 11 21:59:23.974 INFO O| Aug 11 21:59:23.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59412026-08-11T21:59:25.212Z[ recovery-image] Aug 11 21:59:23.974 INFO O| Aug 11 21:59:23.974 INFO STEP 234 (remove_files) COMPLETE
59422026-08-11T21:59:25.212Z[ recovery-image] Aug 11 21:59:23.974 INFO O| Aug 11 21:59:23.974 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-11T21:59:25.218Z[ recovery-image] Aug 11 21:59:23.983 INFO O| Aug 11 21:59:23.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59442026-08-11T21:59:25.218Z[ recovery-image] Aug 11 21:59:23.983 INFO O| Aug 11 21:59:23.983 INFO STEP 235 (remove_files) COMPLETE
59452026-08-11T21:59:25.218Z[ recovery-image] Aug 11 21:59:23.983 INFO O| Aug 11 21:59:23.983 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-11T21:59:25.227Z[ recovery-image] Aug 11 21:59:23.991 INFO O| Aug 11 21:59:23.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59472026-08-11T21:59:25.227Z[ recovery-image] Aug 11 21:59:23.991 INFO O| Aug 11 21:59:23.991 INFO STEP 236 (remove_files) COMPLETE
59482026-08-11T21:59:25.227Z[ recovery-image] Aug 11 21:59:23.991 INFO O| Aug 11 21:59:23.991 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-11T21:59:25.235Z[ recovery-image] Aug 11 21:59:24.000 INFO O| Aug 11 21:59:24.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59502026-08-11T21:59:25.235Z[ recovery-image] Aug 11 21:59:24.000 INFO O| Aug 11 21:59:24.000 INFO STEP 237 (remove_files) COMPLETE
59512026-08-11T21:59:25.239Z[ recovery-image] Aug 11 21:59:24.000 INFO O| Aug 11 21:59:24.000 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-11T21:59:25.244Z[ recovery-image] Aug 11 21:59:24.008 INFO O| Aug 11 21:59:24.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59532026-08-11T21:59:25.244Z[ recovery-image] Aug 11 21:59:24.009 INFO O| Aug 11 21:59:24.009 INFO STEP 238 (remove_files) COMPLETE
59542026-08-11T21:59:25.244Z[ recovery-image] Aug 11 21:59:24.009 INFO O| Aug 11 21:59:24.009 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-11T21:59:25.253Z[ recovery-image] Aug 11 21:59:24.018 INFO O| Aug 11 21:59:24.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59562026-08-11T21:59:25.253Z[ recovery-image] Aug 11 21:59:24.018 INFO O| Aug 11 21:59:24.018 INFO STEP 239 (remove_files) COMPLETE
59572026-08-11T21:59:25.253Z[ recovery-image] Aug 11 21:59:24.018 INFO O| Aug 11 21:59:24.018 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-11T21:59:25.264Z[ recovery-image] Aug 11 21:59:24.027 INFO O| Aug 11 21:59:24.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59592026-08-11T21:59:25.264Z[ recovery-image] Aug 11 21:59:24.027 INFO O| Aug 11 21:59:24.027 INFO STEP 240 (remove_files) COMPLETE
59602026-08-11T21:59:25.264Z[ recovery-image] Aug 11 21:59:24.027 INFO O| Aug 11 21:59:24.027 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-11T21:59:25.273Z[ recovery-image] Aug 11 21:59:24.038 INFO O| Aug 11 21:59:24.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59622026-08-11T21:59:25.284Z[ recovery-image] Aug 11 21:59:24.043 INFO O| Aug 11 21:59:24.043 INFO STEP 241 (remove_files) COMPLETE
59632026-08-11T21:59:25.284Z[ recovery-image] Aug 11 21:59:24.043 INFO O| Aug 11 21:59:24.043 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-11T21:59:25.292Z[ recovery-image] Aug 11 21:59:24.053 INFO O| Aug 11 21:59:24.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59652026-08-11T21:59:25.292Z[ recovery-image] Aug 11 21:59:24.053 INFO O| Aug 11 21:59:24.053 INFO STEP 242 (remove_files) COMPLETE
59662026-08-11T21:59:25.292Z[ recovery-image] Aug 11 21:59:24.053 INFO O| Aug 11 21:59:24.053 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-11T21:59:25.298Z[ recovery-image] Aug 11 21:59:24.062 INFO O| Aug 11 21:59:24.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59682026-08-11T21:59:25.298Z[ recovery-image] Aug 11 21:59:24.062 INFO O| Aug 11 21:59:24.062 INFO STEP 243 (remove_files) COMPLETE
59692026-08-11T21:59:25.301Z[ recovery-image] Aug 11 21:59:24.062 INFO O| Aug 11 21:59:24.062 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-11T21:59:25.306Z[ recovery-image] Aug 11 21:59:24.071 INFO O| Aug 11 21:59:24.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59712026-08-11T21:59:25.306Z[ recovery-image] Aug 11 21:59:24.071 INFO O| Aug 11 21:59:24.071 INFO STEP 244 (remove_files) COMPLETE
59722026-08-11T21:59:25.306Z[ recovery-image] Aug 11 21:59:24.071 INFO O| Aug 11 21:59:24.071 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-11T21:59:25.316Z[ recovery-image] Aug 11 21:59:24.081 INFO O| Aug 11 21:59:24.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59742026-08-11T21:59:25.316Z[ recovery-image] Aug 11 21:59:24.081 INFO O| Aug 11 21:59:24.081 INFO STEP 245 (remove_files) COMPLETE
59752026-08-11T21:59:25.316Z[ recovery-image] Aug 11 21:59:24.081 INFO O| Aug 11 21:59:24.081 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-11T21:59:25.328Z[ recovery-image] Aug 11 21:59:24.091 INFO O| Aug 11 21:59:24.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59772026-08-11T21:59:25.328Z[ recovery-image] Aug 11 21:59:24.092 INFO O| Aug 11 21:59:24.091 INFO STEP 246 (remove_files) COMPLETE
59782026-08-11T21:59:25.328Z[ recovery-image] Aug 11 21:59:24.092 INFO O| Aug 11 21:59:24.092 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-11T21:59:25.337Z[ recovery-image] Aug 11 21:59:24.102 INFO O| Aug 11 21:59:24.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59802026-08-11T21:59:25.337Z[ recovery-image] Aug 11 21:59:24.102 INFO O| Aug 11 21:59:24.102 INFO STEP 247 (remove_files) COMPLETE
59812026-08-11T21:59:25.341Z[ recovery-image] Aug 11 21:59:24.102 INFO O| Aug 11 21:59:24.102 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-11T21:59:25.347Z[ recovery-image] Aug 11 21:59:24.111 INFO O| Aug 11 21:59:24.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59832026-08-11T21:59:25.347Z[ recovery-image] Aug 11 21:59:24.111 INFO O| Aug 11 21:59:24.111 INFO STEP 248 (remove_files) COMPLETE
59842026-08-11T21:59:25.347Z[ recovery-image] Aug 11 21:59:24.111 INFO O| Aug 11 21:59:24.111 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-11T21:59:25.356Z[ recovery-image] Aug 11 21:59:24.120 INFO O| Aug 11 21:59:24.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59862026-08-11T21:59:25.356Z[ recovery-image] Aug 11 21:59:24.120 INFO O| Aug 11 21:59:24.120 INFO STEP 249 (remove_files) COMPLETE
59872026-08-11T21:59:25.360Z[ recovery-image] Aug 11 21:59:24.120 INFO O| Aug 11 21:59:24.120 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-11T21:59:25.366Z[ recovery-image] Aug 11 21:59:24.131 INFO O| Aug 11 21:59:24.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59892026-08-11T21:59:25.369Z[ recovery-image] Aug 11 21:59:24.131 INFO O| Aug 11 21:59:24.131 INFO STEP 250 (remove_files) COMPLETE
59902026-08-11T21:59:25.369Z[ recovery-image] Aug 11 21:59:24.132 INFO O| Aug 11 21:59:24.131 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-11T21:59:25.378Z[ recovery-image] Aug 11 21:59:24.143 INFO O| Aug 11 21:59:24.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59922026-08-11T21:59:25.378Z[ recovery-image] Aug 11 21:59:24.143 INFO O| Aug 11 21:59:24.143 INFO STEP 251 (remove_files) COMPLETE
59932026-08-11T21:59:25.378Z[ recovery-image] Aug 11 21:59:24.143 INFO O| Aug 11 21:59:24.143 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-11T21:59:25.389Z[ recovery-image] Aug 11 21:59:24.154 INFO O| Aug 11 21:59:24.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59952026-08-11T21:59:25.389Z[ recovery-image] Aug 11 21:59:24.154 INFO O| Aug 11 21:59:24.154 INFO STEP 252 (remove_files) COMPLETE
59962026-08-11T21:59:25.389Z[ recovery-image] Aug 11 21:59:24.154 INFO O| Aug 11 21:59:24.154 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-11T21:59:25.399Z[ recovery-image] Aug 11 21:59:24.164 INFO O| Aug 11 21:59:24.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
59982026-08-11T21:59:25.399Z[ recovery-image] Aug 11 21:59:24.164 INFO O| Aug 11 21:59:24.164 INFO STEP 253 (remove_files) COMPLETE
59992026-08-11T21:59:25.399Z[ recovery-image] Aug 11 21:59:24.164 INFO O| Aug 11 21:59:24.164 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-11T21:59:25.409Z[ recovery-image] Aug 11 21:59:24.173 INFO O| Aug 11 21:59:24.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60012026-08-11T21:59:25.409Z[ recovery-image] Aug 11 21:59:24.173 INFO O| Aug 11 21:59:24.173 INFO STEP 254 (remove_files) COMPLETE
60022026-08-11T21:59:25.413Z[ recovery-image] Aug 11 21:59:24.173 INFO O| Aug 11 21:59:24.173 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-11T21:59:25.419Z[ recovery-image] Aug 11 21:59:24.183 INFO O| Aug 11 21:59:24.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60042026-08-11T21:59:25.419Z[ recovery-image] Aug 11 21:59:24.183 INFO O| Aug 11 21:59:24.183 INFO STEP 255 (remove_files) COMPLETE
60052026-08-11T21:59:25.419Z[ recovery-image] Aug 11 21:59:24.183 INFO O| Aug 11 21:59:24.183 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-11T21:59:25.431Z[ recovery-image] Aug 11 21:59:24.195 INFO O| Aug 11 21:59:24.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60072026-08-11T21:59:25.431Z[ recovery-image] Aug 11 21:59:24.195 INFO O| Aug 11 21:59:24.195 INFO STEP 256 (remove_files) COMPLETE
60082026-08-11T21:59:25.431Z[ recovery-image] Aug 11 21:59:24.195 INFO O| Aug 11 21:59:24.195 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-11T21:59:25.444Z[ recovery-image] Aug 11 21:59:24.205 INFO O| Aug 11 21:59:24.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60102026-08-11T21:59:25.444Z[ recovery-image] Aug 11 21:59:24.205 INFO O| Aug 11 21:59:24.205 INFO STEP 257 (remove_files) COMPLETE
60112026-08-11T21:59:25.444Z[ recovery-image] Aug 11 21:59:24.205 INFO O| Aug 11 21:59:24.205 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-11T21:59:25.450Z[ recovery-image] Aug 11 21:59:24.215 INFO O| Aug 11 21:59:24.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60132026-08-11T21:59:25.450Z[ recovery-image] Aug 11 21:59:24.215 INFO O| Aug 11 21:59:24.215 INFO STEP 258 (remove_files) COMPLETE
60142026-08-11T21:59:25.450Z[ recovery-image] Aug 11 21:59:24.215 INFO O| Aug 11 21:59:24.215 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-11T21:59:25.459Z[ recovery-image] Aug 11 21:59:24.224 INFO O| Aug 11 21:59:24.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60162026-08-11T21:59:25.459Z[ recovery-image] Aug 11 21:59:24.224 INFO O| Aug 11 21:59:24.224 INFO STEP 259 (remove_files) COMPLETE
60172026-08-11T21:59:25.459Z[ recovery-image] Aug 11 21:59:24.224 INFO O| Aug 11 21:59:24.224 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-11T21:59:25.470Z[ recovery-image] Aug 11 21:59:24.235 INFO O| Aug 11 21:59:24.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60192026-08-11T21:59:25.490Z[ recovery-image] Aug 11 21:59:24.235 INFO O| Aug 11 21:59:24.235 INFO STEP 260 (remove_files) COMPLETE
60202026-08-11T21:59:25.490Z[ recovery-image] Aug 11 21:59:24.236 INFO O| Aug 11 21:59:24.235 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-11T21:59:25.494Z[ recovery-image] Aug 11 21:59:24.245 INFO O| Aug 11 21:59:24.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60222026-08-11T21:59:25.494Z[ recovery-image] Aug 11 21:59:24.245 INFO O| Aug 11 21:59:24.245 INFO STEP 261 (remove_files) COMPLETE
60232026-08-11T21:59:25.494Z[ recovery-image] Aug 11 21:59:24.245 INFO O| Aug 11 21:59:24.245 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-11T21:59:25.494Z[ recovery-image] Aug 11 21:59:24.255 INFO O| Aug 11 21:59:24.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60252026-08-11T21:59:25.494Z[ recovery-image] Aug 11 21:59:24.255 INFO O| Aug 11 21:59:24.255 INFO STEP 262 (remove_files) COMPLETE
60262026-08-11T21:59:25.495Z[ recovery-image] Aug 11 21:59:24.255 INFO O| Aug 11 21:59:24.255 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-11T21:59:25.500Z[ recovery-image] Aug 11 21:59:24.265 INFO O| Aug 11 21:59:24.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60282026-08-11T21:59:25.500Z[ recovery-image] Aug 11 21:59:24.266 INFO O| Aug 11 21:59:24.265 INFO STEP 263 (remove_files) COMPLETE
60292026-08-11T21:59:25.504Z[ recovery-image] Aug 11 21:59:24.266 INFO O| Aug 11 21:59:24.265 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-11T21:59:25.513Z[ recovery-image] Aug 11 21:59:24.276 INFO O| Aug 11 21:59:24.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60312026-08-11T21:59:25.513Z[ recovery-image] Aug 11 21:59:24.276 INFO O| Aug 11 21:59:24.276 INFO STEP 264 (remove_files) COMPLETE
60322026-08-11T21:59:25.513Z[ recovery-image] Aug 11 21:59:24.276 INFO O| Aug 11 21:59:24.276 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-11T21:59:25.522Z[ recovery-image] Aug 11 21:59:24.285 INFO O| Aug 11 21:59:24.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60342026-08-11T21:59:25.522Z[ recovery-image] Aug 11 21:59:24.286 INFO O| Aug 11 21:59:24.286 INFO STEP 265 (remove_files) COMPLETE
60352026-08-11T21:59:25.522Z[ recovery-image] Aug 11 21:59:24.286 INFO O| Aug 11 21:59:24.286 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-11T21:59:25.532Z[ recovery-image] Aug 11 21:59:24.297 INFO O| Aug 11 21:59:24.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60372026-08-11T21:59:25.532Z[ recovery-image] Aug 11 21:59:24.297 INFO O| Aug 11 21:59:24.297 INFO STEP 266 (remove_files) COMPLETE
60382026-08-11T21:59:25.533Z[ recovery-image] Aug 11 21:59:24.297 INFO O| Aug 11 21:59:24.297 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-11T21:59:25.544Z[ recovery-image] Aug 11 21:59:24.308 INFO O| Aug 11 21:59:24.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60402026-08-11T21:59:25.544Z[ recovery-image] Aug 11 21:59:24.308 INFO O| Aug 11 21:59:24.308 INFO STEP 267 (remove_files) COMPLETE
60412026-08-11T21:59:25.544Z[ recovery-image] Aug 11 21:59:24.308 INFO O| Aug 11 21:59:24.308 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-11T21:59:25.553Z[ recovery-image] Aug 11 21:59:24.318 INFO O| Aug 11 21:59:24.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60432026-08-11T21:59:25.553Z[ recovery-image] Aug 11 21:59:24.318 INFO O| Aug 11 21:59:24.318 INFO STEP 268 (remove_files) COMPLETE
60442026-08-11T21:59:25.554Z[ recovery-image] Aug 11 21:59:24.318 INFO O| Aug 11 21:59:24.318 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-11T21:59:25.563Z[ recovery-image] Aug 11 21:59:24.328 INFO O| Aug 11 21:59:24.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60462026-08-11T21:59:25.563Z[ recovery-image] Aug 11 21:59:24.328 INFO O| Aug 11 21:59:24.328 INFO STEP 269 (remove_files) COMPLETE
60472026-08-11T21:59:25.563Z[ recovery-image] Aug 11 21:59:24.328 INFO O| Aug 11 21:59:24.328 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-11T21:59:25.576Z[ recovery-image] Aug 11 21:59:24.339 INFO O| Aug 11 21:59:24.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60492026-08-11T21:59:25.576Z[ recovery-image] Aug 11 21:59:24.339 INFO O| Aug 11 21:59:24.339 INFO STEP 270 (remove_files) COMPLETE
60502026-08-11T21:59:25.576Z[ recovery-image] Aug 11 21:59:24.339 INFO O| Aug 11 21:59:24.339 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-11T21:59:25.587Z[ recovery-image] Aug 11 21:59:24.350 INFO O| Aug 11 21:59:24.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60522026-08-11T21:59:25.587Z[ recovery-image] Aug 11 21:59:24.350 INFO O| Aug 11 21:59:24.350 INFO STEP 271 (remove_files) COMPLETE
60532026-08-11T21:59:25.591Z[ recovery-image] Aug 11 21:59:24.350 INFO O| Aug 11 21:59:24.350 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-11T21:59:25.594Z[ recovery-image] Aug 11 21:59:24.359 INFO O| Aug 11 21:59:24.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60552026-08-11T21:59:25.594Z[ recovery-image] Aug 11 21:59:24.359 INFO O| Aug 11 21:59:24.359 INFO STEP 272 (remove_files) COMPLETE
60562026-08-11T21:59:25.594Z[ recovery-image] Aug 11 21:59:24.359 INFO O| Aug 11 21:59:24.359 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-11T21:59:25.604Z[ recovery-image] Aug 11 21:59:24.369 INFO O| Aug 11 21:59:24.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60582026-08-11T21:59:25.607Z[ recovery-image] Aug 11 21:59:24.369 INFO O| Aug 11 21:59:24.369 INFO STEP 273 (remove_files) COMPLETE
60592026-08-11T21:59:25.607Z[ recovery-image] Aug 11 21:59:24.369 INFO O| Aug 11 21:59:24.369 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-11T21:59:25.616Z[ recovery-image] Aug 11 21:59:24.379 INFO O| Aug 11 21:59:24.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60612026-08-11T21:59:25.616Z[ recovery-image] Aug 11 21:59:24.380 INFO O| Aug 11 21:59:24.379 INFO STEP 274 (remove_files) COMPLETE
60622026-08-11T21:59:25.616Z[ recovery-image] Aug 11 21:59:24.380 INFO O| Aug 11 21:59:24.379 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-11T21:59:25.624Z[ recovery-image] Aug 11 21:59:24.389 INFO O| Aug 11 21:59:24.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60642026-08-11T21:59:25.624Z[ recovery-image] Aug 11 21:59:24.389 INFO O| Aug 11 21:59:24.389 INFO STEP 275 (remove_files) COMPLETE
60652026-08-11T21:59:25.625Z[ recovery-image] Aug 11 21:59:24.390 INFO O| Aug 11 21:59:24.389 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-11T21:59:25.635Z[ recovery-image] Aug 11 21:59:24.400 INFO O| Aug 11 21:59:24.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60672026-08-11T21:59:25.635Z[ recovery-image] Aug 11 21:59:24.400 INFO O| Aug 11 21:59:24.400 INFO STEP 276 (remove_files) COMPLETE
60682026-08-11T21:59:25.640Z[ recovery-image] Aug 11 21:59:24.400 INFO O| Aug 11 21:59:24.400 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-11T21:59:25.645Z[ recovery-image] Aug 11 21:59:24.410 INFO O| Aug 11 21:59:24.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60702026-08-11T21:59:25.649Z[ recovery-image] Aug 11 21:59:24.411 INFO O| Aug 11 21:59:24.411 INFO STEP 277 (remove_files) COMPLETE
60712026-08-11T21:59:25.649Z[ recovery-image] Aug 11 21:59:24.411 INFO O| Aug 11 21:59:24.411 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-11T21:59:25.656Z[ recovery-image] Aug 11 21:59:24.420 INFO O| Aug 11 21:59:24.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60732026-08-11T21:59:25.657Z[ recovery-image] Aug 11 21:59:24.420 INFO O| Aug 11 21:59:24.420 INFO STEP 278 (remove_files) COMPLETE
60742026-08-11T21:59:25.657Z[ recovery-image] Aug 11 21:59:24.420 INFO O| Aug 11 21:59:24.420 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-11T21:59:25.664Z[ recovery-image] Aug 11 21:59:24.429 INFO O| Aug 11 21:59:24.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60762026-08-11T21:59:25.664Z[ recovery-image] Aug 11 21:59:24.429 INFO O| Aug 11 21:59:24.429 INFO STEP 279 (remove_files) COMPLETE
60772026-08-11T21:59:25.664Z[ recovery-image] Aug 11 21:59:24.429 INFO O| Aug 11 21:59:24.429 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-11T21:59:25.675Z[ recovery-image] Aug 11 21:59:24.438 INFO O| Aug 11 21:59:24.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60792026-08-11T21:59:25.675Z[ recovery-image] Aug 11 21:59:24.438 INFO O| Aug 11 21:59:24.438 INFO STEP 280 (remove_files) COMPLETE
60802026-08-11T21:59:25.675Z[ recovery-image] Aug 11 21:59:24.438 INFO O| Aug 11 21:59:24.438 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-11T21:59:25.684Z[ recovery-image] Aug 11 21:59:24.448 INFO O| Aug 11 21:59:24.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60822026-08-11T21:59:25.684Z[ recovery-image] Aug 11 21:59:24.448 INFO O| Aug 11 21:59:24.448 INFO STEP 281 (remove_files) COMPLETE
60832026-08-11T21:59:25.685Z[ recovery-image] Aug 11 21:59:24.448 INFO O| Aug 11 21:59:24.448 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-11T21:59:25.698Z[ recovery-image] Aug 11 21:59:24.457 INFO O| Aug 11 21:59:24.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60852026-08-11T21:59:25.698Z[ recovery-image] Aug 11 21:59:24.457 INFO O| Aug 11 21:59:24.457 INFO STEP 282 (remove_files) COMPLETE
60862026-08-11T21:59:25.703Z[ recovery-image] Aug 11 21:59:24.457 INFO O| Aug 11 21:59:24.457 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-11T21:59:25.707Z[ recovery-image] Aug 11 21:59:24.468 INFO O| Aug 11 21:59:24.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60882026-08-11T21:59:25.707Z[ recovery-image] Aug 11 21:59:24.468 INFO O| Aug 11 21:59:24.468 INFO STEP 283 (remove_files) COMPLETE
60892026-08-11T21:59:25.707Z[ recovery-image] Aug 11 21:59:24.468 INFO O| Aug 11 21:59:24.468 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-11T21:59:25.712Z[ recovery-image] Aug 11 21:59:24.476 INFO O| Aug 11 21:59:24.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60912026-08-11T21:59:25.712Z[ recovery-image] Aug 11 21:59:24.477 INFO O| Aug 11 21:59:24.477 INFO STEP 284 (remove_files) COMPLETE
60922026-08-11T21:59:25.716Z[ recovery-image] Aug 11 21:59:24.477 INFO O| Aug 11 21:59:24.477 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-11T21:59:25.722Z[ recovery-image] Aug 11 21:59:24.487 INFO O| Aug 11 21:59:24.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60942026-08-11T21:59:25.722Z[ recovery-image] Aug 11 21:59:24.487 INFO O| Aug 11 21:59:24.487 INFO STEP 285 (remove_files) COMPLETE
60952026-08-11T21:59:25.722Z[ recovery-image] Aug 11 21:59:24.487 INFO O| Aug 11 21:59:24.487 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-11T21:59:25.733Z[ recovery-image] Aug 11 21:59:24.497 INFO O| Aug 11 21:59:24.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
60972026-08-11T21:59:25.733Z[ recovery-image] Aug 11 21:59:24.497 INFO O| Aug 11 21:59:24.497 INFO STEP 286 (remove_files) COMPLETE
60982026-08-11T21:59:25.733Z[ recovery-image] Aug 11 21:59:24.497 INFO O| Aug 11 21:59:24.497 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-11T21:59:25.744Z[ recovery-image] Aug 11 21:59:24.506 INFO O| Aug 11 21:59:24.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61002026-08-11T21:59:25.744Z[ recovery-image] Aug 11 21:59:24.506 INFO O| Aug 11 21:59:24.506 INFO STEP 287 (remove_files) COMPLETE
61012026-08-11T21:59:25.744Z[ recovery-image] Aug 11 21:59:24.506 INFO O| Aug 11 21:59:24.506 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-11T21:59:25.750Z[ recovery-image] Aug 11 21:59:24.515 INFO O| Aug 11 21:59:24.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61032026-08-11T21:59:25.750Z[ recovery-image] Aug 11 21:59:24.515 INFO O| Aug 11 21:59:24.515 INFO STEP 288 (remove_files) COMPLETE
61042026-08-11T21:59:25.750Z[ recovery-image] Aug 11 21:59:24.515 INFO O| Aug 11 21:59:24.515 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-11T21:59:25.760Z[ recovery-image] Aug 11 21:59:24.525 INFO O| Aug 11 21:59:24.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61062026-08-11T21:59:25.760Z[ recovery-image] Aug 11 21:59:24.525 INFO O| Aug 11 21:59:24.525 INFO STEP 289 (remove_files) COMPLETE
61072026-08-11T21:59:25.760Z[ recovery-image] Aug 11 21:59:24.525 INFO O| Aug 11 21:59:24.525 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.535 INFO O| Aug 11 21:59:24.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61092026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.536 INFO O| Aug 11 21:59:24.536 INFO STEP 290 (remove_files) COMPLETE
61102026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.536 INFO O| Aug 11 21:59:24.536 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.545 INFO O| Aug 11 21:59:24.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61122026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.545 INFO O| Aug 11 21:59:24.545 INFO STEP 291 (remove_files) COMPLETE
61132026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.545 INFO O| Aug 11 21:59:24.545 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.556 INFO O| Aug 11 21:59:24.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61152026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.556 INFO O| Aug 11 21:59:24.556 INFO STEP 292 (remove_files) COMPLETE
61162026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.556 INFO O| Aug 11 21:59:24.556 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.565 INFO O| Aug 11 21:59:24.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61182026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.565 INFO O| Aug 11 21:59:24.565 INFO STEP 293 (remove_files) COMPLETE
61192026-08-11T21:59:25.839Z[ recovery-image] Aug 11 21:59:24.565 INFO O| Aug 11 21:59:24.565 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-11T21:59:25.840Z[ recovery-image] Aug 11 21:59:24.576 INFO O| Aug 11 21:59:24.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61212026-08-11T21:59:25.840Z[ recovery-image] Aug 11 21:59:24.576 INFO O| Aug 11 21:59:24.576 INFO STEP 294 (remove_files) COMPLETE
61222026-08-11T21:59:25.840Z[ recovery-image] Aug 11 21:59:24.576 INFO O| Aug 11 21:59:24.576 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-11T21:59:25.840Z[ recovery-image] Aug 11 21:59:24.585 INFO O| Aug 11 21:59:24.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61242026-08-11T21:59:25.840Z[ recovery-image] Aug 11 21:59:24.585 INFO O| Aug 11 21:59:24.585 INFO STEP 295 (remove_files) COMPLETE
61252026-08-11T21:59:25.840Z[ recovery-image] Aug 11 21:59:24.585 INFO O| Aug 11 21:59:24.585 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-11T21:59:25.845Z[ recovery-image] Aug 11 21:59:24.595 INFO O| Aug 11 21:59:24.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61272026-08-11T21:59:25.845Z[ recovery-image] Aug 11 21:59:24.595 INFO O| Aug 11 21:59:24.595 INFO STEP 296 (remove_files) COMPLETE
61282026-08-11T21:59:25.845Z[ recovery-image] Aug 11 21:59:24.595 INFO O| Aug 11 21:59:24.595 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-11T21:59:25.845Z[ recovery-image] Aug 11 21:59:24.605 INFO O| Aug 11 21:59:24.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61302026-08-11T21:59:25.845Z[ recovery-image] Aug 11 21:59:24.605 INFO O| Aug 11 21:59:24.605 INFO STEP 297 (remove_files) COMPLETE
61312026-08-11T21:59:25.845Z[ recovery-image] Aug 11 21:59:24.605 INFO O| Aug 11 21:59:24.605 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-11T21:59:25.850Z[ recovery-image] Aug 11 21:59:24.615 INFO O| Aug 11 21:59:24.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61332026-08-11T21:59:25.850Z[ recovery-image] Aug 11 21:59:24.615 INFO O| Aug 11 21:59:24.615 INFO STEP 298 (remove_files) COMPLETE
61342026-08-11T21:59:25.855Z[ recovery-image] Aug 11 21:59:24.615 INFO O| Aug 11 21:59:24.615 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-11T21:59:25.861Z[ recovery-image] Aug 11 21:59:24.625 INFO O| Aug 11 21:59:24.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61362026-08-11T21:59:25.861Z[ recovery-image] Aug 11 21:59:24.625 INFO O| Aug 11 21:59:24.625 INFO STEP 299 (remove_files) COMPLETE
61372026-08-11T21:59:25.862Z[ recovery-image] Aug 11 21:59:24.625 INFO O| Aug 11 21:59:24.625 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-11T21:59:25.872Z[ recovery-image] Aug 11 21:59:24.636 INFO O| Aug 11 21:59:24.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61392026-08-11T21:59:25.872Z[ recovery-image] Aug 11 21:59:24.636 INFO O| Aug 11 21:59:24.636 INFO STEP 300 (remove_files) COMPLETE
61402026-08-11T21:59:25.872Z[ recovery-image] Aug 11 21:59:24.636 INFO O| Aug 11 21:59:24.636 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-11T21:59:25.881Z[ recovery-image] Aug 11 21:59:24.645 INFO O| Aug 11 21:59:24.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61422026-08-11T21:59:25.881Z[ recovery-image] Aug 11 21:59:24.646 INFO O| Aug 11 21:59:24.646 INFO STEP 301 (remove_files) COMPLETE
61432026-08-11T21:59:25.881Z[ recovery-image] Aug 11 21:59:24.646 INFO O| Aug 11 21:59:24.646 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-11T21:59:25.892Z[ recovery-image] Aug 11 21:59:24.657 INFO O| Aug 11 21:59:24.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61452026-08-11T21:59:25.892Z[ recovery-image] Aug 11 21:59:24.657 INFO O| Aug 11 21:59:24.657 INFO STEP 302 (remove_files) COMPLETE
61462026-08-11T21:59:25.892Z[ recovery-image] Aug 11 21:59:24.657 INFO O| Aug 11 21:59:24.657 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-11T21:59:25.902Z[ recovery-image] Aug 11 21:59:24.667 INFO O| Aug 11 21:59:24.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61482026-08-11T21:59:25.903Z[ recovery-image] Aug 11 21:59:24.667 INFO O| Aug 11 21:59:24.667 INFO STEP 303 (remove_files) COMPLETE
61492026-08-11T21:59:25.903Z[ recovery-image] Aug 11 21:59:24.667 INFO O| Aug 11 21:59:24.667 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-11T21:59:25.912Z[ recovery-image] Aug 11 21:59:24.677 INFO O| Aug 11 21:59:24.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61512026-08-11T21:59:25.912Z[ recovery-image] Aug 11 21:59:24.677 INFO O| Aug 11 21:59:24.677 INFO STEP 304 (remove_files) COMPLETE
61522026-08-11T21:59:25.913Z[ recovery-image] Aug 11 21:59:24.677 INFO O| Aug 11 21:59:24.677 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-11T21:59:25.922Z[ recovery-image] Aug 11 21:59:24.687 INFO O| Aug 11 21:59:24.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61542026-08-11T21:59:25.922Z[ recovery-image] Aug 11 21:59:24.687 INFO O| Aug 11 21:59:24.687 INFO STEP 305 (remove_files) COMPLETE
61552026-08-11T21:59:25.922Z[ recovery-image] Aug 11 21:59:24.687 INFO O| Aug 11 21:59:24.687 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-11T21:59:25.932Z[ recovery-image] Aug 11 21:59:24.697 INFO O| Aug 11 21:59:24.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61572026-08-11T21:59:25.932Z[ recovery-image] Aug 11 21:59:24.697 INFO O| Aug 11 21:59:24.697 INFO STEP 306 (remove_files) COMPLETE
61582026-08-11T21:59:25.932Z[ recovery-image] Aug 11 21:59:24.697 INFO O| Aug 11 21:59:24.697 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-11T21:59:25.941Z[ recovery-image] Aug 11 21:59:24.706 INFO O| Aug 11 21:59:24.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61602026-08-11T21:59:25.941Z[ recovery-image] Aug 11 21:59:24.706 INFO O| Aug 11 21:59:24.706 INFO STEP 307 (remove_files) COMPLETE
61612026-08-11T21:59:25.941Z[ recovery-image] Aug 11 21:59:24.706 INFO O| Aug 11 21:59:24.706 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-11T21:59:25.949Z[ recovery-image] Aug 11 21:59:24.714 INFO O| Aug 11 21:59:24.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61632026-08-11T21:59:25.950Z[ recovery-image] Aug 11 21:59:24.714 INFO O| Aug 11 21:59:24.714 INFO STEP 308 (remove_files) COMPLETE
61642026-08-11T21:59:25.950Z[ recovery-image] Aug 11 21:59:24.714 INFO O| Aug 11 21:59:24.714 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-11T21:59:25.960Z[ recovery-image] Aug 11 21:59:24.725 INFO O| Aug 11 21:59:24.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61662026-08-11T21:59:25.960Z[ recovery-image] Aug 11 21:59:24.725 INFO O| Aug 11 21:59:24.725 INFO STEP 309 (remove_files) COMPLETE
61672026-08-11T21:59:25.960Z[ recovery-image] Aug 11 21:59:24.725 INFO O| Aug 11 21:59:24.725 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-11T21:59:25.975Z[ recovery-image] Aug 11 21:59:24.734 INFO O| Aug 11 21:59:24.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61692026-08-11T21:59:25.975Z[ recovery-image] Aug 11 21:59:24.734 INFO O| Aug 11 21:59:24.734 INFO STEP 310 (remove_files) COMPLETE
61702026-08-11T21:59:25.975Z[ recovery-image] Aug 11 21:59:24.734 INFO O| Aug 11 21:59:24.734 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-11T21:59:25.980Z[ recovery-image] Aug 11 21:59:24.745 INFO O| Aug 11 21:59:24.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61722026-08-11T21:59:25.980Z[ recovery-image] Aug 11 21:59:24.745 INFO O| Aug 11 21:59:24.745 INFO STEP 311 (remove_files) COMPLETE
61732026-08-11T21:59:25.983Z[ recovery-image] Aug 11 21:59:24.745 INFO O| Aug 11 21:59:24.745 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-11T21:59:25.989Z[ recovery-image] Aug 11 21:59:24.754 INFO O| Aug 11 21:59:24.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61752026-08-11T21:59:25.990Z[ recovery-image] Aug 11 21:59:24.754 INFO O| Aug 11 21:59:24.754 INFO STEP 312 (remove_files) COMPLETE
61762026-08-11T21:59:25.994Z[ recovery-image] Aug 11 21:59:24.754 INFO O| Aug 11 21:59:24.754 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-11T21:59:26.003Z[ recovery-image] Aug 11 21:59:24.765 INFO O| Aug 11 21:59:24.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61782026-08-11T21:59:26.003Z[ recovery-image] Aug 11 21:59:24.765 INFO O| Aug 11 21:59:24.765 INFO STEP 313 (remove_files) COMPLETE
61792026-08-11T21:59:26.003Z[ recovery-image] Aug 11 21:59:24.765 INFO O| Aug 11 21:59:24.765 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-11T21:59:26.009Z[ recovery-image] Aug 11 21:59:24.775 INFO O| Aug 11 21:59:24.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61812026-08-11T21:59:26.010Z[ recovery-image] Aug 11 21:59:24.775 INFO O| Aug 11 21:59:24.775 INFO STEP 314 (remove_files) COMPLETE
61822026-08-11T21:59:26.010Z[ recovery-image] Aug 11 21:59:24.775 INFO O| Aug 11 21:59:24.775 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-11T21:59:26.018Z[ recovery-image] Aug 11 21:59:24.783 INFO O| Aug 11 21:59:24.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61842026-08-11T21:59:26.019Z[ recovery-image] Aug 11 21:59:24.784 INFO O| Aug 11 21:59:24.784 INFO STEP 315 (remove_files) COMPLETE
61852026-08-11T21:59:26.019Z[ recovery-image] Aug 11 21:59:24.784 INFO O| Aug 11 21:59:24.784 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-11T21:59:26.028Z[ recovery-image] Aug 11 21:59:24.793 INFO O| Aug 11 21:59:24.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61872026-08-11T21:59:26.028Z[ recovery-image] Aug 11 21:59:24.793 INFO O| Aug 11 21:59:24.793 INFO STEP 316 (remove_files) COMPLETE
61882026-08-11T21:59:26.028Z[ recovery-image] Aug 11 21:59:24.793 INFO O| Aug 11 21:59:24.793 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-11T21:59:26.039Z[ recovery-image] Aug 11 21:59:24.804 INFO O| Aug 11 21:59:24.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61902026-08-11T21:59:26.039Z[ recovery-image] Aug 11 21:59:24.804 INFO O| Aug 11 21:59:24.804 INFO STEP 317 (remove_files) COMPLETE
61912026-08-11T21:59:26.043Z[ recovery-image] Aug 11 21:59:24.804 INFO O| Aug 11 21:59:24.804 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-11T21:59:26.050Z[ recovery-image] Aug 11 21:59:24.815 INFO O| Aug 11 21:59:24.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61932026-08-11T21:59:26.050Z[ recovery-image] Aug 11 21:59:24.815 INFO O| Aug 11 21:59:24.815 INFO STEP 318 (remove_files) COMPLETE
61942026-08-11T21:59:26.055Z[ recovery-image] Aug 11 21:59:24.815 INFO O| Aug 11 21:59:24.815 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-11T21:59:26.061Z[ recovery-image] Aug 11 21:59:24.825 INFO O| Aug 11 21:59:24.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
61962026-08-11T21:59:26.061Z[ recovery-image] Aug 11 21:59:24.826 INFO O| Aug 11 21:59:24.826 INFO STEP 319 (remove_files) COMPLETE
61972026-08-11T21:59:26.065Z[ recovery-image] Aug 11 21:59:24.826 INFO O| Aug 11 21:59:24.826 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-11T21:59:26.072Z[ recovery-image] Aug 11 21:59:24.837 INFO O| Aug 11 21:59:24.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
61992026-08-11T21:59:26.072Z[ recovery-image] Aug 11 21:59:24.837 INFO O| Aug 11 21:59:24.837 INFO STEP 320 (remove_files) COMPLETE
62002026-08-11T21:59:26.076Z[ recovery-image] Aug 11 21:59:24.837 INFO O| Aug 11 21:59:24.837 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-11T21:59:26.084Z[ recovery-image] Aug 11 21:59:24.848 INFO O| Aug 11 21:59:24.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62022026-08-11T21:59:26.084Z[ recovery-image] Aug 11 21:59:24.848 INFO O| Aug 11 21:59:24.848 INFO STEP 321 (remove_files) COMPLETE
62032026-08-11T21:59:26.084Z[ recovery-image] Aug 11 21:59:24.848 INFO O| Aug 11 21:59:24.848 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-11T21:59:26.093Z[ recovery-image] Aug 11 21:59:24.858 INFO O| Aug 11 21:59:24.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62052026-08-11T21:59:26.093Z[ recovery-image] Aug 11 21:59:24.858 INFO O| Aug 11 21:59:24.858 INFO STEP 322 (remove_files) COMPLETE
62062026-08-11T21:59:26.093Z[ recovery-image] Aug 11 21:59:24.858 INFO O| Aug 11 21:59:24.858 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-11T21:59:26.104Z[ recovery-image] Aug 11 21:59:24.868 INFO O| Aug 11 21:59:24.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62082026-08-11T21:59:26.105Z[ recovery-image] Aug 11 21:59:24.868 INFO O| Aug 11 21:59:24.868 INFO STEP 323 (remove_files) COMPLETE
62092026-08-11T21:59:26.105Z[ recovery-image] Aug 11 21:59:24.868 INFO O| Aug 11 21:59:24.868 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-11T21:59:26.115Z[ recovery-image] Aug 11 21:59:24.879 INFO O| Aug 11 21:59:24.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62112026-08-11T21:59:26.115Z[ recovery-image] Aug 11 21:59:24.879 INFO O| Aug 11 21:59:24.879 INFO STEP 324 (remove_files) COMPLETE
62122026-08-11T21:59:26.115Z[ recovery-image] Aug 11 21:59:24.879 INFO O| Aug 11 21:59:24.879 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-11T21:59:26.124Z[ recovery-image] Aug 11 21:59:24.889 INFO O| Aug 11 21:59:24.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62142026-08-11T21:59:26.124Z[ recovery-image] Aug 11 21:59:24.889 INFO O| Aug 11 21:59:24.889 INFO STEP 325 (remove_files) COMPLETE
62152026-08-11T21:59:26.128Z[ recovery-image] Aug 11 21:59:24.889 INFO O| Aug 11 21:59:24.889 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-11T21:59:26.137Z[ recovery-image] Aug 11 21:59:24.899 INFO O| Aug 11 21:59:24.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62172026-08-11T21:59:26.143Z[ recovery-image] Aug 11 21:59:24.900 INFO O| Aug 11 21:59:24.900 INFO STEP 326 (remove_files) COMPLETE
62182026-08-11T21:59:26.143Z[ recovery-image] Aug 11 21:59:24.900 INFO O| Aug 11 21:59:24.900 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-11T21:59:26.146Z[ recovery-image] Aug 11 21:59:24.908 INFO O| Aug 11 21:59:24.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62202026-08-11T21:59:26.146Z[ recovery-image] Aug 11 21:59:24.908 INFO O| Aug 11 21:59:24.908 INFO STEP 327 (remove_files) COMPLETE
62212026-08-11T21:59:26.146Z[ recovery-image] Aug 11 21:59:24.908 INFO O| Aug 11 21:59:24.908 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-11T21:59:26.152Z[ recovery-image] Aug 11 21:59:24.916 INFO O| Aug 11 21:59:24.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62232026-08-11T21:59:26.156Z[ recovery-image] Aug 11 21:59:24.917 INFO O| Aug 11 21:59:24.917 INFO STEP 328 (remove_files) COMPLETE
62242026-08-11T21:59:26.156Z[ recovery-image] Aug 11 21:59:24.917 INFO O| Aug 11 21:59:24.917 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-11T21:59:26.163Z[ recovery-image] Aug 11 21:59:24.925 INFO O| Aug 11 21:59:24.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62262026-08-11T21:59:26.163Z[ recovery-image] Aug 11 21:59:24.925 INFO O| Aug 11 21:59:24.925 INFO STEP 329 (remove_files) COMPLETE
62272026-08-11T21:59:26.163Z[ recovery-image] Aug 11 21:59:24.925 INFO O| Aug 11 21:59:24.925 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-11T21:59:26.170Z[ recovery-image] Aug 11 21:59:24.935 INFO O| Aug 11 21:59:24.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62292026-08-11T21:59:26.174Z[ recovery-image] Aug 11 21:59:24.937 INFO O| Aug 11 21:59:24.936 INFO STEP 330 (remove_files) COMPLETE
62302026-08-11T21:59:26.174Z[ recovery-image] Aug 11 21:59:24.937 INFO O| Aug 11 21:59:24.937 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-11T21:59:26.186Z[ recovery-image] Aug 11 21:59:24.948 INFO O| Aug 11 21:59:24.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62322026-08-11T21:59:26.191Z[ recovery-image] Aug 11 21:59:24.954 INFO O| Aug 11 21:59:24.950 INFO STEP 331 (remove_files) COMPLETE
62332026-08-11T21:59:26.191Z[ recovery-image] Aug 11 21:59:24.954 INFO O| Aug 11 21:59:24.950 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-11T21:59:26.201Z[ recovery-image] Aug 11 21:59:24.966 INFO O| Aug 11 21:59:24.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62352026-08-11T21:59:26.201Z[ recovery-image] Aug 11 21:59:24.966 INFO O| Aug 11 21:59:24.966 INFO STEP 332 (remove_files) COMPLETE
62362026-08-11T21:59:26.201Z[ recovery-image] Aug 11 21:59:24.966 INFO O| Aug 11 21:59:24.966 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-11T21:59:26.206Z[verify-libraries] Compiling sapling-renderdag v0.1.0
62382026-08-11T21:59:26.212Z[ recovery-image] Aug 11 21:59:24.977 INFO O| Aug 11 21:59:24.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62392026-08-11T21:59:26.212Z[ recovery-image] Aug 11 21:59:24.977 INFO O| Aug 11 21:59:24.977 INFO STEP 333 (remove_files) COMPLETE
62402026-08-11T21:59:26.212Z[ recovery-image] Aug 11 21:59:24.977 INFO O| Aug 11 21:59:24.977 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-11T21:59:26.222Z[ recovery-image] Aug 11 21:59:24.987 INFO O| Aug 11 21:59:24.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62422026-08-11T21:59:26.222Z[ recovery-image] Aug 11 21:59:24.987 INFO O| Aug 11 21:59:24.987 INFO STEP 334 (remove_files) COMPLETE
62432026-08-11T21:59:26.222Z[ recovery-image] Aug 11 21:59:24.987 INFO O| Aug 11 21:59:24.987 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-11T21:59:26.230Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
62452026-08-11T21:59:26.236Z[ recovery-image] Aug 11 21:59:24.999 INFO O| Aug 11 21:59:24.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62462026-08-11T21:59:26.236Z[ recovery-image] Aug 11 21:59:24.999 INFO O| Aug 11 21:59:24.999 INFO STEP 335 (remove_files) COMPLETE
62472026-08-11T21:59:26.236Z[ recovery-image] Aug 11 21:59:24.999 INFO O| Aug 11 21:59:24.999 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-11T21:59:26.246Z[ recovery-image] Aug 11 21:59:25.008 INFO O| Aug 11 21:59:25.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62492026-08-11T21:59:26.246Z[ recovery-image] Aug 11 21:59:25.008 INFO O| Aug 11 21:59:25.008 INFO STEP 336 (remove_files) COMPLETE
62502026-08-11T21:59:26.246Z[ recovery-image] Aug 11 21:59:25.008 INFO O| Aug 11 21:59:25.008 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-11T21:59:26.255Z[ recovery-image] Aug 11 21:59:25.020 INFO O| Aug 11 21:59:25.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62522026-08-11T21:59:26.255Z[ recovery-image] Aug 11 21:59:25.020 INFO O| Aug 11 21:59:25.019 INFO STEP 337 (remove_files) COMPLETE
62532026-08-11T21:59:26.255Z[ recovery-image] Aug 11 21:59:25.020 INFO O| Aug 11 21:59:25.019 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-11T21:59:26.266Z[ recovery-image] Aug 11 21:59:25.029 INFO O| Aug 11 21:59:25.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62552026-08-11T21:59:26.270Z[ recovery-image] Aug 11 21:59:25.029 INFO O| Aug 11 21:59:25.029 INFO STEP 338 (remove_files) COMPLETE
62562026-08-11T21:59:26.270Z[ recovery-image] Aug 11 21:59:25.029 INFO O| Aug 11 21:59:25.029 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-11T21:59:26.282Z[ recovery-image] Aug 11 21:59:25.040 INFO O| Aug 11 21:59:25.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62582026-08-11T21:59:26.282Z[ recovery-image] Aug 11 21:59:25.041 INFO O| Aug 11 21:59:25.041 INFO STEP 339 (remove_files) COMPLETE
62592026-08-11T21:59:26.282Z[ recovery-image] Aug 11 21:59:25.041 INFO O| Aug 11 21:59:25.041 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-11T21:59:26.287Z[ recovery-image] Aug 11 21:59:25.052 INFO O| Aug 11 21:59:25.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62612026-08-11T21:59:26.287Z[ recovery-image] Aug 11 21:59:25.052 INFO O| Aug 11 21:59:25.049 INFO STEP 340 (remove_files) COMPLETE
62622026-08-11T21:59:26.287Z[ recovery-image] Aug 11 21:59:25.052 INFO O| Aug 11 21:59:25.049 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-11T21:59:26.300Z[ recovery-image] Aug 11 21:59:25.064 INFO O| Aug 11 21:59:25.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62642026-08-11T21:59:26.300Z[ recovery-image] Aug 11 21:59:25.064 INFO O| Aug 11 21:59:25.064 INFO STEP 341 (remove_files) COMPLETE
62652026-08-11T21:59:26.301Z[ recovery-image] Aug 11 21:59:25.064 INFO O| Aug 11 21:59:25.064 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-11T21:59:26.310Z[ recovery-image] Aug 11 21:59:25.075 INFO O| Aug 11 21:59:25.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62672026-08-11T21:59:26.310Z[ recovery-image] Aug 11 21:59:25.075 INFO O| Aug 11 21:59:25.075 INFO STEP 342 (remove_files) COMPLETE
62682026-08-11T21:59:26.310Z[ recovery-image] Aug 11 21:59:25.075 INFO O| Aug 11 21:59:25.075 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-11T21:59:26.321Z[ recovery-image] Aug 11 21:59:25.086 INFO O| Aug 11 21:59:25.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62702026-08-11T21:59:26.321Z[ recovery-image] Aug 11 21:59:25.086 INFO O| Aug 11 21:59:25.086 INFO STEP 343 (remove_files) COMPLETE
62712026-08-11T21:59:26.321Z[ recovery-image] Aug 11 21:59:25.086 INFO O| Aug 11 21:59:25.086 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-11T21:59:26.331Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
62732026-08-11T21:59:26.331Z[ recovery-image] Aug 11 21:59:25.096 INFO O| Aug 11 21:59:25.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62742026-08-11T21:59:26.336Z[ recovery-image] Aug 11 21:59:25.096 INFO O| Aug 11 21:59:25.096 INFO STEP 344 (remove_files) COMPLETE
62752026-08-11T21:59:26.336Z[ recovery-image] Aug 11 21:59:25.096 INFO O| Aug 11 21:59:25.096 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-11T21:59:26.341Z[ recovery-image] Aug 11 21:59:25.107 INFO O| Aug 11 21:59:25.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62772026-08-11T21:59:26.341Z[ recovery-image] Aug 11 21:59:25.107 INFO O| Aug 11 21:59:25.107 INFO STEP 345 (remove_files) COMPLETE
62782026-08-11T21:59:26.345Z[ recovery-image] Aug 11 21:59:25.107 INFO O| Aug 11 21:59:25.107 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-11T21:59:26.352Z[ recovery-image] Aug 11 21:59:25.117 INFO O| Aug 11 21:59:25.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62802026-08-11T21:59:26.352Z[ recovery-image] Aug 11 21:59:25.117 INFO O| Aug 11 21:59:25.117 INFO STEP 346 (remove_files) COMPLETE
62812026-08-11T21:59:26.352Z[ recovery-image] Aug 11 21:59:25.117 INFO O| Aug 11 21:59:25.117 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-11T21:59:26.363Z[ recovery-image] Aug 11 21:59:25.128 INFO O| Aug 11 21:59:25.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62832026-08-11T21:59:26.363Z[ recovery-image] Aug 11 21:59:25.128 INFO O| Aug 11 21:59:25.128 INFO STEP 347 (remove_files) COMPLETE
62842026-08-11T21:59:26.363Z[ recovery-image] Aug 11 21:59:25.128 INFO O| Aug 11 21:59:25.128 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-11T21:59:26.374Z[ recovery-image] Aug 11 21:59:25.139 INFO O| Aug 11 21:59:25.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62862026-08-11T21:59:26.374Z[ recovery-image] Aug 11 21:59:25.139 INFO O| Aug 11 21:59:25.139 INFO STEP 348 (remove_files) COMPLETE
62872026-08-11T21:59:26.374Z[ recovery-image] Aug 11 21:59:25.139 INFO O| Aug 11 21:59:25.139 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-11T21:59:26.385Z[ recovery-image] Aug 11 21:59:25.150 INFO O| Aug 11 21:59:25.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62892026-08-11T21:59:26.385Z[ recovery-image] Aug 11 21:59:25.150 INFO O| Aug 11 21:59:25.150 INFO STEP 349 (remove_files) COMPLETE
62902026-08-11T21:59:26.385Z[ recovery-image] Aug 11 21:59:25.150 INFO O| Aug 11 21:59:25.150 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-11T21:59:26.394Z[ recovery-image] Aug 11 21:59:25.159 INFO O| Aug 11 21:59:25.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62922026-08-11T21:59:26.394Z[ recovery-image] Aug 11 21:59:25.159 INFO O| Aug 11 21:59:25.159 INFO STEP 350 (remove_files) COMPLETE
62932026-08-11T21:59:26.399Z[ recovery-image] Aug 11 21:59:25.159 INFO O| Aug 11 21:59:25.159 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-11T21:59:26.403Z[ recovery-image] Aug 11 21:59:25.168 INFO O| Aug 11 21:59:25.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62952026-08-11T21:59:26.403Z[ recovery-image] Aug 11 21:59:25.168 INFO O| Aug 11 21:59:25.168 INFO STEP 351 (remove_files) COMPLETE
62962026-08-11T21:59:26.403Z[ recovery-image] Aug 11 21:59:25.168 INFO O| Aug 11 21:59:25.168 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-11T21:59:26.412Z[ recovery-image] Aug 11 21:59:25.176 INFO O| Aug 11 21:59:25.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
62982026-08-11T21:59:26.412Z[ recovery-image] Aug 11 21:59:25.177 INFO O| Aug 11 21:59:25.177 INFO STEP 352 (remove_files) COMPLETE
62992026-08-11T21:59:26.412Z[ recovery-image] Aug 11 21:59:25.177 INFO O| Aug 11 21:59:25.177 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-11T21:59:26.421Z[ recovery-image] Aug 11 21:59:25.185 INFO O| Aug 11 21:59:25.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63012026-08-11T21:59:26.421Z[ recovery-image] Aug 11 21:59:25.185 INFO O| Aug 11 21:59:25.185 INFO STEP 353 (remove_files) COMPLETE
63022026-08-11T21:59:26.425Z[ recovery-image] Aug 11 21:59:25.185 INFO O| Aug 11 21:59:25.185 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-11T21:59:26.430Z[ recovery-image] Aug 11 21:59:25.195 INFO O| Aug 11 21:59:25.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63042026-08-11T21:59:26.430Z[ recovery-image] Aug 11 21:59:25.195 INFO O| Aug 11 21:59:25.195 INFO STEP 354 (remove_files) COMPLETE
63052026-08-11T21:59:26.435Z[ recovery-image] Aug 11 21:59:25.195 INFO O| Aug 11 21:59:25.195 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-11T21:59:26.441Z[ recovery-image] Aug 11 21:59:25.205 INFO O| Aug 11 21:59:25.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63072026-08-11T21:59:26.441Z[ recovery-image] Aug 11 21:59:25.205 INFO O| Aug 11 21:59:25.205 INFO STEP 355 (remove_files) COMPLETE
63082026-08-11T21:59:26.441Z[ recovery-image] Aug 11 21:59:25.205 INFO O| Aug 11 21:59:25.205 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-11T21:59:26.449Z[ recovery-image] Aug 11 21:59:25.214 INFO O| Aug 11 21:59:25.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63102026-08-11T21:59:26.449Z[ recovery-image] Aug 11 21:59:25.214 INFO O| Aug 11 21:59:25.214 INFO STEP 356 (remove_files) COMPLETE
63112026-08-11T21:59:26.453Z[ recovery-image] Aug 11 21:59:25.214 INFO O| Aug 11 21:59:25.214 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-11T21:59:26.460Z[ recovery-image] Aug 11 21:59:25.222 INFO O| Aug 11 21:59:25.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63132026-08-11T21:59:26.460Z[ recovery-image] Aug 11 21:59:25.222 INFO O| Aug 11 21:59:25.222 INFO STEP 357 (remove_files) COMPLETE
63142026-08-11T21:59:26.465Z[ recovery-image] Aug 11 21:59:25.222 INFO O| Aug 11 21:59:25.222 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-11T21:59:26.470Z[ recovery-image] Aug 11 21:59:25.231 INFO O| Aug 11 21:59:25.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63162026-08-11T21:59:26.470Z[ recovery-image] Aug 11 21:59:25.232 INFO O| Aug 11 21:59:25.232 INFO STEP 358 (remove_files) COMPLETE
63172026-08-11T21:59:26.470Z[ recovery-image] Aug 11 21:59:25.232 INFO O| Aug 11 21:59:25.232 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-11T21:59:26.476Z[ recovery-image] Aug 11 21:59:25.240 INFO O| Aug 11 21:59:25.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63192026-08-11T21:59:26.476Z[ recovery-image] Aug 11 21:59:25.240 INFO O| Aug 11 21:59:25.240 INFO STEP 359 (remove_files) COMPLETE
63202026-08-11T21:59:26.480Z[ recovery-image] Aug 11 21:59:25.240 INFO O| Aug 11 21:59:25.240 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-11T21:59:26.480Z[verify-libraries] Compiling md5 v0.8.0
63222026-08-11T21:59:26.485Z[ recovery-image] Aug 11 21:59:25.250 INFO O| Aug 11 21:59:25.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63232026-08-11T21:59:26.486Z[ recovery-image] Aug 11 21:59:25.250 INFO O| Aug 11 21:59:25.250 INFO STEP 360 (remove_files) COMPLETE
63242026-08-11T21:59:26.486Z[ recovery-image] Aug 11 21:59:25.250 INFO O| Aug 11 21:59:25.250 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-11T21:59:26.495Z[ recovery-image] Aug 11 21:59:25.259 INFO O| Aug 11 21:59:25.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63262026-08-11T21:59:26.495Z[ recovery-image] Aug 11 21:59:25.259 INFO O| Aug 11 21:59:25.259 INFO STEP 361 (remove_files) COMPLETE
63272026-08-11T21:59:26.495Z[ recovery-image] Aug 11 21:59:25.259 INFO O| Aug 11 21:59:25.259 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-11T21:59:26.503Z[ recovery-image] Aug 11 21:59:25.268 INFO O| Aug 11 21:59:25.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63292026-08-11T21:59:26.503Z[ recovery-image] Aug 11 21:59:25.268 INFO O| Aug 11 21:59:25.268 INFO STEP 362 (remove_files) COMPLETE
63302026-08-11T21:59:26.503Z[ recovery-image] Aug 11 21:59:25.268 INFO O| Aug 11 21:59:25.268 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-11T21:59:26.514Z[ recovery-image] Aug 11 21:59:25.278 INFO O| Aug 11 21:59:25.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63322026-08-11T21:59:26.514Z[ recovery-image] Aug 11 21:59:25.278 INFO O| Aug 11 21:59:25.278 INFO STEP 363 (remove_files) COMPLETE
63332026-08-11T21:59:26.514Z[ recovery-image] Aug 11 21:59:25.278 INFO O| Aug 11 21:59:25.278 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-11T21:59:26.522Z[ recovery-image] Aug 11 21:59:25.287 INFO O| Aug 11 21:59:25.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63352026-08-11T21:59:26.522Z[ recovery-image] Aug 11 21:59:25.287 INFO O| Aug 11 21:59:25.287 INFO STEP 364 (remove_files) COMPLETE
63362026-08-11T21:59:26.522Z[ recovery-image] Aug 11 21:59:25.287 INFO O| Aug 11 21:59:25.287 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-11T21:59:26.532Z[ recovery-image] Aug 11 21:59:25.297 INFO O| Aug 11 21:59:25.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63382026-08-11T21:59:26.532Z[ recovery-image] Aug 11 21:59:25.297 INFO O| Aug 11 21:59:25.297 INFO STEP 365 (remove_files) COMPLETE
63392026-08-11T21:59:26.532Z[ recovery-image] Aug 11 21:59:25.297 INFO O| Aug 11 21:59:25.297 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-11T21:59:26.542Z[ recovery-image] Aug 11 21:59:25.307 INFO O| Aug 11 21:59:25.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63412026-08-11T21:59:26.542Z[ recovery-image] Aug 11 21:59:25.307 INFO O| Aug 11 21:59:25.307 INFO STEP 366 (remove_files) COMPLETE
63422026-08-11T21:59:26.547Z[ recovery-image] Aug 11 21:59:25.307 INFO O| Aug 11 21:59:25.307 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-11T21:59:26.553Z[ recovery-image] Aug 11 21:59:25.318 INFO O| Aug 11 21:59:25.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63442026-08-11T21:59:26.553Z[ recovery-image] Aug 11 21:59:25.318 INFO O| Aug 11 21:59:25.318 INFO STEP 367 (remove_files) COMPLETE
63452026-08-11T21:59:26.558Z[ recovery-image] Aug 11 21:59:25.318 INFO O| Aug 11 21:59:25.318 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-11T21:59:26.563Z[ recovery-image] Aug 11 21:59:25.328 INFO O| Aug 11 21:59:25.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63472026-08-11T21:59:26.563Z[ recovery-image] Aug 11 21:59:25.328 INFO O| Aug 11 21:59:25.328 INFO STEP 368 (remove_files) COMPLETE
63482026-08-11T21:59:26.563Z[ recovery-image] Aug 11 21:59:25.328 INFO O| Aug 11 21:59:25.328 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-11T21:59:26.573Z[ recovery-image] Aug 11 21:59:25.338 INFO O| Aug 11 21:59:25.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63502026-08-11T21:59:26.574Z[ recovery-image] Aug 11 21:59:25.338 INFO O| Aug 11 21:59:25.338 INFO STEP 369 (remove_files) COMPLETE
63512026-08-11T21:59:26.574Z[ recovery-image] Aug 11 21:59:25.338 INFO O| Aug 11 21:59:25.338 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-11T21:59:26.584Z[ recovery-image] Aug 11 21:59:25.349 INFO O| Aug 11 21:59:25.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63532026-08-11T21:59:26.584Z[ recovery-image] Aug 11 21:59:25.349 INFO O| Aug 11 21:59:25.349 INFO STEP 370 (remove_files) COMPLETE
63542026-08-11T21:59:26.584Z[ recovery-image] Aug 11 21:59:25.349 INFO O| Aug 11 21:59:25.349 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-11T21:59:26.592Z[ recovery-image] Aug 11 21:59:25.357 INFO O| Aug 11 21:59:25.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63562026-08-11T21:59:26.592Z[ recovery-image] Aug 11 21:59:25.357 INFO O| Aug 11 21:59:25.357 INFO STEP 371 (remove_files) COMPLETE
63572026-08-11T21:59:26.599Z[ recovery-image] Aug 11 21:59:25.358 INFO O| Aug 11 21:59:25.357 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-11T21:59:26.610Z[ recovery-image] Aug 11 21:59:25.365 INFO O| Aug 11 21:59:25.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63592026-08-11T21:59:26.610Z[ recovery-image] Aug 11 21:59:25.365 INFO O| Aug 11 21:59:25.365 INFO STEP 372 (remove_files) COMPLETE
63602026-08-11T21:59:26.610Z[ recovery-image] Aug 11 21:59:25.365 INFO O| Aug 11 21:59:25.365 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-11T21:59:26.618Z[verify-libraries] Compiling sync-ptr v0.1.4
63622026-08-11T21:59:26.618Z[ recovery-image] Aug 11 21:59:25.373 INFO O| Aug 11 21:59:25.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63632026-08-11T21:59:26.618Z[ recovery-image] Aug 11 21:59:25.373 INFO O| Aug 11 21:59:25.373 INFO STEP 373 (remove_files) COMPLETE
63642026-08-11T21:59:26.618Z[ recovery-image] Aug 11 21:59:25.373 INFO O| Aug 11 21:59:25.373 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-11T21:59:26.623Z[ recovery-image] Aug 11 21:59:25.381 INFO O| Aug 11 21:59:25.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63662026-08-11T21:59:26.623Z[ recovery-image] Aug 11 21:59:25.381 INFO O| Aug 11 21:59:25.381 INFO STEP 374 (remove_files) COMPLETE
63672026-08-11T21:59:26.623Z[ recovery-image] Aug 11 21:59:25.381 INFO O| Aug 11 21:59:25.381 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-11T21:59:26.627Z[ recovery-image] Aug 11 21:59:25.391 INFO O| Aug 11 21:59:25.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63692026-08-11T21:59:26.627Z[ recovery-image] Aug 11 21:59:25.391 INFO O| Aug 11 21:59:25.391 INFO STEP 375 (remove_files) COMPLETE
63702026-08-11T21:59:26.627Z[ recovery-image] Aug 11 21:59:25.391 INFO O| Aug 11 21:59:25.391 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-11T21:59:26.637Z[ recovery-image] Aug 11 21:59:25.401 INFO O| Aug 11 21:59:25.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63722026-08-11T21:59:26.640Z[ recovery-image] Aug 11 21:59:25.402 INFO O| Aug 11 21:59:25.402 INFO STEP 376 (remove_files) COMPLETE
63732026-08-11T21:59:26.640Z[ recovery-image] Aug 11 21:59:25.402 INFO O| Aug 11 21:59:25.402 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-11T21:59:26.648Z[ recovery-image] Aug 11 21:59:25.411 INFO O| Aug 11 21:59:25.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63752026-08-11T21:59:26.648Z[ recovery-image] Aug 11 21:59:25.411 INFO O| Aug 11 21:59:25.411 INFO STEP 377 (remove_files) COMPLETE
63762026-08-11T21:59:26.651Z[ recovery-image] Aug 11 21:59:25.411 INFO O| Aug 11 21:59:25.411 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-11T21:59:26.663Z[ recovery-image] Aug 11 21:59:25.420 INFO O| Aug 11 21:59:25.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63782026-08-11T21:59:26.663Z[ recovery-image] Aug 11 21:59:25.420 INFO O| Aug 11 21:59:25.420 INFO STEP 378 (remove_files) COMPLETE
63792026-08-11T21:59:26.664Z[ recovery-image] Aug 11 21:59:25.420 INFO O| Aug 11 21:59:25.420 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-11T21:59:26.669Z[ recovery-image] Aug 11 21:59:25.429 INFO O| Aug 11 21:59:25.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63812026-08-11T21:59:26.669Z[ recovery-image] Aug 11 21:59:25.429 INFO O| Aug 11 21:59:25.429 INFO STEP 379 (remove_files) COMPLETE
63822026-08-11T21:59:26.669Z[ recovery-image] Aug 11 21:59:25.429 INFO O| Aug 11 21:59:25.429 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-11T21:59:26.681Z[ recovery-image] Aug 11 21:59:25.440 INFO O| Aug 11 21:59:25.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63842026-08-11T21:59:26.681Z[ recovery-image] Aug 11 21:59:25.441 INFO O| Aug 11 21:59:25.441 INFO STEP 380 (remove_files) COMPLETE
63852026-08-11T21:59:26.681Z[ recovery-image] Aug 11 21:59:25.441 INFO O| Aug 11 21:59:25.441 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-11T21:59:26.686Z[ recovery-image] Aug 11 21:59:25.451 INFO O| Aug 11 21:59:25.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63872026-08-11T21:59:26.686Z[ recovery-image] Aug 11 21:59:25.451 INFO O| Aug 11 21:59:25.451 INFO STEP 381 (remove_files) COMPLETE
63882026-08-11T21:59:26.690Z[ recovery-image] Aug 11 21:59:25.451 INFO O| Aug 11 21:59:25.451 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-11T21:59:26.690Z[verify-libraries] Compiling hex-literal v1.1.0
63902026-08-11T21:59:26.694Z[ recovery-image] Aug 11 21:59:25.460 INFO O| Aug 11 21:59:25.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63912026-08-11T21:59:26.694Z[ recovery-image] Aug 11 21:59:25.460 INFO O| Aug 11 21:59:25.460 INFO STEP 382 (remove_files) COMPLETE
63922026-08-11T21:59:26.700Z[ recovery-image] Aug 11 21:59:25.460 INFO O| Aug 11 21:59:25.460 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-11T21:59:26.706Z[ recovery-image] Aug 11 21:59:25.470 INFO O| Aug 11 21:59:25.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63942026-08-11T21:59:26.706Z[ recovery-image] Aug 11 21:59:25.470 INFO O| Aug 11 21:59:25.470 INFO STEP 383 (remove_files) COMPLETE
63952026-08-11T21:59:26.711Z[ recovery-image] Aug 11 21:59:25.470 INFO O| Aug 11 21:59:25.470 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-11T21:59:26.716Z[ recovery-image] Aug 11 21:59:25.481 INFO O| Aug 11 21:59:25.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
63972026-08-11T21:59:26.716Z[ recovery-image] Aug 11 21:59:25.481 INFO O| Aug 11 21:59:25.481 INFO STEP 384 (remove_files) COMPLETE
63982026-08-11T21:59:26.726Z[ recovery-image] Aug 11 21:59:25.481 INFO O| Aug 11 21:59:25.481 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-11T21:59:26.731Z[ recovery-image] Aug 11 21:59:25.491 INFO O| Aug 11 21:59:25.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64002026-08-11T21:59:26.731Z[ recovery-image] Aug 11 21:59:25.491 INFO O| Aug 11 21:59:25.491 INFO STEP 385 (remove_files) COMPLETE
64012026-08-11T21:59:26.731Z[ recovery-image] Aug 11 21:59:25.491 INFO O| Aug 11 21:59:25.491 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-11T21:59:26.748Z[ recovery-image] Aug 11 21:59:25.504 INFO O| Aug 11 21:59:25.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64032026-08-11T21:59:26.748Z[ recovery-image] Aug 11 21:59:25.504 INFO O| Aug 11 21:59:25.504 INFO STEP 386 (remove_files) COMPLETE
64042026-08-11T21:59:26.749Z[ recovery-image] Aug 11 21:59:25.504 INFO O| Aug 11 21:59:25.504 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-11T21:59:26.756Z[ recovery-image] Aug 11 21:59:25.513 INFO O| Aug 11 21:59:25.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64062026-08-11T21:59:26.756Z[ recovery-image] Aug 11 21:59:25.513 INFO O| Aug 11 21:59:25.513 INFO STEP 387 (remove_files) COMPLETE
64072026-08-11T21:59:26.756Z[ recovery-image] Aug 11 21:59:25.513 INFO O| Aug 11 21:59:25.513 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-11T21:59:26.759Z[ recovery-image] Aug 11 21:59:25.521 INFO O| Aug 11 21:59:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64092026-08-11T21:59:26.760Z[ recovery-image] Aug 11 21:59:25.522 INFO O| Aug 11 21:59:25.522 INFO STEP 388 (remove_files) COMPLETE
64102026-08-11T21:59:26.760Z[ recovery-image] Aug 11 21:59:25.522 INFO O| Aug 11 21:59:25.522 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-11T21:59:26.847Z[ recovery-image] Aug 11 21:59:25.531 INFO O| Aug 11 21:59:25.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64122026-08-11T21:59:26.847Z[ recovery-image] Aug 11 21:59:25.531 INFO O| Aug 11 21:59:25.531 INFO STEP 389 (remove_files) COMPLETE
64132026-08-11T21:59:26.847Z[ recovery-image] Aug 11 21:59:25.531 INFO O| Aug 11 21:59:25.531 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-11T21:59:26.848Z[ recovery-image] Aug 11 21:59:25.539 INFO O| Aug 11 21:59:25.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64152026-08-11T21:59:26.848Z[ recovery-image] Aug 11 21:59:25.539 INFO O| Aug 11 21:59:25.539 INFO STEP 390 (remove_files) COMPLETE
64162026-08-11T21:59:26.848Z[ recovery-image] Aug 11 21:59:25.539 INFO O| Aug 11 21:59:25.539 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-11T21:59:26.848Z[verify-libraries] Compiling seq-macro v0.3.6
64182026-08-11T21:59:26.848Z[ recovery-image] Aug 11 21:59:25.550 INFO O| Aug 11 21:59:25.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64192026-08-11T21:59:26.848Z[ recovery-image] Aug 11 21:59:25.550 INFO O| Aug 11 21:59:25.550 INFO STEP 391 (remove_files) COMPLETE
64202026-08-11T21:59:26.849Z[ recovery-image] Aug 11 21:59:25.550 INFO O| Aug 11 21:59:25.550 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-11T21:59:26.849Z[ recovery-image] Aug 11 21:59:25.561 INFO O| Aug 11 21:59:25.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64222026-08-11T21:59:26.849Z[ recovery-image] Aug 11 21:59:25.561 INFO O| Aug 11 21:59:25.561 INFO STEP 392 (remove_files) COMPLETE
64232026-08-11T21:59:26.849Z[ recovery-image] Aug 11 21:59:25.561 INFO O| Aug 11 21:59:25.561 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-11T21:59:26.849Z[ recovery-image] Aug 11 21:59:25.575 INFO O| Aug 11 21:59:25.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64252026-08-11T21:59:26.849Z[ recovery-image] Aug 11 21:59:25.575 INFO O| Aug 11 21:59:25.575 INFO STEP 393 (remove_files) COMPLETE
64262026-08-11T21:59:26.849Z[ recovery-image] Aug 11 21:59:25.575 INFO O| Aug 11 21:59:25.575 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-11T21:59:26.849Z[ recovery-image] Aug 11 21:59:25.585 INFO O| Aug 11 21:59:25.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64282026-08-11T21:59:26.849Z[ recovery-image] Aug 11 21:59:25.585 INFO O| Aug 11 21:59:25.585 INFO STEP 394 (remove_files) COMPLETE
64292026-08-11T21:59:26.849Z[ recovery-image] Aug 11 21:59:25.585 INFO O| Aug 11 21:59:25.585 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-11T21:59:26.859Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64312026-08-11T21:59:26.859Z[ recovery-image] Aug 11 21:59:25.595 INFO O| Aug 11 21:59:25.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64322026-08-11T21:59:26.859Z[ recovery-image] Aug 11 21:59:25.595 INFO O| Aug 11 21:59:25.595 INFO STEP 395 (remove_files) COMPLETE
64332026-08-11T21:59:26.859Z[ recovery-image] Aug 11 21:59:25.595 INFO O| Aug 11 21:59:25.595 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-11T21:59:26.859Z[ recovery-image] Aug 11 21:59:25.605 INFO O| Aug 11 21:59:25.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64352026-08-11T21:59:26.859Z[ recovery-image] Aug 11 21:59:25.605 INFO O| Aug 11 21:59:25.605 INFO STEP 396 (remove_files) COMPLETE
64362026-08-11T21:59:26.859Z[ recovery-image] Aug 11 21:59:25.605 INFO O| Aug 11 21:59:25.605 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-11T21:59:26.859Z[ recovery-image] Aug 11 21:59:25.615 INFO O| Aug 11 21:59:25.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64382026-08-11T21:59:26.859Z[ recovery-image] Aug 11 21:59:25.615 INFO O| Aug 11 21:59:25.615 INFO STEP 397 (remove_files) COMPLETE
64392026-08-11T21:59:26.859Z[ recovery-image] Aug 11 21:59:25.615 INFO O| Aug 11 21:59:25.615 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-11T21:59:26.864Z[ recovery-image] Aug 11 21:59:25.623 INFO O| Aug 11 21:59:25.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64412026-08-11T21:59:26.864Z[ recovery-image] Aug 11 21:59:25.624 INFO O| Aug 11 21:59:25.623 INFO STEP 398 (remove_files) COMPLETE
64422026-08-11T21:59:26.864Z[ recovery-image] Aug 11 21:59:25.624 INFO O| Aug 11 21:59:25.623 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-11T21:59:26.873Z[ recovery-image] Aug 11 21:59:25.633 INFO O| Aug 11 21:59:25.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64442026-08-11T21:59:26.873Z[ recovery-image] Aug 11 21:59:25.633 INFO O| Aug 11 21:59:25.633 INFO STEP 399 (remove_files) COMPLETE
64452026-08-11T21:59:26.873Z[verify-libraries] Compiling russh v0.62.4
64462026-08-11T21:59:26.873Z[ recovery-image] Aug 11 21:59:25.633 INFO O| Aug 11 21:59:25.633 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-08-11T21:59:26.882Z[ recovery-image] Aug 11 21:59:25.644 INFO O| Aug 11 21:59:25.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64482026-08-11T21:59:26.882Z[ recovery-image] Aug 11 21:59:25.644 INFO O| Aug 11 21:59:25.644 INFO STEP 400 (remove_files) COMPLETE
64492026-08-11T21:59:26.882Z[ recovery-image] Aug 11 21:59:25.645 INFO O| Aug 11 21:59:25.644 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-08-11T21:59:26.890Z[ recovery-image] Aug 11 21:59:25.655 INFO O| Aug 11 21:59:25.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64512026-08-11T21:59:26.890Z[ recovery-image] Aug 11 21:59:25.655 INFO O| Aug 11 21:59:25.655 INFO STEP 401 (remove_files) COMPLETE
64522026-08-11T21:59:26.890Z[ recovery-image] Aug 11 21:59:25.655 INFO O| Aug 11 21:59:25.655 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-11T21:59:26.900Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64542026-08-11T21:59:26.906Z[ recovery-image] Aug 11 21:59:25.666 INFO O| Aug 11 21:59:25.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64552026-08-11T21:59:26.906Z[ recovery-image] Aug 11 21:59:25.666 INFO O| Aug 11 21:59:25.666 INFO STEP 402 (remove_files) COMPLETE
64562026-08-11T21:59:26.906Z[ recovery-image] Aug 11 21:59:25.666 INFO O| Aug 11 21:59:25.666 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-11T21:59:26.912Z[ recovery-image] Aug 11 21:59:25.677 INFO O| Aug 11 21:59:25.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64582026-08-11T21:59:26.912Z[ recovery-image] Aug 11 21:59:25.677 INFO O| Aug 11 21:59:25.677 INFO STEP 403 (remove_files) COMPLETE
64592026-08-11T21:59:26.916Z[ recovery-image] Aug 11 21:59:25.677 INFO O| Aug 11 21:59:25.677 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-11T21:59:26.924Z[ recovery-image] Aug 11 21:59:25.687 INFO O| Aug 11 21:59:25.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64612026-08-11T21:59:26.924Z[ recovery-image] Aug 11 21:59:25.687 INFO O| Aug 11 21:59:25.687 INFO STEP 404 (remove_files) COMPLETE
64622026-08-11T21:59:26.929Z[ recovery-image] Aug 11 21:59:25.687 INFO O| Aug 11 21:59:25.687 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-11T21:59:26.933Z[ recovery-image] Aug 11 21:59:25.697 INFO O| Aug 11 21:59:25.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64642026-08-11T21:59:26.933Z[ recovery-image] Aug 11 21:59:25.697 INFO O| Aug 11 21:59:25.697 INFO STEP 405 (remove_files) COMPLETE
64652026-08-11T21:59:26.933Z[ recovery-image] Aug 11 21:59:25.697 INFO O| Aug 11 21:59:25.697 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-11T21:59:26.942Z[ recovery-image] Aug 11 21:59:25.707 INFO O| Aug 11 21:59:25.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64672026-08-11T21:59:26.942Z[ recovery-image] Aug 11 21:59:25.708 INFO O| Aug 11 21:59:25.707 INFO STEP 406 (remove_files) COMPLETE
64682026-08-11T21:59:26.943Z[ recovery-image] Aug 11 21:59:25.708 INFO O| Aug 11 21:59:25.708 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-11T21:59:26.954Z[ recovery-image] Aug 11 21:59:25.717 INFO O| Aug 11 21:59:25.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64702026-08-11T21:59:26.954Z[ recovery-image] Aug 11 21:59:25.717 INFO O| Aug 11 21:59:25.717 INFO STEP 407 (remove_files) COMPLETE
64712026-08-11T21:59:26.957Z[ recovery-image] Aug 11 21:59:25.717 INFO O| Aug 11 21:59:25.717 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-11T21:59:26.962Z[ recovery-image] Aug 11 21:59:25.727 INFO O| Aug 11 21:59:25.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64732026-08-11T21:59:26.962Z[ recovery-image] Aug 11 21:59:25.727 INFO O| Aug 11 21:59:25.727 INFO STEP 408 (remove_files) COMPLETE
64742026-08-11T21:59:26.962Z[ recovery-image] Aug 11 21:59:25.727 INFO O| Aug 11 21:59:25.727 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-11T21:59:26.973Z[ recovery-image] Aug 11 21:59:25.737 INFO O| Aug 11 21:59:25.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64762026-08-11T21:59:26.973Z[ recovery-image] Aug 11 21:59:25.737 INFO O| Aug 11 21:59:25.737 INFO STEP 409 (remove_files) COMPLETE
64772026-08-11T21:59:26.973Z[ recovery-image] Aug 11 21:59:25.737 INFO O| Aug 11 21:59:25.737 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-11T21:59:26.984Z[ recovery-image] Aug 11 21:59:25.748 INFO O| Aug 11 21:59:25.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64792026-08-11T21:59:26.984Z[ recovery-image] Aug 11 21:59:25.748 INFO O| Aug 11 21:59:25.748 INFO STEP 410 (remove_files) COMPLETE
64802026-08-11T21:59:26.984Z[ recovery-image] Aug 11 21:59:25.748 INFO O| Aug 11 21:59:25.748 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-11T21:59:26.997Z[ recovery-image] Aug 11 21:59:25.758 INFO O| Aug 11 21:59:25.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64822026-08-11T21:59:26.997Z[ recovery-image] Aug 11 21:59:25.758 INFO O| Aug 11 21:59:25.758 INFO STEP 411 (remove_files) COMPLETE
64832026-08-11T21:59:27.003Z[ recovery-image] Aug 11 21:59:25.758 INFO O| Aug 11 21:59:25.758 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-11T21:59:27.011Z[ recovery-image] Aug 11 21:59:25.768 INFO O| Aug 11 21:59:25.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64852026-08-11T21:59:27.015Z[ recovery-image] Aug 11 21:59:25.774 INFO O| Aug 11 21:59:25.774 INFO STEP 412 (remove_files) COMPLETE
64862026-08-11T21:59:27.015Z[ recovery-image] Aug 11 21:59:25.774 INFO O| Aug 11 21:59:25.774 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-11T21:59:27.023Z[ recovery-image] Aug 11 21:59:25.786 INFO O| Aug 11 21:59:25.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64882026-08-11T21:59:27.029Z[ recovery-image] Aug 11 21:59:25.794 INFO O| Aug 11 21:59:25.794 INFO STEP 413 (remove_files) COMPLETE
64892026-08-11T21:59:27.030Z[ recovery-image] Aug 11 21:59:25.794 INFO O| Aug 11 21:59:25.794 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-11T21:59:27.040Z[ recovery-image] Aug 11 21:59:25.805 INFO O| Aug 11 21:59:25.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64912026-08-11T21:59:27.040Z[ recovery-image] Aug 11 21:59:25.805 INFO O| Aug 11 21:59:25.805 INFO STEP 414 (remove_files) COMPLETE
64922026-08-11T21:59:27.040Z[ recovery-image] Aug 11 21:59:25.805 INFO O| Aug 11 21:59:25.805 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-11T21:59:27.051Z[ recovery-image] Aug 11 21:59:25.817 INFO O| Aug 11 21:59:25.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64942026-08-11T21:59:27.052Z[ recovery-image] Aug 11 21:59:25.817 INFO O| Aug 11 21:59:25.817 INFO STEP 415 (remove_files) COMPLETE
64952026-08-11T21:59:27.052Z[ recovery-image] Aug 11 21:59:25.817 INFO O| Aug 11 21:59:25.817 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-11T21:59:27.063Z[ recovery-image] Aug 11 21:59:25.827 INFO O| Aug 11 21:59:25.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64972026-08-11T21:59:27.063Z[ recovery-image] Aug 11 21:59:25.827 INFO O| Aug 11 21:59:25.827 INFO STEP 416 (remove_files) COMPLETE
64982026-08-11T21:59:27.063Z[ recovery-image] Aug 11 21:59:25.827 INFO O| Aug 11 21:59:25.827 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-11T21:59:27.071Z[ recovery-image] Aug 11 21:59:25.836 INFO O| Aug 11 21:59:25.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65002026-08-11T21:59:27.071Z[ recovery-image] Aug 11 21:59:25.836 INFO O| Aug 11 21:59:25.836 INFO STEP 417 (remove_files) COMPLETE
65012026-08-11T21:59:27.071Z[ recovery-image] Aug 11 21:59:25.836 INFO O| Aug 11 21:59:25.836 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-11T21:59:27.081Z[ recovery-image] Aug 11 21:59:25.846 INFO O| Aug 11 21:59:25.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65032026-08-11T21:59:27.082Z[ recovery-image] Aug 11 21:59:25.847 INFO O| Aug 11 21:59:25.847 INFO STEP 418 (remove_files) COMPLETE
65042026-08-11T21:59:27.085Z[ recovery-image] Aug 11 21:59:25.847 INFO O| Aug 11 21:59:25.847 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-11T21:59:27.110Z[ recovery-image] Aug 11 21:59:25.873 INFO O| Aug 11 21:59:25.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65062026-08-11T21:59:27.110Z[ recovery-image] Aug 11 21:59:25.873 INFO O| Aug 11 21:59:25.873 INFO STEP 419 (remove_files) COMPLETE
65072026-08-11T21:59:27.110Z[ recovery-image] Aug 11 21:59:25.873 INFO O| Aug 11 21:59:25.873 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-11T21:59:27.122Z[ recovery-image] Aug 11 21:59:25.887 INFO O| Aug 11 21:59:25.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65092026-08-11T21:59:27.122Z[ recovery-image] Aug 11 21:59:25.887 INFO O| Aug 11 21:59:25.887 INFO STEP 420 (remove_files) COMPLETE
65102026-08-11T21:59:27.122Z[ recovery-image] Aug 11 21:59:25.887 INFO O| Aug 11 21:59:25.887 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-11T21:59:27.131Z[ recovery-image] Aug 11 21:59:25.896 INFO O| Aug 11 21:59:25.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65122026-08-11T21:59:27.131Z[ recovery-image] Aug 11 21:59:25.896 INFO O| Aug 11 21:59:25.896 INFO STEP 421 (remove_files) COMPLETE
65132026-08-11T21:59:27.135Z[ recovery-image] Aug 11 21:59:25.896 INFO O| Aug 11 21:59:25.896 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-11T21:59:27.139Z[ recovery-image] Aug 11 21:59:25.904 INFO O| Aug 11 21:59:25.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65152026-08-11T21:59:27.139Z[ recovery-image] Aug 11 21:59:25.904 INFO O| Aug 11 21:59:25.904 INFO STEP 422 (remove_files) COMPLETE
65162026-08-11T21:59:27.143Z[ recovery-image] Aug 11 21:59:25.904 INFO O| Aug 11 21:59:25.904 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-11T21:59:27.158Z[ recovery-image] Aug 11 21:59:25.922 INFO O| Aug 11 21:59:25.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65182026-08-11T21:59:27.159Z[ recovery-image] Aug 11 21:59:25.922 INFO O| Aug 11 21:59:25.922 INFO STEP 423 (remove_files) COMPLETE
65192026-08-11T21:59:27.159Z[ recovery-image] Aug 11 21:59:25.922 INFO O| Aug 11 21:59:25.922 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-11T21:59:27.176Z[ recovery-image] Aug 11 21:59:25.941 INFO O| Aug 11 21:59:25.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65212026-08-11T21:59:27.176Z[ recovery-image] Aug 11 21:59:25.941 INFO O| Aug 11 21:59:25.941 INFO STEP 424 (remove_files) COMPLETE
65222026-08-11T21:59:27.176Z[ recovery-image] Aug 11 21:59:25.941 INFO O| Aug 11 21:59:25.941 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-11T21:59:27.186Z[ recovery-image] Aug 11 21:59:25.951 INFO O| Aug 11 21:59:25.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65242026-08-11T21:59:27.186Z[ recovery-image] Aug 11 21:59:25.951 INFO O| Aug 11 21:59:25.951 INFO STEP 425 (remove_files) COMPLETE
65252026-08-11T21:59:27.186Z[ recovery-image] Aug 11 21:59:25.951 INFO O| Aug 11 21:59:25.951 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-11T21:59:27.198Z[ recovery-image] Aug 11 21:59:25.962 INFO O| Aug 11 21:59:25.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65272026-08-11T21:59:27.198Z[ recovery-image] Aug 11 21:59:25.962 INFO O| Aug 11 21:59:25.962 INFO STEP 426 (remove_files) COMPLETE
65282026-08-11T21:59:27.198Z[ recovery-image] Aug 11 21:59:25.962 INFO O| Aug 11 21:59:25.962 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-11T21:59:27.209Z[ recovery-image] Aug 11 21:59:25.972 INFO O| Aug 11 21:59:25.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65302026-08-11T21:59:27.209Z[ recovery-image] Aug 11 21:59:25.972 INFO O| Aug 11 21:59:25.972 INFO STEP 427 (remove_files) COMPLETE
65312026-08-11T21:59:27.215Z[ recovery-image] Aug 11 21:59:25.972 INFO O| Aug 11 21:59:25.972 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-11T21:59:27.229Z[ recovery-image] Aug 11 21:59:25.994 INFO O| Aug 11 21:59:25.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65332026-08-11T21:59:27.229Z[ recovery-image] Aug 11 21:59:25.994 INFO O| Aug 11 21:59:25.994 INFO STEP 428 (remove_files) COMPLETE
65342026-08-11T21:59:27.229Z[ recovery-image] Aug 11 21:59:25.994 INFO O| Aug 11 21:59:25.994 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-11T21:59:27.245Z[ recovery-image] Aug 11 21:59:26.009 INFO O| Aug 11 21:59:26.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65362026-08-11T21:59:27.245Z[ recovery-image] Aug 11 21:59:26.009 INFO O| Aug 11 21:59:26.009 INFO STEP 429 (remove_files) COMPLETE
65372026-08-11T21:59:27.245Z[ recovery-image] Aug 11 21:59:26.009 INFO O| Aug 11 21:59:26.009 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-11T21:59:27.301Z[ recovery-image] Aug 11 21:59:26.064 INFO O| Aug 11 21:59:26.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65392026-08-11T21:59:27.305Z[ recovery-image] Aug 11 21:59:26.064 INFO O| Aug 11 21:59:26.063 INFO STEP 430 (remove_files) COMPLETE
65402026-08-11T21:59:27.305Z[ recovery-image] Aug 11 21:59:26.064 INFO O| Aug 11 21:59:26.063 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-11T21:59:27.320Z[ recovery-image] Aug 11 21:59:26.076 INFO O| Aug 11 21:59:26.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65422026-08-11T21:59:27.320Z[ recovery-image] Aug 11 21:59:26.076 INFO O| Aug 11 21:59:26.075 INFO STEP 431 (remove_files) COMPLETE
65432026-08-11T21:59:27.320Z[ recovery-image] Aug 11 21:59:26.076 INFO O| Aug 11 21:59:26.075 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-11T21:59:27.332Z[ recovery-image] Aug 11 21:59:26.091 INFO O| Aug 11 21:59:26.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65452026-08-11T21:59:27.332Z[ recovery-image] Aug 11 21:59:26.091 INFO O| Aug 11 21:59:26.091 INFO STEP 432 (remove_files) COMPLETE
65462026-08-11T21:59:27.343Z[ recovery-image] Aug 11 21:59:26.091 INFO O| Aug 11 21:59:26.091 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-11T21:59:27.347Z[ recovery-image] Aug 11 21:59:26.107 INFO O| Aug 11 21:59:26.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65482026-08-11T21:59:27.347Z[ recovery-image] Aug 11 21:59:26.107 INFO O| Aug 11 21:59:26.103 INFO STEP 433 (remove_files) COMPLETE
65492026-08-11T21:59:27.347Z[ recovery-image] Aug 11 21:59:26.107 INFO O| Aug 11 21:59:26.103 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-11T21:59:27.356Z[ recovery-image] Aug 11 21:59:26.113 INFO O| Aug 11 21:59:26.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65512026-08-11T21:59:27.356Z[ recovery-image] Aug 11 21:59:26.113 INFO O| Aug 11 21:59:26.113 INFO STEP 434 (remove_files) COMPLETE
65522026-08-11T21:59:27.356Z[ recovery-image] Aug 11 21:59:26.113 INFO O| Aug 11 21:59:26.113 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-11T21:59:27.361Z[ recovery-image] Aug 11 21:59:26.125 INFO O| Aug 11 21:59:26.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65542026-08-11T21:59:27.361Z[ recovery-image] Aug 11 21:59:26.125 INFO O| Aug 11 21:59:26.125 INFO STEP 435 (remove_files) COMPLETE
65552026-08-11T21:59:27.362Z[ recovery-image] Aug 11 21:59:26.125 INFO O| Aug 11 21:59:26.125 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-11T21:59:27.374Z[ recovery-image] Aug 11 21:59:26.138 INFO O| Aug 11 21:59:26.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65572026-08-11T21:59:27.374Z[ recovery-image] Aug 11 21:59:26.138 INFO O| Aug 11 21:59:26.138 INFO STEP 436 (remove_files) COMPLETE
65582026-08-11T21:59:27.374Z[ recovery-image] Aug 11 21:59:26.138 INFO O| Aug 11 21:59:26.138 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-11T21:59:27.386Z[ recovery-image] Aug 11 21:59:26.150 INFO O| Aug 11 21:59:26.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65602026-08-11T21:59:27.386Z[ recovery-image] Aug 11 21:59:26.150 INFO O| Aug 11 21:59:26.150 INFO STEP 437 (remove_files) COMPLETE
65612026-08-11T21:59:27.390Z[ recovery-image] Aug 11 21:59:26.150 INFO O| Aug 11 21:59:26.150 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-11T21:59:27.396Z[ recovery-image] Aug 11 21:59:26.161 INFO O| Aug 11 21:59:26.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65632026-08-11T21:59:27.396Z[ recovery-image] Aug 11 21:59:26.161 INFO O| Aug 11 21:59:26.161 INFO STEP 438 (remove_files) COMPLETE
65642026-08-11T21:59:27.397Z[ recovery-image] Aug 11 21:59:26.161 INFO O| Aug 11 21:59:26.161 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-11T21:59:27.414Z[ recovery-image] Aug 11 21:59:26.172 INFO O| Aug 11 21:59:26.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65662026-08-11T21:59:27.414Z[ recovery-image] Aug 11 21:59:26.172 INFO O| Aug 11 21:59:26.172 INFO STEP 439 (remove_files) COMPLETE
65672026-08-11T21:59:27.418Z[ recovery-image] Aug 11 21:59:26.172 INFO O| Aug 11 21:59:26.172 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-11T21:59:27.418Z[ recovery-image] Aug 11 21:59:26.183 INFO O| Aug 11 21:59:26.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65692026-08-11T21:59:27.419Z[ recovery-image] Aug 11 21:59:26.183 INFO O| Aug 11 21:59:26.183 INFO STEP 440 (remove_files) COMPLETE
65702026-08-11T21:59:27.419Z[ recovery-image] Aug 11 21:59:26.183 INFO O| Aug 11 21:59:26.183 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-11T21:59:27.431Z[ recovery-image] Aug 11 21:59:26.195 INFO O| Aug 11 21:59:26.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65722026-08-11T21:59:27.431Z[ recovery-image] Aug 11 21:59:26.195 INFO O| Aug 11 21:59:26.195 INFO STEP 441 (remove_files) COMPLETE
65732026-08-11T21:59:27.431Z[ recovery-image] Aug 11 21:59:26.195 INFO O| Aug 11 21:59:26.195 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-11T21:59:27.440Z[ recovery-image] Aug 11 21:59:26.205 INFO O| Aug 11 21:59:26.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65752026-08-11T21:59:27.441Z[ recovery-image] Aug 11 21:59:26.205 INFO O| Aug 11 21:59:26.205 INFO STEP 442 (remove_files) COMPLETE
65762026-08-11T21:59:27.441Z[ recovery-image] Aug 11 21:59:26.205 INFO O| Aug 11 21:59:26.205 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-11T21:59:27.452Z[ recovery-image] Aug 11 21:59:26.217 INFO O| Aug 11 21:59:26.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65782026-08-11T21:59:27.453Z[ recovery-image] Aug 11 21:59:26.217 INFO O| Aug 11 21:59:26.217 INFO STEP 443 (remove_files) COMPLETE
65792026-08-11T21:59:27.453Z[ recovery-image] Aug 11 21:59:26.217 INFO O| Aug 11 21:59:26.217 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-11T21:59:27.464Z[ recovery-image] Aug 11 21:59:26.229 INFO O| Aug 11 21:59:26.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65812026-08-11T21:59:27.465Z[ recovery-image] Aug 11 21:59:26.229 INFO O| Aug 11 21:59:26.229 INFO STEP 444 (remove_files) COMPLETE
65822026-08-11T21:59:27.465Z[ recovery-image] Aug 11 21:59:26.229 INFO O| Aug 11 21:59:26.229 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-11T21:59:27.476Z[ recovery-image] Aug 11 21:59:26.241 INFO O| Aug 11 21:59:26.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65842026-08-11T21:59:27.477Z[ recovery-image] Aug 11 21:59:26.241 INFO O| Aug 11 21:59:26.241 INFO STEP 445 (remove_files) COMPLETE
65852026-08-11T21:59:27.477Z[ recovery-image] Aug 11 21:59:26.241 INFO O| Aug 11 21:59:26.241 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-11T21:59:27.489Z[ recovery-image] Aug 11 21:59:26.254 INFO O| Aug 11 21:59:26.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65872026-08-11T21:59:27.489Z[ recovery-image] Aug 11 21:59:26.254 INFO O| Aug 11 21:59:26.254 INFO STEP 446 (remove_files) COMPLETE
65882026-08-11T21:59:27.493Z[ recovery-image] Aug 11 21:59:26.254 INFO O| Aug 11 21:59:26.254 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-11T21:59:27.500Z[ recovery-image] Aug 11 21:59:26.265 INFO O| Aug 11 21:59:26.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65902026-08-11T21:59:27.500Z[ recovery-image] Aug 11 21:59:26.265 INFO O| Aug 11 21:59:26.265 INFO STEP 447 (remove_files) COMPLETE
65912026-08-11T21:59:27.504Z[ recovery-image] Aug 11 21:59:26.265 INFO O| Aug 11 21:59:26.265 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-11T21:59:27.510Z[ recovery-image] Aug 11 21:59:26.275 INFO O| Aug 11 21:59:26.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65932026-08-11T21:59:27.514Z[ recovery-image] Aug 11 21:59:26.276 INFO O| Aug 11 21:59:26.276 INFO STEP 448 (remove_files) COMPLETE
65942026-08-11T21:59:27.514Z[ recovery-image] Aug 11 21:59:26.276 INFO O| Aug 11 21:59:26.276 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-11T21:59:27.526Z[ recovery-image] Aug 11 21:59:26.288 INFO O| Aug 11 21:59:26.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65962026-08-11T21:59:27.526Z[ recovery-image] Aug 11 21:59:26.288 INFO O| Aug 11 21:59:26.288 INFO STEP 449 (remove_files) COMPLETE
65972026-08-11T21:59:27.530Z[ recovery-image] Aug 11 21:59:26.288 INFO O| Aug 11 21:59:26.288 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-11T21:59:27.534Z[ recovery-image] Aug 11 21:59:26.299 INFO O| Aug 11 21:59:26.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65992026-08-11T21:59:27.534Z[ recovery-image] Aug 11 21:59:26.299 INFO O| Aug 11 21:59:26.299 INFO STEP 450 (remove_files) COMPLETE
66002026-08-11T21:59:27.534Z[ recovery-image] Aug 11 21:59:26.299 INFO O| Aug 11 21:59:26.299 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-11T21:59:27.547Z[ recovery-image] Aug 11 21:59:26.310 INFO O| Aug 11 21:59:26.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66022026-08-11T21:59:27.547Z[ recovery-image] Aug 11 21:59:26.311 INFO O| Aug 11 21:59:26.311 INFO STEP 451 (remove_files) COMPLETE
66032026-08-11T21:59:27.552Z[ recovery-image] Aug 11 21:59:26.311 INFO O| Aug 11 21:59:26.311 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-11T21:59:27.557Z[ recovery-image] Aug 11 21:59:26.321 INFO O| Aug 11 21:59:26.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66052026-08-11T21:59:27.557Z[ recovery-image] Aug 11 21:59:26.321 INFO O| Aug 11 21:59:26.321 INFO STEP 452 (remove_files) COMPLETE
66062026-08-11T21:59:27.562Z[ recovery-image] Aug 11 21:59:26.321 INFO O| Aug 11 21:59:26.321 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-11T21:59:27.567Z[ recovery-image] Aug 11 21:59:26.331 INFO O| Aug 11 21:59:26.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66082026-08-11T21:59:27.567Z[ recovery-image] Aug 11 21:59:26.331 INFO O| Aug 11 21:59:26.331 INFO STEP 453 (remove_files) COMPLETE
66092026-08-11T21:59:27.567Z[ recovery-image] Aug 11 21:59:26.331 INFO O| Aug 11 21:59:26.331 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-11T21:59:27.574Z[ recovery-image] Aug 11 21:59:26.339 INFO O| Aug 11 21:59:26.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66112026-08-11T21:59:27.575Z[ recovery-image] Aug 11 21:59:26.340 INFO O| Aug 11 21:59:26.339 INFO STEP 454 (remove_files) COMPLETE
66122026-08-11T21:59:27.575Z[ recovery-image] Aug 11 21:59:26.340 INFO O| Aug 11 21:59:26.339 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-11T21:59:27.584Z[ recovery-image] Aug 11 21:59:26.348 INFO O| Aug 11 21:59:26.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66142026-08-11T21:59:27.584Z[ recovery-image] Aug 11 21:59:26.348 INFO O| Aug 11 21:59:26.348 INFO STEP 455 (remove_files) COMPLETE
66152026-08-11T21:59:27.588Z[ recovery-image] Aug 11 21:59:26.348 INFO O| Aug 11 21:59:26.348 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-11T21:59:27.604Z[ recovery-image] Aug 11 21:59:26.356 INFO O| Aug 11 21:59:26.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66172026-08-11T21:59:27.604Z[ recovery-image] Aug 11 21:59:26.356 INFO O| Aug 11 21:59:26.356 INFO STEP 456 (remove_files) COMPLETE
66182026-08-11T21:59:27.604Z[ recovery-image] Aug 11 21:59:26.356 INFO O| Aug 11 21:59:26.356 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-11T21:59:27.610Z[ recovery-image] Aug 11 21:59:26.365 INFO O| Aug 11 21:59:26.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66202026-08-11T21:59:27.610Z[ recovery-image] Aug 11 21:59:26.365 INFO O| Aug 11 21:59:26.365 INFO STEP 457 (remove_files) COMPLETE
66212026-08-11T21:59:27.610Z[ recovery-image] Aug 11 21:59:26.365 INFO O| Aug 11 21:59:26.365 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-11T21:59:27.614Z[ recovery-image] Aug 11 21:59:26.373 INFO O| Aug 11 21:59:26.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66232026-08-11T21:59:27.614Z[ recovery-image] Aug 11 21:59:26.373 INFO O| Aug 11 21:59:26.373 INFO STEP 458 (remove_files) COMPLETE
66242026-08-11T21:59:27.614Z[ recovery-image] Aug 11 21:59:26.373 INFO O| Aug 11 21:59:26.373 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-11T21:59:27.618Z[ recovery-image] Aug 11 21:59:26.382 INFO O| Aug 11 21:59:26.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66262026-08-11T21:59:27.618Z[ recovery-image] Aug 11 21:59:26.382 INFO O| Aug 11 21:59:26.382 INFO STEP 459 (remove_files) COMPLETE
66272026-08-11T21:59:27.618Z[ recovery-image] Aug 11 21:59:26.382 INFO O| Aug 11 21:59:26.382 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-11T21:59:27.641Z[ recovery-image] Aug 11 21:59:26.392 INFO O| Aug 11 21:59:26.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66292026-08-11T21:59:27.641Z[ recovery-image] Aug 11 21:59:26.392 INFO O| Aug 11 21:59:26.392 INFO STEP 460 (remove_files) COMPLETE
66302026-08-11T21:59:27.641Z[ recovery-image] Aug 11 21:59:26.392 INFO O| Aug 11 21:59:26.392 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-11T21:59:27.645Z[ recovery-image] Aug 11 21:59:26.404 INFO O| Aug 11 21:59:26.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66322026-08-11T21:59:27.645Z[ recovery-image] Aug 11 21:59:26.405 INFO O| Aug 11 21:59:26.405 INFO STEP 461 (remove_files) COMPLETE
66332026-08-11T21:59:27.645Z[ recovery-image] Aug 11 21:59:26.405 INFO O| Aug 11 21:59:26.405 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-11T21:59:27.650Z[ recovery-image] Aug 11 21:59:26.415 INFO O| Aug 11 21:59:26.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66352026-08-11T21:59:27.651Z[ recovery-image] Aug 11 21:59:26.416 INFO O| Aug 11 21:59:26.416 INFO STEP 462 (remove_files) COMPLETE
66362026-08-11T21:59:27.656Z[ recovery-image] Aug 11 21:59:26.416 INFO O| Aug 11 21:59:26.416 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-11T21:59:27.660Z[ recovery-image] Aug 11 21:59:26.426 INFO O| Aug 11 21:59:26.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66382026-08-11T21:59:27.660Z[ recovery-image] Aug 11 21:59:26.426 INFO O| Aug 11 21:59:26.426 INFO STEP 463 (remove_files) COMPLETE
66392026-08-11T21:59:27.664Z[ recovery-image] Aug 11 21:59:26.426 INFO O| Aug 11 21:59:26.426 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-11T21:59:27.671Z[ recovery-image] Aug 11 21:59:26.436 INFO O| Aug 11 21:59:26.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66412026-08-11T21:59:27.671Z[ recovery-image] Aug 11 21:59:26.436 INFO O| Aug 11 21:59:26.436 INFO STEP 464 (remove_files) COMPLETE
66422026-08-11T21:59:27.671Z[ recovery-image] Aug 11 21:59:26.436 INFO O| Aug 11 21:59:26.436 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-11T21:59:27.681Z[ recovery-image] Aug 11 21:59:26.446 INFO O| Aug 11 21:59:26.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66442026-08-11T21:59:27.681Z[ recovery-image] Aug 11 21:59:26.446 INFO O| Aug 11 21:59:26.446 INFO STEP 465 (remove_files) COMPLETE
66452026-08-11T21:59:27.681Z[ recovery-image] Aug 11 21:59:26.446 INFO O| Aug 11 21:59:26.446 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-11T21:59:27.691Z[ recovery-image] Aug 11 21:59:26.456 INFO O| Aug 11 21:59:26.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66472026-08-11T21:59:27.691Z[ recovery-image] Aug 11 21:59:26.456 INFO O| Aug 11 21:59:26.456 INFO STEP 466 (remove_files) COMPLETE
66482026-08-11T21:59:27.695Z[ recovery-image] Aug 11 21:59:26.456 INFO O| Aug 11 21:59:26.456 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-11T21:59:27.699Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
66502026-08-11T21:59:27.704Z[ recovery-image] Aug 11 21:59:26.467 INFO O| Aug 11 21:59:26.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66512026-08-11T21:59:27.704Z[ recovery-image] Aug 11 21:59:26.467 INFO O| Aug 11 21:59:26.467 INFO STEP 467 (remove_files) COMPLETE
66522026-08-11T21:59:27.704Z[ recovery-image] Aug 11 21:59:26.467 INFO O| Aug 11 21:59:26.467 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-11T21:59:27.712Z[ recovery-image] Aug 11 21:59:26.477 INFO O| Aug 11 21:59:26.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66542026-08-11T21:59:27.712Z[ recovery-image] Aug 11 21:59:26.477 INFO O| Aug 11 21:59:26.477 INFO STEP 468 (remove_files) COMPLETE
66552026-08-11T21:59:27.712Z[ recovery-image] Aug 11 21:59:26.477 INFO O| Aug 11 21:59:26.477 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-11T21:59:27.723Z[ recovery-image] Aug 11 21:59:26.488 INFO O| Aug 11 21:59:26.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66572026-08-11T21:59:27.723Z[ recovery-image] Aug 11 21:59:26.488 INFO O| Aug 11 21:59:26.488 INFO STEP 469 (remove_files) COMPLETE
66582026-08-11T21:59:27.723Z[ recovery-image] Aug 11 21:59:26.488 INFO O| Aug 11 21:59:26.488 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-11T21:59:27.733Z[ recovery-image] Aug 11 21:59:26.498 INFO O| Aug 11 21:59:26.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66602026-08-11T21:59:27.733Z[ recovery-image] Aug 11 21:59:26.498 INFO O| Aug 11 21:59:26.498 INFO STEP 470 (remove_files) COMPLETE
66612026-08-11T21:59:27.737Z[ recovery-image] Aug 11 21:59:26.498 INFO O| Aug 11 21:59:26.498 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-11T21:59:27.747Z[ recovery-image] Aug 11 21:59:26.508 INFO O| Aug 11 21:59:26.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66632026-08-11T21:59:27.747Z[ recovery-image] Aug 11 21:59:26.508 INFO O| Aug 11 21:59:26.508 INFO STEP 471 (remove_files) COMPLETE
66642026-08-11T21:59:27.751Z[ recovery-image] Aug 11 21:59:26.508 INFO O| Aug 11 21:59:26.508 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-11T21:59:27.757Z[ recovery-image] Aug 11 21:59:26.517 INFO O| Aug 11 21:59:26.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66662026-08-11T21:59:27.757Z[ recovery-image] Aug 11 21:59:26.517 INFO O| Aug 11 21:59:26.517 INFO STEP 472 (remove_files) COMPLETE
66672026-08-11T21:59:27.757Z[ recovery-image] Aug 11 21:59:26.517 INFO O| Aug 11 21:59:26.517 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-11T21:59:27.761Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
66692026-08-11T21:59:27.766Z[ recovery-image] Aug 11 21:59:26.528 INFO O| Aug 11 21:59:26.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66702026-08-11T21:59:27.766Z[ recovery-image] Aug 11 21:59:26.528 INFO O| Aug 11 21:59:26.528 INFO STEP 473 (remove_files) COMPLETE
66712026-08-11T21:59:27.766Z[ recovery-image] Aug 11 21:59:26.528 INFO O| Aug 11 21:59:26.528 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-11T21:59:27.781Z[ recovery-image] Aug 11 21:59:26.537 INFO O| Aug 11 21:59:26.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66732026-08-11T21:59:27.781Z[ recovery-image] Aug 11 21:59:26.538 INFO O| Aug 11 21:59:26.538 INFO STEP 474 (remove_files) COMPLETE
66742026-08-11T21:59:27.781Z[ recovery-image] Aug 11 21:59:26.538 INFO O| Aug 11 21:59:26.538 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-11T21:59:27.789Z[ recovery-image] Aug 11 21:59:26.547 INFO O| Aug 11 21:59:26.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66762026-08-11T21:59:27.789Z[ recovery-image] Aug 11 21:59:26.547 INFO O| Aug 11 21:59:26.547 INFO STEP 475 (remove_files) COMPLETE
66772026-08-11T21:59:27.789Z[ recovery-image] Aug 11 21:59:26.547 INFO O| Aug 11 21:59:26.547 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-11T21:59:27.793Z[ recovery-image] Aug 11 21:59:26.557 INFO O| Aug 11 21:59:26.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66792026-08-11T21:59:27.793Z[ recovery-image] Aug 11 21:59:26.557 INFO O| Aug 11 21:59:26.557 INFO STEP 476 (remove_files) COMPLETE
66802026-08-11T21:59:27.793Z[ recovery-image] Aug 11 21:59:26.557 INFO O| Aug 11 21:59:26.557 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-11T21:59:27.802Z[ recovery-image] Aug 11 21:59:26.567 INFO O| Aug 11 21:59:26.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66822026-08-11T21:59:27.802Z[ recovery-image] Aug 11 21:59:26.567 INFO O| Aug 11 21:59:26.567 INFO STEP 477 (remove_files) COMPLETE
66832026-08-11T21:59:27.802Z[ recovery-image] Aug 11 21:59:26.567 INFO O| Aug 11 21:59:26.567 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-11T21:59:27.891Z[ recovery-image] Aug 11 21:59:26.576 INFO O| Aug 11 21:59:26.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66852026-08-11T21:59:27.891Z[ recovery-image] Aug 11 21:59:26.576 INFO O| Aug 11 21:59:26.576 INFO STEP 478 (remove_files) COMPLETE
66862026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.576 INFO O| Aug 11 21:59:26.576 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.586 INFO O| Aug 11 21:59:26.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66882026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.586 INFO O| Aug 11 21:59:26.586 INFO STEP 479 (remove_files) COMPLETE
66892026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.586 INFO O| Aug 11 21:59:26.586 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.596 INFO O| Aug 11 21:59:26.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66912026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.596 INFO O| Aug 11 21:59:26.596 INFO STEP 480 (remove_files) COMPLETE
66922026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.596 INFO O| Aug 11 21:59:26.596 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.606 INFO O| Aug 11 21:59:26.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66942026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.606 INFO O| Aug 11 21:59:26.606 INFO STEP 481 (remove_files) COMPLETE
66952026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.606 INFO O| Aug 11 21:59:26.606 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.615 INFO O| Aug 11 21:59:26.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66972026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.615 INFO O| Aug 11 21:59:26.615 INFO STEP 482 (remove_files) COMPLETE
66982026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.615 INFO O| Aug 11 21:59:26.615 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.626 INFO O| Aug 11 21:59:26.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67002026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.626 INFO O| Aug 11 21:59:26.626 INFO STEP 483 (remove_files) COMPLETE
67012026-08-11T21:59:27.914Z[ recovery-image] Aug 11 21:59:26.626 INFO O| Aug 11 21:59:26.626 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-11T21:59:27.915Z[ recovery-image] Aug 11 21:59:26.635 INFO O| Aug 11 21:59:26.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67032026-08-11T21:59:27.915Z[ recovery-image] Aug 11 21:59:26.636 INFO O| Aug 11 21:59:26.636 INFO STEP 484 (remove_files) COMPLETE
67042026-08-11T21:59:27.915Z[ recovery-image] Aug 11 21:59:26.636 INFO O| Aug 11 21:59:26.636 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-11T21:59:27.915Z[ recovery-image] Aug 11 21:59:26.645 INFO O| Aug 11 21:59:26.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67062026-08-11T21:59:27.915Z[ recovery-image] Aug 11 21:59:26.645 INFO O| Aug 11 21:59:26.645 INFO STEP 485 (remove_files) COMPLETE
67072026-08-11T21:59:27.915Z[ recovery-image] Aug 11 21:59:26.645 INFO O| Aug 11 21:59:26.645 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-11T21:59:27.915Z[ recovery-image] Aug 11 21:59:26.655 INFO O| Aug 11 21:59:26.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67092026-08-11T21:59:27.915Z[ recovery-image] Aug 11 21:59:26.655 INFO O| Aug 11 21:59:26.655 INFO STEP 486 (remove_files) COMPLETE
67102026-08-11T21:59:27.915Z[ recovery-image] Aug 11 21:59:26.655 INFO O| Aug 11 21:59:26.655 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-11T21:59:27.927Z[ recovery-image] Aug 11 21:59:26.665 INFO O| Aug 11 21:59:26.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67122026-08-11T21:59:27.928Z[ recovery-image] Aug 11 21:59:26.665 INFO O| Aug 11 21:59:26.665 INFO STEP 487 (remove_files) COMPLETE
67132026-08-11T21:59:27.928Z[ recovery-image] Aug 11 21:59:26.665 INFO O| Aug 11 21:59:26.665 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-11T21:59:27.928Z[ recovery-image] Aug 11 21:59:26.675 INFO O| Aug 11 21:59:26.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67152026-08-11T21:59:27.928Z[ recovery-image] Aug 11 21:59:26.675 INFO O| Aug 11 21:59:26.675 INFO STEP 488 (remove_files) COMPLETE
67162026-08-11T21:59:27.928Z[ recovery-image] Aug 11 21:59:26.675 INFO O| Aug 11 21:59:26.675 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-11T21:59:27.928Z[ recovery-image] Aug 11 21:59:26.684 INFO O| Aug 11 21:59:26.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67182026-08-11T21:59:27.928Z[ recovery-image] Aug 11 21:59:26.684 INFO O| Aug 11 21:59:26.684 INFO STEP 489 (remove_files) COMPLETE
67192026-08-11T21:59:27.928Z[ recovery-image] Aug 11 21:59:26.684 INFO O| Aug 11 21:59:26.684 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-11T21:59:27.959Z[ recovery-image] Aug 11 21:59:26.692 INFO O| Aug 11 21:59:26.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67212026-08-11T21:59:27.960Z[ recovery-image] Aug 11 21:59:26.693 INFO O| Aug 11 21:59:26.693 INFO STEP 490 (remove_files) COMPLETE
67222026-08-11T21:59:27.960Z[ recovery-image] Aug 11 21:59:26.693 INFO O| Aug 11 21:59:26.693 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-11T21:59:27.973Z[ recovery-image] Aug 11 21:59:26.701 INFO O| Aug 11 21:59:26.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67242026-08-11T21:59:27.973Z[ recovery-image] Aug 11 21:59:26.701 INFO O| Aug 11 21:59:26.701 INFO STEP 491 (remove_files) COMPLETE
67252026-08-11T21:59:27.973Z[ recovery-image] Aug 11 21:59:26.701 INFO O| Aug 11 21:59:26.701 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-11T21:59:27.973Z[ recovery-image] Aug 11 21:59:26.710 INFO O| Aug 11 21:59:26.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67272026-08-11T21:59:27.973Z[ recovery-image] Aug 11 21:59:26.710 INFO O| Aug 11 21:59:26.710 INFO STEP 492 (remove_files) COMPLETE
67282026-08-11T21:59:27.974Z[ recovery-image] Aug 11 21:59:26.710 INFO O| Aug 11 21:59:26.710 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-11T21:59:27.974Z[ recovery-image] Aug 11 21:59:26.719 INFO O| Aug 11 21:59:26.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67302026-08-11T21:59:27.974Z[ recovery-image] Aug 11 21:59:26.719 INFO O| Aug 11 21:59:26.719 INFO STEP 493 (remove_files) COMPLETE
67312026-08-11T21:59:27.974Z[ recovery-image] Aug 11 21:59:26.719 INFO O| Aug 11 21:59:26.719 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-11T21:59:27.983Z[ recovery-image] Aug 11 21:59:26.729 INFO O| Aug 11 21:59:26.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67332026-08-11T21:59:27.983Z[ recovery-image] Aug 11 21:59:26.729 INFO O| Aug 11 21:59:26.729 INFO STEP 494 (remove_files) COMPLETE
67342026-08-11T21:59:27.983Z[ recovery-image] Aug 11 21:59:26.729 INFO O| Aug 11 21:59:26.729 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-11T21:59:27.983Z[ recovery-image] Aug 11 21:59:26.737 INFO O| Aug 11 21:59:26.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67362026-08-11T21:59:27.983Z[ recovery-image] Aug 11 21:59:26.737 INFO O| Aug 11 21:59:26.737 INFO STEP 495 (remove_files) COMPLETE
67372026-08-11T21:59:27.983Z[ recovery-image] Aug 11 21:59:26.737 INFO O| Aug 11 21:59:26.737 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-11T21:59:28.001Z[ recovery-image] Aug 11 21:59:26.745 INFO O| Aug 11 21:59:26.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67392026-08-11T21:59:28.001Z[ recovery-image] Aug 11 21:59:26.745 INFO O| Aug 11 21:59:26.745 INFO STEP 496 (remove_files) COMPLETE
67402026-08-11T21:59:28.001Z[ recovery-image] Aug 11 21:59:26.745 INFO O| Aug 11 21:59:26.745 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-11T21:59:28.020Z[ recovery-image] Aug 11 21:59:26.755 INFO O| Aug 11 21:59:26.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67422026-08-11T21:59:28.020Z[ recovery-image] Aug 11 21:59:26.755 INFO O| Aug 11 21:59:26.755 INFO STEP 497 (remove_files) COMPLETE
67432026-08-11T21:59:28.020Z[ recovery-image] Aug 11 21:59:26.755 INFO O| Aug 11 21:59:26.755 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-11T21:59:28.020Z[ recovery-image] Aug 11 21:59:26.763 INFO O| Aug 11 21:59:26.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67452026-08-11T21:59:28.020Z[ recovery-image] Aug 11 21:59:26.763 INFO O| Aug 11 21:59:26.763 INFO STEP 498 (remove_files) COMPLETE
67462026-08-11T21:59:28.020Z[ recovery-image] Aug 11 21:59:26.763 INFO O| Aug 11 21:59:26.763 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-11T21:59:28.029Z[ recovery-image] Aug 11 21:59:26.772 INFO O| Aug 11 21:59:26.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67482026-08-11T21:59:28.029Z[ recovery-image] Aug 11 21:59:26.772 INFO O| Aug 11 21:59:26.772 INFO STEP 499 (remove_files) COMPLETE
67492026-08-11T21:59:28.029Z[ recovery-image] Aug 11 21:59:26.772 INFO O| Aug 11 21:59:26.772 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-11T21:59:28.029Z[ recovery-image] Aug 11 21:59:26.782 INFO O| Aug 11 21:59:26.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67512026-08-11T21:59:28.029Z[ recovery-image] Aug 11 21:59:26.782 INFO O| Aug 11 21:59:26.782 INFO STEP 500 (remove_files) COMPLETE
67522026-08-11T21:59:28.030Z[ recovery-image] Aug 11 21:59:26.782 INFO O| Aug 11 21:59:26.782 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-11T21:59:28.036Z[ recovery-image] Aug 11 21:59:26.791 INFO O| Aug 11 21:59:26.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67542026-08-11T21:59:28.036Z[ recovery-image] Aug 11 21:59:26.792 INFO O| Aug 11 21:59:26.792 INFO STEP 501 (remove_files) COMPLETE
67552026-08-11T21:59:28.036Z[ recovery-image] Aug 11 21:59:26.792 INFO O| Aug 11 21:59:26.792 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-11T21:59:28.041Z[ recovery-image] Aug 11 21:59:26.802 INFO O| Aug 11 21:59:26.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67572026-08-11T21:59:28.041Z[ recovery-image] Aug 11 21:59:26.802 INFO O| Aug 11 21:59:26.802 INFO STEP 502 (remove_files) COMPLETE
67582026-08-11T21:59:28.041Z[ recovery-image] Aug 11 21:59:26.802 INFO O| Aug 11 21:59:26.802 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-11T21:59:28.050Z[ recovery-image] Aug 11 21:59:26.812 INFO O| Aug 11 21:59:26.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67602026-08-11T21:59:28.050Z[ recovery-image] Aug 11 21:59:26.812 INFO O| Aug 11 21:59:26.812 INFO STEP 503 (remove_files) COMPLETE
67612026-08-11T21:59:28.054Z[ recovery-image] Aug 11 21:59:26.812 INFO O| Aug 11 21:59:26.812 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-11T21:59:28.062Z[ recovery-image] Aug 11 21:59:26.822 INFO O| Aug 11 21:59:26.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67632026-08-11T21:59:28.062Z[ recovery-image] Aug 11 21:59:26.822 INFO O| Aug 11 21:59:26.822 INFO STEP 504 (remove_files) COMPLETE
67642026-08-11T21:59:28.062Z[ recovery-image] Aug 11 21:59:26.822 INFO O| Aug 11 21:59:26.822 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-11T21:59:28.066Z[ recovery-image] Aug 11 21:59:26.832 INFO O| Aug 11 21:59:26.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67662026-08-11T21:59:28.066Z[ recovery-image] Aug 11 21:59:26.832 INFO O| Aug 11 21:59:26.832 INFO STEP 505 (remove_files) COMPLETE
67672026-08-11T21:59:28.066Z[ recovery-image] Aug 11 21:59:26.832 INFO O| Aug 11 21:59:26.832 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-11T21:59:28.077Z[ recovery-image] Aug 11 21:59:26.842 INFO O| Aug 11 21:59:26.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67692026-08-11T21:59:28.077Z[ recovery-image] Aug 11 21:59:26.842 INFO O| Aug 11 21:59:26.842 INFO STEP 506 (remove_files) COMPLETE
67702026-08-11T21:59:28.077Z[ recovery-image] Aug 11 21:59:26.842 INFO O| Aug 11 21:59:26.842 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-11T21:59:28.089Z[ recovery-image] Aug 11 21:59:26.853 INFO O| Aug 11 21:59:26.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67722026-08-11T21:59:28.089Z[ recovery-image] Aug 11 21:59:26.853 INFO O| Aug 11 21:59:26.853 INFO STEP 507 (remove_files) COMPLETE
67732026-08-11T21:59:28.089Z[ recovery-image] Aug 11 21:59:26.853 INFO O| Aug 11 21:59:26.853 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-11T21:59:28.100Z[ recovery-image] Aug 11 21:59:26.864 INFO O| Aug 11 21:59:26.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67752026-08-11T21:59:28.100Z[ recovery-image] Aug 11 21:59:26.864 INFO O| Aug 11 21:59:26.864 INFO STEP 508 (remove_files) COMPLETE
67762026-08-11T21:59:28.100Z[ recovery-image] Aug 11 21:59:26.864 INFO O| Aug 11 21:59:26.864 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-11T21:59:28.113Z[ recovery-image] Aug 11 21:59:26.876 INFO O| Aug 11 21:59:26.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67782026-08-11T21:59:28.113Z[ recovery-image] Aug 11 21:59:26.876 INFO O| Aug 11 21:59:26.874 INFO STEP 509 (remove_files) COMPLETE
67792026-08-11T21:59:28.117Z[ recovery-image] Aug 11 21:59:26.876 INFO O| Aug 11 21:59:26.874 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-11T21:59:28.121Z[ recovery-image] Aug 11 21:59:26.885 INFO O| Aug 11 21:59:26.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67812026-08-11T21:59:28.121Z[ recovery-image] Aug 11 21:59:26.885 INFO O| Aug 11 21:59:26.885 INFO STEP 510 (remove_files) COMPLETE
67822026-08-11T21:59:28.121Z[ recovery-image] Aug 11 21:59:26.885 INFO O| Aug 11 21:59:26.885 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-11T21:59:28.134Z[ recovery-image] Aug 11 21:59:26.895 INFO O| Aug 11 21:59:26.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67842026-08-11T21:59:28.134Z[ recovery-image] Aug 11 21:59:26.895 INFO O| Aug 11 21:59:26.895 INFO STEP 511 (remove_files) COMPLETE
67852026-08-11T21:59:28.546Z[ recovery-image] Aug 11 21:59:26.895 INFO O| Aug 11 21:59:26.895 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-11T21:59:28.550Z[ recovery-image] Aug 11 21:59:26.904 INFO O| Aug 11 21:59:26.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67872026-08-11T21:59:28.550Z[ recovery-image] Aug 11 21:59:26.904 INFO O| Aug 11 21:59:26.904 INFO STEP 512 (remove_files) COMPLETE
67882026-08-11T21:59:28.551Z[ recovery-image] Aug 11 21:59:26.904 INFO O| Aug 11 21:59:26.904 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-11T21:59:28.551Z[ recovery-image] Aug 11 21:59:26.914 INFO O| Aug 11 21:59:26.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67902026-08-11T21:59:28.551Z[ recovery-image] Aug 11 21:59:26.914 INFO O| Aug 11 21:59:26.914 INFO STEP 513 (remove_files) COMPLETE
67912026-08-11T21:59:28.551Z[ recovery-image] Aug 11 21:59:26.914 INFO O| Aug 11 21:59:26.914 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-11T21:59:28.551Z[ recovery-image] Aug 11 21:59:26.923 INFO O| Aug 11 21:59:26.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67932026-08-11T21:59:28.551Z[ recovery-image] Aug 11 21:59:26.923 INFO O| Aug 11 21:59:26.923 INFO STEP 514 (remove_files) COMPLETE
67942026-08-11T21:59:28.551Z[ recovery-image] Aug 11 21:59:26.923 INFO O| Aug 11 21:59:26.923 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-11T21:59:28.551Z[ recovery-image] Aug 11 21:59:26.939 INFO O| Aug 11 21:59:26.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
67962026-08-11T21:59:28.551Z[ recovery-image] Aug 11 21:59:26.939 INFO O| Aug 11 21:59:26.939 INFO STEP 515 (remove_files) COMPLETE
67972026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.939 INFO O| Aug 11 21:59:26.939 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.950 INFO O| Aug 11 21:59:26.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
67992026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.950 INFO O| Aug 11 21:59:26.950 INFO STEP 516 (remove_files) COMPLETE
68002026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.950 INFO O| Aug 11 21:59:26.950 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.961 INFO O| Aug 11 21:59:26.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68022026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.961 INFO O| Aug 11 21:59:26.961 INFO STEP 517 (remove_files) COMPLETE
68032026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.961 INFO O| Aug 11 21:59:26.961 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.971 INFO O| Aug 11 21:59:26.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68052026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.971 INFO O| Aug 11 21:59:26.971 INFO STEP 518 (remove_files) COMPLETE
68062026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.971 INFO O| Aug 11 21:59:26.971 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.981 INFO O| Aug 11 21:59:26.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68082026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.981 INFO O| Aug 11 21:59:26.981 INFO STEP 519 (remove_files) COMPLETE
68092026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.981 INFO O| Aug 11 21:59:26.981 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.991 INFO O| Aug 11 21:59:26.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68112026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.991 INFO O| Aug 11 21:59:26.991 INFO STEP 520 (remove_files) COMPLETE
68122026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:26.991 INFO O| Aug 11 21:59:26.991 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:27.002 INFO O| Aug 11 21:59:27.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68142026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:27.002 INFO O| Aug 11 21:59:27.002 INFO STEP 521 (remove_files) COMPLETE
68152026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:27.002 INFO O| Aug 11 21:59:27.002 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:27.011 INFO O| Aug 11 21:59:27.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68172026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:27.012 INFO O| Aug 11 21:59:27.012 INFO STEP 522 (remove_files) COMPLETE
68182026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:27.012 INFO O| Aug 11 21:59:27.012 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:27.022 INFO O| Aug 11 21:59:27.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68202026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:27.022 INFO O| Aug 11 21:59:27.022 INFO STEP 523 (remove_files) COMPLETE
68212026-08-11T21:59:28.552Z[ recovery-image] Aug 11 21:59:27.022 INFO O| Aug 11 21:59:27.022 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.033 INFO O| Aug 11 21:59:27.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68232026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.033 INFO O| Aug 11 21:59:27.033 INFO STEP 524 (remove_files) COMPLETE
68242026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.033 INFO O| Aug 11 21:59:27.033 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.043 INFO O| Aug 11 21:59:27.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68262026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.043 INFO O| Aug 11 21:59:27.043 INFO STEP 525 (remove_files) COMPLETE
68272026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.043 INFO O| Aug 11 21:59:27.043 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.053 INFO O| Aug 11 21:59:27.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68292026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.053 INFO O| Aug 11 21:59:27.053 INFO STEP 526 (remove_files) COMPLETE
68302026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.053 INFO O| Aug 11 21:59:27.053 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.064 INFO O| Aug 11 21:59:27.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68322026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.064 INFO O| Aug 11 21:59:27.064 INFO STEP 527 (remove_files) COMPLETE
68332026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.064 INFO O| Aug 11 21:59:27.064 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.075 INFO O| Aug 11 21:59:27.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68352026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.075 INFO O| Aug 11 21:59:27.075 INFO STEP 528 (remove_files) COMPLETE
68362026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.075 INFO O| Aug 11 21:59:27.075 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.085 INFO O| Aug 11 21:59:27.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68382026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.085 INFO O| Aug 11 21:59:27.085 INFO STEP 529 (remove_files) COMPLETE
68392026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.085 INFO O| Aug 11 21:59:27.085 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.094 INFO O| Aug 11 21:59:27.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68412026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.094 INFO O| Aug 11 21:59:27.094 INFO STEP 530 (remove_files) COMPLETE
68422026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.094 INFO O| Aug 11 21:59:27.094 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.103 INFO O| Aug 11 21:59:27.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68442026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.103 INFO O| Aug 11 21:59:27.103 INFO STEP 531 (remove_files) COMPLETE
68452026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.103 INFO O| Aug 11 21:59:27.103 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.112 INFO O| Aug 11 21:59:27.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68472026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.112 INFO O| Aug 11 21:59:27.112 INFO STEP 532 (remove_files) COMPLETE
68482026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.112 INFO O| Aug 11 21:59:27.112 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.121 INFO O| Aug 11 21:59:27.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68502026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.121 INFO O| Aug 11 21:59:27.121 INFO STEP 533 (remove_files) COMPLETE
68512026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.121 INFO O| Aug 11 21:59:27.121 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.128 INFO O| Aug 11 21:59:27.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68532026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.128 INFO O| Aug 11 21:59:27.128 INFO STEP 534 (remove_files) COMPLETE
68542026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.128 INFO O| Aug 11 21:59:27.128 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.136 INFO O| Aug 11 21:59:27.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68562026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.136 INFO O| Aug 11 21:59:27.136 INFO STEP 535 (remove_files) COMPLETE
68572026-08-11T21:59:28.553Z[ recovery-image] Aug 11 21:59:27.136 INFO O| Aug 11 21:59:27.136 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.146 INFO O| Aug 11 21:59:27.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68592026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.146 INFO O| Aug 11 21:59:27.146 INFO STEP 536 (remove_files) COMPLETE
68602026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.146 INFO O| Aug 11 21:59:27.146 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.156 INFO O| Aug 11 21:59:27.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68622026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.156 INFO O| Aug 11 21:59:27.156 INFO STEP 537 (remove_files) COMPLETE
68632026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.156 INFO O| Aug 11 21:59:27.156 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.166 INFO O| Aug 11 21:59:27.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68652026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.166 INFO O| Aug 11 21:59:27.166 INFO STEP 538 (remove_files) COMPLETE
68662026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.166 INFO O| Aug 11 21:59:27.166 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.176 INFO O| Aug 11 21:59:27.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68682026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.176 INFO O| Aug 11 21:59:27.176 INFO STEP 539 (remove_files) COMPLETE
68692026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.176 INFO O| Aug 11 21:59:27.176 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.187 INFO O| Aug 11 21:59:27.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68712026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.187 INFO O| Aug 11 21:59:27.187 INFO STEP 540 (remove_files) COMPLETE
68722026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.187 INFO O| Aug 11 21:59:27.187 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.197 INFO O| Aug 11 21:59:27.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68742026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.197 INFO O| Aug 11 21:59:27.197 INFO STEP 541 (remove_files) COMPLETE
68752026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.197 INFO O| Aug 11 21:59:27.197 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.207 INFO O| Aug 11 21:59:27.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68772026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.207 INFO O| Aug 11 21:59:27.207 INFO STEP 542 (remove_files) COMPLETE
68782026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.207 INFO O| Aug 11 21:59:27.207 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.216 INFO O| Aug 11 21:59:27.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68802026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.216 INFO O| Aug 11 21:59:27.216 INFO STEP 543 (remove_files) COMPLETE
68812026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.216 INFO O| Aug 11 21:59:27.216 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.226 INFO O| Aug 11 21:59:27.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68832026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.226 INFO O| Aug 11 21:59:27.226 INFO STEP 544 (remove_files) COMPLETE
68842026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.226 INFO O| Aug 11 21:59:27.226 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-11T21:59:28.554Z[ recovery-image] Aug 11 21:59:27.235 INFO O| Aug 11 21:59:27.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68862026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.236 INFO O| Aug 11 21:59:27.235 INFO STEP 545 (remove_files) COMPLETE
68872026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.236 INFO O| Aug 11 21:59:27.236 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.245 INFO O| Aug 11 21:59:27.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68892026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.245 INFO O| Aug 11 21:59:27.245 INFO STEP 546 (remove_files) COMPLETE
68902026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.245 INFO O| Aug 11 21:59:27.245 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.254 INFO O| Aug 11 21:59:27.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68922026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.254 INFO O| Aug 11 21:59:27.254 INFO STEP 547 (remove_files) COMPLETE
68932026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.254 INFO O| Aug 11 21:59:27.254 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.263 INFO O| Aug 11 21:59:27.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
68952026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.264 INFO O| Aug 11 21:59:27.264 INFO STEP 548 (remove_files) COMPLETE
68962026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.264 INFO O| Aug 11 21:59:27.264 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.273 INFO O| Aug 11 21:59:27.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
68982026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.273 INFO O| Aug 11 21:59:27.273 INFO STEP 549 (remove_files) COMPLETE
68992026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.273 INFO O| Aug 11 21:59:27.273 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.282 INFO O| Aug 11 21:59:27.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69012026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.282 INFO O| Aug 11 21:59:27.282 INFO STEP 550 (remove_files) COMPLETE
69022026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.282 INFO O| Aug 11 21:59:27.282 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-11T21:59:28.560Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
69042026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.290 INFO O| Aug 11 21:59:27.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69052026-08-11T21:59:28.560Z[ recovery-image] Aug 11 21:59:27.291 INFO O| Aug 11 21:59:27.291 INFO STEP 551 (remove_files) COMPLETE
69062026-08-11T21:59:28.561Z[ recovery-image] Aug 11 21:59:27.291 INFO O| Aug 11 21:59:27.291 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-11T21:59:28.561Z[ recovery-image] Aug 11 21:59:27.300 INFO O| Aug 11 21:59:27.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69082026-08-11T21:59:28.561Z[ recovery-image] Aug 11 21:59:27.300 INFO O| Aug 11 21:59:27.300 INFO STEP 552 (remove_files) COMPLETE
69092026-08-11T21:59:28.561Z[ recovery-image] Aug 11 21:59:27.300 INFO O| Aug 11 21:59:27.300 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-11T21:59:28.561Z[ recovery-image] Aug 11 21:59:27.310 INFO O| Aug 11 21:59:27.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69112026-08-11T21:59:28.561Z[ recovery-image] Aug 11 21:59:27.311 INFO O| Aug 11 21:59:27.310 INFO STEP 553 (remove_files) COMPLETE
69122026-08-11T21:59:28.561Z[ recovery-image] Aug 11 21:59:27.311 INFO O| Aug 11 21:59:27.310 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-11T21:59:28.562Z[ recovery-image] Aug 11 21:59:27.322 INFO O| Aug 11 21:59:27.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69142026-08-11T21:59:28.562Z[ recovery-image] Aug 11 21:59:27.322 INFO O| Aug 11 21:59:27.322 INFO STEP 554 (remove_files) COMPLETE
69152026-08-11T21:59:28.562Z[ recovery-image] Aug 11 21:59:27.322 INFO O| Aug 11 21:59:27.322 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-11T21:59:28.568Z[ recovery-image] Aug 11 21:59:27.331 INFO O| Aug 11 21:59:27.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69172026-08-11T21:59:28.568Z[ recovery-image] Aug 11 21:59:27.331 INFO O| Aug 11 21:59:27.331 INFO STEP 555 (remove_files) COMPLETE
69182026-08-11T21:59:28.573Z[ recovery-image] Aug 11 21:59:27.331 INFO O| Aug 11 21:59:27.331 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-11T21:59:28.578Z[ recovery-image] Aug 11 21:59:27.341 INFO O| Aug 11 21:59:27.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69202026-08-11T21:59:28.578Z[ recovery-image] Aug 11 21:59:27.341 INFO O| Aug 11 21:59:27.341 INFO STEP 556 (remove_files) COMPLETE
69212026-08-11T21:59:28.578Z[ recovery-image] Aug 11 21:59:27.341 INFO O| Aug 11 21:59:27.341 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-11T21:59:28.582Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
69232026-08-11T21:59:28.586Z[ recovery-image] Aug 11 21:59:27.351 INFO O| Aug 11 21:59:27.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69242026-08-11T21:59:28.586Z[ recovery-image] Aug 11 21:59:27.351 INFO O| Aug 11 21:59:27.351 INFO STEP 557 (remove_files) COMPLETE
69252026-08-11T21:59:28.589Z[ recovery-image] Aug 11 21:59:27.351 INFO O| Aug 11 21:59:27.351 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-11T21:59:28.595Z[ recovery-image] Aug 11 21:59:27.361 INFO O| Aug 11 21:59:27.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69272026-08-11T21:59:28.596Z[ recovery-image] Aug 11 21:59:27.361 INFO O| Aug 11 21:59:27.361 INFO STEP 558 (remove_files) COMPLETE
69282026-08-11T21:59:28.596Z[ recovery-image] Aug 11 21:59:27.361 INFO O| Aug 11 21:59:27.361 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-11T21:59:28.605Z[ recovery-image] Aug 11 21:59:27.371 INFO O| Aug 11 21:59:27.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69302026-08-11T21:59:28.609Z[ recovery-image] Aug 11 21:59:27.371 INFO O| Aug 11 21:59:27.371 INFO STEP 559 (remove_files) COMPLETE
69312026-08-11T21:59:28.609Z[ recovery-image] Aug 11 21:59:27.371 INFO O| Aug 11 21:59:27.371 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-11T21:59:28.617Z[ recovery-image] Aug 11 21:59:27.382 INFO O| Aug 11 21:59:27.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69332026-08-11T21:59:28.617Z[ recovery-image] Aug 11 21:59:27.382 INFO O| Aug 11 21:59:27.382 INFO STEP 560 (remove_files) COMPLETE
69342026-08-11T21:59:28.617Z[ recovery-image] Aug 11 21:59:27.382 INFO O| Aug 11 21:59:27.382 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-11T21:59:28.622Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
69362026-08-11T21:59:28.627Z[ recovery-image] Aug 11 21:59:27.392 INFO O| Aug 11 21:59:27.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69372026-08-11T21:59:28.627Z[ recovery-image] Aug 11 21:59:27.392 INFO O| Aug 11 21:59:27.392 INFO STEP 561 (remove_files) COMPLETE
69382026-08-11T21:59:28.631Z[ recovery-image] Aug 11 21:59:27.392 INFO O| Aug 11 21:59:27.392 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-11T21:59:28.636Z[ recovery-image] Aug 11 21:59:27.400 INFO O| Aug 11 21:59:27.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69402026-08-11T21:59:28.636Z[ recovery-image] Aug 11 21:59:27.400 INFO O| Aug 11 21:59:27.400 INFO STEP 562 (remove_files) COMPLETE
69412026-08-11T21:59:28.641Z[ recovery-image] Aug 11 21:59:27.400 INFO O| Aug 11 21:59:27.400 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-11T21:59:28.644Z[ recovery-image] Aug 11 21:59:27.410 INFO O| Aug 11 21:59:27.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69432026-08-11T21:59:28.645Z[ recovery-image] Aug 11 21:59:27.410 INFO O| Aug 11 21:59:27.410 INFO STEP 563 (remove_files) COMPLETE
69442026-08-11T21:59:28.645Z[ recovery-image] Aug 11 21:59:27.410 INFO O| Aug 11 21:59:27.410 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-11T21:59:28.654Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
69462026-08-11T21:59:28.658Z[ recovery-image] Aug 11 21:59:27.418 INFO O| Aug 11 21:59:27.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69472026-08-11T21:59:28.658Z[ recovery-image] Aug 11 21:59:27.419 INFO O| Aug 11 21:59:27.418 INFO STEP 564 (remove_files) COMPLETE
69482026-08-11T21:59:28.658Z[ recovery-image] Aug 11 21:59:27.419 INFO O| Aug 11 21:59:27.418 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-11T21:59:28.665Z[ recovery-image] Aug 11 21:59:27.428 INFO O| Aug 11 21:59:27.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69502026-08-11T21:59:28.665Z[ recovery-image] Aug 11 21:59:27.428 INFO O| Aug 11 21:59:27.428 INFO STEP 565 (remove_files) COMPLETE
69512026-08-11T21:59:28.699Z[ recovery-image] Aug 11 21:59:27.428 INFO O| Aug 11 21:59:27.428 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-11T21:59:28.708Z[ recovery-image] Aug 11 21:59:27.438 INFO O| Aug 11 21:59:27.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69532026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.438 INFO O| Aug 11 21:59:27.438 INFO STEP 566 (remove_files) COMPLETE
69542026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.438 INFO O| Aug 11 21:59:27.438 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.447 INFO O| Aug 11 21:59:27.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69562026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.447 INFO O| Aug 11 21:59:27.447 INFO STEP 567 (remove_files) COMPLETE
69572026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.447 INFO O| Aug 11 21:59:27.447 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.456 INFO O| Aug 11 21:59:27.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69592026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.456 INFO O| Aug 11 21:59:27.456 INFO STEP 568 (remove_files) COMPLETE
69602026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.456 INFO O| Aug 11 21:59:27.456 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.465 INFO O| Aug 11 21:59:27.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69622026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.465 INFO O| Aug 11 21:59:27.465 INFO STEP 569 (remove_files) COMPLETE
69632026-08-11T21:59:28.709Z[ recovery-image] Aug 11 21:59:27.465 INFO O| Aug 11 21:59:27.465 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-11T21:59:28.738Z[ recovery-image] Aug 11 21:59:27.474 INFO O| Aug 11 21:59:27.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69652026-08-11T21:59:28.739Z[ recovery-image] Aug 11 21:59:27.474 INFO O| Aug 11 21:59:27.474 INFO STEP 570 (remove_files) COMPLETE
69662026-08-11T21:59:28.739Z[ recovery-image] Aug 11 21:59:27.474 INFO O| Aug 11 21:59:27.474 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-11T21:59:28.751Z[ recovery-image] Aug 11 21:59:27.483 INFO O| Aug 11 21:59:27.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69682026-08-11T21:59:28.751Z[ recovery-image] Aug 11 21:59:27.484 INFO O| Aug 11 21:59:27.484 INFO STEP 571 (remove_files) COMPLETE
69692026-08-11T21:59:28.751Z[ recovery-image] Aug 11 21:59:27.484 INFO O| Aug 11 21:59:27.484 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-11T21:59:28.751Z[ recovery-image] Aug 11 21:59:27.493 INFO O| Aug 11 21:59:27.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69712026-08-11T21:59:28.751Z[ recovery-image] Aug 11 21:59:27.493 INFO O| Aug 11 21:59:27.493 INFO STEP 572 (remove_files) COMPLETE
69722026-08-11T21:59:28.751Z[ recovery-image] Aug 11 21:59:27.493 INFO O| Aug 11 21:59:27.493 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-11T21:59:28.751Z[ recovery-image] Aug 11 21:59:27.502 INFO O| Aug 11 21:59:27.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69742026-08-11T21:59:28.751Z[ recovery-image] Aug 11 21:59:27.502 INFO O| Aug 11 21:59:27.502 INFO STEP 573 (remove_files) COMPLETE
69752026-08-11T21:59:28.751Z[ recovery-image] Aug 11 21:59:27.502 INFO O| Aug 11 21:59:27.502 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-11T21:59:28.763Z[ recovery-image] Aug 11 21:59:27.510 INFO O| Aug 11 21:59:27.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69772026-08-11T21:59:28.763Z[ recovery-image] Aug 11 21:59:27.511 INFO O| Aug 11 21:59:27.510 INFO STEP 574 (remove_files) COMPLETE
69782026-08-11T21:59:28.763Z[ recovery-image] Aug 11 21:59:27.511 INFO O| Aug 11 21:59:27.511 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-11T21:59:28.763Z[ recovery-image] Aug 11 21:59:27.520 INFO O| Aug 11 21:59:27.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69802026-08-11T21:59:28.763Z[ recovery-image] Aug 11 21:59:27.520 INFO O| Aug 11 21:59:27.520 INFO STEP 575 (remove_files) COMPLETE
69812026-08-11T21:59:28.763Z[ recovery-image] Aug 11 21:59:27.520 INFO O| Aug 11 21:59:27.520 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-11T21:59:28.767Z[ recovery-image] Aug 11 21:59:27.528 INFO O| Aug 11 21:59:27.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69832026-08-11T21:59:28.767Z[ recovery-image] Aug 11 21:59:27.528 INFO O| Aug 11 21:59:27.528 INFO STEP 576 (remove_files) COMPLETE
69842026-08-11T21:59:28.767Z[ recovery-image] Aug 11 21:59:27.528 INFO O| Aug 11 21:59:27.528 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-11T21:59:28.783Z[ recovery-image] Aug 11 21:59:27.536 INFO O| Aug 11 21:59:27.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69862026-08-11T21:59:28.783Z[ recovery-image] Aug 11 21:59:27.536 INFO O| Aug 11 21:59:27.536 INFO STEP 577 (remove_files) COMPLETE
69872026-08-11T21:59:28.783Z[ recovery-image] Aug 11 21:59:27.536 INFO O| Aug 11 21:59:27.536 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-11T21:59:28.792Z[ recovery-image] Aug 11 21:59:27.545 INFO O| Aug 11 21:59:27.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69892026-08-11T21:59:28.792Z[ recovery-image] Aug 11 21:59:27.545 INFO O| Aug 11 21:59:27.545 INFO STEP 578 (remove_files) COMPLETE
69902026-08-11T21:59:28.792Z[ recovery-image] Aug 11 21:59:27.545 INFO O| Aug 11 21:59:27.545 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-11T21:59:28.800Z[ recovery-image] Aug 11 21:59:27.554 INFO O| Aug 11 21:59:27.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69922026-08-11T21:59:28.800Z[ recovery-image] Aug 11 21:59:27.555 INFO O| Aug 11 21:59:27.555 INFO STEP 579 (remove_files) COMPLETE
69932026-08-11T21:59:28.800Z[ recovery-image] Aug 11 21:59:27.555 INFO O| Aug 11 21:59:27.555 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-11T21:59:28.806Z[ recovery-image] Aug 11 21:59:27.563 INFO O| Aug 11 21:59:27.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69952026-08-11T21:59:28.807Z[ recovery-image] Aug 11 21:59:27.563 INFO O| Aug 11 21:59:27.563 INFO STEP 580 (remove_files) COMPLETE
69962026-08-11T21:59:28.807Z[ recovery-image] Aug 11 21:59:27.563 INFO O| Aug 11 21:59:27.563 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-11T21:59:28.823Z[ recovery-image] Aug 11 21:59:27.572 INFO O| Aug 11 21:59:27.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
69982026-08-11T21:59:28.823Z[ recovery-image] Aug 11 21:59:27.572 INFO O| Aug 11 21:59:27.572 INFO STEP 581 (remove_files) COMPLETE
69992026-08-11T21:59:28.823Z[ recovery-image] Aug 11 21:59:27.572 INFO O| Aug 11 21:59:27.572 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-11T21:59:28.823Z[ recovery-image] Aug 11 21:59:27.580 INFO O| Aug 11 21:59:27.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70012026-08-11T21:59:28.823Z[ recovery-image] Aug 11 21:59:27.580 INFO O| Aug 11 21:59:27.580 INFO STEP 582 (remove_files) COMPLETE
70022026-08-11T21:59:28.824Z[ recovery-image] Aug 11 21:59:27.580 INFO O| Aug 11 21:59:27.580 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-11T21:59:28.838Z[ recovery-image] Aug 11 21:59:27.588 INFO O| Aug 11 21:59:27.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70042026-08-11T21:59:28.838Z[ recovery-image] Aug 11 21:59:27.588 INFO O| Aug 11 21:59:27.588 INFO STEP 583 (remove_files) COMPLETE
70052026-08-11T21:59:28.838Z[ recovery-image] Aug 11 21:59:27.588 INFO O| Aug 11 21:59:27.588 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-11T21:59:28.852Z[ recovery-image] Aug 11 21:59:27.595 INFO O| Aug 11 21:59:27.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70072026-08-11T21:59:28.852Z[ recovery-image] Aug 11 21:59:27.595 INFO O| Aug 11 21:59:27.595 INFO STEP 584 (remove_files) COMPLETE
70082026-08-11T21:59:28.852Z[ recovery-image] Aug 11 21:59:27.595 INFO O| Aug 11 21:59:27.595 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-11T21:59:28.852Z[ recovery-image] Aug 11 21:59:27.603 INFO O| Aug 11 21:59:27.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70102026-08-11T21:59:28.852Z[ recovery-image] Aug 11 21:59:27.603 INFO O| Aug 11 21:59:27.603 INFO STEP 585 (remove_files) COMPLETE
70112026-08-11T21:59:28.852Z[ recovery-image] Aug 11 21:59:27.603 INFO O| Aug 11 21:59:27.603 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-11T21:59:28.865Z[ recovery-image] Aug 11 21:59:27.614 INFO O| Aug 11 21:59:27.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70132026-08-11T21:59:28.866Z[ recovery-image] Aug 11 21:59:27.614 INFO O| Aug 11 21:59:27.614 INFO STEP 586 (remove_files) COMPLETE
70142026-08-11T21:59:28.866Z[ recovery-image] Aug 11 21:59:27.614 INFO O| Aug 11 21:59:27.614 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-11T21:59:28.872Z[ recovery-image] Aug 11 21:59:27.624 INFO O| Aug 11 21:59:27.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70162026-08-11T21:59:28.872Z[ recovery-image] Aug 11 21:59:27.624 INFO O| Aug 11 21:59:27.624 INFO STEP 587 (remove_files) COMPLETE
70172026-08-11T21:59:28.872Z[ recovery-image] Aug 11 21:59:27.624 INFO O| Aug 11 21:59:27.624 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-11T21:59:28.872Z[ recovery-image] Aug 11 21:59:27.633 INFO O| Aug 11 21:59:27.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70192026-08-11T21:59:28.872Z[ recovery-image] Aug 11 21:59:27.633 INFO O| Aug 11 21:59:27.633 INFO STEP 588 (remove_files) COMPLETE
70202026-08-11T21:59:28.873Z[ recovery-image] Aug 11 21:59:27.633 INFO O| Aug 11 21:59:27.633 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-11T21:59:28.982Z[ recovery-image] Aug 11 21:59:27.643 INFO O| Aug 11 21:59:27.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70222026-08-11T21:59:28.982Z[ recovery-image] Aug 11 21:59:27.643 INFO O| Aug 11 21:59:27.643 INFO STEP 589 (remove_files) COMPLETE
70232026-08-11T21:59:28.982Z[ recovery-image] Aug 11 21:59:27.643 INFO O| Aug 11 21:59:27.643 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-11T21:59:29.015Z[ recovery-image] Aug 11 21:59:27.652 INFO O| Aug 11 21:59:27.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70252026-08-11T21:59:29.015Z[ recovery-image] Aug 11 21:59:27.652 INFO O| Aug 11 21:59:27.652 INFO STEP 590 (remove_files) COMPLETE
70262026-08-11T21:59:29.015Z[ recovery-image] Aug 11 21:59:27.652 INFO O| Aug 11 21:59:27.652 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-11T21:59:29.015Z[verify-libraries] Compiling socket2 v0.5.10
70282026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.662 INFO O| Aug 11 21:59:27.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70292026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.662 INFO O| Aug 11 21:59:27.662 INFO STEP 591 (remove_files) COMPLETE
70302026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.662 INFO O| Aug 11 21:59:27.662 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.672 INFO O| Aug 11 21:59:27.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70322026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.672 INFO O| Aug 11 21:59:27.672 INFO STEP 592 (remove_files) COMPLETE
70332026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.672 INFO O| Aug 11 21:59:27.672 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.681 INFO O| Aug 11 21:59:27.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70352026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.682 INFO O| Aug 11 21:59:27.682 INFO STEP 593 (remove_files) COMPLETE
70362026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.682 INFO O| Aug 11 21:59:27.682 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.692 INFO O| Aug 11 21:59:27.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70382026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.692 INFO O| Aug 11 21:59:27.692 INFO STEP 594 (remove_files) COMPLETE
70392026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.692 INFO O| Aug 11 21:59:27.692 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.701 INFO O| Aug 11 21:59:27.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70412026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.701 INFO O| Aug 11 21:59:27.701 INFO STEP 595 (remove_files) COMPLETE
70422026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.701 INFO O| Aug 11 21:59:27.701 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.710 INFO O| Aug 11 21:59:27.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70442026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.710 INFO O| Aug 11 21:59:27.710 INFO STEP 596 (remove_files) COMPLETE
70452026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.710 INFO O| Aug 11 21:59:27.710 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.719 INFO O| Aug 11 21:59:27.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70472026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.719 INFO O| Aug 11 21:59:27.719 INFO STEP 597 (remove_files) COMPLETE
70482026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.719 INFO O| Aug 11 21:59:27.719 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.729 INFO O| Aug 11 21:59:27.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70502026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.729 INFO O| Aug 11 21:59:27.729 INFO STEP 598 (remove_files) COMPLETE
70512026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.729 INFO O| Aug 11 21:59:27.729 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.739 INFO O| Aug 11 21:59:27.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70532026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.739 INFO O| Aug 11 21:59:27.739 INFO STEP 599 (remove_files) COMPLETE
70542026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.739 INFO O| Aug 11 21:59:27.739 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.747 INFO O| Aug 11 21:59:27.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70562026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.747 INFO O| Aug 11 21:59:27.747 INFO STEP 600 (remove_files) COMPLETE
70572026-08-11T21:59:29.016Z[ recovery-image] Aug 11 21:59:27.747 INFO O| Aug 11 21:59:27.747 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.755 INFO O| Aug 11 21:59:27.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70592026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.755 INFO O| Aug 11 21:59:27.755 INFO STEP 601 (remove_files) COMPLETE
70602026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.755 INFO O| Aug 11 21:59:27.755 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.763 INFO O| Aug 11 21:59:27.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70622026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.763 INFO O| Aug 11 21:59:27.763 INFO STEP 602 (remove_files) COMPLETE
70632026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.763 INFO O| Aug 11 21:59:27.763 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.773 INFO O| Aug 11 21:59:27.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70652026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.773 INFO O| Aug 11 21:59:27.773 INFO STEP 603 (remove_files) COMPLETE
70662026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.773 INFO O| Aug 11 21:59:27.773 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.782 INFO O| Aug 11 21:59:27.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70682026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.782 INFO O| Aug 11 21:59:27.782 INFO STEP 604 (remove_files) COMPLETE
70692026-08-11T21:59:29.047Z[ recovery-image] Aug 11 21:59:27.782 INFO O| Aug 11 21:59:27.782 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-11T21:59:29.065Z[ recovery-image] Aug 11 21:59:27.791 INFO O| Aug 11 21:59:27.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70712026-08-11T21:59:29.065Z[ recovery-image] Aug 11 21:59:27.791 INFO O| Aug 11 21:59:27.791 INFO STEP 605 (remove_files) COMPLETE
70722026-08-11T21:59:29.066Z[ recovery-image] Aug 11 21:59:27.791 INFO O| Aug 11 21:59:27.791 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-11T21:59:29.066Z[ recovery-image] Aug 11 21:59:27.800 INFO O| Aug 11 21:59:27.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70742026-08-11T21:59:29.066Z[ recovery-image] Aug 11 21:59:27.800 INFO O| Aug 11 21:59:27.800 INFO STEP 606 (remove_files) COMPLETE
70752026-08-11T21:59:29.066Z[ recovery-image] Aug 11 21:59:27.800 INFO O| Aug 11 21:59:27.800 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-11T21:59:29.066Z[ recovery-image] Aug 11 21:59:27.809 INFO O| Aug 11 21:59:27.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70772026-08-11T21:59:29.066Z[ recovery-image] Aug 11 21:59:27.809 INFO O| Aug 11 21:59:27.809 INFO STEP 607 (remove_files) COMPLETE
70782026-08-11T21:59:29.066Z[ recovery-image] Aug 11 21:59:27.809 INFO O| Aug 11 21:59:27.809 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-11T21:59:29.080Z[ recovery-image] Aug 11 21:59:27.818 INFO O| Aug 11 21:59:27.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70802026-08-11T21:59:29.080Z[ recovery-image] Aug 11 21:59:27.818 INFO O| Aug 11 21:59:27.818 INFO STEP 608 (remove_files) COMPLETE
70812026-08-11T21:59:29.080Z[ recovery-image] Aug 11 21:59:27.818 INFO O| Aug 11 21:59:27.818 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-11T21:59:29.080Z[ recovery-image] Aug 11 21:59:27.827 INFO O| Aug 11 21:59:27.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70832026-08-11T21:59:29.081Z[ recovery-image] Aug 11 21:59:27.827 INFO O| Aug 11 21:59:27.827 INFO STEP 609 (remove_files) COMPLETE
70842026-08-11T21:59:29.081Z[ recovery-image] Aug 11 21:59:27.827 INFO O| Aug 11 21:59:27.827 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-11T21:59:29.081Z[ recovery-image] Aug 11 21:59:27.835 INFO O| Aug 11 21:59:27.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70862026-08-11T21:59:29.081Z[ recovery-image] Aug 11 21:59:27.835 INFO O| Aug 11 21:59:27.835 INFO STEP 610 (remove_files) COMPLETE
70872026-08-11T21:59:29.081Z[ recovery-image] Aug 11 21:59:27.835 INFO O| Aug 11 21:59:27.835 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-11T21:59:29.095Z[ recovery-image] Aug 11 21:59:27.843 INFO O| Aug 11 21:59:27.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70892026-08-11T21:59:29.095Z[ recovery-image] Aug 11 21:59:27.843 INFO O| Aug 11 21:59:27.843 INFO STEP 611 (remove_files) COMPLETE
70902026-08-11T21:59:29.095Z[ recovery-image] Aug 11 21:59:27.843 INFO O| Aug 11 21:59:27.843 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-11T21:59:29.096Z[ recovery-image] Aug 11 21:59:27.851 INFO O| Aug 11 21:59:27.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70922026-08-11T21:59:29.096Z[ recovery-image] Aug 11 21:59:27.851 INFO O| Aug 11 21:59:27.851 INFO STEP 612 (remove_files) COMPLETE
70932026-08-11T21:59:29.096Z[ recovery-image] Aug 11 21:59:27.851 INFO O| Aug 11 21:59:27.851 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-11T21:59:29.096Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
70952026-08-11T21:59:29.112Z[ recovery-image] Aug 11 21:59:27.858 INFO O| Aug 11 21:59:27.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70962026-08-11T21:59:29.112Z[ recovery-image] Aug 11 21:59:27.858 INFO O| Aug 11 21:59:27.858 INFO STEP 613 (remove_files) COMPLETE
70972026-08-11T21:59:29.113Z[ recovery-image] Aug 11 21:59:27.858 INFO O| Aug 11 21:59:27.858 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-11T21:59:29.129Z[ recovery-image] Aug 11 21:59:27.866 INFO O| Aug 11 21:59:27.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
70992026-08-11T21:59:29.130Z[ recovery-image] Aug 11 21:59:27.866 INFO O| Aug 11 21:59:27.866 INFO STEP 614 (remove_files) COMPLETE
71002026-08-11T21:59:29.130Z[ recovery-image] Aug 11 21:59:27.867 INFO O| Aug 11 21:59:27.866 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-11T21:59:29.130Z[ recovery-image] Aug 11 21:59:27.875 INFO O| Aug 11 21:59:27.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71022026-08-11T21:59:29.130Z[ recovery-image] Aug 11 21:59:27.875 INFO O| Aug 11 21:59:27.875 INFO STEP 615 (remove_files) COMPLETE
71032026-08-11T21:59:29.130Z[ recovery-image] Aug 11 21:59:27.875 INFO O| Aug 11 21:59:27.875 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-11T21:59:29.149Z[ recovery-image] Aug 11 21:59:27.883 INFO O| Aug 11 21:59:27.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71052026-08-11T21:59:29.150Z[ recovery-image] Aug 11 21:59:27.884 INFO O| Aug 11 21:59:27.884 INFO STEP 616 (remove_files) COMPLETE
71062026-08-11T21:59:29.150Z[ recovery-image] Aug 11 21:59:27.884 INFO O| Aug 11 21:59:27.884 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-11T21:59:29.150Z[ recovery-image] Aug 11 21:59:27.893 INFO O| Aug 11 21:59:27.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71082026-08-11T21:59:29.150Z[ recovery-image] Aug 11 21:59:27.893 INFO O| Aug 11 21:59:27.893 INFO STEP 617 (remove_files) COMPLETE
71092026-08-11T21:59:29.150Z[ recovery-image] Aug 11 21:59:27.893 INFO O| Aug 11 21:59:27.893 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-11T21:59:29.150Z[ recovery-image] Aug 11 21:59:27.902 INFO O| Aug 11 21:59:27.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71112026-08-11T21:59:29.150Z[ recovery-image] Aug 11 21:59:27.902 INFO O| Aug 11 21:59:27.902 INFO STEP 618 (remove_files) COMPLETE
71122026-08-11T21:59:29.150Z[ recovery-image] Aug 11 21:59:27.902 INFO O| Aug 11 21:59:27.902 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-11T21:59:29.167Z[ recovery-image] Aug 11 21:59:27.911 INFO O| Aug 11 21:59:27.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71142026-08-11T21:59:29.167Z[ recovery-image] Aug 11 21:59:27.911 INFO O| Aug 11 21:59:27.911 INFO STEP 619 (remove_files) COMPLETE
71152026-08-11T21:59:29.167Z[ recovery-image] Aug 11 21:59:27.911 INFO O| Aug 11 21:59:27.911 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-11T21:59:29.176Z[ recovery-image] Aug 11 21:59:27.920 INFO O| Aug 11 21:59:27.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71172026-08-11T21:59:29.176Z[ recovery-image] Aug 11 21:59:27.920 INFO O| Aug 11 21:59:27.920 INFO STEP 620 (remove_files) COMPLETE
71182026-08-11T21:59:29.176Z[ recovery-image] Aug 11 21:59:27.920 INFO O| Aug 11 21:59:27.920 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-11T21:59:29.176Z[ recovery-image] Aug 11 21:59:27.930 INFO O| Aug 11 21:59:27.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71202026-08-11T21:59:29.176Z[ recovery-image] Aug 11 21:59:27.930 INFO O| Aug 11 21:59:27.930 INFO STEP 621 (remove_files) COMPLETE
71212026-08-11T21:59:29.176Z[ recovery-image] Aug 11 21:59:27.930 INFO O| Aug 11 21:59:27.930 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-11T21:59:29.213Z[ recovery-image] Aug 11 21:59:27.939 INFO O| Aug 11 21:59:27.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71232026-08-11T21:59:29.213Z[ recovery-image] Aug 11 21:59:27.939 INFO O| Aug 11 21:59:27.939 INFO STEP 622 (remove_files) COMPLETE
71242026-08-11T21:59:29.213Z[ recovery-image] Aug 11 21:59:27.939 INFO O| Aug 11 21:59:27.939 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-11T21:59:29.213Z[ recovery-image] Aug 11 21:59:27.948 INFO O| Aug 11 21:59:27.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71262026-08-11T21:59:29.213Z[ recovery-image] Aug 11 21:59:27.948 INFO O| Aug 11 21:59:27.948 INFO STEP 623 (remove_files) COMPLETE
71272026-08-11T21:59:29.213Z[ recovery-image] Aug 11 21:59:27.948 INFO O| Aug 11 21:59:27.948 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-11T21:59:29.223Z[ recovery-image] Aug 11 21:59:27.958 INFO O| Aug 11 21:59:27.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71292026-08-11T21:59:29.223Z[ recovery-image] Aug 11 21:59:27.958 INFO O| Aug 11 21:59:27.958 INFO STEP 624 (remove_files) COMPLETE
71302026-08-11T21:59:29.223Z[ recovery-image] Aug 11 21:59:27.958 INFO O| Aug 11 21:59:27.958 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-11T21:59:29.223Z[ recovery-image] Aug 11 21:59:27.967 INFO O| Aug 11 21:59:27.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71322026-08-11T21:59:29.223Z[ recovery-image] Aug 11 21:59:27.967 INFO O| Aug 11 21:59:27.967 INFO STEP 625 (remove_files) COMPLETE
71332026-08-11T21:59:29.223Z[ recovery-image] Aug 11 21:59:27.967 INFO O| Aug 11 21:59:27.967 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-11T21:59:29.224Z[ recovery-image] Aug 11 21:59:27.976 INFO O| Aug 11 21:59:27.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71352026-08-11T21:59:29.224Z[ recovery-image] Aug 11 21:59:27.976 INFO O| Aug 11 21:59:27.976 INFO STEP 626 (remove_files) COMPLETE
71362026-08-11T21:59:29.224Z[ recovery-image] Aug 11 21:59:27.976 INFO O| Aug 11 21:59:27.976 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-11T21:59:29.239Z[ recovery-image] Aug 11 21:59:27.985 INFO O| Aug 11 21:59:27.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71382026-08-11T21:59:29.240Z[ recovery-image] Aug 11 21:59:27.985 INFO O| Aug 11 21:59:27.985 INFO STEP 627 (remove_files) COMPLETE
71392026-08-11T21:59:29.240Z[ recovery-image] Aug 11 21:59:27.985 INFO O| Aug 11 21:59:27.985 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-11T21:59:29.240Z[ recovery-image] Aug 11 21:59:27.993 INFO O| Aug 11 21:59:27.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71412026-08-11T21:59:29.240Z[ recovery-image] Aug 11 21:59:27.993 INFO O| Aug 11 21:59:27.993 INFO STEP 628 (remove_files) COMPLETE
71422026-08-11T21:59:29.242Z[ recovery-image] Aug 11 21:59:27.993 INFO O| Aug 11 21:59:27.993 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-11T21:59:29.250Z[ recovery-image] Aug 11 21:59:28.002 INFO O| Aug 11 21:59:28.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71442026-08-11T21:59:29.250Z[ recovery-image] Aug 11 21:59:28.002 INFO O| Aug 11 21:59:28.002 INFO STEP 629 (remove_files) COMPLETE
71452026-08-11T21:59:29.251Z[ recovery-image] Aug 11 21:59:28.002 INFO O| Aug 11 21:59:28.002 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-11T21:59:29.251Z[ recovery-image] Aug 11 21:59:28.011 INFO O| Aug 11 21:59:28.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71472026-08-11T21:59:29.251Z[ recovery-image] Aug 11 21:59:28.011 INFO O| Aug 11 21:59:28.011 INFO STEP 630 (remove_files) COMPLETE
71482026-08-11T21:59:29.251Z[ recovery-image] Aug 11 21:59:28.011 INFO O| Aug 11 21:59:28.011 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-11T21:59:29.263Z[ recovery-image] Aug 11 21:59:28.020 INFO O| Aug 11 21:59:28.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71502026-08-11T21:59:29.263Z[ recovery-image] Aug 11 21:59:28.020 INFO O| Aug 11 21:59:28.020 INFO STEP 631 (remove_files) COMPLETE
71512026-08-11T21:59:29.263Z[ recovery-image] Aug 11 21:59:28.020 INFO O| Aug 11 21:59:28.020 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-11T21:59:29.297Z[ recovery-image] Aug 11 21:59:28.028 INFO O| Aug 11 21:59:28.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71532026-08-11T21:59:29.297Z[ recovery-image] Aug 11 21:59:28.028 INFO O| Aug 11 21:59:28.028 INFO STEP 632 (remove_files) COMPLETE
71542026-08-11T21:59:29.297Z[ recovery-image] Aug 11 21:59:28.028 INFO O| Aug 11 21:59:28.028 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-11T21:59:29.297Z[ recovery-image] Aug 11 21:59:28.037 INFO O| Aug 11 21:59:28.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71562026-08-11T21:59:29.298Z[ recovery-image] Aug 11 21:59:28.037 INFO O| Aug 11 21:59:28.037 INFO STEP 633 (remove_files) COMPLETE
71572026-08-11T21:59:29.298Z[ recovery-image] Aug 11 21:59:28.037 INFO O| Aug 11 21:59:28.037 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-11T21:59:29.309Z[ recovery-image] Aug 11 21:59:28.051 INFO O| Aug 11 21:59:28.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71592026-08-11T21:59:29.309Z[ recovery-image] Aug 11 21:59:28.051 INFO O| Aug 11 21:59:28.051 INFO STEP 634 (remove_files) COMPLETE
71602026-08-11T21:59:29.309Z[ recovery-image] Aug 11 21:59:28.051 INFO O| Aug 11 21:59:28.051 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-11T21:59:29.309Z[ recovery-image] Aug 11 21:59:28.061 INFO O| Aug 11 21:59:28.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71622026-08-11T21:59:29.309Z[ recovery-image] Aug 11 21:59:28.061 INFO O| Aug 11 21:59:28.061 INFO STEP 635 (remove_files) COMPLETE
71632026-08-11T21:59:29.309Z[ recovery-image] Aug 11 21:59:28.061 INFO O| Aug 11 21:59:28.061 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-11T21:59:29.343Z[ recovery-image] Aug 11 21:59:28.070 INFO O| Aug 11 21:59:28.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71652026-08-11T21:59:29.343Z[ recovery-image] Aug 11 21:59:28.071 INFO O| Aug 11 21:59:28.071 INFO STEP 636 (remove_files) COMPLETE
71662026-08-11T21:59:29.343Z[ recovery-image] Aug 11 21:59:28.071 INFO O| Aug 11 21:59:28.071 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-11T21:59:29.343Z[ recovery-image] Aug 11 21:59:28.081 INFO O| Aug 11 21:59:28.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71682026-08-11T21:59:29.343Z[ recovery-image] Aug 11 21:59:28.081 INFO O| Aug 11 21:59:28.081 INFO STEP 637 (remove_files) COMPLETE
71692026-08-11T21:59:29.344Z[ recovery-image] Aug 11 21:59:28.081 INFO O| Aug 11 21:59:28.081 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-11T21:59:29.367Z[ recovery-image] Aug 11 21:59:28.091 INFO O| Aug 11 21:59:28.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71712026-08-11T21:59:29.367Z[ recovery-image] Aug 11 21:59:28.091 INFO O| Aug 11 21:59:28.091 INFO STEP 638 (remove_files) COMPLETE
71722026-08-11T21:59:29.367Z[ recovery-image] Aug 11 21:59:28.091 INFO O| Aug 11 21:59:28.091 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-11T21:59:29.368Z[ recovery-image] Aug 11 21:59:28.101 INFO O| Aug 11 21:59:28.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71742026-08-11T21:59:29.368Z[ recovery-image] Aug 11 21:59:28.101 INFO O| Aug 11 21:59:28.101 INFO STEP 639 (remove_files) COMPLETE
71752026-08-11T21:59:29.368Z[ recovery-image] Aug 11 21:59:28.101 INFO O| Aug 11 21:59:28.101 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-11T21:59:29.368Z[ recovery-image] Aug 11 21:59:28.110 INFO O| Aug 11 21:59:28.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71772026-08-11T21:59:29.368Z[ recovery-image] Aug 11 21:59:28.110 INFO O| Aug 11 21:59:28.110 INFO STEP 640 (remove_files) COMPLETE
71782026-08-11T21:59:29.368Z[ recovery-image] Aug 11 21:59:28.110 INFO O| Aug 11 21:59:28.110 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-11T21:59:29.368Z[ recovery-image] Aug 11 21:59:28.117 INFO O| Aug 11 21:59:28.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71802026-08-11T21:59:29.368Z[ recovery-image] Aug 11 21:59:28.117 INFO O| Aug 11 21:59:28.117 INFO STEP 641 (remove_files) COMPLETE
71812026-08-11T21:59:29.368Z[ recovery-image] Aug 11 21:59:28.117 INFO O| Aug 11 21:59:28.117 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-11T21:59:29.400Z[ recovery-image] Aug 11 21:59:28.125 INFO O| Aug 11 21:59:28.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71832026-08-11T21:59:29.400Z[ recovery-image] Aug 11 21:59:28.125 INFO O| Aug 11 21:59:28.125 INFO STEP 642 (remove_files) COMPLETE
71842026-08-11T21:59:29.400Z[ recovery-image] Aug 11 21:59:28.125 INFO O| Aug 11 21:59:28.125 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-11T21:59:29.400Z[ recovery-image] Aug 11 21:59:28.133 INFO O| Aug 11 21:59:28.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71862026-08-11T21:59:29.400Z[ recovery-image] Aug 11 21:59:28.133 INFO O| Aug 11 21:59:28.133 INFO STEP 643 (remove_files) COMPLETE
71872026-08-11T21:59:29.400Z[ recovery-image] Aug 11 21:59:28.133 INFO O| Aug 11 21:59:28.133 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-11T21:59:29.400Z[verify-libraries] Compiling fs-err v2.11.0
71892026-08-11T21:59:29.400Z[ recovery-image] Aug 11 21:59:28.143 INFO O| Aug 11 21:59:28.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71902026-08-11T21:59:29.401Z[ recovery-image] Aug 11 21:59:28.143 INFO O| Aug 11 21:59:28.143 INFO STEP 644 (remove_files) COMPLETE
71912026-08-11T21:59:29.401Z[ recovery-image] Aug 11 21:59:28.143 INFO O| Aug 11 21:59:28.143 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-11T21:59:29.415Z[ recovery-image] Aug 11 21:59:28.153 INFO O| Aug 11 21:59:28.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71932026-08-11T21:59:29.415Z[ recovery-image] Aug 11 21:59:28.153 INFO O| Aug 11 21:59:28.153 INFO STEP 645 (remove_files) COMPLETE
71942026-08-11T21:59:29.415Z[ recovery-image] Aug 11 21:59:28.153 INFO O| Aug 11 21:59:28.153 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-11T21:59:29.417Z[ recovery-image] Aug 11 21:59:28.163 INFO O| Aug 11 21:59:28.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71962026-08-11T21:59:29.417Z[ recovery-image] Aug 11 21:59:28.163 INFO O| Aug 11 21:59:28.163 INFO STEP 646 (remove_files) COMPLETE
71972026-08-11T21:59:29.417Z[ recovery-image] Aug 11 21:59:28.163 INFO O| Aug 11 21:59:28.163 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-11T21:59:29.417Z[ recovery-image] Aug 11 21:59:28.171 INFO O| Aug 11 21:59:28.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
71992026-08-11T21:59:29.417Z[ recovery-image] Aug 11 21:59:28.171 INFO O| Aug 11 21:59:28.171 INFO STEP 647 (remove_files) COMPLETE
72002026-08-11T21:59:29.417Z[ recovery-image] Aug 11 21:59:28.171 INFO O| Aug 11 21:59:28.171 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-11T21:59:29.429Z[ recovery-image] Aug 11 21:59:28.179 INFO O| Aug 11 21:59:28.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72022026-08-11T21:59:29.429Z[ recovery-image] Aug 11 21:59:28.179 INFO O| Aug 11 21:59:28.179 INFO STEP 648 (remove_files) COMPLETE
72032026-08-11T21:59:29.429Z[ recovery-image] Aug 11 21:59:28.179 INFO O| Aug 11 21:59:28.179 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-11T21:59:29.463Z[ recovery-image] Aug 11 21:59:28.188 INFO O| Aug 11 21:59:28.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72052026-08-11T21:59:29.463Z[ recovery-image] Aug 11 21:59:28.188 INFO O| Aug 11 21:59:28.188 INFO STEP 649 (remove_files) COMPLETE
72062026-08-11T21:59:29.464Z[ recovery-image] Aug 11 21:59:28.188 INFO O| Aug 11 21:59:28.188 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-11T21:59:29.464Z[ recovery-image] Aug 11 21:59:28.196 INFO O| Aug 11 21:59:28.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72082026-08-11T21:59:29.464Z[ recovery-image] Aug 11 21:59:28.196 INFO O| Aug 11 21:59:28.196 INFO STEP 650 (remove_files) COMPLETE
72092026-08-11T21:59:29.464Z[ recovery-image] Aug 11 21:59:28.196 INFO O| Aug 11 21:59:28.196 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-11T21:59:29.479Z[ recovery-image] Aug 11 21:59:28.204 INFO O| Aug 11 21:59:28.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72112026-08-11T21:59:29.479Z[ recovery-image] Aug 11 21:59:28.204 INFO O| Aug 11 21:59:28.204 INFO STEP 651 (remove_files) COMPLETE
72122026-08-11T21:59:29.479Z[ recovery-image] Aug 11 21:59:28.204 INFO O| Aug 11 21:59:28.204 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-11T21:59:29.480Z[ recovery-image] Aug 11 21:59:28.212 INFO O| Aug 11 21:59:28.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72142026-08-11T21:59:29.480Z[ recovery-image] Aug 11 21:59:28.213 INFO O| Aug 11 21:59:28.213 INFO STEP 652 (remove_files) COMPLETE
72152026-08-11T21:59:29.480Z[ recovery-image] Aug 11 21:59:28.213 INFO O| Aug 11 21:59:28.213 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-11T21:59:29.481Z[ recovery-image] Aug 11 21:59:28.221 INFO O| Aug 11 21:59:28.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72172026-08-11T21:59:29.481Z[ recovery-image] Aug 11 21:59:28.221 INFO O| Aug 11 21:59:28.221 INFO STEP 653 (remove_files) COMPLETE
72182026-08-11T21:59:29.481Z[ recovery-image] Aug 11 21:59:28.221 INFO O| Aug 11 21:59:28.221 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-11T21:59:29.481Z[ recovery-image] Aug 11 21:59:28.229 INFO O| Aug 11 21:59:28.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72202026-08-11T21:59:29.481Z[ recovery-image] Aug 11 21:59:28.229 INFO O| Aug 11 21:59:28.229 INFO STEP 654 (remove_files) COMPLETE
72212026-08-11T21:59:29.481Z[ recovery-image] Aug 11 21:59:28.229 INFO O| Aug 11 21:59:28.229 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-11T21:59:29.492Z[ recovery-image] Aug 11 21:59:28.238 INFO O| Aug 11 21:59:28.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72232026-08-11T21:59:29.492Z[ recovery-image] Aug 11 21:59:28.238 INFO O| Aug 11 21:59:28.238 INFO STEP 655 (remove_files) COMPLETE
72242026-08-11T21:59:29.492Z[ recovery-image] Aug 11 21:59:28.238 INFO O| Aug 11 21:59:28.238 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-11T21:59:29.493Z[ recovery-image] Aug 11 21:59:28.247 INFO O| Aug 11 21:59:28.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72262026-08-11T21:59:29.493Z[ recovery-image] Aug 11 21:59:28.248 INFO O| Aug 11 21:59:28.247 INFO STEP 656 (remove_files) COMPLETE
72272026-08-11T21:59:29.493Z[ recovery-image] Aug 11 21:59:28.248 INFO O| Aug 11 21:59:28.247 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-11T21:59:29.520Z[ recovery-image] Aug 11 21:59:28.256 INFO O| Aug 11 21:59:28.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72292026-08-11T21:59:29.520Z[ recovery-image] Aug 11 21:59:28.256 INFO O| Aug 11 21:59:28.256 INFO STEP 657 (remove_files) COMPLETE
72302026-08-11T21:59:29.520Z[ recovery-image] Aug 11 21:59:28.256 INFO O| Aug 11 21:59:28.256 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-11T21:59:29.520Z[ recovery-image] Aug 11 21:59:28.264 INFO O| Aug 11 21:59:28.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72322026-08-11T21:59:29.520Z[ recovery-image] Aug 11 21:59:28.264 INFO O| Aug 11 21:59:28.264 INFO STEP 658 (remove_files) COMPLETE
72332026-08-11T21:59:29.540Z[ recovery-image] Aug 11 21:59:28.264 INFO O| Aug 11 21:59:28.264 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-11T21:59:29.540Z[ recovery-image] Aug 11 21:59:28.273 INFO O| Aug 11 21:59:28.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72352026-08-11T21:59:29.540Z[ recovery-image] Aug 11 21:59:28.274 INFO O| Aug 11 21:59:28.273 INFO STEP 659 (remove_files) COMPLETE
72362026-08-11T21:59:29.540Z[ recovery-image] Aug 11 21:59:28.274 INFO O| Aug 11 21:59:28.273 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-11T21:59:29.540Z[ recovery-image] Aug 11 21:59:28.282 INFO O| Aug 11 21:59:28.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72382026-08-11T21:59:29.540Z[ recovery-image] Aug 11 21:59:28.282 INFO O| Aug 11 21:59:28.282 INFO STEP 660 (remove_files) COMPLETE
72392026-08-11T21:59:29.540Z[ recovery-image] Aug 11 21:59:28.282 INFO O| Aug 11 21:59:28.282 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-11T21:59:29.563Z[ recovery-image] Aug 11 21:59:28.291 INFO O| Aug 11 21:59:28.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72412026-08-11T21:59:29.563Z[ recovery-image] Aug 11 21:59:28.291 INFO O| Aug 11 21:59:28.291 INFO STEP 661 (remove_files) COMPLETE
72422026-08-11T21:59:29.563Z[ recovery-image] Aug 11 21:59:28.291 INFO O| Aug 11 21:59:28.291 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-11T21:59:29.563Z[ recovery-image] Aug 11 21:59:28.299 INFO O| Aug 11 21:59:28.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72442026-08-11T21:59:29.563Z[ recovery-image] Aug 11 21:59:28.299 INFO O| Aug 11 21:59:28.299 INFO STEP 662 (remove_files) COMPLETE
72452026-08-11T21:59:29.563Z[ recovery-image] Aug 11 21:59:28.299 INFO O| Aug 11 21:59:28.299 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-11T21:59:29.563Z[ recovery-image] Aug 11 21:59:28.307 INFO O| Aug 11 21:59:28.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72472026-08-11T21:59:29.563Z[ recovery-image] Aug 11 21:59:28.307 INFO O| Aug 11 21:59:28.307 INFO STEP 663 (remove_files) COMPLETE
72482026-08-11T21:59:29.563Z[ recovery-image] Aug 11 21:59:28.307 INFO O| Aug 11 21:59:28.307 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-11T21:59:29.584Z[ recovery-image] Aug 11 21:59:28.315 INFO O| Aug 11 21:59:28.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72502026-08-11T21:59:29.584Z[ recovery-image] Aug 11 21:59:28.315 INFO O| Aug 11 21:59:28.315 INFO STEP 664 (remove_files) COMPLETE
72512026-08-11T21:59:29.584Z[ recovery-image] Aug 11 21:59:28.315 INFO O| Aug 11 21:59:28.315 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-11T21:59:29.585Z[ recovery-image] Aug 11 21:59:28.324 INFO O| Aug 11 21:59:28.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72532026-08-11T21:59:29.585Z[ recovery-image] Aug 11 21:59:28.324 INFO O| Aug 11 21:59:28.324 INFO STEP 665 (remove_files) COMPLETE
72542026-08-11T21:59:29.585Z[ recovery-image] Aug 11 21:59:28.324 INFO O| Aug 11 21:59:28.324 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-11T21:59:29.585Z[ recovery-image] Aug 11 21:59:28.333 INFO O| Aug 11 21:59:28.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72562026-08-11T21:59:29.585Z[ recovery-image] Aug 11 21:59:28.333 INFO O| Aug 11 21:59:28.333 INFO STEP 666 (remove_files) COMPLETE
72572026-08-11T21:59:29.585Z[ recovery-image] Aug 11 21:59:28.333 INFO O| Aug 11 21:59:28.333 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-11T21:59:29.606Z[ recovery-image] Aug 11 21:59:28.341 INFO O| Aug 11 21:59:28.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72592026-08-11T21:59:29.606Z[ recovery-image] Aug 11 21:59:28.342 INFO O| Aug 11 21:59:28.342 INFO STEP 667 (remove_files) COMPLETE
72602026-08-11T21:59:29.606Z[ recovery-image] Aug 11 21:59:28.342 INFO O| Aug 11 21:59:28.342 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-11T21:59:29.606Z[ recovery-image] Aug 11 21:59:28.350 INFO O| Aug 11 21:59:28.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72622026-08-11T21:59:29.606Z[ recovery-image] Aug 11 21:59:28.350 INFO O| Aug 11 21:59:28.350 INFO STEP 668 (remove_files) COMPLETE
72632026-08-11T21:59:29.606Z[ recovery-image] Aug 11 21:59:28.350 INFO O| Aug 11 21:59:28.350 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-11T21:59:29.623Z[ recovery-image] Aug 11 21:59:28.359 INFO O| Aug 11 21:59:28.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72652026-08-11T21:59:29.624Z[ recovery-image] Aug 11 21:59:28.359 INFO O| Aug 11 21:59:28.359 INFO STEP 669 (remove_files) COMPLETE
72662026-08-11T21:59:29.624Z[ recovery-image] Aug 11 21:59:28.359 INFO O| Aug 11 21:59:28.359 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-11T21:59:29.624Z[ recovery-image] Aug 11 21:59:28.367 INFO O| Aug 11 21:59:28.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72682026-08-11T21:59:29.624Z[ recovery-image] Aug 11 21:59:28.368 INFO O| Aug 11 21:59:28.368 INFO STEP 670 (remove_files) COMPLETE
72692026-08-11T21:59:29.624Z[ recovery-image] Aug 11 21:59:28.368 INFO O| Aug 11 21:59:28.368 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-11T21:59:29.624Z[ recovery-image] Aug 11 21:59:28.376 INFO O| Aug 11 21:59:28.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72712026-08-11T21:59:29.624Z[ recovery-image] Aug 11 21:59:28.376 INFO O| Aug 11 21:59:28.376 INFO STEP 671 (remove_files) COMPLETE
72722026-08-11T21:59:29.624Z[ recovery-image] Aug 11 21:59:28.376 INFO O| Aug 11 21:59:28.376 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-11T21:59:29.644Z[ recovery-image] Aug 11 21:59:28.387 INFO O| Aug 11 21:59:28.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72742026-08-11T21:59:29.644Z[ recovery-image] Aug 11 21:59:28.387 INFO O| Aug 11 21:59:28.387 INFO STEP 672 (remove_files) COMPLETE
72752026-08-11T21:59:29.644Z[ recovery-image] Aug 11 21:59:28.387 INFO O| Aug 11 21:59:28.387 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-11T21:59:29.654Z[ recovery-image] Aug 11 21:59:28.397 INFO O| Aug 11 21:59:28.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72772026-08-11T21:59:29.654Z[ recovery-image] Aug 11 21:59:28.397 INFO O| Aug 11 21:59:28.397 INFO STEP 673 (remove_files) COMPLETE
72782026-08-11T21:59:29.654Z[ recovery-image] Aug 11 21:59:28.397 INFO O| Aug 11 21:59:28.397 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-11T21:59:29.654Z[ recovery-image] Aug 11 21:59:28.406 INFO O| Aug 11 21:59:28.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72802026-08-11T21:59:29.654Z[ recovery-image] Aug 11 21:59:28.406 INFO O| Aug 11 21:59:28.406 INFO STEP 674 (remove_files) COMPLETE
72812026-08-11T21:59:29.654Z[ recovery-image] Aug 11 21:59:28.406 INFO O| Aug 11 21:59:28.406 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-11T21:59:29.672Z[ recovery-image] Aug 11 21:59:28.416 INFO O| Aug 11 21:59:28.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72832026-08-11T21:59:29.672Z[ recovery-image] Aug 11 21:59:28.416 INFO O| Aug 11 21:59:28.416 INFO STEP 675 (remove_files) COMPLETE
72842026-08-11T21:59:29.672Z[ recovery-image] Aug 11 21:59:28.417 INFO O| Aug 11 21:59:28.416 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-11T21:59:29.697Z[ recovery-image] Aug 11 21:59:28.427 INFO O| Aug 11 21:59:28.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72862026-08-11T21:59:29.697Z[ recovery-image] Aug 11 21:59:28.427 INFO O| Aug 11 21:59:28.427 INFO STEP 676 (remove_files) COMPLETE
72872026-08-11T21:59:29.697Z[ recovery-image] Aug 11 21:59:28.427 INFO O| Aug 11 21:59:28.427 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-11T21:59:29.697Z[verify-libraries] Compiling internet-checksum v0.2.1
72892026-08-11T21:59:29.697Z[ recovery-image] Aug 11 21:59:28.438 INFO O| Aug 11 21:59:28.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72902026-08-11T21:59:29.698Z[ recovery-image] Aug 11 21:59:28.438 INFO O| Aug 11 21:59:28.438 INFO STEP 677 (remove_files) COMPLETE
72912026-08-11T21:59:29.698Z[ recovery-image] Aug 11 21:59:28.438 INFO O| Aug 11 21:59:28.438 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-11T21:59:29.708Z[ recovery-image] Aug 11 21:59:28.448 INFO O| Aug 11 21:59:28.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72932026-08-11T21:59:29.708Z[ recovery-image] Aug 11 21:59:28.448 INFO O| Aug 11 21:59:28.448 INFO STEP 678 (remove_files) COMPLETE
72942026-08-11T21:59:29.708Z[ recovery-image] Aug 11 21:59:28.448 INFO O| Aug 11 21:59:28.448 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-11T21:59:29.708Z[ recovery-image] Aug 11 21:59:28.459 INFO O| Aug 11 21:59:28.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
72962026-08-11T21:59:29.708Z[ recovery-image] Aug 11 21:59:28.459 INFO O| Aug 11 21:59:28.459 INFO STEP 679 (remove_files) COMPLETE
72972026-08-11T21:59:29.708Z[ recovery-image] Aug 11 21:59:28.459 INFO O| Aug 11 21:59:28.459 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-11T21:59:29.708Z[ recovery-image] Aug 11 21:59:28.468 INFO O| Aug 11 21:59:28.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
72992026-08-11T21:59:29.708Z[ recovery-image] Aug 11 21:59:28.468 INFO O| Aug 11 21:59:28.468 INFO STEP 680 (remove_files) COMPLETE
73002026-08-11T21:59:29.708Z[ recovery-image] Aug 11 21:59:28.468 INFO O| Aug 11 21:59:28.468 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-11T21:59:29.730Z[ recovery-image] Aug 11 21:59:28.476 INFO O| Aug 11 21:59:28.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73022026-08-11T21:59:29.730Z[ recovery-image] Aug 11 21:59:28.476 INFO O| Aug 11 21:59:28.476 INFO STEP 681 (remove_files) COMPLETE
73032026-08-11T21:59:29.730Z[ recovery-image] Aug 11 21:59:28.476 INFO O| Aug 11 21:59:28.476 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-11T21:59:29.758Z[ recovery-image] Aug 11 21:59:28.486 INFO O| Aug 11 21:59:28.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73052026-08-11T21:59:29.758Z[ recovery-image] Aug 11 21:59:28.486 INFO O| Aug 11 21:59:28.486 INFO STEP 682 (remove_files) COMPLETE
73062026-08-11T21:59:29.758Z[ recovery-image] Aug 11 21:59:28.486 INFO O| Aug 11 21:59:28.486 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-11T21:59:29.758Z[ recovery-image] Aug 11 21:59:28.496 INFO O| Aug 11 21:59:28.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73082026-08-11T21:59:29.758Z[ recovery-image] Aug 11 21:59:28.496 INFO O| Aug 11 21:59:28.496 INFO STEP 683 (remove_files) COMPLETE
73092026-08-11T21:59:29.758Z[ recovery-image] Aug 11 21:59:28.496 INFO O| Aug 11 21:59:28.496 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-11T21:59:29.772Z[ recovery-image] Aug 11 21:59:28.504 INFO O| Aug 11 21:59:28.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73112026-08-11T21:59:29.773Z[ recovery-image] Aug 11 21:59:28.504 INFO O| Aug 11 21:59:28.504 INFO STEP 684 (remove_files) COMPLETE
73122026-08-11T21:59:29.773Z[ recovery-image] Aug 11 21:59:28.504 INFO O| Aug 11 21:59:28.504 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-11T21:59:29.773Z[ recovery-image] Aug 11 21:59:28.513 INFO O| Aug 11 21:59:28.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73142026-08-11T21:59:29.773Z[ recovery-image] Aug 11 21:59:28.513 INFO O| Aug 11 21:59:28.513 INFO STEP 685 (remove_files) COMPLETE
73152026-08-11T21:59:29.773Z[ recovery-image] Aug 11 21:59:28.513 INFO O| Aug 11 21:59:28.513 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-11T21:59:29.773Z[ recovery-image] Aug 11 21:59:28.522 INFO O| Aug 11 21:59:28.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73172026-08-11T21:59:29.773Z[ recovery-image] Aug 11 21:59:28.522 INFO O| Aug 11 21:59:28.522 INFO STEP 686 (remove_files) COMPLETE
73182026-08-11T21:59:29.773Z[ recovery-image] Aug 11 21:59:28.522 INFO O| Aug 11 21:59:28.522 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-11T21:59:29.780Z[ recovery-image] Aug 11 21:59:28.531 INFO O| Aug 11 21:59:28.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73202026-08-11T21:59:29.781Z[ recovery-image] Aug 11 21:59:28.531 INFO O| Aug 11 21:59:28.531 INFO STEP 687 (remove_files) COMPLETE
73212026-08-11T21:59:29.781Z[ recovery-image] Aug 11 21:59:28.531 INFO O| Aug 11 21:59:28.531 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-11T21:59:29.781Z[ recovery-image] Aug 11 21:59:28.541 INFO O| Aug 11 21:59:28.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73232026-08-11T21:59:29.781Z[ recovery-image] Aug 11 21:59:28.541 INFO O| Aug 11 21:59:28.541 INFO STEP 688 (remove_files) COMPLETE
73242026-08-11T21:59:29.781Z[ recovery-image] Aug 11 21:59:28.541 INFO O| Aug 11 21:59:28.541 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-11T21:59:29.788Z[ recovery-image] Aug 11 21:59:28.551 INFO O| Aug 11 21:59:28.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73262026-08-11T21:59:29.788Z[ recovery-image] Aug 11 21:59:28.551 INFO O| Aug 11 21:59:28.551 INFO STEP 689 (remove_files) COMPLETE
73272026-08-11T21:59:29.788Z[ recovery-image] Aug 11 21:59:28.551 INFO O| Aug 11 21:59:28.551 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-11T21:59:29.807Z[ recovery-image] Aug 11 21:59:28.561 INFO O| Aug 11 21:59:28.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73292026-08-11T21:59:29.807Z[ recovery-image] Aug 11 21:59:28.561 INFO O| Aug 11 21:59:28.561 INFO STEP 690 (remove_files) COMPLETE
73302026-08-11T21:59:29.807Z[ recovery-image] Aug 11 21:59:28.561 INFO O| Aug 11 21:59:28.561 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-11T21:59:29.823Z[ recovery-image] Aug 11 21:59:28.571 INFO O| Aug 11 21:59:28.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73322026-08-11T21:59:29.823Z[ recovery-image] Aug 11 21:59:28.571 INFO O| Aug 11 21:59:28.571 INFO STEP 691 (remove_files) COMPLETE
73332026-08-11T21:59:29.823Z[ recovery-image] Aug 11 21:59:28.571 INFO O| Aug 11 21:59:28.571 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-11T21:59:29.836Z[ recovery-image] Aug 11 21:59:28.581 INFO O| Aug 11 21:59:28.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73352026-08-11T21:59:29.836Z[ recovery-image] Aug 11 21:59:28.581 INFO O| Aug 11 21:59:28.581 INFO STEP 692 (remove_files) COMPLETE
73362026-08-11T21:59:29.836Z[ recovery-image] Aug 11 21:59:28.581 INFO O| Aug 11 21:59:28.581 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-11T21:59:29.836Z[ recovery-image] Aug 11 21:59:28.589 INFO O| Aug 11 21:59:28.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73382026-08-11T21:59:29.836Z[ recovery-image] Aug 11 21:59:28.589 INFO O| Aug 11 21:59:28.589 INFO STEP 693 (remove_files) COMPLETE
73392026-08-11T21:59:29.836Z[ recovery-image] Aug 11 21:59:28.589 INFO O| Aug 11 21:59:28.589 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-11T21:59:29.848Z[ recovery-image] Aug 11 21:59:28.600 INFO O| Aug 11 21:59:28.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73412026-08-11T21:59:29.848Z[ recovery-image] Aug 11 21:59:28.600 INFO O| Aug 11 21:59:28.600 INFO STEP 694 (remove_files) COMPLETE
73422026-08-11T21:59:29.848Z[ recovery-image] Aug 11 21:59:28.600 INFO O| Aug 11 21:59:28.600 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-11T21:59:29.865Z[ recovery-image] Aug 11 21:59:28.609 INFO O| Aug 11 21:59:28.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73442026-08-11T21:59:29.865Z[ recovery-image] Aug 11 21:59:28.609 INFO O| Aug 11 21:59:28.609 INFO STEP 695 (remove_files) COMPLETE
73452026-08-11T21:59:29.866Z[ recovery-image] Aug 11 21:59:28.609 INFO O| Aug 11 21:59:28.609 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-11T21:59:29.866Z[ recovery-image] Aug 11 21:59:28.617 INFO O| Aug 11 21:59:28.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73472026-08-11T21:59:29.866Z[ recovery-image] Aug 11 21:59:28.617 INFO O| Aug 11 21:59:28.617 INFO STEP 696 (remove_files) COMPLETE
73482026-08-11T21:59:29.866Z[ recovery-image] Aug 11 21:59:28.617 INFO O| Aug 11 21:59:28.617 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-11T21:59:29.876Z[ recovery-image] Aug 11 21:59:28.627 INFO O| Aug 11 21:59:28.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73502026-08-11T21:59:29.876Z[ recovery-image] Aug 11 21:59:28.627 INFO O| Aug 11 21:59:28.627 INFO STEP 697 (remove_files) COMPLETE
73512026-08-11T21:59:29.876Z[ recovery-image] Aug 11 21:59:28.627 INFO O| Aug 11 21:59:28.627 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-11T21:59:29.880Z[ recovery-image] Aug 11 21:59:28.638 INFO O| Aug 11 21:59:28.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73532026-08-11T21:59:29.880Z[ recovery-image] Aug 11 21:59:28.638 INFO O| Aug 11 21:59:28.638 INFO STEP 698 (remove_files) COMPLETE
73542026-08-11T21:59:29.881Z[ recovery-image] Aug 11 21:59:28.638 INFO O| Aug 11 21:59:28.638 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-11T21:59:29.885Z[ recovery-image] Aug 11 21:59:28.646 INFO O| Aug 11 21:59:28.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73562026-08-11T21:59:29.885Z[ recovery-image] Aug 11 21:59:28.646 INFO O| Aug 11 21:59:28.646 INFO STEP 699 (remove_files) COMPLETE
73572026-08-11T21:59:29.885Z[ recovery-image] Aug 11 21:59:28.646 INFO O| Aug 11 21:59:28.646 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-11T21:59:29.903Z[ recovery-image] Aug 11 21:59:28.658 INFO O| Aug 11 21:59:28.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73592026-08-11T21:59:29.903Z[ recovery-image] Aug 11 21:59:28.658 INFO O| Aug 11 21:59:28.658 INFO STEP 700 (remove_files) COMPLETE
73602026-08-11T21:59:29.903Z[ recovery-image] Aug 11 21:59:28.658 INFO O| Aug 11 21:59:28.658 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-11T21:59:29.926Z[ recovery-image] Aug 11 21:59:28.668 INFO O| Aug 11 21:59:28.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73622026-08-11T21:59:29.926Z[ recovery-image] Aug 11 21:59:28.669 INFO O| Aug 11 21:59:28.669 INFO STEP 701 (remove_files) COMPLETE
73632026-08-11T21:59:29.926Z[ recovery-image] Aug 11 21:59:28.669 INFO O| Aug 11 21:59:28.669 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-11T21:59:29.946Z[ recovery-image] Aug 11 21:59:28.679 INFO O| Aug 11 21:59:28.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73652026-08-11T21:59:29.946Z[ recovery-image] Aug 11 21:59:28.679 INFO O| Aug 11 21:59:28.679 INFO STEP 702 (remove_files) COMPLETE
73662026-08-11T21:59:29.947Z[ recovery-image] Aug 11 21:59:28.679 INFO O| Aug 11 21:59:28.679 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-11T21:59:29.947Z[ recovery-image] Aug 11 21:59:28.688 INFO O| Aug 11 21:59:28.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73682026-08-11T21:59:29.947Z[ recovery-image] Aug 11 21:59:28.688 INFO O| Aug 11 21:59:28.688 INFO STEP 703 (remove_files) COMPLETE
73692026-08-11T21:59:29.947Z[ recovery-image] Aug 11 21:59:28.688 INFO O| Aug 11 21:59:28.688 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-11T21:59:29.968Z[ recovery-image] Aug 11 21:59:28.699 INFO O| Aug 11 21:59:28.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73712026-08-11T21:59:29.968Z[ recovery-image] Aug 11 21:59:28.699 INFO O| Aug 11 21:59:28.699 INFO STEP 704 (remove_files) COMPLETE
73722026-08-11T21:59:29.968Z[ recovery-image] Aug 11 21:59:28.699 INFO O| Aug 11 21:59:28.699 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-11T21:59:29.968Z[ recovery-image] Aug 11 21:59:28.708 INFO O| Aug 11 21:59:28.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73742026-08-11T21:59:29.968Z[ recovery-image] Aug 11 21:59:28.708 INFO O| Aug 11 21:59:28.708 INFO STEP 705 (remove_files) COMPLETE
73752026-08-11T21:59:29.968Z[ recovery-image] Aug 11 21:59:28.708 INFO O| Aug 11 21:59:28.708 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-11T21:59:29.969Z[ recovery-image] Aug 11 21:59:28.718 INFO O| Aug 11 21:59:28.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73772026-08-11T21:59:29.969Z[ recovery-image] Aug 11 21:59:28.718 INFO O| Aug 11 21:59:28.718 INFO STEP 706 (remove_files) COMPLETE
73782026-08-11T21:59:29.969Z[ recovery-image] Aug 11 21:59:28.718 INFO O| Aug 11 21:59:28.718 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-11T21:59:29.989Z[ recovery-image] Aug 11 21:59:28.738 INFO O| Aug 11 21:59:28.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73802026-08-11T21:59:30.002Z[ recovery-image] Aug 11 21:59:28.738 INFO O| Aug 11 21:59:28.738 INFO STEP 707 (remove_files) COMPLETE
73812026-08-11T21:59:30.002Z[ recovery-image] Aug 11 21:59:28.738 INFO O| Aug 11 21:59:28.738 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-11T21:59:30.023Z[ recovery-image] Aug 11 21:59:28.748 INFO O| Aug 11 21:59:28.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73832026-08-11T21:59:30.023Z[ recovery-image] Aug 11 21:59:28.748 INFO O| Aug 11 21:59:28.748 INFO STEP 708 (remove_files) COMPLETE
73842026-08-11T21:59:30.023Z[ recovery-image] Aug 11 21:59:28.748 INFO O| Aug 11 21:59:28.748 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-11T21:59:30.023Z[ recovery-image] Aug 11 21:59:28.759 INFO O| Aug 11 21:59:28.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73862026-08-11T21:59:30.034Z[ recovery-image] Aug 11 21:59:28.759 INFO O| Aug 11 21:59:28.759 INFO STEP 709 (remove_files) COMPLETE
73872026-08-11T21:59:30.034Z[ recovery-image] Aug 11 21:59:28.759 INFO O| Aug 11 21:59:28.759 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-11T21:59:30.034Z[ recovery-image] Aug 11 21:59:28.769 INFO O| Aug 11 21:59:28.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73892026-08-11T21:59:30.034Z[ recovery-image] Aug 11 21:59:28.769 INFO O| Aug 11 21:59:28.769 INFO STEP 710 (remove_files) COMPLETE
73902026-08-11T21:59:30.034Z[ recovery-image] Aug 11 21:59:28.769 INFO O| Aug 11 21:59:28.769 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-11T21:59:30.041Z[ recovery-image] Aug 11 21:59:28.799 INFO O| Aug 11 21:59:28.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73922026-08-11T21:59:30.041Z[ recovery-image] Aug 11 21:59:28.799 INFO O| Aug 11 21:59:28.799 INFO STEP 711 (remove_files) COMPLETE
73932026-08-11T21:59:30.042Z[ recovery-image] Aug 11 21:59:28.799 INFO O| Aug 11 21:59:28.799 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-11T21:59:30.054Z[ recovery-image] Aug 11 21:59:28.809 INFO O| Aug 11 21:59:28.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
73952026-08-11T21:59:30.054Z[ recovery-image] Aug 11 21:59:28.809 INFO O| Aug 11 21:59:28.809 INFO STEP 712 (remove_files) COMPLETE
73962026-08-11T21:59:30.054Z[ recovery-image] Aug 11 21:59:28.809 INFO O| Aug 11 21:59:28.809 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-11T21:59:30.065Z[ recovery-image] Aug 11 21:59:28.818 INFO O| Aug 11 21:59:28.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
73982026-08-11T21:59:30.065Z[ recovery-image] Aug 11 21:59:28.818 INFO O| Aug 11 21:59:28.818 INFO STEP 713 (remove_files) COMPLETE
73992026-08-11T21:59:30.065Z[ recovery-image] Aug 11 21:59:28.818 INFO O| Aug 11 21:59:28.818 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-11T21:59:30.083Z[ recovery-image] Aug 11 21:59:28.828 INFO O| Aug 11 21:59:28.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74012026-08-11T21:59:30.083Z[ recovery-image] Aug 11 21:59:28.829 INFO O| Aug 11 21:59:28.828 INFO STEP 714 (remove_files) COMPLETE
74022026-08-11T21:59:30.084Z[ recovery-image] Aug 11 21:59:28.829 INFO O| Aug 11 21:59:28.828 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-11T21:59:30.110Z[ recovery-image] Aug 11 21:59:28.839 INFO O| Aug 11 21:59:28.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74042026-08-11T21:59:30.110Z[ recovery-image] Aug 11 21:59:28.839 INFO O| Aug 11 21:59:28.839 INFO STEP 715 (remove_files) COMPLETE
74052026-08-11T21:59:30.110Z[ recovery-image] Aug 11 21:59:28.839 INFO O| Aug 11 21:59:28.839 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-11T21:59:30.110Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
74072026-08-11T21:59:30.110Z[ recovery-image] Aug 11 21:59:28.849 INFO O| Aug 11 21:59:28.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74082026-08-11T21:59:30.110Z[ recovery-image] Aug 11 21:59:28.849 INFO O| Aug 11 21:59:28.849 INFO STEP 716 (remove_files) COMPLETE
74092026-08-11T21:59:30.110Z[ recovery-image] Aug 11 21:59:28.849 INFO O| Aug 11 21:59:28.849 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-11T21:59:30.110Z[ recovery-image] Aug 11 21:59:28.858 INFO O| Aug 11 21:59:28.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74112026-08-11T21:59:30.110Z[ recovery-image] Aug 11 21:59:28.859 INFO O| Aug 11 21:59:28.859 INFO STEP 717 (remove_files) COMPLETE
74122026-08-11T21:59:30.110Z[ recovery-image] Aug 11 21:59:28.859 INFO O| Aug 11 21:59:28.859 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-11T21:59:30.120Z[ recovery-image] Aug 11 21:59:28.869 INFO O| Aug 11 21:59:28.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74142026-08-11T21:59:30.120Z[ recovery-image] Aug 11 21:59:28.869 INFO O| Aug 11 21:59:28.869 INFO STEP 718 (remove_files) COMPLETE
74152026-08-11T21:59:30.120Z[ recovery-image] Aug 11 21:59:28.869 INFO O| Aug 11 21:59:28.869 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-11T21:59:30.120Z[ recovery-image] Aug 11 21:59:28.879 INFO O| Aug 11 21:59:28.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74172026-08-11T21:59:30.120Z[ recovery-image] Aug 11 21:59:28.879 INFO O| Aug 11 21:59:28.879 INFO STEP 719 (remove_files) COMPLETE
74182026-08-11T21:59:30.121Z[ recovery-image] Aug 11 21:59:28.879 INFO O| Aug 11 21:59:28.879 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-11T21:59:30.244Z[ recovery-image] Aug 11 21:59:28.889 INFO O| Aug 11 21:59:28.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74202026-08-11T21:59:30.245Z[ recovery-image] Aug 11 21:59:28.890 INFO O| Aug 11 21:59:28.889 INFO STEP 720 (remove_files) COMPLETE
74212026-08-11T21:59:30.245Z[ recovery-image] Aug 11 21:59:28.890 INFO O| Aug 11 21:59:28.890 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-11T21:59:30.285Z[ recovery-image] Aug 11 21:59:28.899 INFO O| Aug 11 21:59:28.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74232026-08-11T21:59:30.285Z[ recovery-image] Aug 11 21:59:28.903 INFO O| Aug 11 21:59:28.900 INFO STEP 721 (remove_files) COMPLETE
74242026-08-11T21:59:30.285Z[ recovery-image] Aug 11 21:59:28.903 INFO O| Aug 11 21:59:28.900 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-11T21:59:30.285Z[ recovery-image] Aug 11 21:59:28.909 INFO O| Aug 11 21:59:28.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74262026-08-11T21:59:30.285Z[ recovery-image] Aug 11 21:59:28.909 INFO O| Aug 11 21:59:28.909 INFO STEP 722 (remove_files) COMPLETE
74272026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.909 INFO O| Aug 11 21:59:28.909 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.919 INFO O| Aug 11 21:59:28.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74292026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.919 INFO O| Aug 11 21:59:28.919 INFO STEP 723 (remove_files) COMPLETE
74302026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.919 INFO O| Aug 11 21:59:28.919 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.929 INFO O| Aug 11 21:59:28.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74322026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.929 INFO O| Aug 11 21:59:28.929 INFO STEP 724 (remove_files) COMPLETE
74332026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.929 INFO O| Aug 11 21:59:28.929 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.939 INFO O| Aug 11 21:59:28.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74352026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.939 INFO O| Aug 11 21:59:28.939 INFO STEP 725 (remove_files) COMPLETE
74362026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.939 INFO O| Aug 11 21:59:28.939 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.947 INFO O| Aug 11 21:59:28.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74382026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.948 INFO O| Aug 11 21:59:28.947 INFO STEP 726 (remove_files) COMPLETE
74392026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.948 INFO O| Aug 11 21:59:28.948 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.958 INFO O| Aug 11 21:59:28.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74412026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.958 INFO O| Aug 11 21:59:28.958 INFO STEP 727 (remove_files) COMPLETE
74422026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.958 INFO O| Aug 11 21:59:28.958 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.968 INFO O| Aug 11 21:59:28.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74442026-08-11T21:59:30.286Z[ recovery-image] Aug 11 21:59:28.968 INFO O| Aug 11 21:59:28.968 INFO STEP 728 (remove_files) COMPLETE
74452026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:28.968 INFO O| Aug 11 21:59:28.968 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:28.978 INFO O| Aug 11 21:59:28.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74472026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:28.978 INFO O| Aug 11 21:59:28.978 INFO STEP 729 (remove_files) COMPLETE
74482026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:28.978 INFO O| Aug 11 21:59:28.978 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:28.989 INFO O| Aug 11 21:59:28.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74502026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:28.989 INFO O| Aug 11 21:59:28.989 INFO STEP 730 (remove_files) COMPLETE
74512026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:28.989 INFO O| Aug 11 21:59:28.989 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:28.999 INFO O| Aug 11 21:59:28.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74532026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:28.999 INFO O| Aug 11 21:59:28.999 INFO STEP 731 (remove_files) COMPLETE
74542026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:28.999 INFO O| Aug 11 21:59:28.999 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:29.009 INFO O| Aug 11 21:59:29.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74562026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:29.009 INFO O| Aug 11 21:59:29.009 INFO STEP 732 (remove_files) COMPLETE
74572026-08-11T21:59:30.287Z[ recovery-image] Aug 11 21:59:29.009 INFO O| Aug 11 21:59:29.009 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-11T21:59:30.301Z[ recovery-image] Aug 11 21:59:29.018 INFO O| Aug 11 21:59:29.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74592026-08-11T21:59:30.301Z[ recovery-image] Aug 11 21:59:29.019 INFO O| Aug 11 21:59:29.019 INFO STEP 733 (remove_files) COMPLETE
74602026-08-11T21:59:30.302Z[ recovery-image] Aug 11 21:59:29.019 INFO O| Aug 11 21:59:29.019 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-11T21:59:30.302Z[ recovery-image] Aug 11 21:59:29.027 INFO O| Aug 11 21:59:29.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74622026-08-11T21:59:30.302Z[ recovery-image] Aug 11 21:59:29.028 INFO O| Aug 11 21:59:29.028 INFO STEP 734 (remove_files) COMPLETE
74632026-08-11T21:59:30.302Z[ recovery-image] Aug 11 21:59:29.028 INFO O| Aug 11 21:59:29.028 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-11T21:59:30.302Z[ recovery-image] Aug 11 21:59:29.039 INFO O| Aug 11 21:59:29.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74652026-08-11T21:59:30.302Z[ recovery-image] Aug 11 21:59:29.039 INFO O| Aug 11 21:59:29.039 INFO STEP 735 (remove_files) COMPLETE
74662026-08-11T21:59:30.302Z[ recovery-image] Aug 11 21:59:29.039 INFO O| Aug 11 21:59:29.039 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-11T21:59:30.302Z[ recovery-image] Aug 11 21:59:29.049 INFO O| Aug 11 21:59:29.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74682026-08-11T21:59:30.302Z[ recovery-image] Aug 11 21:59:29.049 INFO O| Aug 11 21:59:29.049 INFO STEP 736 (remove_files) COMPLETE
74692026-08-11T21:59:30.303Z[ recovery-image] Aug 11 21:59:29.049 INFO O| Aug 11 21:59:29.049 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-11T21:59:30.325Z[ recovery-image] Aug 11 21:59:29.058 INFO O| Aug 11 21:59:29.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74712026-08-11T21:59:30.326Z[ recovery-image] Aug 11 21:59:29.058 INFO O| Aug 11 21:59:29.058 INFO STEP 737 (remove_files) COMPLETE
74722026-08-11T21:59:30.326Z[ recovery-image] Aug 11 21:59:29.058 INFO O| Aug 11 21:59:29.058 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-11T21:59:30.326Z[ recovery-image] Aug 11 21:59:29.071 INFO O| Aug 11 21:59:29.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74742026-08-11T21:59:30.326Z[ recovery-image] Aug 11 21:59:29.071 INFO O| Aug 11 21:59:29.071 INFO STEP 738 (remove_files) COMPLETE
74752026-08-11T21:59:30.326Z[ recovery-image] Aug 11 21:59:29.071 INFO O| Aug 11 21:59:29.071 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-11T21:59:30.335Z[ recovery-image] Aug 11 21:59:29.082 INFO O| Aug 11 21:59:29.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74772026-08-11T21:59:30.335Z[ recovery-image] Aug 11 21:59:29.082 INFO O| Aug 11 21:59:29.082 INFO STEP 739 (remove_files) COMPLETE
74782026-08-11T21:59:30.335Z[ recovery-image] Aug 11 21:59:29.082 INFO O| Aug 11 21:59:29.082 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-11T21:59:30.335Z[ recovery-image] Aug 11 21:59:29.090 INFO O| Aug 11 21:59:29.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74802026-08-11T21:59:30.335Z[ recovery-image] Aug 11 21:59:29.090 INFO O| Aug 11 21:59:29.090 INFO STEP 740 (remove_files) COMPLETE
74812026-08-11T21:59:30.335Z[ recovery-image] Aug 11 21:59:29.090 INFO O| Aug 11 21:59:29.090 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-11T21:59:30.369Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
74832026-08-11T21:59:30.369Z[ recovery-image] Aug 11 21:59:29.101 INFO O| Aug 11 21:59:29.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74842026-08-11T21:59:30.369Z[ recovery-image] Aug 11 21:59:29.101 INFO O| Aug 11 21:59:29.101 INFO STEP 741 (remove_files) COMPLETE
74852026-08-11T21:59:30.369Z[ recovery-image] Aug 11 21:59:29.101 INFO O| Aug 11 21:59:29.101 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-11T21:59:30.389Z[ recovery-image] Aug 11 21:59:29.112 INFO O| Aug 11 21:59:29.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74872026-08-11T21:59:30.390Z[ recovery-image] Aug 11 21:59:29.112 INFO O| Aug 11 21:59:29.112 INFO STEP 742 (remove_files) COMPLETE
74882026-08-11T21:59:30.390Z[ recovery-image] Aug 11 21:59:29.112 INFO O| Aug 11 21:59:29.112 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-11T21:59:30.390Z[ recovery-image] Aug 11 21:59:29.123 INFO O| Aug 11 21:59:29.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74902026-08-11T21:59:30.390Z[ recovery-image] Aug 11 21:59:29.123 INFO O| Aug 11 21:59:29.123 INFO STEP 743 (remove_files) COMPLETE
74912026-08-11T21:59:30.390Z[ recovery-image] Aug 11 21:59:29.123 INFO O| Aug 11 21:59:29.123 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-11T21:59:30.390Z[ recovery-image] Aug 11 21:59:29.133 INFO O| Aug 11 21:59:29.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74932026-08-11T21:59:30.390Z[ recovery-image] Aug 11 21:59:29.133 INFO O| Aug 11 21:59:29.133 INFO STEP 744 (remove_files) COMPLETE
74942026-08-11T21:59:30.390Z[ recovery-image] Aug 11 21:59:29.133 INFO O| Aug 11 21:59:29.133 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-11T21:59:30.400Z[ recovery-image] Aug 11 21:59:29.144 INFO O| Aug 11 21:59:29.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
74962026-08-11T21:59:30.401Z[ recovery-image] Aug 11 21:59:29.144 INFO O| Aug 11 21:59:29.144 INFO STEP 745 (remove_files) COMPLETE
74972026-08-11T21:59:30.401Z[ recovery-image] Aug 11 21:59:29.144 INFO O| Aug 11 21:59:29.144 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-11T21:59:30.401Z[ recovery-image] Aug 11 21:59:29.153 INFO O| Aug 11 21:59:29.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
74992026-08-11T21:59:30.401Z[ recovery-image] Aug 11 21:59:29.153 INFO O| Aug 11 21:59:29.153 INFO STEP 746 (remove_files) COMPLETE
75002026-08-11T21:59:30.401Z[ recovery-image] Aug 11 21:59:29.153 INFO O| Aug 11 21:59:29.153 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-11T21:59:30.425Z[ recovery-image] Aug 11 21:59:29.162 INFO O| Aug 11 21:59:29.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75022026-08-11T21:59:30.425Z[ recovery-image] Aug 11 21:59:29.162 INFO O| Aug 11 21:59:29.162 INFO STEP 747 (remove_files) COMPLETE
75032026-08-11T21:59:30.425Z[ recovery-image] Aug 11 21:59:29.162 INFO O| Aug 11 21:59:29.162 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-11T21:59:30.457Z[ recovery-image] Aug 11 21:59:29.173 INFO O| Aug 11 21:59:29.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75052026-08-11T21:59:30.457Z[ recovery-image] Aug 11 21:59:29.173 INFO O| Aug 11 21:59:29.173 INFO STEP 748 (remove_files) COMPLETE
75062026-08-11T21:59:30.457Z[ recovery-image] Aug 11 21:59:29.173 INFO O| Aug 11 21:59:29.173 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-11T21:59:30.457Z[ recovery-image] Aug 11 21:59:29.183 INFO O| Aug 11 21:59:29.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75082026-08-11T21:59:30.457Z[ recovery-image] Aug 11 21:59:29.183 INFO O| Aug 11 21:59:29.183 INFO STEP 749 (remove_files) COMPLETE
75092026-08-11T21:59:30.457Z[ recovery-image] Aug 11 21:59:29.183 INFO O| Aug 11 21:59:29.183 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-11T21:59:30.457Z[ recovery-image] Aug 11 21:59:29.193 INFO O| Aug 11 21:59:29.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75112026-08-11T21:59:30.457Z[ recovery-image] Aug 11 21:59:29.193 INFO O| Aug 11 21:59:29.193 INFO STEP 750 (remove_files) COMPLETE
75122026-08-11T21:59:30.458Z[ recovery-image] Aug 11 21:59:29.193 INFO O| Aug 11 21:59:29.193 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-11T21:59:30.486Z[ recovery-image] Aug 11 21:59:29.203 INFO O| Aug 11 21:59:29.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75142026-08-11T21:59:30.488Z[ recovery-image] Aug 11 21:59:29.203 INFO O| Aug 11 21:59:29.203 INFO STEP 751 (remove_files) COMPLETE
75152026-08-11T21:59:30.488Z[ recovery-image] Aug 11 21:59:29.203 INFO O| Aug 11 21:59:29.203 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-11T21:59:30.488Z[ recovery-image] Aug 11 21:59:29.212 INFO O| Aug 11 21:59:29.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75172026-08-11T21:59:30.488Z[ recovery-image] Aug 11 21:59:29.212 INFO O| Aug 11 21:59:29.212 INFO STEP 752 (remove_files) COMPLETE
75182026-08-11T21:59:30.488Z[ recovery-image] Aug 11 21:59:29.212 INFO O| Aug 11 21:59:29.212 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-11T21:59:30.488Z[ recovery-image] Aug 11 21:59:29.221 INFO O| Aug 11 21:59:29.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75202026-08-11T21:59:30.494Z[ recovery-image] Aug 11 21:59:29.221 INFO O| Aug 11 21:59:29.221 INFO STEP 753 (remove_files) COMPLETE
75212026-08-11T21:59:30.494Z[ recovery-image] Aug 11 21:59:29.221 INFO O| Aug 11 21:59:29.221 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-11T21:59:30.494Z[ recovery-image] Aug 11 21:59:29.230 INFO O| Aug 11 21:59:29.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75232026-08-11T21:59:30.494Z[ recovery-image] Aug 11 21:59:29.230 INFO O| Aug 11 21:59:29.230 INFO STEP 754 (remove_files) COMPLETE
75242026-08-11T21:59:30.495Z[ recovery-image] Aug 11 21:59:29.230 INFO O| Aug 11 21:59:29.230 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-11T21:59:30.515Z[ recovery-image] Aug 11 21:59:29.239 INFO O| Aug 11 21:59:29.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75262026-08-11T21:59:30.515Z[ recovery-image] Aug 11 21:59:29.239 INFO O| Aug 11 21:59:29.239 INFO STEP 755 (remove_files) COMPLETE
75272026-08-11T21:59:30.515Z[ recovery-image] Aug 11 21:59:29.239 INFO O| Aug 11 21:59:29.239 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-11T21:59:30.515Z[ recovery-image] Aug 11 21:59:29.248 INFO O| Aug 11 21:59:29.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75292026-08-11T21:59:30.515Z[ recovery-image] Aug 11 21:59:29.248 INFO O| Aug 11 21:59:29.248 INFO STEP 756 (remove_files) COMPLETE
75302026-08-11T21:59:30.515Z[ recovery-image] Aug 11 21:59:29.248 INFO O| Aug 11 21:59:29.248 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-11T21:59:30.515Z[ recovery-image] Aug 11 21:59:29.257 INFO O| Aug 11 21:59:29.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75322026-08-11T21:59:30.515Z[ recovery-image] Aug 11 21:59:29.257 INFO O| Aug 11 21:59:29.257 INFO STEP 757 (remove_files) COMPLETE
75332026-08-11T21:59:30.515Z[ recovery-image] Aug 11 21:59:29.257 INFO O| Aug 11 21:59:29.257 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-11T21:59:30.547Z[ recovery-image] Aug 11 21:59:29.266 INFO O| Aug 11 21:59:29.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75352026-08-11T21:59:30.547Z[ recovery-image] Aug 11 21:59:29.266 INFO O| Aug 11 21:59:29.266 INFO STEP 758 (remove_files) COMPLETE
75362026-08-11T21:59:30.547Z[ recovery-image] Aug 11 21:59:29.266 INFO O| Aug 11 21:59:29.266 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-11T21:59:30.548Z[ recovery-image] Aug 11 21:59:29.277 INFO O| Aug 11 21:59:29.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75382026-08-11T21:59:30.548Z[ recovery-image] Aug 11 21:59:29.277 INFO O| Aug 11 21:59:29.277 INFO STEP 759 (remove_files) COMPLETE
75392026-08-11T21:59:30.548Z[ recovery-image] Aug 11 21:59:29.277 INFO O| Aug 11 21:59:29.277 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.287 INFO O| Aug 11 21:59:29.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75412026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.287 INFO O| Aug 11 21:59:29.287 INFO STEP 760 (remove_files) COMPLETE
75422026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.287 INFO O| Aug 11 21:59:29.287 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.295 INFO O| Aug 11 21:59:29.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75442026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.295 INFO O| Aug 11 21:59:29.295 INFO STEP 761 (remove_files) COMPLETE
75452026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.295 INFO O| Aug 11 21:59:29.295 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.304 INFO O| Aug 11 21:59:29.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75472026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.304 INFO O| Aug 11 21:59:29.304 INFO STEP 762 (remove_files) COMPLETE
75482026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.304 INFO O| Aug 11 21:59:29.304 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.315 INFO O| Aug 11 21:59:29.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75502026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.315 INFO O| Aug 11 21:59:29.315 INFO STEP 763 (remove_files) COMPLETE
75512026-08-11T21:59:30.563Z[ recovery-image] Aug 11 21:59:29.315 INFO O| Aug 11 21:59:29.315 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-11T21:59:30.568Z[ recovery-image] Aug 11 21:59:29.325 INFO O| Aug 11 21:59:29.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75532026-08-11T21:59:30.569Z[ recovery-image] Aug 11 21:59:29.325 INFO O| Aug 11 21:59:29.325 INFO STEP 764 (remove_files) COMPLETE
75542026-08-11T21:59:30.569Z[ recovery-image] Aug 11 21:59:29.325 INFO O| Aug 11 21:59:29.325 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-11T21:59:30.581Z[ recovery-image] Aug 11 21:59:29.334 INFO O| Aug 11 21:59:29.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75562026-08-11T21:59:30.581Z[ recovery-image] Aug 11 21:59:29.334 INFO O| Aug 11 21:59:29.334 INFO STEP 765 (remove_files) COMPLETE
75572026-08-11T21:59:30.581Z[ recovery-image] Aug 11 21:59:29.334 INFO O| Aug 11 21:59:29.334 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-11T21:59:30.588Z[ recovery-image] Aug 11 21:59:29.343 INFO O| Aug 11 21:59:29.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75592026-08-11T21:59:30.588Z[ recovery-image] Aug 11 21:59:29.343 INFO O| Aug 11 21:59:29.343 INFO STEP 766 (remove_files) COMPLETE
75602026-08-11T21:59:30.588Z[ recovery-image] Aug 11 21:59:29.343 INFO O| Aug 11 21:59:29.343 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-11T21:59:30.597Z[ recovery-image] Aug 11 21:59:29.352 INFO O| Aug 11 21:59:29.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75622026-08-11T21:59:30.597Z[ recovery-image] Aug 11 21:59:29.352 INFO O| Aug 11 21:59:29.352 INFO STEP 767 (remove_files) COMPLETE
75632026-08-11T21:59:30.597Z[ recovery-image] Aug 11 21:59:29.352 INFO O| Aug 11 21:59:29.352 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-11T21:59:30.602Z[ recovery-image] Aug 11 21:59:29.361 INFO O| Aug 11 21:59:29.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75652026-08-11T21:59:30.602Z[ recovery-image] Aug 11 21:59:29.361 INFO O| Aug 11 21:59:29.361 INFO STEP 768 (remove_files) COMPLETE
75662026-08-11T21:59:30.602Z[ recovery-image] Aug 11 21:59:29.361 INFO O| Aug 11 21:59:29.361 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-11T21:59:30.609Z[ recovery-image] Aug 11 21:59:29.371 INFO O| Aug 11 21:59:29.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75682026-08-11T21:59:30.609Z[ recovery-image] Aug 11 21:59:29.371 INFO O| Aug 11 21:59:29.371 INFO STEP 769 (remove_files) COMPLETE
75692026-08-11T21:59:30.609Z[ recovery-image] Aug 11 21:59:29.371 INFO O| Aug 11 21:59:29.371 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-11T21:59:30.627Z[ recovery-image] Aug 11 21:59:29.382 INFO O| Aug 11 21:59:29.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75712026-08-11T21:59:30.627Z[ recovery-image] Aug 11 21:59:29.382 INFO O| Aug 11 21:59:29.382 INFO STEP 770 (remove_files) COMPLETE
75722026-08-11T21:59:30.627Z[ recovery-image] Aug 11 21:59:29.382 INFO O| Aug 11 21:59:29.382 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-11T21:59:30.634Z[ recovery-image] Aug 11 21:59:29.391 INFO O| Aug 11 21:59:29.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75742026-08-11T21:59:30.634Z[ recovery-image] Aug 11 21:59:29.391 INFO O| Aug 11 21:59:29.391 INFO STEP 771 (remove_files) COMPLETE
75752026-08-11T21:59:30.634Z[ recovery-image] Aug 11 21:59:29.391 INFO O| Aug 11 21:59:29.391 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-11T21:59:30.640Z[ recovery-image] Aug 11 21:59:29.400 INFO O| Aug 11 21:59:29.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75772026-08-11T21:59:30.640Z[ recovery-image] Aug 11 21:59:29.400 INFO O| Aug 11 21:59:29.400 INFO STEP 772 (remove_files) COMPLETE
75782026-08-11T21:59:30.641Z[ recovery-image] Aug 11 21:59:29.400 INFO O| Aug 11 21:59:29.400 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-11T21:59:30.647Z[ recovery-image] Aug 11 21:59:29.409 INFO O| Aug 11 21:59:29.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75802026-08-11T21:59:30.647Z[ recovery-image] Aug 11 21:59:29.409 INFO O| Aug 11 21:59:29.409 INFO STEP 773 (remove_files) COMPLETE
75812026-08-11T21:59:30.647Z[ recovery-image] Aug 11 21:59:29.409 INFO O| Aug 11 21:59:29.409 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-11T21:59:30.693Z[ recovery-image] Aug 11 21:59:29.417 INFO O| Aug 11 21:59:29.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75832026-08-11T21:59:30.693Z[ recovery-image] Aug 11 21:59:29.417 INFO O| Aug 11 21:59:29.417 INFO STEP 774 (remove_files) COMPLETE
75842026-08-11T21:59:30.693Z[ recovery-image] Aug 11 21:59:29.417 INFO O| Aug 11 21:59:29.417 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-11T21:59:30.708Z[ recovery-image] Aug 11 21:59:29.425 INFO O| Aug 11 21:59:29.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75862026-08-11T21:59:30.708Z[ recovery-image] Aug 11 21:59:29.425 INFO O| Aug 11 21:59:29.425 INFO STEP 775 (remove_files) COMPLETE
75872026-08-11T21:59:30.709Z[ recovery-image] Aug 11 21:59:29.425 INFO O| Aug 11 21:59:29.425 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-11T21:59:30.709Z[ recovery-image] Aug 11 21:59:29.435 INFO O| Aug 11 21:59:29.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75892026-08-11T21:59:30.709Z[ recovery-image] Aug 11 21:59:29.435 INFO O| Aug 11 21:59:29.435 INFO STEP 776 (remove_files) COMPLETE
75902026-08-11T21:59:30.709Z[ recovery-image] Aug 11 21:59:29.435 INFO O| Aug 11 21:59:29.435 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-11T21:59:30.709Z[ recovery-image] Aug 11 21:59:29.445 INFO O| Aug 11 21:59:29.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75922026-08-11T21:59:30.709Z[ recovery-image] Aug 11 21:59:29.445 INFO O| Aug 11 21:59:29.445 INFO STEP 777 (remove_files) COMPLETE
75932026-08-11T21:59:30.709Z[ recovery-image] Aug 11 21:59:29.445 INFO O| Aug 11 21:59:29.445 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-11T21:59:30.709Z[ recovery-image] Aug 11 21:59:29.454 INFO O| Aug 11 21:59:29.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
75952026-08-11T21:59:30.709Z[ recovery-image] Aug 11 21:59:29.454 INFO O| Aug 11 21:59:29.454 INFO STEP 778 (remove_files) COMPLETE
75962026-08-11T21:59:30.709Z[ recovery-image] Aug 11 21:59:29.454 INFO O| Aug 11 21:59:29.454 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-11T21:59:30.718Z[ recovery-image] Aug 11 21:59:29.464 INFO O| Aug 11 21:59:29.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
75982026-08-11T21:59:30.718Z[ recovery-image] Aug 11 21:59:29.464 INFO O| Aug 11 21:59:29.464 INFO STEP 779 (remove_files) COMPLETE
75992026-08-11T21:59:30.718Z[ recovery-image] Aug 11 21:59:29.464 INFO O| Aug 11 21:59:29.464 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-11T21:59:30.718Z[ recovery-image] Aug 11 21:59:29.475 INFO O| Aug 11 21:59:29.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76012026-08-11T21:59:30.718Z[ recovery-image] Aug 11 21:59:29.475 INFO O| Aug 11 21:59:29.475 INFO STEP 780 (remove_files) COMPLETE
76022026-08-11T21:59:30.718Z[ recovery-image] Aug 11 21:59:29.475 INFO O| Aug 11 21:59:29.475 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-11T21:59:30.726Z[ recovery-image] Aug 11 21:59:29.486 INFO O| Aug 11 21:59:29.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76042026-08-11T21:59:30.726Z[ recovery-image] Aug 11 21:59:29.486 INFO O| Aug 11 21:59:29.486 INFO STEP 781 (remove_files) COMPLETE
76052026-08-11T21:59:30.726Z[ recovery-image] Aug 11 21:59:29.486 INFO O| Aug 11 21:59:29.486 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-11T21:59:30.733Z[ recovery-image] Aug 11 21:59:29.495 INFO O| Aug 11 21:59:29.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76072026-08-11T21:59:30.734Z[ recovery-image] Aug 11 21:59:29.495 INFO O| Aug 11 21:59:29.495 INFO STEP 782 (remove_files) COMPLETE
76082026-08-11T21:59:30.734Z[ recovery-image] Aug 11 21:59:29.495 INFO O| Aug 11 21:59:29.495 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-11T21:59:30.740Z[ recovery-image] Aug 11 21:59:29.504 INFO O| Aug 11 21:59:29.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76102026-08-11T21:59:30.740Z[ recovery-image] Aug 11 21:59:29.504 INFO O| Aug 11 21:59:29.504 INFO STEP 783 (remove_files) COMPLETE
76112026-08-11T21:59:30.745Z[ recovery-image] Aug 11 21:59:29.504 INFO O| Aug 11 21:59:29.504 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-11T21:59:30.752Z[ recovery-image] Aug 11 21:59:29.513 INFO O| Aug 11 21:59:29.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76132026-08-11T21:59:30.752Z[ recovery-image] Aug 11 21:59:29.513 INFO O| Aug 11 21:59:29.513 INFO STEP 784 (remove_files) COMPLETE
76142026-08-11T21:59:30.752Z[ recovery-image] Aug 11 21:59:29.513 INFO O| Aug 11 21:59:29.513 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-11T21:59:30.769Z[ recovery-image] Aug 11 21:59:29.525 INFO O| Aug 11 21:59:29.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76162026-08-11T21:59:30.769Z[ recovery-image] Aug 11 21:59:29.525 INFO O| Aug 11 21:59:29.525 INFO STEP 785 (remove_files) COMPLETE
76172026-08-11T21:59:30.769Z[ recovery-image] Aug 11 21:59:29.525 INFO O| Aug 11 21:59:29.525 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-11T21:59:30.778Z[ recovery-image] Aug 11 21:59:29.535 INFO O| Aug 11 21:59:29.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76192026-08-11T21:59:30.778Z[ recovery-image] Aug 11 21:59:29.536 INFO O| Aug 11 21:59:29.536 INFO STEP 786 (remove_files) COMPLETE
76202026-08-11T21:59:30.778Z[ recovery-image] Aug 11 21:59:29.536 INFO O| Aug 11 21:59:29.536 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-11T21:59:30.789Z[ recovery-image] Aug 11 21:59:29.546 INFO O| Aug 11 21:59:29.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76222026-08-11T21:59:30.789Z[ recovery-image] Aug 11 21:59:29.546 INFO O| Aug 11 21:59:29.546 INFO STEP 787 (remove_files) COMPLETE
76232026-08-11T21:59:30.789Z[ recovery-image] Aug 11 21:59:29.546 INFO O| Aug 11 21:59:29.546 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-11T21:59:30.807Z[ recovery-image] Aug 11 21:59:29.555 INFO O| Aug 11 21:59:29.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76252026-08-11T21:59:30.807Z[ recovery-image] Aug 11 21:59:29.556 INFO O| Aug 11 21:59:29.556 INFO STEP 788 (remove_files) COMPLETE
76262026-08-11T21:59:30.807Z[ recovery-image] Aug 11 21:59:29.556 INFO O| Aug 11 21:59:29.556 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-11T21:59:30.822Z[ recovery-image] Aug 11 21:59:29.566 INFO O| Aug 11 21:59:29.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76282026-08-11T21:59:30.822Z[ recovery-image] Aug 11 21:59:29.566 INFO O| Aug 11 21:59:29.566 INFO STEP 789 (remove_files) COMPLETE
76292026-08-11T21:59:30.822Z[ recovery-image] Aug 11 21:59:29.566 INFO O| Aug 11 21:59:29.566 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-11T21:59:30.822Z[ recovery-image] Aug 11 21:59:29.576 INFO O| Aug 11 21:59:29.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76312026-08-11T21:59:30.822Z[ recovery-image] Aug 11 21:59:29.576 INFO O| Aug 11 21:59:29.576 INFO STEP 790 (remove_files) COMPLETE
76322026-08-11T21:59:30.822Z[ recovery-image] Aug 11 21:59:29.576 INFO O| Aug 11 21:59:29.576 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-11T21:59:30.828Z[ recovery-image] Aug 11 21:59:29.585 INFO O| Aug 11 21:59:29.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76342026-08-11T21:59:30.828Z[ recovery-image] Aug 11 21:59:29.585 INFO O| Aug 11 21:59:29.585 INFO STEP 791 (remove_files) COMPLETE
76352026-08-11T21:59:30.828Z[ recovery-image] Aug 11 21:59:29.585 INFO O| Aug 11 21:59:29.585 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-11T21:59:30.841Z[ recovery-image] Aug 11 21:59:29.594 INFO O| Aug 11 21:59:29.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76372026-08-11T21:59:30.841Z[ recovery-image] Aug 11 21:59:29.594 INFO O| Aug 11 21:59:29.594 INFO STEP 792 (remove_files) COMPLETE
76382026-08-11T21:59:30.841Z[ recovery-image] Aug 11 21:59:29.594 INFO O| Aug 11 21:59:29.594 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-11T21:59:30.846Z[ recovery-image] Aug 11 21:59:29.603 INFO O| Aug 11 21:59:29.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76402026-08-11T21:59:30.847Z[ recovery-image] Aug 11 21:59:29.603 INFO O| Aug 11 21:59:29.603 INFO STEP 793 (remove_files) COMPLETE
76412026-08-11T21:59:30.847Z[ recovery-image] Aug 11 21:59:29.603 INFO O| Aug 11 21:59:29.603 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-11T21:59:30.855Z[ recovery-image] Aug 11 21:59:29.612 INFO O| Aug 11 21:59:29.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76432026-08-11T21:59:30.855Z[ recovery-image] Aug 11 21:59:29.612 INFO O| Aug 11 21:59:29.612 INFO STEP 794 (remove_files) COMPLETE
76442026-08-11T21:59:30.855Z[ recovery-image] Aug 11 21:59:29.612 INFO O| Aug 11 21:59:29.612 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-11T21:59:30.872Z[ recovery-image] Aug 11 21:59:29.622 INFO O| Aug 11 21:59:29.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76462026-08-11T21:59:30.872Z[ recovery-image] Aug 11 21:59:29.622 INFO O| Aug 11 21:59:29.622 INFO STEP 795 (remove_files) COMPLETE
76472026-08-11T21:59:30.872Z[ recovery-image] Aug 11 21:59:29.622 INFO O| Aug 11 21:59:29.622 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-11T21:59:30.895Z[ recovery-image] Aug 11 21:59:29.631 INFO O| Aug 11 21:59:29.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76492026-08-11T21:59:30.895Z[ recovery-image] Aug 11 21:59:29.632 INFO O| Aug 11 21:59:29.632 INFO STEP 796 (remove_files) COMPLETE
76502026-08-11T21:59:30.895Z[ recovery-image] Aug 11 21:59:29.632 INFO O| Aug 11 21:59:29.632 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-11T21:59:30.895Z[ recovery-image] Aug 11 21:59:29.642 INFO O| Aug 11 21:59:29.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76522026-08-11T21:59:30.895Z[ recovery-image] Aug 11 21:59:29.642 INFO O| Aug 11 21:59:29.642 INFO STEP 797 (remove_files) COMPLETE
76532026-08-11T21:59:30.895Z[ recovery-image] Aug 11 21:59:29.642 INFO O| Aug 11 21:59:29.642 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-11T21:59:30.914Z[ recovery-image] Aug 11 21:59:29.651 INFO O| Aug 11 21:59:29.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76552026-08-11T21:59:30.914Z[ recovery-image] Aug 11 21:59:29.651 INFO O| Aug 11 21:59:29.651 INFO STEP 798 (remove_files) COMPLETE
76562026-08-11T21:59:30.915Z[ recovery-image] Aug 11 21:59:29.651 INFO O| Aug 11 21:59:29.651 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-11T21:59:30.922Z[ recovery-image] Aug 11 21:59:29.669 INFO O| Aug 11 21:59:29.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76582026-08-11T21:59:30.922Z[ recovery-image] Aug 11 21:59:29.669 INFO O| Aug 11 21:59:29.666 INFO STEP 799 (remove_files) COMPLETE
76592026-08-11T21:59:30.922Z[ recovery-image] Aug 11 21:59:29.669 INFO O| Aug 11 21:59:29.666 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-11T21:59:30.922Z[ recovery-image] Aug 11 21:59:29.676 INFO O| Aug 11 21:59:29.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76612026-08-11T21:59:30.922Z[ recovery-image] Aug 11 21:59:29.676 INFO O| Aug 11 21:59:29.676 INFO STEP 800 (remove_files) COMPLETE
76622026-08-11T21:59:30.922Z[ recovery-image] Aug 11 21:59:29.676 INFO O| Aug 11 21:59:29.676 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-11T21:59:30.933Z[ recovery-image] Aug 11 21:59:29.686 INFO O| Aug 11 21:59:29.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76642026-08-11T21:59:30.933Z[ recovery-image] Aug 11 21:59:29.686 INFO O| Aug 11 21:59:29.686 INFO STEP 801 (remove_files) COMPLETE
76652026-08-11T21:59:30.933Z[ recovery-image] Aug 11 21:59:29.686 INFO O| Aug 11 21:59:29.686 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-11T21:59:30.940Z[ recovery-image] Aug 11 21:59:29.695 INFO O| Aug 11 21:59:29.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76672026-08-11T21:59:30.940Z[ recovery-image] Aug 11 21:59:29.695 INFO O| Aug 11 21:59:29.695 INFO STEP 802 (remove_files) COMPLETE
76682026-08-11T21:59:30.940Z[ recovery-image] Aug 11 21:59:29.695 INFO O| Aug 11 21:59:29.695 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-11T21:59:30.956Z[ recovery-image] Aug 11 21:59:29.705 INFO O| Aug 11 21:59:29.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76702026-08-11T21:59:30.956Z[ recovery-image] Aug 11 21:59:29.705 INFO O| Aug 11 21:59:29.705 INFO STEP 803 (remove_files) COMPLETE
76712026-08-11T21:59:30.956Z[ recovery-image] Aug 11 21:59:29.705 INFO O| Aug 11 21:59:29.705 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-11T21:59:30.974Z[ recovery-image] Aug 11 21:59:29.714 INFO O| Aug 11 21:59:29.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76732026-08-11T21:59:30.974Z[ recovery-image] Aug 11 21:59:29.715 INFO O| Aug 11 21:59:29.715 INFO STEP 804 (remove_files) COMPLETE
76742026-08-11T21:59:30.974Z[ recovery-image] Aug 11 21:59:29.715 INFO O| Aug 11 21:59:29.715 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-11T21:59:30.974Z[ recovery-image] Aug 11 21:59:29.724 INFO O| Aug 11 21:59:29.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76762026-08-11T21:59:30.974Z[ recovery-image] Aug 11 21:59:29.724 INFO O| Aug 11 21:59:29.724 INFO STEP 805 (remove_files) COMPLETE
76772026-08-11T21:59:30.974Z[ recovery-image] Aug 11 21:59:29.724 INFO O| Aug 11 21:59:29.724 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-11T21:59:30.981Z[ recovery-image] Aug 11 21:59:29.738 INFO O| Aug 11 21:59:29.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76792026-08-11T21:59:30.981Z[ recovery-image] Aug 11 21:59:29.738 INFO O| Aug 11 21:59:29.738 INFO STEP 806 (remove_files) COMPLETE
76802026-08-11T21:59:30.981Z[ recovery-image] Aug 11 21:59:29.738 INFO O| Aug 11 21:59:29.738 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-11T21:59:30.989Z[ recovery-image] Aug 11 21:59:29.748 INFO O| Aug 11 21:59:29.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76822026-08-11T21:59:30.989Z[ recovery-image] Aug 11 21:59:29.748 INFO O| Aug 11 21:59:29.748 INFO STEP 807 (remove_files) COMPLETE
76832026-08-11T21:59:30.989Z[ recovery-image] Aug 11 21:59:29.748 INFO O| Aug 11 21:59:29.748 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-11T21:59:30.996Z[ recovery-image] Aug 11 21:59:29.759 INFO O| Aug 11 21:59:29.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76852026-08-11T21:59:30.996Z[ recovery-image] Aug 11 21:59:29.759 INFO O| Aug 11 21:59:29.759 INFO STEP 808 (remove_files) COMPLETE
76862026-08-11T21:59:30.996Z[ recovery-image] Aug 11 21:59:29.759 INFO O| Aug 11 21:59:29.759 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-11T21:59:31.004Z[ recovery-image] Aug 11 21:59:29.768 INFO O| Aug 11 21:59:29.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76882026-08-11T21:59:31.004Z[ recovery-image] Aug 11 21:59:29.768 INFO O| Aug 11 21:59:29.768 INFO STEP 809 (remove_files) COMPLETE
76892026-08-11T21:59:31.004Z[ recovery-image] Aug 11 21:59:29.768 INFO O| Aug 11 21:59:29.768 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-11T21:59:31.015Z[ recovery-image] Aug 11 21:59:29.778 INFO O| Aug 11 21:59:29.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76912026-08-11T21:59:31.016Z[ recovery-image] Aug 11 21:59:29.778 INFO O| Aug 11 21:59:29.778 INFO STEP 810 (remove_files) COMPLETE
76922026-08-11T21:59:31.016Z[ recovery-image] Aug 11 21:59:29.778 INFO O| Aug 11 21:59:29.778 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-11T21:59:31.038Z[ recovery-image] Aug 11 21:59:29.788 INFO O| Aug 11 21:59:29.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
76942026-08-11T21:59:31.038Z[ recovery-image] Aug 11 21:59:29.788 INFO O| Aug 11 21:59:29.788 INFO STEP 811 (remove_files) COMPLETE
76952026-08-11T21:59:31.058Z[ recovery-image] Aug 11 21:59:29.788 INFO O| Aug 11 21:59:29.788 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-11T21:59:31.058Z[ recovery-image] Aug 11 21:59:29.797 INFO O| Aug 11 21:59:29.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
76972026-08-11T21:59:31.058Z[ recovery-image] Aug 11 21:59:29.797 INFO O| Aug 11 21:59:29.797 INFO STEP 812 (remove_files) COMPLETE
76982026-08-11T21:59:31.058Z[ recovery-image] Aug 11 21:59:29.797 INFO O| Aug 11 21:59:29.797 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-11T21:59:31.058Z[ recovery-image] Aug 11 21:59:29.807 INFO O| Aug 11 21:59:29.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77002026-08-11T21:59:31.058Z[ recovery-image] Aug 11 21:59:29.807 INFO O| Aug 11 21:59:29.807 INFO STEP 813 (remove_files) COMPLETE
77012026-08-11T21:59:31.058Z[ recovery-image] Aug 11 21:59:29.807 INFO O| Aug 11 21:59:29.807 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-11T21:59:31.073Z[ recovery-image] Aug 11 21:59:29.817 INFO O| Aug 11 21:59:29.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77032026-08-11T21:59:31.073Z[ recovery-image] Aug 11 21:59:29.817 INFO O| Aug 11 21:59:29.817 INFO STEP 814 (remove_files) COMPLETE
77042026-08-11T21:59:31.073Z[ recovery-image] Aug 11 21:59:29.817 INFO O| Aug 11 21:59:29.817 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-11T21:59:31.073Z[ recovery-image] Aug 11 21:59:29.826 INFO O| Aug 11 21:59:29.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77062026-08-11T21:59:31.074Z[ recovery-image] Aug 11 21:59:29.826 INFO O| Aug 11 21:59:29.826 INFO STEP 815 (remove_files) COMPLETE
77072026-08-11T21:59:31.074Z[ recovery-image] Aug 11 21:59:29.826 INFO O| Aug 11 21:59:29.826 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-11T21:59:31.085Z[ recovery-image] Aug 11 21:59:29.835 INFO O| Aug 11 21:59:29.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77092026-08-11T21:59:31.085Z[ recovery-image] Aug 11 21:59:29.836 INFO O| Aug 11 21:59:29.836 INFO STEP 816 (remove_files) COMPLETE
77102026-08-11T21:59:31.085Z[ recovery-image] Aug 11 21:59:29.836 INFO O| Aug 11 21:59:29.836 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-11T21:59:31.085Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
77122026-08-11T21:59:31.091Z[ recovery-image] Aug 11 21:59:29.846 INFO O| Aug 11 21:59:29.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77132026-08-11T21:59:31.091Z[ recovery-image] Aug 11 21:59:29.846 INFO O| Aug 11 21:59:29.846 INFO STEP 817 (remove_files) COMPLETE
77142026-08-11T21:59:31.091Z[ recovery-image] Aug 11 21:59:29.846 INFO O| Aug 11 21:59:29.846 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-11T21:59:31.097Z[ recovery-image] Aug 11 21:59:29.856 INFO O| Aug 11 21:59:29.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77162026-08-11T21:59:31.097Z[ recovery-image] Aug 11 21:59:29.856 INFO O| Aug 11 21:59:29.856 INFO STEP 818 (remove_files) COMPLETE
77172026-08-11T21:59:31.097Z[ recovery-image] Aug 11 21:59:29.856 INFO O| Aug 11 21:59:29.856 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-11T21:59:31.124Z[ recovery-image] Aug 11 21:59:29.866 INFO O| Aug 11 21:59:29.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77192026-08-11T21:59:31.124Z[ recovery-image] Aug 11 21:59:29.866 INFO O| Aug 11 21:59:29.866 INFO STEP 819 (remove_files) COMPLETE
77202026-08-11T21:59:31.124Z[ recovery-image] Aug 11 21:59:29.866 INFO O| Aug 11 21:59:29.866 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-11T21:59:31.124Z[ recovery-image] Aug 11 21:59:29.876 INFO O| Aug 11 21:59:29.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77222026-08-11T21:59:31.124Z[ recovery-image] Aug 11 21:59:29.876 INFO O| Aug 11 21:59:29.876 INFO STEP 820 (remove_files) COMPLETE
77232026-08-11T21:59:31.124Z[ recovery-image] Aug 11 21:59:29.876 INFO O| Aug 11 21:59:29.876 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-11T21:59:31.131Z[ recovery-image] Aug 11 21:59:29.887 INFO O| Aug 11 21:59:29.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77252026-08-11T21:59:31.131Z[ recovery-image] Aug 11 21:59:29.887 INFO O| Aug 11 21:59:29.887 INFO STEP 821 (remove_files) COMPLETE
77262026-08-11T21:59:31.131Z[ recovery-image] Aug 11 21:59:29.887 INFO O| Aug 11 21:59:29.887 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-11T21:59:31.139Z[ recovery-image] Aug 11 21:59:29.896 INFO O| Aug 11 21:59:29.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77282026-08-11T21:59:31.139Z[ recovery-image] Aug 11 21:59:29.896 INFO O| Aug 11 21:59:29.896 INFO STEP 822 (remove_files) COMPLETE
77292026-08-11T21:59:31.139Z[ recovery-image] Aug 11 21:59:29.896 INFO O| Aug 11 21:59:29.896 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-11T21:59:31.145Z[ recovery-image] Aug 11 21:59:29.905 INFO O| Aug 11 21:59:29.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77312026-08-11T21:59:31.145Z[ recovery-image] Aug 11 21:59:29.905 INFO O| Aug 11 21:59:29.905 INFO STEP 823 (remove_files) COMPLETE
77322026-08-11T21:59:31.145Z[ recovery-image] Aug 11 21:59:29.905 INFO O| Aug 11 21:59:29.905 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-11T21:59:31.157Z[ recovery-image] Aug 11 21:59:29.914 INFO O| Aug 11 21:59:29.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77342026-08-11T21:59:31.157Z[ recovery-image] Aug 11 21:59:29.914 INFO O| Aug 11 21:59:29.914 INFO STEP 824 (remove_files) COMPLETE
77352026-08-11T21:59:31.158Z[ recovery-image] Aug 11 21:59:29.914 INFO O| Aug 11 21:59:29.914 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-11T21:59:31.168Z[ recovery-image] Aug 11 21:59:29.922 INFO O| Aug 11 21:59:29.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77372026-08-11T21:59:31.168Z[ recovery-image] Aug 11 21:59:29.922 INFO O| Aug 11 21:59:29.922 INFO STEP 825 (remove_files) COMPLETE
77382026-08-11T21:59:31.169Z[ recovery-image] Aug 11 21:59:29.922 INFO O| Aug 11 21:59:29.922 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-11T21:59:31.181Z[ recovery-image] Aug 11 21:59:29.930 INFO O| Aug 11 21:59:29.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77402026-08-11T21:59:31.181Z[ recovery-image] Aug 11 21:59:29.930 INFO O| Aug 11 21:59:29.930 INFO STEP 826 (remove_files) COMPLETE
77412026-08-11T21:59:31.181Z[ recovery-image] Aug 11 21:59:29.930 INFO O| Aug 11 21:59:29.930 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-11T21:59:31.193Z[ recovery-image] Aug 11 21:59:29.938 INFO O| Aug 11 21:59:29.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77432026-08-11T21:59:31.193Z[ recovery-image] Aug 11 21:59:29.938 INFO O| Aug 11 21:59:29.938 INFO STEP 827 (remove_files) COMPLETE
77442026-08-11T21:59:31.193Z[ recovery-image] Aug 11 21:59:29.938 INFO O| Aug 11 21:59:29.938 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-11T21:59:31.193Z[ recovery-image] Aug 11 21:59:29.946 INFO O| Aug 11 21:59:29.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77462026-08-11T21:59:31.193Z[ recovery-image] Aug 11 21:59:29.946 INFO O| Aug 11 21:59:29.946 INFO STEP 828 (remove_files) COMPLETE
77472026-08-11T21:59:31.194Z[ recovery-image] Aug 11 21:59:29.946 INFO O| Aug 11 21:59:29.946 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-11T21:59:31.194Z[ recovery-image] Aug 11 21:59:29.954 INFO O| Aug 11 21:59:29.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77492026-08-11T21:59:31.194Z[ recovery-image] Aug 11 21:59:29.954 INFO O| Aug 11 21:59:29.954 INFO STEP 829 (remove_files) COMPLETE
77502026-08-11T21:59:31.194Z[ recovery-image] Aug 11 21:59:29.954 INFO O| Aug 11 21:59:29.954 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-11T21:59:31.211Z[ recovery-image] Aug 11 21:59:29.962 INFO O| Aug 11 21:59:29.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77522026-08-11T21:59:31.211Z[ recovery-image] Aug 11 21:59:29.962 INFO O| Aug 11 21:59:29.962 INFO STEP 830 (remove_files) COMPLETE
77532026-08-11T21:59:31.212Z[ recovery-image] Aug 11 21:59:29.962 INFO O| Aug 11 21:59:29.962 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-11T21:59:31.229Z[ recovery-image] Aug 11 21:59:29.971 INFO O| Aug 11 21:59:29.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77552026-08-11T21:59:31.229Z[ recovery-image] Aug 11 21:59:29.971 INFO O| Aug 11 21:59:29.971 INFO STEP 831 (remove_files) COMPLETE
77562026-08-11T21:59:31.231Z[ recovery-image] Aug 11 21:59:29.971 INFO O| Aug 11 21:59:29.971 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-11T21:59:31.231Z[verify-libraries] Compiling samael v0.0.19
77582026-08-11T21:59:31.231Z[ recovery-image] Aug 11 21:59:29.980 INFO O| Aug 11 21:59:29.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77592026-08-11T21:59:31.231Z[ recovery-image] Aug 11 21:59:29.980 INFO O| Aug 11 21:59:29.980 INFO STEP 832 (remove_files) COMPLETE
77602026-08-11T21:59:31.231Z[ recovery-image] Aug 11 21:59:29.980 INFO O| Aug 11 21:59:29.980 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-11T21:59:31.245Z[ recovery-image] Aug 11 21:59:29.988 INFO O| Aug 11 21:59:29.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77622026-08-11T21:59:31.245Z[ recovery-image] Aug 11 21:59:29.988 INFO O| Aug 11 21:59:29.988 INFO STEP 833 (remove_files) COMPLETE
77632026-08-11T21:59:31.245Z[ recovery-image] Aug 11 21:59:29.988 INFO O| Aug 11 21:59:29.988 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-11T21:59:31.245Z[ recovery-image] Aug 11 21:59:29.999 INFO O| Aug 11 21:59:29.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77652026-08-11T21:59:31.245Z[ recovery-image] Aug 11 21:59:29.999 INFO O| Aug 11 21:59:29.999 INFO STEP 834 (remove_files) COMPLETE
77662026-08-11T21:59:31.245Z[ recovery-image] Aug 11 21:59:29.999 INFO O| Aug 11 21:59:29.999 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-11T21:59:31.260Z[ recovery-image] Aug 11 21:59:30.009 INFO O| Aug 11 21:59:30.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77682026-08-11T21:59:31.260Z[ recovery-image] Aug 11 21:59:30.009 INFO O| Aug 11 21:59:30.009 INFO STEP 835 (remove_files) COMPLETE
77692026-08-11T21:59:31.260Z[ recovery-image] Aug 11 21:59:30.009 INFO O| Aug 11 21:59:30.009 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-11T21:59:31.267Z[ recovery-image] Aug 11 21:59:30.020 INFO O| Aug 11 21:59:30.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77712026-08-11T21:59:31.267Z[ recovery-image] Aug 11 21:59:30.020 INFO O| Aug 11 21:59:30.020 INFO STEP 836 (remove_files) COMPLETE
77722026-08-11T21:59:31.267Z[ recovery-image] Aug 11 21:59:30.020 INFO O| Aug 11 21:59:30.020 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-11T21:59:31.267Z[ recovery-image] Aug 11 21:59:30.030 INFO O| Aug 11 21:59:30.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77742026-08-11T21:59:31.267Z[ recovery-image] Aug 11 21:59:30.030 INFO O| Aug 11 21:59:30.030 INFO STEP 837 (remove_files) COMPLETE
77752026-08-11T21:59:31.267Z[ recovery-image] Aug 11 21:59:30.030 INFO O| Aug 11 21:59:30.030 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-11T21:59:31.283Z[ recovery-image] Aug 11 21:59:30.040 INFO O| Aug 11 21:59:30.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77772026-08-11T21:59:31.283Z[ recovery-image] Aug 11 21:59:30.040 INFO O| Aug 11 21:59:30.040 INFO STEP 838 (remove_files) COMPLETE
77782026-08-11T21:59:31.283Z[ recovery-image] Aug 11 21:59:30.040 INFO O| Aug 11 21:59:30.040 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-11T21:59:31.288Z[ recovery-image] Aug 11 21:59:30.049 INFO O| Aug 11 21:59:30.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77802026-08-11T21:59:31.288Z[ recovery-image] Aug 11 21:59:30.049 INFO O| Aug 11 21:59:30.049 INFO STEP 839 (remove_files) COMPLETE
77812026-08-11T21:59:31.288Z[ recovery-image] Aug 11 21:59:30.049 INFO O| Aug 11 21:59:30.049 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-11T21:59:31.293Z[ recovery-image] Aug 11 21:59:30.059 INFO O| Aug 11 21:59:30.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77832026-08-11T21:59:31.293Z[ recovery-image] Aug 11 21:59:30.059 INFO O| Aug 11 21:59:30.059 INFO STEP 840 (remove_files) COMPLETE
77842026-08-11T21:59:31.293Z[ recovery-image] Aug 11 21:59:30.059 INFO O| Aug 11 21:59:30.059 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-11T21:59:31.302Z[ recovery-image] Aug 11 21:59:30.067 INFO O| Aug 11 21:59:30.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77862026-08-11T21:59:31.302Z[ recovery-image] Aug 11 21:59:30.067 INFO O| Aug 11 21:59:30.067 INFO STEP 841 (remove_files) COMPLETE
77872026-08-11T21:59:31.306Z[ recovery-image] Aug 11 21:59:30.067 INFO O| Aug 11 21:59:30.067 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-11T21:59:31.313Z[ recovery-image] Aug 11 21:59:30.075 INFO O| Aug 11 21:59:30.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77892026-08-11T21:59:31.313Z[ recovery-image] Aug 11 21:59:30.075 INFO O| Aug 11 21:59:30.075 INFO STEP 842 (remove_files) COMPLETE
77902026-08-11T21:59:31.313Z[ recovery-image] Aug 11 21:59:30.075 INFO O| Aug 11 21:59:30.075 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-11T21:59:31.320Z[ recovery-image] Aug 11 21:59:30.084 INFO O| Aug 11 21:59:30.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77922026-08-11T21:59:31.320Z[ recovery-image] Aug 11 21:59:30.084 INFO O| Aug 11 21:59:30.084 INFO STEP 843 (remove_files) COMPLETE
77932026-08-11T21:59:31.320Z[ recovery-image] Aug 11 21:59:30.084 INFO O| Aug 11 21:59:30.084 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-11T21:59:31.384Z[ recovery-image] Aug 11 21:59:30.093 INFO O| Aug 11 21:59:30.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
77952026-08-11T21:59:31.384Z[ recovery-image] Aug 11 21:59:30.093 INFO O| Aug 11 21:59:30.093 INFO STEP 844 (remove_files) COMPLETE
77962026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.093 INFO O| Aug 11 21:59:30.093 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.101 INFO O| Aug 11 21:59:30.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
77982026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.101 INFO O| Aug 11 21:59:30.101 INFO STEP 845 (remove_files) COMPLETE
77992026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.101 INFO O| Aug 11 21:59:30.101 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.109 INFO O| Aug 11 21:59:30.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78012026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.109 INFO O| Aug 11 21:59:30.109 INFO STEP 846 (remove_files) COMPLETE
78022026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.109 INFO O| Aug 11 21:59:30.109 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.120 INFO O| Aug 11 21:59:30.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78042026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.120 INFO O| Aug 11 21:59:30.120 INFO STEP 847 (remove_files) COMPLETE
78052026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.120 INFO O| Aug 11 21:59:30.120 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.130 INFO O| Aug 11 21:59:30.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78072026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.130 INFO O| Aug 11 21:59:30.130 INFO STEP 848 (remove_files) COMPLETE
78082026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.130 INFO O| Aug 11 21:59:30.130 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.140 INFO O| Aug 11 21:59:30.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78102026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.140 INFO O| Aug 11 21:59:30.140 INFO STEP 849 (remove_files) COMPLETE
78112026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.140 INFO O| Aug 11 21:59:30.140 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.149 INFO O| Aug 11 21:59:30.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78132026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.149 INFO O| Aug 11 21:59:30.149 INFO STEP 850 (remove_files) COMPLETE
78142026-08-11T21:59:31.396Z[ recovery-image] Aug 11 21:59:30.149 INFO O| Aug 11 21:59:30.149 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-11T21:59:31.401Z[ recovery-image] Aug 11 21:59:30.158 INFO O| Aug 11 21:59:30.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78162026-08-11T21:59:31.401Z[ recovery-image] Aug 11 21:59:30.158 INFO O| Aug 11 21:59:30.158 INFO STEP 851 (remove_files) COMPLETE
78172026-08-11T21:59:31.401Z[ recovery-image] Aug 11 21:59:30.158 INFO O| Aug 11 21:59:30.158 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-11T21:59:31.409Z[ recovery-image] Aug 11 21:59:30.166 INFO O| Aug 11 21:59:30.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78192026-08-11T21:59:31.409Z[ recovery-image] Aug 11 21:59:30.166 INFO O| Aug 11 21:59:30.166 INFO STEP 852 (remove_files) COMPLETE
78202026-08-11T21:59:31.409Z[ recovery-image] Aug 11 21:59:30.166 INFO O| Aug 11 21:59:30.166 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-11T21:59:31.412Z[ recovery-image] Aug 11 21:59:30.177 INFO O| Aug 11 21:59:30.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78222026-08-11T21:59:31.413Z[ recovery-image] Aug 11 21:59:30.177 INFO O| Aug 11 21:59:30.177 INFO STEP 853 (remove_files) COMPLETE
78232026-08-11T21:59:31.413Z[ recovery-image] Aug 11 21:59:30.177 INFO O| Aug 11 21:59:30.177 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-11T21:59:31.421Z[ recovery-image] Aug 11 21:59:30.186 INFO O| Aug 11 21:59:30.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78252026-08-11T21:59:31.421Z[ recovery-image] Aug 11 21:59:30.186 INFO O| Aug 11 21:59:30.186 INFO STEP 854 (remove_files) COMPLETE
78262026-08-11T21:59:31.425Z[ recovery-image] Aug 11 21:59:30.186 INFO O| Aug 11 21:59:30.186 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-11T21:59:31.431Z[ recovery-image] Aug 11 21:59:30.195 INFO O| Aug 11 21:59:30.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78282026-08-11T21:59:31.435Z[ recovery-image] Aug 11 21:59:30.196 INFO O| Aug 11 21:59:30.196 INFO STEP 855 (remove_files) COMPLETE
78292026-08-11T21:59:31.435Z[ recovery-image] Aug 11 21:59:30.196 INFO O| Aug 11 21:59:30.196 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-11T21:59:31.439Z[ recovery-image] Aug 11 21:59:30.204 INFO O| Aug 11 21:59:30.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78312026-08-11T21:59:31.439Z[ recovery-image] Aug 11 21:59:30.204 INFO O| Aug 11 21:59:30.204 INFO STEP 856 (remove_files) COMPLETE
78322026-08-11T21:59:31.443Z[ recovery-image] Aug 11 21:59:30.204 INFO O| Aug 11 21:59:30.204 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-11T21:59:31.447Z[ recovery-image] Aug 11 21:59:30.212 INFO O| Aug 11 21:59:30.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78342026-08-11T21:59:31.447Z[ recovery-image] Aug 11 21:59:30.212 INFO O| Aug 11 21:59:30.212 INFO STEP 857 (remove_files) COMPLETE
78352026-08-11T21:59:31.447Z[ recovery-image] Aug 11 21:59:30.212 INFO O| Aug 11 21:59:30.212 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-11T21:59:31.459Z[ recovery-image] Aug 11 21:59:30.223 INFO O| Aug 11 21:59:30.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78372026-08-11T21:59:31.459Z[ recovery-image] Aug 11 21:59:30.223 INFO O| Aug 11 21:59:30.223 INFO STEP 858 (remove_files) COMPLETE
78382026-08-11T21:59:31.459Z[ recovery-image] Aug 11 21:59:30.223 INFO O| Aug 11 21:59:30.223 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-11T21:59:31.469Z[ recovery-image] Aug 11 21:59:30.233 INFO O| Aug 11 21:59:30.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78402026-08-11T21:59:31.469Z[ recovery-image] Aug 11 21:59:30.233 INFO O| Aug 11 21:59:30.233 INFO STEP 859 (remove_files) COMPLETE
78412026-08-11T21:59:31.470Z[ recovery-image] Aug 11 21:59:30.233 INFO O| Aug 11 21:59:30.233 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-11T21:59:31.477Z[ recovery-image] Aug 11 21:59:30.242 INFO O| Aug 11 21:59:30.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78432026-08-11T21:59:31.477Z[ recovery-image] Aug 11 21:59:30.242 INFO O| Aug 11 21:59:30.242 INFO STEP 860 (remove_files) COMPLETE
78442026-08-11T21:59:31.480Z[ recovery-image] Aug 11 21:59:30.242 INFO O| Aug 11 21:59:30.242 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-11T21:59:31.486Z[ recovery-image] Aug 11 21:59:30.251 INFO O| Aug 11 21:59:30.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78462026-08-11T21:59:31.486Z[ recovery-image] Aug 11 21:59:30.251 INFO O| Aug 11 21:59:30.251 INFO STEP 861 (remove_files) COMPLETE
78472026-08-11T21:59:31.486Z[ recovery-image] Aug 11 21:59:30.251 INFO O| Aug 11 21:59:30.251 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-11T21:59:31.496Z[ recovery-image] Aug 11 21:59:30.261 INFO O| Aug 11 21:59:30.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78492026-08-11T21:59:31.496Z[ recovery-image] Aug 11 21:59:30.261 INFO O| Aug 11 21:59:30.261 INFO STEP 862 (remove_files) COMPLETE
78502026-08-11T21:59:31.496Z[ recovery-image] Aug 11 21:59:30.261 INFO O| Aug 11 21:59:30.261 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-11T21:59:31.505Z[ recovery-image] Aug 11 21:59:30.270 INFO O| Aug 11 21:59:30.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78522026-08-11T21:59:31.505Z[ recovery-image] Aug 11 21:59:30.270 INFO O| Aug 11 21:59:30.270 INFO STEP 863 (remove_files) COMPLETE
78532026-08-11T21:59:31.505Z[ recovery-image] Aug 11 21:59:30.270 INFO O| Aug 11 21:59:30.270 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-11T21:59:31.515Z[ recovery-image] Aug 11 21:59:30.279 INFO O| Aug 11 21:59:30.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78552026-08-11T21:59:31.515Z[ recovery-image] Aug 11 21:59:30.279 INFO O| Aug 11 21:59:30.279 INFO STEP 864 (remove_files) COMPLETE
78562026-08-11T21:59:31.516Z[ recovery-image] Aug 11 21:59:30.279 INFO O| Aug 11 21:59:30.279 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-11T21:59:31.524Z[ recovery-image] Aug 11 21:59:30.289 INFO O| Aug 11 21:59:30.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78582026-08-11T21:59:31.524Z[ recovery-image] Aug 11 21:59:30.289 INFO O| Aug 11 21:59:30.289 INFO STEP 865 (remove_files) COMPLETE
78592026-08-11T21:59:31.524Z[ recovery-image] Aug 11 21:59:30.289 INFO O| Aug 11 21:59:30.289 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-11T21:59:31.533Z[ recovery-image] Aug 11 21:59:30.298 INFO O| Aug 11 21:59:30.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78612026-08-11T21:59:31.533Z[ recovery-image] Aug 11 21:59:30.298 INFO O| Aug 11 21:59:30.298 INFO STEP 866 (remove_files) COMPLETE
78622026-08-11T21:59:31.533Z[ recovery-image] Aug 11 21:59:30.298 INFO O| Aug 11 21:59:30.298 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-08-11T21:59:31.543Z[ recovery-image] Aug 11 21:59:30.308 INFO O| Aug 11 21:59:30.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78642026-08-11T21:59:31.543Z[ recovery-image] Aug 11 21:59:30.308 INFO O| Aug 11 21:59:30.308 INFO STEP 867 (remove_files) COMPLETE
78652026-08-11T21:59:31.543Z[ recovery-image] Aug 11 21:59:30.308 INFO O| Aug 11 21:59:30.308 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-08-11T21:59:31.553Z[ recovery-image] Aug 11 21:59:30.318 INFO O| Aug 11 21:59:30.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78672026-08-11T21:59:31.553Z[ recovery-image] Aug 11 21:59:30.318 INFO O| Aug 11 21:59:30.318 INFO STEP 868 (remove_files) COMPLETE
78682026-08-11T21:59:31.553Z[ recovery-image] Aug 11 21:59:30.318 INFO O| Aug 11 21:59:30.318 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-11T21:59:31.563Z[ recovery-image] Aug 11 21:59:30.329 INFO O| Aug 11 21:59:30.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78702026-08-11T21:59:31.563Z[ recovery-image] Aug 11 21:59:30.329 INFO O| Aug 11 21:59:30.329 INFO STEP 869 (remove_files) COMPLETE
78712026-08-11T21:59:31.564Z[ recovery-image] Aug 11 21:59:30.329 INFO O| Aug 11 21:59:30.329 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-11T21:59:31.580Z[ recovery-image] Aug 11 21:59:30.338 INFO O| Aug 11 21:59:30.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78732026-08-11T21:59:31.580Z[ recovery-image] Aug 11 21:59:30.338 INFO O| Aug 11 21:59:30.338 INFO STEP 870 (remove_files) COMPLETE
78742026-08-11T21:59:31.580Z[ recovery-image] Aug 11 21:59:30.338 INFO O| Aug 11 21:59:30.338 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-08-11T21:59:31.600Z[ recovery-image] Aug 11 21:59:30.347 INFO O| Aug 11 21:59:30.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78762026-08-11T21:59:31.600Z[ recovery-image] Aug 11 21:59:30.348 INFO O| Aug 11 21:59:30.347 INFO STEP 871 (remove_files) COMPLETE
78772026-08-11T21:59:31.600Z[ recovery-image] Aug 11 21:59:30.348 INFO O| Aug 11 21:59:30.347 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-11T21:59:31.605Z[ recovery-image] Aug 11 21:59:30.358 INFO O| Aug 11 21:59:30.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78792026-08-11T21:59:31.605Z[ recovery-image] Aug 11 21:59:30.358 INFO O| Aug 11 21:59:30.358 INFO STEP 872 (remove_files) COMPLETE
78802026-08-11T21:59:31.605Z[ recovery-image] Aug 11 21:59:30.358 INFO O| Aug 11 21:59:30.358 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-11T21:59:31.611Z[ recovery-image] Aug 11 21:59:30.368 INFO O| Aug 11 21:59:30.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78822026-08-11T21:59:31.611Z[ recovery-image] Aug 11 21:59:30.368 INFO O| Aug 11 21:59:30.368 INFO STEP 873 (remove_files) COMPLETE
78832026-08-11T21:59:31.611Z[ recovery-image] Aug 11 21:59:30.368 INFO O| Aug 11 21:59:30.368 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-11T21:59:31.621Z[ recovery-image] Aug 11 21:59:30.380 INFO O| Aug 11 21:59:30.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78852026-08-11T21:59:31.622Z[ recovery-image] Aug 11 21:59:30.380 INFO O| Aug 11 21:59:30.380 INFO STEP 874 (remove_files) COMPLETE
78862026-08-11T21:59:31.622Z[ recovery-image] Aug 11 21:59:30.380 INFO O| Aug 11 21:59:30.380 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-11T21:59:31.627Z[ recovery-image] Aug 11 21:59:30.390 INFO O| Aug 11 21:59:30.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78882026-08-11T21:59:31.627Z[ recovery-image] Aug 11 21:59:30.390 INFO O| Aug 11 21:59:30.390 INFO STEP 875 (remove_files) COMPLETE
78892026-08-11T21:59:31.627Z[ recovery-image] Aug 11 21:59:30.390 INFO O| Aug 11 21:59:30.390 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-11T21:59:31.640Z[ recovery-image] Aug 11 21:59:30.403 INFO O| Aug 11 21:59:30.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78912026-08-11T21:59:31.640Z[ recovery-image] Aug 11 21:59:30.403 INFO O| Aug 11 21:59:30.403 INFO STEP 876 (remove_files) COMPLETE
78922026-08-11T21:59:31.645Z[ recovery-image] Aug 11 21:59:30.403 INFO O| Aug 11 21:59:30.403 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-11T21:59:31.649Z[ recovery-image] Aug 11 21:59:30.412 INFO O| Aug 11 21:59:30.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
78942026-08-11T21:59:31.649Z[ recovery-image] Aug 11 21:59:30.412 INFO O| Aug 11 21:59:30.412 INFO STEP 877 (remove_files) COMPLETE
78952026-08-11T21:59:31.649Z[ recovery-image] Aug 11 21:59:30.412 INFO O| Aug 11 21:59:30.412 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-11T21:59:31.655Z[ recovery-image] Aug 11 21:59:30.420 INFO O| Aug 11 21:59:30.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
78972026-08-11T21:59:31.655Z[ recovery-image] Aug 11 21:59:30.420 INFO O| Aug 11 21:59:30.420 INFO STEP 878 (remove_files) COMPLETE
78982026-08-11T21:59:31.655Z[ recovery-image] Aug 11 21:59:30.420 INFO O| Aug 11 21:59:30.420 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-11T21:59:31.666Z[ recovery-image] Aug 11 21:59:30.428 INFO O| Aug 11 21:59:30.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79002026-08-11T21:59:31.666Z[ recovery-image] Aug 11 21:59:30.428 INFO O| Aug 11 21:59:30.428 INFO STEP 879 (remove_files) COMPLETE
79012026-08-11T21:59:31.672Z[ recovery-image] Aug 11 21:59:30.428 INFO O| Aug 11 21:59:30.428 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-11T21:59:31.676Z[ recovery-image] Aug 11 21:59:30.436 INFO O| Aug 11 21:59:30.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79032026-08-11T21:59:31.676Z[ recovery-image] Aug 11 21:59:30.436 INFO O| Aug 11 21:59:30.436 INFO STEP 880 (remove_files) COMPLETE
79042026-08-11T21:59:31.676Z[ recovery-image] Aug 11 21:59:30.436 INFO O| Aug 11 21:59:30.436 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-11T21:59:31.679Z[ recovery-image] Aug 11 21:59:30.444 INFO O| Aug 11 21:59:30.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79062026-08-11T21:59:31.680Z[ recovery-image] Aug 11 21:59:30.444 INFO O| Aug 11 21:59:30.444 INFO STEP 881 (remove_files) COMPLETE
79072026-08-11T21:59:31.680Z[ recovery-image] Aug 11 21:59:30.444 INFO O| Aug 11 21:59:30.444 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-11T21:59:31.689Z[ recovery-image] Aug 11 21:59:30.452 INFO O| Aug 11 21:59:30.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79092026-08-11T21:59:31.689Z[ recovery-image] Aug 11 21:59:30.452 INFO O| Aug 11 21:59:30.452 INFO STEP 882 (remove_files) COMPLETE
79102026-08-11T21:59:31.689Z[ recovery-image] Aug 11 21:59:30.452 INFO O| Aug 11 21:59:30.452 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-11T21:59:31.696Z[ recovery-image] Aug 11 21:59:30.460 INFO O| Aug 11 21:59:30.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79122026-08-11T21:59:31.701Z[ recovery-image] Aug 11 21:59:30.461 INFO O| Aug 11 21:59:30.461 INFO STEP 883 (remove_files) COMPLETE
79132026-08-11T21:59:31.701Z[ recovery-image] Aug 11 21:59:30.461 INFO O| Aug 11 21:59:30.461 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-11T21:59:31.705Z[ recovery-image] Aug 11 21:59:30.470 INFO O| Aug 11 21:59:30.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79152026-08-11T21:59:31.710Z[ recovery-image] Aug 11 21:59:30.471 INFO O| Aug 11 21:59:30.471 INFO STEP 884 (remove_files) COMPLETE
79162026-08-11T21:59:31.710Z[ recovery-image] Aug 11 21:59:30.471 INFO O| Aug 11 21:59:30.471 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-11T21:59:31.718Z[ recovery-image] Aug 11 21:59:30.480 INFO O| Aug 11 21:59:30.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79182026-08-11T21:59:31.718Z[ recovery-image] Aug 11 21:59:30.480 INFO O| Aug 11 21:59:30.480 INFO STEP 885 (remove_files) COMPLETE
79192026-08-11T21:59:31.718Z[ recovery-image] Aug 11 21:59:30.480 INFO O| Aug 11 21:59:30.480 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-11T21:59:31.726Z[ recovery-image] Aug 11 21:59:30.490 INFO O| Aug 11 21:59:30.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79212026-08-11T21:59:31.726Z[ recovery-image] Aug 11 21:59:30.490 INFO O| Aug 11 21:59:30.490 INFO STEP 886 (remove_files) COMPLETE
79222026-08-11T21:59:31.726Z[ recovery-image] Aug 11 21:59:30.490 INFO O| Aug 11 21:59:30.490 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-11T21:59:31.734Z[ recovery-image] Aug 11 21:59:30.499 INFO O| Aug 11 21:59:30.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79242026-08-11T21:59:31.734Z[ recovery-image] Aug 11 21:59:30.499 INFO O| Aug 11 21:59:30.499 INFO STEP 887 (remove_files) COMPLETE
79252026-08-11T21:59:31.734Z[ recovery-image] Aug 11 21:59:30.499 INFO O| Aug 11 21:59:30.499 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-11T21:59:31.746Z[ recovery-image] Aug 11 21:59:30.510 INFO O| Aug 11 21:59:30.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79272026-08-11T21:59:31.746Z[ recovery-image] Aug 11 21:59:30.510 INFO O| Aug 11 21:59:30.510 INFO STEP 888 (remove_files) COMPLETE
79282026-08-11T21:59:31.746Z[ recovery-image] Aug 11 21:59:30.510 INFO O| Aug 11 21:59:30.510 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-11T21:59:31.757Z[ recovery-image] Aug 11 21:59:30.519 INFO O| Aug 11 21:59:30.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79302026-08-11T21:59:31.757Z[ recovery-image] Aug 11 21:59:30.519 INFO O| Aug 11 21:59:30.519 INFO STEP 889 (remove_files) COMPLETE
79312026-08-11T21:59:31.757Z[ recovery-image] Aug 11 21:59:30.519 INFO O| Aug 11 21:59:30.519 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-11T21:59:31.764Z[ recovery-image] Aug 11 21:59:30.529 INFO O| Aug 11 21:59:30.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79332026-08-11T21:59:31.764Z[ recovery-image] Aug 11 21:59:30.529 INFO O| Aug 11 21:59:30.529 INFO STEP 890 (remove_files) COMPLETE
79342026-08-11T21:59:31.764Z[ recovery-image] Aug 11 21:59:30.529 INFO O| Aug 11 21:59:30.529 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-11T21:59:31.773Z[ recovery-image] Aug 11 21:59:30.538 INFO O| Aug 11 21:59:30.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79362026-08-11T21:59:31.773Z[ recovery-image] Aug 11 21:59:30.538 INFO O| Aug 11 21:59:30.538 INFO STEP 891 (remove_files) COMPLETE
79372026-08-11T21:59:31.778Z[ recovery-image] Aug 11 21:59:30.538 INFO O| Aug 11 21:59:30.538 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-11T21:59:31.783Z[ recovery-image] Aug 11 21:59:30.547 INFO O| Aug 11 21:59:30.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79392026-08-11T21:59:31.783Z[ recovery-image] Aug 11 21:59:30.547 INFO O| Aug 11 21:59:30.547 INFO STEP 892 (remove_files) COMPLETE
79402026-08-11T21:59:31.783Z[ recovery-image] Aug 11 21:59:30.547 INFO O| Aug 11 21:59:30.547 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-11T21:59:31.792Z[ recovery-image] Aug 11 21:59:30.557 INFO O| Aug 11 21:59:30.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79422026-08-11T21:59:31.792Z[ recovery-image] Aug 11 21:59:30.557 INFO O| Aug 11 21:59:30.557 INFO STEP 893 (remove_files) COMPLETE
79432026-08-11T21:59:31.792Z[ recovery-image] Aug 11 21:59:30.557 INFO O| Aug 11 21:59:30.557 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-11T21:59:31.803Z[ recovery-image] Aug 11 21:59:30.566 INFO O| Aug 11 21:59:30.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79452026-08-11T21:59:31.803Z[ recovery-image] Aug 11 21:59:30.566 INFO O| Aug 11 21:59:30.566 INFO STEP 894 (remove_files) COMPLETE
79462026-08-11T21:59:31.803Z[ recovery-image] Aug 11 21:59:30.566 INFO O| Aug 11 21:59:30.566 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-11T21:59:31.812Z[ recovery-image] Aug 11 21:59:30.577 INFO O| Aug 11 21:59:30.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79482026-08-11T21:59:31.812Z[ recovery-image] Aug 11 21:59:30.577 INFO O| Aug 11 21:59:30.577 INFO STEP 895 (remove_files) COMPLETE
79492026-08-11T21:59:31.812Z[ recovery-image] Aug 11 21:59:30.577 INFO O| Aug 11 21:59:30.577 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-11T21:59:31.822Z[ recovery-image] Aug 11 21:59:30.587 INFO O| Aug 11 21:59:30.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79512026-08-11T21:59:31.822Z[ recovery-image] Aug 11 21:59:30.587 INFO O| Aug 11 21:59:30.587 INFO STEP 896 (remove_files) COMPLETE
79522026-08-11T21:59:31.822Z[ recovery-image] Aug 11 21:59:30.587 INFO O| Aug 11 21:59:30.587 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-11T21:59:31.832Z[ recovery-image] Aug 11 21:59:30.598 INFO O| Aug 11 21:59:30.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79542026-08-11T21:59:31.832Z[ recovery-image] Aug 11 21:59:30.598 INFO O| Aug 11 21:59:30.598 INFO STEP 897 (remove_files) COMPLETE
79552026-08-11T21:59:31.833Z[ recovery-image] Aug 11 21:59:30.598 INFO O| Aug 11 21:59:30.598 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-11T21:59:31.843Z[ recovery-image] Aug 11 21:59:30.608 INFO O| Aug 11 21:59:30.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79572026-08-11T21:59:31.843Z[ recovery-image] Aug 11 21:59:30.608 INFO O| Aug 11 21:59:30.608 INFO STEP 898 (remove_files) COMPLETE
79582026-08-11T21:59:31.847Z[ recovery-image] Aug 11 21:59:30.608 INFO O| Aug 11 21:59:30.608 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-11T21:59:31.852Z[ recovery-image] Aug 11 21:59:30.617 INFO O| Aug 11 21:59:30.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79602026-08-11T21:59:31.852Z[ recovery-image] Aug 11 21:59:30.617 INFO O| Aug 11 21:59:30.617 INFO STEP 899 (remove_files) COMPLETE
79612026-08-11T21:59:31.852Z[ recovery-image] Aug 11 21:59:30.617 INFO O| Aug 11 21:59:30.617 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-11T21:59:31.862Z[ recovery-image] Aug 11 21:59:30.626 INFO O| Aug 11 21:59:30.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79632026-08-11T21:59:31.862Z[ recovery-image] Aug 11 21:59:30.626 INFO O| Aug 11 21:59:30.626 INFO STEP 900 (remove_files) COMPLETE
79642026-08-11T21:59:31.865Z[ recovery-image] Aug 11 21:59:30.626 INFO O| Aug 11 21:59:30.626 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-11T21:59:31.870Z[ recovery-image] Aug 11 21:59:30.635 INFO O| Aug 11 21:59:30.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79662026-08-11T21:59:31.870Z[ recovery-image] Aug 11 21:59:30.636 INFO O| Aug 11 21:59:30.636 INFO STEP 901 (remove_files) COMPLETE
79672026-08-11T21:59:31.873Z[ recovery-image] Aug 11 21:59:30.636 INFO O| Aug 11 21:59:30.636 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-11T21:59:31.880Z[ recovery-image] Aug 11 21:59:30.645 INFO O| Aug 11 21:59:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79692026-08-11T21:59:31.880Z[ recovery-image] Aug 11 21:59:30.645 INFO O| Aug 11 21:59:30.645 INFO STEP 902 (remove_files) COMPLETE
79702026-08-11T21:59:31.880Z[ recovery-image] Aug 11 21:59:30.645 INFO O| Aug 11 21:59:30.645 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-11T21:59:31.890Z[ recovery-image] Aug 11 21:59:30.655 INFO O| Aug 11 21:59:30.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79722026-08-11T21:59:31.890Z[ recovery-image] Aug 11 21:59:30.655 INFO O| Aug 11 21:59:30.655 INFO STEP 903 (remove_files) COMPLETE
79732026-08-11T21:59:31.890Z[ recovery-image] Aug 11 21:59:30.655 INFO O| Aug 11 21:59:30.655 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-11T21:59:31.900Z[ recovery-image] Aug 11 21:59:30.665 INFO O| Aug 11 21:59:30.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79752026-08-11T21:59:31.900Z[ recovery-image] Aug 11 21:59:30.665 INFO O| Aug 11 21:59:30.665 INFO STEP 904 (remove_files) COMPLETE
79762026-08-11T21:59:31.900Z[ recovery-image] Aug 11 21:59:30.665 INFO O| Aug 11 21:59:30.665 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-11T21:59:31.911Z[ recovery-image] Aug 11 21:59:30.677 INFO O| Aug 11 21:59:30.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79782026-08-11T21:59:31.911Z[ recovery-image] Aug 11 21:59:30.677 INFO O| Aug 11 21:59:30.677 INFO STEP 905 (remove_files) COMPLETE
79792026-08-11T21:59:31.912Z[ recovery-image] Aug 11 21:59:30.677 INFO O| Aug 11 21:59:30.677 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-11T21:59:31.923Z[ recovery-image] Aug 11 21:59:30.688 INFO O| Aug 11 21:59:30.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79812026-08-11T21:59:31.923Z[ recovery-image] Aug 11 21:59:30.688 INFO O| Aug 11 21:59:30.688 INFO STEP 906 (remove_files) COMPLETE
79822026-08-11T21:59:31.923Z[ recovery-image] Aug 11 21:59:30.688 INFO O| Aug 11 21:59:30.688 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-11T21:59:31.934Z[ recovery-image] Aug 11 21:59:30.699 INFO O| Aug 11 21:59:30.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79842026-08-11T21:59:31.934Z[ recovery-image] Aug 11 21:59:30.699 INFO O| Aug 11 21:59:30.699 INFO STEP 907 (remove_files) COMPLETE
79852026-08-11T21:59:31.934Z[ recovery-image] Aug 11 21:59:30.699 INFO O| Aug 11 21:59:30.699 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-11T21:59:31.945Z[ recovery-image] Aug 11 21:59:30.710 INFO O| Aug 11 21:59:30.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79872026-08-11T21:59:31.945Z[ recovery-image] Aug 11 21:59:30.710 INFO O| Aug 11 21:59:30.710 INFO STEP 908 (remove_files) COMPLETE
79882026-08-11T21:59:31.945Z[ recovery-image] Aug 11 21:59:30.710 INFO O| Aug 11 21:59:30.710 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-11T21:59:31.954Z[ recovery-image] Aug 11 21:59:30.720 INFO O| Aug 11 21:59:30.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79902026-08-11T21:59:31.954Z[ recovery-image] Aug 11 21:59:30.720 INFO O| Aug 11 21:59:30.720 INFO STEP 909 (remove_files) COMPLETE
79912026-08-11T21:59:31.955Z[ recovery-image] Aug 11 21:59:30.720 INFO O| Aug 11 21:59:30.720 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-11T21:59:31.967Z[ recovery-image] Aug 11 21:59:30.731 INFO O| Aug 11 21:59:30.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79932026-08-11T21:59:31.967Z[ recovery-image] Aug 11 21:59:30.731 INFO O| Aug 11 21:59:30.731 INFO STEP 910 (remove_files) COMPLETE
79942026-08-11T21:59:31.967Z[ recovery-image] Aug 11 21:59:30.731 INFO O| Aug 11 21:59:30.731 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-11T21:59:31.975Z[ recovery-image] Aug 11 21:59:30.740 INFO O| Aug 11 21:59:30.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
79962026-08-11T21:59:31.975Z[ recovery-image] Aug 11 21:59:30.740 INFO O| Aug 11 21:59:30.740 INFO STEP 911 (remove_files) COMPLETE
79972026-08-11T21:59:31.975Z[ recovery-image] Aug 11 21:59:30.740 INFO O| Aug 11 21:59:30.740 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-11T21:59:31.984Z[ recovery-image] Aug 11 21:59:30.750 INFO O| Aug 11 21:59:30.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
79992026-08-11T21:59:31.985Z[ recovery-image] Aug 11 21:59:30.750 INFO O| Aug 11 21:59:30.750 INFO STEP 912 (remove_files) COMPLETE
80002026-08-11T21:59:31.985Z[ recovery-image] Aug 11 21:59:30.750 INFO O| Aug 11 21:59:30.750 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-11T21:59:31.995Z[ recovery-image] Aug 11 21:59:30.759 INFO O| Aug 11 21:59:30.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80022026-08-11T21:59:31.995Z[ recovery-image] Aug 11 21:59:30.759 INFO O| Aug 11 21:59:30.759 INFO STEP 913 (remove_files) COMPLETE
80032026-08-11T21:59:31.995Z[ recovery-image] Aug 11 21:59:30.759 INFO O| Aug 11 21:59:30.759 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-11T21:59:32.007Z[ recovery-image] Aug 11 21:59:30.770 INFO O| Aug 11 21:59:30.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80052026-08-11T21:59:32.007Z[ recovery-image] Aug 11 21:59:30.770 INFO O| Aug 11 21:59:30.770 INFO STEP 914 (remove_files) COMPLETE
80062026-08-11T21:59:32.007Z[ recovery-image] Aug 11 21:59:30.770 INFO O| Aug 11 21:59:30.770 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-11T21:59:32.016Z[ recovery-image] Aug 11 21:59:30.781 INFO O| Aug 11 21:59:30.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80082026-08-11T21:59:32.017Z[ recovery-image] Aug 11 21:59:30.781 INFO O| Aug 11 21:59:30.781 INFO STEP 915 (remove_files) COMPLETE
80092026-08-11T21:59:32.017Z[ recovery-image] Aug 11 21:59:30.781 INFO O| Aug 11 21:59:30.781 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-11T21:59:32.028Z[ recovery-image] Aug 11 21:59:30.790 INFO O| Aug 11 21:59:30.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80112026-08-11T21:59:32.028Z[ recovery-image] Aug 11 21:59:30.790 INFO O| Aug 11 21:59:30.790 INFO STEP 916 (remove_files) COMPLETE
80122026-08-11T21:59:32.028Z[ recovery-image] Aug 11 21:59:30.790 INFO O| Aug 11 21:59:30.790 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-11T21:59:32.037Z[ recovery-image] Aug 11 21:59:30.801 INFO O| Aug 11 21:59:30.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80142026-08-11T21:59:32.037Z[ recovery-image] Aug 11 21:59:30.801 INFO O| Aug 11 21:59:30.801 INFO STEP 917 (remove_files) COMPLETE
80152026-08-11T21:59:32.037Z[ recovery-image] Aug 11 21:59:30.801 INFO O| Aug 11 21:59:30.801 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-11T21:59:32.046Z[ recovery-image] Aug 11 21:59:30.811 INFO O| Aug 11 21:59:30.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80172026-08-11T21:59:32.046Z[ recovery-image] Aug 11 21:59:30.811 INFO O| Aug 11 21:59:30.811 INFO STEP 918 (remove_files) COMPLETE
80182026-08-11T21:59:32.046Z[ recovery-image] Aug 11 21:59:30.811 INFO O| Aug 11 21:59:30.811 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-11T21:59:32.055Z[ recovery-image] Aug 11 21:59:30.820 INFO O| Aug 11 21:59:30.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80202026-08-11T21:59:32.055Z[ recovery-image] Aug 11 21:59:30.820 INFO O| Aug 11 21:59:30.820 INFO STEP 919 (remove_files) COMPLETE
80212026-08-11T21:59:32.055Z[ recovery-image] Aug 11 21:59:30.820 INFO O| Aug 11 21:59:30.820 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-11T21:59:32.068Z[ recovery-image] Aug 11 21:59:30.832 INFO O| Aug 11 21:59:30.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80232026-08-11T21:59:32.068Z[ recovery-image] Aug 11 21:59:30.832 INFO O| Aug 11 21:59:30.832 INFO STEP 920 (remove_files) COMPLETE
80242026-08-11T21:59:32.073Z[ recovery-image] Aug 11 21:59:30.832 INFO O| Aug 11 21:59:30.832 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-11T21:59:32.077Z[ recovery-image] Aug 11 21:59:30.842 INFO O| Aug 11 21:59:30.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80262026-08-11T21:59:32.077Z[ recovery-image] Aug 11 21:59:30.842 INFO O| Aug 11 21:59:30.842 INFO STEP 921 (remove_files) COMPLETE
80272026-08-11T21:59:32.078Z[ recovery-image] Aug 11 21:59:30.842 INFO O| Aug 11 21:59:30.842 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-11T21:59:32.089Z[ recovery-image] Aug 11 21:59:30.852 INFO O| Aug 11 21:59:30.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80292026-08-11T21:59:32.089Z[ recovery-image] Aug 11 21:59:30.852 INFO O| Aug 11 21:59:30.852 INFO STEP 922 (remove_files) COMPLETE
80302026-08-11T21:59:32.093Z[ recovery-image] Aug 11 21:59:30.852 INFO O| Aug 11 21:59:30.852 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-11T21:59:32.098Z[ recovery-image] Aug 11 21:59:30.863 INFO O| Aug 11 21:59:30.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80322026-08-11T21:59:32.098Z[ recovery-image] Aug 11 21:59:30.863 INFO O| Aug 11 21:59:30.863 INFO STEP 923 (remove_files) COMPLETE
80332026-08-11T21:59:32.098Z[ recovery-image] Aug 11 21:59:30.863 INFO O| Aug 11 21:59:30.863 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-11T21:59:32.109Z[ recovery-image] Aug 11 21:59:30.872 INFO O| Aug 11 21:59:30.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80352026-08-11T21:59:32.109Z[ recovery-image] Aug 11 21:59:30.872 INFO O| Aug 11 21:59:30.872 INFO STEP 924 (remove_files) COMPLETE
80362026-08-11T21:59:32.109Z[ recovery-image] Aug 11 21:59:30.872 INFO O| Aug 11 21:59:30.872 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-11T21:59:32.117Z[ recovery-image] Aug 11 21:59:30.882 INFO O| Aug 11 21:59:30.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80382026-08-11T21:59:32.117Z[ recovery-image] Aug 11 21:59:30.882 INFO O| Aug 11 21:59:30.882 INFO STEP 925 (remove_files) COMPLETE
80392026-08-11T21:59:32.117Z[ recovery-image] Aug 11 21:59:30.882 INFO O| Aug 11 21:59:30.882 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-11T21:59:32.127Z[ recovery-image] Aug 11 21:59:30.891 INFO O| Aug 11 21:59:30.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80412026-08-11T21:59:32.127Z[ recovery-image] Aug 11 21:59:30.891 INFO O| Aug 11 21:59:30.891 INFO STEP 926 (remove_files) COMPLETE
80422026-08-11T21:59:32.127Z[ recovery-image] Aug 11 21:59:30.891 INFO O| Aug 11 21:59:30.891 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-11T21:59:32.136Z[ recovery-image] Aug 11 21:59:30.902 INFO O| Aug 11 21:59:30.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80442026-08-11T21:59:32.136Z[ recovery-image] Aug 11 21:59:30.902 INFO O| Aug 11 21:59:30.902 INFO STEP 927 (remove_files) COMPLETE
80452026-08-11T21:59:32.136Z[ recovery-image] Aug 11 21:59:30.902 INFO O| Aug 11 21:59:30.902 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-11T21:59:32.146Z[ recovery-image] Aug 11 21:59:30.912 INFO O| Aug 11 21:59:30.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80472026-08-11T21:59:32.147Z[ recovery-image] Aug 11 21:59:30.912 INFO O| Aug 11 21:59:30.912 INFO STEP 928 (remove_files) COMPLETE
80482026-08-11T21:59:32.147Z[ recovery-image] Aug 11 21:59:30.912 INFO O| Aug 11 21:59:30.912 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-11T21:59:32.158Z[ recovery-image] Aug 11 21:59:30.924 INFO O| Aug 11 21:59:30.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80502026-08-11T21:59:32.158Z[ recovery-image] Aug 11 21:59:30.924 INFO O| Aug 11 21:59:30.924 INFO STEP 929 (remove_files) COMPLETE
80512026-08-11T21:59:32.159Z[ recovery-image] Aug 11 21:59:30.924 INFO O| Aug 11 21:59:30.924 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-11T21:59:32.170Z[ recovery-image] Aug 11 21:59:30.934 INFO O| Aug 11 21:59:30.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80532026-08-11T21:59:32.170Z[ recovery-image] Aug 11 21:59:30.935 INFO O| Aug 11 21:59:30.935 INFO STEP 930 (remove_files) COMPLETE
80542026-08-11T21:59:32.170Z[ recovery-image] Aug 11 21:59:30.935 INFO O| Aug 11 21:59:30.935 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-11T21:59:32.180Z[ recovery-image] Aug 11 21:59:30.945 INFO O| Aug 11 21:59:30.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80562026-08-11T21:59:32.180Z[ recovery-image] Aug 11 21:59:30.945 INFO O| Aug 11 21:59:30.945 INFO STEP 931 (remove_files) COMPLETE
80572026-08-11T21:59:32.181Z[ recovery-image] Aug 11 21:59:30.945 INFO O| Aug 11 21:59:30.945 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-11T21:59:32.192Z[ recovery-image] Aug 11 21:59:30.956 INFO O| Aug 11 21:59:30.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80592026-08-11T21:59:32.192Z[ recovery-image] Aug 11 21:59:30.956 INFO O| Aug 11 21:59:30.956 INFO STEP 932 (remove_files) COMPLETE
80602026-08-11T21:59:32.192Z[ recovery-image] Aug 11 21:59:30.956 INFO O| Aug 11 21:59:30.956 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-11T21:59:32.202Z[ recovery-image] Aug 11 21:59:30.966 INFO O| Aug 11 21:59:30.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80622026-08-11T21:59:32.202Z[ recovery-image] Aug 11 21:59:30.966 INFO O| Aug 11 21:59:30.966 INFO STEP 933 (remove_files) COMPLETE
80632026-08-11T21:59:32.202Z[ recovery-image] Aug 11 21:59:30.966 INFO O| Aug 11 21:59:30.966 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-11T21:59:32.211Z[ recovery-image] Aug 11 21:59:30.975 INFO O| Aug 11 21:59:30.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80652026-08-11T21:59:32.211Z[ recovery-image] Aug 11 21:59:30.975 INFO O| Aug 11 21:59:30.975 INFO STEP 934 (remove_files) COMPLETE
80662026-08-11T21:59:32.211Z[ recovery-image] Aug 11 21:59:30.975 INFO O| Aug 11 21:59:30.975 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-11T21:59:32.221Z[ recovery-image] Aug 11 21:59:30.986 INFO O| Aug 11 21:59:30.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80682026-08-11T21:59:32.225Z[ recovery-image] Aug 11 21:59:30.986 INFO O| Aug 11 21:59:30.986 INFO STEP 935 (remove_files) COMPLETE
80692026-08-11T21:59:32.225Z[ recovery-image] Aug 11 21:59:30.986 INFO O| Aug 11 21:59:30.986 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-11T21:59:32.325Z[ recovery-image] Aug 11 21:59:30.997 INFO O| Aug 11 21:59:30.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80712026-08-11T21:59:32.325Z[ recovery-image] Aug 11 21:59:30.997 INFO O| Aug 11 21:59:30.997 INFO STEP 936 (remove_files) COMPLETE
80722026-08-11T21:59:32.325Z[ recovery-image] Aug 11 21:59:30.997 INFO O| Aug 11 21:59:30.997 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-11T21:59:32.325Z[ recovery-image] Aug 11 21:59:31.005 INFO O| Aug 11 21:59:31.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80742026-08-11T21:59:32.325Z[ recovery-image] Aug 11 21:59:31.005 INFO O| Aug 11 21:59:31.005 INFO STEP 937 (remove_files) COMPLETE
80752026-08-11T21:59:32.325Z[ recovery-image] Aug 11 21:59:31.005 INFO O| Aug 11 21:59:31.005 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-11T21:59:32.325Z[ recovery-image] Aug 11 21:59:31.032 INFO O| Aug 11 21:59:31.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80772026-08-11T21:59:32.326Z[ recovery-image] Aug 11 21:59:31.032 INFO O| Aug 11 21:59:31.032 INFO STEP 938 (remove_files) COMPLETE
80782026-08-11T21:59:32.326Z[ recovery-image] Aug 11 21:59:31.032 INFO O| Aug 11 21:59:31.032 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-11T21:59:32.326Z[ recovery-image] Aug 11 21:59:31.044 INFO O| Aug 11 21:59:31.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80802026-08-11T21:59:32.326Z[ recovery-image] Aug 11 21:59:31.044 INFO O| Aug 11 21:59:31.044 INFO STEP 939 (remove_files) COMPLETE
80812026-08-11T21:59:32.326Z[ recovery-image] Aug 11 21:59:31.044 INFO O| Aug 11 21:59:31.044 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-11T21:59:32.326Z[ recovery-image] Aug 11 21:59:31.071 INFO O| Aug 11 21:59:31.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80832026-08-11T21:59:32.326Z[ recovery-image] Aug 11 21:59:31.071 INFO O| Aug 11 21:59:31.070 INFO STEP 940 (remove_files) COMPLETE
80842026-08-11T21:59:32.326Z[ recovery-image] Aug 11 21:59:31.071 INFO O| Aug 11 21:59:31.070 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-11T21:59:32.342Z[ recovery-image] Aug 11 21:59:31.081 INFO O| Aug 11 21:59:31.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80862026-08-11T21:59:32.342Z[ recovery-image] Aug 11 21:59:31.081 INFO O| Aug 11 21:59:31.081 INFO STEP 941 (remove_files) COMPLETE
80872026-08-11T21:59:32.342Z[ recovery-image] Aug 11 21:59:31.081 INFO O| Aug 11 21:59:31.081 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-11T21:59:32.342Z[ recovery-image] Aug 11 21:59:31.092 INFO O| Aug 11 21:59:31.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80892026-08-11T21:59:32.342Z[ recovery-image] Aug 11 21:59:31.092 INFO O| Aug 11 21:59:31.092 INFO STEP 942 (remove_files) COMPLETE
80902026-08-11T21:59:32.342Z[ recovery-image] Aug 11 21:59:31.092 INFO O| Aug 11 21:59:31.092 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-11T21:59:32.356Z[ recovery-image] Aug 11 21:59:31.103 INFO O| Aug 11 21:59:31.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
80922026-08-11T21:59:32.356Z[ recovery-image] Aug 11 21:59:31.103 INFO O| Aug 11 21:59:31.103 INFO STEP 943 (remove_files) COMPLETE
80932026-08-11T21:59:32.356Z[ recovery-image] Aug 11 21:59:31.103 INFO O| Aug 11 21:59:31.103 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-11T21:59:32.360Z[ recovery-image] Aug 11 21:59:31.113 INFO O| Aug 11 21:59:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
80952026-08-11T21:59:32.360Z[ recovery-image] Aug 11 21:59:31.114 INFO O| Aug 11 21:59:31.114 INFO STEP 944 (remove_files) COMPLETE
80962026-08-11T21:59:32.360Z[ recovery-image] Aug 11 21:59:31.114 INFO O| Aug 11 21:59:31.114 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-11T21:59:32.361Z[ recovery-image] Aug 11 21:59:31.124 INFO O| Aug 11 21:59:31.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
80982026-08-11T21:59:32.361Z[ recovery-image] Aug 11 21:59:31.124 INFO O| Aug 11 21:59:31.124 INFO STEP 945 (remove_files) COMPLETE
80992026-08-11T21:59:32.361Z[ recovery-image] Aug 11 21:59:31.124 INFO O| Aug 11 21:59:31.124 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-11T21:59:32.368Z[ recovery-image] Aug 11 21:59:31.133 INFO O| Aug 11 21:59:31.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81012026-08-11T21:59:32.368Z[ recovery-image] Aug 11 21:59:31.133 INFO O| Aug 11 21:59:31.133 INFO STEP 946 (remove_files) COMPLETE
81022026-08-11T21:59:32.369Z[ recovery-image] Aug 11 21:59:31.133 INFO O| Aug 11 21:59:31.133 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-11T21:59:32.378Z[ recovery-image] Aug 11 21:59:31.142 INFO O| Aug 11 21:59:31.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81042026-08-11T21:59:32.378Z[ recovery-image] Aug 11 21:59:31.142 INFO O| Aug 11 21:59:31.142 INFO STEP 947 (remove_files) COMPLETE
81052026-08-11T21:59:32.378Z[ recovery-image] Aug 11 21:59:31.142 INFO O| Aug 11 21:59:31.142 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-11T21:59:32.388Z[ recovery-image] Aug 11 21:59:31.152 INFO O| Aug 11 21:59:31.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81072026-08-11T21:59:32.388Z[ recovery-image] Aug 11 21:59:31.152 INFO O| Aug 11 21:59:31.152 INFO STEP 948 (remove_files) COMPLETE
81082026-08-11T21:59:32.388Z[ recovery-image] Aug 11 21:59:31.152 INFO O| Aug 11 21:59:31.152 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-11T21:59:32.397Z[ recovery-image] Aug 11 21:59:31.162 INFO O| Aug 11 21:59:31.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81102026-08-11T21:59:32.397Z[ recovery-image] Aug 11 21:59:31.162 INFO O| Aug 11 21:59:31.162 INFO STEP 949 (remove_files) COMPLETE
81112026-08-11T21:59:32.398Z[ recovery-image] Aug 11 21:59:31.162 INFO O| Aug 11 21:59:31.162 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-11T21:59:32.408Z[ recovery-image] Aug 11 21:59:31.172 INFO O| Aug 11 21:59:31.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81132026-08-11T21:59:32.408Z[ recovery-image] Aug 11 21:59:31.173 INFO O| Aug 11 21:59:31.173 INFO STEP 950 (remove_files) COMPLETE
81142026-08-11T21:59:32.408Z[ recovery-image] Aug 11 21:59:31.173 INFO O| Aug 11 21:59:31.173 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-11T21:59:32.417Z[ recovery-image] Aug 11 21:59:31.182 INFO O| Aug 11 21:59:31.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81162026-08-11T21:59:32.418Z[ recovery-image] Aug 11 21:59:31.182 INFO O| Aug 11 21:59:31.182 INFO STEP 951 (remove_files) COMPLETE
81172026-08-11T21:59:32.418Z[ recovery-image] Aug 11 21:59:31.182 INFO O| Aug 11 21:59:31.182 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-11T21:59:32.434Z[ recovery-image] Aug 11 21:59:31.193 INFO O| Aug 11 21:59:31.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81192026-08-11T21:59:32.434Z[ recovery-image] Aug 11 21:59:31.193 INFO O| Aug 11 21:59:31.193 INFO STEP 952 (remove_files) COMPLETE
81202026-08-11T21:59:32.434Z[ recovery-image] Aug 11 21:59:31.193 INFO O| Aug 11 21:59:31.193 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-11T21:59:32.438Z[ recovery-image] Aug 11 21:59:31.203 INFO O| Aug 11 21:59:31.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81222026-08-11T21:59:32.438Z[ recovery-image] Aug 11 21:59:31.203 INFO O| Aug 11 21:59:31.203 INFO STEP 953 (remove_files) COMPLETE
81232026-08-11T21:59:32.450Z[ recovery-image] Aug 11 21:59:31.203 INFO O| Aug 11 21:59:31.203 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-11T21:59:32.463Z[ recovery-image] Aug 11 21:59:31.228 INFO O| Aug 11 21:59:31.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81252026-08-11T21:59:32.463Z[ recovery-image] Aug 11 21:59:31.228 INFO O| Aug 11 21:59:31.228 INFO STEP 954 (remove_files) COMPLETE
81262026-08-11T21:59:32.469Z[ recovery-image] Aug 11 21:59:31.228 INFO O| Aug 11 21:59:31.228 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-11T21:59:32.473Z[ recovery-image] Aug 11 21:59:31.238 INFO O| Aug 11 21:59:31.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81282026-08-11T21:59:32.473Z[ recovery-image] Aug 11 21:59:31.238 INFO O| Aug 11 21:59:31.238 INFO STEP 955 (remove_files) COMPLETE
81292026-08-11T21:59:32.473Z[ recovery-image] Aug 11 21:59:31.238 INFO O| Aug 11 21:59:31.238 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-11T21:59:32.484Z[ recovery-image] Aug 11 21:59:31.249 INFO O| Aug 11 21:59:31.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81312026-08-11T21:59:32.484Z[ recovery-image] Aug 11 21:59:31.249 INFO O| Aug 11 21:59:31.249 INFO STEP 956 (remove_files) COMPLETE
81322026-08-11T21:59:32.484Z[ recovery-image] Aug 11 21:59:31.249 INFO O| Aug 11 21:59:31.249 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-11T21:59:32.495Z[ recovery-image] Aug 11 21:59:31.260 INFO O| Aug 11 21:59:31.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81342026-08-11T21:59:32.495Z[ recovery-image] Aug 11 21:59:31.260 INFO O| Aug 11 21:59:31.260 INFO STEP 957 (remove_files) COMPLETE
81352026-08-11T21:59:32.498Z[ recovery-image] Aug 11 21:59:31.260 INFO O| Aug 11 21:59:31.260 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-11T21:59:32.505Z[ recovery-image] Aug 11 21:59:31.271 INFO O| Aug 11 21:59:31.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81372026-08-11T21:59:32.506Z[ recovery-image] Aug 11 21:59:31.271 INFO O| Aug 11 21:59:31.271 INFO STEP 958 (remove_files) COMPLETE
81382026-08-11T21:59:32.511Z[ recovery-image] Aug 11 21:59:31.271 INFO O| Aug 11 21:59:31.271 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-11T21:59:32.516Z[ recovery-image] Aug 11 21:59:31.281 INFO O| Aug 11 21:59:31.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81402026-08-11T21:59:32.516Z[ recovery-image] Aug 11 21:59:31.281 INFO O| Aug 11 21:59:31.281 INFO STEP 959 (remove_files) COMPLETE
81412026-08-11T21:59:32.516Z[ recovery-image] Aug 11 21:59:31.281 INFO O| Aug 11 21:59:31.281 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-11T21:59:32.528Z[ recovery-image] Aug 11 21:59:31.291 INFO O| Aug 11 21:59:31.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81432026-08-11T21:59:32.528Z[ recovery-image] Aug 11 21:59:31.291 INFO O| Aug 11 21:59:31.291 INFO STEP 960 (remove_files) COMPLETE
81442026-08-11T21:59:32.528Z[ recovery-image] Aug 11 21:59:31.291 INFO O| Aug 11 21:59:31.291 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-11T21:59:32.536Z[ recovery-image] Aug 11 21:59:31.301 INFO O| Aug 11 21:59:31.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81462026-08-11T21:59:32.536Z[ recovery-image] Aug 11 21:59:31.301 INFO O| Aug 11 21:59:31.301 INFO STEP 961 (remove_files) COMPLETE
81472026-08-11T21:59:32.539Z[ recovery-image] Aug 11 21:59:31.301 INFO O| Aug 11 21:59:31.301 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-11T21:59:32.545Z[ recovery-image] Aug 11 21:59:31.309 INFO O| Aug 11 21:59:31.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81492026-08-11T21:59:32.545Z[ recovery-image] Aug 11 21:59:31.309 INFO O| Aug 11 21:59:31.309 INFO STEP 962 (remove_files) COMPLETE
81502026-08-11T21:59:32.545Z[ recovery-image] Aug 11 21:59:31.309 INFO O| Aug 11 21:59:31.309 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-11T21:59:32.554Z[ recovery-image] Aug 11 21:59:31.319 INFO O| Aug 11 21:59:31.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81522026-08-11T21:59:32.554Z[ recovery-image] Aug 11 21:59:31.319 INFO O| Aug 11 21:59:31.319 INFO STEP 963 (remove_files) COMPLETE
81532026-08-11T21:59:32.558Z[ recovery-image] Aug 11 21:59:31.319 INFO O| Aug 11 21:59:31.319 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-11T21:59:32.564Z[ recovery-image] Aug 11 21:59:31.329 INFO O| Aug 11 21:59:31.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81552026-08-11T21:59:32.564Z[ recovery-image] Aug 11 21:59:31.329 INFO O| Aug 11 21:59:31.329 INFO STEP 964 (remove_files) COMPLETE
81562026-08-11T21:59:32.564Z[ recovery-image] Aug 11 21:59:31.329 INFO O| Aug 11 21:59:31.329 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-11T21:59:32.572Z[ recovery-image] Aug 11 21:59:31.337 INFO O| Aug 11 21:59:31.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81582026-08-11T21:59:32.572Z[ recovery-image] Aug 11 21:59:31.337 INFO O| Aug 11 21:59:31.337 INFO STEP 965 (remove_files) COMPLETE
81592026-08-11T21:59:32.572Z[ recovery-image] Aug 11 21:59:31.337 INFO O| Aug 11 21:59:31.337 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-11T21:59:32.584Z[ recovery-image] Aug 11 21:59:31.346 INFO O| Aug 11 21:59:31.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81612026-08-11T21:59:32.584Z[ recovery-image] Aug 11 21:59:31.346 INFO O| Aug 11 21:59:31.346 INFO STEP 966 (remove_files) COMPLETE
81622026-08-11T21:59:32.584Z[ recovery-image] Aug 11 21:59:31.346 INFO O| Aug 11 21:59:31.346 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-11T21:59:32.590Z[ recovery-image] Aug 11 21:59:31.355 INFO O| Aug 11 21:59:31.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81642026-08-11T21:59:32.590Z[ recovery-image] Aug 11 21:59:31.355 INFO O| Aug 11 21:59:31.355 INFO STEP 967 (remove_files) COMPLETE
81652026-08-11T21:59:32.590Z[ recovery-image] Aug 11 21:59:31.355 INFO O| Aug 11 21:59:31.355 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-11T21:59:32.601Z[ recovery-image] Aug 11 21:59:31.364 INFO O| Aug 11 21:59:31.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81672026-08-11T21:59:32.601Z[ recovery-image] Aug 11 21:59:31.364 INFO O| Aug 11 21:59:31.364 INFO STEP 968 (remove_files) COMPLETE
81682026-08-11T21:59:32.601Z[ recovery-image] Aug 11 21:59:31.364 INFO O| Aug 11 21:59:31.364 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-11T21:59:32.610Z[ recovery-image] Aug 11 21:59:31.373 INFO O| Aug 11 21:59:31.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81702026-08-11T21:59:32.615Z[ recovery-image] Aug 11 21:59:31.373 INFO O| Aug 11 21:59:31.373 INFO STEP 969 (remove_files) COMPLETE
81712026-08-11T21:59:32.615Z[ recovery-image] Aug 11 21:59:31.373 INFO O| Aug 11 21:59:31.373 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-11T21:59:32.619Z[ recovery-image] Aug 11 21:59:31.383 INFO O| Aug 11 21:59:31.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81732026-08-11T21:59:32.619Z[ recovery-image] Aug 11 21:59:31.383 INFO O| Aug 11 21:59:31.383 INFO STEP 970 (remove_files) COMPLETE
81742026-08-11T21:59:32.619Z[ recovery-image] Aug 11 21:59:31.383 INFO O| Aug 11 21:59:31.383 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-11T21:59:32.628Z[ recovery-image] Aug 11 21:59:31.393 INFO O| Aug 11 21:59:31.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81762026-08-11T21:59:32.628Z[ recovery-image] Aug 11 21:59:31.393 INFO O| Aug 11 21:59:31.393 INFO STEP 971 (remove_files) COMPLETE
81772026-08-11T21:59:32.632Z[ recovery-image] Aug 11 21:59:31.393 INFO O| Aug 11 21:59:31.393 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-11T21:59:32.639Z[ recovery-image] Aug 11 21:59:31.404 INFO O| Aug 11 21:59:31.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81792026-08-11T21:59:32.639Z[ recovery-image] Aug 11 21:59:31.404 INFO O| Aug 11 21:59:31.404 INFO STEP 972 (remove_files) COMPLETE
81802026-08-11T21:59:32.642Z[ recovery-image] Aug 11 21:59:31.404 INFO O| Aug 11 21:59:31.404 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-11T21:59:32.649Z[ recovery-image] Aug 11 21:59:31.414 INFO O| Aug 11 21:59:31.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81822026-08-11T21:59:32.649Z[ recovery-image] Aug 11 21:59:31.414 INFO O| Aug 11 21:59:31.414 INFO STEP 973 (remove_files) COMPLETE
81832026-08-11T21:59:32.649Z[ recovery-image] Aug 11 21:59:31.414 INFO O| Aug 11 21:59:31.414 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-11T21:59:32.662Z[ recovery-image] Aug 11 21:59:31.424 INFO O| Aug 11 21:59:31.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81852026-08-11T21:59:32.662Z[ recovery-image] Aug 11 21:59:31.424 INFO O| Aug 11 21:59:31.424 INFO STEP 974 (remove_files) COMPLETE
81862026-08-11T21:59:32.662Z[ recovery-image] Aug 11 21:59:31.424 INFO O| Aug 11 21:59:31.424 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-11T21:59:32.670Z[ recovery-image] Aug 11 21:59:31.435 INFO O| Aug 11 21:59:31.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81882026-08-11T21:59:32.670Z[ recovery-image] Aug 11 21:59:31.435 INFO O| Aug 11 21:59:31.435 INFO STEP 975 (remove_files) COMPLETE
81892026-08-11T21:59:32.670Z[ recovery-image] Aug 11 21:59:31.435 INFO O| Aug 11 21:59:31.435 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-11T21:59:32.681Z[ recovery-image] Aug 11 21:59:31.446 INFO O| Aug 11 21:59:31.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81912026-08-11T21:59:32.681Z[ recovery-image] Aug 11 21:59:31.446 INFO O| Aug 11 21:59:31.446 INFO STEP 976 (remove_files) COMPLETE
81922026-08-11T21:59:32.681Z[ recovery-image] Aug 11 21:59:31.446 INFO O| Aug 11 21:59:31.446 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-11T21:59:32.692Z[ recovery-image] Aug 11 21:59:31.455 INFO O| Aug 11 21:59:31.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
81942026-08-11T21:59:32.692Z[ recovery-image] Aug 11 21:59:31.456 INFO O| Aug 11 21:59:31.456 INFO STEP 977 (remove_files) COMPLETE
81952026-08-11T21:59:32.695Z[ recovery-image] Aug 11 21:59:31.456 INFO O| Aug 11 21:59:31.456 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-11T21:59:32.702Z[ recovery-image] Aug 11 21:59:31.467 INFO O| Aug 11 21:59:31.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
81972026-08-11T21:59:32.702Z[ recovery-image] Aug 11 21:59:31.467 INFO O| Aug 11 21:59:31.467 INFO STEP 978 (remove_files) COMPLETE
81982026-08-11T21:59:32.702Z[ recovery-image] Aug 11 21:59:31.467 INFO O| Aug 11 21:59:31.467 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-11T21:59:32.712Z[ recovery-image] Aug 11 21:59:31.477 INFO O| Aug 11 21:59:31.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82002026-08-11T21:59:32.712Z[ recovery-image] Aug 11 21:59:31.477 INFO O| Aug 11 21:59:31.477 INFO STEP 979 (remove_files) COMPLETE
82012026-08-11T21:59:32.716Z[ recovery-image] Aug 11 21:59:31.477 INFO O| Aug 11 21:59:31.477 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-11T21:59:32.723Z[ recovery-image] Aug 11 21:59:31.486 INFO O| Aug 11 21:59:31.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82032026-08-11T21:59:32.723Z[ recovery-image] Aug 11 21:59:31.486 INFO O| Aug 11 21:59:31.486 INFO STEP 980 (remove_files) COMPLETE
82042026-08-11T21:59:32.726Z[ recovery-image] Aug 11 21:59:31.486 INFO O| Aug 11 21:59:31.486 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-11T21:59:32.731Z[ recovery-image] Aug 11 21:59:31.495 INFO O| Aug 11 21:59:31.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82062026-08-11T21:59:32.731Z[ recovery-image] Aug 11 21:59:31.495 INFO O| Aug 11 21:59:31.495 INFO STEP 981 (remove_files) COMPLETE
82072026-08-11T21:59:32.735Z[ recovery-image] Aug 11 21:59:31.495 INFO O| Aug 11 21:59:31.495 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-11T21:59:32.738Z[ recovery-image] Aug 11 21:59:31.504 INFO O| Aug 11 21:59:31.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82092026-08-11T21:59:32.739Z[ recovery-image] Aug 11 21:59:31.504 INFO O| Aug 11 21:59:31.504 INFO STEP 982 (remove_files) COMPLETE
82102026-08-11T21:59:32.739Z[ recovery-image] Aug 11 21:59:31.504 INFO O| Aug 11 21:59:31.504 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-11T21:59:32.749Z[ recovery-image] Aug 11 21:59:31.513 INFO O| Aug 11 21:59:31.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82122026-08-11T21:59:32.749Z[ recovery-image] Aug 11 21:59:31.513 INFO O| Aug 11 21:59:31.513 INFO STEP 983 (remove_files) COMPLETE
82132026-08-11T21:59:32.753Z[ recovery-image] Aug 11 21:59:31.513 INFO O| Aug 11 21:59:31.513 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-11T21:59:33.165Z[ recovery-image] Aug 11 21:59:31.522 INFO O| Aug 11 21:59:31.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82152026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.522 INFO O| Aug 11 21:59:31.522 INFO STEP 984 (remove_files) COMPLETE
82162026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.522 INFO O| Aug 11 21:59:31.522 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.531 INFO O| Aug 11 21:59:31.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82182026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.531 INFO O| Aug 11 21:59:31.531 INFO STEP 985 (remove_files) COMPLETE
82192026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.531 INFO O| Aug 11 21:59:31.531 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.545 INFO O| Aug 11 21:59:31.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82212026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.545 INFO O| Aug 11 21:59:31.545 INFO STEP 986 (remove_files) COMPLETE
82222026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.545 INFO O| Aug 11 21:59:31.545 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.555 INFO O| Aug 11 21:59:31.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82242026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.555 INFO O| Aug 11 21:59:31.555 INFO STEP 987 (remove_files) COMPLETE
82252026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.555 INFO O| Aug 11 21:59:31.555 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.565 INFO O| Aug 11 21:59:31.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82272026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.565 INFO O| Aug 11 21:59:31.565 INFO STEP 988 (remove_files) COMPLETE
82282026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.565 INFO O| Aug 11 21:59:31.565 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-11T21:59:33.169Z[ recovery-image] Aug 11 21:59:31.579 INFO O| Aug 11 21:59:31.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82302026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.579 INFO O| Aug 11 21:59:31.579 INFO STEP 989 (remove_files) COMPLETE
82312026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.579 INFO O| Aug 11 21:59:31.579 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.587 INFO O| Aug 11 21:59:31.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82332026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.587 INFO O| Aug 11 21:59:31.587 INFO STEP 990 (remove_files) COMPLETE
82342026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.587 INFO O| Aug 11 21:59:31.587 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-11T21:59:33.170Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
82362026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.596 INFO O| Aug 11 21:59:31.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82372026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.596 INFO O| Aug 11 21:59:31.596 INFO STEP 991 (remove_files) COMPLETE
82382026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.596 INFO O| Aug 11 21:59:31.596 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.606 INFO O| Aug 11 21:59:31.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82402026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.606 INFO O| Aug 11 21:59:31.606 INFO STEP 992 (remove_files) COMPLETE
82412026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.606 INFO O| Aug 11 21:59:31.606 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.616 INFO O| Aug 11 21:59:31.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82432026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.616 INFO O| Aug 11 21:59:31.616 INFO STEP 993 (remove_files) COMPLETE
82442026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.616 INFO O| Aug 11 21:59:31.616 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.625 INFO O| Aug 11 21:59:31.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82462026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.626 INFO O| Aug 11 21:59:31.626 INFO STEP 994 (remove_files) COMPLETE
82472026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.626 INFO O| Aug 11 21:59:31.626 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.636 INFO O| Aug 11 21:59:31.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82492026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.636 INFO O| Aug 11 21:59:31.636 INFO STEP 995 (remove_files) COMPLETE
82502026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.636 INFO O| Aug 11 21:59:31.636 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.646 INFO O| Aug 11 21:59:31.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82522026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.646 INFO O| Aug 11 21:59:31.646 INFO STEP 996 (remove_files) COMPLETE
82532026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.646 INFO O| Aug 11 21:59:31.646 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.655 INFO O| Aug 11 21:59:31.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82552026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.655 INFO O| Aug 11 21:59:31.655 INFO STEP 997 (remove_files) COMPLETE
82562026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.655 INFO O| Aug 11 21:59:31.655 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.667 INFO O| Aug 11 21:59:31.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82582026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.667 INFO O| Aug 11 21:59:31.667 INFO STEP 998 (remove_files) COMPLETE
82592026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.667 INFO O| Aug 11 21:59:31.667 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.677 INFO O| Aug 11 21:59:31.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82612026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.677 INFO O| Aug 11 21:59:31.677 INFO STEP 999 (remove_files) COMPLETE
82622026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.677 INFO O| Aug 11 21:59:31.677 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.688 INFO O| Aug 11 21:59:31.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82642026-08-11T21:59:33.170Z[ recovery-image] Aug 11 21:59:31.688 INFO O| Aug 11 21:59:31.688 INFO STEP 1000 (remove_files) COMPLETE
82652026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.688 INFO O| Aug 11 21:59:31.688 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.698 INFO O| Aug 11 21:59:31.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82672026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.698 INFO O| Aug 11 21:59:31.698 INFO STEP 1001 (remove_files) COMPLETE
82682026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.698 INFO O| Aug 11 21:59:31.698 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.712 INFO O| Aug 11 21:59:31.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82702026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.712 INFO O| Aug 11 21:59:31.712 INFO STEP 1002 (remove_files) COMPLETE
82712026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.712 INFO O| Aug 11 21:59:31.712 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.722 INFO O| Aug 11 21:59:31.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82732026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.722 INFO O| Aug 11 21:59:31.722 INFO STEP 1003 (remove_files) COMPLETE
82742026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.722 INFO O| Aug 11 21:59:31.722 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.733 INFO O| Aug 11 21:59:31.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82762026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.733 INFO O| Aug 11 21:59:31.733 INFO STEP 1004 (remove_files) COMPLETE
82772026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.733 INFO O| Aug 11 21:59:31.733 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.742 INFO O| Aug 11 21:59:31.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82792026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.742 INFO O| Aug 11 21:59:31.742 INFO STEP 1005 (remove_files) COMPLETE
82802026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.742 INFO O| Aug 11 21:59:31.742 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.752 INFO O| Aug 11 21:59:31.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82822026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.752 INFO O| Aug 11 21:59:31.752 INFO STEP 1006 (remove_files) COMPLETE
82832026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.752 INFO O| Aug 11 21:59:31.752 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.762 INFO O| Aug 11 21:59:31.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82852026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.762 INFO O| Aug 11 21:59:31.762 INFO STEP 1007 (remove_files) COMPLETE
82862026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.762 INFO O| Aug 11 21:59:31.762 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.773 INFO O| Aug 11 21:59:31.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82882026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.773 INFO O| Aug 11 21:59:31.773 INFO STEP 1008 (remove_files) COMPLETE
82892026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.773 INFO O| Aug 11 21:59:31.773 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.783 INFO O| Aug 11 21:59:31.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82912026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.783 INFO O| Aug 11 21:59:31.783 INFO STEP 1009 (remove_files) COMPLETE
82922026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.783 INFO O| Aug 11 21:59:31.783 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.793 INFO O| Aug 11 21:59:31.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
82942026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.793 INFO O| Aug 11 21:59:31.793 INFO STEP 1010 (remove_files) COMPLETE
82952026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.793 INFO O| Aug 11 21:59:31.793 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.805 INFO O| Aug 11 21:59:31.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
82972026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.805 INFO O| Aug 11 21:59:31.803 INFO STEP 1011 (remove_files) COMPLETE
82982026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.805 INFO O| Aug 11 21:59:31.803 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.813 INFO O| Aug 11 21:59:31.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83002026-08-11T21:59:33.171Z[ recovery-image] Aug 11 21:59:31.813 INFO O| Aug 11 21:59:31.813 INFO STEP 1012 (remove_files) COMPLETE
83012026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.813 INFO O| Aug 11 21:59:31.813 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.822 INFO O| Aug 11 21:59:31.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83032026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.822 INFO O| Aug 11 21:59:31.822 INFO STEP 1013 (remove_files) COMPLETE
83042026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.822 INFO O| Aug 11 21:59:31.822 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.831 INFO O| Aug 11 21:59:31.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83062026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.831 INFO O| Aug 11 21:59:31.831 INFO STEP 1014 (remove_files) COMPLETE
83072026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.831 INFO O| Aug 11 21:59:31.831 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.841 INFO O| Aug 11 21:59:31.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83092026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.841 INFO O| Aug 11 21:59:31.841 INFO STEP 1015 (remove_files) COMPLETE
83102026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.841 INFO O| Aug 11 21:59:31.841 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-11T21:59:33.172Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
83122026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.851 INFO O| Aug 11 21:59:31.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83132026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.851 INFO O| Aug 11 21:59:31.851 INFO STEP 1016 (remove_files) COMPLETE
83142026-08-11T21:59:33.172Z[ recovery-image] Aug 11 21:59:31.851 INFO O| Aug 11 21:59:31.851 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-08-11T21:59:33.185Z[ recovery-image] Aug 11 21:59:31.861 INFO O| Aug 11 21:59:31.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83162026-08-11T21:59:33.185Z[ recovery-image] Aug 11 21:59:31.861 INFO O| Aug 11 21:59:31.861 INFO STEP 1017 (remove_files) COMPLETE
83172026-08-11T21:59:33.185Z[ recovery-image] Aug 11 21:59:31.861 INFO O| Aug 11 21:59:31.861 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-08-11T21:59:33.185Z[ recovery-image] Aug 11 21:59:31.871 INFO O| Aug 11 21:59:31.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83192026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.871 INFO O| Aug 11 21:59:31.871 INFO STEP 1018 (remove_files) COMPLETE
83202026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.871 INFO O| Aug 11 21:59:31.871 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.881 INFO O| Aug 11 21:59:31.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83222026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.881 INFO O| Aug 11 21:59:31.881 INFO STEP 1019 (remove_files) COMPLETE
83232026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.881 INFO O| Aug 11 21:59:31.881 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.891 INFO O| Aug 11 21:59:31.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83252026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.891 INFO O| Aug 11 21:59:31.891 INFO STEP 1020 (remove_files) COMPLETE
83262026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.891 INFO O| Aug 11 21:59:31.891 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.901 INFO O| Aug 11 21:59:31.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83282026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.901 INFO O| Aug 11 21:59:31.901 INFO STEP 1021 (remove_files) COMPLETE
83292026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.901 INFO O| Aug 11 21:59:31.901 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.910 INFO O| Aug 11 21:59:31.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83312026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.910 INFO O| Aug 11 21:59:31.910 INFO STEP 1022 (remove_files) COMPLETE
83322026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.910 INFO O| Aug 11 21:59:31.910 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.920 INFO O| Aug 11 21:59:31.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83342026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.920 INFO O| Aug 11 21:59:31.920 INFO STEP 1023 (remove_files) COMPLETE
83352026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.920 INFO O| Aug 11 21:59:31.920 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.930 INFO O| Aug 11 21:59:31.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83372026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.930 INFO O| Aug 11 21:59:31.930 INFO STEP 1024 (remove_files) COMPLETE
83382026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.930 INFO O| Aug 11 21:59:31.930 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-11T21:59:33.186Z[ recovery-image] Aug 11 21:59:31.940 INFO O| Aug 11 21:59:31.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83402026-08-11T21:59:33.187Z[ recovery-image] Aug 11 21:59:31.940 INFO O| Aug 11 21:59:31.940 INFO STEP 1025 (remove_files) COMPLETE
83412026-08-11T21:59:33.187Z[ recovery-image] Aug 11 21:59:31.940 INFO O| Aug 11 21:59:31.940 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-11T21:59:33.192Z[ recovery-image] Aug 11 21:59:31.950 INFO O| Aug 11 21:59:31.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83432026-08-11T21:59:33.192Z[ recovery-image] Aug 11 21:59:31.950 INFO O| Aug 11 21:59:31.950 INFO STEP 1026 (remove_files) COMPLETE
83442026-08-11T21:59:33.192Z[ recovery-image] Aug 11 21:59:31.950 INFO O| Aug 11 21:59:31.950 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-11T21:59:33.199Z[ recovery-image] Aug 11 21:59:31.961 INFO O| Aug 11 21:59:31.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83462026-08-11T21:59:33.199Z[ recovery-image] Aug 11 21:59:31.961 INFO O| Aug 11 21:59:31.961 INFO STEP 1027 (remove_files) COMPLETE
83472026-08-11T21:59:33.199Z[ recovery-image] Aug 11 21:59:31.961 INFO O| Aug 11 21:59:31.961 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-11T21:59:33.206Z[ recovery-image] Aug 11 21:59:31.971 INFO O| Aug 11 21:59:31.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83492026-08-11T21:59:33.207Z[ recovery-image] Aug 11 21:59:31.972 INFO O| Aug 11 21:59:31.972 INFO STEP 1028 (remove_files) COMPLETE
83502026-08-11T21:59:33.211Z[ recovery-image] Aug 11 21:59:31.972 INFO O| Aug 11 21:59:31.972 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-11T21:59:33.219Z[ recovery-image] Aug 11 21:59:31.982 INFO O| Aug 11 21:59:31.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83522026-08-11T21:59:33.219Z[ recovery-image] Aug 11 21:59:31.982 INFO O| Aug 11 21:59:31.982 INFO STEP 1029 (remove_files) COMPLETE
83532026-08-11T21:59:33.219Z[ recovery-image] Aug 11 21:59:31.982 INFO O| Aug 11 21:59:31.982 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-11T21:59:33.231Z[ recovery-image] Aug 11 21:59:31.993 INFO O| Aug 11 21:59:31.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83552026-08-11T21:59:33.231Z[ recovery-image] Aug 11 21:59:31.993 INFO O| Aug 11 21:59:31.993 INFO STEP 1030 (remove_files) COMPLETE
83562026-08-11T21:59:33.231Z[ recovery-image] Aug 11 21:59:31.993 INFO O| Aug 11 21:59:31.993 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-11T21:59:33.240Z[ recovery-image] Aug 11 21:59:32.004 INFO O| Aug 11 21:59:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83582026-08-11T21:59:33.240Z[ recovery-image] Aug 11 21:59:32.004 INFO O| Aug 11 21:59:32.004 INFO STEP 1031 (remove_files) COMPLETE
83592026-08-11T21:59:33.247Z[ recovery-image] Aug 11 21:59:32.004 INFO O| Aug 11 21:59:32.004 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-11T21:59:33.251Z[ recovery-image] Aug 11 21:59:32.015 INFO O| Aug 11 21:59:32.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83612026-08-11T21:59:33.251Z[ recovery-image] Aug 11 21:59:32.015 INFO O| Aug 11 21:59:32.015 INFO STEP 1032 (remove_files) COMPLETE
83622026-08-11T21:59:33.251Z[ recovery-image] Aug 11 21:59:32.015 INFO O| Aug 11 21:59:32.015 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-11T21:59:33.270Z[ recovery-image] Aug 11 21:59:32.025 INFO O| Aug 11 21:59:32.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83642026-08-11T21:59:33.270Z[ recovery-image] Aug 11 21:59:32.025 INFO O| Aug 11 21:59:32.025 INFO STEP 1033 (remove_files) COMPLETE
83652026-08-11T21:59:33.270Z[ recovery-image] Aug 11 21:59:32.025 INFO O| Aug 11 21:59:32.025 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-11T21:59:33.276Z[ recovery-image] Aug 11 21:59:32.034 INFO O| Aug 11 21:59:32.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83672026-08-11T21:59:33.276Z[ recovery-image] Aug 11 21:59:32.034 INFO O| Aug 11 21:59:32.034 INFO STEP 1034 (remove_files) COMPLETE
83682026-08-11T21:59:33.277Z[ recovery-image] Aug 11 21:59:32.034 INFO O| Aug 11 21:59:32.034 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-11T21:59:33.280Z[ recovery-image] Aug 11 21:59:32.044 INFO O| Aug 11 21:59:32.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83702026-08-11T21:59:33.280Z[ recovery-image] Aug 11 21:59:32.044 INFO O| Aug 11 21:59:32.044 INFO STEP 1035 (remove_files) COMPLETE
83712026-08-11T21:59:33.281Z[ recovery-image] Aug 11 21:59:32.044 INFO O| Aug 11 21:59:32.044 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-11T21:59:33.288Z[ recovery-image] Aug 11 21:59:32.054 INFO O| Aug 11 21:59:32.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83732026-08-11T21:59:33.289Z[ recovery-image] Aug 11 21:59:32.054 INFO O| Aug 11 21:59:32.054 INFO STEP 1036 (remove_files) COMPLETE
83742026-08-11T21:59:33.289Z[ recovery-image] Aug 11 21:59:32.054 INFO O| Aug 11 21:59:32.054 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-11T21:59:33.299Z[ recovery-image] Aug 11 21:59:32.063 INFO O| Aug 11 21:59:32.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83762026-08-11T21:59:33.299Z[ recovery-image] Aug 11 21:59:32.063 INFO O| Aug 11 21:59:32.063 INFO STEP 1037 (remove_files) COMPLETE
83772026-08-11T21:59:33.299Z[ recovery-image] Aug 11 21:59:32.063 INFO O| Aug 11 21:59:32.063 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-11T21:59:33.311Z[ recovery-image] Aug 11 21:59:32.074 INFO O| Aug 11 21:59:32.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83792026-08-11T21:59:33.311Z[ recovery-image] Aug 11 21:59:32.074 INFO O| Aug 11 21:59:32.074 INFO STEP 1038 (remove_files) COMPLETE
83802026-08-11T21:59:33.316Z[ recovery-image] Aug 11 21:59:32.074 INFO O| Aug 11 21:59:32.074 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-11T21:59:33.319Z[ recovery-image] Aug 11 21:59:32.085 INFO O| Aug 11 21:59:32.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83822026-08-11T21:59:33.319Z[ recovery-image] Aug 11 21:59:32.085 INFO O| Aug 11 21:59:32.085 INFO STEP 1039 (remove_files) COMPLETE
83832026-08-11T21:59:33.320Z[ recovery-image] Aug 11 21:59:32.085 INFO O| Aug 11 21:59:32.085 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-11T21:59:33.329Z[ recovery-image] Aug 11 21:59:32.094 INFO O| Aug 11 21:59:32.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83852026-08-11T21:59:33.330Z[ recovery-image] Aug 11 21:59:32.094 INFO O| Aug 11 21:59:32.094 INFO STEP 1040 (remove_files) COMPLETE
83862026-08-11T21:59:33.334Z[ recovery-image] Aug 11 21:59:32.094 INFO O| Aug 11 21:59:32.094 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-11T21:59:33.338Z[ recovery-image] Aug 11 21:59:32.103 INFO O| Aug 11 21:59:32.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83882026-08-11T21:59:33.338Z[ recovery-image] Aug 11 21:59:32.103 INFO O| Aug 11 21:59:32.103 INFO STEP 1041 (remove_files) COMPLETE
83892026-08-11T21:59:33.347Z[ recovery-image] Aug 11 21:59:32.103 INFO O| Aug 11 21:59:32.103 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-11T21:59:33.353Z[ recovery-image] Aug 11 21:59:32.112 INFO O| Aug 11 21:59:32.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83912026-08-11T21:59:33.353Z[ recovery-image] Aug 11 21:59:32.113 INFO O| Aug 11 21:59:32.112 INFO STEP 1042 (remove_files) COMPLETE
83922026-08-11T21:59:33.353Z[ recovery-image] Aug 11 21:59:32.113 INFO O| Aug 11 21:59:32.112 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-11T21:59:33.358Z[ recovery-image] Aug 11 21:59:32.121 INFO O| Aug 11 21:59:32.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
83942026-08-11T21:59:33.358Z[ recovery-image] Aug 11 21:59:32.121 INFO O| Aug 11 21:59:32.121 INFO STEP 1043 (remove_files) COMPLETE
83952026-08-11T21:59:33.358Z[ recovery-image] Aug 11 21:59:32.121 INFO O| Aug 11 21:59:32.121 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-11T21:59:33.366Z[ recovery-image] Aug 11 21:59:32.130 INFO O| Aug 11 21:59:32.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
83972026-08-11T21:59:33.366Z[ recovery-image] Aug 11 21:59:32.130 INFO O| Aug 11 21:59:32.130 INFO STEP 1044 (remove_files) COMPLETE
83982026-08-11T21:59:33.366Z[ recovery-image] Aug 11 21:59:32.130 INFO O| Aug 11 21:59:32.130 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-11T21:59:33.379Z[ recovery-image] Aug 11 21:59:32.141 INFO O| Aug 11 21:59:32.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84002026-08-11T21:59:33.379Z[ recovery-image] Aug 11 21:59:32.141 INFO O| Aug 11 21:59:32.141 INFO STEP 1045 (remove_files) COMPLETE
84012026-08-11T21:59:33.379Z[ recovery-image] Aug 11 21:59:32.141 INFO O| Aug 11 21:59:32.141 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-11T21:59:33.388Z[ recovery-image] Aug 11 21:59:32.152 INFO O| Aug 11 21:59:32.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84032026-08-11T21:59:33.388Z[ recovery-image] Aug 11 21:59:32.152 INFO O| Aug 11 21:59:32.152 INFO STEP 1046 (remove_files) COMPLETE
84042026-08-11T21:59:33.388Z[ recovery-image] Aug 11 21:59:32.152 INFO O| Aug 11 21:59:32.152 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-11T21:59:33.401Z[ recovery-image] Aug 11 21:59:32.163 INFO O| Aug 11 21:59:32.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84062026-08-11T21:59:33.402Z[ recovery-image] Aug 11 21:59:32.163 INFO O| Aug 11 21:59:32.163 INFO STEP 1047 (remove_files) COMPLETE
84072026-08-11T21:59:33.402Z[ recovery-image] Aug 11 21:59:32.163 INFO O| Aug 11 21:59:32.163 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-11T21:59:33.409Z[ recovery-image] Aug 11 21:59:32.173 INFO O| Aug 11 21:59:32.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84092026-08-11T21:59:33.409Z[ recovery-image] Aug 11 21:59:32.173 INFO O| Aug 11 21:59:32.173 INFO STEP 1048 (remove_files) COMPLETE
84102026-08-11T21:59:33.409Z[ recovery-image] Aug 11 21:59:32.173 INFO O| Aug 11 21:59:32.173 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-11T21:59:33.426Z[ recovery-image] Aug 11 21:59:32.184 INFO O| Aug 11 21:59:32.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84122026-08-11T21:59:33.426Z[ recovery-image] Aug 11 21:59:32.184 INFO O| Aug 11 21:59:32.184 INFO STEP 1049 (remove_files) COMPLETE
84132026-08-11T21:59:33.426Z[ recovery-image] Aug 11 21:59:32.184 INFO O| Aug 11 21:59:32.184 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-11T21:59:33.439Z[ recovery-image] Aug 11 21:59:32.195 INFO O| Aug 11 21:59:32.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84152026-08-11T21:59:33.439Z[ recovery-image] Aug 11 21:59:32.195 INFO O| Aug 11 21:59:32.195 INFO STEP 1050 (remove_files) COMPLETE
84162026-08-11T21:59:33.439Z[ recovery-image] Aug 11 21:59:32.195 INFO O| Aug 11 21:59:32.195 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-11T21:59:33.445Z[ recovery-image] Aug 11 21:59:32.206 INFO O| Aug 11 21:59:32.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84182026-08-11T21:59:33.446Z[ recovery-image] Aug 11 21:59:32.206 INFO O| Aug 11 21:59:32.206 INFO STEP 1051 (remove_files) COMPLETE
84192026-08-11T21:59:33.446Z[ recovery-image] Aug 11 21:59:32.206 INFO O| Aug 11 21:59:32.206 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-11T21:59:33.468Z[ recovery-image] Aug 11 21:59:32.218 INFO O| Aug 11 21:59:32.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84212026-08-11T21:59:33.468Z[ recovery-image] Aug 11 21:59:32.218 INFO O| Aug 11 21:59:32.218 INFO STEP 1052 (remove_files) COMPLETE
84222026-08-11T21:59:33.468Z[ recovery-image] Aug 11 21:59:32.218 INFO O| Aug 11 21:59:32.218 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-11T21:59:33.478Z[ recovery-image] Aug 11 21:59:32.229 INFO O| Aug 11 21:59:32.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84242026-08-11T21:59:33.478Z[ recovery-image] Aug 11 21:59:32.229 INFO O| Aug 11 21:59:32.229 INFO STEP 1053 (remove_files) COMPLETE
84252026-08-11T21:59:33.478Z[ recovery-image] Aug 11 21:59:32.229 INFO O| Aug 11 21:59:32.229 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-11T21:59:33.581Z[ recovery-image] Aug 11 21:59:32.240 INFO O| Aug 11 21:59:32.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84272026-08-11T21:59:33.581Z[ recovery-image] Aug 11 21:59:32.240 INFO O| Aug 11 21:59:32.240 INFO STEP 1054 (remove_files) COMPLETE
84282026-08-11T21:59:33.581Z[ recovery-image] Aug 11 21:59:32.240 INFO O| Aug 11 21:59:32.240 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-11T21:59:33.581Z[ recovery-image] Aug 11 21:59:32.251 INFO O| Aug 11 21:59:32.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84302026-08-11T21:59:33.581Z[ recovery-image] Aug 11 21:59:32.251 INFO O| Aug 11 21:59:32.251 INFO STEP 1055 (remove_files) COMPLETE
84312026-08-11T21:59:33.581Z[ recovery-image] Aug 11 21:59:32.251 INFO O| Aug 11 21:59:32.251 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.262 INFO O| Aug 11 21:59:32.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84332026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.262 INFO O| Aug 11 21:59:32.262 INFO STEP 1056 (remove_files) COMPLETE
84342026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.262 INFO O| Aug 11 21:59:32.262 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.272 INFO O| Aug 11 21:59:32.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84362026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.272 INFO O| Aug 11 21:59:32.272 INFO STEP 1057 (remove_files) COMPLETE
84372026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.272 INFO O| Aug 11 21:59:32.272 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.282 INFO O| Aug 11 21:59:32.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84392026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.282 INFO O| Aug 11 21:59:32.282 INFO STEP 1058 (remove_files) COMPLETE
84402026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.282 INFO O| Aug 11 21:59:32.282 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.293 INFO O| Aug 11 21:59:32.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84422026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.293 INFO O| Aug 11 21:59:32.293 INFO STEP 1059 (remove_files) COMPLETE
84432026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.293 INFO O| Aug 11 21:59:32.293 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-11T21:59:33.598Z[ recovery-image] Aug 11 21:59:32.302 INFO O| Aug 11 21:59:32.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84452026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.302 INFO O| Aug 11 21:59:32.302 INFO STEP 1060 (remove_files) COMPLETE
84462026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.302 INFO O| Aug 11 21:59:32.302 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.314 INFO O| Aug 11 21:59:32.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84482026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.314 INFO O| Aug 11 21:59:32.314 INFO STEP 1061 (remove_files) COMPLETE
84492026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.314 INFO O| Aug 11 21:59:32.314 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.325 INFO O| Aug 11 21:59:32.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84512026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.325 INFO O| Aug 11 21:59:32.325 INFO STEP 1062 (remove_files) COMPLETE
84522026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.325 INFO O| Aug 11 21:59:32.325 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.336 INFO O| Aug 11 21:59:32.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84542026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.336 INFO O| Aug 11 21:59:32.336 INFO STEP 1063 (remove_files) COMPLETE
84552026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.336 INFO O| Aug 11 21:59:32.336 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.346 INFO O| Aug 11 21:59:32.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84572026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.346 INFO O| Aug 11 21:59:32.346 INFO STEP 1064 (remove_files) COMPLETE
84582026-08-11T21:59:33.599Z[ recovery-image] Aug 11 21:59:32.346 INFO O| Aug 11 21:59:32.346 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-11T21:59:33.603Z[ recovery-image] Aug 11 21:59:32.357 INFO O| Aug 11 21:59:32.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84602026-08-11T21:59:33.603Z[ recovery-image] Aug 11 21:59:32.357 INFO O| Aug 11 21:59:32.357 INFO STEP 1065 (remove_files) COMPLETE
84612026-08-11T21:59:33.603Z[ recovery-image] Aug 11 21:59:32.357 INFO O| Aug 11 21:59:32.357 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-11T21:59:33.603Z[ recovery-image] Aug 11 21:59:32.367 INFO O| Aug 11 21:59:32.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84632026-08-11T21:59:33.603Z[ recovery-image] Aug 11 21:59:32.367 INFO O| Aug 11 21:59:32.367 INFO STEP 1066 (remove_files) COMPLETE
84642026-08-11T21:59:33.603Z[ recovery-image] Aug 11 21:59:32.367 INFO O| Aug 11 21:59:32.367 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-11T21:59:33.614Z[ recovery-image] Aug 11 21:59:32.376 INFO O| Aug 11 21:59:32.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84662026-08-11T21:59:33.614Z[ recovery-image] Aug 11 21:59:32.376 INFO O| Aug 11 21:59:32.376 INFO STEP 1067 (remove_files) COMPLETE
84672026-08-11T21:59:33.614Z[ recovery-image] Aug 11 21:59:32.376 INFO O| Aug 11 21:59:32.376 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-11T21:59:33.621Z[ recovery-image] Aug 11 21:59:32.386 INFO O| Aug 11 21:59:32.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84692026-08-11T21:59:33.627Z[ recovery-image] Aug 11 21:59:32.387 INFO O| Aug 11 21:59:32.387 INFO STEP 1068 (remove_files) COMPLETE
84702026-08-11T21:59:33.627Z[ recovery-image] Aug 11 21:59:32.387 INFO O| Aug 11 21:59:32.387 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-11T21:59:33.636Z[ recovery-image] Aug 11 21:59:32.399 INFO O| Aug 11 21:59:32.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84722026-08-11T21:59:33.636Z[ recovery-image] Aug 11 21:59:32.399 INFO O| Aug 11 21:59:32.399 INFO STEP 1069 (remove_files) COMPLETE
84732026-08-11T21:59:33.636Z[ recovery-image] Aug 11 21:59:32.399 INFO O| Aug 11 21:59:32.399 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-11T21:59:33.646Z[ recovery-image] Aug 11 21:59:32.411 INFO O| Aug 11 21:59:32.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84752026-08-11T21:59:33.646Z[ recovery-image] Aug 11 21:59:32.411 INFO O| Aug 11 21:59:32.411 INFO STEP 1070 (remove_files) COMPLETE
84762026-08-11T21:59:33.646Z[ recovery-image] Aug 11 21:59:32.411 INFO O| Aug 11 21:59:32.411 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-11T21:59:33.657Z[ recovery-image] Aug 11 21:59:32.422 INFO O| Aug 11 21:59:32.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84782026-08-11T21:59:33.657Z[ recovery-image] Aug 11 21:59:32.422 INFO O| Aug 11 21:59:32.422 INFO STEP 1071 (remove_files) COMPLETE
84792026-08-11T21:59:33.657Z[ recovery-image] Aug 11 21:59:32.422 INFO O| Aug 11 21:59:32.422 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-11T21:59:33.667Z[ recovery-image] Aug 11 21:59:32.433 INFO O| Aug 11 21:59:32.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84812026-08-11T21:59:33.668Z[ recovery-image] Aug 11 21:59:32.433 INFO O| Aug 11 21:59:32.433 INFO STEP 1072 (remove_files) COMPLETE
84822026-08-11T21:59:33.668Z[ recovery-image] Aug 11 21:59:32.433 INFO O| Aug 11 21:59:32.433 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-11T21:59:33.679Z[ recovery-image] Aug 11 21:59:32.443 INFO O| Aug 11 21:59:32.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84842026-08-11T21:59:33.679Z[ recovery-image] Aug 11 21:59:32.443 INFO O| Aug 11 21:59:32.443 INFO STEP 1073 (remove_files) COMPLETE
84852026-08-11T21:59:33.679Z[ recovery-image] Aug 11 21:59:32.443 INFO O| Aug 11 21:59:32.443 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-11T21:59:33.688Z[ recovery-image] Aug 11 21:59:32.454 INFO O| Aug 11 21:59:32.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84872026-08-11T21:59:33.689Z[ recovery-image] Aug 11 21:59:32.454 INFO O| Aug 11 21:59:32.454 INFO STEP 1074 (remove_files) COMPLETE
84882026-08-11T21:59:33.692Z[ recovery-image] Aug 11 21:59:32.454 INFO O| Aug 11 21:59:32.454 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-11T21:59:33.699Z[ recovery-image] Aug 11 21:59:32.464 INFO O| Aug 11 21:59:32.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84902026-08-11T21:59:33.699Z[ recovery-image] Aug 11 21:59:32.464 INFO O| Aug 11 21:59:32.464 INFO STEP 1075 (remove_files) COMPLETE
84912026-08-11T21:59:33.699Z[ recovery-image] Aug 11 21:59:32.464 INFO O| Aug 11 21:59:32.464 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-11T21:59:33.709Z[ recovery-image] Aug 11 21:59:32.474 INFO O| Aug 11 21:59:32.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84932026-08-11T21:59:33.713Z[ recovery-image] Aug 11 21:59:32.475 INFO O| Aug 11 21:59:32.475 INFO STEP 1076 (remove_files) COMPLETE
84942026-08-11T21:59:33.713Z[ recovery-image] Aug 11 21:59:32.475 INFO O| Aug 11 21:59:32.475 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-11T21:59:33.723Z[ recovery-image] Aug 11 21:59:32.484 INFO O| Aug 11 21:59:32.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
84962026-08-11T21:59:33.724Z[ recovery-image] Aug 11 21:59:32.484 INFO O| Aug 11 21:59:32.484 INFO STEP 1077 (remove_files) COMPLETE
84972026-08-11T21:59:33.729Z[ recovery-image] Aug 11 21:59:32.484 INFO O| Aug 11 21:59:32.484 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-11T21:59:33.732Z[ recovery-image] Aug 11 21:59:32.493 INFO O| Aug 11 21:59:32.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
84992026-08-11T21:59:33.732Z[ recovery-image] Aug 11 21:59:32.493 INFO O| Aug 11 21:59:32.493 INFO STEP 1078 (remove_files) COMPLETE
85002026-08-11T21:59:33.732Z[ recovery-image] Aug 11 21:59:32.493 INFO O| Aug 11 21:59:32.493 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-11T21:59:33.736Z[ recovery-image] Aug 11 21:59:32.501 INFO O| Aug 11 21:59:32.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85022026-08-11T21:59:33.737Z[ recovery-image] Aug 11 21:59:32.501 INFO O| Aug 11 21:59:32.501 INFO STEP 1079 (remove_files) COMPLETE
85032026-08-11T21:59:33.737Z[ recovery-image] Aug 11 21:59:32.501 INFO O| Aug 11 21:59:32.501 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-11T21:59:33.745Z[ recovery-image] Aug 11 21:59:32.510 INFO O| Aug 11 21:59:32.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85052026-08-11T21:59:33.745Z[ recovery-image] Aug 11 21:59:32.510 INFO O| Aug 11 21:59:32.510 INFO STEP 1080 (remove_files) COMPLETE
85062026-08-11T21:59:33.749Z[ recovery-image] Aug 11 21:59:32.510 INFO O| Aug 11 21:59:32.510 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-08-11T21:59:33.757Z[ recovery-image] Aug 11 21:59:32.519 INFO O| Aug 11 21:59:32.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85082026-08-11T21:59:33.757Z[ recovery-image] Aug 11 21:59:32.520 INFO O| Aug 11 21:59:32.519 INFO STEP 1081 (remove_files) COMPLETE
85092026-08-11T21:59:33.757Z[ recovery-image] Aug 11 21:59:32.520 INFO O| Aug 11 21:59:32.520 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-08-11T21:59:33.763Z[ recovery-image] Aug 11 21:59:32.528 INFO O| Aug 11 21:59:32.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85112026-08-11T21:59:33.763Z[ recovery-image] Aug 11 21:59:32.528 INFO O| Aug 11 21:59:32.528 INFO STEP 1082 (remove_files) COMPLETE
85122026-08-11T21:59:33.767Z[ recovery-image] Aug 11 21:59:32.528 INFO O| Aug 11 21:59:32.528 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-11T21:59:33.774Z[ recovery-image] Aug 11 21:59:32.540 INFO O| Aug 11 21:59:32.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85142026-08-11T21:59:33.775Z[ recovery-image] Aug 11 21:59:32.540 INFO O| Aug 11 21:59:32.540 INFO STEP 1083 (remove_files) COMPLETE
85152026-08-11T21:59:33.778Z[ recovery-image] Aug 11 21:59:32.540 INFO O| Aug 11 21:59:32.540 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-11T21:59:33.785Z[ recovery-image] Aug 11 21:59:32.550 INFO O| Aug 11 21:59:32.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85172026-08-11T21:59:33.785Z[ recovery-image] Aug 11 21:59:32.550 INFO O| Aug 11 21:59:32.550 INFO STEP 1084 (remove_files) COMPLETE
85182026-08-11T21:59:33.785Z[ recovery-image] Aug 11 21:59:32.550 INFO O| Aug 11 21:59:32.550 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-11T21:59:33.799Z[ recovery-image] Aug 11 21:59:32.561 INFO O| Aug 11 21:59:32.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85202026-08-11T21:59:33.799Z[ recovery-image] Aug 11 21:59:32.562 INFO O| Aug 11 21:59:32.562 INFO STEP 1085 (remove_files) COMPLETE
85212026-08-11T21:59:33.799Z[ recovery-image] Aug 11 21:59:32.562 INFO O| Aug 11 21:59:32.562 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-11T21:59:33.808Z[ recovery-image] Aug 11 21:59:32.572 INFO O| Aug 11 21:59:32.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85232026-08-11T21:59:33.808Z[ recovery-image] Aug 11 21:59:32.572 INFO O| Aug 11 21:59:32.572 INFO STEP 1086 (remove_files) COMPLETE
85242026-08-11T21:59:33.808Z[ recovery-image] Aug 11 21:59:32.572 INFO O| Aug 11 21:59:32.572 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-11T21:59:33.818Z[ recovery-image] Aug 11 21:59:32.583 INFO O| Aug 11 21:59:32.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85262026-08-11T21:59:33.818Z[ recovery-image] Aug 11 21:59:32.583 INFO O| Aug 11 21:59:32.583 INFO STEP 1087 (remove_files) COMPLETE
85272026-08-11T21:59:33.822Z[ recovery-image] Aug 11 21:59:32.583 INFO O| Aug 11 21:59:32.583 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-11T21:59:33.831Z[ recovery-image] Aug 11 21:59:32.596 INFO O| Aug 11 21:59:32.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85292026-08-11T21:59:33.831Z[ recovery-image] Aug 11 21:59:32.596 INFO O| Aug 11 21:59:32.596 INFO STEP 1088 (remove_files) COMPLETE
85302026-08-11T21:59:33.831Z[ recovery-image] Aug 11 21:59:32.596 INFO O| Aug 11 21:59:32.596 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-11T21:59:33.842Z[ recovery-image] Aug 11 21:59:32.607 INFO O| Aug 11 21:59:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85322026-08-11T21:59:33.842Z[ recovery-image] Aug 11 21:59:32.607 INFO O| Aug 11 21:59:32.607 INFO STEP 1089 (remove_files) COMPLETE
85332026-08-11T21:59:33.846Z[ recovery-image] Aug 11 21:59:32.607 INFO O| Aug 11 21:59:32.607 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-11T21:59:33.853Z[ recovery-image] Aug 11 21:59:32.618 INFO O| Aug 11 21:59:32.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85352026-08-11T21:59:33.853Z[ recovery-image] Aug 11 21:59:32.618 INFO O| Aug 11 21:59:32.618 INFO STEP 1090 (remove_files) COMPLETE
85362026-08-11T21:59:33.853Z[ recovery-image] Aug 11 21:59:32.618 INFO O| Aug 11 21:59:32.618 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-11T21:59:33.865Z[ recovery-image] Aug 11 21:59:32.628 INFO O| Aug 11 21:59:32.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85382026-08-11T21:59:33.865Z[ recovery-image] Aug 11 21:59:32.628 INFO O| Aug 11 21:59:32.628 INFO STEP 1091 (remove_files) COMPLETE
85392026-08-11T21:59:33.865Z[ recovery-image] Aug 11 21:59:32.628 INFO O| Aug 11 21:59:32.628 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-11T21:59:33.874Z[ recovery-image] Aug 11 21:59:32.639 INFO O| Aug 11 21:59:32.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85412026-08-11T21:59:33.874Z[ recovery-image] Aug 11 21:59:32.639 INFO O| Aug 11 21:59:32.639 INFO STEP 1092 (remove_files) COMPLETE
85422026-08-11T21:59:33.877Z[ recovery-image] Aug 11 21:59:32.639 INFO O| Aug 11 21:59:32.639 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-11T21:59:33.883Z[ recovery-image] Aug 11 21:59:32.648 INFO O| Aug 11 21:59:32.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85442026-08-11T21:59:33.883Z[ recovery-image] Aug 11 21:59:32.648 INFO O| Aug 11 21:59:32.648 INFO STEP 1093 (remove_files) COMPLETE
85452026-08-11T21:59:33.886Z[ recovery-image] Aug 11 21:59:32.648 INFO O| Aug 11 21:59:32.648 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-11T21:59:33.896Z[ recovery-image] Aug 11 21:59:32.661 INFO O| Aug 11 21:59:32.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85472026-08-11T21:59:33.896Z[ recovery-image] Aug 11 21:59:32.661 INFO O| Aug 11 21:59:32.661 INFO STEP 1094 (remove_files) COMPLETE
85482026-08-11T21:59:33.896Z[ recovery-image] Aug 11 21:59:32.661 INFO O| Aug 11 21:59:32.661 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-11T21:59:33.909Z[ recovery-image] Aug 11 21:59:32.672 INFO O| Aug 11 21:59:32.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85502026-08-11T21:59:33.913Z[ recovery-image] Aug 11 21:59:32.673 INFO O| Aug 11 21:59:32.673 INFO STEP 1095 (remove_files) COMPLETE
85512026-08-11T21:59:33.913Z[ recovery-image] Aug 11 21:59:32.673 INFO O| Aug 11 21:59:32.673 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-11T21:59:33.920Z[ recovery-image] Aug 11 21:59:32.684 INFO O| Aug 11 21:59:32.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85532026-08-11T21:59:33.923Z[ recovery-image] Aug 11 21:59:32.684 INFO O| Aug 11 21:59:32.684 INFO STEP 1096 (remove_files) COMPLETE
85542026-08-11T21:59:33.924Z[ recovery-image] Aug 11 21:59:32.684 INFO O| Aug 11 21:59:32.684 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-11T21:59:33.930Z[ recovery-image] Aug 11 21:59:32.694 INFO O| Aug 11 21:59:32.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85562026-08-11T21:59:33.930Z[ recovery-image] Aug 11 21:59:32.694 INFO O| Aug 11 21:59:32.694 INFO STEP 1097 (remove_files) COMPLETE
85572026-08-11T21:59:33.930Z[ recovery-image] Aug 11 21:59:32.694 INFO O| Aug 11 21:59:32.694 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-11T21:59:33.939Z[ recovery-image] Aug 11 21:59:32.704 INFO O| Aug 11 21:59:32.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85592026-08-11T21:59:33.939Z[ recovery-image] Aug 11 21:59:32.704 INFO O| Aug 11 21:59:32.704 INFO STEP 1098 (remove_files) COMPLETE
85602026-08-11T21:59:33.944Z[ recovery-image] Aug 11 21:59:32.704 INFO O| Aug 11 21:59:32.704 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-11T21:59:33.949Z[verify-libraries] Compiling git2 v0.20.4
85622026-08-11T21:59:33.955Z[ recovery-image] Aug 11 21:59:32.714 INFO O| Aug 11 21:59:32.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85632026-08-11T21:59:33.955Z[ recovery-image] Aug 11 21:59:32.714 INFO O| Aug 11 21:59:32.714 INFO STEP 1099 (remove_files) COMPLETE
85642026-08-11T21:59:33.955Z[ recovery-image] Aug 11 21:59:32.714 INFO O| Aug 11 21:59:32.714 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-11T21:59:33.959Z[ recovery-image] Aug 11 21:59:32.723 INFO O| Aug 11 21:59:32.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85662026-08-11T21:59:33.959Z[ recovery-image] Aug 11 21:59:32.723 INFO O| Aug 11 21:59:32.723 INFO STEP 1100 (remove_files) COMPLETE
85672026-08-11T21:59:33.959Z[ recovery-image] Aug 11 21:59:32.723 INFO O| Aug 11 21:59:32.723 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-11T21:59:33.967Z[ recovery-image] Aug 11 21:59:32.732 INFO O| Aug 11 21:59:32.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85692026-08-11T21:59:33.967Z[ recovery-image] Aug 11 21:59:32.732 INFO O| Aug 11 21:59:32.732 INFO STEP 1101 (remove_files) COMPLETE
85702026-08-11T21:59:33.971Z[ recovery-image] Aug 11 21:59:32.732 INFO O| Aug 11 21:59:32.732 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-11T21:59:33.978Z[ recovery-image] Aug 11 21:59:32.742 INFO O| Aug 11 21:59:32.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85722026-08-11T21:59:33.978Z[ recovery-image] Aug 11 21:59:32.742 INFO O| Aug 11 21:59:32.742 INFO STEP 1102 (remove_files) COMPLETE
85732026-08-11T21:59:33.978Z[ recovery-image] Aug 11 21:59:32.742 INFO O| Aug 11 21:59:32.742 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-11T21:59:33.981Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
85752026-08-11T21:59:33.989Z[ recovery-image] Aug 11 21:59:32.753 INFO O| Aug 11 21:59:32.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85762026-08-11T21:59:33.990Z[ recovery-image] Aug 11 21:59:32.753 INFO O| Aug 11 21:59:32.753 INFO STEP 1103 (remove_files) COMPLETE
85772026-08-11T21:59:33.990Z[ recovery-image] Aug 11 21:59:32.753 INFO O| Aug 11 21:59:32.753 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-11T21:59:33.998Z[ recovery-image] Aug 11 21:59:32.763 INFO O| Aug 11 21:59:32.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85792026-08-11T21:59:33.998Z[ recovery-image] Aug 11 21:59:32.763 INFO O| Aug 11 21:59:32.763 INFO STEP 1104 (remove_files) COMPLETE
85802026-08-11T21:59:33.998Z[ recovery-image] Aug 11 21:59:32.763 INFO O| Aug 11 21:59:32.763 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-11T21:59:34.009Z[ recovery-image] Aug 11 21:59:32.773 INFO O| Aug 11 21:59:32.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85822026-08-11T21:59:34.009Z[ recovery-image] Aug 11 21:59:32.774 INFO O| Aug 11 21:59:32.773 INFO STEP 1105 (remove_files) COMPLETE
85832026-08-11T21:59:34.012Z[ recovery-image] Aug 11 21:59:32.774 INFO O| Aug 11 21:59:32.773 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-11T21:59:34.018Z[ recovery-image] Aug 11 21:59:32.783 INFO O| Aug 11 21:59:32.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85852026-08-11T21:59:34.018Z[ recovery-image] Aug 11 21:59:32.783 INFO O| Aug 11 21:59:32.783 INFO STEP 1106 (remove_files) COMPLETE
85862026-08-11T21:59:34.021Z[ recovery-image] Aug 11 21:59:32.783 INFO O| Aug 11 21:59:32.783 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-11T21:59:34.028Z[ recovery-image] Aug 11 21:59:32.792 INFO O| Aug 11 21:59:32.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85882026-08-11T21:59:34.028Z[ recovery-image] Aug 11 21:59:32.792 INFO O| Aug 11 21:59:32.792 INFO STEP 1107 (remove_files) COMPLETE
85892026-08-11T21:59:34.033Z[ recovery-image] Aug 11 21:59:32.792 INFO O| Aug 11 21:59:32.792 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-11T21:59:34.040Z[ recovery-image] Aug 11 21:59:32.804 INFO O| Aug 11 21:59:32.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85912026-08-11T21:59:34.040Z[ recovery-image] Aug 11 21:59:32.804 INFO O| Aug 11 21:59:32.804 INFO STEP 1108 (remove_files) COMPLETE
85922026-08-11T21:59:34.043Z[ recovery-image] Aug 11 21:59:32.804 INFO O| Aug 11 21:59:32.804 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-11T21:59:34.051Z[ recovery-image] Aug 11 21:59:32.814 INFO O| Aug 11 21:59:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85942026-08-11T21:59:34.051Z[ recovery-image] Aug 11 21:59:32.814 INFO O| Aug 11 21:59:32.814 INFO STEP 1109 (remove_files) COMPLETE
85952026-08-11T21:59:34.051Z[ recovery-image] Aug 11 21:59:32.814 INFO O| Aug 11 21:59:32.814 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-11T21:59:34.059Z[ recovery-image] Aug 11 21:59:32.824 INFO O| Aug 11 21:59:32.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
85972026-08-11T21:59:34.059Z[ recovery-image] Aug 11 21:59:32.824 INFO O| Aug 11 21:59:32.824 INFO STEP 1110 (remove_files) COMPLETE
85982026-08-11T21:59:34.059Z[ recovery-image] Aug 11 21:59:32.824 INFO O| Aug 11 21:59:32.824 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-11T21:59:34.068Z[ recovery-image] Aug 11 21:59:32.833 INFO O| Aug 11 21:59:32.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86002026-08-11T21:59:34.068Z[ recovery-image] Aug 11 21:59:32.833 INFO O| Aug 11 21:59:32.833 INFO STEP 1111 (remove_files) COMPLETE
86012026-08-11T21:59:34.068Z[ recovery-image] Aug 11 21:59:32.833 INFO O| Aug 11 21:59:32.833 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-11T21:59:34.076Z[ recovery-image] Aug 11 21:59:32.842 INFO O| Aug 11 21:59:32.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86032026-08-11T21:59:34.077Z[ recovery-image] Aug 11 21:59:32.842 INFO O| Aug 11 21:59:32.842 INFO STEP 1112 (remove_files) COMPLETE
86042026-08-11T21:59:34.077Z[ recovery-image] Aug 11 21:59:32.842 INFO O| Aug 11 21:59:32.842 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-11T21:59:34.087Z[ recovery-image] Aug 11 21:59:32.851 INFO O| Aug 11 21:59:32.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86062026-08-11T21:59:34.087Z[ recovery-image] Aug 11 21:59:32.851 INFO O| Aug 11 21:59:32.851 INFO STEP 1113 (remove_files) COMPLETE
86072026-08-11T21:59:34.087Z[ recovery-image] Aug 11 21:59:32.851 INFO O| Aug 11 21:59:32.851 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-11T21:59:34.097Z[ recovery-image] Aug 11 21:59:32.860 INFO O| Aug 11 21:59:32.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86092026-08-11T21:59:34.097Z[ recovery-image] Aug 11 21:59:32.860 INFO O| Aug 11 21:59:32.860 INFO STEP 1114 (remove_files) COMPLETE
86102026-08-11T21:59:34.100Z[ recovery-image] Aug 11 21:59:32.860 INFO O| Aug 11 21:59:32.860 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-11T21:59:34.105Z[ recovery-image] Aug 11 21:59:32.870 INFO O| Aug 11 21:59:32.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86122026-08-11T21:59:34.105Z[ recovery-image] Aug 11 21:59:32.870 INFO O| Aug 11 21:59:32.870 INFO STEP 1115 (remove_files) COMPLETE
86132026-08-11T21:59:34.106Z[ recovery-image] Aug 11 21:59:32.870 INFO O| Aug 11 21:59:32.870 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-11T21:59:34.116Z[ recovery-image] Aug 11 21:59:32.880 INFO O| Aug 11 21:59:32.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86152026-08-11T21:59:34.116Z[ recovery-image] Aug 11 21:59:32.880 INFO O| Aug 11 21:59:32.880 INFO STEP 1116 (remove_files) COMPLETE
86162026-08-11T21:59:34.123Z[ recovery-image] Aug 11 21:59:32.880 INFO O| Aug 11 21:59:32.880 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-11T21:59:34.126Z[ recovery-image] Aug 11 21:59:32.890 INFO O| Aug 11 21:59:32.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86182026-08-11T21:59:34.126Z[ recovery-image] Aug 11 21:59:32.890 INFO O| Aug 11 21:59:32.890 INFO STEP 1117 (remove_files) COMPLETE
86192026-08-11T21:59:34.127Z[ recovery-image] Aug 11 21:59:32.890 INFO O| Aug 11 21:59:32.890 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86202026-08-11T21:59:34.138Z[ recovery-image] Aug 11 21:59:32.903 INFO O| Aug 11 21:59:32.903 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86212026-08-11T21:59:34.138Z[ recovery-image] Aug 11 21:59:32.903 INFO O| Aug 11 21:59:32.903 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86222026-08-11T21:59:34.553Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86232026-08-11T21:59:34.720Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86242026-08-11T21:59:35.182Z[ recovery-image] Aug 11 21:59:33.947 INFO O| Aug 11 21:59:33.947 INFO STEP 1118 (pack_tar) COMPLETE
86252026-08-11T21:59:35.182Z[ recovery-image] Aug 11 21:59:33.947 INFO O| Aug 11 21:59:33.947 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86262026-08-11T21:59:35.182Z[ recovery-image] Aug 11 21:59:33.947 INFO O| Aug 11 21:59:33.947 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86272026-08-11T21:59:35.998Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86282026-08-11T21:59:36.156Z[ recovery-image] Aug 11 21:59:34.881 INFO O| Aug 11 21:59:34.881 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86292026-08-11T21:59:36.183Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86302026-08-11T21:59:36.243Z[ recovery-image] Aug 11 21:59:34.982 INFO O| Aug 11 21:59:34.982 INFO completed processing sled/ramdisk-03-recovery-trim
86312026-08-11T21:59:36.248Z[ recovery-image] Aug 11 21:59:34.985 INFO image builder template: zfs-recovery...
86322026-08-11T21:59:36.248Z[ recovery-image] Aug 11 21:59:34.985 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/.tmpGtRjcD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86332026-08-11T21:59:36.248Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86342026-08-11T21:59:36.260Z[ recovery-image] Aug 11 21:59:35.015 INFO O| Aug 11 21:59:35.015 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86352026-08-11T21:59:36.291Z[ recovery-image] Aug 11 21:59:35.020 INFO O| Aug 11 21:59:35.020 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86362026-08-11T21:59:36.333Z[ recovery-image] Aug 11 21:59:35.079 INFO O| Aug 11 21:59:35.079 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86372026-08-11T21:59:36.361Z[verify-libraries] Compiling yansi v1.0.1
86382026-08-11T21:59:36.456Z[ recovery-image] Aug 11 21:59:35.126 INFO O| Aug 11 21:59:35.126 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86392026-08-11T21:59:36.456Z[ recovery-image] Aug 11 21:59:35.127 INFO O| Aug 11 21:59:35.126 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86402026-08-11T21:59:36.456Z[ recovery-image] Aug 11 21:59:35.131 INFO O| Aug 11 21:59:35.131 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86412026-08-11T21:59:36.470Z[ recovery-image] Aug 11 21:59:35.187 INFO O| Aug 11 21:59:35.187 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86422026-08-11T21:59:36.507Z[ recovery-image] Aug 11 21:59:35.260 INFO O| Aug 11 21:59:35.260 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86432026-08-11T21:59:36.518Z[ recovery-image] Aug 11 21:59:35.269 INFO O| Aug 11 21:59:35.269 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86442026-08-11T21:59:36.518Z[ recovery-image] Aug 11 21:59:35.274 INFO O| Aug 11 21:59:35.273 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86452026-08-11T21:59:36.518Z[ recovery-image] Aug 11 21:59:35.275 INFO O| Aug 11 21:59:35.275 INFO no lofi found
86462026-08-11T21:59:36.518Z[ recovery-image] Aug 11 21:59:35.275 INFO O| Aug 11 21:59:35.275 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86472026-08-11T21:59:36.518Z[ recovery-image] Aug 11 21:59:35.275 INFO O| Aug 11 21:59:35.275 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86482026-08-11T21:59:36.565Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86492026-08-11T21:59:36.915Z[verify-libraries] Compiling pretty_assertions v1.4.1
86502026-08-11T21:59:37.140Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86512026-08-11T21:59:37.565Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86522026-08-11T21:59:37.583Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86532026-08-11T21:59:37.641Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86542026-08-11T21:59:37.752Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86552026-08-11T21:59:37.912Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86562026-08-11T21:59:38.124Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86572026-08-11T21:59:38.133Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86582026-08-11T21:59:38.245Z[ recovery-image] Aug 11 21:59:37.001 INFO O| Aug 11 21:59:37.001 INFO lofi device = /dev/dsk/c2t1d0p0
86592026-08-11T21:59:38.245Z[ recovery-image] Aug 11 21:59:37.001 INFO O| Aug 11 21:59:37.001 INFO pool device = /dev/dsk/c2t1d0p0
86602026-08-11T21:59:38.261Z[ recovery-image] Aug 11 21:59:37.001 INFO O| Aug 11 21:59:37.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"]
86612026-08-11T21:59:38.285Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86622026-08-11T21:59:38.348Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86632026-08-11T21:59:38.363Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86642026-08-11T21:59:38.417Z[ recovery-image] Aug 11 21:59:37.148 INFO O| Aug 11 21:59:37.148 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86652026-08-11T21:59:38.417Z[ recovery-image] Aug 11 21:59:37.148 INFO O| Aug 11 21:59:37.148 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86662026-08-11T21:59:38.438Z[ recovery-image] Aug 11 21:59:37.175 INFO O| Aug 11 21:59:37.174 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86672026-08-11T21:59:38.519Z[ recovery-image] Aug 11 21:59:37.281 INFO O| Aug 11 21:59:37.281 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86682026-08-11T21:59:38.585Z[ recovery-image] Aug 11 21:59:37.316 INFO O| Aug 11 21:59:37.316 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86692026-08-11T21:59:38.597Z[ recovery-image] Aug 11 21:59:37.339 INFO O| Aug 11 21:59:37.339 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86702026-08-11T21:59:38.597Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86712026-08-11T21:59:38.601Z[ recovery-image] Aug 11 21:59:37.362 INFO O| Aug 11 21:59:37.362 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86722026-08-11T21:59:38.687Z[ recovery-image] Aug 11 21:59:37.410 INFO O| Aug 11 21:59:37.409 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86732026-08-11T21:59:38.687Z[ recovery-image] Aug 11 21:59:37.410 INFO O| Aug 11 21:59:37.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86742026-08-11T21:59:38.687Z[ recovery-image] Aug 11 21:59:37.410 INFO O| Aug 11 21:59:37.410 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86752026-08-11T21:59:38.732Z[ recovery-image] Aug 11 21:59:37.421 INFO O| Aug 11 21:59:37.421 INFO boot environment UUID: 131df6c8-c5fe-4cca-9a05-12d74168029d
86762026-08-11T21:59:38.732Z[ recovery-image] Aug 11 21:59:37.421 INFO O| Aug 11 21:59:37.421 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 131df6c8-c5fe-4cca-9a05-12d74168029d
86772026-08-11T21:59:38.732Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86782026-08-11T21:59:38.733Z[ recovery-image] Aug 11 21:59:37.441 INFO O| Aug 11 21:59:37.441 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86792026-08-11T21:59:38.733Z[ recovery-image] Aug 11 21:59:37.460 INFO O| Aug 11 21:59:37.458 INFO STEP 0 (create_be) COMPLETE
86802026-08-11T21:59:38.733Z[ recovery-image] Aug 11 21:59:37.461 INFO O| Aug 11 21:59:37.458 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86812026-08-11T21:59:38.771Z[ recovery-image] Aug 11 21:59:37.473 INFO O| Aug 11 21:59:37.473 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"]
86822026-08-11T21:59:38.771Z[verify-libraries] Compiling drift v0.2.0
86832026-08-11T21:59:39.025Z[verify-libraries] Compiling uzers v0.12.2
86842026-08-11T21:59:39.965Z[verify-libraries] Compiling parse-size v1.1.0
86852026-08-11T21:59:40.205Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86862026-08-11T21:59:40.519Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86872026-08-11T21:59:40.682Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86882026-08-11T21:59:40.865Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86892026-08-11T21:59:42.087Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86902026-08-11T21:59:42.338Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86912026-08-11T21:59:42.919Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86922026-08-11T21:59:43.055Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
86932026-08-11T21:59:45.969Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
86942026-08-11T21:59:46.063Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
86952026-08-11T21:59:46.063Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
86962026-08-11T21:59:46.600Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
86972026-08-11T21:59:46.908Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
86982026-08-11T21:59:47.272Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
86992026-08-11T21:59:47.557Z[verify-libraries] Compiling multimap v0.10.1
87002026-08-11T21:59:47.647Z[verify-libraries] Compiling termios v0.3.3
87012026-08-11T21:59:47.648Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87022026-08-11T21:59:47.691Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87032026-08-11T21:59:47.837Z[ recovery-image] Aug 11 21:59:46.596 INFO O| Aug 11 21:59:46.596 INFO STEP 1 (unpack_tar) COMPLETE
87042026-08-11T21:59:47.837Z[ recovery-image] Aug 11 21:59:46.597 INFO O| Aug 11 21:59:46.596 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87052026-08-11T21:59:47.855Z[ recovery-image] Aug 11 21:59:46.607 INFO O| Aug 11 21:59:46.607 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87062026-08-11T21:59:48.114Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87072026-08-11T21:59:49.124Z[ recovery-image] Aug 11 21:59:47.889 INFO O| Aug 11 21:59:47.889 INFO STEP 2 (devfsadm) COMPLETE
87082026-08-11T21:59:49.125Z[ recovery-image] Aug 11 21:59:47.889 INFO O| Aug 11 21:59:47.889 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87092026-08-11T21:59:49.137Z[ recovery-image] Aug 11 21:59:47.900 INFO O| Aug 11 21:59:47.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87102026-08-11T21:59:49.137Z[ recovery-image] Aug 11 21:59:47.900 INFO O| Aug 11 21:59:47.900 INFO STEP 3 (ensure_dir) COMPLETE
87112026-08-11T21:59:49.140Z[ recovery-image] Aug 11 21:59:47.900 INFO O| Aug 11 21:59:47.900 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87122026-08-11T21:59:49.145Z[ recovery-image] Aug 11 21:59:47.910 INFO O| Aug 11 21:59:47.910 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87132026-08-11T21:59:49.145Z[ recovery-image] Aug 11 21:59:47.910 INFO O| Aug 11 21:59:47.910 INFO STEP 4 (ensure_dir) COMPLETE
87142026-08-11T21:59:49.148Z[ recovery-image] Aug 11 21:59:47.910 INFO O| Aug 11 21:59:47.910 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87152026-08-11T21:59:49.155Z[ recovery-image] Aug 11 21:59:47.921 INFO O| Aug 11 21:59:47.921 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87162026-08-11T21:59:49.155Z[ recovery-image] Aug 11 21:59:47.921 INFO O| Aug 11 21:59:47.921 INFO STEP 5 (ensure_dir) COMPLETE
87172026-08-11T21:59:49.159Z[ recovery-image] Aug 11 21:59:47.921 INFO O| Aug 11 21:59:47.921 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182026-08-11T21:59:49.167Z[ recovery-image] Aug 11 21:59:47.932 INFO O| Aug 11 21:59:47.932 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87192026-08-11T21:59:49.167Z[ recovery-image] Aug 11 21:59:47.932 INFO O| Aug 11 21:59:47.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87202026-08-11T21:59:49.174Z[ recovery-image] Aug 11 21:59:47.932 INFO O| Aug 11 21:59:47.932 INFO STEP 6 (ensure_dir) COMPLETE
87212026-08-11T21:59:49.174Z[ recovery-image] Aug 11 21:59:47.932 INFO O| Aug 11 21:59:47.932 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222026-08-11T21:59:49.181Z[ recovery-image] Aug 11 21:59:47.944 INFO O| Aug 11 21:59:47.944 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87232026-08-11T21:59:49.182Z[ recovery-image] Aug 11 21:59:47.944 INFO O| Aug 11 21:59:47.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87242026-08-11T21:59:49.182Z[ recovery-image] Aug 11 21:59:47.944 INFO O| Aug 11 21:59:47.944 INFO STEP 7 (ensure_dir) COMPLETE
87252026-08-11T21:59:49.182Z[ recovery-image] Aug 11 21:59:47.944 INFO O| Aug 11 21:59:47.944 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87262026-08-11T21:59:49.194Z[ recovery-image] Aug 11 21:59:47.956 INFO O| Aug 11 21:59:47.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87272026-08-11T21:59:49.198Z[ recovery-image] Aug 11 21:59:47.957 INFO O| Aug 11 21:59:47.957 INFO STEP 8 (remove_files) COMPLETE
87282026-08-11T21:59:49.198Z[ recovery-image] Aug 11 21:59:47.957 INFO O| Aug 11 21:59:47.957 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87292026-08-11T21:59:49.203Z[ recovery-image] Aug 11 21:59:47.968 INFO O| Aug 11 21:59:47.968 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87302026-08-11T21:59:49.207Z[ recovery-image] Aug 11 21:59:47.969 INFO O| Aug 11 21:59:47.969 INFO STEP 9 (remove_files) COMPLETE
87312026-08-11T21:59:49.207Z[ recovery-image] Aug 11 21:59:47.969 INFO O| Aug 11 21:59:47.969 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87322026-08-11T21:59:49.213Z[ recovery-image] Aug 11 21:59:47.979 INFO O| Aug 11 21:59:47.979 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87332026-08-11T21:59:49.218Z[ recovery-image] Aug 11 21:59:47.979 INFO O| Aug 11 21:59:47.979 INFO STEP 10 (remove_files) COMPLETE
87342026-08-11T21:59:49.218Z[ recovery-image] Aug 11 21:59:47.979 INFO O| Aug 11 21:59:47.979 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87352026-08-11T21:59:49.225Z[ recovery-image] Aug 11 21:59:47.989 INFO O| Aug 11 21:59:47.989 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87362026-08-11T21:59:49.225Z[ recovery-image] Aug 11 21:59:47.989 INFO O| Aug 11 21:59:47.989 INFO STEP 11 (remove_files) COMPLETE
87372026-08-11T21:59:49.229Z[ recovery-image] Aug 11 21:59:47.989 INFO O| Aug 11 21:59:47.989 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382026-08-11T21:59:49.234Z[ recovery-image] Aug 11 21:59:47.999 INFO O| Aug 11 21:59:47.999 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87392026-08-11T21:59:49.234Z[ recovery-image] Aug 11 21:59:47.999 INFO O| Aug 11 21:59:47.999 INFO STEP 12 (remove_files) COMPLETE
87402026-08-11T21:59:49.237Z[ recovery-image] Aug 11 21:59:47.999 INFO O| Aug 11 21:59:47.999 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412026-08-11T21:59:49.243Z[ recovery-image] Aug 11 21:59:48.009 INFO O| Aug 11 21:59:48.009 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87422026-08-11T21:59:49.244Z[ recovery-image] Aug 11 21:59:48.009 INFO O| Aug 11 21:59:48.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87432026-08-11T21:59:49.247Z[ recovery-image] Aug 11 21:59:48.009 INFO O| Aug 11 21:59:48.009 INFO STEP 13 (ensure_dir) COMPLETE
87442026-08-11T21:59:49.247Z[ recovery-image] Aug 11 21:59:48.009 INFO O| Aug 11 21:59:48.009 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452026-08-11T21:59:49.254Z[ recovery-image] Aug 11 21:59:48.019 INFO O| Aug 11 21:59:48.019 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87462026-08-11T21:59:49.256Z[ recovery-image] Aug 11 21:59:48.019 INFO O| Aug 11 21:59:48.019 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87472026-08-11T21:59:49.257Z[ recovery-image] Aug 11 21:59:48.019 INFO O| Aug 11 21:59:48.019 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87482026-08-11T21:59:49.257Z[ recovery-image] Aug 11 21:59:48.019 INFO O| Aug 11 21:59:48.019 INFO STEP 14 (ensure_dir) COMPLETE
87492026-08-11T21:59:49.257Z[ recovery-image] Aug 11 21:59:48.019 INFO O| Aug 11 21:59:48.019 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502026-08-11T21:59:49.264Z[ recovery-image] Aug 11 21:59:48.029 INFO O| Aug 11 21:59:48.029 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87512026-08-11T21:59:49.264Z[ recovery-image] Aug 11 21:59:48.029 INFO O| Aug 11 21:59:48.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87522026-08-11T21:59:49.268Z[ recovery-image] Aug 11 21:59:48.029 INFO O| Aug 11 21:59:48.029 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87532026-08-11T21:59:49.268Z[ recovery-image] Aug 11 21:59:48.029 INFO O| Aug 11 21:59:48.029 INFO STEP 15 (ensure_dir) COMPLETE
87542026-08-11T21:59:49.268Z[ recovery-image] Aug 11 21:59:48.029 INFO O| Aug 11 21:59:48.029 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87552026-08-11T21:59:49.275Z[ recovery-image] Aug 11 21:59:48.039 INFO O| Aug 11 21:59:48.039 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87562026-08-11T21:59:49.275Z[ recovery-image] Aug 11 21:59:48.039 INFO O| Aug 11 21:59:48.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87572026-08-11T21:59:49.278Z[ recovery-image] Aug 11 21:59:48.039 INFO O| Aug 11 21:59:48.039 INFO STEP 16 (ensure_dir) COMPLETE
87582026-08-11T21:59:49.278Z[ recovery-image] Aug 11 21:59:48.039 INFO O| Aug 11 21:59:48.039 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592026-08-11T21:59:49.285Z[ recovery-image] Aug 11 21:59:48.051 INFO O| Aug 11 21:59:48.050 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87602026-08-11T21:59:49.285Z[ recovery-image] Aug 11 21:59:48.051 INFO O| Aug 11 21:59:48.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87612026-08-11T21:59:49.286Z[ recovery-image] Aug 11 21:59:48.051 INFO O| Aug 11 21:59:48.050 INFO STEP 17 (ensure_dir) COMPLETE
87622026-08-11T21:59:49.290Z[ recovery-image] Aug 11 21:59:48.051 INFO O| Aug 11 21:59:48.050 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632026-08-11T21:59:49.298Z[ recovery-image] Aug 11 21:59:48.061 INFO O| Aug 11 21:59:48.061 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87642026-08-11T21:59:49.298Z[ recovery-image] Aug 11 21:59:48.061 INFO O| Aug 11 21:59:48.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87652026-08-11T21:59:49.298Z[ recovery-image] Aug 11 21:59:48.061 INFO O| Aug 11 21:59:48.061 INFO ok!
87662026-08-11T21:59:49.305Z[ recovery-image] Aug 11 21:59:48.061 INFO O| Aug 11 21:59:48.061 INFO STEP 18 (ensure_symlink) COMPLETE
87672026-08-11T21:59:49.305Z[ recovery-image] Aug 11 21:59:48.061 INFO O| Aug 11 21:59:48.061 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-11T21:59:49.312Z[ recovery-image] Aug 11 21:59:48.071 INFO O| Aug 11 21:59:48.071 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87692026-08-11T21:59:49.312Z[ recovery-image] Aug 11 21:59:48.071 INFO O| Aug 11 21:59:48.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87702026-08-11T21:59:49.312Z[ recovery-image] Aug 11 21:59:48.071 INFO O| Aug 11 21:59:48.071 INFO ok!
87712026-08-11T21:59:49.312Z[ recovery-image] Aug 11 21:59:48.071 INFO O| Aug 11 21:59:48.071 INFO STEP 19 (ensure_file) COMPLETE
87722026-08-11T21:59:49.312Z[ recovery-image] Aug 11 21:59:48.071 INFO O| Aug 11 21:59:48.071 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87732026-08-11T21:59:49.320Z[ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87742026-08-11T21:59:49.321Z[ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87752026-08-11T21:59:49.331Z[ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87762026-08-11T21:59:49.331Z[ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO ok!
87772026-08-11T21:59:49.332Z[ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO STEP 20 (ensure_symlink) COMPLETE
87782026-08-11T21:59:49.332Z[ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87792026-08-11T21:59:49.342Z[ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.091 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87802026-08-11T21:59:49.342Z[ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.091 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87812026-08-11T21:59:49.342Z[ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87822026-08-11T21:59:49.342Z[ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.092 INFO ok!
87832026-08-11T21:59:49.342Z[ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.092 INFO STEP 21 (ensure_symlink) COMPLETE
87842026-08-11T21:59:49.342Z[ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.092 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87852026-08-11T21:59:49.342Z[ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87862026-08-11T21:59:49.343Z[ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87872026-08-11T21:59:49.343Z[ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87882026-08-11T21:59:49.343Z[ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO ok!
87892026-08-11T21:59:49.343Z[ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO STEP 22 (ensure_symlink) COMPLETE
87902026-08-11T21:59:49.343Z[ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87912026-08-11T21:59:49.347Z[ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.111 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87922026-08-11T21:59:49.347Z[ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.112 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87932026-08-11T21:59:49.347Z[ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87942026-08-11T21:59:49.347Z[ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.112 INFO ok!
87952026-08-11T21:59:49.347Z[ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.112 INFO STEP 23 (ensure_symlink) COMPLETE
87962026-08-11T21:59:49.347Z[ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.112 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87972026-08-11T21:59:49.361Z[ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87982026-08-11T21:59:49.361Z[ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 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 ...
87992026-08-11T21:59:49.361Z[ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88002026-08-11T21:59:49.361Z[ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 INFO ok!
88012026-08-11T21:59:49.370Z[ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 INFO STEP 24 (ensure_file) COMPLETE
88022026-08-11T21:59:49.370Z[ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88032026-08-11T21:59:49.375Z[ recovery-image] Aug 11 21:59:48.134 INFO O| Aug 11 21:59:48.134 INFO updating shadow file
88042026-08-11T21:59:49.375Z[ recovery-image] Aug 11 21:59:48.134 INFO O| Aug 11 21:59:48.134 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88052026-08-11T21:59:49.375Z[ recovery-image] Aug 11 21:59:48.134 INFO O| Aug 11 21:59:48.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88062026-08-11T21:59:49.375Z[ recovery-image] Aug 11 21:59:48.134 INFO O| Aug 11 21:59:48.134 INFO STEP 25 (shadow) COMPLETE
88072026-08-11T21:59:49.375Z[ recovery-image] Aug 11 21:59:48.134 INFO O| Aug 11 21:59:48.134 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88082026-08-11T21:59:49.379Z[ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88092026-08-11T21:59:49.379Z[ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88102026-08-11T21:59:49.380Z[ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88112026-08-11T21:59:49.380Z[ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 INFO ok!
88122026-08-11T21:59:49.380Z[ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 INFO STEP 26 (ensure_file) COMPLETE
88132026-08-11T21:59:49.380Z[ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88142026-08-11T21:59:49.393Z[ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88152026-08-11T21:59:49.393Z[ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88162026-08-11T21:59:49.407Z[ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88172026-08-11T21:59:49.407Z[ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO ok!
88182026-08-11T21:59:49.407Z[ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO STEP 27 (ensure_file) COMPLETE
88192026-08-11T21:59:49.407Z[ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88202026-08-11T21:59:49.413Z[ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88212026-08-11T21:59:49.413Z[ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88222026-08-11T21:59:49.413Z[ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88232026-08-11T21:59:49.413Z[ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88242026-08-11T21:59:49.413Z[ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO ok!
88252026-08-11T21:59:49.413Z[ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO STEP 28 (ensure_file) COMPLETE
88262026-08-11T21:59:49.413Z[ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-08-11T21:59:49.419Z[ recovery-image] Aug 11 21:59:48.181 INFO O| Aug 11 21:59:48.181 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88282026-08-11T21:59:49.419Z[ recovery-image] Aug 11 21:59:48.181 INFO O| Aug 11 21:59:48.181 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88292026-08-11T21:59:49.419Z[ recovery-image] Aug 11 21:59:48.181 INFO O| Aug 11 21:59:48.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88302026-08-11T21:59:49.419Z[ recovery-image] Aug 11 21:59:48.182 INFO O| Aug 11 21:59:48.181 INFO ok!
88312026-08-11T21:59:49.419Z[ recovery-image] Aug 11 21:59:48.182 INFO O| Aug 11 21:59:48.181 INFO STEP 29 (ensure_file) COMPLETE
88322026-08-11T21:59:49.419Z[ recovery-image] Aug 11 21:59:48.182 INFO O| Aug 11 21:59:48.181 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332026-08-11T21:59:49.430Z[ recovery-image] Aug 11 21:59:48.191 INFO O| Aug 11 21:59:48.191 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88342026-08-11T21:59:49.430Z[ recovery-image] Aug 11 21:59:48.192 INFO O| Aug 11 21:59:48.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88352026-08-11T21:59:49.430Z[ recovery-image] Aug 11 21:59:48.192 INFO O| Aug 11 21:59:48.191 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88362026-08-11T21:59:49.446Z[ recovery-image] Aug 11 21:59:48.192 INFO O| Aug 11 21:59:48.192 INFO STEP 30 (ensure_dir) COMPLETE
88372026-08-11T21:59:49.447Z[ recovery-image] Aug 11 21:59:48.192 INFO O| Aug 11 21:59:48.192 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-11T21:59:49.452Z[ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88392026-08-11T21:59:49.452Z[ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 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 ...
88402026-08-11T21:59:49.452Z[ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 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
88412026-08-11T21:59:49.452Z[ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88422026-08-11T21:59:49.452Z[ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 INFO ok!
88432026-08-11T21:59:49.452Z[ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 INFO STEP 31 (ensure_file) COMPLETE
88442026-08-11T21:59:49.452Z[ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88452026-08-11T21:59:49.456Z[ recovery-image] Aug 11 21:59:48.219 INFO O| Aug 11 21:59:48.219 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88462026-08-11T21:59:49.456Z[ recovery-image] Aug 11 21:59:48.219 INFO O| Aug 11 21:59:48.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88472026-08-11T21:59:49.456Z[ recovery-image] Aug 11 21:59:48.219 INFO O| Aug 11 21:59:48.219 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88482026-08-11T21:59:49.457Z[ recovery-image] Aug 11 21:59:48.219 INFO O| Aug 11 21:59:48.219 INFO STEP 32 (ensure_dir) COMPLETE
88492026-08-11T21:59:49.457Z[ recovery-image] Aug 11 21:59:48.219 INFO O| Aug 11 21:59:48.219 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-08-11T21:59:49.466Z[ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88512026-08-11T21:59:49.466Z[ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 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 ...
88522026-08-11T21:59:49.466Z[ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 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
88532026-08-11T21:59:49.466Z[ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88542026-08-11T21:59:49.481Z[ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 INFO ok!
88552026-08-11T21:59:49.482Z[ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 INFO STEP 33 (ensure_file) COMPLETE
88562026-08-11T21:59:49.482Z[ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88572026-08-11T21:59:49.482Z[ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88582026-08-11T21:59:49.482Z[ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88592026-08-11T21:59:49.482Z[ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88602026-08-11T21:59:49.482Z[ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO ok!
88612026-08-11T21:59:49.482Z[ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO STEP 34 (ensure_file) COMPLETE
88622026-08-11T21:59:49.482Z[ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88632026-08-11T21:59:49.489Z[ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88642026-08-11T21:59:49.489Z[ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88652026-08-11T21:59:49.489Z[ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88662026-08-11T21:59:49.489Z[ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88672026-08-11T21:59:49.489Z[ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO ok!
88682026-08-11T21:59:49.489Z[ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO STEP 35 (ensure_file) COMPLETE
88692026-08-11T21:59:49.489Z[ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88702026-08-11T21:59:49.502Z[ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88712026-08-11T21:59:49.502Z[ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88722026-08-11T21:59:49.502Z[ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88732026-08-11T21:59:49.502Z[ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 INFO ok!
88742026-08-11T21:59:49.502Z[ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 INFO STEP 36 (ensure_file) COMPLETE
88752026-08-11T21:59:49.502Z[ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88762026-08-11T21:59:49.513Z[ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88772026-08-11T21:59:49.513Z[ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88782026-08-11T21:59:49.513Z[ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88792026-08-11T21:59:49.513Z[ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 INFO ok!
88802026-08-11T21:59:49.514Z[ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 INFO STEP 37 (ensure_file) COMPLETE
88812026-08-11T21:59:49.514Z[ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88822026-08-11T21:59:49.514Z[ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88832026-08-11T21:59:49.514Z[ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88842026-08-11T21:59:49.514Z[ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88852026-08-11T21:59:49.519Z[ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88862026-08-11T21:59:49.519Z[ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88872026-08-11T21:59:49.519Z[ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88882026-08-11T21:59:49.519Z[ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO ok!
88892026-08-11T21:59:49.519Z[ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO STEP 38 (ensure_file) COMPLETE
88902026-08-11T21:59:49.519Z[ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88912026-08-11T21:59:49.524Z[ recovery-image] Aug 11 21:59:48.283 INFO O| Aug 11 21:59:48.283 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88922026-08-11T21:59:49.524Z[ recovery-image] Aug 11 21:59:48.283 INFO O| Aug 11 21:59:48.283 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88932026-08-11T21:59:49.524Z[ recovery-image] Aug 11 21:59:48.283 INFO O| Aug 11 21:59:48.283 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88942026-08-11T21:59:49.524Z[ recovery-image] Aug 11 21:59:48.283 INFO O| Aug 11 21:59:48.283 INFO STEP 39 (ensure_dir) COMPLETE
88952026-08-11T21:59:49.524Z[ recovery-image] Aug 11 21:59:48.283 INFO O| Aug 11 21:59:48.283 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88962026-08-11T21:59:49.528Z[ recovery-image] Aug 11 21:59:48.292 INFO O| Aug 11 21:59:48.292 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
88972026-08-11T21:59:49.528Z[ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.292 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 ...
88982026-08-11T21:59:49.528Z[ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 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
88992026-08-11T21:59:49.528Z[ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 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
89002026-08-11T21:59:49.528Z[ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 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
89012026-08-11T21:59:49.528Z[ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 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
89022026-08-11T21:59:49.528Z[ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 INFO ok!
89032026-08-11T21:59:49.528Z[ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 INFO STEP 40 (ensure_file) COMPLETE
89042026-08-11T21:59:49.529Z[ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89052026-08-11T21:59:49.539Z[ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89062026-08-11T21:59:49.539Z[ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 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 ...
89072026-08-11T21:59:49.545Z[ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89082026-08-11T21:59:49.545Z[ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 INFO ok!
89092026-08-11T21:59:49.545Z[ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 INFO STEP 41 (ensure_symlink) COMPLETE
89102026-08-11T21:59:49.546Z[ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89112026-08-11T21:59:49.561Z[ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89122026-08-11T21:59:49.561Z[ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89132026-08-11T21:59:49.561Z[ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89142026-08-11T21:59:49.561Z[ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO ok!
89152026-08-11T21:59:49.561Z[ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO STEP 42 (ensure_symlink) COMPLETE
89162026-08-11T21:59:49.561Z[ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89172026-08-11T21:59:49.573Z[ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89182026-08-11T21:59:49.573Z[ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89192026-08-11T21:59:49.573Z[ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89202026-08-11T21:59:49.573Z[ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89212026-08-11T21:59:49.573Z[ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89222026-08-11T21:59:49.573Z[ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89232026-08-11T21:59:49.574Z[ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO ok!
89242026-08-11T21:59:49.574Z[ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO STEP 43 (ensure_file) COMPLETE
89252026-08-11T21:59:49.574Z[ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89262026-08-11T21:59:49.574Z[ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89272026-08-11T21:59:49.574Z[ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 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 ...
89282026-08-11T21:59:49.574Z[ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 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
89292026-08-11T21:59:49.574Z[ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89302026-08-11T21:59:49.574Z[ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 INFO ok!
89312026-08-11T21:59:49.574Z[ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 INFO STEP 44 (ensure_file) COMPLETE
89322026-08-11T21:59:49.574Z[ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-11T21:59:49.584Z[ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89342026-08-11T21:59:49.585Z[ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89352026-08-11T21:59:49.585Z[ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89362026-08-11T21:59:49.585Z[ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO ok!
89372026-08-11T21:59:49.585Z[ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO STEP 45 (ensure_file) COMPLETE
89382026-08-11T21:59:49.585Z[ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89392026-08-11T21:59:49.594Z[ recovery-image] Aug 11 21:59:48.351 INFO O| Aug 11 21:59:48.351 INFO updating shadow file
89402026-08-11T21:59:49.594Z[ recovery-image] Aug 11 21:59:48.351 INFO O| Aug 11 21:59:48.351 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89412026-08-11T21:59:49.595Z[ recovery-image] Aug 11 21:59:48.351 INFO O| Aug 11 21:59:48.351 INFO STEP 46 (shadow) COMPLETE
89422026-08-11T21:59:49.595Z[ recovery-image] Aug 11 21:59:48.351 INFO O| Aug 11 21:59:48.351 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89432026-08-11T21:59:49.602Z[ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89442026-08-11T21:59:49.602Z[ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89452026-08-11T21:59:49.602Z[ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89462026-08-11T21:59:49.602Z[ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89472026-08-11T21:59:49.602Z[ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO ok!
89482026-08-11T21:59:49.602Z[ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO STEP 47 (ensure_file) COMPLETE
89492026-08-11T21:59:49.602Z[ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89502026-08-11T21:59:49.608Z[ recovery-image] Aug 11 21:59:48.370 INFO O| Aug 11 21:59:48.370 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89512026-08-11T21:59:49.608Z[ recovery-image] Aug 11 21:59:48.370 INFO O| Aug 11 21:59:48.370 INFO STEP 48 (ensure_dir) COMPLETE
89522026-08-11T21:59:49.609Z[ recovery-image] Aug 11 21:59:48.370 INFO O| Aug 11 21:59:48.370 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89532026-08-11T21:59:49.615Z[ recovery-image] Aug 11 21:59:48.379 INFO O| Aug 11 21:59:48.379 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89542026-08-11T21:59:49.615Z[ recovery-image] Aug 11 21:59:48.379 INFO O| Aug 11 21:59:48.379 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89552026-08-11T21:59:49.615Z[ recovery-image] Aug 11 21:59:48.379 INFO O| Aug 11 21:59:48.379 INFO STEP 49 (ensure_dir) COMPLETE
89562026-08-11T21:59:49.615Z[ recovery-image] Aug 11 21:59:48.379 INFO O| Aug 11 21:59:48.379 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89572026-08-11T21:59:49.623Z[ recovery-image] Aug 11 21:59:48.388 INFO O| Aug 11 21:59:48.388 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89582026-08-11T21:59:49.623Z[ recovery-image] Aug 11 21:59:48.388 INFO O| Aug 11 21:59:48.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89592026-08-11T21:59:49.627Z[ recovery-image] Aug 11 21:59:48.388 INFO O| Aug 11 21:59:48.388 INFO STEP 50 (ensure_dir) COMPLETE
89602026-08-11T21:59:49.627Z[ recovery-image] Aug 11 21:59:48.388 INFO O| Aug 11 21:59:48.388 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89612026-08-11T21:59:49.633Z[ recovery-image] Aug 11 21:59:48.397 INFO O| Aug 11 21:59:48.397 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89622026-08-11T21:59:49.633Z[ recovery-image] Aug 11 21:59:48.397 INFO O| Aug 11 21:59:48.397 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89632026-08-11T21:59:49.662Z[ recovery-image] Aug 11 21:59:48.427 INFO O| Aug 11 21:59:48.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89642026-08-11T21:59:49.662Z[ recovery-image] Aug 11 21:59:48.428 INFO O| Aug 11 21:59:48.427 INFO ok!
89652026-08-11T21:59:49.666Z[ recovery-image] Aug 11 21:59:48.428 INFO O| Aug 11 21:59:48.427 INFO STEP 51 (ensure_file) COMPLETE
89662026-08-11T21:59:49.666Z[ recovery-image] Aug 11 21:59:48.428 INFO O| Aug 11 21:59:48.427 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89672026-08-11T21:59:49.675Z[ recovery-image] Aug 11 21:59:48.440 INFO O| Aug 11 21:59:48.440 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89682026-08-11T21:59:49.675Z[ recovery-image] Aug 11 21:59:48.440 INFO O| Aug 11 21:59:48.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89692026-08-11T21:59:49.678Z[ recovery-image] Aug 11 21:59:48.440 INFO O| Aug 11 21:59:48.440 INFO STEP 52 (ensure_dir) COMPLETE
89702026-08-11T21:59:49.678Z[ recovery-image] Aug 11 21:59:48.440 INFO O| Aug 11 21:59:48.440 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89712026-08-11T21:59:49.687Z[ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89722026-08-11T21:59:49.687Z[ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89732026-08-11T21:59:49.690Z[ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89742026-08-11T21:59:49.690Z[ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO ok!
89752026-08-11T21:59:49.690Z[ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO STEP 53 (ensure_file) COMPLETE
89762026-08-11T21:59:49.690Z[ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89772026-08-11T21:59:49.696Z[ recovery-image] Aug 11 21:59:48.461 INFO O| Aug 11 21:59:48.461 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89782026-08-11T21:59:49.696Z[ recovery-image] Aug 11 21:59:48.461 INFO O| Aug 11 21:59:48.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89792026-08-11T21:59:49.699Z[ recovery-image] Aug 11 21:59:48.461 INFO O| Aug 11 21:59:48.461 INFO STEP 54 (ensure_dir) COMPLETE
89802026-08-11T21:59:49.699Z[ recovery-image] Aug 11 21:59:48.461 INFO O| Aug 11 21:59:48.461 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89812026-08-11T21:59:49.706Z[ recovery-image] Aug 11 21:59:48.472 INFO O| Aug 11 21:59:48.472 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89822026-08-11T21:59:49.706Z[ recovery-image] Aug 11 21:59:48.472 INFO O| Aug 11 21:59:48.472 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89832026-08-11T21:59:51.742Z[ recovery-image] Aug 11 21:59:50.508 INFO O| Aug 11 21:59:50.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89842026-08-11T21:59:51.742Z[ recovery-image] Aug 11 21:59:50.508 INFO O| Aug 11 21:59:50.508 INFO ok!
89852026-08-11T21:59:51.742Z[ recovery-image] Aug 11 21:59:50.508 INFO O| Aug 11 21:59:50.508 INFO STEP 55 (ensure_file) COMPLETE
89862026-08-11T21:59:51.746Z[ recovery-image] Aug 11 21:59:50.508 INFO O| Aug 11 21:59:50.508 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89872026-08-11T21:59:51.754Z[ recovery-image] Aug 11 21:59:50.519 INFO O| Aug 11 21:59:50.519 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89882026-08-11T21:59:51.754Z[ recovery-image] Aug 11 21:59:50.519 INFO O| Aug 11 21:59:50.519 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89892026-08-11T21:59:52.942Z[verify-libraries] Compiling polar-core v0.27.3
89902026-08-11T21:59:53.771Z[ recovery-image] Aug 11 21:59:52.529 INFO O| Aug 11 21:59:52.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89912026-08-11T21:59:53.772Z[ recovery-image] Aug 11 21:59:52.529 INFO O| Aug 11 21:59:52.529 INFO ok!
89922026-08-11T21:59:53.772Z[ recovery-image] Aug 11 21:59:52.529 INFO O| Aug 11 21:59:52.529 INFO STEP 56 (ensure_file) COMPLETE
89932026-08-11T21:59:53.772Z[ recovery-image] Aug 11 21:59:52.529 INFO O| Aug 11 21:59:52.529 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89942026-08-11T21:59:53.793Z[ recovery-image] Aug 11 21:59:52.540 INFO O| Aug 11 21:59:52.540 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89952026-08-11T21:59:53.793Z[ recovery-image] Aug 11 21:59:52.540 INFO O| Aug 11 21:59:52.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89962026-08-11T21:59:53.793Z[ recovery-image] Aug 11 21:59:52.540 INFO O| Aug 11 21:59:52.540 INFO STEP 57 (ensure_dir) COMPLETE
89972026-08-11T21:59:53.793Z[ recovery-image] Aug 11 21:59:52.540 INFO O| Aug 11 21:59:52.540 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89982026-08-11T21:59:53.816Z[ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89992026-08-11T21:59:53.817Z[ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 INFO copying /tmp/.tmpGtRjcD/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 ...
90002026-08-11T21:59:53.817Z[ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 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
90012026-08-11T21:59:53.817Z[ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 INFO ok!
90022026-08-11T21:59:53.817Z[ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 INFO STEP 58 (ensure_file) COMPLETE
90032026-08-11T21:59:53.817Z[ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90042026-08-11T21:59:53.817Z[ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90052026-08-11T21:59:53.817Z[ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 INFO copying /tmp/.tmpGtRjcD/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 ...
90062026-08-11T21:59:53.817Z[ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 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
90072026-08-11T21:59:53.817Z[ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 INFO ok!
90082026-08-11T21:59:53.818Z[ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 INFO STEP 59 (ensure_file) COMPLETE
90092026-08-11T21:59:53.818Z[ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90102026-08-11T21:59:53.848Z[ recovery-image] Aug 11 21:59:52.567 INFO O| Aug 11 21:59:52.567 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90112026-08-11T21:59:53.848Z[ recovery-image] Aug 11 21:59:52.567 INFO O| Aug 11 21:59:52.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90122026-08-11T21:59:53.849Z[ recovery-image] Aug 11 21:59:52.567 INFO O| Aug 11 21:59:52.567 INFO STEP 60 (ensure_dir) COMPLETE
90132026-08-11T21:59:53.849Z[ recovery-image] Aug 11 21:59:52.567 INFO O| Aug 11 21:59:52.567 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90142026-08-11T21:59:53.849Z[ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90152026-08-11T21:59:53.849Z[ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO copying /tmp/.tmpGtRjcD/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 ...
90162026-08-11T21:59:53.849Z[ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90172026-08-11T21:59:53.849Z[ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO ok!
90182026-08-11T21:59:53.849Z[ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO STEP 61 (ensure_file) COMPLETE
90192026-08-11T21:59:53.849Z[ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-08-11T21:59:53.858Z[ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90212026-08-11T21:59:53.858Z[ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 INFO copying /tmp/.tmpGtRjcD/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 ...
90222026-08-11T21:59:53.858Z[ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 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
90232026-08-11T21:59:53.858Z[ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 INFO ok!
90242026-08-11T21:59:53.858Z[ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 INFO STEP 62 (ensure_file) COMPLETE
90252026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.595 INFO O| Aug 11 21:59:52.594 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90272026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.595 INFO O| Aug 11 21:59:52.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90282026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.595 INFO O| Aug 11 21:59:52.595 INFO STEP 63 (ensure_dir) COMPLETE
90292026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.595 INFO O| Aug 11 21:59:52.595 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.602 INFO O| Aug 11 21:59:52.602 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90312026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.603 INFO O| Aug 11 21:59:52.602 INFO copying /tmp/.tmpGtRjcD/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 ...
90322026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.603 INFO O| Aug 11 21:59:52.603 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90332026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.603 INFO O| Aug 11 21:59:52.603 INFO ok!
90342026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.603 INFO O| Aug 11 21:59:52.603 INFO STEP 64 (ensure_file) COMPLETE
90352026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.603 INFO O| Aug 11 21:59:52.603 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90372026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90382026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90392026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO ok!
90402026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO STEP 65 (ensure_file) COMPLETE
90412026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90422026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.618 INFO O| Aug 11 21:59:52.618 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90432026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.618 INFO O| Aug 11 21:59:52.618 INFO STEP 66 (ensure_dir) COMPLETE
90442026-08-11T21:59:53.859Z[ recovery-image] Aug 11 21:59:52.618 INFO O| Aug 11 21:59:52.618 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90452026-08-11T21:59:53.865Z[ recovery-image] Aug 11 21:59:52.627 INFO O| Aug 11 21:59:52.627 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90462026-08-11T21:59:53.865Z[ recovery-image] Aug 11 21:59:52.627 INFO O| Aug 11 21:59:52.627 INFO STEP 67 (ensure_dir) COMPLETE
90472026-08-11T21:59:53.865Z[ recovery-image] Aug 11 21:59:52.627 INFO O| Aug 11 21:59:52.627 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-08-11T21:59:53.870Z[ recovery-image] Aug 11 21:59:52.635 INFO O| Aug 11 21:59:52.635 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90492026-08-11T21:59:53.870Z[ recovery-image] Aug 11 21:59:52.635 INFO O| Aug 11 21:59:52.635 INFO STEP 68 (ensure_dir) COMPLETE
90502026-08-11T21:59:53.876Z[ recovery-image] Aug 11 21:59:52.635 INFO O| Aug 11 21:59:52.635 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-08-11T21:59:53.882Z[ recovery-image] Aug 11 21:59:52.647 INFO O| Aug 11 21:59:52.647 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90522026-08-11T21:59:53.882Z[ recovery-image] Aug 11 21:59:52.647 INFO O| Aug 11 21:59:52.647 INFO STEP 69 (ensure_dir) COMPLETE
90532026-08-11T21:59:53.882Z[ recovery-image] Aug 11 21:59:52.647 INFO O| Aug 11 21:59:52.647 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-08-11T21:59:53.900Z[ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.657 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90552026-08-11T21:59:53.901Z[ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.658 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90562026-08-11T21:59:53.901Z[ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90572026-08-11T21:59:53.911Z[ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.658 INFO ok!
90582026-08-11T21:59:53.912Z[ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.658 INFO STEP 70 (ensure_file) COMPLETE
90592026-08-11T21:59:53.912Z[ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.658 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90602026-08-11T21:59:53.912Z[ recovery-image] Aug 11 21:59:52.668 INFO O| Aug 11 21:59:52.668 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90612026-08-11T21:59:53.912Z[ recovery-image] Aug 11 21:59:52.668 INFO O| Aug 11 21:59:52.668 INFO STEP 71 (remove_files) COMPLETE
90622026-08-11T21:59:53.912Z[ recovery-image] Aug 11 21:59:52.668 INFO O| Aug 11 21:59:52.668 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90632026-08-11T21:59:53.918Z[ recovery-image] Aug 11 21:59:52.679 INFO O| Aug 11 21:59:52.678 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90642026-08-11T21:59:53.918Z[ recovery-image] Aug 11 21:59:52.679 INFO O| Aug 11 21:59:52.679 INFO STEP 72 (remove_files) COMPLETE
90652026-08-11T21:59:53.918Z[ recovery-image] Aug 11 21:59:52.679 INFO O| Aug 11 21:59:52.679 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90662026-08-11T21:59:53.933Z[ recovery-image] Aug 11 21:59:52.689 INFO O| Aug 11 21:59:52.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90672026-08-11T21:59:53.933Z[ recovery-image] Aug 11 21:59:52.689 INFO O| Aug 11 21:59:52.689 INFO STEP 73 (remove_files) COMPLETE
90682026-08-11T21:59:53.933Z[ recovery-image] Aug 11 21:59:52.689 INFO O| Aug 11 21:59:52.689 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90692026-08-11T21:59:53.959Z[ recovery-image] Aug 11 21:59:52.699 INFO O| Aug 11 21:59:52.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90702026-08-11T21:59:53.959Z[ recovery-image] Aug 11 21:59:52.699 INFO O| Aug 11 21:59:52.699 INFO STEP 74 (remove_files) COMPLETE
90712026-08-11T21:59:53.959Z[ recovery-image] Aug 11 21:59:52.699 INFO O| Aug 11 21:59:52.699 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90722026-08-11T21:59:53.981Z[ recovery-image] Aug 11 21:59:52.709 INFO O| Aug 11 21:59:52.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90732026-08-11T21:59:53.982Z[ recovery-image] Aug 11 21:59:52.709 INFO O| Aug 11 21:59:52.709 INFO STEP 75 (remove_files) COMPLETE
90742026-08-11T21:59:53.982Z[ recovery-image] Aug 11 21:59:52.709 INFO O| Aug 11 21:59:52.709 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90752026-08-11T21:59:53.982Z[ recovery-image] Aug 11 21:59:52.719 INFO O| Aug 11 21:59:52.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90762026-08-11T21:59:53.982Z[ recovery-image] Aug 11 21:59:52.719 INFO O| Aug 11 21:59:52.719 INFO STEP 76 (remove_files) COMPLETE
90772026-08-11T21:59:53.982Z[ recovery-image] Aug 11 21:59:52.719 INFO O| Aug 11 21:59:52.719 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90782026-08-11T21:59:53.982Z[ recovery-image] Aug 11 21:59:52.730 INFO O| Aug 11 21:59:52.730 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90792026-08-11T21:59:53.982Z[ recovery-image] Aug 11 21:59:52.730 INFO O| Aug 11 21:59:52.730 INFO STEP 77 (remove_files) COMPLETE
90802026-08-11T21:59:53.982Z[ recovery-image] Aug 11 21:59:52.730 INFO O| Aug 11 21:59:52.730 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90812026-08-11T21:59:53.993Z[ recovery-image] Aug 11 21:59:52.739 INFO O| Aug 11 21:59:52.739 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90822026-08-11T21:59:53.993Z[ recovery-image] Aug 11 21:59:52.740 INFO O| Aug 11 21:59:52.739 INFO STEP 78 (remove_files) COMPLETE
90832026-08-11T21:59:53.993Z[ recovery-image] Aug 11 21:59:52.740 INFO O| Aug 11 21:59:52.740 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90842026-08-11T21:59:53.993Z[ recovery-image] Aug 11 21:59:52.750 INFO O| Aug 11 21:59:52.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90852026-08-11T21:59:53.994Z[ recovery-image] Aug 11 21:59:52.750 INFO O| Aug 11 21:59:52.750 INFO STEP 79 (remove_files) COMPLETE
90862026-08-11T21:59:53.994Z[ recovery-image] Aug 11 21:59:52.750 INFO O| Aug 11 21:59:52.750 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90872026-08-11T21:59:54.006Z[ recovery-image] Aug 11 21:59:52.760 INFO O| Aug 11 21:59:52.760 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90882026-08-11T21:59:54.006Z[ recovery-image] Aug 11 21:59:52.760 INFO O| Aug 11 21:59:52.760 INFO STEP 80 (remove_files) COMPLETE
90892026-08-11T21:59:54.007Z[ recovery-image] Aug 11 21:59:52.760 INFO O| Aug 11 21:59:52.760 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90902026-08-11T21:59:54.020Z[ recovery-image] Aug 11 21:59:52.770 INFO O| Aug 11 21:59:52.770 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90912026-08-11T21:59:54.020Z[ recovery-image] Aug 11 21:59:52.771 INFO O| Aug 11 21:59:52.771 INFO STEP 81 (remove_files) COMPLETE
90922026-08-11T21:59:54.020Z[ recovery-image] Aug 11 21:59:52.771 INFO O| Aug 11 21:59:52.771 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90932026-08-11T21:59:54.032Z[ recovery-image] Aug 11 21:59:52.782 INFO O| Aug 11 21:59:52.782 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90942026-08-11T21:59:54.032Z[ recovery-image] Aug 11 21:59:52.782 INFO O| Aug 11 21:59:52.782 INFO STEP 82 (remove_files) COMPLETE
90952026-08-11T21:59:54.032Z[ recovery-image] Aug 11 21:59:52.782 INFO O| Aug 11 21:59:52.782 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90962026-08-11T21:59:54.036Z[ recovery-image] Aug 11 21:59:52.793 INFO O| Aug 11 21:59:52.793 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
90972026-08-11T21:59:54.036Z[ recovery-image] Aug 11 21:59:52.793 INFO O| Aug 11 21:59:52.793 INFO STEP 83 (remove_files) COMPLETE
90982026-08-11T21:59:54.036Z[ recovery-image] Aug 11 21:59:52.793 INFO O| Aug 11 21:59:52.793 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90992026-08-11T21:59:54.050Z[ recovery-image] Aug 11 21:59:52.804 INFO O| Aug 11 21:59:52.804 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91002026-08-11T21:59:54.050Z[ recovery-image] Aug 11 21:59:52.804 INFO O| Aug 11 21:59:52.804 INFO STEP 84 (remove_files) COMPLETE
91012026-08-11T21:59:54.050Z[ recovery-image] Aug 11 21:59:52.804 INFO O| Aug 11 21:59:52.804 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91022026-08-11T21:59:54.056Z[ recovery-image] Aug 11 21:59:52.813 INFO O| Aug 11 21:59:52.813 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91032026-08-11T21:59:54.056Z[ recovery-image] Aug 11 21:59:52.813 INFO O| Aug 11 21:59:52.813 INFO STEP 85 (remove_files) COMPLETE
91042026-08-11T21:59:54.056Z[ recovery-image] Aug 11 21:59:52.813 INFO O| Aug 11 21:59:52.813 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91052026-08-11T21:59:54.066Z[ recovery-image] Aug 11 21:59:52.821 INFO O| Aug 11 21:59:52.821 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91062026-08-11T21:59:54.066Z[ recovery-image] Aug 11 21:59:52.821 INFO O| Aug 11 21:59:52.821 INFO STEP 86 (remove_files) COMPLETE
91072026-08-11T21:59:54.066Z[ recovery-image] Aug 11 21:59:52.821 INFO O| Aug 11 21:59:52.821 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91082026-08-11T21:59:54.075Z[ recovery-image] Aug 11 21:59:52.830 INFO O| Aug 11 21:59:52.830 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91092026-08-11T21:59:54.076Z[ recovery-image] Aug 11 21:59:52.830 INFO O| Aug 11 21:59:52.830 INFO STEP 87 (remove_files) COMPLETE
91102026-08-11T21:59:54.076Z[ recovery-image] Aug 11 21:59:52.830 INFO O| Aug 11 21:59:52.830 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91112026-08-11T21:59:54.076Z[ recovery-image] Aug 11 21:59:52.838 INFO O| Aug 11 21:59:52.838 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91122026-08-11T21:59:54.076Z[ recovery-image] Aug 11 21:59:52.838 INFO O| Aug 11 21:59:52.838 INFO STEP 88 (remove_files) COMPLETE
91132026-08-11T21:59:54.076Z[ recovery-image] Aug 11 21:59:52.838 INFO O| Aug 11 21:59:52.838 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91142026-08-11T21:59:54.195Z[ recovery-image] Aug 11 21:59:52.846 INFO O| Aug 11 21:59:52.846 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91152026-08-11T21:59:54.195Z[ recovery-image] Aug 11 21:59:52.846 INFO O| Aug 11 21:59:52.846 INFO STEP 89 (remove_files) COMPLETE
91162026-08-11T21:59:54.195Z[ recovery-image] Aug 11 21:59:52.846 INFO O| Aug 11 21:59:52.846 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91172026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.855 INFO O| Aug 11 21:59:52.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91182026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.855 INFO O| Aug 11 21:59:52.855 INFO STEP 90 (remove_files) COMPLETE
91192026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.855 INFO O| Aug 11 21:59:52.855 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91202026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.863 INFO O| Aug 11 21:59:52.863 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91212026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.863 INFO O| Aug 11 21:59:52.863 INFO STEP 91 (remove_files) COMPLETE
91222026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.863 INFO O| Aug 11 21:59:52.863 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.872 INFO O| Aug 11 21:59:52.871 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91242026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.872 INFO O| Aug 11 21:59:52.872 INFO STEP 92 (remove_files) COMPLETE
91252026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.872 INFO O| Aug 11 21:59:52.872 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.880 INFO O| Aug 11 21:59:52.880 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91272026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.880 INFO O| Aug 11 21:59:52.880 INFO STEP 93 (remove_files) COMPLETE
91282026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.880 INFO O| Aug 11 21:59:52.880 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.889 INFO O| Aug 11 21:59:52.889 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91302026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.889 INFO O| Aug 11 21:59:52.889 INFO STEP 94 (remove_files) COMPLETE
91312026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.889 INFO O| Aug 11 21:59:52.889 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-11T21:59:54.221Z[ recovery-image] Aug 11 21:59:52.899 INFO O| Aug 11 21:59:52.899 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91332026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.899 INFO O| Aug 11 21:59:52.899 INFO STEP 95 (remove_files) COMPLETE
91342026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.899 INFO O| Aug 11 21:59:52.899 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.910 INFO O| Aug 11 21:59:52.910 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91362026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.910 INFO O| Aug 11 21:59:52.910 INFO STEP 96 (remove_files) COMPLETE
91372026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.910 INFO O| Aug 11 21:59:52.910 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.919 INFO O| Aug 11 21:59:52.919 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91392026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.919 INFO O| Aug 11 21:59:52.919 INFO STEP 97 (remove_files) COMPLETE
91402026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.919 INFO O| Aug 11 21:59:52.919 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.930 INFO O| Aug 11 21:59:52.930 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91422026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.930 INFO O| Aug 11 21:59:52.930 INFO STEP 98 (remove_files) COMPLETE
91432026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.930 INFO O| Aug 11 21:59:52.930 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.941 INFO O| Aug 11 21:59:52.941 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91452026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.941 INFO O| Aug 11 21:59:52.941 INFO STEP 99 (remove_files) COMPLETE
91462026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.941 INFO O| Aug 11 21:59:52.941 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91472026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.957 INFO O| Aug 11 21:59:52.957 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91482026-08-11T21:59:54.222Z[ recovery-image] Aug 11 21:59:52.957 INFO O| Aug 11 21:59:52.957 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
91492026-08-11T21:59:56.611Z[ host-image] Aug 11 21:59:55.367 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91502026-08-11T21:59:56.612Z[ host-image] Aug 11 21:59:55.367 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91512026-08-11T21:59:56.642Z[ host-image] Aug 11 21:59:55.367 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91522026-08-11T21:59:56.642Z[ host-image] Aug 11 21:59:55.367 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91532026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91542026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91552026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91562026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91572026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260811T214053Z
91582026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91592026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91602026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
91612026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.369 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
91622026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.369 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
91632026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.369 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
91642026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.369 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91652026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.369 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
91662026-08-11T21:59:56.643Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
91672026-08-11T21:59:56.644Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
91682026-08-11T21:59:56.644Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
91692026-08-11T21:59:56.644Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
91702026-08-11T21:59:56.644Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
91712026-08-11T21:59:56.644Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91722026-08-11T21:59:56.644Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
91732026-08-11T21:59:56.644Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91742026-08-11T21:59:56.644Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
91752026-08-11T21:59:56.645Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
91762026-08-11T21:59:56.645Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
91772026-08-11T21:59:56.645Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
91782026-08-11T21:59:56.645Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
91792026-08-11T21:59:56.645Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
91802026-08-11T21:59:56.645Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
91812026-08-11T21:59:56.645Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
91822026-08-11T21:59:56.645Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
91832026-08-11T21:59:56.645Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
91842026-08-11T21:59:56.646Z[ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
91852026-08-11T21:59:56.646Z[ host-image] Aug 11 21:59:55.371 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
91862026-08-11T21:59:56.646Z[ host-image] Aug 11 21:59:55.371 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
91872026-08-11T21:59:56.646Z[ host-image] Aug 11 21:59:55.371 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
91882026-08-11T21:59:56.646Z[ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
91892026-08-11T21:59:56.646Z[ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
91902026-08-11T21:59:56.646Z[ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
91912026-08-11T21:59:56.646Z[ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
91922026-08-11T21:59:56.647Z[ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
91932026-08-11T21:59:56.647Z[ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
91942026-08-11T21:59:56.690Z[ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
91952026-08-11T21:59:56.690Z[ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
91962026-08-11T21:59:56.690Z[ host-image] Aug 11 21:59:55.375 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
91972026-08-11T21:59:56.690Z[ host-image] Aug 11 21:59:55.375 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
91982026-08-11T21:59:56.690Z[ host-image] Aug 11 21:59:55.375 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
91992026-08-11T21:59:56.690Z[ host-image] Aug 11 21:59:55.378 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92002026-08-11T21:59:56.690Z[ host-image] Aug 11 21:59:55.378 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92012026-08-11T21:59:56.690Z[ host-image] Aug 11 21:59:55.378 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92022026-08-11T21:59:56.690Z[ host-image] Aug 11 21:59:55.379 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92032026-08-11T21:59:56.691Z[ host-image] Aug 11 21:59:55.380 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92042026-08-11T21:59:56.691Z[ host-image] Aug 11 21:59:55.380 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92052026-08-11T21:59:56.723Z[ host-image] Aug 11 21:59:55.431 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92062026-08-11T21:59:56.723Z[ host-image] Aug 11 21:59:55.431 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92072026-08-11T21:59:56.723Z[ host-image] Aug 11 21:59:55.431 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92082026-08-11T21:59:56.723Z[ host-image] Aug 11 21:59:55.431 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92092026-08-11T21:59:56.723Z[ host-image] Aug 11 21:59:55.431 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92102026-08-11T21:59:56.723Z[ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92112026-08-11T21:59:56.723Z[ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92122026-08-11T21:59:56.723Z[ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92132026-08-11T21:59:56.723Z[ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92142026-08-11T21:59:56.723Z[ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92152026-08-11T21:59:56.724Z[ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92162026-08-11T21:59:56.724Z[ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92172026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92182026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.433 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92192026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.433 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92202026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.433 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92212026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.433 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92222026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.433 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92232026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.437 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92242026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.437 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92252026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.438 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92262026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.438 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92272026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.438 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92282026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.439 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92292026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.439 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92302026-08-11T21:59:56.725Z[ host-image] Aug 11 21:59:55.439 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92312026-08-11T21:59:56.726Z[ host-image] Aug 11 21:59:55.439 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92322026-08-11T21:59:56.726Z[ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92332026-08-11T21:59:56.726Z[ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92342026-08-11T21:59:56.726Z[ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92352026-08-11T21:59:56.726Z[ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92362026-08-11T21:59:56.726Z[ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92372026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92382026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92392026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.441 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92402026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.443 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92412026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.443 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92422026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.443 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92432026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.443 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92442026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92452026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92462026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92472026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92482026-08-11T21:59:56.727Z[ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92492026-08-11T21:59:56.728Z[ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92502026-08-11T21:59:56.728Z[ host-image] Aug 11 21:59:55.447 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92512026-08-11T21:59:56.728Z[ host-image] Aug 11 21:59:55.447 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92522026-08-11T21:59:56.728Z[ host-image] Aug 11 21:59:55.447 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92532026-08-11T21:59:56.728Z[ host-image] Aug 11 21:59:55.467 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
92542026-08-11T21:59:56.729Z[ host-image] Aug 11 21:59:55.467 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
92552026-08-11T21:59:56.729Z[ host-image] Aug 11 21:59:55.473 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
92562026-08-11T21:59:56.729Z[ host-image] Aug 11 21:59:55.473 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
92572026-08-11T21:59:56.729Z[ host-image] Aug 11 21:59:55.473 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
92582026-08-11T21:59:56.729Z[ host-image] Aug 11 21:59:55.473 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92592026-08-11T21:59:56.729Z[ host-image] Aug 11 21:59:55.473 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92602026-08-11T21:59:56.759Z[ host-image] Aug 11 21:59:55.482 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
92612026-08-11T21:59:56.759Z[ host-image] Aug 11 21:59:55.482 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92622026-08-11T21:59:56.759Z[ host-image] Aug 11 21:59:55.482 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
92632026-08-11T21:59:56.759Z[ host-image] Aug 11 21:59:55.482 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
92642026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.482 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
92652026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92662026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
92672026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
92682026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
92692026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
92702026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
92712026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
92722026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
92732026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.484 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
92742026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.484 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
92752026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
92762026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
92772026-08-11T21:59:56.760Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
92782026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
92792026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
92802026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
92812026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
92822026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
92832026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
92842026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
92852026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
92862026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
92872026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
92882026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
92892026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
92902026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.486 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
92912026-08-11T21:59:56.761Z[ host-image] Aug 11 21:59:55.486 INFO O| tempdir @ "/tmp/.tmpzGSj1E/tmp"
92922026-08-11T21:59:56.762Z[ host-image] Aug 11 21:59:55.486 INFO O| image root @ "/tmp/.tmpzGSj1E/tmp/root"
92932026-08-11T21:59:56.762Z[ host-image] Aug 11 21:59:55.486 INFO O| creating image...
92942026-08-11T21:59:59.017Z[ host-image] Aug 11 21:59:57.782 INFO O| copying publishers...
92952026-08-11T22:00:00.533Z[ recovery-image] Aug 11 21:59:59.293 INFO O| Aug 11 21:59:59.293 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
92962026-08-11T22:00:00.533Z[ recovery-image] Aug 11 21:59:59.293 INFO O| Aug 11 21:59:59.293 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92972026-08-11T22:00:00.576Z[ recovery-image] Aug 11 21:59:59.337 INFO O| Aug 11 21:59:59.337 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"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", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92982026-08-11T22:00:00.717Z[ recovery-image] Aug 11 21:59:59.481 INFO O| Aug 11 21:59:59.481 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92992026-08-11T22:00:00.781Z[ recovery-image] Aug 11 21:59:59.545 INFO O| Aug 11 21:59:59.545 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93002026-08-11T22:00:00.865Z[ recovery-image] Aug 11 21:59:59.624 INFO O| Aug 11 21:59:59.624 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93012026-08-11T22:00:00.865Z[ recovery-image] Aug 11 21:59:59.624 INFO O| Aug 11 21:59:59.624 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 ...
93022026-08-11T22:00:00.865Z[ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93032026-08-11T22:00:00.869Z[ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO ok!
93042026-08-11T22:00:00.869Z[ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93052026-08-11T22:00:00.869Z[ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO STEP 100 (seed_smf) COMPLETE
93062026-08-11T22:00:00.869Z[ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO steps complete; finalising image!
93072026-08-11T22:00:00.869Z[ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93082026-08-11T22:00:00.926Z[ recovery-image] Aug 11 21:59:59.689 INFO O| Aug 11 21:59:59.689 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 11 21:59:59 2026)
93092026-08-11T22:00:01.133Z[ recovery-image] Aug 11 21:59:59.896 INFO O| Aug 11 21:59:59.896 INFO trim TEMPORARY-sled-zfs-recovery: (79% trimmed, started at Tue Aug 11 21:59:59 2026)
93102026-08-11T22:00:01.338Z[ recovery-image] Aug 11 22:00:00.103 INFO O| Aug 11 22:00:00.103 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 11 21:59:59 2026)
93112026-08-11T22:00:04.013Z[ recovery-image] Aug 11 22:00:02.775 INFO O| Aug 11 22:00:02.775 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Aug 11 21:59:59 2026)
93122026-08-11T22:00:04.144Z[verify-libraries] Compiling oso v0.27.3
93132026-08-11T22:00:04.234Z[ recovery-image] Aug 11 22:00:02.998 INFO O| Aug 11 22:00:02.998 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
93142026-08-11T22:00:04.234Z[ recovery-image] Aug 11 22:00:02.999 INFO O| Aug 11 22:00:02.998 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93152026-08-11T22:00:04.856Z[ recovery-image] Aug 11 22:00:03.621 INFO O| Aug 11 22:00:03.621 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
93162026-08-11T22:00:04.856Z[ recovery-image] Aug 11 22:00:03.621 INFO O| Aug 11 22:00:03.621 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93172026-08-11T22:00:05.051Z[ host-image] Aug 11 22:00:03.798 INFO O| adding properties...
93182026-08-11T22:00:05.068Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93192026-08-11T22:00:05.135Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93202026-08-11T22:00:06.189Z[ host-image] Aug 11 22:00:04.954 INFO O| installing packages...
93212026-08-11T22:00:07.511Z[ recovery-image] Aug 11 22:00:06.276 INFO O| Aug 11 22:00:06.276 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93222026-08-11T22:00:07.511Z[ recovery-image] Aug 11 22:00:06.276 INFO O| Aug 11 22:00:06.276 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93232026-08-11T22:00:07.515Z[ recovery-image] Aug 11 22:00:06.276 INFO O| Aug 11 22:00:06.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93242026-08-11T22:00:07.516Z[ recovery-image] Aug 11 22:00:06.276 INFO O| Aug 11 22:00:06.276 INFO completed processing sled/zfs-recovery
93252026-08-11T22:00:07.516Z[ recovery-image] Aug 11 22:00:06.276 INFO O| Aug 11 22:00:06.276 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93262026-08-11T22:00:11.139Z[ recovery-image] Aug 11 22:00:09.890 INFO O| Aug 11 22:00:09.890 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93272026-08-11T22:00:11.346Z[ recovery-image] Aug 11 22:00:10.105 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93282026-08-11T22:00:11.346Z[ recovery-image] Aug 11 22:00:10.105 INFO expanded image name: "recovery 68697a7/${os_short_commit} 2026-08-11 21:40" -> "recovery 68697a7/aaf8e74 2026-08-11 21:40"
93292026-08-11T22:00:11.346Z[ recovery-image] Aug 11 22:00:10.105 INFO output artefacts stored in: "/work/os-recovery"
93302026-08-11T22:00:11.357Z[ recovery-image] Aug 11 22:00:10.105 INFO collecting git info from project "bootserver"...
93312026-08-11T22:00:11.357Z[ recovery-image] Aug 11 22:00:10.113 INFO collecting git info from project "dmar-report"...
93322026-08-11T22:00:11.379Z[ recovery-image] Aug 11 22:00:10.123 INFO collecting git info from project "phbl"...
93332026-08-11T22:00:11.389Z[ recovery-image] Aug 11 22:00:10.131 INFO collecting git info from project "image-builder"...
93342026-08-11T22:00:11.389Z[ recovery-image] Aug 11 22:00:10.138 INFO collecting git info from project "amd-firmware"...
93352026-08-11T22:00:11.776Z[ recovery-image] Aug 11 22:00:10.541 INFO collecting git info from project "chelsio-t6-roms"...
93362026-08-11T22:00:11.831Z[ recovery-image] Aug 11 22:00:10.593 INFO collecting git info from project "pinprick"...
93372026-08-11T22:00:11.845Z[ recovery-image] Aug 11 22:00:10.600 INFO collecting git info from project "amd-host-image-builder"...
93382026-08-11T22:00:11.878Z[ recovery-image] Aug 11 22:00:10.641 INFO collecting git info from project "pilot"...
93392026-08-11T22:00:11.888Z[ recovery-image] Aug 11 22:00:10.652 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93402026-08-11T22:00:12.320Z[ recovery-image] Aug 11 22:00:11.085 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93412026-08-11T22:00:12.748Z[ recovery-image] Aug 11 22:00:11.509 INFO creating Oxide boot image...
93422026-08-11T22:00:12.748Z[ recovery-image] Aug 11 22:00:11.509 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 68697a7/aaf8e74 2026-08-11 21:40", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93432026-08-11T22:00:14.981Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93442026-08-11T22:00:16.259Z[ host-image] Aug 11 22:00:15.016 INFO O| seeding SMF database...
93452026-08-11T22:00:18.003Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93462026-08-11T22:00:18.916Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93472026-08-11T22:00:19.402Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93482026-08-11T22:00:21.174Z[ host-image] Aug 11 22:00:19.938 INFO O| configuring SMF profile...
93492026-08-11T22:00:21.174Z[ host-image] Aug 11 22:00:19.938 INFO O| modifying shadow(5)...
93502026-08-11T22:00:21.178Z[ host-image] Aug 11 22:00:19.938 INFO O| loading user and group database...
93512026-08-11T22:00:21.178Z[ host-image] Aug 11 22:00:19.938 INFO O| loading facet selections...
93522026-08-11T22:00:21.250Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93532026-08-11T22:00:21.710Z[ host-image] Aug 11 22:00:20.462 INFO O| devel -> true
93542026-08-11T22:00:21.714Z[ host-image] Aug 11 22:00:20.462 INFO O| doc.man -> true
93552026-08-11T22:00:21.714Z[ host-image] Aug 11 22:00:20.462 INFO O| version-lock.shell/ksh93 -> true
93562026-08-11T22:00:21.714Z[ host-image] Aug 11 22:00:20.462 INFO O| version-lock.system/data/hardware-registry -> true
93572026-08-11T22:00:21.714Z[ host-image] Aug 11 22:00:20.462 INFO O| version-lock.system/data/zoneinfo -> true
93582026-08-11T22:00:21.714Z[ host-image] Aug 11 22:00:20.462 INFO O| version-lock.system/microcode/amd -> true
93592026-08-11T22:00:21.714Z[ host-image] Aug 11 22:00:20.462 INFO O| version-lock.system/microcode/intel -> true
93602026-08-11T22:00:21.714Z[ host-image] Aug 11 22:00:20.462 INFO O| version-lock.system/microcode/oxide -> true
93612026-08-11T22:00:21.714Z[ host-image] Aug 11 22:00:20.462 INFO O| assessing packaged files...
93622026-08-11T22:00:22.145Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93632026-08-11T22:00:23.754Z[ host-image] Aug 11 22:00:22.518 INFO O| creating archive...
93642026-08-11T22:00:23.776Z[ host-image] Aug 11 22:00:22.540 INFO O| missing from packaging:
93652026-08-11T22:00:23.776Z[ host-image] Aug 11 22:00:22.540 INFO O| "etc/.pwd.lock"
93662026-08-11T22:00:23.777Z[ host-image] Aug 11 22:00:22.540 INFO O| "etc/bash"
93672026-08-11T22:00:23.782Z[ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/profile/generic.xml"
93682026-08-11T22:00:23.782Z[ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/profile/inetd_services.xml"
93692026-08-11T22:00:23.782Z[ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/profile/name_service.xml"
93702026-08-11T22:00:23.782Z[ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/profile/platform.xml"
93712026-08-11T22:00:23.782Z[ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/profile/platform_omicron1.xml"
93722026-08-11T22:00:23.782Z[ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/repository.db"
93732026-08-11T22:00:23.788Z[ host-image] Aug 11 22:00:22.550 INFO O| "opt/ooce/share"
93742026-08-11T22:00:23.788Z[ host-image] Aug 11 22:00:22.550 INFO O| "opt/ooce/share/man"
93752026-08-11T22:00:23.788Z[ host-image] Aug 11 22:00:22.550 INFO O| "opt/ooce/share/man/man1"
93762026-08-11T22:00:23.795Z[ host-image] Aug 11 22:00:22.559 INFO O| finishing archive...
93772026-08-11T22:00:26.374Z[ host-image] Aug 11 22:00:25.139 INFO O| creating gzonly manifest...
93782026-08-11T22:00:26.478Z[ host-image] Aug 11 22:00:25.146 INFO O| ok
93792026-08-11T22:00:26.756Z[ host-image] Aug 11 22:00:25.519 INFO image builder template: ramdisk-02-trim...
93802026-08-11T22:00:26.756Z[ host-image] Aug 11 22:00:25.519 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/.tmpGtRjcD/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
93812026-08-11T22:00:26.778Z[ host-image] Aug 11 22:00:25.542 INFO O| Aug 11 22:00:25.542 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93822026-08-11T22:00:26.787Z[ host-image] Aug 11 22:00:25.547 INFO O| Aug 11 22:00:25.547 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93832026-08-11T22:00:27.114Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93842026-08-11T22:00:27.946Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93852026-08-11T22:00:28.293Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93862026-08-11T22:00:29.153Z[ host-image] Aug 11 22:00:27.918 INFO O| Aug 11 22:00:27.917 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93872026-08-11T22:00:30.372Z[ host-image] Aug 11 22:00:29.125 INFO O| Aug 11 22:00:29.125 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93882026-08-11T22:00:30.372Z[ host-image] Aug 11 22:00:29.125 INFO O| Aug 11 22:00:29.125 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93892026-08-11T22:00:30.377Z[ host-image] Aug 11 22:00:29.132 INFO O| Aug 11 22:00:29.132 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93902026-08-11T22:00:30.377Z[ host-image] Aug 11 22:00:29.137 INFO O| Aug 11 22:00:29.137 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93912026-08-11T22:00:30.390Z[ host-image] Aug 11 22:00:29.148 INFO O| Aug 11 22:00:29.147 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93922026-08-11T22:00:36.960Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
93932026-08-11T22:00:37.947Z[ host-image] Aug 11 22:00:36.712 INFO O| Aug 11 22:00:36.712 INFO rolled back to input snapshot; work may begin
93942026-08-11T22:00:37.947Z[ host-image] Aug 11 22:00:36.712 INFO O| Aug 11 22:00:36.712 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93952026-08-11T22:00:37.957Z[ host-image] Aug 11 22:00:36.717 INFO O| Aug 11 22:00:36.717 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93962026-08-11T22:00:37.973Z[ host-image] Aug 11 22:00:36.727 INFO O| Aug 11 22:00:36.727 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
93972026-08-11T22:00:38.013Z[ host-image] Aug 11 22:00:36.768 INFO O| Aug 11 22:00:36.767 INFO STEP 0 (remove_files) COMPLETE
93982026-08-11T22:00:38.013Z[ host-image] Aug 11 22:00:36.768 INFO O| Aug 11 22:00:36.768 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93992026-08-11T22:00:38.044Z[ host-image] Aug 11 22:00:36.778 INFO O| Aug 11 22:00:36.778 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94002026-08-11T22:00:38.044Z[ host-image] Aug 11 22:00:36.779 INFO O| Aug 11 22:00:36.779 INFO STEP 1 (remove_files) COMPLETE
94012026-08-11T22:00:38.044Z[ host-image] Aug 11 22:00:36.779 INFO O| Aug 11 22:00:36.779 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94022026-08-11T22:00:38.060Z[ host-image] Aug 11 22:00:36.788 INFO O| Aug 11 22:00:36.788 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94032026-08-11T22:00:38.060Z[ host-image] Aug 11 22:00:36.801 INFO O| Aug 11 22:00:36.801 INFO STEP 2 (remove_files) COMPLETE
94042026-08-11T22:00:38.060Z[ host-image] Aug 11 22:00:36.801 INFO O| Aug 11 22:00:36.801 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94052026-08-11T22:00:38.060Z[ host-image] Aug 11 22:00:36.812 INFO O| Aug 11 22:00:36.812 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94062026-08-11T22:00:38.085Z[ host-image] Aug 11 22:00:36.813 INFO O| Aug 11 22:00:36.813 INFO STEP 3 (remove_files) COMPLETE
94072026-08-11T22:00:38.085Z[ host-image] Aug 11 22:00:36.813 INFO O| Aug 11 22:00:36.813 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94082026-08-11T22:00:38.085Z[ host-image] Aug 11 22:00:36.824 INFO O| Aug 11 22:00:36.824 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94092026-08-11T22:00:38.085Z[ host-image] Aug 11 22:00:36.827 INFO O| Aug 11 22:00:36.827 INFO STEP 4 (remove_files) COMPLETE
94102026-08-11T22:00:38.085Z[ host-image] Aug 11 22:00:36.827 INFO O| Aug 11 22:00:36.827 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94112026-08-11T22:00:38.102Z[ host-image] Aug 11 22:00:36.836 INFO O| Aug 11 22:00:36.836 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94122026-08-11T22:00:38.102Z[ host-image] Aug 11 22:00:36.838 INFO O| Aug 11 22:00:36.838 INFO STEP 5 (remove_files) COMPLETE
94132026-08-11T22:00:38.102Z[ host-image] Aug 11 22:00:36.838 INFO O| Aug 11 22:00:36.838 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94142026-08-11T22:00:38.102Z[ host-image] Aug 11 22:00:36.848 INFO O| Aug 11 22:00:36.848 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94152026-08-11T22:00:38.132Z[ host-image] Aug 11 22:00:36.858 INFO O| Aug 11 22:00:36.858 INFO STEP 6 (remove_files) COMPLETE
94162026-08-11T22:00:38.132Z[ host-image] Aug 11 22:00:36.858 INFO O| Aug 11 22:00:36.858 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94172026-08-11T22:00:38.132Z[ host-image] Aug 11 22:00:36.858 INFO O| Aug 11 22:00:36.858 INFO skip step because feature "heliosv2" is not enabled
94182026-08-11T22:00:38.132Z[ host-image] Aug 11 22:00:36.858 INFO O| Aug 11 22:00:36.858 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94192026-08-11T22:00:38.132Z[ host-image] Aug 11 22:00:36.867 INFO O| Aug 11 22:00:36.867 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94202026-08-11T22:00:38.177Z[ host-image] Aug 11 22:00:36.879 INFO O| Aug 11 22:00:36.879 INFO STEP 8 (remove_files) COMPLETE
94212026-08-11T22:00:38.177Z[ host-image] Aug 11 22:00:36.879 INFO O| Aug 11 22:00:36.879 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-08-11T22:00:38.177Z[ host-image] Aug 11 22:00:36.889 INFO O| Aug 11 22:00:36.888 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94232026-08-11T22:00:38.214Z[ host-image] Aug 11 22:00:36.957 INFO O| Aug 11 22:00:36.957 INFO STEP 9 (remove_files) COMPLETE
94242026-08-11T22:00:38.214Z[ host-image] Aug 11 22:00:36.957 INFO O| Aug 11 22:00:36.957 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94252026-08-11T22:00:38.229Z[ host-image] Aug 11 22:00:36.967 INFO O| Aug 11 22:00:36.967 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94262026-08-11T22:00:38.290Z[ host-image] Aug 11 22:00:37.052 INFO O| Aug 11 22:00:37.052 INFO STEP 10 (remove_files) COMPLETE
94272026-08-11T22:00:38.300Z[ host-image] Aug 11 22:00:37.052 INFO O| Aug 11 22:00:37.052 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94282026-08-11T22:00:38.301Z[ host-image] Aug 11 22:00:37.061 INFO O| Aug 11 22:00:37.061 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94292026-08-11T22:00:38.305Z[ host-image] Aug 11 22:00:37.064 INFO O| Aug 11 22:00:37.064 INFO STEP 11 (remove_files) COMPLETE
94302026-08-11T22:00:38.305Z[ host-image] Aug 11 22:00:37.064 INFO O| Aug 11 22:00:37.064 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94312026-08-11T22:00:38.309Z[ host-image] Aug 11 22:00:37.072 INFO O| Aug 11 22:00:37.072 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94322026-08-11T22:00:38.309Z[ host-image] Aug 11 22:00:37.073 INFO O| Aug 11 22:00:37.073 INFO STEP 12 (remove_files) COMPLETE
94332026-08-11T22:00:38.309Z[ host-image] Aug 11 22:00:37.073 INFO O| Aug 11 22:00:37.073 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94342026-08-11T22:00:38.317Z[ host-image] Aug 11 22:00:37.081 INFO O| Aug 11 22:00:37.081 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94352026-08-11T22:00:38.324Z[ host-image] Aug 11 22:00:37.083 INFO O| Aug 11 22:00:37.082 INFO STEP 13 (remove_files) COMPLETE
94362026-08-11T22:00:38.324Z[ host-image] Aug 11 22:00:37.083 INFO O| Aug 11 22:00:37.082 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-08-11T22:00:38.376Z[ host-image] Aug 11 22:00:37.139 INFO O| Aug 11 22:00:37.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94382026-08-11T22:00:38.383Z[ host-image] Aug 11 22:00:37.144 INFO O| Aug 11 22:00:37.144 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94392026-08-11T22:00:39.002Z[ host-image] Aug 11 22:00:37.336 INFO O| Aug 11 22:00:37.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94402026-08-11T22:00:39.002Z[ host-image] Aug 11 22:00:37.336 INFO O| Aug 11 22:00:37.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94412026-08-11T22:00:39.143Z[ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94422026-08-11T22:00:39.143Z[ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94432026-08-11T22:00:39.146Z[ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94442026-08-11T22:00:39.146Z[ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94452026-08-11T22:00:39.146Z[ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94462026-08-11T22:00:39.146Z[ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94472026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94482026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94492026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94502026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94512026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94522026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94532026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94542026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94552026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94562026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94572026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.354 INFO O| Aug 11 22:00:37.354 INFO STEP 14 (remove_files) COMPLETE
94582026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.354 INFO O| Aug 11 22:00:37.354 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.363 INFO O| Aug 11 22:00:37.363 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94602026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.364 INFO O| Aug 11 22:00:37.364 INFO STEP 15 (remove_files) COMPLETE
94612026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.364 INFO O| Aug 11 22:00:37.364 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.372 INFO O| Aug 11 22:00:37.371 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94632026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.378 INFO O| Aug 11 22:00:37.378 INFO STEP 16 (remove_files) COMPLETE
94642026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.378 INFO O| Aug 11 22:00:37.378 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.387 INFO O| Aug 11 22:00:37.387 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94662026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.387 INFO O| Aug 11 22:00:37.387 INFO STEP 17 (remove_files) COMPLETE
94672026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.387 INFO O| Aug 11 22:00:37.387 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.396 INFO O| Aug 11 22:00:37.396 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94692026-08-11T22:00:39.147Z[ host-image] Aug 11 22:00:37.398 INFO O| Aug 11 22:00:37.398 INFO STEP 18 (remove_files) COMPLETE
94702026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.398 INFO O| Aug 11 22:00:37.398 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.407 INFO O| Aug 11 22:00:37.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94722026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.407 INFO O| Aug 11 22:00:37.407 INFO STEP 19 (remove_files) COMPLETE
94732026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.407 INFO O| Aug 11 22:00:37.407 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.416 INFO O| Aug 11 22:00:37.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94752026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.416 INFO O| Aug 11 22:00:37.416 INFO STEP 20 (remove_files) COMPLETE
94762026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.416 INFO O| Aug 11 22:00:37.416 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.426 INFO O| Aug 11 22:00:37.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94782026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.426 INFO O| Aug 11 22:00:37.426 INFO STEP 21 (remove_files) COMPLETE
94792026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.426 INFO O| Aug 11 22:00:37.426 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.434 INFO O| Aug 11 22:00:37.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94812026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.434 INFO O| Aug 11 22:00:37.434 INFO STEP 22 (remove_files) COMPLETE
94822026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.434 INFO O| Aug 11 22:00:37.434 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.442 INFO O| Aug 11 22:00:37.442 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94842026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.442 INFO O| Aug 11 22:00:37.442 INFO STEP 23 (remove_files) COMPLETE
94852026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.442 INFO O| Aug 11 22:00:37.442 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.449 INFO O| Aug 11 22:00:37.449 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94872026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.449 INFO O| Aug 11 22:00:37.449 INFO STEP 24 (remove_files) COMPLETE
94882026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.449 INFO O| Aug 11 22:00:37.449 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.456 INFO O| Aug 11 22:00:37.456 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94902026-08-11T22:00:39.148Z[ host-image] Aug 11 22:00:37.456 INFO O| Aug 11 22:00:37.456 INFO STEP 25 (remove_files) COMPLETE
94912026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.456 INFO O| Aug 11 22:00:37.456 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.463 INFO O| Aug 11 22:00:37.463 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94932026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.463 INFO O| Aug 11 22:00:37.463 INFO STEP 26 (remove_files) COMPLETE
94942026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.463 INFO O| Aug 11 22:00:37.463 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.469 INFO O| Aug 11 22:00:37.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
94962026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.469 INFO O| Aug 11 22:00:37.469 INFO STEP 27 (remove_files) COMPLETE
94972026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.469 INFO O| Aug 11 22:00:37.469 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.476 INFO O| Aug 11 22:00:37.476 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
94992026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.476 INFO O| Aug 11 22:00:37.476 INFO STEP 28 (remove_files) COMPLETE
95002026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.476 INFO O| Aug 11 22:00:37.476 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.483 INFO O| Aug 11 22:00:37.483 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95022026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.483 INFO O| Aug 11 22:00:37.483 INFO STEP 29 (remove_files) COMPLETE
95032026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.483 INFO O| Aug 11 22:00:37.483 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.488 INFO O| Aug 11 22:00:37.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95052026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.488 INFO O| Aug 11 22:00:37.488 INFO STEP 30 (remove_files) COMPLETE
95062026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.489 INFO O| Aug 11 22:00:37.488 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.495 INFO O| Aug 11 22:00:37.495 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95082026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.495 INFO O| Aug 11 22:00:37.495 INFO STEP 31 (remove_files) COMPLETE
95092026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.495 INFO O| Aug 11 22:00:37.495 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.501 INFO O| Aug 11 22:00:37.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95112026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.501 INFO O| Aug 11 22:00:37.501 INFO STEP 32 (remove_files) COMPLETE
95122026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.501 INFO O| Aug 11 22:00:37.501 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.507 INFO O| Aug 11 22:00:37.507 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95142026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.507 INFO O| Aug 11 22:00:37.507 INFO STEP 33 (remove_files) COMPLETE
95152026-08-11T22:00:39.149Z[ host-image] Aug 11 22:00:37.507 INFO O| Aug 11 22:00:37.507 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-08-11T22:00:39.150Z[ host-image] Aug 11 22:00:37.516 INFO O| Aug 11 22:00:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95172026-08-11T22:00:39.150Z[ host-image] Aug 11 22:00:37.516 INFO O| Aug 11 22:00:37.516 INFO STEP 34 (remove_files) COMPLETE
95182026-08-11T22:00:39.150Z[ host-image] Aug 11 22:00:37.516 INFO O| Aug 11 22:00:37.516 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-08-11T22:00:39.152Z[ host-image] Aug 11 22:00:37.522 INFO O| Aug 11 22:00:37.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95202026-08-11T22:00:39.152Z[ host-image] Aug 11 22:00:37.522 INFO O| Aug 11 22:00:37.522 INFO STEP 35 (remove_files) COMPLETE
95212026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.522 INFO O| Aug 11 22:00:37.522 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.529 INFO O| Aug 11 22:00:37.529 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95232026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.529 INFO O| Aug 11 22:00:37.529 INFO STEP 36 (remove_files) COMPLETE
95242026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.529 INFO O| Aug 11 22:00:37.529 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.535 INFO O| Aug 11 22:00:37.535 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95262026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.535 INFO O| Aug 11 22:00:37.535 INFO STEP 37 (remove_files) COMPLETE
95272026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.535 INFO O| Aug 11 22:00:37.535 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.541 INFO O| Aug 11 22:00:37.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95292026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.541 INFO O| Aug 11 22:00:37.541 INFO STEP 38 (remove_files) COMPLETE
95302026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.541 INFO O| Aug 11 22:00:37.541 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.548 INFO O| Aug 11 22:00:37.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95322026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.548 INFO O| Aug 11 22:00:37.548 INFO STEP 39 (remove_files) COMPLETE
95332026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.548 INFO O| Aug 11 22:00:37.548 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.554 INFO O| Aug 11 22:00:37.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95352026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.554 INFO O| Aug 11 22:00:37.554 INFO STEP 40 (remove_files) COMPLETE
95362026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.554 INFO O| Aug 11 22:00:37.554 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.560 INFO O| Aug 11 22:00:37.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95382026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.560 INFO O| Aug 11 22:00:37.560 INFO STEP 41 (remove_files) COMPLETE
95392026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.560 INFO O| Aug 11 22:00:37.560 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-11T22:00:39.153Z[ host-image] Aug 11 22:00:37.567 INFO O| Aug 11 22:00:37.567 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95412026-08-11T22:00:39.236Z[ host-image] Aug 11 22:00:37.567 INFO O| Aug 11 22:00:37.567 INFO STEP 42 (remove_files) COMPLETE
95422026-08-11T22:00:39.236Z[ host-image] Aug 11 22:00:37.567 INFO O| Aug 11 22:00:37.567 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-11T22:00:39.236Z[ host-image] Aug 11 22:00:37.574 INFO O| Aug 11 22:00:37.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95442026-08-11T22:00:39.236Z[ host-image] Aug 11 22:00:37.574 INFO O| Aug 11 22:00:37.574 INFO STEP 43 (remove_files) COMPLETE
95452026-08-11T22:00:39.236Z[ host-image] Aug 11 22:00:37.574 INFO O| Aug 11 22:00:37.574 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-11T22:00:39.236Z[ host-image] Aug 11 22:00:37.581 INFO O| Aug 11 22:00:37.581 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95472026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.581 INFO O| Aug 11 22:00:37.581 INFO STEP 44 (remove_files) COMPLETE
95482026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.581 INFO O| Aug 11 22:00:37.581 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.588 INFO O| Aug 11 22:00:37.588 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95502026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.588 INFO O| Aug 11 22:00:37.588 INFO STEP 45 (remove_files) COMPLETE
95512026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.588 INFO O| Aug 11 22:00:37.588 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.595 INFO O| Aug 11 22:00:37.595 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95532026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.595 INFO O| Aug 11 22:00:37.595 INFO STEP 46 (remove_files) COMPLETE
95542026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.595 INFO O| Aug 11 22:00:37.595 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.603 INFO O| Aug 11 22:00:37.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95562026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.603 INFO O| Aug 11 22:00:37.603 INFO STEP 47 (remove_files) COMPLETE
95572026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.603 INFO O| Aug 11 22:00:37.603 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.611 INFO O| Aug 11 22:00:37.611 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95592026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.611 INFO O| Aug 11 22:00:37.611 INFO STEP 48 (remove_files) COMPLETE
95602026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.611 INFO O| Aug 11 22:00:37.611 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.619 INFO O| Aug 11 22:00:37.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95622026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.619 INFO O| Aug 11 22:00:37.619 INFO STEP 49 (remove_files) COMPLETE
95632026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.619 INFO O| Aug 11 22:00:37.619 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.626 INFO O| Aug 11 22:00:37.626 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95652026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.626 INFO O| Aug 11 22:00:37.626 INFO STEP 50 (remove_files) COMPLETE
95662026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.626 INFO O| Aug 11 22:00:37.626 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.634 INFO O| Aug 11 22:00:37.634 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95682026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.634 INFO O| Aug 11 22:00:37.634 INFO STEP 51 (remove_files) COMPLETE
95692026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.634 INFO O| Aug 11 22:00:37.634 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-11T22:00:39.237Z[ host-image] Aug 11 22:00:37.642 INFO O| Aug 11 22:00:37.642 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95712026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.642 INFO O| Aug 11 22:00:37.642 INFO STEP 52 (remove_files) COMPLETE
95722026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.642 INFO O| Aug 11 22:00:37.642 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.650 INFO O| Aug 11 22:00:37.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95742026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.650 INFO O| Aug 11 22:00:37.650 INFO STEP 53 (remove_files) COMPLETE
95752026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.650 INFO O| Aug 11 22:00:37.650 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.658 INFO O| Aug 11 22:00:37.658 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95772026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.658 INFO O| Aug 11 22:00:37.658 INFO STEP 54 (remove_files) COMPLETE
95782026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.658 INFO O| Aug 11 22:00:37.658 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.665 INFO O| Aug 11 22:00:37.665 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95802026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.665 INFO O| Aug 11 22:00:37.665 INFO STEP 55 (remove_files) COMPLETE
95812026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.665 INFO O| Aug 11 22:00:37.665 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.673 INFO O| Aug 11 22:00:37.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95832026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.673 INFO O| Aug 11 22:00:37.673 INFO STEP 56 (remove_files) COMPLETE
95842026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.673 INFO O| Aug 11 22:00:37.673 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.680 INFO O| Aug 11 22:00:37.680 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95862026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.681 INFO O| Aug 11 22:00:37.681 INFO STEP 57 (remove_files) COMPLETE
95872026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.681 INFO O| Aug 11 22:00:37.681 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-11T22:00:39.238Z[ host-image] Aug 11 22:00:37.687 INFO O| Aug 11 22:00:37.687 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95892026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.687 INFO O| Aug 11 22:00:37.687 INFO STEP 58 (remove_files) COMPLETE
95902026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.687 INFO O| Aug 11 22:00:37.687 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.694 INFO O| Aug 11 22:00:37.694 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95922026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.694 INFO O| Aug 11 22:00:37.694 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95932026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.694 INFO O| Aug 11 22:00:37.694 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95942026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.694 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95952026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.695 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95962026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.695 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95972026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.695 INFO ok!
95982026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.695 INFO STEP 59 (ensure_file) COMPLETE
95992026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.695 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96012026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96022026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96032026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96042026-08-11T22:00:39.241Z[ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96052026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96062026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO ok!
96072026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO STEP 60 (ensure_file) COMPLETE
96082026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96102026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96112026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96122026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO ok!
96132026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO STEP 61 (ensure_file) COMPLETE
96142026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96162026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96172026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96182026-08-11T22:00:39.242Z[ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 INFO ok!
96192026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 INFO STEP 62 (ensure_file) COMPLETE
96202026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.722 INFO O| Aug 11 22:00:37.722 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96222026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.722 INFO O| Aug 11 22:00:37.722 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96232026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.722 INFO O| Aug 11 22:00:37.722 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96242026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.723 INFO O| Aug 11 22:00:37.722 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96252026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.723 INFO O| Aug 11 22:00:37.722 INFO ok!
96262026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.723 INFO O| Aug 11 22:00:37.722 INFO STEP 63 (ensure_file) COMPLETE
96272026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.723 INFO O| Aug 11 22:00:37.722 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96292026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96302026-08-11T22:00:39.246Z[ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96312026-08-11T22:00:39.247Z[ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96322026-08-11T22:00:39.247Z[ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO ok!
96332026-08-11T22:00:39.247Z[ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO STEP 64 (ensure_file) COMPLETE
96342026-08-11T22:00:39.247Z[ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-11T22:00:39.248Z[ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96362026-08-11T22:00:39.248Z[ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96372026-08-11T22:00:39.249Z[ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96382026-08-11T22:00:39.249Z[ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO ok!
96392026-08-11T22:00:39.249Z[ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO STEP 65 (assemble_files) COMPLETE
96402026-08-11T22:00:39.249Z[ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-08-11T22:00:39.342Z[ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96422026-08-11T22:00:39.342Z[ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96432026-08-11T22:00:39.342Z[ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96442026-08-11T22:00:39.342Z[ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96452026-08-11T22:00:39.342Z[ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO ok!
96462026-08-11T22:00:39.342Z[ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO STEP 66 (ensure_file) COMPLETE
96472026-08-11T22:00:39.342Z[ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-11T22:00:39.342Z[ host-image] Aug 11 22:00:37.750 INFO O| Aug 11 22:00:37.750 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96492026-08-11T22:00:39.342Z[ host-image] Aug 11 22:00:37.750 INFO O| Aug 11 22:00:37.750 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96502026-08-11T22:00:39.342Z[ host-image] Aug 11 22:00:37.750 INFO O| Aug 11 22:00:37.750 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96512026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.750 INFO O| Aug 11 22:00:37.750 INFO STEP 67 (ensure_dir) COMPLETE
96522026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.750 INFO O| Aug 11 22:00:37.750 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.759 INFO O| Aug 11 22:00:37.759 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96542026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.759 INFO O| Aug 11 22:00:37.759 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 ...
96552026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.769 INFO O| Aug 11 22:00:37.769 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
96562026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.769 INFO O| Aug 11 22:00:37.769 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96572026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.769 INFO O| Aug 11 22:00:37.769 INFO ok!
96582026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.769 INFO O| Aug 11 22:00:37.769 INFO STEP 68 (ensure_file) COMPLETE
96592026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.769 INFO O| Aug 11 22:00:37.769 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96612026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 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 ...
96622026-08-11T22:00:39.346Z[ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 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
96632026-08-11T22:00:39.347Z[ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96642026-08-11T22:00:39.347Z[ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 INFO ok!
96652026-08-11T22:00:39.347Z[ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 INFO STEP 69 (ensure_file) COMPLETE
96662026-08-11T22:00:39.347Z[ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-08-11T22:00:39.347Z[ host-image] Aug 11 22:00:37.788 INFO O| Aug 11 22:00:37.788 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96682026-08-11T22:00:39.347Z[ host-image] Aug 11 22:00:37.788 INFO O| Aug 11 22:00:37.788 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96692026-08-11T22:00:40.602Z[ host-image] Aug 11 22:00:39.366 INFO O| Aug 11 22:00:39.366 INFO STEP 70 (pack_tar) COMPLETE
96702026-08-11T22:00:40.602Z[ host-image] Aug 11 22:00:39.366 INFO O| Aug 11 22:00:39.366 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96712026-08-11T22:00:40.602Z[ host-image] Aug 11 22:00:39.366 INFO O| Aug 11 22:00:39.366 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96722026-08-11T22:00:40.995Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
96732026-08-11T22:00:41.167Z[ host-image] Aug 11 22:00:39.770 INFO O| Aug 11 22:00:39.770 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96742026-08-11T22:00:41.308Z[ host-image] Aug 11 22:00:39.889 INFO O| Aug 11 22:00:39.889 INFO completed processing sled/ramdisk-02-trim
96752026-08-11T22:00:41.308Z[ host-image] Aug 11 22:00:39.891 INFO image builder template: zfs...
96762026-08-11T22:00:41.308Z[ host-image] Aug 11 22:00:39.891 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/.tmpGtRjcD/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
96772026-08-11T22:00:41.308Z[ host-image] Aug 11 22:00:39.903 INFO O| Aug 11 22:00:39.903 INFO skip include "stress" because feature "stress" is not enabled
96782026-08-11T22:00:41.308Z[ host-image] Aug 11 22:00:39.903 INFO O| Aug 11 22:00:39.903 INFO skip include "stress" because feature "compliance" is not enabled
96792026-08-11T22:00:41.308Z[ host-image] Aug 11 22:00:39.933 INFO O| Aug 11 22:00:39.933 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96802026-08-11T22:00:41.308Z[ host-image] Aug 11 22:00:39.938 INFO O| Aug 11 22:00:39.938 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96812026-08-11T22:00:41.948Z[ host-image] Aug 11 22:00:40.098 INFO O| Aug 11 22:00:40.098 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96822026-08-11T22:00:42.096Z[ host-image] Aug 11 22:00:40.169 INFO O| Aug 11 22:00:40.169 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96832026-08-11T22:00:42.096Z[ host-image] Aug 11 22:00:40.169 INFO O| Aug 11 22:00:40.169 INFO work dataset: rpool/images/build/host/work/sled/zfs
96842026-08-11T22:00:42.096Z[ host-image] Aug 11 22:00:40.173 INFO O| Aug 11 22:00:40.173 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96852026-08-11T22:00:42.096Z[ host-image] Aug 11 22:00:40.272 INFO O| Aug 11 22:00:40.272 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96862026-08-11T22:00:42.096Z[ host-image] Aug 11 22:00:40.422 INFO O| Aug 11 22:00:40.422 INFO DESTROY POOL: TEMPORARY-sled-zfs
96872026-08-11T22:00:42.096Z[ host-image] Aug 11 22:00:40.433 INFO O| Aug 11 22:00:40.432 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96882026-08-11T22:00:42.096Z[ host-image] Aug 11 22:00:40.439 INFO O| Aug 11 22:00:40.439 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96892026-08-11T22:00:42.096Z[ host-image] Aug 11 22:00:40.439 INFO O| Aug 11 22:00:40.439 INFO no lofi found
96902026-08-11T22:00:42.096Z[ host-image] Aug 11 22:00:40.439 INFO O| Aug 11 22:00:40.439 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96912026-08-11T22:00:42.096Z[ host-image] Aug 11 22:00:40.439 INFO O| Aug 11 22:00:40.439 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96922026-08-11T22:00:43.254Z[ host-image] Aug 11 22:00:42.001 INFO O| Aug 11 22:00:42.001 INFO lofi device = /dev/dsk/c2t1d0p0
96932026-08-11T22:00:43.281Z[ host-image] Aug 11 22:00:42.001 INFO O| Aug 11 22:00:42.001 INFO pool device = /dev/dsk/c2t1d0p0
96942026-08-11T22:00:43.281Z[ host-image] Aug 11 22:00:42.001 INFO O| Aug 11 22:00:42.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"]
96952026-08-11T22:00:43.358Z[ host-image] Aug 11 22:00:42.079 INFO O| Aug 11 22:00:42.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96962026-08-11T22:00:43.358Z[ host-image] Aug 11 22:00:42.079 INFO O| Aug 11 22:00:42.079 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
96972026-08-11T22:00:43.402Z[ host-image] Aug 11 22:00:42.100 INFO O| Aug 11 22:00:42.100 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
96982026-08-11T22:00:43.415Z[ host-image] Aug 11 22:00:42.151 INFO O| Aug 11 22:00:42.151 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
96992026-08-11T22:00:43.434Z[ host-image] Aug 11 22:00:42.180 INFO O| Aug 11 22:00:42.180 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97002026-08-11T22:00:43.445Z[ host-image] Aug 11 22:00:42.195 INFO O| Aug 11 22:00:42.195 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97012026-08-11T22:00:43.445Z[ host-image] Aug 11 22:00:42.206 INFO O| Aug 11 22:00:42.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97022026-08-11T22:00:43.483Z[ host-image] Aug 11 22:00:42.244 INFO O| Aug 11 22:00:42.243 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97032026-08-11T22:00:43.499Z[ host-image] Aug 11 22:00:42.244 INFO O| Aug 11 22:00:42.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97042026-08-11T22:00:43.499Z[ host-image] Aug 11 22:00:42.244 INFO O| Aug 11 22:00:42.244 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97052026-08-11T22:00:43.499Z[ host-image] Aug 11 22:00:42.255 INFO O| Aug 11 22:00:42.255 INFO boot environment UUID: b3aad974-8567-4aa7-8c71-d143e83b0f2a
97062026-08-11T22:00:43.499Z[ host-image] Aug 11 22:00:42.255 INFO O| Aug 11 22:00:42.255 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = b3aad974-8567-4aa7-8c71-d143e83b0f2a
97072026-08-11T22:00:43.512Z[ host-image] Aug 11 22:00:42.267 INFO O| Aug 11 22:00:42.267 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97082026-08-11T22:00:43.554Z[ host-image] Aug 11 22:00:42.279 INFO O| Aug 11 22:00:42.278 INFO STEP 0 (create_be) COMPLETE
97092026-08-11T22:00:43.554Z[ host-image] Aug 11 22:00:42.279 INFO O| Aug 11 22:00:42.279 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97102026-08-11T22:00:43.581Z[ host-image] Aug 11 22:00:42.296 INFO O| Aug 11 22:00:42.296 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97112026-08-11T22:00:53.472Z[ host-image] Aug 11 22:00:52.234 INFO O| Aug 11 22:00:52.233 INFO STEP 1 (unpack_tar) COMPLETE
97122026-08-11T22:00:53.472Z[ host-image] Aug 11 22:00:52.234 INFO O| Aug 11 22:00:52.233 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97132026-08-11T22:00:53.479Z[ host-image] Aug 11 22:00:52.244 INFO O| Aug 11 22:00:52.244 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97142026-08-11T22:00:54.081Z[ host-image] Aug 11 22:00:52.846 INFO O| Aug 11 22:00:52.846 INFO STEP 2 (devfsadm) COMPLETE
97152026-08-11T22:00:54.081Z[ host-image] Aug 11 22:00:52.846 INFO O| Aug 11 22:00:52.846 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97162026-08-11T22:00:54.090Z[ host-image] Aug 11 22:00:52.855 INFO O| Aug 11 22:00:52.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97172026-08-11T22:00:54.090Z[ host-image] Aug 11 22:00:52.855 INFO O| Aug 11 22:00:52.855 INFO STEP 3 (ensure_dir) COMPLETE
97182026-08-11T22:00:54.097Z[ host-image] Aug 11 22:00:52.855 INFO O| Aug 11 22:00:52.855 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97192026-08-11T22:00:54.101Z[ host-image] Aug 11 22:00:52.864 INFO O| Aug 11 22:00:52.864 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97202026-08-11T22:00:54.101Z[ host-image] Aug 11 22:00:52.864 INFO O| Aug 11 22:00:52.864 INFO STEP 4 (ensure_dir) COMPLETE
97212026-08-11T22:00:54.101Z[ host-image] Aug 11 22:00:52.864 INFO O| Aug 11 22:00:52.864 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97222026-08-11T22:00:54.107Z[ host-image] Aug 11 22:00:52.871 INFO O| Aug 11 22:00:52.871 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97232026-08-11T22:00:54.107Z[ host-image] Aug 11 22:00:52.871 INFO O| Aug 11 22:00:52.871 INFO STEP 5 (ensure_dir) COMPLETE
97242026-08-11T22:00:54.110Z[ host-image] Aug 11 22:00:52.871 INFO O| Aug 11 22:00:52.871 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97252026-08-11T22:00:54.114Z[ host-image] Aug 11 22:00:52.879 INFO O| Aug 11 22:00:52.879 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97262026-08-11T22:00:54.114Z[ host-image] Aug 11 22:00:52.879 INFO O| Aug 11 22:00:52.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97272026-08-11T22:00:54.118Z[ host-image] Aug 11 22:00:52.879 INFO O| Aug 11 22:00:52.879 INFO STEP 6 (ensure_dir) COMPLETE
97282026-08-11T22:00:54.118Z[ host-image] Aug 11 22:00:52.879 INFO O| Aug 11 22:00:52.879 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97292026-08-11T22:00:54.122Z[ host-image] Aug 11 22:00:52.886 INFO O| Aug 11 22:00:52.886 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97302026-08-11T22:00:54.122Z[ host-image] Aug 11 22:00:52.886 INFO O| Aug 11 22:00:52.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97312026-08-11T22:00:54.122Z[ host-image] Aug 11 22:00:52.886 INFO O| Aug 11 22:00:52.886 INFO STEP 7 (ensure_dir) COMPLETE
97322026-08-11T22:00:54.122Z[ host-image] Aug 11 22:00:52.886 INFO O| Aug 11 22:00:52.886 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97332026-08-11T22:00:54.130Z[ host-image] Aug 11 22:00:52.894 INFO O| Aug 11 22:00:52.894 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97342026-08-11T22:00:54.134Z[ host-image] Aug 11 22:00:52.894 INFO O| Aug 11 22:00:52.894 INFO STEP 8 (remove_files) COMPLETE
97352026-08-11T22:00:54.134Z[ host-image] Aug 11 22:00:52.894 INFO O| Aug 11 22:00:52.894 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97362026-08-11T22:00:54.138Z[ host-image] Aug 11 22:00:52.902 INFO O| Aug 11 22:00:52.902 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97372026-08-11T22:00:54.139Z[ host-image] Aug 11 22:00:52.903 INFO O| Aug 11 22:00:52.903 INFO STEP 9 (remove_files) COMPLETE
97382026-08-11T22:00:54.139Z[ host-image] Aug 11 22:00:52.903 INFO O| Aug 11 22:00:52.903 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97392026-08-11T22:00:54.147Z[ host-image] Aug 11 22:00:52.912 INFO O| Aug 11 22:00:52.912 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97402026-08-11T22:00:54.153Z[ host-image] Aug 11 22:00:52.913 INFO O| Aug 11 22:00:52.913 INFO STEP 10 (remove_files) COMPLETE
97412026-08-11T22:00:54.153Z[ host-image] Aug 11 22:00:52.913 INFO O| Aug 11 22:00:52.913 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97422026-08-11T22:00:54.156Z[ host-image] Aug 11 22:00:52.921 INFO O| Aug 11 22:00:52.921 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97432026-08-11T22:00:54.156Z[ host-image] Aug 11 22:00:52.921 INFO O| Aug 11 22:00:52.921 INFO STEP 11 (remove_files) COMPLETE
97442026-08-11T22:00:54.156Z[ host-image] Aug 11 22:00:52.921 INFO O| Aug 11 22:00:52.921 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97452026-08-11T22:00:54.163Z[ host-image] Aug 11 22:00:52.928 INFO O| Aug 11 22:00:52.928 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97462026-08-11T22:00:54.166Z[ host-image] Aug 11 22:00:52.928 INFO O| Aug 11 22:00:52.928 INFO STEP 12 (remove_files) COMPLETE
97472026-08-11T22:00:54.166Z[ host-image] Aug 11 22:00:52.928 INFO O| Aug 11 22:00:52.928 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97482026-08-11T22:00:54.171Z[ host-image] Aug 11 22:00:52.935 INFO O| Aug 11 22:00:52.935 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97492026-08-11T22:00:54.171Z[ host-image] Aug 11 22:00:52.935 INFO O| Aug 11 22:00:52.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97502026-08-11T22:00:54.171Z[ host-image] Aug 11 22:00:52.935 INFO O| Aug 11 22:00:52.935 INFO STEP 13 (ensure_dir) COMPLETE
97512026-08-11T22:00:54.171Z[ host-image] Aug 11 22:00:52.935 INFO O| Aug 11 22:00:52.935 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97522026-08-11T22:00:54.179Z[ host-image] Aug 11 22:00:52.944 INFO O| Aug 11 22:00:52.944 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97532026-08-11T22:00:54.179Z[ host-image] Aug 11 22:00:52.944 INFO O| Aug 11 22:00:52.944 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97542026-08-11T22:00:54.179Z[ host-image] Aug 11 22:00:52.944 INFO O| Aug 11 22:00:52.944 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97552026-08-11T22:00:54.184Z[ host-image] Aug 11 22:00:52.944 INFO O| Aug 11 22:00:52.944 INFO STEP 14 (ensure_dir) COMPLETE
97562026-08-11T22:00:54.184Z[ host-image] Aug 11 22:00:52.944 INFO O| Aug 11 22:00:52.944 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97572026-08-11T22:00:54.190Z[ host-image] Aug 11 22:00:52.952 INFO O| Aug 11 22:00:52.952 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97582026-08-11T22:00:54.191Z[ host-image] Aug 11 22:00:52.952 INFO O| Aug 11 22:00:52.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97592026-08-11T22:00:54.191Z[ host-image] Aug 11 22:00:52.952 INFO O| Aug 11 22:00:52.952 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97602026-08-11T22:00:54.191Z[ host-image] Aug 11 22:00:52.952 INFO O| Aug 11 22:00:52.952 INFO STEP 15 (ensure_dir) COMPLETE
97612026-08-11T22:00:54.191Z[ host-image] Aug 11 22:00:52.952 INFO O| Aug 11 22:00:52.952 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97622026-08-11T22:00:54.196Z[ host-image] Aug 11 22:00:52.960 INFO O| Aug 11 22:00:52.960 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97632026-08-11T22:00:54.197Z[ host-image] Aug 11 22:00:52.960 INFO O| Aug 11 22:00:52.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97642026-08-11T22:00:54.197Z[ host-image] Aug 11 22:00:52.960 INFO O| Aug 11 22:00:52.960 INFO STEP 16 (ensure_dir) COMPLETE
97652026-08-11T22:00:54.197Z[ host-image] Aug 11 22:00:52.960 INFO O| Aug 11 22:00:52.960 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-08-11T22:00:54.205Z[ host-image] Aug 11 22:00:52.968 INFO O| Aug 11 22:00:52.968 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97672026-08-11T22:00:54.205Z[ host-image] Aug 11 22:00:52.968 INFO O| Aug 11 22:00:52.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97682026-08-11T22:00:54.208Z[ host-image] Aug 11 22:00:52.968 INFO O| Aug 11 22:00:52.968 INFO STEP 17 (ensure_dir) COMPLETE
97692026-08-11T22:00:54.208Z[ host-image] Aug 11 22:00:52.968 INFO O| Aug 11 22:00:52.968 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97702026-08-11T22:00:54.211Z[ host-image] Aug 11 22:00:52.975 INFO O| Aug 11 22:00:52.975 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97712026-08-11T22:00:54.211Z[ host-image] Aug 11 22:00:52.975 INFO O| Aug 11 22:00:52.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97722026-08-11T22:00:54.212Z[ host-image] Aug 11 22:00:52.975 INFO O| Aug 11 22:00:52.975 INFO ok!
97732026-08-11T22:00:54.212Z[ host-image] Aug 11 22:00:52.975 INFO O| Aug 11 22:00:52.975 INFO STEP 18 (ensure_symlink) COMPLETE
97742026-08-11T22:00:54.212Z[ host-image] Aug 11 22:00:52.975 INFO O| Aug 11 22:00:52.975 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97752026-08-11T22:00:54.220Z[ host-image] Aug 11 22:00:52.984 INFO O| Aug 11 22:00:52.984 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97762026-08-11T22:00:54.220Z[ host-image] Aug 11 22:00:52.984 INFO O| Aug 11 22:00:52.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97772026-08-11T22:00:54.220Z[ host-image] Aug 11 22:00:52.984 INFO O| Aug 11 22:00:52.984 INFO ok!
97782026-08-11T22:00:54.223Z[ host-image] Aug 11 22:00:52.984 INFO O| Aug 11 22:00:52.984 INFO STEP 19 (ensure_file) COMPLETE
97792026-08-11T22:00:54.223Z[ host-image] Aug 11 22:00:52.984 INFO O| Aug 11 22:00:52.984 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97802026-08-11T22:00:54.226Z[ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97812026-08-11T22:00:54.226Z[ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97822026-08-11T22:00:54.226Z[ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97832026-08-11T22:00:54.226Z[ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO ok!
97842026-08-11T22:00:54.226Z[ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO STEP 20 (ensure_symlink) COMPLETE
97852026-08-11T22:00:54.226Z[ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97862026-08-11T22:00:54.233Z[ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97872026-08-11T22:00:54.233Z[ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97882026-08-11T22:00:54.233Z[ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97892026-08-11T22:00:54.238Z[ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO ok!
97902026-08-11T22:00:54.238Z[ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO STEP 21 (ensure_symlink) COMPLETE
97912026-08-11T22:00:54.238Z[ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97922026-08-11T22:00:54.242Z[ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97932026-08-11T22:00:54.242Z[ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97942026-08-11T22:00:54.242Z[ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97952026-08-11T22:00:54.243Z[ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO ok!
97962026-08-11T22:00:54.243Z[ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO STEP 22 (ensure_symlink) COMPLETE
97972026-08-11T22:00:54.246Z[ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97982026-08-11T22:00:54.250Z[ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97992026-08-11T22:00:54.255Z[ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98002026-08-11T22:00:54.255Z[ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98012026-08-11T22:00:54.255Z[ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO ok!
98022026-08-11T22:00:54.255Z[ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO STEP 23 (ensure_symlink) COMPLETE
98032026-08-11T22:00:54.256Z[ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98042026-08-11T22:00:54.260Z[ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98052026-08-11T22:00:54.260Z[ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98062026-08-11T22:00:54.260Z[ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98072026-08-11T22:00:54.260Z[ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 INFO ok!
98082026-08-11T22:00:54.262Z[ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 INFO STEP 24 (ensure_file) COMPLETE
98092026-08-11T22:00:54.262Z[ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98102026-08-11T22:00:54.272Z[ host-image] Aug 11 22:00:53.033 INFO O| Aug 11 22:00:53.033 INFO updating shadow file
98112026-08-11T22:00:54.276Z[ host-image] Aug 11 22:00:53.033 INFO O| Aug 11 22:00:53.033 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98122026-08-11T22:00:54.276Z[ host-image] Aug 11 22:00:53.033 INFO O| Aug 11 22:00:53.033 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98132026-08-11T22:00:54.276Z[ host-image] Aug 11 22:00:53.033 INFO O| Aug 11 22:00:53.033 INFO STEP 25 (shadow) COMPLETE
98142026-08-11T22:00:54.276Z[ host-image] Aug 11 22:00:53.033 INFO O| Aug 11 22:00:53.033 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98152026-08-11T22:00:54.276Z[ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98162026-08-11T22:00:54.276Z[ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98172026-08-11T22:00:54.276Z[ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98182026-08-11T22:00:54.276Z[ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 INFO ok!
98192026-08-11T22:00:54.276Z[ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 INFO STEP 26 (ensure_file) COMPLETE
98202026-08-11T22:00:54.277Z[ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98212026-08-11T22:00:54.281Z[ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98222026-08-11T22:00:54.281Z[ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98232026-08-11T22:00:54.286Z[ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98242026-08-11T22:00:54.286Z[ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO ok!
98252026-08-11T22:00:54.286Z[ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO STEP 27 (ensure_file) COMPLETE
98262026-08-11T22:00:54.286Z[ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98272026-08-11T22:00:54.290Z[ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98282026-08-11T22:00:54.290Z[ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98292026-08-11T22:00:54.295Z[ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98302026-08-11T22:00:54.295Z[ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98312026-08-11T22:00:54.295Z[ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO ok!
98322026-08-11T22:00:54.295Z[ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO STEP 28 (ensure_file) COMPLETE
98332026-08-11T22:00:54.295Z[ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98342026-08-11T22:00:54.298Z[ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98352026-08-11T22:00:54.298Z[ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98362026-08-11T22:00:54.302Z[ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98372026-08-11T22:00:54.303Z[ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO ok!
98382026-08-11T22:00:54.303Z[ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO STEP 29 (ensure_file) COMPLETE
98392026-08-11T22:00:54.303Z[ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98402026-08-11T22:00:54.308Z[ host-image] Aug 11 22:00:53.070 INFO O| Aug 11 22:00:53.070 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98412026-08-11T22:00:54.308Z[ host-image] Aug 11 22:00:53.070 INFO O| Aug 11 22:00:53.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98422026-08-11T22:00:54.308Z[ host-image] Aug 11 22:00:53.070 INFO O| Aug 11 22:00:53.070 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98432026-08-11T22:00:54.308Z[ host-image] Aug 11 22:00:53.070 INFO O| Aug 11 22:00:53.070 INFO STEP 30 (ensure_dir) COMPLETE
98442026-08-11T22:00:54.309Z[ host-image] Aug 11 22:00:53.070 INFO O| Aug 11 22:00:53.070 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98452026-08-11T22:00:54.312Z[ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98462026-08-11T22:00:54.312Z[ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98472026-08-11T22:00:54.312Z[ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98482026-08-11T22:00:54.312Z[ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98492026-08-11T22:00:54.312Z[ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO ok!
98502026-08-11T22:00:54.312Z[ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO STEP 31 (ensure_file) COMPLETE
98512026-08-11T22:00:54.312Z[ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98522026-08-11T22:00:54.318Z[ host-image] Aug 11 22:00:53.083 INFO O| Aug 11 22:00:53.083 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98532026-08-11T22:00:54.318Z[ host-image] Aug 11 22:00:53.083 INFO O| Aug 11 22:00:53.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98542026-08-11T22:00:54.320Z[ host-image] Aug 11 22:00:53.083 INFO O| Aug 11 22:00:53.083 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98552026-08-11T22:00:54.321Z[ host-image] Aug 11 22:00:53.083 INFO O| Aug 11 22:00:53.083 INFO STEP 32 (ensure_dir) COMPLETE
98562026-08-11T22:00:54.321Z[ host-image] Aug 11 22:00:53.083 INFO O| Aug 11 22:00:53.083 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98572026-08-11T22:00:54.329Z[ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98582026-08-11T22:00:54.332Z[ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 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 ...
98592026-08-11T22:00:54.332Z[ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 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
98602026-08-11T22:00:54.332Z[ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98612026-08-11T22:00:54.332Z[ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 INFO ok!
98622026-08-11T22:00:54.332Z[ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 INFO STEP 33 (ensure_file) COMPLETE
98632026-08-11T22:00:54.332Z[ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98642026-08-11T22:00:54.337Z[ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98652026-08-11T22:00:54.337Z[ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98662026-08-11T22:00:54.339Z[ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98672026-08-11T22:00:54.339Z[ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO ok!
98682026-08-11T22:00:54.340Z[ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO STEP 34 (ensure_file) COMPLETE
98692026-08-11T22:00:54.340Z[ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98702026-08-11T22:00:54.345Z[ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98712026-08-11T22:00:54.346Z[ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98722026-08-11T22:00:54.352Z[ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98732026-08-11T22:00:54.352Z[ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98742026-08-11T22:00:54.352Z[ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO ok!
98752026-08-11T22:00:54.353Z[ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO STEP 35 (ensure_file) COMPLETE
98762026-08-11T22:00:54.353Z[ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98772026-08-11T22:00:54.355Z[ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.119 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98782026-08-11T22:00:54.356Z[ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.119 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98792026-08-11T22:00:54.356Z[ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98802026-08-11T22:00:54.356Z[ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.120 INFO ok!
98812026-08-11T22:00:54.356Z[ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.120 INFO STEP 36 (ensure_file) COMPLETE
98822026-08-11T22:00:54.356Z[ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.120 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98832026-08-11T22:00:54.363Z[ host-image] Aug 11 22:00:53.127 INFO O| Aug 11 22:00:53.127 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98842026-08-11T22:00:54.363Z[ host-image] Aug 11 22:00:53.127 INFO O| Aug 11 22:00:53.127 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98852026-08-11T22:00:54.365Z[ host-image] Aug 11 22:00:53.128 INFO O| Aug 11 22:00:53.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98862026-08-11T22:00:54.365Z[ host-image] Aug 11 22:00:53.128 INFO O| Aug 11 22:00:53.128 INFO ok!
98872026-08-11T22:00:54.365Z[ host-image] Aug 11 22:00:53.128 INFO O| Aug 11 22:00:53.128 INFO STEP 37 (ensure_file) COMPLETE
98882026-08-11T22:00:54.365Z[ host-image] Aug 11 22:00:53.128 INFO O| Aug 11 22:00:53.128 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98892026-08-11T22:00:54.372Z[ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98902026-08-11T22:00:54.372Z[ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98912026-08-11T22:00:54.372Z[ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98922026-08-11T22:00:54.374Z[ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98932026-08-11T22:00:54.375Z[ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98942026-08-11T22:00:54.375Z[ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98952026-08-11T22:00:54.375Z[ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO ok!
98962026-08-11T22:00:54.375Z[ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO STEP 38 (ensure_file) COMPLETE
98972026-08-11T22:00:54.375Z[ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98982026-08-11T22:00:54.380Z[ host-image] Aug 11 22:00:53.146 INFO O| Aug 11 22:00:53.146 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98992026-08-11T22:00:54.384Z[ host-image] Aug 11 22:00:53.146 INFO O| Aug 11 22:00:53.146 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99002026-08-11T22:00:54.384Z[ host-image] Aug 11 22:00:53.146 INFO O| Aug 11 22:00:53.146 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99012026-08-11T22:00:54.384Z[ host-image] Aug 11 22:00:53.146 INFO O| Aug 11 22:00:53.146 INFO STEP 39 (ensure_dir) COMPLETE
99022026-08-11T22:00:54.384Z[ host-image] Aug 11 22:00:53.146 INFO O| Aug 11 22:00:53.146 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99032026-08-11T22:00:54.389Z[ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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
99042026-08-11T22:00:54.394Z[ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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 ...
99052026-08-11T22:00:54.394Z[ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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
99062026-08-11T22:00:54.394Z[ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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
99072026-08-11T22:00:54.394Z[ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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
99082026-08-11T22:00:54.394Z[ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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
99092026-08-11T22:00:54.394Z[ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 INFO ok!
99102026-08-11T22:00:54.394Z[ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 INFO STEP 40 (ensure_file) COMPLETE
99112026-08-11T22:00:54.394Z[ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99122026-08-11T22:00:54.397Z[ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99132026-08-11T22:00:54.397Z[ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 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 ...
99142026-08-11T22:00:54.400Z[ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99152026-08-11T22:00:54.400Z[ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 INFO ok!
99162026-08-11T22:00:54.400Z[ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 INFO STEP 41 (ensure_symlink) COMPLETE
99172026-08-11T22:00:54.400Z[ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99182026-08-11T22:00:54.405Z[ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99192026-08-11T22:00:54.405Z[ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99202026-08-11T22:00:54.408Z[ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99212026-08-11T22:00:54.408Z[ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO ok!
99222026-08-11T22:00:54.408Z[ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO STEP 42 (ensure_symlink) COMPLETE
99232026-08-11T22:00:54.408Z[ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99242026-08-11T22:00:54.414Z[ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99252026-08-11T22:00:54.414Z[ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99262026-08-11T22:00:54.417Z[ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99272026-08-11T22:00:54.418Z[ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99282026-08-11T22:00:54.418Z[ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99292026-08-11T22:00:54.418Z[ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99302026-08-11T22:00:54.418Z[ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO ok!
99312026-08-11T22:00:54.418Z[ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO STEP 43 (ensure_file) COMPLETE
99322026-08-11T22:00:54.418Z[ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99332026-08-11T22:00:54.423Z[ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99342026-08-11T22:00:54.423Z[ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 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 ...
99352026-08-11T22:00:54.423Z[ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 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
99362026-08-11T22:00:54.424Z[ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99372026-08-11T22:00:54.424Z[ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 INFO ok!
99382026-08-11T22:00:54.424Z[ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 INFO STEP 44 (ensure_file) COMPLETE
99392026-08-11T22:00:54.424Z[ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99402026-08-11T22:00:54.429Z[ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99412026-08-11T22:00:54.429Z[ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99422026-08-11T22:00:54.432Z[ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99432026-08-11T22:00:54.432Z[ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO ok!
99442026-08-11T22:00:54.432Z[ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO STEP 45 (ensure_file) COMPLETE
99452026-08-11T22:00:54.432Z[ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99462026-08-11T22:00:54.437Z[ host-image] Aug 11 22:00:53.201 INFO O| Aug 11 22:00:53.201 INFO updating shadow file
99472026-08-11T22:00:54.441Z[ host-image] Aug 11 22:00:53.201 INFO O| Aug 11 22:00:53.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99482026-08-11T22:00:54.441Z[ host-image] Aug 11 22:00:53.201 INFO O| Aug 11 22:00:53.201 INFO STEP 46 (shadow) COMPLETE
99492026-08-11T22:00:54.441Z[ host-image] Aug 11 22:00:53.201 INFO O| Aug 11 22:00:53.201 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99502026-08-11T22:00:54.447Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99512026-08-11T22:00:54.447Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99522026-08-11T22:00:54.450Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99532026-08-11T22:00:54.450Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99542026-08-11T22:00:54.450Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO ok!
99552026-08-11T22:00:54.450Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO STEP 47 (ensure_file) COMPLETE
99562026-08-11T22:00:54.451Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99572026-08-11T22:00:54.451Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO skip step because feature "mfg" is not enabled
99582026-08-11T22:00:54.451Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99592026-08-11T22:00:54.451Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO skip step because feature "mfg" is not enabled
99602026-08-11T22:00:54.451Z[ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99612026-08-11T22:00:54.454Z[ host-image] Aug 11 22:00:53.217 INFO O| Aug 11 22:00:53.217 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99622026-08-11T22:00:54.454Z[ host-image] Aug 11 22:00:53.217 INFO O| Aug 11 22:00:53.217 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99632026-08-11T22:00:54.475Z[ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99642026-08-11T22:00:54.475Z[ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99652026-08-11T22:00:54.475Z[ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO ok!
99662026-08-11T22:00:54.478Z[ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO STEP 50 (ensure_file) COMPLETE
99672026-08-11T22:00:54.478Z[ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99682026-08-11T22:00:54.478Z[ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO skip step because feature "compliance" is not enabled
99692026-08-11T22:00:54.478Z[ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99702026-08-11T22:00:54.484Z[ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99712026-08-11T22:00:54.491Z[ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99722026-08-11T22:00:54.491Z[ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99732026-08-11T22:00:54.491Z[ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99742026-08-11T22:00:54.491Z[ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99752026-08-11T22:00:54.491Z[ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99762026-08-11T22:00:54.491Z[ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO ok!
99772026-08-11T22:00:54.491Z[ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO STEP 52 (ensure_file) COMPLETE
99782026-08-11T22:00:54.491Z[ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99792026-08-11T22:00:54.495Z[ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99802026-08-11T22:00:54.495Z[ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 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 ...
99812026-08-11T22:00:54.495Z[ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 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
99822026-08-11T22:00:54.495Z[ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99832026-08-11T22:00:54.495Z[ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 INFO ok!
99842026-08-11T22:00:54.495Z[ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 INFO STEP 53 (ensure_file) COMPLETE
99852026-08-11T22:00:54.495Z[ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99862026-08-11T22:00:54.500Z[ host-image] Aug 11 22:00:53.265 INFO O| Aug 11 22:00:53.265 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99872026-08-11T22:00:54.500Z[ host-image] Aug 11 22:00:53.265 INFO O| Aug 11 22:00:53.265 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 ...
99882026-08-11T22:00:54.500Z[ host-image] Aug 11 22:00:53.265 INFO O| Aug 11 22:00:53.265 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99892026-08-11T22:00:54.504Z[ host-image] Aug 11 22:00:53.266 INFO O| Aug 11 22:00:53.265 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99902026-08-11T22:00:54.504Z[ host-image] Aug 11 22:00:53.266 INFO O| Aug 11 22:00:53.266 INFO ok!
99912026-08-11T22:00:54.504Z[ host-image] Aug 11 22:00:53.266 INFO O| Aug 11 22:00:53.266 INFO STEP 54 (ensure_file) COMPLETE
99922026-08-11T22:00:54.504Z[ host-image] Aug 11 22:00:53.266 INFO O| Aug 11 22:00:53.266 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99932026-08-11T22:00:54.508Z[ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99942026-08-11T22:00:54.508Z[ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 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 ...
99952026-08-11T22:00:54.511Z[ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 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
99962026-08-11T22:00:54.511Z[ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99972026-08-11T22:00:54.511Z[ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 INFO ok!
99982026-08-11T22:00:54.511Z[ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 INFO STEP 55 (ensure_file) COMPLETE
99992026-08-11T22:00:54.511Z[ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100002026-08-11T22:00:54.515Z[ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100012026-08-11T22:00:54.515Z[ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 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 ...
100022026-08-11T22:00:54.518Z[ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100032026-08-11T22:00:54.518Z[ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100042026-08-11T22:00:54.518Z[ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO ok!
100052026-08-11T22:00:54.518Z[ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO STEP 56 (ensure_file) COMPLETE
100062026-08-11T22:00:54.518Z[ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100072026-08-11T22:00:54.525Z[ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.290 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100082026-08-11T22:00:54.525Z[ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 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 ...
100092026-08-11T22:00:54.529Z[ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 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
100102026-08-11T22:00:54.529Z[ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100112026-08-11T22:00:54.529Z[ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 INFO ok!
100122026-08-11T22:00:54.529Z[ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 INFO STEP 57 (ensure_file) COMPLETE
100132026-08-11T22:00:54.529Z[ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100142026-08-11T22:00:54.534Z[ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100152026-08-11T22:00:54.534Z[ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 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 ...
100162026-08-11T22:00:54.534Z[ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100172026-08-11T22:00:54.537Z[ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100182026-08-11T22:00:54.537Z[ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100192026-08-11T22:00:54.537Z[ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100202026-08-11T22:00:54.537Z[ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO ok!
100212026-08-11T22:00:54.537Z[ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO STEP 58 (ensure_file) COMPLETE
100222026-08-11T22:00:54.537Z[ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100232026-08-11T22:00:54.542Z[ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100242026-08-11T22:00:54.542Z[ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 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 ...
100252026-08-11T22:00:54.544Z[ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 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
100262026-08-11T22:00:54.545Z[ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100272026-08-11T22:00:54.545Z[ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 INFO ok!
100282026-08-11T22:00:54.545Z[ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 INFO STEP 59 (ensure_file) COMPLETE
100292026-08-11T22:00:54.545Z[ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100302026-08-11T22:00:54.549Z[ host-image] Aug 11 22:00:53.314 INFO O| Aug 11 22:00:53.314 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100312026-08-11T22:00:54.549Z[ host-image] Aug 11 22:00:53.314 INFO O| Aug 11 22:00:53.314 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100322026-08-11T22:00:54.552Z[ host-image] Aug 11 22:00:53.315 INFO O| Aug 11 22:00:53.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100332026-08-11T22:00:54.552Z[ host-image] Aug 11 22:00:53.315 INFO O| Aug 11 22:00:53.314 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100342026-08-11T22:00:54.552Z[ host-image] Aug 11 22:00:53.315 INFO O| Aug 11 22:00:53.315 INFO ok!
100352026-08-11T22:00:54.552Z[ host-image] Aug 11 22:00:53.315 INFO O| Aug 11 22:00:53.315 INFO STEP 60 (ensure_file) COMPLETE
100362026-08-11T22:00:54.552Z[ host-image] Aug 11 22:00:53.315 INFO O| Aug 11 22:00:53.315 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100372026-08-11T22:00:54.556Z[ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100382026-08-11T22:00:54.556Z[ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 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 ...
100392026-08-11T22:00:54.559Z[ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 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
100402026-08-11T22:00:54.559Z[ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100412026-08-11T22:00:54.559Z[ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 INFO ok!
100422026-08-11T22:00:54.559Z[ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 INFO STEP 61 (ensure_file) COMPLETE
100432026-08-11T22:00:54.559Z[ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100442026-08-11T22:00:54.564Z[ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100452026-08-11T22:00:54.564Z[ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100462026-08-11T22:00:54.567Z[ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100472026-08-11T22:00:54.567Z[ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100482026-08-11T22:00:54.567Z[ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100492026-08-11T22:00:54.567Z[ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100502026-08-11T22:00:54.567Z[ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO ok!
100512026-08-11T22:00:54.567Z[ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO STEP 62 (ensure_file) COMPLETE
100522026-08-11T22:00:54.567Z[ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100532026-08-11T22:00:54.573Z[ host-image] Aug 11 22:00:53.337 INFO O| Aug 11 22:00:53.337 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100542026-08-11T22:00:54.573Z[ host-image] Aug 11 22:00:53.337 INFO O| Aug 11 22:00:53.337 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 ...
100552026-08-11T22:00:54.577Z[ host-image] Aug 11 22:00:53.338 INFO O| Aug 11 22:00:53.337 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
100562026-08-11T22:00:54.577Z[ host-image] Aug 11 22:00:53.338 INFO O| Aug 11 22:00:53.338 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100572026-08-11T22:00:54.577Z[ host-image] Aug 11 22:00:53.338 INFO O| Aug 11 22:00:53.338 INFO ok!
100582026-08-11T22:00:54.577Z[ host-image] Aug 11 22:00:53.338 INFO O| Aug 11 22:00:53.338 INFO STEP 63 (ensure_file) COMPLETE
100592026-08-11T22:00:54.577Z[ host-image] Aug 11 22:00:53.338 INFO O| Aug 11 22:00:53.338 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-08-11T22:00:54.582Z[ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100612026-08-11T22:00:54.583Z[ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 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 ...
100622026-08-11T22:00:54.583Z[ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 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
100632026-08-11T22:00:54.587Z[ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100642026-08-11T22:00:54.587Z[ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 INFO ok!
100652026-08-11T22:00:54.587Z[ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 INFO STEP 64 (ensure_file) COMPLETE
100662026-08-11T22:00:54.587Z[ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100672026-08-11T22:00:54.591Z[ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100682026-08-11T22:00:54.591Z[ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 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 ...
100692026-08-11T22:00:54.591Z[ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 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
100702026-08-11T22:00:54.591Z[ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100712026-08-11T22:00:54.591Z[ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO ok!
100722026-08-11T22:00:54.591Z[ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO STEP 65 (ensure_file) COMPLETE
100732026-08-11T22:00:54.591Z[ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100742026-08-11T22:00:54.591Z[ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO skip step because feature "mbist" is not enabled
100752026-08-11T22:00:54.591Z[ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762026-08-11T22:00:54.598Z[ host-image] Aug 11 22:00:53.364 INFO O| Aug 11 22:00:53.363 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100772026-08-11T22:00:54.598Z[ host-image] Aug 11 22:00:53.364 INFO O| Aug 11 22:00:53.364 INFO STEP 67 (ensure_dir) COMPLETE
100782026-08-11T22:00:54.599Z[ host-image] Aug 11 22:00:53.364 INFO O| Aug 11 22:00:53.364 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100792026-08-11T22:00:54.606Z[ host-image] Aug 11 22:00:53.372 INFO O| Aug 11 22:00:53.371 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100802026-08-11T22:00:54.607Z[ host-image] Aug 11 22:00:53.372 INFO O| Aug 11 22:00:53.372 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100812026-08-11T22:00:54.610Z[ host-image] Aug 11 22:00:53.372 INFO O| Aug 11 22:00:53.372 INFO STEP 68 (ensure_dir) COMPLETE
100822026-08-11T22:00:54.610Z[ host-image] Aug 11 22:00:53.372 INFO O| Aug 11 22:00:53.372 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-08-11T22:00:54.622Z[ host-image] Aug 11 22:00:53.379 INFO O| Aug 11 22:00:53.379 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100842026-08-11T22:00:54.622Z[ host-image] Aug 11 22:00:53.379 INFO O| Aug 11 22:00:53.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100852026-08-11T22:00:54.626Z[ host-image] Aug 11 22:00:53.379 INFO O| Aug 11 22:00:53.379 INFO STEP 69 (ensure_dir) COMPLETE
100862026-08-11T22:00:54.626Z[ host-image] Aug 11 22:00:53.379 INFO O| Aug 11 22:00:53.379 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100872026-08-11T22:00:54.626Z[ host-image] Aug 11 22:00:53.387 INFO O| Aug 11 22:00:53.387 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100882026-08-11T22:00:54.626Z[ host-image] Aug 11 22:00:53.387 INFO O| Aug 11 22:00:53.387 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100892026-08-11T22:00:54.953Z[ host-image] Aug 11 22:00:53.718 INFO O| Aug 11 22:00:53.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100902026-08-11T22:00:54.953Z[ host-image] Aug 11 22:00:53.718 INFO O| Aug 11 22:00:53.718 INFO ok!
100912026-08-11T22:00:54.953Z[ host-image] Aug 11 22:00:53.718 INFO O| Aug 11 22:00:53.718 INFO STEP 70 (ensure_file) COMPLETE
100922026-08-11T22:00:55.027Z[ host-image] Aug 11 22:00:53.718 INFO O| Aug 11 22:00:53.718 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100932026-08-11T22:00:55.046Z[ host-image] Aug 11 22:00:53.729 INFO O| Aug 11 22:00:53.729 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100942026-08-11T22:00:55.046Z[ host-image] Aug 11 22:00:53.729 INFO O| Aug 11 22:00:53.729 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100952026-08-11T22:00:55.571Z[ host-image] Aug 11 22:00:54.336 INFO O| Aug 11 22:00:54.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100962026-08-11T22:00:55.571Z[ host-image] Aug 11 22:00:54.336 INFO O| Aug 11 22:00:54.336 INFO ok!
100972026-08-11T22:00:55.574Z[ host-image] Aug 11 22:00:54.336 INFO O| Aug 11 22:00:54.336 INFO STEP 71 (ensure_file) COMPLETE
100982026-08-11T22:00:55.575Z[ host-image] Aug 11 22:00:54.336 INFO O| Aug 11 22:00:54.336 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100992026-08-11T22:00:55.583Z[ host-image] Aug 11 22:00:54.346 INFO O| Aug 11 22:00:54.346 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101002026-08-11T22:00:55.583Z[ host-image] Aug 11 22:00:54.346 INFO O| Aug 11 22:00:54.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101012026-08-11T22:00:55.586Z[ host-image] Aug 11 22:00:54.346 INFO O| Aug 11 22:00:54.346 INFO STEP 72 (ensure_dir) COMPLETE
101022026-08-11T22:00:55.586Z[ host-image] Aug 11 22:00:54.346 INFO O| Aug 11 22:00:54.346 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-08-11T22:00:55.591Z[ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101042026-08-11T22:00:55.591Z[ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO copying /tmp/.tmpGtRjcD/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 ...
101052026-08-11T22:00:55.591Z[ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101062026-08-11T22:00:55.591Z[ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO ok!
101072026-08-11T22:00:55.591Z[ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO STEP 73 (ensure_file) COMPLETE
101082026-08-11T22:00:55.591Z[ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-08-11T22:00:55.596Z[ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101102026-08-11T22:00:55.596Z[ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO copying /tmp/.tmpGtRjcD/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 ...
101112026-08-11T22:00:55.596Z[ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101122026-08-11T22:00:55.599Z[ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO ok!
101132026-08-11T22:00:55.599Z[ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO STEP 74 (ensure_file) COMPLETE
101142026-08-11T22:00:55.599Z[ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152026-08-11T22:00:55.602Z[ host-image] Aug 11 22:00:54.367 INFO O| Aug 11 22:00:54.367 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101162026-08-11T22:00:55.602Z[ host-image] Aug 11 22:00:54.367 INFO O| Aug 11 22:00:54.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101172026-08-11T22:00:55.602Z[ host-image] Aug 11 22:00:54.367 INFO O| Aug 11 22:00:54.367 INFO STEP 75 (ensure_dir) COMPLETE
101182026-08-11T22:00:55.603Z[ host-image] Aug 11 22:00:54.367 INFO O| Aug 11 22:00:54.367 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-08-11T22:00:55.609Z[ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101202026-08-11T22:00:55.609Z[ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO copying /tmp/.tmpGtRjcD/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 ...
101212026-08-11T22:00:55.612Z[ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101222026-08-11T22:00:55.612Z[ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO ok!
101232026-08-11T22:00:55.612Z[ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO STEP 76 (ensure_file) COMPLETE
101242026-08-11T22:00:55.612Z[ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-08-11T22:00:55.617Z[ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101262026-08-11T22:00:55.617Z[ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO copying /tmp/.tmpGtRjcD/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 ...
101272026-08-11T22:00:55.620Z[ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101282026-08-11T22:00:55.620Z[ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO ok!
101292026-08-11T22:00:55.620Z[ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO STEP 77 (ensure_file) COMPLETE
101302026-08-11T22:00:55.620Z[ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312026-08-11T22:00:55.624Z[ host-image] Aug 11 22:00:54.390 INFO O| Aug 11 22:00:54.390 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101322026-08-11T22:00:55.624Z[ host-image] Aug 11 22:00:54.390 INFO O| Aug 11 22:00:54.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101332026-08-11T22:00:55.627Z[ host-image] Aug 11 22:00:54.390 INFO O| Aug 11 22:00:54.390 INFO STEP 78 (ensure_dir) COMPLETE
101342026-08-11T22:00:55.627Z[ host-image] Aug 11 22:00:54.390 INFO O| Aug 11 22:00:54.390 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-08-11T22:00:55.633Z[ host-image] Aug 11 22:00:54.398 INFO O| Aug 11 22:00:54.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101362026-08-11T22:00:55.633Z[ host-image] Aug 11 22:00:54.398 INFO O| Aug 11 22:00:54.398 INFO copying /tmp/.tmpGtRjcD/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 ...
101372026-08-11T22:00:55.638Z[ host-image] Aug 11 22:00:54.399 INFO O| Aug 11 22:00:54.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101382026-08-11T22:00:55.638Z[ host-image] Aug 11 22:00:54.399 INFO O| Aug 11 22:00:54.399 INFO ok!
101392026-08-11T22:00:55.638Z[ host-image] Aug 11 22:00:54.399 INFO O| Aug 11 22:00:54.399 INFO STEP 79 (ensure_file) COMPLETE
101402026-08-11T22:00:55.638Z[ host-image] Aug 11 22:00:54.399 INFO O| Aug 11 22:00:54.399 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-08-11T22:00:55.642Z[ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101422026-08-11T22:00:55.643Z[ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101432026-08-11T22:00:55.645Z[ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101442026-08-11T22:00:55.646Z[ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO ok!
101452026-08-11T22:00:55.646Z[ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO STEP 80 (ensure_file) COMPLETE
101462026-08-11T22:00:55.646Z[ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-08-11T22:00:55.651Z[ host-image] Aug 11 22:00:54.417 INFO O| Aug 11 22:00:54.417 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101482026-08-11T22:00:55.651Z[ host-image] Aug 11 22:00:54.417 INFO O| Aug 11 22:00:54.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101492026-08-11T22:00:55.654Z[ host-image] Aug 11 22:00:54.417 INFO O| Aug 11 22:00:54.417 INFO STEP 81 (ensure_dir) COMPLETE
101502026-08-11T22:00:55.654Z[ host-image] Aug 11 22:00:54.417 INFO O| Aug 11 22:00:54.417 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-08-11T22:00:55.660Z[ host-image] Aug 11 22:00:54.425 INFO O| Aug 11 22:00:54.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101522026-08-11T22:00:55.660Z[ host-image] Aug 11 22:00:54.425 INFO O| Aug 11 22:00:54.425 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101532026-08-11T22:00:56.205Z[ host-image] Aug 11 22:00:54.970 INFO O| Aug 11 22:00:54.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101542026-08-11T22:00:56.205Z[ host-image] Aug 11 22:00:54.970 INFO O| Aug 11 22:00:54.970 INFO ok!
101552026-08-11T22:00:56.205Z[ host-image] Aug 11 22:00:54.970 INFO O| Aug 11 22:00:54.970 INFO STEP 82 (ensure_file) COMPLETE
101562026-08-11T22:00:56.209Z[ host-image] Aug 11 22:00:54.970 INFO O| Aug 11 22:00:54.970 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-08-11T22:00:56.215Z[ host-image] Aug 11 22:00:54.980 INFO O| Aug 11 22:00:54.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101582026-08-11T22:00:56.218Z[ host-image] Aug 11 22:00:54.980 INFO O| Aug 11 22:00:54.980 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101592026-08-11T22:00:56.480Z[ host-image] Aug 11 22:00:55.244 INFO O| Aug 11 22:00:55.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101602026-08-11T22:00:56.480Z[ host-image] Aug 11 22:00:55.244 INFO O| Aug 11 22:00:55.244 INFO ok!
101612026-08-11T22:00:56.485Z[ host-image] Aug 11 22:00:55.244 INFO O| Aug 11 22:00:55.244 INFO STEP 83 (ensure_file) COMPLETE
101622026-08-11T22:00:56.485Z[ host-image] Aug 11 22:00:55.244 INFO O| Aug 11 22:00:55.244 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-08-11T22:00:56.489Z[ host-image] Aug 11 22:00:55.254 INFO O| Aug 11 22:00:55.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101642026-08-11T22:00:56.489Z[ host-image] Aug 11 22:00:55.254 INFO O| Aug 11 22:00:55.254 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101652026-08-11T22:00:57.846Z[ host-image] Aug 11 22:00:56.611 INFO O| Aug 11 22:00:56.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101662026-08-11T22:00:57.846Z[ host-image] Aug 11 22:00:56.611 INFO O| Aug 11 22:00:56.611 INFO ok!
101672026-08-11T22:00:57.846Z[ host-image] Aug 11 22:00:56.611 INFO O| Aug 11 22:00:56.611 INFO STEP 84 (ensure_file) COMPLETE
101682026-08-11T22:00:57.847Z[ host-image] Aug 11 22:00:56.611 INFO O| Aug 11 22:00:56.611 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-11T22:00:57.856Z[ host-image] Aug 11 22:00:56.621 INFO O| Aug 11 22:00:56.621 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101702026-08-11T22:00:57.856Z[ host-image] Aug 11 22:00:56.621 INFO O| Aug 11 22:00:56.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101712026-08-11T22:00:57.859Z[ host-image] Aug 11 22:00:56.621 INFO O| Aug 11 22:00:56.621 INFO STEP 85 (ensure_dir) COMPLETE
101722026-08-11T22:00:57.859Z[ host-image] Aug 11 22:00:56.621 INFO O| Aug 11 22:00:56.621 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-11T22:00:57.863Z[ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101742026-08-11T22:00:57.863Z[ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO copying /tmp/.tmpGtRjcD/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 ...
101752026-08-11T22:00:57.866Z[ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101762026-08-11T22:00:57.866Z[ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO ok!
101772026-08-11T22:00:57.866Z[ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO STEP 86 (ensure_file) COMPLETE
101782026-08-11T22:00:57.866Z[ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-08-11T22:00:57.874Z[ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101802026-08-11T22:00:57.874Z[ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO copying /tmp/.tmpGtRjcD/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 ...
101812026-08-11T22:00:57.874Z[ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101822026-08-11T22:00:57.879Z[ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO ok!
101832026-08-11T22:00:57.879Z[ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO STEP 87 (ensure_file) COMPLETE
101842026-08-11T22:00:57.879Z[ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-11T22:00:57.882Z[ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101862026-08-11T22:00:57.882Z[ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101872026-08-11T22:00:57.885Z[ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101882026-08-11T22:00:57.885Z[ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO ok!
101892026-08-11T22:00:57.885Z[ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO STEP 88 (ensure_file) COMPLETE
101902026-08-11T22:00:57.885Z[ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-08-11T22:00:57.889Z[ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101922026-08-11T22:00:57.889Z[ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101932026-08-11T22:00:57.894Z[ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101942026-08-11T22:00:57.894Z[ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO ok!
101952026-08-11T22:00:57.894Z[ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO STEP 89 (ensure_file) COMPLETE
101962026-08-11T22:00:57.894Z[ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-08-11T22:00:57.899Z[ host-image] Aug 11 22:00:56.664 INFO O| Aug 11 22:00:56.664 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101982026-08-11T22:00:57.899Z[ host-image] Aug 11 22:00:56.664 INFO O| Aug 11 22:00:56.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101992026-08-11T22:00:57.902Z[ host-image] Aug 11 22:00:56.664 INFO O| Aug 11 22:00:56.664 INFO STEP 90 (ensure_dir) COMPLETE
102002026-08-11T22:00:57.902Z[ host-image] Aug 11 22:00:56.664 INFO O| Aug 11 22:00:56.664 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-11T22:00:57.908Z[ host-image] Aug 11 22:00:56.673 INFO O| Aug 11 22:00:56.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102022026-08-11T22:00:57.908Z[ host-image] Aug 11 22:00:56.673 INFO O| Aug 11 22:00:56.673 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102032026-08-11T22:00:58.064Z[ host-image] Aug 11 22:00:56.827 INFO O| Aug 11 22:00:56.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102042026-08-11T22:00:58.064Z[ host-image] Aug 11 22:00:56.827 INFO O| Aug 11 22:00:56.827 INFO ok!
102052026-08-11T22:00:58.064Z[ host-image] Aug 11 22:00:56.827 INFO O| Aug 11 22:00:56.827 INFO STEP 91 (ensure_file) COMPLETE
102062026-08-11T22:00:58.067Z[ host-image] Aug 11 22:00:56.827 INFO O| Aug 11 22:00:56.827 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-08-11T22:00:58.073Z[ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102082026-08-11T22:00:58.073Z[ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102092026-08-11T22:00:58.077Z[ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102102026-08-11T22:00:58.077Z[ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO ok!
102112026-08-11T22:00:58.077Z[ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO STEP 92 (ensure_file) COMPLETE
102122026-08-11T22:00:58.077Z[ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-08-11T22:00:58.081Z[ host-image] Aug 11 22:00:56.845 INFO O| Aug 11 22:00:56.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102142026-08-11T22:00:58.085Z[ host-image] Aug 11 22:00:56.845 INFO O| Aug 11 22:00:56.845 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102152026-08-11T22:00:58.369Z[ recovery-image] Aug 11 22:00:57.134 INFO O| ok, image written!
102162026-08-11T22:00:58.369Z[ recovery-image] Aug 11 22:00:57.134 INFO O| ok, boot_image_csum file written!
102172026-08-11T22:00:58.372Z[ recovery-image] Aug 11 22:00:57.137 INFO creating boot archive (CPIO)...
102182026-08-11T22:00:58.372Z[ recovery-image] Aug 11 22:00:57.137 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
102192026-08-11T22:00:58.379Z[ recovery-image] Aug 11 22:00:57.142 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102202026-08-11T22:00:58.379Z[ recovery-image] Aug 11 22:00:57.142 INFO E| + outfile=/work/os-recovery/cpio
102212026-08-11T22:00:58.383Z[ recovery-image] Aug 11 22:00:57.142 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102222026-08-11T22:00:58.383Z[ recovery-image] Aug 11 22:00:57.145 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102232026-08-11T22:00:58.383Z[ recovery-image] Aug 11 22:00:57.145 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102242026-08-11T22:00:58.424Z[ recovery-image] Aug 11 22:00:57.189 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102252026-08-11T22:00:58.424Z[ recovery-image] Aug 11 22:00:57.189 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102262026-08-11T22:00:58.433Z[ recovery-image] Aug 11 22:00:57.198 INFO creating compressed cpio/unix for dev loaders...
102272026-08-11T22:00:58.433Z[ recovery-image] Aug 11 22:00:57.198 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
102282026-08-11T22:00:58.538Z[ host-image] Aug 11 22:00:57.270 INFO O| Aug 11 22:00:57.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102292026-08-11T22:00:58.538Z[ host-image] Aug 11 22:00:57.270 INFO O| Aug 11 22:00:57.270 INFO ok!
102302026-08-11T22:00:58.543Z[ host-image] Aug 11 22:00:57.270 INFO O| Aug 11 22:00:57.270 INFO STEP 93 (ensure_file) COMPLETE
102312026-08-11T22:00:58.543Z[ host-image] Aug 11 22:00:57.270 INFO O| Aug 11 22:00:57.270 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-08-11T22:00:58.543Z[ host-image] Aug 11 22:00:57.282 INFO O| Aug 11 22:00:57.282 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102332026-08-11T22:00:58.543Z[ host-image] Aug 11 22:00:57.282 INFO O| Aug 11 22:00:57.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102342026-08-11T22:00:58.543Z[ host-image] Aug 11 22:00:57.282 INFO O| Aug 11 22:00:57.282 INFO STEP 94 (ensure_dir) COMPLETE
102352026-08-11T22:00:58.543Z[ host-image] Aug 11 22:00:57.282 INFO O| Aug 11 22:00:57.282 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-08-11T22:00:58.543Z[ host-image] Aug 11 22:00:57.292 INFO O| Aug 11 22:00:57.292 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102372026-08-11T22:00:58.544Z[ host-image] Aug 11 22:00:57.292 INFO O| Aug 11 22:00:57.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102382026-08-11T22:00:58.544Z[ host-image] Aug 11 22:00:57.292 INFO O| Aug 11 22:00:57.292 INFO STEP 95 (ensure_dir) COMPLETE
102392026-08-11T22:00:58.544Z[ host-image] Aug 11 22:00:57.292 INFO O| Aug 11 22:00:57.292 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-08-11T22:00:58.544Z[ host-image] Aug 11 22:00:57.303 INFO O| Aug 11 22:00:57.303 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102412026-08-11T22:00:58.544Z[ host-image] Aug 11 22:00:57.303 INFO O| Aug 11 22:00:57.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102422026-08-11T22:00:58.544Z[ host-image] Aug 11 22:00:57.303 INFO O| Aug 11 22:00:57.303 INFO STEP 96 (ensure_dir) COMPLETE
102432026-08-11T22:00:58.544Z[ host-image] Aug 11 22:00:57.303 INFO O| Aug 11 22:00:57.303 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-08-11T22:00:58.551Z[ host-image] Aug 11 22:00:57.312 INFO O| Aug 11 22:00:57.312 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102452026-08-11T22:00:58.551Z[ host-image] Aug 11 22:00:57.312 INFO O| Aug 11 22:00:57.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102462026-08-11T22:00:58.551Z[ host-image] Aug 11 22:00:57.312 INFO O| Aug 11 22:00:57.312 INFO STEP 97 (ensure_dir) COMPLETE
102472026-08-11T22:00:58.551Z[ host-image] Aug 11 22:00:57.312 INFO O| Aug 11 22:00:57.312 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-11T22:00:58.558Z[ host-image] Aug 11 22:00:57.321 INFO O| Aug 11 22:00:57.321 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102492026-08-11T22:00:58.561Z[ host-image] Aug 11 22:00:57.321 INFO O| Aug 11 22:00:57.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102502026-08-11T22:00:58.561Z[ host-image] Aug 11 22:00:57.321 INFO O| Aug 11 22:00:57.321 INFO STEP 98 (ensure_dir) COMPLETE
102512026-08-11T22:00:58.562Z[ host-image] Aug 11 22:00:57.321 INFO O| Aug 11 22:00:57.321 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-08-11T22:00:58.565Z[ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102532026-08-11T22:00:58.565Z[ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO copying /tmp/.tmpGtRjcD/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 ...
102542026-08-11T22:00:58.565Z[ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102552026-08-11T22:00:58.565Z[ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO ok!
102562026-08-11T22:00:58.565Z[ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO STEP 99 (ensure_file) COMPLETE
102572026-08-11T22:00:58.565Z[ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-11T22:00:58.572Z[ host-image] Aug 11 22:00:57.338 INFO O| Aug 11 22:00:57.338 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102592026-08-11T22:00:58.576Z[ host-image] Aug 11 22:00:57.338 INFO O| Aug 11 22:00:57.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102602026-08-11T22:00:58.576Z[ host-image] Aug 11 22:00:57.338 INFO O| Aug 11 22:00:57.338 INFO STEP 100 (ensure_dir) COMPLETE
102612026-08-11T22:00:58.576Z[ host-image] Aug 11 22:00:57.338 INFO O| Aug 11 22:00:57.338 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-08-11T22:00:58.588Z[ host-image] Aug 11 22:00:57.346 INFO O| Aug 11 22:00:57.346 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102632026-08-11T22:00:58.588Z[ host-image] Aug 11 22:00:57.346 INFO O| Aug 11 22:00:57.346 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102642026-08-11T22:00:58.605Z[ host-image] Aug 11 22:00:57.362 INFO O| Aug 11 22:00:57.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102652026-08-11T22:00:58.606Z[ host-image] Aug 11 22:00:57.363 INFO O| Aug 11 22:00:57.362 INFO ok!
102662026-08-11T22:00:58.606Z[ host-image] Aug 11 22:00:57.363 INFO O| Aug 11 22:00:57.362 INFO STEP 101 (ensure_file) COMPLETE
102672026-08-11T22:00:58.613Z[ host-image] Aug 11 22:00:57.363 INFO O| Aug 11 22:00:57.362 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-08-11T22:00:58.613Z[ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102692026-08-11T22:00:58.613Z[ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102702026-08-11T22:00:58.613Z[ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102712026-08-11T22:00:58.614Z[ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO ok!
102722026-08-11T22:00:58.614Z[ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO STEP 102 (ensure_file) COMPLETE
102732026-08-11T22:00:58.614Z[ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-08-11T22:00:58.617Z[ host-image] Aug 11 22:00:57.381 INFO O| Aug 11 22:00:57.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102752026-08-11T22:00:58.618Z[ host-image] Aug 11 22:00:57.381 INFO O| Aug 11 22:00:57.381 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102762026-08-11T22:00:58.685Z[ recovery-image] Aug 11 22:00:57.444 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102772026-08-11T22:00:59.077Z[ host-image] Aug 11 22:00:57.816 INFO O| Aug 11 22:00:57.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102782026-08-11T22:00:59.077Z[ host-image] Aug 11 22:00:57.816 INFO O| Aug 11 22:00:57.816 INFO ok!
102792026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.816 INFO O| Aug 11 22:00:57.816 INFO STEP 103 (ensure_file) COMPLETE
102802026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.816 INFO O| Aug 11 22:00:57.816 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102822026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102832026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102842026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO ok!
102852026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO STEP 104 (ensure_file) COMPLETE
102862026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.837 INFO O| Aug 11 22:00:57.837 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102882026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.837 INFO O| Aug 11 22:00:57.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102892026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.837 INFO O| Aug 11 22:00:57.837 INFO STEP 105 (ensure_dir) COMPLETE
102902026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.837 INFO O| Aug 11 22:00:57.837 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.845 INFO O| Aug 11 22:00:57.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102922026-08-11T22:00:59.081Z[ host-image] Aug 11 22:00:57.845 INFO O| Aug 11 22:00:57.845 INFO copying /tmp/.tmpGtRjcD/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 ...
102932026-08-11T22:00:59.380Z[ host-image] Aug 11 22:00:58.145 INFO O| Aug 11 22:00:58.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102942026-08-11T22:00:59.380Z[ host-image] Aug 11 22:00:58.145 INFO O| Aug 11 22:00:58.145 INFO ok!
102952026-08-11T22:00:59.383Z[ host-image] Aug 11 22:00:58.145 INFO O| Aug 11 22:00:58.145 INFO STEP 106 (ensure_file) COMPLETE
102962026-08-11T22:00:59.383Z[ host-image] Aug 11 22:00:58.145 INFO O| Aug 11 22:00:58.145 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-11T22:00:59.399Z[ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102982026-08-11T22:00:59.399Z[ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO copying /tmp/.tmpGtRjcD/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 ...
102992026-08-11T22:00:59.405Z[ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103002026-08-11T22:00:59.405Z[ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO ok!
103012026-08-11T22:00:59.405Z[ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO STEP 107 (ensure_file) COMPLETE
103022026-08-11T22:00:59.405Z[ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-08-11T22:00:59.405Z[ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103042026-08-11T22:00:59.405Z[ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO copying /tmp/.tmpGtRjcD/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 ...
103052026-08-11T22:00:59.405Z[ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103062026-08-11T22:00:59.405Z[ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO ok!
103072026-08-11T22:00:59.405Z[ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO STEP 108 (ensure_file) COMPLETE
103082026-08-11T22:00:59.405Z[ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-08-11T22:00:59.413Z[ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103102026-08-11T22:00:59.413Z[ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO copying /tmp/.tmpGtRjcD/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 ...
103112026-08-11T22:00:59.416Z[ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103122026-08-11T22:00:59.416Z[ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO ok!
103132026-08-11T22:00:59.416Z[ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO STEP 109 (ensure_file) COMPLETE
103142026-08-11T22:00:59.416Z[ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-11T22:00:59.419Z[ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103162026-08-11T22:00:59.419Z[ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO copying /tmp/.tmpGtRjcD/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 ...
103172026-08-11T22:00:59.419Z[ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103182026-08-11T22:00:59.419Z[ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO ok!
103192026-08-11T22:00:59.419Z[ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO STEP 110 (ensure_file) COMPLETE
103202026-08-11T22:00:59.419Z[ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-08-11T22:00:59.427Z[ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103222026-08-11T22:00:59.427Z[ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO copying /tmp/.tmpGtRjcD/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 ...
103232026-08-11T22:00:59.442Z[ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103242026-08-11T22:00:59.442Z[ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO ok!
103252026-08-11T22:00:59.442Z[ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO STEP 111 (ensure_file) COMPLETE
103262026-08-11T22:00:59.442Z[ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-08-11T22:00:59.445Z[ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103282026-08-11T22:00:59.445Z[ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO copying /tmp/.tmpGtRjcD/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 ...
103292026-08-11T22:00:59.445Z[ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103302026-08-11T22:00:59.445Z[ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO ok!
103312026-08-11T22:00:59.445Z[ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO STEP 112 (ensure_file) COMPLETE
103322026-08-11T22:00:59.445Z[ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-08-11T22:00:59.445Z[ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103342026-08-11T22:00:59.445Z[ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103352026-08-11T22:00:59.445Z[ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103362026-08-11T22:00:59.446Z[ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO ok!
103372026-08-11T22:00:59.446Z[ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO STEP 113 (ensure_file) COMPLETE
103382026-08-11T22:00:59.446Z[ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-08-11T22:00:59.458Z[ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103402026-08-11T22:00:59.458Z[ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO copying /tmp/.tmpGtRjcD/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 ...
103412026-08-11T22:00:59.464Z[ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103422026-08-11T22:00:59.464Z[ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO ok!
103432026-08-11T22:00:59.464Z[ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO STEP 114 (ensure_file) COMPLETE
103442026-08-11T22:00:59.464Z[ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103452026-08-11T22:00:59.464Z[ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103462026-08-11T22:00:59.464Z[ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO copying /tmp/.tmpGtRjcD/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 ...
103472026-08-11T22:00:59.464Z[ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103482026-08-11T22:00:59.465Z[ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO ok!
103492026-08-11T22:00:59.465Z[ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO STEP 115 (ensure_file) COMPLETE
103502026-08-11T22:00:59.465Z[ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103512026-08-11T22:00:59.469Z[ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103522026-08-11T22:00:59.469Z[ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO copying /tmp/.tmpGtRjcD/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 ...
103532026-08-11T22:00:59.469Z[ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103542026-08-11T22:00:59.470Z[ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO ok!
103552026-08-11T22:00:59.470Z[ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO STEP 116 (ensure_file) COMPLETE
103562026-08-11T22:00:59.470Z[ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-08-11T22:00:59.475Z[ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103582026-08-11T22:00:59.475Z[ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103592026-08-11T22:00:59.478Z[ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103602026-08-11T22:00:59.478Z[ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO ok!
103612026-08-11T22:00:59.479Z[ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO STEP 117 (ensure_file) COMPLETE
103622026-08-11T22:00:59.479Z[ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103632026-08-11T22:00:59.483Z[ host-image] Aug 11 22:00:58.248 INFO O| Aug 11 22:00:58.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103642026-08-11T22:00:59.483Z[ host-image] Aug 11 22:00:58.248 INFO O| Aug 11 22:00:58.248 INFO copying /tmp/.tmpGtRjcD/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 ...
103652026-08-11T22:00:59.487Z[ host-image] Aug 11 22:00:58.248 INFO O| Aug 11 22:00:58.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103662026-08-11T22:00:59.487Z[ host-image] Aug 11 22:00:58.248 INFO O| Aug 11 22:00:58.248 INFO ok!
103672026-08-11T22:00:59.487Z[ host-image] Aug 11 22:00:58.248 INFO O| Aug 11 22:00:58.248 INFO STEP 118 (ensure_file) COMPLETE
103682026-08-11T22:00:59.487Z[ host-image] Aug 11 22:00:58.249 INFO O| Aug 11 22:00:58.248 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103692026-08-11T22:00:59.491Z[ host-image] Aug 11 22:00:58.256 INFO O| Aug 11 22:00:58.256 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103702026-08-11T22:00:59.494Z[ host-image] Aug 11 22:00:58.256 INFO O| Aug 11 22:00:58.256 INFO copying /tmp/.tmpGtRjcD/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 ...
103712026-08-11T22:00:59.494Z[ host-image] Aug 11 22:00:58.257 INFO O| Aug 11 22:00:58.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103722026-08-11T22:00:59.494Z[ host-image] Aug 11 22:00:58.257 INFO O| Aug 11 22:00:58.257 INFO ok!
103732026-08-11T22:00:59.494Z[ host-image] Aug 11 22:00:58.257 INFO O| Aug 11 22:00:58.257 INFO STEP 119 (ensure_file) COMPLETE
103742026-08-11T22:00:59.494Z[ host-image] Aug 11 22:00:58.257 INFO O| Aug 11 22:00:58.257 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103752026-08-11T22:00:59.500Z[ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103762026-08-11T22:00:59.500Z[ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO copying /tmp/.tmpGtRjcD/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 ...
103772026-08-11T22:00:59.500Z[ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103782026-08-11T22:00:59.503Z[ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO ok!
103792026-08-11T22:00:59.503Z[ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO STEP 120 (ensure_file) COMPLETE
103802026-08-11T22:00:59.503Z[ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103812026-08-11T22:00:59.508Z[ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103822026-08-11T22:00:59.508Z[ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO copying /tmp/.tmpGtRjcD/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 ...
103832026-08-11T22:00:59.512Z[ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103842026-08-11T22:00:59.512Z[ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO ok!
103852026-08-11T22:00:59.512Z[ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO STEP 121 (ensure_file) COMPLETE
103862026-08-11T22:00:59.512Z[ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103872026-08-11T22:00:59.516Z[ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103882026-08-11T22:00:59.516Z[ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.282 INFO copying /tmp/.tmpGtRjcD/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 ...
103892026-08-11T22:00:59.522Z[ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103902026-08-11T22:00:59.522Z[ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.282 INFO ok!
103912026-08-11T22:00:59.522Z[ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.282 INFO STEP 122 (ensure_file) COMPLETE
103922026-08-11T22:00:59.523Z[ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.282 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103932026-08-11T22:00:59.527Z[ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103942026-08-11T22:00:59.528Z[ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO copying /tmp/.tmpGtRjcD/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 ...
103952026-08-11T22:00:59.528Z[ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103962026-08-11T22:00:59.528Z[ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO ok!
103972026-08-11T22:00:59.528Z[ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO STEP 123 (ensure_file) COMPLETE
103982026-08-11T22:00:59.528Z[ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103992026-08-11T22:00:59.532Z[ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104002026-08-11T22:00:59.532Z[ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO copying /tmp/.tmpGtRjcD/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 ...
104012026-08-11T22:00:59.537Z[ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104022026-08-11T22:00:59.537Z[ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO ok!
104032026-08-11T22:00:59.537Z[ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO STEP 124 (ensure_file) COMPLETE
104042026-08-11T22:00:59.537Z[ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-08-11T22:00:59.542Z[ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104062026-08-11T22:00:59.542Z[ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO copying /tmp/.tmpGtRjcD/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 ...
104072026-08-11T22:00:59.542Z[ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104082026-08-11T22:00:59.542Z[ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO ok!
104092026-08-11T22:00:59.544Z[ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO STEP 125 (ensure_file) COMPLETE
104102026-08-11T22:00:59.545Z[ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-08-11T22:00:59.549Z[ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104122026-08-11T22:00:59.549Z[ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO copying /tmp/.tmpGtRjcD/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 ...
104132026-08-11T22:00:59.552Z[ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104142026-08-11T22:00:59.552Z[ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO ok!
104152026-08-11T22:00:59.552Z[ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO STEP 126 (ensure_file) COMPLETE
104162026-08-11T22:00:59.552Z[ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-08-11T22:00:59.556Z[ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104182026-08-11T22:00:59.556Z[ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO copying /tmp/.tmpGtRjcD/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 ...
104192026-08-11T22:00:59.559Z[ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104202026-08-11T22:00:59.559Z[ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO ok!
104212026-08-11T22:00:59.559Z[ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO STEP 127 (ensure_file) COMPLETE
104222026-08-11T22:00:59.559Z[ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-08-11T22:00:59.563Z[ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104242026-08-11T22:00:59.563Z[ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO copying /tmp/.tmpGtRjcD/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 ...
104252026-08-11T22:00:59.567Z[ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104262026-08-11T22:00:59.567Z[ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO ok!
104272026-08-11T22:00:59.567Z[ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO STEP 128 (ensure_file) COMPLETE
104282026-08-11T22:00:59.567Z[ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-08-11T22:00:59.572Z[ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104302026-08-11T22:00:59.576Z[ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO copying /tmp/.tmpGtRjcD/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 ...
104312026-08-11T22:00:59.576Z[ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104322026-08-11T22:00:59.576Z[ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO ok!
104332026-08-11T22:00:59.576Z[ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO STEP 129 (ensure_file) COMPLETE
104342026-08-11T22:00:59.576Z[ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104352026-08-11T22:00:59.583Z[ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104362026-08-11T22:00:59.583Z[ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO copying /tmp/.tmpGtRjcD/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 ...
104372026-08-11T22:00:59.586Z[ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104382026-08-11T22:00:59.586Z[ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO ok!
104392026-08-11T22:00:59.586Z[ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO STEP 130 (ensure_file) COMPLETE
104402026-08-11T22:00:59.586Z[ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104412026-08-11T22:00:59.589Z[ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104422026-08-11T22:00:59.589Z[ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO copying /tmp/.tmpGtRjcD/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 ...
104432026-08-11T22:00:59.589Z[ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104442026-08-11T22:00:59.589Z[ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO ok!
104452026-08-11T22:00:59.589Z[ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO STEP 131 (ensure_file) COMPLETE
104462026-08-11T22:00:59.589Z[ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-08-11T22:00:59.596Z[ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104482026-08-11T22:00:59.596Z[ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO copying /tmp/.tmpGtRjcD/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 ...
104492026-08-11T22:00:59.599Z[ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104502026-08-11T22:00:59.599Z[ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO ok!
104512026-08-11T22:00:59.599Z[ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO STEP 132 (ensure_file) COMPLETE
104522026-08-11T22:00:59.599Z[ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-08-11T22:00:59.605Z[ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104542026-08-11T22:00:59.605Z[ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO copying /tmp/.tmpGtRjcD/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 ...
104552026-08-11T22:00:59.608Z[ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104562026-08-11T22:00:59.608Z[ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO ok!
104572026-08-11T22:00:59.608Z[ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO STEP 133 (ensure_file) COMPLETE
104582026-08-11T22:00:59.608Z[ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-08-11T22:00:59.613Z[ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104602026-08-11T22:00:59.616Z[ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO copying /tmp/.tmpGtRjcD/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 ...
104612026-08-11T22:00:59.616Z[ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104622026-08-11T22:00:59.616Z[ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO ok!
104632026-08-11T22:00:59.616Z[ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO STEP 134 (ensure_file) COMPLETE
104642026-08-11T22:00:59.616Z[ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104652026-08-11T22:00:59.620Z[ host-image] Aug 11 22:00:58.385 INFO O| Aug 11 22:00:58.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104662026-08-11T22:00:59.620Z[ host-image] Aug 11 22:00:58.385 INFO O| Aug 11 22:00:58.385 INFO copying /tmp/.tmpGtRjcD/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 ...
104672026-08-11T22:00:59.620Z[ host-image] Aug 11 22:00:58.386 INFO O| Aug 11 22:00:58.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104682026-08-11T22:00:59.623Z[ host-image] Aug 11 22:00:58.386 INFO O| Aug 11 22:00:58.386 INFO ok!
104692026-08-11T22:00:59.623Z[ host-image] Aug 11 22:00:58.386 INFO O| Aug 11 22:00:58.386 INFO STEP 135 (ensure_file) COMPLETE
104702026-08-11T22:00:59.623Z[ host-image] Aug 11 22:00:58.386 INFO O| Aug 11 22:00:58.386 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104712026-08-11T22:00:59.628Z[ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104722026-08-11T22:00:59.628Z[ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104732026-08-11T22:00:59.631Z[ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104742026-08-11T22:00:59.631Z[ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO ok!
104752026-08-11T22:00:59.631Z[ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO STEP 136 (ensure_file) COMPLETE
104762026-08-11T22:00:59.631Z[ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104772026-08-11T22:00:59.635Z[ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104782026-08-11T22:00:59.635Z[ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO copying /tmp/.tmpGtRjcD/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 ...
104792026-08-11T22:00:59.638Z[ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104802026-08-11T22:00:59.639Z[ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO ok!
104812026-08-11T22:00:59.639Z[ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO STEP 137 (ensure_file) COMPLETE
104822026-08-11T22:00:59.639Z[ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104832026-08-11T22:00:59.646Z[ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104842026-08-11T22:00:59.646Z[ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104852026-08-11T22:00:59.651Z[ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104862026-08-11T22:00:59.651Z[ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO ok!
104872026-08-11T22:00:59.651Z[ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO STEP 138 (ensure_file) COMPLETE
104882026-08-11T22:00:59.651Z[ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-08-11T22:00:59.659Z[ host-image] Aug 11 22:00:58.419 INFO O| Aug 11 22:00:58.419 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104902026-08-11T22:00:59.659Z[ host-image] Aug 11 22:00:58.419 INFO O| Aug 11 22:00:58.419 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104912026-08-11T22:01:02.640Z[ recovery-image] Aug 11 22:01:01.405 INFO creating reset image...
104922026-08-11T22:01:02.641Z[ recovery-image] Aug 11 22:01:01.405 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")
104932026-08-11T22:01:02.924Z[ recovery-image] Aug 11 22:01:01.687 INFO E| Updating crates.io index
104942026-08-11T22:01:03.128Z[ recovery-image] Aug 11 22:01:01.893 INFO E| Downloading crates ...
104952026-08-11T22:01:03.173Z[ recovery-image] Aug 11 22:01:01.938 INFO E| Downloaded shared_child v1.1.1
104962026-08-11T22:01:03.177Z[ recovery-image] Aug 11 22:01:01.940 INFO E| Downloaded colorchoice v1.0.5
104972026-08-11T22:01:03.183Z[ recovery-image] Aug 11 22:01:01.944 INFO E| Downloaded sigchld v0.2.4
104982026-08-11T22:01:03.183Z[ recovery-image] Aug 11 22:01:01.944 INFO E| Downloaded duct v1.1.1
104992026-08-11T22:01:03.186Z[ recovery-image] Aug 11 22:01:01.946 INFO E| Downloaded clap_lex v1.1.0
105002026-08-11T22:01:03.186Z[ recovery-image] Aug 11 22:01:01.948 INFO E| Downloaded os_pipe v1.2.3
105012026-08-11T22:01:03.186Z[ recovery-image] Aug 11 22:01:01.949 INFO E| Downloaded shared_thread v0.2.0
105022026-08-11T22:01:03.232Z[ recovery-image] Aug 11 22:01:01.996 INFO E| Compiling libc v0.2.186
105032026-08-11T22:01:03.232Z[ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling proc-macro2 v1.0.106
105042026-08-11T22:01:03.235Z[ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling unicode-ident v1.0.24
105052026-08-11T22:01:03.235Z[ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling signal-hook v0.3.18
105062026-08-11T22:01:03.235Z[ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling quote v1.0.45
105072026-08-11T22:01:03.235Z[ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling utf8parse v0.2.2
105082026-08-11T22:01:03.235Z[ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling anstyle v1.0.14
105092026-08-11T22:01:03.235Z[ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling anstyle-query v1.1.5
105102026-08-11T22:01:03.235Z[ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling is_terminal_polyfill v1.70.2
105112026-08-11T22:01:03.235Z[ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling colorchoice v1.0.5
105122026-08-11T22:01:03.235Z[ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling strsim v0.11.1
105132026-08-11T22:01:03.245Z[ recovery-image] Aug 11 22:01:02.010 INFO E| Compiling heck v0.5.0
105142026-08-11T22:01:03.248Z[ recovery-image] Aug 11 22:01:02.011 INFO E| Compiling clap_lex v1.1.0
105152026-08-11T22:01:03.248Z[ recovery-image] Aug 11 22:01:02.011 INFO E| Compiling shared_thread v0.2.0
105162026-08-11T22:01:03.402Z[ recovery-image] Aug 11 22:01:02.167 INFO E| Compiling anstyle-parse v1.0.0
105172026-08-11T22:01:03.584Z[ recovery-image] Aug 11 22:01:02.348 INFO E| Compiling anstream v1.0.0
105182026-08-11T22:01:03.823Z[ recovery-image] Aug 11 22:01:02.587 INFO E| Compiling clap_builder v4.6.0
105192026-08-11T22:01:04.169Z[ recovery-image] Aug 11 22:01:02.932 INFO E| Compiling errno v0.3.14
105202026-08-11T22:01:04.169Z[ recovery-image] Aug 11 22:01:02.932 INFO E| Compiling os_pipe v1.2.3
105212026-08-11T22:01:04.290Z[ recovery-image] Aug 11 22:01:03.053 INFO E| Compiling signal-hook-registry v1.4.8
105222026-08-11T22:01:04.531Z[ recovery-image] Aug 11 22:01:03.296 INFO E| Compiling syn v2.0.117
105232026-08-11T22:01:04.596Z[ recovery-image] Aug 11 22:01:03.361 INFO E| Compiling sigchld v0.2.4
105242026-08-11T22:01:04.696Z[ recovery-image] Aug 11 22:01:03.460 INFO E| Compiling shared_child v1.1.1
105252026-08-11T22:01:04.828Z[ recovery-image] Aug 11 22:01:03.593 INFO E| Compiling duct v1.1.1
105262026-08-11T22:01:06.967Z[ recovery-image] Aug 11 22:01:05.731 INFO E| Compiling clap_derive v4.6.1
105272026-08-11T22:01:07.471Z[ host-image] Aug 11 22:01:06.236 INFO O| Aug 11 22:01:06.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105282026-08-11T22:01:07.471Z[ host-image] Aug 11 22:01:06.236 INFO O| Aug 11 22:01:06.236 INFO ok!
105292026-08-11T22:01:07.474Z[ host-image] Aug 11 22:01:06.236 INFO O| Aug 11 22:01:06.236 INFO STEP 139 (ensure_file) COMPLETE
105302026-08-11T22:01:07.475Z[ host-image] Aug 11 22:01:06.236 INFO O| Aug 11 22:01:06.236 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-08-11T22:01:07.480Z[ host-image] Aug 11 22:01:06.245 INFO O| Aug 11 22:01:06.245 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105322026-08-11T22:01:07.480Z[ host-image] Aug 11 22:01:06.245 INFO O| Aug 11 22:01:06.245 INFO STEP 140 (ensure_dir) COMPLETE
105332026-08-11T22:01:07.483Z[ host-image] Aug 11 22:01:06.245 INFO O| Aug 11 22:01:06.245 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-08-11T22:01:07.486Z[ host-image] Aug 11 22:01:06.251 INFO O| Aug 11 22:01:06.251 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105352026-08-11T22:01:07.486Z[ host-image] Aug 11 22:01:06.251 INFO O| Aug 11 22:01:06.251 INFO STEP 141 (ensure_dir) COMPLETE
105362026-08-11T22:01:07.489Z[ host-image] Aug 11 22:01:06.251 INFO O| Aug 11 22:01:06.251 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-08-11T22:01:07.496Z[ host-image] Aug 11 22:01:06.260 INFO O| Aug 11 22:01:06.260 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105382026-08-11T22:01:07.496Z[ host-image] Aug 11 22:01:06.260 INFO O| Aug 11 22:01:06.260 INFO STEP 142 (ensure_dir) COMPLETE
105392026-08-11T22:01:07.499Z[ host-image] Aug 11 22:01:06.260 INFO O| Aug 11 22:01:06.260 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-08-11T22:01:07.507Z[ host-image] Aug 11 22:01:06.267 INFO O| Aug 11 22:01:06.267 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105412026-08-11T22:01:07.507Z[ host-image] Aug 11 22:01:06.267 INFO O| Aug 11 22:01:06.267 INFO STEP 143 (ensure_dir) COMPLETE
105422026-08-11T22:01:07.507Z[ host-image] Aug 11 22:01:06.267 INFO O| Aug 11 22:01:06.267 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-08-11T22:01:07.510Z[ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105442026-08-11T22:01:07.510Z[ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO copying /tmp/.tmpGtRjcD/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 ...
105452026-08-11T22:01:07.510Z[ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105462026-08-11T22:01:07.510Z[ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO ok!
105472026-08-11T22:01:07.510Z[ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO STEP 144 (ensure_file) COMPLETE
105482026-08-11T22:01:07.510Z[ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-08-11T22:01:07.516Z[ host-image] Aug 11 22:01:06.281 INFO O| Aug 11 22:01:06.281 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105502026-08-11T22:01:07.517Z[ host-image] Aug 11 22:01:06.281 INFO O| Aug 11 22:01:06.281 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105512026-08-11T22:01:07.517Z[ host-image] Aug 11 22:01:06.281 INFO O| Aug 11 22:01:06.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105522026-08-11T22:01:07.520Z[ host-image] Aug 11 22:01:06.281 INFO O| Aug 11 22:01:06.281 INFO STEP 145 (ensure_dir) COMPLETE
105532026-08-11T22:01:07.520Z[ host-image] Aug 11 22:01:06.281 INFO O| Aug 11 22:01:06.281 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-08-11T22:01:07.526Z[ host-image] Aug 11 22:01:06.288 INFO O| Aug 11 22:01:06.288 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105552026-08-11T22:01:07.526Z[ host-image] Aug 11 22:01:06.288 INFO O| Aug 11 22:01:06.288 INFO copying /tmp/.tmpGtRjcD/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105562026-08-11T22:01:07.530Z[ host-image] Aug 11 22:01:06.289 INFO O| Aug 11 22:01:06.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105572026-08-11T22:01:07.530Z[ host-image] Aug 11 22:01:06.289 INFO O| Aug 11 22:01:06.289 INFO ok!
105582026-08-11T22:01:07.530Z[ host-image] Aug 11 22:01:06.289 INFO O| Aug 11 22:01:06.289 INFO STEP 146 (ensure_file) COMPLETE
105592026-08-11T22:01:07.530Z[ host-image] Aug 11 22:01:06.289 INFO O| Aug 11 22:01:06.289 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105602026-08-11T22:01:07.533Z[ host-image] Aug 11 22:01:06.295 INFO O| Aug 11 22:01:06.295 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105612026-08-11T22:01:07.533Z[ host-image] Aug 11 22:01:06.295 INFO O| Aug 11 22:01:06.295 INFO STEP 147 (remove_files) COMPLETE
105622026-08-11T22:01:07.533Z[ host-image] Aug 11 22:01:06.295 INFO O| Aug 11 22:01:06.295 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105632026-08-11T22:01:07.538Z[ host-image] Aug 11 22:01:06.301 INFO O| Aug 11 22:01:06.301 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105642026-08-11T22:01:07.538Z[ host-image] Aug 11 22:01:06.302 INFO O| Aug 11 22:01:06.302 INFO STEP 148 (remove_files) COMPLETE
105652026-08-11T22:01:07.538Z[ host-image] Aug 11 22:01:06.302 INFO O| Aug 11 22:01:06.302 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105662026-08-11T22:01:07.543Z[ host-image] Aug 11 22:01:06.309 INFO O| Aug 11 22:01:06.309 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105672026-08-11T22:01:07.546Z[ host-image] Aug 11 22:01:06.309 INFO O| Aug 11 22:01:06.309 INFO STEP 149 (remove_files) COMPLETE
105682026-08-11T22:01:07.546Z[ host-image] Aug 11 22:01:06.309 INFO O| Aug 11 22:01:06.309 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105692026-08-11T22:01:07.550Z[ host-image] Aug 11 22:01:06.315 INFO O| Aug 11 22:01:06.315 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105702026-08-11T22:01:07.553Z[ host-image] Aug 11 22:01:06.315 INFO O| Aug 11 22:01:06.315 INFO STEP 150 (remove_files) COMPLETE
105712026-08-11T22:01:07.553Z[ host-image] Aug 11 22:01:06.315 INFO O| Aug 11 22:01:06.315 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105722026-08-11T22:01:07.557Z[ host-image] Aug 11 22:01:06.322 INFO O| Aug 11 22:01:06.322 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105732026-08-11T22:01:07.560Z[ host-image] Aug 11 22:01:06.322 INFO O| Aug 11 22:01:06.322 INFO STEP 151 (remove_files) COMPLETE
105742026-08-11T22:01:07.560Z[ host-image] Aug 11 22:01:06.322 INFO O| Aug 11 22:01:06.322 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105752026-08-11T22:01:07.563Z[ host-image] Aug 11 22:01:06.328 INFO O| Aug 11 22:01:06.328 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105762026-08-11T22:01:07.563Z[ host-image] Aug 11 22:01:06.328 INFO O| Aug 11 22:01:06.328 INFO STEP 152 (remove_files) COMPLETE
105772026-08-11T22:01:07.569Z[ host-image] Aug 11 22:01:06.329 INFO O| Aug 11 22:01:06.328 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105782026-08-11T22:01:07.573Z[ host-image] Aug 11 22:01:06.335 INFO O| Aug 11 22:01:06.335 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105792026-08-11T22:01:07.573Z[ host-image] Aug 11 22:01:06.335 INFO O| Aug 11 22:01:06.335 INFO STEP 153 (remove_files) COMPLETE
105802026-08-11T22:01:07.573Z[ host-image] Aug 11 22:01:06.335 INFO O| Aug 11 22:01:06.335 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105812026-08-11T22:01:07.580Z[ host-image] Aug 11 22:01:06.342 INFO O| Aug 11 22:01:06.342 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105822026-08-11T22:01:07.580Z[ host-image] Aug 11 22:01:06.342 INFO O| Aug 11 22:01:06.342 INFO STEP 154 (remove_files) COMPLETE
105832026-08-11T22:01:07.583Z[ host-image] Aug 11 22:01:06.342 INFO O| Aug 11 22:01:06.342 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105842026-08-11T22:01:07.588Z[ host-image] Aug 11 22:01:06.348 INFO O| Aug 11 22:01:06.348 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105852026-08-11T22:01:07.588Z[ host-image] Aug 11 22:01:06.348 INFO O| Aug 11 22:01:06.348 INFO STEP 155 (remove_files) COMPLETE
105862026-08-11T22:01:07.588Z[ host-image] Aug 11 22:01:06.348 INFO O| Aug 11 22:01:06.348 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105872026-08-11T22:01:07.591Z[ host-image] Aug 11 22:01:06.355 INFO O| Aug 11 22:01:06.355 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105882026-08-11T22:01:07.591Z[ host-image] Aug 11 22:01:06.355 INFO O| Aug 11 22:01:06.355 INFO STEP 156 (remove_files) COMPLETE
105892026-08-11T22:01:07.591Z[ host-image] Aug 11 22:01:06.355 INFO O| Aug 11 22:01:06.355 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105902026-08-11T22:01:07.597Z[ host-image] Aug 11 22:01:06.362 INFO O| Aug 11 22:01:06.362 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105912026-08-11T22:01:07.601Z[ host-image] Aug 11 22:01:06.362 INFO O| Aug 11 22:01:06.362 INFO STEP 157 (remove_files) COMPLETE
105922026-08-11T22:01:07.601Z[ host-image] Aug 11 22:01:06.362 INFO O| Aug 11 22:01:06.362 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105932026-08-11T22:01:07.604Z[ host-image] Aug 11 22:01:06.369 INFO O| Aug 11 22:01:06.369 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105942026-08-11T22:01:07.606Z[ host-image] Aug 11 22:01:06.369 INFO O| Aug 11 22:01:06.369 INFO STEP 158 (remove_files) COMPLETE
105952026-08-11T22:01:07.606Z[ host-image] Aug 11 22:01:06.369 INFO O| Aug 11 22:01:06.369 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105962026-08-11T22:01:07.611Z[ host-image] Aug 11 22:01:06.376 INFO O| Aug 11 22:01:06.376 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105972026-08-11T22:01:07.614Z[ host-image] Aug 11 22:01:06.376 INFO O| Aug 11 22:01:06.376 INFO STEP 159 (remove_files) COMPLETE
105982026-08-11T22:01:07.614Z[ host-image] Aug 11 22:01:06.376 INFO O| Aug 11 22:01:06.376 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105992026-08-11T22:01:07.618Z[ host-image] Aug 11 22:01:06.383 INFO O| Aug 11 22:01:06.383 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106002026-08-11T22:01:07.618Z[ host-image] Aug 11 22:01:06.383 INFO O| Aug 11 22:01:06.383 INFO STEP 160 (remove_files) COMPLETE
106012026-08-11T22:01:07.618Z[ host-image] Aug 11 22:01:06.383 INFO O| Aug 11 22:01:06.383 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106022026-08-11T22:01:07.625Z[ host-image] Aug 11 22:01:06.390 INFO O| Aug 11 22:01:06.390 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106032026-08-11T22:01:07.625Z[ host-image] Aug 11 22:01:06.390 INFO O| Aug 11 22:01:06.390 INFO STEP 161 (remove_files) COMPLETE
106042026-08-11T22:01:07.628Z[ host-image] Aug 11 22:01:06.390 INFO O| Aug 11 22:01:06.390 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106052026-08-11T22:01:07.631Z[ host-image] Aug 11 22:01:06.396 INFO O| Aug 11 22:01:06.396 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106062026-08-11T22:01:07.634Z[ host-image] Aug 11 22:01:06.396 INFO O| Aug 11 22:01:06.396 INFO STEP 162 (remove_files) COMPLETE
106072026-08-11T22:01:07.634Z[ host-image] Aug 11 22:01:06.396 INFO O| Aug 11 22:01:06.396 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106082026-08-11T22:01:07.640Z[ host-image] Aug 11 22:01:06.403 INFO O| Aug 11 22:01:06.403 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106092026-08-11T22:01:07.640Z[ host-image] Aug 11 22:01:06.403 INFO O| Aug 11 22:01:06.403 INFO STEP 163 (remove_files) COMPLETE
106102026-08-11T22:01:07.643Z[ host-image] Aug 11 22:01:06.403 INFO O| Aug 11 22:01:06.403 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106112026-08-11T22:01:07.646Z[ host-image] Aug 11 22:01:06.409 INFO O| Aug 11 22:01:06.409 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106122026-08-11T22:01:07.646Z[ host-image] Aug 11 22:01:06.409 INFO O| Aug 11 22:01:06.409 INFO STEP 164 (remove_files) COMPLETE
106132026-08-11T22:01:07.646Z[ host-image] Aug 11 22:01:06.409 INFO O| Aug 11 22:01:06.409 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106142026-08-11T22:01:07.649Z[ host-image] Aug 11 22:01:06.414 INFO O| Aug 11 22:01:06.414 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106152026-08-11T22:01:07.654Z[ host-image] Aug 11 22:01:06.414 INFO O| Aug 11 22:01:06.414 INFO STEP 165 (remove_files) COMPLETE
106162026-08-11T22:01:07.654Z[ host-image] Aug 11 22:01:06.414 INFO O| Aug 11 22:01:06.414 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106172026-08-11T22:01:07.658Z[ host-image] Aug 11 22:01:06.420 INFO O| Aug 11 22:01:06.420 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106182026-08-11T22:01:07.658Z[ host-image] Aug 11 22:01:06.420 INFO O| Aug 11 22:01:06.420 INFO STEP 166 (remove_files) COMPLETE
106192026-08-11T22:01:07.658Z[ host-image] Aug 11 22:01:06.420 INFO O| Aug 11 22:01:06.420 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106202026-08-11T22:01:07.662Z[ host-image] Aug 11 22:01:06.427 INFO O| Aug 11 22:01:06.427 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106212026-08-11T22:01:07.665Z[ host-image] Aug 11 22:01:06.427 INFO O| Aug 11 22:01:06.427 INFO STEP 167 (remove_files) COMPLETE
106222026-08-11T22:01:07.665Z[ host-image] Aug 11 22:01:06.428 INFO O| Aug 11 22:01:06.427 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106232026-08-11T22:01:07.668Z[ host-image] Aug 11 22:01:06.433 INFO O| Aug 11 22:01:06.433 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106242026-08-11T22:01:07.672Z[ host-image] Aug 11 22:01:06.434 INFO O| Aug 11 22:01:06.434 INFO STEP 168 (remove_files) COMPLETE
106252026-08-11T22:01:07.672Z[ host-image] Aug 11 22:01:06.434 INFO O| Aug 11 22:01:06.434 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106262026-08-11T22:01:07.675Z[ host-image] Aug 11 22:01:06.440 INFO O| Aug 11 22:01:06.440 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106272026-08-11T22:01:07.678Z[ host-image] Aug 11 22:01:06.440 INFO O| Aug 11 22:01:06.440 INFO STEP 169 (remove_files) COMPLETE
106282026-08-11T22:01:07.678Z[ host-image] Aug 11 22:01:06.440 INFO O| Aug 11 22:01:06.440 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106292026-08-11T22:01:07.681Z[ host-image] Aug 11 22:01:06.446 INFO O| Aug 11 22:01:06.446 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106302026-08-11T22:01:07.681Z[ host-image] Aug 11 22:01:06.446 INFO O| Aug 11 22:01:06.446 INFO STEP 170 (remove_files) COMPLETE
106312026-08-11T22:01:07.684Z[ host-image] Aug 11 22:01:06.446 INFO O| Aug 11 22:01:06.446 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106322026-08-11T22:01:07.688Z[ host-image] Aug 11 22:01:06.453 INFO O| Aug 11 22:01:06.453 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106332026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.453 INFO O| Aug 11 22:01:06.453 INFO STEP 171 (remove_files) COMPLETE
106342026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.453 INFO O| Aug 11 22:01:06.453 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106352026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.459 INFO O| Aug 11 22:01:06.459 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106362026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.459 INFO O| Aug 11 22:01:06.459 INFO STEP 172 (remove_files) COMPLETE
106372026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.459 INFO O| Aug 11 22:01:06.459 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106382026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.467 INFO O| Aug 11 22:01:06.467 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106392026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.467 INFO O| Aug 11 22:01:06.467 INFO STEP 173 (remove_files) COMPLETE
106402026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.467 INFO O| Aug 11 22:01:06.467 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.473 INFO O| Aug 11 22:01:06.473 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106422026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.473 INFO O| Aug 11 22:01:06.473 INFO STEP 174 (remove_files) COMPLETE
106432026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.473 INFO O| Aug 11 22:01:06.473 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.478 INFO O| Aug 11 22:01:06.478 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106452026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.478 INFO O| Aug 11 22:01:06.478 INFO STEP 175 (remove_files) COMPLETE
106462026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.478 INFO O| Aug 11 22:01:06.478 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106472026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.488 INFO O| Aug 11 22:01:06.488 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106482026-08-11T22:01:07.795Z[ host-image] Aug 11 22:01:06.488 INFO O| Aug 11 22:01:06.488 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_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"}
106492026-08-11T22:01:08.286Z[ recovery-image] Aug 11 22:01:07.051 INFO E| Compiling clap v4.6.1
106502026-08-11T22:01:08.340Z[ recovery-image] Aug 11 22:01:07.105 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106512026-08-11T22:01:09.094Z[ recovery-image] Aug 11 22:01:07.859 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
106522026-08-11T22:01:09.099Z[ recovery-image] Aug 11 22:01:07.864 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106532026-08-11T22:01:09.282Z[ recovery-image] Aug 11 22:01:08.047 INFO E| Downloading crates ...
106542026-08-11T22:01:09.328Z[ recovery-image] Aug 11 22:01:08.093 INFO E| Downloaded cpio_reader v0.1.2
106552026-08-11T22:01:09.343Z[ recovery-image] Aug 11 22:01:08.106 INFO E| Downloaded bit_field v0.10.3
106562026-08-11T22:01:09.347Z[ recovery-image] Aug 11 22:01:08.107 INFO E| Downloaded bitstruct v0.1.1
106572026-08-11T22:01:09.347Z[ recovery-image] Aug 11 22:01:08.108 INFO E| Downloaded bitflags v2.13.0
106582026-08-11T22:01:09.347Z[ recovery-image] Aug 11 22:01:08.110 INFO E| Downloaded bitstruct_derive v0.1.0
106592026-08-11T22:01:09.352Z[ recovery-image] Aug 11 22:01:08.117 INFO E| Downloaded raw-cpuid v10.7.0
106602026-08-11T22:01:09.359Z[ recovery-image] Aug 11 22:01:08.124 INFO E| Downloaded log v0.4.32
106612026-08-11T22:01:09.362Z[ recovery-image] Aug 11 22:01:08.125 INFO E| Downloaded miniz_oxide v0.9.1
106622026-08-11T22:01:09.388Z[ recovery-image] Aug 11 22:01:08.153 INFO E| Downloaded goblin v0.10.7
106632026-08-11T22:01:09.500Z[ recovery-image] Aug 11 22:01:08.264 INFO E| Downloaded x86 v0.52.0
106642026-08-11T22:01:09.533Z[ recovery-image] Aug 11 22:01:08.295 INFO E| Updating crates.io index
106652026-08-11T22:01:09.581Z[ recovery-image] Aug 11 22:01:08.345 INFO E| Downloading crates ...
106662026-08-11T22:01:09.600Z[ recovery-image] Aug 11 22:01:08.365 INFO E| Downloaded rustc-literal-escaper v0.0.7
106672026-08-11T22:01:09.613Z[ recovery-image] Aug 11 22:01:08.378 INFO E| Downloaded hashbrown v0.17.1
106682026-08-11T22:01:09.655Z[ recovery-image] Aug 11 22:01:08.420 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)
106692026-08-11T22:01:09.655Z[ recovery-image] Aug 11 22:01:08.420 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)
106702026-08-11T22:01:09.655Z[ recovery-image] Aug 11 22:01:08.420 INFO E| Compiling proc-macro2 v1.0.106
106712026-08-11T22:01:09.658Z[ recovery-image] Aug 11 22:01:08.420 INFO E| Compiling unicode-ident v1.0.24
106722026-08-11T22:01:09.658Z[ recovery-image] Aug 11 22:01:08.420 INFO E| Compiling quote v1.0.45
106732026-08-11T22:01:09.658Z[ recovery-image] Aug 11 22:01:08.421 INFO E| Compiling syn v1.0.109
106742026-08-11T22:01:09.658Z[ recovery-image] Aug 11 22:01:08.421 INFO E| Compiling x86 v0.52.0
106752026-08-11T22:01:09.658Z[ recovery-image] Aug 11 22:01:08.421 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106762026-08-11T22:01:09.658Z[ recovery-image] Aug 11 22:01:08.421 INFO E| Compiling seq-macro v0.3.6
106772026-08-11T22:01:10.565Z[ recovery-image] Aug 11 22:01:09.330 INFO E| Compiling syn v2.0.117
106782026-08-11T22:01:11.858Z[ recovery-image] Aug 11 22:01:10.623 INFO E| Compiling scroll_derive v0.13.1
106792026-08-11T22:01:12.643Z[ host-image] Aug 11 22:01:11.408 INFO O| Aug 11 22:01:11.408 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
106802026-08-11T22:01:12.643Z[ host-image] Aug 11 22:01:11.408 INFO O| Aug 11 22:01:11.408 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106812026-08-11T22:01:12.658Z[ host-image] Aug 11 22:01:11.420 INFO O| Aug 11 22:01:11.420 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"}
106822026-08-11T22:01:12.753Z[ host-image] Aug 11 22:01:11.518 INFO O| Aug 11 22:01:11.518 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106832026-08-11T22:01:12.797Z[ recovery-image] Aug 11 22:01:11.562 INFO E| Compiling bitstruct_derive v0.1.0
106842026-08-11T22:01:12.809Z[ host-image] Aug 11 22:01:11.573 INFO O| Aug 11 22:01:11.573 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106852026-08-11T22:01:12.873Z[ host-image] Aug 11 22:01:11.637 INFO O| Aug 11 22:01:11.637 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106862026-08-11T22:01:12.873Z[ host-image] Aug 11 22:01:11.637 INFO O| Aug 11 22:01:11.637 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106872026-08-11T22:01:12.876Z[ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106882026-08-11T22:01:12.876Z[ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO ok!
106892026-08-11T22:01:12.876Z[ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106902026-08-11T22:01:12.876Z[ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO STEP 176 (seed_smf) COMPLETE
106912026-08-11T22:01:12.877Z[ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO steps complete; finalising image!
106922026-08-11T22:01:12.877Z[ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO TRIM POOL: TEMPORARY-sled-zfs
106932026-08-11T22:01:12.951Z[ host-image] Aug 11 22:01:11.716 INFO O| Aug 11 22:01:11.716 INFO trim TEMPORARY-sled-zfs: (56% trimmed, started at Tue Aug 11 22:01:11 2026)
106942026-08-11T22:01:13.167Z[ host-image] Aug 11 22:01:11.932 INFO O| Aug 11 22:01:11.932 INFO temporary pool has 908M used, 116M avail, 1.81x compressratio
106952026-08-11T22:01:13.167Z[ host-image] Aug 11 22:01:11.932 INFO O| Aug 11 22:01:11.932 INFO EXPORT POOL: TEMPORARY-sled-zfs
106962026-08-11T22:01:13.507Z[ host-image] Aug 11 22:01:12.270 INFO O| Aug 11 22:01:12.270 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106972026-08-11T22:01:13.507Z[ host-image] Aug 11 22:01:12.270 INFO O| Aug 11 22:01:12.270 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106982026-08-11T22:01:14.321Z[ host-image] Aug 11 22:01:13.086 INFO O| Aug 11 22:01:13.086 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106992026-08-11T22:01:14.321Z[ host-image] Aug 11 22:01:13.086 INFO O| Aug 11 22:01:13.086 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107002026-08-11T22:01:14.322Z[ host-image] Aug 11 22:01:13.086 INFO O| Aug 11 22:01:13.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107012026-08-11T22:01:14.325Z[ host-image] Aug 11 22:01:13.086 INFO O| Aug 11 22:01:13.086 INFO completed processing sled/zfs
107022026-08-11T22:01:14.325Z[ host-image] Aug 11 22:01:13.086 INFO O| Aug 11 22:01:13.086 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107032026-08-11T22:01:21.949Z[ recovery-image] Aug 11 22:01:20.710 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)
107042026-08-11T22:01:24.004Z[ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling bitflags v1.3.2
107052026-08-11T22:01:24.004Z[ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling bit_field v0.10.3
107062026-08-11T22:01:24.008Z[ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling scroll v0.13.0
107072026-08-11T22:01:24.008Z[ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling plain v0.2.3
107082026-08-11T22:01:24.008Z[ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling bitflags v2.13.0
107092026-08-11T22:01:24.008Z[ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling adler2 v2.0.1
107102026-08-11T22:01:24.008Z[ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling log v0.4.32
107112026-08-11T22:01:24.008Z[ recovery-image] Aug 11 22:01:22.769 INFO E| Compiling bitstruct v0.1.1
107122026-08-11T22:01:24.008Z[ recovery-image] Aug 11 22:01:22.769 INFO E| Compiling static_assertions v1.1.0
107132026-08-11T22:01:24.056Z[ recovery-image] Aug 11 22:01:22.820 INFO E| Compiling raw-cpuid v10.7.0
107142026-08-11T22:01:24.102Z[ recovery-image] Aug 11 22:01:22.866 INFO E| Compiling miniz_oxide v0.9.1
107152026-08-11T22:01:24.155Z[ recovery-image] Aug 11 22:01:22.920 INFO E| Compiling cpio_reader v0.1.2
107162026-08-11T22:01:24.235Z[ recovery-image] Aug 11 22:01:23.000 INFO E| Compiling goblin v0.10.7
107172026-08-11T22:01:27.017Z[ recovery-image] Aug 11 22:01:25.782 INFO E| Finished `release` profile [optimized] target(s) in 17.90s
107182026-08-11T22:01:27.112Z[ recovery-image] Aug 11 22:01:25.800 INFO building ROM for gimlet
107192026-08-11T22:01:27.112Z[ recovery-image] Aug 11 22:01:25.800 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")
107202026-08-11T22:01:27.126Z[ recovery-image] Aug 11 22:01:25.876 INFO E| Downloading crates ...
107212026-08-11T22:01:27.161Z[ recovery-image] Aug 11 22:01:25.925 INFO E| Downloaded clap_derive v4.5.32
107222026-08-11T22:01:27.164Z[ recovery-image] Aug 11 22:01:25.929 INFO E| Downloaded anstyle-query v1.1.2
107232026-08-11T22:01:27.167Z[ recovery-image] Aug 11 22:01:25.930 INFO E| Downloaded anstyle v1.0.10
107242026-08-11T22:01:27.167Z[ recovery-image] Aug 11 22:01:25.931 INFO E| Downloaded toml_datetime v0.6.9
107252026-08-11T22:01:27.170Z[ recovery-image] Aug 11 22:01:25.933 INFO E| Downloaded colorchoice v1.0.3
107262026-08-11T22:01:27.170Z[ recovery-image] Aug 11 22:01:25.934 INFO E| Downloaded is_terminal_polyfill v1.70.1
107272026-08-11T22:01:27.170Z[ recovery-image] Aug 11 22:01:25.934 INFO E| Downloaded shared_child v1.0.1
107282026-08-11T22:01:27.174Z[ recovery-image] Aug 11 22:01:25.937 INFO E| Downloaded os_pipe v1.2.1
107292026-08-11T22:01:27.174Z[ recovery-image] Aug 11 22:01:25.938 INFO E| Downloaded serde_spanned v0.6.8
107302026-08-11T22:01:27.174Z[ recovery-image] Aug 11 22:01:25.938 INFO E| Downloaded anstream v0.6.18
107312026-08-11T22:01:27.177Z[ recovery-image] Aug 11 22:01:25.940 INFO E| Downloaded clap_lex v0.7.4
107322026-08-11T22:01:27.182Z[ recovery-image] Aug 11 22:01:25.946 INFO E| Downloaded duct v0.13.7
107332026-08-11T22:01:27.185Z[ recovery-image] Aug 11 22:01:25.948 INFO E| Downloaded toml_write v0.1.1
107342026-08-11T22:01:27.191Z[ recovery-image] Aug 11 22:01:25.950 INFO E| Downloaded anstyle-parse v0.2.6
107352026-08-11T22:01:27.195Z[ recovery-image] Aug 11 22:01:25.960 INFO E| Downloaded clap v4.5.37
107362026-08-11T22:01:27.207Z[ recovery-image] Aug 11 22:01:25.972 INFO E| Downloaded toml v0.8.22
107372026-08-11T22:01:27.226Z[ recovery-image] Aug 11 22:01:25.991 INFO E| Downloaded cc v1.2.20
107382026-08-11T22:01:27.228Z[ recovery-image] Aug 11 22:01:25.992 INFO E| Downloaded toml_edit v0.22.26
107392026-08-11T22:01:27.248Z[ recovery-image] Aug 11 22:01:26.012 INFO E| Downloaded clap_builder v4.5.37
107402026-08-11T22:01:27.251Z[ recovery-image] Aug 11 22:01:26.015 INFO E| Downloaded winnow v0.7.7
107412026-08-11T22:01:27.266Z[ recovery-image] Aug 11 22:01:26.030 INFO E| Compiling libc v0.2.172
107422026-08-11T22:01:27.266Z[ recovery-image] Aug 11 22:01:26.030 INFO E| Compiling utf8parse v0.2.2
107432026-08-11T22:01:27.269Z[ recovery-image] Aug 11 22:01:26.030 INFO E| Compiling shlex v1.3.0
107442026-08-11T22:01:27.269Z[ recovery-image] Aug 11 22:01:26.030 INFO E| Compiling colorchoice v1.0.3
107452026-08-11T22:01:27.269Z[ recovery-image] Aug 11 22:01:26.030 INFO E| Compiling anstyle v1.0.10
107462026-08-11T22:01:27.269Z[ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling equivalent v1.0.2
107472026-08-11T22:01:27.269Z[ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling is_terminal_polyfill v1.70.1
107482026-08-11T22:01:27.269Z[ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling hashbrown v0.15.2
107492026-08-11T22:01:27.269Z[ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling once_cell v1.21.3
107502026-08-11T22:01:27.269Z[ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling anstyle-query v1.1.2
107512026-08-11T22:01:27.269Z[ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling toml_write v0.1.1
107522026-08-11T22:01:27.269Z[ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling strsim v0.11.1
107532026-08-11T22:01:27.283Z[ recovery-image] Aug 11 22:01:26.048 INFO E| Compiling clap_lex v0.7.4
107542026-08-11T22:01:27.293Z[ recovery-image] Aug 11 22:01:26.058 INFO E| Compiling anyhow v1.0.98
107552026-08-11T22:01:27.300Z[ recovery-image] Aug 11 22:01:26.064 INFO E| Compiling winnow v0.7.7
107562026-08-11T22:01:27.304Z[ recovery-image] Aug 11 22:01:26.068 INFO E| Compiling syn v2.0.101
107572026-08-11T22:01:27.377Z[ recovery-image] Aug 11 22:01:26.141 INFO E| Compiling anstyle-parse v0.2.6
107582026-08-11T22:01:27.448Z[ recovery-image] Aug 11 22:01:26.212 INFO E| Compiling cc v1.2.20
107592026-08-11T22:01:27.512Z[ recovery-image] Aug 11 22:01:26.277 INFO E| Compiling anstream v0.6.18
107602026-08-11T22:01:27.707Z[ recovery-image] Aug 11 22:01:26.470 INFO E| Compiling clap_builder v4.5.37
107612026-08-11T22:01:27.777Z[ recovery-image] Aug 11 22:01:26.542 INFO E| Compiling indexmap v2.9.0
107622026-08-11T22:01:27.893Z[ recovery-image] Aug 11 22:01:26.657 INFO E| Compiling os_pipe v1.2.1
107632026-08-11T22:01:27.893Z[ recovery-image] Aug 11 22:01:26.657 INFO E| Compiling shared_child v1.0.1
107642026-08-11T22:01:28.005Z[ recovery-image] Aug 11 22:01:26.769 INFO E| Compiling duct v0.13.7
107652026-08-11T22:01:28.479Z[ recovery-image] Aug 11 22:01:27.244 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107662026-08-11T22:01:29.331Z[ recovery-image] Aug 11 22:01:28.090 INFO E| Compiling serde_derive v1.0.219
107672026-08-11T22:01:29.331Z[ recovery-image] Aug 11 22:01:28.090 INFO E| Compiling clap_derive v4.5.32
107682026-08-11T22:01:29.358Z[ host-image] Aug 11 22:01:28.122 INFO O| Aug 11 22:01:28.122 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107692026-08-11T22:01:29.435Z[ host-image] Aug 11 22:01:28.200 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
107702026-08-11T22:01:29.435Z[ host-image] Aug 11 22:01:28.200 INFO expanded image name: "ci 68697a7/${os_short_commit} 2026-08-11 21:40" -> "ci 68697a7/aaf8e74 2026-08-11 21:40"
107712026-08-11T22:01:29.435Z[ host-image] Aug 11 22:01:28.200 INFO output artefacts stored in: "/work/os-host"
107722026-08-11T22:01:29.439Z[ host-image] Aug 11 22:01:28.200 INFO collecting git info from project "bootserver"...
107732026-08-11T22:01:29.442Z[ host-image] Aug 11 22:01:28.206 INFO collecting git info from project "dmar-report"...
107742026-08-11T22:01:29.447Z[ host-image] Aug 11 22:01:28.211 INFO collecting git info from project "phbl"...
107752026-08-11T22:01:29.452Z[ host-image] Aug 11 22:01:28.217 INFO collecting git info from project "image-builder"...
107762026-08-11T22:01:29.457Z[ host-image] Aug 11 22:01:28.222 INFO collecting git info from project "amd-firmware"...
107772026-08-11T22:01:29.469Z[ host-image] Aug 11 22:01:28.233 INFO collecting git info from project "chelsio-t6-roms"...
107782026-08-11T22:01:29.474Z[ host-image] Aug 11 22:01:28.239 INFO collecting git info from project "pinprick"...
107792026-08-11T22:01:29.479Z[ host-image] Aug 11 22:01:28.244 INFO collecting git info from project "amd-host-image-builder"...
107802026-08-11T22:01:29.484Z[ host-image] Aug 11 22:01:28.249 INFO collecting git info from project "pilot"...
107812026-08-11T22:01:29.489Z[ host-image] Aug 11 22:01:28.254 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107822026-08-11T22:01:29.825Z[ host-image] Aug 11 22:01:28.590 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107832026-08-11T22:01:30.145Z[ host-image] Aug 11 22:01:28.909 INFO creating Oxide boot image...
107842026-08-11T22:01:30.145Z[ host-image] Aug 11 22:01:28.909 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 68697a7/aaf8e74 2026-08-11 21:40", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107852026-08-11T22:01:30.688Z[ recovery-image] Aug 11 22:01:29.452 INFO E| Compiling clap v4.5.37
107862026-08-11T22:01:30.942Z[ host-image] Aug 11 22:01:29.706 INFO O| ok, image written!
107872026-08-11T22:01:30.942Z[ host-image] Aug 11 22:01:29.707 INFO O| ok, boot_image_csum file written!
107882026-08-11T22:01:30.947Z[ host-image] Aug 11 22:01:29.709 INFO creating boot archive (CPIO)...
107892026-08-11T22:01:30.947Z[ host-image] Aug 11 22:01:29.709 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
107902026-08-11T22:01:30.951Z[ host-image] Aug 11 22:01:29.714 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107912026-08-11T22:01:30.951Z[ host-image] Aug 11 22:01:29.714 INFO E| + outfile=/work/os-host/cpio
107922026-08-11T22:01:30.951Z[ host-image] Aug 11 22:01:29.714 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107932026-08-11T22:01:30.954Z[ host-image] Aug 11 22:01:29.716 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107942026-08-11T22:01:30.954Z[ host-image] Aug 11 22:01:29.716 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107952026-08-11T22:01:30.980Z[ host-image] Aug 11 22:01:29.744 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107962026-08-11T22:01:30.980Z[ host-image] Aug 11 22:01:29.744 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107972026-08-11T22:01:30.987Z[ host-image] Aug 11 22:01:29.752 INFO creating compressed cpio/unix for dev loaders...
107982026-08-11T22:01:30.987Z[ host-image] Aug 11 22:01:29.752 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
107992026-08-11T22:01:31.218Z[ host-image] Aug 11 22:01:29.983 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108002026-08-11T22:01:31.432Z[ recovery-image] Aug 11 22:01:30.197 INFO E| Compiling serde v1.0.219
108012026-08-11T22:01:33.568Z[ recovery-image] Aug 11 22:01:32.329 INFO E| Compiling serde_spanned v0.6.8
108022026-08-11T22:01:33.569Z[ recovery-image] Aug 11 22:01:32.329 INFO E| Compiling toml_datetime v0.6.9
108032026-08-11T22:01:33.783Z[ recovery-image] Aug 11 22:01:32.491 INFO E| Compiling toml_edit v0.22.26
108042026-08-11T22:01:34.653Z[ host-image] Aug 11 22:01:33.413 INFO creating reset image...
108052026-08-11T22:01:34.653Z[ host-image] Aug 11 22:01:33.413 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")
108062026-08-11T22:01:34.724Z[ host-image] Aug 11 22:01:33.488 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108072026-08-11T22:01:34.727Z[ host-image] Aug 11 22:01:33.489 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108082026-08-11T22:01:34.969Z[ recovery-image] Aug 11 22:01:33.734 INFO E| Compiling toml v0.8.22
108092026-08-11T22:01:35.046Z[ host-image] Aug 11 22:01:33.811 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)
108102026-08-11T22:01:35.050Z[ host-image] Aug 11 22:01:33.811 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)
108112026-08-11T22:01:35.050Z[ host-image] Aug 11 22:01:33.811 INFO E| Compiling proc-macro2 v1.0.106
108122026-08-11T22:01:35.050Z[ host-image] Aug 11 22:01:33.811 INFO E| Compiling quote v1.0.45
108132026-08-11T22:01:35.050Z[ host-image] Aug 11 22:01:33.811 INFO E| Compiling unicode-ident v1.0.24
108142026-08-11T22:01:35.050Z[ host-image] Aug 11 22:01:33.811 INFO E| Compiling syn v1.0.109
108152026-08-11T22:01:35.050Z[ host-image] Aug 11 22:01:33.811 INFO E| Compiling x86 v0.52.0
108162026-08-11T22:01:35.051Z[ host-image] Aug 11 22:01:33.811 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108172026-08-11T22:01:35.056Z[ host-image] Aug 11 22:01:33.820 INFO E| Compiling seq-macro v0.3.6
108182026-08-11T22:01:36.183Z[ host-image] Aug 11 22:01:34.947 INFO E| Compiling syn v2.0.117
108192026-08-11T22:01:37.644Z[ recovery-image] Aug 11 22:01:36.409 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
108202026-08-11T22:01:37.655Z[ recovery-image] Aug 11 22:01:36.419 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`
108212026-08-11T22:01:37.684Z[ recovery-image] Aug 11 22:01:36.443 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108222026-08-11T22:01:37.803Z[ recovery-image] Aug 11 22:01:36.548 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
108232026-08-11T22:01:37.810Z[ recovery-image] Aug 11 22:01:36.555 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`
108242026-08-11T22:01:37.871Z[ host-image] Aug 11 22:01:36.635 INFO E| Compiling scroll_derive v0.13.1
108252026-08-11T22:01:37.913Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108262026-08-11T22:01:37.913Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108272026-08-11T22:01:37.913Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108282026-08-11T22:01:37.917Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108292026-08-11T22:01:37.917Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108302026-08-11T22:01:37.917Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108312026-08-11T22:01:37.917Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108322026-08-11T22:01:37.917Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108332026-08-11T22:01:37.917Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108342026-08-11T22:01:37.917Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108352026-08-11T22:01:37.917Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108362026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108372026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108382026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108392026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108402026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO O| Info: ABL version: 0x100f5010
108412026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108422026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108432026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108442026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108452026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108462026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108472026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108482026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108492026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108502026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108512026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108522026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108532026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108542026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108552026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108562026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108572026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108582026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108592026-08-11T22:01:37.918Z[ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108602026-08-11T22:01:37.954Z[ recovery-image] Aug 11 22:01:36.718 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108612026-08-11T22:01:37.954Z[ recovery-image] Aug 11 22:01:36.718 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108622026-08-11T22:01:37.954Z[ recovery-image] Aug 11 22:01:36.718 INFO building ROM for cosmo
108632026-08-11T22:01:37.957Z[ recovery-image] Aug 11 22:01:36.718 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")
108642026-08-11T22:01:38.057Z[ recovery-image] Aug 11 22:01:36.819 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108652026-08-11T22:01:38.061Z[ recovery-image] Aug 11 22:01:36.823 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`
108662026-08-11T22:01:38.075Z[ recovery-image] Aug 11 22:01:36.840 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108672026-08-11T22:01:38.157Z[ recovery-image] Aug 11 22:01:36.919 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108682026-08-11T22:01:38.161Z[ recovery-image] Aug 11 22:01:36.924 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`
108692026-08-11T22:01:38.381Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108702026-08-11T22:01:38.381Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108712026-08-11T22:01:38.381Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108722026-08-11T22:01:38.382Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108732026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108742026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108752026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108762026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108772026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108782026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108792026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108802026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108812026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108822026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108832026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108842026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108852026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108862026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108872026-08-11T22:01:38.389Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108882026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108892026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108902026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108912026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108922026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108932026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108942026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108952026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108962026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108972026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108982026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108992026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109002026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109012026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109022026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109032026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109042026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109052026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109062026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109072026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109082026-08-11T22:01:38.390Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109092026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109102026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109112026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109122026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109132026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109142026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109152026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109162026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109172026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109182026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109192026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109202026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109212026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109222026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO O| Info: ABL version: 0x100af010
109232026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109242026-08-11T22:01:38.391Z[ recovery-image] Aug 11 22:01:37.147 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109252026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109262026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109272026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109282026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109292026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109302026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109312026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109322026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109332026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109342026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109352026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109362026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109372026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109382026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109392026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109402026-08-11T22:01:38.393Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109412026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109422026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109432026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109442026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109452026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109462026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109472026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109482026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109492026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109502026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109512026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109522026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109532026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109542026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109552026-08-11T22:01:38.394Z[ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109562026-08-11T22:01:38.419Z[ recovery-image] Aug 11 22:01:37.183 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109572026-08-11T22:01:38.949Z[ host-image] Aug 11 22:01:37.671 INFO E| Compiling bitstruct_derive v0.1.0
109582026-08-11T22:01:39.613Z[ recovery-image] Aug 11 22:01:38.377 INFO image complete! materials are in "/work/os-recovery"
109592026-08-11T22:01:39.617Z[ recovery-image]
109602026-08-11T22:01:39.617Z[ recovery-image] real 3:22.123161593
109612026-08-11T22:01:39.618Z[ recovery-image] user 2:36.858049096
109622026-08-11T22:01:39.618Z[ recovery-image] sys 39.093145146
109632026-08-11T22:01:39.619Z[ recovery-image] trap 0.137329439
109642026-08-11T22:01:39.619Z[ recovery-image] tflt 0.672674226
109652026-08-11T22:01:39.619Z[ recovery-image] dflt 0.849301496
109662026-08-11T22:01:39.619Z[ recovery-image] kflt 0.005760894
109672026-08-11T22:01:39.619Z[ recovery-image] lock 8:01.108292622
109682026-08-11T22:01:39.619Z[ recovery-image] slp 17:57.248144677
109692026-08-11T22:01:39.619Z[ recovery-image] lat 28.359666147
109702026-08-11T22:01:39.619Z[ recovery-image] stop 6.060421685
109712026-08-11T22:01:39.619ZAug 11 22:01:38.381 INFO [recovery-image] process exited with exit status: 0 (202.128165346s)
109722026-08-11T22:01:39.619ZAug 11 22:01:38.381 INFO [tuf-v2-recovery] running task
109732026-08-11T22:01:39.623ZAug 11 22:01:38.381 INFO [tuf-v2-recovery] task succeeded (649.481µs)
109742026-08-11T22:01:48.077Z[ host-image] Aug 11 22:01:46.840 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)
109752026-08-11T22:01:50.230Z[ host-image] Aug 11 22:01:48.993 INFO E| Compiling bitflags v1.3.2
109762026-08-11T22:01:50.234Z[ host-image] Aug 11 22:01:48.993 INFO E| Compiling scroll v0.13.0
109772026-08-11T22:01:50.234Z[ host-image] Aug 11 22:01:48.993 INFO E| Compiling bitflags v2.13.0
109782026-08-11T22:01:50.234Z[ host-image] Aug 11 22:01:48.993 INFO E| Compiling adler2 v2.0.1
109792026-08-11T22:01:50.234Z[ host-image] Aug 11 22:01:48.993 INFO E| Compiling log v0.4.32
109802026-08-11T22:01:50.234Z[ host-image] Aug 11 22:01:48.993 INFO E| Compiling plain v0.2.3
109812026-08-11T22:01:50.234Z[ host-image] Aug 11 22:01:48.993 INFO E| Compiling bit_field v0.10.3
109822026-08-11T22:01:50.234Z[ host-image] Aug 11 22:01:48.993 INFO E| Compiling static_assertions v1.1.0
109832026-08-11T22:01:50.234Z[ host-image] Aug 11 22:01:48.993 INFO E| Compiling bitstruct v0.1.1
109842026-08-11T22:01:50.285Z[ host-image] Aug 11 22:01:49.049 INFO E| Compiling raw-cpuid v10.7.0
109852026-08-11T22:01:50.330Z[ host-image] Aug 11 22:01:49.095 INFO E| Compiling miniz_oxide v0.9.1
109862026-08-11T22:01:50.396Z[ host-image] Aug 11 22:01:49.160 INFO E| Compiling cpio_reader v0.1.2
109872026-08-11T22:01:50.456Z[ host-image] Aug 11 22:01:49.220 INFO E| Compiling goblin v0.10.7
109882026-08-11T22:01:53.423Z[ host-image] Aug 11 22:01:52.187 INFO E| Finished `release` profile [optimized] target(s) in 18.68s
109892026-08-11T22:01:53.434Z[ host-image] Aug 11 22:01:52.198 INFO building ROM for cosmo
109902026-08-11T22:01:53.434Z[ host-image] Aug 11 22:01:52.199 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")
109912026-08-11T22:01:53.522Z[ host-image] Aug 11 22:01:52.284 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109922026-08-11T22:01:53.527Z[ host-image] Aug 11 22:01:52.290 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`
109932026-08-11T22:01:53.539Z[ host-image] Aug 11 22:01:52.304 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109942026-08-11T22:01:53.631Z[ host-image] Aug 11 22:01:52.372 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109952026-08-11T22:01:53.639Z[ host-image] Aug 11 22:01:52.375 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`
109962026-08-11T22:01:53.879Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109972026-08-11T22:01:53.879Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109982026-08-11T22:01:53.880Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109992026-08-11T22:01:53.897Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110002026-08-11T22:01:53.897Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110012026-08-11T22:01:53.897Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110022026-08-11T22:01:53.897Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110032026-08-11T22:01:53.898Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110042026-08-11T22:01:53.898Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110052026-08-11T22:01:53.899Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110062026-08-11T22:01:53.899Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110072026-08-11T22:01:53.899Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110082026-08-11T22:01:53.899Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110092026-08-11T22:01:53.899Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110102026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110112026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110122026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110132026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110142026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110152026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110162026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110172026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110182026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110192026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110202026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110212026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110222026-08-11T22:01:53.900Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110232026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110242026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110252026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110262026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110272026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110282026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110292026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110302026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110312026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110322026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110332026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110342026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110352026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110362026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110372026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110382026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110392026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110402026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110412026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110422026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110432026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110442026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110452026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110462026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110472026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110482026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110492026-08-11T22:01:53.901Z[ host-image] Aug 11 22:01:52.582 INFO O| Info: ABL version: 0x100af010
110502026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.582 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110512026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.582 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110522026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110532026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110542026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110552026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110562026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110572026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110582026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110592026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110602026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110612026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110622026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110632026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110642026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110652026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110662026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110672026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110682026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110692026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110702026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110712026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110722026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110732026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110742026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110752026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110762026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110772026-08-11T22:01:53.902Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110782026-08-11T22:01:53.903Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110792026-08-11T22:01:53.903Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110802026-08-11T22:01:53.903Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110812026-08-11T22:01:53.903Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110822026-08-11T22:01:53.903Z[ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110832026-08-11T22:01:53.903Z[ host-image] Aug 11 22:01:52.616 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110842026-08-11T22:01:53.903Z[ host-image] Aug 11 22:01:52.616 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110852026-08-11T22:01:53.903Z[ host-image] Aug 11 22:01:52.616 INFO building ROM for gimlet
110862026-08-11T22:01:53.903Z[ host-image] Aug 11 22:01:52.616 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")
110872026-08-11T22:01:53.988Z[ host-image] Aug 11 22:01:52.705 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110882026-08-11T22:01:53.992Z[ host-image] Aug 11 22:01:52.707 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`
110892026-08-11T22:01:53.992Z[ host-image] Aug 11 22:01:52.718 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110902026-08-11T22:01:54.029Z[ host-image] Aug 11 22:01:52.783 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110912026-08-11T22:01:54.038Z[ host-image] Aug 11 22:01:52.786 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`
110922026-08-11T22:01:54.134Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110932026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110942026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110952026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110962026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110972026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110982026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110992026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111002026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111012026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111022026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111032026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111042026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111052026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111062026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111072026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO O| Info: ABL version: 0x100f5010
111082026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111092026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111102026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111112026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111122026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111132026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111142026-08-11T22:01:54.145Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111152026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111162026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111172026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111182026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111192026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111202026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111212026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111222026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111232026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111242026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111252026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111262026-08-11T22:01:54.146Z[ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111272026-08-11T22:01:54.171Z[ host-image] Aug 11 22:01:52.935 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111282026-08-11T22:02:05.653Z[ host-image] Aug 11 22:02:04.417 INFO image complete! materials are in "/work/os-host"
111292026-08-11T22:02:05.657Z[ host-image]
111302026-08-11T22:02:05.657Z[ host-image] real 3:58.481961876
111312026-08-11T22:02:05.657Z[ host-image] user 2:47.870664527
111322026-08-11T22:02:05.657Z[ host-image] sys 36.337857208
111332026-08-11T22:02:05.657Z[ host-image] trap 0.143074582
111342026-08-11T22:02:05.657Z[ host-image] tflt 0.319939200
111352026-08-11T22:02:05.657Z[ host-image] dflt 0.274727990
111362026-08-11T22:02:05.657Z[ host-image] kflt 0.000083820
111372026-08-11T22:02:05.658Z[ host-image] lock 4:44.708527389
111382026-08-11T22:02:05.658Z[ host-image] slp 20:15.465269223
111392026-08-11T22:02:05.658Z[ host-image] lat 23.086778777
111402026-08-11T22:02:05.658Z[ host-image] stop 2.122149869
111412026-08-11T22:02:05.658ZAug 11 22:02:04.421 INFO [host-image] process exited with exit status: 0 (238.487521661s)
111422026-08-11T22:02:05.658ZAug 11 22:02:04.421 INFO [tuf-v2-host] running task
111432026-08-11T22:02:05.658ZAug 11 22:02:04.421 INFO [tuf-repo] running task
111442026-08-11T22:02:05.662ZAug 11 22:02:04.422 INFO [tuf-v2-host] task succeeded (550.81µs)
111452026-08-11T22:02:05.662ZAug 11 22:02:04.422 INFO [tuf-v2-repo] running task
111462026-08-11T22:02:27.140ZAug 11 22:02:25.904 INFO assembling repository in `/tmp/tufaceous3xTONM`, component: OmicronRepoAssembler
111472026-08-11T22:02:27.361ZAug 11 22:02:26.125 INFO [tuf-v2-repo] task succeeded (21.703592803s)
111482026-08-11T22:02:36.163ZAug 11 22:02:34.927 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111492026-08-11T22:02:36.403ZAug 11 22:02:35.167 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111502026-08-11T22:02:38.405ZAug 11 22:02:37.169 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111512026-08-11T22:02:38.477ZAug 11 22:02:37.241 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111522026-08-11T22:02:38.530ZAug 11 22:02:37.294 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111532026-08-11T22:02:38.579ZAug 11 22:02:37.343 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111542026-08-11T22:02:38.630ZAug 11 22:02:37.391 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111552026-08-11T22:02:38.688ZAug 11 22:02:37.452 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111562026-08-11T22:02:38.740ZAug 11 22:02:37.504 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111572026-08-11T22:02:48.996ZAug 11 22:02:47.760 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
111582026-08-11T22:02:49.009ZAug 11 22:02:47.765 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
111592026-08-11T22:02:49.024ZAug 11 22:02:47.788 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
111602026-08-11T22:02:49.083ZAug 11 22:02:47.847 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111612026-08-11T22:02:49.147ZAug 11 22:02:47.911 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111622026-08-11T22:02:49.201ZAug 11 22:02:47.964 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111632026-08-11T22:02:49.264ZAug 11 22:02:48.028 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
111642026-08-11T22:02:49.271ZAug 11 22:02:48.035 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
111652026-08-11T22:02:49.294ZAug 11 22:02:48.058 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
111662026-08-11T22:02:51.241ZAug 11 22:02:49.891 INFO [tuf-repo] task succeeded (45.469669301s)
111672026-08-11T22:05:24.761Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s
111682026-08-11T22:05:27.456ZAug 11 22:05:26.219 INFO [verify-libraries] process exited with exit status: 0 (430.224314224s)
111692026-08-11T22:05:27.456ZAug 11 22:05:26.219 INFO all jobs completed in 1477.457063276s
111702026-08-11T22:05:28.649Zprocess exited: duration 1731444 ms, exit code 0
 
111712026-08-11T22:05:28.662Zfound 41 output files
111722026-08-11T22:05:28.662Zuploading: /work/manifest.toml (17334 bytes)
111732026-08-11T22:05:29.675Zuploaded: /work/manifest.toml
111742026-08-11T22:05:29.676Zuploading: /work/repo.zip (3280121186 bytes)
111752026-08-11T22:06:11.233Zuploaded: /work/repo.zip
111762026-08-11T22:06:11.234Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111772026-08-11T22:06:12.316Zuploaded: /work/repo.zip.sha256.txt
111782026-08-11T22:06:12.316Zuploading: /work/helios.json (647 bytes)
111792026-08-11T22:06:13.327Zuploaded: /work/helios.json
111802026-08-11T22:06:13.327Zuploading: /work/incorporation.p5m (113590 bytes)
111812026-08-11T22:06:14.343Zuploaded: /work/incorporation.p5m
111822026-08-11T22:06:14.344Zuploading: /work/incorporation.p5p (133120 bytes)
111832026-08-11T22:06:15.360Zuploaded: /work/incorporation.p5p
111842026-08-11T22:06:15.360Zuploading: /work/helios-incorp.log (522 bytes)
111852026-08-11T22:06:16.369Zuploaded: /work/helios-incorp.log
111862026-08-11T22:06:16.369Zuploading: /work/helios-setup.log (56907 bytes)
111872026-08-11T22:06:17.384Zuploaded: /work/helios-setup.log
111882026-08-11T22:06:17.384Zuploading: /work/host-image.log (233225 bytes)
111892026-08-11T22:06:18.403Zuploaded: /work/host-image.log
111902026-08-11T22:06:18.403Zuploading: /work/host-package.log (33129 bytes)
111912026-08-11T22:06:19.417Zuploaded: /work/host-package.log
111922026-08-11T22:06:19.417Zuploading: /work/host-target.log (101 bytes)
111932026-08-11T22:06:20.428Zuploaded: /work/host-target.log
111942026-08-11T22:06:20.428Zuploading: /work/incorp-create.log (0 bytes)
111952026-08-11T22:06:21.436Zuploaded: /work/incorp-create.log
111962026-08-11T22:06:21.436Zuploading: /work/incorp-fmt.log (0 bytes)
111972026-08-11T22:06:22.445Zuploaded: /work/incorp-fmt.log
111982026-08-11T22:06:22.445Zuploading: /work/incorp-pkgsend.log (108 bytes)
111992026-08-11T22:06:23.456Zuploaded: /work/incorp-pkgsend.log
112002026-08-11T22:06:23.457Zuploading: /work/incorp-publisher.log (0 bytes)
112012026-08-11T22:06:24.466Zuploaded: /work/incorp-publisher.log
112022026-08-11T22:06:24.466Zuploading: /work/omicron-package.log (10114 bytes)
112032026-08-11T22:06:25.481Zuploaded: /work/omicron-package.log
112042026-08-11T22:06:25.481Zuploading: /work/recovery-image.log (589039 bytes)
112052026-08-11T22:06:26.504Zuploaded: /work/recovery-image.log
112062026-08-11T22:06:26.504Zuploading: /work/recovery-package.log (321 bytes)
112072026-08-11T22:06:27.514Zuploaded: /work/recovery-package.log
112082026-08-11T22:06:27.514Zuploading: /work/recovery-target.log (98 bytes)
112092026-08-11T22:06:28.527Zuploaded: /work/recovery-target.log
112102026-08-11T22:06:28.527Zuploading: /work/stamp-clickhouse.log (117 bytes)
112112026-08-11T22:06:29.537Zuploaded: /work/stamp-clickhouse.log
112122026-08-11T22:06:29.537Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112132026-08-11T22:06:30.548Zuploaded: /work/stamp-clickhouse_keeper.log
112142026-08-11T22:06:30.548Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112152026-08-11T22:06:31.558Zuploaded: /work/stamp-clickhouse_server.log
112162026-08-11T22:06:31.558Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112172026-08-11T22:06:32.571Zuploaded: /work/stamp-cockroachdb.log
112182026-08-11T22:06:32.571Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112192026-08-11T22:06:33.581Zuploaded: /work/stamp-crucible-pantry-zone.log
112202026-08-11T22:06:33.581Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112212026-08-11T22:06:34.591Zuploaded: /work/stamp-crucible-utils.log
112222026-08-11T22:06:34.591Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112232026-08-11T22:06:35.600Zuploaded: /work/stamp-crucible-zone.log
112242026-08-11T22:06:35.600Zuploading: /work/stamp-external-dns.log (119 bytes)
112252026-08-11T22:06:36.615Zuploaded: /work/stamp-external-dns.log
112262026-08-11T22:06:36.615Zuploading: /work/stamp-installinator.log (103 bytes)
112272026-08-11T22:06:37.625Zuploaded: /work/stamp-installinator.log
112282026-08-11T22:06:37.625Zuploading: /work/stamp-internal-dns.log (119 bytes)
112292026-08-11T22:06:38.636Zuploaded: /work/stamp-internal-dns.log
112302026-08-11T22:06:38.637Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112312026-08-11T22:06:39.647Zuploaded: /work/stamp-mg-ddm-gz.log
112322026-08-11T22:06:39.648Zuploading: /work/stamp-nexus.log (112 bytes)
112332026-08-11T22:06:40.659Zuploaded: /work/stamp-nexus.log
112342026-08-11T22:06:40.659Zuploading: /work/stamp-ntp.log (110 bytes)
112352026-08-11T22:06:41.670Zuploaded: /work/stamp-ntp.log
112362026-08-11T22:06:41.671Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112372026-08-11T22:06:42.680Zuploaded: /work/stamp-omicron-sled-agent.log
112382026-08-11T22:06:42.680Zuploading: /work/stamp-overlay.log (114 bytes)
112392026-08-11T22:06:43.691Zuploaded: /work/stamp-overlay.log
112402026-08-11T22:06:43.691Zuploading: /work/stamp-oximeter.log (115 bytes)
112412026-08-11T22:06:44.702Zuploaded: /work/stamp-oximeter.log
112422026-08-11T22:06:44.702Zuploading: /work/stamp-oxlog.log (109 bytes)
112432026-08-11T22:06:45.713Zuploaded: /work/stamp-oxlog.log
112442026-08-11T22:06:45.713Zuploading: /work/stamp-probe.log (112 bytes)
112452026-08-11T22:06:46.723Zuploaded: /work/stamp-probe.log
112462026-08-11T22:06:46.723Zuploading: /work/stamp-propolis-server.log (122 bytes)
112472026-08-11T22:06:47.734Zuploaded: /work/stamp-propolis-server.log
112482026-08-11T22:06:47.734Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112492026-08-11T22:06:48.754Zuploaded: /work/stamp-pumpkind-gz.log
112502026-08-11T22:06:48.754Zuploading: /work/stamp-switch-asic.log (118 bytes)
112512026-08-11T22:06:49.768Zuploaded: /work/stamp-switch-asic.log
112522026-08-11T22:06:49.768Zuploading: /work/verify-libraries.log (49730 bytes)
112532026-08-11T22:06:50.783Zuploaded: /work/verify-libraries.log