01M08NZ2E4SG4W3M8WXPC6E9PB: 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: 01M08NZJBE1BB5GATJ77YEEWRV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T20:18:52.847Zjob assigned to worker 01M08NZP4R3F8407CDDPK9GJKY [factory aws, i-0812a45da13364490] (queued for 47 s)
 
22026-08-17T20:18:59.920Zstarting task 0: "setup"
32026-08-17T20:18:59.925Z++ uname -s
42026-08-17T20:18:59.928Z+ kern=SunOS
52026-08-17T20:18:59.928Z+ build_user=build
62026-08-17T20:18:59.928Z+ build_uid=12345
72026-08-17T20:18:59.928Z+ work_dir=/work
82026-08-17T20:18:59.928Z+ input_dir=/input
92026-08-17T20:18:59.928Z+ [[ 0 == 12345 ]]
102026-08-17T20:18:59.928Z+ case "$kern" in
112026-08-17T20:18:59.928Z+ groupadd -g 12345 build
122026-08-17T20:18:59.932Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T20:19:01.937Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T20:19:02.023Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T20:19:02.026Z+ home_fs=zfs
162026-08-17T20:19:02.026Z+ [[ zfs == autofs ]]
172026-08-17T20:19:02.026Z+ mkdir -p /home/build
182026-08-17T20:19:02.028Z+ chown build:build /home/build /work
192026-08-17T20:19:04.028Z+ chmod 0700 /home/build /work
202026-08-17T20:19:04.031Zprocess exited: duration 4112 ms, exit code 0
 
212026-08-17T20:19:04.037Zstarting task 1: "rust-toolchain"
222026-08-17T20:19:04.043Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T20:19:04.043Z * rust toolchain channel = "1.97.1"
242026-08-17T20:19:04.043Z * rust toolchain profile = "default"
252026-08-17T20:19:04.043Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-17T20:19:04.043Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T20:19:04.043Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T20:19:04.046Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T20:19:04.046Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T20:19:04.108Zinfo: downloading installer
312026-08-17T20:19:05.688Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T20:19:05.688Zwarn: /home/build/.rustup/settings.toml
332026-08-17T20:19:05.688Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T20:19:05.688Zwarn: instead of the one inferred from the default host triple.
352026-08-17T20:19:05.700Zinfo: profile set to default
362026-08-17T20:19:05.700Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T20:19:05.703Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T20:19:05.851Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T20:19:05.854Zinfo: downloading 6 components
402026-08-17T20:19:21.357Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-17T20:19:21.357Z
422026-08-17T20:19:21.385Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T20:19:21.385Z
442026-08-17T20:19:21.385Z
452026-08-17T20:19:21.385ZRust is installed now. Great!
462026-08-17T20:19:21.385Z
472026-08-17T20:19:21.385ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T20:19:21.385Zenvironment variable. This has not been done automatically.
492026-08-17T20:19:21.385Z
502026-08-17T20:19:21.385ZTo configure your current shell, you need to source
512026-08-17T20:19:21.385Zthe corresponding env file under $HOME/.cargo.
522026-08-17T20:19:21.385Z
532026-08-17T20:19:21.385ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T20:19:21.385Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T20:19:21.386Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T20:19:21.386Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T20:19:21.386Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T20:19:21.386Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T20:19:21.386Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T20:19:21.389Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T20:19:21.389Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T20:19:21.494Z+ rustup --version
632026-08-17T20:19:21.500Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T20:19:21.504Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T20:19:21.521Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T20:19:21.524Z+ cargo --version
672026-08-17T20:19:21.530Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T20:19:21.533Z+ rustc --version
692026-08-17T20:19:21.553Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T20:19:21.556Zprocess exited: duration 17517 ms, exit code 0
 
712026-08-17T20:19:21.562Zstarting task 2: "authentication"
722026-08-17T20:19:21.579Zprocess exited: duration 17 ms, exit code 0
 
732026-08-17T20:19:21.586Zstarting task 3: "clone repository"
742026-08-17T20:19:21.589Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T20:19:21.592Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T20:19:21.629ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T20:19:34.096Z+ cd /work/oxidecomputer/omicron
782026-08-17T20:19:34.096Z+ git fetch origin 4d607a3cfa7bcdf7ebfbba8f504373204223540d
792026-08-17T20:19:34.450ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T20:19:34.451Z * branch 4d607a3cfa7bcdf7ebfbba8f504373204223540d -> FETCH_HEAD
812026-08-17T20:19:34.466Z+ [[ -n move-ext-api-bundle ]]
822026-08-17T20:19:34.469Z++ git branch --show-current
832026-08-17T20:19:34.469Z+ current=main
842026-08-17T20:19:34.469Z+ [[ main != move-ext-api-bundle ]]
852026-08-17T20:19:34.469Z+ git branch -f move-ext-api-bundle 4d607a3cfa7bcdf7ebfbba8f504373204223540d
862026-08-17T20:19:34.474Z+ git checkout -f move-ext-api-bundle
872026-08-17T20:19:34.721ZSwitched to branch 'move-ext-api-bundle'
882026-08-17T20:19:34.724Z+ git reset --hard 4d607a3cfa7bcdf7ebfbba8f504373204223540d
892026-08-17T20:19:34.739ZHEAD is now at 4d607a3cf move ext API support bundle endpoints out of experimental
902026-08-17T20:19:34.742Zprocess exited: duration 13154 ms, exit code 0
 
912026-08-17T20:19:34.749Zstarting task 4: "build"
922026-08-17T20:19:34.754Z+ source .github/buildomat/ci-env.sh
932026-08-17T20:19:34.754Z++ export CARGO_TERM_COLOR=always
942026-08-17T20:19:34.754Z++ CARGO_TERM_COLOR=always
952026-08-17T20:19:34.758Z+++ uname -s
962026-08-17T20:19:34.758Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T20:19:34.758Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T20:19:34.761Z+ cargo --version
992026-08-17T20:19:34.767Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T20:19:34.771Z+ rustc --version
1012026-08-17T20:19:34.792Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T20:19:34.795Z+ cargo tree --locked
1032026-08-17T20:19:34.957Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-17T20:19:35.357Z Updating crates.io index
1052026-08-17T20:19:35.360Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-17T20:19:35.685Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-17T20:19:36.086Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-17T20:19:37.157Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-17T20:19:37.812Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-17T20:19:39.482Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-17T20:19:40.507Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-17T20:19:40.810Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-17T20:19:41.172Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-17T20:19:42.362Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-17T20:19:42.712Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-17T20:19:43.102Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-17T20:19:44.070Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-17T20:19:44.355Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-17T20:19:44.624Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-17T20:19:44.988Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-17T20:19:45.356Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-17T20:19:45.658Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-17T20:19:46.094Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-17T20:19:46.564Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-17T20:19:46.968Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-17T20:19:47.496Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-17T20:19:47.795Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-17T20:19:48.429Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-17T20:19:48.758Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-17T20:19:49.069Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-17T20:19:49.504Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-17T20:19:49.849Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-17T20:19:50.293Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-17T20:19:50.650Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-17T20:19:50.912Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-17T20:19:51.282Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-17T20:19:51.666Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-17T20:19:52.297Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-17T20:19:52.592Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-17T20:19:52.900Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-17T20:19:53.210Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-17T20:19:53.551Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-17T20:19:53.839Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-17T20:19:54.114Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-17T20:19:54.475Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-17T20:19:54.769Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-17T20:19:57.587Z Downloading crates ...
1482026-08-17T20:19:57.654Z Downloaded compression-core v0.4.31
1492026-08-17T20:19:57.657Z Downloaded cobs v0.3.0
1502026-08-17T20:19:57.660Z Downloaded darling_macro v0.21.3
1512026-08-17T20:19:57.664Z Downloaded cpufeatures v0.3.0
1522026-08-17T20:19:57.666Z Downloaded constant_time_eq v0.3.1
1532026-08-17T20:19:57.666Z Downloaded derive_more v0.99.20
1542026-08-17T20:19:57.669Z Downloaded colorchoice v1.0.4
1552026-08-17T20:19:57.672Z Downloaded crc v3.4.0
1562026-08-17T20:19:57.672Z Downloaded crucible-workspace-hack v0.1.0
1572026-08-17T20:19:57.675Z Downloaded defmt v0.3.100
1582026-08-17T20:19:57.678Z Downloaded hex v0.4.3
1592026-08-17T20:19:57.678Z Downloaded cmake v0.1.57
1602026-08-17T20:19:57.678Z Downloaded hashbrown v0.12.3
1612026-08-17T20:19:57.682Z Downloaded globwalk v0.9.1
1622026-08-17T20:19:57.687Z Downloaded cpufeatures v0.2.17
1632026-08-17T20:19:57.689Z Downloaded convert_case v0.4.0
1642026-08-17T20:19:57.689Z Downloaded http-body-util v0.1.3
1652026-08-17T20:19:57.692Z Downloaded globset v0.4.18
1662026-08-17T20:19:57.692Z Downloaded hex-literal v0.4.1
1672026-08-17T20:19:57.692Z Downloaded hmac v0.13.0
1682026-08-17T20:19:57.692Z Downloaded derive_builder_macro v0.20.2
1692026-08-17T20:19:57.695Z Downloaded heck v0.5.0
1702026-08-17T20:19:57.695Z Downloaded cpubits v0.1.1
1712026-08-17T20:19:57.698Z Downloaded hex-literal v1.1.0
1722026-08-17T20:19:57.701Z Downloaded heck v0.4.1
1732026-08-17T20:19:57.703Z Downloaded ciborium-io v0.2.2
1742026-08-17T20:19:57.703Z Downloaded clap_lex v1.0.0
1752026-08-17T20:19:57.704Z Downloaded git-stub v1.0.0
1762026-08-17T20:19:57.707Z Downloaded http-body v1.0.1
1772026-08-17T20:19:57.712Z Downloaded defmt-parser v1.0.0
1782026-08-17T20:19:57.719Z Downloaded defmt-macros v1.0.1
1792026-08-17T20:19:57.723Z Downloaded darling_macro v0.23.0
1802026-08-17T20:19:57.726Z Downloaded hash32 v0.3.1
1812026-08-17T20:19:57.726Z Downloaded hostname v0.4.2
1822026-08-17T20:19:57.729Z Downloaded home v0.5.12
1832026-08-17T20:19:57.729Z Downloaded hubpack_derive v0.1.1
1842026-08-17T20:19:57.732Z Downloaded darling_macro v0.13.4
1852026-08-17T20:19:57.735Z Downloaded hash32 v0.2.1
1862026-08-17T20:19:57.738Z Downloaded crc-catalog v2.4.0
1872026-08-17T20:19:57.741Z Downloaded debug-ignore v1.0.5
1882026-08-17T20:19:57.741Z Downloaded httpdate v1.0.3
1892026-08-17T20:19:57.745Z Downloaded console v0.16.2
1902026-08-17T20:19:57.745Z Downloaded convert_case v0.10.0
1912026-08-17T20:19:57.748Z Downloaded ident_case v1.0.1
1922026-08-17T20:19:57.748Z Downloaded addr2line v0.25.1
1932026-08-17T20:19:57.748Z Downloaded colored v3.1.1
1942026-08-17T20:19:57.748Z Downloaded crunchy v0.2.4
1952026-08-17T20:19:57.748Z Downloaded crypto-common v0.1.7
1962026-08-17T20:19:57.750Z Downloaded darling_macro v0.20.11
1972026-08-17T20:19:57.753Z Downloaded cstr-argument v0.1.2
1982026-08-17T20:19:57.753Z Downloaded group v0.14.0
1992026-08-17T20:19:57.756Z Downloaded hickory-client v0.25.2
2002026-08-17T20:19:57.756Z Downloaded curve25519-dalek-derive v0.1.1
2012026-08-17T20:19:57.759Z Downloaded headers-core v0.3.0
2022026-08-17T20:19:57.761Z Downloaded crc8 v0.1.1
2032026-08-17T20:19:57.762Z Downloaded instability v0.3.11
2042026-08-17T20:19:57.765Z Downloaded adler2 v2.0.1
2052026-08-17T20:19:57.768Z Downloaded inout v0.1.4
2062026-08-17T20:19:57.768Z Downloaded criterion-plot v0.6.0
2072026-08-17T20:19:57.768Z Downloaded ciborium-ll v0.2.2
2082026-08-17T20:19:57.768Z Downloaded internet-checksum v0.2.1
2092026-08-17T20:19:57.771Z Downloaded concurrent-queue v2.5.0
2102026-08-17T20:19:57.771Z Downloaded corncobs v0.1.4
2112026-08-17T20:19:57.774Z Downloaded constant_time_eq v0.4.2
2122026-08-17T20:19:57.774Z Downloaded inout v0.2.2
2132026-08-17T20:19:57.776Z Downloaded const_format_proc_macros v0.2.34
2142026-08-17T20:19:57.776Z Downloaded hyper-tls v0.6.0
2152026-08-17T20:19:57.779Z Downloaded instant v0.1.13
2162026-08-17T20:19:57.782Z Downloaded is-terminal v0.4.17
2172026-08-17T20:19:57.782Z Downloaded derive-ex v0.1.8
2182026-08-17T20:19:57.782Z Downloaded cmov v0.5.4
2192026-08-17T20:19:57.786Z Downloaded indent_write v2.2.0
2202026-08-17T20:19:57.786Z Downloaded idna_adapter v1.2.1
2212026-08-17T20:19:57.786Z Downloaded illumos-nvpair-sys v0.2.0
2222026-08-17T20:19:57.789Z Downloaded indoc v1.0.9
2232026-08-17T20:19:57.792Z Downloaded assert-json-diff v2.0.2
2242026-08-17T20:19:57.792Z Downloaded approx v0.5.1
2252026-08-17T20:19:57.795Z Downloaded http-range v0.1.5
2262026-08-17T20:19:57.795Z Downloaded daft-derive v0.1.7
2272026-08-17T20:19:57.797Z Downloaded atomic-waker v1.1.2
2282026-08-17T20:19:57.800Z Downloaded glob v0.3.3
2292026-08-17T20:19:57.800Z Downloaded hostname v0.3.1
2302026-08-17T20:19:57.803Z Downloaded highway v1.3.0
2312026-08-17T20:19:57.803Z Downloaded crc32fast v1.5.0
2322026-08-17T20:19:57.806Z Downloaded cookie v0.18.1
2332026-08-17T20:19:57.806Z Downloaded cookie_store v0.22.1
2342026-08-17T20:19:57.809Z Downloaded group v0.13.0
2352026-08-17T20:19:57.809Z Downloaded illumos-nvpair v0.3.0
2362026-08-17T20:19:57.809Z Downloaded impl-trait-for-tuples v0.2.3
2372026-08-17T20:19:57.811Z Downloaded ingot v0.2.1
2382026-08-17T20:19:57.811Z Downloaded console v0.15.11
2392026-08-17T20:19:57.811Z Downloaded crypto-common v0.2.2
2402026-08-17T20:19:57.814Z Downloaded git-stub-vcs v0.1.0
2412026-08-17T20:19:57.814Z Downloaded der_derive v0.7.3
2422026-08-17T20:19:57.814Z Downloaded data-encoding v2.10.0
2432026-08-17T20:19:57.814Z Downloaded async-recursion v1.1.1
2442026-08-17T20:19:57.817Z Downloaded deranged v0.5.8
2452026-08-17T20:19:57.817Z Downloaded darling v0.13.4
2462026-08-17T20:19:57.820Z Downloaded compression-codecs v0.4.37
2472026-08-17T20:19:57.823Z Downloaded const-oid v0.9.6
2482026-08-17T20:19:57.823Z Downloaded crossbeam-utils v0.8.21
2492026-08-17T20:19:57.826Z Downloaded csv-core v0.1.13
2502026-08-17T20:19:57.826Z Downloaded cargo-platform v0.3.2
2512026-08-17T20:19:57.826Z Downloaded bcrypt-pbkdf v0.11.0
2522026-08-17T20:19:57.826Z Downloaded bit-set v0.5.3
2532026-08-17T20:19:57.828Z Downloaded cfg_aliases v0.2.1
2542026-08-17T20:19:57.828Z Downloaded oso-derive v0.27.3
2552026-08-17T20:19:57.831Z Downloaded defmt v1.0.1
2562026-08-17T20:19:57.834Z Downloaded delegate v0.13.5
2572026-08-17T20:19:57.834Z Downloaded daft v0.1.7
2582026-08-17T20:19:57.838Z Downloaded derive_builder_core v0.20.2
2592026-08-17T20:19:57.841Z Downloaded crossbeam-deque v0.8.6
2602026-08-17T20:19:57.841Z Downloaded castaway v0.2.4
2612026-08-17T20:19:57.841Z Downloaded path-slash v0.1.5
2622026-08-17T20:19:57.841Z Downloaded openssl-probe v0.1.6
2632026-08-17T20:19:57.844Z Downloaded phf_shared v0.11.3
2642026-08-17T20:19:57.847Z Downloaded cipher v0.5.2
2652026-08-17T20:19:57.847Z Downloaded clang-sys v1.8.1
2662026-08-17T20:19:57.850Z Downloaded hubpack v0.1.2
2672026-08-17T20:19:57.852Z Downloaded clap_derive v4.6.1
2682026-08-17T20:19:57.855Z Downloaded cipher v0.4.4
2692026-08-17T20:19:57.855Z Downloaded darling v0.21.3
2702026-08-17T20:19:57.858Z Downloaded anes v0.1.6
2712026-08-17T20:19:57.861Z Downloaded anstyle-parse v0.2.7
2722026-08-17T20:19:57.861Z Downloaded ascii-canvas v3.0.0
2732026-08-17T20:19:57.861Z Downloaded humantime v2.3.0
2742026-08-17T20:19:57.864Z Downloaded ipnetwork v0.21.1
2752026-08-17T20:19:57.864Z Downloaded ingot-types v0.2.0
2762026-08-17T20:19:57.864Z Downloaded plotters-svg v0.3.7
2772026-08-17T20:19:57.864Z Downloaded plotters-backend v0.3.7
2782026-08-17T20:19:57.867Z Downloaded proc-macro-error-attr v1.0.4
2792026-08-17T20:19:57.869Z Downloaded predicates-tree v1.0.13
2802026-08-17T20:19:57.869Z Downloaded darling v0.20.11
2812026-08-17T20:19:57.872Z Downloaded datatest-stable v0.3.3
2822026-08-17T20:19:57.875Z Downloaded derive_builder v0.20.2
2832026-08-17T20:19:57.878Z Downloaded ipnet v2.11.0
2842026-08-17T20:19:57.878Z Downloaded bit-set v0.8.0
2852026-08-17T20:19:57.878Z Downloaded crossbeam-epoch v0.9.18
2862026-08-17T20:19:57.881Z Downloaded darling v0.23.0
2872026-08-17T20:19:57.885Z Downloaded darling_core v0.13.4
2882026-08-17T20:19:57.888Z Downloaded guppy-workspace-hack v0.1.0
2892026-08-17T20:19:57.888Z Downloaded crc-any v2.5.0
2902026-08-17T20:19:57.888Z Downloaded proc-macro-crate v1.3.1
2912026-08-17T20:19:57.888Z Downloaded const_format v0.2.35
2922026-08-17T20:19:57.891Z Downloaded half v1.8.3
2932026-08-17T20:19:57.891Z Downloaded radium v0.7.0
2942026-08-17T20:19:57.891Z Downloaded recursive-proc-macro-impl v0.1.1
2952026-08-17T20:19:57.893Z Downloaded rand_xorshift v0.4.0
2962026-08-17T20:19:57.898Z Downloaded ctutils v0.4.2
2972026-08-17T20:19:57.903Z Downloaded critical-section v1.2.0
2982026-08-17T20:19:57.906Z Downloaded serde_regex v1.1.0
2992026-08-17T20:19:57.908Z Downloaded serde_urlencoded v0.7.1
3002026-08-17T20:19:57.912Z Downloaded hmac v0.12.1
3012026-08-17T20:19:57.914Z Downloaded ctr v0.10.1
3022026-08-17T20:19:57.914Z Downloaded oxide-update-engine v0.1.2
3032026-08-17T20:19:57.917Z Downloaded pem-rfc7468 v0.7.0
3042026-08-17T20:19:57.917Z Downloaded colored v2.2.0
3052026-08-17T20:19:57.920Z Downloaded const-oid v0.10.2
3062026-08-17T20:19:57.923Z Downloaded argon2 v0.6.0-rc.8
3072026-08-17T20:19:57.923Z Downloaded heapless v0.7.17
3082026-08-17T20:19:57.926Z Downloaded chacha20 v0.9.1
3092026-08-17T20:19:57.926Z Downloaded packed_struct v0.10.1
3102026-08-17T20:19:57.931Z Downloaded pem-rfc7468 v1.0.0
3112026-08-17T20:19:57.931Z Downloaded phf v0.13.1
3122026-08-17T20:19:57.931Z Downloaded pkg-config v0.3.32
3132026-08-17T20:19:57.934Z Downloaded partial-io v0.5.4
3142026-08-17T20:19:57.934Z Downloaded poly1305 v0.8.0
3152026-08-17T20:19:57.934Z Downloaded similar-asserts v1.7.0
3162026-08-17T20:19:57.936Z Downloaded strip-ansi-escapes v0.2.1
3172026-08-17T20:19:57.936Z Downloaded secrecy v0.10.3
3182026-08-17T20:19:57.936Z Downloaded serde-big-array v0.5.1
3192026-08-17T20:19:57.936Z Downloaded ciborium v0.2.2
3202026-08-17T20:19:57.939Z Downloaded derive-where v1.6.0
3212026-08-17T20:19:57.942Z Downloaded shell-words v1.1.1
3222026-08-17T20:19:57.942Z Downloaded httptest v0.16.4
3232026-08-17T20:19:57.942Z Downloaded siphasher v1.0.2
3242026-08-17T20:19:57.945Z Downloaded subtle v2.6.1
3252026-08-17T20:19:57.945Z Downloaded supports-color v3.0.2
3262026-08-17T20:19:57.945Z Downloaded sync-ptr v0.1.4
3272026-08-17T20:19:57.945Z Downloaded take_mut v0.2.2
3282026-08-17T20:19:57.945Z Downloaded hyper-staticfile v0.10.1
3292026-08-17T20:19:57.948Z Downloaded tagptr v0.2.0
3302026-08-17T20:19:57.951Z Downloaded hybrid-array v0.4.13
3312026-08-17T20:19:57.951Z Downloaded indoc v2.0.7
3322026-08-17T20:19:57.954Z Downloaded ingot-macros v0.2.0
3332026-08-17T20:19:57.954Z Downloaded compact_str v0.8.1
3342026-08-17T20:19:57.957Z Downloaded hyper-rustls v0.27.7
3352026-08-17T20:19:57.957Z Downloaded camino v1.2.2
3362026-08-17T20:19:57.960Z Downloaded cfg-expr v0.20.6
3372026-08-17T20:19:57.962Z Downloaded backon v1.6.0
3382026-08-17T20:19:57.963Z Downloaded rand_seeder v0.4.0
3392026-08-17T20:19:57.963Z Downloaded strum v0.26.3
3402026-08-17T20:19:57.966Z Downloaded terminal_size v0.4.3
3412026-08-17T20:19:57.967Z Downloaded progenitor v0.14.0
3422026-08-17T20:19:57.967Z Downloaded tokio-macros v2.7.0
3432026-08-17T20:19:57.969Z Downloaded toml_datetime v0.6.11
3442026-08-17T20:19:57.969Z Downloaded topological-sort v0.2.2
3452026-08-17T20:19:57.969Z Downloaded unarray v0.1.4
3462026-08-17T20:19:57.969Z Downloaded half v2.7.1
3472026-08-17T20:19:57.978Z Downloaded blake2 v0.10.6
3482026-08-17T20:19:57.981Z Downloaded httparse v1.10.1
3492026-08-17T20:19:57.981Z Downloaded rustc-demangle v0.1.27
3502026-08-17T20:19:57.985Z Downloaded rand_core v0.9.5
3512026-08-17T20:19:57.989Z Downloaded utf8parse v0.2.2
3522026-08-17T20:19:57.991Z Downloaded untrusted v0.7.1
3532026-08-17T20:19:57.991Z Downloaded untrusted v0.9.0
3542026-08-17T20:19:57.991Z Downloaded unit-prefix v0.5.2
3552026-08-17T20:19:57.994Z Downloaded headers v0.4.1
3562026-08-17T20:19:57.997Z Downloaded wait-timeout v0.2.1
3572026-08-17T20:19:57.997Z Downloaded heapless v0.8.0
3582026-08-17T20:19:58.001Z Downloaded clap v4.6.1
3592026-08-17T20:19:58.004Z Downloaded darling_core v0.20.11
3602026-08-17T20:19:58.008Z Downloaded slog-stdlog v4.1.1
3612026-08-17T20:19:58.011Z Downloaded sqlformat v0.3.5
3622026-08-17T20:19:58.011Z Downloaded rustls-pemfile v2.2.0
3632026-08-17T20:19:58.011Z Downloaded wnaf v0.14.0
3642026-08-17T20:19:58.011Z Downloaded zerofrom v0.1.6
3652026-08-17T20:19:58.014Z Downloaded xattr v1.6.1
3662026-08-17T20:19:58.014Z Downloaded der v0.7.10
3672026-08-17T20:19:58.017Z Downloaded parking_lot_core v0.9.12
3682026-08-17T20:19:58.017Z Downloaded peg v0.8.5
3692026-08-17T20:19:58.020Z Downloaded chumsky v0.9.3
3702026-08-17T20:19:58.020Z Downloaded stringprep v0.1.5
3712026-08-17T20:19:58.023Z Downloaded scroll v0.13.0
3722026-08-17T20:19:58.023Z Downloaded ssh-cipher v0.3.0
3732026-08-17T20:19:58.026Z Downloaded ssh-encoding v0.3.0
3742026-08-17T20:19:58.026Z Downloaded zone v0.3.1
3752026-08-17T20:19:58.026Z Downloaded display-error-chain v0.2.2
3762026-08-17T20:19:58.029Z Downloaded dof v0.3.0
3772026-08-17T20:19:58.029Z Downloaded pkcs1 v0.8.0-rc.4
3782026-08-17T20:19:58.033Z Downloaded thiserror-no-std v2.0.2
3792026-08-17T20:19:58.035Z Downloaded tinystr v0.8.2
3802026-08-17T20:19:58.035Z Downloaded tls_codec v0.4.2
3812026-08-17T20:19:58.038Z Downloaded indexmap v1.9.3
3822026-08-17T20:19:58.038Z Downloaded iana-time-zone v0.1.65
3832026-08-17T20:19:58.041Z Downloaded icu_provider v2.1.1
3842026-08-17T20:19:58.041Z Downloaded ignore v0.4.25
3852026-08-17T20:19:58.044Z Downloaded dof v0.4.0
3862026-08-17T20:19:58.044Z Downloaded downcast-rs v2.0.2
3872026-08-17T20:19:58.044Z Downloaded errno v0.3.14
3882026-08-17T20:19:58.047Z Downloaded thiserror v1.0.69
3892026-08-17T20:19:58.050Z Downloaded embedded-io v0.6.1
3902026-08-17T20:19:58.050Z Downloaded flagset v0.4.7
3912026-08-17T20:19:58.050Z Downloaded foreign-types v0.3.2
3922026-08-17T20:19:58.050Z Downloaded embedded-io v0.4.0
3932026-08-17T20:19:58.053Z Downloaded foreign-types-shared v0.3.1
3942026-08-17T20:19:58.053Z Downloaded form_urlencoded v1.2.2
3952026-08-17T20:19:58.053Z Downloaded futures-sink v0.3.32
3962026-08-17T20:19:58.057Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3972026-08-17T20:19:58.057Z Downloaded salsa20 v0.11.0
3982026-08-17T20:19:58.060Z Downloaded icu_normalizer_data v2.1.1
3992026-08-17T20:19:58.062Z Downloaded blake2 v0.11.0-rc.6
4002026-08-17T20:19:58.065Z Downloaded toml_writer v1.1.1+spec-1.1.0
4012026-08-17T20:19:58.065Z Downloaded vergen-lib v0.1.6
4022026-08-17T20:19:58.068Z Downloaded vergen-lib v9.1.0
4032026-08-17T20:19:58.068Z Downloaded tui-tree-widget v0.23.1
4042026-08-17T20:19:58.071Z Downloaded itoa v1.0.17
4052026-08-17T20:19:58.071Z Downloaded fxhash v0.2.1
4062026-08-17T20:19:58.074Z Downloaded lazy_static v1.5.0
4072026-08-17T20:19:58.077Z Downloaded newline-converter v0.3.0
4082026-08-17T20:19:58.083Z Downloaded match_cfg v0.1.0
4092026-08-17T20:19:58.086Z Downloaded nibble_vec v0.1.0
4102026-08-17T20:19:58.086Z Downloaded maybe-uninit v2.0.0
4112026-08-17T20:19:58.089Z Downloaded zstd-safe v7.2.4
4122026-08-17T20:19:58.094Z Downloaded rustls-pki-types v1.14.0
4132026-08-17T20:19:58.097Z Downloaded utf8_iter v1.0.4
4142026-08-17T20:19:58.097Z Downloaded lzss v0.8.2
4152026-08-17T20:19:58.100Z Downloaded term v0.7.0
4162026-08-17T20:19:58.100Z Downloaded nodrop v0.1.14
4172026-08-17T20:19:58.104Z Downloaded darling_core v0.23.0
4182026-08-17T20:19:58.108Z Downloaded progenitor-impl v0.13.0
4192026-08-17T20:19:58.114Z Downloaded ecdsa v0.16.9
4202026-08-17T20:19:58.117Z Downloaded icu_properties v2.1.2
4212026-08-17T20:19:58.120Z Downloaded fallible-iterator v0.2.0
4222026-08-17T20:19:58.120Z Downloaded futures-core v0.3.32
4232026-08-17T20:19:58.120Z Downloaded assert_matches v1.5.0
4242026-08-17T20:19:58.123Z Downloaded indicatif v0.18.4
4252026-08-17T20:19:58.123Z Downloaded bitfield-macros v0.19.4
4262026-08-17T20:19:58.125Z Downloaded icu_locale_core v2.1.1
4272026-08-17T20:19:58.128Z Downloaded icu_normalizer v2.1.1
4282026-08-17T20:19:58.128Z Downloaded darling_core v0.21.3
4292026-08-17T20:19:58.131Z Downloaded digest v0.11.3
4302026-08-17T20:19:58.134Z Downloaded filetime v0.2.27
4312026-08-17T20:19:58.134Z Downloaded async-object-pool v0.2.0
4322026-08-17T20:19:58.134Z Downloaded block-buffer v0.12.1
4332026-08-17T20:19:58.138Z Downloaded cfg-if v1.0.4
4342026-08-17T20:19:58.140Z Downloaded similar v2.7.0
4352026-08-17T20:19:58.140Z Downloaded smallvec v1.15.1
4362026-08-17T20:19:58.143Z Downloaded tokio-stream v0.1.18
4372026-08-17T20:19:58.143Z Downloaded hickory-resolver v0.25.2
4382026-08-17T20:19:58.147Z Downloaded bytes v1.11.1
4392026-08-17T20:19:58.150Z Downloaded packed_struct_codegen v0.10.1
4402026-08-17T20:19:58.153Z Downloaded password-hash v0.6.1
4412026-08-17T20:19:58.155Z Downloaded pathdiff v0.2.3
4422026-08-17T20:19:58.155Z Downloaded trybuild v1.0.116
4432026-08-17T20:19:58.158Z Downloaded libloading v0.8.9
4442026-08-17T20:19:58.158Z Downloaded linear-map v1.2.0
4452026-08-17T20:19:58.158Z Downloaded parse-display v0.10.0
4462026-08-17T20:19:58.161Z Downloaded crypto-bigint v0.5.5
4472026-08-17T20:19:58.164Z Downloaded percent-encoding v2.3.2
4482026-08-17T20:19:58.164Z Downloaded hickory-resolver v0.24.4
4492026-08-17T20:19:58.167Z Downloaded yasna v0.5.2
4502026-08-17T20:19:58.171Z Downloaded predicates-core v1.0.10
4512026-08-17T20:19:58.179Z Downloaded socket2 v0.6.3
4522026-08-17T20:19:58.181Z Downloaded crossbeam-channel v0.5.15
4532026-08-17T20:19:58.184Z Downloaded des v0.9.0
4542026-08-17T20:19:58.191Z Downloaded ref-cast v1.0.25
4552026-08-17T20:19:58.194Z Downloaded rustc-hash v2.1.1
4562026-08-17T20:19:58.198Z Downloaded num-complex v0.4.6
4572026-08-17T20:19:58.201Z Downloaded test-strategy v0.4.5
4582026-08-17T20:19:58.204Z Downloaded anstream v1.0.0
4592026-08-17T20:19:58.207Z Downloaded icu_collections v2.1.1
4602026-08-17T20:19:58.210Z Downloaded num_enum v0.5.11
4612026-08-17T20:19:58.213Z Downloaded num_enum v0.7.6
4622026-08-17T20:19:58.215Z Downloaded base16ct v1.0.0
4632026-08-17T20:19:58.215Z Downloaded async-trait v0.1.89
4642026-08-17T20:19:58.218Z Downloaded rtoolbox v0.0.3
4652026-08-17T20:19:58.218Z Downloaded rustc_version v0.1.7
4662026-08-17T20:19:58.218Z Downloaded serde_spanned v1.1.1
4672026-08-17T20:19:58.218Z Downloaded base64 v0.21.7
4682026-08-17T20:19:58.221Z Downloaded pretty_assertions v1.4.1
4692026-08-17T20:19:58.221Z Downloaded seq-macro v0.3.6
4702026-08-17T20:19:58.221Z Downloaded signature v2.2.0
4712026-08-17T20:19:58.224Z Downloaded backoff v0.4.0
4722026-08-17T20:19:58.224Z Downloaded cexpr v0.6.0
4732026-08-17T20:19:58.224Z Downloaded sha1 v0.11.0
4742026-08-17T20:19:58.227Z Downloaded bitfield v0.19.4
4752026-08-17T20:19:58.227Z Downloaded p256 v0.14.0
4762026-08-17T20:19:58.230Z Downloaded hashbrown v0.13.2
4772026-08-17T20:19:58.230Z Downloaded camino-tempfile v1.4.1
4782026-08-17T20:19:58.232Z Downloaded scuffle v0.1.0
4792026-08-17T20:19:58.232Z Downloaded unsafe-libyaml v0.2.11
4802026-08-17T20:19:58.235Z Downloaded cassowary v0.3.0
4812026-08-17T20:19:58.238Z Downloaded signature v3.0.0
4822026-08-17T20:19:58.238Z Downloaded slog-bunyan v2.5.0
4832026-08-17T20:19:58.242Z Downloaded oxide-update-engine-display v0.1.2
4842026-08-17T20:19:58.245Z Downloaded structmeta v0.3.0
4852026-08-17T20:19:58.245Z Downloaded supports-color v2.1.0
4862026-08-17T20:19:58.245Z Downloaded pin-project-internal v1.1.11
4872026-08-17T20:19:58.257Z Downloaded proc-macro-error v1.0.4
4882026-08-17T20:19:58.259Z Downloaded ron v0.8.1
4892026-08-17T20:19:58.262Z Downloaded sqlparser_derive v0.5.0
4902026-08-17T20:19:58.262Z Downloaded pkcs8 v0.10.2
4912026-08-17T20:19:58.265Z Downloaded postgres-protocol v0.6.10
4922026-08-17T20:19:58.265Z Downloaded sponge-cursor v0.1.0
4932026-08-17T20:19:58.272Z Downloaded quote v1.0.45
4942026-08-17T20:19:58.275Z Downloaded thiserror-impl-no-std v2.0.2
4952026-08-17T20:19:58.278Z Downloaded time-core v0.1.8
4962026-08-17T20:19:58.281Z Downloaded bumpalo v3.20.2
4972026-08-17T20:19:58.281Z Downloaded hashbrown v0.16.1
4982026-08-17T20:19:58.284Z Downloaded r2d2 v0.8.10
4992026-08-17T20:19:58.287Z Downloaded anyhow v1.0.102
5002026-08-17T20:19:58.289Z Downloaded resolv-conf v0.7.6
5012026-08-17T20:19:58.289Z Downloaded rustversion v1.0.22
5022026-08-17T20:19:58.292Z Downloaded try-lock v0.2.5
5032026-08-17T20:19:58.292Z Downloaded universal-hash v0.6.1
5042026-08-17T20:19:58.295Z Downloaded buf-list v1.1.2
5052026-08-17T20:19:58.295Z Downloaded hickory-server v0.25.2
5062026-08-17T20:19:58.298Z Downloaded indexmap v2.14.0
5072026-08-17T20:19:58.300Z Downloaded unicode-linebreak v0.1.5
5082026-08-17T20:19:58.301Z Downloaded usdt-macro v0.5.0
5092026-08-17T20:19:58.303Z Downloaded serde_path_to_error v0.1.20
5102026-08-17T20:19:58.303Z Downloaded der v0.8.0
5112026-08-17T20:19:58.308Z Downloaded scroll v0.12.0
5122026-08-17T20:19:58.308Z Downloaded sec1 v0.7.3
5132026-08-17T20:19:58.308Z Downloaded usdt-attr-macro v0.5.0
5142026-08-17T20:19:58.311Z Downloaded hyper-util v0.1.20
5152026-08-17T20:19:58.315Z Downloaded slog-scope v4.4.1
5162026-08-17T20:19:58.318Z Downloaded getrandom v0.2.17
5172026-08-17T20:19:58.321Z Downloaded support-bundle-viewer v0.1.2
5182026-08-17T20:19:58.321Z Downloaded yoke-derive v0.8.1
5192026-08-17T20:19:58.324Z Downloaded document-features v0.2.12
5202026-08-17T20:19:58.324Z Downloaded endian-type v0.1.2
5212026-08-17T20:19:58.324Z Downloaded fastrand v2.3.0
5222026-08-17T20:19:58.328Z Downloaded termios v0.3.3
5232026-08-17T20:19:58.331Z Downloaded log v0.4.29
5242026-08-17T20:19:58.334Z Downloaded smf v0.2.3
5252026-08-17T20:19:58.339Z Downloaded difflib v0.4.0
5262026-08-17T20:19:58.341Z Downloaded dirs-sys-next v0.1.2
5272026-08-17T20:19:58.341Z Downloaded dyn-clone v1.0.20
5282026-08-17T20:19:58.344Z Downloaded postcard v1.1.3
5292026-08-17T20:19:58.344Z Downloaded escape8259 v0.5.3
5302026-08-17T20:19:58.348Z Downloaded zip v0.6.6
5312026-08-17T20:19:58.348Z Downloaded snafu v0.8.9
5322026-08-17T20:19:58.352Z Downloaded progenitor v0.13.0
5332026-08-17T20:19:58.354Z Downloaded tokio-dtrace v0.1.1
5342026-08-17T20:19:58.354Z Downloaded tokio-native-tls v0.3.1
5352026-08-17T20:19:58.354Z Downloaded float-cmp v0.10.0
5362026-08-17T20:19:58.357Z Downloaded funty v2.0.0
5372026-08-17T20:19:58.357Z Downloaded time-macros v0.2.27
5382026-08-17T20:19:58.361Z Downloaded schemars v1.2.1
5392026-08-17T20:19:58.368Z Downloaded serde v1.0.228
5402026-08-17T20:19:58.370Z Downloaded qorb v0.4.1
5412026-08-17T20:19:58.373Z Downloaded rand v0.9.2
5422026-08-17T20:19:58.373Z Downloaded ahash v0.8.12
5432026-08-17T20:19:58.376Z Downloaded omicron-zone-package v0.12.3
5442026-08-17T20:19:58.379Z Downloaded semver v1.0.28
5452026-08-17T20:19:58.379Z Downloaded internal-russh-num-bigint v0.5.0
5462026-08-17T20:19:58.382Z Downloaded elliptic-curve v0.14.1
5472026-08-17T20:19:58.382Z Downloaded jiff-static v0.2.34
5482026-08-17T20:19:58.382Z Downloaded md5 v0.8.0
5492026-08-17T20:19:58.393Z Downloaded lru v0.12.5
5502026-08-17T20:19:58.393Z Downloaded new_debug_unreachable v1.0.6
5512026-08-17T20:19:58.393Z Downloaded uzers v0.12.2
5522026-08-17T20:19:58.393Z Downloaded memoffset v0.9.1
5532026-08-17T20:19:58.393Z Downloaded http v1.4.2
5542026-08-17T20:19:58.397Z Downloaded getrandom v0.3.4
5552026-08-17T20:19:58.401Z Downloaded vergen-gitcl v1.0.8
5562026-08-17T20:19:58.404Z Downloaded vsss-rs v3.3.4
5572026-08-17T20:19:58.404Z Downloaded zstd v0.13.3
5582026-08-17T20:19:58.407Z Downloaded xshell v0.2.7
5592026-08-17T20:19:58.411Z Downloaded array-init v0.0.4
5602026-08-17T20:19:58.411Z Downloaded nonempty v0.12.0
5612026-08-17T20:19:58.428Z Downloaded strum_macros v0.26.4
5622026-08-17T20:19:58.430Z Downloaded async-stream-impl v0.3.6
5632026-08-17T20:19:58.430Z Downloaded block-padding v0.4.2
5642026-08-17T20:19:58.430Z Downloaded tempfile v3.25.0
5652026-08-17T20:19:58.433Z Downloaded displaydoc v0.2.5
5662026-08-17T20:19:58.433Z Downloaded foldhash v0.2.0
5672026-08-17T20:19:58.437Z Downloaded psm v0.1.30
5682026-08-17T20:19:58.440Z Downloaded crossterm v0.28.1
5692026-08-17T20:19:58.446Z Downloaded p521 v0.14.0
5702026-08-17T20:19:58.450Z Downloaded foldhash v0.1.5
5712026-08-17T20:19:58.453Z Downloaded toml v0.8.23
5722026-08-17T20:19:58.456Z Downloaded parking v2.2.1
5732026-08-17T20:19:58.459Z Downloaded ed25519-dalek v2.2.0
5742026-08-17T20:19:58.462Z Downloaded flate2 v1.1.9
5752026-08-17T20:19:58.465Z Downloaded peg-runtime v0.8.5
5762026-08-17T20:19:58.465Z Downloaded libefi-sys v0.1.0
5772026-08-17T20:19:58.467Z Downloaded jobserver v0.1.34
5782026-08-17T20:19:58.467Z Downloaded linkme v0.3.35
5792026-08-17T20:19:58.470Z Downloaded multimap v0.10.1
5802026-08-17T20:19:58.470Z Downloaded lock_api v0.4.14
5812026-08-17T20:19:58.470Z Downloaded potential_utf v0.1.4
5822026-08-17T20:19:58.470Z Downloaded pretty-hex v0.4.1
5832026-08-17T20:19:58.473Z Downloaded psl-types v2.0.11
5842026-08-17T20:19:58.473Z Downloaded serde_yaml v0.9.34+deprecated
5852026-08-17T20:19:58.473Z Downloaded signal-hook v0.3.18
5862026-08-17T20:19:58.476Z Downloaded phf_shared v0.13.1
5872026-08-17T20:19:58.476Z Downloaded criterion v0.7.0
5882026-08-17T20:19:58.479Z Downloaded serde_with v1.14.0
5892026-08-17T20:19:58.482Z Downloaded guppy v0.17.25
5902026-08-17T20:19:58.486Z Downloaded iri-string v0.7.10
5912026-08-17T20:19:58.489Z Downloaded oso v0.27.3
5922026-08-17T20:19:58.492Z Downloaded p384 v0.14.0
5932026-08-17T20:19:58.495Z Downloaded whoami v1.6.1
5942026-08-17T20:19:58.497Z Downloaded zerocopy-derive v0.8.40
5952026-08-17T20:19:58.500Z Downloaded num-iter v0.1.45
5962026-08-17T20:19:58.500Z Downloaded num_enum_derive v0.7.6
5972026-08-17T20:19:58.503Z Downloaded miniz_oxide v0.8.9
5982026-08-17T20:19:58.503Z Downloaded rustc_version v0.4.1
5992026-08-17T20:19:58.503Z Downloaded scroll_derive v0.12.1
6002026-08-17T20:19:58.506Z Downloaded serde_plain v1.0.2
6012026-08-17T20:19:58.506Z Downloaded pest_meta v2.8.6
6022026-08-17T20:19:58.509Z Downloaded secrecy v0.8.0
6032026-08-17T20:19:58.512Z Downloaded miette v5.10.0
6042026-08-17T20:19:58.514Z Downloaded prefix-trie v0.7.0
6052026-08-17T20:19:58.520Z Downloaded progenitor-impl v0.14.0
6062026-08-17T20:19:58.523Z Downloaded bit-vec v0.6.3
6072026-08-17T20:19:58.525Z Downloaded bit-vec v0.8.0
6082026-08-17T20:19:58.525Z Downloaded blowfish v0.10.0
6092026-08-17T20:19:58.525Z Downloaded signal-hook-mio v0.2.5
6102026-08-17T20:19:58.525Z Downloaded strsim v0.10.0
6112026-08-17T20:19:58.528Z Downloaded strsim v0.11.1
6122026-08-17T20:19:58.528Z Downloaded textwrap v0.15.2
6132026-08-17T20:19:58.531Z Downloaded arrayref v0.3.9
6142026-08-17T20:19:58.531Z Downloaded camino-tempfile-ext v0.3.3
6152026-08-17T20:19:58.531Z Downloaded polyval v0.7.1
6162026-08-17T20:19:58.534Z Downloaded ar_archive_writer v0.5.1
6172026-08-17T20:19:58.537Z Downloaded base64ct v1.8.3
6182026-08-17T20:19:58.540Z Downloaded base64 v0.22.1
6192026-08-17T20:19:58.545Z Downloaded testing_table v0.3.0
6202026-08-17T20:19:58.545Z Downloaded tokio-test v0.4.5
6212026-08-17T20:19:58.548Z Downloaded aes-gcm v0.11.0
6222026-08-17T20:19:58.552Z Downloaded toml_write v0.1.2
6232026-08-17T20:19:58.552Z Downloaded tower-layer v0.3.3
6242026-08-17T20:19:58.554Z Downloaded crossterm v0.29.0
6252026-08-17T20:19:58.557Z Downloaded supports-unicode v2.1.0
6262026-08-17T20:19:58.557Z Downloaded tap v1.0.1
6272026-08-17T20:19:58.557Z Downloaded progenitor-extras v0.2.0
6282026-08-17T20:19:58.557Z Downloaded expectorate v1.2.0
6292026-08-17T20:19:58.561Z Downloaded oxnet v0.1.6
6302026-08-17T20:19:58.561Z Downloaded schemars v0.8.22
6312026-08-17T20:19:58.566Z Downloaded ml-kem v0.3.2
6322026-08-17T20:19:58.569Z Downloaded typify-macro v0.6.2
6332026-08-17T20:19:58.569Z Downloaded proc-macro-error2 v2.0.1
6342026-08-17T20:19:58.569Z Downloaded once_cell v1.21.3
6352026-08-17T20:19:58.575Z Downloaded hashbrown v0.15.5
6362026-08-17T20:19:58.575Z Downloaded idna v1.1.0
6372026-08-17T20:19:58.579Z Downloaded minimal-lexical v0.2.1
6382026-08-17T20:19:58.579Z Downloaded usdt v0.5.0
6392026-08-17T20:19:58.579Z Downloaded usdt v0.6.0
6402026-08-17T20:19:58.579Z Downloaded want v0.3.1
6412026-08-17T20:19:58.582Z Downloaded fatfs v0.3.6
6422026-08-17T20:19:58.582Z Downloaded zerofrom-derive v0.1.6
6432026-08-17T20:19:58.586Z Downloaded rust-argon2 v2.1.0
6442026-08-17T20:19:58.588Z Downloaded publicsuffix v2.3.0
6452026-08-17T20:19:58.588Z Downloaded unicode-xid v0.2.6
6462026-08-17T20:19:58.591Z Downloaded usdt-attr-macro v0.6.0
6472026-08-17T20:19:58.591Z Downloaded void v1.0.2
6482026-08-17T20:19:58.594Z Downloaded zone_cfg_derive v0.3.1
6492026-08-17T20:19:58.594Z Downloaded socket2 v0.5.10
6502026-08-17T20:19:58.597Z Downloaded env_filter v1.0.0
6512026-08-17T20:19:58.597Z Downloaded owo-colors v3.5.0
6522026-08-17T20:19:58.597Z Downloaded slog-async v2.8.0
6532026-08-17T20:19:58.599Z Downloaded slog-json v2.6.1
6542026-08-17T20:19:58.599Z Downloaded hashbrown v0.14.5
6552026-08-17T20:19:58.603Z Downloaded hashbrown v0.17.0
6562026-08-17T20:19:58.606Z Downloaded synstructure v0.13.2
6572026-08-17T20:19:58.609Z Downloaded path-tree v0.8.3
6582026-08-17T20:19:58.609Z Downloaded toml_edit v0.22.27
6592026-08-17T20:19:58.612Z Downloaded getrandom v0.4.1
6602026-08-17T20:19:58.615Z Downloaded rand v0.8.6
6612026-08-17T20:19:58.615Z Downloaded samael v0.0.19
6622026-08-17T20:19:58.618Z Downloaded tar v0.4.46
6632026-08-17T20:19:58.621Z Downloaded toml_edit v0.23.10+spec-1.0.0
6642026-08-17T20:19:58.624Z Downloaded futures v0.3.32
6652026-08-17T20:19:58.626Z Downloaded chacha20 v0.10.0
6662026-08-17T20:19:58.626Z Downloaded simd-adler32 v0.3.8
6672026-08-17T20:19:58.626Z Downloaded foreign-types v0.5.0
6682026-08-17T20:19:58.629Z Downloaded is_ci v1.2.0
6692026-08-17T20:19:58.629Z Downloaded predicates v3.1.4
6702026-08-17T20:19:58.629Z Downloaded thiserror-impl v1.0.69
6712026-08-17T20:19:58.632Z Downloaded thiserror-impl v2.0.18
6722026-08-17T20:19:58.632Z Downloaded tokio-tungstenite v0.21.0
6732026-08-17T20:19:58.633Z Downloaded unicode-normalization v0.1.25
6742026-08-17T20:19:58.635Z Downloaded spki v0.8.0
6752026-08-17T20:19:58.635Z Downloaded futures-io v0.3.32
6762026-08-17T20:19:58.635Z Downloaded futures-macro v0.3.32
6772026-08-17T20:19:58.638Z Downloaded linkme-impl v0.3.35
6782026-08-17T20:19:58.638Z Downloaded md-5 v0.10.6
6792026-08-17T20:19:58.638Z Downloaded keccak v0.1.6
6802026-08-17T20:19:58.641Z Downloaded rsa v0.9.10
6812026-08-17T20:19:58.643Z Downloaded clap_builder v4.6.0
6822026-08-17T20:19:58.646Z Downloaded pest_generator v2.8.6
6832026-08-17T20:19:58.649Z Downloaded rand_core v0.10.0
6842026-08-17T20:19:58.649Z Downloaded tls_codec_derive v0.4.2
6852026-08-17T20:19:58.652Z Downloaded lru-slab v0.1.2
6862026-08-17T20:19:58.652Z Downloaded anstyle-query v1.1.5
6872026-08-17T20:19:58.654Z Downloaded num_threads v0.1.7
6882026-08-17T20:19:58.657Z Downloaded block-buffer v0.10.4
6892026-08-17T20:19:58.657Z Downloaded crypto-primes v0.7.2
6902026-08-17T20:19:58.660Z Downloaded hkdf v0.13.0
6912026-08-17T20:19:58.660Z Downloaded hyper v1.10.1
6922026-08-17T20:19:58.663Z Downloaded zerotrie v0.2.3
6932026-08-17T20:19:58.666Z Downloaded serde_cbor v0.11.2
6942026-08-17T20:19:58.670Z Downloaded term v1.2.1
6952026-08-17T20:19:58.672Z Downloaded zmij v1.0.21
6962026-08-17T20:19:58.675Z Downloaded whoami v2.1.0
6972026-08-17T20:19:58.675Z Downloaded serde_with_macros v1.5.2
6982026-08-17T20:19:58.675Z Downloaded dsl_auto_type v0.2.0
6992026-08-17T20:19:58.678Z Downloaded bb8 v0.8.6
7002026-08-17T20:19:58.678Z Downloaded cfg_aliases v0.1.1
7012026-08-17T20:19:58.678Z Downloaded pkcs5 v0.8.1
7022026-08-17T20:19:58.681Z Downloaded allocator-api2 v0.2.21
7032026-08-17T20:19:58.683Z Downloaded ff v0.13.1
7042026-08-17T20:19:58.686Z Downloaded ff v0.14.0
7052026-08-17T20:19:58.686Z Downloaded fs-err v3.3.0
7062026-08-17T20:19:58.689Z Downloaded progenitor-client v0.14.0
7072026-08-17T20:19:58.689Z Downloaded h2 v0.4.15
7082026-08-17T20:19:58.692Z Downloaded tough v0.22.0
7092026-08-17T20:19:58.697Z Downloaded env_logger v0.11.9
7102026-08-17T20:19:58.700Z Downloaded proc-macro-crate v3.4.0
7112026-08-17T20:19:58.700Z Downloaded rstest v0.25.0
7122026-08-17T20:19:58.703Z Downloaded scroll_derive v0.13.1
7132026-08-17T20:19:58.706Z Downloaded static_assertions v1.1.0
7142026-08-17T20:19:58.709Z Downloaded num-integer v0.1.46
7152026-08-17T20:19:58.712Z Downloaded mio v1.2.0
7162026-08-17T20:19:58.715Z Downloaded multer v3.1.0
7172026-08-17T20:19:58.717Z Downloaded native-tls v0.2.18
7182026-08-17T20:19:58.717Z Downloaded nanorand v0.7.0
7192026-08-17T20:19:58.720Z Downloaded bitflags v1.3.2
7202026-08-17T20:19:58.720Z Downloaded smawk v0.3.2
7212026-08-17T20:19:58.723Z Downloaded scheduled-thread-pool v0.2.7
7222026-08-17T20:19:58.723Z Downloaded serde_bytes v0.11.19
7232026-08-17T20:19:58.723Z Downloaded sigpipe v0.1.3
7242026-08-17T20:19:58.727Z Downloaded termtree v0.5.1
7252026-08-17T20:19:58.730Z Downloaded papergrid v0.18.0
7262026-08-17T20:19:58.732Z Downloaded icu_properties_data v2.1.2
7272026-08-17T20:19:58.737Z Downloaded version_check v0.9.5
7282026-08-17T20:19:58.740Z Downloaded autocfg v1.5.0
7292026-08-17T20:19:58.740Z Downloaded byteorder v1.5.0
7302026-08-17T20:19:58.740Z Downloaded ryu v1.0.23
7312026-08-17T20:19:58.743Z Downloaded sha2 v0.10.9
7322026-08-17T20:19:58.743Z Downloaded zerocopy-derive v0.7.35
7332026-08-17T20:19:58.745Z Downloaded num-bigint-dig v0.8.6
7342026-08-17T20:19:58.748Z Downloaded anstyle-parse v1.0.0
7352026-08-17T20:19:58.750Z Downloaded miette-derive v5.10.0
7362026-08-17T20:19:58.750Z Downloaded aead v0.6.1
7372026-08-17T20:19:58.750Z Downloaded strum v0.27.2
7382026-08-17T20:19:58.751Z Downloaded supports-hyperlinks v2.1.0
7392026-08-17T20:19:58.751Z Downloaded nom v7.1.3
7402026-08-17T20:19:58.753Z Downloaded chrono v0.4.45
7412026-08-17T20:19:58.758Z Downloaded either v1.15.0
7422026-08-17T20:19:58.760Z Downloaded peg-macros v0.8.5
7432026-08-17T20:19:58.760Z Downloaded dtrace-parser v0.2.0
7442026-08-17T20:19:58.761Z Downloaded rcgen v0.12.1
7452026-08-17T20:19:58.761Z Downloaded ecdsa v0.17.0
7462026-08-17T20:19:58.763Z Downloaded tokio-util v0.7.18
7472026-08-17T20:19:58.766Z Downloaded fixedbitset v0.4.2
7482026-08-17T20:19:58.769Z Downloaded trait-variant v0.1.2
7492026-08-17T20:19:58.769Z Downloaded digest-io v0.1.0
7502026-08-17T20:19:58.769Z Downloaded libsw-core v0.3.2
7512026-08-17T20:19:58.769Z Downloaded equivalent v1.0.2
7522026-08-17T20:19:58.769Z Downloaded fnv v1.0.7
7532026-08-17T20:19:58.772Z Downloaded goblin v0.8.2
7542026-08-17T20:19:58.774Z Downloaded hkdf v0.12.4
7552026-08-17T20:19:58.774Z Downloaded iddqd v0.4.2
7562026-08-17T20:19:58.778Z Downloaded regex v1.12.3
7572026-08-17T20:19:58.781Z Downloaded kstat-rs v0.2.5
7582026-08-17T20:19:58.784Z Downloaded lalrpop-util v0.19.12
7592026-08-17T20:19:58.787Z Downloaded spki v0.7.3
7602026-08-17T20:19:58.787Z Downloaded async-lock v3.4.2
7612026-08-17T20:19:58.791Z Downloaded target-lexicon v0.13.3
7622026-08-17T20:19:58.791Z Downloaded num v0.4.3
7632026-08-17T20:19:58.794Z Downloaded is_terminal_polyfill v1.70.2
7642026-08-17T20:19:58.794Z Downloaded memmap v0.7.0
7652026-08-17T20:19:58.794Z Downloaded managed v0.8.0
7662026-08-17T20:19:58.794Z Downloaded base16ct v0.2.0
7672026-08-17T20:19:58.794Z Downloaded opaque-debug v0.3.1
7682026-08-17T20:19:58.801Z Downloaded vergen-git2 v9.1.0
7692026-08-17T20:19:58.803Z Downloaded usdt-impl v0.5.0
7702026-08-17T20:19:58.806Z Downloaded serde_json v1.0.151
7712026-08-17T20:19:58.810Z Downloaded serde-hex v0.1.0
7722026-08-17T20:19:58.813Z Downloaded ghash v0.6.0
7732026-08-17T20:19:58.813Z Downloaded cargo_metadata v0.23.1
7742026-08-17T20:19:58.816Z Downloaded slab v0.4.12
7752026-08-17T20:19:58.820Z Downloaded nested v0.1.1
7762026-08-17T20:19:58.823Z Downloaded rand_chacha v0.3.1
7772026-08-17T20:19:58.826Z Downloaded atomicwrites v0.4.4
7782026-08-17T20:19:58.830Z Downloaded unicode-ident v1.0.24
7792026-08-17T20:19:58.834Z Downloaded itertools v0.13.0
7802026-08-17T20:19:58.838Z Downloaded itertools v0.15.0
7812026-08-17T20:19:58.842Z Downloaded rayon-core v1.13.0
7822026-08-17T20:19:58.844Z Downloaded tungstenite v0.21.0
7832026-08-17T20:19:58.847Z Downloaded zopfli v0.8.3
7842026-08-17T20:19:58.847Z Downloaded parking_lot v0.12.5
7852026-08-17T20:19:58.850Z Downloaded diesel-dtrace v0.5.0
7862026-08-17T20:19:58.850Z Downloaded progenitor-macro v0.13.0
7872026-08-17T20:19:58.850Z Downloaded scopeguard v1.2.0
7882026-08-17T20:19:58.852Z Downloaded serde_spanned v0.6.9
7892026-08-17T20:19:58.852Z Downloaded sha1 v0.10.6
7902026-08-17T20:19:58.853Z Downloaded slog-envlogger v2.2.0
7912026-08-17T20:19:58.855Z Downloaded structmeta-derive v0.3.0
7922026-08-17T20:19:58.855Z Downloaded thread-id v5.1.0
7932026-08-17T20:19:58.855Z Downloaded tower-service v0.3.3
7942026-08-17T20:19:58.855Z Downloaded digest v0.10.7
7952026-08-17T20:19:58.858Z Downloaded ed25519-dalek v3.0.0
7962026-08-17T20:19:58.858Z Downloaded enum_dispatch v0.3.13
7972026-08-17T20:19:58.862Z Downloaded itertools v0.14.0
7982026-08-17T20:19:58.866Z Downloaded winnow v0.5.40
7992026-08-17T20:19:58.869Z Downloaded pkcs8 v0.11.0
8002026-08-17T20:19:58.872Z Downloaded postgres-types v0.2.12
8012026-08-17T20:19:58.875Z Downloaded olpc-cjson v0.1.4
8022026-08-17T20:19:58.875Z Downloaded thread-id v4.2.2
8032026-08-17T20:19:58.878Z Downloaded fs_extra v1.3.0
8042026-08-17T20:19:58.878Z Downloaded unicode-truncate v1.1.0
8052026-08-17T20:19:58.881Z Downloaded zeroize_derive v1.5.0
8062026-08-17T20:19:58.883Z Downloaded dtrace-parser v0.3.0
8072026-08-17T20:19:58.886Z Downloaded typenum v1.20.1
8082026-08-17T20:19:58.886Z Downloaded zerocopy v0.7.35
8092026-08-17T20:19:58.896Z Downloaded git2 v0.20.4
8102026-08-17T20:19:58.900Z Downloaded primeorder v0.14.0
8112026-08-17T20:19:58.903Z Downloaded libbz2-rs-sys v0.2.2
8122026-08-17T20:19:58.903Z Downloaded anstyle v1.0.14
8132026-08-17T20:19:58.903Z Downloaded zerocopy v0.6.6
8142026-08-17T20:19:58.906Z Downloaded futures-task v0.3.32
8152026-08-17T20:19:58.906Z Downloaded num-conv v0.2.0
8162026-08-17T20:19:58.906Z Downloaded ed25519 v3.0.0
8172026-08-17T20:19:58.906Z Downloaded itertools v0.10.5
8182026-08-17T20:19:58.909Z Downloaded mime v0.3.17
8192026-08-17T20:19:58.912Z Downloaded byte-wrapper v0.1.0
8202026-08-17T20:19:58.912Z Downloaded password-hash v0.5.0
8212026-08-17T20:19:58.912Z Downloaded kem v0.3.0
8222026-08-17T20:19:58.915Z Downloaded gethostname v0.5.0
8232026-08-17T20:19:58.915Z Downloaded maplit v1.0.2
8242026-08-17T20:19:58.915Z Downloaded bitfield-struct v0.6.2
8252026-08-17T20:19:58.915Z Downloaded tokio-tungstenite v0.23.1
8262026-08-17T20:19:58.918Z Downloaded ppv-lite86 v0.2.21
8272026-08-17T20:19:58.918Z Downloaded relative-path v1.9.3
8282026-08-17T20:19:58.918Z Downloaded russh-util v0.52.0
8292026-08-17T20:19:58.918Z Downloaded rusty-fork v0.3.1
8302026-08-17T20:19:58.918Z Downloaded schemars_derive v0.8.22
8312026-08-17T20:19:58.921Z Downloaded num_enum_derive v0.5.11
8322026-08-17T20:19:58.924Z Downloaded rand v0.10.1
8332026-08-17T20:19:58.926Z Downloaded thiserror v2.0.18
8342026-08-17T20:19:58.929Z Downloaded twox-hash v2.1.2
8352026-08-17T20:19:58.929Z Downloaded phf_shared v0.12.1
8362026-08-17T20:19:58.932Z Downloaded litemap v0.8.1
8372026-08-17T20:19:58.935Z Downloaded serdect v0.4.3
8382026-08-17T20:19:58.935Z Downloaded string_cache v0.8.9
8392026-08-17T20:19:58.938Z Downloaded stringmetrics v2.2.2
8402026-08-17T20:19:58.938Z Downloaded strum_macros v0.24.3
8412026-08-17T20:19:58.938Z Downloaded nu-ansi-term v0.50.3
8422026-08-17T20:19:58.940Z Downloaded reqwest v0.13.2
8432026-08-17T20:19:58.943Z Downloaded parking_lot v0.11.2
8442026-08-17T20:19:58.943Z Downloaded aws-lc-rs v1.16.3
8452026-08-17T20:19:58.949Z Downloaded futures-channel v0.3.32
8462026-08-17T20:19:58.952Z Downloaded pin-project v1.1.11
8472026-08-17T20:19:58.956Z Downloaded textwrap v0.16.2
8482026-08-17T20:19:58.959Z Downloaded tokio-rustls v0.26.4
8492026-08-17T20:19:58.959Z Downloaded bzip2 v0.6.1
8502026-08-17T20:19:58.962Z Downloaded writeable v0.6.2
8512026-08-17T20:19:58.964Z Downloaded sha3 v0.12.0
8522026-08-17T20:19:58.967Z Downloaded semver v0.1.20
8532026-08-17T20:19:58.970Z Downloaded signal-hook-tokio v0.3.1
8542026-08-17T20:19:58.970Z Downloaded vte v0.14.1
8552026-08-17T20:19:58.973Z Downloaded stable_deref_trait v1.2.1
8562026-08-17T20:19:58.973Z Downloaded typed-path v0.9.3
8572026-08-17T20:19:58.976Z Downloaded serde_core v1.0.228
8582026-08-17T20:19:58.979Z Downloaded find-msvc-tools v0.1.9
8592026-08-17T20:19:58.979Z Downloaded chacha20poly1305 v0.10.1
8602026-08-17T20:19:58.981Z Downloaded utf-8 v0.7.6
8612026-08-17T20:19:58.984Z Downloaded rand_distr v0.5.1
8622026-08-17T20:19:58.987Z Downloaded mime_guess v2.0.5
8632026-08-17T20:19:58.990Z Downloaded anstream v0.6.21
8642026-08-17T20:19:58.992Z Downloaded xshell-macros v0.2.7
8652026-08-17T20:19:58.992Z Downloaded foreign-types-macros v0.2.3
8662026-08-17T20:19:58.992Z Downloaded libscf-sys v1.2.0
8672026-08-17T20:19:58.997Z Downloaded owo-colors v4.3.0
8682026-08-17T20:19:59.001Z Downloaded pbkdf2 v0.13.0
8692026-08-17T20:19:59.006Z Downloaded poly1305 v0.9.0
8702026-08-17T20:19:59.008Z Downloaded tungstenite v0.23.0
8712026-08-17T20:19:59.012Z Downloaded num-bigint v0.4.6
8722026-08-17T20:19:59.015Z Downloaded newtype_derive v0.1.6
8732026-08-17T20:19:59.015Z Downloaded phf v0.12.1
8742026-08-17T20:19:59.015Z Downloaded num-derive v0.4.2
8752026-08-17T20:19:59.015Z Downloaded port-file v0.1.0
8762026-08-17T20:19:59.017Z Downloaded primefield v0.14.0
8772026-08-17T20:19:59.017Z Downloaded primeorder v0.13.6
8782026-08-17T20:19:59.017Z Downloaded sapling-renderdag v0.1.0
8792026-08-17T20:19:59.020Z Downloaded aead v0.5.2
8802026-08-17T20:19:59.020Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-08-17T20:19:59.020Z Downloaded parse-size v1.1.0
8822026-08-17T20:19:59.023Z Downloaded plotters v0.3.7
8832026-08-17T20:19:59.026Z Downloaded rand_chacha v0.9.0
8842026-08-17T20:19:59.029Z Downloaded rpassword v7.5.4
8852026-08-17T20:19:59.031Z Downloaded russh-cryptovec v0.62.0
8862026-08-17T20:19:59.034Z Downloaded bitflags v2.11.0
8872026-08-17T20:19:59.037Z Downloaded salty v0.3.0
8882026-08-17T20:19:59.040Z Downloaded tracing-attributes v0.1.31
8892026-08-17T20:19:59.043Z Downloaded event-listener v5.4.1
8902026-08-17T20:19:59.043Z Downloaded serde_tokenstream v0.2.3
8912026-08-17T20:19:59.043Z Downloaded target-triple v1.0.0
8922026-08-17T20:19:59.046Z Downloaded terminal_size v0.1.17
8932026-08-17T20:19:59.046Z Downloaded stacker v0.1.23
8942026-08-17T20:19:59.049Z Downloaded rustyline v14.0.0
8952026-08-17T20:19:59.049Z Downloaded signal-hook-registry v1.4.8
8962026-08-17T20:19:59.052Z Downloaded swrite v0.1.0
8972026-08-17T20:19:59.052Z Downloaded diesel_table_macro_syntax v0.3.0
8982026-08-17T20:19:59.054Z Downloaded openssl-macros v0.1.1
8992026-08-17T20:19:59.054Z Downloaded serde_with v3.21.0
9002026-08-17T20:19:59.060Z Downloaded termcolor v1.4.1
9012026-08-17T20:19:59.064Z Downloaded fixedbitset v0.5.7
9022026-08-17T20:19:59.064Z Downloaded libtest-mimic v0.8.1
9032026-08-17T20:19:59.064Z Downloaded walkdir v2.5.0
9042026-08-17T20:19:59.066Z Downloaded ena v0.14.4
9052026-08-17T20:19:59.066Z Downloaded float-ord v0.3.2
9062026-08-17T20:19:59.066Z Downloaded foreign-types-shared v0.1.1
9072026-08-17T20:19:59.066Z Downloaded tinytemplate v1.2.1
9082026-08-17T20:19:59.066Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9092026-08-17T20:19:59.066Z Downloaded zeroize v1.9.0
9102026-08-17T20:19:59.069Z Downloaded zerovec-derive v0.11.2
9112026-08-17T20:19:59.069Z Downloaded futures-timer v3.0.3
9122026-08-17T20:19:59.069Z Downloaded prettyplease v0.2.37
9132026-08-17T20:19:59.072Z Downloaded async-bb8-diesel v0.2.1
9142026-08-17T20:19:59.072Z Downloaded newtype-uuid-macros v0.1.0
9152026-08-17T20:19:59.075Z Downloaded fd-lock v4.0.4
9162026-08-17T20:19:59.075Z Downloaded backtrace-ext v0.2.1
9172026-08-17T20:19:59.075Z Downloaded precomputed-hash v0.1.1
9182026-08-17T20:19:59.078Z Downloaded libsw v3.5.0
9192026-08-17T20:19:59.078Z Downloaded bitvec v1.0.1
9202026-08-17T20:19:59.085Z Downloaded cancel-safe-futures v0.1.5
9212026-08-17T20:19:59.088Z Downloaded argon2 v0.5.3
9222026-08-17T20:19:59.088Z Downloaded rfc6979 v0.4.0
9232026-08-17T20:19:59.088Z Downloaded rustls-webpki v0.103.13
9242026-08-17T20:19:59.092Z Downloaded tinyvec_macros v0.1.1
9252026-08-17T20:19:59.095Z Downloaded bs58 v0.5.1
9262026-08-17T20:19:59.099Z Downloaded phc v0.6.1
9272026-08-17T20:19:59.103Z Downloaded progenitor-client v0.13.0
9282026-08-17T20:19:59.103Z Downloaded universal-hash v0.5.1
9292026-08-17T20:19:59.103Z Downloaded cbc v0.2.1
9302026-08-17T20:19:59.109Z Downloaded oorandom v11.1.5
9312026-08-17T20:19:59.111Z Downloaded slog-dtrace v0.3.0
9322026-08-17T20:19:59.114Z Downloaded openssl-sys v0.9.117
9332026-08-17T20:19:59.117Z Downloaded uuid v1.23.4
9342026-08-17T20:19:59.117Z Downloaded quinn v0.11.11
9352026-08-17T20:19:59.120Z Downloaded dropshot_endpoint v0.17.1
9362026-08-17T20:19:59.122Z Downloaded drift v0.2.0
9372026-08-17T20:19:59.126Z Downloaded spin v0.9.8
9382026-08-17T20:19:59.129Z Downloaded slog-term v2.9.2
9392026-08-17T20:19:59.129Z Downloaded dropshot-api-manager-types v0.8.0
9402026-08-17T20:19:59.132Z Downloaded macaddr v1.0.1
9412026-08-17T20:19:59.132Z Downloaded lru-cache v0.1.2
9422026-08-17T20:19:59.132Z Downloaded url v2.5.8
9432026-08-17T20:19:59.135Z Downloaded rand_pcg v0.10.2
9442026-08-17T20:19:59.135Z Downloaded recursive v0.1.1
9452026-08-17T20:19:59.135Z Downloaded serde_repr v0.1.20
9462026-08-17T20:19:59.138Z Downloaded cc v1.2.56
9472026-08-17T20:19:59.138Z Downloaded zip v4.6.1
9482026-08-17T20:19:59.142Z Downloaded arc-swap v1.8.2
9492026-08-17T20:19:59.145Z Downloaded powerfmt v0.2.0
9502026-08-17T20:19:59.145Z Downloaded memmap2 v0.9.10
9512026-08-17T20:19:59.145Z Downloaded waitgroup v0.1.2
9522026-08-17T20:19:59.145Z Downloaded fs-err v2.11.0
9532026-08-17T20:19:59.148Z Downloaded papergrid v0.11.0
9542026-08-17T20:19:59.151Z Downloaded num-rational v0.4.2
9552026-08-17T20:19:59.151Z Downloaded bytecount v0.6.9
9562026-08-17T20:19:59.151Z Downloaded dirs-next v2.0.0
9572026-08-17T20:19:59.151Z Downloaded paste v1.0.15
9582026-08-17T20:19:59.155Z Downloaded generic-array v0.14.7
9592026-08-17T20:19:59.155Z Downloaded normalize-line-endings v0.3.0
9602026-08-17T20:19:59.155Z Downloaded atty v0.2.14
9612026-08-17T20:19:59.155Z Downloaded cast v0.3.0
9622026-08-17T20:19:59.159Z Downloaded rfc6979 v0.6.0
9632026-08-17T20:19:59.162Z Downloaded proptest v1.11.0
9642026-08-17T20:19:59.165Z Downloaded rand_core v0.6.4
9652026-08-17T20:19:59.168Z Downloaded sec1 v0.8.1
9662026-08-17T20:19:59.171Z Downloaded snafu-derive v0.8.9
9672026-08-17T20:19:59.171Z Downloaded strum_macros v0.27.2
9682026-08-17T20:19:59.175Z Downloaded progenitor-macro v0.14.0
9692026-08-17T20:19:59.182Z Downloaded thread_local v1.1.9
9702026-08-17T20:19:59.200Z Downloaded plain v0.2.3
9712026-08-17T20:19:59.203Z Downloaded same-file v1.0.6
9722026-08-17T20:19:59.203Z Downloaded async-stream v0.3.6
9732026-08-17T20:19:59.206Z Downloaded vergen v9.1.0
9742026-08-17T20:19:59.209Z Downloaded libm v0.2.16
9752026-08-17T20:19:59.214Z Downloaded futures-util v0.3.32
9762026-08-17T20:19:59.220Z Downloaded oxide-tokio-rt v0.1.4
9772026-08-17T20:19:59.223Z Downloaded pem v3.0.6
9782026-08-17T20:19:59.223Z Downloaded serde_with_macros v3.21.0
9792026-08-17T20:19:59.226Z Downloaded target-spec v3.5.7
9802026-08-17T20:19:59.226Z Downloaded ref-cast-impl v1.0.25
9812026-08-17T20:19:59.226Z Downloaded scrypt v0.12.0
9822026-08-17T20:19:59.229Z Downloaded diff v0.1.13
9832026-08-17T20:19:59.229Z Downloaded openssl-probe v0.2.1
9842026-08-17T20:19:59.229Z Downloaded parse-display-derive v0.10.0
9852026-08-17T20:19:59.232Z Downloaded tabled_derive v0.7.0
9862026-08-17T20:19:59.232Z Downloaded knuffel v3.2.0
9872026-08-17T20:19:59.232Z Downloaded toml v0.7.8
9882026-08-17T20:19:59.234Z Downloaded toml v1.1.2+spec-1.1.0
9892026-08-17T20:19:59.237Z Downloaded goblin v0.10.5
9902026-08-17T20:19:59.240Z Downloaded assert_cmd v2.1.2
9912026-08-17T20:19:59.243Z Downloaded ed25519 v2.2.3
9922026-08-17T20:19:59.243Z Downloaded enum-as-inner v0.6.1
9932026-08-17T20:19:59.243Z Downloaded quinn-proto v0.11.16
9942026-08-17T20:19:59.246Z Downloaded winnow v1.0.3
9952026-08-17T20:19:59.251Z Downloaded steno v0.4.1
9962026-08-17T20:19:59.254Z Downloaded crypto-bigint v0.7.5
9972026-08-17T20:19:59.262Z Downloaded proc-macro2 v1.0.106
9982026-08-17T20:19:59.265Z Downloaded bcs v0.1.6
9992026-08-17T20:19:59.265Z Downloaded quick-error v1.2.3
10002026-08-17T20:19:59.267Z Downloaded tabwriter v1.4.1
10012026-08-17T20:19:59.268Z Downloaded serde_derive_internals v0.29.1
10022026-08-17T20:19:59.268Z Downloaded module-lattice v0.2.3
10032026-08-17T20:19:59.268Z Downloaded shlex v1.3.0
10042026-08-17T20:19:59.270Z Downloaded event-listener-strategy v0.5.4
10052026-08-17T20:19:59.270Z Downloaded wyz v0.5.1
10062026-08-17T20:19:59.270Z Downloaded linked-hash-map v0.5.6
10072026-08-17T20:19:59.270Z Downloaded yansi v1.0.1
10082026-08-17T20:19:59.273Z Downloaded curve25519-dalek v4.1.3
10092026-08-17T20:19:59.276Z Downloaded typify v0.6.2
10102026-08-17T20:19:59.279Z Downloaded dunce v1.0.5
10112026-08-17T20:19:59.279Z Downloaded keccak v0.2.0
10122026-08-17T20:19:59.283Z Downloaded erased-serde v0.3.31
10132026-08-17T20:19:59.287Z Downloaded knuffel-derive v3.2.0
10142026-08-17T20:19:59.290Z Downloaded unicase v2.9.0
10152026-08-17T20:19:59.294Z Downloaded backtrace v0.3.76
10162026-08-17T20:19:59.296Z Downloaded russh v0.62.4
10172026-08-17T20:19:59.300Z Downloaded jiff-core v0.1.0
10182026-08-17T20:19:59.302Z Downloaded parking_lot_core v0.8.6
10192026-08-17T20:19:59.305Z Downloaded elliptic-curve v0.13.8
10202026-08-17T20:19:59.305Z Downloaded futures-executor v0.3.32
10212026-08-17T20:19:59.306Z Downloaded pin-project-lite v0.2.17
10222026-08-17T20:19:59.308Z Downloaded tiny-keccak v2.0.2
10232026-08-17T20:19:59.311Z Downloaded usdt-macro v0.6.0
10242026-08-17T20:19:59.311Z Downloaded time v0.3.47
10252026-08-17T20:19:59.318Z Downloaded gimli v0.32.3
10262026-08-17T20:19:59.322Z Downloaded polar-core v0.27.3
10272026-08-17T20:19:59.327Z Downloaded unicode-bidi v0.3.18
10282026-08-17T20:19:59.329Z Downloaded smallvec v0.6.14
10292026-08-17T20:19:59.329Z Downloaded arrayvec v0.7.6
10302026-08-17T20:19:59.332Z Downloaded tracing-core v0.1.36
10312026-08-17T20:19:59.332Z Downloaded newtype-uuid v1.3.2
10322026-08-17T20:19:59.332Z Downloaded sync_wrapper v1.0.2
10332026-08-17T20:19:59.332Z Downloaded blake2b_simd v1.0.4
10342026-08-17T20:19:59.335Z Downloaded rustls-platform-verifier v0.6.2
10352026-08-17T20:19:59.338Z Downloaded sha2 v0.11.0
10362026-08-17T20:19:59.341Z Downloaded yoke v0.8.1
10372026-08-17T20:19:59.344Z Downloaded toml_edit v0.19.15
10382026-08-17T20:19:59.351Z Downloaded usdt-impl v0.6.0
10392026-08-17T20:19:59.354Z Downloaded zerovec v0.11.5
10402026-08-17T20:19:59.357Z Downloaded aho-corasick v1.1.4
10412026-08-17T20:19:59.360Z Downloaded ucd-trie v0.1.7
10422026-08-17T20:19:59.360Z Downloaded unicode_categories v0.1.1
10432026-08-17T20:19:59.360Z Downloaded flume v0.11.1
10442026-08-17T20:19:59.363Z Downloaded unicode-properties v0.1.4
10452026-08-17T20:19:59.363Z Downloaded toml_parser v1.1.2+spec-1.1.0
10462026-08-17T20:19:59.366Z Downloaded rstest_macros v0.25.0
10472026-08-17T20:19:59.369Z Downloaded rustls-native-certs v0.8.3
10482026-08-17T20:19:59.369Z Downloaded quinn-udp v0.5.14
10492026-08-17T20:19:59.369Z Downloaded generic-array v1.4.3
10502026-08-17T20:19:59.372Z Downloaded num-traits v0.2.19
10512026-08-17T20:19:59.372Z Downloaded tokio-postgres v0.7.16
10522026-08-17T20:19:59.374Z Downloaded litrs v1.0.0
10532026-08-17T20:19:59.377Z Downloaded fancy-regex v0.14.0
10542026-08-17T20:19:59.380Z Downloaded ssh-key v0.7.0-rc.11
10552026-08-17T20:19:59.384Z Downloaded tower-http v0.6.8
10562026-08-17T20:19:59.388Z Downloaded rawzip v0.4.4
10572026-08-17T20:19:59.391Z Downloaded rayon v1.11.0
10582026-08-17T20:19:59.397Z Downloaded pkcs1 v0.7.5
10592026-08-17T20:19:59.399Z Downloaded winnow v0.6.26
10602026-08-17T20:19:59.403Z Downloaded serde_derive v1.0.228
10612026-08-17T20:19:59.406Z Downloaded pest v2.8.6
10622026-08-17T20:19:59.423Z Downloaded bzip2 v0.4.4
10632026-08-17T20:19:59.423Z Downloaded slog v2.8.2
10642026-08-17T20:19:59.428Z Downloaded tinyvec v1.10.0
10652026-08-17T20:19:59.428Z Downloaded subprocess v0.2.15
10662026-08-17T20:19:59.428Z Downloaded derive_more v2.1.1
10672026-08-17T20:19:59.428Z Downloaded zlib-rs v0.6.2
10682026-08-17T20:19:59.428Z Downloaded tabled v0.21.0
10692026-08-17T20:19:59.433Z Downloaded oxide-update-engine-types v0.1.2
10702026-08-17T20:19:59.437Z Downloaded diesel_derives v2.3.7
10712026-08-17T20:19:59.440Z Downloaded syn v2.0.117
10722026-08-17T20:19:59.443Z Downloaded x509-cert v0.2.5
10732026-08-17T20:19:59.447Z Downloaded pest_derive v2.8.6
10742026-08-17T20:19:59.450Z Downloaded unicode-width v0.1.14
10752026-08-17T20:19:59.467Z Downloaded radix_trie v0.2.1
10762026-08-17T20:19:59.469Z Downloaded derive_more-impl v2.1.1
10772026-08-17T20:19:59.477Z Downloaded lalrpop v0.19.12
10782026-08-17T20:19:59.489Z Downloaded reqwest v0.12.28
10792026-08-17T20:19:59.492Z Downloaded schemars v0.9.0
10802026-08-17T20:19:59.499Z Downloaded object v0.37.3
10812026-08-17T20:19:59.505Z Downloaded aes v0.9.1
10822026-08-17T20:19:59.509Z Downloaded reedline v0.40.0
10832026-08-17T20:19:59.512Z Downloaded tower v0.5.3
10842026-08-17T20:19:59.516Z Downloaded async-compression v0.4.41
10852026-08-17T20:19:59.521Z Downloaded quick-xml v0.37.5
10862026-08-17T20:19:59.524Z Downloaded unicode-width v0.2.0
10872026-08-17T20:19:59.527Z Downloaded memchr v2.8.0
10882026-08-17T20:19:59.530Z Downloaded hickory-proto v0.24.4
10892026-08-17T20:19:59.539Z Downloaded p384 v0.13.1
10902026-08-17T20:19:59.544Z Downloaded rsa v0.10.0-rc.18
10912026-08-17T20:19:59.551Z Downloaded curve25519-dalek v5.0.0
10922026-08-17T20:19:59.557Z Downloaded unicode-segmentation v1.12.0
10932026-08-17T20:19:59.560Z Downloaded openssl v0.10.80
10942026-08-17T20:19:59.565Z Downloaded libxml v0.3.3
10952026-08-17T20:19:59.568Z Downloaded tabled v0.15.0
10962026-08-17T20:19:59.578Z Downloaded regex-syntax v0.8.10
10972026-08-17T20:19:59.590Z Downloaded hickory-proto v0.25.2
10982026-08-17T20:19:59.598Z Downloaded petname v2.0.2
10992026-08-17T20:19:59.601Z Downloaded portable-atomic v1.13.1
11002026-08-17T20:19:59.605Z Downloaded moka v0.12.13
11012026-08-17T20:19:59.610Z Downloaded dropshot-api-manager v0.8.0
11022026-08-17T20:19:59.613Z Downloaded nix v0.27.1
11032026-08-17T20:19:59.620Z Downloaded nom v8.0.0
11042026-08-17T20:19:59.622Z Downloaded rustix v0.38.44
11052026-08-17T20:19:59.634Z Downloaded itertools v0.12.1
11062026-08-17T20:19:59.638Z Downloaded winnow v0.7.14
11072026-08-17T20:19:59.643Z Downloaded regress v0.10.5
11082026-08-17T20:19:59.648Z Downloaded bstr v1.12.1
11092026-08-17T20:19:59.683Z Downloaded blake3 v1.8.5
11102026-08-17T20:19:59.688Z Downloaded regex-syntax v0.6.29
11112026-08-17T20:19:59.693Z Downloaded smoltcp v0.9.1
11122026-08-17T20:19:59.698Z Downloaded diesel v2.3.7
11132026-08-17T20:19:59.710Z Downloaded nix v0.28.0
11142026-08-17T20:19:59.716Z Downloaded bindgen v0.71.1
11152026-08-17T20:19:59.720Z Downloaded smoltcp v0.11.0
11162026-08-17T20:19:59.727Z Downloaded vcpkg v0.2.15
11172026-08-17T20:19:59.750Z Downloaded syn v1.0.109
11182026-08-17T20:19:59.755Z Downloaded sqlparser v0.61.0
11192026-08-17T20:19:59.761Z Downloaded regress v0.11.1
11202026-08-17T20:19:59.767Z Downloaded openapiv3 v2.2.0
11212026-08-17T20:19:59.773Z Downloaded typify-impl v0.6.2
11222026-08-17T20:19:59.782Z Downloaded object v0.30.4
11232026-08-17T20:19:59.786Z Downloaded zerocopy v0.8.40
11242026-08-17T20:19:59.792Z Downloaded tracing v0.1.44
11252026-08-17T20:19:59.805Z Downloaded rustls v0.23.41
11262026-08-17T20:19:59.811Z Downloaded nix v0.31.2
11272026-08-17T20:19:59.822Z Downloaded zerocopy-derive v0.6.6
11282026-08-17T20:19:59.830Z Downloaded sha3 v0.11.0
11292026-08-17T20:19:59.863Z Downloaded rustix v1.1.3
11302026-08-17T20:19:59.877Z Downloaded dropshot v0.17.1
11312026-08-17T20:19:59.917Z Downloaded chrono-tz v0.10.4
11322026-08-17T20:19:59.928Z Downloaded petgraph v0.6.5
11332026-08-17T20:19:59.939Z Downloaded regex-automata v0.4.14
11342026-08-17T20:19:59.948Z Downloaded ratatui v0.29.0
11352026-08-17T20:19:59.961Z Downloaded sled v0.34.7
11362026-08-17T20:19:59.965Z Downloaded bzip2-sys v0.1.13+1.0.8
11372026-08-17T20:19:59.972Z Downloaded jiff v0.2.34
11382026-08-17T20:19:59.982Z Downloaded csv v1.4.0
11392026-08-17T20:19:59.994Z Downloaded petgraph v0.8.3
11402026-08-17T20:20:00.007Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11412026-08-17T20:20:00.051Z Downloaded libz-sys v1.1.24
11422026-08-17T20:20:00.081Z Downloaded libc v0.2.185
11432026-08-17T20:20:00.114Z Downloaded tokio v1.52.1
11442026-08-17T20:20:00.136Z Downloaded sha3 v0.10.8
11452026-08-17T20:20:00.138Z Downloaded encoding_rs v0.8.35
11462026-08-17T20:20:00.150Z Downloaded libgit2-sys v0.18.3+1.9.2
11472026-08-17T20:20:00.191Z Downloaded ring v0.17.14
11482026-08-17T20:20:00.220Z Downloaded httpmock v0.8.3
11492026-08-17T20:20:00.763Z Downloaded aws-lc-sys v0.40.0
11502026-08-17T20:20:01.173Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11512026-08-17T20:20:03.924Z Startup: Refreshing catalog 'helios' ... Done
11522026-08-17T20:20:04.242Z Startup: Caching catalogs ... Done
11532026-08-17T20:20:05.976ZPlanning: Solver setup ... Done (1.628s)
11542026-08-17T20:20:06.029ZPlanning: Running solver ... Done (0.053s)
11552026-08-17T20:20:06.068ZPlanning: Finding local manifests ... Done (0.003s)
11562026-08-17T20:20:06.080ZPlanning: Fetching manifests: 0/2 0% complete
11572026-08-17T20:20:06.104ZPlanning: Fetching manifests: 2/2 100% complete
11582026-08-17T20:20:06.118ZPlanning: Package planning ... Done (0.014s)
11592026-08-17T20:20:06.121ZPlanning: Merging actions ... Done (0.002s)
11602026-08-17T20:20:06.288ZPlanning: Checking for conflicting actions ... Done (0.168s)
11612026-08-17T20:20:06.291ZPlanning: Consolidating action changes ... Done (0.001s)
11622026-08-17T20:20:07.122ZPlanning: Evaluating mediators ... Done (0.833s)
11632026-08-17T20:20:07.125ZPlanning: Planning completed in 2.85 seconds
11642026-08-17T20:20:07.131Z Packages to install: 2
11652026-08-17T20:20:07.131Z Estimated space available: 155.73 GB
11662026-08-17T20:20:07.131ZEstimated space to be consumed: 69.36 MB
11672026-08-17T20:20:07.134Z Create boot environment: No
11682026-08-17T20:20:07.135ZCreate backup boot environment: No
11692026-08-17T20:20:07.135Z Rebuild boot archive: No
11702026-08-17T20:20:07.135Z
11712026-08-17T20:20:07.135ZChanged packages:
11722026-08-17T20:20:07.135Zhelios
11732026-08-17T20:20:07.135Z developer/build-essential
11742026-08-17T20:20:07.135Z None -> 11-3.0
11752026-08-17T20:20:07.135Z library/libxmlsec1
11762026-08-17T20:20:07.135Z None -> 1.2.35-3.0
11772026-08-17T20:20:07.157Z
11782026-08-17T20:20:07.157ZDownload: 0/214 items 0.0/1.3MB 0% complete
11792026-08-17T20:20:07.227ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
11802026-08-17T20:20:07.321Z Actions: 1/268 actions (Installing new actions)
11812026-08-17T20:20:07.360Z Actions: Completed 268 actions in 0.04 seconds.
11822026-08-17T20:20:07.389ZFinalize: Updating package state database ... Done (0.028s)
11832026-08-17T20:20:07.392ZFinalize: Updating package cache ... Done (0.000s)
11842026-08-17T20:20:07.466ZFinalize: Updating image state ... Done (0.077s)
11852026-08-17T20:20:10.107ZFinalize: Creating fast lookup database ... Done (2.596s)
11862026-08-17T20:20:10.175ZFinalize: Reading search index ... Done (0.013s)
11872026-08-17T20:20:10.178ZFinalize: Updating search index ... Done (0.000s)
11882026-08-17T20:20:10.298ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-17T20:20:10.655ZPlanning: Evaluating mediator changes ... Done
11902026-08-17T20:20:10.761ZPlanning: Checking for conflicting actions ... Done
11912026-08-17T20:20:10.764ZPlanning: Consolidating action changes ... Done
11922026-08-17T20:20:10.921ZPlanning: Evaluating mediators ... Done
11932026-08-17T20:20:10.924ZPlanning: Planning completed in 0.27 seconds
11942026-08-17T20:20:10.944Z Mediators to change: 2
11952026-08-17T20:20:10.944Z Create boot environment: No
11962026-08-17T20:20:10.944ZCreate backup boot environment: No
11972026-08-17T20:20:11.035ZFinalize: Updating package state database ... Done
11982026-08-17T20:20:11.035ZFinalize: Updating package cache ... Done
11992026-08-17T20:20:11.079ZFinalize: Updating image state ... Done
12002026-08-17T20:20:13.009ZFinalize: Creating fast lookup database ... Done
12012026-08-17T20:20:13.068ZFinalize: Reading search index ... Done
12022026-08-17T20:20:13.071ZFinalize: Updating search index ... Done
12032026-08-17T20:20:13.131ZFinalize: Updating package cache ... Done
12042026-08-17T20:20:13.420ZPlanning: Evaluating mediator changes ... Done
12052026-08-17T20:20:13.524ZPlanning: Checking for conflicting actions ... Done
12062026-08-17T20:20:13.527ZPlanning: Consolidating action changes ... Done
12072026-08-17T20:20:13.683ZPlanning: Evaluating mediators ... Done
12082026-08-17T20:20:13.688ZPlanning: Planning completed in 0.26 seconds
12092026-08-17T20:20:13.710Z Mediators to change: 1
12102026-08-17T20:20:13.710Z Create boot environment: No
12112026-08-17T20:20:13.710ZCreate backup boot environment: No
12122026-08-17T20:20:13.755ZFinalize: Updating package state database ... Done
12132026-08-17T20:20:13.755ZFinalize: Updating package cache ... Done
12142026-08-17T20:20:13.798ZFinalize: Updating image state ... Done
12152026-08-17T20:20:15.744ZFinalize: Creating fast lookup database ... Done
12162026-08-17T20:20:15.806ZFinalize: Reading search index ... Done
12172026-08-17T20:20:15.812ZFinalize: Updating search index ... Done
12182026-08-17T20:20:15.869ZFinalize: Updating package cache ... Done
12192026-08-17T20:20:16.184ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12202026-08-17T20:20:16.184Zapache system 2.4 system
12212026-08-17T20:20:16.184Zclang system 15 system
12222026-08-17T20:20:16.184Zcsh system system illumos
12232026-08-17T20:20:16.184Zctags system system illumos
12242026-08-17T20:20:16.184Zfile vendor vendor darwinsys
12252026-08-17T20:20:16.184Zfile system system illumos
12262026-08-17T20:20:16.184Zgcc vendor 14 vendor
12272026-08-17T20:20:16.184Zgcc system 13 system
12282026-08-17T20:20:16.184Zgcc system 10 system
12292026-08-17T20:20:16.184Zgo system 1.25 system
12302026-08-17T20:20:16.184Zllvm system 15 system
12312026-08-17T20:20:16.184Zmariadb system 11.4 system
12322026-08-17T20:20:16.184Zmta vendor vendor dma
12332026-08-17T20:20:16.184Zopenjdk system 17 system
12342026-08-17T20:20:16.184Zopenjdk system 11 system
12352026-08-17T20:20:16.184Zopenssl vendor 3 vendor
12362026-08-17T20:20:16.184Zperl system 5.40 system
12372026-08-17T20:20:16.184Zpostgresql system 18 system
12382026-08-17T20:20:16.184Zpostgresql system 17 system
12392026-08-17T20:20:16.184Zpython vendor 3 vendor
12402026-08-17T20:20:16.184Zpython system 2 system
12412026-08-17T20:20:16.185Zpython3 vendor 3.13 vendor
12422026-08-17T20:20:16.185Zruby system 3.4 system
12432026-08-17T20:20:16.185Zruby system 3.0 system
12442026-08-17T20:20:16.185Zwords vendor vendor american-english
12452026-08-17T20:20:16.185Zwords system system australian-english
12462026-08-17T20:20:16.185Zwords system system british-english
12472026-08-17T20:20:16.185Zwords system system canadian-english
12482026-08-17T20:20:16.185Zwords system system french
12492026-08-17T20:20:16.185Zwords system system italian
12502026-08-17T20:20:16.185Zwords system system ngerman
12512026-08-17T20:20:16.185Zwords system system ogerman
12522026-08-17T20:20:16.185Zwords system system spanish
12532026-08-17T20:20:16.438ZPUBLISHER TYPE STATUS P LOCATION
12542026-08-17T20:20:16.438Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12552026-08-17T20:20:16.876ZFMRI IFO
12562026-08-17T20:20:16.876Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12572026-08-17T20:20:16.876Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12582026-08-17T20:20:16.876Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12592026-08-17T20:20:16.876Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12602026-08-17T20:20:16.876Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12612026-08-17T20:20:16.876Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12622026-08-17T20:20:16.876Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12632026-08-17T20:20:16.876Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12642026-08-17T20:20:16.876Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12652026-08-17T20:20:17.477Z Downloading crates ...
12662026-08-17T20:20:17.523Z Downloaded cargo_toml v0.21.0
12672026-08-17T20:20:17.564Z Compiling proc-macro2 v1.0.106
12682026-08-17T20:20:17.564Z Compiling unicode-ident v1.0.24
12692026-08-17T20:20:17.567Z Compiling quote v1.0.45
12702026-08-17T20:20:17.567Z Compiling serde_core v1.0.228
12712026-08-17T20:20:17.567Z Compiling libc v0.2.185
12722026-08-17T20:20:17.645Z Compiling version_check v0.9.5
12732026-08-17T20:20:17.648Z Compiling memchr v2.8.0
12742026-08-17T20:20:17.648Z Compiling serde v1.0.228
12752026-08-17T20:20:17.648Z Compiling zmij v1.0.21
12762026-08-17T20:20:17.648Z Compiling ucd-trie v0.1.7
12772026-08-17T20:20:17.648Z Compiling thiserror v1.0.69
12782026-08-17T20:20:17.648Z Compiling itoa v1.0.17
12792026-08-17T20:20:17.656Z Compiling rustix v1.1.3
12802026-08-17T20:20:17.659Z Compiling byteorder v1.5.0
12812026-08-17T20:20:17.813Z Compiling serde_json v1.0.151
12822026-08-17T20:20:17.954Z Compiling bitflags v2.11.0
12832026-08-17T20:20:17.980Z Compiling syn v1.0.109
12842026-08-17T20:20:18.094Z Compiling proc-macro-error-attr v1.0.4
12852026-08-17T20:20:18.116Z Compiling usdt-impl v0.5.0
12862026-08-17T20:20:18.201Z Compiling pest v2.8.6
12872026-08-17T20:20:18.234Z Compiling camino v1.2.2
12882026-08-17T20:20:18.246Z Compiling proc-macro-error v1.0.4
12892026-08-17T20:20:18.295Z Compiling utf8parse v0.2.2
12902026-08-17T20:20:18.325Z Compiling equivalent v1.0.2
12912026-08-17T20:20:18.492Z Compiling hashbrown v0.17.0
12922026-08-17T20:20:18.525Z Compiling getrandom v0.4.1
12932026-08-17T20:20:18.525Z Compiling log v0.4.29
12942026-08-17T20:20:18.525Z Compiling plain v0.2.3
12952026-08-17T20:20:18.525Z Compiling anstyle-parse v1.0.0
12962026-08-17T20:20:18.525Z Compiling anstyle v1.0.14
12972026-08-17T20:20:18.562Z Compiling is_terminal_polyfill v1.70.2
12982026-08-17T20:20:18.562Z Compiling toml_write v0.1.2
12992026-08-17T20:20:18.571Z Compiling winnow v0.7.14
13002026-08-17T20:20:18.595Z Compiling cfg-if v1.0.4
13012026-08-17T20:20:18.636Z Compiling errno v0.3.14
13022026-08-17T20:20:18.648Z Compiling thread-id v4.2.2
13032026-08-17T20:20:18.659Z Compiling anstyle-query v1.1.5
13042026-08-17T20:20:18.672Z Compiling thiserror v2.0.18
13052026-08-17T20:20:18.696Z Compiling colorchoice v1.0.4
13062026-08-17T20:20:18.729Z Compiling autocfg v1.5.0
13072026-08-17T20:20:18.730Z Compiling pretty-hex v0.4.1
13082026-08-17T20:20:18.789Z Compiling anstream v1.0.0
13092026-08-17T20:20:18.792Z Compiling clap_lex v1.0.0
13102026-08-17T20:20:18.804Z Compiling once_cell v1.21.3
13112026-08-17T20:20:18.838Z Compiling fastrand v2.3.0
13122026-08-17T20:20:18.847Z Compiling strsim v0.11.1
13132026-08-17T20:20:18.873Z Compiling fnv v1.0.7
13142026-08-17T20:20:19.069Z Compiling indexmap v2.14.0
13152026-08-17T20:20:19.106Z Compiling unicode-width v0.1.14
13162026-08-17T20:20:19.133Z Compiling bytecount v0.6.9
13172026-08-17T20:20:19.133Z Compiling heck v0.4.1
13182026-08-17T20:20:19.179Z Compiling anyhow v1.0.102
13192026-08-17T20:20:19.218Z Compiling heck v0.5.0
13202026-08-17T20:20:19.258Z Compiling fs-err v3.3.0
13212026-08-17T20:20:19.288Z Compiling syn v2.0.117
13222026-08-17T20:20:19.330Z Compiling memmap v0.7.0
13232026-08-17T20:20:19.330Z Compiling smawk v0.3.2
13242026-08-17T20:20:19.374Z Compiling pest_meta v2.8.6
13252026-08-17T20:20:19.410Z Compiling papergrid v0.11.0
13262026-08-17T20:20:19.423Z Compiling unicode-linebreak v0.1.5
13272026-08-17T20:20:19.492Z Compiling unicode-width v0.2.0
13282026-08-17T20:20:19.526Z Compiling swrite v0.1.0
13292026-08-17T20:20:19.683Z Compiling terminal_size v0.4.3
13302026-08-17T20:20:19.684Z Compiling tempfile v3.25.0
13312026-08-17T20:20:19.776Z Compiling clap_builder v4.6.0
13322026-08-17T20:20:19.781Z Compiling textwrap v0.16.2
13332026-08-17T20:20:20.089Z Compiling cargo-platform v0.3.2
13342026-08-17T20:20:20.107Z Compiling semver v1.0.28
13352026-08-17T20:20:20.366Z Compiling camino-tempfile v1.4.1
13362026-08-17T20:20:20.657Z Compiling tabled_derive v0.7.0
13372026-08-17T20:20:21.342Z Compiling tabled v0.15.0
13382026-08-17T20:20:21.371Z Compiling pest_generator v2.8.6
13392026-08-17T20:20:21.853Z Compiling serde_derive v1.0.228
13402026-08-17T20:20:21.853Z Compiling thiserror-impl v1.0.69
13412026-08-17T20:20:21.856Z Compiling zerocopy-derive v0.7.35
13422026-08-17T20:20:21.856Z Compiling scroll_derive v0.12.1
13432026-08-17T20:20:21.856Z Compiling thiserror-impl v2.0.18
13442026-08-17T20:20:21.856Z Compiling clap_derive v4.6.1
13452026-08-17T20:20:21.904Z Compiling pest_derive v2.8.6
13462026-08-17T20:20:22.429Z Compiling scroll v0.12.0
13472026-08-17T20:20:22.546Z Compiling zerocopy v0.7.35
13482026-08-17T20:20:22.625Z Compiling goblin v0.8.2
13492026-08-17T20:20:22.855Z Compiling dtrace-parser v0.2.0
13502026-08-17T20:20:23.131Z Compiling clap v4.6.1
13512026-08-17T20:20:24.163Z Compiling serde_spanned v0.6.9
13522026-08-17T20:20:24.163Z Compiling toml_datetime v0.6.11
13532026-08-17T20:20:24.163Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13542026-08-17T20:20:24.167Z Compiling cargo_metadata v0.23.1
13552026-08-17T20:20:24.167Z Compiling macaddr v1.0.1
13562026-08-17T20:20:24.183Z Compiling dof v0.3.0
13572026-08-17T20:20:24.186Z Compiling serde_tokenstream v0.2.3
13582026-08-17T20:20:24.352Z Compiling toml_edit v0.22.27
13592026-08-17T20:20:24.855Z Compiling usdt-macro v0.5.0
13602026-08-17T20:20:24.859Z Compiling usdt-attr-macro v0.5.0
13612026-08-17T20:20:25.455Z Compiling usdt v0.5.0
13622026-08-17T20:20:25.613Z Compiling toml v0.8.23
13632026-08-17T20:20:25.944Z Compiling cargo_toml v0.21.0
13642026-08-17T20:20:27.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13652026-08-17T20:20:29.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.24s
13662026-08-17T20:20:29.317Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13672026-08-17T20:20:30.082Z Compiling libc v0.2.185
13682026-08-17T20:20:30.082Z Compiling serde_core v1.0.228
13692026-08-17T20:20:30.082Z Compiling serde v1.0.228
13702026-08-17T20:20:30.086Z Compiling log v0.4.29
13712026-08-17T20:20:30.086Z Compiling smallvec v1.15.1
13722026-08-17T20:20:30.086Z Compiling find-msvc-tools v0.1.9
13732026-08-17T20:20:30.086Z Compiling shlex v1.3.0
13742026-08-17T20:20:30.086Z Compiling subtle v2.6.1
13752026-08-17T20:20:30.282Z Compiling scopeguard v1.2.0
13762026-08-17T20:20:30.282Z Compiling typenum v1.20.1
13772026-08-17T20:20:30.287Z Compiling stable_deref_trait v1.2.1
13782026-08-17T20:20:30.287Z Compiling zerocopy v0.8.40
13792026-08-17T20:20:30.287Z Compiling portable-atomic v1.13.1
13802026-08-17T20:20:30.357Z Compiling serde_json v1.0.151
13812026-08-17T20:20:30.360Z Compiling syn v2.0.117
13822026-08-17T20:20:30.370Z Compiling critical-section v1.2.0
13832026-08-17T20:20:30.400Z Compiling lock_api v0.4.14
13842026-08-17T20:20:30.428Z Compiling libm v0.2.16
13852026-08-17T20:20:30.444Z Compiling num-traits v0.2.19
13862026-08-17T20:20:30.472Z Compiling pkg-config v0.3.32
13872026-08-17T20:20:30.487Z Compiling generic-array v0.14.7
13882026-08-17T20:20:30.505Z Compiling pin-project-lite v0.2.17
13892026-08-17T20:20:30.508Z Compiling getrandom v0.4.1
13902026-08-17T20:20:30.531Z Compiling const-oid v0.9.6
13912026-08-17T20:20:30.645Z Compiling parking_lot_core v0.9.12
13922026-08-17T20:20:30.648Z Compiling rand_core v0.10.0
13932026-08-17T20:20:30.698Z Compiling percent-encoding v2.3.2
13942026-08-17T20:20:30.713Z Compiling litemap v0.8.1
13952026-08-17T20:20:30.793Z Compiling writeable v0.6.2
13962026-08-17T20:20:30.826Z Compiling futures-core v0.3.32
13972026-08-17T20:20:30.878Z Compiling icu_normalizer_data v2.1.1
13982026-08-17T20:20:30.881Z Compiling icu_properties_data v2.1.2
13992026-08-17T20:20:30.926Z Compiling getrandom v0.3.4
14002026-08-17T20:20:30.956Z Compiling futures-sink v0.3.32
14012026-08-17T20:20:30.981Z Compiling slab v0.4.12
14022026-08-17T20:20:30.997Z Compiling utf8_iter v1.0.4
14032026-08-17T20:20:31.014Z Compiling rustix v1.1.3
14042026-08-17T20:20:31.017Z Compiling futures-task v0.3.32
14052026-08-17T20:20:31.044Z Compiling futures-io v0.3.32
14062026-08-17T20:20:31.096Z Compiling futures-channel v0.3.32
14072026-08-17T20:20:31.160Z Compiling form_urlencoded v1.2.2
14082026-08-17T20:20:31.160Z Compiling rustversion v1.0.22
14092026-08-17T20:20:31.189Z Compiling jobserver v0.1.34
14102026-08-17T20:20:31.212Z Compiling errno v0.3.14
14112026-08-17T20:20:31.217Z Compiling getrandom v0.2.17
14122026-08-17T20:20:31.294Z Compiling mio v1.2.0
14132026-08-17T20:20:31.310Z Compiling socket2 v0.6.3
14142026-08-17T20:20:31.344Z Compiling once_cell v1.21.3
14152026-08-17T20:20:31.357Z Compiling signal-hook-registry v1.4.8
14162026-08-17T20:20:31.382Z Compiling iana-time-zone v0.1.65
14172026-08-17T20:20:31.396Z Compiling rand_core v0.6.4
14182026-08-17T20:20:31.429Z Compiling cc v1.2.56
14192026-08-17T20:20:31.481Z Compiling parking_lot v0.12.5
14202026-08-17T20:20:31.562Z Compiling base64ct v1.8.3
14212026-08-17T20:20:31.582Z Compiling regex-syntax v0.8.10
14222026-08-17T20:20:31.597Z Compiling flagset v0.4.7
14232026-08-17T20:20:31.650Z Compiling dunce v1.0.5
14242026-08-17T20:20:31.694Z Compiling fs_extra v1.3.0
14252026-08-17T20:20:31.714Z Compiling ident_case v1.0.1
14262026-08-17T20:20:31.739Z Compiling base64 v0.22.1
14272026-08-17T20:20:31.754Z Compiling syn v1.0.109
14282026-08-17T20:20:31.768Z Compiling vcpkg v0.2.15
14292026-08-17T20:20:31.783Z Compiling tracing-core v0.1.36
14302026-08-17T20:20:31.853Z Compiling pem-rfc7468 v0.7.0
14312026-08-17T20:20:31.870Z Compiling rand_core v0.9.5
14322026-08-17T20:20:31.870Z Compiling aws-lc-rs v1.16.3
14332026-08-17T20:20:31.898Z Compiling cpufeatures v0.2.17
14342026-08-17T20:20:31.975Z Compiling dyn-clone v1.0.20
14352026-08-17T20:20:31.990Z Compiling schemars v0.8.22
14362026-08-17T20:20:32.005Z Compiling spin v0.9.8
14372026-08-17T20:20:32.080Z Compiling httparse v1.10.1
14382026-08-17T20:20:32.126Z Compiling crc32fast v1.5.0
14392026-08-17T20:20:32.165Z Compiling cmake v0.1.57
14402026-08-17T20:20:32.179Z Compiling tinyvec_macros v0.1.1
14412026-08-17T20:20:32.195Z Compiling openssl-probe v0.2.1
14422026-08-17T20:20:32.214Z Compiling cmov v0.5.4
14432026-08-17T20:20:32.242Z Compiling tinyvec v1.10.0
14442026-08-17T20:20:32.259Z Compiling aho-corasick v1.1.4
14452026-08-17T20:20:32.262Z Compiling try-lock v0.2.5
14462026-08-17T20:20:32.284Z Compiling untrusted v0.7.1
14472026-08-17T20:20:32.332Z Compiling radium v0.7.0
14482026-08-17T20:20:32.393Z Compiling bitflags v2.11.0
14492026-08-17T20:20:32.423Z Compiling semver v1.0.28
14502026-08-17T20:20:32.436Z Compiling indexmap v2.14.0
14512026-08-17T20:20:32.449Z Compiling uuid v1.23.4
14522026-08-17T20:20:32.519Z Compiling ctutils v0.4.2
14532026-08-17T20:20:32.576Z Compiling tower-service v0.3.3
14542026-08-17T20:20:32.580Z Compiling tower-layer v0.3.3
14552026-08-17T20:20:32.608Z Compiling atomic-waker v1.1.2
14562026-08-17T20:20:32.637Z Compiling rustc_version v0.4.1
14572026-08-17T20:20:32.743Z Compiling want v0.3.1
14582026-08-17T20:20:32.760Z Compiling simd-adler32 v0.3.8
14592026-08-17T20:20:32.774Z Compiling maybe-uninit v2.0.0
14602026-08-17T20:20:32.779Z Compiling httpdate v1.0.3
14612026-08-17T20:20:32.852Z Compiling tap v1.0.1
14622026-08-17T20:20:32.928Z Compiling openssl v0.10.80
14632026-08-17T20:20:32.972Z Compiling untrusted v0.9.0
14642026-08-17T20:20:32.972Z Compiling foreign-types-shared v0.1.1
14652026-08-17T20:20:33.003Z Compiling aws-lc-sys v0.40.0
14662026-08-17T20:20:33.003Z Compiling openssl-sys v0.9.117
14672026-08-17T20:20:33.032Z Compiling rustls v0.23.41
14682026-08-17T20:20:33.035Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-08-17T20:20:33.070Z Compiling regex-automata v0.4.14
14702026-08-17T20:20:33.098Z Compiling foreign-types v0.3.2
14712026-08-17T20:20:33.122Z Compiling synstructure v0.13.2
14722026-08-17T20:20:33.135Z Compiling serde_derive_internals v0.29.1
14732026-08-17T20:20:33.152Z Compiling pest_generator v2.8.6
14742026-08-17T20:20:33.182Z Compiling darling_core v0.20.11
14752026-08-17T20:20:33.196Z Compiling bzip2-sys v0.1.13+1.0.8
14762026-08-17T20:20:33.228Z Compiling wyz v0.5.1
14772026-08-17T20:20:33.438Z Compiling tempfile v3.25.0
14782026-08-17T20:20:33.466Z Compiling terminal_size v0.4.3
14792026-08-17T20:20:33.546Z Compiling unicode-normalization v0.1.25
14802026-08-17T20:20:33.621Z Compiling num-integer v0.1.46
14812026-08-17T20:20:33.703Z Compiling wait-timeout v0.2.1
14822026-08-17T20:20:33.725Z Compiling ahash v0.8.12
14832026-08-17T20:20:33.737Z Compiling funty v2.0.0
14842026-08-17T20:20:33.840Z Compiling bit-vec v0.8.0
14852026-08-17T20:20:33.853Z Compiling adler2 v2.0.1
14862026-08-17T20:20:33.904Z Compiling time-core v0.1.8
14872026-08-17T20:20:33.950Z Compiling packed_struct v0.10.1
14882026-08-17T20:20:33.966Z Compiling num-conv v0.2.0
14892026-08-17T20:20:33.969Z Compiling quick-error v1.2.3
14902026-08-17T20:20:33.997Z Compiling powerfmt v0.2.0
14912026-08-17T20:20:34.012Z Compiling native-tls v0.2.18
14922026-08-17T20:20:34.032Z Compiling num-bigint-dig v0.8.6
14932026-08-17T20:20:34.048Z Compiling bit-set v0.8.0
14942026-08-17T20:20:34.063Z Compiling bitvec v1.0.1
14952026-08-17T20:20:34.094Z Compiling rusty-fork v0.3.1
14962026-08-17T20:20:34.109Z Compiling clap_builder v4.6.0
14972026-08-17T20:20:34.122Z Compiling time-macros v0.2.27
14982026-08-17T20:20:34.213Z Compiling deranged v0.5.8
14992026-08-17T20:20:34.228Z Compiling miniz_oxide v0.8.9
15002026-08-17T20:20:34.289Z Compiling num-iter v0.1.45
15012026-08-17T20:20:34.365Z Compiling lazy_static v1.5.0
15022026-08-17T20:20:34.427Z Compiling rand_xorshift v0.4.0
15032026-08-17T20:20:34.440Z Compiling anstyle-parse v0.2.7
15042026-08-17T20:20:34.443Z Compiling sync_wrapper v1.0.2
15052026-08-17T20:20:34.474Z Compiling indexmap v1.9.3
15062026-08-17T20:20:34.572Z Compiling crc-catalog v2.4.0
15072026-08-17T20:20:34.604Z Compiling paste v1.0.15
15082026-08-17T20:20:34.635Z Compiling usdt-impl v0.6.0
15092026-08-17T20:20:34.675Z Compiling siphasher v1.0.2
15102026-08-17T20:20:34.678Z Compiling nodrop v0.1.14
15112026-08-17T20:20:34.800Z Compiling num_threads v0.1.7
15122026-08-17T20:20:34.837Z Compiling serde_derive v1.0.228
15132026-08-17T20:20:34.849Z Compiling zeroize_derive v1.5.0
15142026-08-17T20:20:34.863Z Compiling zerofrom-derive v0.1.6
15152026-08-17T20:20:34.879Z Compiling zerocopy-derive v0.8.40
15162026-08-17T20:20:34.892Z Compiling yoke-derive v0.8.1
15172026-08-17T20:20:34.912Z Compiling zerovec-derive v0.11.2
15182026-08-17T20:20:35.202Z Compiling displaydoc v0.2.5
15192026-08-17T20:20:35.206Z Compiling tokio-macros v2.7.0
15202026-08-17T20:20:35.288Z Compiling futures-macro v0.3.32
15212026-08-17T20:20:35.493Z Compiling thiserror-impl v2.0.18
15222026-08-17T20:20:35.514Z Compiling der_derive v0.7.3
15232026-08-17T20:20:35.529Z Compiling zeroize v1.9.0
15242026-08-17T20:20:36.060Z Compiling tracing-attributes v0.1.31
15252026-08-17T20:20:36.073Z Compiling rustls-pki-types v1.14.0
15262026-08-17T20:20:36.098Z Compiling schemars_derive v0.8.22
15272026-08-17T20:20:36.144Z Compiling hybrid-array v0.4.13
15282026-08-17T20:20:36.188Z Compiling scroll_derive v0.13.1
15292026-08-17T20:20:36.203Z Compiling futures-util v0.3.32
15302026-08-17T20:20:36.363Z Compiling zerofrom v0.1.6
15312026-08-17T20:20:36.468Z Compiling block-buffer v0.10.4
15322026-08-17T20:20:36.501Z Compiling yoke v0.8.1
15332026-08-17T20:20:36.551Z Compiling crypto-common v0.1.7
15342026-08-17T20:20:36.629Z Compiling der v0.7.10
15352026-08-17T20:20:36.657Z Compiling pest_derive v2.8.6
15362026-08-17T20:20:36.702Z Compiling zerovec v0.11.5
15372026-08-17T20:20:36.716Z Compiling zerotrie v0.2.3
15382026-08-17T20:20:36.943Z Compiling digest v0.10.7
15392026-08-17T20:20:36.957Z Compiling thiserror v2.0.18
15402026-08-17T20:20:37.046Z Compiling darling_macro v0.20.11
15412026-08-17T20:20:37.061Z Compiling scroll v0.13.0
15422026-08-17T20:20:37.079Z Compiling thiserror-impl v1.0.69
15432026-08-17T20:20:37.143Z Compiling openssl-macros v0.1.1
15442026-08-17T20:20:37.189Z Compiling tinystr v0.8.2
15452026-08-17T20:20:37.221Z Compiling potential_utf v0.1.4
15462026-08-17T20:20:37.260Z Compiling sha2 v0.10.9
15472026-08-17T20:20:37.295Z Compiling signature v2.2.0
15482026-08-17T20:20:37.360Z Compiling icu_collections v2.1.1
15492026-08-17T20:20:37.404Z Compiling icu_locale_core v2.1.1
15502026-08-17T20:20:37.419Z Compiling goblin v0.10.5
15512026-08-17T20:20:37.422Z Compiling hmac v0.12.1
15522026-08-17T20:20:37.450Z Compiling tracing v0.1.44
15532026-08-17T20:20:37.498Z Compiling spki v0.7.3
15542026-08-17T20:20:37.578Z Compiling darling v0.20.11
15552026-08-17T20:20:37.606Z Compiling packed_struct_codegen v0.10.1
15562026-08-17T20:20:37.677Z Compiling pkcs8 v0.10.2
15572026-08-17T20:20:37.725Z Compiling clap_derive v4.6.1
15582026-08-17T20:20:37.739Z Compiling zerocopy-derive v0.6.6
15592026-08-17T20:20:37.866Z Compiling bitfield-macros v0.19.4
15602026-08-17T20:20:37.887Z Compiling zlib-rs v0.6.2
15612026-08-17T20:20:37.957Z Compiling crossbeam-utils v0.8.21
15622026-08-17T20:20:38.272Z Compiling icu_provider v2.1.1
15632026-08-17T20:20:38.330Z Compiling unarray v0.1.4
15642026-08-17T20:20:38.393Z Compiling thiserror v1.0.69
15652026-08-17T20:20:38.458Z Compiling bytes v1.11.1
15662026-08-17T20:20:38.515Z Compiling icu_normalizer v2.1.1
15672026-08-17T20:20:38.530Z Compiling icu_properties v2.1.2
15682026-08-17T20:20:38.582Z Compiling chrono v0.4.45
15692026-08-17T20:20:38.603Z Compiling ipnet v2.11.0
15702026-08-17T20:20:38.629Z Compiling hex v0.4.3
15712026-08-17T20:20:38.644Z Compiling serde_spanned v0.6.9
15722026-08-17T20:20:38.647Z Compiling toml_datetime v0.6.11
15732026-08-17T20:20:38.810Z Compiling bitfield v0.19.4
15742026-08-17T20:20:38.915Z Compiling zerocopy v0.6.6
15752026-08-17T20:20:38.932Z Compiling tokio v1.52.1
15762026-08-17T20:20:39.066Z Compiling http v1.4.2
15772026-08-17T20:20:39.099Z Compiling pkcs1 v0.7.5
15782026-08-17T20:20:39.116Z Compiling derive_builder_core v0.20.2
15792026-08-17T20:20:39.130Z Compiling dtrace-parser v0.3.0
15802026-08-17T20:20:39.251Z Compiling ppv-lite86 v0.2.21
15812026-08-17T20:20:39.444Z Compiling idna_adapter v1.2.1
15822026-08-17T20:20:39.529Z Compiling rand_chacha v0.9.0
15832026-08-17T20:20:39.582Z Compiling idna v1.1.0
15842026-08-17T20:20:39.602Z Compiling rand_chacha v0.3.1
15852026-08-17T20:20:39.644Z Compiling clap v4.6.1
15862026-08-17T20:20:39.736Z Compiling rand v0.9.2
15872026-08-17T20:20:39.753Z Compiling http-body v1.0.1
15882026-08-17T20:20:39.878Z Compiling url v2.5.8
15892026-08-17T20:20:39.929Z Compiling rand v0.8.6
15902026-08-17T20:20:39.946Z Compiling http-body-util v0.1.3
15912026-08-17T20:20:40.031Z Compiling time v0.3.47
15922026-08-17T20:20:40.151Z Compiling dof v0.4.0
15932026-08-17T20:20:40.227Z Compiling scroll_derive v0.12.1
15942026-08-17T20:20:40.242Z Compiling structmeta-derive v0.3.0
15952026-08-17T20:20:40.255Z Compiling array-init v0.0.4
15962026-08-17T20:20:40.297Z Compiling proptest v1.11.0
15972026-08-17T20:20:40.526Z Compiling crc v3.4.0
15982026-08-17T20:20:40.601Z Compiling anstream v0.6.21
15992026-08-17T20:20:40.683Z Compiling smallvec v0.6.14
16002026-08-17T20:20:40.738Z Compiling flate2 v1.1.9
16012026-08-17T20:20:40.753Z Compiling darling_core v0.23.0
16022026-08-17T20:20:40.970Z Compiling heapless v0.7.17
16032026-08-17T20:20:41.004Z Compiling slog v2.8.2
16042026-08-17T20:20:41.008Z Compiling thread-id v5.1.0
16052026-08-17T20:20:41.096Z Compiling env_filter v1.0.0
16062026-08-17T20:20:41.116Z Compiling cookie v0.18.1
16072026-08-17T20:20:41.210Z Compiling ipnetwork v0.21.1
16082026-08-17T20:20:41.228Z Compiling hashbrown v0.12.3
16092026-08-17T20:20:41.257Z Compiling base64 v0.21.7
16102026-08-17T20:20:41.318Z Compiling allocator-api2 v0.2.21
16112026-08-17T20:20:41.338Z Compiling anyhow v1.0.102
16122026-08-17T20:20:41.353Z Compiling ryu v1.0.23
16132026-08-17T20:20:41.396Z Compiling iri-string v0.7.10
16142026-08-17T20:20:41.411Z Compiling unicode-bidi v0.3.18
16152026-08-17T20:20:41.549Z Compiling zstd-safe v7.2.4
16162026-08-17T20:20:41.596Z Compiling winnow v0.5.40
16172026-08-17T20:20:41.630Z Compiling unicode-properties v0.1.4
16182026-08-17T20:20:41.665Z Compiling signal-hook v0.3.18
16192026-08-17T20:20:41.726Z Compiling rsa v0.9.10
16202026-08-17T20:20:41.742Z Compiling ron v0.8.1
16212026-08-17T20:20:41.756Z Compiling serde_urlencoded v0.7.1
16222026-08-17T20:20:41.793Z Compiling oxnet v0.1.6
16232026-08-17T20:20:41.861Z Compiling stringprep v0.1.5
16242026-08-17T20:20:41.911Z Compiling structmeta v0.3.0
16252026-08-17T20:20:42.023Z Compiling env_logger v0.11.9
16262026-08-17T20:20:42.070Z Compiling scroll v0.12.0
16272026-08-17T20:20:42.097Z Compiling serde-hex v0.1.0
16282026-08-17T20:20:42.140Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16292026-08-17T20:20:42.247Z Compiling camino v1.2.2
16302026-08-17T20:20:42.340Z Compiling bzip2 v0.4.4
16312026-08-17T20:20:42.358Z Compiling derive_builder_macro v0.20.2
16322026-08-17T20:20:42.389Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-17T20:20:42.575Z Compiling hashbrown v0.13.2
16342026-08-17T20:20:42.655Z Compiling tokio-util v0.7.18
16352026-08-17T20:20:42.669Z Compiling tower v0.5.3
16362026-08-17T20:20:42.710Z Compiling tokio-native-tls v0.3.1
16372026-08-17T20:20:42.863Z Compiling newtype-uuid v1.3.2
16382026-08-17T20:20:42.909Z Compiling erased-serde v0.3.31
16392026-08-17T20:20:42.940Z Compiling toml_edit v0.19.15
16402026-08-17T20:20:43.086Z Compiling tower-http v0.6.8
16412026-08-17T20:20:43.100Z Compiling serde_tokenstream v0.2.3
16422026-08-17T20:20:43.172Z Compiling x509-cert v0.2.5
16432026-08-17T20:20:43.224Z Compiling md-5 v0.10.6
16442026-08-17T20:20:43.372Z Compiling h2 v0.4.15
16452026-08-17T20:20:43.400Z Compiling darling_macro v0.23.0
16462026-08-17T20:20:43.414Z Compiling crypto-common v0.2.2
16472026-08-17T20:20:43.429Z Compiling block-padding v0.4.2
16482026-08-17T20:20:43.432Z Compiling block-buffer v0.12.1
16492026-08-17T20:20:43.520Z Compiling rustls-native-certs v0.8.3
16502026-08-17T20:20:43.608Z Compiling bstr v1.12.1
16512026-08-17T20:20:43.659Z Compiling async-trait v0.1.89
16522026-08-17T20:20:43.743Z Compiling daft-derive v0.1.7
16532026-08-17T20:20:43.826Z Compiling pin-project-internal v1.1.11
16542026-08-17T20:20:43.875Z Compiling zerocopy-derive v0.7.35
16552026-08-17T20:20:43.924Z Compiling curve25519-dalek v4.1.3
16562026-08-17T20:20:44.268Z Compiling vergen-lib v9.1.0
16572026-08-17T20:20:44.272Z Compiling hash32 v0.2.1
16582026-08-17T20:20:44.471Z Compiling encoding_rs v0.8.35
16592026-08-17T20:20:44.495Z Compiling memoffset v0.9.1
16602026-08-17T20:20:44.509Z Compiling crc-any v2.5.0
16612026-08-17T20:20:44.666Z Compiling mime v0.3.17
16622026-08-17T20:20:44.703Z Compiling cfg_aliases v0.2.1
16632026-08-17T20:20:44.718Z Compiling fallible-iterator v0.2.0
16642026-08-17T20:20:44.769Z Compiling ref-cast v1.0.25
16652026-08-17T20:20:44.791Z Compiling psl-types v2.0.11
16662026-08-17T20:20:44.805Z Compiling smoltcp v0.9.1
16672026-08-17T20:20:44.821Z Compiling litrs v1.0.0
16682026-08-17T20:20:44.825Z Compiling rustix v0.38.44
16692026-08-17T20:20:44.932Z Compiling publicsuffix v2.3.0
16702026-08-17T20:20:44.948Z Compiling zerocopy v0.7.35
16712026-08-17T20:20:44.961Z Compiling pin-project v1.1.11
16722026-08-17T20:20:45.054Z Compiling postgres-protocol v0.6.10
16732026-08-17T20:20:45.072Z Compiling nix v0.31.2
16742026-08-17T20:20:45.148Z Compiling daft v0.1.7
16752026-08-17T20:20:45.208Z Compiling toml v0.7.8
16762026-08-17T20:20:45.320Z Compiling darling v0.23.0
16772026-08-17T20:20:45.336Z Compiling inout v0.2.2
16782026-08-17T20:20:45.356Z Compiling document-features v0.2.12
16792026-08-17T20:20:45.454Z Compiling object v0.30.4
16802026-08-17T20:20:45.468Z Compiling derive_builder v0.20.2
16812026-08-17T20:20:45.522Z Compiling zip v0.6.6
16822026-08-17T20:20:45.536Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16832026-08-17T20:20:45.604Z Compiling goblin v0.8.2
16842026-08-17T20:20:45.607Z Compiling derive-ex v0.1.8
16852026-08-17T20:20:45.683Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16862026-08-17T20:20:46.022Z Compiling futures-executor v0.3.32
16872026-08-17T20:20:46.025Z Compiling hubpack_derive v0.1.1
16882026-08-17T20:20:46.061Z Compiling regex v1.12.3
16892026-08-17T20:20:46.170Z Compiling ref-cast-impl v1.0.25
16902026-08-17T20:20:46.185Z Compiling snafu-derive v0.8.9
16912026-08-17T20:20:46.210Z Compiling curve25519-dalek-derive v0.1.1
16922026-08-17T20:20:46.226Z Compiling strum_macros v0.27.2
16932026-08-17T20:20:46.241Z Compiling phf_shared v0.13.1
16942026-08-17T20:20:46.308Z Compiling cargo-platform v0.3.2
16952026-08-17T20:20:46.503Z Compiling vergen v9.1.0
16962026-08-17T20:20:46.531Z Compiling ff v0.13.1
16972026-08-17T20:20:46.545Z Compiling hyper v1.10.1
16982026-08-17T20:20:46.597Z Compiling fs-err v3.3.0
16992026-08-17T20:20:46.688Z Compiling unicode-segmentation v1.12.0
17002026-08-17T20:20:46.706Z Compiling same-file v1.0.6
17012026-08-17T20:20:46.744Z Compiling bumpalo v3.20.2
17022026-08-17T20:20:46.815Z Compiling managed v0.8.0
17032026-08-17T20:20:46.899Z Compiling either v1.15.0
17042026-08-17T20:20:46.902Z Compiling object v0.37.3
17052026-08-17T20:20:47.028Z Compiling foldhash v0.1.5
17062026-08-17T20:20:47.049Z Compiling path-slash v0.1.5
17072026-08-17T20:20:47.085Z Compiling libbz2-rs-sys v0.2.2
17082026-08-17T20:20:47.100Z Compiling jiff-core v0.1.0
17092026-08-17T20:20:47.126Z Compiling foldhash v0.2.0
17102026-08-17T20:20:47.195Z Compiling bitflags v1.3.2
17112026-08-17T20:20:47.210Z Compiling base16ct v0.2.0
17122026-08-17T20:20:47.295Z Compiling hashbrown v0.16.1
17132026-08-17T20:20:47.349Z Compiling test-strategy v0.4.5
17142026-08-17T20:20:47.377Z Compiling sec1 v0.7.3
17152026-08-17T20:20:47.407Z Compiling hashbrown v0.15.5
17162026-08-17T20:20:47.583Z Compiling bzip2 v0.6.1
17172026-08-17T20:20:47.676Z Compiling hyper-util v0.1.20
17182026-08-17T20:20:47.782Z Compiling zopfli v0.8.3
17192026-08-17T20:20:47.911Z Compiling jiff v0.2.34
17202026-08-17T20:20:47.984Z Compiling dof v0.3.0
17212026-08-17T20:20:48.129Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17222026-08-17T20:20:48.191Z Compiling walkdir v2.5.0
17232026-08-17T20:20:48.207Z Compiling snafu v0.8.9
17242026-08-17T20:20:48.259Z Compiling strum v0.27.2
17252026-08-17T20:20:48.430Z Compiling group v0.13.0
17262026-08-17T20:20:48.433Z Compiling hubpack v0.1.2
17272026-08-17T20:20:48.463Z Compiling cargo_metadata v0.23.1
17282026-08-17T20:20:48.477Z Compiling phf v0.13.1
17292026-08-17T20:20:48.521Z Compiling futures v0.3.32
17302026-08-17T20:20:48.616Z Compiling signal-hook-mio v0.2.5
17312026-08-17T20:20:48.632Z Compiling cookie_store v0.22.1
17322026-08-17T20:20:48.656Z Compiling zstd v0.13.3
17332026-08-17T20:20:48.678Z Compiling cipher v0.5.2
17342026-08-17T20:20:48.750Z Compiling postgres-types v0.2.12
17352026-08-17T20:20:48.771Z Compiling serde_with_macros v3.21.0
17362026-08-17T20:20:48.960Z Compiling globset v0.4.18
17372026-08-17T20:20:48.997Z Compiling usdt-macro v0.6.0
17382026-08-17T20:20:49.043Z Compiling usdt-attr-macro v0.6.0
17392026-08-17T20:20:49.221Z Compiling hyper-tls v0.6.0
17402026-08-17T20:20:49.308Z Compiling byte-wrapper v0.1.0
17412026-08-17T20:20:49.335Z Compiling dtrace-parser v0.2.0
17422026-08-17T20:20:49.476Z Compiling reqwest v0.12.28
17432026-08-17T20:20:49.479Z Compiling olpc-cjson v0.1.4
17442026-08-17T20:20:49.575Z Compiling serde-big-array v0.5.1
17452026-08-17T20:20:49.645Z Compiling serde_plain v1.0.2
17462026-08-17T20:20:49.660Z Compiling ed25519 v2.2.3
17472026-08-17T20:20:49.674Z Compiling hkdf v0.12.4
17482026-08-17T20:20:49.736Z Compiling crypto-bigint v0.5.5
17492026-08-17T20:20:49.816Z Compiling async-recursion v1.1.1
17502026-08-17T20:20:49.849Z Compiling enum-as-inner v0.6.1
17512026-08-17T20:20:49.867Z Compiling strum_macros v0.26.4
17522026-08-17T20:20:49.870Z Compiling serde_repr v0.1.20
17532026-08-17T20:20:49.914Z Compiling phf_shared v0.11.3
17542026-08-17T20:20:49.949Z Compiling float-cmp v0.10.0
17552026-08-17T20:20:49.987Z Compiling pem v3.0.6
17562026-08-17T20:20:50.094Z Compiling memmap2 v0.9.10
17572026-08-17T20:20:50.113Z Compiling thread-id v4.2.2
17582026-08-17T20:20:50.127Z Compiling keccak v0.1.6
17592026-08-17T20:20:50.211Z Compiling normalize-line-endings v0.3.0
17602026-08-17T20:20:50.328Z Compiling typed-path v0.9.3
17612026-08-17T20:20:50.350Z Compiling difflib v0.4.0
17622026-08-17T20:20:50.350Z Compiling predicates-core v1.0.10
17632026-08-17T20:20:50.394Z Compiling const-oid v0.10.2
17642026-08-17T20:20:50.448Z Compiling static_assertions v1.1.0
17652026-08-17T20:20:50.503Z Compiling cpufeatures v0.3.0
17662026-08-17T20:20:50.536Z Compiling whoami v2.1.0
17672026-08-17T20:20:50.551Z Compiling new_debug_unreachable v1.0.6
17682026-08-17T20:20:50.574Z Compiling data-encoding v2.10.0
17692026-08-17T20:20:50.594Z Compiling precomputed-hash v0.1.1
17702026-08-17T20:20:50.624Z Compiling winnow v1.0.3
17712026-08-17T20:20:50.639Z Compiling fixedbitset v0.4.2
17722026-08-17T20:20:50.693Z Compiling fixedbitset v0.5.7
17732026-08-17T20:20:50.780Z Compiling tokio-postgres v0.7.16
17742026-08-17T20:20:50.922Z Compiling petgraph v0.6.5
17752026-08-17T20:20:50.936Z Compiling hickory-proto v0.25.2
17762026-08-17T20:20:50.952Z Compiling petgraph v0.8.3
17772026-08-17T20:20:50.955Z Compiling elliptic-curve v0.13.8
17782026-08-17T20:20:51.072Z Compiling string_cache v0.8.9
17792026-08-17T20:20:51.334Z Compiling toml_edit v0.22.27
17802026-08-17T20:20:51.347Z Compiling predicates v3.1.4
17812026-08-17T20:20:51.407Z Compiling chacha20 v0.10.0
17822026-08-17T20:20:51.476Z Compiling digest v0.11.3
17832026-08-17T20:20:51.513Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17842026-08-17T20:20:51.635Z Compiling toml_parser v1.1.2+spec-1.1.0
17852026-08-17T20:20:51.674Z Compiling strum v0.26.3
17862026-08-17T20:20:51.723Z Compiling sha3 v0.10.8
17872026-08-17T20:20:51.779Z Compiling usdt v0.6.0
17882026-08-17T20:20:51.800Z Compiling usdt-impl v0.5.0
17892026-08-17T20:20:51.823Z Compiling zip v4.6.1
17902026-08-17T20:20:51.942Z Compiling serde_with v3.21.0
17912026-08-17T20:20:52.012Z Compiling ed25519-dalek v2.2.0
17922026-08-17T20:20:52.073Z Compiling crossterm v0.28.1
17932026-08-17T20:20:52.207Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17942026-08-17T20:20:52.465Z Compiling iddqd v0.4.2
17952026-08-17T20:20:52.798Z Compiling itertools v0.13.0
17962026-08-17T20:20:52.982Z Compiling itertools v0.15.0
17972026-08-17T20:20:53.011Z Compiling similar v2.7.0
17982026-08-17T20:20:53.154Z Compiling heck v0.4.1
17992026-08-17T20:20:53.331Z Compiling tokio-stream v0.1.18
18002026-08-17T20:20:53.391Z Compiling crossbeam-epoch v0.9.18
18012026-08-17T20:20:53.405Z Compiling buf-list v1.1.2
18022026-08-17T20:20:53.701Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18032026-08-17T20:20:53.737Z Compiling openapiv3 v2.2.0
18042026-08-17T20:20:53.791Z Compiling lalrpop-util v0.19.12
18052026-08-17T20:20:53.807Z Compiling peg-runtime v0.8.5
18062026-08-17T20:20:53.810Z Compiling thread_local v1.1.9
18072026-08-17T20:20:53.810Z Compiling slog-async v2.8.0
18082026-08-17T20:20:53.875Z Compiling crossbeam-channel v0.5.15
18092026-08-17T20:20:54.004Z Compiling is-terminal v0.4.17
18102026-08-17T20:20:54.020Z Compiling filetime v0.2.27
18112026-08-17T20:20:54.071Z Compiling take_mut v0.2.2
18122026-08-17T20:20:54.101Z Compiling term v1.2.1
18132026-08-17T20:20:54.105Z Compiling xattr v1.6.1
18142026-08-17T20:20:54.130Z Compiling camino-tempfile v1.4.1
18152026-08-17T20:20:54.313Z Compiling tar v0.4.46
18162026-08-17T20:20:54.391Z Compiling slog-term v2.9.2
18172026-08-17T20:21:11.727Z Compiling rustls-webpki v0.103.13
18182026-08-17T20:21:14.416Z Compiling tokio-rustls v0.26.4
18192026-08-17T20:21:14.416Z Compiling rustls-platform-verifier v0.6.2
18202026-08-17T20:21:14.420Z Compiling tough v0.22.0
18212026-08-17T20:21:14.616Z Compiling hyper-rustls v0.27.7
18222026-08-17T20:21:14.806Z Compiling reqwest v0.13.2
18232026-08-17T20:21:16.981Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18242026-08-17T20:21:17.218Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18252026-08-17T20:21:20.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.73s
18262026-08-17T20:21:20.222Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18272026-08-17T20:21:20.273ZAug 17 20:21:19.577 INFO Starting download, target: Console
18282026-08-17T20:21:20.273ZAug 17 20:21:19.578 INFO Starting download, target: Cockroach
18292026-08-17T20:21:20.273ZAug 17 20:21:19.578 INFO Starting download, target: DendriteStub
18302026-08-17T20:21:20.273ZAug 17 20:21:19.578 INFO Starting download, target: Clickhouse
18312026-08-17T20:21:20.277ZAug 17 20:21:19.578 INFO Starting download, target: MaghemiteMgd
18322026-08-17T20:21:20.277ZAug 17 20:21:19.578 INFO Starting download, target: MaghemiteDdmd
18332026-08-17T20:21:20.277ZAug 17 20:21:19.578 INFO Starting download, target: TransceiverControl
18342026-08-17T20:21:20.277ZAug 17 20:21:19.578 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18352026-08-17T20:21:20.277ZAug 17 20:21:19.578 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18362026-08-17T20:21:20.277ZAug 17 20:21:19.578 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18372026-08-17T20:21:20.277ZAug 17 20:21:19.578 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18382026-08-17T20:21:20.277ZAug 17 20:21:19.578 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18392026-08-17T20:21:20.277ZAug 17 20:21:19.578 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18402026-08-17T20:21:20.277ZAug 17 20:21:19.579 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18412026-08-17T20:21:22.078ZAug 17 20:21:21.382 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18422026-08-17T20:21:22.327ZAug 17 20:21:21.631 INFO Download complete, target: Console
18432026-08-17T20:21:22.982ZAug 17 20:21:22.284 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18442026-08-17T20:21:23.004ZAug 17 20:21:22.307 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18452026-08-17T20:21:23.206ZAug 17 20:21:22.507 INFO Download complete, target: TransceiverControl
18462026-08-17T20:21:24.803ZAug 17 20:21:24.107 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18472026-08-17T20:21:24.810ZAug 17 20:21:24.108 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18482026-08-17T20:21:24.915ZAug 17 20:21:24.216 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18492026-08-17T20:21:25.481ZAug 17 20:21:24.785 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18502026-08-17T20:21:25.481ZAug 17 20:21:24.785 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18512026-08-17T20:21:26.800ZAug 17 20:21:26.101 INFO Download complete, target: MaghemiteDdmd
18522026-08-17T20:21:27.448ZAug 17 20:21:26.752 INFO Download complete, target: DendriteStub
18532026-08-17T20:21:27.560ZAug 17 20:21:26.865 INFO Download complete, target: MaghemiteMgd
18542026-08-17T20:21:29.900ZAug 17 20:21:29.195 INFO Checking that binary works, target: Clickhouse
18552026-08-17T20:21:29.987ZAug 17 20:21:29.280 INFO Download complete, target: Clickhouse
18562026-08-17T20:21:30.168ZAug 17 20:21:29.470 INFO Checking that binary works, target: Cockroach
18572026-08-17T20:21:30.296ZAug 17 20:21:29.601 INFO Download complete, target: Cockroach
18582026-08-17T20:21:30.302ZAll prerequisites installed successfully
18592026-08-17T20:21:30.306Z
18602026-08-17T20:21:30.306Zreal 1:29.125053280
18612026-08-17T20:21:30.306Zuser 7:04.831099015
18622026-08-17T20:21:30.306Zsys 1:41.473829351
18632026-08-17T20:21:30.306Ztrap 0.248821920
18642026-08-17T20:21:30.306Ztflt 0.957685742
18652026-08-17T20:21:30.306Zdflt 1.952008908
18662026-08-17T20:21:30.306Zkflt 0.029747125
18672026-08-17T20:21:30.306Zlock 27:15.158513252
18682026-08-17T20:21:30.306Zslp 19:11.342218026
18692026-08-17T20:21:30.306Zlat 24.243464688
18702026-08-17T20:21:30.306Zstop 2:48.722208974
18712026-08-17T20:21:30.306Z+ source ./tools/include/force-git-over-https.sh
18722026-08-17T20:21:30.306Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18732026-08-17T20:21:30.306Z++ (( i = 0 ))
18742026-08-17T20:21:30.306Z++ (( i < 5 ))
18752026-08-17T20:21:30.306Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18762026-08-17T20:21:30.309Z++ (( i++ ))
18772026-08-17T20:21:30.309Z++ (( i < 5 ))
18782026-08-17T20:21:30.309Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18792026-08-17T20:21:30.312Z++ (( i++ ))
18802026-08-17T20:21:30.312Z++ (( i < 5 ))
18812026-08-17T20:21:30.312Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18822026-08-17T20:21:30.315Z++ (( i++ ))
18832026-08-17T20:21:30.315Z++ (( i < 5 ))
18842026-08-17T20:21:30.315Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18852026-08-17T20:21:30.315Z++ (( i++ ))
18862026-08-17T20:21:30.315Z++ (( i < 5 ))
18872026-08-17T20:21:30.315Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18882026-08-17T20:21:30.319Z++ (( i++ ))
18892026-08-17T20:21:30.319Z++ (( i < 5 ))
18902026-08-17T20:21:30.319Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18912026-08-17T20:21:30.319Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-17T20:21:30.319Z+ rc=0
18932026-08-17T20:21:30.319Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18942026-08-17T20:21:39.018Z+ case $rc in
18952026-08-17T20:21:39.018Z+ pfexec zfs create -p rpool/images/build/host
18962026-08-17T20:21:39.227Z+ pfexec zfs create -p rpool/images/build/recovery
18972026-08-17T20:21:39.293Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18982026-08-17T20:21:39.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18992026-08-17T20:21:39.747Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19002026-08-17T20:21:40.579Z Compiling proc-macro2 v1.0.106
19012026-08-17T20:21:40.583Z Compiling quote v1.0.45
19022026-08-17T20:21:40.583Z Compiling unicode-ident v1.0.24
19032026-08-17T20:21:40.583Z Compiling libc v0.2.185
19042026-08-17T20:21:40.583Z Compiling serde_core v1.0.228
19052026-08-17T20:21:40.583Z Compiling serde v1.0.228
19062026-08-17T20:21:40.583Z Compiling cfg-if v1.0.4
19072026-08-17T20:21:40.583Z Compiling find-msvc-tools v0.1.9
19082026-08-17T20:21:40.583Z Compiling shlex v1.3.0
19092026-08-17T20:21:40.760Z Compiling autocfg v1.5.0
19102026-08-17T20:21:40.763Z Compiling version_check v0.9.5
19112026-08-17T20:21:40.763Z Compiling zerocopy v0.8.40
19122026-08-17T20:21:40.763Z Compiling portable-atomic v1.13.1
19132026-08-17T20:21:40.763Z Compiling zmij v1.0.21
19142026-08-17T20:21:40.763Z Compiling memchr v2.8.0
19152026-08-17T20:21:40.813Z Compiling serde_json v1.0.151
19162026-08-17T20:21:40.939Z Compiling libm v0.2.16
19172026-08-17T20:21:41.001Z Compiling getrandom v0.4.1
19182026-08-17T20:21:41.154Z Compiling parking_lot_core v0.9.12
19192026-08-17T20:21:41.168Z Compiling pkg-config v0.3.32
19202026-08-17T20:21:41.184Z Compiling icu_properties_data v2.1.2
19212026-08-17T20:21:41.188Z Compiling generic-array v0.14.7
19222026-08-17T20:21:41.262Z Compiling icu_normalizer_data v2.1.1
19232026-08-17T20:21:41.307Z Compiling smallvec v1.15.1
19242026-08-17T20:21:41.340Z Compiling log v0.4.29
19252026-08-17T20:21:41.340Z Compiling itoa v1.0.17
19262026-08-17T20:21:41.344Z Compiling num-traits v0.2.19
19272026-08-17T20:21:41.436Z Compiling getrandom v0.3.4
19282026-08-17T20:21:41.453Z Compiling subtle v2.6.1
19292026-08-17T20:21:41.472Z Compiling rustix v1.1.3
19302026-08-17T20:21:41.601Z Compiling scopeguard v1.2.0
19312026-08-17T20:21:41.616Z Compiling stable_deref_trait v1.2.1
19322026-08-17T20:21:41.644Z Compiling typenum v1.20.1
19332026-08-17T20:21:41.734Z Compiling errno v0.3.14
19342026-08-17T20:21:41.752Z Compiling jobserver v0.1.34
19352026-08-17T20:21:41.766Z Compiling lock_api v0.4.14
19362026-08-17T20:21:41.770Z Compiling heck v0.5.0
19372026-08-17T20:21:41.829Z Compiling critical-section v1.2.0
19382026-08-17T20:21:41.910Z Compiling rand_core v0.10.0
19392026-08-17T20:21:41.939Z Compiling thiserror v2.0.18
19402026-08-17T20:21:41.985Z Compiling cc v1.2.56
19412026-08-17T20:21:42.001Z Compiling syn v2.0.117
19422026-08-17T20:21:42.127Z Compiling getrandom v0.2.17
19432026-08-17T20:21:42.167Z Compiling fs_extra v1.3.0
19442026-08-17T20:21:42.182Z Compiling dunce v1.0.5
19452026-08-17T20:21:42.281Z Compiling rand_core v0.6.4
19462026-08-17T20:21:42.300Z Compiling once_cell v1.21.3
19472026-08-17T20:21:42.304Z Compiling percent-encoding v2.3.2
19482026-08-17T20:21:42.333Z Compiling litemap v0.8.1
19492026-08-17T20:21:42.349Z Compiling writeable v0.6.2
19502026-08-17T20:21:42.440Z Compiling const-oid v0.9.6
19512026-08-17T20:21:42.591Z Compiling schemars v0.8.22
19522026-08-17T20:21:42.608Z Compiling pin-project-lite v0.2.17
19532026-08-17T20:21:42.705Z Compiling equivalent v1.0.2
19542026-08-17T20:21:42.720Z Compiling signal-hook-registry v1.4.8
19552026-08-17T20:21:42.753Z Compiling cmake v0.1.57
19562026-08-17T20:21:42.826Z Compiling rustversion v1.0.22
19572026-08-17T20:21:42.927Z Compiling aws-lc-rs v1.16.3
19582026-08-17T20:21:42.980Z Compiling bitflags v2.11.0
19592026-08-17T20:21:42.996Z Compiling semver v1.0.28
19602026-08-17T20:21:43.125Z Compiling futures-core v0.3.32
19612026-08-17T20:21:43.128Z Compiling parking_lot v0.12.5
19622026-08-17T20:21:43.248Z Compiling mio v1.2.0
19632026-08-17T20:21:43.301Z Compiling aws-lc-sys v0.40.0
19642026-08-17T20:21:43.320Z Compiling crc32fast v1.5.0
19652026-08-17T20:21:43.374Z Compiling utf8_iter v1.0.4
19662026-08-17T20:21:43.562Z Compiling form_urlencoded v1.2.2
19672026-08-17T20:21:43.670Z Compiling syn v1.0.109
19682026-08-17T20:21:43.684Z Compiling fnv v1.0.7
19692026-08-17T20:21:43.825Z Compiling byteorder v1.5.0
19702026-08-17T20:21:43.871Z Compiling vcpkg v0.2.15
19712026-08-17T20:21:43.889Z Compiling hashbrown v0.17.0
19722026-08-17T20:21:43.975Z Compiling strsim v0.11.1
19732026-08-17T20:21:44.097Z Compiling socket2 v0.6.3
19742026-08-17T20:21:44.264Z Compiling futures-sink v0.3.32
19752026-08-17T20:21:44.267Z Compiling radium v0.7.0
19762026-08-17T20:21:44.298Z Compiling httparse v1.10.1
19772026-08-17T20:21:44.421Z Compiling futures-channel v0.3.32
19782026-08-17T20:21:44.441Z Compiling iana-time-zone v0.1.65
19792026-08-17T20:21:44.475Z Compiling futures-task v0.3.32
19802026-08-17T20:21:44.493Z Compiling futures-io v0.3.32
19812026-08-17T20:21:44.521Z Compiling openssl-sys v0.9.117
19822026-08-17T20:21:44.563Z Compiling indexmap v2.14.0
19832026-08-17T20:21:44.590Z Compiling thiserror v1.0.69
19842026-08-17T20:21:44.630Z Compiling slab v0.4.12
19852026-08-17T20:21:44.730Z Compiling base64 v0.22.1
19862026-08-17T20:21:44.752Z Compiling rustls v0.23.41
19872026-08-17T20:21:44.756Z Compiling maybe-uninit v2.0.0
19882026-08-17T20:21:44.827Z Compiling synstructure v0.13.2
19892026-08-17T20:21:44.843Z Compiling serde_derive_internals v0.29.1
19902026-08-17T20:21:44.905Z Compiling rustc_version v0.4.1
19912026-08-17T20:21:45.092Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-08-17T20:21:45.107Z Compiling uuid v1.23.4
19932026-08-17T20:21:45.187Z Compiling ahash v0.8.12
19942026-08-17T20:21:45.187Z Compiling ident_case v1.0.1
19952026-08-17T20:21:45.227Z Compiling regex-syntax v0.8.10
19962026-08-17T20:21:45.230Z Compiling packed_struct v0.10.1
19972026-08-17T20:21:45.282Z Compiling num-bigint-dig v0.8.6
19982026-08-17T20:21:45.318Z Compiling ucd-trie v0.1.7
19992026-08-17T20:21:45.337Z Compiling base64ct v1.8.3
20002026-08-17T20:21:45.366Z Compiling rand_core v0.9.5
20012026-08-17T20:21:45.501Z Compiling pest v2.8.6
20022026-08-17T20:21:45.544Z Compiling dyn-clone v1.0.20
20032026-08-17T20:21:45.568Z Compiling openssl v0.10.80
20042026-08-17T20:21:45.582Z Compiling fastrand v2.3.0
20052026-08-17T20:21:45.608Z Compiling flagset v0.4.7
20062026-08-17T20:21:45.644Z Compiling pem-rfc7468 v0.7.0
20072026-08-17T20:21:45.743Z Compiling indexmap v1.9.3
20082026-08-17T20:21:45.815Z Compiling tempfile v3.25.0
20092026-08-17T20:21:45.835Z Compiling utf8parse v0.2.2
20102026-08-17T20:21:45.937Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20112026-08-17T20:21:45.957Z Compiling cpufeatures v0.2.17
20122026-08-17T20:21:45.987Z Compiling native-tls v0.2.18
20132026-08-17T20:21:46.001Z Compiling anstyle v1.0.14
20142026-08-17T20:21:46.084Z Compiling paste v1.0.15
20152026-08-17T20:21:46.122Z Compiling serde_derive v1.0.228
20162026-08-17T20:21:46.197Z Compiling zeroize_derive v1.5.0
20172026-08-17T20:21:46.226Z Compiling zerocopy-derive v0.8.40
20182026-08-17T20:21:46.306Z Compiling zerofrom-derive v0.1.6
20192026-08-17T20:21:46.327Z Compiling yoke-derive v0.8.1
20202026-08-17T20:21:46.346Z Compiling zerovec-derive v0.11.2
20212026-08-17T20:21:46.366Z Compiling displaydoc v0.2.5
20222026-08-17T20:21:46.381Z Compiling tokio-macros v2.7.0
20232026-08-17T20:21:46.385Z Compiling futures-macro v0.3.32
20242026-08-17T20:21:46.641Z Compiling der_derive v0.7.3
20252026-08-17T20:21:46.790Z Compiling thiserror-impl v2.0.18
20262026-08-17T20:21:46.821Z Compiling schemars_derive v0.8.22
20272026-08-17T20:21:46.847Z Compiling zeroize v1.9.0
20282026-08-17T20:21:47.181Z Compiling tracing-attributes v0.1.31
20292026-08-17T20:21:47.242Z Compiling futures-util v0.3.32
20302026-08-17T20:21:47.344Z Compiling thiserror-impl v1.0.69
20312026-08-17T20:21:47.498Z Compiling zerofrom v0.1.6
20322026-08-17T20:21:47.625Z Compiling yoke v0.8.1
20332026-08-17T20:21:47.726Z Compiling block-buffer v0.10.4
20342026-08-17T20:21:47.844Z Compiling zerovec v0.11.5
20352026-08-17T20:21:47.876Z Compiling zerotrie v0.2.3
20362026-08-17T20:21:47.939Z Compiling crypto-common v0.1.7
20372026-08-17T20:21:48.129Z Compiling digest v0.10.7
20382026-08-17T20:21:48.171Z Compiling clap_derive v4.6.1
20392026-08-17T20:21:48.370Z Compiling packed_struct_codegen v0.10.1
20402026-08-17T20:21:48.387Z Compiling tinystr v0.8.2
20412026-08-17T20:21:48.415Z Compiling potential_utf v0.1.4
20422026-08-17T20:21:48.430Z Compiling der v0.7.10
20432026-08-17T20:21:48.448Z Compiling pest_meta v2.8.6
20442026-08-17T20:21:48.465Z Compiling bitfield-macros v0.19.4
20452026-08-17T20:21:48.479Z Compiling zerocopy-derive v0.6.6
20462026-08-17T20:21:48.603Z Compiling icu_locale_core v2.1.1
20472026-08-17T20:21:48.628Z Compiling icu_collections v2.1.1
20482026-08-17T20:21:49.397Z Compiling bytes v1.11.1
20492026-08-17T20:21:49.425Z Compiling icu_provider v2.1.1
20502026-08-17T20:21:49.570Z Compiling chrono v0.4.45
20512026-08-17T20:21:49.763Z Compiling icu_properties v2.1.2
20522026-08-17T20:21:49.842Z Compiling icu_normalizer v2.1.1
20532026-08-17T20:21:49.887Z Compiling tokio v1.52.1
20542026-08-17T20:21:49.909Z Compiling hex v0.4.3
20552026-08-17T20:21:49.960Z Compiling spki v0.7.3
20562026-08-17T20:21:50.051Z Compiling pest_generator v2.8.6
20572026-08-17T20:21:50.339Z Compiling openssl-macros v0.1.1
20582026-08-17T20:21:50.678Z Compiling idna_adapter v1.2.1
20592026-08-17T20:21:50.764Z Compiling ppv-lite86 v0.2.21
20602026-08-17T20:21:50.796Z Compiling pest_derive v2.8.6
20612026-08-17T20:21:50.839Z Compiling idna v1.1.0
20622026-08-17T20:21:51.052Z Compiling scroll_derive v0.13.1
20632026-08-17T20:21:51.117Z Compiling rand_chacha v0.9.0
20642026-08-17T20:21:51.243Z Compiling url v2.5.8
20652026-08-17T20:21:51.315Z Compiling camino v1.2.2
20662026-08-17T20:21:51.374Z Compiling rand v0.9.2
20672026-08-17T20:21:51.391Z Compiling anstyle-query v1.1.5
20682026-08-17T20:21:51.691Z Compiling colorchoice v1.0.4
20692026-08-17T20:21:51.711Z Compiling is_terminal_polyfill v1.70.2
20702026-08-17T20:21:51.778Z Compiling crossbeam-utils v0.8.21
20712026-08-17T20:21:51.875Z Compiling pkcs8 v0.10.2
20722026-08-17T20:21:51.934Z Compiling http v1.4.2
20732026-08-17T20:21:52.096Z Compiling sha2 v0.10.9
20742026-08-17T20:21:52.124Z Compiling rustls-pki-types v1.14.0
20752026-08-17T20:21:52.127Z Compiling daft-derive v0.1.7
20762026-08-17T20:21:52.400Z Compiling spin v0.9.8
20772026-08-17T20:21:52.440Z Compiling time-core v0.1.8
20782026-08-17T20:21:52.602Z Compiling tinyvec_macros v0.1.1
20792026-08-17T20:21:52.648Z Compiling num-conv v0.2.0
20802026-08-17T20:21:52.688Z Compiling tinyvec v1.10.0
20812026-08-17T20:21:52.806Z Compiling time-macros v0.2.27
20822026-08-17T20:21:52.965Z Compiling async-trait v0.1.89
20832026-08-17T20:21:52.982Z Compiling structmeta-derive v0.3.0
20842026-08-17T20:21:52.986Z Compiling anstyle-parse v1.0.0
20852026-08-17T20:21:53.011Z Compiling tracing-core v0.1.36
20862026-08-17T20:21:53.222Z Compiling cmov v0.5.4
20872026-08-17T20:21:53.384Z Compiling simd-adler32 v0.3.8
20882026-08-17T20:21:53.415Z Compiling untrusted v0.7.1
20892026-08-17T20:21:53.480Z Compiling plain v0.2.3
20902026-08-17T20:21:53.495Z Compiling tracing v0.1.44
20912026-08-17T20:21:53.523Z Compiling ctutils v0.4.2
20922026-08-17T20:21:53.608Z Compiling anstream v1.0.0
20932026-08-17T20:21:53.744Z Compiling tokio-util v0.7.18
20942026-08-17T20:21:53.783Z Compiling http-body v1.0.1
20952026-08-17T20:21:53.871Z Compiling serde_spanned v0.6.9
20962026-08-17T20:21:53.918Z Compiling toml_datetime v0.6.11
20972026-08-17T20:21:53.957Z Compiling structmeta v0.3.0
20982026-08-17T20:21:53.988Z Compiling pin-project-internal v1.1.11
20992026-08-17T20:21:54.091Z Compiling terminal_size v0.4.3
21002026-08-17T20:21:54.105Z Compiling slog v2.8.2
21012026-08-17T20:21:54.160Z Compiling wait-timeout v0.2.1
21022026-08-17T20:21:54.179Z Compiling cookie v0.18.1
21032026-08-17T20:21:54.289Z Compiling openssl-probe v0.2.1
21042026-08-17T20:21:54.407Z Compiling clap_lex v1.0.0
21052026-08-17T20:21:54.424Z Compiling tap v1.0.1
21062026-08-17T20:21:54.451Z Compiling quick-error v1.2.3
21072026-08-17T20:21:54.508Z Compiling untrusted v0.9.0
21082026-08-17T20:21:54.555Z Compiling bit-vec v0.8.0
21092026-08-17T20:21:54.588Z Compiling adler2 v2.0.1
21102026-08-17T20:21:54.677Z Compiling zstd-safe v7.2.4
21112026-08-17T20:21:54.703Z Compiling clap_builder v4.6.0
21122026-08-17T20:21:54.769Z Compiling miniz_oxide v0.8.9
21132026-08-17T20:21:54.784Z Compiling bit-set v0.8.0
21142026-08-17T20:21:54.799Z Compiling rusty-fork v0.3.1
21152026-08-17T20:21:54.870Z Compiling wyz v0.5.1
21162026-08-17T20:21:54.997Z Compiling derive-ex v0.1.8
21172026-08-17T20:21:55.097Z Compiling hybrid-array v0.4.13
21182026-08-17T20:21:55.132Z Compiling unicode-normalization v0.1.25
21192026-08-17T20:21:55.137Z Compiling rand_chacha v0.3.1
21202026-08-17T20:21:55.172Z Compiling signature v2.2.0
21212026-08-17T20:21:55.329Z Compiling scroll_derive v0.12.1
21222026-08-17T20:21:55.366Z Compiling rand_xorshift v0.4.0
21232026-08-17T20:21:55.466Z Compiling heapless v0.7.17
21242026-08-17T20:21:55.683Z Compiling num-integer v0.1.46
21252026-08-17T20:21:55.713Z Compiling aho-corasick v1.1.4
21262026-08-17T20:21:55.741Z Compiling tower-layer v0.3.3
21272026-08-17T20:21:55.772Z Compiling usdt-impl v0.6.0
21282026-08-17T20:21:55.978Z Compiling try-lock v0.2.5
21292026-08-17T20:21:55.996Z Compiling signal-hook v0.3.18
21302026-08-17T20:21:56.012Z Compiling tower-service v0.3.3
21312026-08-17T20:21:56.029Z Compiling funty v2.0.0
21322026-08-17T20:21:56.061Z Compiling atomic-waker v1.1.2
21332026-08-17T20:21:56.196Z Compiling zlib-rs v0.6.2
21342026-08-17T20:21:56.199Z Compiling pretty-hex v0.4.1
21352026-08-17T20:21:56.212Z Compiling anyhow v1.0.102
21362026-08-17T20:21:56.216Z Compiling rustix v0.38.44
21372026-08-17T20:21:56.275Z Compiling unarray v0.1.4
21382026-08-17T20:21:56.325Z Compiling h2 v0.4.15
21392026-08-17T20:21:56.414Z Compiling bitvec v1.0.1
21402026-08-17T20:21:56.435Z Compiling want v0.3.1
21412026-08-17T20:21:56.488Z Compiling test-strategy v0.4.5
21422026-08-17T20:21:56.528Z Compiling regex-automata v0.4.14
21432026-08-17T20:21:56.581Z Compiling proptest v1.11.0
21442026-08-17T20:21:56.605Z Compiling clap v4.6.1
21452026-08-17T20:21:56.984Z Compiling num-iter v0.1.45
21462026-08-17T20:21:57.390Z Compiling rand v0.8.6
21472026-08-17T20:21:57.631Z Compiling ipnetwork v0.21.1
21482026-08-17T20:21:57.980Z Compiling lazy_static v1.5.0
21492026-08-17T20:21:58.095Z Compiling scroll v0.13.0
21502026-08-17T20:21:58.189Z Compiling ipnet v2.11.0
21512026-08-17T20:21:58.238Z Compiling strum_macros v0.26.4
21522026-08-17T20:21:58.372Z Compiling flate2 v1.1.9
21532026-08-17T20:21:58.678Z Compiling snafu-derive v0.8.9
21542026-08-17T20:21:58.930Z Compiling anstyle-parse v0.2.7
21552026-08-17T20:21:59.325Z Compiling darling_core v0.20.11
21562026-08-17T20:21:59.433Z Compiling darling_core v0.23.0
21572026-08-17T20:21:59.852Z Compiling foreign-types-shared v0.1.1
21582026-08-17T20:22:00.019Z Compiling httpdate v1.0.3
21592026-08-17T20:22:00.392Z Compiling crc-catalog v2.4.0
21602026-08-17T20:22:00.432Z Compiling winnow v0.5.40
21612026-08-17T20:22:00.449Z Compiling nodrop v0.1.14
21622026-08-17T20:22:00.472Z Compiling hyper v1.10.1
21632026-08-17T20:22:00.572Z Compiling crc v3.4.0
21642026-08-17T20:22:00.587Z Compiling array-init v0.0.4
21652026-08-17T20:22:00.776Z Compiling foreign-types v0.3.2
21662026-08-17T20:22:01.238Z Compiling anstream v0.6.21
21672026-08-17T20:22:01.305Z Compiling darling_macro v0.20.11
21682026-08-17T20:22:01.667Z Compiling darling_macro v0.23.0
21692026-08-17T20:22:01.776Z Compiling newtype-uuid v1.3.2
21702026-08-17T20:22:01.819Z Compiling goblin v0.10.5
21712026-08-17T20:22:02.202Z Compiling toml_edit v0.19.15
21722026-08-17T20:22:02.231Z Compiling oxnet v0.1.6
21732026-08-17T20:22:02.248Z Compiling smallvec v0.6.14
21742026-08-17T20:22:02.547Z Compiling pkcs1 v0.7.5
21752026-08-17T20:22:02.731Z Compiling zerocopy v0.6.6
21762026-08-17T20:22:02.936Z Compiling bitfield v0.19.4
21772026-08-17T20:22:03.105Z Compiling zerocopy-derive v0.7.35
21782026-08-17T20:22:03.143Z Compiling curve25519-dalek v4.1.3
21792026-08-17T20:22:03.427Z Compiling env_filter v1.0.0
21802026-08-17T20:22:03.561Z Compiling memoffset v0.9.1
21812026-08-17T20:22:03.657Z Compiling ref-cast v1.0.25
21822026-08-17T20:22:03.805Z Compiling base64 v0.21.7
21832026-08-17T20:22:03.912Z Compiling litrs v1.0.0
21842026-08-17T20:22:03.954Z Compiling smoltcp v0.9.1
21852026-08-17T20:22:03.999Z Compiling hashbrown v0.12.3
21862026-08-17T20:22:04.376Z Compiling ron v0.8.1
21872026-08-17T20:22:04.408Z Compiling document-features v0.2.12
21882026-08-17T20:22:04.506Z Compiling dof v0.4.0
21892026-08-17T20:22:04.821Z Compiling toml v0.7.8
21902026-08-17T20:22:04.873Z Compiling env_logger v0.11.9
21912026-08-17T20:22:05.050Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21922026-08-17T20:22:05.064Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21932026-08-17T20:22:05.120Z Compiling rsa v0.9.10
21942026-08-17T20:22:05.540Z Compiling daft v0.1.7
21952026-08-17T20:22:05.556Z Compiling serde-hex v0.1.0
21962026-08-17T20:22:05.691Z Compiling darling v0.23.0
21972026-08-17T20:22:05.788Z Compiling bzip2 v0.4.4
21982026-08-17T20:22:05.873Z Compiling hyper-util v0.1.20
21992026-08-17T20:22:05.927Z Compiling darling v0.20.11
22002026-08-17T20:22:06.054Z Compiling hashbrown v0.13.2
22012026-08-17T20:22:06.559Z Compiling dtrace-parser v0.3.0
22022026-08-17T20:22:06.658Z Compiling x509-cert v0.2.5
22032026-08-17T20:22:06.791Z Compiling hmac v0.12.1
22042026-08-17T20:22:06.957Z Compiling async-recursion v1.1.1
22052026-08-17T20:22:07.087Z Compiling sync_wrapper v1.0.2
22062026-08-17T20:22:07.209Z Compiling thread-id v5.1.0
22072026-08-17T20:22:07.283Z Compiling cfg_aliases v0.2.1
22082026-08-17T20:22:07.368Z Compiling crc-any v2.5.0
22092026-08-17T20:22:07.421Z Compiling powerfmt v0.2.0
22102026-08-17T20:22:07.440Z Compiling siphasher v1.0.2
22112026-08-17T20:22:07.728Z Compiling deranged v0.5.8
22122026-08-17T20:22:07.887Z Compiling nix v0.31.2
22132026-08-17T20:22:08.130Z Compiling tower v0.5.3
22142026-08-17T20:22:08.708Z Compiling object v0.30.4
22152026-08-17T20:22:08.981Z Compiling derive_builder_core v0.20.2
22162026-08-17T20:22:09.139Z Compiling zip v0.6.6
22172026-08-17T20:22:09.278Z Compiling serde_with_macros v3.21.0
22182026-08-17T20:22:09.777Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22192026-08-17T20:22:09.780Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-17T20:22:10.119Z Compiling bstr v1.12.1
22212026-08-17T20:22:10.144Z Compiling crypto-common v0.2.2
22222026-08-17T20:22:10.314Z Compiling block-buffer v0.12.1
22232026-08-17T20:22:10.533Z Compiling http-body-util v0.1.3
22242026-08-17T20:22:10.699Z Compiling futures-executor v0.3.32
22252026-08-17T20:22:10.832Z Compiling erased-serde v0.3.31
22262026-08-17T20:22:10.856Z Compiling serde_tokenstream v0.2.3
22272026-08-17T20:22:10.979Z Compiling hubpack_derive v0.1.1
22282026-08-17T20:22:11.186Z Compiling strum_macros v0.27.2
22292026-08-17T20:22:11.249Z Compiling ref-cast-impl v1.0.25
22302026-08-17T20:22:11.271Z Compiling curve25519-dalek-derive v0.1.1
22312026-08-17T20:22:11.468Z Compiling fs-err v3.3.0
22322026-08-17T20:22:11.471Z Compiling usdt-impl v0.5.0
22332026-08-17T20:22:11.533Z Compiling allocator-api2 v0.2.21
22342026-08-17T20:22:11.704Z Compiling iri-string v0.7.10
22352026-08-17T20:22:11.733Z Compiling ryu v1.0.23
22362026-08-17T20:22:11.799Z Compiling num_threads v0.1.7
22372026-08-17T20:22:11.900Z Compiling unicode-properties v0.1.4
22382026-08-17T20:22:11.908Z Compiling path-slash v0.1.5
22392026-08-17T20:22:12.052Z Compiling unicode-bidi v0.3.18
22402026-08-17T20:22:12.215Z Compiling object v0.37.3
22412026-08-17T20:22:12.488Z Compiling same-file v1.0.6
22422026-08-17T20:22:12.587Z Compiling stringprep v0.1.5
22432026-08-17T20:22:12.673Z Compiling walkdir v2.5.0
22442026-08-17T20:22:12.941Z Compiling tower-http v0.6.8
22452026-08-17T20:22:12.955Z Compiling time v0.3.47
22462026-08-17T20:22:13.057Z Compiling serde_urlencoded v0.7.1
22472026-08-17T20:22:14.046Z Compiling futures v0.3.32
22482026-08-17T20:22:14.600Z Compiling derive_builder_macro v0.20.2
22492026-08-17T20:22:14.806Z Compiling tokio-native-tls v0.3.1
22502026-08-17T20:22:15.003Z Compiling strum v0.26.3
22512026-08-17T20:22:15.120Z Compiling block-padding v0.4.2
22522026-08-17T20:22:15.300Z Compiling scroll v0.12.0
22532026-08-17T20:22:15.353Z Compiling pin-project v1.1.11
22542026-08-17T20:22:15.395Z Compiling rustls-native-certs v0.8.3
22552026-08-17T20:22:15.496Z Compiling md-5 v0.10.6
22562026-08-17T20:22:15.523Z Compiling hash32 v0.2.1
22572026-08-17T20:22:15.537Z Compiling vergen-lib v9.1.0
22582026-08-17T20:22:15.635Z Compiling encoding_rs v0.8.35
22592026-08-17T20:22:15.660Z Compiling cpufeatures v0.3.0
22602026-08-17T20:22:15.729Z Compiling jiff-core v0.1.0
22612026-08-17T20:22:15.743Z Compiling mime v0.3.17
22622026-08-17T20:22:15.768Z Compiling fallible-iterator v0.2.0
22632026-08-17T20:22:15.858Z Compiling psl-types v2.0.11
22642026-08-17T20:22:15.988Z Compiling publicsuffix v2.3.0
22652026-08-17T20:22:16.060Z Compiling postgres-protocol v0.6.10
22662026-08-17T20:22:16.160Z Compiling goblin v0.8.2
22672026-08-17T20:22:16.271Z Compiling snafu v0.8.9
22682026-08-17T20:22:16.575Z Compiling jiff v0.2.34
22692026-08-17T20:22:16.718Z Compiling inout v0.2.2
22702026-08-17T20:22:16.794Z Compiling derive_builder v0.20.2
22712026-08-17T20:22:16.861Z Compiling hyper-tls v0.6.0
22722026-08-17T20:22:16.995Z Compiling usdt-attr-macro v0.6.0
22732026-08-17T20:22:17.104Z Compiling usdt-macro v0.6.0
22742026-08-17T20:22:17.148Z Compiling globset v0.4.18
22752026-08-17T20:22:17.199Z Compiling phf_shared v0.13.1
22762026-08-17T20:22:17.210Z Compiling crossbeam-epoch v0.9.18
22772026-08-17T20:22:17.456Z Compiling zerocopy v0.7.35
22782026-08-17T20:22:17.585Z Compiling regex v1.12.3
22792026-08-17T20:22:17.889Z Compiling serde_plain v1.0.2
22802026-08-17T20:22:17.992Z Compiling serde_repr v0.1.20
22812026-08-17T20:22:18.011Z Compiling enum-as-inner v0.6.1
22822026-08-17T20:22:18.127Z Compiling pem v3.0.6
22832026-08-17T20:22:18.142Z Compiling vergen v9.1.0
22842026-08-17T20:22:18.186Z Compiling cargo-platform v0.3.2
22852026-08-17T20:22:18.201Z Compiling ff v0.13.1
22862026-08-17T20:22:18.352Z Compiling filetime v0.2.27
22872026-08-17T20:22:18.368Z Compiling foldhash v0.1.5
22882026-08-17T20:22:18.528Z Compiling typed-path v0.9.3
22892026-08-17T20:22:18.546Z Compiling const-oid v0.10.2
22902026-08-17T20:22:18.550Z Compiling bitflags v1.3.2
22912026-08-17T20:22:18.575Z Compiling either v1.15.0
22922026-08-17T20:22:18.578Z Compiling foldhash v0.2.0
22932026-08-17T20:22:18.637Z Compiling libbz2-rs-sys v0.2.2
22942026-08-17T20:22:18.652Z Compiling bumpalo v3.20.2
22952026-08-17T20:22:18.802Z Compiling xattr v1.6.1
22962026-08-17T20:22:18.818Z Compiling base16ct v0.2.0
22972026-08-17T20:22:18.856Z Compiling managed v0.8.0
22982026-08-17T20:22:19.031Z Compiling unicode-segmentation v1.12.0
22992026-08-17T20:22:19.087Z Compiling bzip2 v0.6.1
23002026-08-17T20:22:19.244Z Compiling sec1 v0.7.3
23012026-08-17T20:22:19.248Z Compiling tar v0.4.46
23022026-08-17T20:22:19.344Z Compiling zopfli v0.8.3
23032026-08-17T20:22:19.347Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23042026-08-17T20:22:19.432Z Compiling hashbrown v0.16.1
23052026-08-17T20:22:19.543Z Compiling digest v0.11.3
23062026-08-17T20:22:19.857Z Compiling hashbrown v0.15.5
23072026-08-17T20:22:19.864Z Compiling cargo_metadata v0.23.1
23082026-08-17T20:22:19.943Z Compiling dof v0.3.0
23092026-08-17T20:22:19.960Z Compiling group v0.13.0
23102026-08-17T20:22:20.681Z Compiling phf v0.13.1
23112026-08-17T20:22:20.747Z Compiling zstd v0.13.3
23122026-08-17T20:22:21.021Z Compiling reqwest v0.12.28
23132026-08-17T20:22:21.129Z Compiling cipher v0.5.2
23142026-08-17T20:22:21.355Z Compiling signal-hook-mio v0.2.5
23152026-08-17T20:22:21.406Z Compiling cookie_store v0.22.1
23162026-08-17T20:22:21.423Z Compiling postgres-types v0.2.12
23172026-08-17T20:22:21.524Z Compiling strum v0.27.2
23182026-08-17T20:22:21.712Z Compiling hubpack v0.1.2
23192026-08-17T20:22:21.785Z Compiling phf_shared v0.11.3
23202026-08-17T20:22:21.801Z Compiling hkdf v0.12.4
23212026-08-17T20:22:21.934Z Compiling dtrace-parser v0.2.0
23222026-08-17T20:22:21.949Z Compiling ed25519 v2.2.3
23232026-08-17T20:22:21.963Z Compiling byte-wrapper v0.1.0
23242026-08-17T20:22:21.980Z Compiling olpc-cjson v0.1.4
23252026-08-17T20:22:22.232Z Compiling serde-big-array v0.5.1
23262026-08-17T20:22:22.420Z Compiling crypto-bigint v0.5.5
23272026-08-17T20:22:22.492Z Compiling float-cmp v0.10.0
23282026-08-17T20:22:22.536Z Compiling memmap2 v0.9.10
23292026-08-17T20:22:22.595Z Compiling thread-id v4.2.2
23302026-08-17T20:22:22.694Z Compiling winnow v0.7.14
23312026-08-17T20:22:22.761Z Compiling winnow v1.0.3
23322026-08-17T20:22:22.843Z Compiling rayon-core v1.13.0
23332026-08-17T20:22:22.942Z Compiling difflib v0.4.0
23342026-08-17T20:22:22.958Z Compiling toml_write v0.1.2
23352026-08-17T20:22:23.047Z Compiling predicates-core v1.0.10
23362026-08-17T20:22:23.389Z Compiling fixedbitset v0.4.2
23372026-08-17T20:22:23.457Z Compiling new_debug_unreachable v1.0.6
23382026-08-17T20:22:23.496Z Compiling fixedbitset v0.5.7
23392026-08-17T20:22:23.553Z Compiling keccak v0.1.6
23402026-08-17T20:22:23.725Z Compiling whoami v2.1.0
23412026-08-17T20:22:23.770Z Compiling normalize-line-endings v0.3.0
23422026-08-17T20:22:23.788Z Compiling precomputed-hash v0.1.1
23432026-08-17T20:22:23.791Z Compiling static_assertions v1.1.0
23442026-08-17T20:22:23.882Z Compiling data-encoding v2.10.0
23452026-08-17T20:22:23.899Z Compiling string_cache v0.8.9
23462026-08-17T20:22:23.902Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-17T20:22:23.931Z Compiling predicates v3.1.4
23482026-08-17T20:22:23.987Z Compiling tokio-postgres v0.7.16
23492026-08-17T20:22:24.361Z Compiling toml_edit v0.22.27
23502026-08-17T20:22:24.391Z Compiling hickory-proto v0.25.2
23512026-08-17T20:22:24.442Z Compiling sha3 v0.10.8
23522026-08-17T20:22:24.527Z Compiling petgraph v0.8.3
23532026-08-17T20:22:24.610Z Compiling toml_parser v1.1.2+spec-1.1.0
23542026-08-17T20:22:24.733Z Compiling petgraph v0.6.5
23552026-08-17T20:22:25.307Z Compiling chacha20 v0.10.0
23562026-08-17T20:22:25.727Z Compiling elliptic-curve v0.13.8
23572026-08-17T20:22:26.235Z Compiling usdt v0.6.0
23582026-08-17T20:22:26.525Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23592026-08-17T20:22:27.085Z Compiling ed25519-dalek v2.2.0
23602026-08-17T20:22:27.400Z Compiling zip v4.6.1
23612026-08-17T20:22:27.830Z Compiling crossterm v0.28.1
23622026-08-17T20:22:28.305Z Compiling iddqd v0.4.2
23632026-08-17T20:22:28.920Z Compiling heck v0.4.1
23642026-08-17T20:22:28.937Z Compiling similar v2.7.0
23652026-08-17T20:22:28.974Z Compiling itertools v0.15.0
23662026-08-17T20:22:29.178Z Compiling itertools v0.13.0
23672026-08-17T20:22:29.545Z Compiling serde_with v3.21.0
23682026-08-17T20:22:30.528Z Compiling tokio-stream v0.1.18
23692026-08-17T20:22:30.600Z Compiling buf-list v1.1.2
23702026-08-17T20:22:30.718Z Compiling half v2.7.1
23712026-08-17T20:22:30.876Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23722026-08-17T20:22:30.931Z Compiling openapiv3 v2.2.0
23732026-08-17T20:22:31.184Z Compiling lalrpop-util v0.19.12
23742026-08-17T20:22:31.409Z Compiling peg-runtime v0.8.5
23752026-08-17T20:22:31.424Z Compiling ciborium-io v0.2.2
23762026-08-17T20:22:31.543Z Compiling ciborium-ll v0.2.2
23772026-08-17T20:22:32.493Z Compiling crossbeam-deque v0.8.6
23782026-08-17T20:22:32.916Z Compiling camino-tempfile v1.4.1
23792026-08-17T20:22:33.317Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23802026-08-17T20:22:33.814Z Compiling blake3 v1.8.5
23812026-08-17T20:22:33.988Z Compiling fs-err v2.11.0
23822026-08-17T20:22:36.663Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23832026-08-17T20:22:37.400Z Compiling rustls-webpki v0.103.13
23842026-08-17T20:22:38.174Z Compiling ciborium v0.2.2
23852026-08-17T20:22:38.702Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23862026-08-17T20:22:39.387Z Compiling thread_local v1.1.9
23872026-08-17T20:22:39.682Z Compiling slog-async v2.8.0
23882026-08-17T20:22:39.707Z Compiling arrayref v0.3.9
23892026-08-17T20:22:39.738Z Compiling arrayvec v0.7.6
23902026-08-17T20:22:39.823Z Compiling constant_time_eq v0.4.2
23912026-08-17T20:22:39.864Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-08-17T20:22:40.042Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23932026-08-17T20:22:40.230Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23942026-08-17T20:22:40.353Z Compiling toml v0.8.23
23952026-08-17T20:22:40.403Z Compiling atomicwrites v0.4.4
23962026-08-17T20:22:40.450Z Compiling digest-io v0.1.0
23972026-08-17T20:22:40.584Z Compiling sha2 v0.11.0
23982026-08-17T20:22:40.609Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23992026-08-17T20:22:40.673Z Compiling crossbeam-channel v0.5.15
24002026-08-17T20:22:40.694Z Compiling serde_path_to_error v0.1.20
24012026-08-17T20:22:40.997Z Compiling tokio-rustls v0.26.4
24022026-08-17T20:22:41.057Z Compiling rustls-platform-verifier v0.6.2
24032026-08-17T20:22:41.129Z Compiling tough v0.22.0
24042026-08-17T20:22:41.189Z Compiling is-terminal v0.4.17
24052026-08-17T20:22:41.260Z Compiling hyper-rustls v0.27.7
24062026-08-17T20:22:41.276Z Compiling take_mut v0.2.2
24072026-08-17T20:22:41.291Z Compiling term v1.2.1
24082026-08-17T20:22:41.310Z Compiling parse-size v1.1.0
24092026-08-17T20:22:41.369Z Compiling topological-sort v0.2.2
24102026-08-17T20:22:41.412Z Compiling rawzip v0.4.4
24112026-08-17T20:22:41.519Z Compiling reqwest v0.13.2
24122026-08-17T20:22:41.567Z Compiling debug-ignore v1.0.5
24132026-08-17T20:22:41.586Z Compiling indent_write v2.2.0
24142026-08-17T20:22:41.695Z Compiling slog-term v2.9.2
24152026-08-17T20:22:42.137Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24162026-08-17T20:22:42.434Z Compiling shell-words v1.1.1
24172026-08-17T20:22:44.493Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24182026-08-17T20:22:49.762Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24192026-08-17T20:22:51.841Z Compiling omicron-zone-package v0.12.3
24202026-08-17T20:22:52.145Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24212026-08-17T20:22:52.430Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24222026-08-17T20:22:52.473Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24232026-08-17T20:22:57.052Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24242026-08-17T20:23:09.348Z Finished `release` profile [optimized] target(s) in 1m 29s
24252026-08-17T20:23:09.492Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24262026-08-17T20:23:09.550ZAug 17 20:23:08.853 DEBG changing working directory to /work/oxidecomputer/omicron
24272026-08-17T20:23:09.643ZAug 17 20:23:08.947 DEBG running: git rev-parse HEAD
24282026-08-17T20:23:09.647ZAug 17 20:23:08.949 DEBG process exited with exit status: 0 (2.408351ms)
24292026-08-17T20:23:09.647ZAug 17 20:23:08.949 INFO version: 23.0.0-0.ci+git4d607a3cfa7
24302026-08-17T20:23:09.654ZAug 17 20:23:08.958 INFO cloning helios to /work/oxidecomputer/helios
24312026-08-17T20:23:09.654ZAug 17 20:23:08.958 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24322026-08-17T20:23:09.657ZCloning into '/work/oxidecomputer/helios'...
24332026-08-17T20:23:10.285ZAug 17 20:23:09.589 DEBG process exited with exit status: 0 (631.270551ms)
24342026-08-17T20:23:10.285ZAug 17 20:23:09.589 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24352026-08-17T20:23:10.289ZAug 17 20:23:09.591 DEBG process exited with exit status: 0 (2.412411ms)
24362026-08-17T20:23:10.289ZAug 17 20:23:09.591 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24372026-08-17T20:23:10.647ZAug 17 20:23:09.951 DEBG process exited with exit status: 0 (359.237321ms)
24382026-08-17T20:23:10.647ZAug 17 20:23:09.951 DEBG running: zfs list rpool/images/build/host
24392026-08-17T20:23:10.651ZNAME USED AVAIL REFER MOUNTPOINT
24402026-08-17T20:23:10.651Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24412026-08-17T20:23:10.654ZAug 17 20:23:09.955 DEBG process exited with exit status: 0 (4.462922ms)
24422026-08-17T20:23:10.654ZAug 17 20:23:09.955 DEBG running: zfs list rpool/images/build/recovery
24432026-08-17T20:23:10.658ZNAME USED AVAIL REFER MOUNTPOINT
24442026-08-17T20:23:10.658Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24452026-08-17T20:23:10.658ZAug 17 20:23:09.959 DEBG process exited with exit status: 0 (3.513531ms)
24462026-08-17T20:23:10.658ZAug 17 20:23:09.959 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24472026-08-17T20:23:10.668ZAug 17 20:23:09.971 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026073100.0.0, but the current nexus API version is 2026081700.0.0; the console needs a client regen and tools/console_version needs a bump
24482026-08-17T20:23:10.672ZAug 17 20:23:09.972 INFO [hubris-staging] running task
24492026-08-17T20:23:10.672ZAug 17 20:23:09.972 INFO [hubris-production] running task
24502026-08-17T20:23:10.672ZAug 17 20:23:09.972 INFO [incorp-manifest] running task
24512026-08-17T20:23:10.672ZAug 17 20:23:09.972 INFO [incorp-create] running: pkgrepo create /work/incorporation
24522026-08-17T20:23:10.672ZAug 17 20:23:09.972 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24532026-08-17T20:23:10.672ZAug 17 20:23:09.974 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
24542026-08-17T20:23:10.672ZAug 17 20:23:09.975 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24552026-08-17T20:23:10.712Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24562026-08-17T20:23:10.774Z[ omicron-package] Blocking waiting for file lock on package cache
24572026-08-17T20:23:10.903ZAug 17 20:23:10.207 INFO [incorp-create] process exited with exit status: 0 (234.722746ms)
24582026-08-17T20:23:10.908ZAug 17 20:23:10.207 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24592026-08-17T20:23:11.123ZAug 17 20:23:10.427 INFO [incorp-publisher] process exited with exit status: 0 (219.879691ms)
24602026-08-17T20:23:11.471Z[ omicron-package] Blocking waiting for file lock on package cache
24612026-08-17T20:23:11.827ZAug 17 20:23:11.130 INFO [hubris-production] task succeeded (1.157964314s)
24622026-08-17T20:23:12.307ZAug 17 20:23:11.611 DEBG process exited with exit status: 0 (1.63865813s)
24632026-08-17T20:23:12.311ZAug 17 20:23:11.611 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24642026-08-17T20:23:12.733Z[ omicron-package] Compiling macaddr v1.0.1
24652026-08-17T20:23:12.736Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24662026-08-17T20:23:12.736Z[ omicron-package] Compiling secrecy v0.10.3
24672026-08-17T20:23:12.736Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682026-08-17T20:23:12.736Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24692026-08-17T20:23:12.736Z[ omicron-package] Compiling heapless v0.8.0
24702026-08-17T20:23:12.736Z[ omicron-package] Compiling ingot-macros v0.2.0
24712026-08-17T20:23:12.736Z[ omicron-package] Compiling hash32 v0.3.1
24722026-08-17T20:23:13.162Z[ omicron-package] Compiling inout v0.1.4
24732026-08-17T20:23:13.166Z[ omicron-package] Compiling multer v3.1.0
24742026-08-17T20:23:13.170Z[ omicron-package] Compiling unicode-width v0.2.0
24752026-08-17T20:23:13.173Z[ omicron-package] Compiling compression-core v0.4.31
24762026-08-17T20:23:13.176Z[ omicron-package] Compiling match_cfg v0.1.0
24772026-08-17T20:23:13.431Z[ omicron-package] Compiling smoltcp v0.11.0
24782026-08-17T20:23:13.546Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24792026-08-17T20:23:13.636Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24802026-08-17T20:23:13.745Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24812026-08-17T20:23:13.761Z[ omicron-package] Compiling hostname v0.3.1
24822026-08-17T20:23:13.761Z[ omicron-package] Compiling compression-codecs v0.4.37
24832026-08-17T20:23:13.761Z[ omicron-package] Compiling cipher v0.4.4
24842026-08-17T20:23:13.767Z[ omicron-package] Compiling slog-json v2.6.1
24852026-08-17T20:23:13.771Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24862026-08-17T20:23:13.787Z[ omicron-package] Compiling cobs v0.3.0
24872026-08-17T20:23:14.108Z[ omicron-package] Compiling universal-hash v0.5.1
24882026-08-17T20:23:14.108Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24892026-08-17T20:23:14.111Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24902026-08-17T20:23:14.117Z[ omicron-package] Compiling async-stream-impl v0.3.6
24912026-08-17T20:23:14.122Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24922026-08-17T20:23:14.393Z[ omicron-package] Compiling serde_spanned v1.1.1
24932026-08-17T20:23:14.393Z[ omicron-package] Compiling dropshot v0.17.1
24942026-08-17T20:23:14.397Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24952026-08-17T20:23:14.524Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24962026-08-17T20:23:14.524Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24972026-08-17T20:23:14.524Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24982026-08-17T20:23:14.623Z[ omicron-package] Compiling opaque-debug v0.3.1
24992026-08-17T20:23:14.657Z[ omicron-package] Compiling convert_case v0.4.0
25002026-08-17T20:23:14.660ZAug 17 20:23:13.962 DEBG process exited with exit status: 0 (2.35112953s)
25012026-08-17T20:23:14.660ZAug 17 20:23:13.964 INFO [incorp-manifest] task succeeded (3.991523021s)
25022026-08-17T20:23:14.660ZAug 17 20:23:13.964 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25032026-08-17T20:23:14.711Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25042026-08-17T20:23:14.715Z[ omicron-package] Compiling chacha20 v0.9.1
25052026-08-17T20:23:14.749Z[ omicron-package] Compiling poly1305 v0.8.0
25062026-08-17T20:23:14.773Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25072026-08-17T20:23:14.777Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25082026-08-17T20:23:14.908Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25092026-08-17T20:23:14.917ZAug 17 20:23:14.218 INFO [incorp-fmt] process exited with exit status: 0 (253.788283ms)
25102026-08-17T20:23:14.926ZAug 17 20:23:14.218 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25112026-08-17T20:23:15.036Z[ omicron-package] Compiling async-stream v0.3.6
25122026-08-17T20:23:15.040Z[ omicron-package] Compiling async-compression v0.4.41
25132026-08-17T20:23:15.040Z[ omicron-package] Compiling postcard v1.1.3
25142026-08-17T20:23:15.063Z[ omicron-package] Compiling derive_more v0.99.20
25152026-08-17T20:23:15.109Z[ omicron-package] Compiling num_enum_derive v0.7.6
25162026-08-17T20:23:15.113Z[ omicron-package] Compiling slog-bunyan v2.5.0
25172026-08-17T20:23:15.186Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25182026-08-17T20:23:15.210Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260817T202314Z
25192026-08-17T20:23:15.210Z[ incorp-pkgsend] PUBLISHED
25202026-08-17T20:23:15.295ZAug 17 20:23:14.596 INFO [incorp-pkgsend] process exited with exit status: 0 (378.560669ms)
25212026-08-17T20:23:15.298ZAug 17 20:23:14.597 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25222026-08-17T20:23:15.446Z[ omicron-package] Compiling sha1 v0.11.0
25232026-08-17T20:23:15.527Z[ omicron-package] Compiling progenitor-client v0.14.0
25242026-08-17T20:23:15.543Z[ helios-incorp] Retrieving packages for publisher helios ...
25252026-08-17T20:23:15.549Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25262026-08-17T20:23:15.585Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25272026-08-17T20:23:15.586Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25282026-08-17T20:23:15.586Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25292026-08-17T20:23:15.591Z[ helios-incorp]
25302026-08-17T20:23:15.591Z[ helios-incorp] Archiving packages ...
25312026-08-17T20:23:15.591Z[ helios-incorp] Packages to add: 1
25322026-08-17T20:23:15.591Z[ helios-incorp] Files to retrieve: 0
25332026-08-17T20:23:15.591Z[ helios-incorp] Estimated transfer size: 0.00 B
25342026-08-17T20:23:15.591Z[ helios-incorp]
25352026-08-17T20:23:15.591Z[ helios-incorp] Packages to archive:
25362026-08-17T20:23:15.591Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260817T202314Z
25372026-08-17T20:23:15.591Z[ helios-incorp]
25382026-08-17T20:23:15.591Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25392026-08-17T20:23:15.592Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25402026-08-17T20:23:15.595Z[ omicron-package] Compiling parse-display-derive v0.10.0
25412026-08-17T20:23:15.634ZAug 17 20:23:14.937 INFO [helios-incorp] process exited with exit status: 0 (340.111354ms)
25422026-08-17T20:23:15.685Z[ omicron-package] Compiling waitgroup v0.1.2
25432026-08-17T20:23:15.716Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25442026-08-17T20:23:15.794Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25452026-08-17T20:23:15.797Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25462026-08-17T20:23:15.893Z[ omicron-package] Compiling backon v1.6.0
25472026-08-17T20:23:15.970Z[ omicron-package] Compiling password-hash v0.5.0
25482026-08-17T20:23:16.006Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25492026-08-17T20:23:16.098Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25502026-08-17T20:23:16.197Z[ omicron-package] Compiling blake2 v0.10.6
25512026-08-17T20:23:16.241Z[ omicron-package] Compiling aead v0.5.2
25522026-08-17T20:23:16.320Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25532026-08-17T20:23:16.354Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25542026-08-17T20:23:16.397Z[ omicron-package] Compiling hostname v0.4.2
25552026-08-17T20:23:16.425Z[ omicron-package] Compiling instant v0.1.13
25562026-08-17T20:23:16.489Z[ omicron-package] Compiling proc-macro-error v1.0.4
25572026-08-17T20:23:16.643Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25582026-08-17T20:23:16.682Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25592026-08-17T20:23:16.818Z[ omicron-package] Compiling ingot-types v0.2.0
25602026-08-17T20:23:16.818Z[ omicron-package] Compiling backoff v0.4.0
25612026-08-17T20:23:16.852Z[ omicron-package] Compiling argon2 v0.5.3
25622026-08-17T20:23:16.959Z[ omicron-package] Compiling num_enum_derive v0.5.11
25632026-08-17T20:23:16.968Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25642026-08-17T20:23:17.011Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25652026-08-17T20:23:17.078Z[ omicron-package] Compiling num_enum v0.7.6
25662026-08-17T20:23:17.117Z[ omicron-package] Compiling progenitor-extras v0.2.0
25672026-08-17T20:23:17.192Z[ omicron-package] Compiling vsss-rs v3.3.4
25682026-08-17T20:23:17.212Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25692026-08-17T20:23:17.240Z[ omicron-package] Compiling foreign-types v0.5.0
25702026-08-17T20:23:17.383Z[ omicron-package] Compiling tabwriter v1.4.1
25712026-08-17T20:23:17.452Z[ omicron-package] Compiling ingot v0.2.1
25722026-08-17T20:23:17.486Z[ omicron-package] Compiling parse-display v0.10.0
25732026-08-17T20:23:17.486Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25742026-08-17T20:23:17.570Z[ omicron-package] Compiling regress v0.10.5
25752026-08-17T20:23:17.681Z[ omicron-package] Compiling itertools v0.14.0
25762026-08-17T20:23:17.699Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25772026-08-17T20:23:17.761Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25782026-08-17T20:23:17.765Z[ omicron-package] Compiling cstr-argument v0.1.2
25792026-08-17T20:23:17.831Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25802026-08-17T20:23:18.003Z[ omicron-package] Compiling humantime v2.3.0
25812026-08-17T20:23:18.034Z[ omicron-package] Compiling num_enum v0.5.11
25822026-08-17T20:23:18.185Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25832026-08-17T20:23:18.333Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25842026-08-17T20:23:18.426Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25852026-08-17T20:23:18.492Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25862026-08-17T20:23:18.568Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25872026-08-17T20:23:18.642Z[ omicron-package] Compiling rayon v1.11.0
25882026-08-17T20:23:18.776Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25892026-08-17T20:23:18.811Z[ omicron-package] Compiling rand v0.10.1
25902026-08-17T20:23:18.873Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25912026-08-17T20:23:18.877Z[ omicron-package] Compiling colored v3.1.1
25922026-08-17T20:23:18.880Z[ omicron-package] Compiling libefi-sys v0.1.0
25932026-08-17T20:23:18.915Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25942026-08-17T20:23:18.965Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-08-17T20:23:18.986Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-08-17T20:23:19.375Z[ omicron-package] Compiling itertools v0.12.1
25972026-08-17T20:23:19.404Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25982026-08-17T20:23:19.425Z[ omicron-package] Compiling usdt-macro v0.5.0
25992026-08-17T20:23:19.449Z[ omicron-package] Compiling num-derive v0.4.2
26002026-08-17T20:23:19.516Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26012026-08-17T20:23:19.674Z[ omicron-package] Compiling bitfield-struct v0.6.2
26022026-08-17T20:23:19.716Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26032026-08-17T20:23:19.720Z[ omicron-package] Compiling memmap v0.7.0
26042026-08-17T20:23:19.754Z[ omicron-package] Compiling sigpipe v0.1.3
26052026-08-17T20:23:19.904Z[ omicron-package] Compiling swrite v0.1.0
26062026-08-17T20:23:20.038Z[ omicron-package] Compiling glob v0.3.3
26072026-08-17T20:23:20.116Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26082026-08-17T20:23:20.490Z[ omicron-package] Compiling usdt v0.5.0
26092026-08-17T20:23:20.634Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26102026-08-17T20:23:20.686Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26112026-08-17T20:23:20.743Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26122026-08-17T20:23:20.990Z[ omicron-package] Compiling zone v0.3.1
26132026-08-17T20:23:21.144Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-08-17T20:23:21.194Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26152026-08-17T20:23:21.251Z[ omicron-package] Compiling smf v0.2.3
26162026-08-17T20:23:21.263Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26172026-08-17T20:23:21.264Z[ omicron-package] Compiling whoami v1.6.1
26182026-08-17T20:23:21.427Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26192026-08-17T20:23:21.456Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26202026-08-17T20:23:21.532Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26212026-08-17T20:23:21.634Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26222026-08-17T20:23:21.784Z[ omicron-package] Compiling console v0.16.2
26232026-08-17T20:23:21.802Z[ omicron-package] Compiling gethostname v0.5.0
26242026-08-17T20:23:21.852Z[ omicron-package] Compiling unit-prefix v0.5.2
26252026-08-17T20:23:21.897Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26262026-08-17T20:23:21.976Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26272026-08-17T20:23:22.482Z[ omicron-package] Compiling indicatif v0.18.4
26282026-08-17T20:23:23.049Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26292026-08-17T20:23:26.279Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26302026-08-17T20:23:26.447Z[ helios-setup] Aug 17 20:23:25.749 INFO helios repository root is: /work/oxidecomputer/helios
26312026-08-17T20:23:26.451Z[ helios-setup] Aug 17 20:23:25.751 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26322026-08-17T20:23:26.451Z[ helios-setup] Aug 17 20:23:25.751 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
26332026-08-17T20:23:26.451Z[ helios-setup] Aug 17 20:23:25.751 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26342026-08-17T20:23:26.451Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26352026-08-17T20:23:26.582ZAug 17 20:23:25.885 INFO [hubris-staging] task succeeded (15.913206664s)
26362026-08-17T20:23:27.022Z[ helios-setup] Aug 17 20:23:26.325 INFO clone ok!, project: bootserver
26372026-08-17T20:23:27.022Z[ helios-setup] Aug 17 20:23:26.325 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
26382026-08-17T20:23:27.026Z[ helios-setup] Aug 17 20:23:26.325 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26392026-08-17T20:23:27.026Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26402026-08-17T20:23:27.995Z[ helios-setup] Aug 17 20:23:27.298 INFO clone ok!, project: chelsio-t6-roms
26412026-08-17T20:23:27.995Z[ helios-setup] Aug 17 20:23:27.299 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
26422026-08-17T20:23:27.995Z[ helios-setup] Aug 17 20:23:27.299 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26432026-08-17T20:23:27.999Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26442026-08-17T20:23:29.215Z[ helios-setup] Aug 17 20:23:28.519 INFO clone ok!, project: pilot
26452026-08-17T20:23:29.215Z[ helios-setup] Aug 17 20:23:28.519 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26462026-08-17T20:23:29.219Z[ helios-setup] Aug 17 20:23:28.519 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
26472026-08-17T20:23:29.219Z[ helios-setup] Aug 17 20:23:28.519 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26482026-08-17T20:23:29.219Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26492026-08-17T20:23:29.797Z[ helios-setup] Aug 17 20:23:29.100 INFO clone ok!, project: image-builder
26502026-08-17T20:23:29.797Z[ helios-setup] Aug 17 20:23:29.100 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
26512026-08-17T20:23:29.801Z[ helios-setup] Aug 17 20:23:29.100 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26522026-08-17T20:23:29.801Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26532026-08-17T20:23:34.689Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26542026-08-17T20:23:36.151Z[ helios-setup] Aug 17 20:23:35.435 INFO clone ok!, project: amd-firmware
26552026-08-17T20:23:36.151Z[ helios-setup] Aug 17 20:23:35.435 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
26562026-08-17T20:23:36.160Z[ helios-setup] Aug 17 20:23:35.435 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26572026-08-17T20:23:36.160Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26582026-08-17T20:23:36.756Z[ helios-setup] Aug 17 20:23:36.059 INFO clone ok!, project: phbl
26592026-08-17T20:23:36.759Z[ helios-setup] Aug 17 20:23:36.059 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26602026-08-17T20:23:36.759Z[ helios-setup] Aug 17 20:23:36.059 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
26612026-08-17T20:23:36.759Z[ helios-setup] Aug 17 20:23:36.059 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
26622026-08-17T20:23:36.759Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26632026-08-17T20:23:37.609Z[ helios-setup] Aug 17 20:23:36.912 INFO clone ok!, project: amd-host-image-builder
26642026-08-17T20:23:37.609Z[ helios-setup] Aug 17 20:23:36.912 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
26652026-08-17T20:23:37.613Z[ helios-setup] Aug 17 20:23:36.912 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26662026-08-17T20:23:37.613Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26672026-08-17T20:23:37.965Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26682026-08-17T20:23:38.432Z[ helios-setup] Aug 17 20:23:37.735 INFO clone ok!, project: dmar-report
26692026-08-17T20:23:38.435Z[ helios-setup] Aug 17 20:23:37.735 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
26702026-08-17T20:23:38.435Z[ helios-setup] Aug 17 20:23:37.735 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26712026-08-17T20:23:38.436Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26722026-08-17T20:23:38.994Z[ helios-setup] Aug 17 20:23:38.297 INFO clone ok!, project: pinprick
26732026-08-17T20:23:38.998Z[ helios-setup] Aug 17 20:23:38.297 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26742026-08-17T20:23:39.037Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26752026-08-17T20:23:39.234Z[ helios-setup] Aug 17 20:23:38.537 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26762026-08-17T20:23:39.483Z[ helios-setup] Aug 17 20:23:38.786 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26772026-08-17T20:23:39.484Z[ helios-setup] Aug 17 20:23:38.786 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26782026-08-17T20:23:39.718Z[ helios-setup] Aug 17 20:23:39.021 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26792026-08-17T20:23:39.956Z[ helios-setup] Aug 17 20:23:39.259 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26802026-08-17T20:23:39.956Z[ helios-setup] Aug 17 20:23:39.259 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26812026-08-17T20:23:40.202Z[ helios-setup] Aug 17 20:23:39.504 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26822026-08-17T20:23:40.435Z[ helios-setup] Aug 17 20:23:39.738 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26832026-08-17T20:23:40.436Z[ helios-setup] Aug 17 20:23:39.739 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26842026-08-17T20:23:40.439Z[ helios-setup] Aug 17 20:23:39.739 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26852026-08-17T20:23:40.439Z[ helios-setup] Aug 17 20:23:39.739 INFO ok!
26862026-08-17T20:23:40.439Z[ helios-setup] Aug 17 20:23:39.739 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26872026-08-17T20:23:40.440Z[ helios-setup] Aug 17 20:23:39.739 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26882026-08-17T20:23:40.440Z[ helios-setup] Aug 17 20:23:39.739 INFO ok!
26892026-08-17T20:23:40.440Z[ helios-setup] Aug 17 20:23:39.739 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26902026-08-17T20:23:40.440Z[ helios-setup] Aug 17 20:23:39.739 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26912026-08-17T20:23:40.440Z[ helios-setup] Aug 17 20:23:39.739 INFO ok!
26922026-08-17T20:23:40.440Z[ helios-setup] Aug 17 20:23:39.739 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26932026-08-17T20:23:40.444Z[ helios-setup] Aug 17 20:23:39.747 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
26942026-08-17T20:23:40.444Z[ helios-setup] Aug 17 20:23:39.747 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26952026-08-17T20:23:40.447Z[ helios-setup] Aug 17 20:23:39.747 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26962026-08-17T20:23:40.531Z[ helios-setup] Aug 17 20:23:39.834 INFO E| Downloading crates ...
26972026-08-17T20:23:40.590Z[ helios-setup] Aug 17 20:23:39.893 INFO E| Downloaded flate2 v1.0.25
26982026-08-17T20:23:40.594Z[ helios-setup] Aug 17 20:23:39.896 INFO E| Downloaded cpufeatures v0.2.5
26992026-08-17T20:23:40.597Z[ helios-setup] Aug 17 20:23:39.899 INFO E| Downloaded generic-array v0.14.6
27002026-08-17T20:23:40.601Z[ helios-setup] Aug 17 20:23:39.903 INFO E| Downloaded block-buffer v0.10.3
27012026-08-17T20:23:40.604Z[ helios-setup] Aug 17 20:23:39.907 INFO E| Downloaded unicode-width v0.1.10
27022026-08-17T20:23:40.608Z[ helios-setup] Aug 17 20:23:39.911 INFO E| Downloaded anyhow v1.0.62
27032026-08-17T20:23:40.612Z[ helios-setup] Aug 17 20:23:39.913 INFO E| Downloaded typenum v1.15.0
27042026-08-17T20:23:40.615Z[ helios-setup] Aug 17 20:23:39.916 INFO E| Downloaded digest v0.10.3
27052026-08-17T20:23:40.615Z[ helios-setup] Aug 17 20:23:39.917 INFO E| Downloaded miniz_oxide v0.6.2
27062026-08-17T20:23:40.619Z[ helios-setup] Aug 17 20:23:39.919 INFO E| Downloaded sha2 v0.10.5
27072026-08-17T20:23:40.619Z[ helios-setup] Aug 17 20:23:39.920 INFO E| Downloaded bytes v1.2.1
27082026-08-17T20:23:40.652Z[ helios-setup] Aug 17 20:23:39.955 INFO E| Compiling typenum v1.15.0
27092026-08-17T20:23:40.652Z[ helios-setup] Aug 17 20:23:39.955 INFO E| Compiling version_check v0.9.4
27102026-08-17T20:23:40.656Z[ helios-setup] Aug 17 20:23:39.955 INFO E| Compiling crc32fast v1.3.2
27112026-08-17T20:23:40.656Z[ helios-setup] Aug 17 20:23:39.955 INFO E| Compiling cfg-if v1.0.0
27122026-08-17T20:23:40.656Z[ helios-setup] Aug 17 20:23:39.956 INFO E| Compiling adler v1.0.2
27132026-08-17T20:23:40.656Z[ helios-setup] Aug 17 20:23:39.956 INFO E| Compiling anyhow v1.0.62
27142026-08-17T20:23:40.656Z[ helios-setup] Aug 17 20:23:39.956 INFO E| Compiling unicode-width v0.1.10
27152026-08-17T20:23:40.675Z[ helios-setup] Aug 17 20:23:39.978 INFO E| Compiling cpufeatures v0.2.5
27162026-08-17T20:23:40.675Z[ helios-setup] Aug 17 20:23:39.978 INFO E| Compiling bytes v1.2.1
27172026-08-17T20:23:40.679Z[ helios-setup] Aug 17 20:23:39.978 INFO E| Compiling bitflags v1.3.2
27182026-08-17T20:23:40.760Z[ helios-setup] Aug 17 20:23:40.063 INFO E| Compiling getopts v0.2.21
27192026-08-17T20:23:40.799Z[ helios-setup] Aug 17 20:23:40.102 INFO E| Compiling miniz_oxide v0.6.2
27202026-08-17T20:23:40.978Z[ helios-setup] Aug 17 20:23:40.281 INFO E| Compiling generic-array v0.14.6
27212026-08-17T20:23:41.158Z[ helios-setup] Aug 17 20:23:40.461 INFO E| Compiling flate2 v1.0.25
27222026-08-17T20:23:42.058Z[ helios-setup] Aug 17 20:23:41.362 INFO E| Compiling crypto-common v0.1.6
27232026-08-17T20:23:42.058Z[ helios-setup] Aug 17 20:23:41.362 INFO E| Compiling block-buffer v0.10.3
27242026-08-17T20:23:42.154Z[ helios-setup] Aug 17 20:23:41.457 INFO E| Compiling digest v0.10.3
27252026-08-17T20:23:42.287Z[ helios-setup] Aug 17 20:23:41.590 INFO E| Compiling sha2 v0.10.5
27262026-08-17T20:23:42.467Z[ helios-setup] Aug 17 20:23:41.771 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27272026-08-17T20:23:44.096Z[ helios-setup] Aug 17 20:23:43.399 INFO E| Finished `release` profile [optimized] target(s) in 3.64s
27282026-08-17T20:23:44.108Z[ helios-setup] Aug 17 20:23:43.411 INFO building project "bootserver" ok (3 seconds)
27292026-08-17T20:23:44.108Z[ helios-setup] Aug 17 20:23:43.411 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27302026-08-17T20:23:44.116Z[ helios-setup] Aug 17 20:23:43.420 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27312026-08-17T20:23:44.119Z[ helios-setup] Aug 17 20:23:43.420 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27322026-08-17T20:23:44.119Z[ helios-setup] Aug 17 20:23:43.420 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27332026-08-17T20:23:44.204Z[ helios-setup] Aug 17 20:23:43.508 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27342026-08-17T20:23:44.548Z[ helios-setup] Aug 17 20:23:43.850 INFO E| From https://github.com/jclulow/hiercmd
27352026-08-17T20:23:44.548Z[ helios-setup] Aug 17 20:23:43.850 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27362026-08-17T20:23:44.557Z[ helios-setup] Aug 17 20:23:43.861 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27372026-08-17T20:23:44.896Z[ helios-setup] Aug 17 20:23:44.199 INFO E| From https://github.com/oxidecomputer/network-interface
27382026-08-17T20:23:44.896Z[ helios-setup] Aug 17 20:23:44.199 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27392026-08-17T20:23:44.906Z[ helios-setup] Aug 17 20:23:44.208 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27402026-08-17T20:23:45.587Z[ helios-setup] Aug 17 20:23:44.891 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27412026-08-17T20:23:45.588Z[ helios-setup] Aug 17 20:23:44.891 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27422026-08-17T20:23:45.604Z[ helios-setup] Aug 17 20:23:44.907 INFO E| Updating crates.io index
27432026-08-17T20:23:45.875Z[ helios-setup] Aug 17 20:23:45.178 INFO E| Downloading crates ...
27442026-08-17T20:23:45.927Z[ helios-setup] Aug 17 20:23:45.230 INFO E| Downloaded futures-task v0.3.31
27452026-08-17T20:23:45.930Z[ helios-setup] Aug 17 20:23:45.232 INFO E| Downloaded itoa v1.0.15
27462026-08-17T20:23:45.933Z[ helios-setup] Aug 17 20:23:45.235 INFO E| Downloaded crc v3.3.0
27472026-08-17T20:23:45.933Z[ helios-setup] Aug 17 20:23:45.237 INFO E| Downloaded deranged v0.5.5
27482026-08-17T20:23:45.936Z[ helios-setup] Aug 17 20:23:45.238 INFO E| Downloaded futures-io v0.3.31
27492026-08-17T20:23:45.936Z[ helios-setup] Aug 17 20:23:45.240 INFO E| Downloaded term v1.2.0
27502026-08-17T20:23:45.940Z[ helios-setup] Aug 17 20:23:45.242 INFO E| Downloaded clap_lex v0.7.6
27512026-08-17T20:23:45.943Z[ helios-setup] Aug 17 20:23:45.244 INFO E| Downloaded serde_spanned v1.0.3
27522026-08-17T20:23:45.946Z[ helios-setup] Aug 17 20:23:45.246 INFO E| Downloaded time-core v0.1.6
27532026-08-17T20:23:45.949Z[ helios-setup] Aug 17 20:23:45.250 INFO E| Downloaded tokio-macros v2.6.0
27542026-08-17T20:23:45.949Z[ helios-setup] Aug 17 20:23:45.252 INFO E| Downloaded bitfield v0.19.3
27552026-08-17T20:23:45.949Z[ helios-setup] Aug 17 20:23:45.252 INFO E| Downloaded anstyle v1.0.13
27562026-08-17T20:23:45.952Z[ helios-setup] Aug 17 20:23:45.253 INFO E| Downloaded futures-sink v0.3.31
27572026-08-17T20:23:45.955Z[ helios-setup] Aug 17 20:23:45.259 INFO E| Downloaded env_filter v0.1.4
27582026-08-17T20:23:45.960Z[ helios-setup] Aug 17 20:23:45.261 INFO E| Downloaded pin-utils v0.1.0
27592026-08-17T20:23:45.963Z[ helios-setup] Aug 17 20:23:45.263 INFO E| Downloaded clap_derive v4.5.49
27602026-08-17T20:23:45.969Z[ helios-setup] Aug 17 20:23:45.273 INFO E| Downloaded getopts v0.2.24
27612026-08-17T20:23:45.973Z[ helios-setup] Aug 17 20:23:45.274 INFO E| Downloaded env_logger v0.11.8
27622026-08-17T20:23:45.973Z[ helios-setup] Aug 17 20:23:45.276 INFO E| Downloaded num_enum_derive v0.7.5
27632026-08-17T20:23:45.979Z[ helios-setup] Aug 17 20:23:45.282 INFO E| Downloaded futures-core v0.3.31
27642026-08-17T20:23:45.982Z[ helios-setup] Aug 17 20:23:45.283 INFO E| Downloaded libdevinfo-sys v1.1.0
27652026-08-17T20:23:45.982Z[ helios-setup] Aug 17 20:23:45.285 INFO E| Downloaded anstyle-query v1.1.4
27662026-08-17T20:23:45.985Z[ helios-setup] Aug 17 20:23:45.286 INFO E| Downloaded bitfield-macros v0.19.3
27672026-08-17T20:23:45.985Z[ helios-setup] Aug 17 20:23:45.287 INFO E| Downloaded simd-adler32 v0.3.7
27682026-08-17T20:23:46.002Z[ helios-setup] Aug 17 20:23:45.305 INFO E| Downloaded futures-macro v0.3.31
27692026-08-17T20:23:46.032Z[ helios-setup] Aug 17 20:23:45.335 INFO E| Downloaded zeroize_derive v1.4.2
27702026-08-17T20:23:46.040Z[ helios-setup] Aug 17 20:23:45.344 INFO E| Downloaded find-msvc-tools v0.1.4
27712026-08-17T20:23:46.045Z[ helios-setup] Aug 17 20:23:45.348 INFO E| Downloaded zeroize v1.8.2
27722026-08-17T20:23:46.050Z[ helios-setup] Aug 17 20:23:45.349 INFO E| Downloaded futures-executor v0.3.31
27732026-08-17T20:23:46.051Z[ helios-setup] Aug 17 20:23:45.350 INFO E| Downloaded generic-array v0.14.9
27742026-08-17T20:23:46.055Z[ helios-setup] Aug 17 20:23:45.351 INFO E| Downloaded thiserror v2.0.17
27752026-08-17T20:23:46.058Z[ helios-setup] Aug 17 20:23:45.358 INFO E| Downloaded base64ct v1.8.0
27762026-08-17T20:23:46.058Z[ helios-setup] Aug 17 20:23:45.359 INFO E| Downloaded futures-channel v0.3.31
27772026-08-17T20:23:46.058Z[ helios-setup] Aug 17 20:23:45.360 INFO E| Downloaded slab v0.4.11
27782026-08-17T20:23:46.061Z[ helios-setup] Aug 17 20:23:45.362 INFO E| Downloaded num_enum v0.7.5
27792026-08-17T20:23:46.061Z[ helios-setup] Aug 17 20:23:45.365 INFO E| Downloaded toml_writer v1.0.4
27802026-08-17T20:23:46.069Z[ helios-setup] Aug 17 20:23:45.371 INFO E| Downloaded iana-time-zone v0.1.64
27812026-08-17T20:23:46.079Z[ helios-setup] Aug 17 20:23:45.382 INFO E| Downloaded quote v1.0.41
27822026-08-17T20:23:46.086Z[ helios-setup] Aug 17 20:23:45.389 INFO E| Downloaded time-macros v0.2.24
27832026-08-17T20:23:46.089Z[ helios-setup] Aug 17 20:23:45.390 INFO E| Downloaded toml_datetime v0.7.3
27842026-08-17T20:23:46.089Z[ helios-setup] Aug 17 20:23:45.391 INFO E| Downloaded thiserror-impl v2.0.17
27852026-08-17T20:23:46.089Z[ helios-setup] Aug 17 20:23:45.392 INFO E| Downloaded signal-hook-registry v1.4.6
27862026-08-17T20:23:46.093Z[ helios-setup] Aug 17 20:23:45.396 INFO E| Downloaded bitflags v2.10.0
27872026-08-17T20:23:46.096Z[ helios-setup] Aug 17 20:23:45.399 INFO E| Downloaded pin-project-lite v0.2.16
27882026-08-17T20:23:46.099Z[ helios-setup] Aug 17 20:23:45.402 INFO E| Downloaded toml_parser v1.0.4
27892026-08-17T20:23:46.110Z[ helios-setup] Aug 17 20:23:45.413 INFO E| Downloaded socket2 v0.6.1
27902026-08-17T20:23:46.113Z[ helios-setup] Aug 17 20:23:45.415 INFO E| Downloaded futures v0.3.31
27912026-08-17T20:23:46.116Z[ helios-setup] Aug 17 20:23:45.418 INFO E| Downloaded flate2 v1.1.5
27922026-08-17T20:23:46.121Z[ helios-setup] Aug 17 20:23:45.423 INFO E| Downloaded ryu v1.0.20
27932026-08-17T20:23:46.125Z[ helios-setup] Aug 17 20:23:45.429 INFO E| Downloaded devinfo v0.1.0
27942026-08-17T20:23:46.128Z[ helios-setup] Aug 17 20:23:45.429 INFO E| Downloaded getrandom v0.2.16
27952026-08-17T20:23:46.128Z[ helios-setup] Aug 17 20:23:45.431 INFO E| Downloaded rand v0.8.5
27962026-08-17T20:23:46.133Z[ helios-setup] Aug 17 20:23:45.436 INFO E| Downloaded log v0.4.28
27972026-08-17T20:23:46.143Z[ helios-setup] Aug 17 20:23:45.446 INFO E| Downloaded unicode-ident v1.0.22
27982026-08-17T20:23:46.146Z[ helios-setup] Aug 17 20:23:45.449 INFO E| Downloaded anyhow v1.0.100
27992026-08-17T20:23:46.150Z[ helios-setup] Aug 17 20:23:45.451 INFO E| Downloaded proc-macro2 v1.0.103
28002026-08-17T20:23:46.150Z[ helios-setup] Aug 17 20:23:45.453 INFO E| Downloaded toml v0.9.8
28012026-08-17T20:23:46.156Z[ helios-setup] Aug 17 20:23:45.458 INFO E| Downloaded clap v4.5.51
28022026-08-17T20:23:46.160Z[ helios-setup] Aug 17 20:23:45.463 INFO E| Downloaded uuid v1.18.1
28032026-08-17T20:23:46.172Z[ helios-setup] Aug 17 20:23:45.475 INFO E| Downloaded bytes v1.10.1
28042026-08-17T20:23:46.176Z[ helios-setup] Aug 17 20:23:45.479 INFO E| Downloaded cc v1.2.44
28052026-08-17T20:23:46.184Z[ helios-setup] Aug 17 20:23:45.487 INFO E| Downloaded toml_edit v0.23.7
28062026-08-17T20:23:46.197Z[ helios-setup] Aug 17 20:23:45.500 INFO E| Downloaded memchr v2.7.6
28072026-08-17T20:23:46.201Z[ helios-setup] Aug 17 20:23:45.504 INFO E| Downloaded mio v1.1.0
28082026-08-17T20:23:46.212Z[ helios-setup] Aug 17 20:23:45.516 INFO E| Downloaded typenum v1.19.0
28092026-08-17T20:23:46.216Z[ helios-setup] Aug 17 20:23:45.520 INFO E| Downloaded zerocopy-derive v0.8.27
28102026-08-17T20:23:46.220Z[ helios-setup] Aug 17 20:23:45.523 INFO E| Downloaded indexmap v2.12.0
28112026-08-17T20:23:46.232Z[ helios-setup] Aug 17 20:23:45.535 INFO E| Downloaded rsa v0.9.8
28122026-08-17T20:23:46.243Z[ helios-setup] Aug 17 20:23:45.547 INFO E| Downloaded time v0.3.44
28132026-08-17T20:23:46.255Z[ helios-setup] Aug 17 20:23:45.558 INFO E| Downloaded num-bigint-dig v0.8.4
28142026-08-17T20:23:46.258Z[ helios-setup] Aug 17 20:23:45.561 INFO E| Downloaded serde_json v1.0.145
28152026-08-17T20:23:46.274Z[ helios-setup] Aug 17 20:23:45.578 INFO E| Downloaded iddqd v0.3.14
28162026-08-17T20:23:46.282Z[ helios-setup] Aug 17 20:23:45.586 INFO E| Downloaded clap_builder v4.5.51
28172026-08-17T20:23:46.286Z[ helios-setup] Aug 17 20:23:45.589 INFO E| Downloaded futures-util v0.3.31
28182026-08-17T20:23:46.292Z[ helios-setup] Aug 17 20:23:45.596 INFO E| Downloaded hashbrown v0.16.0
28192026-08-17T20:23:46.296Z[ helios-setup] Aug 17 20:23:45.598 INFO E| Downloaded winnow v0.7.13
28202026-08-17T20:23:46.300Z[ helios-setup] Aug 17 20:23:45.603 INFO E| Downloaded libm v0.2.15
28212026-08-17T20:23:46.329Z[ helios-setup] Aug 17 20:23:45.632 INFO E| Downloaded chrono v0.4.42
28222026-08-17T20:23:46.334Z[ helios-setup] Aug 17 20:23:45.636 INFO E| Downloaded zerocopy v0.8.27
28232026-08-17T20:23:46.391Z[ helios-setup] Aug 17 20:23:45.651 INFO E| Downloaded syn v2.0.108
28242026-08-17T20:23:46.392Z[ helios-setup] Aug 17 20:23:45.657 INFO E| Downloaded unicode-width v0.2.2
28252026-08-17T20:23:46.392Z[ helios-setup] Aug 17 20:23:45.679 INFO E| Downloaded rustix v1.1.2
28262026-08-17T20:23:46.433Z[ helios-setup] Aug 17 20:23:45.735 INFO E| Downloaded libc v0.2.177
28272026-08-17T20:23:46.446Z[ helios-setup] Aug 17 20:23:45.749 INFO E| Downloaded tokio v1.48.0
28282026-08-17T20:23:46.563Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling proc-macro2 v1.0.103
28292026-08-17T20:23:46.563Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling unicode-ident v1.0.22
28302026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling quote v1.0.41
28312026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling libc v0.2.177
28322026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling serde_core v1.0.228
28332026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling cfg-if v1.0.4
28342026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling serde v1.0.228
28352026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling version_check v0.9.5
28362026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling autocfg v1.5.0
28372026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling typenum v1.19.0
28382026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling const-oid v0.9.6
28392026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling libm v0.2.15
28402026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling zerocopy v0.8.27
28412026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling rustversion v1.0.22
28422026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling smallvec v1.15.1
28432026-08-17T20:23:46.568Z[ helios-setup] Aug 17 20:23:45.866 INFO E| Compiling base64ct v1.8.0
28442026-08-17T20:23:46.803Z[ helios-setup] Aug 17 20:23:46.106 INFO E| Compiling zeroize v1.8.2
28452026-08-17T20:23:46.908Z[ helios-setup] Aug 17 20:23:46.211 INFO E| Compiling rustix v1.1.2
28462026-08-17T20:23:47.193Z[ helios-setup] Aug 17 20:23:46.496 INFO E| Compiling generic-array v0.14.9
28472026-08-17T20:23:47.243Z[ helios-setup] Aug 17 20:23:46.541 INFO E| Compiling pem-rfc7468 v0.7.0
28482026-08-17T20:23:47.295Z[ helios-setup] Aug 17 20:23:46.598 INFO E| Compiling flagset v0.4.7
28492026-08-17T20:23:47.305Z[ helios-setup] Aug 17 20:23:46.608 INFO E| Compiling winnow v0.7.13
28502026-08-17T20:23:47.321Z[ helios-setup] Aug 17 20:23:46.623 INFO E| Compiling num-traits v0.2.19
28512026-08-17T20:23:47.450Z[ helios-setup] Aug 17 20:23:46.752 INFO E| Compiling utf8parse v0.2.2
28522026-08-17T20:23:47.456Z[ helios-setup] Aug 17 20:23:46.760 INFO E| Compiling equivalent v1.0.2
28532026-08-17T20:23:47.480Z[ helios-setup] Aug 17 20:23:46.783 INFO E| Compiling memchr v2.7.6
28542026-08-17T20:23:47.515Z[ helios-setup] Aug 17 20:23:46.818 INFO E| Compiling crc32fast v1.5.0
28552026-08-17T20:23:47.534Z[ helios-setup] Aug 17 20:23:46.837 INFO E| Compiling hashbrown v0.16.0
28562026-08-17T20:23:47.550Z[ helios-setup] Aug 17 20:23:46.853 INFO E| Compiling anyhow v1.0.100
28572026-08-17T20:23:47.630Z[ helios-setup] Aug 17 20:23:46.932 INFO E| Compiling byteorder v1.5.0
28582026-08-17T20:23:47.704Z[ helios-setup] Aug 17 20:23:47.007 INFO E| Compiling anstyle-parse v0.2.7
28592026-08-17T20:23:47.851Z[ helios-setup] Aug 17 20:23:47.150 INFO E| Compiling getrandom v0.2.16
28602026-08-17T20:23:47.866Z[ helios-setup] Aug 17 20:23:47.169 INFO E| Compiling errno v0.3.14
28612026-08-17T20:23:47.912Z[ helios-setup] Aug 17 20:23:47.214 INFO E| Compiling syn v1.0.109
28622026-08-17T20:23:47.940Z[ helios-setup] Aug 17 20:23:47.242 INFO E| Compiling cpufeatures v0.2.17
28632026-08-17T20:23:47.955Z[ helios-setup] Aug 17 20:23:47.258 INFO E| Compiling shlex v1.3.0
28642026-08-17T20:23:48.026Z[ helios-setup] Aug 17 20:23:47.329 INFO E| Compiling rand_core v0.6.4
28652026-08-17T20:23:48.054Z[ helios-setup] Aug 17 20:23:47.358 INFO E| Compiling anstyle-query v1.1.4
28662026-08-17T20:23:48.089Z[ helios-setup] Aug 17 20:23:47.392 INFO E| Compiling find-msvc-tools v0.1.4
28672026-08-17T20:23:48.095Z[ helios-setup] Aug 17 20:23:47.398 INFO E| Compiling allocator-api2 v0.2.21
28682026-08-17T20:23:48.180Z[ helios-setup] Aug 17 20:23:47.483 INFO E| Compiling indexmap v2.12.0
28692026-08-17T20:23:48.192Z[ helios-setup] Aug 17 20:23:47.495 INFO E| Compiling colorchoice v1.0.4
28702026-08-17T20:23:48.195Z[ helios-setup] Aug 17 20:23:47.495 INFO E| Compiling anstyle v1.0.13
28712026-08-17T20:23:48.195Z[ helios-setup] Aug 17 20:23:47.495 INFO E| Compiling radium v0.7.0
28722026-08-17T20:23:48.208Z[ helios-setup] Aug 17 20:23:47.511 INFO E| Compiling is_terminal_polyfill v1.70.2
28732026-08-17T20:23:48.312Z[ helios-setup] Aug 17 20:23:47.614 INFO E| Compiling toml_datetime v0.7.3
28742026-08-17T20:23:48.325Z[ helios-setup] Aug 17 20:23:47.627 INFO E| Compiling cc v1.2.44
28752026-08-17T20:23:48.372Z[ helios-setup] Aug 17 20:23:47.675 INFO E| Compiling syn v2.0.108
28762026-08-17T20:23:48.380Z[ helios-setup] Aug 17 20:23:47.683 INFO E| Compiling anstream v0.6.21
28772026-08-17T20:23:48.529Z[ helios-setup] Aug 17 20:23:47.831 INFO E| Compiling slog v2.8.2
28782026-08-17T20:23:48.596Z[ helios-setup] Aug 17 20:23:47.899 INFO E| Compiling pkg-config v0.3.32
28792026-08-17T20:23:48.681Z[ helios-setup] Aug 17 20:23:47.984 INFO E| Compiling crypto-common v0.1.6
28802026-08-17T20:23:48.720Z[ helios-setup] Aug 17 20:23:48.022 INFO E| Compiling block-buffer v0.10.4
28812026-08-17T20:23:48.794Z[ helios-setup] Aug 17 20:23:48.097 INFO E| Compiling toml_parser v1.0.4
28822026-08-17T20:23:48.811Z[ helios-setup] Aug 17 20:23:48.114 INFO E| Compiling futures-sink v0.3.31
28832026-08-17T20:23:48.827Z[ helios-setup] Aug 17 20:23:48.131 INFO E| Compiling tap v1.0.1
28842026-08-17T20:23:48.828Z[ helios-setup] Aug 17 20:23:48.131 INFO E| Compiling futures-core v0.3.31
28852026-08-17T20:23:48.876Z[ helios-setup] Aug 17 20:23:48.178 INFO E| Compiling digest v0.10.7
28862026-08-17T20:23:48.897Z[ helios-setup] Aug 17 20:23:48.200 INFO E| Compiling maybe-uninit v2.0.0
28872026-08-17T20:23:48.905Z[ helios-setup] Aug 17 20:23:48.208 INFO E| Compiling unicode-width v0.2.2
28882026-08-17T20:23:48.932Z[ helios-setup] Aug 17 20:23:48.234 INFO E| Compiling parking_lot_core v0.9.12
28892026-08-17T20:23:48.946Z[ helios-setup] Aug 17 20:23:48.248 INFO E| Compiling pin-project-lite v0.2.16
28902026-08-17T20:23:48.967Z[ helios-setup] Aug 17 20:23:48.270 INFO E| Compiling futures-channel v0.3.31
28912026-08-17T20:23:49.050Z[ helios-setup] Aug 17 20:23:48.352 INFO E| Compiling num-integer v0.1.46
28922026-08-17T20:23:49.060Z[ helios-setup] Aug 17 20:23:48.362 INFO E| Compiling sha2 v0.10.9
28932026-08-17T20:23:49.069Z[ helios-setup] Aug 17 20:23:48.370 INFO E| Compiling wyz v0.5.1
28942026-08-17T20:23:49.145Z[ helios-setup] Aug 17 20:23:48.449 INFO E| Compiling getopts v0.2.24
28952026-08-17T20:23:49.164Z[ helios-setup] Aug 17 20:23:48.466 INFO E| Compiling toml_edit v0.23.7
28962026-08-17T20:23:49.218Z[ helios-setup] Aug 17 20:23:48.518 INFO E| Compiling ahash v0.8.12
28972026-08-17T20:23:49.274Z[ helios-setup] Aug 17 20:23:48.577 INFO E| Compiling num-bigint-dig v0.8.4
28982026-08-17T20:23:49.277Z[ helios-setup] Aug 17 20:23:48.577 INFO E| Compiling bytes v1.10.1
28992026-08-17T20:23:49.298Z[ helios-setup] Aug 17 20:23:48.601 INFO E| Compiling futures-io v0.3.31
29002026-08-17T20:23:49.304Z[ helios-setup] Aug 17 20:23:48.607 INFO E| Compiling slab v0.4.11
29012026-08-17T20:23:49.343Z[ helios-setup] Aug 17 20:23:48.646 INFO E| Compiling heck v0.5.0
29022026-08-17T20:23:49.403Z[ helios-setup] Aug 17 20:23:48.707 INFO E| Compiling pin-utils v0.1.0
29032026-08-17T20:23:49.439Z[ omicron-package] Finished `release` profile [optimized] target(s) in 38.76s
29042026-08-17T20:23:49.458Z[ helios-setup] Aug 17 20:23:48.761 INFO E| Compiling thiserror v1.0.69
29052026-08-17T20:23:49.483Z[ helios-setup] Aug 17 20:23:48.785 INFO E| Compiling bitflags v2.10.0
29062026-08-17T20:23:49.517Z[ helios-setup] Aug 17 20:23:48.820 INFO E| Compiling futures-task v0.3.31
29072026-08-17T20:23:49.529Z[ helios-setup] Aug 17 20:23:48.829 INFO E| Compiling clap_lex v0.7.6
29082026-08-17T20:23:49.557Z[ helios-setup] Aug 17 20:23:48.860 INFO E| Compiling strsim v0.11.1
29092026-08-17T20:23:49.557Z[ helios-setup] Aug 17 20:23:48.860 INFO E| Compiling getrandom v0.3.4
29102026-08-17T20:23:49.588Z[ helios-setup] Aug 17 20:23:48.891 INFO E| Compiling funty v2.0.0
29112026-08-17T20:23:49.598Z[ helios-setup] Aug 17 20:23:48.901 INFO E| Compiling time-core v0.1.6
29122026-08-17T20:23:49.712Z[ helios-setup] Aug 17 20:23:49.015 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29132026-08-17T20:23:49.728Z[ omicron-package]
29142026-08-17T20:23:49.728Z[ omicron-package] real 38.957289028
29152026-08-17T20:23:49.728Z[ omicron-package] user 3:47.883922228
29162026-08-17T20:23:49.733Z[ omicron-package] sys 27.200397290
29172026-08-17T20:23:49.733Z[ omicron-package] trap 0.452340427
29182026-08-17T20:23:49.733Z[ omicron-package] tflt 0.520910547
29192026-08-17T20:23:49.733Z[ omicron-package] dflt 2.473721100
29202026-08-17T20:23:49.733Z[ omicron-package] kflt 0.000142040
29212026-08-17T20:23:49.733Z[ omicron-package] lock 11:07.701879189
29222026-08-17T20:23:49.733Z[ omicron-package] slp 6:02.224519659
29232026-08-17T20:23:49.733Z[ omicron-package] lat 49.166914770
29242026-08-17T20:23:49.733Z[ omicron-package] stop 1:42.840643123
29252026-08-17T20:23:49.733ZAug 17 20:23:49.032 INFO [omicron-package] process exited with exit status: 0 (39.057846415s)
29262026-08-17T20:23:49.733ZAug 17 20:23:49.032 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29272026-08-17T20:23:49.733ZAug 17 20:23:49.033 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29282026-08-17T20:23:49.740Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29292026-08-17T20:23:49.743Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29302026-08-17T20:23:49.744Z[ host-target] Created new build target 'host' and set it as active
29312026-08-17T20:23:49.744Z[ recovery-target] Created new build target 'recovery' and set it as active
29322026-08-17T20:23:49.748ZAug 17 20:23:49.047 INFO [recovery-target] process exited with exit status: 0 (15.046366ms)
29332026-08-17T20:23:49.748ZAug 17 20:23:49.047 INFO [host-target] process exited with exit status: 0 (14.627356ms)
29342026-08-17T20:23:49.748ZAug 17 20:23:49.047 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29352026-08-17T20:23:49.754Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29362026-08-17T20:23:49.754Z[ helios-setup] Aug 17 20:23:49.057 INFO E| Compiling itoa v1.0.15
29372026-08-17T20:23:49.784Z[ helios-setup] Aug 17 20:23:49.086 INFO E| Compiling proc-macro-crate v3.4.0
29382026-08-17T20:23:49.818Z[ helios-setup] Aug 17 20:23:49.121 INFO E| Compiling scopeguard v1.2.0
29392026-08-17T20:23:49.916Z[ helios-setup] Aug 17 20:23:49.219 INFO E| Compiling spin v0.9.8
29402026-08-17T20:23:49.927Z[ helios-setup] Aug 17 20:23:49.226 INFO E| Compiling powerfmt v0.2.0
29412026-08-17T20:23:49.927Z[ helios-setup] Aug 17 20:23:49.226 INFO E| Compiling num-conv v0.1.0
29422026-08-17T20:23:49.935Z[ helios-setup] Aug 17 20:23:49.238 INFO E| Compiling packed_struct v0.10.1
29432026-08-17T20:23:49.957Z[ helios-setup] Aug 17 20:23:49.255 INFO E| Compiling lock_api v0.4.14
29442026-08-17T20:23:50.070Z[ helios-setup] Aug 17 20:23:49.373 INFO E| Compiling lazy_static v1.5.0
29452026-08-17T20:23:50.092Z[ helios-setup] Aug 17 20:23:49.393 INFO E| Compiling time-macros v0.2.24
29462026-08-17T20:23:50.167Z[ helios-setup] Aug 17 20:23:49.470 INFO E| Compiling deranged v0.5.5
29472026-08-17T20:23:50.174Z[ helios-setup] Aug 17 20:23:49.477 INFO E| Compiling bitvec v1.0.1
29482026-08-17T20:23:50.221Z[ helios-setup] Aug 17 20:23:49.522 INFO E| Compiling terminal_size v0.4.3
29492026-08-17T20:23:50.315Z[ helios-setup] Aug 17 20:23:49.618 INFO E| Compiling clap_builder v4.5.51
29502026-08-17T20:23:50.344Z[ helios-setup] Aug 17 20:23:49.645 INFO E| Compiling num-iter v0.1.45
29512026-08-17T20:23:50.390Z[ helios-setup] Aug 17 20:23:49.692 INFO E| Compiling indexmap v1.9.3
29522026-08-17T20:23:50.393Z[ helios-setup] Aug 17 20:23:49.693 INFO E| Compiling simd-adler32 v0.3.7
29532026-08-17T20:23:50.438Z[ helios-setup] Aug 17 20:23:49.741 INFO E| Compiling iana-time-zone v0.1.64
29542026-08-17T20:23:50.469Z[ helios-setup] Aug 17 20:23:49.772 INFO E| Compiling adler2 v2.0.1
29552026-08-17T20:23:50.488Z[ helios-setup] Aug 17 20:23:49.791 INFO E| Compiling thiserror v2.0.17
29562026-08-17T20:23:50.657Z[ helios-setup] Aug 17 20:23:49.930 INFO E| Compiling crc-catalog v2.4.0
29572026-08-17T20:23:50.662Z[ helios-setup] Aug 17 20:23:49.946 INFO E| Compiling once_cell v1.21.3
29582026-08-17T20:23:50.679Z[ helios-setup] Aug 17 20:23:49.982 INFO E| Compiling log v0.4.28
29592026-08-17T20:23:50.759Z[ helios-setup] Aug 17 20:23:50.062 INFO E| Compiling serde_json v1.0.145
29602026-08-17T20:23:50.767Z[ helios-setup] Aug 17 20:23:50.070 INFO E| Compiling nodrop v0.1.14
29612026-08-17T20:23:50.816Z[ helios-setup] Aug 17 20:23:50.119 INFO E| Compiling crc v3.3.0
29622026-08-17T20:23:50.843Z[ helios-setup] Aug 17 20:23:50.144 INFO E| Compiling array-init v0.0.4
29632026-08-17T20:23:50.871Z[ helios-setup] Aug 17 20:23:50.173 INFO E| Compiling env_filter v0.1.4
29642026-08-17T20:23:50.879Z[ helios-setup] Aug 17 20:23:50.182 INFO E| Compiling parking_lot v0.12.5
29652026-08-17T20:23:51.037Z[ helios-setup] Aug 17 20:23:50.340 INFO E| Compiling miniz_oxide v0.8.9
29662026-08-17T20:23:51.045Z[ helios-setup] Aug 17 20:23:50.347 INFO E| Compiling chrono v0.4.42
29672026-08-17T20:23:51.065Z[ helios-setup] Aug 17 20:23:50.368 INFO E| Compiling smallvec v0.6.14
29682026-08-17T20:23:51.196Z[ helios-setup] Aug 17 20:23:50.499 INFO E| Compiling serde_spanned v1.0.3
29692026-08-17T20:23:51.301Z[ helios-setup] Aug 17 20:23:50.604 INFO E| Compiling signature v2.2.0
29702026-08-17T20:23:51.318Z[ helios-setup] Aug 17 20:23:50.621 INFO E| Compiling signal-hook-registry v1.4.6
29712026-08-17T20:23:51.364Z[ helios-setup] Aug 17 20:23:50.667 INFO E| Compiling time v0.3.44
29722026-08-17T20:23:51.472Z[ helios-setup] Aug 17 20:23:50.774 INFO E| Compiling socket2 v0.6.1
29732026-08-17T20:23:51.480Z[ helios-setup] Aug 17 20:23:50.783 INFO E| Compiling mio v1.1.0
29742026-08-17T20:23:51.655Z[ helios-setup] Aug 17 20:23:50.956 INFO E| Compiling is-terminal v0.4.17
29752026-08-17T20:23:51.659Z[ host-package] Compiling heck v0.5.0
29762026-08-17T20:23:51.660Z[ host-package] Compiling regress v0.11.1
29772026-08-17T20:23:51.761Z[ helios-setup] Aug 17 20:23:51.063 INFO E| Compiling thread_local v1.1.9
29782026-08-17T20:23:51.801Z[ helios-setup] Aug 17 20:23:51.104 INFO E| Compiling ryu v1.0.20
29792026-08-17T20:23:51.885Z[ helios-setup] Aug 17 20:23:51.182 INFO E| Compiling toml_writer v1.0.4
29802026-08-17T20:23:51.888Z[ host-package] Compiling unsafe-libyaml v0.2.11
29812026-08-17T20:23:52.038Z[ helios-setup] Aug 17 20:23:51.341 INFO E| Compiling winnow v0.5.40
29822026-08-17T20:23:52.074Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29832026-08-17T20:23:52.168Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29842026-08-17T20:23:52.173Z[ helios-setup] Aug 17 20:23:51.475 INFO E| Compiling base64 v0.21.7
29852026-08-17T20:23:52.180Z[ helios-setup] Aug 17 20:23:51.483 INFO E| Compiling libdevinfo-sys v1.1.0
29862026-08-17T20:23:52.198Z[ helios-setup] Aug 17 20:23:51.501 INFO E| Compiling term v1.2.0
29872026-08-17T20:23:52.255Z[ host-package] Compiling derive-where v1.6.0
29882026-08-17T20:23:52.255Z[ host-package] Compiling bytecount v0.6.9
29892026-08-17T20:23:52.297Z[ helios-setup] Aug 17 20:23:51.598 INFO E| Compiling hashbrown v0.12.3
29902026-08-17T20:23:52.303Z[ helios-setup] Aug 17 20:23:51.606 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29912026-08-17T20:23:52.332Z[ helios-setup] Aug 17 20:23:51.634 INFO E| Compiling packed_struct_codegen v0.10.1
29922026-08-17T20:23:52.339Z[ helios-setup] Aug 17 20:23:51.642 INFO E| Compiling subtle v2.6.1
29932026-08-17T20:23:52.459Z[ helios-setup] Aug 17 20:23:51.762 INFO E| Compiling bzip2 v0.4.4
29942026-08-17T20:23:52.497Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29952026-08-17T20:23:52.497Z[ host-package] Compiling atomicwrites v0.4.4
29962026-08-17T20:23:52.501Z[ host-package] Compiling is-terminal v0.4.17
29972026-08-17T20:23:52.501Z[ host-package] Compiling prettyplease v0.2.37
29982026-08-17T20:23:52.501Z[ host-package] Compiling console v0.15.11
29992026-08-17T20:23:52.501Z[ host-package] Compiling newline-converter v0.3.0
30002026-08-17T20:23:52.514Z[ helios-setup] Aug 17 20:23:51.816 INFO E| Compiling flate2 v1.1.5
30012026-08-17T20:23:52.522Z[ helios-setup] Aug 17 20:23:51.824 INFO E| Compiling serde_derive v1.0.228
30022026-08-17T20:23:52.596Z[ helios-setup] Aug 17 20:23:51.898 INFO E| Compiling zerocopy-derive v0.8.27
30032026-08-17T20:23:52.628Z[ helios-setup] Aug 17 20:23:51.931 INFO E| Compiling der_derive v0.7.3
30042026-08-17T20:23:52.732Z[ helios-setup] Aug 17 20:23:52.034 INFO E| Compiling futures-macro v0.3.31
30052026-08-17T20:23:52.749Z[ helios-setup] Aug 17 20:23:52.052 INFO E| Compiling bitfield-macros v0.19.3
30062026-08-17T20:23:52.885Z[ host-package] Compiling slog-dtrace v0.3.0
30072026-08-17T20:23:52.885Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30082026-08-17T20:23:52.890Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30092026-08-17T20:23:52.906Z[ helios-setup] Aug 17 20:23:52.208 INFO E| Compiling num_enum_derive v0.7.5
30102026-08-17T20:23:52.929Z[ host-package] Compiling resolv-conf v0.7.6
30112026-08-17T20:23:53.166Z[ helios-setup] Aug 17 20:23:52.469 INFO E| Compiling clap_derive v4.5.49
30122026-08-17T20:23:53.278Z[ helios-setup] Aug 17 20:23:52.581 INFO E| Compiling zerocopy-derive v0.6.6
30132026-08-17T20:23:53.360Z[ host-package] Compiling num-rational v0.4.2
30142026-08-17T20:23:53.688Z[ host-package] Compiling num-complex v0.4.6
30152026-08-17T20:23:53.699Z[ host-package] Compiling thread_local v1.1.9
30162026-08-17T20:23:53.777Z[ helios-setup] Aug 17 20:23:53.080 INFO E| Compiling thiserror-impl v1.0.69
30172026-08-17T20:23:53.828Z[ helios-setup] Aug 17 20:23:53.129 INFO E| Compiling tokio-macros v2.6.0
30182026-08-17T20:23:53.901Z[ host-package] Compiling expectorate v1.2.0
30192026-08-17T20:23:54.124Z[ helios-setup] Aug 17 20:23:53.427 INFO E| Compiling futures-util v0.3.31
30202026-08-17T20:23:54.131Z[ helios-setup] Aug 17 20:23:53.434 INFO E| Compiling thiserror-impl v2.0.17
30212026-08-17T20:23:54.172Z[ host-package] Compiling compression-core v0.4.31
30222026-08-17T20:23:54.323Z[ host-package] Compiling cancel-safe-futures v0.1.5
30232026-08-17T20:23:54.348Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30242026-08-17T20:23:54.434Z[ helios-setup] Aug 17 20:23:53.737 INFO E| Compiling der v0.7.10
30252026-08-17T20:23:54.514Z[ host-package] Compiling unicode-width v0.1.14
30262026-08-17T20:23:54.690Z[ helios-setup] Aug 17 20:23:53.993 INFO E| Compiling num_enum v0.7.5
30272026-08-17T20:23:54.754Z[ helios-setup] Aug 17 20:23:54.057 INFO E| Compiling zerocopy v0.6.6
30282026-08-17T20:23:54.782Z[ helios-setup] Aug 17 20:23:54.085 INFO E| Compiling bitfield v0.19.3
30292026-08-17T20:23:54.873Z[ host-package] Compiling typify-impl v0.6.2
30302026-08-17T20:23:54.877Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30312026-08-17T20:23:54.877Z[ host-package] Compiling match_cfg v0.1.0
30322026-08-17T20:23:54.877Z[ host-package] Compiling compression-codecs v0.4.37
30332026-08-17T20:23:54.890Z[ host-package] Compiling num v0.4.3
30342026-08-17T20:23:54.903Z[ helios-setup] Aug 17 20:23:54.206 INFO E| Compiling devinfo v0.1.0
30352026-08-17T20:23:55.309Z[ helios-setup] Aug 17 20:23:54.612 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30362026-08-17T20:23:55.400Z[ helios-setup] Aug 17 20:23:54.703 INFO E| Compiling toml v0.9.8
30372026-08-17T20:23:55.430Z[ helios-setup] Aug 17 20:23:54.733 INFO E| Compiling uuid v1.18.1
30382026-08-17T20:23:55.459Z[ helios-setup] Aug 17 20:23:54.762 INFO E| Compiling tokio v1.48.0
30392026-08-17T20:23:55.575Z[ helios-setup] Aug 17 20:23:54.876 INFO E| Compiling env_logger v0.11.8
30402026-08-17T20:23:55.658Z[ helios-setup] Aug 17 20:23:54.961 INFO E| Compiling rustc-hash v2.1.1
30412026-08-17T20:23:55.741Z[ host-package] Compiling multer v3.1.0
30422026-08-17T20:23:55.742Z[ host-package] Compiling slog-async v2.8.0
30432026-08-17T20:23:55.745Z[ host-package] Compiling crossbeam-channel v0.5.15
30442026-08-17T20:23:55.745Z[ host-package] Compiling hostname v0.3.1
30452026-08-17T20:23:55.748Z[ host-package] Compiling slog-json v2.6.1
30462026-08-17T20:23:55.775Z[ host-package] Compiling serde_spanned v1.1.1
30472026-08-17T20:23:55.809Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30482026-08-17T20:23:55.837Z[ helios-setup] Aug 17 20:23:55.140 INFO E| Compiling crc-any v2.5.0
30492026-08-17T20:23:55.928Z[ helios-setup] Aug 17 20:23:55.230 INFO E| Compiling bitflags v1.3.2
30502026-08-17T20:23:56.010Z[ helios-setup] Aug 17 20:23:55.313 INFO E| Compiling foldhash v0.2.0
30512026-08-17T20:23:56.052Z[ helios-setup] Aug 17 20:23:55.338 INFO E| Compiling hex v0.4.3
30522026-08-17T20:23:56.187Z[ helios-setup] Aug 17 20:23:55.486 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30532026-08-17T20:23:56.191Z[ helios-setup] Aug 17 20:23:55.494 INFO E| Compiling clap v4.5.51
30542026-08-17T20:23:56.237Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
30552026-08-17T20:23:56.289Z[ helios-setup] Aug 17 20:23:55.591 INFO E| Compiling spki v0.7.3
30562026-08-17T20:23:56.361Z[ helios-setup] Aug 17 20:23:55.664 INFO E| Compiling iddqd v0.3.14
30572026-08-17T20:23:56.473Z[ helios-setup] Aug 17 20:23:55.776 INFO E| Compiling zip v0.6.6
30582026-08-17T20:23:56.511Z[ helios-setup] Aug 17 20:23:55.814 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30592026-08-17T20:23:56.782Z[ host-package] Compiling float-ord v0.3.2
30602026-08-17T20:23:56.786Z[ host-package] Compiling term v1.2.1
30612026-08-17T20:23:56.812Z[ helios-setup] Aug 17 20:23:56.114 INFO E| Compiling pkcs8 v0.10.2
30622026-08-17T20:23:56.865Z[ host-package] Compiling linked-hash-map v0.5.6
30632026-08-17T20:23:56.865Z[ host-package] Compiling take_mut v0.2.2
30642026-08-17T20:23:56.885Z[ host-package] Compiling slog-bunyan v2.5.0
30652026-08-17T20:23:56.984Z[ helios-setup] Aug 17 20:23:56.282 INFO E| Compiling x509-cert v0.2.5
30662026-08-17T20:23:57.046Z[ helios-setup] Aug 17 20:23:56.349 INFO E| Compiling path-slash v0.1.5
30672026-08-17T20:23:57.091Z[ helios-setup] Aug 17 20:23:56.395 INFO E| Compiling pkcs1 v0.7.5
30682026-08-17T20:23:57.345Z[ helios-setup] Aug 17 20:23:56.648 INFO E| Compiling ppv-lite86 v0.2.21
30692026-08-17T20:23:57.540Z[ helios-setup] Aug 17 20:23:56.843 INFO E| Compiling hashbrown v0.13.2
30702026-08-17T20:23:57.570Z[ host-package] Compiling async-compression v0.4.41
30712026-08-17T20:23:57.809Z[ host-package] Compiling lru-cache v0.1.2
30722026-08-17T20:23:57.821Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30732026-08-17T20:23:57.878Z[ helios-setup] Aug 17 20:23:57.181 INFO E| Compiling rand_chacha v0.3.1
30742026-08-17T20:23:57.912Z[ helios-setup] Aug 17 20:23:57.214 INFO E| Compiling erased-serde v0.3.31
30752026-08-17T20:23:58.079Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
30762026-08-17T20:23:58.089Z[ host-package] Compiling dropshot v0.17.1
30772026-08-17T20:23:58.294Z[ helios-setup] Aug 17 20:23:57.597 INFO E| Compiling futures-executor v0.3.31
30782026-08-17T20:23:58.324Z[ helios-setup] Aug 17 20:23:57.627 INFO E| Compiling serde_spanned v0.6.9
30792026-08-17T20:23:58.376Z[ helios-setup] Aug 17 20:23:57.679 INFO E| Compiling rand v0.8.5
30802026-08-17T20:23:58.403Z[ helios-setup] Aug 17 20:23:57.706 INFO E| Compiling toml_datetime v0.6.11
30812026-08-17T20:23:58.834Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30822026-08-17T20:23:58.837Z[ host-package] Compiling async-stream v0.3.6
30832026-08-17T20:23:58.935Z[ host-package] Compiling sha1 v0.11.0
30842026-08-17T20:23:58.969Z[ host-package] Compiling progenitor-client v0.14.0
30852026-08-17T20:23:58.986Z[ helios-setup] Aug 17 20:23:58.286 INFO E| Compiling toml_edit v0.19.15
30862026-08-17T20:23:59.072Z[ helios-setup] Aug 17 20:23:58.375 INFO E| Compiling futures v0.3.31
30872026-08-17T20:23:59.165Z[ helios-setup] Aug 17 20:23:58.466 INFO E| Compiling ron v0.8.1
30882026-08-17T20:23:59.182Z[ helios-setup] Aug 17 20:23:58.485 INFO E| Compiling serde-hex v0.1.0
30892026-08-17T20:23:59.246Z[ helios-setup] Aug 17 20:23:58.549 INFO E| Compiling object v0.30.4
30902026-08-17T20:23:59.421Z[ host-package] Compiling waitgroup v0.1.2
30912026-08-17T20:23:59.594Z[ host-package] Compiling slog-term v2.9.2
30922026-08-17T20:23:59.754Z[ host-package] Compiling rustls-pemfile v2.2.0
30932026-08-17T20:23:59.758Z[ host-package] Compiling backon v1.6.0
30942026-08-17T20:23:59.784Z[ host-package] Compiling serde_path_to_error v0.1.20
30952026-08-17T20:23:59.790Z[ host-package] Compiling hostname v0.4.2
30962026-08-17T20:23:59.799Z[ host-package] Compiling instant v0.1.13
30972026-08-17T20:23:59.816Z[ host-package] Compiling debug-ignore v1.0.5
30982026-08-17T20:23:59.825Z[ host-package] Compiling minimal-lexical v0.2.1
30992026-08-17T20:23:59.927Z[ helios-setup] Aug 17 20:23:59.229 INFO E| Compiling slog-term v2.9.2
31002026-08-17T20:23:59.972Z[ helios-setup] Aug 17 20:23:59.275 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31012026-08-17T20:24:00.008Z[ host-package] Compiling linear-map v1.2.0
31022026-08-17T20:24:00.129Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31032026-08-17T20:24:00.248Z[ helios-setup] Aug 17 20:23:59.545 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31042026-08-17T20:24:00.262Z[ host-package] Compiling nom v7.1.3
31052026-08-17T20:24:00.423Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31062026-08-17T20:24:00.806Z[ host-package] Compiling backoff v0.4.0
31072026-08-17T20:24:00.810Z[ host-package] Compiling progenitor-extras v0.2.0
31082026-08-17T20:24:00.810Z[ host-package] Compiling oxide-update-engine v0.1.2
31092026-08-17T20:24:00.810Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-08-17T20:24:00.847Z[ host-package] Compiling parse-display v0.10.0
31112026-08-17T20:24:00.850Z[ host-package] Compiling typify-macro v0.6.2
31122026-08-17T20:24:00.850Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31132026-08-17T20:24:01.128Z[ helios-setup] Aug 17 20:24:00.430 INFO E| Compiling rsa v0.9.8
31142026-08-17T20:24:01.244Z[ host-package] Compiling hickory-proto v0.24.4
31152026-08-17T20:24:01.340Z[ helios-setup] Aug 17 20:24:00.643 INFO E| Compiling toml v0.7.8
31162026-08-17T20:24:01.583Z[ helios-setup] Aug 17 20:24:00.876 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31172026-08-17T20:24:01.954Z[ host-package] Compiling regress v0.10.5
31182026-08-17T20:24:02.048Z[ host-package] Compiling itertools v0.14.0
31192026-08-17T20:24:02.130Z[ host-package] Compiling macaddr v1.0.1
31202026-08-17T20:24:02.243Z[ helios-setup] Aug 17 20:24:01.546 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
31212026-08-17T20:24:02.265Z[ host-package] Compiling unicode-xid v0.2.6
31222026-08-17T20:24:02.269Z[ host-package] Compiling humantime v2.3.0
31232026-08-17T20:24:02.749Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31242026-08-17T20:24:02.773Z[ helios-setup] Aug 17 20:24:02.073 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31252026-08-17T20:24:03.081Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31262026-08-17T20:24:03.085Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31272026-08-17T20:24:03.085Z[ host-package] Compiling convert_case v0.10.0
31282026-08-17T20:24:03.775Z[ host-package] Compiling owo-colors v4.3.0
31292026-08-17T20:24:03.778Z[ host-package] Compiling typify v0.6.2
31302026-08-17T20:24:03.782Z[ host-package] Compiling derive_more-impl v2.1.1
31312026-08-17T20:24:04.027Z[ host-package] Compiling progenitor-impl v0.14.0
31322026-08-17T20:24:04.098Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31332026-08-17T20:24:04.527Z[ host-package] Compiling toml v0.8.23
31342026-08-17T20:24:05.171Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31352026-08-17T20:24:05.323Z[ host-package] Compiling derive_more v2.1.1
31362026-08-17T20:24:05.709Z[ host-package] Compiling papergrid v0.11.0
31372026-08-17T20:24:05.822Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31382026-08-17T20:24:05.822Z[ host-package] Compiling tabled_derive v0.7.0
31392026-08-17T20:24:06.447Z[ host-package] Compiling termtree v0.5.1
31402026-08-17T20:24:06.753Z[ host-package] Compiling hickory-resolver v0.24.4
31412026-08-17T20:24:06.890Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31422026-08-17T20:24:06.986Z[ host-package] Compiling crossterm v0.29.0
31432026-08-17T20:24:07.289Z[ host-package] Compiling tabled v0.15.0
31442026-08-17T20:24:07.393Z[ host-package] Compiling phf_shared v0.12.1
31452026-08-17T20:24:07.705Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31462026-08-17T20:24:07.785Z[ host-package] Compiling progenitor-macro v0.14.0
31472026-08-17T20:24:08.430Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31482026-08-17T20:24:08.537Z[ host-package] Compiling qorb v0.4.1
31492026-08-17T20:24:09.174Z[ helios-setup] Aug 17 20:24:08.477 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31502026-08-17T20:24:10.112Z[ host-package] Compiling csv-core v0.1.13
31512026-08-17T20:24:10.378Z[ host-package] Compiling vte v0.14.1
31522026-08-17T20:24:10.496Z[ helios-setup] Aug 17 20:24:09.799 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31532026-08-17T20:24:10.594Z[ host-package] Compiling highway v1.3.0
31542026-08-17T20:24:10.640Z[ host-package] Compiling chrono-tz v0.10.4
31552026-08-17T20:24:10.822Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31562026-08-17T20:24:11.039Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31572026-08-17T20:24:11.790Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31582026-08-17T20:24:11.844Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31592026-08-17T20:24:12.392Z[ host-package] Compiling csv v1.4.0
31602026-08-17T20:24:12.676Z[ host-package] Compiling progenitor v0.14.0
31612026-08-17T20:24:12.760Z[ host-package] Compiling phf v0.12.1
31622026-08-17T20:24:12.998Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31632026-08-17T20:24:13.447Z[ host-package] Compiling const_format_proc_macros v0.2.34
31642026-08-17T20:24:13.519Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31652026-08-17T20:24:14.024Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31662026-08-17T20:24:14.359Z[ host-package] Compiling fd-lock v4.0.4
31672026-08-17T20:24:14.416Z[ host-package] Compiling peg-macros v0.8.5
31682026-08-17T20:24:14.481Z[ helios-setup] Aug 17 20:24:13.784 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31692026-08-17T20:24:14.663Z[ host-package] Compiling nu-ansi-term v0.50.3
31702026-08-17T20:24:15.073Z[ host-package] Compiling reedline v0.40.0
31712026-08-17T20:24:15.737Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31722026-08-17T20:24:16.060Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31732026-08-17T20:24:16.163Z[ host-package] Compiling peg v0.8.5
31742026-08-17T20:24:16.394Z[ host-package] Compiling const_format v0.2.35
31752026-08-17T20:24:16.394Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31762026-08-17T20:24:16.930Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31772026-08-17T20:24:17.080Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31782026-08-17T20:24:18.207Z[ host-package] Compiling bcs v0.1.6
31792026-08-17T20:24:18.406Z[ host-package] Compiling nom v8.0.0
31802026-08-17T20:24:18.459Z[ host-package] Compiling semver v0.1.20
31812026-08-17T20:24:18.784Z[ host-package] Compiling rustc_version v0.1.7
31822026-08-17T20:24:18.841Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-08-17T20:24:19.135Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31842026-08-17T20:24:19.231Z[ host-package] Compiling newtype_derive v0.1.6
31852026-08-17T20:24:19.436Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31862026-08-17T20:24:19.689Z[ host-package] Compiling unicode-linebreak v0.1.5
31872026-08-17T20:24:19.837Z[ host-package] Compiling smawk v0.3.2
31882026-08-17T20:24:20.219Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31892026-08-17T20:24:20.271Z[ host-package] Compiling textwrap v0.16.2
31902026-08-17T20:24:20.653Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31912026-08-17T20:24:21.072Z[ host-package] Compiling steno v0.4.1
31922026-08-17T20:24:21.678Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31932026-08-17T20:24:21.963Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31942026-08-17T20:24:22.430Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
31952026-08-17T20:24:22.797Z[ host-package] Compiling sha1 v0.10.6
31962026-08-17T20:24:23.172Z[ host-package] Compiling tagptr v0.2.0
31972026-08-17T20:24:23.222Z[ host-package] Compiling utf-8 v0.7.6
31982026-08-17T20:24:23.261Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31992026-08-17T20:24:23.356Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32002026-08-17T20:24:23.414Z[ host-package] Compiling moka v0.12.13
32012026-08-17T20:24:23.593Z[ host-package] Compiling tungstenite v0.21.0
32022026-08-17T20:24:23.681Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32032026-08-17T20:24:23.789Z[ host-package] Compiling darling_core v0.21.3
32042026-08-17T20:24:23.870Z[ host-package] Compiling display-error-chain v0.2.2
32052026-08-17T20:24:24.107Z[ host-package] Compiling libscf-sys v1.2.0
32062026-08-17T20:24:24.366Z[ host-package] Compiling tokio-tungstenite v0.21.0
32072026-08-17T20:24:24.557Z[ host-package] Compiling vergen-lib v0.1.6
32082026-08-17T20:24:24.800Z[ host-package] Compiling hickory-resolver v0.25.2
32092026-08-17T20:24:24.928Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32102026-08-17T20:24:24.970Z[ host-package] Compiling diesel_derives v2.3.7
32112026-08-17T20:24:25.362Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32122026-08-17T20:24:25.410Z[ host-package] Compiling vergen-gitcl v1.0.8
32132026-08-17T20:24:25.627Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32142026-08-17T20:24:25.786Z[ host-package] Compiling dirs-sys-next v0.1.2
32152026-08-17T20:24:25.857Z[ host-package] Compiling glob v0.3.3
32162026-08-17T20:24:25.967Z[ host-package] Compiling crunchy v0.2.4
32172026-08-17T20:24:26.025Z[ host-package] Compiling maplit v1.0.2
32182026-08-17T20:24:26.143Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32192026-08-17T20:24:26.172Z[ host-package] Compiling dirs-next v2.0.0
32202026-08-17T20:24:26.233Z[ host-package] Compiling darling_macro v0.21.3
32212026-08-17T20:24:26.261Z[ host-package] Compiling clang-sys v1.8.1
32222026-08-17T20:24:26.419Z[ host-package] Compiling r2d2 v0.8.10
32232026-08-17T20:24:26.543Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32242026-08-17T20:24:26.590Z[ helios-setup] Aug 17 20:24:25.892 INFO E| Finished `release` profile [optimized] target(s) in 42.46s
32252026-08-17T20:24:26.593Z[ helios-setup] Aug 17 20:24:25.894 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32262026-08-17T20:24:26.593Z[ helios-setup] Aug 17 20:24:25.894 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32272026-08-17T20:24:26.650Z[ helios-setup] Aug 17 20:24:25.953 INFO building project "pilot" ok (42 seconds)
32282026-08-17T20:24:26.650Z[ helios-setup] Aug 17 20:24:25.953 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32292026-08-17T20:24:26.662Z[ helios-setup] Aug 17 20:24:25.963 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
32302026-08-17T20:24:26.662Z[ helios-setup] Aug 17 20:24:25.964 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32312026-08-17T20:24:26.662Z[ helios-setup] Aug 17 20:24:25.964 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32322026-08-17T20:24:26.726Z[ host-package] Compiling papergrid v0.18.0
32332026-08-17T20:24:26.747Z[ host-package] Compiling downcast-rs v2.0.2
32342026-08-17T20:24:26.764Z[ helios-setup] Aug 17 20:24:26.067 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32352026-08-17T20:24:26.771Z[ host-package] Compiling darling v0.21.3
32362026-08-17T20:24:26.811Z[ host-package] Compiling tiny-keccak v2.0.2
32372026-08-17T20:24:26.882Z[ host-package] Compiling dsl_auto_type v0.2.0
32382026-08-17T20:24:27.128Z[ helios-setup] Aug 17 20:24:26.429 INFO E| From https://github.com/jclulow/rust-jmclib
32392026-08-17T20:24:27.129Z[ helios-setup] Aug 17 20:24:26.429 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32402026-08-17T20:24:27.137Z[ helios-setup] Aug 17 20:24:26.440 INFO E| Updating crates.io index
32412026-08-17T20:24:27.166Z[ host-package] Compiling term v0.7.0
32422026-08-17T20:24:27.185Z[ helios-setup] Aug 17 20:24:26.488 INFO E| Downloading crates ...
32432026-08-17T20:24:27.228Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32442026-08-17T20:24:27.238Z[ helios-setup] Aug 17 20:24:26.540 INFO E| Downloaded once_cell v1.18.0
32452026-08-17T20:24:27.246Z[ helios-setup] Aug 17 20:24:26.545 INFO E| Downloaded bitflags v2.3.3
32462026-08-17T20:24:27.256Z[ helios-setup] Aug 17 20:24:26.552 INFO E| Downloaded itoa v1.0.9
32472026-08-17T20:24:27.256Z[ helios-setup] Aug 17 20:24:26.553 INFO E| Downloaded digest v0.9.0
32482026-08-17T20:24:27.256Z[ helios-setup] Aug 17 20:24:26.554 INFO E| Downloaded errno v0.3.1
32492026-08-17T20:24:27.260Z[ helios-setup] Aug 17 20:24:26.556 INFO E| Downloaded fastrand v2.0.0
32502026-08-17T20:24:27.260Z[ helios-setup] Aug 17 20:24:26.561 INFO E| Downloaded md-5 v0.9.1
32512026-08-17T20:24:27.264Z[ helios-setup] Aug 17 20:24:26.567 INFO E| Downloaded block-buffer v0.9.0
32522026-08-17T20:24:27.267Z[ helios-setup] Aug 17 20:24:26.570 INFO E| Downloaded opaque-debug v0.3.0
32532026-08-17T20:24:27.271Z[ helios-setup] Aug 17 20:24:26.571 INFO E| Downloaded sha-1 v0.9.8
32542026-08-17T20:24:27.277Z[ helios-setup] Aug 17 20:24:26.580 INFO E| Downloaded anyhow v1.0.72
32552026-08-17T20:24:27.283Z[ helios-setup] Aug 17 20:24:26.584 INFO E| Downloaded quote v1.0.31
32562026-08-17T20:24:27.287Z[ helios-setup] Aug 17 20:24:26.587 INFO E| Downloaded cpufeatures v0.2.9
32572026-08-17T20:24:27.291Z[ helios-setup] Aug 17 20:24:26.594 INFO E| Downloaded glob v0.3.1
32582026-08-17T20:24:27.295Z[ helios-setup] Aug 17 20:24:26.595 INFO E| Downloaded proc-macro2 v1.0.66
32592026-08-17T20:24:27.295Z[ helios-setup] Aug 17 20:24:26.597 INFO E| Downloaded ryu v1.0.15
32602026-08-17T20:24:27.299Z[ helios-setup] Aug 17 20:24:26.598 INFO E| Downloaded unicode-ident v1.0.11
32612026-08-17T20:24:27.299Z[ helios-setup] Aug 17 20:24:26.600 INFO E| Downloaded getrandom v0.2.10
32622026-08-17T20:24:27.303Z[ helios-setup] Aug 17 20:24:26.602 INFO E| Downloaded tempfile v3.7.0
32632026-08-17T20:24:27.303Z[ helios-setup] Aug 17 20:24:26.603 INFO E| Downloaded typenum v1.16.0
32642026-08-17T20:24:27.303Z[ helios-setup] Aug 17 20:24:26.605 INFO E| Downloaded walkdir v2.3.3
32652026-08-17T20:24:27.306Z[ helios-setup] Aug 17 20:24:26.606 INFO E| Downloaded uuid v0.8.2
32662026-08-17T20:24:27.307Z[ helios-setup] Aug 17 20:24:26.608 INFO E| Downloaded toml v0.5.11
32672026-08-17T20:24:27.310Z[ helios-setup] Aug 17 20:24:26.613 INFO E| Downloaded serde v1.0.193
32682026-08-17T20:24:27.314Z[ helios-setup] Aug 17 20:24:26.615 INFO E| Downloaded serde_derive v1.0.193
32692026-08-17T20:24:27.339Z[ helios-setup] Aug 17 20:24:26.642 INFO E| Downloaded serde_json v1.0.103
32702026-08-17T20:24:27.357Z[ helios-setup] Aug 17 20:24:26.660 INFO E| Downloaded syn v2.0.32
32712026-08-17T20:24:27.368Z[ helios-setup] Aug 17 20:24:26.670 INFO E| Downloaded rustix v0.38.4
32722026-08-17T20:24:27.394Z[ helios-setup] Aug 17 20:24:26.695 INFO E| Downloaded libdevinfo-sys v1.0.0
32732026-08-17T20:24:27.395Z[ helios-setup] Aug 17 20:24:26.696 INFO E| Downloaded libc v0.2.147
32742026-08-17T20:24:27.444Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32752026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling libc v0.2.147
32762026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling proc-macro2 v1.0.66
32772026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling unicode-ident v1.0.11
32782026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling cfg-if v1.0.0
32792026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling version_check v0.9.4
32802026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling typenum v1.16.0
32812026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling serde v1.0.193
32822026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling rustix v0.38.4
32832026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling time-core v0.1.2
32842026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling slog v2.7.0
32852026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling powerfmt v0.2.0
32862026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling itoa v1.0.9
32872026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling num-conv v0.1.0
32882026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling once_cell v1.18.0
32892026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling num_threads v0.1.6
32902026-08-17T20:24:27.453Z[ helios-setup] Aug 17 20:24:26.755 INFO E| Compiling bitflags v2.3.3
32912026-08-17T20:24:27.512Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32922026-08-17T20:24:27.717Z[ host-package] Compiling bit-vec v0.6.3
32932026-08-17T20:24:27.909Z[ helios-setup] Aug 17 20:24:27.211 INFO E| Compiling opaque-debug v0.3.0
32942026-08-17T20:24:27.930Z[ helios-setup] Aug 17 20:24:27.233 INFO E| Compiling fastrand v2.0.0
32952026-08-17T20:24:28.001Z[ helios-setup] Aug 17 20:24:27.288 INFO E| Compiling anyhow v1.0.72
32962026-08-17T20:24:28.033Z[ helios-setup] Aug 17 20:24:27.332 INFO E| Compiling deranged v0.3.11
32972026-08-17T20:24:28.161Z[ helios-setup] Aug 17 20:24:27.464 INFO E| Compiling thread_local v1.1.7
32982026-08-17T20:24:28.165Z[ host-package] Compiling tabled v0.21.0
32992026-08-17T20:24:28.196Z[ helios-setup] Aug 17 20:24:27.498 INFO E| Compiling serde_json v1.0.103
33002026-08-17T20:24:28.226Z[ helios-setup] Aug 17 20:24:27.529 INFO E| Compiling same-file v1.0.6
33012026-08-17T20:24:28.240Z[ helios-setup] Aug 17 20:24:27.543 INFO E| Compiling ryu v1.0.15
33022026-08-17T20:24:28.244Z[ helios-setup] Aug 17 20:24:27.547 INFO E| Compiling time-macros v0.2.18
33032026-08-17T20:24:28.326Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33042026-08-17T20:24:28.412Z[ helios-setup] Aug 17 20:24:27.715 INFO E| Compiling unicode-width v0.1.10
33052026-08-17T20:24:28.434Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33062026-08-17T20:24:28.471Z[ helios-setup] Aug 17 20:24:27.773 INFO E| Compiling generic-array v0.14.7
33072026-08-17T20:24:28.502Z[ helios-setup] Aug 17 20:24:27.803 INFO E| Compiling cpufeatures v0.2.9
33082026-08-17T20:24:28.583Z[ helios-setup] Aug 17 20:24:27.886 INFO E| Compiling getopts v0.2.21
33092026-08-17T20:24:28.587Z[ helios-setup] Aug 17 20:24:27.890 INFO E| Compiling walkdir v2.3.3
33102026-08-17T20:24:28.588Z[ helios-setup] Aug 17 20:24:27.890 INFO E| Compiling glob v0.3.1
33112026-08-17T20:24:28.668Z[ helios-setup] Aug 17 20:24:27.971 INFO E| Compiling libdevinfo-sys v1.0.0
33122026-08-17T20:24:28.771Z[ host-package] Compiling bit-set v0.5.3
33132026-08-17T20:24:28.805Z[ helios-setup] Aug 17 20:24:28.106 INFO E| Compiling quote v1.0.31
33142026-08-17T20:24:29.042Z[ helios-setup] Aug 17 20:24:28.344 INFO E| Compiling syn v2.0.32
33152026-08-17T20:24:29.422Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33162026-08-17T20:24:29.509Z[ helios-setup] Aug 17 20:24:28.811 INFO E| Compiling dirs-sys-next v0.1.2
33172026-08-17T20:24:29.509Z[ helios-setup] Aug 17 20:24:28.811 INFO E| Compiling errno v0.3.1
33182026-08-17T20:24:29.513Z[ helios-setup] Aug 17 20:24:28.811 INFO E| Compiling atty v0.2.14
33192026-08-17T20:24:29.513Z[ helios-setup] Aug 17 20:24:28.811 INFO E| Compiling getrandom v0.2.10
33202026-08-17T20:24:29.732Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33212026-08-17T20:24:29.767Z[ helios-setup] Aug 17 20:24:29.069 INFO E| Compiling dirs-next v2.0.0
33222026-08-17T20:24:29.842Z[ helios-setup] Aug 17 20:24:29.145 INFO E| Compiling term v0.7.0
33232026-08-17T20:24:30.171Z[ helios-setup] Aug 17 20:24:29.472 INFO E| Compiling time v0.3.36
33242026-08-17T20:24:30.336Z[ helios-setup] Aug 17 20:24:29.638 INFO E| Compiling tempfile v3.7.0
33252026-08-17T20:24:30.693Z[ helios-setup] Aug 17 20:24:29.995 INFO E| Compiling digest v0.9.0
33262026-08-17T20:24:30.693Z[ helios-setup] Aug 17 20:24:29.995 INFO E| Compiling block-buffer v0.9.0
33272026-08-17T20:24:30.792Z[ host-package] Compiling ascii-canvas v3.0.0
33282026-08-17T20:24:30.845Z[ helios-setup] Aug 17 20:24:30.147 INFO E| Compiling md-5 v0.9.1
33292026-08-17T20:24:30.845Z[ helios-setup] Aug 17 20:24:30.147 INFO E| Compiling sha-1 v0.9.8
33302026-08-17T20:24:31.182Z[ helios-setup] Aug 17 20:24:30.485 INFO E| Compiling slog-term v2.9.0
33312026-08-17T20:24:31.271Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33322026-08-17T20:24:31.274Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33332026-08-17T20:24:31.450Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33342026-08-17T20:24:31.534Z[ helios-setup] Aug 17 20:24:30.837 INFO E| Compiling serde_derive v1.0.193
33352026-08-17T20:24:31.611Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33362026-08-17T20:24:31.670Z[ host-package] Compiling itertools v0.10.5
33372026-08-17T20:24:31.834Z[ host-package] Compiling ena v0.14.4
33382026-08-17T20:24:31.860Z[ host-package] Compiling libloading v0.8.9
33392026-08-17T20:24:32.060Z[ host-package] Compiling regex-syntax v0.6.29
33402026-08-17T20:24:32.102Z[ host-package] Compiling xshell-macros v0.2.7
33412026-08-17T20:24:32.135Z[ host-package] Compiling bindgen v0.71.1
33422026-08-17T20:24:32.486Z[ host-package] Compiling diff v0.1.13
33432026-08-17T20:24:32.558Z[ host-package] Compiling unicase v2.9.0
33442026-08-17T20:24:32.649Z[ host-package] Compiling xshell v0.2.7
33452026-08-17T20:24:32.912Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33462026-08-17T20:24:33.064Z[ host-package] Compiling cexpr v0.6.0
33472026-08-17T20:24:33.475Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33482026-08-17T20:24:33.535Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33492026-08-17T20:24:33.736Z[ host-package] Compiling diesel v2.3.7
33502026-08-17T20:24:33.774Z[ host-package] Compiling lalrpop v0.19.12
33512026-08-17T20:24:34.034Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33522026-08-17T20:24:34.166Z[ host-package] Compiling crc8 v0.1.1
33532026-08-17T20:24:34.338Z[ host-package] Compiling rustc-hash v2.1.1
33542026-08-17T20:24:34.589Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33552026-08-17T20:24:34.884Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33562026-08-17T20:24:34.964Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33572026-08-17T20:24:35.429Z[ host-package] Compiling headers-core v0.3.0
33582026-08-17T20:24:35.628Z[ host-package] Compiling libxml v0.3.3
33592026-08-17T20:24:35.761Z[ host-package] Compiling headers v0.4.1
33602026-08-17T20:24:35.875Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33612026-08-17T20:24:35.993Z[ host-package] Compiling strum_macros v0.24.3
33622026-08-17T20:24:36.064Z[ host-package] Compiling indoc v1.0.9
33632026-08-17T20:24:36.285Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33642026-08-17T20:24:36.344Z[ helios-setup] Aug 17 20:24:35.640 INFO E| Compiling toml v0.5.11
33652026-08-17T20:24:36.344Z[ helios-setup] Aug 17 20:24:35.640 INFO E| Compiling uuid v0.8.2
33662026-08-17T20:24:36.588Z[ host-package] Compiling derive_builder v0.20.2
33672026-08-17T20:24:36.669Z[ host-package] Compiling quick-xml v0.37.5
33682026-08-17T20:24:36.824Z[ host-package] Compiling oso-derive v0.27.3
33692026-08-17T20:24:37.188Z[ helios-setup] Aug 17 20:24:36.477 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33702026-08-17T20:24:37.286Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33712026-08-17T20:24:37.487Z[ host-package] Compiling openssl-probe v0.1.6
33722026-08-17T20:24:37.685Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33732026-08-17T20:24:37.690Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33742026-08-17T20:24:37.758Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33752026-08-17T20:24:37.797Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33762026-08-17T20:24:37.946Z[ helios-setup] Aug 17 20:24:37.248 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33772026-08-17T20:24:38.134Z[ host-package] Compiling bb8 v0.8.6
33782026-08-17T20:24:38.353Z[ host-package] Compiling trait-variant v0.1.2
33792026-08-17T20:24:38.427Z[ host-package] Compiling half v1.8.3
33802026-08-17T20:24:38.627Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33812026-08-17T20:24:38.681Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33822026-08-17T20:24:38.927Z[ host-package] Compiling serde_cbor v0.11.2
33832026-08-17T20:24:38.927Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33842026-08-17T20:24:39.133Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-08-17T20:24:39.570Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33862026-08-17T20:24:39.603Z[ host-package] Compiling progenitor-impl v0.13.0
33872026-08-17T20:24:39.629Z[ host-package] Compiling samael v0.0.19
33882026-08-17T20:24:39.665Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33892026-08-17T20:24:39.893Z[ host-package] Compiling nonempty v0.12.0
33902026-08-17T20:24:39.998Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33912026-08-17T20:24:40.238Z[ host-package] Compiling progenitor-client v0.13.0
33922026-08-17T20:24:40.886Z[ host-package] Compiling fxhash v0.2.1
33932026-08-17T20:24:41.081Z[ host-package] Compiling libz-sys v1.1.24
33942026-08-17T20:24:41.471Z[ host-package] Compiling salty v0.3.0
33952026-08-17T20:24:41.636Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33962026-08-17T20:24:41.800Z[ host-package] Compiling polar-core v0.27.3
33972026-08-17T20:24:41.831Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33982026-08-17T20:24:41.927Z[ host-package] Compiling kstat-rs v0.2.5
33992026-08-17T20:24:42.018Z[ host-package] Compiling progenitor-macro v0.13.0
34002026-08-17T20:24:42.218Z[ helios-setup] Aug 17 20:24:41.520 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.54s
34012026-08-17T20:24:42.242Z[ helios-setup] Aug 17 20:24:41.544 INFO building project "image-builder" ok (15 seconds)
34022026-08-17T20:24:42.242Z[ helios-setup] Aug 17 20:24:41.544 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
34032026-08-17T20:24:42.614Z[ host-package] Compiling mime_guess v2.0.5
34042026-08-17T20:24:43.198Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34052026-08-17T20:24:43.988Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34062026-08-17T20:24:45.035Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34072026-08-17T20:24:45.203Z[ host-package] Compiling rfc6979 v0.4.0
34082026-08-17T20:24:45.417Z[ host-package] Compiling nanorand v0.7.0
34092026-08-17T20:24:45.528Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34102026-08-17T20:24:45.565Z[ host-package] Compiling parking_lot_core v0.8.6
34112026-08-17T20:24:45.863Z[ host-package] Compiling flume v0.11.1
34122026-08-17T20:24:46.001Z[ host-package] Compiling ecdsa v0.16.9
34132026-08-17T20:24:46.309Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34142026-08-17T20:24:46.366Z[ host-package] Compiling progenitor v0.13.0
34152026-08-17T20:24:46.637Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34162026-08-17T20:24:46.701Z[ host-package] Compiling primeorder v0.13.6
34172026-08-17T20:24:46.761Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34182026-08-17T20:24:47.033Z[ host-package] Compiling git-stub v1.0.0
34192026-08-17T20:24:47.088Z[ host-package] Compiling strsim v0.10.0
34202026-08-17T20:24:47.415Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
34212026-08-17T20:24:47.462Z[ host-package] Compiling http-range v0.1.5
34222026-08-17T20:24:47.695Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34232026-08-17T20:24:47.840Z[ host-package] Compiling instability v0.3.11
34242026-08-17T20:24:48.007Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34252026-08-17T20:24:48.138Z[ host-package] Compiling darling_core v0.13.4
34262026-08-17T20:24:49.500Z[ host-package] Compiling git-stub-vcs v0.1.0
34272026-08-17T20:24:49.876Z[ host-package] Compiling p384 v0.13.1
34282026-08-17T20:24:50.112Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34292026-08-17T20:24:50.393Z[ host-package] Compiling ignore v0.4.25
34302026-08-17T20:24:50.894Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34312026-08-17T20:24:52.245Z[ host-package] Compiling oso v0.27.3
34322026-08-17T20:24:52.683Z[ host-package] Compiling castaway v0.2.4
34332026-08-17T20:24:53.943Z[ host-package] Compiling diesel-dtrace v0.5.0
34342026-08-17T20:24:54.384Z[ host-package] Compiling async-bb8-diesel v0.2.1
34352026-08-17T20:24:55.132Z[ host-package] Compiling vergen-git2 v9.1.0
34362026-08-17T20:24:55.484Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34372026-08-17T20:24:55.733Z[ host-package] Compiling indoc v2.0.7
34382026-08-17T20:24:55.882Z[ host-package] Compiling compact_str v0.8.1
34392026-08-17T20:24:55.957Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34402026-08-17T20:24:56.760Z[ host-package] Compiling globwalk v0.9.1
34412026-08-17T20:24:56.961Z[ host-package] Compiling hyper-staticfile v0.10.1
34422026-08-17T20:24:57.075Z[ host-package] Compiling parking_lot v0.11.2
34432026-08-17T20:24:57.164Z[ host-package] Compiling darling_macro v0.13.4
34442026-08-17T20:24:57.545Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34452026-08-17T20:24:57.584Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34462026-08-17T20:24:58.040Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34472026-08-17T20:24:58.108Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34482026-08-17T20:24:58.132Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34492026-08-17T20:24:58.160Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34502026-08-17T20:24:58.374Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34512026-08-17T20:24:58.777Z[ host-package] Compiling predicates-tree v1.0.13
34522026-08-17T20:24:58.950Z[ host-package] Compiling unicode-truncate v1.1.0
34532026-08-17T20:24:59.191Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34542026-08-17T20:24:59.241Z[ host-package] Compiling lru v0.12.5
34552026-08-17T20:24:59.432Z[ host-package] Compiling prefix-trie v0.7.0
34562026-08-17T20:24:59.488Z[ host-package] Compiling rand_seeder v0.4.0
34572026-08-17T20:24:59.700Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34582026-08-17T20:24:59.759Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34592026-08-17T20:24:59.934Z[ host-package] Compiling cassowary v0.3.0
34602026-08-17T20:24:59.971Z[ host-package] Compiling corncobs v0.1.4
34612026-08-17T20:25:00.030Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34622026-08-17T20:25:00.267Z[ host-package] Compiling ratatui v0.29.0
34632026-08-17T20:25:00.294Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34642026-08-17T20:25:00.381Z[ host-package] Compiling hickory-server v0.25.2
34652026-08-17T20:25:00.499Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34662026-08-17T20:25:00.645Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34672026-08-17T20:25:00.770Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34682026-08-17T20:25:00.976Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34692026-08-17T20:25:01.086Z[ host-package] Compiling darling v0.13.4
34702026-08-17T20:25:01.273Z[ host-package] Compiling sled v0.34.7
34712026-08-17T20:25:01.351Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34722026-08-17T20:25:01.526Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34732026-08-17T20:25:01.740Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34742026-08-17T20:25:02.983Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34752026-08-17T20:25:03.765Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34762026-08-17T20:25:03.994Z[ helios-setup] Aug 17 20:25:03.296 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')"
34772026-08-17T20:25:03.994Z[ helios-setup] Aug 17 20:25:03.296 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
34782026-08-17T20:25:04.029Z[ helios-setup] Aug 17 20:25:03.331 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')"
34792026-08-17T20:25:04.029Z[ helios-setup] Aug 17 20:25:03.331 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
34802026-08-17T20:25:04.033Z[ helios-setup] Aug 17 20:25:03.331 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
34812026-08-17T20:25:04.206Z[ helios-setup] Aug 17 20:25:03.508 INFO E| Updating crates.io index
34822026-08-17T20:25:04.210Z[ helios-setup] Aug 17 20:25:03.509 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34832026-08-17T20:25:04.586Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34842026-08-17T20:25:04.717Z[ helios-setup] Aug 17 20:25:04.019 INFO E| From https://github.com/oxidecomputer/amd-apcb
34852026-08-17T20:25:04.717Z[ helios-setup] Aug 17 20:25:04.019 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34862026-08-17T20:25:04.757Z[ helios-setup] Aug 17 20:25:04.059 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34872026-08-17T20:25:05.610Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34882026-08-17T20:25:05.992Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34892026-08-17T20:25:06.166Z[ helios-setup] Aug 17 20:25:05.469 INFO E| From https://github.com/oxidecomputer/amd-efs
34902026-08-17T20:25:06.166Z[ helios-setup] Aug 17 20:25:05.469 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34912026-08-17T20:25:06.231Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34922026-08-17T20:25:06.255Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34932026-08-17T20:25:06.308Z[ host-package] Compiling secrecy v0.8.0
34942026-08-17T20:25:06.417Z[ helios-setup] Aug 17 20:25:05.719 INFO E| Downloading crates ...
34952026-08-17T20:25:06.470Z[ helios-setup] Aug 17 20:25:05.771 INFO E| Downloaded heck v0.3.3
34962026-08-17T20:25:06.473Z[ helios-setup] Aug 17 20:25:05.772 INFO E| Downloaded four-cc v0.4.0
34972026-08-17T20:25:06.473Z[ helios-setup] Aug 17 20:25:05.775 INFO E| Downloaded unic-char-property v0.9.0
34982026-08-17T20:25:06.483Z[ helios-setup] Aug 17 20:25:05.786 INFO E| Downloaded modular-bitfield v0.11.2
34992026-08-17T20:25:06.489Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35002026-08-17T20:25:06.492Z[ helios-setup] Aug 17 20:25:05.792 INFO E| Downloaded modular-bitfield-impl v0.11.2
35012026-08-17T20:25:06.492Z[ helios-setup] Aug 17 20:25:05.793 INFO E| Downloaded strsim v0.8.0
35022026-08-17T20:25:06.492Z[ helios-setup] Aug 17 20:25:05.795 INFO E| Downloaded fletcher v1.0.0
35032026-08-17T20:25:06.495Z[ helios-setup] Aug 17 20:25:05.796 INFO E| Downloaded vec_map v0.8.2
35042026-08-17T20:25:06.500Z[ helios-setup] Aug 17 20:25:05.802 INFO E| Downloaded strum v0.27.1
35052026-08-17T20:25:06.503Z[ helios-setup] Aug 17 20:25:05.805 INFO E| Downloaded dyn-clone v1.0.19
35062026-08-17T20:25:06.510Z[ helios-setup] Aug 17 20:25:05.813 INFO E| Downloaded textwrap v0.11.0
35072026-08-17T20:25:06.516Z[ helios-setup] Aug 17 20:25:05.819 INFO E| Downloaded unic-ucd-version v0.9.0
35082026-08-17T20:25:06.527Z[ helios-setup] Aug 17 20:25:05.827 INFO E| Downloaded unic-ucd-ident v0.9.0
35092026-08-17T20:25:06.530Z[ helios-setup] Aug 17 20:25:05.833 INFO E| Downloaded thiserror-impl v2.0.12
35102026-08-17T20:25:06.534Z[ helios-setup] Aug 17 20:25:05.836 INFO E| Downloaded modular-bitfield-impl v0.13.1
35112026-08-17T20:25:06.534Z[ helios-setup] Aug 17 20:25:05.837 INFO E| Downloaded thiserror v2.0.12
35122026-08-17T20:25:06.548Z[ helios-setup] Aug 17 20:25:05.850 INFO E| Downloaded unic-char-range v0.9.0
35132026-08-17T20:25:06.551Z[ helios-setup] Aug 17 20:25:05.851 INFO E| Downloaded parse_int v0.9.0
35142026-08-17T20:25:06.551Z[ helios-setup] Aug 17 20:25:05.852 INFO E| Downloaded unic-common v0.9.0
35152026-08-17T20:25:06.551Z[ helios-setup] Aug 17 20:25:05.852 INFO E| Downloaded strum_macros v0.27.1
35162026-08-17T20:25:06.551Z[ helios-setup] Aug 17 20:25:05.853 INFO E| Downloaded bytesize v2.0.1
35172026-08-17T20:25:06.565Z[ helios-setup] Aug 17 20:25:05.866 INFO E| Downloaded quote v1.0.40
35182026-08-17T20:25:06.569Z[ helios-setup] Aug 17 20:25:05.872 INFO E| Downloaded rustversion v1.0.20
35192026-08-17T20:25:06.573Z[ helios-setup] Aug 17 20:25:05.873 INFO E| Downloaded pest_generator v2.8.0
35202026-08-17T20:25:06.573Z[ helios-setup] Aug 17 20:25:05.874 INFO E| Downloaded autocfg v1.4.0
35212026-08-17T20:25:06.576Z[ helios-setup] Aug 17 20:25:05.875 INFO E| Downloaded structopt-derive v0.4.18
35222026-08-17T20:25:06.576Z[ helios-setup] Aug 17 20:25:05.876 INFO E| Downloaded ansi_term v0.12.1
35232026-08-17T20:25:06.576Z[ helios-setup] Aug 17 20:25:05.877 INFO E| Downloaded log v0.4.27
35242026-08-17T20:25:06.591Z[ helios-setup] Aug 17 20:25:05.894 INFO E| Downloaded pest_meta v2.8.0
35252026-08-17T20:25:06.594Z[ helios-setup] Aug 17 20:25:05.896 INFO E| Downloaded pest_derive v2.8.0
35262026-08-17T20:25:06.597Z[ helios-setup] Aug 17 20:25:05.897 INFO E| Downloaded proc-macro2 v1.0.95
35272026-08-17T20:25:06.597Z[ helios-setup] Aug 17 20:25:05.900 INFO E| Downloaded modular-bitfield v0.13.1
35282026-08-17T20:25:06.602Z[ helios-setup] Aug 17 20:25:05.905 INFO E| Downloaded unicode-ident v1.0.18
35292026-08-17T20:25:06.605Z[ helios-setup] Aug 17 20:25:05.908 INFO E| Downloaded serde_derive v1.0.219
35302026-08-17T20:25:06.609Z[ helios-setup] Aug 17 20:25:05.910 INFO E| Downloaded structopt v0.3.26
35312026-08-17T20:25:06.630Z[ helios-setup] Aug 17 20:25:05.933 INFO E| Downloaded typenum v1.18.0
35322026-08-17T20:25:06.633Z[ helios-setup] Aug 17 20:25:05.935 INFO E| Downloaded memchr v2.7.4
35332026-08-17T20:25:06.636Z[ helios-setup] Aug 17 20:25:05.938 INFO E| Downloaded zerocopy-derive v0.8.25
35342026-08-17T20:25:06.639Z[ helios-setup] Aug 17 20:25:05.942 INFO E| Downloaded serde v1.0.219
35352026-08-17T20:25:06.657Z[ helios-setup] Aug 17 20:25:05.958 INFO E| Downloaded pest v2.8.0
35362026-08-17T20:25:06.675Z[ helios-setup] Aug 17 20:25:05.975 INFO E| Downloaded serde_json v1.0.140
35372026-08-17T20:25:06.682Z[ helios-setup] Aug 17 20:25:05.983 INFO E| Downloaded goblin v0.9.3
35382026-08-17T20:25:06.689Z[ helios-setup] Aug 17 20:25:05.991 INFO E| Downloaded clap v2.34.0
35392026-08-17T20:25:06.701Z[ helios-setup] Aug 17 20:25:06.004 INFO E| Downloaded zerocopy v0.8.25
35402026-08-17T20:25:06.717Z[ helios-setup] Aug 17 20:25:06.019 INFO E| Downloaded syn v2.0.101
35412026-08-17T20:25:06.754Z[ helios-setup] Aug 17 20:25:06.054 INFO E| Downloaded libc v0.2.172
35422026-08-17T20:25:06.819Z[ helios-setup] Aug 17 20:25:06.121 INFO E| Compiling proc-macro2 v1.0.95
35432026-08-17T20:25:06.819Z[ helios-setup] Aug 17 20:25:06.121 INFO E| Compiling unicode-ident v1.0.18
35442026-08-17T20:25:06.819Z[ helios-setup] Aug 17 20:25:06.121 INFO E| Compiling memchr v2.7.4
35452026-08-17T20:25:06.822Z[ helios-setup] Aug 17 20:25:06.121 INFO E| Compiling autocfg v1.4.0
35462026-08-17T20:25:06.822Z[ helios-setup] Aug 17 20:25:06.121 INFO E| Compiling thiserror v2.0.12
35472026-08-17T20:25:06.822Z[ helios-setup] Aug 17 20:25:06.121 INFO E| Compiling syn v1.0.109
35482026-08-17T20:25:06.822Z[ helios-setup] Aug 17 20:25:06.121 INFO E| Compiling serde v1.0.219
35492026-08-17T20:25:06.842Z[ helios-setup] Aug 17 20:25:06.144 INFO E| Compiling version_check v0.9.5
35502026-08-17T20:25:06.842Z[ helios-setup] Aug 17 20:25:06.144 INFO E| Compiling serde_json v1.0.140
35512026-08-17T20:25:06.842Z[ helios-setup] Aug 17 20:25:06.145 INFO E| Compiling schemars v0.8.22
35522026-08-17T20:25:06.845Z[ helios-setup] Aug 17 20:25:06.145 INFO E| Compiling ryu v1.0.20
35532026-08-17T20:25:06.845Z[ helios-setup] Aug 17 20:25:06.145 INFO E| Compiling itoa v1.0.15
35542026-08-17T20:25:06.845Z[ helios-setup] Aug 17 20:25:06.145 INFO E| Compiling static_assertions v1.1.0
35552026-08-17T20:25:06.845Z[ helios-setup] Aug 17 20:25:06.146 INFO E| Compiling zerocopy v0.8.25
35562026-08-17T20:25:06.845Z[ helios-setup] Aug 17 20:25:06.146 INFO E| Compiling dyn-clone v1.0.19
35572026-08-17T20:25:06.845Z[ helios-setup] Aug 17 20:25:06.146 INFO E| Compiling libc v0.2.172
35582026-08-17T20:25:07.114Z[ helios-setup] Aug 17 20:25:06.411 INFO E| Compiling ucd-trie v0.1.7
35592026-08-17T20:25:07.114Z[ helios-setup] Aug 17 20:25:06.412 INFO E| Compiling rustversion v1.0.20
35602026-08-17T20:25:07.169Z[ helios-setup] Aug 17 20:25:06.470 INFO E| Compiling paste v1.0.15
35612026-08-17T20:25:07.307Z[ helios-setup] Aug 17 20:25:06.609 INFO E| Compiling once_cell v1.21.3
35622026-08-17T20:25:07.558Z[ helios-setup] Aug 17 20:25:06.860 INFO E| Compiling heck v0.5.0
35632026-08-17T20:25:07.614Z[ helios-setup] Aug 17 20:25:06.916 INFO E| Compiling num-traits v0.2.19
35642026-08-17T20:25:07.675Z[ helios-setup] Aug 17 20:25:06.972 INFO E| Compiling memoffset v0.9.1
35652026-08-17T20:25:07.695Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35662026-08-17T20:25:07.776Z[ helios-setup] Aug 17 20:25:07.078 INFO E| Compiling unicode-width v0.1.14
35672026-08-17T20:25:07.808Z[ helios-setup] Aug 17 20:25:07.110 INFO E| Compiling unicode-segmentation v1.12.0
35682026-08-17T20:25:07.828Z[ helios-setup] Aug 17 20:25:07.130 INFO E| Compiling bitflags v1.3.2
35692026-08-17T20:25:07.913Z[ helios-setup] Aug 17 20:25:07.215 INFO E| Compiling ansi_term v0.12.1
35702026-08-17T20:25:07.938Z[ helios-setup] Aug 17 20:25:07.241 INFO E| Compiling unic-char-range v0.9.0
35712026-08-17T20:25:07.991Z[ helios-setup] Aug 17 20:25:07.293 INFO E| Compiling vec_map v0.8.2
35722026-08-17T20:25:07.994Z[ helios-setup] Aug 17 20:25:07.294 INFO E| Compiling strum v0.27.1
35732026-08-17T20:25:08.006Z[ helios-setup] Aug 17 20:25:07.308 INFO E| Compiling byteorder v1.5.0
35742026-08-17T20:25:08.015Z[ helios-setup] Aug 17 20:25:07.318 INFO E| Compiling proc-macro-error-attr v1.0.4
35752026-08-17T20:25:08.120Z[ helios-setup] Aug 17 20:25:07.422 INFO E| Compiling proc-macro-error v1.0.4
35762026-08-17T20:25:08.139Z[ helios-setup] Aug 17 20:25:07.442 INFO E| Compiling fletcher v1.0.0
35772026-08-17T20:25:08.214Z[ helios-setup] Aug 17 20:25:07.515 INFO E| Compiling strsim v0.8.0
35782026-08-17T20:25:08.250Z[ helios-setup] Aug 17 20:25:07.553 INFO E| Compiling unic-common v0.9.0
35792026-08-17T20:25:08.306Z[ helios-setup] Aug 17 20:25:07.608 INFO E| Compiling unic-char-property v0.9.0
35802026-08-17T20:25:08.373Z[ helios-setup] Aug 17 20:25:07.673 INFO E| Compiling unic-ucd-version v0.9.0
35812026-08-17T20:25:08.392Z[ helios-setup] Aug 17 20:25:07.695 INFO E| Compiling log v0.4.27
35822026-08-17T20:25:08.438Z[ helios-setup] Aug 17 20:25:07.740 INFO E| Compiling lazy_static v1.5.0
35832026-08-17T20:25:08.466Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35842026-08-17T20:25:08.471Z[ helios-setup] Aug 17 20:25:07.773 INFO E| Compiling plain v0.2.3
35852026-08-17T20:25:08.482Z[ helios-setup] Aug 17 20:25:07.783 INFO E| Compiling unic-ucd-ident v0.9.0
35862026-08-17T20:25:08.579Z[ helios-setup] Aug 17 20:25:07.881 INFO E| Compiling heck v0.3.3
35872026-08-17T20:25:08.646Z[ helios-setup] Aug 17 20:25:07.948 INFO E| Compiling textwrap v0.11.0
35882026-08-17T20:25:08.707Z[ helios-setup] Aug 17 20:25:08.009 INFO E| Compiling bytesize v2.0.1
35892026-08-17T20:25:08.938Z[ helios-setup] Aug 17 20:25:08.240 INFO E| Compiling atty v0.2.14
35902026-08-17T20:25:09.014Z[ helios-setup] Aug 17 20:25:08.317 INFO E| Compiling clap v2.34.0
35912026-08-17T20:25:09.058Z[ helios-setup] Aug 17 20:25:08.361 INFO E| Compiling quote v1.0.40
35922026-08-17T20:25:09.256Z[ helios-setup] Aug 17 20:25:08.558 INFO E| Compiling syn v2.0.101
35932026-08-17T20:25:09.559Z[ helios-setup] Aug 17 20:25:08.862 INFO E| Compiling parse_int v0.9.0
35942026-08-17T20:25:09.987Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35952026-08-17T20:25:10.135Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35962026-08-17T20:25:10.695Z[ host-package] Compiling serde_with_macros v1.5.2
35972026-08-17T20:25:11.804Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35982026-08-17T20:25:12.034Z[ helios-setup] Aug 17 20:25:11.336 INFO E| Compiling serde_derive_internals v0.29.1
35992026-08-17T20:25:12.261Z[ helios-setup] Aug 17 20:25:11.563 INFO E| Compiling modular-bitfield-impl v0.11.2
36002026-08-17T20:25:12.261Z[ helios-setup] Aug 17 20:25:11.563 INFO E| Compiling structopt-derive v0.4.18
36012026-08-17T20:25:12.261Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36022026-08-17T20:25:12.333Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36032026-08-17T20:25:12.542Z[ host-package] Compiling git2 v0.20.4
36042026-08-17T20:25:12.745Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36052026-08-17T20:25:12.803Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36062026-08-17T20:25:13.235Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36072026-08-17T20:25:13.265Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36082026-08-17T20:25:13.629Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36092026-08-17T20:25:13.662Z[ helios-setup] Aug 17 20:25:12.964 INFO E| Compiling thiserror-impl v2.0.12
36102026-08-17T20:25:13.662Z[ helios-setup] Aug 17 20:25:12.964 INFO E| Compiling serde_derive v1.0.219
36112026-08-17T20:25:13.662Z[ helios-setup] Aug 17 20:25:12.964 INFO E| Compiling schemars_derive v0.8.22
36122026-08-17T20:25:13.665Z[ helios-setup] Aug 17 20:25:12.964 INFO E| Compiling zerocopy-derive v0.8.25
36132026-08-17T20:25:13.665Z[ helios-setup] Aug 17 20:25:12.964 INFO E| Compiling modular-bitfield-impl v0.13.1
36142026-08-17T20:25:13.665Z[ helios-setup] Aug 17 20:25:12.964 INFO E| Compiling num-derive v0.4.2
36152026-08-17T20:25:13.665Z[ helios-setup] Aug 17 20:25:12.965 INFO E| Compiling strum_macros v0.27.1
36162026-08-17T20:25:13.665Z[ helios-setup] Aug 17 20:25:12.965 INFO E| Compiling scroll_derive v0.12.1
36172026-08-17T20:25:13.794Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36182026-08-17T20:25:13.824Z[ helios-setup] Aug 17 20:25:13.126 INFO E| Compiling modular-bitfield v0.11.2
36192026-08-17T20:25:14.050Z[ helios-setup] Aug 17 20:25:13.353 INFO E| Compiling structopt v0.3.26
36202026-08-17T20:25:14.142Z[ host-package] Compiling arc-swap v1.8.2
36212026-08-17T20:25:14.233Z[ host-package] Compiling void v1.0.2
36222026-08-17T20:25:14.490Z[ host-package] Compiling lzss v0.8.2
36232026-08-17T20:25:14.625Z[ host-package] Compiling slog-scope v4.4.1
36242026-08-17T20:25:15.286Z[ helios-setup] Aug 17 20:25:14.588 INFO E| Compiling modular-bitfield v0.13.1
36252026-08-17T20:25:15.297Z[ host-package] Compiling illumos-nvpair v0.3.0
36262026-08-17T20:25:15.396Z[ helios-setup] Aug 17 20:25:14.698 INFO E| Compiling scroll v0.12.0
36272026-08-17T20:25:15.570Z[ host-package] Compiling serde_with v1.14.0
36282026-08-17T20:25:15.667Z[ helios-setup] Aug 17 20:25:14.969 INFO E| Compiling goblin v0.9.3
36292026-08-17T20:25:15.681Z[ helios-setup] Aug 17 20:25:14.983 INFO E| Compiling pest v2.8.0
36302026-08-17T20:25:15.729Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36312026-08-17T20:25:16.326Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36322026-08-17T20:25:16.556Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36332026-08-17T20:25:16.676Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36342026-08-17T20:25:16.865Z[ helios-setup] Aug 17 20:25:16.167 INFO E| Compiling pest_meta v2.8.0
36352026-08-17T20:25:17.422Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36362026-08-17T20:25:17.549Z[ helios-setup] Aug 17 20:25:16.850 INFO E| Compiling pest_generator v2.8.0
36372026-08-17T20:25:18.160Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36382026-08-17T20:25:18.424Z[ helios-setup] Aug 17 20:25:17.726 INFO E| Compiling pest_derive v2.8.0
36392026-08-17T20:25:19.628Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36402026-08-17T20:25:20.386Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36412026-08-17T20:25:20.392Z[ helios-setup] Aug 17 20:25:19.694 INFO E| Compiling json5 v0.4.1
36422026-08-17T20:25:20.430Z[ host-package] Compiling scuffle v0.1.0
36432026-08-17T20:25:20.800Z[ host-package] Compiling tungstenite v0.23.0
36442026-08-17T20:25:21.999Z[ helios-setup] Aug 17 20:25:21.300 INFO E| Compiling four-cc v0.4.0
36452026-08-17T20:25:21.999Z[ helios-setup] Aug 17 20:25:21.300 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36462026-08-17T20:25:22.189Z[ helios-setup] Aug 17 20:25:21.491 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36472026-08-17T20:25:22.844Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36482026-08-17T20:25:23.058Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36492026-08-17T20:25:23.361Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36502026-08-17T20:25:23.793Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36512026-08-17T20:25:24.045Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36522026-08-17T20:25:24.071Z[ host-package] Compiling nix v0.27.1
36532026-08-17T20:25:24.326Z[ host-package] Compiling twox-hash v2.1.2
36542026-08-17T20:25:24.844Z[ host-package] Compiling libsw-core v0.3.2
36552026-08-17T20:25:25.058Z[ host-package] Compiling serde_bytes v0.11.19
36562026-08-17T20:25:25.085Z[ host-package] Compiling atty v0.2.14
36572026-08-17T20:25:25.259Z[ host-package] Compiling libsw v3.5.0
36582026-08-17T20:25:25.302Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36592026-08-17T20:25:25.388Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36602026-08-17T20:25:25.421Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36612026-08-17T20:25:25.503Z[ host-package] Compiling tokio-tungstenite v0.23.1
36622026-08-17T20:25:25.990Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36632026-08-17T20:25:26.953Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36642026-08-17T20:25:27.435Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36652026-08-17T20:25:28.146Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36662026-08-17T20:25:29.173Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36672026-08-17T20:25:29.376Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36682026-08-17T20:25:29.560Z[ host-package] Compiling slog-stdlog v4.1.1
36692026-08-17T20:25:29.954Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36702026-08-17T20:25:30.025Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36712026-08-17T20:25:30.156Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36722026-08-17T20:25:30.490Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36732026-08-17T20:25:30.580Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36742026-08-17T20:25:32.997Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36752026-08-17T20:25:34.604Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36762026-08-17T20:25:34.825Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36772026-08-17T20:25:35.510Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36782026-08-17T20:25:35.647Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36792026-08-17T20:25:36.344Z[ helios-setup] Aug 17 20:25:35.645 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36802026-08-17T20:25:37.036Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36812026-08-17T20:25:37.215Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36822026-08-17T20:25:38.276Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36832026-08-17T20:25:38.981Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36842026-08-17T20:25:39.343Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36852026-08-17T20:25:39.900Z[ helios-setup] Aug 17 20:25:39.199 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36862026-08-17T20:25:40.267Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36872026-08-17T20:25:40.555Z[ host-package] Compiling signal-hook-tokio v0.3.1
36882026-08-17T20:25:40.750Z[ host-package] Compiling fatfs v0.3.6
36892026-08-17T20:25:41.654Z[ host-package] Compiling yasna v0.5.2
36902026-08-17T20:25:42.141Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36912026-08-17T20:25:42.380Z[ host-package] Compiling seq-macro v0.3.6
36922026-08-17T20:25:42.589Z[ host-package] Compiling assert_matches v1.5.0
36932026-08-17T20:25:42.821Z[ host-package] Compiling is_ci v1.2.0
36942026-08-17T20:25:42.980Z[ host-package] Compiling supports-color v3.0.2
36952026-08-17T20:25:43.076Z[ host-package] Compiling rcgen v0.12.1
36962026-08-17T20:25:43.109Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36972026-08-17T20:25:43.333Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36982026-08-17T20:25:43.544Z[ host-package] Compiling slog-envlogger v2.2.0
36992026-08-17T20:25:44.747Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37002026-08-17T20:25:45.413Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37012026-08-17T20:25:45.838Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37022026-08-17T20:25:46.194Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37032026-08-17T20:25:46.376Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37042026-08-17T20:25:46.657Z[ host-package] Compiling port-file v0.1.0
37052026-08-17T20:25:46.758Z[ host-package] Compiling rtoolbox v0.0.3
37062026-08-17T20:25:47.112Z[ host-package] Compiling subprocess v0.2.15
37072026-08-17T20:25:47.671Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37082026-08-17T20:25:47.742Z[ host-package] Compiling rpassword v7.5.4
37092026-08-17T20:25:48.863Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37102026-08-17T20:25:49.588Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37112026-08-17T20:25:49.719Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37122026-08-17T20:25:49.811Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37132026-08-17T20:25:51.946Z[ host-package] Compiling tui-tree-widget v0.23.1
37142026-08-17T20:25:52.185Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37152026-08-17T20:25:52.280Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37162026-08-17T20:25:52.540Z[ helios-setup] Aug 17 20:25:51.841 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.47s
37172026-08-17T20:25:52.544Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37182026-08-17T20:25:52.575Z[ helios-setup] Aug 17 20:25:51.877 INFO building project "amd-host-image-builder" ok (48 seconds)
37192026-08-17T20:25:52.576Z[ helios-setup] Aug 17 20:25:51.877 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37202026-08-17T20:25:52.589Z[ helios-setup] Aug 17 20:25:51.887 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37212026-08-17T20:25:52.589Z[ helios-setup] Aug 17 20:25:51.887 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37222026-08-17T20:25:52.593Z[ helios-setup] Aug 17 20:25:51.887 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37232026-08-17T20:25:52.813Z[ helios-setup] Aug 17 20:25:52.110 INFO E| Downloading crates ...
37242026-08-17T20:25:52.853Z[ helios-setup] Aug 17 20:25:52.154 INFO E| Downloaded deranged v0.4.0
37252026-08-17T20:25:52.860Z[ helios-setup] Aug 17 20:25:52.162 INFO E| Downloaded iana-time-zone v0.1.63
37262026-08-17T20:25:52.871Z[ helios-setup] Aug 17 20:25:52.163 INFO E| Downloaded time-core v0.1.4
37272026-08-17T20:25:52.871Z[ helios-setup] Aug 17 20:25:52.164 INFO E| Downloaded errno v0.3.12
37282026-08-17T20:25:52.871Z[ helios-setup] Aug 17 20:25:52.168 INFO E| Downloaded bitflags v2.9.1
37292026-08-17T20:25:52.886Z[ helios-setup] Aug 17 20:25:52.175 INFO E| Downloaded getrandom v0.3.3
37302026-08-17T20:25:52.886Z[ helios-setup] Aug 17 20:25:52.184 INFO E| Downloaded serde_with_macros v3.12.0
37312026-08-17T20:25:52.895Z[ helios-setup] Aug 17 20:25:52.188 INFO E| Downloaded time-macros v0.2.22
37322026-08-17T20:25:52.897Z[ helios-setup] Aug 17 20:25:52.191 INFO E| Downloaded tempfile v3.20.0
37332026-08-17T20:25:52.905Z[ helios-setup] Aug 17 20:25:52.203 INFO E| Downloaded anyhow v1.0.98
37342026-08-17T20:25:52.915Z[ helios-setup] Aug 17 20:25:52.215 INFO E| Downloaded indexmap v2.9.0
37352026-08-17T20:25:52.931Z[ helios-setup] Aug 17 20:25:52.232 INFO E| Downloaded hashbrown v0.15.3
37362026-08-17T20:25:52.950Z[ helios-setup] Aug 17 20:25:52.235 INFO E| Downloaded time v0.3.41
37372026-08-17T20:25:52.951Z[ helios-setup] Aug 17 20:25:52.240 INFO E| Downloaded serde_with v3.12.0
37382026-08-17T20:25:52.951Z[ helios-setup] Aug 17 20:25:52.247 INFO E| Downloaded chrono v0.4.41
37392026-08-17T20:25:52.959Z[ helios-setup] Aug 17 20:25:52.259 INFO E| Downloaded rustix v1.0.7
37402026-08-17T20:25:53.031Z[ helios-setup] Aug 17 20:25:52.332 INFO E| Compiling proc-macro2 v1.0.95
37412026-08-17T20:25:53.031Z[ helios-setup] Aug 17 20:25:52.332 INFO E| Compiling unicode-ident v1.0.18
37422026-08-17T20:25:53.041Z[ helios-setup] Aug 17 20:25:52.332 INFO E| Compiling libc v0.2.172
37432026-08-17T20:25:53.041Z[ helios-setup] Aug 17 20:25:52.332 INFO E| Compiling ident_case v1.0.1
37442026-08-17T20:25:53.041Z[ helios-setup] Aug 17 20:25:52.332 INFO E| Compiling strsim v0.11.1
37452026-08-17T20:25:53.041Z[ helios-setup] Aug 17 20:25:52.332 INFO E| Compiling fnv v1.0.7
37462026-08-17T20:25:53.042Z[ helios-setup] Aug 17 20:25:52.332 INFO E| Compiling serde v1.0.219
37472026-08-17T20:25:53.042Z[ helios-setup] Aug 17 20:25:52.332 INFO E| Compiling getrandom v0.3.3
37482026-08-17T20:25:53.042Z[ helios-setup] Aug 17 20:25:52.332 INFO E| Compiling rustix v1.0.7
37492026-08-17T20:25:53.072Z[ helios-setup] Aug 17 20:25:52.374 INFO E| Compiling cfg-if v1.0.0
37502026-08-17T20:25:53.083Z[ helios-setup] Aug 17 20:25:52.375 INFO E| Compiling bitflags v2.9.1
37512026-08-17T20:25:53.119Z[ helios-setup] Aug 17 20:25:52.420 INFO E| Compiling serde_json v1.0.140
37522026-08-17T20:25:53.159Z[ helios-setup] Aug 17 20:25:52.461 INFO E| Compiling anyhow v1.0.98
37532026-08-17T20:25:53.170Z[ helios-setup] Aug 17 20:25:52.467 INFO E| Compiling thiserror v2.0.12
37542026-08-17T20:25:53.170Z[ helios-setup] Aug 17 20:25:52.467 INFO E| Compiling memchr v2.7.4
37552026-08-17T20:25:53.170Z[ helios-setup] Aug 17 20:25:52.467 INFO E| Compiling fastrand v2.3.0
37562026-08-17T20:25:53.564Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37572026-08-17T20:25:53.804Z[ helios-setup] Aug 17 20:25:53.106 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37582026-08-17T20:25:53.812Z[ helios-setup] Aug 17 20:25:53.106 INFO E| Compiling itoa v1.0.15
37592026-08-17T20:25:53.812Z[ helios-setup] Aug 17 20:25:53.107 INFO E| Compiling ryu v1.0.20
37602026-08-17T20:25:53.812Z[ helios-setup] Aug 17 20:25:53.107 INFO E| Compiling once_cell v1.21.3
37612026-08-17T20:25:54.799Z[ helios-setup] Aug 17 20:25:54.100 INFO E| Compiling quote v1.0.40
37622026-08-17T20:25:55.088Z[ helios-setup] Aug 17 20:25:54.389 INFO E| Compiling errno v0.3.12
37632026-08-17T20:25:55.113Z[ helios-setup] Aug 17 20:25:54.414 INFO E| Compiling syn v2.0.101
37642026-08-17T20:25:55.742Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37652026-08-17T20:25:56.041Z[ host-package] Compiling uzers v0.12.2
37662026-08-17T20:25:56.262Z[ helios-setup] Aug 17 20:25:55.564 INFO E| Compiling tempfile v3.20.0
37672026-08-17T20:25:57.101Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37682026-08-17T20:25:57.788Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37692026-08-17T20:25:57.903Z[ helios-setup] Aug 17 20:25:57.197 INFO E| Compiling darling_core v0.20.11
37702026-08-17T20:25:58.959Z[ helios-setup] Aug 17 20:25:58.261 INFO E| Compiling serde_derive v1.0.219
37712026-08-17T20:25:58.959Z[ helios-setup] Aug 17 20:25:58.261 INFO E| Compiling thiserror-impl v2.0.12
37722026-08-17T20:25:59.003Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37732026-08-17T20:25:59.823Z[ helios-setup] Aug 17 20:25:59.100 INFO E| Compiling darling_macro v0.20.11
37742026-08-17T20:25:59.827Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37752026-08-17T20:26:04.113Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37762026-08-17T20:26:04.143Z[ helios-setup] Aug 17 20:25:59.929 INFO E| Compiling darling v0.20.11
37772026-08-17T20:26:04.143Z[ helios-setup] Aug 17 20:26:00.030 INFO E| Compiling serde_with_macros v3.12.0
37782026-08-17T20:26:04.143Z[ host-package] Compiling support-bundle-viewer v0.1.2
37792026-08-17T20:26:04.143Z[ host-package] Compiling multimap v0.10.1
37802026-08-17T20:26:04.567Z[ helios-setup] Aug 17 20:26:03.869 INFO E| Compiling serde_with v3.12.0
37812026-08-17T20:26:09.380Z[ helios-setup] Aug 17 20:26:08.682 INFO E| Finished `release` profile [optimized] target(s) in 16.78s
37822026-08-17T20:26:09.444Z[ helios-setup] Aug 17 20:26:08.746 INFO building project "dmar-report" ok (16 seconds)
37832026-08-17T20:26:09.445Z[ helios-setup] Aug 17 20:26:08.746 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37842026-08-17T20:26:09.455Z[ helios-setup] Aug 17 20:26:08.756 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37852026-08-17T20:26:09.455Z[ helios-setup] Aug 17 20:26:08.756 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37862026-08-17T20:26:09.455Z[ helios-setup] Aug 17 20:26:08.756 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37872026-08-17T20:26:09.707Z[ helios-setup] Aug 17 20:26:08.982 INFO E| Downloading crates ...
37882026-08-17T20:26:09.739Z[ helios-setup] Aug 17 20:26:09.040 INFO E| Downloaded miniz_oxide v0.8.8
37892026-08-17T20:26:09.742Z[ helios-setup] Aug 17 20:26:09.044 INFO E| Downloaded adler2 v2.0.0
37902026-08-17T20:26:09.759Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37912026-08-17T20:26:09.794Z[ helios-setup] Aug 17 20:26:09.096 INFO E| Compiling adler2 v2.0.0
37922026-08-17T20:26:09.899Z[ helios-setup] Aug 17 20:26:09.200 INFO E| Compiling miniz_oxide v0.8.8
37932026-08-17T20:26:11.148Z[ helios-setup] Aug 17 20:26:10.450 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37942026-08-17T20:26:11.801Z[ helios-setup] Aug 17 20:26:11.102 INFO E| Finished `release` profile [optimized] target(s) in 2.33s
37952026-08-17T20:26:11.812Z[ helios-setup] Aug 17 20:26:11.114 INFO building project "pinprick" ok (2 seconds)
37962026-08-17T20:26:11.816Z[ helios-setup] rm -f helios-build
37972026-08-17T20:26:11.816Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37982026-08-17T20:26:11.819Z[ helios-setup]
37992026-08-17T20:26:11.822Z[ helios-setup] Setup complete! ./helios-build is now available.
38002026-08-17T20:26:11.822Z[ helios-setup]
38012026-08-17T20:26:11.822Z[ helios-setup]
38022026-08-17T20:26:11.822Z[ helios-setup] real 3:01.146942510
38032026-08-17T20:26:11.822Z[ helios-setup] user 7:03.698189332
38042026-08-17T20:26:11.822Z[ helios-setup] sys 1:17.733391100
38052026-08-17T20:26:11.822Z[ helios-setup] trap 0.529358098
38062026-08-17T20:26:11.822Z[ helios-setup] tflt 2.647496162
38072026-08-17T20:26:11.822Z[ helios-setup] dflt 8.406792830
38082026-08-17T20:26:11.822Z[ helios-setup] kflt 0.000687090
38092026-08-17T20:26:11.822Z[ helios-setup] lock 50:30.625122734
38102026-08-17T20:26:11.822Z[ helios-setup] slp 33:03.726059039
38112026-08-17T20:26:11.822Z[ helios-setup] lat 5:22.292403314
38122026-08-17T20:26:11.822Z[ helios-setup] stop 1:29.653734585
38132026-08-17T20:26:11.826ZAug 17 20:26:11.125 INFO [helios-setup] process exited with exit status: 0 (181.149903651s)
38142026-08-17T20:26:11.826ZAug 17 20:26:11.125 INFO [helios-record] running task
38152026-08-17T20:26:11.826ZAug 17 20:26:11.125 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38162026-08-17T20:26:11.829ZAug 17 20:26:11.129 DEBG process exited with exit status: 0 (4.593692ms)
38172026-08-17T20:26:11.829ZAug 17 20:26:11.129 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38182026-08-17T20:26:11.832ZAug 17 20:26:11.134 DEBG process exited with exit status: 0 (4.805781ms)
38192026-08-17T20:26:11.832ZAug 17 20:26:11.134 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38202026-08-17T20:26:11.836ZAug 17 20:26:11.138 DEBG process exited with exit status: 0 (3.822782ms)
38212026-08-17T20:26:11.836ZAug 17 20:26:11.138 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38222026-08-17T20:26:11.840ZAug 17 20:26:11.142 DEBG process exited with exit status: 0 (3.729021ms)
38232026-08-17T20:26:11.840ZAug 17 20:26:11.142 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38242026-08-17T20:26:11.843ZAug 17 20:26:11.145 DEBG process exited with exit status: 0 (3.560271ms)
38252026-08-17T20:26:11.843ZAug 17 20:26:11.145 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38262026-08-17T20:26:11.847ZAug 17 20:26:11.149 DEBG process exited with exit status: 0 (3.562512ms)
38272026-08-17T20:26:11.847ZAug 17 20:26:11.149 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38282026-08-17T20:26:11.850ZAug 17 20:26:11.152 DEBG process exited with exit status: 0 (3.536201ms)
38292026-08-17T20:26:11.850ZAug 17 20:26:11.152 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38302026-08-17T20:26:11.854ZAug 17 20:26:11.156 DEBG process exited with exit status: 0 (3.394911ms)
38312026-08-17T20:26:11.854ZAug 17 20:26:11.156 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38322026-08-17T20:26:11.857ZAug 17 20:26:11.159 DEBG process exited with exit status: 0 (3.370242ms)
38332026-08-17T20:26:11.860ZAug 17 20:26:11.160 INFO [helios-record] task succeeded (35.044343ms)
38342026-08-17T20:26:17.466Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38352026-08-17T20:26:19.462Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38362026-08-17T20:26:25.463Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38372026-08-17T20:26:26.051Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38382026-08-17T20:36:04.270Z[ host-package] Finished `release` profile [optimized] target(s) in 12m 14s
38392026-08-17T20:36:58.256ZAug 17 20:36:57.552 INFO [host-package] process exited with exit status: 0 (788.504070312s)
38402026-08-17T20:36:58.256ZAug 17 20:36:57.552 INFO [host-libraries] running task
38412026-08-17T20:36:58.256ZAug 17 20:36:57.552 INFO [host-stamp] running task
38422026-08-17T20:36:58.259ZAug 17 20:36:57.554 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+git4d607a3cfa7
38432026-08-17T20:36:58.259ZAug 17 20:36:57.555 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+git4d607a3cfa7
38442026-08-17T20:36:58.259ZAug 17 20:36:57.555 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+git4d607a3cfa7
38452026-08-17T20:36:58.263ZAug 17 20:36:57.555 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+git4d607a3cfa7
38462026-08-17T20:36:58.263ZAug 17 20:36:57.555 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+git4d607a3cfa7
38472026-08-17T20:36:58.263ZAug 17 20:36:57.556 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+git4d607a3cfa7
38482026-08-17T20:36:58.263ZAug 17 20:36:57.556 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+git4d607a3cfa7
38492026-08-17T20:36:58.263ZAug 17 20:36:57.556 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+git4d607a3cfa7
38502026-08-17T20:36:58.278Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-08-17T20:36:58.278Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-08-17T20:36:58.281Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38532026-08-17T20:36:58.281Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-08-17T20:36:58.281Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-17T20:36:58.281Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38562026-08-17T20:36:58.281Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-08-17T20:36:58.281Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-08-17T20:36:58.281Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38592026-08-17T20:36:58.284ZAug 17 20:36:57.580 INFO [stamp-overlay] process exited with exit status: 0 (23.993049ms)
38602026-08-17T20:36:58.291Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38612026-08-17T20:36:58.294ZAug 17 20:36:57.590 INFO [stamp-oxlog] process exited with exit status: 0 (35.047442ms)
38622026-08-17T20:36:58.318Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38632026-08-17T20:36:58.321ZAug 17 20:36:57.617 INFO [stamp-crucible-utils] process exited with exit status: 0 (61.655662ms)
38642026-08-17T20:36:58.331Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38652026-08-17T20:36:58.334ZAug 17 20:36:57.630 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (74.904537ms)
38662026-08-17T20:36:58.457Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38672026-08-17T20:36:58.461ZAug 17 20:36:57.757 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (202.198164ms)
38682026-08-17T20:36:58.833Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38692026-08-17T20:36:58.837ZAug 17 20:36:58.133 INFO [stamp-propolis-server] process exited with exit status: 0 (576.882181ms)
38702026-08-17T20:36:58.882Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38712026-08-17T20:36:58.886ZAug 17 20:36:58.182 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (626.064119ms)
38722026-08-17T20:37:00.047ZAug 17 20:36:59.342 INFO [host-libraries] task succeeded (1.790598176s)
38732026-08-17T20:37:00.053ZAug 17 20:36:59.342 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38742026-08-17T20:37:00.056Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38752026-08-17T20:37:01.026Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38762026-08-17T20:37:01.896Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38772026-08-17T20:37:05.595Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38782026-08-17T20:37:05.599ZAug 17 20:37:04.894 INFO [stamp-switch-asic] process exited with exit status: 0 (7.338064016s)
38792026-08-17T20:37:05.599ZAug 17 20:37:04.895 INFO [host-stamp] task succeeded (7.342973508s)
38802026-08-17T20:37:05.599ZAug 17 20:37:04.895 INFO [host-proto] running task
38812026-08-17T20:37:06.123ZAug 17 20:37:05.418 INFO [host-proto] task succeeded (523.802012ms)
38822026-08-17T20:37:06.123ZAug 17 20:37:05.418 INFO [host-profile] running task
38832026-08-17T20:37:06.126ZAug 17 20:37:05.419 INFO [host-profile] task succeeded (238.2µs)
38842026-08-17T20:37:06.126ZAug 17 20:37:05.419 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmpNdaVGy/proto/host/root -N 'ci 4d607a3/${os_short_commit} 2026-08-17 20:23' -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/'
38852026-08-17T20:37:06.130Z[ host-image] Aug 17 20:37:05.425 INFO Checking files for board 'cosmo-mbist'
38862026-08-17T20:37:06.130Z[ host-image] Aug 17 20:37:05.425 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38872026-08-17T20:37:06.130Z[ host-image] Aug 17 20:37:05.425 INFO Checking files for board 'cosmo-mbist-noaggr'
38882026-08-17T20:37:06.130Z[ host-image] Aug 17 20:37:05.425 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38892026-08-17T20:37:06.133Z[ host-image] Aug 17 20:37:05.425 INFO Checking files for board 'cosmo'
38902026-08-17T20:37:06.133Z[ host-image] Aug 17 20:37:05.425 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38912026-08-17T20:37:06.133Z[ host-image] Aug 17 20:37:05.425 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38922026-08-17T20:37:06.133Z[ host-image] Aug 17 20:37:05.425 INFO Checking files for board 'gimlet'
38932026-08-17T20:37:06.133Z[ host-image] Aug 17 20:37:05.425 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38942026-08-17T20:37:06.133Z[ host-image] Aug 17 20:37:05.425 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38952026-08-17T20:37:06.140Z[ host-image] Aug 17 20:37:05.435 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpNdaVGy/proto/host/root"
38962026-08-17T20:37:06.143Z[ host-image] Aug 17 20:37:05.436 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38972026-08-17T20:37:06.143Z[ host-image] Aug 17 20:37:05.436 INFO image builder template: ramdisk-01-os...
38982026-08-17T20:37:06.143Z[ host-image] Aug 17 20:37:05.436 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/.tmpNdaVGy/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38992026-08-17T20:37:06.154Z[ host-image] Aug 17 20:37:05.449 INFO O| Aug 17 20:37:05.449 INFO CREATE DATASET: rpool/images/build/host/output
39002026-08-17T20:37:07.237Z[ host-image] Aug 17 20:37:06.532 INFO O| Aug 17 20:37:06.532 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39012026-08-17T20:37:07.240Z[ host-image] Aug 17 20:37:06.535 INFO O| Aug 17 20:37:06.535 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39022026-08-17T20:37:07.445Z[ host-image] Aug 17 20:37:06.740 INFO O| Aug 17 20:37:06.740 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39032026-08-17T20:37:07.520Z[ host-image] Aug 17 20:37:06.815 INFO O| Aug 17 20:37:06.815 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39042026-08-17T20:37:07.520Z[ host-image] Aug 17 20:37:06.815 INFO O| Aug 17 20:37:06.815 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39052026-08-17T20:37:07.520Z[ host-image] Aug 17 20:37:06.815 INFO O| Aug 17 20:37:06.815 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39062026-08-17T20:37:07.523Z[ host-image] Aug 17 20:37:06.815 INFO O| Aug 17 20:37:06.815 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39072026-08-17T20:37:07.526Z[ host-image] Aug 17 20:37:06.821 INFO O| Aug 17 20:37:06.821 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39082026-08-17T20:37:07.751Z[ host-image] Aug 17 20:37:07.046 INFO O| Aug 17 20:37:07.046 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39092026-08-17T20:37:07.757Z[ host-image] Aug 17 20:37:07.053 INFO O| Aug 17 20:37:07.053 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39102026-08-17T20:37:08.057Z[ host-image] Aug 17 20:37:07.352 INFO O| Aug 17 20:37:07.352 INFO O| Caching catalogs ... Done
39112026-08-17T20:37:08.139Z[ host-image] Aug 17 20:37:07.432 INFO O| Aug 17 20:37:07.432 INFO STEP 0 (pkg_image_create) COMPLETE
39122026-08-17T20:37:08.140Z[ host-image] Aug 17 20:37:07.432 INFO O| Aug 17 20:37:07.432 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-17T20:37:08.147Z[ host-image] Aug 17 20:37:07.440 INFO O| Aug 17 20:37:07.440 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"]
39142026-08-17T20:37:08.425Z[ host-image] Aug 17 20:37:07.720 INFO O| Aug 17 20:37:07.720 INFO STEP 1 (pkg_set_publisher) COMPLETE
39152026-08-17T20:37:08.425Z[ host-image] Aug 17 20:37:07.720 INFO O| Aug 17 20:37:07.720 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-08-17T20:37:08.428Z[ host-image] Aug 17 20:37:07.720 INFO O| Aug 17 20:37:07.720 INFO skip step because feature "publisher_1_name" is not enabled
39172026-08-17T20:37:08.428Z[ host-image] Aug 17 20:37:07.720 INFO O| Aug 17 20:37:07.720 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39182026-08-17T20:37:08.428Z[ host-image] Aug 17 20:37:07.720 INFO O| Aug 17 20:37:07.720 INFO skip step because feature "publisher_2_name" is not enabled
39192026-08-17T20:37:08.428Z[ host-image] Aug 17 20:37:07.720 INFO O| Aug 17 20:37:07.720 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39202026-08-17T20:37:08.428Z[ host-image] Aug 17 20:37:07.720 INFO O| Aug 17 20:37:07.720 INFO skip step because feature "publisher_3_name" is not enabled
39212026-08-17T20:37:08.428Z[ host-image] Aug 17 20:37:07.720 INFO O| Aug 17 20:37:07.720 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-08-17T20:37:08.702Z[ host-image] Aug 17 20:37:07.997 INFO O| Aug 17 20:37:07.997 INFO variant opensolaris.zone is already global
39232026-08-17T20:37:08.702Z[ host-image] Aug 17 20:37:07.997 INFO O| Aug 17 20:37:07.997 INFO STEP 5 (pkg_change_variant) COMPLETE
39242026-08-17T20:37:08.702Z[ host-image] Aug 17 20:37:07.997 INFO O| Aug 17 20:37:07.997 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39252026-08-17T20:37:08.959Z[ host-image] Aug 17 20:37:08.253 INFO O| Aug 17 20:37:08.253 INFO variant opensolaris.imagetype is full; changing to partial
39262026-08-17T20:37:08.959Z[ host-image] Aug 17 20:37:08.253 INFO O| Aug 17 20:37:08.253 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39272026-08-17T20:37:10.741Z[ host-image] Aug 17 20:37:10.036 INFO O| Aug 17 20:37:10.035 INFO O| Startup: Refreshing catalog 'helios' ... Done
39282026-08-17T20:37:11.106Z[ host-image] Aug 17 20:37:10.401 INFO O| Aug 17 20:37:10.401 INFO O| Startup: Caching catalogs ... Done
39292026-08-17T20:37:11.118Z[ host-image] Aug 17 20:37:10.413 INFO O| Aug 17 20:37:10.413 INFO O| Planning: Planning completed in 0.00 seconds
39302026-08-17T20:37:11.122Z[ host-image] Aug 17 20:37:10.413 INFO O| Aug 17 20:37:10.413 INFO O| Planning: Consolidating action changes ... Done
39312026-08-17T20:37:11.122Z[ host-image] Aug 17 20:37:10.413 INFO O| Aug 17 20:37:10.413 INFO O| Planning: Evaluating mediators ... Done
39322026-08-17T20:37:11.122Z[ host-image] Aug 17 20:37:10.414 INFO O| Aug 17 20:37:10.413 INFO O| Planning: Planning completed in 0.00 seconds
39332026-08-17T20:37:11.122Z[ host-image] Aug 17 20:37:10.414 INFO O| Aug 17 20:37:10.414 INFO O| Variants/Facets to change: 1
39342026-08-17T20:37:11.127Z[ host-image] Aug 17 20:37:10.422 INFO O| Aug 17 20:37:10.422 INFO O| Finalize: Updating package state database ... Done
39352026-08-17T20:37:11.130Z[ host-image] Aug 17 20:37:10.422 INFO O| Aug 17 20:37:10.422 INFO O| Finalize: Updating package cache ... Done
39362026-08-17T20:37:11.182Z[ host-image] Aug 17 20:37:10.477 INFO O| Aug 17 20:37:10.477 INFO O| Finalize: Updating image state ... Done
39372026-08-17T20:37:11.190Z[ host-image] Aug 17 20:37:10.485 INFO O| Aug 17 20:37:10.485 INFO O| Finalize: Creating fast lookup database ... Done
39382026-08-17T20:37:11.194Z[ host-image] Aug 17 20:37:10.485 INFO O| Aug 17 20:37:10.485 INFO O| Finalize: Reading search index ... Done
39392026-08-17T20:37:11.194Z[ host-image] Aug 17 20:37:10.486 INFO O| Aug 17 20:37:10.486 INFO O| Finalize: Updating search index ... Done
39402026-08-17T20:37:11.194Z[ host-image] Aug 17 20:37:10.486 INFO O| Aug 17 20:37:10.486 INFO O| Finalize: Updating package cache ... Done
39412026-08-17T20:37:11.354Z[ host-image] Aug 17 20:37:10.649 INFO O| Aug 17 20:37:10.649 INFO STEP 6 (pkg_change_variant) COMPLETE
39422026-08-17T20:37:11.355Z[ host-image] Aug 17 20:37:10.649 INFO O| Aug 17 20:37:10.649 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39432026-08-17T20:37:11.358Z[ host-image] Aug 17 20:37:10.649 INFO O| Aug 17 20:37:10.649 INFO skip step because feature "debug_variant" is not enabled
39442026-08-17T20:37:11.358Z[ host-image] Aug 17 20:37:10.649 INFO O| Aug 17 20:37:10.649 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39452026-08-17T20:37:11.599Z[ host-image] Aug 17 20:37:10.894 INFO O| Aug 17 20:37:10.894 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39462026-08-17T20:37:13.067Z[ host-image] Aug 17 20:37:12.362 INFO O| Aug 17 20:37:12.362 INFO O| Startup: Refreshing catalog 'helios' ... Done
39472026-08-17T20:37:13.431Z[ host-image] Aug 17 20:37:12.726 INFO O| Aug 17 20:37:12.726 INFO O| Startup: Caching catalogs ... Done
39482026-08-17T20:37:13.443Z[ host-image] Aug 17 20:37:12.738 INFO O| Aug 17 20:37:12.738 INFO O| Planning: Planning completed in 0.00 seconds
39492026-08-17T20:37:13.446Z[ host-image] Aug 17 20:37:12.739 INFO O| Aug 17 20:37:12.739 INFO O| Planning: Consolidating action changes ... Done
39502026-08-17T20:37:13.446Z[ host-image] Aug 17 20:37:12.739 INFO O| Aug 17 20:37:12.739 INFO O| Planning: Evaluating mediators ... Done
39512026-08-17T20:37:13.446Z[ host-image] Aug 17 20:37:12.739 INFO O| Aug 17 20:37:12.739 INFO O| Planning: Planning completed in 0.00 seconds
39522026-08-17T20:37:13.446Z[ host-image] Aug 17 20:37:12.739 INFO O| Aug 17 20:37:12.739 INFO O| Variants/Facets to change: 1
39532026-08-17T20:37:13.452Z[ host-image] Aug 17 20:37:12.748 INFO O| Aug 17 20:37:12.748 INFO O| Finalize: Updating package state database ... Done
39542026-08-17T20:37:13.453Z[ host-image] Aug 17 20:37:12.748 INFO O| Aug 17 20:37:12.748 INFO O| Finalize: Updating package cache ... Done
39552026-08-17T20:37:13.459Z[recovery-package] Finished `release` profile [optimized] target(s) in 13.27s
39562026-08-17T20:37:13.508Z[ host-image] Aug 17 20:37:12.803 INFO O| Aug 17 20:37:12.803 INFO O| Finalize: Updating image state ... Done
39572026-08-17T20:37:13.515Z[ host-image] Aug 17 20:37:12.811 INFO O| Aug 17 20:37:12.811 INFO O| Finalize: Creating fast lookup database ... Done
39582026-08-17T20:37:13.519Z[ host-image] Aug 17 20:37:12.811 INFO O| Aug 17 20:37:12.811 INFO O| Finalize: Reading search index ... Done
39592026-08-17T20:37:13.519Z[ host-image] Aug 17 20:37:12.811 INFO O| Aug 17 20:37:12.811 INFO O| Finalize: Updating search index ... Done
39602026-08-17T20:37:13.519Z[ host-image] Aug 17 20:37:12.812 INFO O| Aug 17 20:37:12.812 INFO O| Finalize: Updating package cache ... Done
39612026-08-17T20:37:13.691Z[ host-image] Aug 17 20:37:12.986 INFO O| Aug 17 20:37:12.986 INFO STEP 8 (pkg_change_facet) COMPLETE
39622026-08-17T20:37:13.691Z[ host-image] Aug 17 20:37:12.986 INFO O| Aug 17 20:37:12.986 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-17T20:37:13.694Z[ host-image] Aug 17 20:37:12.986 INFO O| Aug 17 20:37:12.986 INFO skip step because feature "recovery" is not enabled
39642026-08-17T20:37:13.695Z[ host-image] Aug 17 20:37:12.986 INFO O| Aug 17 20:37:12.986 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-17T20:37:13.695Z[ host-image] Aug 17 20:37:12.986 INFO O| Aug 17 20:37:12.986 INFO skip step because feature "recovery" is not enabled
39662026-08-17T20:37:13.695Z[ host-image] Aug 17 20:37:12.986 INFO O| Aug 17 20:37:12.986 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-08-17T20:37:13.698Z[ host-image] Aug 17 20:37:12.993 INFO O| Aug 17 20:37:12.993 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"]
39682026-08-17T20:37:15.141Z[ host-image] Aug 17 20:37:14.432 INFO O| Aug 17 20:37:14.432 INFO O| Startup: Refreshing catalog 'helios' ... Done
39692026-08-17T20:37:15.308ZAug 17 20:37:14.603 INFO [recovery-package] process exited with exit status: 0 (15.260404955s)
39702026-08-17T20:37:15.308ZAug 17 20:37:14.603 INFO [recovery-libraries] running task
39712026-08-17T20:37:15.308ZAug 17 20:37:14.603 INFO [recovery-stamp] running task
39722026-08-17T20:37:15.311ZAug 17 20:37:14.603 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git4d607a3cfa7
39732026-08-17T20:37:15.311ZAug 17 20:37:14.604 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+git4d607a3cfa7
39742026-08-17T20:37:15.315Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39752026-08-17T20:37:15.318Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39762026-08-17T20:37:15.363ZAug 17 20:37:14.658 INFO [recovery-libraries] task succeeded (55.28237ms)
39772026-08-17T20:37:15.366ZAug 17 20:37:14.658 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39782026-08-17T20:37:15.421Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39792026-08-17T20:37:15.424ZAug 17 20:37:14.720 INFO [stamp-installinator] process exited with exit status: 0 (116.387563ms)
39802026-08-17T20:37:15.493Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39812026-08-17T20:37:15.496ZAug 17 20:37:14.792 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (187.902909ms)
39822026-08-17T20:37:15.496ZAug 17 20:37:14.792 INFO [recovery-stamp] task succeeded (188.790629ms)
39832026-08-17T20:37:15.496ZAug 17 20:37:14.792 INFO [recovery-proto] running task
39842026-08-17T20:37:15.496ZAug 17 20:37:14.792 INFO [tuf-stamp] running task
39852026-08-17T20:37:15.500ZAug 17 20:37:14.792 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+git4d607a3cfa7
39862026-08-17T20:37:15.500ZAug 17 20:37:14.793 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+git4d607a3cfa7
39872026-08-17T20:37:15.500ZAug 17 20:37:14.793 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+git4d607a3cfa7
39882026-08-17T20:37:15.500ZAug 17 20:37:14.794 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+git4d607a3cfa7
39892026-08-17T20:37:15.500ZAug 17 20:37:14.794 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+git4d607a3cfa7
39902026-08-17T20:37:15.500ZAug 17 20:37:14.795 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+git4d607a3cfa7
39912026-08-17T20:37:15.500ZAug 17 20:37:14.795 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+git4d607a3cfa7
39922026-08-17T20:37:15.500ZAug 17 20:37:14.795 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+git4d607a3cfa7
39932026-08-17T20:37:15.503ZAug 17 20:37:14.795 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+git4d607a3cfa7
39942026-08-17T20:37:15.503ZAug 17 20:37:14.796 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+git4d607a3cfa7
39952026-08-17T20:37:15.503ZAug 17 20:37:14.796 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+git4d607a3cfa7
39962026-08-17T20:37:15.503ZAug 17 20:37:14.796 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+git4d607a3cfa7
39972026-08-17T20:37:15.506Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-17T20:37:15.506Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-17T20:37:15.509Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-17T20:37:15.509Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-17T20:37:15.509Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-08-17T20:37:15.509Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-08-17T20:37:15.509Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-17T20:37:15.509Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-17T20:37:15.509Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-08-17T20:37:15.509Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-08-17T20:37:15.509Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-08-17T20:37:15.509Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-08-17T20:37:15.534Z[ host-image] Aug 17 20:37:14.829 INFO O| Aug 17 20:37:14.829 INFO O| Startup: Caching catalogs ... Done
40102026-08-17T20:37:15.558Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40112026-08-17T20:37:15.562ZAug 17 20:37:14.857 INFO [stamp-probe] process exited with exit status: 0 (63.642693ms)
40122026-08-17T20:37:15.631ZAug 17 20:37:14.926 INFO [recovery-proto] task succeeded (134.648699ms)
40132026-08-17T20:37:15.634ZAug 17 20:37:14.927 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmpNdaVGy/proto/recovery/root -N 'recovery 4d607a3/${os_short_commit} 2026-08-17 20:23' -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/'
40142026-08-17T20:37:15.639Z[ recovery-image] Aug 17 20:37:14.934 INFO Checking files for board 'cosmo-mbist-noaggr'
40152026-08-17T20:37:15.639Z[ recovery-image] Aug 17 20:37:14.934 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40162026-08-17T20:37:15.639Z[ recovery-image] Aug 17 20:37:14.934 INFO Checking files for board 'gimlet'
40172026-08-17T20:37:15.642Z[ recovery-image] Aug 17 20:37:14.934 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40182026-08-17T20:37:15.642Z[ recovery-image] Aug 17 20:37:14.934 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40192026-08-17T20:37:15.642Z[ recovery-image] Aug 17 20:37:14.934 INFO Checking files for board 'cosmo'
40202026-08-17T20:37:15.642Z[ recovery-image] Aug 17 20:37:14.934 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40212026-08-17T20:37:15.642Z[ recovery-image] Aug 17 20:37:14.934 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40222026-08-17T20:37:15.642Z[ recovery-image] Aug 17 20:37:14.934 INFO Checking files for board 'cosmo-mbist'
40232026-08-17T20:37:15.642Z[ recovery-image] Aug 17 20:37:14.934 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40242026-08-17T20:37:15.648Z[ recovery-image] Aug 17 20:37:14.944 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpNdaVGy/proto/recovery/root"
40252026-08-17T20:37:15.648Z[ recovery-image] Aug 17 20:37:14.944 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40262026-08-17T20:37:15.652Z[ recovery-image] Aug 17 20:37:14.944 INFO image builder template: ramdisk-01-os...
40272026-08-17T20:37:15.652Z[ recovery-image] Aug 17 20:37:14.944 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/.tmpNdaVGy/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40282026-08-17T20:37:15.666Z[ recovery-image] Aug 17 20:37:14.961 INFO O| Aug 17 20:37:14.961 INFO CREATE DATASET: rpool/images/build/recovery/output
40292026-08-17T20:37:16.015Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
40302026-08-17T20:37:16.041Z[ recovery-image] Aug 17 20:37:15.336 INFO O| Aug 17 20:37:15.336 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40312026-08-17T20:37:16.044Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40322026-08-17T20:37:16.047Z[ recovery-image] Aug 17 20:37:15.340 INFO O| Aug 17 20:37:15.340 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40332026-08-17T20:37:16.164Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40342026-08-17T20:37:16.167ZAug 17 20:37:15.463 INFO [stamp-ntp] process exited with exit status: 0 (669.959165ms)
40352026-08-17T20:37:16.214Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40362026-08-17T20:37:16.217ZAug 17 20:37:15.513 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (717.301263ms)
40372026-08-17T20:37:16.403Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40382026-08-17T20:37:16.406ZAug 17 20:37:15.702 INFO [stamp-external-dns] process exited with exit status: 0 (907.687442ms)
40392026-08-17T20:37:16.439Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40402026-08-17T20:37:16.442ZAug 17 20:37:15.738 INFO [stamp-crucible-zone] process exited with exit status: 0 (941.815056ms)
40412026-08-17T20:37:16.470Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40422026-08-17T20:37:16.474ZAug 17 20:37:15.769 INFO [stamp-internal-dns] process exited with exit status: 0 (974.494697ms)
40432026-08-17T20:37:16.709Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40442026-08-17T20:37:16.712ZAug 17 20:37:16.007 INFO [stamp-oximeter] process exited with exit status: 0 (1.212106884s)
40452026-08-17T20:37:16.798Z[ recovery-image] Aug 17 20:37:16.093 INFO O| Aug 17 20:37:16.093 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40462026-08-17T20:37:17.060Z[ recovery-image] Aug 17 20:37:16.355 INFO O| Aug 17 20:37:16.355 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40472026-08-17T20:37:17.060Z[ recovery-image] Aug 17 20:37:16.355 INFO O| Aug 17 20:37:16.355 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40482026-08-17T20:37:17.064Z[ recovery-image] Aug 17 20:37:16.356 INFO O| Aug 17 20:37:16.356 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40492026-08-17T20:37:17.064Z[ recovery-image] Aug 17 20:37:16.356 INFO O| Aug 17 20:37:16.356 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40502026-08-17T20:37:17.067Z[ recovery-image] Aug 17 20:37:16.362 INFO O| Aug 17 20:37:16.362 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40512026-08-17T20:37:17.588Z[ host-image] Aug 17 20:37:16.883 INFO O| Aug 17 20:37:16.883 INFO O| Planning: Solver setup ... Done
40522026-08-17T20:37:17.763Z[ host-image] Aug 17 20:37:17.058 INFO O| Aug 17 20:37:17.058 INFO O| Planning: Running solver ... Done
40532026-08-17T20:37:17.805Z[ host-image] Aug 17 20:37:17.100 INFO O| Aug 17 20:37:17.100 INFO O| Planning: Finding local manifests ... Done
40542026-08-17T20:37:17.823Z[ host-image] Aug 17 20:37:17.118 INFO O| Aug 17 20:37:17.118 INFO O| Planning: Fetching manifests: 0/130 0% complete
40552026-08-17T20:37:18.322Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40562026-08-17T20:37:18.325ZAug 17 20:37:17.620 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.827875634s)
40572026-08-17T20:37:19.635Z[ host-image] Aug 17 20:37:18.930 INFO O| Aug 17 20:37:18.930 INFO O| Planning: Fetching manifests: 130/130 100% complete
40582026-08-17T20:37:20.015Z[ host-image] Aug 17 20:37:19.310 INFO O| Aug 17 20:37:19.310 INFO O| Planning: Package planning ... Done
40592026-08-17T20:37:20.491Z[ host-image] Aug 17 20:37:19.785 INFO O| Aug 17 20:37:19.785 INFO O| Planning: Merging actions ... Done
40602026-08-17T20:37:20.498Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40612026-08-17T20:37:20.501ZAug 17 20:37:19.796 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (5.00310857s)
40622026-08-17T20:37:20.560Z[ recovery-image] Aug 17 20:37:19.854 INFO O| Aug 17 20:37:19.854 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40632026-08-17T20:37:20.568Z[ recovery-image] Aug 17 20:37:19.863 INFO O| Aug 17 20:37:19.863 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40642026-08-17T20:37:20.598Z[ host-image] Aug 17 20:37:19.893 INFO O| Aug 17 20:37:19.893 INFO O| Planning: Checking for conflicting actions ... Done
40652026-08-17T20:37:20.702Z[ host-image] Aug 17 20:37:19.997 INFO O| Aug 17 20:37:19.997 INFO O| Planning: Consolidating action changes ... Done
40662026-08-17T20:37:20.842Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40672026-08-17T20:37:20.846ZAug 17 20:37:20.141 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.347009267s)
40682026-08-17T20:37:20.849Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40692026-08-17T20:37:20.849Z[ recovery-image] Aug 17 20:37:20.143 INFO O| Aug 17 20:37:20.143 INFO O| Caching catalogs ... Done
40702026-08-17T20:37:20.849ZAug 17 20:37:20.144 INFO [stamp-clickhouse] process exited with exit status: 0 (5.349514758s)
40712026-08-17T20:37:20.882Z[ host-image] Aug 17 20:37:20.177 INFO O| Aug 17 20:37:20.177 INFO O| Planning: Evaluating mediators ... Done
40722026-08-17T20:37:20.921Z[ recovery-image] Aug 17 20:37:20.216 INFO O| Aug 17 20:37:20.216 INFO STEP 0 (pkg_image_create) COMPLETE
40732026-08-17T20:37:20.921Z[ recovery-image] Aug 17 20:37:20.216 INFO O| Aug 17 20:37:20.216 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40742026-08-17T20:37:20.930Z[ recovery-image] Aug 17 20:37:20.225 INFO O| Aug 17 20:37:20.225 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"]
40752026-08-17T20:37:20.966Z[verify-libraries] Compiling match_cfg v0.1.0
40762026-08-17T20:37:20.966Z[verify-libraries] Compiling slog-json v2.6.1
40772026-08-17T20:37:20.969Z[verify-libraries] Compiling debug-ignore v1.0.5
40782026-08-17T20:37:20.969Z[verify-libraries] Compiling progenitor-client v0.14.0
40792026-08-17T20:37:20.969Z[verify-libraries] Compiling sha1 v0.11.0
40802026-08-17T20:37:20.969Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40812026-08-17T20:37:20.969Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40822026-08-17T20:37:20.969Z[verify-libraries] Compiling multer v3.1.0
40832026-08-17T20:37:21.121Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40842026-08-17T20:37:21.124ZAug 17 20:37:20.418 INFO [stamp-nexus] process exited with exit status: 0 (5.622137058s)
40852026-08-17T20:37:21.124ZAug 17 20:37:20.418 INFO [tuf-stamp] task succeeded (5.62684903s)
40862026-08-17T20:37:21.124ZAug 17 20:37:20.418 INFO [tuf-v2-zones] running task
40872026-08-17T20:37:21.246ZAug 17 20:37:20.541 INFO [tuf-v2-zones] task succeeded (122.142574ms)
40882026-08-17T20:37:21.315Z[verify-libraries] Compiling compression-core v0.4.31
40892026-08-17T20:37:21.319Z[verify-libraries] Compiling async-stream-impl v0.3.6
40902026-08-17T20:37:21.319Z[verify-libraries] Compiling serde_spanned v1.1.1
40912026-08-17T20:37:21.319Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40922026-08-17T20:37:21.319Z[verify-libraries] Compiling dropshot v0.17.1
40932026-08-17T20:37:21.426Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40942026-08-17T20:37:21.450Z[verify-libraries] Compiling hostname v0.3.1
40952026-08-17T20:37:21.454Z[verify-libraries] Compiling waitgroup v0.1.2
40962026-08-17T20:37:21.454Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40972026-08-17T20:37:21.454Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40982026-08-17T20:37:21.564Z[verify-libraries] Compiling slog-bunyan v2.5.0
40992026-08-17T20:37:21.564Z[verify-libraries] Compiling compression-codecs v0.4.37
41002026-08-17T20:37:21.567Z[verify-libraries] Compiling hostname v0.4.2
41012026-08-17T20:37:21.567Z[verify-libraries] Compiling atomicwrites v0.4.4
41022026-08-17T20:37:21.567Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41032026-08-17T20:37:21.683Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41042026-08-17T20:37:21.708Z[verify-libraries] Compiling macaddr v1.0.1
41052026-08-17T20:37:21.732Z[verify-libraries] Compiling regress v0.10.5
41062026-08-17T20:37:21.732Z[verify-libraries] Compiling instant v0.1.13
41072026-08-17T20:37:21.755Z[verify-libraries] Compiling parse-display-derive v0.10.0
41082026-08-17T20:37:21.780Z[verify-libraries] Compiling itertools v0.14.0
41092026-08-17T20:37:21.840Z[verify-libraries] Compiling backon v1.6.0
41102026-08-17T20:37:21.843Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41112026-08-17T20:37:21.907Z[verify-libraries] Compiling async-compression v0.4.41
41122026-08-17T20:37:21.907Z[verify-libraries] Compiling humantime v2.3.0
41132026-08-17T20:37:21.957Z[verify-libraries] Compiling convert_case v0.4.0
41142026-08-17T20:37:21.987Z[verify-libraries] Compiling backoff v0.4.0
41152026-08-17T20:37:22.017Z[verify-libraries] Compiling half v2.7.1
41162026-08-17T20:37:22.081Z[verify-libraries] Compiling async-stream v0.3.6
41172026-08-17T20:37:22.112Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41182026-08-17T20:37:22.116Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41192026-08-17T20:37:22.163Z[verify-libraries] Compiling progenitor-extras v0.2.0
41202026-08-17T20:37:22.251Z[verify-libraries] Compiling ciborium-io v0.2.2
41212026-08-17T20:37:22.287Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41222026-08-17T20:37:22.313Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41232026-08-17T20:37:22.316Z[verify-libraries] Compiling indent_write v2.2.0
41242026-08-17T20:37:22.316Z[verify-libraries] Compiling regress v0.11.1
41252026-08-17T20:37:22.381Z[verify-libraries] Compiling derive_more v0.99.20
41262026-08-17T20:37:22.385Z[verify-libraries] Compiling ciborium-ll v0.2.2
41272026-08-17T20:37:22.385Z[ host-image] Aug 17 20:37:21.678 INFO O| Aug 17 20:37:21.678 INFO O| Planning: Planning completed in 6.83 seconds
41282026-08-17T20:37:22.388Z[ host-image] Aug 17 20:37:21.680 INFO O| Aug 17 20:37:21.680 INFO O| Packages to install: 130
41292026-08-17T20:37:22.388Z[ host-image] Aug 17 20:37:21.680 INFO O| Aug 17 20:37:21.680 INFO O| Mediators to change: 5
41302026-08-17T20:37:22.388Z[ host-image] Aug 17 20:37:21.680 INFO O| Aug 17 20:37:21.680 INFO O| Services to change: 6
41312026-08-17T20:37:22.419Z[ host-image] Aug 17 20:37:21.714 INFO O| Aug 17 20:37:21.714 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41322026-08-17T20:37:22.423Z[verify-libraries] Compiling secrecy v0.10.3
41332026-08-17T20:37:22.445Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41342026-08-17T20:37:22.475Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41352026-08-17T20:37:22.479Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41362026-08-17T20:37:22.570Z[verify-libraries] Compiling inout v0.1.4
41372026-08-17T20:37:22.624Z[verify-libraries] Compiling ciborium v0.2.2
41382026-08-17T20:37:22.686Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41392026-08-17T20:37:22.726Z[verify-libraries] Compiling cipher v0.4.4
41402026-08-17T20:37:22.729Z[verify-libraries] Compiling universal-hash v0.5.1
41412026-08-17T20:37:22.798Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41422026-08-17T20:37:22.905Z[verify-libraries] Compiling opaque-debug v0.3.1
41432026-08-17T20:37:23.019Z[verify-libraries] Compiling poly1305 v0.8.0
41442026-08-17T20:37:23.045Z[verify-libraries] Compiling chacha20 v0.9.1
41452026-08-17T20:37:23.048Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41462026-08-17T20:37:23.090Z[verify-libraries] Compiling blake2 v0.10.6
41472026-08-17T20:37:23.093Z[verify-libraries] Compiling aead v0.5.2
41482026-08-17T20:37:23.197Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41492026-08-17T20:37:23.216Z[ recovery-image] Aug 17 20:37:22.511 INFO O| Aug 17 20:37:22.511 INFO STEP 1 (pkg_set_publisher) COMPLETE
41502026-08-17T20:37:23.216Z[ recovery-image] Aug 17 20:37:22.511 INFO O| Aug 17 20:37:22.511 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41512026-08-17T20:37:23.219Z[ recovery-image] Aug 17 20:37:22.511 INFO O| Aug 17 20:37:22.511 INFO skip step because feature "publisher_1_name" is not enabled
41522026-08-17T20:37:23.219Z[ recovery-image] Aug 17 20:37:22.511 INFO O| Aug 17 20:37:22.511 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41532026-08-17T20:37:23.219Z[ recovery-image] Aug 17 20:37:22.511 INFO O| Aug 17 20:37:22.511 INFO skip step because feature "publisher_2_name" is not enabled
41542026-08-17T20:37:23.219Z[ recovery-image] Aug 17 20:37:22.511 INFO O| Aug 17 20:37:22.511 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41552026-08-17T20:37:23.219Z[ recovery-image] Aug 17 20:37:22.511 INFO O| Aug 17 20:37:22.511 INFO skip step because feature "publisher_3_name" is not enabled
41562026-08-17T20:37:23.219Z[ recovery-image] Aug 17 20:37:22.511 INFO O| Aug 17 20:37:22.511 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41572026-08-17T20:37:23.307Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41582026-08-17T20:37:23.359Z[verify-libraries] Compiling password-hash v0.5.0
41592026-08-17T20:37:23.391Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41602026-08-17T20:37:23.427Z[verify-libraries] Compiling num-derive v0.4.2
41612026-08-17T20:37:23.430Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41622026-08-17T20:37:23.582Z[ recovery-image] Aug 17 20:37:22.876 INFO O| Aug 17 20:37:22.876 INFO variant opensolaris.zone is already global
41632026-08-17T20:37:23.582Z[ recovery-image] Aug 17 20:37:22.877 INFO O| Aug 17 20:37:22.876 INFO STEP 5 (pkg_change_variant) COMPLETE
41642026-08-17T20:37:23.582Z[ recovery-image] Aug 17 20:37:22.877 INFO O| Aug 17 20:37:22.876 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-08-17T20:37:23.597Z[verify-libraries] Compiling rayon-core v1.13.0
41662026-08-17T20:37:23.667Z[verify-libraries] Compiling argon2 v0.5.3
41672026-08-17T20:37:23.745Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41682026-08-17T20:37:23.810Z[verify-libraries] Compiling glob v0.3.3
41692026-08-17T20:37:23.813Z[verify-libraries] Compiling parse-display v0.10.0
41702026-08-17T20:37:23.861Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41712026-08-17T20:37:23.861Z[verify-libraries] Compiling usdt-macro v0.5.0
41722026-08-17T20:37:23.926Z[ recovery-image] Aug 17 20:37:23.220 INFO O| Aug 17 20:37:23.220 INFO variant opensolaris.imagetype is full; changing to partial
41732026-08-17T20:37:23.929Z[ recovery-image] Aug 17 20:37:23.220 INFO O| Aug 17 20:37:23.220 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41742026-08-17T20:37:24.095Z[verify-libraries] Compiling typify-impl v0.6.2
41752026-08-17T20:37:24.246Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41762026-08-17T20:37:24.306Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41772026-08-17T20:37:24.343Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41782026-08-17T20:37:24.443Z[verify-libraries] Compiling vsss-rs v3.3.4
41792026-08-17T20:37:24.559Z[verify-libraries] Compiling memmap v0.7.0
41802026-08-17T20:37:24.754Z[verify-libraries] Compiling heapless v0.8.0
41812026-08-17T20:37:24.814Z[verify-libraries] Compiling proc-macro-error v1.0.4
41822026-08-17T20:37:24.849Z[verify-libraries] Compiling tabwriter v1.4.1
41832026-08-17T20:37:24.849Z[verify-libraries] Compiling ingot-macros v0.2.0
41842026-08-17T20:37:24.899Z[verify-libraries] Compiling hash32 v0.3.1
41852026-08-17T20:37:25.013Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41862026-08-17T20:37:25.150Z[verify-libraries] Compiling usdt v0.5.0
41872026-08-17T20:37:25.199Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41882026-08-17T20:37:25.222Z[verify-libraries] Compiling smoltcp v0.11.0
41892026-08-17T20:37:25.225Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41902026-08-17T20:37:25.381Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41912026-08-17T20:37:25.405Z[verify-libraries] Compiling cobs v0.3.0
41922026-08-17T20:37:25.436Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
41932026-08-17T20:37:25.521Z[verify-libraries] Compiling colored v3.1.1
41942026-08-17T20:37:25.553Z[verify-libraries] Compiling rayon v1.11.0
41952026-08-17T20:37:25.632Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41962026-08-17T20:37:25.659Z[verify-libraries] Compiling postcard v1.1.3
41972026-08-17T20:37:25.702Z[verify-libraries] Compiling rand v0.10.1
41982026-08-17T20:37:25.705Z[verify-libraries] Compiling num_enum_derive v0.7.6
41992026-08-17T20:37:25.767Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42002026-08-17T20:37:25.802Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42012026-08-17T20:37:25.855Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42022026-08-17T20:37:25.936Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42032026-08-17T20:37:25.960Z[ recovery-image] Aug 17 20:37:25.255 INFO O| Aug 17 20:37:25.255 INFO O| Startup: Refreshing catalog 'helios' ... Done
42042026-08-17T20:37:26.038Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42052026-08-17T20:37:26.168Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42062026-08-17T20:37:26.349Z[verify-libraries] Compiling num_enum_derive v0.5.11
42072026-08-17T20:37:26.374Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42082026-08-17T20:37:26.486Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42092026-08-17T20:37:26.503Z[ recovery-image] Aug 17 20:37:25.797 INFO O| Aug 17 20:37:25.797 INFO O| Startup: Caching catalogs ... Done
42102026-08-17T20:37:26.519Z[ recovery-image] Aug 17 20:37:25.814 INFO O| Aug 17 20:37:25.813 INFO O| Planning: Planning completed in 0.00 seconds
42112026-08-17T20:37:26.522Z[ recovery-image] Aug 17 20:37:25.814 INFO O| Aug 17 20:37:25.814 INFO O| Planning: Consolidating action changes ... Done
42122026-08-17T20:37:26.522Z[ recovery-image] Aug 17 20:37:25.814 INFO O| Aug 17 20:37:25.814 INFO O| Planning: Evaluating mediators ... Done
42132026-08-17T20:37:26.522Z[ recovery-image] Aug 17 20:37:25.815 INFO O| Aug 17 20:37:25.815 INFO O| Planning: Planning completed in 0.00 seconds
42142026-08-17T20:37:26.522Z[ recovery-image] Aug 17 20:37:25.815 INFO O| Aug 17 20:37:25.815 INFO O| Variants/Facets to change: 1
42152026-08-17T20:37:26.522Z[verify-libraries] Compiling cstr-argument v0.1.2
42162026-08-17T20:37:26.548Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42172026-08-17T20:37:26.727Z[verify-libraries] Compiling foreign-types v0.5.0
42182026-08-17T20:37:26.765Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42192026-08-17T20:37:26.805Z[verify-libraries] Compiling sigpipe v0.1.3
42202026-08-17T20:37:26.832Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42212026-08-17T20:37:26.891Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42222026-08-17T20:37:26.925Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42232026-08-17T20:37:26.935Z[ recovery-image] Aug 17 20:37:26.230 INFO O| Aug 17 20:37:26.229 INFO O| Finalize: Updating package state database ... Done
42242026-08-17T20:37:26.935Z[ recovery-image] Aug 17 20:37:26.230 INFO O| Aug 17 20:37:26.229 INFO O| Finalize: Updating package cache ... Done
42252026-08-17T20:37:26.947Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42262026-08-17T20:37:26.970Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42272026-08-17T20:37:26.998Z[ recovery-image] Aug 17 20:37:26.293 INFO O| Aug 17 20:37:26.293 INFO O| Finalize: Updating image state ... Done
42282026-08-17T20:37:27.012Z[ recovery-image] Aug 17 20:37:26.307 INFO O| Aug 17 20:37:26.307 INFO O| Finalize: Creating fast lookup database ... Done
42292026-08-17T20:37:27.015Z[ recovery-image] Aug 17 20:37:26.308 INFO O| Aug 17 20:37:26.308 INFO O| Finalize: Reading search index ... Done
42302026-08-17T20:37:27.015Z[ recovery-image] Aug 17 20:37:26.308 INFO O| Aug 17 20:37:26.308 INFO O| Finalize: Updating search index ... Done
42312026-08-17T20:37:27.015Z[ recovery-image] Aug 17 20:37:26.309 INFO O| Aug 17 20:37:26.309 INFO O| Finalize: Updating package cache ... Done
42322026-08-17T20:37:27.086Z[verify-libraries] Compiling itertools v0.12.1
42332026-08-17T20:37:27.120Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42342026-08-17T20:37:27.121Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42352026-08-17T20:37:27.167Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42362026-08-17T20:37:27.215Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42372026-08-17T20:37:27.218Z[verify-libraries] Compiling toml v0.8.23
42382026-08-17T20:37:27.254Z[verify-libraries] Compiling num_enum v0.7.6
42392026-08-17T20:37:27.274Z[ recovery-image] Aug 17 20:37:26.569 INFO O| Aug 17 20:37:26.569 INFO STEP 6 (pkg_change_variant) COMPLETE
42402026-08-17T20:37:27.274Z[ recovery-image] Aug 17 20:37:26.569 INFO O| Aug 17 20:37:26.569 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42412026-08-17T20:37:27.274Z[ recovery-image] Aug 17 20:37:26.569 INFO O| Aug 17 20:37:26.569 INFO skip step because feature "debug_variant" is not enabled
42422026-08-17T20:37:27.278Z[ recovery-image] Aug 17 20:37:26.569 INFO O| Aug 17 20:37:26.569 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42432026-08-17T20:37:27.333Z[verify-libraries] Compiling smf v0.2.3
42442026-08-17T20:37:27.419Z[ host-image] Aug 17 20:37:26.714 INFO O| Aug 17 20:37:26.714 INFO O| Download: 10799/23887 items 93.9/222.8MB 42% complete (18.8M/s)
42452026-08-17T20:37:27.457Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42462026-08-17T20:37:27.519Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42472026-08-17T20:37:27.593Z[verify-libraries] Compiling whoami v1.6.1
42482026-08-17T20:37:27.625Z[ recovery-image] Aug 17 20:37:26.920 INFO O| Aug 17 20:37:26.919 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42492026-08-17T20:37:27.680Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42502026-08-17T20:37:27.711Z[verify-libraries] Compiling num_enum v0.5.11
42512026-08-17T20:37:27.779Z[verify-libraries] Compiling derive-where v1.6.0
42522026-08-17T20:37:27.782Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42532026-08-17T20:37:27.934Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42542026-08-17T20:37:27.934Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42552026-08-17T20:37:27.937Z[verify-libraries] Compiling gethostname v0.5.0
42562026-08-17T20:37:28.007Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42572026-08-17T20:37:28.041Z[verify-libraries] Compiling console v0.15.11
42582026-08-17T20:37:28.315Z[verify-libraries] Compiling newline-converter v0.3.0
42592026-08-17T20:37:28.367Z[verify-libraries] Compiling resolv-conf v0.7.6
42602026-08-17T20:37:28.392Z[verify-libraries] Compiling num-rational v0.4.2
42612026-08-17T20:37:28.396Z[verify-libraries] Compiling ingot-types v0.2.0
42622026-08-17T20:37:28.434Z[verify-libraries] Compiling zone v0.3.1
42632026-08-17T20:37:28.499Z[verify-libraries] Compiling expectorate v1.2.0
42642026-08-17T20:37:28.622Z[verify-libraries] Compiling num-complex v0.4.6
42652026-08-17T20:37:28.701Z[verify-libraries] Compiling slog-dtrace v0.3.0
42662026-08-17T20:37:28.752Z[verify-libraries] Compiling prettyplease v0.2.37
42672026-08-17T20:37:28.819Z[verify-libraries] Compiling ingot v0.2.1
42682026-08-17T20:37:28.825Z[verify-libraries] Compiling linear-map v1.2.0
42692026-08-17T20:37:28.932Z[verify-libraries] Compiling float-ord v0.3.2
42702026-08-17T20:37:28.979Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42712026-08-17T20:37:29.069Z[verify-libraries] Compiling linked-hash-map v0.5.6
42722026-08-17T20:37:29.090Z[verify-libraries] Compiling num v0.4.3
42732026-08-17T20:37:29.142Z[verify-libraries] Compiling hickory-proto v0.24.4
42742026-08-17T20:37:29.168Z[verify-libraries] Compiling convert_case v0.10.0
42752026-08-17T20:37:29.266Z[verify-libraries] Compiling minimal-lexical v0.2.1
42762026-08-17T20:37:29.266Z[verify-libraries] Compiling owo-colors v4.3.0
42772026-08-17T20:37:29.343Z[verify-libraries] Compiling lru-cache v0.1.2
42782026-08-17T20:37:29.442Z[verify-libraries] Compiling typify-macro v0.6.2
42792026-08-17T20:37:29.501Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42802026-08-17T20:37:29.501Z[verify-libraries] Compiling unicode-xid v0.2.6
42812026-08-17T20:37:29.504Z[verify-libraries] Compiling tabled_derive v0.7.0
42822026-08-17T20:37:29.545Z[verify-libraries] Compiling nom v7.1.3
42832026-08-17T20:37:29.566Z[verify-libraries] Compiling derive_more-impl v2.1.1
42842026-08-17T20:37:29.615Z[ recovery-image] Aug 17 20:37:28.910 INFO O| Aug 17 20:37:28.910 INFO O| Startup: Refreshing catalog 'helios' ... Done
42852026-08-17T20:37:29.622Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42862026-08-17T20:37:29.752Z[verify-libraries] Compiling fd-lock v4.0.4
42872026-08-17T20:37:29.976Z[verify-libraries] Compiling vte v0.14.1
42882026-08-17T20:37:30.016Z[verify-libraries] Compiling display-error-chain v0.2.2
42892026-08-17T20:37:30.051Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42902026-08-17T20:37:30.056Z[ recovery-image] Aug 17 20:37:29.351 INFO O| Aug 17 20:37:29.351 INFO O| Startup: Caching catalogs ... Done
42912026-08-17T20:37:30.071Z[ recovery-image] Aug 17 20:37:29.366 INFO O| Aug 17 20:37:29.365 INFO O| Planning: Planning completed in 0.00 seconds
42922026-08-17T20:37:30.074Z[ recovery-image] Aug 17 20:37:29.366 INFO O| Aug 17 20:37:29.366 INFO O| Planning: Consolidating action changes ... Done
42932026-08-17T20:37:30.074Z[ recovery-image] Aug 17 20:37:29.366 INFO O| Aug 17 20:37:29.366 INFO O| Planning: Evaluating mediators ... Done
42942026-08-17T20:37:30.074Z[ recovery-image] Aug 17 20:37:29.366 INFO O| Aug 17 20:37:29.366 INFO O| Planning: Planning completed in 0.00 seconds
42952026-08-17T20:37:30.074Z[ recovery-image] Aug 17 20:37:29.366 INFO O| Aug 17 20:37:29.366 INFO O| Variants/Facets to change: 1
42962026-08-17T20:37:30.085Z[ recovery-image] Aug 17 20:37:29.379 INFO O| Aug 17 20:37:29.378 INFO O| Finalize: Updating package state database ... Done
42972026-08-17T20:37:30.085Z[ recovery-image] Aug 17 20:37:29.379 INFO O| Aug 17 20:37:29.378 INFO O| Finalize: Updating package cache ... Done
42982026-08-17T20:37:30.150Z[ recovery-image] Aug 17 20:37:29.444 INFO O| Aug 17 20:37:29.444 INFO O| Finalize: Updating image state ... Done
42992026-08-17T20:37:30.164Z[ recovery-image] Aug 17 20:37:29.459 INFO O| Aug 17 20:37:29.459 INFO O| Finalize: Creating fast lookup database ... Done
43002026-08-17T20:37:30.167Z[ recovery-image] Aug 17 20:37:29.459 INFO O| Aug 17 20:37:29.459 INFO O| Finalize: Reading search index ... Done
43012026-08-17T20:37:30.167Z[ recovery-image] Aug 17 20:37:29.459 INFO O| Aug 17 20:37:29.459 INFO O| Finalize: Updating search index ... Done
43022026-08-17T20:37:30.167Z[ recovery-image] Aug 17 20:37:29.460 INFO O| Aug 17 20:37:29.460 INFO O| Finalize: Updating package cache ... Done
43032026-08-17T20:37:30.233Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43042026-08-17T20:37:30.320Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43052026-08-17T20:37:30.426Z[ recovery-image] Aug 17 20:37:29.721 INFO O| Aug 17 20:37:29.721 INFO STEP 8 (pkg_change_facet) COMPLETE
43062026-08-17T20:37:30.426Z[ recovery-image] Aug 17 20:37:29.721 INFO O| Aug 17 20:37:29.721 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43072026-08-17T20:37:30.470Z[verify-libraries] Compiling stacker v0.1.23
43082026-08-17T20:37:30.558Z[verify-libraries] Compiling derive_more v2.1.1
43092026-08-17T20:37:30.587Z[verify-libraries] Compiling reedline v0.40.0
43102026-08-17T20:37:30.647Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43112026-08-17T20:37:30.682Z[verify-libraries] Compiling crossterm v0.29.0
43122026-08-17T20:37:30.685Z[verify-libraries] Compiling cfg_aliases v0.1.1
43132026-08-17T20:37:30.737Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43142026-08-17T20:37:30.762Z[ recovery-image] Aug 17 20:37:30.054 INFO O| Aug 17 20:37:30.054 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43152026-08-17T20:37:30.779Z[verify-libraries] Compiling psm v0.1.30
43162026-08-17T20:37:30.803Z[verify-libraries] Compiling tabled v0.15.0
43172026-08-17T20:37:30.803Z[verify-libraries] Compiling nix v0.28.0
43182026-08-17T20:37:30.864Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43192026-08-17T20:37:30.989Z[verify-libraries] Compiling termtree v0.5.1
43202026-08-17T20:37:31.046Z[verify-libraries] Compiling semver v0.1.20
43212026-08-17T20:37:31.049Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43222026-08-17T20:37:31.107Z[verify-libraries] Compiling phf_shared v0.12.1
43232026-08-17T20:37:31.139Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43242026-08-17T20:37:31.265Z[verify-libraries] Compiling nibble_vec v0.1.0
43252026-08-17T20:37:31.307Z[verify-libraries] Compiling highway v1.3.0
43262026-08-17T20:37:31.420Z[verify-libraries] Compiling rustc_version v0.1.7
43272026-08-17T20:37:31.424Z[verify-libraries] Compiling endian-type v0.1.2
43282026-08-17T20:37:31.486Z[verify-libraries] Compiling chrono-tz v0.10.4
43292026-08-17T20:37:31.678Z[verify-libraries] Compiling typify v0.6.2
43302026-08-17T20:37:31.682Z[verify-libraries] Compiling radix_trie v0.2.1
43312026-08-17T20:37:31.763Z[verify-libraries] Compiling hickory-resolver v0.24.4
43322026-08-17T20:37:31.810Z[verify-libraries] Compiling progenitor-impl v0.14.0
43332026-08-17T20:37:31.872Z[verify-libraries] Compiling newtype_derive v0.1.6
43342026-08-17T20:37:31.872Z[verify-libraries] Compiling phf v0.12.1
43352026-08-17T20:37:31.967Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43362026-08-17T20:37:32.017Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43372026-08-17T20:37:32.123Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43382026-08-17T20:37:32.127Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43392026-08-17T20:37:32.127Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43402026-08-17T20:37:32.219Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43412026-08-17T20:37:32.447Z[ host-image] Aug 17 20:37:31.742 INFO O| Aug 17 20:37:31.742 INFO O| Download: 22123/23887 items 190.9/222.8MB 85% complete (19.1M/s)
43422026-08-17T20:37:32.522Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43432026-08-17T20:37:32.575Z[verify-libraries] Compiling recursive v0.1.1
43442026-08-17T20:37:32.687Z[ recovery-image] Aug 17 20:37:31.981 INFO O| Aug 17 20:37:31.981 INFO O| Startup: Refreshing catalog 'helios' ... Done
43452026-08-17T20:37:32.803Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43462026-08-17T20:37:32.840Z[verify-libraries] Compiling peg-macros v0.8.5
43472026-08-17T20:37:32.952Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43482026-08-17T20:37:33.058Z[verify-libraries] Compiling qorb v0.4.1
43492026-08-17T20:37:33.126Z[ recovery-image] Aug 17 20:37:32.421 INFO O| Aug 17 20:37:32.421 INFO O| Startup: Caching catalogs ... Done
43502026-08-17T20:37:33.140Z[ recovery-image] Aug 17 20:37:32.435 INFO O| Aug 17 20:37:32.435 INFO O| Planning: Planning completed in 0.00 seconds
43512026-08-17T20:37:33.144Z[ recovery-image] Aug 17 20:37:32.436 INFO O| Aug 17 20:37:32.436 INFO O| Planning: Consolidating action changes ... Done
43522026-08-17T20:37:33.144Z[ recovery-image] Aug 17 20:37:32.436 INFO O| Aug 17 20:37:32.436 INFO O| Planning: Evaluating mediators ... Done
43532026-08-17T20:37:33.144Z[ recovery-image] Aug 17 20:37:32.436 INFO O| Aug 17 20:37:32.436 INFO O| Planning: Planning completed in 0.00 seconds
43542026-08-17T20:37:33.144Z[ recovery-image] Aug 17 20:37:32.436 INFO O| Aug 17 20:37:32.436 INFO O| Variants/Facets to change: 1
43552026-08-17T20:37:33.185Z[ recovery-image] Aug 17 20:37:32.480 INFO O| Aug 17 20:37:32.480 INFO O| Finalize: Updating package state database ... Done
43562026-08-17T20:37:33.185Z[ recovery-image] Aug 17 20:37:32.480 INFO O| Aug 17 20:37:32.480 INFO O| Finalize: Updating package cache ... Done
43572026-08-17T20:37:33.241Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43582026-08-17T20:37:33.255Z[ recovery-image] Aug 17 20:37:32.549 INFO O| Aug 17 20:37:32.549 INFO O| Finalize: Updating image state ... Done
43592026-08-17T20:37:33.269Z[ recovery-image] Aug 17 20:37:32.563 INFO O| Aug 17 20:37:32.563 INFO O| Finalize: Creating fast lookup database ... Done
43602026-08-17T20:37:33.272Z[ recovery-image] Aug 17 20:37:32.564 INFO O| Aug 17 20:37:32.564 INFO O| Finalize: Reading search index ... Done
43612026-08-17T20:37:33.272Z[ recovery-image] Aug 17 20:37:32.564 INFO O| Aug 17 20:37:32.564 INFO O| Finalize: Updating search index ... Done
43622026-08-17T20:37:33.272Z[ recovery-image] Aug 17 20:37:32.565 INFO O| Aug 17 20:37:32.565 INFO O| Finalize: Updating package cache ... Done
43632026-08-17T20:37:33.510Z[verify-libraries] Compiling winnow v0.6.26
43642026-08-17T20:37:33.549Z[ recovery-image] Aug 17 20:37:32.843 INFO O| Aug 17 20:37:32.843 INFO STEP 9 (pkg_change_facet) COMPLETE
43652026-08-17T20:37:33.549Z[ recovery-image] Aug 17 20:37:32.843 INFO O| Aug 17 20:37:32.843 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43662026-08-17T20:37:33.609Z[verify-libraries] Compiling csv-core v0.1.13
43672026-08-17T20:37:33.680Z[verify-libraries] Compiling home v0.5.12
43682026-08-17T20:37:33.734Z[ host-image] Aug 17 20:37:33.029 INFO O| Aug 17 20:37:33.029 INFO O| Download: Completed 222.83 MB in 11.32 seconds (19.6M/s)
43692026-08-17T20:37:33.907Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43702026-08-17T20:37:33.919Z[ recovery-image] Aug 17 20:37:33.214 INFO O| Aug 17 20:37:33.214 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43712026-08-17T20:37:33.948Z[verify-libraries] Compiling unicode_categories v0.1.1
43722026-08-17T20:37:33.992Z[verify-libraries] Compiling sqlparser v0.61.0
43732026-08-17T20:37:34.098Z[verify-libraries] Compiling csv v1.4.0
43742026-08-17T20:37:34.138Z[verify-libraries] Compiling rustyline v14.0.0
43752026-08-17T20:37:34.287Z[verify-libraries] Compiling textwrap v0.16.2
43762026-08-17T20:37:34.354Z[ host-image] Aug 17 20:37:33.649 INFO O| Aug 17 20:37:33.649 INFO O| Actions: 1/54180 actions (Installing new actions)
43772026-08-17T20:37:34.410Z[verify-libraries] Compiling const_format v0.2.35
43782026-08-17T20:37:34.524Z[verify-libraries] Compiling peg v0.8.5
43792026-08-17T20:37:34.634Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43802026-08-17T20:37:34.717Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43812026-08-17T20:37:34.757Z[verify-libraries] Compiling progenitor-macro v0.14.0
43822026-08-17T20:37:34.905Z[verify-libraries] Compiling bcs v0.1.6
43832026-08-17T20:37:34.908Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43842026-08-17T20:37:34.978Z[verify-libraries] Compiling sqlformat v0.3.5
43852026-08-17T20:37:35.121Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43862026-08-17T20:37:35.125Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43872026-08-17T20:37:35.199Z[verify-libraries] Compiling nom v8.0.0
43882026-08-17T20:37:35.262Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43892026-08-17T20:37:35.325Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43902026-08-17T20:37:35.365Z[verify-libraries] Compiling steno v0.4.1
43912026-08-17T20:37:35.462Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43922026-08-17T20:37:35.894Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43932026-08-17T20:37:36.067Z[ recovery-image] Aug 17 20:37:35.361 INFO O| Aug 17 20:37:35.361 INFO O| Startup: Refreshing catalog 'helios' ... Done
43942026-08-17T20:37:36.111Z[verify-libraries] Compiling sha1 v0.10.6
43952026-08-17T20:37:36.144Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
43962026-08-17T20:37:36.226Z[verify-libraries] Compiling tagptr v0.2.0
43972026-08-17T20:37:36.263Z[verify-libraries] Compiling utf-8 v0.7.6
43982026-08-17T20:37:36.302Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43992026-08-17T20:37:36.364Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44002026-08-17T20:37:36.445Z[verify-libraries] Compiling moka v0.12.13
44012026-08-17T20:37:36.523Z[verify-libraries] Compiling tungstenite v0.21.0
44022026-08-17T20:37:36.556Z[verify-libraries] Compiling libefi-sys v0.1.0
44032026-08-17T20:37:36.600Z[verify-libraries] Compiling bitfield-struct v0.6.2
44042026-08-17T20:37:36.603Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44052026-08-17T20:37:36.784Z[verify-libraries] Compiling libscf-sys v1.2.0
44062026-08-17T20:37:36.796Z[ recovery-image] Aug 17 20:37:36.082 INFO O| Aug 17 20:37:36.082 INFO O| Startup: Caching catalogs ... Done
44072026-08-17T20:37:36.804Z[ recovery-image] Aug 17 20:37:36.099 INFO O| Aug 17 20:37:36.099 INFO O| Planning: Planning completed in 0.00 seconds
44082026-08-17T20:37:36.804Z[ recovery-image] Aug 17 20:37:36.099 INFO O| Aug 17 20:37:36.099 INFO O| Planning: Consolidating action changes ... Done
44092026-08-17T20:37:36.804Z[ recovery-image] Aug 17 20:37:36.099 INFO O| Aug 17 20:37:36.099 INFO O| Planning: Evaluating mediators ... Done
44102026-08-17T20:37:36.807Z[ recovery-image] Aug 17 20:37:36.099 INFO O| Aug 17 20:37:36.099 INFO O| Planning: Planning completed in 0.00 seconds
44112026-08-17T20:37:36.807Z[ recovery-image] Aug 17 20:37:36.099 INFO O| Aug 17 20:37:36.099 INFO O| Variants/Facets to change: 1
44122026-08-17T20:37:36.813Z[ recovery-image] Aug 17 20:37:36.108 INFO O| Aug 17 20:37:36.108 INFO O| Finalize: Updating package state database ... Done
44132026-08-17T20:37:36.813Z[ recovery-image] Aug 17 20:37:36.108 INFO O| Aug 17 20:37:36.108 INFO O| Finalize: Updating package cache ... Done
44142026-08-17T20:37:36.877Z[ recovery-image] Aug 17 20:37:36.172 INFO O| Aug 17 20:37:36.171 INFO O| Finalize: Updating image state ... Done
44152026-08-17T20:37:36.881Z[verify-libraries] Compiling xshell-macros v0.2.7
44162026-08-17T20:37:36.891Z[ recovery-image] Aug 17 20:37:36.186 INFO O| Aug 17 20:37:36.186 INFO O| Finalize: Creating fast lookup database ... Done
44172026-08-17T20:37:36.894Z[ recovery-image] Aug 17 20:37:36.187 INFO O| Aug 17 20:37:36.186 INFO O| Finalize: Reading search index ... Done
44182026-08-17T20:37:36.894Z[ recovery-image] Aug 17 20:37:36.187 INFO O| Aug 17 20:37:36.186 INFO O| Finalize: Updating search index ... Done
44192026-08-17T20:37:36.894Z[ recovery-image] Aug 17 20:37:36.187 INFO O| Aug 17 20:37:36.187 INFO O| Finalize: Updating package cache ... Done
44202026-08-17T20:37:37.018Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44212026-08-17T20:37:37.086Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44222026-08-17T20:37:37.185Z[ recovery-image] Aug 17 20:37:36.480 INFO O| Aug 17 20:37:36.480 INFO STEP 10 (pkg_change_facet) COMPLETE
44232026-08-17T20:37:37.186Z[ recovery-image] Aug 17 20:37:36.480 INFO O| Aug 17 20:37:36.480 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44242026-08-17T20:37:37.196Z[ recovery-image] Aug 17 20:37:36.491 INFO O| Aug 17 20:37:36.490 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"]
44252026-08-17T20:37:37.280Z[verify-libraries] Compiling hickory-resolver v0.25.2
44262026-08-17T20:37:37.379Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44272026-08-17T20:37:37.423Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44282026-08-17T20:37:37.470Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44292026-08-17T20:37:37.503Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44302026-08-17T20:37:37.534Z[verify-libraries] Compiling xshell v0.2.7
44312026-08-17T20:37:37.537Z[verify-libraries] Compiling papergrid v0.18.0
44322026-08-17T20:37:37.723Z[verify-libraries] Compiling sha2 v0.11.0
44332026-08-17T20:37:37.801Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44342026-08-17T20:37:37.858Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44352026-08-17T20:37:37.861Z[verify-libraries] Compiling subprocess v0.2.15
44362026-08-17T20:37:38.012Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44372026-08-17T20:37:38.081Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44382026-08-17T20:37:38.209Z[verify-libraries] Compiling headers-core v0.3.0
44392026-08-17T20:37:38.331Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44402026-08-17T20:37:38.432Z[verify-libraries] Compiling unicase v2.9.0
44412026-08-17T20:37:38.481Z[verify-libraries] Compiling headers v0.4.1
44422026-08-17T20:37:38.599Z[verify-libraries] Compiling tabled v0.21.0
44432026-08-17T20:37:38.858Z[verify-libraries] Compiling darling_core v0.21.3
44442026-08-17T20:37:38.992Z[verify-libraries] Compiling crc8 v0.1.1
44452026-08-17T20:37:39.006Z[ recovery-image] Aug 17 20:37:38.301 INFO O| Aug 17 20:37:38.300 INFO O| Startup: Refreshing catalog 'helios' ... Done
44462026-08-17T20:37:39.234Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44472026-08-17T20:37:39.314Z[verify-libraries] Compiling maplit v1.0.2
44482026-08-17T20:37:39.356Z[ host-image] Aug 17 20:37:38.651 INFO O| Aug 17 20:37:38.651 INFO O| Actions: 22395/54180 actions (Installing new actions)
44492026-08-17T20:37:39.398Z[verify-libraries] Compiling yasna v0.5.2
44502026-08-17T20:37:39.433Z[ recovery-image] Aug 17 20:37:38.718 INFO O| Aug 17 20:37:38.718 INFO O| Startup: Caching catalogs ... Done
44512026-08-17T20:37:39.455Z[verify-libraries] Compiling vergen-lib v0.1.6
44522026-08-17T20:37:39.500Z[verify-libraries] Compiling diesel_derives v2.3.7
44532026-08-17T20:37:39.591Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44542026-08-17T20:37:39.790Z[verify-libraries] Compiling port-file v0.1.0
44552026-08-17T20:37:39.984Z[verify-libraries] Compiling rcgen v0.12.1
44562026-08-17T20:37:40.013Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44572026-08-17T20:37:40.244Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44582026-08-17T20:37:40.344Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44592026-08-17T20:37:40.384Z[verify-libraries] Compiling half v1.8.3
44602026-08-17T20:37:40.513Z[verify-libraries] Compiling r2d2 v0.8.10
44612026-08-17T20:37:40.636Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44622026-08-17T20:37:40.716Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44632026-08-17T20:37:40.798Z[verify-libraries] Compiling progenitor v0.14.0
44642026-08-17T20:37:40.845Z[verify-libraries] Compiling serde_cbor v0.11.2
44652026-08-17T20:37:40.989Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44662026-08-17T20:37:41.062Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44672026-08-17T20:37:41.093Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44682026-08-17T20:37:41.139Z[verify-libraries] Compiling downcast-rs v2.0.2
44692026-08-17T20:37:41.249Z[verify-libraries] Compiling crunchy v0.2.4
44702026-08-17T20:37:41.307Z[verify-libraries] Compiling cpubits v0.1.1
44712026-08-17T20:37:41.504Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44722026-08-17T20:37:41.570Z[verify-libraries] Compiling dirs-next v2.0.0
44732026-08-17T20:37:41.774Z[ recovery-image] Aug 17 20:37:41.068 INFO O| Aug 17 20:37:41.068 INFO O| Planning: Solver setup ... Done
44742026-08-17T20:37:41.850Z[verify-libraries] Compiling clang-sys v1.8.1
44752026-08-17T20:37:41.853Z[verify-libraries] Compiling darling_macro v0.21.3
44762026-08-17T20:37:41.879Z[verify-libraries] Compiling tiny-keccak v2.0.2
44772026-08-17T20:37:41.949Z[ recovery-image] Aug 17 20:37:41.243 INFO O| Aug 17 20:37:41.243 INFO O| Planning: Running solver ... Done
44782026-08-17T20:37:41.996Z[ recovery-image] Aug 17 20:37:41.289 INFO O| Aug 17 20:37:41.289 INFO O| Planning: Finding local manifests ... Done
44792026-08-17T20:37:42.042Z[ recovery-image] Aug 17 20:37:41.336 INFO O| Aug 17 20:37:41.336 INFO O| Planning: Fetching manifests: 0/130 0% complete
44802026-08-17T20:37:42.070Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44812026-08-17T20:37:42.141Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44822026-08-17T20:37:42.227Z[verify-libraries] Compiling term v0.7.0
44832026-08-17T20:37:42.250Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44842026-08-17T20:37:42.279Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44852026-08-17T20:37:42.314Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44862026-08-17T20:37:42.397Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44872026-08-17T20:37:42.468Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44882026-08-17T20:37:42.494Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44892026-08-17T20:37:42.616Z[verify-libraries] Compiling darling v0.21.3
44902026-08-17T20:37:42.692Z[verify-libraries] Compiling bit-vec v0.6.3
44912026-08-17T20:37:42.718Z[verify-libraries] Compiling diff v0.1.13
44922026-08-17T20:37:42.725Z[ host-image] Aug 17 20:37:42.020 INFO O| Aug 17 20:37:42.020 INFO O| Actions: Completed 54180 actions in 8.37 seconds.
44932026-08-17T20:37:42.766Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44942026-08-17T20:37:42.800Z[verify-libraries] Compiling ascii-canvas v3.0.0
44952026-08-17T20:37:42.829Z[ host-image] Aug 17 20:37:42.124 INFO O| Aug 17 20:37:42.124 INFO O| Finalize: Updating package state database ... Done
44962026-08-17T20:37:42.829Z[ host-image] Aug 17 20:37:42.124 INFO O| Aug 17 20:37:42.124 INFO O| Finalize: Updating package cache ... Done
44972026-08-17T20:37:42.848Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44982026-08-17T20:37:42.984Z[ host-image] Aug 17 20:37:42.278 INFO O| Aug 17 20:37:42.278 INFO O| Finalize: Updating image state ... Done
44992026-08-17T20:37:42.993Z[verify-libraries] Compiling bit-set v0.5.3
45002026-08-17T20:37:43.061Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45012026-08-17T20:37:43.120Z[verify-libraries] Compiling itertools v0.10.5
45022026-08-17T20:37:43.153Z[verify-libraries] Compiling ena v0.14.4
45032026-08-17T20:37:43.235Z[verify-libraries] Compiling libloading v0.8.9
45042026-08-17T20:37:43.275Z[verify-libraries] Compiling bindgen v0.71.1
45052026-08-17T20:37:43.368Z[verify-libraries] Compiling regex-syntax v0.6.29
45062026-08-17T20:37:43.404Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45072026-08-17T20:37:43.444Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45082026-08-17T20:37:43.698Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45092026-08-17T20:37:43.803Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45102026-08-17T20:37:43.861Z[verify-libraries] Compiling cexpr v0.6.0
45112026-08-17T20:37:43.864Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45122026-08-17T20:37:43.931Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45132026-08-17T20:37:43.957Z[verify-libraries] Compiling rustc-hash v2.1.1
45142026-08-17T20:37:44.041Z[ host-image] Aug 17 20:37:43.336 INFO O| Aug 17 20:37:43.336 INFO O| Finalize: Creating fast lookup database ... Done
45152026-08-17T20:37:44.070Z[ host-image] Aug 17 20:37:43.365 INFO O| Aug 17 20:37:43.364 INFO O| Finalize: Reading search index ... Done
45162026-08-17T20:37:44.149Z[verify-libraries] Compiling libxml v0.3.3
45172026-08-17T20:37:44.305Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45182026-08-17T20:37:44.384Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45192026-08-17T20:37:44.531Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45202026-08-17T20:37:44.566Z[verify-libraries] Compiling strum_macros v0.24.3
45212026-08-17T20:37:44.569Z[verify-libraries] Compiling hmac v0.13.0
45222026-08-17T20:37:44.652Z[verify-libraries] Compiling universal-hash v0.6.1
45232026-08-17T20:37:44.781Z[verify-libraries] Compiling fxhash v0.2.1
45242026-08-17T20:37:44.871Z[verify-libraries] Compiling lalrpop v0.19.12
45252026-08-17T20:37:44.897Z[verify-libraries] Compiling indoc v1.0.9
45262026-08-17T20:37:45.029Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45272026-08-17T20:37:45.033Z[ recovery-image] Aug 17 20:37:44.328 INFO O| Aug 17 20:37:44.327 INFO O| Planning: Fetching manifests: 130/130 100% complete
45282026-08-17T20:37:45.533Z[ recovery-image] Aug 17 20:37:44.827 INFO O| Aug 17 20:37:44.827 INFO O| Planning: Package planning ... Done
45292026-08-17T20:37:45.701Z[ recovery-image] Aug 17 20:37:44.996 INFO O| Aug 17 20:37:44.996 INFO O| Planning: Merging actions ... Done
45302026-08-17T20:37:45.783Z[verify-libraries] Compiling progenitor-impl v0.13.0
45312026-08-17T20:37:45.949Z[ recovery-image] Aug 17 20:37:45.243 INFO O| Aug 17 20:37:45.243 INFO O| Planning: Checking for conflicting actions ... Done
45322026-08-17T20:37:46.007Z[ recovery-image] Aug 17 20:37:45.301 INFO O| Aug 17 20:37:45.301 INFO O| Planning: Consolidating action changes ... Done
45332026-08-17T20:37:46.119Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45342026-08-17T20:37:46.152Z[ recovery-image] Aug 17 20:37:45.446 INFO O| Aug 17 20:37:45.446 INFO O| Planning: Evaluating mediators ... Done
45352026-08-17T20:37:46.199Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45362026-08-17T20:37:46.347Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45372026-08-17T20:37:46.718Z[verify-libraries] Compiling oso-derive v0.27.3
45382026-08-17T20:37:46.912Z[verify-libraries] Compiling quick-xml v0.37.5
45392026-08-17T20:37:47.006Z[ host-image] Aug 17 20:37:46.301 INFO O| Aug 17 20:37:46.301 INFO O| Finalize: Building new search index ... Done
45402026-08-17T20:37:47.485Z[ host-image] Aug 17 20:37:46.780 INFO O| Aug 17 20:37:46.780 INFO O| Finalize: Updating package cache ... Done
45412026-08-17T20:37:47.631Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45422026-08-17T20:37:47.713Z[ recovery-image] Aug 17 20:37:47.008 INFO O| Aug 17 20:37:47.008 INFO O| Planning: Planning completed in 8.28 seconds
45432026-08-17T20:37:47.717Z[ recovery-image] Aug 17 20:37:47.010 INFO O| Aug 17 20:37:47.010 INFO O| Packages to install: 130
45442026-08-17T20:37:47.717Z[ recovery-image] Aug 17 20:37:47.010 INFO O| Aug 17 20:37:47.010 INFO O| Mediators to change: 5
45452026-08-17T20:37:47.717Z[ recovery-image] Aug 17 20:37:47.010 INFO O| Aug 17 20:37:47.010 INFO O| Services to change: 5
45462026-08-17T20:37:47.745Z[ recovery-image] Aug 17 20:37:47.040 INFO O| Aug 17 20:37:47.040 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45472026-08-17T20:37:47.826Z[ host-image] Aug 17 20:37:47.121 INFO O| Aug 17 20:37:47.121 INFO STEP 11 (pkg_install) COMPLETE
45482026-08-17T20:37:47.826Z[ host-image] Aug 17 20:37:47.121 INFO O| Aug 17 20:37:47.121 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45492026-08-17T20:37:47.836Z[ host-image] Aug 17 20:37:47.131 INFO O| Aug 17 20:37:47.131 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"]
45502026-08-17T20:37:48.229Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45512026-08-17T20:37:48.503Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45522026-08-17T20:37:48.590Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45532026-08-17T20:37:48.627Z[verify-libraries] Compiling openssl-probe v0.1.6
45542026-08-17T20:37:48.966Z[verify-libraries] Compiling progenitor-macro v0.13.0
45552026-08-17T20:37:49.063Z[verify-libraries] Compiling polyval v0.7.1
45562026-08-17T20:37:49.464Z[verify-libraries] Compiling der v0.8.0
45572026-08-17T20:37:49.638Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45582026-08-17T20:37:49.979Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45592026-08-17T20:37:50.495Z[verify-libraries] Compiling diesel v2.3.7
45602026-08-17T20:37:50.601Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45612026-08-17T20:37:50.626Z[verify-libraries] Compiling progenitor-client v0.13.0
45622026-08-17T20:37:50.714Z[verify-libraries] Compiling git-stub v1.0.0
45632026-08-17T20:37:50.978Z[verify-libraries] Compiling kstat-rs v0.2.5
45642026-08-17T20:37:51.039Z[verify-libraries] Compiling trait-variant v0.1.2
45652026-08-17T20:37:51.143Z[verify-libraries] Compiling salty v0.3.0
45662026-08-17T20:37:51.349Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45672026-08-17T20:37:51.540Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45682026-08-17T20:37:51.613Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45692026-08-17T20:37:51.783Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45702026-08-17T20:37:52.011Z[verify-libraries] Compiling ghash v0.6.0
45712026-08-17T20:37:52.032Z[verify-libraries] Compiling pbkdf2 v0.13.0
45722026-08-17T20:37:52.125Z[verify-libraries] Compiling aes v0.9.1
45732026-08-17T20:37:52.217Z[verify-libraries] Compiling crypto-bigint v0.7.5
45742026-08-17T20:37:52.254Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45752026-08-17T20:37:52.524Z[ host-image] Aug 17 20:37:51.819 INFO O| Aug 17 20:37:51.819 INFO O| Startup: Refreshing catalog 'helios' ... Done
45762026-08-17T20:37:52.622Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45772026-08-17T20:37:52.745Z[ recovery-image] Aug 17 20:37:52.040 INFO O| Aug 17 20:37:52.040 INFO O| Download: 8475/16682 items 85.9/200.0MB 42% complete (17.2M/s)
45782026-08-17T20:37:53.019Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45792026-08-17T20:37:53.044Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45802026-08-17T20:37:53.122Z[verify-libraries] Compiling ctr v0.10.1
45812026-08-17T20:37:53.164Z[ host-image] Aug 17 20:37:52.459 INFO O| Aug 17 20:37:52.459 INFO O| Startup: Caching catalogs ... Done
45822026-08-17T20:37:53.293Z[verify-libraries] Compiling aead v0.6.1
45832026-08-17T20:37:53.431Z[verify-libraries] Compiling bb8 v0.8.6
45842026-08-17T20:37:53.480Z[verify-libraries] Compiling parking_lot_core v0.8.6
45852026-08-17T20:37:53.595Z[verify-libraries] Compiling aes-gcm v0.11.0
45862026-08-17T20:37:53.671Z[ host-image] Aug 17 20:37:52.966 INFO O| Aug 17 20:37:52.966 INFO O| Planning: Solver setup ... Done
45872026-08-17T20:37:53.677Z[ host-image] Aug 17 20:37:52.971 INFO O| Aug 17 20:37:52.971 INFO O| Planning: Running solver ... Done
45882026-08-17T20:37:53.693Z[ host-image] Aug 17 20:37:52.986 INFO O| Aug 17 20:37:52.986 INFO O| Planning: Finding local manifests ... Done
45892026-08-17T20:37:53.701Z[verify-libraries] Compiling spki v0.8.0
45902026-08-17T20:37:53.730Z[ host-image] Aug 17 20:37:53.023 INFO O| Aug 17 20:37:53.023 INFO O| Planning: Fetching manifests: 0/6 0% complete
45912026-08-17T20:37:53.775Z[ host-image] Aug 17 20:37:53.070 INFO O| Aug 17 20:37:53.070 INFO O| Planning: Fetching manifests: 6/6 100% complete
45922026-08-17T20:37:53.804Z[ host-image] Aug 17 20:37:53.098 INFO O| Aug 17 20:37:53.098 INFO O| Planning: Package planning ... Done
45932026-08-17T20:37:53.807Z[ host-image] Aug 17 20:37:53.101 INFO O| Aug 17 20:37:53.101 INFO O| Planning: Merging actions ... Done
45942026-08-17T20:37:53.858Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45952026-08-17T20:37:53.935Z[verify-libraries] Compiling mime_guess v2.0.5
45962026-08-17T20:37:53.982Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45972026-08-17T20:37:53.989Z[ host-image] Aug 17 20:37:53.284 INFO O| Aug 17 20:37:53.284 INFO O| Planning: Checking for conflicting actions ... Done
45982026-08-17T20:37:53.992Z[ host-image] Aug 17 20:37:53.285 INFO O| Aug 17 20:37:53.285 INFO O| Planning: Consolidating action changes ... Done
45992026-08-17T20:37:54.008Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46002026-08-17T20:37:54.037Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46012026-08-17T20:37:54.134Z[ host-image] Aug 17 20:37:53.429 INFO O| Aug 17 20:37:53.428 INFO O| Planning: Evaluating mediators ... Done
46022026-08-17T20:37:54.137Z[ host-image] Aug 17 20:37:53.430 INFO O| Aug 17 20:37:53.430 INFO O| Planning: Planning completed in 0.95 seconds
46032026-08-17T20:37:54.137Z[ host-image] Aug 17 20:37:53.430 INFO O| Aug 17 20:37:53.430 INFO O| Packages to install: 6
46042026-08-17T20:37:54.137Z[ host-image] Aug 17 20:37:53.430 INFO O| Aug 17 20:37:53.430 INFO O| Services to change: 2
46052026-08-17T20:37:54.148Z[ host-image] Aug 17 20:37:53.442 INFO O| Aug 17 20:37:53.442 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46062026-08-17T20:37:54.184Z[verify-libraries] Compiling rfc6979 v0.4.0
46072026-08-17T20:37:54.348Z[ host-image] Aug 17 20:37:53.643 INFO O| Aug 17 20:37:53.643 INFO O| Download: Completed 1.75 MB in 0.20 seconds (8.7M/s)
46082026-08-17T20:37:54.359Z[verify-libraries] Compiling salsa20 v0.11.0
46092026-08-17T20:37:54.394Z[ host-image] Aug 17 20:37:53.686 INFO O| Aug 17 20:37:53.685 INFO O| Actions: 1/390 actions (Installing new actions)
46102026-08-17T20:37:54.400Z[verify-libraries] Compiling nanorand v0.7.0
46112026-08-17T20:37:54.548Z[verify-libraries] Compiling ecdsa v0.16.9
46122026-08-17T20:37:54.572Z[verify-libraries] Compiling scrypt v0.12.0
46132026-08-17T20:37:54.581Z[ host-image] Aug 17 20:37:53.876 INFO O| Aug 17 20:37:53.876 INFO O| Actions: Completed 390 actions in 0.19 seconds.
46142026-08-17T20:37:54.619Z[ host-image] Aug 17 20:37:53.913 INFO O| Aug 17 20:37:53.913 INFO O| Finalize: Updating package state database ... Done
46152026-08-17T20:37:54.619Z[ host-image] Aug 17 20:37:53.914 INFO O| Aug 17 20:37:53.914 INFO O| Finalize: Updating package cache ... Done
46162026-08-17T20:37:54.661Z[verify-libraries] Compiling flume v0.11.1
46172026-08-17T20:37:54.708Z[ host-image] Aug 17 20:37:54.000 INFO O| Aug 17 20:37:54.000 INFO O| Finalize: Updating image state ... Done
46182026-08-17T20:37:54.732Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46192026-08-17T20:37:54.934Z[verify-libraries] Compiling progenitor v0.13.0
46202026-08-17T20:37:54.976Z[verify-libraries] Compiling primeorder v0.13.6
46212026-08-17T20:37:55.041Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46222026-08-17T20:37:55.128Z[verify-libraries] Compiling cbc v0.2.1
46232026-08-17T20:37:55.202Z[verify-libraries] Compiling nonempty v0.12.0
46242026-08-17T20:37:55.256Z[verify-libraries] Compiling http-range v0.1.5
46252026-08-17T20:37:55.320Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46262026-08-17T20:37:55.367Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46272026-08-17T20:37:55.405Z[verify-libraries] Compiling pkcs5 v0.8.1
46282026-08-17T20:37:55.457Z[verify-libraries] Compiling p384 v0.13.1
46292026-08-17T20:37:55.633Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46302026-08-17T20:37:55.683Z[ host-image] Aug 17 20:37:54.978 INFO O| Aug 17 20:37:54.978 INFO O| Finalize: Creating fast lookup database ... Done
46312026-08-17T20:37:55.702Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46322026-08-17T20:37:55.713Z[ host-image] Aug 17 20:37:55.007 INFO O| Aug 17 20:37:55.007 INFO O| Finalize: Reading search index ... Done
46332026-08-17T20:37:55.713Z[ host-image] Aug 17 20:37:55.008 INFO O| Aug 17 20:37:55.008 INFO O| Finalize: Updating search index ... Done
46342026-08-17T20:37:55.729Z[ host-image] Aug 17 20:37:55.023 INFO O| Aug 17 20:37:55.023 INFO O| Finalize: Updating package cache ... Done
46352026-08-17T20:37:55.820Z[verify-libraries] Compiling parking_lot v0.11.2
46362026-08-17T20:37:56.026Z[ host-image] Aug 17 20:37:55.320 INFO O| Aug 17 20:37:55.320 INFO STEP 12 (pkg_install) COMPLETE
46372026-08-17T20:37:56.026Z[ host-image] Aug 17 20:37:55.320 INFO O| Aug 17 20:37:55.320 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46382026-08-17T20:37:56.036Z[ host-image] Aug 17 20:37:55.331 INFO O| Aug 17 20:37:55.331 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46392026-08-17T20:37:56.115Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46402026-08-17T20:37:56.173Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46412026-08-17T20:37:56.274Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46422026-08-17T20:37:56.394Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46432026-08-17T20:37:56.510Z[verify-libraries] Compiling prefix-trie v0.7.0
46442026-08-17T20:37:56.660Z[verify-libraries] Compiling digest-io v0.1.0
46452026-08-17T20:37:56.842Z[verify-libraries] Compiling rawzip v0.4.4
46462026-08-17T20:37:56.922Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46472026-08-17T20:37:56.959Z[verify-libraries] Compiling hickory-server v0.25.2
46482026-08-17T20:37:57.020Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46492026-08-17T20:37:57.163Z[verify-libraries] Compiling sled v0.34.7
46502026-08-17T20:37:57.745Z[ recovery-image] Aug 17 20:37:57.040 INFO O| Aug 17 20:37:57.040 INFO O| Download: 16655/16682 items 198.6/200.0MB 99% complete (19.9M/s)
46512026-08-17T20:37:57.758Z[verify-libraries] Compiling pkcs8 v0.11.0
46522026-08-17T20:37:57.796Z[ recovery-image] Aug 17 20:37:57.090 INFO O| Aug 17 20:37:57.090 INFO O| Download: Completed 200.00 MB in 10.05 seconds (19.8M/s)
46532026-08-17T20:37:57.810Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46542026-08-17T20:37:57.944Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46552026-08-17T20:37:58.093Z[ host-image] Aug 17 20:37:57.387 INFO O| Aug 17 20:37:57.387 INFO O| Startup: Refreshing catalog 'helios' ... Done
46562026-08-17T20:37:58.425Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46572026-08-17T20:37:58.492Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46582026-08-17T20:37:58.603Z[ recovery-image] Aug 17 20:37:57.898 INFO O| Aug 17 20:37:57.898 INFO O| Actions: 1/27580 actions (Installing new actions)
46592026-08-17T20:37:58.629Z[verify-libraries] Compiling ignore v0.4.25
46602026-08-17T20:37:58.704Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46612026-08-17T20:37:58.796Z[ host-image] Aug 17 20:37:58.091 INFO O| Aug 17 20:37:58.090 INFO O| Startup: Caching catalogs ... Done
46622026-08-17T20:37:58.799Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46632026-08-17T20:37:58.880Z[verify-libraries] Compiling ff v0.14.0
46642026-08-17T20:37:59.141Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46652026-08-17T20:37:59.201Z[ host-image] Aug 17 20:37:58.494 INFO O| Aug 17 20:37:58.494 INFO O| Planning: Solver setup ... Done
46662026-08-17T20:37:59.204Z[verify-libraries] Compiling corncobs v0.1.4
46672026-08-17T20:37:59.208Z[ host-image] Aug 17 20:37:58.500 INFO O| Aug 17 20:37:58.500 INFO O| Planning: Running solver ... Done
46682026-08-17T20:37:59.221Z[ host-image] Aug 17 20:37:58.514 INFO O| Aug 17 20:37:58.514 INFO O| Planning: Finding local manifests ... Done
46692026-08-17T20:37:59.263Z[ host-image] Aug 17 20:37:58.557 INFO O| Aug 17 20:37:58.557 INFO O| Planning: Fetching manifests: 0/6 0% complete
46702026-08-17T20:37:59.312Z[verify-libraries] Compiling globwalk v0.9.1
46712026-08-17T20:37:59.352Z[ host-image] Aug 17 20:37:58.646 INFO O| Aug 17 20:37:58.646 INFO O| Planning: Fetching manifests: 6/6 100% complete
46722026-08-17T20:37:59.382Z[ host-image] Aug 17 20:37:58.677 INFO O| Aug 17 20:37:58.677 INFO O| Planning: Package planning ... Done
46732026-08-17T20:37:59.391Z[ host-image] Aug 17 20:37:58.686 INFO O| Aug 17 20:37:58.686 INFO O| Planning: Merging actions ... Done
46742026-08-17T20:37:59.454Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46752026-08-17T20:37:59.485Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46762026-08-17T20:37:59.553Z[ host-image] Aug 17 20:37:58.846 INFO O| Aug 17 20:37:58.846 INFO O| Planning: Checking for conflicting actions ... Done
46772026-08-17T20:37:59.557Z[ host-image] Aug 17 20:37:58.850 INFO O| Aug 17 20:37:58.850 INFO O| Planning: Consolidating action changes ... Done
46782026-08-17T20:37:59.650Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46792026-08-17T20:37:59.702Z[ host-image] Aug 17 20:37:58.997 INFO O| Aug 17 20:37:58.996 INFO O| Planning: Evaluating mediators ... Done
46802026-08-17T20:37:59.707Z[ host-image] Aug 17 20:37:58.999 INFO O| Aug 17 20:37:58.999 INFO O| Planning: Planning completed in 0.89 seconds
46812026-08-17T20:37:59.708Z[ host-image] Aug 17 20:37:59.000 INFO O| Aug 17 20:37:59.000 INFO O| Packages to install: 6
46822026-08-17T20:37:59.708Z[ host-image] Aug 17 20:37:59.000 INFO O| Aug 17 20:37:59.000 INFO O| Mediators to change: 1
46832026-08-17T20:37:59.708Z[ host-image] Aug 17 20:37:59.000 INFO O| Aug 17 20:37:59.000 INFO O| Services to change: 1
46842026-08-17T20:37:59.718Z[ host-image] Aug 17 20:37:59.012 INFO O| Aug 17 20:37:59.012 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46852026-08-17T20:37:59.770Z[verify-libraries] Compiling predicates-tree v1.0.13
46862026-08-17T20:38:00.068Z[verify-libraries] Compiling libz-sys v1.1.24
46872026-08-17T20:38:00.107Z[verify-libraries] Compiling rand_seeder v0.4.0
46882026-08-17T20:38:00.152Z[verify-libraries] Compiling secrecy v0.8.0
46892026-08-17T20:38:00.310Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46902026-08-17T20:38:00.442Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46912026-08-17T20:38:00.541Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46922026-08-17T20:38:00.718Z[verify-libraries] Compiling group v0.14.0
46932026-08-17T20:38:00.763Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46942026-08-17T20:38:00.863Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46952026-08-17T20:38:00.938Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46962026-08-17T20:38:00.985Z[ host-image] Aug 17 20:38:00.279 INFO O| Aug 17 20:38:00.279 INFO O| Download: Completed 7.84 MB in 1.27 seconds (6.2M/s)
46972026-08-17T20:38:01.010Z[verify-libraries] Compiling signature v3.0.0
46982026-08-17T20:38:01.032Z[ host-image] Aug 17 20:38:00.326 INFO O| Aug 17 20:38:00.326 INFO O| Actions: 1/1366 actions (Installing new actions)
46992026-08-17T20:38:01.334Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47002026-08-17T20:38:01.355Z[ host-image] Aug 17 20:38:00.649 INFO O| Aug 17 20:38:00.649 INFO O| Actions: Completed 1366 actions in 0.32 seconds.
47012026-08-17T20:38:01.380Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47022026-08-17T20:38:01.392Z[ host-image] Aug 17 20:38:00.686 INFO O| Aug 17 20:38:00.686 INFO O| Finalize: Updating package state database ... Done
47032026-08-17T20:38:01.392Z[ host-image] Aug 17 20:38:00.686 INFO O| Aug 17 20:38:00.686 INFO O| Finalize: Updating package cache ... Done
47042026-08-17T20:38:01.430Z[verify-libraries] Compiling instability v0.3.11
47052026-08-17T20:38:01.487Z[ host-image] Aug 17 20:38:00.782 INFO O| Aug 17 20:38:00.782 INFO O| Finalize: Updating image state ... Done
47062026-08-17T20:38:01.636Z[verify-libraries] Compiling base16ct v1.0.0
47072026-08-17T20:38:01.752Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47082026-08-17T20:38:01.849Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47092026-08-17T20:38:01.933Z[verify-libraries] Compiling sec1 v0.8.1
47102026-08-17T20:38:01.991Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47112026-08-17T20:38:02.149Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47122026-08-17T20:38:02.239Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47132026-08-17T20:38:02.277Z[verify-libraries] Compiling hkdf v0.13.0
47142026-08-17T20:38:02.368Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47152026-08-17T20:38:02.454Z[verify-libraries] Compiling scuffle v0.1.0
47162026-08-17T20:38:02.578Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47172026-08-17T20:38:02.623Z[ host-image] Aug 17 20:38:01.918 INFO O| Aug 17 20:38:01.918 INFO O| Finalize: Creating fast lookup database ... Done
47182026-08-17T20:38:02.652Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47192026-08-17T20:38:02.655Z[ host-image] Aug 17 20:38:01.947 INFO O| Aug 17 20:38:01.947 INFO O| Finalize: Reading search index ... Done
47202026-08-17T20:38:02.655Z[ host-image] Aug 17 20:38:01.947 INFO O| Aug 17 20:38:01.947 INFO O| Finalize: Updating search index ... Done
47212026-08-17T20:38:02.689Z[ host-image] Aug 17 20:38:01.984 INFO O| Aug 17 20:38:01.984 INFO O| Finalize: Updating package cache ... Done
47222026-08-17T20:38:02.723Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47232026-08-17T20:38:02.809Z[verify-libraries] Compiling castaway v0.2.4
47242026-08-17T20:38:02.870Z[verify-libraries] Compiling indoc v2.0.7
47252026-08-17T20:38:02.994Z[ host-image] Aug 17 20:38:02.288 INFO O| Aug 17 20:38:02.288 INFO STEP 13 (pkg_install) COMPLETE
47262026-08-17T20:38:02.997Z[ host-image] Aug 17 20:38:02.288 INFO O| Aug 17 20:38:02.288 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47272026-08-17T20:38:03.003Z[ host-image] Aug 17 20:38:02.298 INFO O| Aug 17 20:38:02.298 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47282026-08-17T20:38:03.085Z[verify-libraries] Compiling compact_str v0.8.1
47292026-08-17T20:38:03.453Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47302026-08-17T20:38:03.609Z[ recovery-image] Aug 17 20:38:02.903 INFO O| Aug 17 20:38:02.903 INFO O| Actions: 21159/27580 actions (Installing new actions)
47312026-08-17T20:38:03.624Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47322026-08-17T20:38:03.819Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47332026-08-17T20:38:03.868Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47342026-08-17T20:38:03.898Z[verify-libraries] Compiling elliptic-curve v0.14.1
47352026-08-17T20:38:03.980Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47362026-08-17T20:38:04.364Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47372026-08-17T20:38:04.428Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47382026-08-17T20:38:04.668Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47392026-08-17T20:38:04.681Z[ recovery-image] Aug 17 20:38:03.976 INFO O| Aug 17 20:38:03.976 INFO O| Actions: Completed 27580 actions in 6.08 seconds.
47402026-08-17T20:38:04.721Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47412026-08-17T20:38:04.755Z[ recovery-image] Aug 17 20:38:04.049 INFO O| Aug 17 20:38:04.049 INFO O| Finalize: Updating package state database ... Done
47422026-08-17T20:38:04.755Z[ recovery-image] Aug 17 20:38:04.049 INFO O| Aug 17 20:38:04.049 INFO O| Finalize: Updating package cache ... Done
47432026-08-17T20:38:04.814Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47442026-08-17T20:38:04.857Z[ host-image] Aug 17 20:38:04.151 INFO O| Aug 17 20:38:04.151 INFO O| Startup: Refreshing catalog 'helios' ... Done
47452026-08-17T20:38:04.940Z[ recovery-image] Aug 17 20:38:04.234 INFO O| Aug 17 20:38:04.234 INFO O| Finalize: Updating image state ... Done
47462026-08-17T20:38:04.997Z[verify-libraries] Compiling unicode-truncate v1.1.0
47472026-08-17T20:38:05.026Z[verify-libraries] Compiling lru v0.12.5
47482026-08-17T20:38:05.359Z[verify-libraries] Compiling arc-swap v1.8.2
47492026-08-17T20:38:05.373Z[ host-image] Aug 17 20:38:04.667 INFO O| Aug 17 20:38:04.667 INFO O| Startup: Caching catalogs ... Done
47502026-08-17T20:38:05.444Z[verify-libraries] Compiling cassowary v0.3.0
47512026-08-17T20:38:05.449Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-08-17T20:38:05.622Z[verify-libraries] Compiling wnaf v0.14.0
47532026-08-17T20:38:05.780Z[verify-libraries] Compiling ratatui v0.29.0
47542026-08-17T20:38:05.785Z[ recovery-image] Aug 17 20:38:05.080 INFO O| Aug 17 20:38:05.080 INFO O| Finalize: Creating fast lookup database ... Done
47552026-08-17T20:38:05.804Z[ recovery-image] Aug 17 20:38:05.099 INFO O| Aug 17 20:38:05.099 INFO O| Finalize: Reading search index ... Done
47562026-08-17T20:38:05.808Z[verify-libraries] Compiling slog-scope v4.4.1
47572026-08-17T20:38:05.829Z[ host-image] Aug 17 20:38:05.124 INFO O| Aug 17 20:38:05.124 INFO O| Planning: Solver setup ... Done
47582026-08-17T20:38:05.835Z[ host-image] Aug 17 20:38:05.129 INFO O| Aug 17 20:38:05.129 INFO O| Planning: Running solver ... Done
47592026-08-17T20:38:05.848Z[ host-image] Aug 17 20:38:05.143 INFO O| Aug 17 20:38:05.142 INFO O| Planning: Finding local manifests ... Done
47602026-08-17T20:38:05.892Z[ host-image] Aug 17 20:38:05.186 INFO O| Aug 17 20:38:05.186 INFO O| Planning: Fetching manifests: 0/1 0% complete
47612026-08-17T20:38:05.901Z[ host-image] Aug 17 20:38:05.196 INFO O| Aug 17 20:38:05.196 INFO O| Planning: Fetching manifests: 1/1 100% complete
47622026-08-17T20:38:05.917Z[ host-image] Aug 17 20:38:05.212 INFO O| Aug 17 20:38:05.212 INFO O| Planning: Package planning ... Done
47632026-08-17T20:38:05.917Z[ host-image] Aug 17 20:38:05.212 INFO O| Aug 17 20:38:05.212 INFO O| Planning: Merging actions ... Done
47642026-08-17T20:38:05.922Z[verify-libraries] Compiling primefield v0.14.0
47652026-08-17T20:38:05.957Z[verify-libraries] Compiling rfc6979 v0.6.0
47662026-08-17T20:38:06.057Z[ host-image] Aug 17 20:38:05.352 INFO O| Aug 17 20:38:05.352 INFO O| Planning: Checking for conflicting actions ... Done
47672026-08-17T20:38:06.061Z[ host-image] Aug 17 20:38:05.352 INFO O| Aug 17 20:38:05.352 INFO O| Planning: Consolidating action changes ... Done
47682026-08-17T20:38:06.101Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47692026-08-17T20:38:06.176Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47702026-08-17T20:38:06.196Z[ host-image] Aug 17 20:38:05.490 INFO O| Aug 17 20:38:05.490 INFO O| Planning: Evaluating mediators ... Done
47712026-08-17T20:38:06.201Z[ host-image] Aug 17 20:38:05.491 INFO O| Aug 17 20:38:05.491 INFO O| Planning: Planning completed in 0.81 seconds
47722026-08-17T20:38:06.201Z[ host-image] Aug 17 20:38:05.491 INFO O| Aug 17 20:38:05.491 INFO O| Packages to install: 1
47732026-08-17T20:38:06.208Z[ host-image] Aug 17 20:38:05.503 INFO O| Aug 17 20:38:05.503 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47742026-08-17T20:38:06.211Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47752026-08-17T20:38:06.255Z[verify-libraries] Compiling vergen-git2 v9.1.0
47762026-08-17T20:38:06.424Z[verify-libraries] Compiling is_ci v1.2.0
47772026-08-17T20:38:06.478Z[verify-libraries] Compiling strsim v0.10.0
47782026-08-17T20:38:06.541Z[ host-image] Aug 17 20:38:05.835 INFO O| Aug 17 20:38:05.835 INFO O| Download: Completed 13.27 MB in 0.33 seconds (40.0M/s)
47792026-08-17T20:38:06.572Z[ host-image] Aug 17 20:38:05.861 INFO O| Aug 17 20:38:05.861 INFO O| Actions: 1/22 actions (Installing new actions)
47802026-08-17T20:38:06.599Z[verify-libraries] Compiling supports-color v3.0.2
47812026-08-17T20:38:06.694Z[verify-libraries] Compiling primeorder v0.14.0
47822026-08-17T20:38:06.801Z[ host-image] Aug 17 20:38:06.096 INFO O| Aug 17 20:38:06.096 INFO O| Actions: Completed 22 actions in 0.23 seconds.
47832026-08-17T20:38:06.839Z[ host-image] Aug 17 20:38:06.132 INFO O| Aug 17 20:38:06.132 INFO O| Finalize: Updating package state database ... Done
47842026-08-17T20:38:06.839Z[ host-image] Aug 17 20:38:06.132 INFO O| Aug 17 20:38:06.132 INFO O| Finalize: Updating package cache ... Done
47852026-08-17T20:38:06.862Z[verify-libraries] Compiling darling_core v0.13.4
47862026-08-17T20:38:06.906Z[verify-libraries] Compiling ecdsa v0.17.0
47872026-08-17T20:38:06.919Z[ host-image] Aug 17 20:38:06.214 INFO O| Aug 17 20:38:06.214 INFO O| Finalize: Updating image state ... Done
47882026-08-17T20:38:07.189Z[verify-libraries] Compiling slog-stdlog v4.1.1
47892026-08-17T20:38:07.457Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47902026-08-17T20:38:07.571Z[ recovery-image] Aug 17 20:38:06.864 INFO O| Aug 17 20:38:06.863 INFO O| Finalize: Building new search index ... Done
47912026-08-17T20:38:07.619Z[verify-libraries] Compiling tungstenite v0.23.0
47922026-08-17T20:38:07.904Z[ recovery-image] Aug 17 20:38:07.198 INFO O| Aug 17 20:38:07.198 INFO O| Finalize: Updating package cache ... Done
47932026-08-17T20:38:07.912Z[ host-image] Aug 17 20:38:07.207 INFO O| Aug 17 20:38:07.207 INFO O| Finalize: Creating fast lookup database ... Done
47942026-08-17T20:38:07.946Z[ host-image] Aug 17 20:38:07.241 INFO O| Aug 17 20:38:07.238 INFO O| Finalize: Reading search index ... Done
47952026-08-17T20:38:07.947Z[ host-image] Aug 17 20:38:07.241 INFO O| Aug 17 20:38:07.238 INFO O| Finalize: Updating search index ... Done
47962026-08-17T20:38:07.955Z[ host-image] Aug 17 20:38:07.250 INFO O| Aug 17 20:38:07.249 INFO O| Finalize: Updating package cache ... Done
47972026-08-17T20:38:08.227Z[ recovery-image] Aug 17 20:38:07.519 INFO O| Aug 17 20:38:07.519 INFO STEP 11 (pkg_install) COMPLETE
47982026-08-17T20:38:08.227Z[ recovery-image] Aug 17 20:38:07.519 INFO O| Aug 17 20:38:07.519 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47992026-08-17T20:38:08.227Z[ recovery-image] Aug 17 20:38:07.519 INFO O| Aug 17 20:38:07.519 INFO skip step because feature "recovery" is enabled
48002026-08-17T20:38:08.231Z[ recovery-image] Aug 17 20:38:07.519 INFO O| Aug 17 20:38:07.519 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48012026-08-17T20:38:08.231Z[ recovery-image] Aug 17 20:38:07.519 INFO O| Aug 17 20:38:07.519 INFO skip step because feature "omicron1" is not enabled
48022026-08-17T20:38:08.231Z[ recovery-image] Aug 17 20:38:07.519 INFO O| Aug 17 20:38:07.519 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48032026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO STEP 14 (pkg_install) COMPLETE
48042026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48052026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO skip step because feature "mbist" is not enabled
48062026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48072026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO skip step because feature "mfg" is not enabled
48082026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48092026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO skip step because feature "compliance" is not enabled
48102026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48112026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO skip step because feature "stress" is not enabled
48122026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48132026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO skip step because feature "compliance" is not enabled
48142026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48152026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO skip step because feature "nfs" is not enabled
48162026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48172026-08-17T20:38:08.231Z[ host-image] Aug 17 20:38:07.523 INFO O| Aug 17 20:38:07.523 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48182026-08-17T20:38:08.238Z[ recovery-image] Aug 17 20:38:07.532 INFO O| Aug 17 20:38:07.532 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48192026-08-17T20:38:08.458Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48202026-08-17T20:38:08.580Z[ host-image] Aug 17 20:38:07.873 INFO O| Aug 17 20:38:07.873 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48212026-08-17T20:38:08.705Z[ host-image] Aug 17 20:38:07.999 INFO O| Aug 17 20:38:07.999 INFO completed processing sled/ramdisk-01-os
48222026-08-17T20:38:08.708Z[ host-image] Aug 17 20:38:08.002 INFO omicron1 baseline generation...
48232026-08-17T20:38:08.708Z[ host-image] Aug 17 20:38:08.002 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48242026-08-17T20:38:08.721Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48252026-08-17T20:38:08.742Z[verify-libraries] Compiling console v0.16.2
48262026-08-17T20:38:08.837Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48272026-08-17T20:38:09.049Z[verify-libraries] Compiling libsw-core v0.3.2
48282026-08-17T20:38:09.092Z[verify-libraries] Compiling assert_matches v1.5.0
48292026-08-17T20:38:09.092Z[verify-libraries] Compiling void v1.0.2
48302026-08-17T20:38:09.112Z[ host-image] Aug 17 20:38:08.406 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24191:20260817T130448Z
48312026-08-17T20:38:09.192Z[verify-libraries] Compiling unit-prefix v0.5.2
48322026-08-17T20:38:09.222Z[verify-libraries] Compiling darling_macro v0.13.4
48332026-08-17T20:38:09.226Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48342026-08-17T20:38:09.319Z[verify-libraries] Compiling lzss v0.8.2
48352026-08-17T20:38:09.347Z[verify-libraries] Compiling indicatif v0.18.4
48362026-08-17T20:38:09.413Z[verify-libraries] Compiling libsw v3.5.0
48372026-08-17T20:38:09.526Z[verify-libraries] Compiling slog-envlogger v2.2.0
48382026-08-17T20:38:09.616Z[verify-libraries] Compiling ssh-encoding v0.3.0
48392026-08-17T20:38:09.716Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48402026-08-17T20:38:09.796Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48412026-08-17T20:38:09.834Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48422026-08-17T20:38:09.986Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48432026-08-17T20:38:10.084Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48442026-08-17T20:38:10.119Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48452026-08-17T20:38:10.152Z[ recovery-image] Aug 17 20:38:09.446 INFO O| Aug 17 20:38:09.446 INFO O| Startup: Refreshing catalog 'helios' ... Done
48462026-08-17T20:38:10.233Z[verify-libraries] Compiling nix v0.27.1
48472026-08-17T20:38:10.352Z[verify-libraries] Compiling colored v2.2.0
48482026-08-17T20:38:10.462Z[verify-libraries] Compiling blake3 v1.8.5
48492026-08-17T20:38:10.541Z[verify-libraries] Compiling serde_bytes v0.11.19
48502026-08-17T20:38:10.599Z[verify-libraries] Compiling keccak v0.2.0
48512026-08-17T20:38:10.619Z[ recovery-image] Aug 17 20:38:09.913 INFO O| Aug 17 20:38:09.913 INFO O| Startup: Caching catalogs ... Done
48522026-08-17T20:38:10.888Z[verify-libraries] Compiling shell-words v1.1.1
48532026-08-17T20:38:11.024Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48542026-08-17T20:38:11.062Z[ recovery-image] Aug 17 20:38:10.356 INFO O| Aug 17 20:38:10.356 INFO O| Planning: Solver setup ... Done
48552026-08-17T20:38:11.068Z[ recovery-image] Aug 17 20:38:10.362 INFO O| Aug 17 20:38:10.362 INFO O| Planning: Running solver ... Done
48562026-08-17T20:38:11.081Z[ recovery-image] Aug 17 20:38:10.376 INFO O| Aug 17 20:38:10.376 INFO O| Planning: Finding local manifests ... Done
48572026-08-17T20:38:11.105Z[ recovery-image] Aug 17 20:38:10.400 INFO O| Aug 17 20:38:10.399 INFO O| Planning: Fetching manifests: 0/1 0% complete
48582026-08-17T20:38:11.112Z[ recovery-image] Aug 17 20:38:10.406 INFO O| Aug 17 20:38:10.406 INFO O| Planning: Fetching manifests: 1/1 100% complete
48592026-08-17T20:38:11.116Z[verify-libraries] Compiling darling v0.13.4
48602026-08-17T20:38:11.130Z[ recovery-image] Aug 17 20:38:10.424 INFO O| Aug 17 20:38:10.424 INFO O| Planning: Package planning ... Done
48612026-08-17T20:38:11.130Z[ recovery-image] Aug 17 20:38:10.424 INFO O| Aug 17 20:38:10.424 INFO O| Planning: Merging actions ... Done
48622026-08-17T20:38:11.152Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48632026-08-17T20:38:11.256Z[ recovery-image] Aug 17 20:38:10.551 INFO O| Aug 17 20:38:10.550 INFO O| Planning: Checking for conflicting actions ... Done
48642026-08-17T20:38:11.260Z[ recovery-image] Aug 17 20:38:10.551 INFO O| Aug 17 20:38:10.551 INFO O| Planning: Consolidating action changes ... Done
48652026-08-17T20:38:11.269Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48662026-08-17T20:38:11.354Z[ recovery-image] Aug 17 20:38:10.648 INFO O| Aug 17 20:38:10.648 INFO O| Planning: Evaluating mediators ... Done
48672026-08-17T20:38:11.358Z[ recovery-image] Aug 17 20:38:10.648 INFO O| Aug 17 20:38:10.648 INFO O| Planning: Planning completed in 0.72 seconds
48682026-08-17T20:38:11.358Z[ recovery-image] Aug 17 20:38:10.649 INFO O| Aug 17 20:38:10.649 INFO O| Packages to install: 1
48692026-08-17T20:38:11.367Z[ recovery-image] Aug 17 20:38:10.661 INFO O| Aug 17 20:38:10.661 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48702026-08-17T20:38:11.553Z[ recovery-image] Aug 17 20:38:10.847 INFO O| Aug 17 20:38:10.847 INFO O| Download: Completed 13.27 MB in 0.19 seconds (71.3M/s)
48712026-08-17T20:38:11.604Z[ recovery-image] Aug 17 20:38:10.898 INFO O| Aug 17 20:38:10.898 INFO O| Actions: 1/22 actions (Installing new actions)
48722026-08-17T20:38:11.629Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48732026-08-17T20:38:11.682Z[verify-libraries] Compiling ed25519 v3.0.0
48742026-08-17T20:38:11.711Z[verify-libraries] Compiling crypto-primes v0.7.2
48752026-08-17T20:38:11.842Z[ recovery-image] Aug 17 20:38:11.136 INFO O| Aug 17 20:38:11.136 INFO O| Actions: Completed 22 actions in 0.24 seconds.
48762026-08-17T20:38:11.878Z[ recovery-image] Aug 17 20:38:11.172 INFO O| Aug 17 20:38:11.172 INFO O| Finalize: Updating package state database ... Done
48772026-08-17T20:38:11.878Z[ recovery-image] Aug 17 20:38:11.172 INFO O| Aug 17 20:38:11.172 INFO O| Finalize: Updating package cache ... Done
48782026-08-17T20:38:11.962Z[ recovery-image] Aug 17 20:38:11.257 INFO O| Aug 17 20:38:11.256 INFO O| Finalize: Updating image state ... Done
48792026-08-17T20:38:12.251Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48802026-08-17T20:38:12.597Z[ recovery-image] Aug 17 20:38:11.891 INFO O| Aug 17 20:38:11.891 INFO O| Finalize: Creating fast lookup database ... Done
48812026-08-17T20:38:12.612Z[ recovery-image] Aug 17 20:38:11.907 INFO O| Aug 17 20:38:11.906 INFO O| Finalize: Reading search index ... Done
48822026-08-17T20:38:12.613Z[ recovery-image] Aug 17 20:38:11.907 INFO O| Aug 17 20:38:11.907 INFO O| Finalize: Updating search index ... Done
48832026-08-17T20:38:12.624Z[ recovery-image] Aug 17 20:38:11.918 INFO O| Aug 17 20:38:11.918 INFO O| Finalize: Updating package cache ... Done
48842026-08-17T20:38:12.792Z[verify-libraries] Compiling poly1305 v0.9.0
48852026-08-17T20:38:12.919Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.212 INFO STEP 14 (pkg_install) COMPLETE
48862026-08-17T20:38:12.919Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.212 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48872026-08-17T20:38:12.919Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO skip step because feature "mbist" is not enabled
48882026-08-17T20:38:12.922Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48892026-08-17T20:38:12.922Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO skip step because feature "mfg" is not enabled
48902026-08-17T20:38:12.922Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48912026-08-17T20:38:12.922Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO skip step because feature "compliance" is not enabled
48922026-08-17T20:38:12.922Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48932026-08-17T20:38:12.922Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO skip step because feature "stress" is not enabled
48942026-08-17T20:38:12.922Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48952026-08-17T20:38:12.922Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO skip step because feature "compliance" is not enabled
48962026-08-17T20:38:12.922Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48972026-08-17T20:38:12.923Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO skip step because feature "nfs" is not enabled
48982026-08-17T20:38:12.923Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
48992026-08-17T20:38:12.923Z[ recovery-image] Aug 17 20:38:12.213 INFO O| Aug 17 20:38:12.213 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49002026-08-17T20:38:13.065Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49012026-08-17T20:38:13.136Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49022026-08-17T20:38:13.226Z[ recovery-image] Aug 17 20:38:12.521 INFO O| Aug 17 20:38:12.520 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49032026-08-17T20:38:13.334Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49042026-08-17T20:38:13.361Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49052026-08-17T20:38:13.423Z[ recovery-image] Aug 17 20:38:12.714 INFO O| Aug 17 20:38:12.714 INFO completed processing sled/ramdisk-01-os
49062026-08-17T20:38:13.426Z[ recovery-image] Aug 17 20:38:12.717 INFO image builder template: ramdisk-02-trim...
49072026-08-17T20:38:13.426Z[ recovery-image] Aug 17 20:38:12.717 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/.tmpNdaVGy/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
49082026-08-17T20:38:13.448Z[ recovery-image] Aug 17 20:38:12.740 INFO O| Aug 17 20:38:12.740 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49092026-08-17T20:38:13.451Z[ recovery-image] Aug 17 20:38:12.744 INFO O| Aug 17 20:38:12.744 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49102026-08-17T20:38:13.485Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49112026-08-17T20:38:13.566Z[ recovery-image] Aug 17 20:38:12.861 INFO O| Aug 17 20:38:12.861 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49122026-08-17T20:38:13.640Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49132026-08-17T20:38:13.664Z[ recovery-image] Aug 17 20:38:12.958 INFO O| Aug 17 20:38:12.958 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49142026-08-17T20:38:13.664Z[ recovery-image] Aug 17 20:38:12.958 INFO O| Aug 17 20:38:12.958 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49152026-08-17T20:38:13.667Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49162026-08-17T20:38:13.671Z[ recovery-image] Aug 17 20:38:12.963 INFO O| Aug 17 20:38:12.963 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49172026-08-17T20:38:13.674Z[ recovery-image] Aug 17 20:38:12.966 INFO O| Aug 17 20:38:12.966 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49182026-08-17T20:38:13.677Z[ recovery-image] Aug 17 20:38:12.970 INFO O| Aug 17 20:38:12.970 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49192026-08-17T20:38:13.775Z[verify-libraries] Compiling blowfish v0.10.0
49202026-08-17T20:38:13.796Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49212026-08-17T20:38:13.834Z[verify-libraries] Compiling petname v2.0.2
49222026-08-17T20:38:13.908Z[verify-libraries] Compiling arrayvec v0.7.6
49232026-08-17T20:38:13.993Z[verify-libraries] Compiling constant_time_eq v0.4.2
49242026-08-17T20:38:14.070Z[verify-libraries] Compiling arrayref v0.3.9
49252026-08-17T20:38:14.189Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49262026-08-17T20:38:14.383Z[ recovery-image] Aug 17 20:38:13.677 INFO O| Aug 17 20:38:13.677 INFO rolled back to input snapshot; work may begin
49272026-08-17T20:38:14.383Z[ recovery-image] Aug 17 20:38:13.677 INFO O| Aug 17 20:38:13.677 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49282026-08-17T20:38:14.388Z[ recovery-image] Aug 17 20:38:13.682 INFO O| Aug 17 20:38:13.682 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49292026-08-17T20:38:14.391Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49302026-08-17T20:38:14.397Z[ recovery-image] Aug 17 20:38:13.691 INFO O| Aug 17 20:38:13.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49312026-08-17T20:38:14.438Z[ recovery-image] Aug 17 20:38:13.732 INFO O| Aug 17 20:38:13.732 INFO STEP 0 (remove_files) COMPLETE
49322026-08-17T20:38:14.438Z[ recovery-image] Aug 17 20:38:13.732 INFO O| Aug 17 20:38:13.732 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49332026-08-17T20:38:14.453Z[ recovery-image] Aug 17 20:38:13.744 INFO O| Aug 17 20:38:13.744 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49342026-08-17T20:38:14.453Z[ recovery-image] Aug 17 20:38:13.746 INFO O| Aug 17 20:38:13.746 INFO STEP 1 (remove_files) COMPLETE
49352026-08-17T20:38:14.453Z[ recovery-image] Aug 17 20:38:13.746 INFO O| Aug 17 20:38:13.746 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49362026-08-17T20:38:14.462Z[ recovery-image] Aug 17 20:38:13.756 INFO O| Aug 17 20:38:13.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49372026-08-17T20:38:14.477Z[ recovery-image] Aug 17 20:38:13.772 INFO O| Aug 17 20:38:13.771 INFO STEP 2 (remove_files) COMPLETE
49382026-08-17T20:38:14.477Z[ recovery-image] Aug 17 20:38:13.772 INFO O| Aug 17 20:38:13.772 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49392026-08-17T20:38:14.487Z[ recovery-image] Aug 17 20:38:13.782 INFO O| Aug 17 20:38:13.781 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49402026-08-17T20:38:14.490Z[ recovery-image] Aug 17 20:38:13.783 INFO O| Aug 17 20:38:13.783 INFO STEP 3 (remove_files) COMPLETE
49412026-08-17T20:38:14.490Z[ recovery-image] Aug 17 20:38:13.783 INFO O| Aug 17 20:38:13.783 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49422026-08-17T20:38:14.498Z[ recovery-image] Aug 17 20:38:13.793 INFO O| Aug 17 20:38:13.793 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49432026-08-17T20:38:14.502Z[ recovery-image] Aug 17 20:38:13.796 INFO O| Aug 17 20:38:13.796 INFO STEP 4 (remove_files) COMPLETE
49442026-08-17T20:38:14.502Z[ recovery-image] Aug 17 20:38:13.796 INFO O| Aug 17 20:38:13.796 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49452026-08-17T20:38:14.511Z[ recovery-image] Aug 17 20:38:13.806 INFO O| Aug 17 20:38:13.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49462026-08-17T20:38:14.511Z[ recovery-image] Aug 17 20:38:13.806 INFO O| Aug 17 20:38:13.806 INFO STEP 5 (remove_files) COMPLETE
49472026-08-17T20:38:14.514Z[ recovery-image] Aug 17 20:38:13.806 INFO O| Aug 17 20:38:13.806 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49482026-08-17T20:38:14.520Z[ recovery-image] Aug 17 20:38:13.815 INFO O| Aug 17 20:38:13.815 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49492026-08-17T20:38:14.533Z[ recovery-image] Aug 17 20:38:13.827 INFO O| Aug 17 20:38:13.827 INFO STEP 6 (remove_files) COMPLETE
49502026-08-17T20:38:14.533Z[ recovery-image] Aug 17 20:38:13.827 INFO O| Aug 17 20:38:13.827 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49512026-08-17T20:38:14.536Z[ recovery-image] Aug 17 20:38:13.827 INFO O| Aug 17 20:38:13.827 INFO skip step because feature "heliosv2" is not enabled
49522026-08-17T20:38:14.536Z[ recovery-image] Aug 17 20:38:13.827 INFO O| Aug 17 20:38:13.827 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49532026-08-17T20:38:14.536Z[ recovery-image] Aug 17 20:38:13.827 INFO O| Aug 17 20:38:13.827 INFO skip step because feature "recovery" is enabled
49542026-08-17T20:38:14.536Z[ recovery-image] Aug 17 20:38:13.827 INFO O| Aug 17 20:38:13.827 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49552026-08-17T20:38:14.536Z[ recovery-image] Aug 17 20:38:13.827 INFO O| Aug 17 20:38:13.827 INFO skip step because feature "recovery" is enabled
49562026-08-17T20:38:14.536Z[ recovery-image] Aug 17 20:38:13.827 INFO O| Aug 17 20:38:13.827 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49572026-08-17T20:38:14.536Z[ recovery-image] Aug 17 20:38:13.827 INFO O| Aug 17 20:38:13.827 INFO skip step because feature "recovery" is enabled
49582026-08-17T20:38:14.536Z[ recovery-image] Aug 17 20:38:13.827 INFO O| Aug 17 20:38:13.827 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49592026-08-17T20:38:14.544Z[ recovery-image] Aug 17 20:38:13.838 INFO O| Aug 17 20:38:13.838 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49602026-08-17T20:38:14.548Z[ recovery-image] Aug 17 20:38:13.842 INFO O| Aug 17 20:38:13.842 INFO STEP 11 (remove_files) COMPLETE
49612026-08-17T20:38:14.548Z[ recovery-image] Aug 17 20:38:13.842 INFO O| Aug 17 20:38:13.842 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49622026-08-17T20:38:14.556Z[ recovery-image] Aug 17 20:38:13.850 INFO O| Aug 17 20:38:13.850 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49632026-08-17T20:38:14.558Z[ recovery-image] Aug 17 20:38:13.851 INFO O| Aug 17 20:38:13.851 INFO STEP 12 (remove_files) COMPLETE
49642026-08-17T20:38:14.558Z[ recovery-image] Aug 17 20:38:13.851 INFO O| Aug 17 20:38:13.851 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49652026-08-17T20:38:14.564Z[ recovery-image] Aug 17 20:38:13.859 INFO O| Aug 17 20:38:13.859 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49662026-08-17T20:38:14.567Z[ recovery-image] Aug 17 20:38:13.860 INFO O| Aug 17 20:38:13.860 INFO STEP 13 (remove_files) COMPLETE
49672026-08-17T20:38:14.567Z[ recovery-image] Aug 17 20:38:13.860 INFO O| Aug 17 20:38:13.860 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49682026-08-17T20:38:14.575Z[ recovery-image] Aug 17 20:38:13.870 INFO O| Aug 17 20:38:13.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49692026-08-17T20:38:14.575Z[ recovery-image] Aug 17 20:38:13.870 INFO O| Aug 17 20:38:13.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49702026-08-17T20:38:14.620Z[verify-libraries] Compiling ssh-cipher v0.3.0
49712026-08-17T20:38:14.639Z[ recovery-image] Aug 17 20:38:13.933 INFO O| Aug 17 20:38:13.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49722026-08-17T20:38:14.647Z[ recovery-image] Aug 17 20:38:13.937 INFO O| Aug 17 20:38:13.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49732026-08-17T20:38:14.692Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49742026-08-17T20:38:14.739Z[ recovery-image] Aug 17 20:38:14.034 INFO O| Aug 17 20:38:14.033 INFO STEP 14 (remove_files) COMPLETE
49752026-08-17T20:38:14.739Z[ recovery-image] Aug 17 20:38:14.034 INFO O| Aug 17 20:38:14.033 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49762026-08-17T20:38:14.750Z[ recovery-image] Aug 17 20:38:14.044 INFO O| Aug 17 20:38:14.044 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49772026-08-17T20:38:14.753Z[ recovery-image] Aug 17 20:38:14.046 INFO O| Aug 17 20:38:14.046 INFO STEP 15 (remove_files) COMPLETE
49782026-08-17T20:38:14.753Z[ recovery-image] Aug 17 20:38:14.046 INFO O| Aug 17 20:38:14.046 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49792026-08-17T20:38:14.753Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49802026-08-17T20:38:14.768Z[ recovery-image] Aug 17 20:38:14.056 INFO O| Aug 17 20:38:14.056 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49812026-08-17T20:38:14.771Z[ recovery-image] Aug 17 20:38:14.063 INFO O| Aug 17 20:38:14.063 INFO STEP 16 (remove_files) COMPLETE
49822026-08-17T20:38:14.771Z[ recovery-image] Aug 17 20:38:14.063 INFO O| Aug 17 20:38:14.063 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-17T20:38:14.780Z[ recovery-image] Aug 17 20:38:14.074 INFO O| Aug 17 20:38:14.074 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49842026-08-17T20:38:14.780Z[ recovery-image] Aug 17 20:38:14.074 INFO O| Aug 17 20:38:14.074 INFO STEP 17 (remove_files) COMPLETE
49852026-08-17T20:38:14.780Z[ recovery-image] Aug 17 20:38:14.074 INFO O| Aug 17 20:38:14.074 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49862026-08-17T20:38:14.790Z[ recovery-image] Aug 17 20:38:14.084 INFO O| Aug 17 20:38:14.084 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
49872026-08-17T20:38:14.793Z[ recovery-image] Aug 17 20:38:14.085 INFO O| Aug 17 20:38:14.085 INFO STEP 18 (remove_files) COMPLETE
49882026-08-17T20:38:14.793Z[ recovery-image] Aug 17 20:38:14.086 INFO O| Aug 17 20:38:14.085 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-08-17T20:38:14.801Z[ recovery-image] Aug 17 20:38:14.096 INFO O| Aug 17 20:38:14.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
49902026-08-17T20:38:14.801Z[ recovery-image] Aug 17 20:38:14.096 INFO O| Aug 17 20:38:14.096 INFO STEP 19 (remove_files) COMPLETE
49912026-08-17T20:38:14.801Z[ recovery-image] Aug 17 20:38:14.096 INFO O| Aug 17 20:38:14.096 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-08-17T20:38:14.811Z[ recovery-image] Aug 17 20:38:14.106 INFO O| Aug 17 20:38:14.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
49932026-08-17T20:38:14.811Z[ recovery-image] Aug 17 20:38:14.106 INFO O| Aug 17 20:38:14.106 INFO STEP 20 (remove_files) COMPLETE
49942026-08-17T20:38:14.815Z[ recovery-image] Aug 17 20:38:14.106 INFO O| Aug 17 20:38:14.106 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-08-17T20:38:14.821Z[ recovery-image] Aug 17 20:38:14.115 INFO O| Aug 17 20:38:14.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
49962026-08-17T20:38:14.821Z[ recovery-image] Aug 17 20:38:14.115 INFO O| Aug 17 20:38:14.115 INFO STEP 21 (remove_files) COMPLETE
49972026-08-17T20:38:14.824Z[ recovery-image] Aug 17 20:38:14.115 INFO O| Aug 17 20:38:14.115 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-08-17T20:38:14.824Z[verify-libraries] Compiling serde_with_macros v1.5.2
49992026-08-17T20:38:14.830Z[ recovery-image] Aug 17 20:38:14.125 INFO O| Aug 17 20:38:14.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50002026-08-17T20:38:14.830Z[ recovery-image] Aug 17 20:38:14.125 INFO O| Aug 17 20:38:14.125 INFO STEP 22 (remove_files) COMPLETE
50012026-08-17T20:38:14.833Z[ recovery-image] Aug 17 20:38:14.125 INFO O| Aug 17 20:38:14.125 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-08-17T20:38:14.840Z[ recovery-image] Aug 17 20:38:14.134 INFO O| Aug 17 20:38:14.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50032026-08-17T20:38:14.840Z[ recovery-image] Aug 17 20:38:14.134 INFO O| Aug 17 20:38:14.134 INFO STEP 23 (remove_files) COMPLETE
50042026-08-17T20:38:14.840Z[ recovery-image] Aug 17 20:38:14.134 INFO O| Aug 17 20:38:14.134 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-17T20:38:14.844Z[verify-libraries] Compiling sha3 v0.11.0
50062026-08-17T20:38:14.861Z[ recovery-image] Aug 17 20:38:14.145 INFO O| Aug 17 20:38:14.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50072026-08-17T20:38:14.861Z[ recovery-image] Aug 17 20:38:14.145 INFO O| Aug 17 20:38:14.145 INFO STEP 24 (remove_files) COMPLETE
50082026-08-17T20:38:14.861Z[ recovery-image] Aug 17 20:38:14.145 INFO O| Aug 17 20:38:14.145 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-17T20:38:14.861Z[ recovery-image] Aug 17 20:38:14.155 INFO O| Aug 17 20:38:14.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50102026-08-17T20:38:14.861Z[ recovery-image] Aug 17 20:38:14.155 INFO O| Aug 17 20:38:14.155 INFO STEP 25 (remove_files) COMPLETE
50112026-08-17T20:38:14.861Z[ recovery-image] Aug 17 20:38:14.155 INFO O| Aug 17 20:38:14.155 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-17T20:38:14.873Z[ recovery-image] Aug 17 20:38:14.168 INFO O| Aug 17 20:38:14.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50132026-08-17T20:38:14.874Z[ recovery-image] Aug 17 20:38:14.168 INFO O| Aug 17 20:38:14.168 INFO STEP 26 (remove_files) COMPLETE
50142026-08-17T20:38:14.874Z[ recovery-image] Aug 17 20:38:14.168 INFO O| Aug 17 20:38:14.168 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-17T20:38:14.881Z[verify-libraries] Compiling p384 v0.14.0
50162026-08-17T20:38:14.901Z[ recovery-image] Aug 17 20:38:14.195 INFO O| Aug 17 20:38:14.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50172026-08-17T20:38:14.901Z[ recovery-image] Aug 17 20:38:14.195 INFO O| Aug 17 20:38:14.195 INFO STEP 27 (remove_files) COMPLETE
50182026-08-17T20:38:14.901Z[ recovery-image] Aug 17 20:38:14.195 INFO O| Aug 17 20:38:14.195 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-17T20:38:14.917Z[ recovery-image] Aug 17 20:38:14.212 INFO O| Aug 17 20:38:14.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50202026-08-17T20:38:14.917Z[ recovery-image] Aug 17 20:38:14.212 INFO O| Aug 17 20:38:14.212 INFO STEP 28 (remove_files) COMPLETE
50212026-08-17T20:38:14.917Z[ recovery-image] Aug 17 20:38:14.212 INFO O| Aug 17 20:38:14.212 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-17T20:38:14.926Z[ recovery-image] Aug 17 20:38:14.221 INFO O| Aug 17 20:38:14.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50232026-08-17T20:38:14.926Z[ recovery-image] Aug 17 20:38:14.221 INFO O| Aug 17 20:38:14.221 INFO STEP 29 (remove_files) COMPLETE
50242026-08-17T20:38:14.926Z[ recovery-image] Aug 17 20:38:14.221 INFO O| Aug 17 20:38:14.221 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-17T20:38:14.935Z[ recovery-image] Aug 17 20:38:14.230 INFO O| Aug 17 20:38:14.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50262026-08-17T20:38:14.935Z[ recovery-image] Aug 17 20:38:14.230 INFO O| Aug 17 20:38:14.230 INFO STEP 30 (remove_files) COMPLETE
50272026-08-17T20:38:14.938Z[ recovery-image] Aug 17 20:38:14.230 INFO O| Aug 17 20:38:14.230 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-17T20:38:14.944Z[ recovery-image] Aug 17 20:38:14.238 INFO O| Aug 17 20:38:14.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50292026-08-17T20:38:14.944Z[ recovery-image] Aug 17 20:38:14.238 INFO O| Aug 17 20:38:14.238 INFO STEP 31 (remove_files) COMPLETE
50302026-08-17T20:38:14.944Z[ recovery-image] Aug 17 20:38:14.238 INFO O| Aug 17 20:38:14.238 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-17T20:38:14.947Z[verify-libraries] Compiling p521 v0.14.0
50322026-08-17T20:38:14.952Z[ recovery-image] Aug 17 20:38:14.246 INFO O| Aug 17 20:38:14.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50332026-08-17T20:38:14.952Z[ recovery-image] Aug 17 20:38:14.247 INFO O| Aug 17 20:38:14.247 INFO STEP 32 (remove_files) COMPLETE
50342026-08-17T20:38:14.952Z[ recovery-image] Aug 17 20:38:14.247 INFO O| Aug 17 20:38:14.247 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-17T20:38:14.961Z[ recovery-image] Aug 17 20:38:14.255 INFO O| Aug 17 20:38:14.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50362026-08-17T20:38:14.961Z[ recovery-image] Aug 17 20:38:14.255 INFO O| Aug 17 20:38:14.255 INFO STEP 33 (remove_files) COMPLETE
50372026-08-17T20:38:14.965Z[ recovery-image] Aug 17 20:38:14.255 INFO O| Aug 17 20:38:14.255 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-17T20:38:14.970Z[ recovery-image] Aug 17 20:38:14.265 INFO O| Aug 17 20:38:14.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50392026-08-17T20:38:14.970Z[ recovery-image] Aug 17 20:38:14.265 INFO O| Aug 17 20:38:14.265 INFO STEP 34 (remove_files) COMPLETE
50402026-08-17T20:38:14.970Z[ recovery-image] Aug 17 20:38:14.265 INFO O| Aug 17 20:38:14.265 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-17T20:38:14.980Z[ recovery-image] Aug 17 20:38:14.274 INFO O| Aug 17 20:38:14.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50422026-08-17T20:38:14.980Z[ recovery-image] Aug 17 20:38:14.274 INFO O| Aug 17 20:38:14.274 INFO STEP 35 (remove_files) COMPLETE
50432026-08-17T20:38:14.983Z[ recovery-image] Aug 17 20:38:14.274 INFO O| Aug 17 20:38:14.274 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-17T20:38:14.988Z[ recovery-image] Aug 17 20:38:14.283 INFO O| Aug 17 20:38:14.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50452026-08-17T20:38:14.988Z[ recovery-image] Aug 17 20:38:14.283 INFO O| Aug 17 20:38:14.283 INFO STEP 36 (remove_files) COMPLETE
50462026-08-17T20:38:14.991Z[ recovery-image] Aug 17 20:38:14.283 INFO O| Aug 17 20:38:14.283 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-17T20:38:14.999Z[ recovery-image] Aug 17 20:38:14.293 INFO O| Aug 17 20:38:14.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50482026-08-17T20:38:14.999Z[ recovery-image] Aug 17 20:38:14.293 INFO O| Aug 17 20:38:14.293 INFO STEP 37 (remove_files) COMPLETE
50492026-08-17T20:38:15.002Z[ recovery-image] Aug 17 20:38:14.293 INFO O| Aug 17 20:38:14.293 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-17T20:38:15.007Z[ recovery-image] Aug 17 20:38:14.302 INFO O| Aug 17 20:38:14.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50512026-08-17T20:38:15.007Z[ recovery-image] Aug 17 20:38:14.302 INFO O| Aug 17 20:38:14.302 INFO STEP 38 (remove_files) COMPLETE
50522026-08-17T20:38:15.010Z[ recovery-image] Aug 17 20:38:14.302 INFO O| Aug 17 20:38:14.302 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-17T20:38:15.016Z[ recovery-image] Aug 17 20:38:14.311 INFO O| Aug 17 20:38:14.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50542026-08-17T20:38:15.016Z[ recovery-image] Aug 17 20:38:14.311 INFO O| Aug 17 20:38:14.311 INFO STEP 39 (remove_files) COMPLETE
50552026-08-17T20:38:15.019Z[ recovery-image] Aug 17 20:38:14.311 INFO O| Aug 17 20:38:14.311 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-17T20:38:15.025Z[ recovery-image] Aug 17 20:38:14.320 INFO O| Aug 17 20:38:14.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50572026-08-17T20:38:15.025Z[ recovery-image] Aug 17 20:38:14.320 INFO O| Aug 17 20:38:14.320 INFO STEP 40 (remove_files) COMPLETE
50582026-08-17T20:38:15.028Z[ recovery-image] Aug 17 20:38:14.320 INFO O| Aug 17 20:38:14.320 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-17T20:38:15.034Z[ recovery-image] Aug 17 20:38:14.329 INFO O| Aug 17 20:38:14.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50602026-08-17T20:38:15.034Z[ recovery-image] Aug 17 20:38:14.329 INFO O| Aug 17 20:38:14.329 INFO STEP 41 (remove_files) COMPLETE
50612026-08-17T20:38:15.037Z[ recovery-image] Aug 17 20:38:14.329 INFO O| Aug 17 20:38:14.329 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-17T20:38:15.043Z[ recovery-image] Aug 17 20:38:14.338 INFO O| Aug 17 20:38:14.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50632026-08-17T20:38:15.043Z[ recovery-image] Aug 17 20:38:14.338 INFO O| Aug 17 20:38:14.338 INFO STEP 42 (remove_files) COMPLETE
50642026-08-17T20:38:15.046Z[ recovery-image] Aug 17 20:38:14.338 INFO O| Aug 17 20:38:14.338 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-17T20:38:15.052Z[ recovery-image] Aug 17 20:38:14.347 INFO O| Aug 17 20:38:14.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50662026-08-17T20:38:15.052Z[ recovery-image] Aug 17 20:38:14.347 INFO O| Aug 17 20:38:14.347 INFO STEP 43 (remove_files) COMPLETE
50672026-08-17T20:38:15.055Z[ recovery-image] Aug 17 20:38:14.347 INFO O| Aug 17 20:38:14.347 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-17T20:38:15.061Z[ recovery-image] Aug 17 20:38:14.355 INFO O| Aug 17 20:38:14.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50692026-08-17T20:38:15.061Z[ recovery-image] Aug 17 20:38:14.356 INFO O| Aug 17 20:38:14.356 INFO STEP 44 (remove_files) COMPLETE
50702026-08-17T20:38:15.061Z[ recovery-image] Aug 17 20:38:14.356 INFO O| Aug 17 20:38:14.356 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-17T20:38:15.070Z[ recovery-image] Aug 17 20:38:14.364 INFO O| Aug 17 20:38:14.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50722026-08-17T20:38:15.070Z[ recovery-image] Aug 17 20:38:14.364 INFO O| Aug 17 20:38:14.364 INFO STEP 45 (remove_files) COMPLETE
50732026-08-17T20:38:15.070Z[ recovery-image] Aug 17 20:38:14.364 INFO O| Aug 17 20:38:14.364 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-17T20:38:15.078Z[ recovery-image] Aug 17 20:38:14.373 INFO O| Aug 17 20:38:14.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50752026-08-17T20:38:15.078Z[ recovery-image] Aug 17 20:38:14.373 INFO O| Aug 17 20:38:14.373 INFO STEP 46 (remove_files) COMPLETE
50762026-08-17T20:38:15.081Z[ recovery-image] Aug 17 20:38:14.373 INFO O| Aug 17 20:38:14.373 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-17T20:38:15.087Z[ recovery-image] Aug 17 20:38:14.382 INFO O| Aug 17 20:38:14.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50782026-08-17T20:38:15.087Z[ recovery-image] Aug 17 20:38:14.382 INFO O| Aug 17 20:38:14.382 INFO STEP 47 (remove_files) COMPLETE
50792026-08-17T20:38:15.090Z[ recovery-image] Aug 17 20:38:14.382 INFO O| Aug 17 20:38:14.382 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-17T20:38:15.096Z[ recovery-image] Aug 17 20:38:14.390 INFO O| Aug 17 20:38:14.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50812026-08-17T20:38:15.096Z[ recovery-image] Aug 17 20:38:14.390 INFO O| Aug 17 20:38:14.390 INFO STEP 48 (remove_files) COMPLETE
50822026-08-17T20:38:15.096Z[ recovery-image] Aug 17 20:38:14.390 INFO O| Aug 17 20:38:14.390 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-17T20:38:15.105Z[ recovery-image] Aug 17 20:38:14.400 INFO O| Aug 17 20:38:14.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50842026-08-17T20:38:15.105Z[ recovery-image] Aug 17 20:38:14.400 INFO O| Aug 17 20:38:14.400 INFO STEP 49 (remove_files) COMPLETE
50852026-08-17T20:38:15.108Z[ recovery-image] Aug 17 20:38:14.400 INFO O| Aug 17 20:38:14.400 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-17T20:38:15.114Z[ recovery-image] Aug 17 20:38:14.409 INFO O| Aug 17 20:38:14.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50872026-08-17T20:38:15.114Z[ recovery-image] Aug 17 20:38:14.409 INFO O| Aug 17 20:38:14.409 INFO STEP 50 (remove_files) COMPLETE
50882026-08-17T20:38:15.119Z[ recovery-image] Aug 17 20:38:14.409 INFO O| Aug 17 20:38:14.409 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-17T20:38:15.124Z[ recovery-image] Aug 17 20:38:14.418 INFO O| Aug 17 20:38:14.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
50902026-08-17T20:38:15.124Z[ recovery-image] Aug 17 20:38:14.418 INFO O| Aug 17 20:38:14.418 INFO STEP 51 (remove_files) COMPLETE
50912026-08-17T20:38:15.124Z[ recovery-image] Aug 17 20:38:14.418 INFO O| Aug 17 20:38:14.418 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-17T20:38:15.134Z[ recovery-image] Aug 17 20:38:14.428 INFO O| Aug 17 20:38:14.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
50932026-08-17T20:38:15.134Z[ recovery-image] Aug 17 20:38:14.428 INFO O| Aug 17 20:38:14.428 INFO STEP 52 (remove_files) COMPLETE
50942026-08-17T20:38:15.134Z[ recovery-image] Aug 17 20:38:14.428 INFO O| Aug 17 20:38:14.428 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-17T20:38:15.143Z[ recovery-image] Aug 17 20:38:14.437 INFO O| Aug 17 20:38:14.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
50962026-08-17T20:38:15.143Z[ recovery-image] Aug 17 20:38:14.437 INFO O| Aug 17 20:38:14.437 INFO STEP 53 (remove_files) COMPLETE
50972026-08-17T20:38:15.143Z[ recovery-image] Aug 17 20:38:14.437 INFO O| Aug 17 20:38:14.437 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-17T20:38:15.152Z[ recovery-image] Aug 17 20:38:14.447 INFO O| Aug 17 20:38:14.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
50992026-08-17T20:38:15.152Z[ recovery-image] Aug 17 20:38:14.447 INFO O| Aug 17 20:38:14.447 INFO STEP 54 (remove_files) COMPLETE
51002026-08-17T20:38:15.152Z[ recovery-image] Aug 17 20:38:14.447 INFO O| Aug 17 20:38:14.447 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-17T20:38:15.161Z[ recovery-image] Aug 17 20:38:14.455 INFO O| Aug 17 20:38:14.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51022026-08-17T20:38:15.161Z[ recovery-image] Aug 17 20:38:14.455 INFO O| Aug 17 20:38:14.455 INFO STEP 55 (remove_files) COMPLETE
51032026-08-17T20:38:15.161Z[ recovery-image] Aug 17 20:38:14.455 INFO O| Aug 17 20:38:14.455 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-17T20:38:15.169Z[ recovery-image] Aug 17 20:38:14.463 INFO O| Aug 17 20:38:14.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51052026-08-17T20:38:15.169Z[ recovery-image] Aug 17 20:38:14.464 INFO O| Aug 17 20:38:14.463 INFO STEP 56 (remove_files) COMPLETE
51062026-08-17T20:38:15.169Z[ recovery-image] Aug 17 20:38:14.464 INFO O| Aug 17 20:38:14.463 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-17T20:38:15.178Z[ recovery-image] Aug 17 20:38:14.472 INFO O| Aug 17 20:38:14.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51082026-08-17T20:38:15.178Z[ recovery-image] Aug 17 20:38:14.472 INFO O| Aug 17 20:38:14.472 INFO STEP 57 (remove_files) COMPLETE
51092026-08-17T20:38:15.181Z[ recovery-image] Aug 17 20:38:14.472 INFO O| Aug 17 20:38:14.472 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-17T20:38:15.186Z[ recovery-image] Aug 17 20:38:14.481 INFO O| Aug 17 20:38:14.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51112026-08-17T20:38:15.186Z[ recovery-image] Aug 17 20:38:14.481 INFO O| Aug 17 20:38:14.481 INFO STEP 58 (remove_files) COMPLETE
51122026-08-17T20:38:15.189Z[ recovery-image] Aug 17 20:38:14.481 INFO O| Aug 17 20:38:14.481 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-08-17T20:38:15.195Z[ recovery-image] Aug 17 20:38:14.490 INFO O| Aug 17 20:38:14.490 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51142026-08-17T20:38:15.195Z[ recovery-image] Aug 17 20:38:14.490 INFO O| Aug 17 20:38:14.490 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51152026-08-17T20:38:15.198Z[ recovery-image] Aug 17 20:38:14.490 INFO O| Aug 17 20:38:14.490 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51162026-08-17T20:38:15.198Z[ recovery-image] Aug 17 20:38:14.490 INFO O| Aug 17 20:38:14.490 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51172026-08-17T20:38:15.198Z[ recovery-image] Aug 17 20:38:14.490 INFO O| Aug 17 20:38:14.490 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51182026-08-17T20:38:15.198Z[ recovery-image] Aug 17 20:38:14.490 INFO O| Aug 17 20:38:14.490 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51192026-08-17T20:38:15.198Z[ recovery-image] Aug 17 20:38:14.490 INFO O| Aug 17 20:38:14.490 INFO ok!
51202026-08-17T20:38:15.198Z[ recovery-image] Aug 17 20:38:14.490 INFO O| Aug 17 20:38:14.490 INFO STEP 59 (ensure_file) COMPLETE
51212026-08-17T20:38:15.198Z[ recovery-image] Aug 17 20:38:14.490 INFO O| Aug 17 20:38:14.490 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-17T20:38:15.205Z[ recovery-image] Aug 17 20:38:14.499 INFO O| Aug 17 20:38:14.499 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51232026-08-17T20:38:15.205Z[ recovery-image] Aug 17 20:38:14.499 INFO O| Aug 17 20:38:14.499 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51242026-08-17T20:38:15.205Z[ recovery-image] Aug 17 20:38:14.499 INFO O| Aug 17 20:38:14.499 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51252026-08-17T20:38:15.208Z[ recovery-image] Aug 17 20:38:14.499 INFO O| Aug 17 20:38:14.499 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51262026-08-17T20:38:15.208Z[ recovery-image] Aug 17 20:38:14.499 INFO O| Aug 17 20:38:14.499 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51272026-08-17T20:38:15.208Z[ recovery-image] Aug 17 20:38:14.499 INFO O| Aug 17 20:38:14.499 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51282026-08-17T20:38:15.208Z[ recovery-image] Aug 17 20:38:14.499 INFO O| Aug 17 20:38:14.499 INFO ok!
51292026-08-17T20:38:15.208Z[ recovery-image] Aug 17 20:38:14.499 INFO O| Aug 17 20:38:14.499 INFO STEP 60 (ensure_file) COMPLETE
51302026-08-17T20:38:15.208Z[ recovery-image] Aug 17 20:38:14.499 INFO O| Aug 17 20:38:14.499 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-17T20:38:15.213Z[ recovery-image] Aug 17 20:38:14.508 INFO O| Aug 17 20:38:14.508 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51322026-08-17T20:38:15.213Z[ recovery-image] Aug 17 20:38:14.508 INFO O| Aug 17 20:38:14.508 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51332026-08-17T20:38:15.213Z[ recovery-image] Aug 17 20:38:14.508 INFO O| Aug 17 20:38:14.508 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51342026-08-17T20:38:15.216Z[ recovery-image] Aug 17 20:38:14.508 INFO O| Aug 17 20:38:14.508 INFO ok!
51352026-08-17T20:38:15.217Z[ recovery-image] Aug 17 20:38:14.508 INFO O| Aug 17 20:38:14.508 INFO STEP 61 (ensure_file) COMPLETE
51362026-08-17T20:38:15.217Z[ recovery-image] Aug 17 20:38:14.508 INFO O| Aug 17 20:38:14.508 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-17T20:38:15.222Z[ recovery-image] Aug 17 20:38:14.516 INFO O| Aug 17 20:38:14.516 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51382026-08-17T20:38:15.222Z[ recovery-image] Aug 17 20:38:14.516 INFO O| Aug 17 20:38:14.516 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51392026-08-17T20:38:15.225Z[ recovery-image] Aug 17 20:38:14.516 INFO O| Aug 17 20:38:14.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51402026-08-17T20:38:15.225Z[ recovery-image] Aug 17 20:38:14.516 INFO O| Aug 17 20:38:14.516 INFO ok!
51412026-08-17T20:38:15.225Z[ recovery-image] Aug 17 20:38:14.516 INFO O| Aug 17 20:38:14.516 INFO STEP 62 (ensure_file) COMPLETE
51422026-08-17T20:38:15.225Z[ recovery-image] Aug 17 20:38:14.516 INFO O| Aug 17 20:38:14.516 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-17T20:38:15.230Z[ recovery-image] Aug 17 20:38:14.525 INFO O| Aug 17 20:38:14.525 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51442026-08-17T20:38:15.230Z[ recovery-image] Aug 17 20:38:14.525 INFO O| Aug 17 20:38:14.525 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51452026-08-17T20:38:15.230Z[ recovery-image] Aug 17 20:38:14.525 INFO O| Aug 17 20:38:14.525 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51462026-08-17T20:38:15.234Z[ recovery-image] Aug 17 20:38:14.525 INFO O| Aug 17 20:38:14.525 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51472026-08-17T20:38:15.234Z[ recovery-image] Aug 17 20:38:14.525 INFO O| Aug 17 20:38:14.525 INFO ok!
51482026-08-17T20:38:15.234Z[ recovery-image] Aug 17 20:38:14.525 INFO O| Aug 17 20:38:14.525 INFO STEP 63 (ensure_file) COMPLETE
51492026-08-17T20:38:15.234Z[ recovery-image] Aug 17 20:38:14.525 INFO O| Aug 17 20:38:14.525 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-17T20:38:15.239Z[ recovery-image] Aug 17 20:38:14.534 INFO O| Aug 17 20:38:14.534 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51512026-08-17T20:38:15.240Z[ recovery-image] Aug 17 20:38:14.534 INFO O| Aug 17 20:38:14.534 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51522026-08-17T20:38:15.242Z[ recovery-image] Aug 17 20:38:14.534 INFO O| Aug 17 20:38:14.534 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51532026-08-17T20:38:15.242Z[ recovery-image] Aug 17 20:38:14.534 INFO O| Aug 17 20:38:14.534 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51542026-08-17T20:38:15.242Z[ recovery-image] Aug 17 20:38:14.534 INFO O| Aug 17 20:38:14.534 INFO ok!
51552026-08-17T20:38:15.243Z[ recovery-image] Aug 17 20:38:14.534 INFO O| Aug 17 20:38:14.534 INFO STEP 64 (ensure_file) COMPLETE
51562026-08-17T20:38:15.243Z[ recovery-image] Aug 17 20:38:14.534 INFO O| Aug 17 20:38:14.534 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-17T20:38:15.248Z[ recovery-image] Aug 17 20:38:14.543 INFO O| Aug 17 20:38:14.543 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51582026-08-17T20:38:15.248Z[ recovery-image] Aug 17 20:38:14.543 INFO O| Aug 17 20:38:14.543 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51592026-08-17T20:38:15.252Z[ recovery-image] Aug 17 20:38:14.543 INFO O| Aug 17 20:38:14.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51602026-08-17T20:38:15.253Z[ recovery-image] Aug 17 20:38:14.543 INFO O| Aug 17 20:38:14.543 INFO ok!
51612026-08-17T20:38:15.253Z[ recovery-image] Aug 17 20:38:14.543 INFO O| Aug 17 20:38:14.543 INFO STEP 65 (assemble_files) COMPLETE
51622026-08-17T20:38:15.253Z[ recovery-image] Aug 17 20:38:14.543 INFO O| Aug 17 20:38:14.543 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-17T20:38:15.261Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51642026-08-17T20:38:15.263Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51652026-08-17T20:38:15.263Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51662026-08-17T20:38:15.263Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51672026-08-17T20:38:15.263Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO ok!
51682026-08-17T20:38:15.263Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO STEP 66 (ensure_file) COMPLETE
51692026-08-17T20:38:15.263Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-17T20:38:15.263Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO skip step because feature "omicron1" is not enabled
51712026-08-17T20:38:15.267Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-17T20:38:15.267Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO skip step because feature "omicron1" is not enabled
51732026-08-17T20:38:15.267Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-08-17T20:38:15.267Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO skip step because feature "omicron1" is not enabled
51752026-08-17T20:38:15.267Z[ recovery-image] Aug 17 20:38:14.553 INFO O| Aug 17 20:38:14.553 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-17T20:38:15.273Z[ recovery-image] Aug 17 20:38:14.568 INFO O| Aug 17 20:38:14.567 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51772026-08-17T20:38:15.273Z[ recovery-image] Aug 17 20:38:14.568 INFO O| Aug 17 20:38:14.567 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51782026-08-17T20:38:15.321Z[verify-libraries] Compiling p256 v0.14.0
51792026-08-17T20:38:15.378Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
51802026-08-17T20:38:15.453Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51812026-08-17T20:38:15.480Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51822026-08-17T20:38:15.898Z[verify-libraries] Compiling twox-hash v2.1.2
51832026-08-17T20:38:15.938Z[verify-libraries] Compiling kem v0.3.0
51842026-08-17T20:38:16.210Z[verify-libraries] Compiling module-lattice v0.2.3
51852026-08-17T20:38:16.246Z[verify-libraries] Compiling atty v0.2.14
51862026-08-17T20:38:16.466Z[verify-libraries] Compiling rtoolbox v0.0.3
51872026-08-17T20:38:16.515Z[verify-libraries] Compiling topological-sort v0.2.2
51882026-08-17T20:38:16.579Z[ recovery-image] Aug 17 20:38:15.873 INFO O| Aug 17 20:38:15.873 INFO STEP 70 (pack_tar) COMPLETE
51892026-08-17T20:38:16.579Z[ recovery-image] Aug 17 20:38:15.874 INFO O| Aug 17 20:38:15.873 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51902026-08-17T20:38:16.579Z[ recovery-image] Aug 17 20:38:15.874 INFO O| Aug 17 20:38:15.873 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51912026-08-17T20:38:16.582Z[verify-libraries] Compiling sponge-cursor v0.1.0
51922026-08-17T20:38:16.662Z[verify-libraries] Compiling ml-kem v0.3.2
51932026-08-17T20:38:16.812Z[verify-libraries] Compiling omicron-zone-package v0.12.3
51942026-08-17T20:38:16.835Z[verify-libraries] Compiling sha3 v0.12.0
51952026-08-17T20:38:16.862Z[verify-libraries] Compiling rpassword v7.5.4
51962026-08-17T20:38:16.865Z[verify-libraries] Compiling serde_with v1.14.0
51972026-08-17T20:38:17.135Z[ recovery-image] Aug 17 20:38:16.429 INFO O| Aug 17 20:38:16.429 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51982026-08-17T20:38:17.293Z[ recovery-image] Aug 17 20:38:16.588 INFO O| Aug 17 20:38:16.587 INFO completed processing sled/ramdisk-02-trim
51992026-08-17T20:38:17.297Z[ recovery-image] Aug 17 20:38:16.590 INFO image builder template: ramdisk-03-recovery-trim...
52002026-08-17T20:38:17.297Z[ recovery-image] Aug 17 20:38:16.590 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/.tmpNdaVGy/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52012026-08-17T20:38:17.301Z[ recovery-image] Aug 17 20:38:16.595 INFO O| Aug 17 20:38:16.595 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52022026-08-17T20:38:17.382Z[ recovery-image] Aug 17 20:38:16.676 INFO O| Aug 17 20:38:16.676 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52032026-08-17T20:38:17.386Z[ recovery-image] Aug 17 20:38:16.680 INFO O| Aug 17 20:38:16.680 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52042026-08-17T20:38:17.503Z[ recovery-image] Aug 17 20:38:16.798 INFO O| Aug 17 20:38:16.798 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52052026-08-17T20:38:17.590Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52062026-08-17T20:38:17.603Z[ recovery-image] Aug 17 20:38:16.897 INFO O| Aug 17 20:38:16.897 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52072026-08-17T20:38:17.603Z[ recovery-image] Aug 17 20:38:16.897 INFO O| Aug 17 20:38:16.897 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52082026-08-17T20:38:17.609Z[ recovery-image] Aug 17 20:38:16.904 INFO O| Aug 17 20:38:16.904 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52092026-08-17T20:38:17.613Z[ recovery-image] Aug 17 20:38:16.907 INFO O| Aug 17 20:38:16.907 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52102026-08-17T20:38:17.617Z[ recovery-image] Aug 17 20:38:16.911 INFO O| Aug 17 20:38:16.911 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52112026-08-17T20:38:17.672Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52122026-08-17T20:38:17.811Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52132026-08-17T20:38:17.961Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52142026-08-17T20:38:17.987Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52152026-08-17T20:38:18.213Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52162026-08-17T20:38:18.303Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52172026-08-17T20:38:18.357Z[ recovery-image] Aug 17 20:38:17.651 INFO O| Aug 17 20:38:17.651 INFO rolled back to input snapshot; work may begin
52182026-08-17T20:38:18.357Z[ recovery-image] Aug 17 20:38:17.651 INFO O| Aug 17 20:38:17.651 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52192026-08-17T20:38:18.362Z[ recovery-image] Aug 17 20:38:17.656 INFO O| Aug 17 20:38:17.656 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52202026-08-17T20:38:18.371Z[ recovery-image] Aug 17 20:38:17.665 INFO O| Aug 17 20:38:17.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52212026-08-17T20:38:18.374Z[ recovery-image] Aug 17 20:38:17.667 INFO O| Aug 17 20:38:17.667 INFO STEP 0 (remove_files) COMPLETE
52222026-08-17T20:38:18.374Z[ recovery-image] Aug 17 20:38:17.667 INFO O| Aug 17 20:38:17.667 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52232026-08-17T20:38:18.381Z[ recovery-image] Aug 17 20:38:17.676 INFO O| Aug 17 20:38:17.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52242026-08-17T20:38:18.384Z[ recovery-image] Aug 17 20:38:17.677 INFO O| Aug 17 20:38:17.677 INFO STEP 1 (remove_files) COMPLETE
52252026-08-17T20:38:18.384Z[ recovery-image] Aug 17 20:38:17.677 INFO O| Aug 17 20:38:17.677 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52262026-08-17T20:38:18.390Z[ recovery-image] Aug 17 20:38:17.685 INFO O| Aug 17 20:38:17.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52272026-08-17T20:38:18.397Z[ recovery-image] Aug 17 20:38:17.692 INFO O| Aug 17 20:38:17.691 INFO STEP 2 (remove_files) COMPLETE
52282026-08-17T20:38:18.397Z[ recovery-image] Aug 17 20:38:17.692 INFO O| Aug 17 20:38:17.691 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-08-17T20:38:18.406Z[ recovery-image] Aug 17 20:38:17.700 INFO O| Aug 17 20:38:17.700 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52302026-08-17T20:38:18.415Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52312026-08-17T20:38:18.466Z[ recovery-image] Aug 17 20:38:17.761 INFO O| Aug 17 20:38:17.761 INFO STEP 3 (remove_files) COMPLETE
52322026-08-17T20:38:18.466Z[ recovery-image] Aug 17 20:38:17.761 INFO O| Aug 17 20:38:17.761 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52332026-08-17T20:38:18.477Z[ recovery-image] Aug 17 20:38:17.772 INFO O| Aug 17 20:38:17.772 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52342026-08-17T20:38:18.480Z[ recovery-image] Aug 17 20:38:17.775 INFO O| Aug 17 20:38:17.775 INFO STEP 4 (remove_files) COMPLETE
52352026-08-17T20:38:18.480Z[ recovery-image] Aug 17 20:38:17.775 INFO O| Aug 17 20:38:17.775 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52362026-08-17T20:38:18.492Z[ recovery-image] Aug 17 20:38:17.786 INFO O| Aug 17 20:38:17.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52372026-08-17T20:38:18.736Z[ recovery-image] Aug 17 20:38:18.031 INFO O| Aug 17 20:38:18.031 INFO STEP 5 (remove_files) COMPLETE
52382026-08-17T20:38:18.736Z[ recovery-image] Aug 17 20:38:18.031 INFO O| Aug 17 20:38:18.031 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-08-17T20:38:18.764Z[ recovery-image] Aug 17 20:38:18.058 INFO O| Aug 17 20:38:18.058 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52402026-08-17T20:38:18.776Z[ recovery-image] Aug 17 20:38:18.071 INFO O| Aug 17 20:38:18.071 INFO STEP 6 (remove_files) COMPLETE
52412026-08-17T20:38:18.777Z[ recovery-image] Aug 17 20:38:18.071 INFO O| Aug 17 20:38:18.071 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-08-17T20:38:18.787Z[ recovery-image] Aug 17 20:38:18.081 INFO O| Aug 17 20:38:18.081 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52432026-08-17T20:38:18.790Z[ recovery-image] Aug 17 20:38:18.083 INFO O| Aug 17 20:38:18.083 INFO STEP 7 (remove_files) COMPLETE
52442026-08-17T20:38:18.790Z[ recovery-image] Aug 17 20:38:18.083 INFO O| Aug 17 20:38:18.083 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-08-17T20:38:18.799Z[ recovery-image] Aug 17 20:38:18.094 INFO O| Aug 17 20:38:18.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52462026-08-17T20:38:18.802Z[ recovery-image] Aug 17 20:38:18.096 INFO O| Aug 17 20:38:18.096 INFO STEP 8 (remove_files) COMPLETE
52472026-08-17T20:38:18.802Z[ recovery-image] Aug 17 20:38:18.096 INFO O| Aug 17 20:38:18.096 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-08-17T20:38:18.812Z[ recovery-image] Aug 17 20:38:18.106 INFO O| Aug 17 20:38:18.106 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52492026-08-17T20:38:18.816Z[ recovery-image] Aug 17 20:38:18.110 INFO O| Aug 17 20:38:18.110 INFO STEP 9 (remove_files) COMPLETE
52502026-08-17T20:38:18.816Z[ recovery-image] Aug 17 20:38:18.110 INFO O| Aug 17 20:38:18.110 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-08-17T20:38:18.828Z[ recovery-image] Aug 17 20:38:18.122 INFO O| Aug 17 20:38:18.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52522026-08-17T20:38:18.828Z[ recovery-image] Aug 17 20:38:18.122 INFO O| Aug 17 20:38:18.122 INFO STEP 10 (remove_files) COMPLETE
52532026-08-17T20:38:18.831Z[ recovery-image] Aug 17 20:38:18.122 INFO O| Aug 17 20:38:18.122 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-08-17T20:38:18.839Z[ recovery-image] Aug 17 20:38:18.134 INFO O| Aug 17 20:38:18.134 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52552026-08-17T20:38:18.842Z[ recovery-image] Aug 17 20:38:18.136 INFO O| Aug 17 20:38:18.136 INFO STEP 11 (remove_files) COMPLETE
52562026-08-17T20:38:18.842Z[ recovery-image] Aug 17 20:38:18.136 INFO O| Aug 17 20:38:18.136 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-17T20:38:18.853Z[ recovery-image] Aug 17 20:38:18.147 INFO O| Aug 17 20:38:18.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52582026-08-17T20:38:18.914Z[ recovery-image] Aug 17 20:38:18.209 INFO O| Aug 17 20:38:18.209 INFO STEP 12 (remove_files) COMPLETE
52592026-08-17T20:38:18.914Z[ recovery-image] Aug 17 20:38:18.209 INFO O| Aug 17 20:38:18.209 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-08-17T20:38:18.926Z[ recovery-image] Aug 17 20:38:18.220 INFO O| Aug 17 20:38:18.220 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52612026-08-17T20:38:18.929Z[ recovery-image] Aug 17 20:38:18.223 INFO O| Aug 17 20:38:18.223 INFO STEP 13 (remove_files) COMPLETE
52622026-08-17T20:38:18.929Z[ recovery-image] Aug 17 20:38:18.223 INFO O| Aug 17 20:38:18.223 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-08-17T20:38:18.935Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52642026-08-17T20:38:18.938Z[ recovery-image] Aug 17 20:38:18.233 INFO O| Aug 17 20:38:18.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52652026-08-17T20:38:18.941Z[ recovery-image] Aug 17 20:38:18.236 INFO O| Aug 17 20:38:18.236 INFO STEP 14 (remove_files) COMPLETE
52662026-08-17T20:38:18.941Z[ recovery-image] Aug 17 20:38:18.236 INFO O| Aug 17 20:38:18.236 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-17T20:38:18.951Z[ recovery-image] Aug 17 20:38:18.245 INFO O| Aug 17 20:38:18.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52682026-08-17T20:38:18.951Z[ recovery-image] Aug 17 20:38:18.246 INFO O| Aug 17 20:38:18.246 INFO STEP 15 (remove_files) COMPLETE
52692026-08-17T20:38:18.951Z[ recovery-image] Aug 17 20:38:18.246 INFO O| Aug 17 20:38:18.246 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-17T20:38:18.960Z[ recovery-image] Aug 17 20:38:18.254 INFO O| Aug 17 20:38:18.254 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52712026-08-17T20:38:18.963Z[ recovery-image] Aug 17 20:38:18.255 INFO O| Aug 17 20:38:18.255 INFO STEP 16 (remove_files) COMPLETE
52722026-08-17T20:38:18.963Z[ recovery-image] Aug 17 20:38:18.255 INFO O| Aug 17 20:38:18.255 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-17T20:38:18.969Z[ recovery-image] Aug 17 20:38:18.264 INFO O| Aug 17 20:38:18.263 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52742026-08-17T20:38:18.976Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52752026-08-17T20:38:18.979Z[ recovery-image] Aug 17 20:38:18.272 INFO O| Aug 17 20:38:18.272 INFO STEP 17 (remove_files) COMPLETE
52762026-08-17T20:38:18.979Z[ recovery-image] Aug 17 20:38:18.272 INFO O| Aug 17 20:38:18.272 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-08-17T20:38:18.988Z[ recovery-image] Aug 17 20:38:18.282 INFO O| Aug 17 20:38:18.282 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52782026-08-17T20:38:18.988Z[ recovery-image] Aug 17 20:38:18.282 INFO O| Aug 17 20:38:18.282 INFO STEP 18 (remove_files) COMPLETE
52792026-08-17T20:38:18.988Z[ recovery-image] Aug 17 20:38:18.282 INFO O| Aug 17 20:38:18.282 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-08-17T20:38:18.997Z[ recovery-image] Aug 17 20:38:18.292 INFO O| Aug 17 20:38:18.292 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52812026-08-17T20:38:19.001Z[ recovery-image] Aug 17 20:38:18.293 INFO O| Aug 17 20:38:18.293 INFO STEP 19 (remove_files) COMPLETE
52822026-08-17T20:38:19.001Z[ recovery-image] Aug 17 20:38:18.293 INFO O| Aug 17 20:38:18.293 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-08-17T20:38:19.008Z[ recovery-image] Aug 17 20:38:18.302 INFO O| Aug 17 20:38:18.302 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52842026-08-17T20:38:19.055Z[ recovery-image] Aug 17 20:38:18.349 INFO O| Aug 17 20:38:18.349 INFO STEP 20 (remove_files) COMPLETE
52852026-08-17T20:38:19.055Z[ recovery-image] Aug 17 20:38:18.349 INFO O| Aug 17 20:38:18.349 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-08-17T20:38:19.087Z[ recovery-image] Aug 17 20:38:18.381 INFO O| Aug 17 20:38:18.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52872026-08-17T20:38:19.107Z[ recovery-image] Aug 17 20:38:18.402 INFO O| Aug 17 20:38:18.402 INFO STEP 21 (remove_files) COMPLETE
52882026-08-17T20:38:19.108Z[ recovery-image] Aug 17 20:38:18.402 INFO O| Aug 17 20:38:18.402 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-17T20:38:19.124Z[ recovery-image] Aug 17 20:38:18.419 INFO O| Aug 17 20:38:18.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52902026-08-17T20:38:19.125Z[ recovery-image] Aug 17 20:38:18.419 INFO O| Aug 17 20:38:18.419 INFO STEP 22 (remove_files) COMPLETE
52912026-08-17T20:38:19.125Z[ recovery-image] Aug 17 20:38:18.419 INFO O| Aug 17 20:38:18.419 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-17T20:38:19.133Z[ recovery-image] Aug 17 20:38:18.427 INFO O| Aug 17 20:38:18.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52932026-08-17T20:38:19.136Z[ recovery-image] Aug 17 20:38:18.430 INFO O| Aug 17 20:38:18.430 INFO STEP 23 (remove_files) COMPLETE
52942026-08-17T20:38:19.136Z[ recovery-image] Aug 17 20:38:18.430 INFO O| Aug 17 20:38:18.430 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-17T20:38:19.144Z[ recovery-image] Aug 17 20:38:18.439 INFO O| Aug 17 20:38:18.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
52962026-08-17T20:38:19.154Z[ recovery-image] Aug 17 20:38:18.449 INFO O| Aug 17 20:38:18.449 INFO STEP 24 (remove_files) COMPLETE
52972026-08-17T20:38:19.154Z[ recovery-image] Aug 17 20:38:18.449 INFO O| Aug 17 20:38:18.449 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-17T20:38:19.164Z[ recovery-image] Aug 17 20:38:18.459 INFO O| Aug 17 20:38:18.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
52992026-08-17T20:38:19.164Z[ recovery-image] Aug 17 20:38:18.459 INFO O| Aug 17 20:38:18.459 INFO STEP 25 (remove_files) COMPLETE
53002026-08-17T20:38:19.168Z[ recovery-image] Aug 17 20:38:18.459 INFO O| Aug 17 20:38:18.459 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-17T20:38:19.174Z[ recovery-image] Aug 17 20:38:18.468 INFO O| Aug 17 20:38:18.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53022026-08-17T20:38:19.174Z[ recovery-image] Aug 17 20:38:18.468 INFO O| Aug 17 20:38:18.468 INFO STEP 26 (remove_files) COMPLETE
53032026-08-17T20:38:19.174Z[ recovery-image] Aug 17 20:38:18.468 INFO O| Aug 17 20:38:18.468 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-17T20:38:19.183Z[ recovery-image] Aug 17 20:38:18.477 INFO O| Aug 17 20:38:18.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53052026-08-17T20:38:19.186Z[ recovery-image] Aug 17 20:38:18.478 INFO O| Aug 17 20:38:18.478 INFO STEP 27 (remove_files) COMPLETE
53062026-08-17T20:38:19.186Z[ recovery-image] Aug 17 20:38:18.478 INFO O| Aug 17 20:38:18.478 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-17T20:38:19.193Z[ recovery-image] Aug 17 20:38:18.487 INFO O| Aug 17 20:38:18.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53082026-08-17T20:38:19.193Z[ recovery-image] Aug 17 20:38:18.487 INFO O| Aug 17 20:38:18.487 INFO STEP 28 (remove_files) COMPLETE
53092026-08-17T20:38:19.193Z[ recovery-image] Aug 17 20:38:18.487 INFO O| Aug 17 20:38:18.487 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-17T20:38:19.202Z[ recovery-image] Aug 17 20:38:18.496 INFO O| Aug 17 20:38:18.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53112026-08-17T20:38:19.202Z[ recovery-image] Aug 17 20:38:18.496 INFO O| Aug 17 20:38:18.496 INFO STEP 29 (remove_files) COMPLETE
53122026-08-17T20:38:19.202Z[ recovery-image] Aug 17 20:38:18.496 INFO O| Aug 17 20:38:18.496 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-17T20:38:19.233Z[ recovery-image] Aug 17 20:38:18.527 INFO O| Aug 17 20:38:18.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53142026-08-17T20:38:19.233Z[ recovery-image] Aug 17 20:38:18.527 INFO O| Aug 17 20:38:18.527 INFO STEP 30 (remove_files) COMPLETE
53152026-08-17T20:38:19.233Z[ recovery-image] Aug 17 20:38:18.527 INFO O| Aug 17 20:38:18.527 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-17T20:38:19.255Z[ recovery-image] Aug 17 20:38:18.550 INFO O| Aug 17 20:38:18.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53172026-08-17T20:38:19.255Z[ recovery-image] Aug 17 20:38:18.550 INFO O| Aug 17 20:38:18.550 INFO STEP 31 (remove_files) COMPLETE
53182026-08-17T20:38:19.255Z[ recovery-image] Aug 17 20:38:18.550 INFO O| Aug 17 20:38:18.550 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-17T20:38:19.286Z[ recovery-image] Aug 17 20:38:18.581 INFO O| Aug 17 20:38:18.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53202026-08-17T20:38:19.290Z[ recovery-image] Aug 17 20:38:18.585 INFO O| Aug 17 20:38:18.585 INFO STEP 32 (remove_files) COMPLETE
53212026-08-17T20:38:19.290Z[ recovery-image] Aug 17 20:38:18.585 INFO O| Aug 17 20:38:18.585 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-17T20:38:19.293Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53232026-08-17T20:38:19.311Z[ recovery-image] Aug 17 20:38:18.600 INFO O| Aug 17 20:38:18.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53242026-08-17T20:38:19.311Z[ recovery-image] Aug 17 20:38:18.601 INFO O| Aug 17 20:38:18.601 INFO STEP 33 (remove_files) COMPLETE
53252026-08-17T20:38:19.311Z[ recovery-image] Aug 17 20:38:18.601 INFO O| Aug 17 20:38:18.601 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-17T20:38:19.316Z[ recovery-image] Aug 17 20:38:18.611 INFO O| Aug 17 20:38:18.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53272026-08-17T20:38:19.316Z[ recovery-image] Aug 17 20:38:18.611 INFO O| Aug 17 20:38:18.611 INFO STEP 34 (remove_files) COMPLETE
53282026-08-17T20:38:19.316Z[ recovery-image] Aug 17 20:38:18.611 INFO O| Aug 17 20:38:18.611 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-17T20:38:19.328Z[ recovery-image] Aug 17 20:38:18.622 INFO O| Aug 17 20:38:18.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53302026-08-17T20:38:19.328Z[ recovery-image] Aug 17 20:38:18.622 INFO O| Aug 17 20:38:18.622 INFO STEP 35 (remove_files) COMPLETE
53312026-08-17T20:38:19.328Z[ recovery-image] Aug 17 20:38:18.622 INFO O| Aug 17 20:38:18.622 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-17T20:38:19.338Z[ recovery-image] Aug 17 20:38:18.633 INFO O| Aug 17 20:38:18.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53332026-08-17T20:38:19.338Z[ recovery-image] Aug 17 20:38:18.633 INFO O| Aug 17 20:38:18.633 INFO STEP 36 (remove_files) COMPLETE
53342026-08-17T20:38:19.339Z[ recovery-image] Aug 17 20:38:18.633 INFO O| Aug 17 20:38:18.633 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-17T20:38:19.347Z[ recovery-image] Aug 17 20:38:18.642 INFO O| Aug 17 20:38:18.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53362026-08-17T20:38:19.348Z[ recovery-image] Aug 17 20:38:18.642 INFO O| Aug 17 20:38:18.642 INFO STEP 37 (remove_files) COMPLETE
53372026-08-17T20:38:19.348Z[ recovery-image] Aug 17 20:38:18.642 INFO O| Aug 17 20:38:18.642 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-17T20:38:19.357Z[ recovery-image] Aug 17 20:38:18.651 INFO O| Aug 17 20:38:18.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53392026-08-17T20:38:19.357Z[ recovery-image] Aug 17 20:38:18.651 INFO O| Aug 17 20:38:18.651 INFO STEP 38 (remove_files) COMPLETE
53402026-08-17T20:38:19.357Z[ recovery-image] Aug 17 20:38:18.651 INFO O| Aug 17 20:38:18.651 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-17T20:38:19.366Z[ recovery-image] Aug 17 20:38:18.660 INFO O| Aug 17 20:38:18.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53422026-08-17T20:38:19.366Z[ recovery-image] Aug 17 20:38:18.660 INFO O| Aug 17 20:38:18.660 INFO STEP 39 (remove_files) COMPLETE
53432026-08-17T20:38:19.366Z[ recovery-image] Aug 17 20:38:18.660 INFO O| Aug 17 20:38:18.660 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-17T20:38:19.374Z[ recovery-image] Aug 17 20:38:18.669 INFO O| Aug 17 20:38:18.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53452026-08-17T20:38:19.375Z[ recovery-image] Aug 17 20:38:18.669 INFO O| Aug 17 20:38:18.669 INFO STEP 40 (remove_files) COMPLETE
53462026-08-17T20:38:19.375Z[ recovery-image] Aug 17 20:38:18.669 INFO O| Aug 17 20:38:18.669 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-17T20:38:19.383Z[ recovery-image] Aug 17 20:38:18.678 INFO O| Aug 17 20:38:18.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53482026-08-17T20:38:19.383Z[ recovery-image] Aug 17 20:38:18.678 INFO O| Aug 17 20:38:18.678 INFO STEP 41 (remove_files) COMPLETE
53492026-08-17T20:38:19.384Z[ recovery-image] Aug 17 20:38:18.678 INFO O| Aug 17 20:38:18.678 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-17T20:38:19.393Z[ recovery-image] Aug 17 20:38:18.687 INFO O| Aug 17 20:38:18.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53512026-08-17T20:38:19.393Z[ recovery-image] Aug 17 20:38:18.687 INFO O| Aug 17 20:38:18.687 INFO STEP 42 (remove_files) COMPLETE
53522026-08-17T20:38:19.393Z[ recovery-image] Aug 17 20:38:18.687 INFO O| Aug 17 20:38:18.687 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-17T20:38:19.403Z[ recovery-image] Aug 17 20:38:18.696 INFO O| Aug 17 20:38:18.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53542026-08-17T20:38:19.403Z[ recovery-image] Aug 17 20:38:18.697 INFO O| Aug 17 20:38:18.697 INFO STEP 43 (remove_files) COMPLETE
53552026-08-17T20:38:19.403Z[ recovery-image] Aug 17 20:38:18.697 INFO O| Aug 17 20:38:18.697 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-17T20:38:19.411Z[ recovery-image] Aug 17 20:38:18.705 INFO O| Aug 17 20:38:18.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53572026-08-17T20:38:19.414Z[ recovery-image] Aug 17 20:38:18.706 INFO O| Aug 17 20:38:18.706 INFO STEP 44 (remove_files) COMPLETE
53582026-08-17T20:38:19.414Z[ recovery-image] Aug 17 20:38:18.706 INFO O| Aug 17 20:38:18.706 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-17T20:38:19.418Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53602026-08-17T20:38:19.423Z[ recovery-image] Aug 17 20:38:18.717 INFO O| Aug 17 20:38:18.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53612026-08-17T20:38:19.423Z[ recovery-image] Aug 17 20:38:18.717 INFO O| Aug 17 20:38:18.717 INFO STEP 45 (remove_files) COMPLETE
53622026-08-17T20:38:19.423Z[ recovery-image] Aug 17 20:38:18.717 INFO O| Aug 17 20:38:18.717 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-17T20:38:19.432Z[ recovery-image] Aug 17 20:38:18.726 INFO O| Aug 17 20:38:18.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53642026-08-17T20:38:19.432Z[ recovery-image] Aug 17 20:38:18.726 INFO O| Aug 17 20:38:18.726 INFO STEP 46 (remove_files) COMPLETE
53652026-08-17T20:38:19.432Z[ recovery-image] Aug 17 20:38:18.726 INFO O| Aug 17 20:38:18.726 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-17T20:38:19.440Z[ recovery-image] Aug 17 20:38:18.734 INFO O| Aug 17 20:38:18.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53672026-08-17T20:38:19.440Z[ recovery-image] Aug 17 20:38:18.734 INFO O| Aug 17 20:38:18.734 INFO STEP 47 (remove_files) COMPLETE
53682026-08-17T20:38:19.440Z[ recovery-image] Aug 17 20:38:18.734 INFO O| Aug 17 20:38:18.734 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-17T20:38:19.451Z[ recovery-image] Aug 17 20:38:18.743 INFO O| Aug 17 20:38:18.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53702026-08-17T20:38:19.451Z[ recovery-image] Aug 17 20:38:18.743 INFO O| Aug 17 20:38:18.743 INFO STEP 48 (remove_files) COMPLETE
53712026-08-17T20:38:19.451Z[ recovery-image] Aug 17 20:38:18.743 INFO O| Aug 17 20:38:18.743 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-17T20:38:19.459Z[ recovery-image] Aug 17 20:38:18.753 INFO O| Aug 17 20:38:18.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53732026-08-17T20:38:19.459Z[ recovery-image] Aug 17 20:38:18.753 INFO O| Aug 17 20:38:18.753 INFO STEP 49 (remove_files) COMPLETE
53742026-08-17T20:38:19.459Z[ recovery-image] Aug 17 20:38:18.753 INFO O| Aug 17 20:38:18.753 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-17T20:38:19.469Z[ recovery-image] Aug 17 20:38:18.763 INFO O| Aug 17 20:38:18.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53762026-08-17T20:38:19.469Z[ recovery-image] Aug 17 20:38:18.763 INFO O| Aug 17 20:38:18.763 INFO STEP 50 (remove_files) COMPLETE
53772026-08-17T20:38:19.472Z[ recovery-image] Aug 17 20:38:18.763 INFO O| Aug 17 20:38:18.763 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-17T20:38:19.489Z[ recovery-image] Aug 17 20:38:18.784 INFO O| Aug 17 20:38:18.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53792026-08-17T20:38:19.489Z[ recovery-image] Aug 17 20:38:18.784 INFO O| Aug 17 20:38:18.784 INFO STEP 51 (remove_files) COMPLETE
53802026-08-17T20:38:19.489Z[ recovery-image] Aug 17 20:38:18.784 INFO O| Aug 17 20:38:18.784 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-17T20:38:19.508Z[ recovery-image] Aug 17 20:38:18.803 INFO O| Aug 17 20:38:18.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53822026-08-17T20:38:19.509Z[ recovery-image] Aug 17 20:38:18.803 INFO O| Aug 17 20:38:18.803 INFO STEP 52 (remove_files) COMPLETE
53832026-08-17T20:38:19.509Z[ recovery-image] Aug 17 20:38:18.803 INFO O| Aug 17 20:38:18.803 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-17T20:38:19.513Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53852026-08-17T20:38:19.518Z[ recovery-image] Aug 17 20:38:18.813 INFO O| Aug 17 20:38:18.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53862026-08-17T20:38:19.518Z[ recovery-image] Aug 17 20:38:18.813 INFO O| Aug 17 20:38:18.813 INFO STEP 53 (remove_files) COMPLETE
53872026-08-17T20:38:19.518Z[ recovery-image] Aug 17 20:38:18.813 INFO O| Aug 17 20:38:18.813 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-17T20:38:19.528Z[ recovery-image] Aug 17 20:38:18.822 INFO O| Aug 17 20:38:18.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53892026-08-17T20:38:19.528Z[ recovery-image] Aug 17 20:38:18.822 INFO O| Aug 17 20:38:18.822 INFO STEP 54 (remove_files) COMPLETE
53902026-08-17T20:38:19.528Z[ recovery-image] Aug 17 20:38:18.822 INFO O| Aug 17 20:38:18.822 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-17T20:38:19.538Z[ recovery-image] Aug 17 20:38:18.832 INFO O| Aug 17 20:38:18.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53922026-08-17T20:38:19.538Z[ recovery-image] Aug 17 20:38:18.832 INFO O| Aug 17 20:38:18.832 INFO STEP 55 (remove_files) COMPLETE
53932026-08-17T20:38:19.538Z[ recovery-image] Aug 17 20:38:18.832 INFO O| Aug 17 20:38:18.832 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-17T20:38:19.575Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53952026-08-17T20:38:19.579Z[ recovery-image] Aug 17 20:38:18.871 INFO O| Aug 17 20:38:18.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53962026-08-17T20:38:19.579Z[ recovery-image] Aug 17 20:38:18.872 INFO O| Aug 17 20:38:18.871 INFO STEP 56 (remove_files) COMPLETE
53972026-08-17T20:38:19.579Z[ recovery-image] Aug 17 20:38:18.872 INFO O| Aug 17 20:38:18.871 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-17T20:38:19.588Z[ recovery-image] Aug 17 20:38:18.883 INFO O| Aug 17 20:38:18.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
53992026-08-17T20:38:19.588Z[ recovery-image] Aug 17 20:38:18.883 INFO O| Aug 17 20:38:18.883 INFO STEP 57 (remove_files) COMPLETE
54002026-08-17T20:38:19.589Z[ recovery-image] Aug 17 20:38:18.883 INFO O| Aug 17 20:38:18.883 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-17T20:38:19.599Z[ recovery-image] Aug 17 20:38:18.894 INFO O| Aug 17 20:38:18.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54022026-08-17T20:38:19.599Z[ recovery-image] Aug 17 20:38:18.894 INFO O| Aug 17 20:38:18.894 INFO STEP 58 (remove_files) COMPLETE
54032026-08-17T20:38:19.602Z[ recovery-image] Aug 17 20:38:18.894 INFO O| Aug 17 20:38:18.894 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-17T20:38:19.610Z[ recovery-image] Aug 17 20:38:18.904 INFO O| Aug 17 20:38:18.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54052026-08-17T20:38:19.610Z[ recovery-image] Aug 17 20:38:18.904 INFO O| Aug 17 20:38:18.904 INFO STEP 59 (remove_files) COMPLETE
54062026-08-17T20:38:19.610Z[ recovery-image] Aug 17 20:38:18.905 INFO O| Aug 17 20:38:18.904 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-17T20:38:19.620Z[ recovery-image] Aug 17 20:38:18.915 INFO O| Aug 17 20:38:18.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54082026-08-17T20:38:19.620Z[ recovery-image] Aug 17 20:38:18.915 INFO O| Aug 17 20:38:18.915 INFO STEP 60 (remove_files) COMPLETE
54092026-08-17T20:38:19.620Z[ recovery-image] Aug 17 20:38:18.915 INFO O| Aug 17 20:38:18.915 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-17T20:38:19.624Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
54112026-08-17T20:38:19.632Z[ recovery-image] Aug 17 20:38:18.927 INFO O| Aug 17 20:38:18.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54122026-08-17T20:38:19.632Z[ recovery-image] Aug 17 20:38:18.927 INFO O| Aug 17 20:38:18.927 INFO STEP 61 (remove_files) COMPLETE
54132026-08-17T20:38:19.632Z[ recovery-image] Aug 17 20:38:18.927 INFO O| Aug 17 20:38:18.927 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-17T20:38:19.641Z[ recovery-image] Aug 17 20:38:18.936 INFO O| Aug 17 20:38:18.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54152026-08-17T20:38:19.641Z[ recovery-image] Aug 17 20:38:18.936 INFO O| Aug 17 20:38:18.936 INFO STEP 62 (remove_files) COMPLETE
54162026-08-17T20:38:19.644Z[ recovery-image] Aug 17 20:38:18.936 INFO O| Aug 17 20:38:18.936 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-17T20:38:19.649Z[ recovery-image] Aug 17 20:38:18.944 INFO O| Aug 17 20:38:18.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54182026-08-17T20:38:19.649Z[ recovery-image] Aug 17 20:38:18.944 INFO O| Aug 17 20:38:18.944 INFO STEP 63 (remove_files) COMPLETE
54192026-08-17T20:38:19.652Z[ recovery-image] Aug 17 20:38:18.944 INFO O| Aug 17 20:38:18.944 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-17T20:38:19.659Z[ recovery-image] Aug 17 20:38:18.954 INFO O| Aug 17 20:38:18.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54212026-08-17T20:38:19.662Z[ recovery-image] Aug 17 20:38:18.954 INFO O| Aug 17 20:38:18.954 INFO STEP 64 (remove_files) COMPLETE
54222026-08-17T20:38:19.662Z[ recovery-image] Aug 17 20:38:18.954 INFO O| Aug 17 20:38:18.954 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-17T20:38:19.734Z[ recovery-image] Aug 17 20:38:19.029 INFO O| Aug 17 20:38:19.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54242026-08-17T20:38:19.734Z[ recovery-image] Aug 17 20:38:19.029 INFO O| Aug 17 20:38:19.029 INFO STEP 65 (remove_files) COMPLETE
54252026-08-17T20:38:19.735Z[ recovery-image] Aug 17 20:38:19.029 INFO O| Aug 17 20:38:19.029 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-17T20:38:19.743Z[ recovery-image] Aug 17 20:38:19.037 INFO O| Aug 17 20:38:19.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54272026-08-17T20:38:19.743Z[ recovery-image] Aug 17 20:38:19.037 INFO O| Aug 17 20:38:19.037 INFO STEP 66 (remove_files) COMPLETE
54282026-08-17T20:38:19.746Z[ recovery-image] Aug 17 20:38:19.037 INFO O| Aug 17 20:38:19.037 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-17T20:38:19.751Z[ recovery-image] Aug 17 20:38:19.046 INFO O| Aug 17 20:38:19.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54302026-08-17T20:38:19.751Z[ recovery-image] Aug 17 20:38:19.046 INFO O| Aug 17 20:38:19.046 INFO STEP 67 (remove_files) COMPLETE
54312026-08-17T20:38:19.751Z[ recovery-image] Aug 17 20:38:19.046 INFO O| Aug 17 20:38:19.046 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-17T20:38:19.762Z[ recovery-image] Aug 17 20:38:19.057 INFO O| Aug 17 20:38:19.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54332026-08-17T20:38:19.763Z[ recovery-image] Aug 17 20:38:19.057 INFO O| Aug 17 20:38:19.057 INFO STEP 68 (remove_files) COMPLETE
54342026-08-17T20:38:19.766Z[ recovery-image] Aug 17 20:38:19.057 INFO O| Aug 17 20:38:19.057 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-17T20:38:19.773Z[ recovery-image] Aug 17 20:38:19.068 INFO O| Aug 17 20:38:19.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54362026-08-17T20:38:19.777Z[ recovery-image] Aug 17 20:38:19.068 INFO O| Aug 17 20:38:19.068 INFO STEP 69 (remove_files) COMPLETE
54372026-08-17T20:38:19.777Z[ recovery-image] Aug 17 20:38:19.068 INFO O| Aug 17 20:38:19.068 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-17T20:38:19.781Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
54392026-08-17T20:38:19.784Z[ recovery-image] Aug 17 20:38:19.078 INFO O| Aug 17 20:38:19.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54402026-08-17T20:38:19.784Z[ recovery-image] Aug 17 20:38:19.078 INFO O| Aug 17 20:38:19.078 INFO STEP 70 (remove_files) COMPLETE
54412026-08-17T20:38:19.784Z[ recovery-image] Aug 17 20:38:19.078 INFO O| Aug 17 20:38:19.078 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-17T20:38:19.801Z[ recovery-image] Aug 17 20:38:19.096 INFO O| Aug 17 20:38:19.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54432026-08-17T20:38:19.801Z[ recovery-image] Aug 17 20:38:19.096 INFO O| Aug 17 20:38:19.096 INFO STEP 71 (remove_files) COMPLETE
54442026-08-17T20:38:19.804Z[ recovery-image] Aug 17 20:38:19.096 INFO O| Aug 17 20:38:19.096 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-17T20:38:19.804Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54462026-08-17T20:38:19.812Z[ recovery-image] Aug 17 20:38:19.107 INFO O| Aug 17 20:38:19.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54472026-08-17T20:38:19.812Z[ recovery-image] Aug 17 20:38:19.107 INFO O| Aug 17 20:38:19.107 INFO STEP 72 (remove_files) COMPLETE
54482026-08-17T20:38:19.812Z[ recovery-image] Aug 17 20:38:19.107 INFO O| Aug 17 20:38:19.107 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-17T20:38:19.823Z[ recovery-image] Aug 17 20:38:19.117 INFO O| Aug 17 20:38:19.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54502026-08-17T20:38:19.823Z[ recovery-image] Aug 17 20:38:19.117 INFO O| Aug 17 20:38:19.117 INFO STEP 73 (remove_files) COMPLETE
54512026-08-17T20:38:19.823Z[ recovery-image] Aug 17 20:38:19.117 INFO O| Aug 17 20:38:19.117 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-17T20:38:19.833Z[ recovery-image] Aug 17 20:38:19.127 INFO O| Aug 17 20:38:19.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54532026-08-17T20:38:19.833Z[ recovery-image] Aug 17 20:38:19.128 INFO O| Aug 17 20:38:19.127 INFO STEP 74 (remove_files) COMPLETE
54542026-08-17T20:38:19.836Z[ recovery-image] Aug 17 20:38:19.128 INFO O| Aug 17 20:38:19.127 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-17T20:38:19.842Z[ recovery-image] Aug 17 20:38:19.136 INFO O| Aug 17 20:38:19.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54562026-08-17T20:38:19.842Z[ recovery-image] Aug 17 20:38:19.136 INFO O| Aug 17 20:38:19.136 INFO STEP 75 (remove_files) COMPLETE
54572026-08-17T20:38:19.842Z[ recovery-image] Aug 17 20:38:19.136 INFO O| Aug 17 20:38:19.136 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-17T20:38:19.845Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
54592026-08-17T20:38:19.850Z[ recovery-image] Aug 17 20:38:19.145 INFO O| Aug 17 20:38:19.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54602026-08-17T20:38:19.851Z[ recovery-image] Aug 17 20:38:19.145 INFO O| Aug 17 20:38:19.145 INFO STEP 76 (remove_files) COMPLETE
54612026-08-17T20:38:19.853Z[ recovery-image] Aug 17 20:38:19.145 INFO O| Aug 17 20:38:19.145 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-17T20:38:19.861Z[ recovery-image] Aug 17 20:38:19.156 INFO O| Aug 17 20:38:19.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54632026-08-17T20:38:19.861Z[ recovery-image] Aug 17 20:38:19.156 INFO O| Aug 17 20:38:19.156 INFO STEP 77 (remove_files) COMPLETE
54642026-08-17T20:38:19.861Z[ recovery-image] Aug 17 20:38:19.156 INFO O| Aug 17 20:38:19.156 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-17T20:38:19.871Z[ recovery-image] Aug 17 20:38:19.166 INFO O| Aug 17 20:38:19.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54662026-08-17T20:38:19.871Z[ recovery-image] Aug 17 20:38:19.166 INFO O| Aug 17 20:38:19.166 INFO STEP 78 (remove_files) COMPLETE
54672026-08-17T20:38:19.871Z[ recovery-image] Aug 17 20:38:19.166 INFO O| Aug 17 20:38:19.166 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-17T20:38:19.877Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
54692026-08-17T20:38:19.881Z[ recovery-image] Aug 17 20:38:19.176 INFO O| Aug 17 20:38:19.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54702026-08-17T20:38:19.881Z[ recovery-image] Aug 17 20:38:19.176 INFO O| Aug 17 20:38:19.176 INFO STEP 79 (remove_files) COMPLETE
54712026-08-17T20:38:19.884Z[ recovery-image] Aug 17 20:38:19.176 INFO O| Aug 17 20:38:19.176 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-17T20:38:19.891Z[ recovery-image] Aug 17 20:38:19.185 INFO O| Aug 17 20:38:19.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54732026-08-17T20:38:19.891Z[ recovery-image] Aug 17 20:38:19.185 INFO O| Aug 17 20:38:19.185 INFO STEP 80 (remove_files) COMPLETE
54742026-08-17T20:38:19.894Z[ recovery-image] Aug 17 20:38:19.185 INFO O| Aug 17 20:38:19.185 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-17T20:38:19.901Z[ recovery-image] Aug 17 20:38:19.195 INFO O| Aug 17 20:38:19.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54762026-08-17T20:38:19.901Z[ recovery-image] Aug 17 20:38:19.195 INFO O| Aug 17 20:38:19.195 INFO STEP 81 (remove_files) COMPLETE
54772026-08-17T20:38:19.902Z[ recovery-image] Aug 17 20:38:19.195 INFO O| Aug 17 20:38:19.195 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-17T20:38:19.910Z[ recovery-image] Aug 17 20:38:19.204 INFO O| Aug 17 20:38:19.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54792026-08-17T20:38:19.910Z[ recovery-image] Aug 17 20:38:19.204 INFO O| Aug 17 20:38:19.204 INFO STEP 82 (remove_files) COMPLETE
54802026-08-17T20:38:19.910Z[ recovery-image] Aug 17 20:38:19.204 INFO O| Aug 17 20:38:19.204 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-17T20:38:19.918Z[ recovery-image] Aug 17 20:38:19.212 INFO O| Aug 17 20:38:19.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54822026-08-17T20:38:19.918Z[ recovery-image] Aug 17 20:38:19.212 INFO O| Aug 17 20:38:19.212 INFO STEP 83 (remove_files) COMPLETE
54832026-08-17T20:38:19.918Z[ recovery-image] Aug 17 20:38:19.212 INFO O| Aug 17 20:38:19.212 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-17T20:38:19.928Z[ recovery-image] Aug 17 20:38:19.222 INFO O| Aug 17 20:38:19.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54852026-08-17T20:38:19.932Z[ recovery-image] Aug 17 20:38:19.223 INFO O| Aug 17 20:38:19.223 INFO STEP 84 (remove_files) COMPLETE
54862026-08-17T20:38:19.932Z[ recovery-image] Aug 17 20:38:19.223 INFO O| Aug 17 20:38:19.223 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-17T20:38:19.938Z[ recovery-image] Aug 17 20:38:19.232 INFO O| Aug 17 20:38:19.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54882026-08-17T20:38:19.938Z[ recovery-image] Aug 17 20:38:19.232 INFO O| Aug 17 20:38:19.232 INFO STEP 85 (remove_files) COMPLETE
54892026-08-17T20:38:19.941Z[ recovery-image] Aug 17 20:38:19.232 INFO O| Aug 17 20:38:19.232 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-17T20:38:19.950Z[ recovery-image] Aug 17 20:38:19.242 INFO O| Aug 17 20:38:19.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54912026-08-17T20:38:19.950Z[ recovery-image] Aug 17 20:38:19.242 INFO O| Aug 17 20:38:19.242 INFO STEP 86 (remove_files) COMPLETE
54922026-08-17T20:38:19.950Z[ recovery-image] Aug 17 20:38:19.242 INFO O| Aug 17 20:38:19.242 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-17T20:38:19.957Z[ recovery-image] Aug 17 20:38:19.252 INFO O| Aug 17 20:38:19.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54942026-08-17T20:38:19.957Z[ recovery-image] Aug 17 20:38:19.252 INFO O| Aug 17 20:38:19.252 INFO STEP 87 (remove_files) COMPLETE
54952026-08-17T20:38:19.957Z[ recovery-image] Aug 17 20:38:19.252 INFO O| Aug 17 20:38:19.252 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-17T20:38:19.967Z[ recovery-image] Aug 17 20:38:19.261 INFO O| Aug 17 20:38:19.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54972026-08-17T20:38:19.970Z[ recovery-image] Aug 17 20:38:19.262 INFO O| Aug 17 20:38:19.262 INFO STEP 88 (remove_files) COMPLETE
54982026-08-17T20:38:19.970Z[ recovery-image] Aug 17 20:38:19.262 INFO O| Aug 17 20:38:19.262 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-17T20:38:19.979Z[ recovery-image] Aug 17 20:38:19.273 INFO O| Aug 17 20:38:19.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55002026-08-17T20:38:19.979Z[ recovery-image] Aug 17 20:38:19.273 INFO O| Aug 17 20:38:19.273 INFO STEP 89 (remove_files) COMPLETE
55012026-08-17T20:38:19.979Z[ recovery-image] Aug 17 20:38:19.274 INFO O| Aug 17 20:38:19.273 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-17T20:38:19.989Z[ recovery-image] Aug 17 20:38:19.283 INFO O| Aug 17 20:38:19.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55032026-08-17T20:38:19.992Z[ recovery-image] Aug 17 20:38:19.284 INFO O| Aug 17 20:38:19.284 INFO STEP 90 (remove_files) COMPLETE
55042026-08-17T20:38:19.992Z[ recovery-image] Aug 17 20:38:19.284 INFO O| Aug 17 20:38:19.284 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-17T20:38:19.995Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
55062026-08-17T20:38:19.999Z[ recovery-image] Aug 17 20:38:19.293 INFO O| Aug 17 20:38:19.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55072026-08-17T20:38:19.999Z[ recovery-image] Aug 17 20:38:19.293 INFO O| Aug 17 20:38:19.293 INFO STEP 91 (remove_files) COMPLETE
55082026-08-17T20:38:20.002Z[ recovery-image] Aug 17 20:38:19.293 INFO O| Aug 17 20:38:19.293 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-17T20:38:20.008Z[ recovery-image] Aug 17 20:38:19.302 INFO O| Aug 17 20:38:19.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55102026-08-17T20:38:20.008Z[ recovery-image] Aug 17 20:38:19.302 INFO O| Aug 17 20:38:19.302 INFO STEP 92 (remove_files) COMPLETE
55112026-08-17T20:38:20.011Z[ recovery-image] Aug 17 20:38:19.302 INFO O| Aug 17 20:38:19.302 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-17T20:38:20.017Z[ recovery-image] Aug 17 20:38:19.311 INFO O| Aug 17 20:38:19.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55132026-08-17T20:38:20.017Z[ recovery-image] Aug 17 20:38:19.311 INFO O| Aug 17 20:38:19.311 INFO STEP 93 (remove_files) COMPLETE
55142026-08-17T20:38:20.017Z[ recovery-image] Aug 17 20:38:19.311 INFO O| Aug 17 20:38:19.311 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-17T20:38:20.029Z[ recovery-image] Aug 17 20:38:19.324 INFO O| Aug 17 20:38:19.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55162026-08-17T20:38:20.029Z[ recovery-image] Aug 17 20:38:19.324 INFO O| Aug 17 20:38:19.324 INFO STEP 94 (remove_files) COMPLETE
55172026-08-17T20:38:20.032Z[ recovery-image] Aug 17 20:38:19.324 INFO O| Aug 17 20:38:19.324 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-17T20:38:20.040Z[ recovery-image] Aug 17 20:38:19.334 INFO O| Aug 17 20:38:19.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55192026-08-17T20:38:20.040Z[ recovery-image] Aug 17 20:38:19.334 INFO O| Aug 17 20:38:19.334 INFO STEP 95 (remove_files) COMPLETE
55202026-08-17T20:38:20.040Z[ recovery-image] Aug 17 20:38:19.334 INFO O| Aug 17 20:38:19.334 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-17T20:38:20.049Z[ recovery-image] Aug 17 20:38:19.343 INFO O| Aug 17 20:38:19.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55222026-08-17T20:38:20.052Z[ recovery-image] Aug 17 20:38:19.344 INFO O| Aug 17 20:38:19.344 INFO STEP 96 (remove_files) COMPLETE
55232026-08-17T20:38:20.052Z[ recovery-image] Aug 17 20:38:19.344 INFO O| Aug 17 20:38:19.344 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-17T20:38:20.061Z[ recovery-image] Aug 17 20:38:19.355 INFO O| Aug 17 20:38:19.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55252026-08-17T20:38:20.061Z[ recovery-image] Aug 17 20:38:19.355 INFO O| Aug 17 20:38:19.355 INFO STEP 97 (remove_files) COMPLETE
55262026-08-17T20:38:20.061Z[ recovery-image] Aug 17 20:38:19.355 INFO O| Aug 17 20:38:19.355 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-17T20:38:20.071Z[ recovery-image] Aug 17 20:38:19.365 INFO O| Aug 17 20:38:19.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55282026-08-17T20:38:20.071Z[ recovery-image] Aug 17 20:38:19.365 INFO O| Aug 17 20:38:19.365 INFO STEP 98 (remove_files) COMPLETE
55292026-08-17T20:38:20.074Z[ recovery-image] Aug 17 20:38:19.365 INFO O| Aug 17 20:38:19.365 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-17T20:38:20.080Z[ recovery-image] Aug 17 20:38:19.375 INFO O| Aug 17 20:38:19.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55312026-08-17T20:38:20.080Z[ recovery-image] Aug 17 20:38:19.375 INFO O| Aug 17 20:38:19.375 INFO STEP 99 (remove_files) COMPLETE
55322026-08-17T20:38:20.083Z[ recovery-image] Aug 17 20:38:19.375 INFO O| Aug 17 20:38:19.375 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-17T20:38:20.089Z[ recovery-image] Aug 17 20:38:19.384 INFO O| Aug 17 20:38:19.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55342026-08-17T20:38:20.089Z[ recovery-image] Aug 17 20:38:19.384 INFO O| Aug 17 20:38:19.384 INFO STEP 100 (remove_files) COMPLETE
55352026-08-17T20:38:20.089Z[ recovery-image] Aug 17 20:38:19.384 INFO O| Aug 17 20:38:19.384 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-17T20:38:20.098Z[ recovery-image] Aug 17 20:38:19.393 INFO O| Aug 17 20:38:19.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55372026-08-17T20:38:20.098Z[ recovery-image] Aug 17 20:38:19.393 INFO O| Aug 17 20:38:19.393 INFO STEP 101 (remove_files) COMPLETE
55382026-08-17T20:38:20.101Z[ recovery-image] Aug 17 20:38:19.393 INFO O| Aug 17 20:38:19.393 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-17T20:38:20.108Z[ recovery-image] Aug 17 20:38:19.402 INFO O| Aug 17 20:38:19.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55402026-08-17T20:38:20.108Z[ recovery-image] Aug 17 20:38:19.403 INFO O| Aug 17 20:38:19.403 INFO STEP 102 (remove_files) COMPLETE
55412026-08-17T20:38:20.108Z[ recovery-image] Aug 17 20:38:19.403 INFO O| Aug 17 20:38:19.403 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-17T20:38:20.117Z[ recovery-image] Aug 17 20:38:19.412 INFO O| Aug 17 20:38:19.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55432026-08-17T20:38:20.117Z[ recovery-image] Aug 17 20:38:19.412 INFO O| Aug 17 20:38:19.412 INFO STEP 103 (remove_files) COMPLETE
55442026-08-17T20:38:20.120Z[ recovery-image] Aug 17 20:38:19.412 INFO O| Aug 17 20:38:19.412 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-17T20:38:20.128Z[ recovery-image] Aug 17 20:38:19.422 INFO O| Aug 17 20:38:19.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55462026-08-17T20:38:20.128Z[ recovery-image] Aug 17 20:38:19.422 INFO O| Aug 17 20:38:19.422 INFO STEP 104 (remove_files) COMPLETE
55472026-08-17T20:38:20.128Z[ recovery-image] Aug 17 20:38:19.422 INFO O| Aug 17 20:38:19.422 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-17T20:38:20.137Z[ recovery-image] Aug 17 20:38:19.431 INFO O| Aug 17 20:38:19.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55492026-08-17T20:38:20.137Z[ recovery-image] Aug 17 20:38:19.431 INFO O| Aug 17 20:38:19.431 INFO STEP 105 (remove_files) COMPLETE
55502026-08-17T20:38:20.137Z[ recovery-image] Aug 17 20:38:19.431 INFO O| Aug 17 20:38:19.431 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-17T20:38:20.147Z[ recovery-image] Aug 17 20:38:19.441 INFO O| Aug 17 20:38:19.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55522026-08-17T20:38:20.147Z[ recovery-image] Aug 17 20:38:19.441 INFO O| Aug 17 20:38:19.441 INFO STEP 106 (remove_files) COMPLETE
55532026-08-17T20:38:20.147Z[ recovery-image] Aug 17 20:38:19.441 INFO O| Aug 17 20:38:19.441 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-17T20:38:20.155Z[ recovery-image] Aug 17 20:38:19.449 INFO O| Aug 17 20:38:19.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55552026-08-17T20:38:20.155Z[ recovery-image] Aug 17 20:38:19.449 INFO O| Aug 17 20:38:19.449 INFO STEP 107 (remove_files) COMPLETE
55562026-08-17T20:38:20.158Z[ recovery-image] Aug 17 20:38:19.449 INFO O| Aug 17 20:38:19.449 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-17T20:38:20.163Z[ recovery-image] Aug 17 20:38:19.458 INFO O| Aug 17 20:38:19.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55582026-08-17T20:38:20.163Z[ recovery-image] Aug 17 20:38:19.458 INFO O| Aug 17 20:38:19.458 INFO STEP 108 (remove_files) COMPLETE
55592026-08-17T20:38:20.163Z[ recovery-image] Aug 17 20:38:19.458 INFO O| Aug 17 20:38:19.458 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-17T20:38:20.172Z[ recovery-image] Aug 17 20:38:19.467 INFO O| Aug 17 20:38:19.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55612026-08-17T20:38:20.172Z[ recovery-image] Aug 17 20:38:19.467 INFO O| Aug 17 20:38:19.467 INFO STEP 109 (remove_files) COMPLETE
55622026-08-17T20:38:20.173Z[ recovery-image] Aug 17 20:38:19.467 INFO O| Aug 17 20:38:19.467 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-17T20:38:20.181Z[ recovery-image] Aug 17 20:38:19.475 INFO O| Aug 17 20:38:19.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55642026-08-17T20:38:20.181Z[ recovery-image] Aug 17 20:38:19.475 INFO O| Aug 17 20:38:19.475 INFO STEP 110 (remove_files) COMPLETE
55652026-08-17T20:38:20.184Z[ recovery-image] Aug 17 20:38:19.475 INFO O| Aug 17 20:38:19.475 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-17T20:38:20.191Z[ recovery-image] Aug 17 20:38:19.486 INFO O| Aug 17 20:38:19.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55672026-08-17T20:38:20.194Z[ recovery-image] Aug 17 20:38:19.486 INFO O| Aug 17 20:38:19.486 INFO STEP 111 (remove_files) COMPLETE
55682026-08-17T20:38:20.194Z[ recovery-image] Aug 17 20:38:19.486 INFO O| Aug 17 20:38:19.486 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-17T20:38:20.200Z[ recovery-image] Aug 17 20:38:19.495 INFO O| Aug 17 20:38:19.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55702026-08-17T20:38:20.202Z[ recovery-image] Aug 17 20:38:19.495 INFO O| Aug 17 20:38:19.495 INFO STEP 112 (remove_files) COMPLETE
55712026-08-17T20:38:20.202Z[ recovery-image] Aug 17 20:38:19.495 INFO O| Aug 17 20:38:19.495 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-17T20:38:20.209Z[ recovery-image] Aug 17 20:38:19.504 INFO O| Aug 17 20:38:19.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55732026-08-17T20:38:20.209Z[ recovery-image] Aug 17 20:38:19.504 INFO O| Aug 17 20:38:19.504 INFO STEP 113 (remove_files) COMPLETE
55742026-08-17T20:38:20.209Z[ recovery-image] Aug 17 20:38:19.504 INFO O| Aug 17 20:38:19.504 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-17T20:38:20.219Z[ recovery-image] Aug 17 20:38:19.514 INFO O| Aug 17 20:38:19.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55762026-08-17T20:38:20.219Z[ recovery-image] Aug 17 20:38:19.514 INFO O| Aug 17 20:38:19.514 INFO STEP 114 (remove_files) COMPLETE
55772026-08-17T20:38:20.219Z[ recovery-image] Aug 17 20:38:19.514 INFO O| Aug 17 20:38:19.514 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-17T20:38:20.229Z[ recovery-image] Aug 17 20:38:19.524 INFO O| Aug 17 20:38:19.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55792026-08-17T20:38:20.230Z[ recovery-image] Aug 17 20:38:19.524 INFO O| Aug 17 20:38:19.524 INFO STEP 115 (remove_files) COMPLETE
55802026-08-17T20:38:20.230Z[ recovery-image] Aug 17 20:38:19.524 INFO O| Aug 17 20:38:19.524 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-17T20:38:20.238Z[ recovery-image] Aug 17 20:38:19.532 INFO O| Aug 17 20:38:19.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55822026-08-17T20:38:20.238Z[ recovery-image] Aug 17 20:38:19.532 INFO O| Aug 17 20:38:19.532 INFO STEP 116 (remove_files) COMPLETE
55832026-08-17T20:38:20.238Z[ recovery-image] Aug 17 20:38:19.532 INFO O| Aug 17 20:38:19.532 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-17T20:38:20.245Z[ recovery-image] Aug 17 20:38:19.540 INFO O| Aug 17 20:38:19.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55852026-08-17T20:38:20.245Z[ recovery-image] Aug 17 20:38:19.540 INFO O| Aug 17 20:38:19.540 INFO STEP 117 (remove_files) COMPLETE
55862026-08-17T20:38:20.245Z[ recovery-image] Aug 17 20:38:19.540 INFO O| Aug 17 20:38:19.540 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-17T20:38:20.254Z[ recovery-image] Aug 17 20:38:19.548 INFO O| Aug 17 20:38:19.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55882026-08-17T20:38:20.254Z[ recovery-image] Aug 17 20:38:19.548 INFO O| Aug 17 20:38:19.548 INFO STEP 118 (remove_files) COMPLETE
55892026-08-17T20:38:20.254Z[ recovery-image] Aug 17 20:38:19.548 INFO O| Aug 17 20:38:19.548 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-17T20:38:20.262Z[ recovery-image] Aug 17 20:38:19.556 INFO O| Aug 17 20:38:19.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55912026-08-17T20:38:20.262Z[ recovery-image] Aug 17 20:38:19.556 INFO O| Aug 17 20:38:19.556 INFO STEP 119 (remove_files) COMPLETE
55922026-08-17T20:38:20.262Z[ recovery-image] Aug 17 20:38:19.556 INFO O| Aug 17 20:38:19.556 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-17T20:38:20.270Z[ recovery-image] Aug 17 20:38:19.564 INFO O| Aug 17 20:38:19.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55942026-08-17T20:38:20.270Z[ recovery-image] Aug 17 20:38:19.564 INFO O| Aug 17 20:38:19.564 INFO STEP 120 (remove_files) COMPLETE
55952026-08-17T20:38:20.270Z[ recovery-image] Aug 17 20:38:19.564 INFO O| Aug 17 20:38:19.564 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-17T20:38:20.278Z[ recovery-image] Aug 17 20:38:19.573 INFO O| Aug 17 20:38:19.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55972026-08-17T20:38:20.278Z[ recovery-image] Aug 17 20:38:19.573 INFO O| Aug 17 20:38:19.573 INFO STEP 121 (remove_files) COMPLETE
55982026-08-17T20:38:20.278Z[ recovery-image] Aug 17 20:38:19.573 INFO O| Aug 17 20:38:19.573 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-17T20:38:20.290Z[ recovery-image] Aug 17 20:38:19.584 INFO O| Aug 17 20:38:19.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56002026-08-17T20:38:20.290Z[ recovery-image] Aug 17 20:38:19.584 INFO O| Aug 17 20:38:19.584 INFO STEP 122 (remove_files) COMPLETE
56012026-08-17T20:38:20.290Z[ recovery-image] Aug 17 20:38:19.584 INFO O| Aug 17 20:38:19.584 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-17T20:38:20.301Z[ recovery-image] Aug 17 20:38:19.595 INFO O| Aug 17 20:38:19.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56032026-08-17T20:38:20.304Z[ recovery-image] Aug 17 20:38:19.595 INFO O| Aug 17 20:38:19.595 INFO STEP 123 (remove_files) COMPLETE
56042026-08-17T20:38:20.304Z[ recovery-image] Aug 17 20:38:19.595 INFO O| Aug 17 20:38:19.595 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-17T20:38:20.320Z[ recovery-image] Aug 17 20:38:19.606 INFO O| Aug 17 20:38:19.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56062026-08-17T20:38:20.320Z[ recovery-image] Aug 17 20:38:19.606 INFO O| Aug 17 20:38:19.606 INFO STEP 124 (remove_files) COMPLETE
56072026-08-17T20:38:20.320Z[ recovery-image] Aug 17 20:38:19.606 INFO O| Aug 17 20:38:19.606 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-17T20:38:20.323Z[ recovery-image] Aug 17 20:38:19.617 INFO O| Aug 17 20:38:19.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56092026-08-17T20:38:20.323Z[ recovery-image] Aug 17 20:38:19.617 INFO O| Aug 17 20:38:19.617 INFO STEP 125 (remove_files) COMPLETE
56102026-08-17T20:38:20.324Z[ recovery-image] Aug 17 20:38:19.617 INFO O| Aug 17 20:38:19.617 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-17T20:38:20.333Z[ recovery-image] Aug 17 20:38:19.628 INFO O| Aug 17 20:38:19.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56122026-08-17T20:38:20.333Z[ recovery-image] Aug 17 20:38:19.628 INFO O| Aug 17 20:38:19.628 INFO STEP 126 (remove_files) COMPLETE
56132026-08-17T20:38:20.333Z[ recovery-image] Aug 17 20:38:19.628 INFO O| Aug 17 20:38:19.628 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-17T20:38:20.342Z[ recovery-image] Aug 17 20:38:19.637 INFO O| Aug 17 20:38:19.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56152026-08-17T20:38:20.342Z[ recovery-image] Aug 17 20:38:19.637 INFO O| Aug 17 20:38:19.637 INFO STEP 127 (remove_files) COMPLETE
56162026-08-17T20:38:20.342Z[ recovery-image] Aug 17 20:38:19.637 INFO O| Aug 17 20:38:19.637 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-17T20:38:20.355Z[ recovery-image] Aug 17 20:38:19.649 INFO O| Aug 17 20:38:19.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56182026-08-17T20:38:20.355Z[ recovery-image] Aug 17 20:38:19.649 INFO O| Aug 17 20:38:19.649 INFO STEP 128 (remove_files) COMPLETE
56192026-08-17T20:38:20.355Z[ recovery-image] Aug 17 20:38:19.649 INFO O| Aug 17 20:38:19.649 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-17T20:38:20.358Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
56212026-08-17T20:38:20.364Z[ recovery-image] Aug 17 20:38:19.659 INFO O| Aug 17 20:38:19.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56222026-08-17T20:38:20.364Z[ recovery-image] Aug 17 20:38:19.659 INFO O| Aug 17 20:38:19.659 INFO STEP 129 (remove_files) COMPLETE
56232026-08-17T20:38:20.364Z[ recovery-image] Aug 17 20:38:19.659 INFO O| Aug 17 20:38:19.659 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-17T20:38:20.374Z[ recovery-image] Aug 17 20:38:19.668 INFO O| Aug 17 20:38:19.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56252026-08-17T20:38:20.374Z[ recovery-image] Aug 17 20:38:19.668 INFO O| Aug 17 20:38:19.668 INFO STEP 130 (remove_files) COMPLETE
56262026-08-17T20:38:20.377Z[ recovery-image] Aug 17 20:38:19.668 INFO O| Aug 17 20:38:19.668 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-17T20:38:20.383Z[ recovery-image] Aug 17 20:38:19.677 INFO O| Aug 17 20:38:19.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56282026-08-17T20:38:20.383Z[ recovery-image] Aug 17 20:38:19.677 INFO O| Aug 17 20:38:19.677 INFO STEP 131 (remove_files) COMPLETE
56292026-08-17T20:38:20.385Z[ recovery-image] Aug 17 20:38:19.677 INFO O| Aug 17 20:38:19.677 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-17T20:38:20.392Z[ recovery-image] Aug 17 20:38:19.687 INFO O| Aug 17 20:38:19.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56312026-08-17T20:38:20.392Z[ recovery-image] Aug 17 20:38:19.687 INFO O| Aug 17 20:38:19.687 INFO STEP 132 (remove_files) COMPLETE
56322026-08-17T20:38:20.395Z[ recovery-image] Aug 17 20:38:19.687 INFO O| Aug 17 20:38:19.687 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-17T20:38:20.402Z[ recovery-image] Aug 17 20:38:19.696 INFO O| Aug 17 20:38:19.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56342026-08-17T20:38:20.402Z[ recovery-image] Aug 17 20:38:19.696 INFO O| Aug 17 20:38:19.696 INFO STEP 133 (remove_files) COMPLETE
56352026-08-17T20:38:20.405Z[ recovery-image] Aug 17 20:38:19.696 INFO O| Aug 17 20:38:19.696 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-17T20:38:20.411Z[ recovery-image] Aug 17 20:38:19.705 INFO O| Aug 17 20:38:19.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56372026-08-17T20:38:20.411Z[ recovery-image] Aug 17 20:38:19.705 INFO O| Aug 17 20:38:19.705 INFO STEP 134 (remove_files) COMPLETE
56382026-08-17T20:38:20.414Z[ recovery-image] Aug 17 20:38:19.705 INFO O| Aug 17 20:38:19.705 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-08-17T20:38:20.436Z[ recovery-image] Aug 17 20:38:19.730 INFO O| Aug 17 20:38:19.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56402026-08-17T20:38:20.444Z[ recovery-image] Aug 17 20:38:19.738 INFO O| Aug 17 20:38:19.738 INFO STEP 135 (remove_files) COMPLETE
56412026-08-17T20:38:20.444Z[ recovery-image] Aug 17 20:38:19.738 INFO O| Aug 17 20:38:19.738 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-08-17T20:38:20.473Z[ recovery-image] Aug 17 20:38:19.768 INFO O| Aug 17 20:38:19.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56432026-08-17T20:38:20.473Z[ recovery-image] Aug 17 20:38:19.768 INFO O| Aug 17 20:38:19.768 INFO STEP 136 (remove_files) COMPLETE
56442026-08-17T20:38:20.477Z[ recovery-image] Aug 17 20:38:19.768 INFO O| Aug 17 20:38:19.768 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-17T20:38:20.483Z[ recovery-image] Aug 17 20:38:19.778 INFO O| Aug 17 20:38:19.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56462026-08-17T20:38:20.483Z[ recovery-image] Aug 17 20:38:19.778 INFO O| Aug 17 20:38:19.778 INFO STEP 137 (remove_files) COMPLETE
56472026-08-17T20:38:20.487Z[ recovery-image] Aug 17 20:38:19.778 INFO O| Aug 17 20:38:19.778 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-17T20:38:20.493Z[ recovery-image] Aug 17 20:38:19.788 INFO O| Aug 17 20:38:19.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56492026-08-17T20:38:20.496Z[ recovery-image] Aug 17 20:38:19.788 INFO O| Aug 17 20:38:19.788 INFO STEP 138 (remove_files) COMPLETE
56502026-08-17T20:38:20.496Z[ recovery-image] Aug 17 20:38:19.788 INFO O| Aug 17 20:38:19.788 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-17T20:38:20.573Z[ recovery-image] Aug 17 20:38:19.868 INFO O| Aug 17 20:38:19.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56522026-08-17T20:38:20.574Z[ recovery-image] Aug 17 20:38:19.868 INFO O| Aug 17 20:38:19.868 INFO STEP 139 (remove_files) COMPLETE
56532026-08-17T20:38:20.574Z[ recovery-image] Aug 17 20:38:19.868 INFO O| Aug 17 20:38:19.868 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-17T20:38:20.583Z[ recovery-image] Aug 17 20:38:19.877 INFO O| Aug 17 20:38:19.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56552026-08-17T20:38:20.583Z[ recovery-image] Aug 17 20:38:19.877 INFO O| Aug 17 20:38:19.877 INFO STEP 140 (remove_files) COMPLETE
56562026-08-17T20:38:20.583Z[ recovery-image] Aug 17 20:38:19.877 INFO O| Aug 17 20:38:19.877 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-17T20:38:20.602Z[ recovery-image] Aug 17 20:38:19.897 INFO O| Aug 17 20:38:19.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56582026-08-17T20:38:20.602Z[ recovery-image] Aug 17 20:38:19.897 INFO O| Aug 17 20:38:19.897 INFO STEP 141 (remove_files) COMPLETE
56592026-08-17T20:38:20.602Z[ recovery-image] Aug 17 20:38:19.897 INFO O| Aug 17 20:38:19.897 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-17T20:38:20.613Z[ recovery-image] Aug 17 20:38:19.907 INFO O| Aug 17 20:38:19.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56612026-08-17T20:38:20.613Z[ recovery-image] Aug 17 20:38:19.907 INFO O| Aug 17 20:38:19.907 INFO STEP 142 (remove_files) COMPLETE
56622026-08-17T20:38:20.613Z[ recovery-image] Aug 17 20:38:19.907 INFO O| Aug 17 20:38:19.907 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-17T20:38:20.622Z[ recovery-image] Aug 17 20:38:19.917 INFO O| Aug 17 20:38:19.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56642026-08-17T20:38:20.622Z[ recovery-image] Aug 17 20:38:19.917 INFO O| Aug 17 20:38:19.917 INFO STEP 143 (remove_files) COMPLETE
56652026-08-17T20:38:20.622Z[ recovery-image] Aug 17 20:38:19.917 INFO O| Aug 17 20:38:19.917 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-17T20:38:20.632Z[ recovery-image] Aug 17 20:38:19.927 INFO O| Aug 17 20:38:19.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56672026-08-17T20:38:20.632Z[ recovery-image] Aug 17 20:38:19.927 INFO O| Aug 17 20:38:19.927 INFO STEP 144 (remove_files) COMPLETE
56682026-08-17T20:38:20.636Z[ recovery-image] Aug 17 20:38:19.927 INFO O| Aug 17 20:38:19.927 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-17T20:38:20.642Z[ recovery-image] Aug 17 20:38:19.936 INFO O| Aug 17 20:38:19.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56702026-08-17T20:38:20.642Z[ recovery-image] Aug 17 20:38:19.936 INFO O| Aug 17 20:38:19.936 INFO STEP 145 (remove_files) COMPLETE
56712026-08-17T20:38:20.642Z[ recovery-image] Aug 17 20:38:19.936 INFO O| Aug 17 20:38:19.936 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-17T20:38:20.651Z[ recovery-image] Aug 17 20:38:19.946 INFO O| Aug 17 20:38:19.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56732026-08-17T20:38:20.651Z[ recovery-image] Aug 17 20:38:19.946 INFO O| Aug 17 20:38:19.946 INFO STEP 146 (remove_files) COMPLETE
56742026-08-17T20:38:20.651Z[ recovery-image] Aug 17 20:38:19.946 INFO O| Aug 17 20:38:19.946 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-17T20:38:20.660Z[ recovery-image] Aug 17 20:38:19.954 INFO O| Aug 17 20:38:19.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56762026-08-17T20:38:20.660Z[ recovery-image] Aug 17 20:38:19.954 INFO O| Aug 17 20:38:19.954 INFO STEP 147 (remove_files) COMPLETE
56772026-08-17T20:38:20.660Z[ recovery-image] Aug 17 20:38:19.954 INFO O| Aug 17 20:38:19.954 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-17T20:38:20.671Z[ recovery-image] Aug 17 20:38:19.966 INFO O| Aug 17 20:38:19.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56792026-08-17T20:38:20.671Z[ recovery-image] Aug 17 20:38:19.966 INFO O| Aug 17 20:38:19.966 INFO STEP 148 (remove_files) COMPLETE
56802026-08-17T20:38:20.675Z[ recovery-image] Aug 17 20:38:19.966 INFO O| Aug 17 20:38:19.966 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-17T20:38:20.680Z[ recovery-image] Aug 17 20:38:19.974 INFO O| Aug 17 20:38:19.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56822026-08-17T20:38:20.680Z[ recovery-image] Aug 17 20:38:19.974 INFO O| Aug 17 20:38:19.974 INFO STEP 149 (remove_files) COMPLETE
56832026-08-17T20:38:20.680Z[ recovery-image] Aug 17 20:38:19.974 INFO O| Aug 17 20:38:19.974 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-17T20:38:20.688Z[ recovery-image] Aug 17 20:38:19.982 INFO O| Aug 17 20:38:19.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56852026-08-17T20:38:20.688Z[ recovery-image] Aug 17 20:38:19.983 INFO O| Aug 17 20:38:19.983 INFO STEP 150 (remove_files) COMPLETE
56862026-08-17T20:38:20.688Z[ recovery-image] Aug 17 20:38:19.983 INFO O| Aug 17 20:38:19.983 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-17T20:38:20.696Z[ recovery-image] Aug 17 20:38:19.991 INFO O| Aug 17 20:38:19.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56882026-08-17T20:38:20.697Z[ recovery-image] Aug 17 20:38:19.991 INFO O| Aug 17 20:38:19.991 INFO STEP 151 (remove_files) COMPLETE
56892026-08-17T20:38:20.697Z[ recovery-image] Aug 17 20:38:19.991 INFO O| Aug 17 20:38:19.991 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-17T20:38:20.705Z[ recovery-image] Aug 17 20:38:19.999 INFO O| Aug 17 20:38:19.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56912026-08-17T20:38:20.705Z[ recovery-image] Aug 17 20:38:20.000 INFO O| Aug 17 20:38:19.999 INFO STEP 152 (remove_files) COMPLETE
56922026-08-17T20:38:20.708Z[ recovery-image] Aug 17 20:38:20.000 INFO O| Aug 17 20:38:19.999 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-17T20:38:20.714Z[ recovery-image] Aug 17 20:38:20.008 INFO O| Aug 17 20:38:20.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56942026-08-17T20:38:20.714Z[ recovery-image] Aug 17 20:38:20.008 INFO O| Aug 17 20:38:20.008 INFO STEP 153 (remove_files) COMPLETE
56952026-08-17T20:38:20.714Z[ recovery-image] Aug 17 20:38:20.008 INFO O| Aug 17 20:38:20.008 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-17T20:38:20.723Z[ recovery-image] Aug 17 20:38:20.018 INFO O| Aug 17 20:38:20.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56972026-08-17T20:38:20.723Z[ recovery-image] Aug 17 20:38:20.018 INFO O| Aug 17 20:38:20.018 INFO STEP 154 (remove_files) COMPLETE
56982026-08-17T20:38:20.723Z[ recovery-image] Aug 17 20:38:20.018 INFO O| Aug 17 20:38:20.018 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-17T20:38:20.732Z[ recovery-image] Aug 17 20:38:20.027 INFO O| Aug 17 20:38:20.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57002026-08-17T20:38:20.732Z[ recovery-image] Aug 17 20:38:20.027 INFO O| Aug 17 20:38:20.027 INFO STEP 155 (remove_files) COMPLETE
57012026-08-17T20:38:20.732Z[ recovery-image] Aug 17 20:38:20.027 INFO O| Aug 17 20:38:20.027 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-17T20:38:20.743Z[ recovery-image] Aug 17 20:38:20.038 INFO O| Aug 17 20:38:20.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57032026-08-17T20:38:20.743Z[ recovery-image] Aug 17 20:38:20.038 INFO O| Aug 17 20:38:20.038 INFO STEP 156 (remove_files) COMPLETE
57042026-08-17T20:38:20.747Z[ recovery-image] Aug 17 20:38:20.038 INFO O| Aug 17 20:38:20.038 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-17T20:38:20.758Z[ recovery-image] Aug 17 20:38:20.052 INFO O| Aug 17 20:38:20.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57062026-08-17T20:38:20.758Z[ recovery-image] Aug 17 20:38:20.052 INFO O| Aug 17 20:38:20.048 INFO STEP 157 (remove_files) COMPLETE
57072026-08-17T20:38:20.761Z[ recovery-image] Aug 17 20:38:20.052 INFO O| Aug 17 20:38:20.048 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-17T20:38:20.764Z[ recovery-image] Aug 17 20:38:20.057 INFO O| Aug 17 20:38:20.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57092026-08-17T20:38:20.764Z[ recovery-image] Aug 17 20:38:20.057 INFO O| Aug 17 20:38:20.057 INFO STEP 158 (remove_files) COMPLETE
57102026-08-17T20:38:20.764Z[ recovery-image] Aug 17 20:38:20.057 INFO O| Aug 17 20:38:20.057 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-17T20:38:20.774Z[ recovery-image] Aug 17 20:38:20.068 INFO O| Aug 17 20:38:20.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57122026-08-17T20:38:20.774Z[ recovery-image] Aug 17 20:38:20.068 INFO O| Aug 17 20:38:20.068 INFO STEP 159 (remove_files) COMPLETE
57132026-08-17T20:38:20.774Z[ recovery-image] Aug 17 20:38:20.068 INFO O| Aug 17 20:38:20.068 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-17T20:38:20.783Z[ recovery-image] Aug 17 20:38:20.078 INFO O| Aug 17 20:38:20.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57152026-08-17T20:38:20.783Z[ recovery-image] Aug 17 20:38:20.078 INFO O| Aug 17 20:38:20.078 INFO STEP 160 (remove_files) COMPLETE
57162026-08-17T20:38:20.783Z[ recovery-image] Aug 17 20:38:20.078 INFO O| Aug 17 20:38:20.078 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-17T20:38:20.792Z[ recovery-image] Aug 17 20:38:20.087 INFO O| Aug 17 20:38:20.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57182026-08-17T20:38:20.792Z[ recovery-image] Aug 17 20:38:20.087 INFO O| Aug 17 20:38:20.087 INFO STEP 161 (remove_files) COMPLETE
57192026-08-17T20:38:20.792Z[ recovery-image] Aug 17 20:38:20.087 INFO O| Aug 17 20:38:20.087 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-17T20:38:20.802Z[ recovery-image] Aug 17 20:38:20.097 INFO O| Aug 17 20:38:20.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57212026-08-17T20:38:20.805Z[ recovery-image] Aug 17 20:38:20.098 INFO O| Aug 17 20:38:20.098 INFO STEP 162 (remove_files) COMPLETE
57222026-08-17T20:38:20.805Z[ recovery-image] Aug 17 20:38:20.098 INFO O| Aug 17 20:38:20.098 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-17T20:38:20.813Z[ recovery-image] Aug 17 20:38:20.108 INFO O| Aug 17 20:38:20.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57242026-08-17T20:38:20.814Z[ recovery-image] Aug 17 20:38:20.108 INFO O| Aug 17 20:38:20.108 INFO STEP 163 (remove_files) COMPLETE
57252026-08-17T20:38:20.814Z[ recovery-image] Aug 17 20:38:20.108 INFO O| Aug 17 20:38:20.108 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-17T20:38:20.824Z[ recovery-image] Aug 17 20:38:20.119 INFO O| Aug 17 20:38:20.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57272026-08-17T20:38:20.824Z[ recovery-image] Aug 17 20:38:20.119 INFO O| Aug 17 20:38:20.119 INFO STEP 164 (remove_files) COMPLETE
57282026-08-17T20:38:20.824Z[ recovery-image] Aug 17 20:38:20.119 INFO O| Aug 17 20:38:20.119 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-17T20:38:20.835Z[ recovery-image] Aug 17 20:38:20.130 INFO O| Aug 17 20:38:20.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57302026-08-17T20:38:20.835Z[ recovery-image] Aug 17 20:38:20.130 INFO O| Aug 17 20:38:20.130 INFO STEP 165 (remove_files) COMPLETE
57312026-08-17T20:38:20.835Z[ recovery-image] Aug 17 20:38:20.130 INFO O| Aug 17 20:38:20.130 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-17T20:38:20.845Z[ recovery-image] Aug 17 20:38:20.139 INFO O| Aug 17 20:38:20.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57332026-08-17T20:38:20.845Z[ recovery-image] Aug 17 20:38:20.139 INFO O| Aug 17 20:38:20.139 INFO STEP 166 (remove_files) COMPLETE
57342026-08-17T20:38:20.845Z[ recovery-image] Aug 17 20:38:20.139 INFO O| Aug 17 20:38:20.139 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-17T20:38:20.856Z[ recovery-image] Aug 17 20:38:20.150 INFO O| Aug 17 20:38:20.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57362026-08-17T20:38:20.856Z[ recovery-image] Aug 17 20:38:20.150 INFO O| Aug 17 20:38:20.150 INFO STEP 167 (remove_files) COMPLETE
57372026-08-17T20:38:20.856Z[ recovery-image] Aug 17 20:38:20.150 INFO O| Aug 17 20:38:20.150 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-17T20:38:20.866Z[ recovery-image] Aug 17 20:38:20.160 INFO O| Aug 17 20:38:20.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57392026-08-17T20:38:20.866Z[ recovery-image] Aug 17 20:38:20.160 INFO O| Aug 17 20:38:20.160 INFO STEP 168 (remove_files) COMPLETE
57402026-08-17T20:38:20.866Z[ recovery-image] Aug 17 20:38:20.161 INFO O| Aug 17 20:38:20.160 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-17T20:38:20.877Z[ recovery-image] Aug 17 20:38:20.172 INFO O| Aug 17 20:38:20.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57422026-08-17T20:38:20.877Z[ recovery-image] Aug 17 20:38:20.172 INFO O| Aug 17 20:38:20.172 INFO STEP 169 (remove_files) COMPLETE
57432026-08-17T20:38:20.877Z[ recovery-image] Aug 17 20:38:20.172 INFO O| Aug 17 20:38:20.172 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-17T20:38:20.887Z[ recovery-image] Aug 17 20:38:20.181 INFO O| Aug 17 20:38:20.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57452026-08-17T20:38:20.887Z[ recovery-image] Aug 17 20:38:20.181 INFO O| Aug 17 20:38:20.181 INFO STEP 170 (remove_files) COMPLETE
57462026-08-17T20:38:20.890Z[ recovery-image] Aug 17 20:38:20.181 INFO O| Aug 17 20:38:20.181 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-17T20:38:20.897Z[ recovery-image] Aug 17 20:38:20.192 INFO O| Aug 17 20:38:20.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57482026-08-17T20:38:20.897Z[ recovery-image] Aug 17 20:38:20.192 INFO O| Aug 17 20:38:20.192 INFO STEP 171 (remove_files) COMPLETE
57492026-08-17T20:38:20.897Z[ recovery-image] Aug 17 20:38:20.192 INFO O| Aug 17 20:38:20.192 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-17T20:38:20.908Z[ recovery-image] Aug 17 20:38:20.202 INFO O| Aug 17 20:38:20.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57512026-08-17T20:38:20.908Z[ recovery-image] Aug 17 20:38:20.202 INFO O| Aug 17 20:38:20.202 INFO STEP 172 (remove_files) COMPLETE
57522026-08-17T20:38:20.908Z[ recovery-image] Aug 17 20:38:20.202 INFO O| Aug 17 20:38:20.202 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-17T20:38:20.918Z[ recovery-image] Aug 17 20:38:20.212 INFO O| Aug 17 20:38:20.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57542026-08-17T20:38:20.918Z[ recovery-image] Aug 17 20:38:20.212 INFO O| Aug 17 20:38:20.212 INFO STEP 173 (remove_files) COMPLETE
57552026-08-17T20:38:20.918Z[ recovery-image] Aug 17 20:38:20.212 INFO O| Aug 17 20:38:20.212 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-17T20:38:20.927Z[ recovery-image] Aug 17 20:38:20.222 INFO O| Aug 17 20:38:20.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57572026-08-17T20:38:20.927Z[ recovery-image] Aug 17 20:38:20.222 INFO O| Aug 17 20:38:20.222 INFO STEP 174 (remove_files) COMPLETE
57582026-08-17T20:38:20.927Z[ recovery-image] Aug 17 20:38:20.222 INFO O| Aug 17 20:38:20.222 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-17T20:38:20.936Z[ recovery-image] Aug 17 20:38:20.231 INFO O| Aug 17 20:38:20.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57602026-08-17T20:38:20.936Z[ recovery-image] Aug 17 20:38:20.231 INFO O| Aug 17 20:38:20.231 INFO STEP 175 (remove_files) COMPLETE
57612026-08-17T20:38:20.936Z[ recovery-image] Aug 17 20:38:20.231 INFO O| Aug 17 20:38:20.231 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-17T20:38:20.945Z[ recovery-image] Aug 17 20:38:20.240 INFO O| Aug 17 20:38:20.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57632026-08-17T20:38:20.945Z[ recovery-image] Aug 17 20:38:20.240 INFO O| Aug 17 20:38:20.240 INFO STEP 176 (remove_files) COMPLETE
57642026-08-17T20:38:20.945Z[ recovery-image] Aug 17 20:38:20.240 INFO O| Aug 17 20:38:20.240 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-17T20:38:20.954Z[ recovery-image] Aug 17 20:38:20.249 INFO O| Aug 17 20:38:20.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57662026-08-17T20:38:20.954Z[ recovery-image] Aug 17 20:38:20.249 INFO O| Aug 17 20:38:20.249 INFO STEP 177 (remove_files) COMPLETE
57672026-08-17T20:38:20.957Z[ recovery-image] Aug 17 20:38:20.249 INFO O| Aug 17 20:38:20.249 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-17T20:38:20.964Z[ recovery-image] Aug 17 20:38:20.259 INFO O| Aug 17 20:38:20.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57692026-08-17T20:38:20.967Z[ recovery-image] Aug 17 20:38:20.260 INFO O| Aug 17 20:38:20.260 INFO STEP 178 (remove_files) COMPLETE
57702026-08-17T20:38:20.967Z[ recovery-image] Aug 17 20:38:20.260 INFO O| Aug 17 20:38:20.260 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-17T20:38:20.977Z[ recovery-image] Aug 17 20:38:20.271 INFO O| Aug 17 20:38:20.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57722026-08-17T20:38:20.980Z[ recovery-image] Aug 17 20:38:20.272 INFO O| Aug 17 20:38:20.272 INFO STEP 179 (remove_files) COMPLETE
57732026-08-17T20:38:20.980Z[ recovery-image] Aug 17 20:38:20.272 INFO O| Aug 17 20:38:20.272 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-17T20:38:20.987Z[ recovery-image] Aug 17 20:38:20.282 INFO O| Aug 17 20:38:20.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57752026-08-17T20:38:20.987Z[ recovery-image] Aug 17 20:38:20.282 INFO O| Aug 17 20:38:20.282 INFO STEP 180 (remove_files) COMPLETE
57762026-08-17T20:38:20.987Z[ recovery-image] Aug 17 20:38:20.282 INFO O| Aug 17 20:38:20.282 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-17T20:38:20.997Z[ recovery-image] Aug 17 20:38:20.292 INFO O| Aug 17 20:38:20.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57782026-08-17T20:38:20.997Z[ recovery-image] Aug 17 20:38:20.292 INFO O| Aug 17 20:38:20.292 INFO STEP 181 (remove_files) COMPLETE
57792026-08-17T20:38:20.997Z[ recovery-image] Aug 17 20:38:20.292 INFO O| Aug 17 20:38:20.292 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-17T20:38:21.008Z[ recovery-image] Aug 17 20:38:20.302 INFO O| Aug 17 20:38:20.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57812026-08-17T20:38:21.008Z[ recovery-image] Aug 17 20:38:20.302 INFO O| Aug 17 20:38:20.302 INFO STEP 182 (remove_files) COMPLETE
57822026-08-17T20:38:21.008Z[ recovery-image] Aug 17 20:38:20.302 INFO O| Aug 17 20:38:20.302 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-17T20:38:21.018Z[ recovery-image] Aug 17 20:38:20.312 INFO O| Aug 17 20:38:20.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57842026-08-17T20:38:21.018Z[ recovery-image] Aug 17 20:38:20.312 INFO O| Aug 17 20:38:20.312 INFO STEP 183 (remove_files) COMPLETE
57852026-08-17T20:38:21.021Z[ recovery-image] Aug 17 20:38:20.312 INFO O| Aug 17 20:38:20.312 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-17T20:38:21.028Z[ recovery-image] Aug 17 20:38:20.322 INFO O| Aug 17 20:38:20.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57872026-08-17T20:38:21.028Z[ recovery-image] Aug 17 20:38:20.322 INFO O| Aug 17 20:38:20.322 INFO STEP 184 (remove_files) COMPLETE
57882026-08-17T20:38:21.028Z[ recovery-image] Aug 17 20:38:20.322 INFO O| Aug 17 20:38:20.322 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-17T20:38:21.037Z[ recovery-image] Aug 17 20:38:20.332 INFO O| Aug 17 20:38:20.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57902026-08-17T20:38:21.037Z[ recovery-image] Aug 17 20:38:20.332 INFO O| Aug 17 20:38:20.332 INFO STEP 185 (remove_files) COMPLETE
57912026-08-17T20:38:21.037Z[ recovery-image] Aug 17 20:38:20.332 INFO O| Aug 17 20:38:20.332 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-17T20:38:21.046Z[ recovery-image] Aug 17 20:38:20.340 INFO O| Aug 17 20:38:20.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57932026-08-17T20:38:21.046Z[ recovery-image] Aug 17 20:38:20.340 INFO O| Aug 17 20:38:20.340 INFO STEP 186 (remove_files) COMPLETE
57942026-08-17T20:38:21.049Z[ recovery-image] Aug 17 20:38:20.340 INFO O| Aug 17 20:38:20.340 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-17T20:38:21.054Z[ recovery-image] Aug 17 20:38:20.349 INFO O| Aug 17 20:38:20.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57962026-08-17T20:38:21.055Z[ recovery-image] Aug 17 20:38:20.349 INFO O| Aug 17 20:38:20.349 INFO STEP 187 (remove_files) COMPLETE
57972026-08-17T20:38:21.058Z[ recovery-image] Aug 17 20:38:20.349 INFO O| Aug 17 20:38:20.349 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-17T20:38:21.066Z[ recovery-image] Aug 17 20:38:20.361 INFO O| Aug 17 20:38:20.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
57992026-08-17T20:38:21.066Z[ recovery-image] Aug 17 20:38:20.361 INFO O| Aug 17 20:38:20.361 INFO STEP 188 (remove_files) COMPLETE
58002026-08-17T20:38:21.066Z[ recovery-image] Aug 17 20:38:20.361 INFO O| Aug 17 20:38:20.361 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-17T20:38:21.078Z[ recovery-image] Aug 17 20:38:20.372 INFO O| Aug 17 20:38:20.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58022026-08-17T20:38:21.078Z[ recovery-image] Aug 17 20:38:20.372 INFO O| Aug 17 20:38:20.372 INFO STEP 189 (remove_files) COMPLETE
58032026-08-17T20:38:21.081Z[ recovery-image] Aug 17 20:38:20.372 INFO O| Aug 17 20:38:20.372 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-17T20:38:21.087Z[ recovery-image] Aug 17 20:38:20.381 INFO O| Aug 17 20:38:20.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58052026-08-17T20:38:21.087Z[ recovery-image] Aug 17 20:38:20.381 INFO O| Aug 17 20:38:20.381 INFO STEP 190 (remove_files) COMPLETE
58062026-08-17T20:38:21.087Z[ recovery-image] Aug 17 20:38:20.381 INFO O| Aug 17 20:38:20.381 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-17T20:38:21.096Z[ recovery-image] Aug 17 20:38:20.391 INFO O| Aug 17 20:38:20.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58082026-08-17T20:38:21.096Z[ recovery-image] Aug 17 20:38:20.391 INFO O| Aug 17 20:38:20.391 INFO STEP 191 (remove_files) COMPLETE
58092026-08-17T20:38:21.096Z[ recovery-image] Aug 17 20:38:20.391 INFO O| Aug 17 20:38:20.391 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-17T20:38:21.107Z[ recovery-image] Aug 17 20:38:20.401 INFO O| Aug 17 20:38:20.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58112026-08-17T20:38:21.107Z[ recovery-image] Aug 17 20:38:20.401 INFO O| Aug 17 20:38:20.401 INFO STEP 192 (remove_files) COMPLETE
58122026-08-17T20:38:21.107Z[ recovery-image] Aug 17 20:38:20.401 INFO O| Aug 17 20:38:20.401 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-17T20:38:21.118Z[ recovery-image] Aug 17 20:38:20.412 INFO O| Aug 17 20:38:20.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58142026-08-17T20:38:21.118Z[ recovery-image] Aug 17 20:38:20.412 INFO O| Aug 17 20:38:20.412 INFO STEP 193 (remove_files) COMPLETE
58152026-08-17T20:38:21.118Z[ recovery-image] Aug 17 20:38:20.412 INFO O| Aug 17 20:38:20.412 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-17T20:38:21.128Z[ recovery-image] Aug 17 20:38:20.422 INFO O| Aug 17 20:38:20.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58172026-08-17T20:38:21.128Z[ recovery-image] Aug 17 20:38:20.422 INFO O| Aug 17 20:38:20.422 INFO STEP 194 (remove_files) COMPLETE
58182026-08-17T20:38:21.128Z[ recovery-image] Aug 17 20:38:20.422 INFO O| Aug 17 20:38:20.422 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-17T20:38:21.137Z[ recovery-image] Aug 17 20:38:20.432 INFO O| Aug 17 20:38:20.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58202026-08-17T20:38:21.137Z[ recovery-image] Aug 17 20:38:20.432 INFO O| Aug 17 20:38:20.432 INFO STEP 195 (remove_files) COMPLETE
58212026-08-17T20:38:21.137Z[ recovery-image] Aug 17 20:38:20.432 INFO O| Aug 17 20:38:20.432 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-17T20:38:21.148Z[ recovery-image] Aug 17 20:38:20.442 INFO O| Aug 17 20:38:20.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58232026-08-17T20:38:21.148Z[ recovery-image] Aug 17 20:38:20.442 INFO O| Aug 17 20:38:20.442 INFO STEP 196 (remove_files) COMPLETE
58242026-08-17T20:38:21.148Z[ recovery-image] Aug 17 20:38:20.443 INFO O| Aug 17 20:38:20.442 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-17T20:38:21.158Z[ recovery-image] Aug 17 20:38:20.453 INFO O| Aug 17 20:38:20.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58262026-08-17T20:38:21.158Z[ recovery-image] Aug 17 20:38:20.453 INFO O| Aug 17 20:38:20.453 INFO STEP 197 (remove_files) COMPLETE
58272026-08-17T20:38:21.158Z[ recovery-image] Aug 17 20:38:20.453 INFO O| Aug 17 20:38:20.453 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-17T20:38:21.168Z[ recovery-image] Aug 17 20:38:20.462 INFO O| Aug 17 20:38:20.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58292026-08-17T20:38:21.168Z[ recovery-image] Aug 17 20:38:20.463 INFO O| Aug 17 20:38:20.463 INFO STEP 198 (remove_files) COMPLETE
58302026-08-17T20:38:21.171Z[ recovery-image] Aug 17 20:38:20.463 INFO O| Aug 17 20:38:20.463 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-17T20:38:21.177Z[ recovery-image] Aug 17 20:38:20.472 INFO O| Aug 17 20:38:20.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58322026-08-17T20:38:21.177Z[ recovery-image] Aug 17 20:38:20.472 INFO O| Aug 17 20:38:20.472 INFO STEP 199 (remove_files) COMPLETE
58332026-08-17T20:38:21.177Z[ recovery-image] Aug 17 20:38:20.472 INFO O| Aug 17 20:38:20.472 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-17T20:38:21.187Z[ recovery-image] Aug 17 20:38:20.482 INFO O| Aug 17 20:38:20.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58352026-08-17T20:38:21.188Z[ recovery-image] Aug 17 20:38:20.482 INFO O| Aug 17 20:38:20.482 INFO STEP 200 (remove_files) COMPLETE
58362026-08-17T20:38:21.191Z[ recovery-image] Aug 17 20:38:20.482 INFO O| Aug 17 20:38:20.482 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-17T20:38:21.198Z[ recovery-image] Aug 17 20:38:20.492 INFO O| Aug 17 20:38:20.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58382026-08-17T20:38:21.198Z[ recovery-image] Aug 17 20:38:20.493 INFO O| Aug 17 20:38:20.493 INFO STEP 201 (remove_files) COMPLETE
58392026-08-17T20:38:21.198Z[ recovery-image] Aug 17 20:38:20.493 INFO O| Aug 17 20:38:20.493 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-17T20:38:21.208Z[ recovery-image] Aug 17 20:38:20.503 INFO O| Aug 17 20:38:20.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58412026-08-17T20:38:21.208Z[ recovery-image] Aug 17 20:38:20.503 INFO O| Aug 17 20:38:20.503 INFO STEP 202 (remove_files) COMPLETE
58422026-08-17T20:38:21.208Z[ recovery-image] Aug 17 20:38:20.503 INFO O| Aug 17 20:38:20.503 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-17T20:38:21.219Z[ recovery-image] Aug 17 20:38:20.513 INFO O| Aug 17 20:38:20.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58442026-08-17T20:38:21.219Z[ recovery-image] Aug 17 20:38:20.514 INFO O| Aug 17 20:38:20.513 INFO STEP 203 (remove_files) COMPLETE
58452026-08-17T20:38:21.219Z[ recovery-image] Aug 17 20:38:20.514 INFO O| Aug 17 20:38:20.514 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-17T20:38:21.230Z[ recovery-image] Aug 17 20:38:20.524 INFO O| Aug 17 20:38:20.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58472026-08-17T20:38:21.230Z[ recovery-image] Aug 17 20:38:20.524 INFO O| Aug 17 20:38:20.524 INFO STEP 204 (remove_files) COMPLETE
58482026-08-17T20:38:21.230Z[ recovery-image] Aug 17 20:38:20.524 INFO O| Aug 17 20:38:20.524 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-17T20:38:21.240Z[ recovery-image] Aug 17 20:38:20.535 INFO O| Aug 17 20:38:20.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58502026-08-17T20:38:21.240Z[ recovery-image] Aug 17 20:38:20.535 INFO O| Aug 17 20:38:20.535 INFO STEP 205 (remove_files) COMPLETE
58512026-08-17T20:38:21.240Z[ recovery-image] Aug 17 20:38:20.535 INFO O| Aug 17 20:38:20.535 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-17T20:38:21.250Z[ recovery-image] Aug 17 20:38:20.545 INFO O| Aug 17 20:38:20.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58532026-08-17T20:38:21.251Z[ recovery-image] Aug 17 20:38:20.545 INFO O| Aug 17 20:38:20.545 INFO STEP 206 (remove_files) COMPLETE
58542026-08-17T20:38:21.251Z[ recovery-image] Aug 17 20:38:20.545 INFO O| Aug 17 20:38:20.545 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-17T20:38:21.260Z[ recovery-image] Aug 17 20:38:20.555 INFO O| Aug 17 20:38:20.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58562026-08-17T20:38:21.260Z[ recovery-image] Aug 17 20:38:20.555 INFO O| Aug 17 20:38:20.555 INFO STEP 207 (remove_files) COMPLETE
58572026-08-17T20:38:21.260Z[ recovery-image] Aug 17 20:38:20.555 INFO O| Aug 17 20:38:20.555 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-17T20:38:21.268Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
58592026-08-17T20:38:21.271Z[ recovery-image] Aug 17 20:38:20.564 INFO O| Aug 17 20:38:20.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58602026-08-17T20:38:21.271Z[ recovery-image] Aug 17 20:38:20.564 INFO O| Aug 17 20:38:20.564 INFO STEP 208 (remove_files) COMPLETE
58612026-08-17T20:38:21.271Z[ recovery-image] Aug 17 20:38:20.564 INFO O| Aug 17 20:38:20.564 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-17T20:38:21.281Z[ recovery-image] Aug 17 20:38:20.575 INFO O| Aug 17 20:38:20.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58632026-08-17T20:38:21.281Z[ recovery-image] Aug 17 20:38:20.575 INFO O| Aug 17 20:38:20.575 INFO STEP 209 (remove_files) COMPLETE
58642026-08-17T20:38:21.281Z[ recovery-image] Aug 17 20:38:20.575 INFO O| Aug 17 20:38:20.575 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-17T20:38:21.290Z[ recovery-image] Aug 17 20:38:20.585 INFO O| Aug 17 20:38:20.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58662026-08-17T20:38:21.290Z[ recovery-image] Aug 17 20:38:20.585 INFO O| Aug 17 20:38:20.585 INFO STEP 210 (remove_files) COMPLETE
58672026-08-17T20:38:21.290Z[ recovery-image] Aug 17 20:38:20.585 INFO O| Aug 17 20:38:20.585 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-17T20:38:21.299Z[ recovery-image] Aug 17 20:38:20.593 INFO O| Aug 17 20:38:20.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58692026-08-17T20:38:21.299Z[ recovery-image] Aug 17 20:38:20.593 INFO O| Aug 17 20:38:20.593 INFO STEP 211 (remove_files) COMPLETE
58702026-08-17T20:38:21.299Z[ recovery-image] Aug 17 20:38:20.593 INFO O| Aug 17 20:38:20.593 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-17T20:38:21.310Z[ recovery-image] Aug 17 20:38:20.604 INFO O| Aug 17 20:38:20.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58722026-08-17T20:38:21.310Z[ recovery-image] Aug 17 20:38:20.604 INFO O| Aug 17 20:38:20.604 INFO STEP 212 (remove_files) COMPLETE
58732026-08-17T20:38:21.310Z[ recovery-image] Aug 17 20:38:20.604 INFO O| Aug 17 20:38:20.604 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-17T20:38:21.320Z[ recovery-image] Aug 17 20:38:20.615 INFO O| Aug 17 20:38:20.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58752026-08-17T20:38:21.320Z[ recovery-image] Aug 17 20:38:20.615 INFO O| Aug 17 20:38:20.615 INFO STEP 213 (remove_files) COMPLETE
58762026-08-17T20:38:21.323Z[ recovery-image] Aug 17 20:38:20.615 INFO O| Aug 17 20:38:20.615 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-17T20:38:21.332Z[ recovery-image] Aug 17 20:38:20.626 INFO O| Aug 17 20:38:20.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58782026-08-17T20:38:21.332Z[ recovery-image] Aug 17 20:38:20.626 INFO O| Aug 17 20:38:20.626 INFO STEP 214 (remove_files) COMPLETE
58792026-08-17T20:38:21.339Z[ recovery-image] Aug 17 20:38:20.626 INFO O| Aug 17 20:38:20.626 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-17T20:38:21.342Z[ recovery-image] Aug 17 20:38:20.637 INFO O| Aug 17 20:38:20.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58812026-08-17T20:38:21.342Z[ recovery-image] Aug 17 20:38:20.637 INFO O| Aug 17 20:38:20.637 INFO STEP 215 (remove_files) COMPLETE
58822026-08-17T20:38:21.342Z[ recovery-image] Aug 17 20:38:20.637 INFO O| Aug 17 20:38:20.637 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-17T20:38:21.353Z[ recovery-image] Aug 17 20:38:20.647 INFO O| Aug 17 20:38:20.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58842026-08-17T20:38:21.353Z[ recovery-image] Aug 17 20:38:20.648 INFO O| Aug 17 20:38:20.648 INFO STEP 216 (remove_files) COMPLETE
58852026-08-17T20:38:21.353Z[ recovery-image] Aug 17 20:38:20.648 INFO O| Aug 17 20:38:20.648 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-17T20:38:21.370Z[ recovery-image] Aug 17 20:38:20.664 INFO O| Aug 17 20:38:20.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58872026-08-17T20:38:21.370Z[ recovery-image] Aug 17 20:38:20.665 INFO O| Aug 17 20:38:20.665 INFO STEP 217 (remove_files) COMPLETE
58882026-08-17T20:38:21.370Z[ recovery-image] Aug 17 20:38:20.665 INFO O| Aug 17 20:38:20.665 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-17T20:38:21.380Z[ recovery-image] Aug 17 20:38:20.675 INFO O| Aug 17 20:38:20.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58902026-08-17T20:38:21.380Z[ recovery-image] Aug 17 20:38:20.675 INFO O| Aug 17 20:38:20.675 INFO STEP 218 (remove_files) COMPLETE
58912026-08-17T20:38:21.380Z[ recovery-image] Aug 17 20:38:20.675 INFO O| Aug 17 20:38:20.675 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-17T20:38:21.392Z[ recovery-image] Aug 17 20:38:20.686 INFO O| Aug 17 20:38:20.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58932026-08-17T20:38:21.392Z[ recovery-image] Aug 17 20:38:20.686 INFO O| Aug 17 20:38:20.686 INFO STEP 219 (remove_files) COMPLETE
58942026-08-17T20:38:21.392Z[ recovery-image] Aug 17 20:38:20.686 INFO O| Aug 17 20:38:20.686 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-17T20:38:21.401Z[ recovery-image] Aug 17 20:38:20.696 INFO O| Aug 17 20:38:20.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
58962026-08-17T20:38:21.402Z[ recovery-image] Aug 17 20:38:20.696 INFO O| Aug 17 20:38:20.696 INFO STEP 220 (remove_files) COMPLETE
58972026-08-17T20:38:21.402Z[ recovery-image] Aug 17 20:38:20.696 INFO O| Aug 17 20:38:20.696 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-17T20:38:21.412Z[ recovery-image] Aug 17 20:38:20.706 INFO O| Aug 17 20:38:20.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
58992026-08-17T20:38:21.412Z[ recovery-image] Aug 17 20:38:20.706 INFO O| Aug 17 20:38:20.706 INFO STEP 221 (remove_files) COMPLETE
59002026-08-17T20:38:21.412Z[ recovery-image] Aug 17 20:38:20.706 INFO O| Aug 17 20:38:20.706 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-17T20:38:21.422Z[ recovery-image] Aug 17 20:38:20.716 INFO O| Aug 17 20:38:20.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59022026-08-17T20:38:21.422Z[ recovery-image] Aug 17 20:38:20.716 INFO O| Aug 17 20:38:20.716 INFO STEP 222 (remove_files) COMPLETE
59032026-08-17T20:38:21.422Z[ recovery-image] Aug 17 20:38:20.716 INFO O| Aug 17 20:38:20.716 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-17T20:38:21.431Z[ recovery-image] Aug 17 20:38:20.726 INFO O| Aug 17 20:38:20.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59052026-08-17T20:38:21.431Z[ recovery-image] Aug 17 20:38:20.726 INFO O| Aug 17 20:38:20.726 INFO STEP 223 (remove_files) COMPLETE
59062026-08-17T20:38:21.431Z[ recovery-image] Aug 17 20:38:20.726 INFO O| Aug 17 20:38:20.726 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-17T20:38:21.441Z[ recovery-image] Aug 17 20:38:20.736 INFO O| Aug 17 20:38:20.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59082026-08-17T20:38:21.441Z[ recovery-image] Aug 17 20:38:20.736 INFO O| Aug 17 20:38:20.736 INFO STEP 224 (remove_files) COMPLETE
59092026-08-17T20:38:21.441Z[ recovery-image] Aug 17 20:38:20.736 INFO O| Aug 17 20:38:20.736 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-17T20:38:21.452Z[ recovery-image] Aug 17 20:38:20.746 INFO O| Aug 17 20:38:20.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59112026-08-17T20:38:21.452Z[ recovery-image] Aug 17 20:38:20.746 INFO O| Aug 17 20:38:20.746 INFO STEP 225 (remove_files) COMPLETE
59122026-08-17T20:38:21.452Z[ recovery-image] Aug 17 20:38:20.746 INFO O| Aug 17 20:38:20.746 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-17T20:38:21.462Z[ recovery-image] Aug 17 20:38:20.757 INFO O| Aug 17 20:38:20.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59142026-08-17T20:38:21.462Z[ recovery-image] Aug 17 20:38:20.757 INFO O| Aug 17 20:38:20.757 INFO STEP 226 (remove_files) COMPLETE
59152026-08-17T20:38:21.462Z[ recovery-image] Aug 17 20:38:20.757 INFO O| Aug 17 20:38:20.757 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-17T20:38:21.472Z[ recovery-image] Aug 17 20:38:20.766 INFO O| Aug 17 20:38:20.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59172026-08-17T20:38:21.472Z[ recovery-image] Aug 17 20:38:20.766 INFO O| Aug 17 20:38:20.766 INFO STEP 227 (remove_files) COMPLETE
59182026-08-17T20:38:21.472Z[ recovery-image] Aug 17 20:38:20.766 INFO O| Aug 17 20:38:20.766 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-17T20:38:21.495Z[ recovery-image] Aug 17 20:38:20.776 INFO O| Aug 17 20:38:20.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59202026-08-17T20:38:21.495Z[ recovery-image] Aug 17 20:38:20.776 INFO O| Aug 17 20:38:20.776 INFO STEP 228 (remove_files) COMPLETE
59212026-08-17T20:38:21.495Z[ recovery-image] Aug 17 20:38:20.776 INFO O| Aug 17 20:38:20.776 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-17T20:38:21.498Z[ recovery-image] Aug 17 20:38:20.785 INFO O| Aug 17 20:38:20.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59232026-08-17T20:38:21.498Z[ recovery-image] Aug 17 20:38:20.785 INFO O| Aug 17 20:38:20.785 INFO STEP 229 (remove_files) COMPLETE
59242026-08-17T20:38:21.498Z[ recovery-image] Aug 17 20:38:20.785 INFO O| Aug 17 20:38:20.785 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-17T20:38:21.501Z[ recovery-image] Aug 17 20:38:20.794 INFO O| Aug 17 20:38:20.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59262026-08-17T20:38:21.501Z[ recovery-image] Aug 17 20:38:20.795 INFO O| Aug 17 20:38:20.794 INFO STEP 230 (remove_files) COMPLETE
59272026-08-17T20:38:21.501Z[ recovery-image] Aug 17 20:38:20.795 INFO O| Aug 17 20:38:20.794 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-17T20:38:21.511Z[ recovery-image] Aug 17 20:38:20.805 INFO O| Aug 17 20:38:20.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59292026-08-17T20:38:21.511Z[ recovery-image] Aug 17 20:38:20.805 INFO O| Aug 17 20:38:20.805 INFO STEP 231 (remove_files) COMPLETE
59302026-08-17T20:38:21.511Z[ recovery-image] Aug 17 20:38:20.805 INFO O| Aug 17 20:38:20.805 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-17T20:38:21.520Z[ recovery-image] Aug 17 20:38:20.815 INFO O| Aug 17 20:38:20.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59322026-08-17T20:38:21.520Z[ recovery-image] Aug 17 20:38:20.815 INFO O| Aug 17 20:38:20.815 INFO STEP 232 (remove_files) COMPLETE
59332026-08-17T20:38:21.523Z[ recovery-image] Aug 17 20:38:20.815 INFO O| Aug 17 20:38:20.815 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-17T20:38:21.529Z[ recovery-image] Aug 17 20:38:20.824 INFO O| Aug 17 20:38:20.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59352026-08-17T20:38:21.529Z[ recovery-image] Aug 17 20:38:20.824 INFO O| Aug 17 20:38:20.824 INFO STEP 233 (remove_files) COMPLETE
59362026-08-17T20:38:21.529Z[ recovery-image] Aug 17 20:38:20.824 INFO O| Aug 17 20:38:20.824 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-17T20:38:21.539Z[ recovery-image] Aug 17 20:38:20.833 INFO O| Aug 17 20:38:20.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59382026-08-17T20:38:21.539Z[ recovery-image] Aug 17 20:38:20.833 INFO O| Aug 17 20:38:20.833 INFO STEP 234 (remove_files) COMPLETE
59392026-08-17T20:38:21.539Z[ recovery-image] Aug 17 20:38:20.833 INFO O| Aug 17 20:38:20.833 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-17T20:38:21.548Z[ recovery-image] Aug 17 20:38:20.843 INFO O| Aug 17 20:38:20.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59412026-08-17T20:38:21.548Z[ recovery-image] Aug 17 20:38:20.843 INFO O| Aug 17 20:38:20.843 INFO STEP 235 (remove_files) COMPLETE
59422026-08-17T20:38:21.548Z[ recovery-image] Aug 17 20:38:20.843 INFO O| Aug 17 20:38:20.843 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-17T20:38:21.557Z[ recovery-image] Aug 17 20:38:20.852 INFO O| Aug 17 20:38:20.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59442026-08-17T20:38:21.557Z[ recovery-image] Aug 17 20:38:20.852 INFO O| Aug 17 20:38:20.852 INFO STEP 236 (remove_files) COMPLETE
59452026-08-17T20:38:21.557Z[ recovery-image] Aug 17 20:38:20.852 INFO O| Aug 17 20:38:20.852 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-17T20:38:21.589Z[ recovery-image] Aug 17 20:38:20.883 INFO O| Aug 17 20:38:20.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59472026-08-17T20:38:21.589Z[ recovery-image] Aug 17 20:38:20.883 INFO O| Aug 17 20:38:20.883 INFO STEP 237 (remove_files) COMPLETE
59482026-08-17T20:38:21.589Z[ recovery-image] Aug 17 20:38:20.883 INFO O| Aug 17 20:38:20.883 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-17T20:38:21.599Z[ recovery-image] Aug 17 20:38:20.894 INFO O| Aug 17 20:38:20.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59502026-08-17T20:38:21.599Z[ recovery-image] Aug 17 20:38:20.894 INFO O| Aug 17 20:38:20.894 INFO STEP 238 (remove_files) COMPLETE
59512026-08-17T20:38:21.599Z[ recovery-image] Aug 17 20:38:20.894 INFO O| Aug 17 20:38:20.894 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-17T20:38:21.609Z[ recovery-image] Aug 17 20:38:20.904 INFO O| Aug 17 20:38:20.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59532026-08-17T20:38:21.610Z[ recovery-image] Aug 17 20:38:20.904 INFO O| Aug 17 20:38:20.904 INFO STEP 239 (remove_files) COMPLETE
59542026-08-17T20:38:21.610Z[ recovery-image] Aug 17 20:38:20.904 INFO O| Aug 17 20:38:20.904 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-17T20:38:21.625Z[ recovery-image] Aug 17 20:38:20.920 INFO O| Aug 17 20:38:20.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59562026-08-17T20:38:21.625Z[ recovery-image] Aug 17 20:38:20.920 INFO O| Aug 17 20:38:20.920 INFO STEP 240 (remove_files) COMPLETE
59572026-08-17T20:38:21.625Z[ recovery-image] Aug 17 20:38:20.920 INFO O| Aug 17 20:38:20.920 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-17T20:38:21.668Z[ recovery-image] Aug 17 20:38:20.962 INFO O| Aug 17 20:38:20.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59592026-08-17T20:38:21.668Z[ recovery-image] Aug 17 20:38:20.962 INFO O| Aug 17 20:38:20.962 INFO STEP 241 (remove_files) COMPLETE
59602026-08-17T20:38:21.668Z[ recovery-image] Aug 17 20:38:20.962 INFO O| Aug 17 20:38:20.962 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-17T20:38:21.684Z[ recovery-image] Aug 17 20:38:20.978 INFO O| Aug 17 20:38:20.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59622026-08-17T20:38:21.684Z[ recovery-image] Aug 17 20:38:20.978 INFO O| Aug 17 20:38:20.978 INFO STEP 242 (remove_files) COMPLETE
59632026-08-17T20:38:21.684Z[ recovery-image] Aug 17 20:38:20.978 INFO O| Aug 17 20:38:20.978 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-17T20:38:21.713Z[ recovery-image] Aug 17 20:38:21.007 INFO O| Aug 17 20:38:21.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59652026-08-17T20:38:21.713Z[ recovery-image] Aug 17 20:38:21.007 INFO O| Aug 17 20:38:21.007 INFO STEP 243 (remove_files) COMPLETE
59662026-08-17T20:38:21.713Z[ recovery-image] Aug 17 20:38:21.007 INFO O| Aug 17 20:38:21.007 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-17T20:38:21.724Z[ recovery-image] Aug 17 20:38:21.018 INFO O| Aug 17 20:38:21.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59682026-08-17T20:38:21.724Z[ recovery-image] Aug 17 20:38:21.018 INFO O| Aug 17 20:38:21.018 INFO STEP 244 (remove_files) COMPLETE
59692026-08-17T20:38:21.724Z[ recovery-image] Aug 17 20:38:21.018 INFO O| Aug 17 20:38:21.018 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-17T20:38:21.734Z[ recovery-image] Aug 17 20:38:21.028 INFO O| Aug 17 20:38:21.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59712026-08-17T20:38:21.734Z[ recovery-image] Aug 17 20:38:21.029 INFO O| Aug 17 20:38:21.028 INFO STEP 245 (remove_files) COMPLETE
59722026-08-17T20:38:21.735Z[ recovery-image] Aug 17 20:38:21.029 INFO O| Aug 17 20:38:21.029 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-17T20:38:21.743Z[ recovery-image] Aug 17 20:38:21.038 INFO O| Aug 17 20:38:21.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59742026-08-17T20:38:21.743Z[ recovery-image] Aug 17 20:38:21.038 INFO O| Aug 17 20:38:21.038 INFO STEP 246 (remove_files) COMPLETE
59752026-08-17T20:38:21.743Z[ recovery-image] Aug 17 20:38:21.038 INFO O| Aug 17 20:38:21.038 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-17T20:38:21.752Z[ recovery-image] Aug 17 20:38:21.046 INFO O| Aug 17 20:38:21.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59772026-08-17T20:38:21.752Z[ recovery-image] Aug 17 20:38:21.046 INFO O| Aug 17 20:38:21.046 INFO STEP 247 (remove_files) COMPLETE
59782026-08-17T20:38:21.752Z[ recovery-image] Aug 17 20:38:21.046 INFO O| Aug 17 20:38:21.046 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-17T20:38:21.761Z[ recovery-image] Aug 17 20:38:21.056 INFO O| Aug 17 20:38:21.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59802026-08-17T20:38:21.762Z[ recovery-image] Aug 17 20:38:21.056 INFO O| Aug 17 20:38:21.056 INFO STEP 248 (remove_files) COMPLETE
59812026-08-17T20:38:21.762Z[ recovery-image] Aug 17 20:38:21.056 INFO O| Aug 17 20:38:21.056 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-17T20:38:21.771Z[ recovery-image] Aug 17 20:38:21.065 INFO O| Aug 17 20:38:21.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59832026-08-17T20:38:21.771Z[ recovery-image] Aug 17 20:38:21.065 INFO O| Aug 17 20:38:21.065 INFO STEP 249 (remove_files) COMPLETE
59842026-08-17T20:38:21.771Z[ recovery-image] Aug 17 20:38:21.065 INFO O| Aug 17 20:38:21.065 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-17T20:38:21.779Z[ recovery-image] Aug 17 20:38:21.074 INFO O| Aug 17 20:38:21.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59862026-08-17T20:38:21.780Z[ recovery-image] Aug 17 20:38:21.074 INFO O| Aug 17 20:38:21.074 INFO STEP 250 (remove_files) COMPLETE
59872026-08-17T20:38:21.783Z[ recovery-image] Aug 17 20:38:21.074 INFO O| Aug 17 20:38:21.074 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-17T20:38:21.788Z[ recovery-image] Aug 17 20:38:21.083 INFO O| Aug 17 20:38:21.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59892026-08-17T20:38:21.788Z[ recovery-image] Aug 17 20:38:21.083 INFO O| Aug 17 20:38:21.083 INFO STEP 251 (remove_files) COMPLETE
59902026-08-17T20:38:21.788Z[ recovery-image] Aug 17 20:38:21.083 INFO O| Aug 17 20:38:21.083 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-17T20:38:21.797Z[ recovery-image] Aug 17 20:38:21.092 INFO O| Aug 17 20:38:21.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59922026-08-17T20:38:21.798Z[ recovery-image] Aug 17 20:38:21.092 INFO O| Aug 17 20:38:21.092 INFO STEP 252 (remove_files) COMPLETE
59932026-08-17T20:38:21.798Z[ recovery-image] Aug 17 20:38:21.092 INFO O| Aug 17 20:38:21.092 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-17T20:38:21.807Z[ recovery-image] Aug 17 20:38:21.101 INFO O| Aug 17 20:38:21.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
59952026-08-17T20:38:21.807Z[ recovery-image] Aug 17 20:38:21.101 INFO O| Aug 17 20:38:21.101 INFO STEP 253 (remove_files) COMPLETE
59962026-08-17T20:38:21.807Z[ recovery-image] Aug 17 20:38:21.101 INFO O| Aug 17 20:38:21.101 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-17T20:38:21.818Z[ recovery-image] Aug 17 20:38:21.112 INFO O| Aug 17 20:38:21.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
59982026-08-17T20:38:21.818Z[ recovery-image] Aug 17 20:38:21.112 INFO O| Aug 17 20:38:21.112 INFO STEP 254 (remove_files) COMPLETE
59992026-08-17T20:38:21.821Z[ recovery-image] Aug 17 20:38:21.112 INFO O| Aug 17 20:38:21.112 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-17T20:38:21.827Z[ recovery-image] Aug 17 20:38:21.122 INFO O| Aug 17 20:38:21.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60012026-08-17T20:38:21.827Z[ recovery-image] Aug 17 20:38:21.122 INFO O| Aug 17 20:38:21.122 INFO STEP 255 (remove_files) COMPLETE
60022026-08-17T20:38:21.831Z[ recovery-image] Aug 17 20:38:21.122 INFO O| Aug 17 20:38:21.122 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-17T20:38:21.838Z[ recovery-image] Aug 17 20:38:21.132 INFO O| Aug 17 20:38:21.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60042026-08-17T20:38:21.838Z[ recovery-image] Aug 17 20:38:21.132 INFO O| Aug 17 20:38:21.132 INFO STEP 256 (remove_files) COMPLETE
60052026-08-17T20:38:21.838Z[ recovery-image] Aug 17 20:38:21.132 INFO O| Aug 17 20:38:21.132 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-17T20:38:21.849Z[ recovery-image] Aug 17 20:38:21.143 INFO O| Aug 17 20:38:21.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60072026-08-17T20:38:21.849Z[ recovery-image] Aug 17 20:38:21.143 INFO O| Aug 17 20:38:21.143 INFO STEP 257 (remove_files) COMPLETE
60082026-08-17T20:38:21.849Z[ recovery-image] Aug 17 20:38:21.143 INFO O| Aug 17 20:38:21.143 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-17T20:38:21.864Z[ recovery-image] Aug 17 20:38:21.155 INFO O| Aug 17 20:38:21.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60102026-08-17T20:38:21.864Z[ recovery-image] Aug 17 20:38:21.155 INFO O| Aug 17 20:38:21.155 INFO STEP 258 (remove_files) COMPLETE
60112026-08-17T20:38:21.864Z[ recovery-image] Aug 17 20:38:21.155 INFO O| Aug 17 20:38:21.155 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-17T20:38:21.871Z[ recovery-image] Aug 17 20:38:21.165 INFO O| Aug 17 20:38:21.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60132026-08-17T20:38:21.871Z[ recovery-image] Aug 17 20:38:21.165 INFO O| Aug 17 20:38:21.165 INFO STEP 259 (remove_files) COMPLETE
60142026-08-17T20:38:21.871Z[ recovery-image] Aug 17 20:38:21.165 INFO O| Aug 17 20:38:21.165 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-17T20:38:21.880Z[ recovery-image] Aug 17 20:38:21.174 INFO O| Aug 17 20:38:21.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60162026-08-17T20:38:21.884Z[ recovery-image] Aug 17 20:38:21.175 INFO O| Aug 17 20:38:21.175 INFO STEP 260 (remove_files) COMPLETE
60172026-08-17T20:38:21.884Z[ recovery-image] Aug 17 20:38:21.175 INFO O| Aug 17 20:38:21.175 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-17T20:38:21.890Z[ recovery-image] Aug 17 20:38:21.185 INFO O| Aug 17 20:38:21.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60192026-08-17T20:38:21.891Z[ recovery-image] Aug 17 20:38:21.185 INFO O| Aug 17 20:38:21.185 INFO STEP 261 (remove_files) COMPLETE
60202026-08-17T20:38:21.891Z[ recovery-image] Aug 17 20:38:21.185 INFO O| Aug 17 20:38:21.185 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-17T20:38:21.899Z[ recovery-image] Aug 17 20:38:21.194 INFO O| Aug 17 20:38:21.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60222026-08-17T20:38:21.899Z[ recovery-image] Aug 17 20:38:21.194 INFO O| Aug 17 20:38:21.194 INFO STEP 262 (remove_files) COMPLETE
60232026-08-17T20:38:21.900Z[ recovery-image] Aug 17 20:38:21.194 INFO O| Aug 17 20:38:21.194 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-17T20:38:21.909Z[ recovery-image] Aug 17 20:38:21.203 INFO O| Aug 17 20:38:21.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60252026-08-17T20:38:21.912Z[ recovery-image] Aug 17 20:38:21.204 INFO O| Aug 17 20:38:21.204 INFO STEP 263 (remove_files) COMPLETE
60262026-08-17T20:38:21.912Z[ recovery-image] Aug 17 20:38:21.204 INFO O| Aug 17 20:38:21.204 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-17T20:38:21.919Z[ recovery-image] Aug 17 20:38:21.213 INFO O| Aug 17 20:38:21.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60282026-08-17T20:38:21.919Z[ recovery-image] Aug 17 20:38:21.213 INFO O| Aug 17 20:38:21.213 INFO STEP 264 (remove_files) COMPLETE
60292026-08-17T20:38:21.922Z[ recovery-image] Aug 17 20:38:21.213 INFO O| Aug 17 20:38:21.213 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-17T20:38:21.928Z[ recovery-image] Aug 17 20:38:21.222 INFO O| Aug 17 20:38:21.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60312026-08-17T20:38:21.928Z[ recovery-image] Aug 17 20:38:21.222 INFO O| Aug 17 20:38:21.222 INFO STEP 265 (remove_files) COMPLETE
60322026-08-17T20:38:21.928Z[ recovery-image] Aug 17 20:38:21.222 INFO O| Aug 17 20:38:21.222 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-17T20:38:21.933Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
60342026-08-17T20:38:21.937Z[ recovery-image] Aug 17 20:38:21.231 INFO O| Aug 17 20:38:21.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60352026-08-17T20:38:21.940Z[ recovery-image] Aug 17 20:38:21.232 INFO O| Aug 17 20:38:21.232 INFO STEP 266 (remove_files) COMPLETE
60362026-08-17T20:38:21.940Z[ recovery-image] Aug 17 20:38:21.232 INFO O| Aug 17 20:38:21.232 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-17T20:38:21.947Z[ recovery-image] Aug 17 20:38:21.242 INFO O| Aug 17 20:38:21.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60382026-08-17T20:38:21.947Z[ recovery-image] Aug 17 20:38:21.242 INFO O| Aug 17 20:38:21.242 INFO STEP 267 (remove_files) COMPLETE
60392026-08-17T20:38:21.948Z[ recovery-image] Aug 17 20:38:21.242 INFO O| Aug 17 20:38:21.242 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-17T20:38:21.958Z[ recovery-image] Aug 17 20:38:21.252 INFO O| Aug 17 20:38:21.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60412026-08-17T20:38:21.958Z[ recovery-image] Aug 17 20:38:21.252 INFO O| Aug 17 20:38:21.251 INFO STEP 268 (remove_files) COMPLETE
60422026-08-17T20:38:21.961Z[ recovery-image] Aug 17 20:38:21.252 INFO O| Aug 17 20:38:21.251 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-17T20:38:21.966Z[ recovery-image] Aug 17 20:38:21.260 INFO O| Aug 17 20:38:21.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60442026-08-17T20:38:21.966Z[ recovery-image] Aug 17 20:38:21.260 INFO O| Aug 17 20:38:21.260 INFO STEP 269 (remove_files) COMPLETE
60452026-08-17T20:38:21.966Z[ recovery-image] Aug 17 20:38:21.260 INFO O| Aug 17 20:38:21.260 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-17T20:38:21.976Z[ recovery-image] Aug 17 20:38:21.270 INFO O| Aug 17 20:38:21.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60472026-08-17T20:38:21.976Z[ recovery-image] Aug 17 20:38:21.270 INFO O| Aug 17 20:38:21.270 INFO STEP 270 (remove_files) COMPLETE
60482026-08-17T20:38:21.976Z[ recovery-image] Aug 17 20:38:21.270 INFO O| Aug 17 20:38:21.270 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-17T20:38:21.984Z[ recovery-image] Aug 17 20:38:21.279 INFO O| Aug 17 20:38:21.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60502026-08-17T20:38:21.984Z[ recovery-image] Aug 17 20:38:21.279 INFO O| Aug 17 20:38:21.279 INFO STEP 271 (remove_files) COMPLETE
60512026-08-17T20:38:21.985Z[ recovery-image] Aug 17 20:38:21.279 INFO O| Aug 17 20:38:21.279 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-17T20:38:21.994Z[ recovery-image] Aug 17 20:38:21.288 INFO O| Aug 17 20:38:21.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60532026-08-17T20:38:21.994Z[ recovery-image] Aug 17 20:38:21.288 INFO O| Aug 17 20:38:21.288 INFO STEP 272 (remove_files) COMPLETE
60542026-08-17T20:38:21.994Z[ recovery-image] Aug 17 20:38:21.288 INFO O| Aug 17 20:38:21.288 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-17T20:38:22.003Z[ recovery-image] Aug 17 20:38:21.298 INFO O| Aug 17 20:38:21.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60562026-08-17T20:38:22.004Z[ recovery-image] Aug 17 20:38:21.298 INFO O| Aug 17 20:38:21.298 INFO STEP 273 (remove_files) COMPLETE
60572026-08-17T20:38:22.004Z[ recovery-image] Aug 17 20:38:21.298 INFO O| Aug 17 20:38:21.298 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-17T20:38:22.013Z[ recovery-image] Aug 17 20:38:21.307 INFO O| Aug 17 20:38:21.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60592026-08-17T20:38:22.013Z[ recovery-image] Aug 17 20:38:21.307 INFO O| Aug 17 20:38:21.307 INFO STEP 274 (remove_files) COMPLETE
60602026-08-17T20:38:22.013Z[ recovery-image] Aug 17 20:38:21.307 INFO O| Aug 17 20:38:21.307 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-17T20:38:22.022Z[ recovery-image] Aug 17 20:38:21.316 INFO O| Aug 17 20:38:21.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60622026-08-17T20:38:22.022Z[ recovery-image] Aug 17 20:38:21.316 INFO O| Aug 17 20:38:21.316 INFO STEP 275 (remove_files) COMPLETE
60632026-08-17T20:38:22.022Z[ recovery-image] Aug 17 20:38:21.316 INFO O| Aug 17 20:38:21.316 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-17T20:38:22.031Z[ recovery-image] Aug 17 20:38:21.325 INFO O| Aug 17 20:38:21.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60652026-08-17T20:38:22.031Z[ recovery-image] Aug 17 20:38:21.325 INFO O| Aug 17 20:38:21.325 INFO STEP 276 (remove_files) COMPLETE
60662026-08-17T20:38:22.031Z[ recovery-image] Aug 17 20:38:21.325 INFO O| Aug 17 20:38:21.325 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-17T20:38:22.040Z[ recovery-image] Aug 17 20:38:21.334 INFO O| Aug 17 20:38:21.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60682026-08-17T20:38:22.040Z[ recovery-image] Aug 17 20:38:21.334 INFO O| Aug 17 20:38:21.334 INFO STEP 277 (remove_files) COMPLETE
60692026-08-17T20:38:22.040Z[ recovery-image] Aug 17 20:38:21.334 INFO O| Aug 17 20:38:21.334 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-17T20:38:22.049Z[ recovery-image] Aug 17 20:38:21.343 INFO O| Aug 17 20:38:21.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60712026-08-17T20:38:22.049Z[ recovery-image] Aug 17 20:38:21.343 INFO O| Aug 17 20:38:21.343 INFO STEP 278 (remove_files) COMPLETE
60722026-08-17T20:38:22.049Z[ recovery-image] Aug 17 20:38:21.343 INFO O| Aug 17 20:38:21.343 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-17T20:38:22.058Z[ recovery-image] Aug 17 20:38:21.352 INFO O| Aug 17 20:38:21.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60742026-08-17T20:38:22.058Z[ recovery-image] Aug 17 20:38:21.352 INFO O| Aug 17 20:38:21.352 INFO STEP 279 (remove_files) COMPLETE
60752026-08-17T20:38:22.058Z[ recovery-image] Aug 17 20:38:21.352 INFO O| Aug 17 20:38:21.352 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-17T20:38:22.069Z[ recovery-image] Aug 17 20:38:21.363 INFO O| Aug 17 20:38:21.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60772026-08-17T20:38:22.069Z[ recovery-image] Aug 17 20:38:21.363 INFO O| Aug 17 20:38:21.363 INFO STEP 280 (remove_files) COMPLETE
60782026-08-17T20:38:22.069Z[ recovery-image] Aug 17 20:38:21.363 INFO O| Aug 17 20:38:21.363 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-17T20:38:22.079Z[ recovery-image] Aug 17 20:38:21.373 INFO O| Aug 17 20:38:21.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60802026-08-17T20:38:22.079Z[ recovery-image] Aug 17 20:38:21.373 INFO O| Aug 17 20:38:21.373 INFO STEP 281 (remove_files) COMPLETE
60812026-08-17T20:38:22.079Z[ recovery-image] Aug 17 20:38:21.373 INFO O| Aug 17 20:38:21.373 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-17T20:38:22.089Z[ recovery-image] Aug 17 20:38:21.383 INFO O| Aug 17 20:38:21.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60832026-08-17T20:38:22.089Z[ recovery-image] Aug 17 20:38:21.383 INFO O| Aug 17 20:38:21.383 INFO STEP 282 (remove_files) COMPLETE
60842026-08-17T20:38:22.089Z[ recovery-image] Aug 17 20:38:21.383 INFO O| Aug 17 20:38:21.383 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-17T20:38:22.098Z[ recovery-image] Aug 17 20:38:21.393 INFO O| Aug 17 20:38:21.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60862026-08-17T20:38:22.099Z[ recovery-image] Aug 17 20:38:21.393 INFO O| Aug 17 20:38:21.393 INFO STEP 283 (remove_files) COMPLETE
60872026-08-17T20:38:22.099Z[ recovery-image] Aug 17 20:38:21.393 INFO O| Aug 17 20:38:21.393 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-17T20:38:22.108Z[ recovery-image] Aug 17 20:38:21.402 INFO O| Aug 17 20:38:21.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60892026-08-17T20:38:22.108Z[ recovery-image] Aug 17 20:38:21.402 INFO O| Aug 17 20:38:21.402 INFO STEP 284 (remove_files) COMPLETE
60902026-08-17T20:38:22.108Z[ recovery-image] Aug 17 20:38:21.402 INFO O| Aug 17 20:38:21.402 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-17T20:38:22.117Z[ recovery-image] Aug 17 20:38:21.411 INFO O| Aug 17 20:38:21.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60922026-08-17T20:38:22.117Z[ recovery-image] Aug 17 20:38:21.412 INFO O| Aug 17 20:38:21.412 INFO STEP 285 (remove_files) COMPLETE
60932026-08-17T20:38:22.117Z[ recovery-image] Aug 17 20:38:21.412 INFO O| Aug 17 20:38:21.412 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-17T20:38:22.128Z[ recovery-image] Aug 17 20:38:21.422 INFO O| Aug 17 20:38:21.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
60952026-08-17T20:38:22.128Z[ recovery-image] Aug 17 20:38:21.422 INFO O| Aug 17 20:38:21.422 INFO STEP 286 (remove_files) COMPLETE
60962026-08-17T20:38:22.128Z[ recovery-image] Aug 17 20:38:21.422 INFO O| Aug 17 20:38:21.422 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-17T20:38:22.137Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
60982026-08-17T20:38:22.140Z[ recovery-image] Aug 17 20:38:21.433 INFO O| Aug 17 20:38:21.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
60992026-08-17T20:38:22.140Z[ recovery-image] Aug 17 20:38:21.433 INFO O| Aug 17 20:38:21.433 INFO STEP 287 (remove_files) COMPLETE
61002026-08-17T20:38:22.140Z[ recovery-image] Aug 17 20:38:21.433 INFO O| Aug 17 20:38:21.433 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-17T20:38:22.149Z[ recovery-image] Aug 17 20:38:21.444 INFO O| Aug 17 20:38:21.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61022026-08-17T20:38:22.149Z[ recovery-image] Aug 17 20:38:21.444 INFO O| Aug 17 20:38:21.444 INFO STEP 288 (remove_files) COMPLETE
61032026-08-17T20:38:22.153Z[ recovery-image] Aug 17 20:38:21.444 INFO O| Aug 17 20:38:21.444 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-17T20:38:22.168Z[ recovery-image] Aug 17 20:38:21.462 INFO O| Aug 17 20:38:21.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61052026-08-17T20:38:22.168Z[ recovery-image] Aug 17 20:38:21.462 INFO O| Aug 17 20:38:21.462 INFO STEP 289 (remove_files) COMPLETE
61062026-08-17T20:38:22.171Z[ recovery-image] Aug 17 20:38:21.462 INFO O| Aug 17 20:38:21.462 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-17T20:38:22.178Z[ recovery-image] Aug 17 20:38:21.472 INFO O| Aug 17 20:38:21.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61082026-08-17T20:38:22.178Z[ recovery-image] Aug 17 20:38:21.472 INFO O| Aug 17 20:38:21.472 INFO STEP 290 (remove_files) COMPLETE
61092026-08-17T20:38:22.178Z[ recovery-image] Aug 17 20:38:21.472 INFO O| Aug 17 20:38:21.472 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-17T20:38:22.189Z[ recovery-image] Aug 17 20:38:21.483 INFO O| Aug 17 20:38:21.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61112026-08-17T20:38:22.189Z[ recovery-image] Aug 17 20:38:21.483 INFO O| Aug 17 20:38:21.483 INFO STEP 291 (remove_files) COMPLETE
61122026-08-17T20:38:22.192Z[ recovery-image] Aug 17 20:38:21.483 INFO O| Aug 17 20:38:21.483 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-17T20:38:22.199Z[ recovery-image] Aug 17 20:38:21.493 INFO O| Aug 17 20:38:21.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61142026-08-17T20:38:22.199Z[ recovery-image] Aug 17 20:38:21.493 INFO O| Aug 17 20:38:21.493 INFO STEP 292 (remove_files) COMPLETE
61152026-08-17T20:38:22.199Z[ recovery-image] Aug 17 20:38:21.493 INFO O| Aug 17 20:38:21.493 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-17T20:38:22.209Z[ recovery-image] Aug 17 20:38:21.503 INFO O| Aug 17 20:38:21.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61172026-08-17T20:38:22.209Z[ recovery-image] Aug 17 20:38:21.503 INFO O| Aug 17 20:38:21.503 INFO STEP 293 (remove_files) COMPLETE
61182026-08-17T20:38:22.209Z[ recovery-image] Aug 17 20:38:21.503 INFO O| Aug 17 20:38:21.503 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-17T20:38:22.219Z[ recovery-image] Aug 17 20:38:21.514 INFO O| Aug 17 20:38:21.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61202026-08-17T20:38:22.220Z[ recovery-image] Aug 17 20:38:21.514 INFO O| Aug 17 20:38:21.514 INFO STEP 294 (remove_files) COMPLETE
61212026-08-17T20:38:22.220Z[ recovery-image] Aug 17 20:38:21.514 INFO O| Aug 17 20:38:21.514 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-17T20:38:22.230Z[ recovery-image] Aug 17 20:38:21.524 INFO O| Aug 17 20:38:21.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61232026-08-17T20:38:22.230Z[ recovery-image] Aug 17 20:38:21.524 INFO O| Aug 17 20:38:21.524 INFO STEP 295 (remove_files) COMPLETE
61242026-08-17T20:38:22.233Z[ recovery-image] Aug 17 20:38:21.524 INFO O| Aug 17 20:38:21.524 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-17T20:38:22.239Z[ recovery-image] Aug 17 20:38:21.533 INFO O| Aug 17 20:38:21.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61262026-08-17T20:38:22.239Z[ recovery-image] Aug 17 20:38:21.533 INFO O| Aug 17 20:38:21.533 INFO STEP 296 (remove_files) COMPLETE
61272026-08-17T20:38:22.239Z[ recovery-image] Aug 17 20:38:21.533 INFO O| Aug 17 20:38:21.533 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-17T20:38:22.248Z[ recovery-image] Aug 17 20:38:21.543 INFO O| Aug 17 20:38:21.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61292026-08-17T20:38:22.248Z[ recovery-image] Aug 17 20:38:21.543 INFO O| Aug 17 20:38:21.543 INFO STEP 297 (remove_files) COMPLETE
61302026-08-17T20:38:22.265Z[ recovery-image] Aug 17 20:38:21.543 INFO O| Aug 17 20:38:21.543 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-17T20:38:22.265Z[ recovery-image] Aug 17 20:38:21.552 INFO O| Aug 17 20:38:21.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61322026-08-17T20:38:22.265Z[ recovery-image] Aug 17 20:38:21.552 INFO O| Aug 17 20:38:21.552 INFO STEP 298 (remove_files) COMPLETE
61332026-08-17T20:38:22.265Z[ recovery-image] Aug 17 20:38:21.552 INFO O| Aug 17 20:38:21.552 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-17T20:38:22.269Z[ recovery-image] Aug 17 20:38:21.561 INFO O| Aug 17 20:38:21.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61352026-08-17T20:38:22.269Z[ recovery-image] Aug 17 20:38:21.561 INFO O| Aug 17 20:38:21.561 INFO STEP 299 (remove_files) COMPLETE
61362026-08-17T20:38:22.269Z[ recovery-image] Aug 17 20:38:21.561 INFO O| Aug 17 20:38:21.561 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-17T20:38:22.276Z[ recovery-image] Aug 17 20:38:21.570 INFO O| Aug 17 20:38:21.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61382026-08-17T20:38:22.276Z[ recovery-image] Aug 17 20:38:21.570 INFO O| Aug 17 20:38:21.570 INFO STEP 300 (remove_files) COMPLETE
61392026-08-17T20:38:22.276Z[ recovery-image] Aug 17 20:38:21.570 INFO O| Aug 17 20:38:21.570 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-17T20:38:22.286Z[ recovery-image] Aug 17 20:38:21.580 INFO O| Aug 17 20:38:21.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61412026-08-17T20:38:22.286Z[ recovery-image] Aug 17 20:38:21.580 INFO O| Aug 17 20:38:21.580 INFO STEP 301 (remove_files) COMPLETE
61422026-08-17T20:38:22.286Z[ recovery-image] Aug 17 20:38:21.580 INFO O| Aug 17 20:38:21.580 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-17T20:38:22.294Z[ recovery-image] Aug 17 20:38:21.588 INFO O| Aug 17 20:38:21.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61442026-08-17T20:38:22.294Z[ recovery-image] Aug 17 20:38:21.588 INFO O| Aug 17 20:38:21.588 INFO STEP 302 (remove_files) COMPLETE
61452026-08-17T20:38:22.298Z[ recovery-image] Aug 17 20:38:21.588 INFO O| Aug 17 20:38:21.588 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-17T20:38:22.303Z[ recovery-image] Aug 17 20:38:21.597 INFO O| Aug 17 20:38:21.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61472026-08-17T20:38:22.303Z[ recovery-image] Aug 17 20:38:21.597 INFO O| Aug 17 20:38:21.597 INFO STEP 303 (remove_files) COMPLETE
61482026-08-17T20:38:22.303Z[ recovery-image] Aug 17 20:38:21.597 INFO O| Aug 17 20:38:21.597 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-17T20:38:22.311Z[ recovery-image] Aug 17 20:38:21.605 INFO O| Aug 17 20:38:21.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61502026-08-17T20:38:22.311Z[ recovery-image] Aug 17 20:38:21.606 INFO O| Aug 17 20:38:21.605 INFO STEP 304 (remove_files) COMPLETE
61512026-08-17T20:38:22.311Z[ recovery-image] Aug 17 20:38:21.606 INFO O| Aug 17 20:38:21.605 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-17T20:38:22.320Z[ recovery-image] Aug 17 20:38:21.614 INFO O| Aug 17 20:38:21.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61532026-08-17T20:38:22.320Z[ recovery-image] Aug 17 20:38:21.614 INFO O| Aug 17 20:38:21.614 INFO STEP 305 (remove_files) COMPLETE
61542026-08-17T20:38:22.320Z[ recovery-image] Aug 17 20:38:21.614 INFO O| Aug 17 20:38:21.614 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-17T20:38:22.328Z[ recovery-image] Aug 17 20:38:21.622 INFO O| Aug 17 20:38:21.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61562026-08-17T20:38:22.328Z[ recovery-image] Aug 17 20:38:21.622 INFO O| Aug 17 20:38:21.622 INFO STEP 306 (remove_files) COMPLETE
61572026-08-17T20:38:22.328Z[ recovery-image] Aug 17 20:38:21.622 INFO O| Aug 17 20:38:21.622 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-17T20:38:22.336Z[ recovery-image] Aug 17 20:38:21.630 INFO O| Aug 17 20:38:21.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61592026-08-17T20:38:22.336Z[ recovery-image] Aug 17 20:38:21.630 INFO O| Aug 17 20:38:21.630 INFO STEP 307 (remove_files) COMPLETE
61602026-08-17T20:38:22.336Z[ recovery-image] Aug 17 20:38:21.630 INFO O| Aug 17 20:38:21.630 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-17T20:38:22.347Z[ recovery-image] Aug 17 20:38:21.639 INFO O| Aug 17 20:38:21.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61622026-08-17T20:38:22.347Z[ recovery-image] Aug 17 20:38:21.640 INFO O| Aug 17 20:38:21.639 INFO STEP 308 (remove_files) COMPLETE
61632026-08-17T20:38:22.347Z[ recovery-image] Aug 17 20:38:21.640 INFO O| Aug 17 20:38:21.639 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-17T20:38:22.354Z[ recovery-image] Aug 17 20:38:21.649 INFO O| Aug 17 20:38:21.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61652026-08-17T20:38:22.354Z[ recovery-image] Aug 17 20:38:21.649 INFO O| Aug 17 20:38:21.649 INFO STEP 309 (remove_files) COMPLETE
61662026-08-17T20:38:22.354Z[ recovery-image] Aug 17 20:38:21.649 INFO O| Aug 17 20:38:21.649 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-17T20:38:22.364Z[ recovery-image] Aug 17 20:38:21.658 INFO O| Aug 17 20:38:21.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61682026-08-17T20:38:22.364Z[ recovery-image] Aug 17 20:38:21.658 INFO O| Aug 17 20:38:21.658 INFO STEP 310 (remove_files) COMPLETE
61692026-08-17T20:38:22.364Z[ recovery-image] Aug 17 20:38:21.658 INFO O| Aug 17 20:38:21.658 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-17T20:38:22.373Z[ recovery-image] Aug 17 20:38:21.667 INFO O| Aug 17 20:38:21.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61712026-08-17T20:38:22.376Z[ recovery-image] Aug 17 20:38:21.667 INFO O| Aug 17 20:38:21.667 INFO STEP 311 (remove_files) COMPLETE
61722026-08-17T20:38:22.376Z[ recovery-image] Aug 17 20:38:21.667 INFO O| Aug 17 20:38:21.667 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-17T20:38:22.385Z[ recovery-image] Aug 17 20:38:21.677 INFO O| Aug 17 20:38:21.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61742026-08-17T20:38:22.385Z[ recovery-image] Aug 17 20:38:21.677 INFO O| Aug 17 20:38:21.677 INFO STEP 312 (remove_files) COMPLETE
61752026-08-17T20:38:22.385Z[ recovery-image] Aug 17 20:38:21.677 INFO O| Aug 17 20:38:21.677 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-17T20:38:22.392Z[ recovery-image] Aug 17 20:38:21.687 INFO O| Aug 17 20:38:21.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61772026-08-17T20:38:22.392Z[ recovery-image] Aug 17 20:38:21.687 INFO O| Aug 17 20:38:21.687 INFO STEP 313 (remove_files) COMPLETE
61782026-08-17T20:38:22.392Z[ recovery-image] Aug 17 20:38:21.687 INFO O| Aug 17 20:38:21.687 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-17T20:38:22.402Z[ recovery-image] Aug 17 20:38:21.697 INFO O| Aug 17 20:38:21.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61802026-08-17T20:38:22.402Z[ recovery-image] Aug 17 20:38:21.697 INFO O| Aug 17 20:38:21.697 INFO STEP 314 (remove_files) COMPLETE
61812026-08-17T20:38:22.402Z[ recovery-image] Aug 17 20:38:21.697 INFO O| Aug 17 20:38:21.697 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-17T20:38:22.413Z[ recovery-image] Aug 17 20:38:21.707 INFO O| Aug 17 20:38:21.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61832026-08-17T20:38:22.413Z[ recovery-image] Aug 17 20:38:21.707 INFO O| Aug 17 20:38:21.707 INFO STEP 315 (remove_files) COMPLETE
61842026-08-17T20:38:22.413Z[ recovery-image] Aug 17 20:38:21.707 INFO O| Aug 17 20:38:21.707 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-17T20:38:22.423Z[ recovery-image] Aug 17 20:38:21.717 INFO O| Aug 17 20:38:21.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61862026-08-17T20:38:22.423Z[ recovery-image] Aug 17 20:38:21.717 INFO O| Aug 17 20:38:21.717 INFO STEP 316 (remove_files) COMPLETE
61872026-08-17T20:38:22.423Z[ recovery-image] Aug 17 20:38:21.717 INFO O| Aug 17 20:38:21.717 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-17T20:38:22.433Z[ recovery-image] Aug 17 20:38:21.727 INFO O| Aug 17 20:38:21.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61892026-08-17T20:38:22.433Z[ recovery-image] Aug 17 20:38:21.727 INFO O| Aug 17 20:38:21.727 INFO STEP 317 (remove_files) COMPLETE
61902026-08-17T20:38:22.433Z[ recovery-image] Aug 17 20:38:21.727 INFO O| Aug 17 20:38:21.727 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-17T20:38:22.446Z[ recovery-image] Aug 17 20:38:21.740 INFO O| Aug 17 20:38:21.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61922026-08-17T20:38:22.446Z[ recovery-image] Aug 17 20:38:21.740 INFO O| Aug 17 20:38:21.740 INFO STEP 318 (remove_files) COMPLETE
61932026-08-17T20:38:22.446Z[ recovery-image] Aug 17 20:38:21.740 INFO O| Aug 17 20:38:21.740 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-17T20:38:22.456Z[ recovery-image] Aug 17 20:38:21.750 INFO O| Aug 17 20:38:21.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
61952026-08-17T20:38:22.456Z[ recovery-image] Aug 17 20:38:21.750 INFO O| Aug 17 20:38:21.750 INFO STEP 319 (remove_files) COMPLETE
61962026-08-17T20:38:22.456Z[ recovery-image] Aug 17 20:38:21.750 INFO O| Aug 17 20:38:21.750 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-17T20:38:22.465Z[ recovery-image] Aug 17 20:38:21.759 INFO O| Aug 17 20:38:21.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
61982026-08-17T20:38:22.465Z[ recovery-image] Aug 17 20:38:21.759 INFO O| Aug 17 20:38:21.759 INFO STEP 320 (remove_files) COMPLETE
61992026-08-17T20:38:22.468Z[ recovery-image] Aug 17 20:38:21.759 INFO O| Aug 17 20:38:21.759 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-17T20:38:22.474Z[ recovery-image] Aug 17 20:38:21.769 INFO O| Aug 17 20:38:21.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62012026-08-17T20:38:22.474Z[ recovery-image] Aug 17 20:38:21.769 INFO O| Aug 17 20:38:21.769 INFO STEP 321 (remove_files) COMPLETE
62022026-08-17T20:38:22.474Z[ recovery-image] Aug 17 20:38:21.769 INFO O| Aug 17 20:38:21.769 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-17T20:38:22.484Z[ recovery-image] Aug 17 20:38:21.779 INFO O| Aug 17 20:38:21.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62042026-08-17T20:38:22.484Z[ recovery-image] Aug 17 20:38:21.779 INFO O| Aug 17 20:38:21.779 INFO STEP 322 (remove_files) COMPLETE
62052026-08-17T20:38:22.485Z[ recovery-image] Aug 17 20:38:21.779 INFO O| Aug 17 20:38:21.779 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-17T20:38:22.494Z[ recovery-image] Aug 17 20:38:21.788 INFO O| Aug 17 20:38:21.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62072026-08-17T20:38:22.494Z[ recovery-image] Aug 17 20:38:21.788 INFO O| Aug 17 20:38:21.788 INFO STEP 323 (remove_files) COMPLETE
62082026-08-17T20:38:22.494Z[ recovery-image] Aug 17 20:38:21.788 INFO O| Aug 17 20:38:21.788 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-17T20:38:22.504Z[ recovery-image] Aug 17 20:38:21.798 INFO O| Aug 17 20:38:21.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62102026-08-17T20:38:22.504Z[ recovery-image] Aug 17 20:38:21.798 INFO O| Aug 17 20:38:21.798 INFO STEP 324 (remove_files) COMPLETE
62112026-08-17T20:38:22.504Z[ recovery-image] Aug 17 20:38:21.798 INFO O| Aug 17 20:38:21.798 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-17T20:38:22.515Z[ recovery-image] Aug 17 20:38:21.809 INFO O| Aug 17 20:38:21.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62132026-08-17T20:38:22.515Z[ recovery-image] Aug 17 20:38:21.810 INFO O| Aug 17 20:38:21.810 INFO STEP 325 (remove_files) COMPLETE
62142026-08-17T20:38:22.535Z[ recovery-image] Aug 17 20:38:21.810 INFO O| Aug 17 20:38:21.810 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-17T20:38:22.543Z[ recovery-image] Aug 17 20:38:21.837 INFO O| Aug 17 20:38:21.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62162026-08-17T20:38:22.543Z[ recovery-image] Aug 17 20:38:21.837 INFO O| Aug 17 20:38:21.837 INFO STEP 326 (remove_files) COMPLETE
62172026-08-17T20:38:22.543Z[ recovery-image] Aug 17 20:38:21.837 INFO O| Aug 17 20:38:21.837 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-17T20:38:22.552Z[ recovery-image] Aug 17 20:38:21.846 INFO O| Aug 17 20:38:21.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62192026-08-17T20:38:22.552Z[ recovery-image] Aug 17 20:38:21.846 INFO O| Aug 17 20:38:21.846 INFO STEP 327 (remove_files) COMPLETE
62202026-08-17T20:38:22.552Z[ recovery-image] Aug 17 20:38:21.846 INFO O| Aug 17 20:38:21.846 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-17T20:38:22.563Z[ recovery-image] Aug 17 20:38:21.857 INFO O| Aug 17 20:38:21.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62222026-08-17T20:38:22.563Z[ recovery-image] Aug 17 20:38:21.857 INFO O| Aug 17 20:38:21.857 INFO STEP 328 (remove_files) COMPLETE
62232026-08-17T20:38:22.563Z[ recovery-image] Aug 17 20:38:21.857 INFO O| Aug 17 20:38:21.857 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-17T20:38:22.573Z[ recovery-image] Aug 17 20:38:21.867 INFO O| Aug 17 20:38:21.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62252026-08-17T20:38:22.573Z[ recovery-image] Aug 17 20:38:21.867 INFO O| Aug 17 20:38:21.867 INFO STEP 329 (remove_files) COMPLETE
62262026-08-17T20:38:22.573Z[ recovery-image] Aug 17 20:38:21.867 INFO O| Aug 17 20:38:21.867 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-17T20:38:22.583Z[ recovery-image] Aug 17 20:38:21.878 INFO O| Aug 17 20:38:21.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62282026-08-17T20:38:22.584Z[ recovery-image] Aug 17 20:38:21.878 INFO O| Aug 17 20:38:21.878 INFO STEP 330 (remove_files) COMPLETE
62292026-08-17T20:38:22.584Z[ recovery-image] Aug 17 20:38:21.878 INFO O| Aug 17 20:38:21.878 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-17T20:38:22.593Z[ recovery-image] Aug 17 20:38:21.887 INFO O| Aug 17 20:38:21.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62312026-08-17T20:38:22.593Z[ recovery-image] Aug 17 20:38:21.888 INFO O| Aug 17 20:38:21.888 INFO STEP 331 (remove_files) COMPLETE
62322026-08-17T20:38:22.593Z[ recovery-image] Aug 17 20:38:21.888 INFO O| Aug 17 20:38:21.888 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-17T20:38:22.603Z[ recovery-image] Aug 17 20:38:21.898 INFO O| Aug 17 20:38:21.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62342026-08-17T20:38:22.604Z[ recovery-image] Aug 17 20:38:21.898 INFO O| Aug 17 20:38:21.898 INFO STEP 332 (remove_files) COMPLETE
62352026-08-17T20:38:22.607Z[ recovery-image] Aug 17 20:38:21.898 INFO O| Aug 17 20:38:21.898 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-17T20:38:22.613Z[ recovery-image] Aug 17 20:38:21.907 INFO O| Aug 17 20:38:21.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62372026-08-17T20:38:22.613Z[ recovery-image] Aug 17 20:38:21.907 INFO O| Aug 17 20:38:21.907 INFO STEP 333 (remove_files) COMPLETE
62382026-08-17T20:38:22.613Z[ recovery-image] Aug 17 20:38:21.907 INFO O| Aug 17 20:38:21.907 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-17T20:38:22.623Z[ recovery-image] Aug 17 20:38:21.917 INFO O| Aug 17 20:38:21.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62402026-08-17T20:38:22.623Z[ recovery-image] Aug 17 20:38:21.917 INFO O| Aug 17 20:38:21.917 INFO STEP 334 (remove_files) COMPLETE
62412026-08-17T20:38:22.623Z[ recovery-image] Aug 17 20:38:21.917 INFO O| Aug 17 20:38:21.917 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-17T20:38:22.635Z[ recovery-image] Aug 17 20:38:21.929 INFO O| Aug 17 20:38:21.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62432026-08-17T20:38:22.635Z[ recovery-image] Aug 17 20:38:21.929 INFO O| Aug 17 20:38:21.929 INFO STEP 335 (remove_files) COMPLETE
62442026-08-17T20:38:22.635Z[ recovery-image] Aug 17 20:38:21.929 INFO O| Aug 17 20:38:21.929 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-17T20:38:22.645Z[ recovery-image] Aug 17 20:38:21.939 INFO O| Aug 17 20:38:21.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62462026-08-17T20:38:22.645Z[ recovery-image] Aug 17 20:38:21.939 INFO O| Aug 17 20:38:21.939 INFO STEP 336 (remove_files) COMPLETE
62472026-08-17T20:38:22.645Z[ recovery-image] Aug 17 20:38:21.939 INFO O| Aug 17 20:38:21.939 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-17T20:38:22.655Z[ recovery-image] Aug 17 20:38:21.949 INFO O| Aug 17 20:38:21.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62492026-08-17T20:38:22.655Z[ recovery-image] Aug 17 20:38:21.949 INFO O| Aug 17 20:38:21.949 INFO STEP 337 (remove_files) COMPLETE
62502026-08-17T20:38:22.655Z[ recovery-image] Aug 17 20:38:21.949 INFO O| Aug 17 20:38:21.949 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-17T20:38:22.666Z[ recovery-image] Aug 17 20:38:21.960 INFO O| Aug 17 20:38:21.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62522026-08-17T20:38:22.666Z[ recovery-image] Aug 17 20:38:21.960 INFO O| Aug 17 20:38:21.960 INFO STEP 338 (remove_files) COMPLETE
62532026-08-17T20:38:22.666Z[ recovery-image] Aug 17 20:38:21.960 INFO O| Aug 17 20:38:21.960 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-17T20:38:22.678Z[ recovery-image] Aug 17 20:38:21.971 INFO O| Aug 17 20:38:21.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62552026-08-17T20:38:22.678Z[ recovery-image] Aug 17 20:38:21.971 INFO O| Aug 17 20:38:21.971 INFO STEP 339 (remove_files) COMPLETE
62562026-08-17T20:38:22.678Z[ recovery-image] Aug 17 20:38:21.971 INFO O| Aug 17 20:38:21.971 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-17T20:38:22.685Z[ recovery-image] Aug 17 20:38:21.980 INFO O| Aug 17 20:38:21.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62582026-08-17T20:38:22.685Z[ recovery-image] Aug 17 20:38:21.980 INFO O| Aug 17 20:38:21.980 INFO STEP 340 (remove_files) COMPLETE
62592026-08-17T20:38:22.686Z[ recovery-image] Aug 17 20:38:21.980 INFO O| Aug 17 20:38:21.980 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-17T20:38:22.695Z[ recovery-image] Aug 17 20:38:21.990 INFO O| Aug 17 20:38:21.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62612026-08-17T20:38:22.695Z[ recovery-image] Aug 17 20:38:21.990 INFO O| Aug 17 20:38:21.990 INFO STEP 341 (remove_files) COMPLETE
62622026-08-17T20:38:22.696Z[ recovery-image] Aug 17 20:38:21.990 INFO O| Aug 17 20:38:21.990 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-17T20:38:22.705Z[ recovery-image] Aug 17 20:38:21.999 INFO O| Aug 17 20:38:21.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62642026-08-17T20:38:22.705Z[ recovery-image] Aug 17 20:38:21.999 INFO O| Aug 17 20:38:21.999 INFO STEP 342 (remove_files) COMPLETE
62652026-08-17T20:38:22.705Z[ recovery-image] Aug 17 20:38:21.999 INFO O| Aug 17 20:38:21.999 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-17T20:38:22.715Z[ recovery-image] Aug 17 20:38:22.009 INFO O| Aug 17 20:38:22.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62672026-08-17T20:38:22.715Z[ recovery-image] Aug 17 20:38:22.009 INFO O| Aug 17 20:38:22.009 INFO STEP 343 (remove_files) COMPLETE
62682026-08-17T20:38:22.716Z[ recovery-image] Aug 17 20:38:22.009 INFO O| Aug 17 20:38:22.009 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-17T20:38:22.726Z[ recovery-image] Aug 17 20:38:22.020 INFO O| Aug 17 20:38:22.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62702026-08-17T20:38:22.726Z[ recovery-image] Aug 17 20:38:22.020 INFO O| Aug 17 20:38:22.020 INFO STEP 344 (remove_files) COMPLETE
62712026-08-17T20:38:22.726Z[ recovery-image] Aug 17 20:38:22.020 INFO O| Aug 17 20:38:22.020 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-17T20:38:22.737Z[ recovery-image] Aug 17 20:38:22.031 INFO O| Aug 17 20:38:22.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62732026-08-17T20:38:22.737Z[ recovery-image] Aug 17 20:38:22.031 INFO O| Aug 17 20:38:22.031 INFO STEP 345 (remove_files) COMPLETE
62742026-08-17T20:38:22.737Z[ recovery-image] Aug 17 20:38:22.031 INFO O| Aug 17 20:38:22.031 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-17T20:38:22.746Z[ recovery-image] Aug 17 20:38:22.040 INFO O| Aug 17 20:38:22.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62762026-08-17T20:38:22.746Z[ recovery-image] Aug 17 20:38:22.040 INFO O| Aug 17 20:38:22.040 INFO STEP 346 (remove_files) COMPLETE
62772026-08-17T20:38:22.746Z[ recovery-image] Aug 17 20:38:22.040 INFO O| Aug 17 20:38:22.040 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-17T20:38:22.755Z[ recovery-image] Aug 17 20:38:22.049 INFO O| Aug 17 20:38:22.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62792026-08-17T20:38:22.755Z[ recovery-image] Aug 17 20:38:22.049 INFO O| Aug 17 20:38:22.049 INFO STEP 347 (remove_files) COMPLETE
62802026-08-17T20:38:22.755Z[ recovery-image] Aug 17 20:38:22.049 INFO O| Aug 17 20:38:22.049 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-17T20:38:22.764Z[ recovery-image] Aug 17 20:38:22.058 INFO O| Aug 17 20:38:22.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62822026-08-17T20:38:22.769Z[ recovery-image] Aug 17 20:38:22.059 INFO O| Aug 17 20:38:22.059 INFO STEP 348 (remove_files) COMPLETE
62832026-08-17T20:38:22.770Z[ recovery-image] Aug 17 20:38:22.059 INFO O| Aug 17 20:38:22.059 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-17T20:38:22.775Z[ recovery-image] Aug 17 20:38:22.069 INFO O| Aug 17 20:38:22.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62852026-08-17T20:38:22.778Z[ recovery-image] Aug 17 20:38:22.069 INFO O| Aug 17 20:38:22.069 INFO STEP 349 (remove_files) COMPLETE
62862026-08-17T20:38:22.778Z[ recovery-image] Aug 17 20:38:22.069 INFO O| Aug 17 20:38:22.069 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-17T20:38:22.786Z[ recovery-image] Aug 17 20:38:22.080 INFO O| Aug 17 20:38:22.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62882026-08-17T20:38:22.786Z[ recovery-image] Aug 17 20:38:22.080 INFO O| Aug 17 20:38:22.080 INFO STEP 350 (remove_files) COMPLETE
62892026-08-17T20:38:22.786Z[ recovery-image] Aug 17 20:38:22.080 INFO O| Aug 17 20:38:22.080 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-17T20:38:22.795Z[ recovery-image] Aug 17 20:38:22.090 INFO O| Aug 17 20:38:22.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62912026-08-17T20:38:22.795Z[ recovery-image] Aug 17 20:38:22.090 INFO O| Aug 17 20:38:22.090 INFO STEP 351 (remove_files) COMPLETE
62922026-08-17T20:38:22.799Z[ recovery-image] Aug 17 20:38:22.090 INFO O| Aug 17 20:38:22.090 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-17T20:38:22.808Z[ recovery-image] Aug 17 20:38:22.102 INFO O| Aug 17 20:38:22.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
62942026-08-17T20:38:22.808Z[ recovery-image] Aug 17 20:38:22.102 INFO O| Aug 17 20:38:22.102 INFO STEP 352 (remove_files) COMPLETE
62952026-08-17T20:38:22.808Z[ recovery-image] Aug 17 20:38:22.102 INFO O| Aug 17 20:38:22.102 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-17T20:38:22.827Z[ recovery-image] Aug 17 20:38:22.113 INFO O| Aug 17 20:38:22.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
62972026-08-17T20:38:22.827Z[ recovery-image] Aug 17 20:38:22.113 INFO O| Aug 17 20:38:22.113 INFO STEP 353 (remove_files) COMPLETE
62982026-08-17T20:38:22.827Z[ recovery-image] Aug 17 20:38:22.113 INFO O| Aug 17 20:38:22.113 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-17T20:38:22.831Z[ recovery-image] Aug 17 20:38:22.126 INFO O| Aug 17 20:38:22.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63002026-08-17T20:38:22.831Z[ recovery-image] Aug 17 20:38:22.126 INFO O| Aug 17 20:38:22.126 INFO STEP 354 (remove_files) COMPLETE
63012026-08-17T20:38:22.831Z[ recovery-image] Aug 17 20:38:22.126 INFO O| Aug 17 20:38:22.126 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-17T20:38:22.842Z[ recovery-image] Aug 17 20:38:22.135 INFO O| Aug 17 20:38:22.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63032026-08-17T20:38:22.842Z[ recovery-image] Aug 17 20:38:22.135 INFO O| Aug 17 20:38:22.135 INFO STEP 355 (remove_files) COMPLETE
63042026-08-17T20:38:22.842Z[ recovery-image] Aug 17 20:38:22.135 INFO O| Aug 17 20:38:22.135 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-17T20:38:22.851Z[ recovery-image] Aug 17 20:38:22.145 INFO O| Aug 17 20:38:22.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63062026-08-17T20:38:22.851Z[ recovery-image] Aug 17 20:38:22.145 INFO O| Aug 17 20:38:22.145 INFO STEP 356 (remove_files) COMPLETE
63072026-08-17T20:38:22.851Z[ recovery-image] Aug 17 20:38:22.145 INFO O| Aug 17 20:38:22.145 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-17T20:38:22.862Z[ recovery-image] Aug 17 20:38:22.156 INFO O| Aug 17 20:38:22.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63092026-08-17T20:38:22.865Z[ recovery-image] Aug 17 20:38:22.156 INFO O| Aug 17 20:38:22.156 INFO STEP 357 (remove_files) COMPLETE
63102026-08-17T20:38:22.865Z[ recovery-image] Aug 17 20:38:22.156 INFO O| Aug 17 20:38:22.156 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-17T20:38:22.874Z[ recovery-image] Aug 17 20:38:22.169 INFO O| Aug 17 20:38:22.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63122026-08-17T20:38:22.874Z[ recovery-image] Aug 17 20:38:22.169 INFO O| Aug 17 20:38:22.169 INFO STEP 358 (remove_files) COMPLETE
63132026-08-17T20:38:22.875Z[ recovery-image] Aug 17 20:38:22.169 INFO O| Aug 17 20:38:22.169 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-17T20:38:22.885Z[ recovery-image] Aug 17 20:38:22.179 INFO O| Aug 17 20:38:22.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63152026-08-17T20:38:22.885Z[ recovery-image] Aug 17 20:38:22.179 INFO O| Aug 17 20:38:22.179 INFO STEP 359 (remove_files) COMPLETE
63162026-08-17T20:38:22.885Z[ recovery-image] Aug 17 20:38:22.179 INFO O| Aug 17 20:38:22.179 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-17T20:38:22.897Z[ recovery-image] Aug 17 20:38:22.190 INFO O| Aug 17 20:38:22.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63182026-08-17T20:38:22.898Z[ recovery-image] Aug 17 20:38:22.190 INFO O| Aug 17 20:38:22.190 INFO STEP 360 (remove_files) COMPLETE
63192026-08-17T20:38:22.898Z[ recovery-image] Aug 17 20:38:22.190 INFO O| Aug 17 20:38:22.190 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-17T20:38:22.906Z[ recovery-image] Aug 17 20:38:22.200 INFO O| Aug 17 20:38:22.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63212026-08-17T20:38:22.906Z[ recovery-image] Aug 17 20:38:22.200 INFO O| Aug 17 20:38:22.200 INFO STEP 361 (remove_files) COMPLETE
63222026-08-17T20:38:22.906Z[ recovery-image] Aug 17 20:38:22.200 INFO O| Aug 17 20:38:22.200 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-17T20:38:22.916Z[ recovery-image] Aug 17 20:38:22.210 INFO O| Aug 17 20:38:22.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63242026-08-17T20:38:22.916Z[ recovery-image] Aug 17 20:38:22.210 INFO O| Aug 17 20:38:22.210 INFO STEP 362 (remove_files) COMPLETE
63252026-08-17T20:38:22.916Z[ recovery-image] Aug 17 20:38:22.210 INFO O| Aug 17 20:38:22.210 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-17T20:38:22.927Z[ recovery-image] Aug 17 20:38:22.221 INFO O| Aug 17 20:38:22.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63272026-08-17T20:38:22.927Z[ recovery-image] Aug 17 20:38:22.221 INFO O| Aug 17 20:38:22.221 INFO STEP 363 (remove_files) COMPLETE
63282026-08-17T20:38:22.927Z[ recovery-image] Aug 17 20:38:22.221 INFO O| Aug 17 20:38:22.221 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-17T20:38:22.938Z[ recovery-image] Aug 17 20:38:22.233 INFO O| Aug 17 20:38:22.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63302026-08-17T20:38:22.939Z[ recovery-image] Aug 17 20:38:22.233 INFO O| Aug 17 20:38:22.233 INFO STEP 364 (remove_files) COMPLETE
63312026-08-17T20:38:22.939Z[ recovery-image] Aug 17 20:38:22.233 INFO O| Aug 17 20:38:22.233 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-17T20:38:22.949Z[ recovery-image] Aug 17 20:38:22.243 INFO O| Aug 17 20:38:22.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63332026-08-17T20:38:22.949Z[ recovery-image] Aug 17 20:38:22.244 INFO O| Aug 17 20:38:22.244 INFO STEP 365 (remove_files) COMPLETE
63342026-08-17T20:38:22.952Z[ recovery-image] Aug 17 20:38:22.244 INFO O| Aug 17 20:38:22.244 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-17T20:38:22.960Z[ recovery-image] Aug 17 20:38:22.254 INFO O| Aug 17 20:38:22.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63362026-08-17T20:38:22.960Z[ recovery-image] Aug 17 20:38:22.254 INFO O| Aug 17 20:38:22.254 INFO STEP 366 (remove_files) COMPLETE
63372026-08-17T20:38:22.960Z[ recovery-image] Aug 17 20:38:22.254 INFO O| Aug 17 20:38:22.254 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-17T20:38:22.970Z[ recovery-image] Aug 17 20:38:22.264 INFO O| Aug 17 20:38:22.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63392026-08-17T20:38:22.970Z[ recovery-image] Aug 17 20:38:22.264 INFO O| Aug 17 20:38:22.264 INFO STEP 367 (remove_files) COMPLETE
63402026-08-17T20:38:22.970Z[ recovery-image] Aug 17 20:38:22.264 INFO O| Aug 17 20:38:22.264 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-17T20:38:22.978Z[ recovery-image] Aug 17 20:38:22.273 INFO O| Aug 17 20:38:22.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63422026-08-17T20:38:22.978Z[ recovery-image] Aug 17 20:38:22.273 INFO O| Aug 17 20:38:22.273 INFO STEP 368 (remove_files) COMPLETE
63432026-08-17T20:38:22.978Z[ recovery-image] Aug 17 20:38:22.273 INFO O| Aug 17 20:38:22.273 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-17T20:38:22.999Z[ recovery-image] Aug 17 20:38:22.285 INFO O| Aug 17 20:38:22.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63452026-08-17T20:38:22.999Z[ recovery-image] Aug 17 20:38:22.285 INFO O| Aug 17 20:38:22.285 INFO STEP 369 (remove_files) COMPLETE
63462026-08-17T20:38:22.999Z[ recovery-image] Aug 17 20:38:22.285 INFO O| Aug 17 20:38:22.285 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-17T20:38:23.003Z[ recovery-image] Aug 17 20:38:22.295 INFO O| Aug 17 20:38:22.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63482026-08-17T20:38:23.003Z[ recovery-image] Aug 17 20:38:22.295 INFO O| Aug 17 20:38:22.295 INFO STEP 370 (remove_files) COMPLETE
63492026-08-17T20:38:23.003Z[ recovery-image] Aug 17 20:38:22.295 INFO O| Aug 17 20:38:22.295 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-17T20:38:23.010Z[ recovery-image] Aug 17 20:38:22.304 INFO O| Aug 17 20:38:22.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63512026-08-17T20:38:23.010Z[ recovery-image] Aug 17 20:38:22.304 INFO O| Aug 17 20:38:22.304 INFO STEP 371 (remove_files) COMPLETE
63522026-08-17T20:38:23.013Z[ recovery-image] Aug 17 20:38:22.304 INFO O| Aug 17 20:38:22.304 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-17T20:38:23.018Z[ recovery-image] Aug 17 20:38:22.312 INFO O| Aug 17 20:38:22.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63542026-08-17T20:38:23.018Z[ recovery-image] Aug 17 20:38:22.312 INFO O| Aug 17 20:38:22.312 INFO STEP 372 (remove_files) COMPLETE
63552026-08-17T20:38:23.022Z[ recovery-image] Aug 17 20:38:22.312 INFO O| Aug 17 20:38:22.312 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-17T20:38:23.030Z[ recovery-image] Aug 17 20:38:22.324 INFO O| Aug 17 20:38:22.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63572026-08-17T20:38:23.030Z[ recovery-image] Aug 17 20:38:22.324 INFO O| Aug 17 20:38:22.324 INFO STEP 373 (remove_files) COMPLETE
63582026-08-17T20:38:23.030Z[ recovery-image] Aug 17 20:38:22.324 INFO O| Aug 17 20:38:22.324 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-17T20:38:23.033Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
63602026-08-17T20:38:23.040Z[ recovery-image] Aug 17 20:38:22.334 INFO O| Aug 17 20:38:22.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63612026-08-17T20:38:23.040Z[ recovery-image] Aug 17 20:38:22.334 INFO O| Aug 17 20:38:22.334 INFO STEP 374 (remove_files) COMPLETE
63622026-08-17T20:38:23.040Z[ recovery-image] Aug 17 20:38:22.334 INFO O| Aug 17 20:38:22.334 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-17T20:38:23.050Z[ recovery-image] Aug 17 20:38:22.344 INFO O| Aug 17 20:38:22.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63642026-08-17T20:38:23.050Z[ recovery-image] Aug 17 20:38:22.344 INFO O| Aug 17 20:38:22.344 INFO STEP 375 (remove_files) COMPLETE
63652026-08-17T20:38:23.054Z[ recovery-image] Aug 17 20:38:22.344 INFO O| Aug 17 20:38:22.344 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-17T20:38:23.059Z[ recovery-image] Aug 17 20:38:22.354 INFO O| Aug 17 20:38:22.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63672026-08-17T20:38:23.059Z[ recovery-image] Aug 17 20:38:22.354 INFO O| Aug 17 20:38:22.354 INFO STEP 376 (remove_files) COMPLETE
63682026-08-17T20:38:23.059Z[ recovery-image] Aug 17 20:38:22.354 INFO O| Aug 17 20:38:22.354 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-17T20:38:23.068Z[ recovery-image] Aug 17 20:38:22.362 INFO O| Aug 17 20:38:22.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63702026-08-17T20:38:23.068Z[ recovery-image] Aug 17 20:38:22.362 INFO O| Aug 17 20:38:22.362 INFO STEP 377 (remove_files) COMPLETE
63712026-08-17T20:38:23.068Z[ recovery-image] Aug 17 20:38:22.362 INFO O| Aug 17 20:38:22.362 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-17T20:38:23.077Z[ recovery-image] Aug 17 20:38:22.371 INFO O| Aug 17 20:38:22.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63732026-08-17T20:38:23.077Z[ recovery-image] Aug 17 20:38:22.371 INFO O| Aug 17 20:38:22.371 INFO STEP 378 (remove_files) COMPLETE
63742026-08-17T20:38:23.077Z[ recovery-image] Aug 17 20:38:22.371 INFO O| Aug 17 20:38:22.371 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-17T20:38:23.086Z[ recovery-image] Aug 17 20:38:22.380 INFO O| Aug 17 20:38:22.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63762026-08-17T20:38:23.086Z[ recovery-image] Aug 17 20:38:22.380 INFO O| Aug 17 20:38:22.380 INFO STEP 379 (remove_files) COMPLETE
63772026-08-17T20:38:23.086Z[ recovery-image] Aug 17 20:38:22.380 INFO O| Aug 17 20:38:22.380 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-17T20:38:23.095Z[ recovery-image] Aug 17 20:38:22.389 INFO O| Aug 17 20:38:22.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63792026-08-17T20:38:23.095Z[ recovery-image] Aug 17 20:38:22.389 INFO O| Aug 17 20:38:22.389 INFO STEP 380 (remove_files) COMPLETE
63802026-08-17T20:38:23.095Z[ recovery-image] Aug 17 20:38:22.389 INFO O| Aug 17 20:38:22.389 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-17T20:38:23.104Z[ recovery-image] Aug 17 20:38:22.398 INFO O| Aug 17 20:38:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63822026-08-17T20:38:23.104Z[ recovery-image] Aug 17 20:38:22.398 INFO O| Aug 17 20:38:22.398 INFO STEP 381 (remove_files) COMPLETE
63832026-08-17T20:38:23.104Z[ recovery-image] Aug 17 20:38:22.398 INFO O| Aug 17 20:38:22.398 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-17T20:38:23.113Z[ recovery-image] Aug 17 20:38:22.407 INFO O| Aug 17 20:38:22.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63852026-08-17T20:38:23.116Z[ recovery-image] Aug 17 20:38:22.408 INFO O| Aug 17 20:38:22.407 INFO STEP 382 (remove_files) COMPLETE
63862026-08-17T20:38:23.116Z[ recovery-image] Aug 17 20:38:22.408 INFO O| Aug 17 20:38:22.408 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-17T20:38:23.122Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
63882026-08-17T20:38:23.123Z[ recovery-image] Aug 17 20:38:22.417 INFO O| Aug 17 20:38:22.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63892026-08-17T20:38:23.123Z[ recovery-image] Aug 17 20:38:22.417 INFO O| Aug 17 20:38:22.417 INFO STEP 383 (remove_files) COMPLETE
63902026-08-17T20:38:23.126Z[ recovery-image] Aug 17 20:38:22.417 INFO O| Aug 17 20:38:22.417 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-17T20:38:23.132Z[ recovery-image] Aug 17 20:38:22.427 INFO O| Aug 17 20:38:22.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
63922026-08-17T20:38:23.132Z[ recovery-image] Aug 17 20:38:22.427 INFO O| Aug 17 20:38:22.427 INFO STEP 384 (remove_files) COMPLETE
63932026-08-17T20:38:23.132Z[ recovery-image] Aug 17 20:38:22.427 INFO O| Aug 17 20:38:22.427 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-17T20:38:23.143Z[ recovery-image] Aug 17 20:38:22.437 INFO O| Aug 17 20:38:22.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
63952026-08-17T20:38:23.146Z[ recovery-image] Aug 17 20:38:22.438 INFO O| Aug 17 20:38:22.438 INFO STEP 385 (remove_files) COMPLETE
63962026-08-17T20:38:23.146Z[ recovery-image] Aug 17 20:38:22.438 INFO O| Aug 17 20:38:22.438 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-17T20:38:23.154Z[ recovery-image] Aug 17 20:38:22.448 INFO O| Aug 17 20:38:22.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
63982026-08-17T20:38:23.154Z[ recovery-image] Aug 17 20:38:22.448 INFO O| Aug 17 20:38:22.448 INFO STEP 386 (remove_files) COMPLETE
63992026-08-17T20:38:23.154Z[ recovery-image] Aug 17 20:38:22.448 INFO O| Aug 17 20:38:22.448 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-17T20:38:23.164Z[ recovery-image] Aug 17 20:38:22.458 INFO O| Aug 17 20:38:22.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64012026-08-17T20:38:23.164Z[ recovery-image] Aug 17 20:38:22.458 INFO O| Aug 17 20:38:22.458 INFO STEP 387 (remove_files) COMPLETE
64022026-08-17T20:38:23.164Z[ recovery-image] Aug 17 20:38:22.458 INFO O| Aug 17 20:38:22.458 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-17T20:38:23.175Z[ recovery-image] Aug 17 20:38:22.469 INFO O| Aug 17 20:38:22.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64042026-08-17T20:38:23.175Z[ recovery-image] Aug 17 20:38:22.469 INFO O| Aug 17 20:38:22.469 INFO STEP 388 (remove_files) COMPLETE
64052026-08-17T20:38:23.178Z[ recovery-image] Aug 17 20:38:22.469 INFO O| Aug 17 20:38:22.469 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-17T20:38:23.186Z[ recovery-image] Aug 17 20:38:22.480 INFO O| Aug 17 20:38:22.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64072026-08-17T20:38:23.186Z[ recovery-image] Aug 17 20:38:22.480 INFO O| Aug 17 20:38:22.480 INFO STEP 389 (remove_files) COMPLETE
64082026-08-17T20:38:23.189Z[ recovery-image] Aug 17 20:38:22.480 INFO O| Aug 17 20:38:22.480 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-17T20:38:23.195Z[ recovery-image] Aug 17 20:38:22.489 INFO O| Aug 17 20:38:22.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64102026-08-17T20:38:23.195Z[ recovery-image] Aug 17 20:38:22.489 INFO O| Aug 17 20:38:22.489 INFO STEP 390 (remove_files) COMPLETE
64112026-08-17T20:38:23.195Z[ recovery-image] Aug 17 20:38:22.489 INFO O| Aug 17 20:38:22.489 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-17T20:38:23.206Z[ recovery-image] Aug 17 20:38:22.500 INFO O| Aug 17 20:38:22.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64132026-08-17T20:38:23.206Z[ recovery-image] Aug 17 20:38:22.500 INFO O| Aug 17 20:38:22.500 INFO STEP 391 (remove_files) COMPLETE
64142026-08-17T20:38:23.206Z[ recovery-image] Aug 17 20:38:22.500 INFO O| Aug 17 20:38:22.500 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-17T20:38:23.216Z[ recovery-image] Aug 17 20:38:22.510 INFO O| Aug 17 20:38:22.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64162026-08-17T20:38:23.216Z[ recovery-image] Aug 17 20:38:22.510 INFO O| Aug 17 20:38:22.510 INFO STEP 392 (remove_files) COMPLETE
64172026-08-17T20:38:23.219Z[ recovery-image] Aug 17 20:38:22.510 INFO O| Aug 17 20:38:22.510 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-17T20:38:23.227Z[ recovery-image] Aug 17 20:38:22.521 INFO O| Aug 17 20:38:22.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64192026-08-17T20:38:23.235Z[ recovery-image] Aug 17 20:38:22.527 INFO O| Aug 17 20:38:22.527 INFO STEP 393 (remove_files) COMPLETE
64202026-08-17T20:38:23.235Z[ recovery-image] Aug 17 20:38:22.527 INFO O| Aug 17 20:38:22.527 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-17T20:38:23.244Z[ recovery-image] Aug 17 20:38:22.538 INFO O| Aug 17 20:38:22.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64222026-08-17T20:38:23.244Z[ recovery-image] Aug 17 20:38:22.538 INFO O| Aug 17 20:38:22.538 INFO STEP 394 (remove_files) COMPLETE
64232026-08-17T20:38:23.247Z[ recovery-image] Aug 17 20:38:22.538 INFO O| Aug 17 20:38:22.538 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-17T20:38:23.257Z[ recovery-image] Aug 17 20:38:22.551 INFO O| Aug 17 20:38:22.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64252026-08-17T20:38:23.257Z[ recovery-image] Aug 17 20:38:22.551 INFO O| Aug 17 20:38:22.551 INFO STEP 395 (remove_files) COMPLETE
64262026-08-17T20:38:23.260Z[ recovery-image] Aug 17 20:38:22.551 INFO O| Aug 17 20:38:22.551 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-17T20:38:23.267Z[ recovery-image] Aug 17 20:38:22.561 INFO O| Aug 17 20:38:22.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64282026-08-17T20:38:23.270Z[ recovery-image] Aug 17 20:38:22.561 INFO O| Aug 17 20:38:22.561 INFO STEP 396 (remove_files) COMPLETE
64292026-08-17T20:38:23.270Z[ recovery-image] Aug 17 20:38:22.561 INFO O| Aug 17 20:38:22.561 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-17T20:38:23.297Z[ recovery-image] Aug 17 20:38:22.570 INFO O| Aug 17 20:38:22.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64312026-08-17T20:38:23.297Z[ recovery-image] Aug 17 20:38:22.570 INFO O| Aug 17 20:38:22.570 INFO STEP 397 (remove_files) COMPLETE
64322026-08-17T20:38:23.298Z[ recovery-image] Aug 17 20:38:22.570 INFO O| Aug 17 20:38:22.570 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-17T20:38:23.298Z[ recovery-image] Aug 17 20:38:22.579 INFO O| Aug 17 20:38:22.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64342026-08-17T20:38:23.298Z[ recovery-image] Aug 17 20:38:22.579 INFO O| Aug 17 20:38:22.579 INFO STEP 398 (remove_files) COMPLETE
64352026-08-17T20:38:23.298Z[ recovery-image] Aug 17 20:38:22.579 INFO O| Aug 17 20:38:22.579 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-17T20:38:23.298Z[ recovery-image] Aug 17 20:38:22.587 INFO O| Aug 17 20:38:22.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64372026-08-17T20:38:23.298Z[ recovery-image] Aug 17 20:38:22.587 INFO O| Aug 17 20:38:22.587 INFO STEP 399 (remove_files) COMPLETE
64382026-08-17T20:38:23.298Z[ recovery-image] Aug 17 20:38:22.587 INFO O| Aug 17 20:38:22.587 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-17T20:38:23.301Z[ recovery-image] Aug 17 20:38:22.595 INFO O| Aug 17 20:38:22.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64402026-08-17T20:38:23.301Z[ recovery-image] Aug 17 20:38:22.595 INFO O| Aug 17 20:38:22.595 INFO STEP 400 (remove_files) COMPLETE
64412026-08-17T20:38:23.301Z[ recovery-image] Aug 17 20:38:22.595 INFO O| Aug 17 20:38:22.595 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-17T20:38:23.312Z[ recovery-image] Aug 17 20:38:22.606 INFO O| Aug 17 20:38:22.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64432026-08-17T20:38:23.312Z[ recovery-image] Aug 17 20:38:22.606 INFO O| Aug 17 20:38:22.606 INFO STEP 401 (remove_files) COMPLETE
64442026-08-17T20:38:23.312Z[ recovery-image] Aug 17 20:38:22.606 INFO O| Aug 17 20:38:22.606 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-17T20:38:23.322Z[ recovery-image] Aug 17 20:38:22.617 INFO O| Aug 17 20:38:22.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64462026-08-17T20:38:23.323Z[ recovery-image] Aug 17 20:38:22.617 INFO O| Aug 17 20:38:22.617 INFO STEP 402 (remove_files) COMPLETE
64472026-08-17T20:38:23.323Z[ recovery-image] Aug 17 20:38:22.617 INFO O| Aug 17 20:38:22.617 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-17T20:38:23.333Z[ recovery-image] Aug 17 20:38:22.627 INFO O| Aug 17 20:38:22.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64492026-08-17T20:38:23.333Z[ recovery-image] Aug 17 20:38:22.627 INFO O| Aug 17 20:38:22.627 INFO STEP 403 (remove_files) COMPLETE
64502026-08-17T20:38:23.337Z[ recovery-image] Aug 17 20:38:22.627 INFO O| Aug 17 20:38:22.627 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-17T20:38:23.344Z[ recovery-image] Aug 17 20:38:22.638 INFO O| Aug 17 20:38:22.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64522026-08-17T20:38:23.345Z[ recovery-image] Aug 17 20:38:22.638 INFO O| Aug 17 20:38:22.638 INFO STEP 404 (remove_files) COMPLETE
64532026-08-17T20:38:23.345Z[ recovery-image] Aug 17 20:38:22.638 INFO O| Aug 17 20:38:22.638 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-17T20:38:23.349Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64552026-08-17T20:38:23.354Z[ recovery-image] Aug 17 20:38:22.649 INFO O| Aug 17 20:38:22.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64562026-08-17T20:38:23.354Z[ recovery-image] Aug 17 20:38:22.649 INFO O| Aug 17 20:38:22.649 INFO STEP 405 (remove_files) COMPLETE
64572026-08-17T20:38:23.358Z[ recovery-image] Aug 17 20:38:22.649 INFO O| Aug 17 20:38:22.649 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-17T20:38:23.367Z[ recovery-image] Aug 17 20:38:22.661 INFO O| Aug 17 20:38:22.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64592026-08-17T20:38:23.367Z[ recovery-image] Aug 17 20:38:22.661 INFO O| Aug 17 20:38:22.661 INFO STEP 406 (remove_files) COMPLETE
64602026-08-17T20:38:23.367Z[ recovery-image] Aug 17 20:38:22.661 INFO O| Aug 17 20:38:22.661 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-17T20:38:23.376Z[ recovery-image] Aug 17 20:38:22.670 INFO O| Aug 17 20:38:22.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64622026-08-17T20:38:23.376Z[ recovery-image] Aug 17 20:38:22.670 INFO O| Aug 17 20:38:22.670 INFO STEP 407 (remove_files) COMPLETE
64632026-08-17T20:38:23.376Z[ recovery-image] Aug 17 20:38:22.670 INFO O| Aug 17 20:38:22.670 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-17T20:38:23.388Z[ recovery-image] Aug 17 20:38:22.682 INFO O| Aug 17 20:38:22.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64652026-08-17T20:38:23.388Z[ recovery-image] Aug 17 20:38:22.682 INFO O| Aug 17 20:38:22.682 INFO STEP 408 (remove_files) COMPLETE
64662026-08-17T20:38:23.391Z[ recovery-image] Aug 17 20:38:22.682 INFO O| Aug 17 20:38:22.682 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-17T20:38:23.399Z[ recovery-image] Aug 17 20:38:22.693 INFO O| Aug 17 20:38:22.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64682026-08-17T20:38:23.399Z[ recovery-image] Aug 17 20:38:22.693 INFO O| Aug 17 20:38:22.693 INFO STEP 409 (remove_files) COMPLETE
64692026-08-17T20:38:23.399Z[ recovery-image] Aug 17 20:38:22.693 INFO O| Aug 17 20:38:22.693 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-17T20:38:23.410Z[ recovery-image] Aug 17 20:38:22.704 INFO O| Aug 17 20:38:22.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64712026-08-17T20:38:23.410Z[ recovery-image] Aug 17 20:38:22.705 INFO O| Aug 17 20:38:22.705 INFO STEP 410 (remove_files) COMPLETE
64722026-08-17T20:38:23.414Z[ recovery-image] Aug 17 20:38:22.705 INFO O| Aug 17 20:38:22.705 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-17T20:38:23.422Z[ recovery-image] Aug 17 20:38:22.716 INFO O| Aug 17 20:38:22.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64742026-08-17T20:38:23.422Z[ recovery-image] Aug 17 20:38:22.716 INFO O| Aug 17 20:38:22.716 INFO STEP 411 (remove_files) COMPLETE
64752026-08-17T20:38:23.422Z[ recovery-image] Aug 17 20:38:22.716 INFO O| Aug 17 20:38:22.716 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-17T20:38:23.433Z[ recovery-image] Aug 17 20:38:22.727 INFO O| Aug 17 20:38:22.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64772026-08-17T20:38:23.433Z[ recovery-image] Aug 17 20:38:22.727 INFO O| Aug 17 20:38:22.727 INFO STEP 412 (remove_files) COMPLETE
64782026-08-17T20:38:23.433Z[ recovery-image] Aug 17 20:38:22.727 INFO O| Aug 17 20:38:22.727 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-17T20:38:23.443Z[ recovery-image] Aug 17 20:38:22.737 INFO O| Aug 17 20:38:22.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64802026-08-17T20:38:23.443Z[ recovery-image] Aug 17 20:38:22.737 INFO O| Aug 17 20:38:22.737 INFO STEP 413 (remove_files) COMPLETE
64812026-08-17T20:38:23.446Z[ recovery-image] Aug 17 20:38:22.737 INFO O| Aug 17 20:38:22.737 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-17T20:38:23.453Z[ recovery-image] Aug 17 20:38:22.747 INFO O| Aug 17 20:38:22.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64832026-08-17T20:38:23.453Z[ recovery-image] Aug 17 20:38:22.747 INFO O| Aug 17 20:38:22.747 INFO STEP 414 (remove_files) COMPLETE
64842026-08-17T20:38:23.456Z[ recovery-image] Aug 17 20:38:22.747 INFO O| Aug 17 20:38:22.747 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-17T20:38:23.464Z[ recovery-image] Aug 17 20:38:22.758 INFO O| Aug 17 20:38:22.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64862026-08-17T20:38:23.464Z[ recovery-image] Aug 17 20:38:22.758 INFO O| Aug 17 20:38:22.758 INFO STEP 415 (remove_files) COMPLETE
64872026-08-17T20:38:23.468Z[ recovery-image] Aug 17 20:38:22.758 INFO O| Aug 17 20:38:22.758 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-17T20:38:23.475Z[ recovery-image] Aug 17 20:38:22.769 INFO O| Aug 17 20:38:22.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64892026-08-17T20:38:23.475Z[ recovery-image] Aug 17 20:38:22.769 INFO O| Aug 17 20:38:22.769 INFO STEP 416 (remove_files) COMPLETE
64902026-08-17T20:38:23.475Z[ recovery-image] Aug 17 20:38:22.769 INFO O| Aug 17 20:38:22.769 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-17T20:38:23.486Z[ recovery-image] Aug 17 20:38:22.780 INFO O| Aug 17 20:38:22.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
64922026-08-17T20:38:23.486Z[ recovery-image] Aug 17 20:38:22.780 INFO O| Aug 17 20:38:22.780 INFO STEP 417 (remove_files) COMPLETE
64932026-08-17T20:38:23.486Z[ recovery-image] Aug 17 20:38:22.780 INFO O| Aug 17 20:38:22.780 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-17T20:38:23.498Z[ recovery-image] Aug 17 20:38:22.792 INFO O| Aug 17 20:38:22.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
64952026-08-17T20:38:23.498Z[ recovery-image] Aug 17 20:38:22.792 INFO O| Aug 17 20:38:22.792 INFO STEP 418 (remove_files) COMPLETE
64962026-08-17T20:38:23.498Z[ recovery-image] Aug 17 20:38:22.792 INFO O| Aug 17 20:38:22.792 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-17T20:38:23.509Z[ recovery-image] Aug 17 20:38:22.803 INFO O| Aug 17 20:38:22.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
64982026-08-17T20:38:23.509Z[ recovery-image] Aug 17 20:38:22.803 INFO O| Aug 17 20:38:22.803 INFO STEP 419 (remove_files) COMPLETE
64992026-08-17T20:38:23.509Z[ recovery-image] Aug 17 20:38:22.803 INFO O| Aug 17 20:38:22.803 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-17T20:38:23.521Z[ recovery-image] Aug 17 20:38:22.815 INFO O| Aug 17 20:38:22.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65012026-08-17T20:38:23.521Z[ recovery-image] Aug 17 20:38:22.815 INFO O| Aug 17 20:38:22.815 INFO STEP 420 (remove_files) COMPLETE
65022026-08-17T20:38:23.521Z[ recovery-image] Aug 17 20:38:22.815 INFO O| Aug 17 20:38:22.815 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-17T20:38:23.532Z[ recovery-image] Aug 17 20:38:22.826 INFO O| Aug 17 20:38:22.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65042026-08-17T20:38:23.532Z[ recovery-image] Aug 17 20:38:22.826 INFO O| Aug 17 20:38:22.826 INFO STEP 421 (remove_files) COMPLETE
65052026-08-17T20:38:23.532Z[ recovery-image] Aug 17 20:38:22.826 INFO O| Aug 17 20:38:22.826 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-17T20:38:23.543Z[ recovery-image] Aug 17 20:38:22.837 INFO O| Aug 17 20:38:22.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65072026-08-17T20:38:23.543Z[ recovery-image] Aug 17 20:38:22.837 INFO O| Aug 17 20:38:22.837 INFO STEP 422 (remove_files) COMPLETE
65082026-08-17T20:38:23.546Z[ recovery-image] Aug 17 20:38:22.837 INFO O| Aug 17 20:38:22.837 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-17T20:38:23.553Z[ recovery-image] Aug 17 20:38:22.847 INFO O| Aug 17 20:38:22.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65102026-08-17T20:38:23.553Z[ recovery-image] Aug 17 20:38:22.847 INFO O| Aug 17 20:38:22.847 INFO STEP 423 (remove_files) COMPLETE
65112026-08-17T20:38:23.553Z[ recovery-image] Aug 17 20:38:22.847 INFO O| Aug 17 20:38:22.847 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-17T20:38:23.562Z[ recovery-image] Aug 17 20:38:22.857 INFO O| Aug 17 20:38:22.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65132026-08-17T20:38:23.562Z[ recovery-image] Aug 17 20:38:22.857 INFO O| Aug 17 20:38:22.857 INFO STEP 424 (remove_files) COMPLETE
65142026-08-17T20:38:23.562Z[ recovery-image] Aug 17 20:38:22.857 INFO O| Aug 17 20:38:22.857 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-17T20:38:23.573Z[ recovery-image] Aug 17 20:38:22.867 INFO O| Aug 17 20:38:22.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65162026-08-17T20:38:23.573Z[ recovery-image] Aug 17 20:38:22.867 INFO O| Aug 17 20:38:22.867 INFO STEP 425 (remove_files) COMPLETE
65172026-08-17T20:38:23.576Z[ recovery-image] Aug 17 20:38:22.867 INFO O| Aug 17 20:38:22.867 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-17T20:38:23.583Z[ recovery-image] Aug 17 20:38:22.877 INFO O| Aug 17 20:38:22.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65192026-08-17T20:38:23.583Z[ recovery-image] Aug 17 20:38:22.877 INFO O| Aug 17 20:38:22.877 INFO STEP 426 (remove_files) COMPLETE
65202026-08-17T20:38:23.583Z[ recovery-image] Aug 17 20:38:22.877 INFO O| Aug 17 20:38:22.877 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-17T20:38:23.592Z[ recovery-image] Aug 17 20:38:22.886 INFO O| Aug 17 20:38:22.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65222026-08-17T20:38:23.592Z[ recovery-image] Aug 17 20:38:22.886 INFO O| Aug 17 20:38:22.886 INFO STEP 427 (remove_files) COMPLETE
65232026-08-17T20:38:23.592Z[ recovery-image] Aug 17 20:38:22.886 INFO O| Aug 17 20:38:22.886 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-17T20:38:23.603Z[ recovery-image] Aug 17 20:38:22.897 INFO O| Aug 17 20:38:22.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65252026-08-17T20:38:23.603Z[ recovery-image] Aug 17 20:38:22.897 INFO O| Aug 17 20:38:22.897 INFO STEP 428 (remove_files) COMPLETE
65262026-08-17T20:38:23.604Z[ recovery-image] Aug 17 20:38:22.897 INFO O| Aug 17 20:38:22.897 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-17T20:38:23.614Z[ recovery-image] Aug 17 20:38:22.908 INFO O| Aug 17 20:38:22.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65282026-08-17T20:38:23.614Z[ recovery-image] Aug 17 20:38:22.908 INFO O| Aug 17 20:38:22.908 INFO STEP 429 (remove_files) COMPLETE
65292026-08-17T20:38:23.614Z[ recovery-image] Aug 17 20:38:22.908 INFO O| Aug 17 20:38:22.908 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-17T20:38:23.626Z[ recovery-image] Aug 17 20:38:22.919 INFO O| Aug 17 20:38:22.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65312026-08-17T20:38:23.627Z[ recovery-image] Aug 17 20:38:22.920 INFO O| Aug 17 20:38:22.919 INFO STEP 430 (remove_files) COMPLETE
65322026-08-17T20:38:23.627Z[ recovery-image] Aug 17 20:38:22.920 INFO O| Aug 17 20:38:22.919 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-17T20:38:23.636Z[ recovery-image] Aug 17 20:38:22.930 INFO O| Aug 17 20:38:22.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65342026-08-17T20:38:23.636Z[ recovery-image] Aug 17 20:38:22.930 INFO O| Aug 17 20:38:22.930 INFO STEP 431 (remove_files) COMPLETE
65352026-08-17T20:38:23.636Z[ recovery-image] Aug 17 20:38:22.930 INFO O| Aug 17 20:38:22.930 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-17T20:38:23.647Z[ recovery-image] Aug 17 20:38:22.941 INFO O| Aug 17 20:38:22.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65372026-08-17T20:38:23.647Z[ recovery-image] Aug 17 20:38:22.941 INFO O| Aug 17 20:38:22.941 INFO STEP 432 (remove_files) COMPLETE
65382026-08-17T20:38:23.647Z[ recovery-image] Aug 17 20:38:22.941 INFO O| Aug 17 20:38:22.941 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-17T20:38:23.657Z[ recovery-image] Aug 17 20:38:22.952 INFO O| Aug 17 20:38:22.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65402026-08-17T20:38:23.657Z[ recovery-image] Aug 17 20:38:22.952 INFO O| Aug 17 20:38:22.952 INFO STEP 433 (remove_files) COMPLETE
65412026-08-17T20:38:23.657Z[ recovery-image] Aug 17 20:38:22.952 INFO O| Aug 17 20:38:22.952 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-17T20:38:23.669Z[ recovery-image] Aug 17 20:38:22.963 INFO O| Aug 17 20:38:22.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65432026-08-17T20:38:23.669Z[ recovery-image] Aug 17 20:38:22.963 INFO O| Aug 17 20:38:22.963 INFO STEP 434 (remove_files) COMPLETE
65442026-08-17T20:38:23.672Z[ recovery-image] Aug 17 20:38:22.963 INFO O| Aug 17 20:38:22.963 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-17T20:38:23.679Z[ recovery-image] Aug 17 20:38:22.973 INFO O| Aug 17 20:38:22.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65462026-08-17T20:38:23.679Z[ recovery-image] Aug 17 20:38:22.973 INFO O| Aug 17 20:38:22.973 INFO STEP 435 (remove_files) COMPLETE
65472026-08-17T20:38:23.683Z[ recovery-image] Aug 17 20:38:22.973 INFO O| Aug 17 20:38:22.973 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-17T20:38:23.690Z[ recovery-image] Aug 17 20:38:22.983 INFO O| Aug 17 20:38:22.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65492026-08-17T20:38:23.690Z[ recovery-image] Aug 17 20:38:22.983 INFO O| Aug 17 20:38:22.983 INFO STEP 436 (remove_files) COMPLETE
65502026-08-17T20:38:23.691Z[ recovery-image] Aug 17 20:38:22.983 INFO O| Aug 17 20:38:22.983 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-17T20:38:23.700Z[ recovery-image] Aug 17 20:38:22.994 INFO O| Aug 17 20:38:22.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65522026-08-17T20:38:23.700Z[ recovery-image] Aug 17 20:38:22.994 INFO O| Aug 17 20:38:22.994 INFO STEP 437 (remove_files) COMPLETE
65532026-08-17T20:38:23.700Z[ recovery-image] Aug 17 20:38:22.994 INFO O| Aug 17 20:38:22.994 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-17T20:38:23.710Z[ recovery-image] Aug 17 20:38:23.004 INFO O| Aug 17 20:38:23.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65552026-08-17T20:38:23.710Z[ recovery-image] Aug 17 20:38:23.004 INFO O| Aug 17 20:38:23.004 INFO STEP 438 (remove_files) COMPLETE
65562026-08-17T20:38:23.710Z[ recovery-image] Aug 17 20:38:23.004 INFO O| Aug 17 20:38:23.004 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-17T20:38:23.719Z[ recovery-image] Aug 17 20:38:23.013 INFO O| Aug 17 20:38:23.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65582026-08-17T20:38:23.720Z[ recovery-image] Aug 17 20:38:23.014 INFO O| Aug 17 20:38:23.014 INFO STEP 439 (remove_files) COMPLETE
65592026-08-17T20:38:23.720Z[ recovery-image] Aug 17 20:38:23.014 INFO O| Aug 17 20:38:23.014 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-17T20:38:23.729Z[ recovery-image] Aug 17 20:38:23.023 INFO O| Aug 17 20:38:23.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65612026-08-17T20:38:23.729Z[ recovery-image] Aug 17 20:38:23.023 INFO O| Aug 17 20:38:23.023 INFO STEP 440 (remove_files) COMPLETE
65622026-08-17T20:38:23.729Z[ recovery-image] Aug 17 20:38:23.023 INFO O| Aug 17 20:38:23.023 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-17T20:38:23.740Z[ recovery-image] Aug 17 20:38:23.034 INFO O| Aug 17 20:38:23.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65642026-08-17T20:38:23.740Z[ recovery-image] Aug 17 20:38:23.034 INFO O| Aug 17 20:38:23.034 INFO STEP 441 (remove_files) COMPLETE
65652026-08-17T20:38:23.740Z[ recovery-image] Aug 17 20:38:23.034 INFO O| Aug 17 20:38:23.034 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-17T20:38:23.751Z[ recovery-image] Aug 17 20:38:23.045 INFO O| Aug 17 20:38:23.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65672026-08-17T20:38:23.751Z[ recovery-image] Aug 17 20:38:23.045 INFO O| Aug 17 20:38:23.045 INFO STEP 442 (remove_files) COMPLETE
65682026-08-17T20:38:23.755Z[ recovery-image] Aug 17 20:38:23.045 INFO O| Aug 17 20:38:23.045 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-17T20:38:23.761Z[ recovery-image] Aug 17 20:38:23.055 INFO O| Aug 17 20:38:23.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65702026-08-17T20:38:23.761Z[ recovery-image] Aug 17 20:38:23.055 INFO O| Aug 17 20:38:23.055 INFO STEP 443 (remove_files) COMPLETE
65712026-08-17T20:38:23.761Z[ recovery-image] Aug 17 20:38:23.055 INFO O| Aug 17 20:38:23.055 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-17T20:38:23.771Z[ recovery-image] Aug 17 20:38:23.065 INFO O| Aug 17 20:38:23.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65732026-08-17T20:38:23.771Z[ recovery-image] Aug 17 20:38:23.065 INFO O| Aug 17 20:38:23.065 INFO STEP 444 (remove_files) COMPLETE
65742026-08-17T20:38:23.771Z[ recovery-image] Aug 17 20:38:23.065 INFO O| Aug 17 20:38:23.065 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-17T20:38:23.779Z[ recovery-image] Aug 17 20:38:23.073 INFO O| Aug 17 20:38:23.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65762026-08-17T20:38:23.779Z[ recovery-image] Aug 17 20:38:23.073 INFO O| Aug 17 20:38:23.073 INFO STEP 445 (remove_files) COMPLETE
65772026-08-17T20:38:23.779Z[ recovery-image] Aug 17 20:38:23.073 INFO O| Aug 17 20:38:23.073 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-17T20:38:23.788Z[ recovery-image] Aug 17 20:38:23.082 INFO O| Aug 17 20:38:23.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65792026-08-17T20:38:23.788Z[ recovery-image] Aug 17 20:38:23.082 INFO O| Aug 17 20:38:23.082 INFO STEP 446 (remove_files) COMPLETE
65802026-08-17T20:38:23.788Z[ recovery-image] Aug 17 20:38:23.082 INFO O| Aug 17 20:38:23.082 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-17T20:38:23.798Z[ recovery-image] Aug 17 20:38:23.091 INFO O| Aug 17 20:38:23.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65822026-08-17T20:38:23.802Z[ recovery-image] Aug 17 20:38:23.092 INFO O| Aug 17 20:38:23.092 INFO STEP 447 (remove_files) COMPLETE
65832026-08-17T20:38:23.802Z[ recovery-image] Aug 17 20:38:23.092 INFO O| Aug 17 20:38:23.092 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-17T20:38:23.813Z[ recovery-image] Aug 17 20:38:23.107 INFO O| Aug 17 20:38:23.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65852026-08-17T20:38:23.813Z[ recovery-image] Aug 17 20:38:23.107 INFO O| Aug 17 20:38:23.104 INFO STEP 448 (remove_files) COMPLETE
65862026-08-17T20:38:23.813Z[ recovery-image] Aug 17 20:38:23.107 INFO O| Aug 17 20:38:23.104 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-17T20:38:23.822Z[ recovery-image] Aug 17 20:38:23.116 INFO O| Aug 17 20:38:23.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65882026-08-17T20:38:23.826Z[ recovery-image] Aug 17 20:38:23.116 INFO O| Aug 17 20:38:23.116 INFO STEP 449 (remove_files) COMPLETE
65892026-08-17T20:38:23.826Z[ recovery-image] Aug 17 20:38:23.116 INFO O| Aug 17 20:38:23.116 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-17T20:38:23.832Z[ recovery-image] Aug 17 20:38:23.126 INFO O| Aug 17 20:38:23.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65912026-08-17T20:38:23.832Z[ recovery-image] Aug 17 20:38:23.126 INFO O| Aug 17 20:38:23.126 INFO STEP 450 (remove_files) COMPLETE
65922026-08-17T20:38:23.832Z[ recovery-image] Aug 17 20:38:23.126 INFO O| Aug 17 20:38:23.126 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-17T20:38:23.842Z[ recovery-image] Aug 17 20:38:23.136 INFO O| Aug 17 20:38:23.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
65942026-08-17T20:38:23.842Z[ recovery-image] Aug 17 20:38:23.136 INFO O| Aug 17 20:38:23.136 INFO STEP 451 (remove_files) COMPLETE
65952026-08-17T20:38:23.845Z[ recovery-image] Aug 17 20:38:23.136 INFO O| Aug 17 20:38:23.136 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-17T20:38:23.850Z[ recovery-image] Aug 17 20:38:23.144 INFO O| Aug 17 20:38:23.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
65972026-08-17T20:38:23.850Z[ recovery-image] Aug 17 20:38:23.144 INFO O| Aug 17 20:38:23.144 INFO STEP 452 (remove_files) COMPLETE
65982026-08-17T20:38:23.850Z[ recovery-image] Aug 17 20:38:23.144 INFO O| Aug 17 20:38:23.144 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-17T20:38:23.859Z[ recovery-image] Aug 17 20:38:23.153 INFO O| Aug 17 20:38:23.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66002026-08-17T20:38:23.859Z[ recovery-image] Aug 17 20:38:23.153 INFO O| Aug 17 20:38:23.153 INFO STEP 453 (remove_files) COMPLETE
66012026-08-17T20:38:23.863Z[ recovery-image] Aug 17 20:38:23.153 INFO O| Aug 17 20:38:23.153 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-17T20:38:23.867Z[ recovery-image] Aug 17 20:38:23.161 INFO O| Aug 17 20:38:23.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66032026-08-17T20:38:23.867Z[ recovery-image] Aug 17 20:38:23.161 INFO O| Aug 17 20:38:23.161 INFO STEP 454 (remove_files) COMPLETE
66042026-08-17T20:38:23.867Z[ recovery-image] Aug 17 20:38:23.161 INFO O| Aug 17 20:38:23.161 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-17T20:38:23.877Z[ recovery-image] Aug 17 20:38:23.172 INFO O| Aug 17 20:38:23.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66062026-08-17T20:38:23.878Z[ recovery-image] Aug 17 20:38:23.172 INFO O| Aug 17 20:38:23.172 INFO STEP 455 (remove_files) COMPLETE
66072026-08-17T20:38:23.878Z[ recovery-image] Aug 17 20:38:23.172 INFO O| Aug 17 20:38:23.172 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-17T20:38:23.889Z[ recovery-image] Aug 17 20:38:23.183 INFO O| Aug 17 20:38:23.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66092026-08-17T20:38:23.889Z[ recovery-image] Aug 17 20:38:23.183 INFO O| Aug 17 20:38:23.183 INFO STEP 456 (remove_files) COMPLETE
66102026-08-17T20:38:23.889Z[ recovery-image] Aug 17 20:38:23.183 INFO O| Aug 17 20:38:23.183 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-17T20:38:23.899Z[ recovery-image] Aug 17 20:38:23.193 INFO O| Aug 17 20:38:23.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66122026-08-17T20:38:23.899Z[ recovery-image] Aug 17 20:38:23.193 INFO O| Aug 17 20:38:23.193 INFO STEP 457 (remove_files) COMPLETE
66132026-08-17T20:38:23.903Z[ recovery-image] Aug 17 20:38:23.193 INFO O| Aug 17 20:38:23.193 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-17T20:38:23.907Z[ recovery-image] Aug 17 20:38:23.202 INFO O| Aug 17 20:38:23.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66152026-08-17T20:38:23.911Z[ recovery-image] Aug 17 20:38:23.203 INFO O| Aug 17 20:38:23.203 INFO STEP 458 (remove_files) COMPLETE
66162026-08-17T20:38:23.911Z[ recovery-image] Aug 17 20:38:23.203 INFO O| Aug 17 20:38:23.203 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-17T20:38:23.920Z[ recovery-image] Aug 17 20:38:23.214 INFO O| Aug 17 20:38:23.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66182026-08-17T20:38:23.920Z[ recovery-image] Aug 17 20:38:23.214 INFO O| Aug 17 20:38:23.214 INFO STEP 459 (remove_files) COMPLETE
66192026-08-17T20:38:23.920Z[ recovery-image] Aug 17 20:38:23.214 INFO O| Aug 17 20:38:23.214 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-17T20:38:23.931Z[ recovery-image] Aug 17 20:38:23.225 INFO O| Aug 17 20:38:23.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66212026-08-17T20:38:23.931Z[ recovery-image] Aug 17 20:38:23.225 INFO O| Aug 17 20:38:23.225 INFO STEP 460 (remove_files) COMPLETE
66222026-08-17T20:38:23.934Z[ recovery-image] Aug 17 20:38:23.225 INFO O| Aug 17 20:38:23.225 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-17T20:38:23.942Z[ recovery-image] Aug 17 20:38:23.236 INFO O| Aug 17 20:38:23.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66242026-08-17T20:38:23.942Z[ recovery-image] Aug 17 20:38:23.236 INFO O| Aug 17 20:38:23.236 INFO STEP 461 (remove_files) COMPLETE
66252026-08-17T20:38:23.942Z[ recovery-image] Aug 17 20:38:23.236 INFO O| Aug 17 20:38:23.236 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-17T20:38:23.952Z[ recovery-image] Aug 17 20:38:23.247 INFO O| Aug 17 20:38:23.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66272026-08-17T20:38:23.952Z[ recovery-image] Aug 17 20:38:23.247 INFO O| Aug 17 20:38:23.247 INFO STEP 462 (remove_files) COMPLETE
66282026-08-17T20:38:23.953Z[ recovery-image] Aug 17 20:38:23.247 INFO O| Aug 17 20:38:23.247 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-17T20:38:23.963Z[ recovery-image] Aug 17 20:38:23.257 INFO O| Aug 17 20:38:23.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66302026-08-17T20:38:23.963Z[ recovery-image] Aug 17 20:38:23.257 INFO O| Aug 17 20:38:23.257 INFO STEP 463 (remove_files) COMPLETE
66312026-08-17T20:38:23.967Z[ recovery-image] Aug 17 20:38:23.257 INFO O| Aug 17 20:38:23.257 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-17T20:38:23.972Z[ recovery-image] Aug 17 20:38:23.267 INFO O| Aug 17 20:38:23.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66332026-08-17T20:38:23.972Z[ recovery-image] Aug 17 20:38:23.267 INFO O| Aug 17 20:38:23.267 INFO STEP 464 (remove_files) COMPLETE
66342026-08-17T20:38:23.976Z[ recovery-image] Aug 17 20:38:23.267 INFO O| Aug 17 20:38:23.267 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-17T20:38:23.986Z[ recovery-image] Aug 17 20:38:23.280 INFO O| Aug 17 20:38:23.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66362026-08-17T20:38:23.986Z[ recovery-image] Aug 17 20:38:23.280 INFO O| Aug 17 20:38:23.280 INFO STEP 465 (remove_files) COMPLETE
66372026-08-17T20:38:23.990Z[ recovery-image] Aug 17 20:38:23.280 INFO O| Aug 17 20:38:23.280 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-17T20:38:23.995Z[ recovery-image] Aug 17 20:38:23.289 INFO O| Aug 17 20:38:23.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66392026-08-17T20:38:23.998Z[ recovery-image] Aug 17 20:38:23.289 INFO O| Aug 17 20:38:23.289 INFO STEP 466 (remove_files) COMPLETE
66402026-08-17T20:38:23.998Z[ recovery-image] Aug 17 20:38:23.289 INFO O| Aug 17 20:38:23.289 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-17T20:38:24.006Z[ recovery-image] Aug 17 20:38:23.300 INFO O| Aug 17 20:38:23.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66422026-08-17T20:38:24.006Z[ recovery-image] Aug 17 20:38:23.301 INFO O| Aug 17 20:38:23.300 INFO STEP 467 (remove_files) COMPLETE
66432026-08-17T20:38:24.006Z[ recovery-image] Aug 17 20:38:23.301 INFO O| Aug 17 20:38:23.301 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-17T20:38:24.017Z[ recovery-image] Aug 17 20:38:23.311 INFO O| Aug 17 20:38:23.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66452026-08-17T20:38:24.017Z[ recovery-image] Aug 17 20:38:23.311 INFO O| Aug 17 20:38:23.311 INFO STEP 468 (remove_files) COMPLETE
66462026-08-17T20:38:24.017Z[ recovery-image] Aug 17 20:38:23.311 INFO O| Aug 17 20:38:23.311 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-17T20:38:24.027Z[ recovery-image] Aug 17 20:38:23.321 INFO O| Aug 17 20:38:23.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66482026-08-17T20:38:24.027Z[ recovery-image] Aug 17 20:38:23.321 INFO O| Aug 17 20:38:23.321 INFO STEP 469 (remove_files) COMPLETE
66492026-08-17T20:38:24.031Z[ recovery-image] Aug 17 20:38:23.321 INFO O| Aug 17 20:38:23.321 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-17T20:38:24.038Z[ recovery-image] Aug 17 20:38:23.332 INFO O| Aug 17 20:38:23.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66512026-08-17T20:38:24.038Z[ recovery-image] Aug 17 20:38:23.332 INFO O| Aug 17 20:38:23.332 INFO STEP 470 (remove_files) COMPLETE
66522026-08-17T20:38:24.038Z[ recovery-image] Aug 17 20:38:23.332 INFO O| Aug 17 20:38:23.332 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-17T20:38:24.049Z[ recovery-image] Aug 17 20:38:23.342 INFO O| Aug 17 20:38:23.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66542026-08-17T20:38:24.049Z[ recovery-image] Aug 17 20:38:23.342 INFO O| Aug 17 20:38:23.342 INFO STEP 471 (remove_files) COMPLETE
66552026-08-17T20:38:24.053Z[ recovery-image] Aug 17 20:38:23.342 INFO O| Aug 17 20:38:23.342 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-17T20:38:24.064Z[ recovery-image] Aug 17 20:38:23.352 INFO O| Aug 17 20:38:23.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66572026-08-17T20:38:24.064Z[ recovery-image] Aug 17 20:38:23.352 INFO O| Aug 17 20:38:23.352 INFO STEP 472 (remove_files) COMPLETE
66582026-08-17T20:38:24.064Z[ recovery-image] Aug 17 20:38:23.352 INFO O| Aug 17 20:38:23.352 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-17T20:38:24.068Z[ recovery-image] Aug 17 20:38:23.362 INFO O| Aug 17 20:38:23.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66602026-08-17T20:38:24.068Z[ recovery-image] Aug 17 20:38:23.362 INFO O| Aug 17 20:38:23.362 INFO STEP 473 (remove_files) COMPLETE
66612026-08-17T20:38:24.068Z[ recovery-image] Aug 17 20:38:23.362 INFO O| Aug 17 20:38:23.362 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-17T20:38:24.102Z[ recovery-image] Aug 17 20:38:23.373 INFO O| Aug 17 20:38:23.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66632026-08-17T20:38:24.108Z[ recovery-image] Aug 17 20:38:23.376 INFO O| Aug 17 20:38:23.374 INFO STEP 474 (remove_files) COMPLETE
66642026-08-17T20:38:24.108Z[ recovery-image] Aug 17 20:38:23.376 INFO O| Aug 17 20:38:23.374 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-17T20:38:24.108Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
66662026-08-17T20:38:24.108Z[ recovery-image] Aug 17 20:38:23.384 INFO O| Aug 17 20:38:23.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66672026-08-17T20:38:24.108Z[ recovery-image] Aug 17 20:38:23.384 INFO O| Aug 17 20:38:23.384 INFO STEP 475 (remove_files) COMPLETE
66682026-08-17T20:38:24.108Z[ recovery-image] Aug 17 20:38:23.384 INFO O| Aug 17 20:38:23.384 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-17T20:38:24.108Z[ recovery-image] Aug 17 20:38:23.396 INFO O| Aug 17 20:38:23.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66702026-08-17T20:38:24.108Z[ recovery-image] Aug 17 20:38:23.396 INFO O| Aug 17 20:38:23.396 INFO STEP 476 (remove_files) COMPLETE
66712026-08-17T20:38:24.108Z[ recovery-image] Aug 17 20:38:23.396 INFO O| Aug 17 20:38:23.396 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-17T20:38:24.113Z[ recovery-image] Aug 17 20:38:23.407 INFO O| Aug 17 20:38:23.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66732026-08-17T20:38:24.113Z[ recovery-image] Aug 17 20:38:23.407 INFO O| Aug 17 20:38:23.407 INFO STEP 477 (remove_files) COMPLETE
66742026-08-17T20:38:24.113Z[ recovery-image] Aug 17 20:38:23.407 INFO O| Aug 17 20:38:23.407 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-17T20:38:24.122Z[ recovery-image] Aug 17 20:38:23.416 INFO O| Aug 17 20:38:23.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66762026-08-17T20:38:24.122Z[ recovery-image] Aug 17 20:38:23.416 INFO O| Aug 17 20:38:23.416 INFO STEP 478 (remove_files) COMPLETE
66772026-08-17T20:38:24.125Z[ recovery-image] Aug 17 20:38:23.416 INFO O| Aug 17 20:38:23.416 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-17T20:38:24.131Z[ recovery-image] Aug 17 20:38:23.425 INFO O| Aug 17 20:38:23.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66792026-08-17T20:38:24.131Z[ recovery-image] Aug 17 20:38:23.425 INFO O| Aug 17 20:38:23.425 INFO STEP 479 (remove_files) COMPLETE
66802026-08-17T20:38:24.135Z[ recovery-image] Aug 17 20:38:23.425 INFO O| Aug 17 20:38:23.425 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-17T20:38:24.142Z[ recovery-image] Aug 17 20:38:23.436 INFO O| Aug 17 20:38:23.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66822026-08-17T20:38:24.142Z[ recovery-image] Aug 17 20:38:23.436 INFO O| Aug 17 20:38:23.436 INFO STEP 480 (remove_files) COMPLETE
66832026-08-17T20:38:24.142Z[ recovery-image] Aug 17 20:38:23.436 INFO O| Aug 17 20:38:23.436 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-17T20:38:24.160Z[ recovery-image] Aug 17 20:38:23.446 INFO O| Aug 17 20:38:23.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66852026-08-17T20:38:24.160Z[ recovery-image] Aug 17 20:38:23.446 INFO O| Aug 17 20:38:23.446 INFO STEP 481 (remove_files) COMPLETE
66862026-08-17T20:38:24.160Z[ recovery-image] Aug 17 20:38:23.447 INFO O| Aug 17 20:38:23.446 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-17T20:38:24.164Z[ recovery-image] Aug 17 20:38:23.458 INFO O| Aug 17 20:38:23.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66882026-08-17T20:38:24.164Z[ recovery-image] Aug 17 20:38:23.458 INFO O| Aug 17 20:38:23.458 INFO STEP 482 (remove_files) COMPLETE
66892026-08-17T20:38:24.164Z[ recovery-image] Aug 17 20:38:23.458 INFO O| Aug 17 20:38:23.458 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-17T20:38:24.177Z[ recovery-image] Aug 17 20:38:23.469 INFO O| Aug 17 20:38:23.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
66912026-08-17T20:38:24.177Z[ recovery-image] Aug 17 20:38:23.469 INFO O| Aug 17 20:38:23.469 INFO STEP 483 (remove_files) COMPLETE
66922026-08-17T20:38:24.178Z[ recovery-image] Aug 17 20:38:23.469 INFO O| Aug 17 20:38:23.469 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-17T20:38:24.185Z[ recovery-image] Aug 17 20:38:23.479 INFO O| Aug 17 20:38:23.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
66942026-08-17T20:38:24.188Z[ recovery-image] Aug 17 20:38:23.479 INFO O| Aug 17 20:38:23.479 INFO STEP 484 (remove_files) COMPLETE
66952026-08-17T20:38:24.188Z[ recovery-image] Aug 17 20:38:23.479 INFO O| Aug 17 20:38:23.479 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-17T20:38:24.195Z[ recovery-image] Aug 17 20:38:23.490 INFO O| Aug 17 20:38:23.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
66972026-08-17T20:38:24.195Z[ recovery-image] Aug 17 20:38:23.490 INFO O| Aug 17 20:38:23.490 INFO STEP 485 (remove_files) COMPLETE
66982026-08-17T20:38:24.199Z[ recovery-image] Aug 17 20:38:23.490 INFO O| Aug 17 20:38:23.490 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-17T20:38:24.207Z[ recovery-image] Aug 17 20:38:23.500 INFO O| Aug 17 20:38:23.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67002026-08-17T20:38:24.207Z[ recovery-image] Aug 17 20:38:23.500 INFO O| Aug 17 20:38:23.500 INFO STEP 486 (remove_files) COMPLETE
67012026-08-17T20:38:24.207Z[ recovery-image] Aug 17 20:38:23.500 INFO O| Aug 17 20:38:23.500 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-17T20:38:24.217Z[ recovery-image] Aug 17 20:38:23.511 INFO O| Aug 17 20:38:23.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67032026-08-17T20:38:24.217Z[ recovery-image] Aug 17 20:38:23.511 INFO O| Aug 17 20:38:23.511 INFO STEP 487 (remove_files) COMPLETE
67042026-08-17T20:38:24.217Z[ recovery-image] Aug 17 20:38:23.511 INFO O| Aug 17 20:38:23.511 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-17T20:38:24.229Z[ recovery-image] Aug 17 20:38:23.522 INFO O| Aug 17 20:38:23.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67062026-08-17T20:38:24.229Z[ recovery-image] Aug 17 20:38:23.522 INFO O| Aug 17 20:38:23.522 INFO STEP 488 (remove_files) COMPLETE
67072026-08-17T20:38:24.235Z[ recovery-image] Aug 17 20:38:23.522 INFO O| Aug 17 20:38:23.522 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-17T20:38:24.238Z[ recovery-image] Aug 17 20:38:23.530 INFO O| Aug 17 20:38:23.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67092026-08-17T20:38:24.238Z[ recovery-image] Aug 17 20:38:23.530 INFO O| Aug 17 20:38:23.530 INFO STEP 489 (remove_files) COMPLETE
67102026-08-17T20:38:24.238Z[ recovery-image] Aug 17 20:38:23.530 INFO O| Aug 17 20:38:23.530 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-17T20:38:24.245Z[ recovery-image] Aug 17 20:38:23.539 INFO O| Aug 17 20:38:23.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67122026-08-17T20:38:24.245Z[ recovery-image] Aug 17 20:38:23.539 INFO O| Aug 17 20:38:23.539 INFO STEP 490 (remove_files) COMPLETE
67132026-08-17T20:38:24.245Z[ recovery-image] Aug 17 20:38:23.539 INFO O| Aug 17 20:38:23.539 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-17T20:38:24.248Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
67152026-08-17T20:38:24.252Z[ recovery-image] Aug 17 20:38:23.547 INFO O| Aug 17 20:38:23.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67162026-08-17T20:38:24.253Z[ recovery-image] Aug 17 20:38:23.547 INFO O| Aug 17 20:38:23.547 INFO STEP 491 (remove_files) COMPLETE
67172026-08-17T20:38:24.256Z[ recovery-image] Aug 17 20:38:23.547 INFO O| Aug 17 20:38:23.547 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-17T20:38:24.264Z[ recovery-image] Aug 17 20:38:23.558 INFO O| Aug 17 20:38:23.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67192026-08-17T20:38:24.264Z[ recovery-image] Aug 17 20:38:23.558 INFO O| Aug 17 20:38:23.558 INFO STEP 492 (remove_files) COMPLETE
67202026-08-17T20:38:24.264Z[ recovery-image] Aug 17 20:38:23.558 INFO O| Aug 17 20:38:23.558 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-17T20:38:24.275Z[ recovery-image] Aug 17 20:38:23.569 INFO O| Aug 17 20:38:23.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67222026-08-17T20:38:24.275Z[ recovery-image] Aug 17 20:38:23.569 INFO O| Aug 17 20:38:23.569 INFO STEP 493 (remove_files) COMPLETE
67232026-08-17T20:38:24.275Z[ recovery-image] Aug 17 20:38:23.569 INFO O| Aug 17 20:38:23.569 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-17T20:38:24.286Z[ recovery-image] Aug 17 20:38:23.580 INFO O| Aug 17 20:38:23.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67252026-08-17T20:38:24.286Z[ recovery-image] Aug 17 20:38:23.580 INFO O| Aug 17 20:38:23.580 INFO STEP 494 (remove_files) COMPLETE
67262026-08-17T20:38:24.287Z[ recovery-image] Aug 17 20:38:23.580 INFO O| Aug 17 20:38:23.580 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-17T20:38:24.297Z[ recovery-image] Aug 17 20:38:23.591 INFO O| Aug 17 20:38:23.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67282026-08-17T20:38:24.297Z[ recovery-image] Aug 17 20:38:23.591 INFO O| Aug 17 20:38:23.591 INFO STEP 495 (remove_files) COMPLETE
67292026-08-17T20:38:24.297Z[ recovery-image] Aug 17 20:38:23.591 INFO O| Aug 17 20:38:23.591 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-17T20:38:24.307Z[ recovery-image] Aug 17 20:38:23.601 INFO O| Aug 17 20:38:23.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67312026-08-17T20:38:24.307Z[ recovery-image] Aug 17 20:38:23.601 INFO O| Aug 17 20:38:23.601 INFO STEP 496 (remove_files) COMPLETE
67322026-08-17T20:38:24.310Z[ recovery-image] Aug 17 20:38:23.601 INFO O| Aug 17 20:38:23.601 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-17T20:38:24.316Z[ recovery-image] Aug 17 20:38:23.611 INFO O| Aug 17 20:38:23.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67342026-08-17T20:38:24.317Z[ recovery-image] Aug 17 20:38:23.611 INFO O| Aug 17 20:38:23.611 INFO STEP 497 (remove_files) COMPLETE
67352026-08-17T20:38:24.317Z[ recovery-image] Aug 17 20:38:23.611 INFO O| Aug 17 20:38:23.611 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-17T20:38:24.327Z[ recovery-image] Aug 17 20:38:23.621 INFO O| Aug 17 20:38:23.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67372026-08-17T20:38:24.327Z[ recovery-image] Aug 17 20:38:23.621 INFO O| Aug 17 20:38:23.621 INFO STEP 498 (remove_files) COMPLETE
67382026-08-17T20:38:24.327Z[ recovery-image] Aug 17 20:38:23.621 INFO O| Aug 17 20:38:23.621 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-17T20:38:24.336Z[ recovery-image] Aug 17 20:38:23.631 INFO O| Aug 17 20:38:23.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67402026-08-17T20:38:24.337Z[ recovery-image] Aug 17 20:38:23.631 INFO O| Aug 17 20:38:23.631 INFO STEP 499 (remove_files) COMPLETE
67412026-08-17T20:38:24.337Z[ recovery-image] Aug 17 20:38:23.631 INFO O| Aug 17 20:38:23.631 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-17T20:38:24.347Z[ recovery-image] Aug 17 20:38:23.641 INFO O| Aug 17 20:38:23.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67432026-08-17T20:38:24.347Z[ recovery-image] Aug 17 20:38:23.641 INFO O| Aug 17 20:38:23.641 INFO STEP 500 (remove_files) COMPLETE
67442026-08-17T20:38:24.347Z[ recovery-image] Aug 17 20:38:23.641 INFO O| Aug 17 20:38:23.641 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-17T20:38:24.357Z[ recovery-image] Aug 17 20:38:23.651 INFO O| Aug 17 20:38:23.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67462026-08-17T20:38:24.357Z[ recovery-image] Aug 17 20:38:23.651 INFO O| Aug 17 20:38:23.651 INFO STEP 501 (remove_files) COMPLETE
67472026-08-17T20:38:24.360Z[ recovery-image] Aug 17 20:38:23.651 INFO O| Aug 17 20:38:23.651 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-17T20:38:24.366Z[ recovery-image] Aug 17 20:38:23.660 INFO O| Aug 17 20:38:23.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67492026-08-17T20:38:24.366Z[ recovery-image] Aug 17 20:38:23.660 INFO O| Aug 17 20:38:23.660 INFO STEP 502 (remove_files) COMPLETE
67502026-08-17T20:38:24.366Z[ recovery-image] Aug 17 20:38:23.660 INFO O| Aug 17 20:38:23.660 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-17T20:38:24.370Z[verify-libraries] Compiling fatfs v0.3.6
67522026-08-17T20:38:24.376Z[ recovery-image] Aug 17 20:38:23.670 INFO O| Aug 17 20:38:23.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67532026-08-17T20:38:24.376Z[ recovery-image] Aug 17 20:38:23.671 INFO O| Aug 17 20:38:23.671 INFO STEP 503 (remove_files) COMPLETE
67542026-08-17T20:38:24.380Z[ recovery-image] Aug 17 20:38:23.671 INFO O| Aug 17 20:38:23.671 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-17T20:38:24.388Z[ recovery-image] Aug 17 20:38:23.682 INFO O| Aug 17 20:38:23.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67562026-08-17T20:38:24.388Z[ recovery-image] Aug 17 20:38:23.682 INFO O| Aug 17 20:38:23.682 INFO STEP 504 (remove_files) COMPLETE
67572026-08-17T20:38:24.391Z[ recovery-image] Aug 17 20:38:23.682 INFO O| Aug 17 20:38:23.682 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-17T20:38:24.399Z[ recovery-image] Aug 17 20:38:23.693 INFO O| Aug 17 20:38:23.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67592026-08-17T20:38:24.399Z[ recovery-image] Aug 17 20:38:23.693 INFO O| Aug 17 20:38:23.693 INFO STEP 505 (remove_files) COMPLETE
67602026-08-17T20:38:24.399Z[ recovery-image] Aug 17 20:38:23.693 INFO O| Aug 17 20:38:23.693 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-17T20:38:24.411Z[ recovery-image] Aug 17 20:38:23.705 INFO O| Aug 17 20:38:23.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67622026-08-17T20:38:24.411Z[ recovery-image] Aug 17 20:38:23.705 INFO O| Aug 17 20:38:23.705 INFO STEP 506 (remove_files) COMPLETE
67632026-08-17T20:38:24.414Z[ recovery-image] Aug 17 20:38:23.705 INFO O| Aug 17 20:38:23.705 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-17T20:38:24.421Z[ recovery-image] Aug 17 20:38:23.715 INFO O| Aug 17 20:38:23.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67652026-08-17T20:38:24.421Z[ recovery-image] Aug 17 20:38:23.715 INFO O| Aug 17 20:38:23.715 INFO STEP 507 (remove_files) COMPLETE
67662026-08-17T20:38:24.421Z[ recovery-image] Aug 17 20:38:23.715 INFO O| Aug 17 20:38:23.715 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-17T20:38:24.432Z[ recovery-image] Aug 17 20:38:23.726 INFO O| Aug 17 20:38:23.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67682026-08-17T20:38:24.432Z[ recovery-image] Aug 17 20:38:23.726 INFO O| Aug 17 20:38:23.726 INFO STEP 508 (remove_files) COMPLETE
67692026-08-17T20:38:24.432Z[ recovery-image] Aug 17 20:38:23.726 INFO O| Aug 17 20:38:23.726 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-17T20:38:24.442Z[ recovery-image] Aug 17 20:38:23.736 INFO O| Aug 17 20:38:23.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67712026-08-17T20:38:24.442Z[ recovery-image] Aug 17 20:38:23.736 INFO O| Aug 17 20:38:23.736 INFO STEP 509 (remove_files) COMPLETE
67722026-08-17T20:38:24.442Z[ recovery-image] Aug 17 20:38:23.736 INFO O| Aug 17 20:38:23.736 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-17T20:38:24.454Z[ recovery-image] Aug 17 20:38:23.747 INFO O| Aug 17 20:38:23.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67742026-08-17T20:38:24.454Z[ recovery-image] Aug 17 20:38:23.747 INFO O| Aug 17 20:38:23.747 INFO STEP 510 (remove_files) COMPLETE
67752026-08-17T20:38:24.458Z[ recovery-image] Aug 17 20:38:23.747 INFO O| Aug 17 20:38:23.747 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-17T20:38:24.463Z[ recovery-image] Aug 17 20:38:23.758 INFO O| Aug 17 20:38:23.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67772026-08-17T20:38:24.464Z[ recovery-image] Aug 17 20:38:23.758 INFO O| Aug 17 20:38:23.758 INFO STEP 511 (remove_files) COMPLETE
67782026-08-17T20:38:24.464Z[ recovery-image] Aug 17 20:38:23.758 INFO O| Aug 17 20:38:23.758 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-17T20:38:24.474Z[ recovery-image] Aug 17 20:38:23.768 INFO O| Aug 17 20:38:23.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67802026-08-17T20:38:24.474Z[ recovery-image] Aug 17 20:38:23.768 INFO O| Aug 17 20:38:23.768 INFO STEP 512 (remove_files) COMPLETE
67812026-08-17T20:38:24.474Z[ recovery-image] Aug 17 20:38:23.768 INFO O| Aug 17 20:38:23.768 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-17T20:38:24.484Z[ recovery-image] Aug 17 20:38:23.778 INFO O| Aug 17 20:38:23.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67832026-08-17T20:38:24.487Z[ recovery-image] Aug 17 20:38:23.778 INFO O| Aug 17 20:38:23.778 INFO STEP 513 (remove_files) COMPLETE
67842026-08-17T20:38:24.487Z[ recovery-image] Aug 17 20:38:23.778 INFO O| Aug 17 20:38:23.778 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-17T20:38:24.493Z[ recovery-image] Aug 17 20:38:23.787 INFO O| Aug 17 20:38:23.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67862026-08-17T20:38:24.496Z[ recovery-image] Aug 17 20:38:23.789 INFO O| Aug 17 20:38:23.789 INFO STEP 514 (remove_files) COMPLETE
67872026-08-17T20:38:24.496Z[ recovery-image] Aug 17 20:38:23.789 INFO O| Aug 17 20:38:23.789 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-17T20:38:24.504Z[ recovery-image] Aug 17 20:38:23.798 INFO O| Aug 17 20:38:23.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
67892026-08-17T20:38:24.504Z[ recovery-image] Aug 17 20:38:23.798 INFO O| Aug 17 20:38:23.798 INFO STEP 515 (remove_files) COMPLETE
67902026-08-17T20:38:24.504Z[ recovery-image] Aug 17 20:38:23.798 INFO O| Aug 17 20:38:23.798 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-17T20:38:24.511Z[verify-libraries] Compiling num-bigint v0.4.6
67922026-08-17T20:38:24.516Z[ recovery-image] Aug 17 20:38:23.807 INFO O| Aug 17 20:38:23.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
67932026-08-17T20:38:24.516Z[ recovery-image] Aug 17 20:38:23.807 INFO O| Aug 17 20:38:23.807 INFO STEP 516 (remove_files) COMPLETE
67942026-08-17T20:38:24.516Z[ recovery-image] Aug 17 20:38:23.807 INFO O| Aug 17 20:38:23.807 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-17T20:38:24.522Z[ recovery-image] Aug 17 20:38:23.816 INFO O| Aug 17 20:38:23.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
67962026-08-17T20:38:24.522Z[ recovery-image] Aug 17 20:38:23.816 INFO O| Aug 17 20:38:23.816 INFO STEP 517 (remove_files) COMPLETE
67972026-08-17T20:38:24.525Z[ recovery-image] Aug 17 20:38:23.816 INFO O| Aug 17 20:38:23.816 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-17T20:38:24.531Z[ recovery-image] Aug 17 20:38:23.825 INFO O| Aug 17 20:38:23.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
67992026-08-17T20:38:24.531Z[ recovery-image] Aug 17 20:38:23.825 INFO O| Aug 17 20:38:23.825 INFO STEP 518 (remove_files) COMPLETE
68002026-08-17T20:38:24.532Z[ recovery-image] Aug 17 20:38:23.825 INFO O| Aug 17 20:38:23.825 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-17T20:38:24.540Z[ recovery-image] Aug 17 20:38:23.834 INFO O| Aug 17 20:38:23.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68022026-08-17T20:38:24.540Z[ recovery-image] Aug 17 20:38:23.834 INFO O| Aug 17 20:38:23.834 INFO STEP 519 (remove_files) COMPLETE
68032026-08-17T20:38:24.543Z[ recovery-image] Aug 17 20:38:23.834 INFO O| Aug 17 20:38:23.834 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-17T20:38:24.550Z[ recovery-image] Aug 17 20:38:23.844 INFO O| Aug 17 20:38:23.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68052026-08-17T20:38:24.550Z[ recovery-image] Aug 17 20:38:23.844 INFO O| Aug 17 20:38:23.844 INFO STEP 520 (remove_files) COMPLETE
68062026-08-17T20:38:24.553Z[ recovery-image] Aug 17 20:38:23.844 INFO O| Aug 17 20:38:23.844 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-17T20:38:24.560Z[ recovery-image] Aug 17 20:38:23.854 INFO O| Aug 17 20:38:23.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68082026-08-17T20:38:24.560Z[ recovery-image] Aug 17 20:38:23.854 INFO O| Aug 17 20:38:23.854 INFO STEP 521 (remove_files) COMPLETE
68092026-08-17T20:38:24.560Z[ recovery-image] Aug 17 20:38:23.854 INFO O| Aug 17 20:38:23.854 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-17T20:38:24.570Z[ recovery-image] Aug 17 20:38:23.864 INFO O| Aug 17 20:38:23.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68112026-08-17T20:38:24.570Z[ recovery-image] Aug 17 20:38:23.864 INFO O| Aug 17 20:38:23.864 INFO STEP 522 (remove_files) COMPLETE
68122026-08-17T20:38:24.573Z[ recovery-image] Aug 17 20:38:23.864 INFO O| Aug 17 20:38:23.864 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-17T20:38:24.580Z[ recovery-image] Aug 17 20:38:23.874 INFO O| Aug 17 20:38:23.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68142026-08-17T20:38:24.580Z[ recovery-image] Aug 17 20:38:23.874 INFO O| Aug 17 20:38:23.874 INFO STEP 523 (remove_files) COMPLETE
68152026-08-17T20:38:24.580Z[ recovery-image] Aug 17 20:38:23.874 INFO O| Aug 17 20:38:23.874 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-17T20:38:24.594Z[ recovery-image] Aug 17 20:38:23.884 INFO O| Aug 17 20:38:23.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68172026-08-17T20:38:24.594Z[ recovery-image] Aug 17 20:38:23.884 INFO O| Aug 17 20:38:23.884 INFO STEP 524 (remove_files) COMPLETE
68182026-08-17T20:38:24.594Z[ recovery-image] Aug 17 20:38:23.884 INFO O| Aug 17 20:38:23.884 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-17T20:38:24.600Z[ recovery-image] Aug 17 20:38:23.894 INFO O| Aug 17 20:38:23.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68202026-08-17T20:38:24.600Z[ recovery-image] Aug 17 20:38:23.894 INFO O| Aug 17 20:38:23.894 INFO STEP 525 (remove_files) COMPLETE
68212026-08-17T20:38:24.603Z[ recovery-image] Aug 17 20:38:23.894 INFO O| Aug 17 20:38:23.894 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-17T20:38:24.610Z[ recovery-image] Aug 17 20:38:23.904 INFO O| Aug 17 20:38:23.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68232026-08-17T20:38:24.613Z[ recovery-image] Aug 17 20:38:23.905 INFO O| Aug 17 20:38:23.905 INFO STEP 526 (remove_files) COMPLETE
68242026-08-17T20:38:24.613Z[ recovery-image] Aug 17 20:38:23.905 INFO O| Aug 17 20:38:23.905 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-17T20:38:24.621Z[ recovery-image] Aug 17 20:38:23.915 INFO O| Aug 17 20:38:23.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68262026-08-17T20:38:24.621Z[ recovery-image] Aug 17 20:38:23.915 INFO O| Aug 17 20:38:23.915 INFO STEP 527 (remove_files) COMPLETE
68272026-08-17T20:38:24.621Z[ recovery-image] Aug 17 20:38:23.915 INFO O| Aug 17 20:38:23.915 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-17T20:38:24.631Z[ recovery-image] Aug 17 20:38:23.925 INFO O| Aug 17 20:38:23.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68292026-08-17T20:38:24.631Z[ recovery-image] Aug 17 20:38:23.925 INFO O| Aug 17 20:38:23.925 INFO STEP 528 (remove_files) COMPLETE
68302026-08-17T20:38:24.631Z[ recovery-image] Aug 17 20:38:23.925 INFO O| Aug 17 20:38:23.925 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-17T20:38:24.640Z[ recovery-image] Aug 17 20:38:23.934 INFO O| Aug 17 20:38:23.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68322026-08-17T20:38:24.640Z[ recovery-image] Aug 17 20:38:23.935 INFO O| Aug 17 20:38:23.934 INFO STEP 529 (remove_files) COMPLETE
68332026-08-17T20:38:24.640Z[ recovery-image] Aug 17 20:38:23.935 INFO O| Aug 17 20:38:23.934 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-17T20:38:24.650Z[ recovery-image] Aug 17 20:38:23.943 INFO O| Aug 17 20:38:23.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68352026-08-17T20:38:24.650Z[ recovery-image] Aug 17 20:38:23.943 INFO O| Aug 17 20:38:23.943 INFO STEP 530 (remove_files) COMPLETE
68362026-08-17T20:38:24.650Z[ recovery-image] Aug 17 20:38:23.943 INFO O| Aug 17 20:38:23.943 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-17T20:38:24.658Z[ recovery-image] Aug 17 20:38:23.952 INFO O| Aug 17 20:38:23.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68382026-08-17T20:38:24.658Z[ recovery-image] Aug 17 20:38:23.952 INFO O| Aug 17 20:38:23.952 INFO STEP 531 (remove_files) COMPLETE
68392026-08-17T20:38:24.658Z[ recovery-image] Aug 17 20:38:23.952 INFO O| Aug 17 20:38:23.952 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-17T20:38:24.666Z[ recovery-image] Aug 17 20:38:23.960 INFO O| Aug 17 20:38:23.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68412026-08-17T20:38:24.670Z[ recovery-image] Aug 17 20:38:23.961 INFO O| Aug 17 20:38:23.961 INFO STEP 532 (remove_files) COMPLETE
68422026-08-17T20:38:24.670Z[ recovery-image] Aug 17 20:38:23.961 INFO O| Aug 17 20:38:23.961 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-17T20:38:24.675Z[ recovery-image] Aug 17 20:38:23.969 INFO O| Aug 17 20:38:23.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68442026-08-17T20:38:24.675Z[ recovery-image] Aug 17 20:38:23.969 INFO O| Aug 17 20:38:23.969 INFO STEP 533 (remove_files) COMPLETE
68452026-08-17T20:38:24.675Z[ recovery-image] Aug 17 20:38:23.969 INFO O| Aug 17 20:38:23.969 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-17T20:38:24.683Z[ recovery-image] Aug 17 20:38:23.977 INFO O| Aug 17 20:38:23.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68472026-08-17T20:38:24.683Z[ recovery-image] Aug 17 20:38:23.977 INFO O| Aug 17 20:38:23.977 INFO STEP 534 (remove_files) COMPLETE
68482026-08-17T20:38:24.687Z[ recovery-image] Aug 17 20:38:23.977 INFO O| Aug 17 20:38:23.977 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-17T20:38:24.692Z[ recovery-image] Aug 17 20:38:23.986 INFO O| Aug 17 20:38:23.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68502026-08-17T20:38:24.692Z[ recovery-image] Aug 17 20:38:23.986 INFO O| Aug 17 20:38:23.986 INFO STEP 535 (remove_files) COMPLETE
68512026-08-17T20:38:24.692Z[ recovery-image] Aug 17 20:38:23.986 INFO O| Aug 17 20:38:23.986 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-17T20:38:24.701Z[ recovery-image] Aug 17 20:38:23.995 INFO O| Aug 17 20:38:23.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68532026-08-17T20:38:24.701Z[ recovery-image] Aug 17 20:38:23.995 INFO O| Aug 17 20:38:23.995 INFO STEP 536 (remove_files) COMPLETE
68542026-08-17T20:38:24.701Z[ recovery-image] Aug 17 20:38:23.995 INFO O| Aug 17 20:38:23.995 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-17T20:38:24.704Z[verify-libraries] Compiling generic-array v1.4.3
68562026-08-17T20:38:24.711Z[ recovery-image] Aug 17 20:38:24.005 INFO O| Aug 17 20:38:24.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68572026-08-17T20:38:24.711Z[ recovery-image] Aug 17 20:38:24.005 INFO O| Aug 17 20:38:24.005 INFO STEP 537 (remove_files) COMPLETE
68582026-08-17T20:38:24.711Z[ recovery-image] Aug 17 20:38:24.005 INFO O| Aug 17 20:38:24.005 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-17T20:38:24.720Z[ recovery-image] Aug 17 20:38:24.014 INFO O| Aug 17 20:38:24.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68602026-08-17T20:38:24.720Z[ recovery-image] Aug 17 20:38:24.014 INFO O| Aug 17 20:38:24.014 INFO STEP 538 (remove_files) COMPLETE
68612026-08-17T20:38:24.720Z[ recovery-image] Aug 17 20:38:24.014 INFO O| Aug 17 20:38:24.014 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-08-17T20:38:24.730Z[ recovery-image] Aug 17 20:38:24.024 INFO O| Aug 17 20:38:24.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68632026-08-17T20:38:24.730Z[ recovery-image] Aug 17 20:38:24.024 INFO O| Aug 17 20:38:24.024 INFO STEP 539 (remove_files) COMPLETE
68642026-08-17T20:38:24.730Z[ recovery-image] Aug 17 20:38:24.024 INFO O| Aug 17 20:38:24.024 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-08-17T20:38:24.740Z[ recovery-image] Aug 17 20:38:24.033 INFO O| Aug 17 20:38:24.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68662026-08-17T20:38:24.741Z[ recovery-image] Aug 17 20:38:24.033 INFO O| Aug 17 20:38:24.033 INFO STEP 540 (remove_files) COMPLETE
68672026-08-17T20:38:24.741Z[ recovery-image] Aug 17 20:38:24.033 INFO O| Aug 17 20:38:24.033 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-08-17T20:38:24.749Z[ recovery-image] Aug 17 20:38:24.043 INFO O| Aug 17 20:38:24.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68692026-08-17T20:38:24.749Z[ recovery-image] Aug 17 20:38:24.043 INFO O| Aug 17 20:38:24.043 INFO STEP 541 (remove_files) COMPLETE
68702026-08-17T20:38:24.749Z[ recovery-image] Aug 17 20:38:24.043 INFO O| Aug 17 20:38:24.043 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-17T20:38:24.759Z[ recovery-image] Aug 17 20:38:24.053 INFO O| Aug 17 20:38:24.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68722026-08-17T20:38:24.759Z[ recovery-image] Aug 17 20:38:24.053 INFO O| Aug 17 20:38:24.053 INFO STEP 542 (remove_files) COMPLETE
68732026-08-17T20:38:24.759Z[ recovery-image] Aug 17 20:38:24.053 INFO O| Aug 17 20:38:24.053 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-08-17T20:38:24.769Z[ recovery-image] Aug 17 20:38:24.062 INFO O| Aug 17 20:38:24.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68752026-08-17T20:38:24.769Z[ recovery-image] Aug 17 20:38:24.062 INFO O| Aug 17 20:38:24.062 INFO STEP 543 (remove_files) COMPLETE
68762026-08-17T20:38:24.769Z[ recovery-image] Aug 17 20:38:24.062 INFO O| Aug 17 20:38:24.062 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-08-17T20:38:24.776Z[ recovery-image] Aug 17 20:38:24.071 INFO O| Aug 17 20:38:24.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68782026-08-17T20:38:24.776Z[ recovery-image] Aug 17 20:38:24.071 INFO O| Aug 17 20:38:24.071 INFO STEP 544 (remove_files) COMPLETE
68792026-08-17T20:38:24.776Z[ recovery-image] Aug 17 20:38:24.071 INFO O| Aug 17 20:38:24.071 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-08-17T20:38:24.786Z[ recovery-image] Aug 17 20:38:24.080 INFO O| Aug 17 20:38:24.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68812026-08-17T20:38:24.786Z[ recovery-image] Aug 17 20:38:24.080 INFO O| Aug 17 20:38:24.080 INFO STEP 545 (remove_files) COMPLETE
68822026-08-17T20:38:24.786Z[ recovery-image] Aug 17 20:38:24.080 INFO O| Aug 17 20:38:24.080 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-08-17T20:38:24.795Z[ recovery-image] Aug 17 20:38:24.089 INFO O| Aug 17 20:38:24.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68842026-08-17T20:38:24.795Z[ recovery-image] Aug 17 20:38:24.089 INFO O| Aug 17 20:38:24.089 INFO STEP 546 (remove_files) COMPLETE
68852026-08-17T20:38:24.795Z[ recovery-image] Aug 17 20:38:24.089 INFO O| Aug 17 20:38:24.089 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-08-17T20:38:24.805Z[ recovery-image] Aug 17 20:38:24.100 INFO O| Aug 17 20:38:24.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68872026-08-17T20:38:24.805Z[ recovery-image] Aug 17 20:38:24.100 INFO O| Aug 17 20:38:24.100 INFO STEP 547 (remove_files) COMPLETE
68882026-08-17T20:38:24.809Z[ recovery-image] Aug 17 20:38:24.100 INFO O| Aug 17 20:38:24.100 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-08-17T20:38:24.816Z[ recovery-image] Aug 17 20:38:24.111 INFO O| Aug 17 20:38:24.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
68902026-08-17T20:38:24.816Z[ recovery-image] Aug 17 20:38:24.111 INFO O| Aug 17 20:38:24.111 INFO STEP 548 (remove_files) COMPLETE
68912026-08-17T20:38:24.820Z[ recovery-image] Aug 17 20:38:24.111 INFO O| Aug 17 20:38:24.111 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-17T20:38:24.826Z[ recovery-image] Aug 17 20:38:24.120 INFO O| Aug 17 20:38:24.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
68932026-08-17T20:38:24.826Z[ recovery-image] Aug 17 20:38:24.120 INFO O| Aug 17 20:38:24.120 INFO STEP 549 (remove_files) COMPLETE
68942026-08-17T20:38:24.829Z[ recovery-image] Aug 17 20:38:24.120 INFO O| Aug 17 20:38:24.120 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-17T20:38:24.836Z[ recovery-image] Aug 17 20:38:24.130 INFO O| Aug 17 20:38:24.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
68962026-08-17T20:38:24.836Z[ recovery-image] Aug 17 20:38:24.130 INFO O| Aug 17 20:38:24.130 INFO STEP 550 (remove_files) COMPLETE
68972026-08-17T20:38:24.836Z[ recovery-image] Aug 17 20:38:24.130 INFO O| Aug 17 20:38:24.130 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-17T20:38:24.845Z[ recovery-image] Aug 17 20:38:24.140 INFO O| Aug 17 20:38:24.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
68992026-08-17T20:38:24.846Z[ recovery-image] Aug 17 20:38:24.140 INFO O| Aug 17 20:38:24.140 INFO STEP 551 (remove_files) COMPLETE
69002026-08-17T20:38:24.850Z[ recovery-image] Aug 17 20:38:24.140 INFO O| Aug 17 20:38:24.140 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-17T20:38:24.854Z[ recovery-image] Aug 17 20:38:24.148 INFO O| Aug 17 20:38:24.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69022026-08-17T20:38:24.854Z[ recovery-image] Aug 17 20:38:24.149 INFO O| Aug 17 20:38:24.149 INFO STEP 552 (remove_files) COMPLETE
69032026-08-17T20:38:24.854Z[ recovery-image] Aug 17 20:38:24.149 INFO O| Aug 17 20:38:24.149 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-17T20:38:24.863Z[ recovery-image] Aug 17 20:38:24.157 INFO O| Aug 17 20:38:24.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69052026-08-17T20:38:24.863Z[ recovery-image] Aug 17 20:38:24.157 INFO O| Aug 17 20:38:24.157 INFO STEP 553 (remove_files) COMPLETE
69062026-08-17T20:38:24.863Z[ recovery-image] Aug 17 20:38:24.157 INFO O| Aug 17 20:38:24.157 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-17T20:38:24.872Z[ recovery-image] Aug 17 20:38:24.167 INFO O| Aug 17 20:38:24.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69082026-08-17T20:38:24.872Z[ recovery-image] Aug 17 20:38:24.167 INFO O| Aug 17 20:38:24.167 INFO STEP 554 (remove_files) COMPLETE
69092026-08-17T20:38:24.872Z[ recovery-image] Aug 17 20:38:24.167 INFO O| Aug 17 20:38:24.167 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-17T20:38:24.881Z[ recovery-image] Aug 17 20:38:24.176 INFO O| Aug 17 20:38:24.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69112026-08-17T20:38:24.881Z[ recovery-image] Aug 17 20:38:24.176 INFO O| Aug 17 20:38:24.176 INFO STEP 555 (remove_files) COMPLETE
69122026-08-17T20:38:24.881Z[ recovery-image] Aug 17 20:38:24.176 INFO O| Aug 17 20:38:24.176 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-17T20:38:24.890Z[ recovery-image] Aug 17 20:38:24.185 INFO O| Aug 17 20:38:24.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69142026-08-17T20:38:24.890Z[ recovery-image] Aug 17 20:38:24.185 INFO O| Aug 17 20:38:24.185 INFO STEP 556 (remove_files) COMPLETE
69152026-08-17T20:38:24.894Z[ recovery-image] Aug 17 20:38:24.185 INFO O| Aug 17 20:38:24.185 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-17T20:38:24.899Z[ recovery-image] Aug 17 20:38:24.193 INFO O| Aug 17 20:38:24.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69172026-08-17T20:38:24.899Z[ recovery-image] Aug 17 20:38:24.193 INFO O| Aug 17 20:38:24.193 INFO STEP 557 (remove_files) COMPLETE
69182026-08-17T20:38:24.902Z[ recovery-image] Aug 17 20:38:24.193 INFO O| Aug 17 20:38:24.193 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-17T20:38:24.909Z[ recovery-image] Aug 17 20:38:24.203 INFO O| Aug 17 20:38:24.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69202026-08-17T20:38:24.909Z[ recovery-image] Aug 17 20:38:24.203 INFO O| Aug 17 20:38:24.203 INFO STEP 558 (remove_files) COMPLETE
69212026-08-17T20:38:24.912Z[ recovery-image] Aug 17 20:38:24.203 INFO O| Aug 17 20:38:24.203 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-17T20:38:24.919Z[ recovery-image] Aug 17 20:38:24.213 INFO O| Aug 17 20:38:24.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69232026-08-17T20:38:24.919Z[ recovery-image] Aug 17 20:38:24.213 INFO O| Aug 17 20:38:24.213 INFO STEP 559 (remove_files) COMPLETE
69242026-08-17T20:38:24.919Z[ recovery-image] Aug 17 20:38:24.213 INFO O| Aug 17 20:38:24.213 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-17T20:38:24.929Z[ recovery-image] Aug 17 20:38:24.223 INFO O| Aug 17 20:38:24.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69262026-08-17T20:38:24.929Z[ recovery-image] Aug 17 20:38:24.223 INFO O| Aug 17 20:38:24.223 INFO STEP 560 (remove_files) COMPLETE
69272026-08-17T20:38:24.929Z[ recovery-image] Aug 17 20:38:24.223 INFO O| Aug 17 20:38:24.223 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-17T20:38:24.939Z[ recovery-image] Aug 17 20:38:24.233 INFO O| Aug 17 20:38:24.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69292026-08-17T20:38:24.939Z[ recovery-image] Aug 17 20:38:24.233 INFO O| Aug 17 20:38:24.233 INFO STEP 561 (remove_files) COMPLETE
69302026-08-17T20:38:24.942Z[ recovery-image] Aug 17 20:38:24.233 INFO O| Aug 17 20:38:24.233 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-17T20:38:24.953Z[ recovery-image] Aug 17 20:38:24.242 INFO O| Aug 17 20:38:24.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69322026-08-17T20:38:24.953Z[ recovery-image] Aug 17 20:38:24.242 INFO O| Aug 17 20:38:24.242 INFO STEP 562 (remove_files) COMPLETE
69332026-08-17T20:38:24.953Z[ recovery-image] Aug 17 20:38:24.242 INFO O| Aug 17 20:38:24.242 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-17T20:38:24.957Z[ recovery-image] Aug 17 20:38:24.252 INFO O| Aug 17 20:38:24.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69352026-08-17T20:38:24.957Z[ recovery-image] Aug 17 20:38:24.252 INFO O| Aug 17 20:38:24.252 INFO STEP 563 (remove_files) COMPLETE
69362026-08-17T20:38:24.957Z[ recovery-image] Aug 17 20:38:24.252 INFO O| Aug 17 20:38:24.252 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-17T20:38:24.966Z[ recovery-image] Aug 17 20:38:24.261 INFO O| Aug 17 20:38:24.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69382026-08-17T20:38:24.966Z[ recovery-image] Aug 17 20:38:24.261 INFO O| Aug 17 20:38:24.261 INFO STEP 564 (remove_files) COMPLETE
69392026-08-17T20:38:24.966Z[ recovery-image] Aug 17 20:38:24.261 INFO O| Aug 17 20:38:24.261 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-17T20:38:24.975Z[ recovery-image] Aug 17 20:38:24.269 INFO O| Aug 17 20:38:24.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69412026-08-17T20:38:24.975Z[ recovery-image] Aug 17 20:38:24.269 INFO O| Aug 17 20:38:24.269 INFO STEP 565 (remove_files) COMPLETE
69422026-08-17T20:38:24.975Z[ recovery-image] Aug 17 20:38:24.269 INFO O| Aug 17 20:38:24.269 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-17T20:38:24.985Z[ recovery-image] Aug 17 20:38:24.280 INFO O| Aug 17 20:38:24.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69442026-08-17T20:38:24.985Z[ recovery-image] Aug 17 20:38:24.280 INFO O| Aug 17 20:38:24.280 INFO STEP 566 (remove_files) COMPLETE
69452026-08-17T20:38:24.985Z[ recovery-image] Aug 17 20:38:24.280 INFO O| Aug 17 20:38:24.280 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-17T20:38:24.996Z[ recovery-image] Aug 17 20:38:24.290 INFO O| Aug 17 20:38:24.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69472026-08-17T20:38:24.996Z[ recovery-image] Aug 17 20:38:24.290 INFO O| Aug 17 20:38:24.290 INFO STEP 567 (remove_files) COMPLETE
69482026-08-17T20:38:24.996Z[ recovery-image] Aug 17 20:38:24.290 INFO O| Aug 17 20:38:24.290 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-17T20:38:25.007Z[ recovery-image] Aug 17 20:38:24.301 INFO O| Aug 17 20:38:24.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69502026-08-17T20:38:25.007Z[ recovery-image] Aug 17 20:38:24.301 INFO O| Aug 17 20:38:24.301 INFO STEP 568 (remove_files) COMPLETE
69512026-08-17T20:38:25.007Z[ recovery-image] Aug 17 20:38:24.301 INFO O| Aug 17 20:38:24.301 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-17T20:38:25.017Z[ recovery-image] Aug 17 20:38:24.311 INFO O| Aug 17 20:38:24.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69532026-08-17T20:38:25.017Z[ recovery-image] Aug 17 20:38:24.312 INFO O| Aug 17 20:38:24.311 INFO STEP 569 (remove_files) COMPLETE
69542026-08-17T20:38:25.017Z[ recovery-image] Aug 17 20:38:24.312 INFO O| Aug 17 20:38:24.312 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-17T20:38:25.027Z[ recovery-image] Aug 17 20:38:24.321 INFO O| Aug 17 20:38:24.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69562026-08-17T20:38:25.027Z[ recovery-image] Aug 17 20:38:24.321 INFO O| Aug 17 20:38:24.321 INFO STEP 570 (remove_files) COMPLETE
69572026-08-17T20:38:25.027Z[ recovery-image] Aug 17 20:38:24.321 INFO O| Aug 17 20:38:24.321 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-17T20:38:25.037Z[ recovery-image] Aug 17 20:38:24.330 INFO O| Aug 17 20:38:24.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69592026-08-17T20:38:25.037Z[ recovery-image] Aug 17 20:38:24.330 INFO O| Aug 17 20:38:24.330 INFO STEP 571 (remove_files) COMPLETE
69602026-08-17T20:38:25.040Z[ recovery-image] Aug 17 20:38:24.330 INFO O| Aug 17 20:38:24.330 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-17T20:38:25.047Z[ recovery-image] Aug 17 20:38:24.341 INFO O| Aug 17 20:38:24.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69622026-08-17T20:38:25.047Z[ recovery-image] Aug 17 20:38:24.341 INFO O| Aug 17 20:38:24.341 INFO STEP 572 (remove_files) COMPLETE
69632026-08-17T20:38:25.047Z[ recovery-image] Aug 17 20:38:24.341 INFO O| Aug 17 20:38:24.341 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-17T20:38:25.057Z[ recovery-image] Aug 17 20:38:24.351 INFO O| Aug 17 20:38:24.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69652026-08-17T20:38:25.057Z[ recovery-image] Aug 17 20:38:24.351 INFO O| Aug 17 20:38:24.351 INFO STEP 573 (remove_files) COMPLETE
69662026-08-17T20:38:25.060Z[ recovery-image] Aug 17 20:38:24.351 INFO O| Aug 17 20:38:24.351 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-17T20:38:25.066Z[ recovery-image] Aug 17 20:38:24.360 INFO O| Aug 17 20:38:24.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69682026-08-17T20:38:25.066Z[ recovery-image] Aug 17 20:38:24.360 INFO O| Aug 17 20:38:24.360 INFO STEP 574 (remove_files) COMPLETE
69692026-08-17T20:38:25.066Z[ recovery-image] Aug 17 20:38:24.360 INFO O| Aug 17 20:38:24.360 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-17T20:38:25.088Z[ recovery-image] Aug 17 20:38:24.370 INFO O| Aug 17 20:38:24.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69712026-08-17T20:38:25.088Z[ recovery-image] Aug 17 20:38:24.370 INFO O| Aug 17 20:38:24.370 INFO STEP 575 (remove_files) COMPLETE
69722026-08-17T20:38:25.088Z[ recovery-image] Aug 17 20:38:24.370 INFO O| Aug 17 20:38:24.370 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-17T20:38:25.089Z[ recovery-image] Aug 17 20:38:24.381 INFO O| Aug 17 20:38:24.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69742026-08-17T20:38:25.089Z[ recovery-image] Aug 17 20:38:24.381 INFO O| Aug 17 20:38:24.381 INFO STEP 576 (remove_files) COMPLETE
69752026-08-17T20:38:25.089Z[ recovery-image] Aug 17 20:38:24.381 INFO O| Aug 17 20:38:24.381 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-17T20:38:25.097Z[ recovery-image] Aug 17 20:38:24.391 INFO O| Aug 17 20:38:24.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69772026-08-17T20:38:25.097Z[ recovery-image] Aug 17 20:38:24.391 INFO O| Aug 17 20:38:24.391 INFO STEP 577 (remove_files) COMPLETE
69782026-08-17T20:38:25.097Z[ recovery-image] Aug 17 20:38:24.391 INFO O| Aug 17 20:38:24.391 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-17T20:38:25.100Z[verify-libraries] Compiling russh-util v0.52.0
69802026-08-17T20:38:25.112Z[ recovery-image] Aug 17 20:38:24.401 INFO O| Aug 17 20:38:24.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69812026-08-17T20:38:25.112Z[ recovery-image] Aug 17 20:38:24.401 INFO O| Aug 17 20:38:24.401 INFO STEP 578 (remove_files) COMPLETE
69822026-08-17T20:38:25.112Z[ recovery-image] Aug 17 20:38:24.401 INFO O| Aug 17 20:38:24.401 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-17T20:38:25.116Z[ recovery-image] Aug 17 20:38:24.410 INFO O| Aug 17 20:38:24.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69842026-08-17T20:38:25.120Z[ recovery-image] Aug 17 20:38:24.411 INFO O| Aug 17 20:38:24.411 INFO STEP 579 (remove_files) COMPLETE
69852026-08-17T20:38:25.120Z[ recovery-image] Aug 17 20:38:24.411 INFO O| Aug 17 20:38:24.411 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-17T20:38:25.127Z[ recovery-image] Aug 17 20:38:24.421 INFO O| Aug 17 20:38:24.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69872026-08-17T20:38:25.127Z[ recovery-image] Aug 17 20:38:24.421 INFO O| Aug 17 20:38:24.421 INFO STEP 580 (remove_files) COMPLETE
69882026-08-17T20:38:25.128Z[ recovery-image] Aug 17 20:38:24.421 INFO O| Aug 17 20:38:24.421 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-17T20:38:25.140Z[ recovery-image] Aug 17 20:38:24.431 INFO O| Aug 17 20:38:24.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
69902026-08-17T20:38:25.140Z[ recovery-image] Aug 17 20:38:24.431 INFO O| Aug 17 20:38:24.431 INFO STEP 581 (remove_files) COMPLETE
69912026-08-17T20:38:25.140Z[ recovery-image] Aug 17 20:38:24.431 INFO O| Aug 17 20:38:24.431 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-17T20:38:25.147Z[ recovery-image] Aug 17 20:38:24.441 INFO O| Aug 17 20:38:24.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
69932026-08-17T20:38:25.147Z[ recovery-image] Aug 17 20:38:24.441 INFO O| Aug 17 20:38:24.441 INFO STEP 582 (remove_files) COMPLETE
69942026-08-17T20:38:25.147Z[ recovery-image] Aug 17 20:38:24.441 INFO O| Aug 17 20:38:24.441 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-17T20:38:25.165Z[ recovery-image] Aug 17 20:38:24.452 INFO O| Aug 17 20:38:24.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
69962026-08-17T20:38:25.165Z[ recovery-image] Aug 17 20:38:24.452 INFO O| Aug 17 20:38:24.452 INFO STEP 583 (remove_files) COMPLETE
69972026-08-17T20:38:25.169Z[ recovery-image] Aug 17 20:38:24.452 INFO O| Aug 17 20:38:24.452 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-17T20:38:25.169Z[ recovery-image] Aug 17 20:38:24.462 INFO O| Aug 17 20:38:24.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
69992026-08-17T20:38:25.169Z[ recovery-image] Aug 17 20:38:24.462 INFO O| Aug 17 20:38:24.462 INFO STEP 584 (remove_files) COMPLETE
70002026-08-17T20:38:25.169Z[ recovery-image] Aug 17 20:38:24.462 INFO O| Aug 17 20:38:24.462 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-17T20:38:25.178Z[ recovery-image] Aug 17 20:38:24.472 INFO O| Aug 17 20:38:24.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70022026-08-17T20:38:25.178Z[ recovery-image] Aug 17 20:38:24.472 INFO O| Aug 17 20:38:24.472 INFO STEP 585 (remove_files) COMPLETE
70032026-08-17T20:38:25.186Z[ recovery-image] Aug 17 20:38:24.472 INFO O| Aug 17 20:38:24.472 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-17T20:38:25.191Z[ recovery-image] Aug 17 20:38:24.483 INFO O| Aug 17 20:38:24.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70052026-08-17T20:38:25.191Z[ recovery-image] Aug 17 20:38:24.483 INFO O| Aug 17 20:38:24.483 INFO STEP 586 (remove_files) COMPLETE
70062026-08-17T20:38:25.191Z[ recovery-image] Aug 17 20:38:24.483 INFO O| Aug 17 20:38:24.483 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-17T20:38:25.200Z[ recovery-image] Aug 17 20:38:24.494 INFO O| Aug 17 20:38:24.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70082026-08-17T20:38:25.200Z[ recovery-image] Aug 17 20:38:24.494 INFO O| Aug 17 20:38:24.494 INFO STEP 587 (remove_files) COMPLETE
70092026-08-17T20:38:25.204Z[ recovery-image] Aug 17 20:38:24.494 INFO O| Aug 17 20:38:24.494 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-17T20:38:25.205Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
70112026-08-17T20:38:25.210Z[ recovery-image] Aug 17 20:38:24.504 INFO O| Aug 17 20:38:24.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70122026-08-17T20:38:25.210Z[ recovery-image] Aug 17 20:38:24.504 INFO O| Aug 17 20:38:24.504 INFO STEP 588 (remove_files) COMPLETE
70132026-08-17T20:38:25.210Z[ recovery-image] Aug 17 20:38:24.504 INFO O| Aug 17 20:38:24.504 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-17T20:38:25.219Z[ recovery-image] Aug 17 20:38:24.512 INFO O| Aug 17 20:38:24.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70152026-08-17T20:38:25.219Z[ recovery-image] Aug 17 20:38:24.513 INFO O| Aug 17 20:38:24.513 INFO STEP 589 (remove_files) COMPLETE
70162026-08-17T20:38:25.222Z[ recovery-image] Aug 17 20:38:24.513 INFO O| Aug 17 20:38:24.513 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-17T20:38:25.227Z[ recovery-image] Aug 17 20:38:24.521 INFO O| Aug 17 20:38:24.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70182026-08-17T20:38:25.227Z[ recovery-image] Aug 17 20:38:24.521 INFO O| Aug 17 20:38:24.521 INFO STEP 590 (remove_files) COMPLETE
70192026-08-17T20:38:25.227Z[ recovery-image] Aug 17 20:38:24.521 INFO O| Aug 17 20:38:24.521 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-17T20:38:25.237Z[ recovery-image] Aug 17 20:38:24.530 INFO O| Aug 17 20:38:24.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70212026-08-17T20:38:25.237Z[ recovery-image] Aug 17 20:38:24.530 INFO O| Aug 17 20:38:24.530 INFO STEP 591 (remove_files) COMPLETE
70222026-08-17T20:38:25.241Z[ recovery-image] Aug 17 20:38:24.530 INFO O| Aug 17 20:38:24.530 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-17T20:38:25.248Z[ recovery-image] Aug 17 20:38:24.542 INFO O| Aug 17 20:38:24.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70242026-08-17T20:38:25.248Z[ recovery-image] Aug 17 20:38:24.542 INFO O| Aug 17 20:38:24.542 INFO STEP 592 (remove_files) COMPLETE
70252026-08-17T20:38:25.248Z[ recovery-image] Aug 17 20:38:24.542 INFO O| Aug 17 20:38:24.542 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-17T20:38:25.260Z[ recovery-image] Aug 17 20:38:24.551 INFO O| Aug 17 20:38:24.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70272026-08-17T20:38:25.261Z[ recovery-image] Aug 17 20:38:24.551 INFO O| Aug 17 20:38:24.551 INFO STEP 593 (remove_files) COMPLETE
70282026-08-17T20:38:25.261Z[ recovery-image] Aug 17 20:38:24.551 INFO O| Aug 17 20:38:24.551 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-17T20:38:25.268Z[ recovery-image] Aug 17 20:38:24.562 INFO O| Aug 17 20:38:24.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70302026-08-17T20:38:25.268Z[ recovery-image] Aug 17 20:38:24.562 INFO O| Aug 17 20:38:24.562 INFO STEP 594 (remove_files) COMPLETE
70312026-08-17T20:38:25.268Z[ recovery-image] Aug 17 20:38:24.562 INFO O| Aug 17 20:38:24.562 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-17T20:38:25.278Z[ recovery-image] Aug 17 20:38:24.572 INFO O| Aug 17 20:38:24.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70332026-08-17T20:38:25.278Z[ recovery-image] Aug 17 20:38:24.572 INFO O| Aug 17 20:38:24.572 INFO STEP 595 (remove_files) COMPLETE
70342026-08-17T20:38:25.279Z[ recovery-image] Aug 17 20:38:24.572 INFO O| Aug 17 20:38:24.572 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-17T20:38:25.289Z[ recovery-image] Aug 17 20:38:24.583 INFO O| Aug 17 20:38:24.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70362026-08-17T20:38:25.289Z[ recovery-image] Aug 17 20:38:24.583 INFO O| Aug 17 20:38:24.583 INFO STEP 596 (remove_files) COMPLETE
70372026-08-17T20:38:25.289Z[ recovery-image] Aug 17 20:38:24.583 INFO O| Aug 17 20:38:24.583 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-17T20:38:25.298Z[ recovery-image] Aug 17 20:38:24.592 INFO O| Aug 17 20:38:24.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70392026-08-17T20:38:25.298Z[ recovery-image] Aug 17 20:38:24.592 INFO O| Aug 17 20:38:24.592 INFO STEP 597 (remove_files) COMPLETE
70402026-08-17T20:38:25.298Z[ recovery-image] Aug 17 20:38:24.592 INFO O| Aug 17 20:38:24.592 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-17T20:38:25.310Z[ recovery-image] Aug 17 20:38:24.604 INFO O| Aug 17 20:38:24.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70422026-08-17T20:38:25.310Z[ recovery-image] Aug 17 20:38:24.604 INFO O| Aug 17 20:38:24.604 INFO STEP 598 (remove_files) COMPLETE
70432026-08-17T20:38:25.310Z[ recovery-image] Aug 17 20:38:24.604 INFO O| Aug 17 20:38:24.604 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-17T20:38:25.321Z[ recovery-image] Aug 17 20:38:24.615 INFO O| Aug 17 20:38:24.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70452026-08-17T20:38:25.321Z[ recovery-image] Aug 17 20:38:24.615 INFO O| Aug 17 20:38:24.615 INFO STEP 599 (remove_files) COMPLETE
70462026-08-17T20:38:25.321Z[ recovery-image] Aug 17 20:38:24.615 INFO O| Aug 17 20:38:24.615 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-17T20:38:25.324Z[verify-libraries] Compiling enum_dispatch v0.3.13
70482026-08-17T20:38:25.331Z[ recovery-image] Aug 17 20:38:24.625 INFO O| Aug 17 20:38:24.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70492026-08-17T20:38:25.331Z[ recovery-image] Aug 17 20:38:24.625 INFO O| Aug 17 20:38:24.625 INFO STEP 600 (remove_files) COMPLETE
70502026-08-17T20:38:25.331Z[ recovery-image] Aug 17 20:38:24.625 INFO O| Aug 17 20:38:24.625 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-17T20:38:25.341Z[ recovery-image] Aug 17 20:38:24.635 INFO O| Aug 17 20:38:24.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70522026-08-17T20:38:25.341Z[ recovery-image] Aug 17 20:38:24.635 INFO O| Aug 17 20:38:24.635 INFO STEP 601 (remove_files) COMPLETE
70532026-08-17T20:38:25.341Z[ recovery-image] Aug 17 20:38:24.635 INFO O| Aug 17 20:38:24.635 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-17T20:38:25.354Z[ recovery-image] Aug 17 20:38:24.648 INFO O| Aug 17 20:38:24.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70552026-08-17T20:38:25.354Z[ recovery-image] Aug 17 20:38:24.648 INFO O| Aug 17 20:38:24.648 INFO STEP 602 (remove_files) COMPLETE
70562026-08-17T20:38:25.354Z[ recovery-image] Aug 17 20:38:24.648 INFO O| Aug 17 20:38:24.648 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-17T20:38:25.364Z[ recovery-image] Aug 17 20:38:24.659 INFO O| Aug 17 20:38:24.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70582026-08-17T20:38:25.365Z[ recovery-image] Aug 17 20:38:24.659 INFO O| Aug 17 20:38:24.659 INFO STEP 603 (remove_files) COMPLETE
70592026-08-17T20:38:25.365Z[ recovery-image] Aug 17 20:38:24.659 INFO O| Aug 17 20:38:24.659 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-17T20:38:25.373Z[ recovery-image] Aug 17 20:38:24.667 INFO O| Aug 17 20:38:24.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70612026-08-17T20:38:25.373Z[ recovery-image] Aug 17 20:38:24.667 INFO O| Aug 17 20:38:24.667 INFO STEP 604 (remove_files) COMPLETE
70622026-08-17T20:38:25.373Z[ recovery-image] Aug 17 20:38:24.667 INFO O| Aug 17 20:38:24.667 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-17T20:38:25.384Z[ recovery-image] Aug 17 20:38:24.678 INFO O| Aug 17 20:38:24.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70642026-08-17T20:38:25.384Z[ recovery-image] Aug 17 20:38:24.678 INFO O| Aug 17 20:38:24.678 INFO STEP 605 (remove_files) COMPLETE
70652026-08-17T20:38:25.384Z[ recovery-image] Aug 17 20:38:24.678 INFO O| Aug 17 20:38:24.678 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-17T20:38:25.392Z[verify-libraries] Compiling sapling-renderdag v0.1.0
70672026-08-17T20:38:25.396Z[ recovery-image] Aug 17 20:38:24.687 INFO O| Aug 17 20:38:24.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70682026-08-17T20:38:25.396Z[ recovery-image] Aug 17 20:38:24.687 INFO O| Aug 17 20:38:24.687 INFO STEP 606 (remove_files) COMPLETE
70692026-08-17T20:38:25.396Z[ recovery-image] Aug 17 20:38:24.687 INFO O| Aug 17 20:38:24.687 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-17T20:38:25.404Z[ recovery-image] Aug 17 20:38:24.698 INFO O| Aug 17 20:38:24.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70712026-08-17T20:38:25.404Z[ recovery-image] Aug 17 20:38:24.698 INFO O| Aug 17 20:38:24.698 INFO STEP 607 (remove_files) COMPLETE
70722026-08-17T20:38:25.407Z[ recovery-image] Aug 17 20:38:24.698 INFO O| Aug 17 20:38:24.698 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-17T20:38:25.415Z[ recovery-image] Aug 17 20:38:24.709 INFO O| Aug 17 20:38:24.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70742026-08-17T20:38:25.415Z[ recovery-image] Aug 17 20:38:24.709 INFO O| Aug 17 20:38:24.709 INFO STEP 608 (remove_files) COMPLETE
70752026-08-17T20:38:25.419Z[ recovery-image] Aug 17 20:38:24.709 INFO O| Aug 17 20:38:24.709 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-17T20:38:25.425Z[ recovery-image] Aug 17 20:38:24.719 INFO O| Aug 17 20:38:24.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70772026-08-17T20:38:25.433Z[ recovery-image] Aug 17 20:38:24.719 INFO O| Aug 17 20:38:24.719 INFO STEP 609 (remove_files) COMPLETE
70782026-08-17T20:38:25.433Z[ recovery-image] Aug 17 20:38:24.719 INFO O| Aug 17 20:38:24.719 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-17T20:38:25.436Z[ recovery-image] Aug 17 20:38:24.730 INFO O| Aug 17 20:38:24.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70802026-08-17T20:38:25.436Z[ recovery-image] Aug 17 20:38:24.730 INFO O| Aug 17 20:38:24.730 INFO STEP 610 (remove_files) COMPLETE
70812026-08-17T20:38:25.436Z[ recovery-image] Aug 17 20:38:24.730 INFO O| Aug 17 20:38:24.730 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-17T20:38:25.445Z[ recovery-image] Aug 17 20:38:24.740 INFO O| Aug 17 20:38:24.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70832026-08-17T20:38:25.445Z[ recovery-image] Aug 17 20:38:24.740 INFO O| Aug 17 20:38:24.740 INFO STEP 611 (remove_files) COMPLETE
70842026-08-17T20:38:25.446Z[ recovery-image] Aug 17 20:38:24.740 INFO O| Aug 17 20:38:24.740 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-17T20:38:25.456Z[ recovery-image] Aug 17 20:38:24.750 INFO O| Aug 17 20:38:24.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70862026-08-17T20:38:25.456Z[ recovery-image] Aug 17 20:38:24.750 INFO O| Aug 17 20:38:24.750 INFO STEP 612 (remove_files) COMPLETE
70872026-08-17T20:38:25.456Z[ recovery-image] Aug 17 20:38:24.750 INFO O| Aug 17 20:38:24.750 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-17T20:38:25.466Z[ recovery-image] Aug 17 20:38:24.760 INFO O| Aug 17 20:38:24.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70892026-08-17T20:38:25.466Z[ recovery-image] Aug 17 20:38:24.760 INFO O| Aug 17 20:38:24.760 INFO STEP 613 (remove_files) COMPLETE
70902026-08-17T20:38:25.466Z[ recovery-image] Aug 17 20:38:24.760 INFO O| Aug 17 20:38:24.760 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-17T20:38:25.475Z[ recovery-image] Aug 17 20:38:24.769 INFO O| Aug 17 20:38:24.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
70922026-08-17T20:38:25.475Z[ recovery-image] Aug 17 20:38:24.769 INFO O| Aug 17 20:38:24.769 INFO STEP 614 (remove_files) COMPLETE
70932026-08-17T20:38:25.475Z[ recovery-image] Aug 17 20:38:24.769 INFO O| Aug 17 20:38:24.769 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-17T20:38:25.486Z[ recovery-image] Aug 17 20:38:24.780 INFO O| Aug 17 20:38:24.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
70952026-08-17T20:38:25.486Z[ recovery-image] Aug 17 20:38:24.780 INFO O| Aug 17 20:38:24.780 INFO STEP 615 (remove_files) COMPLETE
70962026-08-17T20:38:25.487Z[ recovery-image] Aug 17 20:38:24.780 INFO O| Aug 17 20:38:24.780 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-17T20:38:25.498Z[ recovery-image] Aug 17 20:38:24.791 INFO O| Aug 17 20:38:24.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
70982026-08-17T20:38:25.498Z[ recovery-image] Aug 17 20:38:24.791 INFO O| Aug 17 20:38:24.791 INFO STEP 616 (remove_files) COMPLETE
70992026-08-17T20:38:25.498Z[ recovery-image] Aug 17 20:38:24.791 INFO O| Aug 17 20:38:24.791 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-17T20:38:25.507Z[ recovery-image] Aug 17 20:38:24.801 INFO O| Aug 17 20:38:24.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71012026-08-17T20:38:25.508Z[ recovery-image] Aug 17 20:38:24.801 INFO O| Aug 17 20:38:24.801 INFO STEP 617 (remove_files) COMPLETE
71022026-08-17T20:38:25.508Z[ recovery-image] Aug 17 20:38:24.801 INFO O| Aug 17 20:38:24.801 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-17T20:38:25.517Z[ recovery-image] Aug 17 20:38:24.811 INFO O| Aug 17 20:38:24.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71042026-08-17T20:38:25.517Z[ recovery-image] Aug 17 20:38:24.811 INFO O| Aug 17 20:38:24.811 INFO STEP 618 (remove_files) COMPLETE
71052026-08-17T20:38:25.517Z[ recovery-image] Aug 17 20:38:24.811 INFO O| Aug 17 20:38:24.811 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-17T20:38:25.528Z[ recovery-image] Aug 17 20:38:24.820 INFO O| Aug 17 20:38:24.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71072026-08-17T20:38:25.529Z[ recovery-image] Aug 17 20:38:24.820 INFO O| Aug 17 20:38:24.820 INFO STEP 619 (remove_files) COMPLETE
71082026-08-17T20:38:25.532Z[ recovery-image] Aug 17 20:38:24.820 INFO O| Aug 17 20:38:24.820 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-17T20:38:25.537Z[ recovery-image] Aug 17 20:38:24.831 INFO O| Aug 17 20:38:24.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71102026-08-17T20:38:25.537Z[ recovery-image] Aug 17 20:38:24.831 INFO O| Aug 17 20:38:24.831 INFO STEP 620 (remove_files) COMPLETE
71112026-08-17T20:38:25.537Z[ recovery-image] Aug 17 20:38:24.831 INFO O| Aug 17 20:38:24.831 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-17T20:38:25.547Z[ recovery-image] Aug 17 20:38:24.841 INFO O| Aug 17 20:38:24.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71132026-08-17T20:38:25.547Z[ recovery-image] Aug 17 20:38:24.841 INFO O| Aug 17 20:38:24.841 INFO STEP 621 (remove_files) COMPLETE
71142026-08-17T20:38:25.547Z[ recovery-image] Aug 17 20:38:24.841 INFO O| Aug 17 20:38:24.841 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-17T20:38:25.556Z[ recovery-image] Aug 17 20:38:24.850 INFO O| Aug 17 20:38:24.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71162026-08-17T20:38:25.556Z[ recovery-image] Aug 17 20:38:24.850 INFO O| Aug 17 20:38:24.850 INFO STEP 622 (remove_files) COMPLETE
71172026-08-17T20:38:25.556Z[ recovery-image] Aug 17 20:38:24.850 INFO O| Aug 17 20:38:24.850 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-17T20:38:25.567Z[ recovery-image] Aug 17 20:38:24.861 INFO O| Aug 17 20:38:24.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71192026-08-17T20:38:25.567Z[ recovery-image] Aug 17 20:38:24.861 INFO O| Aug 17 20:38:24.861 INFO STEP 623 (remove_files) COMPLETE
71202026-08-17T20:38:25.567Z[ recovery-image] Aug 17 20:38:24.861 INFO O| Aug 17 20:38:24.861 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-17T20:38:25.576Z[ recovery-image] Aug 17 20:38:24.870 INFO O| Aug 17 20:38:24.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71222026-08-17T20:38:25.576Z[ recovery-image] Aug 17 20:38:24.870 INFO O| Aug 17 20:38:24.870 INFO STEP 624 (remove_files) COMPLETE
71232026-08-17T20:38:25.580Z[ recovery-image] Aug 17 20:38:24.870 INFO O| Aug 17 20:38:24.870 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-17T20:38:25.585Z[ recovery-image] Aug 17 20:38:24.879 INFO O| Aug 17 20:38:24.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71252026-08-17T20:38:25.586Z[ recovery-image] Aug 17 20:38:24.880 INFO O| Aug 17 20:38:24.880 INFO STEP 625 (remove_files) COMPLETE
71262026-08-17T20:38:25.586Z[ recovery-image] Aug 17 20:38:24.880 INFO O| Aug 17 20:38:24.880 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-17T20:38:25.597Z[ recovery-image] Aug 17 20:38:24.891 INFO O| Aug 17 20:38:24.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71282026-08-17T20:38:25.597Z[ recovery-image] Aug 17 20:38:24.891 INFO O| Aug 17 20:38:24.891 INFO STEP 626 (remove_files) COMPLETE
71292026-08-17T20:38:25.597Z[ recovery-image] Aug 17 20:38:24.891 INFO O| Aug 17 20:38:24.891 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-17T20:38:25.608Z[ recovery-image] Aug 17 20:38:24.902 INFO O| Aug 17 20:38:24.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71312026-08-17T20:38:25.608Z[ recovery-image] Aug 17 20:38:24.902 INFO O| Aug 17 20:38:24.902 INFO STEP 627 (remove_files) COMPLETE
71322026-08-17T20:38:25.612Z[ recovery-image] Aug 17 20:38:24.902 INFO O| Aug 17 20:38:24.902 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-17T20:38:25.618Z[ recovery-image] Aug 17 20:38:24.912 INFO O| Aug 17 20:38:24.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71342026-08-17T20:38:25.618Z[ recovery-image] Aug 17 20:38:24.912 INFO O| Aug 17 20:38:24.912 INFO STEP 628 (remove_files) COMPLETE
71352026-08-17T20:38:25.618Z[ recovery-image] Aug 17 20:38:24.912 INFO O| Aug 17 20:38:24.912 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-17T20:38:25.628Z[ recovery-image] Aug 17 20:38:24.922 INFO O| Aug 17 20:38:24.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71372026-08-17T20:38:25.631Z[ recovery-image] Aug 17 20:38:24.923 INFO O| Aug 17 20:38:24.923 INFO STEP 629 (remove_files) COMPLETE
71382026-08-17T20:38:25.631Z[ recovery-image] Aug 17 20:38:24.923 INFO O| Aug 17 20:38:24.923 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-17T20:38:25.639Z[ recovery-image] Aug 17 20:38:24.933 INFO O| Aug 17 20:38:24.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71402026-08-17T20:38:25.639Z[ recovery-image] Aug 17 20:38:24.933 INFO O| Aug 17 20:38:24.933 INFO STEP 630 (remove_files) COMPLETE
71412026-08-17T20:38:25.639Z[ recovery-image] Aug 17 20:38:24.933 INFO O| Aug 17 20:38:24.933 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-17T20:38:25.649Z[ recovery-image] Aug 17 20:38:24.944 INFO O| Aug 17 20:38:24.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71432026-08-17T20:38:25.652Z[ recovery-image] Aug 17 20:38:24.944 INFO O| Aug 17 20:38:24.944 INFO STEP 631 (remove_files) COMPLETE
71442026-08-17T20:38:25.653Z[ recovery-image] Aug 17 20:38:24.944 INFO O| Aug 17 20:38:24.944 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-17T20:38:25.660Z[ recovery-image] Aug 17 20:38:24.955 INFO O| Aug 17 20:38:24.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71462026-08-17T20:38:25.660Z[ recovery-image] Aug 17 20:38:24.955 INFO O| Aug 17 20:38:24.955 INFO STEP 632 (remove_files) COMPLETE
71472026-08-17T20:38:25.661Z[ recovery-image] Aug 17 20:38:24.955 INFO O| Aug 17 20:38:24.955 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-17T20:38:25.670Z[ recovery-image] Aug 17 20:38:24.964 INFO O| Aug 17 20:38:24.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71492026-08-17T20:38:25.670Z[ recovery-image] Aug 17 20:38:24.964 INFO O| Aug 17 20:38:24.964 INFO STEP 633 (remove_files) COMPLETE
71502026-08-17T20:38:25.674Z[ recovery-image] Aug 17 20:38:24.964 INFO O| Aug 17 20:38:24.964 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-17T20:38:25.680Z[ recovery-image] Aug 17 20:38:24.974 INFO O| Aug 17 20:38:24.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71522026-08-17T20:38:25.680Z[ recovery-image] Aug 17 20:38:24.974 INFO O| Aug 17 20:38:24.974 INFO STEP 634 (remove_files) COMPLETE
71532026-08-17T20:38:25.680Z[ recovery-image] Aug 17 20:38:24.974 INFO O| Aug 17 20:38:24.974 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-17T20:38:25.692Z[ recovery-image] Aug 17 20:38:24.984 INFO O| Aug 17 20:38:24.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71552026-08-17T20:38:25.695Z[ recovery-image] Aug 17 20:38:24.984 INFO O| Aug 17 20:38:24.984 INFO STEP 635 (remove_files) COMPLETE
71562026-08-17T20:38:25.695Z[ recovery-image] Aug 17 20:38:24.984 INFO O| Aug 17 20:38:24.984 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-17T20:38:25.700Z[ recovery-image] Aug 17 20:38:24.994 INFO O| Aug 17 20:38:24.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71582026-08-17T20:38:25.700Z[ recovery-image] Aug 17 20:38:24.994 INFO O| Aug 17 20:38:24.994 INFO STEP 636 (remove_files) COMPLETE
71592026-08-17T20:38:25.703Z[ recovery-image] Aug 17 20:38:24.994 INFO O| Aug 17 20:38:24.994 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-17T20:38:25.738Z[ recovery-image] Aug 17 20:38:25.033 INFO O| Aug 17 20:38:25.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71612026-08-17T20:38:25.739Z[ recovery-image] Aug 17 20:38:25.033 INFO O| Aug 17 20:38:25.033 INFO STEP 637 (remove_files) COMPLETE
71622026-08-17T20:38:25.739Z[ recovery-image] Aug 17 20:38:25.033 INFO O| Aug 17 20:38:25.033 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-17T20:38:25.752Z[ recovery-image] Aug 17 20:38:25.046 INFO O| Aug 17 20:38:25.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71642026-08-17T20:38:25.752Z[ recovery-image] Aug 17 20:38:25.047 INFO O| Aug 17 20:38:25.047 INFO STEP 638 (remove_files) COMPLETE
71652026-08-17T20:38:25.752Z[ recovery-image] Aug 17 20:38:25.047 INFO O| Aug 17 20:38:25.047 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-17T20:38:25.762Z[ recovery-image] Aug 17 20:38:25.056 INFO O| Aug 17 20:38:25.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71672026-08-17T20:38:25.767Z[ recovery-image] Aug 17 20:38:25.057 INFO O| Aug 17 20:38:25.057 INFO STEP 639 (remove_files) COMPLETE
71682026-08-17T20:38:25.767Z[ recovery-image] Aug 17 20:38:25.057 INFO O| Aug 17 20:38:25.057 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-17T20:38:25.774Z[ recovery-image] Aug 17 20:38:25.068 INFO O| Aug 17 20:38:25.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71702026-08-17T20:38:25.774Z[ recovery-image] Aug 17 20:38:25.068 INFO O| Aug 17 20:38:25.068 INFO STEP 640 (remove_files) COMPLETE
71712026-08-17T20:38:25.774Z[ recovery-image] Aug 17 20:38:25.068 INFO O| Aug 17 20:38:25.068 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-17T20:38:25.784Z[ recovery-image] Aug 17 20:38:25.078 INFO O| Aug 17 20:38:25.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71732026-08-17T20:38:25.784Z[ recovery-image] Aug 17 20:38:25.078 INFO O| Aug 17 20:38:25.078 INFO STEP 641 (remove_files) COMPLETE
71742026-08-17T20:38:25.784Z[ recovery-image] Aug 17 20:38:25.078 INFO O| Aug 17 20:38:25.078 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-17T20:38:25.792Z[ recovery-image] Aug 17 20:38:25.086 INFO O| Aug 17 20:38:25.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71762026-08-17T20:38:25.792Z[ recovery-image] Aug 17 20:38:25.086 INFO O| Aug 17 20:38:25.086 INFO STEP 642 (remove_files) COMPLETE
71772026-08-17T20:38:25.796Z[ recovery-image] Aug 17 20:38:25.086 INFO O| Aug 17 20:38:25.086 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-17T20:38:25.799Z[ recovery-image] Aug 17 20:38:25.094 INFO O| Aug 17 20:38:25.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71792026-08-17T20:38:25.800Z[ recovery-image] Aug 17 20:38:25.094 INFO O| Aug 17 20:38:25.094 INFO STEP 643 (remove_files) COMPLETE
71802026-08-17T20:38:25.800Z[ recovery-image] Aug 17 20:38:25.094 INFO O| Aug 17 20:38:25.094 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-17T20:38:25.810Z[ recovery-image] Aug 17 20:38:25.104 INFO O| Aug 17 20:38:25.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71822026-08-17T20:38:25.810Z[ recovery-image] Aug 17 20:38:25.104 INFO O| Aug 17 20:38:25.104 INFO STEP 644 (remove_files) COMPLETE
71832026-08-17T20:38:25.810Z[ recovery-image] Aug 17 20:38:25.104 INFO O| Aug 17 20:38:25.104 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-17T20:38:25.820Z[ recovery-image] Aug 17 20:38:25.114 INFO O| Aug 17 20:38:25.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71852026-08-17T20:38:25.820Z[ recovery-image] Aug 17 20:38:25.114 INFO O| Aug 17 20:38:25.114 INFO STEP 645 (remove_files) COMPLETE
71862026-08-17T20:38:25.820Z[ recovery-image] Aug 17 20:38:25.114 INFO O| Aug 17 20:38:25.114 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-17T20:38:25.831Z[ recovery-image] Aug 17 20:38:25.126 INFO O| Aug 17 20:38:25.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71882026-08-17T20:38:25.831Z[ recovery-image] Aug 17 20:38:25.126 INFO O| Aug 17 20:38:25.126 INFO STEP 646 (remove_files) COMPLETE
71892026-08-17T20:38:25.835Z[ recovery-image] Aug 17 20:38:25.126 INFO O| Aug 17 20:38:25.126 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-17T20:38:25.842Z[ recovery-image] Aug 17 20:38:25.136 INFO O| Aug 17 20:38:25.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
71912026-08-17T20:38:25.842Z[ recovery-image] Aug 17 20:38:25.136 INFO O| Aug 17 20:38:25.136 INFO STEP 647 (remove_files) COMPLETE
71922026-08-17T20:38:25.846Z[ recovery-image] Aug 17 20:38:25.136 INFO O| Aug 17 20:38:25.136 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-17T20:38:25.846Z[verify-libraries] Compiling delegate v0.13.5
71942026-08-17T20:38:25.852Z[ recovery-image] Aug 17 20:38:25.146 INFO O| Aug 17 20:38:25.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
71952026-08-17T20:38:25.852Z[ recovery-image] Aug 17 20:38:25.146 INFO O| Aug 17 20:38:25.146 INFO STEP 648 (remove_files) COMPLETE
71962026-08-17T20:38:25.855Z[ recovery-image] Aug 17 20:38:25.146 INFO O| Aug 17 20:38:25.146 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-17T20:38:25.861Z[ recovery-image] Aug 17 20:38:25.155 INFO O| Aug 17 20:38:25.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
71982026-08-17T20:38:25.864Z[ recovery-image] Aug 17 20:38:25.156 INFO O| Aug 17 20:38:25.156 INFO STEP 649 (remove_files) COMPLETE
71992026-08-17T20:38:25.864Z[ recovery-image] Aug 17 20:38:25.156 INFO O| Aug 17 20:38:25.156 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-17T20:38:25.872Z[ recovery-image] Aug 17 20:38:25.166 INFO O| Aug 17 20:38:25.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72012026-08-17T20:38:25.872Z[ recovery-image] Aug 17 20:38:25.166 INFO O| Aug 17 20:38:25.166 INFO STEP 650 (remove_files) COMPLETE
72022026-08-17T20:38:25.872Z[ recovery-image] Aug 17 20:38:25.166 INFO O| Aug 17 20:38:25.166 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-17T20:38:25.882Z[ recovery-image] Aug 17 20:38:25.176 INFO O| Aug 17 20:38:25.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72042026-08-17T20:38:25.882Z[ recovery-image] Aug 17 20:38:25.176 INFO O| Aug 17 20:38:25.176 INFO STEP 651 (remove_files) COMPLETE
72052026-08-17T20:38:25.882Z[ recovery-image] Aug 17 20:38:25.176 INFO O| Aug 17 20:38:25.176 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-17T20:38:25.892Z[ recovery-image] Aug 17 20:38:25.186 INFO O| Aug 17 20:38:25.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72072026-08-17T20:38:25.892Z[ recovery-image] Aug 17 20:38:25.186 INFO O| Aug 17 20:38:25.186 INFO STEP 652 (remove_files) COMPLETE
72082026-08-17T20:38:25.895Z[ recovery-image] Aug 17 20:38:25.186 INFO O| Aug 17 20:38:25.186 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-17T20:38:25.900Z[ recovery-image] Aug 17 20:38:25.195 INFO O| Aug 17 20:38:25.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72102026-08-17T20:38:25.901Z[ recovery-image] Aug 17 20:38:25.195 INFO O| Aug 17 20:38:25.195 INFO STEP 653 (remove_files) COMPLETE
72112026-08-17T20:38:25.901Z[ recovery-image] Aug 17 20:38:25.195 INFO O| Aug 17 20:38:25.195 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-17T20:38:25.909Z[ recovery-image] Aug 17 20:38:25.204 INFO O| Aug 17 20:38:25.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72132026-08-17T20:38:25.909Z[ recovery-image] Aug 17 20:38:25.204 INFO O| Aug 17 20:38:25.204 INFO STEP 654 (remove_files) COMPLETE
72142026-08-17T20:38:25.909Z[ recovery-image] Aug 17 20:38:25.204 INFO O| Aug 17 20:38:25.204 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-17T20:38:25.920Z[ recovery-image] Aug 17 20:38:25.214 INFO O| Aug 17 20:38:25.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72162026-08-17T20:38:25.920Z[ recovery-image] Aug 17 20:38:25.214 INFO O| Aug 17 20:38:25.214 INFO STEP 655 (remove_files) COMPLETE
72172026-08-17T20:38:25.920Z[ recovery-image] Aug 17 20:38:25.214 INFO O| Aug 17 20:38:25.214 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-17T20:38:25.931Z[ recovery-image] Aug 17 20:38:25.225 INFO O| Aug 17 20:38:25.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72192026-08-17T20:38:25.934Z[ recovery-image] Aug 17 20:38:25.226 INFO O| Aug 17 20:38:25.226 INFO STEP 656 (remove_files) COMPLETE
72202026-08-17T20:38:25.934Z[ recovery-image] Aug 17 20:38:25.226 INFO O| Aug 17 20:38:25.226 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-17T20:38:25.943Z[ recovery-image] Aug 17 20:38:25.237 INFO O| Aug 17 20:38:25.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72222026-08-17T20:38:25.943Z[ recovery-image] Aug 17 20:38:25.237 INFO O| Aug 17 20:38:25.237 INFO STEP 657 (remove_files) COMPLETE
72232026-08-17T20:38:25.946Z[ recovery-image] Aug 17 20:38:25.237 INFO O| Aug 17 20:38:25.237 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-17T20:38:25.953Z[ recovery-image] Aug 17 20:38:25.247 INFO O| Aug 17 20:38:25.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72252026-08-17T20:38:25.953Z[ recovery-image] Aug 17 20:38:25.248 INFO O| Aug 17 20:38:25.247 INFO STEP 658 (remove_files) COMPLETE
72262026-08-17T20:38:25.957Z[ recovery-image] Aug 17 20:38:25.248 INFO O| Aug 17 20:38:25.248 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-17T20:38:25.963Z[ recovery-image] Aug 17 20:38:25.257 INFO O| Aug 17 20:38:25.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72282026-08-17T20:38:25.963Z[ recovery-image] Aug 17 20:38:25.257 INFO O| Aug 17 20:38:25.257 INFO STEP 659 (remove_files) COMPLETE
72292026-08-17T20:38:25.963Z[ recovery-image] Aug 17 20:38:25.257 INFO O| Aug 17 20:38:25.257 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-17T20:38:25.973Z[ recovery-image] Aug 17 20:38:25.267 INFO O| Aug 17 20:38:25.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72312026-08-17T20:38:25.977Z[ recovery-image] Aug 17 20:38:25.268 INFO O| Aug 17 20:38:25.268 INFO STEP 660 (remove_files) COMPLETE
72322026-08-17T20:38:25.977Z[ recovery-image] Aug 17 20:38:25.268 INFO O| Aug 17 20:38:25.268 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-17T20:38:25.984Z[ recovery-image] Aug 17 20:38:25.278 INFO O| Aug 17 20:38:25.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72342026-08-17T20:38:25.984Z[ recovery-image] Aug 17 20:38:25.278 INFO O| Aug 17 20:38:25.278 INFO STEP 661 (remove_files) COMPLETE
72352026-08-17T20:38:25.984Z[ recovery-image] Aug 17 20:38:25.278 INFO O| Aug 17 20:38:25.278 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-17T20:38:25.995Z[ recovery-image] Aug 17 20:38:25.289 INFO O| Aug 17 20:38:25.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72372026-08-17T20:38:25.995Z[ recovery-image] Aug 17 20:38:25.289 INFO O| Aug 17 20:38:25.289 INFO STEP 662 (remove_files) COMPLETE
72382026-08-17T20:38:25.995Z[ recovery-image] Aug 17 20:38:25.289 INFO O| Aug 17 20:38:25.289 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-17T20:38:26.004Z[ recovery-image] Aug 17 20:38:25.298 INFO O| Aug 17 20:38:25.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72402026-08-17T20:38:26.004Z[ recovery-image] Aug 17 20:38:25.298 INFO O| Aug 17 20:38:25.298 INFO STEP 663 (remove_files) COMPLETE
72412026-08-17T20:38:26.004Z[ recovery-image] Aug 17 20:38:25.298 INFO O| Aug 17 20:38:25.298 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-17T20:38:26.014Z[ recovery-image] Aug 17 20:38:25.308 INFO O| Aug 17 20:38:25.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72432026-08-17T20:38:26.014Z[ recovery-image] Aug 17 20:38:25.308 INFO O| Aug 17 20:38:25.308 INFO STEP 664 (remove_files) COMPLETE
72442026-08-17T20:38:26.014Z[ recovery-image] Aug 17 20:38:25.308 INFO O| Aug 17 20:38:25.308 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-17T20:38:26.023Z[ recovery-image] Aug 17 20:38:25.318 INFO O| Aug 17 20:38:25.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72462026-08-17T20:38:26.023Z[ recovery-image] Aug 17 20:38:25.318 INFO O| Aug 17 20:38:25.318 INFO STEP 665 (remove_files) COMPLETE
72472026-08-17T20:38:26.023Z[ recovery-image] Aug 17 20:38:25.318 INFO O| Aug 17 20:38:25.318 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-17T20:38:26.035Z[ recovery-image] Aug 17 20:38:25.329 INFO O| Aug 17 20:38:25.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72492026-08-17T20:38:26.035Z[ recovery-image] Aug 17 20:38:25.330 INFO O| Aug 17 20:38:25.330 INFO STEP 666 (remove_files) COMPLETE
72502026-08-17T20:38:26.039Z[ recovery-image] Aug 17 20:38:25.330 INFO O| Aug 17 20:38:25.330 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-17T20:38:26.045Z[ recovery-image] Aug 17 20:38:25.339 INFO O| Aug 17 20:38:25.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72522026-08-17T20:38:26.045Z[ recovery-image] Aug 17 20:38:25.339 INFO O| Aug 17 20:38:25.339 INFO STEP 667 (remove_files) COMPLETE
72532026-08-17T20:38:26.045Z[ recovery-image] Aug 17 20:38:25.339 INFO O| Aug 17 20:38:25.339 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-17T20:38:26.055Z[ recovery-image] Aug 17 20:38:25.350 INFO O| Aug 17 20:38:25.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72552026-08-17T20:38:26.055Z[ recovery-image] Aug 17 20:38:25.350 INFO O| Aug 17 20:38:25.350 INFO STEP 668 (remove_files) COMPLETE
72562026-08-17T20:38:26.055Z[ recovery-image] Aug 17 20:38:25.350 INFO O| Aug 17 20:38:25.350 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-17T20:38:26.066Z[ recovery-image] Aug 17 20:38:25.360 INFO O| Aug 17 20:38:25.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72582026-08-17T20:38:26.066Z[ recovery-image] Aug 17 20:38:25.360 INFO O| Aug 17 20:38:25.360 INFO STEP 669 (remove_files) COMPLETE
72592026-08-17T20:38:26.066Z[ recovery-image] Aug 17 20:38:25.360 INFO O| Aug 17 20:38:25.360 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-17T20:38:26.074Z[ recovery-image] Aug 17 20:38:25.369 INFO O| Aug 17 20:38:25.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72612026-08-17T20:38:26.074Z[ recovery-image] Aug 17 20:38:25.369 INFO O| Aug 17 20:38:25.369 INFO STEP 670 (remove_files) COMPLETE
72622026-08-17T20:38:26.074Z[ recovery-image] Aug 17 20:38:25.369 INFO O| Aug 17 20:38:25.369 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-17T20:38:26.082Z[ recovery-image] Aug 17 20:38:25.376 INFO O| Aug 17 20:38:25.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72642026-08-17T20:38:26.082Z[ recovery-image] Aug 17 20:38:25.376 INFO O| Aug 17 20:38:25.376 INFO STEP 671 (remove_files) COMPLETE
72652026-08-17T20:38:26.085Z[ recovery-image] Aug 17 20:38:25.376 INFO O| Aug 17 20:38:25.376 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-17T20:38:26.091Z[ recovery-image] Aug 17 20:38:25.385 INFO O| Aug 17 20:38:25.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72672026-08-17T20:38:26.091Z[ recovery-image] Aug 17 20:38:25.385 INFO O| Aug 17 20:38:25.385 INFO STEP 672 (remove_files) COMPLETE
72682026-08-17T20:38:26.094Z[ recovery-image] Aug 17 20:38:25.385 INFO O| Aug 17 20:38:25.385 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-17T20:38:26.099Z[ recovery-image] Aug 17 20:38:25.394 INFO O| Aug 17 20:38:25.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72702026-08-17T20:38:26.100Z[ recovery-image] Aug 17 20:38:25.394 INFO O| Aug 17 20:38:25.394 INFO STEP 673 (remove_files) COMPLETE
72712026-08-17T20:38:26.100Z[ recovery-image] Aug 17 20:38:25.394 INFO O| Aug 17 20:38:25.394 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-17T20:38:26.111Z[ recovery-image] Aug 17 20:38:25.405 INFO O| Aug 17 20:38:25.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72732026-08-17T20:38:26.111Z[ recovery-image] Aug 17 20:38:25.405 INFO O| Aug 17 20:38:25.405 INFO STEP 674 (remove_files) COMPLETE
72742026-08-17T20:38:26.111Z[ recovery-image] Aug 17 20:38:25.405 INFO O| Aug 17 20:38:25.405 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-17T20:38:26.123Z[ recovery-image] Aug 17 20:38:25.416 INFO O| Aug 17 20:38:25.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72762026-08-17T20:38:26.123Z[ recovery-image] Aug 17 20:38:25.417 INFO O| Aug 17 20:38:25.417 INFO STEP 675 (remove_files) COMPLETE
72772026-08-17T20:38:26.123Z[ recovery-image] Aug 17 20:38:25.417 INFO O| Aug 17 20:38:25.417 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-17T20:38:26.132Z[ recovery-image] Aug 17 20:38:25.426 INFO O| Aug 17 20:38:25.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72792026-08-17T20:38:26.132Z[ recovery-image] Aug 17 20:38:25.426 INFO O| Aug 17 20:38:25.426 INFO STEP 676 (remove_files) COMPLETE
72802026-08-17T20:38:26.132Z[ recovery-image] Aug 17 20:38:25.426 INFO O| Aug 17 20:38:25.426 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-17T20:38:26.143Z[ recovery-image] Aug 17 20:38:25.437 INFO O| Aug 17 20:38:25.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72822026-08-17T20:38:26.143Z[ recovery-image] Aug 17 20:38:25.437 INFO O| Aug 17 20:38:25.436 INFO STEP 677 (remove_files) COMPLETE
72832026-08-17T20:38:26.146Z[ recovery-image] Aug 17 20:38:25.437 INFO O| Aug 17 20:38:25.436 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-17T20:38:26.151Z[ recovery-image] Aug 17 20:38:25.445 INFO O| Aug 17 20:38:25.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72852026-08-17T20:38:26.151Z[ recovery-image] Aug 17 20:38:25.445 INFO O| Aug 17 20:38:25.445 INFO STEP 678 (remove_files) COMPLETE
72862026-08-17T20:38:26.151Z[ recovery-image] Aug 17 20:38:25.445 INFO O| Aug 17 20:38:25.445 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-17T20:38:26.159Z[ recovery-image] Aug 17 20:38:25.453 INFO O| Aug 17 20:38:25.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
72882026-08-17T20:38:26.159Z[ recovery-image] Aug 17 20:38:25.453 INFO O| Aug 17 20:38:25.453 INFO STEP 679 (remove_files) COMPLETE
72892026-08-17T20:38:26.159Z[ recovery-image] Aug 17 20:38:25.453 INFO O| Aug 17 20:38:25.453 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-17T20:38:26.167Z[ recovery-image] Aug 17 20:38:25.461 INFO O| Aug 17 20:38:25.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
72912026-08-17T20:38:26.167Z[ recovery-image] Aug 17 20:38:25.462 INFO O| Aug 17 20:38:25.461 INFO STEP 680 (remove_files) COMPLETE
72922026-08-17T20:38:26.167Z[ recovery-image] Aug 17 20:38:25.462 INFO O| Aug 17 20:38:25.462 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-17T20:38:26.177Z[ recovery-image] Aug 17 20:38:25.472 INFO O| Aug 17 20:38:25.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
72942026-08-17T20:38:26.178Z[ recovery-image] Aug 17 20:38:25.472 INFO O| Aug 17 20:38:25.472 INFO STEP 681 (remove_files) COMPLETE
72952026-08-17T20:38:26.181Z[ recovery-image] Aug 17 20:38:25.472 INFO O| Aug 17 20:38:25.472 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-17T20:38:26.187Z[ recovery-image] Aug 17 20:38:25.482 INFO O| Aug 17 20:38:25.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
72972026-08-17T20:38:26.187Z[ recovery-image] Aug 17 20:38:25.482 INFO O| Aug 17 20:38:25.482 INFO STEP 682 (remove_files) COMPLETE
72982026-08-17T20:38:26.191Z[ recovery-image] Aug 17 20:38:25.482 INFO O| Aug 17 20:38:25.482 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-17T20:38:26.197Z[ recovery-image] Aug 17 20:38:25.492 INFO O| Aug 17 20:38:25.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73002026-08-17T20:38:26.197Z[ recovery-image] Aug 17 20:38:25.492 INFO O| Aug 17 20:38:25.492 INFO STEP 683 (remove_files) COMPLETE
73012026-08-17T20:38:26.197Z[ recovery-image] Aug 17 20:38:25.492 INFO O| Aug 17 20:38:25.492 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-17T20:38:26.206Z[ recovery-image] Aug 17 20:38:25.500 INFO O| Aug 17 20:38:25.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73032026-08-17T20:38:26.206Z[ recovery-image] Aug 17 20:38:25.500 INFO O| Aug 17 20:38:25.500 INFO STEP 684 (remove_files) COMPLETE
73042026-08-17T20:38:26.209Z[ recovery-image] Aug 17 20:38:25.500 INFO O| Aug 17 20:38:25.500 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-17T20:38:26.209Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
73062026-08-17T20:38:26.215Z[ recovery-image] Aug 17 20:38:25.510 INFO O| Aug 17 20:38:25.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73072026-08-17T20:38:26.215Z[ recovery-image] Aug 17 20:38:25.510 INFO O| Aug 17 20:38:25.510 INFO STEP 685 (remove_files) COMPLETE
73082026-08-17T20:38:26.215Z[ recovery-image] Aug 17 20:38:25.510 INFO O| Aug 17 20:38:25.510 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-17T20:38:26.226Z[ recovery-image] Aug 17 20:38:25.520 INFO O| Aug 17 20:38:25.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73102026-08-17T20:38:26.226Z[ recovery-image] Aug 17 20:38:25.520 INFO O| Aug 17 20:38:25.520 INFO STEP 686 (remove_files) COMPLETE
73112026-08-17T20:38:26.229Z[ recovery-image] Aug 17 20:38:25.520 INFO O| Aug 17 20:38:25.520 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-17T20:38:26.236Z[ recovery-image] Aug 17 20:38:25.530 INFO O| Aug 17 20:38:25.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73132026-08-17T20:38:26.236Z[ recovery-image] Aug 17 20:38:25.530 INFO O| Aug 17 20:38:25.530 INFO STEP 687 (remove_files) COMPLETE
73142026-08-17T20:38:26.236Z[ recovery-image] Aug 17 20:38:25.530 INFO O| Aug 17 20:38:25.530 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-17T20:38:26.244Z[ recovery-image] Aug 17 20:38:25.539 INFO O| Aug 17 20:38:25.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73162026-08-17T20:38:26.244Z[ recovery-image] Aug 17 20:38:25.539 INFO O| Aug 17 20:38:25.539 INFO STEP 688 (remove_files) COMPLETE
73172026-08-17T20:38:26.248Z[ recovery-image] Aug 17 20:38:25.539 INFO O| Aug 17 20:38:25.539 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-17T20:38:26.256Z[ recovery-image] Aug 17 20:38:25.551 INFO O| Aug 17 20:38:25.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73192026-08-17T20:38:26.256Z[ recovery-image] Aug 17 20:38:25.551 INFO O| Aug 17 20:38:25.551 INFO STEP 689 (remove_files) COMPLETE
73202026-08-17T20:38:26.256Z[ recovery-image] Aug 17 20:38:25.551 INFO O| Aug 17 20:38:25.551 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-17T20:38:26.267Z[ recovery-image] Aug 17 20:38:25.561 INFO O| Aug 17 20:38:25.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73222026-08-17T20:38:26.267Z[ recovery-image] Aug 17 20:38:25.561 INFO O| Aug 17 20:38:25.561 INFO STEP 690 (remove_files) COMPLETE
73232026-08-17T20:38:26.271Z[ recovery-image] Aug 17 20:38:25.561 INFO O| Aug 17 20:38:25.561 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-17T20:38:26.276Z[ recovery-image] Aug 17 20:38:25.571 INFO O| Aug 17 20:38:25.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73252026-08-17T20:38:26.276Z[ recovery-image] Aug 17 20:38:25.571 INFO O| Aug 17 20:38:25.571 INFO STEP 691 (remove_files) COMPLETE
73262026-08-17T20:38:26.276Z[ recovery-image] Aug 17 20:38:25.571 INFO O| Aug 17 20:38:25.571 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-17T20:38:26.288Z[ recovery-image] Aug 17 20:38:25.582 INFO O| Aug 17 20:38:25.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73282026-08-17T20:38:26.288Z[ recovery-image] Aug 17 20:38:25.582 INFO O| Aug 17 20:38:25.582 INFO STEP 692 (remove_files) COMPLETE
73292026-08-17T20:38:26.288Z[ recovery-image] Aug 17 20:38:25.582 INFO O| Aug 17 20:38:25.582 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-17T20:38:26.298Z[ recovery-image] Aug 17 20:38:25.592 INFO O| Aug 17 20:38:25.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73312026-08-17T20:38:26.298Z[ recovery-image] Aug 17 20:38:25.592 INFO O| Aug 17 20:38:25.592 INFO STEP 693 (remove_files) COMPLETE
73322026-08-17T20:38:26.301Z[ recovery-image] Aug 17 20:38:25.592 INFO O| Aug 17 20:38:25.592 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-17T20:38:26.307Z[ recovery-image] Aug 17 20:38:25.601 INFO O| Aug 17 20:38:25.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73342026-08-17T20:38:26.307Z[ recovery-image] Aug 17 20:38:25.601 INFO O| Aug 17 20:38:25.601 INFO STEP 694 (remove_files) COMPLETE
73352026-08-17T20:38:26.307Z[ recovery-image] Aug 17 20:38:25.601 INFO O| Aug 17 20:38:25.601 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-17T20:38:26.317Z[ recovery-image] Aug 17 20:38:25.611 INFO O| Aug 17 20:38:25.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73372026-08-17T20:38:26.317Z[ recovery-image] Aug 17 20:38:25.611 INFO O| Aug 17 20:38:25.611 INFO STEP 695 (remove_files) COMPLETE
73382026-08-17T20:38:26.321Z[ recovery-image] Aug 17 20:38:25.611 INFO O| Aug 17 20:38:25.611 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-17T20:38:26.328Z[ recovery-image] Aug 17 20:38:25.622 INFO O| Aug 17 20:38:25.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73402026-08-17T20:38:26.328Z[ recovery-image] Aug 17 20:38:25.622 INFO O| Aug 17 20:38:25.622 INFO STEP 696 (remove_files) COMPLETE
73412026-08-17T20:38:26.328Z[ recovery-image] Aug 17 20:38:25.622 INFO O| Aug 17 20:38:25.622 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-17T20:38:26.337Z[ recovery-image] Aug 17 20:38:25.631 INFO O| Aug 17 20:38:25.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73432026-08-17T20:38:26.337Z[ recovery-image] Aug 17 20:38:25.631 INFO O| Aug 17 20:38:25.631 INFO STEP 697 (remove_files) COMPLETE
73442026-08-17T20:38:26.337Z[ recovery-image] Aug 17 20:38:25.631 INFO O| Aug 17 20:38:25.631 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-17T20:38:26.347Z[ recovery-image] Aug 17 20:38:25.641 INFO O| Aug 17 20:38:25.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73462026-08-17T20:38:26.347Z[ recovery-image] Aug 17 20:38:25.641 INFO O| Aug 17 20:38:25.641 INFO STEP 698 (remove_files) COMPLETE
73472026-08-17T20:38:26.347Z[ recovery-image] Aug 17 20:38:25.641 INFO O| Aug 17 20:38:25.641 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-17T20:38:26.358Z[ recovery-image] Aug 17 20:38:25.652 INFO O| Aug 17 20:38:25.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73492026-08-17T20:38:26.358Z[ recovery-image] Aug 17 20:38:25.652 INFO O| Aug 17 20:38:25.652 INFO STEP 699 (remove_files) COMPLETE
73502026-08-17T20:38:26.358Z[ recovery-image] Aug 17 20:38:25.652 INFO O| Aug 17 20:38:25.652 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-17T20:38:26.370Z[ recovery-image] Aug 17 20:38:25.664 INFO O| Aug 17 20:38:25.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73522026-08-17T20:38:26.370Z[ recovery-image] Aug 17 20:38:25.664 INFO O| Aug 17 20:38:25.664 INFO STEP 700 (remove_files) COMPLETE
73532026-08-17T20:38:26.370Z[ recovery-image] Aug 17 20:38:25.664 INFO O| Aug 17 20:38:25.664 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-17T20:38:26.381Z[ recovery-image] Aug 17 20:38:25.675 INFO O| Aug 17 20:38:25.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73552026-08-17T20:38:26.381Z[ recovery-image] Aug 17 20:38:25.675 INFO O| Aug 17 20:38:25.675 INFO STEP 701 (remove_files) COMPLETE
73562026-08-17T20:38:26.381Z[ recovery-image] Aug 17 20:38:25.675 INFO O| Aug 17 20:38:25.675 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-17T20:38:26.392Z[ recovery-image] Aug 17 20:38:25.686 INFO O| Aug 17 20:38:25.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73582026-08-17T20:38:26.392Z[ recovery-image] Aug 17 20:38:25.687 INFO O| Aug 17 20:38:25.687 INFO STEP 702 (remove_files) COMPLETE
73592026-08-17T20:38:26.392Z[ recovery-image] Aug 17 20:38:25.687 INFO O| Aug 17 20:38:25.687 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-17T20:38:26.403Z[ recovery-image] Aug 17 20:38:25.697 INFO O| Aug 17 20:38:25.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73612026-08-17T20:38:26.403Z[ recovery-image] Aug 17 20:38:25.697 INFO O| Aug 17 20:38:25.697 INFO STEP 703 (remove_files) COMPLETE
73622026-08-17T20:38:26.403Z[ recovery-image] Aug 17 20:38:25.697 INFO O| Aug 17 20:38:25.697 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-17T20:38:26.416Z[ recovery-image] Aug 17 20:38:25.708 INFO O| Aug 17 20:38:25.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73642026-08-17T20:38:26.416Z[ recovery-image] Aug 17 20:38:25.709 INFO O| Aug 17 20:38:25.709 INFO STEP 704 (remove_files) COMPLETE
73652026-08-17T20:38:26.416Z[ recovery-image] Aug 17 20:38:25.709 INFO O| Aug 17 20:38:25.709 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-17T20:38:26.429Z[ recovery-image] Aug 17 20:38:25.720 INFO O| Aug 17 20:38:25.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73672026-08-17T20:38:26.429Z[ recovery-image] Aug 17 20:38:25.720 INFO O| Aug 17 20:38:25.720 INFO STEP 705 (remove_files) COMPLETE
73682026-08-17T20:38:26.429Z[ recovery-image] Aug 17 20:38:25.720 INFO O| Aug 17 20:38:25.720 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-17T20:38:26.492Z[ recovery-image] Aug 17 20:38:25.786 INFO O| Aug 17 20:38:25.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73702026-08-17T20:38:26.492Z[ recovery-image] Aug 17 20:38:25.786 INFO O| Aug 17 20:38:25.786 INFO STEP 706 (remove_files) COMPLETE
73712026-08-17T20:38:26.492Z[ recovery-image] Aug 17 20:38:25.786 INFO O| Aug 17 20:38:25.786 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-17T20:38:26.502Z[ recovery-image] Aug 17 20:38:25.796 INFO O| Aug 17 20:38:25.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73732026-08-17T20:38:26.502Z[ recovery-image] Aug 17 20:38:25.796 INFO O| Aug 17 20:38:25.796 INFO STEP 707 (remove_files) COMPLETE
73742026-08-17T20:38:26.502Z[ recovery-image] Aug 17 20:38:25.796 INFO O| Aug 17 20:38:25.796 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-17T20:38:26.512Z[ recovery-image] Aug 17 20:38:25.807 INFO O| Aug 17 20:38:25.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73762026-08-17T20:38:26.513Z[ recovery-image] Aug 17 20:38:25.807 INFO O| Aug 17 20:38:25.807 INFO STEP 708 (remove_files) COMPLETE
73772026-08-17T20:38:26.513Z[ recovery-image] Aug 17 20:38:25.807 INFO O| Aug 17 20:38:25.807 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-17T20:38:26.524Z[ recovery-image] Aug 17 20:38:25.818 INFO O| Aug 17 20:38:25.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73792026-08-17T20:38:26.524Z[ recovery-image] Aug 17 20:38:25.818 INFO O| Aug 17 20:38:25.818 INFO STEP 709 (remove_files) COMPLETE
73802026-08-17T20:38:26.524Z[ recovery-image] Aug 17 20:38:25.818 INFO O| Aug 17 20:38:25.818 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-17T20:38:26.535Z[ recovery-image] Aug 17 20:38:25.829 INFO O| Aug 17 20:38:25.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73822026-08-17T20:38:26.535Z[ recovery-image] Aug 17 20:38:25.830 INFO O| Aug 17 20:38:25.829 INFO STEP 710 (remove_files) COMPLETE
73832026-08-17T20:38:26.535Z[ recovery-image] Aug 17 20:38:25.830 INFO O| Aug 17 20:38:25.830 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-17T20:38:26.546Z[ recovery-image] Aug 17 20:38:25.840 INFO O| Aug 17 20:38:25.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73852026-08-17T20:38:26.546Z[ recovery-image] Aug 17 20:38:25.840 INFO O| Aug 17 20:38:25.840 INFO STEP 711 (remove_files) COMPLETE
73862026-08-17T20:38:26.546Z[ recovery-image] Aug 17 20:38:25.840 INFO O| Aug 17 20:38:25.840 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-17T20:38:26.555Z[ recovery-image] Aug 17 20:38:25.849 INFO O| Aug 17 20:38:25.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
73882026-08-17T20:38:26.555Z[ recovery-image] Aug 17 20:38:25.849 INFO O| Aug 17 20:38:25.849 INFO STEP 712 (remove_files) COMPLETE
73892026-08-17T20:38:26.555Z[ recovery-image] Aug 17 20:38:25.849 INFO O| Aug 17 20:38:25.849 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-17T20:38:26.564Z[ recovery-image] Aug 17 20:38:25.859 INFO O| Aug 17 20:38:25.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
73912026-08-17T20:38:26.565Z[ recovery-image] Aug 17 20:38:25.859 INFO O| Aug 17 20:38:25.859 INFO STEP 713 (remove_files) COMPLETE
73922026-08-17T20:38:26.565Z[ recovery-image] Aug 17 20:38:25.859 INFO O| Aug 17 20:38:25.859 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-17T20:38:26.575Z[ recovery-image] Aug 17 20:38:25.869 INFO O| Aug 17 20:38:25.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
73942026-08-17T20:38:26.575Z[ recovery-image] Aug 17 20:38:25.869 INFO O| Aug 17 20:38:25.869 INFO STEP 714 (remove_files) COMPLETE
73952026-08-17T20:38:26.575Z[ recovery-image] Aug 17 20:38:25.869 INFO O| Aug 17 20:38:25.869 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-17T20:38:26.584Z[ recovery-image] Aug 17 20:38:25.878 INFO O| Aug 17 20:38:25.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
73972026-08-17T20:38:26.584Z[ recovery-image] Aug 17 20:38:25.878 INFO O| Aug 17 20:38:25.878 INFO STEP 715 (remove_files) COMPLETE
73982026-08-17T20:38:26.584Z[ recovery-image] Aug 17 20:38:25.878 INFO O| Aug 17 20:38:25.878 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-17T20:38:26.593Z[ recovery-image] Aug 17 20:38:25.887 INFO O| Aug 17 20:38:25.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74002026-08-17T20:38:26.593Z[ recovery-image] Aug 17 20:38:25.888 INFO O| Aug 17 20:38:25.887 INFO STEP 716 (remove_files) COMPLETE
74012026-08-17T20:38:26.593Z[ recovery-image] Aug 17 20:38:25.888 INFO O| Aug 17 20:38:25.888 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-17T20:38:26.604Z[ recovery-image] Aug 17 20:38:25.898 INFO O| Aug 17 20:38:25.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74032026-08-17T20:38:26.604Z[ recovery-image] Aug 17 20:38:25.898 INFO O| Aug 17 20:38:25.898 INFO STEP 717 (remove_files) COMPLETE
74042026-08-17T20:38:26.604Z[ recovery-image] Aug 17 20:38:25.898 INFO O| Aug 17 20:38:25.898 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-17T20:38:26.607Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
74062026-08-17T20:38:26.613Z[ recovery-image] Aug 17 20:38:25.907 INFO O| Aug 17 20:38:25.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74072026-08-17T20:38:26.613Z[ recovery-image] Aug 17 20:38:25.908 INFO O| Aug 17 20:38:25.908 INFO STEP 718 (remove_files) COMPLETE
74082026-08-17T20:38:26.613Z[ recovery-image] Aug 17 20:38:25.908 INFO O| Aug 17 20:38:25.908 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-17T20:38:26.625Z[ recovery-image] Aug 17 20:38:25.919 INFO O| Aug 17 20:38:25.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74102026-08-17T20:38:26.625Z[ recovery-image] Aug 17 20:38:25.919 INFO O| Aug 17 20:38:25.919 INFO STEP 719 (remove_files) COMPLETE
74112026-08-17T20:38:26.625Z[ recovery-image] Aug 17 20:38:25.919 INFO O| Aug 17 20:38:25.919 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-17T20:38:26.635Z[ recovery-image] Aug 17 20:38:25.929 INFO O| Aug 17 20:38:25.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74132026-08-17T20:38:26.635Z[ recovery-image] Aug 17 20:38:25.929 INFO O| Aug 17 20:38:25.929 INFO STEP 720 (remove_files) COMPLETE
74142026-08-17T20:38:26.635Z[ recovery-image] Aug 17 20:38:25.929 INFO O| Aug 17 20:38:25.929 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-17T20:38:26.646Z[ recovery-image] Aug 17 20:38:25.940 INFO O| Aug 17 20:38:25.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74162026-08-17T20:38:26.646Z[ recovery-image] Aug 17 20:38:25.940 INFO O| Aug 17 20:38:25.940 INFO STEP 721 (remove_files) COMPLETE
74172026-08-17T20:38:26.646Z[ recovery-image] Aug 17 20:38:25.940 INFO O| Aug 17 20:38:25.940 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-17T20:38:26.658Z[ recovery-image] Aug 17 20:38:25.951 INFO O| Aug 17 20:38:25.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74192026-08-17T20:38:26.658Z[ recovery-image] Aug 17 20:38:25.951 INFO O| Aug 17 20:38:25.951 INFO STEP 722 (remove_files) COMPLETE
74202026-08-17T20:38:26.658Z[ recovery-image] Aug 17 20:38:25.951 INFO O| Aug 17 20:38:25.951 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-17T20:38:26.668Z[ recovery-image] Aug 17 20:38:25.962 INFO O| Aug 17 20:38:25.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74222026-08-17T20:38:26.668Z[ recovery-image] Aug 17 20:38:25.962 INFO O| Aug 17 20:38:25.962 INFO STEP 723 (remove_files) COMPLETE
74232026-08-17T20:38:26.671Z[ recovery-image] Aug 17 20:38:25.962 INFO O| Aug 17 20:38:25.962 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-17T20:38:26.678Z[ recovery-image] Aug 17 20:38:25.972 INFO O| Aug 17 20:38:25.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74252026-08-17T20:38:26.678Z[ recovery-image] Aug 17 20:38:25.972 INFO O| Aug 17 20:38:25.972 INFO STEP 724 (remove_files) COMPLETE
74262026-08-17T20:38:26.678Z[ recovery-image] Aug 17 20:38:25.972 INFO O| Aug 17 20:38:25.972 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-17T20:38:26.690Z[ recovery-image] Aug 17 20:38:25.983 INFO O| Aug 17 20:38:25.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74282026-08-17T20:38:26.690Z[ recovery-image] Aug 17 20:38:25.984 INFO O| Aug 17 20:38:25.984 INFO STEP 725 (remove_files) COMPLETE
74292026-08-17T20:38:26.690Z[ recovery-image] Aug 17 20:38:25.984 INFO O| Aug 17 20:38:25.984 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-17T20:38:26.700Z[ recovery-image] Aug 17 20:38:25.994 INFO O| Aug 17 20:38:25.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74312026-08-17T20:38:26.700Z[ recovery-image] Aug 17 20:38:25.994 INFO O| Aug 17 20:38:25.994 INFO STEP 726 (remove_files) COMPLETE
74322026-08-17T20:38:26.705Z[ recovery-image] Aug 17 20:38:25.994 INFO O| Aug 17 20:38:25.994 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-17T20:38:26.711Z[ recovery-image] Aug 17 20:38:26.004 INFO O| Aug 17 20:38:26.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74342026-08-17T20:38:26.711Z[ recovery-image] Aug 17 20:38:26.004 INFO O| Aug 17 20:38:26.004 INFO STEP 727 (remove_files) COMPLETE
74352026-08-17T20:38:26.711Z[ recovery-image] Aug 17 20:38:26.005 INFO O| Aug 17 20:38:26.004 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-17T20:38:26.721Z[ recovery-image] Aug 17 20:38:26.015 INFO O| Aug 17 20:38:26.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74372026-08-17T20:38:26.721Z[ recovery-image] Aug 17 20:38:26.015 INFO O| Aug 17 20:38:26.015 INFO STEP 728 (remove_files) COMPLETE
74382026-08-17T20:38:26.721Z[ recovery-image] Aug 17 20:38:26.015 INFO O| Aug 17 20:38:26.015 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-17T20:38:26.733Z[ recovery-image] Aug 17 20:38:26.027 INFO O| Aug 17 20:38:26.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74402026-08-17T20:38:26.737Z[ recovery-image] Aug 17 20:38:26.027 INFO O| Aug 17 20:38:26.027 INFO STEP 729 (remove_files) COMPLETE
74412026-08-17T20:38:26.738Z[ recovery-image] Aug 17 20:38:26.027 INFO O| Aug 17 20:38:26.027 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-17T20:38:26.744Z[ recovery-image] Aug 17 20:38:26.038 INFO O| Aug 17 20:38:26.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74432026-08-17T20:38:26.744Z[ recovery-image] Aug 17 20:38:26.038 INFO O| Aug 17 20:38:26.038 INFO STEP 730 (remove_files) COMPLETE
74442026-08-17T20:38:26.744Z[ recovery-image] Aug 17 20:38:26.038 INFO O| Aug 17 20:38:26.038 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-17T20:38:26.756Z[ recovery-image] Aug 17 20:38:26.050 INFO O| Aug 17 20:38:26.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74462026-08-17T20:38:26.756Z[ recovery-image] Aug 17 20:38:26.050 INFO O| Aug 17 20:38:26.050 INFO STEP 731 (remove_files) COMPLETE
74472026-08-17T20:38:26.756Z[ recovery-image] Aug 17 20:38:26.050 INFO O| Aug 17 20:38:26.050 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-17T20:38:26.767Z[ recovery-image] Aug 17 20:38:26.062 INFO O| Aug 17 20:38:26.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74492026-08-17T20:38:26.768Z[ recovery-image] Aug 17 20:38:26.062 INFO O| Aug 17 20:38:26.062 INFO STEP 732 (remove_files) COMPLETE
74502026-08-17T20:38:26.768Z[ recovery-image] Aug 17 20:38:26.062 INFO O| Aug 17 20:38:26.062 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-17T20:38:26.778Z[ recovery-image] Aug 17 20:38:26.073 INFO O| Aug 17 20:38:26.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74522026-08-17T20:38:26.779Z[ recovery-image] Aug 17 20:38:26.073 INFO O| Aug 17 20:38:26.073 INFO STEP 733 (remove_files) COMPLETE
74532026-08-17T20:38:26.779Z[ recovery-image] Aug 17 20:38:26.073 INFO O| Aug 17 20:38:26.073 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-17T20:38:26.788Z[ recovery-image] Aug 17 20:38:26.083 INFO O| Aug 17 20:38:26.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74552026-08-17T20:38:26.788Z[ recovery-image] Aug 17 20:38:26.083 INFO O| Aug 17 20:38:26.083 INFO STEP 734 (remove_files) COMPLETE
74562026-08-17T20:38:26.792Z[ recovery-image] Aug 17 20:38:26.083 INFO O| Aug 17 20:38:26.083 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-17T20:38:26.799Z[ recovery-image] Aug 17 20:38:26.093 INFO O| Aug 17 20:38:26.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74582026-08-17T20:38:26.799Z[ recovery-image] Aug 17 20:38:26.093 INFO O| Aug 17 20:38:26.093 INFO STEP 735 (remove_files) COMPLETE
74592026-08-17T20:38:26.799Z[ recovery-image] Aug 17 20:38:26.093 INFO O| Aug 17 20:38:26.093 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-17T20:38:26.808Z[ recovery-image] Aug 17 20:38:26.102 INFO O| Aug 17 20:38:26.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74612026-08-17T20:38:26.808Z[ recovery-image] Aug 17 20:38:26.102 INFO O| Aug 17 20:38:26.102 INFO STEP 736 (remove_files) COMPLETE
74622026-08-17T20:38:26.808Z[ recovery-image] Aug 17 20:38:26.102 INFO O| Aug 17 20:38:26.102 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-17T20:38:26.817Z[ recovery-image] Aug 17 20:38:26.111 INFO O| Aug 17 20:38:26.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74642026-08-17T20:38:26.817Z[ recovery-image] Aug 17 20:38:26.111 INFO O| Aug 17 20:38:26.111 INFO STEP 737 (remove_files) COMPLETE
74652026-08-17T20:38:26.817Z[ recovery-image] Aug 17 20:38:26.111 INFO O| Aug 17 20:38:26.111 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-17T20:38:26.827Z[ recovery-image] Aug 17 20:38:26.121 INFO O| Aug 17 20:38:26.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74672026-08-17T20:38:26.827Z[ recovery-image] Aug 17 20:38:26.121 INFO O| Aug 17 20:38:26.121 INFO STEP 738 (remove_files) COMPLETE
74682026-08-17T20:38:26.827Z[ recovery-image] Aug 17 20:38:26.121 INFO O| Aug 17 20:38:26.121 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-17T20:38:26.837Z[ recovery-image] Aug 17 20:38:26.131 INFO O| Aug 17 20:38:26.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74702026-08-17T20:38:26.837Z[ recovery-image] Aug 17 20:38:26.131 INFO O| Aug 17 20:38:26.131 INFO STEP 739 (remove_files) COMPLETE
74712026-08-17T20:38:26.837Z[ recovery-image] Aug 17 20:38:26.131 INFO O| Aug 17 20:38:26.131 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-17T20:38:26.846Z[ recovery-image] Aug 17 20:38:26.140 INFO O| Aug 17 20:38:26.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74732026-08-17T20:38:26.849Z[ recovery-image] Aug 17 20:38:26.142 INFO O| Aug 17 20:38:26.141 INFO STEP 740 (remove_files) COMPLETE
74742026-08-17T20:38:26.849Z[ recovery-image] Aug 17 20:38:26.142 INFO O| Aug 17 20:38:26.141 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-17T20:38:26.857Z[ recovery-image] Aug 17 20:38:26.151 INFO O| Aug 17 20:38:26.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74762026-08-17T20:38:26.857Z[ recovery-image] Aug 17 20:38:26.151 INFO O| Aug 17 20:38:26.151 INFO STEP 741 (remove_files) COMPLETE
74772026-08-17T20:38:26.857Z[ recovery-image] Aug 17 20:38:26.151 INFO O| Aug 17 20:38:26.151 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-17T20:38:26.868Z[ recovery-image] Aug 17 20:38:26.162 INFO O| Aug 17 20:38:26.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74792026-08-17T20:38:26.868Z[ recovery-image] Aug 17 20:38:26.162 INFO O| Aug 17 20:38:26.162 INFO STEP 742 (remove_files) COMPLETE
74802026-08-17T20:38:26.868Z[ recovery-image] Aug 17 20:38:26.162 INFO O| Aug 17 20:38:26.162 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-17T20:38:26.879Z[ recovery-image] Aug 17 20:38:26.173 INFO O| Aug 17 20:38:26.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74822026-08-17T20:38:26.879Z[ recovery-image] Aug 17 20:38:26.173 INFO O| Aug 17 20:38:26.173 INFO STEP 743 (remove_files) COMPLETE
74832026-08-17T20:38:26.879Z[ recovery-image] Aug 17 20:38:26.173 INFO O| Aug 17 20:38:26.173 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-17T20:38:26.891Z[ recovery-image] Aug 17 20:38:26.185 INFO O| Aug 17 20:38:26.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74852026-08-17T20:38:26.891Z[ recovery-image] Aug 17 20:38:26.185 INFO O| Aug 17 20:38:26.185 INFO STEP 744 (remove_files) COMPLETE
74862026-08-17T20:38:26.891Z[ recovery-image] Aug 17 20:38:26.185 INFO O| Aug 17 20:38:26.185 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-17T20:38:26.902Z[ recovery-image] Aug 17 20:38:26.196 INFO O| Aug 17 20:38:26.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
74882026-08-17T20:38:26.902Z[ recovery-image] Aug 17 20:38:26.196 INFO O| Aug 17 20:38:26.196 INFO STEP 745 (remove_files) COMPLETE
74892026-08-17T20:38:26.902Z[ recovery-image] Aug 17 20:38:26.196 INFO O| Aug 17 20:38:26.196 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-17T20:38:26.911Z[ recovery-image] Aug 17 20:38:26.206 INFO O| Aug 17 20:38:26.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
74912026-08-17T20:38:26.912Z[ recovery-image] Aug 17 20:38:26.206 INFO O| Aug 17 20:38:26.206 INFO STEP 746 (remove_files) COMPLETE
74922026-08-17T20:38:26.912Z[ recovery-image] Aug 17 20:38:26.206 INFO O| Aug 17 20:38:26.206 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-17T20:38:26.922Z[ recovery-image] Aug 17 20:38:26.216 INFO O| Aug 17 20:38:26.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
74942026-08-17T20:38:26.922Z[ recovery-image] Aug 17 20:38:26.216 INFO O| Aug 17 20:38:26.216 INFO STEP 747 (remove_files) COMPLETE
74952026-08-17T20:38:26.925Z[ recovery-image] Aug 17 20:38:26.216 INFO O| Aug 17 20:38:26.216 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-17T20:38:26.938Z[ recovery-image] Aug 17 20:38:26.232 INFO O| Aug 17 20:38:26.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
74972026-08-17T20:38:26.943Z[ recovery-image] Aug 17 20:38:26.237 INFO O| Aug 17 20:38:26.237 INFO STEP 748 (remove_files) COMPLETE
74982026-08-17T20:38:26.943Z[ recovery-image] Aug 17 20:38:26.237 INFO O| Aug 17 20:38:26.237 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-17T20:38:26.954Z[ recovery-image] Aug 17 20:38:26.248 INFO O| Aug 17 20:38:26.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75002026-08-17T20:38:26.954Z[ recovery-image] Aug 17 20:38:26.248 INFO O| Aug 17 20:38:26.248 INFO STEP 749 (remove_files) COMPLETE
75012026-08-17T20:38:26.954Z[ recovery-image] Aug 17 20:38:26.248 INFO O| Aug 17 20:38:26.248 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-17T20:38:26.965Z[ recovery-image] Aug 17 20:38:26.259 INFO O| Aug 17 20:38:26.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75032026-08-17T20:38:26.965Z[ recovery-image] Aug 17 20:38:26.259 INFO O| Aug 17 20:38:26.259 INFO STEP 750 (remove_files) COMPLETE
75042026-08-17T20:38:26.965Z[ recovery-image] Aug 17 20:38:26.259 INFO O| Aug 17 20:38:26.259 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-17T20:38:26.975Z[ recovery-image] Aug 17 20:38:26.269 INFO O| Aug 17 20:38:26.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75062026-08-17T20:38:26.975Z[ recovery-image] Aug 17 20:38:26.269 INFO O| Aug 17 20:38:26.269 INFO STEP 751 (remove_files) COMPLETE
75072026-08-17T20:38:26.975Z[ recovery-image] Aug 17 20:38:26.269 INFO O| Aug 17 20:38:26.269 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-17T20:38:26.984Z[ recovery-image] Aug 17 20:38:26.278 INFO O| Aug 17 20:38:26.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75092026-08-17T20:38:26.984Z[ recovery-image] Aug 17 20:38:26.278 INFO O| Aug 17 20:38:26.278 INFO STEP 752 (remove_files) COMPLETE
75102026-08-17T20:38:26.984Z[ recovery-image] Aug 17 20:38:26.278 INFO O| Aug 17 20:38:26.278 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-17T20:38:26.995Z[ recovery-image] Aug 17 20:38:26.289 INFO O| Aug 17 20:38:26.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75122026-08-17T20:38:26.998Z[ recovery-image] Aug 17 20:38:26.290 INFO O| Aug 17 20:38:26.289 INFO STEP 753 (remove_files) COMPLETE
75132026-08-17T20:38:26.998Z[ recovery-image] Aug 17 20:38:26.291 INFO O| Aug 17 20:38:26.289 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-17T20:38:27.008Z[ recovery-image] Aug 17 20:38:26.302 INFO O| Aug 17 20:38:26.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75152026-08-17T20:38:27.008Z[ recovery-image] Aug 17 20:38:26.302 INFO O| Aug 17 20:38:26.302 INFO STEP 754 (remove_files) COMPLETE
75162026-08-17T20:38:27.008Z[ recovery-image] Aug 17 20:38:26.302 INFO O| Aug 17 20:38:26.302 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-17T20:38:27.018Z[ recovery-image] Aug 17 20:38:26.312 INFO O| Aug 17 20:38:26.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75182026-08-17T20:38:27.018Z[ recovery-image] Aug 17 20:38:26.312 INFO O| Aug 17 20:38:26.312 INFO STEP 755 (remove_files) COMPLETE
75192026-08-17T20:38:27.018Z[ recovery-image] Aug 17 20:38:26.312 INFO O| Aug 17 20:38:26.312 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-17T20:38:27.029Z[ recovery-image] Aug 17 20:38:26.323 INFO O| Aug 17 20:38:26.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75212026-08-17T20:38:27.029Z[ recovery-image] Aug 17 20:38:26.323 INFO O| Aug 17 20:38:26.323 INFO STEP 756 (remove_files) COMPLETE
75222026-08-17T20:38:27.029Z[ recovery-image] Aug 17 20:38:26.323 INFO O| Aug 17 20:38:26.323 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-17T20:38:27.037Z[verify-libraries] Compiling hex-literal v1.1.0
75242026-08-17T20:38:27.040Z[ recovery-image] Aug 17 20:38:26.333 INFO O| Aug 17 20:38:26.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75252026-08-17T20:38:27.040Z[ recovery-image] Aug 17 20:38:26.333 INFO O| Aug 17 20:38:26.333 INFO STEP 757 (remove_files) COMPLETE
75262026-08-17T20:38:27.040Z[ recovery-image] Aug 17 20:38:26.333 INFO O| Aug 17 20:38:26.333 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-17T20:38:27.049Z[ recovery-image] Aug 17 20:38:26.343 INFO O| Aug 17 20:38:26.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75282026-08-17T20:38:27.049Z[ recovery-image] Aug 17 20:38:26.343 INFO O| Aug 17 20:38:26.343 INFO STEP 758 (remove_files) COMPLETE
75292026-08-17T20:38:27.049Z[ recovery-image] Aug 17 20:38:26.343 INFO O| Aug 17 20:38:26.343 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-17T20:38:27.059Z[ recovery-image] Aug 17 20:38:26.354 INFO O| Aug 17 20:38:26.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75312026-08-17T20:38:27.059Z[ recovery-image] Aug 17 20:38:26.354 INFO O| Aug 17 20:38:26.354 INFO STEP 759 (remove_files) COMPLETE
75322026-08-17T20:38:27.059Z[ recovery-image] Aug 17 20:38:26.354 INFO O| Aug 17 20:38:26.354 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-17T20:38:27.069Z[ recovery-image] Aug 17 20:38:26.363 INFO O| Aug 17 20:38:26.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75342026-08-17T20:38:27.069Z[ recovery-image] Aug 17 20:38:26.363 INFO O| Aug 17 20:38:26.363 INFO STEP 760 (remove_files) COMPLETE
75352026-08-17T20:38:27.069Z[ recovery-image] Aug 17 20:38:26.363 INFO O| Aug 17 20:38:26.363 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-17T20:38:27.080Z[ recovery-image] Aug 17 20:38:26.374 INFO O| Aug 17 20:38:26.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75372026-08-17T20:38:27.080Z[ recovery-image] Aug 17 20:38:26.374 INFO O| Aug 17 20:38:26.374 INFO STEP 761 (remove_files) COMPLETE
75382026-08-17T20:38:27.083Z[ recovery-image] Aug 17 20:38:26.374 INFO O| Aug 17 20:38:26.374 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-17T20:38:27.091Z[ recovery-image] Aug 17 20:38:26.384 INFO O| Aug 17 20:38:26.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75402026-08-17T20:38:27.091Z[ recovery-image] Aug 17 20:38:26.384 INFO O| Aug 17 20:38:26.384 INFO STEP 762 (remove_files) COMPLETE
75412026-08-17T20:38:27.091Z[ recovery-image] Aug 17 20:38:26.384 INFO O| Aug 17 20:38:26.384 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-17T20:38:27.099Z[ recovery-image] Aug 17 20:38:26.393 INFO O| Aug 17 20:38:26.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75432026-08-17T20:38:27.099Z[ recovery-image] Aug 17 20:38:26.393 INFO O| Aug 17 20:38:26.393 INFO STEP 763 (remove_files) COMPLETE
75442026-08-17T20:38:27.099Z[ recovery-image] Aug 17 20:38:26.394 INFO O| Aug 17 20:38:26.393 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-17T20:38:27.109Z[ recovery-image] Aug 17 20:38:26.403 INFO O| Aug 17 20:38:26.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75462026-08-17T20:38:27.109Z[ recovery-image] Aug 17 20:38:26.403 INFO O| Aug 17 20:38:26.403 INFO STEP 764 (remove_files) COMPLETE
75472026-08-17T20:38:27.112Z[ recovery-image] Aug 17 20:38:26.403 INFO O| Aug 17 20:38:26.403 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-17T20:38:27.120Z[ recovery-image] Aug 17 20:38:26.414 INFO O| Aug 17 20:38:26.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75492026-08-17T20:38:27.120Z[ recovery-image] Aug 17 20:38:26.414 INFO O| Aug 17 20:38:26.414 INFO STEP 765 (remove_files) COMPLETE
75502026-08-17T20:38:27.120Z[ recovery-image] Aug 17 20:38:26.414 INFO O| Aug 17 20:38:26.414 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-17T20:38:27.132Z[ recovery-image] Aug 17 20:38:26.426 INFO O| Aug 17 20:38:26.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75522026-08-17T20:38:27.132Z[ recovery-image] Aug 17 20:38:26.426 INFO O| Aug 17 20:38:26.426 INFO STEP 766 (remove_files) COMPLETE
75532026-08-17T20:38:27.132Z[ recovery-image] Aug 17 20:38:26.426 INFO O| Aug 17 20:38:26.426 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-17T20:38:27.144Z[ recovery-image] Aug 17 20:38:26.438 INFO O| Aug 17 20:38:26.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75552026-08-17T20:38:27.144Z[ recovery-image] Aug 17 20:38:26.438 INFO O| Aug 17 20:38:26.438 INFO STEP 767 (remove_files) COMPLETE
75562026-08-17T20:38:27.144Z[ recovery-image] Aug 17 20:38:26.438 INFO O| Aug 17 20:38:26.438 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-17T20:38:27.153Z[ recovery-image] Aug 17 20:38:26.448 INFO O| Aug 17 20:38:26.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75582026-08-17T20:38:27.153Z[ recovery-image] Aug 17 20:38:26.448 INFO O| Aug 17 20:38:26.448 INFO STEP 768 (remove_files) COMPLETE
75592026-08-17T20:38:27.154Z[ recovery-image] Aug 17 20:38:26.448 INFO O| Aug 17 20:38:26.448 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-17T20:38:27.162Z[ recovery-image] Aug 17 20:38:26.456 INFO O| Aug 17 20:38:26.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75612026-08-17T20:38:27.162Z[ recovery-image] Aug 17 20:38:26.457 INFO O| Aug 17 20:38:26.457 INFO STEP 769 (remove_files) COMPLETE
75622026-08-17T20:38:27.162Z[ recovery-image] Aug 17 20:38:26.457 INFO O| Aug 17 20:38:26.457 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-17T20:38:27.172Z[ recovery-image] Aug 17 20:38:26.466 INFO O| Aug 17 20:38:26.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75642026-08-17T20:38:27.172Z[ recovery-image] Aug 17 20:38:26.466 INFO O| Aug 17 20:38:26.466 INFO STEP 770 (remove_files) COMPLETE
75652026-08-17T20:38:27.172Z[ recovery-image] Aug 17 20:38:26.466 INFO O| Aug 17 20:38:26.466 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-17T20:38:27.175Z[verify-libraries] Compiling sync-ptr v0.1.4
75672026-08-17T20:38:27.182Z[ recovery-image] Aug 17 20:38:26.476 INFO O| Aug 17 20:38:26.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75682026-08-17T20:38:27.182Z[ recovery-image] Aug 17 20:38:26.476 INFO O| Aug 17 20:38:26.476 INFO STEP 771 (remove_files) COMPLETE
75692026-08-17T20:38:27.182Z[ recovery-image] Aug 17 20:38:26.476 INFO O| Aug 17 20:38:26.476 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-17T20:38:27.192Z[ recovery-image] Aug 17 20:38:26.486 INFO O| Aug 17 20:38:26.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75712026-08-17T20:38:27.195Z[ recovery-image] Aug 17 20:38:26.486 INFO O| Aug 17 20:38:26.486 INFO STEP 772 (remove_files) COMPLETE
75722026-08-17T20:38:27.195Z[ recovery-image] Aug 17 20:38:26.486 INFO O| Aug 17 20:38:26.486 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-17T20:38:27.205Z[ recovery-image] Aug 17 20:38:26.497 INFO O| Aug 17 20:38:26.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75742026-08-17T20:38:27.205Z[ recovery-image] Aug 17 20:38:26.497 INFO O| Aug 17 20:38:26.497 INFO STEP 773 (remove_files) COMPLETE
75752026-08-17T20:38:27.205Z[ recovery-image] Aug 17 20:38:26.497 INFO O| Aug 17 20:38:26.497 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-17T20:38:27.208Z[verify-libraries] Compiling md5 v0.8.0
75772026-08-17T20:38:27.213Z[ recovery-image] Aug 17 20:38:26.507 INFO O| Aug 17 20:38:26.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75782026-08-17T20:38:27.213Z[ recovery-image] Aug 17 20:38:26.508 INFO O| Aug 17 20:38:26.507 INFO STEP 774 (remove_files) COMPLETE
75792026-08-17T20:38:27.213Z[ recovery-image] Aug 17 20:38:26.508 INFO O| Aug 17 20:38:26.507 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-17T20:38:27.224Z[ recovery-image] Aug 17 20:38:26.518 INFO O| Aug 17 20:38:26.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75812026-08-17T20:38:27.224Z[ recovery-image] Aug 17 20:38:26.518 INFO O| Aug 17 20:38:26.518 INFO STEP 775 (remove_files) COMPLETE
75822026-08-17T20:38:27.227Z[ recovery-image] Aug 17 20:38:26.518 INFO O| Aug 17 20:38:26.518 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-17T20:38:27.233Z[ recovery-image] Aug 17 20:38:26.527 INFO O| Aug 17 20:38:26.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75842026-08-17T20:38:27.233Z[ recovery-image] Aug 17 20:38:26.527 INFO O| Aug 17 20:38:26.527 INFO STEP 776 (remove_files) COMPLETE
75852026-08-17T20:38:27.233Z[ recovery-image] Aug 17 20:38:26.527 INFO O| Aug 17 20:38:26.527 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-17T20:38:27.244Z[ recovery-image] Aug 17 20:38:26.538 INFO O| Aug 17 20:38:26.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75872026-08-17T20:38:27.244Z[ recovery-image] Aug 17 20:38:26.538 INFO O| Aug 17 20:38:26.538 INFO STEP 777 (remove_files) COMPLETE
75882026-08-17T20:38:27.244Z[ recovery-image] Aug 17 20:38:26.538 INFO O| Aug 17 20:38:26.538 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-17T20:38:27.255Z[ recovery-image] Aug 17 20:38:26.549 INFO O| Aug 17 20:38:26.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
75902026-08-17T20:38:27.255Z[ recovery-image] Aug 17 20:38:26.549 INFO O| Aug 17 20:38:26.549 INFO STEP 778 (remove_files) COMPLETE
75912026-08-17T20:38:27.255Z[ recovery-image] Aug 17 20:38:26.549 INFO O| Aug 17 20:38:26.549 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-17T20:38:27.268Z[ recovery-image] Aug 17 20:38:26.559 INFO O| Aug 17 20:38:26.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
75932026-08-17T20:38:27.268Z[ recovery-image] Aug 17 20:38:26.559 INFO O| Aug 17 20:38:26.559 INFO STEP 779 (remove_files) COMPLETE
75942026-08-17T20:38:27.268Z[ recovery-image] Aug 17 20:38:26.559 INFO O| Aug 17 20:38:26.559 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-17T20:38:27.274Z[ recovery-image] Aug 17 20:38:26.568 INFO O| Aug 17 20:38:26.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
75962026-08-17T20:38:27.274Z[ recovery-image] Aug 17 20:38:26.568 INFO O| Aug 17 20:38:26.568 INFO STEP 780 (remove_files) COMPLETE
75972026-08-17T20:38:27.274Z[ recovery-image] Aug 17 20:38:26.568 INFO O| Aug 17 20:38:26.568 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-17T20:38:27.281Z[verify-libraries] Compiling seq-macro v0.3.6
75992026-08-17T20:38:27.284Z[ recovery-image] Aug 17 20:38:26.578 INFO O| Aug 17 20:38:26.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76002026-08-17T20:38:27.287Z[ recovery-image] Aug 17 20:38:26.579 INFO O| Aug 17 20:38:26.579 INFO STEP 781 (remove_files) COMPLETE
76012026-08-17T20:38:27.287Z[ recovery-image] Aug 17 20:38:26.579 INFO O| Aug 17 20:38:26.579 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-17T20:38:27.294Z[ recovery-image] Aug 17 20:38:26.588 INFO O| Aug 17 20:38:26.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76032026-08-17T20:38:27.294Z[ recovery-image] Aug 17 20:38:26.588 INFO O| Aug 17 20:38:26.588 INFO STEP 782 (remove_files) COMPLETE
76042026-08-17T20:38:27.294Z[ recovery-image] Aug 17 20:38:26.588 INFO O| Aug 17 20:38:26.588 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-17T20:38:27.303Z[ recovery-image] Aug 17 20:38:26.597 INFO O| Aug 17 20:38:26.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76062026-08-17T20:38:27.303Z[ recovery-image] Aug 17 20:38:26.597 INFO O| Aug 17 20:38:26.597 INFO STEP 783 (remove_files) COMPLETE
76072026-08-17T20:38:27.303Z[ recovery-image] Aug 17 20:38:26.597 INFO O| Aug 17 20:38:26.597 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-17T20:38:27.313Z[ recovery-image] Aug 17 20:38:26.606 INFO O| Aug 17 20:38:26.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76092026-08-17T20:38:27.313Z[ recovery-image] Aug 17 20:38:26.606 INFO O| Aug 17 20:38:26.606 INFO STEP 784 (remove_files) COMPLETE
76102026-08-17T20:38:27.313Z[ recovery-image] Aug 17 20:38:26.606 INFO O| Aug 17 20:38:26.606 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-17T20:38:27.321Z[ recovery-image] Aug 17 20:38:26.615 INFO O| Aug 17 20:38:26.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76122026-08-17T20:38:27.321Z[ recovery-image] Aug 17 20:38:26.615 INFO O| Aug 17 20:38:26.615 INFO STEP 785 (remove_files) COMPLETE
76132026-08-17T20:38:27.321Z[ recovery-image] Aug 17 20:38:26.615 INFO O| Aug 17 20:38:26.615 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-17T20:38:27.331Z[ recovery-image] Aug 17 20:38:26.625 INFO O| Aug 17 20:38:26.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76152026-08-17T20:38:27.331Z[ recovery-image] Aug 17 20:38:26.625 INFO O| Aug 17 20:38:26.625 INFO STEP 786 (remove_files) COMPLETE
76162026-08-17T20:38:27.331Z[ recovery-image] Aug 17 20:38:26.625 INFO O| Aug 17 20:38:26.625 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-17T20:38:27.340Z[ recovery-image] Aug 17 20:38:26.634 INFO O| Aug 17 20:38:26.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76182026-08-17T20:38:27.340Z[ recovery-image] Aug 17 20:38:26.634 INFO O| Aug 17 20:38:26.634 INFO STEP 787 (remove_files) COMPLETE
76192026-08-17T20:38:27.340Z[ recovery-image] Aug 17 20:38:26.634 INFO O| Aug 17 20:38:26.634 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-17T20:38:27.353Z[ recovery-image] Aug 17 20:38:26.647 INFO O| Aug 17 20:38:26.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76212026-08-17T20:38:27.353Z[ recovery-image] Aug 17 20:38:26.647 INFO O| Aug 17 20:38:26.647 INFO STEP 788 (remove_files) COMPLETE
76222026-08-17T20:38:27.353Z[ recovery-image] Aug 17 20:38:26.647 INFO O| Aug 17 20:38:26.647 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-17T20:38:27.364Z[ recovery-image] Aug 17 20:38:26.658 INFO O| Aug 17 20:38:26.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76242026-08-17T20:38:27.365Z[ recovery-image] Aug 17 20:38:26.658 INFO O| Aug 17 20:38:26.658 INFO STEP 789 (remove_files) COMPLETE
76252026-08-17T20:38:27.365Z[ recovery-image] Aug 17 20:38:26.658 INFO O| Aug 17 20:38:26.658 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-17T20:38:27.374Z[ recovery-image] Aug 17 20:38:26.668 INFO O| Aug 17 20:38:26.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76272026-08-17T20:38:27.374Z[ recovery-image] Aug 17 20:38:26.668 INFO O| Aug 17 20:38:26.668 INFO STEP 790 (remove_files) COMPLETE
76282026-08-17T20:38:27.374Z[ recovery-image] Aug 17 20:38:26.668 INFO O| Aug 17 20:38:26.668 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-17T20:38:27.379Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
76302026-08-17T20:38:27.385Z[ recovery-image] Aug 17 20:38:26.679 INFO O| Aug 17 20:38:26.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76312026-08-17T20:38:27.385Z[ recovery-image] Aug 17 20:38:26.679 INFO O| Aug 17 20:38:26.679 INFO STEP 791 (remove_files) COMPLETE
76322026-08-17T20:38:27.388Z[ recovery-image] Aug 17 20:38:26.679 INFO O| Aug 17 20:38:26.679 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-17T20:38:27.396Z[ recovery-image] Aug 17 20:38:26.691 INFO O| Aug 17 20:38:26.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76342026-08-17T20:38:27.396Z[ recovery-image] Aug 17 20:38:26.691 INFO O| Aug 17 20:38:26.691 INFO STEP 792 (remove_files) COMPLETE
76352026-08-17T20:38:27.396Z[ recovery-image] Aug 17 20:38:26.691 INFO O| Aug 17 20:38:26.691 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-17T20:38:27.407Z[ recovery-image] Aug 17 20:38:26.701 INFO O| Aug 17 20:38:26.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76372026-08-17T20:38:27.407Z[ recovery-image] Aug 17 20:38:26.701 INFO O| Aug 17 20:38:26.701 INFO STEP 793 (remove_files) COMPLETE
76382026-08-17T20:38:27.407Z[ recovery-image] Aug 17 20:38:26.701 INFO O| Aug 17 20:38:26.701 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-17T20:38:27.419Z[ recovery-image] Aug 17 20:38:26.711 INFO O| Aug 17 20:38:26.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76402026-08-17T20:38:27.419Z[ recovery-image] Aug 17 20:38:26.711 INFO O| Aug 17 20:38:26.711 INFO STEP 794 (remove_files) COMPLETE
76412026-08-17T20:38:27.423Z[ recovery-image] Aug 17 20:38:26.711 INFO O| Aug 17 20:38:26.711 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-17T20:38:27.427Z[ recovery-image] Aug 17 20:38:26.721 INFO O| Aug 17 20:38:26.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76432026-08-17T20:38:27.430Z[ recovery-image] Aug 17 20:38:26.721 INFO O| Aug 17 20:38:26.721 INFO STEP 795 (remove_files) COMPLETE
76442026-08-17T20:38:27.430Z[ recovery-image] Aug 17 20:38:26.721 INFO O| Aug 17 20:38:26.721 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-17T20:38:27.438Z[ recovery-image] Aug 17 20:38:26.732 INFO O| Aug 17 20:38:26.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76462026-08-17T20:38:27.438Z[ recovery-image] Aug 17 20:38:26.733 INFO O| Aug 17 20:38:26.733 INFO STEP 796 (remove_files) COMPLETE
76472026-08-17T20:38:27.438Z[ recovery-image] Aug 17 20:38:26.733 INFO O| Aug 17 20:38:26.733 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-17T20:38:27.456Z[ recovery-image] Aug 17 20:38:26.742 INFO O| Aug 17 20:38:26.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76492026-08-17T20:38:27.456Z[ recovery-image] Aug 17 20:38:26.742 INFO O| Aug 17 20:38:26.742 INFO STEP 797 (remove_files) COMPLETE
76502026-08-17T20:38:27.456Z[ recovery-image] Aug 17 20:38:26.742 INFO O| Aug 17 20:38:26.742 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-17T20:38:27.461Z[ recovery-image] Aug 17 20:38:26.751 INFO O| Aug 17 20:38:26.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76522026-08-17T20:38:27.461Z[ recovery-image] Aug 17 20:38:26.751 INFO O| Aug 17 20:38:26.751 INFO STEP 798 (remove_files) COMPLETE
76532026-08-17T20:38:27.461Z[ recovery-image] Aug 17 20:38:26.751 INFO O| Aug 17 20:38:26.751 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-17T20:38:27.469Z[ recovery-image] Aug 17 20:38:26.763 INFO O| Aug 17 20:38:26.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76552026-08-17T20:38:27.469Z[ recovery-image] Aug 17 20:38:26.763 INFO O| Aug 17 20:38:26.763 INFO STEP 799 (remove_files) COMPLETE
76562026-08-17T20:38:27.469Z[ recovery-image] Aug 17 20:38:26.763 INFO O| Aug 17 20:38:26.763 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-17T20:38:27.480Z[ recovery-image] Aug 17 20:38:26.774 INFO O| Aug 17 20:38:26.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76582026-08-17T20:38:27.480Z[ recovery-image] Aug 17 20:38:26.774 INFO O| Aug 17 20:38:26.774 INFO STEP 800 (remove_files) COMPLETE
76592026-08-17T20:38:27.483Z[ recovery-image] Aug 17 20:38:26.774 INFO O| Aug 17 20:38:26.774 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-17T20:38:27.490Z[ recovery-image] Aug 17 20:38:26.784 INFO O| Aug 17 20:38:26.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76612026-08-17T20:38:27.490Z[ recovery-image] Aug 17 20:38:26.784 INFO O| Aug 17 20:38:26.784 INFO STEP 801 (remove_files) COMPLETE
76622026-08-17T20:38:27.490Z[ recovery-image] Aug 17 20:38:26.784 INFO O| Aug 17 20:38:26.784 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-17T20:38:27.499Z[ recovery-image] Aug 17 20:38:26.794 INFO O| Aug 17 20:38:26.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76642026-08-17T20:38:27.499Z[ recovery-image] Aug 17 20:38:26.794 INFO O| Aug 17 20:38:26.794 INFO STEP 802 (remove_files) COMPLETE
76652026-08-17T20:38:27.499Z[ recovery-image] Aug 17 20:38:26.794 INFO O| Aug 17 20:38:26.794 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-17T20:38:27.509Z[ recovery-image] Aug 17 20:38:26.803 INFO O| Aug 17 20:38:26.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76672026-08-17T20:38:27.509Z[ recovery-image] Aug 17 20:38:26.803 INFO O| Aug 17 20:38:26.803 INFO STEP 803 (remove_files) COMPLETE
76682026-08-17T20:38:27.509Z[ recovery-image] Aug 17 20:38:26.803 INFO O| Aug 17 20:38:26.803 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-17T20:38:27.519Z[ recovery-image] Aug 17 20:38:26.813 INFO O| Aug 17 20:38:26.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76702026-08-17T20:38:27.519Z[ recovery-image] Aug 17 20:38:26.814 INFO O| Aug 17 20:38:26.814 INFO STEP 804 (remove_files) COMPLETE
76712026-08-17T20:38:27.519Z[ recovery-image] Aug 17 20:38:26.814 INFO O| Aug 17 20:38:26.814 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-17T20:38:27.532Z[ recovery-image] Aug 17 20:38:26.824 INFO O| Aug 17 20:38:26.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76732026-08-17T20:38:27.532Z[ recovery-image] Aug 17 20:38:26.824 INFO O| Aug 17 20:38:26.824 INFO STEP 805 (remove_files) COMPLETE
76742026-08-17T20:38:27.532Z[ recovery-image] Aug 17 20:38:26.824 INFO O| Aug 17 20:38:26.824 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-17T20:38:27.541Z[ recovery-image] Aug 17 20:38:26.835 INFO O| Aug 17 20:38:26.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76762026-08-17T20:38:27.541Z[ recovery-image] Aug 17 20:38:26.835 INFO O| Aug 17 20:38:26.835 INFO STEP 806 (remove_files) COMPLETE
76772026-08-17T20:38:27.544Z[ recovery-image] Aug 17 20:38:26.835 INFO O| Aug 17 20:38:26.835 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-17T20:38:27.548Z[verify-libraries] Compiling russh v0.62.4
76792026-08-17T20:38:27.551Z[ recovery-image] Aug 17 20:38:26.845 INFO O| Aug 17 20:38:26.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76802026-08-17T20:38:27.551Z[ recovery-image] Aug 17 20:38:26.845 INFO O| Aug 17 20:38:26.845 INFO STEP 807 (remove_files) COMPLETE
76812026-08-17T20:38:27.551Z[ recovery-image] Aug 17 20:38:26.845 INFO O| Aug 17 20:38:26.845 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-17T20:38:27.561Z[ recovery-image] Aug 17 20:38:26.856 INFO O| Aug 17 20:38:26.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76832026-08-17T20:38:27.561Z[ recovery-image] Aug 17 20:38:26.856 INFO O| Aug 17 20:38:26.856 INFO STEP 808 (remove_files) COMPLETE
76842026-08-17T20:38:27.561Z[ recovery-image] Aug 17 20:38:26.856 INFO O| Aug 17 20:38:26.856 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-17T20:38:27.571Z[ recovery-image] Aug 17 20:38:26.866 INFO O| Aug 17 20:38:26.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76862026-08-17T20:38:27.571Z[ recovery-image] Aug 17 20:38:26.866 INFO O| Aug 17 20:38:26.866 INFO STEP 809 (remove_files) COMPLETE
76872026-08-17T20:38:27.572Z[ recovery-image] Aug 17 20:38:26.866 INFO O| Aug 17 20:38:26.866 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-17T20:38:27.581Z[ recovery-image] Aug 17 20:38:26.875 INFO O| Aug 17 20:38:26.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76892026-08-17T20:38:27.581Z[ recovery-image] Aug 17 20:38:26.875 INFO O| Aug 17 20:38:26.875 INFO STEP 810 (remove_files) COMPLETE
76902026-08-17T20:38:27.584Z[ recovery-image] Aug 17 20:38:26.875 INFO O| Aug 17 20:38:26.875 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-17T20:38:27.591Z[ recovery-image] Aug 17 20:38:26.885 INFO O| Aug 17 20:38:26.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
76922026-08-17T20:38:27.591Z[ recovery-image] Aug 17 20:38:26.885 INFO O| Aug 17 20:38:26.885 INFO STEP 811 (remove_files) COMPLETE
76932026-08-17T20:38:27.591Z[ recovery-image] Aug 17 20:38:26.885 INFO O| Aug 17 20:38:26.885 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-17T20:38:27.597Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76952026-08-17T20:38:27.600Z[ recovery-image] Aug 17 20:38:26.895 INFO O| Aug 17 20:38:26.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
76962026-08-17T20:38:27.601Z[ recovery-image] Aug 17 20:38:26.895 INFO O| Aug 17 20:38:26.895 INFO STEP 812 (remove_files) COMPLETE
76972026-08-17T20:38:27.604Z[ recovery-image] Aug 17 20:38:26.895 INFO O| Aug 17 20:38:26.895 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-17T20:38:27.611Z[ recovery-image] Aug 17 20:38:26.905 INFO O| Aug 17 20:38:26.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
76992026-08-17T20:38:27.611Z[ recovery-image] Aug 17 20:38:26.905 INFO O| Aug 17 20:38:26.905 INFO STEP 813 (remove_files) COMPLETE
77002026-08-17T20:38:27.611Z[ recovery-image] Aug 17 20:38:26.906 INFO O| Aug 17 20:38:26.905 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-17T20:38:27.621Z[ recovery-image] Aug 17 20:38:26.915 INFO O| Aug 17 20:38:26.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77022026-08-17T20:38:27.621Z[ recovery-image] Aug 17 20:38:26.915 INFO O| Aug 17 20:38:26.915 INFO STEP 814 (remove_files) COMPLETE
77032026-08-17T20:38:27.621Z[ recovery-image] Aug 17 20:38:26.915 INFO O| Aug 17 20:38:26.915 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-17T20:38:27.630Z[ recovery-image] Aug 17 20:38:26.925 INFO O| Aug 17 20:38:26.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77052026-08-17T20:38:27.630Z[ recovery-image] Aug 17 20:38:26.925 INFO O| Aug 17 20:38:26.925 INFO STEP 815 (remove_files) COMPLETE
77062026-08-17T20:38:27.633Z[ recovery-image] Aug 17 20:38:26.925 INFO O| Aug 17 20:38:26.925 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-17T20:38:27.643Z[ recovery-image] Aug 17 20:38:26.934 INFO O| Aug 17 20:38:26.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77082026-08-17T20:38:27.644Z[ recovery-image] Aug 17 20:38:26.934 INFO O| Aug 17 20:38:26.934 INFO STEP 816 (remove_files) COMPLETE
77092026-08-17T20:38:27.644Z[ recovery-image] Aug 17 20:38:26.934 INFO O| Aug 17 20:38:26.934 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-17T20:38:27.650Z[ recovery-image] Aug 17 20:38:26.944 INFO O| Aug 17 20:38:26.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77112026-08-17T20:38:27.650Z[ recovery-image] Aug 17 20:38:26.944 INFO O| Aug 17 20:38:26.944 INFO STEP 817 (remove_files) COMPLETE
77122026-08-17T20:38:27.653Z[ recovery-image] Aug 17 20:38:26.944 INFO O| Aug 17 20:38:26.944 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-17T20:38:27.659Z[ recovery-image] Aug 17 20:38:26.953 INFO O| Aug 17 20:38:26.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77142026-08-17T20:38:27.659Z[ recovery-image] Aug 17 20:38:26.954 INFO O| Aug 17 20:38:26.954 INFO STEP 818 (remove_files) COMPLETE
77152026-08-17T20:38:27.659Z[ recovery-image] Aug 17 20:38:26.954 INFO O| Aug 17 20:38:26.954 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-17T20:38:27.668Z[ recovery-image] Aug 17 20:38:26.962 INFO O| Aug 17 20:38:26.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77172026-08-17T20:38:27.668Z[ recovery-image] Aug 17 20:38:26.962 INFO O| Aug 17 20:38:26.962 INFO STEP 819 (remove_files) COMPLETE
77182026-08-17T20:38:27.671Z[ recovery-image] Aug 17 20:38:26.962 INFO O| Aug 17 20:38:26.962 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-17T20:38:27.677Z[ recovery-image] Aug 17 20:38:26.972 INFO O| Aug 17 20:38:26.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77202026-08-17T20:38:27.677Z[ recovery-image] Aug 17 20:38:26.972 INFO O| Aug 17 20:38:26.972 INFO STEP 820 (remove_files) COMPLETE
77212026-08-17T20:38:27.677Z[ recovery-image] Aug 17 20:38:26.972 INFO O| Aug 17 20:38:26.972 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-17T20:38:27.688Z[ recovery-image] Aug 17 20:38:26.983 INFO O| Aug 17 20:38:26.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77232026-08-17T20:38:27.689Z[ recovery-image] Aug 17 20:38:26.983 INFO O| Aug 17 20:38:26.983 INFO STEP 821 (remove_files) COMPLETE
77242026-08-17T20:38:27.689Z[ recovery-image] Aug 17 20:38:26.983 INFO O| Aug 17 20:38:26.983 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-17T20:38:27.699Z[ recovery-image] Aug 17 20:38:26.992 INFO O| Aug 17 20:38:26.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77262026-08-17T20:38:27.699Z[ recovery-image] Aug 17 20:38:26.992 INFO O| Aug 17 20:38:26.992 INFO STEP 822 (remove_files) COMPLETE
77272026-08-17T20:38:27.699Z[ recovery-image] Aug 17 20:38:26.992 INFO O| Aug 17 20:38:26.992 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-17T20:38:27.709Z[ recovery-image] Aug 17 20:38:27.003 INFO O| Aug 17 20:38:27.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77292026-08-17T20:38:27.710Z[ recovery-image] Aug 17 20:38:27.003 INFO O| Aug 17 20:38:27.003 INFO STEP 823 (remove_files) COMPLETE
77302026-08-17T20:38:27.714Z[ recovery-image] Aug 17 20:38:27.003 INFO O| Aug 17 20:38:27.003 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-17T20:38:27.719Z[ recovery-image] Aug 17 20:38:27.013 INFO O| Aug 17 20:38:27.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77322026-08-17T20:38:27.719Z[ recovery-image] Aug 17 20:38:27.013 INFO O| Aug 17 20:38:27.013 INFO STEP 824 (remove_files) COMPLETE
77332026-08-17T20:38:27.722Z[ recovery-image] Aug 17 20:38:27.013 INFO O| Aug 17 20:38:27.013 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-17T20:38:27.731Z[ recovery-image] Aug 17 20:38:27.025 INFO O| Aug 17 20:38:27.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77352026-08-17T20:38:27.731Z[ recovery-image] Aug 17 20:38:27.025 INFO O| Aug 17 20:38:27.025 INFO STEP 825 (remove_files) COMPLETE
77362026-08-17T20:38:27.731Z[ recovery-image] Aug 17 20:38:27.025 INFO O| Aug 17 20:38:27.025 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-17T20:38:27.740Z[ recovery-image] Aug 17 20:38:27.035 INFO O| Aug 17 20:38:27.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77382026-08-17T20:38:27.741Z[ recovery-image] Aug 17 20:38:27.035 INFO O| Aug 17 20:38:27.035 INFO STEP 826 (remove_files) COMPLETE
77392026-08-17T20:38:27.741Z[ recovery-image] Aug 17 20:38:27.035 INFO O| Aug 17 20:38:27.035 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-17T20:38:27.752Z[ recovery-image] Aug 17 20:38:27.046 INFO O| Aug 17 20:38:27.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77412026-08-17T20:38:27.752Z[ recovery-image] Aug 17 20:38:27.046 INFO O| Aug 17 20:38:27.046 INFO STEP 827 (remove_files) COMPLETE
77422026-08-17T20:38:27.752Z[ recovery-image] Aug 17 20:38:27.046 INFO O| Aug 17 20:38:27.046 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-17T20:38:27.761Z[ recovery-image] Aug 17 20:38:27.056 INFO O| Aug 17 20:38:27.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77442026-08-17T20:38:27.761Z[ recovery-image] Aug 17 20:38:27.056 INFO O| Aug 17 20:38:27.056 INFO STEP 828 (remove_files) COMPLETE
77452026-08-17T20:38:27.761Z[ recovery-image] Aug 17 20:38:27.056 INFO O| Aug 17 20:38:27.056 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-17T20:38:27.771Z[ recovery-image] Aug 17 20:38:27.065 INFO O| Aug 17 20:38:27.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77472026-08-17T20:38:27.771Z[ recovery-image] Aug 17 20:38:27.065 INFO O| Aug 17 20:38:27.065 INFO STEP 829 (remove_files) COMPLETE
77482026-08-17T20:38:27.771Z[ recovery-image] Aug 17 20:38:27.065 INFO O| Aug 17 20:38:27.065 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-17T20:38:27.780Z[ recovery-image] Aug 17 20:38:27.075 INFO O| Aug 17 20:38:27.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77502026-08-17T20:38:27.781Z[ recovery-image] Aug 17 20:38:27.075 INFO O| Aug 17 20:38:27.075 INFO STEP 830 (remove_files) COMPLETE
77512026-08-17T20:38:27.781Z[ recovery-image] Aug 17 20:38:27.075 INFO O| Aug 17 20:38:27.075 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-17T20:38:27.791Z[ recovery-image] Aug 17 20:38:27.085 INFO O| Aug 17 20:38:27.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77532026-08-17T20:38:27.791Z[ recovery-image] Aug 17 20:38:27.085 INFO O| Aug 17 20:38:27.084 INFO STEP 831 (remove_files) COMPLETE
77542026-08-17T20:38:27.794Z[ recovery-image] Aug 17 20:38:27.085 INFO O| Aug 17 20:38:27.084 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-17T20:38:27.803Z[ recovery-image] Aug 17 20:38:27.097 INFO O| Aug 17 20:38:27.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77562026-08-17T20:38:27.803Z[ recovery-image] Aug 17 20:38:27.097 INFO O| Aug 17 20:38:27.096 INFO STEP 832 (remove_files) COMPLETE
77572026-08-17T20:38:27.803Z[ recovery-image] Aug 17 20:38:27.097 INFO O| Aug 17 20:38:27.096 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-17T20:38:27.813Z[ recovery-image] Aug 17 20:38:27.107 INFO O| Aug 17 20:38:27.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77592026-08-17T20:38:27.813Z[ recovery-image] Aug 17 20:38:27.107 INFO O| Aug 17 20:38:27.107 INFO STEP 833 (remove_files) COMPLETE
77602026-08-17T20:38:27.813Z[ recovery-image] Aug 17 20:38:27.107 INFO O| Aug 17 20:38:27.107 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-17T20:38:27.823Z[ recovery-image] Aug 17 20:38:27.118 INFO O| Aug 17 20:38:27.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77622026-08-17T20:38:27.827Z[ recovery-image] Aug 17 20:38:27.118 INFO O| Aug 17 20:38:27.118 INFO STEP 834 (remove_files) COMPLETE
77632026-08-17T20:38:27.827Z[ recovery-image] Aug 17 20:38:27.118 INFO O| Aug 17 20:38:27.118 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-17T20:38:27.834Z[ recovery-image] Aug 17 20:38:27.129 INFO O| Aug 17 20:38:27.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77652026-08-17T20:38:27.834Z[ recovery-image] Aug 17 20:38:27.129 INFO O| Aug 17 20:38:27.129 INFO STEP 835 (remove_files) COMPLETE
77662026-08-17T20:38:27.834Z[ recovery-image] Aug 17 20:38:27.129 INFO O| Aug 17 20:38:27.129 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-17T20:38:27.845Z[ recovery-image] Aug 17 20:38:27.140 INFO O| Aug 17 20:38:27.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77682026-08-17T20:38:27.845Z[ recovery-image] Aug 17 20:38:27.140 INFO O| Aug 17 20:38:27.140 INFO STEP 836 (remove_files) COMPLETE
77692026-08-17T20:38:27.849Z[ recovery-image] Aug 17 20:38:27.140 INFO O| Aug 17 20:38:27.140 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-17T20:38:27.856Z[ recovery-image] Aug 17 20:38:27.150 INFO O| Aug 17 20:38:27.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77712026-08-17T20:38:27.856Z[ recovery-image] Aug 17 20:38:27.150 INFO O| Aug 17 20:38:27.150 INFO STEP 837 (remove_files) COMPLETE
77722026-08-17T20:38:27.856Z[ recovery-image] Aug 17 20:38:27.150 INFO O| Aug 17 20:38:27.150 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-17T20:38:27.866Z[ recovery-image] Aug 17 20:38:27.161 INFO O| Aug 17 20:38:27.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77742026-08-17T20:38:27.866Z[ recovery-image] Aug 17 20:38:27.161 INFO O| Aug 17 20:38:27.161 INFO STEP 838 (remove_files) COMPLETE
77752026-08-17T20:38:27.867Z[ recovery-image] Aug 17 20:38:27.161 INFO O| Aug 17 20:38:27.161 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-17T20:38:27.885Z[ recovery-image] Aug 17 20:38:27.180 INFO O| Aug 17 20:38:27.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77772026-08-17T20:38:27.885Z[ recovery-image] Aug 17 20:38:27.180 INFO O| Aug 17 20:38:27.180 INFO STEP 839 (remove_files) COMPLETE
77782026-08-17T20:38:27.891Z[ recovery-image] Aug 17 20:38:27.180 INFO O| Aug 17 20:38:27.180 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-17T20:38:27.896Z[ recovery-image] Aug 17 20:38:27.190 INFO O| Aug 17 20:38:27.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77802026-08-17T20:38:27.896Z[ recovery-image] Aug 17 20:38:27.190 INFO O| Aug 17 20:38:27.190 INFO STEP 840 (remove_files) COMPLETE
77812026-08-17T20:38:27.899Z[ recovery-image] Aug 17 20:38:27.190 INFO O| Aug 17 20:38:27.190 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-17T20:38:27.905Z[ recovery-image] Aug 17 20:38:27.199 INFO O| Aug 17 20:38:27.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77832026-08-17T20:38:27.905Z[ recovery-image] Aug 17 20:38:27.199 INFO O| Aug 17 20:38:27.199 INFO STEP 841 (remove_files) COMPLETE
77842026-08-17T20:38:27.908Z[ recovery-image] Aug 17 20:38:27.199 INFO O| Aug 17 20:38:27.199 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-17T20:38:27.913Z[ recovery-image] Aug 17 20:38:27.208 INFO O| Aug 17 20:38:27.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77862026-08-17T20:38:27.913Z[ recovery-image] Aug 17 20:38:27.208 INFO O| Aug 17 20:38:27.208 INFO STEP 842 (remove_files) COMPLETE
77872026-08-17T20:38:27.913Z[ recovery-image] Aug 17 20:38:27.208 INFO O| Aug 17 20:38:27.208 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-17T20:38:27.922Z[ recovery-image] Aug 17 20:38:27.216 INFO O| Aug 17 20:38:27.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77892026-08-17T20:38:27.922Z[ recovery-image] Aug 17 20:38:27.216 INFO O| Aug 17 20:38:27.216 INFO STEP 843 (remove_files) COMPLETE
77902026-08-17T20:38:27.922Z[ recovery-image] Aug 17 20:38:27.216 INFO O| Aug 17 20:38:27.216 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-17T20:38:27.930Z[ recovery-image] Aug 17 20:38:27.225 INFO O| Aug 17 20:38:27.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
77922026-08-17T20:38:27.931Z[ recovery-image] Aug 17 20:38:27.225 INFO O| Aug 17 20:38:27.225 INFO STEP 844 (remove_files) COMPLETE
77932026-08-17T20:38:27.931Z[ recovery-image] Aug 17 20:38:27.225 INFO O| Aug 17 20:38:27.225 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-17T20:38:27.940Z[ recovery-image] Aug 17 20:38:27.234 INFO O| Aug 17 20:38:27.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
77952026-08-17T20:38:27.940Z[ recovery-image] Aug 17 20:38:27.234 INFO O| Aug 17 20:38:27.234 INFO STEP 845 (remove_files) COMPLETE
77962026-08-17T20:38:27.943Z[ recovery-image] Aug 17 20:38:27.234 INFO O| Aug 17 20:38:27.234 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-17T20:38:27.951Z[ recovery-image] Aug 17 20:38:27.245 INFO O| Aug 17 20:38:27.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
77982026-08-17T20:38:27.951Z[ recovery-image] Aug 17 20:38:27.245 INFO O| Aug 17 20:38:27.245 INFO STEP 846 (remove_files) COMPLETE
77992026-08-17T20:38:27.951Z[ recovery-image] Aug 17 20:38:27.245 INFO O| Aug 17 20:38:27.245 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-17T20:38:27.959Z[ recovery-image] Aug 17 20:38:27.253 INFO O| Aug 17 20:38:27.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78012026-08-17T20:38:27.959Z[ recovery-image] Aug 17 20:38:27.253 INFO O| Aug 17 20:38:27.253 INFO STEP 847 (remove_files) COMPLETE
78022026-08-17T20:38:27.959Z[ recovery-image] Aug 17 20:38:27.253 INFO O| Aug 17 20:38:27.253 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-17T20:38:27.969Z[ recovery-image] Aug 17 20:38:27.263 INFO O| Aug 17 20:38:27.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78042026-08-17T20:38:27.969Z[ recovery-image] Aug 17 20:38:27.263 INFO O| Aug 17 20:38:27.263 INFO STEP 848 (remove_files) COMPLETE
78052026-08-17T20:38:27.969Z[ recovery-image] Aug 17 20:38:27.263 INFO O| Aug 17 20:38:27.263 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-17T20:38:27.979Z[ recovery-image] Aug 17 20:38:27.273 INFO O| Aug 17 20:38:27.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78072026-08-17T20:38:27.979Z[ recovery-image] Aug 17 20:38:27.273 INFO O| Aug 17 20:38:27.273 INFO STEP 849 (remove_files) COMPLETE
78082026-08-17T20:38:27.979Z[ recovery-image] Aug 17 20:38:27.273 INFO O| Aug 17 20:38:27.273 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-17T20:38:27.982Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
78102026-08-17T20:38:27.989Z[ recovery-image] Aug 17 20:38:27.283 INFO O| Aug 17 20:38:27.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78112026-08-17T20:38:27.989Z[ recovery-image] Aug 17 20:38:27.283 INFO O| Aug 17 20:38:27.283 INFO STEP 850 (remove_files) COMPLETE
78122026-08-17T20:38:27.992Z[ recovery-image] Aug 17 20:38:27.283 INFO O| Aug 17 20:38:27.283 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-17T20:38:27.999Z[ recovery-image] Aug 17 20:38:27.293 INFO O| Aug 17 20:38:27.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78142026-08-17T20:38:27.999Z[ recovery-image] Aug 17 20:38:27.293 INFO O| Aug 17 20:38:27.293 INFO STEP 851 (remove_files) COMPLETE
78152026-08-17T20:38:27.999Z[ recovery-image] Aug 17 20:38:27.294 INFO O| Aug 17 20:38:27.293 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-17T20:38:28.009Z[ recovery-image] Aug 17 20:38:27.303 INFO O| Aug 17 20:38:27.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78172026-08-17T20:38:28.009Z[ recovery-image] Aug 17 20:38:27.303 INFO O| Aug 17 20:38:27.303 INFO STEP 852 (remove_files) COMPLETE
78182026-08-17T20:38:28.009Z[ recovery-image] Aug 17 20:38:27.303 INFO O| Aug 17 20:38:27.303 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-17T20:38:28.019Z[ recovery-image] Aug 17 20:38:27.314 INFO O| Aug 17 20:38:27.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78202026-08-17T20:38:28.019Z[ recovery-image] Aug 17 20:38:27.314 INFO O| Aug 17 20:38:27.314 INFO STEP 853 (remove_files) COMPLETE
78212026-08-17T20:38:28.019Z[ recovery-image] Aug 17 20:38:27.314 INFO O| Aug 17 20:38:27.314 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-17T20:38:28.029Z[ recovery-image] Aug 17 20:38:27.323 INFO O| Aug 17 20:38:27.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78232026-08-17T20:38:28.029Z[ recovery-image] Aug 17 20:38:27.323 INFO O| Aug 17 20:38:27.323 INFO STEP 854 (remove_files) COMPLETE
78242026-08-17T20:38:28.029Z[ recovery-image] Aug 17 20:38:27.323 INFO O| Aug 17 20:38:27.323 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-17T20:38:28.038Z[ recovery-image] Aug 17 20:38:27.333 INFO O| Aug 17 20:38:27.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78262026-08-17T20:38:28.039Z[ recovery-image] Aug 17 20:38:27.333 INFO O| Aug 17 20:38:27.333 INFO STEP 855 (remove_files) COMPLETE
78272026-08-17T20:38:28.039Z[ recovery-image] Aug 17 20:38:27.333 INFO O| Aug 17 20:38:27.333 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-17T20:38:28.049Z[ recovery-image] Aug 17 20:38:27.343 INFO O| Aug 17 20:38:27.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78292026-08-17T20:38:28.049Z[ recovery-image] Aug 17 20:38:27.343 INFO O| Aug 17 20:38:27.343 INFO STEP 856 (remove_files) COMPLETE
78302026-08-17T20:38:28.052Z[ recovery-image] Aug 17 20:38:27.343 INFO O| Aug 17 20:38:27.343 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-17T20:38:28.059Z[ recovery-image] Aug 17 20:38:27.353 INFO O| Aug 17 20:38:27.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78322026-08-17T20:38:28.059Z[ recovery-image] Aug 17 20:38:27.353 INFO O| Aug 17 20:38:27.353 INFO STEP 857 (remove_files) COMPLETE
78332026-08-17T20:38:28.059Z[ recovery-image] Aug 17 20:38:27.353 INFO O| Aug 17 20:38:27.353 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-17T20:38:28.069Z[ recovery-image] Aug 17 20:38:27.363 INFO O| Aug 17 20:38:27.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78352026-08-17T20:38:28.069Z[ recovery-image] Aug 17 20:38:27.363 INFO O| Aug 17 20:38:27.363 INFO STEP 858 (remove_files) COMPLETE
78362026-08-17T20:38:28.069Z[ recovery-image] Aug 17 20:38:27.363 INFO O| Aug 17 20:38:27.363 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-17T20:38:28.078Z[ recovery-image] Aug 17 20:38:27.373 INFO O| Aug 17 20:38:27.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78382026-08-17T20:38:28.078Z[ recovery-image] Aug 17 20:38:27.373 INFO O| Aug 17 20:38:27.372 INFO STEP 859 (remove_files) COMPLETE
78392026-08-17T20:38:28.078Z[ recovery-image] Aug 17 20:38:27.373 INFO O| Aug 17 20:38:27.372 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-17T20:38:28.088Z[ recovery-image] Aug 17 20:38:27.382 INFO O| Aug 17 20:38:27.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78412026-08-17T20:38:28.088Z[ recovery-image] Aug 17 20:38:27.382 INFO O| Aug 17 20:38:27.382 INFO STEP 860 (remove_files) COMPLETE
78422026-08-17T20:38:28.088Z[ recovery-image] Aug 17 20:38:27.382 INFO O| Aug 17 20:38:27.382 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-17T20:38:28.098Z[ recovery-image] Aug 17 20:38:27.393 INFO O| Aug 17 20:38:27.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78442026-08-17T20:38:28.099Z[ recovery-image] Aug 17 20:38:27.393 INFO O| Aug 17 20:38:27.393 INFO STEP 861 (remove_files) COMPLETE
78452026-08-17T20:38:28.099Z[ recovery-image] Aug 17 20:38:27.393 INFO O| Aug 17 20:38:27.393 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-17T20:38:28.110Z[ recovery-image] Aug 17 20:38:27.404 INFO O| Aug 17 20:38:27.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78472026-08-17T20:38:28.110Z[ recovery-image] Aug 17 20:38:27.404 INFO O| Aug 17 20:38:27.404 INFO STEP 862 (remove_files) COMPLETE
78482026-08-17T20:38:28.110Z[ recovery-image] Aug 17 20:38:27.404 INFO O| Aug 17 20:38:27.404 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-17T20:38:28.120Z[ recovery-image] Aug 17 20:38:27.414 INFO O| Aug 17 20:38:27.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78502026-08-17T20:38:28.120Z[ recovery-image] Aug 17 20:38:27.414 INFO O| Aug 17 20:38:27.414 INFO STEP 863 (remove_files) COMPLETE
78512026-08-17T20:38:28.120Z[ recovery-image] Aug 17 20:38:27.414 INFO O| Aug 17 20:38:27.414 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-17T20:38:28.130Z[ recovery-image] Aug 17 20:38:27.424 INFO O| Aug 17 20:38:27.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78532026-08-17T20:38:28.130Z[ recovery-image] Aug 17 20:38:27.425 INFO O| Aug 17 20:38:27.424 INFO STEP 864 (remove_files) COMPLETE
78542026-08-17T20:38:28.130Z[ recovery-image] Aug 17 20:38:27.425 INFO O| Aug 17 20:38:27.425 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-17T20:38:28.141Z[ recovery-image] Aug 17 20:38:27.435 INFO O| Aug 17 20:38:27.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78562026-08-17T20:38:28.141Z[ recovery-image] Aug 17 20:38:27.435 INFO O| Aug 17 20:38:27.435 INFO STEP 865 (remove_files) COMPLETE
78572026-08-17T20:38:28.141Z[ recovery-image] Aug 17 20:38:27.435 INFO O| Aug 17 20:38:27.435 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-17T20:38:28.151Z[ recovery-image] Aug 17 20:38:27.445 INFO O| Aug 17 20:38:27.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78592026-08-17T20:38:28.151Z[ recovery-image] Aug 17 20:38:27.445 INFO O| Aug 17 20:38:27.445 INFO STEP 866 (remove_files) COMPLETE
78602026-08-17T20:38:28.154Z[ recovery-image] Aug 17 20:38:27.445 INFO O| Aug 17 20:38:27.445 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-17T20:38:28.161Z[ recovery-image] Aug 17 20:38:27.455 INFO O| Aug 17 20:38:27.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78622026-08-17T20:38:28.161Z[ recovery-image] Aug 17 20:38:27.455 INFO O| Aug 17 20:38:27.455 INFO STEP 867 (remove_files) COMPLETE
78632026-08-17T20:38:28.161Z[ recovery-image] Aug 17 20:38:27.455 INFO O| Aug 17 20:38:27.455 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-17T20:38:28.171Z[ recovery-image] Aug 17 20:38:27.465 INFO O| Aug 17 20:38:27.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78652026-08-17T20:38:28.171Z[ recovery-image] Aug 17 20:38:27.466 INFO O| Aug 17 20:38:27.465 INFO STEP 868 (remove_files) COMPLETE
78662026-08-17T20:38:28.174Z[ recovery-image] Aug 17 20:38:27.466 INFO O| Aug 17 20:38:27.465 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-17T20:38:28.181Z[ recovery-image] Aug 17 20:38:27.476 INFO O| Aug 17 20:38:27.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78682026-08-17T20:38:28.181Z[ recovery-image] Aug 17 20:38:27.476 INFO O| Aug 17 20:38:27.476 INFO STEP 869 (remove_files) COMPLETE
78692026-08-17T20:38:28.181Z[ recovery-image] Aug 17 20:38:27.476 INFO O| Aug 17 20:38:27.476 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-17T20:38:28.191Z[ recovery-image] Aug 17 20:38:27.486 INFO O| Aug 17 20:38:27.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78712026-08-17T20:38:28.192Z[ recovery-image] Aug 17 20:38:27.486 INFO O| Aug 17 20:38:27.486 INFO STEP 870 (remove_files) COMPLETE
78722026-08-17T20:38:28.192Z[ recovery-image] Aug 17 20:38:27.486 INFO O| Aug 17 20:38:27.486 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-17T20:38:28.201Z[ recovery-image] Aug 17 20:38:27.496 INFO O| Aug 17 20:38:27.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78742026-08-17T20:38:28.201Z[ recovery-image] Aug 17 20:38:27.496 INFO O| Aug 17 20:38:27.496 INFO STEP 871 (remove_files) COMPLETE
78752026-08-17T20:38:28.201Z[ recovery-image] Aug 17 20:38:27.496 INFO O| Aug 17 20:38:27.496 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-17T20:38:28.259Z[ recovery-image] Aug 17 20:38:27.553 INFO O| Aug 17 20:38:27.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78772026-08-17T20:38:28.259Z[ recovery-image] Aug 17 20:38:27.553 INFO O| Aug 17 20:38:27.553 INFO STEP 872 (remove_files) COMPLETE
78782026-08-17T20:38:28.262Z[ recovery-image] Aug 17 20:38:27.553 INFO O| Aug 17 20:38:27.553 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-17T20:38:28.272Z[ recovery-image] Aug 17 20:38:27.567 INFO O| Aug 17 20:38:27.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78802026-08-17T20:38:28.272Z[ recovery-image] Aug 17 20:38:27.567 INFO O| Aug 17 20:38:27.567 INFO STEP 873 (remove_files) COMPLETE
78812026-08-17T20:38:28.275Z[ recovery-image] Aug 17 20:38:27.567 INFO O| Aug 17 20:38:27.567 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-17T20:38:28.283Z[ recovery-image] Aug 17 20:38:27.577 INFO O| Aug 17 20:38:27.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78832026-08-17T20:38:28.283Z[ recovery-image] Aug 17 20:38:27.577 INFO O| Aug 17 20:38:27.577 INFO STEP 874 (remove_files) COMPLETE
78842026-08-17T20:38:28.286Z[ recovery-image] Aug 17 20:38:27.577 INFO O| Aug 17 20:38:27.577 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-17T20:38:28.296Z[ recovery-image] Aug 17 20:38:27.590 INFO O| Aug 17 20:38:27.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78862026-08-17T20:38:28.296Z[ recovery-image] Aug 17 20:38:27.590 INFO O| Aug 17 20:38:27.590 INFO STEP 875 (remove_files) COMPLETE
78872026-08-17T20:38:28.296Z[ recovery-image] Aug 17 20:38:27.590 INFO O| Aug 17 20:38:27.590 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-17T20:38:28.307Z[ recovery-image] Aug 17 20:38:27.601 INFO O| Aug 17 20:38:27.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78892026-08-17T20:38:28.307Z[ recovery-image] Aug 17 20:38:27.601 INFO O| Aug 17 20:38:27.601 INFO STEP 876 (remove_files) COMPLETE
78902026-08-17T20:38:28.310Z[ recovery-image] Aug 17 20:38:27.601 INFO O| Aug 17 20:38:27.601 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-17T20:38:28.317Z[ recovery-image] Aug 17 20:38:27.611 INFO O| Aug 17 20:38:27.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
78922026-08-17T20:38:28.317Z[ recovery-image] Aug 17 20:38:27.611 INFO O| Aug 17 20:38:27.611 INFO STEP 877 (remove_files) COMPLETE
78932026-08-17T20:38:28.320Z[ recovery-image] Aug 17 20:38:27.611 INFO O| Aug 17 20:38:27.611 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-17T20:38:28.327Z[ recovery-image] Aug 17 20:38:27.622 INFO O| Aug 17 20:38:27.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
78952026-08-17T20:38:28.327Z[ recovery-image] Aug 17 20:38:27.622 INFO O| Aug 17 20:38:27.622 INFO STEP 878 (remove_files) COMPLETE
78962026-08-17T20:38:28.327Z[ recovery-image] Aug 17 20:38:27.622 INFO O| Aug 17 20:38:27.622 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-17T20:38:28.337Z[ recovery-image] Aug 17 20:38:27.631 INFO O| Aug 17 20:38:27.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
78982026-08-17T20:38:28.337Z[ recovery-image] Aug 17 20:38:27.631 INFO O| Aug 17 20:38:27.631 INFO STEP 879 (remove_files) COMPLETE
78992026-08-17T20:38:28.340Z[ recovery-image] Aug 17 20:38:27.631 INFO O| Aug 17 20:38:27.631 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-17T20:38:28.346Z[ recovery-image] Aug 17 20:38:27.640 INFO O| Aug 17 20:38:27.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79012026-08-17T20:38:28.346Z[ recovery-image] Aug 17 20:38:27.640 INFO O| Aug 17 20:38:27.640 INFO STEP 880 (remove_files) COMPLETE
79022026-08-17T20:38:28.349Z[ recovery-image] Aug 17 20:38:27.640 INFO O| Aug 17 20:38:27.640 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-17T20:38:28.355Z[ recovery-image] Aug 17 20:38:27.650 INFO O| Aug 17 20:38:27.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79042026-08-17T20:38:28.355Z[ recovery-image] Aug 17 20:38:27.650 INFO O| Aug 17 20:38:27.650 INFO STEP 881 (remove_files) COMPLETE
79052026-08-17T20:38:28.355Z[ recovery-image] Aug 17 20:38:27.650 INFO O| Aug 17 20:38:27.650 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-17T20:38:28.366Z[ recovery-image] Aug 17 20:38:27.661 INFO O| Aug 17 20:38:27.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79072026-08-17T20:38:28.366Z[ recovery-image] Aug 17 20:38:27.661 INFO O| Aug 17 20:38:27.661 INFO STEP 882 (remove_files) COMPLETE
79082026-08-17T20:38:28.366Z[ recovery-image] Aug 17 20:38:27.661 INFO O| Aug 17 20:38:27.661 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-17T20:38:28.377Z[ recovery-image] Aug 17 20:38:27.671 INFO O| Aug 17 20:38:27.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79102026-08-17T20:38:28.377Z[ recovery-image] Aug 17 20:38:27.671 INFO O| Aug 17 20:38:27.671 INFO STEP 883 (remove_files) COMPLETE
79112026-08-17T20:38:28.377Z[ recovery-image] Aug 17 20:38:27.671 INFO O| Aug 17 20:38:27.671 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-17T20:38:28.386Z[ recovery-image] Aug 17 20:38:27.680 INFO O| Aug 17 20:38:27.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79132026-08-17T20:38:28.386Z[ recovery-image] Aug 17 20:38:27.680 INFO O| Aug 17 20:38:27.680 INFO STEP 884 (remove_files) COMPLETE
79142026-08-17T20:38:28.386Z[ recovery-image] Aug 17 20:38:27.680 INFO O| Aug 17 20:38:27.680 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-17T20:38:28.396Z[ recovery-image] Aug 17 20:38:27.690 INFO O| Aug 17 20:38:27.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79162026-08-17T20:38:28.396Z[ recovery-image] Aug 17 20:38:27.690 INFO O| Aug 17 20:38:27.690 INFO STEP 885 (remove_files) COMPLETE
79172026-08-17T20:38:28.396Z[ recovery-image] Aug 17 20:38:27.690 INFO O| Aug 17 20:38:27.690 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-17T20:38:28.406Z[ recovery-image] Aug 17 20:38:27.700 INFO O| Aug 17 20:38:27.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79192026-08-17T20:38:28.406Z[ recovery-image] Aug 17 20:38:27.700 INFO O| Aug 17 20:38:27.700 INFO STEP 886 (remove_files) COMPLETE
79202026-08-17T20:38:28.409Z[ recovery-image] Aug 17 20:38:27.700 INFO O| Aug 17 20:38:27.700 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-17T20:38:28.415Z[ recovery-image] Aug 17 20:38:27.709 INFO O| Aug 17 20:38:27.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79222026-08-17T20:38:28.415Z[ recovery-image] Aug 17 20:38:27.709 INFO O| Aug 17 20:38:27.709 INFO STEP 887 (remove_files) COMPLETE
79232026-08-17T20:38:28.418Z[ recovery-image] Aug 17 20:38:27.709 INFO O| Aug 17 20:38:27.709 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-17T20:38:28.424Z[ recovery-image] Aug 17 20:38:27.718 INFO O| Aug 17 20:38:27.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79252026-08-17T20:38:28.424Z[ recovery-image] Aug 17 20:38:27.718 INFO O| Aug 17 20:38:27.718 INFO STEP 888 (remove_files) COMPLETE
79262026-08-17T20:38:28.427Z[ recovery-image] Aug 17 20:38:27.718 INFO O| Aug 17 20:38:27.718 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-17T20:38:28.436Z[ recovery-image] Aug 17 20:38:27.730 INFO O| Aug 17 20:38:27.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79282026-08-17T20:38:28.436Z[ recovery-image] Aug 17 20:38:27.730 INFO O| Aug 17 20:38:27.730 INFO STEP 889 (remove_files) COMPLETE
79292026-08-17T20:38:28.441Z[ recovery-image] Aug 17 20:38:27.730 INFO O| Aug 17 20:38:27.730 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-17T20:38:28.441Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
79312026-08-17T20:38:28.447Z[ recovery-image] Aug 17 20:38:27.741 INFO O| Aug 17 20:38:27.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79322026-08-17T20:38:28.447Z[ recovery-image] Aug 17 20:38:27.742 INFO O| Aug 17 20:38:27.742 INFO STEP 890 (remove_files) COMPLETE
79332026-08-17T20:38:28.447Z[ recovery-image] Aug 17 20:38:27.742 INFO O| Aug 17 20:38:27.742 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-17T20:38:28.458Z[ recovery-image] Aug 17 20:38:27.752 INFO O| Aug 17 20:38:27.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79352026-08-17T20:38:28.458Z[ recovery-image] Aug 17 20:38:27.752 INFO O| Aug 17 20:38:27.752 INFO STEP 891 (remove_files) COMPLETE
79362026-08-17T20:38:28.458Z[ recovery-image] Aug 17 20:38:27.752 INFO O| Aug 17 20:38:27.752 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-17T20:38:28.469Z[ recovery-image] Aug 17 20:38:27.763 INFO O| Aug 17 20:38:27.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79382026-08-17T20:38:28.469Z[ recovery-image] Aug 17 20:38:27.763 INFO O| Aug 17 20:38:27.763 INFO STEP 892 (remove_files) COMPLETE
79392026-08-17T20:38:28.469Z[ recovery-image] Aug 17 20:38:27.763 INFO O| Aug 17 20:38:27.763 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-17T20:38:28.480Z[ recovery-image] Aug 17 20:38:27.774 INFO O| Aug 17 20:38:27.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79412026-08-17T20:38:28.481Z[ recovery-image] Aug 17 20:38:27.774 INFO O| Aug 17 20:38:27.774 INFO STEP 893 (remove_files) COMPLETE
79422026-08-17T20:38:28.481Z[ recovery-image] Aug 17 20:38:27.774 INFO O| Aug 17 20:38:27.774 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-17T20:38:28.493Z[ recovery-image] Aug 17 20:38:27.787 INFO O| Aug 17 20:38:27.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79442026-08-17T20:38:28.493Z[ recovery-image] Aug 17 20:38:27.787 INFO O| Aug 17 20:38:27.787 INFO STEP 894 (remove_files) COMPLETE
79452026-08-17T20:38:28.493Z[ recovery-image] Aug 17 20:38:27.787 INFO O| Aug 17 20:38:27.787 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-17T20:38:28.504Z[ recovery-image] Aug 17 20:38:27.798 INFO O| Aug 17 20:38:27.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79472026-08-17T20:38:28.504Z[ recovery-image] Aug 17 20:38:27.799 INFO O| Aug 17 20:38:27.799 INFO STEP 895 (remove_files) COMPLETE
79482026-08-17T20:38:28.504Z[ recovery-image] Aug 17 20:38:27.799 INFO O| Aug 17 20:38:27.799 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-17T20:38:28.514Z[ recovery-image] Aug 17 20:38:27.808 INFO O| Aug 17 20:38:27.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79502026-08-17T20:38:28.514Z[ recovery-image] Aug 17 20:38:27.808 INFO O| Aug 17 20:38:27.808 INFO STEP 896 (remove_files) COMPLETE
79512026-08-17T20:38:28.517Z[ recovery-image] Aug 17 20:38:27.808 INFO O| Aug 17 20:38:27.808 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-17T20:38:28.524Z[ recovery-image] Aug 17 20:38:27.819 INFO O| Aug 17 20:38:27.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79532026-08-17T20:38:28.525Z[ recovery-image] Aug 17 20:38:27.819 INFO O| Aug 17 20:38:27.819 INFO STEP 897 (remove_files) COMPLETE
79542026-08-17T20:38:28.528Z[ recovery-image] Aug 17 20:38:27.819 INFO O| Aug 17 20:38:27.819 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-17T20:38:28.534Z[ recovery-image] Aug 17 20:38:27.829 INFO O| Aug 17 20:38:27.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79562026-08-17T20:38:28.534Z[ recovery-image] Aug 17 20:38:27.829 INFO O| Aug 17 20:38:27.829 INFO STEP 898 (remove_files) COMPLETE
79572026-08-17T20:38:28.534Z[ recovery-image] Aug 17 20:38:27.829 INFO O| Aug 17 20:38:27.829 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-17T20:38:28.545Z[ recovery-image] Aug 17 20:38:27.839 INFO O| Aug 17 20:38:27.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79592026-08-17T20:38:28.545Z[ recovery-image] Aug 17 20:38:27.839 INFO O| Aug 17 20:38:27.839 INFO STEP 899 (remove_files) COMPLETE
79602026-08-17T20:38:28.545Z[ recovery-image] Aug 17 20:38:27.839 INFO O| Aug 17 20:38:27.839 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-17T20:38:28.561Z[ recovery-image] Aug 17 20:38:27.855 INFO O| Aug 17 20:38:27.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79622026-08-17T20:38:28.561Z[ recovery-image] Aug 17 20:38:27.855 INFO O| Aug 17 20:38:27.855 INFO STEP 900 (remove_files) COMPLETE
79632026-08-17T20:38:28.561Z[ recovery-image] Aug 17 20:38:27.856 INFO O| Aug 17 20:38:27.855 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-17T20:38:28.573Z[ recovery-image] Aug 17 20:38:27.867 INFO O| Aug 17 20:38:27.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79652026-08-17T20:38:28.573Z[ recovery-image] Aug 17 20:38:27.867 INFO O| Aug 17 20:38:27.867 INFO STEP 901 (remove_files) COMPLETE
79662026-08-17T20:38:28.573Z[ recovery-image] Aug 17 20:38:27.867 INFO O| Aug 17 20:38:27.867 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-17T20:38:28.584Z[ recovery-image] Aug 17 20:38:27.878 INFO O| Aug 17 20:38:27.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79682026-08-17T20:38:28.584Z[ recovery-image] Aug 17 20:38:27.878 INFO O| Aug 17 20:38:27.878 INFO STEP 902 (remove_files) COMPLETE
79692026-08-17T20:38:28.587Z[ recovery-image] Aug 17 20:38:27.878 INFO O| Aug 17 20:38:27.878 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-17T20:38:28.600Z[ recovery-image] Aug 17 20:38:27.895 INFO O| Aug 17 20:38:27.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79712026-08-17T20:38:28.601Z[ recovery-image] Aug 17 20:38:27.895 INFO O| Aug 17 20:38:27.895 INFO STEP 903 (remove_files) COMPLETE
79722026-08-17T20:38:28.604Z[ recovery-image] Aug 17 20:38:27.895 INFO O| Aug 17 20:38:27.895 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-17T20:38:28.611Z[ recovery-image] Aug 17 20:38:27.906 INFO O| Aug 17 20:38:27.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79742026-08-17T20:38:28.612Z[ recovery-image] Aug 17 20:38:27.906 INFO O| Aug 17 20:38:27.906 INFO STEP 904 (remove_files) COMPLETE
79752026-08-17T20:38:28.612Z[ recovery-image] Aug 17 20:38:27.906 INFO O| Aug 17 20:38:27.906 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-17T20:38:28.626Z[ recovery-image] Aug 17 20:38:27.920 INFO O| Aug 17 20:38:27.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79772026-08-17T20:38:28.626Z[ recovery-image] Aug 17 20:38:27.920 INFO O| Aug 17 20:38:27.920 INFO STEP 905 (remove_files) COMPLETE
79782026-08-17T20:38:28.626Z[ recovery-image] Aug 17 20:38:27.920 INFO O| Aug 17 20:38:27.920 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-17T20:38:28.632Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
79802026-08-17T20:38:28.642Z[ recovery-image] Aug 17 20:38:27.936 INFO O| Aug 17 20:38:27.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79812026-08-17T20:38:28.642Z[ recovery-image] Aug 17 20:38:27.936 INFO O| Aug 17 20:38:27.936 INFO STEP 906 (remove_files) COMPLETE
79822026-08-17T20:38:28.642Z[ recovery-image] Aug 17 20:38:27.936 INFO O| Aug 17 20:38:27.936 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-17T20:38:28.653Z[ recovery-image] Aug 17 20:38:27.947 INFO O| Aug 17 20:38:27.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79842026-08-17T20:38:28.653Z[ recovery-image] Aug 17 20:38:27.947 INFO O| Aug 17 20:38:27.947 INFO STEP 907 (remove_files) COMPLETE
79852026-08-17T20:38:28.653Z[ recovery-image] Aug 17 20:38:27.947 INFO O| Aug 17 20:38:27.947 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-17T20:38:28.663Z[ recovery-image] Aug 17 20:38:27.957 INFO O| Aug 17 20:38:27.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79872026-08-17T20:38:28.663Z[ recovery-image] Aug 17 20:38:27.958 INFO O| Aug 17 20:38:27.958 INFO STEP 908 (remove_files) COMPLETE
79882026-08-17T20:38:28.663Z[ recovery-image] Aug 17 20:38:27.958 INFO O| Aug 17 20:38:27.958 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-17T20:38:28.674Z[ recovery-image] Aug 17 20:38:27.968 INFO O| Aug 17 20:38:27.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79902026-08-17T20:38:28.674Z[ recovery-image] Aug 17 20:38:27.968 INFO O| Aug 17 20:38:27.968 INFO STEP 909 (remove_files) COMPLETE
79912026-08-17T20:38:28.674Z[ recovery-image] Aug 17 20:38:27.968 INFO O| Aug 17 20:38:27.968 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-17T20:38:28.685Z[ recovery-image] Aug 17 20:38:27.980 INFO O| Aug 17 20:38:27.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79932026-08-17T20:38:28.685Z[ recovery-image] Aug 17 20:38:27.980 INFO O| Aug 17 20:38:27.980 INFO STEP 910 (remove_files) COMPLETE
79942026-08-17T20:38:28.685Z[ recovery-image] Aug 17 20:38:27.980 INFO O| Aug 17 20:38:27.980 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-17T20:38:28.701Z[ recovery-image] Aug 17 20:38:27.995 INFO O| Aug 17 20:38:27.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
79962026-08-17T20:38:28.701Z[ recovery-image] Aug 17 20:38:27.995 INFO O| Aug 17 20:38:27.995 INFO STEP 911 (remove_files) COMPLETE
79972026-08-17T20:38:28.701Z[ recovery-image] Aug 17 20:38:27.995 INFO O| Aug 17 20:38:27.995 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-17T20:38:28.710Z[ recovery-image] Aug 17 20:38:28.004 INFO O| Aug 17 20:38:28.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
79992026-08-17T20:38:28.710Z[ recovery-image] Aug 17 20:38:28.004 INFO O| Aug 17 20:38:28.004 INFO STEP 912 (remove_files) COMPLETE
80002026-08-17T20:38:28.710Z[ recovery-image] Aug 17 20:38:28.004 INFO O| Aug 17 20:38:28.004 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-17T20:38:28.719Z[ recovery-image] Aug 17 20:38:28.014 INFO O| Aug 17 20:38:28.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80022026-08-17T20:38:28.719Z[ recovery-image] Aug 17 20:38:28.014 INFO O| Aug 17 20:38:28.014 INFO STEP 913 (remove_files) COMPLETE
80032026-08-17T20:38:28.723Z[ recovery-image] Aug 17 20:38:28.014 INFO O| Aug 17 20:38:28.014 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-17T20:38:28.729Z[ recovery-image] Aug 17 20:38:28.024 INFO O| Aug 17 20:38:28.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80052026-08-17T20:38:28.730Z[ recovery-image] Aug 17 20:38:28.024 INFO O| Aug 17 20:38:28.024 INFO STEP 914 (remove_files) COMPLETE
80062026-08-17T20:38:28.730Z[ recovery-image] Aug 17 20:38:28.024 INFO O| Aug 17 20:38:28.024 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-17T20:38:28.740Z[ recovery-image] Aug 17 20:38:28.034 INFO O| Aug 17 20:38:28.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80082026-08-17T20:38:28.740Z[ recovery-image] Aug 17 20:38:28.034 INFO O| Aug 17 20:38:28.034 INFO STEP 915 (remove_files) COMPLETE
80092026-08-17T20:38:28.743Z[ recovery-image] Aug 17 20:38:28.034 INFO O| Aug 17 20:38:28.034 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-17T20:38:28.750Z[ recovery-image] Aug 17 20:38:28.044 INFO O| Aug 17 20:38:28.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80112026-08-17T20:38:28.750Z[ recovery-image] Aug 17 20:38:28.044 INFO O| Aug 17 20:38:28.044 INFO STEP 916 (remove_files) COMPLETE
80122026-08-17T20:38:28.750Z[ recovery-image] Aug 17 20:38:28.044 INFO O| Aug 17 20:38:28.044 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-17T20:38:28.769Z[ recovery-image] Aug 17 20:38:28.063 INFO O| Aug 17 20:38:28.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80142026-08-17T20:38:28.769Z[ recovery-image] Aug 17 20:38:28.063 INFO O| Aug 17 20:38:28.063 INFO STEP 917 (remove_files) COMPLETE
80152026-08-17T20:38:28.772Z[ recovery-image] Aug 17 20:38:28.063 INFO O| Aug 17 20:38:28.063 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-17T20:38:28.778Z[ recovery-image] Aug 17 20:38:28.073 INFO O| Aug 17 20:38:28.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80172026-08-17T20:38:28.779Z[ recovery-image] Aug 17 20:38:28.073 INFO O| Aug 17 20:38:28.073 INFO STEP 918 (remove_files) COMPLETE
80182026-08-17T20:38:28.779Z[ recovery-image] Aug 17 20:38:28.073 INFO O| Aug 17 20:38:28.073 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-17T20:38:28.789Z[ recovery-image] Aug 17 20:38:28.083 INFO O| Aug 17 20:38:28.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80202026-08-17T20:38:28.789Z[ recovery-image] Aug 17 20:38:28.083 INFO O| Aug 17 20:38:28.083 INFO STEP 919 (remove_files) COMPLETE
80212026-08-17T20:38:28.789Z[ recovery-image] Aug 17 20:38:28.083 INFO O| Aug 17 20:38:28.083 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-17T20:38:28.799Z[ recovery-image] Aug 17 20:38:28.094 INFO O| Aug 17 20:38:28.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80232026-08-17T20:38:28.799Z[ recovery-image] Aug 17 20:38:28.094 INFO O| Aug 17 20:38:28.094 INFO STEP 920 (remove_files) COMPLETE
80242026-08-17T20:38:28.799Z[ recovery-image] Aug 17 20:38:28.094 INFO O| Aug 17 20:38:28.094 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-17T20:38:28.810Z[ recovery-image] Aug 17 20:38:28.104 INFO O| Aug 17 20:38:28.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80262026-08-17T20:38:28.810Z[ recovery-image] Aug 17 20:38:28.104 INFO O| Aug 17 20:38:28.104 INFO STEP 921 (remove_files) COMPLETE
80272026-08-17T20:38:28.810Z[ recovery-image] Aug 17 20:38:28.104 INFO O| Aug 17 20:38:28.104 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-17T20:38:28.821Z[ recovery-image] Aug 17 20:38:28.115 INFO O| Aug 17 20:38:28.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80292026-08-17T20:38:28.821Z[ recovery-image] Aug 17 20:38:28.115 INFO O| Aug 17 20:38:28.115 INFO STEP 922 (remove_files) COMPLETE
80302026-08-17T20:38:28.821Z[ recovery-image] Aug 17 20:38:28.115 INFO O| Aug 17 20:38:28.115 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-17T20:38:28.832Z[ recovery-image] Aug 17 20:38:28.126 INFO O| Aug 17 20:38:28.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80322026-08-17T20:38:28.832Z[ recovery-image] Aug 17 20:38:28.127 INFO O| Aug 17 20:38:28.127 INFO STEP 923 (remove_files) COMPLETE
80332026-08-17T20:38:28.832Z[ recovery-image] Aug 17 20:38:28.127 INFO O| Aug 17 20:38:28.127 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-17T20:38:28.842Z[ recovery-image] Aug 17 20:38:28.136 INFO O| Aug 17 20:38:28.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80352026-08-17T20:38:28.842Z[ recovery-image] Aug 17 20:38:28.136 INFO O| Aug 17 20:38:28.136 INFO STEP 924 (remove_files) COMPLETE
80362026-08-17T20:38:28.842Z[ recovery-image] Aug 17 20:38:28.137 INFO O| Aug 17 20:38:28.136 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-17T20:38:28.852Z[ recovery-image] Aug 17 20:38:28.146 INFO O| Aug 17 20:38:28.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80382026-08-17T20:38:28.852Z[ recovery-image] Aug 17 20:38:28.146 INFO O| Aug 17 20:38:28.146 INFO STEP 925 (remove_files) COMPLETE
80392026-08-17T20:38:28.852Z[ recovery-image] Aug 17 20:38:28.146 INFO O| Aug 17 20:38:28.146 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-17T20:38:28.861Z[ recovery-image] Aug 17 20:38:28.155 INFO O| Aug 17 20:38:28.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80412026-08-17T20:38:28.861Z[ recovery-image] Aug 17 20:38:28.155 INFO O| Aug 17 20:38:28.155 INFO STEP 926 (remove_files) COMPLETE
80422026-08-17T20:38:28.861Z[ recovery-image] Aug 17 20:38:28.155 INFO O| Aug 17 20:38:28.155 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-17T20:38:28.870Z[ recovery-image] Aug 17 20:38:28.164 INFO O| Aug 17 20:38:28.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80442026-08-17T20:38:28.870Z[ recovery-image] Aug 17 20:38:28.164 INFO O| Aug 17 20:38:28.164 INFO STEP 927 (remove_files) COMPLETE
80452026-08-17T20:38:28.870Z[ recovery-image] Aug 17 20:38:28.164 INFO O| Aug 17 20:38:28.164 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-17T20:38:28.879Z[ recovery-image] Aug 17 20:38:28.173 INFO O| Aug 17 20:38:28.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80472026-08-17T20:38:28.879Z[ recovery-image] Aug 17 20:38:28.173 INFO O| Aug 17 20:38:28.173 INFO STEP 928 (remove_files) COMPLETE
80482026-08-17T20:38:28.879Z[ recovery-image] Aug 17 20:38:28.173 INFO O| Aug 17 20:38:28.173 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-17T20:38:28.897Z[ recovery-image] Aug 17 20:38:28.191 INFO O| Aug 17 20:38:28.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80502026-08-17T20:38:28.897Z[ recovery-image] Aug 17 20:38:28.191 INFO O| Aug 17 20:38:28.191 INFO STEP 929 (remove_files) COMPLETE
80512026-08-17T20:38:28.897Z[ recovery-image] Aug 17 20:38:28.191 INFO O| Aug 17 20:38:28.191 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-17T20:38:28.907Z[ recovery-image] Aug 17 20:38:28.201 INFO O| Aug 17 20:38:28.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80532026-08-17T20:38:28.907Z[ recovery-image] Aug 17 20:38:28.201 INFO O| Aug 17 20:38:28.201 INFO STEP 930 (remove_files) COMPLETE
80542026-08-17T20:38:28.910Z[ recovery-image] Aug 17 20:38:28.201 INFO O| Aug 17 20:38:28.201 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-17T20:38:28.916Z[ recovery-image] Aug 17 20:38:28.210 INFO O| Aug 17 20:38:28.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80562026-08-17T20:38:28.919Z[ recovery-image] Aug 17 20:38:28.210 INFO O| Aug 17 20:38:28.210 INFO STEP 931 (remove_files) COMPLETE
80572026-08-17T20:38:28.919Z[ recovery-image] Aug 17 20:38:28.210 INFO O| Aug 17 20:38:28.210 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-17T20:38:28.926Z[ recovery-image] Aug 17 20:38:28.221 INFO O| Aug 17 20:38:28.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80592026-08-17T20:38:28.926Z[ recovery-image] Aug 17 20:38:28.221 INFO O| Aug 17 20:38:28.221 INFO STEP 932 (remove_files) COMPLETE
80602026-08-17T20:38:28.926Z[ recovery-image] Aug 17 20:38:28.221 INFO O| Aug 17 20:38:28.221 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-17T20:38:28.937Z[ recovery-image] Aug 17 20:38:28.231 INFO O| Aug 17 20:38:28.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80622026-08-17T20:38:28.937Z[ recovery-image] Aug 17 20:38:28.231 INFO O| Aug 17 20:38:28.231 INFO STEP 933 (remove_files) COMPLETE
80632026-08-17T20:38:28.937Z[ recovery-image] Aug 17 20:38:28.231 INFO O| Aug 17 20:38:28.231 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-17T20:38:28.948Z[ recovery-image] Aug 17 20:38:28.242 INFO O| Aug 17 20:38:28.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80652026-08-17T20:38:28.948Z[ recovery-image] Aug 17 20:38:28.242 INFO O| Aug 17 20:38:28.242 INFO STEP 934 (remove_files) COMPLETE
80662026-08-17T20:38:28.948Z[ recovery-image] Aug 17 20:38:28.242 INFO O| Aug 17 20:38:28.242 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-17T20:38:28.959Z[ recovery-image] Aug 17 20:38:28.253 INFO O| Aug 17 20:38:28.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80682026-08-17T20:38:28.962Z[ recovery-image] Aug 17 20:38:28.254 INFO O| Aug 17 20:38:28.254 INFO STEP 935 (remove_files) COMPLETE
80692026-08-17T20:38:28.962Z[ recovery-image] Aug 17 20:38:28.254 INFO O| Aug 17 20:38:28.254 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-17T20:38:28.970Z[ recovery-image] Aug 17 20:38:28.265 INFO O| Aug 17 20:38:28.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80712026-08-17T20:38:28.971Z[ recovery-image] Aug 17 20:38:28.265 INFO O| Aug 17 20:38:28.265 INFO STEP 936 (remove_files) COMPLETE
80722026-08-17T20:38:28.974Z[ recovery-image] Aug 17 20:38:28.265 INFO O| Aug 17 20:38:28.265 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-17T20:38:28.980Z[ recovery-image] Aug 17 20:38:28.275 INFO O| Aug 17 20:38:28.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80742026-08-17T20:38:28.980Z[ recovery-image] Aug 17 20:38:28.275 INFO O| Aug 17 20:38:28.275 INFO STEP 937 (remove_files) COMPLETE
80752026-08-17T20:38:28.983Z[ recovery-image] Aug 17 20:38:28.275 INFO O| Aug 17 20:38:28.275 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-17T20:38:28.991Z[ recovery-image] Aug 17 20:38:28.285 INFO O| Aug 17 20:38:28.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80772026-08-17T20:38:28.994Z[ recovery-image] Aug 17 20:38:28.285 INFO O| Aug 17 20:38:28.285 INFO STEP 938 (remove_files) COMPLETE
80782026-08-17T20:38:28.994Z[ recovery-image] Aug 17 20:38:28.285 INFO O| Aug 17 20:38:28.285 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-17T20:38:29.000Z[ recovery-image] Aug 17 20:38:28.294 INFO O| Aug 17 20:38:28.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80802026-08-17T20:38:29.000Z[ recovery-image] Aug 17 20:38:28.294 INFO O| Aug 17 20:38:28.294 INFO STEP 939 (remove_files) COMPLETE
80812026-08-17T20:38:29.004Z[ recovery-image] Aug 17 20:38:28.294 INFO O| Aug 17 20:38:28.294 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-17T20:38:29.009Z[ recovery-image] Aug 17 20:38:28.303 INFO O| Aug 17 20:38:28.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80832026-08-17T20:38:29.012Z[ recovery-image] Aug 17 20:38:28.304 INFO O| Aug 17 20:38:28.304 INFO STEP 940 (remove_files) COMPLETE
80842026-08-17T20:38:29.012Z[ recovery-image] Aug 17 20:38:28.304 INFO O| Aug 17 20:38:28.304 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-17T20:38:29.020Z[ recovery-image] Aug 17 20:38:28.315 INFO O| Aug 17 20:38:28.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80862026-08-17T20:38:29.024Z[ recovery-image] Aug 17 20:38:28.316 INFO O| Aug 17 20:38:28.316 INFO STEP 941 (remove_files) COMPLETE
80872026-08-17T20:38:29.024Z[ recovery-image] Aug 17 20:38:28.316 INFO O| Aug 17 20:38:28.316 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-17T20:38:29.032Z[ recovery-image] Aug 17 20:38:28.326 INFO O| Aug 17 20:38:28.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80892026-08-17T20:38:29.032Z[ recovery-image] Aug 17 20:38:28.326 INFO O| Aug 17 20:38:28.326 INFO STEP 942 (remove_files) COMPLETE
80902026-08-17T20:38:29.032Z[ recovery-image] Aug 17 20:38:28.326 INFO O| Aug 17 20:38:28.326 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-17T20:38:29.042Z[ recovery-image] Aug 17 20:38:28.336 INFO O| Aug 17 20:38:28.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
80922026-08-17T20:38:29.042Z[ recovery-image] Aug 17 20:38:28.336 INFO O| Aug 17 20:38:28.336 INFO STEP 943 (remove_files) COMPLETE
80932026-08-17T20:38:29.042Z[ recovery-image] Aug 17 20:38:28.336 INFO O| Aug 17 20:38:28.336 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-17T20:38:29.052Z[ recovery-image] Aug 17 20:38:28.346 INFO O| Aug 17 20:38:28.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
80952026-08-17T20:38:29.055Z[ recovery-image] Aug 17 20:38:28.346 INFO O| Aug 17 20:38:28.346 INFO STEP 944 (remove_files) COMPLETE
80962026-08-17T20:38:29.055Z[ recovery-image] Aug 17 20:38:28.346 INFO O| Aug 17 20:38:28.346 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-17T20:38:29.063Z[ recovery-image] Aug 17 20:38:28.357 INFO O| Aug 17 20:38:28.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
80982026-08-17T20:38:29.063Z[ recovery-image] Aug 17 20:38:28.357 INFO O| Aug 17 20:38:28.357 INFO STEP 945 (remove_files) COMPLETE
80992026-08-17T20:38:29.063Z[ recovery-image] Aug 17 20:38:28.357 INFO O| Aug 17 20:38:28.357 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-17T20:38:29.068Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
81012026-08-17T20:38:29.073Z[ recovery-image] Aug 17 20:38:28.367 INFO O| Aug 17 20:38:28.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81022026-08-17T20:38:29.073Z[ recovery-image] Aug 17 20:38:28.367 INFO O| Aug 17 20:38:28.367 INFO STEP 946 (remove_files) COMPLETE
81032026-08-17T20:38:29.073Z[ recovery-image] Aug 17 20:38:28.367 INFO O| Aug 17 20:38:28.367 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-17T20:38:29.084Z[ recovery-image] Aug 17 20:38:28.378 INFO O| Aug 17 20:38:28.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81052026-08-17T20:38:29.084Z[ recovery-image] Aug 17 20:38:28.378 INFO O| Aug 17 20:38:28.378 INFO STEP 947 (remove_files) COMPLETE
81062026-08-17T20:38:29.084Z[ recovery-image] Aug 17 20:38:28.378 INFO O| Aug 17 20:38:28.378 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-17T20:38:29.094Z[ recovery-image] Aug 17 20:38:28.389 INFO O| Aug 17 20:38:28.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81082026-08-17T20:38:29.095Z[ recovery-image] Aug 17 20:38:28.389 INFO O| Aug 17 20:38:28.389 INFO STEP 948 (remove_files) COMPLETE
81092026-08-17T20:38:29.097Z[ recovery-image] Aug 17 20:38:28.389 INFO O| Aug 17 20:38:28.389 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-17T20:38:29.106Z[ recovery-image] Aug 17 20:38:28.400 INFO O| Aug 17 20:38:28.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81112026-08-17T20:38:29.106Z[ recovery-image] Aug 17 20:38:28.400 INFO O| Aug 17 20:38:28.400 INFO STEP 949 (remove_files) COMPLETE
81122026-08-17T20:38:29.106Z[ recovery-image] Aug 17 20:38:28.401 INFO O| Aug 17 20:38:28.400 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-17T20:38:29.118Z[ recovery-image] Aug 17 20:38:28.412 INFO O| Aug 17 20:38:28.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81142026-08-17T20:38:29.118Z[ recovery-image] Aug 17 20:38:28.412 INFO O| Aug 17 20:38:28.412 INFO STEP 950 (remove_files) COMPLETE
81152026-08-17T20:38:29.118Z[ recovery-image] Aug 17 20:38:28.412 INFO O| Aug 17 20:38:28.412 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-17T20:38:29.130Z[ recovery-image] Aug 17 20:38:28.424 INFO O| Aug 17 20:38:28.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81172026-08-17T20:38:29.130Z[ recovery-image] Aug 17 20:38:28.424 INFO O| Aug 17 20:38:28.424 INFO STEP 951 (remove_files) COMPLETE
81182026-08-17T20:38:29.130Z[ recovery-image] Aug 17 20:38:28.424 INFO O| Aug 17 20:38:28.424 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-17T20:38:29.141Z[ recovery-image] Aug 17 20:38:28.435 INFO O| Aug 17 20:38:28.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81202026-08-17T20:38:29.141Z[ recovery-image] Aug 17 20:38:28.435 INFO O| Aug 17 20:38:28.435 INFO STEP 952 (remove_files) COMPLETE
81212026-08-17T20:38:29.144Z[ recovery-image] Aug 17 20:38:28.435 INFO O| Aug 17 20:38:28.435 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-17T20:38:29.151Z[ recovery-image] Aug 17 20:38:28.446 INFO O| Aug 17 20:38:28.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81232026-08-17T20:38:29.151Z[ recovery-image] Aug 17 20:38:28.446 INFO O| Aug 17 20:38:28.446 INFO STEP 953 (remove_files) COMPLETE
81242026-08-17T20:38:29.159Z[ recovery-image] Aug 17 20:38:28.446 INFO O| Aug 17 20:38:28.446 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-17T20:38:29.159Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
81262026-08-17T20:38:29.162Z[ recovery-image] Aug 17 20:38:28.454 INFO O| Aug 17 20:38:28.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81272026-08-17T20:38:29.162Z[ recovery-image] Aug 17 20:38:28.455 INFO O| Aug 17 20:38:28.454 INFO STEP 954 (remove_files) COMPLETE
81282026-08-17T20:38:29.162Z[ recovery-image] Aug 17 20:38:28.455 INFO O| Aug 17 20:38:28.455 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-17T20:38:29.169Z[ recovery-image] Aug 17 20:38:28.464 INFO O| Aug 17 20:38:28.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81302026-08-17T20:38:29.169Z[ recovery-image] Aug 17 20:38:28.464 INFO O| Aug 17 20:38:28.464 INFO STEP 955 (remove_files) COMPLETE
81312026-08-17T20:38:29.169Z[ recovery-image] Aug 17 20:38:28.464 INFO O| Aug 17 20:38:28.464 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-17T20:38:29.179Z[ recovery-image] Aug 17 20:38:28.473 INFO O| Aug 17 20:38:28.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81332026-08-17T20:38:29.179Z[ recovery-image] Aug 17 20:38:28.473 INFO O| Aug 17 20:38:28.473 INFO STEP 956 (remove_files) COMPLETE
81342026-08-17T20:38:29.179Z[ recovery-image] Aug 17 20:38:28.473 INFO O| Aug 17 20:38:28.473 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-17T20:38:29.188Z[ recovery-image] Aug 17 20:38:28.482 INFO O| Aug 17 20:38:28.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81362026-08-17T20:38:29.188Z[ recovery-image] Aug 17 20:38:28.483 INFO O| Aug 17 20:38:28.483 INFO STEP 957 (remove_files) COMPLETE
81372026-08-17T20:38:29.188Z[ recovery-image] Aug 17 20:38:28.483 INFO O| Aug 17 20:38:28.483 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-17T20:38:29.198Z[ recovery-image] Aug 17 20:38:28.492 INFO O| Aug 17 20:38:28.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81392026-08-17T20:38:29.198Z[ recovery-image] Aug 17 20:38:28.492 INFO O| Aug 17 20:38:28.492 INFO STEP 958 (remove_files) COMPLETE
81402026-08-17T20:38:29.198Z[ recovery-image] Aug 17 20:38:28.492 INFO O| Aug 17 20:38:28.492 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-17T20:38:29.208Z[ recovery-image] Aug 17 20:38:28.502 INFO O| Aug 17 20:38:28.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81422026-08-17T20:38:29.208Z[ recovery-image] Aug 17 20:38:28.502 INFO O| Aug 17 20:38:28.502 INFO STEP 959 (remove_files) COMPLETE
81432026-08-17T20:38:29.208Z[ recovery-image] Aug 17 20:38:28.502 INFO O| Aug 17 20:38:28.502 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-17T20:38:29.217Z[ recovery-image] Aug 17 20:38:28.511 INFO O| Aug 17 20:38:28.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81452026-08-17T20:38:29.217Z[ recovery-image] Aug 17 20:38:28.511 INFO O| Aug 17 20:38:28.511 INFO STEP 960 (remove_files) COMPLETE
81462026-08-17T20:38:29.217Z[ recovery-image] Aug 17 20:38:28.511 INFO O| Aug 17 20:38:28.511 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-17T20:38:29.226Z[ recovery-image] Aug 17 20:38:28.520 INFO O| Aug 17 20:38:28.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81482026-08-17T20:38:29.226Z[ recovery-image] Aug 17 20:38:28.520 INFO O| Aug 17 20:38:28.520 INFO STEP 961 (remove_files) COMPLETE
81492026-08-17T20:38:29.229Z[ recovery-image] Aug 17 20:38:28.520 INFO O| Aug 17 20:38:28.520 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-17T20:38:29.235Z[ recovery-image] Aug 17 20:38:28.529 INFO O| Aug 17 20:38:28.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81512026-08-17T20:38:29.235Z[ recovery-image] Aug 17 20:38:28.529 INFO O| Aug 17 20:38:28.529 INFO STEP 962 (remove_files) COMPLETE
81522026-08-17T20:38:29.238Z[ recovery-image] Aug 17 20:38:28.529 INFO O| Aug 17 20:38:28.529 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-17T20:38:29.244Z[ recovery-image] Aug 17 20:38:28.538 INFO O| Aug 17 20:38:28.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81542026-08-17T20:38:29.244Z[ recovery-image] Aug 17 20:38:28.538 INFO O| Aug 17 20:38:28.538 INFO STEP 963 (remove_files) COMPLETE
81552026-08-17T20:38:29.244Z[ recovery-image] Aug 17 20:38:28.538 INFO O| Aug 17 20:38:28.538 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-17T20:38:29.253Z[ recovery-image] Aug 17 20:38:28.548 INFO O| Aug 17 20:38:28.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81572026-08-17T20:38:29.254Z[ recovery-image] Aug 17 20:38:28.548 INFO O| Aug 17 20:38:28.548 INFO STEP 964 (remove_files) COMPLETE
81582026-08-17T20:38:29.254Z[ recovery-image] Aug 17 20:38:28.548 INFO O| Aug 17 20:38:28.548 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-17T20:38:29.263Z[ recovery-image] Aug 17 20:38:28.557 INFO O| Aug 17 20:38:28.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81602026-08-17T20:38:29.263Z[ recovery-image] Aug 17 20:38:28.557 INFO O| Aug 17 20:38:28.557 INFO STEP 965 (remove_files) COMPLETE
81612026-08-17T20:38:29.263Z[ recovery-image] Aug 17 20:38:28.557 INFO O| Aug 17 20:38:28.557 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-17T20:38:29.272Z[ recovery-image] Aug 17 20:38:28.566 INFO O| Aug 17 20:38:28.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81632026-08-17T20:38:29.272Z[ recovery-image] Aug 17 20:38:28.566 INFO O| Aug 17 20:38:28.566 INFO STEP 966 (remove_files) COMPLETE
81642026-08-17T20:38:29.272Z[ recovery-image] Aug 17 20:38:28.566 INFO O| Aug 17 20:38:28.566 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-17T20:38:29.281Z[ recovery-image] Aug 17 20:38:28.575 INFO O| Aug 17 20:38:28.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81662026-08-17T20:38:29.281Z[ recovery-image] Aug 17 20:38:28.575 INFO O| Aug 17 20:38:28.575 INFO STEP 967 (remove_files) COMPLETE
81672026-08-17T20:38:29.281Z[ recovery-image] Aug 17 20:38:28.575 INFO O| Aug 17 20:38:28.575 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-17T20:38:29.289Z[ recovery-image] Aug 17 20:38:28.584 INFO O| Aug 17 20:38:28.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81692026-08-17T20:38:29.289Z[ recovery-image] Aug 17 20:38:28.584 INFO O| Aug 17 20:38:28.584 INFO STEP 968 (remove_files) COMPLETE
81702026-08-17T20:38:29.292Z[ recovery-image] Aug 17 20:38:28.584 INFO O| Aug 17 20:38:28.584 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-17T20:38:29.299Z[ recovery-image] Aug 17 20:38:28.593 INFO O| Aug 17 20:38:28.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81722026-08-17T20:38:29.299Z[ recovery-image] Aug 17 20:38:28.593 INFO O| Aug 17 20:38:28.593 INFO STEP 969 (remove_files) COMPLETE
81732026-08-17T20:38:29.302Z[ recovery-image] Aug 17 20:38:28.593 INFO O| Aug 17 20:38:28.593 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-17T20:38:29.308Z[ recovery-image] Aug 17 20:38:28.602 INFO O| Aug 17 20:38:28.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81752026-08-17T20:38:29.308Z[ recovery-image] Aug 17 20:38:28.602 INFO O| Aug 17 20:38:28.602 INFO STEP 970 (remove_files) COMPLETE
81762026-08-17T20:38:29.311Z[ recovery-image] Aug 17 20:38:28.602 INFO O| Aug 17 20:38:28.602 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-17T20:38:29.318Z[ recovery-image] Aug 17 20:38:28.612 INFO O| Aug 17 20:38:28.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81782026-08-17T20:38:29.318Z[ recovery-image] Aug 17 20:38:28.612 INFO O| Aug 17 20:38:28.612 INFO STEP 971 (remove_files) COMPLETE
81792026-08-17T20:38:29.321Z[ recovery-image] Aug 17 20:38:28.612 INFO O| Aug 17 20:38:28.612 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-17T20:38:29.327Z[ recovery-image] Aug 17 20:38:28.621 INFO O| Aug 17 20:38:28.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81812026-08-17T20:38:29.327Z[ recovery-image] Aug 17 20:38:28.622 INFO O| Aug 17 20:38:28.622 INFO STEP 972 (remove_files) COMPLETE
81822026-08-17T20:38:29.330Z[ recovery-image] Aug 17 20:38:28.622 INFO O| Aug 17 20:38:28.622 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-17T20:38:29.340Z[ recovery-image] Aug 17 20:38:28.634 INFO O| Aug 17 20:38:28.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81842026-08-17T20:38:29.340Z[ recovery-image] Aug 17 20:38:28.634 INFO O| Aug 17 20:38:28.634 INFO STEP 973 (remove_files) COMPLETE
81852026-08-17T20:38:29.340Z[ recovery-image] Aug 17 20:38:28.634 INFO O| Aug 17 20:38:28.634 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-17T20:38:29.349Z[ recovery-image] Aug 17 20:38:28.643 INFO O| Aug 17 20:38:28.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81872026-08-17T20:38:29.352Z[ recovery-image] Aug 17 20:38:28.644 INFO O| Aug 17 20:38:28.644 INFO STEP 974 (remove_files) COMPLETE
81882026-08-17T20:38:29.352Z[ recovery-image] Aug 17 20:38:28.644 INFO O| Aug 17 20:38:28.644 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-17T20:38:29.361Z[ recovery-image] Aug 17 20:38:28.655 INFO O| Aug 17 20:38:28.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81902026-08-17T20:38:29.361Z[ recovery-image] Aug 17 20:38:28.655 INFO O| Aug 17 20:38:28.655 INFO STEP 975 (remove_files) COMPLETE
81912026-08-17T20:38:29.361Z[ recovery-image] Aug 17 20:38:28.655 INFO O| Aug 17 20:38:28.655 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-17T20:38:29.375Z[ recovery-image] Aug 17 20:38:28.669 INFO O| Aug 17 20:38:28.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81932026-08-17T20:38:29.375Z[ recovery-image] Aug 17 20:38:28.669 INFO O| Aug 17 20:38:28.669 INFO STEP 976 (remove_files) COMPLETE
81942026-08-17T20:38:29.375Z[ recovery-image] Aug 17 20:38:28.669 INFO O| Aug 17 20:38:28.669 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-17T20:38:29.386Z[ recovery-image] Aug 17 20:38:28.680 INFO O| Aug 17 20:38:28.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
81962026-08-17T20:38:29.386Z[ recovery-image] Aug 17 20:38:28.680 INFO O| Aug 17 20:38:28.680 INFO STEP 977 (remove_files) COMPLETE
81972026-08-17T20:38:29.386Z[ recovery-image] Aug 17 20:38:28.680 INFO O| Aug 17 20:38:28.680 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-17T20:38:29.395Z[ recovery-image] Aug 17 20:38:28.690 INFO O| Aug 17 20:38:28.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
81992026-08-17T20:38:29.398Z[ recovery-image] Aug 17 20:38:28.690 INFO O| Aug 17 20:38:28.690 INFO STEP 978 (remove_files) COMPLETE
82002026-08-17T20:38:29.399Z[ recovery-image] Aug 17 20:38:28.690 INFO O| Aug 17 20:38:28.690 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-17T20:38:29.404Z[ recovery-image] Aug 17 20:38:28.699 INFO O| Aug 17 20:38:28.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82022026-08-17T20:38:29.404Z[ recovery-image] Aug 17 20:38:28.699 INFO O| Aug 17 20:38:28.699 INFO STEP 979 (remove_files) COMPLETE
82032026-08-17T20:38:29.408Z[ recovery-image] Aug 17 20:38:28.699 INFO O| Aug 17 20:38:28.699 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-17T20:38:29.413Z[ recovery-image] Aug 17 20:38:28.708 INFO O| Aug 17 20:38:28.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82052026-08-17T20:38:29.413Z[ recovery-image] Aug 17 20:38:28.708 INFO O| Aug 17 20:38:28.708 INFO STEP 980 (remove_files) COMPLETE
82062026-08-17T20:38:29.413Z[ recovery-image] Aug 17 20:38:28.708 INFO O| Aug 17 20:38:28.708 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-17T20:38:29.425Z[ recovery-image] Aug 17 20:38:28.719 INFO O| Aug 17 20:38:28.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82082026-08-17T20:38:29.425Z[ recovery-image] Aug 17 20:38:28.719 INFO O| Aug 17 20:38:28.719 INFO STEP 981 (remove_files) COMPLETE
82092026-08-17T20:38:29.429Z[ recovery-image] Aug 17 20:38:28.719 INFO O| Aug 17 20:38:28.719 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-17T20:38:29.435Z[ recovery-image] Aug 17 20:38:28.729 INFO O| Aug 17 20:38:28.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82112026-08-17T20:38:29.435Z[ recovery-image] Aug 17 20:38:28.729 INFO O| Aug 17 20:38:28.729 INFO STEP 982 (remove_files) COMPLETE
82122026-08-17T20:38:29.439Z[ recovery-image] Aug 17 20:38:28.729 INFO O| Aug 17 20:38:28.729 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-17T20:38:29.444Z[ recovery-image] Aug 17 20:38:28.739 INFO O| Aug 17 20:38:28.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82142026-08-17T20:38:29.444Z[ recovery-image] Aug 17 20:38:28.739 INFO O| Aug 17 20:38:28.739 INFO STEP 983 (remove_files) COMPLETE
82152026-08-17T20:38:29.444Z[ recovery-image] Aug 17 20:38:28.739 INFO O| Aug 17 20:38:28.739 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-17T20:38:29.454Z[ recovery-image] Aug 17 20:38:28.748 INFO O| Aug 17 20:38:28.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82172026-08-17T20:38:29.454Z[ recovery-image] Aug 17 20:38:28.748 INFO O| Aug 17 20:38:28.748 INFO STEP 984 (remove_files) COMPLETE
82182026-08-17T20:38:29.457Z[ recovery-image] Aug 17 20:38:28.748 INFO O| Aug 17 20:38:28.748 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-17T20:38:29.457Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
82202026-08-17T20:38:29.462Z[ recovery-image] Aug 17 20:38:28.757 INFO O| Aug 17 20:38:28.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82212026-08-17T20:38:29.462Z[ recovery-image] Aug 17 20:38:28.757 INFO O| Aug 17 20:38:28.757 INFO STEP 985 (remove_files) COMPLETE
82222026-08-17T20:38:29.465Z[ recovery-image] Aug 17 20:38:28.757 INFO O| Aug 17 20:38:28.757 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-17T20:38:29.472Z[ recovery-image] Aug 17 20:38:28.766 INFO O| Aug 17 20:38:28.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82242026-08-17T20:38:29.472Z[ recovery-image] Aug 17 20:38:28.766 INFO O| Aug 17 20:38:28.766 INFO STEP 986 (remove_files) COMPLETE
82252026-08-17T20:38:29.472Z[ recovery-image] Aug 17 20:38:28.766 INFO O| Aug 17 20:38:28.766 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-17T20:38:29.481Z[ recovery-image] Aug 17 20:38:28.775 INFO O| Aug 17 20:38:28.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82272026-08-17T20:38:29.481Z[ recovery-image] Aug 17 20:38:28.775 INFO O| Aug 17 20:38:28.775 INFO STEP 987 (remove_files) COMPLETE
82282026-08-17T20:38:29.481Z[ recovery-image] Aug 17 20:38:28.775 INFO O| Aug 17 20:38:28.775 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-17T20:38:29.490Z[ recovery-image] Aug 17 20:38:28.784 INFO O| Aug 17 20:38:28.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82302026-08-17T20:38:29.490Z[ recovery-image] Aug 17 20:38:28.784 INFO O| Aug 17 20:38:28.784 INFO STEP 988 (remove_files) COMPLETE
82312026-08-17T20:38:29.496Z[ recovery-image] Aug 17 20:38:28.784 INFO O| Aug 17 20:38:28.784 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-17T20:38:29.499Z[ recovery-image] Aug 17 20:38:28.794 INFO O| Aug 17 20:38:28.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82332026-08-17T20:38:29.499Z[ recovery-image] Aug 17 20:38:28.794 INFO O| Aug 17 20:38:28.794 INFO STEP 989 (remove_files) COMPLETE
82342026-08-17T20:38:29.500Z[ recovery-image] Aug 17 20:38:28.794 INFO O| Aug 17 20:38:28.794 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-17T20:38:29.513Z[ recovery-image] Aug 17 20:38:28.806 INFO O| Aug 17 20:38:28.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82362026-08-17T20:38:29.513Z[ recovery-image] Aug 17 20:38:28.807 INFO O| Aug 17 20:38:28.806 INFO STEP 990 (remove_files) COMPLETE
82372026-08-17T20:38:29.513Z[ recovery-image] Aug 17 20:38:28.807 INFO O| Aug 17 20:38:28.807 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-17T20:38:29.525Z[ recovery-image] Aug 17 20:38:28.819 INFO O| Aug 17 20:38:28.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82392026-08-17T20:38:29.525Z[ recovery-image] Aug 17 20:38:28.819 INFO O| Aug 17 20:38:28.819 INFO STEP 991 (remove_files) COMPLETE
82402026-08-17T20:38:29.528Z[ recovery-image] Aug 17 20:38:28.819 INFO O| Aug 17 20:38:28.819 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-17T20:38:29.537Z[ recovery-image] Aug 17 20:38:28.831 INFO O| Aug 17 20:38:28.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82422026-08-17T20:38:29.537Z[ recovery-image] Aug 17 20:38:28.831 INFO O| Aug 17 20:38:28.831 INFO STEP 992 (remove_files) COMPLETE
82432026-08-17T20:38:29.537Z[ recovery-image] Aug 17 20:38:28.831 INFO O| Aug 17 20:38:28.831 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-17T20:38:29.548Z[ recovery-image] Aug 17 20:38:28.842 INFO O| Aug 17 20:38:28.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82452026-08-17T20:38:29.548Z[ recovery-image] Aug 17 20:38:28.843 INFO O| Aug 17 20:38:28.842 INFO STEP 993 (remove_files) COMPLETE
82462026-08-17T20:38:29.551Z[ recovery-image] Aug 17 20:38:28.843 INFO O| Aug 17 20:38:28.842 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-17T20:38:29.599Z[ recovery-image] Aug 17 20:38:28.893 INFO O| Aug 17 20:38:28.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82482026-08-17T20:38:29.599Z[ recovery-image] Aug 17 20:38:28.893 INFO O| Aug 17 20:38:28.893 INFO STEP 994 (remove_files) COMPLETE
82492026-08-17T20:38:29.599Z[ recovery-image] Aug 17 20:38:28.893 INFO O| Aug 17 20:38:28.893 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-17T20:38:29.610Z[ recovery-image] Aug 17 20:38:28.904 INFO O| Aug 17 20:38:28.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82512026-08-17T20:38:29.610Z[ recovery-image] Aug 17 20:38:28.904 INFO O| Aug 17 20:38:28.904 INFO STEP 995 (remove_files) COMPLETE
82522026-08-17T20:38:29.610Z[ recovery-image] Aug 17 20:38:28.904 INFO O| Aug 17 20:38:28.904 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-17T20:38:29.619Z[ recovery-image] Aug 17 20:38:28.914 INFO O| Aug 17 20:38:28.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82542026-08-17T20:38:29.619Z[ recovery-image] Aug 17 20:38:28.914 INFO O| Aug 17 20:38:28.914 INFO STEP 996 (remove_files) COMPLETE
82552026-08-17T20:38:29.619Z[ recovery-image] Aug 17 20:38:28.914 INFO O| Aug 17 20:38:28.914 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-17T20:38:29.629Z[ recovery-image] Aug 17 20:38:28.923 INFO O| Aug 17 20:38:28.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82572026-08-17T20:38:29.651Z[ recovery-image] Aug 17 20:38:28.945 INFO O| Aug 17 20:38:28.945 INFO STEP 997 (remove_files) COMPLETE
82582026-08-17T20:38:29.651Z[ recovery-image] Aug 17 20:38:28.945 INFO O| Aug 17 20:38:28.945 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-17T20:38:29.662Z[ recovery-image] Aug 17 20:38:28.957 INFO O| Aug 17 20:38:28.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82602026-08-17T20:38:29.662Z[ recovery-image] Aug 17 20:38:28.957 INFO O| Aug 17 20:38:28.957 INFO STEP 998 (remove_files) COMPLETE
82612026-08-17T20:38:29.662Z[ recovery-image] Aug 17 20:38:28.957 INFO O| Aug 17 20:38:28.957 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-17T20:38:29.677Z[ recovery-image] Aug 17 20:38:28.971 INFO O| Aug 17 20:38:28.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82632026-08-17T20:38:29.677Z[ recovery-image] Aug 17 20:38:28.971 INFO O| Aug 17 20:38:28.971 INFO STEP 999 (remove_files) COMPLETE
82642026-08-17T20:38:29.677Z[ recovery-image] Aug 17 20:38:28.971 INFO O| Aug 17 20:38:28.971 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-17T20:38:29.687Z[ recovery-image] Aug 17 20:38:28.981 INFO O| Aug 17 20:38:28.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82662026-08-17T20:38:29.687Z[ recovery-image] Aug 17 20:38:28.981 INFO O| Aug 17 20:38:28.981 INFO STEP 1000 (remove_files) COMPLETE
82672026-08-17T20:38:29.687Z[ recovery-image] Aug 17 20:38:28.981 INFO O| Aug 17 20:38:28.981 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-17T20:38:29.743Z[ recovery-image] Aug 17 20:38:29.037 INFO O| Aug 17 20:38:29.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82692026-08-17T20:38:29.743Z[ recovery-image] Aug 17 20:38:29.037 INFO O| Aug 17 20:38:29.037 INFO STEP 1001 (remove_files) COMPLETE
82702026-08-17T20:38:29.743Z[ recovery-image] Aug 17 20:38:29.037 INFO O| Aug 17 20:38:29.037 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-17T20:38:29.761Z[ recovery-image] Aug 17 20:38:29.055 INFO O| Aug 17 20:38:29.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82722026-08-17T20:38:29.761Z[ recovery-image] Aug 17 20:38:29.055 INFO O| Aug 17 20:38:29.055 INFO STEP 1002 (remove_files) COMPLETE
82732026-08-17T20:38:29.761Z[ recovery-image] Aug 17 20:38:29.055 INFO O| Aug 17 20:38:29.055 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-17T20:38:29.770Z[ recovery-image] Aug 17 20:38:29.065 INFO O| Aug 17 20:38:29.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82752026-08-17T20:38:29.770Z[ recovery-image] Aug 17 20:38:29.065 INFO O| Aug 17 20:38:29.065 INFO STEP 1003 (remove_files) COMPLETE
82762026-08-17T20:38:29.771Z[ recovery-image] Aug 17 20:38:29.065 INFO O| Aug 17 20:38:29.065 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-17T20:38:29.780Z[ recovery-image] Aug 17 20:38:29.074 INFO O| Aug 17 20:38:29.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82782026-08-17T20:38:29.780Z[ recovery-image] Aug 17 20:38:29.074 INFO O| Aug 17 20:38:29.074 INFO STEP 1004 (remove_files) COMPLETE
82792026-08-17T20:38:29.784Z[ recovery-image] Aug 17 20:38:29.074 INFO O| Aug 17 20:38:29.074 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-17T20:38:29.787Z[verify-libraries] Compiling socket2 v0.5.10
82812026-08-17T20:38:29.790Z[ recovery-image] Aug 17 20:38:29.084 INFO O| Aug 17 20:38:29.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82822026-08-17T20:38:29.790Z[ recovery-image] Aug 17 20:38:29.084 INFO O| Aug 17 20:38:29.084 INFO STEP 1005 (remove_files) COMPLETE
82832026-08-17T20:38:29.794Z[ recovery-image] Aug 17 20:38:29.084 INFO O| Aug 17 20:38:29.084 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-17T20:38:29.811Z[ recovery-image] Aug 17 20:38:29.106 INFO O| Aug 17 20:38:29.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82852026-08-17T20:38:29.812Z[ recovery-image] Aug 17 20:38:29.106 INFO O| Aug 17 20:38:29.106 INFO STEP 1006 (remove_files) COMPLETE
82862026-08-17T20:38:29.812Z[ recovery-image] Aug 17 20:38:29.106 INFO O| Aug 17 20:38:29.106 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-17T20:38:29.829Z[verify-libraries] Compiling fs-err v2.11.0
82882026-08-17T20:38:29.829Z[ recovery-image] Aug 17 20:38:29.118 INFO O| Aug 17 20:38:29.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82892026-08-17T20:38:29.829Z[ recovery-image] Aug 17 20:38:29.118 INFO O| Aug 17 20:38:29.118 INFO STEP 1007 (remove_files) COMPLETE
82902026-08-17T20:38:29.829Z[ recovery-image] Aug 17 20:38:29.118 INFO O| Aug 17 20:38:29.118 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-08-17T20:38:29.835Z[ recovery-image] Aug 17 20:38:29.130 INFO O| Aug 17 20:38:29.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82922026-08-17T20:38:29.835Z[ recovery-image] Aug 17 20:38:29.130 INFO O| Aug 17 20:38:29.130 INFO STEP 1008 (remove_files) COMPLETE
82932026-08-17T20:38:29.835Z[ recovery-image] Aug 17 20:38:29.130 INFO O| Aug 17 20:38:29.130 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-08-17T20:38:29.847Z[ recovery-image] Aug 17 20:38:29.141 INFO O| Aug 17 20:38:29.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82952026-08-17T20:38:29.847Z[ recovery-image] Aug 17 20:38:29.141 INFO O| Aug 17 20:38:29.141 INFO STEP 1009 (remove_files) COMPLETE
82962026-08-17T20:38:29.847Z[ recovery-image] Aug 17 20:38:29.141 INFO O| Aug 17 20:38:29.141 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-08-17T20:38:29.857Z[ recovery-image] Aug 17 20:38:29.151 INFO O| Aug 17 20:38:29.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
82982026-08-17T20:38:29.857Z[ recovery-image] Aug 17 20:38:29.151 INFO O| Aug 17 20:38:29.151 INFO STEP 1010 (remove_files) COMPLETE
82992026-08-17T20:38:29.857Z[ recovery-image] Aug 17 20:38:29.151 INFO O| Aug 17 20:38:29.151 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-08-17T20:38:29.866Z[ recovery-image] Aug 17 20:38:29.160 INFO O| Aug 17 20:38:29.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83012026-08-17T20:38:29.866Z[ recovery-image] Aug 17 20:38:29.160 INFO O| Aug 17 20:38:29.160 INFO STEP 1011 (remove_files) COMPLETE
83022026-08-17T20:38:29.869Z[ recovery-image] Aug 17 20:38:29.160 INFO O| Aug 17 20:38:29.160 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-08-17T20:38:29.877Z[ recovery-image] Aug 17 20:38:29.171 INFO O| Aug 17 20:38:29.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83042026-08-17T20:38:29.877Z[ recovery-image] Aug 17 20:38:29.172 INFO O| Aug 17 20:38:29.172 INFO STEP 1012 (remove_files) COMPLETE
83052026-08-17T20:38:29.881Z[ recovery-image] Aug 17 20:38:29.172 INFO O| Aug 17 20:38:29.172 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-08-17T20:38:29.888Z[ recovery-image] Aug 17 20:38:29.182 INFO O| Aug 17 20:38:29.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83072026-08-17T20:38:29.888Z[ recovery-image] Aug 17 20:38:29.182 INFO O| Aug 17 20:38:29.182 INFO STEP 1013 (remove_files) COMPLETE
83082026-08-17T20:38:29.888Z[ recovery-image] Aug 17 20:38:29.182 INFO O| Aug 17 20:38:29.182 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-08-17T20:38:29.898Z[ recovery-image] Aug 17 20:38:29.192 INFO O| Aug 17 20:38:29.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83102026-08-17T20:38:29.898Z[ recovery-image] Aug 17 20:38:29.192 INFO O| Aug 17 20:38:29.192 INFO STEP 1014 (remove_files) COMPLETE
83112026-08-17T20:38:29.901Z[ recovery-image] Aug 17 20:38:29.192 INFO O| Aug 17 20:38:29.192 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-08-17T20:38:29.907Z[ recovery-image] Aug 17 20:38:29.201 INFO O| Aug 17 20:38:29.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83132026-08-17T20:38:29.907Z[ recovery-image] Aug 17 20:38:29.201 INFO O| Aug 17 20:38:29.201 INFO STEP 1015 (remove_files) COMPLETE
83142026-08-17T20:38:29.907Z[ recovery-image] Aug 17 20:38:29.201 INFO O| Aug 17 20:38:29.201 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-08-17T20:38:29.917Z[ recovery-image] Aug 17 20:38:29.211 INFO O| Aug 17 20:38:29.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83162026-08-17T20:38:29.917Z[ recovery-image] Aug 17 20:38:29.211 INFO O| Aug 17 20:38:29.211 INFO STEP 1016 (remove_files) COMPLETE
83172026-08-17T20:38:29.917Z[ recovery-image] Aug 17 20:38:29.211 INFO O| Aug 17 20:38:29.211 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-08-17T20:38:29.928Z[ recovery-image] Aug 17 20:38:29.222 INFO O| Aug 17 20:38:29.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83192026-08-17T20:38:29.928Z[ recovery-image] Aug 17 20:38:29.222 INFO O| Aug 17 20:38:29.222 INFO STEP 1017 (remove_files) COMPLETE
83202026-08-17T20:38:29.932Z[ recovery-image] Aug 17 20:38:29.222 INFO O| Aug 17 20:38:29.222 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-08-17T20:38:29.938Z[ recovery-image] Aug 17 20:38:29.232 INFO O| Aug 17 20:38:29.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83222026-08-17T20:38:29.941Z[ recovery-image] Aug 17 20:38:29.233 INFO O| Aug 17 20:38:29.233 INFO STEP 1018 (remove_files) COMPLETE
83232026-08-17T20:38:29.941Z[ recovery-image] Aug 17 20:38:29.233 INFO O| Aug 17 20:38:29.233 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-17T20:38:29.950Z[ recovery-image] Aug 17 20:38:29.244 INFO O| Aug 17 20:38:29.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83252026-08-17T20:38:29.950Z[ recovery-image] Aug 17 20:38:29.244 INFO O| Aug 17 20:38:29.244 INFO STEP 1019 (remove_files) COMPLETE
83262026-08-17T20:38:29.950Z[ recovery-image] Aug 17 20:38:29.244 INFO O| Aug 17 20:38:29.244 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-17T20:38:29.962Z[ recovery-image] Aug 17 20:38:29.254 INFO O| Aug 17 20:38:29.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83282026-08-17T20:38:29.962Z[ recovery-image] Aug 17 20:38:29.254 INFO O| Aug 17 20:38:29.254 INFO STEP 1020 (remove_files) COMPLETE
83292026-08-17T20:38:29.962Z[ recovery-image] Aug 17 20:38:29.254 INFO O| Aug 17 20:38:29.254 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-17T20:38:29.970Z[ recovery-image] Aug 17 20:38:29.264 INFO O| Aug 17 20:38:29.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83312026-08-17T20:38:29.973Z[ recovery-image] Aug 17 20:38:29.265 INFO O| Aug 17 20:38:29.265 INFO STEP 1021 (remove_files) COMPLETE
83322026-08-17T20:38:29.973Z[ recovery-image] Aug 17 20:38:29.265 INFO O| Aug 17 20:38:29.265 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-17T20:38:29.981Z[ recovery-image] Aug 17 20:38:29.275 INFO O| Aug 17 20:38:29.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83342026-08-17T20:38:29.981Z[ recovery-image] Aug 17 20:38:29.275 INFO O| Aug 17 20:38:29.275 INFO STEP 1022 (remove_files) COMPLETE
83352026-08-17T20:38:29.982Z[ recovery-image] Aug 17 20:38:29.275 INFO O| Aug 17 20:38:29.275 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-17T20:38:29.991Z[ recovery-image] Aug 17 20:38:29.285 INFO O| Aug 17 20:38:29.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83372026-08-17T20:38:29.991Z[ recovery-image] Aug 17 20:38:29.285 INFO O| Aug 17 20:38:29.285 INFO STEP 1023 (remove_files) COMPLETE
83382026-08-17T20:38:29.991Z[ recovery-image] Aug 17 20:38:29.285 INFO O| Aug 17 20:38:29.285 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-17T20:38:30.001Z[ recovery-image] Aug 17 20:38:29.295 INFO O| Aug 17 20:38:29.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83402026-08-17T20:38:30.001Z[ recovery-image] Aug 17 20:38:29.295 INFO O| Aug 17 20:38:29.295 INFO STEP 1024 (remove_files) COMPLETE
83412026-08-17T20:38:30.001Z[ recovery-image] Aug 17 20:38:29.295 INFO O| Aug 17 20:38:29.295 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-17T20:38:30.009Z[ recovery-image] Aug 17 20:38:29.304 INFO O| Aug 17 20:38:29.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83432026-08-17T20:38:30.009Z[ recovery-image] Aug 17 20:38:29.304 INFO O| Aug 17 20:38:29.304 INFO STEP 1025 (remove_files) COMPLETE
83442026-08-17T20:38:30.012Z[ recovery-image] Aug 17 20:38:29.304 INFO O| Aug 17 20:38:29.304 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-17T20:38:30.018Z[ recovery-image] Aug 17 20:38:29.313 INFO O| Aug 17 20:38:29.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83462026-08-17T20:38:30.018Z[ recovery-image] Aug 17 20:38:29.313 INFO O| Aug 17 20:38:29.313 INFO STEP 1026 (remove_files) COMPLETE
83472026-08-17T20:38:30.021Z[ recovery-image] Aug 17 20:38:29.313 INFO O| Aug 17 20:38:29.313 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-17T20:38:30.027Z[ recovery-image] Aug 17 20:38:29.321 INFO O| Aug 17 20:38:29.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83492026-08-17T20:38:30.027Z[ recovery-image] Aug 17 20:38:29.321 INFO O| Aug 17 20:38:29.321 INFO STEP 1027 (remove_files) COMPLETE
83502026-08-17T20:38:30.030Z[ recovery-image] Aug 17 20:38:29.321 INFO O| Aug 17 20:38:29.321 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-17T20:38:30.036Z[ recovery-image] Aug 17 20:38:29.330 INFO O| Aug 17 20:38:29.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83522026-08-17T20:38:30.036Z[ recovery-image] Aug 17 20:38:29.330 INFO O| Aug 17 20:38:29.330 INFO STEP 1028 (remove_files) COMPLETE
83532026-08-17T20:38:30.036Z[ recovery-image] Aug 17 20:38:29.330 INFO O| Aug 17 20:38:29.330 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-17T20:38:30.046Z[ recovery-image] Aug 17 20:38:29.340 INFO O| Aug 17 20:38:29.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83552026-08-17T20:38:30.049Z[ recovery-image] Aug 17 20:38:29.340 INFO O| Aug 17 20:38:29.340 INFO STEP 1029 (remove_files) COMPLETE
83562026-08-17T20:38:30.049Z[ recovery-image] Aug 17 20:38:29.340 INFO O| Aug 17 20:38:29.340 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-17T20:38:30.058Z[ recovery-image] Aug 17 20:38:29.352 INFO O| Aug 17 20:38:29.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83582026-08-17T20:38:30.058Z[ recovery-image] Aug 17 20:38:29.352 INFO O| Aug 17 20:38:29.352 INFO STEP 1030 (remove_files) COMPLETE
83592026-08-17T20:38:30.061Z[ recovery-image] Aug 17 20:38:29.352 INFO O| Aug 17 20:38:29.352 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-17T20:38:30.068Z[ recovery-image] Aug 17 20:38:29.362 INFO O| Aug 17 20:38:29.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83612026-08-17T20:38:30.068Z[ recovery-image] Aug 17 20:38:29.363 INFO O| Aug 17 20:38:29.363 INFO STEP 1031 (remove_files) COMPLETE
83622026-08-17T20:38:30.068Z[ recovery-image] Aug 17 20:38:29.363 INFO O| Aug 17 20:38:29.363 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-17T20:38:30.079Z[ recovery-image] Aug 17 20:38:29.373 INFO O| Aug 17 20:38:29.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83642026-08-17T20:38:30.079Z[ recovery-image] Aug 17 20:38:29.373 INFO O| Aug 17 20:38:29.373 INFO STEP 1032 (remove_files) COMPLETE
83652026-08-17T20:38:30.079Z[ recovery-image] Aug 17 20:38:29.373 INFO O| Aug 17 20:38:29.373 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-17T20:38:30.089Z[ recovery-image] Aug 17 20:38:29.383 INFO O| Aug 17 20:38:29.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83672026-08-17T20:38:30.089Z[ recovery-image] Aug 17 20:38:29.383 INFO O| Aug 17 20:38:29.383 INFO STEP 1033 (remove_files) COMPLETE
83682026-08-17T20:38:30.089Z[ recovery-image] Aug 17 20:38:29.383 INFO O| Aug 17 20:38:29.383 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-17T20:38:30.104Z[ recovery-image] Aug 17 20:38:29.396 INFO O| Aug 17 20:38:29.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83702026-08-17T20:38:30.104Z[ recovery-image] Aug 17 20:38:29.396 INFO O| Aug 17 20:38:29.396 INFO STEP 1034 (remove_files) COMPLETE
83712026-08-17T20:38:30.107Z[ recovery-image] Aug 17 20:38:29.396 INFO O| Aug 17 20:38:29.396 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-17T20:38:30.112Z[ recovery-image] Aug 17 20:38:29.407 INFO O| Aug 17 20:38:29.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83732026-08-17T20:38:30.116Z[ recovery-image] Aug 17 20:38:29.407 INFO O| Aug 17 20:38:29.407 INFO STEP 1035 (remove_files) COMPLETE
83742026-08-17T20:38:30.116Z[ recovery-image] Aug 17 20:38:29.407 INFO O| Aug 17 20:38:29.407 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-17T20:38:30.127Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
83762026-08-17T20:38:30.131Z[ recovery-image] Aug 17 20:38:29.422 INFO O| Aug 17 20:38:29.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83772026-08-17T20:38:30.131Z[ recovery-image] Aug 17 20:38:29.422 INFO O| Aug 17 20:38:29.422 INFO STEP 1036 (remove_files) COMPLETE
83782026-08-17T20:38:30.131Z[ recovery-image] Aug 17 20:38:29.422 INFO O| Aug 17 20:38:29.422 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-17T20:38:30.140Z[ recovery-image] Aug 17 20:38:29.434 INFO O| Aug 17 20:38:29.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83802026-08-17T20:38:30.140Z[ recovery-image] Aug 17 20:38:29.434 INFO O| Aug 17 20:38:29.434 INFO STEP 1037 (remove_files) COMPLETE
83812026-08-17T20:38:30.141Z[ recovery-image] Aug 17 20:38:29.434 INFO O| Aug 17 20:38:29.434 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-17T20:38:30.156Z[ recovery-image] Aug 17 20:38:29.445 INFO O| Aug 17 20:38:29.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83832026-08-17T20:38:30.157Z[ recovery-image] Aug 17 20:38:29.445 INFO O| Aug 17 20:38:29.445 INFO STEP 1038 (remove_files) COMPLETE
83842026-08-17T20:38:30.157Z[ recovery-image] Aug 17 20:38:29.445 INFO O| Aug 17 20:38:29.445 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-17T20:38:30.192Z[ recovery-image] Aug 17 20:38:29.454 INFO O| Aug 17 20:38:29.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83862026-08-17T20:38:30.192Z[ recovery-image] Aug 17 20:38:29.454 INFO O| Aug 17 20:38:29.454 INFO STEP 1039 (remove_files) COMPLETE
83872026-08-17T20:38:30.192Z[ recovery-image] Aug 17 20:38:29.454 INFO O| Aug 17 20:38:29.454 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-17T20:38:30.205Z[ recovery-image] Aug 17 20:38:29.465 INFO O| Aug 17 20:38:29.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83892026-08-17T20:38:30.205Z[ recovery-image] Aug 17 20:38:29.465 INFO O| Aug 17 20:38:29.465 INFO STEP 1040 (remove_files) COMPLETE
83902026-08-17T20:38:30.205Z[ recovery-image] Aug 17 20:38:29.465 INFO O| Aug 17 20:38:29.465 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-17T20:38:30.205Z[ recovery-image] Aug 17 20:38:29.474 INFO O| Aug 17 20:38:29.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83922026-08-17T20:38:30.205Z[ recovery-image] Aug 17 20:38:29.474 INFO O| Aug 17 20:38:29.474 INFO STEP 1041 (remove_files) COMPLETE
83932026-08-17T20:38:30.205Z[ recovery-image] Aug 17 20:38:29.474 INFO O| Aug 17 20:38:29.474 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-17T20:38:30.205Z[ recovery-image] Aug 17 20:38:29.484 INFO O| Aug 17 20:38:29.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83952026-08-17T20:38:30.205Z[ recovery-image] Aug 17 20:38:29.484 INFO O| Aug 17 20:38:29.484 INFO STEP 1042 (remove_files) COMPLETE
83962026-08-17T20:38:30.205Z[ recovery-image] Aug 17 20:38:29.484 INFO O| Aug 17 20:38:29.484 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-17T20:38:30.213Z[ recovery-image] Aug 17 20:38:29.494 INFO O| Aug 17 20:38:29.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
83982026-08-17T20:38:30.213Z[ recovery-image] Aug 17 20:38:29.494 INFO O| Aug 17 20:38:29.494 INFO STEP 1043 (remove_files) COMPLETE
83992026-08-17T20:38:30.214Z[ recovery-image] Aug 17 20:38:29.494 INFO O| Aug 17 20:38:29.494 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-17T20:38:30.220Z[ recovery-image] Aug 17 20:38:29.505 INFO O| Aug 17 20:38:29.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84012026-08-17T20:38:30.221Z[ recovery-image] Aug 17 20:38:29.505 INFO O| Aug 17 20:38:29.505 INFO STEP 1044 (remove_files) COMPLETE
84022026-08-17T20:38:30.221Z[ recovery-image] Aug 17 20:38:29.505 INFO O| Aug 17 20:38:29.505 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-17T20:38:30.225Z[ recovery-image] Aug 17 20:38:29.514 INFO O| Aug 17 20:38:29.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84042026-08-17T20:38:30.225Z[ recovery-image] Aug 17 20:38:29.514 INFO O| Aug 17 20:38:29.514 INFO STEP 1045 (remove_files) COMPLETE
84052026-08-17T20:38:30.226Z[ recovery-image] Aug 17 20:38:29.514 INFO O| Aug 17 20:38:29.514 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-17T20:38:30.229Z[ recovery-image] Aug 17 20:38:29.522 INFO O| Aug 17 20:38:29.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84072026-08-17T20:38:30.229Z[ recovery-image] Aug 17 20:38:29.522 INFO O| Aug 17 20:38:29.522 INFO STEP 1046 (remove_files) COMPLETE
84082026-08-17T20:38:30.229Z[ recovery-image] Aug 17 20:38:29.522 INFO O| Aug 17 20:38:29.522 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-17T20:38:30.238Z[ recovery-image] Aug 17 20:38:29.530 INFO O| Aug 17 20:38:29.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84102026-08-17T20:38:30.238Z[ recovery-image] Aug 17 20:38:29.531 INFO O| Aug 17 20:38:29.531 INFO STEP 1047 (remove_files) COMPLETE
84112026-08-17T20:38:30.238Z[ recovery-image] Aug 17 20:38:29.531 INFO O| Aug 17 20:38:29.531 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-17T20:38:30.249Z[ recovery-image] Aug 17 20:38:29.543 INFO O| Aug 17 20:38:29.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84132026-08-17T20:38:30.249Z[ recovery-image] Aug 17 20:38:29.543 INFO O| Aug 17 20:38:29.543 INFO STEP 1048 (remove_files) COMPLETE
84142026-08-17T20:38:30.253Z[ recovery-image] Aug 17 20:38:29.543 INFO O| Aug 17 20:38:29.543 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-17T20:38:30.258Z[ recovery-image] Aug 17 20:38:29.552 INFO O| Aug 17 20:38:29.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84162026-08-17T20:38:30.258Z[ recovery-image] Aug 17 20:38:29.552 INFO O| Aug 17 20:38:29.552 INFO STEP 1049 (remove_files) COMPLETE
84172026-08-17T20:38:30.258Z[ recovery-image] Aug 17 20:38:29.552 INFO O| Aug 17 20:38:29.552 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-17T20:38:30.268Z[ recovery-image] Aug 17 20:38:29.562 INFO O| Aug 17 20:38:29.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84192026-08-17T20:38:30.268Z[ recovery-image] Aug 17 20:38:29.562 INFO O| Aug 17 20:38:29.562 INFO STEP 1050 (remove_files) COMPLETE
84202026-08-17T20:38:30.272Z[ recovery-image] Aug 17 20:38:29.562 INFO O| Aug 17 20:38:29.562 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-17T20:38:30.281Z[ recovery-image] Aug 17 20:38:29.573 INFO O| Aug 17 20:38:29.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84222026-08-17T20:38:30.281Z[ recovery-image] Aug 17 20:38:29.573 INFO O| Aug 17 20:38:29.573 INFO STEP 1051 (remove_files) COMPLETE
84232026-08-17T20:38:30.288Z[ recovery-image] Aug 17 20:38:29.573 INFO O| Aug 17 20:38:29.573 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-17T20:38:30.292Z[ recovery-image] Aug 17 20:38:29.584 INFO O| Aug 17 20:38:29.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84252026-08-17T20:38:30.292Z[ recovery-image] Aug 17 20:38:29.584 INFO O| Aug 17 20:38:29.584 INFO STEP 1052 (remove_files) COMPLETE
84262026-08-17T20:38:30.292Z[ recovery-image] Aug 17 20:38:29.584 INFO O| Aug 17 20:38:29.584 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-17T20:38:30.299Z[ recovery-image] Aug 17 20:38:29.593 INFO O| Aug 17 20:38:29.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84282026-08-17T20:38:30.299Z[ recovery-image] Aug 17 20:38:29.593 INFO O| Aug 17 20:38:29.593 INFO STEP 1053 (remove_files) COMPLETE
84292026-08-17T20:38:30.299Z[ recovery-image] Aug 17 20:38:29.593 INFO O| Aug 17 20:38:29.593 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-17T20:38:30.313Z[ recovery-image] Aug 17 20:38:29.605 INFO O| Aug 17 20:38:29.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84312026-08-17T20:38:30.313Z[ recovery-image] Aug 17 20:38:29.605 INFO O| Aug 17 20:38:29.605 INFO STEP 1054 (remove_files) COMPLETE
84322026-08-17T20:38:30.313Z[ recovery-image] Aug 17 20:38:29.605 INFO O| Aug 17 20:38:29.605 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-17T20:38:30.322Z[ recovery-image] Aug 17 20:38:29.615 INFO O| Aug 17 20:38:29.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84342026-08-17T20:38:30.326Z[ recovery-image] Aug 17 20:38:29.615 INFO O| Aug 17 20:38:29.615 INFO STEP 1055 (remove_files) COMPLETE
84352026-08-17T20:38:30.326Z[ recovery-image] Aug 17 20:38:29.615 INFO O| Aug 17 20:38:29.615 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-17T20:38:30.331Z[ recovery-image] Aug 17 20:38:29.625 INFO O| Aug 17 20:38:29.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84372026-08-17T20:38:30.331Z[ recovery-image] Aug 17 20:38:29.625 INFO O| Aug 17 20:38:29.625 INFO STEP 1056 (remove_files) COMPLETE
84382026-08-17T20:38:30.336Z[ recovery-image] Aug 17 20:38:29.625 INFO O| Aug 17 20:38:29.625 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-17T20:38:30.354Z[ recovery-image] Aug 17 20:38:29.648 INFO O| Aug 17 20:38:29.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84402026-08-17T20:38:30.355Z[ recovery-image] Aug 17 20:38:29.648 INFO O| Aug 17 20:38:29.648 INFO STEP 1057 (remove_files) COMPLETE
84412026-08-17T20:38:30.355Z[ recovery-image] Aug 17 20:38:29.648 INFO O| Aug 17 20:38:29.648 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-17T20:38:30.355Z[verify-libraries] Compiling internet-checksum v0.2.1
84432026-08-17T20:38:30.372Z[ recovery-image] Aug 17 20:38:29.660 INFO O| Aug 17 20:38:29.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84442026-08-17T20:38:30.372Z[ recovery-image] Aug 17 20:38:29.660 INFO O| Aug 17 20:38:29.660 INFO STEP 1058 (remove_files) COMPLETE
84452026-08-17T20:38:30.372Z[ recovery-image] Aug 17 20:38:29.660 INFO O| Aug 17 20:38:29.660 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-17T20:38:30.379Z[ recovery-image] Aug 17 20:38:29.670 INFO O| Aug 17 20:38:29.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84472026-08-17T20:38:30.379Z[ recovery-image] Aug 17 20:38:29.670 INFO O| Aug 17 20:38:29.670 INFO STEP 1059 (remove_files) COMPLETE
84482026-08-17T20:38:30.379Z[ recovery-image] Aug 17 20:38:29.670 INFO O| Aug 17 20:38:29.670 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-17T20:38:30.387Z[ recovery-image] Aug 17 20:38:29.680 INFO O| Aug 17 20:38:29.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84502026-08-17T20:38:30.387Z[ recovery-image] Aug 17 20:38:29.680 INFO O| Aug 17 20:38:29.680 INFO STEP 1060 (remove_files) COMPLETE
84512026-08-17T20:38:30.392Z[ recovery-image] Aug 17 20:38:29.680 INFO O| Aug 17 20:38:29.680 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-17T20:38:30.397Z[ recovery-image] Aug 17 20:38:29.689 INFO O| Aug 17 20:38:29.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84532026-08-17T20:38:30.397Z[ recovery-image] Aug 17 20:38:29.689 INFO O| Aug 17 20:38:29.689 INFO STEP 1061 (remove_files) COMPLETE
84542026-08-17T20:38:30.397Z[ recovery-image] Aug 17 20:38:29.689 INFO O| Aug 17 20:38:29.689 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-17T20:38:30.410Z[ recovery-image] Aug 17 20:38:29.704 INFO O| Aug 17 20:38:29.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84562026-08-17T20:38:30.410Z[ recovery-image] Aug 17 20:38:29.704 INFO O| Aug 17 20:38:29.704 INFO STEP 1062 (remove_files) COMPLETE
84572026-08-17T20:38:30.415Z[ recovery-image] Aug 17 20:38:29.704 INFO O| Aug 17 20:38:29.704 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-17T20:38:30.421Z[ recovery-image] Aug 17 20:38:29.715 INFO O| Aug 17 20:38:29.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84592026-08-17T20:38:30.421Z[ recovery-image] Aug 17 20:38:29.715 INFO O| Aug 17 20:38:29.715 INFO STEP 1063 (remove_files) COMPLETE
84602026-08-17T20:38:30.421Z[ recovery-image] Aug 17 20:38:29.715 INFO O| Aug 17 20:38:29.715 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-17T20:38:30.431Z[ recovery-image] Aug 17 20:38:29.725 INFO O| Aug 17 20:38:29.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84622026-08-17T20:38:30.431Z[ recovery-image] Aug 17 20:38:29.725 INFO O| Aug 17 20:38:29.725 INFO STEP 1064 (remove_files) COMPLETE
84632026-08-17T20:38:30.431Z[ recovery-image] Aug 17 20:38:29.725 INFO O| Aug 17 20:38:29.725 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-17T20:38:30.441Z[ recovery-image] Aug 17 20:38:29.735 INFO O| Aug 17 20:38:29.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84652026-08-17T20:38:30.441Z[ recovery-image] Aug 17 20:38:29.735 INFO O| Aug 17 20:38:29.735 INFO STEP 1065 (remove_files) COMPLETE
84662026-08-17T20:38:30.441Z[ recovery-image] Aug 17 20:38:29.735 INFO O| Aug 17 20:38:29.735 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-17T20:38:30.452Z[ recovery-image] Aug 17 20:38:29.745 INFO O| Aug 17 20:38:29.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84682026-08-17T20:38:30.452Z[ recovery-image] Aug 17 20:38:29.745 INFO O| Aug 17 20:38:29.745 INFO STEP 1066 (remove_files) COMPLETE
84692026-08-17T20:38:30.452Z[ recovery-image] Aug 17 20:38:29.745 INFO O| Aug 17 20:38:29.745 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-17T20:38:30.464Z[ recovery-image] Aug 17 20:38:29.754 INFO O| Aug 17 20:38:29.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84712026-08-17T20:38:30.464Z[ recovery-image] Aug 17 20:38:29.754 INFO O| Aug 17 20:38:29.754 INFO STEP 1067 (remove_files) COMPLETE
84722026-08-17T20:38:30.464Z[ recovery-image] Aug 17 20:38:29.754 INFO O| Aug 17 20:38:29.754 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-17T20:38:30.470Z[ recovery-image] Aug 17 20:38:29.764 INFO O| Aug 17 20:38:29.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84742026-08-17T20:38:30.470Z[ recovery-image] Aug 17 20:38:29.764 INFO O| Aug 17 20:38:29.764 INFO STEP 1068 (remove_files) COMPLETE
84752026-08-17T20:38:30.470Z[ recovery-image] Aug 17 20:38:29.764 INFO O| Aug 17 20:38:29.764 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-17T20:38:30.481Z[ recovery-image] Aug 17 20:38:29.774 INFO O| Aug 17 20:38:29.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84772026-08-17T20:38:30.481Z[ recovery-image] Aug 17 20:38:29.774 INFO O| Aug 17 20:38:29.774 INFO STEP 1069 (remove_files) COMPLETE
84782026-08-17T20:38:30.481Z[ recovery-image] Aug 17 20:38:29.774 INFO O| Aug 17 20:38:29.774 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-17T20:38:30.502Z[ recovery-image] Aug 17 20:38:29.783 INFO O| Aug 17 20:38:29.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84802026-08-17T20:38:30.502Z[ recovery-image] Aug 17 20:38:29.783 INFO O| Aug 17 20:38:29.783 INFO STEP 1070 (remove_files) COMPLETE
84812026-08-17T20:38:30.502Z[ recovery-image] Aug 17 20:38:29.783 INFO O| Aug 17 20:38:29.783 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-17T20:38:30.535Z[ recovery-image] Aug 17 20:38:29.795 INFO O| Aug 17 20:38:29.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84832026-08-17T20:38:30.535Z[ recovery-image] Aug 17 20:38:29.795 INFO O| Aug 17 20:38:29.795 INFO STEP 1071 (remove_files) COMPLETE
84842026-08-17T20:38:30.535Z[ recovery-image] Aug 17 20:38:29.795 INFO O| Aug 17 20:38:29.795 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-17T20:38:30.543Z[ recovery-image] Aug 17 20:38:29.806 INFO O| Aug 17 20:38:29.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84862026-08-17T20:38:30.543Z[ recovery-image] Aug 17 20:38:29.806 INFO O| Aug 17 20:38:29.806 INFO STEP 1072 (remove_files) COMPLETE
84872026-08-17T20:38:30.543Z[ recovery-image] Aug 17 20:38:29.806 INFO O| Aug 17 20:38:29.806 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-17T20:38:30.543Z[ recovery-image] Aug 17 20:38:29.815 INFO O| Aug 17 20:38:29.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84892026-08-17T20:38:30.543Z[ recovery-image] Aug 17 20:38:29.815 INFO O| Aug 17 20:38:29.815 INFO STEP 1073 (remove_files) COMPLETE
84902026-08-17T20:38:30.543Z[ recovery-image] Aug 17 20:38:29.815 INFO O| Aug 17 20:38:29.815 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-17T20:38:30.543Z[ recovery-image] Aug 17 20:38:29.825 INFO O| Aug 17 20:38:29.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84922026-08-17T20:38:30.543Z[ recovery-image] Aug 17 20:38:29.825 INFO O| Aug 17 20:38:29.825 INFO STEP 1074 (remove_files) COMPLETE
84932026-08-17T20:38:30.544Z[ recovery-image] Aug 17 20:38:29.825 INFO O| Aug 17 20:38:29.825 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-17T20:38:30.563Z[ recovery-image] Aug 17 20:38:29.834 INFO O| Aug 17 20:38:29.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84952026-08-17T20:38:30.563Z[ recovery-image] Aug 17 20:38:29.834 INFO O| Aug 17 20:38:29.834 INFO STEP 1075 (remove_files) COMPLETE
84962026-08-17T20:38:30.563Z[ recovery-image] Aug 17 20:38:29.834 INFO O| Aug 17 20:38:29.834 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-17T20:38:30.569Z[ recovery-image] Aug 17 20:38:29.846 INFO O| Aug 17 20:38:29.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84982026-08-17T20:38:30.569Z[ recovery-image] Aug 17 20:38:29.846 INFO O| Aug 17 20:38:29.846 INFO STEP 1076 (remove_files) COMPLETE
84992026-08-17T20:38:30.569Z[ recovery-image] Aug 17 20:38:29.846 INFO O| Aug 17 20:38:29.846 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-17T20:38:30.569Z[ recovery-image] Aug 17 20:38:29.858 INFO O| Aug 17 20:38:29.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85012026-08-17T20:38:30.569Z[ recovery-image] Aug 17 20:38:29.858 INFO O| Aug 17 20:38:29.858 INFO STEP 1077 (remove_files) COMPLETE
85022026-08-17T20:38:30.570Z[ recovery-image] Aug 17 20:38:29.859 INFO O| Aug 17 20:38:29.858 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-17T20:38:30.578Z[ recovery-image] Aug 17 20:38:29.872 INFO O| Aug 17 20:38:29.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85042026-08-17T20:38:30.578Z[ recovery-image] Aug 17 20:38:29.872 INFO O| Aug 17 20:38:29.872 INFO STEP 1078 (remove_files) COMPLETE
85052026-08-17T20:38:30.584Z[ recovery-image] Aug 17 20:38:29.872 INFO O| Aug 17 20:38:29.872 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-17T20:38:30.591Z[ recovery-image] Aug 17 20:38:29.883 INFO O| Aug 17 20:38:29.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85072026-08-17T20:38:30.591Z[ recovery-image] Aug 17 20:38:29.883 INFO O| Aug 17 20:38:29.883 INFO STEP 1079 (remove_files) COMPLETE
85082026-08-17T20:38:30.591Z[ recovery-image] Aug 17 20:38:29.883 INFO O| Aug 17 20:38:29.883 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-17T20:38:30.601Z[ recovery-image] Aug 17 20:38:29.895 INFO O| Aug 17 20:38:29.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85102026-08-17T20:38:30.601Z[ recovery-image] Aug 17 20:38:29.895 INFO O| Aug 17 20:38:29.895 INFO STEP 1080 (remove_files) COMPLETE
85112026-08-17T20:38:30.604Z[ recovery-image] Aug 17 20:38:29.895 INFO O| Aug 17 20:38:29.895 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-17T20:38:30.611Z[ recovery-image] Aug 17 20:38:29.905 INFO O| Aug 17 20:38:29.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85132026-08-17T20:38:30.611Z[ recovery-image] Aug 17 20:38:29.905 INFO O| Aug 17 20:38:29.905 INFO STEP 1081 (remove_files) COMPLETE
85142026-08-17T20:38:30.611Z[ recovery-image] Aug 17 20:38:29.905 INFO O| Aug 17 20:38:29.905 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-17T20:38:30.634Z[ recovery-image] Aug 17 20:38:29.916 INFO O| Aug 17 20:38:29.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85162026-08-17T20:38:30.634Z[ recovery-image] Aug 17 20:38:29.916 INFO O| Aug 17 20:38:29.916 INFO STEP 1082 (remove_files) COMPLETE
85172026-08-17T20:38:30.634Z[ recovery-image] Aug 17 20:38:29.916 INFO O| Aug 17 20:38:29.916 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-17T20:38:30.639Z[ recovery-image] Aug 17 20:38:29.926 INFO O| Aug 17 20:38:29.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85192026-08-17T20:38:30.639Z[ recovery-image] Aug 17 20:38:29.926 INFO O| Aug 17 20:38:29.926 INFO STEP 1083 (remove_files) COMPLETE
85202026-08-17T20:38:30.639Z[ recovery-image] Aug 17 20:38:29.926 INFO O| Aug 17 20:38:29.926 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-17T20:38:30.650Z[ recovery-image] Aug 17 20:38:29.935 INFO O| Aug 17 20:38:29.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85222026-08-17T20:38:30.650Z[ recovery-image] Aug 17 20:38:29.935 INFO O| Aug 17 20:38:29.935 INFO STEP 1084 (remove_files) COMPLETE
85232026-08-17T20:38:30.650Z[ recovery-image] Aug 17 20:38:29.935 INFO O| Aug 17 20:38:29.935 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-17T20:38:30.663Z[ recovery-image] Aug 17 20:38:29.944 INFO O| Aug 17 20:38:29.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85252026-08-17T20:38:30.663Z[ recovery-image] Aug 17 20:38:29.944 INFO O| Aug 17 20:38:29.944 INFO STEP 1085 (remove_files) COMPLETE
85262026-08-17T20:38:30.663Z[ recovery-image] Aug 17 20:38:29.944 INFO O| Aug 17 20:38:29.944 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-17T20:38:30.680Z[ recovery-image] Aug 17 20:38:29.952 INFO O| Aug 17 20:38:29.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85282026-08-17T20:38:30.680Z[ recovery-image] Aug 17 20:38:29.952 INFO O| Aug 17 20:38:29.952 INFO STEP 1086 (remove_files) COMPLETE
85292026-08-17T20:38:30.681Z[ recovery-image] Aug 17 20:38:29.952 INFO O| Aug 17 20:38:29.952 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-17T20:38:30.681Z[ recovery-image] Aug 17 20:38:29.961 INFO O| Aug 17 20:38:29.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85312026-08-17T20:38:30.681Z[ recovery-image] Aug 17 20:38:29.961 INFO O| Aug 17 20:38:29.961 INFO STEP 1087 (remove_files) COMPLETE
85322026-08-17T20:38:30.681Z[ recovery-image] Aug 17 20:38:29.961 INFO O| Aug 17 20:38:29.961 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-17T20:38:30.681Z[ recovery-image] Aug 17 20:38:29.969 INFO O| Aug 17 20:38:29.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85342026-08-17T20:38:30.681Z[ recovery-image] Aug 17 20:38:29.969 INFO O| Aug 17 20:38:29.969 INFO STEP 1088 (remove_files) COMPLETE
85352026-08-17T20:38:30.681Z[ recovery-image] Aug 17 20:38:29.969 INFO O| Aug 17 20:38:29.969 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-17T20:38:30.686Z[ recovery-image] Aug 17 20:38:29.979 INFO O| Aug 17 20:38:29.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85372026-08-17T20:38:30.686Z[ recovery-image] Aug 17 20:38:29.979 INFO O| Aug 17 20:38:29.979 INFO STEP 1089 (remove_files) COMPLETE
85382026-08-17T20:38:30.686Z[ recovery-image] Aug 17 20:38:29.979 INFO O| Aug 17 20:38:29.979 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-17T20:38:30.696Z[ recovery-image] Aug 17 20:38:29.990 INFO O| Aug 17 20:38:29.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85402026-08-17T20:38:30.696Z[ recovery-image] Aug 17 20:38:29.990 INFO O| Aug 17 20:38:29.990 INFO STEP 1090 (remove_files) COMPLETE
85412026-08-17T20:38:30.696Z[ recovery-image] Aug 17 20:38:29.990 INFO O| Aug 17 20:38:29.990 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-17T20:38:30.705Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
85432026-08-17T20:38:30.728Z[ recovery-image] Aug 17 20:38:30.000 INFO O| Aug 17 20:38:30.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85442026-08-17T20:38:30.728Z[ recovery-image] Aug 17 20:38:30.000 INFO O| Aug 17 20:38:30.000 INFO STEP 1091 (remove_files) COMPLETE
85452026-08-17T20:38:30.728Z[ recovery-image] Aug 17 20:38:30.000 INFO O| Aug 17 20:38:30.000 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-17T20:38:30.729Z[ recovery-image] Aug 17 20:38:30.011 INFO O| Aug 17 20:38:30.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85472026-08-17T20:38:30.729Z[ recovery-image] Aug 17 20:38:30.011 INFO O| Aug 17 20:38:30.011 INFO STEP 1092 (remove_files) COMPLETE
85482026-08-17T20:38:30.729Z[ recovery-image] Aug 17 20:38:30.011 INFO O| Aug 17 20:38:30.011 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-17T20:38:30.737Z[ recovery-image] Aug 17 20:38:30.023 INFO O| Aug 17 20:38:30.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85502026-08-17T20:38:30.737Z[ recovery-image] Aug 17 20:38:30.023 INFO O| Aug 17 20:38:30.023 INFO STEP 1093 (remove_files) COMPLETE
85512026-08-17T20:38:30.737Z[ recovery-image] Aug 17 20:38:30.023 INFO O| Aug 17 20:38:30.023 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-17T20:38:30.743Z[ recovery-image] Aug 17 20:38:30.034 INFO O| Aug 17 20:38:30.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85532026-08-17T20:38:30.743Z[ recovery-image] Aug 17 20:38:30.034 INFO O| Aug 17 20:38:30.034 INFO STEP 1094 (remove_files) COMPLETE
85542026-08-17T20:38:30.743Z[ recovery-image] Aug 17 20:38:30.034 INFO O| Aug 17 20:38:30.034 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-17T20:38:30.751Z[ recovery-image] Aug 17 20:38:30.045 INFO O| Aug 17 20:38:30.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85562026-08-17T20:38:30.758Z[ recovery-image] Aug 17 20:38:30.045 INFO O| Aug 17 20:38:30.045 INFO STEP 1095 (remove_files) COMPLETE
85572026-08-17T20:38:30.758Z[ recovery-image] Aug 17 20:38:30.045 INFO O| Aug 17 20:38:30.045 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-17T20:38:30.762Z[ recovery-image] Aug 17 20:38:30.056 INFO O| Aug 17 20:38:30.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85592026-08-17T20:38:30.770Z[ recovery-image] Aug 17 20:38:30.056 INFO O| Aug 17 20:38:30.056 INFO STEP 1096 (remove_files) COMPLETE
85602026-08-17T20:38:30.770Z[ recovery-image] Aug 17 20:38:30.056 INFO O| Aug 17 20:38:30.056 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-17T20:38:30.774Z[ recovery-image] Aug 17 20:38:30.066 INFO O| Aug 17 20:38:30.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85622026-08-17T20:38:30.774Z[ recovery-image] Aug 17 20:38:30.066 INFO O| Aug 17 20:38:30.066 INFO STEP 1097 (remove_files) COMPLETE
85632026-08-17T20:38:30.774Z[ recovery-image] Aug 17 20:38:30.066 INFO O| Aug 17 20:38:30.066 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-17T20:38:30.783Z[ recovery-image] Aug 17 20:38:30.077 INFO O| Aug 17 20:38:30.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85652026-08-17T20:38:30.783Z[ recovery-image] Aug 17 20:38:30.077 INFO O| Aug 17 20:38:30.077 INFO STEP 1098 (remove_files) COMPLETE
85662026-08-17T20:38:30.784Z[ recovery-image] Aug 17 20:38:30.077 INFO O| Aug 17 20:38:30.077 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-17T20:38:30.796Z[ recovery-image] Aug 17 20:38:30.088 INFO O| Aug 17 20:38:30.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85682026-08-17T20:38:30.796Z[ recovery-image] Aug 17 20:38:30.088 INFO O| Aug 17 20:38:30.088 INFO STEP 1099 (remove_files) COMPLETE
85692026-08-17T20:38:30.796Z[ recovery-image] Aug 17 20:38:30.088 INFO O| Aug 17 20:38:30.088 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-17T20:38:30.805Z[ recovery-image] Aug 17 20:38:30.099 INFO O| Aug 17 20:38:30.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85712026-08-17T20:38:30.805Z[ recovery-image] Aug 17 20:38:30.099 INFO O| Aug 17 20:38:30.099 INFO STEP 1100 (remove_files) COMPLETE
85722026-08-17T20:38:30.805Z[ recovery-image] Aug 17 20:38:30.099 INFO O| Aug 17 20:38:30.099 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-17T20:38:30.816Z[ recovery-image] Aug 17 20:38:30.109 INFO O| Aug 17 20:38:30.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85742026-08-17T20:38:30.816Z[ recovery-image] Aug 17 20:38:30.109 INFO O| Aug 17 20:38:30.109 INFO STEP 1101 (remove_files) COMPLETE
85752026-08-17T20:38:30.816Z[ recovery-image] Aug 17 20:38:30.109 INFO O| Aug 17 20:38:30.109 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-17T20:38:30.826Z[ recovery-image] Aug 17 20:38:30.120 INFO O| Aug 17 20:38:30.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85772026-08-17T20:38:30.826Z[ recovery-image] Aug 17 20:38:30.120 INFO O| Aug 17 20:38:30.120 INFO STEP 1102 (remove_files) COMPLETE
85782026-08-17T20:38:30.826Z[ recovery-image] Aug 17 20:38:30.120 INFO O| Aug 17 20:38:30.120 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-17T20:38:30.839Z[ recovery-image] Aug 17 20:38:30.130 INFO O| Aug 17 20:38:30.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85802026-08-17T20:38:30.840Z[ recovery-image] Aug 17 20:38:30.130 INFO O| Aug 17 20:38:30.130 INFO STEP 1103 (remove_files) COMPLETE
85812026-08-17T20:38:30.840Z[ recovery-image] Aug 17 20:38:30.130 INFO O| Aug 17 20:38:30.130 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-17T20:38:30.848Z[ recovery-image] Aug 17 20:38:30.141 INFO O| Aug 17 20:38:30.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85832026-08-17T20:38:30.849Z[ recovery-image] Aug 17 20:38:30.141 INFO O| Aug 17 20:38:30.141 INFO STEP 1104 (remove_files) COMPLETE
85842026-08-17T20:38:30.849Z[ recovery-image] Aug 17 20:38:30.141 INFO O| Aug 17 20:38:30.141 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-17T20:38:30.859Z[ recovery-image] Aug 17 20:38:30.151 INFO O| Aug 17 20:38:30.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85862026-08-17T20:38:30.859Z[ recovery-image] Aug 17 20:38:30.151 INFO O| Aug 17 20:38:30.151 INFO STEP 1105 (remove_files) COMPLETE
85872026-08-17T20:38:30.859Z[ recovery-image] Aug 17 20:38:30.151 INFO O| Aug 17 20:38:30.151 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-17T20:38:30.874Z[ recovery-image] Aug 17 20:38:30.161 INFO O| Aug 17 20:38:30.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85892026-08-17T20:38:30.874Z[ recovery-image] Aug 17 20:38:30.161 INFO O| Aug 17 20:38:30.161 INFO STEP 1106 (remove_files) COMPLETE
85902026-08-17T20:38:30.880Z[ recovery-image] Aug 17 20:38:30.161 INFO O| Aug 17 20:38:30.161 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-17T20:38:30.880Z[ recovery-image] Aug 17 20:38:30.171 INFO O| Aug 17 20:38:30.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85922026-08-17T20:38:30.880Z[ recovery-image] Aug 17 20:38:30.171 INFO O| Aug 17 20:38:30.171 INFO STEP 1107 (remove_files) COMPLETE
85932026-08-17T20:38:30.880Z[ recovery-image] Aug 17 20:38:30.171 INFO O| Aug 17 20:38:30.171 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-17T20:38:30.888Z[ recovery-image] Aug 17 20:38:30.180 INFO O| Aug 17 20:38:30.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85952026-08-17T20:38:30.888Z[ recovery-image] Aug 17 20:38:30.180 INFO O| Aug 17 20:38:30.180 INFO STEP 1108 (remove_files) COMPLETE
85962026-08-17T20:38:30.888Z[ recovery-image] Aug 17 20:38:30.180 INFO O| Aug 17 20:38:30.180 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-17T20:38:30.898Z[ recovery-image] Aug 17 20:38:30.192 INFO O| Aug 17 20:38:30.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85982026-08-17T20:38:30.898Z[ recovery-image] Aug 17 20:38:30.192 INFO O| Aug 17 20:38:30.192 INFO STEP 1109 (remove_files) COMPLETE
85992026-08-17T20:38:30.898Z[ recovery-image] Aug 17 20:38:30.192 INFO O| Aug 17 20:38:30.192 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-17T20:38:30.908Z[ recovery-image] Aug 17 20:38:30.201 INFO O| Aug 17 20:38:30.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86012026-08-17T20:38:30.908Z[ recovery-image] Aug 17 20:38:30.201 INFO O| Aug 17 20:38:30.201 INFO STEP 1110 (remove_files) COMPLETE
86022026-08-17T20:38:30.912Z[ recovery-image] Aug 17 20:38:30.202 INFO O| Aug 17 20:38:30.201 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-17T20:38:30.917Z[ recovery-image] Aug 17 20:38:30.211 INFO O| Aug 17 20:38:30.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86042026-08-17T20:38:30.917Z[ recovery-image] Aug 17 20:38:30.211 INFO O| Aug 17 20:38:30.211 INFO STEP 1111 (remove_files) COMPLETE
86052026-08-17T20:38:30.920Z[ recovery-image] Aug 17 20:38:30.211 INFO O| Aug 17 20:38:30.211 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-17T20:38:30.926Z[ recovery-image] Aug 17 20:38:30.221 INFO O| Aug 17 20:38:30.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86072026-08-17T20:38:30.926Z[ recovery-image] Aug 17 20:38:30.221 INFO O| Aug 17 20:38:30.221 INFO STEP 1112 (remove_files) COMPLETE
86082026-08-17T20:38:30.926Z[ recovery-image] Aug 17 20:38:30.221 INFO O| Aug 17 20:38:30.221 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-17T20:38:30.937Z[ recovery-image] Aug 17 20:38:30.230 INFO O| Aug 17 20:38:30.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86102026-08-17T20:38:30.937Z[ recovery-image] Aug 17 20:38:30.230 INFO O| Aug 17 20:38:30.230 INFO STEP 1113 (remove_files) COMPLETE
86112026-08-17T20:38:30.937Z[ recovery-image] Aug 17 20:38:30.230 INFO O| Aug 17 20:38:30.230 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-17T20:38:30.947Z[ recovery-image] Aug 17 20:38:30.241 INFO O| Aug 17 20:38:30.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86132026-08-17T20:38:30.947Z[ recovery-image] Aug 17 20:38:30.241 INFO O| Aug 17 20:38:30.241 INFO STEP 1114 (remove_files) COMPLETE
86142026-08-17T20:38:30.947Z[ recovery-image] Aug 17 20:38:30.241 INFO O| Aug 17 20:38:30.241 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-17T20:38:30.958Z[ recovery-image] Aug 17 20:38:30.252 INFO O| Aug 17 20:38:30.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86162026-08-17T20:38:30.958Z[ recovery-image] Aug 17 20:38:30.252 INFO O| Aug 17 20:38:30.252 INFO STEP 1115 (remove_files) COMPLETE
86172026-08-17T20:38:30.958Z[ recovery-image] Aug 17 20:38:30.252 INFO O| Aug 17 20:38:30.252 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-17T20:38:30.970Z[ recovery-image] Aug 17 20:38:30.263 INFO O| Aug 17 20:38:30.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86192026-08-17T20:38:30.970Z[ recovery-image] Aug 17 20:38:30.263 INFO O| Aug 17 20:38:30.263 INFO STEP 1116 (remove_files) COMPLETE
86202026-08-17T20:38:30.970Z[ recovery-image] Aug 17 20:38:30.263 INFO O| Aug 17 20:38:30.263 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-17T20:38:30.981Z[ recovery-image] Aug 17 20:38:30.272 INFO O| Aug 17 20:38:30.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86222026-08-17T20:38:30.981Z[ recovery-image] Aug 17 20:38:30.272 INFO O| Aug 17 20:38:30.272 INFO STEP 1117 (remove_files) COMPLETE
86232026-08-17T20:38:30.981Z[ recovery-image] Aug 17 20:38:30.272 INFO O| Aug 17 20:38:30.272 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86242026-08-17T20:38:30.995Z[ recovery-image] Aug 17 20:38:30.289 INFO O| Aug 17 20:38:30.288 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86252026-08-17T20:38:30.995Z[ recovery-image] Aug 17 20:38:30.289 INFO O| Aug 17 20:38:30.289 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86262026-08-17T20:38:31.410Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86272026-08-17T20:38:31.772Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86282026-08-17T20:38:32.027Z[verify-libraries] Compiling samael v0.0.19
86292026-08-17T20:38:32.056Z[ recovery-image] Aug 17 20:38:31.350 INFO O| Aug 17 20:38:31.350 INFO STEP 1118 (pack_tar) COMPLETE
86302026-08-17T20:38:32.056Z[ recovery-image] Aug 17 20:38:31.350 INFO O| Aug 17 20:38:31.350 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86312026-08-17T20:38:32.056Z[ recovery-image] Aug 17 20:38:31.350 INFO O| Aug 17 20:38:31.350 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86322026-08-17T20:38:32.676Z[ recovery-image] Aug 17 20:38:31.963 INFO O| Aug 17 20:38:31.963 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86332026-08-17T20:38:32.774Z[ recovery-image] Aug 17 20:38:32.067 INFO O| Aug 17 20:38:32.067 INFO completed processing sled/ramdisk-03-recovery-trim
86342026-08-17T20:38:32.783Z[ recovery-image] Aug 17 20:38:32.071 INFO image builder template: zfs-recovery...
86352026-08-17T20:38:32.783Z[ recovery-image] Aug 17 20:38:32.071 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/.tmpNdaVGy/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
86362026-08-17T20:38:32.808Z[ recovery-image] Aug 17 20:38:32.100 INFO O| Aug 17 20:38:32.100 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86372026-08-17T20:38:32.816Z[ recovery-image] Aug 17 20:38:32.105 INFO O| Aug 17 20:38:32.105 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86382026-08-17T20:38:32.922Z[ recovery-image] Aug 17 20:38:32.213 INFO O| Aug 17 20:38:32.213 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86392026-08-17T20:38:33.046Z[ recovery-image] Aug 17 20:38:32.329 INFO O| Aug 17 20:38:32.329 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86402026-08-17T20:38:33.046Z[ recovery-image] Aug 17 20:38:32.329 INFO O| Aug 17 20:38:32.329 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86412026-08-17T20:38:33.051Z[ recovery-image] Aug 17 20:38:32.333 INFO O| Aug 17 20:38:32.333 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86422026-08-17T20:38:33.150Z[ recovery-image] Aug 17 20:38:32.436 INFO O| Aug 17 20:38:32.436 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86432026-08-17T20:38:33.283Z[ recovery-image] Aug 17 20:38:32.573 INFO O| Aug 17 20:38:32.573 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86442026-08-17T20:38:33.291Z[ recovery-image] Aug 17 20:38:32.581 INFO O| Aug 17 20:38:32.581 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86452026-08-17T20:38:33.295Z[ recovery-image] Aug 17 20:38:32.585 INFO O| Aug 17 20:38:32.585 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86462026-08-17T20:38:33.296Z[ recovery-image] Aug 17 20:38:32.586 INFO O| Aug 17 20:38:32.586 INFO no lofi found
86472026-08-17T20:38:33.296Z[ recovery-image] Aug 17 20:38:32.586 INFO O| Aug 17 20:38:32.586 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86482026-08-17T20:38:33.296Z[ recovery-image] Aug 17 20:38:32.586 INFO O| Aug 17 20:38:32.586 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86492026-08-17T20:38:33.368Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86502026-08-17T20:38:35.385Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86512026-08-17T20:38:35.407Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86522026-08-17T20:38:35.407Z[ recovery-image] Aug 17 20:38:34.001 INFO O| Aug 17 20:38:34.001 INFO lofi device = /dev/dsk/c2t1d0p0
86532026-08-17T20:38:35.407Z[ recovery-image] Aug 17 20:38:34.001 INFO O| Aug 17 20:38:34.001 INFO pool device = /dev/dsk/c2t1d0p0
86542026-08-17T20:38:35.407Z[ recovery-image] Aug 17 20:38:34.001 INFO O| Aug 17 20:38:34.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86552026-08-17T20:38:35.407Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86562026-08-17T20:38:35.407Z[ recovery-image] Aug 17 20:38:34.161 INFO O| Aug 17 20:38:34.161 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86572026-08-17T20:38:35.407Z[ recovery-image] Aug 17 20:38:34.161 INFO O| Aug 17 20:38:34.161 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86582026-08-17T20:38:35.407Z[ recovery-image] Aug 17 20:38:34.184 INFO O| Aug 17 20:38:34.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86592026-08-17T20:38:35.407Z[ recovery-image] Aug 17 20:38:34.284 INFO O| Aug 17 20:38:34.284 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86602026-08-17T20:38:35.407Z[ recovery-image] Aug 17 20:38:34.318 INFO O| Aug 17 20:38:34.318 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86612026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.340 INFO O| Aug 17 20:38:34.340 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86622026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.356 INFO O| Aug 17 20:38:34.356 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86632026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.404 INFO O| Aug 17 20:38:34.404 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86642026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.404 INFO O| Aug 17 20:38:34.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86652026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.404 INFO O| Aug 17 20:38:34.404 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86662026-08-17T20:38:35.408Z[verify-libraries] Compiling git2 v0.20.4
86672026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.413 INFO O| Aug 17 20:38:34.413 INFO boot environment UUID: fa858e60-1698-4982-988b-8d4b53bd5fa2
86682026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.413 INFO O| Aug 17 20:38:34.413 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = fa858e60-1698-4982-988b-8d4b53bd5fa2
86692026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.431 INFO O| Aug 17 20:38:34.431 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86702026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.450 INFO O| Aug 17 20:38:34.450 INFO STEP 0 (create_be) COMPLETE
86712026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.450 INFO O| Aug 17 20:38:34.450 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86722026-08-17T20:38:35.408Z[ recovery-image] Aug 17 20:38:34.464 INFO O| Aug 17 20:38:34.464 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"]
86732026-08-17T20:38:36.315Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86742026-08-17T20:38:36.970Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86752026-08-17T20:38:37.005Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86762026-08-17T20:38:37.107Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86772026-08-17T20:38:37.370Z[verify-libraries] Compiling yansi v1.0.1
86782026-08-17T20:38:37.604Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86792026-08-17T20:38:37.773Z[verify-libraries] Compiling pretty_assertions v1.4.1
86802026-08-17T20:38:37.839Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86812026-08-17T20:38:38.540Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86822026-08-17T20:38:38.709Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86832026-08-17T20:38:38.757Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86842026-08-17T20:38:38.941Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86852026-08-17T20:38:39.143Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86862026-08-17T20:38:39.374Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86872026-08-17T20:38:39.533Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86882026-08-17T20:38:39.587Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86892026-08-17T20:38:39.634Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86902026-08-17T20:38:39.775Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86912026-08-17T20:38:39.930Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86922026-08-17T20:38:39.991Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86932026-08-17T20:38:40.068Z[verify-libraries] Compiling drift v0.2.0
86942026-08-17T20:38:40.408Z[verify-libraries] Compiling uzers v0.12.2
86952026-08-17T20:38:40.816Z[verify-libraries] Compiling parse-size v1.1.0
86962026-08-17T20:38:41.081Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86972026-08-17T20:38:41.912Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86982026-08-17T20:38:41.912Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
86992026-08-17T20:38:41.984Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87002026-08-17T20:38:42.528Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87012026-08-17T20:38:43.995Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87022026-08-17T20:38:44.228Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87032026-08-17T20:38:44.417Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87042026-08-17T20:38:44.461Z[ recovery-image] Aug 17 20:38:43.755 INFO O| Aug 17 20:38:43.755 INFO STEP 1 (unpack_tar) COMPLETE
87052026-08-17T20:38:44.461Z[ recovery-image] Aug 17 20:38:43.755 INFO O| Aug 17 20:38:43.755 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87062026-08-17T20:38:44.482Z[ recovery-image] Aug 17 20:38:43.769 INFO O| Aug 17 20:38:43.769 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87072026-08-17T20:38:45.797Z[ recovery-image] Aug 17 20:38:45.079 INFO O| Aug 17 20:38:45.079 INFO STEP 2 (devfsadm) COMPLETE
87082026-08-17T20:38:45.797Z[ recovery-image] Aug 17 20:38:45.079 INFO O| Aug 17 20:38:45.079 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87092026-08-17T20:38:45.813Z[ recovery-image] Aug 17 20:38:45.091 INFO O| Aug 17 20:38:45.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87102026-08-17T20:38:45.813Z[ recovery-image] Aug 17 20:38:45.091 INFO O| Aug 17 20:38:45.091 INFO STEP 3 (ensure_dir) COMPLETE
87112026-08-17T20:38:45.813Z[ recovery-image] Aug 17 20:38:45.091 INFO O| Aug 17 20:38:45.091 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87122026-08-17T20:38:45.839Z[ recovery-image] Aug 17 20:38:45.102 INFO O| Aug 17 20:38:45.102 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87132026-08-17T20:38:45.839Z[ recovery-image] Aug 17 20:38:45.102 INFO O| Aug 17 20:38:45.102 INFO STEP 4 (ensure_dir) COMPLETE
87142026-08-17T20:38:45.839Z[ recovery-image] Aug 17 20:38:45.102 INFO O| Aug 17 20:38:45.102 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87152026-08-17T20:38:45.839Z[ recovery-image] Aug 17 20:38:45.113 INFO O| Aug 17 20:38:45.113 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87162026-08-17T20:38:45.839Z[ recovery-image] Aug 17 20:38:45.113 INFO O| Aug 17 20:38:45.113 INFO STEP 5 (ensure_dir) COMPLETE
87172026-08-17T20:38:45.839Z[ recovery-image] Aug 17 20:38:45.113 INFO O| Aug 17 20:38:45.113 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182026-08-17T20:38:45.839Z[ recovery-image] Aug 17 20:38:45.123 INFO O| Aug 17 20:38:45.123 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87192026-08-17T20:38:45.839Z[ recovery-image] Aug 17 20:38:45.123 INFO O| Aug 17 20:38:45.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87202026-08-17T20:38:45.839Z[ recovery-image] Aug 17 20:38:45.124 INFO O| Aug 17 20:38:45.123 INFO STEP 6 (ensure_dir) COMPLETE
87212026-08-17T20:38:45.839Z[ recovery-image] Aug 17 20:38:45.124 INFO O| Aug 17 20:38:45.123 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222026-08-17T20:38:45.880Z[ recovery-image] Aug 17 20:38:45.135 INFO O| Aug 17 20:38:45.134 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87232026-08-17T20:38:45.881Z[ recovery-image] Aug 17 20:38:45.135 INFO O| Aug 17 20:38:45.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87242026-08-17T20:38:45.881Z[ recovery-image] Aug 17 20:38:45.135 INFO O| Aug 17 20:38:45.135 INFO STEP 7 (ensure_dir) COMPLETE
87252026-08-17T20:38:45.881Z[ recovery-image] Aug 17 20:38:45.135 INFO O| Aug 17 20:38:45.135 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87262026-08-17T20:38:45.881Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87272026-08-17T20:38:45.881Z[ recovery-image] Aug 17 20:38:45.144 INFO O| Aug 17 20:38:45.144 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87282026-08-17T20:38:45.881Z[ recovery-image] Aug 17 20:38:45.145 INFO O| Aug 17 20:38:45.145 INFO STEP 8 (remove_files) COMPLETE
87292026-08-17T20:38:45.881Z[ recovery-image] Aug 17 20:38:45.145 INFO O| Aug 17 20:38:45.145 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87302026-08-17T20:38:45.903Z[ recovery-image] Aug 17 20:38:45.154 INFO O| Aug 17 20:38:45.154 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87312026-08-17T20:38:45.903Z[ recovery-image] Aug 17 20:38:45.155 INFO O| Aug 17 20:38:45.154 INFO STEP 9 (remove_files) COMPLETE
87322026-08-17T20:38:45.903Z[ recovery-image] Aug 17 20:38:45.155 INFO O| Aug 17 20:38:45.154 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87332026-08-17T20:38:45.903Z[ recovery-image] Aug 17 20:38:45.163 INFO O| Aug 17 20:38:45.163 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87342026-08-17T20:38:45.903Z[ recovery-image] Aug 17 20:38:45.164 INFO O| Aug 17 20:38:45.164 INFO STEP 10 (remove_files) COMPLETE
87352026-08-17T20:38:45.903Z[ recovery-image] Aug 17 20:38:45.164 INFO O| Aug 17 20:38:45.164 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87362026-08-17T20:38:45.903Z[ recovery-image] Aug 17 20:38:45.173 INFO O| Aug 17 20:38:45.173 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87372026-08-17T20:38:45.903Z[ recovery-image] Aug 17 20:38:45.173 INFO O| Aug 17 20:38:45.173 INFO STEP 11 (remove_files) COMPLETE
87382026-08-17T20:38:45.904Z[ recovery-image] Aug 17 20:38:45.173 INFO O| Aug 17 20:38:45.173 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87392026-08-17T20:38:45.904Z[ recovery-image] Aug 17 20:38:45.183 INFO O| Aug 17 20:38:45.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87402026-08-17T20:38:45.904Z[ recovery-image] Aug 17 20:38:45.183 INFO O| Aug 17 20:38:45.183 INFO STEP 12 (remove_files) COMPLETE
87412026-08-17T20:38:45.904Z[ recovery-image] Aug 17 20:38:45.183 INFO O| Aug 17 20:38:45.183 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87422026-08-17T20:38:45.904Z[ recovery-image] Aug 17 20:38:45.194 INFO O| Aug 17 20:38:45.194 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87432026-08-17T20:38:45.904Z[ recovery-image] Aug 17 20:38:45.194 INFO O| Aug 17 20:38:45.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87442026-08-17T20:38:45.904Z[ recovery-image] Aug 17 20:38:45.194 INFO O| Aug 17 20:38:45.194 INFO STEP 13 (ensure_dir) COMPLETE
87452026-08-17T20:38:45.904Z[ recovery-image] Aug 17 20:38:45.194 INFO O| Aug 17 20:38:45.194 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462026-08-17T20:38:45.928Z[ recovery-image] Aug 17 20:38:45.205 INFO O| Aug 17 20:38:45.205 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87472026-08-17T20:38:45.938Z[ recovery-image] Aug 17 20:38:45.205 INFO O| Aug 17 20:38:45.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87482026-08-17T20:38:45.949Z[ recovery-image] Aug 17 20:38:45.205 INFO O| Aug 17 20:38:45.205 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87492026-08-17T20:38:45.949Z[ recovery-image] Aug 17 20:38:45.205 INFO O| Aug 17 20:38:45.205 INFO STEP 14 (ensure_dir) COMPLETE
87502026-08-17T20:38:45.949Z[ recovery-image] Aug 17 20:38:45.205 INFO O| Aug 17 20:38:45.205 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512026-08-17T20:38:45.949Z[ recovery-image] Aug 17 20:38:45.216 INFO O| Aug 17 20:38:45.216 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87522026-08-17T20:38:45.949Z[ recovery-image] Aug 17 20:38:45.216 INFO O| Aug 17 20:38:45.216 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87532026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.216 INFO O| Aug 17 20:38:45.216 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87542026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.216 INFO O| Aug 17 20:38:45.216 INFO STEP 15 (ensure_dir) COMPLETE
87552026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.216 INFO O| Aug 17 20:38:45.216 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.227 INFO O| Aug 17 20:38:45.227 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87572026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.227 INFO O| Aug 17 20:38:45.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87582026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.227 INFO O| Aug 17 20:38:45.227 INFO STEP 16 (ensure_dir) COMPLETE
87592026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.227 INFO O| Aug 17 20:38:45.227 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87602026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.236 INFO O| Aug 17 20:38:45.236 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87612026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.236 INFO O| Aug 17 20:38:45.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87622026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.236 INFO O| Aug 17 20:38:45.236 INFO STEP 17 (ensure_dir) COMPLETE
87632026-08-17T20:38:45.950Z[ recovery-image] Aug 17 20:38:45.236 INFO O| Aug 17 20:38:45.236 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87642026-08-17T20:38:45.959Z[ recovery-image] Aug 17 20:38:45.246 INFO O| Aug 17 20:38:45.245 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87652026-08-17T20:38:45.960Z[ recovery-image] Aug 17 20:38:45.246 INFO O| Aug 17 20:38:45.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87662026-08-17T20:38:45.960Z[ recovery-image] Aug 17 20:38:45.246 INFO O| Aug 17 20:38:45.246 INFO ok!
87672026-08-17T20:38:45.960Z[ recovery-image] Aug 17 20:38:45.246 INFO O| Aug 17 20:38:45.246 INFO STEP 18 (ensure_symlink) COMPLETE
87682026-08-17T20:38:45.960Z[ recovery-image] Aug 17 20:38:45.246 INFO O| Aug 17 20:38:45.246 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87692026-08-17T20:38:45.966Z[ recovery-image] Aug 17 20:38:45.255 INFO O| Aug 17 20:38:45.255 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87702026-08-17T20:38:45.966Z[ recovery-image] Aug 17 20:38:45.255 INFO O| Aug 17 20:38:45.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87712026-08-17T20:38:45.966Z[ recovery-image] Aug 17 20:38:45.255 INFO O| Aug 17 20:38:45.255 INFO ok!
87722026-08-17T20:38:45.966Z[ recovery-image] Aug 17 20:38:45.255 INFO O| Aug 17 20:38:45.255 INFO STEP 19 (ensure_file) COMPLETE
87732026-08-17T20:38:45.966Z[ recovery-image] Aug 17 20:38:45.255 INFO O| Aug 17 20:38:45.255 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87742026-08-17T20:38:45.977Z[ recovery-image] Aug 17 20:38:45.264 INFO O| Aug 17 20:38:45.264 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87752026-08-17T20:38:45.977Z[ recovery-image] Aug 17 20:38:45.264 INFO O| Aug 17 20:38:45.264 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87762026-08-17T20:38:45.977Z[ recovery-image] Aug 17 20:38:45.264 INFO O| Aug 17 20:38:45.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87772026-08-17T20:38:45.977Z[ recovery-image] Aug 17 20:38:45.264 INFO O| Aug 17 20:38:45.264 INFO ok!
87782026-08-17T20:38:45.977Z[ recovery-image] Aug 17 20:38:45.264 INFO O| Aug 17 20:38:45.264 INFO STEP 20 (ensure_symlink) COMPLETE
87792026-08-17T20:38:45.977Z[ recovery-image] Aug 17 20:38:45.264 INFO O| Aug 17 20:38:45.264 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87802026-08-17T20:38:45.989Z[ recovery-image] Aug 17 20:38:45.275 INFO O| Aug 17 20:38:45.274 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87812026-08-17T20:38:45.989Z[ recovery-image] Aug 17 20:38:45.275 INFO O| Aug 17 20:38:45.275 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87822026-08-17T20:38:45.997Z[ recovery-image] Aug 17 20:38:45.275 INFO O| Aug 17 20:38:45.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87832026-08-17T20:38:45.997Z[ recovery-image] Aug 17 20:38:45.275 INFO O| Aug 17 20:38:45.275 INFO ok!
87842026-08-17T20:38:45.997Z[ recovery-image] Aug 17 20:38:45.275 INFO O| Aug 17 20:38:45.275 INFO STEP 21 (ensure_symlink) COMPLETE
87852026-08-17T20:38:45.997Z[ recovery-image] Aug 17 20:38:45.275 INFO O| Aug 17 20:38:45.275 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87862026-08-17T20:38:45.997Z[ recovery-image] Aug 17 20:38:45.286 INFO O| Aug 17 20:38:45.286 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87872026-08-17T20:38:45.997Z[ recovery-image] Aug 17 20:38:45.286 INFO O| Aug 17 20:38:45.286 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87882026-08-17T20:38:45.997Z[ recovery-image] Aug 17 20:38:45.286 INFO O| Aug 17 20:38:45.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87892026-08-17T20:38:45.997Z[ recovery-image] Aug 17 20:38:45.286 INFO O| Aug 17 20:38:45.286 INFO ok!
87902026-08-17T20:38:45.997Z[ recovery-image] Aug 17 20:38:45.286 INFO O| Aug 17 20:38:45.286 INFO STEP 22 (ensure_symlink) COMPLETE
87912026-08-17T20:38:45.997Z[ recovery-image] Aug 17 20:38:45.286 INFO O| Aug 17 20:38:45.286 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87922026-08-17T20:38:46.016Z[ recovery-image] Aug 17 20:38:45.298 INFO O| Aug 17 20:38:45.298 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87932026-08-17T20:38:46.016Z[ recovery-image] Aug 17 20:38:45.298 INFO O| Aug 17 20:38:45.298 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87942026-08-17T20:38:46.016Z[ recovery-image] Aug 17 20:38:45.298 INFO O| Aug 17 20:38:45.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87952026-08-17T20:38:46.016Z[ recovery-image] Aug 17 20:38:45.298 INFO O| Aug 17 20:38:45.298 INFO ok!
87962026-08-17T20:38:46.017Z[ recovery-image] Aug 17 20:38:45.298 INFO O| Aug 17 20:38:45.298 INFO STEP 23 (ensure_symlink) COMPLETE
87972026-08-17T20:38:46.017Z[ recovery-image] Aug 17 20:38:45.298 INFO O| Aug 17 20:38:45.298 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87982026-08-17T20:38:46.027Z[ recovery-image] Aug 17 20:38:45.310 INFO O| Aug 17 20:38:45.310 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87992026-08-17T20:38:46.027Z[ recovery-image] Aug 17 20:38:45.310 INFO O| Aug 17 20:38:45.310 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 ...
88002026-08-17T20:38:46.027Z[ recovery-image] Aug 17 20:38:45.310 INFO O| Aug 17 20:38:45.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88012026-08-17T20:38:46.027Z[ recovery-image] Aug 17 20:38:45.310 INFO O| Aug 17 20:38:45.310 INFO ok!
88022026-08-17T20:38:46.028Z[ recovery-image] Aug 17 20:38:45.310 INFO O| Aug 17 20:38:45.310 INFO STEP 24 (ensure_file) COMPLETE
88032026-08-17T20:38:46.028Z[ recovery-image] Aug 17 20:38:45.310 INFO O| Aug 17 20:38:45.310 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88042026-08-17T20:38:46.036Z[ recovery-image] Aug 17 20:38:45.320 INFO O| Aug 17 20:38:45.320 INFO updating shadow file
88052026-08-17T20:38:46.036Z[ recovery-image] Aug 17 20:38:45.321 INFO O| Aug 17 20:38:45.321 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88062026-08-17T20:38:46.036Z[ recovery-image] Aug 17 20:38:45.321 INFO O| Aug 17 20:38:45.321 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88072026-08-17T20:38:46.036Z[ recovery-image] Aug 17 20:38:45.321 INFO O| Aug 17 20:38:45.321 INFO STEP 25 (shadow) COMPLETE
88082026-08-17T20:38:46.036Z[ recovery-image] Aug 17 20:38:45.321 INFO O| Aug 17 20:38:45.321 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88092026-08-17T20:38:46.042Z[ recovery-image] Aug 17 20:38:45.333 INFO O| Aug 17 20:38:45.332 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88102026-08-17T20:38:46.042Z[ recovery-image] Aug 17 20:38:45.333 INFO O| Aug 17 20:38:45.333 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88112026-08-17T20:38:46.042Z[ recovery-image] Aug 17 20:38:45.333 INFO O| Aug 17 20:38:45.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88122026-08-17T20:38:46.047Z[ recovery-image] Aug 17 20:38:45.333 INFO O| Aug 17 20:38:45.333 INFO ok!
88132026-08-17T20:38:46.047Z[ recovery-image] Aug 17 20:38:45.333 INFO O| Aug 17 20:38:45.333 INFO STEP 26 (ensure_file) COMPLETE
88142026-08-17T20:38:46.047Z[ recovery-image] Aug 17 20:38:45.333 INFO O| Aug 17 20:38:45.333 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88152026-08-17T20:38:46.052Z[ recovery-image] Aug 17 20:38:45.342 INFO O| Aug 17 20:38:45.342 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88162026-08-17T20:38:46.052Z[ recovery-image] Aug 17 20:38:45.342 INFO O| Aug 17 20:38:45.342 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88172026-08-17T20:38:46.052Z[ recovery-image] Aug 17 20:38:45.342 INFO O| Aug 17 20:38:45.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88182026-08-17T20:38:46.052Z[ recovery-image] Aug 17 20:38:45.342 INFO O| Aug 17 20:38:45.342 INFO ok!
88192026-08-17T20:38:46.052Z[ recovery-image] Aug 17 20:38:45.342 INFO O| Aug 17 20:38:45.342 INFO STEP 27 (ensure_file) COMPLETE
88202026-08-17T20:38:46.052Z[ recovery-image] Aug 17 20:38:45.342 INFO O| Aug 17 20:38:45.342 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212026-08-17T20:38:46.064Z[ recovery-image] Aug 17 20:38:45.353 INFO O| Aug 17 20:38:45.352 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88222026-08-17T20:38:46.065Z[ recovery-image] Aug 17 20:38:45.353 INFO O| Aug 17 20:38:45.353 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88232026-08-17T20:38:46.065Z[ recovery-image] Aug 17 20:38:45.353 INFO O| Aug 17 20:38:45.353 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88242026-08-17T20:38:46.065Z[ recovery-image] Aug 17 20:38:45.353 INFO O| Aug 17 20:38:45.353 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88252026-08-17T20:38:46.065Z[ recovery-image] Aug 17 20:38:45.353 INFO O| Aug 17 20:38:45.353 INFO ok!
88262026-08-17T20:38:46.065Z[ recovery-image] Aug 17 20:38:45.353 INFO O| Aug 17 20:38:45.353 INFO STEP 28 (ensure_file) COMPLETE
88272026-08-17T20:38:46.065Z[ recovery-image] Aug 17 20:38:45.353 INFO O| Aug 17 20:38:45.353 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88282026-08-17T20:38:46.085Z[ recovery-image] Aug 17 20:38:45.364 INFO O| Aug 17 20:38:45.363 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88292026-08-17T20:38:46.085Z[ recovery-image] Aug 17 20:38:45.364 INFO O| Aug 17 20:38:45.363 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88302026-08-17T20:38:46.085Z[ recovery-image] Aug 17 20:38:45.364 INFO O| Aug 17 20:38:45.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88312026-08-17T20:38:46.085Z[ recovery-image] Aug 17 20:38:45.364 INFO O| Aug 17 20:38:45.364 INFO ok!
88322026-08-17T20:38:46.085Z[ recovery-image] Aug 17 20:38:45.364 INFO O| Aug 17 20:38:45.364 INFO STEP 29 (ensure_file) COMPLETE
88332026-08-17T20:38:46.085Z[ recovery-image] Aug 17 20:38:45.364 INFO O| Aug 17 20:38:45.364 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88342026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.373 INFO O| Aug 17 20:38:45.372 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88352026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.373 INFO O| Aug 17 20:38:45.373 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88362026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.373 INFO O| Aug 17 20:38:45.373 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88372026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.373 INFO O| Aug 17 20:38:45.373 INFO STEP 30 (ensure_dir) COMPLETE
88382026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.373 INFO O| Aug 17 20:38:45.373 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.381 INFO O| Aug 17 20:38:45.381 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88402026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.381 INFO O| Aug 17 20:38:45.381 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 ...
88412026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.381 INFO O| Aug 17 20:38:45.381 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
88422026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.381 INFO O| Aug 17 20:38:45.381 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88432026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.381 INFO O| Aug 17 20:38:45.381 INFO ok!
88442026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.381 INFO O| Aug 17 20:38:45.381 INFO STEP 31 (ensure_file) COMPLETE
88452026-08-17T20:38:46.090Z[ recovery-image] Aug 17 20:38:45.381 INFO O| Aug 17 20:38:45.381 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.392 INFO O| Aug 17 20:38:45.392 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88472026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.392 INFO O| Aug 17 20:38:45.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88482026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.392 INFO O| Aug 17 20:38:45.392 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88492026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.392 INFO O| Aug 17 20:38:45.392 INFO STEP 32 (ensure_dir) COMPLETE
88502026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.392 INFO O| Aug 17 20:38:45.392 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.402 INFO O| Aug 17 20:38:45.402 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88522026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.402 INFO O| Aug 17 20:38:45.402 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 ...
88532026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.402 INFO O| Aug 17 20:38:45.402 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
88542026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.402 INFO O| Aug 17 20:38:45.402 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88552026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.402 INFO O| Aug 17 20:38:45.402 INFO ok!
88562026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.402 INFO O| Aug 17 20:38:45.402 INFO STEP 33 (ensure_file) COMPLETE
88572026-08-17T20:38:46.120Z[ recovery-image] Aug 17 20:38:45.402 INFO O| Aug 17 20:38:45.402 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88582026-08-17T20:38:46.139Z[ recovery-image] Aug 17 20:38:45.432 INFO O| Aug 17 20:38:45.432 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88592026-08-17T20:38:46.139Z[ recovery-image] Aug 17 20:38:45.432 INFO O| Aug 17 20:38:45.432 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88602026-08-17T20:38:46.139Z[ recovery-image] Aug 17 20:38:45.432 INFO O| Aug 17 20:38:45.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88612026-08-17T20:38:46.139Z[ recovery-image] Aug 17 20:38:45.432 INFO O| Aug 17 20:38:45.432 INFO ok!
88622026-08-17T20:38:46.139Z[ recovery-image] Aug 17 20:38:45.432 INFO O| Aug 17 20:38:45.432 INFO STEP 34 (ensure_file) COMPLETE
88632026-08-17T20:38:46.140Z[ recovery-image] Aug 17 20:38:45.432 INFO O| Aug 17 20:38:45.432 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88642026-08-17T20:38:46.147Z[ recovery-image] Aug 17 20:38:45.440 INFO O| Aug 17 20:38:45.440 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88652026-08-17T20:38:46.147Z[ recovery-image] Aug 17 20:38:45.440 INFO O| Aug 17 20:38:45.440 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88662026-08-17T20:38:46.147Z[ recovery-image] Aug 17 20:38:45.440 INFO O| Aug 17 20:38:45.440 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88672026-08-17T20:38:46.147Z[ recovery-image] Aug 17 20:38:45.440 INFO O| Aug 17 20:38:45.440 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88682026-08-17T20:38:46.147Z[ recovery-image] Aug 17 20:38:45.440 INFO O| Aug 17 20:38:45.440 INFO ok!
88692026-08-17T20:38:46.147Z[ recovery-image] Aug 17 20:38:45.440 INFO O| Aug 17 20:38:45.440 INFO STEP 35 (ensure_file) COMPLETE
88702026-08-17T20:38:46.147Z[ recovery-image] Aug 17 20:38:45.440 INFO O| Aug 17 20:38:45.440 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88712026-08-17T20:38:46.159Z[ recovery-image] Aug 17 20:38:45.452 INFO O| Aug 17 20:38:45.452 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88722026-08-17T20:38:46.159Z[ recovery-image] Aug 17 20:38:45.452 INFO O| Aug 17 20:38:45.452 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88732026-08-17T20:38:46.159Z[ recovery-image] Aug 17 20:38:45.452 INFO O| Aug 17 20:38:45.452 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88742026-08-17T20:38:46.164Z[ recovery-image] Aug 17 20:38:45.452 INFO O| Aug 17 20:38:45.452 INFO ok!
88752026-08-17T20:38:46.164Z[ recovery-image] Aug 17 20:38:45.452 INFO O| Aug 17 20:38:45.452 INFO STEP 36 (ensure_file) COMPLETE
88762026-08-17T20:38:46.164Z[ recovery-image] Aug 17 20:38:45.452 INFO O| Aug 17 20:38:45.452 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88772026-08-17T20:38:46.171Z[ recovery-image] Aug 17 20:38:45.464 INFO O| Aug 17 20:38:45.464 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88782026-08-17T20:38:46.171Z[ recovery-image] Aug 17 20:38:45.464 INFO O| Aug 17 20:38:45.464 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88792026-08-17T20:38:46.171Z[ recovery-image] Aug 17 20:38:45.464 INFO O| Aug 17 20:38:45.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88802026-08-17T20:38:46.171Z[ recovery-image] Aug 17 20:38:45.464 INFO O| Aug 17 20:38:45.464 INFO ok!
88812026-08-17T20:38:46.171Z[ recovery-image] Aug 17 20:38:45.464 INFO O| Aug 17 20:38:45.464 INFO STEP 37 (ensure_file) COMPLETE
88822026-08-17T20:38:46.171Z[ recovery-image] Aug 17 20:38:45.464 INFO O| Aug 17 20:38:45.464 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88832026-08-17T20:38:46.193Z[ recovery-image] Aug 17 20:38:45.486 INFO O| Aug 17 20:38:45.486 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88842026-08-17T20:38:46.193Z[ recovery-image] Aug 17 20:38:45.487 INFO O| Aug 17 20:38:45.486 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88852026-08-17T20:38:46.193Z[ recovery-image] Aug 17 20:38:45.487 INFO O| Aug 17 20:38:45.487 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88862026-08-17T20:38:46.201Z[ recovery-image] Aug 17 20:38:45.487 INFO O| Aug 17 20:38:45.487 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88872026-08-17T20:38:46.201Z[ recovery-image] Aug 17 20:38:45.487 INFO O| Aug 17 20:38:45.487 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88882026-08-17T20:38:46.201Z[ recovery-image] Aug 17 20:38:45.487 INFO O| Aug 17 20:38:45.487 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88892026-08-17T20:38:46.201Z[ recovery-image] Aug 17 20:38:45.487 INFO O| Aug 17 20:38:45.487 INFO ok!
88902026-08-17T20:38:46.201Z[ recovery-image] Aug 17 20:38:45.487 INFO O| Aug 17 20:38:45.487 INFO STEP 38 (ensure_file) COMPLETE
88912026-08-17T20:38:46.201Z[ recovery-image] Aug 17 20:38:45.487 INFO O| Aug 17 20:38:45.487 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88922026-08-17T20:38:46.205Z[ recovery-image] Aug 17 20:38:45.497 INFO O| Aug 17 20:38:45.497 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88932026-08-17T20:38:46.205Z[ recovery-image] Aug 17 20:38:45.497 INFO O| Aug 17 20:38:45.497 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88942026-08-17T20:38:46.205Z[ recovery-image] Aug 17 20:38:45.497 INFO O| Aug 17 20:38:45.497 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88952026-08-17T20:38:46.205Z[ recovery-image] Aug 17 20:38:45.497 INFO O| Aug 17 20:38:45.497 INFO STEP 39 (ensure_dir) COMPLETE
88962026-08-17T20:38:46.205Z[ recovery-image] Aug 17 20:38:45.497 INFO O| Aug 17 20:38:45.497 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88972026-08-17T20:38:46.225Z[ recovery-image] Aug 17 20:38:45.508 INFO O| Aug 17 20:38:45.508 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
88982026-08-17T20:38:46.225Z[ recovery-image] Aug 17 20:38:45.508 INFO O| Aug 17 20:38:45.508 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 ...
88992026-08-17T20:38:46.225Z[ recovery-image] Aug 17 20:38:45.508 INFO O| Aug 17 20:38:45.508 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
89002026-08-17T20:38:46.230Z[ recovery-image] Aug 17 20:38:45.508 INFO O| Aug 17 20:38:45.508 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
89012026-08-17T20:38:46.230Z[ recovery-image] Aug 17 20:38:45.508 INFO O| Aug 17 20:38:45.508 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
89022026-08-17T20:38:46.230Z[ recovery-image] Aug 17 20:38:45.508 INFO O| Aug 17 20:38:45.508 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
89032026-08-17T20:38:46.230Z[ recovery-image] Aug 17 20:38:45.508 INFO O| Aug 17 20:38:45.508 INFO ok!
89042026-08-17T20:38:46.230Z[ recovery-image] Aug 17 20:38:45.508 INFO O| Aug 17 20:38:45.508 INFO STEP 40 (ensure_file) COMPLETE
89052026-08-17T20:38:46.230Z[ recovery-image] Aug 17 20:38:45.508 INFO O| Aug 17 20:38:45.508 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89062026-08-17T20:38:46.238Z[ recovery-image] Aug 17 20:38:45.519 INFO O| Aug 17 20:38:45.519 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89072026-08-17T20:38:46.238Z[ recovery-image] Aug 17 20:38:45.519 INFO O| Aug 17 20:38:45.519 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 ...
89082026-08-17T20:38:46.238Z[ recovery-image] Aug 17 20:38:45.519 INFO O| Aug 17 20:38:45.519 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89092026-08-17T20:38:46.239Z[ recovery-image] Aug 17 20:38:45.519 INFO O| Aug 17 20:38:45.519 INFO ok!
89102026-08-17T20:38:46.239Z[ recovery-image] Aug 17 20:38:45.519 INFO O| Aug 17 20:38:45.519 INFO STEP 41 (ensure_symlink) COMPLETE
89112026-08-17T20:38:46.239Z[ recovery-image] Aug 17 20:38:45.519 INFO O| Aug 17 20:38:45.519 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89122026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.529 INFO O| Aug 17 20:38:45.529 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89132026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.529 INFO O| Aug 17 20:38:45.529 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89142026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.529 INFO O| Aug 17 20:38:45.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89152026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.529 INFO O| Aug 17 20:38:45.529 INFO ok!
89162026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.529 INFO O| Aug 17 20:38:45.529 INFO STEP 42 (ensure_symlink) COMPLETE
89172026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.529 INFO O| Aug 17 20:38:45.529 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89182026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.538 INFO O| Aug 17 20:38:45.538 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89192026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.538 INFO O| Aug 17 20:38:45.538 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89202026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.538 INFO O| Aug 17 20:38:45.538 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89212026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.538 INFO O| Aug 17 20:38:45.538 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89222026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.538 INFO O| Aug 17 20:38:45.538 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89232026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.538 INFO O| Aug 17 20:38:45.538 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89242026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.538 INFO O| Aug 17 20:38:45.538 INFO ok!
89252026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.538 INFO O| Aug 17 20:38:45.538 INFO STEP 43 (ensure_file) COMPLETE
89262026-08-17T20:38:46.249Z[ recovery-image] Aug 17 20:38:45.538 INFO O| Aug 17 20:38:45.538 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89272026-08-17T20:38:46.255Z[ recovery-image] Aug 17 20:38:45.549 INFO O| Aug 17 20:38:45.549 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89282026-08-17T20:38:46.255Z[ recovery-image] Aug 17 20:38:45.549 INFO O| Aug 17 20:38:45.549 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 ...
89292026-08-17T20:38:46.260Z[ recovery-image] Aug 17 20:38:45.549 INFO O| Aug 17 20:38:45.549 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
89302026-08-17T20:38:46.261Z[ recovery-image] Aug 17 20:38:45.549 INFO O| Aug 17 20:38:45.549 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89312026-08-17T20:38:46.261Z[ recovery-image] Aug 17 20:38:45.549 INFO O| Aug 17 20:38:45.549 INFO ok!
89322026-08-17T20:38:46.261Z[ recovery-image] Aug 17 20:38:45.549 INFO O| Aug 17 20:38:45.549 INFO STEP 44 (ensure_file) COMPLETE
89332026-08-17T20:38:46.261Z[ recovery-image] Aug 17 20:38:45.549 INFO O| Aug 17 20:38:45.549 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89342026-08-17T20:38:46.268Z[ recovery-image] Aug 17 20:38:45.561 INFO O| Aug 17 20:38:45.561 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89352026-08-17T20:38:46.268Z[ recovery-image] Aug 17 20:38:45.561 INFO O| Aug 17 20:38:45.561 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89362026-08-17T20:38:46.268Z[ recovery-image] Aug 17 20:38:45.561 INFO O| Aug 17 20:38:45.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89372026-08-17T20:38:46.268Z[ recovery-image] Aug 17 20:38:45.561 INFO O| Aug 17 20:38:45.561 INFO ok!
89382026-08-17T20:38:46.272Z[ recovery-image] Aug 17 20:38:45.561 INFO O| Aug 17 20:38:45.561 INFO STEP 45 (ensure_file) COMPLETE
89392026-08-17T20:38:46.272Z[ recovery-image] Aug 17 20:38:45.561 INFO O| Aug 17 20:38:45.561 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89402026-08-17T20:38:46.278Z[ recovery-image] Aug 17 20:38:45.572 INFO O| Aug 17 20:38:45.572 INFO updating shadow file
89412026-08-17T20:38:46.278Z[ recovery-image] Aug 17 20:38:45.572 INFO O| Aug 17 20:38:45.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89422026-08-17T20:38:46.282Z[ recovery-image] Aug 17 20:38:45.572 INFO O| Aug 17 20:38:45.572 INFO STEP 46 (shadow) COMPLETE
89432026-08-17T20:38:46.282Z[ recovery-image] Aug 17 20:38:45.572 INFO O| Aug 17 20:38:45.572 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89442026-08-17T20:38:46.290Z[ recovery-image] Aug 17 20:38:45.584 INFO O| Aug 17 20:38:45.583 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89452026-08-17T20:38:46.290Z[ recovery-image] Aug 17 20:38:45.584 INFO O| Aug 17 20:38:45.584 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89462026-08-17T20:38:46.290Z[ recovery-image] Aug 17 20:38:45.584 INFO O| Aug 17 20:38:45.584 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89472026-08-17T20:38:46.294Z[ recovery-image] Aug 17 20:38:45.584 INFO O| Aug 17 20:38:45.584 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89482026-08-17T20:38:46.294Z[ recovery-image] Aug 17 20:38:45.584 INFO O| Aug 17 20:38:45.584 INFO ok!
89492026-08-17T20:38:46.295Z[ recovery-image] Aug 17 20:38:45.584 INFO O| Aug 17 20:38:45.584 INFO STEP 47 (ensure_file) COMPLETE
89502026-08-17T20:38:46.295Z[ recovery-image] Aug 17 20:38:45.584 INFO O| Aug 17 20:38:45.584 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89512026-08-17T20:38:46.301Z[ recovery-image] Aug 17 20:38:45.594 INFO O| Aug 17 20:38:45.593 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89522026-08-17T20:38:46.301Z[ recovery-image] Aug 17 20:38:45.594 INFO O| Aug 17 20:38:45.594 INFO STEP 48 (ensure_dir) COMPLETE
89532026-08-17T20:38:46.301Z[ recovery-image] Aug 17 20:38:45.594 INFO O| Aug 17 20:38:45.594 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89542026-08-17T20:38:46.312Z[ recovery-image] Aug 17 20:38:45.604 INFO O| Aug 17 20:38:45.603 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89552026-08-17T20:38:46.312Z[ recovery-image] Aug 17 20:38:45.604 INFO O| Aug 17 20:38:45.604 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89562026-08-17T20:38:46.312Z[ recovery-image] Aug 17 20:38:45.604 INFO O| Aug 17 20:38:45.604 INFO STEP 49 (ensure_dir) COMPLETE
89572026-08-17T20:38:46.334Z[ recovery-image] Aug 17 20:38:45.604 INFO O| Aug 17 20:38:45.604 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89582026-08-17T20:38:46.334Z[ recovery-image] Aug 17 20:38:45.613 INFO O| Aug 17 20:38:45.613 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89592026-08-17T20:38:46.334Z[ recovery-image] Aug 17 20:38:45.613 INFO O| Aug 17 20:38:45.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89602026-08-17T20:38:46.334Z[ recovery-image] Aug 17 20:38:45.613 INFO O| Aug 17 20:38:45.613 INFO STEP 50 (ensure_dir) COMPLETE
89612026-08-17T20:38:46.334Z[ recovery-image] Aug 17 20:38:45.613 INFO O| Aug 17 20:38:45.613 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89622026-08-17T20:38:46.334Z[ recovery-image] Aug 17 20:38:45.623 INFO O| Aug 17 20:38:45.623 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89632026-08-17T20:38:46.334Z[ recovery-image] Aug 17 20:38:45.623 INFO O| Aug 17 20:38:45.623 INFO copying /tmp/.tmpNdaVGy/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89642026-08-17T20:38:46.362Z[ recovery-image] Aug 17 20:38:45.654 INFO O| Aug 17 20:38:45.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89652026-08-17T20:38:46.362Z[ recovery-image] Aug 17 20:38:45.654 INFO O| Aug 17 20:38:45.654 INFO ok!
89662026-08-17T20:38:46.362Z[ recovery-image] Aug 17 20:38:45.654 INFO O| Aug 17 20:38:45.654 INFO STEP 51 (ensure_file) COMPLETE
89672026-08-17T20:38:46.371Z[ recovery-image] Aug 17 20:38:45.654 INFO O| Aug 17 20:38:45.654 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89682026-08-17T20:38:46.375Z[ recovery-image] Aug 17 20:38:45.665 INFO O| Aug 17 20:38:45.665 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89692026-08-17T20:38:46.375Z[ recovery-image] Aug 17 20:38:45.665 INFO O| Aug 17 20:38:45.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89702026-08-17T20:38:46.375Z[ recovery-image] Aug 17 20:38:45.665 INFO O| Aug 17 20:38:45.665 INFO STEP 52 (ensure_dir) COMPLETE
89712026-08-17T20:38:46.375Z[ recovery-image] Aug 17 20:38:45.665 INFO O| Aug 17 20:38:45.665 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89722026-08-17T20:38:46.383Z[ recovery-image] Aug 17 20:38:45.676 INFO O| Aug 17 20:38:45.676 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89732026-08-17T20:38:46.383Z[ recovery-image] Aug 17 20:38:45.676 INFO O| Aug 17 20:38:45.676 INFO copying /tmp/.tmpNdaVGy/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89742026-08-17T20:38:46.384Z[ recovery-image] Aug 17 20:38:45.676 INFO O| Aug 17 20:38:45.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89752026-08-17T20:38:46.406Z[ recovery-image] Aug 17 20:38:45.676 INFO O| Aug 17 20:38:45.676 INFO ok!
89762026-08-17T20:38:46.406Z[ recovery-image] Aug 17 20:38:45.676 INFO O| Aug 17 20:38:45.676 INFO STEP 53 (ensure_file) COMPLETE
89772026-08-17T20:38:46.406Z[ recovery-image] Aug 17 20:38:45.676 INFO O| Aug 17 20:38:45.676 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89782026-08-17T20:38:46.406Z[ recovery-image] Aug 17 20:38:45.687 INFO O| Aug 17 20:38:45.687 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89792026-08-17T20:38:46.406Z[ recovery-image] Aug 17 20:38:45.687 INFO O| Aug 17 20:38:45.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89802026-08-17T20:38:46.406Z[ recovery-image] Aug 17 20:38:45.687 INFO O| Aug 17 20:38:45.687 INFO STEP 54 (ensure_dir) COMPLETE
89812026-08-17T20:38:46.406Z[ recovery-image] Aug 17 20:38:45.687 INFO O| Aug 17 20:38:45.687 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89822026-08-17T20:38:46.413Z[ recovery-image] Aug 17 20:38:45.704 INFO O| Aug 17 20:38:45.703 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89832026-08-17T20:38:46.413Z[ recovery-image] Aug 17 20:38:45.704 INFO O| Aug 17 20:38:45.703 INFO copying /tmp/.tmpNdaVGy/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89842026-08-17T20:38:46.870Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
89852026-08-17T20:38:46.989Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
89862026-08-17T20:38:47.701Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
89872026-08-17T20:38:48.011Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
89882026-08-17T20:38:48.458Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
89892026-08-17T20:38:48.468Z[verify-libraries] Compiling multimap v0.10.1
89902026-08-17T20:38:48.468Z[ recovery-image] Aug 17 20:38:47.748 INFO O| Aug 17 20:38:47.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89912026-08-17T20:38:48.468Z[ recovery-image] Aug 17 20:38:47.748 INFO O| Aug 17 20:38:47.748 INFO ok!
89922026-08-17T20:38:48.469Z[ recovery-image] Aug 17 20:38:47.749 INFO O| Aug 17 20:38:47.748 INFO STEP 55 (ensure_file) COMPLETE
89932026-08-17T20:38:48.469Z[ recovery-image] Aug 17 20:38:47.749 INFO O| Aug 17 20:38:47.748 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89942026-08-17T20:38:48.476Z[ recovery-image] Aug 17 20:38:47.761 INFO O| Aug 17 20:38:47.761 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89952026-08-17T20:38:48.476Z[ recovery-image] Aug 17 20:38:47.761 INFO O| Aug 17 20:38:47.761 INFO copying /tmp/.tmpNdaVGy/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89962026-08-17T20:38:48.702Z[verify-libraries] Compiling termios v0.3.3
89972026-08-17T20:38:48.781Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
89982026-08-17T20:38:49.044Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
89992026-08-17T20:38:49.428Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
90002026-08-17T20:38:50.515Z[ recovery-image] Aug 17 20:38:49.800 INFO O| Aug 17 20:38:49.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90012026-08-17T20:38:50.515Z[ recovery-image] Aug 17 20:38:49.800 INFO O| Aug 17 20:38:49.800 INFO ok!
90022026-08-17T20:38:50.522Z[ recovery-image] Aug 17 20:38:49.800 INFO O| Aug 17 20:38:49.800 INFO STEP 56 (ensure_file) COMPLETE
90032026-08-17T20:38:50.523Z[ recovery-image] Aug 17 20:38:49.800 INFO O| Aug 17 20:38:49.800 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90042026-08-17T20:38:50.523Z[ recovery-image] Aug 17 20:38:49.809 INFO O| Aug 17 20:38:49.809 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90052026-08-17T20:38:50.523Z[ recovery-image] Aug 17 20:38:49.810 INFO O| Aug 17 20:38:49.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90062026-08-17T20:38:50.523Z[ recovery-image] Aug 17 20:38:49.810 INFO O| Aug 17 20:38:49.810 INFO STEP 57 (ensure_dir) COMPLETE
90072026-08-17T20:38:50.523Z[ recovery-image] Aug 17 20:38:49.810 INFO O| Aug 17 20:38:49.810 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90082026-08-17T20:38:50.528Z[ recovery-image] Aug 17 20:38:49.818 INFO O| Aug 17 20:38:49.818 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90092026-08-17T20:38:50.528Z[ recovery-image] Aug 17 20:38:49.818 INFO O| Aug 17 20:38:49.818 INFO copying /tmp/.tmpNdaVGy/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 ...
90102026-08-17T20:38:50.528Z[ recovery-image] Aug 17 20:38:49.818 INFO O| Aug 17 20:38:49.818 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
90112026-08-17T20:38:50.528Z[ recovery-image] Aug 17 20:38:49.818 INFO O| Aug 17 20:38:49.818 INFO ok!
90122026-08-17T20:38:50.528Z[ recovery-image] Aug 17 20:38:49.818 INFO O| Aug 17 20:38:49.818 INFO STEP 58 (ensure_file) COMPLETE
90132026-08-17T20:38:50.528Z[ recovery-image] Aug 17 20:38:49.818 INFO O| Aug 17 20:38:49.818 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90142026-08-17T20:38:50.533Z[ recovery-image] Aug 17 20:38:49.826 INFO O| Aug 17 20:38:49.826 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90152026-08-17T20:38:50.533Z[ recovery-image] Aug 17 20:38:49.826 INFO O| Aug 17 20:38:49.826 INFO copying /tmp/.tmpNdaVGy/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 ...
90162026-08-17T20:38:50.533Z[ recovery-image] Aug 17 20:38:49.826 INFO O| Aug 17 20:38:49.826 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
90172026-08-17T20:38:50.533Z[ recovery-image] Aug 17 20:38:49.826 INFO O| Aug 17 20:38:49.826 INFO ok!
90182026-08-17T20:38:50.533Z[ recovery-image] Aug 17 20:38:49.826 INFO O| Aug 17 20:38:49.826 INFO STEP 59 (ensure_file) COMPLETE
90192026-08-17T20:38:50.533Z[ recovery-image] Aug 17 20:38:49.826 INFO O| Aug 17 20:38:49.826 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-08-17T20:38:50.542Z[ recovery-image] Aug 17 20:38:49.835 INFO O| Aug 17 20:38:49.835 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90212026-08-17T20:38:50.542Z[ recovery-image] Aug 17 20:38:49.835 INFO O| Aug 17 20:38:49.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90222026-08-17T20:38:50.542Z[ recovery-image] Aug 17 20:38:49.835 INFO O| Aug 17 20:38:49.835 INFO STEP 60 (ensure_dir) COMPLETE
90232026-08-17T20:38:50.545Z[ recovery-image] Aug 17 20:38:49.835 INFO O| Aug 17 20:38:49.835 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-17T20:38:50.552Z[ recovery-image] Aug 17 20:38:49.844 INFO O| Aug 17 20:38:49.844 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90252026-08-17T20:38:50.552Z[ recovery-image] Aug 17 20:38:49.844 INFO O| Aug 17 20:38:49.844 INFO copying /tmp/.tmpNdaVGy/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 ...
90262026-08-17T20:38:50.552Z[ recovery-image] Aug 17 20:38:49.844 INFO O| Aug 17 20:38:49.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90272026-08-17T20:38:50.552Z[ recovery-image] Aug 17 20:38:49.844 INFO O| Aug 17 20:38:49.844 INFO ok!
90282026-08-17T20:38:50.552Z[ recovery-image] Aug 17 20:38:49.844 INFO O| Aug 17 20:38:49.844 INFO STEP 61 (ensure_file) COMPLETE
90292026-08-17T20:38:50.552Z[ recovery-image] Aug 17 20:38:49.844 INFO O| Aug 17 20:38:49.844 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-08-17T20:38:50.568Z[ recovery-image] Aug 17 20:38:49.855 INFO O| Aug 17 20:38:49.855 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90312026-08-17T20:38:50.568Z[ recovery-image] Aug 17 20:38:49.855 INFO O| Aug 17 20:38:49.855 INFO copying /tmp/.tmpNdaVGy/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 ...
90322026-08-17T20:38:50.568Z[ recovery-image] Aug 17 20:38:49.855 INFO O| Aug 17 20:38:49.855 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
90332026-08-17T20:38:50.568Z[ recovery-image] Aug 17 20:38:49.855 INFO O| Aug 17 20:38:49.855 INFO ok!
90342026-08-17T20:38:50.568Z[ recovery-image] Aug 17 20:38:49.855 INFO O| Aug 17 20:38:49.855 INFO STEP 62 (ensure_file) COMPLETE
90352026-08-17T20:38:50.568Z[ recovery-image] Aug 17 20:38:49.855 INFO O| Aug 17 20:38:49.855 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-08-17T20:38:50.574Z[ recovery-image] Aug 17 20:38:49.865 INFO O| Aug 17 20:38:49.865 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90372026-08-17T20:38:50.574Z[ recovery-image] Aug 17 20:38:49.865 INFO O| Aug 17 20:38:49.865 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90382026-08-17T20:38:50.574Z[ recovery-image] Aug 17 20:38:49.865 INFO O| Aug 17 20:38:49.865 INFO STEP 63 (ensure_dir) COMPLETE
90392026-08-17T20:38:50.574Z[ recovery-image] Aug 17 20:38:49.865 INFO O| Aug 17 20:38:49.865 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-08-17T20:38:50.581Z[ recovery-image] Aug 17 20:38:49.875 INFO O| Aug 17 20:38:49.874 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90412026-08-17T20:38:50.581Z[ recovery-image] Aug 17 20:38:49.875 INFO O| Aug 17 20:38:49.874 INFO copying /tmp/.tmpNdaVGy/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 ...
90422026-08-17T20:38:50.581Z[ recovery-image] Aug 17 20:38:49.875 INFO O| Aug 17 20:38:49.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90432026-08-17T20:38:50.586Z[ recovery-image] Aug 17 20:38:49.875 INFO O| Aug 17 20:38:49.875 INFO ok!
90442026-08-17T20:38:50.587Z[ recovery-image] Aug 17 20:38:49.875 INFO O| Aug 17 20:38:49.875 INFO STEP 64 (ensure_file) COMPLETE
90452026-08-17T20:38:50.587Z[ recovery-image] Aug 17 20:38:49.875 INFO O| Aug 17 20:38:49.875 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-08-17T20:38:50.592Z[ recovery-image] Aug 17 20:38:49.884 INFO O| Aug 17 20:38:49.884 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90472026-08-17T20:38:50.592Z[ recovery-image] Aug 17 20:38:49.884 INFO O| Aug 17 20:38:49.884 INFO copying /tmp/.tmpNdaVGy/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90482026-08-17T20:38:50.601Z[ recovery-image] Aug 17 20:38:49.884 INFO O| Aug 17 20:38:49.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90492026-08-17T20:38:50.601Z[ recovery-image] Aug 17 20:38:49.884 INFO O| Aug 17 20:38:49.884 INFO ok!
90502026-08-17T20:38:50.601Z[ recovery-image] Aug 17 20:38:49.884 INFO O| Aug 17 20:38:49.884 INFO STEP 65 (ensure_file) COMPLETE
90512026-08-17T20:38:50.601Z[ recovery-image] Aug 17 20:38:49.884 INFO O| Aug 17 20:38:49.884 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-08-17T20:38:50.605Z[ recovery-image] Aug 17 20:38:49.894 INFO O| Aug 17 20:38:49.894 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90532026-08-17T20:38:50.605Z[ recovery-image] Aug 17 20:38:49.894 INFO O| Aug 17 20:38:49.894 INFO STEP 66 (ensure_dir) COMPLETE
90542026-08-17T20:38:50.605Z[ recovery-image] Aug 17 20:38:49.894 INFO O| Aug 17 20:38:49.894 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-08-17T20:38:50.609Z[ recovery-image] Aug 17 20:38:49.903 INFO O| Aug 17 20:38:49.903 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90562026-08-17T20:38:50.609Z[ recovery-image] Aug 17 20:38:49.903 INFO O| Aug 17 20:38:49.903 INFO STEP 67 (ensure_dir) COMPLETE
90572026-08-17T20:38:50.609Z[ recovery-image] Aug 17 20:38:49.903 INFO O| Aug 17 20:38:49.903 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90582026-08-17T20:38:50.618Z[ recovery-image] Aug 17 20:38:49.912 INFO O| Aug 17 20:38:49.912 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90592026-08-17T20:38:50.618Z[ recovery-image] Aug 17 20:38:49.912 INFO O| Aug 17 20:38:49.912 INFO STEP 68 (ensure_dir) COMPLETE
90602026-08-17T20:38:50.624Z[ recovery-image] Aug 17 20:38:49.912 INFO O| Aug 17 20:38:49.912 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90612026-08-17T20:38:50.629Z[ recovery-image] Aug 17 20:38:49.921 INFO O| Aug 17 20:38:49.921 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90622026-08-17T20:38:50.629Z[ recovery-image] Aug 17 20:38:49.921 INFO O| Aug 17 20:38:49.921 INFO STEP 69 (ensure_dir) COMPLETE
90632026-08-17T20:38:50.629Z[ recovery-image] Aug 17 20:38:49.921 INFO O| Aug 17 20:38:49.921 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90642026-08-17T20:38:50.638Z[ recovery-image] Aug 17 20:38:49.931 INFO O| Aug 17 20:38:49.931 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90652026-08-17T20:38:50.638Z[ recovery-image] Aug 17 20:38:49.931 INFO O| Aug 17 20:38:49.931 INFO copying /tmp/.tmpNdaVGy/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90662026-08-17T20:38:50.642Z[ recovery-image] Aug 17 20:38:49.931 INFO O| Aug 17 20:38:49.931 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90672026-08-17T20:38:50.643Z[ recovery-image] Aug 17 20:38:49.931 INFO O| Aug 17 20:38:49.931 INFO ok!
90682026-08-17T20:38:50.643Z[ recovery-image] Aug 17 20:38:49.931 INFO O| Aug 17 20:38:49.931 INFO STEP 70 (ensure_file) COMPLETE
90692026-08-17T20:38:50.643Z[ recovery-image] Aug 17 20:38:49.931 INFO O| Aug 17 20:38:49.931 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90702026-08-17T20:38:50.646Z[ recovery-image] Aug 17 20:38:49.940 INFO O| Aug 17 20:38:49.940 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90712026-08-17T20:38:50.646Z[ recovery-image] Aug 17 20:38:49.940 INFO O| Aug 17 20:38:49.940 INFO STEP 71 (remove_files) COMPLETE
90722026-08-17T20:38:50.653Z[ recovery-image] Aug 17 20:38:49.940 INFO O| Aug 17 20:38:49.940 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90732026-08-17T20:38:50.660Z[ recovery-image] Aug 17 20:38:49.952 INFO O| Aug 17 20:38:49.952 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90742026-08-17T20:38:50.660Z[ recovery-image] Aug 17 20:38:49.952 INFO O| Aug 17 20:38:49.952 INFO STEP 72 (remove_files) COMPLETE
90752026-08-17T20:38:50.660Z[ recovery-image] Aug 17 20:38:49.952 INFO O| Aug 17 20:38:49.952 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90762026-08-17T20:38:50.671Z[ recovery-image] Aug 17 20:38:49.964 INFO O| Aug 17 20:38:49.964 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90772026-08-17T20:38:50.671Z[ recovery-image] Aug 17 20:38:49.964 INFO O| Aug 17 20:38:49.964 INFO STEP 73 (remove_files) COMPLETE
90782026-08-17T20:38:50.671Z[ recovery-image] Aug 17 20:38:49.964 INFO O| Aug 17 20:38:49.964 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90792026-08-17T20:38:50.680Z[ recovery-image] Aug 17 20:38:49.974 INFO O| Aug 17 20:38:49.974 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90802026-08-17T20:38:50.680Z[ recovery-image] Aug 17 20:38:49.974 INFO O| Aug 17 20:38:49.974 INFO STEP 74 (remove_files) COMPLETE
90812026-08-17T20:38:50.680Z[ recovery-image] Aug 17 20:38:49.974 INFO O| Aug 17 20:38:49.974 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90822026-08-17T20:38:50.689Z[ recovery-image] Aug 17 20:38:49.983 INFO O| Aug 17 20:38:49.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90832026-08-17T20:38:50.689Z[ recovery-image] Aug 17 20:38:49.983 INFO O| Aug 17 20:38:49.983 INFO STEP 75 (remove_files) COMPLETE
90842026-08-17T20:38:50.689Z[ recovery-image] Aug 17 20:38:49.983 INFO O| Aug 17 20:38:49.983 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90852026-08-17T20:38:50.699Z[ recovery-image] Aug 17 20:38:49.993 INFO O| Aug 17 20:38:49.992 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90862026-08-17T20:38:50.699Z[ recovery-image] Aug 17 20:38:49.993 INFO O| Aug 17 20:38:49.993 INFO STEP 76 (remove_files) COMPLETE
90872026-08-17T20:38:50.699Z[ recovery-image] Aug 17 20:38:49.993 INFO O| Aug 17 20:38:49.993 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90882026-08-17T20:38:50.708Z[ recovery-image] Aug 17 20:38:50.002 INFO O| Aug 17 20:38:50.002 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90892026-08-17T20:38:50.708Z[ recovery-image] Aug 17 20:38:50.002 INFO O| Aug 17 20:38:50.002 INFO STEP 77 (remove_files) COMPLETE
90902026-08-17T20:38:50.708Z[ recovery-image] Aug 17 20:38:50.002 INFO O| Aug 17 20:38:50.002 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90912026-08-17T20:38:50.759Z[ recovery-image] Aug 17 20:38:50.012 INFO O| Aug 17 20:38:50.012 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90922026-08-17T20:38:50.759Z[ recovery-image] Aug 17 20:38:50.012 INFO O| Aug 17 20:38:50.012 INFO STEP 78 (remove_files) COMPLETE
90932026-08-17T20:38:50.759Z[ recovery-image] Aug 17 20:38:50.012 INFO O| Aug 17 20:38:50.012 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90942026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.022 INFO O| Aug 17 20:38:50.022 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90952026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.022 INFO O| Aug 17 20:38:50.022 INFO STEP 79 (remove_files) COMPLETE
90962026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.022 INFO O| Aug 17 20:38:50.022 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90972026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.032 INFO O| Aug 17 20:38:50.032 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90982026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.032 INFO O| Aug 17 20:38:50.032 INFO STEP 80 (remove_files) COMPLETE
90992026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.032 INFO O| Aug 17 20:38:50.032 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91002026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.042 INFO O| Aug 17 20:38:50.042 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91012026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.043 INFO O| Aug 17 20:38:50.042 INFO STEP 81 (remove_files) COMPLETE
91022026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.043 INFO O| Aug 17 20:38:50.042 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91032026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.054 INFO O| Aug 17 20:38:50.054 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91042026-08-17T20:38:50.783Z[ recovery-image] Aug 17 20:38:50.054 INFO O| Aug 17 20:38:50.054 INFO STEP 82 (remove_files) COMPLETE
91052026-08-17T20:38:50.784Z[ recovery-image] Aug 17 20:38:50.054 INFO O| Aug 17 20:38:50.054 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91062026-08-17T20:38:50.784Z[ recovery-image] Aug 17 20:38:50.064 INFO O| Aug 17 20:38:50.064 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91072026-08-17T20:38:50.784Z[ recovery-image] Aug 17 20:38:50.065 INFO O| Aug 17 20:38:50.064 INFO STEP 83 (remove_files) COMPLETE
91082026-08-17T20:38:50.784Z[ recovery-image] Aug 17 20:38:50.065 INFO O| Aug 17 20:38:50.065 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91092026-08-17T20:38:50.784Z[ recovery-image] Aug 17 20:38:50.076 INFO O| Aug 17 20:38:50.075 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91102026-08-17T20:38:50.784Z[ recovery-image] Aug 17 20:38:50.076 INFO O| Aug 17 20:38:50.076 INFO STEP 84 (remove_files) COMPLETE
91112026-08-17T20:38:50.784Z[ recovery-image] Aug 17 20:38:50.076 INFO O| Aug 17 20:38:50.076 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91122026-08-17T20:38:50.794Z[ recovery-image] Aug 17 20:38:50.087 INFO O| Aug 17 20:38:50.087 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91132026-08-17T20:38:50.794Z[ recovery-image] Aug 17 20:38:50.087 INFO O| Aug 17 20:38:50.087 INFO STEP 85 (remove_files) COMPLETE
91142026-08-17T20:38:50.794Z[ recovery-image] Aug 17 20:38:50.087 INFO O| Aug 17 20:38:50.087 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91152026-08-17T20:38:50.804Z[ recovery-image] Aug 17 20:38:50.098 INFO O| Aug 17 20:38:50.097 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91162026-08-17T20:38:50.804Z[ recovery-image] Aug 17 20:38:50.098 INFO O| Aug 17 20:38:50.098 INFO STEP 86 (remove_files) COMPLETE
91172026-08-17T20:38:50.804Z[ recovery-image] Aug 17 20:38:50.098 INFO O| Aug 17 20:38:50.098 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91182026-08-17T20:38:50.823Z[ recovery-image] Aug 17 20:38:50.114 INFO O| Aug 17 20:38:50.114 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91192026-08-17T20:38:50.823Z[ recovery-image] Aug 17 20:38:50.114 INFO O| Aug 17 20:38:50.114 INFO STEP 87 (remove_files) COMPLETE
91202026-08-17T20:38:50.827Z[ recovery-image] Aug 17 20:38:50.114 INFO O| Aug 17 20:38:50.114 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-08-17T20:38:50.831Z[ recovery-image] Aug 17 20:38:50.124 INFO O| Aug 17 20:38:50.124 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91222026-08-17T20:38:50.832Z[ recovery-image] Aug 17 20:38:50.124 INFO O| Aug 17 20:38:50.124 INFO STEP 88 (remove_files) COMPLETE
91232026-08-17T20:38:50.832Z[ recovery-image] Aug 17 20:38:50.124 INFO O| Aug 17 20:38:50.124 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-08-17T20:38:50.884Z[ recovery-image] Aug 17 20:38:50.177 INFO O| Aug 17 20:38:50.177 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91252026-08-17T20:38:50.884Z[ recovery-image] Aug 17 20:38:50.177 INFO O| Aug 17 20:38:50.177 INFO STEP 89 (remove_files) COMPLETE
91262026-08-17T20:38:50.884Z[ recovery-image] Aug 17 20:38:50.177 INFO O| Aug 17 20:38:50.177 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-08-17T20:38:50.893Z[ recovery-image] Aug 17 20:38:50.186 INFO O| Aug 17 20:38:50.186 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91282026-08-17T20:38:50.893Z[ recovery-image] Aug 17 20:38:50.187 INFO O| Aug 17 20:38:50.186 INFO STEP 90 (remove_files) COMPLETE
91292026-08-17T20:38:50.898Z[ recovery-image] Aug 17 20:38:50.187 INFO O| Aug 17 20:38:50.186 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-08-17T20:38:50.902Z[ recovery-image] Aug 17 20:38:50.196 INFO O| Aug 17 20:38:50.196 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91312026-08-17T20:38:50.903Z[ recovery-image] Aug 17 20:38:50.196 INFO O| Aug 17 20:38:50.196 INFO STEP 91 (remove_files) COMPLETE
91322026-08-17T20:38:50.909Z[ recovery-image] Aug 17 20:38:50.196 INFO O| Aug 17 20:38:50.196 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-08-17T20:38:50.913Z[ recovery-image] Aug 17 20:38:50.206 INFO O| Aug 17 20:38:50.206 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91342026-08-17T20:38:50.913Z[ recovery-image] Aug 17 20:38:50.206 INFO O| Aug 17 20:38:50.206 INFO STEP 92 (remove_files) COMPLETE
91352026-08-17T20:38:50.913Z[ recovery-image] Aug 17 20:38:50.206 INFO O| Aug 17 20:38:50.206 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-17T20:38:50.930Z[ recovery-image] Aug 17 20:38:50.216 INFO O| Aug 17 20:38:50.216 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91372026-08-17T20:38:50.930Z[ recovery-image] Aug 17 20:38:50.216 INFO O| Aug 17 20:38:50.216 INFO STEP 93 (remove_files) COMPLETE
91382026-08-17T20:38:50.930Z[ recovery-image] Aug 17 20:38:50.216 INFO O| Aug 17 20:38:50.216 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-17T20:38:50.936Z[ recovery-image] Aug 17 20:38:50.226 INFO O| Aug 17 20:38:50.225 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91402026-08-17T20:38:50.936Z[ recovery-image] Aug 17 20:38:50.226 INFO O| Aug 17 20:38:50.226 INFO STEP 94 (remove_files) COMPLETE
91412026-08-17T20:38:50.936Z[ recovery-image] Aug 17 20:38:50.226 INFO O| Aug 17 20:38:50.226 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-08-17T20:38:50.943Z[ recovery-image] Aug 17 20:38:50.236 INFO O| Aug 17 20:38:50.235 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91432026-08-17T20:38:50.944Z[ recovery-image] Aug 17 20:38:50.236 INFO O| Aug 17 20:38:50.236 INFO STEP 95 (remove_files) COMPLETE
91442026-08-17T20:38:50.944Z[ recovery-image] Aug 17 20:38:50.236 INFO O| Aug 17 20:38:50.236 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-08-17T20:38:50.952Z[ recovery-image] Aug 17 20:38:50.245 INFO O| Aug 17 20:38:50.245 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91462026-08-17T20:38:50.952Z[ recovery-image] Aug 17 20:38:50.245 INFO O| Aug 17 20:38:50.245 INFO STEP 96 (remove_files) COMPLETE
91472026-08-17T20:38:50.952Z[ recovery-image] Aug 17 20:38:50.245 INFO O| Aug 17 20:38:50.245 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-08-17T20:38:50.977Z[ recovery-image] Aug 17 20:38:50.255 INFO O| Aug 17 20:38:50.255 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91492026-08-17T20:38:50.977Z[ recovery-image] Aug 17 20:38:50.255 INFO O| Aug 17 20:38:50.255 INFO STEP 97 (remove_files) COMPLETE
91502026-08-17T20:38:50.977Z[ recovery-image] Aug 17 20:38:50.255 INFO O| Aug 17 20:38:50.255 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-08-17T20:38:50.982Z[ recovery-image] Aug 17 20:38:50.265 INFO O| Aug 17 20:38:50.265 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91522026-08-17T20:38:50.982Z[ recovery-image] Aug 17 20:38:50.265 INFO O| Aug 17 20:38:50.265 INFO STEP 98 (remove_files) COMPLETE
91532026-08-17T20:38:50.982Z[ recovery-image] Aug 17 20:38:50.265 INFO O| Aug 17 20:38:50.265 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-08-17T20:38:50.982Z[ recovery-image] Aug 17 20:38:50.274 INFO O| Aug 17 20:38:50.274 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91552026-08-17T20:38:50.982Z[ recovery-image] Aug 17 20:38:50.274 INFO O| Aug 17 20:38:50.274 INFO STEP 99 (remove_files) COMPLETE
91562026-08-17T20:38:50.982Z[ recovery-image] Aug 17 20:38:50.274 INFO O| Aug 17 20:38:50.274 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91572026-08-17T20:38:50.996Z[ recovery-image] Aug 17 20:38:50.289 INFO O| Aug 17 20:38:50.289 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91582026-08-17T20:38:50.996Z[ recovery-image] Aug 17 20:38:50.289 INFO O| Aug 17 20:38:50.289 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91592026-08-17T20:38:53.157Z[verify-libraries] Compiling polar-core v0.27.3
91602026-08-17T20:38:56.760Z[ recovery-image] Aug 17 20:38:56.053 INFO O| Aug 17 20:38:56.053 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
91612026-08-17T20:38:56.760Z[ recovery-image] Aug 17 20:38:56.053 INFO O| Aug 17 20:38:56.053 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91622026-08-17T20:38:56.779Z[ recovery-image] Aug 17 20:38:56.070 INFO O| Aug 17 20:38:56.070 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
91632026-08-17T20:38:56.875Z[ recovery-image] Aug 17 20:38:56.168 INFO O| Aug 17 20:38:56.168 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91642026-08-17T20:38:56.933Z[ recovery-image] Aug 17 20:38:56.226 INFO O| Aug 17 20:38:56.226 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91652026-08-17T20:38:56.997Z[ recovery-image] Aug 17 20:38:56.291 INFO O| Aug 17 20:38:56.290 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91662026-08-17T20:38:56.997Z[ recovery-image] Aug 17 20:38:56.291 INFO O| Aug 17 20:38:56.290 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 ...
91672026-08-17T20:38:57.002Z[ recovery-image] Aug 17 20:38:56.292 INFO O| Aug 17 20:38:56.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91682026-08-17T20:38:57.002Z[ recovery-image] Aug 17 20:38:56.292 INFO O| Aug 17 20:38:56.292 INFO ok!
91692026-08-17T20:38:57.003Z[ recovery-image] Aug 17 20:38:56.292 INFO O| Aug 17 20:38:56.292 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91702026-08-17T20:38:57.003Z[ recovery-image] Aug 17 20:38:56.292 INFO O| Aug 17 20:38:56.292 INFO STEP 100 (seed_smf) COMPLETE
91712026-08-17T20:38:57.003Z[ recovery-image] Aug 17 20:38:56.292 INFO O| Aug 17 20:38:56.292 INFO steps complete; finalising image!
91722026-08-17T20:38:57.003Z[ recovery-image] Aug 17 20:38:56.292 INFO O| Aug 17 20:38:56.292 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91732026-08-17T20:38:57.064Z[ recovery-image] Aug 17 20:38:56.355 INFO O| Aug 17 20:38:56.355 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Aug 17 20:38:56 2026)
91742026-08-17T20:38:57.268Z[ recovery-image] Aug 17 20:38:56.561 INFO O| Aug 17 20:38:56.561 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91752026-08-17T20:38:57.474Z[ recovery-image] Aug 17 20:38:56.768 INFO O| Aug 17 20:38:56.767 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91762026-08-17T20:38:57.680Z[ recovery-image] Aug 17 20:38:56.974 INFO O| Aug 17 20:38:56.974 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91772026-08-17T20:38:57.887Z[ recovery-image] Aug 17 20:38:57.180 INFO O| Aug 17 20:38:57.180 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91782026-08-17T20:38:58.097Z[ recovery-image] Aug 17 20:38:57.386 INFO O| Aug 17 20:38:57.386 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91792026-08-17T20:38:58.299Z[ recovery-image] Aug 17 20:38:57.593 INFO O| Aug 17 20:38:57.592 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91802026-08-17T20:38:58.506Z[ recovery-image] Aug 17 20:38:57.799 INFO O| Aug 17 20:38:57.799 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91812026-08-17T20:38:58.712Z[ recovery-image] Aug 17 20:38:58.006 INFO O| Aug 17 20:38:58.006 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91822026-08-17T20:38:58.919Z[ recovery-image] Aug 17 20:38:58.212 INFO O| Aug 17 20:38:58.212 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91832026-08-17T20:38:59.126Z[ recovery-image] Aug 17 20:38:58.419 INFO O| Aug 17 20:38:58.419 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91842026-08-17T20:38:59.333Z[ recovery-image] Aug 17 20:38:58.625 INFO O| Aug 17 20:38:58.625 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91852026-08-17T20:38:59.637Z[ recovery-image] Aug 17 20:38:58.832 INFO O| Aug 17 20:38:58.832 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91862026-08-17T20:38:59.747Z[ recovery-image] Aug 17 20:38:59.038 INFO O| Aug 17 20:38:59.038 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91872026-08-17T20:38:59.972Z[ recovery-image] Aug 17 20:38:59.246 INFO O| Aug 17 20:38:59.246 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91882026-08-17T20:39:00.165Z[ recovery-image] Aug 17 20:38:59.453 INFO O| Aug 17 20:38:59.452 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Aug 17 20:38:56 2026)
91892026-08-17T20:39:00.365Z[ recovery-image] Aug 17 20:38:59.658 INFO O| Aug 17 20:38:59.658 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 17 20:38:56 2026)
91902026-08-17T20:39:00.573Z[ recovery-image] Aug 17 20:38:59.865 INFO O| Aug 17 20:38:59.865 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 17 20:38:56 2026)
91912026-08-17T20:39:00.704Z[verify-libraries] Compiling oso v0.27.3
91922026-08-17T20:39:00.793Z[ recovery-image] Aug 17 20:39:00.086 INFO O| Aug 17 20:39:00.086 INFO temporary pool has 494M used, 1.27G avail, 1.00x compressratio
91932026-08-17T20:39:00.793Z[ recovery-image] Aug 17 20:39:00.086 INFO O| Aug 17 20:39:00.086 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
91942026-08-17T20:39:01.694Z[ recovery-image] Aug 17 20:39:00.983 INFO O| Aug 17 20:39:00.983 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
91952026-08-17T20:39:01.694Z[ recovery-image] Aug 17 20:39:00.983 INFO O| Aug 17 20:39:00.983 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
91962026-08-17T20:39:04.726Z[ recovery-image] Aug 17 20:39:03.959 INFO O| Aug 17 20:39:03.958 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91972026-08-17T20:39:04.726Z[ recovery-image] Aug 17 20:39:03.959 INFO O| Aug 17 20:39:03.959 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91982026-08-17T20:39:04.726Z[ recovery-image] Aug 17 20:39:03.959 INFO O| Aug 17 20:39:03.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91992026-08-17T20:39:04.948Z[ recovery-image] Aug 17 20:39:03.959 INFO O| Aug 17 20:39:03.959 INFO completed processing sled/zfs-recovery
92002026-08-17T20:39:04.948Z[ recovery-image] Aug 17 20:39:03.959 INFO O| Aug 17 20:39:03.959 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92012026-08-17T20:39:09.634Z[ host-image] Aug 17 20:39:05.064 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24191:20260817T130502Z
92022026-08-17T20:39:09.634Z[ host-image] Aug 17 20:39:05.064 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24191:20260817T130502Z
92032026-08-17T20:39:09.634Z[ host-image] Aug 17 20:39:05.064 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92042026-08-17T20:39:09.634Z[ host-image] Aug 17 20:39:05.064 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92052026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.064 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92062026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.064 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92072026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.064 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92082026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.064 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92092026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.065 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260817T202314Z
92102026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.065 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92112026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.065 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92122026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.065 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24191:20260817T130503Z
92132026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.065 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24191:20260817T130503Z
92142026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.065 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24191:20260817T130503Z
92152026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24191:20260817T130503Z
92162026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92172026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24191:20260817T130503Z
92182026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24191:20260817T130503Z
92192026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24191:20260817T130503Z
92202026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24191:20260817T130503Z
92212026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24191:20260817T130504Z
92222026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24191:20260817T130504Z
92232026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24191:20260817T130504Z
92242026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24191:20260817T130504Z
92252026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.066 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24191:20260817T130504Z
92262026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24191:20260817T130504Z
92272026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24191:20260817T130505Z
92282026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24191:20260817T130505Z
92292026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24191:20260817T130505Z
92302026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24191:20260817T130506Z
92312026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24191:20260817T130506Z
92322026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92332026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24191:20260817T130507Z
92342026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24191:20260817T130508Z
92352026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24191:20260817T130508Z
92362026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24191:20260817T130508Z
92372026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24191:20260817T130508Z
92382026-08-17T20:39:09.635Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24191:20260817T130509Z
92392026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.067 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24191:20260817T130509Z
92402026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.070 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92412026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.070 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24191:20260817T130509Z
92422026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.070 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92432026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.070 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92442026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.071 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92452026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.071 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92462026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.071 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24191:20260817T130509Z
92472026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.071 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92482026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.071 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92492026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.071 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92502026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.071 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92512026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.074 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92522026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.074 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92532026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.075 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92542026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.075 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92552026-08-17T20:39:09.636Z[ host-image] Aug 17 20:39:05.075 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92562026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.075 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92572026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92582026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92592026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92602026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24191:20260817T130510Z
92612026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24191:20260817T130513Z
92622026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92632026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24191:20260817T130513Z
92642026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92652026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92662026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92672026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92682026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24191:20260817T130513Z
92692026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.088 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92702026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.090 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92712026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.090 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92722026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.090 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92732026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.090 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24191:20260817T130513Z
92742026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.090 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92752026-08-17T20:39:09.665Z[ host-image] Aug 17 20:39:05.093 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92762026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.093 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24191:20260817T130513Z
92772026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.094 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24191:20260817T130513Z
92782026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.094 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24191:20260817T130513Z
92792026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.094 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92802026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.094 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24191:20260817T130514Z
92812026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.094 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24191:20260817T130514Z
92822026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.094 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24191:20260817T130514Z
92832026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.094 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24191:20260817T130514Z
92842026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.096 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92852026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.096 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24191:20260817T130514Z
92862026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.096 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24191:20260817T130515Z
92872026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.096 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92882026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.096 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24191:20260817T130515Z
92892026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.096 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24191:20260817T130515Z
92902026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.096 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24191:20260817T130515Z
92912026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.096 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24191:20260817T130515Z
92922026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.098 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24191:20260817T130515Z
92932026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.098 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92942026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.099 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24191:20260817T130515Z
92952026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.099 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24191:20260817T130515Z
92962026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.099 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24191:20260817T130515Z
92972026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.099 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24191:20260817T130515Z
92982026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.099 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24191:20260817T130516Z
92992026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.099 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24191:20260817T130516Z
93002026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.099 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24191:20260817T130516Z
93012026-08-17T20:39:09.666Z[ host-image] Aug 17 20:39:05.100 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24191:20260817T130516Z
93022026-08-17T20:39:09.666Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93032026-08-17T20:39:09.666Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93042026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.103 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24191:20260817T130517Z
93052026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.103 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24191:20260817T130516Z
93062026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.103 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24191:20260817T130516Z
93072026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.103 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24191:20260817T130516Z
93082026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.103 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24191:20260817T130517Z
93092026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.109 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24191:20260817T130518Z
93102026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.109 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24191:20260817T130517Z
93112026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.109 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24191:20260817T130517Z
93122026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.109 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93132026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.109 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93142026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24191:20260817T130517Z
93152026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93162026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24191:20260817T130517Z
93172026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24191:20260817T130517Z
93182026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24191:20260817T130517Z
93192026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93202026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93212026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24191:20260817T130518Z
93222026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24191:20260817T130518Z
93232026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24191:20260817T130518Z
93242026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24191:20260817T130518Z
93252026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24191:20260817T130518Z
93262026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.119 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24191:20260817T130518Z
93272026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.120 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93282026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.120 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24191:20260817T130518Z
93292026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.120 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24191:20260817T130518Z
93302026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.120 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24191:20260817T130518Z
93312026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.120 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24191:20260817T130519Z
93322026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.120 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24191:20260817T130519Z
93332026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24191:20260817T130519Z
93342026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93352026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93362026-08-17T20:39:09.667Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24191:20260817T130520Z
93372026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24191:20260817T130520Z
93382026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93392026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93402026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93412026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93422026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93432026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.121 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93442026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.122 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93452026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.122 INFO O| tempdir @ "/tmp/.tmpUyzfrr/tmp"
93462026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.122 INFO O| image root @ "/tmp/.tmpUyzfrr/tmp/root"
93472026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:05.122 INFO O| creating image...
93482026-08-17T20:39:09.668Z[ host-image] Aug 17 20:39:06.353 INFO O| copying publishers...
93492026-08-17T20:39:09.668Z[ recovery-image] Aug 17 20:39:06.353 INFO O| Aug 17 20:39:06.353 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93502026-08-17T20:39:09.668Z[ recovery-image] Aug 17 20:39:06.448 INFO BUILD STRING "heads/stlouis-0-ga931ca4556\n"
93512026-08-17T20:39:09.668Z[ recovery-image] Aug 17 20:39:06.448 INFO expanded image name: "recovery 4d607a3/${os_short_commit} 2026-08-17 20:23" -> "recovery 4d607a3/a931ca4 2026-08-17 20:23"
93522026-08-17T20:39:09.668Z[ recovery-image] Aug 17 20:39:06.448 INFO output artefacts stored in: "/work/os-recovery"
93532026-08-17T20:39:09.668Z[ recovery-image] Aug 17 20:39:06.449 INFO collecting git info from project "pilot"...
93542026-08-17T20:39:09.668Z[ recovery-image] Aug 17 20:39:06.458 INFO collecting git info from project "amd-firmware"...
93552026-08-17T20:39:09.668Z[ recovery-image] Aug 17 20:39:06.876 INFO collecting git info from project "image-builder"...
93562026-08-17T20:39:09.687Z[ recovery-image] Aug 17 20:39:06.883 INFO collecting git info from project "amd-host-image-builder"...
93572026-08-17T20:39:09.687Z[ recovery-image] Aug 17 20:39:06.924 INFO collecting git info from project "dmar-report"...
93582026-08-17T20:39:09.687Z[ recovery-image] Aug 17 20:39:06.940 INFO collecting git info from project "chelsio-t6-roms"...
93592026-08-17T20:39:09.687Z[ recovery-image] Aug 17 20:39:06.962 INFO collecting git info from project "phbl"...
93602026-08-17T20:39:09.687Z[ recovery-image] Aug 17 20:39:06.975 INFO collecting git info from project "pinprick"...
93612026-08-17T20:39:09.687Z[ recovery-image] Aug 17 20:39:06.985 INFO collecting git info from project "bootserver"...
93622026-08-17T20:39:09.687Z[ recovery-image] Aug 17 20:39:06.998 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93632026-08-17T20:39:09.687Z[ recovery-image] Aug 17 20:39:07.657 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93642026-08-17T20:39:09.687Z[ recovery-image] Aug 17 20:39:08.042 INFO creating Oxide boot image...
93652026-08-17T20:39:09.687Z[ recovery-image] Aug 17 20:39:08.042 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 4d607a3/a931ca4 2026-08-17 20:23", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93662026-08-17T20:39:10.300Z[ host-image] Aug 17 20:39:09.590 INFO O| adding properties...
93672026-08-17T20:39:11.349Z[ host-image] Aug 17 20:39:10.643 INFO O| installing packages...
93682026-08-17T20:39:14.215Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93692026-08-17T20:39:20.174Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93702026-08-17T20:39:20.301Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93712026-08-17T20:39:20.573Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93722026-08-17T20:39:20.818Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93732026-08-17T20:39:21.919Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93742026-08-17T20:39:23.330Z[ host-image] Aug 17 20:39:22.622 INFO O| seeding SMF database...
93752026-08-17T20:39:27.412Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93762026-08-17T20:39:27.535Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93772026-08-17T20:39:28.664Z[ host-image] Aug 17 20:39:27.956 INFO O| configuring SMF profile...
93782026-08-17T20:39:28.664Z[ host-image] Aug 17 20:39:27.956 INFO O| modifying shadow(5)...
93792026-08-17T20:39:28.664Z[ host-image] Aug 17 20:39:27.956 INFO O| loading user and group database...
93802026-08-17T20:39:28.668Z[ host-image] Aug 17 20:39:27.956 INFO O| loading facet selections...
93812026-08-17T20:39:29.068Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93822026-08-17T20:39:29.072Z[ host-image] Aug 17 20:39:28.362 INFO O| devel -> true
93832026-08-17T20:39:29.072Z[ host-image] Aug 17 20:39:28.362 INFO O| doc.man -> true
93842026-08-17T20:39:29.072Z[ host-image] Aug 17 20:39:28.362 INFO O| version-lock.shell/ksh93 -> true
93852026-08-17T20:39:29.072Z[ host-image] Aug 17 20:39:28.362 INFO O| version-lock.system/data/hardware-registry -> true
93862026-08-17T20:39:29.072Z[ host-image] Aug 17 20:39:28.362 INFO O| version-lock.system/data/zoneinfo -> true
93872026-08-17T20:39:29.072Z[ host-image] Aug 17 20:39:28.362 INFO O| version-lock.system/microcode/amd -> true
93882026-08-17T20:39:29.072Z[ host-image] Aug 17 20:39:28.362 INFO O| version-lock.system/microcode/intel -> true
93892026-08-17T20:39:29.072Z[ host-image] Aug 17 20:39:28.362 INFO O| version-lock.system/microcode/oxide -> true
93902026-08-17T20:39:29.072Z[ host-image] Aug 17 20:39:28.362 INFO O| assessing packaged files...
93912026-08-17T20:39:31.088Z[ host-image] Aug 17 20:39:30.381 INFO O| creating archive...
93922026-08-17T20:39:31.110Z[ host-image] Aug 17 20:39:30.404 INFO O| missing from packaging:
93932026-08-17T20:39:31.110Z[ host-image] Aug 17 20:39:30.404 INFO O| "etc/.pwd.lock"
93942026-08-17T20:39:31.111Z[ host-image] Aug 17 20:39:30.404 INFO O| "etc/bash"
93952026-08-17T20:39:31.114Z[ host-image] Aug 17 20:39:30.408 INFO O| "etc/svc/profile/generic.xml"
93962026-08-17T20:39:31.114Z[ host-image] Aug 17 20:39:30.408 INFO O| "etc/svc/profile/inetd_services.xml"
93972026-08-17T20:39:31.114Z[ host-image] Aug 17 20:39:30.408 INFO O| "etc/svc/profile/name_service.xml"
93982026-08-17T20:39:31.114Z[ host-image] Aug 17 20:39:30.408 INFO O| "etc/svc/profile/platform.xml"
93992026-08-17T20:39:31.114Z[ host-image] Aug 17 20:39:30.408 INFO O| "etc/svc/profile/platform_omicron1.xml"
94002026-08-17T20:39:31.118Z[ host-image] Aug 17 20:39:30.408 INFO O| "etc/svc/repository.db"
94012026-08-17T20:39:31.121Z[ host-image] Aug 17 20:39:30.414 INFO O| "opt/ooce/share"
94022026-08-17T20:39:31.121Z[ host-image] Aug 17 20:39:30.414 INFO O| "opt/ooce/share/man"
94032026-08-17T20:39:31.121Z[ host-image] Aug 17 20:39:30.414 INFO O| "opt/ooce/share/man/man1"
94042026-08-17T20:39:31.130Z[ host-image] Aug 17 20:39:30.423 INFO O| finishing archive...
94052026-08-17T20:39:33.928Z[ host-image] Aug 17 20:39:33.220 INFO O| creating gzonly manifest...
94062026-08-17T20:39:33.961Z[ host-image] Aug 17 20:39:33.254 INFO O| ok
94072026-08-17T20:39:34.194Z[ host-image] Aug 17 20:39:33.481 INFO image builder template: ramdisk-02-trim...
94082026-08-17T20:39:34.194Z[ host-image] Aug 17 20:39:33.481 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/.tmpNdaVGy/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94092026-08-17T20:39:34.221Z[ host-image] Aug 17 20:39:33.515 INFO O| Aug 17 20:39:33.514 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94102026-08-17T20:39:34.250Z[ host-image] Aug 17 20:39:33.543 INFO O| Aug 17 20:39:33.543 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94112026-08-17T20:39:36.703Z[ host-image] Aug 17 20:39:35.996 INFO O| Aug 17 20:39:35.996 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94122026-08-17T20:39:37.443Z[ host-image] Aug 17 20:39:36.736 INFO O| Aug 17 20:39:36.736 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94132026-08-17T20:39:37.443Z[ host-image] Aug 17 20:39:36.736 INFO O| Aug 17 20:39:36.736 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94142026-08-17T20:39:37.455Z[ host-image] Aug 17 20:39:36.739 INFO O| Aug 17 20:39:36.739 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94152026-08-17T20:39:37.455Z[ host-image] Aug 17 20:39:36.742 INFO O| Aug 17 20:39:36.742 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94162026-08-17T20:39:37.455Z[ host-image] Aug 17 20:39:36.745 INFO O| Aug 17 20:39:36.745 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94172026-08-17T20:39:37.650Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94182026-08-17T20:39:37.877Z[ host-image] Aug 17 20:39:37.170 INFO O| Aug 17 20:39:37.169 INFO rolled back to input snapshot; work may begin
94192026-08-17T20:39:37.877Z[ host-image] Aug 17 20:39:37.170 INFO O| Aug 17 20:39:37.170 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94202026-08-17T20:39:37.880Z[ host-image] Aug 17 20:39:37.174 INFO O| Aug 17 20:39:37.174 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-08-17T20:39:37.888Z[ host-image] Aug 17 20:39:37.182 INFO O| Aug 17 20:39:37.182 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94222026-08-17T20:39:37.927Z[ host-image] Aug 17 20:39:37.220 INFO O| Aug 17 20:39:37.220 INFO STEP 0 (remove_files) COMPLETE
94232026-08-17T20:39:37.927Z[ host-image] Aug 17 20:39:37.220 INFO O| Aug 17 20:39:37.220 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94242026-08-17T20:39:37.934Z[ host-image] Aug 17 20:39:37.228 INFO O| Aug 17 20:39:37.228 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94252026-08-17T20:39:37.937Z[ host-image] Aug 17 20:39:37.229 INFO O| Aug 17 20:39:37.229 INFO STEP 1 (remove_files) COMPLETE
94262026-08-17T20:39:37.937Z[ host-image] Aug 17 20:39:37.229 INFO O| Aug 17 20:39:37.229 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-08-17T20:39:37.942Z[ host-image] Aug 17 20:39:37.235 INFO O| Aug 17 20:39:37.235 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94282026-08-17T20:39:37.954Z[ host-image] Aug 17 20:39:37.248 INFO O| Aug 17 20:39:37.248 INFO STEP 2 (remove_files) COMPLETE
94292026-08-17T20:39:37.954Z[ host-image] Aug 17 20:39:37.248 INFO O| Aug 17 20:39:37.248 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.255 INFO O| Aug 17 20:39:37.255 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94312026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.257 INFO O| Aug 17 20:39:37.256 INFO STEP 3 (remove_files) COMPLETE
94322026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.257 INFO O| Aug 17 20:39:37.256 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.263 INFO O| Aug 17 20:39:37.263 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94342026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.265 INFO O| Aug 17 20:39:37.265 INFO STEP 4 (remove_files) COMPLETE
94352026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.265 INFO O| Aug 17 20:39:37.265 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.274 INFO O| Aug 17 20:39:37.274 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94372026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.276 INFO O| Aug 17 20:39:37.276 INFO STEP 5 (remove_files) COMPLETE
94382026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.276 INFO O| Aug 17 20:39:37.276 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.283 INFO O| Aug 17 20:39:37.283 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94402026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.293 INFO O| Aug 17 20:39:37.293 INFO STEP 6 (remove_files) COMPLETE
94412026-08-17T20:39:38.013Z[ host-image] Aug 17 20:39:37.293 INFO O| Aug 17 20:39:37.293 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-08-17T20:39:38.014Z[ host-image] Aug 17 20:39:37.293 INFO O| Aug 17 20:39:37.293 INFO skip step because feature "heliosv2" is not enabled
94432026-08-17T20:39:38.014Z[ host-image] Aug 17 20:39:37.293 INFO O| Aug 17 20:39:37.293 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94442026-08-17T20:39:38.014Z[ host-image] Aug 17 20:39:37.302 INFO O| Aug 17 20:39:37.302 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94452026-08-17T20:39:38.019Z[ host-image] Aug 17 20:39:37.313 INFO O| Aug 17 20:39:37.312 INFO STEP 8 (remove_files) COMPLETE
94462026-08-17T20:39:38.019Z[ host-image] Aug 17 20:39:37.313 INFO O| Aug 17 20:39:37.312 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-08-17T20:39:38.026Z[ host-image] Aug 17 20:39:37.319 INFO O| Aug 17 20:39:37.319 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94482026-08-17T20:39:38.092Z[ host-image] Aug 17 20:39:37.385 INFO O| Aug 17 20:39:37.385 INFO STEP 9 (remove_files) COMPLETE
94492026-08-17T20:39:38.092Z[ host-image] Aug 17 20:39:37.385 INFO O| Aug 17 20:39:37.385 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-08-17T20:39:38.100Z[ host-image] Aug 17 20:39:37.393 INFO O| Aug 17 20:39:37.393 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94512026-08-17T20:39:38.177Z[ host-image] Aug 17 20:39:37.471 INFO O| Aug 17 20:39:37.471 INFO STEP 10 (remove_files) COMPLETE
94522026-08-17T20:39:38.177Z[ host-image] Aug 17 20:39:37.471 INFO O| Aug 17 20:39:37.471 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-08-17T20:39:38.186Z[ host-image] Aug 17 20:39:37.480 INFO O| Aug 17 20:39:37.480 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94542026-08-17T20:39:38.190Z[ host-image] Aug 17 20:39:37.482 INFO O| Aug 17 20:39:37.482 INFO STEP 11 (remove_files) COMPLETE
94552026-08-17T20:39:38.190Z[ host-image] Aug 17 20:39:37.482 INFO O| Aug 17 20:39:37.482 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-08-17T20:39:38.198Z[ host-image] Aug 17 20:39:37.491 INFO O| Aug 17 20:39:37.491 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94572026-08-17T20:39:38.201Z[ host-image] Aug 17 20:39:37.492 INFO O| Aug 17 20:39:37.492 INFO STEP 12 (remove_files) COMPLETE
94582026-08-17T20:39:38.201Z[ host-image] Aug 17 20:39:37.492 INFO O| Aug 17 20:39:37.492 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-08-17T20:39:38.207Z[ host-image] Aug 17 20:39:37.500 INFO O| Aug 17 20:39:37.500 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94602026-08-17T20:39:38.211Z[ host-image] Aug 17 20:39:37.501 INFO O| Aug 17 20:39:37.501 INFO STEP 13 (remove_files) COMPLETE
94612026-08-17T20:39:38.211Z[ host-image] Aug 17 20:39:37.501 INFO O| Aug 17 20:39:37.501 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-08-17T20:39:38.221Z[ host-image] Aug 17 20:39:37.515 INFO O| Aug 17 20:39:37.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94632026-08-17T20:39:38.221Z[ host-image] Aug 17 20:39:37.515 INFO O| Aug 17 20:39:37.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94642026-08-17T20:39:38.224Z[ host-image] Aug 17 20:39:37.515 INFO O| Aug 17 20:39:37.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94652026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.515 INFO O| Aug 17 20:39:37.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94662026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.515 INFO O| Aug 17 20:39:37.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94672026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.515 INFO O| Aug 17 20:39:37.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94682026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.515 INFO O| Aug 17 20:39:37.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94692026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.515 INFO O| Aug 17 20:39:37.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94702026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.516 INFO O| Aug 17 20:39:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94712026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.516 INFO O| Aug 17 20:39:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94722026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.516 INFO O| Aug 17 20:39:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94732026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.516 INFO O| Aug 17 20:39:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94742026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.516 INFO O| Aug 17 20:39:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94752026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.516 INFO O| Aug 17 20:39:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94762026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.516 INFO O| Aug 17 20:39:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94772026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.516 INFO O| Aug 17 20:39:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94782026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.516 INFO O| Aug 17 20:39:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94792026-08-17T20:39:38.225Z[ host-image] Aug 17 20:39:37.516 INFO O| Aug 17 20:39:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94802026-08-17T20:39:38.393Z[ host-image] Aug 17 20:39:37.686 INFO O| Aug 17 20:39:37.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94812026-08-17T20:39:38.400Z[ host-image] Aug 17 20:39:37.693 INFO O| Aug 17 20:39:37.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94822026-08-17T20:39:38.456Z[ host-image] Aug 17 20:39:37.749 INFO O| Aug 17 20:39:37.749 INFO STEP 14 (remove_files) COMPLETE
94832026-08-17T20:39:38.456Z[ host-image] Aug 17 20:39:37.749 INFO O| Aug 17 20:39:37.749 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-17T20:39:38.465Z[ host-image] Aug 17 20:39:37.758 INFO O| Aug 17 20:39:37.758 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94852026-08-17T20:39:38.468Z[ host-image] Aug 17 20:39:37.760 INFO O| Aug 17 20:39:37.760 INFO STEP 15 (remove_files) COMPLETE
94862026-08-17T20:39:38.469Z[ host-image] Aug 17 20:39:37.760 INFO O| Aug 17 20:39:37.760 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-17T20:39:38.474Z[ host-image] Aug 17 20:39:37.768 INFO O| Aug 17 20:39:37.768 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94882026-08-17T20:39:38.481Z[ host-image] Aug 17 20:39:37.773 INFO O| Aug 17 20:39:37.773 INFO STEP 16 (remove_files) COMPLETE
94892026-08-17T20:39:38.481Z[ host-image] Aug 17 20:39:37.773 INFO O| Aug 17 20:39:37.773 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-17T20:39:38.487Z[ host-image] Aug 17 20:39:37.781 INFO O| Aug 17 20:39:37.780 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94912026-08-17T20:39:38.490Z[ host-image] Aug 17 20:39:37.781 INFO O| Aug 17 20:39:37.781 INFO STEP 17 (remove_files) COMPLETE
94922026-08-17T20:39:38.490Z[ host-image] Aug 17 20:39:37.781 INFO O| Aug 17 20:39:37.781 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-17T20:39:38.494Z[ host-image] Aug 17 20:39:37.787 INFO O| Aug 17 20:39:37.787 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94942026-08-17T20:39:38.497Z[ host-image] Aug 17 20:39:37.789 INFO O| Aug 17 20:39:37.789 INFO STEP 18 (remove_files) COMPLETE
94952026-08-17T20:39:38.497Z[ host-image] Aug 17 20:39:37.789 INFO O| Aug 17 20:39:37.789 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-17T20:39:38.506Z[ host-image] Aug 17 20:39:37.798 INFO O| Aug 17 20:39:37.797 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94972026-08-17T20:39:38.506Z[ host-image] Aug 17 20:39:37.798 INFO O| Aug 17 20:39:37.798 INFO STEP 19 (remove_files) COMPLETE
94982026-08-17T20:39:38.506Z[ host-image] Aug 17 20:39:37.798 INFO O| Aug 17 20:39:37.798 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-17T20:39:38.513Z[ host-image] Aug 17 20:39:37.806 INFO O| Aug 17 20:39:37.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95002026-08-17T20:39:38.513Z[ host-image] Aug 17 20:39:37.806 INFO O| Aug 17 20:39:37.806 INFO STEP 20 (remove_files) COMPLETE
95012026-08-17T20:39:38.513Z[ host-image] Aug 17 20:39:37.806 INFO O| Aug 17 20:39:37.806 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-17T20:39:38.520Z[ host-image] Aug 17 20:39:37.814 INFO O| Aug 17 20:39:37.814 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95032026-08-17T20:39:38.524Z[ host-image] Aug 17 20:39:37.814 INFO O| Aug 17 20:39:37.814 INFO STEP 21 (remove_files) COMPLETE
95042026-08-17T20:39:38.524Z[ host-image] Aug 17 20:39:37.814 INFO O| Aug 17 20:39:37.814 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-17T20:39:38.528Z[ host-image] Aug 17 20:39:37.822 INFO O| Aug 17 20:39:37.822 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95062026-08-17T20:39:38.528Z[ host-image] Aug 17 20:39:37.822 INFO O| Aug 17 20:39:37.822 INFO STEP 22 (remove_files) COMPLETE
95072026-08-17T20:39:38.532Z[ host-image] Aug 17 20:39:37.822 INFO O| Aug 17 20:39:37.822 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-17T20:39:38.538Z[ host-image] Aug 17 20:39:37.831 INFO O| Aug 17 20:39:37.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95092026-08-17T20:39:38.538Z[ host-image] Aug 17 20:39:37.831 INFO O| Aug 17 20:39:37.831 INFO STEP 23 (remove_files) COMPLETE
95102026-08-17T20:39:38.541Z[ host-image] Aug 17 20:39:37.831 INFO O| Aug 17 20:39:37.831 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-17T20:39:38.546Z[ host-image] Aug 17 20:39:37.839 INFO O| Aug 17 20:39:37.839 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95122026-08-17T20:39:38.546Z[ host-image] Aug 17 20:39:37.840 INFO O| Aug 17 20:39:37.839 INFO STEP 24 (remove_files) COMPLETE
95132026-08-17T20:39:38.550Z[ host-image] Aug 17 20:39:37.840 INFO O| Aug 17 20:39:37.839 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-17T20:39:38.554Z[ host-image] Aug 17 20:39:37.846 INFO O| Aug 17 20:39:37.846 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95152026-08-17T20:39:38.554Z[ host-image] Aug 17 20:39:37.846 INFO O| Aug 17 20:39:37.846 INFO STEP 25 (remove_files) COMPLETE
95162026-08-17T20:39:38.554Z[ host-image] Aug 17 20:39:37.846 INFO O| Aug 17 20:39:37.846 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-17T20:39:38.558Z[ host-image] Aug 17 20:39:37.852 INFO O| Aug 17 20:39:37.852 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95182026-08-17T20:39:38.558Z[ host-image] Aug 17 20:39:37.852 INFO O| Aug 17 20:39:37.852 INFO STEP 26 (remove_files) COMPLETE
95192026-08-17T20:39:38.561Z[ host-image] Aug 17 20:39:37.852 INFO O| Aug 17 20:39:37.852 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-17T20:39:38.564Z[ host-image] Aug 17 20:39:37.858 INFO O| Aug 17 20:39:37.858 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95212026-08-17T20:39:38.565Z[ host-image] Aug 17 20:39:37.858 INFO O| Aug 17 20:39:37.858 INFO STEP 27 (remove_files) COMPLETE
95222026-08-17T20:39:38.565Z[ host-image] Aug 17 20:39:37.858 INFO O| Aug 17 20:39:37.858 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-17T20:39:38.571Z[ host-image] Aug 17 20:39:37.865 INFO O| Aug 17 20:39:37.864 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95242026-08-17T20:39:38.571Z[ host-image] Aug 17 20:39:37.865 INFO O| Aug 17 20:39:37.865 INFO STEP 28 (remove_files) COMPLETE
95252026-08-17T20:39:38.575Z[ host-image] Aug 17 20:39:37.865 INFO O| Aug 17 20:39:37.865 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-17T20:39:38.579Z[ host-image] Aug 17 20:39:37.872 INFO O| Aug 17 20:39:37.872 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95272026-08-17T20:39:38.579Z[ host-image] Aug 17 20:39:37.872 INFO O| Aug 17 20:39:37.872 INFO STEP 29 (remove_files) COMPLETE
95282026-08-17T20:39:38.579Z[ host-image] Aug 17 20:39:37.872 INFO O| Aug 17 20:39:37.872 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-17T20:39:38.585Z[ host-image] Aug 17 20:39:37.879 INFO O| Aug 17 20:39:37.879 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95302026-08-17T20:39:38.589Z[ host-image] Aug 17 20:39:37.879 INFO O| Aug 17 20:39:37.879 INFO STEP 30 (remove_files) COMPLETE
95312026-08-17T20:39:38.589Z[ host-image] Aug 17 20:39:37.879 INFO O| Aug 17 20:39:37.879 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-17T20:39:38.593Z[ host-image] Aug 17 20:39:37.887 INFO O| Aug 17 20:39:37.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95332026-08-17T20:39:38.596Z[ host-image] Aug 17 20:39:37.887 INFO O| Aug 17 20:39:37.887 INFO STEP 31 (remove_files) COMPLETE
95342026-08-17T20:39:38.596Z[ host-image] Aug 17 20:39:37.887 INFO O| Aug 17 20:39:37.887 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-17T20:39:38.600Z[ host-image] Aug 17 20:39:37.894 INFO O| Aug 17 20:39:37.894 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95362026-08-17T20:39:38.603Z[ host-image] Aug 17 20:39:37.894 INFO O| Aug 17 20:39:37.894 INFO STEP 32 (remove_files) COMPLETE
95372026-08-17T20:39:38.604Z[ host-image] Aug 17 20:39:37.894 INFO O| Aug 17 20:39:37.894 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-17T20:39:38.607Z[ host-image] Aug 17 20:39:37.900 INFO O| Aug 17 20:39:37.900 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95392026-08-17T20:39:38.607Z[ host-image] Aug 17 20:39:37.900 INFO O| Aug 17 20:39:37.900 INFO STEP 33 (remove_files) COMPLETE
95402026-08-17T20:39:38.610Z[ host-image] Aug 17 20:39:37.900 INFO O| Aug 17 20:39:37.900 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-17T20:39:38.614Z[ host-image] Aug 17 20:39:37.906 INFO O| Aug 17 20:39:37.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95422026-08-17T20:39:38.614Z[ host-image] Aug 17 20:39:37.906 INFO O| Aug 17 20:39:37.906 INFO STEP 34 (remove_files) COMPLETE
95432026-08-17T20:39:38.614Z[ host-image] Aug 17 20:39:37.906 INFO O| Aug 17 20:39:37.906 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-17T20:39:38.620Z[ host-image] Aug 17 20:39:37.914 INFO O| Aug 17 20:39:37.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95452026-08-17T20:39:38.624Z[ host-image] Aug 17 20:39:37.914 INFO O| Aug 17 20:39:37.914 INFO STEP 35 (remove_files) COMPLETE
95462026-08-17T20:39:38.624Z[ host-image] Aug 17 20:39:37.914 INFO O| Aug 17 20:39:37.914 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-17T20:39:38.628Z[ host-image] Aug 17 20:39:37.922 INFO O| Aug 17 20:39:37.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95482026-08-17T20:39:38.628Z[ host-image] Aug 17 20:39:37.922 INFO O| Aug 17 20:39:37.922 INFO STEP 36 (remove_files) COMPLETE
95492026-08-17T20:39:38.631Z[ host-image] Aug 17 20:39:37.922 INFO O| Aug 17 20:39:37.922 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-17T20:39:38.635Z[ host-image] Aug 17 20:39:37.928 INFO O| Aug 17 20:39:37.928 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95512026-08-17T20:39:38.638Z[ host-image] Aug 17 20:39:37.928 INFO O| Aug 17 20:39:37.928 INFO STEP 37 (remove_files) COMPLETE
95522026-08-17T20:39:38.638Z[ host-image] Aug 17 20:39:37.928 INFO O| Aug 17 20:39:37.928 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-17T20:39:38.641Z[ host-image] Aug 17 20:39:37.934 INFO O| Aug 17 20:39:37.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95542026-08-17T20:39:38.641Z[ host-image] Aug 17 20:39:37.934 INFO O| Aug 17 20:39:37.934 INFO STEP 38 (remove_files) COMPLETE
95552026-08-17T20:39:38.641Z[ host-image] Aug 17 20:39:37.934 INFO O| Aug 17 20:39:37.934 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-17T20:39:38.647Z[ host-image] Aug 17 20:39:37.940 INFO O| Aug 17 20:39:37.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95572026-08-17T20:39:38.647Z[ host-image] Aug 17 20:39:37.940 INFO O| Aug 17 20:39:37.940 INFO STEP 39 (remove_files) COMPLETE
95582026-08-17T20:39:38.651Z[ host-image] Aug 17 20:39:37.940 INFO O| Aug 17 20:39:37.940 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-17T20:39:38.654Z[ host-image] Aug 17 20:39:37.948 INFO O| Aug 17 20:39:37.948 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95602026-08-17T20:39:38.654Z[ host-image] Aug 17 20:39:37.948 INFO O| Aug 17 20:39:37.948 INFO STEP 40 (remove_files) COMPLETE
95612026-08-17T20:39:38.658Z[ host-image] Aug 17 20:39:37.948 INFO O| Aug 17 20:39:37.948 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-17T20:39:38.661Z[ host-image] Aug 17 20:39:37.954 INFO O| Aug 17 20:39:37.954 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95632026-08-17T20:39:38.661Z[ host-image] Aug 17 20:39:37.954 INFO O| Aug 17 20:39:37.954 INFO STEP 41 (remove_files) COMPLETE
95642026-08-17T20:39:38.661Z[ host-image] Aug 17 20:39:37.954 INFO O| Aug 17 20:39:37.954 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-17T20:39:38.666Z[ host-image] Aug 17 20:39:37.960 INFO O| Aug 17 20:39:37.960 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95662026-08-17T20:39:38.669Z[ host-image] Aug 17 20:39:37.960 INFO O| Aug 17 20:39:37.960 INFO STEP 42 (remove_files) COMPLETE
95672026-08-17T20:39:38.670Z[ host-image] Aug 17 20:39:37.960 INFO O| Aug 17 20:39:37.960 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-17T20:39:38.673Z[ host-image] Aug 17 20:39:37.967 INFO O| Aug 17 20:39:37.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95692026-08-17T20:39:38.673Z[ host-image] Aug 17 20:39:37.967 INFO O| Aug 17 20:39:37.967 INFO STEP 43 (remove_files) COMPLETE
95702026-08-17T20:39:38.677Z[ host-image] Aug 17 20:39:37.967 INFO O| Aug 17 20:39:37.967 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-17T20:39:38.682Z[ host-image] Aug 17 20:39:37.976 INFO O| Aug 17 20:39:37.976 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95722026-08-17T20:39:38.683Z[ host-image] Aug 17 20:39:37.976 INFO O| Aug 17 20:39:37.976 INFO STEP 44 (remove_files) COMPLETE
95732026-08-17T20:39:38.686Z[ host-image] Aug 17 20:39:37.976 INFO O| Aug 17 20:39:37.976 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-17T20:39:38.689Z[ host-image] Aug 17 20:39:37.983 INFO O| Aug 17 20:39:37.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95752026-08-17T20:39:38.689Z[ host-image] Aug 17 20:39:37.983 INFO O| Aug 17 20:39:37.983 INFO STEP 45 (remove_files) COMPLETE
95762026-08-17T20:39:38.689Z[ host-image] Aug 17 20:39:37.983 INFO O| Aug 17 20:39:37.983 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-17T20:39:38.697Z[ host-image] Aug 17 20:39:37.990 INFO O| Aug 17 20:39:37.990 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95782026-08-17T20:39:38.697Z[ host-image] Aug 17 20:39:37.991 INFO O| Aug 17 20:39:37.990 INFO STEP 46 (remove_files) COMPLETE
95792026-08-17T20:39:38.697Z[ host-image] Aug 17 20:39:37.991 INFO O| Aug 17 20:39:37.990 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-17T20:39:38.704Z[ host-image] Aug 17 20:39:37.998 INFO O| Aug 17 20:39:37.998 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95812026-08-17T20:39:38.704Z[ host-image] Aug 17 20:39:37.998 INFO O| Aug 17 20:39:37.998 INFO STEP 47 (remove_files) COMPLETE
95822026-08-17T20:39:38.707Z[ host-image] Aug 17 20:39:37.998 INFO O| Aug 17 20:39:37.998 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-17T20:39:38.711Z[ host-image] Aug 17 20:39:38.005 INFO O| Aug 17 20:39:38.005 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95842026-08-17T20:39:38.712Z[ host-image] Aug 17 20:39:38.005 INFO O| Aug 17 20:39:38.005 INFO STEP 48 (remove_files) COMPLETE
95852026-08-17T20:39:38.715Z[ host-image] Aug 17 20:39:38.005 INFO O| Aug 17 20:39:38.005 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-17T20:39:38.718Z[ host-image] Aug 17 20:39:38.012 INFO O| Aug 17 20:39:38.012 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95872026-08-17T20:39:38.718Z[ host-image] Aug 17 20:39:38.012 INFO O| Aug 17 20:39:38.012 INFO STEP 49 (remove_files) COMPLETE
95882026-08-17T20:39:38.718Z[ host-image] Aug 17 20:39:38.012 INFO O| Aug 17 20:39:38.012 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-17T20:39:38.727Z[ host-image] Aug 17 20:39:38.020 INFO O| Aug 17 20:39:38.020 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95902026-08-17T20:39:38.727Z[ host-image] Aug 17 20:39:38.020 INFO O| Aug 17 20:39:38.020 INFO STEP 50 (remove_files) COMPLETE
95912026-08-17T20:39:38.730Z[ host-image] Aug 17 20:39:38.020 INFO O| Aug 17 20:39:38.020 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-17T20:39:38.734Z[ host-image] Aug 17 20:39:38.027 INFO O| Aug 17 20:39:38.027 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95932026-08-17T20:39:38.737Z[ host-image] Aug 17 20:39:38.027 INFO O| Aug 17 20:39:38.027 INFO STEP 51 (remove_files) COMPLETE
95942026-08-17T20:39:38.737Z[ host-image] Aug 17 20:39:38.027 INFO O| Aug 17 20:39:38.027 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-17T20:39:38.742Z[ host-image] Aug 17 20:39:38.036 INFO O| Aug 17 20:39:38.036 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95962026-08-17T20:39:38.746Z[ host-image] Aug 17 20:39:38.036 INFO O| Aug 17 20:39:38.036 INFO STEP 52 (remove_files) COMPLETE
95972026-08-17T20:39:38.746Z[ host-image] Aug 17 20:39:38.036 INFO O| Aug 17 20:39:38.036 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-17T20:39:38.749Z[ host-image] Aug 17 20:39:38.043 INFO O| Aug 17 20:39:38.043 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95992026-08-17T20:39:38.749Z[ host-image] Aug 17 20:39:38.043 INFO O| Aug 17 20:39:38.043 INFO STEP 53 (remove_files) COMPLETE
96002026-08-17T20:39:38.753Z[ host-image] Aug 17 20:39:38.043 INFO O| Aug 17 20:39:38.043 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-17T20:39:38.756Z[ host-image] Aug 17 20:39:38.050 INFO O| Aug 17 20:39:38.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96022026-08-17T20:39:38.759Z[ host-image] Aug 17 20:39:38.050 INFO O| Aug 17 20:39:38.050 INFO STEP 54 (remove_files) COMPLETE
96032026-08-17T20:39:38.759Z[ host-image] Aug 17 20:39:38.050 INFO O| Aug 17 20:39:38.050 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-17T20:39:38.763Z[ host-image] Aug 17 20:39:38.057 INFO O| Aug 17 20:39:38.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96052026-08-17T20:39:38.767Z[ host-image] Aug 17 20:39:38.057 INFO O| Aug 17 20:39:38.057 INFO STEP 55 (remove_files) COMPLETE
96062026-08-17T20:39:38.767Z[ host-image] Aug 17 20:39:38.057 INFO O| Aug 17 20:39:38.057 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-17T20:39:38.772Z[ host-image] Aug 17 20:39:38.066 INFO O| Aug 17 20:39:38.066 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96082026-08-17T20:39:38.773Z[ host-image] Aug 17 20:39:38.066 INFO O| Aug 17 20:39:38.066 INFO STEP 56 (remove_files) COMPLETE
96092026-08-17T20:39:38.776Z[ host-image] Aug 17 20:39:38.066 INFO O| Aug 17 20:39:38.066 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-17T20:39:38.780Z[ host-image] Aug 17 20:39:38.073 INFO O| Aug 17 20:39:38.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96112026-08-17T20:39:38.780Z[ host-image] Aug 17 20:39:38.073 INFO O| Aug 17 20:39:38.073 INFO STEP 57 (remove_files) COMPLETE
96122026-08-17T20:39:38.780Z[ host-image] Aug 17 20:39:38.073 INFO O| Aug 17 20:39:38.073 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-17T20:39:38.787Z[ host-image] Aug 17 20:39:38.080 INFO O| Aug 17 20:39:38.080 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96142026-08-17T20:39:38.787Z[ host-image] Aug 17 20:39:38.080 INFO O| Aug 17 20:39:38.080 INFO STEP 58 (remove_files) COMPLETE
96152026-08-17T20:39:38.791Z[ host-image] Aug 17 20:39:38.080 INFO O| Aug 17 20:39:38.080 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-17T20:39:38.795Z[ host-image] Aug 17 20:39:38.086 INFO O| Aug 17 20:39:38.086 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96172026-08-17T20:39:38.795Z[ host-image] Aug 17 20:39:38.087 INFO O| Aug 17 20:39:38.087 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96182026-08-17T20:39:38.795Z[ host-image] Aug 17 20:39:38.087 INFO O| Aug 17 20:39:38.087 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96192026-08-17T20:39:38.795Z[ host-image] Aug 17 20:39:38.087 INFO O| Aug 17 20:39:38.087 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96202026-08-17T20:39:38.795Z[ host-image] Aug 17 20:39:38.087 INFO O| Aug 17 20:39:38.087 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96212026-08-17T20:39:38.795Z[ host-image] Aug 17 20:39:38.087 INFO O| Aug 17 20:39:38.087 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96222026-08-17T20:39:38.795Z[ host-image] Aug 17 20:39:38.087 INFO O| Aug 17 20:39:38.087 INFO ok!
96232026-08-17T20:39:38.795Z[ host-image] Aug 17 20:39:38.087 INFO O| Aug 17 20:39:38.087 INFO STEP 59 (ensure_file) COMPLETE
96242026-08-17T20:39:38.795Z[ host-image] Aug 17 20:39:38.087 INFO O| Aug 17 20:39:38.087 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-17T20:39:38.799Z[ host-image] Aug 17 20:39:38.093 INFO O| Aug 17 20:39:38.093 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96262026-08-17T20:39:38.799Z[ host-image] Aug 17 20:39:38.093 INFO O| Aug 17 20:39:38.093 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96272026-08-17T20:39:38.803Z[ host-image] Aug 17 20:39:38.093 INFO O| Aug 17 20:39:38.093 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96282026-08-17T20:39:38.803Z[ host-image] Aug 17 20:39:38.093 INFO O| Aug 17 20:39:38.093 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96292026-08-17T20:39:38.803Z[ host-image] Aug 17 20:39:38.093 INFO O| Aug 17 20:39:38.093 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96302026-08-17T20:39:38.803Z[ host-image] Aug 17 20:39:38.093 INFO O| Aug 17 20:39:38.093 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96312026-08-17T20:39:38.803Z[ host-image] Aug 17 20:39:38.093 INFO O| Aug 17 20:39:38.093 INFO ok!
96322026-08-17T20:39:38.803Z[ host-image] Aug 17 20:39:38.093 INFO O| Aug 17 20:39:38.093 INFO STEP 60 (ensure_file) COMPLETE
96332026-08-17T20:39:38.803Z[ host-image] Aug 17 20:39:38.093 INFO O| Aug 17 20:39:38.093 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-17T20:39:38.808Z[ host-image] Aug 17 20:39:38.101 INFO O| Aug 17 20:39:38.101 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96352026-08-17T20:39:38.808Z[ host-image] Aug 17 20:39:38.101 INFO O| Aug 17 20:39:38.101 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96362026-08-17T20:39:38.811Z[ host-image] Aug 17 20:39:38.102 INFO O| Aug 17 20:39:38.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96372026-08-17T20:39:38.811Z[ host-image] Aug 17 20:39:38.102 INFO O| Aug 17 20:39:38.102 INFO ok!
96382026-08-17T20:39:38.811Z[ host-image] Aug 17 20:39:38.102 INFO O| Aug 17 20:39:38.102 INFO STEP 61 (ensure_file) COMPLETE
96392026-08-17T20:39:38.811Z[ host-image] Aug 17 20:39:38.102 INFO O| Aug 17 20:39:38.102 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-17T20:39:38.815Z[ host-image] Aug 17 20:39:38.109 INFO O| Aug 17 20:39:38.109 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96412026-08-17T20:39:38.816Z[ host-image] Aug 17 20:39:38.109 INFO O| Aug 17 20:39:38.109 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96422026-08-17T20:39:38.816Z[ host-image] Aug 17 20:39:38.109 INFO O| Aug 17 20:39:38.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96432026-08-17T20:39:38.819Z[ host-image] Aug 17 20:39:38.109 INFO O| Aug 17 20:39:38.109 INFO ok!
96442026-08-17T20:39:38.819Z[ host-image] Aug 17 20:39:38.109 INFO O| Aug 17 20:39:38.109 INFO STEP 62 (ensure_file) COMPLETE
96452026-08-17T20:39:38.819Z[ host-image] Aug 17 20:39:38.109 INFO O| Aug 17 20:39:38.109 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-17T20:39:38.823Z[ host-image] Aug 17 20:39:38.117 INFO O| Aug 17 20:39:38.117 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96472026-08-17T20:39:38.823Z[ host-image] Aug 17 20:39:38.117 INFO O| Aug 17 20:39:38.117 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96482026-08-17T20:39:38.826Z[ host-image] Aug 17 20:39:38.117 INFO O| Aug 17 20:39:38.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96492026-08-17T20:39:38.826Z[ host-image] Aug 17 20:39:38.117 INFO O| Aug 17 20:39:38.117 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96502026-08-17T20:39:38.826Z[ host-image] Aug 17 20:39:38.117 INFO O| Aug 17 20:39:38.117 INFO ok!
96512026-08-17T20:39:38.826Z[ host-image] Aug 17 20:39:38.117 INFO O| Aug 17 20:39:38.117 INFO STEP 63 (ensure_file) COMPLETE
96522026-08-17T20:39:38.826Z[ host-image] Aug 17 20:39:38.117 INFO O| Aug 17 20:39:38.117 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-08-17T20:39:38.830Z[ host-image] Aug 17 20:39:38.124 INFO O| Aug 17 20:39:38.124 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96542026-08-17T20:39:38.830Z[ host-image] Aug 17 20:39:38.124 INFO O| Aug 17 20:39:38.124 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96552026-08-17T20:39:38.830Z[ host-image] Aug 17 20:39:38.124 INFO O| Aug 17 20:39:38.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96562026-08-17T20:39:38.830Z[ host-image] Aug 17 20:39:38.124 INFO O| Aug 17 20:39:38.124 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96572026-08-17T20:39:38.834Z[ host-image] Aug 17 20:39:38.124 INFO O| Aug 17 20:39:38.124 INFO ok!
96582026-08-17T20:39:38.834Z[ host-image] Aug 17 20:39:38.124 INFO O| Aug 17 20:39:38.124 INFO STEP 64 (ensure_file) COMPLETE
96592026-08-17T20:39:38.834Z[ host-image] Aug 17 20:39:38.124 INFO O| Aug 17 20:39:38.124 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-17T20:39:38.837Z[ host-image] Aug 17 20:39:38.130 INFO O| Aug 17 20:39:38.130 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96612026-08-17T20:39:38.837Z[ host-image] Aug 17 20:39:38.130 INFO O| Aug 17 20:39:38.130 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96622026-08-17T20:39:38.837Z[ host-image] Aug 17 20:39:38.130 INFO O| Aug 17 20:39:38.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96632026-08-17T20:39:38.837Z[ host-image] Aug 17 20:39:38.130 INFO O| Aug 17 20:39:38.130 INFO ok!
96642026-08-17T20:39:38.837Z[ host-image] Aug 17 20:39:38.130 INFO O| Aug 17 20:39:38.130 INFO STEP 65 (assemble_files) COMPLETE
96652026-08-17T20:39:38.837Z[ host-image] Aug 17 20:39:38.130 INFO O| Aug 17 20:39:38.130 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-17T20:39:38.842Z[ host-image] Aug 17 20:39:38.136 INFO O| Aug 17 20:39:38.136 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96672026-08-17T20:39:38.842Z[ host-image] Aug 17 20:39:38.136 INFO O| Aug 17 20:39:38.136 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96682026-08-17T20:39:38.846Z[ host-image] Aug 17 20:39:38.136 INFO O| Aug 17 20:39:38.136 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96692026-08-17T20:39:38.846Z[ host-image] Aug 17 20:39:38.136 INFO O| Aug 17 20:39:38.136 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96702026-08-17T20:39:38.846Z[ host-image] Aug 17 20:39:38.136 INFO O| Aug 17 20:39:38.136 INFO ok!
96712026-08-17T20:39:38.846Z[ host-image] Aug 17 20:39:38.136 INFO O| Aug 17 20:39:38.136 INFO STEP 66 (ensure_file) COMPLETE
96722026-08-17T20:39:38.846Z[ host-image] Aug 17 20:39:38.136 INFO O| Aug 17 20:39:38.136 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-08-17T20:39:38.851Z[ host-image] Aug 17 20:39:38.145 INFO O| Aug 17 20:39:38.145 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96742026-08-17T20:39:38.854Z[ host-image] Aug 17 20:39:38.145 INFO O| Aug 17 20:39:38.145 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96752026-08-17T20:39:38.854Z[ host-image] Aug 17 20:39:38.145 INFO O| Aug 17 20:39:38.145 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96762026-08-17T20:39:38.854Z[ host-image] Aug 17 20:39:38.145 INFO O| Aug 17 20:39:38.145 INFO STEP 67 (ensure_dir) COMPLETE
96772026-08-17T20:39:38.854Z[ host-image] Aug 17 20:39:38.145 INFO O| Aug 17 20:39:38.145 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-17T20:39:38.858Z[ host-image] Aug 17 20:39:38.152 INFO O| Aug 17 20:39:38.152 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96792026-08-17T20:39:38.858Z[ host-image] Aug 17 20:39:38.152 INFO O| Aug 17 20:39:38.152 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 ...
96802026-08-17T20:39:38.864Z[ host-image] Aug 17 20:39:38.158 INFO O| Aug 17 20:39:38.158 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
96812026-08-17T20:39:38.864Z[ host-image] Aug 17 20:39:38.158 INFO O| Aug 17 20:39:38.158 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96822026-08-17T20:39:38.867Z[ host-image] Aug 17 20:39:38.158 INFO O| Aug 17 20:39:38.158 INFO ok!
96832026-08-17T20:39:38.867Z[ host-image] Aug 17 20:39:38.158 INFO O| Aug 17 20:39:38.158 INFO STEP 68 (ensure_file) COMPLETE
96842026-08-17T20:39:38.867Z[ host-image] Aug 17 20:39:38.158 INFO O| Aug 17 20:39:38.158 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96852026-08-17T20:39:38.873Z[ host-image] Aug 17 20:39:38.167 INFO O| Aug 17 20:39:38.167 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96862026-08-17T20:39:38.873Z[ host-image] Aug 17 20:39:38.167 INFO O| Aug 17 20:39:38.167 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 ...
96872026-08-17T20:39:38.877Z[ host-image] Aug 17 20:39:38.167 INFO O| Aug 17 20:39:38.167 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
96882026-08-17T20:39:38.877Z[ host-image] Aug 17 20:39:38.167 INFO O| Aug 17 20:39:38.167 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96892026-08-17T20:39:38.877Z[ host-image] Aug 17 20:39:38.167 INFO O| Aug 17 20:39:38.167 INFO ok!
96902026-08-17T20:39:38.877Z[ host-image] Aug 17 20:39:38.167 INFO O| Aug 17 20:39:38.167 INFO STEP 69 (ensure_file) COMPLETE
96912026-08-17T20:39:38.877Z[ host-image] Aug 17 20:39:38.167 INFO O| Aug 17 20:39:38.167 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96922026-08-17T20:39:38.886Z[ host-image] Aug 17 20:39:38.179 INFO O| Aug 17 20:39:38.179 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96932026-08-17T20:39:38.886Z[ host-image] Aug 17 20:39:38.179 INFO O| Aug 17 20:39:38.179 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96942026-08-17T20:39:40.314Z[ host-image] Aug 17 20:39:39.607 INFO O| Aug 17 20:39:39.607 INFO STEP 70 (pack_tar) COMPLETE
96952026-08-17T20:39:40.315Z[ host-image] Aug 17 20:39:39.608 INFO O| Aug 17 20:39:39.607 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96962026-08-17T20:39:40.315Z[ host-image] Aug 17 20:39:39.608 INFO O| Aug 17 20:39:39.607 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96972026-08-17T20:39:40.874Z[ host-image] Aug 17 20:39:40.168 INFO O| Aug 17 20:39:40.168 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96982026-08-17T20:39:40.995Z[ host-image] Aug 17 20:39:40.288 INFO O| Aug 17 20:39:40.288 INFO completed processing sled/ramdisk-02-trim
96992026-08-17T20:39:40.998Z[ host-image] Aug 17 20:39:40.290 INFO image builder template: zfs...
97002026-08-17T20:39:40.999Z[ host-image] Aug 17 20:39:40.290 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/.tmpNdaVGy/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97012026-08-17T20:39:41.009Z[ host-image] Aug 17 20:39:40.302 INFO O| Aug 17 20:39:40.302 INFO skip include "stress" because feature "stress" is not enabled
97022026-08-17T20:39:41.009Z[ host-image] Aug 17 20:39:40.302 INFO O| Aug 17 20:39:40.302 INFO skip include "stress" because feature "compliance" is not enabled
97032026-08-17T20:39:41.040Z[ host-image] Aug 17 20:39:40.332 INFO O| Aug 17 20:39:40.332 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97042026-08-17T20:39:41.044Z[ host-image] Aug 17 20:39:40.336 INFO O| Aug 17 20:39:40.336 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97052026-08-17T20:39:41.202Z[ host-image] Aug 17 20:39:40.495 INFO O| Aug 17 20:39:40.495 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97062026-08-17T20:39:41.290Z[ host-image] Aug 17 20:39:40.583 INFO O| Aug 17 20:39:40.583 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97072026-08-17T20:39:41.290Z[ host-image] Aug 17 20:39:40.583 INFO O| Aug 17 20:39:40.583 INFO work dataset: rpool/images/build/host/work/sled/zfs
97082026-08-17T20:39:41.294Z[ host-image] Aug 17 20:39:40.588 INFO O| Aug 17 20:39:40.588 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97092026-08-17T20:39:41.440Z[ host-image] Aug 17 20:39:40.733 INFO O| Aug 17 20:39:40.733 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97102026-08-17T20:39:41.533Z[ host-image] Aug 17 20:39:40.826 INFO O| Aug 17 20:39:40.826 INFO DESTROY POOL: TEMPORARY-sled-zfs
97112026-08-17T20:39:41.541Z[ host-image] Aug 17 20:39:40.834 INFO O| Aug 17 20:39:40.834 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97122026-08-17T20:39:41.545Z[ host-image] Aug 17 20:39:40.839 INFO O| Aug 17 20:39:40.838 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97132026-08-17T20:39:41.545Z[ host-image] Aug 17 20:39:40.839 INFO O| Aug 17 20:39:40.839 INFO no lofi found
97142026-08-17T20:39:41.548Z[ host-image] Aug 17 20:39:40.839 INFO O| Aug 17 20:39:40.839 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97152026-08-17T20:39:41.548Z[ host-image] Aug 17 20:39:40.839 INFO O| Aug 17 20:39:40.839 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97162026-08-17T20:39:43.549Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97172026-08-17T20:39:43.708Z[ host-image] Aug 17 20:39:43.001 INFO O| Aug 17 20:39:43.001 INFO lofi device = /dev/dsk/c2t1d0p0
97182026-08-17T20:39:43.708Z[ host-image] Aug 17 20:39:43.001 INFO O| Aug 17 20:39:43.001 INFO pool device = /dev/dsk/c2t1d0p0
97192026-08-17T20:39:43.711Z[ host-image] Aug 17 20:39:43.001 INFO O| Aug 17 20:39:43.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"]
97202026-08-17T20:39:43.818Z[ host-image] Aug 17 20:39:43.110 INFO O| Aug 17 20:39:43.110 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97212026-08-17T20:39:43.818Z[ host-image] Aug 17 20:39:43.110 INFO O| Aug 17 20:39:43.110 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97222026-08-17T20:39:43.842Z[ host-image] Aug 17 20:39:43.135 INFO O| Aug 17 20:39:43.135 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97232026-08-17T20:39:43.901Z[ host-image] Aug 17 20:39:43.194 INFO O| Aug 17 20:39:43.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97242026-08-17T20:39:43.935Z[ host-image] Aug 17 20:39:43.228 INFO O| Aug 17 20:39:43.228 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97252026-08-17T20:39:43.954Z[ host-image] Aug 17 20:39:43.247 INFO O| Aug 17 20:39:43.247 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97262026-08-17T20:39:43.968Z[ host-image] Aug 17 20:39:43.262 INFO O| Aug 17 20:39:43.262 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97272026-08-17T20:39:44.031Z[ host-image] Aug 17 20:39:43.324 INFO O| Aug 17 20:39:43.323 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97282026-08-17T20:39:44.031Z[ host-image] Aug 17 20:39:43.324 INFO O| Aug 17 20:39:43.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97292026-08-17T20:39:44.031Z[ host-image] Aug 17 20:39:43.324 INFO O| Aug 17 20:39:43.324 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97302026-08-17T20:39:44.041Z[ host-image] Aug 17 20:39:43.334 INFO O| Aug 17 20:39:43.334 INFO boot environment UUID: 6694a3c5-d46a-428a-86c3-63f407f27800
97312026-08-17T20:39:44.041Z[ host-image] Aug 17 20:39:43.334 INFO O| Aug 17 20:39:43.334 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6694a3c5-d46a-428a-86c3-63f407f27800
97322026-08-17T20:39:44.055Z[ host-image] Aug 17 20:39:43.348 INFO O| Aug 17 20:39:43.348 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97332026-08-17T20:39:44.069Z[ host-image] Aug 17 20:39:43.362 INFO O| Aug 17 20:39:43.362 INFO STEP 0 (create_be) COMPLETE
97342026-08-17T20:39:44.069Z[ host-image] Aug 17 20:39:43.362 INFO O| Aug 17 20:39:43.362 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97352026-08-17T20:39:44.088Z[ host-image] Aug 17 20:39:43.381 INFO O| Aug 17 20:39:43.381 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97362026-08-17T20:39:54.610Z[ host-image] Aug 17 20:39:53.903 INFO O| Aug 17 20:39:53.903 INFO STEP 1 (unpack_tar) COMPLETE
97372026-08-17T20:39:54.610Z[ host-image] Aug 17 20:39:53.903 INFO O| Aug 17 20:39:53.903 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97382026-08-17T20:39:54.620Z[ host-image] Aug 17 20:39:53.913 INFO O| Aug 17 20:39:53.913 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97392026-08-17T20:39:55.153Z[ recovery-image] Aug 17 20:39:54.224 INFO O| ok, image written!
97402026-08-17T20:39:55.153Z[ recovery-image] Aug 17 20:39:54.224 INFO O| ok, boot_image_csum file written!
97412026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.225 INFO O| Aug 17 20:39:54.225 INFO STEP 2 (devfsadm) COMPLETE
97422026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.225 INFO O| Aug 17 20:39:54.225 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97432026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.226 INFO creating boot archive (CPIO)...
97442026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.226 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
97452026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.230 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97462026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.230 INFO E| + outfile=/work/os-recovery/cpio
97472026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.230 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97482026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.232 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97492026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.233 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97502026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.235 INFO O| Aug 17 20:39:54.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97512026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.235 INFO O| Aug 17 20:39:54.235 INFO STEP 3 (ensure_dir) COMPLETE
97522026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.235 INFO O| Aug 17 20:39:54.235 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97532026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.243 INFO O| Aug 17 20:39:54.243 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97542026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.243 INFO O| Aug 17 20:39:54.243 INFO STEP 4 (ensure_dir) COMPLETE
97552026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.243 INFO O| Aug 17 20:39:54.243 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97562026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.251 INFO O| Aug 17 20:39:54.251 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97572026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.251 INFO O| Aug 17 20:39:54.251 INFO STEP 5 (ensure_dir) COMPLETE
97582026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.251 INFO O| Aug 17 20:39:54.251 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97592026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.260 INFO O| Aug 17 20:39:54.260 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97602026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.260 INFO O| Aug 17 20:39:54.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97612026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.260 INFO O| Aug 17 20:39:54.260 INFO STEP 6 (ensure_dir) COMPLETE
97622026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.260 INFO O| Aug 17 20:39:54.260 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97632026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.260 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97642026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.260 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97652026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.267 INFO creating compressed cpio/unix for dev loaders...
97662026-08-17T20:39:55.166Z[ recovery-image] Aug 17 20:39:54.267 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-recovery/unix.z'"], pwd: None
97672026-08-17T20:39:55.166Z[ host-image] Aug 17 20:39:54.267 INFO O| Aug 17 20:39:54.267 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97682026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.267 INFO O| Aug 17 20:39:54.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97692026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.267 INFO O| Aug 17 20:39:54.267 INFO STEP 7 (ensure_dir) COMPLETE
97702026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.267 INFO O| Aug 17 20:39:54.267 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97712026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.277 INFO O| Aug 17 20:39:54.277 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97722026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.277 INFO O| Aug 17 20:39:54.277 INFO STEP 8 (remove_files) COMPLETE
97732026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.277 INFO O| Aug 17 20:39:54.277 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97742026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.285 INFO O| Aug 17 20:39:54.285 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97752026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.286 INFO O| Aug 17 20:39:54.286 INFO STEP 9 (remove_files) COMPLETE
97762026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.286 INFO O| Aug 17 20:39:54.286 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97772026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.294 INFO O| Aug 17 20:39:54.294 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97782026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.295 INFO O| Aug 17 20:39:54.295 INFO STEP 10 (remove_files) COMPLETE
97792026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.295 INFO O| Aug 17 20:39:54.295 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.303 INFO O| Aug 17 20:39:54.303 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97812026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.303 INFO O| Aug 17 20:39:54.303 INFO STEP 11 (remove_files) COMPLETE
97822026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.303 INFO O| Aug 17 20:39:54.303 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97832026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.312 INFO O| Aug 17 20:39:54.312 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97842026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.312 INFO O| Aug 17 20:39:54.312 INFO STEP 12 (remove_files) COMPLETE
97852026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.312 INFO O| Aug 17 20:39:54.312 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.320 INFO O| Aug 17 20:39:54.320 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97872026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.320 INFO O| Aug 17 20:39:54.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97882026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.320 INFO O| Aug 17 20:39:54.320 INFO STEP 13 (ensure_dir) COMPLETE
97892026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.320 INFO O| Aug 17 20:39:54.320 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97902026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.329 INFO O| Aug 17 20:39:54.329 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97912026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.329 INFO O| Aug 17 20:39:54.329 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97922026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.329 INFO O| Aug 17 20:39:54.329 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97932026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.329 INFO O| Aug 17 20:39:54.329 INFO STEP 14 (ensure_dir) COMPLETE
97942026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.329 INFO O| Aug 17 20:39:54.329 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.337 INFO O| Aug 17 20:39:54.337 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97962026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.337 INFO O| Aug 17 20:39:54.337 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97972026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.337 INFO O| Aug 17 20:39:54.337 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97982026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.337 INFO O| Aug 17 20:39:54.337 INFO STEP 15 (ensure_dir) COMPLETE
97992026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.337 INFO O| Aug 17 20:39:54.337 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98002026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.344 INFO O| Aug 17 20:39:54.344 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98012026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.344 INFO O| Aug 17 20:39:54.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98022026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.344 INFO O| Aug 17 20:39:54.344 INFO STEP 16 (ensure_dir) COMPLETE
98032026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.344 INFO O| Aug 17 20:39:54.344 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98042026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.352 INFO O| Aug 17 20:39:54.352 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98052026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.352 INFO O| Aug 17 20:39:54.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98062026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.352 INFO O| Aug 17 20:39:54.352 INFO STEP 17 (ensure_dir) COMPLETE
98072026-08-17T20:39:55.167Z[ host-image] Aug 17 20:39:54.352 INFO O| Aug 17 20:39:54.352 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98082026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.359 INFO O| Aug 17 20:39:54.359 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98092026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.359 INFO O| Aug 17 20:39:54.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98102026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.359 INFO O| Aug 17 20:39:54.359 INFO ok!
98112026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.359 INFO O| Aug 17 20:39:54.359 INFO STEP 18 (ensure_symlink) COMPLETE
98122026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.359 INFO O| Aug 17 20:39:54.359 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98132026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.368 INFO O| Aug 17 20:39:54.368 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98142026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.368 INFO O| Aug 17 20:39:54.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98152026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.368 INFO O| Aug 17 20:39:54.368 INFO ok!
98162026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.368 INFO O| Aug 17 20:39:54.368 INFO STEP 19 (ensure_file) COMPLETE
98172026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.368 INFO O| Aug 17 20:39:54.368 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98182026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.375 INFO O| Aug 17 20:39:54.375 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98192026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.375 INFO O| Aug 17 20:39:54.375 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98202026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.375 INFO O| Aug 17 20:39:54.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98212026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.375 INFO O| Aug 17 20:39:54.375 INFO ok!
98222026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.375 INFO O| Aug 17 20:39:54.375 INFO STEP 20 (ensure_symlink) COMPLETE
98232026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.375 INFO O| Aug 17 20:39:54.375 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98242026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.382 INFO O| Aug 17 20:39:54.382 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98252026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.382 INFO O| Aug 17 20:39:54.382 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98262026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.382 INFO O| Aug 17 20:39:54.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98272026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.382 INFO O| Aug 17 20:39:54.382 INFO ok!
98282026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.382 INFO O| Aug 17 20:39:54.382 INFO STEP 21 (ensure_symlink) COMPLETE
98292026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.382 INFO O| Aug 17 20:39:54.382 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98302026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.390 INFO O| Aug 17 20:39:54.390 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98312026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.390 INFO O| Aug 17 20:39:54.390 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98322026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.390 INFO O| Aug 17 20:39:54.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98332026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.390 INFO O| Aug 17 20:39:54.390 INFO ok!
98342026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.390 INFO O| Aug 17 20:39:54.390 INFO STEP 22 (ensure_symlink) COMPLETE
98352026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.390 INFO O| Aug 17 20:39:54.390 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98362026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.399 INFO O| Aug 17 20:39:54.399 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98372026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.399 INFO O| Aug 17 20:39:54.399 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98382026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.399 INFO O| Aug 17 20:39:54.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98392026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.399 INFO O| Aug 17 20:39:54.399 INFO ok!
98402026-08-17T20:39:55.168Z[ host-image] Aug 17 20:39:54.399 INFO O| Aug 17 20:39:54.399 INFO STEP 23 (ensure_symlink) COMPLETE
98412026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.399 INFO O| Aug 17 20:39:54.399 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98422026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.406 INFO O| Aug 17 20:39:54.406 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98432026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.406 INFO O| Aug 17 20:39:54.406 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98442026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.406 INFO O| Aug 17 20:39:54.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98452026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.406 INFO O| Aug 17 20:39:54.406 INFO ok!
98462026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.406 INFO O| Aug 17 20:39:54.406 INFO STEP 24 (ensure_file) COMPLETE
98472026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.406 INFO O| Aug 17 20:39:54.406 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98482026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.414 INFO O| Aug 17 20:39:54.414 INFO updating shadow file
98492026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.415 INFO O| Aug 17 20:39:54.415 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98502026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.415 INFO O| Aug 17 20:39:54.415 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98512026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.415 INFO O| Aug 17 20:39:54.415 INFO STEP 25 (shadow) COMPLETE
98522026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.415 INFO O| Aug 17 20:39:54.415 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98532026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.422 INFO O| Aug 17 20:39:54.422 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98542026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.422 INFO O| Aug 17 20:39:54.422 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98552026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.422 INFO O| Aug 17 20:39:54.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98562026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.422 INFO O| Aug 17 20:39:54.422 INFO ok!
98572026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.422 INFO O| Aug 17 20:39:54.422 INFO STEP 26 (ensure_file) COMPLETE
98582026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.422 INFO O| Aug 17 20:39:54.422 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98592026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.430 INFO O| Aug 17 20:39:54.430 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98602026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.430 INFO O| Aug 17 20:39:54.430 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98612026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.430 INFO O| Aug 17 20:39:54.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98622026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.430 INFO O| Aug 17 20:39:54.430 INFO ok!
98632026-08-17T20:39:55.172Z[ host-image] Aug 17 20:39:54.430 INFO O| Aug 17 20:39:54.430 INFO STEP 27 (ensure_file) COMPLETE
98642026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.430 INFO O| Aug 17 20:39:54.430 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98652026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.439 INFO O| Aug 17 20:39:54.439 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98662026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.439 INFO O| Aug 17 20:39:54.439 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98672026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.439 INFO O| Aug 17 20:39:54.439 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98682026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.439 INFO O| Aug 17 20:39:54.439 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98692026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.439 INFO O| Aug 17 20:39:54.439 INFO ok!
98702026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.439 INFO O| Aug 17 20:39:54.439 INFO STEP 28 (ensure_file) COMPLETE
98712026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.439 INFO O| Aug 17 20:39:54.439 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98722026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.447 INFO O| Aug 17 20:39:54.447 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98732026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.447 INFO O| Aug 17 20:39:54.447 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98742026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.447 INFO O| Aug 17 20:39:54.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98752026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.447 INFO O| Aug 17 20:39:54.447 INFO ok!
98762026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.447 INFO O| Aug 17 20:39:54.447 INFO STEP 29 (ensure_file) COMPLETE
98772026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.447 INFO O| Aug 17 20:39:54.447 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98782026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.455 INFO O| Aug 17 20:39:54.455 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98792026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.455 INFO O| Aug 17 20:39:54.455 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98802026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.455 INFO O| Aug 17 20:39:54.455 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98812026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.455 INFO O| Aug 17 20:39:54.455 INFO STEP 30 (ensure_dir) COMPLETE
98822026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.455 INFO O| Aug 17 20:39:54.455 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98832026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.463 INFO O| Aug 17 20:39:54.463 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98842026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.463 INFO O| Aug 17 20:39:54.463 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98852026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.463 INFO O| Aug 17 20:39:54.463 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98862026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.463 INFO O| Aug 17 20:39:54.463 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98872026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.463 INFO O| Aug 17 20:39:54.463 INFO ok!
98882026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.463 INFO O| Aug 17 20:39:54.463 INFO STEP 31 (ensure_file) COMPLETE
98892026-08-17T20:39:55.173Z[ host-image] Aug 17 20:39:54.463 INFO O| Aug 17 20:39:54.463 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98902026-08-17T20:39:55.177Z[ host-image] Aug 17 20:39:54.471 INFO O| Aug 17 20:39:54.471 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98912026-08-17T20:39:55.177Z[ host-image] Aug 17 20:39:54.471 INFO O| Aug 17 20:39:54.471 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98922026-08-17T20:39:55.181Z[ host-image] Aug 17 20:39:54.471 INFO O| Aug 17 20:39:54.471 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98932026-08-17T20:39:55.181Z[ host-image] Aug 17 20:39:54.471 INFO O| Aug 17 20:39:54.471 INFO STEP 32 (ensure_dir) COMPLETE
98942026-08-17T20:39:55.181Z[ host-image] Aug 17 20:39:54.471 INFO O| Aug 17 20:39:54.471 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-08-17T20:39:55.187Z[ host-image] Aug 17 20:39:54.480 INFO O| Aug 17 20:39:54.480 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98962026-08-17T20:39:55.187Z[ host-image] Aug 17 20:39:54.480 INFO O| Aug 17 20:39:54.480 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 ...
98972026-08-17T20:39:55.187Z[ host-image] Aug 17 20:39:54.480 INFO O| Aug 17 20:39:54.480 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
98982026-08-17T20:39:55.190Z[ host-image] Aug 17 20:39:54.480 INFO O| Aug 17 20:39:54.480 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98992026-08-17T20:39:55.190Z[ host-image] Aug 17 20:39:54.480 INFO O| Aug 17 20:39:54.480 INFO ok!
99002026-08-17T20:39:55.190Z[ host-image] Aug 17 20:39:54.480 INFO O| Aug 17 20:39:54.480 INFO STEP 33 (ensure_file) COMPLETE
99012026-08-17T20:39:55.190Z[ host-image] Aug 17 20:39:54.480 INFO O| Aug 17 20:39:54.480 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99022026-08-17T20:39:55.196Z[ host-image] Aug 17 20:39:54.489 INFO O| Aug 17 20:39:54.489 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99032026-08-17T20:39:55.196Z[ host-image] Aug 17 20:39:54.489 INFO O| Aug 17 20:39:54.489 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99042026-08-17T20:39:55.199Z[ host-image] Aug 17 20:39:54.489 INFO O| Aug 17 20:39:54.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99052026-08-17T20:39:55.199Z[ host-image] Aug 17 20:39:54.489 INFO O| Aug 17 20:39:54.489 INFO ok!
99062026-08-17T20:39:55.199Z[ host-image] Aug 17 20:39:54.489 INFO O| Aug 17 20:39:54.489 INFO STEP 34 (ensure_file) COMPLETE
99072026-08-17T20:39:55.199Z[ host-image] Aug 17 20:39:54.489 INFO O| Aug 17 20:39:54.489 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99082026-08-17T20:39:55.203Z[ recovery-image] Aug 17 20:39:54.496 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
99092026-08-17T20:39:55.206Z[ host-image] Aug 17 20:39:54.498 INFO O| Aug 17 20:39:54.498 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99102026-08-17T20:39:55.207Z[ host-image] Aug 17 20:39:54.498 INFO O| Aug 17 20:39:54.498 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99112026-08-17T20:39:55.207Z[ host-image] Aug 17 20:39:54.498 INFO O| Aug 17 20:39:54.498 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99122026-08-17T20:39:55.207Z[ host-image] Aug 17 20:39:54.498 INFO O| Aug 17 20:39:54.498 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99132026-08-17T20:39:55.207Z[ host-image] Aug 17 20:39:54.498 INFO O| Aug 17 20:39:54.498 INFO ok!
99142026-08-17T20:39:55.208Z[ host-image] Aug 17 20:39:54.498 INFO O| Aug 17 20:39:54.498 INFO STEP 35 (ensure_file) COMPLETE
99152026-08-17T20:39:55.208Z[ host-image] Aug 17 20:39:54.498 INFO O| Aug 17 20:39:54.498 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99162026-08-17T20:39:55.212Z[ host-image] Aug 17 20:39:54.506 INFO O| Aug 17 20:39:54.506 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99172026-08-17T20:39:55.212Z[ host-image] Aug 17 20:39:54.506 INFO O| Aug 17 20:39:54.506 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99182026-08-17T20:39:55.215Z[ host-image] Aug 17 20:39:54.506 INFO O| Aug 17 20:39:54.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99192026-08-17T20:39:55.215Z[ host-image] Aug 17 20:39:54.506 INFO O| Aug 17 20:39:54.506 INFO ok!
99202026-08-17T20:39:55.215Z[ host-image] Aug 17 20:39:54.506 INFO O| Aug 17 20:39:54.506 INFO STEP 36 (ensure_file) COMPLETE
99212026-08-17T20:39:55.215Z[ host-image] Aug 17 20:39:54.506 INFO O| Aug 17 20:39:54.506 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99222026-08-17T20:39:55.220Z[ host-image] Aug 17 20:39:54.513 INFO O| Aug 17 20:39:54.513 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99232026-08-17T20:39:55.220Z[ host-image] Aug 17 20:39:54.513 INFO O| Aug 17 20:39:54.513 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99242026-08-17T20:39:55.223Z[ host-image] Aug 17 20:39:54.514 INFO O| Aug 17 20:39:54.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99252026-08-17T20:39:55.223Z[ host-image] Aug 17 20:39:54.514 INFO O| Aug 17 20:39:54.514 INFO ok!
99262026-08-17T20:39:55.223Z[ host-image] Aug 17 20:39:54.514 INFO O| Aug 17 20:39:54.514 INFO STEP 37 (ensure_file) COMPLETE
99272026-08-17T20:39:55.223Z[ host-image] Aug 17 20:39:54.514 INFO O| Aug 17 20:39:54.514 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99282026-08-17T20:39:55.228Z[ host-image] Aug 17 20:39:54.522 INFO O| Aug 17 20:39:54.522 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99292026-08-17T20:39:55.228Z[ host-image] Aug 17 20:39:54.522 INFO O| Aug 17 20:39:54.522 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99302026-08-17T20:39:55.232Z[ host-image] Aug 17 20:39:54.522 INFO O| Aug 17 20:39:54.522 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99312026-08-17T20:39:55.232Z[ host-image] Aug 17 20:39:54.522 INFO O| Aug 17 20:39:54.522 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99322026-08-17T20:39:55.232Z[ host-image] Aug 17 20:39:54.522 INFO O| Aug 17 20:39:54.522 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99332026-08-17T20:39:55.232Z[ host-image] Aug 17 20:39:54.522 INFO O| Aug 17 20:39:54.522 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99342026-08-17T20:39:55.232Z[ host-image] Aug 17 20:39:54.522 INFO O| Aug 17 20:39:54.522 INFO ok!
99352026-08-17T20:39:55.232Z[ host-image] Aug 17 20:39:54.522 INFO O| Aug 17 20:39:54.522 INFO STEP 38 (ensure_file) COMPLETE
99362026-08-17T20:39:55.232Z[ host-image] Aug 17 20:39:54.522 INFO O| Aug 17 20:39:54.522 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99372026-08-17T20:39:55.236Z[ host-image] Aug 17 20:39:54.530 INFO O| Aug 17 20:39:54.530 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99382026-08-17T20:39:55.239Z[ host-image] Aug 17 20:39:54.530 INFO O| Aug 17 20:39:54.530 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99392026-08-17T20:39:55.239Z[ host-image] Aug 17 20:39:54.530 INFO O| Aug 17 20:39:54.530 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99402026-08-17T20:39:55.239Z[ host-image] Aug 17 20:39:54.530 INFO O| Aug 17 20:39:54.530 INFO STEP 39 (ensure_dir) COMPLETE
99412026-08-17T20:39:55.239Z[ host-image] Aug 17 20:39:54.530 INFO O| Aug 17 20:39:54.530 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99422026-08-17T20:39:55.243Z[ host-image] Aug 17 20:39:54.536 INFO O| Aug 17 20:39:54.536 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
99432026-08-17T20:39:55.243Z[ host-image] Aug 17 20:39:54.536 INFO O| Aug 17 20:39:54.536 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 ...
99442026-08-17T20:39:55.246Z[ host-image] Aug 17 20:39:54.536 INFO O| Aug 17 20:39:54.536 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
99452026-08-17T20:39:55.246Z[ host-image] Aug 17 20:39:54.536 INFO O| Aug 17 20:39:54.536 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
99462026-08-17T20:39:55.246Z[ host-image] Aug 17 20:39:54.536 INFO O| Aug 17 20:39:54.536 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
99472026-08-17T20:39:55.246Z[ host-image] Aug 17 20:39:54.536 INFO O| Aug 17 20:39:54.536 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
99482026-08-17T20:39:55.246Z[ host-image] Aug 17 20:39:54.536 INFO O| Aug 17 20:39:54.536 INFO ok!
99492026-08-17T20:39:55.246Z[ host-image] Aug 17 20:39:54.536 INFO O| Aug 17 20:39:54.536 INFO STEP 40 (ensure_file) COMPLETE
99502026-08-17T20:39:55.246Z[ host-image] Aug 17 20:39:54.536 INFO O| Aug 17 20:39:54.536 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99512026-08-17T20:39:55.251Z[ host-image] Aug 17 20:39:54.545 INFO O| Aug 17 20:39:54.545 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99522026-08-17T20:39:55.254Z[ host-image] Aug 17 20:39:54.545 INFO O| Aug 17 20:39:54.545 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 ...
99532026-08-17T20:39:55.254Z[ host-image] Aug 17 20:39:54.545 INFO O| Aug 17 20:39:54.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99542026-08-17T20:39:55.254Z[ host-image] Aug 17 20:39:54.545 INFO O| Aug 17 20:39:54.545 INFO ok!
99552026-08-17T20:39:55.254Z[ host-image] Aug 17 20:39:54.545 INFO O| Aug 17 20:39:54.545 INFO STEP 41 (ensure_symlink) COMPLETE
99562026-08-17T20:39:55.254Z[ host-image] Aug 17 20:39:54.545 INFO O| Aug 17 20:39:54.545 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99572026-08-17T20:39:55.260Z[ host-image] Aug 17 20:39:54.553 INFO O| Aug 17 20:39:54.553 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99582026-08-17T20:39:55.260Z[ host-image] Aug 17 20:39:54.553 INFO O| Aug 17 20:39:54.553 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99592026-08-17T20:39:55.260Z[ host-image] Aug 17 20:39:54.553 INFO O| Aug 17 20:39:54.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99602026-08-17T20:39:55.262Z[ host-image] Aug 17 20:39:54.553 INFO O| Aug 17 20:39:54.553 INFO ok!
99612026-08-17T20:39:55.263Z[ host-image] Aug 17 20:39:54.553 INFO O| Aug 17 20:39:54.553 INFO STEP 42 (ensure_symlink) COMPLETE
99622026-08-17T20:39:55.263Z[ host-image] Aug 17 20:39:54.553 INFO O| Aug 17 20:39:54.553 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99632026-08-17T20:39:55.268Z[ host-image] Aug 17 20:39:54.562 INFO O| Aug 17 20:39:54.562 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99642026-08-17T20:39:55.271Z[ host-image] Aug 17 20:39:54.562 INFO O| Aug 17 20:39:54.562 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99652026-08-17T20:39:55.271Z[ host-image] Aug 17 20:39:54.562 INFO O| Aug 17 20:39:54.562 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99662026-08-17T20:39:55.271Z[ host-image] Aug 17 20:39:54.562 INFO O| Aug 17 20:39:54.562 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99672026-08-17T20:39:55.271Z[ host-image] Aug 17 20:39:54.562 INFO O| Aug 17 20:39:54.562 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99682026-08-17T20:39:55.271Z[ host-image] Aug 17 20:39:54.562 INFO O| Aug 17 20:39:54.562 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99692026-08-17T20:39:55.271Z[ host-image] Aug 17 20:39:54.562 INFO O| Aug 17 20:39:54.562 INFO ok!
99702026-08-17T20:39:55.271Z[ host-image] Aug 17 20:39:54.562 INFO O| Aug 17 20:39:54.562 INFO STEP 43 (ensure_file) COMPLETE
99712026-08-17T20:39:55.271Z[ host-image] Aug 17 20:39:54.562 INFO O| Aug 17 20:39:54.562 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99722026-08-17T20:39:55.276Z[ host-image] Aug 17 20:39:54.570 INFO O| Aug 17 20:39:54.570 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99732026-08-17T20:39:55.279Z[ host-image] Aug 17 20:39:54.570 INFO O| Aug 17 20:39:54.570 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 ...
99742026-08-17T20:39:55.279Z[ host-image] Aug 17 20:39:54.570 INFO O| Aug 17 20:39:54.570 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
99752026-08-17T20:39:55.279Z[ host-image] Aug 17 20:39:54.570 INFO O| Aug 17 20:39:54.570 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99762026-08-17T20:39:55.280Z[ host-image] Aug 17 20:39:54.570 INFO O| Aug 17 20:39:54.570 INFO ok!
99772026-08-17T20:39:55.280Z[ host-image] Aug 17 20:39:54.570 INFO O| Aug 17 20:39:54.570 INFO STEP 44 (ensure_file) COMPLETE
99782026-08-17T20:39:55.280Z[ host-image] Aug 17 20:39:54.570 INFO O| Aug 17 20:39:54.570 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99792026-08-17T20:39:55.285Z[ host-image] Aug 17 20:39:54.578 INFO O| Aug 17 20:39:54.578 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99802026-08-17T20:39:55.285Z[ host-image] Aug 17 20:39:54.578 INFO O| Aug 17 20:39:54.578 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99812026-08-17T20:39:55.285Z[ host-image] Aug 17 20:39:54.578 INFO O| Aug 17 20:39:54.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99822026-08-17T20:39:55.285Z[ host-image] Aug 17 20:39:54.578 INFO O| Aug 17 20:39:54.578 INFO ok!
99832026-08-17T20:39:55.288Z[ host-image] Aug 17 20:39:54.578 INFO O| Aug 17 20:39:54.578 INFO STEP 45 (ensure_file) COMPLETE
99842026-08-17T20:39:55.288Z[ host-image] Aug 17 20:39:54.578 INFO O| Aug 17 20:39:54.578 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99852026-08-17T20:39:55.294Z[ host-image] Aug 17 20:39:54.586 INFO O| Aug 17 20:39:54.586 INFO updating shadow file
99862026-08-17T20:39:55.296Z[ host-image] Aug 17 20:39:54.586 INFO O| Aug 17 20:39:54.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99872026-08-17T20:39:55.296Z[ host-image] Aug 17 20:39:54.586 INFO O| Aug 17 20:39:54.586 INFO STEP 46 (shadow) COMPLETE
99882026-08-17T20:39:55.297Z[ host-image] Aug 17 20:39:54.586 INFO O| Aug 17 20:39:54.586 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99892026-08-17T20:39:55.303Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99902026-08-17T20:39:55.303Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99912026-08-17T20:39:55.306Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99922026-08-17T20:39:55.306Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99932026-08-17T20:39:55.306Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 INFO ok!
99942026-08-17T20:39:55.306Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 INFO STEP 47 (ensure_file) COMPLETE
99952026-08-17T20:39:55.306Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99962026-08-17T20:39:55.306Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 INFO skip step because feature "mfg" is not enabled
99972026-08-17T20:39:55.306Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99982026-08-17T20:39:55.306Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 INFO skip step because feature "mfg" is not enabled
99992026-08-17T20:39:55.306Z[ host-image] Aug 17 20:39:54.596 INFO O| Aug 17 20:39:54.596 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100002026-08-17T20:39:55.310Z[ host-image] Aug 17 20:39:54.604 INFO O| Aug 17 20:39:54.604 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100012026-08-17T20:39:55.310Z[ host-image] Aug 17 20:39:54.604 INFO O| Aug 17 20:39:54.604 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100022026-08-17T20:39:55.334Z[ host-image] Aug 17 20:39:54.628 INFO O| Aug 17 20:39:54.628 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100032026-08-17T20:39:55.335Z[ host-image] Aug 17 20:39:54.628 INFO O| Aug 17 20:39:54.628 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100042026-08-17T20:39:55.338Z[ host-image] Aug 17 20:39:54.628 INFO O| Aug 17 20:39:54.628 INFO ok!
100052026-08-17T20:39:55.338Z[ host-image] Aug 17 20:39:54.628 INFO O| Aug 17 20:39:54.628 INFO STEP 50 (ensure_file) COMPLETE
100062026-08-17T20:39:55.338Z[ host-image] Aug 17 20:39:54.628 INFO O| Aug 17 20:39:54.628 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100072026-08-17T20:39:55.338Z[ host-image] Aug 17 20:39:54.628 INFO O| Aug 17 20:39:54.628 INFO skip step because feature "compliance" is not enabled
100082026-08-17T20:39:55.338Z[ host-image] Aug 17 20:39:54.628 INFO O| Aug 17 20:39:54.628 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100092026-08-17T20:39:55.342Z[ host-image] Aug 17 20:39:54.636 INFO O| Aug 17 20:39:54.636 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100102026-08-17T20:39:55.342Z[ host-image] Aug 17 20:39:54.636 INFO O| Aug 17 20:39:54.636 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100112026-08-17T20:39:55.346Z[ host-image] Aug 17 20:39:54.636 INFO O| Aug 17 20:39:54.636 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100122026-08-17T20:39:55.346Z[ host-image] Aug 17 20:39:54.636 INFO O| Aug 17 20:39:54.636 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100132026-08-17T20:39:55.346Z[ host-image] Aug 17 20:39:54.636 INFO O| Aug 17 20:39:54.636 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100142026-08-17T20:39:55.346Z[ host-image] Aug 17 20:39:54.636 INFO O| Aug 17 20:39:54.636 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100152026-08-17T20:39:55.346Z[ host-image] Aug 17 20:39:54.636 INFO O| Aug 17 20:39:54.636 INFO ok!
100162026-08-17T20:39:55.346Z[ host-image] Aug 17 20:39:54.636 INFO O| Aug 17 20:39:54.636 INFO STEP 52 (ensure_file) COMPLETE
100172026-08-17T20:39:55.346Z[ host-image] Aug 17 20:39:54.636 INFO O| Aug 17 20:39:54.636 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100182026-08-17T20:39:55.350Z[ host-image] Aug 17 20:39:54.644 INFO O| Aug 17 20:39:54.644 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100192026-08-17T20:39:55.350Z[ host-image] Aug 17 20:39:54.644 INFO O| Aug 17 20:39:54.644 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 ...
100202026-08-17T20:39:55.353Z[ host-image] Aug 17 20:39:54.644 INFO O| Aug 17 20:39:54.644 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
100212026-08-17T20:39:55.353Z[ host-image] Aug 17 20:39:54.644 INFO O| Aug 17 20:39:54.644 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100222026-08-17T20:39:55.353Z[ host-image] Aug 17 20:39:54.644 INFO O| Aug 17 20:39:54.644 INFO ok!
100232026-08-17T20:39:55.353Z[ host-image] Aug 17 20:39:54.644 INFO O| Aug 17 20:39:54.644 INFO STEP 53 (ensure_file) COMPLETE
100242026-08-17T20:39:55.353Z[ host-image] Aug 17 20:39:54.644 INFO O| Aug 17 20:39:54.644 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100252026-08-17T20:39:55.359Z[ host-image] Aug 17 20:39:54.653 INFO O| Aug 17 20:39:54.653 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100262026-08-17T20:39:55.359Z[ host-image] Aug 17 20:39:54.653 INFO O| Aug 17 20:39:54.653 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 ...
100272026-08-17T20:39:55.362Z[ host-image] Aug 17 20:39:54.653 INFO O| Aug 17 20:39:54.653 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100282026-08-17T20:39:55.362Z[ host-image] Aug 17 20:39:54.653 INFO O| Aug 17 20:39:54.653 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100292026-08-17T20:39:55.362Z[ host-image] Aug 17 20:39:54.653 INFO O| Aug 17 20:39:54.653 INFO ok!
100302026-08-17T20:39:55.362Z[ host-image] Aug 17 20:39:54.653 INFO O| Aug 17 20:39:54.653 INFO STEP 54 (ensure_file) COMPLETE
100312026-08-17T20:39:55.362Z[ host-image] Aug 17 20:39:54.653 INFO O| Aug 17 20:39:54.653 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100322026-08-17T20:39:55.366Z[ host-image] Aug 17 20:39:54.660 INFO O| Aug 17 20:39:54.660 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100332026-08-17T20:39:55.366Z[ host-image] Aug 17 20:39:54.660 INFO O| Aug 17 20:39:54.660 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 ...
100342026-08-17T20:39:55.369Z[ host-image] Aug 17 20:39:54.660 INFO O| Aug 17 20:39:54.660 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
100352026-08-17T20:39:55.369Z[ host-image] Aug 17 20:39:54.660 INFO O| Aug 17 20:39:54.660 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100362026-08-17T20:39:55.369Z[ host-image] Aug 17 20:39:54.660 INFO O| Aug 17 20:39:54.660 INFO ok!
100372026-08-17T20:39:55.369Z[ host-image] Aug 17 20:39:54.660 INFO O| Aug 17 20:39:54.660 INFO STEP 55 (ensure_file) COMPLETE
100382026-08-17T20:39:55.369Z[ host-image] Aug 17 20:39:54.660 INFO O| Aug 17 20:39:54.660 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100392026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.667 INFO O| Aug 17 20:39:54.667 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100402026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.667 INFO O| Aug 17 20:39:54.667 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 ...
100412026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.667 INFO O| Aug 17 20:39:54.667 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100422026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.667 INFO O| Aug 17 20:39:54.667 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100432026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.667 INFO O| Aug 17 20:39:54.667 INFO ok!
100442026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.667 INFO O| Aug 17 20:39:54.667 INFO STEP 56 (ensure_file) COMPLETE
100452026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.667 INFO O| Aug 17 20:39:54.667 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100462026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.674 INFO O| Aug 17 20:39:54.674 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100472026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.674 INFO O| Aug 17 20:39:54.674 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 ...
100482026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.674 INFO O| Aug 17 20:39:54.674 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
100492026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.674 INFO O| Aug 17 20:39:54.674 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100502026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.674 INFO O| Aug 17 20:39:54.674 INFO ok!
100512026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.674 INFO O| Aug 17 20:39:54.674 INFO STEP 57 (ensure_file) COMPLETE
100522026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.674 INFO O| Aug 17 20:39:54.674 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100532026-08-17T20:39:55.417Z[ host-image] Aug 17 20:39:54.682 INFO O| Aug 17 20:39:54.682 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100542026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.682 INFO O| Aug 17 20:39:54.682 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 ...
100552026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.682 INFO O| Aug 17 20:39:54.682 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100562026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.682 INFO O| Aug 17 20:39:54.682 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100572026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.682 INFO O| Aug 17 20:39:54.682 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100582026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.682 INFO O| Aug 17 20:39:54.682 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100592026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.682 INFO O| Aug 17 20:39:54.682 INFO ok!
100602026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.682 INFO O| Aug 17 20:39:54.682 INFO STEP 58 (ensure_file) COMPLETE
100612026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.682 INFO O| Aug 17 20:39:54.682 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100622026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.690 INFO O| Aug 17 20:39:54.690 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100632026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.690 INFO O| Aug 17 20:39:54.690 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 ...
100642026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.690 INFO O| Aug 17 20:39:54.690 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
100652026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.690 INFO O| Aug 17 20:39:54.690 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100662026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.690 INFO O| Aug 17 20:39:54.690 INFO ok!
100672026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.690 INFO O| Aug 17 20:39:54.690 INFO STEP 59 (ensure_file) COMPLETE
100682026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.690 INFO O| Aug 17 20:39:54.690 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100692026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.698 INFO O| Aug 17 20:39:54.698 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100702026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.698 INFO O| Aug 17 20:39:54.698 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100712026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.698 INFO O| Aug 17 20:39:54.698 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100722026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.698 INFO O| Aug 17 20:39:54.698 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100732026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.698 INFO O| Aug 17 20:39:54.698 INFO ok!
100742026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.698 INFO O| Aug 17 20:39:54.698 INFO STEP 60 (ensure_file) COMPLETE
100752026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.698 INFO O| Aug 17 20:39:54.698 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.705 INFO O| Aug 17 20:39:54.705 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100772026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.705 INFO O| Aug 17 20:39:54.705 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 ...
100782026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.705 INFO O| Aug 17 20:39:54.705 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
100792026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.705 INFO O| Aug 17 20:39:54.705 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100802026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.705 INFO O| Aug 17 20:39:54.705 INFO ok!
100812026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.705 INFO O| Aug 17 20:39:54.705 INFO STEP 61 (ensure_file) COMPLETE
100822026-08-17T20:39:55.418Z[ host-image] Aug 17 20:39:54.705 INFO O| Aug 17 20:39:54.705 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-08-17T20:39:55.423Z[ host-image] Aug 17 20:39:54.713 INFO O| Aug 17 20:39:54.713 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100842026-08-17T20:39:55.423Z[ host-image] Aug 17 20:39:54.713 INFO O| Aug 17 20:39:54.713 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100852026-08-17T20:39:55.423Z[ host-image] Aug 17 20:39:54.713 INFO O| Aug 17 20:39:54.713 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100862026-08-17T20:39:55.423Z[ host-image] Aug 17 20:39:54.713 INFO O| Aug 17 20:39:54.713 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100872026-08-17T20:39:55.423Z[ host-image] Aug 17 20:39:54.713 INFO O| Aug 17 20:39:54.713 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100882026-08-17T20:39:55.423Z[ host-image] Aug 17 20:39:54.713 INFO O| Aug 17 20:39:54.713 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100892026-08-17T20:39:55.423Z[ host-image] Aug 17 20:39:54.713 INFO O| Aug 17 20:39:54.713 INFO ok!
100902026-08-17T20:39:55.423Z[ host-image] Aug 17 20:39:54.713 INFO O| Aug 17 20:39:54.713 INFO STEP 62 (ensure_file) COMPLETE
100912026-08-17T20:39:55.423Z[ host-image] Aug 17 20:39:54.713 INFO O| Aug 17 20:39:54.713 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100922026-08-17T20:39:55.430Z[ host-image] Aug 17 20:39:54.723 INFO O| Aug 17 20:39:54.723 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100932026-08-17T20:39:55.430Z[ host-image] Aug 17 20:39:54.723 INFO O| Aug 17 20:39:54.723 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 ...
100942026-08-17T20:39:55.433Z[ host-image] Aug 17 20:39:54.723 INFO O| Aug 17 20:39:54.723 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
100952026-08-17T20:39:55.433Z[ host-image] Aug 17 20:39:54.723 INFO O| Aug 17 20:39:54.723 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100962026-08-17T20:39:55.433Z[ host-image] Aug 17 20:39:54.723 INFO O| Aug 17 20:39:54.723 INFO ok!
100972026-08-17T20:39:55.433Z[ host-image] Aug 17 20:39:54.723 INFO O| Aug 17 20:39:54.723 INFO STEP 63 (ensure_file) COMPLETE
100982026-08-17T20:39:55.433Z[ host-image] Aug 17 20:39:54.723 INFO O| Aug 17 20:39:54.723 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100992026-08-17T20:39:55.438Z[ host-image] Aug 17 20:39:54.732 INFO O| Aug 17 20:39:54.732 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101002026-08-17T20:39:55.439Z[ host-image] Aug 17 20:39:54.732 INFO O| Aug 17 20:39:54.732 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 ...
101012026-08-17T20:39:55.441Z[ host-image] Aug 17 20:39:54.732 INFO O| Aug 17 20:39:54.732 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
101022026-08-17T20:39:55.441Z[ host-image] Aug 17 20:39:54.732 INFO O| Aug 17 20:39:54.732 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101032026-08-17T20:39:55.441Z[ host-image] Aug 17 20:39:54.732 INFO O| Aug 17 20:39:54.732 INFO ok!
101042026-08-17T20:39:55.441Z[ host-image] Aug 17 20:39:54.732 INFO O| Aug 17 20:39:54.732 INFO STEP 64 (ensure_file) COMPLETE
101052026-08-17T20:39:55.441Z[ host-image] Aug 17 20:39:54.732 INFO O| Aug 17 20:39:54.732 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101062026-08-17T20:39:55.446Z[ host-image] Aug 17 20:39:54.740 INFO O| Aug 17 20:39:54.740 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101072026-08-17T20:39:55.446Z[ host-image] Aug 17 20:39:54.740 INFO O| Aug 17 20:39:54.740 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 ...
101082026-08-17T20:39:55.449Z[ host-image] Aug 17 20:39:54.740 INFO O| Aug 17 20:39:54.740 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
101092026-08-17T20:39:55.449Z[ host-image] Aug 17 20:39:54.740 INFO O| Aug 17 20:39:54.740 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101102026-08-17T20:39:55.449Z[ host-image] Aug 17 20:39:54.740 INFO O| Aug 17 20:39:54.740 INFO ok!
101112026-08-17T20:39:55.449Z[ host-image] Aug 17 20:39:54.740 INFO O| Aug 17 20:39:54.740 INFO STEP 65 (ensure_file) COMPLETE
101122026-08-17T20:39:55.449Z[ host-image] Aug 17 20:39:54.740 INFO O| Aug 17 20:39:54.740 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101132026-08-17T20:39:55.449Z[ host-image] Aug 17 20:39:54.740 INFO O| Aug 17 20:39:54.740 INFO skip step because feature "mbist" is not enabled
101142026-08-17T20:39:55.449Z[ host-image] Aug 17 20:39:54.740 INFO O| Aug 17 20:39:54.740 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152026-08-17T20:39:55.455Z[ host-image] Aug 17 20:39:54.748 INFO O| Aug 17 20:39:54.748 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101162026-08-17T20:39:55.455Z[ host-image] Aug 17 20:39:54.748 INFO O| Aug 17 20:39:54.748 INFO STEP 67 (ensure_dir) COMPLETE
101172026-08-17T20:39:55.455Z[ host-image] Aug 17 20:39:54.748 INFO O| Aug 17 20:39:54.748 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-08-17T20:39:55.465Z[ host-image] Aug 17 20:39:54.758 INFO O| Aug 17 20:39:54.758 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101192026-08-17T20:39:55.465Z[ host-image] Aug 17 20:39:54.758 INFO O| Aug 17 20:39:54.758 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101202026-08-17T20:39:55.465Z[ host-image] Aug 17 20:39:54.758 INFO O| Aug 17 20:39:54.758 INFO STEP 68 (ensure_dir) COMPLETE
101212026-08-17T20:39:55.468Z[ host-image] Aug 17 20:39:54.758 INFO O| Aug 17 20:39:54.758 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101222026-08-17T20:39:55.472Z[ host-image] Aug 17 20:39:54.766 INFO O| Aug 17 20:39:54.766 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101232026-08-17T20:39:55.475Z[ host-image] Aug 17 20:39:54.766 INFO O| Aug 17 20:39:54.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101242026-08-17T20:39:55.475Z[ host-image] Aug 17 20:39:54.766 INFO O| Aug 17 20:39:54.766 INFO STEP 69 (ensure_dir) COMPLETE
101252026-08-17T20:39:55.475Z[ host-image] Aug 17 20:39:54.766 INFO O| Aug 17 20:39:54.766 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-08-17T20:39:55.480Z[ host-image] Aug 17 20:39:54.774 INFO O| Aug 17 20:39:54.774 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101272026-08-17T20:39:55.480Z[ host-image] Aug 17 20:39:54.774 INFO O| Aug 17 20:39:54.774 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101282026-08-17T20:39:55.822Z[ host-image] Aug 17 20:39:55.116 INFO O| Aug 17 20:39:55.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101292026-08-17T20:39:55.822Z[ host-image] Aug 17 20:39:55.116 INFO O| Aug 17 20:39:55.116 INFO ok!
101302026-08-17T20:39:55.822Z[ host-image] Aug 17 20:39:55.116 INFO O| Aug 17 20:39:55.116 INFO STEP 70 (ensure_file) COMPLETE
101312026-08-17T20:39:55.825Z[ host-image] Aug 17 20:39:55.116 INFO O| Aug 17 20:39:55.116 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322026-08-17T20:39:55.832Z[ host-image] Aug 17 20:39:55.125 INFO O| Aug 17 20:39:55.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101332026-08-17T20:39:55.832Z[ host-image] Aug 17 20:39:55.125 INFO O| Aug 17 20:39:55.125 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101342026-08-17T20:39:56.532Z[ host-image] Aug 17 20:39:55.825 INFO O| Aug 17 20:39:55.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101352026-08-17T20:39:56.532Z[ host-image] Aug 17 20:39:55.825 INFO O| Aug 17 20:39:55.825 INFO ok!
101362026-08-17T20:39:56.532Z[ host-image] Aug 17 20:39:55.825 INFO O| Aug 17 20:39:55.825 INFO STEP 71 (ensure_file) COMPLETE
101372026-08-17T20:39:56.536Z[ host-image] Aug 17 20:39:55.825 INFO O| Aug 17 20:39:55.825 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-08-17T20:39:56.541Z[ host-image] Aug 17 20:39:55.835 INFO O| Aug 17 20:39:55.835 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101392026-08-17T20:39:56.545Z[ host-image] Aug 17 20:39:55.835 INFO O| Aug 17 20:39:55.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101402026-08-17T20:39:56.545Z[ host-image] Aug 17 20:39:55.835 INFO O| Aug 17 20:39:55.835 INFO STEP 72 (ensure_dir) COMPLETE
101412026-08-17T20:39:56.545Z[ host-image] Aug 17 20:39:55.835 INFO O| Aug 17 20:39:55.835 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-08-17T20:39:56.552Z[ host-image] Aug 17 20:39:55.846 INFO O| Aug 17 20:39:55.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101432026-08-17T20:39:56.552Z[ host-image] Aug 17 20:39:55.846 INFO O| Aug 17 20:39:55.846 INFO copying /tmp/.tmpNdaVGy/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 ...
101442026-08-17T20:39:56.555Z[ host-image] Aug 17 20:39:55.846 INFO O| Aug 17 20:39:55.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101452026-08-17T20:39:56.555Z[ host-image] Aug 17 20:39:55.846 INFO O| Aug 17 20:39:55.846 INFO ok!
101462026-08-17T20:39:56.555Z[ host-image] Aug 17 20:39:55.846 INFO O| Aug 17 20:39:55.846 INFO STEP 73 (ensure_file) COMPLETE
101472026-08-17T20:39:56.556Z[ host-image] Aug 17 20:39:55.846 INFO O| Aug 17 20:39:55.846 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-08-17T20:39:56.561Z[ host-image] Aug 17 20:39:55.855 INFO O| Aug 17 20:39:55.855 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101492026-08-17T20:39:56.561Z[ host-image] Aug 17 20:39:55.855 INFO O| Aug 17 20:39:55.855 INFO copying /tmp/.tmpNdaVGy/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 ...
101502026-08-17T20:39:56.564Z[ host-image] Aug 17 20:39:55.855 INFO O| Aug 17 20:39:55.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101512026-08-17T20:39:56.564Z[ host-image] Aug 17 20:39:55.855 INFO O| Aug 17 20:39:55.855 INFO ok!
101522026-08-17T20:39:56.564Z[ host-image] Aug 17 20:39:55.855 INFO O| Aug 17 20:39:55.855 INFO STEP 74 (ensure_file) COMPLETE
101532026-08-17T20:39:56.564Z[ host-image] Aug 17 20:39:55.855 INFO O| Aug 17 20:39:55.855 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-08-17T20:39:56.571Z[ host-image] Aug 17 20:39:55.864 INFO O| Aug 17 20:39:55.864 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101552026-08-17T20:39:56.574Z[ host-image] Aug 17 20:39:55.864 INFO O| Aug 17 20:39:55.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101562026-08-17T20:39:56.574Z[ host-image] Aug 17 20:39:55.864 INFO O| Aug 17 20:39:55.864 INFO STEP 75 (ensure_dir) COMPLETE
101572026-08-17T20:39:56.574Z[ host-image] Aug 17 20:39:55.864 INFO O| Aug 17 20:39:55.864 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101582026-08-17T20:39:56.579Z[ host-image] Aug 17 20:39:55.872 INFO O| Aug 17 20:39:55.872 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101592026-08-17T20:39:56.579Z[ host-image] Aug 17 20:39:55.872 INFO O| Aug 17 20:39:55.872 INFO copying /tmp/.tmpNdaVGy/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 ...
101602026-08-17T20:39:56.582Z[ host-image] Aug 17 20:39:55.873 INFO O| Aug 17 20:39:55.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101612026-08-17T20:39:56.582Z[ host-image] Aug 17 20:39:55.873 INFO O| Aug 17 20:39:55.872 INFO ok!
101622026-08-17T20:39:56.582Z[ host-image] Aug 17 20:39:55.873 INFO O| Aug 17 20:39:55.873 INFO STEP 76 (ensure_file) COMPLETE
101632026-08-17T20:39:56.582Z[ host-image] Aug 17 20:39:55.873 INFO O| Aug 17 20:39:55.873 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101642026-08-17T20:39:56.587Z[ host-image] Aug 17 20:39:55.881 INFO O| Aug 17 20:39:55.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101652026-08-17T20:39:56.587Z[ host-image] Aug 17 20:39:55.881 INFO O| Aug 17 20:39:55.881 INFO copying /tmp/.tmpNdaVGy/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 ...
101662026-08-17T20:39:56.590Z[ host-image] Aug 17 20:39:55.881 INFO O| Aug 17 20:39:55.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101672026-08-17T20:39:56.590Z[ host-image] Aug 17 20:39:55.881 INFO O| Aug 17 20:39:55.881 INFO ok!
101682026-08-17T20:39:56.590Z[ host-image] Aug 17 20:39:55.881 INFO O| Aug 17 20:39:55.881 INFO STEP 77 (ensure_file) COMPLETE
101692026-08-17T20:39:56.590Z[ host-image] Aug 17 20:39:55.881 INFO O| Aug 17 20:39:55.881 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-08-17T20:39:56.597Z[ host-image] Aug 17 20:39:55.890 INFO O| Aug 17 20:39:55.890 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101712026-08-17T20:39:56.600Z[ host-image] Aug 17 20:39:55.890 INFO O| Aug 17 20:39:55.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101722026-08-17T20:39:56.600Z[ host-image] Aug 17 20:39:55.891 INFO O| Aug 17 20:39:55.890 INFO STEP 78 (ensure_dir) COMPLETE
101732026-08-17T20:39:56.600Z[ host-image] Aug 17 20:39:55.891 INFO O| Aug 17 20:39:55.891 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742026-08-17T20:39:56.606Z[ host-image] Aug 17 20:39:55.899 INFO O| Aug 17 20:39:55.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101752026-08-17T20:39:56.606Z[ host-image] Aug 17 20:39:55.900 INFO O| Aug 17 20:39:55.899 INFO copying /tmp/.tmpNdaVGy/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 ...
101762026-08-17T20:39:56.609Z[ host-image] Aug 17 20:39:55.900 INFO O| Aug 17 20:39:55.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101772026-08-17T20:39:56.609Z[ host-image] Aug 17 20:39:55.900 INFO O| Aug 17 20:39:55.900 INFO ok!
101782026-08-17T20:39:56.609Z[ host-image] Aug 17 20:39:55.900 INFO O| Aug 17 20:39:55.900 INFO STEP 79 (ensure_file) COMPLETE
101792026-08-17T20:39:56.609Z[ host-image] Aug 17 20:39:55.900 INFO O| Aug 17 20:39:55.900 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802026-08-17T20:39:56.614Z[ host-image] Aug 17 20:39:55.908 INFO O| Aug 17 20:39:55.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101812026-08-17T20:39:56.614Z[ host-image] Aug 17 20:39:55.908 INFO O| Aug 17 20:39:55.908 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101822026-08-17T20:39:56.617Z[ host-image] Aug 17 20:39:55.908 INFO O| Aug 17 20:39:55.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101832026-08-17T20:39:56.617Z[ host-image] Aug 17 20:39:55.908 INFO O| Aug 17 20:39:55.908 INFO ok!
101842026-08-17T20:39:56.617Z[ host-image] Aug 17 20:39:55.908 INFO O| Aug 17 20:39:55.908 INFO STEP 80 (ensure_file) COMPLETE
101852026-08-17T20:39:56.617Z[ host-image] Aug 17 20:39:55.908 INFO O| Aug 17 20:39:55.908 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-17T20:39:56.623Z[ host-image] Aug 17 20:39:55.917 INFO O| Aug 17 20:39:55.917 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101872026-08-17T20:39:56.626Z[ host-image] Aug 17 20:39:55.917 INFO O| Aug 17 20:39:55.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101882026-08-17T20:39:56.626Z[ host-image] Aug 17 20:39:55.917 INFO O| Aug 17 20:39:55.917 INFO STEP 81 (ensure_dir) COMPLETE
101892026-08-17T20:39:56.626Z[ host-image] Aug 17 20:39:55.917 INFO O| Aug 17 20:39:55.917 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-08-17T20:39:56.632Z[ host-image] Aug 17 20:39:55.925 INFO O| Aug 17 20:39:55.925 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101912026-08-17T20:39:56.632Z[ host-image] Aug 17 20:39:55.925 INFO O| Aug 17 20:39:55.925 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101922026-08-17T20:39:57.369Z[ host-image] Aug 17 20:39:56.662 INFO O| Aug 17 20:39:56.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101932026-08-17T20:39:57.369Z[ host-image] Aug 17 20:39:56.662 INFO O| Aug 17 20:39:56.662 INFO ok!
101942026-08-17T20:39:57.372Z[ host-image] Aug 17 20:39:56.662 INFO O| Aug 17 20:39:56.662 INFO STEP 82 (ensure_file) COMPLETE
101952026-08-17T20:39:57.372Z[ host-image] Aug 17 20:39:56.662 INFO O| Aug 17 20:39:56.662 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-08-17T20:39:57.379Z[ host-image] Aug 17 20:39:56.673 INFO O| Aug 17 20:39:56.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101972026-08-17T20:39:57.379Z[ host-image] Aug 17 20:39:56.673 INFO O| Aug 17 20:39:56.673 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101982026-08-17T20:39:57.673Z[ host-image] Aug 17 20:39:56.966 INFO O| Aug 17 20:39:56.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101992026-08-17T20:39:57.673Z[ host-image] Aug 17 20:39:56.966 INFO O| Aug 17 20:39:56.966 INFO ok!
102002026-08-17T20:39:57.673Z[ host-image] Aug 17 20:39:56.966 INFO O| Aug 17 20:39:56.966 INFO STEP 83 (ensure_file) COMPLETE
102012026-08-17T20:39:57.676Z[ host-image] Aug 17 20:39:56.966 INFO O| Aug 17 20:39:56.966 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-08-17T20:39:57.682Z[ host-image] Aug 17 20:39:56.976 INFO O| Aug 17 20:39:56.976 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102032026-08-17T20:39:57.682Z[ host-image] Aug 17 20:39:56.976 INFO O| Aug 17 20:39:56.976 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102042026-08-17T20:39:59.110Z[ host-image] Aug 17 20:39:58.404 INFO O| Aug 17 20:39:58.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102052026-08-17T20:39:59.110Z[ host-image] Aug 17 20:39:58.404 INFO O| Aug 17 20:39:58.404 INFO ok!
102062026-08-17T20:39:59.110Z[ host-image] Aug 17 20:39:58.404 INFO O| Aug 17 20:39:58.404 INFO STEP 84 (ensure_file) COMPLETE
102072026-08-17T20:39:59.110Z[ host-image] Aug 17 20:39:58.404 INFO O| Aug 17 20:39:58.404 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-08-17T20:39:59.121Z[ host-image] Aug 17 20:39:58.414 INFO O| Aug 17 20:39:58.414 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102092026-08-17T20:39:59.121Z[ host-image] Aug 17 20:39:58.415 INFO O| Aug 17 20:39:58.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102102026-08-17T20:39:59.124Z[ host-image] Aug 17 20:39:58.415 INFO O| Aug 17 20:39:58.415 INFO STEP 85 (ensure_dir) COMPLETE
102112026-08-17T20:39:59.124Z[ host-image] Aug 17 20:39:58.415 INFO O| Aug 17 20:39:58.415 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-08-17T20:39:59.131Z[ host-image] Aug 17 20:39:58.425 INFO O| Aug 17 20:39:58.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102132026-08-17T20:39:59.131Z[ host-image] Aug 17 20:39:58.425 INFO O| Aug 17 20:39:58.425 INFO copying /tmp/.tmpNdaVGy/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 ...
102142026-08-17T20:39:59.131Z[ host-image] Aug 17 20:39:58.425 INFO O| Aug 17 20:39:58.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102152026-08-17T20:39:59.134Z[ host-image] Aug 17 20:39:58.425 INFO O| Aug 17 20:39:58.425 INFO ok!
102162026-08-17T20:39:59.134Z[ host-image] Aug 17 20:39:58.425 INFO O| Aug 17 20:39:58.425 INFO STEP 86 (ensure_file) COMPLETE
102172026-08-17T20:39:59.134Z[ host-image] Aug 17 20:39:58.425 INFO O| Aug 17 20:39:58.425 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-08-17T20:39:59.141Z[ host-image] Aug 17 20:39:58.434 INFO O| Aug 17 20:39:58.434 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102192026-08-17T20:39:59.141Z[ host-image] Aug 17 20:39:58.434 INFO O| Aug 17 20:39:58.434 INFO copying /tmp/.tmpNdaVGy/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 ...
102202026-08-17T20:39:59.144Z[ host-image] Aug 17 20:39:58.434 INFO O| Aug 17 20:39:58.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102212026-08-17T20:39:59.144Z[ host-image] Aug 17 20:39:58.434 INFO O| Aug 17 20:39:58.434 INFO ok!
102222026-08-17T20:39:59.144Z[ host-image] Aug 17 20:39:58.434 INFO O| Aug 17 20:39:58.434 INFO STEP 87 (ensure_file) COMPLETE
102232026-08-17T20:39:59.144Z[ host-image] Aug 17 20:39:58.434 INFO O| Aug 17 20:39:58.434 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-08-17T20:39:59.148Z[ host-image] Aug 17 20:39:58.442 INFO O| Aug 17 20:39:58.442 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102252026-08-17T20:39:59.148Z[ host-image] Aug 17 20:39:58.442 INFO O| Aug 17 20:39:58.442 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102262026-08-17T20:39:59.148Z[ host-image] Aug 17 20:39:58.442 INFO O| Aug 17 20:39:58.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102272026-08-17T20:39:59.152Z[ host-image] Aug 17 20:39:58.442 INFO O| Aug 17 20:39:58.442 INFO ok!
102282026-08-17T20:39:59.152Z[ host-image] Aug 17 20:39:58.442 INFO O| Aug 17 20:39:58.442 INFO STEP 88 (ensure_file) COMPLETE
102292026-08-17T20:39:59.152Z[ host-image] Aug 17 20:39:58.442 INFO O| Aug 17 20:39:58.442 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-08-17T20:39:59.155Z[ host-image] Aug 17 20:39:58.449 INFO O| Aug 17 20:39:58.449 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102312026-08-17T20:39:59.155Z[ host-image] Aug 17 20:39:58.449 INFO O| Aug 17 20:39:58.449 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102322026-08-17T20:39:59.158Z[ host-image] Aug 17 20:39:58.449 INFO O| Aug 17 20:39:58.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102332026-08-17T20:39:59.158Z[ host-image] Aug 17 20:39:58.449 INFO O| Aug 17 20:39:58.449 INFO ok!
102342026-08-17T20:39:59.158Z[ host-image] Aug 17 20:39:58.449 INFO O| Aug 17 20:39:58.449 INFO STEP 89 (ensure_file) COMPLETE
102352026-08-17T20:39:59.158Z[ host-image] Aug 17 20:39:58.449 INFO O| Aug 17 20:39:58.449 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-08-17T20:39:59.162Z[ host-image] Aug 17 20:39:58.456 INFO O| Aug 17 20:39:58.456 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102372026-08-17T20:39:59.163Z[ host-image] Aug 17 20:39:58.456 INFO O| Aug 17 20:39:58.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102382026-08-17T20:39:59.165Z[ host-image] Aug 17 20:39:58.456 INFO O| Aug 17 20:39:58.456 INFO STEP 90 (ensure_dir) COMPLETE
102392026-08-17T20:39:59.166Z[ host-image] Aug 17 20:39:58.456 INFO O| Aug 17 20:39:58.456 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-08-17T20:39:59.173Z[ host-image] Aug 17 20:39:58.467 INFO O| Aug 17 20:39:58.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102412026-08-17T20:39:59.173Z[ host-image] Aug 17 20:39:58.467 INFO O| Aug 17 20:39:58.467 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102422026-08-17T20:39:59.177Z[ host-image] Aug 17 20:39:58.470 INFO O| Aug 17 20:39:58.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102432026-08-17T20:39:59.177Z[ host-image] Aug 17 20:39:58.470 INFO O| Aug 17 20:39:58.470 INFO ok!
102442026-08-17T20:39:59.177Z[ host-image] Aug 17 20:39:58.470 INFO O| Aug 17 20:39:58.470 INFO STEP 91 (ensure_file) COMPLETE
102452026-08-17T20:39:59.177Z[ host-image] Aug 17 20:39:58.470 INFO O| Aug 17 20:39:58.470 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-08-17T20:39:59.185Z[ host-image] Aug 17 20:39:58.478 INFO O| Aug 17 20:39:58.478 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102472026-08-17T20:39:59.185Z[ host-image] Aug 17 20:39:58.478 INFO O| Aug 17 20:39:58.478 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102482026-08-17T20:39:59.185Z[ host-image] Aug 17 20:39:58.478 INFO O| Aug 17 20:39:58.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102492026-08-17T20:39:59.185Z[ host-image] Aug 17 20:39:58.478 INFO O| Aug 17 20:39:58.478 INFO ok!
102502026-08-17T20:39:59.188Z[ host-image] Aug 17 20:39:58.478 INFO O| Aug 17 20:39:58.478 INFO STEP 92 (ensure_file) COMPLETE
102512026-08-17T20:39:59.188Z[ host-image] Aug 17 20:39:58.478 INFO O| Aug 17 20:39:58.478 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-08-17T20:39:59.193Z[ host-image] Aug 17 20:39:58.485 INFO O| Aug 17 20:39:58.485 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102532026-08-17T20:39:59.193Z[ host-image] Aug 17 20:39:58.485 INFO O| Aug 17 20:39:58.485 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102542026-08-17T20:39:59.579Z[ recovery-image] Aug 17 20:39:58.873 INFO creating reset image...
102552026-08-17T20:39:59.579Z[ recovery-image] Aug 17 20:39:58.873 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")
102562026-08-17T20:39:59.823Z[ host-image] Aug 17 20:39:59.116 INFO O| Aug 17 20:39:59.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102572026-08-17T20:39:59.823Z[ host-image] Aug 17 20:39:59.116 INFO O| Aug 17 20:39:59.116 INFO ok!
102582026-08-17T20:39:59.823Z[ host-image] Aug 17 20:39:59.116 INFO O| Aug 17 20:39:59.116 INFO STEP 93 (ensure_file) COMPLETE
102592026-08-17T20:39:59.826Z[ host-image] Aug 17 20:39:59.116 INFO O| Aug 17 20:39:59.116 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-08-17T20:39:59.830Z[ host-image] Aug 17 20:39:59.124 INFO O| Aug 17 20:39:59.124 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102612026-08-17T20:39:59.830Z[ host-image] Aug 17 20:39:59.124 INFO O| Aug 17 20:39:59.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102622026-08-17T20:39:59.830Z[ host-image] Aug 17 20:39:59.124 INFO O| Aug 17 20:39:59.124 INFO STEP 94 (ensure_dir) COMPLETE
102632026-08-17T20:39:59.833Z[ host-image] Aug 17 20:39:59.124 INFO O| Aug 17 20:39:59.124 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-17T20:39:59.837Z[ host-image] Aug 17 20:39:59.131 INFO O| Aug 17 20:39:59.131 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102652026-08-17T20:39:59.840Z[ host-image] Aug 17 20:39:59.131 INFO O| Aug 17 20:39:59.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102662026-08-17T20:39:59.840Z[ host-image] Aug 17 20:39:59.131 INFO O| Aug 17 20:39:59.131 INFO STEP 95 (ensure_dir) COMPLETE
102672026-08-17T20:39:59.840Z[ host-image] Aug 17 20:39:59.131 INFO O| Aug 17 20:39:59.131 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-08-17T20:39:59.843Z[ recovery-image] Aug 17 20:39:59.137 INFO E| Updating crates.io index
102692026-08-17T20:39:59.846Z[ host-image] Aug 17 20:39:59.138 INFO O| Aug 17 20:39:59.138 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102702026-08-17T20:39:59.847Z[ host-image] Aug 17 20:39:59.139 INFO O| Aug 17 20:39:59.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102712026-08-17T20:39:59.847Z[ host-image] Aug 17 20:39:59.139 INFO O| Aug 17 20:39:59.139 INFO STEP 96 (ensure_dir) COMPLETE
102722026-08-17T20:39:59.847Z[ host-image] Aug 17 20:39:59.139 INFO O| Aug 17 20:39:59.139 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-08-17T20:39:59.852Z[ host-image] Aug 17 20:39:59.145 INFO O| Aug 17 20:39:59.145 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102742026-08-17T20:39:59.852Z[ host-image] Aug 17 20:39:59.145 INFO O| Aug 17 20:39:59.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102752026-08-17T20:39:59.852Z[ host-image] Aug 17 20:39:59.145 INFO O| Aug 17 20:39:59.145 INFO STEP 97 (ensure_dir) COMPLETE
102762026-08-17T20:39:59.854Z[ host-image] Aug 17 20:39:59.145 INFO O| Aug 17 20:39:59.145 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-17T20:39:59.861Z[ host-image] Aug 17 20:39:59.154 INFO O| Aug 17 20:39:59.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102782026-08-17T20:39:59.861Z[ host-image] Aug 17 20:39:59.154 INFO O| Aug 17 20:39:59.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102792026-08-17T20:39:59.864Z[ host-image] Aug 17 20:39:59.154 INFO O| Aug 17 20:39:59.154 INFO STEP 98 (ensure_dir) COMPLETE
102802026-08-17T20:39:59.864Z[ host-image] Aug 17 20:39:59.154 INFO O| Aug 17 20:39:59.154 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-08-17T20:39:59.867Z[ host-image] Aug 17 20:39:59.161 INFO O| Aug 17 20:39:59.161 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102822026-08-17T20:39:59.867Z[ host-image] Aug 17 20:39:59.161 INFO O| Aug 17 20:39:59.161 INFO copying /tmp/.tmpNdaVGy/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 ...
102832026-08-17T20:39:59.870Z[ host-image] Aug 17 20:39:59.161 INFO O| Aug 17 20:39:59.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102842026-08-17T20:39:59.870Z[ host-image] Aug 17 20:39:59.161 INFO O| Aug 17 20:39:59.161 INFO ok!
102852026-08-17T20:39:59.870Z[ host-image] Aug 17 20:39:59.161 INFO O| Aug 17 20:39:59.161 INFO STEP 99 (ensure_file) COMPLETE
102862026-08-17T20:39:59.870Z[ host-image] Aug 17 20:39:59.161 INFO O| Aug 17 20:39:59.161 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-17T20:39:59.876Z[ host-image] Aug 17 20:39:59.170 INFO O| Aug 17 20:39:59.170 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102882026-08-17T20:39:59.876Z[ host-image] Aug 17 20:39:59.170 INFO O| Aug 17 20:39:59.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102892026-08-17T20:39:59.879Z[ host-image] Aug 17 20:39:59.170 INFO O| Aug 17 20:39:59.170 INFO STEP 100 (ensure_dir) COMPLETE
102902026-08-17T20:39:59.879Z[ host-image] Aug 17 20:39:59.170 INFO O| Aug 17 20:39:59.170 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-17T20:39:59.883Z[ host-image] Aug 17 20:39:59.177 INFO O| Aug 17 20:39:59.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102922026-08-17T20:39:59.883Z[ host-image] Aug 17 20:39:59.177 INFO O| Aug 17 20:39:59.177 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102932026-08-17T20:39:59.893Z[ host-image] Aug 17 20:39:59.187 INFO O| Aug 17 20:39:59.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102942026-08-17T20:39:59.893Z[ host-image] Aug 17 20:39:59.187 INFO O| Aug 17 20:39:59.187 INFO ok!
102952026-08-17T20:39:59.896Z[ host-image] Aug 17 20:39:59.187 INFO O| Aug 17 20:39:59.187 INFO STEP 101 (ensure_file) COMPLETE
102962026-08-17T20:39:59.896Z[ host-image] Aug 17 20:39:59.187 INFO O| Aug 17 20:39:59.187 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-17T20:39:59.899Z[ host-image] Aug 17 20:39:59.193 INFO O| Aug 17 20:39:59.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102982026-08-17T20:39:59.899Z[ host-image] Aug 17 20:39:59.193 INFO O| Aug 17 20:39:59.193 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102992026-08-17T20:39:59.902Z[ host-image] Aug 17 20:39:59.193 INFO O| Aug 17 20:39:59.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103002026-08-17T20:39:59.902Z[ host-image] Aug 17 20:39:59.193 INFO O| Aug 17 20:39:59.193 INFO ok!
103012026-08-17T20:39:59.902Z[ host-image] Aug 17 20:39:59.193 INFO O| Aug 17 20:39:59.193 INFO STEP 102 (ensure_file) COMPLETE
103022026-08-17T20:39:59.902Z[ host-image] Aug 17 20:39:59.193 INFO O| Aug 17 20:39:59.193 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-08-17T20:39:59.906Z[ host-image] Aug 17 20:39:59.200 INFO O| Aug 17 20:39:59.200 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103042026-08-17T20:39:59.909Z[ host-image] Aug 17 20:39:59.200 INFO O| Aug 17 20:39:59.200 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103052026-08-17T20:40:00.144Z[ recovery-image] Aug 17 20:39:59.437 INFO E| Downloading crates ...
103062026-08-17T20:40:00.191Z[ recovery-image] Aug 17 20:39:59.485 INFO E| Downloaded sigchld v0.2.4
103072026-08-17T20:40:00.194Z[ recovery-image] Aug 17 20:39:59.486 INFO E| Downloaded clap_lex v1.1.0
103082026-08-17T20:40:00.194Z[ recovery-image] Aug 17 20:39:59.488 INFO E| Downloaded os_pipe v1.2.3
103092026-08-17T20:40:00.197Z[ recovery-image] Aug 17 20:39:59.490 INFO E| Downloaded shared_thread v0.2.0
103102026-08-17T20:40:00.200Z[ recovery-image] Aug 17 20:39:59.492 INFO E| Downloaded shared_child v1.1.1
103112026-08-17T20:40:00.200Z[ recovery-image] Aug 17 20:39:59.493 INFO E| Downloaded colorchoice v1.0.5
103122026-08-17T20:40:00.203Z[ recovery-image] Aug 17 20:39:59.494 INFO E| Downloaded duct v1.1.1
103132026-08-17T20:40:00.250Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling libc v0.2.186
103142026-08-17T20:40:00.251Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling proc-macro2 v1.0.106
103152026-08-17T20:40:00.251Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling quote v1.0.45
103162026-08-17T20:40:00.254Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling unicode-ident v1.0.24
103172026-08-17T20:40:00.254Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling signal-hook v0.3.18
103182026-08-17T20:40:00.254Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling utf8parse v0.2.2
103192026-08-17T20:40:00.254Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling is_terminal_polyfill v1.70.2
103202026-08-17T20:40:00.254Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling anstyle v1.0.14
103212026-08-17T20:40:00.254Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling anstyle-query v1.1.5
103222026-08-17T20:40:00.254Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling colorchoice v1.0.5
103232026-08-17T20:40:00.254Z[ recovery-image] Aug 17 20:39:59.544 INFO E| Compiling clap_lex v1.1.0
103242026-08-17T20:40:00.258Z[ host-image] Aug 17 20:39:59.550 INFO O| Aug 17 20:39:59.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103252026-08-17T20:40:00.258Z[ host-image] Aug 17 20:39:59.550 INFO O| Aug 17 20:39:59.550 INFO ok!
103262026-08-17T20:40:00.258Z[ host-image] Aug 17 20:39:59.550 INFO O| Aug 17 20:39:59.550 INFO STEP 103 (ensure_file) COMPLETE
103272026-08-17T20:40:00.258Z[ host-image] Aug 17 20:39:59.550 INFO O| Aug 17 20:39:59.550 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-08-17T20:40:00.262Z[ recovery-image] Aug 17 20:39:59.556 INFO E| Compiling strsim v0.11.1
103292026-08-17T20:40:00.262Z[ recovery-image] Aug 17 20:39:59.556 INFO E| Compiling heck v0.5.0
103302026-08-17T20:40:00.265Z[ recovery-image] Aug 17 20:39:59.556 INFO E| Compiling shared_thread v0.2.0
103312026-08-17T20:40:00.268Z[ host-image] Aug 17 20:39:59.561 INFO O| Aug 17 20:39:59.561 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103322026-08-17T20:40:00.268Z[ host-image] Aug 17 20:39:59.561 INFO O| Aug 17 20:39:59.561 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103332026-08-17T20:40:00.268Z[ host-image] Aug 17 20:39:59.561 INFO O| Aug 17 20:39:59.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103342026-08-17T20:40:00.268Z[ host-image] Aug 17 20:39:59.561 INFO O| Aug 17 20:39:59.561 INFO ok!
103352026-08-17T20:40:00.268Z[ host-image] Aug 17 20:39:59.561 INFO O| Aug 17 20:39:59.561 INFO STEP 104 (ensure_file) COMPLETE
103362026-08-17T20:40:00.268Z[ host-image] Aug 17 20:39:59.561 INFO O| Aug 17 20:39:59.561 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-17T20:40:00.276Z[ host-image] Aug 17 20:39:59.570 INFO O| Aug 17 20:39:59.570 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103382026-08-17T20:40:00.276Z[ host-image] Aug 17 20:39:59.570 INFO O| Aug 17 20:39:59.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103392026-08-17T20:40:00.279Z[ host-image] Aug 17 20:39:59.570 INFO O| Aug 17 20:39:59.570 INFO STEP 105 (ensure_dir) COMPLETE
103402026-08-17T20:40:00.279Z[ host-image] Aug 17 20:39:59.570 INFO O| Aug 17 20:39:59.570 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-08-17T20:40:00.287Z[ host-image] Aug 17 20:39:59.581 INFO O| Aug 17 20:39:59.581 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103422026-08-17T20:40:00.287Z[ host-image] Aug 17 20:39:59.581 INFO O| Aug 17 20:39:59.581 INFO copying /tmp/.tmpNdaVGy/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 ...
103432026-08-17T20:40:00.430Z[ recovery-image] Aug 17 20:39:59.722 INFO E| Compiling anstyle-parse v1.0.0
103442026-08-17T20:40:00.693Z[ recovery-image] Aug 17 20:39:59.986 INFO E| Compiling anstream v1.0.0
103452026-08-17T20:40:00.754Z[ host-image] Aug 17 20:40:00.047 INFO O| Aug 17 20:40:00.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103462026-08-17T20:40:00.754Z[ host-image] Aug 17 20:40:00.047 INFO O| Aug 17 20:40:00.047 INFO ok!
103472026-08-17T20:40:00.754Z[ host-image] Aug 17 20:40:00.047 INFO O| Aug 17 20:40:00.047 INFO STEP 106 (ensure_file) COMPLETE
103482026-08-17T20:40:00.754Z[ host-image] Aug 17 20:40:00.047 INFO O| Aug 17 20:40:00.047 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-08-17T20:40:00.765Z[ host-image] Aug 17 20:40:00.058 INFO O| Aug 17 20:40:00.058 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103502026-08-17T20:40:00.765Z[ host-image] Aug 17 20:40:00.058 INFO O| Aug 17 20:40:00.058 INFO copying /tmp/.tmpNdaVGy/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 ...
103512026-08-17T20:40:00.768Z[ host-image] Aug 17 20:40:00.058 INFO O| Aug 17 20:40:00.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103522026-08-17T20:40:00.768Z[ host-image] Aug 17 20:40:00.058 INFO O| Aug 17 20:40:00.058 INFO ok!
103532026-08-17T20:40:00.768Z[ host-image] Aug 17 20:40:00.058 INFO O| Aug 17 20:40:00.058 INFO STEP 107 (ensure_file) COMPLETE
103542026-08-17T20:40:00.768Z[ host-image] Aug 17 20:40:00.058 INFO O| Aug 17 20:40:00.058 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-08-17T20:40:00.774Z[ host-image] Aug 17 20:40:00.067 INFO O| Aug 17 20:40:00.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103562026-08-17T20:40:00.774Z[ host-image] Aug 17 20:40:00.067 INFO O| Aug 17 20:40:00.067 INFO copying /tmp/.tmpNdaVGy/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 ...
103572026-08-17T20:40:00.774Z[ host-image] Aug 17 20:40:00.067 INFO O| Aug 17 20:40:00.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103582026-08-17T20:40:00.777Z[ host-image] Aug 17 20:40:00.067 INFO O| Aug 17 20:40:00.067 INFO ok!
103592026-08-17T20:40:00.777Z[ host-image] Aug 17 20:40:00.067 INFO O| Aug 17 20:40:00.067 INFO STEP 108 (ensure_file) COMPLETE
103602026-08-17T20:40:00.777Z[ host-image] Aug 17 20:40:00.067 INFO O| Aug 17 20:40:00.067 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-17T20:40:00.781Z[ host-image] Aug 17 20:40:00.075 INFO O| Aug 17 20:40:00.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103622026-08-17T20:40:00.782Z[ host-image] Aug 17 20:40:00.075 INFO O| Aug 17 20:40:00.075 INFO copying /tmp/.tmpNdaVGy/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 ...
103632026-08-17T20:40:00.782Z[ host-image] Aug 17 20:40:00.075 INFO O| Aug 17 20:40:00.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103642026-08-17T20:40:00.784Z[ host-image] Aug 17 20:40:00.075 INFO O| Aug 17 20:40:00.075 INFO ok!
103652026-08-17T20:40:00.784Z[ host-image] Aug 17 20:40:00.075 INFO O| Aug 17 20:40:00.075 INFO STEP 109 (ensure_file) COMPLETE
103662026-08-17T20:40:00.785Z[ host-image] Aug 17 20:40:00.075 INFO O| Aug 17 20:40:00.075 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-17T20:40:00.791Z[ host-image] Aug 17 20:40:00.085 INFO O| Aug 17 20:40:00.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103682026-08-17T20:40:00.791Z[ host-image] Aug 17 20:40:00.085 INFO O| Aug 17 20:40:00.085 INFO copying /tmp/.tmpNdaVGy/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 ...
103692026-08-17T20:40:00.794Z[ host-image] Aug 17 20:40:00.085 INFO O| Aug 17 20:40:00.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103702026-08-17T20:40:00.794Z[ host-image] Aug 17 20:40:00.085 INFO O| Aug 17 20:40:00.085 INFO ok!
103712026-08-17T20:40:00.794Z[ host-image] Aug 17 20:40:00.085 INFO O| Aug 17 20:40:00.085 INFO STEP 110 (ensure_file) COMPLETE
103722026-08-17T20:40:00.794Z[ host-image] Aug 17 20:40:00.085 INFO O| Aug 17 20:40:00.085 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-17T20:40:00.799Z[ host-image] Aug 17 20:40:00.093 INFO O| Aug 17 20:40:00.093 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103742026-08-17T20:40:00.799Z[ host-image] Aug 17 20:40:00.093 INFO O| Aug 17 20:40:00.093 INFO copying /tmp/.tmpNdaVGy/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 ...
103752026-08-17T20:40:00.800Z[ host-image] Aug 17 20:40:00.093 INFO O| Aug 17 20:40:00.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103762026-08-17T20:40:00.803Z[ host-image] Aug 17 20:40:00.093 INFO O| Aug 17 20:40:00.093 INFO ok!
103772026-08-17T20:40:00.803Z[ host-image] Aug 17 20:40:00.093 INFO O| Aug 17 20:40:00.093 INFO STEP 111 (ensure_file) COMPLETE
103782026-08-17T20:40:00.803Z[ host-image] Aug 17 20:40:00.093 INFO O| Aug 17 20:40:00.093 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-17T20:40:00.808Z[ host-image] Aug 17 20:40:00.101 INFO O| Aug 17 20:40:00.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103802026-08-17T20:40:00.808Z[ host-image] Aug 17 20:40:00.101 INFO O| Aug 17 20:40:00.101 INFO copying /tmp/.tmpNdaVGy/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 ...
103812026-08-17T20:40:00.808Z[ host-image] Aug 17 20:40:00.101 INFO O| Aug 17 20:40:00.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103822026-08-17T20:40:00.811Z[ host-image] Aug 17 20:40:00.101 INFO O| Aug 17 20:40:00.101 INFO ok!
103832026-08-17T20:40:00.811Z[ host-image] Aug 17 20:40:00.101 INFO O| Aug 17 20:40:00.101 INFO STEP 112 (ensure_file) COMPLETE
103842026-08-17T20:40:00.811Z[ host-image] Aug 17 20:40:00.101 INFO O| Aug 17 20:40:00.101 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-08-17T20:40:00.817Z[ host-image] Aug 17 20:40:00.111 INFO O| Aug 17 20:40:00.111 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103862026-08-17T20:40:00.817Z[ host-image] Aug 17 20:40:00.111 INFO O| Aug 17 20:40:00.111 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103872026-08-17T20:40:00.820Z[ host-image] Aug 17 20:40:00.111 INFO O| Aug 17 20:40:00.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103882026-08-17T20:40:00.820Z[ host-image] Aug 17 20:40:00.111 INFO O| Aug 17 20:40:00.111 INFO ok!
103892026-08-17T20:40:00.820Z[ host-image] Aug 17 20:40:00.111 INFO O| Aug 17 20:40:00.111 INFO STEP 113 (ensure_file) COMPLETE
103902026-08-17T20:40:00.820Z[ host-image] Aug 17 20:40:00.111 INFO O| Aug 17 20:40:00.111 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-08-17T20:40:00.826Z[ host-image] Aug 17 20:40:00.120 INFO O| Aug 17 20:40:00.119 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103922026-08-17T20:40:00.829Z[ host-image] Aug 17 20:40:00.120 INFO O| Aug 17 20:40:00.120 INFO copying /tmp/.tmpNdaVGy/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 ...
103932026-08-17T20:40:00.829Z[ host-image] Aug 17 20:40:00.120 INFO O| Aug 17 20:40:00.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103942026-08-17T20:40:00.829Z[ host-image] Aug 17 20:40:00.120 INFO O| Aug 17 20:40:00.120 INFO ok!
103952026-08-17T20:40:00.829Z[ host-image] Aug 17 20:40:00.120 INFO O| Aug 17 20:40:00.120 INFO STEP 114 (ensure_file) COMPLETE
103962026-08-17T20:40:00.829Z[ host-image] Aug 17 20:40:00.120 INFO O| Aug 17 20:40:00.120 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-08-17T20:40:00.836Z[ host-image] Aug 17 20:40:00.130 INFO O| Aug 17 20:40:00.130 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103982026-08-17T20:40:00.836Z[ host-image] Aug 17 20:40:00.130 INFO O| Aug 17 20:40:00.130 INFO copying /tmp/.tmpNdaVGy/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 ...
103992026-08-17T20:40:00.839Z[ host-image] Aug 17 20:40:00.130 INFO O| Aug 17 20:40:00.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104002026-08-17T20:40:00.839Z[ host-image] Aug 17 20:40:00.130 INFO O| Aug 17 20:40:00.130 INFO ok!
104012026-08-17T20:40:00.839Z[ host-image] Aug 17 20:40:00.130 INFO O| Aug 17 20:40:00.130 INFO STEP 115 (ensure_file) COMPLETE
104022026-08-17T20:40:00.839Z[ host-image] Aug 17 20:40:00.130 INFO O| Aug 17 20:40:00.130 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-17T20:40:00.845Z[ host-image] Aug 17 20:40:00.138 INFO O| Aug 17 20:40:00.138 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104042026-08-17T20:40:00.845Z[ host-image] Aug 17 20:40:00.138 INFO O| Aug 17 20:40:00.138 INFO copying /tmp/.tmpNdaVGy/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 ...
104052026-08-17T20:40:00.848Z[ host-image] Aug 17 20:40:00.139 INFO O| Aug 17 20:40:00.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104062026-08-17T20:40:00.848Z[ host-image] Aug 17 20:40:00.139 INFO O| Aug 17 20:40:00.138 INFO ok!
104072026-08-17T20:40:00.848Z[ host-image] Aug 17 20:40:00.139 INFO O| Aug 17 20:40:00.138 INFO STEP 116 (ensure_file) COMPLETE
104082026-08-17T20:40:00.848Z[ host-image] Aug 17 20:40:00.139 INFO O| Aug 17 20:40:00.139 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-08-17T20:40:00.853Z[ host-image] Aug 17 20:40:00.147 INFO O| Aug 17 20:40:00.147 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104102026-08-17T20:40:00.853Z[ host-image] Aug 17 20:40:00.147 INFO O| Aug 17 20:40:00.147 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104112026-08-17T20:40:00.856Z[ host-image] Aug 17 20:40:00.147 INFO O| Aug 17 20:40:00.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104122026-08-17T20:40:00.856Z[ host-image] Aug 17 20:40:00.147 INFO O| Aug 17 20:40:00.147 INFO ok!
104132026-08-17T20:40:00.856Z[ host-image] Aug 17 20:40:00.147 INFO O| Aug 17 20:40:00.147 INFO STEP 117 (ensure_file) COMPLETE
104142026-08-17T20:40:00.856Z[ host-image] Aug 17 20:40:00.147 INFO O| Aug 17 20:40:00.147 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-17T20:40:00.862Z[ host-image] Aug 17 20:40:00.156 INFO O| Aug 17 20:40:00.156 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104162026-08-17T20:40:00.862Z[ host-image] Aug 17 20:40:00.156 INFO O| Aug 17 20:40:00.156 INFO copying /tmp/.tmpNdaVGy/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 ...
104172026-08-17T20:40:00.862Z[ host-image] Aug 17 20:40:00.156 INFO O| Aug 17 20:40:00.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104182026-08-17T20:40:00.866Z[ host-image] Aug 17 20:40:00.156 INFO O| Aug 17 20:40:00.156 INFO ok!
104192026-08-17T20:40:00.866Z[ host-image] Aug 17 20:40:00.156 INFO O| Aug 17 20:40:00.156 INFO STEP 118 (ensure_file) COMPLETE
104202026-08-17T20:40:00.866Z[ host-image] Aug 17 20:40:00.156 INFO O| Aug 17 20:40:00.156 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-17T20:40:00.872Z[ host-image] Aug 17 20:40:00.166 INFO O| Aug 17 20:40:00.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104222026-08-17T20:40:00.872Z[ host-image] Aug 17 20:40:00.166 INFO O| Aug 17 20:40:00.166 INFO copying /tmp/.tmpNdaVGy/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 ...
104232026-08-17T20:40:00.875Z[ host-image] Aug 17 20:40:00.166 INFO O| Aug 17 20:40:00.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104242026-08-17T20:40:00.875Z[ host-image] Aug 17 20:40:00.166 INFO O| Aug 17 20:40:00.166 INFO ok!
104252026-08-17T20:40:00.875Z[ host-image] Aug 17 20:40:00.166 INFO O| Aug 17 20:40:00.166 INFO STEP 119 (ensure_file) COMPLETE
104262026-08-17T20:40:00.875Z[ host-image] Aug 17 20:40:00.166 INFO O| Aug 17 20:40:00.166 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-17T20:40:00.882Z[ host-image] Aug 17 20:40:00.175 INFO O| Aug 17 20:40:00.175 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104282026-08-17T20:40:00.882Z[ host-image] Aug 17 20:40:00.175 INFO O| Aug 17 20:40:00.175 INFO copying /tmp/.tmpNdaVGy/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 ...
104292026-08-17T20:40:00.885Z[ host-image] Aug 17 20:40:00.175 INFO O| Aug 17 20:40:00.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104302026-08-17T20:40:00.885Z[ host-image] Aug 17 20:40:00.175 INFO O| Aug 17 20:40:00.175 INFO ok!
104312026-08-17T20:40:00.885Z[ host-image] Aug 17 20:40:00.175 INFO O| Aug 17 20:40:00.175 INFO STEP 120 (ensure_file) COMPLETE
104322026-08-17T20:40:00.885Z[ host-image] Aug 17 20:40:00.175 INFO O| Aug 17 20:40:00.175 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-17T20:40:00.891Z[ host-image] Aug 17 20:40:00.185 INFO O| Aug 17 20:40:00.185 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104342026-08-17T20:40:00.891Z[ host-image] Aug 17 20:40:00.185 INFO O| Aug 17 20:40:00.185 INFO copying /tmp/.tmpNdaVGy/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 ...
104352026-08-17T20:40:00.894Z[ host-image] Aug 17 20:40:00.185 INFO O| Aug 17 20:40:00.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104362026-08-17T20:40:00.895Z[ host-image] Aug 17 20:40:00.185 INFO O| Aug 17 20:40:00.185 INFO ok!
104372026-08-17T20:40:00.895Z[ host-image] Aug 17 20:40:00.185 INFO O| Aug 17 20:40:00.185 INFO STEP 121 (ensure_file) COMPLETE
104382026-08-17T20:40:00.895Z[ host-image] Aug 17 20:40:00.185 INFO O| Aug 17 20:40:00.185 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-17T20:40:00.900Z[ host-image] Aug 17 20:40:00.194 INFO O| Aug 17 20:40:00.194 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104402026-08-17T20:40:00.900Z[ host-image] Aug 17 20:40:00.194 INFO O| Aug 17 20:40:00.194 INFO copying /tmp/.tmpNdaVGy/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 ...
104412026-08-17T20:40:00.903Z[ host-image] Aug 17 20:40:00.194 INFO O| Aug 17 20:40:00.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104422026-08-17T20:40:00.903Z[ host-image] Aug 17 20:40:00.194 INFO O| Aug 17 20:40:00.194 INFO ok!
104432026-08-17T20:40:00.903Z[ host-image] Aug 17 20:40:00.194 INFO O| Aug 17 20:40:00.194 INFO STEP 122 (ensure_file) COMPLETE
104442026-08-17T20:40:00.903Z[ host-image] Aug 17 20:40:00.194 INFO O| Aug 17 20:40:00.194 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-08-17T20:40:00.906Z[ recovery-image] Aug 17 20:40:00.197 INFO E| Compiling clap_builder v4.6.0
104462026-08-17T20:40:00.910Z[ host-image] Aug 17 20:40:00.204 INFO O| Aug 17 20:40:00.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104472026-08-17T20:40:00.910Z[ host-image] Aug 17 20:40:00.204 INFO O| Aug 17 20:40:00.204 INFO copying /tmp/.tmpNdaVGy/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 ...
104482026-08-17T20:40:00.913Z[ host-image] Aug 17 20:40:00.204 INFO O| Aug 17 20:40:00.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104492026-08-17T20:40:00.913Z[ host-image] Aug 17 20:40:00.204 INFO O| Aug 17 20:40:00.204 INFO ok!
104502026-08-17T20:40:00.913Z[ host-image] Aug 17 20:40:00.204 INFO O| Aug 17 20:40:00.204 INFO STEP 123 (ensure_file) COMPLETE
104512026-08-17T20:40:00.913Z[ host-image] Aug 17 20:40:00.204 INFO O| Aug 17 20:40:00.204 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-08-17T20:40:00.919Z[ host-image] Aug 17 20:40:00.213 INFO O| Aug 17 20:40:00.213 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104532026-08-17T20:40:00.919Z[ host-image] Aug 17 20:40:00.213 INFO O| Aug 17 20:40:00.213 INFO copying /tmp/.tmpNdaVGy/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 ...
104542026-08-17T20:40:00.922Z[ host-image] Aug 17 20:40:00.213 INFO O| Aug 17 20:40:00.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104552026-08-17T20:40:00.922Z[ host-image] Aug 17 20:40:00.213 INFO O| Aug 17 20:40:00.213 INFO ok!
104562026-08-17T20:40:00.922Z[ host-image] Aug 17 20:40:00.213 INFO O| Aug 17 20:40:00.213 INFO STEP 124 (ensure_file) COMPLETE
104572026-08-17T20:40:00.922Z[ host-image] Aug 17 20:40:00.213 INFO O| Aug 17 20:40:00.213 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-08-17T20:40:00.928Z[ host-image] Aug 17 20:40:00.222 INFO O| Aug 17 20:40:00.222 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104592026-08-17T20:40:00.928Z[ host-image] Aug 17 20:40:00.222 INFO O| Aug 17 20:40:00.222 INFO copying /tmp/.tmpNdaVGy/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 ...
104602026-08-17T20:40:00.931Z[ host-image] Aug 17 20:40:00.222 INFO O| Aug 17 20:40:00.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104612026-08-17T20:40:00.932Z[ host-image] Aug 17 20:40:00.222 INFO O| Aug 17 20:40:00.222 INFO ok!
104622026-08-17T20:40:00.932Z[ host-image] Aug 17 20:40:00.222 INFO O| Aug 17 20:40:00.222 INFO STEP 125 (ensure_file) COMPLETE
104632026-08-17T20:40:00.932Z[ host-image] Aug 17 20:40:00.222 INFO O| Aug 17 20:40:00.222 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-08-17T20:40:00.938Z[ host-image] Aug 17 20:40:00.232 INFO O| Aug 17 20:40:00.232 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104652026-08-17T20:40:00.938Z[ host-image] Aug 17 20:40:00.232 INFO O| Aug 17 20:40:00.232 INFO copying /tmp/.tmpNdaVGy/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 ...
104662026-08-17T20:40:00.938Z[ host-image] Aug 17 20:40:00.232 INFO O| Aug 17 20:40:00.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104672026-08-17T20:40:00.941Z[ host-image] Aug 17 20:40:00.232 INFO O| Aug 17 20:40:00.232 INFO ok!
104682026-08-17T20:40:00.941Z[ host-image] Aug 17 20:40:00.232 INFO O| Aug 17 20:40:00.232 INFO STEP 126 (ensure_file) COMPLETE
104692026-08-17T20:40:00.941Z[ host-image] Aug 17 20:40:00.232 INFO O| Aug 17 20:40:00.232 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-08-17T20:40:00.947Z[ host-image] Aug 17 20:40:00.241 INFO O| Aug 17 20:40:00.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104712026-08-17T20:40:00.947Z[ host-image] Aug 17 20:40:00.241 INFO O| Aug 17 20:40:00.241 INFO copying /tmp/.tmpNdaVGy/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 ...
104722026-08-17T20:40:00.947Z[ host-image] Aug 17 20:40:00.241 INFO O| Aug 17 20:40:00.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104732026-08-17T20:40:00.950Z[ host-image] Aug 17 20:40:00.241 INFO O| Aug 17 20:40:00.241 INFO ok!
104742026-08-17T20:40:00.950Z[ host-image] Aug 17 20:40:00.241 INFO O| Aug 17 20:40:00.241 INFO STEP 127 (ensure_file) COMPLETE
104752026-08-17T20:40:00.950Z[ host-image] Aug 17 20:40:00.241 INFO O| Aug 17 20:40:00.241 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-08-17T20:40:00.957Z[ host-image] Aug 17 20:40:00.251 INFO O| Aug 17 20:40:00.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104772026-08-17T20:40:00.957Z[ host-image] Aug 17 20:40:00.251 INFO O| Aug 17 20:40:00.251 INFO copying /tmp/.tmpNdaVGy/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 ...
104782026-08-17T20:40:00.960Z[ host-image] Aug 17 20:40:00.251 INFO O| Aug 17 20:40:00.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104792026-08-17T20:40:00.960Z[ host-image] Aug 17 20:40:00.251 INFO O| Aug 17 20:40:00.251 INFO ok!
104802026-08-17T20:40:00.960Z[ host-image] Aug 17 20:40:00.251 INFO O| Aug 17 20:40:00.251 INFO STEP 128 (ensure_file) COMPLETE
104812026-08-17T20:40:00.960Z[ host-image] Aug 17 20:40:00.251 INFO O| Aug 17 20:40:00.251 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-08-17T20:40:00.966Z[ host-image] Aug 17 20:40:00.260 INFO O| Aug 17 20:40:00.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104832026-08-17T20:40:00.966Z[ host-image] Aug 17 20:40:00.260 INFO O| Aug 17 20:40:00.260 INFO copying /tmp/.tmpNdaVGy/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 ...
104842026-08-17T20:40:00.969Z[ host-image] Aug 17 20:40:00.260 INFO O| Aug 17 20:40:00.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104852026-08-17T20:40:00.969Z[ host-image] Aug 17 20:40:00.260 INFO O| Aug 17 20:40:00.260 INFO ok!
104862026-08-17T20:40:00.969Z[ host-image] Aug 17 20:40:00.260 INFO O| Aug 17 20:40:00.260 INFO STEP 129 (ensure_file) COMPLETE
104872026-08-17T20:40:00.969Z[ host-image] Aug 17 20:40:00.260 INFO O| Aug 17 20:40:00.260 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-08-17T20:40:00.975Z[ host-image] Aug 17 20:40:00.269 INFO O| Aug 17 20:40:00.269 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104892026-08-17T20:40:00.975Z[ host-image] Aug 17 20:40:00.269 INFO O| Aug 17 20:40:00.269 INFO copying /tmp/.tmpNdaVGy/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 ...
104902026-08-17T20:40:00.975Z[ host-image] Aug 17 20:40:00.269 INFO O| Aug 17 20:40:00.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104912026-08-17T20:40:00.978Z[ host-image] Aug 17 20:40:00.269 INFO O| Aug 17 20:40:00.269 INFO ok!
104922026-08-17T20:40:00.978Z[ host-image] Aug 17 20:40:00.269 INFO O| Aug 17 20:40:00.269 INFO STEP 130 (ensure_file) COMPLETE
104932026-08-17T20:40:00.978Z[ host-image] Aug 17 20:40:00.269 INFO O| Aug 17 20:40:00.269 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-08-17T20:40:00.983Z[ host-image] Aug 17 20:40:00.277 INFO O| Aug 17 20:40:00.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104952026-08-17T20:40:00.983Z[ host-image] Aug 17 20:40:00.277 INFO O| Aug 17 20:40:00.277 INFO copying /tmp/.tmpNdaVGy/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 ...
104962026-08-17T20:40:00.986Z[ host-image] Aug 17 20:40:00.277 INFO O| Aug 17 20:40:00.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104972026-08-17T20:40:00.986Z[ host-image] Aug 17 20:40:00.277 INFO O| Aug 17 20:40:00.277 INFO ok!
104982026-08-17T20:40:00.986Z[ host-image] Aug 17 20:40:00.277 INFO O| Aug 17 20:40:00.277 INFO STEP 131 (ensure_file) COMPLETE
104992026-08-17T20:40:00.986Z[ host-image] Aug 17 20:40:00.277 INFO O| Aug 17 20:40:00.277 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-08-17T20:40:00.990Z[ host-image] Aug 17 20:40:00.284 INFO O| Aug 17 20:40:00.284 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105012026-08-17T20:40:00.990Z[ host-image] Aug 17 20:40:00.284 INFO O| Aug 17 20:40:00.284 INFO copying /tmp/.tmpNdaVGy/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 ...
105022026-08-17T20:40:00.993Z[ host-image] Aug 17 20:40:00.284 INFO O| Aug 17 20:40:00.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105032026-08-17T20:40:00.993Z[ host-image] Aug 17 20:40:00.284 INFO O| Aug 17 20:40:00.284 INFO ok!
105042026-08-17T20:40:00.993Z[ host-image] Aug 17 20:40:00.284 INFO O| Aug 17 20:40:00.284 INFO STEP 132 (ensure_file) COMPLETE
105052026-08-17T20:40:00.993Z[ host-image] Aug 17 20:40:00.284 INFO O| Aug 17 20:40:00.284 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-08-17T20:40:00.998Z[ host-image] Aug 17 20:40:00.292 INFO O| Aug 17 20:40:00.292 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105072026-08-17T20:40:00.998Z[ host-image] Aug 17 20:40:00.292 INFO O| Aug 17 20:40:00.292 INFO copying /tmp/.tmpNdaVGy/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 ...
105082026-08-17T20:40:01.001Z[ host-image] Aug 17 20:40:00.292 INFO O| Aug 17 20:40:00.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105092026-08-17T20:40:01.001Z[ host-image] Aug 17 20:40:00.292 INFO O| Aug 17 20:40:00.292 INFO ok!
105102026-08-17T20:40:01.001Z[ host-image] Aug 17 20:40:00.292 INFO O| Aug 17 20:40:00.292 INFO STEP 133 (ensure_file) COMPLETE
105112026-08-17T20:40:01.001Z[ host-image] Aug 17 20:40:00.292 INFO O| Aug 17 20:40:00.292 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-08-17T20:40:01.006Z[ host-image] Aug 17 20:40:00.299 INFO O| Aug 17 20:40:00.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105132026-08-17T20:40:01.006Z[ host-image] Aug 17 20:40:00.299 INFO O| Aug 17 20:40:00.299 INFO copying /tmp/.tmpNdaVGy/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 ...
105142026-08-17T20:40:01.008Z[ host-image] Aug 17 20:40:00.299 INFO O| Aug 17 20:40:00.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105152026-08-17T20:40:01.008Z[ host-image] Aug 17 20:40:00.299 INFO O| Aug 17 20:40:00.299 INFO ok!
105162026-08-17T20:40:01.009Z[ host-image] Aug 17 20:40:00.299 INFO O| Aug 17 20:40:00.299 INFO STEP 134 (ensure_file) COMPLETE
105172026-08-17T20:40:01.009Z[ host-image] Aug 17 20:40:00.299 INFO O| Aug 17 20:40:00.299 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-08-17T20:40:01.016Z[ host-image] Aug 17 20:40:00.309 INFO O| Aug 17 20:40:00.309 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105192026-08-17T20:40:01.016Z[ host-image] Aug 17 20:40:00.309 INFO O| Aug 17 20:40:00.309 INFO copying /tmp/.tmpNdaVGy/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 ...
105202026-08-17T20:40:01.019Z[ host-image] Aug 17 20:40:00.309 INFO O| Aug 17 20:40:00.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105212026-08-17T20:40:01.019Z[ host-image] Aug 17 20:40:00.309 INFO O| Aug 17 20:40:00.309 INFO ok!
105222026-08-17T20:40:01.019Z[ host-image] Aug 17 20:40:00.309 INFO O| Aug 17 20:40:00.309 INFO STEP 135 (ensure_file) COMPLETE
105232026-08-17T20:40:01.019Z[ host-image] Aug 17 20:40:00.309 INFO O| Aug 17 20:40:00.309 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-08-17T20:40:01.023Z[ host-image] Aug 17 20:40:00.317 INFO O| Aug 17 20:40:00.317 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105252026-08-17T20:40:01.024Z[ host-image] Aug 17 20:40:00.317 INFO O| Aug 17 20:40:00.317 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105262026-08-17T20:40:01.026Z[ host-image] Aug 17 20:40:00.317 INFO O| Aug 17 20:40:00.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105272026-08-17T20:40:01.026Z[ host-image] Aug 17 20:40:00.317 INFO O| Aug 17 20:40:00.317 INFO ok!
105282026-08-17T20:40:01.026Z[ host-image] Aug 17 20:40:00.317 INFO O| Aug 17 20:40:00.317 INFO STEP 136 (ensure_file) COMPLETE
105292026-08-17T20:40:01.026Z[ host-image] Aug 17 20:40:00.317 INFO O| Aug 17 20:40:00.317 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-08-17T20:40:01.032Z[ host-image] Aug 17 20:40:00.326 INFO O| Aug 17 20:40:00.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105312026-08-17T20:40:01.032Z[ host-image] Aug 17 20:40:00.326 INFO O| Aug 17 20:40:00.326 INFO copying /tmp/.tmpNdaVGy/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 ...
105322026-08-17T20:40:01.035Z[ host-image] Aug 17 20:40:00.326 INFO O| Aug 17 20:40:00.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105332026-08-17T20:40:01.035Z[ host-image] Aug 17 20:40:00.326 INFO O| Aug 17 20:40:00.326 INFO ok!
105342026-08-17T20:40:01.035Z[ host-image] Aug 17 20:40:00.326 INFO O| Aug 17 20:40:00.326 INFO STEP 137 (ensure_file) COMPLETE
105352026-08-17T20:40:01.035Z[ host-image] Aug 17 20:40:00.326 INFO O| Aug 17 20:40:00.326 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-08-17T20:40:01.041Z[ host-image] Aug 17 20:40:00.335 INFO O| Aug 17 20:40:00.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105372026-08-17T20:40:01.041Z[ host-image] Aug 17 20:40:00.335 INFO O| Aug 17 20:40:00.335 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105382026-08-17T20:40:01.044Z[ host-image] Aug 17 20:40:00.335 INFO O| Aug 17 20:40:00.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105392026-08-17T20:40:01.044Z[ host-image] Aug 17 20:40:00.335 INFO O| Aug 17 20:40:00.335 INFO ok!
105402026-08-17T20:40:01.044Z[ host-image] Aug 17 20:40:00.335 INFO O| Aug 17 20:40:00.335 INFO STEP 138 (ensure_file) COMPLETE
105412026-08-17T20:40:01.044Z[ host-image] Aug 17 20:40:00.335 INFO O| Aug 17 20:40:00.335 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-08-17T20:40:01.050Z[ host-image] Aug 17 20:40:00.344 INFO O| Aug 17 20:40:00.344 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105432026-08-17T20:40:01.050Z[ host-image] Aug 17 20:40:00.344 INFO O| Aug 17 20:40:00.344 INFO copying /tmp/.tmpNdaVGy/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105442026-08-17T20:40:01.278Z[ recovery-image] Aug 17 20:40:00.571 INFO E| Compiling errno v0.3.14
105452026-08-17T20:40:01.278Z[ recovery-image] Aug 17 20:40:00.571 INFO E| Compiling os_pipe v1.2.3
105462026-08-17T20:40:01.392Z[ recovery-image] Aug 17 20:40:00.686 INFO E| Compiling signal-hook-registry v1.4.8
105472026-08-17T20:40:01.670Z[ recovery-image] Aug 17 20:40:00.963 INFO E| Compiling syn v2.0.117
105482026-08-17T20:40:01.701Z[ recovery-image] Aug 17 20:40:00.995 INFO E| Compiling sigchld v0.2.4
105492026-08-17T20:40:01.814Z[ recovery-image] Aug 17 20:40:01.108 INFO E| Compiling shared_child v1.1.1
105502026-08-17T20:40:01.953Z[ recovery-image] Aug 17 20:40:01.246 INFO E| Compiling duct v1.1.1
105512026-08-17T20:40:04.248Z[ recovery-image] Aug 17 20:40:03.541 INFO E| Compiling clap_derive v4.6.1
105522026-08-17T20:40:05.867Z[ recovery-image] Aug 17 20:40:05.160 INFO E| Compiling clap v4.6.1
105532026-08-17T20:40:05.947Z[ recovery-image] Aug 17 20:40:05.240 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105542026-08-17T20:40:06.974Z[ recovery-image] Aug 17 20:40:06.267 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.33s
105552026-08-17T20:40:06.980Z[ recovery-image] Aug 17 20:40:06.273 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105562026-08-17T20:40:07.285Z[ recovery-image] Aug 17 20:40:06.578 INFO E| Downloading crates ...
105572026-08-17T20:40:07.327Z[ recovery-image] Aug 17 20:40:06.620 INFO E| Downloaded bit_field v0.10.3
105582026-08-17T20:40:07.334Z[ recovery-image] Aug 17 20:40:06.627 INFO E| Downloaded bitflags v2.13.0
105592026-08-17T20:40:07.337Z[ recovery-image] Aug 17 20:40:06.630 INFO E| Downloaded bitstruct v0.1.1
105602026-08-17T20:40:07.340Z[ recovery-image] Aug 17 20:40:06.631 INFO E| Downloaded bitstruct_derive v0.1.0
105612026-08-17T20:40:07.343Z[ recovery-image] Aug 17 20:40:06.634 INFO E| Downloaded cpio_reader v0.1.2
105622026-08-17T20:40:07.343Z[ recovery-image] Aug 17 20:40:06.635 INFO E| Downloaded miniz_oxide v0.9.1
105632026-08-17T20:40:07.352Z[ recovery-image] Aug 17 20:40:06.645 INFO E| Downloaded log v0.4.32
105642026-08-17T20:40:07.361Z[ recovery-image] Aug 17 20:40:06.654 INFO E| Downloaded raw-cpuid v10.7.0
105652026-08-17T20:40:07.380Z[ recovery-image] Aug 17 20:40:06.674 INFO E| Downloaded goblin v0.10.7
105662026-08-17T20:40:07.498Z[ recovery-image] Aug 17 20:40:06.791 INFO E| Downloaded x86 v0.52.0
105672026-08-17T20:40:07.548Z[ recovery-image] Aug 17 20:40:06.841 INFO E| Updating crates.io index
105682026-08-17T20:40:07.696Z[ recovery-image] Aug 17 20:40:06.989 INFO E| Downloading crates ...
105692026-08-17T20:40:07.718Z[ recovery-image] Aug 17 20:40:07.012 INFO E| Downloaded hashbrown v0.17.1
105702026-08-17T20:40:07.723Z[ recovery-image] Aug 17 20:40:07.016 INFO E| Downloaded rustc-literal-escaper v0.0.7
105712026-08-17T20:40:07.778Z[ recovery-image] Aug 17 20:40:07.071 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)
105722026-08-17T20:40:07.778Z[ recovery-image] Aug 17 20:40:07.071 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)
105732026-08-17T20:40:07.778Z[ recovery-image] Aug 17 20:40:07.071 INFO E| Compiling proc-macro2 v1.0.106
105742026-08-17T20:40:07.782Z[ recovery-image] Aug 17 20:40:07.071 INFO E| Compiling quote v1.0.45
105752026-08-17T20:40:07.782Z[ recovery-image] Aug 17 20:40:07.071 INFO E| Compiling unicode-ident v1.0.24
105762026-08-17T20:40:07.782Z[ recovery-image] Aug 17 20:40:07.071 INFO E| Compiling syn v1.0.109
105772026-08-17T20:40:07.782Z[ recovery-image] Aug 17 20:40:07.071 INFO E| Compiling x86 v0.52.0
105782026-08-17T20:40:07.782Z[ recovery-image] Aug 17 20:40:07.071 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105792026-08-17T20:40:07.793Z[ recovery-image] Aug 17 20:40:07.086 INFO E| Compiling seq-macro v0.3.6
105802026-08-17T20:40:08.829Z[ host-image] Aug 17 20:40:08.123 INFO O| Aug 17 20:40:08.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105812026-08-17T20:40:08.830Z[ host-image] Aug 17 20:40:08.123 INFO O| Aug 17 20:40:08.123 INFO ok!
105822026-08-17T20:40:08.830Z[ host-image] Aug 17 20:40:08.123 INFO O| Aug 17 20:40:08.123 INFO STEP 139 (ensure_file) COMPLETE
105832026-08-17T20:40:08.830Z[ host-image] Aug 17 20:40:08.123 INFO O| Aug 17 20:40:08.123 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-08-17T20:40:08.839Z[ host-image] Aug 17 20:40:08.132 INFO O| Aug 17 20:40:08.132 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105852026-08-17T20:40:08.839Z[ host-image] Aug 17 20:40:08.132 INFO O| Aug 17 20:40:08.132 INFO STEP 140 (ensure_dir) COMPLETE
105862026-08-17T20:40:08.839Z[ host-image] Aug 17 20:40:08.132 INFO O| Aug 17 20:40:08.132 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-08-17T20:40:08.847Z[ host-image] Aug 17 20:40:08.140 INFO O| Aug 17 20:40:08.140 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105882026-08-17T20:40:08.847Z[ host-image] Aug 17 20:40:08.140 INFO O| Aug 17 20:40:08.140 INFO STEP 141 (ensure_dir) COMPLETE
105892026-08-17T20:40:08.850Z[ host-image] Aug 17 20:40:08.140 INFO O| Aug 17 20:40:08.140 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-08-17T20:40:08.854Z[ host-image] Aug 17 20:40:08.148 INFO O| Aug 17 20:40:08.147 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105912026-08-17T20:40:08.854Z[ host-image] Aug 17 20:40:08.148 INFO O| Aug 17 20:40:08.147 INFO STEP 142 (ensure_dir) COMPLETE
105922026-08-17T20:40:08.854Z[ host-image] Aug 17 20:40:08.148 INFO O| Aug 17 20:40:08.148 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105932026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.155 INFO O| Aug 17 20:40:08.155 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105942026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.156 INFO O| Aug 17 20:40:08.155 INFO STEP 143 (ensure_dir) COMPLETE
105952026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.156 INFO O| Aug 17 20:40:08.155 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.163 INFO O| Aug 17 20:40:08.163 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105972026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.163 INFO O| Aug 17 20:40:08.163 INFO copying /tmp/.tmpNdaVGy/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 ...
105982026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.163 INFO O| Aug 17 20:40:08.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105992026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.163 INFO O| Aug 17 20:40:08.163 INFO ok!
106002026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.163 INFO O| Aug 17 20:40:08.163 INFO STEP 144 (ensure_file) COMPLETE
106012026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.163 INFO O| Aug 17 20:40:08.163 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.171 INFO O| Aug 17 20:40:08.171 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106032026-08-17T20:40:08.892Z[ host-image] Aug 17 20:40:08.171 INFO O| Aug 17 20:40:08.171 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106042026-08-17T20:40:08.893Z[ host-image] Aug 17 20:40:08.171 INFO O| Aug 17 20:40:08.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106052026-08-17T20:40:08.893Z[ host-image] Aug 17 20:40:08.171 INFO O| Aug 17 20:40:08.171 INFO STEP 145 (ensure_dir) COMPLETE
106062026-08-17T20:40:08.893Z[ host-image] Aug 17 20:40:08.171 INFO O| Aug 17 20:40:08.171 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-08-17T20:40:08.893Z[ host-image] Aug 17 20:40:08.181 INFO O| Aug 17 20:40:08.181 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106082026-08-17T20:40:08.893Z[ host-image] Aug 17 20:40:08.181 INFO O| Aug 17 20:40:08.181 INFO copying /tmp/.tmpNdaVGy/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106092026-08-17T20:40:08.948Z[ host-image] Aug 17 20:40:08.241 INFO O| Aug 17 20:40:08.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106102026-08-17T20:40:08.948Z[ host-image] Aug 17 20:40:08.241 INFO O| Aug 17 20:40:08.241 INFO ok!
106112026-08-17T20:40:08.948Z[ host-image] Aug 17 20:40:08.241 INFO O| Aug 17 20:40:08.241 INFO STEP 146 (ensure_file) COMPLETE
106122026-08-17T20:40:08.951Z[ host-image] Aug 17 20:40:08.241 INFO O| Aug 17 20:40:08.241 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-08-17T20:40:08.957Z[ host-image] Aug 17 20:40:08.250 INFO O| Aug 17 20:40:08.250 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106142026-08-17T20:40:08.960Z[ host-image] Aug 17 20:40:08.250 INFO O| Aug 17 20:40:08.250 INFO STEP 147 (remove_files) COMPLETE
106152026-08-17T20:40:08.960Z[ host-image] Aug 17 20:40:08.250 INFO O| Aug 17 20:40:08.250 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-08-17T20:40:08.964Z[ host-image] Aug 17 20:40:08.256 INFO O| Aug 17 20:40:08.256 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106172026-08-17T20:40:08.964Z[ host-image] Aug 17 20:40:08.256 INFO O| Aug 17 20:40:08.256 INFO STEP 148 (remove_files) COMPLETE
106182026-08-17T20:40:08.964Z[ host-image] Aug 17 20:40:08.256 INFO O| Aug 17 20:40:08.256 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-08-17T20:40:08.969Z[ host-image] Aug 17 20:40:08.263 INFO O| Aug 17 20:40:08.263 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106202026-08-17T20:40:08.973Z[ host-image] Aug 17 20:40:08.263 INFO O| Aug 17 20:40:08.263 INFO STEP 149 (remove_files) COMPLETE
106212026-08-17T20:40:08.973Z[ host-image] Aug 17 20:40:08.263 INFO O| Aug 17 20:40:08.263 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-08-17T20:40:08.976Z[ host-image] Aug 17 20:40:08.269 INFO O| Aug 17 20:40:08.269 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106232026-08-17T20:40:08.976Z[ host-image] Aug 17 20:40:08.269 INFO O| Aug 17 20:40:08.269 INFO STEP 150 (remove_files) COMPLETE
106242026-08-17T20:40:08.976Z[ host-image] Aug 17 20:40:08.269 INFO O| Aug 17 20:40:08.269 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-08-17T20:40:08.986Z[ host-image] Aug 17 20:40:08.277 INFO O| Aug 17 20:40:08.277 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106262026-08-17T20:40:08.989Z[ host-image] Aug 17 20:40:08.277 INFO O| Aug 17 20:40:08.277 INFO STEP 151 (remove_files) COMPLETE
106272026-08-17T20:40:08.989Z[ host-image] Aug 17 20:40:08.277 INFO O| Aug 17 20:40:08.277 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-08-17T20:40:08.992Z[ host-image] Aug 17 20:40:08.283 INFO O| Aug 17 20:40:08.283 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106292026-08-17T20:40:08.992Z[ host-image] Aug 17 20:40:08.283 INFO O| Aug 17 20:40:08.283 INFO STEP 152 (remove_files) COMPLETE
106302026-08-17T20:40:08.992Z[ host-image] Aug 17 20:40:08.283 INFO O| Aug 17 20:40:08.283 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-08-17T20:40:08.996Z[ host-image] Aug 17 20:40:08.290 INFO O| Aug 17 20:40:08.290 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106322026-08-17T20:40:08.996Z[ host-image] Aug 17 20:40:08.290 INFO O| Aug 17 20:40:08.290 INFO STEP 153 (remove_files) COMPLETE
106332026-08-17T20:40:08.999Z[ host-image] Aug 17 20:40:08.290 INFO O| Aug 17 20:40:08.290 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-08-17T20:40:09.002Z[ recovery-image] Aug 17 20:40:08.296 INFO E| Compiling syn v2.0.117
106352026-08-17T20:40:09.005Z[ host-image] Aug 17 20:40:08.298 INFO O| Aug 17 20:40:08.298 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106362026-08-17T20:40:09.005Z[ host-image] Aug 17 20:40:08.298 INFO O| Aug 17 20:40:08.298 INFO STEP 154 (remove_files) COMPLETE
106372026-08-17T20:40:09.005Z[ host-image] Aug 17 20:40:08.298 INFO O| Aug 17 20:40:08.298 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106382026-08-17T20:40:09.012Z[ host-image] Aug 17 20:40:08.305 INFO O| Aug 17 20:40:08.305 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106392026-08-17T20:40:09.014Z[ host-image] Aug 17 20:40:08.305 INFO O| Aug 17 20:40:08.305 INFO STEP 155 (remove_files) COMPLETE
106402026-08-17T20:40:09.014Z[ host-image] Aug 17 20:40:08.305 INFO O| Aug 17 20:40:08.305 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-08-17T20:40:09.020Z[ host-image] Aug 17 20:40:08.314 INFO O| Aug 17 20:40:08.314 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106422026-08-17T20:40:09.020Z[ host-image] Aug 17 20:40:08.314 INFO O| Aug 17 20:40:08.314 INFO STEP 156 (remove_files) COMPLETE
106432026-08-17T20:40:09.020Z[ host-image] Aug 17 20:40:08.314 INFO O| Aug 17 20:40:08.314 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-08-17T20:40:09.027Z[ host-image] Aug 17 20:40:08.321 INFO O| Aug 17 20:40:08.321 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106452026-08-17T20:40:09.027Z[ host-image] Aug 17 20:40:08.321 INFO O| Aug 17 20:40:08.321 INFO STEP 157 (remove_files) COMPLETE
106462026-08-17T20:40:09.027Z[ host-image] Aug 17 20:40:08.321 INFO O| Aug 17 20:40:08.321 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-08-17T20:40:09.034Z[ host-image] Aug 17 20:40:08.327 INFO O| Aug 17 20:40:08.327 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106482026-08-17T20:40:09.034Z[ host-image] Aug 17 20:40:08.327 INFO O| Aug 17 20:40:08.327 INFO STEP 158 (remove_files) COMPLETE
106492026-08-17T20:40:09.034Z[ host-image] Aug 17 20:40:08.327 INFO O| Aug 17 20:40:08.327 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-08-17T20:40:09.040Z[ host-image] Aug 17 20:40:08.334 INFO O| Aug 17 20:40:08.334 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106512026-08-17T20:40:09.043Z[ host-image] Aug 17 20:40:08.334 INFO O| Aug 17 20:40:08.334 INFO STEP 159 (remove_files) COMPLETE
106522026-08-17T20:40:09.043Z[ host-image] Aug 17 20:40:08.334 INFO O| Aug 17 20:40:08.334 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-08-17T20:40:09.047Z[ host-image] Aug 17 20:40:08.341 INFO O| Aug 17 20:40:08.341 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106542026-08-17T20:40:09.050Z[ host-image] Aug 17 20:40:08.341 INFO O| Aug 17 20:40:08.341 INFO STEP 160 (remove_files) COMPLETE
106552026-08-17T20:40:09.050Z[ host-image] Aug 17 20:40:08.341 INFO O| Aug 17 20:40:08.341 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-08-17T20:40:09.054Z[ host-image] Aug 17 20:40:08.348 INFO O| Aug 17 20:40:08.348 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106572026-08-17T20:40:09.054Z[ host-image] Aug 17 20:40:08.348 INFO O| Aug 17 20:40:08.348 INFO STEP 161 (remove_files) COMPLETE
106582026-08-17T20:40:09.057Z[ host-image] Aug 17 20:40:08.348 INFO O| Aug 17 20:40:08.348 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-08-17T20:40:09.061Z[ host-image] Aug 17 20:40:08.355 INFO O| Aug 17 20:40:08.355 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106602026-08-17T20:40:09.061Z[ host-image] Aug 17 20:40:08.355 INFO O| Aug 17 20:40:08.355 INFO STEP 162 (remove_files) COMPLETE
106612026-08-17T20:40:09.064Z[ host-image] Aug 17 20:40:08.355 INFO O| Aug 17 20:40:08.355 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-08-17T20:40:09.068Z[ host-image] Aug 17 20:40:08.362 INFO O| Aug 17 20:40:08.362 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106632026-08-17T20:40:09.068Z[ host-image] Aug 17 20:40:08.362 INFO O| Aug 17 20:40:08.362 INFO STEP 163 (remove_files) COMPLETE
106642026-08-17T20:40:09.068Z[ host-image] Aug 17 20:40:08.362 INFO O| Aug 17 20:40:08.362 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-08-17T20:40:09.077Z[ host-image] Aug 17 20:40:08.371 INFO O| Aug 17 20:40:08.371 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106662026-08-17T20:40:09.077Z[ host-image] Aug 17 20:40:08.371 INFO O| Aug 17 20:40:08.371 INFO STEP 164 (remove_files) COMPLETE
106672026-08-17T20:40:09.080Z[ host-image] Aug 17 20:40:08.371 INFO O| Aug 17 20:40:08.371 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-08-17T20:40:09.084Z[ host-image] Aug 17 20:40:08.378 INFO O| Aug 17 20:40:08.378 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106692026-08-17T20:40:09.084Z[ host-image] Aug 17 20:40:08.378 INFO O| Aug 17 20:40:08.378 INFO STEP 165 (remove_files) COMPLETE
106702026-08-17T20:40:09.087Z[ host-image] Aug 17 20:40:08.378 INFO O| Aug 17 20:40:08.378 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-17T20:40:09.090Z[ host-image] Aug 17 20:40:08.384 INFO O| Aug 17 20:40:08.384 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106722026-08-17T20:40:09.091Z[ host-image] Aug 17 20:40:08.384 INFO O| Aug 17 20:40:08.384 INFO STEP 166 (remove_files) COMPLETE
106732026-08-17T20:40:09.093Z[ host-image] Aug 17 20:40:08.384 INFO O| Aug 17 20:40:08.384 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-17T20:40:09.097Z[ host-image] Aug 17 20:40:08.391 INFO O| Aug 17 20:40:08.391 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106752026-08-17T20:40:09.097Z[ host-image] Aug 17 20:40:08.391 INFO O| Aug 17 20:40:08.391 INFO STEP 167 (remove_files) COMPLETE
106762026-08-17T20:40:09.097Z[ host-image] Aug 17 20:40:08.391 INFO O| Aug 17 20:40:08.391 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-17T20:40:09.104Z[ host-image] Aug 17 20:40:08.397 INFO O| Aug 17 20:40:08.397 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106782026-08-17T20:40:09.106Z[ host-image] Aug 17 20:40:08.397 INFO O| Aug 17 20:40:08.397 INFO STEP 168 (remove_files) COMPLETE
106792026-08-17T20:40:09.106Z[ host-image] Aug 17 20:40:08.397 INFO O| Aug 17 20:40:08.397 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-17T20:40:09.110Z[ host-image] Aug 17 20:40:08.404 INFO O| Aug 17 20:40:08.404 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106812026-08-17T20:40:09.110Z[ host-image] Aug 17 20:40:08.404 INFO O| Aug 17 20:40:08.404 INFO STEP 169 (remove_files) COMPLETE
106822026-08-17T20:40:09.110Z[ host-image] Aug 17 20:40:08.404 INFO O| Aug 17 20:40:08.404 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-17T20:40:09.117Z[ host-image] Aug 17 20:40:08.411 INFO O| Aug 17 20:40:08.411 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106842026-08-17T20:40:09.120Z[ host-image] Aug 17 20:40:08.411 INFO O| Aug 17 20:40:08.411 INFO STEP 170 (remove_files) COMPLETE
106852026-08-17T20:40:09.120Z[ host-image] Aug 17 20:40:08.411 INFO O| Aug 17 20:40:08.411 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-17T20:40:09.124Z[ host-image] Aug 17 20:40:08.417 INFO O| Aug 17 20:40:08.417 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106872026-08-17T20:40:09.124Z[ host-image] Aug 17 20:40:08.417 INFO O| Aug 17 20:40:08.417 INFO STEP 171 (remove_files) COMPLETE
106882026-08-17T20:40:09.126Z[ host-image] Aug 17 20:40:08.417 INFO O| Aug 17 20:40:08.417 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-17T20:40:09.132Z[ host-image] Aug 17 20:40:08.425 INFO O| Aug 17 20:40:08.425 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106902026-08-17T20:40:09.132Z[ host-image] Aug 17 20:40:08.425 INFO O| Aug 17 20:40:08.425 INFO STEP 172 (remove_files) COMPLETE
106912026-08-17T20:40:09.134Z[ host-image] Aug 17 20:40:08.425 INFO O| Aug 17 20:40:08.425 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-17T20:40:09.139Z[ host-image] Aug 17 20:40:08.432 INFO O| Aug 17 20:40:08.432 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106932026-08-17T20:40:09.142Z[ host-image] Aug 17 20:40:08.432 INFO O| Aug 17 20:40:08.432 INFO STEP 173 (remove_files) COMPLETE
106942026-08-17T20:40:09.142Z[ host-image] Aug 17 20:40:08.432 INFO O| Aug 17 20:40:08.432 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-17T20:40:09.146Z[ host-image] Aug 17 20:40:08.438 INFO O| Aug 17 20:40:08.438 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106962026-08-17T20:40:09.146Z[ host-image] Aug 17 20:40:08.438 INFO O| Aug 17 20:40:08.438 INFO STEP 174 (remove_files) COMPLETE
106972026-08-17T20:40:09.146Z[ host-image] Aug 17 20:40:08.438 INFO O| Aug 17 20:40:08.438 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-17T20:40:09.151Z[ host-image] Aug 17 20:40:08.444 INFO O| Aug 17 20:40:08.444 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106992026-08-17T20:40:09.151Z[ host-image] Aug 17 20:40:08.444 INFO O| Aug 17 20:40:08.444 INFO STEP 175 (remove_files) COMPLETE
107002026-08-17T20:40:09.153Z[ host-image] Aug 17 20:40:08.444 INFO O| Aug 17 20:40:08.444 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107012026-08-17T20:40:09.162Z[ host-image] Aug 17 20:40:08.455 INFO O| Aug 17 20:40:08.455 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107022026-08-17T20:40:09.162Z[ host-image] Aug 17 20:40:08.455 INFO O| Aug 17 20:40:08.455 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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"}
107032026-08-17T20:40:10.302Z[ recovery-image] Aug 17 20:40:09.595 INFO E| Compiling scroll_derive v0.13.1
107042026-08-17T20:40:11.330Z[ recovery-image] Aug 17 20:40:10.622 INFO E| Compiling bitstruct_derive v0.1.0
107052026-08-17T20:40:14.916Z[ host-image] Aug 17 20:40:14.209 INFO O| Aug 17 20:40:14.209 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
107062026-08-17T20:40:14.916Z[ host-image] Aug 17 20:40:14.209 INFO O| Aug 17 20:40:14.209 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107072026-08-17T20:40:14.927Z[ host-image] Aug 17 20:40:14.221 INFO O| Aug 17 20:40:14.221 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107082026-08-17T20:40:15.021Z[ host-image] Aug 17 20:40:14.314 INFO O| Aug 17 20:40:14.314 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107092026-08-17T20:40:15.072Z[ host-image] Aug 17 20:40:14.366 INFO O| Aug 17 20:40:14.366 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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"}
107102026-08-17T20:40:15.131Z[ host-image] Aug 17 20:40:14.425 INFO O| Aug 17 20:40:14.425 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107112026-08-17T20:40:15.132Z[ host-image] Aug 17 20:40:14.425 INFO O| Aug 17 20:40:14.425 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107122026-08-17T20:40:15.135Z[ host-image] Aug 17 20:40:14.426 INFO O| Aug 17 20:40:14.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107132026-08-17T20:40:15.135Z[ host-image] Aug 17 20:40:14.426 INFO O| Aug 17 20:40:14.426 INFO ok!
107142026-08-17T20:40:15.135Z[ host-image] Aug 17 20:40:14.426 INFO O| Aug 17 20:40:14.426 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107152026-08-17T20:40:15.135Z[ host-image] Aug 17 20:40:14.426 INFO O| Aug 17 20:40:14.426 INFO STEP 176 (seed_smf) COMPLETE
107162026-08-17T20:40:15.135Z[ host-image] Aug 17 20:40:14.426 INFO O| Aug 17 20:40:14.426 INFO steps complete; finalising image!
107172026-08-17T20:40:15.135Z[ host-image] Aug 17 20:40:14.426 INFO O| Aug 17 20:40:14.426 INFO TRIM POOL: TEMPORARY-sled-zfs
107182026-08-17T20:40:15.210Z[ host-image] Aug 17 20:40:14.503 INFO O| Aug 17 20:40:14.503 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Mon Aug 17 20:40:14 2026)
107192026-08-17T20:40:15.423Z[ host-image] Aug 17 20:40:14.717 INFO O| Aug 17 20:40:14.717 INFO temporary pool has 909M used, 115M avail, 1.80x compressratio
107202026-08-17T20:40:15.423Z[ host-image] Aug 17 20:40:14.717 INFO O| Aug 17 20:40:14.717 INFO EXPORT POOL: TEMPORARY-sled-zfs
107212026-08-17T20:40:15.817Z[ host-image] Aug 17 20:40:15.110 INFO O| Aug 17 20:40:15.110 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107222026-08-17T20:40:15.817Z[ host-image] Aug 17 20:40:15.110 INFO O| Aug 17 20:40:15.110 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107232026-08-17T20:40:16.568Z[ host-image] Aug 17 20:40:15.861 INFO O| Aug 17 20:40:15.861 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107242026-08-17T20:40:16.568Z[ host-image] Aug 17 20:40:15.861 INFO O| Aug 17 20:40:15.861 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107252026-08-17T20:40:16.568Z[ host-image] Aug 17 20:40:15.861 INFO O| Aug 17 20:40:15.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107262026-08-17T20:40:16.571Z[ host-image] Aug 17 20:40:15.861 INFO O| Aug 17 20:40:15.861 INFO completed processing sled/zfs
107272026-08-17T20:40:16.571Z[ host-image] Aug 17 20:40:15.861 INFO O| Aug 17 20:40:15.861 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107282026-08-17T20:40:20.436Z[ recovery-image] Aug 17 20:40:19.729 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)
107292026-08-17T20:40:22.497Z[ recovery-image] Aug 17 20:40:21.790 INFO E| Compiling bitflags v1.3.2
107302026-08-17T20:40:22.497Z[ recovery-image] Aug 17 20:40:21.790 INFO E| Compiling adler2 v2.0.1
107312026-08-17T20:40:22.497Z[ recovery-image] Aug 17 20:40:21.790 INFO E| Compiling bitflags v2.13.0
107322026-08-17T20:40:22.497Z[ recovery-image] Aug 17 20:40:21.790 INFO E| Compiling log v0.4.32
107332026-08-17T20:40:22.497Z[ recovery-image] Aug 17 20:40:21.790 INFO E| Compiling plain v0.2.3
107342026-08-17T20:40:22.500Z[ recovery-image] Aug 17 20:40:21.790 INFO E| Compiling scroll v0.13.0
107352026-08-17T20:40:22.500Z[ recovery-image] Aug 17 20:40:21.790 INFO E| Compiling bit_field v0.10.3
107362026-08-17T20:40:22.500Z[ recovery-image] Aug 17 20:40:21.790 INFO E| Compiling static_assertions v1.1.0
107372026-08-17T20:40:22.500Z[ recovery-image] Aug 17 20:40:21.790 INFO E| Compiling bitstruct v0.1.1
107382026-08-17T20:40:22.548Z[ recovery-image] Aug 17 20:40:21.841 INFO E| Compiling raw-cpuid v10.7.0
107392026-08-17T20:40:22.604Z[ recovery-image] Aug 17 20:40:21.896 INFO E| Compiling miniz_oxide v0.9.1
107402026-08-17T20:40:22.955Z[ recovery-image] Aug 17 20:40:21.952 INFO E| Compiling cpio_reader v0.1.2
107412026-08-17T20:40:22.959Z[ recovery-image] Aug 17 20:40:22.012 INFO E| Compiling goblin v0.10.7
107422026-08-17T20:40:25.523Z[ recovery-image] Aug 17 20:40:24.815 INFO E| Finished `release` profile [optimized] target(s) in 18.52s
107432026-08-17T20:40:25.540Z[ recovery-image] Aug 17 20:40:24.833 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107442026-08-17T20:40:25.540Z[ recovery-image] Aug 17 20:40:24.833 INFO building ROM for gimlet
107452026-08-17T20:40:25.540Z[ recovery-image] Aug 17 20:40:24.833 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")
107462026-08-17T20:40:25.615Z[ recovery-image] Aug 17 20:40:24.908 INFO E| Downloading crates ...
107472026-08-17T20:40:25.658Z[ recovery-image] Aug 17 20:40:24.951 INFO E| Downloaded clap_lex v0.7.4
107482026-08-17T20:40:25.662Z[ recovery-image] Aug 17 20:40:24.953 INFO E| Downloaded os_pipe v1.2.1
107492026-08-17T20:40:25.665Z[ recovery-image] Aug 17 20:40:24.958 INFO E| Downloaded serde_spanned v0.6.8
107502026-08-17T20:40:25.668Z[ recovery-image] Aug 17 20:40:24.960 INFO E| Downloaded anstream v0.6.18
107512026-08-17T20:40:25.672Z[ recovery-image] Aug 17 20:40:24.966 INFO E| Downloaded clap_derive v4.5.32
107522026-08-17T20:40:25.675Z[ recovery-image] Aug 17 20:40:24.967 INFO E| Downloaded shared_child v1.0.1
107532026-08-17T20:40:25.675Z[ recovery-image] Aug 17 20:40:24.968 INFO E| Downloaded anstyle v1.0.10
107542026-08-17T20:40:25.678Z[ recovery-image] Aug 17 20:40:24.969 INFO E| Downloaded is_terminal_polyfill v1.70.1
107552026-08-17T20:40:25.681Z[ recovery-image] Aug 17 20:40:24.974 INFO E| Downloaded toml_datetime v0.6.9
107562026-08-17T20:40:25.684Z[ recovery-image] Aug 17 20:40:24.978 INFO E| Downloaded anstyle-query v1.1.2
107572026-08-17T20:40:25.687Z[ recovery-image] Aug 17 20:40:24.978 INFO E| Downloaded colorchoice v1.0.3
107582026-08-17T20:40:25.694Z[ recovery-image] Aug 17 20:40:24.985 INFO E| Downloaded toml v0.8.22
107592026-08-17T20:40:25.711Z[ recovery-image] Aug 17 20:40:25.004 INFO E| Downloaded anstyle-parse v0.2.6
107602026-08-17T20:40:25.714Z[ recovery-image] Aug 17 20:40:25.005 INFO E| Downloaded duct v0.13.7
107612026-08-17T20:40:25.714Z[ recovery-image] Aug 17 20:40:25.006 INFO E| Downloaded toml_write v0.1.1
107622026-08-17T20:40:25.714Z[ recovery-image] Aug 17 20:40:25.007 INFO E| Downloaded clap v4.5.37
107632026-08-17T20:40:25.720Z[ recovery-image] Aug 17 20:40:25.013 INFO E| Downloaded cc v1.2.20
107642026-08-17T20:40:25.724Z[ recovery-image] Aug 17 20:40:25.018 INFO E| Downloaded toml_edit v0.22.26
107652026-08-17T20:40:25.744Z[ recovery-image] Aug 17 20:40:25.037 INFO E| Downloaded clap_builder v4.5.37
107662026-08-17T20:40:25.747Z[ recovery-image] Aug 17 20:40:25.041 INFO E| Downloaded winnow v0.7.7
107672026-08-17T20:40:25.762Z[ recovery-image] Aug 17 20:40:25.055 INFO E| Compiling libc v0.2.172
107682026-08-17T20:40:25.762Z[ recovery-image] Aug 17 20:40:25.055 INFO E| Compiling utf8parse v0.2.2
107692026-08-17T20:40:25.765Z[ recovery-image] Aug 17 20:40:25.055 INFO E| Compiling hashbrown v0.15.2
107702026-08-17T20:40:25.765Z[ recovery-image] Aug 17 20:40:25.055 INFO E| Compiling anstyle v1.0.10
107712026-08-17T20:40:25.765Z[ recovery-image] Aug 17 20:40:25.056 INFO E| Compiling anstyle-query v1.1.2
107722026-08-17T20:40:25.765Z[ recovery-image] Aug 17 20:40:25.056 INFO E| Compiling colorchoice v1.0.3
107732026-08-17T20:40:25.765Z[ recovery-image] Aug 17 20:40:25.056 INFO E| Compiling shlex v1.3.0
107742026-08-17T20:40:25.765Z[ recovery-image] Aug 17 20:40:25.056 INFO E| Compiling is_terminal_polyfill v1.70.1
107752026-08-17T20:40:25.765Z[ recovery-image] Aug 17 20:40:25.056 INFO E| Compiling once_cell v1.21.3
107762026-08-17T20:40:25.765Z[ recovery-image] Aug 17 20:40:25.056 INFO E| Compiling equivalent v1.0.2
107772026-08-17T20:40:25.781Z[ recovery-image] Aug 17 20:40:25.074 INFO E| Compiling clap_lex v0.7.4
107782026-08-17T20:40:25.784Z[ recovery-image] Aug 17 20:40:25.074 INFO E| Compiling winnow v0.7.7
107792026-08-17T20:40:25.784Z[ recovery-image] Aug 17 20:40:25.074 INFO E| Compiling anyhow v1.0.98
107802026-08-17T20:40:25.792Z[ recovery-image] Aug 17 20:40:25.085 INFO E| Compiling toml_write v0.1.1
107812026-08-17T20:40:25.800Z[ recovery-image] Aug 17 20:40:25.093 INFO E| Compiling syn v2.0.101
107822026-08-17T20:40:25.803Z[ recovery-image] Aug 17 20:40:25.093 INFO E| Compiling strsim v0.11.1
107832026-08-17T20:40:25.900Z[ recovery-image] Aug 17 20:40:25.193 INFO E| Compiling anstyle-parse v0.2.6
107842026-08-17T20:40:25.941Z[ recovery-image] Aug 17 20:40:25.234 INFO E| Compiling cc v1.2.20
107852026-08-17T20:40:26.041Z[ recovery-image] Aug 17 20:40:25.334 INFO E| Compiling anstream v0.6.18
107862026-08-17T20:40:26.236Z[ recovery-image] Aug 17 20:40:25.529 INFO E| Compiling clap_builder v4.5.37
107872026-08-17T20:40:26.266Z[ recovery-image] Aug 17 20:40:25.558 INFO E| Compiling indexmap v2.9.0
107882026-08-17T20:40:26.391Z[ recovery-image] Aug 17 20:40:25.684 INFO E| Compiling os_pipe v1.2.1
107892026-08-17T20:40:26.391Z[ recovery-image] Aug 17 20:40:25.684 INFO E| Compiling shared_child v1.0.1
107902026-08-17T20:40:26.503Z[ recovery-image] Aug 17 20:40:25.796 INFO E| Compiling duct v0.13.7
107912026-08-17T20:40:26.978Z[ recovery-image] Aug 17 20:40:26.271 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107922026-08-17T20:40:27.843Z[ recovery-image] Aug 17 20:40:27.136 INFO E| Compiling serde_derive v1.0.219
107932026-08-17T20:40:27.844Z[ recovery-image] Aug 17 20:40:27.136 INFO E| Compiling clap_derive v4.5.32
107942026-08-17T20:40:29.129Z[ recovery-image] Aug 17 20:40:28.422 INFO E| Compiling clap v4.5.37
107952026-08-17T20:40:29.706Z[ recovery-image] Aug 17 20:40:28.998 INFO E| Compiling serde v1.0.219
107962026-08-17T20:40:31.406Z[ recovery-image] Aug 17 20:40:30.699 INFO E| Compiling serde_spanned v0.6.8
107972026-08-17T20:40:31.406Z[ recovery-image] Aug 17 20:40:30.699 INFO E| Compiling toml_datetime v0.6.9
107982026-08-17T20:40:31.552Z[ recovery-image] Aug 17 20:40:30.844 INFO E| Compiling toml_edit v0.22.26
107992026-08-17T20:40:31.781Z[ host-image] Aug 17 20:40:31.074 INFO O| Aug 17 20:40:31.074 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108002026-08-17T20:40:31.873Z[ host-image] Aug 17 20:40:31.166 INFO BUILD STRING "heads/stlouis-0-ga931ca4556\n"
108012026-08-17T20:40:31.873Z[ host-image] Aug 17 20:40:31.166 INFO expanded image name: "ci 4d607a3/${os_short_commit} 2026-08-17 20:23" -> "ci 4d607a3/a931ca4 2026-08-17 20:23"
108022026-08-17T20:40:31.876Z[ host-image] Aug 17 20:40:31.166 INFO output artefacts stored in: "/work/os-host"
108032026-08-17T20:40:31.876Z[ host-image] Aug 17 20:40:31.166 INFO collecting git info from project "pilot"...
108042026-08-17T20:40:31.879Z[ host-image] Aug 17 20:40:31.172 INFO collecting git info from project "amd-firmware"...
108052026-08-17T20:40:31.890Z[ host-image] Aug 17 20:40:31.183 INFO collecting git info from project "image-builder"...
108062026-08-17T20:40:31.894Z[ host-image] Aug 17 20:40:31.187 INFO collecting git info from project "amd-host-image-builder"...
108072026-08-17T20:40:31.899Z[ host-image] Aug 17 20:40:31.192 INFO collecting git info from project "dmar-report"...
108082026-08-17T20:40:31.903Z[ host-image] Aug 17 20:40:31.196 INFO collecting git info from project "chelsio-t6-roms"...
108092026-08-17T20:40:31.909Z[ host-image] Aug 17 20:40:31.200 INFO collecting git info from project "phbl"...
108102026-08-17T20:40:31.912Z[ host-image] Aug 17 20:40:31.204 INFO collecting git info from project "pinprick"...
108112026-08-17T20:40:31.915Z[ host-image] Aug 17 20:40:31.207 INFO collecting git info from project "bootserver"...
108122026-08-17T20:40:31.918Z[ host-image] Aug 17 20:40:31.211 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108132026-08-17T20:40:32.223Z[ host-image] Aug 17 20:40:31.516 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108142026-08-17T20:40:32.510Z[ host-image] Aug 17 20:40:31.800 INFO creating Oxide boot image...
108152026-08-17T20:40:32.510Z[ host-image] Aug 17 20:40:31.800 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 4d607a3/a931ca4 2026-08-17 20:23", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108162026-08-17T20:40:32.723Z[ recovery-image] Aug 17 20:40:32.016 INFO E| Compiling toml v0.8.22
108172026-08-17T20:40:33.295Z[ host-image] Aug 17 20:40:32.588 INFO O| ok, image written!
108182026-08-17T20:40:33.295Z[ host-image] Aug 17 20:40:32.588 INFO O| ok, boot_image_csum file written!
108192026-08-17T20:40:33.299Z[ host-image] Aug 17 20:40:32.590 INFO creating boot archive (CPIO)...
108202026-08-17T20:40:33.299Z[ host-image] Aug 17 20:40:32.590 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
108212026-08-17T20:40:33.304Z[ host-image] Aug 17 20:40:32.594 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108222026-08-17T20:40:33.304Z[ host-image] Aug 17 20:40:32.594 INFO E| + outfile=/work/os-host/cpio
108232026-08-17T20:40:33.304Z[ host-image] Aug 17 20:40:32.594 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108242026-08-17T20:40:33.304Z[ host-image] Aug 17 20:40:32.596 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108252026-08-17T20:40:33.304Z[ host-image] Aug 17 20:40:32.596 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108262026-08-17T20:40:33.328Z[ host-image] Aug 17 20:40:32.621 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108272026-08-17T20:40:33.332Z[ host-image] Aug 17 20:40:32.621 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108282026-08-17T20:40:33.335Z[ host-image] Aug 17 20:40:32.626 INFO creating compressed cpio/unix for dev loaders...
108292026-08-17T20:40:33.335Z[ host-image] Aug 17 20:40:32.627 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
108302026-08-17T20:40:33.559Z[ host-image] Aug 17 20:40:32.849 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108312026-08-17T20:40:35.012Z[ recovery-image] Aug 17 20:40:34.305 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.43s
108322026-08-17T20:40:35.022Z[ recovery-image] Aug 17 20:40:34.316 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`
108332026-08-17T20:40:35.041Z[ recovery-image] Aug 17 20:40:34.334 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108342026-08-17T20:40:35.129Z[ recovery-image] Aug 17 20:40:34.422 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108352026-08-17T20:40:35.134Z[ recovery-image] Aug 17 20:40:34.427 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`
108362026-08-17T20:40:35.266Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108372026-08-17T20:40:35.266Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108382026-08-17T20:40:35.266Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108392026-08-17T20:40:35.266Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108402026-08-17T20:40:35.269Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108412026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108422026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108432026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108442026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108452026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108462026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108472026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108482026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108492026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108502026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108512026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO O| Info: ABL version: 0x100f5010
108522026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108532026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108542026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108552026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108562026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108572026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108582026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108592026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108602026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108612026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108622026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108632026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108642026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108652026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108662026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108672026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108682026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108692026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108702026-08-17T20:40:35.270Z[ recovery-image] Aug 17 20:40:34.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108712026-08-17T20:40:35.318Z[ recovery-image] Aug 17 20:40:34.610 INFO building ROM for cosmo
108722026-08-17T20:40:35.318Z[ recovery-image] Aug 17 20:40:34.611 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")
108732026-08-17T20:40:35.439Z[ recovery-image] Aug 17 20:40:34.732 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108742026-08-17T20:40:35.443Z[ recovery-image] Aug 17 20:40:34.736 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`
108752026-08-17T20:40:35.461Z[ recovery-image] Aug 17 20:40:34.754 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108762026-08-17T20:40:35.542Z[ recovery-image] Aug 17 20:40:34.835 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108772026-08-17T20:40:35.547Z[ recovery-image] Aug 17 20:40:34.840 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`
108782026-08-17T20:40:35.770Z[ recovery-image] Aug 17 20:40:35.063 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108792026-08-17T20:40:35.770Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108802026-08-17T20:40:35.771Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108812026-08-17T20:40:35.771Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108822026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108832026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108842026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108852026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108862026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108872026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108882026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108892026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108902026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108912026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108922026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108932026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108942026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108952026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.064 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108962026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108972026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108982026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108992026-08-17T20:40:35.774Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109002026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109012026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109022026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109032026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109042026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109052026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109062026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109072026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109082026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109092026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109102026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109112026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109122026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109132026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109142026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109152026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109162026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109172026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109182026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109192026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109202026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109212026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109222026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109232026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109242026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109252026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109262026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109272026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109282026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109292026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109302026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109312026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.066 INFO O| Info: ABL version: 0x100af010
109322026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.067 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109332026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.067 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109342026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109352026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109362026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109372026-08-17T20:40:35.775Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109382026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109392026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109402026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109412026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109422026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109432026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109442026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109452026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109462026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109472026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109482026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109492026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109502026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109512026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109522026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109532026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109542026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109552026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109562026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109572026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109582026-08-17T20:40:35.779Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109592026-08-17T20:40:35.780Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109602026-08-17T20:40:35.780Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109612026-08-17T20:40:35.780Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109622026-08-17T20:40:35.780Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109632026-08-17T20:40:35.780Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109642026-08-17T20:40:35.780Z[ recovery-image] Aug 17 20:40:35.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109652026-08-17T20:40:35.819Z[ recovery-image] Aug 17 20:40:35.112 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109662026-08-17T20:40:35.819Z[ recovery-image] Aug 17 20:40:35.112 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109672026-08-17T20:40:36.993Z[ host-image] Aug 17 20:40:36.286 INFO creating reset image...
109682026-08-17T20:40:36.994Z[ host-image] Aug 17 20:40:36.286 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")
109692026-08-17T20:40:37.083Z[ host-image] Aug 17 20:40:36.362 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109702026-08-17T20:40:37.089Z[ host-image] Aug 17 20:40:36.364 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109712026-08-17T20:40:37.089Z[ recovery-image] Aug 17 20:40:36.366 INFO image complete! materials are in "/work/os-recovery"
109722026-08-17T20:40:37.089Z[ recovery-image]
109732026-08-17T20:40:37.089Z[ recovery-image] real 3:21.438128977
109742026-08-17T20:40:37.089Z[ recovery-image] user 2:39.341896598
109752026-08-17T20:40:37.089Z[ recovery-image] sys 39.882117111
109762026-08-17T20:40:37.089Z[ recovery-image] trap 0.149441186
109772026-08-17T20:40:37.089Z[ recovery-image] tflt 0.696765627
109782026-08-17T20:40:37.089Z[ recovery-image] dflt 0.743878341
109792026-08-17T20:40:37.089Z[ recovery-image] kflt 0.000483010
109802026-08-17T20:40:37.089Z[ recovery-image] lock 7:54.674159403
109812026-08-17T20:40:37.089Z[ recovery-image] slp 17:50.653657360
109822026-08-17T20:40:37.089Z[ recovery-image] lat 31.965477247
109832026-08-17T20:40:37.089Z[ recovery-image] stop 6.573767673
109842026-08-17T20:40:37.089ZAug 17 20:40:36.370 INFO [recovery-image] process exited with exit status: 0 (201.443592649s)
109852026-08-17T20:40:37.089ZAug 17 20:40:36.370 INFO [tuf-v2-recovery] running task
109862026-08-17T20:40:37.089ZAug 17 20:40:36.371 INFO [tuf-v2-recovery] task succeeded (914.63µs)
109872026-08-17T20:40:37.390Z[ host-image] Aug 17 20:40:36.683 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)
109882026-08-17T20:40:37.390Z[ host-image] Aug 17 20:40:36.683 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)
109892026-08-17T20:40:37.390Z[ host-image] Aug 17 20:40:36.683 INFO E| Compiling proc-macro2 v1.0.106
109902026-08-17T20:40:37.390Z[ host-image] Aug 17 20:40:36.683 INFO E| Compiling quote v1.0.45
109912026-08-17T20:40:37.393Z[ host-image] Aug 17 20:40:36.683 INFO E| Compiling unicode-ident v1.0.24
109922026-08-17T20:40:37.393Z[ host-image] Aug 17 20:40:36.683 INFO E| Compiling syn v1.0.109
109932026-08-17T20:40:37.393Z[ host-image] Aug 17 20:40:36.683 INFO E| Compiling x86 v0.52.0
109942026-08-17T20:40:37.393Z[ host-image] Aug 17 20:40:36.683 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109952026-08-17T20:40:37.393Z[ host-image] Aug 17 20:40:36.683 INFO E| Compiling seq-macro v0.3.6
109962026-08-17T20:40:38.395Z[ host-image] Aug 17 20:40:37.688 INFO E| Compiling syn v2.0.117
109972026-08-17T20:40:39.828Z[ host-image] Aug 17 20:40:39.120 INFO E| Compiling scroll_derive v0.13.1
109982026-08-17T20:40:41.064Z[ host-image] Aug 17 20:40:40.357 INFO E| Compiling bitstruct_derive v0.1.0
109992026-08-17T20:40:50.347Z[ host-image] Aug 17 20:40:49.640 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)
110002026-08-17T20:40:52.490Z[ host-image] Aug 17 20:40:51.783 INFO E| Compiling bitflags v1.3.2
110012026-08-17T20:40:52.490Z[ host-image] Aug 17 20:40:51.783 INFO E| Compiling log v0.4.32
110022026-08-17T20:40:52.493Z[ host-image] Aug 17 20:40:51.783 INFO E| Compiling adler2 v2.0.1
110032026-08-17T20:40:52.493Z[ host-image] Aug 17 20:40:51.783 INFO E| Compiling plain v0.2.3
110042026-08-17T20:40:52.493Z[ host-image] Aug 17 20:40:51.783 INFO E| Compiling scroll v0.13.0
110052026-08-17T20:40:52.493Z[ host-image] Aug 17 20:40:51.783 INFO E| Compiling bitflags v2.13.0
110062026-08-17T20:40:52.493Z[ host-image] Aug 17 20:40:51.783 INFO E| Compiling bit_field v0.10.3
110072026-08-17T20:40:52.493Z[ host-image] Aug 17 20:40:51.783 INFO E| Compiling static_assertions v1.1.0
110082026-08-17T20:40:52.493Z[ host-image] Aug 17 20:40:51.783 INFO E| Compiling bitstruct v0.1.1
110092026-08-17T20:40:52.546Z[ host-image] Aug 17 20:40:51.838 INFO E| Compiling raw-cpuid v10.7.0
110102026-08-17T20:40:52.598Z[ host-image] Aug 17 20:40:51.891 INFO E| Compiling miniz_oxide v0.9.1
110112026-08-17T20:40:52.649Z[ host-image] Aug 17 20:40:51.942 INFO E| Compiling cpio_reader v0.1.2
110122026-08-17T20:40:52.722Z[ host-image] Aug 17 20:40:52.015 INFO E| Compiling goblin v0.10.7
110132026-08-17T20:40:55.646Z[ host-image] Aug 17 20:40:54.939 INFO E| Finished `release` profile [optimized] target(s) in 18.56s
110142026-08-17T20:40:55.659Z[ host-image] Aug 17 20:40:54.952 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110152026-08-17T20:40:55.665Z[ host-image] Aug 17 20:40:54.952 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110162026-08-17T20:40:55.665Z[ host-image] Aug 17 20:40:54.952 INFO building ROM for cosmo
110172026-08-17T20:40:55.665Z[ host-image] Aug 17 20:40:54.952 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")
110182026-08-17T20:40:55.750Z[ host-image] Aug 17 20:40:55.043 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110192026-08-17T20:40:55.753Z[ host-image] Aug 17 20:40:55.045 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`
110202026-08-17T20:40:55.764Z[ host-image] Aug 17 20:40:55.056 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110212026-08-17T20:40:55.831Z[ host-image] Aug 17 20:40:55.123 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110222026-08-17T20:40:55.837Z[ host-image] Aug 17 20:40:55.130 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`
110232026-08-17T20:40:56.047Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110242026-08-17T20:40:56.047Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110252026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110262026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110272026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110282026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110292026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110302026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110312026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110322026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110332026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110342026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110352026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110362026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110372026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110382026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110392026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110402026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110412026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110422026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110432026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110442026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110452026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110462026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110472026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110482026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110492026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110502026-08-17T20:40:56.051Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110512026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110522026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110532026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110542026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110552026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110562026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110572026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110582026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110592026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110602026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110612026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110622026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110632026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110642026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110652026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110662026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110672026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110682026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110692026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110702026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110712026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110722026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110732026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110742026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110752026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110762026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO O| Info: ABL version: 0x100af010
110772026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110782026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.341 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110792026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110802026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110812026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110822026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110832026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110842026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110852026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110862026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110872026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110882026-08-17T20:40:56.052Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110892026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110902026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110912026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110922026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110932026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110942026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110952026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110962026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110972026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110982026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110992026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111002026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111012026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111022026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111032026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111042026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111052026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111062026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111072026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111082026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111092026-08-17T20:40:56.053Z[ host-image] Aug 17 20:40:55.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111102026-08-17T20:40:56.080Z[ host-image] Aug 17 20:40:55.373 INFO building ROM for gimlet
111112026-08-17T20:40:56.084Z[ host-image] Aug 17 20:40:55.373 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")
111122026-08-17T20:40:56.167Z[ host-image] Aug 17 20:40:55.460 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111132026-08-17T20:40:56.171Z[ host-image] Aug 17 20:40:55.464 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`
111142026-08-17T20:40:56.182Z[ host-image] Aug 17 20:40:55.476 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111152026-08-17T20:40:56.249Z[ host-image] Aug 17 20:40:55.540 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111162026-08-17T20:40:56.253Z[ host-image] Aug 17 20:40:55.543 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`
111172026-08-17T20:40:56.362Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111182026-08-17T20:40:56.362Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111192026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111202026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111212026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111222026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111232026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111242026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111252026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111262026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111272026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111282026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111292026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111302026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111312026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111322026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO O| Info: ABL version: 0x100f5010
111332026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111342026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111352026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111362026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111372026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111382026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111392026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111402026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111412026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111422026-08-17T20:40:56.366Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111432026-08-17T20:40:56.367Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111442026-08-17T20:40:56.367Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111452026-08-17T20:40:56.367Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111462026-08-17T20:40:56.367Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111472026-08-17T20:40:56.367Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111482026-08-17T20:40:56.367Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111492026-08-17T20:40:56.367Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111502026-08-17T20:40:56.367Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111512026-08-17T20:40:56.367Z[ host-image] Aug 17 20:40:55.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111522026-08-17T20:40:56.393Z[ host-image] Aug 17 20:40:55.686 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111532026-08-17T20:41:07.611Z[ host-image] Aug 17 20:41:06.903 INFO image complete! materials are in "/work/os-host"
111542026-08-17T20:41:07.615Z[ host-image]
111552026-08-17T20:41:07.615Z[ host-image] real 4:01.483144233
111562026-08-17T20:41:07.615Z[ host-image] user 2:51.009160661
111572026-08-17T20:41:07.615Z[ host-image] sys 37.681693192
111582026-08-17T20:41:07.615Z[ host-image] trap 0.154792015
111592026-08-17T20:41:07.615Z[ host-image] tflt 0.315646250
111602026-08-17T20:41:07.615Z[ host-image] dflt 0.252500472
111612026-08-17T20:41:07.615Z[ host-image] kflt 0.000265100
111622026-08-17T20:41:07.615Z[ host-image] lock 4:52.694865598
111632026-08-17T20:41:07.615Z[ host-image] slp 20:34.363064959
111642026-08-17T20:41:07.615Z[ host-image] lat 24.115320827
111652026-08-17T20:41:07.615Z[ host-image] stop 1.584334850
111662026-08-17T20:41:07.618ZAug 17 20:41:06.907 INFO [host-image] process exited with exit status: 0 (241.488615324s)
111672026-08-17T20:41:07.618ZAug 17 20:41:06.907 INFO [tuf-v2-host] running task
111682026-08-17T20:41:07.618ZAug 17 20:41:06.907 INFO [tuf-repo] running task
111692026-08-17T20:41:07.618ZAug 17 20:41:06.908 INFO [tuf-v2-host] task succeeded (534.55µs)
111702026-08-17T20:41:07.618ZAug 17 20:41:06.908 INFO [tuf-v2-repo] running task
111712026-08-17T20:41:28.926ZAug 17 20:41:28.218 INFO assembling repository in `/tmp/tufaceousIXx1U3`, component: OmicronRepoAssembler
111722026-08-17T20:41:28.964ZAug 17 20:41:28.256 INFO [tuf-v2-repo] task succeeded (21.348314944s)
111732026-08-17T20:41:37.691ZAug 17 20:41:36.983 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111742026-08-17T20:41:37.949ZAug 17 20:41:37.242 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111752026-08-17T20:41:40.306ZAug 17 20:41:39.599 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111762026-08-17T20:41:40.363ZAug 17 20:41:39.656 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111772026-08-17T20:41:40.414ZAug 17 20:41:39.706 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111782026-08-17T20:41:40.465ZAug 17 20:41:39.758 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111792026-08-17T20:41:40.517ZAug 17 20:41:39.809 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111802026-08-17T20:41:40.567ZAug 17 20:41:39.860 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111812026-08-17T20:41:40.617ZAug 17 20:41:39.909 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111822026-08-17T20:41:51.177ZAug 17 20:41:50.470 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
111832026-08-17T20:41:51.185ZAug 17 20:41:50.476 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
111842026-08-17T20:41:51.211ZAug 17 20:41:50.500 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
111852026-08-17T20:41:51.265ZAug 17 20:41:50.556 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111862026-08-17T20:41:51.330ZAug 17 20:41:50.620 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111872026-08-17T20:41:51.399ZAug 17 20:41:50.690 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111882026-08-17T20:41:51.459ZAug 17 20:41:50.751 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
111892026-08-17T20:41:51.466ZAug 17 20:41:50.757 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
111902026-08-17T20:41:51.490ZAug 17 20:41:50.782 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
111912026-08-17T20:41:53.280ZAug 17 20:41:52.572 INFO [tuf-repo] task succeeded (45.664971374s)
111922026-08-17T20:44:30.357Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 10s
111932026-08-17T20:44:33.035ZAug 17 20:44:32.326 INFO [verify-libraries] process exited with exit status: 0 (437.667333907s)
111942026-08-17T20:44:33.035ZAug 17 20:44:32.326 INFO all jobs completed in 1282.353546472s
111952026-08-17T20:44:34.241Zprocess exited: duration 1499477 ms, exit code 0
 
111962026-08-17T20:44:34.255Zfound 41 output files
111972026-08-17T20:44:34.255Zuploading: /work/manifest.toml (17334 bytes)
111982026-08-17T20:44:35.267Zuploaded: /work/manifest.toml
111992026-08-17T20:44:35.267Zuploading: /work/repo.zip (3287044130 bytes)
112002026-08-17T20:45:17.902Zuploaded: /work/repo.zip
112012026-08-17T20:45:17.902Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112022026-08-17T20:45:18.925Zuploaded: /work/repo.zip.sha256.txt
112032026-08-17T20:45:18.925Zuploading: /work/helios.json (647 bytes)
112042026-08-17T20:45:19.941Zuploaded: /work/helios.json
112052026-08-17T20:45:19.941Zuploading: /work/incorporation.p5m (113590 bytes)
112062026-08-17T20:45:20.958Zuploaded: /work/incorporation.p5m
112072026-08-17T20:45:20.958Zuploading: /work/incorporation.p5p (133120 bytes)
112082026-08-17T20:45:21.974Zuploaded: /work/incorporation.p5p
112092026-08-17T20:45:21.974Zuploading: /work/helios-incorp.log (522 bytes)
112102026-08-17T20:45:22.985Zuploaded: /work/helios-incorp.log
112112026-08-17T20:45:22.985Zuploading: /work/helios-setup.log (57113 bytes)
112122026-08-17T20:45:24.006Zuploaded: /work/helios-setup.log
112132026-08-17T20:45:24.006Zuploading: /work/host-image.log (233348 bytes)
112142026-08-17T20:45:25.025Zuploaded: /work/host-image.log
112152026-08-17T20:45:25.025Zuploading: /work/host-package.log (33129 bytes)
112162026-08-17T20:45:26.038Zuploaded: /work/host-package.log
112172026-08-17T20:45:26.039Zuploading: /work/host-target.log (101 bytes)
112182026-08-17T20:45:27.050Zuploaded: /work/host-target.log
112192026-08-17T20:45:27.050Zuploading: /work/incorp-create.log (0 bytes)
112202026-08-17T20:45:28.059Zuploaded: /work/incorp-create.log
112212026-08-17T20:45:28.059Zuploading: /work/incorp-fmt.log (0 bytes)
112222026-08-17T20:45:29.069Zuploaded: /work/incorp-fmt.log
112232026-08-17T20:45:29.069Zuploading: /work/incorp-pkgsend.log (108 bytes)
112242026-08-17T20:45:30.079Zuploaded: /work/incorp-pkgsend.log
112252026-08-17T20:45:30.079Zuploading: /work/incorp-publisher.log (0 bytes)
112262026-08-17T20:45:31.089Zuploaded: /work/incorp-publisher.log
112272026-08-17T20:45:31.089Zuploading: /work/omicron-package.log (10114 bytes)
112282026-08-17T20:45:32.101Zuploaded: /work/omicron-package.log
112292026-08-17T20:45:32.101Zuploading: /work/recovery-image.log (591094 bytes)
112302026-08-17T20:45:33.123Zuploaded: /work/recovery-image.log
112312026-08-17T20:45:33.123Zuploading: /work/recovery-package.log (321 bytes)
112322026-08-17T20:45:34.133Zuploaded: /work/recovery-package.log
112332026-08-17T20:45:34.133Zuploading: /work/recovery-target.log (98 bytes)
112342026-08-17T20:45:35.145Zuploaded: /work/recovery-target.log
112352026-08-17T20:45:35.145Zuploading: /work/stamp-clickhouse.log (117 bytes)
112362026-08-17T20:45:36.156Zuploaded: /work/stamp-clickhouse.log
112372026-08-17T20:45:36.156Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112382026-08-17T20:45:37.167Zuploaded: /work/stamp-clickhouse_keeper.log
112392026-08-17T20:45:37.167Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112402026-08-17T20:45:38.177Zuploaded: /work/stamp-clickhouse_server.log
112412026-08-17T20:45:38.177Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112422026-08-17T20:45:39.188Zuploaded: /work/stamp-cockroachdb.log
112432026-08-17T20:45:39.188Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112442026-08-17T20:45:40.199Zuploaded: /work/stamp-crucible-pantry-zone.log
112452026-08-17T20:45:40.199Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112462026-08-17T20:45:41.211Zuploaded: /work/stamp-crucible-utils.log
112472026-08-17T20:45:41.211Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112482026-08-17T20:45:42.222Zuploaded: /work/stamp-crucible-zone.log
112492026-08-17T20:45:42.222Zuploading: /work/stamp-external-dns.log (119 bytes)
112502026-08-17T20:45:43.244Zuploaded: /work/stamp-external-dns.log
112512026-08-17T20:45:43.244Zuploading: /work/stamp-installinator.log (103 bytes)
112522026-08-17T20:45:44.258Zuploaded: /work/stamp-installinator.log
112532026-08-17T20:45:44.258Zuploading: /work/stamp-internal-dns.log (119 bytes)
112542026-08-17T20:45:45.270Zuploaded: /work/stamp-internal-dns.log
112552026-08-17T20:45:45.270Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112562026-08-17T20:45:46.283Zuploaded: /work/stamp-mg-ddm-gz.log
112572026-08-17T20:45:46.283Zuploading: /work/stamp-nexus.log (112 bytes)
112582026-08-17T20:45:47.293Zuploaded: /work/stamp-nexus.log
112592026-08-17T20:45:47.293Zuploading: /work/stamp-ntp.log (110 bytes)
112602026-08-17T20:45:48.304Zuploaded: /work/stamp-ntp.log
112612026-08-17T20:45:48.304Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112622026-08-17T20:45:49.315Zuploaded: /work/stamp-omicron-sled-agent.log
112632026-08-17T20:45:49.315Zuploading: /work/stamp-overlay.log (114 bytes)
112642026-08-17T20:45:50.328Zuploaded: /work/stamp-overlay.log
112652026-08-17T20:45:50.328Zuploading: /work/stamp-oximeter.log (115 bytes)
112662026-08-17T20:45:51.340Zuploaded: /work/stamp-oximeter.log
112672026-08-17T20:45:51.340Zuploading: /work/stamp-oxlog.log (109 bytes)
112682026-08-17T20:45:52.351Zuploaded: /work/stamp-oxlog.log
112692026-08-17T20:45:52.351Zuploading: /work/stamp-probe.log (112 bytes)
112702026-08-17T20:45:53.365Zuploaded: /work/stamp-probe.log
112712026-08-17T20:45:53.365Zuploading: /work/stamp-propolis-server.log (122 bytes)
112722026-08-17T20:45:54.376Zuploaded: /work/stamp-propolis-server.log
112732026-08-17T20:45:54.376Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112742026-08-17T20:45:55.387Zuploaded: /work/stamp-pumpkind-gz.log
112752026-08-17T20:45:55.387Zuploading: /work/stamp-switch-asic.log (118 bytes)
112762026-08-17T20:45:56.397Zuploaded: /work/stamp-switch-asic.log
112772026-08-17T20:45:56.397Zuploading: /work/verify-libraries.log (49730 bytes)
112782026-08-17T20:45:57.412Zuploaded: /work/verify-libraries.log